/* ─── Wickenburg, AZ — City Token Overrides ─── */
/* Gold-rush ochre / riparian-oasis green palette — evokes Wickenburg's two defining stories at once: */
/* the Vulture Mine gold strike that founded the town (a dry, dusty antique-gold/mustard-ochre, closer */
/* to raw ore and sun-bleached corral dust than to a shiny "trophy gold") paired with the unexpected */
/* cottonwood-and-willow green of the Hassayampa River Preserve — a real desert-river oasis a few miles */
/* out of town that reads as a startling green against Wickenburg's otherwise dry gold-and-rust palette. */
/* Primary is a dark, dusty antique-gold ochre distinct from every other shipped gold/copper/amber (Jerome */
/* #C07A2F, Page #B5651D, Scottsdale-accent #C9A227, Sabino/Mt. Lemmon-accent #C48A3A, Saguaro NP-accent */
/* #C9822E, White Mountains-accent #C8841E, Yuma-accent #D8A23B, kristi-50-accent #c98a2c) — pushed */
/* darker and more olive/mustard than any of those to read as raw ore and dry grass rather than a bright */
/* "resort" or "autumn" gold. Accent is a riparian teal-green distinct from every shipped green (Phoenix */
/* #4F7942, Saguaro NP #4C7A3F, Sedona-accent #4A7B5E, Sabino/Mt. Lemmon #2F6B4F, Sierra Vista #3F6B4A, */
/* White Mountains #1F5C45, Yuma #2F7D5B, Tucson-accent #2E7D6B, Apache Junction-accent #3B5A1E) — pushed */
/* brighter and more teal than any of those pines/sages/olives to read as a startling oasis green rather */
/* than desert scrub. Verified by RGB Euclidean-distance check against every cities/*/city-tokens.css */
/* primary and accent shipped as of 2026-07-16 (28 files checked; closest primary match: White Mountains */
/* accent #C8841E, distance ~44.6/441 max; closest accent match: Sedona accent #4A7B5E, distance ~55.4/441 */
/* max — both comfortably distinct, in line with the Cave Creek & Carefree ~49/66 "comfortably distinct" */
/* precedent bar and the Apache Junction & Superstition Mountains ~42.5/47.3 precedent). */

:root {
  --agt-primary: #A2900A;        /* Vulture Mine gold-ochre — raw ore and sun-bleached corral dust, not a bright "resort" gold */
  --agt-primary-light: #C6AC1E;
  --agt-primary-dark: #6E6006;

  --agt-accent: #67A377;         /* Hassayampa River Preserve riparian green — the cottonwood-and-willow oasis a few miles outside town */
  --agt-accent-light: #8FC29B;

  --agt-bg-warm: rgba(162, 144, 10, 0.07);  /* subtle gold-ochre tint for card backgrounds */

  /* Wickenburg-specific tokens used by hero + section accents */
  --wbg-desert-tan: #C9B27E;     /* sun-bleached high-desert basin floor around Wickenburg */
  --wbg-saddle-brown: #6B4423;   /* worn saddle leather and tack — the working dude-ranch color */
  --wbg-dusk-rust: #7A3B1E;      /* the Vulture Mountains' rust-brown silhouette at dusk along US-60 */
}
