/* ══════════════════════════════════════════════════════════════
   DESIGN TOKENS — « Glow minimal »
══════════════════════════════════════════════════════════════ */
:root {
  --bg:          #FBFAF7;   /* blanc cassé très clair */
  --bg-2:        #F3EEE8;   /* panneau chaud discret */
  --ink:         #3B1A1A;   /* texte (charte Holisticademy) */
  --ink-2:       #6E4A45;   /* texte secondaire */
  --ink-3:       #8A6A62;   /* texte tertiaire / labels */
  --line:        rgba(107, 26, 24, 0.14);
  --line-2:      rgba(107, 26, 24, 0.08);

  --dark:        #6B1A18;   /* bordeaux — titres */
  --terracotta:  #953B29;
  --amber:       #B16637;
  --accent:      #8C5F3A;   /* or ambré — accent principal */
  --accent-2:    #7A4A45;
  --accent-ink:  #7A3D22;   /* accent lisible en texte */
  --accent-tint: rgba(151, 104, 64, 0.14);
  --sand:        #D4AD82;

  --glass:       rgba(255, 255, 255, 0.55);
  --glass-2:     rgba(255, 255, 255, 0.74);
  --glass-brd:   rgba(255, 255, 255, 0.8);
  --white:       #FFFFFF;

  --shadow-sm: 0 1px 2px rgba(90, 30, 30, 0.04), 0 6px 18px rgba(90, 30, 30, 0.06);
  --shadow-md: 0 2px 8px rgba(90, 30, 30, 0.05), 0 18px 44px rgba(90, 30, 30, 0.10);
  --shadow-lg: 0 10px 30px rgba(90, 30, 30, 0.08), 0 48px 100px rgba(90, 30, 30, 0.14);
  --shadow-glow: 0 40px 120px -30px rgba(151, 104, 64, 0.42);

  --r-sm: 10px;
  --r:    18px;
  --r-lg: 28px;
  --r-xl: 40px;

  --ease: cubic-bezier(.22, 1, .36, 1);

  --font-display: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-sans:    'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ── Échelle typographique ── */
  --fs-h1:       clamp(2.7rem, 7.6vw, 5.6rem);
  --fs-h2:       clamp(1.85rem, 4.2vw, 3.1rem);
  --fs-h2-sm:    clamp(1.7rem, 3.6vw, 2.7rem);
  --fs-h3:       clamp(1.5rem, 2.6vw, 2rem);
  --fs-h4:       clamp(1.2rem, 2vw, 1.5rem);
  --fs-h5:       1.15rem;
  --fs-quote:    clamp(1.3rem, 2.8vw, 2rem);
  --fs-quote-sm: clamp(1rem, 1.5vw, 1.16rem);
  --fs-lead:     clamp(1.02rem, 1.3vw, 1.2rem);
  --fs-body:     0.94rem;
  --fs-sm:       0.86rem;
  --fs-xs:       0.78rem;
  --fs-label:    0.66rem;
  --fs-label-sm: 0.58rem;

  --maxw: 1240px;
  --pad:  clamp(20px, 5.5vw, 68px);
}

/* ══════════════════════════════════════════════════════════════
   RESET
══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
::selection { background: var(--accent); color: var(--white); }

/* ══════════════════════════════════════════════════════════════
   ATMOSPHÈRE — aurora + grain
══════════════════════════════════════════════════════════════ */
.aurora {
  position: fixed;
  inset: -20vh -10vw;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}
.aurora__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.7;
  will-change: transform;
}
.aurora__blob--1 {
  width: 62vw; height: 62vw;
  top: -18vw; left: -12vw;
  background: radial-gradient(circle at 40% 40%, #F4E3D8, transparent 68%);
}
.aurora__blob--2 {
  width: 54vw; height: 54vw;
  top: 24vh; right: -16vw;
  background: radial-gradient(circle at 60% 40%, #EEE7DE, transparent 66%);
}
.aurora__blob--3 {
  width: 48vw; height: 48vw;
  bottom: -14vw; left: 24vw;
  background: radial-gradient(circle at 50% 50%, #F7EFE6, transparent 64%);
}
@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(2vw, -3vh, 0) scale(1.08); }
}
.aurora__blob--1 { animation: drift 26s var(--ease) infinite; }
.aurora__blob--2 { animation: drift 32s var(--ease) infinite reverse; }
.aurora__blob--3 { animation: drift 38s var(--ease) infinite; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.09'/%3E%3C/svg%3E");
}

/* ══════════════════════════════════════════════════════════════
   LAYOUT
══════════════════════════════════════════════════════════════ */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.wrap--narrow { max-width: 820px; }
section { position: relative; padding-block: clamp(72px, 10.5vh, 132px); }
body.menu-open { overflow: hidden; }
.sec-line { border-top: 1px solid var(--line-2); }
/* Alternance des fonds : le fond de base reste, certains blocs
   s'éclaircissent vers le blanc. Translucide pour laisser passer l'aurora. */
.sec-alt {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.sec-alt + .sec-line, .sec-alt + .sec-alt { border-top: none; }

/* ══════════════════════════════════════════════════════════════
   TYPOGRAPHIE
══════════════════════════════════════════════════════════════ */
.display {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.022em;
  color: var(--dark);
  line-height: 1.02;
}
h1.display { font-size: var(--fs-h1); line-height: 0.97; }
h2.display { font-size: var(--fs-h2); line-height: 1.08; }
h3.display { font-size: var(--fs-h4); line-height: 1.18; font-weight: 700; letter-spacing: -0.015em; }
.display em { font-style: normal; font-weight: 900; color: var(--accent); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 26px;
}
.eyebrow::before {
  content: '';
  width: 30px; height: 1px;
  background: var(--accent-2);
}
.eyebrow--center { justify-content: center; }
html.anim .eyebrow::before {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s var(--ease) 0.15s;
}
html.anim .eyebrow.in::before { transform: scaleX(1); }

.lead {
  font-weight: 400;
  font-size: var(--fs-lead);
  line-height: 1.66;
  color: var(--ink-2);
}
.measure { max-width: 62ch; }

/* Paragraphes de corps justifiés (texte structuré) */
.about__body p,
.modules__head p,
.cal__intro p,
.audit__lead,
.faq-a__inner {
  text-align: justify;
  text-align-last: left;
}
.l { display: inline; }   /* le texte coule, sans retour à la ligne forcé */

.kicker {
  font-size: var(--fs-label-sm);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* Split par mots (titres animés) */
.word { display: inline-block; will-change: transform; }

/* ══════════════════════════════════════════════════════════════
   BOUTONS
══════════════════════════════════════════════════════════════ */
.btn {
  --bg-btn: var(--ink);
  --fg-btn: var(--bg);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 34px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-btn);
  background: var(--bg-btn);
  border-radius: 100px;
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.btn span { position: relative; z-index: 1; }
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease);
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn:hover::after { transform: translateY(0); }
.btn--accent { --bg-btn: var(--accent); --fg-btn: var(--white); }
.btn--accent::after { background: var(--dark); }
.btn--accent:hover { color: var(--white); }
.btn--ghost {
  --fg-btn: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  padding: 16px 30px;
}
.btn--ghost::after { background: var(--ink); }
.btn--ghost:hover { color: var(--bg); border-color: var(--ink); }
.btn--lg { padding: 21px 44px; font-size: 0.76rem; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--accent-2);
  transition: gap 0.3s var(--ease), color 0.3s;
}
.link-arrow svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.link-arrow:hover { gap: 14px; color: var(--accent-ink); }

/* ══════════════════════════════════════════════════════════════
   SURFACES VERRE
══════════════════════════════════════════════════════════════ */
.glass {
  background: var(--glass);
  -webkit-backdrop-filter: blur(22px) saturate(1.7);
  backdrop-filter: blur(22px) saturate(1.7);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* ══════════════════════════════════════════════════════════════
   CURSEUR
══════════════════════════════════════════════════════════════ */
/* ══════════════════════════════════════════════════════════════
   NAV
══════════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  padding: 20px 0;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.nav.is-stuck {
  padding: 12px 0;
  background: var(--glass-2);
  -webkit-backdrop-filter: blur(18px) saturate(1.6);
  backdrop-filter: blur(18px) saturate(1.6);
  box-shadow: 0 1px 0 var(--line-2), var(--shadow-sm);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { flex-shrink: 0; display: block; line-height: 0; }
.nav__cta { flex-shrink: 0; }
.nav__cta .btn { white-space: nowrap; }
/* Quatre entrées seulement : elles tiennent jusqu'au burger (900 px),
   on resserre simplement un peu la gouttière sur les écrans étroits. */
@media (max-width: 1080px) {
  .nav__links { gap: 26px; }
  .nav__cta .btn { padding: 13px 22px; font-size: 0.62rem; }
}
@media (max-width: 980px) {
  .nav__links { gap: 20px; }
  .nav__links a { font-size: 0.72rem; letter-spacing: 0.1em; }
}
/* Logo « ho » recoloré en bordeaux via masque (le PNG est une silhouette pleine) */
.brand__mark {
  display: block;
  width: 52px; height: 52px;
  /* Repli : si le masque n'est pas supporté, on affiche le PNG tel quel */
  background: url("favicon.png") center / contain no-repeat;
  transition: width 0.4s var(--ease), height 0.4s var(--ease);
}
@supports (-webkit-mask-image: url("favicon.png")) or (mask-image: url("favicon.png")) {
  .brand__mark {
    background: var(--dark);
    -webkit-mask-image: url("favicon.png");
            mask-image: url("favicon.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
.nav.is-stuck .brand__mark { width: 42px; height: 42px; }
.brand img {
  height: 52px;
  width: auto;
  display: block;
  transition: height 0.4s var(--ease);
}
.nav.is-stuck .brand img { height: 42px; }
.foot__brand .brand__mark { width: 40px; height: 40px; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}
.nav__links a {
  position: relative;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  padding: 6px 0;
  transition: color 0.25s;
}
.nav__links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--accent-2);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.35s var(--ease);
}
.nav__links a:hover,
.nav__links a.is-active,
.nav__links a.is-current { color: var(--ink); }
.nav__links a:hover::after,
.nav__links a.is-active::after,
.nav__links a.is-current::after { transform: scaleX(1); }
.nav__links a.is-current { color: var(--dark); }
.nav__links a.is-current::after { background: var(--accent); height: 2px; }

.nav__cta { display: inline-flex; }
.nav__cta .btn { padding: 13px 26px; font-size: 0.64rem; }

.burger {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.burger span {
  width: 24px; height: 1.5px;
  background: var(--ink);
  transition: transform 0.35s var(--ease), opacity 0.25s;
}
body.menu-open .burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Overlay menu */
.menu {
  position: fixed;
  inset: 0;
  z-index: 899;
  background: var(--glass-2);
  -webkit-backdrop-filter: blur(30px) saturate(1.5);
  backdrop-filter: blur(30px) saturate(1.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px var(--pad) 48px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-2%);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
body.menu-open .menu { opacity: 1; pointer-events: all; transform: translateY(0); }
.menu ol { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.menu li { overflow: hidden; }
.menu a {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 8vw, 3.6rem);
  line-height: 1.16;
  color: var(--dark);
  letter-spacing: -0.03em;
  transition: color 0.3s, padding-left 0.4s var(--ease);
}
.menu a:hover { color: var(--accent-ink); padding-left: 14px; }
.menu__foot {
  margin-top: 44px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.menu__foot a:hover { color: var(--ink); }

/* ══════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 40px;
}
/* Fond dégradé du premier bloc — recette « Almoayyed » transposée en beige.
   Quatre halos radiaux + une trame de bruit en fusion overlay. */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #F4EDE3;
  background-image:
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.28'/></svg>"),
    radial-gradient(circle at 66.94% 46.43%, rgba(251, 247, 241, 1) 0%, rgba(251, 247, 241, 0.844) 19.02%, rgba(251, 247, 241, 0.5) 38.05%, rgba(251, 247, 241, 0.156) 57.07%, rgba(251, 247, 241, 0) 76.1%),
    radial-gradient(circle at 34.69% 66.31%, rgba(212, 173, 130, 0.85) 0%, rgba(212, 173, 130, 0.72) 12.73%, rgba(212, 173, 130, 0.42) 25.45%, rgba(212, 173, 130, 0.13) 38.18%, rgba(212, 173, 130, 0) 50.9%),
    radial-gradient(circle at 48.93% 19.32%, rgba(151, 104, 64, 0.52) 0%, rgba(151, 104, 64, 0.44) 16.75%, rgba(151, 104, 64, 0.26) 33.5%, rgba(151, 104, 64, 0.08) 50.25%, rgba(151, 104, 64, 0) 67%),
    radial-gradient(circle at 80.23% 87.54%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.844) 10.28%, rgba(255, 255, 255, 0.5) 20.55%, rgba(255, 255, 255, 0.156) 30.83%, rgba(255, 255, 255, 0) 41.1%);
  background-size: 120px 120px, auto, auto, auto, auto;
  background-blend-mode: overlay, normal, normal, normal, normal;
}
/* fondu vers le fond du site, pour que la section suivante enchaîne sans rupture */
.hero__bg::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(251, 250, 247, 0), var(--bg));
}
/* Même largeur que toutes les sections (--maxw) : bridé à 1140 px, le hero
   démarrait 50 px à droite du reste de la page. */
.hero__inner { position: relative; z-index: 1; max-width: var(--maxw); }
.hero__title { margin-bottom: 30px; }
.hero__promise {
  font-size: var(--fs-lead);
  font-weight: 600;
  line-height: 1.5;
  color: var(--dark);
  max-width: none;
  margin-bottom: 20px;
}
@media (min-width: 1080px) { .hero__promise { white-space: nowrap; } }
.hero__sub {
  max-width: none;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.6;
  color: var(--ink-3);
  margin-bottom: 34px;
}
.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 38px;
}
.hero__tag {
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: var(--fs-label);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: var(--glass);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero__note {
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: none;
  text-align: center;
  margin-bottom: 0;
}
.hero__note strong { color: var(--accent-ink); font-weight: 700; }
.hero__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 72px;
}
.stat { position: relative; z-index: 1; padding: 24px 20px; text-align: center; border-left: 1px solid var(--line-2); }
.stat:first-child { border-left: none; }
.stat__v {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--dark);
  line-height: 1;
  letter-spacing: 0;
}
.stat__l {
  display: block;
  margin-top: 8px;
  font-size: var(--fs-label-sm);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ══════════════════════════════════════════════════════════════
   QUI VOUS ACCOMPAGNE
══════════════════════════════════════════════════════════════ */
.about__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
  margin-top: 56px;
}
.about__aside { position: sticky; top: 108px; }
.about__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(155deg, var(--accent), var(--accent-2));
  box-shadow: var(--shadow-lg);
}
.about__photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}
.about__photo img + .about__mono { display: none; }
.about__mono {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 5rem;
  color: var(--white);
  opacity: 0.9;
}
.about__id { margin-top: 20px; }
.about__name { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-h5); color: var(--dark); }
.about__role {
  margin-top: 4px;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.about__body h2 { margin-bottom: 26px; }
.about__body p + p { margin-top: 16px; }
.about__body strong { color: var(--ink); font-weight: 600; }
.about__creds {
  list-style: none;
  margin: 32px 0 26px;
  padding: 28px 30px;
  border-radius: var(--r);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about__creds li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: var(--fs-sm);
  color: var(--ink);
  line-height: 1.5;
}
.cred-ic {
  flex-shrink: 0;
  width: 26px; height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-tint);
  margin-top: 1px;
  transition: transform 0.4s var(--ease), background 0.3s var(--ease);
}
.cred-ic svg { width: 14px; height: 14px; fill: var(--accent); stroke: none; }
.about__creds li:hover .cred-ic { transform: rotate(90deg) scale(1.12); background: var(--accent); }
.about__creds li:hover .cred-ic svg { fill: var(--white); }

/* ══════════════════════════════════════════════════════════════
   L'APPROCHE — ce qui distingue d'une formation vidéo
══════════════════════════════════════════════════════════════ */
.why__head { max-width: none; }
.why__title { margin: 4px 0 22px; }
/* Chaque phrase sur sa propre ligne : `max-content` la garde d'un seul tenant
   tant qu'elle rentre, `max-width` la laisse se replier sur petit écran. */
.why__l { display: block; width: max-content; max-width: 100%; }
.why__intro {
  font-size: var(--fs-body);
  line-height: 1.75;
  color: var(--ink-2);
  text-align: justify;
  text-align-last: left;
}

/* ── comparatif deux colonnes ── */
.cmp2 {
  margin-top: clamp(48px, 5.5vw, 78px);
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;   /* la colonne « nous » domine */
  align-items: start;                     /* chaque carte s'arrête à son contenu */
  gap: clamp(16px, 2vw, 30px);
}
.cmp2__col {
  position: relative;
  padding: clamp(30px, 3.6vw, 58px) clamp(22px, 3vw, 50px) clamp(34px, 4vw, 62px);
  border-radius: var(--r-lg);
}

/* ── colonne « Révélez votre activité » : le fond du premier bloc de la page ── */
.cmp2__col--own {
  border: 1px solid var(--accent);
  box-shadow: var(--shadow-lg);
}
/* Fond chaud des cartes mises en avant — même recette que le hero,
   mais éclaircie : base plus pâle et halos sable/brun adoucis. */
.cmp2__col--own::before,
.offer--feat::before,
.partner__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-color: #FAF5EE;
  background-image:
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.28'/></svg>"),
    radial-gradient(circle at 66.94% 46.43%, rgba(251, 247, 241, 1) 0%, rgba(251, 247, 241, 0.844) 19.02%, rgba(251, 247, 241, 0.5) 38.05%, rgba(251, 247, 241, 0.156) 57.07%, rgba(251, 247, 241, 0) 76.1%),
    radial-gradient(circle at 34.69% 66.31%, rgba(212, 173, 130, 0.5) 0%, rgba(212, 173, 130, 0.42) 12.73%, rgba(212, 173, 130, 0.25) 25.45%, rgba(212, 173, 130, 0.08) 38.18%, rgba(212, 173, 130, 0) 50.9%),
    radial-gradient(circle at 48.93% 19.32%, rgba(151, 104, 64, 0.28) 0%, rgba(151, 104, 64, 0.24) 16.75%, rgba(151, 104, 64, 0.14) 33.5%, rgba(151, 104, 64, 0.04) 50.25%, rgba(151, 104, 64, 0) 67%),
    radial-gradient(circle at 80.23% 87.54%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.844) 10.28%, rgba(255, 255, 255, 0.5) 20.55%, rgba(255, 255, 255, 0.156) 30.83%, rgba(255, 255, 255, 0) 41.1%);
  background-size: 120px 120px, auto, auto, auto, auto;
  background-blend-mode: overlay, normal, normal, normal, normal;
}
.cmp2__col > * { position: relative; z-index: 1; }

/* ── colonne « formation classique » : en retrait, désaturée, un cran plus basse ── */
.cmp2__col--other {
  margin-top: clamp(16px, 1.8vw, 30px);   /* posée un cran plus bas */
  border: 1px solid var(--line);
  background: #EDEAE5;
  color: var(--ink-3);
}

/* ── badge « recommandé » ── */
.cmp2__flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--dark);
  color: var(--white);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cmp2__flag svg { width: 12px; height: 12px; fill: currentColor; }
.cmp2__head { text-align: center; }
/* fantôme de même hauteur, pour aligner les deux titres */
.cmp2__flag--ghost { visibility: hidden; }

.cmp2__title {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-align: center;
  font-size: var(--fs-h4);
  color: var(--ink-3);
  opacity: 0.75;
}
.cmp2__title--own {
  font-weight: 900;
  font-size: var(--fs-h3);
  color: var(--dark);
  opacity: 1;
}
.cmp2__title--own em { font-style: normal; color: var(--accent); }

.cmp2__list {
  margin-top: clamp(26px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.5vw, 20px);
}
.cmp2__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: var(--fs-body);
  line-height: 1.5;
}
.cmp2__col--own .cmp2__item { color: var(--ink); font-weight: 600; }
.cmp2__col--other .cmp2__item { color: var(--ink-3); font-weight: 400; opacity: 0.8; }
.cmp2__ic {
  flex: 0 0 auto;
  width: 21px; height: 21px;
  margin-top: 1px;
  border-radius: 999px;
  display: grid;
  place-items: center;
}
.cmp2__ic svg {
  width: 12px; height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* coche pleine, or */
.cmp2__ic--own {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 2px 6px rgba(140, 95, 58, 0.32);
}
/* croix creuse, grisée */
.cmp2__ic--no {
  background: transparent;
  border: 1px solid rgba(107, 26, 24, 0.16);
  color: #A79E96;
}
/* verdict d'une ligne, en bas de chaque colonne */
.cmp2__verdict {
  margin-top: clamp(28px, 3vw, 40px);
  padding-top: 20px;
  border-top: 1px solid var(--line-2);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h5);
  letter-spacing: -0.01em;
}
.cmp2__verdict svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.cmp2__col--own .cmp2__verdict { color: var(--dark); border-top-color: var(--line); }
.cmp2__col--other .cmp2__verdict { color: var(--ink-3); opacity: 0.75; }

.why__closing {
  margin-top: clamp(48px, 5vw, 72px);
  padding-top: clamp(32px, 4vw, 44px);
  border-top: 1px solid var(--line);
  max-width: none;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h4);
  line-height: 1.34;
  color: var(--dark);
}
.why__closing em { font-style: normal; color: var(--accent); }

@media (max-width: 1000px) {
  .partner__grid { grid-template-columns: 1fr; }
  .cmp2 { grid-template-columns: 1fr; }
  .cmp2__col--own { box-shadow: var(--shadow-md); }
  .cmp2__col--other { margin-top: 0; }
}
@media (max-width: 640px) {
  /* Plus d'empilement : le bandeau dépoli n'a plus lieu d'être */
  .modules__head {
    position: static;
    margin-inline: 0;
    padding: 0;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .modules__head::after { display: none; }
  .module { position: static; grid-template-columns: 1fr; gap: 22px; }
  .module__head { flex-direction: column; gap: 12px; }
  .cmp2 { grid-template-columns: 1fr; }
  .cmp2__col--own { box-shadow: var(--shadow-md); }
  .cmp2__col--other { margin-top: 0; }
}

/* ══════════════════════════════════════════════════════════════
   MODULES — scroll horizontal épinglé
══════════════════════════════════════════════════════════════ */
/* Le titre reste collé en haut pendant que les cartes s'empilent dessous.
   `--stack-top` (hauteur du titre + marges) est mesuré en JS ; sans JS,
   la valeur de repli suffit. */
.modules__pin { position: relative; --stack-top: 250px; padding-bottom: 12px; }
/* Le titre reste au-dessus des cartes : en fin de section, elles glissent
   dessous au lieu de venir le recouvrir à moitié. Le bandeau dépoli les
   masque proprement, et le dégradé sous le titre évite la coupure nette. */
.modules__head {
  position: sticky;
  top: 88px;
  z-index: 3;
  margin-bottom: 8px;
  margin-inline: calc(var(--pad) * -0.5);
  padding: 16px calc(var(--pad) * 0.5) 18px;
  background: rgba(253, 253, 252, 0.94);
}
@supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
  .modules__head {
    background: rgba(253, 253, 252, 0.78);
    -webkit-backdrop-filter: blur(12px) saturate(1.05);
            backdrop-filter: blur(12px) saturate(1.05);
  }
}
.modules__head::after {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 100%;
  height: 24px;
  background: linear-gradient(to bottom, rgba(253, 253, 252, 0.9), rgba(253, 253, 252, 0));
  pointer-events: none;
}
.modules__head p { max-width: none; margin-top: 14px; }
/* Sur écran large, la phrase tient sur une seule ligne */
@media (min-width: 1080px) { .modules__head p { white-space: nowrap; } }

/* Cartes pleine largeur qui s'empilent au scroll (position: sticky).
   Chaque carte se colle un peu plus bas que la précédente : la suivante
   vient la recouvrir en laissant dépasser son bandeau de titre. */
.modules__stack {
  margin-top: clamp(40px, 4.5vw, 60px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.4vw, 34px);
}
.module {
  position: sticky;
  top: var(--stick);
  z-index: 2;
  border-radius: var(--r-lg);
  padding: clamp(28px, 3.2vw, 48px) clamp(26px, 3vw, 52px);
  background: var(--white);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 3vw, 56px);
  align-items: start;
}
.module:nth-child(1) { --stick: var(--stack-top); }
.module:nth-child(2) { --stick: calc(var(--stack-top) + 18px); }
.module:nth-child(3) { --stick: calc(var(--stack-top) + 36px); }
.module:nth-child(4) { --stick: calc(var(--stack-top) + 54px); }

.module__head { display: flex; align-items: flex-start; gap: clamp(18px, 2vw, 28px); }
.module__idx {
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  line-height: 0.82;
  letter-spacing: -0.04em;
  color: var(--accent);
}
.module__pilier {
  font-size: var(--fs-label-sm);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-ink);
}
.module__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h3);
  color: var(--dark);
  letter-spacing: -0.02em;
  margin: 8px 0 14px;
}
.module__obj { font-size: var(--fs-body); line-height: 1.65; color: var(--ink-2); }

.module__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(11px, 1.2vw, 15px);
}
.module__list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: var(--fs-sm);
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
}
.module__list li::before {
  content: '';
  flex: 0 0 auto;
  width: 19px; height: 19px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--accent) url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 11px 11px no-repeat;
  box-shadow: 0 2px 6px rgba(140, 95, 58, 0.32);
}

/* ══════════════════════════════════════════════════════════════
   DÉROULEMENT — processus (étapes + visuels alternés)
══════════════════════════════════════════════════════════════ */
.process__head { text-align: center; max-width: 680px; margin-inline: auto; }
.process__head h2 { max-width: 16ch; margin-inline: auto; }
.process__head .lead { margin-top: 16px; max-width: 46ch; margin-inline: auto; }

.process { position: relative; margin-top: clamp(32px, 4.5vw, 60px); }
.process__rail {
  --draw: 0;
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 1.5px;
  background: var(--line);
  transform: translateX(-50%);
}
.process__rail::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--accent-2);
  transform: scaleY(var(--draw, 0));
  transform-origin: 0 0;
}

.pstep {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  padding-block: clamp(28px, 4.5vw, 54px);
}
.pstep::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--accent-2);
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: background 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.pstep:has(.pstep__body.in)::before {
  background: var(--accent-2);
  box-shadow: 0 0 0 5px var(--accent-tint);
}
/* alternance : visuel à gauche (impair) / à droite (pair) */
.pstep:nth-child(even) .pstep__visual { grid-column: 2; grid-row: 1; }
.pstep:nth-child(even) .pstep__body   { grid-column: 1; grid-row: 1; text-align: right; }
.pstep:nth-child(even) .pstep__label,
.pstep:nth-child(even) .pstep__badge { margin-left: auto; }

.pstep__visual { position: relative; display: flex; justify-content: center; }
.pstep:nth-child(odd)  .pstep__visual { justify-content: flex-start; }
.pstep:nth-child(even) .pstep__visual { justify-content: flex-end; }
.pstep__badge {
  position: absolute;
  top: -12px; right: 12px;
  background: var(--accent-tint);
  color: var(--accent-ink);
  font-size: var(--fs-label-sm);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  z-index: 3;
}
.pstep__label {
  display: inline-block;
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-ink);
  padding-left: 34px;
  position: relative;
  margin-bottom: 12px;
}
.pstep__label::before {
  content: '';
  position: absolute; left: 0; top: 0.5em;
  width: 24px; height: 1px;
  background: var(--accent-2);
}
.pstep:nth-child(even) .pstep__label { padding-left: 0; padding-right: 34px; }
.pstep:nth-child(even) .pstep__label::before { left: auto; right: 0; }
.pstep__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h4);
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 10px;
}
.pstep__text { font-size: var(--fs-body); line-height: 1.7; color: var(--ink-2); max-width: 42ch; }
.pstep:nth-child(even) .pstep__text { margin-left: auto; }

/* — maquettes — */
.mock {
  width: min(340px, 100%);
  border-radius: var(--r);
  padding: 16px 18px 18px;
  background: var(--glass-2);
  -webkit-backdrop-filter: blur(14px) saturate(1.5);
  backdrop-filter: blur(14px) saturate(1.5);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,0.6);
}
.pstep:nth-child(odd)  .mock { transform: rotate(-1.4deg); }
.pstep:nth-child(even) .mock { transform: rotate(1.4deg); }
.mock__bar {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.66rem; color: var(--ink-3);
  padding-bottom: 12px; margin-bottom: 12px;
  border-bottom: 1px solid var(--line-2);
}
.mock__bar em { font-style: normal; font-weight: 600; color: var(--accent-ink); letter-spacing: 0.04em; }
.mock__pill {
  margin-top: 12px;
  font-size: 0.68rem; font-weight: 600;
  padding: 7px 12px; border-radius: 8px;
  text-align: center;
}
.mock__pill--ok { background: rgba(74,120,60,0.12); color: #3f6b34; }
.mock__note {
  margin-top: 12px;
  font-size: 0.72rem; font-style: italic; color: var(--ink-2);
  background: var(--accent-tint); padding: 8px 12px; border-radius: 10px;
}
.mock-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.mock-cal__grid i { aspect-ratio: 1; border-radius: 4px; background: var(--bg-2); }
.mock-cal__grid i.on { background: var(--dark); box-shadow: 0 0 0 3px var(--accent-tint); }
.mock-row {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.8rem; color: var(--ink); padding: 8px 0;
}
.mock-row + .mock-row { border-top: 1px solid var(--line-2); }
.mock-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.mock-dot--ok { background: #4a9a4a; }
.mock-dot--warn { background: var(--amber); }
.mock-dot--go { background: var(--accent); }
.mock-check {
  width: 17px; height: 17px; border-radius: 5px; flex-shrink: 0;
  border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem; color: var(--white);
}
.mock-check.on { background: var(--accent); border-color: var(--accent); }
.mock-pil { font-size: 0.76rem; color: var(--ink); padding: 7px 0; }
.mock-pil span { display: block; margin-bottom: 5px; }
.mock-pil i { display: block; height: 5px; border-radius: 3px; background: var(--bg-2); overflow: hidden; }
.mock-pil i b { display: block; height: 100%; background: var(--accent-2); border-radius: 3px; }
.mock-pil--now span { color: var(--accent-ink); font-weight: 600; }
.mock-pil--now i b { background: var(--accent); }
.mock-file {
  display: flex; align-items: center; gap: 11px;
  font-size: 0.8rem; color: var(--ink);
  padding: 10px 12px; margin-top: 8px;
  background: var(--bg); border: 1px solid var(--line-2); border-radius: 9px;
}
.mock-file__ic {
  width: 22px; height: 22px; border-radius: 6px; flex-shrink: 0;
  background: var(--accent-tint); color: var(--accent-ink);
  display: flex; align-items: center; justify-content: center; font-size: 0.7rem;
}
.mock-file--seal { border-color: var(--accent-2); background: var(--accent-tint); }

@media (max-width: 820px) {
  .process__rail { left: 17px; }
  .pstep {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 44px;
  }
  .pstep::before { left: 17px; top: 8px; }
  .pstep:nth-child(even) .pstep__visual,
  .pstep:nth-child(even) .pstep__body { grid-column: 1; }
  .pstep:nth-child(even) .pstep__visual { grid-row: 1; }
  .pstep:nth-child(even) .pstep__body { grid-row: 2; text-align: left; }
  .pstep:nth-child(n) .pstep__visual { justify-content: flex-start; }
  .pstep:nth-child(even) .pstep__label { padding-left: 34px; padding-right: 0; margin-left: 0; }
  .pstep:nth-child(even) .pstep__label::before { left: 0; right: auto; }
  .pstep:nth-child(even) .pstep__badge { margin-left: 0; }
  .pstep:nth-child(even) .pstep__text { margin-left: 0; }
  .pstep:nth-child(n) .mock { transform: rotate(0); }
}

/* ══════════════════════════════════════════════════════════════
   PROBLÈME → RÉSULTAT
══════════════════════════════════════════════════════════════ */
/* ══════════════════════════════════════════════════════════════
   PROMESSE — onglets verticaux + panneau visuel
══════════════════════════════════════════════════════════════ */
.vtabs__head { margin-bottom: clamp(40px, 5vw, 64px); }
.vtabs__body {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.vtabs__title { margin: 4px 0 20px; max-width: none; }
.vtabs__intro {
  font-size: var(--fs-body);
  line-height: 1.75;
  color: var(--ink-2);
  max-width: none;
  margin-bottom: 0;
  text-align: justify;
  text-align-last: left;
}

.vtabs__list { display: flex; flex-direction: column; }
.vtab {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 26px 0 26px 22px;
  text-align: left;
  border-top: 1px solid var(--line-2);
  transition: color 0.5s var(--ease);
  color: var(--ink-3);
}
.vtab:first-child { border-top: none; }
.vtab:hover { color: var(--ink-2); }
.vtab.is-active { color: var(--ink); }

/* rail + barre de progression */
.vtab__rail {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.vtab__rail i {
  position: absolute;
  inset: 0 0 auto 0;
  height: 100%;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: top;
}
.vtab.is-active.is-running .vtab__rail i { animation: vprog 6s linear forwards; }
.vtab.is-active.is-paused  .vtab__rail i { transform: scaleY(1); }
@keyframes vprog { from { transform: scaleY(0); } to { transform: scaleY(1); } }

.vtab__num {
  flex-shrink: 0;
  margin-top: 7px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-label-sm);
  letter-spacing: 0.06em;
  color: var(--accent);
  opacity: 0.65;
}
.vtab__body { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.vtab__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h3);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: currentColor;
  transition: color 0.5s var(--ease);
}
.vtab.is-active .vtab__title { color: var(--dark); }

/* description : se déplie sans hauteur figée */
.vtab__reveal {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.45s var(--ease), opacity 0.35s var(--ease);
}
.vtab.is-active .vtab__reveal { grid-template-rows: 1fr; opacity: 1; }
.vtab__desc {
  overflow: hidden;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 46ch;
}
.vtab.is-active .vtab__desc { padding-top: 12px; }
.vtab__lead {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h5);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--dark);
  margin-bottom: 6px;
}

/* panneau visuel */
.vtabs__right { position: relative; }
.vtabs__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-lg);
  background: var(--bg-2);
}
.vslide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.75s var(--ease), opacity 0.5s var(--ease);
}
.vslide.is-active { opacity: 1; transform: translateY(0); z-index: 1; }
.vslide.is-leaving { opacity: 0; z-index: 0; }
.vslide img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
/* dégradé de repli tant qu'aucune photo n'est déposée */
.vslide[data-tint="1"] { background: linear-gradient(155deg, #F7EFE6, #E4D3C1); }
.vslide[data-tint="2"] { background: linear-gradient(155deg, #F3E7DC, #DCC6B2); }
.vslide[data-tint="3"] { background: linear-gradient(155deg, #EFE2D6, #D3B79F); }
.vslide[data-tint="4"] { background: linear-gradient(155deg, #F5EBE1, #CBAE97); }

.vtabs__nav {
  position: absolute;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.vtabs__btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid var(--glass-brd);
  color: var(--dark);
  transition: background 0.3s var(--ease), transform 0.2s var(--ease);
}
.vtabs__btn:hover { background: var(--white); }
.vtabs__btn:active { transform: scale(0.9); }
.vtabs__btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 940px) {
  .vtabs__body { grid-template-columns: 1fr; gap: 40px; }
  .vtabs__right { order: -1; }
  .vtabs__frame { max-width: 420px; margin-inline: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .vtab__rail i { animation: none !important; transform: scaleY(1); }
  .vslide { transition: opacity 0.2s; transform: none; }
}

/* ── AVIS CLIENTES ── */
.avis__head { text-align: center; margin-bottom: 56px; }
.avis__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.avis-card {
  position: relative;
  padding: clamp(32px, 3.4vw, 46px) clamp(26px, 3vw, 42px) clamp(28px, 3vw, 38px);
  border-radius: var(--r-lg);
}
.avis-card::before {
  content: '\201C';
  position: absolute;
  top: 0.06em; left: 0.2em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.5rem;
  line-height: 1;
  color: var(--accent);
  opacity: 0.22;
  pointer-events: none;
}
.avis-card__text {
  position: relative;
  font-style: italic;
  font-size: var(--fs-quote-sm);
  line-height: 1.62;
  color: var(--ink);
  text-align: justify;
  text-align-last: left;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.avis-card__foot {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line-2);
}
.avis-card__ini {
  flex-shrink: 0;
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent-tint);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--accent-ink);
  line-height: 1;
}
.avis-card__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h5);
  color: var(--dark);
  line-height: 1.3;
}
.avis-card__offer {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--fs-label);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 3px;
}
@media (max-width: 900px) {
  .avis__grid { grid-template-columns: 1fr; max-width: 660px; margin-inline: auto; }
}

/* ══════════════════════════════════════════════════════════════
   TARIFS
══════════════════════════════════════════════════════════════ */
/* Mêmes cartes que le comparatif : l'accompagnement complet reprend le fond
   du hero, le module seul reste une carte claire pleinement lisible. */
.offers {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: start;
  gap: clamp(16px, 2vw, 30px);
  margin-top: clamp(40px, 4.5vw, 60px);
}
.offer {
  position: relative;
  border-radius: var(--r-lg);
  padding: clamp(30px, 3.6vw, 54px) clamp(22px, 3vw, 46px) clamp(30px, 3.4vw, 48px);
}
.offer > * { position: relative; z-index: 1; }

.offer--feat {
  border: 1px solid var(--accent);
  box-shadow: var(--shadow-lg);
}

.offer--solo {
  margin-top: clamp(16px, 1.8vw, 30px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.offer__head { text-align: center; }
/* pastille pleine pour l'offre mise en avant, contour pour l'autre */
.offer__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--accent-2);
  color: var(--accent-ink);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.offer__badge svg { width: 12px; height: 12px; fill: currentColor; }
.offer--feat .offer__badge { background: var(--dark); border-color: var(--dark); color: var(--white); }

.offer__price {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  color: var(--dark);
  line-height: 1;
  letter-spacing: -0.03em;
}
.offer__price-sub { font-size: var(--fs-sm); color: var(--ink-3); margin-top: 10px; }
.offer__desc {
  margin: 16px auto 0;
  max-width: 38ch;
  text-align: center;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-2);
}

.offer__list {
  list-style: none;
  margin: clamp(26px, 3vw, 38px) 0 clamp(26px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vw, 18px);
}
.offer__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--ink);
  font-weight: 600;
}
.offer--solo .offer__list li { font-weight: 500; }
.offer__ic {
  flex: 0 0 auto;
  width: 21px; height: 21px;
  margin-top: 1px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 2px 6px rgba(140, 95, 58, 0.32);
}
.offer--solo .offer__ic { background: transparent; border: 1px solid var(--accent-2); color: var(--accent-ink); box-shadow: none; }
.offer__ic svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }

.offer__fine {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
  font-size: var(--fs-xs);
  color: var(--ink-3);
  line-height: 1.5;
}
.offer--feat .offer__fine { border-top-color: var(--line); }
.offers__note { margin-top: 22px; font-style: italic; font-size: var(--fs-sm); color: var(--ink-2); }

/* ══════════════════════════════════════════════════════════════
   ORGANISMES DE FORMATION — partenariat
══════════════════════════════════════════════════════════════ */
.partner__head { max-width: 74ch; }
.partner__head p { margin-top: 16px; }
.partner__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: clamp(40px, 4.5vw, 60px);
}
.partner__card {
  border-radius: var(--r-lg);
  padding: clamp(26px, 2.6vw, 38px);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.partner__card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.partner__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent-tint);
  margin-bottom: 22px;
}
.partner__ic svg {
  width: 21px; height: 21px;
  fill: none;
  stroke: var(--accent-ink);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.partner__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h5);
  line-height: 1.24;
  letter-spacing: -0.01em;
  color: var(--dark);
  margin-bottom: 12px;
}
.partner__text { font-size: var(--fs-sm); line-height: 1.7; color: var(--ink-2); }

.partner__cta {
  position: relative;          /* borne le fond chaud du ::before */
  overflow: hidden;
  margin-top: clamp(36px, 4vw, 52px);
  padding: clamp(26px, 3vw, 40px) clamp(24px, 3vw, 44px);
  border-radius: var(--r-lg);
  border: 1px solid var(--accent);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 44px);
  flex-wrap: wrap;
}
.partner__cta > * { position: relative; z-index: 1; }
.partner__pitch {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h5);
  line-height: 1.4;
  color: var(--dark);
  max-width: 58ch;
}
.partner__pitch strong { color: var(--accent-ink); font-weight: 700; }

/* ══════════════════════════════════════════════════════════════
   AUDIT — bande
══════════════════════════════════════════════════════════════ */
.audit__lead { max-width: 62ch; margin-bottom: 46px; font-size: var(--fs-body); line-height: 1.72; color: var(--ink-2); }
.audit__lead strong { color: var(--dark); font-weight: 600; }

/* ══════════════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════════════ */
.faq-layout {
  display: grid;
  grid-template-columns: 0.66fr 1fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
}
.faq-photo { margin: 0; }
.faq-photo__frame {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-2);
  box-shadow: var(--shadow-lg);
}
.faq-photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  filter: contrast(1.04) saturate(1.02);
}
/* voile chaud, dans la palette de la charte */
.faq-photo__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(212, 173, 130, 0.12), rgba(107, 26, 24, 0.07));
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 44px; }
  .faq-photo__frame { max-width: 400px; margin-inline: auto; }
}
.faq-list { margin-top: 44px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h4);
  color: var(--dark);
  line-height: 1.3;
}
.faq-q:hover { color: var(--accent-ink); }
.faq-q svg { width: 20px; height: 20px; stroke: var(--accent-2); fill: none; stroke-width: 1.8; stroke-linecap: round; flex-shrink: 0; transition: transform 0.4s var(--ease); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { overflow: hidden; height: 0; }
.faq-a__inner { padding: 0 0 28px; font-size: var(--fs-body); line-height: 1.8; color: var(--ink-2); max-width: 68ch; }

/* ══════════════════════════════════════════════════════════════
   CALENDLY
══════════════════════════════════════════════════════════════ */
.cal__intro { margin-bottom: 48px; }
.cal__intro h2 {
  margin-bottom: 18px;
  max-width: none;
  font-size: var(--fs-h2-sm);
}
.cal__intro .audit__lead { margin-top: 0; max-width: none; }
/* Sur écran large, chaque phrase tient sur une seule ligne */
@media (min-width: 1080px) {
  .cal__intro h2 em { white-space: nowrap; }
}
.cal__frame { border-radius: var(--r-lg); overflow: hidden; padding: 6px; }
.calendly-inline-widget { min-width: 320px; height: 720px; border-radius: var(--r); overflow: hidden; }

/* ══════════════════════════════════════════════════════════════
   CTA FINAL
══════════════════════════════════════════════════════════════ */
.final { text-align: center; padding-block: clamp(88px, 14vh, 160px); }
.final__title { margin-bottom: 22px; font-size: var(--fs-h2); line-height: 1.1; }
@media (min-width: 720px) { .final__title { white-space: nowrap; } }
.final__sub { max-width: 46ch; margin: 0 auto 44px; }
.final__cta { display: inline-flex; flex-direction: column; align-items: center; gap: 30px; position: relative; }
.seal {
  position: absolute;
  right: -128px;
  top: 50%;
  width: 116px; height: 116px;
  transform: translateY(-50%);
}
.seal svg { width: 100%; height: 100%; animation: spin 20s linear infinite; }
.seal text { font-family: var(--font-sans); font-size: 8.4px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; fill: var(--accent-ink); }
.seal__mid {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--accent-ink);
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ══════════════════════════════════════════════════════════════
   FLOATING CTA
══════════════════════════════════════════════════════════════ */
.float-cta {
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 880;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.float-cta.show { opacity: 1; transform: translateY(0); pointer-events: all; }
.float-cta .btn { box-shadow: var(--shadow-lg); }
@media (min-width: 901px) { .float-cta { display: none; } }

/* ══════════════════════════════════════════════════════════════
   BANDE PHOTO (emplacements à remplir)
══════════════════════════════════════════════════════════════ */
.photoband { padding-block: clamp(40px, 6vh, 80px); }
.photoband figure { margin: 0; }
.photoband__frame {
  position: relative;
  aspect-ratio: 5 / 2;
  max-width: 1100px;
  margin-inline: auto;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-2);
  box-shadow: var(--shadow-lg);
}
.photoband__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* état vide (aucune image chargée) : panneau discret */
.photoband__frame:not(:has(img)) {
  aspect-ratio: 20 / 6;
  background: var(--bg-2);
  border: 1px dashed var(--line);
  box-shadow: none;
}
.photoband__ph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.photoband__ph::after {
  content: 'Photo à venir';
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.photoband__ph svg { width: 30px; height: 30px; stroke: var(--accent-2); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.photoband__frame img + .photoband__ph { display: none; }
.photoband figcaption {
  margin-top: 14px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ══════════════════════════════════════════════════════════════
   INSTAGRAM
══════════════════════════════════════════════════════════════ */
.insta__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.insta__head h2 { max-width: 24ch; }
.insta__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(8px, 1.2vw, 16px);
}
.insta__tile {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: linear-gradient(150deg, var(--accent), var(--accent-2));
  display: block;
}
.insta__tile:not(:has(img)) { background: var(--bg-2); border: 1px solid var(--line); }
.insta__tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.insta__tile:hover img { transform: scale(1.06); }
.insta__ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insta__tile img + .insta__ph { display: none; }
.insta__ph svg { width: 24px; height: 24px; stroke: var(--accent-2); fill: none; stroke-width: 1.5; }
.insta__tile::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--dark);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}
.insta__tile:hover::after { opacity: 0.14; }

/* ══════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════ */
footer { border-top: 1px solid var(--line); padding-block: clamp(48px, 7vh, 72px); }
.foot__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(32px, 6vw, 90px);
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line-2);
}
.foot__brandcol { max-width: 34ch; }
.foot__tag {
  margin-top: 18px;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--ink-2);
}
.foot__nav {
  display: flex;
  gap: clamp(36px, 6vw, 88px);
  flex-wrap: wrap;
}
.foot__col { display: flex; flex-direction: column; gap: 12px; }
.foot__ttl {
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 4px;
}
.foot__col a {
  font-size: var(--fs-sm);
  color: var(--ink-2);
  transition: color 0.25s;
}
.foot__col a:hover { color: var(--dark); }
.foot__legal {
  margin-top: 28px;
  font-size: var(--fs-label);
  letter-spacing: 0.06em;
  color: var(--ink-3);
}
@media (max-width: 700px) {
  .foot__top { flex-direction: column; gap: 34px; }
  .foot__nav { gap: 40px; }
}

/* ══════════════════════════════════════════════════════════════
   REVEALS (état initial masqué avant GSAP)
══════════════════════════════════════════════════════════════ */
html.anim [data-anim] {
  opacity: 0;
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
html.anim [data-anim="up"]    { transform: translateY(32px); }
html.anim [data-anim="left"]  { transform: translateX(-32px); }
html.anim [data-anim="right"] { transform: translateX(32px); }
html.anim [data-anim="scale"] { transform: scale(0.94); }
html.anim [data-anim].in { opacity: 1; transform: none; }
html.anim [data-hero-title] { opacity: 0; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 1000px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__aside { position: static; display: flex; gap: 24px; align-items: center; }
  .about__photo { width: 168px; flex-shrink: 0; }
  .about__mono { font-size: 3rem; }
  .about__id { margin-top: 0; }
}
@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .insta__grid { grid-template-columns: repeat(3, 1fr); }
  
  .offers { grid-template-columns: 1fr; }
  .offer--solo { margin-top: 0; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: none; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line-2); }
  .seal { display: none; }
}
@media (max-width: 560px) {
  .insta__grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .photoband__frame { aspect-ratio: 16 / 9; }
  .about__aside { flex-direction: column; align-items: flex-start; }
  .about__photo { width: 62%; }
  
  .btn { width: 100%; }
  .hero__cta { width: 100%; }
}

/* ══════════════════════════════════════════════════════════════
   MOUVEMENT RÉDUIT
══════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .aurora__blob, .seal svg { animation: none !important; }
  html.anim [data-anim] { opacity: 1 !important; transform: none !important; }
  html.anim .hero__title .word__i { transform: none !important; }
  .process__rail::after { transform: scaleY(1); }
}

/* ══════════════════════════════════════════════════════════════
   EN-TÊTE DES PAGES INTÉRIEURES
   Même matière que le hero d'accueil, mais compacte : on entre
   dans le sujet sans faire défiler un écran entier.
══════════════════════════════════════════════════════════════ */
.phero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(132px, 19vh, 196px);
  padding-bottom: clamp(56px, 9vh, 104px);
}
/* Même colonne que toutes les autres sections : surtitre, titre, texte et
   bouton s'alignent exactement sur le reste de la page. */
.phero__inner { position: relative; z-index: 1; max-width: var(--maxw); }
/* Même échelle que le titre de l'accueil (5,6 rem sur grand écran). La
   pente en vw est un peu plus douce que celle de --fs-h1 : les phrases des
   pages intérieures sont plus longues, il leur faut tenir sur deux lignes
   jusque vers 1000 px. */
h1.display.phero__title {   /* bat `h1.display`, plus spécifique que `.phero__title` */
  /* Le plus grand corps auquel la phrase entière tient sur deux lignes dans
     la colonne commune (1 104 px de texte) — un cran sous le titre de
     l'accueil, qui lui n'a que trois mots à placer. */
  font-size: clamp(2.4rem, 5.4vw, 4.7rem);
  line-height: 0.97;
  margin-bottom: 30px;
}
.phero__sub {
  max-width: 64ch;
  font-size: var(--fs-lead);
  line-height: 1.66;
  color: var(--ink-2);
}
.phero .hero__tags { margin-top: 34px; }
.phero__cta { margin-top: 40px; }

/* ══════════════════════════════════════════════════════════════
   APERÇU DE LA MÉTHODE (accueil) — 4 cartes vers la page Formation
══════════════════════════════════════════════════════════════ */
.peek__head { max-width: 70ch; margin-bottom: clamp(38px, 5vw, 60px); }
.peek__head p { margin-top: 16px; }
.peek__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 26px);
  align-items: stretch;
}
.peek__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(24px, 2.4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.peek__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-tint);
}
.peek__idx {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--accent);
}
.peek__pilier {
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.peek__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h5);
  line-height: 1.25;
  color: var(--dark);
}
.peek__text { font-size: var(--fs-sm); line-height: 1.7; color: var(--ink-2); }
.peek__go {
  margin-top: auto;
  padding-top: 16px;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-ink);
}
.peek__go::after { content: ' →'; transition: opacity 0.3s; }
.peek__foot {
  margin-top: clamp(38px, 5vw, 58px);
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.peek__note { font-size: var(--fs-sm); color: var(--ink-3); }
@media (max-width: 1000px) { .peek__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .peek__grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════════
   MODALITÉS (page Formation)
══════════════════════════════════════════════════════════════ */
.facts__head { max-width: 60ch; margin-bottom: clamp(34px, 4.5vw, 54px); }
.facts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px);
  align-items: stretch;
}
.fact {
  padding: clamp(24px, 2.4vw, 32px);
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.fact__label {
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 12px;
}
.fact__value {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: var(--fs-h4);
  line-height: 1.15;
  color: var(--dark);
  margin-bottom: 10px;
}
.fact__text { font-size: var(--fs-sm); line-height: 1.7; color: var(--ink-2); }
@media (max-width: 1000px) { .facts__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .facts__grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════════
   PAGE CONTACT — calendrier + colonne d'informations
══════════════════════════════════════════════════════════════ */
.contact__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(20px, 2.6vw, 34px);
  align-items: start;
}
.contact__aside { display: flex; flex-direction: column; gap: clamp(16px, 1.8vw, 22px); }
.contact__card {
  padding: clamp(24px, 2.4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.contact__card--soft { background: var(--bg-2); border-color: transparent; box-shadow: none; }
.contact__ttl {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: var(--fs-h4);
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 20px;
}
.contact__ttl--sm { font-size: var(--fs-h5); font-weight: 700; margin-bottom: 10px; }
.contact__list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.contact__list li {
  display: flex;
  gap: 13px;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-2);
}
.contact__ic {
  flex-shrink: 0;
  width: 22px; height: 22px;
  margin-top: 1px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
}
.contact__ic svg {
  width: 12px; height: 12px;
  fill: none;
  stroke: var(--white);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact__fine {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line-2);
  font-size: var(--fs-xs);
  line-height: 1.65;
  color: var(--ink-3);
}
.contact__text { font-size: var(--fs-sm); line-height: 1.7; color: var(--ink-2); }
.contact__link {
  display: inline-block;
  margin-top: 14px;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-ink);
  border-bottom: 1px solid var(--accent-tint);
  padding-bottom: 3px;
  transition: border-color 0.3s;
}
.contact__link:hover { border-color: var(--accent); }
@media (max-width: 980px) {
  .contact__grid { grid-template-columns: 1fr; }
}

/* Arrivée sur une ancre (lien venu d'une autre page) : le titre de section
   ne doit pas passer sous le header fixe. */
section[id], article[id] { scroll-margin-top: 96px; }

/* ══════════════════════════════════════════════════════════════
   FINANCEMENT — encart sous les tarifs
══════════════════════════════════════════════════════════════ */
.fund {
  display: flex;
  gap: clamp(18px, 2vw, 28px);
  align-items: flex-start;
  margin-top: clamp(28px, 3.4vw, 44px);
  padding: clamp(24px, 2.6vw, 34px) clamp(24px, 2.8vw, 38px);
  background: var(--bg-2);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
}
.fund__ic {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line-2);
}
.fund__ic svg {
  width: 22px; height: 22px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fund__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h5);
  color: var(--dark);
  margin-bottom: 10px;
}
.fund__text {
  font-size: var(--fs-sm);
  line-height: 1.75;
  color: var(--ink-2);
  max-width: 88ch;
}
.fund__text strong { color: var(--accent-ink); font-weight: 700; }
.fund__fine {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line-2);
  font-size: var(--fs-xs);
  line-height: 1.65;
  color: var(--ink-3);
  max-width: 88ch;
}
@media (max-width: 620px) {
  .fund { flex-direction: column; gap: 16px; }
}
