/* Catal palette: the accent moves from a bright mint-green to a muted olive-sage.
   Token overrides only — every component already using --gp / --gp-lite follows.
   Loaded last, after hero.css. */

:root {
  --gp: #5c6a4e;                       /* rules, borders, buttons */
  --gp-dim: #414c38;
  --gp-lite: #a6b096;                  /* kickers, hovers, small caps */
  --wash: rgba(92, 106, 78, 0.16);
  --wash-active: rgba(92, 106, 78, 0.28);
  --chip-on: rgba(92, 106, 78, 0.14);
}

/* Warm the marble very slightly toward olive without draining the green out of it. */
.hero--v2::before {
  filter: saturate(1.15) brightness(1.42) contrast(1.09) hue-rotate(-8deg) sepia(0.07);
}
