:root{--paper:#f4f3ef;--ink:#242622;--muted:#676962;--line:#d1d2c9;--orange:#ee592f;--dark:#252722;--sans:'Manrope',Arial,sans-serif;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:5px}img{display:block;max-width:100%}p,h1,h2,h3{margin:0}button{border:0}::selection{background:var(--orange);color:var(--ink)}.wrap{width:calc(100% - 104px);max-width:1600px;margin-inline:auto}.header{height:110px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;flex-direction:column;flex-shrink:0;line-height:1}.brand-name{font-family:var(--display);font-size:43px;font-weight:800;letter-spacing:-1.5px;position:relative}.brand-dot{font-size:13px;vertical-align:top;letter-spacing:0;margin-left:3px;line-height:1.8}.brand-sub{font-size:12px;letter-spacing:3.65px;font-weight:800;margin-top:5px}.desktop-nav{display:flex;gap:32px;font-size:14px;font-weight:600}.desktop-nav a,.footer-nav a{transition:color .2s}.desktop-nav a:hover,.footer-nav a:hover{color:var(--orange)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:52px;padding:16px 22px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button span{font-size:23px;line-height:1}.button-dark{background:var(--ink);color:var(--paper)}.button-dark:hover{background:#41443c}.button-orange{background:var(--orange);color:var(--ink)}.button-orange:hover{background:#fa724b}.menu-toggle{display:none;background:none;padding:10px 0}.mobile-nav{padding:20px 26px;background:var(--ink);color:var(--paper)}.mobile-nav a{display:block;padding:15px 0;border-bottom:1px solid #ffffff24}.mobile-nav[hidden]{display:none}.hero{padding-top:32px}.hero-top{display:flex;justify-content:space-between;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.4px;line-height:1.6}.small-square{display:inline-block;width:7px;height:7px;background:var(--orange);margin-right:9px}.hero-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;padding:23px 0 35px}h1{font-family:var(--display);font-size:clamp(70px,8.8vw,141px);font-weight:700;line-height:.92;letter-spacing:-1.9px}h1 span{color:#777b6e}.hero-intro{padding-bottom:3px;min-width:242px}.hero-intro>p:first-child{font-size:18px;line-height:1.5;font-weight:600;margin-bottom:12px}.hero-intro>p:nth-child(2){color:var(--muted);font-size:14px;line-height:1.8}.text-link{display:inline-flex;align-items:center;gap:37px;font-weight:700;font-size:14px;padding-bottom:8px;border-bottom:1px solid var(--ink);margin-top:23px}.text-link span{font-size:23px}.hero-photo{height:clamp(310px,31vw,490px);position:relative;overflow:hidden;background:#575b52}.hero-photo>img{width:100%;height:100%;object-fit:cover;filter:saturate(.58);object-position:center 55%}.hero-photo:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#0008);pointer-events:none}.photo-caption{position:absolute;z-index:1;bottom:29px;left:30px;display:flex;gap:14px;color:white;align-items:center;font-size:12px;font-weight:700;letter-spacing:1px}.caption-rule{height:38px;width:3px;background:var(--orange)}.photo-caption small{display:block;margin-top:7px;font-size:12px;letter-spacing:0;font-weight:400;color:#ddd}.hero-project-link{z-index:1;position:absolute;right:0;bottom:0;background:var(--orange);padding:25px 28px;display:flex;align-items:center;gap:49px;font-size:13px;font-weight:800;line-height:1.6;transition:background .2s}.hero-project-link:hover{background:#fc754f}.hero-project-link>span:last-child{font-size:40px;font-weight:400}.sector-strip{min-height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.sector-strip>span{font-size:12px;letter-spacing:1.25px;line-height:1.6;font-weight:700}.sector-strip>div{font-size:18px;font-weight:600}.sector-strip i{font-style:normal;color:#a2a698;margin-inline:20px}.sector-strip>a{width:37px;height:37px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:23px}.skip{position:absolute;top:-80px;left:20px;z-index:50;background:var(--ink);color:white;padding:15px}.skip:focus{top:10px}@media(min-width:1600px){.hero-intro{min-width:300px}.hero-intro>p:first-child{font-size:22px}.hero-intro>p:nth-child(2){font-size:16px}}@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:20px}.nav-cta{gap:17px;padding:15px}.hero-intro{min-width:215px}.hero-intro>p:nth-child(2){font-size:13px}h1{font-size:8.6vw}.hero-heading{gap:25px}.sector-strip i{margin-inline:10px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{height:89px}.brand-name{font-size:37px}.brand-sub{font-size:12px;letter-spacing:3px}.desktop-nav,.nav-cta,.hero-since{display:none}.menu-toggle{display:flex;gap:14px;align-items:center;font-size:14px}.menu-toggle span{font-size:23px}.hero{padding-top:23px}.eyebrow{font-size:12px;letter-spacing:1px}.hero-heading{display:block;padding:27px 0}.hero-heading h1{font-size:clamp(57px,12vw,91px);line-height:.97;letter-spacing:-.8px}.hero-intro{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-intro>p:first-child{font-size:15px;margin:0}.hero-intro>p:nth-child(2){font-size:12px;line-height:1.65}.hero-intro>p:nth-child(2) br{display:none}.hero-intro .text-link{grid-column:1 / -1;justify-self:start;margin-top:8px;font-size:13px}.hero-photo{height:330px}.hero-photo>img{object-position:72% center}.photo-caption{left:17px;bottom:108px;font-size:12px}.photo-caption small{font-size:12px}.hero-project-link{padding:17px 20px;gap:34px;font-size:12px}.hero-project-link>span:last-child{font-size:31px}.sector-strip{padding:24px 0;min-height:110px;flex-wrap:wrap;gap:13px}.sector-strip>span{font-size:12px;width:100%}.sector-strip>span br{display:none}.sector-strip>div{font-size:14px}.sector-strip i{margin-inline:6px}.sector-strip>a{width:27px;height:27px;font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.section{padding-top:96px;padding-bottom:96px}.section-label{display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:1.4px;font-weight:700;margin-bottom:44px;gap:24px}.section-label .small-square{margin:0}h2{font-family:var(--display);font-size:clamp(54px,5.4vw,86px);font-weight:600;line-height:.98;letter-spacing:-.9px}h2 span{color:#777b6e}.about-main{display:grid;grid-template-columns:1.1fr 1fr;gap:9%}.about-copy{max-width:495px}.about-copy .lead{font-size:23px;font-weight:500;line-height:1.5;color:var(--ink);margin:0 0 25px}.about-copy>p{font-size:15px;color:var(--muted);line-height:1.9;margin-top:18px}.about-copy .text-link{margin-top:21px}.heritage-grid{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:60px;padding-top:30px;border-top:1px solid var(--line)}.heritage-grid>div{padding-inline:32px;border-left:1px solid var(--line)}.heritage-grid>div:first-child{padding-left:0;border:0}.heritage-grid strong{font-family:var(--display);font-size:70px;line-height:1;font-weight:600;display:flex;align-items:baseline;gap:15px}.heritage-grid strong span{font-family:var(--sans);font-size:12px;letter-spacing:1px;font-weight:700}.heritage-grid>div:first-child strong span{font-size:33px;color:var(--orange);align-self:flex-start}.heritage-grid p{font-size:13px;color:var(--muted);margin-top:15px}.services{background:var(--dark);color:var(--paper)}.services .section-label{color:#b3b6ac}.services-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:10%}.services h2 span{color:#a5ab98}.services-intro>p{font-size:15px;line-height:1.9;color:#bfc1b8;max-width:340px;margin-top:28px}.services-intro>.button{margin-top:28px}.service-image{margin-top:50px;max-width:340px}.service-image img{width:100%;aspect-ratio:1.9;object-fit:cover;filter:saturate(.65)}.service-image small{font-size:12px;letter-spacing:1.3px;color:#adb1a4;display:block;margin-top:12px}.service-list{border-top:1px solid #55594c}.service-list details{border-bottom:1px solid #55594c}.service-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:22px;padding:27px 0}.service-list summary::-webkit-details-marker{display:none}.service-list summary:focus-visible{outline:2px solid var(--orange);outline-offset:5px}.service-number{font-size:12px;color:#a7aa9f}.service-list h3{font-size:22px;font-weight:500;letter-spacing:-.6px}.service-list .expand{font-size:27px;font-weight:400;margin-left:auto;color:#c9cdbe;transition:transform .2s}.service-list details[open] .expand{transform:rotate(45deg);color:var(--orange)}.service-list details[open] h3{color:#f88a68}.service-body{padding:0 28px 30px 38px}.service-body p{color:#bfc1b8;font-size:14px;line-height:1.9}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.tags span{font-size:12px;letter-spacing:.6px;border:1px solid #55594c;padding:7px 9px;color:#c0c4b6}.work-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.work-heading>p{color:var(--muted);font-size:14px;line-height:1.9;padding-bottom:5px}.filters{display:flex;gap:8px;border-bottom:1px solid var(--line);padding-bottom:17px;margin:44px 0 29px;flex-wrap:wrap}.filters button{background:transparent;padding:11px 16px;font-size:13px;transition:background .2s}.filters button.active{background:var(--ink);color:var(--paper)}.filters button:not(.active):hover{background:#e3e4da}.filters sup{font-size:12px;margin-left:5px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:37px 28px}.project{border:0;background:none;text-align:left;padding:0;min-width:0}.project[hidden]{display:none}.project-image{overflow:hidden;position:relative;background:#c9cbbf}.project-image>img{aspect-ratio:1.65;object-fit:cover;width:100%;filter:saturate(.68);transition:transform .65s}.project:hover .project-image>img{transform:scale(1.04)}.project-open{position:absolute;bottom:14px;right:14px;border-radius:50%;width:40px;height:40px;background:var(--paper);display:grid;place-items:center;font-size:25px;transition:background .2s}.project:hover .project-open{background:var(--orange)}.project-info{display:flex;justify-content:space-between;align-items:baseline;margin-top:17px;gap:12px}.project h3{font-size:16px;font-weight:600}.project-info>span{font-size:12px;letter-spacing:.7px;color:var(--muted);white-space:nowrap}.contact{background:#e8e9df}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%}.contact h2{font-size:clamp(70px,7vw,110px)}.contact h2 span{color:#7a806e}.contact-intro{font-size:14px;line-height:1.9;margin-top:28px;color:#626856}.contact-phone{display:flex;gap:40px;align-items:center;font-size:30px;font-weight:600;letter-spacing:-1px;margin-top:28px;width:fit-content}.contact-phone>span{color:#69705d}.contact-email{display:inline-block;font-size:16px;margin-top:10px;border-bottom:1px solid #838879;padding-bottom:4px}.contact form{padding-top:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}label{display:block;font-size:12px;font-weight:700;margin-bottom:27px}label>span{color:#95532f}input,textarea,select{display:block;width:100%;color:var(--ink);background:transparent;border:0;border-bottom:1px solid #a9af9c;border-radius:0;min-height:45px;margin-top:9px;padding:9px 0;font-size:14px;outline-offset:4px}input::placeholder,textarea::placeholder{color:#6d7363;opacity:1}textarea{resize:vertical;min-height:130px;max-height:350px}select{appearance:auto;padding-right:6px}select option{background:var(--paper)}.form-submit{width:100%;border:0;margin-top:1px}.form-note{font-size:12px;color:#626856;line-height:1.7;margin-top:15px}.footer{background:var(--dark);color:var(--paper);padding:65px 0 23px}.footer-top{display:grid;grid-template-columns:1.2fr 1.4fr 1fr .6fr;gap:30px}.footer-statement{font-size:24px;line-height:1.5}.footer .eyebrow{font-size:12px;color:#a7ad9c;margin-bottom:17px}.footer-top a{display:block;font-size:13px;color:#d6d9cf;line-height:1.9}.footer-top .postal{font-size:12px;color:#a7ad9c;margin-top:10px}.footer-nav{display:flex;flex-direction:column;gap:5px}.footer-wordmark{display:flex;align-items:center;justify-content:space-between;font-size:clamp(100px,21vw,340px);font-family:var(--display);font-weight:700;letter-spacing:-.035em;line-height:1.06;margin-top:42px;border-bottom:1px solid #55594c;padding-bottom:18px}.footer-wordmark>span{font-family:Arial,sans-serif;font-size:.65em;color:var(--orange);font-weight:400;padding-right:6px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#a7ad9c;margin-top:23px;gap:18px}.footer-bottom>p:nth-child(2){font-size:12px;letter-spacing:1px}.footer-bottom a{color:var(--paper)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}dialog{width:min(1100px,calc(100% - 40px));max-height:90dvh;padding:22px;background:var(--paper);border:0;color:var(--ink);overflow:auto}dialog::backdrop{background:#161813e8;backdrop-filter:blur(6px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.dialog-top p{font-size:18px;font-weight:600}.dialog-top button,.dialog-controls button{background:none;font-size:14px;padding:8px}.dialog-top button{display:flex;align-items:center;gap:20px;white-space:nowrap}.dialog-top button>span{font-size:30px}#dialog-image{width:100%;max-height:65dvh;object-fit:contain;background:#e2e4da}.dialog-controls{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:13px}@media(min-width:1600px){.about-copy>p,.services-intro>p{font-size:16px}.service-list h3{font-size:25px}.service-list summary{padding-block:32px}.service-body p{font-size:16px}}@media(max-width:1050px){.section{padding-block:75px}.about-main{gap:7%}.services-layout{gap:7%;grid-template-columns:.9fr 1.2fr}.service-list h3{font-size:19px}.service-list summary{gap:15px;padding-block:23px}.service-body{padding-left:28px}.project-info{flex-direction:column;gap:7px}.contact-grid{gap:6%}.form-row{gap:18px}.footer-top{gap:25px;grid-template-columns:1fr 1.3fr 1fr}.footer-statement{font-size:21px}.footer-nav{display:none}}@media(max-width:760px){.section{padding-block:58px}.section-label{font-size:12px;margin-bottom:30px;gap:16px}.section-label>span:last-child:not(.small-square){font-size:12px;letter-spacing:.8px;text-align:right}.about-main,.services-layout,.contact-grid{grid-template-columns:1fr;gap:32px}h2{font-size:58px}.about-copy .lead{font-size:21px}.about-copy>p{font-size:14px}.heritage-grid{margin-top:38px;padding-top:23px}.heritage-grid>div{padding-inline:12px}.heritage-grid strong{font-size:44px;gap:4px;flex-wrap:wrap}.heritage-grid strong span{font-size:12px;letter-spacing:.3px}.heritage-grid>div:first-child strong span{font-size:22px}.heritage-grid p{font-size:12px;line-height:1.6;margin-top:10px}.services-intro>p{max-width:100%}.service-image{display:none}.services-layout{gap:40px}.service-list h3{font-size:19px}.service-body p{font-size:14px}.service-list summary{padding-block:24px}.work-heading{display:block}.work-heading>p{margin-top:22px;font-size:13px}.work-heading>p br{display:none}.filters{margin-top:26px;gap:4px}.filters button{font-size:12px;padding:10px 11px}.project-grid{grid-template-columns:1fr;gap:29px}.project-image>img{aspect-ratio:1.5}.project-info{flex-direction:row;align-items:start;gap:15px}.project h3{font-size:14px}.project-info>span{font-size:12px;padding-top:3px}.contact h2{font-size:78px}.contact-intro{font-size:14px}.contact-phone{font-size:28px}.contact-grid{gap:42px}.form-row{gap:17px}.contact form label{font-size:12px}.form-note{font-size:12px}.footer{padding-top:42px}.footer-top{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-statement{grid-column:1 / -1;font-size:24px}.footer .eyebrow{font-size:12px;margin-bottom:10px}.footer-top a{font-size:12px}.footer-top .postal{font-size:12px;line-height:1.6}.footer-wordmark{font-size:24vw;letter-spacing:-.025em;margin-top:33px;padding-bottom:16px}.footer-bottom{flex-wrap:wrap;font-size:12px;line-height:1.8;gap:13px}.footer-bottom>p:nth-child(2){display:none}dialog{padding:14px;width:calc(100% - 24px)}.dialog-top p{font-size:14px}.dialog-top button{gap:10px;font-size:12px}}

.about-copy>p,.services-intro>p,.service-body p,.work-heading>p,.contact-intro{font-size:16px}.hero-intro>p:nth-child(2){font-size:16px}.heritage-grid p,.filters button,label,input,textarea,select,.footer-top a{font-size:14px}.hero-intro{min-width:255px}@media(max-width:1050px){.hero-intro{min-width:220px}.hero-intro>p:nth-child(2){font-size:14px}}@media(max-width:760px){.hero-heading h1{font-size:clamp(50px,10.2vw,78px)}.hero-intro>p:nth-child(2){font-size:14px}.heritage-grid strong{font-size:42px;gap:5px}.heritage-grid strong span{font-size:12px}.heritage-grid p{font-size:12px}.heritage-grid strong{min-height:62px;align-content:start}.heritage-grid strong span{width:100%;line-height:1.4}.heritage-grid>div:first-child strong span{width:auto}.service-list h3{font-size:18px}.filters button{font-size:14px;padding:10px}.project-info{flex-direction:column}.project-info>span{font-size:12px}.footer-top a{font-size:14px}.contact form label{font-size:14px}.footer-bottom{font-size:12px}.form-note{font-size:12px}.sector-strip>span{font-size:12px}}
.contact-grid>*,.form-row>*,input,textarea,select{min-width:0}@media(max-width:760px){.contact h2{font-size:clamp(62px,20vw,78px)}}
/* Compact pages: preserve the original visual identity with less vertical travel. */
body{min-height:100svh;display:flex;flex-direction:column}main{flex:1}.wrap{max-width:1440px}.header{height:84px;flex-shrink:0}.brand-name{font-size:36px}.brand-sub{font-size:10px;letter-spacing:2.65px}.desktop-nav{gap:26px}.desktop-nav [aria-current=page]{color:var(--orange)}.mobile-nav [aria-current=page]{color:#ff987b}.hero{padding-top:22px}.hero-heading{padding:20px 0 25px;gap:35px}.hero-heading h1{font-size:clamp(64px,6.8vw,103px);line-height:.95}.hero-intro{max-width:275px;min-width:245px}.hero-intro>p:first-child{font-size:16px;margin-bottom:8px}.hero-intro>p:nth-child(2){font-size:14px;line-height:1.6}.hero-intro .text-link{margin-top:12px;padding-bottom:5px}.hero-photo{height:clamp(220px,23vw,330px)}.hero-project-link{padding:18px 24px}.photo-caption{bottom:23px}.sector-strip{min-height:70px}.sector-strip>span{font-size:12px;letter-spacing:.4px}.sector-strip>div{font-size:16px}.section{padding-block:35px 40px}.section-label{margin-bottom:24px}.page-title{font-size:clamp(48px,4.8vw,70px);line-height:1.02;letter-spacing:-.7px;font-weight:600}.page-title span{color:#777b6e}.about-main{gap:7%}.about-copy .lead{font-size:21px;margin-bottom:15px}.about-copy>p{margin-top:12px;line-height:1.7}.about-copy .text-link{margin-top:15px}.heritage-grid{margin-top:32px;padding-top:23px}.heritage-grid strong{font-size:54px}.heritage-grid p{margin-top:9px}.services-layout{grid-template-columns:1fr 1.3fr;gap:8%}.services .page-title span{color:#a5ab98}.services-intro>p{margin-top:18px;line-height:1.7}.services-intro>.button{margin-top:22px}.service-list summary{padding:20px 0}.service-list h3{font-size:19px}.service-body{padding-bottom:22px}.service-body p{font-size:16px;line-height:1.65}.tags{margin-top:14px}.work-heading>p{font-size:16px;line-height:1.7}.filters{margin:24px 0 22px;padding-bottom:13px}.project-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.project-image>img{aspect-ratio:1.2}.project-info{flex-direction:column;gap:8px;margin-top:12px}.project h3{font-size:16px;line-height:1.5}.project-info>span{font-size:12px;white-space:normal}.contact-grid{gap:8%}.contact .page-title{font-size:clamp(54px,5.3vw,78px)}.contact-intro{margin-top:18px;line-height:1.65}.contact-phone{margin-top:19px;font-size:27px}.contact-email{font-size:16px}.contact form{padding-top:0}.contact label{margin-bottom:18px;font-size:14px}.contact input,.contact select{margin-top:5px;min-height:39px}.contact textarea{min-height:90px;margin-top:5px}.contact-address{font-style:normal;font-size:14px;line-height:1.7;margin-top:23px}.contact-address span{display:block;font-size:12px;color:var(--muted);margin-top:8px}.compact-footer{background:var(--dark);color:var(--paper);padding-block:22px;margin-top:0}.footer-line{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-brand{font-family:var(--display);font-size:29px;font-weight:700;line-height:1}.footer-brand>span{display:block;font-family:var(--sans);font-size:9px;letter-spacing:1.6px;margin-top:5px}.footer-line>p{font-size:13px;line-height:1.8}.footer-line>p>span{font-size:12px;color:#bdc2b5}.footer-line>a:not(.footer-brand){font-size:14px}.page-services main{background:var(--dark)}.page-services .compact-footer{border-top:1px solid #55594c}.page-contact main{background:#e8e9df}
@media(max-width:1100px){.desktop-nav{gap:16px}.hero-heading h1{font-size:6.8vw}.hero-intro{min-width:215px;max-width:230px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-image>img{aspect-ratio:2}.footer-line{gap:18px}.footer-line>p{font-size:12px}.footer-line>a:not(.footer-brand){font-size:13px}}
@media(max-width:760px){.header{height:72px}.brand-name{font-size:32px}.brand-sub{font-size:10px;letter-spacing:1.8px}.hero{padding-top:18px}.hero-heading{padding:16px 0 20px}.hero-heading h1{font-size:clamp(35px,9.6vw,64px);line-height:.98;letter-spacing:-.6px}.hero-intro{display:block;max-width:none;min-width:0;margin-top:15px}.hero-intro>p:first-child{display:none}.hero-intro>p:nth-child(2){font-size:14px;line-height:1.55;max-width:38em}.hero-intro .text-link{font-size:14px;margin-top:9px;gap:24px}.hero-photo{height:205px}.hero-photo>img{object-position:72% center}.photo-caption{left:14px;bottom:83px;font-size:12px}.photo-caption small{display:none}.caption-rule{height:25px}.hero-project-link{padding:12px 16px;font-size:12px;gap:25px}.hero-project-link>span:last-child{font-size:28px}.sector-strip{padding:15px 0;min-height:0;gap:0}.sector-strip>span{display:none}.sector-strip>div{font-size:14px}.sector-strip i{margin-inline:4px}.section{padding-block:25px 30px}.section-label{margin-bottom:20px;gap:15px}.section-label>span:last-child:not(.small-square){display:none}.page-title{font-size:45px}.about-main{gap:24px}.about-copy .lead{font-size:19px;margin-bottom:10px}.about-copy>p{font-size:16px;line-height:1.6}.heritage-grid{margin-top:25px;padding-top:20px}.heritage-grid strong{font-size:36px;min-height:58px}.heritage-grid strong span{font-size:10px}.heritage-grid p{font-size:12px}.services-layout{grid-template-columns:1fr;gap:24px}.services-intro>p{margin-top:13px;font-size:16px}.services-intro>.button{margin-top:15px}.service-list summary{padding:18px 0;gap:12px}.service-list h3{font-size:17px;line-height:1.4}.service-body{padding:0 0 18px 26px}.work-heading>p{margin-top:15px;font-size:16px}.filters{margin:18px 0;gap:3px;padding-bottom:12px}.filters button{font-size:13px;padding:9px 8px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 13px}.project-image>img{aspect-ratio:1.12}.project h3{font-size:14px;line-height:1.4}.project-info{gap:6px}.project-info>span{font-size:12px;letter-spacing:0}.project-open{width:31px;height:31px;bottom:9px;right:9px;font-size:21px}.contact .page-title{font-size:43px;max-width:330px}.contact .page-title br{display:none}.contact .page-title span:before,.contact .page-title span:after{content:' '}.contact-intro{font-size:16px;margin-top:12px}.contact-intro br{display:none}.contact-phone{font-size:25px;margin-top:14px}.contact-address{margin-top:16px}.contact-grid{gap:26px}.contact label{margin-bottom:15px}.contact textarea{min-height:85px}.form-note{margin-top:10px}.compact-footer{padding-block:18px}.footer-line{display:grid;grid-template-columns:auto 1fr;gap:13px 20px}.footer-brand{font-size:25px}.footer-line>p{font-size:12px;text-align:right}.footer-line>a:not(.footer-brand){font-size:12px}.footer-line>a:last-child{text-align:right}.footer-line>p>span{font-size:10px}.footer-brand>span{font-size:9px}.mobile-nav{padding:8px 20px}.mobile-nav a{padding:11px 0}}
.project-image>img{height:auto}
