/* =========================================================
   Adapter Son Yoga — redesign éditorial minimaliste wellness
   Protocole : Premium Utilitarian Minimalism (taste design)
   Charte conservée : teal comme UNIQUE accent ; encre #061E1E
   Pas de gradients criards, ombres < .05, hairlines 1px,
   typo éditoriale, grille asymétrique, photos désaturées.
   ========================================================= */

:root {
  /* canvas warm monochrome */
  --bone:    #FBFAF7;
  --paper:   #FFFFFF;
  --bone-2:  #F5F3EE;
  --mist:    #EAF3F2;          /* pale teal — accent surface */

  /* ink (off-black, légèrement teinté teal, jamais #000) */
  --ink:     #14201F;
  --ink-2:   #41514F;          /* secondaire */
  --ink-3:   #6E7C7A;          /* tertiaire / meta */

  /* accent unique : teal */
  --teal:    #46AAAA;          /* fills, marques décoratives */
  --teal-tx: #246A6A;          /* texte/lien teal (contraste AA) */
  --teal-dk: #1E5757;

  --line:    #E7E4DD;          /* hairline warm */
  --line-2:  rgba(20,32,31,.07);

  --radius:  12px;
  --radius-s: 8px;

  /* ombres ultra-diffuses */
  --sh-1: 0 1px 2px rgba(20,32,31,.03);
  --sh-2: 0 8px 30px rgba(20,32,31,.05);

  --maxw: 1240px;
  --measure: 64ch;
  --ease: cubic-bezier(.16, 1, .3, 1);

  --f-head:  "Jost", system-ui, sans-serif;
  --f-body:  "Hanken Grotesk", system-ui, sans-serif;
  --f-serif: "Fraunces", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--f-body);
  background: var(--bone);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--mist); color: var(--ink); }

h1, h2, h3, h4, h5 {
  font-family: var(--f-head);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--ink);
  text-wrap: balance;
}
p { text-wrap: pretty; }

/* grain overlay — casse la platitude numérique */
.grain {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: .035; 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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.skip-link {
  position: absolute; left: 14px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: var(--radius-s);
  font-family: var(--f-head); font-size: 14px; transition: top .2s var(--ease);
}
.skip-link:focus { top: 14px; }

:focus-visible { outline: 2px solid var(--teal-tx); outline-offset: 3px; border-radius: 3px; }

/* ---------- bits ---------- */
.label {
  font-family: var(--f-head);
  font-size: 12px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--teal-tx);
  display: inline-flex; align-items: center; gap: 11px;
}
.label::before { content: ""; width: 22px; height: 1px; background: var(--teal); }
.label.c { justify-content: center; }
.label.c::after { content: ""; width: 22px; height: 1px; background: var(--teal); }

.section { padding: clamp(72px, 10vw, 132px) 0; }
.head { max-width: 600px; }
.head.c { margin-inline: auto; text-align: center; }
.head h2 {
  font-size: clamp(30px, 4.6vw, 50px);
  margin-top: 20px;
  font-weight: 500;
}
.head h2 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--teal-tx); letter-spacing: -.01em; }
.head p { margin-top: 18px; color: var(--ink-2); font-size: 18px; max-width: var(--measure); }
.head.c p { margin-inline: auto; }

/* buttons : radius sobre, pas de pill géante, ombre nulle */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--f-head); font-weight: 500; font-size: 15px;
  letter-spacing: .005em;
  padding: 14px 24px; border-radius: var(--radius-s);
  border: 1px solid transparent; cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .12s var(--ease);
}
.btn .ar { transition: transform .3s var(--ease); }
.btn:hover .ar { transform: translateX(4px); }
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--teal-dk); color: #fff; }
.btn-primary:hover { background: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-tx); }
.btn-text { padding: 0; color: var(--teal-tx); font-family: var(--f-head); font-weight: 500; display: inline-flex; gap: 8px; align-items: center; }
.btn-text .ar { transition: transform .3s var(--ease); }
.btn-text:hover .ar { transform: translateX(4px); }

.ico { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 20px 0; transition: padding .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.nav.scrolled {
  padding: 11px 0; background: rgba(251,250,247,.8);
  backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.brand b { font-family: var(--f-head); font-weight: 500; font-size: 18px; line-height: 1; letter-spacing: -.01em; }
.brand small { display: block; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--teal-tx); margin-top: 3px; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-family: var(--f-head); font-size: 15px; position: relative; padding: 3px 0; color: var(--ink-2); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: var(--teal); transition: width .3s var(--ease); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-end { display: flex; align-items: center; gap: 14px; }
.nav-end .btn { padding: 10px 18px; font-size: 14px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; }
.burger span { width: 22px; height: 1.5px; background: var(--ink); transition: .3s; }

/* =========================================================
   HERO  (asymétrique, lumière radiale douce, pas de gradient criard)
   ========================================================= */
.hero { position: relative; padding: clamp(146px, 17vw, 214px) 0 clamp(64px, 8vw, 104px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(720px 460px at 82% 4%, rgba(70,170,170,.10), transparent 62%),
    radial-gradient(600px 420px at 6% 92%, rgba(70,170,170,.055), transparent 60%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.hero h1 {
  font-size: clamp(46px, 7vw, 92px); font-weight: 400; line-height: 1.0; margin-top: 26px;
  letter-spacing: -.035em;
}
.hero h1 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--teal-tx); }
.hero .lead { margin: 28px 0 38px; font-size: 19px; color: var(--ink-2); max-width: 50ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.hero-fig { position: relative; }
.hero-photo {
  position: relative; overflow: hidden;
  border-radius: 160px 160px var(--radius) var(--radius);   /* arche wellness, pas un pill */
  aspect-ratio: 4 / 4.7; background: var(--mist);
  box-shadow: var(--sh-2);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.02); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(20,32,31,.06)); }
.hero-arc { position: absolute; inset: -16px -16px auto -16px; height: 60%; border: 1px solid var(--teal); border-radius: 170px 170px 0 0; opacity: .4; z-index: -1; }
.hero-chip {
  position: absolute; left: -22px; bottom: 44px; z-index: 3;
  display: flex; align-items: center; gap: 13px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 13px 17px; box-shadow: var(--sh-1);
}
.hero-chip img { width: 46px; height: auto; }
.hero-chip b { font-family: var(--f-head); font-size: 14px; display: block; }
.hero-chip span { font-size: 12.5px; color: var(--ink-3); }

/* stats : hairlines, chiffres tabulaires */
.stats { position: relative; z-index: 2; margin-top: clamp(54px, 7vw, 84px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.stat { padding: 30px 26px 0 0; }
.stat .n { font-family: var(--f-head); font-weight: 500; font-size: clamp(32px, 4vw, 44px); color: var(--ink); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.stat .n span { color: var(--teal-tx); }
.stat p { margin-top: 7px; font-size: 14px; color: var(--ink-3); }

/* =========================================================
   ABOUT  (zig-zag, pas de 3 cards)
   ========================================================= */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 6vw, 84px); align-items: center; }
.about-fig { position: relative; }
.about-fig img { border-radius: var(--radius); width: 100%; filter: saturate(.92); }
.about-fig .mark { position: absolute; right: -14px; top: -14px; width: 96px; height: 96px; border: 1px solid var(--teal); border-radius: 50%; opacity: .5; z-index: -1; }
.about-copy h2 { font-size: clamp(28px, 4vw, 46px); margin: 18px 0 22px; font-weight: 500; }
.about-copy p { color: var(--ink-2); margin-bottom: 18px; max-width: var(--measure); }
.pull {
  font-family: var(--f-serif); font-style: italic; font-weight: 400;
  font-size: clamp(22px, 2.7vw, 31px); line-height: 1.32; color: var(--ink);
  border-left: 2px solid var(--teal); padding-left: 24px; margin: 26px 0;
}

/* =========================================================
   FORMATIONS  (3 cartes minimalistes, baselines alignées, CTA bottom)
   ========================================================= */
.form-s { background: var(--bone); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.card {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: var(--sh-1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.card.feat { background: var(--mist); border-color: transparent; }
.card-top { min-height: 132px; }       /* aligne titres/prix entre colonnes */
.tag {
  display: inline-block; font-family: var(--f-head); font-size: 11px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--teal-tx);
  background: var(--mist); padding: 5px 11px; border-radius: 999px; margin-bottom: 16px;
}
.card.feat .tag { background: var(--paper); }
.card h3 { font-size: 25px; margin-bottom: 5px; font-weight: 500; }
.card .role { color: var(--ink-3); font-size: 14.5px; }
.card .price { font-family: var(--f-head); font-size: 29px; color: var(--ink); margin-top: 16px; letter-spacing: -.02em; }
.card .price s { color: var(--ink-3); font-size: 16px; margin-left: 6px; }
.card .price small { font-size: 15px; color: var(--ink-3); font-weight: 400; }
.feats { display: flex; flex-direction: column; gap: 13px; margin: 22px 0 24px; }
.feats li { display: flex; gap: 11px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.feats .ico { width: 18px; height: 18px; stroke: var(--teal-tx); margin-top: 2px; }
.card .meta { display: flex; gap: 20px; margin: auto 0 20px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.card.feat .meta { border-top-color: rgba(20,32,31,.1); }
.card .meta span { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink-3); }
.card .meta .ico { width: 15px; height: 15px; stroke: var(--teal-tx); }
.card .btn { width: 100%; justify-content: center; }

/* =========================================================
   TESTIMONIALS  (éditorial, fond bone, hairlines — pas de section couleur pleine)
   ========================================================= */
.testi { background: var(--bone-2); }
.testi-grid { columns: 2; column-gap: 32px; }
.tq { break-inside: avoid; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.tq:nth-last-child(-n+2) { margin-bottom: 0; }
.tq .qm { font-family: var(--f-serif); font-size: 46px; line-height: .6; color: var(--teal); }
.tq blockquote { font-family: var(--f-serif); font-style: italic; font-size: clamp(20px, 2.3vw, 26px); line-height: 1.36; color: var(--ink); margin: 8px 0 16px; }
.tq p { color: var(--ink-2); font-size: 15px; margin-bottom: 18px; }
.tq .who { display: flex; align-items: center; gap: 12px; }
.tq .who .av { width: 38px; height: 38px; border-radius: 50%; background: var(--mist); color: var(--teal-tx); font-family: var(--f-head); font-weight: 500; display: grid; place-items: center; }
.tq .who b { font-family: var(--f-head); font-weight: 500; font-size: 15px; }
.tq .who span { display: block; font-size: 12.5px; color: var(--ink-3); }

/* =========================================================
   BLOG  (grille éditoriale asymétrique : 1 feature + liste)
   ========================================================= */
.blog { background: var(--paper); }
.blog-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; }
.bcol { display: flex; flex-direction: column; gap: 22px; }
.post { display: block; border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease); }
.post:hover { transform: translateY(-3px); }
.thumb { overflow: hidden; border-radius: var(--radius); background: var(--bone-2); position: relative; }
.thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) sepia(.12) saturate(1.05) contrast(.98); transition: transform .6s var(--ease), filter .5s; }
.post:hover .thumb img { transform: scale(1.04); filter: grayscale(0) sepia(0) saturate(1); }
.thumb::after { content: ""; position: absolute; inset: 0; background: rgba(70,170,170,.06); }
.cat { font-family: var(--f-head); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--teal-tx); }

/* feature post (gauche) */
.feature .thumb { aspect-ratio: 16 / 11; margin-bottom: 22px; }
.feature h3 { font-size: clamp(26px, 3vw, 36px); margin: 12px 0 14px; font-weight: 500; }
.feature p { color: var(--ink-2); max-width: 52ch; margin-bottom: 18px; }

/* list posts (droite) */
.post-row { display: grid; grid-template-columns: 96px 1fr; gap: 18px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.bcol .post-row:last-child { border-bottom: 0; padding-bottom: 0; }
.post-row .thumb { aspect-ratio: 1; }
.post-row h3 { font-size: 17.5px; margin: 8px 0 0; line-height: 1.25; font-weight: 500; }
.post-row .meta-min { font-size: 12.5px; color: var(--ink-3); margin-top: 7px; }
.blog-foot { margin-top: 50px; text-align: center; }

/* =========================================================
   LEAD MAGNET  (surface sobre, 1px border, pas de panneau gradient)
   ========================================================= */
.lead { background: var(--bone); }
.lead-card { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; box-shadow: var(--sh-1); }
.lead-fig { background: var(--mist); padding: clamp(34px, 5vw, 56px); display: grid; place-items: center; }
.lead-fig img { max-height: 420px; width: auto; border-radius: 6px; box-shadow: var(--sh-2); }
.lead-form { padding: clamp(34px, 5vw, 60px); }
.lead-form h2 { font-size: clamp(27px, 3.4vw, 40px); margin: 16px 0 18px; font-weight: 500; }
.lead-form h2 em { font-family: var(--f-serif); font-style: italic; color: var(--teal-tx); }
.lead-form .feats { margin: 22px 0 28px; }
.field { display: flex; gap: 10px; flex-wrap: wrap; }
.field input {
  flex: 1; min-width: 210px; padding: 15px 18px;
  background: var(--bone); border: 1px solid var(--line); border-radius: var(--radius-s);
  font-family: var(--f-body); font-size: 15px; color: var(--ink);
  transition: border-color .25s, box-shadow .25s;
}
.field input::placeholder { color: var(--ink-3); }
.field input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(70,170,170,.14); }
.note { font-size: 12.5px; color: var(--ink-3); margin-top: 14px; }

/* =========================================================
   FOOTER  (sobre, pas de link-farm 4 colonnes)
   ========================================================= */
.footer { background: var(--ink); color: rgba(255,255,255,.66); padding: 78px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 44px; }
.footer .fb { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer .fb img { width: 42px; height: 42px; border-radius: 50%; }
.footer .fb b { font-family: var(--f-head); font-weight: 500; font-size: 19px; color: #fff; }
.footer .desc { font-size: 14.5px; max-width: 38ch; }
.footer h5 { font-family: var(--f-head); color: #fff; font-weight: 500; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.footer a { display: block; padding: 6px 0; font-size: 15px; transition: color .2s, transform .2s; }
.footer a:hover { color: #fff; transform: translateX(3px); }
.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a { width: 38px; height: 38px; border-radius: var(--radius-s); border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; padding: 0; }
.socials a:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-2px); }
.socials svg { width: 16px; height: 16px; }
.foot-bot { margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.45); }
.foot-bot a { display: inline; padding: 0; }
.foot-bot a:hover { color: rgba(255,255,255,.8); transform: none; }

/* =========================================================
   PAGE HERO (pages internes)
   ========================================================= */
.phero { position: relative; padding: clamp(150px, 18vw, 216px) 0 clamp(48px, 7vw, 88px); overflow: hidden; }
.phero::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(700px 420px at 78% -10%, rgba(70,170,170,.10), transparent 60%); }
.phero .wrap { position: relative; z-index: 2; }
.crumb { font-family: var(--f-head); font-size: 12.5px; letter-spacing: .04em; color: var(--ink-3); }
.crumb a { color: var(--ink-3); } .crumb a:hover { color: var(--teal-tx); }
.phero h1 { font-size: clamp(40px, 6.4vw, 80px); font-weight: 400; margin-top: 16px; letter-spacing: -.035em; max-width: 16ch; }
.phero h1 em { font-family: var(--f-serif); font-style: italic; color: var(--teal-tx); }
.phero .sub { margin-top: 22px; color: var(--ink-2); font-size: 19px; max-width: var(--measure); }

/* prose (à propos) */
.prose { max-width: 70ch; }
.prose h2 { font-size: clamp(25px, 3.2vw, 35px); margin: 52px 0 18px; font-weight: 500; }
.prose h2 em { font-family: var(--f-serif); font-style: italic; color: var(--teal-tx); }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-2); margin-bottom: 18px; }
.prose .lede { font-family: var(--f-serif); font-style: italic; font-size: clamp(20px, 2.4vw, 27px); line-height: 1.42; color: var(--ink); margin-bottom: 28px; }
.prose a.ln { color: var(--teal-tx); border-bottom: 1px solid rgba(36,106,106,.3); }
.prose a.ln:hover { border-color: var(--teal-tx); }
.prose .sign { font-family: var(--f-serif); font-style: italic; font-size: 27px; color: var(--teal-tx); margin-top: 10px; }

.cred { columns: 2; column-gap: 40px; margin-top: 12px; }
.cred li { break-inside: avoid; padding: 10px 0 10px 22px; position: relative; font-size: 14px; color: var(--ink-2); border-bottom: 1px solid var(--line); }
.cred li::before { content: ""; position: absolute; left: 0; top: 18px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

.aside-card { background: var(--mist); border-radius: var(--radius); padding: 30px; }
.aside-card h4 { font-size: 19px; margin-bottom: 8px; font-weight: 500; }
.aside-card p { font-size: 14.5px; color: var(--ink-2); margin-bottom: 18px; }

/* FAQ — boîtes supprimées, séparées par hairline + toggle +/- */
.faq { max-width: 76ch; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 24px 40px 24px 0; position: relative;
  font-family: var(--f-head); font-weight: 500; font-size: clamp(18px, 2.2vw, 21px); color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 14px; height: 14px;
  background:
    linear-gradient(var(--teal-tx),var(--teal-tx)) center/14px 1.6px no-repeat,
    linear-gradient(var(--teal-tx),var(--teal-tx)) center/1.6px 14px no-repeat;
  transform: translateY(-50%); transition: transform .3s var(--ease), opacity .3s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(90deg); background: linear-gradient(var(--teal-tx),var(--teal-tx)) center/14px 1.6px no-repeat; }
.faq .ans { padding: 0 40px 26px 0; color: var(--ink-2); }
.faq .ans p { margin-bottom: 12px; }

/* two-column page layout (à propos) */
.page-2 { display: grid; grid-template-columns: 1.6fr .9fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.page-2 .side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 22px; }
.side-fig img { border-radius: var(--radius); width: 100%; filter: saturate(.92); }
@media (max-width: 900px) { .page-2 { grid-template-columns: 1fr; } .page-2 .side { position: static; } }

/* band CTA (fin de page interne) */
.band { background: var(--mist); }
.band-in { text-align: center; max-width: 60ch; margin: 0 auto; }
.band-in h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 500; }
.band-in h2 em { font-family: var(--f-serif); font-style: italic; color: var(--teal-tx); }
.band-in p { margin: 18px auto 30px; color: var(--ink-2); font-size: 18px; }

/* =========================================================
   REVEAL
   ========================================================= */
/* progressive enhancement : masqué UNIQUEMENT si JS actif (html.js) */
.js .rv { opacity: 0; transform: translateY(12px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .08s; } .rv.d2 { transition-delay: .16s; } .rv.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .post:hover .thumb img, .card:hover, .post:hover { transform: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .hero-grid, .about-grid, .lead-card, .blog-grid { grid-template-columns: 1fr; }
  .hero-fig { max-width: 420px; margin: 0 auto; }
  .about-fig { max-width: 440px; margin: 0 auto 8px; }
  .cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .stats { grid-template-columns: 1fr 1fr; gap-row: 0; }
  .stat { padding: 26px 20px 0 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .lead-fig { order: -1; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav-links, .nav-end .btn-ghost { display: none; }
  .burger { display: flex; }
  .nav.open .nav-links { display: flex; flex-direction: column; gap: 16px; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); padding: 24px 28px; border-bottom: 1px solid var(--line); }
  .testi-grid, .cred { columns: 1; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-chip { left: 0; }
}
