/* ═══════════════════════════════════════════════════════════════════════════
   Hungter — "ink and examiner's red"

   The figure/ground inversion is the whole idea: the site is ink, the papers
   are paper. Content sits on white script-cards that read as sheets of exam
   stationery floating on a dark ground, and red appears only where an
   examiner's pen would appear.

   One governing rule, derived from contrast rather than taste:
   RED NEVER SITS ON INK AS TEXT. #C8102E on #131C24 is 2.93:1, which fails AA
   at any size. On paper it is 5.68:1 and passes. So the pen only touches
   paper — on ink, red exists solely as a filled CTA (white on red is 5.88:1)
   or as a 1px rule. The accessibility floor and the concept enforce each
   other.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Type ─────────────────────────────────────────────────────────────────
   Instrument Sans  display — a grotesque with real character
   Arimo            paper — Arial-metric, what CAIE papers are set in
   IBM Plex Mono    utility — mark allocations, syllabus codes, timers
   Caveat           hand — RED EXAMINER ANNOTATIONS ONLY, nowhere else.
                    Subsetted to the annotation vocabulary; see
                    fonts/caveat-charset.txt before adding a new annotation. */
@font-face{font-family:'Instrument Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/instrument-sans-var.woff2) format('woff2');}
@font-face{font-family:'Arimo';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/arimo-var.woff2) format('woff2');}
@font-face{font-family:'Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/plex-mono-400.woff2) format('woff2');}
@font-face{font-family:'Plex Mono';font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/plex-mono-600.woff2) format('woff2');}
@font-face{font-family:'Caveat';font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/caveat-var.woff2) format('woff2');}

/* Instrument Sans is 82.9% the width of a typical system-ui at the same size
   (measured against the Arial-metric fallback, not guessed), so the H1 reflowed
   on swap and dragged the whole
   hero — the script card included — down with it. That was the page's only
   layout shift. A metric-matched fallback holds the line box still. */
@font-face {
  font-family: 'Display Fallback';
  src: local('Arial'), local('Helvetica Neue'), local('Liberation Sans'), local('Roboto'), local('Segoe UI');
  size-adjust: 105.5%;
  ascent-override: 91.9%;
  descent-override: 23.7%;
  line-gap-override: 0%;
}

:root {
  --ink:        #131C24;   /* the environment */
  --ink-deep:   #0C131A;   /* recessed bands, footer */
  --script:     #FBFBF9;   /* paper — the star */
  --rule:       #D7DDDE;   /* rules ON paper */
  --examiner:   #C8102E;   /* the pen */
  --graphite:   #7C8894;   /* secondary text on ink — 4.77:1, passes AA */
  --rule-ink:   #5A666F;   /* hairlines on ink — NON-TEXT only, 2.94:1 */

  --ink-on-paper: #16202A;  /* body text on script cards */
  --paper-soft:   #55606A;  /* secondary text on script cards */

  --display: 'Instrument Sans', 'Display Fallback', system-ui, sans-serif;
  --paper:   'Arimo', Arial, Helvetica, sans-serif;
  --mono:    'Plex Mono', ui-monospace, monospace;
  --hand:    'Caveat', cursive;

  --shell: 1080px;
  --gap: 20px;
  --sec: 68px;              /* one vertical step for the whole page */

  --ease: cubic-bezier(.22, 1, .36, 1);
}

@media (min-width: 760px) { :root { --sec: 104px; --gap: 28px; } }

/* ── Base ─────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--script);
  font-family: var(--paper);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-synthesis-weight: none;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; margin: 0; text-wrap: balance; }
p { margin: 0; }
img, svg { max-width: 100%; }
[hidden] { display: none !important; }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--examiner);
  outline-offset: 3px;
  border-radius: 2px;
}
/* On paper the red ring would read as an annotation, so focus goes to ink. */
.script :focus-visible, .demo :focus-visible { outline-color: var(--ink-on-paper); }

.shell { width: min(var(--shell), 100% - 32px); margin-inline: auto; }
@media (min-width: 760px) { .shell { width: min(var(--shell), 100% - 64px); } }

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

section { padding-block: var(--sec); }

.eyebrow {
  font-family: var(--mono); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--graphite);
  margin: 0 0 14px;
}

.lede { color: var(--graphite); font-size: 1.02rem; line-height: 1.65; max-width: 58ch; }

/* ── Skip link ────────────────────────────────────────────────────────── */
.skip {
  position: fixed; top: 8px; left: -9999px; z-index: 200;
  background: var(--examiner); color: #fff; padding: 10px 18px;
  font-family: var(--display); font-weight: 700; border-radius: 3px; text-decoration: none;
}
.skip:focus { left: 8px; }

/* ── Nav ──────────────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--ink) 88%, transparent);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: padding .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
  padding-block: 16px;
}
.nav.condensed { padding-block: 8px; border-bottom-color: var(--rule-ink); background: color-mix(in srgb, var(--ink-deep) 94%, transparent); }
.nav-in { display: flex; align-items: center; gap: 16px; }
.wordmark { font-family: var(--display); font-weight: 700; font-size: 1.06rem; letter-spacing: -0.03em; text-decoration: none; color: var(--script); }
.wordmark span { color: var(--examiner); }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.nav-links a {
  font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.04em;
  color: var(--graphite); text-decoration: none; padding: 8px 10px; border-radius: 3px;
  transition: color .12s var(--ease);
}
.nav-links a:hover { color: var(--script); }
@media (max-width: 560px) { .nav-links .opt { display: none; } }

/* ── Buttons ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--display); font-weight: 700; font-size: 0.95rem;
  padding: 13px 22px; border-radius: 3px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer; min-height: 44px;
  transition: transform .12s ease-out, background-color .12s ease-out, border-color .12s ease-out;
}
.btn-mark { background: var(--examiner); color: #fff; }
.btn-mark:hover { background: #A80D26; transform: translateY(-1px); }
.btn-mark:disabled { opacity: .55; cursor: default; transform: none; }
.btn-quiet { background: transparent; color: var(--script); border-color: var(--rule-ink); }
.btn-quiet:hover { border-color: var(--graphite); transform: translateY(-1px); }
/* On a paper surface --script IS the background, so a quiet button has to
   flip to ink or it renders invisible. This shipped broken on Session pass. */
.price .btn-quiet, .script .btn-quiet { color: var(--ink-on-paper); border-color: var(--paper-soft); }
.price .btn-quiet:hover, .script .btn-quiet:hover { border-color: var(--ink-on-paper); background: color-mix(in srgb, var(--ink-on-paper) 5%, transparent); }

/* ═══ THE SCRIPT CARD ═══════════════════════════════════════════════════
   Not a SaaS card. 3px corners, a tight shadow like paper resting on a desk,
   a red margin rule down the left, and faint horizontal answer lines. Every
   one of those is the difference between "sheet of stationery" and "div". */
.script {
  position: relative;
  background: var(--script);
  color: var(--ink-on-paper);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0,0,0,.30), 0 10px 22px -12px rgba(0,0,0,.55);
  padding: 20px 18px 18px 18px;
  font-family: var(--paper);
  /* The examiner's column. The rule below marks it off and the writing never
     enters it — which is the whole reason a script has a margin. */
  --gutter: 54px;
}
@media (min-width: 760px) { .script { padding: 26px; --gutter: 64px; } }

/* the margin rule — the pen lives to the right of it */
.script::before {
  content: ''; position: absolute; inset-block: 14px; right: var(--gutter); width: 1px;
  background: color-mix(in srgb, var(--examiner) 40%, transparent);
}

.script-head {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  padding-right: var(--gutter);
  font-family: var(--mono); font-size: 0.72rem; color: var(--paper-soft);
  padding-bottom: 10px; border-bottom: 1px solid var(--rule); margin-bottom: 14px;
}
.script-code { letter-spacing: 0.02em; }
.marks-badge { margin-left: auto; font-weight: 600; color: var(--ink-on-paper); }

.qtext { font-size: 0.95rem; line-height: 1.55; margin-bottom: 14px; padding-right: var(--gutter); }
.qtext b { font-weight: 700; }

/* the answer area — ruled like a real script */
.answer {
  font-size: 0.92rem; line-height: 28px; color: var(--ink-on-paper);
  padding-right: var(--gutter);
  background-image: linear-gradient(var(--rule) 1px, transparent 1px);
  background-size: 100% 28px; background-position: 0 27px;
  padding-bottom: 4px;
}

.script-foot {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--rule);
  font-family: var(--mono); font-size: 0.76rem; color: var(--paper-soft);
}
.tally { font-weight: 600; color: var(--ink-on-paper); font-variant-numeric: tabular-nums; }
.grade-chip {
  margin-left: auto; width: calc(var(--gutter) - 18px); text-align: center; font-family: var(--mono); font-weight: 600; font-size: 0.78rem;
  border: 1px solid var(--examiner); color: var(--examiner);
  padding: 3px 9px; border-radius: 2px;
  opacity: 0; transform: translateY(3px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.grade-chip.in { opacity: 1; transform: none; }

/* ── Examiner annotations — the ONLY place --hand and red-as-text appear ── */
.annots { position: absolute; inset: 0; pointer-events: none; }
.annot {
  position: absolute;
  font-family: var(--hand); font-weight: 600; font-size: 1.15rem; line-height: 1;
  color: var(--examiner);
  opacity: 0; transition: opacity .18s linear;
}
.annot.in { opacity: 1; }
.tick { position: absolute; width: 20px; height: 20px; overflow: visible; }
.tick path { stroke: var(--examiner); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* ── The live demo ────────────────────────────────────────────────────── */
.demo { margin-top: 14px; --gutter: 0px; }
.demo::before { display: none; }
.demo-label { font-family: var(--display); font-weight: 700; font-size: 1rem; margin-bottom: 6px; }
.demo-intro { font-family: var(--paper); font-size: 0.88rem; color: var(--paper-soft); line-height: 1.55; margin-bottom: 12px; }
.demo textarea {
  width: 100%; min-height: 92px; resize: vertical;
  font-family: var(--paper); font-size: 0.92rem; line-height: 28px;
  color: var(--ink-on-paper); background: transparent;
  border: 1px solid var(--rule); border-radius: 2px; padding: 8px 10px;
  background-image: linear-gradient(var(--rule) 1px, transparent 1px);
  background-size: 100% 28px; background-position: 0 35px;
}
/* The border swap alone is too weak an indicator for a keyboard user, and
   `outline:none` on :focus was killing the ring for them too. Mouse focus
   keeps just the border; keyboard focus keeps the ink ring. */
.demo textarea:focus { border-color: var(--ink-on-paper); }
.demo textarea:focus:not(:focus-visible) { outline: none; }
.demo-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
.demo-note { font-family: var(--mono); font-size: 0.72rem; color: var(--paper-soft); }
.demo-out { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--rule); }
.demo-out .verdict { font-family: var(--mono); font-weight: 600; font-size: 0.82rem; color: var(--examiner); }
.demo-out .why { font-size: 0.88rem; color: var(--paper-soft); margin-top: 6px; line-height: 1.55; }
.demo-out ul { margin: 10px 0 0; padding-left: 18px; font-size: 0.86rem; color: var(--paper-soft); }

.cursor { display: inline-block; width: 2px; height: 1em; background: var(--ink-on-paper); vertical-align: -2px; animation: blink 1.06s steps(2, start) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ── Candidate-number strip ═══════════════════════════════════════════════
   One continuous artifact across the section, as it runs across a real cover
   sheet — not three cards each wearing a box. */
.cand { display: grid; gap: 0; margin-top: 26px; border: 1px solid var(--rule-ink); border-radius: 3px; overflow: hidden; }
@media (min-width: 860px) { .cand { grid-template-columns: repeat(3, 1fr); } }
.cand-cell { padding: 22px 20px; border-bottom: 1px solid var(--rule-ink); }
.cand-cell:last-child { border-bottom: 0; }
@media (min-width: 860px) {
  .cand-cell { border-bottom: 0; border-right: 1px solid var(--rule-ink); }
  .cand-cell:last-child { border-right: 0; }
}
.cand-n {
  display: inline-grid; place-items: center; width: 30px; height: 34px;
  border: 1px solid var(--rule-ink); border-radius: 2px;
  font-family: var(--mono); font-weight: 600; font-size: 0.9rem; color: var(--script);
  margin-bottom: 12px;
}
.cand-cell h3 { font-size: 1.06rem; margin-bottom: 8px; }
.cand-cell p { color: var(--graphite); font-size: 0.92rem; line-height: 1.6; }

/* ── [Turn over — the section break ───────────────────────────────────── */
.turn {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono); font-size: 0.74rem; color: var(--graphite);
  padding-block: 4px;
}
.turn::before, .turn::after { content: ''; height: 1px; background: var(--rule-ink); flex: 1; }
.turn span { transform-origin: right bottom; transition: transform .5s var(--ease); display: inline-block; }
.turn.lifted span { transform: rotate(-1.2deg) translateY(-1px); }

/* ── Paper cards grid (the "why it reads like the real paper" section) ─── */
.grid { display: grid; gap: 14px; margin-top: 28px; }
@media (min-width: 700px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid { grid-template-columns: repeat(3, 1fr); } }
.note { background: var(--script); color: var(--ink-on-paper); border-radius: 3px; padding: 18px 18px 18px 30px; position: relative; box-shadow: 0 1px 0 rgba(0,0,0,.28), 0 8px 18px -12px rgba(0,0,0,.5); }
.note::before { content: ''; position: absolute; inset-block: 0; left: 20px; width: 1px; background: color-mix(in srgb, var(--examiner) 34%, transparent); }
.note h3 { font-size: 0.98rem; margin-bottom: 7px; }
.note p { font-size: 0.89rem; line-height: 1.58; color: var(--paper-soft); }

/* ── Syllabus chips ───────────────────────────────────────────────────── */
.chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); gap: 8px; margin-top: 24px; }
.chip {
  display: block; text-decoration: none; border: 1px solid var(--rule-ink);
  border-radius: 3px; padding: 10px 13px; min-width: 0;
  transition: border-color .14s var(--ease), background-color .14s var(--ease);
}
.chip:hover { border-color: var(--graphite); background: color-mix(in srgb, var(--script) 5%, transparent); }
.chip-code { font-family: var(--mono); font-weight: 600; font-size: 0.8rem; color: var(--script); }
.chip-name { font-size: 0.84rem; color: var(--graphite); margin-left: 6px; }
/* Structure is visible by default — this audience is on Android where hover
   does not exist. Hover only *animates* it on pointer devices. */
.chip-meta { font-family: var(--mono); font-size: 0.72rem; color: var(--graphite); margin-top: 5px; }
@media (max-width: 759px) {
  .chips { gap: 6px; }
  .chip { padding: 9px 12px; }
  .chip-meta { display: none; }
}
@media (hover: hover) and (min-width: 760px) {
  .chip-meta { max-height: 0; overflow: hidden; margin-top: 0; opacity: 0; transition: max-height .2s var(--ease), opacity .2s var(--ease), margin-top .2s var(--ease); }
  .chip:hover .chip-meta, .chip:focus-visible .chip-meta { max-height: 2.4em; opacity: 1; margin-top: 5px; }
}

/* ── Bands ────────────────────────────────────────────────────────────── */
.band { background: var(--ink-deep); }

/* ── Pricing ──────────────────────────────────────────────────────────── */
.prices { display: grid; gap: 14px; margin-top: 28px; }
@media (min-width: 760px) { .prices { grid-template-columns: 1fr 1fr; align-items: start; } }
.price { background: var(--script); color: var(--ink-on-paper); border-radius: 3px; padding: 24px; box-shadow: 0 1px 0 rgba(0,0,0,.28), 0 10px 22px -14px rgba(0,0,0,.5); }
.price .amt { font-family: var(--display); font-weight: 700; font-size: 2.4rem; letter-spacing: -0.03em; line-height: 1; }
.price .amt sub { font-family: var(--mono); font-size: 0.8rem; font-weight: 400; color: var(--paper-soft); bottom: 0; margin-left: 4px; }
.price .alt { font-family: var(--mono); font-size: 0.78rem; color: var(--paper-soft); margin-top: 6px; }
.price ul { list-style: none; padding: 0; margin: 16px 0; }
.price li { position: relative; padding: 5px 0 5px 22px; font-size: 0.9rem; }
.price li::before { content: '✓'; position: absolute; left: 0; color: var(--paper-soft); font-weight: 700; }
.price .btn { width: 100%; margin-top: 4px; }
.pay {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--rule);
  font-family: var(--mono); font-size: 0.72rem; color: var(--paper-soft);
}
.pay b { font-weight: 600; color: var(--ink-on-paper); }

/* Launch price. It is a real discount off MM_MEMBERSHIP_STANDARD_USD, not a
   fake strikethrough, so the card states the price it becomes.
   Deliberately NOT red: a discount badge is not a mark an examiner made, and
   red on this page means the brand, the action, or the pen. Nothing else. */
.price .launch {
  display: inline-block; margin-bottom: 10px; padding: 4px 11px; border-radius: 2px;
  background: color-mix(in srgb, var(--ink-on-paper) 7%, transparent);
  border: 1px solid var(--rule);
  color: var(--paper-soft);
  font-family: var(--mono); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.price .later { margin-top: 8px; font-size: 0.85rem; color: var(--paper-soft); }
.price .later b { color: var(--ink-on-paper); font-weight: 600; }

/* The free tier and the payment flow, on ink beside the card rather than
   dressed up as a second plan. There is only one plan. */
.price-note { padding-top: 4px; }
.price-note h3 { font-family: var(--display); font-size: 1.02rem; margin-bottom: 8px; }
.price-note p { color: var(--graphite); font-size: 0.92rem; line-height: 1.62; max-width: 46ch; }
.price-note p b { color: var(--script); font-weight: 600; }
.price-note hr { border: 0; border-top: 1px solid var(--rule-ink); margin: 20px 0; max-width: 46ch; }

/* ── FAQ ──────────────────────────────────────────────────────────────── */
.faq { margin-top: 24px; border-top: 1px solid var(--rule-ink); }
.faq details { border-bottom: 1px solid var(--rule-ink); }
.faq summary { cursor: pointer; padding: 16px 0; font-family: var(--display); font-weight: 700; font-size: 1rem; list-style: none; display: flex; gap: 12px; align-items: baseline; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: '+'; font-family: var(--mono); color: var(--graphite); font-size: 1rem; }
.faq details[open] summary::before { content: '−'; }
.faq p { padding: 0 0 18px 24px; color: var(--graphite); font-size: 0.93rem; line-height: 1.65; }

/* ── Footer ───────────────────────────────────────────────────────────── */
.foot { background: var(--ink-deep); padding-block: 44px; border-top: 1px solid var(--rule-ink); }
.foot-cols { display: grid; gap: 26px; }
@media (min-width: 700px) { .foot-cols { grid-template-columns: 1.6fr 1fr 1fr; } }
.foot h4 { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--graphite); margin: 0 0 10px; font-weight: 600; }
.foot a { display: block; color: var(--graphite); text-decoration: none; font-size: 0.88rem; padding: 4px 0; }
.foot a:hover { color: var(--script); }
/* the disclaimer, set as a document code line */
.doccode {
  margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--rule-ink);
  font-family: var(--mono); font-size: 0.72rem; line-height: 1.75; color: var(--graphite);
}
.doccode b { color: var(--graphite); font-weight: 600; }

/* ── Motion ───────────────────────────────────────────────────────────── */
.rise { opacity: 0; transform: translateY(12px); }
.rise.shown { opacity: 1; transform: none; transition: opacity .45s var(--ease), transform .45s var(--ease); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  /* The hero resolves to its END state rather than not running at all. */
  .rise { opacity: 1; transform: none; }
  .annot { opacity: 1; }
  .grade-chip { opacity: 1; transform: none; }
  .cursor { animation: none; }
}

/* ── Hero ─────────────────────────────────────────────────────────────── */
/* Tight on a phone so the script card reaches the fold rather than sitting a
   full screen below it. */
.hero { padding-top: 20px; padding-bottom: var(--sec); }
@media (max-width: 939px) {
  .hero h1 { font-size: clamp(1.95rem, 8.2vw, 2.5rem); margin-bottom: 14px; }
  .hero .lede { font-size: 0.96rem; margin-bottom: 18px; }
  .hero-micro { margin-top: 10px; }
}
.hero-grid { display: grid; gap: 26px; }
@media (min-width: 940px) {
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr 1.02fr; gap: 44px; align-items: start; }
}
.hero h1 { font-size: clamp(2.05rem, 7.4vw, 3.35rem); margin-bottom: 18px; }
.hero .lede { margin-bottom: 24px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-micro { font-family: var(--mono); font-size: 0.74rem; color: var(--graphite); margin-top: 14px; line-height: 1.7; }
.hero-script { display: grid; gap: 14px; align-content: start; }
.clock { font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }

/* ── Session countdown ────────────────────────────────────────────────── */
.countdown-band { padding-block: 34px; }
.countdown-in { display: grid; gap: 18px; }
@media (min-width: 860px) { .countdown-in { grid-template-columns: auto 1fr; gap: 40px; align-items: center; } }
.countdown { font-family: var(--mono); line-height: 1.4; }
.cd-num { font-size: clamp(1.3rem, 4.4vw, 1.85rem); font-weight: 600; color: var(--script); font-variant-numeric: tabular-nums; display: inline-block; }
.cd-label { display: block; font-size: 0.76rem; color: var(--graphite); margin-top: 2px; }
.retake { font-size: 0.95rem; }

/* ── Founder note ─────────────────────────────────────────────────────── */
.who { max-width: 62ch; }
.counter { font-family: var(--mono); font-size: 0.82rem; color: var(--graphite); margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--rule-ink); }

/* ── Teachers ─────────────────────────────────────────────────────────── */
.teachers { max-width: 62ch; }
.teachers .btn { margin-top: 20px; }
