:root {
  --gold: #B8960C;
  --gold-light: #D4AF37;
  --gold-dark: #8B7209;
  --dark: #1A1A1A;
  --dark-secondary: #2C2C2C;
  --dark-soft: #3A3A3A;
  --white: #FFFFFF;
  --off-white: #F5F3EE;
  --cream: #FAF7F0;
  --warm-gray: #8C8478;
  --light-gray: #E8E4DE;
  --text-dark: #1A1A1A;
  --text-body: #4A4540;
  --text-muted: #9B9590;
  --red-promo: #C0392B;
  --green-wa: #25D366;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.1);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.15);
  --shadow-gold: 0 4px 20px rgba(184,150,12,0.25);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --radius-full: 50%;
  --font-main: 'Inter', 'Segoe UI', sans-serif;
  --font-display: 'Playfair Display', Georgia, serif;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
  --transition-slow: 0.6s cubic-bezier(0.4,0,0.2,1);
  --container: 1320px;
  --header-h: 70px;
}
