/* ─── Holbrook & Petrified Forest NP — City Token Overrides ─── */
/* Painted Desert / Blue Mesa palette, chosen entirely by a script-computed RGB-Euclidean-distance */
/* collision check against the base --agt-primary/--agt-accent tokens only (per the Prescott-night */
/* orchestrator correction, carried forward through Cottonwood/Wickenburg/Apache Junction & the */
/* Superstition Mountains/Cave Creek & Carefree/Williams: derived -light/-dark tints are excluded from */
/* the check, since including them produces false near-miss collisions). As of this build, 30 */
/* cities/*/city-tokens.css files existed (60 base primary+accent values checked). */
/* */
/* The network's reddish-brown/terracotta/rust band remains extremely dense (apache-junction #863119, */
/* tombstone #A8432B, grand-canyon #B8472A, sedona #C04A2B, jerome #C07A2F, tubac-tumacacori #B5652E, */
/* flagstaff #9C6840, page #B5651D, cave-creek-carefree #561912, scottsdale #A85C3D, phoenix #C75B2A, */
/* madrid #cf6f4f) — a first-instinct "petrified wood amber/rust-brown" accent was grid-searched and */
/* topped out at only ~40/442 distance from flagstaff-primary and tombstone-accent (script-verified, */
/* below this network's ~42-45 "comfortably distinct" precedent bar), so that direction was rejected */
/* rather than shipped as a near-miss. Deep greens (cottonwood #708820, saguaro-national-park #4C7A3F, */
/* sabino-canyon #2F6B4F, white-mountains #1F5C45) and mauve/purple/maroon tones (bisbee-accent #A85C7A, */
/* cave-creek-carefree-accent #6B5B95, prescott-accent #2D2276, cottonwood-accent #632277, kristi-50- */
/* primary #6b2d3a, tempe-primary #8E2A4B, sierra-vista-ramsey-canyon-accent #C0334F, tucson-primary */
/* #B33A5B) were also checked as candidate zones and found comparatively denser than the final pick. */
/* */
/* Primary is instead a muted blue-gray lavender — the literal color of Blue Mesa's banded bentonite-clay */
/* badlands inside Petrified Forest NP (blue-gray with a violet cast, distinct from the Painted Desert's */
/* warmer red/pink/orange bands, which sit inside the network's already-dense terracotta zone and were */
/* deliberately avoided for that reason). A grid search of the lavender/dusty-rose/mauve space found this */
/* exact zone open: closest match is bisbee-accent #A85C7A (dusty rose-mauve, a related but distinctly */
/* pinker and warmer hue), at ~76.1/442 RGB-distance — comfortably clear of the ~42-45 bar and well ahead */
/* of the Wickenburg ~44.6/55.4 and Apache Junction & Superstition Mountains ~42.5/47.3 precedent. */
/* Accent is a pale desert-sky blue — the color of the sky over the Painted Desert overlooks, distinct in */
/* both hue (blue-leaning, not teal/cyan) and lightness from the network's existing blues (madrid #3a8ad4, */
/* mesa #1D4F91, lake-havasu #1E7FA6, lake-powell #1B6CA8, glendale #1B2340) and its teal cluster (page */
/* #2C8C8C, lake-havasu-accent #14B8A6, tubac-tumacacori-accent #3D8A93, tucson-accent #2E7D6B). Closest */
/* match is madrid-accent #3a8ad4, at ~70.2/442 RGB-distance. Both figures are script-computed (Python, */
/* RGB Euclidean distance, max possible 441.7 for pure black vs. pure white), not eyeballed. */

:root {
  --agt-primary: #9B91AF;        /* Blue Mesa lavender-gray — the badlands bentonite-clay hills inside Petrified Forest NP, not a Painted Desert red/pink (that zone is already crowded — see notes above) */
  --agt-primary-light: #BEB8CB;
  --agt-primary-dark: #655E72;

  --agt-accent: #6EB9D7;         /* pale desert-sky blue — the sky over the Painted Desert overlooks, blue-leaning rather than teal to stay clear of the network's teal cluster */
  --agt-accent-light: #9ACEE3;

  --agt-bg-warm: rgba(155, 145, 175, 0.08);  /* subtle lavender-gray tint for card backgrounds */

  /* Holbrook/Petrified Forest-specific tokens used by hero + section accents — decorative only, */
  /* never promoted to the primary/accent tokens above (see the dense-band notes for why) */
  --hpf-petrified-amber: #A97D4C;   /* petrified wood's actual amber-brown cut-log color, decorative accent only — sits inside the network's dense rust/amber band */
  --hpf-painted-rose: #C77B6B;      /* Painted Desert's banded red-pink clay, decorative accent only — sits inside the network's dense terracotta band */
  --hpf-route66-red: #7A2E2E;       /* vintage Route 66 signage red (Wigwam Motel neon, roadside markers), decorative accent only */
}
