/* ─── Tubac & Tumacácori, AZ — City Token Overrides ─── */
/* Camino Real palette — adobe terracotta (mission ruin) + turquoise-gallery blue (art village) + mesquite green */
/* Deliberately distinct from Tombstone (adobe rust #A8432B), Bisbee (copper-teal #2E6F63), Saguaro (cactus-green #4C7A3F) */
/* and Sabino Canyon/Mt. Lemmon: Tubac/Tumacácori reads as two-toned on purpose — warm mission adobe against */
/* cool Southwestern-turquoise gallery doors, because the page's whole point is two different identities 3 miles apart. */

:root {
  --agt-primary: #B5652E;        /* mission adobe terracotta — Tumacácori's weathered facade and bell tower */
  --agt-primary-light: #D0824F;
  --agt-primary-dark: #8C4A1F;

  --agt-accent: #3D8A93;         /* turquoise-gallery blue — Tubac's art-village doors and jewelry stalls */
  --agt-accent-light: #5FA9B1;

  --agt-bg-warm: rgba(181, 101, 46, 0.06);  /* subtle adobe-terracotta card tint */

  /* Tubac/Tumacácori-specific tokens used by hero + section accents */
  --ttc-mesquite: #5C6B47;        /* mesquite-bosque green along the Santa Cruz River */
  --ttc-santacruz: #7A9CA8;       /* Santa Cruz River corridor slate-blue */
  --ttc-adobe-sand: #C9A876;      /* sun-bleached adobe / presidio wall sand */
}
