@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#202622;--paper:#fafaf7;--white:#fff;--muted:#626a64;--line:#dce0da;--copper:#a94f30;--copper-dark:#893c23;--pale:#eeeae2;--display:'Manrope',sans-serif;--body:'DM Sans',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.65 var(--body)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--copper);outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display);font-weight:500;line-height:1.1;letter-spacing:-.045em}h1{font-size:clamp(3.2rem,5.55vw,6.2rem)}h1 em{font-style:normal;color:var(--copper)}h2{font-size:clamp(2.45rem,4vw,4.5rem)}h3{font-size:2rem}.skip-link{position:fixed;top:-100px;left:20px;background:white;padding:12px;z-index:100}.skip-link:focus{top:10px}.topline{padding:9px 5%;background:var(--ink);color:#f8faf6;display:flex;justify-content:space-between;font-size:.75rem;letter-spacing:.11em}.header{display:flex;align-items:center;justify-content:space-between;padding:22px 5%;background:var(--paper);position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:34px;height:45px;object-fit:contain;mix-blend-mode:multiply}.brand span{font-family:var(--display);font-weight:800;font-size:1.4rem;line-height:1.1;letter-spacing:.015em}.brand small{display:block;font-size:.75rem;letter-spacing:.34em;margin-top:6px}.header nav{display:flex;align-items:center;gap:34px;font-size:.9rem}.button{background:var(--copper);color:white;display:inline-flex;justify-content:space-between;align-items:center;gap:40px;padding:18px 24px;min-height:54px;border:1px solid var(--copper);font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:var(--copper-dark);transform:translateY(-2px)}.button.small{padding:12px 18px;font-size:.85rem;gap:25px}.button span{font-size:1.3rem;line-height:1}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.eyebrow{font-size:.76rem;font-weight:700;letter-spacing:.16em;line-height:1.5}.dot{display:inline-block;width:7px;height:7px;background:var(--copper);border-radius:50%;margin-right:8px}.hero{display:grid;grid-template-columns:1.1fr 1fr;max-width:1800px;margin:auto}.hero-copy{padding:clamp(50px,6vw,110px) 8% 60px 9%}.hero h1{margin:28px 0}.lead{font-size:1.15rem;line-height:1.75;max-width:480px;color:var(--muted);margin-bottom:30px}.hero-note{margin-top:36px;font-size:.78rem;color:var(--muted)}.hero-note span{margin:0 10px;color:var(--copper)}.hero-image{margin:25px 25px 25px 0;position:relative;min-height:560px;overflow:hidden;background:#d0d3cd}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-image figcaption{position:absolute;inset:auto 0 0;padding:55px 24px 22px;background:linear-gradient(transparent,#172018ae);color:white;font-size:.75rem;letter-spacing:.13em;display:flex;justify-content:space-between;gap:12px}.hero-image figcaption span{font-size:.75rem;letter-spacing:0}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;padding:22px 5%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.75rem;letter-spacing:.07em}.hero-bottom span:nth-child(2){font-size:.9rem;letter-spacing:0;color:var(--muted)}.section{padding:100px 5%;max-width:1800px;margin:auto}.section-heading{display:grid;grid-template-columns:1fr 2fr 1.25fr;align-items:start;gap:40px;margin-bottom:50px}.section-heading>p:last-child{color:var(--muted);padding-top:8px}.service-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-preview>a{position:relative;padding:40px 25px;border-top:1px solid var(--ink);background:white}.service-preview span{font-size:.8rem;color:var(--copper)}.service-preview h3{margin:20px 0 14px}.service-preview p{color:var(--muted)}.service-preview b{position:absolute;right:24px;top:36px;font-size:1.5rem;font-weight:400}.contact-band{background:var(--ink);color:white;padding:90px 5%;text-align:center}.contact-band h2{margin:24px auto 32px}.contact-email{display:block;margin:22px auto 0;text-decoration:underline;text-underline-offset:5px}footer{padding:65px 5% 35px}footer .wordmark{font:800 clamp(3rem,12vw,12rem)/1 var(--display);letter-spacing:-.075em}footer p{margin:30px 0 10px}footer>span{color:var(--muted);font-size:.9rem}
@media(min-width:1600px){.hero-copy{padding-left:90px}}@media(max-width:1000px){.header nav{gap:20px}.hero-copy{padding:60px 7%}.hero-image{min-height:540px}.section-heading{grid-template-columns:1fr 2fr}.section-heading>p:last-child{grid-column:2}.hero-bottom span:nth-child(2){display:none}}@media(max-width:700px){html{scroll-padding-top:88px}.topline{justify-content:center;font-size:.75rem}.topline>a{display:none}.header{padding:17px 5%}.brand span{font-size:1.08rem}.brand img{width:27px;height:36px}.brand small{font-size:.75rem}.header nav>a:first-child{display:none}.button.small{font-size:.8rem;padding:10px 13px;min-height:44px;gap:12px}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6% 38px}.hero h1{font-size:clamp(2.9rem,10.4vw,4.3rem);margin:22px 0}.lead{font-size:1.05rem}.hero-note{margin-top:25px}.hero-image{margin:0 5% 25px;min-height:350px}.hero-bottom{font-size:.75rem;padding:18px 5%}.section{padding:64px 6%}.section-heading{display:block;margin-bottom:32px}.section-heading h2{margin:20px 0}.section-heading>p:last-child{padding:0;max-width:400px}.service-preview{grid-template-columns:1fr;gap:14px}.contact-band{padding:64px 6%}.contact-email{font-size:.9rem}footer{padding:45px 6% 100px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
/* Shared page components */
.header nav>a:not(.button){position:relative}.header nav>a[aria-current=page]::after,.header nav>a:not(.button):hover::after{content:'';position:absolute;bottom:-7px;left:0;right:0;height:2px;background:var(--copper)}.menu-toggle{display:none}.text-link{font-weight:600;font-size:.9rem;display:inline-block;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}.text-link:hover{color:var(--copper)}.service-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.service-image{position:relative;overflow:hidden;background:var(--pale);aspect-ratio:4/4.2}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:hover .service-image img{transform:scale(1.035)}.service-image>span{position:absolute;bottom:10px;left:10px;font-size:.75rem;color:white;background:#202622dc;padding:3px 8px}.service-title{display:flex;align-items:baseline;gap:15px;margin:25px 0 15px}.service-title>span{font-size:.8rem;color:var(--copper)}.service-title>b{font-weight:400;font-size:1.8rem;margin-left:auto}.service-card h4{font-weight:500;font-size:1.02rem;margin:0 0 7px}.service-card p{color:var(--muted);margin-bottom:17px;max-width:350px}.service-card .text-link{font-size:.85rem}.work{background:#eef0eb;border-block:1px solid var(--line)}.section-heading>div>p{color:var(--muted);margin:8px 0 20px}.project-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:42px 36px}.project-card{min-width:0}.project-card>img{width:100%;height:auto;aspect-ratio:1.45;object-fit:cover}.project-card figcaption{display:flex;justify-content:space-between;gap:15px;margin-top:17px}.project-card figcaption span:not(.project-arrow){font-size:.75rem;letter-spacing:.1em;color:var(--muted)}.project-card h3{font-size:1.45rem;letter-spacing:-.03em;line-height:1.3;margin-top:7px}.project-arrow{display:none}.project-grid .project-card:nth-child(even){padding-top:65px}.commercial-band{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white}.commercial-band>div:first-child{min-height:680px;position:relative}.commercial-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.commercial-copy{padding:90px 11%}.commercial-copy h2{margin:25px 0;font-size:clamp(2.5rem,4.5vw,5rem)}.commercial-copy h2 em{font-style:normal;color:#dfab90}.commercial-copy>p:not(.eyebrow){color:#c9d0c9}.plain-list{list-style:none;padding:0;margin:30px 0 36px}.plain-list li{border-bottom:1px solid #526056;padding:13px 0;font-size:.9rem}.plain-list li::before{content:'↗';margin-right:12px;color:#dfab90}.approach{display:grid;grid-template-columns:1.4fr 1fr;gap:24px 90px}.approach>.eyebrow{grid-column:1/-1}.approach h2{font-size:clamp(2.7rem,4.4vw,4.9rem)}.approach h2 span{color:#747d74}.approach>div{padding-top:12px}.approach>div>p{font-size:1.12rem;color:var(--muted);margin-bottom:22px}.process{border-top:1px solid var(--line)}.process ol{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.process li{border-top:1px solid var(--ink);padding-top:20px}.process li>span{font-size:.8rem;color:var(--copper)}.process h3{font-size:1.35rem;letter-spacing:-.025em;margin:25px 0 14px}.process li>p{color:var(--muted);font-size:.95rem}.faq{display:grid;grid-template-columns:1fr 1.7fr;gap:70px;border-top:1px solid var(--line)}.faq h2{margin-top:20px}.faq-items details{border-bottom:1px solid var(--line)}.faq-items details:first-child{border-top:1px solid var(--line)}.faq summary{display:flex;justify-content:space-between;align-items:center;gap:24px;list-style:none;cursor:pointer;padding:24px 0;font-size:1.05rem;font-weight:500}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-size:1.6rem;font-weight:400;color:var(--copper)}.faq details[open] summary>span{transform:rotate(45deg)}.faq details>p{padding:0 35px 25px 0;color:var(--muted)}.inquiry{display:grid;grid-template-columns:1fr 1.1fr;gap:90px;background:var(--pale);max-width:none}.inquiry-intro{max-width:480px}.inquiry h2{margin:24px 0}.inquiry-intro>p:not(.eyebrow){color:var(--muted);font-size:1.1rem}.inquiry-phone{display:block;font-size:1.7rem;font-weight:500;letter-spacing:-.03em;margin:30px 0 12px}.next-note{border-top:1px solid #c7ccc3;margin-top:40px;padding-top:24px}.next-note>span{font-size:.75rem;letter-spacing:.13em}.next-note p{font-size:.93rem;color:var(--muted);margin-top:12px}.lead-form{padding:35px;background:var(--white);align-self:start;box-shadow:0 12px 45px #20262208}.form-progress{display:flex;margin-bottom:32px;border-bottom:1px solid var(--line);gap:25px}.form-progress>span{font-size:.83rem;padding-bottom:15px;color:var(--muted)}.form-progress>.is-active{color:var(--copper);border-bottom:2px solid var(--copper)}.lead-form fieldset{padding:0;margin:0;border:0;display:grid;grid-template-columns:1fr 1fr;gap:20px}.lead-form legend{font:500 1.65rem/1.2 var(--display);letter-spacing:-.035em;padding:0 0 24px}.lead-form label{display:flex;flex-direction:column;gap:8px;font-size:.9rem;font-weight:500;min-width:0}.lead-form input,.lead-form select,.lead-form textarea{border:1px solid #c9d0c9;background:#fcfcfa;min-height:50px;padding:12px;width:100%;color:var(--ink);border-radius:0;font-size:1rem}.lead-form select{padding-right:25px}.lead-form input::placeholder,.lead-form textarea::placeholder{color:#797f78}.lead-form textarea{resize:vertical}.full{grid-column:1/-1}.lead-form .field-note{font-size:.8rem;color:var(--muted);line-height:1.55;font-weight:400}.field-note a{text-decoration:underline}.optional{display:inline;color:var(--muted);font-weight:400;font-size:.8rem}.commercial-fields{display:grid;gap:18px}.form-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:8px}.form-controls .button{gap:24px;padding:15px 20px}.back-step{background:none;border:0;padding:10px 0;cursor:pointer;font-size:.9rem}.additional-details summary{font-size:.85rem;cursor:pointer}.additional-details label{margin-top:16px}.form-status{font-size:.9rem;color:var(--copper-dark);margin-top:15px}.form-status:empty{display:none}.form-status.is-success{color:#25643b}.form-honeypot{position:absolute;width:1px;height:1px;clip-path:inset(100%);overflow:hidden}.lead-form:not(.is-enhanced) .form-progress,.lead-form:not(.is-enhanced) .next-step,.lead-form:not(.is-enhanced) .back-step{display:none}.lead-form:not(.is-enhanced) [data-step="2"]{margin-top:25px}[hidden]{display:none!important}.button:disabled{cursor:wait;opacity:.65;transform:none}.breadcrumb{font-size:.78rem;color:var(--muted);display:inline-block;margin-bottom:30px}.service-hero .hero-copy{padding-top:40px}.service-hero h1{font-size:clamp(3rem,5.1vw,5.6rem)}.service-hero .eyebrow{font-size:.75rem}.hero-call{display:block;font-size:.88rem;margin-top:20px}.scope-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.scope-grid article{border-top:1px solid var(--ink);padding-top:20px}.scope-grid article>span{font-size:.8rem;color:var(--copper)}.scope-grid h3{font-size:1.5rem;margin:25px 0 15px;line-height:1.25}.scope-grid p{color:var(--muted);font-size:.95rem}.detail-project{display:grid;grid-template-columns:1.25fr 1fr;gap:80px;align-items:center;background:#eef0eb}.detail-project figure img{aspect-ratio:1.25;object-fit:cover;width:100%;height:auto}.detail-project figcaption{margin-top:15px;font-size:.75rem;letter-spacing:.07em;color:var(--muted)}.detail-project h2{margin:24px 0}.detail-project>div>p:not(.eyebrow){max-width:400px;color:var(--muted);margin-bottom:25px}.page-intro{padding-bottom:55px}.page-intro h1{margin:28px 0}.portfolio-jumps{display:flex;gap:10px;flex-wrap:wrap;margin-top:35px}.portfolio-jumps a{border:1px solid #bfc7bd;padding:9px 14px;font-size:.83rem}.portfolio-jumps a:hover{background:var(--ink);color:white}.portfolio-group{padding-top:60px;padding-bottom:60px;border-top:1px solid var(--line)}.portfolio-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.portfolio-heading h2{font-size:2rem;max-width:460px}.portfolio-heading p{color:var(--muted);max-width:380px}.portfolio-trio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.portfolio-trio .project-card h3{font-size:1.17rem}.portfolio-trio .project-card img{aspect-ratio:1.1}.legal{max-width:860px;min-height:70vh}.legal h1{margin:24px 0;font-size:4rem}.legal h2{font-size:1.6rem;margin:34px 0 16px;letter-spacing:-.02em}.legal p{color:var(--muted)}.legal a{text-decoration:underline;overflow-wrap:anywhere}.legal-date{font-size:.9rem}.thanks{text-align:center;max-width:980px;min-height:75vh;padding-block:85px}.thanks .lead{margin:25px auto;max-width:650px}.thanks h1{margin-top:20px}.success-mark{width:58px;height:58px;display:grid;place-content:center;background:#e4ece1;color:#376039;margin:0 auto 25px;font-size:1.6rem;border-radius:50%}.thanks-actions{display:flex;gap:25px;justify-content:center;align-items:center;margin:30px 0}.thanks>.text-link{font-size:.8rem;color:var(--muted)}.footer-top{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:40px;margin-bottom:65px}.footer-top .eyebrow{margin:0}.footer-phone{display:block;font-size:clamp(1.4rem,2.5vw,2.5rem);font-weight:500;margin:15px 0}.footer-email{font-size:.9rem;overflow-wrap:anywhere}.footer-links{display:flex;flex-direction:column;align-items:start;gap:12px}.footer-top>div:last-child>p{margin:0 0 12px}.footer-top>div:last-child>span{color:var(--muted);font-size:.9rem}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:var(--muted)}.mobile-cta{display:none}.anchor-target{scroll-margin-top:110px}.no-mobile-cta .mobile-cta{display:none}
@media(min-width:1600px){.inquiry{padding-inline:max(5%,calc((100vw - 1620px)/2))}}@media(max-width:1100px){.header nav{gap:20px}.header nav>a:not(.button){font-size:.85rem}.brand span{font-size:1.2rem}.hero h1{font-size:clamp(3rem,5.3vw,5rem)}.hero-copy{padding:65px 8% 45px}.hero-image{min-height:560px}.service-cards{gap:20px}.service-title{gap:10px}.service-title h3{font-size:1.7rem}.commercial-copy{padding:65px 9%}.commercial-band>div:first-child{min-height:640px}.inquiry{gap:45px}.lead-form{padding:27px}.approach{gap:24px 50px}.scope-grid{grid-template-columns:repeat(2,1fr);gap:40px}.detail-project{gap:45px}.footer-top{grid-template-columns:1.4fr .8fr 1fr}}@media(max-width:900px){.header{padding:18px 5%}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;background:none;border:1px solid var(--line);width:45px;height:42px;padding:10px;cursor:pointer}.menu-toggle span{height:1px;background:var(--ink);width:100%}.header nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--paper);padding:20px 6%;border-bottom:1px solid var(--line);box-shadow:0 15px 20px #2026220a}.header nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.header nav>a:not(.button){display:block;padding:14px 0;font-size:1rem}.header nav>.button{margin-top:12px}.header nav>a[aria-current=page]::after{display:none}.process ol{grid-template-columns:1fr 1fr;gap:35px}.commercial-band{grid-template-columns:1fr 1fr}.commercial-copy{padding:50px 9%}.commercial-copy h2{font-size:2.7rem}.commercial-band>div:first-child{min-height:600px}.inquiry{gap:35px}.inquiry h2{font-size:3rem}.form-controls{gap:10px}.form-controls .button{font-size:.85rem;padding:13px;gap:12px}.faq{gap:40px}.lead-form{padding:24px}.section-heading{gap:20px 30px}.section-heading>div{grid-column:2}.footer-top{grid-template-columns:1.5fr 1fr}.footer-top>div:last-child{grid-column:2;grid-row:1}.footer-links{grid-row:2;flex-direction:row;flex-wrap:wrap;grid-column:1/-1;gap:25px}}
@media(max-width:700px){.hero-copy{padding:45px 6% 38px}.hero h1{font-size:clamp(2.9rem,10.4vw,4.3rem)}.hero-image{min-height:360px}.hero-image img{object-position:center}.hero-image figcaption{font-size:.75rem;padding:40px 16px 15px}.hero-image figcaption span{font-size:.75rem}.service-cards{grid-template-columns:1fr;gap:42px}.service-image{aspect-ratio:1.15}.service-title h3{font-size:2rem}.service-title{margin-top:20px}.service-card p{max-width:none}.service-card .text-link{font-size:.9rem}.section-heading>div>p{margin:0 0 18px}.project-grid{grid-template-columns:1fr;gap:30px}.project-grid .project-card:nth-child(even){padding:0}.project-card h3{font-size:1.35rem}.project-card>img{aspect-ratio:1.3}.commercial-band{grid-template-columns:1fr}.commercial-band>div:first-child{min-height:380px}.commercial-copy{padding:50px 6% 60px}.commercial-copy h2{font-size:3.2rem}.commercial-copy .button{width:100%;gap:15px}.approach{display:block}.approach h2{font-size:2.7rem;margin:24px 0}.approach>div>p{font-size:1rem}.process ol{gap:30px 25px;margin-top:30px}.process h3{font-size:1.17rem;line-height:1.25;margin:20px 0 12px}.process li>p{font-size:.9rem}.faq{grid-template-columns:1fr;gap:30px}.faq h2 br{display:none}.faq summary{font-size:1rem;padding:21px 0}.faq details>p{padding-right:12px;font-size:.95rem}.inquiry{grid-template-columns:1fr;gap:34px}.inquiry-intro{max-width:none}.inquiry h2{font-size:3.2rem}.inquiry-intro>p:not(.eyebrow){font-size:1rem}.next-note{display:none}.inquiry-phone{font-size:1.5rem;margin-top:24px}.lead-form{padding:25px 20px}.lead-form fieldset{gap:18px 14px}.lead-form legend{font-size:1.5rem}.lead-form label{font-size:.85rem}.lead-form [data-step="2"]>label:not(.full){grid-column:1/-1}.form-controls .button{padding:15px 17px;font-size:.87rem}.form-progress{gap:20px;margin-bottom:25px}.form-progress>span{font-size:.78rem}.service-hero .hero-copy{padding-top:25px}.service-hero h1{font-size:clamp(2.8rem,10vw,4rem)}.breadcrumb{margin-bottom:25px}.service-hero .button{width:100%;font-size:.88rem;gap:15px}.service-hero .hero-bottom span{max-width:75%;line-height:1.8}.scope-grid{gap:30px 22px}.scope-grid h3{font-size:1.3rem;margin-top:20px}.scope-grid p{font-size:.9rem}.detail-project{grid-template-columns:1fr;gap:32px}.detail-project figure img{aspect-ratio:1.2}.detail-project h2{margin:20px 0}.portfolio-jumps{gap:8px}.portfolio-jumps a{font-size:.78rem;padding:8px 11px}.page-intro{padding-bottom:40px}.portfolio-heading{display:block}.portfolio-heading h2{font-size:1.85rem}.portfolio-heading p{margin-top:15px}.portfolio-trio{grid-template-columns:1fr;gap:30px}.portfolio-trio .project-card img{aspect-ratio:1.25}.portfolio-group{padding-top:45px;padding-bottom:45px}.legal h1{font-size:3rem}.thanks{padding-block:60px}.thanks h1{font-size:2.9rem}.thanks-actions{flex-direction:column;gap:20px}.footer-top{gap:30px 20px}.footer-top .eyebrow{font-size:.75rem}.footer-email{font-size:.8rem}.footer-phone{font-size:1.35rem}.footer-top>div:last-child{font-size:.85rem}.footer-top>div:last-child>span{font-size:.82rem}.footer-links{gap:12px 22px;font-size:.9rem}.footer-top{margin-bottom:42px}.footer-bottom{flex-wrap:wrap;gap:12px;font-size:.75rem}.footer-bottom>span:nth-child(2){display:none}.footer-bottom>a{margin-left:auto}.mobile-cta{position:fixed;z-index:40;bottom:0;left:0;right:0;background:var(--paper);display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.mobile-cta>a{text-align:center;padding:16px 8px;font-size:.83rem;font-weight:600}.mobile-cta>a:last-child{background:var(--copper);color:white}}@media(max-width:380px){.lead-form fieldset{grid-template-columns:1fr}.scope-grid,.process ol{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-top>div:last-child{grid-column:1;grid-row:auto}.footer-links{grid-row:auto}.form-controls{flex-wrap:wrap}.form-controls .button{width:100%}}
/* Property-facing work: stoops, stairs, concrete and NYC building exteriors. */
.service-cards{grid-template-columns:repeat(4,minmax(0,1fr))}
.property-callout{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white}
.property-callout>div:first-child{min-height:440px;position:relative}
.property-callout img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.property-callout>div:last-child{padding:75px 10%}
.property-callout h2{margin:22px 0;font-size:clamp(2.5rem,4vw,4.6rem)}
.property-callout h2 em{font-style:normal;color:#dfab90}
.property-callout p:not(.eyebrow):not(.image-note){color:#c9d0c9;max-width:460px}
.property-callout .image-note{font-size:.72rem;letter-spacing:.08em;color:#dfab90;margin:24px 0}
@media(max-width:1100px){.service-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.service-cards{grid-template-columns:1fr}.property-callout{grid-template-columns:1fr}.property-callout>div:first-child{min-height:380px}.property-callout>div:last-child{padding:50px 6% 60px}.property-callout h2{font-size:3.2rem}}
