:root{
  /* Skin PAY-2 Craft jardin (impose par da_engine) */
  --bg: #F7F1E1;
  --bg-alt: #EFE7D2;
  --surface: #FBF6E8;
  --surface-deep: #2F3325;
  --text: #312A20;
  --text-2: #5C5345;
  --text-mute: #8B826F;
  --border: #D9CFB6;
  --accent: #6B7A3A;
  --accent-2: #8DA152;
  --accent-soft: #D9DDB8;
  --accent-deep: #4A562A;
  --accent-ink: #FBF6E8;
  --gold: #B58A4A;
  --primary: #6B7A3A;
  --wa-green: #25D366;
  --on-dark: #F4EFD9;
  --on-dark-2: rgba(244,239,217,.78);

  /* Polices PAY-2 (Lora display + Inter body/ui) */
  --ff-display: "Lora", Georgia, "Times New Roman", serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ff-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;

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

  /* Header */
  --header-h: 72px;
  --header-h-mobile: 64px;

  /* Z-index : header > menu (piege prod #1) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1300;
  --z-burger: 1200;

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

  /* Transitions */
  --t-fast: .18s ease;
  --t: .3s cubic-bezier(.2,.7,.2,1);
}
