/* ==========================================================================
   style.css — Courbéo
   Identité visuelle à respecter strictement (voir CLAUDE.md).
   La 1re partie reprend le prototype à l'identique ; la section "AJOUTS
   PRODUCTION" en bas contient les nouveautés (skip-link, modale, pros).
   ========================================================================== */

:root{
  --bg:#fbfbf9;--surface:#ffffff;--ink:#1c1d1a;--muted:#73766e;--faint:#a4a79e;
  --line:#ecebe5;--line-soft:#f3f2ed;--sage:#5b7560;--sage-deep:#3f5645;
  --sage-tint:#eef2ee;--sage-bright:#6f9075;--shadow:rgba(28,29,26,.10);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased}
.wrap{max-width:1180px;margin:0 auto;padding:0 26px}
h1,h2,h3{font-family:'Space Grotesk',sans-serif;letter-spacing:-.025em;font-weight:600}
a{color:inherit}
.eyebrow{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:600}

/* nav */
nav{position:sticky;top:0;z-index:50;background:rgba(251,251,249,.82);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-in{display:flex;align-items:center;justify-content:space-between;padding:16px 0;max-width:1180px;margin:0 auto;padding-left:26px;padding-right:26px}
.logo{font-family:'Fraunces',serif;font-weight:600;font-size:24px;letter-spacing:.005em;text-decoration:none;display:inline-block;line-height:0}
.logo-img{height:34px;width:auto;display:block}
.foot-logo{height:60px;width:auto;display:block;margin-bottom:14px}
@media(max-width:520px){.logo-img{height:30px}}
.logo b{color:var(--sage);font-weight:600}
.nav-links{display:flex;gap:26px;font-size:14px;color:var(--muted)}
.nav-links a{text-decoration:none;transition:.15s}
.nav-links a:hover{color:var(--ink)}
.nav-btn{font-size:13.5px;font-weight:500;background:var(--ink);color:#fff;text-decoration:none;padding:9px 17px;border-radius:100px;transition:.16s}
.nav-btn:hover{background:#000}
@media(max-width:740px){.nav-links{display:none}}

/* hero */
.hero{padding:64px 0 40px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.hero h1{font-size:clamp(34px,5.4vw,60px);line-height:1.02}
.hero h1 .accent{color:var(--sage);font-style:normal;position:relative}
.hero p{margin-top:20px;font-size:17px;color:var(--muted);max-width:42ch}
.hero-cta{margin-top:30px;display:flex;gap:13px;align-items:center;flex-wrap:wrap}
.btn-primary{font-family:'Space Grotesk',sans-serif;font-size:15px;font-weight:600;background:var(--sage);color:#fff;text-decoration:none;padding:14px 26px;border-radius:100px;transition:.16s;display:inline-block;border:none;cursor:pointer}
.btn-primary:hover{background:var(--sage-deep)}
.btn-text{font-size:14.5px;color:var(--muted);text-decoration:none;display:flex;align-items:center;gap:6px;transition:.15s}
.btn-text:hover{color:var(--ink)}
.hero-stat{margin-top:34px;display:flex;gap:30px}
.hero-stat div{font-size:13px;color:var(--muted)}
.hero-stat b{display:block;font-family:'Space Grotesk',sans-serif;font-size:22px;color:var(--ink);font-weight:600}

.hero-visual{position:relative;height:420px;display:flex;align-items:center;justify-content:center}
.hero-visual svg{width:100%;height:100%;overflow:visible}
.hero-photo{height:100%;max-height:440px;width:auto;max-width:100%;border-radius:18px;object-fit:cover;box-shadow:0 30px 60px -42px var(--shadow)}
.float-card{position:absolute;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:10px 14px;box-shadow:0 16px 40px -28px var(--shadow);font-size:12.5px;display:flex;align-items:center;gap:8px}
.float-1{top:30px;right:0;animation:bob 5s ease-in-out infinite}
.float-2{bottom:46px;left:-6px;animation:bob 5s ease-in-out infinite .8s}
.float-card .sw{width:14px;height:14px;border-radius:4px}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:820px){.hero-grid{grid-template-columns:1fr}.hero-visual{height:320px;order:-1}}

/* logos strip */
.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;background:var(--surface)}
.strip-in{display:flex;align-items:center;justify-content:center;gap:38px;flex-wrap:wrap;font-size:13px;color:var(--faint)}
.strip-in b{color:var(--muted);font-weight:500}

/* section base */
section{padding:74px 0}
.sec-head{max-width:54ch;margin-bottom:44px}
.sec-head h2{font-size:clamp(26px,3.6vw,38px);line-height:1.08;margin-top:13px}
.sec-head p{margin-top:14px;font-size:16px;color:var(--muted)}

/* before-after */
.ba{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ba-card{border:1px solid var(--line);border-radius:20px;padding:28px;background:var(--surface)}
.ba-card.now{background:var(--sage-tint);border-color:#dce5dd}
.ba-tag{font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);font-weight:600;margin-bottom:14px}
.ba-card.now .ba-tag{color:var(--sage-deep)}
.ba-visual{height:150px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.ba-card h3{font-size:18px;margin-bottom:7px}
.ba-card p{font-size:14px;color:var(--muted)}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{position:relative;padding:26px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}
.step-n{font-family:'Space Grotesk',sans-serif;font-size:13px;font-weight:600;color:var(--sage);margin-bottom:16px}
.step-ic{width:44px;height:44px;border-radius:12px;background:var(--sage-tint);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.step h3{font-size:17px;margin-bottom:6px}
.step p{font-size:14px;color:var(--muted)}
@media(max-width:740px){.steps,.ba{grid-template-columns:1fr}}

/* configurator embed */
.config-sec{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.config-intro{text-align:center;max-width:46ch;margin:0 auto 40px}
.config-intro h2{font-size:clamp(26px,3.6vw,38px);margin-top:12px}
.config-intro p{margin-top:13px;font-size:16px;color:var(--muted)}
.studio{display:grid;grid-template-columns:1fr 372px;gap:20px;align-items:start}
.stage-card{background:var(--bg);border:1px solid var(--line);border-radius:24px;padding:28px;position:sticky;top:90px;overflow:hidden}
.stage-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.stage-tag{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--sage);font-weight:600}
.stage-dims{font-size:12.5px;color:var(--faint);font-variant-numeric:tabular-nums}
.scene{position:relative;height:400px;display:flex;align-items:center;justify-content:center;background:radial-gradient(130% 90% at 50% 8%,#ffffff 0%,#f6f6f2 78%);border-radius:16px}
.scene svg{width:100%;height:100%;overflow:visible}
.scene img.preview-photo{max-width:100%;max-height:100%;border-radius:13px;object-fit:contain}
.scene::after{content:"";position:absolute;left:14%;right:14%;bottom:42px;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}
.chip-row{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}
.chip{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:100px;padding:6px 12px}
.chip .sw{width:13px;height:13px;border-radius:4px;border:1px solid rgba(0,0,0,.08)}
.panel{display:flex;flex-direction:column}
.block{background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:17px;margin-bottom:11px}
.block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.block-title{font-family:'Space Grotesk',sans-serif;font-size:14px;font-weight:600}
.block-meta{font-size:11.5px;color:var(--faint)}
.pills{display:flex;gap:7px;flex-wrap:wrap}
.dim-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.dim-row:last-child{margin-bottom:0}
.dim-label{font-size:12px;color:var(--muted);width:74px;flex-shrink:0}
.dim-row .pills{flex:1}
@media(max-width:380px){.dim-row{flex-direction:column;align-items:flex-start;gap:6px}.dim-label{width:auto}}
.pill{font-family:inherit;font-size:13px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:100px;padding:8px 13px;cursor:pointer;transition:.15s;white-space:nowrap}
.pill:hover{border-color:var(--sage);color:var(--ink)}
.pill[aria-pressed="true"]{background:var(--ink);color:#fff;border-color:var(--ink)}
.srow .stop{display:flex;justify-content:space-between;align-items:baseline;font-size:12.5px;color:var(--muted);margin-bottom:11px}
.stop b{font-family:'Space Grotesk',sans-serif;font-size:15px;color:var(--ink);font-variant-numeric:tabular-nums;font-weight:600}
input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--sage),var(--sage) var(--fill,50%),var(--line) var(--fill,50%));cursor:pointer}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:0 3px 10px var(--shadow);cursor:grab;transition:box-shadow .2s}
input[type=range]::-webkit-slider-thumb:hover{box-shadow:0 3px 10px var(--shadow),0 0 0 6px var(--sage-tint)}
input[type=range]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:0 3px 10px var(--shadow);cursor:grab}
.curve-hint{display:flex;justify-content:space-between;font-size:11px;color:var(--faint);margin-top:7px}
.fins{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.fin{cursor:pointer;border:none;background:none;text-align:center;padding:0}
.fin-chip{height:50px;border-radius:12px;border:1px solid var(--line);margin-bottom:6px;transition:.16s;position:relative}
.fin[aria-pressed="true"] .fin-chip{box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--sage)}
.fin:hover .fin-chip{transform:translateY(-2px)}
.fin-name{font-size:11px;color:var(--muted)}
.fin-add{display:block;font-size:10.5px;color:var(--faint);margin-top:1px}
.fin-chip .star{position:absolute;top:5px;right:6px;font-size:9px;color:#fff;opacity:.9}
.olist{display:flex;flex-direction:column;gap:8px}
.o{display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--line);border-radius:13px;cursor:pointer;background:var(--surface);transition:.15s;text-align:left;width:100%;font-family:inherit}
.o:hover{border-color:var(--sage)}
.o[aria-pressed="true"]{border-color:var(--sage);background:var(--sage-tint)}
.o-box{width:19px;height:19px;border-radius:7px;border:1.5px solid var(--line);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;transition:.15s}
.o[aria-pressed="true"] .o-box{background:var(--sage);border-color:var(--sage)}
.o-box svg{opacity:0;transition:.15s}
.o[aria-pressed="true"] .o-box svg{opacity:1}
.o-text{flex:1}
.o-name{display:block;font-size:13px;font-weight:500}
.o-desc{display:block;font-size:11px;color:var(--muted);margin-top:1px}
.o-add{font-size:12.5px;font-weight:600;font-family:'Space Grotesk',sans-serif;color:var(--sage-deep)}
.summary{background:var(--ink);color:#fff;border-radius:18px;padding:19px}
.sum-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3px}
.sum-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9fa39a}
.sum-price{font-family:'Space Grotesk',sans-serif;font-size:36px;font-weight:600;line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.sum-price .c{font-size:17px;color:#b6bcb1;margin-left:3px}
.sum-sub{font-size:11.5px;color:#9fa39a;margin-bottom:14px}
.sum-sub b{color:#dfe3da}
.sum-btn{width:100%;font-family:'Space Grotesk',sans-serif;font-size:14.5px;font-weight:600;background:var(--sage-bright);color:#fff;border:none;border-radius:12px;padding:14px;cursor:pointer;transition:.16s}
.sum-btn:hover{background:#7c9e82}
.sum-foot{display:flex;justify-content:center;gap:12px;margin-top:11px;font-size:10.5px;color:#888c84}
@media(max-width:860px){.studio{grid-template-columns:1fr}.stage-card{position:relative;top:0}}

/* materials gallery */
.mats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.mat-card{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:var(--surface)}
.mat-swatch{height:160px}
.mat-body{padding:16px}
.mat-body h3{font-size:15px;margin-bottom:3px}
.mat-body p{font-size:12.5px;color:var(--muted)}
@media(max-width:740px){.mats{grid-template-columns:1fr 1fr}}

/* showcase rendus produit */
.showcase{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.showcase figure{margin:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface)}
.showcase img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}
.showcase figcaption{padding:11px 13px;font-size:12.5px;color:var(--ink);font-family:'Space Grotesk',sans-serif;font-weight:500}
@media(max-width:900px){.showcase{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.showcase{grid-template-columns:repeat(2,1fr)}}

/* hero des pages produit/service */
.page-hero{padding:70px 0 18px}
.page-hero .eyebrow{margin-bottom:14px}
.page-hero h1{font-size:clamp(32px,5.2vw,54px);line-height:1.05;max-width:20ch}
.page-hero p{margin-top:20px;font-size:17px;color:var(--muted);max-width:56ch}
.page-hero .hero-cta{margin-top:28px;display:flex;gap:13px;align-items:center;flex-wrap:wrap}

/* hub "Nos solutions" (3 cartes cliquables) */
.sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sol-card{display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--surface);text-decoration:none;color:inherit;transition:.16s}
.sol-card:hover{border-color:var(--sage);transform:translateY(-3px);box-shadow:0 20px 50px -40px var(--shadow)}
.sol-ic{width:46px;height:46px;border-radius:13px;background:var(--sage-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.sol-card h3{font-size:18px;margin-bottom:7px}
.sol-card p{font-size:14px;color:var(--muted);flex:1}
.sol-link{margin-top:16px;font-family:'Space Grotesk',sans-serif;font-size:14px;font-weight:600;color:var(--sage-deep)}
@media(max-width:740px){.sol-grid{grid-template-columns:1fr}}

/* social proof */
.proof{background:var(--sage-deep);color:#fff}
.proof .sec-head h2{color:#fff}
.proof .sec-head p{color:#cdd6cd}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:22px}
.stars{color:#e8c87a;font-size:14px;margin-bottom:11px;letter-spacing:2px}
.review p{font-size:14px;color:#eef2ee;line-height:1.55}
.review .who{margin-top:14px;font-size:12.5px;color:#aebbae}
.review h3{font-size:16px;color:#fff;margin:4px 0 8px}
.promise-ic{width:40px;height:40px;border-radius:11px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:18px;color:#cfe0cf;margin-bottom:14px}
@media(max-width:740px){.reviews{grid-template-columns:1fr}}

/* faq */
.faq-list{max-width:760px;margin:0 auto}
details{border-bottom:1px solid var(--line);padding:20px 0}
summary{font-family:'Space Grotesk',sans-serif;font-size:16px;font-weight:500;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";font-size:22px;color:var(--sage);font-weight:400;transition:.2s}
details[open] summary::after{transform:rotate(45deg)}
details p{margin-top:12px;font-size:14.5px;color:var(--muted);max-width:64ch}

/* final cta */
.final{text-align:center;padding:90px 0}
.final h2{font-size:clamp(28px,4.4vw,46px);max-width:18ch;margin:0 auto 18px;line-height:1.05}
.final p{font-size:16px;color:var(--muted);max-width:44ch;margin:0 auto 28px}

/* footer */
footer{background:var(--ink);color:#c8cbc3;padding:54px 0 30px}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;margin-bottom:38px}
.foot-brand .logo{color:#fff;margin-bottom:12px}
.foot-brand p{font-size:13px;color:#8b8f87;max-width:30ch}
.foot-col h4{font-family:'Space Grotesk',sans-serif;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#8b8f87;margin-bottom:14px;font-weight:600}
.foot-col a{display:block;font-size:13.5px;color:#c8cbc3;text-decoration:none;margin-bottom:9px;transition:.15s}
.foot-col a:hover{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;justify-content:space-between;font-size:12px;color:#7c8079;flex-wrap:wrap;gap:10px}
@media(max-width:740px){.foot-grid{grid-template-columns:1fr 1fr}}

@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
:focus-visible{outline:2px solid var(--sage);outline-offset:2px}

/* ==========================================================================
   AJOUTS PRODUCTION (nouveautés par rapport au prototype)
   ========================================================================== */

/* lien d'évitement (accessibilité clavier) */
.skip-link{position:absolute;left:-999px;top:0;z-index:200;background:var(--ink);color:#fff;padding:10px 16px;border-radius:0 0 10px 0;font-size:14px;text-decoration:none}
.skip-link:focus{left:0}

/* section "Pour les pros" */
.pros{background:var(--bg)}
.pros-card{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;border:1px solid var(--line);border-radius:24px;padding:38px;background:var(--surface)}
.pros-card h2{font-size:clamp(24px,3.2vw,34px);line-height:1.08}
.pros-card p{margin-top:14px;font-size:15.5px;color:var(--muted);max-width:46ch}
.pros-points{margin-top:18px;display:flex;flex-direction:column;gap:9px}
.pros-points span{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink)}
.pros-points span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--sage);flex-shrink:0}
.pros-aside{background:var(--sage-tint);border:1px solid #dce5dd;border-radius:18px;padding:26px}
.pros-aside h3{font-size:17px;margin-bottom:6px}
.pros-aside p{font-size:13.5px;color:var(--sage-deep);margin-bottom:16px}
@media(max-width:740px){.pros-card{grid-template-columns:1fr;padding:26px}}

/* modale récapitulatif de commande */
.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}
.modal[open]{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(28,29,26,.46);backdrop-filter:blur(3px)}
.modal-card{position:relative;background:var(--surface);border-radius:22px;width:100%;max-width:460px;max-height:90vh;overflow:auto;box-shadow:0 40px 90px -50px var(--shadow);animation:pop .22s ease}
@keyframes pop{from{transform:translateY(14px) scale(.98);opacity:0}to{transform:none;opacity:1}}
.modal-head{padding:24px 24px 0;display:flex;justify-content:space-between;align-items:flex-start;gap:14px}
.modal-head .eyebrow{margin-bottom:5px}
.modal-head h3{font-size:21px}
.modal-close{background:none;border:none;cursor:pointer;font-size:24px;line-height:1;color:var(--faint);padding:2px 6px;border-radius:8px;transition:.15s}
.modal-close:hover{color:var(--ink);background:var(--line-soft)}
.recap{padding:18px 24px 6px}
.recap-row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--line-soft);font-size:14px}
.recap-row span{color:var(--muted)}
.recap-row b{font-weight:600;text-align:right}
.recap-opts{padding:6px 0 0;font-size:13.5px;color:var(--muted)}
.recap-opts div{padding:4px 0;display:flex;justify-content:space-between}
.modal-total{margin:14px 24px;background:var(--ink);color:#fff;border-radius:16px;padding:16px 18px}
.modal-total .mt-top{display:flex;justify-content:space-between;align-items:flex-end}
.modal-total .mt-price{font-family:'Space Grotesk',sans-serif;font-size:30px;font-weight:600;font-variant-numeric:tabular-nums}
.modal-total .mt-sub{font-size:11.5px;color:#9fa39a;margin-top:4px}
.modal-total .mt-sub b{color:#dfe3da}
.modal-actions{padding:0 24px 22px;display:flex;flex-direction:column;gap:10px}
.modal-note{font-size:11.5px;color:var(--faint);text-align:center;padding:0 24px 20px;line-height:1.5}
.btn-ghost{font-family:'Space Grotesk',sans-serif;font-size:14px;font-weight:600;background:none;border:1px solid var(--line);color:var(--ink);border-radius:12px;padding:13px;cursor:pointer;transition:.15s}
.btn-ghost:hover{border-color:var(--sage);background:var(--sage-tint)}

/* liens légaux du footer */
.foot-legal a{color:#9aa093;text-decoration:none;transition:.15s}
.foot-legal a:hover{color:#fff}

/* bandeau cookies */
.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:120;max-width:760px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 60px -34px var(--shadow);padding:18px 20px;display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap;transform:translateY(140%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.cookie-banner.show{transform:none}
.cookie-text{font-size:13px;color:var(--muted);line-height:1.55;flex:1;min-width:240px}
.cookie-text strong{color:var(--ink);font-weight:600}
.cookie-text a{color:var(--sage);text-decoration:underline}
.cookie-actions{display:flex;gap:10px;flex-shrink:0}
.cookie-actions .btn-ghost,.cookie-actions .btn-primary{padding:11px 20px;font-size:13.5px}
@media(max-width:560px){.cookie-banner{flex-direction:column;align-items:stretch}.cookie-actions{justify-content:flex-end}}

/* pages légales (contenu texte) */
.legal{max-width:760px;margin:0 auto;padding:54px 0 80px}
.legal h1{font-size:clamp(28px,4vw,40px);margin-bottom:8px}
.legal .updated{font-size:13px;color:var(--faint);margin-bottom:34px}
.legal h2{font-size:20px;margin:34px 0 10px}
.legal p,.legal li{font-size:14.5px;color:var(--muted);line-height:1.7}
.legal ul{margin:8px 0 8px 20px}
.legal a{color:var(--sage)}
.legal .todo{background:#fff8ec;border:1px solid #f0e2c2;border-radius:12px;padding:14px 16px;font-size:13.5px;color:#8a6d2f;margin:14px 0}
.legal-back{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:var(--muted);text-decoration:none;margin-bottom:24px}
.legal-back:hover{color:var(--ink)}
