  :root {
    --ink: #1e3a5f;
    --ink-soft: #36567c;
    --ink-faint: #6c89aa;
    --paper: #f6f1e8;
    --paper-bright: #faf6ee;
    --paper-soft: #f2ebdd;
    --paper-mid: #f6f0e5;
    --paper-warm: #ede4d2;
    --paper-deep: #e1d5be;
    --accent: #a8854d;
    --accent-soft: #c4a572;
    --text: #2c2820;
    --text-soft: #6f6a5e;
    --serif: 'Cormorant', Georgia, serif;
    --sans: 'Outfit', 'Helvetica Neue', sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: var(--sans);
    background: var(--paper);
    color: var(--text);
    line-height: 1.75;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.015em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4 {
    font-family: var(--serif);
    font-weight: 300;
    color: var(--ink);
    letter-spacing: 0.01em;
  }
  em { font-style: italic; }

  /* Navigation */
  nav.topnav {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 22px 48px;
    background: rgba(246, 241, 232, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 0.5px solid rgba(30, 58, 95, 0.1);
    display: flex; justify-content: space-between; align-items: center;
  }
  nav.topnav .monogram {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: var(--ink);
    letter-spacing: 0.02em;
  }
  nav.topnav ul { display: flex; gap: 36px; list-style: none; }
  nav.topnav a {
    color: var(--ink);
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-weight: 400;
    transition: color 0.3s;
  }
  nav.topnav a:hover { color: var(--accent); }
  /* The monogram link must not inherit the small uppercase nav-link styling */
  nav.topnav .monogram a {
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: none;
    color: inherit;
    text-decoration: none;
  }

  /* Mobile nav: hide secondary links, keep monogram + RSVP */
  nav.topnav .nav-secondary { display: flex; gap: 36px; list-style: none; }
  @media (max-width: 760px) {
    nav.topnav { padding: 14px 16px; }
    nav.topnav .monogram { font-size: 15px; }
    nav.topnav .nav-secondary {
      display: flex;
      gap: 14px;
    }
    nav.topnav .nav-secondary a {
      font-size: 9px;
      letter-spacing: 0.16em;
    }
    nav.topnav ul.nav-mobile { display: none; }
  }
  @media (min-width: 761px) {
    nav.topnav ul.nav-mobile { display: none; }
  }

  /* Hero */
  .hero {
    min-height: 100vh;
    padding: 130px 32px 70px;
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    text-align: center;
  }
  .hero .eyebrow {
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--ink-soft);
    margin-bottom: 28px;
    font-weight: 300;
  }
  .hero h1 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(38px, 7.5vw, 104px);
    line-height: 0.92;
    letter-spacing: -0.005em;
    color: var(--ink);
  }
  .hero h1 .amp {
    font-style: italic;
    color: var(--accent);
    margin: 0 0.05em;
  }

  .hero-facade {
    width: min(560px, 88vw);
    margin: 24px 0 16px;
    display: block;
  }
  .hero-facade img {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
  }
  
  .travel-plane {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    margin: 4px auto 32px;
    mix-blend-mode: multiply;
    opacity: 0.92;
  }

  .hero .meta {
    margin-top: 8px;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(17px, 2.4vw, 22px);
    color: var(--ink);
    line-height: 1.6;
  }
  .hero .meta-stack { display: flex; flex-direction: column; gap: 8px; align-items: center; }
  .hero .meta-stack .place {
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 10px;
    font-style: normal;
    font-family: var(--sans);
    color: var(--ink-soft);
    margin-top: 6px;
  }
  @media (max-width: 760px) {
    .hero .meta-stack .place { letter-spacing: 0.22em; font-size: 9px; }
  }

  /* Countdown */
  .countdown {
    background: var(--paper-warm);
    padding: 56px 30px;
    text-align: center;
    border-top: 0.5px solid rgba(30, 58, 95, 0.1);
    border-bottom: 0.5px solid rgba(30, 58, 95, 0.1);
  }
  .countdown .lead {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: var(--ink-soft);
    margin-bottom: 28px;
    font-weight: 300;
  }
  .countdown-grid {
    display: flex; justify-content: center;
    gap: clamp(24px, 7vw, 84px);
  }
  .countdown-item .num {
    font-family: var(--serif);
    font-size: clamp(40px, 7vw, 68px);
    font-weight: 300;
    color: var(--ink); line-height: 1;
    font-variant-numeric: tabular-nums;
  }
  .countdown-item .label {
    font-size: 9px; text-transform: uppercase;
    letter-spacing: 0.32em; color: var(--ink-faint);
    margin-top: 10px;
    font-family: var(--sans);
    font-weight: 400;
  }

  /* Section structure */
  section.spread {
    padding: 110px 32px;
    max-width: 1080px;
    margin: 0 auto;
  }
  section.spread.dark {
    background: var(--paper-warm);
    max-width: none;
    padding: 110px 32px;
  }
  section.spread.dark > .inner { max-width: 1080px; margin: 0 auto; }
  .section-eyebrow {
    font-family: var(--sans);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--accent);
    text-align: center;
    margin-bottom: 18px;
    font-weight: 400;
  }
  .section-title {
    text-align: center;
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1;
    margin-bottom: 14px;
    color: var(--ink);
  }
  .section-title em { font-style: italic; color: var(--accent); }
  .section-sub {
    text-align: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--ink-soft);
    margin-bottom: 56px;
    font-weight: 300;
  }/* RSVP form */
  .rsvp-form {
    max-width: 560px;
    margin: 0 auto;
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  .rsvp-form .field { margin-bottom: 26px; }
  .rsvp-form label {
    display: block;
    font-family: var(--sans);
    font-size: 10px; text-transform: uppercase;
    letter-spacing: 0.32em; color: var(--ink-soft);
    margin-bottom: 10px;
    font-weight: 400;
  }
  .rsvp-form input[type=text],
  .rsvp-form input[type=email],
  .rsvp-form input[type=tel],
  .rsvp-form input[type=date],
  .rsvp-form input[type=datetime-local],
  .rsvp-form textarea,
  .rsvp-form select {
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 0.5px solid rgba(30, 58, 95, 0.3);
    font-family: var(--serif);
    font-size: 18px;
    color: var(--ink);
    transition: border-color 0.3s;
    font-weight: 300;
  }
  .rsvp-form input::placeholder,
  .rsvp-form textarea::placeholder {
    color: var(--ink-faint);
    font-style: italic;
    opacity: 0.6;
  }
  .rsvp-form input:focus,
  .rsvp-form textarea:focus,
  .rsvp-form select:focus {
    outline: none;
    border-bottom-color: var(--accent);
  }
  .rsvp-form textarea {
    border: 0.5px solid rgba(30, 58, 95, 0.25);
    padding: 14px;
    min-height: 100px;
    resize: vertical;
  }
  .submit-btn {
    width: 100%;
    padding: 18px;
    background: var(--ink);
    color: var(--paper);
    border: none;
    font-family: var(--sans);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    cursor: pointer;
    transition: background 0.3s, letter-spacing 0.3s;
    margin-top: 16px;
    font-weight: 400;
  }
  .submit-btn:hover {
    background: var(--accent);
    letter-spacing: 0.46em;
  }

  /* Registry */
  .registry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    max-width: 580px; margin: 0 auto;
  }
  .registry-card {
    text-align: center;
    padding: 44px 22px;
    background: var(--paper);
    border: 0.5px solid rgba(30, 58, 95, 0.25);
    box-shadow:
      0 1px 2px rgba(30, 58, 95, 0.05),
      0 10px 24px -10px rgba(30, 58, 95, 0.18);
    text-decoration: none;
    transition: all 0.3s;
    color: inherit;
  }
  .registry-card:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
  }
  .registry-card h4 {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 6px;
  }
  .registry-card p {
    font-family: var(--sans);
    font-size: 9px; text-transform: uppercase;
    letter-spacing: 0.32em; color: var(--ink-soft);
    font-weight: 400;
  }

  /* FAQ */
  .faq { max-width: 760px; margin: 0 auto; }
  .faq-item { border-bottom: 0.5px solid rgba(30, 58, 95, 0.14); }
  .faq-q {
    width: 100%; padding: 24px 0;
    background: transparent; border: none;
    text-align: left;
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 300;
    color: var(--ink);
    cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    gap: 18px;
    transition: color 0.3s;
  }
  .faq-q:hover { color: var(--accent); }
  .faq-q .plus {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 300;
    transition: transform 0.4s;
    color: var(--accent);
    line-height: 1;
    flex-shrink: 0;
  }
  .faq-item.open .faq-q .plus { transform: rotate(45deg); }
  .faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    font-family: var(--serif);
    font-size: 16px; color: var(--text);
    line-height: 1.75;
    font-weight: 300;
    padding: 0;
  }
  .faq-item.open .faq-a { max-height: 480px; padding: 0 0 24px; }
  @media (max-width: 760px) {
    .faq-q { font-size: 18px; padding: 20px 0; }
  }

  /* Footer */
  footer {
    background: var(--ink);
    color: var(--paper);
    padding: 70px 32px 50px;
    text-align: center;
  }
  footer .monogram-large {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: 60px;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
  }
  footer .meta {
    font-family: var(--sans);
    font-size: 10px; text-transform: uppercase;
    letter-spacing: 0.4em; opacity: 0.65;
    font-weight: 400;
  }
  footer .small {
    margin-top: 30px;
    font-family: var(--serif);
    font-size: 14px;
    font-style: italic;
    opacity: 0.55;
    font-weight: 300;
  }

  /* Sketch utility */
  .sketch path,
  .sketch line,
  .sketch circle,
  .sketch ellipse,
  .sketch polyline,
  .sketch polygon {
    fill: none;
    stroke: var(--ink);
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  @media (max-width: 760px) {
    section.spread { padding: 70px 22px; }
    section.spread.dark { padding: 70px 22px; }
    .hero { padding: 110px 22px 60px; }
    .countdown { padding: 44px 20px; }
  }/* Save the Date — weekend overview */
  .weekend-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    max-width: 720px;
    margin: 0 auto;
    justify-content: center;
  }
  @media (max-width: 600px) {
    .weekend-overview {
      grid-template-columns: 1fr;
      max-width: 380px;
    }
  }
  .weekend-card {
    text-align: center;
    padding: 32px 24px;
    background: var(--paper-mid);
    border: 0.5px solid rgba(30, 58, 95, 0.25);
    box-shadow:
      0 1px 2px rgba(30, 58, 95, 0.05),
      0 10px 24px -10px rgba(30, 58, 95, 0.18);
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, border-color 0.3s;
  }
  .weekend-card:hover {
    background: var(--paper-bright);
    transform: scale(1.02);
    box-shadow:
      0 2px 4px rgba(30, 58, 95, 0.06),
      0 16px 32px -12px rgba(30, 58, 95, 0.22);
  }
  .weekend-card.emphasis {
    background: var(--paper-mid);
    border: 0.5px solid var(--accent);
    transform: scale(1.02);
  }
  .weekend-card.emphasis:hover {
    background: var(--paper-bright);
    transform: scale(1.04);
  }
  .weekend-card .weekend-date {
    font-family: var(--sans);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--accent);
    margin-bottom: 14px;
    font-weight: 400;
  }
  .weekend-card .weekend-date em {
    font-style: normal;
    color: var(--ink-faint);
    margin: 0 4px;
  }
  .weekend-card h4 {
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 12px;
    color: var(--ink);
  }
  .weekend-card p {
    font-family: var(--serif);
    font-size: 16px;
    color: var(--text);
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
  }
  @media (max-width: 760px) {
    .weekend-overview { grid-template-columns: 1fr; gap: 20px; }
    .weekend-card.emphasis { transform: none; }
  }

  /* Travel — refined route cards */
  .travel-intro {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
  }
  .travel-intro p {
    font-family: var(--serif);
    font-size: 19px;
    font-style: italic;
    color: var(--ink);
    line-height: 1.65;
    font-weight: 400;
  }
  .travel-block-full {
    max-width: 760px;
    margin: 0 auto;
  }
  .travel-block-full h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 12px;
    color: var(--ink);
  }
  .travel-intro-line {
    text-align: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--ink);
    margin-bottom: 32px;
    font-weight: 400;
    line-height: 1.65;
  }
  .route-card {
    padding: 28px 28px;
    background: var(--paper-mid);
    border: 0.5px solid rgba(30, 58, 95, 0.25);
    box-shadow:
      0 1px 2px rgba(30, 58, 95, 0.05),
      0 10px 24px -10px rgba(30, 58, 95, 0.18);
    margin-bottom: 16px;
    position: relative;
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  }
  .route-card:hover {
    background: var(--paper-bright);
    transform: scale(1.015);
    box-shadow:
      0 2px 4px rgba(30, 58, 95, 0.06),
      0 16px 32px -12px rgba(30, 58, 95, 0.22);
  }  .route-tag {
    font-family: var(--sans);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--accent);
    margin-bottom: 8px;
    font-weight: 400;
  }
  .route-card h4 {
    font-size: 23px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 12px;
    color: var(--ink);
  }
  .route-card p {
    font-family: var(--serif);
    font-size: 16px;
    color: var(--text);
    line-height: 1.65;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .route-card p:last-child { margin-bottom: 0; }
  /* RSVP — stacked radios for save-the-date */
  .rsvp-radio-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 10px;
  }
  .rsvp-radio-stack label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--serif);
    font-size: 18px;
    font-style: italic;
    color: var(--ink);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
  }
  .rsvp-radio-stack input {
    width: 16px;
    height: 16px;
    accent-color: var(--ink);
    flex-shrink: 0;
  }
  .rsvp-context {
    max-width: 580px;
    margin: 0 auto 48px;
    text-align: center;
  }
  .rsvp-context p {
    font-family: var(--serif);
    font-size: 18px;
    font-style: italic;
    color: var(--ink);
    line-height: 1.65;
    font-weight: 400;
  }
  .field-help {
    font-family: var(--serif);
    font-size: 15px;
    font-style: italic;
    color: var(--text);
    line-height: 1.55;
    font-weight: 400;
    margin-top: -4px;
    margin-bottom: 14px;
  }
  /* Route and stay ratings — gold filled vs muted gray for incomplete */
  .route-ratings {
    display: flex;
    gap: 28px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .route-rating {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  .rating-label {
    font-family: var(--sans);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--ink-faint);
    font-weight: 400;
  }
  .rating-value {
    font-family: var(--serif);
    font-size: 18px;
    color: var(--accent);
    letter-spacing: 0.08em;
    font-weight: 400;
  }

  /* Save the Date — quiet story section */
  .story-quiet {
    padding: 64px 24px 32px;
    text-align: center;
    background: var(--paper);
  }
  .story-photo-frame {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  .story-photo-frame img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 12px 40px -16px rgba(30, 58, 95, 0.35);
  }
  .story-caption {
    margin-top: 24px;
    font-family: var(--serif);
    font-size: 16px;
    font-style: italic;
    color: var(--ink-soft);
    letter-spacing: 0.04em;
    font-weight: 400;
  }
  .story-caption em {
    font-style: italic;
    color: var(--ink);
  }
  .meta-label {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--ink-faint);
  }
  .meta-value {
    font-family: var(--serif);
    font-size: 14px;
    color: var(--accent);
    letter-spacing: 0.06em;
  }/* RSVP fade transitions */
  .rsvp-container {
    position: relative;
    min-height: 200px;
    max-width: 720px;
    margin: 0 auto;
    background: var(--paper);
    border: 0.5px solid rgba(30, 58, 95, 0.35);
    padding: 48px 40px;
    box-shadow:
      0 1px 3px rgba(30, 58, 95, 0.06),
      0 8px 32px -8px rgba(30, 58, 95, 0.12);
  }
  @media (max-width: 600px) {
    .rsvp-container {
      padding: 36px 24px;
    }
  }
  .rsvp-form.hidden {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
  }
  .rsvp-form.submitting {
    opacity: 0.5;
    pointer-events: none;
  }
  .rsvp-thanks, .rsvp-error {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    transition: opacity 0.6s ease 0.2s;
    text-align: center;
    padding: 24px 40px;
    box-sizing: border-box;
  }
  .rsvp-thanks.show, .rsvp-error.show {
    position: relative;
    transform: none;
    top: auto;
  }
  .rsvp-thanks.show, .rsvp-error.show {
    opacity: 1;
    pointer-events: auto;
  }
  .rsvp-thanks-monogram {
    font-family: var(--serif);
    font-size: clamp(48px, 7vw, 72px);
    font-weight: 300;
    color: var(--ink);
    line-height: 1;
    margin-bottom: 24px;
  }
  .rsvp-thanks-monogram em {
    font-style: italic;
  }
  .rsvp-thanks-message {
    font-family: var(--serif);
    font-size: 19px;
    font-style: italic;
    color: var(--ink);
    line-height: 1.65;
    font-weight: 400;
    max-width: 480px;
    margin: 0 auto;
  }
  .rsvp-error p {
    font-family: var(--serif);
    font-size: 17px;
    font-style: italic;
    color: var(--ink);
    margin-bottom: 24px;
    font-weight: 400;
  }

  /* Password gate — hide content until unlocked */
  body.locked > *:not(#pwgate):not(script) {
    display: none !important;
  }
  #pwgate {
    position: fixed;
    inset: 0;
    background: var(--paper);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
  }
  body:not(.locked) #pwgate {
    display: none;
  }
  #pwgate .pwgate-inner {
    text-align: center;
    max-width: 420px;
  }
  #pwgate h1 {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(36px, 6vw, 56px);
    color: var(--ink);
    margin: 0 0 12px;
    letter-spacing: -0.005em;
  }
  #pwgate h1 em { font-style: italic; color: var(--accent); }
  #pwgate p {
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0 0 32px;
    font-weight: 400;
  }
  #pwgate input[type="password"] {
    width: 100%;
    padding: 14px 16px;
    border: 0.5px solid rgba(30, 58, 95, 0.25);
    background: var(--paper);
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: var(--ink);
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 16px;
  }
  #pwgate input[type="password"]:focus {
    border-color: var(--accent);
  }
  #pwgate button {
    padding: 12px 32px;
    background: var(--ink);
    color: var(--paper);
    border: 0;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    cursor: pointer;
  }
  #pwgate button:hover { opacity: 0.9; }
  #pwgate .pwgate-error {
    color: #B85C5C;
    font-style: italic;
    font-family: var(--serif);
    font-size: 14px;
    margin-top: 12px;
    min-height: 20px;
  }
  /* ============ Invitation iteration additions ============ */

  /* Interior page header */
  .page-hero {
    padding: 150px 32px 20px;
    text-align: center;
  }
  .page-hero .eyebrow {
    font-family: var(--sans);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--accent);
    margin-bottom: 18px;
    font-weight: 400;
  }
  .page-hero h1 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(44px, 7vw, 84px);
    line-height: 1;
    color: var(--ink);
    margin-bottom: 14px;
  }
  .page-hero h1 em { font-style: italic; color: var(--accent); }
  .page-hero .sub {
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--ink-soft);
    font-weight: 300;
  }
  @media (max-width: 760px) {
    .page-hero { padding: 110px 22px 10px; }
  }

  /* Welcome note */
  .welcome-note {
    max-width: 620px;
    margin: 0 auto;
  }
  .welcome-note p {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.7;
    color: var(--text);
    font-weight: 300;
  }
  .welcome-note p + p { margin-top: 18px; }
  .welcome-note .salutation {
    font-style: italic;
    color: var(--ink-soft);
  }
  .welcome-note .signoff {
    margin-top: 28px;
    font-style: italic;
    color: var(--ink);
    text-align: center;
  }
  .welcome-note .signoff .names {
    display: block;
    margin-top: 6px;
    font-size: 26px;
    color: var(--ink);
  }

  /* Schedule event day grouping */
  .event-day { max-width: 760px; margin: 0 auto 72px; }
  .event-day:last-child { margin-bottom: 0; }
  .event-day-title {
    text-align: center;
    font-family: var(--serif);
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    color: var(--ink);
    margin-bottom: 6px;
  }
  .event-day-date {
    text-align: center;
    font-family: var(--sans);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.36em;
    color: var(--accent);
    margin-bottom: 32px;
    font-weight: 400;
  }
  .event-venue-link {
    color: var(--accent);
    text-decoration: none;
    border-bottom: 0.5px solid rgba(168, 133, 77, 0.4);
    transition: border-color 0.3s;
  }
  .event-venue-link:hover { border-bottom-color: var(--accent); }

  /* RSVP farewell note (shown when not attending) */
  .farewell {
    display: none;
    text-align: center;
    padding: 8px 0 4px;
  }
  .farewell.show { display: block; }
  .farewell p {
    font-family: var(--serif);
    font-size: 18px;
    font-style: italic;
    color: var(--ink);
    line-height: 1.65;
    font-weight: 400;
  }

  /* Registry placeholder */
  .registry-note {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
  }
  .registry-note p {
    font-family: var(--serif);
    font-size: 18px;
    font-style: italic;
    color: var(--ink);
    line-height: 1.65;
    font-weight: 400;
  }

  /* Two-form divider on RSVP page */
  .form-divider {
    max-width: 720px;
    margin: 64px auto;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .form-divider::before,
  .form-divider::after {
    content: "";
    flex: 1;
    height: 0.5px;
    background: rgba(30, 58, 95, 0.18);
  }
  .form-divider span {
    font-family: var(--sans);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--ink-faint);
    font-weight: 400;
  }
  .conditional { display: none; }
  .conditional.show { display: block; }

  /* Invitation hero */
  .eyebrow-invite {
    font-family: var(--serif);
    font-style: italic;
    font-size: clamp(22px, 3vw, 30px);
    color: var(--accent);
    margin-bottom: 14px;
    font-weight: 400;
  }
  .hero-photo {
    position: relative;
    width: min(360px, 76vw);
    margin: 34px 0 22px;
    padding: 16px 16px 18px;
    background: #fffdf8;
    border: 0.5px solid rgba(30, 58, 95, 0.16);
    box-shadow:
      0 1px 2px rgba(30, 58, 95, 0.08),
      0 14px 30px -12px rgba(30, 58, 95, 0.3),
      0 42px 90px -36px rgba(30, 58, 95, 0.42);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
  }
  .hero-photo:hover {
    transform: translateY(-5px);
    box-shadow:
      0 2px 3px rgba(30, 58, 95, 0.08),
      0 20px 40px -14px rgba(30, 58, 95, 0.32),
      0 56px 110px -40px rgba(30, 58, 95, 0.46);
  }
  .hero-photo img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Flourish dividers between sections */
  .flourish {
    width: 220px;
    margin: 38px auto 0;
    color: var(--accent);
    opacity: 0.85;
  }
  .flourish-band {
    margin: 44px auto;
  }
  .flourish svg { display: block; width: 100%; height: auto; }

  /* Photo carousel */
  .carousel {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
  }
  .carousel-frame {
    position: relative;
    height: min(74vh, 640px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carousel-slide {
    position: absolute;
    inset: 0;
    margin: auto;
    max-height: 100%;
    max-width: min(64%, 400px);
    width: auto;
    height: auto;
    opacity: 0;
    transform: translateX(0) scale(0.5);
    transition: transform 0.7s cubic-bezier(0.33, 0, 0.2, 1), opacity 0.7s ease;
    padding: 10px 10px 12px;
    background: #fffdf8;
    border: 0.5px solid rgba(30, 58, 95, 0.16);
    box-shadow:
      0 1px 2px rgba(30, 58, 95, 0.08),
      0 14px 30px -12px rgba(30, 58, 95, 0.3),
      0 40px 80px -32px rgba(30, 58, 95, 0.4);
    pointer-events: none;
    z-index: 0;
  }
  .carousel-slide.is-center {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 3;
    pointer-events: auto;
  }
  .carousel-slide.is-left,
  .carousel-slide.is-right {
    opacity: 0.38;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
  }
  .carousel-slide.is-left { transform: translateX(-74%) scale(0.7); }
  .carousel-slide.is-right { transform: translateX(74%) scale(0.7); }
  .carousel-slide.is-left:hover,
  .carousel-slide.is-right:hover { opacity: 0.55; }
  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(246, 241, 232, 0.85);
    border: 0.5px solid rgba(30, 58, 95, 0.25);
    color: var(--ink);
    font-family: var(--serif);
    font-size: 30px;
    line-height: 1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
  }
  .carousel-arrow:hover { background: var(--ink); color: var(--paper); }
  .carousel-arrow.prev { left: 4px; }
  .carousel-arrow.next { right: 4px; }
  .carousel-dots {
    margin-top: 22px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .carousel-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(30, 58, 95, 0.22);
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.3s;
  }
  .carousel-dots button.active {
    background: var(--accent);
    transform: scale(1.25);
  }
  @media (max-width: 760px) {
    .carousel-frame { height: min(60vh, 440px); }
    .carousel-arrow { width: 38px; height: 38px; font-size: 26px; }
    .carousel-slide { max-width: min(74%, 340px); }
    .carousel-slide.is-left { transform: translateX(-58%) scale(0.58); }
    .carousel-slide.is-right { transform: translateX(58%) scale(0.58); }
  }

  /* Venue logos on schedule cards */
  .venue-logo {
    display: block;
    margin: 0 auto 16px;
    max-height: 56px;
    width: auto;
    mix-blend-mode: multiply;
    opacity: 0.92;
  }

  /* Single-page anchors: clear the fixed nav */
  section[id], header[id] { scroll-margin-top: 84px; }

  /* Line-art icons on the weekend tiles */
  .tile-icon {
    display: block;
    margin: 0 auto 14px;
    width: 88px;
    height: auto;
    color: var(--ink);
    opacity: 0.85;
  }
  .tile-icon path,
  .tile-icon line,
  .tile-icon circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .venue-logo {
    max-height: 60px;
    max-width: 150px;
    width: auto;
    height: auto;
  }

  /* Date/time pickers: match the site's serif underline styling */
  .rsvp-form input[type=datetime-local],
  .rsvp-form input[type=date] {
    font-style: italic;
    color: var(--ink);
  }
  .rsvp-form input[type=datetime-local]::-webkit-calendar-picker-indicator,
  .rsvp-form input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0.45;
    cursor: pointer;
  }
  .rsvp-form input[type=datetime-local]::-webkit-calendar-picker-indicator:hover {
    opacity: 0.8;
  }

  /* Add/remove guest controls */
  .guest-controls { margin-top: -6px; }
  .add-guest-btn {
    background: transparent;
    border: 0.5px solid rgba(30, 58, 95, 0.35);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-weight: 400;
    padding: 12px 22px;
    cursor: pointer;
    transition: border-color 0.3s, color 0.3s;
  }
  .add-guest-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
  }
  .remove-guest-btn {
    background: transparent;
    border: none;
    color: var(--ink-faint);
    font-family: var(--sans);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-weight: 400;
    padding: 12px 16px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .remove-guest-btn:hover { color: var(--accent); }
