/* ─── Cave Creek & Carefree, AZ — City Token Overrides ─── */
/* Saddle-leather rust-brown / desert-modernist slate-violet palette — deliberately splits the two */
/* towns' identities rather than blending them into one generic desert-town color. Primary is a deep, */
/* dark saddle-leather rust-oxblood brown for Cave Creek's frontier-Western register (worn leather tack, */
/* sun-baked barnwood saloon fronts, dried adobe brick) — darker and more red-brown than every rust/ */
/* orange already shipped (Jerome #C07A2F, Grand Canyon #B8472A, Tombstone #A8432B, Tubac-Tumacacori */
/* #B5652E, Scottsdale #A85C3D, Page #B5651D, Phoenix #C75B2A), and deliberately pushed away from */
/* kristi-50's unrelated-project maroon-brown #6b2d3a too. Accent is a dusty, cool slate-violet for */
/* Carefree's desert-modernist register (the mauve-grey of the Sonoran foothills at dusk, gallery-wall */
/* neutral, sculpture-garden stone) — no other shipped city uses a violet/lavender-leaning accent; the */
/* closest neighbors are teals (Page #2C8C8C, Tubac-Tumacacori #3D8A93, Tucson #2E7D6B, Lake Havasu */
/* #14B8A6) and pinks/mauves (Bisbee #A85C7A, Sierra Vista #C0334F), all a different hue family. */
/* Verified by RGB Euclidean-distance check against every cities/*/city-tokens.css primary and accent */
/* shipped as of 2026-07-13 (closest primary match: kristi-50's unrelated-project primary #6b2d3a, */
/* distance ~49/441 max; closest accent match: tubac-tumacacori accent #3D8A93, distance ~66/441 max — */
/* both comfortably distinct, the accent well clear of the Glendale/Cactus League West Valley ~48-49 */
/* "comfortably distinct" precedent bar). */

:root {
  --agt-primary: #561912;        /* saddle-leather rust-oxblood — Cave Creek's frontier-Western storefronts and worn tack */
  --agt-primary-light: #7F2B21;
  --agt-primary-dark: #3D120D;

  --agt-accent: #6B5B95;         /* dusty desert-modernist slate-violet — Carefree's gallery-and-sculpture-garden cool, dusk-foothill mauve */
  --agt-accent-light: #9383BE;

  --agt-bg-warm: rgba(86, 25, 18, 0.06);  /* subtle saddle-leather tint for card backgrounds */

  /* Cave Creek & Carefree-specific tokens used by hero + section accents */
  --ccc-barnwood: #6B4A34;       /* sun-greyed barnwood / Frontier Town boardwalk siding, distinct from Tombstone's Allen St. rust */
  --ccc-adobe-stone: #A89A8C;    /* Carefree's desert-modernist stucco and gallery stone */
  --ccc-dusk-ridge: #4E4A63;     /* the shaded, cool-violet foothill silhouette at dusk between the two towns */
}
