@font-face {
  font-family: "Twin Marker";
  src: url("../fonts/TwinMarker.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Groundwork · site styles
   Dark, raw, cinema-grade. Display: Permanent Marker (hand marker, like the sketch).
   Text: Archivo. Labels, meta and captions: IBM Plex Mono. No dividers anywhere. */

:root {
  --bg: #0a0908;
  --bg-2: #14120f;
  --bg-3: #1c1916;
  --ink: #ece5d8;
  --ink-2: rgba(236, 229, 216, 0.76);
  --ink-3: rgba(236, 229, 216, 0.5);
  --muted: #9a9184;
  --red: #e0271b;
  --accent: #ece5d8;
  --accent-rgb: 236, 229, 216;
  --font-display: "Twin Marker", "Permanent Marker", "Marker Felt", cursive;
  --font-text: "Archivo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SF Mono", Menlo, Consolas, monospace;
  --gutter: clamp(20px, 5vw, 88px);
  --max: 1560px;
  --spine-x: clamp(20px, 5vw, 88px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.2, 0.7, 0.2, 1);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; border-radius: 2px; }

.skip {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  padding: 10px 14px; background: var(--ink); color: var(--bg); border-radius: 4px;
  font-family: var(--font-mono); font-size: 12px;
}
.skip:focus { top: 16px; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- film grain ---------- */
.grain {
  position: fixed; inset: -100%; width: 300%; height: 300%;
  pointer-events: none; z-index: 90; opacity: 0.065;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 300px 300px;
  animation: grain 7s steps(8) infinite;
  will-change: transform;
}
@keyframes grain {
  0% { transform: translate(0, 0); }
  12.5% { transform: translate(-4%, -6%); }
  25% { transform: translate(-9%, 3%); }
  37.5% { transform: translate(6%, -8%); }
  50% { transform: translate(-3%, 9%); }
  62.5% { transform: translate(9%, 2%); }
  75% { transform: translate(-7%, -4%); }
  87.5% { transform: translate(3%, 7%); }
  100% { transform: translate(0, 0); }
}
@media (prefers-reduced-motion: reduce) { .grain { animation: none; } }

/* ---------- type ---------- */
.label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); line-height: 1.5;
}
.title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.title .tl { display: block; clip-path: inset(-0.25em -0.15em -0.4em 0); }
.title .tl > span { display: block; transform: translateY(200%); transition: transform 1.2s var(--ease-out); }
.title.in .tl > span, .hero.ready .title .tl > span { transform: none; }
.title .tl:nth-child(2) > span { transition-delay: 0.1s; }
.title__b { color: var(--ink); }
.title--hero { font-size: clamp(60px, 11.5vw, 176px); }
.title--hero .tl:nth-child(2) { margin-left: 0.14em; }
.title--one { font-size: clamp(56px, 10.5vw, 160px); }
.title--one .tl > span { display: inline-block; }
.title--one .tl > .title__b { transition-delay: 0.08s; }
.title--chapter { font-size: clamp(40px, 6.8vw, 108px); }
.title--note { font-size: clamp(30px, 4.4vw, 60px); }
.title--support { font-size: clamp(48px, 8vw, 120px); }

.h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.12;
  max-width: 24ch;
}
.h2 em { font-style: normal; color: var(--ink-3); }

.statement {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 1.2;
  max-width: 36ch;
}
.statement em { font-style: normal; color: var(--ink-3); }

.pull {
  margin: 28px 0 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.4;
  color: var(--ink);
  max-width: 42ch;
}
.pull--big { margin: 28px 0; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.25; }

/* ---------- reveal ---------- */
.rv { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity 1.1s var(--ease-soft), transform 1.1s var(--ease-soft); transition-delay: var(--d, 0s); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .title .tl > span { transform: none; transition: none; }
}

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  padding: 18px var(--gutter);
  transition: background 0.5s, backdrop-filter 0.5s, padding 0.5s;
}
.nav.scrolled { background: rgba(10, 9, 8, 0.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding-block: 12px; }
.nav__brand { font-family: var(--font-display); font-size: 22px; line-height: 1; white-space: nowrap; }
.nav__brand-b { color: var(--accent); }
.nav__links { display: flex; gap: 28px; justify-self: center; }
.nav__links a { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); padding: 6px 0; transition: color 0.3s; }
.nav__links a:hover, .nav__links a.active { color: var(--ink); }
.nav__cta {
  justify-self: end;
  font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 11px 16px; border-radius: 999px; background: var(--ink); color: var(--bg);
  transition: background 0.3s, transform 0.3s;
  white-space: nowrap;
}
.nav__cta:hover { background: #fff; }
@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav__links { display: none; }
}

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: grid;
  grid-template-rows: 1fr auto;
  padding: 92px var(--gutter) 28px;
  isolation: isolate; overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -1; background: #0e1424; }
.hero::before, .hero::after { content: ""; position: absolute; left: 0; right: 0; height: 16vh; background: var(--bg); z-index: 2; pointer-events: none; transition: height 1.6s cubic-bezier(0.7, 0, 0.3, 1) 0.2s; }
.hero::before { top: 0; } .hero::after { bottom: 0; }
.hero.ready::before, .hero.ready::after { height: 0; }
@media (prefers-reduced-motion: reduce) { .hero::before, .hero::after { display: none; } }
.hero__img {
  width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%;
  opacity: 0; transform: scale(1.1);
  transition: opacity 1.6s ease, transform 14s cubic-bezier(0.2, 0.5, 0.3, 1);
}
.hero.ready .hero__img { opacity: 1; transform: scale(1.02); }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; opacity: 0; transition: opacity 1.8s ease; }
.hero.playing .hero__video.is-active { opacity: 1; }
.hero__homes { position: relative; display: inline-grid; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); }
.hero__home { grid-area: 1 / 1; opacity: 0; transition: opacity 0.9s ease; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.hero__home::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero__home.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero__img { transition: opacity 0.6s; transform: none; } .hero.ready .hero__img { transform: none; } }
.hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(10, 9, 8, 0.55) 0%, rgba(10, 9, 8, 0) 28%, rgba(10, 9, 8, 0) 50%, rgba(10, 9, 8, 0.72) 82%, var(--bg) 100%),
    linear-gradient(to right, rgba(10, 9, 8, 0.35), rgba(10, 9, 8, 0) 50%);
}
.hero__content { align-self: end; padding-top: 12vh; }
.hero__row { margin-top: clamp(24px, 4vh, 44px); }
.hero__logline { font-size: clamp(16px, 1.35vw, 20px); line-height: 1.5; color: var(--ink-2); max-width: 46ch; }
.hero__bottom { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-top: clamp(32px, 6vh, 64px); }
.hero__sponsors { display: block; max-width: 100%; color: var(--ink); }
.hero__sponsors > .label { display: block; margin-bottom: 12px; font-size: 10px; color: var(--ink-3); }
.hero__sponsor-marks { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; }
.hero__sponsor { display: block; width: 110px; height: 44px; object-fit: contain; object-position: left center; }
.hero__sponsor--outside { width: 84px; height: 64px; }
.hero__sponsors.is-rotating .hero__sponsor-marks { display: grid; width: 190px; height: 70px; }
.hero__sponsors.is-rotating .hero__sponsor { grid-area: 1 / 1; align-self: center; width: 170px; height: 48px; opacity: 0; transition: opacity 900ms ease; }
.hero__sponsors.is-rotating .hero__sponsor--outside { width: 120px; height: 70px; }
.hero__sponsors.is-rotating .hero__sponsor--fox { width: 145px; }
.hero__sponsors.is-rotating .hero__sponsor--scott { width: 184px; }
.hero__sponsors.is-rotating .hero__sponsor.is-active { opacity: 0.9; }
@media (prefers-reduced-motion: reduce) { .hero__sponsors.is-rotating .hero__sponsor { transition: none; } }
.hero__bottom .hero__homes { margin-left: auto; margin-right: 32px; }
.hero__scroll { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.hero__scroll i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: cue 2s ease-in-out infinite; }
@keyframes cue { 0%, 100% { transform: translateY(-3px); opacity: 0.6; } 50% { transform: translateY(3px); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .hero__scroll i { animation: none; } }
@media (max-width: 900px) {
  .hero { padding-top: 84px; }
  .hero__bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero__scroll { display: none; }
  .hero__bottom .hero__homes { margin: 0; }
}

/* ---------- sections ---------- */
.section { padding-block: clamp(96px, 12vw, 176px); }
.story { padding-bottom: 0; }
.story__grid { display: grid; grid-template-columns: minmax(0, 260px) 1fr; gap: 32px 64px; align-items: start; }
.story__meta { margin-top: 14px; font-family: var(--font-mono); font-size: 12px; line-height: 1.8; color: var(--ink-2); }
.story__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px; margin-top: 40px; max-width: 980px; }
.story__cols p { font-size: 17px; line-height: 1.65; color: var(--ink-2); }
.threads { display: grid; grid-template-columns: 1fr 1fr; gap: 48px clamp(32px, 6vw, 96px); margin-top: clamp(64px, 8vw, 112px); }
.thread__num { font-family: var(--font-display); font-size: 30px; color: var(--accent); line-height: 1; }
.thread h3 { margin: 14px 0 8px; font-family: var(--font-display); font-weight: 400; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.15; }
.thread__lede { font-size: 18px; font-weight: 500; line-height: 1.45; margin-bottom: 12px; color: var(--ink); }
.thread p:not(.thread__lede) { font-size: 15px; color: var(--ink-2); max-width: 44ch; }
@media (max-width: 900px) {
  .story__grid { grid-template-columns: 1fr; gap: 24px; }
  .story__cols { grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
  .threads { grid-template-columns: 1fr; gap: 40px; }
}

.bleed { position: relative; margin-top: clamp(64px, 8vw, 120px); aspect-ratio: 21 / 9; overflow: hidden; background: var(--bg-2); }
.bleed img, .bleed video { position: absolute; left: 0; top: -12%; width: 100%; height: 124%; object-fit: cover; object-position: 50% 45%; will-change: transform; }
.bleed--video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 9, 8, 0.82) 0%, rgba(10, 9, 8, 0.25) 45%, rgba(10, 9, 8, 0) 70%); pointer-events: none; }
.bleed figcaption { position: absolute; left: var(--gutter); right: var(--gutter); bottom: clamp(20px, 3vw, 44px); z-index: 1; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2); text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6); }
.bleed figcaption .label { color: var(--ink-2); }
.bleed__thanks { margin-top: 12px; font-family: var(--font-display); font-size: clamp(20px, 2.4vw, 34px); line-height: 1.2; letter-spacing: 0.01em; text-transform: none; color: var(--ink); max-width: 26ch; }
@media (max-width: 900px) { .bleed { aspect-ratio: 4 / 3; } }

/* ---------- timeline ---------- */
.timeline { position: relative; padding-top: clamp(96px, 12vw, 176px); padding-bottom: clamp(24px, 3vw, 48px); }
.timeline__intro { position: relative; z-index: 1; padding-left: calc(var(--spine-x) + 56px); margin-bottom: clamp(56px, 8vw, 128px); }
.legend { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); }
.legend li { display: inline-flex; align-items: center; gap: 10px; }

.dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; flex: none; box-shadow: inset 0 0 0 1px var(--ink-3); }
.dot--filmed { background: var(--accent); box-shadow: none; }
.dot--progress { background: linear-gradient(90deg, var(--accent) 50%, transparent 50%); box-shadow: inset 0 0 0 1px var(--accent); }

.spine { position: absolute; top: 0; bottom: 0; left: var(--spine-x); width: 1px; pointer-events: none; z-index: 2; }
.spine__track { position: absolute; inset: 0; background: rgba(236, 229, 216, 0.09); }
.spine__progress { position: absolute; top: 0; left: 0; width: 1px; height: 0; background: var(--accent); box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.55); }
.spine__head { position: absolute; left: 50%; top: 0; width: 14px; height: 14px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(var(--accent-rgb), 0.18), 0 0 24px rgba(var(--accent-rgb), 0.6); opacity: 0; transition: opacity 0.4s; }
.timeline.live .spine__head { opacity: 1; }

.chapter { position: relative; padding: 0 0 clamp(56px, 7vw, 108px); }
.chapter__node { position: absolute; left: var(--spine-x); top: 28px; transform: translateX(-50%); width: 12px; height: 12px; background: var(--bg); z-index: 3; }
.chapter__node.dot--filmed { background: var(--accent); }
.chapter__node.dot--progress { background: linear-gradient(90deg, var(--accent) 50%, var(--bg) 50%); }
.opener { position: relative; isolation: isolate; overflow: hidden; display: grid; align-items: end; height: clamp(460px, 42.86vw, 84vh); background: var(--bg-2); }
.opener__media { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 3s cubic-bezier(0.2, 0.6, 0.2, 1); }
.opener.in .opener__media { transform: none; }
@media (prefers-reduced-motion: reduce) { .opener__media { transform: none; transition: none; } }
.opener__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(10, 9, 8, 0.9) 0%, rgba(10, 9, 8, 0.45) 38%, rgba(10, 9, 8, 0) 72%), linear-gradient(to right, rgba(10, 9, 8, 0.45), rgba(10, 9, 8, 0) 55%), radial-gradient(120% 90% at 50% 40%, rgba(10, 9, 8, 0) 55%, rgba(10, 9, 8, 0.55) 100%); }
.opener__content { padding-top: clamp(48px, 7vw, 120px); padding-bottom: clamp(28px, 4vw, 60px); padding-left: calc(var(--spine-x) + 56px); }
.opener--slate { height: auto; background: var(--bg) radial-gradient(70% 90% at 12% 70%, rgba(var(--accent-rgb), 0.12), transparent 70%); }
.opener--slate .opener__content { padding-top: clamp(72px, 10vw, 160px); padding-bottom: clamp(16px, 2vw, 28px); }
.chapter__head { padding-left: calc(var(--spine-x) + 56px); }
.chapter__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 18px; }
.chapter__num { color: var(--ink); font-weight: 500; }
.status { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; flex: none; }
.status--filmed { color: var(--ink); }
.status--filmed::before { background: var(--accent); }
.status--progress { color: var(--ink); }
.status--progress::before { background: linear-gradient(90deg, var(--accent) 50%, transparent 50%); box-shadow: inset 0 0 0 1px var(--accent); }
.status--planned { color: var(--muted); }
.status--planned::before { box-shadow: inset 0 0 0 1px var(--ink-3); }

.chapter__body { display: grid; grid-template-columns: minmax(0, 480px) 1fr; gap: 40px clamp(40px, 6vw, 96px); align-items: start; padding-left: calc(var(--spine-x) + 56px); margin-top: clamp(28px, 4vw, 52px); }
.chapter__text p { font-size: 17px; line-height: 1.65; color: var(--ink-2); }
.chapter__text p + p { margin-top: 18px; }
.chapter__text strong { color: var(--ink); font-weight: 600; }
.chapter--note .chapter__text p { font-size: 16px; }
@media (max-width: 900px) {
  :root { --spine-x: 20px; }
  .timeline__intro, .chapter__head, .chapter__body, .opener__content { padding-left: calc(var(--spine-x) + 24px); }
  .opener { height: clamp(440px, 115vw, 640px); }
  .opener--slate { height: auto; }
  .chapter__body { grid-template-columns: 1fr; gap: 28px; }
  .chapter__node { top: 20px; }
  .chapter__meta { gap: 6px 16px; }
}

/* stills */
.still { position: relative; overflow: hidden; }
.still img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; background: var(--bg-2); transition: transform 1.4s var(--ease-soft), opacity 0.8s ease; cursor: zoom-in; }
.still img[data-loading] { opacity: 0; }
.still:hover img { transform: scale(1.035); }
.still figcaption { padding: 10px 0 0; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.5; color: var(--muted); }
.still--key figcaption { max-width: 64ch; font-family: var(--font-text); font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--ink-2); }
.still--key { align-self: start; }


/* film strip */
.strip { position: relative; margin-top: clamp(32px, 4vw, 56px); }
.strip__scroller {
  display: flex; gap: 12px;
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
  padding-inline: calc(var(--spine-x) + 56px) var(--gutter);
  scrollbar-width: none; -ms-overflow-style: none;
  scroll-padding-inline: calc(var(--spine-x) + 56px);
  cursor: grab;
}
.strip__scroller.dragging { cursor: grabbing; scroll-snap-type: none; }
.strip__scroller::-webkit-scrollbar { display: none; }
.frame { flex: 0 0 auto; width: min(44vw, 720px); scroll-snap-align: start; }
.frame img { aspect-ratio: 16 / 9; }
.strip__nav { display: flex; justify-content: flex-end; gap: 4px; padding-inline: var(--gutter); margin-top: 16px; }
.strip__nav button { width: 44px; height: 44px; position: relative; transition: opacity 0.3s; }
.strip__nav button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-top: 2px solid var(--ink); border-right: 2px solid var(--ink); transform: translate(-60%, -50%) rotate(45deg); }
.strip__nav button[data-prev]::before { transform: translate(-30%, -50%) rotate(-135deg); }
.strip__nav button:hover { opacity: 0.7; }
.strip__nav button:disabled { opacity: 0.25; cursor: default; }
@media (max-width: 900px) {
  .strip__scroller { padding-inline: calc(var(--spine-x) + 24px) var(--gutter); scroll-padding-inline: calc(var(--spine-x) + 24px); }
  .frame { width: min(78vw, 520px); }
  .strip__nav { display: none; }
}

/* planned call sheet */
.plan { padding: clamp(22px, 2.6vw, 34px); background: var(--bg-2); }
.plan__head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 8px; }
.plan__list { counter-reset: plan; }
.plan__list li { display: grid; grid-template-columns: 32px minmax(0, 200px) 1fr; gap: 16px; align-items: baseline; padding: 12px 0; counter-increment: plan; }
.plan__list li::before { content: counter(plan, decimal-leading-zero); font-family: var(--font-mono); font-size: 12px; color: var(--accent); }
.plan__list span { font-weight: 700; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.15; letter-spacing: -0.01em; }
.plan__list em { font-style: normal; font-size: 14px; color: var(--muted); }
@media (max-width: 600px) {
  .plan__list li { grid-template-columns: 28px 1fr; }
  .plan__list em { grid-column: 2; }
}

/* now marker */
.marker { position: relative; padding: clamp(24px, 3vw, 40px) var(--gutter); padding-left: calc(var(--spine-x) + 56px); margin-block: 8px; }
.marker__node { position: absolute; left: var(--spine-x); top: 50%; transform: translate(-50%, -50%); width: 22px; height: 22px; border-radius: 50%; background: var(--bg); box-shadow: inset 0 0 0 1px var(--accent); z-index: 3; }
.marker__node::after { content: ""; position: absolute; inset: 0; margin: auto; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(var(--accent-rgb), 0.5); } 60% { box-shadow: 0 0 0 10px rgba(var(--accent-rgb), 0); } }
@media (prefers-reduced-motion: reduce) { .marker__node::after { animation: none; } }
.marker__text { font-family: var(--font-display); font-weight: 400; font-size: clamp(20px, 2vw, 28px); line-height: 1.3; max-width: 38ch; }
.marker__text .label { margin-bottom: 8px; }
@media (max-width: 900px) { .marker { padding-left: calc(var(--spine-x) + 24px); } }

/* ---------- partners ---------- */
.partners__intro { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 64px; align-items: end; }
.partners__intro .label { grid-column: 1 / -1; }
.partners__thanks { font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 44ch; justify-self: end; }
.partners__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(24px, 3vw, 48px); margin-top: clamp(48px, 6vw, 88px); }
@media (max-width: 1100px) { .partners__grid { grid-template-columns: repeat(3, 1fr); } }
.partner { display: flex; flex-direction: column; justify-content: flex-end; gap: 22px; min-height: 180px; }
.partner__logo { display: block; width: auto; max-width: 100%; height: clamp(34px, 3.6vw, 52px); object-fit: contain; object-position: left center; transition: opacity 0.3s, transform 0.5s var(--ease-out); }
.partner__logo--tall { height: clamp(64px, 6.6vw, 96px); }
.partner:hover .partner__logo { transform: translateY(-3px); }
.partner__role { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.partners__join { margin-top: clamp(32px, 4vw, 56px); }
.partners__join a { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.partners__join i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); transition: transform 0.4s var(--ease-out); }
.partners__join a:hover i { transform: scale(1.5); }
@media (max-width: 900px) {
  .partners__intro { grid-template-columns: 1fr; }
  .partners__thanks { justify-self: start; }
  .partners__grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .partner { min-height: 0; gap: 16px; }
  .partner__logo { height: 34px; }
  .partner__logo--tall { height: 64px; }
}

/* ---------- support ---------- */
.support { position: relative; padding: clamp(120px, 16vw, 240px) 0 clamp(96px, 12vw, 176px); isolation: isolate; overflow: hidden; }
.support__media { position: absolute; inset: 0; z-index: -1; background: var(--bg-2); }
.support__media video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.support__veil { position: absolute; inset: 0; background: linear-gradient(to bottom, var(--bg) 0%, rgba(10, 9, 8, 0.6) 30%, rgba(10, 9, 8, 0.65) 70%, var(--bg) 100%); }
.support__cols { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 560px); gap: 40px clamp(40px, 8vw, 128px); margin-top: clamp(32px, 4vw, 56px); }
.support__lede { font-size: clamp(19px, 1.7vw, 24px); line-height: 1.45; color: var(--ink); }
.support__lede strong { font-weight: 700; }
.support__text p:not(.support__cta) { font-size: 16px; color: var(--ink-2); }
.support__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; margin-top: 8px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 24px; border-radius: 999px; font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; transition: background 0.3s, color 0.3s, opacity 0.3s; }
.btn--primary { background: var(--ink); color: var(--bg); }
.btn--primary:hover { background: #fff; }
.btn--text { padding: 0; min-height: 0; color: var(--ink); }
.btn--text::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.btn--text:hover { opacity: 0.7; }
@media (max-width: 900px) { .support__cols { grid-template-columns: 1fr; } }

/* ---------- credits ---------- */
.credits { padding: clamp(56px, 7vw, 96px) 0 40px; }
.credits__grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1.4fr; gap: 40px; }
.credits p { margin: 8px 0 22px; font-size: 14px; line-height: 1.65; color: var(--ink-2); }
.credits__brand { justify-self: end; text-align: right; }
.credits__mark { font-family: var(--font-display); font-size: 28px; line-height: 1; }
.credits__mark .title__b { color: var(--ink); }
.credits__fine { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
@media (max-width: 900px) {
  .credits__grid { grid-template-columns: 1fr 1fr; }
  .credits__brand { grid-column: 1 / -1; justify-self: start; text-align: left; margin-top: 16px; }
}

/* ---------- lightbox ---------- */
.lb { border: 0; padding: 0; margin: 0; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; background: rgba(6, 5, 4, 0.96); color: var(--ink); }
.lb::backdrop { background: rgba(6, 5, 4, 0.9); }
.lb[open] { display: grid; place-items: center; }
.lb__figure { width: min(96vw, calc((100vh - 120px) * 16 / 9)); }
.lb__img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; }
.lb__cap { margin-top: 14px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); display: flex; justify-content: space-between; gap: 16px; }
.lb__close { position: absolute; top: 20px; right: var(--gutter); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding: 10px 0; color: var(--ink); }
.lb__close:hover { opacity: 0.7; }
.lb__prev, .lb__next { position: absolute; top: 50%; width: 48px; height: 48px; transform: translateY(-50%); }
.lb__prev { left: var(--gutter); } .lb__next { right: var(--gutter); }
.lb__prev::before, .lb__next::before { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; border-top: 2px solid var(--ink); border-right: 2px solid var(--ink); transform: translate(-60%, -50%) rotate(45deg); }
.lb__prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.lb__prev:hover, .lb__next:hover { opacity: 0.7; }
@media (max-width: 700px) { .lb__prev, .lb__next { display: none; } }

/* ---------- selection ---------- */
::selection { background: rgba(var(--accent-rgb), 0.35); color: #fff; }

/* ---------- partner update ---------- */
.update { padding-bottom: clamp(48px, 6vw, 96px); }
.update__title { max-width: 26ch; margin-top: 10px; }
.update__grid { display: grid; grid-template-columns: minmax(0, 460px) minmax(0, 1fr); gap: 40px clamp(40px, 6vw, 96px); align-items: start; margin-top: clamp(32px, 4vw, 56px); }
.update__video video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.update__letter p { font-size: 18px; line-height: 1.6; color: var(--ink-2); }
.update__letter p + p { margin-top: 18px; }
.update__sign { font-family: var(--font-display); font-size: 30px; line-height: 1; color: var(--ink); margin-top: 28px; }
.update__lists { display: grid; grid-template-columns: 1fr 1fr; gap: 32px clamp(40px, 6vw, 96px); max-width: 980px; margin-top: clamp(40px, 5vw, 72px); }
.update__list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; font-size: 15px; line-height: 1.5; color: var(--ink); }
.update__list li .dot { margin-top: 6px; }
.update__list .label { margin-bottom: 8px; }
.story { padding-top: clamp(48px, 6vw, 96px); }
@media (max-width: 900px) {
  .update__grid { grid-template-columns: 1fr; }
  .update__lists { grid-template-columns: 1fr; gap: 20px; }
}

/* ---------- video clips ---------- */
.clip { position: relative; overflow: hidden; }
.clip video { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; background: var(--bg-2); }
.clip figcaption { padding: 10px 0 0; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.5; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.clip figcaption::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; }
.frame.clip { width: min(44vw, 720px); }
@media (max-width: 900px) { .frame.clip { width: min(78vw, 520px); } }

/* ---------- video reel: one big clip at a time, centred ---------- */
.reel { position: relative; max-width: calc(1240px + 2 * var(--gutter)); margin: clamp(40px, 5vw, 72px) auto 0; padding-inline: var(--gutter); }
.reel__scroller { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; }
.reel__scroller.dragging { cursor: grabbing; scroll-snap-type: none; }
.reel__scroller::-webkit-scrollbar { display: none; }
.reel__slide { flex: 0 0 100%; scroll-snap-align: start; }
.reel__slide video { aspect-ratio: 16 / 9; }
.reel__nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 14px; }
.reel__meta { display: inline-flex; gap: 20px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; color: var(--muted); font-variant-numeric: tabular-nums; }
.reel__count { color: var(--ink-2); }
.reel__tools { display: flex; align-items: center; gap: 20px; }
.reel__sound { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; }
.reel__sound::before { content: ""; width: 8px; height: 8px; border-radius: 50%; box-shadow: inset 0 0 0 1px var(--ink-3); }
.reel__sound[aria-pressed="true"] { color: var(--ink); }
.reel__sound[aria-pressed="true"]::before { background: var(--accent); box-shadow: none; }
.reel__sound:hover { color: var(--ink); }
.strip .reel__nav { padding-inline: calc(var(--spine-x) + 56px) var(--gutter); }
.reel .reel__nav { padding-inline: 0; }
.strip .strip__nav { padding-inline: 0; margin-top: 0; }
@media (max-width: 900px) {
  .strip .reel__nav { padding-inline: var(--gutter); }
  .strip .reel__nav { padding-left: calc(var(--spine-x) + 24px); }
  .strip .strip__nav { display: flex; }
  .strip__nav button { width: 40px; height: 40px; }
}

/* ---------- chapter rail ---------- */
.rail { position: fixed; right: clamp(10px, 1.4vw, 22px); top: 50%; transform: translateY(-50%); z-index: 95; display: none; flex-direction: column; gap: 6px; opacity: 0; transition: opacity 0.5s; pointer-events: none; }
.rail.on { opacity: 1; pointer-events: auto; }
.rail a { display: inline-flex; align-items: center; justify-content: flex-end; gap: 10px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--ink-3); padding: 4px 0; transition: color 0.3s; }
.rail a::after { content: ""; width: 6px; height: 6px; border-radius: 50%; box-shadow: inset 0 0 0 1px var(--ink-3); transition: background 0.3s, box-shadow 0.3s; }
.rail a.active { color: var(--ink); }
.rail a.active::after { background: var(--accent); box-shadow: none; }
.rail a:hover { color: var(--ink); }
@media (min-width: 1180px) { .rail { display: flex; } }

/* ---------- custom cursor on reels ---------- */
.cursor { position: fixed; left: 0; top: 0; z-index: 130; width: 72px; height: 72px; border-radius: 50%; background: var(--ink); color: var(--bg); display: none; place-items: center; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; pointer-events: none; transform: translate(-50%, -50%) scale(0); transition: transform 0.25s var(--ease-out); will-change: transform; }
.cursor.on { transform: translate(-50%, -50%) scale(1); }
@media (hover: hover) and (pointer: fine) {
  .cursor { display: grid; }
  .reel__scroller, .strip__scroller { cursor: none; }
  .reel__scroller.dragging, .strip__scroller.dragging { cursor: none; }
}
