/* OVERCLOCK // the loud one. dark violet ground, hot magenta that only shows up
   when it means it, Anton cranked too big. Overrides the shared base tokens;
   the sunburst, card ring, and accents recolor automatically through them. */
:root{
  --ground:#160325; --ground-2:#1E0A38; --ground-3:#2A0F4D;
  --ink:#F2E9FF; --ink-muted:#B9A6E6; --hair:rgba(242,233,255,.14);
  --emerald:#FF2BD6; --emerald-deep:#C81FA8; --emerald-ink:#7A1FFF; --emerald-hi:#FF7BE6;
  --ochre:#7A1FFF; --ochre-deep:#5A14C0;
  --jade:#0E0420; --jade-2:#160325; --jade-3:#1E0A38;
  /* the "gold" wordmark gradient, recolored to a violet->magenta sweep (still the
     non-disappearing repeat-tiled fill from base, so the heading never vanishes) */
  --gilt-hi:#FF7BE6; --gilt:#C77BFF; --gilt-base:#7A1FFF; --gilt-deep:#3C0F78;
  --pole:#7A1FFF; --pole-2:#FF2BD6; --pole-text:#C77BFF; --focus:#FF2BD6;
}
body{background:var(--jade);font-family:'Space Grotesk',system-ui,sans-serif}
.room--jade{--ground:#160325;--ground-2:#1E0A38;--ground-3:#2A0F4D;
  --ink:#F2E9FF;--ink-muted:#B9A6E6;--hair:rgba(242,233,255,.14);
  --pole:#FF2BD6;--pole-2:#7A1FFF;--pole-text:#C77BFF;--focus:#FF2BD6}
.room--rose{--ground:#0E0420;--ground-2:#160325;--ground-3:#1E0A38;
  --ink:#F2E9FF;--ink-muted:#B9A6E6;--hair:rgba(242,233,255,.14);
  --pole:#FF2BD6;--pole-2:#7A1FFF;--pole-text:#FF7BE6}
.nightfall{background:var(--jade)}
.site-foot{background:var(--jade);border-top:2px solid color-mix(in srgb,var(--pole) 55%,transparent)}
.foot-col h2{color:var(--emerald-hi)}
.foot-col a:hover,.foot-col a:focus-visible{border-color:var(--emerald);color:var(--emerald-hi)}
/* Anton on the big display; Space Grotesk for the read */
.wordmark,.goldmark,.fw{font-family:'Anton',Impact,sans-serif;font-weight:400;letter-spacing:.005em;background:none;-webkit-background-clip:border-box;background-clip:border-box;color:#7A1FFF;-webkit-text-fill-color:#7A1FFF;animation:none}
h2.head{font-family:'Anton',Impact,sans-serif;font-weight:400}
h2.head{text-transform:uppercase;letter-spacing:.02em}
.lede,.reading,.method-p,.foot-brand p,.hero .reading{font-family:'Space Grotesk',system-ui,sans-serif;font-style:normal}
.hero-sub{--sub-font:'Space Grotesk',system-ui,sans-serif;font-style:normal;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:var(--emerald-hi)}
.card-art,.plate--card .plate-img::after{box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--pole) 70%,transparent)}
