@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/manrope-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/barlow-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/barlow-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{--paper:#fff;--ink:#222a2e;--muted:#61696d;--copper:#ad4c2a;--accent:#cf6235;--line:#dddeda;--surface:#f2f2ee;--dark:#20292e;--gap:clamp(24px,6vw,100px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.85 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}::selection{background:#d16d42;color:white}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border-radius:0}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #d46a36;outline-offset:5px}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:600;line-height:1.03;letter-spacing:0}h2{font-size:clamp(42px,4.6vw,66px)}h3{font-size:30px}p{color:var(--muted)}p+p{margin-top:19px}.wrap{width:calc(100% - var(--gap)*2);max-width:1280px;margin-inline:auto}.section{padding-block:100px}.eyebrow{display:block;color:var(--copper);font-size:10px;letter-spacing:.14em;font-weight:800;line-height:1.6}.eyebrow:before{content:'';display:inline-block;width:24px;height:2px;background:currentColor;vertical-align:3px;margin-right:12px}.eyebrow b:empty{display:none}.eyebrow b{margin-right:12px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:56px;padding:16px 26px;font-size:11px;text-transform:uppercase;font-weight:800;letter-spacing:.06em;border:1px solid transparent;transition:background .2s,color .2s}.button>span{font-size:22px;line-height:1}.copper{background:var(--copper);color:#fff}.copper:hover{background:#863c23}.dark-button{background:var(--dark);color:white}.dark-button:hover{background:var(--copper)}.outline-button{border-color:#ffffff70;color:white;background:#20292e40}.outline-button:hover{background:white;color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:25px;font-size:11px;line-height:1.5;font-weight:800;text-transform:uppercase;letter-spacing:.04em;min-height:46px}.text-link>span{font-size:24px;color:var(--copper)}.text-link:hover{color:var(--copper)}.skip-link{position:fixed;top:-100px;left:20px;background:var(--ink);color:white;z-index:100;padding:12px}.skip-link:focus{top:10px}.utility-bar{background:var(--dark);color:#e1e4e4;font-size:9px;letter-spacing:.08em;font-weight:600}.utility-bar>.wrap{height:35px;display:flex;align-items:center;justify-content:space-between}.utility-bar>.wrap>div{display:flex;gap:30px}.utility-bar a{font-size:10px;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:20;background:white;border-bottom:1px solid #e6e6e2}.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{border-right:1px solid var(--line);padding-right:45px}.brand img{width:195px;height:auto}.site-header nav{display:flex;align-items:center;gap:32px;height:100%}.site-header nav>a{font-size:11px;font-weight:800;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;display:flex;align-items:center;height:100%;position:relative}.site-header nav>a[aria-current]:after{content:'';position:absolute;bottom:21px;left:0;right:0;height:2px;background:var(--copper)}.site-header nav>a:hover,.site-header nav>a[aria-current]{color:var(--copper)}.site-header nav>.nav-contact{padding:0 23px;height:48px;background:var(--copper);color:white;gap:20px;margin-left:8px}.nav-contact span{font-size:22px}.menu-toggle{display:none}
/* Full-width construction opening */
.construction-hero{position:relative;isolation:isolate;min-height:670px;background:#26343a;overflow:hidden;color:white}.hero-panorama{position:absolute;inset:0;z-index:-3}.hero-panorama img{width:100%;height:100%;object-position:center 55%}.construction-hero:before{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(16,30,36,.89) 0%,rgba(18,32,37,.74) 33%,rgba(18,32,37,.24) 68%,rgba(18,32,37,.02) 100%)}.hero-grids{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,transparent calc(100% - 1px),#ffffff10 0);background-size:25% 100%;pointer-events:none}.hero-content{padding-top:67px;padding-bottom:92px}.hero-kicker{font-size:10px;letter-spacing:.18em;font-weight:700;display:flex;align-items:center;gap:15px;color:#f0e7e0}.hero-kicker>span{width:35px;height:3px;background:#e18454}.construction-hero h1{font-size:clamp(74px,7.3vw,112px);line-height:.99;text-transform:uppercase;max-width:860px;margin:24px 0 25px;letter-spacing:.002em}.hero-content>p{font-size:14px;line-height:1.8;color:#f0f0ec;max-width:420px}.hero-actions{display:flex;gap:15px;align-items:center;margin-top:30px}.hero-actions .copper{background:#b9532c}.hero-actions .copper:hover{background:#8d3e24}.hero-corner{position:absolute;right:var(--gap);bottom:74px;display:flex;flex-direction:column;text-align:right;border-right:3px solid #dd7b4c;padding-right:17px;background:#18282e99;padding:12px 17px}.hero-corner>span{font-size:11px;font-weight:700;letter-spacing:.08em}.hero-corner>small{font-size:9px;color:#d4d7d6;margin-top:3px}.hero-scroll{position:absolute;right:var(--gap);bottom:22px;font-size:8px;letter-spacing:.12em;display:flex;align-items:center;gap:25px;color:#f1f1ef}.hero-scroll span{font-size:22px}.company-bar{position:relative;background:var(--surface);border-bottom:1px solid var(--line)}.company-bar-inner{display:grid;grid-template-columns:1.15fr 1.1fr 1fr 1fr;min-height:145px;align-items:center;gap:35px}.company-statement{font-family:'Barlow Condensed',sans-serif;font-size:28px;line-height:1.15;padding-left:18px;border-left:4px solid var(--copper);font-weight:600}.company-fact{display:flex;align-items:center;gap:19px;border-right:1px solid #cbd0d0;padding-right:20px}.company-fact strong{font-family:'Barlow Condensed',sans-serif;font-size:65px;line-height:1;font-weight:600}.company-fact>span{font-size:10px;line-height:1.7;color:var(--muted)}.company-origin{display:flex;flex-direction:column}.company-origin>span{font-size:8px;letter-spacing:.12em;color:var(--muted);font-weight:700}.company-origin strong{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:26px;line-height:1.3;margin:5px 0}.company-origin a{font-size:9px;color:var(--copper);font-weight:800}
/* The company story uses layered photography and an inset date */
.company-story{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.story-collage{position:relative;padding:0 58px 63px 0}.story-main img{width:100%;height:475px;object-position:center 50%}.story-inset{position:absolute;bottom:22px;right:0;width:54%;border:9px solid white}.story-inset img{width:100%;height:245px}.story-stamp{position:absolute;bottom:60px;left:-16px;background:var(--copper);color:white;width:178px;padding:20px 25px;box-shadow:9px 9px 0 white}.story-stamp strong{font-family:'Barlow Condensed',sans-serif;font-size:64px;font-weight:600;line-height:1}.story-stamp span{display:block;font-size:8px;letter-spacing:.12em;margin-top:9px}.collage-caption{position:absolute;bottom:0;left:0;font-size:9px;color:var(--muted)}.story-content h2{margin:21px 0 25px}.story-lead{font-size:17px;font-weight:600;color:var(--ink);line-height:1.65;margin-bottom:18px}.story-content>p:not(.story-lead){font-size:12px;line-height:1.9}.story-principles{display:flex;flex-wrap:wrap;gap:10px 24px;margin:24px 0 30px;padding-top:20px;border-top:1px solid var(--line);font-size:10px;font-weight:700}.story-principles>span:before{content:'+';color:var(--copper);margin-right:8px;font-size:17px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-heading h2{margin-top:16px}.section-side{max-width:380px}.section-side p{font-size:12px;margin-bottom:12px}.editor-note{font-size:11px;max-width:760px;line-height:1.8;margin-bottom:30px}.expertise-section{background:var(--surface)}.expertise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.expertise-item{position:relative;isolation:isolate;min-height:370px;overflow:hidden;color:#fff;background:var(--dark)}.expertise-item>img{position:absolute;inset:0;width:100%;height:100%;z-index:-2;transition:transform .6s}.expertise-item:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#19282e30 10%,#17252be6 90%);z-index:-1}.expertise-item:hover img{transform:scale(1.045)}.expertise-number{position:absolute;top:23px;left:24px;font-family:'Barlow Condensed',sans-serif;font-size:23px;border-bottom:2px solid #df865c;line-height:1.3;padding-bottom:8px;text-shadow:0 1px 4px #000}.expertise-copy{position:absolute;bottom:54px;left:25px;right:20px}.expertise-copy>span{font-size:9px;line-height:1.6;display:block;color:#dedede;margin-bottom:13px;max-width:150px}.expertise-copy h3{font-size:32px;line-height:1.02}.expertise-arrow{position:absolute;right:0;bottom:0;width:42px;height:42px;background:var(--copper);display:grid;place-items:center;font-size:23px}.expertise-section .editor-note{margin:19px 0 0;font-size:10px}.project-showcase .section-heading{margin-bottom:22px}.project-mosaic{display:grid;grid-template-columns:1.2fr 1fr 1fr;margin-top:35px}.mosaic-item{position:relative;isolation:isolate;min-width:0}.mosaic-item>a{display:block;position:relative;min-height:450px;overflow:hidden}.mosaic-item img{position:absolute;inset:0;width:100%;height:100%;z-index:-2;transition:transform .6s}.mosaic-item a:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#121e2500 25%,#16242aea 100%);z-index:-1}.mosaic-item a:hover img{transform:scale(1.035)}.sample{position:absolute;top:20px;left:22px;padding:5px 10px;background:white;color:var(--ink);font-size:9px;line-height:1.7;font-weight:700}.mosaic-copy{position:absolute;bottom:35px;left:35px;right:25px;color:white}.mosaic-copy>span:first-child{font-size:9px;display:block;max-width:270px;line-height:1.7;color:#eee;margin-bottom:12px}.mosaic-copy h3{font-size:42px}.mosaic-link{display:inline-block;font-size:10px;font-weight:700;border-bottom:1px solid #bdc5c7;padding-bottom:7px;margin-top:20px}.mosaic-index{position:absolute;top:15px;right:25px;font-family:'Barlow Condensed',sans-serif;font-size:34px;color:white;text-shadow:0 1px 5px #000}.legacy-section{display:grid;grid-template-columns:1fr 1fr;background:var(--dark);color:white}.legacy-photo{position:relative;min-height:570px}.legacy-photo>img{width:100%;height:100%;position:absolute;inset:0;object-position:center}.legacy-photo>span{position:absolute;bottom:20px;left:30px;background:#1c282ed9;color:white;padding:5px 10px;font-size:9px}.legacy-content{padding:75px clamp(40px,6vw,95px)}.legacy-content .eyebrow{color:#e6a27e;font-size:9px}.legacy-content h2{margin:22px 0 26px;font-size:60px}.legacy-content p{font-size:12px;color:#ced3d4;max-width:440px}.legacy-timeline{display:flex;align-items:center;gap:24px;margin:34px 0 15px}.legacy-timeline>div{display:flex;flex-direction:column}.legacy-timeline strong{font-size:45px;font-family:'Barlow Condensed',sans-serif;font-weight:600;line-height:1.15}.legacy-timeline span:not(.timeline-rule){font-size:9px;color:#d1d7d8;margin-top:7px}.timeline-rule{width:70px;height:1px;background:#929e9e;position:relative}.timeline-rule:after{content:'';width:5px;height:5px;background:#e6a27e;position:absolute;right:0;top:-2px}.legacy-content .text-link{font-size:10px}.legacy-content .text-link span{color:#e6a27e}.people-strip{display:flex;align-items:center;gap:45px;padding-block:65px}.people-number{font-family:'Barlow Condensed',sans-serif;font-size:120px;color:var(--copper);line-height:1;border-right:1px solid var(--line);padding-right:40px}.people-strip h2{font-size:43px;margin:12px 0}.people-strip p{font-size:12px;max-width:480px}.people-strip>.button{margin-left:auto;flex-shrink:0}.people-strip .eyebrow{font-size:9px}.cta{background:var(--copper);color:white}.cta-inner{display:flex;align-items:center;justify-content:space-between;padding-block:45px;gap:30px}.cta h2{font-size:44px;margin-top:12px}.cta .eyebrow{color:#fff;font-size:8px}.cta .button{flex-shrink:0}.cta .dark-button:hover{background:#111c22}
footer{background:#192329;color:#fff;padding-top:48px}.footer-wordmark{font-family:'Barlow Condensed',sans-serif;font-size:clamp(90px,16vw,228px);line-height:1;font-weight:600;letter-spacing:.015em;border-bottom:1px solid #435057;padding-bottom:26px;margin-bottom:45px;color:#64757e;white-space:nowrap}.footer-wordmark>span{color:#bd7254;font-size:.45em;margin-left:30px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:70px;padding-bottom:45px}.footer-grid .logo{width:195px;height:auto}.footer-grid p{font-size:12px;color:#c0c9cd;margin-top:20px}.footer-grid .eyebrow{color:#e5e9e9;font-size:9px;margin-bottom:20px}.footer-grid .eyebrow:before{display:none}footer nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:12px}.footer-mail{font-size:17px;font-weight:600}footer a:hover{color:#f1b195}.footer-bottom{border-top:1px solid #435057;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:20px;font-size:9px;color:#bcc6ca}.footer-bottom a{text-decoration:underline;text-underline-offset:4px}
/* Inner pages */
.page-banner{position:relative;isolation:isolate;color:#fff;background:var(--dark);overflow:hidden}.banner-picture{position:absolute;inset:0 0 0 36%;z-index:-3}.banner-picture>img{width:100%;height:100%;object-position:center 45%}.page-banner:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#20292e 25%,#20292eee 47%,#20292e40 100%);z-index:-2}.page-intro{padding-block:24px 58px;position:relative}.breadcrumb{display:flex;gap:12px;font-size:9px;color:#cbd2d3;margin-bottom:37px}.breadcrumb a:hover{text-decoration:underline}.page-intro .eyebrow{color:#efb090;font-size:9px}.page-intro h1{font-size:clamp(47px,5.4vw,78px);max-width:950px;margin-top:19px}.lead{font-size:18px;line-height:1.8}.page-intro .lead{font-size:13px;max-width:530px;margin-top:20px;color:#e1e5e6}.banner-credit{position:absolute;right:25px;bottom:18px;font-size:8px;color:#eee;background:#192329b0;padding:4px 8px}.photo img{width:100%;height:100%;aspect-ratio:4/5;object-fit:cover}.photo figcaption{font-size:9px;color:var(--muted);line-height:1.6;margin-top:10px}.photo figcaption span{margin-inline:6px}.wide-photo{margin-top:65px}.wide-photo .photo img{height:490px;aspect-ratio:2.4;object-position:center 45%}.story-grid,.project-description{display:grid;grid-template-columns:1fr 1fr;gap:10%}.story-grid h2{margin-top:21px}.story-grid>div>p{font-size:14px}.small-note{font-size:11px;line-height:1.8}.story-grid .small-note{font-size:11px;max-width:340px;margin-top:25px}.approach{background:var(--surface)}.approach-rows{margin-top:45px}.approach-rows>div{display:grid;grid-template-columns:.8fr 1fr 1.25fr;gap:40px;padding:32px 0;border-top:1px solid #ccd1d1}.approach-rows>div>span{font-size:10px;color:var(--copper);font-weight:800;letter-spacing:.08em}.approach-rows p{font-size:12px}.notice{background:var(--surface);border-left:3px solid var(--copper);padding:18px 24px;font-size:12px;line-height:1.85}.page-banner+.wrap>.notice{margin-top:40px}.org-chart{padding-top:30px}.org-chart ol,.org-chart ul{list-style:none;padding:0;margin:0}.org-chart li{text-align:center;position:relative}.org-node{display:flex;align-items:center;justify-content:center;border:1px solid #c4cace;padding:22px 14px;min-height:90px;font-size:12px;line-height:1.6;background:white;border-top:3px solid var(--copper)}.org-node.top,.org-node.general{width:250px;margin:auto;min-height:60px}.org-node.top{background:var(--dark);color:white;border-color:var(--dark)}.org-chart li>ol{padding-top:32px;position:relative}.org-chart li>ol:before{content:'';position:absolute;top:0;left:50%;height:32px;border-left:1px solid #b5bfc4}.org-branches{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.org-branches>li{padding-top:22px}.org-branches>li:before{content:'';position:absolute;left:-10px;right:-10px;top:0;border-top:1px solid #b5bfc4}.org-branches>li:first-child:before{left:50%}.org-branches>li:last-child:before{right:50%}.org-branches>li:after{content:'';position:absolute;left:50%;top:0;height:22px;border-left:1px solid #b5bfc4}.org-team{padding:15px 8px!important;border-left:1px solid #b5bfc4;margin-left:15px!important}.org-team li{text-align:left;font-size:11px;padding:7px;color:var(--muted)}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center;border-bottom:1px solid var(--line)}.service-detail:nth-of-type(odd)>div{order:2}.service-detail h2{margin-block:21px}.service-detail .lead{margin-bottom:17px;color:var(--ink)}.service-detail .photo img{height:450px}.scope-list{list-style:none;padding:0;margin:28px 0}.scope-list li{padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.scope-list li:before{content:'+';margin-right:12px;color:var(--copper);font-size:17px}.projects-page{padding-block:45px 85px}.filter-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);margin:32px 0}.filters{display:flex;gap:25px}.filters button{border:0;background:transparent;padding:18px 0;font-size:12px;font-weight:700;border-bottom:3px solid transparent;min-height:52px}.filters button span{font-size:10px;margin-left:8px;color:var(--muted)}.filters button[aria-pressed=true]{border-color:var(--copper);color:var(--copper)}#filter-count{font-size:10px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px 35px}.project-card[hidden]{display:none}.project-image{display:block;position:relative;overflow:hidden;background:var(--surface)}.project-image>img{aspect-ratio:1.35;width:100%;height:auto;transition:transform .4s}.project-image:hover>img{transform:scale(1.025)}.image-arrow{position:absolute;right:0;bottom:0;width:50px;height:50px;background:var(--copper);color:white;display:grid;place-items:center;font-size:25px}.project-meta{display:flex;justify-content:space-between;gap:12px;font-size:10px;color:var(--muted);margin:18px 0 10px;line-height:1.8}.status{white-space:nowrap}.status:before{content:'';display:inline-block;width:5px;height:5px;background:var(--copper);margin-right:7px;vertical-align:2px}.status.tamamlanan:before{background:#4b6254}.project-card h3{font-size:35px}.project-card h3 a:hover{color:var(--copper)}.detail-hero{margin-top:50px}.detail-hero .photo img{height:570px;aspect-ratio:2;object-position:center 42%}.project-description h2{margin-top:23px}.project-description .notice{margin-top:25px}dl{margin:30px 0 0}dl>div{display:grid;grid-template-columns:1fr 1.5fr;gap:18px;border-bottom:1px solid var(--line);padding:15px 0;font-size:12px}dt{color:var(--muted)}dd{margin:0}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:35px}.gallery:has(figure:only-child){grid-template-columns:1fr}.gallery .photo img{height:420px;aspect-ratio:1.3}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:9%;padding-block:65px 90px}.contact-panel{padding-top:20px}.contact-email{display:flex;justify-content:space-between;gap:15px;font-size:clamp(20px,2.1vw,32px);letter-spacing:-.03em;border-bottom:2px solid var(--copper);padding:18px 0;margin-bottom:24px;overflow-wrap:anywhere;font-weight:600}.contact-panel>p{max-width:420px;font-size:13px}.contact-location{margin:55px 0}.contact-location h2{font-size:42px;margin-top:16px}.contact-location p{font-size:13px;margin-top:10px}.contact-panel>.small-note{font-size:11px}.contact-visual{position:relative}.contact-visual img{height:530px}.contact-visual>span{position:absolute;bottom:65px;left:0;background:var(--copper);color:white;padding:25px 30px;font-family:'Barlow Condensed',sans-serif;font-size:34px;line-height:1.05}.legal-copy{max-width:850px;margin-left:var(--gap);padding-block:35px 80px}.legal-copy h2{font-size:34px;margin:30px 0 17px}.legal-copy a{text-decoration:underline;text-underline-offset:4px}.legal-copy li{margin-block:12px;font-size:13px}.error-link{padding-block:60px 90px}
@media(min-width:1600px){.construction-hero{min-height:760px}.hero-content{padding-top:85px}.construction-hero h1{font-size:120px}}
@media(max-width:1100px){.brand{padding-right:25px}.brand img{width:170px}.site-header nav{gap:22px}.site-header nav>a{font-size:10px}.site-header nav>.nav-contact{padding-inline:16px;gap:12px}.company-bar-inner{gap:24px}.company-statement{font-size:24px}.company-fact strong{font-size:54px}.company-fact{gap:12px;padding-right:15px}.company-fact>span{font-size:9px}.company-origin strong{font-size:22px}.story-collage{padding-right:35px}.story-stamp{left:0;width:145px}.expertise-item{min-height:345px}.expertise-copy{left:18px;right:12px}.expertise-copy h3{font-size:28px}.legacy-content{padding:55px 40px}.legacy-content h2{font-size:51px}.people-strip{gap:30px}.people-number{font-size:100px;padding-right:25px}.people-strip h2{font-size:37px}.footer-grid{gap:40px}.mosaic-copy{left:24px}.mosaic-copy h3{font-size:36px}}
@media(max-width:850px){.utility-bar>.wrap>span{font-size:8px}.utility-bar>.wrap>div{gap:14px}.utility-bar>.wrap>div>span{display:none}.header-inner{height:80px}.brand{border:0;padding:0}.brand img{width:175px}.menu-toggle{display:flex;align-items:center;gap:15px;border:0;background:transparent;min-width:80px;min-height:48px;padding:0;font-size:12px}.menu-lines{width:24px;height:10px;border-top:2px solid;border-bottom:2px solid}.menu-toggle[aria-expanded=true] .menu-lines{transform:rotate(-45deg)}.site-header nav{display:none;position:absolute;top:80px;left:0;right:0;min-height:calc(100dvh - 80px);max-height:calc(100dvh - 80px);overflow-y:auto;background:white;padding:25px var(--gap);flex-direction:column;align-items:stretch;gap:0;height:auto}.site-header nav.open{display:flex}.site-header nav>a{font-family:'Barlow Condensed',sans-serif;font-size:30px;padding:20px 0;height:auto;border-bottom:1px solid var(--line)}.site-header nav>a[aria-current]:after{display:none}.site-header nav>.nav-contact{height:60px;justify-content:space-between;padding:15px 20px;margin:25px 0 0}.construction-hero{min-height:655px}.hero-content{padding-top:60px}.construction-hero h1{font-size:84px}.hero-corner{display:none}.company-bar-inner{grid-template-columns:1.2fr 1fr 1fr;min-height:135px;gap:18px}.company-origin{display:none}.company-fact:last-of-type{border:0}.company-statement{font-size:23px}.company-fact strong{font-size:50px}.company-fact>span{font-size:8px}.company-story{gap:6%}.section{padding-block:75px}.story-main img{height:435px}.story-inset{width:66%;border-width:7px}.story-inset img{height:200px}.story-stamp{bottom:40px;width:120px;padding:15px}.story-stamp strong{font-size:50px}.story-stamp span{font-size:7px}.story-content h2{font-size:49px}.story-lead{font-size:14px}.story-content>p:not(.story-lead){font-size:11px}.story-principles{font-size:9px;gap:5px 12px}.expertise-grid{grid-template-columns:1fr 1fr;gap:4px}.expertise-item{min-height:350px}.expertise-copy h3{font-size:37px;max-width:240px}.expertise-copy{left:26px}.expertise-copy>span{max-width:none}.expertise-number{left:26px}.mosaic-item>a{min-height:390px}.mosaic-copy{left:20px;bottom:25px}.mosaic-copy h3{font-size:31px}.mosaic-copy>span:first-child{font-size:8px}.mosaic-link{font-size:9px}.legacy-section{grid-template-columns:.85fr 1fr}.legacy-content{padding:55px 30px}.legacy-content h2{font-size:45px}.legacy-content p{font-size:11px}.legacy-timeline{gap:14px}.timeline-rule{width:35px}.legacy-timeline strong{font-size:38px}.legacy-timeline span:not(.timeline-rule){font-size:8px}.people-strip{flex-wrap:wrap}.people-strip>div{max-width:calc(100% - 160px)}.people-strip>.button{margin-left:150px}.people-strip .eyebrow{font-size:8px}.cta h2{font-size:37px}.cta-inner{gap:20px}.cta .button{font-size:10px;padding-inline:17px}.footer-mail{font-size:13px}.footer-grid{gap:30px;grid-template-columns:1.2fr .8fr 1fr}.footer-grid .logo{width:165px}.footer-bottom{flex-wrap:wrap}.approach-rows>div{grid-template-columns:.7fr 1fr;gap:20px}.approach-rows p{grid-column:2}.org-branches{grid-template-columns:1fr;max-width:500px;margin:0 auto!important;padding-left:25px!important;border-left:1px solid #b5bfc4}.org-branches>li:before{display:none}.org-branches>li:after{left:-25px;top:50px;width:25px;height:0;border-left:0;border-top:1px solid #b5bfc4}.org-chart .org-branches:before{left:-1px}.org-node{min-height:60px;font-size:13px}.org-chart li>ol{padding-top:25px}.org-chart li>ol:before{height:25px}.org-team li{font-size:12px}.contact-grid{gap:6%}.contact-email{font-size:20px}.contact-visual img{height:580px}.project-meta{flex-direction:column;gap:4px}.service-detail{gap:6%}.service-detail h2{font-size:46px}}
@media(max-width:600px){:root{--gap:22px}html{scroll-padding-top:92px}body{font-size:13px}.utility-bar>.wrap{height:29px}.utility-bar>.wrap>span{font-size:7px;letter-spacing:.035em}.utility-bar a{font-size:8px}.header-inner{height:72px}.brand img{width:164px}.site-header nav{top:72px;min-height:calc(100dvh - 72px);max-height:calc(100dvh - 72px)}.construction-hero{min-height:640px}.hero-content{padding-top:47px;padding-bottom:110px}.hero-panorama img{object-position:61% center}.construction-hero:before{background:linear-gradient(90deg,#152830dc 0%,#182b32b3 58%,#182b3230 100%)}.hero-kicker{font-size:8px;gap:10px;letter-spacing:.075em}.hero-kicker>span{width:22px}.construction-hero h1{font-size:clamp(58px,14.9vw,87px);line-height:1.02;margin:24px 0;letter-spacing:0}.hero-content>p{font-size:12px;line-height:1.85;max-width:290px}.hero-actions{gap:10px;margin-top:26px}.button{font-size:9px;min-height:52px;padding:15px 16px;gap:19px;letter-spacing:.035em}.button>span{font-size:20px}.hero-actions .button{padding-inline:13px;gap:13px;font-size:8px}.hero-scroll{left:var(--gap);right:auto;bottom:25px;font-size:8px}.hero-corner{display:flex;bottom:27px;right:20px;background:none;padding:0;border:0}.hero-corner>span{display:none}.hero-corner>small{font-size:8px;color:white;background:#192b33b0;padding:3px 6px}.company-bar-inner{grid-template-columns:1fr 1fr;gap:0;padding-block:22px}.company-statement{grid-column:1/-1;font-size:23px;margin-bottom:25px;line-height:1.2}.company-statement br{display:none}.company-fact{padding-left:0;gap:16px;border:0}.company-fact:nth-of-type(3){padding-left:20px;border-left:1px solid #cbd0d0}.company-fact strong{font-size:60px}.company-fact>span{font-size:9px}.company-origin{display:none}.section{padding-block:60px}h2{font-size:46px}.company-story{grid-template-columns:1fr;gap:36px}.story-collage{padding:0 50px 48px 10px}.story-main img{height:355px}.story-inset{width:54%;bottom:20px}.story-inset img{height:188px}.story-stamp{width:130px;bottom:48px;left:0}.story-stamp strong{font-size:53px}.story-stamp span{font-size:7px}.collage-caption{font-size:8px;padding-left:10px}.story-content h2{font-size:49px;margin-block:18px 23px}.story-content h2 br:nth-of-type(2){display:none}.eyebrow{font-size:9px}.story-lead{font-size:15px}.story-content>p:not(.story-lead){font-size:12px}.story-principles{font-size:9px;margin-block:22px}.section-heading{display:block;margin-bottom:28px}.section-heading h2{margin-top:15px}.section-side{margin-top:22px}.section-side p{font-size:12px}.section-heading>.text-link{margin-top:17px}.text-link{font-size:10px;gap:20px}.expertise-grid{gap:8px}.expertise-item{min-height:290px}.expertise-number{top:16px;left:15px;font-size:21px}.expertise-copy{left:15px;right:12px;bottom:55px}.expertise-copy h3{font-size:27px;line-height:1.04}.expertise-copy>span{font-size:8px;line-height:1.6;margin-bottom:10px}.expertise-arrow{width:35px;height:35px;font-size:20px}.expertise-section .editor-note{font-size:9px}.project-showcase{padding-bottom:0}.project-showcase .editor-note{font-size:10px}.project-mosaic{grid-template-columns:1fr;margin-top:25px;gap:2px}.mosaic-item>a{min-height:390px}.mosaic-item:first-child>a{min-height:445px}.mosaic-copy{left:25px;bottom:28px}.mosaic-copy h3{font-size:43px}.mosaic-copy>span:first-child{font-size:9px}.mosaic-index{font-size:32px}.mosaic-link{font-size:10px;margin-top:17px}.legacy-section{grid-template-columns:1fr}.legacy-photo{min-height:310px;order:2}.legacy-photo>span{left:20px;font-size:8px}.legacy-content{padding:60px var(--gap)}.legacy-content .eyebrow{font-size:8px}.legacy-content h2{font-size:49px;margin-top:20px}.legacy-content p{font-size:12px}.legacy-timeline{gap:22px;margin-top:30px}.legacy-timeline strong{font-size:44px}.legacy-timeline span:not(.timeline-rule){font-size:9px}.timeline-rule{width:45px}.people-strip{padding-block:48px;gap:22px}.people-number{font-size:89px;padding-right:19px}.people-strip>div{max-width:calc(100% - 115px)}.people-strip h2{font-size:33px;margin:10px 0 13px}.people-strip p{font-size:11px}.people-strip .eyebrow{font-size:7px}.people-strip .eyebrow:before{display:none}.people-strip>.button{margin-left:114px}.cta-inner{display:block;padding-block:38px}.cta h2{font-size:41px;max-width:330px}.cta .eyebrow{font-size:7px}.cta .button{margin-top:23px}.footer-wordmark{font-size:19vw;padding-bottom:20px;margin-bottom:30px;letter-spacing:0}.footer-wordmark>span{margin-left:12px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px;padding-bottom:35px}.footer-grid>div:first-child{grid-column:1/-1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.footer-grid>div:first-child p{margin:0;font-size:9px;line-height:1.85}.footer-grid .logo{width:147px}.footer-grid .eyebrow{font-size:8px;margin-bottom:18px}.footer-mail{font-size:11px;overflow-wrap:anywhere}.footer-grid p{font-size:10px}footer{padding-top:30px}footer nav{font-size:11px;gap:12px}.footer-bottom{font-size:8px;gap:12px;align-items:flex-start}.footer-bottom>span:nth-child(2){order:3;width:100%}.page-intro{padding-block:18px 45px}.breadcrumb{margin-bottom:32px;font-size:8px}.page-intro h1{font-size:49px;margin-top:17px;max-width:360px}.page-intro .lead{font-size:12px;max-width:315px;margin-top:20px}.page-intro .eyebrow{font-size:8px}.banner-picture{left:0;opacity:.5}.page-banner:before{background:linear-gradient(90deg,#20292eef 0%,#20292e80 100%)}.banner-credit{font-size:7px;bottom:9px;right:15px}.wide-photo{margin-top:35px}.wide-photo .photo img{height:330px}.story-grid,.project-description{grid-template-columns:1fr;gap:30px}.story-grid>div>p{font-size:12px}.story-grid .small-note{font-size:10px;max-width:290px;margin-top:20px}.approach-rows{margin-top:30px}.approach-rows>div{grid-template-columns:1fr;gap:14px;padding-block:25px}.approach-rows p{grid-column:1;font-size:12px}.approach-rows h3{font-size:33px}.approach-rows>div>span{font-size:9px}.editor-note{font-size:10px;margin-bottom:25px}.org-chart{padding-top:10px}.org-node.top,.org-node.general{width:210px}.org-branches{max-width:270px}.org-node{font-size:12px}.notice{font-size:10px;padding:16px 18px}.page-banner+.wrap>.notice{margin-top:30px}.service-detail{grid-template-columns:1fr;gap:30px}.service-detail:nth-of-type(odd)>div{order:0}.service-detail .photo img{height:320px}.service-detail h2{font-size:46px;margin-block:18px}.service-detail .lead{font-size:16px}.service-detail p{font-size:12px}.scope-list li{font-size:11px}.projects-page{padding-block:30px 55px}.filters{gap:17px;justify-content:space-between;width:100%}.filters button{font-size:10px}.filters button span{font-size:8px;margin-left:4px}.filter-bar{flex-direction:column;align-items:flex-start;gap:5px;margin:20px 0 26px}.filter-bar>p{margin-bottom:12px;font-size:9px}.project-grid{grid-template-columns:1fr;gap:36px}.project-meta{flex-direction:row;font-size:9px;margin-top:15px}.project-card h3{font-size:35px}.sample{top:14px;left:14px;font-size:8px}.detail-hero{margin-top:30px}.detail-hero .photo img{height:390px}.project-description .lead{font-size:15px}dl>div{font-size:11px}.gallery{grid-template-columns:1fr;gap:28px}.gallery .photo img{height:320px}.contact-grid{grid-template-columns:1fr;gap:40px;padding-block:35px 55px}.contact-panel{padding-top:0}.contact-email{font-size:clamp(20px,5.3vw,28px)}.contact-panel>p{font-size:12px}.contact-location{margin-block:35px}.contact-location h2{font-size:40px}.contact-visual img{height:400px}.contact-visual>span{font-size:32px;bottom:55px;padding:20px 25px}.contact-panel>.small-note{font-size:10px}.legal-copy{padding-block:20px 55px}.legal-copy h2{font-size:32px}.legal-copy p,.legal-copy li{font-size:12px}.photo figcaption{font-size:8px}.error-link{padding-block:40px 60px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
