/* variables.css — PAY-1 Editorial vegetal (Neo-Editorial) */
/* Skin imposee par da_engine pour SHT Artisan Multiservices, Albi */

:root {
  /* Couleurs (PAY-1 imposee + paysagiste OKLCH precis) */
  --bg: #F5F1EA;
  --bg-alt: #EDE6D8;
  --surface: #FFFFFF;
  --text: #2E2820;
  --text-2: rgba(46, 40, 32, 0.78);
  --text-mute: rgba(46, 40, 32, 0.58);
  --text-inverse: #F5F1EA;
  --border: rgba(46, 40, 32, 0.14);
  --border-strong: rgba(46, 40, 32, 0.24);

  --accent: #2E5B3E;
  --accent-2: oklch(70% 0.08 148);
  --accent-soft: color-mix(in srgb, #2E5B3E 12%, var(--bg));
  --accent-deep: #1F3B2A;
  --primary: var(--accent);

  --wa-green: #25D366;

  /* Polices (PAY-1) */
  --ff-display: "Fraunces", "Libre Baskerville", Georgia, serif;
  --ff-body: "Libre Baskerville", Georgia, serif;
  --ff-ui: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

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

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

  /* Z-index */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;

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

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