:root {
  --navy: #061a2c;
  --navy-2: #0a2c48;
  --blue: #0787d1;
  --cyan: #22b8dd;
  --red: #ef4e42;
  --green: #55aa45;
  --light: #f3f7fa;
  --white: #fff;
  --text: #20364a;
  --muted: #617589;
  --line: #d8e4ec;
  --shadow: 0 18px 55px rgba(6, 26, 44, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; background: var(--white); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; border-radius: 9px; color: #fff; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(216, 228, 236, .95); background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; color: var(--navy); }
.brand-symbol { width: 48px; height: 48px; flex: 0 0 48px; filter: drop-shadow(0 8px 13px rgba(6, 26, 44, .16)); }
.brand-symbol .arc { fill: none; stroke-width: 4.3; stroke-linecap: round; }
.brand-symbol .arc-blue { stroke: var(--cyan); }
.brand-symbol .arc-red { stroke: var(--red); }
.brand-symbol .arc-green { stroke: var(--green); }
.brand-symbol .fill-blue { fill: var(--cyan); }
.brand-symbol .fill-red { fill: var(--red); }
.brand-symbol .fill-green { fill: var(--green); }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 17px; line-height: 1; letter-spacing: .7px; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 11px; font-weight: 750; line-height: 1; letter-spacing: 1.7px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { color: #3b4f62; font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; color: var(--navy); background: transparent; font-size: 25px; cursor: pointer; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 13px; padding: 13px 21px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 10px 17px; }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 9px 25px rgba(7, 135, 209, .27); }
.btn-primary:hover { background: #0578ba; }
.btn-secondary { border: 1px solid rgba(255, 255, 255, .45); color: #fff; background: rgba(255, 255, 255, .1); }
.btn-light { color: var(--navy); background: #fff; }
.text-link { display: inline-block; color: var(--blue); font-weight: 800; }
.text-link:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f4b942; outline-offset: 3px; }
.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3, 16, 28, .95) 0%, rgba(4, 24, 41, .82) 41%, rgba(4, 24, 41, .28) 72%, rgba(4, 24, 41, .16) 100%), url("assets/chantier-chalet.webp"); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg, var(--cyan) 0 42%, #fff 42% 58%, var(--red) 58% 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); align-items: center; gap: 74px; padding-block: 94px; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: 1.8px; line-height: 1.3; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(46px, 6.2vw, 78px); line-height: .98; letter-spacing: -3px; }
.hero-copy > p { max-width: 680px; margin: 25px 0 31px; color: rgba(255, 255, 255, .84); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 19px; margin-top: 29px; color: rgba(255, 255, 255, .82); font-size: 13px; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: #72d384; }
.hero-process { padding: 29px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 25px; background: rgba(5, 25, 42, .76); box-shadow: 0 30px 70px rgba(0, 0, 0, .25); backdrop-filter: blur(18px); }
.process-label { display: block; margin-bottom: 20px; color: #d8f7ff; font-size: 14px; font-weight: 800; }
.hero-process ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hero-process li { display: grid; grid-template-columns: 45px 1fr; gap: 13px; align-items: center; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.hero-process li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--blue); font-size: 12px; font-weight: 900; }
.hero-process strong, .hero-process small { display: block; }
.hero-process strong { color: #fff; }
.hero-process small { margin-top: 2px; color: rgba(255, 255, 255, .68); font-size: 12px; line-height: 1.45; }
.hero-process > p { margin: 20px 0 0; color: #bdecc7; font-size: 13px; font-weight: 750; }
.stats { border-bottom: 1px solid var(--line); background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 100px; display: grid; align-content: center; padding: 20px 18px; border-right: 1px solid var(--line); text-align: center; }
.stats-grid > div:last-child { border-right: 0; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--navy); font-size: 21px; line-height: 1.25; }
.stats span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.section { padding: 90px 0; }
.section-alt { background: var(--light); }
.section-heading { max-width: 810px; margin-bottom: 40px; }
.section-heading h2, .split h2, .zone-box h2, .contact-grid h2, .aid-box h2, .service-hero h1, .legal-page h1 { margin: 0; color: var(--navy); font-size: clamp(32px, 4vw, 50px); line-height: 1.1; letter-spacing: -1.7px; }
.section-heading p, .lead { color: var(--muted); font-size: 17px; }
.service-selector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-selector { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 7px 24px rgba(6, 26, 44, .05); }
.service-selector summary { min-height: 108px; display: flex; align-items: center; justify-content: space-between; padding: 23px; list-style: none; cursor: pointer; }
.service-selector summary::-webkit-details-marker { display: none; }
.service-main { display: flex; align-items: center; gap: 15px; }
.service-glyph { width: 54px; height: 54px; display: grid; flex: 0 0 54px; place-items: center; border: 1px solid currentColor; border-radius: 16px; font-size: 13px; font-weight: 900; letter-spacing: .4px; }
.service-glyph.cold { color: #058bd3; background: #edf8fe; }
.service-glyph.eco { color: #489b43; background: #eff9ef; }
.service-glyph.heat { color: #e84e41; background: #fff1ef; }
.service-glyph.water { color: #087eb9; background: #edf7fb; }
.service-main strong, .service-main small, .service-option strong, .service-option span { display: block; }
.service-main strong { color: var(--navy); font-size: 18px; line-height: 1.35; }
.service-main small, .service-option span { color: var(--muted); font-size: 13px; }
.chevron { color: var(--blue); font-size: 25px; transition: transform .2s ease; }
.service-selector[open] .chevron { transform: rotate(180deg); }
.service-options { padding: 9px; border-top: 1px solid var(--line); }
.service-option, .service-page-link { display: block; padding: 14px; border-radius: 13px; }
.service-option:hover { background: var(--light); }
.service-option strong { color: var(--navy); font-size: 14px; }
.service-page-link { margin: 7px 4px 3px; color: var(--blue); font-size: 13px; font-weight: 850; }
.urgent-service { margin-top: 20px; padding: 27px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-radius: 20px; color: #fff; background: var(--navy); }
.urgent-service strong { display: block; font-size: 19px; }
.urgent-service p { margin: 5px 0 0; color: rgba(255, 255, 255, .72); }
.urgent-actions { display: grid; gap: 9px; flex: 0 0 auto; text-align: center; }
.urgent-actions > a:last-child { color: rgba(255, 255, 255, .8); font-size: 12px; font-weight: 750; }
.urgent-actions > a:last-child:hover { color: #fff; text-decoration: underline; }
.urgent-badge { display: inline-block; margin-bottom: 7px; padding: 3px 9px; border-radius: 99px; color: #fff; background: var(--red); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.price-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card.featured { border: 2px solid var(--blue); transform: translateY(-6px); }
.price-card > span { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.price-card h3 { min-height: 52px; margin: 8px 0 13px; color: var(--navy); line-height: 1.35; }
.price-card strong { color: var(--navy); font-size: 29px; }
.price-card strong small { font-size: 13px; }
.price-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.price-note { margin-top: 19px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.price-note a { color: var(--blue); font-weight: 800; }
.aid-box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: center; }
.aid-card { padding: 31px; border-radius: 23px; color: #fff; background: linear-gradient(135deg, var(--navy), #0b426a); box-shadow: var(--shadow); }
.aid-card strong { font-size: 25px; }
.aid-card p { color: rgba(255, 255, 255, .78); }
.section-dark { color: #fff; background: var(--navy); }
.section-dark .section-heading h2 { color: #fff; }
.qualification-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.qualification-grid article { padding: 29px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 20px; background: rgba(255, 255, 255, .06); }
.q-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 900; }
.qualification-grid p { color: rgba(255, 255, 255, .7); font-size: 14px; }
.qualification-note { margin: 25px 0 0; color: rgba(255, 255, 255, .64); font-size: 13px; }
.brand-cloud { display: flex; flex-wrap: wrap; gap: 11px; }
.brand-cloud span { padding: 12px 17px; border: 1px solid var(--line); border-radius: 11px; color: var(--navy); background: #fff; font-size: 13px; font-weight: 850; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; }
.about-split { align-items: center; }
.signature { margin-top: 30px; padding-left: 18px; border-left: 4px solid var(--green); color: var(--navy); font-size: 22px; font-style: italic; line-height: 1.45; }
.check-list { display: grid; gap: 15px; }
.check-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.check-list span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: #e7f4ff; font-weight: 900; }
.check-list p { margin: 0; color: var(--muted); }
.check-list strong { color: var(--navy); }
.zone-box { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: center; padding: 48px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, var(--navy), #0b4d79); }
.zone-box h2 { color: #fff; }
.zone-box p { color: rgba(255, 255, 255, .76); }
.zone-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.zone-tags span { padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 99px; background: rgba(255, 255, 255, .08); font-size: 13px; }
.reviews { background: #fbfdff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
blockquote { margin: 0; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
blockquote div { color: #f2a007; letter-spacing: 2px; }
blockquote p { color: var(--navy); font-size: 16px; }
blockquote cite { color: var(--muted); font-size: 13px; font-style: normal; }
.review-link { margin-top: 25px; }
.contact-section { background: var(--light); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; }
.contact-details { display: grid; gap: 13px; margin-top: 27px; }
.contact-details a, .contact-details > span { color: var(--navy); font-weight: 700; }
.contact-details a > span, .contact-details > span > span { width: 25px; display: inline-block; color: var(--blue); }
.contact-details small { color: var(--muted); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: block; color: var(--navy); font-size: 14px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #bdccd8; border-radius: 11px; padding: 13px 14px; color: var(--text); background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(7, 135, 209, .13); }
.contact-form textarea { resize: vertical; }
.contact-form small { color: var(--muted); }
.contact-form small a { color: var(--blue); text-decoration: underline; }
.full { grid-column: 1 / -1; }
.honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.service-hero { padding: 76px 0; color: #fff; background: linear-gradient(135deg, var(--navy), #0c4f7f); }
.subpage-actions { display: flex; align-items: center; gap: 18px; }
.subpage-actions > a:first-child { color: var(--muted); font-size: 14px; font-weight: 750; }
.subpage-actions > a:first-child:hover { color: var(--blue); }
.service-hero .eyebrow { color: #74dcf0; }
.service-hero h1 { max-width: 850px; color: #fff; }
.service-hero p { max-width: 760px; color: rgba(255, 255, 255, .8); font-size: 18px; }
.breadcrumb { margin-bottom: 20px; color: rgba(255, 255, 255, .72); font-size: 13px; }
.breadcrumb a { text-decoration: underline; }
.service-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; }
.service-content h2, .service-content h3 { color: var(--navy); }
.service-content h2 { font-size: clamp(28px, 3.5vw, 42px); line-height: 1.15; }
.service-content ul { padding-left: 21px; }
.service-content li { margin-bottom: 9px; }
.service-aside { align-self: start; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--light); position: sticky; top: 100px; }
.service-aside h2 { margin-top: 0; font-size: 24px; }
.service-aside .btn { width: 100%; margin-top: 9px; }
.service-aside .btn-secondary { border-color: var(--line); color: var(--navy); background: #fff; box-shadow: none; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 31px; }
.service-cards article { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.service-cards h3 { margin: 0 0 8px; font-size: 18px; }
.service-cards p { margin: 0; color: var(--muted); font-size: 14px; }
.legal-page { max-width: 860px; }
.legal-page h1 { margin-bottom: 30px; }
.legal-page h2 { margin: 35px 0 8px; color: var(--navy); font-size: 23px; }
.legal-page p, .legal-page li { color: #455b6e; }
.legal-page a { color: var(--blue); text-decoration: underline; }
.notice { padding: 17px 19px; border-left: 4px solid var(--green); border-radius: 8px; background: #eef8ee; }
.status-page { min-height: 63vh; display: grid; place-items: center; text-align: center; }
.status-card { max-width: 690px; padding: 45px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.status-logo { width: min(300px, 100%); height: auto; margin: 0 auto 27px; }
.status-card h1 { margin: 0; color: var(--navy); font-size: clamp(34px, 6vw, 58px); }
.status-card p { color: var(--muted); }
footer { padding: 48px 0 20px; color: rgba(255, 255, 255, .73); background: #031522; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 38px; }
.footer-grid strong { color: #fff; }
.footer-grid p { margin: 7px 0; font-size: 13px; }
.footer-grid div:last-child { display: grid; gap: 7px; align-content: start; font-size: 13px; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.copyright { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 12px; }
.floating-call { display: none; position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(7, 135, 209, .34); font-size: 22px; }
@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 13px; }
}
@media (max-width: 980px) {
  .main-nav, .desktop-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav.open { position: absolute; top: 78px; left: 0; right: 0; display: grid; gap: 0; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .main-nav.open a { padding: 15px 20px; border-top: 1px solid var(--line); font-size: 15px; }
  .hero { min-height: auto; }
  .hero-media { background-image: linear-gradient(90deg, rgba(3, 16, 28, .96), rgba(4, 24, 41, .7)), url("assets/chantier-chalet.webp"); background-position: 61% center; }
  .hero-grid, .split, .zone-box, .contact-grid, .aid-box, .service-content { grid-template-columns: 1fr; }
  .hero-grid { gap: 39px; padding-block: 75px; }
  .hero-process { max-width: 620px; }
  .service-selector-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .qualification-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid, .aid-box, .service-content { gap: 40px; }
  .service-aside { position: static; }
}
@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), 1160px); }
  .brand-symbol { width: 43px; height: 43px; flex-basis: 43px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 10px; }
  .subpage-actions > a:first-child { display: none; }
  .subpage-actions .btn { min-height: 40px; padding: 9px 12px; font-size: 12px; }
  .hero-grid { padding-block: 63px; }
  .hero h1 { font-size: clamp(42px, 14vw, 61px); letter-spacing: -2.2px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions .btn, .urgent-service .btn { width: 100%; }
  .urgent-actions { width: 100%; }
  .hero-process { padding: 23px; }
  .stats-grid > div { min-height: 88px; }
  .section { padding: 66px 0; }
  .section-heading { margin-bottom: 31px; }
  .service-selector summary { min-height: 98px; padding: 19px; }
  .service-main { gap: 12px; }
  .service-glyph { width: 48px; height: 48px; flex-basis: 48px; }
  .service-main strong { font-size: 16px; }
  .urgent-service { align-items: stretch; flex-direction: column; }
  .price-grid, .review-grid, .contact-form, .footer-grid, .service-cards { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .zone-box { padding: 29px 23px; }
  .full { grid-column: auto; }
  .floating-call { display: grid; }
  .status-card { padding: 33px 22px; }
}
@media (max-width: 380px) {
  .subpage-actions .btn { min-width: 68px; padding-inline: 10px; font-size: 0; }
  .subpage-actions .btn::after { content: "Devis"; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .chevron { transition: none; }
}
.topbar { color: rgba(255, 255, 255, .78); background: #031522; font-size: 11px; font-weight: 750; letter-spacing: .65px; text-transform: uppercase; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar i { margin-inline: 7px; color: var(--cyan); font-style: normal; }
.topbar a { color: #fff; text-transform: none; }
.topbar a strong { margin-left: 7px; color: #79daf0; }
.site-header { border-bottom-color: rgba(7, 33, 53, .1); box-shadow: 0 7px 24px rgba(3, 21, 34, .05); }
.nav-wrap { min-height: 86px; }
.brand { width: min(320px, 31vw); }
.brand img { width: 100%; height: auto; }
.main-nav { gap: 25px; }
.main-nav a { position: relative; padding-block: 10px; color: #31485b; font-size: 13px; letter-spacing: .15px; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.btn { border-radius: 8px; letter-spacing: .1px; }
.btn-primary { background: linear-gradient(135deg, #079fe2, #067dbf); box-shadow: 0 12px 30px rgba(7, 135, 209, .28); }
.hero { min-height: 720px; isolation: isolate; }
.hero-media { background-image: linear-gradient(90deg, rgba(3, 17, 29, .97) 0%, rgba(4, 25, 43, .9) 34%, rgba(4, 24, 41, .48) 59%, rgba(4, 24, 41, .08) 100%), url("assets/chantier-chalet.webp"); background-position: center; }
.hero-grid { grid-template-columns: minmax(0, 1fr) 290px; align-items: end; gap: 70px; padding-block: 94px 132px; }
.hero-copy { max-width: 790px; }
.hero-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 99px; color: #dff8ff; background: rgba(5, 31, 51, .46); font-size: 11px; font-weight: 850; letter-spacing: 1.25px; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero-label i, .callout-status i { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #65c85b; box-shadow: 0 0 0 5px rgba(101, 200, 91, .13); }
.hero h1 { max-width: 820px; font-size: clamp(48px, 5.4vw, 76px); line-height: .96; letter-spacing: -3.2px; }
.hero h1 em { color: #65d0e8; font-style: normal; font-weight: 450; }
.hero-copy > p { max-width: 670px; margin: 26px 0 30px; color: rgba(255, 255, 255, .8); font-size: 18px; }
.hero-actions { gap: 12px; }
.hero-actions .btn { min-height: 52px; padding-inline: 23px; }
.hero-actions .btn-secondary { gap: 9px; border-color: rgba(255, 255, 255, .38); background: rgba(3, 21, 34, .25); backdrop-filter: blur(8px); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: #fff; }
.hero-proof > span:not(.proof-stars):not(.proof-separator) { display: grid; }
.proof-stars { color: #ffb428; font-size: 14px; letter-spacing: 2px; }
.hero-proof strong { font-size: 13px; line-height: 1.2; }
.hero-proof small { margin-top: 3px; color: rgba(255, 255, 255, .6); font-size: 11px; }
.proof-separator { width: 1px; height: 33px; margin-inline: 7px; background: rgba(255, 255, 255, .22); }
.hero-callout { align-self: end; margin-bottom: 8px; padding: 24px; border-top: 3px solid var(--red); border-radius: 3px 3px 18px 18px; color: #fff; background: rgba(3, 21, 34, .84); box-shadow: 0 22px 55px rgba(0, 0, 0, .28); backdrop-filter: blur(16px); }
.callout-status { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #b9edc2; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hero-callout > p { margin: 0 0 4px; color: rgba(255, 255, 255, .62); font-size: 13px; }
.hero-callout > strong { display: block; font-size: 20px; line-height: 1.25; }
.hero-callout > a { display: grid; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); }
.hero-callout a small { color: rgba(255, 255, 255, .62); font-size: 11px; }
.hero-callout a span { color: #fff; font-size: 21px; font-weight: 900; letter-spacing: .4px; }
.hero-mountain { position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 145px; fill: rgba(255, 255, 255, .045); }
.service-shortcuts { position: relative; z-index: 5; min-height: 74px; background: #f5f9fc; }
.shortcut-grid { display: grid; grid-template-columns: repeat(4, 1fr); transform: translateY(-45px); box-shadow: 0 18px 55px rgba(3, 25, 42, .12); }
.shortcut-grid > a { min-height: 112px; display: grid; grid-template-columns: 46px 1fr 16px; align-items: center; gap: 13px; padding: 19px 20px; border-right: 1px solid var(--line); background: #fff; transition: transform .2s ease, background-color .2s ease; }
.shortcut-grid > a:first-child { border-radius: 15px 0 0 15px; }
.shortcut-grid > a:last-child { border-right: 0; border-radius: 0 15px 15px 0; }
.shortcut-grid > a:hover { z-index: 1; background: #f8fcff; transform: translateY(-5px); }
.shortcut-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; font-size: 22px; font-weight: 900; }
.shortcut-icon svg, .service-card-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shortcut-icon.cold { color: #058bd3; background: #e9f7fe; }
.shortcut-icon.eco { color: #4d9d46; background: #eff8ee; }
.shortcut-icon.heat { color: #ea4b3e; background: #fff0ee; }
.shortcut-icon.water { color: #087eb9; background: #edf7fb; }
.shortcut-grid strong, .shortcut-grid small { display: block; }
.shortcut-grid strong { color: var(--navy); font-size: 15px; line-height: 1.3; }
.shortcut-grid small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.shortcut-grid b { color: #9cb0c0; font-size: 17px; }
.services-section { padding-top: 78px; background: #f5f9fc; }
.services-section .section-heading { max-width: 900px; }
.service-showcase-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { --service-color: var(--blue); position: relative; min-height: 430px; display: flex; flex-direction: column; overflow: hidden; padding: 25px 23px 22px; border: 1px solid var(--line); border-top: 5px solid var(--service-color); border-radius: 9px 9px 19px 19px; background: #fff; box-shadow: 0 9px 28px rgba(6, 26, 44, .055); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(6, 26, 44, .12); }
.service-cold { --service-color: #079fe2; }
.service-eco { --service-color: #55aa45; }
.service-heat { --service-color: #ef4e42; }
.service-water { --service-color: #087eb9; }
.service-card-top { display: flex; align-items: center; justify-content: space-between; }
.service-number { color: #a2b2bf; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.service-card-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: var(--service-color); background: color-mix(in srgb, var(--service-color) 10%, white); font-size: 25px; font-weight: 900; }
.service-card-icon svg { width: 27px; height: 27px; }
.service-type { margin: 26px 0 4px !important; color: var(--service-color) !important; font-size: 10px !important; font-weight: 900; letter-spacing: 1.25px; text-transform: uppercase; }
.service-card h3 { margin: 0; color: var(--navy); font-size: 25px; line-height: 1.15; letter-spacing: -.7px; }
.service-card > p { margin: 15px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 23px; padding: 0; list-style: none; }
.service-card li { padding: 5px 8px; border-radius: 4px; color: #40586b; background: #eef4f7; font-size: 10px; font-weight: 800; }
.service-card-links { display: grid; gap: 7px; margin-top: auto; }
.service-card-links a:first-child { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 900; }
.service-card-links a:first-child span { color: var(--service-color); font-size: 18px; }
.service-card-links a:last-child { color: var(--service-color); font-size: 11px; font-weight: 800; }
.service-card-links a:hover { text-decoration: underline; }
.urgent-service { padding: 24px 27px; border-radius: 14px; background: linear-gradient(110deg, #061a2c, #0a3453); }
.urgent-mark { width: 52px; height: 52px; display: grid; flex: 0 0 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 27px; font-weight: 900; box-shadow: 0 0 0 8px rgba(239, 78, 66, .12); }
.price-card { border-radius: 14px; border-top: 4px solid #d7e3eb; }
.price-card.featured { border-width: 1px; border-top: 4px solid var(--blue); transform: none; box-shadow: 0 14px 35px rgba(7, 135, 209, .12); }
.aid-box { padding: 54px; border-radius: 28px; color: #fff; background-image: linear-gradient(100deg, rgba(3, 21, 34, .97), rgba(5, 42, 70, .88)), url("assets/chantier-chalet.webp"); background-size: cover; background-position: center; box-shadow: var(--shadow); }
.aid-box h2 { color: #fff; }
.aid-box > div:first-child p { color: rgba(255, 255, 255, .7); }
.aid-card { border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .08); box-shadow: none; backdrop-filter: blur(12px); }
.aid-card > span { display: block; margin-bottom: 8px; color: #7bdd8a; font-size: 11px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.aid-card strong { display: block; font-size: 24px; line-height: 1.25; }
.section-dark { position: relative; overflow: hidden; background: linear-gradient(135deg, #031522, #082c48); }
.section-dark::after { content: ""; position: absolute; right: -120px; bottom: -190px; width: 470px; height: 470px; border: 70px solid rgba(34, 184, 221, .045); border-radius: 50%; }
.section-dark .container { position: relative; z-index: 1; }
.qualification-grid article { border-radius: 12px; border-top: 3px solid var(--blue); }
.qualification-grid article:nth-child(2) { border-top-color: var(--green); }
.qualification-grid article:nth-child(3) { border-top-color: var(--red); }
.brand-cloud span { border-radius: 5px; filter: grayscale(1); transition: filter .2s ease, transform .2s ease; }
.brand-cloud span:hover { filter: grayscale(0); transform: translateY(-2px); }
.brand-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.service-hero { position: relative; min-height: 475px; display: flex; align-items: center; overflow: hidden; padding-block: 74px; background-image: linear-gradient(90deg, rgba(3, 21, 34, .97) 0%, rgba(4, 31, 51, .9) 47%, rgba(4, 31, 51, .38) 76%, rgba(4, 31, 51, .2) 100%), url("assets/chantier-chalet.webp"); background-size: cover; background-position: center 47%; }
.service-hero::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--cyan) 0 42%, #fff 42% 58%, var(--red) 58% 100%); }
.service-hero .container { position: relative; z-index: 1; }
.service-hero h1 { max-width: 900px; font-size: clamp(39px, 5vw, 62px); letter-spacing: -2.2px; }
.service-hero p { max-width: 720px; }
.service-content > article > h2:first-child { margin-top: 0; }
.service-cards article { border-top: 4px solid var(--blue); border-radius: 10px 10px 17px 17px; }
.service-cards article:nth-child(2) { border-top-color: var(--green); }
.service-cards article:nth-child(3) { border-top-color: var(--red); }
.about-split { gap: 28px; }
.about-story { min-height: 520px; display: flex; flex-direction: column; justify-content: end; padding: 46px; overflow: hidden; border-radius: 26px; color: #fff; background-image: linear-gradient(0deg, rgba(3, 21, 34, .98), rgba(3, 21, 34, .28)), url("assets/chantier-chalet.webp"); background-size: cover; background-position: 72% center; box-shadow: var(--shadow); }
.about-story h2 { color: #fff; font-size: clamp(31px, 3.5vw, 45px); }
.about-story .lead { color: rgba(255, 255, 255, .75); font-size: 15px; }
.founder-kicker { color: #73d9eb; font-size: 11px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.about-story .signature { margin-top: 23px; color: #fff; border-left-color: var(--green); }
.check-list > div { border-radius: 12px; box-shadow: 0 7px 21px rgba(6, 26, 44, .04); }
.zone-box { position: relative; overflow: hidden; border-radius: 24px; }
.zone-box::after { content: "74 / 01"; position: absolute; right: 16px; bottom: -38px; color: rgba(255, 255, 255, .045); font-size: 125px; font-weight: 900; line-height: 1; }
.zone-box > * { position: relative; z-index: 1; }
.review-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.rating-badge { min-width: 210px; display: grid; padding: 20px 23px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 25px rgba(6, 26, 44, .06); }
.rating-badge strong { color: var(--navy); font-size: 37px; line-height: 1; }
.rating-badge span { color: #f2a007; letter-spacing: 2px; }
.rating-badge small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.review-grid blockquote { border-top: 4px solid var(--blue); border-radius: 10px 10px 18px 18px; }
.review-grid blockquote:nth-child(2) { border-top-color: var(--green); }
.review-grid blockquote:nth-child(3) { border-top-color: var(--red); }
.contact-section { background: linear-gradient(180deg, #f3f7fa, #eaf2f7); }
.contact-form { border-radius: 16px; border-top: 5px solid var(--blue); }
.floating-call { background: linear-gradient(135deg, #079fe2, #067dbf); }
.footer-logo { width: min(280px, 100%); height: auto; margin-bottom: 14px; }
.footer-logo[src*="logo-hydrothermic-officiel"] { padding: 8px 10px; border-radius: 8px; background: #fff; }
.section { padding-block: 78px; }
.trust-band { color: #fff; background: linear-gradient(110deg, #031522, #0a3453); }
.trust-band-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-band-grid > div { min-height: 155px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 17px; padding: 28px 32px; border-right: 1px solid rgba(255, 255, 255, .12); }
.trust-band-grid > div:last-child { border-right: 0; }
.trust-band-grid > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 11px; font-weight: 900; }
.trust-band-grid > div:nth-child(2) > span { background: var(--green); }
.trust-band-grid > div:nth-child(3) > span { background: var(--red); }
.trust-band-grid p { margin: 0; }
.trust-band-grid strong, .trust-band-grid small { display: block; }
.trust-band-grid strong { font-size: 15px; }
.trust-band-grid small { margin-top: 4px; color: rgba(255, 255, 255, .63); font-size: 11px; line-height: 1.5; }
.brands-section { padding-block: 65px; }
.brands-section .section-heading { margin-bottom: 27px; }
@media (max-width: 1080px) {
  .brand { width: 260px; }
  .main-nav { gap: 17px; }
  .service-showcase-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 385px; }
}
@media (max-width: 980px) {
  html { scroll-padding-top: 88px; }
  .topbar-inner > span:nth-child(2) { display: none; }
  .brand { width: 280px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-block: 82px 125px; }
  .hero-copy { max-width: 720px; }
  .hero-callout { width: min(100%, 360px); }
  .shortcut-grid { grid-template-columns: 1fr 1fr; }
  .shortcut-grid > a:nth-child(2) { border-right: 0; border-radius: 0 15px 0 0; }
  .shortcut-grid > a:nth-child(3) { border-top: 1px solid var(--line); border-radius: 0 0 0 15px; }
  .shortcut-grid > a:nth-child(4) { border-top: 1px solid var(--line); border-radius: 0 0 15px 0; }
  .services-section { padding-top: 105px; }
  .trust-band-grid { grid-template-columns: 1fr; }
  .trust-band-grid > div { min-height: 110px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .trust-band-grid > div:last-child { border-bottom: 0; }
}
@media (max-width: 650px) {
  .topbar { display: none; }
  .nav-wrap { min-height: 74px; gap: 12px; }
  .brand { width: min(245px, calc(100vw - 92px)); }
  .subpage-actions .btn { min-width: 68px; padding-inline: 10px; font-size: 0; }
  .subpage-actions .btn::after { content: "Devis"; font-size: 12px; }
  .nav-wrap:has(.subpage-actions) .brand { width: min(225px, calc(100vw - 120px)); }
  .nav-wrap > .btn:not(.desktop-cta) { min-width: 74px; padding-inline: 10px; font-size: 0; }
  .nav-wrap > .btn:not(.desktop-cta)::after { content: "Accueil"; font-size: 12px; }
  .main-nav.open { top: 74px; }
  .hero { min-height: auto; }
  .hero-media { background-image: linear-gradient(90deg, rgba(3, 17, 29, .97), rgba(4, 25, 43, .77)), url("assets/chantier-chalet.webp"); background-position: 63% center; }
  .hero-grid { padding-block: 66px 105px; }
  .hero h1 { font-size: clamp(39px, 11.8vw, 55px); line-height: 1; letter-spacing: -2.3px; }
  .hero-copy > p { margin-block: 22px 26px; font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: auto 1fr; gap: 5px 10px; }
  .proof-separator { display: none; }
  .hero-proof > span:last-child { grid-column: 2; }
  .hero-callout { display: none; }
  .hero-mountain { height: 95px; }
  .service-shortcuts { min-height: 255px; }
  .shortcut-grid { grid-template-columns: 1fr; transform: translateY(-34px); }
  .shortcut-grid > a { min-height: 76px; grid-template-columns: 41px 1fr 16px; padding: 13px 16px; border-right: 0; border-bottom: 1px solid var(--line); border-radius: 0 !important; }
  .shortcut-grid > a:first-child { border-radius: 13px 13px 0 0 !important; }
  .shortcut-grid > a:last-child { border-bottom: 0; border-radius: 0 0 13px 13px !important; }
  .shortcut-icon { width: 40px; height: 40px; font-size: 19px; }
  .services-section { padding-top: 74px; }
  .section-heading h2 br { display: none; }
  .service-showcase-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card:hover { transform: none; }
  .urgent-service { display: grid; }
  .urgent-mark { width: 46px; height: 46px; }
  .aid-box { padding: 30px 22px; }
  .about-story { min-height: 500px; padding: 31px 23px; }
  .review-heading { display: grid; align-items: start; }
  .rating-badge { min-width: 0; width: 100%; }
}
:root {
  --v2-ink: #071b2d;
  --v2-blue: #087fc1;
  --v2-blue-bright: #13a8dc;
  --v2-red: #e8493f;
  --v2-green: #4aa541;
  --v2-paper: #f5f7f8;
  --v2-soft-blue: #eaf6fb;
  --v2-line: #dce5e9;
  --v2-shadow: 0 30px 80px rgba(7, 27, 45, .13);
}
.home-modern {
  overflow-x: hidden;
  color: #263b4a;
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.home-modern .container {
  width: min(1240px, calc(100% - 56px));
}
.v2-topbar {
  position: relative;
  z-index: 102;
  color: rgba(255, 255, 255, .78);
  background: var(--v2-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .045em;
}
.v2-topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.v2-topbar-location,
.v2-topbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.v2-topbar-location i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--v2-blue-bright);
}
.v2-topbar a {
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
}
.v2-header {
  top: 0;
  border-bottom: 1px solid rgba(7, 27, 45, .08);
  background: rgba(255, 255, 255, .92);
  box-shadow: none;
  backdrop-filter: saturate(160%) blur(18px);
  transition: box-shadow .3s ease, background-color .3s ease;
}
.v2-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 35px rgba(7, 27, 45, .08);
}
.v2-nav-wrap {
  min-height: 90px;
  gap: 26px;
}
.v2-brand {
  width: 320px;
  margin-right: auto;
}
.v2-brand img {
  width: 320px;
  height: auto;
}
.v2-main-nav {
  gap: 24px;
}
.v2-main-nav a {
  position: relative;
  padding: 34px 0;
  color: #263d4f;
  font-size: 13px;
  font-weight: 740;
}
.v2-main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--v2-blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.v2-main-nav a:hover::after,
.v2-main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.v2-quote-button {
  gap: 14px;
  min-width: 152px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0790d1, #0878b7);
  box-shadow: 0 0 0 0 rgba(8, 127, 193, .35), 0 10px 30px rgba(8, 127, 193, .22);
  animation: v2-quote-pulse 2.6s ease-in-out infinite;
}
.v2-quote-button i {
  font-size: 17px;
  font-style: normal;
}
@keyframes v2-quote-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(8, 127, 193, .28), 0 10px 30px rgba(8, 127, 193, .22); }
  48% { box-shadow: 0 0 0 8px rgba(8, 127, 193, 0), 0 14px 36px rgba(8, 127, 193, .32); }
}
.v2-hero {
  position: relative;
  min-height: calc(100vh - 124px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(28, 178, 220, .1), transparent 28%),
    linear-gradient(145deg, #fff 0%, #f7f9fa 55%, #eef4f6 100%);
}
.v2-hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -250px;
  bottom: -250px;
  border: 1px solid rgba(8, 127, 193, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(8, 127, 193, .035), 0 0 0 150px rgba(8, 127, 193, .025);
}
.v2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 6vw, 92px);
  padding: 62px 0 84px;
}
.v2-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.v2-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: #4d6270;
  background: rgba(255, 255, 255, .8);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v2-status i {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.v2-status i::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid currentColor;
  border-radius: 50%;
  animation: v2-status-pulse 1.55s ease-out infinite;
}
.v2-status-green i { color: var(--v2-green); background: var(--v2-green); }
.v2-status-red i { color: var(--v2-red); background: var(--v2-red); }
.v2-status-red i::after { animation-delay: .55s; }
@keyframes v2-status-pulse {
  0% { opacity: .75; transform: scale(.6); }
  80%, 100% { opacity: 0; transform: scale(1.55); }
}
.v2-kicker,
.v2-eyebrow {
  display: inline-block;
  margin: 0 0 17px;
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}
.v2-hero h1 {
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(58px, 6.1vw, 88px);
  font-weight: 760;
  letter-spacing: -.066em;
  line-height: .94;
}
.v2-hero h1 span {
  position: relative;
  color: transparent;
  background: linear-gradient(90deg, #087fc1 5%, #18a7ce 55%, #3aa56a 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.v2-hero-lead {
  max-width: 590px;
  margin: 29px 0 32px;
  color: #506573;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
}
.v2-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.v2-primary-button,
.v2-dark-button,
.v2-form-submit {
  gap: 25px;
  min-height: 56px;
  padding: 16px 23px;
  border-radius: 999px;
  color: #fff;
  background: var(--v2-ink);
  box-shadow: 0 16px 36px rgba(7, 27, 45, .18);
}
.v2-primary-button span,
.v2-dark-button span,
.v2-form-submit span {
  font-size: 18px;
}
.v2-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--v2-ink);
}
.v2-phone-link svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border: 1px solid var(--v2-line);
  border-radius: 50%;
  fill: none;
  stroke: var(--v2-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.v2-phone-link small,
.v2-phone-link strong {
  display: block;
  line-height: 1.2;
}
.v2-phone-link small {
  margin-bottom: 5px;
  color: #738590;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.v2-phone-link strong {
  font-size: 14px;
  letter-spacing: .02em;
}
.v2-hero-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 42px;
}
.v2-hero-meta > i {
  width: 1px;
  height: 34px;
  background: var(--v2-line);
}
.v2-hero-meta strong,
.v2-hero-meta small {
  display: block;
  line-height: 1.25;
}
.v2-hero-meta strong {
  color: var(--v2-ink);
  font-size: 15px;
}
.v2-hero-meta small {
  margin-top: 3px;
  color: #7b8b95;
  font-size: 10px;
}
.v2-hero-visual {
  position: relative;
  min-height: 590px;
  margin: 0;
  overflow: visible;
}
.v2-hero-visual > img {
  width: 100%;
  height: 590px;
  border-radius: 32px;
  object-fit: cover;
  object-position: 50% 50%;
  box-shadow: var(--v2-shadow);
}
.v2-hero-visual::before {
  content: "";
  position: absolute;
  inset: -13px 48px 23px -13px;
  z-index: -1;
  border-radius: 36px;
  background: linear-gradient(145deg, #d7edf4, #f6ddda);
}
.v2-hero-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 17px;
  color: #fff;
  background: rgba(4, 19, 31, .68);
  backdrop-filter: blur(15px);
}
.v2-hero-visual figcaption span {
  color: rgba(255, 255, 255, .67);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.v2-hero-visual figcaption strong {
  font-size: 12px;
  text-align: right;
}
.v2-hero-card {
  position: absolute;
  top: 40px;
  left: -35px;
  width: 132px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 20px;
  color: var(--v2-ink);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 50px rgba(7, 27, 45, .16);
  backdrop-filter: blur(16px);
}
.v2-hero-card span,
.v2-hero-card strong {
  display: block;
  line-height: 1.2;
}
.v2-hero-card span {
  color: #778995;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v2-hero-card svg {
  width: 34px;
  margin: 13px 0;
  fill: none;
  stroke: var(--v2-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.v2-hero-card strong {
  font-size: 12px;
}
.v2-scroll-hint {
  position: absolute;
  bottom: 19px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #80919a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.v2-scroll-hint i {
  position: relative;
  width: 1px;
  height: 24px;
  overflow: hidden;
  background: #c2cdd2;
}
.v2-scroll-hint i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--v2-blue);
  transform: translateY(-100%);
  animation: v2-scroll 1.8s ease-in-out infinite;
}
@keyframes v2-scroll {
  45%, 100% { transform: translateY(100%); }
}
.v2-section {
  padding: 116px 0;
}
.v2-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 52px;
}
.v2-heading h2,
.v2-thermo-copy h2,
.v2-story-copy h2,
.v2-contact-copy h2,
.v2-local h2 {
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(39px, 4.5vw, 62px);
  font-weight: 745;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.v2-heading > p {
  margin: 0 0 4px;
  color: #687c89;
  font-size: 15px;
  line-height: 1.7;
}
.v2-service-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}
.v2-service-card {
  position: relative;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 23px;
  background: #fff;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.v2-service-card:hover {
  border-color: #c7d7de;
  box-shadow: 0 24px 58px rgba(7, 27, 45, .1);
  transform: translateY(-7px);
}
.v2-service-icon {
  width: 67px;
  height: 67px;
  display: grid;
  place-items: center;
  border-radius: 19px;
}
.v2-service-icon svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}
.v2-blue { color: #087fc1; background: #eaf6fb; }
.v2-green { color: #479f42; background: #edf7ec; }
.v2-red { color: #df4d43; background: #fff0ee; }
.v2-cyan { color: #0d92b9; background: #eaf8fa; }
.v2-mix { color: #188dae; background: linear-gradient(135deg, #e8f7fa, #f4f7ed); }
.v2-service-number {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #a7b5bd;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
}
.v2-new-label {
  margin: 20px 0 -11px;
  color: var(--v2-green);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.v2-service-card h3 {
  min-height: 54px;
  margin: 25px 0 12px;
  color: var(--v2-ink);
  font-size: 21px;
  letter-spacing: -.025em;
  line-height: 1.16;
}
.v2-service-card p {
  margin: 0 0 25px;
  color: #687c89;
  font-size: 13px;
  line-height: 1.62;
}
.v2-service-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e7edef;
  color: var(--v2-ink);
  font-size: 12px;
  font-weight: 850;
}
.v2-service-card > a span {
  color: var(--v2-blue);
  font-size: 17px;
  transition: transform .2s ease;
}
.v2-service-card:hover > a span { transform: translateX(4px); }
.v2-projects {
  color: #fff;
  background: var(--v2-ink);
}
.v2-heading-light h2 { color: #fff; }
.v2-heading-light > p { color: rgba(255, 255, 255, .59); }
.v2-heading-light .v2-eyebrow { color: #55c7e7; }
.v2-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 310px 310px 300px;
  gap: 16px;
}
.v2-project {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
  background: #0d2a40;
}
.v2-project-large {
  grid-column: span 2;
  grid-row: span 2;
}
.v2-project-wide { grid-column: span 3; }
.v2-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.7,.2,1);
}
.v2-project-large img { object-position: center; }
.v2-project:nth-child(3) img { object-position: center 55%; }
.v2-project-wide img { object-position: center 55%; }
.v2-project:hover img { transform: scale(1.035); }
.v2-project::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(2, 13, 22, .84));
  pointer-events: none;
}
.v2-project figcaption {
  position: absolute;
  right: 25px;
  bottom: 22px;
  left: 25px;
  z-index: 1;
}
.v2-project figcaption span,
.v2-project figcaption strong {
  display: block;
}
.v2-project figcaption span {
  margin-bottom: 6px;
  color: #78d4ea;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.v2-project figcaption strong {
  color: #fff;
  font-size: 18px;
}
.v2-thermo {
  background: linear-gradient(140deg, #f3f8f5 0%, #fff 58%, #eef7fa 100%);
}
.v2-thermo-grid,
.v2-story-grid,
.v2-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .87fr) minmax(0, 1.13fr);
  align-items: center;
  gap: clamp(65px, 8vw, 116px);
}
.v2-thermo-visual {
  position: relative;
  max-width: 520px;
  margin: 0;
}
.v2-thermo-visual::before {
  content: "";
  position: absolute;
  inset: -18px 36px 28px -18px;
  z-index: 0;
  border: 1px solid #c9e3d4;
  border-radius: 29px;
}
.v2-thermo-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 610px;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: var(--v2-shadow);
}
.v2-thermo-visual figcaption {
  position: absolute;
  right: -24px;
  bottom: 34px;
  z-index: 2;
  min-width: 230px;
  padding: 20px 22px;
  border-radius: 17px;
  color: #fff;
  background: var(--v2-ink);
  box-shadow: 0 18px 45px rgba(7, 27, 45, .22);
}
.v2-thermo-visual figcaption strong,
.v2-thermo-visual figcaption span { display: block; }
.v2-thermo-visual figcaption strong { font-size: 15px; }
.v2-thermo-visual figcaption span { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 11px; }
.v2-thermo-copy h2 { max-width: 650px; }
.v2-lead {
  margin: 25px 0 0;
  color: #5d7180;
  font-size: 17px;
  line-height: 1.75;
}
.v2-checks {
  display: grid;
  gap: 0;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}
.v2-checks li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid var(--v2-line);
}
.v2-checks li > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--v2-green);
  font-size: 13px;
  font-weight: 900;
}
.v2-checks strong,
.v2-checks small { display: block; }
.v2-checks strong { color: var(--v2-ink); font-size: 14px; }
.v2-checks small { margin-top: 4px; color: #738590; font-size: 12px; line-height: 1.5; }
.v2-pricing { background: var(--v2-paper); }
.v2-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.v2-price-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--v2-line);
  border-radius: 23px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}
.v2-price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(7, 27, 45, .08);
}
.v2-price-card > span {
  color: var(--v2-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-price-card h3 {
  min-height: 52px;
  margin: 11px 0 29px;
  color: var(--v2-ink);
  font-size: 19px;
  line-height: 1.25;
}
.v2-price-card .v2-from {
  margin: 0 0 4px;
  color: #738590;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.v2-price-card > strong {
  color: var(--v2-ink);
  font-size: 34px;
  letter-spacing: -.045em;
  line-height: 1;
}
.v2-price-card > strong small {
  font-size: 10px;
  letter-spacing: .04em;
}
.v2-price-card > p:not(.v2-from) {
  margin: 18px 0 25px;
  color: #758793;
  font-size: 12px;
  line-height: 1.55;
}
.v2-price-card > a {
  margin-top: auto;
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 850;
}
.v2-price-disclaimer {
  margin: 19px 0 0;
  color: #7b8c96;
  font-size: 11px;
  text-align: center;
}
.v2-story { background: #fff; }
.v2-story-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.v2-story-visual {
  position: relative;
  min-height: 660px;
}
.v2-story-visual img {
  width: 100%;
  height: 660px;
  border-radius: 27px;
  object-fit: cover;
  box-shadow: var(--v2-shadow);
}
.v2-story-visual > div {
  position: absolute;
  right: -32px;
  bottom: 30px;
  left: 32px;
  padding: 25px 27px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, rgba(8,127,193,.96), rgba(8,86,135,.96));
  box-shadow: 0 20px 55px rgba(8, 105, 160, .26);
}
.v2-story-visual span,
.v2-story-visual strong,
.v2-story-visual small { display: block; }
.v2-story-visual span { color: rgba(255,255,255,.66); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.v2-story-visual strong { margin: 4px 0; font-size: 27px; letter-spacing: -.03em; }
.v2-story-visual small { font-size: 12px; }
.v2-story-copy > p {
  margin: 20px 0;
  color: #5e7280;
  font-size: 15px;
  line-height: 1.75;
}
.v2-story-copy > p strong { color: var(--v2-ink); }
.v2-story-copy blockquote {
  margin: 29px 0 0;
  padding: 21px 0 21px 24px;
  border: 0;
  border-left: 3px solid var(--v2-green);
  border-radius: 0;
  color: var(--v2-ink);
  background: transparent;
  font-size: 19px;
  line-height: 1.55;
  box-shadow: none;
}
.v2-brands { background: var(--v2-paper); }
.v2-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.v2-brand-logo {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--v2-line);
  border-radius: 17px;
  color: var(--v2-ink);
  background: #fff;
  transition: border-color .25s ease, transform .25s ease;
}
.v2-brand-logo:hover { border-color: #becdd4; transform: translateY(-3px); }
.v2-brand-note {
  margin: 18px 0 0;
  color: #7a8a94;
  font-size: 10px;
  text-align: right;
}
.v2-local {
  padding: 76px 0;
  color: #fff;
  background: linear-gradient(112deg, #082039 0%, #0c4c73 58%, #087fa9 100%);
}
.v2-local-grid {
  display: grid;
  grid-template-columns: .8fr 1fr auto;
  align-items: center;
  gap: 62px;
}
.v2-local .v2-eyebrow { color: #76d6ec; }
.v2-local h2 { color: #fff; font-size: clamp(37px, 4vw, 54px); }
.v2-local p { margin: 0; color: rgba(255, 255, 255, .67); font-size: 14px; line-height: 1.75; }
.v2-local a { display: inline-flex; gap: 22px; padding: 14px 19px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 850; white-space: nowrap; }
.v2-contact {
  color: #fff;
  background: #061827;
}
.v2-contact-grid {
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.02fr);
  align-items: start;
}
.v2-contact-copy h2 { color: #fff; }
.v2-contact-copy > p { max-width: 540px; margin: 24px 0 35px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; }
.v2-contact .v2-eyebrow { color: #5cc8e7; }
.v2-contact-list { display: grid; gap: 0; }
.v2-contact-list > a,
.v2-contact-list > div { display: grid; grid-template-columns: 43px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.v2-contact-icon { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; }
.v2-contact-icon svg { width: 19px; height: 19px; fill: none; stroke: #63c8e5; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.v2-contact-list small,
.v2-contact-list strong { display: block; }
.v2-contact-list small { margin-bottom: 3px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.v2-contact-list strong { color: #fff; font-size: 14px; line-height: 1.45; }
.v2-contact-form {
  gap: 15px;
  padding: 35px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  color: var(--v2-ink);
  background: #fff;
  box-shadow: 0 32px 90px rgba(0,0,0,.26);
}
.v2-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--v2-line);
}
.v2-form-heading span { color: var(--v2-blue); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.v2-form-heading strong { color: var(--v2-ink); font-size: 13px; }
.v2-contact-form label { font-size: 11px; }
.v2-contact-form input,
.v2-contact-form select,
.v2-contact-form textarea { padding: 13px 14px; border-color: #d5e0e5; border-radius: 10px; background: #fbfcfc; font-size: 13px; }
.v2-form-submit { width: 100%; justify-content: space-between; border-radius: 12px; background: linear-gradient(135deg, #087fc1, #096da5); }
.v2-contact-form > small { color: #7a8b95; font-size: 9px; line-height: 1.5; }
.v2-floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--v2-green);
  box-shadow: 0 15px 40px rgba(51, 139, 62, .35);
  animation: v2-call-pulse 2.3s ease-in-out infinite;
}
.v2-floating-call svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
@keyframes v2-call-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 15px 40px rgba(51,139,62,.35), 0 0 0 0 rgba(74,165,65,.38); }
  50% { transform: scale(1.055); box-shadow: 0 18px 45px rgba(51,139,62,.45), 0 0 0 10px rgba(74,165,65,0); }
}
.v2-footer {
  padding: 62px 0 20px;
  color: rgba(255,255,255,.57);
  background: #03111c;
}
.v2-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr .8fr .9fr;
  gap: 46px;
}
.v2-footer-brand img {
  width: 260px;
  height: auto;
  margin-bottom: 22px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #fff;
}
.v2-footer p { margin: 8px 0; font-size: 11px; line-height: 1.75; }
.v2-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.78); font-size: 11px; }
.v2-footer-title { margin-top: 2px !important; color: #fff; font-size: 12px !important; font-weight: 850; }
.v2-copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.v2-service-card:nth-child(2),
.v2-price-card:nth-child(2),
.v2-brand-logo:nth-child(2) { transition-delay: .07s; }
.v2-service-card:nth-child(3),
.v2-price-card:nth-child(3),
.v2-brand-logo:nth-child(3) { transition-delay: .14s; }
.v2-service-card:nth-child(4),
.v2-price-card:nth-child(4),
.v2-brand-logo:nth-child(4) { transition-delay: .21s; }
.v2-service-card:nth-child(5) { transition-delay: .28s; }
@media (max-width: 1120px) {
  .v2-brand, .v2-brand img { width: 245px; }
  .v2-main-nav { gap: 16px; }
  .v2-main-nav a { font-size: 12px; }
  .v2-quote-button { min-width: auto; padding-inline: 16px; }
  .v2-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); gap: 50px; }
  .v2-service-rail { grid-template-columns: repeat(3, 1fr); }
  .v2-service-card:nth-child(4), .v2-service-card:nth-child(5) { min-height: 320px; }
  .v2-contact-grid { grid-template-columns: .85fr 1.15fr; gap: 65px; }
}
@media (max-width: 940px) {
  .home-modern .container { width: min(100% - 40px, 760px); }
  .v2-hours { display: none; }
  .v2-nav-wrap { min-height: 75px; }
  .v2-brand img { width: 255px; }
  .v2-brand { width: 255px; }
  .v2-menu-toggle { display: grid; place-items: center; order: 3; }
  .menu-lines { position: relative; width: 22px; height: 16px; display: block; }
  .menu-lines i { position: absolute; left: 0; width: 22px; height: 2px; border-radius: 2px; background: var(--v2-ink); transition: transform .2s ease, top .2s ease; }
  .menu-lines i:first-child { top: 3px; }
  .menu-lines i:last-child { top: 11px; }
  .v2-menu-toggle[aria-expanded="true"] .menu-lines i:first-child { top: 7px; transform: rotate(45deg); }
  .v2-menu-toggle[aria-expanded="true"] .menu-lines i:last-child { top: 7px; transform: rotate(-45deg); }
  .v2-main-nav {
    position: absolute;
    top: 75px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 12px;
    border: 1px solid var(--v2-line);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 25px 60px rgba(7,27,45,.16);
  }
  .v2-main-nav.open { display: grid; }
  .v2-main-nav a { padding: 12px 13px; border-radius: 10px; font-size: 14px; }
  .v2-main-nav a::after { display: none; }
  .v2-main-nav a:hover { background: var(--v2-paper); }
  .v2-header .desktop-cta { margin-left: auto; }
  .v2-hero { min-height: auto; }
  .v2-hero-grid { grid-template-columns: 1fr; gap: 55px; padding: 72px 0 92px; }
  .v2-hero-copy { max-width: 680px; }
  .v2-hero-visual { min-height: 560px; }
  .v2-hero-visual > img { height: 560px; }
  .v2-heading { grid-template-columns: 1fr; gap: 20px; }
  .v2-service-rail { grid-template-columns: repeat(2, 1fr); }
  .v2-project-grid { grid-template-rows: 260px 260px 270px; }
  .v2-thermo-grid, .v2-story-grid, .v2-contact-grid { grid-template-columns: 1fr; }
  .v2-thermo-visual { width: min(100%, 540px); margin-inline: auto; }
  .v2-story-visual { min-height: 520px; }
  .v2-story-visual img { height: 520px; }
  .v2-price-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-brand-grid { grid-template-columns: repeat(3, 1fr); }
  .v2-local-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .v2-local-grid > a { grid-column: 2; justify-self: start; }
  .v2-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .v2-footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  .home-modern .container { width: min(100% - 30px, 540px); }
  .v2-topbar-inner { min-height: 32px; }
  .v2-topbar-location { font-size: 9px; }
  .v2-topbar a { font-size: 11px; }
  .v2-nav-wrap { min-height: 70px; gap: 8px; }
  .v2-brand img { width: 205px; }
  .v2-brand { width: 205px; }
  .v2-header .desktop-cta { display: none; }
  .v2-main-nav { top: 70px; right: 15px; left: 15px; }
  .v2-hero-grid { gap: 42px; padding: 54px 0 76px; }
  .v2-status { font-size: 8px; }
  .v2-kicker, .v2-eyebrow { font-size: 9px; }
  .v2-hero h1 { font-size: clamp(49px, 15.4vw, 68px); line-height: .96; }
  .v2-hero-lead { margin: 23px 0 28px; font-size: 16px; }
  .v2-hero-actions { align-items: flex-start; gap: 19px; }
  .v2-primary-button { width: 100%; justify-content: space-between; }
  .v2-hero-meta { gap: 12px; margin-top: 33px; }
  .v2-hero-meta > i { height: 29px; }
  .v2-hero-meta strong { font-size: 13px; }
  .v2-hero-meta small { font-size: 8px; }
  .v2-hero-visual { min-height: 430px; }
  .v2-hero-visual > img { height: 430px; border-radius: 24px; }
  .v2-hero-visual::before { inset: -9px 25px 20px -9px; border-radius: 28px; }
  .v2-hero-card { top: 22px; left: -7px; width: 112px; padding: 14px; }
  .v2-hero-visual figcaption { right: 11px; bottom: 11px; left: 11px; display: block; padding: 14px; }
  .v2-hero-visual figcaption strong { display: block; margin-top: 3px; text-align: left; }
  .v2-scroll-hint { display: none; }
  .v2-section { padding: 82px 0; }
  .v2-heading { margin-bottom: 35px; }
  .v2-heading h2, .v2-thermo-copy h2, .v2-story-copy h2, .v2-contact-copy h2, .v2-local h2 { font-size: 39px; }
  .v2-heading > p { font-size: 14px; }
  .v2-service-rail {
    width: calc(100% + 15px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(275px, 82vw);
    gap: 12px;
    overflow-x: auto;
    padding: 2px 15px 25px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .v2-service-rail::-webkit-scrollbar { display: none; }
  .v2-service-card { min-height: 335px; scroll-snap-align: start; }
  .v2-project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .v2-project, .v2-project-large, .v2-project-wide { grid-column: auto; grid-row: auto; height: 320px; border-radius: 19px; }
  .v2-project-large { height: 410px; }
  .v2-project:nth-child(3) { height: 390px; }
  .v2-thermo-grid, .v2-story-grid, .v2-contact-grid { gap: 55px; }
  .v2-thermo-visual img { height: 520px; }
  .v2-thermo-visual figcaption { right: -5px; bottom: 20px; min-width: 210px; }
  .v2-price-grid { grid-template-columns: 1fr; }
  .v2-price-card { min-height: 320px; }
  .v2-story-visual { min-height: 450px; }
  .v2-story-visual img { height: 450px; }
  .v2-story-visual > div { right: -5px; bottom: 20px; left: 20px; }
  .v2-story-copy > p { font-size: 14px; }
  .v2-brand-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .v2-brand-logo { min-height: 94px; padding: 13px; transform: none !important; }
  .v2-brand-logo strong { font-size: 15px; }
  .brand-mitsubishi strong { font-size: 10px; }
  .mitsubishi-mark { transform: scale(.82); }
  .v2-local { padding: 64px 0; }
  .v2-local-grid { grid-template-columns: 1fr; }
  .v2-local-grid > a { grid-column: auto; }
  .v2-contact-form { grid-template-columns: 1fr; padding: 24px; }
  .v2-contact-form .full { grid-column: 1; }
  .v2-form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .v2-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .v2-footer-grid > div:last-child { grid-column: auto; }
  .v2-footer-brand img { width: 245px; }
  .v2-copyright { display: grid; gap: 7px; }
  .v2-floating-call { right: 15px; bottom: 15px; width: 54px; height: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
.hydro-crop {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}
.hydro-logo {
  width: 100%;
  aspect-ratio: 1580 / 255;
}
.hydro-crop > img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  transform: none;
}
.hydro-logo > img {
  width: 112.278481%;
  left: -6.329114%;
  top: -64.705882%;
}
.hydro-logo-plaque {
  display: block;
  width: min(300px, 100%);
  margin-bottom: 22px;
  padding: 13px;
  border-radius: 10px;
  background: #fff;
}
.status-card .hydro-logo-plaque { margin-inline: auto; }
.hydro-picto {
  width: 84px;
  height: 84px;
  aspect-ratio: 1;
}
.hydro-picto > img {
  width: 1478.333333%;
  top: -366.666667%;
}
.hydro-picto-clim > img { left: -181.666667%; }
.hydro-picto-pac > img { left: -526.666667%; }
.hydro-picto-chauffage > img { left: -857.5%; }
.hydro-picto-plomberie > img { left: -1185.833333%; }
.hydro-picto-ballon > img {
  position: absolute;
  width: 116%;
  height: 116%;
  left: -8%;
  top: -8%;
  object-fit: contain;
}
.v2-hero-card .hydro-picto { width: 54px; height: 54px; margin: 9px auto; }
.v2-footer-brand .hydro-logo > img { margin: 0; padding: 0; }
.v2-brand { flex: 0 0 320px; }
.brand .hydro-logo { width: 100%; }
.v2-main-nav a { font-size: 14px; }
.v2-topbar, .v2-topbar a { font-size: 13px; }
.v2-status, .v2-kicker, .v2-eyebrow, .v2-service-number,
.v2-new-label, .v2-hero-meta small, .v2-hero-visual figcaption span,
.v2-project figcaption span, .v2-price-card > span, .v2-price-card .v2-from,
.v2-price-card > strong small, .v2-story-visual span, .v2-contact-list small,
.v2-form-heading span, .v2-copyright { font-size: 12px; }
.v2-heading > p, .v2-service-card p, .v2-story-copy > p,
.v2-local p, .v2-price-card > p:not(.v2-from) { font-size: 16px; }
.v2-service-card > a, .v2-price-card > a, .v2-local a,
.v2-contact-form label, .v2-contact-list strong, .v2-form-heading strong,
.v2-checks strong { font-size: 14px; }
.v2-checks small, .v2-brand-note, .v2-price-disclaimer,
.v2-footer p, .v2-footer a, .v2-thermo-visual figcaption span { font-size: 13px; }
.v2-contact-form input, .v2-contact-form select, .v2-contact-form textarea { font-size: 16px; }
.v2-contact-form > small { font-size: 12px; }
.v2-service-card { min-height: 430px; }
.v2-service-card h3 { margin-top: 20px; }
.v2-new-label { margin: 12px 0 -8px; letter-spacing: .02em; }
.v2-brand-logo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 58px; object-fit: contain; }
.brand-viessmann img { width: 190px; }
.v2-brand-logo { padding: 24px 30px; }
.manufacturer-image { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 64px; overflow: hidden; }
.brand-hitachi .manufacturer-image, .brand-saunier .manufacturer-image { height: 42px; }
.brand-hitachi img, .brand-saunier img { position: absolute; max-width: none; max-height: none; height: auto; }
.brand-hitachi .manufacturer-image { width: 160px; height: auto; aspect-ratio: 223 / 36; }
.brand-hitachi img { width: 134.529148%; left: -17.93722%; top: -366.666667%; }
.brand-saunier img { width: 108.382726%; left: -4.65707%; top: -144.086022%; }
.brand-saunier .manufacturer-image { aspect-ratio: 1181 / 186; height: auto; }
.brand-buderus img { max-height: 94px; }
.v2-project-grid { grid-template-columns: 1.3fr 1fr; grid-template-rows: none; }
.v2-project-large { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
.v2-project-large img { object-fit: contain; }
.v2-project-grid .v2-project { min-height: 360px; }
.v2-project-grid .v2-project-large::after { inset: 70% 0 0; }
.v2-story-visual img { object-position: 65% center; }
.v2-heading-light > p, .v2-contact-copy > p, .v2-local p { color: #bcc9d3; }
.v2-contact-list small { color: #aabcc8; }
.v2-footer { color: #abbac6; }
.v2-copyright { color: #98aab9; }
.v2-primary-button { animation: v2-quote-pulse 2.6s ease-in-out infinite; }
.v2-hero-meta a:hover small { color: var(--v2-blue); }
:focus-visible { outline: 3px solid #087fc1; outline-offset: 5px; }
@media (max-width: 1120px) {
  .v2-brand { flex-basis: 245px; }
  .v2-main-nav { gap: 14px; }
}
@media (max-width: 940px) {
  .v2-brand { flex-basis: 255px; }
  .v2-project-grid { grid-template-columns: 1fr; }
  .v2-project-grid .v2-project { min-height: 0; aspect-ratio: 4 / 3; }
}
@media (max-width: 680px) {
  .v2-brand { width: 245px; flex-basis: 245px; }
  .v2-topbar-inner { gap: 10px; flex-wrap: wrap; justify-content: center; padding: 7px 0; }
  .v2-topbar-location { font-size: 12px; }
  .v2-topbar-right { margin-left: auto; }
  .v2-status { font-size: 12px; }
  .v2-hero-meta { flex-wrap: wrap; }
  .v2-hero-meta small { font-size: 12px; }
  .v2-project-grid .v2-project { height: auto; }
  .v2-project-large figcaption { position: static; padding: 14px 18px; }
  .v2-project-large img { height: auto; }
  .v2-project-large::after { display: none; }
  .v2-brand-logo { padding: 20px; }
  .v2-brand-logo img { max-height: 46px; }
  .brand-hitachi img, .brand-saunier img { max-height: none; }
  .brand-hitachi .manufacturer-image { width: 130px; height: 21px; }
  .brand-buderus img { max-height: 76px; }
  .v2-footer-brand .hydro-logo-plaque { width: 280px; }
  .v2-service-card { min-height: 390px; }
}
@media (max-width: 380px) {
  .v2-brand { width: 220px; flex-basis: 220px; }
  .v2-topbar-right { margin-left: 0; }
}
html{scroll-padding-top:110px}
.home-modern{overflow-x:clip}
.hydro-crop>img,.hydro-logo>img,.hydro-picto>img{position:static;width:100%;height:100%;max-width:100%;inset:auto;object-fit:contain;transform:none}
.hydro-logo{aspect-ratio:960/155}
.hydro-picto-ballon>img{width:116%;height:116%;max-width:none;margin:-8%}
.brand-hitachi img,.brand-saunier img{position:static;width:100%;height:auto;max-width:100%;inset:auto}
.v2-primary-button,.v2-quote-button,.v2-floating-call{animation:none}
.v2-status i::after,.v2-scroll-hint i::after{animation-iteration-count:3}
.js .reveal{opacity:1;transform:none}
.v2-hero h1{font-size:clamp(43px,4.5vw,66px);line-height:1.04;letter-spacing:-.05em}
.v2-hero-grid{gap:48px;padding-top:68px;padding-bottom:85px}
.v2-hero-lead strong{font-weight:650;color:var(--v2-ink)}
.v2-hero-visual{min-height:480px}
.v2-hero-visual>img{height:480px}
.review-date{display:block;margin-top:3px;font-size:10px;color:#617080;font-weight:400}
.v2-hero-meta small,.v2-contact-form>small,.v2-brand-note,.v2-price-disclaimer{color:#536776}
.v2-kicker,.v2-eyebrow{color:#076b9f}
.v2-quote-button,.v2-form-submit{background:linear-gradient(135deg,#0877b1,#075e8e);color:white}
.v2-service-card>a{line-height:1.45}
.v2-contact-list strong{overflow-wrap:anywhere}
.v2-footer a{display:block;padding-block:3px;overflow-wrap:anywhere}
.v2-footer p{line-height:1.7}
.v2-footer-grid{grid-template-columns:1.2fr 1fr 1.2fr 1fr;gap:32px}
.v2-footer-grid>div:last-child{grid-column:auto}
.v2-footer-title{color:white}
.v2-contact-form .honey{display:none}
.form-feedback{border-radius:10px;padding:15px;font-weight:600;font-size:15px;line-height:1.5;background:#eef7f2;color:#20573e}
.form-feedback[data-state="error"]{background:#fff0ee;color:#95291d}
.form-feedback[data-state="pending"]{background:#edf6fa;color:#234f67}
.v2-contact-form .form-fallback{font-size:14px;line-height:1.6;margin:0}
.form-fallback a,.legal-content a,.response-page p a{color:#096da4;text-decoration:underline;text-underline-offset:3px}
.form-feedback[hidden],.form-fallback[hidden]{display:none}
button:disabled{cursor:wait;opacity:.75;transform:none}
.new-request{border:1px solid #bad0dc;border-radius:9px;padding:12px;background:white;color:#175675;cursor:pointer}
.maintenance-band{padding:52px 0;background:#eef5f8;border-block:1px solid #e0e9ee}
.maintenance-band .container{display:flex;gap:48px;align-items:center;justify-content:space-between}
.maintenance-band h2{margin:9px 0 12px;max-width:650px;font-size:clamp(27px,3vw,39px);line-height:1.15;letter-spacing:-.035em;color:var(--v2-ink)}
.maintenance-band p{max-width:670px;margin:0;color:#475d6d}
.maintenance-actions{display:grid;gap:20px;flex-shrink:0}
.maintenance-actions .text-link{font-size:14px}
.v2-local{padding-block:72px}
.v2-local h2{font-size:clamp(31px,4vw,46px);line-height:1.1;letter-spacing:-.04em;margin:15px 0 35px;color:white}
.region-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:24px}
.v2-local a{white-space:normal}
.v2-thermo-grid>*,.v2-story-grid>*,.v2-contact-grid>*,.region-grid>*{min-width:0}
.region-grid>a{display:block;padding:26px;border:1px solid #3a5366;border-radius:16px;transition:background .2s;background:#102c40}
.region-grid>a:hover{background:#17384d}
.region-grid h3{display:flex;justify-content:space-between;color:white;margin:0;font-size:23px}
.region-grid p{font-weight:400;font-size:16px;line-height:1.6;margin:15px 0}
.region-grid>a>span{color:#b8e5fa;font-size:14px}
.v2-local>.container>p a{text-decoration:underline}
.breadcrumbs{padding-top:30px;font-size:13px;color:#536b7d}
.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px 12px;padding:0;margin:0}
.breadcrumbs li+li:before{content:'›';margin-right:12px;color:#8293a0}
.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.detail-hero{display:grid;grid-template-columns:1.12fr 1fr;gap:58px;align-items:center;padding-block:45px 65px}
.detail-hero h1{font-size:clamp(38px,4.1vw,59px);line-height:1.06;letter-spacing:-.045em;color:var(--v2-ink);margin:12px 0 24px}
.detail-hero .v2-eyebrow{line-height:1.7;margin-bottom:0}
.detail-lead{font-size:18px;line-height:1.65;color:#465c6b;margin:0 0 28px}
.detail-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.detail-actions .text-link{font-size:15px}
.detail-visual{margin:0;border-radius:20px;overflow:hidden;background:#f2f5f6}
.detail-visual img{width:100%;height:390px;object-fit:cover}
.detail-visual figcaption{padding:14px 20px;font-size:13px;color:#4a5f6d}
.detail-intro-note{padding:38px;background:#edf4f8;border:1px solid #dfebf1;border-radius:22px}
.detail-intro-note h2{font-size:29px;line-height:1.18;letter-spacing:-.03em;color:var(--v2-ink);margin:5px 0 18px}
.detail-intro-note p{color:#4a6070}
.detail-intro-note a{font-size:19px;font-weight:750;color:#076da6}
.page-summary{border-block:1px solid #dce5ea;display:flex;gap:8px 22px;flex-wrap:wrap;padding-block:18px;margin-bottom:54px}
.page-summary a{padding:5px 0;font-size:13px;font-weight:650;color:#416278;text-decoration:underline;text-underline-offset:4px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:68px;align-items:start;padding-bottom:80px}
.detail-content section+section{margin-top:54px}
.detail-content h2{font-size:clamp(26px,2.6vw,35px);line-height:1.2;letter-spacing:-.025em;color:var(--v2-ink);margin:0 0 20px}
.detail-content h3{font-size:19px;line-height:1.3;color:var(--v2-ink);margin:0 0 12px}
.detail-content p{line-height:1.8;margin:14px 0;color:#42596a}
.detail-content a{color:#086ca2;text-decoration:underline;text-underline-offset:3px}
.detail-content ul,.detail-content ol{padding-left:23px}
.detail-content li{margin-bottom:12px;color:#42596a}
.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-block:22px}
.choice-grid article{background:#f4f7f9;border-radius:14px;padding:24px}
.choice-grid article p{font-size:15px;margin:0}
.choice-grid article p+p{margin-top:12px}
.choice-grid article:last-child:nth-child(odd){grid-column:1/-1}
.detail-aside{position:sticky;top:116px;padding:28px;border:1px solid #dce7ec;background:#f7f9fa;border-radius:18px}
.detail-aside h2{margin:7px 0 17px;font-size:27px;line-height:1.15;letter-spacing:-.025em;color:var(--v2-ink)}
.detail-aside h3{font-size:17px;line-height:1.35;margin:25px 0 10px}
.detail-aside p{font-size:14px;line-height:1.7;color:#4c6270}
.detail-aside .btn{width:100%;font-size:14px;margin-top:7px}
.aside-hours{border-top:1px solid #dce7ec;padding-top:18px;margin-top:24px}
.faq-list{border-top:1px solid #dce5ea}
.faq-list details{border-bottom:1px solid #dce5ea}
.faq-list summary{cursor:pointer;font-weight:650;color:#173449;padding:20px 30px 20px 0;line-height:1.5}
.faq-list details p{margin:0 0 22px;padding-right:20px}
.related-section{padding:60px 0;background:#edf4f8}
.related-section h2{color:var(--v2-ink);font-size:31px;line-height:1.2;margin:10px 0 28px;letter-spacing:-.03em}
.related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.related-grid a{display:flex;justify-content:space-between;align-items:center;gap:16px;background:white;border:1px solid #dbe6ec;padding:20px 23px;border-radius:12px;color:#173f56;font-weight:650}
.related-grid a:hover{border-color:#1983b9}
.regional-links{margin:25px 0 0;font-size:15px}
.regional-links a{text-decoration:underline;text-underline-offset:3px}
.legal-content{max-width:850px;padding-block:55px 80px}
.legal-content h1,.response-page h1{color:var(--v2-ink);font-size:clamp(32px,4vw,52px);line-height:1.12;letter-spacing:-.04em}
.legal-content h2{margin-top:35px;font-size:24px;color:var(--v2-ink)}
.response-page{max-width:900px;padding-block:75px 95px}
.response-page p{max-width:650px;margin-bottom:28px}
.response-page .related-grid{margin:30px 0}
.mobile-contact{display:none}
@media(min-width:941px){.v2-brand{flex-basis:290px;width:290px}.v2-main-nav{gap:22px}}
@media(max-width:1120px){.v2-footer-grid{grid-template-columns:1fr 1fr}.detail-layout{gap:38px}.detail-hero{gap:35px}.v2-main-nav{gap:15px}.v2-nav-wrap{gap:20px}}
@media(max-width:940px){
 .v2-hero-grid{padding-block:48px 68px;gap:42px}.v2-hero-visual{min-height:0}.v2-hero-visual>img{height:420px}
 .v2-story-visual>div{right:20px;left:20px}
 .detail-hero{grid-template-columns:1fr;gap:35px}.detail-hero h1{max-width:780px}.detail-visual img{height:390px}.detail-hero{padding-block:34px 45px}
 .detail-layout{grid-template-columns:1fr;gap:40px}.detail-aside{position:static}.detail-aside .btn{max-width:310px}
 .maintenance-band .container{align-items:flex-start;flex-direction:column;gap:28px}.maintenance-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px}
 .v2-main-nav.open{max-height:calc(100dvh - 180px);overflow:auto}
 .mobile-contact{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid #dce5ea;box-shadow:0 -5px 22px #071b2d0a;z-index:101;padding:9px 15px calc(9px + env(safe-area-inset-bottom));gap:10px}
 .mobile-contact a{display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:14px;font-weight:750;line-height:1.4;min-height:46px;border-radius:10px;color:#153a50;background:#eaf2f6;padding:7px}
 .mobile-contact a:last-child{color:white;background:#0874ac}.mobile-contact a span{display:block;font-size:10px;font-weight:500}
 body{padding-bottom:76px}.v2-footer{padding-bottom:30px}html{scroll-padding-top:92px;scroll-padding-bottom:85px}
}
@media(max-width:680px){
 .home-modern .container{width:calc(100% - 36px)}.v2-nav-wrap{min-height:77px;gap:10px}.v2-brand{width:235px;flex-basis:235px}
 .v2-hero h1{font-size:clamp(36px,9.7vw,52px);line-height:1.06}.v2-hero-grid{padding-top:34px}.v2-hero-lead{margin-top:21px}
 .v2-status-row{gap:7px}.v2-status{font-size:10px;padding:8px 10px;letter-spacing:.03em}
 .v2-hero-meta{gap:10px}.v2-hero-meta small{font-size:11px}.v2-hero-meta strong{font-size:14px}.review-date{font-size:9px}
 .v2-hero-visual>img{height:330px}.v2-hero-card{width:100px;padding:10px}.v2-hero-visual figcaption{font-size:12px}
 .v2-service-rail{display:grid;grid-template-columns:1fr;grid-auto-flow:row;grid-auto-columns:auto;width:100%;gap:16px;overflow:visible;margin:0;padding:0;scroll-snap-type:none}
 .v2-service-card,.v2-service-card:nth-child(n){min-height:0;padding:24px;display:grid;grid-template-columns:58px 1fr;column-gap:18px;grid-auto-flow:row;position:relative}
 .v2-service-card .hydro-picto{width:58px;height:58px;grid-row:1/3}.v2-service-number{display:none}.v2-service-card h3{font-size:22px;margin:3px 0 8px;grid-column:2}.v2-service-card p{font-size:14px;margin:0;grid-column:2}.v2-service-card>a{position:static;margin:16px 0 0;grid-column:2;font-size:13px}
 .v2-section{padding-block:64px}.maintenance-band{padding-block:38px}.maintenance-actions{display:grid;gap:19px}.region-grid{grid-template-columns:1fr;gap:16px}.region-grid>a{padding:23px}.region-grid h3{font-size:22px}
 .v2-heading h2,.v2-thermo-copy h2,.v2-story-copy h2,.v2-contact-copy h2,.v2-local h2{font-size:clamp(30px,8vw,39px);overflow-wrap:break-word}
 .v2-footer-grid{grid-template-columns:1fr;gap:28px}.v2-footer-brand .hydro-logo-plaque{width:260px}.v2-footer a{font-size:14px;padding-block:5px}
 .detail-hero h1{font-size:38px}.detail-lead{font-size:16px}.detail-visual img{height:300px}.detail-intro-note{padding:27px}.detail-intro-note h2{font-size:25px}.detail-hero .v2-eyebrow{font-size:11px}
 .detail-actions{gap:20px}.page-summary{margin-bottom:36px;gap:5px 16px}.page-summary a{font-size:12px}.choice-grid{grid-template-columns:1fr}.choice-grid article{padding:22px}.detail-content section+section{margin-top:40px}
 .detail-content h2{font-size:28px}.detail-content p{font-size:16px;line-height:1.75}.detail-layout{padding-bottom:55px}.related-grid{grid-template-columns:1fr}.related-section h2{font-size:28px}
 .legal-content{padding-top:35px}.response-page{padding-block:48px 60px}.v2-contact-form{padding:26px 22px}
}
@media(max-width:380px){.v2-brand{width:211px;flex-basis:211px}.v2-hero h1{font-size:35px}.v2-hero-meta{gap:9px}.v2-hero-meta>i{display:none}.v2-status{font-size:11px}.detail-hero h1{font-size:34px}.mobile-contact{padding-inline:10px;gap:8px}.mobile-contact a{font-size:12px}.v2-service-card{padding:22px 18px;column-gap:12px}.v2-service-card h3{font-size:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.zone-intro { max-width: 760px; font-size: 17px; line-height: 1.65; }
.region-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.region-grid > a { min-width: 0; }
.v2-contact-form small { font-size: 13px; line-height: 1.6; color: #405565; }
.v2-contact-form input, .v2-contact-form select, .v2-contact-form textarea { font-size: 16px; }
input, select, textarea, button, a, summary { scroll-margin-block: 110px 110px; }
:focus-visible { outline: 3px solid #08779f; outline-offset: 4px; }
@media (max-width: 940px) { .region-grid { grid-template-columns: 1fr; } }
