
:root{--green:#2e5e27;--green-dark:#0f2a16;--lime:#7fbc3d;--charcoal:#222b24;--cream:#f3f5f1;--white:#fff;--muted:#667066;--border:#dce4d9}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--charcoal);background:#fff;line-height:1.6}a{color:inherit}img{max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--green-dark);color:#fff;font-size:13px}.topbar-inner{min-height:36px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar a{text-decoration:none}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(9px);border-bottom:1px solid var(--border)}.header-inner{min-height:94px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;text-decoration:none;min-width:285px}.built-in-logo{width:260px;max-height:78px;object-fit:contain;object-position:left center}.primary-nav{margin-left:auto}.nav-list{list-style:none;display:flex;align-items:center;gap:22px;padding:0;margin:0}.nav-list a{text-decoration:none;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.02em}.nav-list a:hover{color:var(--green)}.nav-toggle{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:5px;text-decoration:none;font-weight:800;border:2px solid transparent;cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}.btn-secondary{background:transparent;border-color:#fff;color:#fff}.btn-secondary:hover{background:#fff;color:var(--green-dark)}
.hero{position:relative;min-height:690px;background:linear-gradient(90deg,rgba(7,25,14,.92) 0%,rgba(7,25,14,.72) 44%,rgba(7,25,14,.18) 76%),url('../images/hero-landscaping.jpg') center/cover no-repeat;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.hero-grid{width:min(1180px,calc(100% - 40px));margin:auto;padding:120px 0 115px}.hero-copy{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900;color:var(--lime);margin:0 0 15px}.hero h1{font-size:clamp(50px,7vw,88px);line-height:.98;margin:0 0 22px;max-width:850px}.hero-subtitle{font-size:23px;max-width:680px;color:#eef4ef}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.trust-strip{background:rgba(7,25,14,.92)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.trust-grid>div{padding:25px 24px;border-right:1px solid rgba(255,255,255,.12)}.trust-grid strong,.trust-grid span{display:block}.trust-grid span{font-size:14px;color:#cbd6cd}
.section{padding:88px 0}.section-heading{max-width:800px;margin-bottom:38px}.section-heading h2,.split h2,.cta-panel h2{font-size:clamp(34px,4vw,55px);line-height:1.08;margin:0 0 15px}.section-heading>p:last-child{font-size:18px;color:var(--muted)}
.photo-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.photo-card{border:1px solid var(--border);background:#fff;box-shadow:0 12px 35px rgba(20,45,26,.08)}.photo-card img{width:100%;height:190px;object-fit:cover}.photo-card div{padding:22px}.photo-card h3{font-size:23px;line-height:1.1;margin:0 0 10px}.photo-card p{margin:0;color:var(--muted)}.photo-card.featured{border-bottom:5px solid var(--lime)}
.line-paint-section{background:var(--cream)}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-image{width:100%;height:430px;object-fit:cover;box-shadow:18px 18px 0 var(--green)}
.gallery-section{padding-bottom:105px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-grid img{width:100%;height:240px;object-fit:cover}
.dark-section{background:var(--green-dark);color:#fff}.check-list{font-size:20px}.cta-panel{background:var(--cream);padding:50px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.page-hero{background:var(--green-dark);color:#fff;padding:90px 0}.page-hero h1{font-size:clamp(44px,6vw,76px);line-height:1.05;margin:0}.content-narrow{max-width:880px}.content-narrow h2{font-size:38px;line-height:1.15}
.quote-form{margin-top:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quote-form label{display:block;font-weight:700;margin-bottom:16px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:14px;border:1px solid var(--border);border-radius:5px;margin-top:7px;font:inherit}
.site-footer{background:#09150d;color:#dfe8e1;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.site-footer a{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:22px;font-size:14px;color:#aeb9b0}
@media(max-width:1050px){.primary-nav,.header-cta{display:none}.nav-toggle{display:block;margin-left:auto}.primary-nav.open{display:block;position:absolute;left:0;right:0;top:94px;background:#fff;padding:22px;border-bottom:1px solid var(--border)}.primary-nav.open .nav-list{flex-direction:column;align-items:flex-start}.photo-cards{grid-template-columns:1fr 1fr}.trust-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.brand{min-width:auto}}
@media(max-width:680px){.container,.hero-grid{width:min(100% - 26px,1180px)}.topbar-inner{flex-direction:column;align-items:flex-start;padding:8px 0}.built-in-logo{width:220px}.hero{min-height:620px}.hero-grid{padding:90px 0}.hero h1{font-size:47px}.photo-cards,.gallery-grid,.trust-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.gallery-grid img{height:260px}.cta-panel{align-items:flex-start;flex-direction:column}.section{padding:64px 0}}

.site-header{box-shadow:0 8px 28px rgba(10,34,18,.06)}
.nav-list .current-menu-item>a{color:var(--green)}
.photo-card{transition:transform .22s ease,box-shadow .22s ease}
.photo-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(20,45,26,.14)}
.services-band{background:var(--cream);padding-top:20px}
.starter-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:28px}
.starter-gallery img{width:100%;height:330px;object-fit:cover}
.content-narrow p{font-size:18px}.content-narrow h3{font-size:28px;margin-top:38px}
@media(max-width:680px){.starter-gallery{grid-template-columns:1fr}.starter-gallery img{height:260px}}
