:root{--bg-deep:#020203;--monk-orange:orange;--font-display:"Syne",sans-serif;--font-heading:"Bebas Neue",cursive;--font-accent:"Cormorant Garamond",serif;--nav-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-deep);color:#fff;-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden}#__next,#root{isolation:isolate}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8f8f6}::-webkit-scrollbar-thumb{background:linear-gradient(#ffae00 0%,#ff7b00 100%);border:3px solid #f8f8f6;border-radius:20px;transition:all .3s}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ffd000 0%,#ffae00 100%)}*{scrollbar-width:thin;scrollbar-color:#ffae00 #f8f8f6}
.Navbar-module__L8wWxa__nav{width:100%;height:var(--nav-height);z-index:1000;background:0 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0}.Navbar-module__L8wWxa__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020203d9;border-bottom:1px solid #ffffff14;box-shadow:0 1px #0000000f}.Navbar-module__L8wWxa__navLi{padding:10px 0;position:relative}.Navbar-module__L8wWxa__dropdown{background:#0a0a0b;border:1px solid #ffffff14;flex-direction:column;gap:10px;min-width:200px;padding:15px;display:flex;position:absolute;top:100%;left:-20px;box-shadow:0 20px 40px #0006}.Navbar-module__L8wWxa__subLink{flex-direction:column;padding:10px;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__L8wWxa__subLink:hover{background:#ffffff08}.Navbar-module__L8wWxa__subTag{color:var(--monk-orange,#ffae00);letter-spacing:.2em;font-family:monospace;font-size:.55rem}.Navbar-module__L8wWxa__subName{color:#fff;margin-top:4px;font-size:.85rem;font-weight:800}.Navbar-module__L8wWxa__navInner{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 6%;display:flex}.Navbar-module__L8wWxa__logo{z-index:2001;align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module__L8wWxa__logoImg{object-fit:contain;mix-blend-mode:screen;width:auto;height:65px;transition:all .5s cubic-bezier(.16,1,.3,1)}.Navbar-module__L8wWxa__logo:hover .Navbar-module__L8wWxa__logoImg{filter:drop-shadow(0 0 15px #ffae004d);transform:rotate(-5deg)scale(1.1)}.Navbar-module__L8wWxa__logoText{font-family:var(--font-display);letter-spacing:.12em;color:#fff;text-transform:uppercase;font-size:1.25rem;font-weight:900}.Navbar-module__L8wWxa__gold{color:var(--monk-orange,#ffae00)}.Navbar-module__L8wWxa__desktopContainer{align-items:center;gap:40px;display:flex}.Navbar-module__L8wWxa__links{gap:32px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__L8wWxa__navLink{letter-spacing:.2em;color:#fff9;text-transform:uppercase;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__L8wWxa__navLink:hover,.Navbar-module__L8wWxa__active{color:#fff}.Navbar-module__L8wWxa__navLink:after{content:"";background:var(--monk-orange,#ffae00);width:0%;height:1px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Navbar-module__L8wWxa__ctaBtn{letter-spacing:.15em;color:#fff;border:1px solid #fff;padding:12px 24px;font-size:.7rem;font-weight:900;text-decoration:none;transition:all .3s}.Navbar-module__L8wWxa__ctaBtn:hover{color:#000;background:#fff}.Navbar-module__L8wWxa__menuBtn{cursor:pointer;z-index:2001;background:0 0;border:none;width:30px;height:30px;display:none;position:relative}.Navbar-module__L8wWxa__mobileItemWrap{text-align:center}.Navbar-module__L8wWxa__mobileSubGroup{flex-direction:column;gap:12px;margin-top:15px;display:flex}.Navbar-module__L8wWxa__mobileSubLink{color:#666;font-size:1rem;font-family:var(--font-display);font-weight:700;text-decoration:none;transition:color .3s}.Navbar-module__L8wWxa__mobileSubLink:hover{color:#fff}.Navbar-module__L8wWxa__hamburger,.Navbar-module__L8wWxa__hamburger:before,.Navbar-module__L8wWxa__hamburger:after{content:"";background:#fff;width:24px;height:2px;transition:all .3s cubic-bezier(.19,1,.22,1);display:block;position:absolute}.Navbar-module__L8wWxa__hamburger{top:50%;transform:translateY(-50%)}.Navbar-module__L8wWxa__hamburger:before{top:-8px}.Navbar-module__L8wWxa__hamburger:after{bottom:-8px}.Navbar-module__L8wWxa__menuOpen .Navbar-module__L8wWxa__hamburger{background:0 0}.Navbar-module__L8wWxa__menuOpen .Navbar-module__L8wWxa__hamburger:before{top:0;transform:rotate(45deg)}.Navbar-module__L8wWxa__menuOpen .Navbar-module__L8wWxa__hamburger:after{bottom:0;transform:rotate(-45deg)}@media (max-width:768px){.Navbar-module__L8wWxa__desktopContainer{display:none}.Navbar-module__L8wWxa__menuBtn{display:block}.Navbar-module__L8wWxa__mobileOverlay{z-index:1500;background:#020203;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.Navbar-module__L8wWxa__mobileContent{flex-direction:column;align-items:center;gap:30px;width:100%;display:flex}.Navbar-module__L8wWxa__mobileNavLink{font-size:2.5rem;font-family:var(--font-display);color:#fff;text-transform:uppercase;letter-spacing:-.02em;font-weight:900;text-decoration:none;transition:color .3s}.Navbar-module__L8wWxa__activeMobile{color:var(--monk-orange,#ffae00)}.Navbar-module__L8wWxa__mobileCta{letter-spacing:.2em;color:#000;background:#fff;margin-top:20px;padding:18px 40px;font-size:.9rem;font-weight:900;text-decoration:none;transition:transform .3s}.Navbar-module__L8wWxa__mobileCta:active{transform:scale(.95)}}.Navbar-module__L8wWxa__active{color:#fff}.Navbar-module__L8wWxa__active:after{width:100%}.Navbar-module__L8wWxa__subActive{background:#ffffff0d}.Navbar-module__L8wWxa__subActive .Navbar-module__L8wWxa__subName,.Navbar-module__L8wWxa__activeMobile{color:var(--monk-orange,#ffae00)}.Navbar-module__L8wWxa__mobileSubActive{color:#fff}
