/* ============================================================
   XARA — midnight glamour
   Serif-led fashion-noir system drawn from the rooftop photo:
   smoke black, champagne ink, brass candlelight.
   ============================================================ */

@font-face {
  font-family: "Bodoni Gate";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/bodoni-moda-gate-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Bodoni Gate";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bodoni-moda-gate-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Gate";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/hanken-grotesk-gate-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/bodoni-moda-latin-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/bodoni-moda-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/hanken-grotesk-latin-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/hanken-grotesk-latin-italic.woff2") format("woff2");
}
/* Metric-matched system fallbacks keep first-paint line breaks stable while
   the self-hosted faces decode. Ratios are tuned against Georgia/Arial. */
@font-face {
  font-family: "Bodoni Metric Fallback";
  font-style: normal;
  font-weight: 400;
  src: local("Georgia");
  size-adjust: 102.48%;
  ascent-override: 109.7775%;
  descent-override: 39.032%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Bodoni Metric Fallback";
  font-style: normal;
  font-weight: 500;
  src: local("Georgia");
  size-adjust: 109.862%;
  ascent-override: 102.4012%;
  descent-override: 36.4093%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Bodoni Metric Fallback";
  font-style: italic;
  font-weight: 400;
  src: local("Georgia Italic"), local("Georgia-Italic");
  size-adjust: 95.35%;
  ascent-override: 117.9864%;
  descent-override: 41.9507%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Hanken Metric Fallback";
  font-style: normal;
  font-weight: 300 500;
  src: local("Arial"), local("ArialMT");
  size-adjust: 100.6113%;
  ascent-override: 99.3924%;
  descent-override: 30.1159%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Hanken Metric Fallback";
  font-style: normal;
  font-weight: 600 700;
  src: local("Arial Bold"), local("Arial-BoldMT");
  size-adjust: 95.1498%;
  ascent-override: 105.0975%;
  descent-override: 31.8445%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Hanken Metric Fallback";
  font-style: italic;
  font-weight: 400;
  src: local("Arial Italic"), local("Arial-ItalicMT");
  size-adjust: 101.9907%;
  ascent-override: 98.0482%;
  descent-override: 29.7086%;
  line-gap-override: 0%;
}

:root {
  color-scheme: dark;
  --noir: #080606;
  --noir-soft: #0f0b08;
  --ink: #f4ecdf;
  --muted: rgba(244, 236, 223, .74);
  --faint: rgba(244, 236, 223, .58);
  --whisper: rgba(244, 236, 223, .36);
  --line: rgba(244, 236, 223, .14);
  --brass: #c59d66;
  --candle: #edd2a2;
  --brass-line: rgba(197, 157, 102, .42);
  --grad-gold: linear-gradient(104deg, #eed4a4 4%, #c59d66 52%, #9a7442 100%);
  --serif: "Bodoni Moda", "Bodoni Metric Fallback", "Bodoni MT", Didot, Georgia, serif;
  --sans: "Hanken Grotesk", "Hanken Metric Fallback", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --section-gutter: max(48px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  --wide-gutter: max(32px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  --section: min(1320px, calc(100% - var(--section-gutter) - var(--section-gutter)));
  --wide: min(1440px, calc(100% - var(--wide-gutter) - var(--wide-gutter)));
  --header-row: 48px;
  --ease-lux: cubic-bezier(.21, .68, .19, 1);
  --ease-reveal: cubic-bezier(.16, 1, .3, 1);
  --ease-fade: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html {
  background: var(--noir); scroll-behavior: smooth; scrollbar-gutter: stable;
  scroll-padding-top: calc(var(--header-row) + env(safe-area-inset-top, 0px) + 12px);
  scrollbar-color: rgba(197, 157, 102, .58) #0d0907;
  scrollbar-width: thin;
}
body {
  margin: 0; min-width: 0;
  background: var(--noir); color: var(--ink);
  font-family: var(--sans); font-weight: 400;
  font-optical-sizing: auto; font-synthesis: none;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  text-wrap: pretty;
  overflow-x: clip;
}
body.age-gate-open { overflow: hidden; }
html.age-ok body.age-gate-open { overflow: auto; overflow-x: clip; }
html:not(.js) body.age-gate-open { overflow: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
a, button, input, summary { touch-action: manipulation; -webkit-tap-highlight-color: rgba(197, 157, 102, .16); }
img { display: block; width: 100%; }
::selection { background: var(--brass); color: #140e07; }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: #0d0907; }
::-webkit-scrollbar-thumb { background: rgba(197, 157, 102, .54); border: 3px solid #0d0907; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: rgba(237, 210, 162, .72); }
[hidden] { display: none !important; }
[data-gated-content][inert] { pointer-events: none; user-select: none; }
.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; }
.skip-link { position: fixed; z-index: 13000; top: max(12px, env(safe-area-inset-top, 0px)); left: -999px; padding: 12px 16px; background: var(--ink); color: var(--noir); font-size: 12px; }
.skip-link:focus { left: max(12px, env(safe-area-inset-left, 0px)); }
.page-shell { min-width: 0; overflow-x: clip; }
.js:not(.age-ok):not(.gate-cleared) :is(.page-shell, .skip-link) { display: none; }
.section-shell { width: var(--section); margin: 0 auto; }

/* Without JavaScript the legal gate remains the opening section, while the
   complete site stays readable below it. Runtime JS applies inert/aria-hidden. */
html:not(.js) .age-gate { position: relative; min-height: 100svh; overflow: hidden; }
html:not(.js) :is(.age-gate__media, .age-gate__shade, .age-gate__frame) { position: absolute; }
html:not(.js) .age-gate__panel { z-index: 1; }
html:not(.js) [data-age-enter] { display: none; }
html:not(.js) :is(.age-gate__media, .age-gate__frame, .gate-line > span, .gate-fade) {
  animation: none; opacity: 1; transform: none;
}

/* ------------------------------------------------------------
   Type roles
   ------------------------------------------------------------ */
.wordmark {
  display: inline-block; font-family: var(--serif); font-size: 17px; font-weight: 500;
  letter-spacing: .5em; line-height: 1; white-space: nowrap;
}
.eyebrow, .section-index {
  display: flex; align-items: center; gap: 14px; margin: 0;
  font-size: 10px; font-weight: 600; letter-spacing: .32em; line-height: 1.5;
  text-transform: uppercase; color: var(--brass); font-variant-numeric: tabular-nums lining-nums;
}
.eyebrow::before, .section-index::before { content: ""; width: 26px; height: 1px; background: var(--brass-line); flex: none; }

/* Display headlines: one serif voice across the whole site */
.age-gate h2, .hero-home h1, .display-statement, .editorial__copy h2, .interlude__statement,
.invitation__statement h2, .launch h2, .subpage-hero h1, .prose h2, .not-found h1 {
  margin: 0; font-family: var(--serif); font-weight: 400;
  letter-spacing: -.012em; line-height: 1.02; text-wrap: balance;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern" 1, "liga" 1;
  hanging-punctuation: first last;
}
.age-gate h2 em, .hero-home h1 em, .display-statement em, .editorial__copy h2 em,
.invitation__statement h2 em, .launch h2 em, .subpage-hero h1 em, .not-found h1 em {
  font-style: italic; font-weight: 400; color: var(--candle);
}
@supports (-webkit-background-clip: text) {
  .age-gate h2 em, .hero-home h1 em, .launch h2 em {
    background: var(--grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  }
}

/* Links + buttons */
.text-link, .arrow-link {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  min-height: 44px;
  font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  padding-bottom: 7px;
  --underline-start: .32; --underline-bottom: 0px;
  transition: translate .22s var(--ease-lux), scale .22s var(--ease-lux);
}
.text-link::after, .arrow-link::after, .nav-cta::after, .footer-top::after {
  content: ""; position: absolute; right: 0; bottom: var(--underline-bottom, 0px); left: 0;
  height: 1px; background: currentColor; pointer-events: none;
  transform: scaleX(var(--underline-start, 0)); transform-origin: left center;
  transition: transform .34s var(--ease-reveal);
}
.text-link:active, .arrow-link:active { translate: 0 1px; scale: .99; }
.button {
  position: relative; overflow: hidden; min-height: 54px; padding: 0 34px;
  border: 1px solid transparent; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  transition: translate .22s var(--ease-lux), scale .22s var(--ease-lux);
}
.button-light { background: var(--ink); color: #14100a; }
.button:active { translate: 0 1px; scale: .985; }

@media (hover: hover) and (pointer: fine) {
  .text-link:hover:not(:active), .arrow-link:hover:not(:active) { color: var(--candle); translate: 0 -1px; }
  .text-link:hover::after, .arrow-link:hover::after { transform: scaleX(1); }
  .button-light:hover:not(:active) { translate: 0 -1px; }
}
.button:focus-visible, .text-link:focus-visible, .arrow-link:focus-visible, .nav-cta:focus-visible,
.submit-button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 2px solid var(--brass); outline-offset: 4px;
}

/* ------------------------------------------------------------
   Age gate — the invitation
   ------------------------------------------------------------ */
.age-ok .age-gate { display: none; }
.age-gate {
  position: fixed; inset: 0; z-index: 9999; min-height: 100dvh;
  display: grid; align-items: center; overflow-x: hidden; overflow-y: auto;
  overscroll-behavior: contain; scrollbar-width: none;
  font-family: "Hanken Gate", var(--sans);
  transition: opacity .72s var(--ease-fade) .02s;
}
.age-gate::-webkit-scrollbar { display: none; }
.age-gate.is-leaving { opacity: 0; pointer-events: none; }
.age-gate__media {
  position: fixed; inset: 0;
  background-color: var(--noir);
  background-image: url('assets/xara-cinematic-hero.webp');
  background-image: image-set(url('assets/xara-cinematic-hero.avif') type('image/avif'), url('assets/xara-cinematic-hero.webp') type('image/webp'));
  background-position: center; background-size: cover; background-repeat: no-repeat;
  transform-origin: 50% 0;
  animation: gate-zoom 2.8s var(--ease-lux) both;
}
.age-gate__shade {
  position: fixed; inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 3, 2, .98) 0%, rgba(5, 3, 2, .9) 36%, rgba(5, 3, 2, .28) 72%, rgba(5, 3, 2, .14) 100%),
    linear-gradient(0deg, rgba(5, 3, 2, .5), transparent 44%);
}
.age-gate__frame {
  position: fixed; inset: clamp(12px, 1.6vw, 22px); pointer-events: none;
  border: 1px solid rgba(197, 157, 102, .38);
  opacity: 0; animation: gate-fade-in 1.6s var(--ease-fade) .9s forwards;
}
.age-gate__panel {
  position: relative; width: min(640px, calc(100vw - 112px));
  margin-left: max(56px, calc((100vw - 1320px) / 2));
  padding: 48px 0;
}
.age-gate.is-leaving .age-gate__panel,
.age-gate.is-leaving .age-gate__frame { opacity: 0; transform: translateY(-16px); transition: opacity .7s var(--ease-lux), transform .7s var(--ease-lux); }
.age-gate__panel .wordmark { margin-bottom: clamp(64px, 12vh, 132px); }
.age-gate__panel .eyebrow { margin-bottom: 26px; }
.age-gate h2 { max-width: 560px; font-family: "Bodoni Gate", var(--serif); font-size: clamp(58px, 6.6vw, 106px); }
.age-gate .wordmark { font-family: "Bodoni Gate", var(--serif); }
.gate-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.gate-line > span { display: block; transform: translateY(115%); animation: gate-rise 1.15s var(--ease-lux) .25s forwards; }
.gate-line:nth-child(2) > span { animation-delay: .38s; }
.gate-fade { opacity: 0; animation: gate-fade-in 1s var(--ease-fade) .7s forwards; }
.age-gate__panel .eyebrow.gate-fade { animation-delay: .55s; }
.age-gate__actions.gate-fade { animation-delay: .85s; }
.age-gate__legal.gate-fade { animation-delay: 1s; }
.age-gate__fine.gate-fade { animation-delay: 1.1s; }
.age-gate__panel > p:not(.eyebrow):not(.age-gate__fine) {
  max-width: 520px; margin: 30px 0 0; color: var(--muted); font-size: 14px; font-weight: 300; line-height: 1.8;
}
.age-gate__actions { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.age-gate__legal { max-width: 520px; margin-top: 36px; color: var(--faint); font-size: 11px; line-height: 1.65; }
.age-gate__legal summary { width: max-content; min-height: 44px; display: inline-flex; align-items: center; cursor: pointer; list-style: none; letter-spacing: .12em; text-transform: uppercase; font-size: 9px; font-weight: 600; border-bottom: 1px solid rgba(244, 236, 223, .24); }
.age-gate__legal summary::-webkit-details-marker { display: none; }
.age-gate__legal p { margin: 12px 0 0; }
.age-gate__fine { margin-top: 18px !important; color: var(--faint) !important; font-size: 10px !important; letter-spacing: .04em; }
@keyframes gate-zoom { from { transform: scale(1.055); } to { transform: scale(1.012); } }
@keyframes gate-rise { to { transform: none; } }
@keyframes gate-fade-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.js :is(.age-gate__media, .age-gate__frame, .gate-line > span, .gate-fade) { animation-play-state: paused; }
.js.fonts-ready :is(.age-gate__media, .age-gate__frame, .gate-line > span, .gate-fade) { animation-play-state: running; }

/* ------------------------------------------------------------
   Navigation
   ------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 1000; width: 100%;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  background: var(--noir); color: var(--ink);
  border-bottom: 1px solid rgba(244, 236, 223, .1);
  font-family: "Hanken Gate", var(--sans);
  transform: translateZ(0); backface-visibility: hidden;
}
.nav-shell { width: var(--wide); height: var(--header-row); margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.site-header .wordmark { display: inline-flex; align-items: center; width: max-content; height: 44px; font-family: "Bodoni Gate", var(--serif); font-size: 14px; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.nav-links a { display: inline-flex; align-items: center; height: 44px; padding: 0; transition: translate .22s var(--ease-lux); }
.nav-links a:active { translate: 0 1px; }
.nav-links a[aria-current="page"] { color: var(--candle); }
.nav-cta {
  position: relative; justify-self: end; display: inline-flex; align-items: center; min-height: 44px;
  font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--brass);
  --underline-start: 0; --underline-bottom: 4px;
  transition: translate .22s var(--ease-lux);
}
.nav-cta:active { translate: 0 1px; }

@media (hover: hover) and (pointer: fine) {
  .nav-links a:hover:not(:active) { color: var(--ink); }
  .nav-cta:hover:not(:active) { color: var(--candle); translate: 0 -1px; }
  .nav-cta:hover::after { transform: scaleX(1); }
}

/* ------------------------------------------------------------
   Homepage hero
   ------------------------------------------------------------ */
.hero-home { min-height: calc(100svh - var(--header-row) - 1px - env(safe-area-inset-top, 0px)); position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.hero-home__media {
  position: absolute; inset: 0;
  background-color: var(--noir);
  background-image: url('assets/xara-cinematic-hero.webp');
  background-image: image-set(url('assets/xara-cinematic-hero.avif') type('image/avif'), url('assets/xara-cinematic-hero.webp') type('image/webp'));
  background-position: center; background-size: cover; background-repeat: no-repeat;
  transform: scale(1.005); transform-origin: 50% 0;
}
.js .hero-home__media { opacity: 0; transform: scale(1.005); }
.js.site-ready .hero-home__media {
  opacity: 1; transform: scale(1.005);
  transition: opacity .82s var(--ease-fade);
}
.hero-home__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 3, 2, .95) 0%, rgba(5, 3, 2, .72) 38%, rgba(5, 3, 2, .08) 72%),
    linear-gradient(0deg, rgba(8, 6, 6, .92) 0%, transparent 42%, rgba(5, 3, 2, .2) 100%);
}
.hero-home__content {
  position: relative; width: var(--wide); margin: 0 auto; padding: 0 0 clamp(104px, 13vh, 150px);
  display: flex; flex-direction: column; align-items: stretch;
}
.hero-home .eyebrow { margin-bottom: 26px; }
.hero-home h1 {
  max-width: 900px; padding-bottom: .11em;
  font-size: clamp(62px, 7.4vw, 128px); line-height: 1.02;
}
.hero-home__lede { max-width: 64ch; margin: 34px 0 0; color: var(--muted); font-size: clamp(15px, 1.35vw, 17px); font-weight: 300; line-height: 1.75; text-wrap: pretty; }
.hero-home__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 32px; margin-top: 40px; }
.hero-home__caption { position: absolute; right: max(36px, env(safe-area-inset-right, 0px)); bottom: 30px; margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--faint); }
.hero-home__caption span { display: inline-block; width: 18px; height: 1px; margin: 0 9px 3px; background: var(--brass-line); }
.scroll-cue {
  position: absolute; left: max(38px, env(safe-area-inset-left, 0px)); bottom: 30px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: var(--faint); font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
}
.scroll-cue span { display: block; width: 1px; height: 46px; background: rgba(244, 236, 223, .14); position: relative; overflow: hidden; }
.scroll-cue span::after {
  content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 16px; background: var(--candle);
  transform: translate3d(0, -120%, 0); opacity: 0;
  animation: scroll-cue-flow 2.8s var(--ease-lux) 1.2s infinite;
  will-change: transform, opacity;
}
@keyframes scroll-cue-flow {
  0% { transform: translate3d(0, -120%, 0); opacity: 0; }
  14% { opacity: 1; }
  72% { opacity: 1; }
  100% { transform: translate3d(0, 300%, 0); opacity: 0; }
}

/* ------------------------------------------------------------
   Manifesto
   ------------------------------------------------------------ */
.manifesto { padding: clamp(112px, 13vw, 200px) 0; background: radial-gradient(90% 60% at 78% 8%, rgba(197, 157, 102, .06), transparent 62%), var(--noir); }
.manifesto__grid { display: grid; grid-template-columns: 200px 1fr; gap: clamp(30px, 6vw, 100px); align-items: start; }
.display-statement { max-width: 1040px; margin-top: -10px; font-size: clamp(46px, 5.9vw, 96px); }
.manifesto__copy { width: min(68ch, 100%); margin: 56px 0 0 auto; color: var(--muted); font-size: 16px; font-weight: 300; line-height: 1.85; text-wrap: pretty; }

/* ------------------------------------------------------------
   Editorial split
   ------------------------------------------------------------ */
.editorial {
  width: var(--wide); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr);
  height: auto; min-height: clamp(740px, 64vw, 880px);
  overflow: hidden; background: var(--noir-soft); border: 1px solid rgba(244, 236, 223, .08);
  content-visibility: auto; contain-intrinsic-size: auto 840px;
}
.editorial__image {
  position: relative; height: 100%; min-height: 0; overflow: hidden;
  background: radial-gradient(80% 55% at 50% 28%, rgba(197, 157, 102, .2), transparent 72%), linear-gradient(145deg, #1a120d, #080606 74%);
}
.editorial__image picture { display: block; width: 100%; height: 100%; }
.editorial__image img {
  height: 100%; object-fit: cover; object-position: center 28%;
  filter: sepia(.16) saturate(.74) contrast(1.08) brightness(.91);
}
@media (hover: hover) and (pointer: fine) {
  .editorial__image img { transition: transform .8s var(--ease-lux); }
  .editorial__image:hover img { transform: scale(1.015); }
}
.editorial__image::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(244, 236, 223, .2); pointer-events: none; }
.image-credit { position: absolute; left: 32px; bottom: 30px; margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: rgba(244, 236, 223, .76); text-shadow: 0 1px 12px rgba(0, 0, 0, .92); }
.editorial__copy { min-height: 0; padding: clamp(48px, 4.5vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.editorial__copy h2 { margin-top: 30px; font-size: clamp(42px, 4.6vw, 68px); }
.editorial__copy h2 em { display: block; }
.editorial__intro { max-width: 66ch; margin: 28px 0 0; color: var(--muted); font-size: 15px; font-weight: 300; line-height: 1.85; text-wrap: pretty; }
.signature-list { margin-top: 44px; border-top: 1px solid var(--line); }
.signature { display: grid; grid-template-columns: 26px 130px 1fr; gap: 14px; align-items: baseline; padding: 21px 0; border-bottom: 1px solid var(--line); }
.signature span { align-self: center; width: 12px; height: 1px; background: var(--brass); opacity: .9; }
.signature h3 { margin: 0; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.signature p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 300; line-height: 1.6; }
.editorial .arrow-link { margin-top: 36px; width: max-content; }

/* ------------------------------------------------------------
   Editorial promise
   ------------------------------------------------------------ */
.interlude {
  padding: clamp(108px, 13vw, 190px) 0;
  border-block: 1px solid rgba(244, 236, 223, .1);
  background:
    radial-gradient(70% 90% at 84% 50%, rgba(197, 157, 102, .075), transparent 68%),
    var(--noir);
  content-visibility: auto; contain-intrinsic-size: auto 520px;
}
.interlude__inner {
  display: grid; grid-template-columns: 200px minmax(0, 1fr);
  gap: clamp(32px, 6vw, 100px); align-items: start;
}
.interlude__statement {
  max-width: 1050px; margin: 0;
  font-family: var(--serif); font-size: clamp(52px, 6.4vw, 96px); font-weight: 400;
  letter-spacing: -.018em; line-height: 1.02; color: rgba(244, 236, 223, .96);
  text-wrap: balance;
}
.interlude__statement span { display: block; white-space: nowrap; }
.interlude__statement em { font-style: italic; font-weight: 400; color: var(--candle); }

/* ------------------------------------------------------------
   Invitation
   ------------------------------------------------------------ */
.invitation { min-height: clamp(620px, 78svh, 820px); position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.invitation__media {
  position: absolute; inset: 0;
  background-color: #17100c;
  background-image: url('assets/xara-hero.webp');
  background-image: image-set(url('assets/xara-hero.avif') type('image/avif'), url('assets/xara-hero.webp') type('image/webp'));
  background-position: center 26%; background-size: cover; background-repeat: no-repeat;
  filter: sepia(.22) saturate(.5) contrast(1.12) brightness(.78);
}
.invitation { content-visibility: auto; contain-intrinsic-size: auto 780px; }
.invitation__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 3, 2, .9), rgba(5, 3, 2, .22) 56%, rgba(5, 3, 2, .34)),
    linear-gradient(0deg, rgba(8, 6, 6, .92), transparent 60%);
}
.invitation__content { position: relative; padding-bottom: clamp(80px, 10vw, 140px); display: grid; grid-template-columns: 200px minmax(0, 850px); gap: clamp(30px, 6vw, 100px); align-items: start; }
.invitation__statement h2 { margin-top: -8px; font-size: clamp(52px, 6.4vw, 100px); }
.invitation__statement p { max-width: 66ch; margin: 36px 0 0; color: var(--muted); font-size: 15px; font-weight: 300; line-height: 1.8; text-wrap: pretty; }

/* ------------------------------------------------------------
   Launch / email
   ------------------------------------------------------------ */
.launch { padding: clamp(112px, 13vw, 200px) 0; background: radial-gradient(70% 55% at 22% 90%, rgba(197, 157, 102, .05), transparent 60%), var(--noir); content-visibility: auto; contain-intrinsic-size: auto 620px; }
.launch__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 10vw, 160px); align-items: end; }
.launch h2 { margin-top: 36px; font-size: clamp(58px, 7vw, 110px); }
.launch__form-wrap > p { max-width: 62ch; margin: 0 0 30px; color: var(--muted); font-size: 14px; font-weight: 300; text-wrap: pretty; }
.email-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
.email-row input {
  min-width: 0; height: 60px; border: 1px solid rgba(244, 236, 223, .4); outline: 0;
  background: rgba(244, 236, 223, .025); color: var(--ink);
  font-size: 16px; font-weight: 300; padding: 0 20px;
  appearance: none; -webkit-appearance: none; border-radius: 1px;
}
.email-row input::placeholder { color: var(--faint); }
.email-row input:focus { border-color: var(--brass); background: rgba(244, 236, 223, .045); box-shadow: 0 0 0 3px rgba(197, 157, 102, .11); }
.email-row input:user-valid, .email-row[data-valid="true"] input { border-color: rgba(185, 205, 164, .68); }
.email-row input:user-invalid { border-color: rgba(221, 143, 127, .78); box-shadow: 0 0 0 3px rgba(221, 143, 127, .09); }
.submit-button {
  min-width: 188px; height: 60px; border: 1px solid var(--candle); border-radius: 1px;
  background: var(--candle); color: #14100a;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; padding: 0 24px;
  transition: translate .22s var(--ease-lux), scale .22s var(--ease-lux);
}
.submit-button:active { translate: 0 1px; scale: .985; }
.form-note { margin: 16px 0 0 !important; min-height: 1.55em; color: var(--faint) !important; font-size: 10px !important; letter-spacing: .04em; }
.form-note[data-state="pending"] { color: var(--candle) !important; }
.form-note[data-state="ready"] { color: rgba(185, 205, 164, .82) !important; }
.form-note[data-state="invalid"] { color: rgba(221, 143, 127, .9) !important; }

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */
.site-footer { border-top: 1px solid var(--line); padding: 52px 36px 24px; content-visibility: auto; contain-intrinsic-size: auto 250px; }
.footer-main, .footer-meta { width: 100%; max-width: 1440px; margin-inline: auto; }
.footer-main { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; }
.wordmark--footer { display: inline-flex; align-items: center; min-height: 44px; font-size: clamp(38px, 5vw, 76px); letter-spacing: .38em; }
.footer-main > p { margin: 14px 0 0; color: var(--faint); font-family: var(--serif); font-style: italic; font-size: 19px; }
.footer-top { position: relative; justify-self: end; display: inline-flex; align-items: center; min-height: 44px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--faint); padding-bottom: 5px; --underline-start: .32; transition: translate .22s var(--ease-lux); }
.footer-top:active { translate: 0 1px; }
.footer-meta { padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; color: var(--faint); font-size: 10px; letter-spacing: .05em; font-variant-numeric: tabular-nums lining-nums; }
.footer-meta p { margin: 0; }
.footer-meta nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-meta a { display: inline-flex; align-items: center; min-height: 44px; }

/* ------------------------------------------------------------
   Secondary pages
   ------------------------------------------------------------ */
.subpage { padding-top: 0; }
.subpage-hero {
  min-height: 72svh; position: relative; display: flex; align-items: flex-end;
  border-bottom: 1px solid var(--line); overflow: hidden;
  background:
    radial-gradient(65% 80% at 78% 26%, rgba(197, 157, 102, .09), transparent 68%),
    linear-gradient(145deg, #0f0b08, var(--noir) 64%);
}
.subpage-hero__media {
  position: absolute; inset: 0;
  background-color: var(--noir);
  background-image: url('assets/xara-cinematic-hero.webp');
  background-image: image-set(url('assets/xara-cinematic-hero.avif') type('image/avif'), url('assets/xara-cinematic-hero.webp') type('image/webp'));
  background-position: center; background-size: cover; background-repeat: no-repeat;
  opacity: .46;
}
.subpage-hero--image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5, 3, 2, .95), rgba(5, 3, 2, .3)), linear-gradient(0deg, rgba(8, 6, 6, .88), transparent);
}
.subpage-hero__inner { position: relative; z-index: 1; width: var(--section); margin: 0 auto; padding: 96px 0; }
.subpage-hero h1 { max-width: 1000px; margin-top: 30px; font-size: clamp(56px, 7.4vw, 118px); }
.subpage-hero .lede { max-width: 620px; margin: 36px 0 0; color: var(--muted); font-size: 16px; font-weight: 300; line-height: 1.8; }
.subpage-hero--legal { min-height: 52svh; }
.content-section { padding: clamp(88px, 10vw, 150px) 0; }
.prose-grid { width: var(--section); margin: 0 auto; display: grid; grid-template-columns: 200px minmax(0, 800px); gap: clamp(36px, 7vw, 120px); }
.prose { max-width: 72ch; color: var(--muted); font-size: 16px; font-weight: 300; line-height: 1.9; text-wrap: pretty; }
.prose h2 { margin: 64px 0 26px; padding-bottom: .08em; color: var(--ink); font-size: clamp(38px, 4.4vw, 62px); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 46px 0 12px; color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.prose p { margin: 0 0 24px; }
.prose a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); border-bottom: 1px solid var(--brass-line); }

@media (hover: hover) and (pointer: fine) {
  .submit-button:hover:not(:active) { translate: 0 -1px; }
  .footer-top:hover:not(:active) { color: var(--ink); translate: 0 -1px; }
  .footer-top:hover::after { transform: scaleX(1); }
  .footer-meta a:hover, .prose a:hover { color: var(--candle); }
}
.prose ul { padding-left: 18px; }
.prose li { margin: 12px 0; }
.legal-note { border-top: 1px solid var(--line); margin-top: 48px; padding-top: 26px; color: var(--faint); font-size: 12px; }
.experience-lines { border-top: 1px solid var(--line); }
.experience-line { display: grid; grid-template-columns: 60px 260px 1fr; gap: 24px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line); }
.experience-line span { color: var(--brass); font-family: var(--serif); font-style: italic; font-size: 15px; }
.experience-line h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 26px; letter-spacing: 0; }
.experience-line p { max-width: 72ch; margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; font-weight: 300; }
.not-found { min-height: calc(100svh - var(--header-row) - 1px - env(safe-area-inset-top, 0px)); display: grid; place-items: center; text-align: center; }
.not-found .section-index, .not-found .eyebrow { justify-content: center; }
.not-found h1 { margin: 20px 0; font-size: clamp(72px, 10vw, 150px); }

/* ------------------------------------------------------------
   Reveals
   ------------------------------------------------------------ */
.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0; transform: translate3d(0, 18px, 0);
  transition:
    opacity .72s var(--ease-fade) var(--reveal-delay, 0ms),
    transform .86s var(--ease-reveal) var(--reveal-delay, 0ms),
    translate .22s var(--ease-lux),
    scale .22s var(--ease-lux);
}
.js :is(.hero-home h1, .display-statement, .editorial__copy h2, .interlude__statement,
  .invitation__statement h2, .launch h2, .subpage-hero h1).reveal {
  transform: none;
  transition: opacity .92s var(--ease-fade) var(--reveal-delay, 0ms);
}
.js :is(.eyebrow, .section-index).reveal {
  transform: translate3d(0, 10px, 0);
  transition-duration: .58s, .68s;
}
.reveal[data-reveal-delay="40"] { --reveal-delay: 40ms; }
.reveal[data-reveal-delay="70"] { --reveal-delay: 70ms; }
.reveal[data-reveal-delay="120"] { --reveal-delay: 120ms; }
.reveal[data-reveal-delay="140"] { --reveal-delay: 140ms; }
.reveal[data-reveal-delay="210"] { --reveal-delay: 210ms; }
.reveal[data-reveal-delay="260"] { --reveal-delay: 260ms; }
.reveal[data-reveal-delay="380"] { --reveal-delay: 380ms; }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Route changes intentionally use the browser's instant native navigation.
   Cross-document snapshots duplicated the full hero and root layers, which
   could hitch on high-density and mobile displays. The one orchestrated View
   Transition remains the same-document age-gate entrance below. */
@keyframes view-root-out { to { opacity: 0; } }
@keyframes view-root-in { from { opacity: 0; } }
@keyframes view-gate-panel-out { to { opacity: 0; transform: translate3d(0, -14px, 0); } }

@supports (view-transition-name: none) {
  html.gate-view-transition::view-transition-group(*) {
    animation-duration: .44s;
    animation-timing-function: var(--ease-lux);
  }
  html.gate-view-transition::view-transition-old(root) { animation: view-root-out .22s var(--ease-fade) both; }
  html.gate-view-transition::view-transition-new(root) { animation: view-root-in .38s var(--ease-reveal) both; }
  html.gate-view-transition::view-transition-group(xara-hero-media) { animation-duration: .5s; }

  /* The gate and site both exist before dismissal. During the same-document
     transition only one media surface owns the shared name in each snapshot. */
  html.gate-view-transition .age-gate:not([hidden]) .age-gate__media { view-transition-name: xara-hero-media; }
  html.gate-view-transition .age-gate[hidden] ~ .page-shell :is(.hero-home__media, .subpage-hero__media) { view-transition-name: xara-hero-media; }
  html.gate-view-transition.site-ready .hero-home__media {
    opacity: 1; transform: scale(1.005); transition: none;
  }
  html.gate-view-transition .age-gate:not([hidden]) .age-gate__panel { view-transition-name: xara-gate-panel; }
  html.gate-view-transition::view-transition-old(xara-gate-panel) { animation: view-gate-panel-out .46s var(--ease-lux) both; }
}

/* Native scroll timelines stay on transform/opacity and disappear entirely on
   browsers without support. Individual transform properties avoid fighting the
   existing entrance scale transition. */
@keyframes editorial-ambient-settle {
  from { opacity: .72; scale: 1.028; }
  to { opacity: 1; scale: 1; }
}
@keyframes invitation-ambient-settle {
  from { opacity: .72; scale: 1.035; }
  to { opacity: 1; scale: 1; }
}

@supports (animation-timeline: view()) {
  .editorial__image picture {
    animation: editorial-ambient-settle 1s var(--ease-lux) both;
    animation-timeline: view(block);
    animation-range: entry 0% cover 36%;
    transform-origin: 50% 34%;
  }
  .invitation__media {
    animation: invitation-ambient-settle 1s var(--ease-lux) both;
    animation-timeline: view(block);
    animation-range: entry 0% cover 42%;
    transform-origin: 70% 30%;
  }
}

@media (min-width: 641px) {
  .age-gate__media, .hero-home__media { background-position: center top; }
  .subpage-hero__media {
    background-color: var(--noir); background-size: auto 112%; background-position: right top; background-repeat: no-repeat;
  }
}

@media (min-width: 641px) and (min-aspect-ratio: 16 / 9) {
  .age-gate__media, .hero-home__media {
    background-color: var(--noir); background-size: auto 112%; background-position: right top; background-repeat: no-repeat;
  }
}

@media (min-width: 981px) {
  .invitation__media {
    background-color: var(--noir); background-size: auto 125%; background-position: right top; background-repeat: no-repeat;
  }
  .invitation__shade {
    background: linear-gradient(90deg, rgba(5, 3, 2, .98) 0%, rgba(5, 3, 2, .9) 43%, rgba(5, 3, 2, .22) 72%, rgba(5, 3, 2, .12) 100%), linear-gradient(0deg, rgba(8, 6, 6, .9), transparent 60%);
  }
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */
@media (max-width: 980px) {
  :root {
    --section-gutter: max(24px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    --wide-gutter: max(20px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    --section: min(760px, calc(100% - var(--section-gutter) - var(--section-gutter)));
    --wide: calc(100% - var(--wide-gutter) - var(--wide-gutter));
  }
  .hero-home__content { width: calc(100% - var(--section-gutter) - var(--section-gutter)); }
  .editorial { contain-intrinsic-size: auto 1320px; }
  .interlude { contain-intrinsic-size: auto 620px; }
  .launch { contain-intrinsic-size: auto 760px; }
  .manifesto__grid, .invitation__content, .prose-grid { grid-template-columns: 1fr; }
  .editorial { width: calc(100% - 32px); height: auto; grid-template-columns: 1fr; min-height: 0; }
  .editorial__image { height: min(76vw, 760px); min-height: 0; }
  .editorial__copy { padding: 72px 36px; }
  .interlude__inner { grid-template-columns: 1fr; gap: 30px; }
  .interlude__statement { max-width: 820px; }
  .launch__grid { grid-template-columns: 1fr; align-items: start; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { display: none; }
  .experience-line { grid-template-columns: 40px 190px 1fr; }
}

/* Portrait tablets need the portrait crop too; the wide master pushes Xara's
   face against the right edge between phone and desktop breakpoints. */
@media (min-width: 641px) and (max-width: 980px) and (orientation: portrait) {
  .age-gate__media, .hero-home__media, .subpage-hero__media {
    background-image: url('assets/xara-cinematic-hero-mobile.webp');
    background-image: image-set(url('assets/xara-cinematic-hero-mobile.avif') type('image/avif'), url('assets/xara-cinematic-hero-mobile.webp') type('image/webp'));
    background-position: center top;
  }
}

@media (max-width: 760px) {
  :root { --header-row: 52px; }
  .nav-shell {
    width: calc(100% - 24px); height: var(--header-row);
    grid-template-columns: auto 1fr; column-gap: 14px;
  }
  .site-header .wordmark { height: 44px; font-size: 12px; letter-spacing: .42em; }
  .nav-links {
    justify-self: end; gap: clamp(9px, 2.5vw, 13px);
    font-size: 10px; letter-spacing: .08em; white-space: nowrap;
  }
  .nav-links a { height: 44px; padding: 0; }
  .nav-cta { display: none; }
}

@media (max-width: 640px) {
  :root {
    --section-gutter: max(20px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    --wide-gutter: var(--section-gutter);
    --section: calc(100% - var(--section-gutter) - var(--section-gutter));
    --wide: var(--section);
  }
  .eyebrow, .section-index { gap: 10px; font-size: 9px; letter-spacing: .24em; }
  .eyebrow::before, .section-index::before { width: 20px; }
  .age-gate { align-items: end; }
  .age-gate__media {
    background-image: url('assets/xara-cinematic-hero-mobile.webp');
    background-image: image-set(url('assets/xara-cinematic-hero-mobile.avif') type('image/avif'), url('assets/xara-cinematic-hero-mobile.webp') type('image/webp'));
    background-position: center 18%;
  }
  .age-gate__shade { background: linear-gradient(0deg, rgba(5, 3, 2, .99) 0%, rgba(5, 3, 2, .9) 52%, rgba(5, 3, 2, .16) 100%); }
  .age-gate__frame { inset: 10px; }
  .age-gate__panel {
    width: calc(100% - 56px); margin: 0 28px;
    padding: 28px 0 calc(40px + env(safe-area-inset-bottom, 0px));
  }
  .age-gate__panel .wordmark { margin-bottom: 64px; }
  .age-gate h2 { font-size: clamp(44px, 13.5vw, 62px); }
  .age-gate__panel > p:not(.eyebrow):not(.age-gate__fine) { font-size: 12px; line-height: 1.7; }
  .age-gate__actions { gap: 22px; }
  .age-gate__legal { margin-top: 26px; }
  .hero-home__media {
    background-image: url('assets/xara-cinematic-hero-mobile.webp');
    background-image: image-set(url('assets/xara-cinematic-hero-mobile.avif') type('image/avif'), url('assets/xara-cinematic-hero-mobile.webp') type('image/webp'));
    background-position: center 18%;
  }
  .hero-home__shade { background: linear-gradient(0deg, rgba(5, 3, 2, .98) 0%, rgba(5, 3, 2, .78) 44%, rgba(5, 3, 2, .04) 76%, rgba(5, 3, 2, .22) 100%); }
  .hero-home__content { width: var(--section); padding-bottom: 76px; }
  .hero-home .eyebrow { margin-bottom: 18px; }
  .hero-home h1 {
    max-width: 100%; padding-bottom: .14em;
    font-size: clamp(46px, 13.5vw, 66px); line-height: 1.04;
  }
  .hero-home__lede { margin-top: 30px; font-size: 13px; line-height: 1.7; max-width: 95%; }
  .hero-home__actions { margin-top: 28px; gap: 22px; }
  .hero-home__caption, .scroll-cue { display: none; }
  .button { min-height: 50px; padding: 0 24px; }
  .manifesto { padding: 96px 0; }
  .manifesto__grid, .invitation__content { row-gap: 24px; }
  .display-statement { margin-top: 0; font-size: clamp(38px, 11.4vw, 56px); }
  .manifesto__copy { margin-top: 34px; font-size: 14px; }
  .editorial { width: 100%; border-left: 0; border-right: 0; }
  .editorial { contain-intrinsic-size: auto 1260px; }
  .editorial__image { height: min(124vw, 680px); min-height: 0; }
  .editorial__image::after { inset: 12px; }
  .editorial__copy { padding: 56px 20px 64px; }
  .editorial__copy h2 { font-size: clamp(36px, 10.5vw, 46px); }
  .signature { grid-template-columns: 16px 88px 1fr; gap: 10px; }
  .signature p { font-size: 12.5px; line-height: 1.6; }
  .interlude { padding: 90px 0; }
  .interlude__inner { gap: 26px; }
  .interlude__statement { margin-top: 0; font-size: clamp(32px, 10vw, 50px); line-height: 1.06; }
  .interlude__statement span { white-space: normal; }
  .invitation { min-height: clamp(580px, 74svh, 720px); }
  .invitation { contain-intrinsic-size: auto 680px; }
  .invitation__media { background-position: 54% 24%; }
  .invitation__shade { background: linear-gradient(0deg, rgba(5, 3, 2, .96), rgba(5, 3, 2, .3) 72%); }
  .invitation__content { padding-bottom: 68px; }
  .invitation__statement h2 { margin-top: 0; font-size: clamp(42px, 12vw, 54px); }
  .launch { padding: 96px 0; }
  .launch h2 { font-size: clamp(42px, 12.4vw, 58px); }
  .launch__grid { gap: 58px; }
  .email-row { grid-template-columns: 1fr; gap: 10px; }
  .email-row input, .submit-button { width: 100%; min-width: 0; height: 56px; }
  .form-note { font-size: 11px !important; line-height: 1.55; }
  .site-footer { padding: 40px 20px calc(24px + env(safe-area-inset-bottom, 0px)); }
  .site-footer { contain-intrinsic-size: auto 360px; }
  .footer-main { min-height: 100px; }
  .wordmark--footer { font-size: 30px; }
  .footer-meta { flex-direction: column; }
  .footer-meta nav { justify-content: flex-start; }
  .subpage-hero { min-height: 64svh; }
  .subpage-hero__media {
    background-image: url('assets/xara-cinematic-hero-mobile.webp');
    background-image: image-set(url('assets/xara-cinematic-hero-mobile.avif') type('image/avif'), url('assets/xara-cinematic-hero-mobile.webp') type('image/webp'));
    background-position: center 18%;
  }
  .subpage-hero__inner { padding: 80px 0 56px; }
  .subpage-hero h1 { font-size: clamp(42px, 12.4vw, 56px); }
  .subpage-hero h1 br { display: none; }
  .subpage-hero h1 br + em::before { content: " "; }
  .subpage-hero--legal { min-height: 48svh; }
  .content-section { padding: 88px 0; }
  .prose { font-size: 14px; }
  .experience-line { grid-template-columns: 26px 1fr; }
  .experience-line p { grid-column: 2; }
}

@media (max-width: 340px) {
  .hero-home__actions { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 300px) {
  :root {
    --section-gutter: max(14px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    --section: calc(100% - var(--section-gutter) - var(--section-gutter));
  }
  .nav-shell { width: calc(100% - 16px); display: flex; justify-content: center; }
  .site-header .wordmark { display: none; }
  .nav-links { width: 100%; justify-content: space-between; gap: 4px; font-size: 8px; }
  .age-gate__panel { width: calc(100% - 32px); margin-inline: 16px; }
  .age-gate__actions .button { width: 100%; padding-inline: 14px; }
  .hero-home__content { width: var(--section); }
  .subpage-hero h1 { font-size: clamp(28px, 15vw, 38px); text-wrap: wrap; }
  .experience-line { grid-template-columns: 1fr; row-gap: 8px; }
  .experience-line p { grid-column: 1; }
  .editorial__copy { padding-inline: 14px; }
  .editorial__copy, .editorial__image, .signature, .signature p { min-width: 0; }
  .signature { grid-template-columns: 12px minmax(0, 1fr); row-gap: 6px; }
  .signature span { grid-row: 1 / span 2; align-self: start; margin-top: 7px; }
  .signature p { grid-column: 2; }
  .image-credit { left: 20px; font-size: 8px; letter-spacing: .18em; }
  .site-footer { padding-inline: 14px; }
}

@media (max-height: 650px) and (min-width: 641px) {
  .hero-home__content { padding-bottom: clamp(34px, 8vh, 54px); }
  .hero-home .eyebrow { margin-bottom: 16px; }
  .hero-home h1 { max-width: 760px; padding-bottom: .1em; font-size: clamp(48px, 7vw, 72px); }
  .hero-home__lede { margin-top: 22px; font-size: 14px; line-height: 1.6; }
  .hero-home__actions { margin-top: 24px; }
  .hero-home__caption, .scroll-cue { display: none; }
}

@media (max-height: 620px) and (max-width: 640px) {
  .hero-home__content { padding-bottom: 40px; }
  .hero-home .eyebrow { margin-bottom: 14px; }
  .hero-home h1 { font-size: clamp(42px, 11vw, 52px); }
  .hero-home__lede { margin-top: 22px; }
  .hero-home__actions { margin-top: 20px; }
}

@media (max-height: 700px) {
  .age-gate { align-items: start; }
  .age-gate__panel { padding: 18px 0 calc(18px + env(safe-area-inset-bottom, 0px)); }
  .age-gate__panel .wordmark { margin-bottom: 26px; }
  .age-gate__panel .eyebrow { margin-bottom: 12px; }
  .age-gate h2 { font-size: clamp(46px, 7vw, 68px); }
  .age-gate__panel > p:not(.eyebrow):not(.age-gate__fine) { margin-top: 16px; font-size: 12px; line-height: 1.6; }
  .age-gate__actions { margin-top: 18px; }
  .age-gate__legal { margin-top: 16px; }
  .age-gate__fine { margin-top: 10px !important; }
}

/* ------------------------------------------------------------
   Reduced motion
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .age-gate, .age-gate__media, .age-gate__frame, .gate-line > span, .gate-fade,
  .hero-home__media, .editorial__image picture, .editorial__image img, .invitation__media,
  .scroll-cue span::after, .reveal, .button, .text-link, .arrow-link, .nav-cta,
  .nav-links a, .submit-button, .footer-top { animation: none !important; transition: none !important; }
  .js .reveal, .reveal, .gate-fade { opacity: 1; transform: none; transition: none !important; transition-delay: 0s !important; }
  .gate-line > span { opacity: 1; transform: none; animation: none; }
  .age-gate__frame { opacity: 1; animation: none; }
  .js .hero-home__media { opacity: 1; transform: scale(1.005); translate: none; scale: none; }
  .editorial__image picture, .editorial__image img, .invitation__media,
  .button, .text-link, .arrow-link, .nav-cta, .nav-links a, .submit-button, .footer-top {
    opacity: 1; transform: none !important; translate: none !important; scale: none !important;
  }
  .text-link::after, .arrow-link::after, .nav-cta::after, .footer-top::after {
    transform: scaleX(1) !important; transition: none !important;
  }
  ::view-transition-group(*), ::view-transition-image-pair(*),
  ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}
