@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;900&family=Montserrat:wght@200;300;400;500&display=swap";
.Header-module__lnUIdW__header{z-index:100;background:0 0;padding:24px 40px;transition:background .4s,padding .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#060304eb;padding:16px 40px}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__lnUIdW__logoMark{color:var(--gold);filter:drop-shadow(0 0 6px var(--gold));font-size:1.1rem}.Header-module__lnUIdW__logoText{font-family:var(--serif);letter-spacing:.28em;color:var(--text);font-size:1.3rem;font-weight:700}.Header-module__lnUIdW__nav{align-items:center;gap:40px;display:flex}.Header-module__lnUIdW__navLink{font-family:var(--serif);letter-spacing:.2em;text-transform:uppercase;color:var(--text);transition:color var(--transition);padding-bottom:4px;font-size:.8rem;font-weight:600;position:relative}.Header-module__lnUIdW__navLink:after{content:"";background:var(--gold);width:0;height:1px;transition:width var(--transition);position:absolute;bottom:0;left:0}.Header-module__lnUIdW__navLink:hover{color:var(--gold)}.Header-module__lnUIdW__navLink:hover:after{width:100%}.Header-module__lnUIdW__actions{align-items:center;gap:20px;display:flex}.Header-module__lnUIdW__iconBtn{color:var(--text-muted);transition:color var(--transition);align-items:center;padding:4px;display:flex}.Header-module__lnUIdW__iconBtn:hover{color:var(--gold)}.Header-module__lnUIdW__cartBtn{color:var(--text-muted);transition:color var(--transition);align-items:center;padding:4px;display:flex;position:relative}.Header-module__lnUIdW__cartBtn:hover{color:var(--gold)}.Header-module__lnUIdW__badge{background:var(--gold);color:var(--bg);font-family:var(--sans);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.Header-module__lnUIdW__hamburger{flex-direction:column;gap:5px;padding:4px;display:none}.Header-module__lnUIdW__hamburger span{background:var(--text-muted);width:22px;height:1.5px;transition:var(--transition);transform-origin:50%;display:block}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__active span:first-child{background:var(--gold);transform:translateY(6.5px)rotate(45deg)}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__active span:nth-child(2){opacity:0}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__active span:nth-child(3){background:var(--gold);transform:translateY(-6.5px)rotate(-45deg)}.Header-module__lnUIdW__mobileNav{background:#060304fa;border-top:1px solid #0000;max-height:0;transition:max-height .4s;overflow:hidden}.Header-module__lnUIdW__mobileOpen{border-top-color:var(--border);max-height:300px}.Header-module__lnUIdW__mobileLink{font-family:var(--serif);letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);transition:color var(--transition), padding-left var(--transition);padding:16px 40px;font-size:.75rem;display:block}.Header-module__lnUIdW__mobileLink:hover{color:var(--gold);padding-left:52px}@media (max-width:900px){.Header-module__lnUIdW__header{padding:20px}.Header-module__lnUIdW__scrolled{padding:14px 20px}.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__hamburger{display:flex}.Header-module__lnUIdW__mobileNav{display:block}}
.Footer-module__3hUVsW__footer{background:var(--bg-2);border-top:1px solid var(--border);margin-top:0;position:relative;overflow:hidden}.Footer-module__3hUVsW__glow{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:600px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__3hUVsW__inner{grid-template-columns:1.4fr 2fr 1.2fr;gap:60px;max-width:1280px;margin:0 auto;padding:80px 40px 60px;display:grid}.Footer-module__3hUVsW__logo{align-items:center;gap:10px;margin-bottom:20px;display:flex}.Footer-module__3hUVsW__logoMark{color:var(--gold);filter:drop-shadow(0 0 6px var(--gold));font-size:1rem}.Footer-module__3hUVsW__logoText{font-family:var(--serif);letter-spacing:.28em;font-size:1.1rem;font-weight:700}.Footer-module__3hUVsW__tagline{color:var(--text-muted);margin-bottom:28px;font-size:.85rem;line-height:1.7}.Footer-module__3hUVsW__socials{gap:16px;display:flex}.Footer-module__3hUVsW__social{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__social:hover{color:var(--gold);border-color:var(--gold);box-shadow:0 0 12px var(--gold-glow)}.Footer-module__3hUVsW__linksGrid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Footer-module__3hUVsW__linkGroup{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__linkHeading{font-family:var(--serif);letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-size:.65rem}.Footer-module__3hUVsW__link{color:var(--text-muted);transition:color var(--transition), padding-left var(--transition);font-size:.82rem}.Footer-module__3hUVsW__link:hover{color:var(--text);padding-left:6px}.Footer-module__3hUVsW__newsletterText{color:var(--text-muted);margin-bottom:20px;font-size:.82rem;line-height:1.6}.Footer-module__3hUVsW__form{flex-direction:column;gap:10px;display:flex}.Footer-module__3hUVsW__input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-family:var(--sans);transition:border-color var(--transition);background:#d4af370f;outline:none;padding:12px 16px;font-size:.82rem}.Footer-module__3hUVsW__input::placeholder{color:var(--text-dim)}.Footer-module__3hUVsW__input:focus{border-color:var(--gold-dim)}.Footer-module__3hUVsW__subscribeBtn{background:var(--gold);color:var(--bg);font-family:var(--serif);letter-spacing:.18em;text-transform:uppercase;border-radius:var(--radius-sm);transition:var(--transition);padding:12px;font-size:.7rem;font-weight:700}.Footer-module__3hUVsW__subscribeBtn:hover{background:var(--gold-light)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border);max-width:1280px;color:var(--text-dim);justify-content:space-between;align-items:center;margin:0 auto;padding:24px 40px;font-size:.75rem;display:flex}.Footer-module__3hUVsW__bottomRight{color:var(--text-dim)}@media (max-width:1024px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr;gap:48px;padding:60px 20px 40px}.Footer-module__3hUVsW__linksGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.Footer-module__3hUVsW__linksGrid{grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:8px;padding:20px}}
.CartDrawer-module__WbQFEa__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;background:#000000b3;transition:opacity .35s;position:fixed;inset:0}.CartDrawer-module__WbQFEa__backdropOpen{opacity:1;pointer-events:all}.CartDrawer-module__WbQFEa__drawer{background:var(--bg-2);border-left:1px solid var(--border);z-index:201;flex-direction:column;width:420px;max-width:100vw;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.CartDrawer-module__WbQFEa__drawerOpen{transform:translate(0)}.CartDrawer-module__WbQFEa__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.CartDrawer-module__WbQFEa__headerLeft{align-items:center;gap:12px;display:flex}.CartDrawer-module__WbQFEa__title{font-family:var(--serif);letter-spacing:.18em;text-transform:uppercase;color:var(--text);font-size:.9rem}.CartDrawer-module__WbQFEa__count{color:var(--bg);background:var(--gold);font-size:.68rem;font-family:var(--serif);letter-spacing:.1em;border-radius:100px;padding:2px 8px}.CartDrawer-module__WbQFEa__close{color:var(--text-muted);transition:color var(--transition);align-items:center;display:flex}.CartDrawer-module__WbQFEa__close:hover{color:var(--gold)}.CartDrawer-module__WbQFEa__body{flex:1;padding:24px 28px;overflow-y:auto}.CartDrawer-module__WbQFEa__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;padding:40px 0;display:flex}.CartDrawer-module__WbQFEa__emptyIcon{color:var(--gold-dim);margin-bottom:8px;font-size:2rem}.CartDrawer-module__WbQFEa__emptyTitle{font-family:var(--serif);letter-spacing:.12em;text-transform:uppercase;font-size:.9rem}.CartDrawer-module__WbQFEa__emptyText{color:var(--text-muted);margin-bottom:24px;font-size:.82rem;line-height:1.6}.CartDrawer-module__WbQFEa__items{flex-direction:column;gap:20px;display:flex}.CartDrawer-module__WbQFEa__item{border-bottom:1px solid var(--border);gap:16px;padding-bottom:20px;display:flex}.CartDrawer-module__WbQFEa__itemImage{border-radius:var(--radius-sm);border:1px solid var(--border);flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.CartDrawer-module__WbQFEa__img{object-fit:cover}.CartDrawer-module__WbQFEa__itemInfo{flex:1}.CartDrawer-module__WbQFEa__itemCollection{color:var(--gold-dim);letter-spacing:.16em;text-transform:uppercase;font-size:.6rem;font-family:var(--serif);margin-bottom:4px}.CartDrawer-module__WbQFEa__itemName{font-family:var(--serif);letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:4px;font-size:.85rem}.CartDrawer-module__WbQFEa__itemPrice{color:var(--gold);margin-bottom:12px;font-size:.85rem;font-weight:600}.CartDrawer-module__WbQFEa__itemControls{align-items:center;gap:16px;display:flex}.CartDrawer-module__WbQFEa__qty{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:0;display:flex;overflow:hidden}.CartDrawer-module__WbQFEa__qty button{width:28px;height:28px;color:var(--text-muted);transition:color var(--transition), background var(--transition);justify-content:center;align-items:center;font-size:1rem;display:flex}.CartDrawer-module__WbQFEa__qty button:hover{color:var(--gold);background:#d4af370f}.CartDrawer-module__WbQFEa__qty span{color:var(--text);padding:0 12px;font-size:.82rem}.CartDrawer-module__WbQFEa__remove{color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-family:var(--serif);transition:color var(--transition)}.CartDrawer-module__WbQFEa__remove:hover{color:#c0605a}.CartDrawer-module__WbQFEa__footer{border-top:1px solid var(--border);padding:24px 28px}.CartDrawer-module__WbQFEa__subtotal{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.CartDrawer-module__WbQFEa__subtotal span:first-child{font-family:var(--serif);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.CartDrawer-module__WbQFEa__totalAmount{font-family:var(--serif);color:var(--gold);font-size:1.2rem;font-weight:700}.CartDrawer-module__WbQFEa__shipping{color:var(--text-dim);margin-bottom:20px;font-size:.72rem}.CartDrawer-module__WbQFEa__checkoutBtn{justify-content:center;width:100%}
:root{--bg:#050404;--bg-2:#0b0809;--bg-card:#0d0a0b;--maroon:#15090d;--maroon-mid:#221217;--gold:#cca353;--gold-light:#e8c887;--gold-dim:#8a6f1e;--gold-glow:#cca35326;--text:#fcf9f2;--text-muted:#c4bba9;--text-dim:#7a7266;--border:#cca3531f;--border-hover:#cca35359;--radius-sm:2px;--radius-md:6px;--radius-lg:12px;--serif:"Cinzel", serif;--sans:"Montserrat", sans-serif;--shadow-gold:0 0 40px #cca3531a, 0 4px 30px #000c;--shadow-card:0 12px 60px #000c;--transition:.6s cubic-bezier(.19, 1, .22, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-weight:400;line-height:1.8;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold-dim);border-radius:3px}h1,h2,h3,h4,h5,h6{font-family:var(--serif);letter-spacing:.04em;text-transform:uppercase;font-weight:700;line-height:1.1}.gold-text{color:var(--gold)}.muted{color:var(--text-muted)}.btn-primary{background:var(--gold);color:var(--bg);font-family:var(--serif);letter-spacing:.18em;text-transform:uppercase;border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:10px;padding:14px 36px;font-size:.78rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff2e,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.btn-primary:hover{background:var(--gold-light);box-shadow:0 0 28px var(--gold-glow);transform:translateY(-1px)}.btn-primary:hover:before{transform:translate(100%)}.btn-secondary{color:var(--gold);font-family:var(--serif);letter-spacing:.18em;text-transform:uppercase;border:1px solid var(--border-hover);border-radius:var(--radius-sm);transition:var(--transition);background:0 0;align-items:center;gap:10px;padding:13px 36px;font-size:.78rem;font-weight:600;display:inline-flex}.btn-secondary:hover{background:var(--gold-glow);border-color:var(--gold);box-shadow:0 0 20px var(--gold-glow)}.section{padding:160px 0}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 5vw}.section-label{font-family:var(--sans);letter-spacing:.4em;text-transform:uppercase;color:var(--gold);align-items:center;gap:20px;margin-bottom:24px;font-size:.6rem;font-weight:400;display:flex}.section-label:before,.section-label:after{content:"";background:var(--border);flex:1;max-width:60px;height:1px}.section-label:before{display:none}.section-title{font-family:var(--serif);letter-spacing:.02em;margin-bottom:32px;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300}.divider{background:linear-gradient(90deg, var(--gold), transparent);width:80px;height:1px;margin-bottom:50px}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 var(--gold-glow)}50%{box-shadow:0 0 20px 4px var(--gold-glow)}}@media (max-width:768px){.container{padding:0 24px}.section{padding:100px 0}}
