/* Orecast coming-soon — design tokens (subset of the Organic system, resolved to hex).
   Deviation from the handoff: the accent ramp was re-hued from the handoff's
   terracotta (#f6a06b) to ORE's own matte gold (#ddb75d, sampled from ore.com),
   keeping each step's relative saturation/lightness so the ramp stays coherent. */
:root {
  /* Ground & text (dark page) */
  --oc-bg: #2e2b25;            /* page background (warm near-black) */
  --oc-ring: #474238;          /* decorative rings, fuse track, inactive dots */
  --oc-text: #f9f4ed;          /* primary text & logo ring (warm cream) */
  --oc-text-dim3: #dcd3c4;     /* body copy, brighter */
  --oc-text-dim4: #c0b6a5;     /* body copy, standard */
  --oc-text-dim5: #a19786;     /* kickers / captions */
  --oc-text-dim6: #82796a;     /* the "/" in 1/500 */

  /* Accent (ORE matte-gold ramp on dark) */
  --oc-accent: #ddb75d;        /* primary accent: spark fill, pill bg, fuse fill, "blow?" */
  --oc-accent-bright: #f0d38e; /* fuse spark knob */
  --oc-accent-d5: #af914b;     /* fuse-dot ramp */
  --oc-accent-d6: #816d3b;
  --oc-accent-d7: #615124;
  --oc-accent-d8: #3c3116;

  /* Second accent (sage) */
  --oc-sage: #aebf92;          /* "when does it hit?" highlight */

  /* Type */
  --oc-font: "Space Mono", ui-monospace, Menlo, monospace; /* Google Fonts, 400 + 700 */

  --oc-radius-pill: 999px;
}
