/* RLN JARDINS — Variables (PAY-15 Sauge, Craft) */
:root {
  /* Couleurs skin imposees */
  --bg: #E8F0EC;
  --bg-alt: #DCE6E0;
  --surface: #F2F6F3;
  --text: #1F3531;
  --text-2: #44615B;
  --text-mute: #6B8580;
  --border: #B9CCC5;

  --accent: #4A8B7F;
  --accent-2: #6BA89D;
  --accent-soft: rgba(74, 139, 127, 0.12);
  --accent-on-dark: #A8C9C2;

  --primary: #1F3531;
  --primary-deep: #16261F;

  --wa-green: #25D366;
  --wa-green-deep: #128C7E;

  /* Polices */
  --ff-display: "Playfair Display", "Georgia", serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ff-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

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

  /* Espacements */
  --section-py-mobile: 56px;
  --section-py-desk: 88px;

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

  /* Z-index (ordre strict : fab < menu < header < burger < modal) */
  --z-fab: 900;
  --z-menu: 1000;
  --z-header: 1100;
  --z-burger: 1200;
  --z-modal: 1300;

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

  /* Transitions */
  --t-fast: 0.18s ease;
  --t-base: 0.28s ease;
  --t-slow: 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
