:root {
  --green-950: #0b2419;
  --green-900: #103323;
  --green-800: #174a33;
  --green-700: #256044;
  --lime: #cbe85b;
  --lime-hover: #daf779;
  --cream: #f5f2e8;
  --cream-dark: #e7e2d3;
  --ink: #152019;
  --muted: #647068;
  --white: #fff;
  --line: #d9ded8;
  --shadow: 0 20px 55px rgb(11 36 25 / .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { 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; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: var(--lime); color: var(--green-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgb(255 255 255 / .95); border-bottom: 1px solid rgb(21 32 25 / .08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; color: var(--green-900); }
.brand-mark { width: 42px; fill: var(--green-700); }
.brand span { display: grid; line-height: .92; }
.brand strong { font: 700 27px/1 var(--serif); letter-spacing: -.8px; }
.brand small { margin-top: 5px; font-size: 10px; line-height: 1; letter-spacing: 3.1px; text-transform: uppercase; }
.site-nav { display: flex; gap: 27px; align-items: center; }
.site-nav a { position: relative; color: #304038; font-size: 14px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--green-700); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-call { display: flex; align-items: center; gap: 9px; padding-left: 24px; border-left: 1px solid var(--line); color: var(--green-900); }
.nav-call svg { width: 22px; fill: var(--green-700); }
.nav-call span { display: grid; font-weight: 800; line-height: 1.2; }
.nav-call small { margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--green-950); }

.hero { overflow: hidden; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 650px; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 72px 60px 85px 0; }
.hero-copy::before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; width: 100vw; background: var(--cream); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--green-700); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 32px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 640px; margin-bottom: 24px; color: var(--green-950); font: 700 clamp(48px, 5vw, 72px)/.99 var(--serif); letter-spacing: -3px; }
h1 em { color: var(--green-700); font-weight: 400; }
.hero-lede { max-width: 520px; margin-bottom: 32px; color: #4d5c53; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-dark { background: var(--green-900); color: var(--white); }
.button-primary:hover, .button-dark:hover { background: var(--green-700); }
.button-accent { background: var(--lime); color: var(--green-950); }
.button-accent:hover { background: var(--lime-hover); }
.button-light { background: var(--white); color: var(--green-950); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-900); font-size: 14px; font-weight: 750; }
.text-link svg { width: 18px; fill: var(--green-700); }
.hero-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 44px; padding-top: 25px; border-top: 1px solid #d9d4c5; }
.hero-proof div { display: grid; }
.hero-proof strong { color: var(--green-900); font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.hero-proof span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; width: calc(100% + (100vw - min(1160px, calc(100vw - 40px))) / 2); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(11 36 25 / .2), transparent 35%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-badge { position: absolute; z-index: 2; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 16px 19px; background: rgb(255 255 255 / .94); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hero-badge svg { width: 28px; height: 28px; padding: 5px; border-radius: 50%; fill: var(--green-900); background: var(--lime); }
.hero-badge span { display: grid; color: var(--muted); font-size: 12px; }
.hero-badge strong { color: var(--green-950); font-size: 13px; }

.quote-band { position: relative; z-index: 3; background: var(--green-900); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .82fr 1.8fr; gap: 55px; align-items: center; min-height: 164px; }
.quote-intro { display: flex; align-items: center; gap: 20px; }
.quote-intro .step { color: rgb(203 232 91 / .35); font: italic 38px var(--serif); }
.quote-intro .eyebrow { margin-bottom: 4px; }
.quote-intro h2 { margin: 0; font: 700 26px/1.15 var(--serif); letter-spacing: -.5px; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr 1.15fr auto; gap: 10px; align-items: end; }
.field label { display: block; margin-bottom: 6px; color: #b5c7bd; font-size: 10px; font-weight: 750; letter-spacing: .8px; text-transform: uppercase; }
.field input, .field select { width: 100%; height: 50px; padding: 0 13px; border: 1px solid rgb(255 255 255 / .2); border-radius: 2px; outline: 0; background: rgb(255 255 255 / .08); color: var(--white); font-size: 14px; }
.field input::placeholder { color: #b4c1ba; }
.field select { color-scheme: dark; }
.field input:focus, .field select:focus { border-color: var(--lime); box-shadow: 0 0 0 2px rgb(203 232 91 / .16); }
.quote-form .button { height: 50px; border: 0; cursor: pointer; white-space: nowrap; }
.form-note { grid-column: 1 / -1; margin: 1px 0 0; color: #a9bbb1; font-size: 10px; text-align: right; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fbfbf8; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 82px; }
.trust-grid p { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 0; border-right: 1px solid var(--line); color: #405047; font-size: 13px; font-weight: 700; }
.trust-grid p:first-child { border-left: 1px solid var(--line); }
.trust-grid svg { width: 22px; fill: var(--green-700); }

.section { padding: 112px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.section-head h2, .process-copy h2, .areas h2, .final-cta h2, .commercial h2 { margin: 0; color: var(--green-950); font: 700 clamp(40px, 4vw, 57px)/1.06 var(--serif); letter-spacing: -2px; }
.section-head > p { max-width: 480px; margin: 0 0 6px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 280px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 1; background: #f8faf4; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--green-900); color: var(--white); }
.service-card > span { position: absolute; top: 34px; right: 34px; color: #99a39d; font: italic 16px var(--serif); }
.service-icon { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: 42px; border-radius: 50%; background: var(--cream); }
.service-icon svg { width: 30px; fill: var(--green-700); }
.featured .service-icon { background: var(--lime); }
.service-card h3 { margin-bottom: 8px; font: 700 25px var(--serif); }
.service-card p { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; }
.featured p { color: #b8c8bf; }
.featured > span { color: rgb(203 232 91 / .5); }
.service-cta { display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-top: 28px; }
.service-cta p { margin: 0; color: var(--muted); font-size: 13px; }
.service-cta a { color: var(--green-800); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }

.process { overflow: hidden; background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .84fr 1fr; gap: 10%; align-items: center; }
.process-image { position: relative; height: 700px; }
.process-image::before { content: ""; position: absolute; z-index: 0; top: -40px; right: 75%; width: 50vw; height: 50%; background: var(--green-900); }
.process-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.year-card { position: absolute; z-index: 2; right: -45px; bottom: 45px; display: grid; width: 155px; min-height: 138px; align-content: center; padding: 18px; background: var(--lime); color: var(--green-950); }
.year-card strong { font: 700 44px var(--serif); line-height: 1; }
.year-card span { margin-top: 8px; font-size: 10px; font-weight: 800; line-height: 1.3; letter-spacing: .5px; text-transform: uppercase; }
.process-copy h2 { max-width: 540px; margin-bottom: 24px; }
.large-copy { max-width: 600px; color: #4f5c55; font-size: 18px; line-height: 1.75; }
.steps-list { margin: 34px 0 38px; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid #d7d2c2; }
.steps-list li:last-child { border-bottom: 1px solid #d7d2c2; }
.steps-list > li > span { color: var(--green-700); font: italic 15px var(--serif); }
.steps-list h3 { margin: 0 0 4px; color: var(--green-950); font-size: 15px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 13px; }

.commercial { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; }
.commercial > img, .commercial-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.commercial-overlay { background: linear-gradient(90deg, rgb(8 27 18 / .92) 0%, rgb(8 27 18 / .74) 43%, rgb(8 27 18 / .15) 72%); }
.commercial-content { position: relative; z-index: 2; color: var(--white); }
.commercial-content h2 { max-width: 620px; margin-bottom: 22px; color: var(--white); }
.commercial-content > p:not(.eyebrow) { max-width: 510px; margin-bottom: 31px; color: #d2ded7; font-size: 17px; }

.reviews { background: var(--green-950); color: var(--white); }
.reviews-head h2 { color: var(--white); }
.google-rating { display: flex; align-items: center; gap: 12px; padding: 10px 16px; border: 1px solid rgb(255 255 255 / .15); background: rgb(255 255 255 / .05); }
.google-g { width: 35px; }
.google-rating span { display: grid; }
.google-rating strong { font-size: 13px; }
.google-rating small { color: #aebdb5; font-size: 10px; }
.review-grid { display: grid; grid-template-columns: 1.25fr 1fr .7fr; gap: 16px; align-items: stretch; }
.review-card { display: flex; min-height: 315px; flex-direction: column; padding: 34px; border: 1px solid rgb(255 255 255 / .12); background: rgb(255 255 255 / .045); }
.review-card:first-child { background: var(--green-900); }
.stars { color: var(--lime); font-size: 16px; letter-spacing: 3px; }
.review-card blockquote { margin: 28px 0; color: #eff5f1; font: 400 20px/1.55 var(--serif); }
.review-card footer { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.avatar { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--green-950); font-weight: 800; }
.review-card footer div { display: grid; }
.review-card footer strong { font-size: 12px; }
.review-card footer small { color: #9db0a5; font-size: 10px; }
.google-g.small { width: 21px; margin-left: auto; }

.areas { background: #fbfbf8; }
.areas-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 11%; }
.area-copy > p:not(.eyebrow) { max-width: 530px; margin: 24px 0 30px; color: var(--muted); }
.city-list { display: flex; gap: 10px; margin-bottom: 27px; }
.city-list span { padding: 9px 13px; border: 1px solid #cfd8d1; border-radius: 30px; color: var(--green-800); font-size: 12px; font-weight: 800; }
.dark-link { text-decoration: underline; text-underline-offset: 5px; }
.faq h2 { margin-bottom: 24px; font-size: 38px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; cursor: pointer; color: var(--green-950); font-size: 14px; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--green-700); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 600px; margin: -4px 0 20px; color: var(--muted); font-size: 13px; }

.final-cta { padding: 78px 0; background: var(--green-800); color: var(--white); }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { max-width: 620px; color: var(--white); font-size: clamp(38px, 4vw, 54px); }
.final-actions { display: flex; align-items: center; gap: 25px; }
.final-phone { display: grid; white-space: nowrap; }
.final-phone small { color: #b6c8bd; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.final-phone strong { font-size: 19px; }

.site-footer { padding: 70px 0 22px; background: #071a12; color: #a9b9b0; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { fill: var(--lime); }
.footer-grid > div:first-child > p { max-width: 330px; margin: 22px 0 0; font-size: 13px; }
.footer-grid h3 { margin: 0 0 18px; color: var(--white); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.footer-grid a:hover { color: var(--lime); }
.footer-phone { color: var(--white); font-size: 18px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / .1); font-size: 10px; }
.mobile-bar { display: none; }

@media (max-width: 1040px) {
  .site-nav { display: none; }
  .hero-grid { grid-template-columns: .92fr 1.08fr; min-height: 610px; }
  .hero-copy { padding-right: 35px; }
  .quote-grid { grid-template-columns: 1fr; gap: 18px; padding-block: 26px; }
  .quote-intro { display: none; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card:last-child { grid-column: 1 / -1; min-height: 210px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 64px; }
  .container { width: min(100% - 28px, 640px); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 68px; }
  .brand-mark { width: 35px; }
  .brand strong { font-size: 23px; }
  .brand small { font-size: 8px; letter-spacing: 2.7px; }
  .nav-call { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 10px 20px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px rgb(11 36 25 / .1); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 11px 0; border-bottom: 1px solid #edf0ec; }
  .hero-grid { display: flex; min-height: 0; flex-direction: column; width: 100%; }
  .hero-copy { padding: 54px 20px 46px; }
  .hero-copy::before { width: 100%; }
  h1 { margin-bottom: 20px; font-size: clamp(46px, 14vw, 62px); letter-spacing: -2.4px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 34px; }
  .hero-visual { width: 100%; height: 360px; }
  .hero-visual::after { background: linear-gradient(0deg, rgb(11 36 25 / .18), transparent 50%); }
  .hero-visual > img { object-position: 64% center; }
  .hero-badge { right: 14px; bottom: 14px; }
  .quote-grid { padding-block: 30px; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-form .button { width: 100%; margin-top: 4px; }
  .form-note { text-align: center; }
  .trust-grid { grid-template-columns: 1fr; padding: 13px 0; }
  .trust-grid p { justify-content: flex-start; min-height: 48px; padding-left: 10px; border: 0 !important; }
  .section { padding: 78px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 34px; }
  .section-head h2, .process-copy h2, .areas h2, .commercial h2 { font-size: 42px; letter-spacing: -1.4px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .service-icon { margin-bottom: 30px; }
  .service-cta { align-items: flex-start; flex-direction: column; gap: 3px; }
  .process-grid { grid-template-columns: 1fr; gap: 55px; }
  .process-image { height: 510px; margin-right: 20px; }
  .process-image::before { display: none; }
  .year-card { right: -20px; bottom: 25px; }
  .commercial { min-height: 590px; align-items: end; }
  .commercial-overlay { background: linear-gradient(0deg, rgb(8 27 18 / .95) 8%, rgb(8 27 18 / .55) 66%, rgb(8 27 18 / .12)); }
  .commercial-content { padding-bottom: 60px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card, .review-card:last-child { grid-column: auto; min-height: 280px; }
  .reviews-head { flex-direction: column; }
  .areas-grid { grid-template-columns: 1fr; gap: 70px; }
  .city-list { flex-wrap: wrap; }
  .final-inner, .final-actions { align-items: flex-start; flex-direction: column; }
  .final-inner { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-bar { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.15fr; min-height: 64px; box-shadow: 0 -8px 25px rgb(11 36 25 / .18); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--white); color: var(--green-900); font-size: 12px; font-weight: 800; text-transform: uppercase; }
  .mobile-bar a:last-child { background: var(--lime); }
  .mobile-bar svg { width: 18px; fill: currentColor; }
}

@media (max-width: 430px) {
  .hero-proof { grid-template-columns: 1fr; gap: 11px; }
  .hero-proof div + div { padding-top: 11px; border-top: 1px solid #d9d4c5; }
  .hero-visual { height: 300px; }
  .hero-badge { padding: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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