:root {
  --forest: #0a3d20;
  --forest-2: #082f19;
  --green: #14833b;
  --lime: #a8d64f;
  --cream: #f4f1e8;
  --paper: #fffdf7;
  --ink: #172019;
  --muted: #5d685f;
  --line: #d8dfd9;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(5, 40, 19, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 12px; z-index: 999; background: white; padding: 10px 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 247, .96);
  border-bottom: 1px solid rgba(10, 61, 32, .12);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; color: var(--forest); letter-spacing: -.02em; }
.brand img { width: 82px; height: 63px; object-fit: contain; }
.brand-copy { line-height: 1.05; font-size: 1.05rem; text-transform: uppercase; }
.brand-copy small { display: block; font-size: .68rem; letter-spacing: .18em; color: var(--green); margin-top: 6px; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { text-decoration: none; font-weight: 750; font-size: .94rem; color: #26372b; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green); }
.nav-cta { display: flex; gap: 10px; }
.menu-button { display: none; background: none; border: 1px solid var(--line); padding: 9px 12px; color: var(--forest); font-weight: 800; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid transparent;
  text-decoration: none;
  font-weight: 850;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: var(--white); }
.btn-primary:hover { background: #0f6f31; }
.btn-light { background: var(--cream); color: var(--forest); }
.btn-outline { border-color: rgba(255,255,255,.45); color: white; }
.btn-outline:hover { border-color: white; }
.btn-dark { background: var(--forest); color: white; }

.hero { overflow: hidden; background: var(--forest); color: white; position: relative; }
.hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -190px;
  top: -180px;
  border: 90px solid rgba(168, 214, 79, .13);
  border-radius: 50%;
}
.hero-grid { min-height: 640px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 17px; color: var(--lime); text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 900; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); max-width: 820px; margin-bottom: 22px; }
h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); color: var(--forest); margin-bottom: 18px; }
h3 { font-size: 1.35rem; color: var(--forest); margin-bottom: 11px; }
.hero-lead { font-size: 1.18rem; color: rgba(255,255,255,.84); max-width: 680px; margin-bottom: 31px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card { background: var(--cream); color: var(--ink); padding: 28px; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.hero-logo { width: min(100%, 380px); margin: -10px auto 22px; mix-blend-mode: multiply; }
.hero-card strong { display: block; color: var(--forest); font-size: 1.25rem; }
.machine-list { display: grid; grid-template-columns: 1fr 1fr; margin: 18px 0 0; padding: 0; list-style: none; gap: 10px 16px; color: #334439; }
.machine-list li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 7px; }

.trust-bar { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px 18px; border-right: 1px solid var(--line); text-align: center; font-weight: 850; color: var(--forest); }
.trust-item:first-child { border-left: 1px solid var(--line); }

.section { padding: 100px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--forest-2); color: white; }
.section-dark h2, .section-dark h3 { color: white; }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-head p { max-width: 580px; margin: 0; color: var(--muted); }
.section-dark .section-head p { color: rgba(255,255,255,.7); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: white; border: 1px solid var(--line); padding: 29px; min-height: 255px; position: relative; }
.service-card::before { content: attr(data-number); display: block; color: var(--green); font-weight: 900; font-size: .78rem; letter-spacing: .15em; margin-bottom: 42px; }
.service-card p { color: var(--muted); margin: 0; }
.service-card a { display: inline-block; margin-top: 18px; color: var(--green); font-weight: 850; text-decoration: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.feature-panel { background: var(--forest); color: white; padding: 44px; box-shadow: var(--shadow); }
.feature-panel h3 { color: white; font-size: 2rem; }
.feature-panel p { color: rgba(255,255,255,.76); }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; }
.feature-list li { padding: 15px 0 15px 30px; border-top: 1px solid rgba(255,255,255,.13); position: relative; }
.feature-list li::before { content: ""; width: 9px; height: 9px; background: var(--lime); position: absolute; left: 0; top: 23px; }
.copy p { color: var(--muted); }

.areas { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tag { border: 1px solid rgba(255,255,255,.22); padding: 10px 15px; color: white; font-weight: 750; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.project-grid-home { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-card { overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(5,40,19,.08); }
.project-visuals { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--forest); }
.project-visuals figure { position: relative; margin: 0; min-width: 0; }
.project-image { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.project-label { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 5px 9px; background: rgba(6,29,16,.88); color: white; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-label-after { background: var(--green); }
.project-copy { padding: 24px 25px 27px; }
.project-copy h3 { margin-bottom: 8px; }
.project-copy .project-title { margin-bottom: 8px; font-size: 1.35rem; }
.project-copy p { margin: 0; color: var(--muted); }
.gallery-action { margin-top: 34px; text-align: center; }
.gallery-note { max-width: 760px; margin: 0 auto 42px; text-align: center; color: var(--muted); }
.lawn-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lawn-card { position: relative; overflow: hidden; margin: 0; min-height: 390px; background: var(--forest); }
.lawn-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; transition: transform .35s ease; }
.lawn-card:hover img { transform: scale(1.025); }
.lawn-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 45px 18px 17px; background: linear-gradient(transparent, rgba(6,29,16,.92)); color: white; font-weight: 850; }
.lawn-cta { margin-top: 24px; padding: 26px 28px; display: flex; justify-content: space-between; align-items: center; gap: 28px; background: white; border-left: 5px solid var(--green); box-shadow: 0 12px 30px rgba(5,40,19,.07); }
.lawn-cta h3, .lawn-cta p { margin: 0; }
.lawn-cta p { color: var(--muted); }
.detail-link { display: inline-block; margin-top: 8px; color: var(--green); font-weight: 850; text-decoration: none; }

.cta-band { background: var(--green); color: white; padding: 55px 0; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-row h2 { color: white; margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3.2rem); }
.cta-row p { margin: 0; color: rgba(255,255,255,.78); }
.cta-buttons { display: flex; gap: 10px; flex-shrink: 0; }

.page-hero { background: var(--forest); color: white; padding: 95px 0 80px; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); margin-bottom: 18px; }
.page-hero p { max-width: 720px; font-size: 1.16rem; color: rgba(255,255,255,.78); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.detail-card { border-top: 5px solid var(--green); background: white; padding: 32px; box-shadow: 0 12px 35px rgba(5,40,19,.08); }
.detail-card ul { padding-left: 20px; color: var(--muted); }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { background: white; border: 1px solid var(--line); padding: 28px; }
.step::before { counter-increment: steps; content: "0" counter(steps); color: var(--green); font-weight: 900; font-size: .8rem; letter-spacing: .15em; }
.step h3 { margin-top: 32px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.contact-card { background: var(--forest); color: white; padding: 36px; }
.contact-card h2 { color: white; font-size: 2.2rem; }
.contact-card a { color: white; font-weight: 850; }
.contact-item { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-item small { display: block; color: var(--lime); text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label { font-weight: 800; color: var(--forest); }
input, select, textarea { width: 100%; border: 1px solid #aeb9b0; background: white; padding: 13px 14px; color: var(--ink); border-radius: 0; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(20,131,59,.18); border-color: var(--green); }
textarea { min-height: 150px; resize: vertical; }
.form-note { font-size: .88rem; color: var(--muted); margin: 0; }
.form-status { grid-column: 1 / -1; font-weight: 750; color: var(--forest); min-height: 1.6em; }

.site-footer { background: #061d10; color: rgba(255,255,255,.75); padding: 58px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 45px; }
.footer-brand { font-size: 1.45rem; color: white; font-weight: 900; text-transform: uppercase; }
.footer-title { color: var(--lime); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 45px; padding-top: 22px; font-size: .86rem; display: flex; justify-content: space-between; gap: 20px; }
.mobile-actions { display: none; }

@media (max-width: 960px) {
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 82px; background: var(--paper); padding: 20px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .nav-cta { display: none; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding: 80px 0; gap: 50px; }
  .hero-card { max-width: 650px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .project-grid-home { grid-template-columns: 1fr 1fr; }
  .lawn-grid { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 28px, 1160px); }
  .brand img { width: 68px; height: 52px; }
  .brand-copy { font-size: .88rem; }
  .hero-grid { min-height: auto; padding: 64px 0; }
  h1 { font-size: 2.75rem; }
  .hero-card { padding: 22px; transform: none; }
  .machine-list { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { font-size: .87rem; padding: 18px 8px; }
  .section { padding: 72px 0; }
  .section-head { display: block; }
  .services-grid, .detail-grid, .steps, .project-grid, .project-grid-home { grid-template-columns: 1fr; }
  .project-copy { padding: 20px; }
  .lawn-card, .lawn-card img { min-height: 360px; }
  .lawn-cta { display: block; }
  .lawn-cta .btn { margin-top: 18px; }
  .service-card { min-height: 0; }
  .cta-row { display: block; }
  .cta-buttons { margin-top: 25px; flex-wrap: wrap; }
  .quote-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .mobile-actions { position: fixed; display: grid; grid-template-columns: 1fr 1fr; left: 0; right: 0; bottom: 0; z-index: 60; box-shadow: 0 -10px 30px rgba(0,0,0,.15); }
  .mobile-actions a { padding: 14px 8px; text-align: center; text-decoration: none; color: white; font-weight: 900; }
  .mobile-actions a:first-child { background: var(--forest); }
  .mobile-actions a:last-child { background: var(--green); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
