:root{--ink:#1f2521;--green:#34483d;--wood:#9a6742;--sand:#e7dfd2;--cream:#f7f4ee;--white:#fff;--line:#d9d3c8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}header{height:82px;display:flex;align-items:center;gap:34px;padding:12px clamp(20px,5vw,72px);background:var(--white);border-bottom:1px solid var(--line)}.logo{margin-right:auto}.logo img{display:block;width:245px;height:55px;object-fit:contain;object-position:left center}nav{display:flex;gap:28px}header a{color:var(--ink);font-size:.88rem;font-weight:700;text-decoration:none}.header-call{padding:12px 17px;background:var(--ink);color:white}.hero{min-height:690px;display:grid;grid-template-columns:57% 43%;background:var(--white)}.hero-photo{min-height:690px;background:linear-gradient(90deg,rgba(17,22,18,.07),transparent),url('https://images.unsplash.com/photo-1574120583586-de8847ae992c?auto=format&fit=crop&q=82&w=1800') center/cover no-repeat}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(35px,5vw,85px);background:var(--sand)}.overline{margin:0 0 18px;color:var(--wood);font-size:.75rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.hero h1,.intro-section h2,.section-title h2,.contact h2{margin:0;font-family:Georgia,serif;font-weight:500;letter-spacing:-.04em;line-height:.98}.hero h1{font-size:clamp(3.5rem,6vw,6.6rem)}.lead{max-width:590px;margin:28px 0;font-size:1.12rem;color:#4e544f}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;padding:15px 21px;border:1px solid var(--ink);font-weight:800;text-decoration:none;cursor:pointer}.dark{background:var(--ink);color:white}.light{background:transparent;color:var(--ink)}.hero-facts{display:flex;gap:22px;flex-wrap:wrap;margin-top:38px;padding-top:24px;border-top:1px solid #c8bcaa;color:#59605a;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.intro-section,.work,.steps{padding:105px clamp(24px,7vw,110px)}.intro-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end}.intro-grid h2,.section-title h2,.contact h2{font-size:clamp(2.8rem,5vw,5rem)}.intro-grid p{margin:0;color:#565c57;font-size:1.05rem}.services article{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--white)}.services article.reverse .service-image{order:2}.service-image{min-height:620px}.deck-image{background:url('https://images.unsplash.com/photo-1623195372782-57a1486af9a9?auto=format&fit=crop&q=82&w=1500') center/cover no-repeat}.fence-image{background:url('https://images.unsplash.com/photo-1770306924587-7884ec2753a2?auto=format&fit=crop&q=82&w=1500') center/cover no-repeat}.service-copy{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(35px,6vw,100px)}.service-copy h3{max-width:600px;margin:0 0 18px;font:500 clamp(2.6rem,4vw,4.5rem)/1 Georgia,serif;letter-spacing:-.035em}.service-copy>p:not(.overline){color:#59605a}.service-copy ul{margin:18px 0 28px;padding-left:20px;columns:2;column-gap:25px}.service-copy li{break-inside:avoid;margin:9px 0}.service-copy>a{color:var(--ink);font-weight:800;text-underline-offset:5px}.work{background:var(--green);color:white}.work .overline{color:#d1a57d}.section-title{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:45px}.section-title>p{max-width:430px;margin:0;color:#d6ddd8}.photo-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:16px}.photo{min-height:420px;background-size:cover;background-position:center}.photo-one{background-image:url('https://images.unsplash.com/photo-1575517111478-7f6afd0973db?auto=format&fit=crop&q=80&w=1300')}.photo-two{background-image:url('https://images.unsplash.com/photo-1712505377123-9ba011428a4c?auto=format&fit=crop&q=80&w=1000')}.photo-three{background-image:url('https://images.unsplash.com/photo-1495878087991-9bd9b7545f5f?auto=format&fit=crop&q=80&w=1000')}.steps{background:var(--white)}.steps ol{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:50px 0 0;padding:0;border-top:1px solid var(--line)}.steps li{padding:38px 36px 18px 0;border-right:1px solid var(--line)}.steps li+li{padding-left:36px}.steps li:last-child{border-right:0}.steps b{color:var(--wood);font:500 2rem Georgia,serif}.steps h3{margin:42px 0 8px;font:500 1.6rem Georgia,serif}.steps p{margin:0;color:#626762}.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;padding:105px clamp(24px,7vw,110px);background:var(--sand)}.contact>div>p:not(.overline){color:#59605a}.contact-links{margin-top:30px}.contact-links a{display:block;margin:10px 0;color:var(--ink);font-weight:800}.contact form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact label{display:grid;gap:7px;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.contact input,.contact select,.contact textarea{width:100%;padding:14px;background:var(--cream);border:1px solid #c5bbab;color:var(--ink);font:inherit}.wide{grid-column:1/-1}footer{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:28px;padding:32px clamp(24px,7vw,110px);background:var(--ink);color:#bbc1bc;font-size:.76rem}footer img{width:220px;height:48px;object-fit:contain;object-position:left}.credits a{color:inherit}@media(max-width:900px){header nav{display:none}.header-call{font-size:.78rem}.hero{grid-template-columns:1fr}.hero-photo{min-height:420px}.hero-content{padding:60px 30px}.intro-grid,.section-title,.contact{grid-template-columns:1fr;gap:30px}.services article{grid-template-columns:1fr}.services article.reverse .service-image{order:0}.service-image{min-height:480px}.photo-grid{grid-template-columns:1fr 1fr}.photo:first-child{grid-column:1/-1}.steps ol{grid-template-columns:1fr}.steps li,.steps li+li{padding:28px 0;border-right:0;border-bottom:1px solid var(--line)}footer{grid-template-columns:1fr;text-align:center}footer img{margin:auto;object-position:center}}@media(max-width:560px){header{height:70px;padding:10px 16px}.logo img{width:170px;height:44px}.header-call{padding:10px 11px}.hero-photo{min-height:330px}.hero h1{font-size:3.5rem}.hero-content{padding:48px 20px}.hero-actions{display:grid}.button{width:100%}.hero-facts{display:grid;gap:8px}.intro-section,.work,.steps,.contact{padding:72px 20px}.intro-grid h2,.section-title h2,.contact h2{font-size:2.8rem}.services article{min-height:auto}.service-image{min-height:330px}.service-copy{padding:58px 20px}.service-copy h3{font-size:2.8rem}.service-copy ul{columns:1}.photo-grid{grid-template-columns:1fr}.photo,.photo:first-child{grid-column:auto;min-height:280px}.contact form{grid-template-columns:1fr}.contact form>*{grid-column:1}.contact-links a:last-child{font-size:.85rem;overflow-wrap:anywhere}}
