:root {
  /* Brand Color Palette - Luxe Emerald & Gold */
  --primary-emerald: #0A2F1D;
  --primary-forest: #1B4D3E;
  --primary-mint: #2E7D5B;
  --primary-light-mint: #E8F4EE;
  
  --accent-gold: #D4AF37;
  --accent-gold-hover: #B59326;
  --accent-light-gold: #FFF9E6;
  
  --neutral-dark: #121C17;
  --neutral-body: #33413B;
  --neutral-muted: #6B7C73;
  --neutral-border: #E2E8E4;
  --neutral-bg: #F8F9FA;
  --neutral-white: #FFFFFF;
  
  --whatsapp-green: #25D366;
  --whatsapp-hover: #1EBE57;

  /* Typography */
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(10, 47, 29, 0.06);
  --shadow-md: 0 8px 24px rgba(10, 47, 29, 0.12);
  --shadow-lg: 0 16px 40px rgba(10, 47, 29, 0.18);
  --shadow-glow: 0 0 25px rgba(212, 175, 55, 0.3);

  /* Radius & Transitions */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
