/* ─── Cactus League West Valley (Peoria, Surprise & Goodyear), AZ — City Token Overrides ─── */
/* Grass-green / infield-dirt / desert-sun palette — leans into the diamond itself (mowed outfield */
/* turf, warning-track dirt, the marigold-gold Sonoran sun) rather than any single MLB team's brand */
/* colors, since this cluster spoke covers six different franchises (Mariners, Padres, Rangers, */
/* Royals, Guardians, Reds) across three ballparks. Primary is a true, saturated grass green — */
/* distinct from every other shipped city's green, which all lean muted pine/sage/teal (Bisbee */
/* #2E6F63, Sabino/Mt. Lemmon #2F6B4F, Saguaro NP #4C7A3F, White Mountains #1F5C45, Yuma #2F7D5B, */
/* Sierra Vista #3F6B4A) or are used only as an accent (Flagstaff's Ponderosa-pine accent #4a9e3a, */
/* Phoenix's saguaro-green accent #4F7942, Scottsdale's fairway-green secondary token #5C8A5C) — */
/* this primary is a brighter, purer "mowed infield" green none of those hit. Accent is a vivid */
/* marigold desert-sun gold, distinct from the site's other ambers/oranges (Mesa's spring-training */
/* gold #D6952A, Scottsdale's resort gold #C9A227, Yuma's dune gold #D8A23B, White Mountains' aspen */
/* gold #C8841E, Tempe's ASU gold #FFC627) by sitting at a purer, less-orange hue. Verified by RGB */
/* Euclidean-distance check against every cities/*/city-tokens.css primary and accent shipped as of */
/* 2026-07-12 (closest primary match: sabino-canyon-mt-lemmon primary #2F6B4F, distance ~48/441 max; */
/* closest accent match: scottsdale accent #C9A227, distance ~45/441 max — both comfortably distinct, */
/* in the same range as the Glendale build's own ~49/441 "comfortably distinct" bar). */

:root {
  --agt-primary: #1F8A2E;        /* mowed-infield grass green — the six Cactus League diamonds this cluster covers */
  --agt-primary-light: #3D9F49;
  --agt-primary-dark: #146320;

  --agt-accent: #DFA200;         /* marigold desert-sun gold — the Sonoran February/March sun over an open-air ballpark */
  --agt-accent-light: #EDBB40;

  --agt-bg-warm: rgba(31, 138, 46, 0.06);  /* subtle turf-green card tint */

  /* Cactus League West Valley-specific tokens used by hero + section accents */
  --clw-infield-clay: #7A4526;   /* sun-baked infield dirt / mound clay, distinct from Tombstone's Allen St. rust and Mesa's brick-and-stucco token */
  --clw-warning-track: #C4B583;  /* warning-track dirt and sun-bleached grass berm seating */
  --clw-dugout-slate: #4E6058;   /* shaded dugout concrete and covered-bleacher steel, the cool counterpoint to the sun-lit field */
}
