.Navbar-module__pSp8Ga__navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#05050599;border-bottom:1px solid #ffffff0d;width:100%;transition:all .3s;position:fixed;top:0}.Navbar-module__pSp8Ga__scrolled{background:#050505e6;padding:0}.Navbar-module__pSp8Ga__inner{justify-content:space-between;align-items:center;height:80px;transition:height .3s;display:flex}.Navbar-module__pSp8Ga__scrolled .Navbar-module__pSp8Ga__inner{height:60px}.Navbar-module__pSp8Ga__logo{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:1.5rem;font-weight:700;text-decoration:none}.Navbar-module__pSp8Ga__logo span{color:var(--primary)}.Navbar-module__pSp8Ga__links{gap:2rem;display:flex}.Navbar-module__pSp8Ga__link{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.Navbar-module__pSp8Ga__link:hover{color:var(--primary);text-shadow:0 0 10px var(--primary-glow)}.Navbar-module__pSp8Ga__mobileMenuBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.Navbar-module__pSp8Ga__mobileMenu{z-index:999;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.Navbar-module__pSp8Ga__mobileMenu.Navbar-module__pSp8Ga__open{transform:translate(0)}.Navbar-module__pSp8Ga__mobileLink{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.Navbar-module__pSp8Ga__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:2rem;right:2rem}@media (max-width:768px){.Navbar-module__pSp8Ga__links{display:none}.Navbar-module__pSp8Ga__mobileMenuBtn{display:block}}
.Footer-module__nhiC3q__footer{color:#888;background:#000;border-top:1px solid #222;padding:4rem 0 2rem}.Footer-module__nhiC3q__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__nhiC3q__brandName{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:1.5rem;text-decoration:none;display:block}.Footer-module__nhiC3q__brandName span{color:var(--primary)}.Footer-module__nhiC3q__text{margin-bottom:1rem;line-height:1.6}.Footer-module__nhiC3q__heading{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__nhiC3q__linkList{list-style:none}.Footer-module__nhiC3q__linkList li{margin-bottom:.8rem}.Footer-module__nhiC3q__linkList a{color:#888;text-decoration:none;transition:color .3s}.Footer-module__nhiC3q__linkList a:hover{color:var(--primary)}.Footer-module__nhiC3q__bottom{text-align:center;border-top:1px solid #222;padding-top:2rem;font-size:.875rem}.Footer-module__nhiC3q__bottom a{color:#aaa;text-decoration:none}.Footer-module__nhiC3q__bottom a:hover{color:#fff}
.Hero-module__gNeX-G__hero{background:#000;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__background{z-index:0;background:radial-gradient(circle at 20% 30%,#d4af3714 0%,#0000 40%),radial-gradient(circle at 80% 70%,#ffffff0d 0%,#0000 40%),linear-gradient(#0a0a0a 0%,#000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__gNeX-G__background:before{content:"";opacity:.5;background:radial-gradient(circle,#ffffff05 1px,#0000 1px) 0 0/50px 50px;width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(15deg)}.Hero-module__gNeX-G__overlay{z-index:1;background:radial-gradient(circle,#0000 0%,#000 120%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__gNeX-G__content{z-index:2;text-align:center;opacity:0;max-width:900px;padding:0 1.5rem;animation:1s cubic-bezier(.2,.8,.2,1) .2s forwards Hero-module__gNeX-G__heroFadeUp;position:relative}.Hero-module__gNeX-G__title{font-family:var(--font-heading);color:#fff;text-shadow:0 0 30px #00000080;letter-spacing:-2px;margin-bottom:2rem;font-size:5rem;font-weight:800;line-height:1.1}.Hero-module__gNeX-G__subtitle{color:#fffc;max-width:650px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.35rem;font-weight:300;line-height:1.6}@keyframes Hero-module__gNeX-G__heroFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__gNeX-G__title{font-size:3rem}.Hero-module__gNeX-G__subtitle{font-size:1rem}}
.ProductCard-module__ZAvt4a__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;transition:all .4s;display:flex;position:relative;overflow:hidden}.ProductCard-module__ZAvt4a__card:hover{border-color:#fff3;transform:translateY(-10px);box-shadow:0 20px 40px #0006}.ProductCard-module__ZAvt4a__imageWrapper{background:#fff;width:100%;padding-top:100%;position:relative;overflow:hidden}.ProductCard-module__ZAvt4a__image{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:1rem;transition:transform .5s;position:absolute;top:0;left:0}.ProductCard-module__ZAvt4a__card:hover .ProductCard-module__ZAvt4a__image{transform:scale(1.05)}.ProductCard-module__ZAvt4a__content{background:#1a1a1a;flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.ProductCard-module__ZAvt4a__category{text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:.5rem;font-size:.75rem}.ProductCard-module__ZAvt4a__name{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ProductCard-module__ZAvt4a__price{color:var(--primary);margin-top:auto;font-size:1.25rem;font-weight:700}@media (max-width:768px){.ProductCard-module__ZAvt4a__card{flex-direction:row;align-items:center;height:120px}.ProductCard-module__ZAvt4a__imageWrapper{width:120px;min-width:120px;height:100%;padding-top:0}.ProductCard-module__ZAvt4a__content{background:0 0;justify-content:center;padding:1rem}.ProductCard-module__ZAvt4a__name{margin-bottom:.25rem;font-size:1rem}.ProductCard-module__ZAvt4a__price{font-size:1.1rem}.ProductCard-module__ZAvt4a__category{margin-bottom:.25rem;font-size:.65rem}}
.page-module__E0kJGG__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.page-module__E0kJGG__categoryCard{cursor:pointer;border:1px solid #ffffff1a;border-radius:20px;height:300px;transition:transform .3s;position:relative;overflow:hidden}.page-module__E0kJGG__categoryCard:hover{transform:translateY(-5px)}.page-module__E0kJGG__categoryBg{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.page-module__E0kJGG__categoryCard:hover .page-module__E0kJGG__categoryBg{transform:scale(1.1)}.page-module__E0kJGG__categoryOverlay{z-index:1;background:linear-gradient(#0000,#0003 40%,#000000e6);width:100%;height:100%;position:absolute;top:0;left:0}.page-module__E0kJGG__categoryContent{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:1.5rem;display:flex;position:relative}.page-module__E0kJGG__categoryContent h3{font-size:1.5rem;font-family:var(--font-heading);color:#fff;margin-bottom:.5rem}.page-module__E0kJGG__categoryContent p{color:#ffffffb3;font-size:.9rem}.page-module__E0kJGG__productGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}@media (max-width:768px){.page-module__E0kJGG__productGrid{grid-template-columns:1fr;gap:1rem}}
