:root{--bg:#fff;--fg:#292929;--muted:#999;--surface:#f7f7f7;--line:#ebebeb;--blue:#0000ee;--margin:32px;--gutter:16px;--ease-out:cubic-bezier(.16,1,.3,1);--ease:cubic-bezier(.83,0,.17,1)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--fg);font:400 14px/1.14 Arial,"Helvetica Neue",sans-serif;letter-spacing:-.02em;transition:background-color .4s var(--ease-out),color .4s var(--ease-out)}
a{color:inherit;text-decoration:none}button{padding:0;border:0;background:none;color:inherit;font:inherit;cursor:pointer}.skip{position:fixed;left:16px;top:16px;z-index:50;padding:8px;background:var(--fg);color:var(--bg);transform:translateY(-200%)}.skip:focus{transform:none}
.hero{padding:16px var(--margin) 20px}.monogram{height:126px;display:flex;align-items:flex-start;border-bottom:1px solid var(--line);font-size:clamp(76px,10.5vw,160px);line-height:.73;font-weight:500;letter-spacing:-.08em;white-space:nowrap}.hero-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gutter);padding-top:11px;font-size:12px;line-height:1}.hero-meta p{margin:0}.hero-meta nav,.controls{display:flex;flex-direction:column;align-items:flex-start}.hero-meta a:hover{color:var(--blue)}.controls button{display:grid;grid-template-columns:90px 1fr;gap:8px;color:var(--muted);text-align:left}.controls button.active{color:var(--fg)}.status{text-align:right}.status a{border-bottom:1px solid currentColor}
.projects{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px var(--gutter);padding:120px var(--margin) 100px}.project{display:block;opacity:0;transform:translateY(18px);transition:opacity .8s var(--ease-out) var(--delay),transform .8s var(--ease-out) var(--delay)}.project.visible{opacity:1;transform:none}.project-info{min-height:48px;padding:10px 0 8px;border-top:1px solid var(--line);display:flex;justify-content:space-between}.project-info span{display:flex;flex-direction:column}.project-info small,.project-info i{color:var(--muted);font-size:12px;font-style:normal;font-weight:400}.project figure{position:relative;margin:0;aspect-ratio:3/4;overflow:hidden;border-radius:6px;background:var(--surface);transition:background-color .4s var(--ease-out)}.project img{width:calc(100% + 12px);height:calc(100% + 12px);margin:-6px;display:block;object-fit:cover;transform:translate(var(--move-x,0),var(--move-y,0)) scale(1.001);transition:filter .3s var(--ease-out),transform .8s var(--ease)}.project video{width:100%;height:100%;display:block;object-fit:cover;transition:filter .3s var(--ease-out),transform .8s var(--ease)}.project figure b{position:absolute;left:8px;bottom:8px;padding:6px 8px;border-radius:100px;background:#fff;color:#292929;font-size:12px;font-weight:400;opacity:0;transform:translateY(8px);transition:opacity .18s var(--ease-out),transform .3s var(--ease-out)}.project:hover img,.project:focus-visible img{transform:translate(var(--move-x,0),var(--move-y,0)) scale(1.055)}.project:hover video,.project:focus-visible video{transform:scale(1.035)}.project:hover figure b,.project:focus-visible figure b{opacity:1;transform:none}.type-cover{padding:16px;display:flex;flex-direction:column;justify-content:space-between;background:#171717!important;color:#fff}.type-cover em,.type-cover i{font-size:12px;font-style:normal}.type-cover strong{font-size:clamp(38px,5vw,72px);font-weight:400;line-height:.8;letter-spacing:-.08em}.type-cover>i{align-self:flex-end;font-size:42px}
.project-upcoming figure{display:grid;place-items:center;border:1px solid var(--line);background:transparent}.project-upcoming figure>span{font-size:clamp(72px,9vw,136px);font-weight:200;line-height:1;color:var(--muted);transition:transform .5s var(--ease),color .3s var(--ease-out)}.project-upcoming figure>small{position:absolute;right:12px;bottom:12px;color:var(--muted);font-size:11px;letter-spacing:.08em}.project-upcoming:hover figure>span{transform:rotate(90deg);color:var(--fg)}
body.dark{--bg:#171717;--fg:#f7f7f7;--surface:#292929;--line:#414141;--muted:#999}body.mono .project img,body.mono .project video{filter:grayscale(1)}body.text .project figure{display:none}body.text .projects{display:block;padding-top:120px}.text .project{display:grid;grid-template-columns:1fr 3fr;border-top:1px solid var(--line)}.text .project-info{grid-column:2;min-height:74px;border:0;font-size:clamp(24px,3vw,44px);line-height:1}.text .project-info span{display:grid;grid-template-columns:1fr 1fr;gap:16px}.text .project-info small{font-size:14px;padding-top:3px}.text .project-info i{font-size:14px}
.about{margin:0 var(--margin);padding:120px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gutter);border-top:1px solid var(--line)}.about h1,.about p{margin:0;font-size:14px;font-weight:400}.about>p:nth-of-type(2){max-width:34ch}.about div{display:flex;flex-direction:column}.about a{width:max-content}.about a:hover{color:var(--blue)}.footer{margin:0 var(--margin);padding:16px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gutter);border-top:1px solid var(--line);font-size:12px}.footer a{text-align:right}
@media(max-width:950px){:root{--margin:16px}.projects{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:80px}.monogram{height:110px}.hero-meta{grid-template-columns:repeat(2,1fr);row-gap:20px}.status{text-align:left}.about,.footer{grid-template-columns:repeat(2,1fr);row-gap:32px}.footer a{text-align:left}}
@media(max-width:600px){.hero{padding-top:12px}.monogram{height:72px;font-size:clamp(48px,15.5vw,76px)}.hero-meta{font-size:13px}.projects{grid-template-columns:1fr;gap:32px;padding-top:64px}.project-info{min-height:44px}.project figure{aspect-ratio:4/5}.text .project-info{grid-column:1/-1}.text .project-info span{grid-template-columns:1fr}.text .project-info{font-size:26px}.about{padding:80px 0;grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.project{opacity:1;transform:none}}
