*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body,html{overflow-x:hidden;background:#000}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:auto;transition:background 1s ease,color 1s ease;position:relative}#__next,body{min-height:100vh;height:auto}#__next{display:flex;flex-direction:column}main{flex:1 1;display:flex;flex-direction:column}body.neutral-mode{background:#0a0a0a;color:#fff}body.light-mode{background:#000;color:#fff}body.light-mode .hero-intro,body.light-mode .lab-link,body.light-mode .project-link,body.light-mode .section-title{text-shadow:-1px -1px 0 #2563eb,1px -1px 0 #2563eb,-1px 1px 0 #2563eb,1px 1px 0 #2563eb,0 0 8px rgba(37,99,235,.8),0 0 15px rgba(37,99,235,.6),0 2px 20px rgba(0,0,0,.5)}body.light-mode .about-text,body.light-mode .hero-description,body.light-mode .hero-role,body.light-mode .project-description,body.light-mode .services-description{color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 0 5px rgba(0,0,0,.8),0 2px 10px rgba(0,0,0,.7)}body.light-mode .contact-info,body.light-mode .contact-link{color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 2px 10px rgba(0,0,0,.7)}body.light-mode .footer{color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}body.dark-mode{background:#0d1f2b;color:#e0e0e0}a{color:inherit;text-decoration:none}.container{max-width:900px;margin:0 auto;padding:0 2rem;position:relative;z-index:10}@media (min-width:481px) and (max-width:1024px){.container{max-width:100%;padding:0 3rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.section{width:100%;max-width:800px}.contact-info{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;padding:3rem}.hero,.hero-intro{margin-bottom:2rem}.hero-intro{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 20px rgba(0,0,0,.8),0 4px 40px rgba(0,0,0,.6)}.hero-role{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;color:#ccc;margin-bottom:1rem}.hero-description,.hero-role{text-shadow:0 2px 15px rgba(0,0,0,.8),0 4px 30px rgba(0,0,0,.6)}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:#ddd;max-width:700px;line-height:1.7}.section{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;padding:3rem;margin-bottom:2rem}.section-title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em;color:#aaa;text-shadow:0 2px 15px rgba(0,0,0,.8),0 4px 30px rgba(0,0,0,.6)}.about-text{font-size:clamp(1rem,2vw,1.25rem);line-height:1.8;color:#ddd;max-width:700px;margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.7)}.projects-list{list-style:none}.project-item{margin-bottom:4rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.project-item.visible{opacity:1;transform:translateY(0)}.project-link{display:inline-block;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;margin-bottom:.5rem;position:relative;transition:color .3s ease;text-shadow:0 2px 15px rgba(0,0,0,.8)}.project-link:hover{color:#999}.project-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:#fff;transition:width .3s ease}.project-link:hover:after{width:100%}.project-description{font-size:clamp(.9rem,1.5vw,1.1rem);color:#ccc;line-height:1.7;max-width:600px;text-shadow:0 2px 10px rgba(0,0,0,.7)}.project-meta{font-size:.9rem;color:#666;margin-top:.5rem}.labs-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%;max-width:none;margin:0;padding:0 5vw}.lab-item{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.lab-item.visible{opacity:1;transform:translateY(0)}.lab-link{font-size:1.25rem;font-weight:600;transition:color .3s ease;display:inline-block;text-shadow:0 2px 10px rgba(0,0,0,.7)}.lab-link:hover{color:#999}.contact-info{font-size:clamp(1rem,2vw,1.25rem);line-height:1.8;color:#ddd;text-shadow:0 2px 10px rgba(0,0,0,.7)}.contact-link{color:#fff;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;transition:-webkit-text-decoration-color .3s ease;transition:text-decoration-color .3s ease;transition:text-decoration-color .3s ease,-webkit-text-decoration-color .3s ease}.contact-link:hover{-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.footer{padding:4rem 0 2rem;text-align:center;font-size:.9rem;color:#666}body:after{content:"";display:block;height:0;clear:both}@media (max-width:768px){.container{padding:0 1rem;max-width:100%}.hero{min-height:80vh;padding:2rem 1rem;margin-bottom:1rem}.hero-intro{font-size:clamp(2rem,8vw,3rem);margin-bottom:1.5rem}.hero-role{font-size:clamp(1.2rem,4vw,1.8rem)}.hero-description{font-size:clamp(.9rem,3vw,1.1rem)}.section{padding:3rem 0}.section-title{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.about-text{font-size:clamp(.95rem,3vw,1.1rem)}.project-item{margin-bottom:3rem}.project-link{font-size:clamp(1.3rem,5vw,2rem)}.project-description{font-size:clamp(.85rem,3vw,1rem)}.labs-grid{grid-template-columns:repeat(2,1fr);padding:0 1rem;gap:1rem}.lab-link{font-size:1rem}.contact-info{font-size:clamp(.95rem,3vw,1.1rem)}.footer{padding:3rem 0 1.5rem;font-size:.85rem}}@media (max-width:600px){.container{padding:0 .75rem}.hero{padding:1.5rem .75rem}.labs-grid{grid-template-columns:1fr;padding:0 .75rem}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}