:root {
  --green-950: #062f21;
  --green-900: #063b28;
  --green-800: #075536;
  --green-700: #087445;
  --lime: #f1de16;
  --cream: #f5f2e8;
  --paper: #fffdf7;
  --ink: #14241b;
  --muted: #5e6a63;
  --line: rgba(6, 59, 40, 0.16);
  --sans: "DM Sans", system-ui, sans-serif;
  --display: "Oswald", Impact, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 16px; background: #fff; color: var(--green-900); border-radius: 4px; }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--green-950); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; opacity: .72; }
.utility-inner a { color: var(--lime); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,247,.96); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(6,47,33,.07); backdrop-filter: blur(14px); }
.nav-wrap { height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 350px; height: 88px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 32px; font-weight: 700; font-size: .92rem; }
.site-nav > a:not(.button) { border-bottom: 2px solid transparent; padding: 8px 0; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { border-color: var(--lime); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--green-900); margin: 5px; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid var(--lime); background: var(--lime); color: var(--green-950); font-weight: 800; letter-spacing: .01em; border-radius: 2px; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #fff32e; }
.button-small { min-height: 45px; padding-inline: 18px; }
.button-dark { background: var(--green-950); border-color: var(--green-950); color: #fff; }
.button-dark:hover, .button-dark:focus-visible { background: var(--green-800); }
.button-wide { width: 100%; border: 0; }
.eyebrow { margin: 0 0 14px; color: var(--lime); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green-700); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--green-950); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/hero.jpg") center/cover no-repeat; transform: scale(1.03); }
.hero-shade { background: linear-gradient(90deg, rgba(3,37,25,.97) 0%, rgba(3,37,25,.88) 45%, rgba(3,37,25,.24) 100%); }
.hero::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 55%; height: 16px; background: var(--lime); clip-path: polygon(0 0, 100% 100%, 0 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 40px; padding-block: 78px; }
.hero-copy { max-width: 740px; }
.hero h1, .section h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.035em; line-height: .95; }
.hero h1 { margin: 0; font-size: clamp(4.2rem, 7.6vw, 7.4rem); }
.hero h1 span { color: var(--lime); }
.hero-lede { max-width: 660px; margin: 28px 0; font-size: 1.19rem; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.36); padding-bottom: 5px; }
.text-link span, .arrow-link span { color: var(--lime); padding-left: 7px; }
.hero-points { display: flex; gap: 36px; list-style: none; padding: 0; margin: 44px 0 0; color: rgba(255,255,255,.7); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-points li { position: relative; }
.hero-points li + li::before { content: ""; position: absolute; left: -20px; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.hero-mark { justify-self: end; width: min(390px, 30vw); opacity: .18; filter: saturate(.6); }

.quick-services { position: relative; z-index: 2; background: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: 0 20px 50px rgba(6,47,33,.11); transform: translateY(-30px); }
.quick-grid a { min-height: 145px; display: grid; align-content: center; padding: 24px 26px; border-right: 1px solid var(--line); transition: background .2s ease; }
.quick-grid a:hover { background: var(--cream); }
.quick-grid span { color: var(--green-700); font-family: var(--display); font-weight: 700; }
.quick-grid strong { margin: 4px 0 2px; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.quick-grid i { color: var(--muted); font-size: .84rem; font-style: normal; }
.review-callout { min-height: 112px; display: flex; align-items: center; gap: 24px; padding: 24px 32px; background: var(--green-900); color: #fff; box-shadow: 0 18px 45px rgba(6,47,33,.12); }
.review-stars { color: var(--lime); font-size: 1.35rem; letter-spacing: .16em; white-space: nowrap; }
.review-callout p { margin: 0; }
.review-callout strong, .review-callout span { display: block; }
.review-callout strong { font: 600 1.55rem/1 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.review-callout span { margin-top: 5px; color: rgba(255,255,255,.68); font-size: .77rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.review-rule { width: 1px; height: 42px; margin-left: auto; background: rgba(255,255,255,.2); }
.review-callout .review-note { max-width: 360px; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.45; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; margin-bottom: 58px; }
.section h2 { margin: 0; font-size: clamp(3.5rem, 6.5vw, 6rem); }
.section-heading > p { color: var(--muted); font-size: 1.1rem; margin: 0 0 8px; }
.service-feature { min-height: 510px; display: grid; grid-template-columns: 1.08fr .92fr; margin-bottom: 26px; background: var(--cream); }
.service-feature.reverse { grid-template-columns: .92fr 1.08fr; }
.service-feature.reverse .service-photo { order: 2; }
.service-photo { min-height: 510px; background-position: center; background-size: cover; }
.service-photo-lawn { background-image: url("assets/hero.jpg"); }
.service-photo-landscape { background-image: linear-gradient(rgba(6,59,40,.1), rgba(6,59,40,.1)), url("assets/landscape.jpg"); }
.service-content { position: relative; padding: 64px; display: flex; flex-direction: column; justify-content: center; }
.service-number { position: absolute; right: 32px; top: 22px; font-family: var(--display); font-size: 4.5rem; line-height: 1; color: rgba(6,59,40,.08); }
.service-content h3, .service-card h3 { font-family: var(--display); text-transform: uppercase; line-height: 1.05; }
.service-content h3 { margin: 0 0 18px; font-size: clamp(2.25rem, 4vw, 3.5rem); }
.service-content > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 24px; font-weight: 600; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 10px; height: 3px; background: var(--lime); }
.arrow-link { width: fit-content; font-weight: 800; border-bottom: 2px solid var(--green-900); padding-bottom: 5px; }
.service-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.service-card { min-height: 390px; position: relative; padding: 54px; display: flex; flex-direction: column; justify-content: end; background: var(--green-900); color: #fff; overflow: hidden; }
.service-card.yellow { background: var(--lime); color: var(--green-950); }
.service-card::before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; top: -140px; right: -70px; }
.service-card.yellow::before { border-color: rgba(6,47,33,.14); }
.card-icon { position: absolute; top: 35px; left: 50px; font-family: var(--display); font-size: 3rem; color: var(--lime); }
.yellow .card-icon { color: var(--green-900); }
.service-card h3 { max-width: 490px; margin: 0 0 12px; font-size: 2.5rem; }
.service-card p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.72); }
.service-card.yellow p:not(.eyebrow) { color: rgba(6,47,33,.72); }
.service-card a { margin-top: 18px; font-weight: 800; }

.about { position: relative; overflow: hidden; background: var(--green-950); color: #fff; }
.about::after { content: "JHG"; position: absolute; right: -40px; bottom: -140px; color: rgba(255,255,255,.025); font: 700 25rem/1 var(--display); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.about-mark { position: relative; }
.about-mark img { width: 100%; max-width: 450px; }
.ring-copy { position: absolute; inset: -25px; display: grid; place-items: end center; color: var(--lime); font-size: .7rem; letter-spacing: .18em; }
.about-copy h2 { max-width: 760px; }
.large-copy { max-width: 680px; margin: 30px 0 45px; color: rgba(255,255,255,.72); font-size: 1.22rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.values div { padding: 25px 20px 0 0; }
.values strong, .values span { display: block; }
.values strong { color: var(--lime); font: 600 1.65rem var(--display); text-transform: uppercase; }
.values span { color: rgba(255,255,255,.62); font-size: .82rem; }

.area { background: var(--cream); }
.area-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.area-copy p:not(.eyebrow) { margin: 26px 0 34px; color: var(--muted); font-size: 1.06rem; }
.area-map { min-height: 450px; position: relative; overflow: hidden; background: #dfe7da; border: 14px solid #fff; box-shadow: 0 22px 50px rgba(6,47,33,.1); }
.area-map::before, .area-map::after { content: ""; position: absolute; border-radius: 50%; border: 80px solid rgba(255,255,255,.6); width: 370px; height: 370px; }
.area-map::before { left: -250px; top: -200px; }
.area-map::after { right: -250px; bottom: -240px; }
.map-road { position: absolute; height: 9px; background: #fff; box-shadow: 0 0 0 1px #c8d1c3; transform-origin: left; }
.road-one { width: 120%; left: -10%; top: 55%; transform: rotate(-14deg); }
.road-two { width: 80%; left: 14%; top: 20%; transform: rotate(67deg); }
.road-three { width: 70%; left: 22%; top: 76%; transform: rotate(12deg); }
.map-pin { position: absolute; z-index: 2; left: 52%; top: 46%; display: grid; padding-left: 45px; line-height: 1.2; }
.map-pin > span { position: absolute; left: 0; top: -4px; width: 32px; height: 32px; background: var(--green-900); border: 8px solid var(--lime); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 6px 18px rgba(6,47,33,.25); }
.map-pin strong { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.map-pin small { color: var(--green-700); font-weight: 700; text-transform: uppercase; }
.area-map > p { position: absolute; left: 24px; bottom: 12px; margin: 0; color: var(--green-800); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.estimate { background: var(--green-800); color: #fff; }
.estimate-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: start; }
.estimate-copy { position: sticky; top: 150px; }
.estimate-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.phone-card { display: inline-flex; flex-direction: column; margin-top: 40px; padding: 18px 22px; border-left: 4px solid var(--lime); background: rgba(0,0,0,.12); }
.phone-card span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
.phone-card strong { font: 600 1.75rem var(--display); }
.estimate-form { padding: 50px; background: #fff; color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.15); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--green-950); font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid #ccd4cd; border-radius: 0; padding: 13px 14px; background: #fafaf7; color: var(--ink); text-transform: none; letter-spacing: normal; outline: none; }
.estimate-form textarea { resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(8,116,69,.12); }
.form-note, .form-success { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: .75rem; }
.form-success { color: var(--green-700); font-weight: 700; }

.site-footer { background: #021e15; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 70px; padding: 70px 0; }
.footer-brand-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.footer-brand { width: 370px; max-width: 100%; padding: 18px 22px; background: #fffdf7; border-left: 5px solid var(--lime); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.footer-brand img { width: 100%; filter: saturate(1.08) contrast(1.05); }
.site-credit { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.6); font-size: .75rem; letter-spacing: .04em; transition: color .2s ease; }
.site-credit img { width: 34px; height: 34px; object-fit: contain; }
.site-credit strong { color: #fff; font-weight: 700; }
.site-credit:hover, .site-credit:focus-visible { color: #fff; }
.footer-main > div { display: grid; align-content: start; gap: 7px; color: rgba(255,255,255,.65); font-size: .9rem; }
.footer-main a:hover { color: var(--lime); }
.footer-label { margin: 0 0 9px; color: var(--lime); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--lime); }

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

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .utility-inner p { display: none; }
  .utility-inner { justify-content: center; }
  .nav-wrap { height: 88px; }
  .brand { width: 275px; height: 74px; }
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 126px 0 0; display: none; align-content: start; padding: 42px 24px; background: var(--paper); font: 600 2rem var(--display); text-transform: uppercase; }
  .site-nav.open { display: grid; gap: 18px; }
  .site-nav .button { margin-top: 12px; }
  .hero { min-height: 680px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mark { display: none; }
  .hero h1 { font-size: clamp(3.8rem, 14vw, 6rem); }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid a { min-height: 125px; }
  .review-callout { flex-wrap: wrap; }
  .review-rule { display: none; }
  .review-callout .review-note { max-width: none; flex-basis: 100%; }
  .section { padding: 80px 0; }
  .section-heading, .about-grid, .area-grid, .estimate-grid { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { align-items: start; }
  .service-feature, .service-feature.reverse { grid-template-columns: 1fr; }
  .service-feature.reverse .service-photo { order: 0; }
  .service-photo { min-height: 370px; }
  .service-content { padding: 46px; }
  .about-mark { max-width: 360px; margin: auto; }
  .estimate-copy { position: static; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .hero { min-height: calc(100svh - 126px); }
  .hero-shade { background: linear-gradient(90deg, rgba(3,37,25,.95), rgba(3,37,25,.72)); }
  .hero-grid { padding-block: 55px; }
  .hero h1 { font-size: clamp(3.55rem, 17vw, 5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-points { flex-wrap: wrap; gap: 18px 30px; }
  .quick-grid { grid-template-columns: 1fr; transform: none; width: 100%; }
  .quick-grid a { min-height: 108px; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-callout { width: 100%; min-height: 0; gap: 12px 18px; padding: 28px; }
  .review-stars { font-size: 1.05rem; }
  .review-callout strong { font-size: 1.35rem; }
  .section h2 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .section-heading { margin-bottom: 38px; }
  .service-photo { min-height: 280px; }
  .service-content { padding: 36px 26px; }
  .service-cards, .values, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; padding: 38px 28px; }
  .card-icon { left: 28px; }
  .service-card h3 { font-size: 2.15rem; }
  .values { gap: 18px; }
  .values div { border-top: 1px solid rgba(255,255,255,.12); }
  .area-map { min-height: 340px; border-width: 8px; }
  .estimate-form { padding: 30px 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding: 54px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
