/* ─── Prescott, AZ — City Token Overrides ─── */
/* Territorial-history / Whiskey Row palette, chosen entirely by the RGB-Euclidean-distance collision */
/* check (script-computed, not eyeballed) rather than by hue alone — the network's reddish-brown/ */
/* terracotta band (0–53°) is now extremely dense (cave-creek-carefree #561912, apache-junction */
/* #863119, tombstone #A8432B, grand-canyon #B8472A, sedona #C04A2B, madrid #CF6F4F, scottsdale */
/* #A85C3D, phoenix #C75B2A, tubac-tumacacori #B5652E, flagstaff #9C6840, page #B5651D, jerome #C07A2F, */
/* plus a packed gold cluster 30–53°), and the true-wine/maroon cluster (kristi-50 #6B2D3A "pinot", */
/* tempe #8E2A4B, tucson #B33A5B, sierra-vista accent #C0334F, glendale accent #C8102E) is equally */
/* crowded — a literal "brick red" or "saloon red" primary/accent lands within 15–20 RGB-distance */
/* units of an existing city in every hue/lightness/saturation combination tested (script-verified, */
/* see palette-check notes below), well under this network's ~42–45 "comfortably distinct" bar. */
/* Primary is instead a weathered warm limestone/granite gray — the Yavapai County Courthouse's granite */
/* face, Sharlot Hall Museum's weathered 1864 log-cabin timber, and the pale granite boulders of the */
/* Granite Dells at Watson Lake — a genuinely open zone since no other shipped city uses a true low- */
/* saturation neutral (every other "gray-leaning" token on this network still carries real chroma). */
/* Accent is a deep indigo placed in the wide-open hue gap between Glendale's stadium-navy primary */
/* (#1B2340, hue ~227) and Cave Creek & Carefree's slate-violet accent (#6B5B95, hue ~257) — read here */
/* as Fort Whipple's territorial cavalry-blue, the 1864 army post whose relocation to this site (for */
/* Lynx Creek gold-camp security and distance from Confederate-sympathizing Tucson) is the literal */
/* reason Prescott exists and became Arizona's first working territorial capital. Verified by RGB */
/* Euclidean-distance check (script-computed) against every cities/*/city-tokens.css primary and accent */
/* shipped as of 2026-07-18 — 28 files / 56 values checked (amarillo, big-bear, durango, santa-fe, */
/* waddell, oklahoma-city, pampa have no city-tokens.css yet — pre-token-system or excluded test */
/* scaffolds per this repo's §3.3 exclusions, so 28 is the real current count). Closest primary match: */
/* Sedona accent #4A7B5E, distance ~49.5/442 max; closest accent match: Cottonwood accent #632277, */
/* distance ~54.0/442 max — both 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: #7A7266;        /* weathered granite / limestone gray — Courthouse Plaza's granite face and Sharlot Hall's log-cabin timber, not a mining or scrubland tone */
  --agt-primary-light: #A69C8C;
  --agt-primary-dark: #504A40;

  --agt-accent: #2D2276;         /* Fort Whipple territorial cavalry-indigo — the 1864 army post that is the literal reason Prescott exists */
  --agt-accent-light: #4B3BB0;

  --agt-bg-warm: rgba(122, 114, 102, 0.08);  /* subtle warm-stone tint for card backgrounds */

  /* Prescott-specific tokens used by hero + section accents */
  --psc-whiskey-red: #7A3428;     /* Whiskey Row's brick storefronts and saloon-door red, used as a decorative accent only, never as the primary/accent tokens (see collision notes above) */
  --psc-pine-green: #3F5C42;      /* the ponderosa pine cover on the drive up from the desert floor */
  --psc-dells-tan: #C9B896;       /* the pale, sun-bleached granite of the Granite Dells at Watson Lake */
}
