/* ─── Tucson, AZ — City Token Overrides ─── */
/* Sky-island palette — Sonoran sunset coral + Catalina pine-teal + desert ocotillo */
/* Deliberately distinct from Phoenix (sunset-orange #C75B2A + saguaro-green #4F7942) */
/* and from Sedona's red-rock (#C04A2B). Tucson reads cooler and more magenta-coral: */
/* the desert-to-pine "sky island" contrast — hot Sonoran floor, cool Catalina crest. */

:root {
  --agt-primary: #B33A5B;        /* ocotillo / desert-sunset coral-magenta — the Tucson dusk over the Catalinas */
  --agt-primary-light: #CC5274;
  --agt-primary-dark: #8E2A46;

  --agt-accent: #2E7D6B;         /* Mt. Lemmon pine-teal — the cool sky-island crest above the desert floor */
  --agt-accent-light: #449383;

  --agt-bg-warm: rgba(179, 58, 91, 0.05);  /* subtle coral-desert card tint */

  /* Tucson-specific tokens used by hero + section accents */
  --tuc-sun: #E0913C;            /* low Sonoran sun / saguaro-forest afternoon gold */
  --tuc-soil: #B0764A;           /* desert soil / Catalina granite */
  --tuc-sky: #355A86;            /* sky-island high-elevation blue */
}
