
:root{
  --bg:#FAF9F5;--surface:#FFFFFF;--ink:#20231F;--muted:#6D716B;
  --primary:#506452;--primary-d:#344438;--accent:#C9A76A;--accent-d:#B4914F;
  --border:#DDDCD5;--soft-green:#E9EEE8;--soft-sand:#EEE7DA;
  --display:'Cormorant Garamond',Georgia,serif;--body:'Inter',-apple-system,Arial,sans-serif;
  /* alias hérités (tunnel) */
  --paper:#FAF9F5;--paper2:#FFFFFF;--bg2:#FFFFFF;--beige:#EEE7DA;--line:#DDDCD5;--line-p:#DDDCD5;
  --soft:#6D716B;--ink-mut:#6D716B;--ink-faint:#8A8E88;--gold:#C9A76A;--gold-d:#B4914F;--or:#344438;--or-soft:#C9A76A;
  --sage:#506452;--sauge:#506452;--terra:#C9A76A;--nuit:#20231F;--navy:#344438;--serif:'Inter',Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);font-size:17px;line-height:1.65;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:var(--display);font-weight:400;color:var(--ink)}
h1{font-size:clamp(2.7rem,5vw,4.6rem);line-height:1.0;letter-spacing:-.02em}
h2{font-size:clamp(1.9rem,3.4vw,3.1rem);line-height:1.08;letter-spacing:-.015em}
h3{font-size:clamp(1.5rem,2.4vw,2.1rem);line-height:1.1;letter-spacing:-.01em}
p{color:var(--ink)}
.container{width:min(100% - 40px,1240px);margin-inline:auto}
.narrow{width:min(100% - 40px,760px);margin-inline:auto}
.section{padding-block:clamp(40px,5vw,72px)}
.section.tight{padding-block:clamp(12px,1.6vw,24px)}
.band-green{background:var(--soft-green)}.band-sand{background:var(--soft-sand)}.band-surface{background:var(--surface)}
.lect-hero .figure,.jhero .figure,.abt-hero .figure{aspect-ratio:auto;width:100%;margin:0}
.lect-hero .figure img,.jhero .figure img,.abt-hero .figure img{position:static;width:100%;height:auto}
.section.band-sand{padding-block:clamp(28px,3.4vw,50px)}
.text-column{max-width:640px}
.eyebrow{font-family:var(--body);font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-d)}
.lede{font-size:clamp(1.05rem,1.4vw,1.28rem);line-height:1.6;color:var(--muted)}
.muted{color:var(--muted)}
.divider{width:34px;height:1px;background:var(--accent);margin:20px 0}
.center{text-align:center}.mx{margin-inline:auto}
/* boutons */
.btn-primary,.pill{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:54px;padding:0 28px;border-radius:999px;background:var(--primary-d);color:#fff;font-family:var(--body);font-size:15px;font-weight:500;letter-spacing:.01em;border:none;cursor:pointer;transition:.2s}
.btn-primary:hover,.pill:hover{background:#283a2d}
.btn-secondary{display:inline-flex;align-items:center;gap:9px;color:var(--ink);border-bottom:1px solid currentColor;padding-bottom:4px;font-size:15px;font-weight:500;transition:.2s}
.btn-secondary:hover{color:var(--primary)}
.cta-row{display:flex;align-items:center;gap:30px;flex-wrap:wrap;margin-top:34px}
/* logo étoile */
.vstar{display:block}.vring{fill:none;stroke:var(--accent);stroke-width:.9;opacity:.9}.vcore{fill:var(--accent)}
.ray{stroke:var(--accent);stroke-width:.55;fill:none;opacity:.9;stroke-dasharray:70;stroke-dashoffset:70;animation:vdraw 1s ease-out forwards}
.rd{fill:#7C8F73;opacity:0;animation:vdot .5s ease-out forwards}
@keyframes vdraw{to{stroke-dashoffset:0}}@keyframes vdot{to{opacity:1}}
.brand .vstar.logo{width:50px;height:50px;flex:0 0 50px}.vstar.loader{width:140px;height:140px}
.vloader{position:fixed;inset:0;background:var(--bg);display:grid;place-items:center;z-index:200;animation:vfade .55s ease .85s forwards}
@keyframes vfade{to{opacity:0;visibility:hidden;pointer-events:none}}
/* figures / illustrations */
.figure{position:relative;width:100%;aspect-ratio:1/1;display:grid;place-items:center}
.figure .motif{width:100%;height:100%}
.figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.figure.tall{aspect-ratio:4/5}
/* header */
header.site{position:sticky;top:0;z-index:80;background:rgba(250,249,245,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
header.site .container{display:flex;align-items:center;justify-content:space-between;height:78px;gap:24px}
.brand{display:flex;align-items:center;gap:14px}
.brand .nm{font-family:var(--display);font-size:29px;letter-spacing:.32em;color:#7C8F73;line-height:1}
.nav{display:flex;align-items:center;gap:30px}
.nav>a,.nav>.has-mega>a{font-size:14px;color:var(--ink);letter-spacing:.01em;padding:8px 0;position:relative}
.nav>a:hover,.has-mega:hover>a{color:var(--primary)}
.has-mega{position:relative}
.mega{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 60px rgba(32,35,31,.1);padding:26px 30px;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:26px;opacity:0;visibility:hidden;transition:.22s;z-index:90}
.has-mega:hover .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.mega .grp .gt{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-d);margin-bottom:12px}
.mega .grp a{display:block;font-family:var(--display);font-size:19px;color:var(--ink);padding:5px 0;transition:.15s}
.mega .grp a:hover{color:var(--primary)}
.mega .grp a small{display:block;font-family:var(--body);font-size:12px;color:var(--muted)}
.h-right{display:flex;align-items:center;gap:18px}
.acct{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);display:grid;place-items:center;color:var(--muted)}
.acct:hover{border-color:var(--primary);color:var(--primary)}
.hdr-cta{min-height:44px;padding:0 20px;font-size:13.5px}
.burger{display:none}
.mnav{display:none}
/* hero */
.hero-sec{padding:0;overflow:hidden}
.hero{display:grid;grid-template-columns:.82fr 1.32fr;gap:24px;align-items:center;padding-block:clamp(10px,1.4vw,24px)}
.hero .lede{margin-top:20px;max-width:440px}
.hero .figure{aspect-ratio:auto;width:112%;margin-right:-12%}
.hero .figure img{position:static;width:100%;height:auto}
.topbar{background:var(--primary-d);color:#f3efe4;text-align:center;font-size:12px;letter-spacing:.14em;text-transform:uppercase;padding:9px 16px;font-weight:500;line-height:1.45}
.topbar .tbmsg{display:grid;place-items:center}
.topbar .tbmsg>*{grid-area:1/1;opacity:0;animation:tbcycle 6s infinite}
.topbar .tb-a{animation-delay:3s}
.topbar .tb-b{color:#f3efe4;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 12px;text-transform:none;letter-spacing:.02em;font-size:12.5px}
.topbar .tb-b:hover .tp-txt{text-decoration:underline;text-underline-offset:3px}
.topbar .tp-brand{display:inline-flex;align-items:center;gap:5px;font-weight:600;font-size:13.5px;letter-spacing:.01em;color:#fff}
.topbar .tp-star{font-size:14px;line-height:1;color:#fff}
.topbar .tp-stars{color:#fff;letter-spacing:.08em;font-size:13.5px;line-height:1}
.topbar .tp-half{background:linear-gradient(90deg,#fff 50%,rgba(255,255,255,.30) 50%);-webkit-background-clip:text;background-clip:text;color:transparent}
.topbar .tp-txt{opacity:.95;text-transform:uppercase;letter-spacing:.14em}
@keyframes tbcycle{0%{opacity:0}4%{opacity:1}46%{opacity:1}50%{opacity:0}100%{opacity:0}}
@media(prefers-reduced-motion:reduce){.topbar .tbmsg>*{animation:none}.topbar .tb-a{opacity:1}.topbar .tb-b{display:none}}
#temoignages{scroll-margin-top:92px}
.hero-viz{position:relative}
.hero-viz .figure{width:100%;margin:0}
.hero-trads{list-style:none;margin:0;padding:0;position:absolute;top:50%;right:6px;transform:translateY(-50%);display:flex;flex-direction:column;gap:7px;z-index:3}
.hero-trads a{display:flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid rgba(231,226,214,.9);border-radius:999px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);font-size:12.5px;line-height:1;color:#3a3b36;white-space:nowrap;text-decoration:none;box-shadow:0 4px 16px rgba(52,68,56,.14);transition:transform .18s,border-color .18s,color .18s}
.hero-trads a:hover{border-color:var(--accent,#c9a76a);color:#20231f;transform:translateX(-3px)}
.hero-trads .hi{color:var(--accent,#c9a76a);display:inline-flex;flex:0 0 auto}
.hero-trads .hi svg{width:16px;height:16px}
@media(max-width:820px){.hero-trads{position:static;transform:none;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:14px}}
.feature-band{background:#F1ECE1;border-top:1px solid #E7E1D2;border-bottom:1px solid #E7E1D2}
.feature-band .container{padding-block:clamp(20px,2.4vw,30px)}
.featurebar{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.feat-it{display:flex;gap:16px;align-items:center}
.feat-it .pic{width:76px;height:76px;object-fit:contain;flex:0 0 76px}
.feat-it .ft{font-size:14px;font-weight:600;margin-bottom:2px}
.feat-it .fd{font-size:13px;color:var(--muted);line-height:1.45}
/* manifeste */
.manifesto{text-align:center}
.manifesto h2{max-width:900px;margin:0 auto}
.method-home{display:grid;grid-template-columns:.95fr 1.25fr;gap:clamp(36px,5vw,64px);align-items:center}
.mnums{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;justify-items:center;margin-bottom:22px}
.mnums .mn{width:34px;height:34px;border-radius:50%;border:1px solid var(--border);display:grid;place-items:center;font-family:var(--display);font-size:16px;color:var(--muted)}
.mnums .marr{color:#c9c6bb;font-size:16px;padding:0 6px}
.mcols{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;text-align:center}
.mcols .mi{color:var(--primary);margin-bottom:12px;display:flex;justify-content:center}
.mcols .mi svg{width:34px;height:34px}
.mcols .ml{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);margin-bottom:8px}
.mcols p{font-size:13.5px;color:var(--muted);line-height:1.5}
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(30px,4vw,52px)}
.tq2 .qm{font-family:var(--display);font-size:44px;color:var(--accent);line-height:.4;height:22px}
.tq2 blockquote{font-family:var(--display);font-size:clamp(1.15rem,1.6vw,1.42rem);font-style:italic;line-height:1.42;color:var(--ink);margin-top:14px}
.tq2 cite{display:block;margin-top:18px;font-style:normal;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-d)}
.triad{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-top:clamp(48px,6vw,80px);text-align:left}
.triad .tt{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-d);margin-bottom:12px}
.triad .ti{color:var(--primary);margin-bottom:16px}
.triad p{color:var(--muted);font-size:15.5px;line-height:1.6}
/* produit vedette */
.feature-prod{display:grid;grid-template-columns:1.12fr .88fr;gap:44px;align-items:center}
.feature-prod.rev{grid-template-columns:1.08fr .92fr}
.spec{display:flex;flex-wrap:wrap;gap:10px 26px;margin:22px 0;padding:0;list-style:none}
.spec li{font-size:14px;color:var(--muted);display:flex;align-items:center;gap:8px}
.spec li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent)}
.price{font-family:var(--display);font-size:46px;color:var(--primary);line-height:1;margin:0}
.price small{font-family:var(--body);font-size:14px;color:var(--muted)}
.spec2{list-style:none;padding:0;margin:22px 0;display:grid;grid-template-columns:1fr 1fr;gap:13px 22px}
.spec2 li{display:flex;align-items:center;gap:13px;font-size:14px;color:#5c5f58}
.spec2 li .pic-s{width:58px;height:58px;object-fit:contain;flex:0 0 58px}
.p-buyrow{display:flex;align-items:center;gap:30px;margin-top:24px;flex-wrap:wrap}
.figure.pwide{aspect-ratio:5/4}
.figure.pbook{aspect-ratio:auto}.figure.pbook img{position:static;width:100%;height:auto}
@media(max-width:640px){.spec2{grid-template-columns:1fr}}
/* portes (3 cartes) */
.portes3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pslider{display:flex;align-items:center;gap:14px}
.pviewport{overflow:hidden;flex:1}
.ptrack{display:flex;gap:22px;transition:transform .45s cubic-bezier(.4,0,.2,1)}
.ptrack .pcard{flex:0 0 calc((100% - 44px)/3);box-sizing:border-box}
.parr{width:42px;height:42px;flex:0 0 42px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);display:grid;place-items:center;cursor:pointer;transition:.18s}
.parr:hover{border-color:var(--primary);color:var(--primary)}
.parr:disabled{opacity:.3;cursor:default}
@media(max-width:1000px){.ptrack .pcard{flex:0 0 calc((100% - 22px)/2)}}
@media(max-width:640px){.ptrack .pcard{flex:0 0 100%}.parr{width:36px;height:36px;flex:0 0 36px}}
.pcard{background:#FBFAF6;border:1px solid #E7E3D8;border-radius:6px;padding:20px;display:grid;grid-template-columns:.9fr 1.1fr;gap:16px;align-items:center;transition:.22s}
.pcard:hover{border-color:#d5cfbf;box-shadow:0 10px 26px rgba(32,35,31,.06)}
.pcard .figure{width:100%;aspect-ratio:1/1}
.pcard .figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.pcard .ptx{min-width:0}
.pcard .cat{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-d);margin-bottom:8px}
.pcard h3{font-size:1.45rem;line-height:1.08;margin-bottom:10px;letter-spacing:-.01em}
.pcard p{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:14px}
.pcard .go{font-size:13px;color:var(--ink);border-bottom:1px solid #cfcabb;padding-bottom:3px}
/* méthode flow */
.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:clamp(44px,6vw,72px)}
.flow .fn{text-align:center}
.flow .fn .fc{width:66px;height:66px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center;margin:0 auto 14px;color:var(--primary)}
.flow .fn .fl{font-family:var(--display);font-size:20px}
.flow .fn .fx{font-size:13px;color:var(--muted);margin-top:4px}
.flow .arrow{display:none}
/* rapport */
.report{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
/* témoignages */
.tslider{max-width:760px;margin:0 auto;text-align:center;position:relative;min-height:132px}
.tq{opacity:0;position:absolute;inset:0;transition:opacity .5s;pointer-events:none}
.tq.on{opacity:1;position:relative;pointer-events:auto}
.tq .qm{font-family:var(--display);font-size:46px;color:var(--accent);line-height:.2;height:26px}
.tq blockquote{font-family:var(--display);font-style:italic;font-size:clamp(1.3rem,2.1vw,1.75rem);line-height:1.32;color:var(--ink);margin-top:12px}
.tq cite{display:block;margin-top:18px;font-style:normal;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-d)}
.tdots{display:flex;gap:9px;justify-content:center;margin-top:24px}
.tdots button{width:8px;height:8px;border-radius:50%;background:var(--border);border:none;padding:0;font-size:0;cursor:pointer;transition:.2s}
.tdots button.on{background:var(--accent);width:22px;border-radius:4px}
/* CTA final */
.section.finalcta-wrap{position:relative;overflow:hidden;background:#E2E8DB;padding-block:clamp(40px,4.5vw,64px)}
.finalcta-wrap .land{position:absolute;left:0;top:50%;transform:translateY(-50%);width:min(54%,600px);pointer-events:none;z-index:0}
.finalcta{text-align:center;position:relative;z-index:1;width:min(100%,620px);margin-left:auto;margin-right:clamp(0px,6vw,90px)}
.finalcta .free{margin-top:14px;font-size:13px;letter-spacing:.06em;color:#5c5f58}
@media(max-width:900px){.finalcta-wrap .land{display:none}.finalcta{margin:0 auto}}
/* fil d'ariane */
.crumb{font-size:12px;letter-spacing:.06em;color:var(--muted);padding-top:22px}.crumb a:hover{color:var(--primary)}
.legal-body{font-size:15.5px;line-height:1.72;color:#3f423d}
.legal-body h2{font-family:var(--display);font-weight:400;font-size:1.5rem;color:var(--ink);margin:36px 0 10px;letter-spacing:-.01em}
.legal-body h3{font-family:var(--display);font-weight:400;font-size:1.2rem;color:var(--ink);margin:24px 0 8px}
.legal-body p{margin:0 0 12px}
.legal-body ol{margin:2px 0 14px 22px}.legal-body li{margin:5px 0}
.legal-version{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-d);margin:0 0 26px!important}
/* page produit */
.pp-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center;padding-block:clamp(8px,1.4vw,16px)}
.pp-trust{display:flex;gap:22px;flex-wrap:wrap;font-size:12.5px;color:var(--muted);margin-top:22px}
.pp-trust span{display:flex;align-items:center;gap:7px}
.comprend{display:grid;grid-template-columns:1fr 1fr;gap:30px 56px;margin-top:clamp(40px,5vw,64px)}
.comprend .ci h3{font-size:1.4rem;margin-bottom:8px}
.comprend .ci p{color:var(--muted);font-size:15.5px;line-height:1.6}
.toc{margin-top:clamp(40px,5vw,64px);border-top:1px solid var(--border)}
.toc .row{display:flex;align-items:baseline;gap:20px;padding:20px 4px;border-bottom:1px solid var(--border)}
.toc .row .no{font-family:var(--display);font-size:22px;color:var(--accent);min-width:52px}
.toc .row .tt{font-family:var(--display);font-size:clamp(1.3rem,2vw,1.8rem);color:var(--ink)}
.process{counter-reset:st;margin-top:clamp(40px,5vw,64px)}
.process .st{display:grid;grid-template-columns:64px 200px 1fr;gap:24px;align-items:baseline;padding:22px 0;border-top:1px solid var(--border)}
.process .st .n{width:44px;height:44px;border-radius:50%;border:1px solid var(--accent);color:var(--accent-d);display:grid;place-items:center;font-family:var(--display);font-size:19px}
.process .st h4{font-size:1.35rem}
.process .st p{color:var(--muted);font-size:15.5px}
.transparency{background:var(--soft-sand);border-radius:16px;padding:clamp(26px,4vw,44px)}
.transparency p{color:#4c4f49;font-size:15px;line-height:1.65;max-width:760px}
/* Les lectures (liste) */
.lect-hero{display:grid;grid-template-columns:.85fr 1.25fr;gap:40px;align-items:center;padding-block:clamp(8px,1.4vw,16px)}
.lect-hero.mth-hero{grid-template-columns:.82fr 1.18fr}
.lect-hero.mth-hero .figure{aspect-ratio:5/4;width:108%}
.lgroup{margin-top:clamp(14px,1.8vw,24px)}
.lgroup .gh{display:flex;align-items:baseline;gap:16px;margin-bottom:24px;border-bottom:1px solid var(--border);padding-bottom:16px}
.lgroup .gh .gt{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-d)}
.lgroup .gh .gd{font-size:14.5px;color:var(--muted)}
.lgrid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.lcard{display:grid;grid-template-columns:150px 1fr;gap:22px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:24px;transition:.22s;align-items:center}
.lcard:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(32,35,31,.06);border-color:#cfcdc3}
.lcard .figure{width:150px}
.lcard h3{margin-bottom:8px}
.lcard p{font-size:14.5px;color:var(--muted);line-height:1.5;margin-bottom:14px}
.lcard .lspec{list-style:none;padding:0;margin:0 0 14px;font-size:13px;color:var(--muted)}
.lcard .lspec li{padding:2px 0}
.lcard .lfoot{display:flex;align-items:center;justify-content:space-between}
.lcard .lpr{font-family:var(--display);font-size:26px;color:var(--primary)}
.lcard .lpr.free{color:var(--accent-d)}
.lcard .go{font-size:13.5px;color:var(--primary);border-bottom:1px solid currentColor;padding-bottom:2px}
.freecard{display:grid;grid-template-columns:150px 1fr auto;gap:28px;align-items:center;background:var(--soft-green);border-radius:18px;padding:28px 30px;margin-top:26px}
.freecard .figure{width:130px}
.freecard .cat{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-d);margin-bottom:6px}
.trustbar{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:clamp(48px,6vw,80px);border-top:1px solid var(--border);padding-top:40px}
.trustbar .ti{font-size:14px;font-weight:600;margin-bottom:3px}.trustbar .td{font-size:13px;color:var(--muted);line-height:1.5}
.trustbar .ic{color:var(--accent);margin-bottom:10px}
/* méthode : traditions */
.trad-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-top:12px}
.trad{scroll-margin-top:100px;transition:background .3s}
.trad:target{background:rgba(201,167,106,.14);border-radius:14px}
.trad{text-align:center}
.trad .tc{width:64px;height:64px;border-radius:50%;border:1px solid var(--border);background:var(--surface);display:grid;place-items:center;margin:0 auto 12px;color:var(--primary)}
.trad .tn{font-size:14px;line-height:1.3}
.venn{max-width:520px;margin:0 auto}
/* journal */
.jhero{display:grid;grid-template-columns:.85fr 1.25fr;gap:40px;align-items:center;padding-block:clamp(8px,1.4vw,16px)}
.jfeat{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;border-bottom:1px solid var(--border);padding-bottom:clamp(40px,5vw,64px);margin-bottom:clamp(40px,5vw,64px)}
.jgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.jcard .figure{width:100%;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:var(--soft-green);margin-bottom:16px}
.jcat{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-d);margin-bottom:8px}
.jcard h3{font-size:1.35rem;line-height:1.15;margin-bottom:8px}
.jcard p{font-size:14px;color:var(--muted);line-height:1.5;margin-bottom:12px}
.jmeta{font-size:12.5px;color:var(--muted)}
.newsletter{background:var(--soft-green);border-radius:20px;padding:clamp(22px,2.2vw,32px) clamp(34px,4vw,60px);display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;margin-top:clamp(28px,3.5vw,48px);width:min(100vw - 40px,1500px);margin-inline:calc((100% - min(100vw - 40px,1500px)) / 2)}
.newsletter .figure{max-width:520px;margin-inline:auto;aspect-ratio:auto}
.newsletter .figure img{position:static;width:100%;height:auto;object-fit:contain}
/* --- article journal --- */
#articles{scroll-margin-top:96px}
.art-hero{padding-block:clamp(38px,5vw,80px) clamp(26px,3.2vw,44px)}
.art-hero .container{max-width:1120px}
.art-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:clamp(24px,3.6vw,54px);align-items:center;margin-top:16px}
.art-fig{width:100%}
.art-illu{width:100%;height:auto;display:block}
.art-backtop{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;transition:.2s}
.art-backtop:hover{color:var(--ink)}
.art-hero h1{font-size:clamp(1.85rem,3.3vw,2.7rem);line-height:1.14;margin-top:16px;letter-spacing:-.01em}
.art-hero h1.long{font-size:clamp(1.7rem,2.9vw,2.35rem)}
.art-meta{margin-top:20px;color:var(--muted);font-size:13.5px;letter-spacing:.04em}
.art-flourish{margin-top:26px;color:var(--gold);letter-spacing:.45em;font-size:14px}
.art-wrap{max-width:720px;margin-inline:auto}
.art-lead{font-size:clamp(1.16rem,1.7vw,1.36rem);line-height:1.62;color:var(--ink);font-weight:300}
.art-body h2{font-family:var(--display);font-size:clamp(1.5rem,2.3vw,1.95rem);line-height:1.2;margin-top:clamp(38px,4.4vw,58px);color:var(--ink)}
.art-body p{margin-top:17px;font-size:1.05rem;line-height:1.76;color:var(--ink);font-weight:300}
.art-carte{margin-top:clamp(42px,5vw,66px);background:var(--soft-green);border-radius:20px;padding:clamp(30px,3.6vw,48px);text-align:center}
.art-carte .eyebrow{margin-bottom:12px}
.art-carte p{margin:0 0 22px;font-size:1.06rem;line-height:1.68;color:var(--ink);font-weight:300}
.art-sign{margin-top:clamp(36px,4.2vw,54px);text-align:center;font-family:var(--display);font-style:italic;color:var(--muted);font-size:1.16rem}
.art-sign span{color:var(--gold);font-style:normal;margin:0 15px;font-size:.7em;vertical-align:middle}
.art-back{margin-top:clamp(30px,3.6vw,46px);display:flex;justify-content:center}
.nform{display:flex;flex-direction:column;gap:12px;margin-top:22px;max-width:470px}
.nform input[type=email]{font-family:var(--body);font-size:15px;padding:0 18px;min-height:54px;border:1px solid var(--border);border-radius:999px;background:var(--surface)}
.nl-check{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--ink);line-height:1.45;cursor:pointer}
.nl-check input{margin-top:3px;flex:0 0 auto;width:16px;height:16px;accent-color:var(--primary)}
.nform button{align-self:flex-start}
.nl-note{font-size:12.5px;color:var(--muted);margin-top:2px}
/* footer */
footer.site{background:#F1ECE1;color:var(--ink);padding:clamp(44px,5vw,64px) 0 32px;border-top:1px solid #E3DECF}
footer.site .ftop{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px;padding-bottom:34px;border-bottom:1px solid #E3DECF}
footer.site .nm{font-family:var(--display);font-size:24px;letter-spacing:.3em;color:var(--primary)}
footer.site .ftag{font-size:13px;color:var(--muted);margin-top:10px;max-width:280px;line-height:1.5}
footer.site .fcol h5{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-d);margin-bottom:14px}
footer.site .fcol a{display:block;font-size:14px;color:#4c4f49;padding:5px 0}
footer.site .fcol a:hover{color:var(--primary)}
footer.site .fbot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:24px;font-size:12.5px;color:var(--muted)}
footer.site .fbot .sig{font-family:var(--display);font-style:italic;font-size:15px;color:#4c4f49}
/* tunnel (préservé) */
.tunnel-wrap{background:var(--paper);color:var(--ink);min-height:100vh}
.tunnel-wrap header.site{background:rgba(250,249,245,.94)}
.funnel{max-width:640px;margin:0 auto;padding:44px 24px 80px}
.steps{display:flex;gap:6px;margin-bottom:30px}
.steps .s{flex:1;height:3px;background:var(--border);border-radius:3px;transition:.3s}.steps .s.done{background:var(--primary)}
.stepnum{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-d);margin-bottom:8px}
.funnel h2{font-size:clamp(1.9rem,4vw,2.6rem);margin-bottom:6px}
.funnel .hint{font-size:15px;color:var(--muted);margin-bottom:26px}
.fld{display:block;margin-bottom:16px}.fld .lab{font-size:14.5px;font-weight:600;color:var(--ink);margin-bottom:7px;display:block}.fld .req{color:#c0392b;font-weight:700}.opt .req{color:#c0392b;font-weight:700}
.in{width:100%;font-family:var(--body);font-size:16px;color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:13px 15px}
.in:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(80,100,82,.15)}
textarea.in{min-height:96px;resize:vertical;line-height:1.55}
.r2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ac-wrap{position:relative}
.ac-list{position:absolute;top:100%;left:0;right:0;z-index:30;list-style:none;margin:4px 0 0;padding:5px;background:var(--surface);border:1px solid var(--border);border-radius:11px;box-shadow:0 12px 34px rgba(0,0,0,.10);max-height:240px;overflow:auto;display:none}
.ac-list.on{display:block}
.ac-item{padding:10px 12px;border-radius:7px;font-size:14.5px;cursor:pointer;color:var(--ink)}
.ac-item:hover{background:var(--paper)}
.ac-empty{padding:10px 12px;font-size:13px;color:var(--muted)}
.opt{border:1px solid var(--border);background:var(--surface);border-radius:11px;padding:16px;margin-bottom:12px;cursor:pointer;display:flex;gap:12px;align-items:flex-start}
.opt input{margin-top:3px;width:18px;height:18px;accent-color:var(--primary);flex:0 0 18px}
.opt .ot{font-weight:600;color:var(--ink)}.opt .od{display:block;font-size:14px;color:var(--muted);margin-top:3px}
.note-conf{font-size:12.5px;color:var(--muted);background:var(--soft-sand);border-radius:11px;padding:13px 15px;margin-top:14px;line-height:1.55}
.pay-recap{display:flex;gap:16px;align-items:center;background:var(--soft-green);border-radius:14px;padding:16px 18px;margin-bottom:22px}
.pay-recap img{width:70px;height:70px;object-fit:cover;border-radius:10px;flex:0 0 70px;background:var(--surface)}
.pay-recap .pr-t{font-family:var(--display);font-size:22px;color:var(--ink);line-height:1.15}
.pay-recap .pr-p{font-size:17px;color:var(--primary);font-weight:600;margin-top:4px}
.pay-methods{display:flex;flex-direction:column;gap:12px;margin-top:20px}
.paymethod{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:17px 20px;font-family:var(--body);font-size:16px;font-weight:600;color:var(--ink);cursor:pointer;transition:.15s;text-align:left}
.paymethod:hover{border-color:var(--primary);box-shadow:0 3px 12px rgba(80,100,82,.12)}
.paymethod:disabled{opacity:.5;cursor:default}
.pm-logos{display:flex;gap:7px;align-items:center}.pm-logos svg{display:block}
.fnav{display:flex;justify-content:space-between;gap:12px;margin-top:30px}
.btn-back{background:none;border:1px solid var(--border);color:var(--muted);padding:13px 24px;border-radius:999px;font-size:13px;letter-spacing:.06em;cursor:pointer}
.btn-or{background:var(--primary-d);border:none;color:#fff;padding:15px 32px;border-radius:999px;font-size:15px;font-weight:500;font-family:var(--body);cursor:pointer}
.btn-or:disabled{opacity:.4;cursor:not-allowed}
.done-card{text-align:center;padding:48px 20px}.done-card .em{width:72px;height:72px;border-radius:50%;background:var(--primary-d);color:#fff;display:grid;place-items:center;margin:0 auto;font-size:32px}
.done-card h2{margin:22px 0 10px}.done-card p{color:var(--muted);max-width:500px;margin:0 auto 8px}
.portes{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}
.porte{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:13px 15px;cursor:pointer;font-size:15px;transition:.15s}
.porte:hover{border-color:var(--primary)}
.porte.sel{border-color:var(--primary);background:var(--soft-green)}
/* tunnel — indicateur d'étapes (pastilles reliées) */
.funnel{position:relative}
.steps{display:flex;align-items:center;justify-content:center;margin-bottom:12px;gap:0}
.steps .s{width:13px;height:13px;border-radius:50%;border:1.5px solid var(--border);background:var(--bg);flex:0 0 auto}
.steps .s.done{background:var(--primary-d);border-color:var(--primary-d)}
.steps .s.now{border-color:var(--primary-d);box-shadow:0 0 0 4px rgba(80,100,82,.16)}
.steps .ln{height:1.5px;width:clamp(24px,8vw,72px);background:var(--border);flex:0 0 auto}
.steps .ln.done{background:var(--primary-d)}
.stepnum{text-align:center;margin-bottom:28px}
.tunnel-illus{position:absolute;left:-118px;bottom:60px;width:170px;opacity:.55;pointer-events:none}
@media(max-width:1080px){.tunnel-illus{display:none}}
/* récapitulatif */
.recap-grid{display:grid;grid-template-columns:1fr .78fr;gap:26px;margin-top:8px}
.recap-info .ri-h{display:flex;justify-content:space-between;align-items:baseline;font-weight:600;margin-bottom:12px}
.recap-info .modif{font-size:13px;color:var(--primary);border-bottom:1px solid currentColor;cursor:pointer;font-weight:500}
.recap-info .line{color:var(--muted);padding:2px 0}
.recap-tot{background:var(--soft-green);border-radius:14px;padding:20px;align-self:start}
.recap-tot .row{display:flex;justify-content:space-between;padding:7px 0;color:var(--muted);font-size:15px}
.recap-tot .row.tot{border-top:1px solid var(--border);margin-top:6px;padding-top:12px;color:var(--ink);font-weight:600;font-size:19px}
@media(max-width:700px){.recap-grid{grid-template-columns:1fr}}
/* méthodes de paiement (sélection) */
.paymethod .pm-l{display:flex;align-items:center;gap:12px}
.paymethod input[type=radio]{width:18px;height:18px;accent-color:var(--primary)}
.paymethod.sel{border-color:var(--primary);box-shadow:0 0 0 3px rgba(80,100,82,.12)}
.btn-or.full{width:100%}
#card-wrap{margin:-4px 0 4px}
.card-el{border:1px solid var(--border);border-radius:10px;padding:15px;background:#fff}
.card-el.StripeElement--focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(80,100,82,.15)}
/* confirmation */
.confirm-items{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px;text-align:center}
.confirm-items .ci{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}
.confirm-items .ci .cic{color:var(--accent);margin-bottom:8px}
.confirm-items .ci .cit{font-size:13.5px;color:var(--muted);line-height:1.45}
@media(max-width:700px){.confirm-items{grid-template-columns:1fr}}
/* responsive */
@media(max-width:1000px){
 .nav,.h-right .acct{display:none}
 .burger{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--border);border-radius:10px;background:none;cursor:pointer;color:var(--ink)}
 .hero,.feature-prod,.feature-prod.rev,.report,.pp-hero,.lect-hero,.jhero,.jfeat,.newsletter,.method-home,.art-hero-grid{grid-template-columns:1fr;gap:36px}
 .feature-prod .figure,.hero .figure{order:-1}
 .triad,.flow,.trad-grid,.jgrid,.comprend,.lgrid,.trustbar,.featurebar,.portes3,footer.site .ftop{grid-template-columns:1fr 1fr}
 .lcard,.freecard{grid-template-columns:1fr}
 .process .st{grid-template-columns:44px 1fr;gap:16px}.process .st p{grid-column:1/-1}
}
@media(max-width:640px){
 .triad,.flow,.trad-grid,.jgrid,.comprend,.lgrid,.trustbar,.featurebar,.portes3,footer.site .ftop,.r2,.tgrid,.mcols{grid-template-columns:1fr}
 .mcols{gap:26px;text-align:left}.mnums{display:none}
 .nform{flex-direction:column}
 header.site .container{height:70px}
}
/* menu mobile */
.mnav{position:fixed;inset:0;background:var(--bg);z-index:120;padding:90px 28px 40px;overflow:auto;transform:translateX(100%);transition:transform .3s;display:block}
.mnav.open{transform:translateX(0)}
.mnav a{display:block;font-family:var(--display);font-size:28px;color:var(--ink);padding:12px 0;border-bottom:1px solid var(--border)}
.mnav .mgt{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-d);margin:22px 0 4px;font-family:var(--body)}
.mnav .mclose{position:absolute;top:24px;right:24px;background:none;border:none;font-size:30px;color:var(--ink);cursor:pointer}
/* ============ PAGES RETRAVAILLÉES (maquettes) ============ */
/* --- À propos --- */
.abt-hero{display:grid;grid-template-columns:.82fr 1.32fr;gap:24px;align-items:center;padding-block:clamp(8px,1.4vw,16px)}
.abt-hero h1{margin-top:22px}
.abt-hero .lede{margin-top:26px;max-width:410px}
.abt-hero .figure{aspect-ratio:auto;width:112%;margin-right:-12%}
.abt-approche{display:grid;grid-template-columns:1.1fr 1.2fr 1.9fr;gap:clamp(32px,4vw,52px);align-items:start}
.abt-approche h2{margin-top:14px}
.abt-approche .col-text p{color:var(--muted);font-size:15px;line-height:1.75;font-weight:300}
.abt-approche .col-text p+p{margin-top:16px}
.abt-pictos{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.abt-picto{text-align:center}
.abt-picto .ico{height:54px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:22px}
.abt-picto .ico img{height:100%;width:auto;opacity:.9}
.abt-picto .ico svg{height:44px;width:44px;color:var(--primary)}
.abt-picto h3{font-family:var(--body);font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--ink);margin-bottom:12px}
.abt-picto p{font-size:12.5px;color:var(--muted);line-height:1.65;font-weight:300}
.abt-convgrid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(40px,5vw,56px)}
.abt-conv{padding:0 clamp(18px,2vw,30px);position:relative}
.abt-conv+.abt-conv::before{content:"";position:absolute;left:0;top:6px;bottom:14px;width:1px;background:var(--border)}
.abt-conv .star{color:var(--accent);font-size:15px;margin-bottom:20px}
.abt-conv h3{font-size:1.35rem;margin-bottom:14px}
.abt-conv p{font-size:12.5px;color:var(--muted);line-height:1.7;font-weight:300}
.abt-maniere{display:grid;grid-template-columns:1.5fr .8fr;gap:clamp(36px,5vw,56px);align-items:center}
.abt-maniere h2{margin-top:14px}
.abt-branch{max-width:100%;max-height:560px;width:auto;height:auto;margin:0 auto;display:block;opacity:.95}
.abt-steps{margin-top:clamp(22px,2.6vw,34px)}
.abt-step{display:grid;grid-template-columns:auto 158px 1fr;gap:24px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}
.abt-step:last-child{border-bottom:none}
.abt-step .num{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;font-size:13px;color:var(--muted)}
.abt-step .st-t{font-family:var(--display);font-size:1.3rem;color:var(--ink)}
.abt-step .st-d{font-size:13px;color:var(--muted);line-height:1.6;font-weight:300}
.abt-intention{text-align:center;position:relative;overflow:hidden}
.abt-intention h2{max-width:680px;margin:14px auto 24px}
.abt-intention p{font-size:14px;color:var(--muted);line-height:1.8;max-width:600px;margin:0 auto;font-weight:300}
.abt-intention .spark{position:absolute;color:var(--accent);opacity:.5;pointer-events:none}
@media(max-width:900px){.abt-hero,.abt-approche,.abt-maniere{grid-template-columns:1fr;gap:34px}.abt-hero .figure{order:-1}.abt-convgrid{grid-template-columns:1fr 1fr;gap:34px 0}.abt-conv+.abt-conv::before{display:none}.abt-step{grid-template-columns:auto 1fr;gap:16px}.abt-step .st-d{grid-column:1/-1}}
/* --- Les lectures : cartes --- */
.lgroup .gh{display:flex;align-items:center;gap:14px;margin-bottom:26px;padding-bottom:0;border-bottom:none}
.lgroup .gh .gi{width:44px;height:44px;border-radius:50%;border:1px solid var(--accent);color:var(--accent-d);display:grid;place-items:center;flex:0 0 44px}
.lgroup .gh .gi svg{width:20px;height:20px}
.lgroup .gh .gtx{display:flex;flex-direction:column;gap:3px}
.lgroup .gh .gt{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-d)}
.lgroup .gh .gd{font-size:14px;color:var(--muted);font-weight:300}
.lgrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.lcard{display:grid;grid-template-columns:.82fr 1.18fr;gap:24px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:26px;transition:.22s;align-items:center}
.lcard .figure{overflow:hidden;border-radius:14px}
.lcard .figure img{object-fit:cover;border-radius:14px}
.lcard:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(32,35,31,.07);border-color:#cfcdc3}
.lcard .figure{width:100%;aspect-ratio:1/1}
.lcard h3{margin-bottom:10px;font-size:1.7rem}
.lcard p{font-size:14px;color:var(--muted);line-height:1.55;margin-bottom:16px;font-weight:300}
.lcard .lspec{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:9px}
.lcard .lspec li{display:flex;align-items:center;gap:11px;font-size:13px;color:#5c5f58}
.lcard .lspec li img{width:26px;height:26px;object-fit:contain;flex:0 0 26px;opacity:.9}
.lcard .lspec li svg{width:22px;height:22px;color:var(--accent-d);flex:0 0 22px}
.lcard .lfoot{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.lcard .lpr{font-family:var(--display);font-size:1.9rem;color:var(--primary)}
.lcard .lpr.free{font-size:1.25rem;color:var(--accent-d)}
.lcard .go{font-size:13.5px;color:var(--primary);border-bottom:1px solid currentColor;padding-bottom:2px}
@media(max-width:640px){.lcard{grid-template-columns:1fr}.lcard .figure{max-width:180px;margin:0 auto}}
/* --- La méthode --- */
.trad-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:26px 22px;margin-top:0}
.trad .tc{width:66px;height:66px;border-radius:50%;border:1px solid var(--border);background:var(--surface);display:grid;place-items:center;margin:0 auto 12px;color:var(--primary)}
.trad .tc svg{width:30px;height:30px}
.trad .tn{font-size:13.5px;line-height:1.3;color:var(--ink)}
.trad{cursor:pointer;background:none;border:0;font:inherit;color:inherit;padding:10px 4px;border-radius:14px;transition:background .25s}
.trad:hover .tc,.trad:focus-visible .tc{border-color:var(--accent);color:var(--accent-d)}
.trad.on{background:rgba(201,167,106,.14)}
.trad.on .tc{border-color:var(--accent);color:var(--accent-d)}
.trad-def{grid-column:1/-1;margin-top:clamp(22px,3vw,34px);padding:24px 30px;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:14px}
.trad-def .td-n{font-family:var(--display);font-size:1.25rem;color:var(--primary);margin-bottom:8px}
.trad-def .td-d{font-size:15.5px;line-height:1.62;color:#4c4f49}
.mth-split{display:grid;grid-template-columns:.9fr 1.4fr;gap:clamp(32px,4vw,56px);align-items:start}
.mth-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}
.mth-fstep{text-align:center;position:relative}
.mth-fstep .fc{width:60px;height:60px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center;margin:0 auto 14px;color:var(--primary)}
.mth-fstep .fc svg{width:26px;height:26px}
.mth-fstep .fn{position:absolute;top:-6px;left:calc(50% + 20px);width:22px;height:22px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:11px;font-family:var(--body)}
.mth-fstep .fl{font-family:var(--display);font-size:1.05rem;margin-bottom:5px}
.mth-fstep .fx{font-size:12px;color:var(--muted);line-height:1.5;font-weight:300;padding:0 4px}
.mth-fstep:not(:last-child) .fc::after{display:none}
.mth-principe{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:8px}
.mth-pr{text-align:center}
.mth-pr .pi{color:var(--primary);margin-bottom:22px}
.mth-pr .pi svg{width:26px;height:26px}
.mth-pr h4{font-family:var(--display);font-size:1.2rem;margin-bottom:10px;font-weight:500}
.mth-pr p{font-size:13.5px;color:var(--muted);line-height:1.6;font-weight:300}
.mprin-fig{width:100%;display:flex;justify-content:center;align-items:flex-start}
.mprin-fig .figure{aspect-ratio:auto;width:auto;max-width:100%}
.mprin-fig img{position:static;width:auto;height:auto;max-width:100%;max-height:400px;display:block}
.mth-principe-sec{padding-block:clamp(28px,3.4vw,50px)}
.mth-venn{display:flex;justify-content:center;align-items:center}
.mth-venn svg,.mth-venn img{width:100%;max-width:620px;height:auto}
@media(max-width:900px){.mth-split{grid-template-columns:1fr;gap:32px}.mth-flow{grid-template-columns:1fr 1fr;gap:24px}.mth-fstep:not(:last-child) .fc::after{display:none}.mth-fstep .fn{left:calc(50% + 22px)}.trad-grid{grid-template-columns:repeat(3,1fr)}.mth-principe{grid-template-columns:1fr;gap:26px}}
@media(max-width:560px){.trad-grid{grid-template-columns:1fr 1fr}.mth-flow{grid-template-columns:1fr}}
/* --- Le journal --- */
.jtabs-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);margin-top:8px;flex-wrap:wrap}
.jtabs{display:flex;gap:26px;flex-wrap:wrap}
.jtab{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);padding:0 0 16px;position:relative;cursor:pointer;background:none;border:none;font-family:var(--body)}
.jtab.on{color:var(--ink)}
.jtab.on::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--accent)}
.jsearch{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;padding-bottom:12px}
.jfeat{display:grid;grid-template-columns:1.05fr 1fr .7fr;gap:clamp(28px,3.5vw,44px);align-items:start;border-bottom:1px solid var(--border);padding-bottom:clamp(36px,5vw,56px);margin-bottom:clamp(36px,5vw,56px)}
.jfeat .figure{aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:var(--soft-green)}
.jfeat .jf-body{padding-top:4px}
.jmost .jm-h{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-d);margin-bottom:18px}
.jmost ol{list-style:none;padding:0;margin:0;counter-reset:jm}
.jmost li{display:flex;gap:14px;padding:14px 0;border-top:1px solid var(--border);align-items:flex-start}
.jmost li:first-child{border-top:none;padding-top:0}
.jmost li .jn{font-family:var(--display);font-size:15px;color:var(--accent);min-width:22px}
.jmost li .jt{font-size:13.5px;color:var(--ink);line-height:1.4}
@media(max-width:900px){.jfeat{grid-template-columns:1fr}.jmost{border-top:1px solid var(--border);padding-top:26px}}
/* --- Fiche produit : specs + trust --- */
.pp-specs{list-style:none;padding:0;margin:24px 0;display:grid;grid-template-columns:1fr 1fr;gap:16px 26px}
.pp-specs li{display:flex;align-items:center;gap:13px;font-size:14px;color:#5c5f58}
.pp-specs li img{width:40px;height:40px;object-fit:contain;flex:0 0 40px;opacity:.9}
.pp-specs li svg{width:30px;height:30px;color:var(--accent-d);flex:0 0 30px}
.pp-trustbar{border-top:1px solid var(--border);margin-top:clamp(30px,4vw,44px);padding-top:26px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.pp-trustbar .tb{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--muted)}
.pp-trustbar .tb svg{width:20px;height:20px;color:var(--accent);flex:0 0 20px}
@media(max-width:760px){.pp-specs{grid-template-columns:1fr}.pp-trustbar{grid-template-columns:1fr 1fr}}
/* --- Funnel : polish visuel (look maquette) --- */
.funnel{max-width:600px;padding:54px 24px 96px}
.steps{gap:0;margin-bottom:14px}
.steps .s{width:12px;height:12px;border-width:1.5px}
.steps .s.done{background:var(--primary-d);border-color:var(--primary-d)}
.steps .s.now{background:var(--surface);border-color:var(--primary-d);box-shadow:0 0 0 4px rgba(80,100,82,.14)}
.steps .ln{width:clamp(28px,9vw,64px)}
.stepnum{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-d);margin-bottom:30px}
.funnel h2{font-family:var(--display);font-weight:400;letter-spacing:-.01em;margin-bottom:8px}
.funnel .hint{font-size:14.5px;color:var(--muted);margin-bottom:28px;font-weight:300}
.fld .lab{font-size:13.5px;font-weight:500;letter-spacing:.01em}
.in{border-radius:10px;padding:14px 16px;font-size:15.5px}
.opt{border-radius:12px;padding:16px 18px;transition:.15s}
.opt:hover{border-color:var(--primary)}
.opt:has(input:checked){border-color:var(--primary);background:var(--soft-green)}
.pay-recap{background:var(--soft-green);border-radius:14px}
.recap-tot{background:var(--soft-green)}
/* Aperçu produit (1re étape du tunnel) — mise en page éditoriale 2 colonnes */
.funnel.funnel-wide{max-width:1000px}
.apx{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(24px,4vw,52px);align-items:center;text-align:left}
.apx-left .eyebrow{margin-bottom:4px}
.apx-h{font-family:var(--display);font-weight:400;letter-spacing:-.01em;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.12;margin:12px 0 0}
.apx-left .hint{margin:18px 0 0;text-align:left}
.apx-specs{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:11px}
.apx-specs li{position:relative;padding-left:26px;font-size:14.5px;color:var(--ink)}
.apx-specs li::before{content:"";position:absolute;left:2px;top:6px;width:9px;height:9px;border-radius:50%;border:1.6px solid var(--accent)}
.apx-buy{display:flex;align-items:center;gap:24px;margin-top:30px;flex-wrap:wrap}
.apx-price{font-family:var(--display);font-size:1.9rem;color:var(--ink)}
.apx-right{display:flex;justify-content:center;align-items:center}
.apx-cover{position:relative;width:min(80%,300px);aspect-ratio:3/4}
.apx-cover::before{content:"";position:absolute;inset:-18% -14%;z-index:0;background:radial-gradient(circle at 62% 38%,rgba(201,167,106,.16),transparent 60%),radial-gradient(circle at 30% 72%,rgba(80,100,82,.10),transparent 55%)}
.apx-fallback{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#f4edda,#eee5cf);border:1px solid var(--border);border-radius:8px;box-shadow:0 30px 60px -30px rgba(60,50,30,.55);transform:rotate(-3deg);text-align:center;padding:24px}
.apf-flourish{color:var(--accent-d);letter-spacing:.4em;font-size:12px;margin-bottom:12px}
.apf-name{font-family:var(--display);font-size:1.4rem;line-height:1.15;color:var(--ink)}
.apf-by{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);margin-top:8px}
.apx-cimg{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:contain;border-radius:6px;box-shadow:0 30px 60px -30px rgba(60,50,30,.55);transform:rotate(-3deg)}
.ap-toc{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px 22px}
.apx-toc{margin-top:clamp(26px,4vw,42px);max-width:660px;margin-inline:auto}
.apx-body{margin:clamp(30px,4.5vw,52px) 0 0;text-align:left;column-count:2;column-gap:clamp(38px,4.5vw,64px)}
.apxs{margin:0 0 clamp(26px,3.2vw,40px);break-inside:avoid;-webkit-column-break-inside:avoid}
@media(max-width:680px){.apx-body{column-count:1}}
.apxs-h{font-family:var(--display);font-weight:400;letter-spacing:-.01em;font-size:clamp(1.3rem,2vw,1.6rem);line-height:1.2;color:var(--ink);margin:0 0 12px}
.apx-body>.apxs>p{font-size:15px;line-height:1.7;color:var(--ink);font-weight:300;margin:0}
.apx-recois{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.apx-recois li{font-size:14.5px;line-height:1.6;color:var(--muted);font-weight:300;padding-left:18px;position:relative}
.apx-recois li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--accent)}
.apx-recois li b{color:var(--ink);font-weight:600}
.apx-quote{font-family:var(--display);font-style:italic;font-size:1.12rem;line-height:1.6;color:var(--ink);background:var(--soft-green);border-radius:14px;padding:22px 26px}
.apx-pas{font-size:14.5px;line-height:1.7;color:var(--ink);font-weight:300;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 22px}
.apx-link{color:var(--accent-d);border-bottom:1px solid currentColor}
.apx-faq{border-top:1px solid var(--border);padding:13px 0}
.apx-faq summary{cursor:pointer;font-size:14.5px;font-weight:500;color:var(--ink);list-style:none;display:flex;gap:10px}
.apx-faq summary::-webkit-details-marker{display:none}
.apx-faq summary::before{content:"+";color:var(--accent-d);font-weight:400}
.apx-faq[open] summary::before{content:"\2013"}
.apx-faq p{margin:10px 0 0 20px;font-size:14px;color:var(--muted);line-height:1.6;font-weight:300}
.apx-hesit{column-span:all;margin-top:clamp(20px,3vw,36px);text-align:center;font-size:14px;color:var(--muted)}
.apx-hesit a{color:var(--accent-d);border-bottom:1px solid currentColor}
.ap-st{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-d);margin-bottom:14px}
.ap-tocl{list-style:none;padding:0;margin:0}
.ap-tocl li{display:flex;gap:12px;align-items:baseline;padding:8px 0;border-top:1px solid var(--border);font-size:14.5px;color:var(--ink);line-height:1.35}
.ap-tocl li:first-child{border-top:none;padding-top:0}
.apt-n{font-family:var(--display);font-size:13px;color:var(--accent);min-width:20px}
@media(max-width:680px){.apx{grid-template-columns:1fr;text-align:center}.apx-left .hint,.apx-specs{text-align:left}.apx-specs{max-width:320px;margin-inline:auto}.apx-right{order:-1}.apx-buy{justify-content:center}}
/* Tunnel — étapes formulaire en 2 colonnes (bloc descriptif à gauche) */
.tun-grid{display:grid}
.funnel.apercu-mode .tun-grid{grid-template-columns:1fr}
.funnel.apercu-mode #stepAside{display:none}
.funnel.form-mode{max-width:1000px}
.funnel.form-mode .tun-grid{grid-template-columns:.8fr 1.2fr;gap:clamp(30px,4.5vw,58px);align-items:start;text-align:left}
.funnel.form-mode .stepnum{text-align:left}
.tun-aside .as-in{position:sticky;top:96px}
.tun-aside .eyebrow{margin-bottom:12px}
.tun-aside h2{font-family:var(--display);font-weight:400;letter-spacing:-.01em;font-size:clamp(1.55rem,2.5vw,2.15rem);line-height:1.16;margin:0}
.tun-aside .as-intro{font-size:14.5px;color:var(--muted);line-height:1.6;margin-top:16px;font-weight:300}
.tun-aside .as-note{font-size:12.5px;color:var(--muted);line-height:1.55;margin-top:22px;padding-top:16px;border-top:1px solid var(--border)}
.tun-aside .as-logos{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.pm-sep{display:flex;align-items:center;text-align:center;gap:12px;color:var(--muted);font-size:11px;margin:14px 0;letter-spacing:.14em;text-transform:uppercase}
.pm-sep::before,.pm-sep::after{content:"";flex:1;height:1px;background:var(--border)}
#prb-el{margin-bottom:2px}
.funnel.form-mode #stepHost>h2:first-child{display:none}
.funnel.form-mode #stepHost>.hint{display:none}
@media(max-width:760px){.funnel.form-mode .tun-grid{grid-template-columns:1fr;gap:20px}.tun-aside .as-in{position:static}.tun-aside .as-note{display:none}}
.paymethod{border-radius:12px;padding:16px 20px}
.pm-logos svg{border-radius:4px}
.btn-or.full{min-height:54px;font-size:15.5px;letter-spacing:.01em}
.note-conf{border-radius:11px;line-height:1.6}
.done-card .em{background:var(--primary-d)}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto}.ray{stroke-dashoffset:0;animation:none}.rd{opacity:1;animation:none}.vloader{display:none}}
