:root {
  --green-950: #062b16;
  --green-900: #083a1e;
  --green-800: #0b4a26;
  --green-700: #126132;
  --lime: #b5d932;
  --lime-bright: #d4f34a;
  --cream: #f6f7f1;
  --white: #ffffff;
  --ink: #172019;
  --muted: #5f6e63;
  --line: #dfe5dc;
  --shadow: 0 24px 60px rgba(5, 39, 19, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); z-index: 200; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 30; padding: 12px 0; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.scrolled { position: fixed; padding: 7px 0; background: rgba(5, 35, 17, .92); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 188px; display: block; line-height: 0; }
.brand img { width: 100%; height: auto; filter: drop-shadow(0 8px 16px rgba(0,0,0,.22)); }
.primary-nav { display: flex; align-items: center; gap: 26px; color: white; font-weight: 700; }
.primary-nav a { text-decoration: none; font-size: .95rem; }
.primary-nav a:hover { color: var(--lime-bright); }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 28px; height: 2px; margin: 6px 0; background: white; }
.hero { min-height: 760px; position: relative; display: grid; align-items: center; color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('assets/turf-equipment.jpg') center/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,26,12,.92) 0%, rgba(4,39,18,.76) 48%, rgba(4,39,18,.2) 100%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 88px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; color: var(--green-700); margin: 0 0 14px; }
.eyebrow { color: var(--lime-bright); }
h1, h2, h3 { font-family: Manrope, Inter, sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 760px; font-size: clamp(2.8rem, 5.4vw, 5.2rem); letter-spacing: -.05em; margin-bottom: 22px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); letter-spacing: -.04em; margin-bottom: 20px; }
h3 { font-size: 1.45rem; letter-spacing: -.025em; }
.hero-copy { max-width: 660px; font-size: 1.12rem; color: rgba(255,255,255,.86); margin: 0 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 24px; border-radius: 999px; text-decoration: none; border: 0; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime-bright); color: var(--green-950); box-shadow: 0 14px 34px rgba(193, 235, 55, .2); }
.button-primary:hover { background: #e2fa6a; }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.button-light { background: white; color: var(--green-950); }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 42px; }
.trust-row span { padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); font-size: .86rem; font-weight: 700; }
.section { padding: 110px 0; }
.intro { background: var(--cream); }
.split-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.split-intro p:last-child { font-size: 1.12rem; color: var(--muted); margin: 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { border: 1px solid var(--line); border-radius: 20px; padding: 30px 26px; background: white; box-shadow: 0 12px 30px rgba(16,65,35,.06); }
.service-card:hover { transform: translateY(-5px); transition: .2s ease; box-shadow: var(--shadow); }
.service-card .icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--green-950); color: var(--lime-bright); font-family: Manrope; font-weight: 800; margin-bottom: 52px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.program-section { background: var(--green-950); color: white; position: relative; overflow: hidden; }
.program-section::after { content: ''; position: absolute; width: 450px; height: 450px; border-radius: 50%; right: -180px; top: -170px; background: radial-gradient(circle, rgba(188,224,60,.22), transparent 65%); }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; position: relative; z-index: 1; }
.program-copy p:not(.section-kicker) { color: rgba(255,255,255,.75); font-size: 1.05rem; }
.section-kicker.light { color: var(--lime-bright); }
.text-link { color: var(--lime-bright); font-weight: 800; text-decoration: none; display: inline-block; margin-top: 16px; }
.program-steps { display: grid; gap: 16px; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: start; padding: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.step strong { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-bright); color: var(--green-950); font-size: 1.15rem; }
.step span { color: rgba(255,255,255,.72); }
.step b { display: block; color: white; font-size: 1.05rem; margin-bottom: 3px; }
.service-area { background: var(--cream); }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.area-grid > div:first-child p:last-child { color: var(--muted); }
.location-list { display: flex; flex-wrap: wrap; gap: 12px; }
.location-list span { padding: 13px 18px; background: white; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; box-shadow: 0 8px 20px rgba(5,39,19,.05); }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.quote-copy > p:not(.section-kicker) { color: var(--muted); }
.contact-links { display: grid; gap: 12px; margin-top: 34px; }
.contact-links a { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; word-break: break-word; }
.contact-links small { display: block; color: var(--muted); margin-bottom: 4px; }
.contact-links strong { color: var(--green-800); }
.quote-form { padding: 34px; border-radius: 22px; background: var(--cream); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; font-size: .9rem; font-weight: 700; margin-bottom: 16px; }
input, select, textarea { width: 100%; padding: 14px 15px; border: 1px solid #cfd8ce; border-radius: 10px; background: white; color: var(--ink); font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(181,217,50,.28); border-color: var(--green-700); }
textarea { resize: vertical; }
.form-submit { width: 100%; margin-top: 4px; }
.form-note { margin: 12px 0 0; min-height: 24px; color: var(--green-700); font-size: .9rem; }
.final-cta { background: var(--lime); padding: 60px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta p { margin: 0 0 4px; font-weight: 800; color: var(--green-800); }
.final-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.1rem); }
.site-footer { background: #031b0d; color: rgba(255,255,255,.72); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 40px; }
.footer-grid img { width: 220px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: white; font-weight: 700; text-decoration: none; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; font-size: .85rem; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: var(--green-950); border-radius: 16px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .split-intro, .program-grid, .area-grid, .quote-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand { width: 180px; }
  .hero { min-height: 760px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,26,12,.92), rgba(4,39,18,.66)); }
  .hero-content { padding-top: 100px; }
  h1 { font-size: clamp(2.7rem, 12vw, 4.1rem); }
  .section { padding: 78px 0; }
  .card-grid, .field-row { grid-template-columns: 1fr; }
  .service-card .icon { margin-bottom: 30px; }
  .quote-form { padding: 24px 18px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

.primary-nav a { position: relative; }
.primary-nav a:not(.nav-cta)::after { content:""; position:absolute; left:0; right:100%; bottom:-5px; height:2px; background:var(--lime-bright); transition:right .2s ease; }
.primary-nav a:not(.nav-cta):hover::after, .primary-nav a.active:not(.nav-cta)::after { right:0; }
.menu-toggle span { transition:transform .22s ease, opacity .22s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-8px) rotate(-45deg); }
.service-card, .contact-links a, .location-list span, .step { transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.contact-links a:hover, .location-list span:hover { transform:translateY(-2px); border-color:rgba(18,97,50,.35); box-shadow:0 10px 24px rgba(5,39,19,.08); }
.step:hover { transform:translateX(4px); }
.reveal, .reveal-section { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible, .reveal-section.visible { opacity:1; transform:none; }
.button:active { transform:translateY(0) scale(.985); }
.hero-media { transition:transform 8s ease; }
.hero:hover .hero-media { transform:scale(1.055); }

@media (max-width:640px) {
  .site-header { padding:10px 0; }
  .site-header.scrolled { padding:6px 0; }
  .brand { width:142px; }
  .menu-toggle { padding:6px; }
  .hero { min-height:690px; }
  .hero-content { padding-top:76px; padding-bottom:42px; }
  .hero-media { background-position:58% center; }
  .hero-overlay { background:linear-gradient(90deg,rgba(2,26,12,.92),rgba(4,39,18,.58)),linear-gradient(0deg,rgba(0,0,0,.28),transparent 55%); }
  h1 { font-size:clamp(2.55rem,11vw,3.55rem); line-height:1.02; margin-bottom:18px; }
  .hero-copy { font-size:1rem; line-height:1.55; margin-bottom:26px; }
  .hero-actions { gap:10px; }
  .button { width:100%; min-height:52px; padding-inline:18px; }
  .trust-row { display:none; }
  .section { padding:68px 0; }
  .section-heading { margin-bottom:34px; }
  .service-card { padding:24px 22px; }
  .service-card .icon { width:44px; height:44px; margin-bottom:22px; }
  .location-list { gap:8px; }
  .location-list span { padding:10px 13px; font-size:.88rem; }
}
@media (prefers-reduced-motion:reduce) {
  .reveal, .reveal-section { opacity:1; transform:none; }
  .hero-media { transition:none; }
}
