:root{
  /* Palette PAY-18 Sapin (Neo-Editorial) */
  --bg: #EFF2EC;
  --bg-alt: #E4EADB;
  --surface: #FFFFFF;
  --surface-warm: #F7F8F2;
  --text: #222A24;
  --text-2: #4A5550;
  --text-mute: #7A857F;
  --border: #D4DBC9;
  --border-soft: #E0E5D6;
  --accent: #29402F;
  --accent-2: #3F5D45;
  --accent-deep: #1B2A20;
  --primary: #29402F;
  --wa-green: #25D366;
  --gold: #B58A4A;

  /* Texte sur fond fonce */
  --on-dark: #F6F4EB;
  --on-dark-2: rgba(246,244,235,.78);
  --on-dark-mute: rgba(246,244,235,.6);

  /* Typo */
  --ff-display: "Cormorant Garamond", "Cormorant", Georgia, serif;
  --ff-body: "DM Sans", "Inter", system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  --ff-ui: "DM Sans", "Inter", system-ui, sans-serif;

  /* Rayons */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;

  /* Sommets */
  --header-h: 80px;
  --header-h-mobile: 64px;

  /* Container */
  --container: 1180px;

  /* z-index */
  --z-header: 900;
  --z-menu: 1000;
  --z-burger: 1001;
  --z-modal: 1200;

  /* Ombres feutrees */
  --sh-1: 0 1px 2px rgba(34,42,36,.05), 0 4px 12px rgba(34,42,36,.05);
  --sh-2: 0 4px 20px rgba(34,42,36,.08), 0 1px 3px rgba(34,42,36,.06);
  --sh-3: 0 18px 50px rgba(34,42,36,.14);

  /* Animations */
  --ease: cubic-bezier(.22,.61,.36,1);
}
