/* Sous-page pro « se-former » — styles propres au corps de page.
   Extrait de tasks/preview/se-former.html. Le CHROME (en-tête, menu mobile,
   pied, barre de progression, panneau-preuve) vient du thème (chrome.css) :
   ces blocs sont volontairement absents ici. Polices auto-hébergées via theme.json. */
/* ============================================================
   MAQUETTE ⑤ — SOUS-PAGE « Se former » (porte verte, registre VOUS)
   DÉ-TEMPLATÉE (post-roast) : spine « prospectus de formation »,
   volontairement distinct de « Déléguer » (la page de service).
   Catalogue en tête · formats en gamme sur piste de caribou ·
   objection en bloc argument · financement en module clair.
   Accent d'identité = VERT (le bourgogne reste pour le pont Déléguer).
   ============================================================ */
:root{
  --terre:     oklch(0.34 0.055 45);
  --spruce-900:oklch(0.22 0.026 182);
  --spruce-800:oklch(0.28 0.03 180);
  --spruce-700:oklch(0.36 0.03 178);
  --bourgogne: oklch(0.42 0.16 26);
  --bourgogne-vif: oklch(0.50 0.18 28);
  --bourgogne-900:oklch(0.32 0.12 27);
  --vert:      oklch(0.46 0.11 155); /* accent Se former */
  --vert-vif:  oklch(0.84 0.15 150); /* accent lumineux sur fond sombre */
  --vert-btnh: oklch(0.53 0.13 152); /* survol bouton vert */
  --vert-deep: oklch(0.38 0.10 158); /* vert texte fort */
  --tint-v:    oklch(0.965 0.014 156); /* vert très pâle (fond section) */
  --vert-900:  oklch(0.27 0.06 162); /* vert sombre (CTA final) */
  --clay:      oklch(0.56 0.05 55);
  --sauge:     oklch(0.72 0.025 160);
  --or:        oklch(0.75 0.12 62);  /* chiffres chauds sur fond sombre */
  --gold:      oklch(0.83 0.10 68);

  --bg:      oklch(0.985 0.003 100);
  --surface: oklch(0.965 0.005 95);
  --surface-2:oklch(0.94 0.008 90);
  --tint-b:  oklch(0.965 0.014 26); /* bourgogne très pâle */
  --ink:     oklch(0.20 0.012 55);
  --ink-soft:oklch(0.42 0.012 50);
  --ink-body:oklch(0.35 0.014 50);
  --line:    oklch(0.90 0.006 90);
  --line-strong: oklch(0.82 0.01 70);
  --on-dark: oklch(0.94 0.012 90);
  --on-dark-soft: oklch(0.78 0.02 130);

  --step--1: clamp(0.84rem, 0.8rem + 0.2vw, 0.94rem);
  --step-0:  clamp(1.08rem, 1.02rem + 0.32vw, 1.22rem);
  --step-1:  clamp(1.3rem, 1.15rem + 0.7vw, 1.7rem);
  --step-2:  clamp(1.7rem, 1.4rem + 1.4vw, 2.5rem);
  --step-3:  clamp(2.4rem, 1.8rem + 3vw, 4rem);
  --step-4:  clamp(2.7rem, 1.9rem + 4vw, 5rem);

  --grotesk:"Schibsted Grotesk",system-ui,sans-serif;
  --sans:"Source Sans 3",system-ui,sans-serif;
  --ease:cubic-bezier(0.16,1,0.3,1);

  --z-header:50; --z-dd:55; --z-progress:60; --z-overlay:80;
}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:var(--step-0);line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.no-scroll{overflow:hidden}
a{color:inherit}img,svg{max-width:100%;display:block}
[hidden]{display:none!important}
:focus-visible{outline:2px solid var(--vert);outline-offset:2px;border-radius:3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
html{scroll-behavior:smooth}

.progress{position:fixed;top:0;left:0;height:2px;width:var(--p,0%);background:var(--vert);z-index:var(--z-progress);transition:width .1s linear}

/* ---------- structure partagée ---------- */
.wrap{max-width:1080px;margin:0 auto;padding:0 clamp(1.2rem,4vw,2.5rem)}
.section{padding-block:clamp(3.6rem,7vw,5.6rem)}
.section-tint{background:var(--surface)}
.section-dark{position:relative;overflow:hidden;isolation:isolate;background:var(--spruce-900);color:var(--on-dark)}
.kx{font-family:var(--grotesk);font-weight:700;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:var(--vert)}
.section-dark .kx{color:var(--sauge)}
.h2{font-family:var(--grotesk);font-weight:800;font-size:var(--step-2);line-height:1.08;letter-spacing:-.03em;color:var(--ink);text-wrap:balance;max-width:26ch;margin-top:.5rem}
.section-dark .h2{color:var(--on-dark)}
.lead{font-size:var(--step-1);line-height:1.45;color:var(--ink-soft);max-width:60ch;margin-top:1rem;font-weight:400}
.section-dark .lead{color:var(--on-dark-soft)}
.lead b{color:var(--ink);font-weight:600}.section-dark .lead b{color:var(--on-dark)}

/* piste de caribou : empreinte réutilisée (catalogue + gamme) */
.hoof{fill:currentColor}

/* boutons */
.btn-a{font-family:var(--grotesk);font-weight:700;font-size:1rem;background:var(--ink);color:var(--bg);padding:.85rem 1.5rem;border-radius:9px;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;align-items:center;gap:.5rem}
.btn-a:hover{background:var(--bourgogne);transform:translateY(-1px)}
.btn-a .arr,.btn-b .arr{transition:transform .2s var(--ease)}
.btn-a:hover .arr,.btn-b:hover .arr{transform:translateX(3px)}
.btn-b{font-family:var(--grotesk);font-weight:700;font-size:1rem;color:var(--ink);padding:.85rem 1.4rem;border-radius:9px;text-decoration:none;border:1.5px solid var(--line-strong);transition:.2s;display:inline-flex;align-items:center;gap:.5rem}
.btn-b:hover{border-color:var(--ink)}

/* ============================================================
   HERO — aurore verte + silhouette de forêt + bande « aperçu »
   ============================================================ */
.dl-hero{position:relative;overflow:hidden;background:var(--spruce-900);color:var(--on-dark);isolation:isolate}
.dl-hero .glowwrap{position:absolute;inset:0;z-index:-2;pointer-events:none;overflow:hidden}
.dl-hero::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(99deg,var(--spruce-900) 30%,oklch(0.22 0.026 182 / .5) 58%,transparent 94%)}
.dl-hero .g{position:absolute;border-radius:50%;filter:blur(70px);mix-blend-mode:screen}
.dl-hero .g1{width:66%;height:140%;left:-8%;top:-34%;background:radial-gradient(ellipse at center,oklch(0.86 0.15 118 / .5),transparent 70%);animation:codrift 22s ease-in-out infinite,coglow 7s ease-in-out infinite}
.dl-hero .g2{width:58%;height:130%;right:-6%;top:-26%;background:radial-gradient(ellipse at center,oklch(0.90 0.13 108 / .5),transparent 72%);animation:codrift2 26s ease-in-out infinite,coglow 5.5s ease-in-out infinite;animation-delay:-1s,-2s}
.dl-hero .g3{width:52%;height:100%;left:36%;bottom:-30%;background:radial-gradient(ellipse at center,oklch(0.70 0.16 150 / .44),transparent 74%);animation:codrift 30s ease-in-out infinite,coglow 8s ease-in-out infinite;animation-delay:-8s,-3s}
.dl-hero .cur{position:absolute;top:-24%;height:152%;width:26%;filter:blur(28px);mix-blend-mode:screen;border-radius:46% 54% 48% 52%/60% 62% 40% 38%;transform-origin:50% 15%}
.dl-hero .c1{left:50%;background:linear-gradient(180deg,transparent 5%,oklch(0.84 0.15 125 / .55) 44%,transparent 84%);animation:cosway 11s ease-in-out infinite}
.dl-hero .c2{left:64%;background:linear-gradient(180deg,transparent 7%,oklch(0.90 0.12 105 / .5) 46%,transparent 86%);animation:cosway2 13s ease-in-out infinite;animation-delay:-3s}
.dl-hero .c3{left:78%;width:22%;background:linear-gradient(180deg,transparent 5%,oklch(0.72 0.16 148 / .46) 46%,transparent 84%);animation:cosway 15s ease-in-out infinite;animation-delay:-7s}
.dl-hero .st{position:absolute;width:2px;height:2px;border-radius:50%;background:oklch(0.98 0.03 95);box-shadow:0 0 5px oklch(0.98 0.03 95 / .8);animation:cotwinkle 5.5s ease-in-out infinite}
.dl-forest{position:absolute;left:0;right:0;bottom:0;height:clamp(84px,13vw,168px);z-index:0;pointer-events:none;opacity:.96}
.dl-forest svg{width:100%;height:100%;display:block}
.dl-wrap{position:relative;z-index:1;max-width:1080px;margin:0 auto;padding:clamp(3.4rem,8vw,6rem) clamp(1.2rem,4vw,2.5rem) clamp(3.6rem,7vw,5.6rem)}
.dl-crumb{font-family:var(--grotesk);font-weight:600;font-size:.9rem;color:var(--on-dark-soft);display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.4rem}
.dl-crumb a{color:var(--sauge);text-decoration:none;transition:color .2s}
.dl-crumb a:hover{color:var(--on-dark)}
.dl-crumb .sep{opacity:.5}
.dl-hero h1{font-family:var(--grotesk);font-weight:800;font-size:var(--step-4);line-height:1.03;letter-spacing:-.04em;max-width:18ch;text-wrap:balance;color:var(--on-dark)}
/* plus de bicolore : un simple soulignement dessiné, pas un verbe en couleur */
.dl-hero h1 .u{text-decoration-line:underline;text-decoration-color:var(--vert-vif);text-decoration-thickness:.1em;text-underline-offset:.14em}
.dl-hero .dek{font-size:var(--step-1);line-height:1.45;color:var(--on-dark-soft);max-width:60ch;margin-top:1.5rem;font-weight:400}
.dl-hero .dek b{color:var(--on-dark);font-weight:600}
.dl-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-top:2.2rem}
.dl-hero .btn-a{background:var(--vert);color:var(--on-dark)}
.dl-hero .btn-a:hover{background:var(--vert-btnh)}
.dl-hero .btn-b{color:var(--on-dark);border-color:oklch(0.6 0.03 178 / .55);background:oklch(0.5 0.03 178 / .1)}
.dl-hero .btn-b:hover{border-color:var(--on-dark);background:oklch(0.5 0.03 178 / .24)}
/* bande « aperçu » : formats + finançable, visibles d'un coup d'œil */
.hero-glance{list-style:none;margin-top:2.4rem;display:flex;flex-wrap:wrap;gap:.5rem .55rem;align-items:center}
.hero-glance .hg-label{font-family:var(--grotesk);font-weight:700;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:var(--sauge);margin-right:.2rem}
.hero-glance li:not(.hg-label):not(.hg-fund){font-family:var(--grotesk);font-weight:600;font-size:.86rem;color:var(--on-dark);padding:.34rem .7rem;border:1px solid oklch(0.6 0.03 178 / .5);border-radius:100px;background:oklch(0.5 0.03 178 / .14)}
.hero-glance .hg-fund{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--grotesk);font-weight:700;font-size:.86rem;color:var(--vert-vif);padding:.34rem .75rem;border:1px solid oklch(0.6 0.14 150 / .55);border-radius:100px;background:oklch(0.5 0.13 150 / .16)}
.hero-glance .hg-fund svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;fill:none}

/* ============================================================
   LE CATALOGUE — « Ce que vous apprenez » en liste éditoriale
   (remplace la grille sombre de cartes, jumelle des « agents »)
   ============================================================ */
.catalogue .cat-list{list-style:none;margin-top:2.6rem;counter-reset:cat}
.cat-item{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:clamp(1.2rem,3vw,2.4rem);row-gap:.3rem;align-items:baseline;padding:1.5rem 0;border-top:1px solid var(--line);transition:background .2s}
.cat-item:first-child{border-top:0}
.cat-item:hover{background:var(--tint-v)}
.cat-idx{display:flex;align-items:center;gap:.5rem;font-family:var(--grotesk);font-weight:800;font-size:1.32rem;letter-spacing:-.02em;color:var(--vert);font-variant-numeric:tabular-nums;line-height:1}
.cat-idx .hoof{width:20px;height:20px;color:var(--vert);opacity:.85;flex-shrink:0}
.cat-main h3{font-family:var(--grotesk);font-weight:800;font-size:1.2rem;letter-spacing:-.02em;color:var(--ink);line-height:1.2;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.cat-tag{font-family:var(--grotesk);font-weight:700;font-size:.66rem;text-transform:uppercase;letter-spacing:.05em;color:var(--vert-deep);background:oklch(0.5 0.11 152 / .14);padding:.22rem .55rem;border-radius:100px}
.cat-main p{font-size:var(--step-0);line-height:1.55;color:var(--ink-body);margin-top:.4rem;max-width:86ch}
.cat-mod{justify-self:end;font-family:var(--grotesk);font-weight:600;font-size:.8rem;color:var(--ink-soft);white-space:nowrap;padding-top:.15rem}
.cat-foot{margin-top:2.4rem;font-family:var(--grotesk);font-weight:600;font-size:clamp(1.1rem, .95rem + .7vw, 1.4rem);line-height:1.35;color:var(--ink);max-width:74ch;text-wrap:balance}
.cat-foot b{color:var(--vert-deep);font-weight:800}
@media(max-width:760px){
  .cat-item{grid-template-columns:auto 1fr;row-gap:.35rem}
  .cat-mod{grid-column:2;justify-self:start}
}

/* ============================================================
   PROMESSE — « Une formation qui colle » : 4 gestes en bande
   sobre (ni tuiles à icônes, ni flèches — distinct de Déléguer)
   ============================================================ */
.promesse{background:var(--tint-v);border-block:1px solid oklch(0.87 0.03 156)}
.promesse-wrap{max-width:1080px;margin:0 auto;padding:clamp(2.8rem,5vw,4rem) clamp(1.2rem,4vw,2.5rem)}
.promesse .pr-h{font-family:var(--grotesk);font-weight:800;font-size:var(--step-2);letter-spacing:-.03em;color:var(--ink);line-height:1.08;text-wrap:balance;max-width:22ch}
.promesse .pr-sub{font-size:var(--step-0);line-height:1.5;color:var(--ink-soft);margin-top:.7rem;max-width:52ch}
.pr-steps{list-style:none;counter-reset:pr;margin-top:2.2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.pr-steps li{counter-increment:pr;padding:0 clamp(1rem,2vw,1.6rem);border-left:1px solid oklch(0.85 0.035 156)}
.pr-steps li:first-child{padding-left:0;border-left:0}
.pr-steps li::before{content:counter(pr,decimal-leading-zero);display:block;font-family:var(--grotesk);font-weight:800;font-size:.86rem;letter-spacing:.04em;color:var(--vert);margin-bottom:.6rem}
.pr-steps b{display:block;font-family:var(--grotesk);font-weight:800;font-size:1.06rem;letter-spacing:-.01em;color:var(--ink);line-height:1.2;margin-bottom:.35rem}
.pr-steps p{font-size:var(--step-0);line-height:1.5;color:var(--ink-body)}
@media(max-width:820px){.pr-steps{grid-template-columns:1fr 1fr;gap:1.6rem 0}.pr-steps li:nth-child(odd){padding-left:0;border-left:0}}
@media(max-width:480px){.pr-steps{grid-template-columns:1fr}.pr-steps li{padding-left:0;border-left:0;border-top:1px solid oklch(0.85 0.035 156);padding-top:1.2rem}.pr-steps li:first-child{border-top:0;padding-top:0}}

/* ============================================================
   LES FORMATS — gamme sur une piste de caribou
   (remplace la liste sombre numérotée 01-05)
   ============================================================ */
.formats .gamme{list-style:none;position:relative;margin-top:2.8rem;display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(.6rem,1.6vw,1.3rem)}
.formats .gamme::before{content:"";position:absolute;left:8%;right:8%;top:17px;border-top:2px dotted var(--vert);opacity:.55;z-index:0}
.gm{position:relative;z-index:1}
.gm-node{width:36px;height:36px;border-radius:50%;background:var(--surface);border:2px solid var(--vert);color:var(--vert);display:grid;place-items:center;margin-bottom:1rem}
.gm-node .hoof{width:19px;height:19px;color:var(--vert)}
.gm-dur{font-family:var(--grotesk);font-weight:700;font-size:.72rem;letter-spacing:.03em;text-transform:uppercase;color:var(--vert-deep)}
.gm h3{font-family:var(--grotesk);font-weight:800;font-size:1.08rem;letter-spacing:-.01em;color:var(--ink);margin:.2rem 0 .4rem;line-height:1.18}
.gm p{font-size:var(--step-0);line-height:1.5;color:var(--ink-body)}
.formats-foot{margin-top:2.8rem;display:flex;gap:1.2rem 2rem;align-items:center;flex-wrap:wrap}
.formats-foot .btn-a{background:var(--vert);color:var(--on-dark)}
.formats-foot .btn-a:hover{background:var(--vert-btnh)}
.formats-note{font-size:var(--step-0);line-height:1.5;color:var(--ink-soft)}
@media(max-width:760px){
  .formats .gamme{grid-template-columns:1fr;gap:0}
  .formats .gamme::before{left:17px;right:auto;top:8px;bottom:8px;border-top:0;border-left:2px dotted var(--vert)}
  .gm{display:grid;grid-template-columns:auto 1fr;column-gap:1.1rem;padding:.9rem 0}
  .gm-node{grid-row:1 / span 3;margin-bottom:0;align-self:start}
  .gm-dur{align-self:center}
}

/* ============================================================
   PREUVE FORMATEUR — photo + liste de références (conservée)
   ============================================================ */
.creds{margin-top:0;max-width:none}
.cred{padding:1.05rem 0;border-top:1px solid var(--line)}
.cred:first-child{border-top:none;padding-top:0}
.cred h3{font-family:var(--grotesk);font-weight:800;font-size:1.12rem;letter-spacing:-.01em;color:var(--ink);line-height:1.2}
.cred p{font-size:var(--step-0);line-height:1.55;color:var(--ink-body);margin-top:.15rem}
.cred a{color:var(--vert-deep);font-weight:600;text-decoration:none;border-bottom:1px solid oklch(0.46 0.11 155 / .35)}
.cred a:hover{border-bottom-color:var(--vert)}
.preuve-row{margin-top:2.6rem;display:grid;grid-template-columns:minmax(0,.82fr) 1.18fr;gap:clamp(1.6rem,4vw,3rem);align-items:start}
.preuve-photo{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--line);aspect-ratio:4/5;background:var(--surface)}
.preuve-photo img{width:100%;height:100%;object-fit:cover;object-position:66% 32%;display:block}
.preuve-photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.6rem .9rem .7rem;font-family:var(--grotesk);font-weight:600;font-size:1rem;color:oklch(0.99 0.01 100);background:linear-gradient(transparent,oklch(0.2 0.02 160 / .82))}
@media(max-width:760px){.preuve-row{grid-template-columns:1fr}.preuve-photo{aspect-ratio:16/10;max-height:360px}}

/* ============================================================
   OBJECTION — bloc argument (remplace la grille de 3 cartes)
   ============================================================ */
.objection{background:var(--surface)}
.obj-q{font-family:var(--grotesk);font-weight:800;font-size:var(--step-2);letter-spacing:-.03em;color:var(--ink);line-height:1.1;text-wrap:balance;max-width:20ch}
.obj-q .qm{color:var(--vert)}
.obj-yes{font-size:var(--step-1);line-height:1.45;color:var(--ink-soft);margin-top:1.1rem;max-width:58ch}
.obj-list{margin-top:2.4rem;display:grid;gap:0;max-width:820px}
.obj-list > div{display:grid;grid-template-columns:minmax(0,14rem) 1fr;gap:.3rem 2.2rem;padding:1.2rem 0;border-top:1px solid var(--line-strong);align-items:baseline}
.obj-list > div:first-child{border-top:0}
.obj-list dt{font-family:var(--grotesk);font-weight:800;font-size:1.1rem;letter-spacing:-.01em;color:var(--ink)}
.obj-list dd{font-size:var(--step-0);line-height:1.55;color:var(--ink-body)}
.obj-punch{margin-top:2.4rem;font-family:var(--grotesk);font-weight:700;font-size:clamp(1.3rem, 1rem + 1.3vw, 1.8rem);letter-spacing:-.02em;color:var(--ink);line-height:1.2;text-wrap:balance}
.obj-punch b{color:var(--vert-deep)}
.obj-sig{font-size:var(--step-0);line-height:1.6;color:var(--ink-body);margin-top:.9rem;max-width:54rem}
@media(max-width:600px){.obj-list > div{grid-template-columns:1fr;gap:.2rem}}

/* ============================================================
   POUR QUI — conservée (grille de 3, restylée en vert)
   ============================================================ */
.owns-grid{margin-top:2.4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.6rem,3vw,2.4rem)}
.own{display:flex;flex-direction:column;gap:.5rem}
.own .ck{width:34px;height:34px;border-radius:9px;background:oklch(0.46 0.11 155 / .14);color:var(--vert);display:grid;place-items:center}
.own .ck svg{width:19px;height:19px;stroke-width:2.4}
.own h3{font-family:var(--grotesk);font-weight:700;font-size:1.14rem;letter-spacing:-.01em;color:var(--ink);margin-top:.5rem}
.own p{font-size:var(--step-0);line-height:1.55;color:var(--ink-body)}
.owns-close{margin-top:2.4rem;font-family:var(--grotesk);font-weight:800;font-size:clamp(1.3rem, 1rem + 1.2vw, 1.8rem);letter-spacing:-.02em;color:var(--ink);text-wrap:balance;line-height:1.12}
.owns-close b{color:var(--vert-deep)}
@media(max-width:700px){.owns-grid{grid-template-columns:1fr;gap:1.7rem}}

/* ============================================================
   FINANCEMENT — module clair proéminent (remplace 3 cartes sombres)
   ============================================================ */
.fund2{background:var(--tint-v);border-top:1px solid oklch(0.86 0.04 156)}
.fund-head{max-width:660px}
.fund-rows{margin-top:2.6rem;display:grid;gap:0;max-width:940px}
.fr{display:grid;grid-template-columns:minmax(0,17rem) 1fr;gap:.5rem 2.6rem;padding:1.7rem 0;border-top:1px solid oklch(0.84 0.03 156);align-items:start}
.fr:first-child{border-top:0}
.fr-name{display:flex;flex-direction:column;gap:.12rem}
.fr-name .fr-emblem{width:30px;height:30px;color:var(--vert);margin-bottom:.5rem}
.fr-name b{font-family:var(--grotesk);font-weight:800;font-size:1.08rem;color:var(--terre);letter-spacing:-.01em;line-height:1.12}
.fr-src{font-family:var(--sans);font-weight:600;font-size:.72rem;letter-spacing:.03em;text-transform:uppercase;color:var(--vert-deep)}
.fr-h{font-family:var(--grotesk);font-weight:800;font-size:1.28rem;letter-spacing:-.02em;color:var(--ink);margin-bottom:.35rem;line-height:1.1}
.fr p{font-size:var(--step-0);line-height:1.55;color:var(--ink-body);max-width:60ch}
.fund-call{margin-top:2.2rem;background:var(--bg);border:1px solid oklch(0.83 0.04 156);border-radius:13px;padding:1.3rem 1.5rem;font-size:var(--step-0);line-height:1.58;color:var(--ink-body);display:flex;gap:1rem;align-items:flex-start}
.fund-call .fc-mark{width:38px;height:38px;flex-shrink:0;border-radius:10px;background:oklch(0.46 0.11 155 / .14);color:var(--vert);display:grid;place-items:center}
.fund-call .fc-mark svg{width:21px;height:21px;stroke:currentColor;stroke-width:2;fill:none}
.fund-call b{color:var(--ink);font-weight:700}
.fund-fine{margin-top:1rem;font-size:.82rem;color:var(--ink-soft);opacity:.82}
@media(max-width:640px){.fr{grid-template-columns:1fr;gap:.3rem;padding:1.4rem 0}.fr-name{flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:.4rem}.fr-name .fr-emblem{display:none}}

/* ============================================================
   BIO (conservée)
   ============================================================ */
.bio{display:grid;grid-template-columns:auto 1fr;gap:clamp(1.6rem,4vw,3rem);align-items:center}
.bio-photo{width:clamp(140px,22vw,200px);aspect-ratio:1;border-radius:14px;object-fit:cover;object-position:center 30%;flex-shrink:0;box-shadow:0 16px 42px -18px oklch(0.2 0.02 60 / .3)}
.bio h2{font-family:var(--grotesk);font-weight:800;font-size:var(--step-1);letter-spacing:-.02em;color:var(--ink);line-height:1.12}
.bio .role{font-family:var(--grotesk);font-weight:600;font-size:.92rem;color:var(--vert-deep);margin:.3rem 0 1rem}
.bio p{font-size:var(--step-0);line-height:1.65;color:var(--ink-body)}
.bio p + p{margin-top:.75rem}
.bio strong{color:var(--ink);font-weight:600}
@media(max-width:600px){.bio{grid-template-columns:1fr}.bio-photo{width:132px}}

/* ============================================================
   PONT VERS DÉLÉGUER (bourgogne — pointe vers la porte bourgogne)
   ============================================================ */
.tolearn{background:var(--tint-b);border-top:1px solid oklch(0.86 0.03 28)}
.tolearn-wrap{max-width:1080px;margin:0 auto;padding:clamp(2.6rem,5vw,3.8rem) clamp(1.5rem,5vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:clamp(1.4rem,4vw,2.5rem);flex-wrap:wrap}
.tolearn .tl-txt{max-width:36ch}
.tolearn .tl-txt h2{font-family:var(--grotesk);font-weight:800;font-size:clamp(1.3rem, 1rem + 1.1vw, 1.7rem);letter-spacing:-.02em;color:var(--ink);line-height:1.15;text-wrap:balance}
.tolearn .tl-txt h2 b{color:var(--bourgogne)}
.tolearn .tl-txt p{font-size:var(--step-0);line-height:1.5;color:var(--ink-body);margin-top:.5rem}
.tolearn a{font-family:var(--grotesk);font-weight:800;font-size:1.1rem;color:var(--bourgogne);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;padding:.78rem 1.4rem;border-radius:10px;border:1.7px solid var(--bourgogne);transition:background .2s var(--ease),color .2s var(--ease),gap .2s var(--ease);white-space:nowrap;flex-shrink:0}
.tolearn a .arr{transition:transform .2s var(--ease)}
.tolearn a:hover{background:var(--bourgogne);color:var(--on-dark);gap:.7rem}
.tolearn a:hover .arr{transform:translateX(3px)}

/* ============================================================
   CTA FINAL (vert profond)
   ============================================================ */
.cta-final{background:var(--vert-900);color:var(--on-dark);position:relative;overflow:hidden}
.cta-final::after{content:"";position:absolute;right:-10%;top:-40%;width:50%;height:180%;background:radial-gradient(ellipse at center,oklch(0.6 0.14 150 / .4),transparent 68%);pointer-events:none}
.cta-wrap{max-width:1140px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,5vw,3.5rem);position:relative;z-index:1;display:grid;grid-template-columns:1.5fr auto;gap:clamp(1.8rem,4vw,3.5rem);align-items:center}
.cta-final h2{font-family:var(--grotesk);font-weight:800;font-size:var(--step-2);letter-spacing:-.03em;line-height:1.06;color:var(--on-dark);text-wrap:balance;max-width:24ch}
.cta-final p{font-size:var(--step-0);line-height:1.6;color:oklch(0.9 0.02 150);margin-top:1.1rem;max-width:52ch}
.cta-final .row{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem}
.cta-final .btn-light{font-family:var(--grotesk);font-weight:700;font-size:1.08rem;background:var(--bg);color:var(--ink);padding:1rem 1.8rem;border-radius:10px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}
.cta-final .btn-light:hover{transform:translateY(-2px);box-shadow:0 12px 30px oklch(0.15 0.05 150 / .35)}
.cta-final .fine{font-family:var(--sans);font-size:.95rem;color:oklch(0.86 0.03 150)}
@media(max-width:720px){.cta-wrap{grid-template-columns:1fr;gap:1.7rem}}

/* ---------- motion ---------- */
@keyframes codrift{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(6%,4%) scale(1.08)}}
@keyframes codrift2{0%,100%{transform:translate(0,0) scale(1.04)}50%{transform:translate(-5%,-3%) scale(.94)}}
@keyframes coglow{0%,100%{opacity:.5}50%{opacity:.95}}
@keyframes cosway{0%,100%{transform:translateX(-4%) skewX(-5deg) scaleY(.95);opacity:.34}50%{transform:translateX(6%) skewX(4deg) scaleY(1.1);opacity:.68}}
@keyframes cosway2{0%,100%{transform:translateX(5%) skewX(5deg) scaleY(1.08);opacity:.62}50%{transform:translateX(-5%) skewX(-4deg) scaleY(.9);opacity:.3}}
@keyframes cotwinkle{0%,100%{opacity:.16}50%{opacity:.9}}
@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.rise{animation:rise .8s var(--ease) both}
.rise.d1{animation-delay:.08s}.rise.d2{animation-delay:.16s}.rise.d3{animation-delay:.24s}.rise.d4{animation-delay:.32s}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{scroll-behavior:auto!important}
  .rise{animation:none}
  .dl-hero .g,.dl-hero .cur,.dl-hero .st{animation:none!important}
  .progress,.dd-panel,.m-overlay,.site-head,.bar,.brand .glyph,.dd-trigger .caret,.burger span,.m-acc>summary .caret,.cat-item,.tolearn a,.signals-trigger,.nav-ext .up{transition:none!important}
  .dd-panel,.m-overlay{transform:none!important}
}

/* CTA collant (mobile) : capte l'intention avant l'abandon sur page longue */
.mobile-cta{display:none}
@media(max-width:760px){
  .mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:70;display:flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--grotesk);font-weight:800;font-size:1.06rem;background:var(--vert-900);color:var(--on-dark);text-decoration:none;padding:.95rem 1rem calc(.95rem + env(safe-area-inset-bottom,0px));box-shadow:0 -6px 22px oklch(0.2 0.02 60 / .28);transform:translateY(110%);transition:transform .32s var(--ease);will-change:transform}
  .mobile-cta.show{transform:translateY(0)}
}
@media(prefers-reduced-motion:reduce){.mobile-cta{transition:none}}
