:root {
  --ink: #0a2313;
  --ink-2: #13391f;
  --green: #35b060;
  --green-dark: #176d3a;
  --green-soft: #dff4e6;
  --cream: #f4f6ef;
  --paper: #ffffff;
  --text: #173223;
  --muted: #607168;
  --line: #d8e2da;
  --shadow: 0 18px 55px rgb(10 35 19 / 13%);
  --control-height: 48px;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --reading-width: 70ch;
  --focus: 0 0 0 4px rgb(53 176 96 / 30%);
  --shell: min(1180px, calc(100% - 40px));
  --section: clamp(72px, 8vw, 118px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 124px; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: none; box-shadow: var(--focus); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--paper); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 5.9rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4.4vw, 4.35rem); font-weight: 760; }
h3 { margin-bottom: 12px; font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 720; }
p { max-width: var(--reading-width); }
.eyebrow { margin-bottom: 14px; color: var(--green-dark); font-size: .78rem; font-weight: 850; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.eyebrow--light { color: #8df0ae; }
.section { padding-block: var(--section); }
.section-head { max-width: 760px; margin-bottom: clamp(34px, 5vw, 58px); }
.section-head > p:last-child { margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.15rem); }
.button { display: inline-flex; min-height: var(--control-height); align-items: center; justify-content: center; gap: 10px; padding: 12px 19px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button svg, .text-link svg, .nav-panel svg, .county-grid svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--green); color: #06180d; box-shadow: 0 12px 28px rgb(53 176 96 / 24%); }
.button--primary:hover { background: #50c879; }
.button--dark { background: var(--ink); color: var(--paper); }
.button--dark:hover { background: var(--ink-2); }
.button--light { background: var(--paper); color: var(--ink); }
.button--light:hover { background: var(--green-soft); }
.button--ghost { border-color: rgb(255 255 255 / 42%); background: rgb(0 0 0 / 24%); color: var(--paper); backdrop-filter: blur(8px); }
.button--ghost:hover { border-color: var(--paper); background: rgb(0 0 0 / 42%); }
.button--text { padding-inline: 4px; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--green-dark); font-size: .92rem; font-weight: 800; }
.text-link:hover { color: var(--ink); }
.center-action { display: flex; justify-content: center; margin-top: 42px; }

.trust-bar { min-height: 34px; display: flex; align-items: center; background: var(--green); color: #071c0e; font-size: .74rem; font-weight: 800; letter-spacing: .03em; }
.trust-bar__inner { display: flex; align-items: center; justify-content: center; gap: 30px; }
.trust-bar__inner span { display: inline-flex; align-items: center; gap: 9px; }
.trust-bar__inner span::before { width: 5px; height: 5px; border-radius: 50%; background: currentColor; content: ""; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgb(255 255 255 / 10%); background: rgb(10 35 19 / 96%); color: var(--paper); backdrop-filter: blur(15px); }
.header-main { min-height: 88px; display: flex; align-items: center; gap: 26px; }
.brand { width: clamp(172px, 17vw, 225px); flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 26px); margin-left: auto; font-size: .83rem; font-weight: 720; }
.desktop-nav > a, .nav-group__trigger { min-height: 44px; display: inline-flex; align-items: center; border: 0; background: none; color: rgb(255 255 255 / 82%); cursor: pointer; white-space: nowrap; }
.desktop-nav > a:hover, .nav-group__trigger:hover, .nav-group__trigger[aria-expanded="true"] { color: #8df0ae; }
.nav-group { position: relative; }
.nav-group__trigger { gap: 7px; padding: 0; }
.caret { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.nav-group__trigger[aria-expanded="true"] .caret { margin-top: 4px; transform: rotate(225deg); }
.nav-panel { position: absolute; top: calc(100% + 16px); left: 50%; width: 530px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); color: var(--text); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .18s ease, transform .18s ease; }
.nav-panel::before { position: absolute; inset: -20px 0 auto; height: 20px; content: ""; }
.nav-group[data-open="true"] .nav-panel { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.nav-panel__intro { display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-radius: 12px; background: var(--ink); color: var(--paper); }
.nav-panel__intro strong { margin-bottom: 8px; color: var(--paper); font-size: 1.08rem; }
.nav-panel__intro span { color: rgb(255 255 255 / 68%); font-size: .78rem; line-height: 1.5; }
.nav-panel__links { display: grid; align-content: start; }
.nav-panel__links a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding-inline: 12px; border-bottom: 1px solid var(--line); font-size: .85rem; }
.nav-panel__links a:last-child { border-bottom: 0; }
.nav-panel__links a:hover { color: var(--green-dark); }
.nav-panel__links svg { width: 15px; }
.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.header-call { display: flex; align-items: center; gap: 9px; font-size: .86rem; font-weight: 800; line-height: 1.05; white-space: nowrap; }
.header-call svg { width: 24px; height: 24px; fill: none; stroke: #6ce596; stroke-width: 1.8; }
.header-call small { display: block; margin-bottom: 4px; color: rgb(255 255 255 / 54%); font-size: .63rem; font-weight: 650; }
.menu-toggle, .mobile-menu { display: none; }

.home-hero { position: relative; min-height: min(780px, calc(100svh - 122px)); display: grid; align-items: center; overflow: hidden; background: var(--ink); color: var(--paper); }
.home-hero__media, .home-hero__shade { position: absolute; inset: 0; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 42%; }
.home-hero__shade { background: linear-gradient(90deg, rgb(3 17 8 / 94%) 0%, rgb(3 17 8 / 76%) 40%, rgb(3 17 8 / 18%) 73%, transparent 100%), linear-gradient(0deg, rgb(3 17 8 / 52%), transparent 38%); }
.home-hero__content { position: relative; z-index: 1; padding-block: 92px 108px; }
.hero-copy { max-width: 760px; }
.hero-kicker { margin-bottom: 18px; color: #96efb3; font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.home-hero h1 { max-width: 850px; margin-bottom: 24px; color: var(--paper); font-weight: 760; }
.home-hero h1 em { color: #81e9a5; font-style: normal; }
.hero-lead { max-width: 660px; margin-bottom: 32px; color: rgb(255 255 255 / 78%); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 34px 0 0; padding: 0; color: rgb(255 255 255 / 76%); font-size: .82rem; font-weight: 700; list-style: none; }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof li::before { width: 18px; height: 18px; border-radius: 50%; background: var(--green); color: var(--ink); content: "✓"; font-size: 12px; font-weight: 900; line-height: 18px; text-align: center; }

.page-hero { position: relative; min-height: 540px; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--paper); }
.page-hero picture, .page-hero__shade { position: absolute; inset: 0; }
.page-hero picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero__shade { background: linear-gradient(90deg, rgb(4 20 10 / 94%) 0%, rgb(4 20 10 / 72%) 45%, rgb(4 20 10 / 14%) 86%), linear-gradient(0deg, rgb(4 20 10 / 72%), transparent 55%); }
.page-hero__content { position: relative; z-index: 1; padding-block: 70px; }
.page-hero h1 { max-width: 900px; margin-bottom: 20px; color: var(--paper); font-size: clamp(2.8rem, 5vw, 5.3rem); }
.page-hero__content > p:not(.eyebrow) { max-width: 680px; margin-bottom: 30px; color: rgb(255 255 255 / 76%); font-size: 1.12rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: rgb(255 255 255 / 66%); font-size: .74rem; font-weight: 700; }
.breadcrumbs a:hover { color: #8df0ae; }
.breadcrumbs b { font-weight: 400; opacity: .45; }
.breadcrumbs span { color: var(--paper); }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.proof-strip__grid { min-height: 138px; display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; align-items: stretch; }
.proof-strip__grid > div { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px; border-right: 1px solid var(--line); text-align: left; }
.proof-strip__grid > div:last-child { border-right: 0; }
.proof-strip img { max-width: 92px; max-height: 62px; object-fit: contain; }
.proof-strip span { max-width: 130px; color: var(--muted); font-size: .75rem; font-weight: 760; line-height: 1.35; }
.proof-stat { flex-direction: column; gap: 1px !important; align-items: flex-start !important; }
.proof-stat strong { color: var(--ink); font-size: 2rem; line-height: 1; }

.quick-estimate { position: relative; z-index: 2; padding-block: 34px; background: var(--ink); color: var(--paper); }
.quick-estimate .eyebrow, .areas-section .eyebrow { color: #8df0ae; }
.quick-estimate__inner { display: grid; grid-template-columns: .65fr 1.6fr; align-items: center; gap: 40px; }
.quick-estimate h2 { margin-bottom: 0; color: var(--paper); font-size: clamp(1.65rem, 3vw, 2.55rem); }
.estimate-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.estimate-form--compact { grid-template-columns: 1fr 1fr 1fr 1.2fr auto; align-items: end; gap: 10px; }
.field { min-width: 0; }
.field--wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--text); font-size: .76rem; font-weight: 780; }
.field input, .field select, .field textarea { width: 100%; min-height: var(--control-height); padding: 11px 13px; border: 1px solid #bdccc0; border-radius: var(--radius-sm); background: var(--paper); color: var(--text); outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-dark); box-shadow: var(--focus); }
.estimate-form--compact .field label { color: rgb(255 255 255 / 76%); }
.estimate-form--compact .button { min-height: var(--control-height); white-space: nowrap; }
.form-note { grid-column: 1 / -1; margin: -4px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.35; }
.estimate-form--compact .form-note { color: rgb(255 255 255 / 58%); }

.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 10px 32px rgb(10 35 19 / 5%); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card__image { position: relative; aspect-ratio: 4 / 3; display: block; overflow: hidden; background: var(--cream); }
.service-card__image picture, .service-card__image img { width: 100%; height: 100%; }
.service-card__image img { object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-card__image img { transform: scale(1.035); }
.service-card__image > span { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 999px; background: rgb(10 35 19 / 88%); color: var(--paper); font-size: .72rem; font-weight: 780; backdrop-filter: blur(8px); }
.service-card__image > span svg { width: 14px; }
.service-card__body { padding: 24px; }
.service-card__body p { min-height: 79px; margin-bottom: 18px; color: var(--muted); font-size: .93rem; }
.service-card__body h3 a:hover { color: var(--green-dark); }

.process-section { background: var(--cream); }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(52px, 8vw, 110px); align-items: start; }
.process-layout > div:first-child { position: sticky; top: 142px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid #c9d7cc; list-style: none; }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid #c9d7cc; }
.process-list li > span { color: var(--green-dark); font-size: 1.25rem; font-weight: 850; }
.process-list h3 { margin-bottom: 7px; font-size: 1.45rem; }
.process-list p { margin: 0; color: var(--muted); }

.emergency-band { padding-block: clamp(60px, 7vw, 88px); background: var(--ink); color: var(--paper); }
.emergency-band__inner { display: grid; grid-template-columns: 1.05fr 1fr auto; gap: 44px; align-items: center; }
.emergency-band h2 { margin-bottom: 12px; color: var(--paper); font-size: clamp(2.2rem, 4vw, 4rem); }
.emergency-band p:not(.eyebrow) { margin-bottom: 0; color: rgb(255 255 255 / 66%); }
.emergency-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.emergency-links a { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 8px; color: rgb(255 255 255 / 78%); font-size: .82rem; font-weight: 720; }
.emergency-links a:hover { border-color: var(--green); color: var(--paper); }
.emergency-links svg { width: 15px; }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.about-image { position: relative; min-height: 510px; display: flex; align-items: center; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--green-soft), #b9e9c8); }
.about-image::before { position: absolute; width: 380px; height: 380px; right: -130px; top: -130px; border: 80px solid rgb(255 255 255 / 42%); border-radius: 50%; content: ""; }
.about-image img { position: relative; z-index: 1; width: 115%; max-width: none; margin-left: -7%; }
.about-image span { position: absolute; z-index: 2; left: 24px; bottom: 24px; padding: 11px 15px; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: .78rem; font-weight: 800; box-shadow: var(--shadow); }
.about-grid > div:last-child > p { color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 26px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; }
.check-list li::before { width: 21px; height: 21px; flex: 0 0 21px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); content: "✓"; font-size: 12px; font-weight: 900; line-height: 21px; text-align: center; }
.check-list--large { grid-template-columns: 1fr; gap: 15px; }
.check-list--large li { font-size: 1rem; }

.project-section { background: var(--cream); }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.project-tile { position: relative; aspect-ratio: 4 / 3; min-width: 0; overflow: hidden; padding: 0; border: 0; border-radius: 14px; background: #d7dfd7; cursor: zoom-in; }
.project-tile picture, .project-tile img { width: 100%; height: 100%; }
.project-tile img { object-fit: cover; transition: transform .45s ease; }
.project-tile:hover img { transform: scale(1.04); }
.project-tile span { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; background: rgb(3 19 9 / 78%); color: var(--paper); font-size: .68rem; font-weight: 800; backdrop-filter: blur(6px); }
.lightbox { width: min(1050px, calc(100% - 32px)); max-width: none; height: min(760px, calc(100dvh - 32px)); max-height: none; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: #06160b; box-shadow: 0 30px 100px rgb(0 0 0 / 55%); }
.lightbox::backdrop { background: rgb(0 0 0 / 78%); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; background: rgb(0 0 0 / 52%); color: var(--paper); cursor: pointer; font-size: 1.9rem; line-height: 1; backdrop-filter: blur(8px); }
.lightbox [data-lightbox-close] { top: 14px; right: 14px; }
.lightbox__prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 14px; top: 50%; transform: translateY(-50%); }

.reviews-section { background: var(--paper); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.review-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 12px 40px rgb(10 35 19 / 5%); }
.stars { margin-bottom: 25px; color: var(--green-dark); font-size: 1rem; letter-spacing: .14em; }
.review-grid article > p { margin-bottom: 28px; color: #405148; font-size: 1.04rem; }
.review-grid footer { display: flex; flex-direction: column; margin-top: auto; }
.review-grid footer strong { color: var(--ink); }
.review-grid footer span { color: var(--muted); font-size: .78rem; }

.areas-section { background: var(--ink); color: var(--paper); }
.areas-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(48px, 8vw, 105px); align-items: center; }
.areas-section h2 { color: var(--paper); }
.areas-section .section-head > p:last-child { color: rgb(255 255 255 / 65%); }
.areas-section .button--dark { background: var(--green); color: var(--ink); }
.county-grid { display: grid; gap: 12px; }
.county-grid a { min-height: 95px; display: grid; grid-template-columns: 48px 1fr auto 28px; align-items: center; gap: 16px; padding: 20px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 14px; background: rgb(255 255 255 / 4%); transition: background .2s ease, border-color .2s ease; }
.county-grid a:hover { border-color: var(--green); background: rgb(255 255 255 / 8%); }
.county-grid a > span { color: #8df0ae; font-size: .85rem; font-weight: 800; }
.county-grid strong { color: var(--paper); font-size: 1.12rem; }
.county-grid small { color: rgb(255 255 255 / 54%); }

.financing-band { padding-block: 52px; background: var(--green); color: var(--ink); }
.financing-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.financing-band h2 { margin-bottom: 8px; color: var(--ink); font-size: clamp(2rem, 3.8vw, 3.3rem); }
.financing-band p { margin-bottom: 0; color: var(--ink); }
.financing-band .eyebrow { color: var(--ink); }
.financing-band .button { flex: 0 0 auto; }

.lead-section { padding-block: var(--section); background: var(--cream); }
.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(46px, 7vw, 90px); align-items: start; }
.lead-contact { display: grid; gap: 12px; margin-top: 34px; }
.lead-contact a, .contact-details > a, .service-aside > a { display: flex; align-items: center; gap: 14px; color: var(--ink); font-weight: 800; }
.lead-contact svg, .contact-details svg, .service-aside svg { width: 26px; height: 26px; fill: none; stroke: var(--green-dark); stroke-width: 1.7; }
.lead-contact small, .contact-details small, .service-aside small { display: block; margin-bottom: 3px; color: var(--muted); font-size: .7rem; font-weight: 650; }
.form-card { padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow); }
.form-card > h3, .form-card > h2 { margin-bottom: 26px; }
.form-card .button { grid-column: 1 / -1; }

.safety-note { padding-block: 30px; background: #a42121; color: var(--paper); }
.safety-note .shell { display: flex; align-items: center; gap: 18px; }
.safety-note strong { font-size: 1.1rem; }
.safety-note p { flex: 1; margin: 0; color: rgb(255 255 255 / 82%); }

.service-detail { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(46px, 8vw, 105px); align-items: start; }
.service-detail h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.lead-copy { color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.22rem); }
.inline-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 32px; }
.service-aside { position: sticky; top: 142px; padding: 30px; border-radius: var(--radius-lg); background: var(--green-soft); }
.service-aside img { width: 145px; height: auto; margin: -72px auto 10px; }
.service-aside p { color: #44624f; }
.service-aside small { color: #405a49; }
.service-aside > a { padding-top: 18px; border-top: 1px solid #bcdcc6; }
.related-section { background: var(--cream); }
.mini-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.mini-card-grid a { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); font-weight: 780; }
.mini-card-grid a:hover { border-color: var(--green); }
.mini-card-grid svg { width: 18px; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 100px); align-items: start; }
.story-grid > div:first-child > p { color: var(--muted); font-size: 1.04rem; }
.story-values { display: grid; gap: 14px; }
.story-values article { display: grid; grid-template-columns: 54px 1fr; column-gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.story-values article > span { grid-row: 1 / 3; color: var(--green-dark); font-weight: 850; }
.story-values h3 { margin-bottom: 7px; }
.story-values p { margin-bottom: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.feature-grid article { padding: 28px; border-radius: var(--radius-md); background: var(--cream); }
.feature-grid article > strong { display: block; margin-bottom: 38px; color: var(--green-dark); font-size: 2.3rem; line-height: 1; }
.feature-grid p { margin-bottom: 0; color: var(--muted); }

.financing-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(46px, 8vw, 100px); align-items: start; }
.finance-card { padding: 36px; border-radius: var(--radius-lg); background: var(--ink); color: var(--paper); }
.finance-card img { width: 140px; height: auto; margin: -75px auto 10px; }
.finance-card h3 { color: var(--paper); font-size: 1.7rem; }
.finance-card p { color: rgb(255 255 255 / 66%); }
.fine-print { padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 142px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 24px; color: var(--ink); cursor: pointer; font-size: 1.05rem; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 22px; height: 22px; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 10px; left: 3px; width: 16px; height: 2px; background: var(--green-dark); content: ""; transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 54px 28px 0; color: var(--muted); }

.area-list { display: grid; gap: 26px; }
.area-list > section { scroll-margin-top: 140px; display: grid; grid-template-columns: .34fr 1.66fr; gap: 34px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); }
.area-list__title span { color: var(--green-dark); font-size: .84rem; font-weight: 850; }
.area-list__title h2 { margin-top: 12px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.city-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.city-grid span { min-height: 46px; display: flex; align-items: center; padding: 10px 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); color: #415247; font-size: .84rem; font-weight: 680; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 105px); align-items: start; }
.contact-details > a { min-height: 76px; padding-block: 14px; border-bottom: 1px solid var(--line); }
.contact-symbol { width: 26px; color: var(--green-dark); font-size: 1.35rem; text-align: center; }
.form-card--large { box-shadow: 0 18px 70px rgb(10 35 19 / 10%); }

.site-footer { padding-top: 72px; background: #06160b; color: rgb(255 255 255 / 68%); }
.footer-grid { display: grid; grid-template-columns: 1.55fr .8fr .8fr 1.1fr; gap: clamp(36px, 6vw, 80px); padding-bottom: 58px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid h2 { margin-bottom: 20px; color: var(--paper); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div > a { padding-block: 5px; font-size: .86rem; }
.footer-grid > div > a:hover { color: #8df0ae; }
.footer-brand > a { width: 230px; margin-bottom: 22px; }
.footer-brand img { width: 100%; height: auto; }
.footer-brand p { margin-bottom: 22px; color: rgb(255 255 255 / 56%); font-size: .86rem; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; color: var(--paper); font-size: .72rem; font-weight: 850; }
.social-links a:hover { border-color: var(--green); background: var(--green); color: var(--ink); }
.footer-contact a:first-of-type { color: var(--paper); font-size: 1.15rem; font-weight: 780; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; gap: 20px; border-top: 1px solid rgb(255 255 255 / 12%); font-size: .72rem; }
.footer-bottom a { margin-left: auto; }
.mobile-dock { display: none; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 12px; }
  .desktop-nav > a:nth-last-child(2), .desktop-nav > a:nth-last-child(3) { display: none; }
  .header-call span { display: none; }
  .header-actions .button { padding-inline: 15px; }
  .emergency-band__inner { grid-template-columns: .9fr 1.1fr; }
  .emergency-band__inner > .button { grid-column: 1 / -1; justify-self: start; }
  .project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quick-estimate__inner { grid-template-columns: 1fr; gap: 24px; }
  .estimate-form--compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .estimate-form--compact .button { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); --section: 76px; }
  html { scroll-padding-top: 88px; }
  .trust-bar { display: none; }
  .site-header { top: 0; backdrop-filter: none; }
  .header-main { min-height: 78px; }
  .brand { width: 190px; }
  .desktop-nav, .header-call, .header-actions .button { display: none; }
  .menu-toggle { width: 46px; height: 46px; display: grid; align-content: center; gap: 5px; margin-left: auto; padding: 0 11px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 22px; height: 2px; display: block; background: var(--paper); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 99; top: 78px; right: 0; bottom: 0; left: 0; display: block; overflow-y: auto; background: var(--paper); color: var(--text); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu__inner { width: min(100% - 32px, 620px); display: grid; margin-inline: auto; padding: 22px 0 calc(120px + env(safe-area-inset-bottom)); }
  .mobile-menu details, .mobile-menu__inner > a { border-bottom: 1px solid var(--line); }
  .mobile-menu summary, .mobile-menu__inner > a { min-height: 56px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-weight: 760; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary::after { content: "+"; color: var(--green-dark); font-size: 1.3rem; font-weight: 500; }
  .mobile-menu details[open] summary::after { content: "−"; }
  .mobile-menu details > a { min-height: 46px; display: flex; align-items: center; padding-left: 18px; border-top: 1px solid #edf1ed; color: var(--muted); font-size: .9rem; }
  .mobile-menu details > a:hover { color: var(--green-dark); }
  .mobile-menu__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 22px; }
  .mobile-menu__actions a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; background: var(--ink); color: var(--paper); font-weight: 780; }
  .mobile-menu__actions a:last-child { background: var(--green); color: var(--ink); }
  .mobile-menu__actions svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .home-hero { min-height: 720px; }
  .home-hero__shade { background: linear-gradient(90deg, rgb(3 17 8 / 90%), rgb(3 17 8 / 50%)), linear-gradient(0deg, rgb(3 17 8 / 74%), transparent 55%); }
  .home-hero__content { padding-block: 84px; }
  .home-hero h1 { font-size: clamp(3.5rem, 10vw, 5.2rem); }
  .page-hero { min-height: 500px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card__body p { min-height: 0; }
  .process-layout, .about-grid, .areas-layout, .lead-grid, .service-detail, .story-grid, .financing-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .process-layout > div:first-child, .faq-layout > div:first-child, .service-aside { position: static; }
  .process-layout > div:first-child { padding-bottom: 10px; }
  .about-image { min-height: 430px; order: 2; }
  .about-grid > div:last-child { order: 1; }
  .service-aside { margin-top: 35px; }
  .emergency-band__inner { grid-template-columns: 1fr; }
  .emergency-band__inner > .button { grid-column: auto; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid article { min-height: 230px; }
  .feature-grid, .mini-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-list > section { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); --section: 64px; --radius-lg: 22px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); font-size: 15px; }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .header-main { min-height: 74px; }
  .brand { width: 172px; }
  .mobile-menu { top: 74px; }
  .home-hero { min-height: calc(100svh - 74px); align-items: end; }
  .home-hero__media img { object-position: 50% 44%; }
  .home-hero__shade { background: linear-gradient(0deg, rgb(3 17 8 / 96%) 0%, rgb(3 17 8 / 76%) 51%, rgb(3 17 8 / 24%) 78%, rgb(3 17 8 / 9%) 100%); }
  .home-hero__content { padding-block: 160px 52px; }
  .home-hero h1 { margin-bottom: 18px; font-size: clamp(2.75rem, 13vw, 4.1rem); line-height: .98; }
  .hero-kicker { margin-bottom: 14px; font-size: .68rem; }
  .hero-lead { margin-bottom: 24px; font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 9px; margin-top: 25px; }
  .page-hero { min-height: 510px; }
  .page-hero picture img { object-position: center; }
  .page-hero__shade { background: linear-gradient(0deg, rgb(4 20 10 / 96%) 0%, rgb(4 20 10 / 70%) 58%, rgb(4 20 10 / 18%) 100%); }
  .page-hero__content { padding-block: 44px; }
  .page-hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .page-hero__content > p:not(.eyebrow) { font-size: 1rem; }
  .breadcrumbs { margin-bottom: 28px; }
  .page-hero .hero-actions .button--ghost { display: none; }
  .proof-strip__grid { min-height: 0; grid-template-columns: 1fr 1fr; padding-block: 10px; }
  .proof-strip__grid > div { min-height: 92px; padding: 12px; border-bottom: 1px solid var(--line); }
  .proof-strip__grid > div:nth-child(2) { border-right: 0; }
  .proof-strip__grid > div:nth-child(n+3) { border-bottom: 0; }
  .proof-strip img { max-width: 72px; max-height: 52px; }
  .proof-strip span { font-size: .65rem; }
  .proof-stat strong { font-size: 1.55rem; }
  .quick-estimate { padding-block: 28px; }
  .estimate-form--compact, .estimate-form { grid-template-columns: 1fr; }
  .estimate-form--compact .button, .form-card .button, .field--wide { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card__body { padding: 22px; }
  .process-list li { grid-template-columns: 54px 1fr; gap: 12px; padding: 24px 0; }
  .emergency-links { grid-template-columns: 1fr; }
  .about-image { min-height: 330px; }
  .about-image img { width: 126%; margin-left: -13%; }
  .check-list { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .project-tile { border-radius: 10px; }
  .project-tile span { right: 8px; bottom: 8px; font-size: .6rem; }
  .areas-layout { gap: 42px; }
  .county-grid a { min-height: 84px; grid-template-columns: 34px 1fr 24px; gap: 10px; padding: 16px; }
  .county-grid small { display: none; }
  .financing-band__inner { align-items: stretch; flex-direction: column; }
  .financing-band .button { width: 100%; }
  .lead-contact { margin-bottom: 8px; }
  .form-card { padding: 22px 18px; }
  .safety-note .shell { align-items: stretch; flex-direction: column; }
  .safety-note .button { width: 100%; }
  .service-detail { gap: 38px; }
  .service-aside { padding: 24px; }
  .service-aside img, .finance-card img { width: 110px; margin-top: -58px; }
  .mini-card-grid, .feature-grid { grid-template-columns: 1fr; }
  .story-values article { grid-template-columns: 42px 1fr; padding: 20px; }
  .feature-grid article > strong { margin-bottom: 24px; }
  .faq-list summary { min-height: 72px; font-size: .95rem; }
  .faq-list details p { margin-right: 0; }
  .area-list > section { gap: 18px; padding: 24px 18px; }
  .city-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .city-grid span { min-height: 42px; padding: 8px 10px; font-size: .75rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-brand > a { width: 210px; }
  .footer-bottom { min-height: 96px; flex-wrap: wrap; align-content: center; gap: 7px 18px; padding-block: 18px; }
  .footer-bottom a { margin-left: 0; }
  .footer-bottom span:last-child { width: 100%; }
  .mobile-dock { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; height: calc(68px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px max(12px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right)); border-top: 1px solid var(--line); background: rgb(255 255 255 / 96%); box-shadow: 0 -10px 28px rgb(10 35 19 / 11%); backdrop-filter: blur(14px); transform: translateY(110%); transition: transform .24s ease; }
  .mobile-dock[hidden] { display: none; }
  .mobile-dock.is-visible { transform: translateY(0); }
  .mobile-dock a { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: .82rem; font-weight: 800; }
  .mobile-dock a:last-child { background: var(--green); color: var(--ink); }
  .mobile-dock svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
}

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