@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/montserrat-cyrillic-400.woff2)format("woff2");unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/montserrat-cyrillic-500.woff2)format("woff2");unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/montserrat-cyrillic-600.woff2)format("woff2");unicode-range:U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/montserrat-latin-400.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/montserrat-latin-500.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/montserrat-latin-600.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg:#fff;--surface:#fff;--ink:#171717;--muted:#6b6b6b;--line:#e2e2e2;--soft:#f3f3f3;--accent:#171717;--max:1200px;--pad:clamp(16px, 2.6vw, 32px);--header-height:64px;--body:"Montserrat", Arial, sans-serif;--display:"Montserrat", Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{min-height:100svh;color:var(--ink);background:var(--bg);font-family:var(--body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;font-size:16px;line-height:1.6;display:flex}#content{flex:1 0 auto}img{max-width:100%;display:block}a{color:inherit;text-underline-offset:.22em;text-decoration-thickness:1px}button,input,textarea{font:inherit}button{color:inherit}code{background:var(--soft);border-radius:.25rem;padding:.12em .35em}:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--ink);color:#fff;padding:.7rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-220%)}.skip-link:focus{transform:none}.top-sentinel{pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0}.site-header{z-index:30;border-bottom:1px solid var(--line);background:#fffffff5;width:100%;position:sticky;top:0}@supports (backdrop-filter:blur(10px)){.site-header{backdrop-filter:blur(12px);background:#ffffffe0}}.site-header__inner{width:100%;max-width:var(--max);min-height:var(--header-height);padding:5px var(--pad);justify-content:space-between;align-items:center;gap:clamp(22px,4vw,64px);margin:0 auto;display:flex}.brand{flex:0 auto;min-width:0;text-decoration:none;display:block}.brand picture{display:block}.brand img{object-fit:contain;object-position:left center;width:clamp(178px,20vw,238px);height:auto;max-height:48px}.main-nav{align-items:center;gap:clamp(20px,3.1vw,46px);display:flex}.main-nav a{letter-spacing:.14em;text-transform:uppercase;padding:.6rem 0;font-size:.72rem;font-weight:600;text-decoration:none;position:relative}.main-nav a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .22s;position:absolute;bottom:.35rem;left:0;right:.14em;transform:scaleX(0)}.main-nav a:hover:after,.main-nav a[aria-current=page]:after{transform-origin:0;transform:scaleX(1)}.menu-button{cursor:pointer;background:0 0;border:0;width:40px;height:40px;padding:8px;display:none}.menu-button span:not(.sr-only){background:var(--ink);height:1px;margin:6px 0;transition:transform .2s,opacity .2s;display:block}.menu-button[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.site-footer{border-top:1px solid var(--line);background:var(--surface);flex:none;width:100%;margin-top:88px}.site-footer__inner{width:100%;max-width:var(--max);padding:30px var(--pad);text-align:center;margin:0 auto}.site-footer p{margin:0}.copyright{letter-spacing:.09em;text-transform:uppercase;font-size:.68rem;font-weight:600}.footer-to-top{--scroll-progress:0%;z-index:1000;border:1px solid var(--ink);background:var(--ink);color:#fff;opacity:1;visibility:visible;pointer-events:auto;grid-template-columns:1fr 24px;align-items:center;gap:10px;width:112px;height:48px;padding:0 13px 0 15px;text-decoration:none;transition:opacity .22s,transform .22s,visibility .22s,color .2s,background .2s,border-color .2s;display:grid;position:fixed;bottom:clamp(14px,2vw,28px);right:clamp(14px,2vw,28px);overflow:hidden;transform:none;box-shadow:0 12px 34px #00000038}.footer-to-top.is-unavailable{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px)}.footer-to-top__label{letter-spacing:.13em;text-transform:uppercase;font-size:.64rem;font-weight:600;line-height:1}.footer-to-top__icon{fill:none;stroke:currentColor;stroke-width:1.35px;stroke-linecap:square;stroke-linejoin:miter;width:22px;height:22px;transition:transform .2s}.footer-to-top__progress{width:var(--scroll-progress);background:currentColor;height:2px;transition:width 80ms linear;position:absolute;inset:auto auto 0 0}.footer-to-top:hover{color:var(--ink);border-color:var(--ink);background:#fff}.footer-to-top:hover .footer-to-top__icon{transform:translateY(-2px)}.page-shell,.project-page{width:100%;max-width:var(--max);padding:clamp(56px, 7vw, 92px) var(--pad);margin:0 auto}.page-heading{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:44px;display:flex}.page-heading h1{width:100%;font-family:var(--display);letter-spacing:-.045em;margin:0;font-size:clamp(2.4rem,5vw,4.9rem);font-weight:500;line-height:1}.eyebrow{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .9rem;font-size:.7rem;font-weight:600}.text-link{margin-top:1.5rem;font-weight:600;display:inline-block}.button{border:1px solid var(--ink);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.button:hover{color:#fff;background:var(--ink)}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(30px,4vw,58px) clamp(18px,2.5vw,34px);display:grid}.project-card[hidden]{display:none}.project-card a{text-decoration:none;display:block}.project-card__image{aspect-ratio:8/5;background:var(--soft);overflow:hidden}.project-card__image picture{width:100%;height:100%;display:block}.project-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .45s,filter .45s}.project-card a:hover img{filter:contrast(1.035);transform:scale(1.018)}.project-card__meta{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:1rem;margin-top:12px;font-size:.68rem;display:flex}.project-card h2{font-family:var(--display);margin:.35rem 0 0;font-size:clamp(.95rem,1.35vw,1.2rem);font-weight:500;line-height:1.3}.project-filters{flex-wrap:wrap;gap:.45rem;display:flex}.project-filters button{border:1px solid var(--line);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:0;padding:.48rem .9rem;font-size:.72rem}.project-filters button.is-active,.project-filters button:hover{color:#fff;border-color:var(--ink);background:var(--ink)}.project-hero{max-width:1000px;margin-bottom:44px}.project-hero h1{font-family:var(--display);letter-spacing:-.045em;margin:0;font-size:clamp(2.4rem,5.2vw,5rem);font-weight:500;line-height:1.04}.project-lead{max-width:820px;color:var(--muted);font-size:clamp(1rem,1.5vw,1.18rem)}.project-cover{margin:0}.project-cover picture{width:100%;display:block}.project-cover img{aspect-ratio:8/5;object-fit:cover;width:100%}.project-info{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,100px);padding:64px 0;display:grid}.project-info dl{grid-template-columns:150px 1fr;gap:.65rem 1rem;margin:0;display:grid}.project-info dt{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.project-info dd{margin:0}.project-summary{align-content:start;gap:1.5rem;display:grid}.project-facts h2{margin-top:0;font-size:1.15rem;font-weight:500}.project-facts ul{padding-left:1.2rem}.project-credits{border-top:1px solid var(--line);color:var(--muted);padding-top:1rem}.project-credits p{margin:0}.project-copy{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr);gap:clamp(36px,8vw,120px);padding:60px 0;display:grid}.project-copy h2{margin:0;font-size:clamp(1.5rem,2.7vw,2.7rem);font-weight:500;line-height:1.08}.project-copy p{max-width:880px;margin:0 0 1.1rem;line-height:1.75}.project-copy ul,.project-copy ol{max-width:880px;margin:0;padding-left:1.25rem}.project-copy li{margin-bottom:.8rem;line-height:1.65}.project-back{margin-top:50px}.media-gallery{padding-top:60px}.media-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.media-gallery__item{background:var(--soft);cursor:zoom-in;border:0;min-width:0;padding:0;overflow:hidden}.media-gallery__item picture{width:100%;height:100%;display:block}.media-gallery__item img{aspect-ratio:8/5;object-fit:cover;width:100%;transition:transform .4s,filter .4s;display:block}.media-gallery__item:hover img{filter:contrast(1.03);transform:scale(1.015)}.media-gallery__item:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.lightbox{color:#fff;background:#0a0a0af5;border:0;width:100vw;max-width:none;height:100vh;max-height:none;padding:0}.lightbox::backdrop{background:#0a0a0af5}.lightbox[open]{grid-template-columns:minmax(56px,7vw) 1fr minmax(56px,7vw);align-items:center;display:grid}.lightbox__figure{justify-items:center;gap:.8rem;min-width:0;margin:0;display:grid}.lightbox__figure img{object-fit:contain;max-width:min(86vw,1800px);max-height:84vh;display:block}.lightbox__figure figcaption{color:#bbb;text-align:center;max-width:900px;font-size:.78rem}.lightbox__close,.lightbox__nav{color:#fff;cursor:pointer;background:0 0;border:0}.lightbox__close{z-index:2;width:48px;height:48px;font-size:2rem;position:fixed;top:16px;right:22px}.lightbox__nav{align-self:stretch;font-size:2rem}.bureau-intro{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);align-items:stretch;gap:clamp(40px,7vw,100px);display:grid}.bureau-intro__content{flex-direction:column;min-width:0;display:flex}.bureau-intro h2{margin:0;font-size:clamp(1.8rem,3.6vw,3.6rem);font-weight:500;line-height:1.05}.bureau-intro__lead{margin:1.35rem 0 1.5rem}.bureau-intro__facts{margin:auto 0 0}.bureau-intro__portrait{background:var(--soft);min-width:0;min-height:100%;overflow:hidden}.bureau-intro__portrait picture,.bureau-intro__portrait img{width:100%;height:100%;display:block}.bureau-intro__portrait img{object-fit:cover;object-position:center top}.large-text{font-size:clamp(1.05rem,1.8vw,1.4rem)}.clean-list{padding:0;list-style:none}.clean-list li{border-bottom:1px solid var(--line);padding:.75rem 0}.bureau-hero-image{margin:68px 0 0}.bureau-hero-image picture{display:block}.bureau-hero-image img{object-fit:cover;width:100%;max-height:700px;display:block}.bureau-section{border-top:1px solid var(--line);grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:clamp(40px,8vw,120px);margin-top:84px;padding-top:56px;display:grid}.bureau-section h2{margin:0;font-size:clamp(1.5rem,2.7vw,2.7rem);font-weight:500;line-height:1.08}.bureau-timeline{margin:0;padding:0;list-style:none}.bureau-timeline li{border-bottom:1px solid var(--line);grid-template-columns:120px 1fr;gap:1.5rem;padding:1rem 0;display:grid}.bureau-timeline span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:600}.bureau-timeline p,.bureau-prose p{margin:0}.bureau-prose p+p{margin-top:1.1rem}.contacts-map{background:var(--soft);width:100%;height:clamp(320px,48vw,590px);overflow:hidden}.contacts-map iframe{border:0;width:100%;height:100%;display:block}.contacts-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1.3fr .8fr 1fr;gap:30px;padding:42px 0 64px;display:grid}.contacts-grid>div{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.contacts-grid p{margin:0}.contact-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem}.contact-value,address{font-size:clamp(1rem,1.7vw,1.35rem);font-style:normal}.contact-route{max-width:760px;padding:36px 0 0}.contact-route p:last-child{margin:.6rem 0 0;font-size:1rem;line-height:1.7}.not-found{min-height:65vh;padding:var(--pad);place-content:center;justify-items:start;display:grid}.not-found h1{margin:0 0 1rem;font-size:clamp(2.4rem,5vw,5rem);font-weight:500}.home-hero-shell{width:100%;max-width:var(--max);padding:clamp(28px, 5vw, 58px) var(--pad) 0;margin:0 auto}.home-main{width:100%;max-width:var(--max);padding:0 var(--pad);margin:0 auto}.home-slider__viewport{aspect-ratio:16/9;background:var(--soft);position:relative;overflow:hidden}.home-slider__slide{opacity:0;pointer-events:none;transition:opacity .55s;display:block;position:absolute;inset:0}.home-slider__slide.is-active{opacity:1;pointer-events:auto}.home-slider__slide picture,.home-slider__slide img{width:100%;height:100%;display:block}.home-slider__slide img{object-fit:cover}.home-slider__controls{pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;inset:0}.home-slider__controls button{width:52px;height:66px;color:var(--ink);cursor:pointer;pointer-events:auto;opacity:0;background:#ffffffd6;border:0;font-size:1.4rem;transition:opacity .2s,color .2s,background .2s}.home-slider__viewport:hover .home-slider__controls button,.home-slider__controls button:focus-visible{opacity:1}.home-slider__controls button:hover{color:#fff;background:#171717e6}.home-slider__footer{grid-template-columns:1fr auto;align-items:center;gap:.55rem 1rem;padding:12px 0 24px;display:grid}.home-slider__caption,.home-slider__counter{letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:500}.home-slider__counter{color:var(--muted)}.home-slider__progress{background:var(--line);grid-column:1/-1;height:1px;overflow:hidden}.home-slider__progress span{background:var(--ink);transform-origin:0;width:100%;height:100%;display:block}@keyframes home-slider-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.home-featured{content-visibility:auto;contain-intrinsic-size:1100px;padding:clamp(42px,6vw,72px) 0 20px}.home-featured__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(30px,4.4vw,62px) clamp(18px,2.3vw,30px);display:grid}.project-card--home .project-card__image{aspect-ratio:4/3}.project-card--home .project-card__home-caption{justify-content:space-between;align-items:baseline;gap:1rem;margin-top:9px;display:flex}.project-card--home h2{letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:500}.project-card--home span{color:var(--muted);flex:none;font-size:.63rem}.home-featured__more{text-align:right;margin:50px 0 0}.home-featured__more a{letter-spacing:.09em;text-transform:uppercase;font-size:.68rem;font-weight:500;text-decoration:none}.home-featured__more a:hover{text-decoration:underline}.media-gallery,.bureau-section,.project-copy{content-visibility:auto;contain-intrinsic-size:720px}@media (width<=960px){.project-grid,.home-featured__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-info,.bureau-intro,.bureau-section,.project-copy,.contacts-grid{grid-template-columns:1fr}}@media (width<=720px){:root{--header-height:60px}.menu-button{display:block}.site-header__inner{padding-top:5px;padding-bottom:5px}.brand img{width:min(62vw,210px);max-height:44px}.main-nav{inset:var(--header-height) 0 auto;padding:.8rem var(--pad) 1.5rem;border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:stretch;gap:0;display:none;position:fixed}.main-nav.is-open{display:flex}.main-nav a{border-bottom:1px solid var(--line);padding:.9rem 0}.main-nav a:after{display:none}.project-grid,.home-featured__grid,.media-gallery__grid,.project-info dl{grid-template-columns:1fr}.project-info dt{margin-top:.7rem}.lightbox[open]{grid-template-columns:48px 1fr 48px}.lightbox__figure img{max-width:calc(100vw - 96px)}.bureau-timeline li{grid-template-columns:1fr;gap:.35rem}.home-hero-shell{padding-top:14px}.home-slider__viewport{aspect-ratio:4/3}.home-slider__controls button{opacity:.82;width:44px;height:56px}.footer-to-top{grid-template-columns:1fr;place-items:center;width:46px;height:46px;padding:0}.footer-to-top__label{display:none}.footer-to-top__icon{width:21px;height:21px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body.home-page .home-slider{position:relative}body.home-page .home-slider__footer{z-index:4;color:#fff;pointer-events:none;background:linear-gradient(#0000,#0000006b);grid-template-columns:1fr auto;align-items:center;gap:.55rem 1rem;padding:44px 14px 13px;display:grid;position:absolute;bottom:0;left:0;right:0}body.home-page .home-slider__caption,body.home-page .home-slider__counter{color:inherit;text-shadow:0 1px 3px #0000007a}body.home-page .home-slider__counter{color:#ffffffd6}body.home-page .home-slider__progress{background:#ffffff5c}body.home-page .home-slider__progress span{background:#fff}.bureau-intro__portrait picture{width:100%;height:100%;display:block}.bureau-intro__portrait picture img{object-fit:cover;object-position:center top;width:100%;min-height:100%;max-height:none;display:block;aspect-ratio:auto!important;height:100%!important}.bureau-hero-image picture{width:100%;height:auto;display:block}.bureau-hero-image img{object-position:center;width:100%;aspect-ratio:auto!important;height:auto!important}@media (width<=760px){body.home-page .home-slider__footer{padding:36px 10px 10px}.bureau-intro{grid-template-columns:1fr}.bureau-intro__portrait{width:min(100%,430px);min-height:0}.bureau-intro__portrait picture,.bureau-intro__portrait picture img{height:auto!important}}.project-detail-page .project-hero{max-width:980px;margin-bottom:clamp(24px,3vw,38px)}.project-detail-page .project-hero h1{letter-spacing:-.028em;text-wrap:balance;max-width:980px;margin:0;font-size:clamp(1.75rem,3.35vw,3.35rem);font-weight:500;line-height:1.1}.project-detail-page .project-lead{max-width:800px;margin-top:1rem;font-size:clamp(.94rem,1.25vw,1.08rem);line-height:1.65}.project-slider{border-bottom:1px solid var(--line);outline:none;width:100%;margin:0 0 clamp(42px,6vw,72px);position:relative}.project-slider--secondary{margin-top:clamp(48px,7vw,84px)}.project-slider__viewport{background:#f3f3f1;width:100%;position:relative;overflow:hidden}.project-slider__slide{width:100%;margin:0}.project-slider__slide[hidden]{display:none}.project-slider__slide picture{width:100%;display:block}.project-slider__slide img{aspect-ratio:16/10;object-fit:contain;object-position:center;background:#f3f3f1;width:100%;height:auto;display:block}.project-slider__controls{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:50px;display:grid}.project-slider__button{width:46px;height:46px;color:var(--ink);font:inherit;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;font-size:1.1rem;transition:opacity .16s,transform .16s;display:grid}.project-slider__button:hover{opacity:.55;transform:translate(0)}.project-slider__button:focus-visible{outline:1px solid var(--ink);outline-offset:-4px}.project-slider__counter{color:var(--muted);letter-spacing:.12em;text-align:center;margin:0;font-size:.68rem;font-weight:500}.project-detail-page .project-info{padding-top:0}@media (width<=760px){.project-detail-page .project-hero h1{font-size:clamp(1.55rem,7.6vw,2.35rem);line-height:1.13}.project-slider{margin-bottom:42px}.project-slider--secondary{margin-top:48px}.project-slider__slide img{aspect-ratio:4/3}.project-slider__controls{min-height:46px}.project-slider__button{width:42px;height:42px}}@media (prefers-reduced-motion:reduce){.project-slider__button{transition:none}}:root{--header-height:72px}.site-header__inner{min-height:var(--header-height);padding-top:7px;padding-bottom:7px}.brand img{max-height:52px}.main-nav a{font-size:.78rem}body:not(.home-page) .page-shell,body:not(.home-page) .project-page{padding-top:clamp(30px,3.6vw,48px)}.project-slider__viewport{position:relative}.project-slider__button{z-index:5;color:#fff;opacity:.86;backdrop-filter:blur(4px);background:#11111194;border:1px solid #ffffffc7;width:46px;height:46px;position:absolute;top:50%;transform:translateY(-50%)}.project-slider__button--prev{left:clamp(8px,1.5vw,18px)}.project-slider__button--next{right:clamp(8px,1.5vw,18px)}.project-slider__button:hover{opacity:1;background:#111111c7;transform:translateY(-50%)}.project-slider__button:focus-visible{outline-offset:2px;outline:2px solid #fff}.project-slider__meta{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:1.25rem;min-height:54px;padding:13px 0 14px;display:grid}.project-slider__caption{min-width:0;color:var(--ink);margin:0;font-size:.78rem;line-height:1.45}.project-slider__counter{color:var(--muted);letter-spacing:.12em;white-space:nowrap;margin:0;font-size:.68rem;font-weight:500}.project-info{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:start}.project-info dl{grid-template-columns:minmax(138px,180px) minmax(0,1fr);align-items:start;gap:.9rem clamp(20px,3vw,42px)}.project-info dt{padding-top:.12rem;line-height:1.45}.project-info dd{overflow-wrap:anywhere;max-width:700px;line-height:1.58}@media (width<=760px){:root{--header-height:68px}.site-header__inner{padding-top:6px;padding-bottom:6px}.brand img{max-height:48px}.main-nav{inset:var(--header-height) 0 auto}body:not(.home-page) .page-shell,body:not(.home-page) .project-page{padding-top:24px}.project-slider__button{width:40px;height:40px}.project-slider__meta{grid-template-columns:1fr;gap:.35rem;min-height:66px}.project-slider__counter{justify-self:start}.project-info{grid-template-columns:1fr}.project-info dl{grid-template-columns:minmax(110px,138px) minmax(0,1fr);column-gap:16px}}@media (width<=460px){.project-info dl{grid-template-columns:1fr;row-gap:.25rem}.project-info dt{margin-top:.75rem}}.breadcrumbs{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;grid-template-columns:auto minmax(48px,1fr);align-items:center;gap:clamp(14px,2vw,28px);margin:0 0 clamp(28px,3.5vw,44px);font-size:.66rem;font-weight:500;line-height:1.45;display:grid}.breadcrumbs:after{content:"";background:linear-gradient(90deg, var(--line), #e2e2e200);height:1px}.breadcrumbs__list{flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs__item{align-items:center;min-width:0;display:inline-flex}.breadcrumbs__item+.breadcrumbs__item:before{content:"—";color:#aaa;margin:0 .65rem}.breadcrumbs__link,.breadcrumbs__current{text-align:left}.breadcrumbs__link{color:var(--muted);text-decoration:none;transition:color .2s}.breadcrumbs__link:hover{color:var(--ink)}.breadcrumbs__current{color:#8a8a8a}.project-lead,.project-copy p,.project-copy li,.project-facts li,.bureau-intro__lead,.bureau-intro__facts li,.bureau-timeline p,.bureau-prose p,.contact-route p:last-child,.prose p,.prose li,.seo-text p,.seo-text li{text-align:justify;text-justify:inter-word;hyphens:auto;overflow-wrap:break-word}.related-projects,.bureau-projects{border-bottom:1px solid var(--line);content-visibility:auto;contain-intrinsic-size:720px;padding:clamp(56px,7vw,88px) 0}.related-projects__heading,.bureau-projects__heading{margin-bottom:clamp(28px,4vw,48px)}.related-projects__heading h2,.bureau-projects__heading h2{max-width:780px;font-family:var(--display);letter-spacing:-.035em;margin:0;font-size:clamp(1.75rem,3.4vw,3.4rem);font-weight:500;line-height:1.08}@media (width<=720px){.breadcrumbs{grid-template-columns:1fr;gap:0;margin-bottom:24px;font-size:.61rem}.breadcrumbs:after{display:none}.breadcrumbs__item+.breadcrumbs__item:before{margin-inline:.5rem}}
