.Navbar-module__cJzEcG__navbar{z-index:1000;transition:background var(--transition), padding var(--transition), border-color var(--transition);border-bottom:1px solid #0000;padding:20px 24px;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ad9;border-bottom-color:#ffffff0f;padding:14px 24px}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__dot{color:var(--accent)}.Navbar-module__cJzEcG__links{gap:32px;list-style:none;display:flex}.Navbar-module__cJzEcG__links a{color:var(--text-secondary);transition:color var(--transition);font-size:.9rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__links a:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__links a:after{content:"";background:var(--accent);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__links a:hover:after{width:100%}.Navbar-module__cJzEcG__hamburger{z-index:1001;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition);display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__links{opacity:0;pointer-events:none;transition:opacity var(--transition);background:#0a0a0afa;flex-direction:column;justify-content:center;align-items:center;gap:40px;position:fixed;inset:0}.Navbar-module__cJzEcG__links.Navbar-module__cJzEcG__open{opacity:1;pointer-events:auto}.Navbar-module__cJzEcG__links a{font-size:1.5rem}}
.Hero-module__ZARIfG__hero{background:#000;justify-content:center;align-items:center;height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgLayer{z-index:0;position:absolute;inset:0}.Hero-module__ZARIfG__overlay{z-index:1;pointer-events:none;background:radial-gradient(at 50% 40%,#0000 30%,#0006 70%,#000000b3 100%);position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:2;text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:20px;padding:0 24px;display:flex;position:relative}.Hero-module__ZARIfG__content>*{pointer-events:auto}.Hero-module__ZARIfG__badge{letter-spacing:.06em;color:var(--text-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:.75rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse;box-shadow:0 0 6px #22c55e99}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1}50%{opacity:.3}}.Hero-module__ZARIfG__name{letter-spacing:-.04em;color:#fff;margin:0;font-size:clamp(3.5rem,12vw,9rem);font-weight:900;line-height:.9}.Hero-module__ZARIfG__roleWrapper{align-items:center;height:36px;display:flex;overflow:hidden}.Hero-module__ZARIfG__role{letter-spacing:.18em;text-transform:uppercase;background:linear-gradient(90deg, var(--accent), #ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1rem,2.2vw,1.3rem);font-weight:600}.Hero-module__ZARIfG__tagline{color:var(--text-secondary);max-width:420px;margin:0;font-size:clamp(.9rem,1.8vw,1.05rem);font-weight:400;line-height:1.6}.Hero-module__ZARIfG__actions{align-items:center;gap:12px;margin-top:4px;display:flex}.Hero-module__ZARIfG__ctaPrimary{background:var(--accent);color:#fff;transition:all var(--transition);border-radius:100px;align-items:center;gap:8px;padding:12px 28px;font-size:.85rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__ctaPrimary:hover{background:var(--accent-hover);box-shadow:0 6px 24px var(--accent-glow);transform:translateY(-1px)}.Hero-module__ZARIfG__ctaSecondary{color:var(--text-secondary);transition:all var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:10px;padding:8px 20px 8px 8px;font-size:.85rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__ctaSecondary:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.Hero-module__ZARIfG__playIcon{background:#8b5cf633;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding-left:2px;display:flex}.Hero-module__ZARIfG__scrollHint{z-index:2;color:var(--text-muted);animation:2.5s ease-in-out infinite Hero-module__ZARIfG__bob;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__bob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.Hero-module__ZARIfG__marquee{z-index:1;background:var(--bg-primary);border-bottom:1px solid #ffffff0a;padding:14px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.Hero-module__ZARIfG__marqueeTrack{width:max-content;animation:40s linear infinite Hero-module__ZARIfG__marqueeScroll;display:flex}.Hero-module__ZARIfG__marqueeSlide{white-space:nowrap;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:20px;padding-right:20px;font-size:.65rem;font-weight:600;display:flex}.Hero-module__ZARIfG__marqueeDot{opacity:.3;color:var(--accent);font-size:.5rem}@keyframes Hero-module__ZARIfG__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.Hero-module__ZARIfG__reelOverlay{z-index:3000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000eb;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.Hero-module__ZARIfG__reelModal{width:100%;max-width:960px;position:relative}.Hero-module__ZARIfG__reelClose{color:var(--text-secondary);transition:color var(--transition);z-index:1;padding:8px;position:absolute;top:-44px;right:0}.Hero-module__ZARIfG__reelClose:hover{color:#fff}.Hero-module__ZARIfG__reelVideo{border-radius:var(--radius);border:1px solid var(--border);background:#000;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.Hero-module__ZARIfG__reelVideo iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__reelPlaceholder{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.Hero-module__ZARIfG__reelPlaceholder p{font-size:.85rem}@media (max-width:768px){.Hero-module__ZARIfG__content{gap:16px;padding:0 16px}.Hero-module__ZARIfG__actions{flex-direction:column;gap:10px;width:100%}.Hero-module__ZARIfG__ctaPrimary,.Hero-module__ZARIfG__ctaSecondary{justify-content:center;width:100%}.Hero-module__ZARIfG__roleWrapper{height:28px}.Hero-module__ZARIfG__scrollHint{bottom:16px}}
.Hyperspeed-module__k_jQmq__container{width:100%;height:100%;position:absolute;overflow:hidden}.Hyperspeed-module__k_jQmq__container canvas{width:100%;height:100%}
.Work-module__K_G1Ja__section{background:var(--bg-secondary)}.Work-module__K_G1Ja__header{text-align:center;margin-bottom:48px}.Work-module__K_G1Ja__titleWrap{margin:0 auto}.Work-module__K_G1Ja__title{font-size:clamp(2rem,5vw,3rem);font-weight:700}.Work-module__K_G1Ja__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Work-module__K_G1Ja__card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);overflow:hidden}.Work-module__K_G1Ja__card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.Work-module__K_G1Ja__thumbnail{aspect-ratio:16/9;position:relative;overflow:hidden}.Work-module__K_G1Ja__placeholder{width:100%;height:100%;color:var(--text-muted);background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;display:flex}.Work-module__K_G1Ja__thumbImg{object-fit:cover;width:100%;height:100%}.Work-module__K_G1Ja__overlay{opacity:0;transition:opacity var(--transition);background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Work-module__K_G1Ja__card:hover .Work-module__K_G1Ja__overlay{opacity:1}.Work-module__K_G1Ja__playBtn{background:var(--accent);width:56px;height:56px;transition:transform var(--transition);border-radius:50%;justify-content:center;align-items:center;padding-left:4px;display:flex}.Work-module__K_G1Ja__card:hover .Work-module__K_G1Ja__playBtn{transform:scale(1.1)}.Work-module__K_G1Ja__info{padding:20px}.Work-module__K_G1Ja__cardTitle{font-size:1.1rem;font-weight:600}.Work-module__K_G1Ja__description{color:var(--text-secondary);margin-top:8px;font-size:.85rem;line-height:1.5}.Work-module__K_G1Ja__instagramBanner{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);text-align:center;transition:all var(--transition);justify-content:center;align-items:center;gap:14px;margin-top:40px;padding:20px 28px;font-size:.95rem;font-weight:500;display:flex}.Work-module__K_G1Ja__instagramBanner:hover{border-color:var(--accent);color:var(--text-primary)}.Work-module__K_G1Ja__instagramIcon{color:var(--accent);flex-shrink:0}@media (max-width:600px){.Work-module__K_G1Ja__instagramBanner{text-align:center;flex-direction:column;gap:10px}}@media (max-width:1024px){.Work-module__K_G1Ja__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Work-module__K_G1Ja__grid{grid-template-columns:1fr}}
.VideoModal-module__YJZvbq__overlay{z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;justify-content:center;align-items:center;padding:24px;animation:.3s VideoModal-module__YJZvbq__fadeIn;display:flex;position:fixed;inset:0}@keyframes VideoModal-module__YJZvbq__fadeIn{0%{opacity:0}to{opacity:1}}.VideoModal-module__YJZvbq__modal{width:100%;max-width:960px;animation:.3s VideoModal-module__YJZvbq__scaleIn;position:relative}@keyframes VideoModal-module__YJZvbq__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.VideoModal-module__YJZvbq__close{color:var(--text-secondary);transition:color var(--transition);padding:8px;position:absolute;top:-48px;right:0}.VideoModal-module__YJZvbq__close:hover{color:var(--text-primary)}.VideoModal-module__YJZvbq__title{color:var(--text-secondary);margin-bottom:16px;font-size:1.1rem;font-weight:600}.VideoModal-module__YJZvbq__videoContainer{border-radius:var(--radius);background:#000;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.VideoModal-module__YJZvbq__videoContainer iframe,.VideoModal-module__YJZvbq__videoContainer video{border:none;width:100%;height:100%;position:absolute;top:0;left:0}
.GradientText-module__O-sfWq__animatedGradientText{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border-radius:1.25rem;flex-direction:row;justify-content:center;align-items:center;max-width:fit-content;margin:0 auto;font-weight:500;transition:box-shadow .5s ease-out;display:flex;position:relative;overflow:hidden}.GradientText-module__O-sfWq__animatedGradientText.GradientText-module__O-sfWq__withBorder{padding:.35rem .75rem}.GradientText-module__O-sfWq__gradientOverlay{border-radius:inherit;z-index:0;pointer-events:none;position:absolute;inset:0}.GradientText-module__O-sfWq__gradientOverlay:before{content:"";border-radius:inherit;z-index:-1;background-color:#0a0a0a;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GradientText-module__O-sfWq__textContent{z-index:2;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}
.About-module__vAULUW__section{background:var(--bg-primary)}.About-module__vAULUW__header{text-align:center;margin-bottom:64px}.About-module__vAULUW__titleWrap{margin:0 auto}.About-module__vAULUW__title{font-size:clamp(2rem,5vw,3rem);font-weight:700}.About-module__vAULUW__content{flex-direction:column;gap:64px;display:flex}.About-module__vAULUW__bioSection{text-align:center;justify-content:center;display:flex}.About-module__vAULUW__bio{max-width:700px}.About-module__vAULUW__bio p{color:var(--text-secondary);font-size:1.15rem;line-height:1.8}.About-module__vAULUW__skillsSection{text-align:center}.About-module__vAULUW__skillsTitle{color:var(--text-secondary);margin-bottom:24px;font-size:1.1rem;font-weight:600}.About-module__vAULUW__skills{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.About-module__vAULUW__skill{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition);border-radius:50px;padding:10px 24px;font-size:.85rem;font-weight:500}.About-module__vAULUW__skill:hover{border-color:var(--accent);color:var(--accent)}.About-module__vAULUW__stats{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.About-module__vAULUW__stat{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:32px 20px}.About-module__vAULUW__stat:hover{border-color:var(--accent);transform:translateY(-2px)}.About-module__vAULUW__statValue{justify-content:center;align-items:baseline;gap:2px;display:flex}.About-module__vAULUW__countUp{color:var(--text-primary);font-size:2.5rem;font-weight:800}.About-module__vAULUW__plus{color:var(--accent);font-size:2rem;font-weight:700}.About-module__vAULUW__statLabel{color:var(--text-secondary);margin-top:8px;font-size:.85rem;font-weight:500;display:block}@media (max-width:768px){.About-module__vAULUW__stats{grid-template-columns:1fr}}
.Contact-module__hcVmEa__section{background:var(--bg-secondary)}.Contact-module__hcVmEa__header{text-align:center;margin-bottom:64px}.Contact-module__hcVmEa__titleWrap{margin:0 auto}.Contact-module__hcVmEa__title{font-size:clamp(2rem,5vw,3rem);font-weight:700}.Contact-module__hcVmEa__grid{justify-content:center;display:flex}.Contact-module__hcVmEa__form{flex-direction:column;gap:16px;width:100%;max-width:560px;display:flex}.Contact-module__hcVmEa__field input,.Contact-module__hcVmEa__field textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-primary);transition:border-color var(--transition);outline:none;padding:16px 20px;font-family:inherit;font-size:.95rem}.Contact-module__hcVmEa__field input::placeholder,.Contact-module__hcVmEa__field textarea::placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__field input:focus,.Contact-module__hcVmEa__field textarea:focus{border-color:var(--accent)}.Contact-module__hcVmEa__field textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__submitBtn{background:var(--accent);color:#fff;border-radius:var(--radius);transition:all var(--transition);justify-content:center;align-items:center;gap:8px;width:100%;padding:16px 32px;font-size:.95rem;font-weight:600;display:inline-flex}.Contact-module__hcVmEa__submitBtn:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 8px 30px var(--accent-glow);transform:translateY(-2px)}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__submitBtn.Contact-module__hcVmEa__success{background:#22c55e}.Contact-module__hcVmEa__submitBtn.Contact-module__hcVmEa__error{background:#ef4444}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background:var(--bg-primary);padding:48px 24px}.Footer-module__S6Hkya__container{flex-direction:column;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__logo{font-size:1.25rem;font-weight:700}.Footer-module__S6Hkya__dot{color:var(--accent)}.Footer-module__S6Hkya__links{gap:32px;display:flex}.Footer-module__S6Hkya__links a{color:var(--text-secondary);transition:color var(--transition);font-size:.85rem}.Footer-module__S6Hkya__links a:hover{color:var(--text-primary)}.Footer-module__S6Hkya__copyright{color:var(--text-muted);font-size:.8rem}
