/* ─── Tusayan, AZ — City Token Overrides ─── */
/* 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: derived */
/* -light/-dark tints are excluded from the check, since including them produces false near-miss */
/* collisions — same method used by Williams, Holbrook & Petrified Forest, and Winslow). As of this */
/* build, 32 cities/*/city-tokens.css files existed (64 primary+accent base values checked; 7 city */
/* directories — amarillo, big-bear, durango, oklahoma-city, pampa, santa-fe, waddell — have no */
/* city-tokens.css file at all and were excluded from the pool, not silently treated as zero-distance). */
/* */
/* REJECTED — ponderosa-pine forest green (the Kaibab National Forest ring around the town): this band */
/* is now extremely dense (apache-junction accent #3B5A1E, cottonwood primary #708820, flagstaff accent */
/* #4a9e3a, phoenix accent #4F7942, sedona accent #4A7B5E, sabino-canyon-mt-lemmon primary #2F6B4F, */
/* saguaro-national-park primary #4C7A3F, sierra-vista-ramsey-canyon primary #3F6B4A, white-mountains */
/* primary #1F5C45, wickenburg accent #67A377, williams accent #87A253, yuma primary #2F7D5B) — a */
/* grid-searched ponderosa-green candidate (#3E6B4A) landed at distance 1.0 from sierra-vista-ramsey- */
/* canyon's own primary, a near-exact duplicate, not a rounding difference. */
/* REJECTED — warm canyon-rim sandstone/rust (the obvious Grand-Canyon-family default): this band is */
/* even denser than green — apache-junction #863119, tombstone #A8432B, grand-canyon #B8472A itself, */
/* sedona #C04A2B, jerome #C07A2F, tubac-tumacacori #B5652E, flagstaff #9C6840, page #B5651D, cave-creek- */
/* carefree #561912, scottsdale #A85C3D, phoenix #C75B2A, madrid #CF6F4F — the same band Winslow's own */
/* build already flagged as "extremely dense," confirmed again here. */
/* REJECTED — honey/mustard gold (the National Geographic Visitor Center's brand-yellow border, an */
/* obvious first instinct given this page's IMAX content): also dense — mesa accent #D6952A, scottsdale */
/* accent #C9A227, tempe accent #FFC627, cactus-league-west-valley accent #DFA200, sabino-canyon-mt- */
/* lemmon accent #C48A3A, kristi-50 accent #c98a2c, wickenburg primary #A2900A, white-mountains accent */
/* #C8841E, yuma accent #D8A23B — Winslow's own build flagged this same band as dense; confirmed again. */
/* */
/* Primary is instead a muted high-desert aviation slate-blue — the dusk sky over Grand Canyon National */
/* Park Airport's runway and the scenic-flight routes Papillon, Maverick, and Grand Canyon Helicopters */
/* fly out of Tusayan every day, and the haze color of the Kaibab Plateau's ~6,600-6,750 ft elevation */
/* seen from the air. A genuinely open muted-blue pocket between the network's more saturated denim-blue */
/* (winslow #4255B3) and its darker cobalt/navy tones (mesa #1D4F91, glendale #1B2340). Verified by */
/* script-computed RGB Euclidean-distance check: closest match is winslow primary #4255B3 at distance */
/* ~53.5/442, second-closest holbrook-petrified-forest primary #9B91AF at ~62.9/442, third lake-havasu */
/* primary #1E7FA6 at ~64.4/442 — all comfortably ahead of the Wickenburg ~44.6/55.4 and Apache Junction */
/* & Superstition Mountains ~42.5/47.3 "comfortably distinct" precedent bar. */
/* Accent is an elk-hide / ponderosa-bark tan-brown — a direct, Tusayan-specific reference to the elk */
/* that wander into town from the surrounding Kaibab National Forest looking for water (and have lost */
/* much of their natural wariness of people as a result) and to the vanilla/butterscotch-scented bark of */
/* the ponderosa pines the town is carved out of. Deliberately a muted, desaturated tan rather than a */
/* saturated rust or gold, to stay clear of both rejected bands above. Verified by script-computed RGB */
/* Euclidean-distance check: closest match is tombstone accent #6B5638 at distance ~50.6/442, second- */
/* closest sabino-canyon-mt-lemmon accent #C48A3A at ~53.0/442, third jerome accent #C4553A at ~53.5/442 */
/* — all comfortably ahead of the same "comfortably distinct" precedent bar. */

:root {
  --agt-primary: #5E82AC;        /* high-desert aviation slate-blue — Grand Canyon National Park Airport's dusk sky and the Kaibab Plateau haze, not a navy or a saturated denim */
  --agt-primary-light: #8AA7C7;
  --agt-primary-dark: #3F5C7C;

  --agt-accent: #96703E;         /* elk-hide / ponderosa-bark tan-brown — the elk that wander into town and the pine forest surrounding it */
  --agt-accent-light: #B99A6C;

  --agt-bg-warm: rgba(94, 130, 172, 0.08);  /* subtle slate-blue tint for card backgrounds */

  /* Tusayan-specific tokens used by hero + section accents */
  --tsy-imax-indigo: #2C3E52;     /* the IMAX theater's dark interior/screen-glow, decorative accent only, never the primary/accent tokens (see collision notes above) */
  --tsy-runway-silver: #A9B4BE;   /* the airport tarmac and helicopter fleet livery, decorative accent only */
  --tsy-forest-shadow: #4B5E42;   /* the Kaibab National Forest tree line at dusk, decorative accent only — deliberately not used as primary/accent per the rejected-green-band note above */
}
