    :root {
      --linen: #f3ece3;
      --linen-deep: #e8dfd0;
      --bark: #3c2f28;
      --bark-soft: #5a483e;
      --rust: #9c5a45;
      --brass: #b8976a;
      --cream: #faf6ef;
      --sage: #6b7564;
      --shadow: rgba(60, 47, 40, 0.12);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    html {
      scroll-behavior: smooth;
      /* Avoids a default white seam between full-height hero and main at subpixel bounds */
      background-color: var(--linen);
    }

    body {
      font-family: 'Jost', sans-serif;
      font-weight: 400;
      color: var(--bark);
      line-height: 1.65;
      background-color: var(--linen);
      background-image:
        radial-gradient(ellipse 120% 80% at 50% -20%, rgba(184, 151, 106, 0.14), transparent 55%),
        radial-gradient(ellipse 80% 50% at 100% 100%, rgba(156, 90, 69, 0.06), transparent 45%),
        linear-gradient(180deg, var(--linen) 0%, var(--linen-deep) 100%);
    }

    /* Opening sequence — rustic barn-plaster base, ember & brass, dusty air */
    @keyframes venueIntroLogoIn {
      from {
        opacity: 0;
        transform: scale(0.9) translateY(14px);
      }
      to {
        opacity: 1;
        transform: scale(1) translateY(0);
      }
    }

    @keyframes venueIntroLogoWarmLight {
      0% {
        filter:
          drop-shadow(0 14px 36px rgba(60, 47, 40, 0.14))
          drop-shadow(0 28px 56px rgba(156, 90, 69, 0.1))
          drop-shadow(0 0 48px rgba(184, 151, 106, 0.22));
      }
      100% {
        filter:
          drop-shadow(0 16px 42px rgba(60, 47, 40, 0.14))
          drop-shadow(0 32px 64px rgba(122, 72, 52, 0.16))
          drop-shadow(0 0 56px rgba(184, 151, 106, 0.32));
      }
    }

    @keyframes venueIntroLogoGlowDrift {
      0% {
        transform: translate(-50%, -50%) translate(0, 0) scale(1);
        opacity: 0.96;
      }
      100% {
        transform: translate(-50%, -50%) translate(7px, -6px) scale(1.03);
        opacity: 1;
      }
    }

    @keyframes venueIntroEmberPulse {
      0% {
        opacity: 0.55;
        transform: scale(1) translate(0, 0);
      }
      100% {
        opacity: 0.92;
        transform: scale(1.1) translate(2%, -2%);
      }
    }

    @keyframes venueIntroWarmDrift {
      0% {
        opacity: 0.7;
        transform: translate(0, 0) rotate(0deg);
      }
      100% {
        opacity: 1;
        transform: translate(-4%, 3%) rotate(0.8deg);
      }
    }

    @keyframes venueIntroHazeBreath {
      0%,
      100% {
        opacity: 1;
        filter: brightness(1) saturate(1);
      }
      45% {
        opacity: 0.9;
        filter: brightness(1.02) saturate(0.96);
      }
      72% {
        opacity: 0.95;
        filter: brightness(1.01) saturate(0.98);
      }
    }

    @keyframes venueIntroOrbFloatA {
      0% {
        transform: translate(0, 0) scale(1);
      }
      100% {
        transform: translate(8%, -10%) scale(1.15);
      }
    }

    @keyframes venueIntroOrbFloatB {
      0% {
        transform: translate(0, 0) scale(1);
      }
      100% {
        transform: translate(-6%, -8%) scale(1.08);
      }
    }

    @keyframes venueIntroOrbFloatC {
      0% {
        transform: translate(0, 0) scale(1);
      }
      100% {
        transform: translate(10%, 6%) scale(1.2);
      }
    }

    @keyframes venueIntroShadowDrift1 {
      0% {
        transform: translate(-12%, 18%) scale(1);
        opacity: 0.38;
      }
      100% {
        transform: translate(14%, -8%) scale(1.12);
        opacity: 0.55;
      }
    }

    @keyframes venueIntroShadowDrift2 {
      0% {
        transform: translate(18%, -14%) scale(1.05);
        opacity: 0.32;
      }
      100% {
        transform: translate(-10%, 16%) scale(1.2);
        opacity: 0.5;
      }
    }

    @keyframes venueIntroShadowDrift3 {
      0% {
        transform: translate(6%, 22%) rotate(-4deg) scale(1);
        opacity: 0.28;
      }
      100% {
        transform: translate(-16%, -12%) rotate(3deg) scale(1.18);
        opacity: 0.46;
      }
    }

    @keyframes venueIntroRevealOut {
      from {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
      }
      to {
        opacity: 0;
        transform: scale(1.01);
        filter: brightness(1.03);
      }
    }

    body.venue-intro-active {
      overflow: hidden;
    }

    .venue-intro {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(1rem, 4vw, 2rem);
      pointer-events: auto;
    }

    .venue-intro__layers {
      position: absolute;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .venue-intro__layer {
      position: absolute;
      inset: 0;
    }

    .venue-intro__layer--base {
      background-color: #d5c9b8;
      background-image:
        /* Corner depth + lifted feel */
        radial-gradient(ellipse 75% 55% at 0% 0%, rgba(38, 26, 20, 0.22), transparent 52%),
        radial-gradient(ellipse 80% 60% at 100% 100%, rgba(42, 30, 24, 0.24), transparent 52%),
        radial-gradient(ellipse 70% 45% at 100% 0%, rgba(60, 44, 36, 0.12), transparent 48%),
        radial-gradient(ellipse 130% 85% at 50% -18%, rgba(107, 75, 58, 0.16), transparent 58%),
        radial-gradient(ellipse 90% 55% at 100% 100%, rgba(156, 90, 69, 0.18), transparent 48%),
        radial-gradient(ellipse 70% 50% at 0% 78%, rgba(107, 117, 100, 0.1), transparent 50%),
        radial-gradient(ellipse 95% 60% at 0% 88%, rgba(60, 47, 40, 0.11), transparent 46%),
        linear-gradient(175deg, #e0d4c4 0%, #cdc1ae 38%, #baad9c 72%, #a89b8c 100%);
    }

    .venue-intro__layer--ember {
      inset: -10%;
      background:
        radial-gradient(ellipse 68% 52% at 46% 40%, rgba(196, 110, 78, 0.26) 0%, transparent 50%),
        radial-gradient(circle at 68% 68%, rgba(139, 80, 58, 0.18) 0%, transparent 44%),
        radial-gradient(circle at 28% 62%, rgba(184, 151, 106, 0.12) 0%, transparent 38%),
        radial-gradient(circle at 52% 82%, rgba(28, 20, 16, 0.14) 0%, transparent 42%);
    }

    .venue-intro__layer--drift {
      inset: -15%;
      background:
        radial-gradient(circle at 20% 28%, rgba(188, 172, 150, 0.26) 0%, transparent 30%),
        radial-gradient(circle at 90% 50%, rgba(122, 92, 72, 0.16) 0%, transparent 34%),
        radial-gradient(ellipse 52% 42% at 50% 96%, rgba(72, 58, 48, 0.14) 0%, transparent 45%);
    }

    .venue-intro__shadow-drift {
      position: absolute;
      inset: -20%;
      pointer-events: none;
      overflow: visible;
    }

    .venue-intro__shadow {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      will-change: transform, opacity;
      filter: blur(48px);
      background: radial-gradient(
        circle,
        rgba(18, 14, 12, 0.72) 0%,
        rgba(38, 28, 22, 0.42) 38%,
        transparent 72%
      );
      box-shadow:
        0 0 min(28vw, 180px) rgba(12, 9, 8, 0.35),
        min(8vw, 64px) min(12vw, 96px) min(24vw, 160px) rgba(24, 18, 14, 0.25);
    }

    .venue-intro__shadow--1 {
      width: min(72vw, 420px);
      height: min(58vw, 340px);
      top: -6%;
      left: -18%;
      opacity: 0.4;
    }

    .venue-intro__shadow--2 {
      width: min(65vw, 380px);
      height: min(70vw, 400px);
      bottom: -22%;
      right: -20%;
      opacity: 0.34;
      filter: blur(56px);
      background: radial-gradient(
        circle,
        rgba(14, 11, 9, 0.68) 0%,
        rgba(34, 26, 20, 0.38) 42%,
        transparent 70%
      );
    }

    .venue-intro__shadow--3 {
      width: min(48vw, 280px);
      height: min(52vw, 300px);
      top: 38%;
      left: 52%;
      opacity: 0.3;
      filter: blur(44px);
      background: radial-gradient(
        ellipse 52% 48% at 45% 50%,
        rgba(22, 16, 14, 0.65) 0%,
        rgba(48, 38, 30, 0.32) 45%,
        transparent 68%
      );
    }

    .venue-intro__haze {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 50% 44%, rgba(210, 200, 186, 0.14) 0%, transparent 38%),
        radial-gradient(circle at 12% 30%, rgba(140, 124, 108, 0.12) 0%, transparent 28%),
        radial-gradient(circle at 88% 70%, rgba(88, 74, 62, 0.1) 0%, transparent 24%);
      pointer-events: none;
    }

    .venue-intro__bokeh {
      position: absolute;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .venue-intro__orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(52px);
      opacity: 0.32;
      will-change: transform;
    }

    .venue-intro__orb--a {
      width: min(38vw, 160px);
      height: min(38vw, 160px);
      background: rgba(156, 110, 78, 0.5);
      top: 16%;
      left: 6%;
      opacity: 0.38;
      box-shadow:
        2vw 3.5vw 4.5rem rgba(42, 28, 22, 0.35),
        -1rem 2rem 3.5rem rgba(156, 100, 72, 0.12);
    }

    .venue-intro__orb--b {
      width: min(48vw, 220px);
      height: min(48vw, 220px);
      background: rgba(92, 68, 54, 0.44);
      bottom: -12%;
      right: -14%;
      opacity: 0.34;
      box-shadow:
        -3vw -3vw 5rem rgba(22, 16, 14, 0.4),
        1.5rem -2rem 4rem rgba(156, 90, 69, 0.14);
    }

    .venue-intro__orb--c {
      width: 100px;
      height: 100px;
      background: rgba(184, 145, 98, 0.46);
      top: 48%;
      left: 58%;
      opacity: 0.34;
      filter: blur(40px);
      box-shadow:
        0 4rem 3.5rem rgba(48, 34, 26, 0.32),
        -2.5rem 0 3rem rgba(120, 86, 60, 0.12);
    }

    .venue-intro__vignette {
      position: absolute;
      inset: 0;
      pointer-events: none;
      box-shadow:
        inset 0 0 min(96px, 15vw) rgba(32, 24, 20, 0.5),
        inset 0 0 min(220px, 30vw) rgba(48, 38, 32, 0.32),
        inset 0 0 min(380px, 50vw) rgba(76, 62, 52, 0.14),
        inset 0 3px 14px rgba(18, 14, 12, 0.28),
        inset 0 1px 0 rgba(255, 250, 242, 0.09),
        inset 0 -4px 16px rgba(22, 16, 14, 0.18);
    }

    .venue-intro__content {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: min(94vw, 540px);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .venue-intro__mark {
      position: relative;
      margin-bottom: 0.5rem;
      line-height: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: clamp(76px, 24vw, 180px);
    }

    .venue-intro__logo-glow {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 0;
      width: min(120%, 420px);
      height: min(110%, 380px);
      max-width: 92vw;
      pointer-events: none;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background:
        radial-gradient(ellipse 58% 52% at 48% 50%, rgba(212, 175, 130, 0.62) 0%, rgba(184, 130, 92, 0.28) 40%, transparent 68%),
        radial-gradient(circle at 42% 44%, rgba(236, 216, 188, 0.35) 0%, transparent 46%);
      filter: blur(22px);
      will-change: transform, opacity;
    }

    .venue-intro__logo {
      position: relative;
      z-index: 1;
      display: block;
      width: auto;
      height: clamp(76px, 24vw, 180px);
      max-width: 100%;
      margin: 0 auto;
      object-fit: contain;
      filter:
        drop-shadow(0 14px 36px rgba(60, 47, 40, 0.14))
        drop-shadow(0 28px 56px rgba(156, 90, 69, 0.1))
        drop-shadow(0 0 48px rgba(184, 151, 106, 0.22));
    }

    @media (prefers-reduced-motion: no-preference) {
      .venue-intro:not(.is-leaving) .venue-intro__logo {
        animation:
          venueIntroLogoIn 0.85s cubic-bezier(0.18, 0.82, 0.15, 1) 0.05s both,
          venueIntroLogoWarmLight 3.2s ease-in-out 0.92s infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__logo-glow {
        animation: venueIntroLogoGlowDrift 26s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__layer--ember {
        animation: venueIntroEmberPulse 11s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__layer--drift {
        animation: venueIntroWarmDrift 24s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__haze {
        animation: venueIntroHazeBreath 15s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__orb--a {
        animation: venueIntroOrbFloatA 16s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__orb--b {
        animation: venueIntroOrbFloatB 20s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__orb--c {
        animation: venueIntroOrbFloatC 13s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__shadow--1 {
        animation: venueIntroShadowDrift1 22s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__shadow--2 {
        animation: venueIntroShadowDrift2 28s ease-in-out infinite alternate;
      }

      .venue-intro:not(.is-leaving) .venue-intro__shadow--3 {
        animation: venueIntroShadowDrift3 18s ease-in-out infinite alternate;
      }

      .venue-intro.is-leaving {
        animation: venueIntroRevealOut 0.65s cubic-bezier(0.33, 0.86, 0.25, 1) forwards;
        pointer-events: none;
      }

      .venue-intro.is-leaving .venue-intro__logo-glow {
        animation: none;
        transition:
          opacity 0.65s cubic-bezier(0.33, 0.86, 0.25, 1),
          transform 0.65s cubic-bezier(0.33, 0.86, 0.25, 1),
          filter 0.65s ease-out;
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.99);
        filter: blur(32px);
      }

      .venue-intro.is-leaving .venue-intro__logo {
        animation: none;
        transition: filter 0.65s ease-out;
        filter:
          drop-shadow(0 12px 28px rgba(60, 47, 40, 0.1))
          drop-shadow(0 22px 44px rgba(156, 90, 69, 0.07))
          drop-shadow(0 0 40px rgba(184, 151, 106, 0.18));
      }

      /* Under the intro: content waits, then emerges in order while the curtain lifts */
      body.venue-intro-active:not(.venue-intro-exiting) #page-root .site-header {
        opacity: 0;
        transform: translateY(-14px);
        filter: blur(8px);
        will-change: opacity, transform, filter;
      }

      body.venue-intro-active:not(.venue-intro-exiting) #page-root .carousel-shell {
        opacity: 0;
        transform: translate3d(0, 48px, 0) scale(0.94);
        filter: blur(8px);
        will-change: opacity, transform, filter;
      }

      @keyframes stagedChromeIn {
        from {
          opacity: 0;
          transform: translateY(-16px);
          filter: blur(10px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
          filter: blur(0);
        }
      }

      @keyframes stagedLineIn {
        from {
          opacity: 0;
          transform: translate3d(0, 24px, 0);
          filter: blur(6px);
        }
        to {
          opacity: 1;
          transform: translate3d(0, 0, 0);
          filter: blur(0);
        }
      }

      @keyframes stagedCarouselIn {
        from {
          opacity: 0;
          transform: translate3d(0, 44px, 0) scale(0.93);
          filter: blur(10px);
        }
        to {
          opacity: 1;
          transform: translate3d(0, 0, 0) scale(1);
          filter: blur(0);
        }
      }

      /* Intro begins peeling — header first, then copy, then gallery */
      body.venue-intro-exiting #page-root .site-header {
        animation: stagedChromeIn 1.45s cubic-bezier(0.26, 1, 0.3, 1) 0.05s both;
      }

      /* Gallery — staged in after header */
      body.venue-intro-exiting #page-root .carousel-shell {
        animation: stagedCarouselIn 1.65s cubic-bezier(0.24, 1, 0.34, 1) 0.32s both;
      }

      /* Lock final appearance after staged keyframes (avoid flash when .venue-intro-exiting is removed) */
      body.intro-stages-done #page-root .site-header,
      body.intro-stages-done #page-root .carousel-shell {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
        will-change: auto;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .venue-intro {
        display: none !important;
      }
    }

    /* Texture overlay */
    .page-texture {
      pointer-events: none;
      position: fixed;
      inset: 0;
      opacity: 0.04;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      z-index: 15;
    }

    /* Top mark — hero only; hidden when nav is pinned to top with bar logo */
    .hero-brand--top {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 32;
      display: flex;
      justify-content: center;
      padding: max(0.95rem, env(safe-area-inset-top)) 1.25rem 0.65rem;
      pointer-events: none;
    }

    .hero-brand--top .nav-logo {
      pointer-events: auto;
    }

    .hero-brand--top .nav-logo img {
      filter:
        brightness(0) invert(1)
        drop-shadow(0 2px 16px rgba(0, 0, 0, 0.5));
      transition: filter 0.35s ease;
    }

    /* Gallery / inquire: light hero — black mark instead of inverted white */
    .hero-immersive--subpage .hero-brand--top .nav-logo img {
      filter: brightness(0) drop-shadow(0 2px 12px rgba(60, 47, 40, 0.16));
    }

    .hero-immersive:has(.site-header--pinned) .hero-brand--top {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    /* Nav: hero overlays slides; “pinned” = fixed pill bar at bottom while scrolling */
    .site-header {
      position: relative;
      z-index: 9;
      background: transparent;
      border-bottom: none;
      transition:
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        backdrop-filter 0.35s ease;
    }

    .hero-immersive__carousel-layer .site-header:not(.site-header--pinned),
    .hero-immersive--subpage .site-header:not(.site-header--pinned) {
      position: absolute;
      left: 0;
      right: 0;
      top: auto;
      bottom: calc(env(safe-area-inset-bottom, 0px) + clamp(2.55rem, 6.5vh, 3.15rem));
      background: transparent !important;
      backdrop-filter: none !important;
      box-shadow: none !important;
      border: none !important;
      pointer-events: none;
    }

    .hero-immersive__carousel-layer .site-header:not(.site-header--pinned) .nav-inner,
    .hero-immersive__carousel-layer .site-header:not(.site-header--pinned) nav,
    .hero-immersive__carousel-layer .site-header:not(.site-header--pinned) .nav-inner a,
    .hero-immersive--subpage .site-header:not(.site-header--pinned) .nav-inner,
    .hero-immersive--subpage .site-header:not(.site-header--pinned) nav,
    .hero-immersive--subpage .site-header:not(.site-header--pinned) .nav-inner a {
      pointer-events: auto;
    }

    .site-header--pinned {
      position: fixed !important;
      top: auto !important;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 250;
      background: transparent !important;
      backdrop-filter: none !important;
      border: none !important;
      box-shadow: none !important;
      pointer-events: none;
    }

    .site-header--pinned .nav-inner,
    .site-header--pinned nav,
    .site-header--pinned .nav-inner a {
      pointer-events: auto;
    }

    .site-header--pinned nav a {
      color: rgba(250, 246, 239, 0.92);
      text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    }

    .site-header--pinned nav a:hover {
      color: #fff;
    }

    .site-header--pinned .nav-cta {
      background: linear-gradient(165deg, var(--rust) 0%, #7f4a38 52%, #6a3d2f 100%);
      color: var(--cream) !important;
      border: 1px solid rgba(184, 151, 106, 0.55);
      box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 248, 240, 0.18);
    }

    .site-header--pinned .nav-cta:hover {
      background: linear-gradient(165deg, #b87058 0%, #9c5a45 55%, #8a4e3d 100%);
      color: var(--cream) !important;
      border-color: rgba(218, 200, 170, 0.5);
    }

    .nav-inner {
      position: relative;
      z-index: 1;
      max-width: 1140px;
      margin: 0 auto;
      padding: 0.85rem 1.25rem max(1rem, env(safe-area-inset-bottom));
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1.25rem;
      transition:
        padding 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        gap 0.42s ease;
    }

    .site-header--pinned .nav-inner {
      padding: 0.45rem 1.25rem calc(env(safe-area-inset-bottom, 0px) + 1.75rem);
      gap: 0;
      background: transparent;
    }

    .site-header:not(.site-header--pinned) .nav-inner {
      gap: 0.35rem;
      padding-top: 0.35rem;
    }

    .hero-immersive__carousel-layer .site-header:not(.site-header--pinned) .nav-inner,
    .hero-immersive--subpage .site-header:not(.site-header--pinned) .nav-inner {
      gap: 0;
      padding: 0 1.25rem 0.2rem;
      background: transparent;
    }

    .nav-logo {
      display: block;
      line-height: 0;
      flex-shrink: 0;
    }

    .nav-logo:focus-visible {
      outline: 2px solid var(--brass);
      outline-offset: 4px;
      border-radius: 4px;
    }

    .nav-logo img {
      display: block;
      width: auto;
      height: clamp(72px, 17vw, 118px);
      max-width: min(92vw, 520px);
      object-fit: contain;
      filter: drop-shadow(0 3px 18px rgba(0, 0, 0, 0.5));
      transition: filter 0.35s ease;
    }

    @media (min-width: 768px) {
      .nav-logo img {
        height: clamp(88px, 11vw, 124px);
        max-width: min(88vw, 560px);
      }
    }

    .site-header:not(.site-header--pinned) nav a {
      color: rgba(250, 246, 239, 0.92);
      text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    }

    .site-header:not(.site-header--pinned) nav a:hover {
      color: #fff;
    }

    .site-header:not(.site-header--pinned) .nav-cta {
      background: linear-gradient(165deg, var(--rust) 0%, #7f4a38 52%, #6a3d2f 100%);
      color: var(--cream) !important;
      border: 1px solid rgba(184, 151, 106, 0.55);
      box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 248, 240, 0.18);
    }

    .site-header:not(.site-header--pinned) .nav-cta:hover {
      background: linear-gradient(165deg, #b87058 0%, #9c5a45 55%, #8a4e3d 100%);
      color: var(--cream) !important;
      border-color: rgba(218, 200, 170, 0.5);
    }

    .nav-inner nav {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .site-header__dismiss-pinned {
      display: none;
      flex-shrink: 0;
      box-sizing: border-box;
      width: 2.35rem;
      height: 2.35rem;
      margin: 0;
      padding: 0;
      border-radius: 999px;
      border: 1px solid rgba(255, 248, 240, 0.14);
      background: color-mix(in srgb, var(--bark) 90%, transparent);
      color: rgba(250, 246, 239, 0.92);
      font-family: inherit;
      font-size: 1.35rem;
      font-weight: 300;
      line-height: 1;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 250, 242, 0.08);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }

    .site-header__dismiss-pinned:hover {
      color: #fff;
      border-color: rgba(255, 248, 240, 0.22);
    }

    .site-header__dismiss-pinned:focus-visible {
      outline: 2px solid var(--brass);
      outline-offset: 3px;
    }

    .site-header--pinned .site-header__dismiss-pinned {
      display: inline-flex;
    }

    /* Hero (pre-scroll): links sit in an inset curved “pill”, not full-bleed */
    .hero-nav-links-shell {
      display: flex;
      justify-content: center;
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .hero-immersive__carousel-layer .site-header .nav-inner nav,
    .hero-immersive--subpage .site-header .nav-inner nav {
      width: auto;
      max-width: 100%;
    }

    .hero-immersive__carousel-layer .site-header .hero-nav-floating-wrap,
    .hero-immersive--subpage .site-header .hero-nav-floating-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(0.35rem, 2vw, 0.55rem);
      width: fit-content;
      max-width: min(100%, calc(100vw - 2.5rem));
      margin-left: auto;
      margin-right: auto;
    }

    .hero-immersive__carousel-layer .site-header .hero-nav-links-shell,
    .hero-immersive--subpage .site-header .hero-nav-links-shell {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      padding: 0.45rem clamp(0.85rem, 3vw, 1.35rem);
      border-radius: clamp(2rem, 8vw, 999px);
      background: rgba(60, 47, 40, 0.9);
      background: color-mix(in srgb, var(--bark) 90%, transparent);
      border: 1px solid rgba(255, 248, 240, 0.12);
      box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.28),
        0 8px 22px rgba(0, 0, 0, 0.18),
        0 2px 8px rgba(0, 0, 0, 0.12),
        0 -6px 28px rgba(60, 47, 40, 0.12),
        inset 0 1px 0 rgba(255, 250, 242, 0.09);
      backdrop-filter: blur(14px) saturate(1.06);
      -webkit-backdrop-filter: blur(14px) saturate(1.06);
      transition:
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.38s ease,
        box-shadow 0.42s ease;
    }

    @media (prefers-reduced-motion: reduce) {
      .hero-immersive__carousel-layer .site-header .hero-nav-links-shell,
      .hero-immersive--subpage .site-header .hero-nav-links-shell,
      .hero-immersive__carousel-layer .site-header .site-header__dismiss-pinned,
      .hero-immersive--subpage .site-header .site-header__dismiss-pinned {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        transition: none;
      }
    }

    @media (prefers-reduced-motion: no-preference) {
      @keyframes siteHeaderPinnedShellIn {
        from {
          transform: translateY(14px);
          opacity: 0.82;
        }

        to {
          transform: translateY(0);
          opacity: 1;
        }
      }

      .site-header--pinned .hero-nav-links-shell {
        animation: siteHeaderPinnedShellIn 0.46s cubic-bezier(0.22, 1, 0.36, 1) forwards;
      }
    }

    nav ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 0.45rem 0.75rem;
      max-width: 100%;
      padding: 0;
      margin: 0;
    }

    @media (min-width: 600px) {
      nav ul {
        gap: 0.55rem 1.35rem;
      }
    }

    nav a {
      font-size: clamp(0.8rem, 2.5vw, 0.95rem);
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--bark-soft);
      text-decoration: none;
      transition: color 0.2s;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0.45rem 0.65rem;
      -webkit-tap-highlight-color: transparent;
    }

    @media (min-width: 600px) {
      nav a {
        letter-spacing: 0.1em;
        padding: 0.52rem 0.82rem;
      }
    }

    nav a:hover {
      color: var(--rust);
    }

    .nav-cta {
      background: linear-gradient(165deg, var(--rust) 0%, #7f4a38 52%, #6a3d2f 100%);
      color: var(--cream) !important;
      padding: 0.62rem 1.45rem;
      border-radius: 999px;
      border: 1px solid rgba(184, 151, 106, 0.45);
      box-shadow:
        0 4px 20px rgba(60, 47, 40, 0.18),
        inset 0 1px 0 rgba(255, 248, 240, 0.15);
      margin-top: 0.15rem;
      transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    @media (max-width: 380px) {
      nav ul {
        row-gap: 0.25rem;
      }

      .nav-cta {
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
      }
    }

    /* Mobile: compact floating / pinned nav so it claims less vertical space */
    @media (max-width: 767px) {
      .hero-immersive__carousel-layer .site-header:not(.site-header--pinned),
      .hero-immersive--subpage .site-header:not(.site-header--pinned) {
        bottom: calc(env(safe-area-inset-bottom, 0px) + clamp(1.35rem, 4.2vh, 2.35rem));
      }

      .site-header--pinned .nav-inner {
        padding: 0.28rem 0.65rem calc(env(safe-area-inset-bottom, 0px) + 0.55rem);
      }

      .hero-immersive__carousel-layer .site-header .hero-nav-floating-wrap,
      .hero-immersive--subpage .site-header .hero-nav-floating-wrap {
        max-width: min(100%, calc(100vw - 1rem));
      }

      .hero-immersive__carousel-layer .site-header .hero-nav-links-shell,
      .hero-immersive--subpage .site-header .hero-nav-links-shell {
        padding: 0.28rem 0.5rem;
        border-radius: clamp(1.35rem, 7vw, 999px);
        box-shadow:
          0 12px 28px rgba(0, 0, 0, 0.22),
          0 6px 16px rgba(0, 0, 0, 0.14),
          0 2px 6px rgba(0, 0, 0, 0.1),
          0 -4px 18px rgba(60, 47, 40, 0.1),
          inset 0 1px 0 rgba(255, 250, 242, 0.08);
      }

      nav ul {
        gap: 0.22rem 0.42rem;
      }

      nav a {
        min-height: 44px;
        padding: 0.28rem 0.42rem;
        font-size: clamp(0.68rem, 2.1vw, 0.82rem);
        letter-spacing: 0.055em;
      }

      .nav-cta {
        padding: 0.38rem 0.85rem;
        margin-top: 0;
      }

      .subpage-hero-mast.section-head {
        padding-bottom: calc(3.35rem + env(safe-area-inset-bottom, 0px) + clamp(1.5rem, 4vh, 2.2rem));
      }
    }

    .nav-cta:hover {
      background: linear-gradient(165deg, #b87058 0%, #9c5a45 55%, #8a4e3d 100%);
      color: var(--cream) !important;
      border-color: rgba(184, 151, 106, 0.65);
    }

    /* Scroll & entrance motion */
    @keyframes revealLift {
      from {
        opacity: 0;
        transform: translate3d(0, 36px, 0) scale(0.97);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
      }
    }

    @keyframes heroDrift {
      from {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes revealBloom {
      from {
        opacity: 0;
        transform: translate3d(0, 24px, 0) scale(0.98);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
      }
    }

    @keyframes shimmerLine {
      from {
        transform: translateX(-50%) scaleX(0);
        opacity: 0;
      }
      to {
        transform: translateX(-50%) scaleX(1);
        opacity: 1;
      }
    }

    @media (prefers-reduced-motion: no-preference) {
      main section:not(.is-visible) .js-reveal {
        opacity: 0;
        transform: translate3d(0, 32px, 0) scale(0.98);
      }

      /* `both` = hold first keyframe during animation-delay (prevents visible flash) */
      main section.is-visible .js-reveal {
        animation: revealLift 0.92s cubic-bezier(0.22,1,0.36,1) var(--reveal-delay,0s) both;
      }

      .quote-band:not(.is-visible) .js-reveal {
        opacity: 0;
        transform: translate3d(0, 28px, 0) scale(0.98);
      }

      .quote-band.is-visible .js-reveal {
        animation: revealBloom 1s cubic-bezier(0.2, 0.9, 0.2, 1) var(--reveal-delay, 0s) both;
      }

      .quote-band.is-visible .quote-inner::after {
        animation: shimmerLine 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
      }

      footer:not(.is-visible) .js-reveal {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
      }

      footer.is-visible .js-reveal {
        animation: heroDrift 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s) both;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .js-reveal {
        opacity: 1;
        transform: none;
        animation: none;
      }

      .quote-inner::after {
        opacity: 0.45;
        transform: translateX(-50%) scaleX(1);
      }
    }

    /* Hero — full-viewport carousel; header & copy stacked above (Guru-style) */
    .hero-immersive {
      position: relative;
      z-index: 20;
      isolation: isolate;
      min-height: 100vh;
      min-height: 100dvh;
      display: flex;
      flex-direction: column;
    }

    .hero-immersive--subpage {
      min-height: clamp(300px, 48vh, 520px);
      /* Transparent so the page body gradient is continuous under hero + main (avoids a seam). */
      background: transparent;
    }

    .subpage-hero-mast.section-head {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 0;
      max-width: 44rem;
      /* Clear absolutely positioned logo: brand top padding + image height + brand bottom padding + gap */
      padding-top: calc(
        max(0.95rem, env(safe-area-inset-top, 0px))
        + clamp(4.85rem, calc(17vw + 0.35rem), 8.35rem)
        + 0.65rem
        + 1.15rem
      );
      padding-right: 1.5rem;
      padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px) + clamp(2.55rem, 6.5vh, 3.15rem));
      padding-left: 1.5rem;
      position: relative;
      z-index: 8;
    }

    @media (min-width: 768px) {
      .subpage-hero-mast.section-head {
        padding-top: calc(
          max(0.95rem, env(safe-area-inset-top, 0px))
          + clamp(5.75rem, calc(11vw + 1rem), 9.25rem)
          + 0.65rem
          + 1.15rem
        );
      }
    }

    /* Subpage: warm dark-brown top feather only (no bottom wash into content) */
    .hero-immersive--subpage > .hero-immersive__scrim {
      z-index: 1;
      background: linear-gradient(
        to bottom,
        rgba(60, 47, 40, 0.52) 0%,
        rgba(64, 50, 42, 0.46) 5%,
        rgba(72, 57, 48, 0.4) 10%,
        rgba(78, 62, 52, 0.34) 15%,
        rgba(86, 68, 58, 0.28) 21%,
        rgba(94, 74, 62, 0.22) 27%,
        rgba(102, 82, 70, 0.17) 33%,
        rgba(112, 90, 76, 0.12) 39%,
        rgba(122, 98, 82, 0.08) 45%,
        rgba(132, 106, 90, 0.045) 50%,
        rgba(142, 114, 96, 0.02) 55%,
        transparent 62%
      );
    }

    .hero-immersive--subpage .site-header {
      z-index: 25;
    }

    .subpage-hero-mast.section-head a {
      color: var(--rust);
      text-decoration: none;
      border-bottom: 1px solid rgba(156, 90, 69, 0.35);
      padding-bottom: 1px;
    }

    .subpage-hero-mast.section-head a:hover {
      color: var(--bark);
      border-bottom-color: rgba(60, 47, 40, 0.35);
    }

    .hero-immersive__carousel-layer {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
    }

    .hero-immersive__scrim {
      position: absolute;
      inset: 0;
      z-index: 3;
      pointer-events: none;
      background:
        /* Top: darker wash — fades into the slide; pairs with light nav type */
        linear-gradient(
          to bottom,
          rgba(5, 4, 4, 0.78) 0%,
          rgba(5, 5, 4, 0.52) 14%,
          rgba(28, 22, 18, 0.22) 32%,
          rgba(32, 26, 22, 0.06) 48%,
          transparent 62%
        ),
        /* Bottom: warm linen/deep blend (no paper-white) into body / welcome */
        linear-gradient(
          to top,
          color-mix(in srgb, var(--linen) 68%, var(--linen-deep) 32%) 0%,
          color-mix(in srgb, var(--linen) 58%, var(--linen-deep) 42%) 3%,
          color-mix(in srgb, var(--linen) 48%, var(--linen-deep) 52%) 6%,
          rgba(216, 200, 184, 0.9) 10%,
          rgba(200, 184, 168, 0.78) 13%,
          rgba(178, 158, 142, 0.62) 17%,
          rgba(138, 115, 98, 0.46) 22%,
          rgba(98, 80, 68, 0.32) 28%,
          rgba(68, 54, 46, 0.2) 35%,
          rgba(48, 38, 32, 0.11) 43%,
          rgba(32, 26, 22, 0.05) 51%,
          transparent 61%
        ),
        /* Subtle mid vignette keeps captions readable without harsh top/bottom */
        radial-gradient(ellipse 85% 55% at 50% 50%, transparent 30%, rgba(22, 18, 15, 0.14) 100%);
    }

    /* Carousel */
    .carousel-shell {
      position: relative;
      max-width: 960px;
      margin: 0 auto 3rem;
      padding: 0.6rem;
      background: linear-gradient(145deg, #d9cfc0 0%, #c4b5a2 40%, #e2d8cb 100%);
      border-radius: 20px;
      box-shadow:
        0 24px 48px rgba(60, 47, 40, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    }

    .carousel-shell::before {
      content: '';
      position: absolute;
      inset: 10px;
      border-radius: 14px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      pointer-events: none;
      z-index: 2;
    }

    .hero-immersive__carousel-layer .carousel-shell {
      position: absolute;
      inset: 0;
      max-width: none;
      margin: 0;
      padding: 0;
      border-radius: 0;
      background: var(--bark);
      box-shadow: none;
    }

    .hero-immersive__carousel-layer .carousel-shell::before {
      display: none;
    }

    .carousel {
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      background: var(--bark);
      outline: none;
    }

    .hero-immersive__carousel-layer .carousel {
      display: flex;
      flex-direction: column;
      height: 100%;
      min-height: 100%;
      border-radius: 0;
      overflow: hidden;
    }

    .carousel-stage {
      position: relative;
      flex: 1 1 auto;
      min-height: 0;
      display: flex;
      flex-direction: column;
    }

    .carousel:focus-visible {
      box-shadow: 0 0 0 3px var(--cream), 0 0 0 5px var(--brass);
    }

    .hero-immersive__carousel-layer .carousel:focus-visible {
      box-shadow: inset 0 0 0 3px var(--cream), inset 0 0 0 5px var(--brass);
    }

    .carousel-viewport {
      overflow: hidden;
      aspect-ratio: 16 / 9;
    }

    .hero-immersive__carousel-layer .carousel-viewport {
      flex: 1 1 auto;
      min-height: 0;
      aspect-ratio: auto;
      height: 100%;
    }

    .hero-immersive__carousel-layer .carousel-viewport--hero {
      position: relative;
      min-height: 0;
      height: 100%;
    }

    .carousel-viewport__slides {
      height: 100%;
      min-height: 0;
      position: relative;
      overflow: hidden;
    }

    .hero-immersive__carousel-layer .carousel-viewport__slides .carousel-track {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
    }

    @supports not (aspect-ratio: 16 / 9) {
      .carousel-viewport {
        padding-bottom: 56.25%;
        height: 0;
        position: relative;
      }

      .hero-immersive__carousel-layer .carousel-viewport {
        padding-bottom: 0;
        height: 100%;
      }

      .carousel-track {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
    }

    .carousel-track {
      display: flex;
      height: 100%;
      transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    @media (prefers-reduced-motion: reduce) {
      .carousel-track {
        transition: none;
      }
    }

    .carousel-slide {
      flex: 0 0 100%;
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.75rem 3.5rem;
      text-align: center;
    }

    .carousel-slide .slide-caption {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-width: min(42rem, 92vw);
      margin: 0 auto;
    }

    .slide-caption__eyebrow {
      font-family: 'Jost', sans-serif;
      font-size: 0.72rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(255, 215, 175, 0.95);
      font-weight: 500;
      margin: 0 0 0.75rem;
      text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
    }

    .slide-caption__title {
      font-family: 'Fraunces', serif;
      font-size: clamp(2rem, 5.2vw, 3.5rem);
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: var(--cream);
      margin: 0 0 1rem;
      text-shadow:
        0 2px 28px rgba(0, 0, 0, 0.45),
        0 1px 3px rgba(0, 0, 0, 0.25);
    }

    .slide-caption__title em {
      font-style: italic;
      font-weight: 400;
      color: rgba(255, 248, 240, 0.94);
    }

    .slide-caption__lede {
      font-family: 'Jost', sans-serif;
      font-size: clamp(0.98rem, 2.4vw, 1.08rem);
      font-weight: 300;
      line-height: 1.65;
      color: rgba(250, 246, 239, 0.9);
      max-width: 36ch;
      margin: 0;
      text-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
    }

    @media (max-width: 520px) {
      .carousel-slide {
        padding: 1rem 3.25rem;
      }

      .slide-caption__eyebrow {
        letter-spacing: 0.2em;
        font-size: 0.65rem;
      }

      .carousel-btn {
        width: 42px;
        height: 42px;
      }

      .carousel-btn--prev {
        left: 8px;
      }

      .carousel-btn--next {
        right: 8px;
      }
    }

    .carousel-slide::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(15deg, rgba(30, 22, 18, 0.55) 0%, rgba(30, 22, 18, 0.05) 45%, rgba(30, 22, 18, 0.2) 100%);
      z-index: 1;
      pointer-events: none;
    }

    /* Slide imagery — full-bleed photo layer (placeholder gradients kept below for optional revert) */
    .slide-scene--image {
      background: var(--bark);
    }

    .slide-scene--image img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    /* Mock “photos” — warm rustic scenes */
    .slide-scene {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .slide-scene--hall {
      background:
        radial-gradient(ellipse 90% 70% at 20% 30%, rgba(255, 232, 200, 0.5), transparent 50%),
        linear-gradient(105deg, #5c4a3e 0%, #8b735a 25%, #a68b6f 45%, #7d6548 70%, #4a3d35 100%);
    }

    .slide-scene--beams {
      background:
        repeating-linear-gradient(92deg, transparent, transparent 40px, rgba(40, 30, 24, 0.08) 40px, rgba(40, 30, 24, 0.08) 42px),
        radial-gradient(circle at 80% 20%, rgba(255, 218, 170, 0.35) 0%, transparent 35%),
        linear-gradient(180deg, #4a3830 0%, #6d5848 40%, #3d3028 100%);
    }

    .slide-scene--outdoor {
      background:
        radial-gradient(ellipse 100% 80% at 50% 100%, rgba(180, 120, 70, 0.4) 0%, transparent 55%),
        linear-gradient(185deg, #87a080 0%, #5c6b52 35%, #8b6914 65%, #5c4030 100%);
    }

    .slide-scene--tables {
      background:
        radial-gradient(ellipse 60% 50% at 50% 120%, rgba(255, 200, 140, 0.25) 0%, transparent 50%),
        linear-gradient(0deg, #3d322c 0%, #6b5345 40%, #9c7a62 70%, #2f2824 100%);
    }

    .slide-scene--entry {
      background:
        radial-gradient(circle at 30% 40%, rgba(255, 245, 220, 0.4) 0%, transparent 40%),
        linear-gradient(135deg, #6b5344 0%, #8b6914 30%, #5c4a3e 60%, #3d2f28 100%);
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      width: 44px;
      height: 44px;
      border: none;
      border-radius: 50%;
      background: rgba(250, 246, 239, 0.92);
      color: var(--bark);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
      transition: background 0.2s, transform 0.2s;
    }

    .carousel-btn:hover {
      background: #fff;
      transform: translateY(-50%) scale(1.05);
    }

    .carousel-btn:focus-visible {
      outline: 2px solid var(--brass);
      outline-offset: 2px;
    }

    .carousel-btn--prev {
      left: 12px;
    }

    .carousel-btn--next {
      right: 12px;
    }

    .carousel-btn svg {
      width: 20px;
      height: 20px;
    }

    .carousel-dots {
      display: flex;
      justify-content: center;
      gap: 0.45rem;
      padding: 0.85rem 1rem 1rem;
      background: transparent;
    }

    .carousel-viewport__slides .carousel-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 7;
      padding: 0.55rem 1rem 0.75rem;
      pointer-events: auto;
    }

    /* Home hero: linen/cream wash behind dots — matches body & #welcome, avoids a stark white strip */
    .hero-immersive__carousel-layer .carousel-viewport__slides .carousel-dots {
      padding: clamp(2.1rem, 7.5vh, 3.75rem) 1rem 0.8rem;
      background: linear-gradient(
        to top,
        color-mix(in srgb, var(--linen) 70%, var(--linen-deep) 30%) 0%,
        color-mix(in srgb, var(--linen) 55%, var(--linen-deep) 45%) 28%,
        color-mix(in srgb, var(--linen) 40%, var(--linen-deep) 60%) 52%,
        rgba(220, 208, 194, 0.16) 78%,
        transparent 100%
      );
    }

    .hero-immersive__carousel-layer
      .carousel-viewport__slides
      .carousel-dot:not([aria-current='true']) {
      background: rgba(243, 236, 227, 0.38);
      box-shadow: 0 0 0 1px rgba(60, 47, 40, 0.12);
    }

    .hero-immersive__carousel-layer
      .carousel-viewport__slides
      .carousel-dot[aria-current='true'] {
      background: var(--brass);
      box-shadow: none;
    }

    .carousel-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: none;
      padding: 0;
      background: rgba(255, 250, 242, 0.28);
      cursor: pointer;
      transition: background 0.25s, transform 0.25s;
    }

    .carousel-dot[aria-current="true"] {
      background: var(--brass);
      transform: scale(1.2);
    }

    .carousel-dot:focus-visible {
      outline: 2px solid var(--brass);
      outline-offset: 2px;
    }

    /* Sections */
    section {
      max-width: 1140px;
      margin: 0 auto;
      padding: 3.5rem 1.5rem;
    }

    /* Home: tuck first section under hero by 1px so no hairline between blocks */
    #welcome {
      margin-top: -1px;
      padding-top: calc(3.5rem + 1px);
    }

    .section-head {
      text-align: center;
      max-width: 40rem;
      margin: 0 auto 2.5rem;
    }

    .section-head .label {
      font-size: 0.7rem;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--rust);
      font-weight: 500;
      margin-bottom: 0.6rem;
    }

    .section-head h2 {
      font-family: 'Fraunces', serif;
      font-size: clamp(1.85rem, 3.5vw, 2.6rem);
      font-weight: 500;
      color: var(--bark);
      line-height: 1.15;
      margin-bottom: 0.75rem;
    }

    .section-head p {
      color: var(--bark-soft);
      font-size: 1.02rem;
      font-weight: 300;
    }

    .section-head a {
      color: var(--rust);
      text-decoration: none;
      border-bottom: 1px solid rgba(156, 90, 69, 0.35);
      padding-bottom: 1px;
    }

    .section-head a:hover {
      color: var(--bark);
      border-bottom-color: rgba(60, 47, 40, 0.35);
    }

    /* Body copy links in sections (e.g. paragraphs after cards, not only .section-head) */
    main section p a {
      color: var(--rust);
      text-decoration: none;
      border-bottom: 1px solid rgba(156, 90, 69, 0.35);
      padding-bottom: 1px;
    }

    main section p a:hover {
      color: var(--bark);
      border-bottom-color: rgba(60, 47, 40, 0.35);
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.25rem;
    }

    .card {
      background: var(--cream);
      padding: 1.85rem 1.75rem;
      border-radius: 12px;
      border: 1px solid rgba(60, 47, 40, 0.09);
      box-shadow: 0 8px 28px var(--shadow);
    }

    .card h3 {
      font-family: 'Fraunces', serif;
      font-size: 1.35rem;
      font-weight: 500;
      margin-bottom: 0.5rem;
      color: var(--bark);
    }

    .card p {
      font-size: 0.97rem;
      color: var(--bark-soft);
    }

    .visit-panel {
      max-width: 38rem;
      margin: 0 auto;
      text-align: center;
    }

    .visit-panel__title {
      font-family: 'Fraunces', serif;
      font-size: 1.45rem;
      font-weight: 500;
      color: var(--bark);
      margin-bottom: 0.35rem;
    }

    .visit-panel__meta {
      font-size: 0.9rem;
      font-weight: 500;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--bark-soft);
      margin: 0 0 1rem;
    }

    .visit-panel__lede {
      font-size: 0.98rem;
      color: var(--bark-soft);
      line-height: 1.55;
      margin: 0 0 1.35rem;
    }

    .visit-panel__lede a {
      color: var(--rust);
      text-decoration: none;
      border-bottom: 1px solid rgba(156, 90, 69, 0.35);
      padding-bottom: 1px;
    }

    .visit-panel__lede a:hover {
      color: var(--bark);
      border-bottom-color: rgba(60, 47, 40, 0.35);
    }

    .visit-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.85rem 1.25rem;
      justify-content: center;
      align-items: center;
    }

    .visit-map-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.78rem 1.65rem;
      font-family: 'Jost', sans-serif;
      font-size: 0.7rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
      color: var(--cream);
      background: linear-gradient(165deg, var(--rust) 0%, #7f4a38 52%, #6a3d2f 100%);
      border-radius: 999px;
      border: 1px solid rgba(184, 151, 106, 0.55);
      box-shadow:
        0 4px 20px rgba(60, 47, 40, 0.18),
        inset 0 1px 0 rgba(255, 248, 240, 0.15);
      transition: background 0.2s ease, border-color 0.2s ease;
    }

    .visit-map-btn:hover {
      background: linear-gradient(165deg, #b87058 0%, #9c5a45 55%, #8a4e3d 100%);
      border-color: rgba(184, 151, 106, 0.65);
      color: var(--cream);
    }

    .visit-contact-link {
      font-size: 0.95rem;
      font-weight: 500;
      color: var(--rust);
      text-decoration: none;
      border-bottom: 1px solid rgba(156, 90, 69, 0.4);
      padding-bottom: 2px;
    }

    .visit-contact-link:hover {
      color: var(--bark);
      border-bottom-color: rgba(60, 47, 40, 0.35);
    }

    #visit-details {
      padding-top: 2.25rem;
    }

    .visit-info-cards {
      margin-top: 2.25rem;
    }

    .visit-info-cards .card a {
      color: var(--rust);
      text-decoration: none;
      border-bottom: 1px solid rgba(156, 90, 69, 0.35);
      padding-bottom: 1px;
    }

    .visit-info-cards .card a:hover {
      color: var(--bark);
      border-bottom-color: rgba(60, 47, 40, 0.35);
    }

    .visit-contact-card {
      margin-top: 2.25rem;
      margin-left: auto;
      margin-right: auto;
      max-width: 40rem;
      text-align: center;
    }

    .visit-contact-card__title {
      font-family: 'Fraunces', serif;
      font-size: 1.35rem;
      font-weight: 500;
      margin-bottom: 0.65rem;
      color: var(--bark);
    }

    .visit-contact-card__lede {
      margin: 0;
      font-size: 0.98rem;
      color: var(--bark-soft);
      line-height: 1.55;
    }

    .visit-contact-card__lede a {
      color: var(--rust);
      text-decoration: none;
      border-bottom: 1px solid rgba(156, 90, 69, 0.35);
      padding-bottom: 1px;
    }

    .visit-contact-card__lede a:hover {
      color: var(--bark);
      border-bottom-color: rgba(60, 47, 40, 0.35);
    }

    .quote-band {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 1.5rem 3rem;
    }

    .quote-inner {
      position: relative;
      background: linear-gradient(135deg, var(--bark) 0%, #4a3a32 100%);
      color: var(--cream);
      padding: 2.5rem 2rem 2.75rem;
      border-radius: 16px;
      text-align: center;
      box-shadow: 0 20px 40px var(--shadow);
    }

    .quote-inner::after {
      content: '';
      position: absolute;
      bottom: 1.35rem;
      left: 50%;
      width: min(200px, 45%);
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--brass), transparent);
      opacity: 0;
      transform: translateX(-50%) scaleX(0);
      transform-origin: center;
      pointer-events: none;
    }

    .quote-inner p {
      font-family: 'Fraunces', serif;
      font-size: clamp(1.25rem, 2.8vw, 1.65rem);
      font-style: italic;
      font-weight: 400;
      line-height: 1.4;
      max-width: 36ch;
      margin: 0 auto 1.25rem;
    }

    .quote-inner a {
      color: var(--brass);
      font-size: 0.8rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 500;
      text-decoration: none;
      border-bottom: 1px solid var(--brass);
      padding-bottom: 2px;
    }

    .quote-inner a:hover {
      color: #d4c4a8;
      border-bottom-color: #d4c4a8;
    }

    .steps {
      counter-reset: rstep;
      list-style: none;
      max-width: 560px;
      margin: 2rem auto 0;
    }

    .steps li {
      counter-increment: rstep;
      position: relative;
      padding: 1.35rem 0 1.35rem 3.25rem;
      border-bottom: 1px solid rgba(60, 47, 40, 0.1);
      color: var(--bark-soft);
    }

    .steps li::before {
      content: counter(rstep);
      position: absolute;
      left: 0;
      top: 1.1rem;
      width: 2.1rem;
      height: 2.1rem;
      background: var(--bark);
      color: var(--cream);
      font-size: 0.8rem;
      font-weight: 600;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    footer {
      background: var(--bark);
      color: rgba(250, 246, 239, 0.75);
      padding: 3rem 1.5rem;
      margin-top: 1rem;
    }

    .footer-inner {
      max-width: 1140px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 2rem;
      align-items: flex-start;
    }

    .footer-inner .brand {
      font-family: 'Fraunces', serif;
      font-size: 1.4rem;
      color: var(--cream);
      margin-bottom: 0.35rem;
    }

    footer a {
      color: var(--brass);
      text-decoration: none;
    }

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

    .social {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2rem;
      font-size: 0.72rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .social a {
      color: rgba(250, 246, 239, 0.88);
    }

    .social a:hover {
      color: var(--brass);
    }

    .hero-nav-links-shell a[aria-current='page'] {
      color: var(--brass);
      font-weight: 500;
    }

    /* Unpinned hero nav: beat .site-header:not(.site-header--pinned) nav a (higher specificity) */
    .site-header:not(.site-header--pinned) .hero-nav-links-shell a[aria-current='page']:not(.nav-cta) {
      color: var(--brass);
      font-weight: 500;
      text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
    }

    .site-header:not(.site-header--pinned) .hero-nav-links-shell a[aria-current='page']:not(.nav-cta):hover {
      color: #d4c4a8;
    }

    .site-header:not(.site-header--pinned) .hero-nav-links-shell .nav-cta[aria-current='page'] {
      color: var(--cream) !important;
      border-color: rgba(184, 151, 106, 0.85);
      box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 248, 240, 0.18),
        0 0 0 2px rgba(184, 151, 106, 0.55);
    }

    .site-header:not(.site-header--pinned) .hero-nav-links-shell .nav-cta[aria-current='page']:hover {
      color: var(--cream) !important;
      border-color: rgba(218, 200, 170, 0.7);
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 1.15rem;
    }

    .gallery-grid figure {
      margin: 0;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(60, 47, 40, 0.09);
      box-shadow: 0 8px 28px var(--shadow);
      background: var(--cream);
    }

    .gallery-grid img {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: block;
    }

    .gallery-grid figcaption {
      padding: 0.8rem 1rem 0.95rem;
      font-size: 0.88rem;
      color: var(--bark-soft);
      line-height: 1.45;
    }

    .booking-cta-card {
      margin-top: 2.25rem;
      text-align: center;
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
    }

    .booking-cta-card .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.75rem 1.5rem;
      font-size: 0.72rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
      border-radius: 999px;
      background: linear-gradient(165deg, var(--rust) 0%, #7f4a38 52%, #6a3d2f 100%);
      color: var(--cream) !important;
      border: 1px solid rgba(184, 151, 106, 0.55);
      box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 248, 240, 0.18);
    }

    .booking-cta-card .nav-cta:hover {
      background: linear-gradient(165deg, #b87058 0%, #9c5a45 55%, #8a4e3d 100%);
      color: var(--cream) !important;
      border-color: rgba(218, 200, 170, 0.5);
    }

    .booking-note {
      margin-top: 1.35rem;
      font-size: 0.95rem;
      color: var(--bark-soft);
      max-width: 40rem;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      line-height: 1.6;
    }

    .gallery-showcase {
      margin-bottom: 3rem;
    }

    .gallery-showcase .carousel-shell {
      margin-left: auto;
      margin-right: auto;
    }

    .gallery-carousel .carousel-slide {
      padding: 0;
    }

    .gallery-carousel .carousel-slide::after {
      opacity: 0.18;
    }

    .gallery-carousel-caption {
      text-align: center;
      margin: 1.15rem auto 0;
      max-width: 36rem;
      font-size: 0.95rem;
      color: var(--bark-soft);
      font-weight: 400;
      line-height: 1.55;
      min-height: 1.5em;
    }

    .gallery-grid--thumbs figure {
      position: relative;
      border: none;
      box-shadow: none;
      background: transparent;
      border-radius: 0;
      overflow: visible;
    }

    .gallery-thumb {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      border: 2px solid transparent;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
      background: var(--cream);
      font: inherit;
      color: inherit;
      box-shadow: 0 8px 28px var(--shadow);
      transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.2s ease;
    }

    .gallery-thumb img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: block;
    }

    .gallery-thumb:hover {
      border-color: rgba(184, 151, 106, 0.45);
    }

    .gallery-thumb:focus-visible {
      outline: 2px solid var(--brass);
      outline-offset: 3px;
    }

    .gallery-thumb.is-active {
      border-color: var(--brass);
      box-shadow:
        0 8px 28px var(--shadow),
        0 0 0 1px rgba(184, 151, 106, 0.35);
    }

    .gallery-grid--thumbs figcaption {
      padding: 0.65rem 0.85rem 0.85rem;
    }

    .booking-form-wrap {
      max-width: 560px;
      margin: 2.5rem auto 0;
    }

    #inquire-flow .booking-form-wrap {
      margin-top: 0;
      position: relative;
      z-index: 3;
      overflow: visible;
      max-width: 560px;
      /* Letter / envelope face */
      background: linear-gradient(165deg, #fdfcfa 0%, #f5efe6 48%, #ebe3d8 100%);
      border-radius: 3px;
      border: 1px solid rgba(60, 47, 40, 0.16);
      box-shadow:
        0 14px 36px rgba(60, 47, 40, 0.11),
        0 3px 0 rgba(60, 47, 40, 0.04),
        /* Pressed depth on top + right (airmail) only */
        inset 0 18px 42px -14px rgba(60, 47, 40, 0.11),
        inset 0 5px 14px -6px rgba(60, 47, 40, 0.07),
        inset -18px 0 42px -14px rgba(60, 47, 40, 0.11),
        inset -5px 0 14px -6px rgba(60, 47, 40, 0.07),
        0 1px 0 rgba(255, 252, 247, 0.75) inset,
        0 0 0 1px rgba(255, 252, 247, 0.4) inset;
      padding: clamp(3.45rem, 10.5vw, 4.65rem) clamp(1.85rem, 4vw, 2.4rem)
        clamp(1.55rem, 3vw, 1.85rem) clamp(1.25rem, 3vw, 1.55rem);
    }

    #inquire-flow .booking-form-wrap::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 4px;
      border-radius: 3px 3px 0 0;
      background: linear-gradient(180deg, rgba(60, 47, 40, 0.07) 0%, transparent 100%);
      pointer-events: none;
      z-index: 0;
    }

    /* Printed airmail border: vertical stripes on right edge (inside letter) */
    #inquire-flow .booking-form-wrap .inquire-mail-bit {
      z-index: 0;
    }

    #inquire-flow .booking-form-wrap .inquire-mail-bit--airmail {
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      width: clamp(0.5rem, 1.75vw, 0.72rem);
      height: auto;
      border-radius: 0 2px 2px 0;
      background: repeating-linear-gradient(
        180deg,
        #c23a32 0 3px,
        #f5f0e8 3px 6px,
        #2a4a6e 6px 9px,
        #f5f0e8 9px 12px
      );
      box-shadow: inset 2px 0 4px rgba(255, 252, 247, 0.25);
      opacity: 0.97;
      transform: none;
    }

    .inquire-form-scene {
      position: relative;
      max-width: min(720px, 100%);
      margin: 0 auto;
      padding: clamp(1.1rem, 3.75vw, 2.1rem) clamp(0.6rem, 3vw, 1.75rem)
        clamp(2rem, 5vw, 3rem);
      overflow: visible;
    }

    .inquire-mail-bit {
      position: absolute;
      pointer-events: none;
      transform-style: preserve-3d;
    }

    .inquire-stamp {
      position: absolute;
      z-index: 2;
      /* Explicit height from width — Safari stretches with aspect-ratio + clip-path + 3D transform */
      --inquire-stamp-w: clamp(4.4rem, 14vw, 5.75rem);
      width: var(--inquire-stamp-w);
      height: calc(var(--inquire-stamp-w) * 28 / 22);
      padding: 0;
      box-sizing: border-box;
      background: linear-gradient(
        163deg,
        #f0f8fd 0%,
        #dceef8 42%,
        #c8e3f2 100%
      );
      /* Perforated postage edge (zigzag top & bottom like die-cut sheets) */
      border-radius: 0;
      -webkit-clip-path: polygon(
        0% 5.5%,
        5% 0%,
        10% 5.5%,
        15% 0%,
        20% 5.5%,
        25% 0%,
        30% 5.5%,
        35% 0%,
        40% 5.5%,
        45% 0%,
        50% 5.5%,
        55% 0%,
        60% 5.5%,
        65% 0%,
        70% 5.5%,
        75% 0%,
        80% 5.5%,
        85% 0%,
        90% 5.5%,
        95% 0%,
        100% 5.5%,
        100% 94.5%,
        95% 100%,
        90% 94.5%,
        85% 100%,
        80% 94.5%,
        75% 100%,
        70% 94.5%,
        65% 100%,
        60% 94.5%,
        55% 100%,
        50% 94.5%,
        45% 100%,
        40% 94.5%,
        35% 100%,
        30% 94.5%,
        25% 100%,
        20% 94.5%,
        15% 100%,
        10% 94.5%,
        5% 100%,
        0% 94.5%
      );
      clip-path: polygon(
        0% 5.5%,
        5% 0%,
        10% 5.5%,
        15% 0%,
        20% 5.5%,
        25% 0%,
        30% 5.5%,
        35% 0%,
        40% 5.5%,
        45% 0%,
        50% 5.5%,
        55% 0%,
        60% 5.5%,
        65% 0%,
        70% 5.5%,
        75% 0%,
        80% 5.5%,
        85% 0%,
        90% 5.5%,
        95% 0%,
        100% 5.5%,
        100% 94.5%,
        95% 100%,
        90% 94.5%,
        85% 100%,
        80% 94.5%,
        75% 100%,
        70% 94.5%,
        65% 100%,
        60% 94.5%,
        55% 100%,
        50% 94.5%,
        45% 100%,
        40% 94.5%,
        35% 100%,
        30% 94.5%,
        25% 100%,
        20% 94.5%,
        15% 100%,
        10% 94.5%,
        5% 100%,
        0% 94.5%
      );
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.65) inset,
        0 -1px 0 rgba(45, 85, 120, 0.09) inset;
      /* Affixed to the form: tight contact + softer lift (follows clipped edge) */
      filter: drop-shadow(0 1px 1px rgba(30, 50, 70, 0.38))
        drop-shadow(0 2px 4px rgba(40, 75, 105, 0.22))
        drop-shadow(0 6px 12px rgba(45, 70, 95, 0.16))
        drop-shadow(0 10px 20px rgba(60, 47, 40, 0.12))
        drop-shadow(0 16px 28px rgba(60, 47, 40, 0.07));
      transform-style: preserve-3d;
      pointer-events: none;
      isolation: isolate;
    }

    .inquire-stamp::before {
      content: '';
      position: absolute;
      inset: clamp(0.35rem, 2vw, 0.55rem);
      border-radius: 1px;
      border: 1px dashed rgba(55, 100, 130, 0.35);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
      pointer-events: none;
    }

    .inquire-stamp__inner {
      position: relative;
      z-index: 1;
      box-sizing: border-box;
      height: 100%;
      min-height: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 0.12rem;
      padding: calc(clamp(0.35rem, 2vw, 0.55rem) + 0.1rem)
        calc(clamp(0.35rem, 2vw, 0.55rem) + 0.05rem) clamp(0.35rem, 2vw, 0.55rem);
    }

    .inquire-stamp__ribbon {
      font-size: 0.45rem;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      font-weight: 600;
      color: #1a5f7a;
      opacity: 0.92;
    }

    .inquire-stamp__mark {
      font-family: 'Fraunces', serif;
      font-size: clamp(0.55rem, 2.4vw, 0.68rem);
      font-weight: 500;
      color: #243d4f;
      line-height: 1.15;
      letter-spacing: 0.02em;
    }

    .inquire-stamp__denom {
      font-size: 0.42rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #3d5c72;
      opacity: 0.9;
      margin-top: 0.08rem;
    }

    #inquire-flow .booking-form-wrap .inquire-stamp--postage .inquire-stamp__mark {
      font-size: clamp(0.44rem, 1.95vw, 0.54rem);
      letter-spacing: 0.05em;
      line-height: 1.12;
    }

    /* Postage: top center, slightly over the letter edge */
    #inquire-flow .booking-form-wrap .inquire-stamp--postage {
      --inquire-stamp-w: clamp(3.45rem, 10vw, 4.5rem);
      top: clamp(-2.4rem, -6.2vw, -1.45rem);
      left: 50%;
      right: auto;
      transform: translateX(-50%) perspective(480px) rotateX(3deg) rotateY(8deg)
        rotateZ(-5deg);
    }

    @media (max-width: 520px) {
      #inquire-flow .booking-form-wrap .inquire-stamp--postage {
        --inquire-stamp-w: clamp(3.15rem, 26vw, 3.85rem);
        top: -2.15rem;
        left: 50%;
        right: auto;
        transform: translateX(-50%) perspective(480px) rotateX(2deg) rotateY(6deg)
          rotateZ(-4deg) scale(0.96);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #inquire-flow .booking-form-wrap .inquire-stamp--postage {
        transform: translateX(-50%);
      }
    }

    .booking-form-title {
      font-family: 'Fraunces', serif;
      font-size: 1.35rem;
      font-weight: 500;
      color: var(--bark);
      margin-bottom: 0.35rem;
      text-align: center;
    }

    .booking-form-lede {
      text-align: center;
      color: var(--bark-soft);
      font-size: 0.95rem;
      margin-bottom: 1.5rem;
      line-height: 1.55;
    }

    .booking-form {
      margin: 0;
    }

    #inquire-flow .booking-form {
      position: relative;
      z-index: 1;
      padding-top: 0;
    }

    .booking-form .form-field {
      margin-bottom: 1.25rem;
    }

    .booking-form .form-field--half {
      margin-bottom: 1.25rem;
    }

    @media (min-width: 560px) {
      .booking-form .form-row-split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem 1.25rem;
      }

      .booking-form .form-row-split .form-field,
      .booking-form .form-row-split .form-field--half {
        margin-bottom: 0;
      }

      .booking-form .form-row-split .form-field--full {
        grid-column: 1 / -1;
        margin-bottom: 0;
      }
    }

    .booking-form label,
    .booking-form .form-label {
      display: block;
      font-size: 0.68rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      font-weight: 500;
      color: var(--rust);
      margin-bottom: 0.45rem;
    }

    .booking-form .form-optional {
      font-weight: 400;
      letter-spacing: 0.12em;
      text-transform: none;
      color: var(--bark-soft);
      font-size: 0.62rem;
    }

    .booking-form input[type='text'],
    .booking-form input[type='email'],
    .booking-form input[type='tel'],
    .booking-form input[type='date'],
    .booking-form input[type='number'],
    .booking-form textarea {
      width: 100%;
      font-family: 'Jost', sans-serif;
      font-size: 1rem;
      font-weight: 400;
      color: var(--bark);
      background: var(--cream);
      border: 1px solid rgba(60, 47, 40, 0.14);
      border-radius: 10px;
      padding: 0.75rem 1rem;
      line-height: 1.45;
      transition: border-color 0.2s, box-shadow 0.2s;
    }

    .booking-form select {
      width: 100%;
      max-width: 100%;
      font-family: 'Jost', sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.45;
      color: var(--bark);
      border: 1px solid rgba(60, 47, 40, 0.14);
      border-radius: 10px;
      padding: 0.75rem 2.4rem 0.75rem 1rem;
      margin: 0;
      cursor: pointer;
      box-sizing: border-box;
      background-color: var(--cream);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%235a483e' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.5 1.5L6 6 10.5 1.5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 0.85rem center;
      background-size: 12px 8px;
      -webkit-appearance: none;
      appearance: none;
      transition: border-color 0.2s, box-shadow 0.2s;
    }

    .booking-form select::-ms-expand {
      display: none;
    }

    .booking-form textarea {
      min-height: 128px;
      resize: vertical;
    }

    .booking-form input:focus,
    .booking-form select:focus,
    .booking-form textarea:focus {
      outline: none;
      border-color: rgba(184, 151, 106, 0.75);
      box-shadow: 0 0 0 3px rgba(184, 151, 106, 0.2);
    }

    .booking-form .form-actions {
      margin-top: 1.75rem;
      text-align: center;
    }

    .booking-form button[type='submit'] {
      font-family: 'Jost', sans-serif;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.85rem 1.75rem;
      font-size: 0.72rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-weight: 600;
      border: none;
      border-radius: 999px;
      background: linear-gradient(165deg, var(--rust) 0%, #7f4a38 52%, #6a3d2f 100%);
      color: var(--cream);
      border: 1px solid rgba(184, 151, 106, 0.55);
      box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 248, 240, 0.18);
      transition: background 0.2s, border-color 0.2s;
    }

    .booking-form button[type='submit']:hover {
      background: linear-gradient(165deg, #b87058 0%, #9c5a45 55%, #8a4e3d 100%);
      border-color: rgba(218, 200, 170, 0.5);
    }

    .booking-form button[type='submit']:focus-visible {
      outline: 2px solid var(--brass);
      outline-offset: 3px;
    }

    .booking-form__hint {
      margin-top: 1rem;
      font-size: 0.88rem;
      color: var(--bark-soft);
      text-align: center;
      line-height: 1.5;
    }

    .gallery-lightbox {
      position: fixed;
      inset: 0;
      z-index: 500;
      display: grid;
      place-items: center;
      padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right))
        max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    }

    .gallery-lightbox[hidden] {
      display: none !important;
    }

    .gallery-lightbox__backdrop {
      position: absolute;
      inset: 0;
      margin: 0;
      padding: 0;
      border: none;
      cursor: pointer;
      background: rgba(12, 10, 9, 0.92);
      z-index: 0;
    }

    .gallery-lightbox__inner {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: min(1200px, 100%);
      max-height: min(90vh, 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }

    .gallery-lightbox__inner > * {
      pointer-events: auto;
    }

    .gallery-lightbox__figure {
      margin: 0;
      max-width: 100%;
      max-height: min(90vh, 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.85rem;
    }

    .gallery-lightbox__figure img {
      max-width: 100%;
      width: auto;
      height: auto;
      max-height: calc(90vh - 5.5rem);
      object-fit: contain;
      border-radius: 10px;
      box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.5),
        0 10px 28px rgba(0, 0, 0, 0.28);
    }

    .gallery-lightbox__caption {
      font-family: 'Jost', sans-serif;
      font-size: 0.95rem;
      color: rgba(250, 246, 239, 0.92);
      text-align: center;
      max-width: 42rem;
      line-height: 1.5;
      margin: 0;
      padding: 0 0.75rem;
      text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
    }

    .gallery-lightbox__close {
      position: fixed;
      top: max(0.65rem, calc(env(safe-area-inset-top, 0px) + 0.35rem));
      right: max(0.65rem, calc(env(safe-area-inset-right, 0px) + 0.35rem));
      z-index: 502;
      width: 46px;
      height: 46px;
      padding: 0;
      margin: 0;
      border: 1px solid rgba(255, 248, 240, 0.22);
      border-radius: 50%;
      background: rgba(60, 47, 40, 0.55);
      color: var(--cream);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
      transition: background 0.2s, color 0.2s;
    }

    .gallery-lightbox__close svg {
      width: 22px;
      height: 22px;
    }

    .gallery-lightbox__close:hover {
      background: rgba(250, 246, 239, 0.12);
      color: #fff;
    }

    .gallery-lightbox__close:focus-visible {
      outline: 2px solid var(--brass);
      outline-offset: 3px;
    }

    .gallery-lightbox__nav {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      z-index: 501;
      width: 48px;
      height: 48px;
      padding: 0;
      margin: 0;
      border: none;
      border-radius: 50%;
      background: rgba(250, 246, 239, 0.94);
      color: var(--bark);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 26px rgba(0, 0, 0, 0.32);
      transition: background 0.2s, transform 0.2s;
    }

    .gallery-lightbox__nav svg {
      width: 22px;
      height: 22px;
    }

    .gallery-lightbox__nav:hover {
      background: #fff;
      transform: translateY(-50%) scale(1.04);
    }

    .gallery-lightbox__nav:focus-visible {
      outline: 2px solid var(--brass);
      outline-offset: 3px;
    }

    .gallery-lightbox__nav--prev {
      left: max(0.5rem, calc(env(safe-area-inset-left, 0px) + 0.35rem));
    }

    .gallery-lightbox__nav--next {
      right: max(0.5rem, calc(env(safe-area-inset-right, 0px) + 0.35rem));
    }

    @media (max-width: 520px) {
      .gallery-lightbox__nav {
        width: 42px;
        height: 42px;
      }

      .gallery-lightbox__nav--prev {
        left: max(0.35rem, env(safe-area-inset-left, 0px));
      }

      .gallery-lightbox__nav--next {
        right: max(0.35rem, env(safe-area-inset-right, 0px));
      }
    }
