/* ==========================================================================
   Lumin-eau — Design v2 (maquette validée client, sept. 2026)
   Feuille autonome : n'utilise ni style.css ni bootstrap.
   ========================================================================== */

/* Typo principale : « Lumin Sans » = TeX Gyre Heros (clone libre d'Helvetica, licence GUST), auto-hébergée,
   métriques alignées sur Arial → rendu identique sur tous navigateurs et systèmes (Windows, Android, iOS, macOS). */
@font-face { font-family: "Lumin Sans"; font-style: normal; font-weight: 100 599; font-display: swap; src: url(../fonts/lumin-sans/lumin-sans-regular.woff2) format("woff2"); }
@font-face { font-family: "Lumin Sans"; font-style: normal; font-weight: 600 900; font-display: swap; src: url(../fonts/lumin-sans/lumin-sans-bold.woff2) format("woff2"); }
/* Touches manuscrites : Caveat (auto-hébergée). */
@font-face { font-family: "Caveat"; font-style: normal; font-weight: 500; font-display: swap; src: url(../fonts/caveat/caveat-500-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Caveat"; font-style: normal; font-weight: 500; font-display: swap; src: url(../fonts/caveat/caveat-500-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
    --navy: #12283c;
    --navy-2: #1b3a55;
    --copper: #b8683f;
    --copper-dark: #9c5530;
    --copper-soft: #f6ebe4;
    --teal: #0c7f8c;
    --ink: #1d2b38;
    --muted: #5d6b78;
    --line: #e6e9ec;
    --bg: #ffffff;
    --bg-soft: #f6f7f8;
    --radius: 10px;
    --shadow: 0 10px 30px rgba(18, 40, 60, .08);
    --serif: "Lumin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --sans: "Lumin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --script: "Caveat", "Segoe Script", cursive;
    --wrap: 1200px;
}

/* Reset global : pages en design v2 complet (body.v2) — les autres gardent le CSS du template */
:where(.v2) *, :where(.v2) *::before, :where(.v2) *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.v2 {
    margin: 0;
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
}
:where(.v2) img { max-width: 100%; height: auto; display: block; }
:where(.v2) a { color: inherit; }
:where(.v2) :where(h1, h2, h3) { font-family: var(--serif); color: var(--navy); line-height: 1.15; margin: 0; font-weight: 600; }
:where(.v2) p { margin: 0; }
:where(.v2) ul { margin: 0; padding: 0; list-style: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Coque partagée (header / footer / barre d'appel) : insensible au CSS du template */
.site-header, .site-footer, .callbar { font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.site-header *, .site-footer *, .callbar * { box-sizing: border-box; }
:where(.site-header, .site-footer) ul { margin: 0; padding: 0; list-style: none; }
:where(.site-header, .site-footer) p { margin: 0; font-size: inherit; line-height: inherit; color: inherit; }
:where(.site-header, .site-footer) img { max-width: 100%; height: auto; display: block; }
.site-header a:not(.lx-btn) { color: inherit; }
:where(.site-footer) h3 { color: var(--navy); line-height: 1.15; margin: 0; }
.site-header button { font-family: inherit; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.lx-i { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    color: var(--navy-2); margin-bottom: 10px;
}
.section { padding: 88px 0; }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); }
.section-head p { color: var(--muted); margin-top: 10px; }
.section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.section-head-row h2 { font-size: clamp(26px, 3vw, 36px); }
.link-more { font-weight: 700; font-size: 15px; text-decoration: none; color: var(--navy); display: inline-flex; gap: 8px; align-items: center; white-space: nowrap; }
.link-more:hover { color: var(--copper); }
.script { font-family: var(--script); line-height: 1.1; }

/* Boutons */
.lx-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
    text-decoration: none; border: 1.5px solid transparent; transition: background .2s, color .2s, border-color .2s, transform .2s;
    white-space: nowrap;
}
.lx-btn:hover { transform: translateY(-1px); }
.lx-btn-copper { background: var(--copper); color: #fff; }
.lx-btn-copper:hover { background: var(--copper-dark); }
.lx-btn-ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }
.lx-btn-ghost:hover { background: #fff; color: var(--navy); }
.lx-btn-sm { padding: 10px 20px; font-size: 14px; }

/* ---------- Header ---------- */
.site-header {
    position: absolute; top: 0; right: 0; bottom: auto; left: 0; z-index: 50; color: #fff;
    transition: background .25s, box-shadow .25s;
}
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 88px; }
.brand img { width: 170px; }
.brand .logo-dark { display: none; }
.main-nav { margin-left: auto; }
.main-nav > ul { display: flex; gap: 30px; }
.main-nav a { text-decoration: none; font-size: 15px; font-weight: 600; padding: 8px 0; display: inline-block; position: relative; }
.main-nav a.is-active::after, .main-nav > ul > li > a:hover::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--copper);
}
.has-sub { position: relative; }
.has-sub > a .lx-i { font-size: 12px; margin-left: 4px; vertical-align: -1px; }
.sub {
    position: absolute; top: 100%; left: -18px; min-width: 250px; background: #fff; color: var(--ink);
    border-radius: var(--radius); box-shadow: var(--shadow); padding: 10px 0;
    opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s;
}
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.sub a { display: block; padding: 8px 20px; font-weight: 500; font-size: 14.5px; }
.sub a:hover { color: var(--copper); background: var(--bg-soft); }
.header-phone { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.header-phone .lx-i { font-size: 22px; color: var(--copper); }
.header-phone strong { display: block; font-size: 16px; line-height: 1.1; }
.header-phone small { font-size: 12px; opacity: .8; }
.nav-toggle { display: none; background: none; border: 0; color: inherit; font-size: 28px; padding: 6px; margin-left: auto; cursor: pointer; }

.site-header.is-stuck {
    position: fixed; background: #fff; color: var(--ink); box-shadow: 0 2px 20px rgba(18, 40, 60, .1);
}
.site-header.is-stuck .wrap { height: 72px; }
.site-header.is-stuck .logo-light { display: none; }
.site-header.is-stuck .logo-dark { display: block; }
.site-header.is-stuck .brand img { width: 140px; }

/* ---------- Hero ---------- */
.hero {
    position: relative; color: #fff; background: var(--navy);
    min-height: 680px; display: flex; align-items: center; overflow: hidden;
}
.hero-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; }
.hero::before {
    content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;
    background: linear-gradient(90deg, rgba(18, 40, 60, .97) 0%, rgba(18, 40, 60, .9) 38%, rgba(18, 40, 60, .35) 62%, rgba(18, 40, 60, .05) 100%);
}
.hero .wrap { position: relative; z-index: 2; width: 100%; padding-top: 110px; padding-bottom: 60px; }
.hero-text { max-width: 560px; }
.hero .eyebrow { color: rgba(255, 255, 255, .85); }
.hero h1 { color: #fff; font-size: clamp(38px, 5.2vw, 62px); margin-bottom: 20px; }
.hero-services { font-size: 17px; font-weight: 600; }
.hero-services span { opacity: .55; padding: 0 6px; }
.hero-zone { opacity: .85; margin-top: 4px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 38px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; }
.hero-badge { display: flex; align-items: center; gap: 12px; font-size: 13px; line-height: 1.3; }
.hero-badge .ring {
    width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, .6);
    display: grid; place-items: center; font-family: var(--serif); font-size: 20px; font-weight: 600;
}
.hero-badge .lx-i { font-size: 40px; color: #fff; stroke-width: 1.3; }
.hero-badge img { height: 48px; width: auto; background: #fff; border-radius: 6px; padding: 3px; }
.hero-quote {
    position: absolute; right: 5%; top: 22%; z-index: 2; color: #fff; font-size: 30px;
    transform: rotate(-8deg); text-align: center; text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.svc-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
    display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s;
}
.svc-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.svc-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.svc-body { padding: 0 20px 22px; display: flex; flex-direction: column; flex: 1; }
.svc-icon {
    width: 50px; height: 50px; border-radius: 50%; background: #fff; color: var(--copper);
    display: grid; place-items: center; font-size: 24px; margin-top: -25px; margin-bottom: 12px;
    box-shadow: 0 4px 14px rgba(18, 40, 60, .12);
}
.svc-card h3 { font-family: var(--sans); font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.svc-card p { color: var(--muted); font-size: 14px; flex: 1; }
.svc-card .link-more { color: var(--copper); margin-top: 16px; font-size: 14px; }

/* ---------- Engagement ---------- */
.engage { background: var(--bg-soft); padding: 0; overflow: hidden; }
.engage-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: stretch; }
.engage-photo { position: relative; min-height: 560px; }
.engage-photo img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.engage-photo::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg, rgba(246, 247, 248, 0) 70%, var(--bg-soft) 100%); }
.engage-sign {
    position: absolute; left: 28px; bottom: 28px; z-index: 1; background: rgba(255, 255, 255, .94);
    border-radius: var(--radius); padding: 14px 20px; box-shadow: var(--shadow);
}
.engage-sign .script { font-size: 30px; color: var(--navy); }
.engage-sign small { color: var(--muted); font-size: 13px; }
.engage-text { padding: 80px 24px 80px 64px; max-width: 640px; }
.engage-text h2 { font-size: clamp(28px, 3.2vw, 38px); margin-bottom: 18px; }
.engage-text > p { color: var(--muted); }
.engage-text > p strong { color: var(--ink); }
.promises { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 30px; margin-top: 34px; }
.promise { display: flex; gap: 14px; }
.promise .ico {
    width: 52px; height: 52px; border-radius: 50%; background: var(--copper); color: #fff;
    display: grid; place-items: center; font-size: 24px; flex: none;
}
.promise h3 { font-family: var(--sans); font-size: 15.5px; font-weight: 700; margin-bottom: 4px; }
.promise p { font-size: 14px; color: var(--muted); }

/* ---------- Réalisations ---------- */
.rea-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rea-card { text-decoration: none; }
.rea-card figure { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative; }
.rea-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .4s; }
.rea-card:hover img { transform: scale(1.04); }
.rea-tag {
    position: absolute; top: 12px; left: 12px; background: rgba(18, 40, 60, .85); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px;
}
.rea-card h3 { font-family: var(--sans); font-size: 15px; font-weight: 700; margin-top: 14px; }
.rea-card p { font-size: 13.5px; color: var(--muted); }

/* ---------- Avis ---------- */
.reviews { background: var(--bg-soft); }
.reviews-grid { display: grid; grid-template-columns: 250px repeat(3, 1fr); gap: 20px; align-items: stretch; }
.rating-card, .review-card { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.rating-card { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; }
.rating-card .score { font-family: var(--serif); font-size: 44px; font-weight: 600; color: var(--navy); line-height: 1; }
.rating-card .score small { font-size: 24px; }
.stars { color: #f2a93b; font-size: 22px; letter-spacing: 2px; }
.rating-card p { font-size: 13.5px; color: var(--muted); }
.google-word { font-size: 28px; font-weight: 700; letter-spacing: -.5px; font-family: Arial, sans-serif; }
.google-word span:nth-child(1), .google-word span:nth-child(4) { color: #4285f4; }
.google-word span:nth-child(2), .google-word span:nth-child(6) { color: #ea4335; }
.google-word span:nth-child(3) { color: #fbbc05; }
.google-word span:nth-child(5) { color: #34a853; }
.review-card { display: flex; flex-direction: column; gap: 12px; }
.review-head { display: flex; align-items: center; gap: 12px; }
.avatar {
    width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff;
    display: grid; place-items: center; font-weight: 700; font-size: 15px; flex: none;
}
.review-head strong { display: block; font-size: 15px; }
.review-head small { color: var(--muted); font-size: 12.5px; }
.review-card .stars { font-size: 16px; }
.review-card blockquote { margin: 0; font-size: 14.5px; color: var(--ink); }

/* ---------- Zone ---------- */
.zone-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.zone-text h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 16px; }
.zone-text > p { color: var(--muted); }
.zone-text > p strong { color: var(--ink); }
.zone-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.zone-links a {
    font-size: 13.5px; font-weight: 600; text-decoration: none; padding: 6px 14px; border-radius: 999px;
    border: 1px solid var(--line); background: #fff;
}
.zone-links a:hover { border-color: var(--copper); color: var(--copper); }
.zone-perks { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.zone-perks li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14.5px; }
.zone-perks .ico {
    width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--copper); color: var(--copper);
    display: grid; place-items: center; font-size: 20px;
}
.zone-map { position: relative; }
.zone-map > svg { width: 100%; height: auto; display: block; }
/* Carte de zone (SVG généré depuis OpenStreetMap) */
.zone-figure { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.zone-svg .zm-sea { fill: #bcd9e4; }
.zone-svg .zm-land { fill: #f1eee9; stroke: #d9d2c8; stroke-width: .8; }
.zone-svg .zm-served { fill: #f6e4d6; stroke: #e5c9b4; stroke-width: 1; }
.zone-svg .zm-plescop { fill: #e2ae8a; stroke: var(--copper); stroke-width: 2.4; }
.zone-svg .zm-road-casing { fill: none; stroke: #fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.zone-svg .zm-trunk { fill: none; stroke: #c9a78d; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.zone-svg .zm-primary { fill: none; stroke: #fff; stroke-opacity: .9; stroke-width: 1.6; stroke-linecap: round; }
.zone-svg .zm-radius { fill: none; stroke: var(--copper); stroke-opacity: .55; stroke-width: 1.5; stroke-dasharray: 6 6; }
.zone-svg .zm-km { font-family: var(--sans); font-size: 12px; font-weight: 800; fill: var(--copper-dark); paint-order: stroke; stroke: #fff; stroke-width: 4px; stroke-linejoin: round; }
.zone-svg text { text-anchor: middle; }
.zone-svg .zm-label { font-family: var(--sans); font-size: 13px; font-weight: 700; fill: #3c4a57; paint-order: stroke; stroke: rgba(255, 255, 255, .85); stroke-width: 3.5px; stroke-linejoin: round; }
.zone-svg .zm-label.major { font-size: 17px; font-weight: 800; fill: var(--navy); }
.zone-svg .zm-label.tiny { font-size: 10.5px; font-weight: 600; }
.zone-svg .zm-sea-label { font-family: var(--script); font-size: 27px; fill: #2f6f89; paint-order: stroke; stroke: #bcd9e4; stroke-width: 5px; stroke-linejoin: round; }
.zone-svg .zm-ocean-label { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; fill: #6f9aad; text-anchor: start; }
.zone-svg .zm-pin path { fill: var(--copper); stroke: #fff; stroke-width: 2; }
.zone-svg .zm-pulse { fill: var(--copper); opacity: .25; }
.zone-svg .zm-pin-label { font-family: var(--serif); font-size: 22px; fill: var(--navy); text-anchor: start; paint-order: stroke; stroke: #fff; stroke-width: 5px; stroke-linejoin: round; }
.zm-credit { margin-left: auto; font-size: 12px; color: #6b7885; }
.zm-credit a { color: inherit; }
.zm-legend { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 14px 18px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }
.zm-legend span { display: inline-flex; align-items: center; gap: 8px; }
.zm-legend .sw { width: 16px; height: 12px; border-radius: 3px; display: inline-block; }
.sw-plescop { background: #e2ae8a; border: 2px solid var(--copper); }
.sw-served { background: #f6e4d6; border: 1px solid #e5c9b4; }
.sw-radius { border: 2px dashed var(--copper); border-radius: 50% !important; width: 14px !important; height: 14px !important; }
@media (prefers-reduced-motion: no-preference) {
    .zone-svg .zm-pulse { animation: zm-pulse 2.4s ease-out infinite; transform-box: fill-box; transform-origin: center; }
    @keyframes zm-pulse { 0% { transform: scale(.6); opacity: .45; } 100% { transform: scale(2.2); opacity: 0; } }
}

/* ---------- CTA ---------- */
.cta {
    color: #fff; padding: 54px 0;
    background:
        radial-gradient(ellipse at 85% 120%, rgba(64, 197, 204, .25), transparent 55%),
        linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 100%);
}
.cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 8px; }
.cta p { opacity: .85; max-width: 460px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.cta-actions small { display: block; width: 100%; text-align: left; opacity: .75; font-size: 13px; padding-left: 26px; }

/* ---------- Footer ---------- */
.site-footer { background: #fff; padding: 64px 0 0; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr 1fr; gap: 32px; }
.footer-brand img { width: 190px; margin-bottom: 18px; }
.footer-brand .script { font-size: 26px; color: var(--navy-2); transform: rotate(-4deg); display: inline-block; }
.site-footer h3 { font-family: var(--sans); font-size: 15px; font-weight: 800; margin-bottom: 16px; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { text-decoration: none; color: var(--muted); }
.site-footer a:hover { color: var(--copper); }
.footer-contact li { display: flex; gap: 10px; color: var(--muted); }
.footer-contact .lx-i { color: var(--copper); font-size: 18px; margin-top: 3px; }
.footer-hours p { color: var(--muted); }
.footer-hours strong { color: var(--ink); display: block; }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a {
    width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--navy);
}
.footer-bottom {
    border-top: 1px solid var(--line); margin-top: 48px; padding: 20px 0; display: flex; justify-content: space-between;
    gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--muted);
}
.footer-bottom ul { display: flex; gap: 22px; }

/* Barre d'appel mobile */
.callbar { display: none; }

/* ==========================================================================
   Pages intérieures v2 (services, contact, réalisations, à propos)
   ========================================================================== */

/* Bandeau de page */
.page-hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.page-hero-bg { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::before {
    content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;
    background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 42%, rgba(18, 40, 60, .7) 62%, rgba(18, 40, 60, .15) 100%);
}
.page-hero .wrap { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 76px; }
.page-hero-text { max-width: 620px; }
.breadcrumb ol { padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; font-size: 13.5px; margin-bottom: 22px; opacity: .8; }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; opacity: .6; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero .eyebrow { color: rgba(255, 255, 255, .8); }
.v2 .page-hero h1 { color: #fff; font-size: clamp(34px, 4.4vw, 54px); }
.page-hero .lead { font-size: 17.5px; opacity: .88; margin-top: 18px; }
.page-hero .hero-cta { margin: 30px 0 0; }

.section-soft { background: var(--bg-soft); }

/* Services détaillés */
.svc-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-detail { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.svc-detail:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.svc-detail img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.svc-detail .svc-body { padding: 0 26px 26px; }
.v2 .svc-detail h2 { font-family: var(--sans); font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.svc-detail p { color: var(--muted); font-size: 15px; }
.check-list { margin: 16px 0 4px; display: grid; gap: 8px; }
.check-list li { display: flex; gap: 10px; font-size: 14.5px; align-items: flex-start; }
.check-list .lx-i { color: var(--copper); font-size: 18px; margin-top: 2px; stroke-width: 2.2; }
.svc-detail .link-more { color: var(--copper); margin-top: auto; padding-top: 18px; }

/* Étapes */
.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step { position: relative; text-align: center; padding: 0 8px; }
.step-num {
    width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px; background: #fff; border: 1.5px solid var(--copper);
    color: var(--copper); display: grid; place-items: center; font-size: 28px; position: relative; z-index: 1;
}
.step:not(:last-child)::after {
    content: ""; position: absolute; top: 32px; left: calc(50% + 44px); right: calc(-50% + 30px);
    border-top: 1.5px dashed rgba(184, 104, 63, .45);
}
.v2 .step h3 { font-family: var(--sans); font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* Bandeau logos */
.logo-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px 44px; }
.logo-band img { height: 46px; width: auto; filter: grayscale(1); opacity: .75; transition: .2s; }
.logo-band img:hover { filter: none; opacity: 1; }
.logo-band.certifs img { height: 70px; filter: none; opacity: 1; }
.band-title { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.band-title + .logo-band + .band-title { margin-top: 44px; }

/* Cartes lien (tarifs / rdv…) */
.duo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.duo-card {
    display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px; text-decoration: none; transition: box-shadow .2s, border-color .2s;
}
.duo-card:hover { box-shadow: var(--shadow); border-color: var(--copper); }
.duo-card .ico { width: 52px; height: 52px; border-radius: 50%; background: var(--copper-soft); color: var(--copper); display: grid; place-items: center; font-size: 24px; flex: none; }
.v2 .duo-card h3 { font-family: var(--sans); font-size: 17px; font-weight: 800; margin-bottom: 4px; }
.duo-card p { color: var(--muted); font-size: 14.5px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 32px; align-items: start; }
.contact-panel { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 36px 32px; }
.v2 .contact-panel h2 { color: #fff; font-size: 26px; margin-bottom: 8px; }
.contact-panel > p { opacity: .8; font-size: 15px; }
.contact-items { margin-top: 26px; display: grid; gap: 20px; }
.contact-items li { display: flex; gap: 16px; align-items: flex-start; }
.contact-items .ico { width: 46px; height: 46px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: #f0b58f; display: grid; place-items: center; font-size: 21px; flex: none; }
.contact-items small { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: .65; font-weight: 700; }
.contact-items a, .contact-items span { color: #fff; text-decoration: none; font-weight: 600; }
.contact-items a:hover { text-decoration: underline; }
.urgent { margin-top: 28px; padding: 18px 20px; border-radius: var(--radius); background: rgba(184, 104, 63, .18); border: 1px solid rgba(240, 181, 143, .35); font-size: 14.5px; }
.urgent strong { display: block; font-size: 16px; }
.urgent a { color: #fff; font-weight: 800; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.v2 .form-card h2 { font-size: 28px; margin-bottom: 6px; }
.form-card > p { color: var(--muted); margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 700; }
.field input, .field select, .field textarea {
    font: inherit; font-size: 15px; color: var(--ink); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px;
    padding: 12px 14px; width: 100%; transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--copper); box-shadow: 0 0 0 3px rgba(184, 104, 63, .15); }
.field.invalid input { border-color: #c0392b; }
.field .err { color: #c0392b; font-size: 12.5px; display: none; }
.field.invalid .err { display: block; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; align-items: center; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.form-actions button { cursor: pointer; font-family: inherit; }
.form-actions button[disabled] { opacity: .6; cursor: wait; }
.form-status { font-size: 14.5px; font-weight: 600; }
.form-status.error { color: #c0392b; }
.rgpd { font-size: 12.5px; color: var(--muted); margin-top: 18px; }
.rgpd a { color: var(--navy); }

.map-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-soft); min-height: 400px; display: grid; }
.map-card iframe { width: 100%; height: 420px; border: 0; display: block; }
.map-consent { display: grid; place-items: center; text-align: center; padding: 40px 24px; }
.map-consent .ico { width: 64px; height: 64px; border-radius: 50%; background: var(--copper-soft); color: var(--copper); display: grid; place-items: center; font-size: 30px; margin: 0 auto 16px; }
.v2 .map-consent h3 { font-family: var(--sans); font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.map-consent p { color: var(--muted); font-size: 14.5px; max-width: 460px; margin: 0 auto; }
.map-consent .actions { display: flex; gap: 18px; justify-content: center; align-items: center; margin-top: 20px; flex-wrap: wrap; }
.map-consent button { cursor: pointer; font-family: inherit; }
.map-consent .actions a { font-weight: 700; color: var(--navy); }

/* Réalisations */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
.filters button {
    font: inherit; font-size: 14.5px; font-weight: 700; padding: 9px 20px; border-radius: 999px; cursor: pointer;
    background: #fff; color: var(--navy); border: 1px solid var(--line); transition: .2s;
}
.filters button:hover { border-color: var(--copper); color: var(--copper); }
.filters button[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
.gallery .rea-card[hidden] { display: none; }

/* À propos */
.story-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: center; }
.story-photo { position: relative; }
.story-photo img { border-radius: var(--radius); width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; }
.story-photo .engage-sign { left: -20px; bottom: 32px; }
.v2 .story-text h2 { font-size: clamp(28px, 3.2vw, 38px); margin-bottom: 20px; }
.prose p { color: var(--muted); }
.prose p + p { margin-top: 14px; }
.prose strong { color: var(--ink); }
.facts { background: var(--navy); color: #fff; padding: 56px 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.fact strong { display: block; font-family: var(--serif); font-weight: 600; font-size: clamp(36px, 4vw, 50px); line-height: 1; color: #fff; }
.fact span { display: block; margin-top: 10px; opacity: .8; font-size: 15px; }
.fact + .fact { border-left: 1px solid rgba(255, 255, 255, .12); }
.promises-4 { grid-template-columns: repeat(4, 1fr); margin-top: 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s; }
.post-card:hover { box-shadow: var(--shadow); }
.post-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.post-card div { padding: 20px 22px 24px; }
.post-card time { font-size: 13px; color: var(--copper); font-weight: 700; }
.v2 .post-card h3 { font-family: var(--sans); font-size: 17px; font-weight: 800; margin-top: 6px; line-height: 1.35; }
.reviews-grid.reviews-3 { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1199px) {
    .svc-detail-grid, .gallery { grid-template-columns: repeat(2, 1fr); }
    .promises-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .page-hero-bg { width: 100%; opacity: .35; }
    .page-hero::before { background: linear-gradient(90deg, rgba(18, 40, 60, .95), rgba(18, 40, 60, .75)); }
    .page-hero .wrap { padding-top: 130px; padding-bottom: 56px; }
    .steps { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
    .step::after { display: none; }
    .duo, .reviews-grid.reviews-3 { grid-template-columns: minmax(0, 1fr); }
    .contact-grid, .story-grid { grid-template-columns: minmax(0, 1fr); }
    .story-grid { gap: 40px; }
    .story-photo .engage-sign { left: 16px; }
    .facts-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
    .fact:nth-child(3) { border-left: 0; }
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .svc-detail-grid, .gallery, .post-grid, .promises-4 { grid-template-columns: minmax(0, 1fr); }
    .form-grid { grid-template-columns: minmax(0, 1fr); }
    .form-card, .contact-panel { padding: 26px 20px; }
    .steps { grid-template-columns: minmax(0, 1fr); }
    .form-actions .lx-btn { width: 100%; }
}

/* ==========================================================================
   Gabarits v2 : articles, pages locales, tarifs, RDV, avis, pages message, légal
   ========================================================================== */

.page-hero.compact .wrap { padding-bottom: 60px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 18px; font-size: 14.5px; opacity: .85; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta .lx-i { color: #f0b58f; }

/* Mise en page contenu + barre latérale */
.layout-2col { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: start; }
.aside { display: grid; gap: 22px; position: sticky; top: 96px; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.v2 .aside-card h2 { font-family: var(--sans); font-size: 16px; font-weight: 800; margin-bottom: 14px; }
.aside-links li + li { border-top: 1px solid var(--line); }
.aside-links a { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; text-decoration: none; font-size: 14.5px; font-weight: 600; }
.aside-links a:hover { color: var(--copper); }
.aside-links .lx-i { color: var(--copper); flex: none; margin-top: 4px; }
.aside-card.navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.v2 .aside-card.navy h2 { color: #fff; font-family: var(--serif); font-weight: 600; font-size: 22px; }
.aside-card.navy .contact-items { margin-top: 4px; gap: 14px; }
.aside-card.navy .contact-items .ico { width: 38px; height: 38px; font-size: 18px; }
.aside-card.navy .contact-items a, .aside-card.navy .contact-items span { font-size: 14.5px; }
.aside-card.navy .lx-btn { width: 100%; margin-top: 22px; }

/* Contenu rédactionnel */
.article-figure { margin: 0 0 32px; }
.article-figure img { width: 100%; border-radius: var(--radius); aspect-ratio: 16 / 9; object-fit: cover; }
.article-body { font-size: 16.5px; line-height: 1.75; }
.v2 .article-body > * + * { margin-top: 16px; }
.article-body p { color: #3c4a57; }
.v2 .article-body h2 { font-size: clamp(22px, 2.4vw, 28px); margin-top: 40px; margin-bottom: 4px; }
.v2 .article-body h3 { font-family: var(--sans); font-size: 18px; font-weight: 800; margin-top: 28px; }
.article-body a { color: var(--copper-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-body a:hover { color: var(--navy); }
.v2 .article-body ul { display: grid; gap: 10px; }
.article-body ul li { position: relative; padding-left: 30px; }
.article-body ul li::before {
    content: ""; position: absolute; left: 0; top: .45em; width: 18px; height: 18px; border-radius: 50%;
    background: var(--copper-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4L18 8' fill='none' stroke='%23b8683f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.article-body ol { padding-left: 22px; display: grid; gap: 8px; }
.article-body strong { color: var(--ink); }
.article-body table { width: 100%; border-collapse: collapse; font-size: 15px; }
.article-body th, .article-body td { border-bottom: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.article-body th { background: var(--bg-soft); }

.inline-cta {
    margin-top: 40px; padding: 28px 30px; border-radius: var(--radius); background: var(--bg-soft); border-left: 4px solid var(--copper);
    display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.v2 .inline-cta h2 { font-size: 22px; margin: 0 0 4px; }
.inline-cta p { color: var(--muted); font-size: 15px; }
.inline-cta .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lx-btn-outline { border-color: var(--navy); color: var(--navy); }
.lx-btn-outline:hover { background: var(--navy); color: #fff; }

/* FAQ (details natif, sans JS) */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s; }
.faq details[open] { border-color: var(--copper); }
.faq summary {
    list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 700; font-size: 16px;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: "+"; width: 30px; height: 30px; border-radius: 50%; background: var(--copper-soft); color: var(--copper);
    display: grid; place-items: center; font-size: 20px; font-weight: 600; flex: none; transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 22px 20px; color: var(--muted); }
.faq-wrap { max-width: 860px; margin: 0 auto; }
.article-body .faq-block { margin-top: 44px; }

/* Blog */
.post-card p.excerpt { color: var(--muted); font-size: 14.5px; margin-top: 8px; }
.post-featured { display: grid; grid-template-columns: 1.2fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; margin-bottom: 36px; transition: box-shadow .2s; }
.post-featured:hover { box-shadow: var(--shadow); }
.post-featured img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.post-featured div { padding: 40px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.post-featured time { font-size: 13px; color: var(--copper); font-weight: 700; }
.v2 .post-featured h2 { font-size: clamp(24px, 2.6vw, 32px); }
.post-featured p { color: var(--muted); }
.post-featured .link-more { color: var(--copper); }

/* Tarifs */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--copper); box-shadow: var(--shadow); }
.price-card .ico { width: 56px; height: 56px; border-radius: 50%; background: var(--copper-soft); color: var(--copper); display: grid; place-items: center; font-size: 26px; margin-bottom: 18px; }
.v2 .price-card h2 { font-size: 26px; }
.price-card .price { font-family: var(--serif); font-size: 32px; color: var(--copper); margin-top: 10px; line-height: 1.1; }
.price-card .price-note { font-size: 13.5px; color: var(--muted); }
.price-card > p.desc { color: var(--muted); margin-top: 14px; font-size: 15px; }
.price-card .check-list { margin: 20px 0 26px; }
.price-card .lx-btn { margin-top: auto; }
.info-note { margin-top: 32px; text-align: center; color: var(--muted); font-size: 15px; }
.info-note a { color: var(--copper-dark); font-weight: 700; }

/* Avis */
.rating-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 34px; margin-bottom: 36px; }
.rating-band .score { font-family: var(--serif); font-size: 52px; color: var(--navy); line-height: 1; }
.rating-band .score small { font-size: 26px; }
.rating-band .left { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.rating-band p { color: var(--muted); }
.reviews-wall { columns: 3 300px; column-gap: 20px; }
.reviews-wall .review-card { break-inside: avoid; margin-bottom: 20px; }

/* Rendez-vous */
.rdv-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; align-items: start; }
.rdv-step + .rdv-step { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.v2 .rdv-step > h3 { font-family: var(--sans); font-size: 17px; font-weight: 800; display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.rdv-num { width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: 14px; font-weight: 800; flex: none; }
.rdv-when { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 28px; align-items: start; }
.lrdv-cal { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.lrdv-cal-head { display: flex; align-items: center; justify-content: space-between; background: var(--navy); padding: 10px 12px; }
.lrdv-cal-head strong { font-size: 15px; color: #fff; text-transform: capitalize; }
.lrdv-nav { width: 30px; height: 30px; border: 0; background: rgba(255, 255, 255, .14); border-radius: 8px; color: #fff; font-size: 18px; line-height: 1; cursor: pointer; padding: 0; }
.lrdv-nav:hover:not(:disabled) { background: rgba(255, 255, 255, .3); }
.lrdv-nav:disabled { opacity: .3; cursor: default; }
.lrdv-cal-body { padding: 12px; }
.lrdv-dow, .lrdv-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.lrdv-dow { margin-bottom: 6px; }
.lrdv-dow span { text-align: center; font-size: 10.5px; font-weight: 700; color: #8a98a5; text-transform: uppercase; }
.lrdv-day { aspect-ratio: 1 / 1; border: 0; background: var(--bg-soft); border-radius: 50%; color: var(--navy); font: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; padding: 0; transition: background .15s, color .15s, transform .12s; }
.lrdv-day:hover:not(:disabled):not(.empty) { background: var(--copper-soft); color: var(--copper-dark); }
.lrdv-day.empty { background: transparent; cursor: default; }
.lrdv-day.off { background: transparent; color: #c9d1d8; cursor: not-allowed; font-weight: 400; }
.lrdv-day.today { box-shadow: inset 0 0 0 2px var(--copper); }
.lrdv-day.active { background: var(--copper); color: #fff; transform: scale(1.06); }
.lrdv-legend { margin-top: 10px; font-size: 11.5px; color: var(--muted); display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.lrdv-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 3px; background: var(--bg-soft); vertical-align: -1px; }
.lrdv-dot.today { box-shadow: inset 0 0 0 2px var(--copper); background: #fff; }
.lrdv-dot.off { opacity: .4; }
.lrdv-slot-group + .lrdv-slot-group { margin-top: 16px; }
.v2 .lrdv-slot-group h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 0 0 8px; font-weight: 800; }
.lrdv-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lrdv-slot { padding: 8px 14px; border: 1px solid var(--line); background: #fff; border-radius: 8px; color: var(--navy); font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: .15s; }
.lrdv-slot:hover { border-color: var(--copper); color: var(--copper); }
.lrdv-slot.active { background: var(--copper); border-color: var(--copper); color: #fff; }
.lrdv-hint { color: var(--muted); font-size: 14.5px; background: var(--bg-soft); border-radius: 8px; padding: 14px 16px; }
.lrdv-recap { display: flex; align-items: center; gap: 12px; background: var(--copper-soft); border-left: 4px solid var(--copper); padding: 12px 16px; margin-top: 24px; border-radius: 6px; font-size: 15px; }
.lrdv-recap[hidden] { display: none; }
.lrdv-recap strong { color: var(--copper-dark); }
.lrdv-recap-ico { width: 24px; height: 24px; border-radius: 50%; background: var(--copper); color: #fff; font-weight: 800; font-size: 13px; display: grid; place-items: center; flex: none; }
.form-msg { display: none; margin-top: 14px; padding: 12px 16px; border-radius: 8px; font-size: 14.5px; font-weight: 600; }
#error.form-msg { background: #fdecea; color: #a93226; }
#success.form-msg { background: #e8f6ef; color: #1e7b4f; }

/* Pages message (merci / 404) */
.message-page { background: var(--bg-soft); min-height: 78vh; display: grid; place-items: center; padding: 150px 0 90px; }
.message-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 56px 48px; text-align: center; max-width: 640px; margin: 0 auto; }
.message-card .big-ico { width: 96px; height: 96px; border-radius: 50%; background: var(--copper-soft); color: var(--copper); display: grid; place-items: center; font-size: 46px; margin: 0 auto 26px; }
.message-card .big-num { font-family: var(--serif); font-size: 96px; line-height: 1; color: var(--copper); margin-bottom: 12px; }
.v2 .message-card h1 { font-size: clamp(28px, 3.4vw, 38px); margin-bottom: 14px; }
.message-card p { color: var(--muted); }
.message-card .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.message-links { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; font-size: 14.5px; }
.message-links a { color: var(--navy); font-weight: 600; }

/* Mentions légales */
.legal { max-width: 860px; margin: 0 auto; }
.legal section + section { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--line); }
.v2 .legal h2 { font-size: 24px; margin-bottom: 12px; }

@media (max-width: 991px) {
    .layout-2col, .rdv-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
    .aside { position: static; }
    .price-grid { grid-template-columns: minmax(0, 1fr); max-width: 520px; margin: 0 auto; }
    .post-featured { grid-template-columns: minmax(0, 1fr); }
    .post-featured img { min-height: 0; aspect-ratio: 16 / 9; }
    .post-featured div { padding: 26px; }
}
@media (max-width: 767px) {
    .rdv-when { grid-template-columns: minmax(0, 1fr); }
    .lrdv-chips .lrdv-slot { flex: 1 1 calc(25% - 8px); padding: 11px 2px; }
    .message-card { padding: 40px 22px; }
    .inline-cta { padding: 22px; }
    .rating-band { padding: 22px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .main-nav > ul { gap: 20px; }
    .services-grid { grid-template-columns: repeat(3, 1fr); }
    .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-quote { display: none; }
}
@media (max-width: 991px) {
    .nav-toggle { display: block; }
    .header-phone { display: none; }
    .site-header .lx-btn { display: none; }
    .main-nav {
        position: fixed; top: 0; right: 0; bottom: 0; left: auto; width: min(340px, 86vw); background: #fff; color: var(--ink);
        padding: 80px 28px 28px; transform: translateX(100%); transition: transform .3s; overflow-y: auto;
        box-shadow: -10px 0 40px rgba(0, 0, 0, .15); margin: 0;
    }
    .main-nav.open { transform: none; }
    .main-nav > ul { flex-direction: column; gap: 0; }
    .main-nav > ul > li { border-bottom: 1px solid var(--line); }
    .main-nav a { padding: 14px 0; display: block; font-size: 16px; }
    .main-nav a::after { display: none; }
    .sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0 0 10px 12px; min-width: 0; }
    .sub a { padding: 6px 0; font-size: 14.5px; }
    .nav-close { position: absolute; top: 18px; right: 18px; background: none; border: 0; font-size: 28px; cursor: pointer; color: var(--ink); }
    .engage-grid, .zone-grid { grid-template-columns: minmax(0, 1fr); }
    .engage-photo { min-height: 420px; }
    .engage-photo::after { display: none; }
    .engage-text { padding: 56px 24px; max-width: none; }
    .rea-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .section { padding: 64px 0; }
}
@media (min-width: 992px) { .nav-close { display: none; } }
@media (max-width: 767px) {
    .hero { min-height: 0; }
    .hero::before { background: linear-gradient(180deg, rgba(18, 40, 60, .7) 0%, rgba(18, 40, 60, .92) 55%, rgba(18, 40, 60, .98) 100%); }
    .hero .wrap { padding-top: 120px; }
    .hero-services span { padding: 0 3px; }
    .hero-badges { gap: 18px; }
    .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .svc-body { padding: 0 14px 16px; }
    .svc-card p { display: none; }
    .promises { grid-template-columns: minmax(0, 1fr); }
    .reviews-grid { grid-template-columns: minmax(0, 1fr); }
    .section-head-row { flex-direction: column; align-items: start; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-brand { grid-column: 1 / -1; }
    .cta-actions small { padding-left: 0; }
    body { padding-bottom: 64px; }
    .callbar {
        display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, .12);
    }
    .callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; height: 60px; color: #fff; text-decoration: none; font-weight: 700; }
    .callbar .call { background: var(--navy); }
    .callbar .quote { background: var(--copper); }
}
@media (max-width: 479px) {
    .wrap { padding: 0 16px; }
    .services-grid, .rea-grid { grid-template-columns: minmax(0, 1fr); }
    .svc-card p { display: block; }
    .hero-cta .lx-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   Mobile & Safari iOS (audit sept. 2026)
   ========================================================================== */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body.v2 { overflow-x: hidden; -webkit-tap-highlight-color: rgba(184, 104, 63, .15); }
@supports (overflow-x: clip) { html, body.v2 { overflow-x: clip; } }
.v2 img, .v2 svg { max-width: 100%; }
.v2 h1, .v2 h2, .v2 h3 { overflow-wrap: break-word; }
.article-body, .prose, .legal { overflow-wrap: anywhere; }

/* Honeypot : masqué sans position hors-écran */
.hp { position: absolute !important; left: auto; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

/* Formulaires : 16px minimum sinon Safari iOS zoome au focus ; apparence native neutralisée */
.field input, .field select, .field textarea { font-size: 16px; -webkit-appearance: none; appearance: none; border-radius: 8px; min-height: 48px; }
.field select {
    padding-right: 42px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%2312283c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center; background-size: 18px;
}
.v2 button { -webkit-appearance: none; appearance: none; }

/* Effets de survol : uniquement sur les appareils qui ont une souris (évite les cartes « collées » au tap) */
@media (hover: none) {
    .svc-card:hover, .svc-detail:hover, .lx-btn:hover { transform: none; }
    .rea-card:hover img { transform: none; }
}

/* Menu mobile : panneau masqué quand fermé, voile, défilement verrouillé, sous-menus repliables */
.nav-backdrop { display: none; }
@media (max-width: 991px) {
    .main-nav { visibility: hidden; transition: transform .3s, visibility 0s .3s; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; z-index: 70; padding-bottom: calc(28px + env(safe-area-inset-bottom)); }
    .main-nav.open { visibility: visible; transition: transform .3s; }
    .nav-backdrop { display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 65; background: rgba(18, 40, 60, .5); opacity: 0; visibility: hidden; transition: opacity .3s, visibility 0s .3s; }
    .nav-backdrop.open { opacity: 1; visibility: visible; transition: opacity .3s; }
    html.nav-open, html.nav-open body { overflow: hidden; }
    .site-header .wrap { height: 72px; gap: 12px; }
    .brand img { width: 140px; }
    .nav-toggle { width: 48px; height: 48px; display: grid; place-items: center; margin-right: -8px; }
    .nav-close { width: 48px; height: 48px; display: grid; place-items: center; top: 12px; right: 12px; }
    .main-nav .has-sub { position: relative; }
    .main-nav > ul > li > a { padding: 14px 48px 14px 0; min-height: 52px; }
    .sub-toggle {
        position: absolute; top: 2px; right: -8px; width: 48px; height: 48px; border: 0; background: none; color: var(--ink);
        display: grid; place-items: center; font-size: 18px; cursor: pointer;
    }
    .sub-toggle .lx-i { transition: transform .2s; }
    .has-sub.sub-open > .sub-toggle .lx-i { transform: rotate(180deg); }
    .js-subnav .main-nav .sub { display: none; }
    .js-subnav .main-nav .has-sub.sub-open .sub { display: block; }
    .js-subnav .main-nav .has-sub > a .lx-i { display: none; }
    .sub a { padding: 11px 0; min-height: 44px; }
}
@media (min-width: 992px) { .sub-toggle { display: none; } }

/* Barre d'appel : zone de sécurité de l'iPhone (barre d'accueil) */
@media (max-width: 767px) {
    .callbar { padding-bottom: env(safe-area-inset-bottom); background: var(--navy); }
    body.v2 { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
    .callbar a { min-height: 60px; font-size: 16px; }
}

/* Cibles tactiles et lisibilité */
@media (max-width: 767px) {
    .site-footer { padding-top: 48px; }
    .site-footer li { margin-bottom: 0; }
    .site-footer ul:not(.footer-contact) a { display: inline-block; padding: 9px 0; }
    .footer-contact li { padding: 6px 0; }
    .footer-contact a { display: inline-block; padding: 3px 0; }
    .footer-bottom { flex-direction: column; align-items: flex-start; margin-top: 32px; }
    .footer-bottom ul { flex-wrap: wrap; gap: 4px 20px; }
    .footer-bottom a { display: inline-block; padding: 8px 0; }
    .breadcrumb a { display: inline-block; padding: 8px 0; }
    .breadcrumb ol { margin-bottom: 10px; align-items: center; }
    .link-more { padding: 10px 0; }
    .contact-items a { display: inline-block; padding: 4px 0; }
    .aside-links a { padding: 13px 0; }
    .message-links a, .map-consent .actions a { display: inline-block; padding: 10px 0; }
    .rea-tag { font-size: 12px; }
    .lrdv-dow span { font-size: 12px; }
    .lrdv-legend { font-size: 12.5px; }
    .lrdv-nav { width: 40px; height: 40px; }
    .lrdv-cal { max-width: 100%; }
    .lrdv-day { font-size: 15px; }
    .filters { gap: 8px; }
    .filters button { padding: 11px 16px; }

    /* Typo et espacements plus compacts */
    .section { padding: 56px 0; }
    .section-head { margin-bottom: 30px; }
    .v2 .page-hero h1 { font-size: clamp(30px, 8.4vw, 40px); line-height: 1.12; }
    .page-hero .lead { font-size: 16px; }
    .page-hero .wrap { padding-top: 112px; padding-bottom: 48px; }
    .hero .wrap { padding-top: 104px; padding-bottom: 44px; }
    .hero h1 { font-size: clamp(34px, 9.6vw, 44px); }
    .hero-services { font-size: 15.5px; line-height: 1.7; }
    .hero-services span { padding: 0 1px; }
    .hero-cta { margin: 26px 0 30px; }
    .hero-badge { font-size: 12.5px; }
    .hero-badge .ring, .hero-badge img { width: auto; height: 42px; }
    .hero-badge .ring { width: 42px; font-size: 18px; }
    .hero-badge .lx-i { font-size: 34px; }
    .cta { padding: 44px 0; }
    .cta-actions { width: 100%; }
    .cta-actions .lx-btn { flex: 1 1 100%; }
    .inline-cta .actions, .inline-cta .actions .lx-btn { width: 100%; }
    .message-card .actions .lx-btn { width: 100%; }
    .engage-photo { min-height: 340px; }
    .engage-text { padding: 44px 16px; }
    .story-photo .engage-sign, .engage-sign { left: 12px; bottom: 12px; padding: 10px 14px; }
    .engage-sign .script { font-size: 24px; }
    .rating-band { flex-direction: column; align-items: flex-start; }
    .rating-band .lx-btn { width: 100%; }
    .post-featured div { padding: 22px 20px; }
    .price-card { padding: 28px 22px; }
    .article-body { font-size: 16px; }
    .zone-perks { gap: 14px 22px; }
    .facts { padding: 44px 0; }

    /* Carte de zone : libellés agrandis, seules les communes principales restent nommées */
    .zone-svg .zm-label { font-size: 24px; stroke-width: 5px; }
    .zone-svg .zm-label.major { font-size: 31px; }
    .zone-svg .zm-label.minor, .zone-svg .zm-label.tiny, .zone-svg .zm-km, .zone-svg .zm-ocean-label { display: none; }
    .zone-svg .zm-sea-label { font-size: 44px; }
    .zone-svg .zm-pin-label { font-size: 34px; }
    .zm-credit { margin-left: 0; width: 100%; }
    .zm-legend { font-size: 13px; padding: 12px 14px; }
}
@media (max-width: 359px) {
    .wrap { padding: 0 14px; }
    .brand img { width: 120px; }
    .lx-btn { padding: 13px 18px; white-space: normal; text-align: center; }
    .lrdv-chips .lrdv-slot { flex-basis: calc(33.33% - 8px); }
}

/* ==========================================================================
   Finitions : espacements et alignements (revue visuelle sept. 2026)
   ========================================================================== */

/* En-tête : respiration entre menu et téléphone */
.main-nav > ul { gap: 28px; }
.header-phone { padding-left: 22px; border-left: 1px solid rgba(255, 255, 255, .22); }
.site-header.is-stuck .header-phone { border-left-color: var(--line); }
@media (max-width: 1279px) {
    .main-nav > ul { gap: 22px; }
    .header-phone small { display: none; }
}

/* Étoiles de la carte de note (écrasées par la couleur des paragraphes) */
.rating-card .stars, .rating-band .stars { color: #f2a93b; font-size: 20px; letter-spacing: 3px; }

/* Zone d'intervention : atouts alignés sur une ligne */
.zone-perks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 18px; margin-top: 28px; }
.zone-perks li { gap: 10px; font-size: 14px; line-height: 1.3; }
.zone-perks .ico { width: 40px; height: 40px; flex: none; font-size: 19px; }
.zone-links { margin-top: 22px; }

/* Bandeau d'appel à l'action : actions calées à droite */
.cta-actions { justify-content: flex-end; max-width: 560px; }
.cta-actions small { text-align: right; padding-left: 0; }

/* Pied de page */
.footer-grid { grid-template-columns: 1.3fr .9fr 1fr 1.35fr 1fr; }
.social .lx-i { font-size: 18px; }
.footer-contact a[href^="mailto"] { white-space: nowrap; }

@media (max-width: 767px) {
    /* Services : cartes horizontales compactes */
    .services-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
    .svc-card { flex-direction: row; align-items: stretch; }
    .svc-card img { width: 38%; aspect-ratio: auto; height: auto; min-height: 150px; object-fit: cover; flex: none; }
    .svc-card .svc-body { padding: 16px 16px 14px; }
    .svc-card .svc-icon { display: none; }
    .svc-card h3 { font-size: 16px; margin-bottom: 4px; }
    .svc-card p { display: block; font-size: 13.5px; line-height: 1.5; }
    .svc-card .link-more { margin-top: 8px; padding: 6px 0; }

    /* Réalisations : deux colonnes */
    .rea-grid, .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; }
    .rea-card h3 { font-size: 14px; margin-top: 10px; line-height: 1.35; }
    .rea-card p { font-size: 12.5px; }
    .rea-tag { top: 8px; left: 8px; padding: 3px 8px; font-size: 12px; letter-spacing: .04em; }

    /* Avis : carrousel horizontal à glisser */
    .reviews-grid, .reviews-grid.reviews-3 {
        display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
        gap: 14px; margin: 0 -16px; padding: 4px 16px 14px; scroll-padding-left: 16px; scrollbar-width: none;
    }
    .reviews-grid::-webkit-scrollbar { display: none; }
    .reviews-grid > * { flex: 0 0 84%; scroll-snap-align: start; }

    /* Zone */
    .zone-perks { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .zone-svg .zm-l-saint-ave { display: none; }
    .zone-svg .zm-l-auray { text-anchor: start; }

    /* Bandeau d'appel à l'action */
    .cta-actions { justify-content: flex-start; max-width: none; }
    .cta-actions small { text-align: left; }

    /* Pied de page : coordonnées et horaires sur toute la largeur */
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
    .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { grid-column: 1 / -1; }
    .footer-brand img { width: 160px; margin-bottom: 12px; }
}
@media (max-width: 359px) {
    .svc-card { flex-direction: column; }
    .svc-card img { width: 100%; min-height: 0; aspect-ratio: 16 / 9; }
    .rea-grid, .gallery { grid-template-columns: minmax(0, 1fr); }
}

/* En-tête : jamais de retour à la ligne */
.main-nav a, .header-phone, .header-phone strong, .header-phone small, .site-header .lx-btn { white-space: nowrap; }
.site-header .wrap { gap: 20px; }
.main-nav > ul { gap: 24px; }
@media (max-width: 1279px) { .main-nav > ul { gap: 20px; } }
@media (max-width: 1140px) and (min-width: 992px) { .header-phone { display: none; } }

/* Sections resserrées */
.section-tight { padding: 48px 0; }

/* Logos recadrés */
.logo-band { gap: 26px 52px; }
.logo-band img { height: 38px; width: auto; }
.logo-band.certifs img { height: 64px; }
.band-title + .logo-band + .band-title { margin-top: 52px; }
.hero-badge img { height: 48px; width: auto; padding: 4px 6px; }

/* Carte de la page Contact */
.map-card { position: relative; display: block; min-height: 0; background: #bcd9e4; }
.map-card > .zone-svg { display: block; width: 100%; height: auto; }
.map-overlay {
    position: absolute; left: 24px; bottom: 24px; width: min(380px, calc(100% - 48px)); background: #fff; border-radius: var(--radius);
    padding: 22px 24px; box-shadow: 0 16px 40px rgba(18, 40, 60, .18);
}
.map-overlay .ico { width: 44px; height: 44px; border-radius: 50%; background: var(--copper-soft); color: var(--copper); display: grid; place-items: center; font-size: 22px; margin-bottom: 12px; }
.v2 .map-overlay h3 { font-family: var(--sans); font-size: 17px; font-weight: 800; line-height: 1.35; }
.map-overlay .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.map-overlay .actions button { cursor: pointer; font-family: inherit; background: none; }
.map-overlay p { color: var(--muted); font-size: 12.5px; margin-top: 12px; line-height: 1.5; }
.map-overlay small { display: block; color: #6b7885; font-size: 12px; margin-top: 6px; }
.map-overlay small a { color: inherit; }
.map-card iframe { height: 520px; }
@media (max-width: 767px) {
    .map-overlay { position: static; width: auto; box-shadow: none; border-top: 1px solid var(--line); border-radius: 0; }
    .map-overlay .actions .lx-btn { flex: 1 1 auto; }
    .zone-svg .zm-l-saint-ave { display: none; }
    .logo-band { gap: 20px 32px; }
    .logo-band img { height: 30px; }
    .logo-band.certifs img { height: 52px; }
}

/* Carte Contact : hauteur maîtrisée */
.map-card > .zone-svg { height: 560px; }
@media (max-width: 767px) { .map-card > .zone-svg { height: 360px; } }

/* Logos : fonds blancs fondus dans le gris, une seule ligne */
.logo-band img { mix-blend-mode: multiply; }
.logo-band { gap: 24px 36px; }

/* Bandeau d'appel à l'action : grille titre / actions */
.cta .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px 48px; }
@media (max-width: 991px) { .cta .wrap { grid-template-columns: minmax(0, 1fr); } .cta-actions { justify-content: flex-start; max-width: none; } .cta-actions small { text-align: left; } }

/* Pages message (merci, 404) : bandeau marine derrière l'en-tête transparent */
.message-page { background: linear-gradient(180deg, var(--navy) 0, var(--navy-2) 340px, var(--bg-soft) 340px); padding-top: 140px; }
@media (max-width: 767px) { .message-page { background: linear-gradient(180deg, var(--navy) 0, var(--navy-2) 260px, var(--bg-soft) 260px); padding-top: 110px; } }

/* Contenu rédactionnel : pas de marge au-dessus du premier élément */
.v2 .article-body > :first-child { margin-top: 0; }
.legal section + section { margin-top: 40px; padding-top: 40px; }

/* Légende du calendrier RDV lisible */
.lrdv-dot { border: 1px solid #cfd6dc; }
.lrdv-dot.free { background: var(--bg-soft); }
.lrdv-dot.off { background: #fff; opacity: 1; border-style: dashed; }

/* Hero accueil : photo chaudière calée à droite, fondu vers le marine à gauche */
@media (min-width: 768px) {
    .hero-bg { left: auto; width: 66%; }
    .hero-bg img { object-position: 74% 40%; }
    .hero::before { background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 34%, rgba(18, 40, 60, .82) 42%, rgba(18, 40, 60, .25) 58%, rgba(18, 40, 60, 0) 72%); }
    .hero-quote { top: auto; bottom: 12%; right: 3%; }
}
@media (max-width: 767px) {
    .hero-bg img { object-position: 50% 20%; }
}
/* Lisibilité du menu au-dessus des zones claires de la photo */
.hero::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 150px; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(18, 40, 60, .72) 0%, rgba(18, 40, 60, 0) 100%); }
@media (max-width: 767px) {
    /* Mobile : texte sur fond marine, photo visible en bandeau sous les badges */
    .hero { align-items: flex-start; }
    .hero .wrap { padding-bottom: 290px; }
    .hero-bg { top: auto; height: 340px; }
    .hero-bg img { object-position: 55% 30%; }
    .hero::before { background: linear-gradient(180deg, var(--navy) 0%, var(--navy) calc(100% - 360px), rgba(18, 40, 60, .55) calc(100% - 250px), rgba(18, 40, 60, 0) calc(100% - 120px)); }
}
@media (max-width: 767px) {
    .hero .wrap { padding-bottom: 350px; }
    .hero-bg { height: 360px; }
    .hero::before { background: linear-gradient(180deg, var(--navy) 0%, var(--navy) calc(100% - 335px), rgba(18, 40, 60, .7) calc(100% - 285px), rgba(18, 40, 60, .25) calc(100% - 200px), rgba(18, 40, 60, 0) calc(100% - 130px)); }
}

/* ==========================================================================
   Hero & en-tête v3 (maquette client : photo chaudière)
   ========================================================================== */
:root { --copper-light: #e59a5f; }

/* En-tête : logo plus présent, pastille téléphone blanche */
@media (min-width: 992px) {
    .site-header:not(.is-stuck) .wrap { height: 112px; }
    .site-header:not(.is-stuck) .brand img { width: 215px; }
}
.header-phone {
    background: #fff; color: var(--navy) !important; border: 0; border-radius: 999px; padding: 9px 22px 9px 16px;
    gap: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, .18); margin-left: 8px;
}
.header-phone .lx-i { color: var(--navy); font-size: 20px; }
.header-phone strong { font-size: 17px; letter-spacing: .02em; }
.header-phone small { opacity: 1; color: var(--muted); }
.site-header.is-stuck .header-phone { box-shadow: none; border: 1px solid var(--line); padding-top: 6px; padding-bottom: 6px; }
@media (max-width: 1279px) { .header-phone small { display: block; } }
@media (max-width: 1199px) and (min-width: 992px) { .header-phone small { display: none; } }

/* Hero */
.hero { min-height: 760px; }
.hero .wrap { padding-top: 150px; padding-bottom: 70px; }
.hero-text { max-width: 740px; }
.hero .eyebrow { letter-spacing: .22em; font-size: 13px; margin-bottom: 16px; }
.hero h1 { font-size: clamp(40px, 5.6vw, 78px); line-height: 1.04; margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: var(--copper-light); }
.hero-services { font-size: 20px; font-weight: 500; }
.hero-services span { color: var(--copper-light); opacity: 1; padding: 0 8px; }
.hero-zone { font-size: 17px; opacity: .9; }
.hero-cta { margin: 30px 0 40px; gap: 20px; }
.hero-cta .lx-btn { padding: 16px 34px; font-size: 16px; }
.hero-cta .lx-btn-copper { background: linear-gradient(180deg, #c97a4c 0%, var(--copper) 55%, var(--copper-dark) 100%); box-shadow: 0 10px 24px rgba(184, 104, 63, .35); }
.hero-cta .lx-btn-ghost { border-width: 2px; border-color: #fff; min-width: 240px; }

.hero-badges { gap: 0; align-items: stretch; }
.hero-badge { padding: 4px 30px; font-size: 14px; line-height: 1.35; }
.hero-badge:first-child { padding-left: 0; }
.hero-badge + .hero-badge { border-left: 1px solid rgba(255, 255, 255, .28); }
.laurel-wrap { position: relative; width: 64px; height: 64px; display: grid; place-items: center; flex: none; }
.laurel-wrap .laurel { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #c9a45c; }
.laurel-wrap strong { position: relative; font-family: var(--serif); font-size: 26px; font-weight: 600; line-height: 1; }
.hero-badge.badge-rge { flex-direction: column; align-items: flex-start; gap: 6px; }
.hero .hero-badge.badge-rge img { height: 44px; width: auto; background: none; padding: 0; border-radius: 0; }
.hero-badge.badge-icon .lx-i { color: var(--copper-light); font-size: 44px; stroke-width: 1.5; }

/* Citation manuscrite en haut à droite, sur le mur clair */
.hero-quote {
    top: 150px; bottom: auto; right: 4%; color: var(--navy); text-shadow: none; font-size: 30px; line-height: 1.15;
    transform: rotate(-12deg); text-align: left;
}
.hero-quote svg { display: block; width: 90px; height: 12px; margin: 4px 0 0 60px; color: var(--navy); }
@media (min-width: 768px) {
    .hero::after { height: 130px; background: linear-gradient(180deg, rgba(18, 40, 60, .55) 0%, rgba(18, 40, 60, 0) 100%); width: 70%; right: auto; }
}

/* Bandeau d'atouts */
.hero-features { background: #fff; border-bottom: 1px solid var(--line); }
.hero-features ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hero-features li { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 30px 16px; font-size: 15.5px; font-weight: 500; color: var(--navy); line-height: 1.4; }
.hero-features li + li { border-left: 1px solid var(--line); margin: 16px 0; padding-top: 14px; padding-bottom: 14px; }
.hero-features .ico { width: 52px; height: 52px; border-radius: 50%; border: 1.6px solid var(--navy); display: grid; place-items: center; font-size: 22px; flex: none; }

@media (max-width: 1199px) {
    .hero-quote { display: none; }
    .hero-services { font-size: 18px; }
}
@media (max-width: 991px) {
    .hero-features ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-features li:nth-child(3) { border-left: 0; }
    .hero-features li { justify-content: flex-start; }
}
@media (max-width: 767px) {
    .hero { min-height: 0; }
    .hero .wrap { padding-top: 104px; }
    .hero h1 { font-size: clamp(36px, 10.5vw, 46px); }
    .hero-services { font-size: 16px; }
    .hero-services span { padding: 0 3px; }
    .hero-cta { gap: 12px; margin: 24px 0 30px; }
    .hero-cta .lx-btn { padding: 14px 20px; }
    .hero-cta .lx-btn-ghost { min-width: 0; }
    .hero-badges { gap: 18px 0; }
    .hero-badge { padding: 0 16px; font-size: 13px; }
    .hero-badge.badge-icon { border-left: 0; padding-left: 0; }
    .laurel-wrap { width: 54px; height: 54px; }
    .laurel-wrap strong { font-size: 22px; }
    .hero-features li { flex-direction: column; text-align: center; gap: 10px; padding: 22px 8px; font-size: 13.5px; margin: 0; }
    .hero-features li + li { margin: 0; }
    .hero-features li:nth-child(n+3) { border-top: 1px solid var(--line); }
    .hero-features .ico { width: 44px; height: 44px; font-size: 19px; }
}
/* Menu en pastille translucide sur les bandeaux photo (lisible sur la chaudière blanche) */
@media (min-width: 992px) {
    .site-header:not(.is-stuck) .main-nav > ul {
        background: rgba(18, 40, 60, .55); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; padding: 4px 26px;
    }
    .site-header:not(.is-stuck) .main-nav a.is-active::after, .site-header:not(.is-stuck) .main-nav > ul > li > a:hover::after { bottom: 4px; }
}
.laurel-wrap .laurel { color: #d4a857; }
.hero-features li { gap: 14px; padding-left: 10px; padding-right: 10px; font-size: 15px; }
@media (min-width: 1200px) { .hero-features li > span:last-child { white-space: nowrap; } }
@media (max-width: 767px) {
    .hero .wrap { padding-bottom: 350px; }
    .hero-features li { padding-left: 8px; padding-right: 8px; }
}
.laurel-wrap strong { font-size: 22px; }
@media (max-width: 767px) { .laurel-wrap strong { font-size: 19px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .site-header:not(.is-stuck) .brand img { width: 165px; }
    .site-header:not(.is-stuck) .main-nav > ul { padding: 4px 16px; gap: 16px; }
    .main-nav a { font-size: 14.5px; }
    .site-header .wrap { gap: 14px; }
}
/* Le dernier sous-menu s'ouvre vers la gauche (évite un débordement horizontal) */
@media (min-width: 992px) { .main-nav > ul > li.has-sub ~ li.has-sub .sub { left: auto; right: -18px; } }

/* ==========================================================================
   Menu mobile : correctif d'empilement + finitions du panneau
   ========================================================================== */
.nav-cta { display: none; }
@media (max-width: 991px) {
    /* l'en-tête (qui contient le panneau) doit passer au-dessus du voile */
    html.nav-open .site-header { z-index: 90; }
    html.nav-open .callbar { visibility: hidden; }
    .nav-backdrop { z-index: 80; }

    .main-nav { display: flex; flex-direction: column; padding: 76px 24px calc(24px + env(safe-area-inset-bottom)); width: min(360px, 88vw); }
    .main-nav > ul > li > a { min-height: 54px; display: flex; align-items: center; padding: 12px 48px 12px 0; font-size: 17px; }
    .main-nav a.is-active { color: var(--copper); }
    .sub-toggle { top: 3px; }
    .js-subnav .main-nav .has-sub.sub-open .sub { display: block; padding: 0 0 12px 14px; border-left: 2px solid var(--copper-soft); margin: 0 0 8px 2px; }
    .sub a { color: var(--muted); font-size: 15px; }
    .nav-close { top: 14px; right: 14px; width: 44px; height: 44px; border-radius: 50%; background: var(--bg-soft); }
    .nav-cta { display: grid; gap: 10px; margin-top: auto; padding-top: 24px; }
    .nav-cta .lx-btn { width: 100%; }
    .nav-cta p { text-align: center; color: var(--muted); font-size: 13px; }
}
@media (max-width: 991px) { .site-header .nav-cta .lx-btn { display: inline-flex; } .site-header .nav-cta .lx-btn-outline { color: var(--navy); } }

/* ==========================================================================
   Typographie Helvetica : graisses et approches adaptées
   ========================================================================== */
body.v2 { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
:where(.v2) :where(h1, h2, h3) { font-weight: 700; letter-spacing: -0.02em; }
.hero h1, .v2 .page-hero h1 { font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; }
.section-head h2, .section-head-row h2, .engage-text h2, .zone-text h2, .cta h2, .v2 .story-text h2 { letter-spacing: -0.025em; }
.eyebrow { font-weight: 700; letter-spacing: .14em; }
.hero .eyebrow { letter-spacing: .18em; }
.rating-card .score, .rating-band .score, .fact strong, .message-card .big-num, .price-card .price, .laurel-wrap strong { font-weight: 700; letter-spacing: -0.03em; }
.lx-btn { letter-spacing: -0.005em; }
.main-nav a { font-weight: 500; }
.svc-card h3, .rea-card h3, .promise h3, .v2 .svc-detail h2, .v2 .duo-card h3, .v2 .step h3, .v2 .post-card h3, .site-footer h3 { font-weight: 700; letter-spacing: -0.01em; }

/* ==========================================================================
   Carrousel d'avis Google (accueil, à propos, réalisations)
   ========================================================================== */
.reviews-slider { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 20px; align-items: stretch; }
.rv-main { min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.rv-track {
    display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 2px; outline-offset: 4px;
}
.rv-track::-webkit-scrollbar { display: none; }
.rv-track > .review-card { flex: 0 0 calc((100% - 40px) / 3); scroll-snap-align: start; margin: 0; }
.rv-nav { display: flex; justify-content: flex-end; gap: 10px; }
.rv-nav button {
    width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--navy);
    display: grid; place-items: center; cursor: pointer; font-size: 18px; transition: background .2s, color .2s, border-color .2s, opacity .2s;
}
.rv-nav button:hover:not(:disabled) { background: var(--navy); color: #fff; border-color: var(--navy); }
.rv-nav button:disabled { opacity: .35; cursor: default; }
.rv-prev .lx-i { transform: rotate(180deg); }
@media (max-width: 1199px) { .rv-track > .review-card { flex-basis: calc((100% - 20px) / 2); } }
@media (max-width: 767px) {
    .reviews-slider { grid-template-columns: minmax(0, 1fr); }
    .rv-track { margin: 0 -16px; padding: 2px 16px 6px; scroll-padding-left: 16px; }
    .rv-track > .review-card { flex-basis: 84%; }
    .rv-nav { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { .rv-track { scroll-behavior: auto; } }

/* <picture> (WebP + repli JPG) : transparent pour la mise en page, l'<img> reste l'élément stylé */
.v2 picture { display: contents; }
@media (min-width: 768px) { .reviews-slider > .rating-card { margin-bottom: 62px; } }

/* Cloudflare Turnstile : zone invisible sauf si une vérification est demandée */
.ts-box { margin-top: 18px; min-height: 0; }
.ts-box:empty { display: none; }
.ts-box iframe { max-width: 100%; }
