@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; }
}
