/* =====================================================================
   THE BATTLE — design system
   Dark, disciplined, architectural. Black and charcoal carry the page;
   warm white carries the words; gold (#cdac5e) is punctuation only.
   Structure, order and copy follow the approved wireframe.
   ===================================================================== */

:root {
  --ink: #0a0a0a;        /* primary ground */
  --pitch: #050505;      /* deeper ground for alternating sections */
  --graphite: #131312;   /* raised surface */
  --steel: #1c1c1a;      /* form, modal */
  --line: #2b2b28;
  --line-strong: #3d3c37;
  --bone: #f2efe8;       /* warm white type */
  --ash: #9c9a93;        /* supporting copy */
  --ash-dim: #6d6b65;
  --gold: #cdac5e;
  --gold-deep: #9d8240;
  --paper: #efece5;      /* light sections */
  --paper-line: rgba(10,10,10,0.16);
  --paper-mute: #5a5850;

  --font: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --d1: clamp(3.4rem, 8.6vw, 7.6rem);
  --d2: clamp(2.2rem, 4.6vw, 4.2rem);
  --h2: clamp(1.9rem, 3.4vw, 3rem);
  --h3: clamp(1.15rem, 1.6vw, 1.4rem);
  --body: 1.0625rem;
  --small: 0.9rem;
  --label: 0.75rem;

  --container: 1240px;
  --gutter: 32px;
  --s-xl: clamp(96px, 11vw, 160px);
  --s-lg: clamp(80px, 9vw, 128px);
  --s-md: clamp(48px, 6vw, 80px);
}

*, *::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(--ink); color: var(--bone); font-family: var(--font); font-size: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.02; letter-spacing: -0.015em; text-transform: uppercase; text-wrap: balance; }
em { font-style: normal; color: var(--gold); }
strong { font-weight: 700; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.sec { padding-block: var(--s-lg); }
.sec--iron { background: var(--pitch); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.paper { background: var(--paper); color: var(--ink); }
.paper .dsp { color: var(--ink); }
.paper .sub { color: var(--paper-mute); }

.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--ink); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; top: 8px; }

/* ---------- type roles ---------- */
.dsp { font-size: var(--h2); }
.sec__head { margin-bottom: var(--s-md); max-width: 860px; }
.sec__head--wide { max-width: 1000px; }
.sec__head .dsp { font-size: var(--d2); }
.sub { margin: 18px 0 0; font-size: 1.0625rem; line-height: 1.5; color: var(--ash); max-width: 60ch; }
.sub--gold { color: var(--gold); font-weight: 600; }
.lede { font-size: 1.15rem; line-height: 1.55; max-width: 62ch; }
.ref { display: block; font-size: var(--label); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-style: normal; }
.lbl { display: block; font-size: var(--label); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash-dim); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 26px; border: 1px solid var(--bone);
  background: transparent; color: var(--bone); text-decoration: none; cursor: pointer;
  font-weight: 700; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.2;
  border-radius: 0; transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn--gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--bone); border-color: var(--bone); }
.btn--ink { background: var(--ink); border-color: var(--ink); color: var(--bone); }
.btn--ink:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn--lg { min-height: 60px; padding: 18px 34px; font-size: 0.95rem; }
.btn--block { width: 100%; }
.btn:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.paper :focus-visible { outline-color: var(--ink); }

/* =====================================================================
   NAV
   ===================================================================== */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(10,10,10,0.86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__inner { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; display: flex; align-items: center; gap: 32px; min-height: 76px; }
.nav__logo img { width: 150px; height: auto; }
.nav__links { display: flex; gap: 32px; margin-left: auto; }
.nav__links a { text-decoration: none; font-size: var(--label); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash); padding: 8px 0; border-bottom: 1px solid transparent; transition: color 160ms; }
.nav__links a:hover, .nav__links a.is-active { color: var(--bone); border-bottom-color: var(--gold); }
.nav__cta { min-height: 44px; padding: 10px 20px; font-size: 0.8rem; }
.nav__toggle { display: none; width: 44px; height: 44px; background: none; border: 0; padding: 10px; margin-left: auto; cursor: pointer; }
.nav__toggle span { display: block; height: 2px; background: var(--bone); margin: 6px 0; transition: transform 200ms; }
.nav__toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* =====================================================================
   HERO — full-bleed photograph, mark, left-weighted declaration, meta row
   ===================================================================== */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: min(92vh, 900px); display: flex; flex-direction: column; justify-content: flex-end; }
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 88% 50%; }
.hero__clouds {
  position: absolute; inset: 0; pointer-events: none;
  background: url("../assets/photos/clouds.png") repeat 0 0 / 1200px auto;
  mix-blend-mode: screen; opacity: 0.5;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 38%, transparent 62%), linear-gradient(90deg, transparent 24%, #000 52%);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(180deg, #000 0%, #000 38%, transparent 62%), linear-gradient(90deg, transparent 24%, #000 52%); mask-composite: intersect;
  animation: cloud-drift 60s linear infinite;
}
.hero__clouds::after {
  content: ""; position: absolute; inset: 0;
  background: url("../assets/photos/clouds.png") repeat 0 0 / 1800px auto; opacity: 0.85;
  animation: cloud-drift-far 105s linear infinite;
}
@keyframes cloud-drift { to { background-position: 1200px 0; } }
@keyframes cloud-drift-far { to { background-position: -1800px 0; } }
@media (prefers-reduced-motion: reduce) { .hero__clouds, .hero__clouds::after { animation: none; } }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.45) 0%, rgba(10,10,10,0.2) 35%, rgba(10,10,10,0.12) 55%, rgba(10,10,10,0.12) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.28) 0%, rgba(10,10,10,0.06) 20%, rgba(10,10,10,0.78) 100%);
}
.hero__in { display: flex; flex-direction: column; flex: 1; padding-top: clamp(64px, 8vw, 112px); width: min(100% - 2 * var(--gutter), var(--container)); }
.hero__title { margin-top: auto; padding-top: 10px; }
.hero__cta { margin-bottom: -10px; }
.hero__mark { width: clamp(150px, 18vw, 230px); margin-bottom: clamp(24px, 3.5vw, 40px); }
.hero__title { font-size: var(--d1); line-height: 0.92; letter-spacing: -0.03em; margin: 0 0 20px; max-width: 12ch; }
.hero__title .dot { color: var(--gold); }
.hero__sub { font-size: var(--label); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin: 0 0 22px; }
.hero__body { font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.5; max-width: 36em; margin-bottom: 34px; }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 32px; }
.hero__scarcity { margin: 0; font-size: var(--label); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ash); }

.meta { position: relative; margin-top: clamp(48px, 6vw, 80px); padding-top: 0; margin-bottom: -5px; border-top: 1px solid var(--line-strong); display: grid; grid-template-columns: 1fr 1fr 1.4fr; }
.meta__i { padding: 26px 30px 0; border-left: 1px solid var(--line-strong); display: flex; gap: 16px; align-items: flex-start; }
.meta__i:first-child { border-left: 0; padding-left: 0; }
.meta svg { width: 30px; height: 30px; flex: none; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: square; margin-top: 3px; }
.meta b { display: block; font-weight: 700; font-size: 1.05rem; line-height: 1.3; }
.meta span { display: block; color: var(--ash); font-size: var(--small); margin-top: 4px; white-space: nowrap; }

/* =====================================================================
   NUMBERS BAND — paper
   ===================================================================== */
.band { background: var(--paper); color: var(--ink); border-top: 3px solid var(--gold); }
.band__in { display: grid; grid-template-columns: repeat(3, 1fr); }
.band__i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; padding: clamp(28px, 3.6vw, 44px) 16px; border-left: 1px solid var(--paper-line); }
.band__i:first-child { border-left: 0; }
.band__i b { font-size: clamp(3.8rem, 8vw, 7.2rem); font-weight: 800; line-height: 0.85; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; color: var(--ink); }
.band__i span { font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; font-size: clamp(0.72rem, 1.1vw, 0.85rem); line-height: 1.2; color: var(--ink); white-space: nowrap; }

/* =====================================================================
   SCRIPTURE — the five words carry the section
   ===================================================================== */
.verse { position: relative; isolation: isolate; overflow: hidden; padding-block: var(--s-xl); border-bottom: 1px solid var(--line); }
.verse__media { position: absolute; inset: 0; z-index: -1; }
.verse__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.verse__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.15) 50%, rgba(10,10,10,0.8) 100%); }
.verse__q { margin: 0; }
.verse__open { font-size: clamp(1.25rem, 2.2vw, 1.75rem); font-weight: 500; line-height: 1.45; max-width: 30em; margin-bottom: 26px; }
.verse__five { margin: 0; display: grid; }
.verse__five span { font-size: clamp(2.4rem, 6.6vw, 6rem); font-weight: 800; line-height: 0.98; letter-spacing: -0.03em; text-transform: uppercase; }
.verse__five span:nth-child(odd) { color: var(--gold); }
.verse footer { margin-top: 34px; }
.verse--close { background: var(--ink); text-align: center; border-bottom: 0; padding-block: clamp(56px, 6vw, 88px); display: flex; align-items: center; justify-content: center; }
.verse__close { font-size: clamp(2rem, 5.4vw, 4.6rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.025em; line-height: 1; margin: 0 auto 24px; max-width: 16ch; }
.verse__close span { color: var(--gold); }

/* =====================================================================
   ATMOSPHERE — faded gold corners, grey blooms, drifting cloud (per section)
   ===================================================================== */
.council, .fronts { position: relative; isolation: isolate; overflow: hidden; }
.atmo { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.atmo--corners { background:
  radial-gradient(ellipse 55% 45% at 100% 0%, rgba(205,172,94,0.26), transparent 65%),
  radial-gradient(ellipse 55% 45% at 0% 0%, rgba(205,172,94,0.22), transparent 65%),
  radial-gradient(ellipse 45% 40% at 0% 100%, rgba(205,172,94,0.10), transparent 70%),
  radial-gradient(ellipse 45% 40% at 100% 100%, rgba(205,172,94,0.08), transparent 70%); }
.atmo--corners-soft { opacity: 0.6; }
.atmo--blur::before { content: ""; position: absolute; inset: -15%; filter: blur(50px); background:
  radial-gradient(circle 400px at 22% 35%, rgba(255,255,255,0.22), transparent 70%),
  radial-gradient(circle 480px at 78% 65%, rgba(255,255,255,0.15), transparent 70%),
  radial-gradient(circle 280px at 55% 15%, rgba(205,172,94,0.18), transparent 70%);
  animation: bloom-drift 18s ease-in-out infinite alternate; }
.atmo--clouds { background:
  radial-gradient(ellipse 50% 45% at 85% 10%, rgba(205,172,94,0.10), transparent 65%),
  radial-gradient(ellipse 45% 40% at 10% 90%, rgba(205,172,94,0.06), transparent 70%); }
.atmo--clouds::before, .atmo--clouds::after { content: ""; position: absolute; inset: 0; mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%); }
.atmo--clouds::before { background: url("../assets/photos/clouds.png") repeat 0 0 / 1200px auto; opacity: 0.11; animation: cloud-drift 110s linear infinite; }
.atmo--clouds::after { background: url("../assets/photos/clouds.png") repeat 0 0 / 1800px auto; opacity: 0.07; animation: cloud-drift-far 190s linear infinite; }
.atmo--clouds-center { background: radial-gradient(ellipse 45% 55% at 50% 50%, rgba(205,172,94,0.12), transparent 70%); }
.atmo--clouds-center::before, .atmo--clouds-center::after { -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 30%, transparent 75%); mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, #000 30%, transparent 75%); }
.atmo--clouds-center::before { opacity: 0.16; } .atmo--clouds-center::after { opacity: 0.1; }
@keyframes bloom-drift { from { transform: translate3d(-3%, -2%, 0) scale(1); } to { transform: translate3d(3%, 2.5%, 0) scale(1.08); } }
@media (prefers-reduced-motion: reduce) { .atmo--blur::before, .atmo--clouds::before, .atmo--clouds::after { animation: none; } }

/* =====================================================================
   THE WAR COUNCIL
   ===================================================================== */
.creds { width: min(100% - 2 * var(--gutter), var(--container)); margin: 0 auto var(--s-md); display: grid; grid-template-columns: repeat(10, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.creds li { grid-column: span 2; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; text-align: center; gap: 8px; padding: 26px 10px 22px; border-left: 1px solid var(--line); min-height: 150px; }
.creds li:first-child { border-left: 0; }
.creds .creds__row2 { grid-column: span 5; min-height: 0; gap: 10px; padding: 28px 10px 26px; border-top: 1px solid var(--line); }
.creds .creds__row2:nth-child(6) { border-left: 0; }
.creds b { font-size: clamp(2.4rem, 3.8vw, 3.6rem); line-height: 0.9; letter-spacing: -0.03em; }
.creds .creds__word { font-size: clamp(1.5rem, 2.1vw, 2rem); line-height: 1; text-transform: uppercase; letter-spacing: -0.015em; }
.creds span, .creds i { font-style: normal; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash); line-height: 1.35; max-width: 215px; text-wrap: balance; }
.creds i { order: -1; color: var(--ash-dim); font-size: 0.78rem; max-width: none; }

.council .sub { max-width: none; }
/* ---------- motion (one-time entrances; html.js only; off under reduced motion) ---------- */
@keyframes title-settle { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes dot-in { from { opacity: 0; transform: scale(0.4); } to { opacity: 1; transform: none; } }
.js .hero__title { animation: title-settle 700ms cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.js .hero__title .dot { display: inline-block; animation: dot-in 360ms cubic-bezier(0.2, 0.7, 0.2, 1) 620ms both; }
.js .hero__sub, .js .hero__body, .js .hero__cta { animation: title-settle 600ms ease 300ms both; }
.js .hero__body { animation-delay: 420ms; } .js .hero__cta { animation-delay: 540ms; }

.js .verse--hero:not(.is-seen) .verse__five span { opacity: 0; transform: translateY(14px); }
.verse__five span { transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.verse__five span:nth-child(2) { transition-delay: 180ms; } .verse__five span:nth-child(3) { transition-delay: 360ms; }
.verse__five span:nth-child(4) { transition-delay: 540ms; } .verse__five span:nth-child(5) { transition-delay: 720ms; }

.js .stack:not(.is-built) .front { opacity: 0; transform: translateY(44px); border-left-color: var(--gold); }
.front { transition: opacity 300ms ease, transform 380ms cubic-bezier(0.2, 0.7, 0.2, 1), border-left-color 500ms ease, background 160ms, border-color 160ms; transition-delay: calc((var(--i) - 1) * 55ms), calc((var(--i) - 1) * 55ms), calc((var(--i) - 1) * 55ms + 280ms), 0s, 0s; }
.stack--quick .front { transition-delay: calc((var(--i) - 1) * 28ms), calc((var(--i) - 1) * 28ms), calc((var(--i) - 1) * 28ms + 200ms), 0s, 0s; }
.js .stack--quick ~ .ground { transition-delay: 320ms; } .js .stack--quick ~ .ground__l { transition-delay: 600ms; }
.js .ground { transform: scaleX(0); transform-origin: left; transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1) 560ms; }
.js .ground__l { opacity: 0; transition: opacity 300ms ease 900ms; }
.js .stack.is-built ~ .ground { transform: none; } .js .stack.is-built ~ .ground__l { opacity: 1; }
.metal { font-variant-numeric: tabular-nums; }

.sp__ph img { transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 500ms ease; }
.sp:hover .sp__ph img, .sp:focus-within .sp__ph img { transform: scale(1.06); }
.sp__name, .sp__arch { transition: color 260ms ease; }
.sp:hover .sp__name { color: var(--gold); } .sp:hover .sp__arch { color: var(--bone); }

@media (prefers-reduced-motion: reduce) {
  .js .hero__title, .js .hero__title .dot, .js .hero__sub, .js .hero__body, .js .hero__cta { animation: none; }
  .js .verse--hero:not(.is-seen) .verse__five span, .js .stack:not(.is-built) .front { opacity: 1; transform: none; }
  .js .ground { transform: none; } .js .ground__l { opacity: 1; }
  .front, .verse__five span, .ground, .ground__l, .sp__ph img { transition: none; }
}

.roster { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(36px, 4vw, 56px) clamp(24px, 3vw, 40px); }
.sp__ph { display: block; width: 100%; padding: 0; aspect-ratio: 4 / 5; overflow: hidden; background: var(--graphite); position: relative; margin: 0 0 18px; border: 1px solid var(--line-strong); cursor: pointer; }
.sp__ph img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) sepia(0.18) contrast(1.06); }
.sp:hover .sp__ph img, .sp:focus-within .sp__ph img { filter: none; }
.sp__ph--pending { display: grid; place-content: center; text-align: center; background: linear-gradient(rgba(19,19,18,0.45), rgba(19,19,18,0.45)), url("../assets/photos/texture-wall.jpg") center/cover; }
.sp__ph--pending > span { font-size: clamp(3rem, 6vw, 5rem); font-weight: 800; letter-spacing: -0.04em; color: var(--line-strong); line-height: 1; }
.sp__ph--pending small { display: block; margin-top: 12px; font-size: var(--label); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ash-dim); }
.sp__name { font-size: var(--h3); }
.sp__arch { margin: 6px 0 0; color: var(--gold); font-weight: 500; }
.sp__role { margin: 12px 0 0; font-size: var(--small); color: var(--ash); line-height: 1.5; }
.sp__open { position: relative; isolation: isolate; margin: 16px 0 0 -10px; background: none; border: 0; padding: 8px 12px 8px 10px; font-size: var(--label); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone); cursor: pointer; transition: color 220ms ease 60ms; }
.sp__open::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--gold); transform: scaleX(0); transform-origin: left center; transition: transform 340ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.sp__open::after { content: ""; position: absolute; left: 10px; right: 12px; bottom: 6px; height: 1px; background: var(--ash-dim); transition: opacity 200ms ease; }
.sp:hover .sp__open, .sp__open:hover, .sp__open:focus-visible { color: var(--ink); }
.sp:hover .sp__open::before, .sp__open:hover::before, .sp__open:focus-visible::before { transform: scaleX(1); }
.sp:hover .sp__open::after, .sp__open:hover::after, .sp__open:focus-visible::after { opacity: 0; }
.sp:not(:hover) .sp__open:not(:hover)::before { transform-origin: right center; }
@media (prefers-reduced-motion: reduce) { .sp__open, .sp__open::before, .sp__open::after { transition: none; } }

/* =====================================================================
   HOST — split
   ===================================================================== */
.host__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.host__ph { display: block; width: 100%; padding: 0; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: var(--graphite); border: 1px solid var(--line-strong); cursor: pointer; }
.host__ph img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) sepia(0.18) contrast(1.06); transition: filter 400ms ease; }
.host__ph:hover img { filter: none; }
.host__copy .dsp { font-size: var(--d2); }
.host__arch { margin: 10px 0 0; color: var(--gold); font-weight: 500; font-size: 1.2rem; }
.host__role { margin: 14px 0 36px; color: var(--ash); font-size: var(--small); }

.beats { margin: 0; display: grid; gap: 22px; }
.beats > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line-strong); }
.beats dt { font-size: var(--label); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); padding-top: 4px; }
.beats dd { margin: 0; }

/* =====================================================================
   THE TEN FRONTS — ground-up stack, tiers read as fortification courses
   ===================================================================== */
.fronts__note { margin: calc(-1 * var(--s-md) + 24px) 0 32px; color: var(--ash); font-size: var(--small); white-space: nowrap; }
.fronts .sec__head { max-width: 1120px; }
.fronts .sub { max-width: none; }
.stack { display: grid; gap: 3px; }
.stack li { display: flex; justify-content: center; }
.front {
  width: calc(100% - (var(--i) - 1) * 2.4%);
  display: grid; grid-template-columns: 3.4rem minmax(0, 1fr) auto; gap: clamp(14px, 2.4vw, 34px); align-items: baseline;
  padding: 16px 22px; text-align: left; background: var(--graphite); border: 1px solid var(--line); border-left: 3px solid var(--line-strong);
  cursor: pointer;
}
.front:hover, .front:focus-visible { background: var(--steel); border-left-color: var(--gold); border-color: var(--line-strong); }
.front__n { font-weight: 800; color: var(--ash-dim); font-variant-numeric: tabular-nums; font-size: 1.05rem; }
.front:hover .front__n { color: var(--gold); }
.front__t { display: block; }
.front__name { display: block; font-weight: 800; text-transform: uppercase; letter-spacing: -0.005em; line-height: 1; font-size: clamp(1.1rem, 1.6vw, 1.4rem); }
.front__d { display: block; margin-top: 6px; color: var(--ash); font-size: var(--small); line-height: 1.35; }
.front__who { font-size: var(--label); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ash-dim); white-space: nowrap; }
.front:hover .front__who { color: var(--bone); }
.ground { height: 7px; background: var(--gold); margin-top: 10px; }
.ground__l { margin: 12px 0 0; font-size: var(--label); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.metal { font-weight: 800; background: linear-gradient(100deg, #b27f2c 0%, #e7d183 22%, #b27f2c 42%, #e0bd5f 60%, #f7dd7b 72%, #b27f2c 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.fronts__turn .metal { background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--gold); -webkit-text-fill-color: var(--gold); }
.fronts__turn { margin: var(--s-md) 0 0; font-size: var(--d2); font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; line-height: 1; }

/* =====================================================================
   WHY THE BATTLE — split photo/copy, then four outcomes on rules
   ===================================================================== */
.why { position: relative; isolation: isolate; overflow: hidden; padding-top: 0; background: var(--pitch); border-top: 1px solid var(--line); }
.why__media { position: absolute; inset: 0; bottom: auto; height: min(100%, 920px); z-index: -1; margin: 0; }
.why__media img { width: 100%; height: 100%; object-fit: cover; object-position: 4% 50%; }
.why__media::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(5,5,5,0) 40%, rgba(5,5,5,0.6) 58%, rgba(5,5,5,0.9) 80%),
  linear-gradient(180deg, rgba(5,5,5,0.35) 0%, rgba(5,5,5,0) 25%, rgba(5,5,5,0) 70%, var(--pitch) 100%); }
.why__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: min(88vh, 860px); align-items: center; }
.why__copy { grid-column: 2; justify-self: end; padding: var(--s-lg) 0; max-width: 560px; }
.why__copy .dsp { font-size: var(--d2); }
.why__copy .sub { margin-bottom: 26px; }
.payoff { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line-strong); }
.payoff p { margin: 0; font-size: clamp(1.15rem, 1.75vw, 1.55rem); white-space: nowrap; color: var(--ash); font-weight: 600; line-height: 1.15; text-transform: uppercase; letter-spacing: -0.01em; }
.payoff strong { display: block; font-size: clamp(1.7rem, 3.2vw, 2.7rem); font-weight: 800; text-transform: uppercase; color: var(--gold); line-height: 1.05; margin-top: 0.15em; letter-spacing: -0.015em; }

/* "You will leave with" entrance: icon draws, then heading and copy rise, column by column */
.leave svg path, .leave svg rect { stroke-dasharray: 140; stroke-dashoffset: 0; transition: stroke-dashoffset 900ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.leave h4, .leave p { transition: opacity 500ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.js .leave:not(.is-seen) svg path, .js .leave:not(.is-seen) svg rect { stroke-dashoffset: 140; }
.js .leave:not(.is-seen) h4, .js .leave:not(.is-seen) p { opacity: 0; transform: translateY(14px); }
.leave li:nth-child(1) svg path, .leave li:nth-child(1) svg rect { transition-delay: 0ms; } .leave li:nth-child(1) h4 { transition-delay: 350ms; } .leave li:nth-child(1) p { transition-delay: 470ms; }
.leave li:nth-child(2) svg path, .leave li:nth-child(2) svg rect { transition-delay: 180ms; } .leave li:nth-child(2) h4 { transition-delay: 530ms; } .leave li:nth-child(2) p { transition-delay: 650ms; }
.leave li:nth-child(3) svg path, .leave li:nth-child(3) svg rect { transition-delay: 360ms; } .leave li:nth-child(3) h4 { transition-delay: 710ms; } .leave li:nth-child(3) p { transition-delay: 830ms; }
.leave li:nth-child(4) svg path, .leave li:nth-child(4) svg rect { transition-delay: 540ms; } .leave li:nth-child(4) h4 { transition-delay: 890ms; } .leave li:nth-child(4) p { transition-delay: 1010ms; }
@media (prefers-reduced-motion: reduce) { .js .leave:not(.is-seen) svg path, .js .leave:not(.is-seen) svg rect { stroke-dashoffset: 0; } .js .leave:not(.is-seen) h4, .js .leave:not(.is-seen) p { opacity: 1; transform: none; } .leave svg path, .leave svg rect, .leave h4, .leave p { transition: none; } }
.leave__head { font-size: var(--h2); margin: var(--s-md) 0 26px; }
.leave { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line-strong); }
.leave li { padding: 32px 26px 0; border-left: 1px solid var(--line); }
.leave svg { width: 36px; height: 36px; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; margin-bottom: 20px; }
.leave li:first-child { border-left: 0; padding-left: 0; }
.leave h4 { font-size: 1.05rem; line-height: 1.15; margin-bottom: 12px; max-width: 14ch; }
.leave p { margin: 0; color: var(--ash); font-size: var(--small); }

/* =====================================================================
   QUALIFIER — paper
   ===================================================================== */
.qualifier__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.qualifier__head { position: sticky; top: 100px; }
.qualifier__head .dsp { font-size: var(--d2); }
.qualifier { position: relative; isolation: isolate; overflow: hidden; }
.qualifier__media { position: absolute; inset: 0; z-index: -1; margin: 0; }
.qualifier__media img { width: 100%; height: 100%; object-fit: cover; object-position: 0% 100%; opacity: 0.36; }
.qualifier__media::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(239,236,229,0) 0%, rgba(239,236,229,0.35) 40%, rgba(239,236,229,0.82) 62%, rgba(239,236,229,0.92) 100%),
  linear-gradient(180deg, rgba(239,236,229,0.85) 0%, rgba(239,236,229,0.25) 40%, rgba(239,236,229,0) 100%); }
.qual { border-top: 1px solid var(--paper-line); }
.qual li { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: clamp(22px, 2.8vw, 32px) 0; border-bottom: 1px solid var(--paper-line); font-size: clamp(1.2rem, 2vw, 1.75rem); font-weight: 600; line-height: 1.25; letter-spacing: -0.01em; }
.qual li::before { content: ""; width: 28px; height: 28px; margin-top: 5px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239d8240' stroke-width='2.5' stroke-linecap='square'%3E%3Cpath d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E") center/contain no-repeat; }

/* =====================================================================
   WE KNOW YOUR STRUGGLE — three columns on rules over wall texture
   ===================================================================== */
.pain { position: relative; isolation: isolate; overflow: hidden; }
.pain__texture { position: absolute; inset: 0; z-index: -1; opacity: 0.55; }
.pain__texture img { width: 100%; height: 100%; object-fit: cover; }
.pain .sec__head { margin-bottom: 28px; }
.pain__c h3 { color: var(--gold); }
.pain__cols { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); }
.pain__c { padding: 36px 32px 0 0; border-right: 1px solid var(--line-strong); }
.pain__c + .pain__c { padding-left: 32px; }
.pain__c:last-child { border-right: 0; padding-right: 0; }
.pain__c h3 { font-size: var(--h3); margin-bottom: 20px; }
.pain__c li { padding: 12px 0 12px 22px; border-top: 1px solid var(--line); position: relative; font-size: var(--small); color: var(--bone); }
.pain__c li::before { content: ""; position: absolute; left: 0; top: 22px; width: 10px; height: 2px; background: var(--gold); }
/* struggle block reveal */
.js .pain:not(.is-seen) .pain__c li { opacity: 0; transform: translateX(-12px); }
.js .pain:not(.is-seen) .pain__c li::before { width: 0; }
.pain__c li { transition: opacity 420ms ease, transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.pain__c li::before { transition: width 360ms ease 200ms; }
.js .pain:not(.is-seen) .turn { opacity: 0; transform: translateY(10px); }
.turn { transition: opacity 500ms ease 1250ms, transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1) 1250ms; }
.pain__c:nth-child(1) li:nth-child(1) { transition-delay: 0ms; } .pain__c:nth-child(1) li:nth-child(1)::before { transition-delay: 200ms; }
.pain__c:nth-child(1) li:nth-child(2) { transition-delay: 90ms; } .pain__c:nth-child(1) li:nth-child(2)::before { transition-delay: 290ms; }
.pain__c:nth-child(1) li:nth-child(3) { transition-delay: 180ms; } .pain__c:nth-child(1) li:nth-child(3)::before { transition-delay: 380ms; }
.pain__c:nth-child(1) li:nth-child(4) { transition-delay: 270ms; } .pain__c:nth-child(1) li:nth-child(4)::before { transition-delay: 470ms; }
.pain__c:nth-child(2) li:nth-child(1) { transition-delay: 300ms; } .pain__c:nth-child(2) li:nth-child(1)::before { transition-delay: 500ms; }
.pain__c:nth-child(2) li:nth-child(2) { transition-delay: 390ms; } .pain__c:nth-child(2) li:nth-child(2)::before { transition-delay: 590ms; }
.pain__c:nth-child(2) li:nth-child(3) { transition-delay: 480ms; } .pain__c:nth-child(2) li:nth-child(3)::before { transition-delay: 680ms; }
.pain__c:nth-child(2) li:nth-child(4) { transition-delay: 570ms; } .pain__c:nth-child(2) li:nth-child(4)::before { transition-delay: 770ms; }
.pain__c:nth-child(3) li:nth-child(1) { transition-delay: 600ms; } .pain__c:nth-child(3) li:nth-child(1)::before { transition-delay: 800ms; }
.pain__c:nth-child(3) li:nth-child(2) { transition-delay: 690ms; } .pain__c:nth-child(3) li:nth-child(2)::before { transition-delay: 890ms; }
.pain__c:nth-child(3) li:nth-child(3) { transition-delay: 780ms; } .pain__c:nth-child(3) li:nth-child(3)::before { transition-delay: 980ms; }
.pain__c:nth-child(3) li:nth-child(4) { transition-delay: 870ms; } .pain__c:nth-child(3) li:nth-child(4)::before { transition-delay: 1070ms; }
@media (prefers-reduced-motion: reduce) { .js .pain:not(.is-seen) .pain__c li, .js .pain:not(.is-seen) .turn { opacity: 1; transform: none; } .js .pain:not(.is-seen) .pain__c li::before { width: 10px; } .pain__c li, .pain__c li::before, .turn { transition: none; } }
.turn { margin: clamp(28px, 3.5vw, 44px) 0 0; font-size: var(--h2); font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; line-height: 1; }
.turn span { color: var(--gold); }

/* =====================================================================
   PILLARS — one band, five posts
   ===================================================================== */
.pillars__row { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-strong); }
.pillars__row li { padding: 36px 24px 0; border-left: 1px solid var(--line); }
.pillars__row li:first-child { border-left: 0; padding-left: 0; }
/* "What you are handed" entrance: dividers draw down, icons stamp in, text rises, post by post */
.pillars__row li { position: relative; border-left-color: transparent; }
.pillars__row li::before { content: ""; position: absolute; left: -1px; top: 0; bottom: 0; width: 1px; background: var(--line); transform-origin: top; transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.pillars__row li:first-child::before { display: none; }
.pillars__row svg { transition: opacity 420ms ease, transform 520ms cubic-bezier(0.2, 0.9, 0.3, 1.3); }
.pillars__row h4, .pillars__row p { transition: opacity 480ms ease, transform 480ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.js .pillars:not(.is-seen) .pillars__row li::before { transform: scaleY(0); }
.js .pillars:not(.is-seen) .pillars__row svg { opacity: 0; transform: scale(0.55) translateY(6px); }
.js .pillars:not(.is-seen) .pillars__row h4, .js .pillars:not(.is-seen) .pillars__row p { opacity: 0; transform: translateY(12px); }
.pillars__row li:nth-child(1)::before { transition-delay: 0ms; } .pillars__row li:nth-child(1) svg { transition-delay: 220ms; } .pillars__row li:nth-child(1) h4 { transition-delay: 400ms; } .pillars__row li:nth-child(1) p { transition-delay: 500ms; }
.pillars__row li:nth-child(2)::before { transition-delay: 150ms; } .pillars__row li:nth-child(2) svg { transition-delay: 370ms; } .pillars__row li:nth-child(2) h4 { transition-delay: 550ms; } .pillars__row li:nth-child(2) p { transition-delay: 650ms; }
.pillars__row li:nth-child(3)::before { transition-delay: 300ms; } .pillars__row li:nth-child(3) svg { transition-delay: 520ms; } .pillars__row li:nth-child(3) h4 { transition-delay: 700ms; } .pillars__row li:nth-child(3) p { transition-delay: 800ms; }
.pillars__row li:nth-child(4)::before { transition-delay: 450ms; } .pillars__row li:nth-child(4) svg { transition-delay: 670ms; } .pillars__row li:nth-child(4) h4 { transition-delay: 850ms; } .pillars__row li:nth-child(4) p { transition-delay: 950ms; }
.pillars__row li:nth-child(5)::before { transition-delay: 600ms; } .pillars__row li:nth-child(5) svg { transition-delay: 820ms; } .pillars__row li:nth-child(5) h4 { transition-delay: 1000ms; } .pillars__row li:nth-child(5) p { transition-delay: 1100ms; }
@media (prefers-reduced-motion: reduce) { .js .pillars:not(.is-seen) .pillars__row li::before { transform: none; } .js .pillars:not(.is-seen) .pillars__row svg, .js .pillars:not(.is-seen) .pillars__row h4, .js .pillars:not(.is-seen) .pillars__row p { opacity: 1; transform: none; } .pillars__row li::before, .pillars__row svg, .pillars__row h4, .pillars__row p { transition: none; } }
.pillars__row li:last-child { padding-right: 0; }
.pillars__row svg { width: 40px; height: 40px; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; margin-bottom: 20px; }
.pillars__row h4 { font-size: 1rem; line-height: 1.15; margin-bottom: 10px; max-width: 15ch; }
.pillars__row p { margin: 0; color: var(--ash); font-size: var(--small); }

/* =====================================================================
   DECISION — paper
   ===================================================================== */
.decision { position: relative; isolation: isolate; overflow: hidden; }
.decision__media { position: absolute; inset: 0; z-index: -1; margin: 0; }
.decision__media img { width: 100%; height: 100%; object-fit: cover; object-position: 0% 100%; opacity: 0.85; }
.decision__media::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(239,236,229,0.75) 0%, rgba(239,236,229,0.2) 45%, rgba(239,236,229,0) 100%),
  linear-gradient(90deg, rgba(239,236,229,0) 0%, rgba(239,236,229,0.35) 60%, rgba(239,236,229,0.6) 100%); }
.decide { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--paper-line); border-bottom: 1px solid var(--paper-line); margin-bottom: var(--s-md); }
.decide li { padding: 34px 28px; border-left: 1px solid var(--paper-line); }
.decide li:first-child { border-left: 0; padding-left: 0; }
.decide p { margin: 0; font-size: clamp(1.05rem, 1.9vw, 1.35rem); line-height: 1.28; color: var(--paper-mute); font-weight: 500; }
.decide strong { display: block; font-weight: 800; text-transform: uppercase; font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.1; margin-top: 8px; letter-spacing: -0.01em; }
/* Decision entrance: each "Stop" line first, then its bold answer with a gold rule drawing under it */
.decide strong { position: relative; display: inline-block; padding-bottom: 6px; }
.decide strong::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: var(--gold); transform-origin: left; transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.decide p, .decide strong, .decision__shout, .decision__join, .final__cta { transition: opacity 480ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.js .decision:not(.is-seen) .decide p, .js .decision:not(.is-seen) .decide strong, .js .decision:not(.is-seen) .decision__shout, .js .decision:not(.is-seen) .decision__join, .js .decision:not(.is-seen) .final__cta { opacity: 0; transform: translateY(14px); }
.js .decision:not(.is-seen) .decide strong::after { transform: scaleX(0); }
.decide li:nth-child(1) p { transition-delay: 0ms; } .decide li:nth-child(1) strong { transition-delay: 220ms; } .decide li:nth-child(1) strong::after { transition-delay: 520ms; }
.decide li:nth-child(2) p { transition-delay: 260ms; } .decide li:nth-child(2) strong { transition-delay: 480ms; } .decide li:nth-child(2) strong::after { transition-delay: 780ms; }
.decide li:nth-child(3) p { transition-delay: 520ms; } .decide li:nth-child(3) strong { transition-delay: 740ms; } .decide li:nth-child(3) strong::after { transition-delay: 1040ms; }
.decision__shout { transition-delay: 1150ms; } .decision__join { transition-delay: 1280ms; } .final__cta { transition-delay: 1400ms; }
@media (prefers-reduced-motion: reduce) { .js .decision:not(.is-seen) .decide p, .js .decision:not(.is-seen) .decide strong, .js .decision:not(.is-seen) .decision__shout, .js .decision:not(.is-seen) .decision__join, .js .decision:not(.is-seen) .final__cta { opacity: 1; transform: none; } .js .decision:not(.is-seen) .decide strong::after { transform: none; } .decide p, .decide strong, .decide strong::after, .decision__shout, .decision__join, .final__cta { transition: none; } }
.decision__shout { font-size: var(--d2); }
.decision__join { margin: 16px 0 28px; color: var(--paper-mute); font-size: 1.05rem; }
.final__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; }
.group { margin: 0; font-size: var(--small); color: var(--paper-mute); }
.group a { color: var(--ink); text-decoration-color: var(--gold-deep); text-underline-offset: 3px; }

/* =====================================================================
   REGISTRATION — split copy / form
   ===================================================================== */
.register { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); border-top: 1px solid var(--line); }
.atmo--clouds-soft { background: radial-gradient(ellipse 50% 60% at 70% 50%, rgba(205,172,94,0.07), transparent 70%); }
.atmo--clouds-soft::before, .atmo--clouds-soft::after { -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 25%, #000 75%, transparent 100%); mask-image: linear-gradient(180deg, transparent 0%, #000 25%, #000 75%, transparent 100%); }
.atmo--clouds-soft::before { opacity: 0.13; } .atmo--clouds-soft::after { opacity: 0.08; }
.reg { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.reg__copy .dsp { font-size: var(--d2); }
.free { margin: 8px 0 24px; font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.03em; line-height: 0.9; color: var(--gold); }
.reg__copy .lede { font-size: 0.95rem; max-width: none; }
.reg__copy .sub { margin-top: 20px; font-size: var(--label); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }

.form { background: var(--steel); border: 1px solid var(--line-strong); padding: clamp(28px, 3.5vw, 48px); display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.f { display: grid; gap: 8px; }
.f--full { grid-column: 1 / -1; }
.form label { font-size: var(--label); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash); }
.form input:not([type="checkbox"]), .form select {
  width: 100%; min-height: 54px; padding: 12px 16px; background: var(--ink); color: var(--bone);
  border: 1px solid var(--line-strong); border-radius: 0; font: inherit; font-size: 1rem;
}
.form input:not([type="checkbox"]):focus, .form select:focus { border-color: var(--gold); outline: none; }
.select { position: relative; }
.select select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer; }
.select::after { content: ""; position: absolute; right: 18px; top: 50%; width: 9px; height: 9px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.botcheck { position: absolute; left: -9999px; opacity: 0; }
.checks { display: flex; flex-wrap: wrap; gap: 14px 40px; padding: 6px 0 12px; border-bottom: 1px solid var(--line-strong); }
.chk { display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 12px; text-transform: none; letter-spacing: 0; font-size: 1rem; font-weight: 500; color: var(--bone); cursor: pointer; }
.chk input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chk span { width: 22px; height: 22px; border: 1px solid var(--line-strong); background: var(--ink); display: grid; place-content: center; }
.chk input:checked + span { border-color: var(--gold); background: var(--gold); }
.chk input:checked + span::after { content: ""; width: 10px; height: 10px; background: var(--ink); }
.chk input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 3px; }
.consent { margin: 0; font-size: var(--small); color: var(--ash-dim); }
.formnote { margin: 12px 0 0; min-height: 1.4em; font-size: var(--small); color: var(--gold); text-align: center; }
.formnote.is-error { color: #d9a37a; }
.form.is-sent .formnote { color: var(--bone); }

/* =====================================================================
   PARTNERS — brick beneath, logos normalized
   ===================================================================== */
.partners { position: relative; isolation: isolate; overflow: hidden; }
.partners__texture { position: absolute; inset: 0; z-index: -1; opacity: 0.45; }
.partners__texture img { width: 100%; height: 100%; object-fit: cover; }
.logos { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 40px clamp(24px, 3vw, 48px); padding-top: 40px; border-top: 1px solid var(--line-strong); }
.logos li:first-child { justify-content: flex-start; }
.logos li:last-child { justify-content: flex-end; }
.logos li { display: flex; align-items: center; justify-content: center; }
.logos__io img { height: 68px; max-height: 68px; }
.logos__cbmc img { height: 36px; }
.logos img { max-height: 56px; max-width: 100%; width: auto; height: 56px; object-fit: contain; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.foot { padding: 40px 0 clamp(36px, 4vw, 56px); border-top: 1px solid var(--line); }
.foot__top { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.foot__mark { width: 190px; }
.foot__tag { margin: 0; max-width: none; white-space: nowrap; font-size: var(--small); color: var(--gold); }
.foot__bot { display: flex; flex-wrap: wrap; gap: 10px 14px; justify-content: center; align-items: center; padding-top: 24px; font-size: 0.8rem; color: var(--ash-dim); }
.foot__bar { width: 1px; height: 14px; background: var(--line-strong); }
.foot__bot p { margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.foot__bot a { color: inherit; text-decoration: none; }
.foot__bot a:hover { color: var(--bone); }
.foot__bot img { width: 128px; display: inline-block; margin-left: -9px; }
.foot__sep { color: var(--line-strong); }

/* =====================================================================
   MODAL — speaker story
   ===================================================================== */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(10,10,10,0.84); }
.modal__panel { position: relative; width: min(100%, 1040px); max-height: calc(100vh - 48px); overflow: auto; background: var(--graphite); border: 1px solid var(--line-strong); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); animation: modal-in 180ms ease-out; }
@keyframes modal-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .modal__panel { animation: none; } }
.modal__close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 48px; height: 48px; background: var(--ink); border: 1px solid var(--line-strong); cursor: pointer; display: grid; place-items: center; }
.modal__close svg { width: 20px; height: 20px; fill: none; stroke: var(--bone); stroke-width: 1.75; }
.modal__close:hover { border-color: var(--gold); }
.modal__ph { background: var(--graphite); align-self: start; position: sticky; top: 0; padding: 24px 0 24px 24px; }
.modal__ph img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--line-strong); }
.modal__ph .pending { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; background: linear-gradient(rgba(19,19,18,0.45), rgba(19,19,18,0.45)), url("../assets/photos/texture-wall.jpg") center/cover; }
.modal__ph .pending b { font-size: 5rem; font-weight: 800; letter-spacing: -0.04em; color: var(--line-strong); line-height: 1; }
.modal__ph .pending small { display: block; margin-top: 12px; font-size: var(--label); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ash-dim); }
.modal__body { padding: clamp(32px, 4vw, 56px); }
.modal__name { font-size: var(--d2); line-height: 0.95; }
.modal__arch { margin: 10px 0 0; color: var(--gold); font-weight: 500; font-size: 1.15rem; }
.modal__role { margin: 12px 0 32px; color: var(--ash); font-size: var(--small); }
.modal__body .beats { margin-bottom: 36px; }
body.is-locked { overflow: hidden; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1100px) {
  .roster { grid-template-columns: repeat(2, 1fr); }
  .creds { grid-template-columns: repeat(6, 1fr); }
  .creds li { grid-column: span 2; }
  .creds li:nth-child(n+4) { border-top: 1px solid var(--line); }
  .creds li:nth-child(4) { border-left: 0; }
  .creds li:nth-child(5) { grid-column: span 4; }
  .creds .creds__row2 { grid-column: span 3; }
  .creds .creds__row2:nth-child(6) { border-left: 0; }
  .pillars__row { grid-template-columns: repeat(3, 1fr); }
  .pillars__row li:nth-child(4) { border-left: 0; padding-left: 0; }
  .pillars__row li:nth-child(n+4) { padding-top: 36px; margin-top: 36px; border-top: 1px solid var(--line); }
  .pillars__row li:nth-child(4)::before { display: none; }
  .leave { grid-template-columns: repeat(2, 1fr); }
  .leave li:nth-child(3) { border-left: 0; padding-left: 0; }
  .leave li:nth-child(n+3) { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
}

@media (max-width: 900px) {
  :root { --gutter: 20px; }
  .nav__links { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 0; background: var(--ink); border-bottom: 1px solid var(--line); padding: 8px 20px 16px; }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav__cta { display: none; }
  .nav__toggle { display: block; }

  .hero { min-height: 0; }
  .hero__media img { object-position: 78% 50%; }
  .hero__clouds { opacity: 0.34; }
  .hero__media::after { background: linear-gradient(180deg, rgba(10,10,10,0.6) 0%, rgba(10,10,10,0.45) 45%, rgba(10,10,10,0.88) 100%); }
  .meta { grid-template-columns: 1fr; }
  .meta span { white-space: normal; }
  .meta__i { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0; }
  .meta__i:first-child { border-top: 0; }
  .band__in { grid-template-columns: 1fr; }
  .band__i { border-left: 0; border-top: 1px solid var(--paper-line); padding: 22px 0; }
  .band__i:first-child { border-top: 0; }
  .band__i span { white-space: normal; }
  .creds { grid-template-columns: repeat(2, 1fr); }
  .creds li, .creds li:nth-child(5), .creds .creds__row2 { grid-column: span 1; min-height: 0; padding: 20px 8px; border-left: 0; border-top: 1px solid var(--line); }
  .creds li:nth-child(-n+2) { border-top: 0; }
  .creds li:nth-child(even), .creds .creds__row2:nth-child(6) { border-left: 1px solid var(--line); }
  .creds li:nth-child(5) { grid-column: span 2; }
  .creds .creds__row2:nth-child(6) { border-left: 0; }
  .host__grid { grid-template-columns: 1fr; }
  .host__ph { max-height: 70vh; }
  .beats > div { grid-template-columns: 1fr; gap: 6px; }
  .front { width: calc(100% - (var(--i) - 1) * 1.2%); grid-template-columns: 2.6rem minmax(0, 1fr); }
  .front__who { grid-column: 2; white-space: normal; }
  .why__grid { grid-template-columns: 1fr; min-height: 0; }
  .why__copy { grid-column: 1; padding: clamp(280px, 60vw, 420px) 0 var(--s-md); max-width: none; }
  .why__media { height: min(100%, 560px); }
  .why__media img { object-position: 24% 62%; }
  .why__media::after { background: linear-gradient(180deg, rgba(5,5,5,0.2) 0%, rgba(5,5,5,0.35) 45%, var(--pitch) 78%); }
  .qualifier__grid { grid-template-columns: 1fr; }
  .qualifier__head { position: static; }
  .qualifier__media img { opacity: 0.24; object-position: 10% 100%; }
  .qualifier__media::after { background: linear-gradient(180deg, rgba(239,236,229,0.9) 0%, rgba(239,236,229,0.55) 50%, rgba(239,236,229,0.2) 100%); }
  .pain__cols { grid-template-columns: 1fr; }
  .pain__c { padding: 28px 0 0; border-right: 0; }
  .pain__c + .pain__c { padding-left: 0; margin-top: 28px; border-top: 1px solid var(--line-strong); }
  .decide { grid-template-columns: 1fr; }
  .decide li { border-left: 0; padding: 24px 0; border-top: 1px solid var(--paper-line); }
  .decide li:first-child { border-top: 0; }
  .reg { grid-template-columns: 1fr; }
  .reg__cta { justify-self: stretch; max-width: none; }
  .foot__tag { white-space: normal; }
  .foot__bar { display: none; }
  .modal { padding: 0; }
  .modal__panel { grid-template-columns: 1fr; max-height: 100vh; height: 100vh; width: 100%; border: 0; }
  .modal__ph { position: static; padding: 16px 16px 0; }
  .modal__ph img { aspect-ratio: 4 / 4; object-position: 50% 20%; }
  .payoff p { white-space: normal; }
  .fronts__note { white-space: normal; }
}

@media (max-width: 600px) {
  .roster { grid-template-columns: 1fr; }
  .pillars__row { grid-template-columns: 1fr; }
  .pillars__row li { border-left: 0; padding: 0; }
  .pillars__row li::before { display: none; }
  .pillars__row li + li { padding-top: 28px; margin-top: 28px; border-top: 1px solid var(--line); }
  .leave { grid-template-columns: 1fr; }
  .leave li { border-left: 0; padding-left: 0; }
  .leave li + li { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); }
  .logos { justify-content: center; }
  .logos li:first-child, .logos li:last-child { justify-content: center; }
  .form { grid-template-columns: 1fr; }
  .hero__cta .btn, .final__cta .btn { width: 100%; }
}

/* =====================================================================
   LEGAL PAGE (privacy.html)
   ===================================================================== */
.legal { padding-block: var(--s-lg); }
.legal__in { max-width: 760px; }
.legal .dsp { font-size: var(--d2); margin-bottom: 12px; }
.legal__updated { color: var(--ash); font-size: var(--small); margin-bottom: var(--s-md); }
.legal h2 { font-size: var(--h3); margin: 40px 0 14px; padding-top: 24px; border-top: 1px solid var(--line-strong); }
.legal h3 { font-size: 1rem; margin: 26px 0 10px; color: var(--gold); }
.legal p, .legal li { color: var(--bone); }
.legal ul { list-style: none; padding: 0; margin: 0 0 1em; }
.legal li { padding: 6px 0 6px 20px; position: relative; }
.legal li::before { content: ""; position: absolute; left: 0; top: 17px; width: 10px; height: 2px; background: var(--gold); }
.legal a { color: var(--bone); text-decoration-color: var(--gold); text-underline-offset: 3px; }

/* =====================================================================
   REGISTRATION PAGE (register.html)
   ===================================================================== */
.hero--compact { min-height: 0; }
.hero--compact .hero__in { padding-top: clamp(56px, 7vw, 96px); }
.hero--compact .hero__title { margin-top: 0; font-size: clamp(2.8rem, 6.4vw, 5.4rem); }
.hero--compact .meta { margin-top: clamp(40px, 5vw, 64px); }

.spot { padding-block: var(--s-md) var(--s-lg); background: var(--ink); }
.spot__panel { border: 1px solid var(--line-strong); padding: clamp(28px, 4.5vw, 64px); background: rgba(19,19,18,0.4); }
.spot__head { text-align: center; max-width: 640px; margin: 0 auto var(--s-md); }
.spot__head .dsp { font-size: var(--d2); }
.spot__head .sub { margin-inline: auto; color: var(--bone); }
.spot__head .sub strong { color: var(--gold); }
.spot__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: start; }

.shirt img { border: 1px solid var(--line-strong); }
.shirt__perks { display: flex; flex-wrap: wrap; gap: 14px 32px; margin-top: 18px; }
.shirt__perks li { display: flex; align-items: center; gap: 10px; font-size: var(--label); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash); line-height: 1.3; }
.shirt__perks b { color: var(--bone); }
.shirt__perks svg { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--gold); stroke-width: 1.5; }

.spot .form { display: block; background: transparent; border: 0; padding: 0; }
.form--placeholders label:not(.chk):not(.size) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form--placeholders .f { position: relative; }
.form--placeholders input::placeholder { color: var(--ash-dim); opacity: 1; }
.rgroup { padding-top: 24px; margin-top: 24px; border-top: 1px solid var(--gold); }
.rgroup--primary { margin-top: 0; }
.rgroup__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 18px; }
.rgroup__title { font-size: var(--h3); }
.rgroup__remove { background: none; border: 0; padding: 0 0 2px; color: var(--ash); font-size: var(--label); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 1px solid var(--ash-dim); cursor: pointer; }
.rgroup__remove:hover { color: var(--bone); border-bottom-color: var(--gold); }
.rgroup__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rgroup .checks { border-bottom: 0; padding: 14px 0 0; }
.rgroup .consent { margin: 16px auto 18px; text-align: center; font-size: 0.8rem; max-width: 46ch; }
.rgroup .f--full { margin-bottom: 4px; }

.sizes { margin-top: 18px; }
.sizes__title { margin: 0 0 10px; font-size: var(--label); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash); }
.sizes__row { display: flex; flex-wrap: wrap; gap: 8px; }
.size { position: relative; }
.size input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.size span { display: inline-block; min-width: 54px; padding: 11px 14px; text-align: center; border: 1px solid var(--line-strong); background: var(--ink); color: var(--ash); font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: background 160ms, color 160ms, border-color 160ms; }
.size:hover span { border-color: var(--gold); color: var(--bone); }
.size input:checked + span { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.size input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 3px; }

.add-person { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; padding: 18px 20px; background: none; border: 1px dashed var(--gold); color: var(--gold); font-weight: 600; font-size: var(--label); letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: background 160ms, border-color 160ms; }
.add-person svg { width: 26px; height: 26px; fill: none; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: square; }
.add-person:hover { background: rgba(205,172,94,0.08); border-color: var(--gold); }
.add-person[hidden] { display: none; }

/* homepage registration pointer */
.reg__cta { border: 1px solid var(--line-strong); padding: clamp(20px, 2.4vw, 30px); background: rgba(19,19,18,0.4); max-width: 520px; justify-self: end; width: 100%; }
.reg__cta img { border: 1px solid var(--line-strong); }
.reg__cta .shirt__perks { margin: 0 0 16px; }
.reg__cta .btn { width: 100%; margin-top: 18px; min-height: 54px; padding: 14px 24px; }

@media (max-width: 900px) {
  .spot__grid { grid-template-columns: 1fr; }
  .shirt { max-width: 440px; }
  .rgroup__fields { grid-template-columns: 1fr; }
}
