@charset "utf-8";
/* ==========================================================================
   VAJRA — hand-written. Not generated, not compiled, no framework.

   The room is black. Photography is the only picture on the page, always
   monochrome. One colour signal (orange) marks the live thing; metallic
   silver carries everything else. Density is deliberate: hairline rules do
   the work that whitespace does on a softer site.
   ========================================================================== */

/* ---------- 1. Faces ------------------------------------------------- */
@font-face {
  font-family: "Archivo";
  src: url("fonts/archivo-var.woff2") format("woff2-variations");
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow SC";
  src: url("fonts/barlow-sc-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Barlow SC";
  src: url("fonts/barlow-sc-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Barlow SC";
  src: url("fonts/barlow-sc-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

/* ---------- 2. Tokens ------------------------------------------------ */
:root {
  --ink: #000000;
  --surface: #08080a;
  --surface-2: #101114;
  --surface-3: #17191d;
  --surface-4: #1e2126;

  --line: #24272c;
  --line-2: #33373d;
  --line-3: #474c53;

  --silver-1: #f2f4f6;
  --silver-2: #c4c9cf;
  --silver-3: #8b9198;
  --silver-4: #868c93; /* 4.75:1 on --surface-4, 5.2:1 on --surface-3, 5.9:1 on --surface */

  --signal: #ff4d00;
  --signal-2: #ff7a33;
  --signal-ink: #150600;

  --display: "Archivo", "Arial Black", "Helvetica Neue", sans-serif;
  --body: "Barlow SC", "Barlow Semi Condensed", "Roboto Condensed", system-ui, sans-serif;

  --gut: clamp(16px, 3.4vw, 40px);
  --band: clamp(52px, 6.4vw, 104px);
  --rule: 1px solid var(--line);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  /* Duration scale. Every transition is one of these; keyframe animations
     carry their own deliberate timings. */
  --t-quick: 160ms;   /* hover and tap feedback */
  --t-base: 240ms;    /* surfaces, colour, borders */
  --t-size: 260ms;    /* header size, matching AERA */
  --t-move: 420ms;    /* panels, heights, drawers */
  --t-enter: 600ms;   /* entrances and reveals */
  --t-open: 780ms;    /* full-width openings */
  --shell: 1680px;
}

/* ---------- 3. Reset ------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--silver-2);
  font-family: var(--body);
  font-size: 15.5px;
  line-height: 1.46;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Tabular figures where numbers line up in a column; proportional in prose. */
.dtable,
.meter,
.comp__rows,
.figures__n,
.spec__v { font-variant-numeric: tabular-nums; }

body.is-locked { overflow: hidden; }

img,
svg { display: block; max-width: 100%; }
img { height: auto; }

a { color: inherit; text-decoration: none; }

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  margin: 0;
}
button { cursor: pointer; }

/* A component's own display rule must never beat [hidden]. */
[hidden] { display: none !important; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend { padding: 0; }

table { border-collapse: collapse; width: 100%; }

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

::selection {
  background: var(--signal);
  color: var(--signal-ink);
}

.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 16px;
  background: var(--signal);
  color: var(--signal-ink);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform var(--t-quick) var(--ease);
}
.skip:focus { transform: none; }

/* ---------- 4. Type -------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--silver-1);
  margin: 0;
  font-weight: 800;
  font-stretch: 112%;
  line-height: 0.94;
  letter-spacing: -0.018em;
  text-transform: uppercase;
  text-wrap: balance;
}

.t-mega {
  font-size: clamp(3.1rem, 11.2vw, 10.5rem);
  font-weight: 900;
  font-stretch: 118%;
  letter-spacing: -0.032em;
  line-height: 0.855;
}
.t-xl { font-size: clamp(2.05rem, 5.4vw, 4.6rem); font-weight: 900; letter-spacing: -0.026em; }
.t-lg { font-size: clamp(1.6rem, 3.1vw, 2.7rem); }
.t-md { font-size: clamp(1.16rem, 1.7vw, 1.5rem); font-stretch: 105%; }
.t-sm { font-size: 1.02rem; font-stretch: 100%; letter-spacing: -0.005em; }

/* The label style that carries most of the site's information. */
.meta {
  font-family: var(--body);
  font-weight: 700;
  font-size: 0.665rem;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: var(--silver-4);
  line-height: 1.2;
}
.meta--signal { color: var(--signal); }
.meta--bright { color: var(--silver-2); }

.lede {
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  color: var(--silver-2);
  max-width: 62ch;
  line-height: 1.5;
}

p { margin: 0 0 0.85em; }
p:last-child { margin-bottom: 0; }

/* Headings balance; body copy avoids stranding a one-word last line. */
p, li, dd, figcaption, .lede, .prow__sum, .head__aside { text-wrap: pretty; }

.prose p { max-width: 68ch; }
.prose p + p { margin-top: 0.85em; }

.num {
  font-family: var(--display);
  font-weight: 800;
  font-stretch: 100%;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--silver-1);
}

/* ---------- 5. The vajra mark --------------------------------------- */
/* An original double-ended prong, drawn once and reused as rule, bullet
   and tick. It is the only ornament on the site. */
.vajra {
  width: 26px;
  height: 9px;
  flex: none;
  color: var(--signal);
}
.vajra--sm { width: 17px; height: 6px; }

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  font-family: var(--display);
  font-weight: 900;
  font-stretch: 125%;
  letter-spacing: 0.03em;
  color: var(--silver-1);
  text-transform: uppercase;
  line-height: 1;
}
.wordmark svg { color: var(--signal); }

/* ---------- 6. Shell ------------------------------------------------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gut);
}
.shell--flush { padding-inline: 0; }

.band { padding-block: var(--band); }
.band--tight { padding-block: clamp(34px, 4vw, 62px); }
.band--rule { border-top: var(--rule); }
.band--surface { background: var(--surface); }
.band--surface2 { background: var(--surface-2); }

/* Section head: a spec bar, not a centred title. */
.head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
  margin-bottom: 26px;
}
.head__code {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}
.head__aside {
  color: var(--silver-3);
  font-size: 0.9rem;
  max-width: 42ch;
  text-align: right;
}
@media (max-width: 719px) {
  .head { grid-template-columns: 1fr; }
  .head__aside { text-align: left; }
}

/* ---------- 7. Chrome (header) --------------------------------------- */
/* Headroom, matching AERA: no bar at all at the top of the page, then a
   condensed sticky bar with a smaller wordmark once past 24px. AERA's own
   numbers — 85px to 71px, 260ms cubic-bezier(0.22, 1, 0.36, 1) on size and
   240ms on the surface — translated to this palette. */
.chrome {
  position: sticky;
  top: 0;
  z-index: 90;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background-color var(--t-base) ease,
    border-color var(--t-base) ease,
    backdrop-filter var(--t-base) ease;
}
.chrome.is-stuck {
  background: rgba(8, 8, 10, 0.94);
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom-color: var(--line);
}
.chrome__in {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 34px);
  height: 84px;
  transition: height var(--t-size) cubic-bezier(0.22, 1, 0.36, 1);
}
.chrome.is-stuck .chrome__in { height: 64px; }

.chrome__mark {
  font-size: 1.4rem;
  transition: font-size var(--t-size) cubic-bezier(0.22, 1, 0.36, 1);
}
.chrome.is-stuck .chrome__mark { font-size: 1.12rem; }
.chrome__nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.9vw, 26px);
  margin-inline-start: auto;
}
.chrome__link {
  position: relative;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--silver-3);
  padding-block: 6px;
  transition: color var(--t-quick) var(--ease);
}
.chrome__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--signal);
  transition: right var(--t-size) var(--ease);
}
.chrome__link:hover,
.chrome__link:focus-visible { color: var(--silver-1); }
.chrome__link:hover::after { right: 0; }
.chrome__link[aria-current="page"] { color: var(--silver-1); }
.chrome__link[aria-current="page"]::after { right: 0; }

.chrome__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--signal);
  color: var(--signal-ink);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  transition: transform var(--t-quick) var(--ease), background var(--t-quick) var(--ease);
}
.chrome__cta:hover { background: var(--signal-2); }
.chrome__cta:active { transform: translateY(1px); }

.burger {
  display: none;
  align-items: center;
  gap: 9px;
  margin-inline-start: auto;
  padding: 9px 14px;
  border: 1px solid var(--line-2);
  color: var(--silver-2);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}
.burger__bars {
  display: grid;
  gap: 3px;
  width: 15px;
}
.burger__bars span {
  height: 2px;
  background: currentColor;
  transition: transform var(--t-base) var(--ease), opacity var(--t-quick) var(--ease);
}
.burger[aria-expanded="true"] .burger__bars span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger[aria-expanded="true"] .burger__bars span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] .burger__bars span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 1023px) {
  .chrome__nav { display: none; }
  .burger { display: inline-flex; }
}

/* Full-bleed menu. Enters as a wipe; the items follow as one phrase. */
.menu {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: var(--ink);
  display: grid;
  grid-template-rows: auto 1fr auto;
  clip-path: inset(0 0 100% 0);
  transition: clip-path var(--t-move) var(--ease-out);
  overflow-y: auto;
}
.menu[hidden] { display: none; }
.menu.is-open { clip-path: inset(0 0 0 0); }
.menu__top {
  display: flex;
  align-items: center;
  height: 62px;
  border-bottom: var(--rule);
}
.menu__list { display: grid; align-content: start; }
.menu__item {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: clamp(12px, 2.4vw, 20px) 0;
  border-bottom: var(--rule);
  opacity: 0;
  transform: translateY(14px);
}
.menu.is-open .menu__item {
  animation: menu-in 0.42s var(--ease-out) forwards;
  animation-delay: calc(90ms + var(--i) * 45ms);
}
@keyframes menu-in {
  to { opacity: 1; transform: none; }
}
.menu__item span:first-child { color: var(--silver-4); font-size: 0.7rem; letter-spacing: 0.18em; font-weight: 700; }
.menu__item strong {
  font-family: var(--display);
  font-weight: 900;
  font-stretch: 118%;
  font-size: clamp(2rem, 9vw, 3.6rem);
  letter-spacing: -0.025em;
  color: var(--silver-1);
  line-height: 0.95;
  transition: color var(--t-quick) var(--ease);
}
.menu__item:hover strong { color: var(--signal); }
.menu__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding-block: 18px;
  border-top: var(--rule);
}

/* ---------- 8. Buttons ----------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: background var(--t-quick) var(--ease), color var(--t-quick) var(--ease),
    border-color var(--t-quick) var(--ease), transform var(--t-quick) var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn--signal { background: var(--signal); color: var(--signal-ink); }
.btn--signal:hover { background: var(--signal-2); }
.btn--ghost { border-color: var(--line-3); color: var(--silver-1); }
.btn--ghost:hover { border-color: var(--silver-2); background: var(--surface-3); }
.btn--block { width: 100%; }
.btn[disabled] { opacity: 0.42; pointer-events: none; }

/* An inline link inside running text carries an underline: colour alone is not
   enough of a difference from the paragraph around it. */
p > a:not(.btn):not(.linkline):not(.chrome__link):not(.menu__item) {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--line-3);
  transition: text-decoration-color var(--t-quick) var(--ease), color var(--t-quick) var(--ease);
}
p > a:not(.btn):not(.linkline):hover { color: var(--signal); text-decoration-color: currentColor; }

.linkline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  color: var(--silver-1);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line-3);
  transition: border-color var(--t-quick) var(--ease), color var(--t-quick) var(--ease), gap var(--t-quick) var(--ease);
}
.linkline:hover { border-color: var(--signal); color: var(--signal); gap: 13px; }

/* ---------- 9. Frames and image parallax ----------------------------- */
/* The frame never moves. The photograph inside it does. */
.frame {
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  isolation: isolate;
}
.frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frame--px > img {
  height: 128%;
  position: absolute;
  inset: -14% 0 auto 0;
  will-change: transform;
  transform: translate3d(0, var(--px, 0px), 0);
}
.frame--3x2 { aspect-ratio: 3 / 2; }
.frame--4x5 { aspect-ratio: 4 / 5; }
.frame--1x1 { aspect-ratio: 1 / 1; }
.frame--tall { aspect-ratio: 3 / 4; }

/* A hairline inside the frame keeps photographs from bleeding into black. */
.frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 2;
}
.frame__cap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

/* ---------- 10. Reveals ---------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--t-enter) var(--ease-out), transform var(--t-open) var(--ease-out);
  transition-delay: calc(var(--i, 0) * 62ms);
}
[data-reveal="wipe"] { transform: none; clip-path: inset(0 0 100% 0); transition: clip-path var(--t-open) var(--ease-out), opacity var(--t-move) linear; }
[data-reveal].is-in { opacity: 1; transform: none; clip-path: inset(0 0 0 0); }

/* ---------- 11. Opening ---------------------------------------------- */
.opening {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: var(--ink);
  display: grid;
  place-items: center;
  pointer-events: none;
}
.opening__bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 50.5%;
  background: var(--ink);
  transition: transform var(--t-open) var(--ease-out);
  transition-delay: 0.5s;
}
.opening__bar--top { top: 0; }
.opening__bar--bottom { bottom: 0; }
.opening__mark {
  position: relative;
  z-index: 2;
  font-size: clamp(2.2rem, 8vw, 5rem);
  opacity: 0;
  animation: open-mark 1.05s var(--ease-out) forwards;
}
@keyframes open-mark {
  0% { opacity: 0; letter-spacing: 0.42em; }
  46% { opacity: 1; letter-spacing: 0.03em; }
  100% { opacity: 0; letter-spacing: 0.03em; }
}
.opening.is-done .opening__bar--top { transform: translateY(-100%); }
.opening.is-done .opening__bar--bottom { transform: translateY(100%); }

/* ---------- 12. Hero -------------------------------------------------- */
.hero {
  position: relative;
  border-bottom: var(--rule);
}
.hero__media {
  position: relative;
  height: clamp(520px, 86svh, 940px);
  overflow: hidden;
  background: var(--ink);
}
.hero__media picture { display: contents; }
.hero__media img {
  position: absolute;
  inset: -10% 0 auto 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: 50% 42%;
  will-change: transform;
  transform: translate3d(0, var(--px, 0px), 0) scale(var(--pz, 1));
}
.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.12) 34%, rgba(0, 0, 0, 0.5) 74%, var(--ink) 100%),
    linear-gradient(96deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.08) 58%);
}
.hero__body {
  position: absolute;
  inset: auto 0 0 0;
  padding-bottom: clamp(22px, 3.4vw, 46px);
}
.hero__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: clamp(10px, 1.4vw, 18px); }
.hero__title { max-width: 15ch; }
.hero__title em {
  font-style: normal;
  display: block;
  color: var(--signal);
}
.hero__foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px 32px;
  margin-top: clamp(16px, 2.2vw, 28px);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 899px) {
  .hero__foot { grid-template-columns: 1fr; }
}

/* Coach roster along the base of the opening. */
.roster {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(122px, 1fr);
  border-top: var(--rule);
  background: var(--surface);
  overflow-x: auto;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
}
.roster__item {
  display: grid;
  gap: 0;
  padding: 0;
  border-right: var(--rule);
  transition: background var(--t-quick) var(--ease);
}
.roster__item:last-child { border-right: 0; }
.roster__item:hover { background: var(--surface-3); }
.roster__item .frame { aspect-ratio: 1 / 1; }
.roster__item img { transition: transform var(--t-enter) var(--ease-out), filter var(--t-move) var(--ease); filter: contrast(1.02); }
.roster__item:hover img { transform: scale(1.06); filter: contrast(1.14); }
.roster__text { padding: 10px 12px 12px; }
.roster__name {
  font-family: var(--display);
  font-weight: 800;
  font-stretch: 104%;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: -0.005em;
  color: var(--silver-1);
  line-height: 1.05;
}

/* ---------- 13. Figures ticker --------------------------------------- */
.figures {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: var(--rule);
  background: var(--surface);
}
.figures__cell {
  padding: clamp(16px, 2.2vw, 28px) var(--gut);
  border-right: var(--rule);
}
.figures__cell:last-child { border-right: 0; }
.figures__n { font-size: clamp(1.9rem, 3.6vw, 3.1rem); display: block; line-height: 1; }
.figures__n::after { content: ""; display: block; width: 22px; height: 2px; background: var(--signal); margin-top: 9px; }
@media (max-width: 767px) {
  .figures { grid-template-columns: repeat(2, 1fr); }
  .figures__cell:nth-child(2n) { border-right: 0; }
  .figures__cell:nth-child(-n + 2) { border-bottom: var(--rule); }
}

/* ---------- 14. Goal router (signature) ------------------------------ */
.router { position: relative; }
.router__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: var(--rule);
  border-bottom: 0;
}
.router__tab {
  position: relative;
  display: grid;
  gap: 5px;
  padding: clamp(13px, 1.7vw, 20px) clamp(12px, 1.6vw, 22px);
  text-align: left;
  border-right: var(--rule);
  color: var(--silver-3);
  transition: background var(--t-base) var(--ease), color var(--t-base) var(--ease);
}
.router__tab:last-child { border-right: 0; }
.router__tab::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-move) var(--ease-out);
}
.router__tab:hover { background: var(--surface-2); color: var(--silver-2); }
.router__tab[aria-selected="true"] {
  background: var(--surface-2);
  color: var(--silver-1);
}
.router__tab[aria-selected="true"]::before { transform: scaleX(1); }
.router__tabname {
  font-family: var(--display);
  font-weight: 900;
  font-stretch: 112%;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.022em;
  color: inherit;
}
.router__tabstrap { font-size: 0.83rem; color: var(--silver-4); }
@media (max-width: 639px) {
  .router__tabs { grid-template-columns: 1fr; border-bottom: 0; }
  .router__tab { border-right: 0; border-bottom: var(--rule); }
  .router__tab::before { inset: 0 auto 0 0; width: 3px; height: auto; transform: scaleY(0); transform-origin: top; }
  .router__tab[aria-selected="true"]::before { transform: scaleY(1); }
}

.router__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  border: var(--rule);
  background: var(--surface-2);
}
.router__panel[hidden] { display: none; }
.router__panel.is-swapping .router__col { opacity: 0; transform: translateY(9px); }
.router__col {
  transition: opacity var(--t-size) var(--ease), transform var(--t-move) var(--ease-out);
}
.router__media { position: relative; border-right: var(--rule); }
.router__media .frame { height: 100%; min-height: 320px; }
.router__note {
  padding: clamp(18px, 2.4vw, 30px);
  display: grid;
  align-content: start;
  gap: 14px;
}
.router__list { display: grid; list-style: none; margin: 0; padding: 0; }
.router__prog {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 16px;
  padding: clamp(14px, 1.8vw, 19px) clamp(14px, 2vw, 22px);
  border-top: var(--rule);
  transition: background var(--t-quick) var(--ease), padding-left var(--t-base) var(--ease);
}
.router__prog:hover { background: var(--surface-3); padding-left: calc(clamp(14px, 2vw, 22px) + 6px); }
.router__progname {
  font-family: var(--display);
  font-weight: 800;
  font-stretch: 106%;
  text-transform: uppercase;
  font-size: 1.16rem;
  letter-spacing: -0.012em;
  color: var(--silver-1);
  line-height: 1.05;
}
.router__prog p { grid-column: 2; font-size: 0.88rem; color: var(--silver-3); margin: 0; }
@media (max-width: 899px) {
  .router__panel { grid-template-columns: 1fr; }
  .router__media { border-right: 0; border-bottom: var(--rule); }
  .router__media .frame { min-height: 0; aspect-ratio: 3 / 2; }
}

/* ---------- 15. Data blocks ------------------------------------------ */
.spec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  border: var(--rule);
  background: var(--surface-2);
}
.spec__cell {
  padding: 13px 15px;
  border-right: var(--rule);
  border-bottom: var(--rule);
}
.spec__cell:last-child { border-right: 0; }
.spec__v { font-size: 1.28rem; display: block; margin-top: 5px; line-height: 1; }

.dtable { border: var(--rule); background: var(--surface-2); }
.dtable caption {
  text-align: left;
  padding: 12px 15px;
  border-bottom: var(--rule);
  background: var(--surface-3);
}
.dtable th,
.dtable td {
  padding: 10px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 0.93rem;
}
.dtable thead th {
  font-family: var(--body);
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--silver-4);
  background: var(--surface-3);
}
.dtable tbody tr:last-child th,
.dtable tbody tr:last-child td { border-bottom: 0; }
.dtable tbody tr { transition: background var(--t-quick) var(--ease); }
.dtable tbody tr:hover { background: var(--surface-3); }
.dtable td strong,
.dtable th strong { color: var(--silver-1); font-weight: 600; }
.dtable .is-num { text-align: right; font-variant-numeric: tabular-nums; color: var(--silver-1); }

.scroller {
  position: relative; /* contain absolute descendants (.sr) so they cannot extend the root */
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

/* Intensity meter, drawn from the vajra tick. */
.meter { display: inline-flex; gap: 3px; align-items: center; }
.meter i {
  width: 15px;
  height: 4px;
  background: var(--line-2);
  transform: skewX(-22deg);
}
.meter i.is-on { background: var(--signal); }

/* ---------- 16. Cards ------------------------------------------------ */
.grid { display: grid; gap: 1px; background: var(--line); border: var(--rule); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media (max-width: 1099px) {
  .grid--4, .grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 899px) {
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 719px) {
  .grid--2, .grid--3, .grid--4, .grid--6 { grid-template-columns: 1fr; }
}

.card {
  position: relative;
  /* Flex column, not grid: the body has to absorb the spare height so every
     card's footer rule lands on the same line across a row. */
  display: flex;
  flex-direction: column;
  background: var(--surface);
  transition: background var(--t-base) var(--ease);
}
.card:hover { background: var(--surface-3); }
.card__body { flex: 1; padding: clamp(14px, 1.7vw, 20px); display: grid; gap: 8px; align-content: start; }
.card__title { transition: color var(--t-quick) var(--ease); }
.card:hover .card__title { color: var(--signal); }
.card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 10px clamp(14px, 1.7vw, 20px);
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.card img { transition: transform var(--t-open) var(--ease-out); }
.card:hover img { transform: scale(1.045); }
.card a::after { content: ""; position: absolute; inset: 0; }

/* Programme row — the dense list form of the same content. */
.prow {
  display: grid;
  grid-template-columns: 88px minmax(0, 1.5fr) minmax(0, 1.7fr) auto;
  align-items: center;
  gap: 10px 22px;
  padding: clamp(15px, 1.8vw, 21px) clamp(14px, 1.8vw, 22px);
  border-bottom: var(--rule);
  background: var(--surface);
  position: relative;
  transition: background var(--t-quick) var(--ease);
}
.prow:hover { background: var(--surface-3); }
.prow:last-child { border-bottom: 0; }
.prow a::after { content: ""; position: absolute; inset: 0; }
.prow__code { color: var(--signal); font-weight: 700; letter-spacing: 0.12em; font-size: 0.72rem; }
.prow__sum { color: var(--silver-3); font-size: 0.9rem; }
.prow__stats { display: flex; gap: 18px; align-items: center; }
@media (max-width: 1099px) {
  .prow { grid-template-columns: 64px minmax(0, 1fr); }
  .prow__sum, .prow__stats { grid-column: 2; }
}

/* ---------- 17. Comparator (signature) ------------------------------- */
.comp {
  border: var(--rule);
  background: var(--surface-2);
}
.comp__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 24px;
  padding: clamp(14px, 1.8vw, 20px);
  border-bottom: var(--rule);
}
.comp__week {
  font-family: var(--display);
  font-weight: 900;
  font-stretch: 110%;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--signal);
  line-height: 1;
  letter-spacing: -0.02em;
}
.comp__slider { padding: clamp(14px, 1.8vw, 20px); border-bottom: var(--rule); }
.comp__rail {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 26px;
  background: transparent;
  cursor: ew-resize;
  display: block;
}
.comp__rail::-webkit-slider-runnable-track {
  height: 4px;
  background: linear-gradient(90deg, var(--signal) 0 var(--fill, 0%), var(--line-2) var(--fill, 0%) 100%);
}
.comp__rail::-moz-range-track { height: 4px; background: var(--line-2); }
.comp__rail::-moz-range-progress { height: 4px; background: var(--signal); }
.comp__rail::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 26px;
  margin-top: -11px;
  background: var(--silver-1);
  border: 0;
  transition: background var(--t-quick) var(--ease), transform var(--t-quick) var(--ease);
}
.comp__rail::-moz-range-thumb {
  width: 16px;
  height: 26px;
  border-radius: 0;
  background: var(--silver-1);
  border: 0;
}
.comp__rail:hover::-webkit-slider-thumb { background: var(--signal); }
.comp__rail:active::-webkit-slider-thumb { transform: scaleY(1.1); }
.comp__rail:hover::-moz-range-thumb { background: var(--signal); }
.comp__ticks { display: flex; justify-content: space-between; margin-top: 7px; }

.comp__rows { display: grid; }
.comp__row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 78px minmax(90px, 1.4fr) 78px;
  align-items: center;
  gap: 8px 16px;
  padding: 11px clamp(14px, 1.8vw, 20px);
  border-bottom: 1px solid var(--line);
}
.comp__row:last-child { border-bottom: 0; }
.comp__label { font-size: 0.92rem; color: var(--silver-2); }
.comp__from,
.comp__to { font-variant-numeric: tabular-nums; font-size: 0.95rem; text-align: right; }
.comp__from { color: var(--silver-4); }
.comp__to { color: var(--silver-1); font-weight: 600; }
.comp__bar { position: relative; height: 6px; background: var(--surface-4); overflow: hidden; }
.comp__bar i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 0%);
  background: var(--signal);
  transition: width var(--t-quick) linear;
}
.comp__bar.is-down i { background: var(--silver-2); }
@media (max-width: 639px) {
  .comp__row { grid-template-columns: minmax(0, 1fr) 66px; }
  .comp__bar { grid-column: 1 / -1; order: 3; }
  .comp__from { display: none; }
}

/* ---------- 18. Timetable -------------------------------------------- */
.tt__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0;
}
.chip {
  padding: 8px 15px;
  border: 1px solid var(--line-2);
  color: var(--silver-3);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  transition: border-color var(--t-quick) var(--ease), color var(--t-quick) var(--ease), background var(--t-quick) var(--ease);
}
.chip:hover { border-color: var(--line-3); color: var(--silver-1); }
.chip[aria-pressed="true"] {
  background: var(--signal);
  border-color: var(--signal);
  color: var(--signal-ink);
}
.tt__row td { transition: opacity var(--t-base) var(--ease); }
.tt__row[hidden] { display: none; }
.tt__spots { display: inline-flex; align-items: center; gap: 7px; }
.tt__dot { width: 7px; height: 7px; background: var(--signal); flex: none; }
.tt__dot.is-full { background: var(--line-3); }
.tt__empty { padding: 26px 15px; color: var(--silver-3); }

/* ---------- 19. Membership ------------------------------------------- */
.plan {
  display: grid;
  align-content: start;
  background: var(--surface);
  position: relative;
}
.plan--featured { background: var(--surface-3); }
.plan--featured::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--signal);
}
.plan__head { padding: clamp(16px, 2vw, 24px); border-bottom: var(--rule); display: grid; gap: 8px; }
.plan__price { display: flex; align-items: baseline; gap: 7px; }
.plan__amount { font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1; }
.plan__rows { display: grid; }
.plan__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 9px clamp(16px, 2vw, 24px);
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}
.plan__row span:last-child { color: var(--silver-1); font-weight: 600; }
.plan__no { color: var(--silver-4); }
.plan__foot { padding: clamp(16px, 2vw, 24px); display: grid; gap: 12px; }

/* ---------- 20. Trial flow ------------------------------------------- */
.flow { border: var(--rule); background: var(--surface-2); }
.flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: var(--rule);
}
.flow__step {
  padding: 12px 15px;
  border-right: var(--rule);
  color: var(--silver-4);
  position: relative;
}
.flow__step:last-child { border-right: 0; }
.flow__step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-move) var(--ease-out);
}
.flow__step.is-active { color: var(--silver-1); background: var(--surface-3); }
.flow__step.is-active::before,
.flow__step.is-done::before { transform: scaleX(1); }
.flow__step.is-done { color: var(--silver-3); }
.flow__step.is-done::before { background: var(--line-3); }
.flow__stepname { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1rem; display: block; margin-top: 4px; color: inherit; }
@media (max-width: 719px) {
  .flow__steps { grid-template-columns: repeat(2, 1fr); }
  .flow__step:nth-child(2n) { border-right: 0; }
  .flow__step:nth-child(-n + 2) { border-bottom: var(--rule); }
}

.flow__pane { padding: clamp(16px, 2.4vw, 28px); display: grid; gap: 18px; }
.flow__pane[hidden] { display: none; }
.flow__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: clamp(14px, 1.8vw, 20px);
  border-top: var(--rule);
}

.pick { display: grid; gap: 1px; background: var(--line); border: var(--rule); }
.pick--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pick--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 719px) { .pick--3, .pick--2 { grid-template-columns: 1fr; } }
.pick__opt {
  display: grid;
  gap: 5px;
  padding: 15px 17px;
  background: var(--surface);
  text-align: left;
  color: var(--silver-3);
  position: relative;
  transition: background var(--t-quick) var(--ease), color var(--t-quick) var(--ease);
}
.pick__opt:hover { background: var(--surface-3); color: var(--silver-2); }
.pick__opt[aria-pressed="true"] { background: var(--surface-4); color: var(--silver-1); }
.pick__opt[aria-pressed="true"]::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--signal);
}
.pick__opt[disabled] { opacity: 0.4; }
.pick__name { font-family: var(--display); font-weight: 800; font-size: 1.05rem; color: inherit; }

.field { display: grid; gap: 6px; }
.field input,
.field textarea,
.field select {
  padding: 11px 13px;
  background: var(--surface);
  border: 1px solid var(--line-2);
  color: var(--silver-1);
  transition: border-color var(--t-quick) var(--ease), background var(--t-quick) var(--ease);
}
.field input:hover,
.field textarea:hover { border-color: var(--line-3); }
.field input:focus,
.field textarea:focus { outline: none; border-color: var(--signal); background: var(--surface-2); }
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] { border-color: var(--signal); }
.field__err { color: var(--signal); font-size: 0.82rem; font-weight: 600; min-height: 1.2em; }
.fields { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fields > .field--wide { grid-column: 1 / -1; }
@media (max-width: 639px) { .fields { grid-template-columns: 1fr; } }

.review { display: grid; }
.review__row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.review__row:last-child { border-bottom: 0; }
.review__row strong { color: var(--silver-1); font-weight: 600; }
.review__edit { color: var(--signal); font-weight: 700; font-size: 0.84rem; letter-spacing: 0.01em; }
@media (max-width: 639px) { .review__row { grid-template-columns: 1fr auto; } }

.done { display: grid; gap: 14px; padding: clamp(20px, 3vw, 38px); text-align: left; }
.done__mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--signal); color: var(--signal-ink); }

/* ---------- 21. Notices ---------------------------------------------- */
.notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 16px;
  border: 1px solid var(--line-2);
  border-left: 3px solid var(--signal);
  background: var(--surface-2);
  color: var(--silver-3);
  font-size: 0.9rem;
}
.notice strong { color: var(--silver-1); font-weight: 600; }

/* ---------- 22. Editorial pieces ------------------------------------- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 3.4vw, 56px);
  align-items: center;
}
.split--wide { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); }
.split--flip > *:first-child { order: 2; }
@media (max-width: 899px) {
  .split, .split--wide { grid-template-columns: 1fr; }
  .split--flip > *:first-child { order: 0; }
}

.creed { display: grid; }
.creed__item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 6px 18px;
  padding: clamp(15px, 2vw, 22px) 0;
  border-top: var(--rule);
}
.creed__item:last-child { border-bottom: var(--rule); }
.creed__n { font-family: var(--display); font-weight: 900; font-size: 1.1rem; color: var(--signal); letter-spacing: 0.02em; }
.creed__item p { grid-column: 2; color: var(--silver-3); }

.stack { display: grid; gap: clamp(14px, 2vw, 24px); }
.stack--sm { gap: 10px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  padding: 4px 9px;
  border: 1px solid var(--line-2);
  color: var(--silver-3);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.bullets li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; }
.bullets li::before {
  content: "";
  width: 15px;
  height: 4px;
  margin-top: 0.48em;
  background: var(--signal);
  transform: skewX(-22deg);
}

.qmark {
  font-family: var(--display);
  font-weight: 800;
  font-stretch: 106%;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.16;
  color: var(--silver-1);
  text-transform: none;
  letter-spacing: -0.012em;
  border-left: 3px solid var(--signal);
  padding-left: clamp(14px, 1.8vw, 22px);
  margin: 0;
}
.qmark cite { display: block; margin-top: 10px; font-style: normal; }

/* Full-bleed photographic band with parallax. */
.plate {
  position: relative;
  min-height: clamp(360px, 56svh, 640px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-block: var(--rule);
}
.plate__media { position: absolute; inset: 0; overflow: hidden; }
.plate__media img {
  position: absolute;
  inset: -12% 0 auto 0;
  width: 100%;
  height: 124%;
  object-fit: cover;
  will-change: transform;
  transform: translate3d(0, var(--px, 0px), 0);
}
.plate__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.22) 40%, rgba(0, 0, 0, 0.86) 100%);
}
.plate__body { position: relative; padding-block: clamp(26px, 4vw, 54px); }

/* Accordion. */
.acc { border-top: var(--rule); }
.acc__item { border-bottom: var(--rule); }
.acc__btn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: clamp(13px, 1.7vw, 18px) 0;
  text-align: left;
  color: var(--silver-1);
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 104%;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  text-transform: none;
  letter-spacing: -0.008em;
  transition: color var(--t-quick) var(--ease);
}
.acc__btn:hover { color: var(--signal); }
.acc__sign { position: relative; width: 15px; height: 15px; justify-self: end; }
.acc__sign::before,
.acc__sign::after {
  content: "";
  position: absolute;
  background: var(--signal);
  inset: 6.5px 0 auto 0;
  height: 2px;
  transition: transform var(--t-size) var(--ease);
}
.acc__sign::after { transform: rotate(90deg); }
.acc__btn[aria-expanded="true"] .acc__sign::after { transform: rotate(0deg); }
.acc__panel { overflow: hidden; height: 0; transition: height var(--t-size) var(--ease); }
.acc__panel > div { padding-bottom: clamp(13px, 1.7vw, 18px); color: var(--silver-3); max-width: 74ch; }

/* ---------- 23. Footer ------------------------------------------------ */
.foot { border-top: var(--rule); background: var(--surface); }
.foot__top {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 44px);
  padding-block: clamp(30px, 4vw, 56px);
}
.foot__col { display: grid; gap: 9px; align-content: start; }
.foot__col a { color: var(--silver-3); transition: color var(--t-quick) var(--ease); }
.foot__col a:hover { color: var(--signal); }
.foot__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  padding-block: 16px;
  border-top: var(--rule);
  color: var(--silver-4);
  font-size: 0.82rem;
}
@media (max-width: 899px) { .foot__top { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 559px) { .foot__top { grid-template-columns: 1fr; } }

/* ---------- 24. Utilities --------------------------------------------- */
.row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.row--between { justify-content: space-between; }
.mt { margin-top: clamp(16px, 2.2vw, 28px); }
.mt-sm { margin-top: 10px; }
.muted { color: var(--silver-3); }
.bright { color: var(--silver-1); }
.signal { color: var(--signal); }
.hairline { height: 1px; background: var(--line); border: 0; margin: 0; }
.center-x { justify-self: center; }

/* ---------- 25. Reduced motion ---------------------------------------- */
/* Spatial and perpetual effects go. Content and controls all stay. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .frame--px > img,
  .hero__media img,
  .plate__media img { transform: none !important; position: static; height: 100%; inset: auto; }
  .hero__media img { position: absolute; inset: 0; height: 100%; }
  .plate__media img { position: absolute; inset: 0; height: 100%; }
  .frame--px > img { position: absolute; inset: 0; height: 100%; }
  .menu { transition: none; }
  .menu__item { opacity: 1; transform: none; animation: none; }
  .opening { display: none; }
  .card:hover img,
  .roster__item:hover img { transform: none; }
}

/* ---------- 26. Print -------------------------------------------------- */
@media print {
  .chrome, .menu, .opening, .roster, .plate__media { display: none !important; }
  body { background: #fff; color: #000; }
}
