:root {
  --navy: #071c33;
  --navy-2: #0d2d4d;
  --blue: #22a9df;
  --blue-dark: #087eb0;
  --ice: #eaf8fd;
  --orange: #f26b3f;
  --ink: #132537;
  --muted: #586b7c;
  --line: #dbe6ed;
  --white: #fff;
  --shadow: 0 22px 55px rgba(7, 28, 51, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: #fff; color: var(--navy); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", Impact, sans-serif; line-height: .98; color: var(--navy); }
h1 { max-width: 680px; font-size: clamp(3.8rem, 7vw, 6.2rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); letter-spacing: -.025em; }
h3 { font-size: 1.65rem; line-height: 1.05; }
p { margin: 0; }
.eyebrow { margin-bottom: 16px; color: var(--blue-dark); font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #77d6f4; }
.section { padding: 112px 0; }

.utility-bar { background: var(--navy); color: #fff; font-size: .78rem; font-weight: 600; letter-spacing: .02em; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { display: flex; align-items: center; gap: 9px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #55d69e; box-shadow: 0 0 0 4px rgba(85,214,158,.13); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,230,237,.8); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); flex: 0 0 auto; }
.brand-logo { width: 174px; height: 72px; object-fit: contain; mix-blend-mode: multiply; }
.footer-brand .brand-logo { width: 220px; height: auto; filter: invert(1); mix-blend-mode: screen; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #33495d; font-size: .9rem; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover { color: var(--blue-dark); }
.nav-phone { padding-left: 24px; border-left: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }
.nav-phone .phone-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--ice); color: var(--blue-dark); }
.nav-phone span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.nav-phone small { color: var(--muted); font-size: .66rem; font-weight: 600; }
.nav-phone strong { margin-top: 4px; color: var(--navy); font-size: .98rem; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { height: 2px; display: block; margin: 5px 0; background: var(--navy); border-radius: 2px; }

.hero { overflow: hidden; background: linear-gradient(90deg, #f4fbfe 0%, #fff 63%); }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 56px; }
.hero-copy { position: relative; z-index: 2; padding: 72px 0 84px; }
.rating-pill { width: max-content; display: flex; align-items: center; gap: 9px; margin-bottom: 30px; padding: 8px 13px; border: 1px solid #bedfeb; border-radius: 999px; background: #fff; box-shadow: 0 8px 24px rgba(7,28,51,.06); font-size: .76rem; }
.stars { color: #f5a623; letter-spacing: .05em; white-space: nowrap; }
.rating-pill span:last-child { color: var(--muted); }
.hero-lede { max-width: 650px; margin-top: 26px; color: #43596c; font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid transparent; border-radius: 7px; font-size: .9rem; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 28px rgba(242,107,63,.26); }
.button-primary:hover { background: #dc572e; }
.button-secondary { border-color: #c7d9e4; background: #fff; color: var(--navy); }
.button-secondary:hover { border-color: var(--blue); }
.trust-row { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 22px; list-style: none; color: #526577; font-size: .8rem; font-weight: 650; }
.trust-row li { display: flex; align-items: center; gap: 7px; }
.trust-row li span { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #d9f4e8; color: #16845a; font-size: .7rem; font-weight: 900; }
.hero-visual { position: relative; align-self: stretch; min-height: 710px; margin-right: calc((100vw - min(1160px, calc(100vw - 40px))) / -2); }
.hero-image { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,28,51,.18), rgba(7,28,51,0) 48%), #dceaf0 url("assets/hero-plumber.jpg") center center / cover no-repeat; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.floating-card { position: absolute; left: 5%; bottom: 54px; z-index: 2; width: 290px; padding: 18px; display: flex; align-items: center; gap: 13px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); }
.floating-card .card-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #dff6ed; color: #0e8758; font-weight: 900; }
.floating-card div { display: flex; flex-direction: column; line-height: 1.35; }
.floating-card strong { color: var(--navy); font-size: .9rem; }
.floating-card span:last-child { color: var(--muted); font-size: .74rem; }

.urgent-strip { background: var(--blue); color: #fff; }
.urgent-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.urgent-title { display: flex; align-items: center; gap: 17px; }
.urgent-title > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.5rem; font-weight: 800; }
.urgent-title div { display: flex; flex-direction: column; line-height: 1.25; }
.urgent-title strong { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.75rem; }
.urgent-title small { color: rgba(255,255,255,.83); }
.urgent-inner > a { padding: 10px 0; border-bottom: 2px solid rgba(255,255,255,.8); font-size: .92rem; font-weight: 800; }

.split-heading { display: grid; grid-template-columns: 1fr .68fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.split-heading > p { max-width: 520px; color: var(--muted); font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--navy); }
.service-card.featured h3, .service-card.featured a { color: #fff; }
.service-card.featured p { color: #b9cad7; }
.service-icon { width: 48px; height: 48px; margin-bottom: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--ice); color: var(--blue-dark); font-size: 1.4rem; font-weight: 800; }
.featured .service-icon { background: rgba(34,169,223,.16); color: #70d6fa; }
.service-card p { min-height: 76px; margin-top: 14px; color: var(--muted); font-size: .9rem; }
.service-card a { display: inline-block; margin-top: 22px; color: var(--blue-dark); font-size: .78rem; font-weight: 800; }

.why { padding: 0; background: var(--navy); }
.why-grid { width: min(1360px, 100%); display: grid; grid-template-columns: .78fr 1.22fr; }
.why-panel { padding: 100px max(40px, calc((100vw - 1160px) / 2)); background: var(--navy-2); color: #fff; }
.why-panel h2 { color: #fff; }
.why-panel > p:not(.eyebrow) { margin-top: 26px; color: #bfd0dc; }
.text-link { display: inline-block; margin-top: 30px; font-size: .82rem; font-weight: 800; }
.light-link { color: #77d6f4; }
.why-list { padding: 76px max(40px, calc((100vw - 1160px) / 2)) 76px 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 46px; background: var(--navy); }
.why-list article { padding: 34px 0; display: flex; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.why-list article > span { color: #60c6eb; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.15rem; font-weight: 800; }
.why-list h3 { color: #fff; }
.why-list p { margin-top: 10px; color: #aebfcb; font-size: .86rem; }

.reviews { background: #f6fafc; }
.review-heading { margin-bottom: 46px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.big-rating { display: flex; align-items: center; gap: 16px; }
.big-rating > strong { font-family: "Barlow Condensed", Impact, sans-serif; color: var(--navy); font-size: 4.5rem; line-height: .8; }
.big-rating > div { display: flex; flex-direction: column; }
.big-rating small { color: var(--muted); font-size: .72rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid figure { min-height: 250px; margin: 0; padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.quote-mark { color: var(--blue); font-family: Georgia, serif; font-size: 3.5rem; line-height: .7; }
.review-grid blockquote { margin: 28px 0; color: var(--navy); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.75rem; font-weight: 600; line-height: 1.2; }
.review-grid figcaption { margin-top: auto; display: flex; flex-direction: column; }
.review-grid figcaption strong { color: var(--navy); font-size: .82rem; }
.review-grid figcaption span { color: var(--muted); font-size: .72rem; }

.area-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.area-grid > div:first-child > p:not(.eyebrow) { max-width: 520px; margin-top: 24px; color: var(--muted); }
.area-list { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.area-list span { padding: 12px 14px; border-left: 3px solid var(--blue); background: var(--ice); color: var(--navy); font-size: .8rem; font-weight: 750; }
.map-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); background-color: #d8edf3; background-image: linear-gradient(28deg, transparent 48%, rgba(255,255,255,.85) 49%, rgba(255,255,255,.85) 51%, transparent 52%), linear-gradient(132deg, transparent 48%, rgba(255,255,255,.78) 49%, rgba(255,255,255,.78) 51%, transparent 52%); background-size: 95px 95px, 125px 125px; box-shadow: var(--shadow); }
.map-card::before { content: ""; position: absolute; inset: 15% 8%; border: 4px solid rgba(34,169,223,.28); border-radius: 47% 53% 38% 62%; transform: rotate(-8deg); }
.map-pin { position: absolute; display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: .73rem; font-weight: 800; }
.map-pin i { width: 16px; height: 16px; display: block; border: 4px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 3px 10px rgba(7,28,51,.25); }
.pin-main { left: 48%; top: 42%; font-size: .9rem; }
.pin-main i { width: 23px; height: 23px; background: var(--blue-dark); }
.pin-west { left: 23%; top: 61%; }
.pin-hog { left: 57%; top: 18%; }
.pin-auburn { left: 19%; top: 79%; }

.closing-cta { padding: 80px 0; background: var(--blue-dark); color: #fff; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.closing-inner h2 { max-width: 700px; color: #fff; }
.closing-inner p:not(.eyebrow) { margin-top: 16px; color: #c8eaf7; }
.closing-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; }
.button-white { background: #fff; color: var(--navy); }
.button-outline { border-color: rgba(255,255,255,.45); color: #fff; }

.site-footer { padding: 70px 0 24px; background: #061525; color: #aebdcc; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .9fr .9fr; gap: 70px; }
.footer-brand { color: #fff; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid > div:first-child p { max-width: 350px; font-size: .84rem; }
.footer-grid strong { color: #fff; }
.footer-grid a:not(.brand) { font-size: .84rem; }
.footer-grid a:not(.brand):hover { color: #fff; }
.footer-grid p, .footer-grid small { font-size: .8rem; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.mobile-action-bar { display: none; }

@media (max-width: 980px) {
  .main-nav { display: none; position: fixed; inset: 122px 0 auto; padding: 28px 20px 36px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .menu-button { display: block; margin-left: auto; }
  .hero-grid { min-height: 640px; grid-template-columns: 1.2fr .8fr; gap: 26px; }
  .hero-visual { min-height: 640px; }
  .trust-row { max-width: 620px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-panel { padding: 80px 40px; }
  .why-list { padding: 50px 40px 70px; }
  .area-grid { gap: 40px; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
  .closing-actions { width: 100%; flex-direction: row; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .shell { width: min(100% - 30px, 1160px); }
  .utility-inner { min-height: 34px; justify-content: center; }
  .utility-inner p:last-child { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand-logo { width: 145px; height: 60px; }
  .nav-phone { display: none; }
  .main-nav { inset: 106px 0 auto; }
  .hero { background: #f3fbfe; }
  .hero-grid { min-height: auto; display: flex; flex-direction: column; gap: 0; }
  .hero-copy { padding: 50px 0 46px; }
  h1 { font-size: clamp(3.35rem, 15vw, 4.7rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 10px; }
  .hero-visual { width: calc(100% + 30px); min-height: 420px; align-self: auto; margin: 0 -15px; }
  .hero-image { clip-path: none; }
  .floating-card { left: 15px; bottom: 20px; }
  .urgent-inner { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 14px; }
  .urgent-title strong { font-size: 1.5rem; }
  .section { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; padding: 28px; }
  .service-icon { margin-bottom: 30px; }
  .why-panel { padding: 72px 15px; }
  .why-list { padding: 34px 15px 60px; grid-template-columns: 1fr; }
  .review-heading { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 350px; }
  .closing-cta { padding: 70px 0; }
  .closing-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; height: 66px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 28px rgba(7,28,51,.12); }
  .mobile-action-bar a { display: grid; place-items: center; color: var(--navy); font-size: .86rem; font-weight: 850; }
  .mobile-action-bar a:last-child { background: var(--orange); color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
