/* ─── Saguaro National Park, AZ — City Token Overrides ─── */
/* Sonoran-desert national-park palette — saguaro-green + golden-hour desert gold + Rincon/Tucson-Mtn dusk violet */
/* Deliberately distinct from Bisbee (copper-teal #2E6F63), Tombstone (adobe rust #A8432B) and the Tucson hub (ocotillo coral-magenta #B33A5B): */
/* Saguaro reads as living desert — cactus-green primary against golden desert light and a dusk-violet mountain accent. */

:root {
  --agt-primary: #4C7A3F;        /* saguaro cactus-green — the living Sonoran desert forest */
  --agt-primary-light: #6B9A5C;
  --agt-primary-dark: #35592C;

  --agt-accent: #C9822E;         /* golden-hour desert gold — the West district's sunset fame */
  --agt-accent-light: #E0A659;

  --agt-bg-warm: rgba(76, 122, 63, 0.06);  /* subtle saguaro-green card tint */

  /* Saguaro-specific tokens used by hero + section accents */
  --sag-dusk: #6E5A8C;            /* Rincon / Tucson Mtn dusk-violet ridgeline */
  --sag-sand: #C6A472;           /* Sonoran desert-floor sand */
  --sag-bloom: #E8D8B0;          /* pale saguaro-blossom cream (AZ state flower) */
}
