/*
Theme Name: MahaRasa Gold
Theme URI: https://maharasagold.com
Author: Aura Vital LLP
Description: Mobile-first premium WooCommerce theme for MahaRasa — India's most powerful wellness gummy. Built for urban professionals, fitness enthusiasts, and anyone seeking testosterone support, calm mind, better sleep, male vitality, energy and healthy aging.
Version: 1.8.7
Requires at least: 6.4
Requires PHP: 8.1
License: Proprietary
Text Domain: maharasa-gold
WooCommerce: true
*/

/* ═══════════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════════ */
:root {
  /* Colors */
  --mr-black:       #080808;
  --mr-dark:        #111111;
  --mr-dark-2:      #1a1409;
  --mr-gold:        #B8760A;
  --mr-gold-light:  #f0a030;
  --mr-gold-pale:   #d4a854;
  --mr-gold-glow:   rgba(184,118,10,0.35);
  --mr-cream:       #f8f2e2;
  --mr-cream-dark:  #ede4cc;
  --mr-white:       #fdf9f3;
  --mr-text:        #1c1209;
  --mr-text-muted:  #7a6c55;
  --mr-border:      rgba(184,118,10,0.2);
  --mr-border-dark: rgba(255,255,255,0.1);

  /* Typography */
  --font-display:   'Playfair Display', Georgia, serif;
  --font-body:      'DM Sans', system-ui, sans-serif;
  --font-impact:    'Bebas Neue', Impact, sans-serif;

  /* Spacing */
  --section-pad:    80px 20px;
  --section-pad-sm: 48px 16px;
  --inner-max:      960px;
  --inner-wide:     1200px;

  /* Animation */
  --ease-out:       cubic-bezier(0.16, 1, 0.3, 1);
  --ease-bounce:    cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Shadows */
  --shadow-gold:    0 8px 40px rgba(184,118,10,0.4), 0 2px 8px rgba(0,0,0,0.3);
  --shadow-card:    0 4px 24px rgba(0,0,0,0.08);
  --shadow-dark:    0 16px 64px rgba(0,0,0,0.5);
}
