:root {
  /* ========== BRAND — MC-EDEN (Industrial Gold) ========== */
  --obsidian:   #0E0E0E;
  --carbon:     #1A1A1A;
  --ash:        #2A2A2A;
  --gold:       #E5B80B;
  --gold-hover: #D4A90A;
  --ghost:      #F4F4F4;

  /* Tokens historiques remappés (compatibilité templates existants) */
  --primary: var(--gold);
  --primary-rgb: 229, 184, 11;
  --accent: var(--gold);
  --accent-rgb: 229, 184, 11;
  --purple: #4f7a43;
  --purple-rgb: 79, 122, 67;
  --bg-dark: var(--obsidian);
  --bg-card: var(--carbon);
  --text-main: var(--ghost);
  --text-muted: rgba(244, 244, 244, 0.55);
  --text-faint: rgba(244, 244, 244, 0.25);
  --border-color: var(--ash);

  /* ========== COLORS ========== */
  --color-primary: var(--gold);
  --color-primary-hover: var(--gold-hover);
  --color-primary-light: rgba(229, 184, 11, 0.18);
  --color-secondary: rgba(244, 244, 244, 0.06);
  --color-secondary-hover: rgba(244, 244, 244, 0.12);
  --color-accent: var(--gold);
  --color-accent-hover: var(--gold-hover);
  --color-bg: var(--obsidian);
  --color-bg-alt: var(--carbon);
  --color-bg-dark: var(--obsidian);
  --color-text: var(--ghost);
  --color-text-light: var(--text-muted);
  --color-text-inverse: var(--obsidian);
  --color-border: var(--ash);
  --color-success: #22c55e;
  --color-warning: #E5B80B;
  --color-error: #ef4444;
  --color-info: #3b82f6;

  /* ========== TYPOGRAPHY ========== */
  --font-family: 'Inter', system-ui, -apple-system, sans-serif;
  --font-family-heading: 'Big Shoulders Display', 'Inter', system-ui, sans-serif;
  --font-family-accent: 'Big Shoulders Display', 'Inter', 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;

  /* ========== GLOWS (neutralisés — thème flat) ========== */
  --neon-primary: none;
  --neon-primary-soft: none;
  --neon-accent: none;
  --glow-box-primary: 0 2px 10px rgba(0, 0, 0, 0.4);
  --glow-box-primary-strong: 0 10px 30px rgba(0, 0, 0, 0.5);
  --glow-box-accent: 0 2px 10px rgba(0, 0, 0, 0.4);

  /* ========== 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 (4px — industriel) ========== */
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 4px;
  --radius-xl: 6px;
  --radius-full: 9999px;
  --border-width: 1px;
  --border-width-thick: 2px;

  /* ========== SHADOWS ========== */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.3);
  --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: 2rem;
  --header-height: 72px;
  --footer-height: auto;
  --grid-gap: 1.2rem;
  --products-grid-columns: repeat(auto-fill, minmax(280px, 1fr));
  --z-dropdown: 100;
  --z-sticky: 100;
  --z-modal: 300;
  --z-toast: 400;
}
