:root[data-theme=dark]{--background: #030303;--foreground: #e8e8e8;--muted: #a1a1aa;--accent: #00F0FF;--border: #1a1a1a;--card: #0B0014;--selection: rgba(0, 240, 255, .3);--glass-bg: rgba(10, 10, 15, .85);--glass-border: rgba(255, 255, 255, .05);--glass-highlight: rgba(255, 255, 255, .1);--torch-glow: rgba(255, 255, 255, .06);--text-glow: 0 4px 20px rgba(0, 0, 0, .9), 0 2px 8px rgba(0, 0, 0, .8)}:root[data-theme=light]{--background: #F9F8F6;--foreground: #2D2422;--muted: #5A4D4A;--accent: #D97706;--border: #E8E3DF;--card: #ffffff;--selection: rgba(217, 119, 6, .2);--glass-bg: rgba(249, 248, 246, .85);--glass-border: rgba(45, 36, 34, .05);--glass-highlight: rgba(45, 36, 34, .08);--torch-glow: rgba(217, 119, 6, .08);--text-glow: 0 4px 20px rgba(255, 255, 255, .95), 0 2px 8px rgba(255, 255, 255, .9);--scrim-radial: radial-gradient(circle at center, rgba(249, 248, 246, .95) 0%, rgba(249, 248, 246, .5) 40%, rgba(249, 248, 246, 0) 75%);--scrim-linear: linear-gradient(to right, rgba(249, 248, 246, .98) 0%, rgba(249, 248, 246, .7) 40%, rgba(249, 248, 246, 0) 100%)}:root{--background: #030303;--foreground: #e8e8e8;--muted: #a1a1aa;--accent: #00F0FF;--border: #1a1a1a;--card: #0B0014;--selection: rgba(0, 240, 255, .3);--glass-bg: rgba(10, 10, 15, .6);--glass-border: rgba(255, 255, 255, .05);--glass-highlight: rgba(255, 255, 255, .1);--torch-glow: rgba(255, 255, 255, .06)}@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;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3C/svg%3E"),none!important}::selection{background-color:var(--selection);color:var(--foreground)}html{scroll-behavior:smooth;scroll-snap-type:y proximity;font-family:Inter,system-ui,sans-serif;color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3C/svg%3E"),none!important}a,button{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3C/svg%3E"),none!important}body{min-height:100vh;line-height:1.6;overflow-x:hidden;position:relative}body:before{content:"";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:.05;pointer-events:none;z-index:50}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)}}.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}.glow-text:hover{text-shadow:0 0 10px var(--accent);color:#fff;transition:all .3s ease}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:4rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:1.5rem}.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}.hero-links{justify-content:center!important}}
