@keyframes dropAndSettle{0%{opacity:0;transform:translateY(-100px) rotate(-10deg)}50%{opacity:1;transform:translateY(15px) rotate(3deg)}to{opacity:1;transform:translateY(0) rotate(0deg)}}@keyframes skewReveal{0%{opacity:0;transform:translateY(60px) skewY(10deg)}to{opacity:1;transform:translateY(0) skewY(0deg)}}@keyframes simpleDrop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.icon-ml{margin-left:8px}.mobile-break{display:none}.anim-delay-100{animation-delay:.1s!important}.anim-delay-200{animation-delay:.2s!important}.anim-delay-300{animation-delay:.3s!important}.anim-delay-400{animation-delay:.4s!important}.anim-delay-500{animation-delay:.5s!important}.anim-delay-600{animation-delay:.6s!important}.photo-drop-anim{animation:dropAndSettle 1.2s cubic-bezier(.34,1.56,.64,1) both}.genz-drop-anim,.genz-skew-anim{display:inline-block;animation:skewReveal .9s cubic-bezier(.2,.8,.2,1) both}.genz-drop-anim{animation:simpleDrop .8s cubic-bezier(.25,1,.5,1) both}#home.section,.hero{display:flex;align-items:center}#home.section{min-height:100vh;min-height:100dvh;padding-top:100px;padding-bottom:120px;margin-bottom:0;box-sizing:border-box}.hero{flex-direction:row;justify-content:space-between;gap:60px;width:100%}.hero-text{flex:1.2;display:flex;flex-direction:column;align-items:flex-start}.hero-img{flex:.8;display:flex;justify-content:center;position:relative}.giant-text-single{font-weight:800!important;font-size:clamp(2.5rem,4.5vw,4.2rem);letter-spacing:-1.5px;margin:10px 0 25px;line-height:1.1;display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;align-items:center}.giant-text-single .outline-text{-webkit-text-stroke:3px var(--text-main);color:transparent}.inline-word{display:inline-block}.hero-buttons{display:flex;gap:15px}.section-title{width:100%;text-align:left;margin-bottom:50px}.section-title .neo-heading::after{left:0;transform:none}.split-layout-modern{display:flex;align-items:center;gap:60px;width:100%}.split-layout-modern>div{flex:1;width:50%}.split-layout-modern .neo-image-card{width:100%;max-width:450px;aspect-ratio:1/1;height:auto;margin:0 auto}.split-text-content{display:flex;flex-direction:column;align-items:flex-start}.about-desc-neo{color:var(--text-muted);margin-bottom:30px}.about-brief-text,.about-desc-neo{font-weight:500;font-size:1.05rem;line-height:1.8}.project-grid-modern{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:max-content max-content auto;grid-template-areas:"title img""desc img""btn img";column-gap:60px;align-items:start;width:100%}.proj-img{grid-area:img;align-self:center;display:flex;align-items:center;justify-content:center}.proj-desc{grid-area:desc;margin-bottom:30px}.proj-btn{grid-area:btn}.skills-grid{display:flex;flex-wrap:wrap;gap:15px;width:100%;justify-content:flex-start}.modern-skill,.modern-skill i{align-items:center;border:2px solid var(--text-main);transition:all .3s ease}.modern-skill{background:var(--card-bg);border-radius:12px;padding:10px 24px 10px 10px;display:flex;flex-direction:row;gap:12px;text-align:left;cursor:default;width:max-content;max-width:100%;box-shadow:4px 4px 0 var(--shadow-color)}.modern-skill:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--shadow-color)}.modern-skill i{font-size:1.3rem;color:var(--bg-main)!important;background:var(--text-main);width:45px;height:45px;min-width:45px;max-width:45px;min-height:45px;max-height:45px;display:flex!important;justify-content:center;border-radius:8px;flex-shrink:0}.modern-skill:hover i{transform:rotate(-10deg)}.modern-skill .skill-text{display:flex;flex-direction:column;justify-content:center}.modern-skill .skill-name{font-weight:800;color:var(--text-main);font-size:1rem;margin-bottom:2px;line-height:1.1;letter-spacing:-.5px}.modern-skill .skill-desc{font-size:.8rem;color:var(--text-muted);line-height:1.1;font-weight:500}.unified-collage-wrapper{width:100%;padding:20px 0}.neo-collage{position:relative;width:100%;height:450px;max-width:600px;margin:0 auto;perspective:1000px}.uc-img{position:absolute;object-fit:cover;filter:grayscale(100%);border:3px solid var(--text-main);border-radius:12px;box-shadow:8px 8px 0 var(--shadow-color);transition:transform .4s ease-out,filter .4s ease-out,box-shadow .4s ease-out;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;cursor:pointer}.uc-img-1{width:55%;height:75%;bottom:0;left:0;z-index:1}.uc-img-2{width:50%;height:65%;top:0;right:0;z-index:2}.uc-img-3{width:40%;height:55%;top:20%;left:30%;z-index:3}.neo-collage:hover .uc-img-1{transform:translate(-10px,10px) translateZ(0)}.neo-collage:hover .uc-img-2{transform:translate(10px,-10px) translateZ(0)}.uc-img:active,.uc-img:hover{filter:grayscale(0%)!important;z-index:10!important;transform:scale(1.05) translate(-4px,-4px) translateZ(0)!important;box-shadow:12px 12px 0 var(--shadow-color)!important}.contact-minimal{display:flex;flex-direction:column}.contact-minimal,.text-center-mobile .contact-minimal{align-items:flex-start}.social-links-row{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}@media (max-width:992px){.mobile-break{display:block;width:100%;height:0}.section-title{text-align:center}.section-title .neo-heading::after{left:50%;transform:translateX(-50%)}#home.section,.hero{display:flex;align-items:center;justify-content:center}#home.section{min-height:100svh;padding-top:clamp(80px,12vh,120px);padding-bottom:clamp(90px,15vh,140px);text-align:center}.hero{flex-direction:column;width:100%;margin:0;gap:clamp(20px,6vh,60px)}.hero-img{order:1;margin:0}.hero-img .neo-image-card{width:clamp(130px,20vh,200px);height:clamp(130px,20vh,200px);margin:0 auto;border-radius:50%;padding:0;border-width:3px;box-shadow:4px 4px 0 var(--shadow-color);overflow:hidden}.hero-img img{border-radius:50%;height:100%;width:100%;object-fit:cover}.hero-img .status-badge{display:none}.hero-text{order:2;width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(12px,3vh,25px)}.genz-drop-anim.neo-pill-badge,.giant-text-single,.hero-buttons,.neo-desc{margin:0!important}.genz-drop-anim.neo-pill-badge{padding:clamp(6px,1.5vh,10px) clamp(16px,4vw,24px);font-size:clamp(.7rem,1.5vh,.9rem);border-width:2px;box-shadow:3px 3px 0 var(--shadow-color)}.giant-text-single{justify-content:center;gap:clamp(4px,1.5vh,8px);font-size:clamp(1.6rem,8.5vw,2.5rem);letter-spacing:-.5px}.giant-text-single .outline-text{-webkit-text-stroke:1.5px var(--text-main)}.neo-desc{max-width:95%;font-size:clamp(.85rem,2vh,1.05rem);line-height:1.6;font-weight:500;text-align:center}.hero-buttons{display:flex;flex-direction:row;justify-content:center;flex-wrap:nowrap!important;gap:clamp(10px,3vw,20px);width:100%}.hero-buttons .btn{padding:clamp(10px,3.5vw,14px) clamp(16px,5vw,24px);font-size:clamp(.75rem,3.5vw,.9rem);border-width:2px;box-shadow:4px 4px 0 var(--shadow-color);white-space:nowrap}.split-layout-modern{flex-direction:column;gap:40px;text-align:center}.split-layout-modern>div{width:100%}.split-layout-modern .neo-image-card{width:100%;max-width:320px;height:320px;display:block;border-radius:16px;border-width:3px}.split-layout-modern .neo-image-card img{border-radius:8px;border-width:2px}.project-grid-modern,.split-text-content{display:flex;flex-direction:column;align-items:center}.project-grid-modern{gap:20px;text-align:center;width:100%}.proj-title{margin-bottom:0}.proj-desc{margin-bottom:10px}.proj-btn{width:100%;display:flex;justify-content:center}.unified-collage{width:100%;max-width:300px!important;height:350px!important;margin:10px auto;display:block!important;position:relative;perspective:1000px}.uc-img{opacity:1!important;filter:grayscale(100%);box-shadow:4px 4px 0 var(--shadow-color);transform:translateZ(0)}.uc-img-1{width:75%;height:60%;left:-5%;bottom:0;z-index:1}.uc-img-2{width:75%;height:60%;right:-5%;top:0;z-index:2}.uc-img-3{width:60%;height:50%;left:20%;top:25%;z-index:4}.uc-img:active,.uc-img:hover{transform:translateZ(0)!important;box-shadow:4px 4px 0 var(--shadow-color)!important}.skills-grid{justify-content:center}.modern-skill{padding:6px 16px 6px 6px;box-shadow:2px 2px 0 var(--shadow-color);border-radius:8px}.modern-skill:hover{transform:translate(0,0);box-shadow:4px 4px 0 var(--shadow-color)}.text-center-mobile .contact-minimal{align-items:center;text-align:center}.social-links-row{justify-content:center}}