:root {
  /* Palette — bleu éditorial (thème site) */
  --color-ink: #1a1f2e;
  --color-ink-soft: #3d4558;
  --color-ink-muted: #6b7289;
  --color-cream: #faf8f5;
  --color-cream-dark: #f0ebe3;
  --color-primary: #3d5a80;
  --color-primary-light: #6b8cae;
  --color-primary-pale: #e8eef5;
  --color-primary-dark: #2d4563;
  --color-primary-rgb: 61, 90, 128;
  /* Alias legacy (sage → primary) */
  --color-sage: var(--color-primary);
  --color-sage-light: var(--color-primary-light);
  --color-sage-pale: var(--color-primary-pale);
  --color-gold: #b8956c;
  --color-gold-light: #d4b896;
  --color-white: #ffffff;
  --color-border: rgba(26, 31, 46, 0.08);
  --color-border-strong: rgba(26, 31, 46, 0.15);

  /* Typographie éditoriale */
  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1.0625rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.75rem;
  --font-size-4xl: 3.5rem;
  --font-size-hero: clamp(2.5rem, 5vw, 4.25rem);
  --line-height-tight: 1.15;
  --line-height-body: 1.7;
  --letter-spacing-wide: 0.12em;

  /* Espacement aéré */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 720px;
  --header-height: 80px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;

  /* Ombres subtiles */
  --shadow-sm: 0 2px 8px rgba(26, 31, 46, 0.04);
  --shadow-md: 0 8px 32px rgba(26, 31, 46, 0.08);
  --shadow-lg: 0 16px 48px rgba(26, 31, 46, 0.12);

  /* Transitions raffinées */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 200ms;
  --duration-normal: 400ms;
  --duration-slow: 700ms;
}
