@import url("https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600;6..72,700&family=Archivo:wght@400;500;600;700&display=swap");

/* ------------------------------------------------------------------
   Upshot, accueil.
   Univers : le socle. Une statue de plâtre par métier, l'outil en or,
   le ciel franc. Le site commit à ce monde : pas de thème sombre,
   toutes les couleurs sont peintes explicitement.
   ------------------------------------------------------------------ */
 :root{
   --sky:#B9D8E8; --blue:#0757B8; --blue-deep:#063D82;
   --night:#071A2B; --gold:#F2C230; --shade:#405D70;
   --chalk:#F5F1E9; --line:#8EB4CB; --line-chalk:#D9DCD7;
   --sky-rgb:185,216,232; --blue-rgb:7,87,184; --night-rgb:7,26,43;
   --gold-rgb:242,194,48; --chalk-rgb:245,241,233; --shade-rgb:64,93,112;
   --serif:"Newsreader",Georgia,"Times New Roman",serif;
   --sans:"Archivo",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
   --pad:20px; --max:1380px; --radius:0px;
   --space-section:clamp(34px,5vw,64px);
   --space-section-lg:clamp(46px,5.5vw,80px);
   --measure-wide:20ch; --measure-standard:18ch; --measure-copy:60ch;
   --ease:cubic-bezier(.16,1,.3,1);
}
@media(min-width:760px){:root{--pad:40px}}
@media(min-width:1200px){:root{--pad:60px}}
@media(max-width:640px){.hide-sm{display:none!important}}

*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{margin:0;background:var(--chalk);color:var(--night);
  font-family:var(--sans);font-size:17.5px;line-height:1.58;font-weight:400;
  -webkit-font-smoothing:antialiased;overflow-x:hidden}
img,video{max-width:100%;display:block}
.shell{max-width:var(--max);margin:0 auto;padding-inline:var(--pad)}
.bleed{width:100vw;margin-left:calc(50% - 50vw)}

.gauge{position:fixed;top:0;left:0;height:3px;width:0;background:var(--gold);z-index:60;
  transition:width .1s linear}

/* ---------------- Détails système ---------------- */
::selection{background:var(--gold);color:var(--night)}
html{scrollbar-color:var(--shade) var(--chalk);scrollbar-width:thin}
.lead,.small,.what,.check p,.q .a,.gain p,.step p{text-wrap:pretty;hyphens:manual}

/* ---------------- L'ouverture ---------------- */
.boot{position:fixed;inset:0;z-index:200;background:var(--night);display:flex;
  align-items:center;justify-content:center;flex-direction:column;gap:26px;
  animation:bootout .55s var(--ease) .65s forwards}
.boot.done{animation:bootout .55s var(--ease) forwards}
@keyframes bootout{to{opacity:0;visibility:hidden;pointer-events:none}}
.boot b{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:700;
  font-size:clamp(34px,5vw,58px);letter-spacing:-.04em;color:var(--chalk);line-height:1;
  animation:bootin .8s var(--ease) both}
.boot .bar{width:min(230px,44vw);height:2px;background:rgba(251,249,244,.22);overflow:hidden}
.boot .bar i{display:block;height:100%;width:0;background:var(--gold);
  animation:bootload .65s var(--ease) forwards}
@keyframes bootin{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes bootload{to{width:100%}}

/* ---------------- Navigation vivante ---------------- */
header{position:fixed;transition:transform .45s var(--ease),background .35s,padding .35s}
header.pinned{background:rgba(var(--night-rgb),.94);
  border-bottom:1px solid rgba(var(--chalk-rgb),.16)}
header.pinned .bar{padding-block:13px}
header.hidden{transform:translateY(-102%)}
nav a.active::after{transform:scaleX(1);transform-origin:left}
nav a.active{color:var(--gold)}

/* ---------------- Repère de chapitre ---------------- */
.chapter{position:fixed;left:var(--pad);bottom:22px;z-index:55;display:flex;align-items:baseline;
  gap:10px;font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--chalk);mix-blend-mode:difference;pointer-events:none;
  opacity:0;transition:opacity .5s var(--ease)}
.chapter.on{opacity:.82}
@media(max-width:900px){.chapter{display:none}}

/* ---------------- Retour en haut ---------------- */
.totop{position:fixed;right:var(--pad);bottom:22px;z-index:55;width:46px;height:38px;
  border-radius:3px;border:1px solid var(--line-chalk);background:var(--chalk);color:var(--night);
  display:grid;place-items:center;cursor:pointer;font-size:17px;
  opacity:0;transform:translateY(10px);pointer-events:none;
  transition:opacity .4s var(--ease),transform .4s var(--ease),background .2s}
.totop.on{opacity:1;transform:none;pointer-events:auto}
.totop:hover{background:var(--sky)}

/* ---------------- Chargement des images ---------------- */
.figure,.plinth,.hcard img{background:var(--blue-deep)}
.scene{background:var(--blue-deep)}

/* ---------------- Type ---------------- */
.display{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;
  letter-spacing:-.032em;line-height:.96;margin:0;text-wrap:balance}
h2.sec{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;
  font-size:clamp(32px,5.4vw,74px);line-height:1;letter-spacing:-.028em;margin:0;text-wrap:balance}
h3{font-family:var(--serif);font-variation-settings:"opsz" 40;font-weight:600;
  font-size:clamp(21px,2.3vw,27px);line-height:1.12;letter-spacing:-.012em;margin:0}
.label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;
  color:var(--night);margin:0;display:flex;align-items:center;gap:12px}
.label::before{content:"";width:22px;height:2px;background:var(--gold);flex:0 0 auto}
.lead{font-size:clamp(17.5px,1.5vw,20.5px);line-height:1.5;max-width:46ch;margin:0;color:var(--night)}
.small{font-size:16px;line-height:1.5;color:var(--shade);margin:0;font-weight:400}
p{margin:0}

.gold-word{color:var(--gold)}

/* ---------------- Entête ---------------- */
header{position:fixed;top:0;left:0;right:0;z-index:30}
.bar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:22px}
.brand{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;text-decoration:none;color:var(--chalk)}
.brand{position:relative}
.brand b{font-family:var(--serif);font-variation-settings:"opsz" 40;font-weight:700;
  font-size:27px;letter-spacing:-.03em;line-height:1;position:relative}
.brand b::after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;
  background:var(--gold);transform:scaleX(0);transform-origin:right;
  transition:transform .45s var(--ease)}
.brand:hover b::after{transform:scaleX(1);transform-origin:left}
.brand span{transition:opacity .3s}
.brand:hover span{opacity:1}
.brand span{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;opacity:.72}
nav{display:none;gap:30px}
@media(min-width:1160px){nav{display:flex}}
nav a{color:var(--chalk);text-decoration:none;font-size:15px;font-weight:500;position:relative;padding-bottom:4px}
nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:currentColor;
  transform:scaleX(0);transform-origin:right;transition:transform .45s var(--ease)}
nav a:hover::after,nav a:focus-visible::after{transform:scaleX(1);transform-origin:left}

.menu{position:relative}
.menu>a{display:inline-block}
.drop{position:absolute;top:100%;left:-18px;padding-top:14px;display:none;min-width:270px}
.menu:hover .drop,.menu:focus-within .drop{display:block}
.drop a{display:flex;justify-content:space-between;gap:24px;background:var(--chalk);color:var(--night);
  padding:12px 18px;font-size:15px;border-bottom:1px solid var(--line-chalk)}
.drop a:first-child{border-radius:3px 3px 0 0}.drop a:last-child{border-radius:0 0 3px 3px;border-bottom:0}
.drop a::after{display:none}
.drop a span{color:var(--shade);font-variant-numeric:tabular-nums;white-space:nowrap}
.drop a:hover{background:var(--sky);color:var(--night)}
.mobnav .mobsub{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--sky-rgb),.62);margin:22px 0 4px;font-weight:600}
.mobnav a.sub{font-size:clamp(20px,5vw,26px);padding-block:7px;color:var(--sky)}
.menubtn{display:inline-flex;align-items:center;gap:9px;background:transparent;border:0;
  color:var(--chalk);font-family:var(--sans);font-size:14px;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;cursor:pointer;padding:10px 0}
.menubtn i{display:block;width:26px;height:9px;border-top:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;transition:transform .3s var(--ease)}
.menubtn[aria-expanded="true"] i{transform:rotate(180deg)}
@media(min-width:1160px){.menubtn{display:none}}

.mobnav{position:fixed;inset:0;z-index:70;background:var(--night);color:var(--chalk);
  display:flex;flex-direction:column;justify-content:center;padding:90px var(--pad) 40px;
  overflow-y:auto;gap:6px}
.mobnav a{color:var(--chalk);text-decoration:none;font-family:var(--serif);
  font-variation-settings:"opsz" 40;font-weight:600;font-size:clamp(28px,7vw,42px);
  letter-spacing:-.028em;line-height:1.15;padding-block:9px;
  border-bottom:1px solid rgba(251,249,244,.14)}
.mobnav a:last-of-type{border-bottom:0}
.mobnav .btn{align-self:flex-start;margin-top:26px;font-family:var(--sans);font-size:16px}
.mobclose{position:absolute;top:18px;right:var(--pad);background:transparent;border:0;
  color:var(--chalk);font-family:var(--sans);font-size:14px;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;cursor:pointer;padding:10px}

 .btn{display:inline-flex;align-items:center;gap:11px;background:var(--night);color:var(--chalk);
   font-size:15.5px;font-weight:600;padding:15px 26px;border:0;border-radius:3px;
  text-decoration:none;cursor:pointer;font-family:var(--sans);
   transition:background .22s,transform .35s var(--ease)}
.btn::after{content:"";display:none;width:15px;height:9px;flex:0 0 auto;background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9'%3E%3Cpath d='M0 4.5h13M9.5 1l3.5 3.5L9.5 8' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9'%3E%3Cpath d='M0 4.5h13M9.5 1l3.5 3.5L9.5 8' fill='none' stroke='%23000' stroke-width='1.6'/%3E%3C/svg%3E") center/contain no-repeat;
  transition:transform .4s var(--ease)}
.btn:hover::after{transform:translateX(5px)}
.btn:hover{background:var(--blue-deep)}
.btn.big{font-size:17px;padding:19px 34px;gap:13px}
.btn.gold{background:var(--gold);color:var(--night)}
.btn.gold:hover{background:var(--gold)}
.btn.chalk{background:var(--chalk);color:var(--night)}
.btn.chalk:hover{background:var(--sky)}
.ghost{display:inline-block;color:inherit;text-decoration:none;font-weight:500;font-size:16px;
  border-bottom:1.5px solid currentColor;padding-bottom:2px}
:focus-visible{outline:2.5px solid currentColor;outline-offset:3px}

/* ---------------- Héros ---------------- */
.hero{position:relative;min-height:min(86svh,860px);display:flex;align-items:flex-end;overflow:hidden;
  background:var(--blue);color:var(--chalk);padding-bottom:clamp(28px,5vw,58px)}
.hero .bg{position:absolute;inset:-4% -2%;z-index:0;will-change:transform}
.hero .bg img,.hero .bg video{width:100%;height:100%;object-fit:cover;object-position:72% 28%}
.hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:rgba(var(--night-rgb),.52)}
@media(max-width:760px){.hero .bg img,.hero .bg video{object-position:66% 22%}}
.hero .shell{position:relative;z-index:2;width:100%}
.hero .display{font-size:clamp(44px,8.8vw,132px);max-width:12ch;color:var(--chalk);font-weight:600}
.hero .lead{margin-top:26px;color:var(--chalk);max-width:40ch}
.hero-cta{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:32px}

.rise{display:block;overflow:hidden}
.rise>span{display:block;transform:translateY(106%);transition:transform 1.1s var(--ease)}
.go .rise>span{transform:translateY(0)}
.go .rise:nth-child(2)>span{transition-delay:.11s}
.fade{opacity:0;transform:translateY(14px);transition:opacity .85s var(--ease),transform .85s var(--ease)}
.go .fade{opacity:1;transform:none}
.go .d1{transition-delay:.5s}.go .d2{transition-delay:.64s}

/* ---------------- Sections ---------------- */
section{padding-block:clamp(58px,7vw,104px)}
section.tight{padding-block:clamp(54px,6vw,86px)}
.onblue{background:var(--blue);color:var(--chalk)}
.onblue .label{color:var(--chalk)}
.onblue .rule,.onblue hr{background:rgba(251,249,244,.3)}
.onblue .small{color:rgba(251,249,244,.8)}
.onblue h2.sec{color:var(--chalk)}
.onblue .lead{color:rgba(251,249,244,.9)}
.caps{display:grid;grid-template-columns:1fr;gap:14px 28px;margin-top:6px}
@media(min-width:600px){.caps{grid-template-columns:1fr 1fr}}
.caps div{border-top:1px solid rgba(251,249,244,.25);padding-top:12px}
.caps b{display:block;font-family:var(--serif);font-variation-settings:"opsz" 40;font-weight:600;font-size:19px;color:var(--chalk);line-height:1.2}
.caps p{font-size:15px;color:rgba(251,249,244,.82);margin-top:5px;line-height:1.45}
.onsky{background:var(--sky)}
.onsky .rule{background:var(--line)}
.onnight{background:var(--night);color:var(--sky)}
.onnight .label{color:var(--chalk)}
.onnight h2.sec,.onnight h3{color:var(--chalk)}
.onnight .rule{background:rgba(var(--sky-rgb),.14)}
.onnight .small{color:rgba(var(--sky-rgb),.7)}
.onnight .lead{color:rgba(251,249,244,.94)}
.onnight .note{color:rgba(var(--sky-rgb),.7)}
.onnight .prose strong{color:var(--chalk)}

.duo{display:grid;grid-template-columns:1fr;gap:clamp(32px,4.5vw,68px);align-items:center}
@media(min-width:920px){.duo{grid-template-columns:1fr 1fr}.duo.tilt{grid-template-columns:.9fr 1.1fr}}
.stack{display:flex;flex-direction:column;gap:22px}
.rule{height:1px;background:var(--line-chalk);border:0;margin:0}

.figure{position:relative;overflow:hidden;border-radius:3px}
.figure img,.figure video{width:100%;height:clamp(280px,38vw,540px);object-fit:cover}
.figure.tall img{height:clamp(300px,46vw,660px)}
.figure img.breathe{transform:none}
.cap{margin-top:18px;display:flex;align-items:center;gap:14px;
  font-size:11.5px;letter-spacing:.17em;text-transform:uppercase;font-weight:600;
  color:var(--night)}
.cap::before{content:"";flex:0 0 auto;width:30px;height:2px;background:var(--gold)}
.onblue .cap{color:var(--chalk)}

.reveal{transition:opacity 1s var(--ease),transform 1.2s var(--ease)}
.js .reveal:not(.in){opacity:0;transform:scale(1.04)}
.up{transition:opacity .9s var(--ease),transform .9s var(--ease)}
.js .up:not(.in){opacity:0;transform:translateY(26px)}
.up.s1{transition-delay:.1s}.up.s2{transition-delay:.2s}
.up.s3{transition-delay:.3s}.up.s4{transition-delay:.4s}
.wordly .w{display:inline-block;transition:opacity .62s var(--ease),transform .72s var(--ease)}
.js .wordly:not(.in) .w{opacity:0;transform:translateY(.46em) rotate(1.2deg)}

/* ---------------- Scène pleine largeur, texte posé dessus ---------------- */
.scene{position:relative;min-height:min(88vh,900px);display:flex;align-items:flex-end;
  overflow:hidden;color:var(--chalk);background:var(--blue)}
.scene img,.scene video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.scene::after{content:"";position:absolute;inset:0;z-index:1;
  background:rgba(var(--night-rgb),.36)}
/* chaque scène vise son sujet plutôt que son centre géométrique */
.scene img,.scene video{object-position:var(--focus,center)}
.scene .shell{max-width:var(--max)}
.scene.right .shell{display:flex;justify-content:flex-end}
.scene.right .inner{max-width:54ch}
.scene.right::after{background:rgba(var(--night-rgb),.42)}
.scene .shell{position:relative;z-index:2;width:100%;padding-block:clamp(34px,6vw,76px)}
.scene h2.sec{color:var(--chalk);max-width:16ch}
.scene .lead{color:rgba(251,249,244,.92);margin-top:20px}
.scene .inner{padding:28px 30px 30px;border-left:2px solid var(--gold);
  background:rgba(var(--night-rgb),.78);max-width:60ch}
.scene.center h2.sec,.scene.center .lead{margin-inline:auto;text-align:center}
.scene.center{text-align:center}

/* ---------------- Bandeau ---------------- */
.ticker{background:var(--night);color:var(--sky);padding-block:22px;overflow:hidden}
.track{display:flex;width:max-content;animation:roll 78s linear infinite}
.ticker:hover .track{animation-play-state:paused}
.track span{font-size:11.5px;font-weight:500;letter-spacing:.26em;text-transform:uppercase;
  padding-inline:1.5em;white-space:nowrap;color:rgba(var(--sky-rgb),.78)}
.track span::after{content:"";display:inline-block;width:1px;height:.9em;
  background:rgba(var(--sky-rgb),.38);margin-left:3em;vertical-align:-.08em}
@keyframes roll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

/* ---------------- La séquence : le film se déroule au défilement ---------------- */
.film{position:relative;background:var(--night)}
@media(min-width:760px){.film{height:190vh}}
.film-pin{position:sticky;top:0;height:100vh;overflow:hidden;background:var(--night)}
@media(max-width:759px){.film{height:auto}.film-pin{position:static;height:auto}}
.film-pin video{width:100%;height:100%;object-fit:cover;object-position:center 38%}
@media(max-width:759px){.film-pin video{height:70vh}}
.film-pin::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:rgba(var(--night-rgb),.52)}
.film-ui{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;
  padding-bottom:clamp(44px,7vw,96px);pointer-events:none}
@media(max-width:759px){.film-ui{position:static;padding-block:44px;background:var(--night)}}
.film-lines{position:relative;min-height:clamp(96px,13vw,186px)}
.film-line{position:absolute;left:0;bottom:0;margin:0;
  font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;
  font-size:clamp(32px,5.8vw,84px);line-height:1;letter-spacing:-.028em;color:var(--chalk);
  opacity:0;transform:translateY(28px);
  transition:opacity .7s var(--ease),transform .9s var(--ease)}
.film-line.on{opacity:1;transform:none}
.film-line em{font-style:normal;color:var(--gold)}
@media(max-width:759px){.film-line{position:static;opacity:1;transform:none;margin-bottom:14px}
  .film-lines{min-height:0}}
.film-meter{position:absolute;left:var(--pad);right:var(--pad);bottom:clamp(22px,3vw,38px);
  height:2px;background:rgba(251,249,244,.22);z-index:3}
@media(max-width:759px){.film-meter{display:none}}
.film-meter i{display:block;height:100%;width:0;background:var(--gold)}

/* ---------------- Preuve immédiate ---------------- */
.proof{background:var(--chalk);border-bottom:1px solid var(--line-chalk)}
.proofgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px 30px}
@media(min-width:900px){.proofgrid{grid-template-columns:repeat(4,1fr);gap:40px}}
.proofgrid b{display:block;font-family:var(--serif);font-variation-settings:"opsz" 72;
  font-weight:600;font-size:clamp(38px,4.4vw,58px);line-height:1;letter-spacing:-.03em;
  color:var(--night);font-variant-numeric:tabular-nums}
.proofgrid p{margin-top:12px;font-size:15.5px;line-height:1.45;color:var(--shade);max-width:30ch}

/* ---------------- Ce que vous obtenez ---------------- */
.gains{display:grid;grid-template-columns:1fr;gap:26px;margin-top:clamp(32px,4vw,52px)}
@media(min-width:860px){.gains{grid-template-columns:repeat(3,1fr);gap:34px}}
.gain{display:flex;flex-direction:column;gap:11px;padding-top:22px;border-top:2px solid var(--gold)}
.gain h3{font-size:clamp(20px,2vw,25px)}
.gain p{font-size:16.5px;line-height:1.52;color:var(--shade)}

/* ---------------- Appel intermédiaire ---------------- */
.midcta{background:var(--gold);color:var(--night)}
.midcta .shell{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}
.midcta h3{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;
  font-size:clamp(24px,3.2vw,40px);letter-spacing:-.025em;line-height:1.08;max-width:24ch}
.midcta .btn{background:var(--night);color:var(--chalk)}
.midcta .btn:hover{background:var(--blue-deep)}
.midcta small{display:block;font-size:12px;margin-top:14px;letter-spacing:.16em;
  text-transform:uppercase;font-weight:600;opacity:.72}

/* ---------------- Le socle, par familles ---------------- */
.hgal{background:var(--blue);color:var(--chalk);overflow:hidden;padding-block:clamp(58px,7vw,104px)}
.hgal h2.sec{color:var(--chalk)}
.hgal .lead,.hgal .small{color:rgba(251,249,244,.84)}
.hgal .head{padding-inline:var(--pad);max-width:var(--max);margin-inline:auto;width:100%}
.hgal .lead{margin-top:18px}
.fam{padding-inline:var(--pad);max-width:var(--max);margin:clamp(34px,4vw,56px) auto 0;width:100%;display:grid;grid-template-columns:minmax(200px,.9fr) 3fr;gap:clamp(18px,3vw,40px);align-items:end;border-top:1px solid rgba(251,249,244,.22);padding-top:clamp(22px,2.6vw,34px)}
.fam h3{font-family:var(--serif);font-weight:500;font-size:clamp(22px,2.2vw,30px);line-height:1.1;margin:0;color:var(--chalk)}
.fam .who{font-size:13.5px;line-height:1.5;color:rgba(251,249,244,.72);margin:10px 0 0;max-width:30ch}
.fcards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fcards figure{margin:0}
.trade-card{color:inherit;text-decoration:none}
.trade-card figure{height:100%}
.scard{position:relative;overflow:hidden;border-radius:3px;background:var(--blue-deep)}
.scard img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform 1.1s cubic-bezier(.2,.7,.2,1)}
.hgal.js .scard:not(.in) img{transform:translateY(105%)}
.plinth{height:12px;background:var(--chalk);opacity:.9;border-radius:0 0 3px 3px}
.fcards figcaption{padding:12px 2px 0;color:rgba(251,249,244,.82);font-size:11.5px;letter-spacing:.15em;text-transform:uppercase}
.fcards .yours figcaption{color:var(--gold)}
@media(max-width:820px){.fam{grid-template-columns:1fr;gap:16px}.fam .who{max-width:none}}
@media(max-width:520px){.fcards{gap:10px}.fcards figcaption{font-size:10px;letter-spacing:.1em}}
@media(prefers-reduced-motion:reduce){.hgal.js .scard:not(.in) img{transform:none}}

/* ---------------- La gamme ---------------- */
.tiers{display:grid;grid-template-columns:1fr;gap:0;margin-top:clamp(34px,4vw,56px);
  border-top:1px solid var(--line-chalk)}
.tier{display:grid;grid-template-columns:1fr;gap:12px;padding-block:30px;
  border-bottom:1px solid var(--line-chalk);align-items:baseline}
@media(min-width:900px){.tier{grid-template-columns:1.05fr 1.35fr auto;gap:32px}}
.tier h3 a{color:inherit;text-decoration:none;border-bottom:1.5px solid transparent;transition:border-color .25s}
.tier h3 a:hover{border-bottom-color:var(--gold)}
.tier .price{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;
  font-size:clamp(25px,3vw,36px);margin-top:4px;letter-spacing:-.015em;white-space:nowrap;
  font-variant-numeric:tabular-nums}
.tier .what{font-size:16.5px;color:var(--shade);line-height:1.52;max-width:47ch}
.tier .plus{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--night);margin-bottom:8px}
.tier{transition:background .3s var(--ease)}
.tier:hover{background:rgba(var(--night-rgb),.035)}
.tier.hi{background:rgba(var(--gold-rgb),.13)}
.tier.hi:hover{background:rgba(var(--gold-rgb),.2)}
.tier.hi .price{color:var(--night)}
.badge{display:inline-block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;
  background:var(--gold);color:var(--night);padding:4px 9px;border-radius:2px;margin-left:10px;
  vertical-align:middle;font-weight:600}

/* ---------------- Étapes ---------------- */
.steps{display:grid;grid-template-columns:1fr;gap:1px;margin-top:clamp(34px,4vw,54px);
  background:rgba(251,249,244,.22);border:1px solid rgba(251,249,244,.22)}
@media(min-width:820px){.steps{grid-template-columns:repeat(4,1fr)}}
.step{background:var(--blue);padding:26px 24px 30px;display:flex;flex-direction:column;gap:12px}
.step b{font-family:var(--serif);font-variation-settings:"opsz" 40;font-weight:600;
  font-size:17px;color:var(--gold)}
.step h3{font-size:21px;color:var(--chalk)}
.step p{font-size:15px;color:rgba(251,249,244,.84);line-height:1.5}

/* ---------------- Critères ---------------- */
.finigrid{display:grid;grid-template-columns:1fr;gap:clamp(30px,4vw,56px);margin-top:clamp(30px,4vw,50px)}
@media(min-width:980px){.finigrid{grid-template-columns:1fr .78fr;align-items:start}}
@media(max-width:979px){.finigrid{grid-template-columns:1fr}.sticky-fig{position:static;order:-1}}
.sticky-fig{position:sticky;top:90px}
.sticky-fig img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:3px}
.checks{border-top:1px solid var(--line-chalk)}
.check{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:baseline;
  padding-block:19px;border-bottom:1px solid var(--line-chalk)}
@media(min-width:760px){.check{grid-template-columns:60px 1fr;gap:26px}}
.check b{font-family:var(--serif);font-variation-settings:"opsz" 40;font-weight:600;
  font-size:19px;color:var(--gold);font-variant-numeric:tabular-nums}
.check p{font-size:clamp(17px,1.4vw,19.5px);line-height:1.48;max-width:52ch}

/* ---------------- La sortie ---------------- */
.outlist{display:grid;gap:1px;background:rgba(251,249,244,.16);border:1px solid rgba(251,249,244,.16)}
.out{background:var(--night);padding:22px 24px;transition:background .3s var(--ease)}
.out:hover{background:var(--blue-deep)}
.out h3{font-size:clamp(18px,1.9vw,22px);color:var(--chalk);margin-bottom:7px}
.out p{font-size:15.5px;line-height:1.5;color:rgba(var(--sky-rgb),.78);max-width:52ch}

/* ---------------- Réalisations ---------------- */
.works{display:grid;grid-template-columns:1fr;gap:20px;margin-top:clamp(34px,4vw,56px)}
@media(min-width:640px){.works{grid-template-columns:repeat(2,1fr);gap:22px}}
@media(min-width:1000px){.works{grid-template-columns:repeat(5,1fr);gap:18px}}
.works .shot b{font-size:clamp(20px,1.8vw,26px);text-align:center;padding:0 12px}
.work{background:var(--chalk);border:1px solid var(--line-chalk);border-radius:3px;overflow:hidden;
  text-decoration:none;color:inherit;display:flex;flex-direction:column;
  transition:transform .45s var(--ease),box-shadow .45s var(--ease)}
.work:hover{transform:translateY(-3px)}
.shot{aspect-ratio:4/3;display:grid;place-items:center;background:var(--sky);color:var(--night)}
.shot b{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;
  font-size:clamp(26px,3vw,40px);letter-spacing:-.025em}
.meta{padding:14px 16px 16px;display:flex;justify-content:space-between;gap:14px;align-items:baseline;
  border-top:1px solid var(--line-chalk)}
.meta strong{font-size:15px;font-weight:600}
.meta em{font-style:normal;font-size:12.5px;color:var(--shade)}
.w2{background:var(--sky);color:var(--night)}.w2 u{background:var(--gold)}
.w3{background:var(--blue-deep);color:var(--chalk)}.w3 u{background:var(--gold)}

/* ---------------- Prix : le comparatif ---------------- */
.versus{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  margin-top:clamp(38px,5vw,68px);
  border:1px solid var(--line-chalk);
  border-top:3px solid var(--gold);
}
.price-calculator{
  max-width:1120px;
  margin-top:clamp(38px,5vw,68px);
  padding:clamp(28px,4vw,52px);
  border:1px solid var(--line-chalk);
  border-top:3px solid var(--gold);
  background:var(--night);
  color:var(--chalk);
}
.calculator-label{
  display:block;
  margin-bottom:14px;
  color:rgba(var(--chalk-rgb),.72);
  font-size:11px;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
}
.calculator-help{
  margin:-4px 0 12px;
  color:rgba(var(--chalk-rgb),.72);
  font-size:15px;
  line-height:1.4;
}
.calculator-input{
  display:flex;
  align-items:baseline;
  gap:12px;
  width:min(100%,380px);
  border-bottom:1px solid rgba(var(--chalk-rgb),.42);
}
.calculator-input:focus-within{
  border-bottom-color:var(--gold);
  box-shadow:0 2px 0 var(--gold);
}
.calculator-input input{
  width:100%;
  min-width:0;
  padding:8px 0 12px;
  border:0;
  border-radius:0;
  outline:0;
  background:transparent;
  color:var(--chalk);
  font:500 clamp(38px,5vw,64px)/1 Newsreader,Georgia,serif;
  font-variant-numeric:tabular-nums;
}
.calculator-input input::-webkit-inner-spin-button,
.calculator-input input::-webkit-outer-spin-button{margin:0}
.calculator-input input::placeholder{
  color:rgba(var(--chalk-rgb),.48);
  opacity:1;
}
.calculator-input span{
  flex:none;
  padding-bottom:14px;
  color:rgba(var(--chalk-rgb),.68);
  font-size:13px;
}
.calculator-result{
  max-width:64ch;
  margin:clamp(24px,3vw,34px) 0 0;
  color:var(--chalk);
  font-size:clamp(19px,2.1vw,27px);
  line-height:1.28;
  text-wrap:pretty;
}
@media(min-width:760px){
  .versus{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.vs{
  min-width:0;
  min-height:460px;
  padding:clamp(28px,3.4vw,46px);
  border-radius:0;
  display:grid;
  grid-template-rows:auto minmax(9.6rem,auto) auto 1fr;
  align-items:start;
}
.vs.mine{background:var(--night);color:var(--chalk)}
.vs.theirs{
  background:rgba(var(--sky-rgb),.17);
  color:var(--shade);
  border-top:1px solid var(--line-chalk);
}
@media(min-width:760px){
  .vs.theirs{border-top:0;border-left:1px solid var(--line-chalk)}
}
.vs-kind{
  font-size:10.5px;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:600;
  color:var(--blue-deep);
}
.vs.mine .vs-kind{color:var(--gold)}
.vs-amount{
  display:flex;
  align-items:flex-end;
  max-width:9ch;
  padding-top:clamp(22px,2.5vw,34px);
  font-family:var(--serif);
  font-variation-settings:"opsz" 72;
  font-weight:600;
  font-size:clamp(54px,6.3vw,88px);
  line-height:.86;
  letter-spacing:-.055em;
  font-variant-numeric:tabular-nums;
  text-wrap:balance;
}
.vs.mine .vs-amount{color:var(--chalk);white-space:nowrap}
.vs.theirs .vs-amount{
  max-width:7.5ch;
  color:var(--night);
  font-size:clamp(50px,5.7vw,80px);
}
.vs-when{
  min-height:2.9em;
  margin-top:16px;
  font-size:12px;
  line-height:1.45;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--shade);
}
.vs.mine .vs-when{color:rgba(var(--sky-rgb),.72)}
.vs-list{
  align-self:end;
  list-style:none;
  margin:clamp(26px,3vw,38px) 0 0;
  padding:clamp(22px,2.5vw,30px) 0 0;
  display:grid;
  gap:13px;
  border-top:1px solid rgba(var(--night-rgb),.18);
}
.vs.mine .vs-list{border-top-color:rgba(var(--sky-rgb),.2)}
.vs-list li{
  position:relative;
  padding-left:26px;
  font-size:15px;
  line-height:1.45;
  text-wrap:pretty;
}
.vs-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.67em;
  width:12px;
  height:2px;
  background:var(--shade);
}
.vs.mine .vs-list li{color:rgba(var(--sky-rgb),.9)}
.vs.mine .vs-list li::before{background:var(--gold)}
@media(max-width:759px){
  .vs{
    min-height:0;
    grid-template-rows:auto auto auto auto;
  }
  .vs-when{min-height:0}
  .vs-list{align-self:start}
}
@media(max-width:520px){
  .vs{padding:26px 22px 30px}
  .vs-amount{font-size:clamp(52px,17vw,72px)}
  .vs.theirs .vs-amount{font-size:clamp(48px,15.5vw,66px)}
}

/* ---------------- Prix ---------------- */
.price-grid{display:grid;grid-template-columns:1fr;gap:clamp(28px,4vw,60px);align-items:end;margin-top:30px}
@media(min-width:860px){.price-grid{grid-template-columns:auto 1fr}}
.amount{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;
  font-size:clamp(72px,13vw,196px);line-height:.8;letter-spacing:-.03em;margin:0;
  white-space:nowrap;font-variant-numeric:tabular-nums}
.amount sup{font-size:.3em;vertical-align:1.7em;margin-left:.05em}
.against{border-top:1px solid var(--line)}
.row{display:flex;justify-content:space-between;gap:18px;align-items:baseline;
  padding-block:14px;border-bottom:1px solid var(--line)}
.row span,.row b{font-size:15px}
.row b{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}
.row:not(.hi) span,.row:not(.hi) b{color:var(--shade)}
.note{font-size:12.5px;color:var(--shade);margin-top:15px;max-width:58ch}

/* ---------------- Questions ---------------- */
.faq{border-top:1px solid var(--line-chalk);margin-top:clamp(30px,4vw,50px)}
.q{border-bottom:1px solid var(--line-chalk)}
.q summary{list-style:none;cursor:pointer;padding-block:22px;display:flex;gap:20px;
  align-items:baseline;justify-content:space-between;font-family:var(--serif);
  font-variation-settings:"opsz" 40;font-weight:600;font-size:clamp(19px,2vw,24px);
  letter-spacing:-.012em;line-height:1.2}
.q summary::-webkit-details-marker{display:none}
.q summary{transition:color .25s}
.q summary:hover{color:var(--gold)}
.q summary::after{content:"+";font-family:var(--sans);font-weight:500;font-size:24px;
  color:var(--gold);flex:0 0 auto;transition:transform .35s var(--ease)}
.q[open] summary::after{transform:rotate(45deg)}
.q .a{padding-bottom:26px;max-width:62ch;font-size:17px;line-height:1.58;color:var(--shade)}

/* ---------------- Contact ---------------- */
.reassure{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}
.reassure li{position:relative;padding-left:26px;font-size:15px;color:rgba(var(--sky-rgb),.78);line-height:1.45}
.reassure li::before{content:"";position:absolute;left:0;top:.5em;width:9px;height:9px;
  border-radius:50%;background:var(--gold)}

.form{display:grid;grid-template-columns:1fr;gap:18px;margin-top:clamp(28px,3.5vw,44px);max-width:640px}
@media(min-width:680px){.form .pair{display:grid;grid-template-columns:1fr 1fr;gap:18px}}
.field{display:flex;flex-direction:column;gap:7px}
.field label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--sky-rgb),.7);font-weight:500}
.qualification-figure{margin-bottom:clamp(34px,5vw,64px)}
.form-progress{height:2px;background:rgba(var(--sky-rgb),.18);overflow:hidden}
.form-progress i{display:block;height:100%;width:20%;background:var(--gold);transition:width .35s var(--ease)}
.form-step{border:0;padding:0;margin:0;min-width:0;display:grid;gap:18px}
.form-step[hidden]{display:none}
.form-step legend{font-family:var(--serif);font-size:clamp(24px,3vw,34px);font-weight:600;color:var(--chalk);margin-bottom:20px}
.form-choices{display:grid;gap:10px}
.form-choice{display:block;cursor:pointer}
.form-choice input{position:absolute;opacity:0;pointer-events:none}
.form-choice span{display:block;padding:13px 15px;border:1px solid rgba(var(--sky-rgb),.22);border-radius:2px;color:var(--sky);transition:.2s}
.form-choice input:checked+span{border-color:var(--gold);background:rgba(var(--gold-rgb),.12);color:var(--chalk)}
.form-choice input:focus-visible+span{outline:2px solid var(--gold);outline-offset:3px}
.form-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.form-actions .ghost{background:transparent;border:0;color:var(--sky);cursor:pointer}
.form-consent{display:flex;align-items:flex-start;gap:10px;color:rgba(var(--sky-rgb),.72);font-size:13px;line-height:1.45}
.form-consent input{flex:0 0 auto;margin-top:3px;accent-color:var(--gold)}
.form-consent a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form.sent .form-step,.form.sent .form-actions,.form.sent .form-progress{display:none}
@media(max-width:679px){.form-step{min-height:250px}.form{scroll-margin-top:90px}}
.field input,.field textarea{font-family:var(--sans);font-size:16px;color:var(--chalk);
  background:transparent;border:1px solid rgba(var(--sky-rgb),.18);border-radius:2px;padding:13px 14px;
  transition:border-color .2s}
.field input:focus,.field textarea:focus{border-color:var(--gold);outline:none}
.field textarea{min-height:120px;resize:vertical}
.formnote{font-size:12.5px;color:rgba(var(--sky-rgb),.62);max-width:52ch}

/* ---------------- Pied ---------------- */
footer{background:var(--night);color:var(--sky);padding-block:clamp(46px,5vw,72px)}
.bigmail{display:block;margin-top:clamp(42px,5vw,72px);font-family:var(--serif);
  font-variation-settings:"opsz" 72;font-weight:600;font-size:clamp(26px,5.2vw,72px);
  letter-spacing:-.03em;line-height:1;color:var(--chalk)!important;text-decoration:none;
  border:0!important;transform:none!important;transition:color .3s}
.bigmail:hover{color:var(--gold)!important}
.footgrid{display:grid;grid-template-columns:1fr;gap:34px}
@media(min-width:820px){.footgrid{grid-template-columns:1.4fr 1fr 1fr}}
.footgrid:has(.trade-links){grid-template-columns:1fr}
@media(min-width:760px){.footgrid:has(.trade-links){grid-template-columns:repeat(2,1fr)}}
@media(min-width:1180px){.footgrid:has(.trade-links){grid-template-columns:1.1fr .8fr .8fr 1.6fr}}
.trade-links ul{columns:2;column-gap:24px}
.trade-links li{break-inside:avoid}
.trade-checks{margin-top:0}
.trade-pages{margin-top:clamp(28px,4vw,48px)}
footer h4{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--sky-rgb),.62);
  font-weight:500;margin:0 0 14px}
footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
footer a{color:var(--sky);text-decoration:none;font-size:15px;display:inline-block;
  border-bottom:1px solid transparent;transition:border-color .2s,transform .25s var(--ease),color .2s}
footer a:hover{border-bottom-color:var(--gold);color:var(--gold);transform:translateX(3px)}
.footbar{display:flex;flex-wrap:wrap;gap:8px 30px;justify-content:space-between;
  margin-top:44px;padding-top:24px;border-top:1px solid rgba(var(--sky-rgb),.14);
  font-size:12px;color:rgba(var(--sky-rgb),.62)}
.legal{display:flex;flex-wrap:wrap;gap:6px 18px}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
  .rise>span{transform:none}.fade,.up{opacity:1;transform:none}
  .wordly .w{opacity:1;transform:none}
  .reveal{opacity:1;transform:none}
  .track{width:auto;flex-wrap:wrap}
}

/* ---------------- Pages produit ---------------- */
.ailleurs{margin-top:clamp(30px,4vw,48px);padding:24px 26px 26px;border:1px solid var(--line-chalk);background:var(--chalk);border-radius:3px;max-width:72ch}
.ailleurs .small{margin-top:14px}
.ailleurs .ici{margin-top:16px;font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;font-size:clamp(26px,3vw,40px);letter-spacing:-.025em;line-height:1;color:var(--night)}
.onsky .ailleurs{border-color:transparent}
.encadre{padding:22px 26px;border:1px solid var(--line-chalk);border-radius:3px;background:var(--chalk)}
.onnight .encadre{border-color:rgba(var(--sky-rgb),.14);background:rgba(var(--night-rgb),.8)}
.onsky .encadre{background:var(--chalk);border-color:transparent}
.phero{position:relative;min-height:min(72svh,720px);display:flex;align-items:flex-end;overflow:hidden;
  background:var(--blue);color:var(--chalk);padding-bottom:clamp(30px,5vw,60px)}
.phero .bg{position:absolute;inset:0;z-index:0}
.phero .bg img{width:100%;height:100%;object-fit:cover;object-position:var(--focus,center)}
.phero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:rgba(var(--night-rgb),.5)}
.phero .shell{position:relative;z-index:2;width:100%;padding-top:120px}
.phero .kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--gold);margin:0 0 18px}
.phero h1{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;letter-spacing:-.032em;
  line-height:.98;margin:0;font-size:clamp(40px,6.6vw,96px);max-width:14ch;text-wrap:balance}
.phero .lead{margin-top:24px;color:rgba(251,249,244,.94);max-width:52ch}

.prose{max-width:62ch}
.prose p+p{margin-top:16px}
.prose .lead+p,.prose p+.lead{margin-top:18px}
.two{display:grid;grid-template-columns:1fr;gap:clamp(28px,4vw,60px);align-items:start}
@media(min-width:920px){.two{grid-template-columns:.9fr 1.1fr}}
.two h2.sec{font-size:clamp(30px,3.8vw,54px)}

.recu{display:grid;grid-template-columns:1fr;gap:clamp(22px,3vw,34px);margin-top:clamp(30px,4vw,50px)}
@media(min-width:860px){.recu{grid-template-columns:repeat(2,1fr)}}
.recu div{border-top:2px solid var(--gold);padding-top:18px}
.recu h3{font-size:clamp(19px,1.8vw,23px)}
.recu p{margin-top:9px;font-size:16px;line-height:1.52;color:var(--shade)}
.onnight .recu div{border-top-color:rgba(var(--gold-rgb),.8)}
.onnight .recu p{color:rgba(var(--sky-rgb),.78)}
.socle-inclus{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-top:clamp(28px,4vw,46px);
  padding:18px 22px;background:rgba(11,31,51,.045);border-radius:3px}
.socle-inclus b{font-family:var(--serif);font-variation-settings:"opsz" 40;font-weight:600;font-size:19px}
.socle-inclus a{color:var(--night);font-weight:500}

.pas{list-style:none;margin:clamp(26px,3vw,40px) 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:0;
  border-top:1px solid var(--line-chalk)}
.pas li{padding:15px 0 15px 30px;border-bottom:1px solid var(--line-chalk);position:relative;font-size:16.5px;line-height:1.5;color:var(--shade)}
.pas li::before{content:"";position:absolute;left:4px;top:1.1em;width:12px;height:1.5px;background:var(--shade)}
.pas li em{font-style:normal;color:var(--night);font-weight:500}
@media(min-width:860px){.pas{grid-template-columns:1fr 1fr;column-gap:40px}}

.prix{display:grid;grid-template-columns:1fr;gap:clamp(28px,4vw,60px);align-items:start;margin-top:clamp(28px,4vw,48px)}
@media(min-width:920px){.prix{grid-template-columns:auto 1fr}}
.prix .amount{font-size:clamp(60px,9vw,132px)}
.prix .split{margin-top:22px;font-size:16px;line-height:1.55;max-width:34ch;color:var(--shade)}
.prix .split b{color:var(--night);font-weight:600}
.tableau{width:100%;border-collapse:collapse;font-size:15.5px;min-width:600px}
.tableau th,.tableau td{text-align:left;padding:13px 14px 13px 0;border-bottom:1px solid var(--line-chalk);vertical-align:top}
.tableau th{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--shade)}
.tableau td:first-child{color:var(--shade)}
.tableau td b{font-variant-numeric:tabular-nums;font-weight:600}
.tableau td.eux{color:var(--shade)}
.tableau tr:last-child td{border-bottom:0}

.level-comparison-section .shell{min-width:0}
.level-table-wrap{
  margin-top:clamp(30px,4vw,50px);
  overflow-x:auto;
  border-top:2px solid var(--night);
  border-bottom:1px solid var(--line-chalk);
  -webkit-overflow-scrolling:touch;
}
.level-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  font-size:15px;
  line-height:1.4;
}
.level-table th,.level-table td{
  padding:16px 14px;
  border-bottom:1px solid var(--line-chalk);
  text-align:center;
  vertical-align:middle;
}
.level-table thead th{
  min-width:112px;
  font-size:11px;
  line-height:1.25;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600;
}
.level-table thead th:first-child{
  min-width:240px;
  text-align:left;
  color:var(--shade);
}
.level-table tbody th{
  width:28%;
  text-align:left;
  font-weight:500;
  color:var(--night);
}
.level-table tbody td{color:var(--shade)}
.level-table .is-current{
  background:rgba(var(--gold-rgb),.18);
  color:var(--night);
  font-weight:600;
}
.level-table thead .is-current{
  background:var(--gold);
  color:var(--night);
}
.level-table tbody tr:last-child th,
.level-table tbody tr:last-child td{border-bottom:0}
.level-table tbody tr:last-child th,
.level-table tbody tr:last-child td{
  font-weight:600;
  border-top:2px solid var(--night);
}
.level-table tbody tr:last-child .is-current{background:var(--gold)}

.garanti{display:grid;grid-template-columns:1fr;gap:16px;margin-top:clamp(26px,3vw,40px)}
@media(min-width:760px){.garanti{grid-template-columns:repeat(2,1fr)}}
.garanti div{padding:20px 22px;background:var(--chalk);border:1px solid var(--line-chalk);border-radius:3px;font-size:16px;line-height:1.5;color:var(--shade)}
.garanti div b{display:block;color:var(--night);font-family:var(--serif);font-variation-settings:"opsz" 40;font-size:19px;margin-bottom:6px}

.demande{display:grid;grid-template-columns:1fr;gap:clamp(20px,3vw,40px);align-items:center}
@media(min-width:920px){.demande{grid-template-columns:auto 1fr}}
.demande b{font-family:var(--serif);font-variation-settings:"opsz" 72;font-weight:600;font-size:clamp(48px,7vw,104px);line-height:.9;letter-spacing:-.03em;white-space:nowrap}
.demande b small{display:block;font-size:.28em;letter-spacing:.14em;text-transform:uppercase;font-family:var(--sans);font-weight:600;margin-top:12px;color:var(--shade)}

/* ---------------- Finition partagée ---------------- */
:target{scroll-margin-top:92px}
header .btn{white-space:nowrap}
header .bar{min-height:64px}
.drop a.current,.mobnav a.current{color:var(--gold)}
.drop a.current{background:rgba(var(--sky-rgb),.55)}
nav a:focus-visible,.brand:focus-visible,.menubtn:focus-visible{outline-offset:6px}
.btn:focus-visible{outline-color:var(--gold)}
.hero .shell,.phero .shell{max-width:var(--max)}
.hero .lead,.phero .lead{max-width:42ch}
.hero-cta .ghost{padding-block:7px}
.scene .inner .lead{max-width:54ch}
.work:hover,.vs.mine{box-shadow:none}
.work:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.q summary:focus-visible{outline-offset:7px}
.field input:invalid:not(:placeholder-shown),.field textarea:invalid:not(:placeholder-shown),
.form.invalid .field input:invalid,.form.invalid .field textarea:invalid{border-color:var(--gold)}
.formnote{min-height:1.5em}
.tableau th:nth-child(1),.tableau td:nth-child(1){min-width:126px}
.tableau th:nth-child(2),.tableau td:nth-child(2){min-width:145px}
.tableau th:nth-child(3),.tableau td:nth-child(3){min-width:210px}
.prix>div:last-child{min-width:0;overflow-x:auto;padding-bottom:4px}
.phero .hero-cta{margin-top:30px}
.recu h3,.gain h3,.step h3{overflow-wrap:anywhere}

/* ---------------- Utilitaires éditoriaux ----------------
   Les espacements répétés restent nommés ici plutôt que dispersés dans
   les pages. Les variables de cadrage propres aux images restent inline. */
.flow-section{margin-top:var(--space-section)}
.flow-section-lg{margin-top:var(--space-section-lg)}
.flow-section-end{margin-bottom:var(--space-section)}
.flow-label{margin-top:clamp(30px,4vw,50px)}
.flow-tight{margin-top:22px}
.flow-32{margin-top:32px}
.flow-44{margin-top:44px}
.flow-36{margin-top:36px}
.flow-30{margin-top:30px}
.flow-24{margin-top:24px}
.flow-20{margin-top:20px}
.flow-18{margin-top:18px}
.flow-42{margin-top:42px}
.flow-head{margin-top:clamp(24px,3vw,38px)}
.flow-small{margin-top:16px}
.flow-medium{margin-top:26px}
.flow-copy{margin-top:18px;max-width:var(--measure-copy)}
.film-shell{width:100%}
.measure-wide{max-width:var(--measure-wide)}
.measure-standard{max-width:var(--measure-standard)}
.measure-copy{max-width:var(--measure-copy)}
.measure-22{max-width:22ch}
.measure-14{max-width:14ch}
.measure-46{max-width:46ch}
.measure-54{max-width:54ch}
.measure-56{max-width:56ch}
.inline-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}

@media(max-width:759px){
  :root{--pad:18px}
  body{font-size:16px}
  header{background:rgba(var(--night-rgb),.18)}
  header.pinned .bar{padding-block:12px}
  .bar{padding-block:16px;gap:14px}
  .brand{gap:0}
  .brand span{display:none}
  .brand b{font-size:25px}
  .hero{min-height:100svh;padding-bottom:28px}
  .hero .shell{padding-top:88px}
  .hero .display{font-size:clamp(45px,12.7vw,72px);max-width:11ch}
  .hero .lead,.phero .lead{font-size:16.5px;line-height:1.48}
  .hero-cta,.phero .hero-cta{gap:15px;margin-top:24px}
  .btn.big{font-size:16px;padding:16px 20px}
  .ghost{font-size:15px}
  section{padding-block:60px}
  section.tight{padding-block:50px}
  .proofgrid{gap:24px 16px}
  .proofgrid b{font-size:40px}
  .proofgrid p{font-size:14.5px}
  .scene{min-height:78svh}
  .scene .shell{padding-block:28px}
  .scene .inner{padding:20px 18px 22px}
  .scene h2.sec{font-size:clamp(35px,10.5vw,58px)}
  .scene .lead{font-size:16px;margin-top:16px}
  .ticker{padding-block:17px}
  .track span{font-size:10px;letter-spacing:.2em}
  .mwrap{padding-inline:18px}
  .hcard{width:198px}
  .tier{padding-block:23px}
  .tier .price{font-size:30px}
  .tier .what{font-size:16px}
  .steps{margin-top:30px}
  .step{padding:22px 20px 25px}
  .versus{gap:14px}
  .vs{padding:24px 21px 26px}
  .vs-amount{font-size:clamp(48px,15vw,70px)}
  .phero{min-height:100svh;padding-bottom:28px}
  .phero .shell{padding-top:96px}
  .phero .kicker{margin-bottom:14px}
  .phero h1{font-size:clamp(40px,11.5vw,68px);max-width:12ch}
  .phero .lead{margin-top:18px}
  .recu{gap:26px;margin-top:30px}
  .recu div{padding-top:15px}
  .recu h3{font-size:20px}
  .pas li{padding-block:14px;padding-left:26px;font-size:16px}
  .prix{gap:24px}
  .prix .split{margin-top:12px}
  .tableau{font-size:14px}
  .garanti{gap:12px}
  .garanti div{padding:18px 18px}
  .form{gap:16px}
  .field input,.field textarea{padding:12px}
  .form>div:last-child{align-items:flex-start!important}
  footer{padding-block:48px}
  .bigmail{font-size:clamp(30px,9vw,52px);line-height:1.04}
  .footbar{margin-top:38px;gap:12px 20px}
}

@media(min-width:760px) and (max-width:1159px){
  header .btn{display:none}
  .hero .display{font-size:clamp(64px,9vw,108px)}
  .phero h1{font-size:clamp(58px,7vw,88px)}
}

/* ------------------------------------------------------------------
   Direction artistique — bleu d'architecte, jaune soufre, papier.
   Une grille éditoriale volontairement tranchée : les images portent
   l'émotion, les règles portent la précision.
   ------------------------------------------------------------------ */
body{
  background:
    linear-gradient(90deg,rgba(var(--night-rgb),.035) 1px,transparent 1px) 0 0/25% 100%,
    var(--chalk);
}
body::before{
  content:"";position:fixed;inset:0;z-index:90;pointer-events:none;opacity:.045;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode:multiply;
}
body.leaving main,body.leaving footer,body.leaving header{
  opacity:0;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease
}
::selection{background:var(--night);color:var(--gold)}
.shell{max-width:var(--max)}
header{mix-blend-mode:normal}
header:not(.pinned){background:linear-gradient(180deg,rgba(7,26,43,.72),transparent)}
header.pinned{background:rgba(var(--night-rgb),.97);border-bottom:1px solid rgba(var(--gold-rgb),.5)}
.bar{padding-block:25px}
.brand b{font-size:29px;letter-spacing:-.055em}
.brand span{color:var(--gold);opacity:.94}
nav{gap:27px}
nav a{font-size:13px;letter-spacing:.055em;text-transform:uppercase}
.btn{border-radius:0;letter-spacing:.02em;position:relative;overflow:hidden}
.btn::before{content:"";position:absolute;inset:0;background:var(--gold);transform:translateX(-101%);transition:transform .5s var(--ease);z-index:0}
.btn>*{position:relative;z-index:1}
.btn{isolation:isolate}
.btn:hover::before{transform:translateX(0)}
.btn:hover{background:var(--night);color:var(--night)}
.btn.gold:hover{background:var(--gold);color:var(--night)}
.btn.chalk::before{background:var(--sky)}
.btn::after{position:relative;z-index:1}
.drop a{border-radius:0!important}
.hero,.phero{background:var(--blue)}
.hero::after,.phero::after{background:linear-gradient(90deg,rgba(7,26,43,.58),rgba(7,26,43,.04) 68%),linear-gradient(0deg,rgba(7,26,43,.42),transparent 48%)}
.hero .display,.phero h1{letter-spacing:-.055em}
.hero .display{font-size:clamp(52px,9.6vw,148px);max-width:10ch}
.hero .lead,.phero .lead{font-size:clamp(18px,1.5vw,22px)}
.hero-cta{margin-top:38px}
.hero .shell,.phero .shell{padding-bottom:12px}
.hero .bg,.phero .bg{inset:-2% 0;transform:scale(1.035)}
.figure,.scene,.scard,.work,.vs,.encadre,.ailleurs,.garanti div{border-radius:0}
.figure::after,.scene::before,.phero .bg::after{
  content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(var(--gold-rgb),.28);z-index:2;
}
.scene{min-height:min(94vh,960px)}
.scene::after,.scene.right::after{background:rgba(var(--night-rgb),.1)}
.scene .inner{border-left:0;border-top:3px solid var(--gold);background:rgba(var(--night-rgb),.68);backdrop-filter:blur(4px);padding:30px 34px 34px}
.scene.right .inner{max-width:60ch}
.scene h2.sec{font-size:clamp(42px,6.1vw,88px);letter-spacing:-.055em}
.ticker{border-block:1px solid rgba(var(--gold-rgb),.32);background:var(--night);padding-block:18px}
.track span{color:var(--gold);letter-spacing:.3em}
section{padding-block:clamp(76px,10vw,150px)}
section.tight{padding-block:clamp(58px,7vw,94px)}
h2.sec{letter-spacing:-.05em}
.label{letter-spacing:.28em;color:var(--blue-deep)}
.label::before{width:34px;background:var(--gold)}
.onblue{background:var(--blue)}
.onsky{background:var(--sky)}
.onnight{background:var(--night)}
.proof{background:var(--chalk)}
.proofgrid{gap:36px 28px}
.proofgrid>div{border-top:1px solid var(--night);padding-top:16px}
.proofgrid b{color:var(--blue)}
.gain{border-top-width:3px;padding-top:25px}
.gain h3,.recu h3{letter-spacing:-.03em}
.gains{gap:40px}
.duo,.two{gap:clamp(42px,8vw,130px)}
.checks{border-top:2px solid var(--night)}
.check{padding-block:24px}
.check b{font-family:var(--sans);font-size:12px;letter-spacing:.12em}
.tiers{border-top:2px solid var(--night)}
.tier{padding-block:34px;grid-template-columns:1fr}
.tier:hover{background:var(--gold);color:var(--night)}
.tier.hi{background:rgba(var(--gold-rgb),.2)}
.tier h3{font-size:clamp(25px,3vw,40px)}
.tier .price{font-size:clamp(30px,3.5vw,46px)}
.tier .what{font-size:17px}
.steps{border:0;background:rgba(var(--chalk-rgb),.2);gap:2px}
.step{padding:34px 28px 38px;background:var(--blue-deep);min-height:300px}
.step b{font-family:var(--sans);font-size:11px;letter-spacing:.2em}
.step h3{font-size:clamp(24px,2.5vw,32px)}
.step-img{margin:-34px -28px 22px;height:130px;overflow:hidden;opacity:.75}
.step-img img{width:100%;height:100%;object-fit:cover;mix-blend-mode:screen;filter:saturate(.65)}
.q summary{padding-block:28px}
.q summary::after{font-size:31px}
.form{max-width:700px}
.field input,.field textarea{border:0;border-bottom:1px solid rgba(var(--sky-rgb),.4);border-radius:0;padding:15px 0}
.field input:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 2px 0 var(--gold)}
.form-choice span{border-radius:0;padding:16px 17px}
.form-choice input:checked+span{border-color:var(--gold);background:var(--gold);color:var(--night)}
.totop{border-radius:0;background:var(--gold);border:0}
.chapter{color:var(--gold);mix-blend-mode:normal}
footer{border-top:3px solid var(--gold)}
.bigmail{letter-spacing:-.06em}
.footbar{border-top-color:rgba(var(--gold-rgb),.35)}

@media(max-width:759px){
  body{background:var(--chalk)}
  .bar{padding-block:18px}
  .hero,.phero{min-height:100svh}
  .hero .display{font-size:clamp(49px,14vw,82px)}
  .hero .bg,.phero .bg{inset:0;transform:none}
  .hero::after,.phero::after{background:linear-gradient(0deg,rgba(7,26,43,.58) 0%,rgba(7,26,43,.18) 38%,transparent 72%)}
  .scene{min-height:86svh}
  .scene .inner{padding:22px 20px 25px}
  section{padding-block:70px}
  .step{min-height:0;padding:25px 20px 28px}
  .step-img{margin:-25px -20px 20px;height:155px}
  .tier{gap:10px;padding-block:26px}
  .tier h3{font-size:28px}
  .proofgrid{gap:28px 16px}
}

@media(prefers-reduced-motion:reduce){
  body::before{display:none}
  .hero .bg,.phero .bg{transform:none}
}

/* ------------------------------------------------------------------
   Seconde passe — direction de page, pas bibliothèque de composants.
   Les chapitres s'enchaînent par des lignes, des débords et des silences.
   ------------------------------------------------------------------ */
body{background:var(--chalk);background-image:none}
body::before{opacity:.025}
header:not(.pinned){background:rgba(var(--night-rgb),.18)}
.hero::after,.phero::after{background:rgba(var(--night-rgb),.22)}
.hero,.phero{min-height:min(92svh,900px)}
.hero .bg img,.hero .bg video,.phero .bg img{filter:saturate(.88) contrast(1.04)}
.hero .shell,.phero .shell{padding-top:clamp(118px,14vh,160px);padding-bottom:clamp(36px,7vw,96px)}
.hero .display{max-width:9ch;font-size:clamp(58px,8.7vw,132px)}
.phero h1{max-width:10ch;font-size:clamp(53px,6.8vw,98px)}
.hero .lead,.phero .lead{max-width:31ch}
.hero-cta{align-items:baseline}
.ghost{border-bottom:1px solid currentColor;position:relative}
.ghost::before{content:"";position:absolute;left:0;bottom:-4px;width:5px;height:5px;background:var(--gold);transition:width .45s var(--ease)}
.ghost:hover::before{width:100%}
.btn{padding:14px 23px;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%)}
.btn.big{padding:18px 29px}
.btn::before{display:none}
.btn:hover{background:var(--gold);color:var(--night);transform:translateY(-2px)}
.btn.gold:hover{background:var(--night);color:var(--chalk)}

/* La lecture n'est plus une pile : alternance de largeurs et de bords. */
main>section,main>.scene{position:relative}
main>section::before{content:attr(data-chapter-index);position:absolute;left:var(--pad);top:clamp(18px,3vw,42px);font:600 10px/1 var(--sans);letter-spacing:.22em;color:var(--blue);opacity:.7}
main>section[data-chapter]::after{content:"";position:absolute;top:0;left:var(--pad);right:var(--pad);height:1px;background:rgba(var(--night-rgb),.18)}
main>section:nth-of-type(even):not(.onblue):not(.onnight):not(.onsky){
  background-color:rgba(var(--sky-rgb),.18)
}
main>section:nth-of-type(3n){padding-block:clamp(94px,13vw,190px)}
main>section:nth-of-type(4n) .shell{max-width:1120px}
main>section:nth-of-type(5n) .shell{max-width:1240px}
.proof{border-top:1px solid var(--night);border-bottom:0}
.proofgrid{grid-template-columns:repeat(4,1fr);gap:0}
.proofgrid>div{min-height:132px;padding:18px 24px 0 0;border-top:0;border-right:1px solid rgba(var(--night-rgb),.2)}
.proofgrid>div+div{padding-left:24px}
.proofgrid>div:last-child{border-right:0}
.proofgrid b{font-size:clamp(44px,5vw,76px);letter-spacing:-.06em}
.proofgrid p{max-width:18ch}
.scene{min-height:min(73vh,760px);margin-block:0}
.scene::after{background:rgba(var(--night-rgb),.12)}
.scene .shell{padding-block:clamp(34px,8vw,110px)}
.scene .inner{border-top:0;border-left:3px solid var(--gold);background:rgba(var(--night-rgb),.7);padding:26px 32px 30px}
.scene h2.sec{font-size:clamp(43px,6.5vw,95px);max-width:11ch}
.scene.right .shell{padding-right:clamp(var(--pad),8vw,150px)}
.ticker{padding-block:12px;background:var(--gold);color:var(--night);border:0}
.track span{color:var(--night);font-size:11px}
.track span::after{background:rgba(var(--night-rgb),.35)}

/* Les images respirent hors de la grille au lieu de remplir des cartes. */
.duo{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}
.duo:nth-child(even){grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}
.duo .figure{margin-inline:calc(var(--pad) * -1) 0}
.duo>div:nth-child(2) .figure{margin-inline:0 calc(var(--pad) * -1)}
.figure{background:var(--blue-deep);overflow:visible}
.figure img,.figure video{position:relative;z-index:1;transition:transform 1.2s var(--ease),filter 1.2s var(--ease)}
.figure::after{inset:-10px -10px 10px 10px;border:1px solid var(--gold);z-index:0}
.figure:hover img,.figure:hover video{transform:translate(-5px,-5px)}
.cap{margin-top:24px;max-width:28ch;line-height:1.35}
.cap::before{width:14px;height:1px}
.gains{grid-template-columns:1.2fr .8fr 1fr;gap:0;border-top:1px solid var(--night)}
.gain{min-height:210px;padding:25px 28px 22px 0;border-top:0;border-right:1px solid rgba(var(--night-rgb),.22)}
.gain+.gain{padding-left:28px}
.gain:last-child{border-right:0}
.gain h3{font-size:clamp(25px,2.8vw,39px);max-width:9ch}
.gain p{max-width:31ch}

/* Produits : une architecture de dossier, pas une suite de modules. */
.phero{min-height:min(78svh,800px)}
.phero .shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,.55fr);align-items:end;gap:40px}
.phero .kicker,.phero h1,.phero .lead,.phero .hero-cta{grid-column:1}
.phero .kicker{margin-bottom:0}
.phero .lead{grid-column:2;grid-row:2 / span 2;align-self:end;margin-bottom:7px}
.phero .hero-cta{grid-row:3}
.phero .bg{inset:0 0 0 8%}
.phero .bg::after{content:"";position:absolute;inset:0;background:rgba(var(--night-rgb),.12)}
.recu{grid-template-columns:1.3fr .7fr;gap:0;border-top:1px solid var(--night)}
.recu div{padding:23px 28px 8px 0;border-top:0;border-right:1px solid rgba(var(--night-rgb),.2);min-height:145px}
.recu div:nth-child(2n){padding-left:28px}
.recu div:nth-child(3n){background:rgba(var(--gold-rgb),.14)}
.tiers{margin-left:12%;width:88%}
.tier{grid-template-columns:1.05fr 1.2fr auto;gap:34px;padding-block:27px}
.tier:hover{padding-inline:18px;margin-inline:-18px}
.steps{grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(var(--chalk-rgb),.35);border-bottom:1px solid rgba(var(--chalk-rgb),.35)}
.step{min-height:360px;border-right:1px solid rgba(var(--chalk-rgb),.22);padding:32px 24px}
.step:last-child{border-right:0}
.step-img{height:160px;margin:-32px -24px 26px}
.step:nth-child(2){transform:translateY(22px)}
.step:nth-child(3){transform:translateY(-12px)}
.step:nth-child(4){transform:translateY(34px)}
.faq{margin-left:12%;width:88%;border-top:2px solid var(--night)}
.q summary{font-size:clamp(24px,2.8vw,38px);padding-block:29px}
.q .a{max-width:58ch;padding-bottom:30px;padding-left:18%}
.prix{grid-template-columns:.7fr 1.3fr;gap:8vw}
.prix .amount{font-size:clamp(72px,12vw,176px)}
.tableau{min-width:0}
.form{margin-left:8%;max-width:760px}
.form-progress{background:rgba(var(--sky-rgb),.25)}
.form-step legend{font-size:clamp(30px,4vw,56px);letter-spacing:-.04em}
.qualification-figure .figure{margin-inline:8% -6%}

/* Métiers : les vérifications et pages sont une partition verticale. */
.trade-checks{border-top:0;display:block}
.trade-checks .gain{min-height:0;border:0;border-bottom:1px solid rgba(var(--night-rgb),.2);display:grid;grid-template-columns:60px 1fr;gap:15px;padding:17px 0}
.trade-checks .gain::before{content:"";width:28px;height:1px;background:var(--gold);margin-top:13px}
.trade-pages{width:86%;margin-left:14%;border-top:2px solid var(--night)}
.trade-pages .check{grid-template-columns:70px 1fr;padding-block:27px}
.trade-pages .check:nth-child(2){padding-left:8%}
.trade-pages .check:nth-child(3){padding-left:16%}
.trade-pages .check:nth-child(4){padding-left:24%}
.trade-pages .check:nth-child(5){padding-left:32%}

footer{padding-block:clamp(70px,10vw,140px)}
footer .shell{display:grid;grid-template-columns:1.3fr 1fr;gap:80px}
footer .footgrid{display:contents}
footer .footgrid>div:first-child{grid-row:span 2}
footer .footbar{grid-column:1 / -1;margin-top:10px}

@media(max-width:900px){
  .phero .shell{display:block}
  .phero .lead{margin-top:22px}
  .proofgrid{grid-template-columns:repeat(2,1fr)}
  .proofgrid>div:nth-child(2){border-right:0}
  .proofgrid>div:nth-child(3){padding-left:0;border-top:1px solid rgba(var(--night-rgb),.2)}
  .proofgrid>div:nth-child(4){border-top:1px solid rgba(var(--night-rgb),.2)}
  .duo,.duo:nth-child(even){grid-template-columns:1fr}
  .duo .figure,.duo>div:nth-child(2) .figure{margin-inline:0}
  .gains{grid-template-columns:1fr}
  .gain,.gain+.gain{padding:22px 0;border-right:0;border-bottom:1px solid rgba(var(--night-rgb),.2)}
  .gain h3{max-width:none}
  .recu{grid-template-columns:1fr}
  .recu div,.recu div:nth-child(2){padding-inline:0;border-right:0;border-bottom:1px solid rgba(var(--night-rgb),.2)}
  .tiers,.faq,.trade-pages{margin-left:0;width:100%}
  .tier{grid-template-columns:1fr auto;gap:10px}
  .tier .what{grid-column:1 / -1;grid-row:2}
  .steps{grid-template-columns:1fr 1fr}
  .step:nth-child(n){transform:none;min-height:330px}
  .q .a{padding-left:0}
  .prix{grid-template-columns:1fr}
  .form{margin-left:0}
  footer .shell{display:block}
  footer .footgrid{display:grid}
  footer .footgrid>div:first-child{grid-row:auto}
}

@media(min-width:901px) and (max-width:1240px){
  .duo .figure,
  .duo>div:nth-child(2) .figure{
    margin-inline:0;
  }
}

@media(max-width:1240px){
  .flow-section,
  .flow-section-lg{
    overflow-x:clip;
  }
}

@media(max-width:600px){
  main>section::before{left:18px}
  .hero,.phero{min-height:88svh}
  .hero .display{font-size:clamp(53px,16vw,84px)}
  .phero h1{font-size:clamp(49px,14vw,76px)}
  .hero .shell,.phero .shell{padding-bottom:40px}
  .scene{min-height:78svh}
  .scene.right .shell{padding-right:var(--pad)}
  .scene .inner{padding:21px 19px 25px}
  .proofgrid b{font-size:42px}
  .proofgrid>div{min-height:116px;padding-right:13px}
  .proofgrid>div+div{padding-left:13px}
  .steps{grid-template-columns:1fr}
  .step:nth-child(n){min-height:0;border-right:0;border-bottom:1px solid rgba(var(--chalk-rgb),.22)}
  .step-img{height:145px}
  .tier{display:grid}
  .tier h3{font-size:25px}
  .trade-pages .check:nth-child(n){padding-left:0}
  .qualification-figure .figure{margin-inline:0}
}

/* Atelier — une page de présentation plus dense, avec des preuves de méthode
   plutôt qu'une suite de paragraphes isolés. */
body[data-page="atelier.html"] .atelier-section{
  padding-block:clamp(76px,8.5vw,122px);
}
body[data-page="atelier.html"] .atelier-layout{
  display:grid;
  grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);
  gap:clamp(48px,8vw,132px);
  align-items:start;
}
body[data-page="atelier.html"] .atelier-heading .label{
  margin-bottom:22px;
  color:var(--blue-deep);
}
body[data-page="atelier.html"] .atelier-heading h2{
  max-width:10ch;
  font-size:clamp(40px,5.2vw,74px);
  line-height:.94;
  letter-spacing:-.045em;
}
body[data-page="atelier.html"] .atelier-copy{
  max-width:62ch;
  padding-top:clamp(4px,1vw,14px);
}
body[data-page="atelier.html"] .atelier-copy>.lead{
  max-width:42ch;
}
body[data-page="atelier.html"] .atelier-copy>p+p{
  margin-top:20px;
}
body[data-page="atelier.html"] .atelier-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(16px,2.5vw,34px);
  margin-top:clamp(38px,5vw,64px);
  border-top:1px solid rgba(var(--night-rgb),.28);
}
body[data-page="atelier.html"] .atelier-point{
  padding-top:16px;
  border-top:2px solid var(--gold);
}
body[data-page="atelier.html"] .atelier-point b,
body[data-page="atelier.html"] .atelier-list b{
  display:block;
  color:var(--blue-deep);
  font-size:10px;
  letter-spacing:.2em;
  line-height:1;
  font-weight:600;
}
body[data-page="atelier.html"] .atelier-point h3{
  margin-top:16px;
  font-size:clamp(20px,2vw,26px);
}
body[data-page="atelier.html"] .atelier-point p{
  margin-top:8px;
  font-size:15px;
  line-height:1.48;
  color:var(--shade);
}
body[data-page="atelier.html"] .atelier-stamp{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 24px;
  margin-top:clamp(34px,4vw,52px);
  border-block:1px solid rgba(var(--night-rgb),.24);
}
body[data-page="atelier.html"] .atelier-stamp span{
  padding:16px 0;
  font-size:11px;
  line-height:1.35;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-weight:600;
}
body[data-page="atelier.html"] .atelier-stamp span+span{
  border-left:1px solid rgba(var(--night-rgb),.24);
  padding-left:24px;
}
body[data-page="atelier.html"] .atelier-list{
  list-style:none;
  padding:0;
  margin:clamp(34px,4vw,52px) 0 0;
  border-top:1px solid rgba(var(--night-rgb),.28);
}
body[data-page="atelier.html"] .atelier-list li{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(var(--night-rgb),.2);
  font-size:16px;
  line-height:1.45;
}
body[data-page="atelier.html"] .atelier-list b{
  padding-top:.35em;
}
body[data-page="atelier.html"] .atelier-bridge .atelier-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:30px;
}
body[data-page="atelier.html"] .atelier-bridge .atelier-copy>.lead{
  max-width:48ch;
}
body[data-page="atelier.html"] .atelier-bridge .btn{
  margin-top:2px;
}
body[data-page="atelier.html"] #contact{
  border-top:1px solid rgba(var(--chalk-rgb),.18);
}
@media(max-width:919px){
  body[data-page="atelier.html"] .atelier-layout{
    grid-template-columns:1fr;
    gap:34px;
  }
  body[data-page="atelier.html"] .atelier-heading h2{
    max-width:13ch;
  }
  body[data-page="atelier.html"] .atelier-copy{
    padding-top:0;
  }
}
@media(max-width:599px){
  body[data-page="atelier.html"] .atelier-section{
    padding-block:58px;
  }
  body[data-page="atelier.html"] .atelier-heading .label{
    margin-bottom:16px;
  }
  body[data-page="atelier.html"] .atelier-heading h2{
    max-width:11ch;
    font-size:clamp(38px,11vw,54px);
  }
  body[data-page="atelier.html"] .atelier-points{
    grid-template-columns:1fr;
    gap:0;
    margin-top:34px;
  }
  body[data-page="atelier.html"] .atelier-point{
    padding-block:17px;
    border-top:1px solid rgba(var(--night-rgb),.22);
  }
  body[data-page="atelier.html"] .atelier-point:first-child{
    border-top:2px solid var(--gold);
  }
  body[data-page="atelier.html"] .atelier-point h3{
    margin-top:12px;
  }
  body[data-page="atelier.html"] .atelier-stamp{
    grid-template-columns:1fr;
  }
  body[data-page="atelier.html"] .atelier-stamp span+span{
    border-left:0;
    border-top:1px solid rgba(var(--night-rgb),.24);
    padding-left:0;
  }
}

/* Méthode — même grammaire éditoriale que l'accueil, sans toucher au contenu. */
body[data-page="methode.html"] main>section{
  overflow:hidden;
}

body[data-page="methode.html"] .phero{
  min-height:min(86svh,820px);
  background:var(--blue-deep);
}

body[data-page="methode.html"] .phero::after{
  background:
    linear-gradient(90deg,rgba(var(--night-rgb),.74) 0%,rgba(var(--night-rgb),.42) 50%,rgba(var(--night-rgb),.16) 100%),
    linear-gradient(0deg,rgba(var(--night-rgb),.34),transparent 60%);
}

body[data-page="methode.html"] .phero .bg{
  inset:0;
  transform:none;
}

body[data-page="methode.html"] .phero .bg::after{
  background:linear-gradient(90deg,rgba(var(--night-rgb),.1),transparent 60%);
  border:0;
}

body[data-page="methode.html"] .phero .shell{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(250px,.68fr);
  grid-template-rows:auto auto;
  align-items:end;
  column-gap:clamp(36px,6vw,92px);
  padding-top:clamp(120px,14vh,156px);
  padding-bottom:clamp(42px,7vw,84px);
}

body[data-page="methode.html"] .phero h1{
  grid-column:1;
  grid-row:1 / span 2;
  max-width:11.5ch;
  font-size:clamp(50px,5.7vw,86px);
  line-height:.92;
}

body[data-page="methode.html"] .phero .lead{
  grid-column:2;
  grid-row:1;
  align-self:end;
  max-width:29ch;
  margin:0;
  color:rgba(var(--chalk-rgb),.94);
}

body[data-page="methode.html"] .phero .hero-cta{
  grid-column:2;
  grid-row:2;
  margin-top:28px;
}

body[data-page="methode.html"] .method-steps{
  padding-block:clamp(82px,9vw,132px);
}

body[data-page="methode.html"] .method-steps>.shell{
  max-width:1240px;
}

body[data-page="methode.html"] .method-steps-heading{
  max-width:14ch;
  font-size:clamp(44px,6.5vw,88px);
  line-height:.94;
}

body[data-page="methode.html"] .method-steps .steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:clamp(42px,5vw,70px);
  border:0;
  border-top:1px solid rgba(var(--chalk-rgb),.48);
  border-bottom:1px solid rgba(var(--chalk-rgb),.48);
  background:transparent;
}

body[data-page="methode.html"] .method-steps .step,
body[data-page="methode.html"] .method-steps .step:first-child,
body[data-page="methode.html"] .method-steps .step:last-child{
  min-height:0;
  padding:28px clamp(18px,2vw,30px) 34px;
  background:transparent;
  border:0;
  border-right:1px solid rgba(var(--chalk-rgb),.2);
  display:flex;
  flex-direction:column;
  gap:14px;
  transform:none;
}

body[data-page="methode.html"] .method-steps .step:first-child{
  padding-left:0;
}

body[data-page="methode.html"] .method-steps .step:last-child{
  padding-right:0;
  border-right:0;
}

body[data-page="methode.html"] .method-steps .step>b{
  font-family:var(--sans);
  font-size:11px;
  line-height:1;
  letter-spacing:.22em;
  font-weight:600;
  color:var(--gold);
}

body[data-page="methode.html"] .method-steps .step h3{
  max-width:11ch;
  font-size:clamp(24px,2.2vw,32px);
  line-height:1.04;
  font-weight:400;
  letter-spacing:-.025em;
}

body[data-page="methode.html"] .method-steps .step p{
  max-width:27ch;
  font-size:15px;
  line-height:1.5;
  color:rgba(var(--chalk-rgb),.78);
}

body[data-page="methode.html"] .method-steps .step p>b{
  display:block;
  margin-top:12px;
  font-family:var(--sans);
  font-size:10px;
  line-height:1.2;
  letter-spacing:.18em;
  font-weight:600;
  color:var(--gold);
}

body[data-page="methode.html"] #fini{
  padding-block:clamp(82px,9vw,132px);
  background:var(--chalk);
}

body[data-page="methode.html"] #fini>.shell{
  max-width:1240px;
}

body[data-page="methode.html"] #fini h2{
  max-width:16ch;
  font-size:clamp(44px,5.4vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
}

body[data-page="methode.html"] #fini .finigrid{
  grid-template-columns:minmax(0,1.12fr) minmax(280px,.82fr);
  gap:clamp(48px,8vw,120px);
  margin-top:clamp(48px,6vw,78px);
}

body[data-page="methode.html"] #fini .checks{
  border-top:1px solid var(--night);
}

body[data-page="methode.html"] #fini .check{
  grid-template-columns:48px minmax(0,1fr);
  gap:18px;
  padding:19px 0;
  border-bottom:1px solid rgba(var(--night-rgb),.16);
}

body[data-page="methode.html"] #fini .check>b{
  font-family:var(--sans);
  font-size:10px;
  line-height:1.3;
  letter-spacing:.18em;
  font-weight:700;
  color:var(--gold);
}

body[data-page="methode.html"] #fini .check p{
  max-width:54ch;
  font-size:16px;
  line-height:1.48;
  color:var(--shade);
}

body[data-page="methode.html"] #fini .sticky-fig{
  position:sticky;
  top:100px;
  align-self:start;
}

body[data-page="methode.html"] #fini .sticky-fig img{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
  border-radius:0;
}

body[data-page="methode.html"] #fini .sticky-fig .cap{
  margin-top:14px;
  color:var(--shade);
}

body[data-page="methode.html"] #cadre{
  padding-block:clamp(82px,9vw,128px);
  background:var(--night);
}

body[data-page="methode.html"] #cadre>.shell{
  max-width:1240px;
}

body[data-page="methode.html"] #cadre h2{
  max-width:15ch;
  font-size:clamp(44px,5.4vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
}

body[data-page="methode.html"] #cadre .gains{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(28px,5vw,76px);
  margin-top:clamp(48px,6vw,76px);
  border-top:1px solid rgba(var(--chalk-rgb),.28);
}

body[data-page="methode.html"] #cadre .gain,
body[data-page="methode.html"] #cadre .gain+.gain{
  min-height:0;
  padding:25px 0 0;
  border:0;
  border-top:2px solid var(--gold);
}

body[data-page="methode.html"] #cadre .gain h3{
  max-width:none;
  overflow-wrap:normal;
  word-break:normal;
  font-size:clamp(24px,2.7vw,38px);
  line-height:1.05;
  letter-spacing:-.035em;
  color:var(--chalk);
}

body[data-page="methode.html"] #cadre .gain p{
  max-width:30ch;
  margin-top:14px;
  font-size:16px;
  line-height:1.5;
  color:rgba(var(--sky-rgb),.78);
}

body[data-page="methode.html"] #cadre .method-frame-note{
  max-width:56ch;
  margin-top:clamp(44px,5vw,68px)!important;
  font-size:17px;
  line-height:1.52;
  color:rgba(var(--chalk-rgb),.86);
}

body[data-page="methode.html"] #cadre .method-frame-note-secondary{
  margin-top:18px!important;
  color:rgba(var(--sky-rgb),.72);
}

body[data-page="methode.html"] #contact{
  padding-block:clamp(82px,9vw,128px);
  background:var(--night)!important;
}

body[data-page="methode.html"] #contact .duo{
  grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);
  gap:clamp(42px,8vw,120px);
  align-items:start;
}

body[data-page="methode.html"] #contact .stack{
  gap:22px;
}

body[data-page="methode.html"] #contact h2{
  max-width:15ch;
  font-size:clamp(42px,4.8vw,68px);
  line-height:1;
}

body[data-page="methode.html"] #contact .form{
  width:100%;
  max-width:none;
  margin-top:0;
  gap:20px;
}

body[data-page="methode.html"] footer{
  padding-block:clamp(64px,8vw,110px);
  border-top:1px solid rgba(var(--gold-rgb),.4);
}

body[data-page="methode.html"] footer>.shell{
  max-width:1240px;
}

@media(max-width:1059px){
  body[data-page="methode.html"] .phero{
    min-height:min(84svh,800px);
  }

  body[data-page="methode.html"] .phero .bg{
    inset:0 0 0 43%;
  }

  body[data-page="methode.html"] .phero::after{
    background:
      linear-gradient(90deg,rgba(var(--night-rgb),.96) 0%,rgba(var(--night-rgb),.8) 34%,rgba(var(--night-rgb),.24) 76%,rgba(var(--night-rgb),.06) 100%),
      linear-gradient(0deg,rgba(var(--night-rgb),.34),transparent 62%);
  }

  body[data-page="methode.html"] .phero .shell{
    display:block;
    padding-top:clamp(112px,14vh,150px);
    padding-bottom:clamp(42px,7vw,72px);
  }

  body[data-page="methode.html"] .phero h1,
  body[data-page="methode.html"] .phero .lead,
  body[data-page="methode.html"] .phero .hero-cta{
    max-width:58%;
  }

  body[data-page="methode.html"] .phero h1{
    font-size:clamp(46px,6.8vw,76px);
  }

  body[data-page="methode.html"] .phero .lead{
    margin-top:24px;
  }

  body[data-page="methode.html"] .phero .hero-cta{
    margin-top:26px;
  }

  body[data-page="methode.html"] .method-steps .steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-page="methode.html"] .method-steps .step:nth-child(2n){
    padding-right:0;
    border-right:0;
  }

  body[data-page="methode.html"] .method-steps .step:nth-child(2n+1){
    padding-left:0;
  }

  body[data-page="methode.html"] .method-steps .step:nth-child(n+3){
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }

  body[data-page="methode.html"] #fini .finigrid{
    grid-template-columns:1fr;
  }

  body[data-page="methode.html"] #fini .sticky-fig{
    position:static;
    order:-1;
    max-width:620px;
  }

  body[data-page="methode.html"] #cadre .gains{
    grid-template-columns:1fr;
    gap:0;
  }

  body[data-page="methode.html"] #cadre .gain,
  body[data-page="methode.html"] #cadre .gain+.gain{
    padding:23px 0 25px;
    border-top:1px solid rgba(var(--chalk-rgb),.28);
  }

  body[data-page="methode.html"] #cadre .gain:first-child{
    border-top:0;
  }
}

@media(max-width:600px){
  body[data-page="methode.html"] .phero{
    min-height:100svh;
  }

  body[data-page="methode.html"] .phero .bg{
    inset:0;
  }

  body[data-page="methode.html"] .phero::after{
    background:
      linear-gradient(0deg,rgba(var(--night-rgb),.84) 0%,rgba(var(--night-rgb),.62) 35%,rgba(var(--night-rgb),.12) 76%,transparent 100%);
  }

  body[data-page="methode.html"] .phero .shell{
    display:block;
    padding-top:108px;
    padding-bottom:clamp(36px,8vw,56px);
  }

  body[data-page="methode.html"] .phero h1{
    max-width:9.5ch;
    font-size:clamp(44px,12vw,68px);
  }

  body[data-page="methode.html"] .phero .lead,
  body[data-page="methode.html"] .phero .hero-cta{
    max-width:31ch;
  }

  body[data-page="methode.html"] .phero .lead{
    margin-top:24px;
    font-size:17px;
  }

  body[data-page="methode.html"] .phero .hero-cta{
    margin-top:24px;
  }

  body[data-page="methode.html"] .method-steps-heading,
  body[data-page="methode.html"] #fini h2,
  body[data-page="methode.html"] #cadre h2,
  body[data-page="methode.html"] #contact h2{
    font-size:clamp(39px,10.5vw,58px);
  }

  body[data-page="methode.html"] .method-steps .steps{
    grid-template-columns:1fr;
  }

  body[data-page="methode.html"] .method-steps .step,
  body[data-page="methode.html"] .method-steps .step:first-child,
  body[data-page="methode.html"] .method-steps .step:last-child{
    padding:25px 0 28px;
    border-right:0;
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }

  body[data-page="methode.html"] .method-steps .step:first-child{
    border-top:0;
  }
}
@media(prefers-reduced-motion:reduce){
  .figure:hover img,.figure:hover video{transform:none}
  .step:nth-child(n){transform:none}
  .btn:hover{transform:none}
}

/* Accueil — hiérarchie média et narration spécifiques, sans modifier les
   pages produit qui partagent le même socle. */
body[data-page="index.html"] .hero .bg,
body[data-page="index.html"] .hero .bg img,
body[data-page="index.html"] .hero .bg video{
  transform:none!important;
}
body[data-page="index.html"] .hero .bg img,
body[data-page="index.html"] .hero .bg video{
  object-fit:cover;object-position:72% 28%;filter:none;
}
body[data-page="index.html"] .hero::after{background:rgba(var(--night-rgb),.18)}
body[data-page="index.html"] .hero .shell{padding-bottom:clamp(42px,8vw,110px)}
body[data-page="index.html"] .hero .display{max-width:11ch;font-size:clamp(55px,9vw,142px)}
body[data-page="index.html"] .hero .lead{max-width:37ch}

.discipline-band{
  display:flex;align-items:center;gap:clamp(12px,2.5vw,34px);padding:17px var(--pad);
  border-bottom:1px solid rgba(var(--night-rgb),.26);background:var(--chalk);color:var(--night);
  font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;
}
.discipline-band i{width:5px;height:5px;background:var(--gold);display:block}
.discipline-band p{margin:0 0 0 auto;font-family:var(--serif);font-size:17px;font-weight:500;
  letter-spacing:0;text-transform:none}

body[data-page="index.html"] #portes{background:var(--night);color:var(--chalk);padding-block:clamp(90px,13vw,180px)}
body[data-page="index.html"] #portes::after{background:rgba(var(--gold-rgb),.55)}
body[data-page="index.html"] #portes .shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);column-gap:10vw}
body[data-page="index.html"] #portes h2{grid-column:1 / -1;color:var(--chalk);font-size:clamp(48px,7vw,104px);max-width:10ch;margin-bottom:clamp(45px,7vw,90px)}
body[data-page="index.html"] #portes .gains{grid-column:1 / -1;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(var(--chalk-rgb),.5)}
body[data-page="index.html"] #portes .gain{border-right:1px solid rgba(var(--chalk-rgb),.26);color:var(--chalk);min-height:250px;padding:24px 28px 20px 0}
body[data-page="index.html"] #portes .gain+.gain{padding-left:28px}
body[data-page="index.html"] #portes .gain:last-child{border-right:0}
body[data-page="index.html"] #portes .gain::before{content:"0" counter(port);counter-increment:port;display:block;color:var(--gold);font-size:12px;letter-spacing:.2em;margin-bottom:48px}
body[data-page="index.html"] #portes .gains{counter-reset:port}
body[data-page="index.html"] #portes .gain h3{font-size:clamp(28px,3.5vw,52px);color:var(--chalk);max-width:8ch}
body[data-page="index.html"] #portes .gain p{color:rgba(var(--chalk-rgb),.7);max-width:28ch}
body[data-page="index.html"] #portes>.shell>.lead{grid-column:2;margin-top:64px;color:var(--gold)}

body[data-page="index.html"] #reperage{background:var(--sky);padding-block:clamp(100px,14vw,210px)}
body[data-page="index.html"] #reperage .shell{max-width:1280px}
body[data-page="index.html"] #reperage .label{color:var(--blue-deep)}
body[data-page="index.html"] #reperage h2{font-size:clamp(52px,7.5vw,112px);max-width:9ch;line-height:.9;margin-bottom:clamp(50px,8vw,110px)}
body[data-page="index.html"] #reperage .two{grid-template-columns:.75fr 1.25fr;align-items:start}
body[data-page="index.html"] #reperage .prose{padding-top:10px}
body[data-page="index.html"] #reperage .checks{border-top:2px solid var(--night)}
body[data-page="index.html"] #reperage .check{grid-template-columns:55px 1fr;border-bottom:1px solid rgba(var(--night-rgb),.28);padding-block:22px}
body[data-page="index.html"] #reperage .check:nth-child(2){padding-left:7%}
body[data-page="index.html"] #reperage .check:nth-child(3){padding-left:14%}
body[data-page="index.html"] #reperage .check:nth-child(4){padding-left:21%}
body[data-page="index.html"] #reperage .check:nth-child(5){padding-left:28%}
body[data-page="index.html"] #reperage>.shell>.lead{margin-left:55%;max-width:34ch}

body[data-page="index.html"] #obtenez{padding-block:clamp(100px,14vw,210px);background:var(--chalk)}
body[data-page="index.html"] #obtenez>.shell:first-child{max-width:1280px}
body[data-page="index.html"] #obtenez>.shell:first-child h2{font-size:clamp(55px,8vw,122px);max-width:8ch;line-height:.88}
body[data-page="index.html"] #obtenez>.shell:first-child .gains{margin-top:70px;border-top:0;display:grid;grid-template-columns:1fr 1fr 1fr}
body[data-page="index.html"] #obtenez>.shell:first-child .gain{padding:0 28px 0 0;border:0;min-height:0}
body[data-page="index.html"] #obtenez>.shell:first-child .gain+.gain{padding-left:28px;border-left:1px solid var(--line)}
body[data-page="index.html"] #obtenez>.duo{max-width:1120px;grid-template-columns:.86fr 1.14fr;align-items:end;margin-top:clamp(85px,12vw,180px)!important}
body[data-page="index.html"] #obtenez>.duo>div:first-child{margin-bottom:90px}
body[data-page="index.html"] #obtenez>.duo>div:nth-child(2){margin-top:90px}
body[data-page="index.html"] #obtenez>.duo .figure{overflow:visible}
body[data-page="index.html"] #obtenez>.duo .figure::after{inset:-15px -15px 15px 15px}
body[data-page="index.html"] #obtenez>.shell:last-child{margin-top:clamp(90px,14vw,200px)!important;margin-left:auto}
body[data-page="index.html"] #obtenez>.shell:last-child h2{font-size:clamp(46px,6vw,94px);max-width:9ch;margin-left:auto}

body[data-page="index.html"] #socle{background:var(--blue-deep);padding-block:clamp(100px,13vw,180px)}
body[data-page="index.html"] #socle .head{max-width:var(--max);margin-inline:auto;padding-inline:var(--pad)}
body[data-page="index.html"] #socle .head h2{font-size:clamp(54px,7vw,108px);max-width:8ch;line-height:.88}
body[data-page="index.html"] #socle .fam{grid-template-columns:.62fr 3fr;border-top:1px solid rgba(var(--chalk-rgb),.45);margin-top:clamp(75px,10vw,140px)}
body[data-page="index.html"] #socle .fcards{grid-template-columns:repeat(3,1fr);gap:14px}
body[data-page="index.html"] #socle .scard{background:var(--blue)}
body[data-page="index.html"] #socle .scard img{aspect-ratio:4/5;transform:none!important;filter:none}
body[data-page="index.html"] #socle .plinth{height:7px;background:var(--gold)}
body[data-page="index.html"] #socle .fcards figcaption{font-size:12px;letter-spacing:.2em;color:var(--gold)}
body[data-page="index.html"] #socle .fam:nth-of-type(3){margin-left:14%;margin-right:-5%}
body[data-page="index.html"] #socle .fam:nth-of-type(4){margin-left:7%;margin-right:7%}

body[data-page="index.html"] #film{height:auto;background:var(--night);padding:0}
body[data-page="index.html"] #film .film-pin{position:relative;top:auto;height:auto;min-height:0;display:block;background:var(--night)}
body[data-page="index.html"] #filmvideo{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center}
body[data-page="index.html"] #film .film-pin::after{background:rgba(var(--night-rgb),.08)}
body[data-page="index.html"] #film .film-ui{position:absolute;inset:auto 0 0;padding:0 0 clamp(32px,6vw,80px)}
body[data-page="index.html"] #film .film-lines{min-height:clamp(100px,13vw,190px)}
body[data-page="index.html"] #film .film-line{position:static;display:none;opacity:0;transform:none}
body[data-page="index.html"] #film .film-line:first-child{display:none}
body[data-page="index.html"] #film .film-line:first-child.on{display:block}
body[data-page="index.html"] #film .film-line.on{display:block;opacity:1}
body[data-page="index.html"] #film .film-line em{color:var(--gold)}
body[data-page="index.html"] #film .film-meter{display:none}

@media(max-width:900px){
  body[data-page="index.html"] #portes .shell,
  body[data-page="index.html"] #reperage .two{display:block}
  body[data-page="index.html"] #portes h2{margin-bottom:48px}
  body[data-page="index.html"] #portes .gains,
  body[data-page="index.html"] #obtenez>.shell:first-child .gains{grid-template-columns:1fr}
  body[data-page="index.html"] #portes .gain,
  body[data-page="index.html"] #portes .gain+.gain{padding:22px 0;border-right:0;border-bottom:1px solid rgba(var(--chalk-rgb),.3);min-height:0}
  body[data-page="index.html"] #portes .gain::before{margin-bottom:22px}
  body[data-page="index.html"] #portes>.shell>.lead,
  body[data-page="index.html"] #reperage>.shell>.lead{margin-left:0}
  body[data-page="index.html"] #reperage .check:nth-child(n){padding-left:0}
  body[data-page="index.html"] #obtenez>.shell:first-child .gain,
  body[data-page="index.html"] #obtenez>.shell:first-child .gain+.gain{padding:20px 0;border-left:0;border-bottom:1px solid var(--line)}
  body[data-page="index.html"] #obtenez>.duo{display:grid;grid-template-columns:1fr;gap:40px}
  body[data-page="index.html"] #obtenez>.duo>div:first-child,
  body[data-page="index.html"] #obtenez>.duo>div:nth-child(2){margin:0}
  body[data-page="index.html"] #socle .fam,
  body[data-page="index.html"] #socle .fam:nth-of-type(3),
  body[data-page="index.html"] #socle .fam:nth-of-type(4){display:block;margin-left:0;margin-right:0}
  body[data-page="index.html"] #socle .fcards{margin-top:28px}
}
@media(max-width:560px){
  .discipline-band{flex-wrap:wrap;gap:10px 14px;padding-block:14px}
  .discipline-band p{width:100%;margin-left:0}
  body[data-page="index.html"] #film .film-ui{padding-bottom:22px}
  body[data-page="index.html"] #film .film-lines{min-height:74px}
  body[data-page="index.html"] #film .film-line{font-size:32px}
  body[data-page="index.html"] #socle .fcards{gap:8px}
}
@media(prefers-reduced-motion:reduce){
  body[data-page="index.html"] #film .film-line{display:block;opacity:1}
}

/* Hero final pass, intentionally isolated from the rest of the page */
.hero{
  min-height:100svh;
  height:max(680px,100svh);
  padding-top:96px;
  padding-bottom:clamp(42px,7vw,88px);
}
.hero .bg{inset:0;transform:translate3d(0,0,0);transition:transform 1.2s var(--ease)}
.hero .bg video,.hero .bg img{
  object-position:72% 31%;
  transform:scale(1.035);
}
.hero::after{background:linear-gradient(90deg,rgba(7,26,43,.52),rgba(7,26,43,.02) 66%),linear-gradient(0deg,rgba(7,26,43,.32),transparent 48%)}
.hero .display{
  max-width:10.5ch;
  font-size:clamp(48px,8.15vw,124px);
  line-height:.91;
  text-wrap:pretty;
}
.hero .lead{
  margin-top:30px;
  max-width:39ch;
  font-size:clamp(17px,1.35vw,20px);
  line-height:1.47;
  color:rgba(var(--chalk-rgb),.94);
}
.hero-cta{margin-top:36px;gap:30px}
.hero .btn.big{min-height:58px;padding-inline:30px}
.hero .ghost{
  color:var(--chalk);
  border-bottom-color:rgba(var(--chalk-rgb),.72);
  transition:color .25s,border-color .25s;
}
.hero .ghost:hover{color:var(--gold);border-bottom-color:var(--gold)}
.hero .rise>span{transform:none;transition:none}
.hero .fade{opacity:1;transform:none;transition:none}
@media(min-width:1100px){.hero .shell{padding-left:clamp(60px,7vw,112px)}}
@media(max-width:760px){
  .hero{
    height:max(680px,100svh);
    min-height:680px;
    padding-top:84px;
    padding-bottom:clamp(34px,9vw,58px);
  }
  .hero .bg video,.hero .bg img{
    object-position:67% 24%;
    transform:scale(1.08);
  }
  .hero::after{background:linear-gradient(0deg,rgba(7,26,43,.56) 0%,rgba(7,26,43,.12) 46%,transparent 76%)}
  .hero .display{
    max-width:9.2ch;
    font-size:clamp(47px,13.2vw,76px);
    line-height:.94;
  }
  .hero .lead{margin-top:24px;max-width:34ch;font-size:17px;line-height:1.5}
  .hero-cta{margin-top:30px;gap:22px}
  .hero .btn.big{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){
  .hero .bg,.hero .bg video,.hero .rise>span,.hero .fade{transition:none}
}

/* Échelle finale des héros : impact sans collision avec la navigation. */
@media(min-width:761px){
  .hero .shell{padding-top:0;transform:translateY(56px)}
  .hero .display{font-size:clamp(58px,7.2vw,116px);max-width:10ch}
  .phero .shell{padding-top:0}
  .phero h1{font-size:clamp(52px,6.1vw,90px);max-width:10.5ch}
}

/* La lumière reste dans les photographies. Le contraste est localisé
   derrière les mots au lieu de griser la scène entière. */
.film-pin::after{background:rgba(var(--night-rgb),.16)}
.scene:not(.right) .inner{background:linear-gradient(90deg,rgba(var(--night-rgb),.48),rgba(var(--night-rgb),0));backdrop-filter:none}
@media(max-width:759px){
  .scene::after,.scene.right::after{background:rgba(var(--night-rgb),.04)}
  .scene .inner{background:rgba(var(--night-rgb),.58);backdrop-filter:blur(2px)}
  .scene:not(.right) .inner{background:linear-gradient(90deg,rgba(var(--night-rgb),.42),rgba(var(--night-rgb),0));backdrop-filter:none}
  .film-pin::after{background:rgba(var(--night-rgb),.1)}
  .hero,.phero{min-height:100svh}
  .hero .shell,.phero .shell{padding-top:94px;padding-bottom:34px}
  .hero .display{font-size:clamp(46px,12.2vw,68px)}
  .phero h1{font-size:clamp(42px,11.2vw,62px)}
}

/* ---- Page « Le site » : images ajoutées (2026-09-18) ---- */
.step-img{margin:-6px -4px 8px}
.step-img img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:3px;display:block;background:var(--blue-deep)}
.onnight .cap{color:var(--chalk)}
.onsky .cap{color:var(--night)}
.figure.full img{height:auto;aspect-ratio:16/9}
.legal-page{padding-top:clamp(130px,16vw,190px);min-height:70vh}
.legal-page .prose{max-width:760px}
.legal-page h1{margin-bottom:clamp(34px,5vw,64px)}
.legal-page h2{font-family:var(--serif);font-size:clamp(22px,3vw,30px);margin:32px 0 10px}
.legal-page p{color:var(--shade);margin-top:8px}
.legal-page a,footer .legal a,footer .small a{color:inherit}
.page-copy{display:grid;gap:20px}
.signature{font-family:var(--serif);font-size:clamp(24px,3vw,36px);color:var(--night)}
.case-grid{display:grid;grid-template-columns:1fr;gap:28px;margin-top:clamp(34px,5vw,60px)}
@media(min-width:760px){.case-grid{grid-template-columns:repeat(2,1fr)}}
.case-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:3px}
.case-card h3{margin-top:18px}.case-card .small{margin-top:8px}
footer h4 a{color:inherit;text-decoration:none}

/* Final accueil corrections: source-size fidelity, sober controls, no masks. */
body[data-page="index.html"] .btn,
body[data-page="index.html"] .btn.big{clip-path:none;border-radius:0}
body[data-page="index.html"] .hero .bg,
body[data-page="index.html"] .hero .bg video,
body[data-page="index.html"] .hero .bg img{inset:0;transform:none!important;transition:none;filter:none}
body[data-page="index.html"] .hero::after{background:rgba(var(--night-rgb),.16)}
body[data-page="index.html"] #ecart .inner{background:rgba(var(--night-rgb),.34);backdrop-filter:none;text-shadow:0 1px 18px rgba(var(--night-rgb),.7)}
body[data-page="index.html"] #ecart::after{background:rgba(var(--night-rgb),.06)}
body[data-page="index.html"] #film .film-pin::after{background:rgba(var(--night-rgb),.04)}
body[data-page="index.html"] #filmvideo{transform:none!important;filter:none}
body[data-page="index.html"] #socle .scard img{transform:none!important;filter:none}
body[data-page="index.html"] .figure img,
body[data-page="index.html"] .figure video{transform:none!important;filter:none}
body[data-page="index.html"] .proof-time-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:clamp(34px,4.5vw,60px);
}
body[data-page="index.html"] .proof-time{
  padding-block:clamp(24px,3vw,36px);
}
body[data-page="index.html"] .proof-time-item{
  position:relative;
  min-width:0;
  min-height:188px;
  padding:23px 32px 0 0;
  border-right:1px solid rgba(var(--night-rgb),.2);
}
body[data-page="index.html"] .proof-time-item+.proof-time-item{
  padding-left:32px;
}
body[data-page="index.html"] .proof-time-item:last-child{
  border-right:0;
}
body[data-page="index.html"] .proof-time-item::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:42px;
  height:2px;
  background:var(--gold);
}
body[data-page="index.html"] .proof-time-kicker{
  margin:0;
  color:var(--blue-deep);
  font-size:11px;
  line-height:1;
  letter-spacing:.24em;
  text-transform:uppercase;
  font-weight:400;
}
body[data-page="index.html"] .proof-time-title{
  margin:12px 0 0;
  color:var(--night);
  font-family:var(--serif);
  font-variation-settings:"opsz" 72;
  font-size:clamp(34px,3.8vw,54px);
  font-weight:400;
  line-height:.96;
  letter-spacing:-.035em;
}
body[data-page="index.html"] .proof-time-token{
  display:block;
  color:var(--night);
}
body[data-page="index.html"] .proof-time-token b{
  display:block;
  font-family:var(--serif);
  font-variation-settings:"opsz" 72;
  font-weight:400;
  font-size:clamp(52px,5.2vw,76px);
  line-height:.82;
  letter-spacing:-.045em;
  font-variant-numeric:tabular-nums;
}
body[data-page="index.html"] .proof-time-token span{
  display:block;
  margin-top:17px;
  font-family:var(--sans);
  font-size:11px;
  line-height:1;
  letter-spacing:.24em;
  text-transform:uppercase;
  font-weight:400;
  color:var(--blue);
}
body[data-page="index.html"] .proof-time-item p{
  margin:20px 0 0;
  max-width:26ch;
  font-size:17px;
  line-height:1.42;
  color:var(--shade);
}
body[data-page="index.html"] .proof-time-close{
  margin:32px 0 0;
  padding-top:20px;
  border-top:1px solid rgba(var(--night-rgb),.2);
  max-width:52ch;
  font-size:17.5px;
  line-height:1.45;
  color:var(--shade);
}
@media(max-width:900px){
  body[data-page="index.html"] .proof-time-item,
  body[data-page="index.html"] .proof-time-item+.proof-time-item{
    min-height:0;
    padding-right:20px;
    padding-left:20px;
  }
  body[data-page="index.html"] .proof-time-item:first-child{
    padding-left:0;
  }
  body[data-page="index.html"] .proof-time-item:last-child{
    padding-right:0;
  }
  body[data-page="index.html"] .proof-time-item p{
    font-size:16px;
  }
}
@media(max-width:759px){
  body[data-page="index.html"] .proof-time{
    padding-block:26px;
  }
  body[data-page="index.html"] .proof-time-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  body[data-page="index.html"] .proof-time-item,
  body[data-page="index.html"] .proof-time-item+.proof-time-item{
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid rgba(var(--night-rgb),.2);
  }
  body[data-page="index.html"] .proof-time-item:first-child{
    padding-top:0;
  }
  body[data-page="index.html"] .proof-time-item:last-child{
    padding-bottom:0;
    border-bottom:0;
  }
}
@media(max-width:600px){
  body[data-page="index.html"] .proof-time-token b{
    font-size:56px;
  }
}

/* La première scène est un film suivi d'un éditorial, jamais un panneau
   opaque posé sur l'image. Toute la composition 16:9 reste visible. */
body[data-page="index.html"] #ecart{
  display:grid;min-height:0;overflow:visible;background:var(--chalk);color:var(--night);
}
body[data-page="index.html"] #ecart>video{
  position:relative;inset:auto;width:100%;height:auto;aspect-ratio:16/9;
  object-fit:contain;object-position:center;background:var(--blue);
}
body[data-page="index.html"] #ecart::after{display:none}
body[data-page="index.html"] #ecart .shell{
  display:block;max-width:var(--max);padding-block:clamp(58px,8vw,112px);
}
body[data-page="index.html"] #ecart .inner{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.7fr);
  column-gap:clamp(48px,8vw,130px);max-width:none;padding:0;border:0;
  background:none;text-shadow:none;
}
body[data-page="index.html"] #ecart h2.sec{
  grid-row:1 / span 2;color:var(--night);font-size:clamp(44px,6vw,88px);
  line-height:.96;max-width:10ch;
}
body[data-page="index.html"] #ecart .lead{
  color:var(--shade);margin-top:0;font-size:clamp(16px,1.35vw,19px);
}
body[data-page="index.html"] #ecart .lead+.lead{margin-top:24px}
@media(max-width:759px){
  body[data-page="index.html"] .hero .bg video,
  body[data-page="index.html"] .hero .bg img{object-position:67% 24%;transform:none!important}
  body[data-page="index.html"] #ecart .inner{background:rgba(var(--night-rgb),.28)}
}

/* ------------------------------------------------------------------
   Accueil — composition resserrée.
   Une seule grille, des exceptions mesurées, et aucun chapitre ne
   commence sous le précédent. Ce bloc neutralise les anciennes
   expérimentations de hauteur et de cadrage propres à l'accueil.
   ------------------------------------------------------------------ */
body[data-page="index.html"] main>section,
body[data-page="index.html"] main>.scene{
  scroll-margin-top:86px;
}
body[data-page="index.html"] main>section:not(.hero),
body[data-page="index.html"] main>.scene{
  padding-block:clamp(64px,7vw,104px);
}
body[data-page="index.html"] main>section::before{top:22px}
body[data-page="index.html"] main>section::after{left:var(--pad);right:var(--pad)}
body[data-page="index.html"] h2.sec{
  font-size:clamp(38px,4.8vw,70px);line-height:.98;letter-spacing:-.045em;
}
body[data-page="index.html"] .hero{
  height:auto;min-height:min(88svh,800px);padding-top:84px;padding-bottom:42px;align-items:flex-start;
}
body[data-page="index.html"] .hero .shell{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(220px,.55fr);
  align-content:start;column-gap:8vw;padding-top:0;padding-bottom:0;margin-top:clamp(92px,13vh,124px);transform:none;
}
body[data-page="index.html"] .hero .display{
  grid-column:1;max-width:13ch;font-size:clamp(48px,5.8vw,84px);line-height:.94;
}
body[data-page="index.html"] .hero .lead{grid-column:1;max-width:50ch;margin-top:20px}
body[data-page="index.html"] .hero .hero-cta{grid-column:1;margin-top:28px}
body[data-page="index.html"] .proof{padding-block:34px;border-top:1px solid var(--night)}
body[data-page="index.html"] .proofgrid{max-width:1160px;grid-template-columns:repeat(4,1fr);gap:0}
body[data-page="index.html"] .proofgrid>div{min-height:104px;padding:15px 22px 0 0;border-right:1px solid var(--line)}
body[data-page="index.html"] .proofgrid>div+div{padding-left:22px}
body[data-page="index.html"] .proofgrid>div:last-child{border-right:0}
body[data-page="index.html"] .proofgrid b{font-size:clamp(38px,4.2vw,62px);line-height:.95}
body[data-page="index.html"] .proofgrid p{font-size:15px;line-height:1.35;margin-top:9px}
body[data-page="index.html"] #ecart{
  min-height:min(64vh,650px);padding-block:54px;
}
body[data-page="index.html"] #ecart .shell{padding-block:0}
body[data-page="index.html"] #portes{padding-block:clamp(70px,8vw,118px)}
body[data-page="index.html"] #portes h2{
  font-size:clamp(43px,5.7vw,82px);max-width:11ch;margin-bottom:48px;
}
body[data-page="index.html"] #portes .gain{min-height:196px}
body[data-page="index.html"] #portes .gain::before{margin-bottom:26px}
body[data-page="index.html"] #portes>.shell>.lead{margin-top:38px}
body[data-page="index.html"] #reperage{padding-block:clamp(72px,9vw,130px)}
body[data-page="index.html"] #reperage h2{
  font-size:clamp(42px,5.6vw,78px);max-width:11ch;margin-bottom:48px;
}
body[data-page="index.html"] #reperage .two{gap:7vw}
body[data-page="index.html"] #reperage .check{padding-block:16px}
body[data-page="index.html"] #reperage>.shell>.lead{margin-top:30px}
body[data-page="index.html"] #obtenez{padding-block:clamp(74px,9vw,136px)}
body[data-page="index.html"] #obtenez>.shell:first-child h2{
  font-size:clamp(46px,5.8vw,82px);max-width:10ch
}
body[data-page="index.html"] #obtenez>.shell:first-child .gains{
  margin-top:44px;gap:0
}
body[data-page="index.html"] #obtenez>.shell:first-child .gain{min-height:150px}
body[data-page="index.html"] #obtenez>.duo{
  margin-top:clamp(54px,7vw,92px)!important;gap:7vw
}
body[data-page="index.html"] #obtenez>.duo>div:first-child,
body[data-page="index.html"] #obtenez>.duo>div:nth-child(2){margin:0}
body[data-page="index.html"] #obtenez>.shell:last-child{margin-top:clamp(58px,8vw,110px)!important}
body[data-page="index.html"] #obtenez>.shell:last-child h2{font-size:clamp(42px,5vw,70px)}
body[data-page="index.html"] #socle{padding-block:clamp(74px,9vw,132px)}
body[data-page="index.html"] #socle .head h2{font-size:clamp(46px,5.9vw,82px)}
body[data-page="index.html"] #socle .fam{margin-top:clamp(52px,6vw,84px)}
body[data-page="index.html"] #socle .fam:nth-of-type(3),
body[data-page="index.html"] #socle .fam:nth-of-type(4){margin-top:52px}
body[data-page="index.html"] #film .film-ui{padding-bottom:clamp(24px,4vw,54px)}
body[data-page="index.html"] #film .film-lines{min-height:clamp(70px,9vw,120px)}
body[data-page="index.html"] #film .film-line{font-size:clamp(31px,4.5vw,64px)}

@media(max-width:900px){
  body[data-page="index.html"] main>section:not(.hero),
  body[data-page="index.html"] main>.scene{padding-block:62px}
  body[data-page="index.html"] .hero .shell{display:block;padding-bottom:0;margin-top:0}
  body[data-page="index.html"] .hero{min-height:88svh;padding-top:118px;padding-bottom:34px}
  body[data-page="index.html"] .hero .display{font-size:clamp(50px,10.5vw,84px)}
  body[data-page="index.html"] .proof{padding-block:26px}
  body[data-page="index.html"] .proofgrid{grid-template-columns:repeat(2,1fr)}
  body[data-page="index.html"] .proofgrid>div{min-height:94px;padding-right:14px}
  body[data-page="index.html"] .proofgrid>div+div{padding-left:14px}
  body[data-page="index.html"] .proofgrid>div:nth-child(2){border-right:0}
  body[data-page="index.html"] .proofgrid>div:nth-child(n+3){border-top:1px solid var(--line);padding-top:14px}
  body[data-page="index.html"] #ecart{min-height:64svh}
  body[data-page="index.html"] #portes .gains,
  body[data-page="index.html"] #obtenez>.shell:first-child .gains{grid-template-columns:1fr}
  body[data-page="index.html"] #portes .gain{min-height:0}
  body[data-page="index.html"] #reperage .two{display:block}
  body[data-page="index.html"] #reperage .checks{margin-top:36px}
  body[data-page="index.html"] #reperage>.shell>.lead{margin-left:0}
  body[data-page="index.html"] #obtenez>.duo{grid-template-columns:1fr;gap:40px}
  body[data-page="index.html"] #socle .fam{display:block}
  body[data-page="index.html"] #socle .fcards{margin-top:24px}
}
@media(min-width:901px){
  body[data-page="index.html"] .hero .shell{
    position:absolute;top:90px!important;left:0;right:0;margin-top:0;
  }
}
@media(max-width:560px){
  body[data-page="index.html"] h2.sec{font-size:clamp(34px,10vw,52px)}
  body[data-page="index.html"] .hero{min-height:90svh}
  body[data-page="index.html"] .hero .display{font-size:clamp(45px,13vw,68px)}
  body[data-page="index.html"] .hero .lead{font-size:16px}
  body[data-page="index.html"] .proofgrid b{font-size:38px}
  body[data-page="index.html"] #ecart{min-height:70svh}
  body[data-page="index.html"] #portes h2,
  body[data-page="index.html"] #reperage h2,
  body[data-page="index.html"] #obtenez>.shell:first-child h2,
  body[data-page="index.html"] #socle .head h2{font-size:clamp(38px,11vw,54px)}
}
@media(max-width:820px){
  body[data-page="index.html"] #ecart .inner{display:block;background:none}
  body[data-page="index.html"] #ecart h2.sec{margin-bottom:34px}
  body[data-page="index.html"] #ecart>video{aspect-ratio:4/3;object-fit:cover}
}

/* Calibration éditoriale finale de l'accueil. Les titres donnent le ton sans
   remplacer la composition; les arguments se lisent comme un dossier. */
@media(min-width:901px){
  body[data-page="index.html"] .hero .shell{transform:translateY(112px)}

  body[data-page="index.html"] #portes h2{
    font-size:clamp(48px,5.6vw,82px);line-height:.98;max-width:15ch;
    margin-bottom:clamp(54px,7vw,88px);
  }
  body[data-page="index.html"] #portes .gains{
    display:block;border-top:1px solid rgba(var(--chalk-rgb),.48);
  }
  body[data-page="index.html"] #portes .gain,
  body[data-page="index.html"] #portes .gain+.gain{
    display:grid;grid-template-columns:70px minmax(180px,.55fr) minmax(300px,1fr);
    align-items:start;gap:clamp(24px,4vw,64px);min-height:0;padding:28px 0;
    border:0;border-bottom:1px solid rgba(var(--chalk-rgb),.22);
  }
  body[data-page="index.html"] #portes .gain::before{margin:8px 0 0}
  body[data-page="index.html"] #portes .gain h3{font-size:clamp(27px,2.7vw,40px);max-width:none}
  body[data-page="index.html"] #portes .gain p{max-width:49ch;margin:4px 0 0}
  body[data-page="index.html"] #portes>.shell>.lead{
    margin:48px 0 0 auto;max-width:42ch;color:rgba(var(--chalk-rgb),.84);
  }

  body[data-page="index.html"] #reperage h2{
    font-size:clamp(48px,5.8vw,84px);line-height:.97;max-width:13ch;
    margin-bottom:clamp(52px,7vw,90px);
  }
  body[data-page="index.html"] #reperage .two{
    grid-template-columns:minmax(300px,.8fr) minmax(480px,1.2fr);
    gap:clamp(64px,9vw,140px);
  }
  body[data-page="index.html"] #reperage .checks{border-top:1px solid var(--night)}
  body[data-page="index.html"] #reperage .check,
  body[data-page="index.html"] #reperage .check:nth-child(n){
    grid-template-columns:48px 1fr;padding:20px 0;border-bottom:1px solid rgba(var(--night-rgb),.2);
  }
  body[data-page="index.html"] #reperage>.shell>.lead{
    margin:52px 0 0 auto;max-width:42ch;padding-top:22px;border-top:1px solid var(--gold);
  }

  body[data-page="index.html"] #obtenez>.shell:first-child h2{
    font-size:clamp(48px,5.8vw,86px);line-height:.97;max-width:15ch;
  }
  body[data-page="index.html"] #obtenez>.shell:first-child .gains{
    grid-template-columns:repeat(3,1fr);gap:clamp(30px,5vw,72px);
    margin-top:clamp(54px,7vw,88px);
  }
  body[data-page="index.html"] #obtenez>.shell:first-child .gain,
  body[data-page="index.html"] #obtenez>.shell:first-child .gain+.gain{
    padding:22px 0 0;border:0;border-top:1px solid var(--night);
  }
  body[data-page="index.html"] #obtenez>.duo{
    max-width:1240px;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,58px);
    align-items:start;margin-top:clamp(70px,9vw,120px)!important;
  }
  body[data-page="index.html"] #obtenez>.duo>div:first-child,
  body[data-page="index.html"] #obtenez>.duo>div:nth-child(2){margin:0}
  body[data-page="index.html"] #obtenez>.duo .figure{margin:0;overflow:hidden;background:var(--blue)}
  body[data-page="index.html"] #obtenez>.duo .figure::after{display:none}
  body[data-page="index.html"] #obtenez>.duo img{width:100%;aspect-ratio:16/10;object-fit:cover}
  body[data-page="index.html"] #obtenez>.duo>div:nth-child(2){padding-top:72px}
  body[data-page="index.html"] #obtenez>.shell:last-child{
    margin-top:clamp(72px,10vw,130px)!important;
  }
  body[data-page="index.html"] #obtenez>.shell:last-child h2{
    font-size:clamp(42px,5vw,72px);max-width:12ch;
  }

  body[data-page="index.html"] #socle .head h2{
    font-size:clamp(50px,5.8vw,84px);line-height:.96;max-width:10ch;
  }
}

body[data-page="index.html"] .btn,
body[data-page="index.html"] .btn.big{
  border:1px solid currentColor;border-radius:2px;box-shadow:none;
  padding:15px 24px;background:transparent;color:inherit;
}
body[data-page="index.html"] .btn.gold{
  background:var(--chalk);border-color:var(--chalk);color:var(--night);
}
body[data-page="index.html"] .btn.chalk{
  background:var(--chalk);border-color:var(--chalk);color:var(--night);
}
body[data-page="index.html"] .btn:hover{
  background:var(--gold);border-color:var(--gold);color:var(--night);
}

@media(max-width:900px){
  body[data-page="index.html"] .hero .shell{transform:none}
  body[data-page="index.html"] .hero::after{
    background:linear-gradient(0deg,rgba(var(--night-rgb),.78) 0%,rgba(var(--night-rgb),.46) 48%,rgba(var(--night-rgb),.03) 76%);
  }
  body[data-page="index.html"] .hero .btn.big{width:auto}
  body[data-page="index.html"] #portes h2,
  body[data-page="index.html"] #reperage h2,
  body[data-page="index.html"] #obtenez>.shell:first-child h2,
  body[data-page="index.html"] #socle .head h2{
    font-size:clamp(42px,11vw,66px);line-height:1;max-width:14ch;
  }
  body[data-page="index.html"] #obtenez>.duo>div:nth-child(2){padding-top:0}
}

/* Dernière passe de composition : moins de vide, moins d'effets, plus de
   contenu visible dans chaque écran. L'accueil doit se lire comme un dossier,
   pas comme une suite de maquettes plein écran. */
body[data-page="index.html"]{background:var(--chalk)}
body[data-page="index.html"]::before,
body[data-page="index.html"] .chapter{display:none}
body[data-page="index.html"] #ecart .shell{padding-block:clamp(58px,6vw,88px)}
body[data-page="index.html"] #portes{padding-block:clamp(82px,8vw,118px)}
body[data-page="index.html"] #portes h2{
  font-size:clamp(46px,5.4vw,76px);line-height:.98;max-width:16ch;
  margin-bottom:clamp(42px,5vw,64px)
}
body[data-page="index.html"] #portes>.shell>.lead{margin-top:34px}
body[data-page="index.html"] #reperage{padding-block:clamp(84px,8vw,120px)}
body[data-page="index.html"] #reperage h2{
  font-size:clamp(46px,5.4vw,78px);line-height:.98;max-width:13ch;
  margin-bottom:clamp(42px,5vw,64px)
}
body[data-page="index.html"] #reperage>.shell>.lead{margin-top:38px}
body[data-page="index.html"] #obtenez{padding-block:clamp(84px,8vw,120px)}
body[data-page="index.html"] #obtenez>.shell:first-child h2{
  font-size:clamp(46px,5.4vw,78px);line-height:.98;max-width:15ch
}
body[data-page="index.html"] #obtenez>.shell:first-child .gains{
  margin-top:clamp(42px,5vw,64px)
}
body[data-page="index.html"] #obtenez>.duo{margin-top:clamp(62px,7vw,92px)!important}
body[data-page="index.html"] #obtenez>.shell:last-child{
  margin-top:clamp(62px,7vw,92px)!important
}
body[data-page="index.html"] #socle{padding-block:clamp(82px,8vw,120px)}
body[data-page="index.html"] #socle .head h2{
  font-size:clamp(46px,5.4vw,78px);line-height:.98;max-width:12ch
}
body[data-page="index.html"] #socle .fam{margin-top:clamp(54px,6vw,82px)}
body[data-page="index.html"] #socle .fam+.fam{margin-top:clamp(46px,5vw,68px)}
body[data-page="index.html"] #film .film-lines{
  min-height:clamp(82px,10vw,132px)
}

@media(max-width:900px){
  body[data-page="index.html"] #portes,
  body[data-page="index.html"] #reperage,
  body[data-page="index.html"] #obtenez,
  body[data-page="index.html"] #socle{padding-block:68px}
  body[data-page="index.html"] #portes h2,
  body[data-page="index.html"] #reperage h2,
  body[data-page="index.html"] #obtenez>.shell:first-child h2,
  body[data-page="index.html"] #socle .head h2{
    font-size:clamp(40px,10.5vw,60px);max-width:14ch
  }
  body[data-page="index.html"] #portes h2,
  body[data-page="index.html"] #reperage h2{margin-bottom:38px}
  body[data-page="index.html"] #socle .fam{margin-top:48px}
}

/* Sur petit écran, le hero devient une composition en deux plans. Le texte
   doit rester parfaitement lisible sans recouvrir le sujet photographique. */
body[data-page="index.html"] main>section::before,
body[data-page="index.html"] main>section[data-chapter]::after{
  display:none;
}
body[data-page="index.html"] .proofgrid b{
  font-family:var(--sans);
  font-weight:600;
  font-variation-settings:normal;
  letter-spacing:-.055em;
  font-size:clamp(40px,4.6vw,68px);
  line-height:1;
  font-feature-settings:"tnum";
}
body[data-page="index.html"] .proofgrid p{
  font-family:var(--sans);
  font-size:14px;
  line-height:1.38;
  letter-spacing:-.01em;
}
body[data-page="index.html"] #ecart .inner{
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  column-gap:clamp(48px,7vw,108px);
  align-items:start;
}
body[data-page="index.html"] #ecart h2.sec{
  grid-row:auto;
  max-width:13ch;
  font-size:clamp(42px,4.8vw,70px);
  line-height:.98;
}
body[data-page="index.html"] #ecart-copy{}
body[data-page="index.html"] #ecart .ecart-copy{
  display:grid;
  align-content:start;
  gap:24px;
  max-width:43ch;
}
body[data-page="index.html"] #ecart .ecart-copy .lead,
body[data-page="index.html"] #ecart .ecart-copy .lead+.lead{
  margin-top:0;
}
body[data-page="index.html"] #portes .gain{
  position:relative;
  transition:color .3s ease;
}
body[data-page="index.html"] #portes .gain::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;height:2px;
  background:var(--gold);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .55s var(--ease);
}
body[data-page="index.html"] #portes .gain h3{
  transition:transform .45s var(--ease),color .3s ease;
}
body[data-page="index.html"] #portes .gain:hover h3{
  color:var(--gold);
  transform:translateX(8px);
}
body[data-page="index.html"] #portes .gain:hover::after{
  transform:scaleX(1);
}
/* Le repérage devient une page éditoriale, pas une grille de fonctionnalités. */
body[data-page="index.html"] #reperage{
  background:var(--chalk);
  color:var(--night);
  padding-block:clamp(92px,10vw,142px);
}
body[data-page="index.html"] #reperage .shell{
  max-width:1240px;
}
body[data-page="index.html"] #reperage .label{
  color:var(--blue-deep);
}
body[data-page="index.html"] #reperage h2{
  max-width:15ch;
  font-size:clamp(46px,5vw,72px);
  line-height:.98;
  letter-spacing:-.045em;
  margin-top:18px;
  margin-bottom:0;
}
body[data-page="index.html"] #reperage .two{
  grid-template-columns:minmax(280px,.78fr) minmax(460px,1.22fr);
  gap:clamp(64px,9vw,150px);
  align-items:start;
  margin-top:clamp(58px,7vw,90px)!important;
}
body[data-page="index.html"] #reperage .prose{
  max-width:42ch;
  padding-top:0;
}
body[data-page="index.html"] #reperage .prose .lead{
  font-size:17px;
  line-height:1.55;
}
body[data-page="index.html"] #reperage .prose .lead+.lead{
  margin-top:24px;
}
body[data-page="index.html"] #reperage .checks{
  display:grid;
  gap:0;
  border:0;
  border-left:2px solid var(--gold);
  padding:2px 0 2px 30px;
}
body[data-page="index.html"] #reperage .check,
body[data-page="index.html"] #reperage .check:nth-child(n){
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  padding:0 0 30px;
  border:0;
}
body[data-page="index.html"] #reperage .check:last-child{
  padding-bottom:0;
}
body[data-page="index.html"] #reperage .check>b{
  color:var(--gold);
  font-family:var(--sans);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  padding-top:4px;
}
body[data-page="index.html"] #reperage .check p{
  color:var(--shade);
  font-size:16px;
  line-height:1.48;
  max-width:54ch;
}
body[data-page="index.html"] #reperage .check p strong{
  display:block;
  color:var(--night);
  font-family:var(--serif);
  font-size:23px;
  font-weight:400;
  line-height:1.08;
  margin-bottom:6px;
}
body[data-page="index.html"] #reperage>.shell>.lead{
  max-width:42ch;
  margin:clamp(54px,7vw,88px) 0 0 auto;
  padding:0;
  border:0;
  color:var(--blue-deep);
}
/* DM Serif Display est dessinée en regular : éviter la fausse graisse qui
   l'empâte dans les grands titres de l'accueil. */
body[data-page="index.html"] .display,
body[data-page="index.html"] h2.sec,
body[data-page="index.html"] h3{
  font-weight:400;
}
body[data-page="index.html"] #obtenez{
  padding-block:clamp(88px,9vw,132px);
}
body[data-page="index.html"] #obtenez>.shell:first-child h2{
  max-width:18ch;
  font-size:clamp(44px,4.6vw,68px);
  line-height:1;
  letter-spacing:-.04em;
}
body[data-page="index.html"] #obtenez>.shell:first-child .gains{
  gap:clamp(28px,4vw,64px);
  margin-top:clamp(52px,6vw,78px);
}
body[data-page="index.html"] #obtenez>.shell:first-child .gain,
body[data-page="index.html"] #obtenez>.shell:first-child .gain+.gain{
  padding:22px 0 0;
  border:0;
  border-top:1px solid rgba(var(--night-rgb),.34);
}
body[data-page="index.html"] #obtenez>.shell:first-child .gain h3{
  font-family:var(--sans);
  font-size:20px;
  font-weight:700;
  line-height:1.18;
  letter-spacing:-.02em;
  max-width:18ch;
}
body[data-page="index.html"] #obtenez>.shell:first-child .gain p{
  margin-top:14px;
  max-width:31ch;
  font-family:var(--sans);
  font-size:15px;
  line-height:1.48;
  color:var(--shade);
}
body[data-page="index.html"] #obtenez>.duo{
  margin-top:clamp(72px,9vw,124px)!important;
  gap:clamp(24px,4vw,58px);
}
body[data-page="index.html"] #obtenez>.duo>div:nth-child(2){
  padding-top:0;
}
body[data-page="index.html"] #obtenez>.duo .figure{
  overflow:hidden;
}
body[data-page="index.html"] #obtenez>.duo .figure img{
  aspect-ratio:16/10;
  object-fit:cover;
}
body[data-page="index.html"] #obtenez>.shell:last-child{
  max-width:1240px;
  margin:clamp(52px,6vw,82px) auto 0!important;
}
body[data-page="index.html"] #obtenez>.shell:last-child h2{
  max-width:18ch;
  margin-left:0;
  font-size:clamp(38px,4.4vw,64px);
  line-height:1;
  letter-spacing:-.04em;
}
/* Les images de l'accueil font partie de la composition : elles ne doivent
   pas ressembler à des cartes posées sur le fond. */
body[data-page="index.html"] .figure::after{
  display:none;
}
body[data-page="index.html"] #methode .figure,
body[data-page="index.html"] #surmesure .figure{
  overflow:visible;
  background:none;
}
body[data-page="index.html"] #methode .figure{
  margin-right:calc(var(--pad) * -1);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 100%);
}
body[data-page="index.html"] #surmesure .figure{
  margin-left:calc(var(--pad) * -1);
  -webkit-mask-image:none;
  mask-image:none;
}
body[data-page="index.html"] #surmesure{
  background:var(--blue);
  color:var(--chalk);
}
body[data-page="index.html"] #surmesure .label,
body[data-page="index.html"] #surmesure h2.sec{
  color:var(--chalk);
}
body[data-page="index.html"] #surmesure .lead{
  color:rgba(var(--chalk-rgb),.9);
}
body[data-page="index.html"] #surmesure .caps b{
  color:var(--chalk);
}
body[data-page="index.html"] #surmesure .caps p,
body[data-page="index.html"] #surmesure .small{
  color:rgba(var(--chalk-rgb),.8);
}
body[data-page="index.html"] #methode .figure img,
body[data-page="index.html"] #surmesure .figure img{
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}
body[data-page="index.html"] #obtenez>.duo .figure{
  overflow:hidden;
  background:none;
}
body[data-page="index.html"] #obtenez>.duo .figure img{
  border-radius:28px 0 28px 0;
}
body[data-page="index.html"] #socle .fam{
  align-items:start;
  grid-template-columns:minmax(200px,.72fr) 3fr;
}
body[data-page="index.html"] #socle .fam-t{
  padding-top:2px;
}
body[data-page="index.html"] #socle .trade-card figure{
  height:auto;
}
body[data-page="index.html"] #socle .scard{
  display:flex;
  align-items:center;
  justify-content:center;
  height:clamp(260px,28vw,380px);
  background:rgba(var(--blue-rgb),.72);
  overflow:hidden;
}
body[data-page="index.html"] #socle .scard img{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
}
body[data-page="index.html"] #socle .plinth{
  height:5px;
}
body[data-page="index.html"] #socle .fcards figcaption{
  padding-top:10px;
}
@media(max-width:820px){
  body[data-page="index.html"] #methode .figure,
  body[data-page="index.html"] #surmesure .figure{
    margin-inline:0;
    -webkit-mask-image:none;
    mask-image:none;
  }
  body[data-page="index.html"] #socle .scard{
    height:clamp(230px,52vw,320px);
  }
}
/* Les prix est le seul lien placé dans un conteneur de menu. On lui donne le
   même contexte de ligne que les liens directs pour éviter le décalage visible
   dans l'en-tête. */
body[data-page="index.html"] header nav{
  align-items:center;
}
body[data-page="index.html"] header nav .menu{
  display:flex;align-items:center;height:24px;
}
body[data-page="index.html"] header nav a{
  display:inline-flex;align-items:center;height:24px;
  padding-bottom:0;line-height:1;
}
body[data-page="index.html"] header nav .drop{
  width:min(360px,calc(100vw - (2 * var(--pad))));
  min-width:0;
  padding-top:12px;
  z-index:80;
}
body[data-page="index.html"] header nav .drop a{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  width:100%;
  height:auto;
  min-height:48px;
  padding:12px 18px;
  line-height:1.2;
  white-space:normal;
}
body[data-page="index.html"] header nav .drop a span{
  align-self:center;
  justify-self:end;
  margin-left:8px;
  line-height:1.1;
}
body[data-page="index.html"] header nav .drop a:hover{
  background:var(--sky);
}
@media(max-width:760px){
  body[data-page="index.html"] .hero{
    display:block;height:auto;min-height:0;padding:0;background:var(--blue);
  }
  body[data-page="index.html"] .hero .bg{
    position:relative;inset:auto;height:46svh;min-height:340px;
  }
  body[data-page="index.html"] .hero .bg video,
  body[data-page="index.html"] .hero .bg img{
    object-position:67% 24%;
  }
  body[data-page="index.html"] .hero::after{display:none}
  body[data-page="index.html"] .hero .shell{
    position:relative;top:auto;left:auto;right:auto;transform:none;
    padding:38px 20px 48px;background:var(--blue);
  }
  body[data-page="index.html"] .hero .display{
    max-width:10ch;font-size:clamp(45px,12.2vw,62px);line-height:.94;
  }
  body[data-page="index.html"] .hero .lead{
    max-width:34ch;margin-top:24px;font-size:16px;line-height:1.48;
  }
  body[data-page="index.html"] .hero-cta{margin-top:28px;gap:20px}
  body[data-page="index.html"] #ecart .ecart-copy{
    display:grid;gap:20px;margin-top:26px;max-width:none;
  }
  body[data-page="index.html"] #reperage{
    padding-block:68px;
  }
  body[data-page="index.html"] #reperage h2{
    max-width:14ch;
    font-size:clamp(40px,10.5vw,58px);
  }
  body[data-page="index.html"] #reperage .two{
    display:block;
    margin-top:48px!important;
  }
  body[data-page="index.html"] #reperage .checks{
    margin-top:46px;
    padding-left:20px;
  }
  body[data-page="index.html"] #obtenez{
    padding-block:68px;
  }
  body[data-page="index.html"] #obtenez>.shell:first-child h2{
    max-width:15ch;
    font-size:clamp(40px,10.5vw,58px);
  }
  body[data-page="index.html"] #obtenez>.shell:first-child .gains{
    margin-top:44px;
  }
  body[data-page="index.html"] #obtenez>.shell:first-child .gain h3{
    max-width:24ch;
    font-size:19px;
  }
}

/* Gamme — une grille calme et lisible, sans panneaux qui se décalent. */
body[data-page="index.html"] #gamme .tiers{
  width:100%;
  margin-left:0;
  border-top:1px solid var(--night);
}
body[data-page="index.html"] #gamme .tier{
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px,.86fr) minmax(0,1.45fr) minmax(170px,.62fr);
  gap:clamp(22px,3.5vw,54px);
  align-items:start;
  padding:clamp(28px,3vw,40px) 0;
  border-bottom:1px solid rgba(var(--night-rgb),.2);
  background:transparent;
  color:var(--night);
  transition:none;
}
body[data-page="index.html"] #gamme .tier:hover{
  margin-inline:0;
  padding-inline:0;
  background:transparent;
}
body[data-page="index.html"] #gamme .tier>div:first-child{
  min-width:0;
}
body[data-page="index.html"] #gamme .tier h3{
  font-size:clamp(25px,2.5vw,36px);
  font-weight:400;
  line-height:1.02;
  letter-spacing:-.035em;
}
body[data-page="index.html"] #gamme .tier h3 a{
  display:block;
  border:0;
}
body[data-page="index.html"] #gamme .tier h3 a:hover{
  color:var(--blue);
}
body[data-page="index.html"] #gamme .tier .price{
  margin-top:17px;
  font-size:clamp(30px,3vw,44px);
  line-height:.92;
  font-weight:400;
  color:var(--blue-deep);
}
body[data-page="index.html"] #gamme .tier .what{
  max-width:48ch;
  font-size:16px;
  line-height:1.55;
  color:var(--shade);
}
body[data-page="index.html"] #gamme .tier .what strong{
  color:var(--night);
  font-weight:600;
}
body[data-page="index.html"] #gamme .tier .plus{
  margin-bottom:9px;
  color:var(--blue-deep);
  font-size:10px;
  letter-spacing:.18em;
}
body[data-page="index.html"] #gamme .tier>.btn{
  justify-self:end;
  align-self:start;
  max-width:100%;
  min-width:0;
  padding:13px 17px;
  border:1px solid rgba(var(--night-rgb),.7);
  background:transparent;
  color:var(--night);
  font-size:14px;
  line-height:1.25;
  text-align:center;
  white-space:normal;
}
body[data-page="index.html"] #gamme .tier>.btn:hover{
  background:var(--night);
  color:var(--chalk);
}
body[data-page="index.html"] #gamme .tier.hi{
  background:transparent;
  border-left:4px solid var(--gold);
  padding-left:clamp(18px,2vw,28px);
}
body[data-page="index.html"] #gamme .tier.hi:hover{
  background:transparent;
}
body[data-page="index.html"] #gamme .tier.hi .price{
  color:var(--blue);
}
body[data-page="index.html"] #gamme .tier .badge{
  display:block;
  width:max-content;
  max-width:100%;
  margin:13px 0 0;
  padding:4px 8px;
  background:var(--gold);
  color:var(--night);
  font-family:var(--sans);
  font-size:9px;
  line-height:1.1;
  letter-spacing:.14em;
}
@media(max-width:900px){
  body[data-page="index.html"] #gamme .tier{
    grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);
    gap:18px 28px;
  }
  body[data-page="index.html"] #gamme .tier>.btn{
    grid-column:2;
    justify-self:start;
  }
  body[data-page="index.html"] #gamme .tier .what{
    grid-column:1 / -1;
    grid-row:2;
    max-width:60ch;
  }
}
@media(max-width:600px){
  body[data-page="index.html"] #gamme .tier{
    grid-template-columns:1fr;
    gap:18px;
    padding-block:28px;
  }
  body[data-page="index.html"] #gamme .tier .what,
  body[data-page="index.html"] #gamme .tier>.btn{
    grid-column:auto;
    grid-row:auto;
  }
  body[data-page="index.html"] #gamme .tier>.btn{
    justify-self:start;
  }
  body[data-page="index.html"] #gamme .tier h3{
    font-size:28px;
  }
}

/* Étapes — un rythme régulier, sans escalier ni faux emboîtement de cartes. */
body[data-page="index.html"] #etapes{
  overflow:hidden;
}
body[data-page="index.html"] #etapes h2{
  max-width:14ch;
  font-size:clamp(44px,6.5vw,88px);
  line-height:.94;
}
body[data-page="index.html"] #etapes .steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:clamp(42px,5vw,70px);
  border:0;
  border-top:1px solid rgba(var(--chalk-rgb),.48);
  border-bottom:1px solid rgba(var(--chalk-rgb),.48);
  background:transparent;
}
body[data-page="index.html"] #etapes .step{
  min-height:0;
  padding:28px clamp(18px,2vw,30px) 34px;
  background:transparent;
  border:0;
  border-right:1px solid rgba(var(--chalk-rgb),.2);
  display:flex;
  flex-direction:column;
  gap:14px;
  transform:none!important;
}
body[data-page="index.html"] #etapes .step:first-child{
  padding-left:0;
}
body[data-page="index.html"] #etapes .step:last-child{
  padding-right:0;
  border-right:0;
}
body[data-page="index.html"] #etapes .step>b{
  font-family:var(--sans);
  font-size:11px;
  line-height:1;
  letter-spacing:.22em;
  font-weight:600;
  color:var(--gold);
}
body[data-page="index.html"] #etapes .step h3{
  max-width:11ch;
  font-size:clamp(24px,2.2vw,32px);
  line-height:1.04;
  font-weight:400;
  letter-spacing:-.025em;
}
body[data-page="index.html"] #etapes .step p{
  max-width:27ch;
  font-size:15px;
  line-height:1.5;
  color:rgba(var(--chalk-rgb),.78);
}
body[data-page="index.html"] #etapes .step p b{
  display:block;
  margin-top:12px;
  font-family:var(--sans);
  font-size:10px;
  line-height:1.2;
  letter-spacing:.18em;
  font-weight:600;
  color:var(--gold)!important;
}
@media(max-width:900px){
  body[data-page="index.html"] #etapes .steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page="index.html"] #etapes .step:nth-child(2n){
    padding-right:0;
    border-right:0;
  }
  body[data-page="index.html"] #etapes .step:nth-child(n+3){
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }
  body[data-page="index.html"] #etapes .step:nth-child(2n+1){
    padding-left:0;
  }
}
@media(max-width:600px){
  body[data-page="index.html"] #etapes h2{
    max-width:12ch;
    font-size:clamp(40px,11vw,58px);
  }
  body[data-page="index.html"] #etapes .steps{
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] #etapes .step,
  body[data-page="index.html"] #etapes .step:first-child,
  body[data-page="index.html"] #etapes .step:last-child{
    padding:25px 0 28px;
    border-right:0;
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }
  body[data-page="index.html"] #etapes .step:first-child{
    border-top:0;
  }
}

/* Bas de l'accueil — une seule grille éditoriale, sans décalages hérités. */
body[data-page="index.html"] #fini,
body[data-page="index.html"] #cadre,
body[data-page="index.html"] #sortie,
body[data-page="index.html"] #realisations,
body[data-page="index.html"] #prix,
body[data-page="index.html"] #questions,
body[data-page="index.html"] #studio,
body[data-page="index.html"] #contact{
  overflow:hidden;
}
body[data-page="index.html"] #fini{
  padding-block:clamp(82px,9vw,132px);
  background:var(--chalk);
}
body[data-page="index.html"] #fini>.shell{
  max-width:1240px;
}
body[data-page="index.html"] #fini h2{
  max-width:16ch;
  font-size:clamp(44px,5.4vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
}
body[data-page="index.html"] #fini .finigrid{
  grid-template-columns:minmax(0,1.12fr) minmax(280px,.82fr);
  gap:clamp(48px,8vw,120px);
  margin-top:clamp(48px,6vw,78px);
}
body[data-page="index.html"] #fini .checks{
  border-top:1px solid var(--night);
}
body[data-page="index.html"] #fini .check{
  grid-template-columns:48px minmax(0,1fr);
  gap:18px;
  padding:19px 0;
  border-bottom:1px solid rgba(var(--night-rgb),.16);
}
body[data-page="index.html"] #fini .check>b{
  font-family:var(--sans);
  font-size:10px;
  line-height:1.3;
  letter-spacing:.18em;
  font-weight:700;
  color:var(--gold);
}
body[data-page="index.html"] #fini .check p{
  max-width:54ch;
  font-size:16px;
  line-height:1.48;
  color:var(--shade);
}
body[data-page="index.html"] #fini .sticky-fig{
  position:sticky;
  top:100px;
  align-self:start;
}
body[data-page="index.html"] #fini .sticky-fig img{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
  border-radius:0;
}
body[data-page="index.html"] #fini .sticky-fig .cap{
  margin-top:14px;
  color:var(--shade);
}

body[data-page="index.html"] #cadre{
  padding-block:clamp(82px,9vw,128px);
  background:var(--night);
}
body[data-page="index.html"] #cadre>.shell{
  max-width:1240px;
}
body[data-page="index.html"] #cadre h2{
  max-width:15ch;
  font-size:clamp(44px,5.4vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
}
body[data-page="index.html"] #cadre .gains{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(28px,5vw,76px);
  margin-top:clamp(48px,6vw,76px);
  border-top:1px solid rgba(var(--chalk-rgb),.28);
}
body[data-page="index.html"] #cadre .gain,
body[data-page="index.html"] #cadre .gain+.gain{
  min-height:0;
  padding:25px 0 0;
  border:0;
  border-top:2px solid var(--gold);
}
body[data-page="index.html"] #cadre .gain h3{
  max-width:none!important;
  overflow-wrap:normal!important;
  word-break:normal;
  font-size:clamp(24px,2.7vw,38px);
  line-height:1.05;
  letter-spacing:-.035em;
  color:var(--chalk);
}
body[data-page="index.html"] #cadre .gain p{
  max-width:30ch;
  margin-top:14px;
  font-size:16px;
  line-height:1.5;
  color:rgba(var(--sky-rgb),.78);
}
body[data-page="index.html"] #cadre>.shell>.lead{
  max-width:56ch;
  margin-top:clamp(44px,5vw,68px)!important;
  font-size:17px;
  line-height:1.52;
  color:rgba(var(--chalk-rgb),.86);
}
body[data-page="index.html"] #cadre>.shell>.lead+.lead{
  margin-top:18px!important;
  color:rgba(var(--sky-rgb),.72);
}

body[data-page="index.html"] .midcta{
  padding-block:clamp(42px,5vw,66px);
  border-block:1px solid rgba(var(--night-rgb),.22);
}
body[data-page="index.html"] .midcta h3{
  max-width:30ch;
  font-size:clamp(25px,3vw,40px);
  line-height:1.08;
  font-weight:400;
}
body[data-page="index.html"] .midcta small{
  font-size:11px;
  letter-spacing:.14em;
}

body[data-page="index.html"] #sortie{
  padding-block:clamp(82px,9vw,128px);
}
body[data-page="index.html"] #sortie .duo{
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
  gap:clamp(46px,8vw,120px);
  align-items:start;
}
body[data-page="index.html"] #sortie .stack{
  gap:22px;
}
body[data-page="index.html"] #sortie h2{
  max-width:15ch;
  font-size:clamp(42px,4.8vw,68px);
  line-height:1;
}
body[data-page="index.html"] #sortie .outlist{
  display:grid;
  gap:0;
  border:0;
  border-top:1px solid rgba(var(--sky-rgb),.35);
  background:transparent;
}
body[data-page="index.html"] #sortie .out{
  padding:20px 0 21px;
  border-bottom:1px solid rgba(var(--sky-rgb),.18);
  background:transparent;
}
body[data-page="index.html"] #sortie .out:hover{
  background:transparent;
}
body[data-page="index.html"] #sortie .out h3{
  margin:0 0 7px;
  font-size:clamp(22px,2.2vw,30px);
  line-height:1.08;
  font-weight:400;
}
body[data-page="index.html"] #sortie .out p{
  max-width:60ch;
  font-size:15.5px;
  line-height:1.5;
  color:rgba(var(--sky-rgb),.78);
}

body[data-page="index.html"] #realisations{
  padding-block:clamp(76px,8vw,112px);
  background:var(--night);
  color:var(--chalk);
}
body[data-page="index.html"] #realisations>.shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  column-gap:clamp(30px,8vw,130px);
  align-items:end;
}
body[data-page="index.html"] #realisations h2{
  grid-column:1;
  max-width:16ch;
  font-size:clamp(43px,5vw,72px);
  line-height:.98;
}
body[data-page="index.html"] #realisations>.lead{
  grid-column:1;
  max-width:48ch;
  margin-top:20px!important;
  color:rgba(var(--sky-rgb),.82);
}
body[data-page="index.html"] #realisations>.shell>div{
  grid-column:2;
  grid-row:1 / span 2;
  align-self:end;
  margin-top:0!important;
}
body[data-page="index.html"] #realisations>.shell>div .btn{
  white-space:nowrap;
}

body[data-page="index.html"] #prix{
  padding-block:clamp(82px,9vw,128px);
}
body[data-page="index.html"] #prix h2{
  max-width:15ch;
  font-size:clamp(43px,5vw,72px);
  line-height:.98;
}
body[data-page="index.html"] #prix>.shell>.lead{
  max-width:54ch;
  margin-top:22px!important;
}
body[data-page="index.html"] #prix .versus{
  max-width:1120px;
  margin-top:clamp(44px,6vw,72px);
}

body[data-page="index.html"] #questions{
  padding-block:clamp(82px,9vw,128px);
}
body[data-page="index.html"] #questions>.shell{
  max-width:1120px;
}
body[data-page="index.html"] #questions h2{
  max-width:16ch;
  font-size:clamp(43px,5vw,72px);
  line-height:.98;
}
body[data-page="index.html"] #questions .faq{
  width:100%;
  margin:clamp(46px,6vw,72px) 0 0;
  border-top:1px solid var(--line-chalk);
}
body[data-page="index.html"] #questions .q summary{
  padding:22px 0;
  font-size:clamp(21px,2.4vw,31px);
  line-height:1.12;
  font-weight:400;
}
body[data-page="index.html"] #questions .q .a{
  max-width:65ch;
  padding:0 0 25px;
  font-size:16px;
  line-height:1.55;
  color:var(--shade);
}

/* FAQ — une hiérarchie éditoriale commune, discrète et lisible. */
.faq{
  border-top:1px solid rgba(var(--night-rgb),.22);
}
.q{
  border-bottom:1px solid rgba(var(--night-rgb),.16);
}
.q summary{
  padding-block:clamp(17px,2vw,23px);
  gap:16px;
  font-size:clamp(18px,1.65vw,22px);
  line-height:1.3;
  font-weight:500;
  letter-spacing:-.008em;
}
.q summary::after{
  font-size:21px;
  font-weight:400;
}
.q .a{
  max-width:62ch;
  padding:0 0 clamp(20px,2.4vw,28px);
  font-size:15.5px;
  line-height:1.65;
  color:var(--shade);
}

body[data-page="index.html"] #studio{
  padding-block:clamp(82px,9vw,128px);
}
body[data-page="index.html"] #studio .duo{
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
  gap:clamp(42px,8vw,120px);
  align-items:start;
}
body[data-page="index.html"] #studio .figure{
  margin:0;
  background:none;
  overflow:hidden;
}
body[data-page="index.html"] #studio .figure::after{
  display:none;
}
body[data-page="index.html"] #studio .figure img{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
}
body[data-page="index.html"] #studio .stack{
  gap:22px;
}
body[data-page="index.html"] #studio h2{
  max-width:15ch;
  font-size:clamp(42px,4.8vw,68px);
  line-height:1;
}
body[data-page="index.html"] #studio .lead{
  max-width:48ch;
}

body[data-page="index.html"] #contact{
  padding-block:clamp(82px,9vw,128px);
}
body[data-page="index.html"] #contact .duo{
  grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);
  gap:clamp(42px,8vw,120px);
  align-items:start;
}
body[data-page="index.html"] #contact .stack{
  gap:22px;
}
body[data-page="index.html"] #contact h2{
  max-width:15ch;
  font-size:clamp(42px,4.8vw,68px);
  line-height:1;
}
body[data-page="index.html"] #contact .form{
  width:100%;
  max-width:none;
  margin-top:0;
  gap:20px;
}
body[data-page="index.html"] #contact .field input,
body[data-page="index.html"] #contact .field textarea{
  border-radius:0;
  padding:14px 0;
}
body[data-page="index.html"] #contact .field textarea{
  min-height:132px;
}

body[data-page="index.html"] #fin{
  min-height:min(76svh,760px);
}
body[data-page="index.html"] #fin::after{
  background:rgba(var(--night-rgb),.2);
}
body[data-page="index.html"] #fin h2{
  max-width:14ch;
  font-size:clamp(48px,6.5vw,88px);
  line-height:.95;
}
body[data-page="index.html"] #fin .lead{
  margin-top:20px!important;
}

body[data-page="index.html"] footer{
  padding-block:clamp(64px,8vw,110px);
  border-top:1px solid rgba(var(--gold-rgb),.4);
}
body[data-page="index.html"] footer>.shell{
  max-width:1240px;
}
body[data-page="index.html"] footer .footgrid{
  grid-template-columns:minmax(0,1.45fr) minmax(150px,.7fr) minmax(150px,.7fr);
  gap:clamp(30px,6vw,96px);
}
body[data-page="index.html"] footer .bigmail{
  max-width:16ch;
  margin-top:clamp(52px,7vw,86px);
  font-size:clamp(34px,5.2vw,72px);
  line-height:.95;
}

@media(max-width:900px){
  body[data-page="index.html"] #fini .finigrid{
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] #fini .sticky-fig{
    position:static;
    order:-1;
    max-width:620px;
  }
  body[data-page="index.html"] #cadre .gains{
    grid-template-columns:1fr;
    gap:0;
  }
  body[data-page="index.html"] #cadre .gain,
  body[data-page="index.html"] #cadre .gain+.gain{
    padding:23px 0 25px;
    border-top:1px solid rgba(var(--chalk-rgb),.28);
  }
  body[data-page="index.html"] #cadre .gain:first-child{
    border-top:0;
  }
  body[data-page="index.html"] #sortie .duo,
  body[data-page="index.html"] #studio .duo,
  body[data-page="index.html"] #contact .duo{
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] #realisations>.shell{
    display:block;
  }
  body[data-page="index.html"] #realisations>.shell>div{
    margin-top:30px!important;
  }
  body[data-page="index.html"] footer .footgrid{
    grid-template-columns:1fr 1fr;
  }
  body[data-page="index.html"] footer .footgrid>div:first-child{
    grid-column:1 / -1;
  }
}
@media(max-width:600px){
  body[data-page="index.html"] #fini h2,
  body[data-page="index.html"] #cadre h2,
  body[data-page="index.html"] #realisations h2,
  body[data-page="index.html"] #prix h2,
  body[data-page="index.html"] #questions h2,
  body[data-page="index.html"] #studio h2,
  body[data-page="index.html"] #contact h2{
    font-size:clamp(39px,10.5vw,58px);
  }
  body[data-page="index.html"] #sortie h2{
    font-size:clamp(39px,10.5vw,58px);
  }
  body[data-page="index.html"] footer .footgrid{
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] footer .footgrid>div:first-child{
    grid-column:auto;
  }
}

/* Socle — toutes les familles suivent le même axe, sans marches latérales. */
body[data-page="index.html"] #socle .fam,
body[data-page="index.html"] #socle .fam:nth-of-type(3),
body[data-page="index.html"] #socle .fam:nth-of-type(4){
  display:grid;
  width:100%;
  margin-left:0!important;
  margin-right:0!important;
  margin-top:clamp(48px,5vw,72px);
  padding-inline:var(--pad);
  grid-template-columns:minmax(190px,.72fr) minmax(0,3fr);
  align-items:start!important;
}
body[data-page="index.html"] #socle .fam-t{
  align-self:start!important;
  padding-top:0!important;
}
body[data-page="index.html"] #socle .fcards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:start;
}
body[data-page="index.html"] #socle .trade-card,
body[data-page="index.html"] #socle .trade-card figure{
  min-width:0;
}
body[data-page="index.html"] #socle .scard{
  height:clamp(220px,24vw,320px)!important;
  min-height:0;
}
body[data-page="index.html"] #socle .scard img{
  width:100%;
  height:100%;
  object-fit:contain!important;
  object-position:center;
}
body[data-page="index.html"] #socle .fcards figcaption{
  padding-top:9px;
  font-size:10px;
  line-height:1.2;
  letter-spacing:.16em;
  white-space:normal;
}
@media(max-width:820px){
  body[data-page="index.html"] #socle .fam,
  body[data-page="index.html"] #socle .fam:nth-of-type(3),
  body[data-page="index.html"] #socle .fam:nth-of-type(4){
    display:block;
    margin-top:48px;
  }
  body[data-page="index.html"] #socle .fcards{
    margin-top:22px;
  }
  body[data-page="index.html"] #socle .scard{
    height:clamp(210px,43vw,285px)!important;
  }
}
@media(max-width:520px){
  body[data-page="index.html"] #socle .fam{
    padding-inline:var(--pad);
  }
  body[data-page="index.html"] #socle .fcards{
    gap:8px;
  }
  body[data-page="index.html"] #socle .scard{
    height:clamp(150px,43vw,230px)!important;
  }
  body[data-page="index.html"] #socle .fcards figcaption{
    font-size:9px;
    letter-spacing:.1em;
  }
}

/* Sur mesure — donner à l'image une vraie présence et un contraste de fond. */
body[data-page="index.html"] #surmesure .duo{
  grid-template-columns:minmax(360px,1.08fr) minmax(0,.92fr);
  gap:clamp(32px,4vw,60px);
  align-items:center;
}
body[data-page="index.html"] #surmesure .figure{
  position:relative;
  width:calc(100% + var(--pad));
  margin-left:calc(var(--pad) * -1);
  margin-right:0;
  padding:0;
  background:transparent;
}
body[data-page="index.html"] #surmesure .figure::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:18px -18px -18px 18px;
  background:var(--sky);
  border:1px solid rgba(var(--chalk-rgb),.22);
}
body[data-page="index.html"] #surmesure .figure picture{
  position:relative;
  z-index:1;
  display:block;
  height:clamp(420px,40vw,560px);
}
body[data-page="index.html"] #surmesure .figure img{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center;
}
@media(max-width:900px){
  body[data-page="index.html"] #surmesure .duo{
    grid-template-columns:1fr;
    gap:42px;
  }
  body[data-page="index.html"] #surmesure .figure{
    width:100%;
    margin-inline:0;
    max-width:720px;
  }
  body[data-page="index.html"] #surmesure .figure picture{
    height:auto;
    aspect-ratio:16/9;
  }
  body[data-page="index.html"] #surmesure .figure img{
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
  }
}

/* Fini — l'image accompagne la liste au lieu de rester dans une vignette. */
body[data-page="index.html"] #fini .finigrid{
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:clamp(34px,5vw,76px);
}
body[data-page="index.html"] #fini .sticky-fig{
  width:100%;
  position:relative;
  align-self:start;
}
body[data-page="index.html"] #fini .sticky-fig img{
  width:100%;
  max-width:none;
  height:clamp(480px,56vw,680px);
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center;
}
@media(max-width:900px){
  body[data-page="index.html"] #fini .finigrid{
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] #fini .sticky-fig img{
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
  }
}

/* Contact — la demande de devis devient la conclusion naturelle du parcours. */
body[data-page="index.html"] #contact{
  padding-block:clamp(76px,8vw,116px);
  background:var(--blue);
  color:var(--chalk);
  border-top:1px solid rgba(var(--chalk-rgb),.24);
}
body[data-page="index.html"] #contact .duo{
  grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr);
  gap:clamp(44px,8vw,120px);
  align-items:start;
}
body[data-page="index.html"] #contact .stack{
  gap:20px;
}
body[data-page="index.html"] #contact .stack::before{
  content:"Votre projet";
  display:flex;
  align-items:center;
  padding-left:36px;
  color:var(--gold);
  font-size:10px;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:600;
  background:linear-gradient(var(--gold),var(--gold)) left center / 24px 2px no-repeat;
}
body[data-page="index.html"] #contact h2{
  max-width:13ch;
  font-size:clamp(42px,4.8vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
  color:var(--chalk);
}
body[data-page="index.html"] #contact .small{
  max-width:43ch;
  color:rgba(var(--chalk-rgb),.82);
}
body[data-page="index.html"] #contact .reassure{
  gap:12px;
  margin-top:4px;
}
body[data-page="index.html"] #contact .reassure li{
  padding-left:22px;
  color:rgba(var(--chalk-rgb),.8);
}
body[data-page="index.html"] #contact .reassure li::before{
  top:.62em;
  width:7px;
  height:7px;
  border-radius:0;
  background:var(--gold);
}
body[data-page="index.html"] #contact .form{
  margin-top:0;
  padding-top:26px;
  border-top:1px solid rgba(var(--chalk-rgb),.36);
}
body[data-page="index.html"] #contact .field{
  gap:8px;
}
body[data-page="index.html"] #contact .field label{
  color:rgba(var(--chalk-rgb),.72);
}
body[data-page="index.html"] #contact .field input,
body[data-page="index.html"] #contact .field textarea{
  color:var(--chalk);
  border-bottom-color:rgba(var(--chalk-rgb),.42);
}
body[data-page="index.html"] #contact .field input:focus,
body[data-page="index.html"] #contact .field textarea:focus{
  border-bottom-color:var(--gold);
}
body[data-page="index.html"] #contact .formnote{
  color:rgba(var(--chalk-rgb),.68);
}
body[data-page="index.html"] #contact .btn.gold{
  background:var(--gold);
  border-color:var(--gold);
  color:var(--night);
}
@media(max-width:900px){
  body[data-page="index.html"] #contact .duo{
    grid-template-columns:1fr;
    gap:48px;
  }
}

/* Footer — une hiérarchie courte, sans grille globale qui étire le vide. */
body[data-page="index.html"] footer{
  padding-block:clamp(54px,6vw,82px);
  background:var(--night);
  border-top:1px solid rgba(var(--gold-rgb),.4);
}
body[data-page="index.html"] footer>.shell{
  display:block;
  max-width:1240px;
}
body[data-page="index.html"] footer .footgrid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(150px,.8fr) minmax(150px,.8fr);
  gap:34px clamp(34px,6vw,84px);
}
body[data-page="index.html"] footer .footgrid>div:first-child{
  grid-column:auto;
  grid-row:auto;
}
body[data-page="index.html"] footer .brand b{
  font-size:31px;
}
body[data-page="index.html"] footer .bigmail{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:24px;
  width:100%;
  max-width:none;
  margin-top:clamp(44px,5vw,64px);
  padding-top:22px;
  border-top:1px solid rgba(var(--sky-rgb),.2)!important;
  font-size:clamp(38px,5.8vw,78px);
  line-height:.94;
  letter-spacing:-.045em;
}
body[data-page="index.html"] footer .bigmail::after{
  content:"↗";
  flex:0 0 auto;
  color:var(--gold);
  font-family:var(--sans);
  font-size:clamp(25px,3vw,42px);
  font-weight:400;
  letter-spacing:0;
}
body[data-page="index.html"] footer .bigmail:hover{
  transform:none!important;
}
body[data-page="index.html"] footer .footbar{
  margin-top:34px;
  padding-top:18px;
}
@media(max-width:900px){
  body[data-page="index.html"] footer .footgrid{
    grid-template-columns:1fr 1fr;
  }
  body[data-page="index.html"] footer .footgrid>div:first-child{
    grid-column:1 / -1;
  }
}
@media(max-width:600px){
  body[data-page="index.html"] footer .footgrid{
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] footer .footgrid>div:first-child{
    grid-column:auto;
  }
  body[data-page="index.html"] footer .bigmail{
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
  }
}

/* Le script ajoute la liste des métiers : elle reste une colonne compacte. */
body[data-page="index.html"] footer .footgrid:has(.trade-links){
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(130px,.75fr) minmax(130px,.75fr) minmax(210px,1.15fr);
  gap:34px clamp(26px,4vw,64px);
}
body[data-page="index.html"] footer .footgrid:has(.trade-links)>div:first-child{
  grid-column:auto;
  grid-row:auto;
}
body[data-page="index.html"] footer .trade-links ul{
  display:block;
  columns:2;
  column-gap:24px;
  column-fill:balance;
}
body[data-page="index.html"] footer .trade-links li{
  break-inside:avoid;
}
@media(max-width:900px){
  body[data-page="index.html"] footer .footgrid:has(.trade-links){
    grid-template-columns:1fr 1fr;
  }
  body[data-page="index.html"] footer .footgrid:has(.trade-links)>div:first-child,
  body[data-page="index.html"] footer .footgrid:has(.trade-links)>.trade-links{
    grid-column:1 / -1;
  }
}
@media(max-width:600px){
  body[data-page="index.html"] footer .footgrid:has(.trade-links){
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] footer .trade-links ul{
    columns:2;
  }
}

/* Responsive hardening — les paliers suivent la largeur réelle, pas un appareil
   précis. Les enfants de grilles peuvent toujours rétrécir sans créer de scroll. */
html{
  overflow-x:clip;
}
body{
  min-width:0;
}
img,video,svg,canvas,iframe{
  max-width:100%;
}
.shell,
section>.shell,
footer>.shell,
.duo,.gains,.steps,.tiers,.works,.versus,.finigrid,
.price-grid,.proofgrid,.fam,.fcards,.caps,.footgrid,
.form,.pair,.field,.figure,.sticky-fig{
  min-width:0;
}
:is(.duo,.gains,.steps,.tiers,.works,.versus,.finigrid,
.price-grid,.proofgrid,.fam,.fcards,.caps,.footgrid,
.form,.pair)>*{
  min-width:0;
}
h1,h2,h3,h4,p,li,a,button,label{
  overflow-wrap:break-word;
  word-break:normal;
}
input,textarea,select,button{
  max-width:100%;
}

@media(min-width:600px) and (max-width:1059px){
  .steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(min-width:640px) and (max-width:859px){
  .works{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(min-width:860px) and (max-width:1119px){
  .works{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(min-width:860px) and (max-width:1059px){
  .price-grid{
    grid-template-columns:1fr;
    align-items:start;
  }
}
@media(min-width:900px) and (max-width:1059px){
  .proofgrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px 30px;
  }
  .tier{
    grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr);
    gap:20px 26px;
  }
  .tier>.btn{
    grid-column:2;
    justify-self:start;
  }
}
@media(max-width:959px) and (min-width:821px){
  body[data-page="index.html"] #surmesure .duo,
  body[data-page="index.html"] #studio .duo,
  body[data-page="index.html"] #contact .duo{
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] #surmesure .figure{
    width:100%;
    margin-inline:0;
  }
  body[data-page="index.html"] #surmesure .figure picture{
    height:auto;
    aspect-ratio:16/9;
  }
  body[data-page="index.html"] #surmesure .figure img{
    height:auto;
    aspect-ratio:16/9;
  }
  body[data-page="index.html"] #fini .finigrid{
    grid-template-columns:1fr;
  }
  body[data-page="index.html"] #fini .sticky-fig{
    position:static;
    order:-1;
    max-width:720px;
  }
  body[data-page="index.html"] #fini .sticky-fig img{
    height:auto;
    object-fit:contain;
  }
}
@media(max-width:599px){
  :root{
    --pad:16px;
  }
  section{
    padding-block:52px;
  }
  section.tight{
    padding-block:44px;
  }
  .shell{
    width:100%;
  }
  .hero .hero-cta,
  .phero .hero-cta{
    align-items:stretch;
    flex-direction:column;
  }
  .hero .hero-cta .btn,
  .phero .hero-cta .btn{
    width:100%;
    justify-content:center;
  }
  .hero .hero-cta .ghost,
  .phero .hero-cta .ghost{
    align-self:flex-start;
  }
  .proofgrid{
    grid-template-columns:1fr 1fr;
  }
  .proofgrid>div{
    min-width:0;
  }
  .tier{
    grid-template-columns:1fr;
  }
  .tier>.btn{
    grid-column:auto;
    justify-self:start;
  }
  .works{
    grid-template-columns:1fr;
  }
  .caps{
    grid-template-columns:1fr;
  }
  .row{
    align-items:flex-start;
  }
  .row span{
    min-width:0;
  }
  .row b{
    flex:0 0 auto;
  }
  .form .pair{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
  }
  .form-actions,
  .form>div:last-child{
    align-items:stretch!important;
    flex-direction:column;
  }
  .form-actions .btn,
  .form>div:last-child .btn{
    width:100%;
    justify-content:center;
  }
  body[data-page="index.html"] footer .bigmail{
    font-size:clamp(34px,11vw,58px);
  }
}

/* Tablette — le héros doit rester éditorial, jamais deux colonnes qui se
   recouvrent sur une largeur intermédiaire. */
@media(min-width:600px) and (max-width:900px){
  body[data-page="index.html"] .hero{
    min-height:min(88svh,860px);
    align-items:flex-start;
    padding-top:0;
  }
  body[data-page="index.html"] .hero .bg{
    inset:0 0 0 48%;
  }
  body[data-page="index.html"] .hero .shell{
    display:block;
    position:relative;
    width:calc(45% - var(--pad));
    max-width:420px;
    margin:0 var(--pad);
    padding-top:clamp(120px,15vw,154px);
  }
  body[data-page="index.html"] .hero .display{
    max-width:10ch;
    font-size:clamp(52px,8.8vw,76px);
  }
  body[data-page="index.html"] .hero .lead{
    max-width:35ch;
  }
  body[data-page="index.html"] .hero .bg img,
  body[data-page="index.html"] .hero .bg video{
    object-position:50% 30%;
  }
  body[data-page="index.html"] .hero::after{
    left:48%;
    background:linear-gradient(90deg,
      rgba(var(--night-rgb),.2) 0%,
      rgba(var(--night-rgb),.04) 55%,
      transparent 100%);
  }
  body[data-page="index.html"] .hero .btn.big{
    white-space:nowrap;
  }
}

/* Page dédiée « Nous contacter ». Le formulaire ne dépend plus de la
   composition particulière de la page d'accueil. */
body[data-page="nous-contacter.html"] .contact-intro{
  min-height:min(48svh,520px);
  display:flex;
  align-items:flex-end;
  padding-block:clamp(140px,16vw,210px) clamp(54px,7vw,88px);
  background:var(--blue);
  color:var(--chalk);
}
body[data-page="nous-contacter.html"] .contact-intro .shell{
  width:100%;
}
body[data-page="nous-contacter.html"] .contact-intro .kicker{
  margin-bottom:18px;
  color:var(--gold);
  font-size:11px;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
}
body[data-page="nous-contacter.html"] .contact-intro h1{
  max-width:11ch;
  font-family:var(--serif);
  font-size:clamp(48px,7vw,96px);
  font-weight:600;
  line-height:.94;
  letter-spacing:-.055em;
}
body[data-page="nous-contacter.html"] .contact-intro .lead{
  max-width:42ch;
  margin-top:24px;
  color:rgba(var(--chalk-rgb),.88);
  font-size:clamp(17px,1.5vw,21px);
}
body[data-page="nous-contacter.html"] .contact-form-section{
  padding-block:clamp(58px,8vw,112px);
  background:var(--blue);
  color:var(--chalk);
  border-top:1px solid rgba(var(--chalk-rgb),.22);
}
body[data-page="nous-contacter.html"] .contact-form-section>.shell{
  max-width:1240px;
}
body[data-page="nous-contacter.html"] .contact-form-section>.duo{
  grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);
  gap:clamp(42px,8vw,120px);
  align-items:start;
}
body[data-page="nous-contacter.html"] .contact-form-section .stack{
  gap:22px;
}
body[data-page="nous-contacter.html"] .contact-form-section .stack::before{
  content:"Votre projet";
  display:flex;
  align-items:center;
  padding-left:36px;
  color:var(--gold);
  font-size:10px;
  font-weight:600;
  letter-spacing:.22em;
  line-height:1;
  text-transform:uppercase;
  background:linear-gradient(var(--gold),var(--gold)) left center / 24px 2px no-repeat;
}
body[data-page="nous-contacter.html"] .contact-form-section .form{
  width:100%;
  max-width:none;
  margin-top:0;
  gap:20px;
}
body[data-page="nous-contacter.html"] .contact-form-section .field label{
  color:rgba(var(--chalk-rgb),.72);
}
body[data-page="nous-contacter.html"] .contact-form-section .field input,
body[data-page="nous-contacter.html"] .contact-form-section .field textarea{
  border:0;
  border-bottom:1px solid rgba(var(--chalk-rgb),.4);
  border-radius:0;
  padding:14px 0;
  color:var(--chalk);
}
body[data-page="nous-contacter.html"] .contact-form-section .field input:focus,
body[data-page="nous-contacter.html"] .contact-form-section .field textarea:focus{
  border-bottom-color:var(--gold);
  box-shadow:0 2px 0 var(--gold);
}
body[data-page="nous-contacter.html"] .contact-form-section .formnote{
  color:rgba(var(--chalk-rgb),.7);
}
body[data-page="nous-contacter.html"] .qualification-figure{
  max-width:1240px;
  margin-inline:auto;
}
body[data-page="nous-contacter.html"] .qualification-figure .figure{
  margin-inline:8% -6%;
}
body[data-page="nous-contacter.html"] .qualification-figure .figure img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}
@media(max-width:900px){
  body[data-page="nous-contacter.html"] .contact-form-section>.duo{
    grid-template-columns:1fr;
    gap:48px;
  }
  body[data-page="nous-contacter.html"] .qualification-figure .figure{
    margin-inline:0;
  }
}

/* Sur mesure — une colonne éditoriale nette sur desktop, puis deux zones
   indépendantes sur tablette afin que le texte ne recouvre jamais la statue. */
body[data-page="upshot-sur-mesure.html"] .phero{
  min-height:min(90svh,880px);
  align-items:flex-end;
}
body[data-page="upshot-sur-mesure.html"] .phero::after{
  background:
    linear-gradient(90deg,rgba(var(--night-rgb),.62) 0%,rgba(var(--night-rgb),.38) 36%,rgba(var(--night-rgb),.08) 66%,transparent 100%),
    linear-gradient(0deg,rgba(var(--night-rgb),.24),transparent 54%);
}
body[data-page="upshot-sur-mesure.html"] .phero .shell{
  display:grid;
  grid-template-columns:minmax(0,680px) 1fr;
  gap:0;
  align-content:end;
  padding-top:clamp(118px,15vh,160px);
  padding-bottom:clamp(36px,5vw,64px);
}
body[data-page="upshot-sur-mesure.html"] .phero .kicker,
body[data-page="upshot-sur-mesure.html"] .phero h1,
body[data-page="upshot-sur-mesure.html"] .phero .lead,
body[data-page="upshot-sur-mesure.html"] .phero .hero-cta{
  grid-column:1;
}
body[data-page="upshot-sur-mesure.html"] .phero .kicker{grid-row:1}
body[data-page="upshot-sur-mesure.html"] .phero h1{grid-row:2}
body[data-page="upshot-sur-mesure.html"] .phero .lead{grid-row:3}
body[data-page="upshot-sur-mesure.html"] .phero .hero-cta{grid-row:4}
body[data-page="upshot-sur-mesure.html"] .phero h1{
  max-width:14ch;
  font-size:clamp(48px,5vw,72px);
  line-height:.94;
  letter-spacing:-.052em;
}
body[data-page="upshot-sur-mesure.html"] .phero .lead{
  max-width:45ch;
  margin-top:clamp(22px,2.4vw,30px);
  font-size:clamp(17px,1.35vw,20px);
  line-height:1.48;
}
body[data-page="upshot-sur-mesure.html"] .phero .hero-cta{
  margin-top:clamp(26px,3vw,38px);
}
@media(min-width:600px) and (max-width:900px){
  body[data-page="upshot-sur-mesure.html"] .phero{
    min-height:min(86svh,780px);
    background:var(--blue-deep);
  }
  body[data-page="upshot-sur-mesure.html"] .phero .bg{
    left:48%;
    transform:none;
  }
  body[data-page="upshot-sur-mesure.html"] .phero .bg img{
    object-position:72% 50%;
  }
  body[data-page="upshot-sur-mesure.html"] .phero::after{
    background:
      linear-gradient(90deg,rgba(var(--night-rgb),.46) 0%,rgba(var(--night-rgb),.46) 48%,rgba(var(--night-rgb),.12) 64%,rgba(var(--night-rgb),.04) 100%);
  }
  body[data-page="upshot-sur-mesure.html"] .phero .shell{
    display:block;
    padding-right:54%;
    padding-top:126px;
    padding-bottom:48px;
  }
  body[data-page="upshot-sur-mesure.html"] .phero h1{
    max-width:9.4ch;
    font-size:clamp(43px,6.2vw,56px);
  }
  body[data-page="upshot-sur-mesure.html"] .phero .lead{
    max-width:34ch;
    font-size:16px;
  }
  body[data-page="upshot-sur-mesure.html"] .phero .btn.big{
    padding:16px 20px;
    font-size:15px;
  }
}
@media(max-width:599px){
  body[data-page="upshot-sur-mesure.html"] .phero{
    min-height:100svh;
  }
  body[data-page="upshot-sur-mesure.html"] .phero::after{
    background:
      linear-gradient(0deg,rgba(var(--night-rgb),.88) 0%,rgba(var(--night-rgb),.64) 52%,rgba(var(--night-rgb),.08) 88%);
  }
  body[data-page="upshot-sur-mesure.html"] .phero .shell{
    display:block;
    padding-top:118px;
    padding-bottom:34px;
  }
  body[data-page="upshot-sur-mesure.html"] .phero h1{
    max-width:10.5ch;
    font-size:clamp(42px,12vw,58px);
    line-height:.95;
  }
  body[data-page="upshot-sur-mesure.html"] .phero .lead{
    max-width:35ch;
    margin-top:20px;
    font-size:16px;
  }
}

body[data-page="upshot-sur-mesure.html"] .sur-mesure-feature{
  margin-block:clamp(28px,3.5vw,46px) clamp(36px,4.5vw,62px);
  overflow:clip;
}

body[data-page="methode.html"] .phero::after{
  background:
    linear-gradient(90deg,rgba(var(--night-rgb),.2) 0%,rgba(var(--night-rgb),.08) 52%,rgba(var(--night-rgb),.015) 100%),
    linear-gradient(0deg,rgba(var(--night-rgb),.1),transparent 58%);
}
body[data-page="methode.html"] .phero .bg::after{
  background:rgba(var(--night-rgb),.04);
}

/* Sur mesure — les offres de construction gagnent une grille régulière et
   une largeur de lecture confortable. */
body[data-page="upshot-sur-mesure.html"] .recu{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin-top:clamp(38px,5vw,64px);
  border-top:1px solid rgba(var(--night-rgb),.62);
}
body[data-page="upshot-sur-mesure.html"] .recu>div{
  min-height:170px;
  padding:28px 30px 30px 0;
  border-top:0;
  border-right:1px solid rgba(var(--night-rgb),.18);
  border-bottom:1px solid rgba(var(--night-rgb),.18);
}
body[data-page="upshot-sur-mesure.html"] .recu>div:nth-child(even){
  padding-right:0;
  padding-left:30px;
  border-right:0;
}
body[data-page="upshot-sur-mesure.html"] .recu h3{
  max-width:24ch;
  font-size:clamp(21px,2vw,28px);
  line-height:1.04;
  letter-spacing:-.025em;
}
body[data-page="upshot-sur-mesure.html"] .recu p{
  max-width:42ch;
  margin-top:12px;
  font-size:16px;
  line-height:1.5;
}
@media(min-width:1100px){
  body[data-page="upshot-sur-mesure.html"] .recu{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  body[data-page="upshot-sur-mesure.html"] .recu>div,
  body[data-page="upshot-sur-mesure.html"] .recu>div:nth-child(even){
    padding-inline:26px;
    border-right:1px solid rgba(var(--night-rgb),.18);
  }
  body[data-page="upshot-sur-mesure.html"] .recu>div:nth-child(3n){
    border-right:0;
  }
}
@media(max-width:859px){
  body[data-page="upshot-sur-mesure.html"] .recu{
    grid-template-columns:1fr;
  }
  body[data-page="upshot-sur-mesure.html"] .recu>div,
  body[data-page="upshot-sur-mesure.html"] .recu>div:nth-child(even){
    min-height:0;
    padding:24px 0;
    border-right:0;
  }
}

/* Sur mesure — rendre la section méthode plus éditoriale et plus lisible. */
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two{
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);
  gap:clamp(42px,7vw,104px);
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two h2.sec{
  max-width:11ch;
  font-size:clamp(40px,4.7vw,66px);
  line-height:.96;
  letter-spacing:-.045em;
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two .prose{
  max-width:60ch;
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two .prose>.lead{
  max-width:56ch;
  font-size:clamp(18px,1.45vw,21px);
  line-height:1.42;
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two .encadre{
  margin-top:clamp(30px,3.2vw,40px)!important;
  padding:25px 28px 27px 30px;
  border:1px solid rgba(var(--sky-rgb),.2);
  border-left:3px solid var(--gold);
  background:rgba(var(--sky-rgb),.045);
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two .encadre>.lead{
  font-size:clamp(18px,1.55vw,22px);
  line-height:1.25;
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two .encadre>.small,
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two>.prose>.small{
  font-size:15px;
  line-height:1.52;
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two>.prose>.small{
  color:rgba(var(--sky-rgb),.82);
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.two>.prose>.small:nth-last-child(1){
  margin-top:18px!important;
}
body[data-page="upshot-sur-mesure.html"] #methode>.shell.duo{
  gap:clamp(38px,7vw,100px);
}
@media(max-width:919px){
  body[data-page="upshot-sur-mesure.html"] #methode>.shell.two{
    grid-template-columns:1fr;
    gap:32px;
  }
  body[data-page="upshot-sur-mesure.html"] #methode>.shell.two h2.sec{
    max-width:14ch;
  }
}

/* Sur mesure — donner au prix une présentation de référence, pas une simple
   rangée de cartes. */
body[data-page="upshot-sur-mesure.html"] #prix{
  padding-block:clamp(82px,10vw,142px);
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell{
  max-width:1120px;
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.sec{
  max-width:12ch;
  font-size:clamp(52px,6.8vw,92px);
  line-height:.92;
  letter-spacing:-.055em;
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.lead{
  max-width:52ch;
  margin-top:28px;
  font-size:clamp(18px,1.45vw,21px);
  line-height:1.45;
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);
  column-gap:clamp(44px,8vw,120px);
  align-items:end;
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti{
  grid-column:1 / -1;
  width:100%;
  margin-top:clamp(56px,7vw,88px);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  border-top:1px solid rgba(var(--night-rgb),.55);
  border-left:1px solid rgba(var(--night-rgb),.14);
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div{
  position:relative;
  min-height:158px;
  padding:31px 32px 30px 58px;
  border:0;
  border-right:1px solid rgba(var(--night-rgb),.14);
  border-bottom:1px solid rgba(var(--night-rgb),.14);
  background:rgba(var(--chalk-rgb),.72);
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div:nth-child(2n){
  border-right:0;
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div::before{
  content:counter(prix-garantie,decimal-leading-zero);
  counter-increment:prix-garantie;
  position:absolute;
  top:31px;
  left:22px;
  color:var(--gold);
  font-size:11px;
  font-weight:600;
  letter-spacing:.12em;
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti{
  counter-reset:prix-garantie;
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div b{
  max-width:24ch;
  margin:0 0 12px;
  color:var(--night);
  font-family:var(--serif);
  font-size:clamp(20px,1.8vw,26px);
  font-weight:600;
  line-height:1.05;
  letter-spacing:-.02em;
}
body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div{
  color:rgba(var(--night-rgb),.7);
  font-size:15px;
  line-height:1.45;
}
@media(min-width:1100px){
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div,
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div:nth-child(2n){
    min-height:206px;
    padding:34px 26px 30px 26px;
    border-right:1px solid rgba(var(--night-rgb),.14);
  }
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div:last-child{
    border-right:0;
  }
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div::before{
    position:static;
    display:block;
    margin-bottom:34px;
  }
}
@media(max-width:919px){
  body[data-page="upshot-sur-mesure.html"] #prix>.shell{
    display:block;
  }
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.lead{
    max-width:58ch;
  }
}
@media(max-width:600px){
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti{
    grid-template-columns:1fr;
  }
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div,
  body[data-page="upshot-sur-mesure.html"] #prix>.shell>.garanti div:nth-child(2n){
    min-height:0;
    padding-block:26px;
    border-right:0;
  }
}
@media(max-width:600px){
  body[data-page="nous-contacter.html"] .contact-intro{
    min-height:0;
    padding-block:126px 54px;
  }
  body[data-page="nous-contacter.html"] .contact-intro h1{
    font-size:clamp(45px,12vw,64px);
  }
  body[data-page="nous-contacter.html"] .contact-form-section{
    padding-block:58px;
  }
}

/* Footer partagé — même hiérarchie sur toutes les pages. */
footer .shell{
  display:block;
  max-width:var(--max);
}

footer .footgrid{
  display:grid;
  grid-template-columns:minmax(220px,1.35fr) minmax(150px,.8fr) minmax(150px,.85fr) minmax(220px,1.35fr);
  gap:clamp(28px,4vw,58px);
  align-items:start;
}

footer .footgrid>div:first-child{
  grid-row:auto;
}

footer .footer-brand .brand{
  color:var(--chalk);
}

footer .footer-brand .brand span{
  color:var(--gold);
}

footer .footer-intro{
  max-width:29ch;
  margin-top:22px;
  color:rgba(var(--sky-rgb),.72);
  font-size:14px;
  line-height:1.5;
}

footer .footer-contact{
  margin-top:16px;
  color:var(--gold);
  font-size:14px;
}

footer .footgrid h4{
  margin-bottom:17px;
  color:rgba(var(--sky-rgb),.58);
}

footer .footgrid ul{
  gap:10px;
}

footer .footgrid a{
  font-size:14px;
  line-height:1.25;
}

footer .trade-links ul{
  columns:2;
  column-gap:24px;
  display:block;
}

footer .trade-links li{
  break-inside:avoid;
  margin-bottom:10px;
}

footer .bigmail{
  max-width:18ch;
  margin-top:clamp(52px,7vw,92px);
  font-size:clamp(34px,5.3vw,72px);
}

footer .footbar{
  margin-top:clamp(46px,6vw,76px);
  padding-top:20px;
  gap:12px 28px;
  align-items:center;
}

footer .legal{
  gap:6px 16px;
}

@media(max-width:1059px){
  footer .footgrid{
    grid-template-columns:1.2fr 1fr 1fr;
  }
  footer .trade-links{
    grid-column:1 / -1;
    padding-top:24px;
    border-top:1px solid rgba(var(--sky-rgb),.14);
  }
}

@media(max-width:759px){
  footer .footgrid{
    grid-template-columns:1fr 1fr;
    gap:38px 22px;
  }
  footer .footer-brand{
    grid-column:1 / -1;
  }
  footer .trade-links{
    grid-column:1 / -1;
  }
  footer .trade-links ul{
    columns:2;
  }
  footer .bigmail{
    max-width:13ch;
    margin-top:54px;
    font-size:clamp(34px,10vw,54px);
  }
  footer .footbar{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
  }
  footer .legal{
    display:flex;
  }
}

@media(max-width:420px){
  footer .footgrid{
    grid-template-columns:1fr;
  }
  footer .footer-brand,
  footer .trade-links{
    grid-column:auto;
  }
  footer .trade-links ul{
    columns:1;
  }
}

/* Méthode — une hiérarchie nette, sans fonds clairs sous du texte blanc. */
body[data-page="methode.html"] #etapes,
body[data-page="methode.html"] #cadre,
body[data-page="methode.html"] #contact{
  overflow:hidden;
}

body[data-page="methode.html"] #etapes{
  background:var(--blue)!important;
  color:var(--chalk);
}

body[data-page="methode.html"] #etapes h2{
  max-width:14ch;
  font-size:clamp(44px,6vw,82px);
  line-height:.94;
  letter-spacing:-.05em;
}

body[data-page="methode.html"] #etapes .steps{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:clamp(40px,5vw,68px);
  border-top:1px solid rgba(var(--chalk-rgb),.38);
  border-bottom:1px solid rgba(var(--chalk-rgb),.38);
  background:transparent;
}

body[data-page="methode.html"] #etapes .step,
body[data-page="methode.html"] #etapes .step:nth-child(n){
  min-height:320px;
  padding:30px clamp(20px,2.2vw,32px) 34px;
  background:var(--blue-deep);
  border:0;
  border-right:1px solid rgba(var(--chalk-rgb),.2);
  transform:none!important;
  display:flex;
  flex-direction:column;
  gap:14px;
}

body[data-page="methode.html"] #etapes .step:first-child{
  padding-left:0;
  background:transparent;
}

body[data-page="methode.html"] #etapes .step:last-child{
  padding-right:0;
  border-right:0;
  background:transparent;
}

body[data-page="methode.html"] #etapes .step>b{
  font-family:var(--sans);
  font-size:11px;
  line-height:1;
  letter-spacing:.2em;
  color:var(--gold);
}

body[data-page="methode.html"] #etapes .step h3{
  max-width:12ch;
  font-size:clamp(24px,2.35vw,34px);
  line-height:1.02;
  color:var(--chalk);
}

body[data-page="methode.html"] #etapes .step p{
  max-width:29ch;
  font-size:16px;
  line-height:1.52;
  color:rgba(var(--chalk-rgb),.84);
}

body[data-page="methode.html"] #etapes .step p b{
  display:block;
  margin-top:12px;
  font-family:var(--sans);
  font-size:10px;
  letter-spacing:.16em;
  color:var(--gold)!important;
}

body[data-page="methode.html"] #fini{
  background:var(--chalk)!important;
  color:var(--night);
}

body[data-page="methode.html"] #fini h2{
  max-width:15ch;
  font-size:clamp(44px,5vw,74px);
  line-height:.96;
}

body[data-page="methode.html"] #fini .finigrid{
  gap:clamp(42px,7vw,100px);
  margin-top:clamp(44px,6vw,72px);
}

body[data-page="methode.html"] #fini .check{
  grid-template-columns:48px minmax(0,1fr);
  gap:18px;
  padding-block:20px;
  border-bottom-color:rgba(var(--night-rgb),.16);
}

body[data-page="methode.html"] #fini .check>b{
  font-family:var(--sans);
  font-size:11px;
  letter-spacing:.16em;
  color:var(--gold);
}

body[data-page="methode.html"] #fini .check p{
  font-size:16px;
  line-height:1.52;
  color:var(--shade);
}

body[data-page="methode.html"] #fini .sticky-fig{
  align-self:start;
}

body[data-page="methode.html"] #fini .sticky-fig img{
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
}

body[data-page="methode.html"] #cadre{
  background:var(--night)!important;
  color:var(--chalk);
}

body[data-page="methode.html"] #cadre h2{
  max-width:14ch;
  font-size:clamp(44px,5vw,74px);
  line-height:.96;
}

body[data-page="methode.html"] #cadre .gains{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:clamp(44px,6vw,72px);
  border-top:1px solid rgba(var(--chalk-rgb),.28);
}

body[data-page="methode.html"] #cadre .gain,
body[data-page="methode.html"] #cadre .gain+.gain{
  min-height:220px;
  padding:25px 28px 24px 0;
  border:0;
  border-top:2px solid var(--gold);
  border-right:1px solid rgba(var(--chalk-rgb),.18);
}

body[data-page="methode.html"] #cadre .gain+.gain{
  padding-left:28px;
}

body[data-page="methode.html"] #cadre .gain:last-child{
  padding-right:0;
  border-right:0;
}

body[data-page="methode.html"] #cadre .gain h3{
  max-width:12ch;
  font-size:clamp(24px,2.5vw,35px);
  line-height:1.04;
  color:var(--chalk);
}

body[data-page="methode.html"] #cadre .gain p{
  max-width:30ch;
  margin-top:14px;
  font-size:16px;
  line-height:1.52;
  color:rgba(var(--sky-rgb),.82);
}

body[data-page="methode.html"] #cadre>.shell>.lead{
  max-width:58ch;
  margin-top:clamp(42px,5vw,68px)!important;
  color:rgba(var(--chalk-rgb),.88);
}

body[data-page="methode.html"] #cadre>.shell>.lead+.lead{
  margin-top:18px!important;
  color:rgba(var(--sky-rgb),.76);
}

body[data-page="methode.html"] #contact{
  background:var(--blue-deep)!important;
}

body[data-page="methode.html"] #contact .form{
  margin-left:0;
}

body[data-page="realisations.html"] .realisations-pending{
  background:var(--chalk);
}

body[data-page="realisations.html"] .realisations-pending>.shell{
  max-width:1160px;
}

body[data-page="realisations.html"] .realisations-pending h2{
  max-width:12ch;
  font-size:clamp(44px,5.8vw,80px);
  line-height:.95;
}

body[data-page="realisations.html"] .realisations-pending>.shell>.lead{
  max-width:56ch;
  color:var(--shade);
}

body[data-page="realisations.html"] .realisations-pending-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:clamp(44px,6vw,76px);
  border-top:2px solid var(--night);
}

body[data-page="realisations.html"] .realisations-pending-grid>div{
  min-height:190px;
  padding:22px 28px 22px 0;
  border-right:1px solid rgba(var(--night-rgb),.2);
}

body[data-page="realisations.html"] .realisations-pending-grid>div+div{
  padding-left:28px;
}

body[data-page="realisations.html"] .realisations-pending-grid>div:last-child{
  border-right:0;
  padding-right:0;
}

body[data-page="realisations.html"] .realisations-pending-grid b{
  font:600 11px/1 var(--sans);
  letter-spacing:.18em;
  color:var(--gold);
}

body[data-page="realisations.html"] .realisations-pending-grid h3{
  margin-top:30px;
  font-size:clamp(22px,2.1vw,30px);
  line-height:1;
}

body[data-page="realisations.html"] .realisations-pending-grid p{
  max-width:28ch;
  margin-top:13px;
  color:var(--shade);
  line-height:1.48;
}

@media(max-width:1059px){
  body[data-page="methode.html"] #etapes .steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page="methode.html"] #etapes .step:nth-child(2n){
    border-right:0;
  }
  body[data-page="methode.html"] #etapes .step:nth-child(n+3){
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }
  body[data-page="methode.html"] #cadre .gains{
    grid-template-columns:1fr;
  }
  body[data-page="realisations.html"] .realisations-pending-grid{
    grid-template-columns:1fr;
  }
  body[data-page="realisations.html"] .realisations-pending-grid>div,
  body[data-page="realisations.html"] .realisations-pending-grid>div+div{
    min-height:0;
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid rgba(var(--night-rgb),.18);
  }
  body[data-page="realisations.html"] .realisations-pending-grid>div:last-child{
    border-bottom:0;
  }
  body[data-page="methode.html"] #cadre .gain,
  body[data-page="methode.html"] #cadre .gain+.gain{
    min-height:0;
    padding:24px 0;
    border-right:0;
    border-top:1px solid rgba(var(--chalk-rgb),.25);
  }
  body[data-page="methode.html"] #cadre .gain:first-child{
    border-top:0;
  }
}

@media(max-width:600px){
  body[data-page="methode.html"] #etapes h2,
  body[data-page="methode.html"] #fini h2,
  body[data-page="methode.html"] #cadre h2{
    font-size:clamp(40px,11vw,58px);
  }
  body[data-page="methode.html"] #etapes .steps{
    grid-template-columns:1fr;
  }
  body[data-page="methode.html"] #etapes .step,
  body[data-page="methode.html"] #etapes .step:first-child,
  body[data-page="methode.html"] #etapes .step:last-child{
    min-height:0;
    padding:25px 0 28px;
    border-right:0;
    border-top:1px solid rgba(var(--chalk-rgb),.2);
    background:transparent;
  }
  body[data-page="methode.html"] #etapes .step:first-child{
    border-top:0;
  }
}

/* La preuve de temps reste compacte malgré le rythme global des sections d'accueil. */
body[data-page="index.html"] main>section.proof-time{
  padding-block:clamp(24px,3vw,36px);
}
@media(max-width:759px){
  body[data-page="index.html"] main>section.proof-time{
    padding-block:26px;
  }
}

/* Accueil : détacher légèrement la marque du bord du panneau sombre. */
body[data-page="index.html"] header .brand{
  transform:translateX(10px);
}
@media(max-width:759px){
  body[data-page="index.html"] header .brand{
    transform:translateX(6px);
  }
}

/* La scène suivante commence immédiatement après la preuve, sans bande de fond. */
body[data-page="index.html"] main>.scene#ecart{
  padding-top:0;
}

/* Le cadre de l'image du héros passait sur le titre de la page produit. */
body[data-page="upshot-le-site.html"] .phero .bg::after{
  border:0;
}

body[data-page="upshot-le-site-quon-trouve.html"] .phero .bg::after{
  border:0;
}

/* Tous les héros produit : le cadre ne doit jamais traverser la colonne texte. */
body[data-page^="upshot-le-site"] .phero .bg::after{
  border:0;
}
@media(max-width:1059px){
  body[data-page^="upshot-le-site"] .phero .bg{
    inset:0;
    transform:none;
  }
}

/* Le site qu'on trouve — une offre lisible et haut de gamme, pas une grille
   de blocs posés les uns contre les autres. */
body[data-page="upshot-le-site-quon-trouve.html"] #recevez{
  background:var(--night);
  color:var(--chalk);
  padding-block:clamp(86px,10vw,144px);
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez>.shell{
  max-width:1240px;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez h2.sec{
  max-width:11ch;
  color:var(--chalk);
  font-size:clamp(48px,6.2vw,88px);
  line-height:.92;
  letter-spacing:-.05em;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .socle-inclus{
  position:relative;
  margin-top:clamp(34px,4vw,54px);
  padding:24px 28px 25px;
  border:1px solid rgba(var(--chalk-rgb),.16);
  border-top:3px solid var(--gold);
  border-radius:0;
  background:rgba(var(--chalk-rgb),.07);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .socle-inclus b{
  color:var(--chalk);
  font-family:var(--serif);
  font-size:clamp(21px,2vw,28px);
  font-weight:500;
  letter-spacing:-.02em;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .socle-inclus a{
  color:var(--gold);
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .flow-label{
  margin-top:clamp(58px,7vw,92px);
  color:var(--gold);
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu{
  counter-reset:recevez;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:0;
  margin-top:28px;
  border-top:1px solid rgba(var(--chalk-rgb),.24);
  border-bottom:1px solid rgba(var(--chalk-rgb),.18);
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div{
  position:relative;
  min-height:0;
  padding:29px 34px 34px 0;
  border:0;
  border-right:1px solid rgba(var(--chalk-rgb),.16);
  border-bottom:1px solid rgba(var(--chalk-rgb),.16);
  background:transparent;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(1),
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(5){
  grid-column:span 7;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(2),
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(6){
  grid-column:span 5;
  padding-left:34px;
  border-right:0;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(3){
  grid-column:span 5;
  padding-left:0;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(4){
  grid-column:span 7;
  padding-left:34px;
  border-right:0;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(5),
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(6){
  border-bottom:0;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div::before{
  content:counter(recevez,decimal-leading-zero);
  counter-increment:recevez;
  display:block;
  margin-bottom:20px;
  color:var(--gold);
  font-size:11px;
  font-weight:600;
  letter-spacing:.18em;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:last-child{
  background:rgba(var(--gold-rgb),.11);
  padding-right:28px;
  padding-bottom:36px;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:last-child::after{
  content:"La preuve remise à la fin";
  display:block;
  margin-top:25px;
  color:var(--gold);
  font-size:10px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu h3{
  max-width:25ch;
  color:var(--chalk);
  font-size:clamp(22px,2.1vw,30px);
  line-height:1.04;
  letter-spacing:-.03em;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu p{
  max-width:46ch;
  margin-top:13px;
  color:rgba(var(--sky-rgb),.8);
  font-size:16px;
  line-height:1.5;
}
body[data-page="upshot-le-site-quon-trouve.html"] #recevez .text-link{
  color:var(--chalk);
  font-family:var(--serif);
  font-size:clamp(22px,2.6vw,34px);
  font-weight:500;
  letter-spacing:-.018em;
  line-height:1.12;
  text-decoration:none;
  border-bottom:2px solid var(--gold);
  padding-bottom:3px;
}
@media(max-width:859px){
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu{
    grid-template-columns:1fr;
  }
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div,
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(1),
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(2),
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(3),
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(4),
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(5),
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:nth-child(6){
    grid-column:auto;
    padding:25px 0 28px;
    border-right:0;
    border-bottom:1px solid rgba(var(--chalk-rgb),.16);
  }
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:last-child{
    padding:25px 18px 30px;
  }
  body[data-page="upshot-le-site-quon-trouve.html"] #recevez .recu>div:last-child{
    border-bottom:0;
  }
}

/* Lien éditorial : plus distinctif que le style navigateur par défaut. */
body[data-page="upshot-le-site.html"] .text-link{
  display:inline;
  color:var(--night);
  font-family:var(--serif);
  font-variation-settings:"opsz" 40;
  font-size:clamp(22px,2.6vw,34px);
  font-weight:500;
  line-height:1.12;
  letter-spacing:-.018em;
  text-decoration:none;
  border-bottom:2px solid var(--gold);
  padding-bottom:3px;
  transition:color .2s ease,border-color .2s ease;
}
body[data-page="upshot-le-site.html"] .text-link:hover{
  color:var(--blue-deep);
  border-bottom-color:var(--blue-deep);
}
@media(max-width:759px){
  body[data-page="upshot-le-site.html"] .text-link{
    font-size:clamp(21px,6vw,28px);
  }
}

/* Méthode — priorité finale après les anciennes règles de page. */
body[data-page="methode.html"] .phero{
  min-height:min(86svh,820px);
}

body[data-page="methode.html"] .phero::after{
  background:
    linear-gradient(90deg,rgba(var(--night-rgb),.74) 0%,rgba(var(--night-rgb),.42) 50%,rgba(var(--night-rgb),.16) 100%),
    linear-gradient(0deg,rgba(var(--night-rgb),.34),transparent 60%);
}

body[data-page="methode.html"] .phero h1{
  max-width:11.5ch;
  font-size:clamp(50px,5.7vw,86px);
  line-height:.92;
}

body[data-page="methode.html"] #etapes.method-steps .steps{
  margin-top:clamp(42px,5vw,70px);
  border:0;
  border-top:1px solid rgba(var(--chalk-rgb),.48);
  border-bottom:1px solid rgba(var(--chalk-rgb),.48);
  background:transparent;
}

body[data-page="methode.html"] #etapes.method-steps .step,
body[data-page="methode.html"] #etapes.method-steps .step:first-child,
body[data-page="methode.html"] #etapes.method-steps .step:last-child{
  min-height:0!important;
  padding:28px clamp(18px,2vw,30px) 34px;
  background:transparent;
  border:0;
  border-right:1px solid rgba(var(--chalk-rgb),.2);
  transform:none!important;
}

body[data-page="methode.html"] #etapes.method-steps .step:first-child{
  padding-left:0;
}

body[data-page="methode.html"] #etapes.method-steps .step:last-child{
  padding-right:0;
  border-right:0;
}

body[data-page="methode.html"] #etapes.method-steps .step>b{
  font-family:var(--sans);
  font-size:11px;
  line-height:1;
  letter-spacing:.22em;
  font-weight:600;
  color:var(--gold);
}

body[data-page="methode.html"] #etapes.method-steps .step h3{
  max-width:11ch;
  font-size:clamp(24px,2.2vw,32px);
  line-height:1.04;
  font-weight:400;
  letter-spacing:-.025em;
}

body[data-page="methode.html"] #etapes.method-steps .step p{
  max-width:27ch;
  font-size:15px;
  line-height:1.5;
  color:rgba(var(--chalk-rgb),.78);
}

body[data-page="methode.html"] #etapes.method-steps .step p>b{
  display:block;
  margin-top:12px;
  font-family:var(--sans);
  font-size:10px;
  line-height:1.2;
  letter-spacing:.18em;
  font-weight:600;
  color:var(--gold);
}

body[data-page="methode.html"] #fini .sticky-fig img{
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
  border-radius:0;
}

body[data-page="methode.html"] #contact{
  padding-block:clamp(82px,9vw,128px);
  background:var(--night)!important;
}

@media(max-width:1059px){
  body[data-page="methode.html"] .phero{
    min-height:min(84svh,800px);
  }

  body[data-page="methode.html"] .phero .bg{
    inset:0 0 0 43%;
  }

  body[data-page="methode.html"] .phero::after{
    background:
      linear-gradient(90deg,rgba(var(--night-rgb),.96) 0%,rgba(var(--night-rgb),.8) 34%,rgba(var(--night-rgb),.24) 76%,rgba(var(--night-rgb),.06) 100%),
      linear-gradient(0deg,rgba(var(--night-rgb),.34),transparent 62%);
  }

  body[data-page="methode.html"] .phero h1{
    font-size:clamp(46px,6.8vw,76px);
  }

  body[data-page="methode.html"] #etapes.method-steps .steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-page="methode.html"] #etapes.method-steps .step:nth-child(2n){
    padding-right:0;
    border-right:0;
  }

  body[data-page="methode.html"] #etapes.method-steps .step:nth-child(2n+1){
    padding-left:0;
  }

  body[data-page="methode.html"] #etapes.method-steps .step:nth-child(n+3){
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }
}

@media(max-width:600px){
  body[data-page="methode.html"] .phero{
    min-height:100svh;
  }

  body[data-page="methode.html"] .phero .bg{
    inset:0;
  }

  body[data-page="methode.html"] .phero::after{
    background:
      linear-gradient(0deg,rgba(var(--night-rgb),.84) 0%,rgba(var(--night-rgb),.62) 35%,rgba(var(--night-rgb),.12) 76%,transparent 100%);
  }

  body[data-page="methode.html"] .phero h1{
    max-width:9.5ch;
    font-size:clamp(44px,12vw,68px);
  }

  body[data-page="methode.html"] #etapes.method-steps .steps{
    grid-template-columns:1fr;
  }

  body[data-page="methode.html"] #etapes.method-steps .step,
  body[data-page="methode.html"] #etapes.method-steps .step:first-child,
  body[data-page="methode.html"] #etapes.method-steps .step:last-child{
    padding:25px 0 28px;
    border-right:0;
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }

  body[data-page="methode.html"] #etapes.method-steps .step:first-child{
    border-top:0;
  }
}

/* Visuel commun des formulaires : une présence éditoriale, pas un panneau
   pleine largeur posé au-dessus du contact. */
.qualification-visual{
  width:min(calc(100% - (2 * var(--pad))), 860px);
  max-width:860px;
  padding-inline:0;
  margin:0 auto clamp(38px,5vw,64px);
}
.qualification-visual .figure{
  margin:0;
  overflow:visible;
  padding-top:12px;
  border-top:2px solid var(--gold);
  border-radius:0;
}
.qualification-visual .figure img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:2px;
}
.qualification-visual .cap{
  max-width:44ch;
  margin-top:20px;
}
@media(max-width:600px){
  .qualification-visual{
    width:calc(100% - (2 * var(--pad)));
    margin-bottom:38px;
  }
  .qualification-visual .figure{
    padding-top:8px;
  }
}

/* Formulaires — l'image accompagne la qualification au lieu de la repousser
   sous un grand panneau pleine largeur. */
.has-qualification-visual{
  display:grid;
  grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);
  gap:clamp(42px,7vw,104px);
  align-items:start;
}
.has-qualification-visual>.qualification-visual{
  grid-column:1;
  grid-row:1;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  overflow:clip;
}
.has-qualification-visual>.qualification-visual .figure{
  margin:0;
  padding-top:10px;
  border-top:2px solid var(--gold);
  overflow:visible;
}
.has-qualification-visual>.qualification-visual .figure::after{
  inset:-8px -8px 8px 8px;
}
.has-qualification-visual>.qualification-visual .figure img{
  display:block;
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
}
.has-qualification-visual>.qualification-visual .cap{
  max-width:30ch;
  margin-top:18px;
  color:rgba(var(--sky-rgb),.72);
}
.has-qualification-visual>.stack,
.has-qualification-visual>.contact-copy{
  grid-column:1;
  grid-row:2;
  margin-top:clamp(28px,4vw,52px);
}
.has-qualification-visual>.form{
  grid-column:2;
  grid-row:1 / span 2;
  width:100%;
  max-width:none;
  margin:0;
  padding-top:2px;
}
.has-qualification-visual>.form .form-step{
  min-height:0;
}
@media(max-width:900px){
  .has-qualification-visual{
    grid-template-columns:1fr;
    gap:34px;
  }
  .has-qualification-visual>.qualification-visual,
  .has-qualification-visual>.stack,
  .has-qualification-visual>.form{
    grid-column:1;
  }
  .has-qualification-visual>.qualification-visual{grid-row:1}
  .has-qualification-visual>.stack,
  .has-qualification-visual>.contact-copy{
    grid-row:2;
    margin-top:0;
  }
  .has-qualification-visual>.form{
    grid-row:3;
    padding-top:0;
  }
}
@media(max-width:600px){
  .has-qualification-visual{
    gap:28px;
  }
  .has-qualification-visual>.qualification-visual .figure img{
    aspect-ratio:16 / 10;
  }
}

/* Accueil — le texte garde une colonne dédiée pour laisser le socle respirer.
   Le cadrage décale le sujet vers la droite et le voile reste plus dense
   derrière le bloc éditorial que sur l'image. */
@media(min-width:901px){
  body[data-page="index.html"] .hero::after{
    display:block;
    background:linear-gradient(
      90deg,
      rgba(var(--night-rgb),.48) 0%,
      rgba(var(--night-rgb),.28) 44%,
      rgba(var(--night-rgb),.08) 68%,
      rgba(var(--night-rgb),.14) 100%
    );
  }
  body[data-page="index.html"] .hero .bg video,
  body[data-page="index.html"] .hero .bg img{
    object-position:42% 35%;
  }
  body[data-page="index.html"] .hero .shell{
    grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);
    column-gap:clamp(28px,5vw,72px);
  }
  body[data-page="index.html"] .hero .display{
    max-width:9.5ch;
  }
  body[data-page="index.html"] .hero .lead{
    max-width:34ch;
  }
}

/* Boucle vidéo douce : le second lecteur prend le relais avant la dernière
   image afin d'éviter le flash du retour au début de la séquence. */
body[data-page="index.html"] #ecart{
  position:relative;
}
body[data-page="index.html"] #ecart>video.smooth-loop-current,
body[data-page="index.html"] #ecart>video.smooth-loop-next{
  transition:opacity 1.05s ease-in-out;
}
body[data-page="index.html"] #ecart>video.smooth-loop-current{
  position:relative;
  z-index:1;
  opacity:1;
}
body[data-page="index.html"] #ecart>video.smooth-loop-next{
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:cover;
  object-position:center 38%;
  opacity:0;
  pointer-events:none;
}
body[data-page="index.html"] #ecart>video.smooth-loop-next.is-active{
  opacity:1;
}
@media(max-width:820px){
  body[data-page="index.html"] #ecart>video.smooth-loop-next{
    aspect-ratio:4 / 3;
  }
}

/* Accueil : scènes fixes, lisibles et légères. */
body[data-page="index.html"] #ecart>picture,
body[data-page="index.html"] #fin>picture{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
}
body[data-page="index.html"] #ecart>picture img,
body[data-page="index.html"] #fin>picture img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--focus,center);
}
body[data-page="index.html"] #ecart{
  display:block;
  min-height:0;
  background:var(--chalk);
  color:var(--night);
}
body[data-page="index.html"] #ecart::after{
  display:none;
}
body[data-page="index.html"] #ecart>picture{
  position:relative;
  inset:auto;
  display:block;
  height:auto;
  background:var(--blue-deep);
}
body[data-page="index.html"] #ecart>picture img{
  position:relative;
  inset:auto;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:cover;
  object-position:center;
}
body[data-page="index.html"] #ecart .shell{
  position:relative;
  z-index:2;
  width:100%;
  padding-block:clamp(58px,6vw,88px);
}
body[data-page="index.html"] #ecart .inner{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  column-gap:clamp(48px,7vw,108px);
  align-items:start;
  padding:0;
  border:0;
  background:none;
}
body[data-page="index.html"] #ecart h2.sec{
  grid-row:auto;
  max-width:13ch;
  color:var(--night);
}
body[data-page="index.html"] #ecart .ecart-copy{
  display:grid;
  align-content:start;
  gap:24px;
  max-width:43ch;
}
body[data-page="index.html"] #ecart .ecart-copy .lead,
body[data-page="index.html"] #ecart .ecart-copy .lead+.lead{
  margin-top:0;
  color:var(--shade);
}
body[data-page="index.html"] #fin{
  min-height:min(86svh,900px);
  align-items:stretch;
}
body[data-page="index.html"] #fin::after{
  background:linear-gradient(
    to bottom,
    rgba(var(--night-rgb),.14) 0%,
    rgba(var(--night-rgb),.04) 52%,
    rgba(var(--night-rgb),.1) 100%
  );
}
body[data-page="index.html"] #fin .shell{
  min-height:inherit;
  display:flex;
  flex-direction:column;
  justify-items:center;
  align-items:start;
  padding-block:0 clamp(34px,5vw,60px);
  text-align:center;
}
body[data-page="index.html"] #fin h2.sec{
  max-width:15ch;
  color:var(--chalk);
  margin:0 auto;
  transform:translateY(clamp(-24px,-2.4vw,-12px));
}
body[data-page="index.html"] #fin .lead{
  max-width:44ch;
  margin:20px auto 0;
  color:rgba(251,249,244,.94);
}
body[data-page="index.html"] #fin .fin-cta{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:auto;
  transform:translateY(clamp(80px,8vw,104px));
}
body[data-page="index.html"] #fin .flow-30{
  margin-top:clamp(76px,8vw,116px);
}
@media(max-width:760px){
  body[data-page="index.html"] #ecart .shell{
    padding-block:48px;
  }
  body[data-page="index.html"] #ecart .inner{
    grid-template-columns:1fr;
    row-gap:26px;
  }
  body[data-page="index.html"] #ecart h2.sec{
    max-width:12ch;
  }
  body[data-page="index.html"] #fin{min-height:78svh}
  body[data-page="index.html"] #fin .shell{
    padding-block:0 34px;
  }
  body[data-page="index.html"] #fin h2.sec{
    max-width:12ch;
  }
  body[data-page="index.html"] #fin .lead{
    max-width:34ch;
    font-size:16px;
  }
  body[data-page="index.html"] #fin .flow-30{
    margin-top:clamp(64px,16vw,92px);
  }
}

/* En-tête — bascule avant tout débordement horizontal de la navigation. */
@media(min-width:760px) and (max-width:1239px){
  header nav{
    display:none;
  }
  header .btn{
    display:none;
  }
  header .menubtn{
    display:inline-flex;
  }
}

@media(min-width:1240px){
  header nav{
    display:flex;
  }
  header .btn{
    display:inline-flex;
  }
  header .menubtn{
    display:none;
  }
}

/* Méthode — dernière passe : le héros ouvre la lecture, puis les sections
   reprennent exactement les rythmes et contrastes du système partagé. */
body[data-page="methode.html"] .phero{
  min-height:min(86svh,820px);
  background:var(--blue-deep);
}

body[data-page="methode.html"] .phero::after{
  background:
    linear-gradient(90deg,rgba(var(--night-rgb),.74) 0%,rgba(var(--night-rgb),.42) 50%,rgba(var(--night-rgb),.16) 100%),
    linear-gradient(0deg,rgba(var(--night-rgb),.34),transparent 60%);
}

body[data-page="methode.html"] .phero .bg{
  inset:0;
  transform:none;
}

body[data-page="methode.html"] .phero .bg::after{
  background:linear-gradient(90deg,rgba(var(--night-rgb),.12),transparent 55%);
  border:0;
}

body[data-page="methode.html"] .phero .shell{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(250px,.68fr);
  grid-template-rows:auto auto;
  align-items:end;
  column-gap:clamp(36px,6vw,92px);
  padding-top:clamp(120px,14vh,156px);
  padding-bottom:clamp(42px,7vw,84px);
}

body[data-page="methode.html"] .phero h1{
  grid-column:1;
  grid-row:1 / span 2;
  max-width:11.5ch;
  font-size:clamp(50px,5.7vw,86px);
  line-height:.92;
}

body[data-page="methode.html"] .phero .lead{
  grid-column:2;
  grid-row:1;
  align-self:end;
  max-width:29ch;
  margin:0;
  color:rgba(var(--chalk-rgb),.92);
}

body[data-page="methode.html"] .phero .hero-cta{
  grid-column:2;
  grid-row:2;
  margin-top:26px;
}

body[data-page="methode.html"] #etapes{
  padding-block:clamp(82px,9vw,132px);
}

body[data-page="methode.html"] #etapes .steps{
  margin-top:clamp(42px,5vw,70px);
  border:0;
  border-top:1px solid rgba(var(--chalk-rgb),.48);
  border-bottom:1px solid rgba(var(--chalk-rgb),.48);
  background:transparent;
}

body[data-page="methode.html"] #etapes .step,
body[data-page="methode.html"] #etapes .step:first-child,
body[data-page="methode.html"] #etapes .step:last-child{
  min-height:0;
  padding:28px clamp(18px,2vw,30px) 34px;
  background:transparent;
  border-right:1px solid rgba(var(--chalk-rgb),.2);
  transform:none;
}

body[data-page="methode.html"] #etapes .step:first-child{
  padding-left:0;
}

body[data-page="methode.html"] #etapes .step:last-child{
  padding-right:0;
  border-right:0;
}

body[data-page="methode.html"] #fini{
  padding-block:clamp(82px,9vw,132px);
}

body[data-page="methode.html"] #fini .finigrid{
  margin-top:clamp(48px,6vw,78px);
}

body[data-page="methode.html"] #cadre{
  padding-block:clamp(82px,9vw,128px);
}

body[data-page="methode.html"] #contact{
  padding-block:clamp(82px,9vw,128px);
  background:var(--night)!important;
}

@media(min-width:600px) and (max-width:1059px){
  body[data-page="methode.html"] .phero{
    min-height:min(84svh,800px);
  }

  body[data-page="methode.html"] .phero .bg{
    inset:0 0 0 43%;
  }

  body[data-page="methode.html"] .phero::after{
    background:
      linear-gradient(90deg,rgba(var(--night-rgb),.96) 0%,rgba(var(--night-rgb),.8) 34%,rgba(var(--night-rgb),.24) 76%,rgba(var(--night-rgb),.06) 100%),
      linear-gradient(0deg,rgba(var(--night-rgb),.34),transparent 62%);
  }

  body[data-page="methode.html"] .phero .shell{
    display:block;
    padding-top:clamp(120px,15vh,160px);
    padding-bottom:clamp(42px,7vw,72px);
  }

  body[data-page="methode.html"] .phero h1,
  body[data-page="methode.html"] .phero .lead,
  body[data-page="methode.html"] .phero .hero-cta{
    max-width:58%;
  }

  body[data-page="methode.html"] .phero h1{
    font-size:clamp(46px,6.8vw,76px);
  }

  body[data-page="methode.html"] .phero .lead{
    margin-top:24px;
  }

  body[data-page="methode.html"] .phero .hero-cta{
    margin-top:26px;
  }

  body[data-page="methode.html"] #etapes .steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-page="methode.html"] #etapes .step:nth-child(2n){
    border-right:0;
    padding-right:0;
  }

  body[data-page="methode.html"] #etapes .step:nth-child(2n+1){
    padding-left:0;
  }

  body[data-page="methode.html"] #etapes .step:nth-child(n+3){
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }
}

@media(max-width:599px){
  body[data-page="methode.html"] .phero{
    min-height:100svh;
  }

  body[data-page="methode.html"] .phero .bg{
    inset:0;
  }

  body[data-page="methode.html"] .phero::after{
    background:
      linear-gradient(0deg,rgba(var(--night-rgb),.82) 0%,rgba(var(--night-rgb),.58) 35%,rgba(var(--night-rgb),.1) 76%,transparent 100%);
  }

  body[data-page="methode.html"] .phero .shell{
    display:block;
    padding-top:112px;
    padding-bottom:clamp(34px,8vw,54px);
  }

  body[data-page="methode.html"] .phero h1{
    max-width:9.5ch;
    font-size:clamp(44px,12vw,68px);
  }

  body[data-page="methode.html"] .phero .lead{
    max-width:31ch;
    margin-top:24px;
    font-size:17px;
  }

  body[data-page="methode.html"] .phero .hero-cta{
    margin-top:24px;
  }

  body[data-page="methode.html"] #etapes .step,
  body[data-page="methode.html"] #etapes .step:first-child,
  body[data-page="methode.html"] #etapes .step:last-child{
    min-height:0;
    padding:25px 0 28px;
    background:transparent;
    border-right:0;
    border-top:1px solid rgba(var(--chalk-rgb),.2);
  }

  body[data-page="methode.html"] #etapes .step:first-child{
    border-top:0;
  }
}

