    /* ── Fonts ──────────────────────────────────────────────────── */
    @font-face { font-family: 'AwesomeSerif'; src: url('fonts/AwesomeSerif-LightRegular.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif'; src: url('fonts/AwesomeSerifItalic-LightReg.woff2') format('woff2'); font-weight: 300; font-style: italic; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif'; src: url('fonts/AwesomeSerif-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif'; src: url('fonts/AwesomeSerifItalic-Regular.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif'; src: url('fonts/AwesomeSerif-MediumRegular.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif'; src: url('fonts/AwesomeSerif-SemiBoldRegular.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif'; src: url('fonts/AwesomeSerif-BoldRegular.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif'; src: url('fonts/AwesomeSerifItalic-BdRegular.woff2') format('woff2'); font-weight: 700; font-style: italic; font-display: swap; }

    @font-face { font-family: 'AwesomeSerif-Tall'; src: url('fonts/AwesomeSerif-Tall.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif-Tall'; src: url('fonts/AwesomeSerifItalic-Regular.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif-Tall'; src: url('fonts/AwesomeSerif-SemiBoldTall.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif-Tall'; src: url('fonts/AwesomeSerif-BoldTall.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

    @font-face { font-family: 'AwesomeSerif-XTall'; src: url('fonts/AwesomeSerif-LightExtraTall.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif-XTall'; src: url('fonts/AwesomeSerifItalic-LtExraTall.woff2') format('woff2'); font-weight: 300; font-style: italic; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif-XTall'; src: url('fonts/AwesomeSerif-ExtraTall.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif-XTall'; src: url('fonts/AwesomeSerifItalic-ExtraTall.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif-XTall'; src: url('fonts/AwesomeSerif-BoldExtraTall.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
    @font-face { font-family: 'AwesomeSerif-XTall'; src: url('fonts/AwesomeSerifItalic-BdExraTall.woff2') format('woff2'); font-weight: 700; font-style: italic; font-display: swap; }

    /* ── Tokens ─────────────────────────────────────────────────── */
    :root {
      /* Brand palette — pulled from the invitation */
      --green:       #1D7A40;
      --green-dark:  #155C30;
      --green-light: #E8F5EE;
      --red:         #C8402B;
      --blue:        #5B8DB8;
      --cream:       #FAF8F3;
      --white:       #FFFFFF;
      --ink:         #0F1F15;
      --ink-muted:   #4A6854;

      /* Fluid type scale — Major Third 1.25 */
      --step--2: clamp(0.64rem, 0.62rem + 0.11vw, 0.72rem);
      --step--1: clamp(0.80rem, 0.77rem + 0.14vw, 0.90rem);
      --step-0:  clamp(1.00rem, 0.96rem + 0.18vw, 1.13rem);
      --step-1:  clamp(1.25rem, 1.20rem + 0.23vw, 1.41rem);
      --step-2:  clamp(1.56rem, 1.50rem + 0.29vw, 1.76rem);
      --step-3:  clamp(1.95rem, 1.87rem + 0.40vw, 2.20rem);
      --step-4:  clamp(2.44rem, 2.34rem + 0.49vw, 2.75rem);
      --step-5:  clamp(3.05rem, 2.92rem + 0.62vw, 3.43rem);
      --step-6:  clamp(3.81rem, 3.65rem + 0.77vw, 4.29rem);
      --step-7:  clamp(4.77rem, 4.56rem + 0.96vw, 5.36rem);

      --serif:       'AwesomeSerif', Georgia, serif;
      --serif-tall:  'AwesomeSerif-Tall', Georgia, serif;
      --serif-xtall: 'AwesomeSerif-XTall', Georgia, serif;
      --sans:        'Inter', system-ui, sans-serif;

      --pad-x: clamp(1.25rem, 6vw, 5rem);
      --section-gap: clamp(5rem, 10vw, 9rem);
      --bar-height: 2.75rem;
    }

    /* ── Reset ──────────────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 100%; }
    img  { display: block; max-width: 100%; }
    a    { color: inherit; }

    body {
      font-family: var(--sans);
      font-size: var(--step-0);
      line-height: 1.6;
      color: var(--ink);
      background: var(--cream);
      overflow-x: hidden;
    }

    /* ── Nav ────────────────────────────────────────────────────── */
    .nav {
      position: fixed;
      top: var(--bar-height); left: 0; right: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem var(--pad-x);
      background: transparent;
      transition: background 0.3s, backdrop-filter 0.3s;
    }

    .nav.scrolled {
      background: rgba(29, 122, 64, 0.96);
      backdrop-filter: blur(12px);
    }

    /* While the mobile menu is open, kill backdrop-filter on the nav —
       it would create a containing block that traps the fixed .nav-links
       overlay inside the nav bar. */
    .nav:has(.nav-links.open) {
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      text-decoration: none;
      flex-shrink: 0;
    }

    .nav-logo svg {
      height: 44px;
      width: auto;
      display: block;
    }

    @media (max-width: 900px) {
      .nav-logo svg { height: 42px; }
    }

    .nav-links {
      display: flex;
      gap: clamp(1rem, 3vw, 2.5rem);
      list-style: none;
    }

    .nav-links a {
      font-family: var(--sans);
      font-size: var(--step--2);
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.85);
      text-decoration: none;
      transition: color 0.2s;
    }

    .nav-links a:hover { color: var(--white); }

    .nav-rsvp {
      font-family: var(--sans);
      font-size: var(--step--2);
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--green) !important;
      background: var(--white);
      padding: 0.45em 1.1em;
      border-radius: 2rem;
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }

    .nav-rsvp:hover { background: var(--cream); }

    /* ── Announcement bar ───────────────────────────────────────── */
    .announce-bar {
      position: fixed;
      top: 0; left: 0; right: 0;
      height: var(--bar-height);
      z-index: 101;
      background: var(--ink);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(0.75rem, 3vw, 2rem);
      padding: 0 var(--pad-x);
    }

    .announce-label {
      font-family: var(--sans);
      font-size: clamp(0.6rem, 1.8vw, 0.72rem);
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      white-space: nowrap;
    }

    .announce-units {
      display: flex;
      align-items: baseline;
      gap: clamp(0.6rem, 2vw, 1.25rem);
    }

    .announce-unit {
      display: flex;
      align-items: baseline;
      gap: 0.2em;
    }

    .announce-unit-val {
      font-family: var(--serif-xtall);
      font-size: clamp(0.95rem, 2.5vw, 1.3rem);
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.02em;
      line-height: 1;
      min-width: 2ch;
      text-align: right;
    }

    .announce-unit-label {
      font-family: var(--sans);
      font-size: clamp(0.55rem, 1.4vw, 0.65rem);
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.4);
    }

    .announce-sep {
      color: rgba(255,255,255,0.2);
      font-size: 0.75rem;
      line-height: 1;
    }

    .nav-burger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0.25rem;
      color: var(--white);
      line-height: 1;
    }

    /* Belt-and-suspenders: explicitly hide burger above the breakpoint */
    @media (min-width: 901px) {
      .nav-burger { display: none !important; }
    }

    /* Close button hidden on desktop — shown only in mobile overlay */
    .nav-close-item { display: none; }

    @media (max-width: 900px) {
      .nav-burger { display: flex; align-items: center; justify-content: center; }

      .nav-links {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(15,31,21,0.97);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        z-index: 99;
        list-style: none;
      }

      .nav-links.open { display: flex; }

      .nav-links a {
        letter-spacing: 0.15em;
        opacity: 1 !important;
        font-size: var(--step-0) !important;
      }

      .nav-rsvp {
        font-size: var(--step-0) !important;
        padding: 0.6em 1.8em !important;
      }

      .nav-close-item {
        display: block;
        position: absolute;
        top: 1.25rem;
        right: var(--pad-x);
        list-style: none;
      }

      .nav-close {
        background: none;
        border: none;
        cursor: pointer;
        color: rgba(255,255,255,0.6);
        font-size: 1.75rem;
        line-height: 1;
        padding: 0.25rem;
        transition: color 0.2s;
      }
      .nav-close:hover { color: var(--white); }
    }

    /* ── Hero ───────────────────────────────────────────────────── */
    .hero {
      position: relative;
      min-height: 100svh;
      display: grid;
      grid-template-rows: 1fr auto;
      background: var(--green);
      overflow: hidden;
    }

    .hero-image {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 38% 22% at 100% 100%,
          rgba(15,31,21,1.0) 0%,
          rgba(15,31,21,0.0) 100%),
        linear-gradient(to bottom,
          rgba(15,31,21,0.15) 0%,
          rgba(15,31,21,0.35) 45%,
          rgba(15,31,21,0.78) 100%);
    }

    /* Video layer — sits beneath the gradient scrim */
    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 55%;
      opacity: 0;
      transition: opacity 1.2s ease;
      z-index: 0;
      pointer-events: none;
    }

    .hero-video.ready { opacity: 1; }

    .hero-image-placeholder {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      opacity: 0.15;
      pointer-events: none;
      user-select: none;
    }

    .hero-image-placeholder svg { width: clamp(3rem, 8vw, 6rem); }
    .hero-image-placeholder p {
      font-family: var(--sans);
      font-size: var(--step--1);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--white);
    }

    /* Colorblock accent bars — echoing the LOVE sculpture palette */
    .hero-bar-red {
      position: absolute;
      top: 0; right: 0;
      width: clamp(6rem, 18vw, 18rem);
      height: clamp(6rem, 18vw, 18rem);
      background: var(--red);
      opacity: 0.9;
      clip-path: polygon(100% 0, 100% 100%, 0 0);
    }

    .hero-bar-blue {
      position: absolute;
      bottom: 0; left: 0;
      width: clamp(4rem, 10vw, 10rem);
      height: clamp(4rem, 10vw, 10rem);
      background: var(--blue);
      opacity: 0.85;
      clip-path: polygon(0 100%, 100% 100%, 0 0);
    }

    .hero-content {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: clamp(6rem, 12vw, 10rem) var(--pad-x) clamp(2.5rem, 6vw, 4rem);
    }

    .hero-eyebrow {
      font-family: var(--sans);
      font-size: var(--step--1);
      font-weight: 500;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.7);
      margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
    }

    .hero-names {
      font-family: var(--serif-xtall);
      font-size: clamp(4.5rem, 14vw, 10rem);
      font-weight: 700;
      line-height: 0.92;
      letter-spacing: -0.03em;
      color: var(--white);
      margin-bottom: clamp(1.25rem, 3vw, 2rem);
    }

    .hero-names .amp {
      font-style: italic;
      color: rgba(255,255,255,0.6);
      font-weight: 300;
      display: inline-block;
      margin: 0 0.05em;
    }

    .hero-sub {
      font-family: var(--serif-tall);
      font-size: var(--step-2);
      font-weight: 400;
      font-style: italic;
      color: rgba(255,255,255,0.8);
      margin-bottom: clamp(2rem, 4vw, 3rem);
    }

    .hero-date-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 2rem;
      align-items: center;
    }

    .hero-date-item {
      display: flex;
      flex-direction: column;
      gap: 0.15rem;
    }

    .hero-date-label {
      font-size: var(--step--2);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.5);
      font-weight: 500;
    }

    .hero-date-value {
      font-family: var(--serif-xtall);
      font-size: var(--step-1);
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.01em;
    }

    .hero-divider {
      width: 1px;
      height: 2.5rem;
      background: rgba(255,255,255,0.25);
      align-self: center;
    }

    /* Scroll cue */
    .hero-scroll {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      border-top: 1px solid rgba(255,255,255,0.15);
    }

    .hero-scroll-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.4rem;
      color: rgba(255,255,255,0.5);
      font-size: var(--step--2);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-decoration: none;
      transition: color 0.2s;
    }

    .hero-scroll-inner:hover { color: rgba(255,255,255,0.9); }

    .scroll-arrow {
      width: 1px;
      height: 2.5rem;
      background: rgba(255,255,255,0.3);
      position: relative;
    }

    .scroll-arrow::after {
      content: '';
      position: absolute;
      bottom: 0; left: 50%;
      transform: translateX(-50%);
      width: 5px; height: 5px;
      border-right: 1px solid rgba(255,255,255,0.5);
      border-bottom: 1px solid rgba(255,255,255,0.5);
      transform: translateX(-50%) rotate(45deg);
    }

    /* ── Section shared ─────────────────────────────────────────── */
    .section {
      padding: var(--section-gap) var(--pad-x);
    }

    .section-inner {
      max-width: 72rem;
      margin: 0 auto;
    }

    .section-eyebrow {
      font-family: var(--sans);
      font-size: var(--step--2);
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--green);
      margin-bottom: 0.75rem;
    }

    .section-heading {
      font-family: var(--serif-xtall);
      font-size: var(--step-4);
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -0.02em;
      color: var(--ink);
      margin-bottom: clamp(2rem, 4vw, 3.5rem);
    }

    .section-heading em {
      font-style: italic;
      color: var(--green);
    }

    .divider {
      width: 3rem;
      height: 3px;
      background: var(--green);
      margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
      border-radius: 2px;
    }

    /* ── Details / Intro ─────────────────────────────────────────── */
    .details-section {
      background: var(--white);
    }

    .details-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(2rem, 5vw, 5rem);
      align-items: start;
    }

    @media (max-width: 680px) {
      .details-grid { grid-template-columns: 1fr; }
    }

    .details-intro {
      font-family: var(--serif-tall);
      font-size: var(--step-2);
      font-weight: 400;
      line-height: 1.45;
      color: var(--ink);
    }

    .details-intro em { font-style: italic; color: var(--green); }

    .details-body {
      font-family: var(--sans);
      font-size: var(--step-0);
      line-height: 1.7;
      color: #3A4A40;
      margin-top: 1.5rem;
    }

    .detail-cards {
      display: grid;
      gap: 1rem;
    }

    .detail-card {
      border: 1px solid #DDE8E2;
      border-radius: 8px;
      padding: 1.25rem 1.5rem;
      display: flex;
      gap: 1.25rem;
      align-items: flex-start;
    }

    .detail-icon {
      width: 2.5rem;
      height: 2.5rem;
      flex-shrink: 0;
      background: var(--green-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--green);
    }

    .detail-icon svg { width: 1.1rem; height: 1.1rem; }

    .detail-label {
      font-size: var(--step--2);
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--green);
      margin-bottom: 0.2rem;
    }

    .detail-value {
      font-family: var(--serif-tall);
      font-size: var(--step-1);
      font-weight: 700;
      color: var(--ink);
      line-height: 1.2;
    }

    .detail-note {
      font-size: var(--step--1);
      color: #5A6E60;
      margin-top: 0.25rem;
      line-height: 1.4;
    }

    /* ── Colorblock Banner ───────────────────────────────────────── */
    .colorblock {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      min-height: clamp(5rem, 12vw, 9rem);
    }

    .cb-green { background: var(--green); }
    .cb-red   { background: var(--red); }
    .cb-blue  { background: var(--blue); }

    .cb-text {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
    }

    .cb-text p {
      font-family: var(--serif-xtall);
      font-size: clamp(1.5rem, 5vw, 3.5rem);
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.03em;
      line-height: 1;
    }

    .cb-text p em {
      font-style: italic;
      font-weight: 300;
    }

    /* ── Schedule ────────────────────────────────────────────────── */
    .schedule-section { background: var(--cream); }

    .schedule-days {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
      gap: 2rem;
    }

    .schedule-day {
      background: var(--white);
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #DDE8E2;
    }

    .schedule-day-header {
      padding: 1rem 1.5rem;
      display: flex;
      align-items: baseline;
      gap: 0.75rem;
    }

    .sday-green { background: var(--green); }
    .sday-red   { background: var(--red); }
    .sday-blue  { background: var(--blue); }

    .schedule-day-name {
      font-family: var(--serif-xtall);
      font-size: var(--step-2);
      font-weight: 700;
      color: var(--white);
      line-height: 1;
    }

    .schedule-day-date {
      font-family: var(--sans);
      font-size: var(--step--1);
      font-weight: 500;
      color: rgba(255,255,255,0.7);
      letter-spacing: 0.04em;
    }

    .schedule-events { padding: 1.25rem 1.5rem; }

    .schedule-event {
      display: grid;
      grid-template-columns: 4.5rem 1fr;
      gap: 0 1rem;
      padding: 0.6rem 0;
      border-bottom: 1px solid #EEF3F0;
    }

    .schedule-event:last-child { border-bottom: none; }

    .event-time {
      font-family: var(--sans);
      font-size: var(--step--2);
      font-weight: 600;
      color: var(--green);
      padding-top: 0.2em;
      letter-spacing: 0.02em;
    }

    .event-name {
      font-family: var(--serif-tall);
      font-size: var(--step-0);
      font-weight: 400;
      color: var(--ink);
      line-height: 1.3;
    }

    .event-note {
      font-size: var(--step--2);
      color: #5A6E60;
      margin-top: 0.1rem;
    }

    .event-surf {
      display: flex;
      flex-wrap: wrap;
      gap: 0.35rem;
      margin-top: 0.5rem;
    }

    .event-surf a {
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
      font-family: var(--sans);
      font-size: var(--step--2);
      font-weight: 600;
      color: var(--blue);
      background: rgba(91,141,184,0.1);
      border: 1px solid rgba(91,141,184,0.3);
      border-radius: 2em;
      padding: 0.2em 0.7em;
      text-decoration: none;
      transition: background 0.2s, color 0.2s, border-color 0.2s;
      white-space: nowrap;
    }

    .event-surf a:hover {
      background: var(--blue);
      color: var(--white);
      border-color: var(--blue);
    }

    .event-surf a::before { content: '🌊'; font-size: 0.75em; }

    .event-tag {
      display: inline-block;
      font-family: var(--sans);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: rgba(15,31,21,0.45);
      background: rgba(15,31,21,0.06);
      border: 1px solid rgba(15,31,21,0.12);
      border-radius: 2em;
      padding: 0.15em 0.65em;
      margin-top: 0.35rem;
    }

    /* Variant for events open to all guests */
    .event-tag--all {
      color: var(--green-dark);
      background: rgba(29,122,64,0.1);
      border-color: rgba(29,122,64,0.25);
    }

    .schedule-day-divider {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.75rem 0 0.25rem;
      font-family: var(--sans);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--green);
    }
    .schedule-day-divider::before,
    .schedule-day-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: rgba(15,31,21,0.12);
    }

    /* ── Venue ───────────────────────────────────────────────────── */
    .venue-section { background: var(--green); }

    .venue-section .section-eyebrow { color: rgba(255,255,255,0.6); }
    .venue-section .section-heading { color: var(--white); }
    .venue-section .section-heading em { color: rgba(255,255,255,0.55); }
    .venue-section .divider { background: rgba(255,255,255,0.4); }

    .venue-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(2rem, 5vw, 5rem);
      align-items: start;
    }

    @media (max-width: 680px) {
      .venue-grid { grid-template-columns: 1fr; }
    }

    .venue-description {
      font-family: var(--serif-tall);
      font-size: var(--step-1);
      font-weight: 400;
      font-style: italic;
      color: rgba(255,255,255,0.85);
      line-height: 1.5;
      margin-bottom: 1.5rem;
    }

    .venue-body {
      font-size: var(--step-0);
      color: rgba(255,255,255,0.7);
      line-height: 1.7;
    }

    .venue-address-block {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 10px;
      padding: 1.5rem;
      margin-top: 1.5rem;
    }

    .venue-address-label {
      font-size: var(--step--2);
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.5);
      margin-bottom: 0.5rem;
    }

    .venue-address {
      font-family: var(--serif-tall);
      font-size: var(--step-1);
      font-weight: 400;
      color: var(--white);
      line-height: 1.4;
    }

    .venue-map-link {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      margin-top: 1rem;
      font-size: var(--step--1);
      font-weight: 600;
      color: var(--white);
      text-decoration: none;
      border-bottom: 1px solid rgba(255,255,255,0.4);
      padding-bottom: 0.1em;
      transition: border-color 0.2s;
    }

    .venue-map-link:hover { border-color: var(--white); }

    /* Venue map */
    .venue-map-wrap {
      border-radius: 10px;
      overflow: hidden;
      aspect-ratio: 4/3;
      border: 2px solid rgba(255,255,255,0.15);
    }

    .venue-map-wrap iframe {
      width: 100%;
      height: 100%;
      display: block;
      border: none;
      filter: saturate(0.85) brightness(0.95);
    }

    .venue-facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      margin-top: 1.5rem;
    }

    .venue-fact {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 8px;
      padding: 1rem;
    }

    .venue-fact-label {
      font-size: var(--step--2);
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.5);
      margin-bottom: 0.25rem;
    }

    .venue-fact-value {
      font-family: var(--serif-tall);
      font-size: var(--step-0);
      font-weight: 700;
      color: var(--white);
      line-height: 1.3;
    }

    /* ── RSVP ────────────────────────────────────────────────────── */
    .rsvp-section { background: var(--white); }

    .rsvp-grid {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: clamp(2rem, 6vw, 6rem);
      align-items: start;
    }

    @media (max-width: 760px) {
      .rsvp-grid { grid-template-columns: 1fr; }
    }

    .rsvp-intro {
      font-family: var(--serif-tall);
      font-size: var(--step-1);
      line-height: 1.5;
      color: var(--ink);
      font-style: italic;
      margin-bottom: 1rem;
    }

    .rsvp-body {
      font-size: var(--step-0);
      color: #4A5E50;
      line-height: 1.7;
    }

    .rsvp-deadline {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      margin-top: 1.5rem;
      background: var(--green-light);
      border: 1px solid #B8D8C5;
      border-radius: 2rem;
      padding: 0.45em 1em;
      font-size: var(--step--1);
      font-weight: 600;
      color: var(--green-dark);
    }

    /* RSVP CTA card */
    .rsvp-cta {
      background: var(--green-light);
      border: 1px solid #B8D8C5;
      border-radius: 12px;
      padding: clamp(1.75rem, 4vw, 2.5rem);
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }

    .rsvp-cta-label {
      font-size: var(--step--2);
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--green);
    }

    .rsvp-checklist {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.55rem;
    }

    .rsvp-checklist li {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      font-size: var(--step-0);
      color: var(--ink-muted);
    }

    .rsvp-checklist li::before {
      content: '';
      flex-shrink: 0;
      width: 16px; height: 16px;
      border-radius: 50%;
      background: var(--green);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='1.8'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5'/%3E%3C/svg%3E");
      background-size: 75%;
      background-repeat: no-repeat;
      background-position: center;
    }

    .btn-rsvp {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      font-family: var(--sans);
      font-size: var(--step-0);
      font-weight: 700;
      letter-spacing: 0.04em;
      color: var(--white);
      background: var(--green);
      border: none;
      border-radius: 8px;
      padding: 1em 2em;
      cursor: pointer;
      transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
      box-shadow: 0 2px 12px rgba(29,122,64,0.25);
      width: 100%;
      text-decoration: none;
    }

    .btn-rsvp:hover  { background: var(--green-dark); box-shadow: 0 4px 18px rgba(29,122,64,0.35); }
    .btn-rsvp:active { transform: scale(0.98); }

    .rsvp-newtab {
      text-align: center;
      font-size: var(--step--2);
      color: var(--ink-muted);
    }
    .rsvp-newtab a { color: var(--green); }

    /* RSVP Modal */
    .rsvp-modal-overlay {
      position: fixed;
      inset: 0;
      z-index: 200;
      background: rgba(15,31,21,0.6);
      backdrop-filter: blur(4px);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .rsvp-modal-overlay.open {
      opacity: 1;
      pointer-events: all;
    }

    .rsvp-modal {
      background: var(--white);
      width: 100%;
      max-width: 640px;
      height: 88dvh;
      border-radius: 16px 16px 0 0;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transform: translateY(100%);
      transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
      box-shadow: 0 -8px 40px rgba(15,31,21,0.25);
    }

    @media (min-width: 640px) {
      .rsvp-modal-overlay { align-items: center; }
      .rsvp-modal {
        height: 85dvh;
        border-radius: 16px;
        transform: translateY(40px) scale(0.97);
      }
      .rsvp-modal-overlay.open .rsvp-modal {
        transform: none;
      }
    }

    .rsvp-modal-overlay.open .rsvp-modal {
      transform: translateY(0);
    }

    .rsvp-modal-header {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.1rem 1.5rem;
      background: var(--green);
    }

    .rsvp-modal-title {
      font-family: var(--serif-xtall);
      font-size: var(--step-1);
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.02em;
    }

    .rsvp-modal-close {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2rem; height: 2rem;
      border-radius: 50%;
      background: rgba(255,255,255,0.15);
      border: none;
      cursor: pointer;
      color: var(--white);
      font-size: 1.2rem;
      line-height: 1;
      transition: background 0.2s;
    }
    .rsvp-modal-close:hover { background: rgba(255,255,255,0.25); }

    .rsvp-modal-body {
      flex: 1;
      overflow: hidden;
    }

    .rsvp-modal-body iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block;
    }

    /* ── Site Plan ────────────────────────────────────────────────── */
    .siteplan-section { background: var(--white); }

    .siteplan-intro {
      font-family: var(--sans);
      font-size: var(--step-0);
      line-height: 1.7;
      color: var(--ink-muted);
      max-width: 48rem;
      margin-bottom: clamp(2rem, 4vw, 3rem);
    }

    .siteplan-wrap {
      border-radius: 0.75rem;
      overflow: hidden;
      border: 1px solid #DDE8E2;
      box-shadow: 0 4px 32px rgba(15,31,21,0.08);
    }

    .siteplan-img {
      width: 100%;
      height: auto;
      display: block;
    }

    .siteplan-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem 1.25rem;
      background: var(--cream);
      border-top: 1px solid #DDE8E2;
      font-family: var(--sans);
      font-size: var(--step--2);
      color: var(--ink-muted);
    }

    .siteplan-footer a {
      color: var(--green);
      font-weight: 500;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 0.35em;
    }

    .siteplan-footer a:hover { text-decoration: underline; }

    /* ── FAQ / Practical ─────────────────────────────────────────── */
    .faq-section { background: var(--cream); }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr));
      gap: 2rem;
    }

    .faq-item {}

    .faq-q {
      font-family: var(--serif-tall);
      font-size: var(--step-1);
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 0.5rem;
      line-height: 1.3;
    }

    .faq-a {
      font-size: var(--step-0);
      color: #4A5E50;
      line-height: 1.65;
    }

    .faq-a a {
      color: var(--green);
      text-decoration: underline;
      text-underline-offset: 0.15em;
    }

    /* ── Discount promo card ─────────────────────────────────────── */
    .promo-logo-badge {
      flex-shrink: 0;
      background: var(--white);
      border-radius: 0.75rem;
      padding: 0.75rem 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .promo-logo-badge img {
      width: clamp(80px, 12vw, 120px);
      height: auto;
      display: block;
    }

    .promo-card {
      margin-top: clamp(2rem, 4vw, 3rem);
      background: var(--ink);
      border-radius: 1rem;
      padding: clamp(1.5rem, 4vw, 2.5rem);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.5rem 2.5rem;
    }

    .promo-card-body { flex: 1; min-width: 16rem; }

    .promo-card-eyebrow {
      font-family: var(--sans);
      font-size: var(--step--2);
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      margin-bottom: 0.35rem;
    }

    .promo-card-title {
      font-family: var(--serif-tall);
      font-size: var(--step-2);
      font-weight: 700;
      color: var(--white);
      line-height: 1.2;
      margin-bottom: 0.5rem;
    }

    .promo-card-desc {
      font-size: var(--step--1);
      color: rgba(255,255,255,0.6);
      line-height: 1.55;
    }

    .promo-code-row {
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .promo-code {
      font-family: var(--sans);
      font-size: var(--step-0);
      font-weight: 700;
      letter-spacing: 0.12em;
      color: var(--white);
      background: rgba(255,255,255,0.1);
      border: 1px dashed rgba(255,255,255,0.3);
      border-radius: 0.5rem;
      padding: 0.5em 1em;
    }

    .promo-btn {
      font-family: var(--sans);
      font-size: var(--step--1);
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--ink);
      background: var(--white);
      padding: 0.6em 1.4em;
      border-radius: 2rem;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.2s, color 0.2s;
    }

    .promo-btn:hover { background: var(--cream); }

    /* ── Scroll animations ───────────────────────────────────────── */
    @media (prefers-reduced-motion: no-preference) {
      [data-animate] {
        opacity: 0;
        transform: translateY(22px);
        transition:
          opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
          transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--delay, 0ms);
      }

      [data-animate="up-sm"] {
        transform: translateY(12px);
      }

      [data-animate="scale"] {
        transform: scale(0.97) translateY(10px);
        transition:
          opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
          transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--delay, 0ms);
      }

      [data-animate].in-view {
        opacity: 1;
        transform: none;
      }

      /* Hero entrance — plays on load, not scroll */
      .hero-eyebrow  { opacity: 0; transform: translateY(10px); animation: hero-fade 0.7s cubic-bezier(0.22,1,0.36,1) 0.2s forwards; }
      .hero-names    { opacity: 0; transform: translateY(16px); animation: hero-fade 0.8s cubic-bezier(0.22,1,0.36,1) 0.35s forwards; }
      .hero-sub      { opacity: 0; transform: translateY(12px); animation: hero-fade 0.7s cubic-bezier(0.22,1,0.36,1) 0.55s forwards; }
      .hero-date-strip { opacity: 0; transform: translateY(10px); animation: hero-fade 0.7s cubic-bezier(0.22,1,0.36,1) 0.7s forwards; }
      .hero-scroll   { opacity: 0; animation: hero-fade 0.6s ease 1.1s forwards; }

      @keyframes hero-fade {
        to { opacity: 1; transform: none; }
      }
    }

    /* ── Footer ──────────────────────────────────────────────────── */
    .footer {
      background: var(--ink);
      padding: clamp(3rem, 6vw, 5rem) var(--pad-x);
    }

    .footer-inner {
      max-width: 72rem;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 2rem;
      align-items: end;
    }

    @media (max-width: 540px) {
      .footer-inner { grid-template-columns: 1fr; }
    }

    .footer-names {
      font-family: var(--serif-xtall);
      font-size: var(--step-4);
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.02em;
      line-height: 1;
    }

    .footer-names em {
      font-style: italic;
      font-weight: 300;
      color: rgba(255,255,255,0.45);
    }

    .footer-date {
      font-family: var(--sans);
      font-size: var(--step--1);
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      margin-top: 0.5rem;
    }

    .footer-right {
      text-align: right;
    }

    .footer-love {
      display: block;
      width: clamp(4.5rem, 9vw, 6.5rem);
      margin-left: auto;
      color: var(--white);
      opacity: 0.9;
      transition: opacity 0.2s;
    }
    .footer-love:hover { opacity: 1; }
    .footer-love path { fill: currentColor; }

    .footer-link {
      display: block;
      margin-top: 0.75rem;
      font-size: var(--step--2);
      color: rgba(255,255,255,0.4);
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: color 0.2s;
    }

    .footer-link:hover { color: rgba(255,255,255,0.8); }

    /* ── Page loader ──────────────────────────────────────────────── */
    #loader {
      position: fixed;
      inset: 0;
      z-index: 9999;
      background: var(--ink);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
                  visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #loader.hiding {
      opacity: 0;
      visibility: hidden;
    }

    #loader.gone { display: none; }

    .loader-svg {
      width: clamp(140px, 26vmin, 260px);
      height: auto;
      overflow: visible;
    }

    #loader-path {
      fill: transparent;
      stroke: var(--cream);
      stroke-width: 3;
      stroke-linejoin: round;
      stroke-linecap: round;
    }
