/* ══════════════════════════════════════════════════════════════
   Coordenada Viajes — approved website refresh v2
   Vintage boutique-travel direction (cream/parchment, deep forest
   green, antique gold, cartography texture).

   SCOPING: homepage-only, temporary migration state. These tokens
   share names with the site-wide css/brand-tokens.css (v1) but
   carry different values — to avoid silently reskinning quote
   pages / /pagos before they're reviewed under this direction,
   every token here is scoped under .cv-home-v2 rather than :root.
   Only index.html loads this file, wrapped in that class.

   Once the homepage is approved, v2 propagates to the rest of the
   site in a separate controlled pass — this dual-token state is
   not meant to be permanent.
   ══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');

.cv-home-v2 {
  --cv2-green: #1F3B2E;
  --cv2-deep-green: #102A21;
  --cv2-cream: #F6F1E7;
  --cv2-parchment: #EFE4D1;
  --cv2-taupe-gold: #C9B18A;
  --cv2-gold: #D4AF37;
  --cv2-charcoal: #3A332B;
  --cv2-brown: #5A402A;
  --cv2-serif: 'EB Garamond', Georgia, serif;
  --cv2-script: 'Great Vibes', 'Brush Script MT', cursive;
  --cv2-ui: Arial, Helvetica, sans-serif;
  --cv2-radius-lg: 28px;
  --cv2-radius-md: 18px;
  --cv2-border-gold: 1px solid color-mix(in srgb, var(--cv2-gold) 75%, transparent);
}

.cv-home-v2 .cv-wordmark-coordenada { font-family: var(--cv2-serif); color: var(--cv2-green); letter-spacing: .08em; font-weight: 400; text-transform: uppercase; }
.cv-home-v2 .cv-wordmark-viajes     { font-family: var(--cv2-script); color: var(--cv2-green); font-weight: 400; }
.cv-home-v2 .cv-primary-slogan      { font-family: var(--cv2-serif); color: var(--cv2-green); }
.cv-home-v2 .cv-secondary-line      { font-family: var(--cv2-serif); text-transform: uppercase; letter-spacing: .22em; color: var(--cv2-green); }
