:root {
  --navy: #08233a;
  --deep: #032f44;
  --blue: #147fb2;
  --blue-bright: #22a8d8;
  --cyan: #6ec7d3;
  --aqua: #d9f7fb;
  --orange: #f27438;
  --orange-hot: #ff8a3d;
  --orange-dark: #b94718;
  --cream: #fff3df;
  --gold: #f7b84b;
  --ink: #111827;
  --muted: #556070;
  --line: #d8e0e8;
  --paper: #f4f8fb;
  --soft: #eef7fb;
  --white: #fff;
  --shadow: 0 18px 45px rgba(8, 35, 58, 0.18);
  --shadow-strong: 0 24px 70px rgba(8, 35, 58, 0.24);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: #ffffff; font-family: "Segoe UI", Arial, Helvetica, sans-serif; line-height: 1.5; padding-bottom: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.skip-link, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link:focus { z-index: 100; width: auto; height: auto; clip: auto; padding: 12px; background: var(--orange); color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(216,224,232,.82); backdrop-filter: blur(16px); box-shadow: 0 8px 28px rgba(8,35,58,.08); }
.top-strip { display: flex; justify-content: space-between; gap: 16px; padding: 8px max(18px, calc((100vw - 1220px)/2)); background: linear-gradient(90deg, var(--navy), #0e4e68 55%, var(--orange-dark)); color: var(--white); font-size: 13px; font-weight: 700; }
.top-strip a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.nav-shell { max-width: 1220px; margin: 0 auto; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand img { width: 188px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 10px; font-weight: 800; color: #253244; font-size: 13px; }
.nav-links > a, .nav-group > summary { padding: 10px 8px; border-radius: 8px; }
.nav-links > a:hover, .nav-group > summary:hover { background: var(--paper); color: var(--navy); }
.nav-group { position: relative; border: 0; padding: 0; background: transparent; }
.nav-group > summary { list-style: none; cursor: pointer; color: var(--ink); }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary:after { content: " +"; color: var(--orange-dark); font-weight: 900; }
.nav-group[open] > summary { background: var(--paper); color: var(--navy); }
.mega-menu { position: absolute; top: calc(100% + 14px); right: 0; z-index: 60; width: min(760px, calc(100vw - 36px)); padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.nav-group[open] .mega-menu { animation: menuFade .18s ease-out; }
.nav-group-wide .mega-menu { left: 50%; right: auto; transform: translateX(-50%); width: min(1040px, calc(100vw - 36px)); }
.mega-overview { display: grid; gap: 4px; padding: 14px; border-radius: 8px; background: var(--paper); color: var(--navy); margin-bottom: 14px; }
.mega-overview span, .mega-menu a span { color: var(--muted); font-weight: 700; font-size: 12px; line-height: 1.35; }
.mega-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.mega-grid section { display: grid; gap: 7px; align-content: start; }
.mega-grid h3 { margin: 0 0 4px; color: var(--orange-dark); font-size: 13px; text-transform: uppercase; }
.mega-menu a:not(.mega-overview) { display: grid; gap: 2px; padding: 9px; border-radius: 8px; color: var(--navy); }
.services-mega a:not(.mega-overview) { padding: 10px 11px; background: #f8fbfd; border: 1px solid rgba(216,224,232,.72); }
.mega-menu a:not(.mega-overview):hover { background: var(--paper); }
.compact-mega { width: min(420px, calc(100vw - 36px)); display: grid; gap: 6px; }
.area-menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.nav-call { background: linear-gradient(135deg, var(--orange), var(--orange-hot)); color: var(--white); padding: 12px 15px; border-radius: 8px; box-shadow: 0 12px 26px rgba(242,116,56,.32); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); }
.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.hero picture, .hero picture img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero picture img { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(5,23,39,.94), rgba(5,23,39,.76) 48%, rgba(5,23,39,.18)); }
.hero-content { position: relative; max-width: 1220px; width: 100%; margin: 0 auto; padding: 86px 18px 124px; }
.hero-content h1, .offer-hero h1 { max-width: 820px; margin: 0 0 18px; font-size: clamp(44px, 6vw, 78px); line-height: .95; letter-spacing: 0; }
.hero-content > p:not(.eyebrow) { max-width: 700px; font-size: clamp(22px, 3vw, 34px); line-height: 1.12; font-weight: 900; color: #fff6e8; }
.eyebrow { margin: 0 0 10px; color: var(--orange); font-weight: 900; font-size: 13px; letter-spacing: 0; text-transform: uppercase; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 12px 18px; border-radius: 8px; border: 0; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-xl { min-height: 56px; padding: 15px 22px; font-size: 17px; }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--orange), var(--orange-hot)); box-shadow: 0 14px 30px rgba(242,116,56,.32); }
.btn-call { min-width: 230px; animation: callPulse 4.2s ease-in-out infinite; }
.hero .btn-call { min-height: 66px; padding: 18px 28px; font-size: 20px; box-shadow: 0 20px 44px rgba(242,116,56,.42); }
.btn-call b { font-size: inherit; color: #fff8ec; }
.btn-text { color: var(--navy); background: linear-gradient(135deg, var(--cream), #ffffff); border: 1px solid rgba(255,255,255,.45); }
.btn-outline { color: var(--navy); border: 2px solid rgba(8,35,58,.18); background: var(--white); }
.hero .btn-outline, .dark-band .btn-outline, .site-footer .btn-outline { color: var(--white); border-color: rgba(255,255,255,.66); background: rgba(255,255,255,.08); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-strip { justify-content: center; padding: 14px 18px; background: linear-gradient(90deg, var(--deep), #0b5168, var(--navy)); color: var(--white); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.trust-strip span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.16); font-size: 13px; font-weight: 800; }
.trust-strip i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange-hot); box-shadow: 0 0 0 4px rgba(242,116,56,.18); }
.emergency-banner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 18px; padding: 16px 18px; background: linear-gradient(90deg, var(--orange-dark), var(--orange)); color: var(--white); font-weight: 900; }
.emergency-banner strong { font-size: 18px; }
.emergency-banner a { display: inline-flex; gap: 6px; align-items: center; min-height: 44px; padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--orange-dark); }
.social-proof-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 16px 18px; background: #f8fbfd; border-bottom: 1px solid var(--line); }
.social-proof-bar span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 900; box-shadow: 0 6px 16px rgba(13,43,69,.05); }
.section { max-width: 1220px; margin: 0 auto; padding: 78px 18px; }
.section h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(28px, 4vw, 46px); line-height: 1.05; }
.section p { color: var(--muted); }
.section-heading { max-width: 800px; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 0; }
.center-actions { display: flex; justify-content: center; margin-top: 28px; }
.split { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr); gap: 34px; align-items: center; }
.split > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.proof-grid, .process-grid, .service-grid, .mini-grid, .offer-grid, .review-grid, .blog-grid, .service-detail-grid { display: grid; gap: 16px; }
.proof-grid { grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.proof-grid div, .process-grid div, .mini-card, .offer-card, .review-grid figure, .review-carousel figure, .blog-card, .service-card, .lead-form, .service-detail-grid article { border: 1px solid rgba(216,224,232,.88); border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(13,43,69,.08); }
.service-card, .mini-card, .blog-card, .offer-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .mini-card:hover, .blog-card:hover, .offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-strong); border-color: rgba(34,168,216,.38); }
.proof-grid div { padding: 18px; }
.proof-grid strong { display: block; color: var(--navy); font-size: 24px; }
.proof-grid span, .mini-card span { color: var(--muted); }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-section .service-grid { grid-template-columns: repeat(4, 1fr); }
.service-grid-compact { grid-template-columns: repeat(3, 1fr); }
.service-card { overflow: hidden; }
.service-card img { width: 100%; height: 190px; object-fit: cover; }
.simple-service-card img { height: 210px; }
.service-card div { padding: 20px; }
.simple-service-card div { display: grid; gap: 14px; align-content: start; min-height: 142px; }
.service-card h3, .mini-card strong, .offer-card strong, .blog-card strong { color: var(--navy); font-size: 21px; line-height: 1.1; }
.service-card a, .blog-card span { color: var(--orange-dark); font-weight: 900; }
.service-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 14px; border: 1px solid rgba(242,116,56,.32); border-radius: 8px; background: #fff7ef; color: var(--orange-dark) !important; }
.owner-section { display: grid; gap: 22px; }
.owner-panel { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); gap: 30px; align-items: center; padding: 22px; border: 1px solid rgba(216,224,232,.9); border-radius: 8px; background: linear-gradient(135deg, #ffffff, #eef9fd); box-shadow: 0 10px 30px rgba(13,43,69,.08); }
.owner-panel > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.team-grid, .project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-grid article, .project-grid article { overflow: hidden; border: 1px solid rgba(216,224,232,.88); border-radius: 8px; background: var(--white); box-shadow: 0 8px 24px rgba(13,43,69,.08); }
.team-grid img, .project-grid img { width: 100%; height: 190px; object-fit: cover; }
.team-grid div, .project-grid div { display: grid; gap: 5px; padding: 16px; }
.team-grid strong, .project-grid h3 { color: var(--navy); font-size: 20px; line-height: 1.1; margin: 0; }
.team-grid span, .project-grid span { color: var(--orange-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.project-grid { grid-template-columns: repeat(3, 1fr); }
.motion-icon { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 12px; border-radius: 14px; background: linear-gradient(135deg, var(--aqua), #ffffff); border: 1px solid rgba(34,168,216,.28); box-shadow: inset 0 0 0 5px rgba(34,168,216,.08); animation: iconFloat 5s ease-in-out infinite; overflow: hidden; }
.motion-icon:before, .motion-icon:after { content: ""; position: absolute; border-radius: 999px; }
.motion-icon:before { width: 22px; height: 8px; background: var(--blue); transform: rotate(-20deg); }
.motion-icon:after { width: 8px; height: 8px; background: var(--orange); right: 9px; top: 9px; animation: iconDot 2.4s ease-in-out infinite; }
.icon-drain:before, .icon-sewer:before { width: 28px; height: 28px; border: 5px solid var(--blue); background: transparent; }
.icon-jet:before { width: 28px; height: 5px; background: var(--orange); box-shadow: -9px 8px 0 var(--blue-bright), 9px -8px 0 var(--cyan); animation: jetSlide 2.8s ease-in-out infinite; }
.icon-heater:before, .icon-tankless:before { width: 18px; height: 28px; border-radius: 7px; background: linear-gradient(180deg, var(--blue), var(--cyan)); transform: none; }
.icon-leak:after, .icon-faucet:after { width: 10px; height: 14px; background: var(--blue-bright); border-radius: 50% 50% 60% 60%; top: 24px; animation: drip 1.8s ease-in-out infinite; }
.icon-emergency { background: linear-gradient(135deg, #fff5ea, #ffffff); }
.icon-emergency:before { width: 24px; height: 24px; background: var(--orange); clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%); transform: none; animation: emergencyPulse 1.8s ease-in-out infinite; }
.offer-grid { grid-template-columns: repeat(5, 1fr); }
.offer-card { min-height: 170px; padding: 20px; display: flex; flex-direction: column; gap: 8px; justify-content: space-between; background: linear-gradient(145deg, var(--navy), var(--deep)); color: var(--white); }
.offer-card span, .offer-card em { color: var(--cream); font-style: normal; font-weight: 800; }
.offer-card strong { color: var(--white); }
.dark-band { max-width: none; padding-left: max(18px, calc((100vw - 1220px)/2)); padding-right: max(18px, calc((100vw - 1220px)/2)); background: linear-gradient(135deg, var(--navy), #0a4257 62%, #092234); color: var(--white); }
.dark-band h2, .dark-band p { color: var(--white); }
.area-grid, .link-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.area-grid a, .link-grid a { padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--navy); font-weight: 900; }
.lead-form { padding: 22px; background: var(--paper); }
.lead-form h2 { margin: 0 0 8px; font-size: 28px; color: var(--navy); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
label { display: grid; gap: 6px; color: var(--navy); font-weight: 900; font-size: 13px; }
input, select, textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 8px; padding: 12px; font: inherit; background: var(--white); }
textarea { resize: vertical; }
.hp-field { position: absolute; left: -9999px; }
.form-note, .form-status { font-size: 13px; color: var(--muted); }
.check-list { display: grid; gap: 10px; padding: 0; margin: 18px 0; list-style: none; }
.check-list li { padding-left: 28px; position: relative; font-weight: 800; }
.check-list li:before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 14px; border-radius: 50%; background: var(--orange); }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-grid div { padding: 22px; }
.process-grid span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 900; }
.service-detail-grid { grid-template-columns: repeat(3, 1fr); }
.service-detail-grid article { padding: 24px; }
.service-detail-grid h2 { font-size: 28px; }
.service-directory { display: grid; gap: 42px; }
.service-directory-group { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; align-items: start; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.service-directory-group:last-child { border-bottom: 0; padding-bottom: 0; }
.service-directory-group h2 { font-size: 30px; }
.mini-grid { grid-template-columns: repeat(4, 1fr); }
.mini-card, .blog-card { padding: 18px; display: grid; gap: 8px; }
.blog-grid { grid-template-columns: repeat(3, 1fr); }
.blog-card img { width: 100%; height: 170px; object-fit: cover; border-radius: 6px; }
.review-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 410px); gap: 16px; overflow-x: auto; padding: 4px 2px 14px; scroll-snap-type: x mandatory; }
.review-slide { scroll-snap-align: start; }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review-grid-expanded { margin-top: 18px; }
.review-grid figure, .review-carousel figure { margin: 0; padding: 22px; }
.stars { color: var(--orange); letter-spacing: 0; font-weight: 900; }
.review-grid blockquote, .review-carousel blockquote { margin: 12px 0; color: var(--ink); }
.review-grid figcaption, .review-carousel figcaption { color: var(--navy); font-weight: 900; }
.review-grid figcaption span, .review-carousel figcaption span { display: block; color: var(--muted); font-size: 12px; }
.review-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 18px; }
.review-summary { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 18px; }
.review-summary strong, .review-summary span { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 14px; border-radius: 8px; background: #fff7ef; color: var(--orange-dark); font-weight: 900; border: 1px solid rgba(242,116,56,.25); }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; background: var(--white); }
summary { cursor: pointer; color: var(--navy); font-weight: 900; }
.offer-hero { max-width: none; margin: 0; padding: 86px max(18px, calc((100vw - 1220px)/2)); display: grid; grid-template-columns: 1fr 420px; gap: 34px; align-items: center; background: linear-gradient(135deg, #ffffff, #eef9fd 56%, #fff6ea); }
.offer-hero h1 { color: var(--navy); }
.coupon-note { padding: 12px; border-left: 4px solid var(--orange); background: var(--paper); color: var(--muted); font-size: 13px; }
.offer-fast-call { margin: 16px 0; padding: 14px 16px; border-radius: 8px; background: linear-gradient(135deg, var(--navy), #0b526c); color: var(--white); font-weight: 900; }
.offer-fast-call a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.financing-band { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: center; max-width: none; padding-left: max(18px, calc((100vw - 1220px)/2)); padding-right: max(18px, calc((100vw - 1220px)/2)); background: linear-gradient(135deg, #eef9fd, #fff8ee); border-top: 1px solid rgba(216,224,232,.9); border-bottom: 1px solid rgba(216,224,232,.9); }
.financing-actions { display: grid; gap: 10px; }
.btn-finance { justify-content: center; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--navy)); box-shadow: 0 12px 24px rgba(8,35,58,.16); }
.fine-print, .review-note { font-size: 13px; color: var(--muted); }
.review-note { max-width: 900px; margin: 14px auto 0; text-align: center; }
.financing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.financing-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 8px 24px rgba(13,43,69,.08); }
.financing-grid a, .article-actions a { color: var(--orange-dark); font-weight: 900; }
.article-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.map-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; align-items: stretch; }
.contact-panel { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 26px; align-items: start; }
.contact-conversion { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 26px; align-items: start; }
.contact-copy, .contact-form-wrap { min-width: 0; }
.contact-details { display: grid; gap: 4px; margin: 20px 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--navy); box-shadow: 0 8px 24px rgba(13,43,69,.08); }
.contact-details span { color: var(--muted); }
.contact-details a { color: var(--orange-dark); font-weight: 900; }
.contact-photo { grid-column: 1 / -1; width: 100%; max-height: 360px; object-fit: cover; object-position: center; border-radius: 8px; box-shadow: var(--shadow); }
.why-section { max-width: none; padding-left: max(18px, calc((100vw - 1220px)/2)); padding-right: max(18px, calc((100vw - 1220px)/2)); background: #f4f8fb; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.why-grid article { display: grid; gap: 10px; align-content: start; min-height: 132px; padding: 18px; border: 1px solid rgba(216,224,232,.9); border-radius: 8px; background: var(--white); box-shadow: 0 8px 24px rgba(13,43,69,.06); }
.trust-icon { width: 46px; height: 46px; padding: 10px; border-radius: 8px; background: linear-gradient(135deg, var(--navy), var(--blue)); color: var(--white); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.why-grid article strong { color: var(--navy); line-height: 1.2; }
.service-map-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); gap: 28px; align-items: center; }
.map-visual { position: relative; min-height: 420px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-content: center; padding: 26px; border: 1px solid rgba(216,224,232,.9); border-radius: 8px; background: linear-gradient(135deg, #eef9fd, #ffffff); box-shadow: var(--shadow); overflow: hidden; }
.map-visual:before { content: ""; position: absolute; inset: 28px; border: 2px solid rgba(20,127,178,.16); border-radius: 42% 58% 48% 52%; }
.map-visual strong, .map-visual span { position: relative; z-index: 1; display: grid; place-items: center; min-height: 44px; padding: 9px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 900; box-shadow: 0 6px 16px rgba(13,43,69,.08); text-align: center; }
.map-visual strong { grid-column: span 2; background: linear-gradient(135deg, var(--orange), var(--orange-hot)); color: var(--white); }
iframe { width: 100%; min-height: 320px; border: 0; border-radius: 8px; box-shadow: var(--shadow); }
.article { max-width: 860px; }
.article h2 { font-size: 30px; }
.site-footer { background: #071d2d; color: var(--white); }
.footer-cta { max-width: 1220px; margin: 0 auto; padding: 54px 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-cta h2 { margin: 0; font-size: 38px; }
.footer-cta p { color: #c9d8e7; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.footer-grid { max-width: 1220px; margin: 0 auto; padding: 42px 18px; display: grid; grid-template-columns: minmax(220px, 1.4fr) repeat(5, minmax(130px, 1fr)); gap: 24px; align-items: start; }
.footer-logo { width: 220px; background: rgba(255,255,255,.08); border-radius: 8px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { color: #e6f3ff; }
.copyright { max-width: 1220px; margin: 0 auto; padding: 16px 18px 84px; color: #adc2d8; border-top: 1px solid rgba(255,255,255,.12); }
.mobile-sticky-cta { display: none; }
@keyframes callPulse {
  0%, 100% { box-shadow: 0 14px 30px rgba(242,116,56,.32); }
  50% { box-shadow: 0 18px 42px rgba(242,116,56,.46); }
}
@keyframes menuFade {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.nav-group-wide[open] .mega-menu { animation-name: menuFadeWide; }
@keyframes menuFadeWide {
  from { opacity: 0; transform: translate(-50%, -6px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes iconDot {
  0%, 100% { transform: scale(1); opacity: .75; }
  50% { transform: scale(1.4); opacity: 1; }
}
@keyframes drip {
  0% { transform: translateY(-7px); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translateY(9px); opacity: 0; }
}
@keyframes jetSlide {
  0%, 100% { transform: translateX(-2px) rotate(-16deg); }
  50% { transform: translateX(4px) rotate(-16deg); }
}
@keyframes emergencyPulse {
  0%, 100% { transform: scale(.92); }
  50% { transform: scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-width: 980px) {
  .top-strip { display: none; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 0; right: 0; top: 100%; display: none; max-height: calc(100vh - 82px); overflow: auto; padding: 18px; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.is-open { display: flex; }
  .nav-links > a, .nav-group > summary { padding: 12px; border: 1px solid var(--line); background: var(--paper); }
  .mega-menu, .nav-group-wide .mega-menu { position: static; width: 100%; transform: none; margin-top: 8px; box-shadow: none; }
  .nav-group-wide[open] .mega-menu { animation-name: menuFade; }
  .mega-grid { grid-template-columns: 1fr 1fr; }
  .area-menu-grid { grid-template-columns: 1fr 1fr; }
  .nav-call { text-align: center; }
  .hero { min-height: 620px; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,23,39,.9), rgba(5,23,39,.52)); }
  .split, .offer-hero, .map-section, .footer-cta, .service-directory-group, .financing-band, .contact-panel, .contact-conversion, .owner-panel, .service-map-section { grid-template-columns: 1fr; display: grid; }
  .service-grid, .service-section .service-grid, .offer-grid, .process-grid, .mini-grid, .review-grid, .blog-grid, .proof-grid, .footer-grid, .service-detail-grid, .financing-grid, .why-grid, .team-grid, .project-grid { grid-template-columns: 1fr 1fr; }
  .footer-actions { justify-content: flex-start; }
  .offer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .brand img { width: 154px; }
  .hero-content { padding: 66px 18px 96px; }
  .hero-content > p:not(.eyebrow) { font-size: 24px; }
  .review-carousel { grid-auto-columns: minmax(260px, 86vw); }
  .cta-row, .form-grid, .service-grid, .service-section .service-grid, .process-grid, .mini-grid, .review-grid, .blog-grid, .proof-grid, .footer-grid, .service-detail-grid, .mega-grid, .area-menu-grid, .financing-grid, .why-grid, .team-grid, .project-grid { grid-template-columns: 1fr; display: grid; }
  .hero .btn-call { font-size: 18px; }
  .emergency-banner { align-items: stretch; }
  .emergency-banner a { justify-content: center; width: 100%; }
  .map-visual { min-height: auto; grid-template-columns: 1fr 1fr; padding: 18px; }
  .btn-xl { width: 100%; }
  .section { padding: 54px 18px; }
  .mobile-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy); box-shadow: 0 -10px 28px rgba(0,0,0,.2); }
  .mobile-sticky-cta a { min-height: 58px; display: grid; place-items: center; color: var(--white); font-weight: 900; border-right: 1px solid rgba(255,255,255,.15); }
  .mobile-sticky-cta a:first-child { background: var(--orange); }
  .copyright { padding-bottom: 96px; }
}
