/* ==== ESO equipment token layer - created 2026-06-11 (design doc spec: the
   phase-2 "3-variable reskin"). Loaded ONLY by /equipment/ templates, AFTER
   main.css, so these rules win the cascade. When the catalog lifts onto the
   dedicated Equipment Solutions Partners property, the rebrand = repoint the
   --eq-* variables (plus logo swap); no per-page edits.
   Source of truth: static-assets/css/equipment.css in the repo. ==== */
:root{
  --eq-accent:#DA9E06;        /* gold - CTA fills, ribbon accents (ink text on it) */
  --eq-accent-deep:#8A6400;   /* deep gold - colored text on white (5.38:1) */
  --eq-accent-hover:#B58205;
  --eq-ink:#1A1A1A;           /* headings */
  --eq-ink-soft:#2D2D2D;      /* body/secondary text */
  --eq-surface:#F8EFD9;       /* tinted bands (finance ribbon, badges) */
}

/* Kill the mower palette's teal inside equipment CONTENT. The templates'
   embedded charcoal styles load before main.css and lose the cascade, so the
   teal .text-secondary* utilities (#007391/#005374) were painting every
   equipment H1, model name and label. Scoped to main so the header/footer
   chrome keeps the sitewide teal-means-navigation icons. */
main .text-secondary{color:var(--eq-ink-soft)}
main .text-secondary-dark{color:var(--eq-ink)}
main .text-secondary-light{color:#666666}
main .text-primary-aa{color:var(--eq-accent-deep)}

/* Tokenized surfaces for blocks the generator emits. */
.equipment-finance-ribbon{background:var(--eq-surface) !important}
