/* ─── Scottsdale, AZ — City Token Overrides ─── */
/* Luxury desert-resort palette — sunset-adobe terracotta + Old-Town-gallery turquoise, with a resort-gold accent */
/* Deliberately distinct from Phoenix's brighter Sonoran orange-and-saguaro-green (#C75B2A / #4F7942), */
/* Tucson's coral-magenta-and-pine-teal (#B33A5B / #2E7D6B), and Tubac/Tumacácori's mission-adobe-and- */
/* gallery-blue (#B5652E / #3D8A93). Scottsdale reads rosier, more muted, and more gold-forward on purpose — */
/* the resort-and-golf-course palette rather than a hiking-trail or mission-town one. */

:root {
  --agt-primary: #A85C3D;        /* sunset-adobe terracotta — resort stucco and Old Town storefronts at dusk */
  --agt-primary-light: #C47850;
  --agt-primary-dark: #7A4028;

  --agt-accent: #C9A227;         /* resort gold — fairway light and Fashion Square's high-end retail glow */
  --agt-accent-light: #DBB94F;

  --agt-bg-warm: rgba(168, 92, 61, 0.06);  /* subtle terracotta card tint */

  /* Scottsdale-specific tokens used by hero + section accents */
  --sdl-turquoise: #2E8B8B;      /* Old Town gallery turquoise — jewelry stalls and Western-heritage trim */
  --sdl-fairway-green: #5C8A5C;  /* TPC fairway green under desert sun */
  --sdl-desert-rose: #C97A6D;    /* cactus-flower rose, softer contrast against the terracotta primary */
}
