:root {
  --green: #246b45;
  --green-dark: #123f2c;
  --leaf: #7aa95c;
  --gold: #d6a94b;
  --cream: #f7f3e8;
  --paper: #fffdf7;
  --ink: #16251d;
  --muted: #617064;
  --line: #dfe7d9;
  --shadow: 0 18px 45px rgba(18, 63, 44, 0.14);
  --shadow-strong: 0 22px 70px rgba(18, 63, 44, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(242, 247, 237, 0.7), rgba(255, 253, 247, 0) 420px),
    var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid rgba(36, 107, 69, 0.14);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 24px rgba(18, 63, 44, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  font-weight: 800;
  box-shadow: inset 0 -10px 18px rgba(0, 0, 0, 0.16);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: #2d4436;
  font-weight: 700;
  font-size: 0.96rem;
}

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

.header-button,
.primary-button,
.secondary-button,
.price-card a,
.quote-form button,
.distance-row button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.header-button:hover,
.primary-button:hover,
.secondary-button:hover,
.price-card a:hover,
.quote-form button:hover,
.distance-row button:hover {
  transform: translateY(-2px);
}

.header-button,
.primary-button,
.quote-form button,
.distance-row button {
  color: white;
  background: var(--green);
  box-shadow: 0 10px 20px rgba(36, 107, 69, 0.18);
}

.header-button {
  padding: 10px 18px;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 540px);
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100svh - 74px);
  align-items: center;
  padding: 96px clamp(20px, 7vw, 96px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 36, 24, 0.96), rgba(36, 107, 69, 0.78)),
    repeating-linear-gradient(
      112deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 18px,
      rgba(255, 255, 255, 0.02) 18px,
      rgba(255, 255, 255, 0.02) 42px
    );
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(214, 169, 75, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(5, 20, 13, 0.18));
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 84px;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0), var(--paper));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: white;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 7.6rem);
  line-height: 0.92;
  max-width: 900px;
  text-wrap: balance;
}

.hero-scene {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  aspect-ratio: 1.04;
  align-self: end;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(207, 234, 185, 0.9) 0 38%, transparent 38%),
    repeating-linear-gradient(
      100deg,
      #3d8b4f 0,
      #3d8b4f 28px,
      #2f7a42 28px,
      #2f7a42 56px
    );
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.hero-scene::before,
.hero-scene::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: 40%;
  width: 70%;
  height: 18%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
}

.hero-scene::after {
  right: 34%;
  bottom: 50%;
  width: 34%;
  height: 11%;
  background: rgba(255, 255, 255, 0.48);
}

.sun {
  position: absolute;
  top: 10%;
  left: 12%;
  width: 82px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #f2c85b;
  box-shadow: 0 0 0 18px rgba(242, 200, 91, 0.18);
}

.mower-lines {
  position: absolute;
  inset: 47% 0 0;
  background: repeating-linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.16) 0,
    rgba(255, 255, 255, 0.16) 10px,
    transparent 10px,
    transparent 44px
  );
}

.mower {
  position: absolute;
  right: 13%;
  bottom: 18%;
  width: 42%;
  height: 27%;
}

.handle {
  position: absolute;
  right: 22%;
  bottom: 52%;
  width: 54%;
  height: 10px;
  border-radius: 999px;
  background: #173323;
  transform: rotate(-34deg);
  transform-origin: right center;
}

.deck {
  position: absolute;
  right: 4%;
  bottom: 24%;
  width: 78%;
  height: 42%;
  border-radius: 8px 8px 16px 16px;
  background: #d94f3d;
  box-shadow: inset 0 -12px 0 rgba(0, 0, 0, 0.13);
}

.wheel {
  position: absolute;
  bottom: 15%;
  width: 22%;
  aspect-ratio: 1;
  border: 8px solid #16251d;
  border-radius: 999px;
  background: #f7f3e8;
}

.wheel-left {
  left: 14%;
}

.wheel-right {
  right: 6%;
}

.hero-copy {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-points span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button,
.secondary-button {
  min-width: 166px;
  padding: 13px 20px;
}

.secondary-button {
  color: white;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.section {
  padding: clamp(62px, 8vw, 112px) clamp(20px, 7vw, 96px);
}

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

.section-heading h2,
.area-copy h2,
.contact-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  text-wrap: balance;
}

.section-heading p,
.area-copy p,
.contact-panel p {
  color: var(--muted);
}

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

.service-grid article,
.price-card,
.gallery-card,
.quote-form,
.area-tool,
.contact-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.service-grid article,
.price-card,
.gallery-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service-grid article:hover,
.price-card:hover,
.gallery-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 107, 69, 0.32);
  box-shadow: var(--shadow-strong);
}

.service-grid article {
  padding: 28px;
}

.service-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--green-dark);
  background: #e8f1df;
  font-weight: 800;
}

h3 {
  margin: 20px 0 8px;
  font-size: 1.3rem;
}

.service-grid p,
.price-card li,
.form-note {
  color: var(--muted);
}

.pricing-section,
.contact-section {
  background: var(--cream);
}

.gallery-section {
  background: #f2f7ed;
}

.gallery-grid {
  align-items: stretch;
}

.gallery-card {
  overflow: hidden;
}

.gallery-card img,
.photo-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.photo-placeholder {
  position: relative;
  overflow: hidden;
  background: #dfe7d9;
}

.photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.18) 0,
      rgba(255, 255, 255, 0.18) 16px,
      transparent 16px,
      transparent 36px
    );
}

.photo-placeholder span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 8px 10px;
  border-radius: 8px;
  color: white;
  background: rgba(18, 63, 44, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
}

.photo-lawn {
  background: linear-gradient(135deg, #7bbf62, #256b43);
}

.photo-trimming {
  background: linear-gradient(135deg, #4f7f52, #d6a94b);
}

.photo-cleanup {
  background: linear-gradient(135deg, #a0b56a, #4e713a);
}

.photo-edge {
  background: linear-gradient(135deg, #2d4436, #85b46d);
}

.photo-landscape {
  background: linear-gradient(135deg, #dfe7d9, #246b45);
}

.photo-before-after {
  background: linear-gradient(90deg, #9b7653 0 50%, #4c9657 50% 100%);
}

.gallery-card h3,
.gallery-card p {
  margin-right: 22px;
  margin-left: 22px;
}

.gallery-card p {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--muted);
}

.price-card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  padding: 30px;
}

.price-card.featured {
  border-color: rgba(36, 107, 69, 0.45);
  transform: translateY(-10px);
  background:
    linear-gradient(180deg, rgba(232, 241, 223, 0.68), rgba(255, 255, 255, 0.98) 42%),
    white;
}

.price-card.featured:hover {
  transform: translateY(-14px);
}

.price-label {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--green-dark);
  background: #e8f1df;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price {
  margin: 10px 0 20px;
  color: var(--green-dark);
  font-size: 2.6rem;
  font-weight: 800;
}

.price-card ul {
  margin: 0 0 28px;
  padding-left: 20px;
}

.price-card a {
  margin-top: auto;
  padding: 12px 16px;
  color: var(--green-dark);
  background: #e8f1df;
}

.featured a {
  color: white;
  background: var(--green);
}

.area-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.zone-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.zone-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-left: 5px solid var(--leaf);
  background: #f2f7ed;
}

.zone-list span {
  color: var(--muted);
}

.area-tool {
  padding: 24px;
}

.map-card {
  position: relative;
  display: grid;
  min-height: 330px;
  place-items: center;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(45deg, rgba(36, 107, 69, 0.1) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(36, 107, 69, 0.1) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(36, 107, 69, 0.1) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(36, 107, 69, 0.1) 75%),
    #eef5e9;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0;
  background-size: 40px 40px;
}

.ring {
  position: absolute;
  border: 2px solid rgba(36, 107, 69, 0.34);
  border-radius: 999px;
}

.ring-large {
  width: 84%;
  aspect-ratio: 1;
}

.ring-mid {
  width: 58%;
  aspect-ratio: 1;
  border-color: rgba(122, 169, 92, 0.6);
}

.ring-small {
  width: 32%;
  aspect-ratio: 1;
  border-color: rgba(214, 169, 75, 0.72);
}

.map-pin {
  position: relative;
  z-index: 1;
  padding: 12px 16px;
  border-radius: 8px;
  color: white;
  background: var(--green-dark);
  font-weight: 800;
}

.area-tool label,
.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--green-dark);
  font-weight: 800;
}

.distance-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 10px;
}

input,
textarea {
  width: 100%;
  border: 1px solid #cfdac8;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: white;
  font: inherit;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(36, 107, 69, 0.13);
}

.distance-row button {
  padding: 0 18px;
}

.distance-result {
  margin: 14px 0 0;
  color: var(--green-dark);
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 22px;
}

.contact-panel,
.quote-form {
  padding: clamp(24px, 4vw, 42px);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-methods a,
.contact-methods span {
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--green-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
  border: 1px solid rgba(36, 107, 69, 0.13);
}

.contact-methods a:hover {
  background: #e8f1df;
}

.quote-form {
  display: grid;
  gap: 16px;
}

.quote-form button {
  margin-top: 4px;
  padding: 13px 18px;
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 7vw, 96px);
  color: white;
  background: var(--green-dark);
}

footer p {
  margin: 0;
}

footer a {
  font-weight: 800;
}

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

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .header-button {
    margin-left: auto;
  }

  .service-grid,
  .pricing-grid,
  .gallery-grid,
  .area-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .price-card.featured:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .header-button {
    width: 100%;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 720px;
    padding: 82px 20px 108px;
  }

  .hero-scene {
    max-width: 380px;
    align-self: center;
    justify-self: center;
  }

  .hero-actions,
  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .zone-list div,
  footer {
    flex-direction: column;
  }

  .distance-row {
    grid-template-columns: 1fr;
  }
}
