/* ============================================================
   Charte éditoriale MADIOR — titres de section en serif
   Prolonge la signature du hero (madior-sig.css) sur les sections :
   Newsreader serif + casse normale + eyebrow espacé + micro-filet cuivre.
   Additif et scopé aux .page-section-head ; aucune structure modifiée.
   (Chargé après madior-sig.css → l'emporte sur le Poppins par l'ordre.)
   ============================================================ */

/* Titres de section → serif éditorial Newsreader (au lieu de Poppins), casse normale */
.page-section-head h2 {
  font-family: "Newsreader", "Iowan Old Style", Georgia, serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.012em;
  line-height: 1.12;
}

/* Eyebrow (kicker mono cuivre) — léger surcroît d'espacement façon « Absolue » */
.page-section-head .mono {
  letter-spacing: 0.3em;
}

/* Micro-filet cuivre centré sous les titres de section centrés (touche éditoriale) */
.page-section-head--center h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 0.7em auto 0;
  background: linear-gradient(90deg, transparent, var(--copper, #d4a574) 50%, transparent);
  opacity: 0.85;
}
