/* ─── Cottonwood, AZ — City Token Overrides ─── */
/* Verde Valley farm-orchard chartreuse-green / wine-grape plum palette — evokes Cottonwood's two real */
/* identities at once: the flat, agricultural Verde River valley floor it was actually settled on in the */
/* 1870s (alfalfa and orchard country, cottonwood trees along the river — a farming town, not the */
/* copper-smelter company town that's actually neighboring Clarkdale's story) paired with the Verde Valley */
/* wine trail Cottonwood's Old Town anchors today (a deep grape-skin plum-purple, not a straight red). */
/* Primary is a chartreuse-leaning olive green, deliberately pushed more yellow than any shipped green */
/* on this network — the AZ green cluster is dense (Apache Junction & Superstition accent #3B5A1E, */
/* Phoenix accent #4F7942, Saguaro NP primary #4C7A3F, Flagstaff accent #4A9E3A, Sierra Vista primary */
/* #3F6B4A, Wickenburg accent #67A377, Sedona accent #4A7B5E, Sabino/Mt. Lemmon primary #2F6B4F, Yuma */
/* primary #2F7D5B, White Mountains primary #1F5C45, Tucson accent #2E7D6B) — so this hue was deliberately */
/* placed in the yellow-green/chartreuse gap between Wickenburg's gold-ochre primary (#A2900A, hue ~53) */
/* and Apache Junction's olive accent (#3B5A1E, hue ~91), reading as valley-floor crop green rather than */
/* pine, sage, or scrubland. Accent is a deep grape-skin plum-purple, placed in the wide-open hue gap */
/* between Cave Creek & Carefree's slate-violet accent (#6B5B95, hue ~257) and Bisbee's mauve-rose accent */
/* (#A85C7A, hue ~336) — well clear of this network's crowded true-wine/maroon cluster (Kristi-50 primary */
/* #6B2D3A "pinot", Tempe primary #8E2A4B, Tucson primary #B33A5B, Sierra Vista accent #C0334F, Glendale */
/* accent #C8102E), which sits 55+ hue-degrees away. Verified by RGB Euclidean-distance check (script- */
/* computed, not eyeballed) against every cities/*/city-tokens.css primary and accent shipped as of */
/* 2026-07-17 — 27 files/54 values checked (7 city directories on disk — amarillo, big-bear, durango, */
/* santa-fe, waddell, oklahoma-city, pampa — have no city-tokens.css to check yet, either pre-token-system */
/* or excluded test scaffolds per this repo's §3.3 exclusions, so 27 is the real current count, not 34). */
/* Closest primary match: Saguaro National Park primary #4C7A3F, distance ~49.5/441 max; closest accent */
/* match: Tempe primary #8E2A4B, distance ~62.0/441 max — both comfortably distinct, ahead of the */
/* Wickenburg ~44.6/55.4 and Apache Junction & Superstition Mountains ~42.5/47.3 "comfortably distinct" */
/* precedent bar. */

:root {
  --agt-primary: #708820;        /* Verde Valley farm-orchard chartreuse green — the valley floor Cottonwood was actually settled on, not a mining or scrubland green */
  --agt-primary-light: #A0C133;
  --agt-primary-dark: #455412;

  --agt-accent: #632277;         /* deep grape-skin wine plum — the Verde Valley wine trail Old Town Cottonwood anchors today */
  --agt-accent-light: #9E46B9;

  --agt-bg-warm: rgba(112, 136, 32, 0.07);  /* subtle farm-green tint for card backgrounds */

  /* Cottonwood-specific tokens used by hero + section accents */
  --ctw-river-blue: #3B7E9B;     /* the Verde River itself, running through Dead Horse Ranch State Park and past Tuzigoot's ridge */
  --ctw-adobe-tan: #D8C097;      /* sun-bleached Old Town Main Street storefronts and the dry valley floor beyond the riverbank green */
  --ctw-dusk-rust: #76432D;      /* the Mingus Mountain silhouette above town at dusk, seen from the valley floor looking toward Jerome */
}
