/* ─── Winslow, 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 and Holbrook & Petrified Forest). As of this build, 31 */
/* cities/*/city-tokens.css files existed (62 primary+accent base values). Two of this network's most */
/* obvious "Winslow" color instincts were tested and rejected before landing on this pair: */
/* */
/* REJECTED — rust/terracotta/adobe (La Posada's Spanish-hacienda stucco, Homolovi's red-rock country): */
/* this band is now 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) — every rust/terracotta */
/* candidate we grid-searched (script-verified) topped out around 30-39 RGB-distance units from an */
/* existing city, under the ~42-45 "comfortably distinct" precedent bar. */
/* REJECTED — honey/mustard gold (Old Trails Museum's bank-marble warmth, high-desert wheat grass): */
/* also dense (mesa accent #D6952A, scottsdale accent #C9A227, tempe accent #FFC627, cactus-league accent */
/* #DFA200, sabino-canyon accent #C48A3A, kristi-50 accent #C98A2C, wickenburg primary #A2900A) — the */
/* best muted honey-gold candidate we tested landed at only ~37/442, also under the bar. */
/* */
/* Primary is instead a highway/denim blue — Route 66 road-trip denim and the Winslow-Lindbergh Regional */
/* Airport's 1929 Transcontinental Air Transport ("Lindbergh Line") history, a genuinely open mid-saturation */
/* blue zone between the network's darker navy/cobalt tones (glendale #1B2340, mesa #1D4F91) and its */
/* softer slate-blues (williams #44537E, lake-powell #1B6CA8). Verified by script-computed RGB Euclidean- */
/* distance check: closest match is lake-powell primary #1B6CA8 at distance ~46.6/442. */
/* Accent is a jewel-toned turquoise — a direct, Winslow-specific reference to La Posada Hotel's own */
/* "Turquoise Room" restaurant and the Fred Harvey Company's historic Southwestern turquoise-jewelry */
/* trade, not a generic "desert sky" turquoise. The network's teal/turquoise zone is genuinely occupied */
/* (page accent #2C8C8C, lake-havasu accent #14B8A6, tucson accent #2E7D6B, tubac-tumacacori accent */
/* #3D8A93, holbrook-petrified-forest accent #6EB9D7), but a brighter, more saturated jewel-turquoise */
/* pocket cleared the bar with real margin: closest match is holbrook-petrified-forest accent #6EB9D7 at */
/* distance ~52.4/442, second-closest lake-havasu accent #14B8A6 at ~52.9/442 — both comfortably ahead of */
/* the Wickenburg ~44.6/55.4 and Apache Junction & Superstition Mountains ~42.5/47.3 "comfortably */
/* distinct" precedent bar documented on those two files. */

:root {
  --agt-primary: #4255B3;        /* highway/denim blue — Route 66 road-trip denim, the Lindbergh Line airport era, not a navy or a slate-gray */
  --agt-primary-light: #6E7DCB;
  --agt-primary-dark: #2C3A82;

  --agt-accent: #47B8B4;         /* jewel-toned turquoise — direct reference to La Posada's Turquoise Room and the Fred Harvey Company's Southwestern turquoise trade */
  --agt-accent-light: #77CFCC;

  --agt-bg-warm: rgba(66, 85, 179, 0.08);  /* subtle denim-blue tint for card backgrounds */

  /* Winslow-specific tokens used by hero + section accents */
  --wns-adobe-buff: #B89268;      /* La Posada's Spanish-hacienda stucco and flagstone, decorative accent only, never the primary/accent tokens (see collision notes above) */
  --wns-corner-denim: #35447F;    /* the Standin' on the Corner statue's jeans, a darker decorative shade of the primary family */
  --wns-painted-desert: #A8875E;  /* the high-desert grassland and Painted Desert badlands en route to Homolovi, decorative accent only */
}
