:root {
  /* Color Palette — Luxury Heritage Indian Food */
  --color-primary-dark: #221610;
  --color-primary: #341f14;
  --color-primary-light: #4a2d1d;
  
  --color-accent-gold: #c8973e;
  --color-accent-gold-dark: #a97828;
  --color-accent-gold-light: #deb560;
  --color-accent-amber: #e2a336;
  --color-accent-cream: #fbf6ec;
  --color-accent-subtle: #f3ebd8;

  --color-bg-ivory: #fdfbf7;
  --color-bg-warm: #f7f2e8;
  --color-bg-card: #ffffff;
  --color-bg-dark: #18100c;

  --color-text-dark: #1e1b18;
  --color-text-body: #4a443e;
  --color-text-muted: #7d756d;
  --color-text-light: #fdfbf7;

  --color-border: #e8dfd3;
  --color-border-focus: #c8973e;
  --color-error: #c53030;
  --color-success: #2f855a;

  /* Typography */
  --font-heading: 'Marcellus', 'Cinzel', 'Noto Serif Gujarati', 'Playfair Display', Georgia, serif;
  --font-body: 'Outfit', 'Plus Jakarta Sans', 'Noto Sans Gujarati', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 5rem;
  --spacing-4xl: 7.5rem;

  /* Layout */
  --container-max-width: 1240px;
  --header-height: 96px;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-subtle: 0 4px 20px rgba(34, 22, 16, 0.05);
  --shadow-card: 0 10px 30px rgba(34, 22, 16, 0.07);
  --shadow-hover: 0 18px 40px rgba(34, 22, 16, 0.12);
  --shadow-gold: 0 8px 25px rgba(200, 151, 62, 0.25);

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);

  /* Glassmorphism */
  --glass-bg: rgba(253, 251, 247, 0.85);
  --glass-border: rgba(200, 151, 62, 0.2);
}
