@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600&display=swap";:root{--paper:#fff;--ink:#111;--line:#e0e0de}*{box-sizing:border-box}html,body,#root{background:var(--paper);min-height:100%;color:var(--ink);margin:0;font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.nav{z-index:10;justify-content:space-between;align-items:center;height:64px;padding:0 max(28px,50vw - 820px);font:11px DM Mono,monospace;display:flex;position:relative}.nav nav{gap:27px;display:flex}.nav a{transition:opacity .2s}.nav a:hover{opacity:.4}.home{font-size:12px}.home-page{color:#fff;background:#111;height:calc(100svh - 64px);min-height:600px;position:relative;overflow:hidden}.home-page video{object-fit:cover;filter:grayscale()contrast(1.05);width:100%;height:100%;position:absolute;inset:0}.home-wash{background:#00000021;position:absolute;inset:0}.home-mark{object-fit:contain;filter:brightness(0)invert();mix-blend-mode:screen;width:min(55vw,700px);max-height:58vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-credit,.home-enter{font:10px/1.6 DM Mono,monospace;position:absolute;bottom:28px}.home-credit{left:max(28px,50vw - 820px)}.home-enter{right:max(28px,50vw - 820px)}.home-enter span{margin-left:15px;font-size:20px}.page{max-width:1700px;margin:auto;padding:70px 30px 130px}.page-top{border-top:1px solid var(--ink);text-transform:uppercase;justify-content:space-between;padding-top:11px;font:10px DM Mono;display:flex}.year-section{grid-template-columns:20% 1fr;margin-top:130px;display:grid}.year-section h1{margin:0;font:400 clamp(50px,6vw,100px)/.8 Instrument Serif,Georgia,serif}.works-grid{columns:4;column-gap:16px}.work{break-inside:avoid;text-align:left;cursor:pointer;background:0 0;border:0;width:100%;margin:0 0 35px;padding:0;font:10px DM Mono}.work img{object-fit:cover;filter:saturate(.8);width:100%;max-height:520px;transition:filter .35s,transform .5s;display:block}.work:hover img{filter:saturate();transform:scale(.985)}.work span{text-transform:none;padding-top:8px;display:block}.overlay{z-index:30;background:#fffffff5;padding:30px;position:fixed;inset:0;overflow:auto}.work-view{width:min(1100px,100%);margin:0 auto;position:relative}.work-view>button{color:#fff;cursor:pointer;background:#111;border:0;padding:10px 14px;font:10px DM Mono;position:fixed;top:20px;right:30px}.work-view img{object-fit:contain;background:#eee;width:100%;max-height:75vh}.work-view div{align-items:baseline;gap:45px;font-size:12px;display:flex}.work-view h2{margin:25px 0;font:400 clamp(32px,5vw,70px) Instrument Serif}.text-page{grid-template-columns:1fr 2fr;gap:8%;min-height:calc(100vh - 64px);padding-top:80px;display:grid}.text-heading{align-self:start;position:sticky;top:35px}.text-heading>p,.label{text-transform:uppercase;font:10px DM Mono}.text-heading h1,.statement-page h1{letter-spacing:-.06em;margin:35px 0 120px;font:400 clamp(62px,7vw,120px)/.8 Instrument Serif}.text-heading h1 i,.statement-page h1 i{font-weight:400}.text-heading span{font-size:12px;line-height:1.7}.cv-list{border-top:1px solid var(--ink)}.cv-list section{border-bottom:1px solid var(--line);padding:25px 0 34px}.cv-list h2{margin:0 0 28px;font-size:12px}.cv-list p{grid-template-columns:145px 1fr;gap:20px;margin:10px 0;font-size:13px;line-height:1.5;display:grid}.cv-list p span{padding-top:2px;font:10px DM Mono}.statement-page{grid-template-columns:1fr 1.45fr;gap:10%;padding-top:72px;display:grid}.statement-photo{align-self:start;position:sticky;top:36px}.statement-photo img{object-fit:cover;filter:grayscale();width:100%;height:calc(100vh - 120px);min-height:550px}.statement-page article{max-width:625px}.statement-page h1{margin:42px 0 110px}.statement-page article>p:not(.label){margin:0 0 25px;font-size:15px;line-height:1.75}.graphic-project{padding:140px 0 0}.graphic-project header{align-items:baseline;gap:50px;margin-bottom:30px;display:flex}.graphic-project header span{font:10px DM Mono}.graphic-project h1{letter-spacing:-.05em;margin:0;font:400 clamp(38px,4.5vw,78px)/.9 Instrument Serif}.graphic-project>div{grid-template-columns:repeat(12,1fr);gap:16px;display:grid}.graphic-project img{object-fit:cover;grid-column:span 4;width:100%;max-height:600px}.graphic-project img:nth-child(3n+2){grid-column:span 5}.graphic-project img:nth-child(3n){grid-column:span 3}.contact{color:#eee;background:#111;flex-direction:column;justify-content:space-between;min-height:calc(100svh - 64px);padding:35px max(28px,50vw - 820px);display:flex}.contact>p{margin:0;font:10px DM Mono}.contact>a{letter-spacing:-.06em;border-bottom:1px solid #777;width:max-content;padding-bottom:12px;font:clamp(38px,7vw,120px)/1 Instrument Serif}.contact footer{color:#999;border-top:1px solid #555;justify-content:space-between;padding-top:14px;font:10px DM Mono;display:flex}@media (width<=700px){.nav{height:auto;padding:18px;display:block}.nav nav{flex-wrap:wrap;gap:14px;margin-top:16px;font-size:9px}.page{padding:50px 18px 80px}.year-section{margin-top:78px;display:block}.year-section h1{margin-bottom:35px}.works-grid{columns:2;column-gap:10px}.work{margin-bottom:22px}.work img{max-height:360px}.text-page,.statement-page{display:block}.text-heading h1,.statement-page h1{margin:30px 0 70px}.cv-list{margin-top:70px}.cv-list p{grid-template-columns:90px 1fr;font-size:12px}.statement-photo{position:relative;top:auto}.statement-photo img{height:55vh;min-height:0;margin-bottom:60px}.statement-page article>p:not(.label){font-size:14px}.graphic-project{padding-top:75px}.graphic-project header{gap:18px}.graphic-project>div{gap:8px}.graphic-project img,.graphic-project img:nth-child(3n+2),.graphic-project img:nth-child(3n){grid-column:span 6}.contact{min-height:70svh;padding:28px 18px}.contact footer{flex-wrap:wrap;gap:18px}.home-mark{width:70vw}.home-credit,.home-enter{bottom:20px}.home-credit{left:18px}.home-enter,.work-view>button{right:18px}.overlay{padding:18px}}html,body,#root,button,input,textarea,h1,h2,h3,h4,h5,h6,p,span,em,i,b,strong,blockquote,dt,dd{font-style:normal;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:400!important}.nav,.home-credit,.home-enter,.page-top,.work,.work-view>button,.text-heading>p,.label,.cv-list p span,.graphic-project header span,.contact>p,.contact footer{letter-spacing:.015em;font-weight:400;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}.nav{font-size:13px}.nav nav{gap:32px}.page-top,.work,.home-credit,.home-enter,.work span{font-size:12px}.cv-list h2,.cv-list p{font-size:15px}.cv-list p span{font-size:12px}.statement-page article>p:not(.label){font-size:17px}.home-mark{filter:none;mix-blend-mode:normal}.statement-photo{justify-self:start;width:72%}.statement-photo img{height:min(57vh,590px);min-height:0}.page-transition{animation:.5s cubic-bezier(.2,.8,.2,1) both pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}::view-transition-old(root){animation:.28s both pageOut}::view-transition-new(root){animation:.48s both pageIn}@keyframes pageOut{to{opacity:0;transform:translateY(-7px)}}.graphic-project h1 small{letter-spacing:-.02em;vertical-align:top;margin-left:.2em;font-size:.38em}.graphic-project>div{grid-template-columns:repeat(4,1fr);gap:22px}.graphic-project img,.graphic-project img:nth-child(3n+2),.graphic-project img:nth-child(3n){aspect-ratio:4/5;object-fit:contain;background:#f5f5f3;grid-column:span 1;width:100%;height:auto;padding:12px}.nav-floating{-webkit-backdrop-filter:blur(16px)saturate(135%);background:#ffffffad;border:1px solid #1414141a;border-radius:3px;width:min(100% - 36px,1640px);height:52px;padding:0 18px;animation:.3s both navFloat;position:fixed;top:12px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #0000000d}.nav-floating+main{padding-top:116px}@keyframes navFloat{0%{opacity:0;transform:translate(-50%,-9px)}to{opacity:1;transform:translate(-50%)}}@media (width<=700px){.graphic-project>div{grid-template-columns:repeat(2,1fr);gap:10px}.graphic-project img,.graphic-project img:nth-child(3n+2),.graphic-project img:nth-child(3n){grid-column:span 1;padding:6px}.nav-floating{width:calc(100% - 20px);height:auto;padding:12px 14px;top:8px}.nav-floating+main{padding-top:145px}.statement-photo{width:58%}.statement-photo img{height:44vh}}@media (pointer:fine){html,body,body a,body button{cursor:none}.art-cursor{z-index:100;pointer-events:none;mix-blend-mode:difference;width:34px;height:34px;transition:width .2s,height .2s;position:fixed;top:-17px;left:-17px}.art-cursor span{background:#fff;width:1px;height:34px;position:absolute;top:0;left:16px}.art-cursor i{background:#fff;width:34px;height:1px;position:absolute;top:16px;left:0}.art-cursor b{border:1px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:13px;left:13px}.cursor-burst{z-index:99;pointer-events:none;border:1px solid #111;border-radius:50%;width:12px;height:12px;animation:.6s cubic-bezier(.15,.75,.3,1) forwards cursorBurst;position:fixed;transform:translate(-50%,-50%)}@keyframes cursorBurst{0%{opacity:.9;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(7)}}}.velocity{color:#111;background:#fff;border-top:1px solid #111;border-bottom:1px solid #111;padding:11px 0 12px;overflow:hidden}.velocity-line{line-height:.85;overflow:hidden}.velocity-track{white-space:nowrap;letter-spacing:-.055em;width:max-content;font:400 clamp(28px,4vw,66px)/.85 Helvetica Neue,Helvetica,Arial,sans-serif;display:flex}.velocity-track span{flex:none}
