:root{--header-height: 4rem;--sidebar-width: 20%;--content-padding-x: 4rem;--content-max-width: 72rem;--font-display: "Montserrat", sans-serif;--font-body: "Manrope", sans-serif;--background: #ffffff;--foreground: #141414;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--border: rgba(0, 0, 0, .1);--card: #ffffff;--card-border: rgba(0, 0, 0, .1);--app-height: 100vh;--app-main-height: calc(var(--app-height) - var(--header-height))}@supports (height: 100svh){:root{--app-height: 100svh}}@supports (height: 100dvh){:root{--app-height: 100dvh}}:root[data-theme=dark]{--background: #171717;--foreground: #f5f5f5;--muted: #2b2b2b;--muted-foreground: #a1a1aa;--accent: #2a2a2a;--border: #2b2b2b;--card: #171717;--card-border: #2f2f2f}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;height:100%;overflow:hidden;overscroll-behavior:none;scrollbar-gutter:stable}body{margin:0;width:100%;height:var(--app-height);overflow:hidden;overscroll-behavior:none;background:var(--background);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.site-logo,.lang-switch,.theme-toggle,.burger-button,.mobile-menu__link,.site-nav__link,.project-card__link,.project-detail__back{-webkit-tap-highlight-color:transparent}.site-logo:focus:not(:focus-visible),.lang-switch:focus:not(:focus-visible),.theme-toggle:focus:not(:focus-visible),.burger-button:focus:not(:focus-visible),.mobile-menu__link:focus:not(:focus-visible),.site-nav__link:focus:not(:focus-visible),.project-card__link:focus:not(:focus-visible),.project-detail__back:focus:not(:focus-visible){outline:none}.site-logo:focus-visible,.lang-switch:focus-visible,.theme-toggle:focus-visible,.burger-button:focus-visible,.mobile-menu__link:focus-visible,.site-nav__link:focus-visible,.project-card__link:focus-visible,.project-detail__back:focus-visible{outline:2px solid color-mix(in srgb,var(--foreground) 75%,transparent);outline-offset:3px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{border:0;background:transparent;color:inherit;cursor:pointer}h1,h2,h3,h4{margin:0;font-family:var(--font-display);font-weight:500;line-height:1.5}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}p{margin:0;line-height:1.8;color:var(--muted-foreground)}.site-header{position:fixed;inset:0 0 auto;height:var(--header-height);background:var(--background);z-index:60}.site-header__inner{height:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:var(--font-display);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;transition:opacity .25s ease}.site-header__controls{display:none;align-items:center;gap:.75rem}.lang-switch,.theme-toggle{display:inline-flex;align-items:center;gap:.5rem;min-height:2.5rem;padding:.625rem .875rem;border-radius:.75rem;transition:background-color .25s ease,color .25s ease,opacity .25s ease}.lang-switch__label{text-transform:uppercase}.theme-toggle__sun,.theme-toggle__moon{font-size:1rem;line-height:1}:root[data-theme=light] .theme-toggle__moon{display:inline-block}:root[data-theme=light] .theme-toggle__sun{display:none}:root[data-theme=dark] .theme-toggle__moon{display:none}:root[data-theme=dark] .theme-toggle__sun{display:inline-block}.burger-button{display:none;width:2.75rem;height:2.75rem;padding:0;border-radius:.75rem;position:relative;align-items:center;justify-content:center;transition:background-color .25s ease}.burger-button span{position:absolute;left:50%;top:50%;display:block;width:1.1rem;height:1.5px;background:var(--foreground);transition:transform .25s ease,opacity .25s ease;transform-origin:center}.burger-button span:first-child{transform:translate(-50%,calc(-50% - .22rem))}.burger-button span:last-child{transform:translate(-50%,calc(-50% + .22rem))}.burger-button[aria-expanded=true] span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.burger-button[aria-expanded=true] span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-menu{display:none;position:fixed;inset:0;pointer-events:none;z-index:55}.mobile-menu__backdrop{position:absolute;inset:0;background:#00000073;opacity:0;transition:opacity .25s ease}.mobile-menu__panel{position:absolute;inset:0;padding:calc(var(--header-height) + 1.25rem) 1.25rem 1.5rem;background:var(--background);overflow-y:auto;opacity:0;transform:translateY(-.75rem);transition:opacity .25s ease,transform .25s ease}.mobile-menu__nav{height:100%}.mobile-menu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2rem)}.mobile-menu__link{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--muted-foreground);transition:color .25s ease}.mobile-menu__link.is-active{color:var(--foreground)}.mobile-menu.is-open .mobile-menu__backdrop{opacity:1}.mobile-menu.is-open{pointer-events:auto}.mobile-menu.is-open .mobile-menu__panel{opacity:1;transform:translateY(0)}.site-shell{display:flex;height:var(--app-height);min-height:var(--app-height);padding-top:var(--header-height);overflow:hidden;overscroll-behavior:none}.site-sidebar{position:fixed;top:var(--header-height);left:0;bottom:0;width:var(--sidebar-width);background:var(--background)}.site-sidebar:after{content:"";position:absolute;top:0;right:0;bottom:var(--header-height);width:1px;background:var(--border)}html.fonts-pending .site-sidebar{opacity:0}html.fonts-pending.fonts-ready .site-sidebar,html:not(.fonts-pending) .site-sidebar{opacity:1}.site-nav{height:100%;display:flex;align-items:center;padding-left:3rem}.site-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2rem}.site-nav__link{font-family:var(--font-display);font-weight:700;color:var(--muted-foreground);transition:color .25s ease}.site-nav__link.is-active{color:var(--foreground)}.site-main{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));height:var(--app-main-height);min-height:0;overflow:hidden;overscroll-behavior:none}.site-main__inner{height:100%;min-height:0;padding:0 var(--content-padding-x);display:flex;align-items:center;overflow:hidden;overscroll-behavior:none}.site-main__inner--wide{height:100%;min-height:0;display:block}.hero-screen{width:100%;min-height:var(--app-main-height);display:flex;align-items:center}.hero-title{font-size:clamp(2.5rem,6vw,5rem);line-height:1.06;letter-spacing:-.05em;font-weight:600;opacity:0;transform:translateY(30px) scale(.98);animation:heroFadeIn .9s ease-out .2s forwards}.type-loop{display:inline-block;overflow:visible}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0) scale(1)}}.type-loop-caret{height:.9em}.content-page--text{display:grid;gap:1.25rem;max-width:52rem}.content-page--text h1{margin-bottom:.5rem;font-size:1.75rem;letter-spacing:-.02em}.content-page--text p{max-width:46rem}.about-page{width:100%;display:grid;gap:2.75rem}.about-page__intro{display:grid;gap:.75rem;max-width:64rem}.about-page__eyebrow{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase}.about-page__lead{max-width:60rem;font-size:.9375rem;line-height:1.7}.about-page__body{display:grid;gap:1.25rem;max-width:66rem}.about-page__body p{max-width:64rem;font-size:.875rem}.page-reveal{width:100%;opacity:0;transition:opacity .35s ease}.page-reveal__inner{transform:translateY(12px);transition:transform .35s ease}.page-reveal.is-ready{opacity:1}.page-reveal.is-ready .page-reveal__inner{transform:translateY(0)}.orientation-overlay{display:none;position:fixed;inset:0;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden;background:var(--background);color:var(--foreground);text-align:center;z-index:120}.orientation-overlay__message{margin:0;font-family:var(--font-display);font-size:clamp(1.125rem,4vw,1.5rem);line-height:1.3;letter-spacing:-.02em;color:var(--foreground)}.site-main.page-career{height:var(--app-main-height);overflow:hidden}.site-main__inner.page-career__inner{position:relative;height:100%;min-height:0;padding-top:0;padding-bottom:0;overflow:hidden}.career-page{position:absolute;inset:0;width:100%;height:100%}.career-slider{position:relative;width:100%;height:100%;overflow:hidden}.career-slider__stack{position:relative;width:100%;height:100%}.career-slide{position:absolute;inset:0;display:flex;align-items:center;padding:0 var(--content-padding-x);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(1.5rem);transition:opacity .45s ease,transform .45s ease,visibility .45s ease}.career-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);z-index:2}.career-slide.is-before,.career-slide.is-after{z-index:1}.career-slide__inner{width:100%;max-width:none;padding-right:clamp(4rem,6vw,6rem);display:grid;gap:1rem}.career-slide__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:.75rem}.career-slide__period{white-space:nowrap;color:var(--muted-foreground)}.career-slide h3{margin:0;color:var(--muted-foreground)}.career-slide__body{display:grid;gap:1rem}.career-slide__summary{max-width:72rem;font-size:.875rem}.career-slide__highlights{max-width:70rem;margin:0;padding-left:1.25rem;display:grid;gap:.625rem;color:var(--muted-foreground);font-size:.875rem}.career-slide__highlights li{line-height:1.7}.career-indicator{position:absolute;right:calc(var(--content-padding-x) + 1rem);top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:.625rem;z-index:3}.career-indicator__item{width:1rem;height:2px;padding:0;border:0;border-radius:999px;background:color-mix(in srgb,var(--muted-foreground) 30%,transparent);transition:width .25s ease,height .25s ease,background-color .25s ease,border-radius .25s ease,opacity .25s ease}.career-indicator__item:hover{opacity:.8}.career-indicator__item.is-active{width:.5rem;height:.5rem;border-radius:999px;background:var(--foreground)}.projects-page{width:100%}.projects-carousel{width:100%;min-height:var(--app-main-height);display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.projects-carousel__viewport{overflow:hidden;width:100%}.projects-carousel__track{--gap: 1.5rem;display:flex;gap:var(--gap);align-items:stretch;transition:transform .5s ease-in-out;will-change:transform}.project-card{flex:0 0 24rem;min-width:24rem;max-width:24rem;display:flex;opacity:0;transform:translateY(24px)}.projects-carousel__track.is-ready .project-card{opacity:1;transform:translateY(0);transition:opacity .45s ease,transform .45s ease}.projects-carousel__track.is-ready .project-card:nth-child(1){transition-delay:.04s}.projects-carousel__track.is-ready .project-card:nth-child(2){transition-delay:.1s}.projects-carousel__track.is-ready .project-card:nth-child(3){transition-delay:.16s}.projects-carousel__track.is-ready .project-card:nth-child(4){transition-delay:.22s}.projects-carousel__track.is-ready .project-card:nth-child(5){transition-delay:.28s}.projects-carousel__track.is-ready .project-card:nth-child(6){transition-delay:.34s}.projects-carousel__track.is-ready .project-card:nth-child(7){transition-delay:.4s}.project-card__body{width:100%;min-height:27rem;padding:1.5rem;border:1px solid var(--card-border);border-radius:1rem;background:var(--card);display:flex;flex-direction:column;transition:border-color .25s ease,background-color .25s ease}.project-card__top{margin-bottom:.75rem}.project-card__status{margin-top:.375rem;font-size:.875rem;line-height:1.4;color:var(--muted-foreground)}.project-card__description{margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.project-card__link{margin-top:auto;display:inline-flex;align-items:center;color:var(--foreground);font-size:.9375rem;font-weight:500;opacity:.8;text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px;transition:opacity .25s ease}.project-card__link:hover{opacity:1}.project-card h2,.project-card h3,.project-card h4{font-size:1.125rem;font-weight:600;line-height:1.2;letter-spacing:-.02em}.projects-carousel__controls{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.75rem}.carousel-button{width:3rem;height:3rem;border:1px solid var(--border);border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;transition:background-color .25s ease,opacity .25s ease,border-color .25s ease}.carousel-button:hover:not(:disabled){background:var(--accent)}.carousel-button:disabled{opacity:.35;cursor:default}.site-main.page-project-detail{height:var(--app-main-height);overflow:hidden}.site-main__inner.project-detail__inner{height:100%;min-height:0;padding:0;display:block;overflow:hidden}.project-detail__inner>.page-reveal,.project-detail__inner>.page-reveal>.page-reveal__inner{height:100%}.project-detail-wrap{position:relative;width:100%;height:100%;overflow:hidden}.project-detail-page{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.project-detail-page::-webkit-scrollbar{display:none;width:0;height:0}.project-detail__content{width:100%;min-height:100%;padding:clamp(2rem,6vw,5rem) clamp(1.25rem,7vw,6rem);text-align:left}.project-detail__back{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:clamp(2rem,4vw,3.5rem);color:var(--muted-foreground);font-size:.9375rem;font-weight:500;transition:color .25s ease,opacity .25s ease}.project-detail__back-arrow{font-size:1.25em;line-height:1;transform:translateY(-.02em)}.project-detail__article{width:100%;display:grid;gap:clamp(2rem,4vw,3.5rem)}.project-detail__header{width:100%;display:grid;gap:.875rem}.project-detail__status{font-size:.75rem;line-height:1.4}.project-detail__header h1{max-width:72rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;letter-spacing:-.03em}.project-detail__subtitle{max-width:72rem;color:var(--foreground);font-size:clamp(.9375rem,1.3vw,1.1875rem);line-height:1.6}.project-detail__intro{max-width:72rem;font-size:.875rem;line-height:1.8}.project-detail__stack{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.625rem}.project-detail__stack li{padding:.45rem .7rem;border:1px solid var(--border);border-radius:.75rem;color:var(--muted-foreground);font-size:.75rem;line-height:1.2}.project-detail__gallery{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr));gap:1rem}.project-detail__gallery--section{margin-top:1.5rem}.project-detail__figure{width:100%;margin:0;border:1px solid var(--card-border);border-radius:1rem;overflow:hidden;background:var(--card)}.project-detail__figure img{display:block;width:100%;max-width:100%;height:auto}.project-detail__figure figcaption{padding:.875rem 1rem;color:var(--muted-foreground);font-size:.75rem;line-height:1.5}.project-detail__sections{display:grid;gap:clamp(2rem,4vw,3.25rem)}.project-detail__section{width:100%}.project-detail__section-copy{max-width:72rem;display:grid;gap:.75rem}.project-detail__section h2{font-size:clamp(1.35rem,2vw,2rem);line-height:1.25;letter-spacing:-.02em}.project-detail__section-body{display:grid;gap:1rem}.project-detail__section-body p{max-width:72rem;font-size:.875rem}.project-detail__scroll-indicator{position:absolute;top:50%;right:clamp(1rem,3vw,2.5rem);width:1px;height:clamp(4.5rem,22vh,11rem);border-radius:999px;background:color-mix(in srgb,var(--muted-foreground) 24%,transparent);pointer-events:none;transform:translateY(-50%)}.project-detail__scroll-indicator span{position:absolute;top:0;left:50%;width:2px;height:28%;min-height:1.5rem;max-height:3rem;border-radius:999px;background:var(--foreground);opacity:.65;transform:translate(-50%);transition:opacity .25s ease}.contacts-page{width:100%}.contacts-grid{width:100%;display:flex;justify-content:space-between;gap:2rem}.contact-card h3{margin-bottom:.5rem}.contact-card a{color:var(--muted-foreground);transition:color .25s ease}.contact-card a:hover{color:var(--foreground)}.contact-card{opacity:0;transform:translateY(20px)}.page-reveal.is-ready .contacts-grid .contact-card{opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s ease}.page-reveal.is-ready .contacts-grid .contact-card:nth-child(1){transition-delay:.05s}.page-reveal.is-ready .contacts-grid .contact-card:nth-child(2){transition-delay:.12s}.page-reveal.is-ready .contacts-grid .contact-card:nth-child(3){transition-delay:.19s}@media(max-width:960px){:root{--sidebar-width: 0px;--content-padding-x: 1.25rem}.site-app{position:fixed;inset:0;width:100%;height:var(--app-height);max-height:var(--app-height);overflow:hidden;overscroll-behavior:none}.site-sidebar{display:none}.site-main{margin-left:0;width:100%}.site-main__inner{padding-left:1.25rem;padding-right:1.25rem}.site-header__inner{padding:0 1.25rem}.site-header__controls{display:flex}.burger-button{display:inline-flex}.mobile-menu{display:block}.hero-screen{justify-content:center}.hero-title{width:100%;text-align:center}.about-page{gap:2rem}.about-page__lead{font-size:.875rem;line-height:1.65}.about-projects__link{text-decoration:underline}.career-slide{padding-left:1.25rem;padding-right:1.25rem}.career-slide__head{flex-direction:column;gap:.5rem}.career-slide__inner{padding-right:3rem}.career-slide__body{gap:.875rem}.career-slide__highlights{padding-left:1rem;gap:.5rem}.career-indicator{right:1rem}.projects-carousel__viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.projects-carousel__viewport::-webkit-scrollbar{display:none}.projects-carousel__track{width:max-content;transform:none!important;transition:none}.project-card{flex:0 0 calc(100vw - 2.5rem);min-width:calc(100vw - 2.5rem);max-width:calc(100vw - 2.5rem);scroll-snap-align:start;opacity:1;transform:none}.projects-carousel__track.is-ready .project-card{transition:none}.project-card__body{padding:1.25rem;min-height:21.5rem}.projects-carousel__controls,.carousel-button{display:none}.project-card h2,.project-card h3,.project-card h4{font-size:1rem}.project-card__description{font-size:.9rem;line-height:1.55}.project-detail__content{padding:1.5rem 1.25rem 2.5rem}.project-detail__back{margin-bottom:2rem}.project-detail__back-arrow{font-size:1.15em}.project-detail__header h1{font-size:clamp(1.8rem,10vw,2.5rem)}.project-detail__subtitle{font-size:.9375rem}.project-detail__figure{border-radius:.875rem}.project-detail__scroll-indicator{display:none}.contacts-grid{flex-direction:column;gap:2rem}.contact-card{opacity:1;transform:none}.page-reveal.is-ready .contacts-grid .contact-card{transition:none}}.global-controls{position:fixed;top:20px;right:20px;display:flex;gap:12px;z-index:1000}body.menu-open{overflow:hidden}@media(hover:hover)and (pointer:fine){.site-logo:hover{opacity:.8}.lang-switch:hover,.theme-toggle:hover,.burger-button:hover{background:var(--accent)}.mobile-menu__link:hover,.site-nav__link:hover,.project-detail__back:hover{color:var(--foreground)}}@media(max-width:960px){.global-controls{display:none}}@media(max-width:960px)and (max-height:600px)and (orientation:landscape){html,body{overflow:hidden}.site-app{visibility:hidden;pointer-events:none}.orientation-overlay{display:flex}}
