:root{--bg:#0d140e;--ink:#162016;--muted:#5d685d;--green:#2f5f32;--light:#f4f2e9;--cream:#fbfaf4;--line:#d8d2c0;--accent:#c98a2e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.6}.site-header{position:sticky;top:0;z-index:20;background:rgba(13,20,14,.92);backdrop-filter:blur(8px);display:flex;justify-content:space-between;align-items:center;padding:14px clamp(18px,5vw,70px);border-bottom:1px solid rgba(255,255,255,.12)}.brand{font-weight:800;text-decoration:none;color:white;letter-spacing:.02em}.brand span{color:#9fd08f}nav{display:flex;gap:22px}nav a{color:white;text-decoration:none;font-weight:650;font-size:.95rem}.hero{position:relative;min-height:78vh;display:flex;align-items:center;padding:80px clamp(20px,6vw,90px);overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,13,8,.88),rgba(8,13,8,.48),rgba(8,13,8,.2)),url('images/spray-truck-dog.jpg') center/cover no-repeat;transform:scale(1.02)}.hero-content{position:relative;max-width:760px;color:white}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--accent);font-size:.78rem;margin:0 0 10px}.hero h1{font-size:clamp(2.3rem,6vw,5.8rem);line-height:.95;margin:0 0 20px;letter-spacing:-.05em}.lead{font-size:clamp(1.05rem,2vw,1.35rem);max-width:650px;color:#f4f1e8}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:13px 20px;text-decoration:none;font-weight:800;border:0;cursor:pointer}.primary{background:var(--accent);color:#171006}.secondary{background:rgba(255,255,255,.15);color:white;border:1px solid rgba(255,255,255,.35)}.section{padding:clamp(52px,7vw,95px) clamp(20px,6vw,90px)}.intro{display:grid;grid-template-columns:1fr 1.2fr;gap:36px;align-items:start}.intro h2,.section h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;margin:0 0 18px;letter-spacing:-.04em}.intro p{font-size:1.15rem}.dark{background:var(--bg);color:white}.dark h2{color:white}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.cards article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:24px}.cards h3{margin:0 0 8px;font-size:1.25rem}.cards p{color:#e0ded5;margin:0}.split,.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.split img,.feature-grid img{width:100%;border-radius:28px;box-shadow:0 18px 40px rgba(0,0,0,.2)}.ticks{padding:0;margin:22px 0 0;list-style:none}.ticks li{margin:9px 0;padding-left:28px;position:relative}.ticks li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:900}.feature-grid{background:var(--light)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.gallery img{width:100%;height:260px;object-fit:cover;border-radius:18px}.quote-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;background:#e9e2d1}.quote-form{background:white;border-radius:28px;padding:28px;box-shadow:0 18px 42px rgba(0,0,0,.12);display:grid;gap:14px}.quote-form label{font-weight:800;font-size:.92rem}.quote-form input,.quote-form textarea,.quote-form select{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:14px;padding:13px;font:inherit;background:#fff}.hidden{display:none}.full{width:100%;font-size:1rem}.contact-line a{color:var(--green);font-weight:800}footer{background:var(--bg);color:white;text-align:center;padding:28px 18px}footer p{margin:4px 0;color:#e6e1d4}@media (max-width:850px){.site-header{align-items:flex-start;gap:10px;flex-direction:column}nav{gap:12px;flex-wrap:wrap}.intro,.split,.feature-grid,.quote-section{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.gallery img{height:200px}.hero{min-height:70vh}.hero-bg{background-position:center}}