@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',Arial,sans-serif;color:#17251d;background:#f5f6f1;font-synthesis:none;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.wrap{max-width:1320px;margin:auto;padding-left:clamp(22px,5vw,76px);padding-right:clamp(22px,5vw,76px)}.skip{position:absolute;left:-9999px;background:#fff;padding:12px;z-index:100}.skip:focus{left:12px;top:12px}.header{height:100px;background:#101a14;display:flex;align-items:center;gap:32px;padding:0 clamp(22px,5vw,76px);color:white;position:relative;z-index:5}.brand{height:100%;display:flex;align-items:center;margin-right:auto}.brand img{height:76px;width:139px;object-fit:contain}.nav{display:flex;gap:32px;align-items:center;font-weight:600;font-size:14px}.nav a:hover,.footer a:hover{color:#b9d874}.header-call{border:1px solid #667267;padding:14px 18px;font-weight:700;font-size:14px;white-space:nowrap}.header-call span,.button span{margin-left:18px}.header-call:hover{border-color:#bddb77;color:#bddb77}.menu-toggle,.mobile-nav{display:none}.hero{min-height:650px;height:min(760px,78vw);position:relative;display:flex;align-items:center;background:#14231a;color:white;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center 57%}.hero-shade{background:linear-gradient(90deg,rgba(10,24,15,.91) 0%,rgba(10,24,15,.72) 38%,rgba(10,24,15,.18) 100%),linear-gradient(0deg,rgba(9,23,14,.25),transparent 55%)}.hero-content{position:relative;width:100%;padding-top:22px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:#557341;display:block;margin-bottom:25px}.eyebrow.light{color:#b9d874}.hero h1,h2,h3,p{margin-top:0}.hero h1,h2,.about h2{font-family:Manrope,Arial,sans-serif;letter-spacing:-.055em}.hero h1{font-size:clamp(53px,6.5vw,102px);line-height:1.08;font-weight:700;max-width:970px;margin-bottom:27px}.hero h1 em,.about h2 em{font-style:normal;color:#b9d874}.hero p{max-width:570px;font-size:clamp(17px,1.5vw,20px);line-height:1.65;color:#e0e6dd;margin-bottom:35px}.hero-actions{display:flex;align-items:center;gap:35px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;padding:18px 23px;border:1px solid transparent;font-weight:800;font-size:14px;min-height:58px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.lime{background:#bedb7b;color:#102117}.button.lime:hover{background:#d0e99b}.text-link{font-weight:700;border-bottom:1px solid #a8b4a8;padding:12px 0}.text-link span{margin-left:12px}.hero-caption{position:absolute;right:clamp(22px,5vw,76px);bottom:25px;font-size:11px;font-weight:800;letter-spacing:.16em;color:#e7eee2}.intro{display:grid;grid-template-columns:1.1fr .9fr;gap:12%;align-items:end;padding-top:100px;padding-bottom:105px}.intro h2,.section-head h2,.contact h2{font-size:clamp(38px,4.5vw,66px);line-height:1.13;font-weight:700;margin:0}.intro p,.section-head p{font-size:18px;line-height:1.8;color:#526157;margin-bottom:6px;max-width:450px}.services{background:#e9ede5;padding:100px 0 115px}.section-head{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:42px}.section-head p{max-width:380px}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-card{height:420px;position:relative;overflow:hidden;background:#142018;color:white}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.service-card:hover img{transform:scale(1.04)}.service-card:nth-child(1) img{object-position:46% center}.service-card:nth-child(2) img{object-position:45% center}.service-card:nth-child(3) img{object-position:center}.service-card:nth-child(4) img{object-position:50% center}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,18,10,.93),rgba(5,18,10,.1) 75%)}.service-overlay{position:absolute;z-index:1;bottom:0;padding:25px}.service-overlay span{color:#c8e388;font-size:11px;font-weight:800;letter-spacing:.12em}.service-overlay h3{font:700 24px Manrope,Arial,sans-serif;letter-spacing:-.04em;margin:14px 0 9px}.service-overlay p{font-size:14px;line-height:1.55;color:#e4e9e0;margin:0}.work{padding-top:105px;padding-bottom:110px}.project-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:300px 300px;gap:16px}.project{position:relative;margin:0;overflow:hidden;background:#d7ded0}.project.large{grid-row:span 2}.project img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.project:hover img{transform:scale(1.04)}.project.large img{object-position:center}.project:nth-child(3) img{object-position:center 57%}.project:nth-child(4) img{object-position:center 48%}.project figcaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(8,20,12,.86));color:white;padding:48px 20px 19px;display:flex;flex-direction:column;gap:3px}.project strong{font-size:18px}.project figcaption span{font-size:13px;color:#e0e7db}.before-after{display:grid;grid-template-columns:.9fr 1fr 1fr;gap:16px;margin-top:58px;align-items:stretch}.ba-copy{padding:35px 26px 35px 0;align-self:center}.ba-copy h3{font:700 32px Manrope,Arial,sans-serif;letter-spacing:-.05em}.ba-copy p{line-height:1.65;color:#526157;font-size:16px}.before-after figure{margin:0;position:relative;height:275px;background:#d7ded0}.before-after img{height:100%;width:100%;object-fit:cover}.before-after figcaption{position:absolute;left:14px;bottom:14px;background:#101a14;color:#fff;padding:9px 12px;font-size:11px;font-weight:800;letter-spacing:.12em}.about{background:#142219;color:white}.about-grid{display:grid;grid-template-columns:1fr 1fr;min-height:610px;gap:8%}.about-image{position:relative;min-height:550px}.about-image img{height:100%;width:100%;object-fit:cover;object-position:45%}.about-image span{position:absolute;bottom:25px;left:26px;background:#bad877;color:#142219;font-size:11px;font-weight:800;letter-spacing:.12em;padding:12px}.about-copy{align-self:center;padding:80px 0}.about h2{font-size:clamp(38px,4.2vw,64px);line-height:1.15;margin-bottom:28px}.about p{font-size:18px;line-height:1.78;color:#cbd6cc;max-width:500px;margin-bottom:31px}.button.outline{border-color:#8fa491;color:#fff}.button.outline:hover{background:#294432}.contact{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-top:110px;padding-bottom:115px}.contact-copy p{font-size:18px;line-height:1.7;color:#526157;max-width:410px;margin:28px 0 44px}.contact-phone{font:800 clamp(28px,3vw,42px) Manrope,Arial,sans-serif;letter-spacing:-.05em;border-bottom:2px solid #17251d;padding-bottom:8px}.contact-phone span{font-size:23px;margin-left:12px}.contact-note{display:block;font-size:13px;color:#637367;margin-top:21px}.estimate-form{background:#e9ede5;padding:38px;display:flex;flex-direction:column}.estimate-form h3{font:700 30px Manrope,Arial,sans-serif;letter-spacing:-.04em;margin-bottom:4px}.estimate-form p{color:#526157;font-size:15px;line-height:1.5;margin-bottom:24px}.estimate-form label{font-size:14px;font-weight:800;margin-bottom:8px}.estimate-form input,.estimate-form select,.estimate-form textarea{border:1px solid #b9c5b7;border-radius:0;background:#fff;color:#142219;padding:14px 15px;margin-bottom:19px;width:100%;min-height:50px;outline-offset:2px}.estimate-form textarea{resize:vertical;min-height:104px}.estimate-form .button{width:100%;background:#15251a;color:white;margin-top:2px}.estimate-form .button:hover{background:#2b4b32}.estimate-form small{font-size:12px;line-height:1.5;color:#5e6b5f;margin-top:13px}.estimate-form .form-error{color:#9f2c23;margin-top:15px}.footer{background:#101a14;color:#d3ded1;padding:30px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer img{width:140px;height:78px;object-fit:contain}.footer-inner>div{text-align:center;font-size:13px}.footer p{font-size:12px;color:#94a394;margin:10px 0 0}.footer-inner>a:last-child{font-weight:800;font-size:15px}
@media(max-width:1100px){.nav{gap:18px}.header-call{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{height:360px}.project-grid{grid-template-columns:1.1fr 1fr;grid-template-rows:repeat(3,280px)}.project.large{grid-row:span 2}.about-grid{gap:5%}}
@media(max-width:720px){.header{height:76px;padding:0 20px}.brand img{width:112px;height:64px}.nav{display:none}.menu-toggle{display:flex;flex-direction:column;gap:5px;border:0;background:none;padding:12px;margin-left:auto}.menu-toggle span{display:block;width:24px;height:2px;background:#fff}.mobile-nav:not([hidden]){display:flex;position:absolute;z-index:6;top:76px;left:0;right:0;flex-direction:column;background:#101a14;padding:12px 23px 24px;box-shadow:0 12px 20px #0005}.mobile-nav a{padding:13px 0;border-bottom:1px solid #324235;color:#fff;font-weight:700}.hero{min-height:650px;height:calc(92svh - 76px);max-height:790px;align-items:flex-end}.hero-image{object-position:62% center}.hero-shade{background:linear-gradient(0deg,rgba(8,21,12,.93),rgba(8,21,12,.5) 62%,rgba(8,21,12,.08))}.hero-content{padding-bottom:85px}.hero h1{font-size:clamp(49px,12vw,76px);line-height:1.1}.hero p{font-size:17px;max-width:470px}.hero-caption{display:none}.intro,.contact{grid-template-columns:1fr;gap:27px;padding-top:74px;padding-bottom:78px}.intro p{font-size:17px}.services,.work{padding-top:76px;padding-bottom:80px}.section-head{display:block;margin-bottom:30px}.section-head p{margin:20px 0 0;font-size:17px}.service-grid{gap:12px}.service-card{height:320px}.project-grid{gap:12px;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,230px)}.project.large{grid-row:span 2}.before-after{grid-template-columns:1fr 1fr;gap:12px;margin-top:38px}.ba-copy{grid-column:span 2;padding:0}.before-after figure{height:220px}.about-grid{grid-template-columns:1fr;gap:0;padding-left:0;padding-right:0}.about-image{min-height:390px;height:390px}.about-copy{padding:66px 22px 74px}.contact{gap:44px}.estimate-form{padding:28px}.footer-inner{flex-wrap:wrap;justify-content:center;text-align:center}.footer-inner>div{order:3;width:100%}}
@media(max-width:500px){.hero{min-height:615px}.hero-actions{gap:18px}.button.lime{width:100%}.text-link{padding:8px 0}.intro h2,.section-head h2,.contact h2{font-size:clamp(37px,10vw,50px)}.service-grid{grid-template-columns:1fr}.service-card{height:325px}.service-overlay h3{font-size:25px}.project-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px repeat(2,200px)}.project.large{grid-column:span 2;grid-row:auto}.project strong{font-size:15px}.project figcaption{padding:45px 12px 12px}.project figcaption span{font-size:12px}.before-after figure{height:185px}.about-image{height:300px;min-height:300px}.contact-phone{font-size:30px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.nav a[aria-current="page"]{color:#bedb7b}.story-hero{background:#142219;color:#fff;overflow:hidden}.story-hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:580px;gap:6%;align-items:stretch}.story-hero-copy{align-self:center;padding:70px 0}.story-hero h1{font:700 clamp(56px,6vw,94px)/1.08 Manrope,Arial,sans-serif;letter-spacing:-.065em;margin:0 0 30px;max-width:650px}.story-hero h1 em{font-style:normal;color:#bedb7b}.story-hero p{font-size:20px;line-height:1.65;max-width:470px;color:#d7e2d4}.story-hero-image{min-height:580px}.story-hero-image img{width:100%;height:100%;object-fit:cover;object-position:45% center}.story-body{display:grid;grid-template-columns:.8fr 1.2fr;gap:13%;padding-top:110px;padding-bottom:115px}.story-aside h2,.story-next h2{font:700 clamp(38px,4.5vw,62px)/1.12 Manrope,Arial,sans-serif;letter-spacing:-.055em}.story-facts{border-top:1px solid #b8c7b6;margin-top:55px;display:flex;gap:42px;padding-top:22px}.story-facts div{display:flex;flex-direction:column;gap:4px}.story-facts strong{font:800 23px Manrope,Arial,sans-serif;letter-spacing:-.04em}.story-facts span{font-size:13px;color:#607062}.story-narrative p{font-size:18px;line-height:1.85;color:#46564a;margin-bottom:25px}.story-narrative .lead{font:600 clamp(22px,2.3vw,30px)/1.52 Manrope,Arial,sans-serif;letter-spacing:-.025em;color:#182b1e}.story-photo{height:480px;position:relative;background:#263d29}.story-photo img{height:100%;width:100%;object-fit:cover;object-position:center 58%}.story-photo-label{position:absolute;bottom:30px;right:clamp(22px,5vw,76px);background:#bedb7b;color:#15251a;font-size:11px;font-weight:800;letter-spacing:.12em;padding:13px 16px}.story-next{display:flex;justify-content:space-between;align-items:center;gap:35px;padding-top:90px;padding-bottom:95px}.story-next h2{margin:0}.story-next .button{background:#15251a;color:white;flex-shrink:0}.story-next .button:hover{background:#2b4b32}
@media(max-width:720px){.story-hero-grid{grid-template-columns:1fr;gap:0;padding:0}.story-hero-copy{padding:75px 22px 55px}.story-hero h1{font-size:clamp(52px,12vw,78px)}.story-hero p{font-size:18px}.story-hero-image{height:360px;min-height:0}.story-body{grid-template-columns:1fr;gap:38px;padding-top:75px;padding-bottom:75px}.story-facts{margin-top:30px}.story-narrative p{font-size:17px}.story-photo{height:320px}.story-next{display:block;padding-top:75px;padding-bottom:80px}.story-next h2{margin-bottom:30px}.story-next .button{width:100%}}
