:root {
  --green: #0B6B35;
  --green-dark: #063F2E;
  --navy: #083A63;
  --lime: #8BC34A;
  --cream: #fbf7ef;
  --white: #ffffff;
  --text: #172925;
  --muted: #5d6f68;
  --line: rgba(8, 58, 99, .14);
  --shadow: 0 18px 48px rgba(6, 63, 46, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Montserrat, Arial, sans-serif; color: var(--text); background: var(--cream); line-height: 1.55; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 247, 239, .96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand svg, .brand img { width: clamp(190px, 24vw, 310px); display: block; }
.nav { display: flex; gap: 22px; align-items: center; font-size: 14px; font-weight: 700; color: var(--green-dark); }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 24px; text-decoration: none; font-weight: 800; background: var(--green-dark); color: var(--white); border: 2px solid var(--green-dark); box-shadow: 0 10px 24px rgba(6,63,46,.18); }
.button:hover { background: var(--green); border-color: var(--green); }
.button-small { padding: 10px 18px; white-space: nowrap; }
.button-secondary { background: var(--white); color: var(--navy); border-color: var(--line); box-shadow: none; }
.hero { padding: 70px 0 54px; overflow: hidden; background: radial-gradient(circle at 78% 12%, rgba(210, 231, 239, .85), transparent 25%), linear-gradient(135deg, #fffaf2 0%, #eef6ee 100%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
h1 { font-size: clamp(44px, 5.9vw, 76px); line-height: .98; letter-spacing: -.055em; margin: 0 0 22px; color: var(--green-dark); }
.hero-text { max-width: 640px; margin: 0; color: #233d37; font-size: 18px; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 30px 0 26px; }
.hero-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); gap: 12px 28px; max-width: 520px; font-weight: 700; color: var(--green-dark); }
.hero-list li { position: relative; padding-left: 24px; }
.hero-list li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--green); position: absolute; left: 0; top: .7em; }
.hero-visual { display: flex; flex-direction: column; gap: 18px; }
.sprinkler-art { position: relative; height: 350px; border-radius: 34px; overflow: hidden; box-shadow: 0 18px 44px rgba(0,28,76,.10); }
    .area-banner { background: var(--green-dark); color: white; padding: 26px 0; text-align: center; }
.area-banner h2 { margin: 0 0 5px; font-size: clamp(22px, 3vw, 30px); }
.area-banner p { margin: 0; font-size: 17px; font-weight: 600; }
.section { padding: 76px 0; }
.section-heading { margin-bottom: 28px; }
.eyebrow { margin: 0 0 6px; text-transform: uppercase; letter-spacing: .11em; color: var(--green); font-size: 12px; font-weight: 900; }
.section-heading h2 { margin: 0; color: var(--green-dark); font-size: clamp(28px, 3.4vw, 42px); line-height: 1.05; letter-spacing: -.035em; }
.testimonial-grid, .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card, .service-card { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: 0 8px 24px rgba(6,63,46,.06); }
.stars { color: #f5a300; font-size: 22px; letter-spacing: 2px; margin-bottom: 10px; }
.testimonial-card p { margin: 0 0 14px; font-weight: 700; color: #112A45; }
.testimonial-card strong { color: var(--navy); font-size: 13px; }
.services-section { background: #fffaf2; }
.service-card { display: grid; grid-template-columns: 46px 1fr; gap: 8px 16px; }
.service-card .icon { grid-row: span 2; width: 44px; height: 44px; border-radius: 12px; border: 2px solid var(--green); display: grid; place-items: center; color: var(--green-dark); font-size: 22px; }
.service-card h3 { margin: 0; color: var(--green-dark); }
.service-card p { grid-column: 2; margin: 0; color: #3e514c; font-size: 14px; font-weight: 600; }
.contact-section { background: var(--green-dark); color: white; }
.contact-section .eyebrow, .contact-section h2 { color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 36px; align-items: center; }
.contact-grid h2 { font-size: clamp(32px, 4vw, 48px); margin: 0 0 10px; }
.contact-grid p { font-size: 18px; margin: 0; opacity: .9; }
.contact-card-main { background: var(--navy); border: 2px solid rgba(255,255,255,.2); border-radius: 24px; padding: 28px; display: grid; gap: 8px; text-align: center; }
.contact-card-main a:first-child { font-size: clamp(32px, 5vw, 54px); font-weight: 900; text-decoration: none; color: white; }
.contact-card-main a:last-child { color: white; font-weight: 700; }
.site-footer { background: #052a20; color: rgba(255,255,255,.86); padding: 24px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.site-footer p { margin: 0; } .site-footer a { color: white; }
@media (max-width: 920px) {
  .header-inner { flex-wrap: wrap; padding: 14px 0; } .nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 14px; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }  .testimonial-grid, .service-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1120px); } .brand svg, .brand img { width: 210px; } .button { width: 100%; } .button-small { width: auto; } .hero { padding-top: 44px; } .hero-list { grid-template-columns: 1fr; } }

/* --- refreshed hero art & headline --- */
.hero-title span { display: block; line-height: 1.04; }
.hero-title span.alt { color: #001C4C; }

.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 18% 40%; }

.trust-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.trust-big { display: flex; align-items: center; gap: 13px; padding: 20px 18px; background: #FFFFFF;
  border: 2px solid rgba(10,102,41,.20); border-radius: 24px; box-shadow: 0 14px 32px rgba(0,28,76,.10); }
.trust-big strong { text-transform: uppercase; color: #001C4C; font-weight: 800; font-size: 16px; line-height: 1.15; letter-spacing: 0; }
.big-num { color: #0A6629; font-weight: 800; font-size: 44px; line-height: 1; letter-spacing: -1px; flex: none; }
.big-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; background: rgba(10,102,41,.10); flex: none; }
.big-icon svg { width: 34px; height: 34px; color: #0A6629; }
@media (max-width: 900px) { .sprinkler-art { height: 300px; } }

.trust-wide { grid-column: 1 / -1; display: flex; align-items: center; gap: 15px; padding: 18px 22px;
  background: #0A6629; border-radius: 24px; box-shadow: 0 14px 32px rgba(10,102,41,.28); }
.dollar-chip { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px;
  background: rgba(255,255,255,.16); color: #FFFFFF; font-weight: 800; font-size: 30px; flex: none; }
.tw-text { display: flex; flex-direction: column; gap: 3px; }
.tw-text strong { text-transform: uppercase; color: #FFFFFF; font-weight: 800; font-size: 17px; letter-spacing: .4px; }
.tw-text span { color: rgba(255,255,255,.88); font-size: 14.5px; font-weight: 600; }
