@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600&display=swap');
:root{--ink:#1d303c;--blue:#405e70;--mist:#edf2f4;--line:#cbd5da;--white:#fff;--muted:#566773}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #718fa1;outline-offset:6px}header{height:104px;padding:0 4.5%;display:flex;align-items:center;justify-content:space-between;background:white;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:18px}.brand img{width:62px}.brand span{font-size:16px;line-height:1.15;letter-spacing:-.4px;font-weight:550}nav{display:flex;align-items:center;gap:36px;font-size:14px}nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:6px}.contact-link{padding:13px 18px;border:1px solid var(--line);border-radius:4px}.contact-link span{margin-left:18px}.menu{display:none}.hero{height:min(760px,calc(100svh - 104px));min-height:570px;position:relative;color:#fff;overflow:hidden}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 57%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,30,40,.7),rgba(11,30,40,.12) 80%),linear-gradient(0deg,rgba(11,30,40,.25),transparent 50%)}.hero-copy{position:relative;z-index:1;padding:62px 6%;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr);justify-items:start}.hero-copy>p{align-self:end;font-size:15px;margin:0 0 24px}.hero h1{font-size:clamp(60px,6.9vw,106px);font-weight:450;line-height:1.035;letter-spacing:-5px;margin:0}.hero-bottom{align-self:end;margin-top:0;display:flex;align-items:center;gap:90px}.hero-bottom p{font-size:17px;line-height:1.6}.round-link{display:flex;align-items:center;gap:22px;font-size:14px}.circle{border:1px solid #ffffff85;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;font-size:23px;transition:background .2s}.round-link:hover .circle{background:#ffffff30}.image-caption{position:absolute;z-index:1;bottom:42px;right:4.5%;font-size:12px}.wrap{padding-left:6%;padding-right:6%}.intro{display:grid;grid-template-columns:1fr 2fr;gap:50px;padding-top:115px;padding-bottom:115px}.section-name{font-size:14px;font-weight:500;margin:0 0 25px}h2{font-size:clamp(36px,4vw,62px);font-weight:450;line-height:1.12;letter-spacing:-2px;margin:0}.intro-body{max-width:660px;font-size:19px;line-height:1.7;margin:30px 0}.text-link{font-size:14px;display:inline-flex;gap:28px;align-items:center}.projects{background:var(--mist);padding-top:88px;padding-bottom:90px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:52px}.section-heading>p{font-size:15px;line-height:1.7;color:var(--muted);margin:0 0 6px}.project-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:34px;row-gap:54px}.project{border:0;padding:0;background:transparent;text-align:left;color:var(--ink);min-width:0}.project:first-child{grid-column:1/-1}.project-image{position:relative;overflow:hidden;background:#d6e0e5;aspect-ratio:1.5}.project:first-child .project-image{aspect-ratio:2.35}.project img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project:hover img{transform:scale(1.025)}.project .open-icon{position:absolute;right:20px;bottom:20px;width:44px;height:44px;display:grid;place-items:center;background:white;border-radius:50%}.open-icon svg{width:20px;height:20px}.project-info{display:flex;justify-content:space-between;gap:15px;padding-top:20px;align-items:center}.project h3{font-size:26px;font-weight:450;letter-spacing:-.8px;margin:0}.project-info p{font-size:13px;margin:0;color:var(--muted)}.project:last-child .project-image{background:#a5a38e}.project:last-child img{object-fit:contain}.team{padding-top:110px;padding-bottom:110px}.team-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:60px}.person{padding:27px 0;border-bottom:1px solid var(--line);position:relative}.person h3{font-size:20px;font-weight:450;margin:0 0 8px;letter-spacing:-.4px}.person p{color:var(--muted);font-size:13px;margin:0 0 18px}.person a{font-size:14px}.person a:hover{text-decoration:underline}.contact{padding-top:83px;padding-bottom:80px;background:var(--ink);color:white;display:flex;justify-content:space-between;align-items:center}.contact .section-name{color:#bdced7}.email{font-size:clamp(32px,4vw,58px);display:flex;align-items:center;gap:65px;margin-top:42px;letter-spacing:-1px}.email:hover{text-decoration:underline}.address{margin-right:10%}.address img{width:90px;filter:brightness(0) invert(1);margin-bottom:22px}.address p{line-height:1.7;font-size:16px}.address a{font-size:13px;border-bottom:1px solid #ffffff55;padding-bottom:7px}footer{padding-top:27px;padding-bottom:27px;display:flex;justify-content:space-between;gap:24px;font-size:11px;color:var(--muted)}.kt{margin-left:24px}.skip{position:fixed;top:-60px;left:10px;padding:12px;background:white;z-index:100}.skip:focus{top:10px}dialog{padding:0;border:0;width:min(1000px,92vw);max-height:90svh;color:var(--ink);overflow:auto;border-radius:6px}dialog::backdrop{background:rgba(13,29,40,.78);backdrop-filter:blur(4px)}.dialog-media{position:relative;background:var(--mist);height:min(54vw,540px)}.dialog-media img{height:100%;width:100%;object-fit:contain}.icon-button{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:white;color:var(--ink);padding:0;font-size:22px;line-height:1}.icon-button svg{width:24px;height:24px}.close{position:absolute;right:16px;top:16px;z-index:2;box-shadow:0 2px 10px #0002}.gallery-controls{position:absolute;left:50%;transform:translateX(-50%);bottom:16px;display:flex;gap:20px;align-items:center;background:white;border-radius:40px;padding:4px}.gallery-controls span{font-size:12px;min-width:30px;text-align:center}.dialog-copy{padding:32px 42px 42px}.dialog-copy>p:first-child{font-size:13px;color:var(--muted)}.dialog-copy h2{font-size:42px}.dialog-copy>p{font-size:18px;line-height:1.5;max-width:680px}.dialog-copy .text-link{margin-top:12px}body.dialog-open{overflow:hidden}
@media(min-width:1800px){.wrap{padding-left:max(6%,calc((100vw - 1550px)/2));padding-right:max(6%,calc((100vw - 1550px)/2))}}@media(max-width:800px){header{height:84px;padding:0 6%}.brand img{width:48px}.brand span{font-size:14px}nav{gap:20px;font-size:12px}.contact-link{padding:10px}.hero{height:700px;min-height:570px}.hero h1{font-size:72px;letter-spacing:-3px}.intro{grid-template-columns:1fr;gap:15px;padding-top:75px;padding-bottom:75px}.section-heading{display:block}.section-heading>p{margin-top:24px}.team-grid{column-gap:30px}.project-info{display:block}.project-info p{margin-top:7px}.address{margin-right:0}footer{flex-direction:column}.image-caption{bottom:22px}.hero-bottom{gap:45px}}
@media(max-width:560px){html{scroll-padding-top:20px}.menu{display:flex;border:0;background:transparent;padding:12px 0;align-items:center;gap:12px;font-size:12px}.menu-icon{width:20px;height:10px;border-top:1px solid;border-bottom:1px solid}nav{display:none;position:absolute;top:84px;left:0;right:0;background:white;padding:24px 6% 32px;align-items:flex-start;font-size:18px;gap:25px;box-shadow:0 18px 30px #0001}nav.open{display:flex;flex-direction:column}.hero{height:calc(90svh - 84px);min-height:570px;max-height:760px}.hero-image{object-position:63% center}.hero:after{background:linear-gradient(90deg,#1026339e,#10263330),linear-gradient(0deg,#10263365,transparent)}.hero-copy{padding:60px 6%}.hero-copy>p{font-size:12px;margin-bottom:24px}.hero h1{font-size:clamp(47px,12.5vw,70px);line-height:1.08;letter-spacing:-2.5px}.hero-bottom{align-items:flex-start;flex-direction:column;gap:14px}.hero-bottom p{font-size:15px}.round-link{font-size:13px}.circle{width:44px;height:44px}.image-caption{font-size:10px;right:6%;bottom:20px}.intro{padding-top:62px;padding-bottom:62px}h2{font-size:36px;letter-spacing:-1.4px}.intro-body{font-size:17px;line-height:1.65}.text-link{font-size:12px;gap:14px}.projects{padding-top:60px;padding-bottom:60px}.section-heading{margin-bottom:32px}.section-name{margin-bottom:20px;font-size:12px}.section-heading>p{font-size:14px}.project-grid{grid-template-columns:1fr;row-gap:35px}.project:first-child{grid-column:auto}.project:first-child .project-image,.project-image{aspect-ratio:1.35}.project-info{padding-top:14px}.project h3{font-size:25px}.project .open-icon{width:38px;height:38px;right:14px;bottom:14px}.team{padding-top:65px;padding-bottom:65px}.team-grid{grid-template-columns:1fr}.person{padding:24px 0}.contact{padding-top:60px;padding-bottom:55px;display:block}.email{font-size:40px;gap:45px;margin-top:30px}.address{margin-top:55px;display:grid;grid-template-columns:80px 1fr;gap:10px 30px}.address img{width:70px;grid-row:1/3;align-self:center;margin:0}.address p{margin:0;font-size:14px}.address a{font-size:12px;justify-self:start}footer{font-size:10px;gap:12px}.kt{margin-left:12px}.dialog-copy{padding:22px}.dialog-copy h2{font-size:32px}.dialog-copy>p{font-size:16px}.dialog-media{height:310px}.close{right:10px;top:10px}.gallery-controls{bottom:10px}.icon-button{width:38px;height:38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Keep dismissal available while a project panel scrolls. */
.close{position:sticky;float:right;top:12px;right:auto;margin:12px 12px -56px 0;z-index:3}
@media(min-width:561px){.dialog-media{height:min(45vh,480px)}}
.project{display:block}.project-heading{padding-top:40px;padding-bottom:42px}.back-link{display:inline-block;font-size:13px;color:var(--muted);padding:8px 0}.back-link:hover{text-decoration:underline}.project-title-row{display:flex;align-items:center;justify-content:space-between;gap:36px;margin-top:42px}.project-title-row h1{font-size:clamp(64px,8.2vw,126px);line-height:1.02;letter-spacing:-5px;font-weight:450;margin:0}.project-title-row p{font-size:15px;line-height:1.8;margin:0}.project-title-row p span{color:var(--muted)}.project-cover{height:min(68vw,720px);width:100%;background:var(--mist)}.project-cover img{display:block;width:100%;height:100%;object-fit:cover}.project-cover.brochure img{object-fit:contain}.project-cover.brochure{background:#a19e89}.project-about{padding-top:90px;padding-bottom:95px;display:grid;grid-template-columns:1fr 2fr;gap:50px}.project-about h2{max-width:700px;font-size:46px}.project-description{font-size:20px;line-height:1.7;max-width:630px;margin:25px 0 32px}.project-facts{display:flex;gap:70px;margin:32px 0 44px}.project-facts div{display:flex;flex-direction:column-reverse;gap:8px}.project-facts dd{font-size:44px;letter-spacing:-1.5px;margin:0}.project-facts dt{font-size:13px;color:var(--muted)}.project-gallery{background:var(--mist);padding-top:64px;padding-bottom:60px}.gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.gallery-heading h2{font-size:35px;letter-spacing:-1px}.page-gallery-controls{display:flex;align-items:center;gap:20px}.page-gallery-controls p{font-size:13px;min-width:38px;text-align:center}.page-gallery-controls .icon-button{border:1px solid var(--line)}.page-gallery-controls .icon-button:hover{background:var(--ink);color:white}.gallery-frame{margin:0;height:min(62vw,680px);background:#dce5e9;display:grid;place-items:center}.gallery-frame img{display:block;width:100%;height:100%;object-fit:contain;min-height:0}.gallery-thumbs{display:flex;gap:14px;margin-top:20px}.gallery-thumb{width:130px;height:86px;background:transparent;border:2px solid transparent;padding:3px;opacity:.65}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb[aria-pressed=true]{border-color:var(--ink);opacity:1}.gallery-thumb:hover{opacity:1}.project-pagination{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding-top:65px;padding-bottom:65px;position:static;background:#fff;box-shadow:none}.project-pagination a{display:flex;flex-direction:column;gap:20px}.project-pagination a:last-child{text-align:right;align-items:flex-end}.project-pagination span{font-size:13px;color:var(--muted)}.project-pagination strong{font-size:42px;font-weight:450;letter-spacing:-1.5px}.project-pagination a:hover strong{text-decoration:underline;text-underline-offset:8px}.project-contact{display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:white;padding-top:46px;padding-bottom:46px}.project-contact p{font-size:17px}.project-contact>a{font-size:30px;letter-spacing:-.5px;display:flex;align-items:center;gap:40px}.project-contact>a:hover{text-decoration:underline}
@media(max-width:800px){.project-title-row{display:block;margin-top:28px}.project-title-row p{margin-top:20px}.project-title-row h1{font-size:72px;letter-spacing:-3px}.project-about{grid-template-columns:1fr;gap:10px;padding-top:60px;padding-bottom:60px}.project-cover{height:65vw}.project-about h2{font-size:38px}.project-pagination strong{font-size:34px}}
@media(max-width:560px){.project-heading{padding-top:25px;padding-bottom:30px}.project-title-row h1{font-size:clamp(40px,11vw,61px);letter-spacing:-2px;overflow-wrap:anywhere}.project-title-row p{font-size:13px}.project-cover{height:85vw}.project-cover.brochure{height:68vw}.project-about{padding-top:45px;padding-bottom:48px}.project-about h2{font-size:32px}.project-description{font-size:17px;margin-top:20px}.project-facts{gap:40px;margin-top:25px;margin-bottom:35px}.project-facts dd{font-size:36px}.project-facts dt{font-size:11px}.project-gallery{padding-top:38px;padding-bottom:35px}.gallery-heading{align-items:flex-start;margin-bottom:20px}.gallery-heading h2{font-size:24px;letter-spacing:-.8px;max-width:180px}.page-gallery-controls{gap:9px}.page-gallery-controls .icon-button{width:34px;height:34px;font-size:18px}.page-gallery-controls p{font-size:11px;min-width:28px;margin:10px 0}.gallery-frame{height:70vw}.gallery-thumbs{gap:8px;margin-top:14px}.gallery-thumb{width:calc((100% - 24px)/4);height:61px;padding:2px}.project-pagination{display:grid;left:auto;right:auto;top:auto;padding-top:40px;padding-bottom:40px;gap:20px;align-items:start}.project-pagination a{gap:15px;min-width:0}.project-pagination span{font-size:11px}.project-pagination strong{font-size:25px;letter-spacing:-1px;overflow-wrap:anywhere}.project-contact{display:block;padding-top:30px;padding-bottom:35px}.project-contact p{font-size:14px;margin-top:0}.project-contact>a{font-size:27px;gap:35px;margin-top:22px}}
