:root {
  /* ========== BRAND — Dunk & Food (Noisy-le-Grand) ==========
     Menu papier + vitrine dunkandfood.fr : rose poudré, rouge brique,
     brun bordeaux, titres Titan One tout en rondeur, Montserrat pour le texte. */
  --primary: #b0241f;
  --primary-rgb: 176, 36, 31;
  --accent: #b0241f;
  --accent-rgb: 176, 36, 31;
  --purple: #2e6f63;            /* vert céramique (accent secondaire discret) */
  --purple-rgb: 46, 111, 99;
  --bg-light: #f1c2bc;
  --bg-card: #f8ebee;
  --text-main: #2a0a09;
  --text-muted: #7a4b47;
  --border-color: rgba(86, 42, 41, 0.16);

  /* ========== COLORS ========== */
  --color-primary: var(--primary);
  --color-primary-hover: #c9382f;
  --color-primary-light: rgba(176, 36, 31, 0.14);
  --color-secondary: rgba(86, 42, 41, 0.07);
  --color-secondary-hover: rgba(86, 42, 41, 0.12);
  --color-accent: var(--accent);
  --color-accent-hover: #c9382f;
  --color-bg: var(--bg-light);
  --color-bg-alt: var(--bg-card);
  --color-bg-dark: #2a0a09;
  --color-text: var(--text-main);
  --color-text-light: var(--text-muted);
  --color-text-inverse: #f8ebee;
  --color-border: var(--border-color);
  --color-success: #2f8f5b;
  --color-warning: #c77c00;
  --color-error: #c62828;
  --color-info: #2e6f63;

  /* ========== TYPOGRAPHY ========== */
  --font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  --font-family-heading: 'Titan One', 'Arial Black', sans-serif;
  --font-family-accent: 'Titan One', 'Arial Black', sans-serif;
  --font-family-condensed: 'Montserrat', '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: 500;
  --font-weight-medium: 600;
  --font-weight-semibold: 700;
  --font-weight-bold: 800;
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;

  /* ========== GLOW (hérité du thème : neutralisé, thème clair) ========== */
  --neon-primary: 0 0 0 rgba(176, 36, 31, 0);
  --neon-primary-soft: 0 1px 2px rgba(86, 42, 41, 0.18);
  --neon-accent: 0 1px 2px rgba(86, 42, 41, 0.18);
  --glow-box-primary: 0 2px 8px rgba(86, 42, 41, 0.14);
  --glow-box-primary-strong: 0 6px 18px rgba(86, 42, 41, 0.18);
  --glow-box-accent: 0 2px 8px rgba(176, 36, 31, 0.16);

  /* ========== 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 (rondeurs du menu papier) ========== */
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --radius-full: 9999px;
  --border-width: 1px;
  --border-width-thick: 2px;

  /* ========== SHADOWS (chaudes, thème clair) ========== */
  --shadow-sm: 0 1px 2px 0 rgb(86 42 41 / 0.14);
  --shadow-md: 0 4px 6px -1px rgb(86 42 41 / 0.14), 0 2px 4px -2px rgb(86 42 41 / 0.14);
  --shadow-lg: 0 10px 15px -3px rgb(86 42 41 / 0.18), 0 4px 6px -4px rgb(86 42 41 / 0.18);
  --shadow-xl: 0 20px 25px -5px rgb(86 42 41 / 0.2), 0 8px 10px -6px rgb(86 42 41 / 0.2);

  /* ========== 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;
}
