/* ============================================================
   Encoded alternates — working toggles, token overrides only.
   Flip a toggle and the whole document re-renders down that
   path. At lock, the winner folds into tokens.css and this
   file's block is deleted.
   ============================================================ */

/* A/B — display face.
   Default: Bungee (the site's 2026-07-08 decision).
   Alternate: Bowlby One SC (the parent umbrella's display face). */
:root[data-alt-display="bowlby"] {
  --font-display: 'Bowlby One SC', 'Arial Black', sans-serif;
}

/* A/B — document surface.
   Default: cream field (the current hotpotatogames.com read).
   Alternate: gameworld dark — the logo's own olive/brown field. */
:root[data-alt-surface="dark"] {
  /* panel/showcase tones invert light so sidebar and .sec--dark text stay readable */
  --field-olive: #E8DCC4;
  --burrow-brown: #EFE3CD;
  --surface: #1A1408;
  --surface-warm: #2C2915;
  --paper: #2C2915;
  --ink: #F5F0E6;
  --muted: #B5AC97;
  --subtle: #8A8272;
  --border: var(--border-w) solid #F5F0E6;
  --sh-card: 4px 4px 0 #000000;
  --sh-pop: 7px 7px 0 #000000;
}
