
:root {
  /* Couleurs de base */
  --bg-primary: #1E1A12;
  --bg-secondary: #3D2D1E;
  --surface: #5C462B;
  --surface-light: #8B6A44;
  --white: #Ffffff;

  --accent-gold: #E0B56D;
  --accent-terracotta: #C8603E;
  --accent-ochre: #D79D42;
  --gold: #FFD700;

  --text-primary: #F6E8D8;
  --text-secondary: #Ffffff;
  --text-muted: #A58F75;

  --line: rgba(243, 237, 228, 0.14);
  --line-strong: rgba(243, 237, 228, 0.28);

  /* Typographie */
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Osvald', monospace;

  --tracking-tight: 0.02em;
  --tracking-wide: 0.08em;
  --tracking-wider: 0.15em;

  /* Échelle */
  --fs-2xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.25rem;
  --fs-lg: 1.75rem;
  --fs-xl: 2.5rem;
  --fs-2xl: 3.5rem;
  --fs-3xl: 5rem;
  --fs-4xl: 7rem;

  /* Espacements */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
  --space-2xl: 10rem;

  /* Grille & structure */
  --container-max: 1440px;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  /* Mouvement */
  --ease-editorial: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 0.35s;
  --dur-med: 0.6s;
  --dur-slow: 1.1s;
}
