.navbar{max-width:100%;position:fixed;left:50%;transform:translate(-50%) translateY(0);width:100%;height:70px;background:#00000026;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000026;display:flex;align-items:center;justify-content:center;z-index:2000;padding:0 16px;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s ease,box-shadow .3s ease}.navbar.show{transform:translate(-50%) translateY(0)}.navbar.hide{transform:translate(-50%) translateY(-100%)}.navbar.scrolled{background:#00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000059}.navbar:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#000,#654700,#d4af37,#654700,#000)}.navbar:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#000,#654700,#d4af37,#654700,#000)}.logo{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.logo img{justify-self:center;height:40px;width:auto;max-width:140px;object-fit:contain}.hamburger{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:auto;height:auto;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;gap:10px;padding:8px;z-index:2100}.hamburger-icon{display:flex;flex-direction:column;justify-content:space-between;width:20px;height:18px;position:relative;flex-shrink:0}.hamburger-icon span{display:block;width:100%;height:2px;background:#fff;border-radius:5px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.hamburger-icon .middle-line{display:flex;flex-direction:row;justify-content:space-between;width:100%}.hamburger-icon .middle-line span{width:40%}.hamburger.active .hamburger-icon>span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active .hamburger-icon>span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hamburger.active .hamburger-icon .middle-line span{opacity:0}.menu-text{color:#fff;font-size:1.25rem;font-weight:600;white-space:nowrap;transition:opacity .2s ease,width .2s ease}.hamburger.active .menu-text{opacity:0;width:0;overflow:hidden}.contact_link_nav{position:absolute;right:50px;color:#fff;text-decoration:none;font-size:1.25rem;font-weight:600;padding:8px;transition:color .2s ease;white-space:nowrap}.contact_link_nav:hover{color:#00d9ff}.overlay{position:fixed;inset:0;background:#000000e6;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:1600}.overlay.show{opacity:1;visibility:visible;pointer-events:auto}.nav-menu{position:fixed;top:0;left:-100%;width:min(280px,80vw);height:100vh;background:#000000f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;padding:110px 30px 30px;gap:28px;transition:left .3s ease;z-index:1700}.nav-menu.open{left:0}.nav-menu a{color:#fff;text-decoration:none;font-size:1.3rem;font-weight:500;transition:color .2s ease}.nav-menu a:hover{color:#aaa}.nav-menu a.active{color:#00d9ff}@media(max-width:992px){.logo img{height:36px;max-width:120px}.menu-text{font-size:1.05rem}.contact_link_nav{right:25px;font-size:1rem}}@media(max-width:768px){.navbar{height:64px;padding:0 12px}.hamburger{left:12px;gap:8px;padding:6px}.menu-text{font-size:.95rem}.logo img{height:32px;max-width:100px}.contact_link_nav{right:35px;font-size:.95rem;padding:6px}.nav-menu{width:min(260px,82vw);padding:95px 22px 24px;gap:22px}.nav-menu a{font-size:1.15rem}}@media(max-width:480px){.navbar{height:60px}.hamburger{left:10px}.menu-text{display:none}.logo img{height:28px;max-width:90px}.contact_link_nav{right:30px;font-size:.85rem;padding:4px}.nav-menu{width:78vw;padding:85px 18px 20px;gap:18px}.nav-menu a{font-size:1rem}}@media(min-width:2560px){.navbar{height:90px}.logo img{height:52px;max-width:180px}.menu-text,.contact_link_nav{font-size:1.4rem}.hamburger-icon{width:26px;height:22px}.nav-menu{width:min(360px,80vw);padding:130px 36px 36px;gap:32px}.nav-menu a{font-size:1.5rem}.hamburger.active .hamburger-icon>span:nth-child(1){transform:translateY(10px) rotate(45deg)}.hamburger.active .hamburger-icon>span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}}@media(min-width:3840px){.navbar{height:110px}.logo img{height:64px;max-width:220px}.menu-text,.contact_link_nav{font-size:1.7rem}.hamburger-icon{width:32px;height:28px}.nav-menu{width:min(480px,80vw);padding:160px 44px 44px;gap:40px}.nav-menu a{font-size:1.9rem}.hamburger.active .hamburger-icon>span:nth-child(1){transform:translateY(13px) rotate(45deg)}.hamburger.active .hamburger-icon>span:nth-child(3){transform:translateY(-13px) rotate(-45deg)}}@media(min-width:5120px){.navbar{height:130px}.logo img{height:80px;max-width:280px}.menu-text{font-size:2rem}.contact_link_nav{font-size:2rem;right:60px}.hamburger-icon{width:38px;height:34px}.hamburger{left:28px;gap:14px}.nav-menu{width:min(600px,80vw);padding:190px 52px 52px;gap:48px}.nav-menu a{font-size:2.2rem}.hamburger.active .hamburger-icon>span:nth-child(1){transform:translateY(16px) rotate(45deg)}.hamburger.active .hamburger-icon>span:nth-child(3){transform:translateY(-16px) rotate(-45deg)}}.footer{width:100%;max-width:100%;padding:1.6rem clamp(1rem,6vw,10rem) 2rem;position:relative;color:#ffffffd1;background:linear-gradient(180deg,#08080a59,#08080abf);border-radius:18px 18px 0 0}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#000,#654700,#d4af37,#654700,#000);margin-bottom:1.2rem}.footer-main{overflow:visible;display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.6rem}.footer-left{display:flex;align-items:center;gap:2rem}.footer-logo{display:flex;align-items:center;justify-content:center;width:30px;height:38px;text-decoration:none}.footer-logo img{width:100%;height:100%;object-fit:contain;display:block}.footer-nav{display:flex;align-items:center;gap:1.5rem}.footer-nav a{text-decoration:none;color:#ffffffd1;font-size:.98rem;font-weight:500;letter-spacing:.02em;transition:color .3s ease,opacity .3s ease}.footer-nav a:hover{color:#fff;opacity:1}.footer-nav a.active{color:#00d9ff}.footer-socials{overflow:visible;display:flex;align-items:center;gap:.6rem}.footer-socials a{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1rem;transition:transform .3s ease,opacity .3s ease,box-shadow .3s ease}.footer-socials a:hover{transform:translateY(-3px);opacity:.9;box-shadow:0 8px 18px #00000059}.footer-socials a:nth-child(1){background:#111;border:1px solid rgba(255,255,255,.2)}.footer-socials a:nth-child(2){background:#1877f2}.footer-socials a:nth-child(3){background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.footer-socials a:nth-child(4){background:#0a66c2}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom p,.footer-bottom a{font-size:.88rem;color:#ffffff8c;text-decoration:none}.footer-bottom a:hover{color:#fff}@media(max-width:900px){.footer{border-radius:14px 14px 0 0;padding-bottom:1.4rem}.footer-main,.footer-left{flex-direction:column;align-items:center;text-align:center}.footer-nav{flex-wrap:wrap;justify-content:center;gap:.8rem 1.2rem}.footer-socials{overflow:visible;margin-top:.2rem}.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:.45rem;padding-top:.8rem}}@media(max-width:520px){.footer{padding:1.3rem .85rem 1.2rem}.footer-main{gap:1.2rem;margin-bottom:1.1rem}.footer-nav a{font-size:.9rem}.footer-socials a{width:2.1rem;height:2.1rem;font-size:.95rem}.footer-bottom p,.footer-bottom a{font-size:.8rem}}@media(min-width:2560px){.footer{padding:2.4rem clamp(2rem,6vw,10rem) 2.8rem}.footer-logo{width:40px;height:50px}.footer-nav{gap:2rem}.footer-nav a{font-size:1.15rem}.footer-socials a{width:2.8rem;height:2.8rem;font-size:1.2rem}.footer-bottom p,.footer-bottom a{font-size:1rem}}@media(min-width:3840px){.footer{padding:3rem clamp(2.5rem,6vw,10rem) 3.4rem;border-radius:24px 24px 0 0}.footer-logo{width:52px;height:64px}.footer-nav{gap:2.5rem}.footer-nav a{font-size:1.4rem}.footer-socials a{width:3.4rem;height:3.4rem;font-size:1.5rem}.footer-bottom p,.footer-bottom a{font-size:1.2rem}}@media(min-width:5120px){.footer{padding:3.8rem clamp(3rem,6vw,10rem) 4.2rem;border-radius:30px 30px 0 0}.footer-logo{width:64px;height:80px}.footer-nav{gap:3rem}.footer-nav a{font-size:1.7rem}.footer-socials a{width:4rem;height:4rem;font-size:1.8rem}.footer-bottom p,.footer-bottom a{font-size:1.4rem}.footer-main{margin-bottom:2.4rem}}@font-face{font-family:ClashDisplay-Extralight;src:url(../fonts/ClashDisplay-Extralight.woff2) format("woff2"),url(../fonts/ClashDisplay-Extralight.woff) format("woff"),url(../fonts/ClashDisplay-Extralight.ttf) format("truetype");font-weight:200;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Light;src:url(../fonts/ClashDisplay-Light.woff2) format("woff2"),url(../fonts/ClashDisplay-Light.woff) format("woff"),url(../fonts/ClashDisplay-Light.ttf) format("truetype");font-weight:300;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Regular;src:url(../fonts/ClashDisplay-Regular.woff2) format("woff2"),url(../fonts/ClashDisplay-Regular.woff) format("woff"),url(../fonts/ClashDisplay-Regular.ttf) format("truetype");font-weight:400;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Medium;src:url(../fonts/ClashDisplay-Medium.woff2) format("woff2"),url(../fonts/ClashDisplay-Medium.woff) format("woff"),url(../fonts/ClashDisplay-Medium.ttf) format("truetype");font-weight:500;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Semibold;src:url(../fonts/ClashDisplay-Semibold.woff2) format("woff2"),url(../fonts/ClashDisplay-Semibold.woff) format("woff"),url(../fonts/ClashDisplay-Semibold.ttf) format("truetype");font-weight:600;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Bold;src:url(../fonts/ClashDisplay-Bold.woff2) format("woff2"),url(../fonts/ClashDisplay-Bold.woff) format("woff"),url(../fonts/ClashDisplay-Bold.ttf) format("truetype");font-weight:700;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Variable;src:url(../fonts/ClashDisplay-Variable.woff2) format("woff2"),url(../fonts/ClashDisplay-Variable.woff) format("woff"),url(../fonts/ClashDisplay-Variable.ttf) format("truetype");font-weight:200 700;font-display:optional;font-style:normal}#hero{scrollbar-width:none}#hero::-webkit-scrollbar{display:none;width:0;height:0}.hero_section{position:relative;display:flex;background-image:url(/assets/hero_image-BDRIo47q.png);background-size:115%;background-position:center 45%;height:100vh;height:100svh;background-color:#0b0b0b;overflow:hidden}.hero_content{position:relative;width:100%;min-height:100vh;min-height:100svh;z-index:2;overflow:visible}.hero_section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,#000,#654700,#d4af37,#654700,#000)}.top_pattern_img{position:absolute;top:10%;left:0;width:100%;height:auto;z-index:0}.bottom_pattern_img{position:absolute;opacity:.8;bottom:0%;left:0;width:100%;height:auto;z-index:0}.V_image{position:absolute;inset:0;overflow:hidden;z-index:1}.V_image img{position:absolute;width:90%;max-width:100vw;height:auto;top:60%;left:50%;transform:translate(-50%,-50%);display:block;clip-path:inset(0 50% 0 50%);animation:expandFromCenter 2s ease forwards;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,#000 45%,#0009 70%,#0000);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(0,0,0,1) 45%,rgba(0,0,0,.6) 70%,rgba(0,0,0,0) 100%)}@keyframes expandFromCenter{0%{clip-path:inset(0 50% 0 50%);opacity:.4}to{clip-path:inset(0 0 0 0);opacity:1}}.silver-star{position:absolute;left:50%;bottom:0%;width:160px;height:160px;pointer-events:none;background:radial-gradient(circle,#fff 6%,#dcebff 10%,#b4c8dcb2 12%,#fff0 30%);filter:blur(5px);mix-blend-mode:screen;opacity:0}.star1{animation:silverStarMove1 5s ease-in-out infinite;animation-delay:2s}.star2{width:120px;height:120px;animation:silverStarMove2 7s ease-in-out infinite;animation-delay:2.5s}.star3{width:140px;height:140px;animation:silverStarMove3 5s ease-in-out infinite;animation-delay:6s}.star4{width:100px;height:100px;animation:silverStarMove4 5s ease-in-out infinite;animation-delay:4s}@keyframes silverStarMove1{0%{left:50%;bottom:-2%;opacity:0;transform:translate(-50%) scale(.5)}2%{opacity:1}20%,to{left:100%;bottom:66%;opacity:0;transform:translate(-50%) scale(.4)}}@keyframes silverStarMove2{0%{left:50%;bottom:17%;opacity:0;transform:translate(-50%) scale(.5)}2%{opacity:1}14%,to{left:0%;bottom:85%;opacity:0;transform:translate(-50%) scale(.4)}}@keyframes silverStarMove3{0%{left:50%;bottom:-1%;opacity:0;transform:translate(-50%) scale(.5)}2%{opacity:1}16%,to{left:0%;bottom:68%;opacity:0;transform:translate(-50%) scale(.4)}}@keyframes silverStarMove4{0%{left:50%;bottom:20%;opacity:0;transform:translate(-50%) scale(.5)}2%{opacity:1}15%,to{left:100%;bottom:85%;opacity:0;transform:translate(-50%) scale(.4)}}.hero_heading{overflow:visible;position:absolute;top:15%;left:0;width:100%;z-index:1000;font-size:3rem;font-weight:600;text-align:center;background:linear-gradient(180deg,#fff,#f5f5f5 20%,#cfcfcf,#8a8a8a 70%,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 6px rgba(255,255,255,.6),0 0 18px rgba(0,217,255,.123),0 6px 20px rgba(0,0,0,.6)}.vabz_subtext{overflow:visible;position:absolute;top:23%;left:0;width:100%;z-index:1000;font-size:2rem;font-weight:600;text-align:center;background:linear-gradient(180deg,#e5b02a,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 6px rgba(229,176,42,.8),0 0 18px rgba(229,176,42,.4),0 6px 20px rgba(0,0,0,.6)}.hero_subtext{position:absolute;top:42%;left:0;width:100%;height:3.8rem;font-family:Clash Display;color:#fff;z-index:1000;text-align:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero_subtext__title{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.3rem;white-space:nowrap;font-size:1.2rem;font-weight:600;letter-spacing:.08em}.hero_subtext__desc{display:block;font-size:.82rem;font-weight:400;letter-spacing:.04em;color:#fff9}@keyframes slow-Fade-In{0%{opacity:0}to{opacity:1}}.scroll-indicator{position:absolute;right:4%;bottom:8%;z-index:50;display:flex;flex-direction:column;align-items:center;gap:12px;opacity:.95;pointer-events:none}.scroll-indicator-text{font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#ffffffeb;text-shadow:0 0 6px rgba(255,255,255,.28),0 0 16px rgba(0,174,255,.16);animation:scrollTextFloat 2.8s ease-in-out infinite}.scroll-indicator-arrow{position:relative;width:24px;height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-self:center;overflow:hidden}.scroll-indicator-arrow span{display:block;width:12px;height:12px;margin:-3px 0;border-right:2px solid rgba(255,255,255,.95);border-bottom:2px solid rgba(255,255,255,.95);transform:rotate(45deg);opacity:0;filter:drop-shadow(0 0 6px rgba(255,255,255,.25)) drop-shadow(0 0 12px rgba(0,174,255,.12));animation:arrowFlow 2s ease-in-out infinite}.scroll-indicator-arrow span:nth-child(1){animation-delay:0s}.scroll-indicator-arrow span:nth-child(2){animation-delay:.25s}.scroll-indicator-arrow span:nth-child(3){animation-delay:.5s}@keyframes scrollTextFloat{0%,to{transform:translateY(0);opacity:.7}50%{transform:translateY(3px);opacity:1}}@keyframes arrowFlow{0%{opacity:0;transform:rotate(45deg) translate(-6px,-6px) scale(.85)}30%{opacity:.45}55%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(6px,6px) scale(1)}}@media(max-width:1024px){.hero_section,.hero_content{min-height:100svh}.hero_section{background-position:center}.hero_heading{top:14%}.vabz_subtext{top:22%}.hero_subtext{top:39%;font-size:1.05rem}.V_image img{width:min(94%,760px);max-width:100vw;top:60%}.silver-star{width:130px;height:130px;filter:blur(4.2px)}.star2{width:97.5px;height:97.5px}.star3{width:113.75px;height:113.75px}.star4{width:81.25px;height:81.25px}}@media(max-width:768px){.hero_section{height:100svh;min-height:100svh;background-size:cover;background-position:center}.hero_content{min-height:100svh}.top_pattern_img{top:6%;width:100%;left:0;transform:none;opacity:.7}.bottom_pattern_img{width:100%;left:0;transform:none;opacity:.6}.hero_heading{top:11%;font-size:clamp(1.8rem,8vw,2.6rem);letter-spacing:.03em}.vabz_subtext{top:19%;font-size:clamp(1rem,5vw,1.5rem)}.hero_subtext{top:33%;font-size:.9rem}.V_image img{width:112%;max-width:100vw;top:60%}.silver-star{width:96px;height:96px;filter:blur(3.2px)}.star2{width:72px;height:72px}.star3{width:84px;height:84px}.star4{width:60px;height:60px}.scroll-indicator{right:50%;transform:translate(50%);bottom:4%}.scroll-indicator-text{font-size:.62rem;letter-spacing:.2em}}@media(max-width:480px){.hero_section{height:100svh;background-size:cover;background-position:center}.hero_content{min-height:100svh}.hero_heading{top:10%;font-size:clamp(1.5rem,8vw,2rem);padding:0 .8rem}.vabz_subtext{top:17%;font-size:1rem}.hero_subtext{top:29%;font-size:.82rem}.V_image img{width:122%;max-width:100vw;top:58%}.silver-star{width:72px;height:72px;filter:blur(2.6px)}.star2{width:54px;height:54px}.star3{width:63px;height:63px}.star4{width:45px;height:45px}.scroll-indicator{bottom:env(safe-area-inset-bottom,3%);bottom:max(3%,env(safe-area-inset-bottom))}}@media(min-width:1600px){.hero_content{width:min(130%,1366px);margin:0 auto}.hero_section{position:relative;display:flex;background-image:url(/assets/hero_image-BDRIo47q.png);background-position:center;height:100vh;width:100%;background-size:110%;background-color:#0b0b0b;overflow:hidden}.bottom_pattern_img{position:absolute;opacity:.8;bottom:0%;left:50%;transform:translate(-50%);width:100%;height:auto;z-index:0}.top_pattern_img{position:absolute;top:5%;left:50%;transform:translate(-50%);width:100%;height:auto;z-index:0}.scroll-indicator{position:absolute;right:20%;bottom:8%;z-index:50;display:flex;flex-direction:column;align-items:center;gap:12px;opacity:.95;pointer-events:none}}@media(max-width:768px){.sound-toggle-btn{width:44px;height:44px;top:15px;left:15px;font-size:1.2rem}}.hero_cards{position:absolute;top:50%;left:50%;display:flex;align-items:center;gap:clamp(2rem,6vw,5rem);z-index:1100;perspective:1400px;pointer-events:auto;overflow:visible}.hero_card{position:relative;width:290px;height:390px;overflow:hidden;border-radius:10px;display:block;text-decoration:none;color:#fff;will-change:transform,width,height,opacity;border:1.5px solid rgba(229,176,42,.85);background:#00000059;box-shadow:inset 0 1px #ffffff1f,inset 0 -8px 20px #0000008c,0 8px 28px #00000073;transition:box-shadow .45s ease,border-color .45s ease}.hero_cards.is-active .hero_card{border:1.5px solid transparent;background:linear-gradient(160deg,#ffffff0f,#00000080 35%,#000000c7) padding-box,linear-gradient(140deg,#e5b02abf,#e5b02a26,#00d9ff59 70%,#e5b02a8c) border-box;box-shadow:0 20px 50px #0009,0 0 28px #e5b02a12,inset 0 1px #ffffff0d;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,border-color .45s ease}.hero_card:before{content:"";position:absolute;top:0;left:-130%;width:75%;height:100%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.16),transparent);transform:skew(-18deg);opacity:0;transition:left .6s ease,opacity .3s ease;pointer-events:none;z-index:4}.hero_cards.is-active .hero_card:hover{transform:translateY(-10px) scale(1.015);box-shadow:0 30px 60px #000000b3,0 0 32px #00d9ff2e,0 0 50px #e5b02a1a,inset 0 1px #ffffff14}.hero_cards.is-active .hero_card:hover:before{left:160%;opacity:.85}.hero_card__image-wrap{position:absolute;inset:0;overflow:hidden;z-index:1}.hero_card__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .6s ease,filter .6s ease}.hero_cards.is-active .hero_card:hover .hero_card__image-wrap img{transform:scale(1.06);filter:saturate(1.1) contrast(1.05)}.hero_card__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,#0000000d,#0000002e 35%,#000000b3 72%,#000000f2)}.hero_card__info{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:1.25rem 1.2rem 1.35rem;background:linear-gradient(180deg,#0000,#03050ab8 45%,#03050af0);transition:transform .4s ease}.hero_cards.is-active .hero_card:hover .hero_card__info{transform:translateY(-4px)}.hero_card__meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.65rem}.hero_card__category{font-size:.62rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#00d9ff}.hero_card__year{font-size:.62rem;letter-spacing:.22em;color:#ffffff8c;flex-shrink:0}.hero_card__info h3{margin:0 0 .45rem;font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:600;letter-spacing:.01em;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.5)}.hero_card__info p{margin:0;font-family:Inter,sans-serif;font-size:.82rem;line-height:1.5;color:#ffffffc7}.hero_card__btn-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;color:#f3e2c2;font-family:Clash Display,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.03em;white-space:nowrap;pointer-events:none}@media(min-width:1400px){.scroll-indicator{right:6%;bottom:8%}.hero_section{background-position:center}}@media(max-width:900px){.hero_cards{gap:clamp(1.5rem,4vw,3rem)}.hero_card{width:260px;height:360px}}@media(max-width:600px){.hero_section{background-position:center;background-repeat:no-repeat;background-size:cover}.hero_cards{flex-direction:column;align-items:center;gap:1.4rem;top:52%;width:90vw}.hero_card{width:min(220px,78vw);height:270px}}@media(prefers-reduced-motion:reduce){.hero_card,.hero_cards.is-active .hero_card{transition:none}}@media(min-width:2560px){.hero_section{background-size:cover;background-position:center}.hero_content{width:100%;max-width:none}.hero_heading{font-size:clamp(3rem,3.5vw,6rem)}.vabz_subtext{font-size:clamp(2rem,2.5vw,4rem)}.hero_subtext{font-size:clamp(1.2rem,1.4vw,2rem);height:5rem}.hero_card{width:380px;height:520px}.hero_cards{gap:clamp(3rem,6vw,7rem)}.scroll-indicator{right:6%}}@media(min-width:3840px){.hero_card{width:520px;height:700px}}@media(min-width:5119px){.hero_section{background-position:center}.hero_card{width:660px;height:880px}}.skills-ticker{width:100%;overflow:hidden;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);background:#ffffff05;padding:.65rem 0}.skills-ticker__track{overflow:hidden}.skills-ticker__inner{display:flex;width:max-content;animation:ticker-scroll 35s linear infinite}.skills-ticker__item{display:inline-flex;align-items:center;gap:.75rem;white-space:nowrap;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;padding:0 .5rem;transition:color .2s ease}.skills-ticker__item:hover{color:#00d9ffd9}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}.home-section{position:relative;width:100%;min-height:auto;overflow-x:hidden;background-image:url(/assets/background-BmFef-X5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.home-content{position:relative;min-height:auto;padding:clamp(1rem,2vw,2rem);display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,2.4vw,1.75rem);background:transparent}@media(min-width:769px)and (max-width:1024px){.home-content{padding:1.1rem 1.25rem 1.6rem;gap:1.3rem}}.section-loading{width:100%;min-height:400px;display:flex;justify-content:center;align-items:center;color:#c8f7ff;font-size:.9rem;letter-spacing:.15em;opacity:.6}.about-page{width:100%;min-height:100vh;padding:6rem 2rem;color:#fff;background-image:url(/assets/background-BmFef-X5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;overflow-x:hidden}.about-page .back-home{display:inline-block;text-decoration:none;color:#fff;opacity:.7;cursor:pointer;margin-bottom:2rem;transition:opacity .3s ease,transform .3s ease}.about-page .back-home:hover{opacity:1;transform:translate(-3px)}.about-header{max-width:1000px;margin:0 auto 2rem}.about-header h1{overflow:hidden;z-index:1000;font-size:clamp(2.4rem,5vw,3.5rem);font-weight:600;text-align:center;background:#fff;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 6px rgba(255,255,255,.6),0 0 18px rgba(0,217,255,.123),0 6px 20px rgba(0,0,0,.6);opacity:0;animation:slow-Fade-In 2s ease forwards;animation-delay:1s;margin:0}.about-header .underline{display:block;width:min(100px,30vw);height:1px;background:#00d9ff;margin:.5rem auto 1.5rem;opacity:0;animation:slide-In-From-Left .8s ease forwards}.about-hero{align-items:start;max-width:1000px;margin:20px auto 2.5rem;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center}.about-text{align-self:start;min-width:0}.about-text h2{overflow:hidden;margin-top:0;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);line-height:1;letter-spacing:-.03em;text-shadow:0 0 6px rgba(255,255,255,.35),0 6px 20px rgba(0,0,0,.6)}.name-underline{display:block;width:min(170px,45vw);height:1px;margin-bottom:1.4rem;background:linear-gradient(90deg,#00d9ff,#00d9ff1a)}.about-subheading{overflow:hidden;display:flex;gap:clamp(1rem,6vw,6rem);flex-wrap:wrap;margin-bottom:1.4rem}.about-subheading p{overflow:hidden;position:relative;font-size:clamp(.9rem,1.6vw,1rem);color:#ffffffe0;margin:0}.about-subheading p:first-child:after{content:"";position:absolute;left:0;bottom:-.45rem;width:min(260px,100%);height:2px;background:linear-gradient(90deg,#00d9ff,#00d9ff1a)}.about-description{font-family:Inter,sans-serif;max-width:700px;font-size:clamp(.95rem,1.5vw,1rem);line-height:1.65;opacity:.8;margin:0}.about-image-wrap{overflow:hidden;position:relative;width:100%;max-width:360px;aspect-ratio:3 / 4;height:auto;justify-self:end;border-radius:32px;background:linear-gradient(160deg,#ffffff0f,#00000080 35%,#000000bf);border:1px solid rgba(255,180,80,.25);box-shadow:0 14px 30px #0009,0 0 24px #ffb45014;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.about-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:60% center;border-radius:32px;display:block}.about-page .highlight-grid{overflow:hidden;max-width:1000px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;justify-items:center}a.highlight-card{text-decoration:none;color:inherit}.about-page .highlight-card{position:relative;width:100%;max-width:150px;min-height:160px;aspect-ratio:1 / 1.05;overflow:hidden;border-radius:18px;background-color:#ffffff05;background-image:linear-gradient(160deg,#ffffff0f,#00000080 35%,#000000bf);border:1px solid rgba(255,180,80,.22);box-shadow:0 14px 30px #0009,0 0 18px #ffb45014;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease,opacity .35s ease;opacity:0;transform:translate3d(42px,18px,0) scale(.985);animation:card-Slide-In .85s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.18s + var(--card-delay, 0ms));will-change:transform,opacity;display:grid;place-items:center;gap:.85rem;padding:1.25rem}.about-page .highlight-card:hover{transform:translateY(-8px) scale(1.02);border-color:#00d9ff59;box-shadow:0 22px 42px #000000c7,0 0 20px #00d9ff24}.about-page .highlight-image{width:72px;height:72px;object-fit:contain;display:block;filter:saturate(.95) contrast(1.02)}.about-page .highlight-card p{margin:0;padding:0;font-size:.95rem;font-weight:600;letter-spacing:.02em;text-align:center}@keyframes slow-Fade-In{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.about-skills-section{max-width:1100px;margin:4rem auto 0;padding:0 1rem}.about-panels{justify-self:center;max-width:1100px;margin:5rem auto 0;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:1.4rem}.about-panel{overflow:hidden;border-radius:24px;background:linear-gradient(160deg,#ffffff0f,#00000080 35%,#000000bf);box-shadow:0 14px 30px #0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:1.5rem}.journey-panel{border:1px solid rgba(255,180,80,.2)}.skills-panel{border:1px solid rgba(0,217,255,.18)}.about-panel h3{overflow:hidden;font-size:clamp(1.6rem,3vw,2rem);margin:0 0 .4rem;letter-spacing:-.02em;text-shadow:0 2px 14px rgba(0,0,0,.45)}.panel-underline{display:block;width:140px;height:2px;background:linear-gradient(90deg,transparent,#00d9ff,transparent);margin-bottom:1.2rem}.panel-underline.journey{width:min(220px,70%)}.about-panel p{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65;opacity:.82;margin-bottom:1.25rem}.skill-groups{overflow:hidden;display:flex;flex-direction:column;gap:1.5rem}.skill-group h4{overflow:hidden;font-size:1.2rem;margin:0 0 .7rem}.skill-chip-wrap{display:flex;flex-wrap:wrap;gap:.75rem}.skill-chip{padding:.8rem 1.5rem;border:1px solid rgba(255,180,80,.4);background:transparent;color:#fff;cursor:pointer;transition:.3s;font-size:.95rem}.skill-chip:hover{background:linear-gradient(180deg,#8a5a0a,#5a3a05);transform:translateY(-2px)}.about-carousel{max-width:1000px;margin:4rem auto 0}.journey-timeline{display:flex;flex-direction:column;margin-top:.5rem}.journey-step{display:flex;gap:1.25rem}.journey-step__left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.journey-step__number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,180,80,.5);background:linear-gradient(135deg,#ffb4501f,#0006);font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#ffb450e6;flex-shrink:0;box-shadow:0 0 14px #ffb4501f}.journey-step__line{width:1px;flex:1;min-height:1.5rem;background:linear-gradient(180deg,#ffb45066,#00d9ff26);margin:.4rem 0}.journey-step__content{padding-bottom:1.75rem;min-width:0}.journey-step--last .journey-step__content{padding-bottom:0}.journey-step__content h4{overflow:hidden;font-size:1rem;font-weight:600;letter-spacing:.02em;color:#fff;margin:.55rem 0 .5rem}.journey-step__content p{font-family:Inter,sans-serif;font-size:.92rem;line-height:1.65;opacity:.78;margin:0}@media(min-width:1300px){.about-page .highlight-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1100px){.about-hero,.about-panels{grid-template-columns:1fr}.about-hero{margin-bottom:2.5rem}.about-image-wrap{justify-self:start}.about-page .highlight-grid{position:relative;top:auto;left:auto;width:100%;max-width:720px;margin:1.5rem auto 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;justify-items:stretch}}@media(min-width:2560px){.about-header,.about-hero,.about-panels,.about-skills-section,.about-page .highlight-grid{max-width:clamp(1000px,52vw,2600px)}.about-image-wrap{max-width:clamp(360px,18vw,800px)}}@media(min-width:5120px){.about-header,.about-hero,.about-panels,.about-skills-section,.about-page .highlight-grid{max-width:clamp(1000px,52vw,2600px)}}@media(max-width:768px){.about-page{padding:4.5rem 1rem}.about-header{margin-bottom:1.5rem}.about-hero{gap:2rem}.about-text{text-align:center}.name-underline{margin-left:auto;margin-right:auto}.about-subheading{justify-content:center;gap:1rem 1.5rem}.about-subheading p:first-child:after{left:50%;transform:translate(-50%);width:min(200px,100%)}.about-description{margin:0 auto}.about-image-wrap{max-width:min(100%,360px);margin:0 auto;justify-self:center}.about-panels{margin-top:3.5rem}.about-panel{min-height:auto;padding:1.2rem}.panel-underline,.panel-underline.journey{width:100%;max-width:260px}}@media(max-width:700px){.about-page .highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:100%;margin:1.5rem auto 0;justify-items:stretch}.about-page .highlight-card{width:100%;max-width:none;min-height:140px;padding:1rem .75rem;gap:.7rem}.highlight-image{width:58px;height:58px}.highlight-card p,.about-panel p{font-size:.9rem}.skill-group h4{font-size:1rem}.skill-chip{font-size:.8rem;padding:.7rem 1rem}}@media(max-width:520px){.about-page{padding:4rem .9rem}.about-text h2{font-size:1.8rem}.about-page .highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1.25rem}.about-panels{gap:1rem}.about-panel{border-radius:20px}.skill-chip-wrap{gap:.6rem}}@media(max-width:390px){.about-page .highlight-card{width:100%;max-width:none;min-height:140px;padding:1rem .75rem}.about-page .highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-left:auto;margin-right:auto;max-width:100%}}.highlight-intro{max-width:760px;margin:0 auto 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.highlight-intro__label{display:inline-block;padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(0,217,255,.3);background:#00d9ff0f;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#00d9ffd9}.highlight-intro h2{overflow:hidden;font-family:Clash Display,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#f0ece6;margin:0}.highlight-intro h2 span{color:#c9a96e}.highlight-intro p{font-family:Inter,sans-serif;font-size:.95rem;color:#fff6;margin:0;line-height:1.65;max-width:420px}.about-quote{margin:0;padding:2rem 0;margin-top:1.25rem;text-align:left;border-top:1px solid rgba(201,169,110,.15);border-bottom:1px solid rgba(201,169,110,.15)}.about-quote p{font-family:Clash Display,sans-serif;font-size:clamp(1.3rem,3vw,1.85rem);font-weight:600;letter-spacing:-.01em;line-height:1.35;color:#f0ece6;margin:0}.about-quote p:first-of-type{color:#c9a96e}.about-quote cite{display:block;margin-top:1.1rem;font-family:Inter,sans-serif;font-size:.78rem;font-style:normal;letter-spacing:.14em;text-transform:uppercase;color:#ffffff4d}.orbit-carousel-section{position:relative;width:100%;max-width:1000px;min-height:auto;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:center;color:#fff;overflow:hidden}.orbit-ig-wrap{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.orbit-ig-embed{width:100%;max-width:480px;border-radius:16px;overflow:hidden}.orbit-ig-embed .instagram-media{border-radius:12px!important;margin:0 auto!important}.orbit-carousel-header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:1rem}.orbit-title__label{display:inline-block;padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(0,217,255,.3);background:#00d9ff0f;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#00d9ffd9}.orbit-title{margin:0;font-family:Clash Display,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:#f0ece6}.orbit-title span{color:#c9a96e}.orbit-title__sub{font-family:Inter,sans-serif;font-size:.95rem;color:#fff6;margin:0;line-height:1.65;max-width:420px}.orbit-carousel-shell{overflow:visible;position:relative;width:100%;max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center}.orbit-carousel{position:relative;width:100%;height:430px;display:flex;align-items:center;justify-content:center;overflow:visible}.orbit-slide{position:absolute;width:420px;height:420px;transition:transform .9s cubic-bezier(.22,1,.36,1),opacity .75s ease,filter .75s ease}.orbit-image-wrap{position:relative;width:100%;height:100%;overflow:hidden;border-radius:12px;border:1px solid rgba(110,235,255,.35);background:#ffffff08;box-shadow:0 16px 45px #00000073,0 0 0 1px #ffffff08}.orbit-slide.active .orbit-image-wrap{border-color:#82f5ffcc;box-shadow:0 22px 60px #0000008c,0 0 0 1px #ffffff0d,0 0 26px #52d3ff29}.orbit-image-wrap>img,.orbit-collage img{width:100%;height:100%;object-fit:cover;display:block}.orbit-collage{width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;background:#0b0f18}.orbit-image-link{display:block;text-decoration:none;cursor:pointer}.orbit-slide-label{position:absolute;bottom:0;left:0;right:0;padding:.65rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%);color:#ffffffd9;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-align:center;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.orbit-image-link:hover .orbit-slide-label{opacity:1;transform:translateY(0)}.orbit-image-link:hover img{transform:scale(1.03);transition:transform .4s ease}.orbit-slide:not(.active) .orbit-image-wrap:after{content:"";position:absolute;inset:0;background:#080a1261}.orbit-nav{overflow:visible;position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(130,245,255,.22);background:#0a0f18bd;color:#fff;display:grid;place-items:center;font-size:1.3rem;cursor:pointer;z-index:40}.orbit-nav-left{left:-18px}.orbit-nav-right{right:-18px}@media(max-width:900px){.orbit-carousel{height:350px}.orbit-slide{width:320px;height:205px}}@media(max-width:640px){.orbit-carousel{height:280px}.orbit-slide{width:235px;height:150px}.orbit-title{font-size:2rem}.orbit-nav{width:36px;height:36px;font-size:1rem}}.skills-carousel{position:relative;width:100%;overflow:hidden;border-radius:22px;border:1px solid rgba(201,162,74,.2);background:linear-gradient(160deg,#0d0f13,#0a0b0f 60%,#070809);padding:72px 0 96px;color:#e9ecf1}.skills-carousel__heading{max-width:1080px;margin:0 auto 46px;padding:0 1.5rem}.skills-carousel__heading h2{font-family:Clash Display,Georgia,serif;font-size:clamp(1.75rem,4vw,2.375rem);font-weight:700;letter-spacing:.02em;color:#f3f5f8;margin-bottom:.375rem}.skills-carousel__underline{display:block;width:min(220px,70%);height:2px;background:linear-gradient(90deg,transparent,#00d9ff,transparent);margin-bottom:1.2rem}.skills-carousel__heading p{margin:0;max-width:560px;font-size:.9375rem;line-height:1.65;color:#c9d2dd99}.skills-carousel__rows{overflow:visible;display:flex;flex-direction:column;gap:1rem}.marquee-row{overflow:visible;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding-left:1.5rem}.marquee-row__label{overflow:visible;flex:none;width:auto;font-family:Clash Display,Georgia,serif;font-size:1rem;font-weight:600;line-height:1.25;color:#eef1f5}.marquee-row__tag{display:block;margin-top:.375rem;font-size:11px;font-weight:600;letter-spacing:1.5px;color:#c9a24ab3}.marquee-row__track{position:relative;width:100%;min-width:0;flex:1;overflow:hidden;padding-top:8px;margin-top:-8px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 88%,transparent)}.marquee-row__inner{display:flex;width:max-content;gap:.875rem;padding-top:8px}.skill-tile{height:104px;width:128px;flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;border-radius:1rem;border:1px solid rgba(201,162,74,.4);background:linear-gradient(180deg,#181a1fe6,#0c0d11e6);padding:.75rem;box-shadow:inset 0 1px #ffffff0d,0 10px 24px #0006;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;cursor:default}.skill-tile:hover{transform:translateY(-5px);border-color:#c9a24a;box-shadow:inset 0 1px #ffffff17,0 16px 34px #00000080,0 0 26px #c9a24a3d}.skill-tile__icon{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.skill-tile__icon-img{width:100%;height:100%;object-fit:contain;opacity:.82;transition:opacity .3s,filter .3s}.skill-tile:hover .skill-tile__icon-img{opacity:1;filter:brightness(1.15)}.skill-tile__mono{font-family:Georgia,serif;font-size:1.125rem;font-weight:700;letter-spacing:.05em;color:#aeb6c2;transition:color .3s,text-shadow .3s}.skill-tile:hover .skill-tile__mono{color:#c9a24a;text-shadow:0 0 16px rgba(201,162,74,.45)}.skill-tile__name{white-space:nowrap;text-align:center;font-size:13px;font-weight:600;line-height:1.25;color:#cfd5dd;transition:color .3s}.skill-tile:hover .skill-tile__name{color:#fff}.skills-carousel__soft{max-width:1080px;margin:3rem auto 0;padding:0 1.5rem;overflow:visible}.skills-carousel__soft-heading{display:flex;align-items:baseline;gap:.875rem;margin-bottom:1.25rem}.skills-carousel__soft-title{position:relative;padding-bottom:.625rem;font-family:Clash Display,Georgia,serif;font-size:1.375rem;font-weight:600;color:#f1f3f6}.skills-carousel__soft-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;border-radius:1px;background:linear-gradient(90deg,#36c2d2,transparent)}.skills-carousel__soft-count{font-size:.75rem;font-weight:600;letter-spacing:1.5px;color:#c9a24ab3}.skills-carousel__soft-pills{display:flex;flex-wrap:wrap;gap:.75rem;overflow:visible;padding-bottom:1rem}.soft-pill{display:inline-flex;align-items:center;gap:.625rem;border-radius:.75rem;border:1px solid rgba(201,162,74,.4);background:linear-gradient(180deg,#181a1fe6,#0c0d11e6);padding:.6875rem 1.25rem;font-size:.875rem;font-weight:600;color:#e3e7ec;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease}.soft-pill:hover{transform:translateY(-4px);border-color:#c9a24a;color:#fff;box-shadow:0 14px 30px #00000073,0 0 22px #c9a24a33}.soft-pill__diamond{width:7px;height:7px;transform:rotate(45deg);border:1px solid #c9a24a;transition:background .3s,box-shadow .3s;flex-shrink:0}.soft-pill:hover .soft-pill__diamond{background:#c9a24a;box-shadow:0 0 12px #c9a24a}@media(min-width:640px){.skills-carousel__heading,.skills-carousel__soft{padding:0 2.75rem}.marquee-row__label{width:160px}.marquee-row{flex-direction:row;align-items:center;gap:22px;padding-left:2.75rem}}*,*:before,*:after{box-sizing:border-box}.projects-page{width:100%;min-height:100vh;padding:6rem 2rem;color:#fff;background-image:url(/assets/background-BmFef-X5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;overflow-x:hidden}.projects-page .back-home{display:inline-block;text-decoration:none;color:#fff;opacity:.7;cursor:pointer;margin-bottom:2rem;transition:opacity .3s ease,transform .3s ease}.projects-page .back-home:hover{opacity:1;transform:translate(-3px)}.projects-header{max-width:1100px;margin:0 auto 2rem}.projects-header h1{overflow:visible;z-index:1000;font-size:clamp(2.4rem,5vw,3rem);font-weight:600;text-align:center;background:#fff;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 6px rgba(255,255,255,.6),0 0 18px rgba(0,217,255,.123),0 6px 20px rgba(0,0,0,.6);opacity:0;animation:slow-Fade-In 2s ease forwards;animation-delay:1s;margin:0}.projects-header .underline{display:block;width:min(100px,28vw);height:1px;background:#00d9ff;margin:.5rem auto 1.5rem;opacity:0;animation:slide-In-From-Left .8s ease forwards}@keyframes slide-In-From-Left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.projects-header p{text-align:center;font-family:Inter,sans-serif;margin-top:.5rem;opacity:.7;font-size:clamp(.95rem,1.4vw,1rem)}.projects-toolbar{overflow:visible;max-width:1100px;margin:2rem auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.projects-toolbar .filters{grid-column:2}.projects-toolbar .layout-toggle{grid-column:3;justify-self:end}.filters{overflow:visible;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filters button{overflow:visible;padding:.8rem 1.5rem;border:1px solid rgba(255,180,80,.4);background:transparent;color:#fff;cursor:pointer;transition:.3s;font-size:.95rem;white-space:nowrap}.filters button:hover{border-color:#00d9ff59;transform:translateY(-2px)}.filters .active{background:linear-gradient(180deg,#8a5a0a,#5a3a05)}.layout-toggle{display:flex;gap:.4rem;flex-shrink:0}.layout-toggle button{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:transparent;color:#ffffff73;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.layout-toggle button:hover{color:#ffffffd9;border-color:#00d9ff66}.layout-toggle button.active{color:#00d9ff;border-color:#00d9ff99;background:#00d9ff14}.projects-grid{width:min(1100px,100%);margin:0 auto;overflow:visible;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem;align-items:stretch}.project-card{position:relative;width:100%;min-height:380px;overflow:hidden;border-radius:18px;background:linear-gradient(160deg,#ffffff0f,#00000080 35%,#000000bf);border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 30px #0009;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease;opacity:0;transform:translate3d(42px,18px,0) scale(.985);animation:card-Slide-In .85s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.18s + var(--card-delay, 0ms))}.project-card-link{display:block;color:inherit;text-decoration:none}@keyframes card-Slide-In{0%{opacity:0;transform:translate3d(42px,18px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@media(prefers-reduced-motion:reduce){.project-card{animation:none;opacity:1;transform:none}}.project-card:before{content:"";position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.14),transparent);transform:skew(-18deg);opacity:0;transition:left .55s ease,opacity .3s ease;pointer-events:none;z-index:2}.project-card:hover{transform:translateY(-8px);border-color:#00d9ff66;box-shadow:0 22px 42px #000000c7,0 0 20px #00d9ff29}.project-card:hover:before{left:150%;opacity:.8}.project-image-wrap{position:absolute;inset:0;overflow:hidden}.project-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .5s ease,filter .5s ease}.project-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#001f6b,#039 60%,#05c);padding:1rem}.project-image-placeholder span{color:#ffffffb3;font-size:.85rem;font-weight:600;text-align:center;letter-spacing:.04em;text-transform:uppercase}.project-card:hover img{transform:scale(1.05);filter:saturate(1.08) contrast(1.04)}.project-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#0003,#000000bf,#000000f2)}.project-info{position:absolute;bottom:0;left:0;right:0;padding:1.15rem;text-align:left;z-index:3;background:linear-gradient(180deg,#0000,#03050ab3 45%,#03050aeb);transition:transform .35s ease}.project-card:hover .project-info{transform:translateY(-4px)}.project-meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.project-category{font-size:.6rem;letter-spacing:.2em;color:#00d9ff;text-transform:uppercase}.project-year{font-size:.6rem;letter-spacing:.2em;opacity:.6;flex-shrink:0}.project-info h3{font-size:clamp(1.1rem,2vw,1.3rem);margin:0 0 .4rem;letter-spacing:.02em;text-shadow:0 2px 14px rgba(0,0,0,.45)}.project-info p{font-family:Inter,sans-serif;font-size:.85rem;line-height:1.45;opacity:.8;margin:0}@media(max-width:1100px){.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.projects-page{padding:5rem 1.5rem}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{min-height:360px}}@media(max-width:640px){.projects-page{padding:4.5rem 1rem}.projects-toolbar{grid-template-columns:1fr;justify-items:center}.projects-toolbar .filters{grid-column:1}.projects-toolbar .layout-toggle{grid-column:1;justify-self:center}.filters{gap:.75rem}.filters button{padding:.7rem 1rem;font-size:.85rem}.projects-grid{grid-template-columns:1fr;gap:1rem}.project-card{max-width:420px;width:100%;min-height:360px;margin:0 auto}.project-info{padding:1rem}.project-category,.project-year{font-size:.58rem}.project-info p{font-size:.82rem}}.projects-grid--list{display:flex;flex-direction:column;gap:1.2rem}.project-card--list{display:flex;flex-direction:row;min-height:220px;max-height:320px}.project-card--list .project-image-wrap{position:relative;width:40%;flex-shrink:0;overflow:hidden}.project-card--list .project-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center}.project-card--list .project-card-overlay{display:none}.project-card--list .project-info{position:relative;bottom:auto;left:auto;right:auto;width:60%;padding:2rem 2.2rem;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:.6rem;transform:none!important}.project-card--list .project-meta{margin-bottom:.4rem}.project-card--list .project-info h3{font-size:clamp(1.2rem,2vw,1.6rem);margin:0}.project-card--list .project-info p{font-size:.9rem;line-height:1.6;opacity:.75;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-pills{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.project-pill{display:inline-block;padding:.3rem .75rem;border-radius:999px;border:1px solid rgba(0,217,255,.25);background:#00d9ff0f;color:#00d9ffd9;font-size:.72rem;letter-spacing:.06em;white-space:nowrap}@media(max-width:640px){.project-card--list{flex-direction:column;max-height:none;min-height:320px}.project-card--list .project-image-wrap{width:100%;height:180px}.project-card--list .project-info{width:100%;padding:1.2rem}}@media(max-width:420px){.projects-header h1{font-size:2.1rem}.projects-header p{font-size:.9rem}.project-card{min-height:330px;border-radius:16px}.project-info h3{font-size:1rem}.project-info p{font-size:.78rem}}@media(min-width:2560px){.projects-toolbar,.projects-header{max-width:clamp(1100px,55vw,2800px)}.projects-grid{width:clamp(1100px,55vw,2800px);grid-template-columns:repeat(4,minmax(0,1fr))}.project-card{min-height:500px}}@media(min-width:3840px){.projects-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.project-card{min-height:620px}}@media(min-width:5120px){.projects-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.project-card{min-height:740px}}.contact-page{position:relative;width:100%;min-height:100vh;padding:6rem 2rem 5rem;color:#fff;background-image:url(/assets/background-BmFef-X5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;overflow-x:hidden;isolation:isolate}.contact-page:before{content:"";position:absolute;inset:0;z-index:0;background:#00000059;mix-blend-mode:multiply;pointer-events:none}.contact-page .back-home{position:relative;z-index:1;display:inline-block;text-decoration:none;color:#fff;opacity:.6;cursor:pointer;margin-bottom:3rem;font-family:Inter,sans-serif;font-size:.88rem;transition:opacity .3s ease,transform .3s ease}.contact-page .back-home:hover{opacity:1;transform:translate(-3px)}.contact-content{position:relative;z-index:1;overflow:hidden;width:100%;max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.contact-header{display:flex;flex-direction:column;gap:1rem;overflow:hidden}.contact-avail{display:inline-flex;align-items:center;gap:.55rem;font-family:Inter,sans-serif;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;width:fit-content}.avail-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade80bf;animation:pulse-dot 2.2s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{box-shadow:0 0 8px #4ade80bf}50%{box-shadow:0 0 16px #4ade804d}}.contact-header h1{overflow:hidden;font-family:Clash Display,sans-serif;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:#f0ece6;margin:0;opacity:0;animation:fade-up .7s ease forwards;animation-delay:.15s}.h1-accent{color:#c9a96e}.contact-lead{font-family:Inter,sans-serif;font-size:1rem;line-height:1.65;color:#ffffff8c;margin:0;opacity:0;animation:fade-up .7s ease forwards;animation-delay:.3s}.roles-section{display:flex;flex-direction:column;gap:.75rem;opacity:0;animation:fade-up .7s ease forwards;animation-delay:.4s}.roles-label{font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d}.roles-pills{overflow:visible;display:flex;flex-wrap:wrap;gap:.5rem}.role-pill{display:inline-block;padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(255,180,80,.3);background:#ffffff0a;color:inherit;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;transition:transform .25s ease,border-color .25s ease}.role-pill:hover{transform:translateY(-3px);border-color:#00d9ff73}.resume-card{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.5rem 1.8rem;border-radius:18px;background:linear-gradient(135deg,#c9a96e1a,#c9a96e0a 50%,#00000080);border:1px solid rgba(201,169,110,.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #00000059,inset 0 1px #c9a96e14;opacity:0;animation:fade-up .7s ease forwards;animation-delay:.5s}.resume-card__left{display:flex;align-items:center;gap:1rem;min-width:0}.resume-card__icon{flex-shrink:0;width:42px;height:42px;border-radius:10px;background:#c9a96e1f;border:1px solid rgba(201,169,110,.2);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#c9a96e}.resume-card__text{display:flex;flex-direction:column;gap:.3rem;min-width:0}.resume-card__label{font-family:Clash Display,sans-serif;font-size:1rem;font-weight:600;color:#f0ece6}.resume-card__desc{font-family:Inter,sans-serif;font-size:.8rem;color:#fff6;line-height:1.4}.resume-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.4rem;border-radius:10px;border:1.5px solid rgba(229,176,42,.85);background:#00000059;color:#f3e2c2;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;box-shadow:inset 0 1px #ffffff1f,inset 0 -8px 20px #0000008c,0 8px 28px #00000073;transition:border-color .25s,box-shadow .25s,transform .2s}.resume-btn:hover{border-color:#e5b02a;box-shadow:inset 0 1px #ffffff26,inset 0 -8px 20px #0000008c,0 8px 28px #00000073,0 0 22px #e5b02a26;transform:translateY(-1px)}.contact-email-wrap{display:flex;flex-direction:column;gap:.8rem;padding:1.8rem 2rem;border-radius:18px;background:linear-gradient(155deg,#ffffff0e,#0000007a 40%,#000000b8);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 12px 36px #00000073;opacity:0;animation:fade-up .7s ease forwards;animation-delay:.6s}.email-micro-label{font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff59}.email-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.email-address{font-family:Inter,sans-serif;font-size:clamp(.95rem,2.2vw,1.25rem);color:#f0ece6;text-decoration:none;letter-spacing:.02em;transition:color .25s}.email-address:hover{color:#c9a96e}.copy-btn{flex-shrink:0;padding:.42rem 1.1rem;border-radius:999px;border:1px solid rgba(229,176,42,.45);background:#e5b02a12;color:#f3e2c2;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .25s,border-color .25s}.copy-btn:hover,.copy-btn.copied{background:#e5b02a29;border-color:#e5b02acc}.email-note{font-family:Inter,sans-serif;font-size:.78rem;color:#ffffff47}.contact-or{display:flex;align-items:center;gap:1rem;color:#ffffff47;font-family:Inter,sans-serif;font-size:.8rem;letter-spacing:.08em;opacity:0;animation:fade-up .7s ease forwards;animation-delay:.7s}.contact-or:before,.contact-or:after{content:"";flex:1;height:1px;background:#ffffff12}.social-grid{overflow:visible;display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;opacity:0;animation:fade-up .7s ease forwards;animation-delay:.8s}.social-card{position:relative;display:flex;flex-direction:column;gap:.55rem;padding:1.4rem 1.2rem 1.3rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);text-decoration:none;color:#fff;transition:background .25s,border-color .25s,transform .25s}.social-card:hover{background:#ffffff0e;border-color:#ffffff21;transform:translateY(-4px)}.social-card--featured{border-color:#0a66c24d;background:#0a66c20f}.social-card--featured:hover{border-color:#0a66c28c;background:#0a66c21a}.social-card__icon{font-size:1.35rem;color:#ffffffb3;line-height:1}.social-card__name{font-family:Clash Display,sans-serif;font-size:.95rem;font-weight:600;color:#f0ece6;margin-top:.2rem}.social-card__handle{font-family:Inter,sans-serif;font-size:.75rem;color:#ffffff61}.social-card__arrow{position:absolute;top:1rem;right:1rem;font-size:.85rem;color:#fff3;transition:color .25s,transform .25s}.social-card:hover .social-card__arrow{color:#c9a96e;transform:translate(2px,-2px)}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.contact-page{padding:4.5rem 1.25rem 4rem}.social-grid{grid-template-columns:1fr}.email-row,.resume-card{flex-direction:column;align-items:flex-start}.resume-btn{width:100%;justify-content:center}}@media(max-width:480px){.contact-header h1{font-size:2.4rem}.contact-email-wrap{padding:1.4rem 1.25rem}.resume-card{padding:1.25rem}}@font-face{font-family:ClashDisplay-Extralight;src:url(../fonts/ClashDisplay-Extralight.woff2) format("woff2"),url(../fonts/ClashDisplay-Extralight.woff) format("woff"),url(../fonts/ClashDisplay-Extralight.ttf) format("truetype");font-weight:200;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Light;src:url(../fonts/ClashDisplay-Light.woff2) format("woff2"),url(../fonts/ClashDisplay-Light.woff) format("woff"),url(../fonts/ClashDisplay-Light.ttf) format("truetype");font-weight:300;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Regular;src:url(../fonts/ClashDisplay-Regular.woff2) format("woff2"),url(../fonts/ClashDisplay-Regular.woff) format("woff"),url(../fonts/ClashDisplay-Regular.ttf) format("truetype");font-weight:400;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Medium;src:url(../fonts/ClashDisplay-Medium.woff2) format("woff2"),url(../fonts/ClashDisplay-Medium.woff) format("woff"),url(../fonts/ClashDisplay-Medium.ttf) format("truetype");font-weight:500;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Semibold;src:url(../fonts/ClashDisplay-Semibold.woff2) format("woff2"),url(../fonts/ClashDisplay-Semibold.woff) format("woff"),url(../fonts/ClashDisplay-Semibold.ttf) format("truetype");font-weight:600;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Bold;src:url(../fonts/ClashDisplay-Bold.woff2) format("woff2"),url(../fonts/ClashDisplay-Bold.woff) format("woff"),url(../fonts/ClashDisplay-Bold.ttf) format("truetype");font-weight:700;font-display:optional;font-style:normal}@font-face{font-family:ClashDisplay-Variable;src:url(../fonts/ClashDisplay-Variable.woff2) format("woff2"),url(../fonts/ClashDisplay-Variable.woff) format("woff"),url(../fonts/ClashDisplay-Variable.ttf) format("truetype");font-weight:200 700;font-display:optional;font-style:normal}html,body,#root{width:100%;min-height:100%;justify-self:center}@media(min-width:2560px){html{font-size:18px}}@media(min-width:3840px){html{font-size:22px}}@media(min-width:5120px){html{font-size:28px}}*{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}body{margin:0;min-height:100vh;font-family:Clash Display;background:#000;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#654700,#d4af37,#654700);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#654700,#d4af37,#654700)}
