@font-face{font-family:Manrope;src:url('/assets/manrope-regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-extrabold.ttf') format('truetype');font-weight:700 900;font-display:swap}
@font-face{font-family:Plex;src:url('/assets/plex-mono.ttf') format('truetype');font-weight:400;font-display:swap}
:root{--bg:#0b0b0d;--surface:#141416;--ink:#f3f2ee;--muted:#a6a5a7;--line:#323235;--red:#ff543d;--pad:clamp(24px,4.6vw,88px);color-scheme:dark;font-family:Manrope,Arial,sans-serif;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--ink);overflow-x:clip}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--red);outline-offset:7px}::selection{background:var(--red);color:#0b0b0d}img{display:block;max-width:100%}.wrap{max-width:1800px;margin-inline:auto;padding-inline:var(--pad)}.mono{font-family:Plex,monospace;font-size:12px;letter-spacing:.065em;line-height:1.6}.red{color:var(--red)}.skip{position:fixed;top:8px;left:8px;padding:14px;background:var(--ink);color:var(--bg);z-index:20;transform:translateY(-150%)}.skip:focus{transform:none}
.site-header{height:118px;display:flex;align-items:center;justify-content:space-between;gap:32px}.wordmark{font-size:37px;line-height:1;font-weight:800;letter-spacing:-2.2px;display:flex;align-items:center;gap:13px}.brand-angle{font-size:26px;color:var(--red);font-family:Arial,sans-serif;font-weight:400}.header-caption{color:var(--muted);margin-right:auto;margin-left:36px}.site-header nav{display:flex;gap:36px;font-size:14px}.site-header nav a{padding-block:10px}.site-header nav a:hover{color:var(--red)}.site-header nav span{display:inline-block;margin-left:12px}
.hero{min-height:min(850px,calc(100svh - 118px));display:flex;flex-direction:column}.hero-topline{display:flex;justify-content:space-between;color:var(--muted);padding-top:20px;border-top:1px solid var(--line)}.hero-stage{position:relative;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;flex:1;min-height:580px}.hero-copy{position:relative;z-index:2;padding:40px 0 55px}.hero h1{font-size:clamp(70px,8.5vw,156px);font-weight:800;letter-spacing:-.078em;line-height:1.02;margin:0 0 34px;white-space:nowrap}.last-word{display:block;margin-left:8.8vw}.hero-description{color:#b9b8ba;font-size:clamp(16px,1.2vw,19px);line-height:1.75;margin:0 0 30px;letter-spacing:-.025em}.text-link{display:inline-flex;gap:48px;align-items:center;border-bottom:1px solid #666568;padding:0 0 11px;font-size:14px}.text-link span{font-size:22px;color:var(--red);transition:transform .25s}.text-link:hover span{transform:translate(3px,3px)}.hero-art{position:relative;display:grid;place-items:center;min-width:0;aspect-ratio:1;pointer-events:none;transform:translate3d(var(--art-x,0),var(--art-y,0),0);transition:transform .8s cubic-bezier(.2,.65,.3,1)}.angle-type{font-size:clamp(160px,32vw,520px);font-weight:800;line-height:1;letter-spacing:-.1em;color:transparent;-webkit-text-stroke:1px #4b4b50}.angle-type span{font-size:.35em;vertical-align:top}.hero-art img{width:120%;max-width:none;mix-blend-mode:screen;filter:contrast(1.03);mask-image:radial-gradient(ellipse at center,#000 40%,transparent 72%)}.hero-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:25px 0 27px;color:var(--muted);border-bottom:1px solid var(--line)}.hero-footer a{color:var(--ink)}.hero-footer a span{margin-left:18px}
.work{padding-top:120px;scroll-margin-top:32px}.section-label{display:flex;justify-content:space-between;gap:24px;color:var(--muted)}.section-label>span:first-child{color:var(--red)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin:35px 0 55px}.section-heading h2{font-size:clamp(36px,3.5vw,64px);letter-spacing:-.065em;line-height:1.15;margin:0;font-weight:800}.section-heading>p{color:var(--muted);font-size:16px;line-height:1.7;margin:0 0 4px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product{border:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;overflow:hidden;transition:border-color .25s,background .25s}.product:hover{border-color:#77767a;background:#171719}.product-top{display:flex;align-items:center;justify-content:space-between;color:var(--muted);padding:25px 30px 0}.external{font-family:Arial,sans-serif;font-size:26px;color:var(--ink);transition:transform .25s}.product:hover .external{transform:translate(3px,-3px)}.product-visual{height:350px;display:flex;align-items:center;justify-content:center;margin:0 25px;overflow:hidden}.product-visual img{width:310px;height:310px;object-fit:contain;transition:transform .65s cubic-bezier(.2,.65,.3,1)}.product:hover .product-visual img{transform:scale(1.045)}.originless .product-visual img{width:310px;mix-blend-mode:screen}.headwinds .product-visual img{border-radius:25%;width:248px;height:248px}.product-copy{padding:0 32px 35px;display:flex;flex-direction:column;flex:1}.product h3{font-size:36px;letter-spacing:-.065em;margin:0 0 13px;font-weight:800}.trademark{font-size:14px;vertical-align:super;margin-left:4px}.product h4{font-size:19px;font-weight:400;letter-spacing:-.035em;margin:0 0 14px}.product p{color:var(--muted);font-size:16px;line-height:1.75;max-width:450px;margin:0 0 28px}.product-link{margin-top:auto;padding-top:23px;border-top:1px solid var(--line);font-size:14px;display:flex;justify-content:space-between}.product-link span{color:var(--red);font-size:18px}
.perspective{padding-top:132px;padding-bottom:120px}.perspective .section-label{border-top:1px solid var(--line);padding-top:27px}.perspective-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:end;margin-top:65px}.perspective h2{font-size:clamp(48px,5.3vw,95px);line-height:1.08;letter-spacing:-.075em;margin:0;font-weight:800}.perspective h2 span{color:#78777b}.perspective-copy{max-width:425px;justify-self:end}.perspective-angle{font-family:Arial,sans-serif;color:var(--red);font-size:66px;line-height:1;display:block;margin-bottom:32px}.perspective-copy p{font-size:18px;line-height:1.7;color:#c1c0c3;margin:0 0 24px}.perspective-copy p:last-child{color:var(--ink);margin:0}.site-footer{background:var(--red);color:var(--bg);padding-top:22px}.footer-brand{font-size:clamp(100px,22vw,396px);letter-spacing:-.085em;font-weight:800;line-height:1.13;display:flex;justify-content:space-between;align-items:center}.footer-brand span{font-family:Arial,sans-serif;font-weight:400;font-size:.7em;line-height:1;padding-right:.04em;transition:transform .3s}.footer-brand:hover span{transform:translate(-5px,-5px)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #802b21;padding-block:23px}
@media(min-width:1800px){.last-word{margin-left:155px}}
@media(max-width:1000px){.header-caption{display:none}.hero-stage{min-height:530px}.hero h1{font-size:clamp(64px,9vw,95px)}.hero-art img{width:135%}.hero-index{display:none}.hero-footer>span:nth-child(2){display:none}.product-visual{height:290px}.product-visual img,.originless .product-visual img{width:250px;height:250px}.headwinds .product-visual img{width:205px;height:205px}.perspective-layout{gap:40px}.section-heading>p{display:none}.product-top,.product-copy{padding-inline:24px}}
@media(max-width:650px){.site-header{height:92px;gap:16px}.wordmark{font-size:31px}.site-header nav{gap:22px;font-size:13px}.site-header nav a:last-child{display:none}.brand-angle{font-size:22px}.hero{min-height:0}.hero-topline{font-size:10px;padding-top:18px;letter-spacing:.04em}.hero-stage{grid-template-columns:1fr;min-height:0}.hero-copy{padding:45px 0 0}.hero h1{font-size:clamp(61px,13.2vw,88px);letter-spacing:-.077em;line-height:1.04;margin-bottom:24px}.last-word{margin-left:18vw}.hero-description{font-size:16px;line-height:1.65;margin-bottom:24px}.text-link{font-size:14px;gap:38px}.hero-art{width:100%;height:330px;aspect-ratio:auto;margin-top:-5px;z-index:-0}.hero-art img{width:100%;max-height:400px;object-fit:contain}.angle-type{font-size:270px}.hero-footer{font-size:10px;padding-block:18px;gap:12px}.hero-footer a span{margin-left:8px}.work{padding-top:78px}.section-label{font-size:11px}.section-label>span:nth-child(2){display:none}.section-heading{margin-top:26px;margin-bottom:32px}.section-heading h2{font-size:35px;line-height:1.17;letter-spacing:-.06em}.product-grid{grid-template-columns:1fr;gap:22px}.product-top{padding:22px 23px 0}.product-visual{height:292px}.product-visual img,.originless .product-visual img{width:265px;height:265px}.headwinds .product-visual img{width:215px;height:215px}.product h3{font-size:32px}.product-copy{padding:0 23px 28px}.product p{font-size:16px}.perspective{padding-top:78px;padding-bottom:70px}.perspective-layout{grid-template-columns:1fr;gap:40px;margin-top:37px}.perspective h2{font-size:52px;line-height:1.12}.perspective-copy{justify-self:start;max-width:400px}.perspective-angle{font-size:44px;margin-bottom:22px}.perspective-copy p{font-size:17px}.site-footer{padding-top:18px}.footer-brand{font-size:23vw;line-height:1.3}.footer-bottom{font-size:10px;gap:12px;flex-wrap:wrap;padding-block:20px}.footer-bottom>span:nth-child(2){display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.hero-art{transform:none!important}}
/* Keep the sculpture independent of its source image's intrinsic dimensions. */
img{height:auto}
.hero-art{height:clamp(420px,42vw,680px);aspect-ratio:auto}
.hero-art img{position:absolute;inset:-10%;width:120%;height:120%;object-fit:contain}
.hero h1{letter-spacing:-.067em}
@media(max-width:650px){.hero-art{height:330px}.hero-art img{inset:0;width:100%;height:100%}.hero-topline,.hero-footer,.section-label,.footer-bottom{font-size:12px}.hero-footer{flex-wrap:wrap}.hero-topline{letter-spacing:0}.hero h1{font-size:clamp(48px,15.6vw,88px);letter-spacing:-.06em}}
.location-line{display:flex;flex-wrap:wrap;gap:0 14px}.location-line>span{white-space:nowrap}.location-line>span+span::before{content:'/';margin-right:14px;color:#66656a}
.hero-art{transform:none;transition:none;perspective:1200px;overflow:clip}
.sculpture{position:absolute;inset:0;transform:translate3d(var(--art-x,0),var(--art-y,0),0) rotateX(var(--art-tilt-x,0deg)) rotateY(var(--art-tilt-y,0deg));transition:transform .9s cubic-bezier(.2,.65,.3,1)}
.sculpture img{animation:sculpture-arrive 2.6s cubic-bezier(.18,.7,.25,1) both}
.angle-note{position:absolute;right:1%;top:36%;transform:rotate(-45deg);transform-origin:right center;white-space:nowrap;color:#b5b3b8;font-size:13px;letter-spacing:.09em}
@keyframes sculpture-arrive{from{opacity:0;transform:translate3d(22px,16px,0) rotate(-7deg) scale(.94)}to{opacity:1;transform:translate3d(0,0,0) rotate(0deg) scale(1)}}
@media(max-width:1000px){.footer-bottom{flex-wrap:wrap}.footer-location{font-size:12px;letter-spacing:0}}
@media(max-width:650px){.location-line{display:block}.location-line>span{display:block}.location-line>span+span{margin-top:4px}.location-line>span+span::before{content:'/';margin-right:8px}.angle-note{right:14px;top:34%;font-size:12px;letter-spacing:.04em}.footer-bottom>.footer-location{display:block;order:3;flex-basis:100%;max-width:300px}.footer-bottom>a{margin-left:auto}}
@media(prefers-reduced-motion:reduce){.sculpture{transform:none!important;transition:none!important}.sculpture img{animation:none!important;opacity:1}}
.inspect-trigger{pointer-events:auto;border:0;border-bottom:1px solid #535156;background:none;font-family:Plex,monospace;min-height:44px;padding:8px 4px;cursor:zoom-in;transition:color .2s,border-color .2s}.inspect-trigger:hover{color:var(--ink);border-color:var(--red)}.inspect-trigger span{color:var(--red);margin-left:10px}.inspect-trigger[hidden]{display:none}
.image-study{width:min(1120px,calc(100% - 48px));max-width:none;max-height:calc(100dvh - 48px);padding:24px 28px 22px;border:1px solid #434146;background:#0f0f12;color:var(--ink);overflow:auto;overscroll-behavior:contain;box-shadow:0 24px 100px #0008}.image-study::backdrop{background:#08090bef;backdrop-filter:blur(8px)}
.study-header{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted)}.study-close{font:inherit;font-size:14px;color:var(--ink);border:0;background:transparent;cursor:pointer;min-height:44px;padding:8px 0 8px 16px;display:flex;align-items:center;gap:18px}.study-close span{font-size:28px;line-height:1}.study-close:hover{color:var(--red)}
.study-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:12px 0 23px}.study-heading h2{font-size:40px;letter-spacing:-.06em;line-height:1.15;margin:0;font-weight:800}.study-heading p{font-size:14px;color:var(--muted);margin:0 0 4px}
.study-screen{position:relative;width:100%;aspect-ratio:3/2;max-height:58dvh;background:#070809;overflow:hidden;border:1px solid #3a393b}.study-image{width:100%;height:100%;object-fit:cover;transform-origin:0 0;transform:translate(0,0) scale(1);transition:transform 800ms steps(5,end);opacity:0}.study-screen[data-ready=true] .study-image{opacity:1}.study-frame-label{position:absolute;top:18px;left:18px;color:#edede8;font-size:12px;text-shadow:0 1px 4px #000}.study-reticle{position:absolute;left:56%;top:25%;width:24%;height:36%;border:1px solid #e6e3d496;outline:4px solid #0002;pointer-events:none;opacity:0;transition:opacity .15s}.study-screen[data-ready=true][data-view="0"] .study-reticle{opacity:1}.study-loading{position:absolute;inset:0;display:grid;place-items:center;font-size:16px;color:var(--muted);padding:20px;text-align:center}.study-loading[hidden]{display:none}
.study-readout{margin-top:18px;color:#bbb9bd;font-size:12px;min-height:20px}.study-controls{display:flex;gap:12px;margin-top:14px}.study-controls button{flex:1;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:49px;border:1px solid #4b484e;background:#19181c;color:var(--ink);padding:13px 18px;font:inherit;font-size:14px;cursor:pointer;transition:background .2s,border-color .2s}.study-controls button:not(:disabled):hover{background:#29262b;border-color:#9c969f}.study-controls button:disabled{color:#6f6d72;border-color:#2f2d32;cursor:default}.study-controls button:not(:disabled) span{color:var(--red);font-size:18px}.study-footnote{font-size:13px;color:#939096;line-height:1.6;margin:19px 0 0}
@media(max-width:650px){.inspect-trigger{right:20px}.image-study{width:calc(100% - 24px);max-height:calc(100dvh - 24px);padding:16px}.study-header .mono{font-size:11px;letter-spacing:.015em}.study-heading{display:block;margin-top:14px}.study-heading h2{font-size:32px;margin-bottom:10px}.study-heading p{font-size:14px}.study-screen{aspect-ratio:3/2;max-height:none}.study-frame-label{top:10px;left:10px;font-size:10px}.study-readout{font-size:11px}.study-controls{gap:7px;flex-wrap:wrap}.study-controls button{flex:1 1 42%;padding:12px;font-size:14px;gap:8px}.study-controls button:last-child{flex-basis:100%}.study-footnote{font-size:12px}}
@media(prefers-reduced-motion:reduce){.study-image{transition:none!important}}
.image-study{width:min(1120px,calc(100% - 48px),max(480px,calc(150dvh - 420px)))}
.study-screen{max-height:none}
.study-reticle{left:53.2%;top:18.8%;width:22.6%;height:33.2%}
@media(max-width:650px){.image-study{width:calc(100% - 24px)}.study-header .mono,.study-frame-label,.study-readout{font-size:12px}}
.hero-topline{flex-wrap:wrap;gap:18px 24px}.hero-index{display:block;white-space:nowrap}
.hero-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hero-footer>a{text-align:right}.hero-footer>a span{margin-left:8px}
.hero-next{display:inline-flex;align-items:center;gap:12px;min-height:44px}.hero-next span{color:var(--red);font-size:22px;line-height:1;transition:transform .25s}.hero-next:hover span{transform:translate(3px,3px)}.hero-next:hover{text-decoration:underline;text-underline-offset:5px}
/* The room and mirror rim travel together during Enhance, then remain still.
   Six authored camera views share one 3 × 2 atlas, clipped inside the mirror.
   Aperture coordinates refer to the 1536 × 1024 source: (832,209), 322 × 314. */
.study-scene{position:absolute;inset:0;transform-origin:0 0;transform:translate(0,0) scale(1);transition:transform 800ms steps(5,end);opacity:0}
.study-screen[data-ready=true] .study-scene{opacity:1}
.study-scene>.study-image{position:absolute;inset:0;transform:none;transition:none;opacity:1}
.study-mirror{position:absolute;left:54.166667%;top:20.410156%;width:20.963542%;height:30.664063%;clip-path:ellipse(50% 50%);overflow:hidden;pointer-events:none;visibility:hidden;transform:scaleX(-1)}
.study-screen[data-reflection-ready=true] .study-mirror{visibility:visible}
.study-reveal{position:absolute;max-width:none;left:0;top:0;width:391.836735%;height:261.22449%;transform:translate(-5.208333%,-5.859375%);transition:none}
.study-controls button[hidden]{display:none}
body[data-surface=track]{min-height:100dvh;background:#08090b;display:grid;place-items:center;padding:24px 0}
body[data-surface=track] .image-study{display:block;margin:0 auto;max-height:none;overflow:visible}
.study-heading h1{font-size:40px;letter-spacing:-.06em;line-height:1.15;margin:0;font-weight:800}
@media(max-width:650px){body[data-surface=track]{padding:12px 0}.study-heading h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){.study-scene{transition:none!important}}
/* Home is the entry point between two ordinary, native-scroll sections. */
:root{--header-height:118px}html{scroll-padding-top:var(--header-height)}html.enter-at-home body{visibility:hidden}
.site-header{position:sticky;top:0;z-index:10;height:var(--header-height);background:var(--bg)}
.hero,.perspective{scroll-margin-top:0}.hero:focus,.perspective:focus,.work:focus{outline:none}
.perspective{min-height:calc(100svh - var(--header-height));display:flex;flex-direction:column;justify-content:center;padding-top:60px;padding-bottom:34px}
.perspective .section-label{border-top:0;padding-top:0}.perspective-layout{margin-top:clamp(36px,6vh,70px)}
.perspective-return{display:flex;justify-content:flex-end;margin-top:clamp(44px,8vh,100px);padding-bottom:24px;border-bottom:1px solid var(--line)}
.perspective-return a{display:inline-flex;align-items:center;gap:20px;min-height:44px}.perspective-return span,.hero-index span{color:var(--red)}.perspective-return a:hover,.hero-index:hover{color:var(--ink)}
.hero-index{padding-block:4px}.hero-index span{margin-left:10px}.work{padding-bottom:120px}
@media(max-width:650px){:root{--header-height:116px}.site-header{display:grid;grid-template-columns:1fr;gap:0;padding-top:14px;padding-bottom:10px}.site-header nav{justify-content:space-between;gap:20px;font-size:14px}.site-header nav a:last-child{display:inline-flex}.site-header nav span{margin-left:8px}.perspective{padding-top:34px;padding-bottom:24px}.perspective-layout{gap:32px}.perspective-return{margin-top:32px;padding-bottom:14px}.work{padding-bottom:70px}}
