:root{--bg:#0a0a0a;--fg:#f2f0ea;--fg-dim:#f2f0ea9e;--fg-faint:#f2f0ea61;--border:#f2f0ea29;--overlay:#00000073;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--font-display:var(--font-mono);--font-serif:var(--font-mono);--phantom-red:#ff5c5c;--nav-pad:clamp(20px, 4vw, 48px);--ease:cubic-bezier(.22, 1, .36, 1);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--fg);font-family:var(--font-serif);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-weight:400}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img,video{max-width:100%;display:block}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}.label{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase}.eyebrow{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim);font-size:.75rem}.bio-text{font-family:var(--font-serif);color:var(--fg-dim);font-style:italic;font-weight:400;line-height:1.7}.hover-underline{position:relative}.hover-underline:after{content:"";transform-origin:0;width:100%;height:1px;transition:transform .35s var(--ease);background:currentColor;position:absolute;bottom:-.2em;left:0;transform:scaleX(0)}.hover-underline:hover:after,.hover-underline:focus-visible:after{transform:scaleX(1)}.page{min-height:100vh;padding:calc(var(--nav-pad) * 2 + 40px) var(--nav-pad) var(--nav-pad)}::selection{background:var(--fg);color:var(--bg)}.nav{z-index:100;padding:var(--nav-pad);flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:.5rem;display:flex;position:fixed;top:0;left:0;right:0}.nav__scrim{pointer-events:none;z-index:-1;background:linear-gradient(#0000008c,#0000);height:140px;position:absolute;inset:0}.nav__name{letter-spacing:.1em;text-shadow:0 1px 8px #0009;white-space:nowrap;font-size:.95rem}.nav__links{flex-wrap:wrap;align-items:center;gap:1.4rem;display:flex}.nav__link{letter-spacing:.1em;color:var(--fg-dim);text-shadow:0 1px 8px #0009;transition:color .25s var(--ease);align-items:center;gap:.4em;font-size:.85rem;display:inline-flex}.nav__slash{opacity:.5}.nav__link:hover,.nav__link--active{color:var(--fg)}@media (width<=560px){.nav{justify-content:flex-start;column-gap:1rem}.nav__name--home{display:none}.nav__links{gap:.9rem}.nav__link{font-size:.7rem}}.custom-cursor{opacity:0;pointer-events:none;z-index:9999;mix-blend-mode:difference;width:34px;height:34px;transition:opacity .2s var(--ease), width .2s var(--ease), height .2s var(--ease);display:none;position:fixed;top:0;left:0}body.has-custom-cursor .custom-cursor{display:block}.custom-cursor.is-ready{opacity:1}.custom-cursor.is-hidden{opacity:0}.custom-cursor.is-pressed{width:28px;height:28px}.custom-cursor__corner{border:1.5px solid var(--fg);width:9px;height:9px;transition:transform .2s var(--ease);position:absolute}.custom-cursor__corner--tl{border-bottom:none;border-right:none;top:0;left:0}.custom-cursor__corner--tr{border-bottom:none;border-left:none;top:0;right:0}.custom-cursor__corner--bl{border-top:none;border-right:none;bottom:0;left:0}.custom-cursor__corner--br{border-top:none;border-left:none;bottom:0;right:0}.custom-cursor__dot{background:var(--fg);width:3px;height:3px;transition:transform .2s var(--ease), opacity .2s var(--ease);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-cursor.is-active .custom-cursor__corner--tl{transform:translate(6px,6px)}.custom-cursor.is-active .custom-cursor__corner--tr{transform:translate(-6px,6px)}.custom-cursor.is-active .custom-cursor__corner--bl{transform:translate(6px,-6px)}.custom-cursor.is-active .custom-cursor__corner--br{transform:translate(-6px,-6px)}.custom-cursor.is-active .custom-cursor__dot{opacity:0;transform:translate(-50%,-50%)scale(0)}body.has-custom-cursor,body.has-custom-cursor *{cursor:none!important}.reel{z-index:-2;background:var(--bg);position:fixed;inset:0;overflow:hidden}.reel__fallback{background:radial-gradient(at 50% 20%,#3c3a3480,#0000 60%),linear-gradient(#1a1a17 0%,#0a0a0a 70%);position:absolute;inset:0}.reel__media{object-fit:cover;width:100%;height:100%;transition:opacity 1.2s var(--ease);position:absolute;inset:0}.reel__scrim{background:linear-gradient(#0000008c 0%,#00000026 30%,#00000040 70%,#000000a6 100%);position:absolute;inset:0}.reveal{transition:transform .75s var(--ease), opacity .55s var(--ease)}.reveal--enter{opacity:0;transform:translateY(64px)scale(.96)}.reveal--idle{opacity:1;transform:translateY(0)scale(1)}.reveal--leave{opacity:0;transition-duration:.4s;transform:translateY(-48px)scale(.97)}@media (prefers-reduced-motion:reduce){.reveal{transition:opacity .3s linear}.reveal--enter,.reveal--leave{transform:none}}.project-list-wrap{position:relative}.project-list__item{border-top:1px solid var(--border)}.project-list__item:last-child{border-bottom:1px solid var(--border)}.project-list__link{transition:opacity .25s var(--ease);align-items:baseline;gap:.9rem;padding:.55em 0;display:flex}.project-list-wrap:hover .project-list__link{opacity:.45}.project-list-wrap:hover .project-list__link:hover{opacity:1}.project-list__title{font-family:var(--font-display);letter-spacing:.03em;text-transform:uppercase;text-shadow:0 0 #f2f0ea00;transition:text-shadow .3s var(--ease);font-size:clamp(1.3rem,3.4vw,2.35rem);line-height:1.05}.project-list__link:hover .project-list__title{text-shadow:0 0 14px #f2f0ea8c,0 0 34px #f2f0ea4d}.project-list__year{flex-shrink:0}@media (width<=640px){.project-list__link{padding:.7em 0}}.terminal-name__phantom{color:var(--phantom-red)}.terminal-name__cursor{animation:1s step-end infinite terminal-cursor-blink;display:inline-block}@keyframes terminal-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.terminal-name__cursor{animation:none}}.home{min-height:100vh;position:relative}.home__content{z-index:1;min-height:100vh;padding:calc(var(--nav-pad) * 3) var(--nav-pad) var(--nav-pad);flex-direction:column;justify-content:space-between;gap:clamp(2.5rem,8vh,5rem);display:flex;position:relative}.home__intro{max-width:620px}.home__name{font-family:var(--font-mono);letter-spacing:-.01em;text-shadow:0 2px 24px #00000080;white-space:pre-wrap;overflow-wrap:anywhere;font-size:clamp(1.9rem,5.5vw,3.6rem);font-weight:600;line-height:1.15}.home__tagline{text-shadow:0 1px 12px #00000080;margin-top:1.1rem;font-size:clamp(.72rem,2.6vw,1.15rem);line-height:1.6}.home__tagline-roles{white-space:nowrap}.home__list{align-self:stretch;max-width:640px}@media (width<=640px){.home__content{padding-top:calc(var(--nav-pad) * 4)}}.laurels{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.laurels__row{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.laurels__badge{opacity:.88;width:auto;height:84px;transition:opacity .25s var(--ease), transform .25s var(--ease)}.laurels__badge:hover{opacity:1;transform:translateY(-2px)}@media (width<=480px){.laurels__row{gap:1.2rem}.laurels__badge{height:60px}}.about__grid{grid-template-columns:minmax(200px,320px) 1fr;gap:clamp(2.5rem,6vw,5rem);max-width:980px;margin:0 auto;display:grid}.about__laurels{max-width:980px;margin:0 auto}.about__photo{aspect-ratio:4/5;border:1px solid var(--border);background:#f2f0ea0f;overflow:hidden}.about__photo img{object-fit:cover;width:100%;height:100%}.about__photo-fallback{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.about__heading{color:var(--fg-dim);margin-bottom:1.8rem;font-size:1.1rem}.about__paragraph{max-width:46ch;font-size:clamp(1.15rem,2.2vw,1.5rem)}.about__paragraph+.about__paragraph{margin-top:1.2rem}.about__kit{margin-top:2rem}.about__contact{flex-direction:column;align-items:flex-start;gap:.9rem;margin-top:3rem;display:flex}.about__email{font-size:1.1rem}.about__socials{gap:1.2rem;display:flex}@media (width<=720px){.about__grid{grid-template-columns:1fr}.about__photo{max-width:240px}}.archive{max-width:900px;margin:0 auto}.archive__heading{color:var(--fg-dim);margin-bottom:2.5rem;font-size:1.1rem}.tilt-photo{break-inside:avoid;margin-bottom:var(--gallery-gap,1.2rem);cursor:zoom-in;overflow:visible}.tilt-photo__img{will-change:transform;width:100%;transition:transform .4s var(--ease);display:block;box-shadow:0 0 #0000}.tilt-photo__img[data-active=true]{transition:transform 80ms linear;box-shadow:0 30px 60px -20px #000000b3}.lightbox{z-index:200;animation:lightbox-in .25s var(--ease);background:#000000f0;justify-content:center;align-items:center;padding:6vh 7vw;display:flex;position:fixed;inset:0}@keyframes lightbox-in{0%{opacity:0}to{opacity:1}}.lightbox__stage{cursor:zoom-in;width:100%;height:100%;transition:transform .2s var(--ease);grid-template-rows:1fr;grid-template-columns:1fr;display:grid;position:relative}.lightbox__stage.is-zoomed{cursor:grab}.lightbox__stage.is-dragging{cursor:grabbing;transition:none}.lightbox__img{object-fit:contain;filter:drop-shadow(0 30px 60px #000000b3);width:100%;min-width:0;height:100%;min-height:0;cursor:inherit;grid-area:1/1}.lightbox__img--full{animation:lightbox-sharpen .35s var(--ease)}@keyframes lightbox-sharpen{0%{opacity:0}to{opacity:1}}.lightbox__loader{border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-dim);white-space:nowrap;background:#0a0a0ab8;align-items:center;gap:.7rem;padding:.5rem .9rem;font-size:.68rem;display:flex;position:absolute;bottom:max(18px,3vh);left:50%;transform:translate(-50%)}.lightbox__loader-pct{color:var(--fg);font-variant-numeric:tabular-nums}.lightbox__loader-track{background:#f2f0ea33;width:74px;height:2px;display:block;overflow:hidden}.lightbox__loader-bar{background:var(--fg);height:100%;transition:width .2s linear;display:block}.lightbox__close{color:var(--fg);opacity:.75;transition:opacity .2s var(--ease);font-size:2.2rem;line-height:1;position:absolute;top:24px;right:28px}.lightbox__close:hover{opacity:1}.lightbox__nav{z-index:1;color:var(--fg);opacity:.6;transition:opacity .2s var(--ease);padding:.5rem 1rem;font-size:3rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__nav:hover{opacity:1}.lightbox__nav--prev{left:8px}.lightbox__nav--next{right:8px}@media (width<=640px){.lightbox{padding:8vh 4vw 13vh}.lightbox__nav{padding:.4rem .7rem;font-size:2rem;top:auto;bottom:2.5vh;transform:none}.lightbox__nav--prev{left:50%;right:auto;transform:translate(calc(-100% - 10px))}.lightbox__nav--next{left:auto;right:50%;transform:translate(calc(100% + 10px))}.lightbox__close{font-size:1.8rem;top:14px;right:18px}.lightbox__loader{gap:.5rem;padding:.45rem .7rem;font-size:.6rem;bottom:calc(2.5vh + 58px)}.lightbox__loader-track{width:52px}}.gallery{max-width:1400px;margin:0 auto}.gallery__heading{color:var(--fg-dim);margin-bottom:2.5rem;font-size:1.1rem}.gallery__grid{--gallery-gap:1.4rem;align-items:flex-start;gap:var(--gallery-gap);display:flex}.gallery__column{flex:1 1 0;min-width:0}.gallery__reveal{break-inside:avoid}@media (width<=560px){.gallery__grid{--gallery-gap:.7rem}}.contact{flex-direction:column;justify-content:center;max-width:800px;min-height:100vh;margin:0 auto;display:flex}.contact__heading{font-family:var(--font-mono);margin:.6rem 0 2rem;font-size:clamp(1.8rem,5.5vw,3.2rem);font-weight:600;line-height:1.15}.contact__email{font-family:var(--font-display);letter-spacing:.04em;align-self:flex-start;font-size:clamp(1.2rem,3vw,1.8rem)}.contact__socials{flex-wrap:wrap;gap:.9rem;margin-top:2.6rem;display:flex}.contact__social{border:1px solid var(--border);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim);transition:color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);align-items:center;gap:.6rem;padding:.7rem 1.15rem;font-size:.78rem;display:inline-flex}.contact__social:hover,.contact__social:focus-visible{color:var(--bg);background:var(--fg);border-color:var(--fg);transform:translateY(-2px)}.contact__social:active{transform:translateY(0)}.contact__social-icon{flex-shrink:0;width:17px;height:17px}@media (width<=560px){.contact__socials{gap:.6rem;margin-top:2rem}.contact__social{padding:.65rem .9rem;font-size:.7rem}}.video-player{background:#000;width:100%;height:100%;position:relative}.video-player__el{object-fit:contain;cursor:pointer;width:100%;height:100%}.video-player__big-play{border:1px solid var(--border);width:76px;height:76px;color:var(--fg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .2s var(--ease), background .2s var(--ease);background:#0a0a0a8c;border-radius:50%;justify-content:center;align-items:center;margin:auto;display:flex;position:absolute;inset:0}.video-player__big-play:hover{background:#0a0a0abf;transform:scale(1.06)}.video-player__big-play svg{width:30px;height:30px;margin-left:4px}.video-player__controls{opacity:0;transition:opacity .25s var(--ease), transform .25s var(--ease);pointer-events:none;background:linear-gradient(#0000,#000000d9);padding:28px 14px 10px;position:absolute;bottom:0;left:0;right:0;transform:translateY(4px)}.video-player__controls.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.video-player__progress{cursor:pointer;align-items:center;height:12px;display:flex;position:relative}.video-player__progress:before{content:"";background:#f2f0ea40;height:3px;position:absolute;left:0;right:0}.video-player__progress-fill{background:var(--fg);height:3px;transition:width .1s linear;position:relative}.video-player__row{align-items:center;gap:.6rem;margin-top:2px;display:flex}.video-player__btn{color:var(--fg);opacity:.85;transition:opacity .2s var(--ease);justify-content:center;align-items:center;padding:6px;display:flex}.video-player__btn:hover{opacity:1}.video-player__btn svg{width:20px;height:20px}.video-player__time{font-family:var(--font-display);letter-spacing:.04em;color:var(--fg-dim);white-space:nowrap;font-size:.8rem}.video-player__spacer{flex:1}.video-player__quality{position:relative}.video-player__quality-label{font-family:var(--font-mono);letter-spacing:.04em;margin-left:.3rem;font-size:.72rem}.video-player__quality-menu{border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0aeb;min-width:84px;padding:.3rem;position:absolute;bottom:calc(100% + 10px);right:0}.video-player__quality-option{width:100%;font-family:var(--font-mono);letter-spacing:.03em;text-align:left;color:var(--fg-dim);transition:color .15s var(--ease), background .15s var(--ease);padding:.4rem .6rem;font-size:.75rem;display:block}.video-player__quality-option:hover{color:var(--fg);background:#f2f0ea14}.video-player__quality-option.is-active{color:var(--fg);font-weight:600}@media (width<=560px){.video-player__quality-label{display:none}.video-player__big-play{width:60px;height:60px}.video-player__big-play svg{width:24px;height:24px}.video-player__controls{padding:20px 8px 8px}}.project-page{max-width:900px;margin:0 auto}.project-page__back{margin-bottom:2.5rem;display:inline-block}.project-page__header{margin-bottom:2rem}.project-page__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;margin-top:.4rem;font-size:clamp(2.2rem,7vw,4rem);line-height:1}.project-video{aspect-ratio:16/9;border:1px solid var(--border);background:#000;width:100%;margin-bottom:2.5rem;overflow:hidden}.project-video__frame{object-fit:contain;border:none;width:100%;height:100%}.project-video__placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.project-page__meta{max-width:640px}.project-page__description{font-size:clamp(1.15rem,2.2vw,1.4rem)}.project-page__awards{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.project-page__note{color:var(--fg-faint);margin-top:1.5rem;font-size:.95rem}.project-page__nav{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:4rem;padding-top:1.5rem;display:flex}.visitor-chart{margin-bottom:2rem;position:relative}.visitor-chart__svg{width:100%;height:90px;display:block;overflow:visible}.visitor-chart__baseline{stroke:var(--border);stroke-width:1px}.visitor-chart__bar{fill:var(--fg-dim);cursor:pointer;transition:fill .15s var(--ease)}.visitor-chart__bar:hover,.visitor-chart__bar:focus-visible,.visitor-chart__bar.is-active{fill:var(--fg);outline:none}.visitor-chart__empty{color:var(--fg-dim);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:2rem;padding:1.6rem 0;font-size:.9rem}.visitor-chart__tooltip{border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;pointer-events:none;background:#0a0a0aeb;flex-direction:column;align-items:center;gap:.1rem;padding:.35rem .65rem;display:flex;position:absolute;top:-.5rem;transform:translate(-50%,-100%)}.visitor-chart__tooltip-value{font-family:var(--font-mono);color:var(--fg);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:700}.visitor-chart__tooltip-date{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--fg-dim);font-size:.62rem}.secret-analytics{flex-direction:column;justify-content:center;max-width:800px;min-height:100vh;margin:0 auto;display:flex}.secret-analytics__heading{font-family:var(--font-mono);margin:.6rem 0 1.4rem;font-size:clamp(1.8rem,5.5vw,3.2rem);font-weight:600;line-height:1.15}.secret-analytics__status{color:var(--fg-dim);max-width:46ch;margin-bottom:2.2rem}.secret-analytics__total{align-items:baseline;gap:.7rem;margin-bottom:2rem;display:flex}.secret-analytics__total-number{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:clamp(2.4rem,8vw,4rem);font-weight:700;line-height:1}.secret-analytics__total-label{font-family:var(--font-mono);letter-spacing:.04em;color:var(--fg-dim);font-size:.85rem}.secret-analytics__chart-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-faint);margin-bottom:.7rem;font-size:.7rem}.secret-analytics__pages{border-top:1px solid var(--border);flex-direction:column;gap:.15rem;margin-bottom:2.4rem;display:flex}.secret-analytics__page{border-bottom:1px solid var(--border);font-family:var(--font-mono);justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem 0;font-size:.9rem;display:flex}.secret-analytics__page-path{color:var(--fg-dim);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.secret-analytics__page-count{font-variant-numeric:tabular-nums;flex-shrink:0}.secret-analytics__link{font-family:var(--font-mono);letter-spacing:.02em;align-self:flex-start;font-size:clamp(1rem,2.4vw,1.3rem)}
