:root {
  /* ========== BRAND — Crousty by Tasty (Verviers) ==========
     Logo badge circulaire noir & blanc, typo ultra-condensée ; photos des
     plats sur bois chaud et lumière ambrée. Thème sombre charbon, accent
     doré « croustillant », touches paprika. Anton (display) + Barlow (texte). */
  --primary: #e9a83a;
  --primary-rgb: 233, 168, 58;
  --accent: #e9a83a;
  --accent-rgb: 233, 168, 58;
  --purple: #cf5c2e;            /* paprika (accent secondaire épicé) */
  --purple-rgb: 207, 92, 46;
  --bg-dark: #100e0b;
  --bg-card: #1b1712;
  --text-main: #f2ecdf;
  --text-muted: #b3a48c;
  --border-color: rgba(242, 236, 223, 0.12);

  /* ========== COLORS ========== */
  --color-primary: var(--primary);
  --color-primary-hover: #f4bd5c;
  --color-primary-light: rgba(233, 168, 58, 0.16);
  --color-secondary: rgba(242, 236, 223, 0.07);
  --color-secondary-hover: rgba(242, 236, 223, 0.13);
  --color-accent: var(--accent);
  --color-accent-hover: #f4bd5c;
  --color-bg: var(--bg-dark);
  --color-bg-alt: var(--bg-card);
  --color-bg-dark: #070605;
  --color-text: var(--text-main);
  --color-text-light: var(--text-muted);
  --color-text-inverse: #14110d;
  --color-border: var(--border-color);
  --color-success: #4caf7d;
  --color-warning: #e9a83a;
  --color-error: #e05252;
  --color-info: #cf5c2e;

  /* ========== TYPOGRAPHY ========== */
  --font-family: 'Barlow', system-ui, -apple-system, sans-serif;
  --font-family-heading: 'Anton', 'Arial Narrow', 'Impact', sans-serif;
  --font-family-accent: 'Anton', 'Arial Narrow', sans-serif;
  --font-family-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 (halo ambré discret, hérité du thème) ========== */
  --neon-primary: 0 0 0 rgba(233, 168, 58, 0);
  --neon-primary-soft: 0 1px 2px rgba(0, 0, 0, 0.4);
  --neon-accent: 0 1px 2px rgba(0, 0, 0, 0.4);
  --glow-box-primary: 0 2px 8px rgba(0, 0, 0, 0.4);
  --glow-box-primary-strong: 0 6px 18px rgba(0, 0, 0, 0.5);
  --glow-box-accent: 0 2px 10px rgba(233, 168, 58, 0.22);

  /* ========== 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 (badge net, angles francs) ========== */
  --radius-sm: 6px;
  --radius-md: 9px;
  --radius-lg: 13px;
  --radius-xl: 18px;
  --radius-full: 9999px;
  --border-width: 1px;
  --border-width-thick: 2px;

  /* ========== SHADOWS (profondes, thème sombre) ========== */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.5);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.5), 0 2px 4px -2px rgb(0 0 0 / 0.5);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.55), 0 4px 6px -4px rgb(0 0 0 / 0.55);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.6), 0 8px 10px -6px rgb(0 0 0 / 0.6);

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