:root {
  /* Brand - moodboard Fondation Honorer Aimer */
  --vert-fonce: #3d4a3a;
  --vert-sauge: #7a8c6e;
  --sauge-pale: #b5a88a;
  --beige: #d4c9bc;
  --creme: #f0ebe4;
  --blanc: #faf8f5;
  --encre: #2a3228;

  --color-bg: var(--creme);
  --color-bg-alt: var(--blanc);
  --color-bg-dark: var(--vert-fonce);
  --color-text: var(--encre);
  --color-text-muted: #5a6556;
  --color-text-on-dark: var(--creme);
  --color-text-on-dark-muted: rgba(240, 235, 228, 0.78);
  --color-accent: var(--vert-sauge);
  --color-border: rgba(61, 74, 58, 0.14);
  --color-border-strong: rgba(61, 74, 58, 0.28);

  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-script: "Cormorant Garamond", "Playfair Display", Georgia, serif;

  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1.0625rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
  --fs-2xl: clamp(1.75rem, 3vw, 2.25rem);
  --fs-3xl: clamp(2.25rem, 4.5vw, 3.25rem);
  --fs-hero: clamp(2.5rem, 6vw, 4rem);

  --lh-tight: 1.2;
  --lh-snug: 1.35;
  --lh-body: 1.7;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --radius-pill: 999px;

  --shadow-soft: 0 12px 40px rgba(61, 74, 58, 0.08);
  --shadow-card: 0 4px 24px rgba(61, 74, 58, 0.06);

  --header-h: 4.5rem;
  --max-w: 72rem;
  --max-w-narrow: 40rem;
  --max-w-prose: 38rem;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.55s;
  --focus-ring: 0 0 0 3px var(--creme), 0 0 0 5px var(--vert-sauge);
}
