:root {
  --green: #123a27;
  --green-2: #1f6d43;
  --lime: #b9e66b;
  --cream: #f7f4e9;
  --paper: #ffffff;
  --ink: #15221b;
  --muted: #5f6c63;
  --line: #dce5dc;
  --shadow: rgba(18, 58, 39, 0.16);
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.top-strip {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 9px 18px;
  color: #fff;
  background: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.top-strip a { color: var(--lime); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(247, 244, 233, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--green);
  background: var(--lime);
  border-radius: 50%;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

nav a:hover { color: var(--green); }

.nav-toggle {
  display: none;
  padding: 10px 14px;
  color: #fff;
  background: var(--green);
  border: 0;
  border-radius: 0;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: end;
  gap: 34px;
  min-height: 720px;
  padding: 110px max(20px, calc((100vw - var(--max)) / 2)) 58px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 58, 39, 0.94), rgba(18, 58, 39, 0.72) 42%, rgba(18, 58, 39, 0.18)),
    url("../../assets/images/demos/lawn-hero.jpg") center / cover;
}

.hero-copy {
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow { color: var(--lime); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; }

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 0;
  font-weight: 900;
  cursor: pointer;
}

.primary {
  color: var(--green);
  background: var(--lime);
}

.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
  margin: 0;
}

.hero-stats div,
.quote-card,
.plan-grid article,
.review-grid blockquote,
.service-grid article,
.map-card,
.quote-form {
  box-shadow: 0 18px 44px var(--shadow);
}

.hero-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

dt {
  font-size: 1.8rem;
  font-weight: 900;
}

dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-card {
  padding: 28px;
  color: var(--ink);
  background: var(--paper);
  border-top: 7px solid var(--lime);
}

.quote-card span,
.quote-card a {
  color: var(--green-2);
  font-weight: 900;
}

.quote-card strong {
  display: block;
  margin: 4px 0 12px;
  font-size: 2.2rem;
  line-height: 1;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-row span {
  padding: 22px;
  background: var(--paper);
  text-align: center;
  font-weight: 900;
}

.section {
  padding: 78px max(20px, calc((100vw - var(--max)) / 2));
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.section-lede,
.service-grid p,
.plan-grid p,
.area p,
.quote-section p {
  color: var(--muted);
  font-weight: 600;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-grid article {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.service-grid span {
  color: var(--green-2);
  font-weight: 900;
}

.service-grid h3,
.plan-grid h3 {
  margin: 10px 0;
  font-size: 1.2rem;
}

.plans,
.reviews {
  background: #eef4e9;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.plan-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan-grid article,
.review-grid blockquote {
  margin: 0;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.plan-grid span {
  color: var(--green-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
}

.large-photo {
  min-height: 460px;
  background:
    linear-gradient(0deg, rgba(18, 58, 39, 0.22), transparent),
    url("../../assets/images/demos/lawn-detail.jpg") center / cover;
}

.result-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background: var(--green);
  color: #fff;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.tabs button {
  padding: 10px 12px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  cursor: pointer;
  font-weight: 800;
}

.tabs button.active {
  color: var(--green);
  background: var(--lime);
  border-color: var(--lime);
}

.review-grid strong {
  color: var(--green-2);
}

.review-grid p {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 700;
}

cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}

.area,
.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: 28px;
  align-items: stretch;
}

.map-card {
  display: grid;
  align-content: center;
  min-height: 260px;
  padding: 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 58, 39, 0.93), rgba(31, 109, 67, 0.88)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.08) 18px 20px);
}

.map-card span {
  color: var(--lime);
  font-weight: 900;
  text-transform: uppercase;
}

.map-card strong {
  font-size: 2.3rem;
  line-height: 1;
}

.quote-form {
  display: grid;
  gap: 12px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}

input, select, textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fbfbf8;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px max(20px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: var(--green);
  font-weight: 800;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 20px 22px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
  }

  nav.is-open { display: flex; }

  .hero,
  .split,
  .gallery-layout,
  .area,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 74px;
  }

  .quote-card {
    max-width: 460px;
  }

  .trust-row,
  .plan-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .top-strip {
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }

  .hero-stats,
  .service-grid,
  .trust-row,
  .plan-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.2rem);
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
