:root[data-theme=dark]{--background: #030303;--foreground: #e8e8e8;--muted: #a1a1aa;--accent: #8daaa3;--border: #1a1a1a;--card: #101211;--selection: rgba(141, 170, 163, .25);--glass-bg: rgba(12, 13, 12, .85);--glass-border: rgba(255, 255, 255, .05);--glass-highlight: rgba(255, 255, 255, .1);--text-glow: 0 4px 20px rgba(0, 0, 0, .9), 0 2px 8px rgba(0, 0, 0, .8)}:root[data-theme=light]{--background: #f7f8f7;--foreground: #242824;--muted: #5a625d;--accent: #496b60;--border: #dce1dd;--card: #ffffff;--selection: rgba(73, 107, 96, .18);--glass-bg: rgba(247, 248, 247, .92);--glass-border: rgba(36, 40, 36, .1);--glass-highlight: rgba(36, 40, 36, .05);--text-glow: none}:root{--background: #030303;--foreground: #e8e8e8;--muted: #a1a1aa;--accent: #8daaa3;--border: #1a1a1a;--card: #101211;--selection: rgba(141, 170, 163, .25);--glass-bg: rgba(12, 13, 12, .6);--glass-border: rgba(255, 255, 255, .05);--glass-highlight: rgba(255, 255, 255, .1)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{box-sizing:border-box;margin:0;padding:0}::selection{background-color:var(--selection);color:var(--foreground)}html{scroll-behavior:smooth;scroll-snap-type:y proximity;font-family:IBM Plex Sans,system-ui,sans-serif;color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,button{cursor:pointer}body{min-height:100vh;line-height:1.6;overflow-x:hidden;position:relative}body:before{content:"";display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:0;pointer-events:none;z-index:50}:root[data-theme=light] body:before{display:block;opacity:.018}h1,h2,h3,h4,h5,h6{font-family:Newsreader,serif;font-weight:400;color:var(--foreground);letter-spacing:-.02em}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.7}.container{width:100%;max-width:900px;margin:0 auto;padding:0 2rem}.text-muted{color:var(--muted)}.serif{font-family:Newsreader,serif}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroReveal{0%{opacity:0}to{opacity:1}}@keyframes softAppear{0%{opacity:0}to{opacity:1}}@keyframes projectsReveal{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .8s ease backwards}.animate-fade-up{animation:fadeUp .8s cubic-bezier(.16,1,.3,1) backwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.hover-underline{position:relative;display:inline-block}.hover-underline:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background-color:currentColor;transform-origin:bottom right;transition:transform .3s cubic-bezier(.86,0,.07,1)}.hover-underline:hover:after{transform:scaleX(1);transform-origin:bottom left}.home-shell{isolation:isolate}.home-experience-3d{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:0}.home-experience-3d[data-loaded=true]{opacity:.48}:root[data-theme=light] .home-experience-3d[data-loaded=true]{opacity:.24}.hero-letter{display:inline-block}.hero-copy,.hero-actions,.hero-portrait-shell{opacity:1}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:4rem}.site-nav a[href^="#"]{display:inline-flex}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:1.5rem}.story-portal{position:relative}.story-portal-link{display:inline-flex;flex-direction:column;align-items:center;gap:.85rem;position:relative;isolation:isolate}.story-portal-button{display:inline-flex;align-items:center;justify-content:center;gap:.85rem;min-height:58px;padding:1rem 1.15rem 1rem 1.4rem;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:0;background:var(--glass-bg);color:var(--foreground);border:1px solid var(--border);border-radius:999px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:border-color .25s ease}.story-portal-button:hover{border-color:var(--accent)}.story-portal-icon,.story-portal-arrow{position:relative;z-index:1;flex:0 0 auto}.story-portal-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 30%,transparent)}.story-portal-button span:not(.story-portal-icon){position:relative;z-index:1}.story-portal-arrow{color:var(--accent);transition:transform .25s ease}.projects-deferred-placeholder{min-height:2290px;position:relative}.projects-reveal-shell{animation:projectsReveal .96s cubic-bezier(.16,1,.3,1) both;transform-origin:50% 0}.journey-section{scroll-snap-align:start;scroll-snap-stop:always}.journey-sticky-container{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden;padding:0 10vw}.journey-sticky-container.left{justify-content:flex-start}.journey-sticky-container.right{justify-content:flex-end}.journey-content-card{z-index:10;max-width:650px;width:100%;background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:3rem;border-radius:24px;border:1px solid var(--glass-border);box-shadow:0 20px 40px #0000001a}.journey-content-card.left{text-align:left}.journey-content-card.right{text-align:right}.journey-desc{font-size:1.2rem;color:var(--muted);line-height:1.7;max-width:500px}.journey-desc.left{margin-left:0}.journey-desc.right{margin-left:auto}.journey-artifacts{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}.journey-artifacts.left{justify-content:flex-start}.journey-artifacts.right{justify-content:flex-end}@media(max-width:768px){.container{padding:0 1.5rem;overflow-x:hidden}:root{--card-padding: 1.5rem;--timeline-card-width: 100%}h1{font-size:clamp(2rem,12vw,3.5rem)!important}h2{font-size:1.75rem!important}section{padding:4rem 1.5rem!important}.filter-group{flex-wrap:wrap;gap:.5rem!important}.filter-group button{flex:1 1 auto;text-align:center;font-size:.85rem!important;padding:.4rem .8rem!important}.section-header-flex{flex-direction:column;align-items:flex-start!important}.filters-wrapper{width:100%;align-items:center!important}.filters-container{width:100%!important;border-radius:20px!important;justify-content:center!important}.footer-content{flex-direction:column;align-items:flex-start!important;gap:1.5rem!important}.footer-links{width:100%;justify-content:flex-start!important;flex-wrap:wrap;gap:1rem!important}.timeline-geometry{display:none!important}.journey-sticky-container{padding:0 1.5rem!important;justify-content:center!important;align-items:center!important}.journey-content-card{padding:2.25rem 1.5rem!important;text-align:left!important}.journey-desc{margin-left:0!important;font-size:1.1rem!important}.journey-artifacts{justify-content:flex-start!important;gap:.75rem!important;margin-top:1.5rem!important}.projects-grid{grid-template-columns:1fr}.hero-content{flex-direction:column-reverse;gap:2rem;text-align:center}.hero-content>div{display:flex;flex-direction:column;align-items:center;width:100%;padding:0!important}#about .hero-name{justify-content:center;max-width:100%;font-size:clamp(2.45rem,11vw,3.25rem)!important}.hero-links{justify-content:center!important}.story-portal{padding-top:1rem!important}.story-portal-button{width:min(100%,360px);min-height:56px;padding:.85rem .9rem;gap:.65rem;font-size:.92rem}.story-portal-icon{width:30px;height:30px}.site-header-inner{width:calc(100% - 2rem)!important;margin:0 1rem!important;padding:.7rem 1rem!important}.site-nav{gap:1rem!important;flex-wrap:nowrap!important}.site-nav a[href^="#"]{display:none!important}}@media(max-width:768px),(prefers-reduced-motion:reduce){.hero-letter,.hero-copy,.hero-actions,.hero-portrait-shell{animation-duration:.42s}}@media(max-width:768px){.projects-deferred-placeholder{min-height:4180px}}.project-card{border:1px solid transparent}.hover-hint{position:relative;display:inline-flex;align-items:center}.hover-hint-popover{position:absolute;z-index:30;bottom:100%;left:50%;transform:translate(-50%);padding-bottom:8px;width:max-content;max-width:min(220px,calc(100vw - 32px))}.hover-hint-text{display:block;padding:7px 11px;border:1px solid var(--glass-border);border-radius:8px;background:var(--background);color:var(--muted);font-size:.75rem;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center}.experience-connector{position:absolute;top:32px;left:0;width:3rem;height:1px;background:var(--glass-border);overflow:hidden;pointer-events:none}.experience-connector:after{content:"";position:absolute;inset:0;background:var(--accent);transform:translate(-100%)}.experience-marker:after{content:"";position:absolute;inset:-5px;border:1px solid var(--accent);border-radius:50%;opacity:0;pointer-events:none}.experience-role{color:var(--foreground);transition:color .24s ease}@keyframes name-color-wave{0%,to{color:var(--foreground)}40%,60%{color:var(--accent)}}@keyframes experience-signal{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes experience-ring{0%,to{opacity:0}35%,65%{opacity:.65}}@media(hover:hover)and (pointer:fine){.hero-name:hover .hero-letter{animation:name-color-wave 1.1s ease-in-out both}.experience-entry:hover .experience-role{color:var(--accent)}.experience-entry:hover .experience-connector:after{animation:experience-signal 1s cubic-bezier(.4,0,.2,1) both}.experience-entry:hover .experience-marker:after{animation:experience-ring 1.1s ease both}}@media(prefers-reduced-motion:reduce){.hero-name:hover .hero-letter,.experience-entry:hover .experience-connector:after,.experience-entry:hover .experience-marker:after{animation:none}}.project-card:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.project-title{color:var(--foreground);transition:color .3s ease}@media(hover:hover)and (pointer:fine){.project-card:hover .project-title{color:var(--accent)}}.project-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--accent);opacity:0;transition:opacity .28s ease;pointer-events:none}.project-open-arrow{opacity:.5;color:var(--foreground);transition:opacity .28s ease,color .28s ease}@media(hover:hover)and (pointer:fine){.project-card:hover:before{opacity:.09}.project-card:hover .project-open-arrow{opacity:1;color:var(--accent)}}.project-card:focus-visible:before{opacity:.09}.project-card:focus-visible .project-title,.project-card:focus-visible .project-open-arrow{color:var(--accent)}
