:root{--pine:#203e30;--deep:#172f25;--leaf:#456845;--cream:#f5f3eb;--paper:#fffefa;--ink:#23352a;--muted:#5d665e;--line:#d8ded3;--gold:#e6b95c;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;font:17px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-underline-offset:5px}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #b77712;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.1;letter-spacing:-.045em}h1{font-size:clamp(2.8rem,4.35vw,4.4rem);font-weight:850;margin-bottom:24px}h2{font-size:clamp(2rem,3.2vw,3rem);font-weight:800;margin-bottom:22px}h3{font-size:1.5rem;letter-spacing:-.025em}p{margin-bottom:20px}p:last-child{margin-bottom:0}.wrap{max-width:var(--max);margin:auto;width:calc(100% - 80px)}.skip{position:absolute;top:-100px;left:12px;background:white;padding:12px;z-index:50}.skip:focus{top:12px}.utility{background:var(--pine);color:#fff;font-size:12px;font-weight:650;letter-spacing:.08em}.utility .wrap{display:flex;justify-content:space-between;padding-block:8px}.utility a{text-decoration:none}.header{background:white;border-bottom:1px solid var(--line)}.header-inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:35px}.brand{flex-shrink:0}.brand img{width:196px;height:101px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:700}.desktop-nav a{text-decoration:none}.desktop-nav a:not(.btn):hover,.desktop-nav [aria-current=page]{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--pine);color:white;text-decoration:none;padding:15px 23px;border:1px solid var(--pine);font-size:14px;font-weight:750;letter-spacing:.01em;min-height:50px;border-radius:3px}.btn:hover{background:var(--leaf);border-color:var(--leaf)}.btn.gold{background:var(--gold);border-color:var(--gold);color:var(--deep)}.btn.gold:hover{background:#f1c970}.btn.outline{background:transparent;color:var(--pine)}.btn.outline:hover{background:#e7ebe0}.actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.text-link{font-size:14px;font-weight:750}.eyebrow{text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.17em;color:var(--leaf);margin-bottom:17px}.hero{background:var(--cream)}.hero-grid{display:grid;grid-template-columns:1fr 1.04fr;min-height:450px;height:clamp(450px,57vh,540px);max-width:1440px;margin:auto}.hero-copy{padding:50px 45px 46px max(40px,calc((100vw - var(--max))/2));align-self:center}.hero-copy p{font-size:16px;color:var(--muted);max-width:460px;margin-bottom:26px}.hero h1 span{color:var(--leaf)}.hero-visual{position:relative;min-width:0;overflow:hidden}.hero-visual picture,.hero-visual img{width:100%;height:100%;object-fit:cover}.photo-note{position:absolute;bottom:22px;left:22px;background:rgba(23,47,37,.93);color:white;padding:8px 13px;font-size:11px;letter-spacing:.025em}.trust{border-bottom:1px solid var(--line);background:#e9ede2}.trust .wrap{display:grid;grid-template-columns:repeat(3,1fr);padding-block:23px;gap:28px}.trust strong{display:block;font-size:15px}.trust span{font-size:12px;color:var(--muted)}.trust-item{display:flex;align-items:center;gap:16px}.trust-icon{color:var(--leaf);font-size:24px}.section{padding:78px 0}.section.soft{background:var(--cream)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:32px}.section-head h2{margin-bottom:0;max-width:600px}.section-head p{max-width:380px;color:var(--muted);font-size:15px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-card{text-decoration:none;display:block}.project-card figure{margin:0;position:relative;overflow:hidden}.project-card img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .3s}.project-card:hover img{transform:scale(1.025)}.project-card h3{font-size:21px;margin:18px 0 6px}.project-card p{color:var(--muted);font-size:13px}.project-card .arrow{float:right;color:var(--leaf)}.tag{position:absolute;left:14px;bottom:14px;background:white;padding:5px 10px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.service-card{border-top:2px solid var(--pine);padding:25px 0 0}.service-number{font-size:12px;color:var(--leaf);display:block;margin-bottom:25px;letter-spacing:.1em}.service-card p{font-size:15px;color:var(--muted)}.service-card h3 a{text-decoration:none}.service-card ul{font-size:14px;padding-left:19px;margin:0 0 25px}.service-card li{padding:4px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split-photo{width:100%;aspect-ratio:5/4;object-fit:cover}.plain-list{list-style:none;padding:0;margin:25px 0}.plain-list li{padding:10px 0;border-bottom:1px solid var(--line);font-size:15px}.plain-list li:before{content:'✓';color:var(--leaf);margin-right:12px}.motto{font-size:clamp(2.1rem,4vw,3.5rem);font-weight:800;line-height:1.08;letter-spacing:-.045em}.area-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px}.area-list a{padding:15px 0;border-bottom:1px solid var(--line);text-decoration:none;font-weight:700}.area-list a:hover{text-decoration:underline}.area-list span{float:right}.cta-band{background:var(--pine);color:white;padding:55px 0}.cta-band .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-band h2{font-size:2.2rem;margin-bottom:10px}.cta-band p{color:#dce3d7;font-size:15px}.footer{background:var(--deep);color:#dce3d7;padding:52px 0 22px;font-size:13px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:60px}.footer h3{font-size:16px;color:white;letter-spacing:0}.footer a{display:block;margin:8px 0}.footer p{max-width:330px}.footer-name{font-size:22px;color:white;font-weight:800;letter-spacing:-.03em;display:block;margin-bottom:15px}.footer-bottom{border-top:1px solid #3c5143;margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:11px}.footer-bottom a{margin:0}.mobile-nav,.mobile-call{display:none}.page-intro{background:var(--cream);padding:50px 0 55px}.page-intro h1{font-size:clamp(2.5rem,4vw,3.9rem);max-width:840px}.page-intro .intro{max-width:720px;color:var(--muted);font-size:18px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:24px}.breadcrumbs a{text-decoration:none}.content{max-width:790px}.content h2{font-size:2rem;margin-top:40px}.content h3{font-size:1.35rem;margin-top:28px}.content p,.content li{color:var(--muted)}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(250px,1fr);gap:65px}.aside{background:var(--cream);padding:28px;align-self:start}.aside h2{font-size:1.6rem}.aside a{display:block;margin:13px 0}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gallery figure{margin:0}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery figcaption{font-size:13px;padding-top:12px;color:var(--muted)}.gallery .full{grid-column:1/-1}.gallery .full img{aspect-ratio:16/9}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:65px}.phone-large{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;letter-spacing:-.04em;display:inline-block;margin-bottom:22px}.faq{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:750;padding-right:24px}.faq p{padding-top:15px;color:var(--muted);max-width:720px}.note{font-size:13px;color:var(--muted)}.city-block{padding:32px 0;border-bottom:1px solid var(--line)}.city-block h2{font-size:1.8rem}.city-block p{max-width:820px}.empty{padding:100px 0}.anchor{scroll-margin-top:30px}
@media(min-width:1441px){.hero-copy{padding-left:120px}.hero-grid{max-width:none;grid-template-columns:1fr 1fr}.hero-copy{padding-left:max(40px,calc((100vw - var(--max))/2))}.hero-visual img{object-position:center 55%}}
@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.desktop-nav{gap:18px;font-size:12px}.desktop-nav .btn{padding:12px 16px}.brand img{width:172px;height:89px}.header-inner{gap:15px;min-height:98px}.hero-copy{padding:35px 28px 35px 24px}.hero-grid{height:480px}.hero h1{font-size:3.2rem}.split{gap:38px}.detail-grid{gap:35px}.footer-grid{gap:35px}}
@media(max-width:760px){body{font-size:16px}.wrap{width:calc(100% - 36px)}.utility .wrap{justify-content:center}.utility .utility-right{display:none}.header-inner{min-height:89px;gap:15px;position:relative}.brand img{width:162px;height:83px}.desktop-nav{display:none}.mobile-nav{display:block}.mobile-nav summary{cursor:pointer;list-style:none;padding:11px 0 11px 12px;font-size:13px;font-weight:750}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary:after{content:' ☰';margin-left:8px}.mobile-nav[open] summary:after{content:' ×'}.mobile-nav nav{position:absolute;z-index:20;right:0;top:89px;background:white;box-shadow:0 12px 25px #0002;min-width:240px;padding:20px;border:1px solid var(--line)}.mobile-nav nav a{display:block;padding:12px;text-decoration:none}.hero-grid{display:flex;flex-direction:column;height:auto;min-height:0}.hero-copy{padding:34px 23px 32px;align-self:stretch}.hero h1{font-size:clamp(2.5rem,8.7vw,3.6rem);max-width:600px;margin-bottom:18px}.hero-copy p{font-size:15px;max-width:550px;margin-bottom:22px}.hero .eyebrow{font-size:10px;margin-bottom:15px}.hero-copy .actions{gap:20px}.hero .btn{padding:14px 20px}.hero-visual{height:250px}.hero-visual img{object-position:50% 57%}.photo-note{font-size:10px;left:16px;bottom:16px}.trust .wrap{grid-template-columns:1fr;padding-block:21px;gap:13px}.trust-item{gap:12px}.trust strong{font-size:13px;display:inline}.trust span:not(.trust-icon){font-size:12px;display:inline;margin-left:8px}.trust-icon{font-size:18px}.section{padding:50px 0}.section-head{display:block;margin-bottom:27px}.section-head p{margin:18px 0 0}.section-head .text-link{display:inline-block;margin-top:18px}.cards{grid-template-columns:1fr;gap:32px}.cards.projects{grid-template-columns:1fr 1fr;gap:16px}.project-card h3{font-size:18px}.project-card p{font-size:12px}.project-card .tag{left:9px;bottom:9px;font-size:9px;padding:4px 7px}.split,.detail-grid,.contact-grid{grid-template-columns:1fr;gap:32px}.split-photo{aspect-ratio:4/3}.area-list{gap:0 22px;font-size:14px}.cta-band{padding:40px 0}.cta-band .wrap{display:block}.cta-band .actions{margin-top:25px}.cta-band h2{font-size:2rem}.footer{padding:40px 0 90px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom a{margin-top:10px}.mobile-call{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;min-height:59px;padding-bottom:env(safe-area-inset-bottom);background:var(--pine);color:white;align-items:center;justify-content:center;gap:15px;text-decoration:none;font-size:14px;font-weight:750;border-top:1px solid #698066}.mobile-call span{font-weight:400;color:#dce3d7;font-size:12px}.page-intro{padding:32px 0 40px}.page-intro .intro{font-size:16px}.gallery{gap:18px}.gallery .full img{aspect-ratio:4/3}.gallery figcaption{font-size:12px}.content h2{font-size:1.8rem}.aside{padding:24px}}
@media(max-width:400px){.cards.projects{grid-template-columns:1fr}.hero-visual{height:210px}.trust span:not(.trust-icon){display:block;margin-left:0}.hero-copy .actions{gap:16px}.btn{font-size:13px}.gallery{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.project-card img{transition:none}}
/* Let text establish the minimum height without pushing the photo over the next section. */
@media(min-width:761px){.hero-grid{height:auto;min-height:clamp(450px,57vh,540px)}.hero-copy{padding-top:30px;padding-bottom:30px}.hero-visual{min-height:0}.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}}

/* Invoice access stays visible in both header layouts. */
.nav-pay{border:1px solid var(--pine);border-radius:3px;padding:12px 14px;white-space:nowrap}.nav-pay:hover,.mobile-pay:hover{background:var(--cream)}.mobile-pay{display:none}
@media(min-width:761px) and (max-width:1050px){.desktop-nav{gap:13px;font-size:13px}.desktop-nav .btn{padding:12px 14px}.nav-pay{padding:12px 10px}}
@media(max-width:760px){.header-inner{gap:10px}.mobile-pay{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 10px;border:1px solid var(--pine);border-radius:3px;font-size:12px;font-weight:750;text-decoration:none;white-space:nowrap;margin-left:auto}.mobile-nav summary{padding-left:0}.mobile-nav summary:after{margin-left:3px}}
@media(max-width:380px){.header-inner{gap:8px}.brand img{width:130px;height:75px}.mobile-pay{padding:8px}.mobile-nav summary{font-size:12px}}
