@charset "UTF-8";
:root {
  --pine: #123d35;
  --pine-deep: #082c27;
  --pine-soft: #e7f1ec;
  --moss: #1f704f;
  --lime: #8ed63d;
  --lime-bright: #a8ea53;
  --ink: #142521;
  --muted: #5d6c67;
  --paper: #fbfcfa;
  --line: #dce7e1;
  --warm: #f5f1e7;
  --danger: #9b3b3b;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 18px 50px rgba(8, 44, 39, .13);
  --radius: 18px;
  --content: 1170px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--lime-bright); outline-offset: 4px; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--pine); font-weight: 800; }
.skip-link:focus { left: 10px; }
.container { width: min(calc(100% - 34px), var(--content)); margin-inline: auto; }
.topbar { color: #fff; background: var(--pine-deep); font-size: .79rem; font-weight: 750; letter-spacing: .03em; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.topbar a { color: #fff; text-decoration: none; white-space: nowrap; }
.topbar a:hover { color: var(--lime-bright); }
.brand-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: #fff; }
.brand-row .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: inline-flex; align-items: center; color: var(--pine); text-decoration: none; }
.brand img { width: 138px; height: 48px; object-fit: contain; object-position: left center; }
.hero { position: relative; isolation: isolate; min-height: 600px; display: grid; align-items: center; color: #fff; overflow: hidden; background: var(--pine); }
.hero__media, .hero__overlay { position: absolute; inset: 0; }
.hero__media { z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { z-index: -1; background: linear-gradient(90deg, rgba(7, 36, 30, .85) 0%, rgba(7, 36, 30, .68) 50%, rgba(7, 36, 30, .43) 100%); }
.hero__content { padding-block: 68px 78px; max-width: 770px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; min-height: 29px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; color: #fff; background: rgba(4, 27, 22, .28); font-size: .72rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; white-space: nowrap; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime-bright); box-shadow: 0 0 0 4px rgba(168,234,83,.18); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; max-width: 760px; color: #fff; font-family: var(--serif); font-size: clamp(2.55rem, 7vw, 5.25rem); line-height: .99; letter-spacing: -.05em; }
h2 { margin-bottom: 15px; color: var(--pine-deep); font-family: var(--serif); font-size: clamp(2rem, 4.3vw, 3.55rem); line-height: 1.02; letter-spacing: -.04em; }
h3 { margin-bottom: 8px; color: var(--pine-deep); font-size: 1.08rem; line-height: 1.25; }
.hero__lead { max-width: 665px; margin-bottom: 26px; font-size: clamp(1.07rem, 2.1vw, 1.35rem); line-height: 1.48; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 21px; border: 1px solid transparent; border-radius: 10px; font-size: .99rem; font-weight: 850; line-height: 1; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #102e27; background: var(--lime-bright); }
.button--primary:hover { background: #c1f674; }
.button--outline { color: #fff; border-color: rgba(255,255,255,.73); background: rgba(0,0,0,.08); }
.button--outline:hover { background: rgba(255,255,255,.14); }
.button--dark { color: #fff; background: var(--pine); }
.button--dark:hover { background: var(--pine-deep); }
.hero__proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.proof-pill { display: inline-flex; align-items: center; min-height: 31px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; color: #fff; background: rgba(3,28,22,.24); font-size: .77rem; font-weight: 760; }
.rating-strip { border-bottom: 1px solid var(--line); background: #fff; }
.rating-strip__inner { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .88rem; }
.rating-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--pine-deep); font-weight: 800; text-decoration: none; white-space: nowrap; }
.stars { color: #f4ae2b; font-size: 1rem; letter-spacing: 1px; }
.section { padding-block: 68px; }
.section--tight { padding-block: 48px; }
.section--soft { background: var(--pine-soft); }
.section--warm { background: var(--warm); }
.section--dark { color: #fff; background: var(--pine-deep); }
.section--dark h2, .section--dark h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: 32px; }
.section-kicker { margin-bottom: 8px; color: var(--moss); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section--dark .section-kicker { color: var(--lime-bright); }
.section-intro { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.split { display: grid; gap: 18px; }
.comparison-card { padding: 27px 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.comparison-card--accent { border-color: #b8dfbf; background: #f3faf3; }
.comparison-card__label { display: inline-flex; margin-bottom: 13px; color: var(--moss); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.list li { position: relative; padding-left: 23px; color: #32413c; }
.list li::before { position: absolute; left: 0; top: .43em; content: ""; width: 9px; height: 9px; border: 2px solid var(--moss); border-radius: 50%; }
.comparison-card:first-child .list li::before { border-color: #c34d4d; }
.card-grid { display: grid; gap: 16px; }
.service-card, .audience-card, .feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 25px rgba(8,44,39,.045); }
.service-card__image { width: 100%; height: 180px; object-fit: cover; }
.service-card__body { padding: 20px; }
.service-card p, .audience-card p, .feature-card p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.service-card__tag { display: inline-block; margin-bottom: 8px; color: var(--moss); font-size: .71rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.icon-disc { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 50%; color: var(--pine-deep); background: #d9f2c5; font-weight: 900; font-size: 1.05rem; }
.feature-card { padding: 25px 21px; }
.feature-card .icon-disc { margin-bottom: 14px; }
.review-grid { display: grid; gap: 16px; }
.review { height: 100%; padding: 25px 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.review blockquote { margin: 15px 0 19px; color: #263630; font-size: 1rem; line-height: 1.6; }
.review__name { display: block; font-weight: 850; }
.review__project { color: var(--muted); font-size: .82rem; }
.review__stars { color: #f4ae2b; font-size: 1.05rem; letter-spacing: 2px; }
.photo-band { position: relative; overflow: hidden; color: #fff; background: var(--pine-deep); }
.photo-band__image { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .28; }
.photo-band__image img { width: 100%; height: 100%; object-fit: cover; }
.photo-band__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,44,39,.96), rgba(8,44,39,.78)); }
.photo-band .container { position: relative; padding-block: 68px; }
.value-grid { display: grid; gap: 15px; }
.value { padding: 18px 0 18px 18px; border-left: 3px solid var(--lime-bright); }
.value h3 { margin-bottom: 5px; color: #fff; font-size: 1rem; }
.value p { margin-bottom: 0; color: rgba(255,255,255,.84); font-size: .92rem; }
.steps { display: grid; gap: 14px; counter-reset: step; }
.step { position: relative; min-height: 132px; padding: 22px 20px 19px 78px; border-radius: 14px; background: #fff; box-shadow: 0 9px 22px rgba(7,51,41,.07); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; left: 20px; top: 21px; color: var(--moss); font-size: 1.25rem; font-weight: 900; }
.step h3 { margin-bottom: 6px; }
.step p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.form-shell { display: grid; gap: 25px; padding: 26px; border-radius: 22px; color: #fff; background: var(--pine); box-shadow: var(--shadow); }
.form-shell h2 { color: #fff; }
.form-shell .section-intro { color: rgba(255,255,255,.79); }
.estimate-form { display: grid; gap: 14px; }
.form-field { display: grid; gap: 6px; }
.form-field label { color: #fff; font-size: .81rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 51px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: var(--ink); background: #fff; font-size: 16px; }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #78847f; }
.privacy { margin: 0; color: rgba(255,255,255,.75); font-size: .78rem; }
.form-note { margin: 5px 0 0; color: rgba(255,255,255,.79); font-size: .86rem; }
.form-note a { color: var(--lime-bright); font-weight: 800; }
.thank-you, .error-message { padding: 22px; border-radius: 12px; text-align: center; background: rgba(255,255,255,.1); }
.thank-you h3, .error-message h3 { color: #fff; }
.thank-you p, .error-message p { color: rgba(255,255,255,.85); }
.phone-link { color: var(--lime-bright); font-size: 1.25rem; font-weight: 900; text-decoration: none; }
.gallery-grid { display: grid; gap: 13px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-item { position: relative; min-height: 156px; overflow: hidden; border-radius: 14px; background: var(--pine); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item__label { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; border-radius: 5px; color: #fff; background: rgba(5,31,26,.78); font-size: .69rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.before-after { display: grid; gap: 14px; }
.before-after__item { overflow: hidden; border-radius: 14px; background: var(--pine-deep); }
.before-after__photo { position: relative; aspect-ratio: 16 / 9; }
.before-after__photo img { width: 100%; height: 100%; object-fit: cover; }
.before-after__caption { position: absolute; top: 10px; left: 10px; padding: 5px 9px; border-radius: 5px; color: #fff; background: rgba(5,31,26,.8); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.before-after__label { padding: 11px 13px; color: #fff; font-size: .79rem; font-weight: 760; }
.safety-callout { display: grid; gap: 23px; padding: 31px 25px; border-radius: 21px; color: #fff; background: linear-gradient(120deg, #146142, #123d35); box-shadow: var(--shadow); }
.safety-callout h2 { color: #fff; }
.safety-callout p { color: rgba(255,255,255,.86); }
.safety-callout .list li { color: #fff; }
.safety-callout .list li::before { border-color: var(--lime-bright); }
.check-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #2b3d37; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -2px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--moss); font-size: .75rem; font-weight: 900; }
.area { padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.area p { margin-bottom: 0; color: var(--muted); }
.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 19px 33px 19px 0; color: var(--pine-deep); font-size: 1rem; font-weight: 850; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 3px; top: 12px; color: var(--moss); font-size: 1.55rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 800px; margin: -3px 0 19px; color: var(--muted); }
.final-cta { padding-block: 55px; color: #fff; text-align: center; background: var(--pine-deep); }
.final-cta h2 { color: #fff; }
.final-cta p { max-width: 600px; margin-inline: auto; color: rgba(255,255,255,.8); }
.final-cta .button-row { justify-content: center; }
.footer { padding: 25px 0 80px; color: rgba(255,255,255,.74); background: var(--pine-deep); border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; text-align: center; }
.footer p { margin: 0; }
.mobile-call { position: fixed; bottom: 11px; left: 12px; right: 12px; z-index: 30; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; color: #fff; background: var(--moss); box-shadow: 0 10px 25px rgba(8,44,39,.32); font-size: .94rem; font-weight: 900; text-decoration: none; }
.mobile-call__icon { width: 17px; height: 17px; fill: currentColor; }
.desktop-call { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (min-width: 650px) {
  .container { width: min(calc(100% - 52px), var(--content)); }
  .hero { min-height: 620px; }
  .split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid--3, .review-grid, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-item { min-height: 205px; }
  .before-after { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-shell { grid-template-columns: .85fr 1.15fr; align-items: center; padding: 40px; }
  .steps { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
  .step { min-height: 162px; padding: 62px 16px 18px; }
  .step::before { left: 16px; top: 20px; }
  .mobile-call { display: none; }
  .footer { padding-bottom: 28px; }
}
@media (min-width: 980px) {
  .brand-row { min-height: 79px; }
  .brand img { width: 168px; height: 54px; }
  .desktop-call { display: inline-flex; min-height: 46px; padding-inline: 17px; font-size: .88rem; }
  .hero__content { padding-block: 100px; }
  .section { padding-block: 93px; }
  .section--tight { padding-block: 61px; }
  .card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-card__image { height: 193px; }
  .form-shell { padding: 51px 58px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Tracking thank-you page */
.thank-you-page__content { width: min(calc(100% - 34px), 760px); padding-block: 28px; }
.thank-you-page__brand { display: inline-flex; margin-bottom: 26px; }
.thank-you-page__brand img { width: 156px; height: 50px; padding: 5px 9px; border-radius: 5px; object-fit: contain; object-position: center; background: #fff; }
.thank-you-page__card { max-width: 680px; padding: 33px 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(5,38,31,.77); box-shadow: 0 22px 60px rgba(0,0,0,.22); backdrop-filter: blur(9px); }
.thank-you-page__check { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: var(--pine-deep); background: var(--lime-bright); font-size: 1.45rem; font-weight: 900; }
.thank-you-page .section-kicker { margin-bottom: 9px; color: var(--lime-bright); }
.thank-you-page h1 { margin-bottom: 16px; color: #fff; font-family: var(--serif); font-size: clamp(2.3rem, 7vw, 4.3rem); line-height: 1.01; letter-spacing: -.045em; }
.thank-you-page__lead { max-width: 590px; margin-bottom: 24px; color: rgba(255,255,255,.89); font-size: clamp(1rem, 2vw, 1.17rem); }
.thank-you-page__hours { display: grid; gap: 3px; margin-bottom: 22px; padding: 16px 17px; border-left: 3px solid var(--lime-bright); color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); font-size: .92rem; }
.thank-you-page__hours strong { color: #fff; }
.thank-you-page__call { min-width: min(100%, 300px); }
.thank-you-page__fineprint { margin: 22px 0 0; color: rgba(255,255,255,.67); font-size: .76rem; }
@media (min-width: 650px) {
  .thank-you-page__content { width: min(calc(100% - 52px), 760px); }
  .thank-you-page__brand { margin-bottom: 30px; }
  .thank-you-page__brand img { width: 180px; height: 58px; }
  .thank-you-page__card { padding: 48px 50px; }
}


/* Header, service-card, consent, review, and legal page updates */
.topbar__inner { justify-content: center; }
.brand-row .container { justify-content: flex-start; }
.brand img { width: 188px; height: 68px; object-fit: contain; object-position: left center; }
.service-card { display: grid; grid-template-rows: auto 1fr; }
.service-card > picture { display: block; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: #dce7e1; }
.service-card > picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sms-consent { display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.34); border-radius: 8px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.07); font-size: .72rem; line-height: 1.45; }
.sms-consent input { width: 19px; height: 19px; flex: 0 0 19px; margin: 2px 0 0; accent-color: var(--lime-bright); }
.sms-consent a { color: var(--lime-bright); font-weight: 800; }
.review-slider { max-width: 900px; margin-inline: auto; }
.review-slider__viewport { overflow: hidden; border-radius: var(--radius); }
.review-slider__track { display: flex; transition: transform .35s ease; }
.review-slide { width: 100%; min-width: 100%; min-height: 290px; display: flex; flex-direction: column; justify-content: center; padding: 30px clamp(24px, 5vw, 58px); }
.review-slide blockquote { max-width: 770px; margin-bottom: 20px; font-size: clamp(1.02rem, 2.25vw, 1.28rem); }
.review-slider__controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; }
.review-slider__button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--pine-deep); background: #fff; font-size: 1.25rem; font-weight: 900; }
.review-slider__button:hover { color: #fff; background: var(--pine); }
.review-slider__dots { display: flex; gap: 8px; }
.review-slider__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #c6d4cc; }
.review-slider__dot.is-active { width: 28px; border-radius: 99px; background: var(--moss); }
.review-slider__source { display: flex; justify-content: center; margin: 23px 0 0; }
.footer__links { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 10px !important; }
.footer__links a { color: #fff; font-weight: 800; }
.footer__sms-notice { max-width: 970px; margin: 14px auto 0 !important; color: rgba(255,255,255,.63); font-size: .67rem; line-height: 1.45; }
.legal-header { border-bottom: 1px solid var(--line); background: #fff; }
.legal-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-header .brand img { width: 190px; height: 69px; object-fit: contain; object-position: left center; }
.legal-header__back { color: var(--pine); font-size: .88rem; font-weight: 850; text-decoration: none; }
.legal-header__back:hover { color: var(--moss); }
.legal-page { background: var(--paper); }
.legal-content { padding-block: 70px; }
.legal-content__inner { width: min(calc(100% - 34px), 850px); }
.legal-content h1 { max-width: 800px; color: var(--pine-deep); font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 4.4rem); line-height: 1; letter-spacing: -.045em; }
.legal-content h2 { margin: 36px 0 12px; color: var(--pine-deep); font-family: var(--sans); font-size: 1.3rem; letter-spacing: -.02em; }
.legal-content p { max-width: 790px; color: #3b4a45; }
.legal-page__lead { color: var(--muted) !important; font-size: 1.12rem; }
.legal-content a { color: var(--moss); font-weight: 800; }
@media (min-width: 650px) {
  .brand img { width: 215px; height: 78px; }
  .review-slide { min-height: 270px; }
  .legal-content__inner { width: min(calc(100% - 52px), 850px); }
}
@media (min-width: 980px) {
  .brand img { width: 232px; height: 84px; }
  .service-card > picture { aspect-ratio: 16 / 10; }
}

/* Conversion-focused hero forms and shortened campaign layout */
.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}
.site-header{position:relative;z-index:5;background:#fff}.site-header .brand-row{padding:10px 0}.site-header .brand img{display:block;width:172px;height:auto}.site-header .topbar .container{min-height:36px;display:flex;align-items:center;font-size:.76rem;font-weight:800;justify-content:center;text-align:center}
.campaign-hero{position:relative;isolation:isolate;overflow:hidden;background:#082c27;color:#fff}.campaign-hero__media,.campaign-hero__media picture,.campaign-hero__media img,.campaign-hero__overlay{position:absolute;inset:0;width:100%;height:100%}.campaign-hero__media{z-index:-2}.campaign-hero__media img{object-fit:cover}.campaign-hero__overlay{z-index:-1;background:linear-gradient(105deg,rgba(5,39,33,.92),rgba(8,44,39,.76) 54%,rgba(8,44,39,.7))}.campaign-hero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:clamp(26px,4vw,66px);align-items:center;padding:clamp(48px,7vw,100px) 0}.campaign-hero__copy{max-width:660px}.hero-kicker,.hero-estimate-card__eyebrow{margin:0 0 12px;color:#bff274;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.campaign-hero h1{max-width:13ch;margin:0;color:#fff;font-size:clamp(2.5rem,5vw,4.85rem);line-height:.98;letter-spacing:-.045em}.campaign-hero__subheadline{max-width:590px;margin:20px 0 22px;color:#f6fbf9;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.55}.trust-badges{display:flex;flex-wrap:wrap;gap:9px}.trust-badges>*{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:8px 11px;color:#fff;font-size:.76rem;font-weight:800;text-decoration:none}.trust-badges a:hover{border-color:#bff274;color:#d7ff9e}.hero-estimate-card{border:1px solid rgba(204,243,166,.55);border-radius:18px;padding:clamp(22px,3vw,32px);background:#fff;color:#17342e;box-shadow:0 18px 55px rgba(0,0,0,.3)}.hero-estimate-card h2{margin:0 0 8px;color:#103b32;font-size:clamp(1.65rem,2.4vw,2.15rem);line-height:1.08}.urgency-line{margin:0 0 18px;padding:9px 11px;border-radius:8px;background:#edf8df;color:#315327;font-size:.84rem;font-weight:800;line-height:1.35}.estimate-form{display:grid;gap:12px}.estimate-form input:not([type=checkbox]){width:100%;min-height:52px;border:1px solid #c7d7d0;border-radius:8px;padding:0 14px;background:#fff;color:#15362e;font-size:1rem}.estimate-form input:not([type=checkbox]):focus{outline:3px solid rgba(168,234,83,.4);border-color:#4b842c}.hero-estimate-card__submit{width:100%;min-height:54px;font-size:1rem;box-shadow:0 8px 18px rgba(89,147,34,.28)}.consent-control{display:flex;gap:9px;align-items:flex-start;color:#586962;font-size:.68rem;line-height:1.35;text-align:left}.consent-control input{width:16px;height:16px;min-width:16px;margin-top:2px;accent-color:#397922}.form-note{margin:0;color:#68756f;font-size:.72rem;text-align:center}.section--proof{padding-top:clamp(46px,7vw,86px);padding-bottom:clamp(46px,7vw,86px)}.narrow{max-width:900px}.section-head{text-align:center}.section-head>p{max-width:680px;margin-left:auto;margin-right:auto}.section-kicker{font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;color:#397922}.value-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.value-card{height:100%;padding:24px;border:1px solid #dbe8e1;border-radius:14px;background:#fff}.value-card h3{margin:0 0 9px;color:#103b32}.value-card p{margin:0;color:#52645d;line-height:1.55}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.project-card{overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(13,57,45,.11)}.project-card picture,.project-card img{display:block;width:100%}.project-card img{aspect-ratio:4/3;object-fit:cover}.project-card p{min-height:52px;margin:0;padding:14px 16px;color:#355148;font-size:.92rem;font-weight:700}.service-card{display:flex;flex-direction:column;overflow:hidden;border-radius:14px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 10px 26px rgba(13,57,45,.1);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(13,57,45,.16)}.service-card picture,.service-card img{display:block;width:100%}.service-card img{aspect-ratio:4/3;object-fit:cover}.service-card>div{padding:18px}.service-card span{display:block;margin-bottom:8px;color:#397922;font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.service-card h3{margin:0 0 8px;color:#103b32}.service-card p{margin:0;color:#53645f;line-height:1.45}.final-cta{padding:clamp(50px,7vw,84px) 0;margin-bottom:0;text-align:center;background:#0b352d;color:#fff}.final-cta h2{margin:0;color:#fff}.final-cta p{max-width:590px;margin:14px auto 24px;color:#ebf6ef}.final-cta .button-row{justify-content:center}.mobile-cta{display:none}.thanks-card{max-width:730px;padding:clamp(28px,5vw,54px);border:1px solid rgba(191,242,116,.45);border-radius:20px;background:rgba(7,44,36,.9);box-shadow:0 20px 60px rgba(0,0,0,.35)}.thanks-card__brand img{display:block;width:190px;height:auto;margin-bottom:30px}.thanks-card h1{margin:0;color:#fff;font-size:clamp(2.1rem,5vw,3.7rem);line-height:1.02}.thanks-card__intro{margin:22px 0 9px;color:#dcebe3;font-weight:800}.next-steps{display:grid;gap:13px;margin:0 0 24px;padding:0;list-style:none}.next-steps li{padding:14px;border-left:3px solid #b5ef69;background:rgba(255,255,255,.07);color:#fff;line-height:1.5}.thanks-card__hours{margin:11px 0 22px;color:#d9e8e1;font-size:.88rem}.thanks-proof{margin-top:30px;padding:14px;border:1px solid rgba(255,255,255,.23);border-radius:10px;color:#fff;font-size:.87rem;font-weight:800;line-height:1.55}.thanks-card__legal{margin:20px 0 0;color:#c9dcd4;font-size:.82rem}.thanks-card__legal a{color:#fff}.thanks-card__legal span{padding:0 7px}.thanks-hero{min-height:100vh;padding:60px 0}.thanks-hero__media,.thanks-hero__media picture,.thanks-hero__media img,.thanks-hero__overlay{position:absolute;inset:0;width:100%;height:100%}.thanks-hero__media{z-index:-2}.thanks-hero__media img{object-fit:cover}.thanks-hero__overlay{z-index:-1;background:linear-gradient(110deg,rgba(4,42,34,.95),rgba(4,42,34,.82))}
@media (max-width:860px){.campaign-hero__grid{grid-template-columns:1fr;gap:24px;padding:44px 0 42px}.campaign-hero__copy{max-width:none}.campaign-hero h1{max-width:15ch}.value-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.project-grid{grid-template-columns:1fr 1fr}.mobile-cta{position:fixed;right:0;bottom:0;left:0;z-index:40;display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:7px;background:rgba(6,39,32,.96);box-shadow:0 -8px 22px rgba(0,0,0,.18);transition:transform .22s ease}.mobile-cta a{display:grid;min-height:48px;place-items:center;border-radius:7px;background:#fff;color:#103b32;font-size:.9rem;font-weight:900;text-decoration:none}.mobile-cta .mobile-cta__estimate{background:#a8ea53}.is-hero-form-visible .mobile-cta{transform:translateY(120%)}body{padding-bottom:68px}.thanks-hero{padding-bottom:88px}}
@media (max-width:560px){.site-header .brand-row{padding:7px 0}.site-header .brand img{width:145px}.site-header .topbar .container{font-size:.66rem;min-height:33px}.campaign-hero__grid{padding-top:34px}.campaign-hero h1{font-size:clamp(2.35rem,11vw,3.15rem)}.campaign-hero__subheadline{margin-top:16px;font-size:1rem}.trust-badges{gap:7px}.trust-badges>*{padding:7px 9px;font-size:.68rem}.hero-estimate-card{padding:20px 16px}.hero-estimate-card h2{font-size:1.65rem}.value-grid--four,.project-grid{grid-template-columns:1fr}.section{padding-top:46px;padding-bottom:46px}.thanks-card{padding:27px 20px}.thanks-card__brand img{width:158px;margin-bottom:24px}.thanks-proof{font-size:.8rem}.final-cta .button-row{display:grid;grid-template-columns:1fr;gap:10px}.final-cta .button{width:100%}}

/* August 26 compact service grid and mobile conversion refinements */
@media (min-width: 900px){
  .section--services{padding-top:52px;padding-bottom:54px}
  .section--services .section-head{margin-bottom:22px}
  .service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .service-card img{aspect-ratio:16/9}
  .service-card>div{padding:13px 14px}
  .service-card span{margin-bottom:5px;font-size:.63rem}
  .service-card h3{margin-bottom:5px;font-size:1rem}
  .service-card p{font-size:.82rem;line-height:1.36}
}
@media (max-width:899px) and (min-width:601px){.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}
@media (max-width:860px){
  .mobile-cta{transform:translateY(120%)}
  body.has-scrolled .mobile-cta{transform:translateY(0)}
}
@media (max-width:560px){
  .site-header .topbar .container{min-height:34px;padding-inline:8px;font-size:.63rem;letter-spacing:0;white-space:nowrap}
}

/* High-contrast consultation label on white estimate card */
.hero-estimate-card .hero-estimate-card__eyebrow{color:#1f5a42;}
