:root {
  /* surfaces (current brand, unchanged) */
  --ink: #0F0F0F;            /* primary dark surface, "pre-dawn sky" */
  --ink-2: #161616;          /* card lift on dark (ink step) */
  --paper: #F8F6F2;          /* current off-white: FAQ sheet + text on dark */
  --white: #FFFFFF;          /* current white (FAQ cards) */
  /* accent system (current brand, unchanged) */
  --accent: #52FF7D;         /* plays Marble's red role */
  --accent-deep: #43C062;    /* current hover green */
  --accent-ink: #0F0F0F;     /* text on accent buttons (current) */
  /* dawn scene: ink steps + existing brand colours only, no new hues */
  --sky-top: #0F0F0F;
  --sky-glow: color-mix(in srgb, var(--accent) 8%, var(--ink));  /* faint green horizon, derived from accent */
  --hill-1: #151515; --hill-2: #1B1B1B; --hill-3: #222222;       /* neutral ink steps */
  --sun: #FFBF00;            /* the existing star amber doubles as the sun */
  /* support (current brand) */
  --star: #FFBF00;           /* review stars */
  --grey: #D9D9D9;           /* current stroke/divider grey */
  --muted: #A8A69F; --faint: #6E6C66; --line: #2A2A28;  /* ink-step text tints */
  /* strands for the journey trail: brand colours only */
  --strand-1: #52FF7D; --strand-2: #FFBF00; --strand-3: #F8F6F2; --strand-4: #D9D9D9;
  /* type + radii (current brand, unchanged) */
  --font-display: 'Degular Display', 'Archivo', sans-serif;
  --font-body: 'Archivo', sans-serif;
  --r-card: 25px; --r-pill: 100px; --r-sm: 18px;
}
