/* =================================================================
   location-wc-nantes.fr — identité « atelier de la Loire »
   Teal profond, cuivre, parchemin. Slab serif, angles asymétriques,
   filets pointillés, ombres basses. Rien n'est symétrique.
   ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@500;600;700&family=Karla:wght@400;500;600;700&display=swap');

:root{
    --teal:#0E5C55;
    --teal-fonce:#083F3A;
    --teal-clair:#D9EAE7;
    --cuivre:#B87333;
    --cuivre-clair:#F2E2D0;
    --parchemin:#F7F2E7;
    --parchemin-2:#EDE4D3;
    --encre:#1C2B2A;
    --gris:#5E6E6C;
    --trait:#CFC5B2;
    --blanc:#FFFDF8;
    --max:1170px;
    --titre:Bitter,Georgia,serif;
    --texte:Karla,system-ui,sans-serif;
    --asym:6px 22px 6px 22px;
    --asym-s:4px 16px 4px 16px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--texte);font-size:16px;line-height:1.66;color:var(--encre);
    background:var(--parchemin);overflow-x:hidden;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block;height:auto}
main{overflow:hidden}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{
    outline:3px solid var(--cuivre);outline-offset:2px}
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--teal);color:var(--parchemin);padding:12px 18px;font-weight:700}
.skip-link:focus{left:0}
h1,h2,h3{font-family:var(--titre);font-weight:600;letter-spacing:-.015em;line-height:1.16;color:var(--encre);margin-top:0}

/* --------- En-tête : filet pointillé --------- */
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;
    gap:20px;padding:14px max(clamp(18px,4vw,42px),env(safe-area-inset-left));
    background:var(--parchemin);border-bottom:3px dotted var(--teal)}
.brand{display:flex;align-items:center;gap:12px;font-family:var(--titre);font-weight:700;font-size:1.04rem;
    line-height:1.15;min-width:max-content}
.brand-mark{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--asym-s);
    background:var(--teal);color:var(--parchemin);font-family:var(--texte);font-weight:700;font-size:.8rem;
    border:2px solid var(--encre)}
.main-nav{display:flex;align-items:center;gap:5px;font-weight:600;font-size:.93rem}
.main-nav a{padding:9px 13px;border-radius:var(--asym-s);border:2px solid transparent;transition:.18s}
.main-nav a:hover{border-color:var(--teal);background:var(--teal-clair)}
.nav-cta{background:var(--cuivre);color:var(--blanc)!important;border-color:var(--encre)!important;font-weight:700}
.nav-cta:hover{background:var(--teal)!important;border-color:var(--encre)!important}
.nav-toggle{display:none;align-items:center;gap:9px;min-height:46px;padding:10px 14px;
    border:2px solid var(--encre);border-radius:var(--asym-s);background:var(--blanc);color:var(--encre);
    font-family:var(--texte);font-weight:700;font-size:.93rem;cursor:pointer}
.nav-toggle-bar{position:relative;display:block;width:18px;height:2px;background:currentColor}
.nav-toggle-bar:before,.nav-toggle-bar:after{content:"";position:absolute;left:0;width:18px;height:2px;background:currentColor;transition:.2s}
.nav-toggle-bar:before{top:-6px}
.nav-toggle-bar:after{top:6px}
.nav-toggle.is-open .nav-toggle-bar{background:transparent}
.nav-toggle.is-open .nav-toggle-bar:before{top:0;transform:rotate(45deg)}
.nav-toggle.is-open .nav-toggle-bar:after{top:0;transform:rotate(-45deg)}

/* --------- Trames --------- */
.hero,.section,.page-hero,.service-hero,.local-hero,.quote-hero,.article{
    max-width:var(--max);margin:0 auto;padding:clamp(44px,6vw,76px) clamp(18px,4vw,26px)}
.hero{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(300px,.94fr);gap:44px;align-items:center}

.eyebrow{margin:0 0 16px;font-family:var(--texte);font-weight:700;font-size:.77rem;
    letter-spacing:.16em;text-transform:uppercase;color:var(--cuivre)}
.eyebrow:after{content:"";display:block;width:54px;height:3px;margin-top:8px;
    background:repeating-linear-gradient(90deg,var(--cuivre) 0 5px,transparent 5px 10px)}
.hero h1,.page-hero h1,.service-hero h1,.local-hero h1,.quote-hero h1,.article h1{
    font-size:clamp(2.1rem,4.7vw,3.7rem);margin:0 0 20px}
.hero-lead,.page-hero p,.service-hero p,.local-hero p,.quote-hero p,.article-header p{
    font-size:clamp(1.02rem,1.5vw,1.16rem);color:var(--gris);max-width:640px}
.section h2,.split h2,.section-head h2{font-size:clamp(1.65rem,3.1vw,2.6rem);margin:0 0 16px}

/* --------- Boutons : ombre basse --------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 24px;min-height:52px;
    border-radius:var(--asym-s);border:2px solid var(--encre);font-family:var(--texte);font-weight:700;
    font-size:.97rem;cursor:pointer;text-align:center;box-shadow:0 5px 0 rgba(28,43,42,.28);
    transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 7px 0 rgba(28,43,42,.28)}
.btn:active{transform:translateY(2px);box-shadow:0 2px 0 rgba(28,43,42,.28)}
.btn-primary{background:var(--teal);color:var(--parchemin)}
.btn-primary:hover{background:var(--teal-fonce)}
.btn-secondary{background:var(--blanc);color:var(--encre)}
.btn-secondary:hover{background:var(--cuivre-clair)}
.btn-light{background:var(--parchemin);color:var(--encre)}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:26px 0}

.trust-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.trust-row span,.tag,.business-tag{display:inline-flex;align-items:center;padding:7px 13px;
    border:2px solid var(--encre);border-radius:999px;background:var(--teal-clair);color:var(--encre);
    font-weight:700;font-size:.8rem;width:max-content;max-width:100%}
.tag{background:var(--cuivre-clair)}
.business-tag{background:var(--blanc);font-size:.74rem;border-width:2px}

/* --------- Visuels --------- */
.hero-visual{position:relative;min-width:0}
.hero-visual img,.service-hero img{border:2px solid var(--encre);border-radius:var(--asym);
    box-shadow:0 10px 0 rgba(14,92,85,.2);aspect-ratio:4/3;object-fit:cover;background:var(--parchemin-2)}
.floating-card{position:absolute;left:-16px;bottom:22px;max-width:242px;background:var(--blanc);
    padding:17px 19px;border:2px solid var(--encre);border-radius:var(--asym-s);box-shadow:0 6px 0 rgba(14,92,85,.22)}
.floating-card strong{display:block;font-family:var(--titre);font-size:1.18rem;color:var(--teal)}
.floating-card span{color:var(--gris);font-size:.89rem}

/* --------- Contenu --------- */
.split{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:44px;align-items:start;
    padding-top:clamp(38px,5vw,62px);border-top:3px dotted var(--trait)}
.rich-text{font-size:1.03rem;color:#354645}
.rich-text p:first-child{margin-top:0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:26px;
    padding-bottom:16px;border-bottom:3px dotted var(--teal)}
.section-head>div{min-width:0}
.section-head a,.card a,.zone-card a,.blog-card a,.price-card a,.card-link,.sidebar-links a{
    font-weight:700;color:var(--cuivre);border-bottom:2px dotted var(--cuivre);padding-bottom:2px}
.section-head a:hover,.card a:hover,.zone-card a:hover,.blog-card a:hover,.price-card a:hover,
.card-link:hover,.sidebar-links a:hover{color:var(--teal);border-bottom-style:solid;border-color:var(--teal)}

.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.card,.feature-card,.zone-card,.blog-card,.price-card,.success-box,.quote-sidebar,.business-card{
    background:var(--blanc);border:2px solid var(--encre);border-radius:var(--asym);padding:25px;
    box-shadow:0 6px 0 rgba(14,92,85,.16);transition:transform .16s ease,box-shadow .16s ease;min-width:0}
.card:nth-child(even),.zone-card:nth-child(even),.blog-card:nth-child(even){border-radius:22px 6px 22px 6px}
.card:hover,.zone-card:hover,.blog-card:hover,.price-card:hover,.business-card:hover{
    transform:translateY(-3px);box-shadow:0 9px 0 rgba(14,92,85,.22)}
.card h3,.card h2,.feature-card h3,.zone-card h2,.blog-card h2,.price-card h2,.business-card h3{
    margin:14px 0 10px;font-size:1.3rem}
.business-card h3{font-size:1.06rem}
.card p,.feature-card p,.zone-card p,.blog-card p,.price-card p,.business-card p{color:var(--gris);font-size:.95rem}
.price-card strong{display:block;font-family:var(--titre);font-size:1.52rem;color:var(--cuivre);margin-bottom:8px}
.large-card{min-height:330px;display:flex;flex-direction:column}
.large-card .card-link{margin-top:auto;align-self:flex-start}

.check-list{list-style:none;padding:0;margin:16px 0}
.check-list li{position:relative;padding-left:27px;margin:9px 0;color:#354645}
.check-list li:before{content:"";position:absolute;left:0;top:9px;width:13px;height:13px;
    border-radius:3px 9px 3px 9px;background:var(--cuivre);border:2px solid var(--encre)}

/* --------- Bandeau secteurs --------- */
.zone-band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;background:var(--teal);
    color:var(--parchemin);border:2px solid var(--encre);border-radius:var(--asym);
    padding:clamp(28px,5vw,54px);box-shadow:0 10px 0 rgba(28,43,42,.25)}
.zone-band h2,.zone-band h3{color:var(--parchemin)}
.zone-band .eyebrow{color:var(--cuivre-clair)}
.zone-band .eyebrow:after{background:repeating-linear-gradient(90deg,var(--cuivre-clair) 0 5px,transparent 5px 10px)}
.zone-band p{color:#CFE0DD}
.zone-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.zone-list a{display:flex;justify-content:space-between;align-items:center;gap:12px;
    background:rgba(255,253,248,.1);border:2px dotted rgba(255,253,248,.4);padding:13px 15px;
    border-radius:var(--asym-s);color:var(--parchemin);font-weight:600;transition:.18s}
.zone-list a:hover{background:var(--cuivre);border-color:var(--encre);border-style:solid}
.zone-list small{font-weight:700;font-size:.79rem;color:var(--cuivre-clair);white-space:nowrap}
.zone-list a:hover small{color:var(--blanc)}

/* --------- Calculateur --------- */
.calculator{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;background:var(--blanc);
    border:2px solid var(--encre);border-radius:var(--asym);padding:23px;box-shadow:0 6px 0 rgba(14,92,85,.16)}
label{display:grid;gap:7px;font-weight:700;font-size:.91rem;color:var(--encre)}
input,select,textarea{width:100%;border:2px solid var(--encre);border-radius:var(--asym-s);padding:12px 14px;
    font:inherit;font-size:1rem;background:var(--blanc);color:var(--encre);min-height:50px}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{color:#93A19F}
input:focus,select:focus,textarea:focus{outline:3px solid var(--cuivre);outline-offset:1px}
.calc-result{background:var(--cuivre);color:var(--blanc);border:2px solid var(--encre);
    border-radius:var(--asym-s);padding:17px;display:flex;flex-direction:column;justify-content:center}
.calc-result span,.calc-result small{display:block;color:#F6E7D6;font-size:.82rem}
.calc-result strong{display:block;font-family:var(--titre);font-size:1.95rem;line-height:1.1;color:var(--blanc)}

/* --------- Panneaux --------- */
.cta-panel{border:2px solid var(--encre);border-radius:var(--asym);background:var(--cuivre);
    color:var(--blanc);text-align:center;box-shadow:0 10px 0 rgba(28,43,42,.25)}
.cta-panel h2{color:var(--blanc)}
.cta-panel .eyebrow{color:#F7E9D8}
.cta-panel .eyebrow:after{background:repeating-linear-gradient(90deg,#F7E9D8 0 5px,transparent 5px 10px);margin-inline:auto}
.cta-panel p{max-width:660px;margin:0 auto 22px;color:#F7E9D8}
.page-hero{text-align:left;border-bottom:3px dotted var(--teal)}
.service-hero,.local-hero,.quote-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.72fr);gap:38px;align-items:center}
.feature-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.primary-feature{background:var(--teal);color:var(--parchemin)}
.primary-feature h2,.primary-feature h3{color:var(--parchemin)}
.primary-feature p{color:#CFE0DD}
.pill-grid{display:flex;flex-wrap:wrap;gap:10px}
.pill-grid a{padding:11px 16px;border:2px solid var(--encre);border-radius:999px;background:var(--blanc);
    font-weight:600;font-size:.92rem;transition:.18s}
.pill-grid a:hover{background:var(--teal-clair);transform:translateY(-2px);box-shadow:0 4px 0 rgba(14,92,85,.2)}
.pill-grid a small{color:var(--gris);font-weight:500}

.zone-cards,.blog-grid,.pricing-grid,.business-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.local-panel,.quote-proof{background:var(--blanc);border:2px solid var(--encre);border-radius:var(--asym);
    padding:24px;box-shadow:0 6px 0 rgba(14,92,85,.16);display:grid;gap:6px}
.local-panel span{color:var(--gris);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}
.local-panel strong{font-family:var(--titre);font-size:1.16rem}
.quote-proof strong{font-family:var(--titre);font-size:2.9rem;line-height:1;color:var(--cuivre)}
.quote-proof span{color:var(--gris);font-weight:600}

.faq details{background:var(--blanc);border:2px solid var(--encre);border-radius:var(--asym-s);
    padding:16px 21px;margin:11px 0;box-shadow:0 4px 0 rgba(14,92,85,.14)}
.faq details[open]{background:var(--teal-clair)}
.faq summary{font-family:var(--titre);font-weight:600;font-size:1.05rem;cursor:pointer}
.faq p{color:var(--gris);margin-bottom:0}

.article{max-width:850px}
.article-header{border-bottom:3px dotted var(--teal);padding-bottom:24px}
.article-body{font-size:1.05rem;color:#354645}
.article-body section{margin-top:34px}
.article-body h2{font-size:clamp(1.48rem,2.8vw,2rem);margin:0 0 12px}
.article-cta{margin-top:36px;border:2px solid var(--encre);border-radius:var(--asym);
    background:var(--cuivre-clair);padding:26px;box-shadow:0 6px 0 rgba(14,92,85,.16)}
.source-note,.info-panel{margin-top:20px;background:var(--parchemin-2);border:2px dotted var(--teal);
    border-radius:var(--asym-s);padding:21px;color:#354645}
.info-panel{margin-top:0;border-style:solid;border-color:var(--encre);box-shadow:0 6px 0 rgba(14,92,85,.16)}

/* --------- Pied de page --------- */
.site-footer{margin-top:56px;background:var(--encre);color:var(--parchemin);
    padding:clamp(28px,5vw,48px) clamp(18px,4vw,42px) max(clamp(28px,5vw,48px),calc(env(safe-area-inset-bottom) + 28px))}
.footer-cta{max-width:var(--max);margin:0 auto 44px;background:var(--teal);color:var(--parchemin);
    border:2px solid var(--parchemin);border-radius:var(--asym);padding:32px;display:flex;
    align-items:center;justify-content:space-between;gap:22px;box-shadow:0 10px 0 var(--cuivre)}
.footer-cta h2{font-size:clamp(1.52rem,3vw,2.45rem);margin:0;color:var(--parchemin)}
.footer-cta .eyebrow{color:var(--cuivre-clair)}
.footer-cta .eyebrow:after{background:repeating-linear-gradient(90deg,var(--cuivre-clair) 0 5px,transparent 5px 10px)}
.footer-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:28px}
.footer-grid p{color:#A9B8B6;font-size:.94rem}
.footer-grid h3{margin-top:0;color:var(--cuivre-clair);font-size:1.03rem;
    padding-bottom:8px;border-bottom:2px dotted rgba(247,242,231,.3)}
.footer-grid a{display:block;color:#DCE6E4;margin:7px 0;font-size:.94rem;transition:.18s}
.footer-grid a:hover{color:var(--cuivre-clair)}
.footer-brand{margin-bottom:10px;color:var(--parchemin)}
.footer-brand .brand-mark{background:var(--cuivre);border-color:var(--parchemin)}
.footer-bottom{max-width:var(--max);margin:30px auto 0;padding-top:18px;border-top:3px dotted rgba(247,242,231,.3);
    color:#A9B8B6;font-size:.9rem}
.footer-bottom p{margin:0 0 6px}
.footer-bottom p:last-child{margin-bottom:0}
.footer-legal-line a{display:inline;color:#DCE6E4;text-decoration:underline;text-underline-offset:3px;margin:0}
.footer-legal-line a:hover{color:var(--cuivre-clair)}

.reveal-on-scroll{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.reveal-on-scroll.revealed{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .reveal-on-scroll{opacity:1;transform:none;transition:none}
    .btn:hover,.card:hover,.zone-card:hover,.blog-card:hover,.price-card:hover,
    .business-card:hover,.pill-grid a:hover{transform:none}
}
h1,h2,h3,p,li,a,summary,legend,label{overflow-wrap:anywhere;hyphens:auto}

/* =================================================================
   FORMULAIRE DE DEVIS — Angles asymétriques, filets pointillés, ombres basses.
   ================================================================= */
.quote-main{min-width:0}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.alert-box{background:#FBEFEA;border:2px solid var(--encre);border-left:6px solid #B3402F;
    border-radius:4px 16px 4px 16px;padding:16px 20px;margin-bottom:20px;color:var(--encre)}
.alert-box strong{display:block;margin-bottom:3px}
.alert-box p{margin:0;color:var(--encre)}

.form-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;list-style:none;margin:0 0 24px;padding:0}
.form-steps li{display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;
    font-size:.78rem;font-weight:600;color:var(--gris);padding-top:10px;border-top:3px solid var(--trait)}
.form-steps li span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;
    border:2px solid var(--encre);background:var(--blanc);color:var(--encre);font-size:.86rem;font-weight:700}
.form-steps li.is-current{color:var(--cuivre);border-top-color:var(--cuivre)}
.form-steps li.is-current span{background:var(--cuivre);color:var(--parchemin);border-color:var(--cuivre)}
.form-steps li.is-done{color:var(--teal);border-top-color:var(--teal)}
.form-steps li.is-done span{background:var(--teal);color:var(--parchemin);border-color:var(--teal)}

.quote-form{background:var(--blanc);border:2px solid var(--encre);border-radius:6px 22px 6px 22px;padding:26px;box-shadow:0 6px 0 rgba(14,92,85,.12)}
.lead-form .form-step{border:0;padding:0;margin:0;min-width:0}
.lead-form:not(.is-stepped) .form-step{margin-bottom:34px;padding-bottom:28px;border-bottom:2px solid var(--trait)}
.lead-form:not(.is-stepped) .form-step:last-of-type{border-bottom:0}
.lead-form:not(.is-stepped) .form-steps{display:none}
.lead-form:not(.is-stepped) [data-next],.lead-form:not(.is-stepped) [data-prev]{display:none}
.lead-form legend{font-family:var(--titre);font-size:clamp(1.22rem,2.5vw,1.55rem);font-weight:600;
    line-height:1.14;margin-bottom:18px;padding:0;outline:none;color:var(--encre)}
.step-index{display:block;font-family:var(--texte);font-size:.75rem;letter-spacing:.12em;
    text-transform:uppercase;color:var(--cuivre);font-weight:700;margin-bottom:5px}

.field-block{margin-bottom:24px}
.field-label{margin:0 0 10px;font-weight:700;font-size:.95rem;color:var(--encre)}
.field-label small{font-weight:400;color:var(--gris)}
.field-hint{font-weight:400;color:var(--gris);font-size:.85rem}
.req{color:#B3402F}
.lead-form label{margin-bottom:16px}
.lead-form .form-grid label{margin-bottom:0}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}

.choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:10px}
.choice-grid-compact{grid-template-columns:repeat(auto-fit,minmax(175px,1fr))}
.choice-card{position:relative;display:flex;align-items:flex-start;gap:11px;margin:0;
    border:2px solid var(--encre);border-radius:4px 16px 4px 16px;padding:13px 15px;background:var(--blanc);
    cursor:pointer;font-weight:600;min-height:54px;transition:.16s;color:var(--encre)}
.choice-card:hover{background:var(--parchemin-2)}
.choice-card input{position:absolute;opacity:0;width:1px;height:1px;margin:0}
.choice-card .choice-body{display:grid;gap:2px;min-width:0}
.choice-card strong{font-size:.95rem;line-height:1.25}
.choice-card small{color:var(--gris);font-weight:400;font-size:.82rem;line-height:1.35}
.choice-card:before{content:"";flex:0 0 auto;width:20px;height:20px;margin-top:2px;
    border:2px solid var(--encre);border-radius:50%;background:var(--blanc);transition:.16s}
.choice-card:has(input[type=checkbox]):before{border-radius:3px 9px 3px 9px}
.choice-card:has(input:checked){border-color:var(--cuivre);background:var(--parchemin-2);box-shadow:0 4px 0 rgba(14,92,85,.16)}
.choice-card:has(input:checked):before{background:var(--cuivre);border-color:var(--cuivre);box-shadow:inset 0 0 0 3px var(--blanc)}
.choice-card:has(input[type=checkbox]:checked):before{box-shadow:none;background:var(--cuivre) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.5l3.2 3.2L13 5'/%3E%3C/svg%3E") center/12px no-repeat}
.choice-card:has(input:focus-visible){outline:2px solid var(--cuivre);outline-offset:2px}
.choice-card-sm{min-height:50px;padding:11px 13px}
.choice-card-sm strong{font-size:.9rem}
@supports not selector(:has(*)){
    .choice-card:before{display:none}
    .choice-card input{position:static;opacity:1;width:20px;height:20px;flex:0 0 auto;margin-top:2px}
}

.consent-field{display:flex;align-items:flex-start;gap:11px;margin:6px 0 0;font-weight:400;
    color:var(--encre);line-height:1.5;font-size:.93rem}
.consent-field input{width:21px;height:21px;min-height:0;flex:0 0 auto;margin-top:2px;accent-color:var(--cuivre)}
.consent-field a{color:var(--cuivre);font-weight:700;text-decoration:underline;text-underline-offset:3px}

.field-error{display:block;margin-top:5px;color:#B3402F;font-weight:700;font-size:.86rem}
.has-error input,.has-error select,.has-error textarea{border-color:#B3402F;background:#FBEFEA}

.step-nav{display:flex;gap:11px;margin-top:24px;flex-wrap:wrap}
.step-nav .btn{width:auto;flex:1 1 170px}
.step-nav [data-prev]{flex:0 1 135px}
.form-legal{margin:16px 0 0;font-size:.84rem;color:var(--gris);line-height:1.5}
.form-legal a{color:var(--cuivre);font-weight:600}
.lead-form input,.lead-form select,.lead-form textarea{min-height:50px}
.lead-form button[disabled]{opacity:.6;cursor:progress}

/* Page /devis */
.quote-layout{max-width:var(--max);margin:0 auto;padding:26px clamp(18px,4vw,26px) clamp(44px,6vw,72px);
    display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:30px;align-items:start}
.quote-layout h1{font-size:clamp(1.8rem,3.1vw,2.6rem);margin:0 0 10px}
.quote-lead{font-size:1rem;color:var(--gris);max-width:620px;margin:0 0 20px}
.quote-side{position:sticky;top:90px;display:grid;gap:16px;min-width:0}
.quote-side .quote-proof strong{font-size:2.4rem}
.quote-side .quote-sidebar h2{font-size:1.08rem;margin:0 0 4px}
.quote-side .check-list li{font-size:.92rem;margin:6px 0}
.sidebar-links{display:grid;gap:8px;margin-top:16px;padding-top:16px;border-top:2px solid var(--trait)}

/* =================================================================
   BANDEAU HAUT DE PAGE — formulaire à gauche, contenu à droite
   ================================================================= */
.hero-split{max-width:var(--max);margin:0 auto;padding:24px clamp(18px,4vw,26px) clamp(36px,5vw,60px);
    display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:clamp(26px,4vw,52px);align-items:start}
.hero-split-form,.hero-split-content{min-width:0}
.hero-split-content>.hero,.hero-split-content>.page-hero,.hero-split-content>.service-hero,
.hero-split-content>.local-hero,.hero-split-content>.article,.hero-split-content>div.article{
    max-width:none;margin:0;padding:0;display:block;text-align:left;border-bottom:0;border-top:0}
.hero-split-content .hero-visual{margin-top:24px;max-width:100%}
.hero-split-content .hero-visual img,.hero-split-content>.service-hero img{margin-top:20px}
.hero-split-content .floating-card{position:static;max-width:100%;margin-top:0}
.hero-split-content .local-panel{margin-top:22px}
.hero-split-content h1{font-size:clamp(1.95rem,3.9vw,3.2rem)}
.hero-split-content .article-header{border-bottom:0;padding-bottom:0}
.hero-split-form h2{font-size:clamp(1.35rem,2.3vw,1.8rem);margin:0 0 7px}
.hero-split-form .quote-lead{font-size:.95rem;margin-bottom:16px}
.hero-split-form .quote-form{padding:22px}
.hero-split-form .choice-grid{grid-template-columns:1fr}
.hero-split-form .choice-grid-compact{grid-template-columns:1fr 1fr;gap:7px}
.hero-split-form .choice-card{padding:10px 12px;min-height:46px;gap:9px}
.hero-split-form .choice-card:before{width:18px;height:18px;margin-top:1px}
.hero-split-form .choice-card strong{font-size:.88rem}
.hero-split-form .choice-card small{font-size:.77rem;line-height:1.3}
.hero-split-form .choice-card-sm{min-height:44px;padding:9px 11px}
.hero-split-form .choice-card-sm strong{font-size:.84rem}
.hero-split-form .field-block{margin-bottom:18px}
.hero-split-form legend{font-size:1.1rem;margin-bottom:15px}
.hero-split-form .form-steps{margin-bottom:18px}
.hero-split-form label{margin-bottom:13px}
.hero-split-form input,.hero-split-form select,.hero-split-form textarea{min-height:46px;padding:10px 13px}

/* --------- Pages légales --------- */
.legal-page{max-width:840px}
.legal-page .article-body section{margin-top:34px}
.legal-page .article-body section:first-child{margin-top:0}
.legal-list{list-style:none;padding:0;margin:14px 0}
.legal-list li{position:relative;padding-left:22px;margin:9px 0;color:var(--encre)}
.legal-list li:before{content:"";position:absolute;left:0;top:11px;width:9px;height:9px;background:var(--cuivre)}
.legal-page a{color:var(--cuivre);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.legal-page .btn{text-decoration:none}
.legal-updated{margin-top:34px;padding-top:18px;border-top:2px solid var(--trait);color:var(--gris);font-size:.92rem}

/* =================================================================
   BLOC SEO DE LA PAGE D'ACCUEIL — premier dans le DOM, dernier à l'écran
   ================================================================= */
body[data-page="home"] main{display:flex;flex-direction:column}
body[data-page="home"] main>.container-xl:first-child{order:99;margin-top:20px;padding-top:38px;
    border-top:2px solid var(--encre);color:var(--encre)}
body[data-page="home"] main>.container-xl:first-child h2{font-family:var(--titre);font-size:clamp(1.45rem,2.9vw,2rem);line-height:1.14}
body[data-page="home"] main>.container-xl:first-child h3{font-family:var(--titre);font-size:1.06rem}
body[data-page="home"] main>.container-xl:first-child .lead{font-size:1.02rem;line-height:1.7;color:var(--encre)}
body[data-page="home"] main>.container-xl:first-child p{color:var(--gris)}
body[data-page="home"] main>.container-xl:first-child strong{color:var(--encre)}
body[data-page="home"] main>.container-xl:first-child a{color:var(--cuivre);font-weight:600;
    text-decoration:underline;text-underline-offset:3px}
body[data-page="home"] main>.container-xl:first-child li{margin:2px 0}
.site-header .brand,.site-footer .brand{text-decoration:none}

/* =================================================================
   RESPONSIVE
   ================================================================= */
@media (max-width:1100px){
    .zone-cards,.blog-grid,.pricing-grid,.business-grid,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .hero{grid-template-columns:1fr}
    .hero-visual{max-width:min(620px,100%);margin-inline:auto}
}
@media (max-width:1000px){
    .service-hero,.local-hero,.quote-hero,.split,.zone-band,.quote-layout{grid-template-columns:1fr}
    .feature-layout,.calculator{grid-template-columns:1fr 1fr}
    .footer-grid{grid-template-columns:1fr 1fr}
    .service-hero img{max-width:min(600px,100%);margin-inline:auto}
    .quote-layout .quote-main{order:1}
    .quote-layout .quote-side{order:2;position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,1fr))}
    .hero-split{grid-template-columns:1fr;gap:24px;padding-top:18px}
    .hero-split-content{order:1}
    .hero-split-form{order:2}
    .hero-split-content .hero-visual,.hero-split-content>.service-hero img{display:none}
    .hero-split-form .quote-form{padding:20px}
}
@media (max-width:860px){
    .site-header{padding:10px 18px;min-height:0}
    .nav-toggle{display:inline-flex}
    .main-nav{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 8px);
        background:var(--blanc);border:2px solid var(--encre);border-radius:6px 22px 6px 22px;padding:10px;
        box-shadow:0 6px 0 rgba(14,92,85,.12);flex-direction:column;align-items:stretch;gap:2px;
        max-height:calc(100dvh - 120px);overflow-y:auto;overscroll-behavior:contain}
    .main-nav.is-open{display:flex}
    .main-nav a{min-height:48px;display:flex;align-items:center;padding:12px 14px;border-left:0;
        border-bottom:1px solid var(--trait)}
    .main-nav a:last-child{border-bottom:0}
    .nav-cta{justify-content:center;border-left:0!important}
    .hero,.section,.page-hero,.service-hero,.local-hero,.quote-hero,.article{
        padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}
    .hero h1,.page-hero h1,.service-hero h1,.local-hero h1,.quote-hero h1,.article h1{font-size:clamp(1.85rem,7.6vw,2.5rem)}
    .section h2,.split h2,.section-head h2{font-size:clamp(1.5rem,5.8vw,2.1rem)}
    .hero-actions,.section-head,.footer-cta{align-items:stretch;flex-direction:column}
    .section-head{align-items:flex-start}
    .section-head a{align-self:flex-start;min-height:44px;display:inline-flex;align-items:center}
    .btn{width:100%}
    .card-grid,.zone-cards,.blog-grid,.pricing-grid,.business-grid,.feature-layout,
    .calculator,.zone-list,.form-grid,.footer-grid{grid-template-columns:1fr}
    .zone-list a{flex-direction:column;align-items:flex-start;min-height:56px}
    .floating-card{position:static;max-width:100%;margin-top:0}
    .card a,.zone-card a,.blog-card a,.price-card a,.card-link,.sidebar-links a,
    .business-card a,.footer-grid a{display:inline-flex;align-items:center;min-height:44px;padding:8px 0}
    .footer-grid a{display:flex;width:100%;min-height:46px;padding:10px 0;margin:0}
    .footer-legal-line a{min-height:44px;padding:10px 4px;line-height:24px;display:inline-block}
    .legal-list li a{display:inline-flex;align-items:center;min-height:44px;min-width:44px}
    .pill-grid a{min-height:44px;display:flex;align-items:center}
    .faq summary{min-height:44px;display:flex;align-items:center}
    .brand{min-height:44px}
    .large-card{min-height:0}
    .trust-row{flex-direction:column}
    .trust-row span{border-right:0;border-bottom:1px solid var(--trait)}
    .trust-row span:last-child{border-bottom:0}
    .quote-layout{padding:18px 18px 44px}
    .hero-split{padding:16px 18px 36px}
    .hero-split-content h1{font-size:clamp(1.8rem,7.4vw,2.3rem)}
    .quote-side{grid-template-columns:1fr}
    .step-nav{flex-direction:column-reverse}
    .step-nav .btn,.step-nav [data-prev]{width:100%;flex:none}
    .lead-form legend{font-size:1.22rem}
    .form-steps{gap:5px}
    .form-steps li{font-size:.75rem;gap:5px;padding-top:9px}
    .form-steps li span{width:27px;height:27px;font-size:.8rem}
    .footer-cta{padding:24px}
    .site-footer{margin-top:28px}
    body[data-page="home"] main>.container-xl:first-child a{display:inline-block;padding:4px 0}
    body[data-page="home"] main>.container-xl:first-child ul a{display:inline-flex;align-items:center;
        min-height:44px;min-width:44px;padding:6px 0}
}
@media (max-width:520px){
    .hero-split-form .choice-grid-compact{grid-template-columns:1fr}
}
@media (max-width:420px){
    .form-steps li{font-size:0;gap:0}
    .form-steps li span{font-size:.83rem}
    .quote-proof strong{font-size:2.3rem}
}
.service-price{margin:10px 0 0;font-size:.95rem}
.service-price strong{font-weight:700}

/* Le footer est passé à six colonnes avec l'ajout des quartiers. */
.footer-grid{grid-template-columns:minmax(0,1.5fr) repeat(auto-fit,minmax(150px,1fr))}
@media (max-width:1100px){.footer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}
@media (max-width:860px){.footer-grid{grid-template-columns:1fr}}

/* =================================================================
   FORMULAIRE — 5 étapes courtes
   L'étape 1 faisait 2800 px : type de projet, types de WC et quantités
   étaient empilés. Chaque étape tient désormais dans un écran.
   ================================================================= */
.form-steps{grid-template-columns:repeat(5,minmax(0,1fr))}

/* Cartes de choix plus compactes et plus lisibles */
.choice-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}
.choice-card{align-items:center;padding:14px 16px;min-height:62px;transition:.15s}
.choice-card strong{font-size:.97rem;line-height:1.3}
.choice-card small{margin-top:2px;line-height:1.35;opacity:.85}
.choice-card:hover{transform:translateY(-1px)}

/* Le choix sélectionné doit se voir au premier coup d'œil */
.choice-card:has(input:checked) strong{font-weight:800}

/* Étape en cours : on la cadre visuellement */
.lead-form.is-stepped .form-step{animation:etapeEntre .25s ease}
@keyframes etapeEntre{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){
    .lead-form.is-stepped .form-step{animation:none}
    .choice-card:hover{transform:none}
}

/* Le fil d'étapes reste lisible à 5 colonnes */
@media (max-width:860px){
    .form-steps{gap:4px}
    .form-steps li{font-size:.68rem}
    .form-steps li span{width:26px;height:26px;font-size:.78rem}
}
@media (max-width:480px){
    .form-steps li{font-size:0}
    .form-steps li span{font-size:.8rem}
    .choice-grid{grid-template-columns:1fr}
}

/* Bandeau de réassurance : trois promesses courtes sous l'accroche. */
:root{--reassurance-fond:#0E5C55;--reassurance-coche:#F7F2E7}
.form-reassurance{display:flex;flex-wrap:wrap;gap:6px 20px;list-style:none;margin:0 0 22px;padding:0}
.form-reassurance li{display:flex;align-items:center;gap:8px;font-size:.89rem;font-weight:600}
.form-reassurance li:before{content:"\2713";display:grid;place-items:center;width:18px;height:18px;
    flex:0 0 auto;border-radius:50%;font-size:.66rem;font-weight:900;line-height:1;
    background:var(--reassurance-fond);color:var(--reassurance-coche)}
@media (max-width:480px){.form-reassurance{gap:5px 14px}.form-reassurance li{font-size:.83rem}}
:root{--reco-fond:#D9EAE7;--reco-trait:#0E5C55}

/* Recommandation de parc : le résultat de notre calcul, mis en avant. */
.reco{display:block;margin-top:14px;padding:14px 16px;border-radius:var(--r, 12px);
    background:var(--reco-fond);border-left:4px solid var(--reco-trait)}
.reco[hidden]{display:none}
.reco strong{display:block;font-size:1.02rem;margin-bottom:4px}
.reco span{display:block;font-size:.88rem;opacity:.85;line-height:1.45}

/* Champ isolé (nombre de personnes, nombre de cabines) */
.quote-form .champ-seul {
    display: block;
    margin-top: 0.85rem;
}
.quote-form .champ-seul input {
    max-width: 10rem;
}
.quote-form .field-hint {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    opacity: 0.75;
}

/* Lien « voir tout le matériel » quand le filtrage en a masqué */
.quote-form .lien-tout-voir {
    display: block;
    width: 100%;
    margin-top: 0.7rem;
    padding: 0.7rem 0.9rem;
    min-height: 44px;
    border: 1px dashed var(--reco-trait, #94a3b8);
    border-radius: 12px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    text-align: center;
}
.quote-form .lien-tout-voir:hover,
.quote-form .lien-tout-voir:focus-visible {
    background: var(--reco-fond, #f1f5f9);
}

/* Encart emprise au sol */
.quote-form .reco-place {
    border-left-style: solid;
}
.quote-form .reco-place strong {
    display: block;
}

/* Une carte masquée par le filtrage doit vraiment disparaître :
   .choice-card{display:flex} l’emporte sinon sur le [hidden] du navigateur. */
.choice-card[hidden]{display:none}
.lien-tout-voir[hidden]{display:none}

/* Code postal et ville : libellé à gauche, champ juste à côté, sur une ligne.
   Le code postal fait cinq chiffres — inutile de lui donner la moitié du rang. */
.quote-form .form-grid-cp{grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:22px}
.quote-form .champ-inline{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:12px}
.quote-form .champ-inline .champ-titre{white-space:nowrap}
.quote-form .champ-inline .field-error,
.quote-form .champ-inline .field-hint{grid-column:1 / -1}
.quote-form input[name=postal_code]{max-width:7rem;letter-spacing:.06em}

/* Sous 760px les deux libellés côte à côte ne tiennent plus :
   on empile les deux blocs, chacun gardant son libellé en ligne. */
@media (max-width:760px){
    .quote-form .form-grid-cp{grid-template-columns:minmax(0,1fr);gap:14px}
}

/* Telephone dans le menu : lisible, mais il ne doit pas voler la vedette
   au bouton de devis, qui reste l'action principale. */
.nav-tel{font-weight:800;white-space:nowrap}
.nav-tel:hover{text-decoration:underline;text-underline-offset:4px}
@media (max-width:760px){
    .nav-tel{padding:12px 14px;border-radius:14px;text-align:center}
}

/* Bouton d'appel de la barre mobile. Cache en bureau : le numero complet
   est deja dans le menu, l'afficher deux fois ferait doublon. */
.tel-mobile{display:none}
/* 860px et non 760 : c'est a cette largeur que le menu bascule en burger,
   et donc que le numero du menu deroulant cesse d'etre visible d'emblee. */
@media (max-width:860px){
    .site-header{gap:10px}
    .tel-mobile{display:inline-flex;align-items:center;justify-content:center;
        min-height:44px;padding:10px 16px;margin-left:auto;border-radius:999px;
        font-weight:800;font-size:.95rem;white-space:nowrap;
        /* --line sur le site national, --trait sur les villes : on passe les
           deux, la premiere definie gagne, et currentColor sert de filet. */
        border:1px solid var(--line, var(--trait, currentColor));
        background:transparent;color:inherit}
    .nav-tel{display:none}
}
/* Sous 360px, marque + bouton + burger ne tiennent plus sur la ligne :
   on resserre le bouton d'appel plutot que de faire deborder l'en-tete. */
@media (max-width:360px){
    .tel-mobile{padding:10px 12px;font-size:.88rem}
    .site-header{gap:8px;padding-left:14px;padding-right:14px}
    /* Le mot « Menu » ne rentre plus a cote du bouton d'appel. Le trait du
       burger suffit a se faire comprendre ; l'intitule reste lu par les
       lecteurs d'ecran via l'aria-label du bouton. */
    .nav-toggle-label{position:absolute;width:1px;height:1px;overflow:hidden;
        clip-path:inset(50%);white-space:nowrap}
}


/* =================================================================
   CARTE DES COMMUNES
   Zéro JavaScript : chaque commune est un <a> dans le SVG, le survol
   et le focus sont gérés en CSS. Contours officiels IGN, projetés par
   tools/carte.php.
   ================================================================= */
.nte-carte-duo{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px;align-items:start}
.nte-carte-cadre{display:grid;place-items:center;background:#fff;
    border:1px solid var(--line,#e2e2e2);border-radius:20px;padding:16px;
    box-shadow:var(--shadow-soft,0 10px 28px rgba(0,0,0,.06))}
.nte-carte{width:100%;height:auto;display:block;max-height:460px}
.nte-com{fill:var(--soft-2,#eef1f5);stroke:var(--ink,#111);stroke-width:.9;transition:fill .12s}
.nte-carte a{cursor:pointer;outline:none}
.nte-carte a:hover .nte-com,.nte-carte a:focus .nte-com{fill:var(--primary,#333)}
.nte-carte a:focus-visible .nte-com{stroke-width:2.5}

.nte-carte-intro{margin:0 0 16px;color:var(--muted,#555)}
.nte-carte-liste{list-style:none;margin:0;padding:0;
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
.nte-carte-liste li{border-bottom:1px solid var(--line,#e2e2e2)}
.nte-carte-liste a{display:flex;justify-content:space-between;align-items:center;gap:10px;
    padding:9px 2px;min-height:42px;font-weight:800}
.nte-carte-liste a:hover{color:var(--primary-dark,var(--primary,#333))}
.nte-carte-liste strong{color:var(--muted,#555);font-weight:700;font-size:.86rem;white-space:nowrap}

@media (max-width:900px){.nte-carte-duo{grid-template-columns:1fr}}
@media (max-width:480px){.nte-carte-liste{grid-template-columns:1fr}}
