:root {
  --yellow: #ffc400;
  --yellow-2: #ffd21f;
  --black: #050505;
  --ink: #101010;
  --muted: #5c5c5c;
  --line: #e3e3e3;
  --paper: #fff;
  --page: min(94vw, 1410px);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --condensed: "Arial Narrow", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --animate-duration: 700ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.icon { width: 1em; height: 1em; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 3.15; stroke-linecap: round; stroke-linejoin: round; }
.icon .fill { fill: currentColor; stroke: none; }

@media (prefers-reduced-motion: reduce) {
  [data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Header */
.site-header { height: clamp(72px, 5.8vw, 82px); position: relative; z-index: 50; background: #030303; color: #fff; }
.header-inner { width: var(--page); height: 100%; margin: auto; display: flex; align-items: center; gap: clamp(8px, 1vw, 15px); }
.brand { width: clamp(205px, 21vw, 245px); flex: 0 0 auto; }
.brand img { width: 100%; height: clamp(62px, 5.3vw, 74px); object-fit: contain; object-position: left center; }
.desktop-nav { height: 100%; margin-left: auto; display: flex; align-items: stretch; gap: clamp(18px, 2.2vw, 36px); }
.nav-link { position: relative; border: 0; padding: 0; display: flex; align-items: center; gap: 6px; background: transparent; color: #fff; white-space: nowrap; font: 900 clamp(10px, .72vw, 12px)/1 var(--condensed); }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 12px; height: 2px; background: var(--yellow); transform: scaleX(0); transition: .2s ease; }
.nav-link:hover::after, .nav-link.is-active::after, .nav-dropdown.is-active > .nav-link::after, .nav-dropdown.is-open > .nav-link::after { transform: scaleX(1); }
.nav-dropdown-toggle:focus { outline: none; }
.nav-dropdown-toggle:focus-visible { box-shadow: none; }
.nav-caret { width: 14px; height: 14px; flex: 0 0 14px; position: relative; display: block; }
.nav-caret::before { content: ""; width: 7px; height: 7px; position: absolute; left: 50%; top: 50%; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translate(-50%, -65%) rotate(45deg); transform-origin: center; transition: transform .2s ease; }
.nav-dropdown { height: 100%; position: relative; display: flex; align-items: stretch; }
.nav-dropdown.is-open .nav-caret::before { transform: translate(-50%, -35%) rotate(225deg); }
.desktop-nav .services-dropdown { min-width: 245px; padding: 8px 0; position: absolute; z-index: 80; left: 50%; top: calc(100% - 1px); border-top: 3px solid var(--yellow); border-radius: 0 0 4px 4px; background: #090909; box-shadow: 0 14px 28px #0008; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 9px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.desktop-nav .nav-dropdown:hover .services-dropdown,
.desktop-nav .nav-dropdown:focus-within .services-dropdown,
.desktop-nav .nav-dropdown.is-open .services-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.desktop-nav .services-dropdown a { min-height: 42px; padding: 0 18px; border-bottom: 1px solid #242424; display: flex; align-items: center; color: #f1f1f1; font: 800 12px/1.2 var(--body); transition: .18s ease; }
.desktop-nav .services-dropdown a:last-child { border-bottom: 0; }
.desktop-nav .services-dropdown a:hover, .desktop-nav .services-dropdown a:focus { padding-left: 23px; background: var(--yellow); color: #050505; outline: none; }
.header-phone { margin-left: clamp(20px, 2.5vw, 38px); display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-weight: 900; font-size: clamp(12px, 1vw, 15px); }
.header-phone .icon { width: 22px; height: 22px; color: var(--yellow); fill: var(--yellow); stroke: var(--yellow); stroke-width: 2; }
.header-phone:hover .icon { filter: drop-shadow(0 0 5px #ffc40077); }
.header-quote { min-height: clamp(36px, 3.8vw, 52px); margin-left: clamp(4px, .8vw, 12px); padding: 0 clamp(13px, 1.7vw, 25px); display: inline-flex; align-items: center; justify-content: center; gap: 12px; white-space: nowrap; border-radius: 3px; background: linear-gradient(135deg, var(--yellow-2), var(--yellow)); box-shadow: 0 5px 14px #0008; color: #050505; font: 900 clamp(9px, .72vw, 12px)/1 var(--condensed); }
.header-quote .icon { width: 14px; height: 14px; stroke-width: 4; }
.menu-toggle, .mobile-nav { display: none; }

/* Hero */
.hero { --hero-chevron-width: clamp(76px, 8.2vw, 122px); --hero-cut-top: clamp(63.84px, 6.888vw, 102.48px); --hero-cut-middle: clamp(26.6px, 2.87vw, 42.7px); height: clamp(355px, 37vw, 550px); position: relative; isolation: isolate; overflow: hidden; background: #030303; color: #fff; }
.hero-inner { width: var(--page); height: 100%; margin: auto; position: relative; z-index: 6; display: flex; align-items: center; }
.hero-copybox { width: 51.5%; padding-right: clamp(18px, 2.5vw, 38px); }
.hero-photo { position: absolute; z-index: 1; inset: 0 0 0 46%; background-image: var(--hero-image); background-position: var(--hero-position, 54% center); background-size: cover; clip-path: polygon(var(--hero-cut-top) 0, 100% 0, 100% 100%, var(--hero-chevron-width) 100%, var(--hero-cut-middle) 50%); }
.hero::before, .hero::after { content: ""; position: absolute; top: 0; bottom: 0; pointer-events: none; }
.hero::before { z-index: 3; left: 46%; width: var(--hero-chevron-width); background: linear-gradient(180deg, #ffd21a 0%, #ffc400 100%); clip-path: polygon(43% 0, 66% 0, 17% 50%, 82% 100%, 58% 100%, 0 50%); filter: drop-shadow(5px 0 6px #0009); }
.hero::after { z-index: 4; left: 46%; width: var(--hero-chevron-width); background: linear-gradient(180deg, #2c2c2c 0%, #111 55%, #1b1b1b 100%); clip-path: polygon(66% 0, 84% 0, 35% 50%, 100% 100%, 82% 100%, 17% 50%); }
.hero-kicker { margin: 0 0 11px; color: var(--yellow); font: 900 clamp(10px, .9vw, 14px)/1 var(--condensed); text-transform: uppercase; }
.hero h1 { margin: 0; color: #fff; font: 900 clamp(46px, 5vw, 74px)/.98 var(--display); letter-spacing: .005em; text-transform: uppercase; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.home-main-hero h1 { max-width: none; font-size: clamp(34px, 3.65vw, 58px); letter-spacing: 0; }
.home-main-hero h1 em { display: block; white-space: nowrap; }
.home-main-hero .hero-description { max-width: min(470px, 36vw); }
.projects-hero h1 { font-size: clamp(48px, 5.2vw, 68px); letter-spacing: -.015em; }
.hero-description { max-width: 505px; margin: 18px 0 21px; color: #f0f0f0; font-size: clamp(14px, 1.08vw, 18px); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.hero-actions .btn .icon { width: 23px; height: 23px; stroke-width: 3.45; }
.hero-actions [data-icon="clipboard"] .icon { width: 29px; height: 29px; color: #050505; stroke: #050505; stroke-width: 3.8; }
.hero-actions [data-icon="phone"] .icon { width: 27px; height: 27px; color: var(--yellow); fill: var(--yellow); stroke: var(--yellow); stroke-width: 2.2; }
.btn { min-height: clamp(39px, 4vw, 54px); padding: 0 clamp(18px, 2vw, 27px); border: 2px solid var(--yellow); border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; background: linear-gradient(135deg, var(--yellow-2), var(--yellow)); color: #050505; font: 900 clamp(9px, .82vw, 12px)/1 var(--condensed); text-transform: uppercase; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-outline { background: transparent; color: #fff; }
.btn .icon { width: 18px; height: 18px; }

/* Shared */
.section { width: var(--page); margin: auto; padding: clamp(34px, 4vw, 58px) 0; }
.section-head { margin: 0 auto clamp(28px, 2.4vw, 36px); text-align: center; }
.kicker { margin: 0 0 7px; color: var(--yellow); font: 900 clamp(11px, .8vw, 14px)/1 var(--condensed); text-transform: uppercase; }
.section-head h2, .block-title { margin: 0; font: 900 clamp(27px, 3vw, 43px)/1.04 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.title-line { width: 34px; height: 3px; margin: 11px auto 0; display: block; background: var(--yellow); }
.title-line.left { margin-left: 0; }
.section-lead { max-width: 720px; margin: 13px auto 0; color: #555; font-size: clamp(13px, .95vw, 16px); line-height: 1.55; }
.card { border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: 0 4px 15px #00000009; }
.round-icon { width: clamp(58px, 6.2vw, 80px); height: clamp(58px, 6.2vw, 80px); border-radius: 50%; display: grid; place-items: center; background: #050505; color: var(--yellow); }
.round-icon .icon { width: 54%; height: 54%; stroke-width: 3.35; }
.outline-button { min-height: 40px; padding: 0 17px; border: 1px solid #111; border-radius: 3px; display: inline-flex; align-items: center; gap: 20px; font: 900 clamp(11px, .76vw, 13px)/1 var(--condensed); text-transform: uppercase; }
.outline-button .icon { width: 14px; height: 14px; color: var(--yellow); stroke-width: 4; }

/* Service cards */
.services-grid { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 17px; }
.service-card { grid-column: span 2; min-width: 0; min-height: 220px; padding: 20px 13px 17px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.service-card[id] { scroll-margin-top: 105px; }
.service-card:nth-child(6) { grid-column: 2 / span 2; }
.service-card h3 { margin: 13px 0 9px; font: 900 clamp(15px, 1.7vw, 23px)/1 var(--display); text-transform: uppercase; }
.service-card p { margin: 0; color: #3f3f3f; font-size: clamp(11px, .8vw, 14px); line-height: 1.55; }
.service-card a { margin-top: auto; padding-top: 13px; color: #111; font: 900 clamp(10px, .7vw, 12px)/1 var(--condensed); }
.service-card a span { color: var(--yellow); font-size: 17px; margin-left: 5px; }

/* Dark metric strips */
.dark-strip { background: #030303; color: #fff; }
.strip-inner { width: var(--page); margin: auto; padding: 28px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.strip-item { min-width: 0; min-height: 82px; padding: 0 16px; border-right: 1px solid #565656; display: flex; align-items: center; gap: 14px; }
.strip-item:last-child { border-right: 0; }
.strip-icon { color: var(--yellow); }
.strip-icon .icon { width: clamp(44px, 4.8vw, 65px); height: clamp(44px, 4.8vw, 65px); stroke-width: 3.35; }
.strip-item strong { display: block; color: var(--yellow); font: 900 clamp(24px, 3vw, 42px)/1 var(--display); text-transform: uppercase; }
.strip-item h3 { margin: 3px 0 5px; font: 900 clamp(10px, 1.1vw, 15px)/1 var(--condensed); text-transform: uppercase; }
.strip-item p { margin: 0; color: #d9d9d9; font-size: clamp(10px, .72vw, 13px); line-height: 1.35; }
.strip-item.compact strong { color: #fff; font: 900 clamp(13px, .9vw, 16px)/1.1 var(--condensed); }
.strip-item.compact p { margin-top: 6px; }
.strip-title { width: var(--page); margin: 0 auto; padding-top: 16px; color: var(--yellow); text-align: center; font: 900 11px/1 var(--condensed); }
.about-stats .strip-inner { padding: 28px 0; }

/* Method */
.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.step { position: relative; padding: 0 16px; text-align: center; }
.step::before, .step::after { content: ""; position: absolute; top: 19px; width: calc(50% - 25px); border-top: 2px dotted #a6a6a6; }
.step::before { left: 0; }.step::after { right: 0; }
.step:first-child::before, .step:last-child::after { display: none; }
.step-number { width: 40px; height: 40px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center; background: #050505; color: var(--yellow); font: 900 20px/1 var(--display); }
.step h3 { margin: 0 0 9px; font: 900 clamp(12px, .85vw, 15px)/1.1 var(--condensed); text-transform: uppercase; }
.step p { margin: 0; color: #444; font-size: clamp(11px, .76vw, 13px); line-height: 1.5; }

/* CTA */
.cta-wrap { width: var(--page); margin: 0 auto; padding: clamp(34px, 3.8vw, 54px) 0; }
.cta { min-height: 108px; padding: 16px 38px 16px 24px; position: relative; overflow: hidden; border-radius: 4px; display: grid; grid-template-columns: 90px minmax(0, 1fr) auto; align-items: center; gap: 17px; background: linear-gradient(130deg, #050505 70%, #1d1d1d 70% 94%, var(--yellow) 94%); color: #fff; }
.cta::after { content: ""; position: absolute; right: 47px; top: -35px; width: 68px; height: 160px; border-left: 2px solid #353535; transform: skewX(-28deg); }
.cta-badge { color: var(--yellow); }
.cta-badge .icon { width: 68px; height: 68px; }
.cta .kicker { margin: 0 0 3px; }
.cta h2 { margin: 0; font: 900 clamp(25px, 3vw, 41px)/1 var(--display); text-transform: uppercase; }
.cta p { margin: 2px 0 0; font-size: clamp(11px, .78vw, 13px); }
.cta .btn { min-width: clamp(210px, 23vw, 310px); margin-right: clamp(42px, 4.5vw, 72px); position: relative; z-index: 2; }

/* Footer */
.site-footer { padding: 13px 0 8px; background: #030303; color: #fff; }
.footer-inner { width: var(--page); margin: auto; display: grid; grid-template-columns: 1.35fr 1.05fr .95fr .75fr 1.15fr; }
.footer-inner > div { min-width: 0; min-height: 165px; padding: 0 19px; border-right: 1px solid #555; }
.footer-inner > div:first-child { padding-left: 0; }
.footer-inner > div:last-child { padding-right: 0; border-right: 0; }
.footer-brand img { width: 185px; height: 52px; object-fit: contain; object-position: left; }
.footer-inner h3 { margin: 8px 0 12px; font: 900 clamp(12px, .82vw, 14px)/1 var(--condensed); }
.footer-inner p, .footer-inner li { color: #dedede; font-size: clamp(11px, .74vw, 13px); line-height: 1.5; }
.footer-inner ul { margin: 0; padding: 0; list-style: none; }
.footer-inner li { margin-bottom: 4px; }
.footer-column a { display: inline-block; transition: color .18s ease, transform .18s ease; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--yellow); transform: translateX(4px); }
.footer-contact li { display: flex; gap: 7px; align-items: flex-start; }
.footer-contact .icon { width: 12px; height: 12px; margin-top: 1px; color: var(--yellow); }
.socials { display: flex; gap: 11px; margin-top: 14px; }
.socials a { width: 32px; height: 32px; border: 2px solid var(--yellow); border-radius: 50%; display: grid; place-items: center; color: var(--yellow); font: 900 14px/1 Arial; transition: .18s ease; }
.socials a:hover, .socials a:focus-visible { background: var(--yellow); color: #050505; transform: translateY(-2px); }
.footer-zone { display: flex; flex-direction: column; }
.footer-zone > p { margin: 0 0 4px; }
.footer-mini-map { margin-top: auto; display: grid; grid-template-columns: minmax(105px, 1.08fr) minmax(76px, .92fr); align-items: center; gap: 10px; }
.footer-mini-map svg { width: 100%; height: 91px; overflow: visible; filter: drop-shadow(0 5px 8px #000); }
.footer-zone-shape { cursor: pointer; outline: none; }
.footer-zone-shape path { fill: #292929; stroke: #777; stroke-width: .8; vector-effect: non-scaling-stroke; transition: fill .18s ease, stroke .18s ease, filter .18s ease; }
.footer-zone-shape:hover path, .footer-zone-shape:focus path { fill: #454545; stroke: var(--yellow); }
.footer-zone-shape.is-active path { fill: var(--yellow); stroke: #fff; filter: drop-shadow(0 0 3px #ffc400cc); }
.footer-zone-label { fill: #fff; stroke: #111; stroke-width: .65px; paint-order: stroke; font: 900 4px/1 Arial; text-anchor: middle; dominant-baseline: central; pointer-events: none; }
.footer-zone-label[data-footer-zone-label="75"], .footer-zone-label[data-footer-zone-label="92"], .footer-zone-label[data-footer-zone-label="93"], .footer-zone-label[data-footer-zone-label="94"] { font-size: 3px; }
.footer-zone-label.is-active { fill: #080808; stroke: #fff; stroke-width: .35px; }
.footer-zone-meta { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.footer-zone-meta strong { color: var(--yellow); font: 900 clamp(24px, 2vw, 31px)/.85 var(--display); }
.footer-zone-meta > span { margin-top: 4px; color: #fff; font: 900 clamp(10px, .72vw, 13px)/1.05 var(--condensed); text-transform: uppercase; }
.footer-map-button { margin-top: 9px; display: inline-flex; align-items: center; gap: 4px; color: var(--yellow); font: 900 clamp(9px, .62vw, 11px)/1 var(--condensed); white-space: nowrap; }
.footer-map-button .icon { width: 9px; height: 9px; stroke-width: 4; }
.footer-map-button:hover, .footer-map-button:focus-visible { color: #fff; }
.footer-bottom { width: var(--page); margin: 10px auto 0; padding-top: 9px; border-top: 1px solid #333; display: flex; justify-content: space-between; gap: 18px; color: #bdbdbd; font-size: clamp(10px, .66vw, 12px); }
.footer-legal { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 7px; text-align: right; }
.footer-legal > a:hover, .footer-credit > a { color: var(--yellow); }
.footer-legal i { color: #666; font-style: normal; }
.footer-credit { white-space: nowrap; }
.footer-credit b { font-size: 1.05em; }

/* Department pages */
.department-hero h1 { font-size: clamp(42px, 4.5vw, 67px); }
.department-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.department-copy > p:not(.kicker) { max-width: 720px; margin: 19px 0 0; color: #414141; font-size: clamp(14px, 1vw, 17px); line-height: 1.65; }
.department-copy .outline-button { margin-top: 25px; }
.department-map-card { min-height: 355px; padding: clamp(23px, 2.4vw, 35px); overflow: hidden; border-radius: 5px; background: radial-gradient(circle at 50% 46%, #2a2a2a, #070707 72%); color: #fff; text-align: center; }
.department-map-card h2 { margin: 0 0 4px; font: 900 clamp(29px, 3vw, 43px)/1 var(--display); text-transform: uppercase; }
.department-map-card h2 small { margin-left: 8px; color: var(--yellow); font-size: .55em; }
.department-map-card svg { width: 100%; height: 215px; overflow: visible; filter: drop-shadow(0 10px 14px #000); }
.department-map-card > p:last-child { margin: 5px 0 0; color: #ddd; font-size: 13px; }
.department-map-shape { fill: #292929; stroke: #777; stroke-width: .8; vector-effect: non-scaling-stroke; }
.department-map-shape.is-active { fill: var(--yellow); stroke: #fff; filter: drop-shadow(0 0 5px #ffc400cc); }
.department-map-label { fill: #fff; stroke: #111; stroke-width: .65px; paint-order: stroke; font: 900 4px/1 Arial; text-anchor: middle; dominant-baseline: central; }
.department-map-label.is-active { fill: #080808; stroke: #fff; stroke-width: .35px; }
.department-services-bg { background: #f7f7f7; border-block: 1px solid #e9e9e9; }
.department-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.department-service { min-height: 250px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; }
.department-service .round-icon { width: 62px; height: 62px; }
.department-service h3 { margin: 17px 0 10px; font: 900 clamp(19px, 1.7vw, 26px)/1 var(--display); text-transform: uppercase; }
.department-service p { margin: 0; color: #444; font-size: clamp(13px, .92vw, 15px); line-height: 1.55; }
.department-service > a { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 7px; font: 900 12px/1 var(--condensed); }
.department-service > a .icon { width: 12px; height: 12px; color: var(--yellow); stroke-width: 4; }
.department-local { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: clamp(30px, 5vw, 76px); align-items: center; }
.department-local > div > p:not(.kicker) { max-width: 720px; margin: 18px 0 23px; color: #444; font-size: clamp(14px, 1vw, 17px); line-height: 1.6; }
.department-cities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.department-cities span { min-height: 49px; padding: 0 15px; border: 1px solid #ddd; border-left: 4px solid var(--yellow); border-radius: 3px; display: flex; align-items: center; gap: 10px; background: #fff; }
.department-cities .icon { width: 17px; height: 17px; color: var(--yellow); }
.department-cities b { font-size: clamp(13px, .95vw, 16px); }
.department-contact-card { padding: clamp(27px, 3vw, 42px); border-radius: 5px; background: #060606; color: #fff; }
.department-contact-card .round-icon { margin-bottom: 20px; border: 2px solid var(--yellow); }
.department-contact-card h2 { margin: 0 0 13px; font: 900 clamp(28px, 3vw, 42px)/1 var(--display); text-transform: uppercase; }
.department-contact-card > p:not(.kicker) { margin: 0 0 21px; color: #ddd; font-size: clamp(13px, .92vw, 15px); line-height: 1.55; }
.department-contact-card .btn { width: 100%; }
.department-phone { margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; font-weight: 800; }
.department-phone .icon { width: 18px; height: 18px; color: var(--yellow); }
body[data-page="department"] .cta-wrap { padding-top: clamp(30px, 3.2vw, 48px); }

/* Reviews */
.reviews-layout { display: grid; grid-template-columns: 225px minmax(0, 1fr); gap: 20px; }
.rating-card { height: max-content; padding: 22px 24px; border-radius: 5px; align-self: start; background: linear-gradient(145deg, #181818, #050505); color: #fff; text-align: center; }
.rating-card .score { color: var(--yellow); font: 900 54px/1 var(--display); }
.rating-card .score small { color: #fff; font-size: 24px; }
.stars { margin: 8px 0 11px; color: var(--yellow); font-size: 20px; letter-spacing: 2px; white-space: nowrap; }
.rating-card p { margin: 0; font-size: clamp(12px, .82vw, 14px); line-height: 1.48; }
.rating-card p b { color: var(--yellow); }
.rating-card hr { margin: 18px 0; border: 0; border-top: 1px solid #555; }
.google-row { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 11px; font-weight: 800; }
.google-g { color: #4285f4; font: 900 29px/1 Arial; }
.satisfaction-row { display: flex; align-items: center; justify-content: center; gap: 9px; }
.satisfaction-row .round-check { width: 38px; height: 38px; border: 2px solid var(--yellow); border-radius: 50%; display: grid; place-items: center; color: var(--yellow); font-size: 19px; }
.satisfaction-row strong { color: var(--yellow); font: 900 27px/1 var(--display); }
.rating-card .google-reviews-button { width: 100%; min-height: 44px; margin-top: 19px; padding-inline: 13px; justify-content: space-between; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.review-card { min-height: 178px; padding: 17px; }
.review-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.review-top .stars { margin: 0; font-size: 13px; letter-spacing: 1px; }
.review-meta { display: grid; justify-items: end; gap: 4px; }
.review-google-badge { color: #4285f4; font-size: clamp(10px, .66vw, 12px); font-weight: 900; white-space: nowrap; }
.review-date { color: #666; font-size: clamp(11px, .68vw, 12px); }
.review-card h3 { margin: 9px 0 4px; font-size: clamp(14px, .92vw, 16px); }
.review-card h4 { margin: 0 0 10px; font: 900 clamp(12px, .78vw, 14px)/1 var(--condensed); text-transform: uppercase; }
.review-card p { margin: 0; color: #333; font-size: clamp(12px, .8vw, 14px); line-height: 1.5; }
.google-reviews-actions { min-height: 57px; flex-direction: column; gap: 9px; }
.google-reviews-actions .btn { min-width: min(100%, 285px); }
.google-reviews-button { cursor: pointer; }
.google-reviews-button:disabled { cursor: default; opacity: .62; }
.google-reviews-button.is-loading { pointer-events: none; opacity: .7; }
.google-reviews-button.is-loading .icon { animation: googleReviewArrow .7s ease-in-out infinite alternate; }
.google-reviews-status { min-height: 17px; margin: 0; color: #666; font-size: clamp(11px, .76vw, 13px); }
.review-card.is-ajax-review { animation: googleReviewIn .45s ease both; }
@keyframes googleReviewArrow { to { transform: translateX(6px); } }
@keyframes googleReviewIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.review-stats .strip-item { justify-content: center; text-align: center; }
.review-stats .strip-item { flex-direction: column; gap: 6px; }
.review-stats .strip-item strong { font-size: clamp(29px, 3.4vw, 45px); }
.review-stats .strip-item p { color: #fff; font: 900 clamp(11px, .74vw, 13px)/1.2 var(--condensed); text-transform: uppercase; }

/* Values */
.values-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.value { min-width: 0; padding: 0 20px; border-right: 1px solid var(--line); text-align: center; }
.value:last-child { border-right: 0; }
.value .round-icon { margin: auto; }
.value h3 { margin: 11px 0 8px; font: 900 clamp(13px, .9vw, 16px)/1 var(--condensed); text-transform: uppercase; }
.value p { margin: 0; color: #454545; font-size: clamp(11px, .75vw, 13px); line-height: 1.5; }

/* Projects */
.filters { margin: -7px auto 16px; display: flex; justify-content: center; flex-wrap: wrap; gap: 3px 9px; }
.filter { min-height: 29px; padding: 0 13px; border: 0; border-radius: 3px; background: transparent; font: 900 clamp(10px, .65vw, 12px)/1 var(--condensed); text-transform: uppercase; }
.filter.is-active { background: var(--yellow); }
.projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.project-card { overflow: hidden; }
.project-card[hidden] { display: none; }
.project-card > img, .project-photo { width: 100%; height: 158px; object-fit: cover; }
.project-photo { background-image: url("projects-sheet.webp"); background-repeat: no-repeat; background-size: 300% auto; }
.project-photo--custom { background-image: var(--project-image); background-position: center; background-size: cover; }
.project-photo-1 { background-position: 0% 16%; }
.project-photo-2 { background-position: 50% 16%; }
.project-photo-3 { background-position: 100% 16%; }
.project-photo-4 { background-position: 0% 84%; }
.project-photo-5 { background-position: 50% 84%; }
.project-photo-6 { background-position: 100% 84%; }
.project-info { min-height: 65px; padding: 0 13px; display: grid; grid-template-columns: 52px minmax(0, 1fr) 15px; align-items: center; gap: 8px; }
.project-info .round-icon { width: 50px; height: 50px; margin-top: -25px; border: 2px solid #fff; }
.project-info h3 { margin: 0 0 7px; font: 900 clamp(11px, .8vw, 14px)/1 var(--condensed); text-transform: uppercase; }
.project-info p { margin: 0; color: #444; display: flex; align-items: center; gap: 5px; font-size: clamp(10px, .68vw, 12px); }
.project-info p .icon { width: 10px; height: 10px; color: #111; fill: #111; }
.project-info > .icon { width: 14px; height: 14px; }
.projects-load-more { margin-top: 25px; display: grid; justify-items: center; gap: 8px; }
.projects-load-more .outline-button { min-width: 245px; justify-content: center; background: #fff; }
.projects-load-more .outline-button[hidden] { display: none; }
.projects-load-more .outline-button.is-loading { pointer-events: none; opacity: .65; }
.projects-load-status { min-height: 16px; margin: 0; color: #666; font-size: 12px; }
.project-card.is-new { animation: projectReveal .48s ease both; }
@keyframes projectReveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.before-after-section { display: grid; grid-template-columns: 32% minmax(0, 1fr); align-items: center; gap: 26px; }
.before-after-section > div:first-child p { color: #444; font-size: clamp(12px, .82vw, 14px); line-height: 1.55; }
.before-after { height: clamp(270px, 28vw, 410px); position: relative; overflow: hidden; border-radius: 5px; background: #151515; user-select: none; touch-action: pan-y; }
.compare-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; pointer-events: none; }
.compare-after { z-index: 1; }
.compare-before { z-index: 2; clip-path: inset(0 calc(100% - var(--compare-position)) 0 0); }
.compare-label { padding: 7px 13px; position: absolute; z-index: 4; top: 14px; border-radius: 3px; font: 900 11px/1 var(--condensed); }
.compare-label-before { left: 14px; background: #111; color: #fff; }
.compare-label-after { right: 14px; background: var(--yellow); color: #111; }
.compare-divider { width: 3px; position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--compare-position); transform: translateX(-50%); background: #fff; box-shadow: 0 0 8px #0008; pointer-events: none; }
.compare-divider i { width: 50px; height: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 3px solid #fff; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: #111; font: 900 23px/1 Arial; font-style: normal; box-shadow: 0 4px 12px #0006; }
.before-after input[type="range"] { width: 100%; height: 100%; margin: 0; position: absolute; z-index: 5; inset: 0; opacity: 0; cursor: ew-resize; }
.before-after:focus-within { outline: 3px solid #ffc40088; outline-offset: 3px; }

/* Home */
.home-main-hero { height: clamp(430px, 42vw, 600px); }
.home-main-hero .hero-copybox { width: 46%; padding-right: clamp(32px, 3vw, 48px); }
.home-services-section { padding-bottom: 32px; }
.home-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-service { overflow: hidden; display: flex; flex-direction: column; }
.home-service > .project-photo { height: clamp(180px, 14vw, 225px); }
.home-service-body { min-height: 225px; padding: 42px 22px 21px; position: relative; display: flex; flex-direction: column; }
.home-service-body .round-icon { width: 62px; height: 62px; position: absolute; left: 22px; top: -31px; border: 3px solid #fff; }
.home-service-body .round-icon .icon { width: 58%; height: 58%; stroke-width: 4.5; }
.home-service h3 { margin: 0 0 11px; font: 900 clamp(21px, 1.65vw, 27px)/1.05 var(--display); text-transform: uppercase; }
.home-service p { margin: 0; color: #444; font-size: clamp(13px, .92vw, 16px); line-height: 1.55; }
.home-service a { margin-top: auto; padding-top: 17px; display: flex; align-items: center; gap: 7px; color: #111; font: 900 clamp(11px, .78vw, 14px)/1 var(--condensed); }
.home-service a .icon { width: 13px; height: 13px; color: var(--yellow); stroke-width: 4; }
.home-benefits .strip-inner { padding: 38px 0; }
.home-benefits .strip-item { min-height: 105px; }
.home-benefits .strip-icon .icon { width: clamp(54px, 5vw, 72px); height: clamp(54px, 5vw, 72px); stroke-width: 3.9; }
.home-benefits .strip-item.compact strong { font-size: clamp(15px, 1.08vw, 19px); }
.home-benefits .strip-item.compact p { font-size: clamp(11px, .78vw, 14px); }
.home-about-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr) minmax(235px, .72fr); gap: 24px; align-items: stretch; }
.home-about-copy > p:not(.kicker) { color: #444; font-size: clamp(13px, .92vw, 16px); line-height: 1.6; }
.home-about-actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; }
.home-team-photo { margin: 0; position: relative; overflow: hidden; border-radius: 4px; }
.home-team-photo img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.home-team-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; display: grid; gap: 4px; background: linear-gradient(transparent, #000e); color: #fff; }
.home-team-photo figcaption b { color: var(--yellow); font: 900 22px/1 var(--display); }
.home-team-photo figcaption span { font-size: 13px; }
.home-commitments { padding: 24px; }
.home-commitments h3 { margin: 9px 0 18px; font: 900 22px/1.05 var(--display); }
.home-commitments ul { margin: 0; padding: 0; list-style: none; }
.home-commitments li { margin: 0 0 13px; padding-left: 23px; position: relative; color: #333; font-size: clamp(12px, .85vw, 15px); line-height: 1.4; }
.home-commitments li::before { content: "✓"; width: 15px; height: 15px; position: absolute; left: 0; top: 1px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: #111; font-size: 9px; font-weight: 900; }
.home-projects-bg { background: #f7f7f7; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.home-projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-project { overflow: hidden; }
.home-project > .project-photo { height: clamp(190px, 15vw, 240px); }
.home-project > div:last-child { padding: 18px; }
.home-project > div:last-child > span { color: var(--yellow); font: 900 11px/1 var(--condensed); }
.home-project h3 { margin: 8px 0 11px; font: 900 clamp(18px, 1.45vw, 24px)/1.08 var(--display); }
.home-project p { margin: 0; display: flex; align-items: center; gap: 7px; color: #555; font-size: 12px; }
.home-project p .icon { width: 13px; height: 13px; color: #111; }
.home-reviews-layout { display: grid; grid-template-columns: .78fr repeat(3, 1fr); gap: 17px; }
.home-reviews-layout .review-card { min-height: 225px; padding: 22px; }
.home-score { padding: 25px; border-radius: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #050505; color: #fff; text-align: center; }
.home-score > strong { color: var(--yellow); font: 900 57px/1 var(--display); }
.home-score > strong small { color: #fff; font-size: 23px; }
.home-score p { color: #fff; font-size: 13px; line-height: 1.5; }
.home-score p b { color: var(--yellow); }

/* Interactive area map */
.zone-explorer { overflow: hidden; }
.zone-explorer-grid { min-height: 410px; display: grid; grid-template-columns: minmax(240px, .82fr) minmax(360px, 1.25fr) minmax(270px, .88fr); }
.zone-intro, .zone-details { padding: clamp(26px, 2.4vw, 38px); }
.zone-intro > p:not(.kicker) { color: #444; font-size: clamp(13px, .9vw, 16px); line-height: 1.58; }
.zone-intro ul { margin: 20px 0 0; padding: 0; list-style: none; }
.zone-intro li { margin: 11px 0; padding-left: 22px; position: relative; color: #333; font-size: clamp(12px, .82vw, 15px); }
.zone-intro li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.zone-map-shell { min-width: 0; padding: 20px 22px 17px; display: grid; grid-template-rows: minmax(0, 1fr) auto; align-content: stretch; background: radial-gradient(circle at 50% 43%, #282828, #090909 72%); color: #fff; text-align: center; }
.zone-map-shell svg { width: 100%; height: 295px; align-self: center; overflow: visible; filter: drop-shadow(0 15px 20px #0009); }
.zone-map-shell > p { margin: 8px 0 0; padding-top: 10px; border-top: 1px solid #333; position: relative; z-index: 3; color: #c9c9c9; font-size: 12px; }
.zone-shape { cursor: pointer; outline: none; }
.zone-shape path { fill: #303030; stroke: #777; stroke-width: .65; transition: fill .2s ease, stroke .2s ease, filter .2s ease; }
.zone-label { fill: #fff; stroke: #161616; stroke-width: .45px; paint-order: stroke; font: 900 3.8px/1 Arial; text-anchor: middle; dominant-baseline: middle; pointer-events: none; transition: fill .2s ease, stroke .2s ease; }
.zone-label[data-zone-label="75"] { font-size: 3px; }
.zone-label[data-zone-label="92"],
.zone-label[data-zone-label="93"],
.zone-label[data-zone-label="94"] { font-size: 3.35px; }
.zone-shape:hover path, .zone-shape:focus path { fill: #4b4b4b; stroke: var(--yellow); filter: brightness(1.15); }
.zone-shape.is-active path { fill: var(--yellow); stroke: #fff; filter: drop-shadow(0 0 3px #ffc40099); }
.zone-label.is-active { fill: #050505; stroke: #fff; stroke-width: .28px; }
.zone-details { position: relative; overflow: hidden; display: flex; flex-direction: column; background: #070707; color: #fff; }
.zone-details::after { content: ""; width: 82px; height: 66px; position: absolute; right: 0; bottom: 0; background: var(--yellow); clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.zone-code { color: var(--yellow); font: 900 clamp(62px, 5vw, 78px)/.85 var(--display); }
.zone-selected { margin: 13px 0 3px; color: var(--yellow); font: 900 clamp(11px, .76vw, 13px)/1 var(--condensed); }
.zone-details h3 { margin: 0 0 10px; font: 900 clamp(25px, 2.1vw, 34px)/1 var(--display); text-transform: uppercase; }
.zone-details > p:not(.zone-selected) { margin: 0 0 16px; color: #ddd; font-size: clamp(12px, .82vw, 15px); line-height: 1.5; }
.zone-cities { margin-bottom: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 11px; }
.zone-cities span { display: flex; align-items: center; gap: 6px; color: #eee; font-size: clamp(10px, .72vw, 13px); }
.zone-cities .icon { width: 12px; height: 12px; color: var(--yellow); }
.zone-details .btn { width: 100%; min-height: 44px; margin-top: auto; position: relative; z-index: 2; padding: 0 12px; }
.zone-details .btn .icon { width: 12px; height: 12px; }

/* About */
.about-intro { display: grid; grid-template-columns: 34% minmax(0, 1fr); gap: 26px; align-items: stretch; }
.about-copy p:not(.kicker) { color: #444; font-size: clamp(13px, .86vw, 15px); line-height: 1.58; }
.promise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.promise-card { overflow: hidden; text-align: center; }
.promise-card > img { width: 100%; height: 150px; object-fit: cover; }
.promise-card:nth-child(1) > img { object-position: 38% center; }
.promise-card:nth-child(2) > img { object-position: 82% 72%; }
.promise-card:nth-child(3) > img { object-position: 80% 25%; }
.promise-body { padding: 39px 13px 14px; position: relative; }
.promise-body .round-icon { width: 54px; height: 54px; position: absolute; left: 50%; top: -28px; transform: translateX(-50%); border: 2px solid #fff; }
.promise-card h3 { margin: 0 0 8px; font: 900 clamp(13px, .9vw, 16px)/1 var(--condensed); text-transform: uppercase; }
.promise-card p { margin: 0; color: #444; font-size: clamp(11px, .76vw, 13px); line-height: 1.48; }
.team-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.35fr) minmax(210px, .8fr); gap: 22px; align-items: stretch; }
.team-section > img { width: 100%; height: 100%; min-height: 215px; align-self: stretch; object-fit: cover; border-radius: 3px; }
.team-copy p:not(.kicker), .commitments li { color: #444; font-size: clamp(12px, .82vw, 14px); line-height: 1.52; }
.commitments { padding: 18px; }
.commitments ul { margin: 12px 0 0; padding: 0; list-style: none; }
.commitments li { margin-bottom: 8px; padding-left: 18px; position: relative; }
.commitments li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 12px; height: 12px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: #fff; font-size: 8px; }

/* Contact */
.contact-section { width: min(94vw, 1450px); }
.contact-top { display: grid; grid-template-columns: 31% minmax(0, 1fr); gap: 28px; }
.contact-panel { padding: 25px; }
.contact-list { margin: 17px 0 0; padding: 0; list-style: none; }
.contact-list li { margin-bottom: 13px; display: flex; align-items: center; gap: 12px; }
.contact-list .round-icon { width: 34px; height: 34px; flex-basis: 34px; }
.contact-list .round-icon .icon { width: 17px; height: 17px; }
.contact-list div { display: grid; gap: 3px; font-size: clamp(12px, .82vw, 14px); line-height: 1.35; }
.contact-list b { font-size: clamp(12px, .86vw, 15px); }
.contact-panel hr { margin: 17px 0; border: 0; border-top: 1px solid var(--line); }
.contact-panel h3 { margin: 0 0 13px; font: 900 17px/1 var(--display); text-transform: uppercase; }
.hours { display: flex; gap: 12px; align-items: center; }
.hours .icon { width: 31px; height: 31px; }
.hours p { margin: 0; font-size: clamp(12px, .82vw, 14px); line-height: 1.65; }
.contact-form h2 { margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: clamp(11px, .74vw, 13px); color: #555; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #ddd; border-radius: 3px; background: #fff; padding: 10px 12px; font-size: clamp(12px, .82vw, 14px); outline: none; }
.field input, .field select { height: 41px; }
.field textarea { height: 108px; resize: vertical; }
.consent { grid-column: 1 / -1; display: flex; gap: 8px; align-items: center; font-size: clamp(11px, .74vw, 13px); }
.form-submit { grid-column: 1 / -1; width: 100%; border: 0; }
.privacy { grid-column: 1 / -1; margin: 0; color: #666; display: flex; align-items: center; gap: 6px; font-size: clamp(11px, .74vw, 13px); }
.privacy .icon { width: 12px; height: 12px; }
.form-success { grid-column: 1 / -1; padding: 9px; background: #e7f7e7; color: #285c28; font-size: 13px; }
.contact-middle { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-middle .zone-explorer, .contact-middle .contact-wide { grid-column: 1 / -1; }
.zone-card, .quick-card { min-height: 195px; padding: 24px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.zone-card p, .quick-card p { color: #444; font-size: clamp(12px, .82vw, 14px); line-height: 1.58; }
.quick-card { min-height: 250px; }
.quick-card p { max-width: 720px; margin: 16px 0 20px; font-size: clamp(14px, .95vw, 16px); }
.idf-map { color: #ffd24a; display: grid; place-items: center; }
.idf-map .icon { width: 150px; height: 135px; stroke: #d99e00; stroke-width: 1.2; }
.quick-card .round-icon { width: 92px; height: 92px; justify-self: center; }
.black-phone { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; gap: 12px; border-radius: 3px; background: #050505; color: #fff; font-size: clamp(16px, 1.1vw, 18px); font-weight: 900; }
.black-phone .icon { width: 24px; height: 24px; color: var(--yellow); stroke-width: 3.7; }
.contact-benefits { min-height: 145px; margin-top: 22px; padding: 27px 17px; border-radius: 3px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #030303; color: #fff; }
.benefit { min-width: 0; padding: 0 20px; border-right: 1px solid #555; display: flex; align-items: center; gap: 16px; }
.benefit:last-child { border-right: 0; }
.benefit > .icon { width: 50px; height: 50px; color: var(--yellow); stroke-width: 3.6; }
.benefit b { display: block; font: 900 clamp(15px, 1.15vw, 18px)/1.1 var(--condensed); }
.benefit small { display: block; margin-top: 7px; color: #ddd; font-size: clamp(13px, .98vw, 15px); line-height: 1.45; }
.faq-section { margin-top: 22px; display: grid; grid-template-columns: 28% minmax(0, 1fr); gap: 28px; }
.faq-intro p { color: #444; font-size: clamp(12px, .82vw, 14px); line-height: 1.55; }
.faq-list { border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.faq-item + .faq-item { border-top: 1px solid var(--line); }
.faq-question { width: 100%; min-height: 46px; padding: 0 14px; border: 0; display: flex; align-items: center; justify-content: space-between; background: #fff; text-align: left; font-size: clamp(12px, .82vw, 14px); font-weight: 700; }
.faq-question::after { content: "+"; font-size: 17px; }
.faq-item.is-open .faq-question::after { content: "−"; }
.faq-answer { display: none; margin: 0; padding: 0 14px 14px; color: #555; font-size: clamp(12px, .82vw, 14px); line-height: 1.5; }
.faq-item.is-open .faq-answer { display: block; }
.section-actions { margin-top: 18px; display: flex; justify-content: center; }
.contact-faq-link { margin-top: 22px; padding: clamp(22px, 2.5vw, 34px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #f8f8f8; }
.contact-faq-link h2 { margin-top: 0; }
.contact-faq-link p:not(.kicker) { max-width: 760px; margin: 13px 0 0; color: #444; font-size: clamp(13px, .9vw, 15px); line-height: 1.55; }
.contact-faq-link .outline-button { flex: 0 0 auto; }
body[data-page="contact"] .cta-wrap { padding: clamp(16px, 1.25vw, 20px) 0; }

/* Demande de devis reliée à l’administration MFC Couverture */
.quote-hero { height: clamp(315px, 31vw, 445px); }
.quote-page { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 27%); gap: 24px; align-items: start; }
.quote-main { padding: clamp(27px, 2.7vw, 40px); }
.quote-main .block-title { font-size: clamp(31px, 3vw, 45px); }
.quote-lead { max-width: 900px; margin: 18px 0 0; color: #444; font-size: clamp(14px, 1vw, 17px); line-height: 1.55; }
.quote-lead a, .quote-main .privacy a { color: #8a6800; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.quote-admin-form { margin-top: 25px; display: flex; flex-direction: column; }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.quote-grid .field { gap: 8px; }
.quote-grid .field label { color: #222; font-size: clamp(14px, .94vw, 16px); }
.quote-grid .field input, .quote-grid .field select, .quote-grid .field textarea { border-color: #cfcfcf; padding: 12px 14px; font-size: clamp(14px, .96vw, 17px); }
.quote-grid .field input, .quote-grid .field select { height: 52px; }
.quote-grid .field textarea { min-height: 138px; line-height: 1.5; }
.quote-file input[type="file"] { height: auto; min-height: 58px; border: 2px dashed #c8c8c8; background: #fafafa; cursor: pointer; }
.quote-file input[type="file"]::file-selector-button { min-height: 34px; margin-right: 12px; padding: 0 14px; border: 0; border-radius: 3px; background: #111; color: #fff; font-weight: 800; cursor: pointer; }
.quote-file-help { color: #666; font-size: clamp(11px, .72vw, 13px); line-height: 1.35; }
.quote-file-summary { min-height: 0; color: #7a5d00; font-size: clamp(12px, .78vw, 14px); font-weight: 800; }
.quote-file-summary:empty { display: none; }
.quote-consent { margin: 19px 0; display: flex; align-items: flex-start; gap: 9px; color: #333; font-size: clamp(13px, .88vw, 15px); line-height: 1.4; }
.quote-consent input { width: 17px; height: 17px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--yellow); }
.quote-submit { min-width: min(100%, 330px); align-self: flex-end; }
.quote-submit .icon { stroke-width: 4; }
.quote-admin-form .privacy { margin: 15px 0 0; display: flex; align-items: center; gap: 7px; color: #666; font-size: clamp(11px, .76vw, 13px); line-height: 1.4; }
.quote-admin-form .privacy .icon { width: 14px; height: 14px; }
.quote-admin-form .form-success { margin: 16px 0 0; border-left: 4px solid #2e8b57; padding: 12px 14px; background: #e7f7e7; color: #285c28; font-size: 14px; }
.quote-aside { padding: clamp(27px, 2.5vw, 38px); position: sticky; top: 96px; overflow: hidden; border-color: #050505; background: #080808; color: #fff; }
.quote-aside::after { content: ""; width: 92px; height: 72px; position: absolute; right: 0; bottom: 0; background: var(--yellow); clip-path: polygon(100% 0, 100% 100%, 0 100%); pointer-events: none; }
.quote-aside-icon { width: 72px; height: 72px; border: 2px solid var(--yellow); border-radius: 50%; display: grid; place-items: center; color: var(--yellow); }
.quote-aside-icon .icon { width: 39px; height: 39px; stroke-width: 3.7; }
.quote-aside h2 { margin: 22px 0 12px; font: 900 clamp(28px, 2.5vw, 38px)/1 var(--display); text-transform: uppercase; }
.quote-aside > p:not(.quote-aside-label) { margin: 0; color: #d7d7d7; font-size: clamp(13px, .88vw, 15px); line-height: 1.55; }
.quote-aside ul { margin: 22px 0; padding: 0; list-style: none; }
.quote-aside li { margin: 12px 0; padding-left: 25px; position: relative; color: #eee; font-size: clamp(13px, .88vw, 15px); line-height: 1.4; }
.quote-aside li::before { content: "✓"; width: 17px; height: 17px; position: absolute; left: 0; top: 1px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: #050505; font-size: 11px; font-weight: 900; }
.quote-aside hr { margin: 24px 0 20px; border: 0; border-top: 1px solid #424242; }
.quote-aside-label { margin: 0 0 10px; color: var(--yellow); font: 900 clamp(11px, .8vw, 14px)/1 var(--condensed); }
.quote-aside-phone { min-height: 48px; padding: 0 14px; position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; border: 1px solid #444; background: #111; font-size: clamp(15px, 1.1vw, 18px); font-weight: 900; }
.quote-aside-phone .icon { width: 22px; height: 22px; color: var(--yellow); stroke-width: 3.7; }
.quote-contact-link { margin-top: 17px; position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-size: clamp(12px, .82vw, 14px); font-weight: 800; }
.quote-contact-link .icon { width: 12px; height: 12px; stroke-width: 4; }
.quote-strip .strip-item b { display: block; color: #fff; font: 900 clamp(13px, .95vw, 17px)/1.1 var(--condensed); }
.quote-strip .strip-item small { display: block; margin-top: 6px; color: #d9d9d9; font-size: clamp(10px, .72vw, 13px); line-height: 1.35; }
.quote-call-cta { padding-top: clamp(32px, 3.4vw, 48px); padding-bottom: clamp(32px, 3.4vw, 48px); }

/* FAQ page */
.faq-page-section { display: grid; grid-template-columns: minmax(235px, .72fr) minmax(0, 2fr); gap: clamp(24px, 3.5vw, 52px); align-items: start; }
.faq-page-aside { padding: clamp(23px, 2.4vw, 34px); position: sticky; top: 25px; background: #070707; color: #fff; }
.faq-page-aside .round-icon { margin-bottom: 20px; border: 2px solid var(--yellow); }
.faq-page-aside h2 { margin: 0 0 14px; font: 900 clamp(27px, 2.6vw, 39px)/1 var(--display); text-transform: uppercase; }
.faq-page-aside > p { margin: 0 0 21px; color: #ddd; font-size: clamp(13px, .92vw, 15px); line-height: 1.55; }
.faq-page-aside .btn { width: 100%; }
.faq-page-content { display: grid; gap: 23px; }
.faq-group > h2 { margin: 0 0 11px; font: 900 clamp(24px, 2.3vw, 34px)/1 var(--display); text-transform: uppercase; }
.faq-group .faq-list { box-shadow: 0 5px 18px #0000000a; }
.faq-group .faq-question { min-height: 59px; padding: 0 19px; font-size: clamp(13px, .95vw, 16px); }
.faq-group .faq-answer { padding: 0 19px 18px; font-size: clamp(13px, .9vw, 15px); }

/* Legal pages */
.legal-hero { height: clamp(310px, 31vw, 430px); }
.legal-hero h1 { font-size: clamp(43px, 5vw, 70px); }
.legal-layout { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 2fr); gap: clamp(25px, 4vw, 58px); align-items: start; }
.legal-nav { padding: 23px; position: sticky; top: 25px; }
.legal-nav h2 { margin: 0 0 15px; font: 900 22px/1 var(--display); text-transform: uppercase; }
.legal-nav ul { margin: 0; padding: 0; list-style: none; }
.legal-nav li + li { border-top: 1px solid #e4e4e4; }
.legal-nav a { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #333; font-size: 13px; font-weight: 700; }
.legal-nav a::after { content: "›"; color: var(--yellow); font-size: 20px; }
.legal-content { display: grid; gap: 18px; }
.legal-block { padding: clamp(23px, 2.8vw, 38px); scroll-margin-top: 30px; }
.legal-block h2 { margin: 0 0 14px; font: 900 clamp(24px, 2.3vw, 34px)/1 var(--display); text-transform: uppercase; }
.legal-block h3 { margin: 21px 0 8px; font: 900 clamp(16px, 1.4vw, 21px)/1.1 var(--condensed); text-transform: uppercase; }
.legal-block p, .legal-block li { color: #414141; font-size: clamp(13px, .94vw, 16px); line-height: 1.65; }
.legal-block p { margin: 0 0 13px; }
.legal-block ul { margin: 0; padding-left: 20px; }
.legal-block a { color: #9b7600; font-weight: 800; }
.legal-notice { padding: 17px 20px; border-left: 4px solid var(--yellow); background: #fff8da; color: #332900; font-size: 13px; line-height: 1.55; }

/* Service detail pages */
.service-detail-hero h1 { font-size: clamp(41px, 4.35vw, 65px); }
.service-detail-intro { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(30px, 4.5vw, 70px); align-items: center; }
.service-detail-copy > p:not(.kicker) { margin: 18px 0 0; color: #414141; font-size: clamp(14px, 1vw, 17px); line-height: 1.65; }
.service-detail-copy .outline-button { margin-top: 25px; }
.service-detail-photo { min-height: 390px; margin: 0; position: relative; overflow: hidden; border-radius: 5px; }
.service-detail-photo > img { width: 100%; height: 390px; object-fit: cover; }
.service-detail-photo figcaption { min-height: 92px; padding: 14px 22px; position: absolute; left: 18px; right: 18px; bottom: 18px; border-radius: 4px; display: flex; align-items: center; gap: 15px; background: #050505ed; color: #fff; }
.service-detail-photo figcaption .round-icon { width: 62px; height: 62px; border: 2px solid var(--yellow); }
.service-detail-photo figcaption b { display: block; font: 900 clamp(21px, 2vw, 29px)/1 var(--display); text-transform: uppercase; }
.service-detail-photo figcaption small { margin-top: 6px; display: block; color: #ddd; font-size: 12px; }
.service-features-bg { background: #f7f7f7; border-block: 1px solid #e8e8e8; }
.service-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-feature { min-height: 255px; padding: clamp(23px, 2.4vw, 34px); }
.service-feature .round-icon { width: 68px; height: 68px; }
.service-feature h3 { margin: 18px 0 11px; font: 900 clamp(20px, 1.8vw, 28px)/1 var(--display); text-transform: uppercase; }
.service-feature p { margin: 0; color: #444; font-size: clamp(13px, .92vw, 15px); line-height: 1.6; }
.service-detail-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-detail-steps article { min-width: 0; padding: 0 clamp(18px, 2.5vw, 38px); border-right: 1px solid #ddd; text-align: center; }
.service-detail-steps article:last-child { border-right: 0; }
.service-detail-steps span { width: 55px; height: 55px; margin: 0 auto 15px; border-radius: 50%; display: grid; place-items: center; background: #050505; color: var(--yellow); font: 900 23px/1 var(--display); }
.service-detail-steps h3 { margin: 0 0 9px; font: 900 clamp(17px, 1.4vw, 22px)/1 var(--display); }
.service-detail-steps p { margin: 0; color: #494949; font-size: clamp(12px, .83vw, 14px); line-height: 1.55; }
.service-detail-cta { padding-top: clamp(20px, 2.4vw, 34px); }

/* Responsive */
@media (max-width: 900px) {
  .header-phone { display: none; }
  .team-section { grid-template-columns: 1fr 1.35fr; }
  .team-section .commitments { grid-column: 1 / -1; }
}

/* Sécurité typographique finale : aucune ligne ne franchit la découpe du hero. */
@media (min-width: 981px) {
  .hero .hero-copybox { width: 44%; min-width: 0; padding-right: clamp(22px, 2.8vw, 44px); }
  .hero h1 { max-width: 100%; font-size: clamp(36px, 3.75vw, 60px); line-height: 1.06; letter-spacing: 0; text-wrap: balance; }
  .hero h1 em { max-width: 100%; }
  .home-main-hero .hero-copybox { width: 43%; }
  .home-main-hero h1 { font-size: clamp(33px, 3.05vw, 50px); line-height: 1.07; }
  .home-main-hero h1 em { white-space: normal; }
  .projects-hero h1, .service-detail-hero h1 { font-size: clamp(36px, 3.55vw, 56px); }
  .legal-hero h1, .department-hero h1 { font-size: clamp(38px, 3.8vw, 59px); }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .hero { min-height: 430px; height: auto; }
  .hero .hero-inner { min-height: 430px; padding-block: 38px; }
  .hero h1 { font-size: clamp(35px, 4vw, 48px); }
  .home-main-hero h1 { font-size: clamp(32px, 3.55vw, 43px); }
}

@media (min-width: 861px) and (max-width: 1050px) {
  .header-inner { gap: 7px; }
  .brand { width: 198px; }
  .desktop-nav { gap: 13px; }
  .header-phone { margin-left: 11px; gap: 6px; font-size: 10px; }
  .header-phone .icon { width: 17px; height: 17px; }
  .header-quote { margin-left: 3px; padding: 0 11px; gap: 7px; font-size: 9px; }
}

@media (max-width: 940px) {
  .zone-explorer-grid { grid-template-columns: minmax(0, 1.25fr) minmax(270px, .8fr); }
  .zone-intro { grid-column: 1 / -1; }
  .zone-map-shell svg { height: 270px; }
}

@media (min-width: 861px) {
  body[data-page="services"] .hero { height: clamp(355px, 38.8vw, 470px); }
  body[data-page="services"] .services-section { padding: 20px 0 24px; }
  body[data-page="services"] .service-card { height: clamp(223px, 15.5vw, 270px); min-height: 223px; }
  body[data-page="services"] .method-section { padding: 20px 0 15px; }
  body[data-page="services"] .step-number { margin-bottom: 9px; }
  body[data-page="services"] .step h3 { margin-bottom: 6px; }
  body[data-page="services"] .step p { line-height: 1.35; }
  body[data-page="services"] .strip-inner { padding: 28px 0; }

  body[data-page="reviews"] .reviews-section { padding: 21px 0 16px; }
  body[data-page="reviews"] .review-card { min-height: clamp(235px, 16.5vw, 270px); }
  body[data-page="reviews"] .section-actions { margin-top: 12px; }
  body[data-page="reviews"] .review-stats .strip-inner { padding: 28px 0; }

  .values-section { padding: 18px 0 14px; }
  .values-section .round-icon { width: 54px; height: 54px; }

  body[data-page="projects"] .projects-section { padding: 20px 0 22px; }
  body[data-page="projects"] .projects-section { padding: 12px 0 15px; }
  body[data-page="projects"] .dark-strip .strip-inner { padding: 28px 0; }
  body[data-page="projects"] .before-after-section { padding: clamp(34px, 4vw, 58px) 0; }

  body[data-page="about"] .about-intro { padding: 31px 0; }
  body[data-page="about"] .about-stats .strip-title { padding-top: 12px; }
  body[data-page="about"] .about-stats .strip-inner { padding: 28px 0; }
  body[data-page="about"] .team-section { padding: 10px 0; }
  body[data-page="about"] .commitments { padding: 12px; }
  body[data-page="about"] .commitments li { margin-bottom: 5px; }

  body[data-page="contact"] .contact-section { padding: 11px 0; }
  body[data-page="contact"] .contact-panel { padding: 19px; }
  body[data-page="contact"] .contact-list li { margin-bottom: 9px; }
  body[data-page="contact"] .contact-form h2 { margin-bottom: 10px; }
  body[data-page="contact"] .form-grid { gap: 10px; }
  body[data-page="contact"] .field textarea { height: 90px; }
  body[data-page="contact"] .zone-card,
  body[data-page="contact"] .quick-card { height: 250px; min-height: 250px; padding: 26px; }
  body[data-page="contact"] .contact-middle,
  body[data-page="contact"] .contact-benefits,
  body[data-page="contact"] .faq-section { margin-top: 18px; }
}

@media (max-width: 860px) {
  :root { --page: min(92vw, 760px); }
  .site-header { height: 72px; position: sticky; top: 0; }
  .brand { width: 190px; }
  .brand img { height: 60px; }
  .desktop-nav, .header-phone, .header-quote { display: none; }
  .menu-toggle { width: 44px; height: 40px; margin-left: auto; border: 1px solid #4a4a4a; border-radius: 3px; display: grid; align-content: center; gap: 5px; padding: 0 10px; background: transparent; }
  .menu-toggle span { height: 2px; background: var(--yellow); transition: .2s ease; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 72px; padding: 10px 4vw 20px; display: grid; background: #050505; transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .mobile-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-nav a, .mobile-nav .nav-dropdown-toggle { min-height: 43px; border-bottom: 1px solid #292929; display: flex; align-items: center; gap: 9px; font: 900 12px/1 var(--condensed); }
  .mobile-nav .nav-link.is-active { color: var(--yellow); }
  .mobile-nav .nav-dropdown { height: auto; display: block; }
  .mobile-nav .nav-dropdown-toggle { width: 100%; justify-content: space-between; }
  .mobile-nav .nav-dropdown.is-active > .nav-dropdown-toggle { color: var(--yellow); }
  .mobile-nav .services-dropdown { max-height: 0; overflow: hidden; visibility: hidden; opacity: 0; background: #101010; transition: max-height .28s ease, opacity .2s ease, visibility .2s ease; }
  .mobile-nav .nav-dropdown.is-open .services-dropdown { max-height: 300px; visibility: visible; opacity: 1; }
  .mobile-nav .services-dropdown a { min-height: 39px; padding-left: 21px; color: #ddd; font: 700 12px/1.2 var(--body); }
  .mobile-nav .services-dropdown a::before { content: "›"; color: var(--yellow); font-size: 18px; }
  .mobile-nav .icon { width: 17px; height: 17px; color: var(--yellow); }
  .mobile-nav .mobile-quote { margin-top: 10px; justify-content: center; border: 0; border-radius: 3px; background: var(--yellow); color: #111; }

  .hero { height: auto; min-height: 620px; }
  .hero-inner { min-height: 620px; }
  .hero-copybox { width: 100%; padding-right: 0; }
  .hero-photo { inset: 0; clip-path: none; opacity: .42; background-position: 64% center; }
  .hero::before { z-index: 2; inset: 0; width: auto; background: linear-gradient(90deg, #000 0%, #000e 56%, #0005 100%); clip-path: none; filter: none; }
  .hero::after { display: none; }
  .hero h1 { font-size: clamp(49px, 8.4vw, 65px); }
  .hero-description { max-width: 550px; font-size: 14px; }
  .home-main-hero .hero-copybox { width: 100%; padding-right: 0; }
  .home-main-hero h1, .home-main-hero .hero-description { max-width: none; }
  .home-main-hero h1 em { white-space: normal; }

  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card, .service-card:nth-child(6) { grid-column: auto; }
  .strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strip-item:nth-child(2) { border-right: 0; }
  .strip-item:nth-child(-n+2) { border-bottom: 1px solid #555; padding-bottom: 18px; margin-bottom: 18px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
  .step::before, .step::after { display: none; }
  .step:last-child { grid-column: 1 / -1; }
  .cta { grid-template-columns: 74px minmax(0, 1fr); }
  .cta-badge .icon { width: 64px; height: 64px; }
  .cta .btn { grid-column: 1 / -1; width: 100%; margin-right: 0; }

  .reviews-layout { grid-template-columns: 1fr; }
  .rating-card { width: min(100%, 420px); margin: auto; }
  .values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
  .value:nth-child(3) { border-right: 0; }
  .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .before-after-section, .about-intro { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-section { grid-template-columns: 1fr 1fr; }

  .contact-top, .contact-middle { grid-template-columns: 1fr; }
  .quote-page { grid-template-columns: 1fr; }
  .quote-aside { position: static; }
  .contact-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #555; }
  .faq-section { grid-template-columns: 1fr; }
  .contact-faq-link { align-items: flex-start; flex-direction: column; }
  .faq-page-section, .legal-layout { grid-template-columns: 1fr; }
  .faq-page-aside, .legal-nav { position: static; }
  .legal-nav ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .service-detail-intro { grid-template-columns: 1fr; }
  .service-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-feature:last-child { grid-column: 1 / -1; }
  .service-detail-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 0; }
  .service-detail-steps article:nth-child(2) { border-right: 0; }

  .home-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-about-section { grid-template-columns: 1fr 1.25fr; }
  .home-commitments { grid-column: 1 / -1; }
  .home-projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-project:last-child { grid-column: 1 / -1; }
  .home-reviews-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .department-intro, .department-local { grid-template-columns: 1fr; }
  .department-map-card { min-height: 330px; }
  .department-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner > div { min-height: auto; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid #333; }
  .footer-inner > div:nth-child(2) { border-right: 0; }
  .footer-inner > div:nth-child(3) { padding-left: 0; }
  .footer-zone { grid-column: 1 / -1; padding-left: 0 !important; }
  .footer-mini-map { max-width: 430px; grid-template-columns: minmax(150px, 210px) minmax(120px, 1fr); }
  .footer-mini-map svg { height: 125px; }
}

@media (max-width: 560px) {
  :root { --page: calc(100vw - 32px); }
  .hero { min-height: 650px; }
  .hero-inner { min-height: 650px; }
  .hero h1 { font-size: clamp(32px, 9.2vw, 38px); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .section { padding: 37px 0; }
  .services-grid, .projects-grid, .promise-grid, .reviews-grid { grid-template-columns: 1fr; }
  .home-services-grid, .home-about-section, .home-projects-grid, .home-reviews-layout { grid-template-columns: 1fr; }
  .home-project:last-child, .home-commitments { grid-column: auto; }
  .home-service-body { min-height: 235px; }
  .home-team-photo img { min-height: 270px; }
  .service-card { min-height: 250px; }
  .project-card > img, .project-photo { height: 200px; }
  .strip-inner { grid-template-columns: 1fr; }
  .strip-item { min-height: 92px; border-right: 0; border-bottom: 1px solid #555 !important; padding: 22px 10px !important; margin: 0 !important; }
  .home-benefits .strip-item { min-height: 112px !important; padding-block: 26px !important; }
  .strip-item:last-child { border-bottom: 0 !important; }
  .steps { grid-template-columns: 1fr; }
  .step:last-child { grid-column: auto; }
  .cta-wrap { width: calc(100vw - 24px); }
  .cta { padding: 22px 16px; grid-template-columns: 1fr; text-align: center; background: #050505; }
  .cta-badge { margin: auto; }
  .cta h2 { font-size: 29px; }
  .cta .btn { grid-column: auto; }
  .values-grid { grid-template-columns: 1fr; gap: 0; }
  .value { padding: 23px 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value:last-child { border-bottom: 0; }
  .before-after { grid-template-columns: 1fr; }
  .compare-arrow { top: 50%; transform: translate(-50%, -50%) rotate(90deg); }
  .team-section { grid-template-columns: 1fr; }
  .team-section .commitments { grid-column: auto; }
  .team-section > img { height: 220px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .consent, .form-submit, .privacy, .form-success { grid-column: auto; }
  .quote-hero, .quote-hero .hero-inner { min-height: 560px; }
  .quote-page { width: calc(100vw - 32px); }
  .quote-main, .quote-aside { padding: 24px 18px; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-submit { width: 100%; min-width: 0; align-self: stretch; }
  .quote-admin-form .privacy { align-items: flex-start; }
  .zone-card, .quick-card { grid-template-columns: 1fr; }
  .zone-explorer-grid { grid-template-columns: 1fr; }
  .zone-intro { grid-column: auto; }
  .zone-map-shell { padding: 18px 12px; }
  .zone-map-shell svg { height: 230px; }
  .zone-cities { grid-template-columns: 1fr; }
  .idf-map .icon { width: 130px; height: 115px; }
  .quick-card .round-icon { margin-top: 18px; }
  .department-hero h1 { font-size: clamp(31px, 9vw, 39px); }
  .department-services-grid { grid-template-columns: 1fr; }
  .department-service { min-height: 235px; }
  .department-map-card { min-height: 300px; padding: 23px 15px; }
  .department-map-card svg { height: 185px; }
  .department-cities { grid-template-columns: 1fr; }
  .department-contact-card { padding: 27px 21px; }
  body[data-page="department"] .cta-wrap { padding-top: 30px; }
  .contact-benefits { grid-template-columns: 1fr; }
  .benefit { padding: 15px 0 !important; margin: 0 !important; border-right: 0; border-bottom: 1px solid #555 !important; }
  .benefit:last-child { border-bottom: 0 !important; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > div, .footer-inner > div:nth-child(3), .footer-zone { grid-column: auto; padding: 0 0 18px !important; border-right: 0; }
  .footer-mini-map { max-width: 100%; grid-template-columns: minmax(135px, 1.1fr) minmax(115px, .9fr); }
  .footer-mini-map svg { height: 115px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { justify-content: flex-start; text-align: left; }
  .footer-credit { width: 100%; }
  .legal-nav ul { grid-template-columns: 1fr; }
  .service-detail-photo, .service-detail-photo > img { min-height: 310px; height: 310px; }
  .service-detail-photo figcaption { left: 10px; right: 10px; bottom: 10px; padding: 12px; }
  .service-features { grid-template-columns: 1fr; }
  .service-feature:last-child { grid-column: auto; }
  .service-detail-steps { grid-template-columns: 1fr; gap: 0; }
  .service-detail-steps article { padding: 22px 5px; border-right: 0; border-bottom: 1px solid #ddd; }
  .service-detail-steps article:last-child { border-bottom: 0; }
}
