:root {
  --green: #348f13;
  --green-dark: #216f0b;
  --green-light: #eaf6e5;
  --ink: #101510;
  --muted: #5f675f;
  --paper: #ffffff;
  --soft: #f3f6f2;
  --line: #dce4da;
  --shadow: 0 20px 50px rgba(19, 35, 16, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 999;
  background: var(--ink);
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.25rem, 5vw, 4rem); margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 12px; }
p { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid rgba(220, 228, 218, .9);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 275px; flex: 0 0 auto; }
.header-phone { white-space: nowrap; color: var(--green-dark); text-decoration: none; font-weight: 800; font-size: .92rem; }
.header-phone:hover { color: var(--green); }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { text-decoration: none; font-weight: 700; font-size: .93rem; }
.primary-nav a:not(.button):hover { color: var(--green); }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 2px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: white;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(52, 143, 19, .2);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--green-dark); border-color: var(--green-dark); }
.button-small { min-height: 42px; padding: 9px 17px; }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line); box-shadow: none; }
.button-secondary:hover { color: var(--green); background: var(--green-light); border-color: var(--green-light); }

.hero { position: relative; overflow: hidden; padding: 90px 0 88px; background: linear-gradient(120deg, #f7faf6 0%, white 53%, #edf7e9 100%); }
.hero::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -130px;
  top: -180px;
  border: 70px solid rgba(52, 143, 19, .08);
  border-radius: 50%;
}
.hero .container { width: min(calc(100% - 40px), 1320px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 44px; align-items: center; }
.hero-service-area { margin-bottom: 18px; }
.hero-lead { max-width: 720px; font-size: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }
.hero-copy .hero-title {
  margin-bottom: 24px;
  line-height: .98;
  letter-spacing: -.04em;
}

.hero-title-prefix {
  display: block;
  margin-bottom: .12em;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 760;
  letter-spacing: -.03em;
}

.hero-title-brand {
  display: block;
  color: var(--green);
  font-size: clamp(3.4rem, 6.1vw, 5.45rem);
  font-weight: 850;
  letter-spacing: -.05em;
}

.hero-tagline {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 690px;
  margin: 0 0 16px;
  color: #a33a32;
  font-size: clamp(1.18rem, 1.65vw, 1.46rem);
  font-weight: 680;
  line-height: 1.35;
  letter-spacing: .005em;
}

.hero-tagline::before {
  content: "";
  width: 4px;
  height: 2.25em;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #a33a32;
}

.hero-tagline strong {
  font-weight: 900;
}

@media (max-width: 680px) {
  .hero-title-prefix {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .hero-title-brand {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .hero-tagline::before {
    height: 3.2em;
  }
}

.trust-row { display: flex; flex-wrap: wrap; gap: 9px 22px; font-size: .9rem; font-weight: 750; }
.trust-row span::before { content: "✓"; color: var(--green); margin-right: 7px; }
.hero-card { width: 100%; min-width: 0; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); transform: none; }
.hero-card-top { display: flex; align-items: center; gap: 13px; padding-bottom: 18px; }
.hero-card-top img { width: 54px; border-radius: 12px; }
.hero-card-top strong, .hero-card-top span { display: block; }
.hero-card-top span { color: var(--muted); font-size: .9rem; }
.hero-card > p { margin: 18px 10px 8px; font-size: .94rem; }
.hero-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 16px 10px 8px; }
.hero-card-footer p { max-width: 390px; margin: 0; font-size: .92rem; }
.hero-card-links { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; text-align: right; }
.hero-card-links a { color: var(--green-dark); text-decoration: none; font-weight: 800; font-size: .88rem; }
.hero-card-links a:hover { color: var(--green); }
.property-illustration { position: relative; height: 360px; overflow: hidden; border-radius: 22px; background: linear-gradient(#d9edf8 0 56%, #badc9d 56% 100%); }
.sun { position: absolute; width: 64px; height: 64px; right: 38px; top: 34px; background: #f9d56a; border-radius: 50%; }
.building { position: absolute; bottom: 105px; background: #e8e8e3; border: 3px solid #a9aca5; box-shadow: inset 0 -25px rgba(0,0,0,.04); }
.building::before { content: ""; position: absolute; left: -7%; right: -7%; top: -20px; height: 26px; background: #444b42; clip-path: polygon(10% 100%, 20% 0, 80% 0, 90% 100%); }
.building::after { content: ""; position: absolute; inset: 28px 18px 20px; background: repeating-linear-gradient(90deg, #7fa5b7 0 22px, transparent 22px 36px); opacity: .9; }
.building-a { width: 190px; height: 150px; left: 30px; }
.building-b { width: 170px; height: 118px; left: 185px; }
.building-c { width: 135px; height: 95px; right: 14px; }
.tree { position: absolute; bottom: 78px; width: 14px; height: 82px; background: #735032; border-radius: 8px; z-index: 3; }
.tree::before, .tree::after { content: ""; position: absolute; border-radius: 50%; background: #3c8b2d; }
.tree::before { width: 76px; height: 76px; left: -31px; top: -45px; }
.tree::after { width: 58px; height: 58px; left: -22px; top: -70px; }
.tree-a { left: 48px; }
.tree-b { right: 52px; transform: scale(.82); }
.lawn { position: absolute; left: 0; right: 0; bottom: 0; height: 118px; background: linear-gradient(10deg, #388c22, #6bb646); }
.walkway { position: absolute; bottom: -5px; left: 36%; width: 115px; height: 180px; background: #d7d1c2; clip-path: polygon(38% 0, 63% 0, 100% 100%, 0 100%); z-index: 4; }
/* Truck photo replacing the original property illustration */
.property-illustration.property-photo {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 22px;
}

.property-illustration.property-photo::before,
.property-illustration.property-photo::after {
  content: none;
  display: none;
}

.property-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}



.intro-strip { padding: 34px 0; background: var(--ink); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.stat-grid > div { padding: 7px 30px; border-right: 1px solid rgba(255,255,255,.15); }
.stat-grid > div:last-child { border-right: 0; }
.stat-grid strong, .stat-grid span { display: block; }
.stat-grid strong { color: white; font-size: 1.16rem; }
.stat-grid span { color: #bac4b8; font-size: .92rem; }

.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading > p:last-child { font-size: 1.07rem; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 30px rgba(19, 35, 16, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #b9d8ae;
}

.service-card-media {
  position: relative;
  width: 100%;
  height: 185px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(52, 143, 19, .18), transparent 42%),
    linear-gradient(135deg, #eef7ea, #d9edcf);
}

.service-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.service-card:hover .service-card-media img {
  transform: scale(1.035);
}

.service-card-media.is-empty {
  background:
    radial-gradient(circle at 80% 18%, rgba(52, 143, 19, .18), transparent 42%),
    linear-gradient(135deg, #eef7ea, #d9edcf);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: -24px 28px 24px;
  position: relative;
  z-index: 2;
  color: var(--green);
  background: white;
  border: 1px solid #d8e8d2;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(19, 35, 16, .12);
  font-weight: 900;
}

.service-card h3 {
  margin: 0 28px 12px;
}

.service-card p {
  margin: 0;
  padding: 0 28px 30px;
}

.section-dark { color: white; background: #111711; }
.section-dark p { color: #b9c4b8; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.about-panel { border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #1b241b; }
.about-panel-main { grid-column: 1 / -1; min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; background: radial-gradient(circle at top, #263a23, #171d17 65%); }
.about-panel-main img { width: 145px; border-radius: 30px; box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.about-panel-main span { font-weight: 750; color: #dce8da; }
.about-panel-small { padding: 24px 12px; text-align: center; color: #dce8da; font-size: .9rem; font-weight: 700; }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { position: relative; padding: 10px 0 10px 32px; border-bottom: 1px solid rgba(255,255,255,.08); color: #e1e7df; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 10px; color: #69c848; font-weight: 900; }
.text-link { color: #78d05b; font-weight: 800; text-decoration: none; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { padding: 28px 24px; border-radius: var(--radius); background: var(--soft); }
.process-step > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 32px; border-radius: 50%; color: white; background: var(--green); font-weight: 900; }
.process-step p { margin-bottom: 0; }

.service-area { background: var(--green-light); }
.service-area-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: center; }
.service-note { font-weight: 700; color: var(--green-dark); }
.map-card { position: relative; min-height: 350px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #cbe2c2; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.map-card strong { font-size: 1.8rem; z-index: 2; }
.map-card span { color: var(--muted); z-index: 2; }
.map-dot { width: 22px; height: 22px; margin-bottom: 20px; border: 6px solid white; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(52,143,19,.18); z-index: 2; }
.map-ring { position: absolute; border: 1px solid rgba(52,143,19,.22); border-radius: 50%; }
.map-ring-one { width: 220px; height: 220px; }
.map-ring-two { width: 390px; height: 390px; }

.quote-section { background: #f7f9f6; }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-card { display: flex; flex-direction: column; gap: 5px; margin-top: 32px; padding: 24px; border-left: 4px solid var(--green); background: white; box-shadow: 0 10px 30px rgba(20,33,18,.06); }
.contact-card span { color: var(--muted); }
.quote-form { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 17px; color: #283027; font-size: .88rem; font-weight: 750; }
input, select, textarea { width: 100%; margin-top: 7px; border: 1px solid #ccd6ca; border-radius: 11px; background: #fbfcfb; color: var(--ink); padding: 13px 14px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(52,143,19,.11); }
textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 16px 0 0; color: var(--green-dark); font-weight: 700; }

.site-footer { padding: 72px 0 24px; color: white; background: #070a07; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-logo { width: 310px; filter: invert(1) grayscale(1) brightness(4); opacity: .94; margin-bottom: 14px; }
.footer-grid p, .footer-grid a { color: #aab4a8; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #889187; font-size: .87rem; }
.footer-bottom a { color: #b9c5b7; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }


@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 850px; }
  .hero-card { max-width: 920px; margin-inline: auto; }
}

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .header-phone { margin-left: auto; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 12px; }
  .primary-nav .button { margin-top: 8px; }
  .hero-grid, .split-grid, .service-area-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-card { width: 100%; max-width: 920px; margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-media { height: 200px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .quote-grid { gap: 50px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 74px; }
  .brand { width: 215px; }
  .header-phone { display: none; }
  .hero { padding-top: 60px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .property-illustration { height: 290px; }
  .property-illustration.property-photo { height: auto; min-height: 0; }
  .hero-card-footer { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-card-links { align-items: flex-start; text-align: left; }
  .building-a { width: 155px; }
  .building-b { left: 150px; width: 145px; }
  .stat-grid, .service-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }

  .service-card-media { height: 205px; }
  .stat-grid > div { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .stat-grid > div:last-child { border-bottom: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .footer-grid { gap: 35px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
.sms-consent {
  margin: 6px 0 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--green-light);
}

.sms-consent legend {
  padding: 0 8px;
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.sms-consent-choice {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin: 0;
  color: #283027;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.55;
  cursor: pointer;
}

.sms-consent-choice input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--green);
  cursor: pointer;
}

.sms-consent-choice input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(52, 143, 19, 0.25);
  outline-offset: 3px;
}

.sms-consent-note,
.form-policy-links {
  margin: 12px 0 0 34px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.form-policy-links a {
  color: var(--green-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 12px;
}

.footer-legal-links span {
  color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 680px) {
  .sms-consent {
    padding: 17px;
  }

  .sms-consent-note,
  .form-policy-links {
    margin-left: 0;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }
}
.form-status-success {
  color: #1f6b2c;
}

.form-status-error {
  color: #a12622;
}

#web3forms-quote-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.72;
}