/* PLB-6 Bleu nuit — Craft + Playfair Display + Inter */
:root{
  /* Couleurs */
  --bg: #F4F4F2;
  --bg-alt: #EDEDE9;
  --surface: #FFFFFF;
  --text: #23272E;
  --text-2: #4A5160;
  --text-mute: #7A828F;
  --border: rgba(35,39,46,0.14);
  --accent: #1F3A5F;
  --accent-soft: rgba(31,58,95,0.10);
  --accent-2: #C9A66B;
  --primary: #1F3A5F;
  --wa-green: #25D366;
  --ink-line: rgba(35,39,46,0.22);

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

  /* Tailles fluides */
  --fs-h1: clamp(2.1rem, 5.4vw, 3.6rem);
  --fs-h2: clamp(1.6rem, 3.4vw, 2.4rem);
  --fs-h3: clamp(1.2rem, 2.2vw, 1.5rem);
  --fs-body: clamp(1rem, 1.4vw, 1.075rem);
  --fs-small: 0.875rem;

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

  /* Espacements */
  --pad-section-m: 48px;
  --pad-section-d: 88px;

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

  /* Z-index (--z-header > --z-menu, regle critique) */
  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;
  --z-fab: 950;

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

  /* Transitions */
  --t-fast: 180ms ease;
  --t-base: 280ms cubic-bezier(.2,.7,.2,1);
  --t-slow: 600ms cubic-bezier(.2,.7,.2,1);
}
