:root {
  /* ========== BRAND — Meraly Délice (Bordeaux) ==========
     Planches menu du client : fond de feuillage tropical sombre, cadres orange,
     prix jaunes, titres condensés blancs, script « Meraly » orange → rouge. */
  --primary: #ff7a00;
  --primary-rgb: 255, 122, 0;
  --accent: #ffd23f;
  --accent-rgb: 255, 210, 63;
  --purple: #2f9e5b;            /* vert feuille (accent secondaire, « végé », succès) */
  --purple-rgb: 47, 158, 91;
  --bg-dark: #07120b;
  --bg-card: #0d1c12;
  --text-main: #fff4e0;
  --text-muted: #b9b39f;
  --border-color: rgba(255, 244, 224, 0.12);

  /* ========== COLORS ========== */
  --color-primary: var(--primary);
  --color-primary-hover: #ff9a1f;
  --color-primary-light: rgba(255, 122, 0, 0.22);
  --color-secondary: rgba(255, 244, 224, 0.08);
  --color-secondary-hover: rgba(255, 244, 224, 0.14);
  --color-accent: var(--accent);
  --color-accent-hover: #ffe06a;
  --color-bg: var(--bg-dark);
  --color-bg-alt: var(--bg-card);
  --color-bg-dark: var(--bg-dark);
  --color-text: var(--text-main);
  --color-text-light: var(--text-muted);
  --color-text-inverse: #07120b;
  --color-border: var(--border-color);
  --color-success: #2f9e5b;
  --color-warning: #ffd23f;
  --color-error: #e6421d;
  --color-info: #3b82f6;

  /* ========== TYPOGRAPHY ========== */
  --font-family: 'Barlow', system-ui, -apple-system, sans-serif;
  --font-family-heading: 'Anton', 'Impact', 'Arial Narrow', sans-serif;
  --font-family-accent: 'Lobster', 'Brush Script MT', cursive;
  --font-family-condensed: 'Barlow Condensed', 'Barlow', 'Arial Narrow', sans-serif;
  --font-family-mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 2rem;
  --font-size-4xl: 2.5rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;

  /* ========== GLOW (hérité du thème : neutralisé) ========== */
  --neon-primary: 0 0 0 rgba(255, 122, 0, 0);
  --neon-primary-soft: 0 1px 2px rgba(0, 0, 0, 0.3);
  --neon-accent: 0 1px 2px rgba(0, 0, 0, 0.3);
  --glow-box-primary: 0 2px 8px rgba(0, 0, 0, 0.25);
  --glow-box-primary-strong: 0 6px 18px rgba(0, 0, 0, 0.3);
  --glow-box-accent: 0 2px 8px rgba(255, 122, 0, 0.2);

  /* ========== SPACING ========== */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;

  /* ========== BORDERS & RADIUS (cadres arrondis des planches) ========== */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-full: 9999px;
  --border-width: 1px;
  --border-width-thick: 3px;

  /* ========== SHADOWS ========== */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.35);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.35), 0 2px 4px -2px rgb(0 0 0 / 0.35);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.4), 0 4px 6px -4px rgb(0 0 0 / 0.4);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.45), 0 8px 10px -6px rgb(0 0 0 / 0.45);

  /* ========== TRANSITIONS ========== */
  --transition-fast: 150ms ease;
  --transition-normal: 200ms ease;
  --transition-slow: 300ms ease;

  /* ========== LAYOUT ========== */
  --container-max-width: 1200px;
  --container-padding: var(--space-4);
  --header-height: 72px;
  --footer-height: auto;
  --grid-gap: var(--space-6);
  --products-grid-columns: repeat(auto-fill, minmax(280px, 1fr));
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 300;
  --z-toast: 400;
}
