
:root{
  --orange:#ef6c00;--orange-dark:#d65f00;--text:#151515;--muted:#6b6b6b;
  --line:#e8e8e8;--soft:#f7f7f5;--white:#fff;--radius:16px;
  --shadow:0 10px 30px rgba(0,0,0,.07)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);line-height:1.55;background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}
.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{min-width:150px}
.brand .roof{width:82px;height:24px;position:relative}
.brand .roof:before,.brand .roof:after{content:"";position:absolute;top:12px;width:48px;height:2px;background:var(--orange)}
.brand .roof:before{left:0;transform:rotate(-30deg);transform-origin:left center}
.brand .roof:after{right:0;transform:rotate(30deg);transform-origin:right center}
.brand strong{font-size:26px;letter-spacing:.18em;font-weight:600;display:block;line-height:1}
.brand span{font-size:9px;letter-spacing:.28em;color:#444}
.menu{display:flex;align-items:center;gap:24px;font-size:14px}
.menu a{padding:30px 0;position:relative}
.menu a.active:after{content:"";position:absolute;left:0;right:0;bottom:19px;height:2px;background:var(--orange)}
.actions{display:flex;gap:14px;align-items:center;white-space:nowrap}
.phone{font-weight:700;font-size:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid #d4d4d4;border-radius:7px;font-weight:700;background:#fff}
.btn-primary{background:var(--orange);border-color:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-dark)}
.hero{position:relative;overflow:hidden;background:#eef1f3}
.hero img{width:100%;height:100%;object-fit:cover}
.hero-bg{position:absolute;inset:0}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 36%,rgba(255,255,255,.22) 66%,rgba(255,255,255,0) 100%)}
.hero-inner{position:relative;z-index:1;min-height:510px;display:flex;align-items:center}
.hero-copy{max-width:520px;padding:70px 0}
h1{font-size:56px;line-height:1.02;letter-spacing:-.04em;margin:0 0 20px}
h2{font-size:38px;line-height:1.12;letter-spacing:-.03em;margin:0 0 18px}
h3{margin:0 0 10px}
.accent{color:var(--orange)}
.lead{font-size:19px;color:#2b2b2b;margin:0 0 26px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:30px}
.trust{font-size:13px;font-weight:600}
.section{padding:76px 0}
.soft{background:var(--soft)}
.eyebrow{text-transform:uppercase;color:var(--orange);font-weight:800;letter-spacing:.1em;font-size:12px}
.section-head{max-width:720px;text-align:center;margin:0 auto 38px}
.rating{display:flex;justify-content:center;gap:10px;align-items:center}
.stars{color:var(--orange);letter-spacing:2px}
.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.review-body{padding:22px}
.review-body p{color:var(--muted);margin:0 0 14px}
.review-meta{display:flex;justify-content:space-between;gap:12px;font-weight:700;font-size:14px}

/* Avant / après robuste */
.compare{--pos:50%;position:relative;height:280px;overflow:hidden;background:#ddd}
.compare .compare-before,
.compare .compare-after{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  user-select:none;pointer-events:none
}
.compare .compare-after{clip-path:inset(0 calc(100% - var(--pos)) 0 0)}
.compare .compare-range{
  position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;
  cursor:ew-resize;z-index:5
}
.compare .divider{
  position:absolute;top:0;bottom:0;left:var(--pos);width:2px;background:#fff;
  transform:translateX(-1px);pointer-events:none;z-index:4;
  box-shadow:0 0 0 1px rgba(0,0,0,.08)
}
.compare .handle{
  position:absolute;top:50%;left:var(--pos);transform:translate(-50%,-50%);
  width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #ddd;
  display:grid;place-items:center;font-weight:900;box-shadow:0 3px 12px rgba(0,0,0,.18);
  pointer-events:none;z-index:4
}
.compare .label{
  position:absolute;top:12px;padding:5px 8px;background:rgba(20,20,20,.82);
  color:#fff;font-size:12px;border-radius:5px;z-index:3;pointer-events:none
}
.compare .label.before{left:12px}.compare .label.after{right:12px}

.local-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.local-photo{height:390px;border-radius:var(--radius);overflow:hidden}
.local-photo img{width:100%;height:100%;object-fit:cover}
.local-copy p{color:var(--muted);font-size:17px}
.cities{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-weight:600}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service{padding:26px;border:1px solid var(--line);border-radius:14px}
.service p{color:var(--muted)}
.more{color:var(--orange);font-weight:700}
.page-hero{padding:82px 0;background:linear-gradient(180deg,#fafafa,#fff)}
.page-hero .container{max-width:900px}
.page-hero p{font-size:19px;color:var(--muted)}
.content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:start}
.content-card{padding:28px;border:1px solid var(--line);border-radius:14px;background:#fff}
.list{padding-left:20px}.list li{margin:8px 0}
.cta{background:#171717;color:#fff;padding:38px 0}
.cta-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}
.cta p{color:#ccc;margin:4px 0 0}
.form{display:grid;gap:14px}
.form input,.form textarea{width:100%;padding:14px 15px;border:1px solid #d8d8d8;border-radius:8px;font:inherit}
.form textarea{min-height:140px;resize:vertical}
footer{padding:26px 0;text-align:center;color:#777;font-size:13px}
@media(max-width:980px){
  .menu{display:none}.local-grid,.content-grid{grid-template-columns:1fr}.services{grid-template-columns:1fr}
}
@media(max-width:720px){
  .container{width:min(100% - 28px,1160px)}
  .phone{display:none}.actions .btn{padding:0 13px}
  h1{font-size:42px}h2{font-size:31px}
  .hero-inner{min-height:620px;align-items:flex-end}
  .hero-copy{padding:240px 0 44px}
  .hero-bg:after{background:linear-gradient(0deg,rgba(255,255,255,.99),rgba(255,255,255,.9) 48%,rgba(255,255,255,.18) 82%)}
  .review-grid{grid-template-columns:1fr}.compare{height:240px}
  .cta-inner{align-items:flex-start;flex-direction:column}
}


/* V3 — local proof & chantier storytelling */
.local-proofbar{background:#171717;color:#fff;padding:13px 0;font-size:13px}
.local-proofbar .container{display:flex;justify-content:center;gap:28px;flex-wrap:wrap}
.local-proofbar span{color:#d8d8d8}.chantiers{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.chantier-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.chantier-content{padding:22px}.chantier-place{display:inline-flex;gap:7px;color:var(--orange);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.chantier-content h3{font-size:22px}.chantier-content p{color:var(--muted)}
.client-quote{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);font-size:15px;color:#333}.client-quote strong{display:block;margin-top:9px;color:#151515}
.review-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:30px}.google-review{padding:26px;border:1px solid var(--line);border-radius:14px;background:#fff}
.review-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:16px}.review-name{font-weight:800;font-size:17px}.review-date{font-size:12px;color:#888}.google-review blockquote{margin:0;color:#3d3d3d;font-size:16px;line-height:1.65}.owner-reply{margin-top:16px;padding:14px 16px;background:var(--soft);border-radius:9px;color:#555;font-size:14px}
.local-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;padding:22px 24px;border:1px solid #f3d6bf;background:#fff8f2;border-radius:14px}.local-cta strong{font-size:19px}.local-cta p{margin:3px 0 0;color:#666}
.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.proof-item{padding:16px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:14px;font-weight:700}
@media(max-width:800px){.chantiers,.review-wall{grid-template-columns:1fr}.local-proofbar .container{justify-content:flex-start;gap:10px 18px}.proof-strip{grid-template-columns:1fr}.local-cta{align-items:flex-start;flex-direction:column}}


/* ==========================================================
   V4 — cleaner desktop header + more spectacular hero
   ========================================================== */

.container{
  width:min(1480px,calc(100% - 64px));
}

/* Header: one stable line */
header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
}
.nav{
  min-height:96px;
  display:grid;
  grid-template-columns:170px minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
}
.brand{
  min-width:0;
  width:150px;
}
.brand .roof{width:92px;height:25px}
.brand .roof:before,.brand .roof:after{width:54px}
.brand strong{
  font-size:28px;
  letter-spacing:.19em;
}
.brand span{
  font-size:10px;
  letter-spacing:.34em;
}

.menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(20px,2vw,34px);
  flex-wrap:nowrap;
  min-width:0;
  font-size:15px;
  font-weight:650;
  white-space:nowrap;
}
.menu a{
  padding:36px 0 32px;
  line-height:1;
  flex:0 0 auto;
}
.menu a.active:after{
  bottom:23px;
  height:2px;
}
.actions{
  flex:0 0 auto;
  gap:18px;
}
.actions .phone{
  font-size:15px;
  font-weight:750;
}
.actions .btn{
  white-space:nowrap;
  min-height:50px;
  padding:0 22px;
  font-weight:750;
}

/* Local strip feels integrated with the header */
.local-proofbar{
  padding:11px 0;
  font-size:13px;
  background:#171717;
}
.local-proofbar .container{
  gap:38px;
  white-space:nowrap;
}

/* Dramatic hero image */
.hero{
  min-height:580px;
  background:#13191d;
}
.hero-bg{
  inset:0;
}
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:66% 50%;
  filter:saturate(1.06) contrast(1.04);
  transform:scale(1.015);
}
.hero-bg:after{
  background:
    linear-gradient(90deg,
      rgba(10,17,22,.86) 0%,
      rgba(10,17,22,.70) 31%,
      rgba(10,17,22,.25) 56%,
      rgba(10,17,22,.04) 78%,
      rgba(10,17,22,0) 100%),
    linear-gradient(0deg,rgba(0,0,0,.22),rgba(0,0,0,0) 45%);
}
.hero-inner{
  min-height:580px;
}
.hero-copy{
  max-width:590px;
  padding:76px 0 68px;
  color:#fff;
}
.hero h1{
  color:#fff;
  font-size:64px;
  line-height:.98;
  text-shadow:0 2px 12px rgba(0,0,0,.18);
}
.hero .lead{
  color:rgba(255,255,255,.96);
  max-width:530px;
  font-size:19px;
  line-height:1.6;
}
.hero .btn:not(.btn-primary){
  background:rgba(20,20,20,.16);
  border-color:rgba(255,255,255,.72);
  color:#fff;
  backdrop-filter:blur(5px);
}
.hero .trust-row{
  margin-top:34px;
  gap:34px;
}
.hero .trust{
  color:#fff;
  font-weight:700;
  text-shadow:0 1px 6px rgba(0,0,0,.28);
}

/* Slightly denser first content section, as in the target mockup */
.hero + .section{
  padding-top:58px;
}

/* Keep desktop menu stable longer */
@media (max-width:1260px){
  .container{width:min(100% - 40px,1480px)}
  .nav{
    grid-template-columns:145px minmax(0,1fr) auto;
    gap:20px;
  }
  .brand{width:130px}
  .brand strong{font-size:24px}
  .menu{
    gap:17px;
    font-size:14px;
  }
  .actions{gap:10px}
  .actions .phone{font-size:14px}
  .actions .btn{padding:0 15px}
}

@media (max-width:1050px){
  .nav{
    display:flex;
    min-height:82px;
  }
  .menu{display:none}
  .actions{margin-left:auto}
  .local-proofbar .container{
    white-space:normal;
    gap:10px 22px;
  }
  .hero,
  .hero-inner{min-height:560px}
  .hero h1{font-size:56px}
}

@media (max-width:720px){
  .container{width:min(100% - 28px,1480px)}
  .nav{min-height:76px}
  .brand{width:115px}
  .brand .roof{width:74px}
  .brand strong{font-size:22px}
  .actions .btn{min-height:42px}
  .hero,
  .hero-inner{min-height:610px}
  .hero-bg img{
    object-position:68% 38%;
  }
  .hero-bg:after{
    background:
      linear-gradient(0deg,
        rgba(10,17,22,.94) 0%,
        rgba(10,17,22,.80) 45%,
        rgba(10,17,22,.18) 78%,
        rgba(10,17,22,.04) 100%);
  }
  .hero-copy{
    padding:260px 0 42px;
  }
  .hero h1{
    font-size:46px;
  }
  .hero .lead{
    font-size:17px;
  }
}


/* ==========================================================
   V5 — approved homepage hero + image banners on inner pages
   ========================================================== */

/* Homepage hero: taller and much less cropped */
.hero{
  min-height:700px;
}
.hero-inner{
  min-height:700px;
}
.hero-bg img{
  object-fit:cover;
  object-position:center center;
  transform:none;
}
.hero-bg:after{
  background:
    linear-gradient(90deg,
      rgba(10,17,22,.82) 0%,
      rgba(10,17,22,.66) 32%,
      rgba(10,17,22,.25) 58%,
      rgba(10,17,22,.04) 82%,
      rgba(10,17,22,0) 100%),
    linear-gradient(0deg,rgba(0,0,0,.18),rgba(0,0,0,0) 42%);
}
.hero-copy{
  padding:90px 0 82px;
}
.hero h1{
  font-size:68px;
}

/* Interior page banner */
.page-hero--image{
  --page-bg:none;
  position:relative;
  min-height:320px;
  padding:0;
  display:flex;
  align-items:center;
  overflow:hidden;
  background-image:var(--page-bg);
  background-size:cover;
  background-position:center;
  color:#fff;
}
.page-hero--image .page-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(10,14,18,.80) 0%,rgba(10,14,18,.56) 46%,rgba(10,14,18,.25) 100%),
    linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,0));
}
.page-hero--image .page-hero-content{
  position:relative;
  z-index:2;
  max-width:1480px;
  width:min(1480px,calc(100% - 64px));
  padding:62px 0;
}
.page-hero--image h1{
  color:#fff;
  max-width:850px;
  font-size:48px;
  margin-bottom:14px;
  text-shadow:0 2px 10px rgba(0,0,0,.2);
}
.page-hero--image p{
  color:rgba(255,255,255,.92);
  max-width:720px;
  font-size:18px;
  margin:0;
}
.page-hero--image .eyebrow{
  color:#ff8a22;
  margin-bottom:10px;
}

/* Tune individual focal points */
body:has(.page-hero[style*="banner-couverture"]) .page-hero--image{background-position:center 58%}
body:has(.page-hero[style*="banner-entretien"]) .page-hero--image{background-position:center 55%}
body:has(.page-hero[style*="banner-facades"]) .page-hero--image{background-position:center 54%}
body:has(.page-hero[style*="banner-realisations"]) .page-hero--image{background-position:center 55%}
body:has(.page-hero[style*="banner-a-propos"]) .page-hero--image{background-position:center 46%}
body:has(.page-hero[style*="banner-contact"]) .page-hero--image{background-position:center 47%}

@media(max-width:1050px){
  .hero,.hero-inner{min-height:640px}
  .hero h1{font-size:58px}
  .page-hero--image{min-height:290px}
  .page-hero--image .page-hero-content{
    width:min(100% - 40px,1480px);
    padding:54px 0;
  }
}
@media(max-width:720px){
  .hero,.hero-inner{min-height:650px}
  .hero-bg img{
    object-position:63% center;
  }
  .hero h1{font-size:46px}
  .hero-copy{padding:270px 0 44px}
  .page-hero--image{
    min-height:260px;
  }
  .page-hero--image .page-hero-content{
    width:min(100% - 28px,1480px);
    padding:44px 0;
  }
  .page-hero--image h1{
    font-size:36px;
  }
  .page-hero--image p{
    font-size:16px;
  }
}


/* ==========================================================
   V6 FIX — visual service cards
   ========================================================== */
.service-showcase{background:#fff}
.service-showcase .section-head{max-width:980px;margin-bottom:34px}
.service-showcase .section-head h2{font-size:46px;margin-top:8px}
.service-intro{max-width:900px;margin:0 auto;font-size:18px;color:#444}
.svc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.svc-card{
  display:grid;grid-template-columns:1.03fr .97fr;min-height:290px;
  border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.06)
}
.svc-img{min-height:290px;overflow:hidden}
.svc-img img{width:100%;height:100%;object-fit:cover}
.svc-content{
  padding:24px 22px;display:flex;flex-direction:column;
  align-items:flex-start;justify-content:center
}
.svc-icon{
  width:50px;height:50px;border:1px solid #e8e8e8;border-radius:50%;
  display:grid;place-items:center;color:var(--orange);font-size:22px;
  box-shadow:0 4px 12px rgba(0,0,0,.05);margin-bottom:16px
}
.svc-content h3{font-size:22px;line-height:1.15;margin-bottom:10px}
.svc-line{display:block;width:36px;height:2px;background:var(--orange);margin-bottom:14px}
.svc-content p{margin:0;color:#555;font-size:15px;line-height:1.55}
.svc-cta{
  margin:28px auto 0;max-width:980px;padding:18px 22px;border:1px solid var(--line);
  background:#faf9f6;border-radius:12px;display:flex;align-items:center;
  justify-content:space-between;gap:22px
}
.svc-cta div{display:flex;flex-direction:column;gap:4px}
.svc-cta strong{font-size:17px}
.svc-cta span{color:#666;font-size:14px}
@media(max-width:1180px){
  .svc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .service-showcase .section-head h2{font-size:34px}
  .svc-grid{grid-template-columns:1fr}
  .svc-card{grid-template-columns:1fr}
  .svc-img{min-height:220px;max-height:250px}
  .svc-cta{align-items:flex-start;flex-direction:column}
}


/* V7 — stronger before/after visuals */
.compare{
  background:#eee;
}
.compare .compare-before,
.compare .compare-after{
  object-fit:cover;
  object-position:center;
}
.drone-proof{
  margin-top:34px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:34px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.drone-proof__image{
  min-height:330px;
}
.drone-proof__image img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
}
.drone-proof__content{
  padding:30px 34px 30px 0;
}
.drone-proof__content h2{
  font-size:32px;
}
.drone-proof__content p{
  color:var(--muted);
}
@media(max-width:800px){
  .drone-proof{grid-template-columns:1fr}
  .drone-proof__content{padding:0 24px 28px}
}


/* ==========================================================
   V8 — H1 + local chantier anchor CTA
   ========================================================== */
.page-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  width:100%;
  max-width:1180px;
}
.page-title-row h1{
  margin-bottom:0;
  flex:1 1 auto;
}
.hero-chantiers-link{
  flex:0 0 auto;
  min-height:50px;
  padding:0 20px;
  white-space:nowrap;
  box-shadow:0 8px 20px rgba(0,0,0,.14);
}
#chantiers-pres-de-chez-vous{
  scroll-margin-top:130px;
}
@media(max-width:900px){
  .page-title-row{
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
  }
  .hero-chantiers-link{
    white-space:normal;
  }
}


/* ==========================================================
   V9 — service CTA links + project-based realisations
   ========================================================== */

/* Service cards */
.svc-content{
  justify-content:flex-start;
  padding-top:30px;
}
.svc-icon{display:none !important}
.svc-contact-link{
  margin-top:auto;
  padding-top:18px;
  color:var(--orange);
  font-weight:800;
  font-size:14px;
  display:inline-flex;
  gap:7px;
  align-items:center;
}
.svc-contact-link span{
  transition:transform .2s ease;
}
.svc-contact-link:hover span{
  transform:translateX(4px);
}
.svc-contact-link:hover{
  color:var(--orange-dark);
}

/* Contact */
.form-label{
  font-weight:700;
  font-size:14px;
  margin-bottom:-6px;
}
.form select{
  width:100%;
  padding:14px 42px 14px 15px;
  border:1px solid #d8d8d8;
  border-radius:8px;
  background:#fff;
  font:inherit;
  color:#222;
}
.form select.is-preselected{
  border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(239,108,0,.10);
}

/* Realisations */
.projects-intro{
  padding-bottom:34px;
}
.projects-list{
  padding-bottom:70px;
}
.project-story{
  padding:64px 0;
}
.project-story--soft{
  background:var(--soft);
}
.project-story__grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);
  gap:58px;
  align-items:center;
}
.project-story__grid--reverse .project-gallery{
  order:2;
}
.project-story__grid--reverse .project-story__content{
  order:1;
}
.project-gallery{
  display:grid;
  gap:12px;
}
.project-gallery--2{
  grid-template-columns:1fr 1fr;
}
.project-gallery img{
  width:100%;
  height:370px;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.project-gallery--featured{
  grid-template-columns:1.45fr .75fr;
  grid-template-rows:1fr 1fr;
}
.project-gallery--featured img:first-child{
  grid-row:1 / 3;
  height:500px;
}
.project-gallery--featured img:not(:first-child){
  height:244px;
}
.project-location{
  color:var(--orange);
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
  margin-bottom:12px;
}
.project-story__content h2{
  font-size:40px;
  margin-bottom:16px;
}
.project-lead{
  font-size:17px;
  color:#555;
  margin-bottom:18px;
}
.project-tags{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.project-tags span{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  font-weight:700;
}
.project-story--soft .project-tags span{
  background:#fff;
}
.project-review{
  margin:0 0 24px;
  padding:20px 22px;
  border-left:3px solid var(--orange);
  background:#fff;
  border-radius:0 10px 10px 0;
  font-size:16px;
  line-height:1.65;
  box-shadow:0 6px 20px rgba(0,0,0,.04);
}
.project-review strong{
  display:block;
  margin-top:10px;
  font-size:13px;
}

@media(max-width:980px){
  .project-story__grid,
  .project-story__grid--reverse{
    grid-template-columns:1fr;
  }
  .project-story__grid--reverse .project-gallery,
  .project-story__grid--reverse .project-story__content{
    order:initial;
  }
}
@media(max-width:650px){
  .project-gallery--2{
    grid-template-columns:1fr;
  }
  .project-gallery img{
    height:250px;
  }
  .project-gallery--featured{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  .project-gallery--featured img:first-child{
    grid-column:1 / 3;
    grid-row:auto;
    height:280px;
  }
  .project-gallery--featured img:not(:first-child){
    height:170px;
  }
  .project-story__content h2{
    font-size:31px;
  }
}


/* ==========================================================
   V10 — compact inner heroes, calmer H2s, stronger reviews
   ========================================================== */

/* Inner page banners only */
.page-hero--image{
  min-height:200px !important;
}
.page-hero--image .page-hero-content{
  padding:34px 0 !important;
}
.page-hero--image h1{
  font-size:42px !important;
  line-height:1.05;
  margin-bottom:8px;
}
.page-hero--image p{
  font-size:16px;
  line-height:1.45;
  max-width:680px;
}

/* More restrained section headings */
.section{
  padding-top:58px;
  padding-bottom:58px;
}
.section-head{
  margin-bottom:28px;
}
.section-head h2,
.service-showcase .section-head h2{
  font-size:clamp(34px,3vw,44px) !important;
  line-height:1.08;
  letter-spacing:-.025em;
  margin-top:6px;
  margin-bottom:14px;
}
.service-showcase .section-head{
  max-width:900px;
  margin-bottom:30px;
}
.service-intro,
.section-head p{
  font-size:17px !important;
  line-height:1.55;
  max-width:820px;
}

/* Homepage review wall */
.home-review-wall{
  background:#f7f6f3;
}
.home-review-wall .section-head{
  max-width:780px;
}
.review-wall-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.review-wall-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px;
  display:flex;
  flex-direction:column;
  min-height:230px;
  box-shadow:0 7px 22px rgba(0,0,0,.045);
}
.review-wall-stars{
  color:#f2a900;
  letter-spacing:2px;
  font-size:18px;
  margin-bottom:15px;
}
.review-wall-card blockquote{
  margin:0;
  padding:0;
  border:0;
  font-size:16px;
  line-height:1.62;
  color:#333;
}
.review-wall-author{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.review-wall-author strong{
  font-size:14px;
}
.review-wall-author span{
  font-size:12px;
  color:var(--muted);
}
.review-wall-card--cta{
  background:#171717;
  color:#fff;
  justify-content:center;
}
.review-wall-card--cta h3{
  color:#fff;
  font-size:25px;
  margin-bottom:10px;
}
.review-wall-card--cta p{
  color:rgba(255,255,255,.76);
  font-size:14px;
}
.review-wall-card--cta .btn{
  margin-top:16px;
  align-self:flex-start;
}

@media(max-width:1000px){
  .review-wall-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .page-hero--image{min-height:160px !important}
  .page-hero--image .page-hero-content{padding:26px 0 !important}
  .page-hero--image h1{font-size:34px !important}
  .page-hero--image p{font-size:14px}
  .section{padding-top:44px;padding-bottom:44px}
  .review-wall-grid{grid-template-columns:1fr}
}


/* ==========================================================
   V11 — stronger local proof + cleaner before/after imagery
   ========================================================== */
.local-map-section{
  background:#fff;
}
.local-map-card{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 36px rgba(0,0,0,.06);
}
.local-map-visual{
  min-height:390px;
  position:relative;
  overflow:hidden;
  background:#edf1e8;
}
.local-map-visual img{
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
  filter:saturate(.85) contrast(.96);
}
.local-map-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 57% 48%,rgba(239,108,0,.16) 0 12%,rgba(239,108,0,.06) 12% 24%,transparent 24%);
  pointer-events:none;
}
.map-home-pin{
  position:absolute;
  z-index:2;
  left:57%;
  top:48%;
  transform:translate(-50%,-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:12px 16px;
  border-radius:12px;
  background:rgba(255,255,255,.94);
  box-shadow:0 8px 25px rgba(0,0,0,.16);
}
.map-pin-dot{
  width:18px;
  height:18px;
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  background:var(--orange);
  margin-bottom:7px;
}
.map-home-pin strong{
  color:var(--orange);
  font-size:13px;
  letter-spacing:.06em;
}
.map-home-pin small{
  color:#555;
  margin-top:2px;
}
.local-map-copy{
  padding:42px 46px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.local-map-copy h2{
  font-size:clamp(34px,3vw,44px);
  line-height:1.06;
  margin:7px 0 15px;
}
.local-map-copy > p{
  max-width:720px;
  color:#555;
  font-size:17px;
}
.local-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
  margin:24px 0 18px;
}
.local-benefits div{
  border:1px solid var(--line);
  border-radius:10px;
  padding:14px;
  background:#faf9f6;
}
.local-benefits strong,
.local-benefits span{
  display:block;
}
.local-benefits strong{
  font-size:14px;
  margin-bottom:4px;
}
.local-benefits span{
  font-size:12px;
  color:#666;
  line-height:1.4;
}
.local-towns{
  font-size:13px;
  font-weight:750;
  color:#444;
  margin-bottom:20px;
}
.local-map-copy .btn{
  align-self:flex-start;
}

/* Better framing for comparison sliders */
.compare{
  aspect-ratio:16/7;
  min-height:0 !important;
}
.compare img,
.compare .compare-before,
.compare .compare-after{
  width:100%;
  height:100%;
  object-fit:cover !important;
  object-position:center !important;
}
.chantier-card .compare{
  max-height:430px;
}

@media(max-width:980px){
  .local-map-card{
    grid-template-columns:1fr;
  }
  .local-map-visual,
  .local-map-visual img{
    min-height:300px;
  }
}
@media(max-width:720px){
  .local-map-copy{
    padding:28px 22px;
  }
  .local-benefits{
    grid-template-columns:1fr;
  }
  .local-map-visual,
  .local-map-visual img{
    min-height:250px;
  }
  .compare{
    aspect-ratio:4/3;
  }
}


/* ==========================================================
   V12 — wider Haute-Savoie map + cleaner local block
   ========================================================== */

.local-map-card--v12{
  grid-template-columns:minmax(0,1.25fr) minmax(430px,.75fr);
  min-height:430px;
}

.local-map-visual--v12{
  min-height:430px;
  background:#edf2e9;
}

.local-map-visual--v12 img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  object-position:center;
  filter:none;
}

/* Remove the old radial target effect: the full department is the proof now. */
.local-map-visual--v12:after{
  display:none;
}

.map-74-badge{
  position:absolute;
  left:24px;
  bottom:24px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 15px;
  border-radius:10px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 7px 24px rgba(0,0,0,.12);
}

.map-74-badge strong{
  color:var(--orange);
  font-size:24px;
  line-height:1;
}

.map-74-badge span{
  font-size:12px;
  font-weight:750;
}

.local-map-copy--v12{
  padding:42px 42px;
}

.local-map-copy--v12 h2{
  max-width:600px;
}

.local-benefits--v12{
  grid-template-columns:1fr;
  margin:22px 0;
}

.local-benefits--v12 div{
  padding:12px 14px;
}

@media(max-width:1050px){
  .local-map-card--v12{
    grid-template-columns:1fr;
  }
  .local-map-visual--v12,
  .local-map-visual--v12 img{
    min-height:340px;
  }
}

@media(max-width:720px){
  .local-map-visual--v12,
  .local-map-visual--v12 img{
    min-height:270px;
  }
  .local-map-copy--v12{
    padding:28px 22px;
  }
  .map-74-badge{
    left:14px;
    bottom:14px;
  }
}


/* ==========================================================
   V12 + suivi de chantier (sans photo)
   ========================================================== */
.suivi-section--text{
  background:#fff;
}
.suivi-card--text{
  background:#171717;
  color:#fff;
  border-radius:18px;
  padding:44px 48px;
  box-shadow:0 14px 38px rgba(0,0,0,.08);
}
.suivi-card--text h2{
  color:#fff;
  font-size:clamp(36px,3.2vw,48px);
  line-height:1.06;
  margin:8px 0 16px;
}
.suivi-intro{
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.6;
  max-width:1080px;
}
.suivi-card--text .suivi-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin:34px 0 28px;
}
.suivi-card--text .suivi-steps div{
  border-top:1px solid rgba(255,255,255,.16);
  padding-top:18px;
}
.suivi-card--text .suivi-steps span{
  width:42px;
  height:42px;
  border:2px solid var(--orange);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--orange);
  font-weight:800;
  font-size:18px;
  margin-bottom:14px;
}
.suivi-card--text .suivi-steps strong{
  display:block;
  font-size:16px;
  margin-bottom:5px;
}
.suivi-card--text .suivi-steps small{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.45;
}
.suivi-card--text .suivi-quote{
  margin:0;
  padding:20px 22px;
  border-left:4px solid var(--orange);
  background:rgba(255,255,255,.06);
  border-radius:0 10px 10px 0;
  font-size:18px;
  line-height:1.55;
}
.suivi-card--text .suivi-quote strong{
  color:var(--orange);
}
@media(max-width:900px){
  .suivi-card--text .suivi-steps{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:620px){
  .suivi-card--text{
    padding:30px 22px;
  }
  .suivi-card--text .suivi-steps{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   V14 — map as background, greyed with overlay
   ========================================================== */
.local-map-bg-section{
  position:relative;
  min-height:430px;
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#1a1a1a;
  color:#fff;
}
.local-map-bg-media{
  position:absolute;
  inset:0;
}
.local-map-bg-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:grayscale(1) saturate(.2) contrast(.92) brightness(.78);
}
.local-map-bg-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(18,18,18,.90) 0%,
      rgba(18,18,18,.76) 34%,
      rgba(18,18,18,.52) 60%,
      rgba(18,18,18,.34) 100%);
}
.local-map-bg-content{
  position:relative;
  z-index:2;
  padding:58px 0;
  max-width:1180px;
}
.local-map-bg-content .eyebrow{
  color:#ff7a00;
}
.local-map-bg-content h2{
  color:#fff;
  font-size:clamp(38px,4vw,54px);
  line-height:1.02;
  max-width:760px;
  margin:8px 0 16px;
}
.local-map-bg-content > p{
  max-width:820px;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.6;
}
.local-map-bg-content > p strong{
  color:#fff;
}
.local-map-bg-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:980px;
  margin:28px 0 24px;
}
.local-map-bg-points div{
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(0,0,0,.22);
  backdrop-filter:blur(4px);
}
.local-map-bg-points strong,
.local-map-bg-points span{
  display:block;
}
.local-map-bg-points strong{
  font-size:14px;
  margin-bottom:4px;
}
.local-map-bg-points span{
  color:rgba(255,255,255,.68);
  font-size:12px;
  line-height:1.45;
}
.local-map-bg-content .btn{
  margin-top:2px;
}

@media(max-width:900px){
  .local-map-bg-section{min-height:500px}
  .local-map-bg-points{grid-template-columns:1fr}
}
@media(max-width:620px){
  .local-map-bg-section{min-height:560px}
  .local-map-bg-content{padding:42px 0}
  .local-map-bg-content h2{font-size:36px}
  .local-map-bg-content > p{font-size:16px}
}


/* ==========================================================
   V15 — polish local trust, header emphasis, about page
   ========================================================== */

/* Header proof bar stronger */
.local-proofbar,
.proofbar{
  font-weight:700;
}
.local-proofbar strong,
.proofbar strong{
  font-weight:800;
  color:#fff;
}

/* Make the 3 local trust blocks more visible */
.local-trust-grid,
.local-badges,
.about-trust-grid{
  gap:18px !important;
}
.local-trust-grid > *,
.local-badges > *,
.about-trust-grid > *{
  background:#171717 !important;
  color:#fff !important;
  border-color:#ef6c00 !important;
  border-radius:14px !important;
  box-shadow:0 10px 28px rgba(0,0,0,.09) !important;
  padding:22px 24px !important;
}
.local-trust-grid strong,
.local-badges strong,
.about-trust-grid strong{
  color:#fff !important;
  font-size:17px !important;
}

/* Generic enhancement for the 3 existing simple blocks on About */
.about-v15 + .cta{}
.page-hero + .section .content-card{
  border-radius:14px;
}

/* About V15 */
.about-v15{
  background:#fff;
}
.about-v15-intro{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:60px;
  align-items:start;
  margin-bottom:52px;
}
.about-v15-intro h2{
  font-size:clamp(36px,3.3vw,48px);
  line-height:1.05;
  margin:8px 0 0;
}
.about-v15-lead p{
  font-size:17px;
  line-height:1.7;
  color:#555;
  margin:0 0 16px;
}
.about-v15-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:34px;
}
.about-v15-story,
.about-v15-quote{
  border:1px solid var(--line);
  border-radius:16px;
  padding:30px;
  background:#fff;
}
.about-v15-story h3{
  font-size:28px;
  line-height:1.15;
}
.about-v15-story p{
  color:#555;
  line-height:1.7;
}
.about-v15-values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:24px;
}
.about-v15-values div{
  background:#faf9f6;
  border:1px solid var(--line);
  border-radius:10px;
  padding:16px;
}
.about-v15-values strong,
.about-v15-values span{
  display:block;
}
.about-v15-values strong{
  margin-bottom:4px;
}
.about-v15-values span{
  color:#666;
  font-size:12px;
  line-height:1.4;
}
.about-v15-quote{
  background:#faf8f3;
}
.about-v15-quote blockquote{
  margin:14px 0 8px;
  padding:0;
  border:0;
  font-size:23px;
  line-height:1.45;
  font-weight:700;
}
.about-v15-quote > strong{
  color:var(--orange);
}
.about-v15-mini{
  display:grid;
  gap:12px;
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid var(--line);
}
.about-v15-mini div{
  display:grid;
  gap:3px;
}
.about-v15-mini span{
  color:#666;
  font-size:13px;
}
.about-v15-proof{
  margin-top:28px;
  background:#171717;
  color:#fff;
  border-radius:14px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
}
.about-v15-proof div{
  padding:24px 26px;
  border-right:1px solid rgba(255,255,255,.12);
}
.about-v15-proof div:last-child{
  border-right:0;
}
.about-v15-proof strong,
.about-v15-proof span{
  display:block;
}
.about-v15-proof strong{
  font-size:21px;
  margin-bottom:4px;
}
.about-v15-proof span{
  color:rgba(255,255,255,.68);
  font-size:12px;
}

/* About hero: mountains more visible */
body:has(.about-v15) .page-hero--image{
  background-position:center 44% !important;
}

/* Remove empty remnants from deleted guarantee items */
.trust:empty,
.service:empty{
  display:none;
}

@media(max-width:900px){
  .about-v15-intro,
  .about-v15-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .about-v15-values,
  .about-v15-proof{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:620px){
  .about-v15-values,
  .about-v15-proof{
    grid-template-columns:1fr;
  }
  .about-v15-proof div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
}


/* ==========================================================
   V16 — urgence fuite toiture
   ========================================================== */

.urgence-home{
  background:#171717;
  color:#fff;
  padding:34px 0;
}
.urgence-home__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.urgence-home__copy{
  max-width:880px;
}
.urgence-home__copy .eyebrow{
  color:#ff7a00;
}
.urgence-home__copy h2{
  color:#fff;
  margin:6px 0 10px;
  font-size:clamp(30px,3vw,42px);
}
.urgence-home__copy p{
  color:rgba(255,255,255,.74);
  margin:0;
  max-width:850px;
}
.urgence-home__meta{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}
.urgence-home__meta span{
  border:1px solid rgba(255,255,255,.17);
  background:rgba(255,255,255,.05);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:700;
}
.urgence-home__actions{
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.urgence-home__link{
  background:transparent;
  border-color:#555;
  color:#fff;
}

.urgence-hero{
  background:linear-gradient(135deg,#191919,#282828);
  color:#fff;
  padding:76px 0;
}
.urgence-hero__grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:54px;
  align-items:center;
}
.urgence-hero__copy h1{
  color:#fff;
  font-size:clamp(46px,5vw,68px);
  max-width:900px;
  margin:8px 0 18px;
}
.urgence-hero__copy > p{
  color:rgba(255,255,255,.8);
  max-width:780px;
  font-size:18px;
  line-height:1.65;
}
.urgence-hero__copy .btn:not(.btn-primary){
  background:transparent;
  color:#fff;
  border-color:#666;
}
.urgence-hero__facts{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.urgence-hero__facts span{
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  padding:8px 11px;
  font-size:12px;
}
.urgence-hero__aside{
  background:#fff;
  color:#171717;
  border-radius:16px;
  padding:28px;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}
.urgence-hero__aside strong{
  display:block;
  font-size:22px;
  margin-bottom:14px;
}
.urgence-hero__aside ul{
  margin:0;
  padding-left:20px;
}
.urgence-hero__aside li{
  margin:10px 0;
}

.urgence-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.urgence-steps article{
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px;
  background:#fff;
}
.urgence-steps span{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--orange);
  color:#fff;
  font-weight:800;
  margin-bottom:15px;
}
.urgence-steps h3{
  font-size:20px;
}
.urgence-steps p{
  color:var(--muted);
  font-size:14px;
}

.urgence-warning{
  background:#fff;
}
.urgence-warning h3{
  font-size:26px;
}
.urgence-warning .btn{
  margin-top:10px;
}

.urgence-local{
  padding:46px 0;
  background:#fff7f0;
  border-top:1px solid #f3ded0;
  border-bottom:1px solid #f3ded0;
}
.urgence-local__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.urgence-local h2{
  margin:6px 0 8px;
  font-size:34px;
}
.urgence-local p{
  color:#666;
  margin:0;
}

@media(max-width:900px){
  .urgence-home__inner,
  .urgence-local__inner{
    align-items:flex-start;
    flex-direction:column;
  }
  .urgence-home__actions{
    flex-direction:row;
    flex-wrap:wrap;
  }
  .urgence-hero__grid{
    grid-template-columns:1fr;
  }
  .urgence-steps{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:620px){
  .urgence-steps{
    grid-template-columns:1fr;
  }
  .urgence-hero{
    padding:52px 0;
  }
  .urgence-home__actions{
    flex-direction:column;
    width:100%;
  }
}


/* ==========================================================
   V17 — orange emergency block + experience highlight
   ========================================================== */

/* Homepage emergency block in orange */
.urgence-home{
  background:linear-gradient(135deg,#f36f00,#e95f00) !important;
  color:#fff;
}
.urgence-home__copy .eyebrow{
  color:#fff !important;
}
.urgence-home__copy h2{
  color:#fff;
}
.urgence-home__copy p{
  color:rgba(255,255,255,.92);
}
.urgence-home__meta span{
  border-color:rgba(255,255,255,.30);
  background:rgba(255,255,255,.10);
}
.urgence-home__phone{
  background:#171717 !important;
  border-color:#171717 !important;
  color:#fff !important;
}
.urgence-home__link{
  background:transparent !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.65) !important;
}

/* 10 years experience strip */
.experience-strip{
  background:#fff;
  padding:22px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.experience-strip__inner{
  display:flex;
  align-items:center;
  gap:18px;
}
.experience-strip__number{
  flex:0 0 auto;
  width:76px;
  height:76px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff4ea;
  color:var(--orange);
  font-size:28px;
  font-weight:850;
  border:1px solid #f3d8c3;
}
.experience-strip__inner strong,
.experience-strip__inner span{
  display:block;
}
.experience-strip__inner strong{
  font-size:18px;
  margin-bottom:3px;
}
.experience-strip__inner span{
  color:#666;
  font-size:14px;
  line-height:1.5;
  max-width:920px;
}

@media(max-width:620px){
  .experience-strip__inner{
    align-items:flex-start;
  }
  .experience-strip__number{
    width:62px;
    height:62px;
    font-size:23px;
  }
}


/* ==========================================================
   V18 — emergency link in black header proof bar
   ========================================================== */
.local-proofbar .proofbar-urgence{
  display:inline-flex;
  align-items:center;
  color:#ff7900;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
  transition:opacity .18s ease, transform .18s ease;
}
.local-proofbar .proofbar-urgence:hover{
  opacity:.82;
  transform:translateX(2px);
}
@media(max-width:800px){
  .local-proofbar .proofbar-urgence{
    width:100%;
  }
}


/* ==========================================================
   V19 — dedicated emergency page, compact visual layout
   ========================================================== */

.urgence-v19{
  background:#fff;
}
.urgence-v19-hero{
  padding:42px 0 26px;
}
.urgence-v19-hero__grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:44px;
  align-items:center;
}
.urgence-v19-breadcrumb{
  color:#777;
  font-size:12px;
  margin-bottom:20px;
}
.urgence-v19-hero__copy h1{
  font-size:48px;
  line-height:1;
  margin:0 0 8px;
}
.urgence-v19-hero__copy h2{
  color:var(--orange);
  font-size:27px;
  margin:0 0 18px;
}
.urgence-v19-hero__copy p{
  color:#555;
  font-size:16px;
  line-height:1.65;
  max-width:680px;
}
.urgence-v19-hero__visual{
  height:330px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
}
.urgence-v19-hero__visual:before{
  content:"";
  position:absolute;
  left:-60px;
  top:0;
  bottom:0;
  width:120px;
  background:#fff;
  transform:skewX(-18deg);
  z-index:2;
}
.urgence-v19-hero__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.urgence-v19-signs,
.urgence-v19-process,
.urgence-v19-trust{
  padding-top:34px;
  padding-bottom:34px;
}
.urgence-v19-signs .section-head,
.urgence-v19-process .section-head,
.urgence-v19-trust .section-head{
  margin-bottom:24px;
}
.urgence-v19-signs .section-head h2,
.urgence-v19-process .section-head h2,
.urgence-v19-trust .section-head h2{
  font-size:31px !important;
}
.urgence-v19-signs__grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
  text-align:center;
}
.urgence-v19-signs__grid article{
  padding:12px 8px;
}
.urgence-v19-signs__grid span{
  color:var(--orange);
  font-size:28px;
  display:block;
  margin-bottom:8px;
}
.urgence-v19-signs__grid strong,
.urgence-v19-signs__grid small{
  display:block;
}
.urgence-v19-signs__grid strong{
  font-size:14px;
}
.urgence-v19-signs__grid small{
  color:#666;
  font-size:11px;
  margin-top:3px;
}

.urgence-v19-process{
  background:#fafafa;
}
.urgence-v19-process__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.urgence-v19-process__grid article{
  position:relative;
  min-height:230px;
  padding:28px 22px 22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.05);
  text-align:center;
}
.urgence-v19-process__grid b{
  position:absolute;
  top:14px;
  left:14px;
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
}
.urgence-v19-process__grid span{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  margin:10px auto 14px;
  border:1px solid #f1d1bb;
  border-radius:50%;
  color:var(--orange);
  font-size:26px;
}
.urgence-v19-process__grid h3{
  font-size:17px;
}
.urgence-v19-process__grid p{
  color:#666;
  font-size:12px;
  line-height:1.5;
}

.urgence-v19-trust__grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  text-align:center;
}
.urgence-v19-trust__grid div{
  padding:10px 12px;
  border-right:1px solid var(--line);
}
.urgence-v19-trust__grid div:last-child{
  border-right:0;
}
.urgence-v19-trust__grid span{
  color:var(--orange);
  display:block;
  font-size:22px;
  margin-bottom:8px;
}
.urgence-v19-trust__grid strong,
.urgence-v19-trust__grid small{
  display:block;
}
.urgence-v19-trust__grid strong{
  font-size:13px;
}
.urgence-v19-trust__grid small{
  color:#666;
  font-size:11px;
}

.urgence-v19-contact{
  background:#faf7f3;
  padding-top:36px;
  padding-bottom:36px;
}
.urgence-v19-contact__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.urgence-v19-contact__card{
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  padding:24px;
}
.urgence-v19-contact__card--kevin{
  display:grid;
  grid-template-columns:1fr 210px;
  overflow:hidden;
  padding:0;
}
.urgence-v19-contact__copy{
  padding:26px;
}
.urgence-v19-contact__copy h2{
  font-size:27px;
}
.urgence-v19-contact__copy p{
  color:#666;
}
.urgence-v19-contact__copy strong{
  display:block;
  margin-bottom:18px;
}
.urgence-v19-contact__card--kevin img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.urgence-v19-form{
  display:grid;
  gap:10px;
}
.urgence-v19-form label{
  font-size:13px;
  font-weight:700;
}
.urgence-v19-form input,
.urgence-v19-form select,
.urgence-v19-form textarea{
  width:100%;
  padding:12px 13px;
  border:1px solid #d8d8d8;
  border-radius:8px;
  font:inherit;
}
.urgence-v19-form textarea{
  min-height:110px;
  resize:vertical;
}

.urgence-v19-footerbar{
  padding:20px 0;
  background:#171717;
  color:#fff;
}
.urgence-v19-footerbar__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.urgence-v19-footerbar__grid div{
  padding:4px 18px;
  border-right:1px solid rgba(255,255,255,.12);
}
.urgence-v19-footerbar__grid div:last-child{
  border-right:0;
}
.urgence-v19-footerbar__grid strong,
.urgence-v19-footerbar__grid span{
  display:block;
}
.urgence-v19-footerbar__grid strong{
  color:#fff;
  font-size:14px;
}
.urgence-v19-footerbar__grid span{
  color:rgba(255,255,255,.65);
  font-size:11px;
  margin-top:3px;
}

@media(max-width:950px){
  .urgence-v19-hero__grid{
    grid-template-columns:1fr;
  }
  .urgence-v19-hero__visual{
    height:280px;
  }
  .urgence-v19-signs__grid{
    grid-template-columns:repeat(3,1fr);
  }
  .urgence-v19-process__grid{
    grid-template-columns:repeat(2,1fr);
  }
  .urgence-v19-trust__grid{
    grid-template-columns:repeat(3,1fr);
  }
  .urgence-v19-contact__grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .urgence-v19-hero__copy h1{
    font-size:40px;
  }
  .urgence-v19-signs__grid{
    grid-template-columns:1fr 1fr;
  }
  .urgence-v19-process__grid,
  .urgence-v19-trust__grid{
    grid-template-columns:1fr;
  }
  .urgence-v19-contact__card--kevin{
    grid-template-columns:1fr;
  }
  .urgence-v19-contact__card--kevin img{
    height:230px;
  }
  .urgence-v19-footerbar__grid{
    grid-template-columns:1fr;
  }
  .urgence-v19-footerbar__grid div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
}


/* ==========================================================
   V20 — Urgence page matching reference layout
   ========================================================== */

.u20{
  background:#fff;
}
.u20 .container{
  width:min(1180px,calc(100% - 40px));
}
.u20-section{
  padding:44px 0;
}
.u20 h2{
  letter-spacing:-.025em;
}

/* HERO */
.u20-hero{
  padding:28px 0 30px;
}
.u20-hero-grid{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  align-items:center;
  gap:34px;
}
.u20-breadcrumb{
  color:#888;
  font-size:11px;
  margin-bottom:24px;
}
.u20-hero-copy h1{
  font-size:46px;
  line-height:1;
  margin:0 0 8px;
}
.u20-hero-copy h2{
  color:var(--orange);
  font-size:27px;
  margin:0 0 18px;
}
.u20-hero-copy p{
  font-size:15px;
  line-height:1.7;
  color:#444;
  margin:0 0 24px;
}
.u20-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.u20-outline{
  background:#fff !important;
  color:#171717 !important;
  border-color:#a9a9a9 !important;
}
.u20-hero-image{
  position:relative;
  height:315px;
  overflow:hidden;
  border-radius:0 18px 18px 0;
}
.u20-hero-image:before{
  content:"";
  position:absolute;
  left:-70px;
  top:-10%;
  width:160px;
  height:120%;
  background:#fff;
  transform:skewX(-24deg);
  z-index:2;
}
.u20-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/* HEADINGS */
.u20-signs h2,
.u20-trust h2,
.u20-heading h2{
  text-align:center;
  font-size:31px;
  margin:0 0 10px;
}
.u20-heading p{
  text-align:center;
  margin:0;
  color:#666;
  font-size:14px;
}

/* SIGNS */
.u20-signs{
  padding-top:36px;
  padding-bottom:34px;
}
.u20-signs-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  margin-top:28px;
}
.u20-signs-grid > div{
  text-align:center;
  position:relative;
  padding:0 22px;
}
.u20-signs-grid > div:not(:last-child):after{
  content:"";
  position:absolute;
  right:0;
  top:18%;
  width:1px;
  height:62%;
  background:#e7e7e7;
}
.u20-icon{
  display:block;
  color:var(--orange);
  font-size:28px;
  line-height:1;
  margin-bottom:12px;
}
.u20-signs-grid strong,
.u20-signs-grid small{
  display:block;
}
.u20-signs-grid strong{
  font-size:14px;
  line-height:1.3;
}
.u20-signs-grid small{
  margin-top:4px;
  color:#555;
  font-size:11px;
  line-height:1.35;
}

/* PROCESS */
.u20-process{
  padding-top:30px;
  padding-bottom:38px;
}
.u20-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:30px;
}
.u20-process-grid article{
  position:relative;
  min-height:250px;
  background:#fff;
  border:1px solid #ececec;
  border-radius:10px;
  padding:32px 24px 25px;
  text-align:center;
  box-shadow:0 9px 26px rgba(0,0,0,.06);
}
.u20-process-grid b{
  position:absolute;
  top:14px;
  left:14px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
}
.u20-round-icon{
  width:62px;
  height:62px;
  margin:8px auto 16px;
  border-radius:50%;
  border:1px solid #eee;
  display:grid;
  place-items:center;
  color:var(--orange);
  font-size:29px;
}
.u20-process-grid h3{
  font-size:16px;
  margin-bottom:10px;
}
.u20-process-grid p{
  color:#555;
  font-size:12px;
  line-height:1.65;
  margin:0;
}

/* TRUST */
.u20-trust{
  padding-top:28px;
  padding-bottom:30px;
}
.u20-trust-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin-top:28px;
}
.u20-trust-grid > div{
  text-align:center;
  padding:0 20px;
  position:relative;
}
.u20-trust-grid > div:not(:last-child):after{
  content:"";
  position:absolute;
  top:13%;
  right:0;
  width:1px;
  height:74%;
  background:#e6e6e6;
}
.u20-trust-grid span{
  display:block;
  color:var(--orange);
  font-size:24px;
  margin-bottom:10px;
}
.u20-trust-grid strong,
.u20-trust-grid small{
  display:block;
}
.u20-trust-grid strong{
  font-size:13px;
}
.u20-trust-grid small{
  font-size:11px;
  color:#555;
  margin-top:3px;
}

/* CONTACT */
.u20-contact{
  padding:20px 0 26px;
}
.u20-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.u20-kevin-card,
.u20-form{
  min-height:300px;
  border-radius:10px;
  background:#fffaf6;
  border:1px solid #f2e8df;
}
.u20-kevin-card{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  overflow:hidden;
}
.u20-kevin-copy{
  padding:30px 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.u20-kevin-copy h2{
  font-size:28px;
  margin:0 0 16px;
}
.u20-kevin-copy p{
  color:#555;
  line-height:1.6;
  font-size:14px;
}
.u20-kevin-copy > strong{
  font-family:Georgia,serif;
  font-style:italic;
  font-size:18px;
  font-weight:400;
}
.u20-kevin-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.u20-form{
  display:grid;
  align-content:start;
  gap:10px;
  padding:26px;
}
.u20-form label{
  font-weight:700;
  font-size:13px;
}
.u20-form select,
.u20-form textarea{
  width:100%;
  border:1px solid #d5d5d5;
  border-radius:6px;
  padding:12px 13px;
  font:inherit;
  background:#fff;
}
.u20-form textarea{
  min-height:128px;
  resize:vertical;
}
.u20-form .btn{
  margin-top:3px;
}

/* BOTTOM BAR */
.u20-bottom{
  padding:10px 0 24px;
}
.u20-bottom-grid{
  background:#171717;
  color:#fff;
  border-radius:9px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:20px 24px;
}
.u20-bottom-grid > div{
  display:grid;
  grid-template-columns:42px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
  padding:0 24px;
  border-right:1px solid rgba(255,255,255,.13);
}
.u20-bottom-grid > div:last-child{
  border-right:0;
}
.u20-bottom-icon{
  grid-row:1/3;
  color:var(--orange);
  font-size:28px;
}
.u20-bottom-grid strong{
  font-size:13px;
}
.u20-bottom-grid small{
  color:rgba(255,255,255,.68);
  font-size:11px;
  margin-top:2px;
}

@media(max-width:950px){
  .u20-hero-grid{
    grid-template-columns:1fr;
  }
  .u20-hero-image{
    height:280px;
    border-radius:14px;
  }
  .u20-hero-image:before{
    display:none;
  }
  .u20-signs-grid{
    grid-template-columns:repeat(3,1fr);
    row-gap:26px;
  }
  .u20-signs-grid > div:after{
    display:none;
  }
  .u20-process-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .u20-trust-grid{
    grid-template-columns:repeat(3,1fr);
    row-gap:28px;
  }
  .u20-trust-grid > div:after{
    display:none;
  }
  .u20-contact-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .u20 .container{
    width:min(100% - 28px,1180px);
  }
  .u20-hero-copy h1{
    font-size:38px;
  }
  .u20-signs-grid{
    grid-template-columns:1fr 1fr;
  }
  .u20-process-grid,
  .u20-trust-grid{
    grid-template-columns:1fr;
  }
  .u20-kevin-card{
    grid-template-columns:1fr;
  }
  .u20-kevin-card img{
    height:230px;
  }
  .u20-bottom-grid{
    grid-template-columns:1fr;
  }
  .u20-bottom-grid > div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.13);
    padding:14px 8px;
  }
  .u20-bottom-grid > div:last-child{
    border-bottom:0;
  }
}


/* ==========================================================
   V23 — supplied Entreprise Kévin logo
   Base: V21
   ========================================================== */
.brand.brand-logo-v23{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  width:180px;
  min-width:180px;
  padding:7px 0;
}
.brand.brand-logo-v23 img{
  display:block;
  width:100%;
  height:auto;
  max-height:74px;
  object-fit:contain;
  object-position:left center;
}
.brand.brand-logo-v23 .roof,
.brand.brand-logo-v23 strong,
.brand.brand-logo-v23 span{
  display:none !important;
}

@media(max-width:1260px){
  .brand.brand-logo-v23{
    width:158px;
    min-width:158px;
  }
}
@media(max-width:720px){
  .brand.brand-logo-v23{
    width:132px;
    min-width:132px;
  }
  .brand.brand-logo-v23 img{
    max-height:58px;
  }
}


/* ==========================================================
   V24 — supplied real photo collection
   Used only in services, before/after and réalisations
   ========================================================== */
.svc-img img{
  object-fit:cover;
  object-position:center;
}
.compare .compare-before,
.compare .compare-after{
  object-fit:cover !important;
  object-position:center !important;
}
.project-gallery img{
  object-fit:cover;
  object-position:center;
}


/* ==========================================================
   V25 — responsive mobile navigation
   ========================================================== */

.mobile-header-actions,
.mobile-nav-panel,
.mobile-nav-backdrop{
  display:none;
}

@media(max-width:1050px){
  body.mobile-nav-open{
    overflow:hidden;
  }

  /* Compact mobile/tablet header */
  header .nav{
    display:flex !important;
    min-height:76px;
    gap:14px;
  }

  .brand.brand-logo-v23{
    width:142px !important;
    min-width:142px !important;
    margin-right:auto;
  }

  header .menu,
  header .actions{
    display:none !important;
  }

  .mobile-header-actions{
    display:flex;
    align-items:center;
    gap:9px;
    margin-left:auto;
  }

  .mobile-phone{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border:1px solid #e1e1e1;
    border-radius:8px;
    font-size:18px;
    font-weight:800;
    background:#fff;
    color:#111;
  }

  .mobile-nav-toggle{
    width:46px;
    height:44px;
    border:0;
    border-radius:8px;
    background:#171717;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    cursor:pointer;
  }

  .mobile-nav-toggle span{
    width:21px;
    height:2px;
    background:#fff;
    border-radius:99px;
    transition:transform .22s ease, opacity .22s ease;
  }

  body.mobile-nav-open .mobile-nav-toggle span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }
  body.mobile-nav-open .mobile-nav-toggle span:nth-child(2){
    opacity:0;
  }
  body.mobile-nav-open .mobile-nav-toggle span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .mobile-nav-backdrop{
    display:block;
    position:fixed;
    z-index:89;
    inset:0;
    background:rgba(0,0,0,.46);
    opacity:0;
    visibility:hidden;
    transition:opacity .24s ease, visibility .24s ease;
  }

  .mobile-nav-panel{
    display:flex;
    flex-direction:column;
    position:fixed;
    z-index:90;
    top:0;
    right:0;
    bottom:0;
    width:min(390px,88vw);
    background:#fff;
    transform:translateX(102%);
    transition:transform .28s cubic-bezier(.2,.8,.2,1);
    box-shadow:-18px 0 50px rgba(0,0,0,.16);
    overflow-y:auto;
  }

  body.mobile-nav-open .mobile-nav-backdrop{
    opacity:1;
    visibility:visible;
  }

  body.mobile-nav-open .mobile-nav-panel{
    transform:translateX(0);
  }

  .mobile-nav-panel__top{
    min-height:76px;
    padding:0 20px 0 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #ececec;
  }

  .mobile-nav-panel__top span{
    font-size:13px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.12em;
  }

  .mobile-nav-close{
    width:42px;
    height:42px;
    border:0;
    background:#f5f5f5;
    border-radius:50%;
    font-size:27px;
    line-height:1;
    cursor:pointer;
  }

  .mobile-nav-links{
    display:flex;
    flex-direction:column;
    padding:13px 24px 8px;
  }

  .mobile-nav-links a{
    position:relative;
    display:flex;
    align-items:center;
    min-height:55px;
    border-bottom:1px solid #ededed;
    font-size:18px;
    font-weight:750;
    color:#171717;
  }

  .mobile-nav-links a:after{
    content:"›";
    margin-left:auto;
    color:#a3a3a3;
    font-size:25px;
    font-weight:400;
  }

  .mobile-nav-links .mobile-nav-urgent{
    color:var(--orange);
  }

  .mobile-nav-links .mobile-nav-urgent:before{
    content:"!";
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    margin-right:10px;
    border-radius:50%;
    background:#fff1e6;
    color:var(--orange);
    font-size:13px;
    font-weight:900;
  }

  .mobile-nav-contact{
    margin-top:auto;
    padding:22px 24px 28px;
    background:#f7f7f5;
  }

  .mobile-nav-contact .btn{
    width:100%;
    margin-bottom:11px;
  }

  .mobile-nav-phone{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    border:1px solid #d7d7d7;
    border-radius:7px;
    background:#fff;
    font-weight:800;
  }

  .mobile-nav-contact small{
    display:block;
    margin-top:14px;
    text-align:center;
    color:#777;
    font-size:11px;
  }

  /* Keep the black proof strip usable instead of overflowing */
  .local-proofbar{
    padding:9px 0;
  }
  .local-proofbar .container{
    overflow-x:auto;
    scrollbar-width:none;
    gap:22px !important;
    white-space:nowrap !important;
    padding-bottom:1px;
  }
  .local-proofbar .container::-webkit-scrollbar{
    display:none;
  }
  .local-proofbar .container > *{
    flex:0 0 auto;
  }
}

@media(max-width:620px){
  header .nav{
    min-height:68px;
  }

  .brand.brand-logo-v23{
    width:118px !important;
    min-width:118px !important;
  }

  .brand.brand-logo-v23 img{
    max-height:52px !important;
  }

  .mobile-phone{
    width:40px;
    height:40px;
  }

  .mobile-nav-toggle{
    width:42px;
    height:40px;
  }

  .mobile-nav-panel__top{
    min-height:68px;
  }

  .mobile-nav-links a{
    min-height:52px;
    font-size:17px;
  }

  .local-proofbar{
    font-size:11px;
  }
}


/* ==========================================================
   V26 — mobile cleanup + before/after fix + urgence cleanup
   ========================================================== */

/* Hide the black local proof strip on mobile/tablet.
   The same information is already available in the menu and page content. */
@media(max-width:800px){
  .local-proofbar{
    display:none !important;
  }
}

/* Force before/after blocks to occupy the complete card width.
   This fixes the empty white area on the right. */
.chantier-card{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
}
.chantier-card .compare{
  position:relative !important;
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:100% !important;
  height:auto !important;
  aspect-ratio:16/9 !important;
  overflow:hidden !important;
  background:#ddd;
}
.chantier-card .compare .compare-before,
.chantier-card .compare .compare-after{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
@media(max-width:800px){
  .chantier-card .compare{
    aspect-ratio:4/3 !important;
  }
}

/* Cleaner urgency portrait */
.u21-kevin-card img{
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* ==========================================================
   V27 — homepage order + correct chantier anchors
   ========================================================== */
#chantiers-pres-de-chez-vous{
  scroll-margin-top:105px;
}

@media(max-width:800px){
  #chantiers-pres-de-chez-vous{
    scroll-margin-top:76px;
  }
}

/* V28 — photos réelles de chantiers */
.project-gallery img,.svc-img img{object-fit:cover;}
.project-gallery--featured img{min-height:210px;}
@media(max-width:800px){.project-gallery--featured img{min-height:0;aspect-ratio:4/3;}}


/* ==========================================================
   V32 — compact service cards / remove letterbox effect
   ========================================================== */
@media (min-width:761px){
  .service-showcase .svc-grid{
    gap:18px;
  }
  .service-showcase .svc-card{
    height:270px;
    min-height:0;
    grid-template-columns:1fr 1fr;
  }
  .service-showcase .svc-img{
    height:270px;
    min-height:0;
    max-height:none;
    background:#eee;
  }
  .service-showcase .svc-img img{
    display:block;
    width:100%;
    height:100%;
    min-width:100%;
    min-height:100%;
    object-fit:cover !important;
    object-position:center !important;
  }
  .service-showcase .svc-content{
    min-width:0;
    padding:22px 20px 18px;
  }
  .service-showcase .svc-content h3{
    font-size:21px;
    margin-bottom:8px;
  }
  .service-showcase .svc-line{
    margin-bottom:11px;
  }
  .service-showcase .svc-content p{
    font-size:14px;
    line-height:1.45;
  }
  .service-showcase .svc-contact-link{
    padding-top:12px;
  }
}
@media (max-width:760px){
  .service-showcase .svc-card{
    min-height:0;
  }
  .service-showcase .svc-img{
    height:210px;
    min-height:210px;
    max-height:210px;
  }
  .service-showcase .svc-img img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover !important;
  }
  .service-showcase .svc-content{
    padding:20px;
  }
  .service-showcase .svc-contact-link{
    margin-top:16px;
    padding-top:0;
  }
}

/* V34 — pages légales et éléments production */
.site-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-legal{display:flex;gap:18px;flex-wrap:wrap}.footer-legal a{color:inherit;opacity:.8;text-decoration:none}.footer-legal a:hover{opacity:1;text-decoration:underline}.legal-page{padding:54px 0 80px}.legal-page .legal-wrap{max-width:900px}.legal-page h1{font-size:clamp(34px,5vw,56px);margin:0 0 8px}.legal-page .legal-updated{color:var(--muted);margin-bottom:40px}.legal-page h2{font-size:26px;margin:38px 0 12px}.legal-page p,.legal-page li{line-height:1.75}.legal-page ul{padding-left:22px}.legal-page a{color:var(--orange,#e96919)}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.privacy-check{display:flex!important;gap:10px;align-items:flex-start;font-size:13px;line-height:1.45;color:var(--muted)}.privacy-check input{width:auto!important;margin-top:3px}.form-status{display:none;border-radius:8px;padding:12px 14px;margin-bottom:14px;font-weight:700;font-size:14px}.form-status.is-visible{display:block}.form-status.is-success{background:#ecf8ef;color:#17652b;border:1px solid #b9e2c3}.form-status.is-error{background:#fff1ee;color:#9a2b1c;border:1px solid #f2c2ba}.u21-form input,.u21-form select,.u21-form textarea{width:100%;box-sizing:border-box}.u21-form .privacy-check a{color:inherit;text-decoration:underline}@media(max-width:700px){.site-footer-inner{justify-content:center;text-align:center}.footer-legal{justify-content:center}.legal-page{padding:36px 0 60px}}
