@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');
:root{--green:#0d332c;--green2:#174b40;--cream:#f4efe3;--orange:#e96b25;--ink:#13251f;--muted:#64716c;--line:#d8ded9}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#f8f7f2}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.site-header{height:86px;padding:0 5vw;display:flex;align-items:center;gap:32px;background:#f8f7f2;position:sticky;top:0;z-index:50;border-bottom:1px solid #e1e3df}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:58px;height:47px;object-fit:cover;object-position:left}.brand span{font-family:"Playfair Display",serif;font-size:21px;font-weight:600}.brand small{display:block;font-family:"DM Sans";font-size:9px;letter-spacing:1.5px;text-transform:uppercase;margin-top:4px}.site-header nav{display:flex;gap:26px;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--orange)}.phone{border:1px solid #9aa8a2;padding:13px 17px;font-weight:700}.menu{display:none}.hero{height:calc(100vh - 86px);min-height:650px;position:relative;display:flex;align-items:center;color:white;overflow:hidden}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,34,28,.92),rgba(5,34,28,.55) 50%,rgba(5,34,28,.18)),linear-gradient(0deg,rgba(5,34,28,.5),transparent 50%)}.hero-content{position:relative;z-index:2;width:min(1200px,88vw);margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:700;color:#d5e1dc}.eyebrow.dark{color:var(--green2)}h1,h2{font-family:"Playfair Display",serif;margin:0;line-height:.98}h1{font-size:clamp(58px,8.5vw,126px);max-width:1100px;font-weight:600}h1 em{color:#f1d9ad;font-weight:600}.lead{font-size:21px;max-width:650px;line-height:1.5}.actions{display:flex;gap:14px;margin:36px 0}.btn{display:inline-flex;justify-content:center;align-items:center;padding:17px 25px;font-weight:700;border:1px solid transparent;cursor:pointer;font-family:inherit}.btn.light{background:var(--cream);color:var(--green)}.btn.ghost{border-color:#a8b7b1;color:white}.btn.green{background:var(--green);color:white}.trust{display:flex;gap:32px;text-transform:uppercase;letter-spacing:1.5px;font-size:11px}.trust span+span:before{content:"•";color:var(--orange);margin-right:32px}.section{padding:110px max(6vw,30px)}.intro{display:grid;grid-template-columns:1fr 2fr;gap:8vw;background:var(--cream)}.intro h2,.section-head h2{font-size:clamp(42px,5vw,72px)}.intro p:last-child{font-size:19px;line-height:1.7;color:var(--muted);max-width:750px}.section-head{margin-bottom:50px}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.service-grid article{background:white;display:grid;grid-template-columns:45% 55%;min-height:390px;overflow:hidden}.service-grid img{width:100%;height:100%;object-fit:cover}.service-grid article div{padding:42px}.service-grid span{color:var(--orange);font-weight:700}.service-grid h3{font-family:"Playfair Display";font-size:34px;margin:35px 0 15px}.service-grid p{color:var(--muted);line-height:1.7}.results{background:var(--green);color:white}.split{display:flex;justify-content:space-between;align-items:end}.split>p{max-width:420px;color:#b9c8c2;line-height:1.7}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gallery figure{margin:0;position:relative;overflow:hidden;background:#08251f}.gallery figure.wide{grid-column:span 2}.gallery img{width:100%;height:520px;object-fit:cover;transition:.5s}.gallery figure:not(.wide) img{height:430px}.gallery figure:hover img{transform:scale(1.02)}.gallery figcaption{position:absolute;left:20px;bottom:20px;background:rgba(5,34,28,.86);padding:10px 14px;font-weight:600}.story{display:grid;grid-template-columns:1.05fr .95fr;min-height:850px}.story-photo img{width:100%;height:100%;object-fit:cover}.story-copy{background:var(--cream);padding:10vw 8vw}.story-copy h2{font-size:clamp(45px,5vw,72px);margin:18px 0 28px}.story-copy p{line-height:1.8;color:#55645e}.story-copy .family{width:280px;margin-top:35px;aspect-ratio:4/5;object-fit:cover}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps article{background:white;padding:42px}.steps b{font-family:"Playfair Display";font-size:52px;color:var(--orange)}.steps h3{font-size:24px}.steps p{line-height:1.65;color:var(--muted)}.area{padding:110px max(6vw,30px);background:#e9ece5;display:grid;grid-template-columns:1.2fr 1fr;gap:10vw}.area h2{font-size:clamp(44px,5.5vw,76px)}.area p{line-height:1.7}.cities{display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:0}.cities span{font-family:"Playfair Display";font-size:28px;padding:18px;border-bottom:1px solid #bbc5bf}.estimate{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.estimate h2{font-size:clamp(46px,5vw,72px)}.direct{display:flex;flex-direction:column;gap:13px;margin-top:35px;color:var(--green2);font-weight:700}.estimate form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.estimate label{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;font-weight:700}.estimate input,.estimate select,.estimate textarea{display:block;width:100%;margin-top:8px;border:1px solid var(--line);background:white;padding:15px;font:inherit}.estimate .full{grid-column:span 2}.estimate button{width:max-content}footer{background:#08251f;color:white;padding:60px 6vw 100px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px;font-family:"Playfair Display";font-size:24px}.footer-brand img{width:70px;background:white}.footer-brand+p{color:#a9bab3}footer>div:nth-of-type(2){display:flex;gap:20px;justify-content:flex-end;flex-wrap:wrap}footer small{grid-column:span 2;color:#83978f}.mobile-bar{display:none}
@media(max-width:900px){.site-header{height:72px}.site-header nav{position:absolute;top:72px;left:0;right:0;background:#f8f7f2;display:none;flex-direction:column;padding:25px 6vw;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.menu{display:block;border:0;background:none;font-weight:700}.phone{display:none}.brand img{width:45px}.brand span{font-size:18px}.hero{height:790px;min-height:0}.hero-content{padding-bottom:70px}.lead{font-size:17px}.trust{display:block}.trust span{display:block;margin:8px 0}.trust span+span:before{display:none}.intro,.story,.area,.estimate{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service-grid article{grid-template-columns:1fr;min-height:0}.service-grid img{height:280px}.gallery{grid-template-columns:1fr}.gallery figure.wide{grid-column:auto}.gallery img,.gallery figure:not(.wide) img{height:auto}.split{display:block}.story-photo{height:550px}.steps{grid-template-columns:1fr}.cities{grid-template-columns:1fr 1fr}.estimate form{grid-template-columns:1fr}.estimate .full{grid-column:auto}footer{grid-template-columns:1fr}footer>div:nth-of-type(2){justify-content:flex-start;flex-direction:column}footer small{grid-column:auto}.mobile-bar{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;bottom:0;left:0;right:0;z-index:60;background:var(--green);color:white}.mobile-bar a{text-align:center;padding:15px 5px;font-size:13px;font-weight:700;border-right:1px solid #41665d}body{padding-bottom:48px}}
@media(max-width:560px){.section,.area{padding:78px 22px}.hero-content{width:calc(100% - 44px)}h1{font-size:52px}.actions{flex-direction:column;align-items:stretch}.service-grid article div{padding:28px}.story-copy{padding:75px 24px}.story-photo{height:430px}.cities span{font-size:21px;padding:14px 5px}.gallery figcaption{font-size:13px}.brand small{display:none}}