:root{--ink:#102c32;--ink-2:#183b40;--paper:#f4efe5;--cream:#fffaf1;--copper:#d98548;--sage:#b9c4b3;--line:rgba(16,44,50,.18);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;background:#fff;padding:.75rem 1rem;z-index:100}.skip-link:focus{top:1rem}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 max(4vw,24px);background:rgba(244,239,229,.96);position:absolute;top:0;left:0;right:0;z-index:10;border-bottom:1px solid rgba(255,255,255,.24)}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;text-transform:uppercase;letter-spacing:.11em;line-height:1}.brand-mark{width:42px;height:42px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:1.4rem}.brand strong,.brand small{display:block}.brand strong{font-size:.83rem}.brand small{font-size:.68rem;margin-top:.38rem}.site-header nav{display:flex;align-items:center;gap:1.6rem}.site-header nav a{text-decoration:none;font-weight:700;font-size:.83rem}.nav-cta{border:1px solid var(--ink);padding:.7rem 1rem}.hero{min-height:780px;height:100svh;position:relative;display:flex;align-items:center;overflow:hidden;color:#fff;padding:130px max(4vw,24px) 150px}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,rgba(7,27,30,.9) 0%,rgba(7,27,30,.7) 37%,rgba(7,27,30,.08) 72%)}.hero-copy{position:relative;width:min(680px,58vw);z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800;margin:0 0 1.25rem;color:#f0b17e}.eyebrow.dark{color:#a8562c}.hero h1,.section h2,.why h2,.estimate h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.02;letter-spacing:-.035em;margin:0}.hero h1{font-size:clamp(3.2rem,6.2vw,6.5rem);max-width:850px}.hero-lede{font-size:clamp(1rem,1.5vw,1.25rem);max-width:620px;margin:1.7rem 0 2rem;color:rgba(255,255,255,.86)}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.8rem 1.25rem;text-decoration:none;font-weight:800;font-size:.86rem;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--copper);color:#17292b}.button-secondary{border:1px solid rgba(255,255,255,.7);color:#fff}.trust-strip{position:absolute;left:max(4vw,24px);right:max(4vw,24px);bottom:0;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.35);padding:1.6rem 0}.trust-strip span{font-weight:700;font-size:.85rem}.trust-strip b{color:#efae78;margin-right:.65rem}.section{width:min(var(--max),92vw);margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;padding:110px 0}.section h2,.why h2,.estimate h2{font-size:clamp(2.5rem,5vw,4.6rem)}.intro>p,.area>p{align-self:end;font-size:1.08rem;margin:0 0 .3rem;color:#3e5558}.service-grid{width:min(var(--max),92vw);margin:0 auto 110px;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.service-card{display:grid;grid-template-columns:55px 1fr;gap:1rem;padding:50px 6%;border-bottom:1px solid var(--line)}.service-card:nth-child(odd){border-right:1px solid var(--line)}.service-card.featured{background:var(--ink);color:#fff}.service-number{color:#a8562c;font-weight:800}.featured .service-number{color:#efae78}.service-card h3,.process h3{margin:0 0 .75rem;font-family:Georgia,serif;font-size:1.8rem;font-weight:400}.service-card p{color:inherit;opacity:.78}.service-card ul{margin:1.3rem 0 0;padding:0;list-style:none}.service-card li{padding:.45rem 0;border-top:1px solid currentColor;border-color:rgba(128,128,128,.25);font-size:.86rem;font-weight:700}.why{background:var(--ink);color:#fff;padding:110px max(calc((100vw - var(--max))/2),4vw);display:grid;grid-template-columns:.9fr 1.1fr;gap:10vw}.why-copy p:last-child{color:rgba(255,255,255,.68);font-size:1.05rem}.process{list-style:none;margin:0;padding:0}.process li{display:grid;grid-template-columns:48px 1fr;gap:1rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.2)}.process li>span{color:#efae78;font-weight:800}.process h3{font-size:1.5rem}.process p{margin:.3rem 0 0;color:rgba(255,255,255,.68)}.area{padding-top:115px;padding-bottom:115px}.estimate{background:var(--copper);color:#17292b;padding:80px max(calc((100vw - var(--max))/2),4vw);display:flex;align-items:flex-end;justify-content:space-between;gap:6vw}.estimate>div{max-width:780px}.estimate .eyebrow{color:#4d2c21}.estimate p{max-width:650px}.button-light{background:var(--cream);white-space:nowrap}footer{background:#091f23;color:rgba(255,255,255,.7);padding:55px max(4vw,24px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;gap:2rem;font-size:.82rem}.footer-brand{color:#fff}.footer-brand+p{text-align:center}footer p:last-child{text-align:right;margin:0}@media(max-width:800px){.site-header{height:72px}.site-header nav a:not(.nav-cta){display:none}.nav-cta{padding:.6rem .7rem}.hero{min-height:720px;align-items:flex-end;padding-bottom:170px}.hero-image{object-position:63% center}.hero-shade{background:linear-gradient(0deg,rgba(7,27,30,.95) 0%,rgba(7,27,30,.78) 60%,rgba(7,27,30,.14) 100%)}.hero-copy{width:100%}.hero h1{font-size:clamp(2.9rem,14vw,4.6rem)}.trust-strip{grid-template-columns:1fr;gap:.35rem;padding:1rem 0}.section,.why{grid-template-columns:1fr;gap:2rem;padding-top:80px;padding-bottom:80px}.service-grid{grid-template-columns:1fr}.service-card:nth-child(odd){border-right:0}.estimate{align-items:flex-start;flex-direction:column}.estimate .button{width:100%}footer{grid-template-columns:1fr;align-items:start}.footer-brand+p,footer p:last-child{text-align:left}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
