/* ─── Apache Junction & the Superstition Mountains, AZ — City Token Overrides ─── */
/* Volcanic rust-brown / desert-scrubland olive-green palette — evokes the Superstitions' weathered */
/* volcanic rock (the range is the eroded remnant of an ancient volcanic caldera) paired with the dusty */
/* olive-green creosote and palo verde scrub along the Apache Trail corridor. Primary is a dark, */
/* brown-leaning rust distinct from every other shipped rust/copper/terracotta (Jerome #C07A2F, Grand */
/* Canyon #B8472A, Tombstone #A8432B, Tubac-Tumacacori #B5652E, Scottsdale #A85C3D, Page #B5651D, */
/* Phoenix #C75B2A, Sedona #C04A2B, Cave Creek & Carefree #561912) — pushed browner and less saturated */
/* than any of those to read as basalt/volcanic rock rather than adobe or sandstone. Accent is a dusty */
/* olive-scrubland green distinct from every shipped green (Phoenix #4F7942, Saguaro NP #4C7A3F, Yuma */
/* #2F7D5B, Sierra Vista-Ramsey Canyon #3F6B4A, Mt. Lemmon/Sabino Canyon #2F6B4F, White Mountains */
/* #1F5C45, Tucson #2E7D6B) — pushed toward a drier, more khaki-olive register than any of those pines */
/* or sages. Verified by RGB Euclidean-distance check against every cities/*/city-tokens.css primary and */
/* accent shipped as of 2026-07-15 (closest primary match: Tombstone primary #A8432B, distance ~42.5/441 */
/* max; closest accent match: Sierra Vista-Ramsey Canyon primary #3F6B4A, distance ~47.3/441 max — both */
/* comfortably distinct, in line with the Glendale/Cactus League West Valley ~48-49 "comfortably */
/* distinct" precedent bar and the Cave Creek & Carefree ~49/66 precedent). */

:root {
  --agt-primary: #863119;        /* volcanic rust-brown — the Superstitions' weathered basalt and canyon walls */
  --agt-primary-light: #A5462A;
  --agt-primary-dark: #5E2110;

  --agt-accent: #3B5A1E;         /* dusty olive-scrubland green — creosote and palo verde along the Apache Trail corridor */
  --agt-accent-light: #5C7E3A;

  --agt-bg-warm: rgba(134, 49, 25, 0.06);  /* subtle volcanic-rust tint for card backgrounds */

  /* Apache Junction & Superstition-specific tokens used by hero + section accents */
  --ajs-canyon-blue: #3E6E8C;    /* Canyon Lake and Apache Lake's reservoir-blue against the rust canyon walls */
  --ajs-dust-tan: #B39A6E;       /* sun-bleached dirt-road dust on the unpaved stretch past Tortilla Flat */
  --ajs-dusk-ridge: #5A4030;     /* the shadowed volcanic ridgeline silhouette at dusk along SR-88 */
}
