/* ============================================================
   VELVETTOUCH — Design Tokens  ·  Monochrome Premium
   Palette : Noir absolu + Ivoire/Crème accent
   ============================================================ */
:root {
  /* ── Fonds ── */
  --noir:       #08090c;
  --ink-2:      #0e1016;
  --ink-3:      #151720;
  --smoke:      #1c1f2a;

  /* ── Compat (anciennes vars) ── */
  --deep:       #08090c;
  --gris-fonce: #0e1016;
  --gris-moyen: #151720;
  --gris-clair: #1c1f2a;
  --violet:     #1c1f2a;
  --violet-light:#252838;
  --violet-pale: rgba(255,255,255,0.05);

  /* ── Accent crème/ivoire ── */
  --cream:      #f0ede6;
  --ivory:      #e8e4db;
  --gold:       #f0ede6;     /* redirigé vers crème */
  --gold-light: #ffffff;
  --accent:     #f0ede6;
  --accent-light:#ffffff;
  --accent-dim: rgba(240,237,230,0.08);
  --accent-glow:rgba(240,237,230,0.15);
  --silver:     rgba(200,216,240,0.7);
  --silver-dim: rgba(200,216,240,0.1);

  /* ── Blancs ── */
  --blanc:     #ffffff;
  --blanc-90:  rgba(255,255,255,0.9);
  --blanc-70:  rgba(255,255,255,0.68);
  --blanc-45:  rgba(255,255,255,0.42);
  --blanc-20:  rgba(255,255,255,0.14);
  --texte:     #ffffff;

  /* ── Typo ── */
  --font-display: 'Satoshi', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;

  /* ── Espacement ── */
  --space-xs:  0.25rem;  --space-sm: 0.5rem;
  --space-md:  1rem;     --space-lg: 2rem;
  --space-xl:  4rem;     --space-2xl:6rem;

  /* ── Radius ── */
  --radius-sm: 4px; --radius-md: 8px;
  --radius-lg: 16px; --radius-xl: 24px;
  --radius-pill: 999px;

  /* ── Ombres ── */
  --shadow-sm:   0 2px 12px rgba(0,0,0,0.4);
  --shadow-md:   0 8px 32px rgba(0,0,0,0.55);
  --shadow-lg:   0 24px 64px rgba(0,0,0,0.7);
  --shadow-gold: 0 8px 32px rgba(240,237,230,0.1);

  /* ── Transitions ── */
  --ease:      0.25s ease;
  --ease-slow: 0.5s ease;
  --ease-out:  cubic-bezier(0.16,1,0.3,1);
  --spring:    cubic-bezier(0.34,1.4,0.64,1);

  /* ── Layout ── */
  --max-width:  1100px;
  --nav-height: 76px;

  /* ── Background global ── */
  --site-bg: #08090c;
}
