nav.main-nav{position:fixed;top:0;left:0;width:100%;height:5rem;background:transparent;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;z-index:10;transition:all .3s ease}nav.main-nav.menu-open .nav-center,nav.main-nav.scrolled .nav-center,nav.main-nav.scrolled .nav-left{opacity:0;visibility:hidden;transform:translateY(-10px);pointer-events:none}nav.main-nav.scrolled .nav-right{opacity:1;visibility:visible;pointer-events:auto}nav.main-nav.scrolled .menu-toggle{background:var(--scrolled-nav-bg);backdrop-filter:blur(10px);border:1px solid var(--stroke);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}body:not(.dark) nav.main-nav.scrolled .burger-line{background-color:var(--menu-fg)}.nav-center,.nav-left{transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.nav-right{transition:opacity .3s ease,visibility .3s ease}.nav-left{flex:1;display:flex;justify-content:flex-start}.nav-left .logo-name a{font-size:1.75rem;font-weight:700;color:var(--fg);user-select:none}.nav-center{flex:2;display:flex;justify-content:center}.nav-center .nav-links{display:flex;gap:2rem;align-items:center}.nav-center .nav-links a{font-weight:600;color:var(--fg);transition:color .3s ease;font-size:1rem}.nav-center .nav-links a:hover{color:#555}.nav-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.menu-toggle{cursor:pointer;padding:1rem;user-select:none;z-index:11;transition:background .3s ease,border-radius .3s ease,padding .3s ease}.burger-menu{width:30px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.burger-line{width:100%;height:2px;background-color:var(--fg);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55),opacity .3s cubic-bezier(.68,-.55,.265,1.55),background-color .1s ease;transform-origin:center}.menu-toggle.open .burger-line{background-color:var(--menu-fg)}.menu-toggle.open .line1{transform:rotate(45deg) translate(6px,6px)}.menu-toggle.open .line2{opacity:0;transform:translateX(-20px)}.menu-toggle.open .line3{transform:rotate(-45deg) translate(6px,-6px)}nav.main-nav .divider{position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:var(--stroke);transform-origin:left;transform:scaleX(0)}nav.main-nav.scrolled .divider{opacity:0;transform:scaleX(0)}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--menu-bg);z-index:9;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:clip-path 1.25s cubic-bezier(.77,0,.175,1);overflow:hidden;display:flex;justify-content:center;align-items:center}@media (max-width:768px){.menu-overlay{width:100vw!important;height:100vh!important;height:100dvh;left:0!important;right:0!important}}@supports (-webkit-touch-callout:none){.menu-overlay{height:-webkit-fill-available}}.menu-overlay.open{position:fixed;width:100vw;height:100vh;top:0;left:0;right:0;bottom:0;clip-path:polygon(0 0,100% 0,100% 175%,0 100%)}.menu-content{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;transform-origin:left bottom;will-change:transform,opacity}.menu-content.open{opacity:1;transform:translateX(0) translateY(0) scale(1) rotate(0deg)}.menu-items{width:100%;padding:2.5em;display:flex;gap:2.5em}.col-lg{flex:3}.col-sm{flex:2}.menu-items .col-lg{display:flex;justify-content:center;align-items:center}.menu-preview-img{position:relative;width:45%;height:100%;overflow:hidden;border-radius:20px}.menu-preview-img img{position:absolute;will-change:transform,opacity}.menu-items .col-sm{padding:2.5em 0;display:flex;flex-direction:column;gap:2.5em}.menu-links,.menu-socials{display:flex;flex-direction:column;gap:.5em}.link a,.social a{display:inline-block;will-change:transform;position:relative;transition:color .5s}.link a{font-size:3.5rem;letter-spacing:-.02rem}.link a,.social a{color:#8f8f8f}.link a:hover,.social a:hover{color:#fff}.menu-overlay .link a:after,.menu-overlay .social a:after{position:absolute;content:"";bottom:-5px;left:0;width:100%;height:2px;background:#fff;transform:scaleX(0);transform-origin:right;transition:transform .3s cubic-bezier(.6,0,.4,1)}.menu-overlay .link a:hover:after,.menu-overlay .social a:hover:after{transform:scaleX(1);transform-origin:left}@media (max-width:1000px){.nav-center .nav-links{display:none}nav.main-nav{padding:0 1.5rem}.menu-items{flex-direction:column;gap:2rem}.col-lg{order:2}.col-sm{order:1}.menu-preview-img{height:200px}.link a{font-size:2rem}}@media (max-width:600px){nav.main-nav{padding:0 1rem}}.theme-toggle{background-color:transparent;border:1px solid var(--stroke);color:var(--fg);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.theme-toggle:hover{background-color:var(--bg-muted);transform:scale(1.1)}.portfolio-about{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(2rem,5vh,4rem) 1rem;min-height:100vh;background-color:var(--bg);color:var(--fg);overflow-x:hidden}.portfolio-profile-title{font-size:clamp(2rem,8vw,4.5rem);font-weight:500;text-align:center;color:var(--fg);margin-bottom:clamp(1rem,3vh,2rem)}.portfolio-copy-container{border:.15rem dashed var(--stroke);border-radius:1.5rem;padding:clamp(1rem,4vw,2.5rem);width:90%;max-width:1200px;display:flex;flex-direction:column}.portfolio-content-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;gap:clamp(1rem,3vh,2rem)}.portfolio-image-container{order:1;width:clamp(120px,40%,220px);aspect-ratio:1/1;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.1);flex-shrink:0;will-change:clip-path;clip-path:inset(100% 0 0 0)}.portfolio-image-container img{width:100%;height:100%;object-fit:cover}.portfolio-anime-text{order:2;width:100%}.portfolio-anime-text p{font-weight:500;line-height:1.6;text-align:center;font-size:clamp(.95rem,2.5vh,1.1rem)}@media (min-width:768px){.portfolio-content-wrapper{flex-direction:row;gap:3rem}.portfolio-image-container{order:2;width:40%;max-width:400px;aspect-ratio:1/1}.portfolio-anime-text{order:1;width:60%}.portfolio-anime-text p{text-align:left;font-size:clamp(1.1rem,1.5vw,1.25rem)}}@media (min--width:1024px){.portfolio-content-wrapper{gap:4rem}.portfolio-image-container{order:1}.portfolio-anime-text{order:2}}.skills-component-wrapper{width:100%;padding-top:3rem;margin-top:3rem;border-top:.15rem dashed var(--stroke)}.skills-container{max-width:1200px;margin:0 auto}.skills-header{text-align:center;margin-bottom:3rem}.skills-label{font-size:.9rem;font-weight:600;letter-spacing:.1em;color:var(--fg);opacity:.6;margin-bottom:.5rem}.skills-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:500;line-height:1.2;color:var(--fg)}.skills-title-highlight{background:linear-gradient(90deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.skills-subtitle{font-size:clamp(.9rem,1.5vw,1rem);color:var(--fg-muted);max-width:60ch;margin:1rem auto 0;line-height:1.6}.skills-grid-container{display:flex;flex-direction:column;gap:2.5rem}.skills-category{width:100%}.skills-category-title{font-size:.8rem;font-weight:600;letter-spacing:.1em;color:var(--fg-muted);margin-bottom:1.5rem;text-align:center}.skills-grid{flex-wrap:wrap;gap:1rem}.skill-item,.skills-grid{display:flex;justify-content:center}.skill-item{position:relative;flex-direction:column;align-items:center;width:90px;height:90px;background-color:var(--bg-muted);border-radius:.75rem;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease}.skill-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.07)}.skill-icon{font-size:2.2rem;color:var(--fg);opacity:.7;transition:color .3s ease,opacity .3s ease}.skill-item:hover .skill-icon{opacity:1;color:#4f46e5}.skill-name{position:absolute;bottom:-2rem;font-size:.8rem;color:var(--fg);opacity:0;transition:opacity .3s ease,bottom .3s ease;pointer-events:none}.skill-item:hover .skill-name{opacity:1;bottom:-1.75rem}@media (max-width:768px){.skill-item{width:80px;height:80px}.skill-icon{font-size:2rem}}.achievements-section-wrapper{position:relative;background-color:var(--bg);padding:6rem 0;overflow:hidden}.achievements-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:500;text-align:center;color:var(--fg);margin-bottom:4rem;position:relative;z-index:3}.sticky-cards-section{position:relative;width:100vw;height:100vh;overflow:hidden;z-index:1}.sticky-header{position:absolute;top:0;left:0;width:250vw;height:100%;display:flex;justify-content:center;align-items:center;will-change:transform}.sticky-header h1{margin:0;color:rgba(0,0,0,.05);font-size:20vw;font-weight:600;letter-spacing:-.05em;line-height:100%}.sticky-card{position:absolute;top:10%;left:100%;width:380px;height:auto;min-height:420px;max-height:480px;background:rgba(255,255,255,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px 0 rgba(31,38,135,.1);border-radius:1.5rem;padding:1.5rem;will-change:transform,border;z-index:2;opacity:0;display:flex;flex-direction:column;transition:box-shadow .5s ease}.sticky-card.is-active{box-shadow:0 0 60px 10px rgba(0,0,0,.1)}.sticky-card .card-img{position:relative;width:100%;height:200px;border-radius:1rem;overflow:hidden;flex-shrink:0;border:1px solid rgba(255,255,255,.1)}.sticky-card .card-content{flex:1;display:flex;flex-direction:column;padding:1.5rem .5rem .5rem;min-height:0}.sticky-card .card-content .card-description{flex-grow:1}.sticky-card .card-content h2{font-size:2.2rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1rem;color:#1f1f1f;line-height:1.2}.sticky-card .card-content p{font-size:1rem;font-weight:400;letter-spacing:-.01em;line-height:1.5;color:rgba(31,31,31,.8);margin:0}@media (max-width:1000px){.sticky-header h1{font-size:15vw}.sticky-card .card-content h2{font-size:2rem}.sticky-card .card-content p{font-size:1rem}}@media (max-width:600px){.sticky-card{width:300px;min-height:350px;max-height:400px;top:15%;padding:1rem}.sticky-card .card-img{height:150px}.sticky-card .card-content h2{font-size:1.75rem}.sticky-card .card-content p{font-size:.9rem}}body.dark .sticky-header h1{color:rgba(255,255,255,.05)}body.dark .sticky-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 0 rgba(255,255,255,0)}body.dark .sticky-card.is-active{box-shadow:0 0 80px 10px rgba(255,255,255,.15)}body.dark .sticky-card .card-content h2{color:#fff}body.dark .sticky-card .card-content p{color:#d1d5db}.night-scene-wrapper{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;z-index:0;opacity:0}.star{position:absolute;background-color:#fff;border-radius:50%;animation:twinkle ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.5}50%{opacity:1}}.moon{width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);background:#e0e0e0;top:15%;box-shadow:0 0 30px 5px rgba(255,255,255,.3)}.moon,.moon:after{position:absolute;border-radius:50%;left:15%}.moon:after{content:"";width:18%;height:18%;background:rgba(0,0,0,.15);top:25%}.moon:before{content:"";width:12%;height:12%;background:rgba(0,0,0,.1);top:55%;left:40%}.moon:before,.sun{position:absolute;border-radius:50%}.sun{width:clamp(100px,12vw,150px);height:clamp(100px,12vw,150px);background:#ffd700;top:15%;left:15%;box-shadow:0 0 40px 10px #ffd700,0 0 60px 20px rgba(255,223,0,.5)}.mountain-bg{width:100%;height:30%}.mountain,.mountain-bg{position:absolute;bottom:0}.mountain{border-left:25vw solid transparent;border-right:25vw solid transparent;border-bottom:20vh solid #1a1a2e}.mountain-1{left:-10%}.mountain-2{left:30%;border-bottom-color:#162447;transform:scale(1.2)}.mountain-3{left:60%;border-bottom-color:#1f4068;transform:scale(.9)}.tree-bg{width:100%;height:25%}.tree,.tree-bg{position:absolute;bottom:0}.tree{border-left:3rem solid transparent;border-right:3rem solid transparent}.tree:after{content:"";position:absolute;width:.5rem;height:2rem;background:#000;top:100%;left:50%;transform:translateX(-50%)}.l1{border-bottom:8rem solid #111;z-index:3}.l2{border-bottom:10rem solid #0d0d0d;z-index:2}.l3{border-bottom:12rem solid #000;z-index:1}.t1{left:5%;transform:scale(.9)}.t2{left:30%;transform:scale(1)}.t3{left:80%;transform:scale(.8)}.t4{left:15%;transform:scale(.85)}.t5{left:60%;transform:scale(1.1)}.t6{left:90%;transform:scale(.75)}.t7{left:0;transform:scale(1)}.t8{left:45%;transform:scale(.9)}.t9{left:70%;transform:scale(1.05)}.day-scene .star{display:none}.day-scene .mountain-1{border-bottom-color:#6b8e23}.day-scene .mountain-2{border-bottom-color:#556b2f}.day-scene .mountain-3{border-bottom-color:#8fbc8f}.day-scene .l1{border-bottom-color:#228b22}.day-scene .l2{border-bottom-color:#006400}.day-scene .l3{border-bottom-color:#008000}.day-scene .tree:after{background:#5c4033}.clouds{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.cloud{opacity:.8;animation:drift linear infinite}.cloud,.cloud:after,.cloud:before{position:absolute;background:#fff;border-radius:50%}.cloud:after,.cloud:before{content:""}.cloud-1{width:120px;height:40px;top:20%;animation-duration:45s}.cloud-1:before{width:60px;height:60px;top:-30px;left:20px}.cloud-1:after{width:80px;height:80px;top:-40px;right:10px}.cloud-2{width:150px;height:50px;top:35%;animation-duration:60s;animation-delay:-15s}.cloud-2:before{width:80px;height:80px;top:-40px;left:30px}.cloud-2:after{width:100px;height:100px;top:-50px;right:20px}.cloud-3{width:100px;height:30px;top:50%;animation-duration:75s;transform:scale(.8)}.cloud-3:before{width:50px;height:50px;top:-25px;left:15px}.cloud-3:after{width:70px;height:70px;top:-35px;right:5px}.cloud-4{width:180px;height:60px;top:10%;animation-duration:90s;animation-delay:-30s;transform:scale(1.2)}.cloud-4:before{width:90px;height:90px;top:-45px;left:40px}.cloud-4:after{width:120px;height:120px;top:-60px;right:30px}@keyframes drift{0%{transform:translateX(-200px)}to{transform:translateX(100vw)}}.projects-section{position:relative;width:100%;background-color:var(--bg);color:var(--fg);overflow:hidden;display:flex;flex-direction:column;height:100vh;padding:clamp(6rem,15vh,10rem) 0 0}.projects-header-container{text-align:center;padding:0 2rem;margin-bottom:4rem;flex-shrink:0}.projects-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:500;margin-bottom:1rem}.projects-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--fg-muted);max-width:600px;margin:0 auto;line-height:1.6}.projects-horizontal-container{width:100%;display:flex;align-items:center;flex-grow:1;min-height:0}.projects-wrapper{display:flex;align-items:center;gap:clamp(2rem,4vw,4rem);--card-width:clamp(300px,60vw,550px);padding:0 calc(50vw - var(--card-width) / 2);will-change:transform}.project-card{flex-shrink:0;width:var(--card-width);height:clamp(400px,60vh,500px);background-color:var(--card-bg);border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column;will-change:transform,opacity}.project-image-container{position:relative;width:100%;height:55%;flex-shrink:0}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.project-content h3{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin-bottom:.5rem}.project-content p{font-size:clamp(.9rem,1.5vw,1rem);color:var(--fg-muted);line-height:1.6;flex-grow:1}.project-links{margin-top:1rem;display:flex;gap:1rem}.project-links a{padding:.5rem 1.25rem;border-radius:99px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.9rem}.project-links a:first-child{background-color:var(--fg);color:var(--bg)}.project-links a:last-child{background-color:transparent;color:var(--fg);box-shadow:inset 0 0 0 1px var(--fg)}.project-links a:hover{transform:translateY(-2px);filter:brightness(1.1)}@media (max-width:768px){.projects-section{height:100dvh;padding:4rem 0 0}.projects-header-container{margin-bottom:2rem}.project-card{width:80vw}}.journey-section-new{position:relative;width:100%;padding:clamp(6rem,15vh,10rem) 2rem;background-color:var(--bg);color:var(--fg)}.journey-container{max-width:1200px;margin:0 auto}.journey-header{margin-bottom:4rem}.journey-title-new{font-size:clamp(3rem,7vw,5rem);font-weight:500;line-height:1.1;margin-bottom:1rem}.journey-title-new .text-gradient{background:linear-gradient(90deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.journey-subtitle-new{font-size:clamp(1rem,2vw,1.25rem);color:var(--fg-muted);max-width:550px;line-height:1.6}.journey-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.journey-timeline-col{position:relative;padding-left:3rem}.journey-timeline-col:before{content:"";position:absolute;left:7px;top:2rem;bottom:0;width:2px;background-color:var(--border-color);z-index:1}.timeline-progress-line{position:absolute;left:7px;top:2rem;width:2px;height:100%;background:linear-gradient(180deg,#818cf8,#4f46e5);box-shadow:0 0 10px 1px #818cf8;transform:scaleY(0);transform-origin:top;z-index:2}.timeline-year-group{position:relative;margin-bottom:3rem}.timeline-year-marker{position:relative;display:flex;align-items:center;margin-left:-3rem;margin-bottom:2rem}.timeline-dot-new{width:18px;height:18px;background-color:var(--bg);border:3px solid var(--fg);border-radius:50%;z-index:3}.timeline-year{font-size:clamp(2.5rem,6vw,4rem);font-weight:600;color:var(--fg);margin-left:1.5rem}.timeline-events-col{display:flex;flex-direction:column;gap:3rem}.timeline-event-item{position:relative;padding:1rem;border-radius:.5rem;transition:background-color .3s ease}.timeline-event-meta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.timeline-event-institution{font-size:.9rem;font-weight:500;color:var(--fg-muted);margin-bottom:0}.timeline-event-date{font-size:.85rem;font-weight:400;color:var(--fg-muted);opacity:.8;flex-shrink:0}.timeline-event-title{font-size:1.5rem;font-weight:500;color:var(--fg);margin-bottom:.75rem}.timeline-event-description{font-size:1rem;line-height:1.6;color:var(--fg-muted)}.timeline-event-image-mobile{display:none;margin-top:1.5rem;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 25px -10px rgba(0,0,0,.1)}.timeline-event-img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.journey-image-col{position:relative;height:100%}.sticky-image-wrapper{position:sticky;top:120px;width:100%}.browser-frame{border-radius:.75rem;background-color:var(--card-bg);box-shadow:0 25px 50px -12px rgba(0,0,0,.1);border:1px solid var(--border-color);overflow:hidden}.browser-header{padding:.75rem;background-color:var(--card-header-bg);display:flex;align-items:center}.browser-dots{display:flex;gap:.5rem}.browser-dots span{width:12px;height:12px;border-radius:50%}.browser-dots span:first-child{background-color:#ef4444}.browser-dots span:nth-child(2){background-color:#f59e0b}.browser-dots span:nth-child(3){background-color:#22c55e}.browser-image{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}@media (max-width:900px){.journey-layout{grid-template-columns:1fr}.journey-image-col{display:none}.timeline-event-image-mobile{display:block}}@media (max-width:768px){.journey-section-new{padding:4rem 1.5rem}.journey-timeline-col{padding-left:2rem}.journey-timeline-col:before,.timeline-progress-line{left:8px}.timeline-year-marker{margin-left:-2rem}}.contact-new{position:relative;width:100%;min-height:80svh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(4rem,10vh,8rem) 2rem;overflow:hidden;background-color:var(--bg);color:var(--fg)}.contact-new__layout{max-width:700px;width:100%;text-align:center;z-index:2}.contact-new__header{margin-bottom:4rem}.contact-new__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:500;line-height:1.2;margin-bottom:1rem;color:inherit}.contact-new__title .text-gradient{background:linear-gradient(90deg,#c6fe69,#7a78ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.contact-new__subtitle{font-size:clamp(1rem,2vw,1.1rem);max-width:550px;margin:0 auto;line-height:1.6;color:var(--fg-muted)}.contact-new__socials{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.contact-new__socials a{font-size:2.5rem;transition:color .3s ease,transform .3s ease;color:var(--fg)}.contact-new__socials a:hover{color:#818cf8;transform:translateY(-5px) scale(1.1)}.contact-new__footer-text{margin-top:4rem;font-size:1rem;color:var(--fg-muted)}.contact-new__footer-text a{font-weight:600;text-decoration:underline;text-underline-offset:4px;transition:color .3s ease;color:var(--fg)}.contact-new__footer-text a:hover{color:#818cf8}.simple-footer{width:100%;background-color:var(--bg);color:var(--fg);padding:4rem 0 2rem;text-align:center}.simple-footer .footer-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.simple-footer p{font-size:.95rem;font-weight:400;color:rgba(31,31,31,.8);margin:0;letter-spacing:.5px}@media (max-width:1000px){.container.menu-open{transform:rotate(5deg) translate(150px,200px) scale(1.2)}}@media (max-width:768px){.contact-new{padding:6rem 1.5rem;min-height:auto;justify-content:flex-start}.contact-new__socials{gap:1.5rem}.contact-new__socials a{font-size:2rem}.simple-footer{padding:3rem 0 1.5rem}.simple-footer .footer-content{padding:0 1rem}.simple-footer p{font-size:.85rem}}@media (max-width:600px){.container.menu-open{transform:rotate(3deg) translate(50px,100px) scale(1.1)}}.hero-new{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100svh;padding:6rem 2rem 4rem;background-color:var(--bg);overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;max-width:1200px}.hero-text{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.availability-badge{display:inline-block;width:fit-content;padding:.5rem 1rem;background-color:var(--bg-muted);border-radius:9999px;font-size:.9rem;font-weight:500}.main-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.2;letter-spacing:-.05em}.subtitle{font-size:1.1rem;color:var(--fg-muted);max-width:50ch;line-height:1.6}.tech-stack p{font-weight:600;margin-bottom:.75rem}.tech-list{display:flex;flex-wrap:wrap;gap:.75rem}.tech-item{padding:.25rem .75rem;background-color:var(--bg-muted);border-radius:.25rem;font-size:.9rem}.cta-buttons{display:flex;gap:1rem;margin-top:1rem}.cta-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;text-align:center}.cta-btn.primary{background-color:var(--fg);color:var(--bg)}.cta-btn.primary:hover{filter:brightness(1.2);transform:translateY(-2px)}.cta-btn.secondary{background-color:transparent;color:var(--fg);box-shadow:inset 0 0 0 1px var(--fg)}.cta-btn.secondary:hover{background-color:var(--bg-muted);transform:translateY(-2px)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.profile-image-container{width:300px;height:300px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 10px var(--bg-muted)}.profile-image{width:100%;height:100%;object-fit:cover}.floating-card{position:absolute;padding:.75rem 1.25rem;background-color:var(--card-bg);border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.1);font-weight:500;animation:float 6s ease-in-out infinite}.floating-cards-wrapper{display:contents}.card-1{top:10%;left:0;animation-delay:0s}.card-2{bottom:15%;left:-5%;animation-delay:-2s}.card-3{top:40%;right:-10%;animation-delay:-4s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.hero-text{order:2;align-items:center;text-align:center}.hero-visual{order:1;flex-direction:column;gap:1rem}.profile-image-container{width:250px;height:250px;margin-bottom:1rem}.floating-card{position:static;animation:none;transform:none!important;box-shadow:0 4px 15px rgba(0,0,0,.08)}.floating-cards-wrapper{display:flex;flex-direction:row;gap:.75rem;justify-content:center;flex-wrap:wrap}.card-1,.card-2,.card-3{top:auto;left:auto;right:auto;bottom:auto}}@media (max-width:768px){.hero-new{padding:7rem 1.5rem 3rem}.cta-buttons{justify-content:center}}@media (max-width:480px){.profile-image-container{width:200px;height:200px}.floating-card{font-size:.9rem;padding:.5rem 1rem}}.like-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s ease;border:1px solid var(--fg);background-color:transparent;color:var(--fg);font-size:1rem}.like-button:hover{background-color:rgba(0,0,0,.05);transform:translateY(-2px)}.like-button.liked{background-color:#ef4444;color:#fff;border-color:#ef4444}.like-button.liked:hover{background-color:#dc2626}.like-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.like-button.liked .like-icon{transform:scale(1.1)}