/* ═══════════════════════════════════════════════════════════════
   ACCUEIL — SYSTÈME DE DESIGN ÉDITORIAL
   ═══════════════════════════════════════════════════════════════ */

/* ── Variables locales ── */
:root {
  --h-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --h-ease-out: cubic-bezier(0.33, 1, 0.68, 1);
}

/* ── Utilitaires ── */
.h-wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.5rem, 4.5vw, 3.5rem); }

.h-eyebrow {
  display: block;
  font-family: var(--sans);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--s);
  margin-bottom: 16px;
}
.h-eyebrow--light { color: rgba(255,255,255,.45); }

/* ════════════════════════════════════════════════════════
   1. HERO
   ════════════════════════════════════════════════════════ */
.h-hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: #f7f6f2;
  padding-top: 0;
  margin-top: 0;
  position: relative;
}

/* Grain texture */
.h-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='320' height='320' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
  opacity: .045;
  pointer-events: none;
  z-index: 2;
}

.h-hero__top {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(2.5rem, 5vh, 4rem) clamp(1.5rem, 5vw, 3.5rem) clamp(2rem, 4vh, 3rem);
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
}

/* Titre animé mot par mot — uppercase éditorial */
.h-hero__title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.8vw, 3.4rem);
  color: var(--p);
  line-height: 1.08;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0 0 clamp(.9rem, 2vh, 1.4rem);
  max-width: 680px;
  overflow: hidden;
}
.h-hero__title .h-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(105%);
  transition: opacity .7s var(--h-ease), transform .7s var(--h-ease);
}
.h-hero__title.is-visible .h-word { opacity: 1; transform: translateY(0); }

.h-hero__sub {
  font-size: clamp(.88rem, 1.4vw, 1rem);
  color: var(--muted);
  line-height: 1.82;
  max-width: 500px;
  margin: 0 auto clamp(1.6rem, 3.5vh, 2.5rem);
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s var(--h-ease) .5s, transform .7s var(--h-ease) .5s;
}
.h-hero__sub.is-visible { opacity: 1; transform: none; }

.h-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s var(--h-ease) .65s, transform .6s var(--h-ease) .65s;
}
.h-hero__ctas.is-visible { opacity: 1; transform: none; }

/* ─────────────────────────────────────────────────────────
   TRIPTYQUE — SVG clip U/∩ + perspective 3D sur les côtés
   ─────────────────────────────────────────────────────────*/

/* Le SVG de définition des clipPath doit rester invisible */
.h-tri-svg { position: absolute; width: 0; height: 0; overflow: visible; pointer-events: none; }

/* Wrapper global */
.h-hero__panels-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

/* Grille triptyque */
.h-hero__triptych {
  display: grid;
  grid-template-columns: 1fr 1.12fr 1fr; /* panneau central légèrement plus large */
  gap: 10px;
  height: clamp(220px, 36vw, 460px);
}

/* Panneau générique */
.h-tri {
  overflow: hidden;
  background-image: url('/wp-content/uploads/2024/04/Itineraires-Artistiques-de-Saint-Louis-9eme-edition-Photos-vernissage-22-1024x683.jpg');
  background-size: 300% auto;  /* image s'étend sur les 3 panneaux */
  background-repeat: no-repeat;
  background-color: #e8e7e2;
  clip-path: url(#tri-arc);    /* U en haut, ∩ en bas */
  will-change: transform;
  transition: transform .8s var(--h-ease), filter .6s;
}

/* Portions de l'image par panneau */
.h-tri--l { background-position: 0%   30%; }
.h-tri--c { background-position: 50%  28%; }
.h-tri--r { background-position: 100% 30%; }

/* Perspective 3D sur les panneaux latéraux */
.h-tri--l {
  transform: perspective(1000px) rotateY(14deg);
  transform-origin: right center;
}
.h-tri--r {
  transform: perspective(1000px) rotateY(-14deg);
  transform-origin: left center;
}

/* Hover : les panneaux s'ouvrent légèrement */
.h-hero__triptych:hover .h-tri--l { transform: perspective(1000px) rotateY(7deg);  filter: brightness(1.03); }
.h-hero__triptych:hover .h-tri--r { transform: perspective(1000px) rotateY(-7deg); filter: brightness(1.03); }
.h-hero__triptych:hover .h-tri--c { filter: brightness(1.05); }

/* ── Bouton circulaire — au creux de la ∩ centrale ────────────── */
.h-hero__v-btn {
  position: absolute;
  /* Creux de la ∩ = 7% depuis le bas du panneau. Centrer le bouton (26px) sur ce creux. */
  bottom: calc(7% - 26px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 28px rgba(26,28,46,.35);
  transition: transform .35s var(--h-ease), background .25s;
  border: none;
  cursor: pointer;
  opacity: 0;
  animation: fadeVBtn .9s var(--h-ease) 1.4s forwards;
}
@keyframes fadeVBtn { to { opacity: 1; } }
.h-hero__v-btn:hover {
  transform: translateX(-50%) translateY(-5px);
  background: var(--s);
  color: #fff;
}
.h-hero__v-btn svg {
  width: 18px; height: 18px;
  stroke: currentColor; fill: none;
  stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}

/* ── Thème sous le bouton ∩ ───────────────────────────────────── */
.h-hero__theme {
  text-align: center;
  padding: 20px clamp(1.5rem, 5vw, 3.5rem) clamp(2.5rem, 6vh, 4.5rem);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(.88rem, 1.3vw, 1.02rem);
  color: var(--muted);
  letter-spacing: .015em;
  opacity: 0;
  animation: fadeTheme .8s var(--h-ease) 1.6s forwards;
}
@keyframes fadeTheme { to { opacity: 1; } }

/* ════════════════════════════════════════════════════════
   MARQUEE TICKER
   ════════════════════════════════════════════════════════ */
.h-marquee {
  background: var(--s);
  overflow: hidden;
  padding: 11px 0;
  border-top: none;
}
.h-marquee__track {
  display: flex;
  width: max-content;
  animation: hMarquee 28s linear infinite;
}
@keyframes hMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.h-marquee__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  white-space: nowrap;
  font-family: var(--sans);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
}
.h-marquee__dot {
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,.45);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════
   2. CHIFFRES CLÉS
   ════════════════════════════════════════════════════════ */
.h-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(37,41,85,.09);
}
.h-stat {
  padding: clamp(2.5rem,5vh,4.5rem) clamp(1.5rem,4vw,3rem);
  border-right: 1px solid rgba(37,41,85,.09);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.h-stat:last-child { border-right: none; }
.h-stat__num {
  font-family: var(--serif);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  color: var(--p);
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  font-variant-numeric: tabular-nums;
}
.h-stat__suffix {
  font-size: .5em;
  color: var(--s);
  vertical-align: super;
  line-height: 0;
}
.h-stat__label {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ════════════════════════════════════════════════════════
   3. L'ÉDITION EN QUELQUES MOTS
   ════════════════════════════════════════════════════════ */
.h-edition {
  padding: clamp(5rem,10vh,8rem) 0;
  background: #f7f6f2;
}
.h-edition__inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(3rem,7vw,8rem);
  align-items: start;
}
.h-edition__left {
  position: sticky;
  top: calc(var(--nav-h,72px) + 2rem);
}
.h-edition__heading {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  color: var(--p);
  line-height: 1.08;
  margin: 0 0 2rem;
}
.h-edition__accent {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--s);
  border-radius: 2px;
}
.h-edition__right p {
  font-size: clamp(.94rem, 1.3vw, 1.04rem);
  color: var(--ink);
  line-height: 1.92;
  margin: 0 0 1.5em;
}
.h-edition__right p:last-of-type { margin-bottom: 2rem; }
.h-edition__right strong { color: var(--p); font-weight: 700; }
.h-edition__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--s);
  border-radius: 2rem;
  padding: .38rem 1rem;
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--s);
}

/* ════════════════════════════════════════════════════════
   4. LES 3 PILIERS
   ════════════════════════════════════════════════════════ */
.h-pillars-wrap {
  padding: clamp(3rem,6vh,5rem) 0 0;
}
.h-pillars-label {
  padding: 0 clamp(1.5rem,4.5vw,3.5rem) clamp(1.5rem,3vh,2.5rem);
}
.h-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.h-pillar {
  padding: clamp(2.5rem,5vw,4rem) clamp(1.5rem,3vw,3rem) clamp(3rem,6vw,5rem);
  border-top: 2px solid rgba(37,41,85,.08);
  border-right: 1px solid rgba(37,41,85,.06);
  position: relative;
  overflow: hidden;
  transition: background .3s var(--h-ease);
  cursor: default;
}
.h-pillar:last-child { border-right: none; }
/* Barre couleur latérale animée */
.h-pillar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--s);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s var(--h-ease);
}
.h-pillar:hover::before { transform: scaleY(1); }
.h-pillar:hover { background: rgba(37,41,85,.03); }
/* Grand numéro décoratif */
.h-pillar__bg-num {
  position: absolute;
  top: -16px;
  right: 12px;
  font-family: var(--serif);
  font-size: 8rem;
  color: rgba(37,41,85,.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color .3s;
}
.h-pillar:hover .h-pillar__bg-num { color: rgba(24,140,205,.06); }
.h-pillar__icon {
  display: block;
  margin-bottom: 20px;
  width: 36px;
  height: 36px;
  color: var(--s);
}
.h-pillar__icon svg {
  width: 36px;
  height: 36px;
}
.h-pillar__title {
  font-family: var(--serif);
  font-size: clamp(1.6rem,2.5vw,2.1rem);
  color: var(--p);
  margin: 0 0 14px;
  line-height: 1.1;
}
.h-pillar__text {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.78;
  margin: 0;
}

/* ════════════════════════════════════════════════════════
   5. MAURITANIE
   ════════════════════════════════════════════════════════ */
.h-mauritanie {
  background: var(--p);
  padding: clamp(5rem,10vh,8rem) 0;
}
.h-mauritanie__inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(3rem,6vw,7rem);
  align-items: center;
}
.h-mauritanie__flag { font-size: 3.2rem; display: block; margin-bottom: 12px; }
.h-mauritanie__country {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  color: #fff;
  margin: 0 0 20px;
  line-height: .98;
}
.h-mauritanie__text {
  font-size: clamp(.92rem,1.3vw,1rem);
  color: rgba(255,255,255,.72);
  line-height: 1.9;
  margin: 0 0 2rem;
}
.h-mauritanie__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 24px 64px rgba(0,0,0,.35);
}
.h-mauritanie__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scaleX(-1);
  transition: transform .8s cubic-bezier(.22,.68,0,1.2);
}
.h-mauritanie__card:hover .h-mauritanie__card-img { transform: scaleX(-1) scale(1.04); }
.h-mauritanie__card-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,.55));
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
}

/* ════════════════════════════════════════════════════════
   6. GALERIE VIRTUELLE
   ════════════════════════════════════════════════════════ */
.h-gallery {
  padding: clamp(5rem,10vh,8rem) 0;
}
.h-gallery__header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 1rem;
  margin-bottom: clamp(2rem,4vh,3.5rem);
}
.h-gallery__title {
  font-family: var(--serif);
  font-size: clamp(1.9rem,4.5vw,3.4rem);
  color: var(--p);
  margin: 10px 0 0;
  line-height: 1.08;
}
.h-gallery__sub {
  font-size: .88rem;
  color: var(--muted);
  margin: 10px 0 0;
  line-height: 1.65;
  max-width: 440px;
}
/* Grille asymétrique */
.h-gallery__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  height: clamp(320px,46vw,560px);
}
.h-gallery__cell {
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  background: var(--alt);
  cursor: pointer;
}
.h-gallery__cell:first-child { grid-row: 1 / 3; }
.h-gallery__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s var(--h-ease);
  will-change: transform;
}
.h-gallery__cell:hover img { transform: scale(1.07); }
.h-gallery__cell__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,28,46,.92) 0%, transparent 58%);
  opacity: 0;
  transition: opacity .32s;
}
.h-gallery__cell:hover .h-gallery__cell__veil { opacity: 1; }
.h-gallery__cell__caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px 16px;
  transform: translateY(8px);
  opacity: 0;
  transition: opacity .28s, transform .28s var(--h-ease);
}
.h-gallery__cell:hover .h-gallery__cell__caption { opacity: 1; transform: none; }
.h-gallery__cell__title {
  font-family: var(--serif);
  font-size: .95rem;
  color: #fff;
  margin: 0 0 3px;
}
.h-gallery__cell__artist {
  font-family: var(--sans);
  font-size: .68rem;
  color: rgba(255,255,255,.62);
}
.h-gallery__cell--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,rgba(37,41,85,.05),rgba(24,140,205,.08));
}
.h-gallery__cell--empty span {
  font-family: var(--serif);
  font-size: 3rem;
  color: rgba(37,41,85,.14);
}
.h-gallery__cta { text-align: center; margin-top: clamp(2rem,4vh,3rem); }

/* ════════════════════════════════════════════════════════
   7. ACTUALITÉS
   ════════════════════════════════════════════════════════ */
.h-news {
  padding: clamp(5rem,10vh,8rem) 0;
  background: #f7f6f2;
}
.h-news__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: clamp(2rem,4vh,3rem);
}
.h-news__heading {
  font-family: var(--serif);
  font-size: clamp(1.8rem,4vw,3rem);
  color: var(--p);
  margin: 8px 0 0;
  line-height: 1.05;
}
.h-news__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.h-news__card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border: 1px solid rgba(37,41,85,.07);
  transition: transform .24s var(--h-ease), box-shadow .24s;
}
.h-news__card:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(37,41,85,.11); }
.h-news__img { aspect-ratio: 16/9; overflow: hidden; }
.h-news__img img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .45s var(--h-ease); }
.h-news__card:hover .h-news__img img { transform: scale(1.06); }
.h-news__img--empty {
  background: linear-gradient(135deg,rgba(37,41,85,.05),rgba(24,140,205,.08));
  display:flex; align-items:center; justify-content:center;
}
.h-news__img-init { font-family:var(--serif); font-size:2.5rem; color:rgba(37,41,85,.16); }
.h-news__body { padding: 1.25rem 1.35rem 1.5rem; }
.h-news__cat {
  display:inline-block; font-family:var(--sans); font-size:.62rem; font-weight:700;
  letter-spacing:.1em; text-transform:uppercase; color:var(--s);
  background:rgba(24,140,205,.1); border-radius:2rem; padding:.2rem .65rem; margin-bottom:10px;
}
.h-news__title {
  font-family:var(--serif); font-size:1rem; color:var(--p); margin:0 0 8px; line-height:1.35;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.h-news__excerpt {
  font-size:.81rem; color:var(--muted); line-height:1.65; margin:0 0 12px;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}
.h-news__foot {
  display:flex; justify-content:space-between; align-items:center;
  padding-top:10px; border-top:1px solid rgba(37,41,85,.07); font-size:.72rem; color:var(--muted);
}
.h-news__read { color:var(--s); font-weight:700; }

/* ════════════════════════════════════════════════════════
   8. PARTENAIRES
   ════════════════════════════════════════════════════════ */
.h-partners {
  padding: clamp(3rem,6vh,5rem) 0;
  border-top: 1px solid rgba(37,41,85,.09);
}
/* Fondation Cuomo — partenaire historique mis en avant */
.h-partners__cuomo {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.8rem 2.4rem;
  background: rgba(37,41,85,.03);
  border: 1px solid rgba(37,41,85,.09);
  border-left: 4px solid var(--s);
  border-radius: 0 10px 10px 0;
  margin: 2rem auto 0;
  max-width: 680px;
  text-align: left;
  transition: box-shadow .25s, border-color .25s;
}
.h-partners__cuomo:hover {
  box-shadow: 0 6px 24px rgba(37,41,85,.1);
  border-color: rgba(24,140,205,.4);
}
.h-partners__cuomo-top {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.h-partners__cuomo img {
  max-height: 52px;
  max-width: 150px;
  object-fit: contain;
  flex-shrink: 0;
}
.h-partners__cuomo-header {
  text-align: left;
}
.h-partners__cuomo-header strong {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .9rem;
  color: var(--p);
  margin-bottom: 3px;
}
.h-partners__cuomo-header span {
  font-size: .73rem;
  color: var(--muted);
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.5;
}
.h-partners__cuomo-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(.88rem, 1.1vw, 1rem);
  color: var(--p);
  line-height: 1.7;
  margin: 0;
  padding-top: .9rem;
  border-top: 1px solid rgba(37,41,85,.08);
}
.h-partners__strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
  margin-top: 2.5rem;
}
.h-partners__logo {
  height: 96px;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid rgba(37,41,85,.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: box-shadow .22s, border-color .22s, transform .22s;
}
.h-partners__logo:hover {
  box-shadow: 0 8px 28px rgba(37,41,85,.12);
  border-color: rgba(24,140,205,.35);
  transform: translateY(-3px);
}
.h-partners__logo img {
  max-height: 62px;
  max-width: 140px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter .22s;
}
.h-partners__logo:hover img { filter: grayscale(0%); }

/* ════════════════════════════════════════════════════════
   9. CTA FINAL
   ════════════════════════════════════════════════════════ */
.h-cta {
  background: var(--p);
  padding: clamp(5rem,11vh,9rem) clamp(1.5rem,4.5vw,3.5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* Motif géométrique décoratif */
.h-cta::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  border: 80px solid rgba(255,255,255,.03);
  border-radius: 50%;
  pointer-events: none;
}
.h-cta::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 360px;
  height: 360px;
  border: 60px solid rgba(24,140,205,.07);
  border-radius: 50%;
  pointer-events: none;
}
.h-cta__inner { position: relative; z-index: 1; max-width: 620px; margin: 0 auto; }
.h-cta__title {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  color: #fff;
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: -.012em;
}
.h-cta__sub {
  font-size: clamp(.87rem,1.2vw,.97rem);
  color: rgba(255,255,255,.6);
  line-height: 1.85;
  margin: 0 0 2.5rem;
}
.h-cta__btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
   ════════════════════════════════════════════════════════ */
.rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s var(--h-ease), transform .65s var(--h-ease);
}
.rv.in { opacity: 1; transform: none; }

/* ════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .h-edition__inner    { grid-template-columns: 1fr; gap: 2rem; }
  .h-edition__left     { position: static; }
  .h-mauritanie__inner { grid-template-columns: 1fr; }
  .h-mauritanie__card  { display: none; }
  .h-gallery__grid     { grid-template-columns: 1fr 1fr; height: auto; grid-template-rows: repeat(3, 220px); }
  .h-gallery__cell:first-child { grid-row: auto; grid-column: 1 / -1; }
  .h-stats             { grid-template-columns: repeat(2, 1fr); }
  .h-stat:nth-child(2) { border-right: none; }
  .h-stat:nth-child(3) { border-top: 1px solid rgba(37,41,85,.09); }
}

@media (max-width: 768px) {
  /* Triptyque hero : n'afficher que le panneau central, pleine largeur */
  .h-hero__triptych         { grid-template-columns: 1fr; height: clamp(180px, 50vw, 280px); }
  .h-hero__triptych .h-tri--l,
  .h-hero__triptych .h-tri--r { display: none; }
  /* Marquee : texte lisible sur mobile */
  .h-marquee__item          { font-size: .78rem; gap: 12px; padding: 0 12px; }
  /* Piliers : 1 colonne */
  .h-pillars                { grid-template-columns: 1fr; }
  .h-pillar                 { border-right: none; border-top: 2px solid rgba(37,41,85,.08); }
  /* Actualités : 1 colonne */
  .h-news__grid             { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 480px) {
  .h-stats                  { grid-template-columns: 1fr; }
  .h-stat                   { border-right: none; border-top: 1px solid rgba(37,41,85,.09); }
  .h-stat:first-child       { border-top: none; }
  .h-gallery__grid          { grid-template-columns: 1fr; grid-template-rows: 200px 200px; }
}
