/*
Theme Name: Berthier Atelier
Author: STE BERTHIER
Description: Direction artistique originale — bandeau sombre technique, typographie systeme neutre (Arial/Helvetica/Roboto selon l'OS), navigation plein écran, carrousel de services au scroll horizontal, galerie filtrable, FAQ. Structure et gabarit pensés de zéro, sans réemploi des schémas de page des autres sites du portefeuille.
Version: 3.0
*/

*,*::before,*::after{box-sizing:border-box}
:root{
  --navy:#0A1B33;
  --navy-2:#0F2A4D;
  --navy-3:#132F5C;
  --ink:#111827;
  --ink-soft:#586174;
  --paper:#F3F0E8;
  --paper-2:#E8E2D2;
  --blue:#2F6FED;
  --blue-deep:#123B84;
  --line:rgba(17,24,39,.13);
  --line-dark:rgba(255,255,255,.16);
  --white:#FFFFFF;
  --gold:#F4B400;
  --terracotta:#C1502E;
  --terracotta-deep:#8F3A1F;
  --radius:20px;
  --radius-sm:12px;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.nav-locked{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1240px;margin:0 auto;padding:0 32px}
h1,h2,h3,h4{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:700;line-height:1.15;margin:0;color:var(--ink)}
h2{font-size:clamp(30px,3.6vw,46px)}
h3{font-size:19px}
p{margin:0}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.eyebrow{display:inline-flex;align-items:center;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:52px}
.sec-head h2{margin-top:14px;max-width:560px}
.sec-head>p{max-width:320px;color:var(--ink-soft);font-size:15px;padding-bottom:6px}
section{padding:96px 0}

/* ===== TOPBAR (nav classique horizontale) ===== */
.topbar{position:sticky;top:0;z-index:60;background:rgba(243,240,232,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.topbar .bar{display:flex;align-items:center;justify-content:space-between;padding:12px 32px;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:700;font-size:19px;color:var(--navy);letter-spacing:-.01em}
.brand-logo{height:42px;width:auto;flex:0 0 auto}
.brand b{color:var(--blue);font-weight:800}
.nav-classic{display:flex;align-items:center;gap:30px;margin:0 auto}
.nav-classic a{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:600;font-size:14.5px;color:var(--ink);padding:6px 0;position:relative}
.nav-classic a::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.nav-classic a:hover::after{transform:scaleX(1)}
.top-actions{display:flex;align-items:center;gap:10px}
.tel-pill{display:flex;align-items:center;gap:8px;background:var(--navy);color:var(--white);border-radius:999px;padding:10px 18px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:600;font-size:14px}
.tel-pill svg{width:15px;height:15px}
.menu-btn{display:none;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line);border-radius:8px;width:42px;height:42px;cursor:pointer;color:var(--ink)}
.menu-btn .bars{display:flex;flex-direction:column;gap:4px}
.menu-btn .bars span{width:18px;height:2px;background:var(--ink);display:block}

/* ===== MENU MOBILE (panneau deroulant classique) ===== */
.nav-mobile-panel{display:none;background:var(--paper);border-bottom:1px solid var(--line)}
.nav-mobile-panel.is-open{display:block}
.nav-mobile-panel .container{padding:10px 22px 22px;display:flex;flex-direction:column}
.nav-mobile-panel a{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:600;font-size:16px;color:var(--ink);padding:13px 0;border-bottom:1px solid var(--line)}
.nav-mobile-panel .nav-mobile-call{color:var(--blue);display:flex;align-items:center;gap:8px;border-bottom:none}
.nav-mobile-panel .nav-mobile-call svg{width:16px;height:16px}

/* ===== HERO (full-bleed photo, degrade navy, contenu a gauche) ===== */
.hero-full{position:relative;overflow:hidden;background:var(--navy);padding:184px 0 88px}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 38%}
.hero-bg-badge{display:none}
.dot-live{display:none}
.hero-proof-line{display:none}
.hero-cta-mobile{display:none}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,rgba(10,27,51,.96) 0%,rgba(10,27,51,.88) 24%,rgba(10,27,51,.5) 48%,rgba(10,27,51,.16) 72%,rgba(10,27,51,.02) 100%)}
.hero-full .container{position:relative;z-index:2}
.hero-copy{max-width:640px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#9DBBFA;margin-bottom:22px}
.hero-eyebrow::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--blue)}
.hero-copy h1{color:var(--white);font-size:clamp(36px,4.6vw,58px)}
.h1-short{display:none}
.hero-copy h1 b{color:var(--blue);font-weight:800;text-shadow:0 2px 18px rgba(10,27,51,.55)}
.hero-copy .lead{max-width:480px;margin-top:22px;color:rgba(255,255,255,.78);font-size:17px}
.hero-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.btn-solid{background:var(--blue);color:var(--white);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:600;font-size:15px;padding:16px 26px;border-radius:999px;display:inline-flex;align-items:center;gap:10px}
.btn-solid svg{width:16px;height:16px}
.btn-outline{border:1.5px solid rgba(255,255,255,.55);color:var(--white);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:600;font-size:15px;padding:16px 26px;border-radius:999px;display:inline-flex;align-items:center;gap:10px}
.btn-outline svg{width:16px;height:16px}
.hero-trust{margin-top:38px;display:flex;flex-wrap:wrap;column-gap:28px;row-gap:13px}
.hero-trust span{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.82);font-size:14px}
.hero-trust svg{width:18px;height:18px;color:var(--blue);flex:0 0 18px}

/* ===== SERVICES (photo cards) ===== */
.svc-band{background:var(--paper)}
.svc-scroll-wrap{position:relative}
.svc-scroll{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:none}
.svc-scroll::-webkit-scrollbar{display:none}
.svc-card{scroll-snap-align:start;flex:0 0 300px;position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;display:flex;align-items:flex-end}
.svc-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.svc-card:hover img{transform:scale(1.06)}
.svc-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,27,51,.88) 0%,rgba(10,27,51,.15) 55%,transparent 80%)}
.svc-card .svc-body{position:relative;z-index:2;padding:26px 24px;width:100%}
.svc-card .num{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:13px;color:#9DBBFA;letter-spacing:.08em}
.svc-card h3{color:var(--white);margin-top:10px;font-size:21px}
.svc-nav{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}
.svc-nav button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink)}
.svc-nav button:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}
.svc-nav button svg{width:16px;height:16px}

/* ===== PROCESS STRIP ===== */
.process-strip{background:var(--navy)}
.proc-row{display:grid;grid-template-columns:repeat(4,1fr)}
.proc-cell{padding:0 30px;border-left:1px solid var(--line-dark)}
.proc-cell:first-child{border-left:none}
.proc-cell .pn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--terracotta);color:var(--white);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:13px;font-weight:700;letter-spacing:0}
.proc-cell h4{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:17px;margin-top:16px;font-weight:700;color:var(--white)}
.proc-cell p{font-size:13.5px;color:rgba(255,255,255,.66);margin-top:8px}

/* ===== AVANT / APRES ===== */
.ba-sec{background:var(--paper-2)}
.ba{border-radius:var(--radius);overflow:hidden;background:var(--navy)}
.ba__imgwrap{position:relative;aspect-ratio:16/9;--pos:50%;overflow:hidden}
.ba__after,.ba__before{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ba__before{clip-path:inset(0 calc(100% - var(--pos)) 0 0)}
.ba__handle{position:absolute;top:0;bottom:0;left:var(--pos);width:0;display:flex;align-items:center;justify-content:center;cursor:ew-resize;touch-action:none}
.ba__handle::before{content:'';position:absolute;top:0;bottom:0;width:2px;background:var(--white);left:0}
.ba__handle i{width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 6px 18px rgba(0,0,0,.25)}
.ba__handle i::before{content:'‹ ›';font-size:14px;letter-spacing:3px;color:var(--navy);font-weight:700}
.ba__tag{position:absolute;top:16px;padding:6px 12px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:rgba(10,27,51,.75);color:var(--white);border-radius:999px}
.ba__tag--before{left:16px}
.ba__tag--after{right:16px}
.ba__foot{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;color:var(--white);flex-wrap:wrap;gap:14px}
.ba__foot h3{color:var(--white);font-size:16px}
.ba__foot p{color:rgba(255,255,255,.65);font-size:13px;margin-top:4px}
.ba__nav{display:flex;gap:8px}
.ba__nav button{width:52px;height:38px;border-radius:var(--radius-sm);border:2px solid rgba(255,255,255,.25);background-size:cover;background-position:center;cursor:pointer;overflow:hidden}
.ba__nav button.is-active{border-color:var(--blue)}

/* ===== STATS ===== */
.stats-band{background:var(--navy);color:var(--white)}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:left}
.stat-num{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:clamp(38px,4vw,54px);color:var(--white);font-weight:700}
.stat-num span{color:var(--blue)}
.stat-label{margin-top:10px;font-size:13.5px;color:rgba(255,255,255,.68);max-width:190px}
.narrative{max-width:720px;margin:56px auto 0;text-align:center}
.narrative p{font-size:18px;color:rgba(255,255,255,.85);line-height:1.7}

/* ===== FAQ ===== */
.faq-sec{background:var(--paper)}
.faq-list{max-width:820px}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:18px;font-weight:600;color:var(--ink)}
.faq-q .plus{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);flex:0 0 28px;display:flex;align-items:center;justify-content:center;position:relative;transition:border-color .2s ease,background .2s ease}
.faq-q .plus::before,.faq-q .plus::after{content:'';position:absolute;background:var(--ink);transition:background .2s ease}
.faq-q .plus::before{width:11px;height:1.6px}
.faq-q .plus::after{width:1.6px;height:11px;transition:transform .25s ease}
.faq-item.is-open .faq-q .plus{border-color:var(--blue);background:var(--blue)}
.faq-item.is-open .faq-q .plus::before,.faq-item.is-open .faq-q .plus::after{background:var(--white)}
.faq-item.is-open .faq-q{color:var(--blue)}
.faq-item.is-open .faq-q .plus::after{transform:rotate(90deg) scale(0)}
.faq-a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.faq-item.is-open .faq-a-wrap{grid-template-rows:1fr}
.faq-a-inner{overflow:hidden}
.faq-a-inner p{padding-bottom:26px;color:var(--ink-soft);font-size:15px;max-width:640px}

/* ===== ZONES ===== */
.zones-sec{background:var(--paper-2)}
.zones-head{max-width:640px;margin-bottom:52px}
.zones-head p{margin-top:14px;color:var(--ink-soft);font-size:15px}
.zones-chips{display:flex;flex-wrap:wrap;gap:10px}
.zone-chip{border:1px solid rgba(193,80,46,.28);background:rgba(193,80,46,.07);border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:600;color:var(--terracotta-deep)}

/* ===== REVIEWS GRID (style avis type Google : card blanche, arrondie, etoiles jaunes) ===== */
.reviews-sec{background:var(--paper)}
.reviews-summary{display:inline-flex;align-items:center;gap:16px;margin-bottom:36px;padding:16px 26px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 2px 10px rgba(17,24,39,.05)}
.reviews-summary .rs-num{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:30px;font-weight:700;color:var(--ink)}
.reviews-summary .rs-mid{display:flex;flex-direction:column;gap:4px}
.reviews-summary .rs-stars{display:flex;gap:2px;color:var(--gold)}
.reviews-summary .rs-stars svg{width:15px;height:15px;fill:currentColor}
.reviews-summary .rs-text{font-size:13px;color:var(--ink-soft)}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review-card{border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;background:var(--white);box-shadow:0 2px 10px rgba(17,24,39,.05)}
.review-top{display:flex;align-items:center;gap:12px}
.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:600;font-size:15px;flex:0 0 40px}
.review-card:nth-child(3n+2) .review-avatar{background:var(--terracotta)}
.review-card:nth-child(3n+3) .review-avatar{background:var(--navy)}
.review-who{display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:14px;font-weight:600}
.review-who span{color:var(--ink-soft);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:400;margin-top:2px;font-size:12.5px}
.review-stars{display:flex;gap:3px;color:var(--gold);margin-top:16px}
.review-stars svg{width:15px;height:15px;fill:currentColor}
.review-card p{margin-top:14px;font-size:14.5px;color:var(--ink);line-height:1.6}

/* ===== CONTACT (CTA appel proeminent) ===== */
.contact-dark{background:var(--navy);color:var(--white)}
.contact-flex{display:flex;justify-content:space-between;gap:56px;flex-wrap:wrap}
.contact-flex .eyebrow{color:#9DBBFA}
.contact-flex h2{color:var(--white);max-width:460px;margin-top:16px}
.contact-flex .lead{color:rgba(255,255,255,.72);margin-top:18px;max-width:440px}
.cta-call{display:inline-flex;align-items:center;gap:18px;background:var(--blue);color:var(--white);border-radius:999px;padding:14px 30px 14px 14px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 30px rgba(47,111,237,.35)}
.cta-call:hover{transform:translateY(-2px)}
.cta-call .ring{width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;flex:0 0 52px}
.cta-call .ring svg{width:22px;height:22px}
.cta-call .txt{display:flex;flex-direction:column}
.cta-call .txt small{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:12px;font-weight:400;opacity:.85;text-transform:uppercase;letter-spacing:.06em}
.cta-call .txt strong{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:19px;margin-top:2px}
.cta-sms{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.25);color:var(--white);flex:0 0 56px}
.cta-sms:hover{background:rgba(255,255,255,.08)}
.cta-sms svg{width:20px;height:20px}
.contact-cta-row{margin-top:34px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.contact-tiles{display:grid;grid-template-columns:1fr;gap:12px;min-width:300px;align-content:start}
.tile{background:var(--navy-2);border:1px solid var(--line-dark);border-radius:var(--radius);padding:20px 22px}
.tile h4{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#9DBBFA;font-weight:600}
.tile p,.tile a{margin-top:8px;font-size:16px;color:var(--white)}

/* ===== FOOTER ===== */
footer{background:var(--paper-2);padding-top:96px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:56px}
.foot-brand-col .brand{color:var(--navy);margin-bottom:14px}
.foot-brand-col p{color:var(--ink-soft);font-size:14px;max-width:280px}
.foot-col h5{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:16px}
.foot-col a,.foot-col p{display:block;font-size:14px;color:var(--ink);margin-bottom:10px}
.foot-bottom{border-top:1px solid var(--line);padding:22px 0 32px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:var(--ink-soft)}

.call-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:none;background:var(--blue);box-shadow:0 -6px 18px rgba(10,27,51,.25)}
.call-bar a{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;color:var(--white);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-weight:600;font-size:15px}
.call-bar svg{width:17px;height:17px}

/* ===== RESPONSIVE ===== */
@media (max-width:980px){
  .nav-classic{display:none}
  .menu-btn{display:flex}
}
@media (max-width:900px){
  .nav .container,.container{padding:0 22px}
  .sec-head{flex-direction:column;align-items:flex-start;gap:14px}
  .hero-full{padding:132px 0 64px}
  .hero-overlay{background:linear-gradient(180deg,rgba(10,27,51,.42) 0%,rgba(10,27,51,.72) 55%,rgba(10,27,51,.85) 100%)}
  .hero-copy{max-width:none}
  .proc-row{grid-template-columns:repeat(2,1fr)}
  .proc-cell:nth-child(3){border-left:none}
  .proc-cell{border-bottom:1px solid var(--line-dark);padding:28px 20px}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr;row-gap:32px}
  .contact-flex{flex-direction:column}
  .call-bar{display:block}
  section{padding:64px 0}
  footer{padding-top:64px}
  .foot-bottom{padding-bottom:90px}
}
@media (max-width:640px){
  .topbar .bar{padding:10px 20px}
  .topbar .brand-logo{height:36px}
  .topbar .brand span{font-size:16px}
  .tel-pill span{display:none}
  .tel-pill{padding:10px}
  .hero-full{background:var(--navy);padding:52px 0 48px;min-height:0;overflow:visible;display:flex;flex-direction:column}
  .hero-full .container{width:100%;order:1}
  .hero-overlay{display:none}
  .hero-bg{position:relative;order:2;inset:auto;margin:22px 22px 0;border-radius:18px;overflow:hidden;height:0;padding-bottom:75%;aspect-ratio:auto;box-shadow:0 18px 44px rgba(0,0,0,.4)}
  .hero-bg img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}
  .hero-bg-badge{display:flex;align-items:center;gap:8px;position:absolute;top:14px;left:14px;z-index:1;background:var(--white);color:var(--navy);font-size:12px;font-weight:700;padding:9px 14px;border-radius:10px;box-shadow:0 8px 18px rgba(0,0,0,.3)}
  .dot-live{display:block;width:7px;height:7px;border-radius:50%;background:#22C55E;box-shadow:0 0 0 3px rgba(34,197,94,.22);flex:0 0 7px}
  .hero-cta-mobile{display:block;order:3;margin:20px 22px 0}
  .hero-cta-mobile .btn-solid{width:100%;justify-content:center}
  .hero-proof-line{display:flex;order:4;justify-content:center;flex-wrap:wrap;column-gap:22px;row-gap:8px;margin:22px 22px 0}
  .hero-proof-line span{display:flex;align-items:center;gap:8px;font-size:12.5px;color:rgba(255,255,255,.72)}
  .hero-proof-line svg{width:14px;height:14px;color:var(--blue);flex:0 0 14px}
  .hero-copy{order:1;text-align:center}
  .hero-eyebrow{display:none}
  .hero-eyebrow::before{display:none}
  .hero-copy h1{font-size:clamp(30px,8vw,38px)}
  .h1-full{display:none}
  .h1-short{display:block}
  .h1-line{display:block;color:var(--white)}
  .h1-line-city{color:var(--blue);font-size:clamp(22px,8vw,32px);line-height:1.1}
  .h1-line:not(.h1-line-city){font-size:clamp(52px,20vw,76px);line-height:1;margin-bottom:2px}
  .hero-copy .lead{display:none}
  .hero-cta-row{display:none}
  .hero-trust{display:none}
  .hero-trust svg{display:none}
  .hero-trust span:not(:last-child)::after{content:none}
  .svc-card{flex-basis:78vw}
  .proc-row{grid-template-columns:1fr}
  .proc-cell{border-left:none!important}
  .stats-row{grid-template-columns:repeat(2,1fr);gap:26px 18px}
  .foot-grid{grid-template-columns:1fr;gap:26px}
  .contact-tiles{min-width:0}
}
