:root{--bg:#fff;--ink:#151515;--muted:#626262;--line:#d8d8d8;--accent:#ac185c;--gutter:2.8vw;--ease:cubic-bezier(.23,.7,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border:0;background:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}::selection{color:white;background:var(--ink)}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500}img{display:block;max-width:100%;height:auto}svg{display:block;width:24px;height:24px}sup{font-size:10px;margin-left:4px;vertical-align:super;letter-spacing:0;font-weight:400}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip-path:inset(50%);overflow:hidden;white-space:nowrap}.skip-link{position:fixed;z-index:100;left:15px;top:10px;padding:14px 20px;background:var(--ink);color:white;transform:translateY(-200%)}.skip-link:focus{transform:none}.section-label{text-transform:uppercase;font-size:11px;letter-spacing:.035em;line-height:1.5}.text-link{display:inline-flex;align-items:center;gap:55px;border-bottom:1px solid var(--ink);padding:14px 0;font-size:14px}.text-link svg{width:18px;height:18px}
.header{height:84px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 var(--gutter);position:sticky;top:0;background:var(--bg);z-index:20;border-bottom:1px solid #1515150d}.wordmark{font-size:30px;letter-spacing:-.055em;white-space:nowrap;font-weight:600}.header-discipline{font-size:11px;line-height:1.4;margin-right:auto;margin-left:2vw}.header nav{display:flex;align-items:center;gap:38px;font-size:16px;letter-spacing:-.03em}.header nav a{min-height:44px;display:flex;align-items:center;gap:7px;transition:color .2s}.header nav sup{align-self:center;font-size:9px;transform:translateY(-6px);margin-left:-2px}.header nav svg{width:16px;height:16px}.header nav a:hover,.header nav a[aria-current=page]{color:var(--accent)}
.showcase{position:relative;background:#222;color:white;height:calc(100svh - 84px);min-height:520px;max-height:1000px;overflow:hidden}.slides{height:100%;position:relative}.slide{position:absolute;inset:0;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .9s var(--ease),visibility .9s}.slide.is-active{opacity:1;pointer-events:auto;visibility:visible}.slide>img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.015);transition:transform 7s linear}.slide.is-active>img{transform:scale(1)}.slide[data-slide="0"]>img{object-position:60% center}.slide-shade{position:absolute;inset:0;background:linear-gradient(0deg,#000b 0%,#0003 28%,transparent 55%);pointer-events:none}.slide-content{position:absolute;bottom:58px;left:var(--gutter);right:var(--gutter);max-width:70%}.slide-meta{display:flex;gap:60px;font-size:11px;margin-bottom:17px}.slide-meta>span:last-child{color:#ededed}.slide-link{display:inline-flex;align-items:center;gap:45px}.slide-link h2{font-size:clamp(62px,8.4vw,144px);letter-spacing:-.065em;line-height:1.04;font-weight:400}.slide-link svg{width:48px;height:48px;transition:transform .4s var(--ease)}.slide-link:hover svg{transform:translate(6px,-6px)}.slide-content>p{font-size:13px;margin-top:15px;letter-spacing:-.01em}.showcase-controls{position:absolute;bottom:53px;right:var(--gutter);display:flex;gap:23px;align-items:flex-end}.slide-tabs{display:flex;gap:13px}.slide-tab{color:white;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:48px;padding:0 3px;text-align:left;font-size:11px}.tab-line{width:54px;height:2px;background:#ffffff60;position:relative}.slide-tab.is-active .tab-line{background:#fff}.slide-tab:hover .tab-line{background:#fff}.slideshow-toggle{height:44px;width:32px;display:grid;place-items:center;color:white}.slideshow-toggle svg{width:18px;height:18px}.slideshow-toggle .pause-icon{display:none}.slideshow-toggle[aria-pressed=true] .play-icon{display:none}.slideshow-toggle[aria-pressed=true] .pause-icon{display:block}.slide-tab.is-active .tab-line::after{content:'';position:absolute;inset:0;background:var(--accent);transform:scaleX(0);transform-origin:left}.showcase.is-playing .slide-tab.is-active .tab-line::after{animation:slide-progress 7s linear forwards}@keyframes slide-progress{to{transform:scaleX(1)}}
.introduction{padding:85px var(--gutter) 95px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:20px;align-items:start}.introduction>.section-label{padding-top:8px}.introduction>p{font-size:clamp(32px,3.65vw,64px);line-height:1.12;letter-spacing:-.05em}.introduction>a{justify-self:end;align-self:end;font-size:12px;border-bottom:1px solid;padding-bottom:10px;display:flex;gap:35px;align-items:center}.introduction>a svg{width:16px;height:16px}.works{padding:25px var(--gutter) 100px}.works-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:30px}.works-heading h2{font-size:32px;letter-spacing:-.05em}.works-heading h2 sup{font-size:11px;margin-left:10px;vertical-align:top;position:relative;top:7px}.view-switch{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}.view-switch button{padding:10px 0;min-height:44px}.view-switch button.active{color:var(--ink);text-decoration:underline;text-underline-offset:5px}.filters{display:flex;gap:30px;padding:19px 0 29px}.filters button{font-size:12px;color:var(--muted);padding:10px 0;min-height:44px}.filters button.active{color:var(--ink)}.filters button.active::before{content:'';display:inline-block;width:5px;height:5px;background:var(--ink);border-radius:50%;margin-right:7px;vertical-align:middle}.filters sup{font-size:8px;margin-left:6px}.project-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:16px;row-gap:46px}.project-card{min-width:0}.project-card[hidden]{display:none}.project-image{overflow:hidden;position:relative;background:#ececec;aspect-ratio:1.32}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.project-link:hover .project-image img{transform:scale(1.025)}.hover-label{position:absolute;bottom:22px;left:22px;background:white;color:var(--ink);padding:12px 15px;font-size:11px;display:flex;align-items:center;gap:30px;opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s}.hover-label svg{width:15px;height:15px}.project-link:hover .hover-label,.project-link:focus-visible .hover-label{opacity:1;transform:none}.project-caption{padding:16px 0 0;display:flex;align-items:baseline;gap:15px}.project-number{font-size:10px;color:var(--muted)}.project-caption h3{font-size:23px;line-height:1.2;letter-spacing:-.04em}.project-category{font-size:11px;color:var(--muted);margin-left:auto;white-space:nowrap}.card-arrow{margin-left:5px;align-self:center}.card-arrow svg{height:16px;width:16px}.project-grid.is-list{display:block;border-top:1px solid var(--line)}.is-list .project-card{border-bottom:1px solid var(--line)}.is-list .project-link{display:flex;align-items:center;gap:32px;padding:18px 0}.is-list .project-image{width:142px;flex-shrink:0;aspect-ratio:1.6}.is-list .project-caption{padding:0;flex:1;align-items:center}.is-list .project-caption h3{font-size:36px;margin-left:25px}.is-list .hover-label{display:none}.is-list .project-category{margin-right:45px}.is-list .card-arrow svg{width:28px;height:28px}
.about-teaser{display:grid;grid-template-columns:1fr 1.3fr;gap:10vw;padding:85px var(--gutter) 100px;border-top:1px solid var(--line);align-items:center}.about-teaser-photo{max-width:500px}.about-teaser-photo img{width:100%;aspect-ratio:1.12;object-fit:cover;object-position:50% 40%;filter:grayscale(1)}.about-teaser-copy{max-width:600px}.about-teaser-copy .section-label{display:block;margin-bottom:20px}.about-teaser-copy h2{font-size:clamp(44px,5.2vw,85px);letter-spacing:-.065em;line-height:1.1;margin-bottom:25px}.about-teaser-copy>p{font-size:18px;letter-spacing:-.018em;line-height:1.5;max-width:520px;margin-bottom:25px}.footer{padding:52px var(--gutter) 0;background:#151515;color:white;overflow:hidden}.footer-top{display:flex;align-items:start;gap:40px;justify-content:space-between}.footer-top>p{font-size:14px;padding-top:15px}.contact-title{display:flex;align-items:center;justify-content:space-between;gap:6vw;line-height:1;font-size:clamp(65px,10.3vw,190px);letter-spacing:-.07em}.contact-title svg{width:8vw;height:8vw;max-width:130px;max-height:130px;transition:transform .4s}.contact-title:hover svg{transform:translate(5px,-5px)}.footer-contact{display:flex;align-items:center;gap:25px;flex-wrap:wrap;padding:40px 0 70px}.email{font-size:20px;letter-spacing:-.025em}.copy-email{font-size:11px;color:#c6c6c6;padding:10px 0;border-bottom:1px solid #777;min-height:44px}.copy-status{font-size:11px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #555;padding:22px 0;font-size:10px;color:#c6c6c6}.footer-bottom a{min-height:44px;display:flex;align-items:center}.footer-wordmark{font-size:14.3vw;line-height:.9;letter-spacing:-.073em;white-space:nowrap;margin:25px -.015em -.09em;font-weight:500}
.project-heading{padding:30px var(--gutter) 40px}.back-link{font-size:12px;display:inline-flex;align-items:center;min-height:44px}.project-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-top:20px}.project-title-row h1{font-size:clamp(64px,9.5vw,180px);letter-spacing:-.065em;line-height:1.08}.project-title-row>div{display:flex;flex-direction:column;gap:10px;font-size:12px;padding-bottom:14px;min-width:150px}.project-title-row>div>span:last-child{color:var(--muted);font-size:10px}.project-cover{margin:0;background:#eee}.project-cover img{width:100%;max-height:1000px;object-fit:cover}.project-story{display:grid;grid-template-columns:1fr 2fr 1fr;gap:50px;padding:70px var(--gutter) 90px}.project-story>.section-label{padding-top:4px}.project-story>p{font-size:24px;letter-spacing:-.03em;line-height:1.4;max-width:750px}.project-story dl{margin:0 0 0 auto;min-width:140px;font-size:11px}.project-story dt{color:var(--muted);margin-bottom:5px}.project-story dd{margin:0 0 24px}.gallery{padding:0 var(--gutter) 90px;display:grid;grid-template-columns:1fr 1fr;gap:42px 16px;align-items:start}.gallery-item{margin:0;min-width:0}.gallery-item.wide{grid-column:1/-1}.zoom-image{display:block;width:100%;position:relative;padding:0}.zoom-image img{width:100%;height:auto;max-height:1100px;object-fit:contain}.zoom-icon{position:absolute;right:16px;bottom:16px;background:white;padding:10px}.zoom-icon svg{width:17px;height:17px}.gallery-item figcaption{display:flex;justify-content:space-between;margin-top:11px;color:var(--muted);font-size:10px}.next-project{padding:35px var(--gutter) 75px;border-top:1px solid var(--line)}.next-project>a{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-top:23px}.next-project h2{font-size:clamp(50px,7.5vw,140px);letter-spacing:-.06em;line-height:1.2}.next-project svg{width:7vw;height:7vw;max-width:110px;max-height:110px}.lightbox{border:0;padding:25px 30px;background:#151515;color:white;max-width:none;max-height:none;width:100%;height:100dvh}.lightbox::backdrop{background:#151515}.lightbox[open]{display:flex;flex-direction:column}.lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;height:45px}.lightbox-toolbar button{color:inherit;min-height:44px;display:flex;align-items:center;gap:20px;font-size:12px}.lightbox-close span{font-size:30px}.lightbox-count{font-size:12px}.lightbox>img{width:100%;flex:1;min-height:0;object-fit:contain;margin:15px 0}.lightbox-navigation{display:flex;justify-content:center;align-items:center;gap:40px;flex-shrink:0}.lightbox-navigation button{height:44px;width:44px;border:1px solid #777;color:inherit;font-size:22px}.lightbox-navigation span{font-size:11px;color:#ddd}
.profile-header{padding:50px var(--gutter) 65px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:20px;align-items:start}.profile-header>.section-label{padding-top:12px}.profile-header h1{font-size:clamp(90px,11vw,190px);letter-spacing:-.075em;line-height:.94;font-weight:500}.profile-header>p{font-size:13px;line-height:1.6;align-self:end;justify-self:end}.profile-body{padding:15px var(--gutter) 110px;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.profile-photo{align-self:start;position:sticky;top:110px}.profile-photo>img{width:100%;aspect-ratio:.95;object-fit:cover;object-position:center;filter:grayscale(1)}.profile-photo>span{display:block;font-size:10px;margin-top:15px;color:var(--muted)}.profile-bio>h2{font-size:42px;line-height:1.1;letter-spacing:-.05em;margin-bottom:32px}.profile-bio>p{font-size:16px;line-height:1.6;margin-bottom:22px;max-width:600px}.disciplines{margin-top:50px}.disciplines>h3,.profile-tools>h3{font-size:11px;font-weight:400;text-transform:uppercase;margin-bottom:24px}.disciplines details{border-top:1px solid var(--line)}.disciplines details:last-child{border-bottom:1px solid var(--line)}.disciplines summary{display:flex;align-items:center;gap:28px;cursor:pointer;list-style:none;padding:22px 0;font-size:20px;letter-spacing:-.03em}.disciplines summary::-webkit-details-marker{display:none}.disciplines summary>span{font-size:10px;color:var(--muted)}.disciplines summary>b{font-weight:400;font-size:25px;margin-left:auto}.disciplines details[open] summary>b{transform:rotate(45deg)}.disciplines details>p{padding:0 35px 23px 40px;color:var(--muted);font-size:13px;line-height:1.5}.profile-tools{margin-top:45px}.profile-tools>p{font-size:12px;color:var(--muted);line-height:1.8}.error-page{min-height:65vh;padding:80px var(--gutter)}.error-page h1{font-size:clamp(55px,8vw,130px);letter-spacing:-.065em;line-height:1.1;margin:35px 0}
@media(min-width:1900px){:root{--gutter:3.5vw}.project-grid{gap:60px 22px}.footer-wordmark{font-size:14.1vw}}
@media(max-width:1100px){.header-discipline{display:none}.header nav{gap:25px}.introduction{grid-template-columns:1fr 2.5fr}.introduction>a{grid-column:2;justify-self:start;margin-top:10px}.introduction>p{font-size:4.6vw}.project-caption{gap:10px}.project-category{font-size:10px}.project-number{display:none}.about-teaser{gap:7vw}.about-teaser-copy>p{font-size:16px}.footer-top{display:block}.footer-top>p{padding-top:0;margin-bottom:30px}.contact-title{font-size:12vw}.project-story{grid-template-columns:.7fr 2fr;gap:25px}.project-story>dl{grid-column:2;margin:0;display:grid;grid-template-columns:90px 1fr;align-items:baseline}.project-story dd{margin-bottom:10px}.profile-header{grid-template-columns:1fr 2fr}.profile-header>p{grid-column:2;justify-self:start;margin-top:10px}.profile-body{gap:5vw}.profile-bio>h2{font-size:34px}.profile-bio>p{font-size:14px}}
@media(max-width:700px){:root{--gutter:5vw}html{scroll-padding-top:84px}.header{height:76px;gap:14px}.wordmark{font-size:20px;letter-spacing:-.07em;max-width:145px;white-space:normal;line-height:.98}.header nav{gap:16px;font-size:11px;letter-spacing:-.02em}.header nav a{gap:4px}.header nav a:first-child sup{display:none}.header nav svg{width:11px;height:11px}.showcase{height:calc(86svh - 76px);min-height:520px;max-height:850px}.slide[data-slide="0"]>img{object-position:72% center}.slide[data-slide="1"]>img{object-position:49% center}.slide-shade{background:linear-gradient(0deg,#000c 0%,#0005 35%,transparent 62%)}.slide-content{left:var(--gutter);right:var(--gutter);bottom:108px;max-width:none}.slide-meta{font-size:9px;gap:25px;margin-bottom:11px}.slide-link{gap:25px}.slide-link h2{font-size:21vw;letter-spacing:-.065em}.slide-link svg{width:28px;height:28px}.slide-content>p{font-size:11px;margin-top:14px;max-width:280px;line-height:1.5}.showcase-controls{left:var(--gutter);right:var(--gutter);bottom:28px;justify-content:space-between}.slide-tabs{gap:17px}.slide-tab{font-size:10px;gap:10px}.tab-line{width:55px}.slideshow-toggle{width:44px}.introduction{display:block;padding:44px var(--gutter) 50px}.introduction>.section-label{display:block;padding:0;margin-bottom:20px}.section-label{font-size:9px}.introduction>p{font-size:8.4vw;line-height:1.15;letter-spacing:-.04em}.introduction>a{display:inline-flex;margin-top:25px;gap:50px;font-size:11px}.works{padding:10px var(--gutter) 55px}.works-heading{padding-top:21px;gap:10px}.works-heading h2{font-size:23px;letter-spacing:-.05em}.works-heading h2 sup{font-size:8px;margin-left:5px;top:5px}.view-switch{font-size:9px;gap:5px;flex-shrink:0}.filters{gap:19px;padding:12px 0 17px;justify-content:space-between}.filters button{font-size:9px;white-space:nowrap}.filters sup{font-size:7px;margin-left:3px}.filters button.active::before{width:4px;height:4px;margin-right:4px}.project-grid{grid-template-columns:1fr;gap:30px}.project-image{aspect-ratio:1.2}.project-caption{gap:10px;padding-top:12px}.project-caption h3{font-size:22px}.project-category{font-size:9px}.card-arrow svg{height:14px;width:14px}.hover-label{display:none}.is-list .project-link{gap:14px;padding:14px 0}.is-list .project-image{width:85px;aspect-ratio:1.1}.is-list .project-caption{flex-wrap:wrap;gap:5px;position:relative;padding-right:25px}.is-list .project-caption h3{font-size:22px;margin:0;width:100%}.is-list .project-category{font-size:9px;margin:0}.is-list .card-arrow{position:absolute;right:0;top:11px}.is-list .card-arrow svg{width:17px;height:17px}.about-teaser{display:flex;flex-direction:column;align-items:stretch;gap:30px;padding:50px var(--gutter)}.about-teaser-photo{width:74%;max-width:none}.about-teaser-photo img{aspect-ratio:1.05}.about-teaser-copy .section-label{margin-bottom:15px}.about-teaser-copy h2{font-size:13vw;letter-spacing:-.055em;margin-bottom:20px}.about-teaser-copy>p{font-size:15px;line-height:1.5;margin-bottom:15px}.text-link{font-size:11px;gap:40px}.text-link svg{width:15px;height:15px}.footer{padding-top:34px}.footer-top>p{font-size:11px;margin-bottom:25px}.contact-title{font-size:15vw;letter-spacing:-.06em;gap:20px}.contact-title svg{width:10vw;height:10vw;flex-shrink:0}.footer-contact{padding:25px 0 32px;gap:8px 20px}.email{font-size:16px}.copy-email{font-size:10px}.copy-status{font-size:10px;width:100%}.footer-bottom{padding:14px 0;font-size:8px;gap:10px}.footer-bottom>span:nth-child(2){display:none}.footer-wordmark{font-size:13.8vw;margin-top:25px;letter-spacing:-.07em}.project-heading{padding-top:15px;padding-bottom:25px}.back-link{font-size:11px}.project-title-row{display:block;margin-top:25px}.project-title-row h1{font-size:17vw;line-height:1;overflow-wrap:anywhere;letter-spacing:-.065em}.project-title-row>div{flex-direction:row;align-items:center;justify-content:space-between;padding:0;margin-top:24px;font-size:10px}.project-title-row>div>span:last-child{font-size:9px}.project-cover img{min-height:260px;max-height:640px;object-fit:cover}.project-story{display:block;padding:32px var(--gutter) 38px}.project-story>.section-label{display:block;margin-bottom:18px}.project-story>p{font-size:19px;line-height:1.4;letter-spacing:-.025em}.project-story>dl{margin-top:25px;font-size:10px;grid-template-columns:80px 1fr}.gallery{padding:0 var(--gutter) 45px;display:block}.gallery-item{margin-bottom:27px}.gallery-item figcaption{font-size:9px;margin-top:9px}.zoom-icon{right:9px;bottom:9px;padding:9px}.zoom-icon svg{height:15px;width:15px}.next-project{padding-top:25px;padding-bottom:40px}.next-project>a{margin-top:22px;gap:20px}.next-project h2{font-size:13vw}.next-project svg{width:10vw;height:10vw;flex-shrink:0}.lightbox{padding:12px 15px}.lightbox-navigation{gap:25px}.lightbox-navigation span{font-size:9px}.profile-header{display:block;padding:30px var(--gutter) 42px}.profile-header>.section-label{display:block;padding:0;margin-bottom:25px}.profile-header h1{font-size:24vw;line-height:.93;letter-spacing:-.065em}.profile-header>p{font-size:11px;line-height:1.5;margin-top:24px}.profile-body{display:flex;flex-direction:column;gap:40px;padding:0 var(--gutter) 60px}.profile-photo{position:static}.profile-photo>img{aspect-ratio:1.05}.profile-bio>h2{font-size:10vw;margin-bottom:26px}.profile-bio>p{font-size:14px;line-height:1.6;margin-bottom:18px}.disciplines{margin-top:35px}.disciplines summary{font-size:18px;padding:19px 0;gap:20px}.disciplines details>p{font-size:12px;padding-left:33px}.profile-tools>p{font-size:11px}.error-page{padding-top:50px}.error-page h1{font-size:16vw}}
.lightbox-full{margin-left:auto;margin-right:30px;display:inline-flex;align-items:center;min-height:44px;font-size:12px;text-decoration:underline;text-underline-offset:4px}
@media(max-width:700px){.lightbox-full{font-size:10px;margin-right:20px}}
html:not(.has-js) .showcase-controls,html:not(.has-js) .filters,html:not(.has-js) .view-switch,html:not(.has-js) .copy-email,html:not(.has-js) .zoom-icon{display:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.slide>img{transform:none!important}}
