@font-face{font-family:Montserrat;src:url(/fonts/montserrat-v31-latin-regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/montserrat-v31-latin-600.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/montserrat-v31-latin-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg-dark-band:#252525;--bg-light-band:#faf9f6;--text-on-dark-band:#fff;--text-on-light-band:#1a1b1f;--border-color:#00000014;--accent:#025181;--font-body:"Montserrat", sans-serif;--size-base:clamp(1rem, 1.5vw + .5rem, 1.125rem);--size-h4:clamp(1.25rem, 2vw + .75rem, 1.75rem);--size-h3:clamp(1.5rem, 3vw + .75rem, 2.1875rem);--size-h2:clamp(1.75rem, 4vw + .5rem, 2.75rem);--size-h1:clamp(2rem, 5vw + 1rem, 3.4375rem);--radius-image:8px;--radius-image-small:4px}[data-theme=dark]{--bg-dark-band:#252525;--bg-light-band:#161616;--text-on-dark-band:#f5f4f2;--text-on-light-band:#f0efec;--border-color:#ffffff1f}*{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-body);font-size:var(--size-base);color:var(--text-on-light-band);flex-direction:column;min-height:100vh;margin:0;font-weight:400;line-height:1.6;display:flex}main{flex-direction:column;flex:1;display:flex}main>.section{flex:1}main>.section:first-child{padding-top:calc(5rem + var(--header-height,85px))}@media (width<=640px){main>.section:first-child{padding-top:calc(3rem + var(--header-height,85px))}}body,.bg-dark,.bg-light,.site-header,.site-footer,.project-nav{transition:background-color .2s,color .2s}h1,h2,h3,h4{font-family:var(--font-body);margin:0 0 .5em;font-weight:600;line-height:1.2}h1{font-size:var(--size-h1)}h2{font-size:var(--size-h2)}h3{font-size:var(--size-h3)}h4{font-size:var(--size-h4)}p{margin:0 0 1em}img{border-radius:var(--radius-image);max-width:100%;height:auto;display:block}@media (width<=640px){img{border-radius:var(--radius-image-small)}}a{color:var(--accent);text-decoration:underline}.section{padding:5rem 1.5rem}.section-inner{max-width:50rem;margin:0 auto}.bg-dark{background-color:var(--bg-dark-band);color:var(--text-on-dark-band)}.bg-light{background-color:var(--bg-light-band);color:var(--text-on-light-band)}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4{color:var(--text-on-dark-band)}[data-theme=dark] .section{border-bottom:1px solid var(--border-color)}.intro h2{opacity:.85;margin-bottom:4rem;font-weight:400}.intro .role-block,.intro .overview-block{margin-bottom:2rem}.intro .hero-image{width:100%;height:auto;margin-top:3rem}.site-header{background-color:var(--bg-light-band);border-bottom:1px solid var(--border-color);z-index:100;padding:1.5rem;transition:background-color .2s,color .2s,transform .3s;position:fixed;top:0;left:0;right:0}.site-header.header-hidden{transform:translateY(-100%)}.header-inner{justify-content:space-between;align-items:center;max-width:50rem;margin:0 auto;display:flex}@media (width<=640px){.site-header{padding:.75rem 1rem}.header-logo img{height:1.5rem}}.header-logo img{width:auto;height:2rem}.header-nav{align-items:center;gap:1.5rem;display:flex}.header-nav a{color:var(--text-on-light-band);font-size:.875rem;font-weight:600;text-decoration:none}[data-theme=dark] .site-header{background-color:var(--bg-dark-band);color:var(--text-on-dark-band)}[data-theme=dark] .header-nav a,[data-theme=dark] .theme-toggle{color:var(--text-on-dark-band)}.theme-toggle{border:1px solid var(--border-color);border-radius:var(--radius-image-small);cursor:pointer;color:var(--text-on-light-band);background:0 0;justify-content:center;align-items:center;padding:.5rem;transition:background-color .15s,border-color .2s;display:inline-flex}.theme-toggle:hover{background-color:#0000000d}[data-theme=dark] .theme-toggle:hover{background-color:#ffffff14}.theme-toggle .icon-moon,[data-theme=dark] .theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-moon{display:inline-block}.site-footer{background-color:var(--bg-dark-band);color:var(--text-on-dark-band);padding:2rem 1.5rem;position:relative}@media (width<=640px){.footer-inner{flex-direction:column;align-items:flex-start;gap:.75rem}}.footer-inner{opacity:.6;justify-content:space-between;align-items:center;max-width:50rem;margin:0 auto;font-size:.875rem;display:flex}.footer-inner a{color:var(--text-on-dark-band);text-decoration:none}.linkedin-link{align-items:center;gap:.25rem;display:inline-flex}.linkedin-wrap{position:relative}.footer-face-wrap{pointer-events:none;z-index:1;visibility:hidden;width:60px;height:60px;position:absolute;bottom:100%;left:0;overflow:hidden;transform:translate(-50%)}.footer-face{pointer-events:auto;width:60px;height:60px;transition:transform .15s ease-out;position:absolute;bottom:0;left:0;transform:translateY(100%)}@media (width<=640px){.footer-face-wrap{display:none}}.footer-particle{pointer-events:none;z-index:200;border-radius:50%;width:8px;height:8px;animation:.5s ease-out forwards particle-burst;position:fixed}@keyframes particle-burst{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(var(--dx), var(--dy)) scale(.3);opacity:0}}.footer-face-wrap.popping{animation:.45s ease-in-out wrap-pop}@keyframes wrap-pop{0%{transform:translate(-50%)scale(.8)}25%{transform:translate(-50%)scale(.7)}35%{transform:translate(-50%)scale(.5)translateY(-2px)rotate(40deg)}45%{transform:translate(-50%)scale(.2)translateY(2px)rotate(-40deg)}55%{transform:translate(-50%)scale(.5)translateY(-2px)rotate(20deg)}65%{transform:translate(-50%)scale(.1)translateY(1px)rotate(-20deg)}to{transform:translate(-50%)scale(1.2)}}@media (prefers-reduced-motion:reduce){.footer-face-wrap.popping{animation:none}.footer-particle{opacity:0;animation:none}.footer-face{transition:none!important}}.project-nav{background-color:var(--bg-light-band);border-top:1px solid var(--border-color);padding:3rem 1.5rem}.project-nav-inner{justify-content:space-between;gap:2rem;max-width:50rem;margin:0 auto;display:flex}.project-nav-link{color:var(--text-on-light-band);flex-direction:column;flex:1;gap:.75rem;max-width:45%;text-decoration:none;display:flex}.project-nav-prev{align-items:flex-start}.project-nav-next{text-align:right;align-items:flex-end}.project-nav-label{opacity:.8;font-size:.875rem}.project-nav-link img{aspect-ratio:16/9;border-radius:var(--radius-image);width:100%;height:auto}@media (width<=640px){.project-nav-link img{border-radius:var(--radius-image-small)}}.project-nav-title{font-weight:600}.project-nav-empty{flex:1;max-width:45%}.project-index{padding-top:2rem;padding-bottom:6rem}.intro-layout{align-items:center;gap:3rem;display:flex}@media (width<=640px){.intro-layout{flex-direction:column;align-items:flex-start;gap:1.5rem}.intro-photo{align-self:center}}.intro-photo{flex-shrink:0}.intro-photo img{object-fit:cover;border-radius:50%;width:10rem;height:10rem}.intro-text h1{margin-bottom:.5rem}.intro-text p{font-size:var(--size-h4);opacity:.85;margin:0;font-weight:400;line-height:1.4}.landing-intro h2{opacity:.85;font-weight:400}.project-grid{grid-template-columns:1fr;gap:6rem;display:grid}@media (width<=640px){.project-grid{gap:3rem;margin-bottom:6rem}}.project-card{color:inherit;text-decoration:none;display:block}.project-card img{transition:transform .3s}.card-image{border-radius:var(--radius-image);margin-bottom:1rem;overflow:hidden}.card-image img{border-radius:0;transition:transform .3s}.project-card:hover .card-image img{transform:scale(1.01)}.project-nav-link:hover .card-image img{transform:scale(1.05)}.project-card h3{margin-bottom:.25rem}.project-card p{opacity:.75;margin-bottom:0}@media (width<=640px){.project-grid{grid-template-columns:1fr}}.prose h2{font-size:var(--size-h3);margin-top:3rem;margin-bottom:1rem}.prose h2:first-child{margin-top:0}.prose p{margin-bottom:1.25rem}.prose p:last-child{margin-bottom:0}.detail-block{margin-bottom:3rem}.detail-block:last-child{margin-bottom:0}.highlight-images{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;display:grid}.highlight-images.grid-multi{grid-template-columns:repeat(2,1fr)}.highlight-images figure{margin:0}.highlight-images figcaption{opacity:.75;margin-top:.5rem;font-size:.875rem}@media (width<=640px){.highlight-images.grid-multi{grid-template-columns:1fr}.section{padding:3rem 1.25rem}}.timeline{margin-top:2rem;position:relative}.timeline:before{content:"";background-color:var(--border-color);width:1px;position:absolute;top:8px;bottom:8px;left:23px}.timeline-item{align-items:center;gap:1.25rem;padding-bottom:3rem;display:flex;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-icon{z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.timeline-icon img{object-fit:contain;border-radius:0;width:100%;height:100%}.timeline-content{flex:1;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.timeline-company{margin-bottom:.15rem;font-weight:600;display:block}.timeline-role{opacity:.8;font-size:.875rem;display:block}.timeline-dates{opacity:.6;white-space:nowrap;font-size:.875rem}@media (width<=640px){.timeline-content{flex-direction:column;align-items:flex-start;gap:.25rem}}
