/* ============================================================
   Vila OK Costinești — Design variant v6 "Popas verde"
   Token contract (consumed verbatim by index.html).
   Palette: deep forest green + warm cream, brass-gold accent —
   a calm, botanical guesthouse mood built around the courtyard
   garden and gazebo. Distinct from v1 (marine blue/white),
   v2 (terracotta editorial) and v3 (turquoise/coral playful).
   ============================================================ */

:root {
  /* Colors */
  --color-primary: #1F3D2E;      /* deep forest green — header, headings, primary buttons */
  --color-accent: #B8863B;       /* warm brass-gold — CTAs, icons, highlights (sunlight through leaves) */
  --color-bg: #F7F3E8;           /* warm cream page background */
  --color-surface: #FFFFFF;      /* card / panel surface */
  --color-text: #1B2A20;         /* deep green-charcoal ink */
  --color-text-muted: #5B6B5C;   /* muted sage-grey for secondary copy */

  /* Typography */
  --font-display: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --font-body: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Shape & elevation */
  --radius: 14px;
  --shadow: 0 20px 45px -24px rgba(31, 61, 46, 0.38);

  /* Spacing scale */
  --space-1: 0.25rem;   /* 4px */
  --space-2: 0.5rem;    /* 8px */
  --space-3: 0.75rem;   /* 12px */
  --space-4: 1rem;      /* 16px */
  --space-5: 1.5rem;    /* 24px */
  --space-6: 2rem;      /* 32px */
  --space-7: 3rem;      /* 48px */
  --space-8: 4rem;      /* 64px */
}
