@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";
:root{--background:#fff;--foreground:#000;--font-sans:"Manrope", Arial, Helvetica, sans-serif;--site-edge:max(48px, calc((100vw - 1920px) / 2 + 48px))}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground)}body{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-sans);margin:0}html.intro-lock,html.intro-lock body{overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit}.scroll-page{--mobile-key-opacity:1;--mobile-key-rotate:0deg;--mobile-key-scale:1;--mobile-key-x:0px;--mobile-key-y:0px;--mobile-key-z:0deg;background:#070708;min-height:0}.hero{background:#fff;min-height:100vh;position:sticky;top:0;overflow:hidden}.hero:before{content:"";opacity:calc(var(--hero-gradient-progress) * .58);pointer-events:none;background:linear-gradient(135deg,#20d6c785 0%,#8ee8dc3d 30%,#0000 56%),linear-gradient(315deg,#f472b65c 0%,#8b5cf66b 46%,#0000 70%),linear-gradient(#fff 0%,#f5fffd 44%,#fbf7ff 100%);transition:opacity 80ms linear;position:absolute;inset:0}.three-stage{pointer-events:none;z-index:3;width:100%;height:100%;position:fixed;inset:0}.site-header{z-index:4;color:#fff;mix-blend-mode:difference;pointer-events:none;width:100%;opacity:var(--header-name-progress);position:fixed;top:0;left:0}.site-header__inner{justify-content:space-between;align-items:flex-start;width:min(100%,1920px);height:88px;margin:0 auto;padding:39px 48px 0;display:flex}.site-header__name,.site-header__status{width:max-content;font-family:var(--font-sans);letter-spacing:0;transform:translateY(var(--header-name-y));font-size:22px;font-weight:800;line-height:1;display:block}.site-header__status{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;font-size:18px;font-weight:400}.scroll-cue{z-index:4;cursor:pointer;width:44px;height:44px;opacity:var(--scroll-cue-progress);pointer-events:auto;transform:translate(-50%, var(--scroll-cue-y)) scale(var(--scroll-cue-progress));background:#fff;border:1px solid #000;border-radius:50%;place-items:center;padding:0;transition:background .16s,color .16s,opacity .16s;animation:1.8s ease-in-out infinite scroll-cue-pulse;display:grid;position:fixed;top:calc(60% + min(34vh,300px));left:50%}.scroll-cue:hover{color:#fff;background:#000}.scroll-cue:focus-visible{outline-offset:4px;outline:2px solid #000}.scroll-cue:disabled{cursor:default;pointer-events:none}.scroll-cue__icon{border-bottom:2px solid;border-right:2px solid;width:10px;height:10px;transform:translateY(-2px)rotate(45deg)}@keyframes scroll-cue-pulse{0%,to{box-shadow:0 0 #00000029}50%{box-shadow:0 0 0 8px #0000}}.three-stage canvas{width:100%;height:100%;display:block}.mobile-key-fallback{display:none}.portfolio-intro{z-index:1;height:calc(100vh - 88px);min-height:620px;transform:translateY(var(--portfolio-lift));background:linear-gradient(135deg,#1bd3c033 0%,#0000 31%),linear-gradient(315deg,#7c3aed52 0%,#0000 38%),linear-gradient(#101114 0%,#17191d 54%,#070708 100%);place-items:center;padding:0;display:grid;position:relative;overflow:hidden}.portfolio-intro__inner{text-align:center;justify-content:center;align-items:center;width:min(100%,1920px);height:100%;margin:0 auto;padding:40px 48px 56px;display:flex}.portfolio-intro__eyebrow{color:#ffffff9e;letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:14px;font-weight:800;line-height:1}.portfolio-intro__eyebrow-line{color:#ffffff9e;justify-content:center;align-items:center;gap:10px;margin-bottom:0;display:inline-flex}.portfolio-intro__eyebrow-mark{transform-origin:50%;fill:currentColor;flex:none;width:12px;height:32px;margin-left:18px;margin-right:10px;display:block;transform:translateY(-6px)rotate(90deg)}.portfolio-intro__hero-line{grid-template-columns:1fr;justify-items:center;gap:clamp(14px,2.4vh,24px);width:100%;display:grid}.portfolio-intro__text{min-width:0;display:contents}.portfolio-intro__title{letter-spacing:0;white-space:normal;justify-content:center;align-items:center;max-width:min(100%,15ch);min-height:calc(2lh + .22em);margin:0 auto;padding-bottom:.22em;font-size:clamp(46px,6.4vw,104px);font-weight:800;line-height:1.2;display:flex}.portfolio-intro__typed{color:#0000;overflow-wrap:normal;text-align:center;background-image:linear-gradient(100deg,#fff 0%,#8ee8dc 34%,#b9a3ff 68%,#fff 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;width:100%;min-width:0;padding-bottom:.12em;line-height:1.2;animation:5.5s ease-in-out infinite gradient-word-flow;display:inline-block;position:relative}.portfolio-intro__typed:after{content:"";background:#fff;width:.08em;height:.86em;margin-left:.08em;animation:.9s steps(2,end) infinite typed-cursor-blink;display:inline-block;transform:translateY(.08em)}.portfolio-intro__portrait{aspect-ratio:1;background:#070708;border-radius:50%;grid-row:1;width:clamp(140px,14vw,220px);margin:0 auto 10px;padding:0;position:relative;box-shadow:0 22px 60px #0000002e}.portfolio-intro__portrait:before{content:"";z-index:1;pointer-events:none;border:4px solid #8ee8dc;border-radius:50%;position:absolute;inset:0}.portfolio-intro__portrait img{filter:grayscale();object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}@media (max-width:700px){:root{--site-edge:24px}.site-header__inner,.portfolio-intro__inner{padding-left:24px;padding-right:24px}.site-header__inner{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;width:max-content;height:76px;margin:0 auto;padding:31px 0 0;transform:translate(13px)}.site-header__name{font-size:16px}.site-header__status{font-size:11px}.scroll-cue{top:auto;bottom:max(28px, env(safe-area-inset-bottom))}.mobile-key-fallback{z-index:4;fill:#000;width:min(42vw,150px);height:auto;opacity:var(--mobile-key-opacity);pointer-events:none;transform:translate(-50%, -50%) translateX(var(--mobile-key-x)) translateY(var(--mobile-key-y)) scale(var(--mobile-key-scale)) rotateY(var(--mobile-key-rotate)) rotateZ(var(--mobile-key-z));transform-style:preserve-3d;will-change:opacity, transform;display:block;position:fixed;top:38%;left:50%}.scroll-page--three-ready .mobile-key-fallback{display:none}.portfolio-intro{height:calc(100vh - 96px);min-height:0;padding:0}.portfolio-intro__inner{padding-top:32px;padding-bottom:44px}.portfolio-intro__title{white-space:normal;font-size:clamp(28px,8.4vw,38px);line-height:1.12}.portfolio-intro__typed{color:#fff;-webkit-text-fill-color:transparent}.portfolio-intro__hero-line{grid-template-columns:1fr;gap:24px}.portfolio-intro__eyebrow-line{gap:10px}.portfolio-intro__eyebrow-mark{width:13px;height:34px;margin-left:10px;margin-right:4px;transform:translateY(-6px)rotate(90deg)}.portfolio-intro__portrait{justify-self:center;width:min(36vw,145px)}.portfolio-intro__portrait:before{border-width:3px}.site-footer{padding:0 0 max(16px, env(safe-area-inset-bottom))}.site-footer__inner{grid-template-columns:1fr;gap:22px;padding:24px}.site-footer__links{gap:10px}.site-footer__icon-link{width:38px;height:38px}.site-footer__email{font-size:clamp(23px,8vw,34px)}}.site-footer{z-index:1;background:#070708;border-top:1px solid #ffffff2e;margin-top:-160px;padding:0 0 20px;position:relative}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px 28px;width:min(100% - 96px,1824px);margin:0 auto;padding:18px 0 0;display:flex}.site-footer__email{color:#fff;letter-spacing:0;text-underline-offset:6px;overflow-wrap:anywhere;align-items:center;gap:8px;font-size:clamp(14px,1vw,17px);font-weight:700;line-height:1;-webkit-text-decoration:underline #8ee8dc;text-decoration:underline #8ee8dc;text-decoration-thickness:2px;display:inline-flex}.site-footer__email svg{fill:currentColor;flex:none;width:17px;height:17px}.site-footer__email:hover{color:#8ee8dc}.site-footer__social{justify-items:end;gap:8px;display:grid}.site-footer__links{align-items:center;gap:10px;margin:0;display:flex}.site-footer__icon-link{color:#fff;background:0 0;border:1px solid #ffffff29;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.site-footer__icon-link:hover{color:#070708;background:#8ee8dc;border-color:#8ee8dc}.site-footer__icon-link svg{fill:currentColor;width:16px;height:16px}.site-footer__copyright{color:#ffffff7a;margin:0;font-size:12px;font-weight:650}@media (max-width:700px){.site-footer{padding-bottom:max(18px, env(safe-area-inset-bottom));margin-top:-160px}.site-footer__inner{text-align:center;justify-content:center;align-items:center;gap:14px;width:calc(100% - 48px);padding-top:18px}.site-footer__email{justify-content:center;width:100%;font-size:14px}.site-footer__social{justify-items:center}.site-footer__links{justify-content:center}.site-footer__copyright{text-align:center;width:100%}}@keyframes gradient-word-flow{0%,to{background-position:0%}50%{background-position:100%}}@keyframes typed-cursor-blink{0%,45%{opacity:1}46%,to{opacity:0}}
