/* ─── Lake Havasu City, AZ — City Token Overrides ─── */
/* Colorado River blue-teal palette — deep lake blue + spray teal + desert-shore sand */
/* Deliberately distinct from Phoenix (Sonoran orange #C75B2A) and Page (canyon palette) */

:root {
  --agt-primary: #1E7FA6;        /* Lake Havasu deep-water blue — the channel under the London Bridge */
  --agt-primary-light: #2E97BF;
  --agt-primary-dark: #155F7D;

  --agt-accent: #14B8A6;         /* spray teal — the wake-and-shallows color of a summer boating day */
  --agt-accent-light: #2DD0BE;

  --agt-bg-warm: rgba(30, 127, 166, 0.05);  /* subtle blue-tinted card wash */

  /* Lake-Havasu-specific tokens used by hero + section accents */
  --lhc-deep: #0E5A77;           /* deep reservoir blue at the buoy line */
  --lhc-sand: #D8C29A;           /* river-shore sand / desert beach */
  --lhc-sun: #F2A93B;            /* hot summer sun — the season that is the POINT here */
}
