/* Citron: vivid golden-yellow highlights on clean white and charcoal.
   Accent text stays dark on white. Buttons use a separate yellow surface
   with dark labels; Nocturne retains its own black/charcoal surfaces. */
:root {
  --ink: #151515;
  --muted: #595959;
  --line: #888888;
  --paper: #ffffff;
  --wash: #f6f6f3;
  --accent: #353535;
  --accent-deep: #151515;
  --accent-light: #ffcc00;
  --on-accent: #ffffff;
  --band: #171717;
  --on-band: #ffffff;
}
/* Colour-only overrides. Specific enough to cover inverse hero buttons in
   Beacon and Stack as well. A fixed dark label is intentional: Nocturne's
   --ink is white, which would be unreadable on this yellow. */
body[class] .cta, body[class] .logo-mark, body[class] .offer-banner {
  background: #ffcc00;
  color: #151515;
}
body[class] .cta:hover {
  background: #edbd00;
  color: #151515;
}
