:root{--forest:#173b24;--deep:#0d2415;--gold:#f5b51b;--cream:#f5f1e5;--ink:#18221b;--muted:#5e695f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 Arial,Helvetica,sans-serif}a{color:inherit}.topbar{height:86px;padding:0 3vw;display:flex;align-items:center;gap:24px;background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 3px 20px #13271818}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:900;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.brand img{width:60px;height:60px;object-fit:cover;border-radius:8px}nav{display:flex;align-items:center;justify-content:center;gap:clamp(13px,2vw,30px);margin:auto}nav a{text-decoration:none;font-weight:750;font-size:.88rem}nav a:hover{color:#477b4a}.header-call{background:var(--forest);color:#fff;text-decoration:none;font-weight:800;padding:12px 17px;border-radius:3px;white-space:nowrap}.menu{display:none;background:var(--forest);color:white;border:0;border-radius:3px;padding:10px 13px;font-weight:800}.hero{height:min(760px,78vh);min-height:620px;position:relative;display:flex;align-items:end;overflow:hidden}.hero>img,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero>img{object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(9,24,14,.9),rgba(9,24,14,.62) 43%,rgba(9,24,14,.05) 75%),linear-gradient(0deg,rgba(9,24,14,.42),transparent 55%)}.hero-copy{position:relative;color:white;padding:75px clamp(24px,7vw,110px);max-width:900px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:900;color:#477b4a;margin:0 0 16px}.eyebrow.light{color:var(--gold)}h1,h2,h3{font-family:Georgia,serif}h1{font-size:clamp(3rem,6.3vw,6.4rem);line-height:.94;letter-spacing:-.045em;margin:0 0 23px}.hero-copy>p:not(.eyebrow){font-size:1.2rem;max-width:660px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-block;padding:14px 20px;border-radius:3px;text-decoration:none;font-weight:850;text-align:center}.primary{background:var(--gold);color:#16200f}.ghost{border:1px solid #ffffffa6;color:white;background:#ffffff14;backdrop-filter:blur(8px)}.outline{border:1px solid var(--forest);color:var(--forest)}.band{padding:100px clamp(24px,8vw,130px)}.promise{text-align:center}.promise>h2,.section-heading h2,.about h2,.areas h2,.contact h2{font-size:clamp(2.5rem,4.8vw,5rem);line-height:1;letter-spacing:-.04em;margin:0 0 24px}.promise>p:last-of-type{max-width:760px;margin:0 auto;color:var(--muted);font-size:1.1rem}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#cad3ca;margin-top:60px;text-align:left}.process>div{background:#fff;padding:32px}.process b{color:#739079}.process h3{font-size:1.3rem;margin:24px 0 8px}.process p{color:var(--muted);margin:0}.service-section{padding:100px clamp(24px,7vw,110px)}.green{background:var(--forest);color:#fff}.cream{background:#eee8d8}.section-heading{display:grid;grid-template-columns:1.2fr 1fr;column-gap:70px;align-items:end;margin-bottom:55px}.section-heading .eyebrow{grid-column:1/-1}.section-heading p:last-child{color:#d0dbd2;font-size:1.08rem}.cream .section-heading p:last-child{color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-grid article{padding:34px;background:#ffffff0b;border:1px solid #ffffff2c;min-height:235px}.service-grid h3{font-size:1.45rem;margin:0 0 18px}.service-grid p{color:#d1dbd2;margin:0}.darkcards{grid-template-columns:repeat(4,1fr)}.darkcards article{background:#fff;border:1px solid #d6d1c5}.darkcards p{color:var(--muted)}.commercial{display:grid;grid-template-columns:1fr 1.15fr;background:var(--deep);color:#fff}.commercial-copy{padding:95px clamp(24px,6vw,90px)}.commercial h2{font-size:clamp(2.5rem,4.2vw,4.6rem);line-height:1;letter-spacing:-.04em;margin:0 0 24px}.commercial li{margin:8px 0}.commercial img{width:100%;height:100%;object-fit:cover;min-height:650px}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:90px}.about p{font-size:1.08rem;color:var(--muted)}.areas{padding:90px clamp(24px,8vw,130px);background:#315c38;color:#fff}.areas h2{max-width:950px}.areas>p:last-child{max-width:1000px;color:#d5e1d6;font-size:1.08rem}.contact{display:grid;grid-template-columns:160px 1fr auto;gap:45px;align-items:center}.contact>img{width:150px;height:150px;object-fit:cover;border-radius:12px;box-shadow:0 16px 40px #18351e2a}.contact h2{font-size:clamp(2.2rem,3.8vw,4rem)}.contact-buttons{display:flex;flex-direction:column;gap:10px;min-width:230px}footer{background:var(--deep);color:#bdc9be;padding:28px clamp(24px,7vw,110px);display:flex;justify-content:space-between;gap:20px;font-size:.86rem}footer p{margin:0}@media(max-width:1040px){nav{position:absolute;left:0;right:0;top:86px;display:none;flex-direction:column;align-items:stretch;background:white;padding:20px 6vw;box-shadow:0 15px 30px #13271822}nav.open{display:flex}.menu{display:block;margin-left:auto}.header-call{display:none}.brand{margin-right:auto}.darkcards{grid-template-columns:1fr 1fr}.contact{grid-template-columns:120px 1fr}.contact>img{width:110px;height:110px}.contact-buttons{grid-column:1/-1;flex-direction:row}.commercial{grid-template-columns:1fr}.commercial img{min-height:420px}.service-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.topbar{height:74px;padding:0 16px}.brand img{width:50px;height:50px}.brand span{font-size:.86rem}nav{top:74px}.hero{min-height:650px;height:78vh}.hero-copy{padding:55px 22px}.hero-copy>p:not(.eyebrow){font-size:1.05rem}.actions .button{width:100%}.band,.service-section{padding:70px 22px}.process,.service-grid,.darkcards,.section-heading,.about{grid-template-columns:1fr}.process{gap:1px}.service-grid article{min-height:0}.section-heading{gap:10px}.commercial-copy{padding:70px 22px}.commercial img{min-height:300px}.contact{grid-template-columns:1fr}.contact-buttons{grid-column:auto;flex-direction:column}.areas{padding:70px 22px}footer{flex-direction:column}}
