:root{--background:#000;--foreground:#fff;--muted:#a3a3a3;--image-width:142.25vh;--gallery-gap:5vw}*{box-sizing:border-box}html,body{overscroll-behavior:none;background:var(--background);width:100%;height:100%;margin:0;overflow:hidden}button,a{color:inherit;font:inherit}button{border:0}.portfolio{touch-action:none;width:100vw;height:100dvh;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(16px,1.587vw,24px);font-weight:600;line-height:normal;transition:background-color .5s cubic-bezier(.7,0,.25,1),color .5s cubic-bezier(.7,0,.25,1);position:relative;overflow:hidden}.portfolio.light{color:#000;background-color:#fff}.portfolio.dark{color:#fff;background-color:#000}.text-stage,.visual-stage,.project{position:absolute;inset:0}.text-stage{z-index:10;pointer-events:none;transition:opacity .26s}.visual-stage{z-index:20}.flying-copy{z-index:8;width:33.333vw;color:inherit;cursor:pointer;text-align:left;pointer-events:auto;will-change:transform, opacity;background:0 0;flex-direction:column;align-items:flex-start;padding:0;transition:transform .5s cubic-bezier(.7,0,.25,1),opacity .22s;display:flex;position:absolute;top:0;left:10vw}.flying-copy.current{opacity:1;transform:translateY(25vh)}.flying-copy.previous{opacity:1;transform:translateY(-.41em)}.flying-copy.next{opacity:1;transform:translateY(calc(100dvh - .8em))}.flying-copy.past{opacity:0;pointer-events:none;transform:translateY(-2em)}.flying-copy.future{opacity:0;pointer-events:none;transform:translateY(calc(100dvh + 1em))}.flying-copy.loop-preparing{transition:none}.flying-title,.flying-description{display:block}.flying-title{width:max-content;max-width:80vw;color:inherit;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;padding:0}.flying-description{width:100%;color:var(--muted);margin-top:.5em;transition:transform .5s cubic-bezier(.7,0,.25,1),opacity .18s}.contact-links{white-space:nowrap;gap:1.333em;margin-top:.5em;transition:transform .5s cubic-bezier(.7,0,.25,1),opacity .18s;display:flex}.flying-copy:not(.current) .flying-description,.flying-copy:not(.current) .contact-links{opacity:0;pointer-events:none}.flying-copy.previous .flying-description,.flying-copy.previous .contact-links,.flying-copy.past .flying-description,.flying-copy.past .contact-links{transform:translateY(-30vh)}.flying-copy.next .flying-description,.flying-copy.next .contact-links,.flying-copy.future .flying-description,.flying-copy.future .contact-links{transform:translateY(30vh)}.contact-links a{color:#dedede;text-underline-offset:.04em;text-decoration-thickness:.08em}.project{opacity:0;pointer-events:none;transition:opacity .26s;overflow:hidden}.project.current{opacity:1;pointer-events:auto}.gallery-open .gallery-track{z-index:6}.gallery-open{z-index:10}.gallery-open .gallery-track{transition:transform .5s cubic-bezier(.7,0,.25,1)}.gallery-open .gallery-track img.active{opacity:1}.gallery-open .gallery-track,.gallery-open .gallery-ear{pointer-events:auto}.gallery-open .gallery-ear{z-index:12}.gallery-open .gallery-track,.gallery-open .gallery-ear{position:absolute}.project:not(.current) .gallery-ear{display:none}.project,.gallery-track,.gallery-ear{color:inherit}.flying-copy{text-align:left}.gallery-track{z-index:2;gap:var(--gallery-gap);height:80vh;transform:translate3d(var(--gallery-shift), 0, 0);will-change:transform;transition:transform .5s cubic-bezier(.7,0,.25,1);display:flex;position:absolute;top:10vh;left:50vw}.gallery-track img{flex:0 0 var(--image-width);width:var(--image-width);object-fit:cover;opacity:.8;-webkit-user-select:none;user-select:none;border-radius:.333em;height:80vh;transition:opacity .32s;display:block}.gallery-ear{z-index:7;width:max(0px, calc((100vw - var(--image-width)) / 2));cursor:pointer;background:0 0;height:80vh;padding:0;position:absolute;top:10vh}.project-entry-ear{z-index:7;cursor:pointer;background:0 0;width:50vw;height:80vh;padding:0;position:absolute;top:10vh;right:0}.gallery-ear.left{left:0}.gallery-ear.right{right:0}@media (width<=760px){:root{--image-width:128vw;--gallery-gap:5vw}.portfolio{font-size:16px}.flying-copy{width:60vw;left:8vw}.gallery-track{left:50vw}.gallery-track img{object-fit:cover}.gallery-ear{width:10vw}}@media (prefers-reduced-motion:reduce){.portfolio,.flying-copy,.project,.gallery-track,.gallery-track img{transition-duration:1ms}}
