/* ─── Glendale, AZ — City Token Overrides ─── */
/* Stadium-lights palette — leans into State Farm Stadium/Cardinals gameday-night energy without */
/* copying the NFL team's exact brand hex (Cardinals official red is #97233F). Primary is a deep, */
/* near-black stadium-night navy (the sky over State Farm Stadium under the lights); accent is a */
/* vivid true-crimson pulled toward pure red (hue ~355) rather than the magenta-leaning cardinal/ */
/* maroon hue (~340-346) already used by Tempe's ASU maroon (#8E2A4B), Tucson's coral-magenta */
/* (#B33A5B), and Sierra Vista's hummingbird-ruby accent (#C0334F) — Glendale's red sits closer to */
/* true fire-engine red and is far more saturated/bright than the muted orange-earth reds already */
/* shipped for Sedona (#C04A2B), Grand Canyon (#B8472A), Tombstone (#A8432B), Scottsdale's */
/* terracotta (#A85C3D), Phoenix (#C75B2A), and Jerome's accent (#C4553A). No other shipped city */
/* uses a dark navy/charcoal primary at all (Lake Powell #1B6CA8 and Lake Havasu #1E7FA6 are much */
/* lighter, more saturated cyan-blues; Mesa's #1D4F91 is a mid-tone royal blue) — verified by RGB */
/* Euclidean-distance check against every cities/*/city-tokens.css primary and accent shipped as of */
/* 2026-07-11 (closest primary match: white-mountains-primary #1F5C45, distance ~57/441 max; closest */
/* accent match: sierra-vista-accent #C0334F, distance ~49/441 max — both comfortably distinct). */

:root {
  --agt-primary: #1B2340;        /* stadium-lights midnight navy — the night sky above State Farm Stadium under the lights */
  --agt-primary-light: #313B66;
  --agt-primary-dark: #10142A;

  --agt-accent: #C8102E;         /* Cardinal-red gameday energy — a vivid true crimson, distinct from every other city's muted or magenta-leaning reds */
  --agt-accent-light: #E23A54;

  --agt-bg-warm: rgba(27, 35, 64, 0.06);  /* subtle navy card tint */

  /* Glendale-specific tokens used by hero + section accents */
  --gln-field-turf: #2E6B3E;     /* stadium field-turf green — State Farm Stadium's roll-out natural grass */
  --gln-catlin-adobe: #B5793E;   /* Catlin Court bungalow-adobe tan — the historic district's 1910s cottage facades */
  --gln-arena-silver: #7A8494;   /* Desert Diamond Arena chrome-and-concourse silver — distinct from Bisbee's copper-teal and every other city's greens/browns */
}
