.Preloader-module__YXdVOa__preloader{z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Preloader-module__YXdVOa__columns{display:flex;position:absolute;inset:0}.Preloader-module__YXdVOa__column{background:var(--color-background);flex:1;transition-property:transform;transition-timing-function:cubic-bezier(.65,0,.35,1);transform:translateY(0%)}.Preloader-module__YXdVOa__revealing{transform:translateY(-100%)}.Preloader-module__YXdVOa__word{z-index:1;color:var(--color-light);font-size:clamp(2rem,6vw,4rem);font-weight:500;animation:.18s ease-in-out Preloader-module__YXdVOa__fadeInOut;position:relative}@keyframes Preloader-module__YXdVOa__fadeInOut{0%{opacity:0;transform:translateY(6px)}50%{opacity:1;transform:translateY(0)}to{opacity:.85}}
.Hero-module___w2HtG__hero{background:#0a0e27;min-height:100svh;padding-block:0;position:relative;overflow:hidden}.Hero-module___w2HtG__scene{flex-direction:column;display:flex;position:absolute;inset:0}.Hero-module___w2HtG__background{z-index:0;opacity:1;position:absolute;inset:0}.Hero-module___w2HtG__vignette{z-index:0;background:linear-gradient(#0a0e2700 74%,#0a0e27b8 92%,#0a0e27),radial-gradient(130% 80% at 50% 48%,#0000 42%,#0406148c 100%);position:absolute;inset:0}.Hero-module___w2HtG__content{z-index:1;padding-inline:clamp(1.25rem,4vw,3rem);flex-direction:column;flex:1;width:100%;padding-top:clamp(3rem,8vh,5rem);padding-bottom:clamp(1.25rem,4vh,2.5rem);display:flex;position:relative}.Hero-module___w2HtG__main{text-align:center;justify-content:center;align-items:center;gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.Hero-module___w2HtG__badge{border:1px solid var(--color-border-strong);background:color-mix(in srgb, var(--color-background) 55%, transparent);letter-spacing:.14em;text-transform:uppercase;color:var(--color-body);text-shadow:var(--text-shadow-sm);border-radius:9999px;align-items:center;gap:.6em;padding:.55em 1.1em;font-size:.75rem;font-weight:500;display:inline-flex}.Hero-module___w2HtG__badgeDot{background:var(--color-secondary-accent);width:.5em;height:.5em;box-shadow:0 0 8px color-mix(in srgb, var(--color-secondary-accent) 70%, transparent);border-radius:9999px}.Hero-module___w2HtG__title{letter-spacing:-.03em;flex-wrap:wrap;justify-content:center;align-items:baseline;column-gap:.22em;font-size:clamp(3rem,9.5vw,8rem);display:flex}.Hero-module___w2HtG__word{display:inline-block}.Hero-module___w2HtG__tagline{max-width:44ch;color:var(--color-body);text-shadow:var(--text-shadow-sm);font-size:clamp(1.05rem,1.4vw,1.3rem);line-height:1.5}.Hero-module___w2HtG__tagline em{color:var(--color-secondary-accent)}.Hero-module___w2HtG__ctaRow{justify-content:center;gap:var(--space-xs);margin-top:var(--space-2xs);flex-wrap:wrap;display:flex}.Hero-module___w2HtG__ctaPrimary,.Hero-module___w2HtG__ctaSecondary{transition:background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s var(--ease-out-expo);border-radius:9999px;align-items:center;padding:.75em 1.6em;font-size:.95rem;font-weight:500;display:inline-flex}.Hero-module___w2HtG__ctaPrimary{background:var(--color-accent);border:1px solid var(--color-accent);color:#fff}.Hero-module___w2HtG__ctaPrimary:hover{background:var(--color-light);border-color:var(--color-light);color:var(--color-background);transform:translateY(-2px)}.Hero-module___w2HtG__ctaSecondary{border:1px solid var(--color-border-strong);color:var(--color-light);background:color-mix(in srgb, var(--color-background) 45%, transparent)}.Hero-module___w2HtG__ctaSecondary:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}.Hero-module___w2HtG__bottomBar{justify-content:space-between;align-items:center;gap:var(--space-xs) var(--space-md);padding-top:var(--space-sm);border-top:1px solid var(--color-border-strong);flex-wrap:wrap;margin-top:clamp(1.25rem,3.5vh,2.5rem);display:flex}.Hero-module___w2HtG__marker{letter-spacing:.14em;text-transform:uppercase;color:var(--color-body);text-shadow:var(--text-shadow-sm);align-items:center;gap:.6rem;font-size:.75rem;font-weight:500;display:inline-flex}.Hero-module___w2HtG__markerTick{background:var(--color-accent);border-radius:50%;width:.5rem;height:.5rem}.Hero-module___w2HtG__quickLinks{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.Hero-module___w2HtG__quickLinks a{letter-spacing:.12em;text-transform:uppercase;color:var(--color-light);transition:color .2s ease, border-color .2s ease, transform .2s var(--ease-out-expo);border-bottom:1px solid #0000;padding-block:.35em;font-size:.85rem;font-weight:500}.Hero-module___w2HtG__quickLinks a:hover{color:var(--color-accent);border-color:var(--color-accent);transform:translateY(-2px)}.Hero-module___w2HtG__slash{color:color-mix(in srgb, var(--color-light) 45%, transparent);font-size:.8rem}.Hero-module___w2HtG__scrollCue{letter-spacing:.2em;text-transform:uppercase;color:var(--color-body);text-shadow:var(--text-shadow-sm);align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;display:inline-flex}.Hero-module___w2HtG__scrollCue svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:.85rem;height:.85rem;animation:Hero-module___w2HtG__scroll-nudge 2.2s var(--ease-out-expo) infinite}@keyframes Hero-module___w2HtG__scroll-nudge{0%,to{transform:translateY(-2px)}55%{transform:translateY(3px)}}.Hero-module___w2HtG__enter{animation:Hero-module___w2HtG__hero-rise .9s var(--ease-out-expo) backwards}.Hero-module___w2HtG__badge.Hero-module___w2HtG__enter{animation-delay:1.5s}.Hero-module___w2HtG__title.Hero-module___w2HtG__enter{animation:Hero-module___w2HtG__hero-rise .9s var(--ease-out-expo) 1.6s backwards, Hero-module___w2HtG__title-flicker 1.4s linear 2.5s}@keyframes Hero-module___w2HtG__title-flicker{0%{opacity:1;text-shadow:0 0 22px #ffe0be8c}6%{opacity:.25;text-shadow:none}9%{opacity:1;text-shadow:0 0 22px #ffe0be8c}13%{opacity:.4;text-shadow:none}16%{opacity:1;text-shadow:0 0 26px #ffe0be99}20%{opacity:.2;text-shadow:none}24%{opacity:1;text-shadow:0 0 22px #ffe0be8c}33%{opacity:.55;text-shadow:none}37%{opacity:1;text-shadow:0 0 18px #ffe0be73}45%{opacity:.85}50%{opacity:1;text-shadow:0 0 12px #ffe0be4d}to{opacity:1;text-shadow:none}}.Hero-module___w2HtG__tagline.Hero-module___w2HtG__enter{animation-delay:1.72s}.Hero-module___w2HtG__ctaRow.Hero-module___w2HtG__enter{animation-delay:1.84s}.Hero-module___w2HtG__bottomBar.Hero-module___w2HtG__enter{animation-delay:2s}@keyframes Hero-module___w2HtG__hero-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Hero-module___w2HtG__enter,.Hero-module___w2HtG__title.Hero-module___w2HtG__enter,.Hero-module___w2HtG__scrollCue svg{animation:none}}@media (max-width:640px){.Hero-module___w2HtG__scrollCue{display:none}.Hero-module___w2HtG__badge{letter-spacing:.1em;white-space:nowrap;font-size:.62rem}}
.LiquidGradient-module__ajmKYa__root{position:absolute;inset:0;overflow:hidden}.LiquidGradient-module__ajmKYa__root canvas{width:100%;height:100%;display:block;position:absolute;inset:0}
.AboutMe-module__4I1cnG__section{isolation:isolate;padding-block:var(--space-lg) var(--space-2xl);position:relative;overflow-x:clip}.AboutMe-module__4I1cnG__section:before{content:"";z-index:-1;background:linear-gradient(#0a0e27 0% 12%,#151719 88% 100%);position:absolute;inset:0}.AboutMe-module__4I1cnG__section:after{content:"";z-index:-1;background:radial-gradient(60% 42% at 74% 30%,#b3491a 0%,#5f2a12 50%,#0000 78%),radial-gradient(48% 32% at 12% 14%,#2c3c8066,#0000 75%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 10% 52%,#0000 78%);mask-image:linear-gradient(#0000,#000 10% 52%,#0000 78%)}.AboutMe-module__4I1cnG__layout{position:relative}.AboutMe-module__4I1cnG__mediaCol{z-index:0;pointer-events:none;position:absolute;inset:0}.AboutMe-module__4I1cnG__mediaSticky{justify-content:center;align-items:center;height:100svh;display:flex;position:sticky;top:0}.AboutMe-module__4I1cnG__media{opacity:.42;will-change:transform;width:min(90vw,380px)}.AboutMe-module__4I1cnG__frame,.AboutMe-module__4I1cnG__photoSlot{width:100%;position:relative}.AboutMe-module__4I1cnG__mediaCol:after{content:"";background:linear-gradient(#0a0e2780,#0a0e27b8);position:absolute;inset:0}.AboutMe-module__4I1cnG__textCol{z-index:1;padding-inline:clamp(1.25rem,4vw,3rem);position:relative}.AboutMe-module__4I1cnG__heading{padding-top:var(--space-lg);margin-bottom:var(--space-sm);font-size:clamp(2.75rem,7vw,5rem);font-weight:400}.AboutMe-module__4I1cnG__heading em{font-weight:500}.AboutMe-module__4I1cnG__block{transition:filter 1.7s var(--ease-out-expo), opacity 1.7s var(--ease-out-expo)}.AboutMe-module__4I1cnG__block:not(.AboutMe-module__4I1cnG__blockActive){filter:blur(5px);opacity:.32}.AboutMe-module__4I1cnG__block+.AboutMe-module__4I1cnG__block{margin-top:26svh}.AboutMe-module__4I1cnG__blockActive{filter:blur();opacity:1}.AboutMe-module__4I1cnG__blockText{max-width:none;color:var(--color-light);text-shadow:var(--text-shadow-md);font-size:clamp(1.5rem,3.4vw,2.6rem);font-weight:400;line-height:1.28}.AboutMe-module__4I1cnG__blockText em{color:var(--color-secondary-accent)}@media (min-width:768px){.AboutMe-module__4I1cnG__layout{grid-template-columns:minmax(0,1fr) clamp(320px,34vw,400px);align-items:stretch;gap:clamp(2rem,5vw,5rem);padding-inline:clamp(4rem,11vw,11rem);display:grid}.AboutMe-module__4I1cnG__mediaCol{z-index:auto;pointer-events:auto;position:relative;inset:auto}.AboutMe-module__4I1cnG__mediaCol:after{display:none}.AboutMe-module__4I1cnG__mediaSticky{justify-content:flex-end}.AboutMe-module__4I1cnG__media{opacity:1;width:100%;overflow:visible}.AboutMe-module__4I1cnG__frame{padding:clamp(16px,1.8vw,28px);background:var(--color-background-deep);border:1px solid var(--color-border);border-radius:clamp(44px,5vw,76px);width:clamp(600px,48vw,760px);padding-right:clamp(190px,20vw,300px)}.AboutMe-module__4I1cnG__textCol{padding-block:14svh 16svh;padding-inline:0}.AboutMe-module__4I1cnG__blockText{max-width:22ch}}@media (prefers-reduced-motion:reduce){.AboutMe-module__4I1cnG__block{transition:none}}
.AboutBackdrop-module__G3NAha__frame{width:100%;position:relative}.AboutBackdrop-module__G3NAha__clipSvg{width:0;height:0;position:absolute}.AboutBackdrop-module__G3NAha__backdrop{aspect-ratio:3/4;background:var(--color-surface);filter:drop-shadow(0 24px 48px #00000080);position:relative;overflow:hidden}.AboutBackdrop-module__G3NAha__photoWrapper{transition:transform .6s var(--ease-out-expo);position:absolute;inset:0}.AboutBackdrop-module__G3NAha__backdrop:hover .AboutBackdrop-module__G3NAha__photoWrapper{transform:scale(1.035)}.AboutBackdrop-module__G3NAha__photo{object-fit:cover;object-position:center top}.AboutBackdrop-module__G3NAha__tint{background:linear-gradient(#0a0e2780,#0000 34%);position:absolute;inset:0}.AboutBackdrop-module__G3NAha__glass{background:linear-gradient(to top, color-mix(in srgb, var(--color-background) 55%, transparent), transparent 40%);position:absolute;inset:0}.AboutBackdrop-module__G3NAha__grain{opacity:.18;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px;position:absolute;inset:0}.AboutBackdrop-module__G3NAha__ascii{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .24s;position:absolute;inset:0}.AboutBackdrop-module__G3NAha__ascii.AboutBackdrop-module__G3NAha__on{opacity:1}.AboutBackdrop-module__G3NAha__ascii.AboutBackdrop-module__G3NAha__flickerOnce{animation:.72s linear AboutBackdrop-module__G3NAha__ascii-flicker}@keyframes AboutBackdrop-module__G3NAha__ascii-flicker{0%{opacity:0}9%{opacity:.7}15%{opacity:0}24%{opacity:.9}30%{opacity:.1}38%{opacity:.6}46%{opacity:0}to{opacity:0}}@media (prefers-reduced-motion:reduce){.AboutBackdrop-module__G3NAha__backdrop:hover .AboutBackdrop-module__G3NAha__photoWrapper{transform:none}.AboutBackdrop-module__G3NAha__ascii{transition:none}}
.Globe-module__71jCKa__stage{aspect-ratio:1;width:100%;max-width:560px;margin-inline:auto;position:relative}.Globe-module__71jCKa__stage:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#828ea51a,#0000 60%);position:absolute;inset:-10%}.Globe-module__71jCKa__canvas{z-index:1;aspect-ratio:1;contain:layout paint size;width:100%;height:100%;position:relative}
.AboutLocations-module__Jao7Ya__wrap{text-align:center;padding-inline:clamp(1.5rem,6vw,5rem);flex-direction:column;align-items:center;padding-top:clamp(4rem,12vh,10rem);display:flex}.AboutLocations-module__Jao7Ya__overline{margin-bottom:clamp(1.5rem,4vw,2.5rem);display:block}.AboutLocations-module__Jao7Ya__globeWrap{justify-content:center;width:100%;display:flex}.AboutLocations-module__Jao7Ya__list{gap:clamp(1.75rem,4vw,2.5rem);width:100%;max-width:720px;margin-top:clamp(1rem,3vw,2.5rem);list-style:none;display:grid}.AboutLocations-module__Jao7Ya__item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.AboutLocations-module__Jao7Ya__label{letter-spacing:.16em;text-transform:uppercase;color:var(--color-secondary-accent);font-size:.78rem;font-weight:500}.AboutLocations-module__Jao7Ya__value{font-family:var(--font-nohemi), sans-serif;color:var(--color-light);text-shadow:var(--text-shadow-md);font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:400;line-height:1.2}.AboutLocations-module__Jao7Ya__hl{color:var(--color-accent)}@media (min-width:768px){.AboutLocations-module__Jao7Ya__list{grid-template-columns:repeat(3,1fr);gap:clamp(2rem,4vw,3.5rem)}.AboutLocations-module__Jao7Ya__item+.AboutLocations-module__Jao7Ya__item{border-left:1px solid var(--color-border-strong)}}
.EmergeText-module__KNuZ1q__text{display:inline}.EmergeText-module__KNuZ1q__word{display:inline-flex}.EmergeText-module__KNuZ1q__letter{will-change:transform, filter, opacity;display:inline-block}
.NameHighlight-module__Q4UJea__wrap{margin-inline:-.05em;padding-inline:.2em;display:inline-block;position:relative}.NameHighlight-module__Q4UJea__highlight{transform-origin:0;background:linear-gradient(100deg, var(--color-accent), color-mix(in srgb, var(--color-accent) 55%, white));will-change:transform;border-radius:.3em;position:absolute;inset:.08em -.05em}.NameHighlight-module__Q4UJea__text{position:relative}
.Statement-module__ZI_OMG__statement{gap:0;padding-block:0}.Statement-module__ZI_OMG__line{max-width:var(--container-max-width);letter-spacing:-.02em;text-align:center;text-wrap:balance;text-shadow:var(--text-shadow-md);font-size:clamp(2.4rem,6vw,5rem);font-weight:500;line-height:1.15}
.ScrollRevealImage-module__nAkvCa__track{flex:none;width:100%;position:relative}.ScrollRevealImage-module__nAkvCa__sticky{width:100%;height:100svh;position:sticky;top:0;overflow:hidden}.ScrollRevealImage-module__nAkvCa__clip{background:var(--color-background-deep);will-change:clip-path;position:absolute;inset:0}.ScrollRevealImage-module__nAkvCa__panel{will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.ScrollRevealImage-module__nAkvCa__overlay{z-index:1;pointer-events:none;justify-content:center;align-items:center;padding-inline:clamp(1.25rem,4vw,3rem);display:flex;position:absolute;inset:0}.ScrollRevealImage-module__nAkvCa__static{flex:none;width:100%;height:70svh;position:relative;overflow:hidden}
.Projects-module__tl4Q0a__section{position:relative;overflow-x:clip}.Projects-module__tl4Q0a__content{z-index:1;gap:var(--space-lg);flex-direction:column;display:flex;position:relative}.Projects-module__tl4Q0a__header{justify-content:space-between;align-items:flex-end;gap:var(--space-sm);display:flex}.Projects-module__tl4Q0a__heading,.Projects-module__tl4Q0a__heading em{font-weight:400}.Projects-module__tl4Q0a__count{color:var(--color-muted);font-variant-numeric:tabular-nums;font-size:1rem}.Projects-module__tl4Q0a__layout{gap:var(--space-lg);grid-template-columns:1fr;align-items:start;display:grid}.Projects-module__tl4Q0a__list{flex-direction:column;list-style:none;display:flex}.Projects-module__tl4Q0a__row{gap:var(--space-xs);padding-block:var(--space-md);border-top:1px solid var(--color-border);flex-direction:column;transition:opacity .3s;display:flex}.Projects-module__tl4Q0a__list li:last-child .Projects-module__tl4Q0a__row{border-bottom:1px solid var(--color-border)}.Projects-module__tl4Q0a__list:hover .Projects-module__tl4Q0a__row:not(:hover):not(:focus-within){opacity:.4}.Projects-module__tl4Q0a__rowMain{align-items:baseline;gap:var(--space-xs);display:flex}.Projects-module__tl4Q0a__rowIndex{color:var(--color-muted);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:500;transition:color .3s}.Projects-module__tl4Q0a__rowActive .Projects-module__tl4Q0a__rowIndex{color:var(--color-accent)}.Projects-module__tl4Q0a__rowName{letter-spacing:-.02em;color:var(--color-light);text-shadow:var(--text-shadow-sm);font-size:clamp(1.7rem,3.2vw,2.6rem);font-weight:500;line-height:1.1}.Projects-module__tl4Q0a__rowDescription{color:var(--color-body);max-width:52ch;font-size:1rem}.Projects-module__tl4Q0a__rowTech{flex-wrap:wrap;gap:.5rem;list-style:none;display:flex}.Projects-module__tl4Q0a__rowTech li{letter-spacing:.04em;color:var(--color-secondary-accent);border:1px solid var(--color-border);border-radius:9999px;padding:.3em .8em;font-size:.78rem}.Projects-module__tl4Q0a__rowLinks{gap:var(--space-xs);flex-wrap:wrap;display:flex}.Projects-module__tl4Q0a__rowLinks a{letter-spacing:.1em;text-transform:uppercase;color:var(--color-light);border-bottom:1px solid var(--color-border);padding-block:.25em;font-size:.85rem;font-weight:500;transition:color .2s,border-color .2s}.Projects-module__tl4Q0a__rowLinks a:hover{color:var(--color-accent);border-color:var(--color-accent)}.Projects-module__tl4Q0a__previewCol{display:none}.Projects-module__tl4Q0a__previewSticky{gap:var(--space-2xs);flex-direction:column;display:flex;position:sticky;top:12vh}.Projects-module__tl4Q0a__previewMeta{letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.75rem;font-weight:500;display:flex}.Projects-module__tl4Q0a__previewStack{aspect-ratio:16/10;border-radius:var(--radius-md);border:1px solid var(--color-border);position:relative;overflow:hidden}.Projects-module__tl4Q0a__previewSlide{opacity:0;transition:opacity .45s var(--ease-out-expo);position:absolute;inset:0}.Projects-module__tl4Q0a__previewSlideActive{opacity:1}.Projects-module__tl4Q0a__previewSlide .Projects-module__tl4Q0a__cover,.Projects-module__tl4Q0a__previewSlide .Projects-module__tl4Q0a__coverImage{aspect-ratio:auto;height:100%}.Projects-module__tl4Q0a__coverMobile{border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}.Projects-module__tl4Q0a__coverImage{aspect-ratio:16/9;width:100%;position:relative}.Projects-module__tl4Q0a__cover{aspect-ratio:16/9;background:radial-gradient(120% 130% at 85% -15%, color-mix(in srgb, var(--color-accent) 16%, transparent), transparent 55%), linear-gradient(135deg, color-mix(in srgb, var(--color-surface) 82%, var(--color-light)), var(--color-surface));position:relative;overflow:hidden}.Projects-module__tl4Q0a__cover:before{content:"";background-image:repeating-linear-gradient(to right, var(--color-border) 0 1px, transparent 1px 48px), repeating-linear-gradient(to bottom, var(--color-border) 0 1px, transparent 1px 48px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(120% 100% at 50% 0,#000,#0000 90%);mask-image:radial-gradient(120% 100% at 50% 0,#000,#0000 90%)}.Projects-module__tl4Q0a__coverTick{top:var(--space-sm);left:var(--space-sm);background:var(--color-accent);width:2rem;height:3px;position:absolute}.Projects-module__tl4Q0a__coverIndex{right:var(--space-sm);color:#0000;-webkit-text-stroke:1px var(--color-muted);font-size:clamp(5rem,10vw,7.5rem);font-weight:500;line-height:1.1;transition:-webkit-text-stroke-color .35s;position:absolute;bottom:0}.Projects-module__tl4Q0a__rowActive .Projects-module__tl4Q0a__coverIndex,.Projects-module__tl4Q0a__previewSlideActive .Projects-module__tl4Q0a__coverIndex{-webkit-text-stroke-color:var(--color-accent)}@media (min-width:900px){.Projects-module__tl4Q0a__layout{grid-template-columns:1.15fr .85fr}.Projects-module__tl4Q0a__coverMobile{display:none}.Projects-module__tl4Q0a__previewCol{display:block}}@media (prefers-reduced-motion:reduce){.Projects-module__tl4Q0a__row,.Projects-module__tl4Q0a__previewSlide{transition:none}}
.BackgroundPaths-module__CvSRyG__container{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 18% 82%,#0000);mask-image:linear-gradient(#0000,#000 18% 82%,#0000)}.BackgroundPaths-module__CvSRyG__svg{width:100%;height:100%;position:absolute;inset:0}
.ProjectsCarousel-module__xNfUMW__pin{height:calc(100vh + (var(--count) - 1) * 72vh);width:100vw;margin-left:calc(50% - 50vw);position:relative}.ProjectsCarousel-module__xNfUMW__viewport{--bottom-clear:clamp(150px, 24vh, 200px);height:100vh;position:sticky;top:0;overflow:hidden}.ProjectsCarousel-module__xNfUMW__track{top:calc((100% - var(--bottom-clear)) / 2);will-change:transform;gap:clamp(1.5rem,4vw,3.5rem);display:flex;position:absolute;left:0}.ProjectsCarousel-module__xNfUMW__card{width:clamp(280px,40vw,540px);height:clamp(360px,68vh,680px);max-height:calc(100vh - var(--bottom-clear) - 1.5rem);background:var(--color-surface);border:1px solid var(--color-border);color:inherit;opacity:.5;filter:brightness(.65);transition:transform .5s var(--ease-out-expo), opacity .5s ease, filter .5s ease;border-radius:clamp(1rem,2vw,1.75rem);flex:none;text-decoration:none;position:relative;overflow:hidden;transform:scale(.85)}.ProjectsCarousel-module__xNfUMW__cardActive{opacity:1;filter:none;transform:scale(1)}.ProjectsCarousel-module__xNfUMW__cardActive:after{content:"";filter:blur(26px);z-index:4;pointer-events:none;background:#ffffffd9;border-radius:50%;height:46px;position:absolute;bottom:-10px;left:6%;right:6%}.ProjectsCarousel-module__xNfUMW__image,.ProjectsCarousel-module__xNfUMW__placeholder{width:100%;height:100%;position:absolute;inset:0}.ProjectsCarousel-module__xNfUMW__image{object-fit:cover;pointer-events:none}.ProjectsCarousel-module__xNfUMW__placeholder{background:radial-gradient(130% 90% at 75% 0%, color-mix(in srgb, var(--color-accent) 28%, transparent), transparent 60%), linear-gradient(160deg, var(--color-surface), var(--color-background-deep))}.ProjectsCarousel-module__xNfUMW__pill{z-index:5;background:#0c0e10d1;border:1px solid #ffffff0f;border-radius:clamp(.75rem,1.5vw,1.15rem);padding:clamp(.9rem,2vw,1.35rem);position:absolute;bottom:clamp(.75rem,3%,1.25rem);left:clamp(.75rem,3%,1.25rem);right:clamp(.75rem,3%,1.25rem)}.ProjectsCarousel-module__xNfUMW__pillTitle{color:var(--color-light);font-size:clamp(1.1rem,1.7vw,1.5rem);font-weight:600;line-height:1.15}.ProjectsCarousel-module__xNfUMW__pillBlurb{color:color-mix(in srgb, var(--color-light) 62%, transparent);margin-top:.4rem;font-size:clamp(.85rem,1.1vw,.98rem);line-height:1.45}.ProjectsCarousel-module__xNfUMW__fallback{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:clamp(1rem,3vw,2rem);padding-block:1rem;display:flex;overflow-x:auto}.ProjectsCarousel-module__xNfUMW__fallbackItem{scroll-snap-align:center;flex:none}
.Skills-module__1ZjJFG__section{cursor:crosshair;border-radius:clamp(1.5rem,4vw,3rem);gap:0;margin-inline:clamp(.75rem,2vw,2rem);padding-block:clamp(2rem,5vw,4rem) 0;position:relative;overflow:clip}.Skills-module__1ZjJFG__head{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;width:100%;margin-bottom:clamp(1.5rem,4vw,3rem);display:flex}.Skills-module__1ZjJFG__heading{font-weight:400}.Skills-module__1ZjJFG__rows{border-bottom:1px solid var(--color-border);flex-direction:column;display:flex}.Skills-module__1ZjJFG__labelWrap{align-items:baseline;gap:.75rem;padding:clamp(1.25rem,3vw,2.25rem) clamp(1.5rem,5vw,4rem) clamp(.9rem,2vw,1.4rem);display:flex}.Skills-module__1ZjJFG__index{color:var(--color-accent);font-size:.8rem;font-weight:500}.Skills-module__1ZjJFG__label{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary-accent);font-size:.8rem;font-weight:500}.Skills-module__1ZjJFG__marquee{border-top:1px solid var(--color-border);padding-block:clamp(.4rem,1.2vw,.9rem);position:relative;overflow:hidden}.Skills-module__1ZjJFG__track{will-change:transform;flex:none;align-items:center;width:max-content;animation:linear infinite Skills-module__1ZjJFG__skills-marquee;display:flex}.Skills-module__1ZjJFG__track.Skills-module__1ZjJFG__reverse{animation-direction:reverse}.Skills-module__1ZjJFG__section.Skills-module__1ZjJFG__paused .Skills-module__1ZjJFG__track,.Skills-module__1ZjJFG__marquee:hover .Skills-module__1ZjJFG__track{animation-play-state:paused}@keyframes Skills-module__1ZjJFG__skills-marquee{to{transform:translate(-50%)}}.Skills-module__1ZjJFG__word{letter-spacing:-.02em;color:var(--color-light);white-space:nowrap;flex:none;align-items:center;font-size:clamp(2rem,7vw,4.5rem);font-weight:700;line-height:1.1;display:inline-flex}.Skills-module__1ZjJFG__word:after{content:"•";color:var(--color-accent);margin-inline:clamp(.4em,1vw,.7em);font-weight:400}.Skills-module__1ZjJFG__marqueeStatic{overflow:visible}.Skills-module__1ZjJFG__staticTrack{flex-wrap:wrap;align-items:center;gap:.25em 0;padding-inline:clamp(1.5rem,5vw,4rem);display:flex}@media (prefers-reduced-motion:reduce){.Skills-module__1ZjJFG__section{padding-bottom:clamp(2rem,5vw,4rem)}}
.DebugPanel-module__pcXQCG__panel{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);min-width:13rem;display:none;overflow:hidden;box-shadow:0 6px 20px #15171914}.DebugPanel-module__pcXQCG__titleBar{border-bottom:1px solid var(--color-border);align-items:center;gap:.4rem;padding:.5rem .75rem;display:flex}.DebugPanel-module__pcXQCG__trafficDot{background:var(--color-border-strong);border-radius:50%;width:.55rem;height:.55rem}.DebugPanel-module__pcXQCG__trafficDot:first-child{background:var(--color-accent)}.DebugPanel-module__pcXQCG__fileName{letter-spacing:.04em;color:var(--color-muted);margin-left:.35rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem}.DebugPanel-module__pcXQCG__body{color:var(--color-accent);font-variant-numeric:tabular-nums;flex-direction:column;gap:.15em;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;display:flex}.DebugPanel-module__pcXQCG__row{padding-left:1em}@media (min-width:900px) and (hover:hover){.DebugPanel-module__pcXQCG__panel{display:block}}
.scroll-timeline-module__dJp7nq__timeline{width:100%;position:relative}.scroll-timeline-module__dJp7nq__head{text-align:center;margin-bottom:clamp(2.5rem,6vw,5rem)}.scroll-timeline-module__dJp7nq__title{font-weight:400}.scroll-timeline-module__dJp7nq__subtitle{margin-top:var(--space-2xs);color:var(--color-body)}.scroll-timeline-module__dJp7nq__track{--spine:14px;position:relative}.scroll-timeline-module__dJp7nq__spineBase{top:0;bottom:0;left:var(--spine);background:linear-gradient(to bottom, transparent, var(--color-border-strong) 8%, var(--color-border-strong) 92%, transparent);width:2px;position:absolute;transform:translate(-50%)}.scroll-timeline-module__dJp7nq__spineFill{top:0;left:var(--spine);background:linear-gradient(to bottom, color-mix(in srgb, var(--color-accent) 55%, transparent), var(--color-accent));width:3px;box-shadow:0 0 14px color-mix(in srgb, var(--color-accent) 45%, transparent);border-radius:9999px;position:absolute;transform:translate(-50%)}.scroll-timeline-module__dJp7nq__pulse{left:var(--spine);background:radial-gradient(circle, color-mix(in srgb, var(--color-accent) 95%, white) 0%, var(--color-accent) 40%, transparent 72%);width:clamp(16px,1.8vw,22px);height:clamp(16px,1.8vw,22px);box-shadow:0 0 14px 3px color-mix(in srgb, var(--color-accent) 60%, transparent), 0 0 26px 9px color-mix(in srgb, var(--color-accent) 28%, transparent);border-radius:50%;animation:2s ease-in-out infinite scroll-timeline-module__dJp7nq__scroll-timeline-pulse;position:absolute;transform:translate(-50%,-50%)}@keyframes scroll-timeline-module__dJp7nq__scroll-timeline-pulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.28)}}.scroll-timeline-module__dJp7nq__list{gap:var(--space-2xl);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:relative}.scroll-timeline-module__dJp7nq__row{padding-left:calc(var(--spine) + 2.25rem);position:relative}.scroll-timeline-module__dJp7nq__node{top:1.75rem;left:var(--spine);background:var(--color-background);border:2px solid color-mix(in srgb, var(--color-accent) 40%, transparent);width:15px;height:15px;transition:background .4s var(--ease-out-expo), border-color .4s var(--ease-out-expo), box-shadow .4s var(--ease-out-expo);z-index:2;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.scroll-timeline-module__dJp7nq__nodeActive{background:var(--color-accent);border-color:var(--color-accent);box-shadow:0 0 14px color-mix(in srgb, var(--color-accent) 60%, transparent)}.scroll-timeline-module__dJp7nq__card{gap:var(--space-2xs);background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;flex-direction:column;padding:clamp(1.25rem,2.5vw,1.75rem);display:flex}.scroll-timeline-module__dJp7nq__year{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);font-size:.78rem;font-weight:500}.scroll-timeline-module__dJp7nq__cardTitle{color:var(--color-light);text-shadow:var(--text-shadow-sm);font-size:clamp(1.35rem,2.4vw,1.9rem);font-weight:500}.scroll-timeline-module__dJp7nq__cardSubtitle{color:var(--color-secondary-accent);font-weight:500}.scroll-timeline-module__dJp7nq__cardDescription{color:var(--color-body);max-width:46ch}@media (min-width:900px){.scroll-timeline-module__dJp7nq__track{--spine:50%}.scroll-timeline-module__dJp7nq__row{grid-template-columns:1fr 1fr;column-gap:clamp(3rem,8vw,5.5rem);padding-left:0;display:grid}.scroll-timeline-module__dJp7nq__node{top:50%}.scroll-timeline-module__dJp7nq__left .scroll-timeline-module__dJp7nq__card{text-align:right;grid-column:1;align-items:flex-end}.scroll-timeline-module__dJp7nq__right .scroll-timeline-module__dJp7nq__card{grid-column:2}}@media (prefers-reduced-motion:reduce){.scroll-timeline-module__dJp7nq__pulse{animation:none}.scroll-timeline-module__dJp7nq__node{transition:none}}
.StringReveal-module__7Hiiua__reveal{white-space:nowrap;display:inline-block}.StringReveal-module__7Hiiua__char{display:inline-block}.StringReveal-module__7Hiiua__flip{animation:.66s cubic-bezier(.2,.65,.2,1) both StringReveal-module__7Hiiua__string-flip;animation-delay:calc(var(--i) * 34ms)}@keyframes StringReveal-module__7Hiiua__string-flip{0%{transform:perspective(480px)rotateX(0)}to{transform:perspective(480px)rotateX(720deg)}}@media (prefers-reduced-motion:reduce){.StringReveal-module__7Hiiua__flip{animation:none}}
.Achievements-module__bJQvRa__heading{font-weight:400}.Achievements-module__bJQvRa__heading em{font-weight:500}.Achievements-module__bJQvRa__list{gap:var(--space-sm);margin-top:var(--space-md);grid-template-columns:1fr;list-style:none;display:grid}.Achievements-module__bJQvRa__item{display:flex}.Achievements-module__bJQvRa__revealWrap{flex:1;display:flex}.Achievements-module__bJQvRa__card{gap:var(--space-2xs);padding:var(--space-md) var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-surface) 40%, transparent);transition:transform .35s var(--ease-out-expo), border-color .35s ease;flex-direction:column;flex:1;display:flex}.Achievements-module__bJQvRa__card:hover{border-color:var(--color-border-strong);transform:translateY(-6px)}.Achievements-module__bJQvRa__index{color:#0000;-webkit-text-stroke:1px var(--color-muted);margin-bottom:var(--space-xs);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:500;line-height:1}.Achievements-module__bJQvRa__card:hover .Achievements-module__bJQvRa__index{-webkit-text-stroke:1px var(--color-accent)}.Achievements-module__bJQvRa__category{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary-accent);font-size:.75rem;font-weight:500}.Achievements-module__bJQvRa__title{color:var(--color-light);text-shadow:var(--text-shadow-sm);font-size:clamp(1.15rem,1.8vw,1.4rem)}.Achievements-module__bJQvRa__detail{color:var(--color-body);font-size:.9rem}.Achievements-module__bJQvRa__placeholderCard{background:0 0;border-style:dashed}.Achievements-module__bJQvRa__placeholderTitle{color:var(--color-muted);font-family:var(--font-serif), Georgia, serif;font-style:italic}@media (min-width:768px){.Achievements-module__bJQvRa__list{gap:var(--space-md);grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion:reduce){.Achievements-module__bJQvRa__card:hover{transform:none}}
.ImageReveal-module__nOu8Da__wrap{border-top:1px solid var(--color-border);width:100%;position:relative}.ImageReveal-module__nOu8Da__row{align-items:center;gap:var(--space-sm);border-bottom:1px solid var(--color-border);width:100%;color:inherit;cursor:pointer;padding:clamp(1rem,2.5vw,1.9rem) clamp(.5rem,1.5vw,1rem);text-decoration:none;display:flex;position:relative}.ImageReveal-module__nOu8Da__rowText{gap:var(--space-3xs,.25rem);flex-direction:column;flex:1;min-width:0;display:flex}.ImageReveal-module__nOu8Da__label{letter-spacing:-.01em;text-transform:uppercase;color:var(--color-body);transition:color .3s var(--ease-out-expo);font-size:clamp(1.5rem,5vw,3.25rem);font-weight:500;line-height:1}.ImageReveal-module__nOu8Da__rowActive .ImageReveal-module__nOu8Da__label{color:var(--color-light)}.ImageReveal-module__nOu8Da__meta{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary-accent);font-size:.78rem;font-weight:500}.ImageReveal-module__nOu8Da__arrow{width:clamp(2.5rem,4vw,3.25rem);height:clamp(2.5rem,4vw,3.25rem);color:var(--color-body);opacity:0;transition:opacity .3s var(--ease-out-expo), transform .3s var(--ease-out-expo), background .3s var(--ease-out-expo), color .3s var(--ease-out-expo);border-radius:50%;flex:none;place-items:center;display:grid;transform:translate(-.5rem)}.ImageReveal-module__nOu8Da__arrow svg{width:45%;height:45%}.ImageReveal-module__nOu8Da__rowActive .ImageReveal-module__nOu8Da__arrow{opacity:1;background:var(--color-accent);color:var(--color-background);transform:translate(0)}.ImageReveal-module__nOu8Da__underline{background:var(--color-accent);width:0;height:2px;transition:width .35s var(--ease-out-expo);position:absolute;bottom:-1px;left:0}.ImageReveal-module__nOu8Da__rowActive .ImageReveal-module__nOu8Da__underline{width:100%}.ImageReveal-module__nOu8Da__floating{z-index:60;pointer-events:none;will-change:transform;position:fixed;top:0;left:0}.ImageReveal-module__nOu8Da__floatingImg{border-radius:var(--radius-md,.75rem);border:1px solid var(--color-border-strong);background:var(--color-surface);width:clamp(300px,30vw,440px);height:auto;display:block;box-shadow:0 24px 60px #00000080}.ImageReveal-module__nOu8Da__inlineImage{aspect-ratio:4/3;border-radius:var(--radius-sm,.5rem);border:1px solid var(--color-border);background:var(--color-surface);flex:none;width:clamp(96px,26vw,160px);position:relative;overflow:hidden}.ImageReveal-module__nOu8Da__inlineImg{object-fit:cover}@media (prefers-reduced-motion:reduce){.ImageReveal-module__nOu8Da__label,.ImageReveal-module__nOu8Da__arrow,.ImageReveal-module__nOu8Da__underline{transition:none}}
.Contact-module__DIbnYa__contact{text-align:center;background:linear-gradient(to bottom, var(--color-background), var(--color-background-deep) 60%);justify-content:center;align-items:center;min-height:clamp(32rem,90vh,52rem);position:relative;overflow:hidden}.Contact-module__DIbnYa__content{z-index:1;align-items:center;gap:var(--space-sm);flex-direction:column;display:flex;position:relative}.Contact-module__DIbnYa__heading{font-size:clamp(3rem,9vw,6rem)}.Contact-module__DIbnYa__tagline{max-width:40ch;color:var(--color-body)}.Contact-module__DIbnYa__cta{margin-top:var(--space-xs);border:1px solid var(--color-border-strong);background:color-mix(in srgb, var(--color-background) 60%, transparent);border-radius:9999px;align-items:center;gap:.6em;padding:.7em 1.4em;font-size:clamp(1.1rem,2.4vw,1.6rem);transition:background-color .3s,border-color .3s,color .3s;display:inline-flex}.Contact-module__DIbnYa__cta:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.Contact-module__DIbnYa__ctaArrow{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:.9em;height:.9em;transition:transform .3s var(--ease-out-expo)}.Contact-module__DIbnYa__cta:hover .Contact-module__DIbnYa__ctaArrow{transform:translate(2px,-2px)}.Contact-module__DIbnYa__links{justify-content:center;gap:var(--space-md);margin-top:var(--space-2xs);flex-wrap:wrap;font-size:clamp(1rem,1.6vw,1.25rem);display:flex}.Contact-module__DIbnYa__links a{color:var(--color-body);text-underline-offset:.3em;text-decoration:underline;-webkit-text-decoration-color:var(--color-muted);text-decoration-color:var(--color-muted);transition:color .2s}.Contact-module__DIbnYa__links a:hover{color:var(--color-light);-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}.Contact-module__DIbnYa__nameEcho{z-index:1;width:100%;margin-top:var(--space-2xl);justify-content:space-between;align-items:baseline;gap:0 var(--space-md);letter-spacing:-.02em;text-shadow:var(--text-shadow-lg);flex-wrap:wrap;font-size:clamp(3rem,10vw,8.5rem);font-weight:500;line-height:1;display:flex;position:relative}.Contact-module__DIbnYa__nameEchoDot{color:var(--color-accent)}.Contact-module__DIbnYa__footer{z-index:1;justify-content:space-between;align-items:center;gap:var(--space-2xs) var(--space-md);width:100%;padding-top:var(--space-sm);border-top:1px solid var(--color-border);color:var(--color-muted);flex-wrap:wrap;margin-top:auto;font-size:.85rem;display:flex;position:relative}.Contact-module__DIbnYa__availability{align-items:center;gap:.5em;display:inline-flex}.Contact-module__DIbnYa__liveDot{background:var(--color-secondary-accent);width:.5em;height:.5em;box-shadow:0 0 8px color-mix(in srgb, var(--color-secondary-accent) 70%, transparent);border-radius:9999px}.Contact-module__DIbnYa__footerMeta{font-variant-numeric:tabular-nums}.Contact-module__DIbnYa__topLink{transition:color .2s}.Contact-module__DIbnYa__topLink:hover{color:var(--color-light)}@media (max-width:700px){.Contact-module__DIbnYa__footer{text-align:center;justify-content:center}}
.AsciiHands-module__EuZE4W__container{z-index:0;pointer-events:auto;position:absolute;inset:0}.AsciiHands-module__EuZE4W__canvas{width:100%;height:100%;display:block}
.Magnetic-module__1OY4TW__zone{margin:-.4rem;padding:.4rem;display:inline-block}.Magnetic-module__1OY4TW__inner{transition:transform .25s var(--ease-out-expo);will-change:transform;display:inline-block}
