/* ============================================================
   TOMATUHS — alternates.css
   Encoded A/Bs: token overrides only, driven by data-alt-*
   attributes on :root. At lock, the winner folds into tokens.css
   and this file's block is deleted.
   ============================================================ */

/* 04 · Typography — B: Inter tight display, the full Apple frame */
:root[data-alt-type='b'] {
  --font-display: "Inter", -apple-system, sans-serif;
}

:root[data-alt-type='b'] .wordmark,
:root[data-alt-type='b'] .sec-head h2,
:root[data-alt-type='b'] .cover h1 {
  letter-spacing: -0.03em;
}

/* 07 · Mascots — selection state only (an illustration decision;
   CSS cannot encode the character itself — static comp permitted) */
:root[data-alt-mascot='a'] .alt-pair--mascot .alt-pair__option:first-child,
:root[data-alt-mascot='b'] .alt-pair--mascot .alt-pair__option:last-child {
  border-color: var(--green);
  box-shadow: 0 0 0 1px var(--green);
}
