/* =========================================================
   SELF-HOSTED TYPE  (no third-party font dependency)
   Bricolage Grotesque — variable weight 400–800 (display + UI)
   Instrument Serif — italic accent
   ========================================================= */
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque-var.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/instrument-serif-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* =========================================================
   DESIGN TOKENS  ("The Road Log" — editorial field journal)
   Primitive values (the palette of allowed choices).
   Semantic role tokens are mapped below.
   ========================================================= */
:root {
  /* — primitive: warm paper-black + cream ramp — */
  --paper-900: #100e0c;   /* base */
  --paper-800: #16130f;
  --paper-700: #1d1915;
  --paper-600: #2a241e;
  --cream-50:  #f4efe4;
  --cream-100: #f2ece0;
  --cream-200: #e4dac7;
  --cream-300: #c7bba5;

  /* — primitive: single sharp accent (rust) + rare detail (gold) — */
  --rust-500:  #c2532a;   /* the accent */
  --rust-600:  #b04a25;   /* on-cream, AA */
  --rust-400:  #d96a38;   /* bright — hover/focus */
  --gold-500:  #d9a349;   /* rare stamp/hairline detail only */

  /* — primitive: hairlines — */
  --line-strong: rgba(242,236,224,0.14);
  --line:        rgba(242,236,224,0.10);
  --line-faint:  rgba(242,236,224,0.055);

  /* ---- SEMANTIC ROLE TOKENS (components reference these) ---- */
  --bg:         var(--paper-900);
  --bg-raise:   var(--paper-800);
  --bg-raise-2: var(--paper-700);
  --bg-raise-3: var(--paper-600);
  --surface-cream: var(--cream-100);
  --text:       var(--cream-100);
  --text-mute:  rgba(242,236,224,0.74);
  --text-dim:   rgba(242,236,224,0.60);
  --accent:     var(--rust-500);
  --accent-strong: var(--rust-400);
  --accent-ink: var(--rust-600);   /* accent on cream surfaces */
  --detail:     var(--gold-500);
  --hair:       var(--line);
  --hair-strong: var(--line-strong);
  --hair-2:     var(--line-faint);
  --focus:      var(--gold-500);
  /* interaction + on-cream text roles */
  --surface-hover: rgba(242,236,224,0.07);
  --surface-press: rgba(242,236,224,0.04);
  --on-cream:      var(--paper-900);
  --on-cream-mute: rgba(16,14,12,0.72);
  --on-cream-dim:  rgba(16,14,12,0.60);
  --on-cream-line: rgba(16,14,12,0.14);

  /* — back-compat aliases (older rules still resolve; now single-accent) — */
  --bg-2: var(--bg-raise); --bg-3: var(--bg-raise-2);
  --cream: var(--cream-100); --cream-2: var(--cream-200); --cream-3: var(--cream-300);
  --rust: var(--accent); --rust-deep: var(--accent-ink); --rust-2: var(--accent-strong);
  --olive: var(--accent); --olive-2: var(--accent-strong);   /* olive retired → rust */
  --gold: var(--detail);

  /* — type families — */
  --sans:      "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --sans-body: var(--sans);
  --serif:     "Instrument Serif", ui-serif, Georgia, "Times New Roman", serif;
  --serif-mid: var(--sans);   /* mid-tier now set in the grotesque */

  /* — modular type scale (fluid, perfect-fourth-ish, dramatic top end) — */
  --text-2xs: 0.6875rem;
  --text-xs:  0.78rem;
  --text-sm:  0.875rem;
  --text-base:1.0625rem;
  --text-md:  1.1875rem;
  --text-lg:  clamp(1.25rem, 0.9rem + 1.3vw, 1.6rem);
  --text-xl:  clamp(1.55rem, 1.0rem + 2.2vw, 2.4rem);
  --text-2xl: clamp(2.1rem, 1.2rem + 3.4vw, 3.4rem);
  --text-3xl: clamp(2.75rem, 1.2rem + 6vw, 5rem);
  --text-4xl: clamp(3.4rem, 0.6rem + 11vw, 7.5rem);
  --text-5xl: clamp(3.8rem, -0.5rem + 16vw, 11rem);  /* hero / movie-title */
  --text-6xl: clamp(4.5rem, 2rem + 16vw, 15rem);     /* oversized index numerals */

  /* — spacing scale (4px base) — */
  --space-1: 0.25rem;  --space-2: 0.5rem;  --space-3: 0.75rem;
  --space-4: 1rem;     --space-5: 1.5rem;  --space-6: 2rem;
  --space-7: 3rem;     --space-8: 4rem;    --space-9: 6rem;
  --space-10: 8rem;    --space-11: 11rem;

  /* — radii (sharp / documentary edge) — */
  --r-xs: 2px;
  --r-sm: 3px;
  --r-md: 6px;
  --r-lg: 10px;
  --r-pill: 999px;

  /* — motion — */
  --ease:      cubic-bezier(.2,.7,.2,1);
  --ease-emph: cubic-bezier(.16,1,.3,1);
  --dur-1: .18s;
  --dur-2: .34s;
  --dur-3: .6s;

  /* — layout — */
  --nav-h: 76px;
  --nav-h-sm: 62px;
  --rail-w: clamp(0px, calc((100vw - 1200px) / 2), 96px);  /* editorial field-rail */
  --shadow-frame: 0 30px 80px rgba(0,0,0,.55);
}

html { font-optical-sizing: auto; }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: var(--nav-h); }
/* WCAG 2.2 — 2.4.11 Focus Not Obscured: keep focused targets clear of the fixed nav */
:target { scroll-margin-top: var(--nav-h); }
@media (prefers-reduced-motion: reduce){ html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
picture { display: contents; }
a { color: inherit; }
::selection { background: var(--rust); color: var(--cream); }

/* A11y primitives */
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.section-cream :focus-visible { outline-color: var(--rust); }
.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; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.skip { position: absolute; left: -9999px; top: 10px; padding: .7rem 1.1rem; background: var(--cream); color: var(--bg); border-radius: var(--r-pill); font-family: var(--sans); font-weight: 600; font-size: .82rem; z-index: 200; text-decoration: none; }
.skip:focus { left: 14px; }

.container { width: min(1440px, 92vw); margin: 0 auto; }

/* =========================
   TOP BAR — slim announcement
   ========================= */
.topbar {
  background: var(--bg);
  color: var(--text-mute);
  font-family: var(--sans-body);
  font-size: .78rem;
  letter-spacing: .02em;
  border-bottom: 1px solid var(--hair);
  overflow: hidden;
}
.topbar-track {
  display: inline-flex; gap: 3rem;
  padding: .65rem 0;
  white-space: nowrap;
  animation: scroll 60s linear infinite;
}
.topbar-track span { display: inline-flex; align-items: center; gap: .75rem; }
.topbar-track span::before {
  content: ""; width: 4px; height: 4px; border-radius: 50%;
  background: var(--rust); display: inline-block;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================
   NAV
   ========================= */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(16, 14, 12, 0.78);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--hair);
}
.nav::after {
  content: "";
  position: absolute; left: 0; bottom: -1px; height: 2px;
  width: var(--progress, 0%);
  background: linear-gradient(90deg, var(--rust), var(--gold));
  transition: width 60ms linear;
  pointer-events: none;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px;
}
.brand {
  display: flex; align-items: center; gap: .9rem;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: -.015em;
  text-decoration: none;
  color: var(--text);
}
.brand .mark {
  width: 44px;
  aspect-ratio: 356 / 478;
  display: grid; place-items: center;
  overflow: hidden;
}
.brand .mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-name { display: flex; flex-direction: column; gap: 4px; line-height: 1; }
.brand-name em { font-style: normal; color: var(--text-mute); font-weight: 500; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }

.nav ul {
  list-style: none; display: flex; gap: 2.4rem;
  margin: 0; padding: 0;
}
.nav a.link {
  text-decoration: none;
  font-family: var(--sans);
  font-size: .85rem;
  font-weight: 500;
  color: var(--text-mute);
  letter-spacing: -.005em;
  transition: color .2s ease;
}
.nav a.link:hover { color: var(--text); }
.nav a.link.active { color: var(--cream); }
.nav a.link.active::after {
  content: ""; display: block; margin-top: 4px; height: 1px;
  background: var(--rust); width: 100%;
  animation: underline-in .4s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes underline-in {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

.nav .cta {
  text-decoration: none;
  background: var(--cream);
  color: var(--bg);
  padding: .65rem 1.1rem;
  border-radius: var(--r-pill);
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: -.005em;
  transition: background .2s ease, color .2s ease;
  display: inline-flex; align-items: center; gap: .5rem;
}
.nav .cta::after {
  content: "→";
  display: inline-block;
  transition: transform .25s ease;
}
.nav .cta:hover { background: var(--rust); color: var(--cream); }
.nav .cta:hover::after { transform: translateX(3px); }

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(242,236,224,.25);
  color: var(--cream);
  border-radius: var(--r-pill);
  width: 40px; height: 40px;
  padding: 0;
  cursor: pointer;
  align-items: center; justify-content: center;
  transition: border-color .2s ease, background .2s ease;
}
.menu-toggle:hover { border-color: var(--cream); background: rgba(242,236,224,.06); }
.menu-toggle svg { width: 18px; height: 18px; }
.menu-toggle .close { display: none; }
.menu-toggle[aria-expanded="true"] .open { display: none; }
.menu-toggle[aria-expanded="true"] .close { display: block; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: rgba(16,14,12,.96);
  backdrop-filter: blur(24px);
  display: flex; flex-direction: column;
  padding: 96px 24px 24px;
  opacity: 0; pointer-events: none;
  transform: translateY(-12px);
  transition: opacity .3s ease, transform .3s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-menu a {
  display: flex; align-items: baseline; justify-content: space-between;
  text-decoration: none;
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -.02em;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--hair);
}
.mobile-menu a .idx {
  font-family: var(--sans-body);
  font-weight: 500;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.mobile-menu .m-foot {
  margin-top: auto;
  display: flex; flex-direction: column; gap: .35rem;
  padding-top: 2rem;
  font-size: .78rem;
  color: var(--text-mute);
}
.mobile-menu .m-foot a { display: inline; border: none; font-family: var(--sans-body); font-weight: 500; font-size: .88rem; letter-spacing: 0; padding: 0; color: var(--cream); }

.nav .cta .short-cta { display: none; }
.nav-inner .nav-right { display: contents; }
@media (max-width: 820px){
  .nav ul { display: none; }
  .brand-name em { display: none; }
  .nav-inner { height: 68px; gap: .6rem; }
  .brand { font-size: 1.02rem; gap: .6rem; }
  .brand .mark { width: 36px; }
  .brand-name { white-space: nowrap; }
  .nav .cta { padding: .55rem .85rem; font-size: .78rem; white-space: nowrap; }
  .nav .cta .full-cta { display: none; }
  .nav .cta .short-cta { display: inline; }
  .menu-toggle { display: inline-flex; }
  .nav-inner .nav-right { display: flex; align-items: center; gap: .55rem; }
}

/* =========================
   HERO
   ========================= */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: end;
  overflow: hidden;
  color: var(--cream);
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06);
  animation: slow-pan 20s ease-out forwards;
}
@keyframes slow-pan { to { transform: scale(1); } }
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(16,14,12,0.35) 0%, rgba(16,14,12,0) 30%, rgba(16,14,12,0.35) 60%, rgba(16,14,12,0.95) 100%),
    radial-gradient(ellipse at 30% 70%, rgba(16,14,12,0) 0%, rgba(16,14,12,0.55) 80%);
}

.hero-inner {
  position: relative; z-index: 2;
  padding: clamp(3rem, 7vw, 6rem) 0;
  width: 100%;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--sans);
  font-size: clamp(.62rem, 1.8vw, .78rem);
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 1.5rem;
}
.hero-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(.8); }
}

.hero h1 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2.7rem, 11vw, 9rem);
  line-height: .88;
  letter-spacing: -.035em;
  margin: 0;
  max-width: 14ch;
}
@media (max-width: 600px){
  .hero { min-height: 88vh; min-height: 88svh; }
  .hero h1 {
    font-size: clamp(2.3rem, 13.5vw, 4rem);
    line-height: .92;
    letter-spacing: -.03em;
    max-width: 12ch;
  }
  .hero-kicker {
    font-size: 1rem;
    margin: 1.4rem 0 1.8rem;
    max-width: 32ch;
  }
  .hero-eyebrow { font-size: .66rem; margin-bottom: 1.1rem; }
}
.hero h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--cream);
  opacity: .95;
  letter-spacing: -.01em;
  display: inline-block;
  transform: translateY(.1em) rotate(-1.1deg);
  opacity: 0;
  transition: opacity .9s ease .5s, transform 1.1s cubic-bezier(.2,.7,.2,1) .5s;
}
.hero h1.in em, .hero .reveal.in h1 em { transform: none; opacity: .95; }

.hero-kicker {
  font-size: 1.1rem;
  max-width: 44ch;
  margin: 2rem 0 2.5rem;
  color: rgba(242,236,224,.8);
  font-family: var(--sans-body);
}

.hero-ctas { display: flex; gap: .7rem; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.5rem;
  font-family: var(--sans);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--r-sm);
  border: 1.5px solid transparent;
  transition: transform var(--dur-1) var(--ease), background var(--dur-1) var(--ease), color var(--dur-1) var(--ease), border-color var(--dur-1) var(--ease);
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:disabled, .btn[aria-disabled="true"] { opacity: .5; pointer-events: none; }
.btn.primary { background: var(--cream); color: var(--bg); }
.btn.primary:hover { background: var(--accent); color: var(--cream); }
.btn.ghost { background: transparent; color: var(--cream); border-color: rgba(242,236,224,.32); }
.btn.ghost:hover { background: var(--surface-hover); border-color: var(--cream); }
.btn.ghost:active { background: var(--surface-press); }
.btn.rust { background: var(--accent); color: var(--cream); }
.btn.rust:hover { background: var(--accent-strong); }
.btn .arr { transition: transform var(--dur-1) var(--ease); display: inline-block; }
.btn:hover .arr { transform: translateX(4px); }
@media (prefers-reduced-motion: reduce){ .btn:hover { transform: none; } .btn:hover .arr { transform: none; } }

/* hero footer row */
.hero-marquee {
  position: absolute; bottom: 0; left: 0; right: 0;
  border-top: 1px solid rgba(242,236,224,.12);
  background: rgba(16,14,12,.5);
  backdrop-filter: blur(8px);
  padding: 1rem 0;
  z-index: 3;
}
.hero-marquee-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 2rem;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 500;
  color: rgba(242,236,224,.75);
}
.hero-marquee .divider { width: 1px; height: 14px; background: rgba(242,236,224,.2); }
.hero-marquee strong { color: var(--cream); font-weight: 600; }
@media (max-width: 820px){
  .hero-marquee-inner { flex-wrap: wrap; }
  .hero-marquee .divider { display: none; }
}

/* =========================
   SECTION SYSTEM
   ========================= */
.section {
  padding: clamp(4rem, 10vw, 8rem) 0;
  position: relative;
  scroll-margin-top: var(--nav-h);
}
@media (max-width: 820px){
  .section { scroll-margin-top: var(--nav-h-sm); }
}
.section-cream {
  background: var(--cream);
  color: var(--bg);
}
.section-cream a { color: var(--bg); }

/* =========================================================
   EDITORIAL CHAPTER SYSTEM — "The Road Log"
   One repeated primitive: numbered chapters on a field-rail.
   ========================================================= */

/* Persistent left field-rail hairline (wide screens) */
@media (min-width: 1100px){
  main#main { position: relative; }
  main#main::before {
    content: "";
    position: fixed; top: 0; bottom: 0;
    left: max(28px, var(--rail-w));
    width: 1px; background: var(--hair);
    z-index: 1; pointer-events: none;
  }
}

/* Oversized chapter numeral — the editorial divider mark */
.section[data-ch]::before {
  content: attr(data-ch);
  position: absolute;
  top: clamp(1.6rem, 3.5vw, 3.4rem);
  left: clamp(1rem, 5vw, 4.5rem);
  font-family: var(--sans);
  font-weight: 500; font-style: normal;
  font-size: clamp(3.5rem, 8vw, 8.5rem);
  line-height: .8; letter-spacing: -.04em;
  color: var(--hair-strong);
  z-index: 0; pointer-events: none; user-select: none;
}
.section-cream[data-ch]::before { color: rgba(16,14,12,.07); }
.section[data-ch] > .container { position: relative; z-index: 2; }

.section-head {
  display: flex; align-items: end; justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.section-head .left { max-width: 26ch; }
/* Chapter line: "— DISPATCH" tracked caps with an accent tick */
.section-head .eyebrow {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--sans);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: var(--space-4);
}
.section-cream .section-head .eyebrow { color: var(--accent-ink); }
.section-head .eyebrow::before {
  content: ""; width: 34px; height: 2px; background: var(--accent);
}
.section-head h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: var(--text-3xl);
  line-height: .94;
  letter-spacing: -.035em;
  margin: 0;
  text-wrap: balance;
}
.section-head h2 em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  color: var(--accent-strong);
}
.section-cream .section-head h2 em { color: var(--accent); }
.section-head .meta {
  font-family: var(--sans);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--text-dim);
  white-space: nowrap;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-cream .section-head .meta { color: rgba(16,14,12,.6); }
@media (max-width: 720px){
  .section-head { flex-direction: column; align-items: start; }
  .section-head .meta { white-space: normal; }
}

/* =========================
   NEWS — dispatch log
   ========================= */
.dispatch {
  border-top: 1px solid var(--hair);
}
.dispatch-row {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: baseline;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  border-bottom: 1px solid var(--hair);
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: background .3s ease;
}
.dispatch-row:hover {
  background: linear-gradient(to right, transparent, rgba(242,236,224,.02) 20%, transparent);
}
.dispatch-row::before {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 0; height: 1px;
  background: var(--rust);
  transition: width .5s cubic-bezier(.2,.7,.2,1);
}
.dispatch-row:hover::before { width: 100%; }
.dispatch-date {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  font-style: italic;
  letter-spacing: -.01em;
  line-height: 1;
  color: var(--cream);
  white-space: nowrap;
}
.dispatch-date em {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 500;
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-mute);
  display: block;
  margin-top: .35rem;
}
.dispatch-date { transition: transform .4s cubic-bezier(.2,.7,.2,1), letter-spacing .4s ease; }
.dispatch-row:hover .dispatch-date { transform: translateY(-2px); letter-spacing: .01em; }
.dispatch-row:hover .dispatch-date em { color: var(--rust-2); }
.dispatch-body .tag {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: .55rem;
}
.dispatch-body .tag::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: currentColor;
}
.dispatch-body .tag.drop::before  { background: var(--rust-2); }
.dispatch-body .tag.vlog::before  { background: var(--olive-2); }
.dispatch-body .tag.press::before { background: var(--gold); }
.dispatch-body h3 {
  font-family: var(--serif-mid);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 .4rem;
  color: var(--cream);
  max-width: 44ch;
}
.dispatch-body p {
  color: var(--text-mute);
  margin: 0;
  font-size: .95rem;
  max-width: 60ch;
}
.dispatch-meta {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--text-mute);
  text-align: right;
  white-space: nowrap;
  display: inline-flex; align-items: center; justify-content: flex-end; gap: .45rem;
  transition: color .3s ease, transform .3s ease;
}
.dispatch-row.archival { pointer-events: none; }
.dispatch-row.archival .dispatch-body p { font-style: italic; color: var(--text-mute); }
.dispatch-row.archival .dispatch-body h3 { color: rgba(242,236,224,.6); }
.dispatch-row.archival .dispatch-meta { visibility: hidden; }
.dispatch-row.archival:hover::before { width: 0; }
.dispatch-row.archival:hover .dispatch-date { transform: none; letter-spacing: -.01em; }
.dispatch-meta .arr {
  display: inline-block;
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.dispatch-row:hover .dispatch-meta { color: var(--cream); }
.dispatch-row:hover .dispatch-meta .arr { transform: translateX(4px); }
@media (max-width: 760px){
  .dispatch-row {
    grid-template-columns: 1fr;
    gap: .4rem;
  }
  .dispatch-meta { text-align: left; justify-content: flex-start; }
  .dispatch-date { font-size: 1.15rem; }
  .dispatch-date em { display: inline; margin: 0 0 0 .45rem; }
}

/* =========================
   STAT TOKEN (shared by court + about)
   ========================= */
.stat {
  display: flex; flex-direction: column; gap: .3rem;
}
.stat .num {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  letter-spacing: -.03em;
  line-height: 1;
}
.stat .num em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  color: var(--gold);
  margin-left: .1em;
}
.stat .lbl {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  color: var(--text-mute);
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* =========================
   SHOP
   ========================= */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
}
@media (max-width: 920px){ .shop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .shop-grid { grid-template-columns: 1fr; } }

.product {
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column;
  position: relative;
}
.product .pic {
  aspect-ratio: 4/5;
  background: var(--bg-3);
  overflow: hidden;
  position: relative;
  border-radius: var(--r-md);
  isolation: isolate;
}
.product .pic img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}
.product:hover .pic img { transform: scale(1.055); }

.product .pic .badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--cream);
  color: var(--bg);
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .4rem .65rem;
  border-radius: var(--r-pill);
  z-index: 2;
}
.product .pic .badge.sold { background: var(--bg); color: var(--cream); }
.product .pic .badge.rust { background: var(--rust); color: var(--cream); }

.product .lot {
  position: absolute;
  top: 18px; right: 18px;
  z-index: 2;
  display: flex; flex-direction: column; align-items: flex-end;
  line-height: 1;
  color: var(--cream);
  text-shadow: 0 1px 14px rgba(16,14,12,.55);
}
.product .lot .kicker {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: .72rem;
  letter-spacing: .02em;
  opacity: .8;
  margin-bottom: .25rem;
}
.product .lot .num {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .82rem;
  letter-spacing: .14em;
  font-variant-numeric: tabular-nums;
}

.product .quick {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  padding: .85rem 1rem;
  background: rgba(16,14,12,.72);
  backdrop-filter: blur(10px);
  border-radius: var(--r-md);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: -.005em;
  display: flex; justify-content: space-between; align-items: center;
  transform: translateY(20px);
  opacity: 0;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), opacity .35s ease;
  z-index: 2;
}
.product:hover .quick { transform: translateY(0); opacity: 1; }
.section-cream .product .quick { background: rgba(16,14,12,.88); color: var(--cream); }

.product .row {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 1rem;
  gap: 1rem;
}
.product h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -.015em;
  margin: 0;
}
.product .price {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
}
.product .subtitle {
  font-family: var(--sans-body);
  font-size: .82rem;
  color: rgba(16,14,12,.72);
  margin-top: .2rem;
}
.section:not(.section-cream) .product .subtitle { color: var(--text-mute); }

/* Product placeholder — modern ink panel */
.mh-mark {
  display: grid; place-items: center;
  width: 100%; height: 100%;
  background:
    radial-gradient(ellipse at 50% 130%, rgba(194,83,42,.12), transparent 55%),
    linear-gradient(180deg, #1a1714 0%, #0e0c0a 100%);
  color: var(--cream);
  position: relative;
}
.mh-mark img { width: 44%; height: auto; opacity: .95; }
.mh-mark .drop-label {
  position: absolute;
  bottom: 28px; left: 50%; transform: translateX(-50%);
  font-family: var(--sans);
  font-size: .7rem; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(242,236,224,.35);
}

/* =========================
   GALLERY — cinematic grid
   ========================= */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: .75rem;
}
.gallery .cell {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-sm);
}
.gallery img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.gallery .cell:hover img { transform: scale(1.04); }
.gallery .cell::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(16,14,12,.55) 100%);
  opacity: 0;
  transition: opacity .35s ease;
}
.gallery .cell:hover::after { opacity: 1; }
.gallery .cap {
  position: absolute;
  left: 16px; bottom: 16px;
  z-index: 2;
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0;
  transform: scale(1.08);
  padding-bottom: 4px;
  transition: opacity .2s ease-out, transform .2s cubic-bezier(.2,.7,.2,1);
}
.gallery .cap::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--rust);
  transition: width .4s cubic-bezier(.2,.7,.2,1) .08s;
}
.gallery .cell:hover .cap { opacity: 1; transform: scale(1); }
.gallery .cell:hover .cap::after { width: 100%; }

/* Gallery cells are keyboard-focusable triggers for the lightbox */
.gallery .cell { cursor: zoom-in; }
.gallery .cell:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: var(--r-sm);
}

/* =========================
   LIGHTBOX
   ========================= */
.lightbox {
  position: fixed; inset: 0;
  z-index: 200;
  background: rgba(16,14,12,0);
  display: grid; place-items: center;
  opacity: 0; visibility: hidden;
  transition: background .35s ease, opacity .35s ease, visibility 0s linear .35s;
  padding: clamp(1rem, 4vw, 3rem);
}
.lightbox.open {
  background: rgba(16,14,12,.94);
  opacity: 1; visibility: visible;
  transition: background .35s ease, opacity .35s ease;
}
@supports (backdrop-filter: blur(10px)){
  .lightbox.open { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
}

.lightbox-stage {
  position: relative;
  max-width: min(1200px, 92vw);
  max-height: 86vh;
  display: flex; flex-direction: column;
  align-items: center;
  gap: 1rem;
  transform: scale(.96) translateY(8px);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.lightbox.open .lightbox-stage { transform: scale(1) translateY(0); }

.lightbox-img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: var(--r-sm);
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  background: var(--bg-2);
}

.lightbox-cap {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: .82;
}
.lightbox-cap .of {
  margin-left: .8em;
  color: var(--text-mute);
  letter-spacing: .08em;
}

.lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border: 1px solid rgba(242,236,224,.22);
  background: rgba(16,14,12,.55);
  color: var(--cream);
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  font-family: var(--sans);
}
.lightbox-btn:hover { background: var(--rust); border-color: var(--rust); }
.lightbox-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.lightbox-prev { left: -68px; }
.lightbox-next { right: -68px; }
.lightbox-close {
  position: absolute;
  top: -56px; right: 0;
  transform: none;
}
.lightbox-btn svg { width: 18px; height: 18px; }
@media (max-width: 820px){
  .lightbox-prev { left: 4px; }
  .lightbox-next { right: 4px; }
  .lightbox-close { top: 4px; right: 4px; }
}

@media (prefers-reduced-motion: reduce){
  .lightbox, .lightbox-stage { transition: opacity .15s ease, visibility 0s !important; }
  .lightbox-stage { transform: none !important; }
}

.c1 { grid-column: span 7; aspect-ratio: 3/2.2; }
.c2 { grid-column: span 5; aspect-ratio: 3/2.2; }
.c3 { grid-column: span 4; aspect-ratio: 3/4; }
.c4 { grid-column: span 4; aspect-ratio: 3/4; }
.c5 { grid-column: span 4; aspect-ratio: 3/4; }
.c6 { grid-column: span 6; aspect-ratio: 3/2; }
.c7 { grid-column: span 6; aspect-ratio: 3/2; }
@media (max-width: 960px){
  .c1, .c2 { grid-column: span 12; aspect-ratio: 16/10; }
  .c3, .c4, .c5 { grid-column: span 6; }
  .c6, .c7 { grid-column: span 12; }
}
@media (max-width: 560px){
  .c3, .c4, .c5 { grid-column: span 12; aspect-ratio: 4/5; }
}

/* =========================
   COURT (basketball slot)
   ========================= */
.court {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 820px){ .court { grid-template-columns: 1fr; } }

.court h2 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  letter-spacing: -.03em; line-height: 1;
  margin: 0 0 1.2rem;
}
.court h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.court p {
  font-size: 1.05rem;
  max-width: 50ch;
  color: var(--text-mute);
  margin: 0 0 2rem;
}
.court-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin: 0 0 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.court-stats .stat .num { color: var(--gold); }
.court .court-head { margin-bottom: 1.5rem; }

/* =========================
   LINKS / SOCIALS
   ========================= */
.links-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}
@media (max-width: 960px){ .links-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .links-grid { grid-template-columns: 1fr; } }

.link-tile {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--hair);
  background: var(--bg-2);
  border-radius: var(--r-md);
  text-decoration: none;
  color: inherit;
  transition: transform .28s cubic-bezier(.2,.7,.2,1), background .25s ease, border-color .25s ease;
}
.link-tile:hover {
  transform: translateY(-3px);
  background: var(--bg-3);
  border-color: rgba(242,236,224,.22);
}
.section-cream .link-tile {
  background: rgba(16,14,12,.04);
  border-color: rgba(16,14,12,.1);
}
.section-cream .link-tile:hover {
  background: var(--bg);
  color: var(--cream);
  border-color: var(--bg);
}
.section-cream .link-tile:hover .txt .name { color: var(--cream); }
.section-cream .link-tile:hover .txt .handle { color: rgba(242,236,224,.6); }
.section-cream .link-tile:hover .icon { background: var(--rust); color: var(--cream); }
.section-cream .link-tile:hover .arrow { color: var(--cream); }

.link-tile .icon {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  background: var(--cream);
  color: var(--bg);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background .25s ease, color .25s ease;
}
.section-cream .link-tile .icon { background: var(--bg); color: var(--cream); }
.link-tile:hover .icon { background: var(--rust); color: var(--cream); }
.link-tile .icon svg { width: 18px; height: 18px; }

.link-tile .txt { display: flex; flex-direction: column; gap: .15rem; }
.link-tile .name {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -.01em;
}
.link-tile .handle {
  font-family: var(--sans-body);
  font-size: .82rem;
  color: var(--text-mute);
}
.section-cream .link-tile .handle { color: rgba(16,14,12,.72); }
.link-tile .arrow {
  margin-left: auto;
  width: 18px; height: 18px;
  color: var(--text-mute);
  transition: transform .3s ease, color .2s ease;
}
.link-tile:hover .arrow { transform: translate(2px, -2px); color: var(--cream); }

/* =========================
   NEWSLETTER BAND
   ========================= */
/* 07 · THE WIRE — merged colophon subscribe band (sits on cream) */
.wire-subscribe {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 2px solid rgba(16,14,12,.14);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem); align-items: end;
}
@media (max-width: 820px){ .wire-subscribe { grid-template-columns: 1fr; align-items: start; } }
.wire-sub-copy h3 {
  font-family: var(--sans); font-weight: 700;
  font-size: var(--text-xl); letter-spacing: -.03em; line-height: 1;
  margin: 0 0 .6rem; color: var(--bg);
}
.wire-sub-copy h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent-ink); }
.wire-sub-copy p { color: rgba(16,14,12,.72); max-width: 38ch; font-size: var(--text-base); margin: 0; }

.nl-form {
  display: flex; gap: .4rem;
  padding: .35rem;
  background: transparent;
  border: 1.5px solid rgba(16,14,12,.22);
  border-radius: var(--r-sm);
  transition: border-color var(--dur-1) var(--ease);
}
.nl-form:focus-within { border-color: var(--accent); }
.nl-form input {
  flex: 1; background: transparent; border: 0;
  color: var(--bg); font-family: var(--sans-body);
  font-size: var(--text-base); padding: .65rem .9rem; outline: none; min-width: 0;
}
.nl-form input::placeholder { color: rgba(16,14,12,.5); }
.nl-form button {
  background: var(--bg); color: var(--cream); border: 0;
  padding: .65rem 1.3rem; border-radius: var(--r-xs);
  font-family: var(--sans); font-weight: 600; font-size: var(--text-sm);
  letter-spacing: .02em; cursor: pointer;
  transition: background var(--dur-1) var(--ease), color var(--dur-1) var(--ease);
}
.nl-form button:hover { background: var(--accent); color: var(--cream); }
.nl-form button:disabled { background: var(--accent-ink); color: var(--cream); cursor: default; }
.nl-small { margin-top: .8rem; font-size: var(--text-xs); color: rgba(16,14,12,.62); }

/* =========================
   FOOTER
   ========================= */
.footer {
  background: var(--bg);
  color: var(--text);
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--hair);
}
@media (max-width: 820px){ .footer-top { grid-template-columns: 1fr; } }
.footer h3 {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin: 0 0 1.2rem;
}
.footer-huge {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: .9;
  letter-spacing: -.035em;
  margin: 0;
}
.footer-huge em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  color: var(--gold);
}
.footer a { color: var(--text); text-decoration: none; opacity: .7; transition: opacity .2s; }
.footer a:hover { opacity: 1; color: var(--rust-2); }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; font-size: 1rem; }

.footer-base {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 2rem;
  font-family: var(--sans);
  font-size: .82rem;
  color: var(--text-dim);
  flex-wrap: wrap; gap: 1rem;
}
.footer-base .lockup { display: flex; align-items: center; gap: .8rem; }
.footer-base .lockup .mark {
  width: 22px;
  aspect-ratio: 356 / 478;
  display: grid; place-items: center;
  overflow: hidden;
}
.footer-base .lockup .mark img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* =========================
   RIDES — the garage
   ========================= */
.rides-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1.2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(242,236,224,.18) transparent;
  -webkit-overflow-scrolling: touch;
}
.rides-rail::-webkit-scrollbar { height: 4px; }
.rides-rail::-webkit-scrollbar-thumb { background: rgba(242,236,224,.18); border-radius: 999px; }
.rides-rail::-webkit-scrollbar-track { background: transparent; }

@media (min-width: 1200px){
  .rides-rail { grid-auto-columns: minmax(340px, 1fr); }
}

.ride {
  scroll-snap-align: start;
  position: relative;
  text-decoration: none; color: inherit;
  border-radius: var(--r-md);
  overflow: hidden;
  display: block;
}
.ride .pic {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  background: var(--bg-2);
  border-radius: var(--r-md);
}
.ride .pic img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.3s cubic-bezier(.2,.7,.2,1);
}
.ride:hover .pic img { transform: scale(1.06); }
.ride .pic::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(16,14,12,.92) 100%);
  pointer-events: none;
}
.ride .ride-meta {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.3rem 1.3rem 1.4rem;
  z-index: 2;
  display: flex; flex-direction: column; gap: .25rem;
}
.ride .ride-name {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -.015em;
  color: var(--cream);
}
.ride .ride-spec {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(242,236,224,.65);
}
.ride .ride-badge {
  position: absolute;
  top: 14px; left: 14px;
  font-family: var(--sans);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: .4rem .6rem;
  background: rgba(16,14,12,.72);
  backdrop-filter: blur(8px);
  color: var(--cream);
  border-radius: var(--r-pill);
  z-index: 2;
}
.ride .ride-badge.accent { background: var(--rust); color: var(--cream); }
.rides-cta {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hair);
  font-family: var(--sans);
  font-size: .85rem;
  color: var(--text-mute);
  gap: 1rem;
  flex-wrap: wrap;
}
.rides-cta .hint { font-weight: 500; }

/* =========================
   ABOUT / BEHIND THE WHEEL
   ========================= */
.about-moment {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 820px){ .about-moment { grid-template-columns: 1fr; } }
.about-moment .portrait-frame {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--r-lg);
  position: relative;
  border: 1px solid var(--hair);
}
.about-moment .portrait-frame img {
  width: 100%; height: 100%; object-fit: cover;
}
.about-moment .portrait-frame::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,14,12,0) 55%, rgba(16,14,12,.55) 100%);
  pointer-events: none;
}
.about-moment .portrait-frame .frame-label {
  position: absolute;
  bottom: 18px; left: 18px;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cream);
  z-index: 2;
  display: inline-flex; align-items: center; gap: .5rem;
}
.about-moment .portrait-frame .frame-label::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}
.about-moment .about-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 1.2rem;
}
.about-moment .about-eyebrow::before {
  content: ""; width: 28px; height: 1px; background: currentColor;
}
.about-moment .text h2 {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  letter-spacing: -.035em;
  line-height: .95;
  margin: 0 0 1.5rem;
}
.about-moment .text h2 em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  color: var(--olive-2);
}
.about-moment .text p {
  font-size: 1.05rem;
  color: var(--text-mute);
  max-width: 48ch;
  margin: 0 0 1.8rem;
}
.about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  margin-bottom: 2rem;
}
@media (max-width: 560px){ .about-stats { grid-template-columns: repeat(2, 1fr); } }

/* =========================
   COURT — photo-based
   ========================= */
.court-photo {
  aspect-ratio: 4/5;
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--hair);
}
.court-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s cubic-bezier(.2,.7,.2,1);
}
.court-photo:hover img { transform: scale(1.03); }
.court-photo::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(16,14,12,.15) 0%, rgba(16,14,12,0) 28%, rgba(16,14,12,.85) 100%);
  pointer-events: none;
}
.court-photo .court-num {
  position: absolute;
  right: -2%; bottom: -4%;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(10rem, 28vw, 22rem);
  line-height: 1;
  color: rgba(242,236,224,.08);
  letter-spacing: -.06em;
  z-index: 2;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
  transition: color .6s ease;
}
.court-photo.counted .court-num { color: rgba(194,83,42,.14); }
.court-photo .label {
  position: absolute;
  top: 18px; left: 18px;
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex; align-items: center; gap: .5rem;
  z-index: 3;
}
.court-photo .label::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}
.court-photo .frame-caption {
  position: absolute;
  bottom: 18px; left: 18px; right: 18px;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  color: var(--cream);
  z-index: 3;
  display: flex; justify-content: space-between;
  letter-spacing: .04em;
}
.court-photo .frame-caption em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1rem;
}

/* =========================
   NAV LIFT / SOLID
   ========================= */
.nav { transition: transform .35s cubic-bezier(.2,.7,.2,1), background .3s ease, border-color .3s ease; will-change: transform; }
.nav.nav-hidden { transform: translate3d(0,-101%,0); }
.nav.nav-solid { background: rgba(16,14,12,.92); border-bottom-color: rgba(242,236,224,.18); }

/* =========================
   FILM GRAIN — ambient breath
   ========================= */
.grain {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 60;
  opacity: .04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.6'/></svg>");
  animation: grain-breathe 7s ease-in-out infinite alternate;
}
@keyframes grain-breathe { to { opacity: .055; } }

/* =========================
   RIDES RAIL — odometer
   ========================= */
.rail-odometer {
  height: 2px;
  background: rgba(242,236,224,.08);
  margin-top: .6rem;
  overflow: hidden;
  border-radius: 2px;
}
.rail-odometer span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--rust), var(--gold));
  transition: width .15s linear;
}

/* =========================
   COORD STAMP — persistent editorial watermark
   ========================= */
.coord-stamp {
  position: fixed;
  left: 22px; bottom: 22px;
  z-index: 55;
  display: flex; flex-direction: column; gap: 3px;
  font-family: var(--sans);
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cream);
  mix-blend-mode: difference;
  pointer-events: none;
  opacity: .7;
}
.coord-stamp .cs-ctx {
  color: var(--gold);
  mix-blend-mode: normal;
}
@media (max-width: 600px){ .coord-stamp { display: none; } }

/* =========================
   BACKDROP-FILTER FALLBACK
   ========================= */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){
  .nav { background: rgba(16,14,12,.96); }
  .mobile-menu { background: rgba(16,14,12,.99); }
  .hero-marquee { background: rgba(16,14,12,.82); }
  .product .quick { background: rgba(16,14,12,.92); }
  .ride .ride-badge { background: rgba(16,14,12,.9); }
}

/* =========================
   REVEAL
   ========================= */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
}
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after { animation-duration: .01ms !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-bg img { transform: none !important; animation: none !important; }
  .topbar-track { animation: none !important; }
  .grain { animation: none !important; opacity: .035; }
  .product:hover .pic img,
  .ride:hover .pic img,
  .gallery .cell:hover img,
  .court-photo:hover img { transform: none !important; }
  .hero h1 em { opacity: .95; transform: none; }
}

a, button { cursor: pointer; }

/* =========================================================
   FOUNDATION LANE — shared components (MR23 Foundation)
   ========================================================= */
/* lane-switch pill in nav */
.lane-switch {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--sans); font-size: var(--text-2xs); font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-mute); text-decoration: none;
  padding: .5rem .8rem; border: 1px solid var(--hair-strong); border-radius: var(--r-sm);
  transition: color var(--dur-1) var(--ease), border-color var(--dur-1) var(--ease);
}
.lane-switch:hover { color: var(--text); border-color: var(--text-mute); }

/* eyebrow ribbon mission line under hero h1 already covered by .hero-kicker */

/* timeline reuses .dispatch / .dispatch-row; widen the year column on foundation */
.timeline .dispatch-date { font-feature-settings: "tnum" 1; }
.timeline .dispatch-row { align-items: start; }

/* stat band */
.fnd-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid var(--hair); padding-top: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 680px){ .fnd-stats { grid-template-columns: 1fr; gap: 1rem; } }
.fnd-stats .stat .num { font-family: var(--sans); font-weight: 700; font-size: var(--text-2xl); letter-spacing: -.03em; line-height: 1; }
.fnd-stats .stat .num em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent-strong); }
.fnd-stats .stat .lbl { margin-top: .5rem; font-size: var(--text-xs); letter-spacing: .14em; text-transform: uppercase; color: var(--text-dim); }

/* donate callout */
.donate-card {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(1.5rem,4vw,4rem);
  align-items: center;
  background: var(--bg-raise); border: 1px solid var(--hair);
  border-radius: var(--r-lg); padding: clamp(1.5rem, 4vw, 3rem);
}
@media (max-width: 760px){ .donate-card { grid-template-columns: 1fr; } }
.donate-card .amt-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0; }
.donate-card .amt {
  font-family: var(--sans); font-weight: 600; font-size: var(--text-sm);
  padding: .55rem .9rem; border: 1px solid var(--hair-strong); border-radius: var(--r-sm);
  color: var(--text-mute);
}
.donate-small { font-size: var(--text-xs); color: var(--text-dim); margin-top: 1rem; }

/* foundation stacked contact form */
.fnd-form { display: grid; gap: var(--space-4); max-width: 560px; }
.fnd-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
@media (max-width: 560px){ .fnd-grid-2 { grid-template-columns: 1fr; } }
.fnd-field { display: grid; gap: .4rem; }
.fnd-field label { font-family: var(--sans); font-size: var(--text-xs); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute); }
.fnd-field input, .fnd-field select, .fnd-field textarea {
  font-family: var(--sans-body); font-size: var(--text-base); color: var(--text);
  background: var(--bg-raise); border: 1.5px solid var(--hair-strong); border-radius: var(--r-sm);
  padding: .7rem .85rem; outline: none; width: 100%;
  transition: border-color var(--dur-1) var(--ease);
}
.fnd-field textarea { resize: vertical; min-height: 120px; }
.fnd-field input:focus, .fnd-field select:focus, .fnd-field textarea:focus { border-color: var(--accent); }
.fnd-field input::placeholder, .fnd-field textarea::placeholder { color: var(--text-dim); }

@media (max-width: 980px){ .nav .lane-switch { display: none; } }

/* =========================================================
   ON-CREAM RE-INK — the story timeline and connect form reuse
   dark-section components (.dispatch-*, .fnd-field) inside
   .section-cream, where their cream inks disappear into the
   cream background. Dark ink for every piece that sits on cream.
   ========================================================= */
.section-cream .dispatch-row { border-bottom-color: rgba(16,14,12,.16); }
.section-cream .dispatch-row:hover {
  background: linear-gradient(to right, transparent, rgba(16,14,12,.03) 20%, transparent);
}
.section-cream .dispatch-date,
.section-cream .dispatch-body h3 { color: var(--bg); }
.section-cream .dispatch-date em { color: rgba(16,14,12,.55); }
.section-cream .dispatch-body p { color: rgba(16,14,12,.72); }
.section-cream .dispatch-body .tag { color: rgba(16,14,12,.6); }
.section-cream .fnd-field label { color: rgba(16,14,12,.65); }

/* Hero marquee in flow — it was absolutely pinned over the hero's bottom
   edge, and a wrapped second row of CTAs slid underneath the blur strip
   (ghost boxes through the backdrop-filter). Column flow keeps the strip
   at the bottom without ever overlaying content. */
.hero { flex-direction: column; justify-content: flex-end; align-items: stretch; }
.hero-marquee { position: relative; }

/* Instant anchor jumps, same call as the rest of the site: Chrome cancels
   long CSS smooth-scrolls under load, stranding "Read our story" mid-page. */
html { scroll-behavior: auto; }
