@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap";:root{--ink:#0b1810;--green:#145b25;--bright:#4f982d;--cream:#f7f7f2;--header:88px;color:var(--ink);font-synthesis:none;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 18px)}body{background:#fff;margin:0}section{scroll-margin-top:calc(var(--header) + 18px)}a{color:inherit;text-decoration:none}img{max-width:100%}.header{height:var(--header);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e8eee8;align-items:center;gap:34px;padding:0 max(4vw,24px);display:flex;position:sticky;top:0}.brand{align-self:stretch;place-items:center;width:170px;display:grid}.brand img{object-fit:contain;filter:drop-shadow(0 3px 2px #0002);width:156px;height:100px}.nav{align-items:center;gap:30px;height:100%;margin-left:auto;display:flex}.nav a{text-transform:uppercase;letter-spacing:.03em;font-size:13px;font-weight:800;position:relative}.nav a:after{content:"";background:var(--green);height:2px;transition:all .25s;position:absolute;bottom:-11px;left:0;right:100%}.nav a:hover:after{right:0}.header-call{background:var(--green);color:#fff;border-radius:5px;align-items:center;gap:8px;height:46px;padding:0 17px;font-size:13px;font-weight:700;display:flex}.header-call svg,.btn svg{width:18px}.menu{background:0 0;border:0;padding:12px;display:none}.hero{min-height:570px;height:calc(100vh - var(--header));background-image:var(--hero);background-position:50%;background-size:cover;align-items:center;max-height:720px;display:flex;position:relative}.hero-shade{background:linear-gradient(90deg,#fafbf4f0 0%,#fafbf4c2 34%,#fafbf40d 68%);position:absolute;inset:0}.hero-copy{width:min(620px,52vw);margin-left:max(7vw,50px);position:relative}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--green);margin:0 0 12px;font-size:13px;font-weight:800}.hero h1,.section h2,.showcase h2,.cta h2{text-transform:uppercase;margin:0;font-family:Barlow Condensed,Impact,sans-serif;font-weight:900;line-height:.9}.hero h1{max-width:620px;font-size:clamp(54px,6.5vw,88px)}.hero h1 span,.about h2 span{color:var(--green)}.hero ul{gap:10px;margin:25px 0;padding:0;font-weight:600;list-style:none;display:grid}.hero li{align-items:center;gap:10px;display:flex}.hero li svg{color:#277a36;fill:#277a36;stroke:#fff;width:20px}.actions{flex-wrap:wrap;gap:12px;display:flex}.btn{text-transform:uppercase;letter-spacing:.02em;border:1.5px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:9px;min-height:52px;padding:0 24px;font-size:13px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.primary{background:var(--green);color:#fff;box-shadow:0 7px 20px #16491e33}.outline{color:var(--green);border-color:var(--green);background:#ffffffe0}.benefits{color:#fff;background:linear-gradient(120deg,#072c12,#0d3d18 60%,#092c12);grid-template-columns:repeat(4,1fr);padding:28px max(6vw,30px);display:grid}.benefits article{border-right:1px solid #fff5;gap:15px;padding:0 28px;display:flex}.benefits article:last-child{border:0}.benefits svg{flex:none;width:38px;height:38px}.benefits h3,.service-card h3,footer h3{text-transform:uppercase;margin:2px 0 6px;font-size:13px}.benefits p{color:#e5eee6;margin:0;font-size:12px;line-height:1.55}.section{padding:74px max(7vw,30px)}.about{grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;max-width:1300px;margin:auto;display:grid}.about h2,.services h2{font-size:clamp(36px,4vw,52px)}.about-copy>p:not(.kicker){color:#344238;max-width:540px;line-height:1.75}.about-img{object-fit:cover;border-radius:7px;width:100%;height:360px;box-shadow:0 10px 30px #09281122}.text-link{color:var(--green);text-transform:uppercase;border-bottom:2px solid var(--green);align-items:center;gap:9px;padding-bottom:5px;font-size:13px;font-weight:800;display:inline-flex}.text-link svg{width:17px}.services{text-align:center;background:#f5f6f3}.section-head>p:last-child{color:#4b554d;margin:7px 0 26px}.service-track{grid-template-columns:repeat(5,1fr);gap:16px;max-width:1240px;margin:auto;display:grid}.service-card{background:#fff;border:1px solid #e0e4df;border-radius:7px;flex-direction:column;align-items:center;height:250px;padding:28px 17px;display:flex;box-shadow:0 5px 18px #1022160c}.service-card .icon{width:62px;height:62px;color:var(--green);background:#edf5e9;border-radius:50%;place-items:center;margin-bottom:16px;display:grid}.service-card .icon svg{width:32px;height:32px}.service-card h3{font-size:14px}.service-card p{color:#49534b;font-size:13px;line-height:1.55}.service-button{margin-top:28px}.showcase{color:#fff;background:linear-gradient(100deg,#061e0d,#124b20);justify-content:space-between;align-items:center;gap:40px;min-height:260px;padding:55px max(8vw,30px);display:flex}.showcase h2{max-width:690px;font-size:clamp(38px,5vw,64px)}.showcase .kicker{color:#8bc565}.stats{gap:34px;display:flex}.stats span{text-transform:uppercase;letter-spacing:.1em;font-size:12px}.stats b{color:#8ac05c;font-family:Barlow Condensed;font-size:40px;display:block}.review{text-align:center;max-width:850px;margin:auto}.quote{color:#67a642;height:68px;font:100px Georgia}.review blockquote{margin:10px 0;font:700 clamp(22px,3vw,34px)/1.35 Barlow Condensed}.review p{color:#647067}.cta{color:#fff;background:#285f20;align-items:center;gap:30px;padding:25px max(7vw,30px);display:flex}.cta img{object-fit:contain;filter:brightness(0)invert();opacity:.88;width:170px;height:90px}.cta h2{font-size:38px}.cta p{margin:4px 0}.cta .btn{margin-left:auto}.light{color:var(--green);background:#fff}footer{color:#fff;background:#061e0d}.footer-grid{grid-template-columns:1.4fr .8fr 1fr 1.3fr;gap:55px;padding:48px max(7vw,30px);display:grid}.footer-logo{object-fit:contain;filter:brightness(0)invert();width:150px;height:90px}footer p,footer a,footer span{color:#d5dfd7;font-size:12px;line-height:1.7}footer div>a{align-items:center;gap:8px;display:flex}footer svg{width:15px}.social{gap:10px;margin-top:14px;display:flex}.social a{background:#174d22;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.copyright{color:#cbd5cd;border-top:1px solid #ffffff18;padding:13px max(7vw,30px);font-size:11px}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(18px)}.reveal.visible{opacity:1;transform:none}@media (width<=900px){:root{--header:74px}.brand{width:120px}.brand img{width:116px;height:75px}.menu{margin-left:auto;display:block}.header-call{display:none}.nav{background:#fff;flex-direction:column;align-items:stretch;gap:0;height:auto;padding:16px 24px 24px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 20px #0002}.nav.open{display:flex}.nav a{padding:13px 4px}.hero{min-height:650px;height:calc(100svh - var(--header));background-position:65%;align-items:flex-end}.hero-shade{background:linear-gradient(#f7f9f00f 30%,#f7f9f0e6 62%,#f7f9f0fa 95%)}.hero-copy{width:auto;margin:0;padding:35px 24px}.hero h1{max-width:550px;font-size:clamp(48px,14vw,68px)}.eyebrow{display:none}.benefits{grid-template-columns:1fr 1fr;gap:25px}.benefits article{border:0;padding:0}.about{grid-template-columns:1fr;gap:34px}.about-img{height:300px}.service-track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:14px;margin-left:max(-7vw,-30px);margin-right:max(-7vw,-30px);padding:4px max(7vw,30px) 20px;display:flex;overflow-x:auto}.service-card{scroll-snap-align:start;flex:0 0 min(82vw,310px)}.showcase{display:block}.stats{margin-top:30px}.footer-grid{grid-template-columns:1fr 1fr}.cta img{display:none}}@media (width<=560px){.hero-copy{padding-bottom:28px}.hero h1{font-size:48px}.hero ul{margin:17px 0;font-size:13px}.actions{grid-template-columns:1fr 1fr;display:grid}.btn{padding:0 12px;font-size:11px}.benefits{grid-template-columns:1fr;padding:28px 24px}.benefits article{border-bottom:1px solid #ffffff2b;padding-bottom:20px}.section{padding:58px 24px}.about h2,.services h2{font-size:38px}.about-img{height:235px}.showcase{padding:48px 24px}.stats{gap:22px}.cta{text-align:center;padding:34px 24px;display:block}.cta h2{font-size:34px}.cta .btn{margin:18px auto 0}.footer-grid{grid-template-columns:1fr;gap:32px;padding:42px 24px}.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}.btn{transition:none}}.gallery{background:#fff}.gallery .section-head{text-align:center}.gallery .section-head h2{font-size:clamp(36px,4vw,52px)}.gallery-grid{grid-template-rows:220px 220px;grid-template-columns:1.35fr 1fr 1fr;gap:16px;max-width:1240px;margin:30px auto 0;display:grid}.gallery figure{background:#dfe8dc;border-radius:7px;margin:0;position:relative;overflow:hidden}.gallery-main{grid-row:1/3}.gallery-grid figure:nth-child(2){grid-area:1/2}.gallery-grid figure:nth-child(3){grid-area:2/2}.gallery-tall{grid-area:1/3/3}.gallery img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.gallery figure:hover img{transform:scale(1.025)}.gallery-tall img{object-position:center 38%}.gallery figcaption{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#082b13dd;border-radius:4px;padding:8px 11px;font-size:11px;font-weight:700;position:absolute;bottom:12px;left:12px}@media (width<=900px){.gallery-grid{grid-template-rows:260px 220px;grid-template-columns:1fr 1fr}.gallery-main{grid-area:auto/1/auto/3}.gallery-grid figure:nth-child(2),.gallery-grid figure:nth-child(3),.gallery-tall{grid-area:auto}}@media (width<=560px){.gallery-grid{scroll-snap-type:x mandatory;gap:12px;margin-left:-24px;margin-right:-24px;padding:0 24px 14px;display:flex;overflow-x:auto}.gallery figure,.gallery-main,.gallery-tall{scroll-snap-align:start;flex:0 0 82vw;height:300px}}@media (prefers-reduced-motion:reduce){.gallery img{transition:none}}.brand img{width:auto;max-width:158px;height:auto;max-height:calc(var(--header) - 8px)}.hero{height:calc(100svh - var(--header));min-height:0;max-height:none}.estimate h2{text-transform:uppercase;margin:0;font-family:Barlow Condensed,Impact,sans-serif;font-size:clamp(42px,5vw,66px);font-weight:900;line-height:.92}.carousel-shell{position:relative}.slider-controls{display:none}.estimate{background:linear-gradient(120deg,#edf3e9,#fff);grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(40px,7vw,100px);display:grid}.estimate-copy>p:not(.kicker){color:#3f4e43;max-width:500px;font-size:17px;line-height:1.7}.estimate-contact{gap:12px;margin-top:28px;display:grid}.estimate-contact a{color:var(--green);align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.estimate-contact svg{width:19px}.estimate-form{background:#fff;border-radius:9px;gap:17px;padding:32px;display:grid;box-shadow:0 12px 40px #0b2e1517}.estimate-form label{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#25352a;gap:7px;font-size:12px;font-weight:800;display:grid}.estimate-form input,.estimate-form select,.estimate-form textarea{width:100%;min-height:50px;color:var(--ink);text-transform:none;letter-spacing:0;background:#fff;border:1px solid #cbd5cc;border-radius:5px;outline:none;padding:12px 13px;font:500 15px Inter,Arial,sans-serif}.estimate-form textarea{resize:vertical;min-height:105px}.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #27843a1c}.form-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.estimate-form .btn{cursor:pointer;border:0;justify-self:start}.form-note{color:#6b776e;margin:0;font-size:11px}.form-trap{position:absolute!important;left:-9999px!important}.social a{font-family:Arial,sans-serif;font-size:20px;font-weight:900;color:#fff!important}.footer-logo{filter:brightness(0)invert();object-fit:contain}@media (height<=720px) and (width>=901px){.hero h1{font-size:clamp(48px,8vh,66px)}.hero ul{margin:15px 0}.hero-copy{transform-origin:0;transform:scale(.94)}}@media (width<=900px){.brand img{max-width:122px;max-height:calc(var(--header) - 6px)}.hero{height:calc(100svh - var(--header));min-height:0}.slider-controls{justify-content:flex-end;gap:9px;margin-top:10px;display:flex}.slider-controls button{width:46px;height:46px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #b9c9bb;border-radius:50%;place-items:center;display:grid}.slider-controls svg{width:21px}.estimate{grid-template-columns:1fr;gap:32px}.estimate-form{padding:26px}.cta{display:none}}@media (width<=560px){.hero-copy{padding-top:18px;padding-bottom:20px}.hero h1{font-size:clamp(38px,11.5vw,48px)}.hero ul{gap:7px;margin:13px 0}.hero{background-position:68%}.form-row{grid-template-columns:1fr}.estimate-form{padding:22px 18px}.estimate h2{font-size:43px}.estimate-form .btn{width:100%}.gallery-grid{padding-bottom:4px}.slider-controls{padding-right:0}}@media (height<=680px) and (width<=560px){.hero h1{font-size:38px}.hero li{font-size:12px}.hero .btn{min-height:46px}.hero-copy{padding-bottom:12px}}.header .brand{width:150px;padding:7px 0}.header .brand img{width:auto;max-width:138px;height:auto;max-height:calc(var(--header) - 14px);display:block}@media (width<=900px){.header .brand{width:112px;padding:6px 0}.header .brand img{max-width:106px;max-height:calc(var(--header) - 12px)}.services .carousel-shell,.gallery .carousel-shell{position:relative}.services .service-track,.gallery .gallery-grid{scrollbar-width:none;touch-action:pan-y;overscroll-behavior-x:none;overflow-x:hidden}.services .service-track::-webkit-scrollbar{display:none}.gallery .gallery-grid::-webkit-scrollbar{display:none}.services .slider-controls,.gallery .slider-controls{pointer-events:none;z-index:4;justify-content:space-between;margin:0;display:flex;position:absolute;inset:50% -18px auto;transform:translateY(-50%)}.services .slider-controls button,.gallery .slider-controls button{width:50px;height:50px;color:var(--green);pointer-events:auto;background:#fff;border:1px solid #b4c8b7;box-shadow:0 5px 18px #061e0d33}.services .slider-controls button:active,.gallery .slider-controls button:active{transform:scale(.96)}.services .service-track{padding-left:max(7vw,30px);padding-right:max(7vw,30px)}.gallery .gallery-grid{scroll-behavior:smooth}}@media (width<=560px){.services .slider-controls,.gallery .slider-controls{inset:50% -8px auto}.services .slider-controls button,.gallery .slider-controls button{width:48px;height:48px}.services .service-track,.gallery .gallery-grid{padding-left:24px;padding-right:24px}}
