:root {
  --ink: #183128;
  --muted: #627268;
  --paper: #fffdf5;
  --cream: #f6f0dd;
  --green: #147a45;
  --green-2: #21a363;
  --mint: #dff4e1;
  --blue: #0a8bd9;
  --gold: #d6b84f;
  --tan: #c8aa7a;
  --line: #d7e1d7;
  --shadow: 0 20px 55px rgba(24, 49, 40, 0.14);
  --radius: 8px;
  font-family: Inter, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--paper);
  color: var(--ink);
}

.page-scroll {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

.page-scroll:focus {
  outline: none;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: relative;
  flex: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 253, 245, 0.94);
  border-bottom: 1px solid rgba(24, 49, 40, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 260px;
}

.brand img {
  width: 88px;
  height: 64px;
  border-radius: var(--radius);
  object-fit: contain;
  padding: 3px;
  background: #eef7e9;
  border: 1px solid rgba(20, 122, 69, 0.18);
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  color: var(--green);
  font-family: Oswald, Inter, sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}

.brand small {
  color: #4f675d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links,
.header-actions,
.hero-actions,
.trust-row,
.area-tags {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: center;
  gap: 28px;
  color: #315044;
  font-weight: 700;
}

.header-actions,
.hero-actions {
  gap: 14px;
}

.phone-link {
  color: var(--green);
  font-weight: 800;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--gold);
  color: #1f2d23;
  box-shadow: 0 14px 30px rgba(214, 184, 79, 0.32);
}

.button-secondary,
.button-ghost {
  border-color: var(--green);
  color: var(--green);
  background: #fff;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
  gap: clamp(28px, 5vw, 70px);
  min-height: calc(100vh - 86px);
  padding: clamp(34px, 5vw, 62px) clamp(18px, 6vw, 112px) 150px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(33, 163, 99, 0.12), transparent 25%),
    linear-gradient(180deg, #fffdf8 0%, #fffdf5 62%, #f6f8ed 100%);
}

.hero-copy {
  max-width: 790px;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  letter-spacing: 0;
  line-height: 1.03;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.25rem, 6vw, 5.85rem);
  color: var(--green);
}

h2 {
  font-size: clamp(2.15rem, 4vw, 4.25rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-text {
  max-width: 690px;
  margin: 20px 0 28px;
  color: #315044;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.trust-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.trust-row span,
.area-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(20, 122, 69, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #385a4c;
  font-weight: 800;
}

/* Liquid glass — hero CTAs + trust pills, frosted so the truck shows through */
.hero-actions .button-primary {
  background: linear-gradient(135deg, rgba(246, 208, 76, 0.5), rgba(214, 184, 79, 0.34));
  color: #382f0d;
  border-color: rgba(255, 243, 190, 0.65);
  -webkit-backdrop-filter: blur(14px) saturate(185%);
  backdrop-filter: blur(14px) saturate(185%);
  box-shadow:
    0 14px 34px rgba(192, 150, 40, 0.3),
    inset 0 1px 0 rgba(255, 251, 226, 0.85),
    inset 0 -10px 20px rgba(170, 130, 35, 0.14);
}

.hero-actions .button-secondary {
  background: rgba(255, 255, 255, 0.16);
  color: var(--green);
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(14px) saturate(185%);
  backdrop-filter: blur(14px) saturate(185%);
  box-shadow:
    0 14px 30px rgba(24, 49, 40, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.trust-row span {
  background: rgba(255, 255, 255, 0.2);
  color: #1f3a2d;
  border: 1px solid rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  backdrop-filter: blur(12px) saturate(180%);
  box-shadow:
    0 6px 22px rgba(24, 49, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.quote-card {
  position: relative;
  z-index: 3;
  align-self: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(20, 122, 69, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.form-kicker {
  margin: 0;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  grid-column: 1 / -1;
}

.quote-card h2 {
  font-size: 2.2rem;
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 7px;
  color: #3e574d;
  font-weight: 800;
}

.quote-card label:nth-of-type(5),
.quote-card .button,
.form-note {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd8cf;
  border-radius: var(--radius);
  padding: 11px 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.yard-scene {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 340px;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.sky-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(130% 125% at 100% -6%, rgba(255, 205, 74, 0.52), rgba(255, 224, 130, 0.22) 30%, transparent 62%),
    linear-gradient(218deg, rgba(255, 229, 150, 0.5), transparent 58%),
    linear-gradient(180deg, rgba(255, 249, 224, 0.42), transparent 52%);
  z-index: 0;
  animation: sun-wash 6s ease-in-out infinite;
}

.sun {
  position: absolute;
  top: 10px;
  right: clamp(8px, 1vw, 16px);
  width: clamp(54px, 5.2vw, 70px);
  height: auto;
  z-index: 0;
  animation: sun-glow 5s ease-in-out infinite;
}

.sun-disc {
  fill: #f7c94a;
}

.sun-rays {
  transform-box: fill-box;
  transform-origin: center;
  animation: sun-pulse 5s ease-in-out infinite;
}

.sun-rays line {
  stroke: #f7c94a;
  stroke-width: 6;
  stroke-linecap: round;
}

.bush {
  position: absolute;
  bottom: 96px;
  width: 160px;
  height: 78px;
  background: radial-gradient(circle at 50% 78%, var(--green-2), #1c8a53);
  border-radius: 52% 52% 44% 44% / 70% 70% 30% 30%;
  opacity: 0.45;
  z-index: 0;
}

.bush-left {
  left: -42px;
  transform: scale(0.92);
}

.bush-right {
  right: -34px;
  width: 200px;
  height: 92px;
  opacity: 0.4;
}

.rig {
  position: absolute;
  left: clamp(56px, 8vw, 140px);
  bottom: 70px;
  display: flex;
  align-items: flex-end;
  gap: 1px;
  z-index: 3;
}

.rig-truck {
  height: clamp(104px, 13vw, 150px);
  width: auto;
  color: var(--gold);
}

.rig-trailer {
  height: clamp(80px, 10vw, 116px);
  width: auto;
  color: var(--gold);
  margin-bottom: 14px;
}

.lawn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  z-index: 1;
}

.cut-path {
  position: absolute;
  left: 14%;
  bottom: 24px;
  height: 22px;
  width: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(206, 236, 196, 0.6) 0 18px,
    rgba(168, 214, 158, 0.5) 18px 36px
  );
  border-radius: 0 8px 8px 0;
  animation: mow-cut 7s linear infinite;
}

.mower-travel {
  position: absolute;
  left: 12%;
  bottom: 8px;
  animation: mow-travel 7s linear infinite;
}

.mower {
  display: block;
  width: clamp(82px, 9vw, 108px);
  height: auto;
  color: var(--gold);
  animation: mow-bob 0.5s ease-in-out infinite;
}

.grass-band {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background:
    radial-gradient(90% 165% at 82% -30%, rgba(255, 234, 138, 0.26), transparent 56%),
    repeating-linear-gradient(87deg, rgba(8, 74, 43, 0) 0 24px, rgba(8, 74, 43, 0.12) 24px 28px),
    linear-gradient(180deg, #18a05c 0%, #149a57 52%, #11874c 100%);
  z-index: 0;
}

@keyframes sun-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 10px rgba(247, 201, 74, 0.45));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(247, 201, 74, 0.62));
  }
}

@keyframes sun-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes sun-wash {
  0%,
  100% {
    opacity: 0.88;
  }
  50% {
    opacity: 1;
  }
}

@keyframes mow-travel {
  0% {
    left: 12%;
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  80% {
    left: 78%;
    opacity: 1;
  }
  90% {
    left: 78%;
    opacity: 0;
  }
  100% {
    left: 12%;
    opacity: 0;
  }
}

@keyframes mow-cut {
  0% {
    width: 0;
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  80% {
    width: 66%;
    opacity: 1;
  }
  90% {
    width: 66%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes mow-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }
  50% {
    transform: translateY(-2px) rotate(0.5deg);
  }
}

@keyframes wheel-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes clip-fly {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(16px, -12px);
  }
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 6vw, 112px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

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

.service-grid article,
.review-grid figure,
.contact-card {
  margin: 0;
  border: 1px solid rgba(20, 122, 69, 0.15);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 49, 40, 0.06);
}

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

.service-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--mint);
  color: var(--green);
  font-family: Oswald, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.service-grid p,
.split-section p,
.service-area p,
.contact p {
  color: var(--muted);
  line-height: 1.7;
}

.split-section,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background: #f7fbf4;
}

.text-link {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.work-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.work-card {
  position: relative;
  display: flex;
  align-items: end;
  margin: 0;
  min-height: 190px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #e7f4e7;
  border: 1px solid rgba(24, 49, 40, 0.12);
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 37, 29, 0.36), transparent 40%);
}

.work-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 16px;
  padding: 8px 12px;
  border-radius: var(--radius);
  background: rgba(255, 253, 245, 0.9);
  color: var(--ink);
  font-weight: 900;
}

.work-card-wide {
  grid-column: 1 / -1;
  min-height: 250px;
}

.work-cta {
  margin-top: 22px;
}

.gallery {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  background: rgba(15, 37, 29, 0.97);
  overflow-y: auto;
}

.gallery[hidden] {
  display: none;
}

.gallery-bar {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px clamp(16px, 4vw, 44px);
  background: rgba(15, 37, 29, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.gallery-count {
  font-family: Oswald, Inter, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

.gallery-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  padding: clamp(12px, 3vw, 30px);
}

.gallery-thumb {
  padding: 0;
  border: none;
  background: #0c1f18;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery-thumb:hover img {
  transform: scale(1.06);
}

.gallery-viewer {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 20, 15, 0.96);
}

.gallery-viewer[hidden] {
  display: none;
}

.gv-img {
  max-width: 92vw;
  max-height: 84vh;
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.gv-close,
.gv-prev,
.gv-next {
  position: absolute;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  cursor: pointer;
}

.gv-close {
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  font-size: 1.7rem;
}

.gv-prev,
.gv-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 2rem;
}

.gv-prev {
  left: 18px;
}

.gv-next {
  right: 18px;
}

.gv-counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
}

body.gallery-open .page-scroll {
  overflow: hidden;
}

.reviews {
  background: var(--paper);
}

.review-grid figure {
  padding: 28px;
}

blockquote {
  margin: 0 0 22px;
  font-family: Oswald, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.12;
}

figcaption {
  color: var(--muted);
  font-weight: 800;
}

.service-area {
  background: linear-gradient(135deg, #19382d, #123326);
  color: #fff;
}

.area-panel {
  max-width: 1020px;
}

.area-panel .eyebrow {
  color: var(--gold);
}

.area-panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
}

.area-tags {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.area-tags span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.contact-card a {
  color: var(--green);
  font-family: Oswald, sans-serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 700;
}

.contact-card span {
  color: var(--muted);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 6vw, 112px);
  background: #0f251d;
  color: #fff;
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 981px) and (max-width: 1380px) {
  .rig {
    bottom: 28px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  .site-header.nav-open .nav-links,
  .site-header.nav-open .header-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: start;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .hero,
  .split-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-bottom: 350px;
  }

  .quote-card {
    max-width: 620px;
    grid-template-columns: 1fr;
  }

  .quote-card label:nth-of-type(5),
  .quote-card .button,
  .form-note,
  .form-kicker,
  .quote-card h2 {
    grid-column: auto;
  }

  .service-grid,
  .review-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rig {
    left: clamp(12px, 3vw, 40px);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 74px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 70px;
    height: 54px;
  }

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

  .brand small {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 32px;
  }

  h1 {
    font-size: 3.45rem;
  }

  .hero-actions,
  .header-actions,
  .nav-links {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .service-grid,
  .review-grid,
  .work-board {
    grid-template-columns: 1fr;
  }

  .work-card-wide {
    grid-column: auto;
  }

  .yard-scene {
    top: 535px;
    bottom: auto;
    height: 310px;
  }

  .quote-card {
    margin-top: 330px;
  }

  .rig {
    left: 10px;
    bottom: 84px;
  }

  .rig-truck {
    height: 110px;
  }

  .rig-trailer {
    height: 86px;
    margin-bottom: 12px;
  }

  .bush-right {
    display: none;
  }

  .mower {
    width: 94px;
  }

  .site-footer {
    flex-direction: column;
  }
}
