*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-card:#161616;--bg-elevated:#1a1a1a;--gold-primary:#c9a96e;--gold-light:#d4b87c;--gold-dark:#a8893e;--gold-muted:#8b7a50;--gold-shimmer:linear-gradient(135deg,#c9a96e 0%,#e8d5a3 40%,#c9a96e 60%,#a8893e 100%);--silver-primary:silver;--silver-light:#d8d8d8;--text-primary:#f5f0e8;--text-secondary:#a09888;--text-muted:#6b6258;--font-display:"Cormorant Garamond",serif;--font-body:"Inter",sans-serif;--section-padding:clamp(80px,10vw,140px)}[data-theme=light]{--bg-primary:#faf8f5;--bg-secondary:#f2ede6;--bg-card:#ede6dc;--bg-elevated:#e8dfd2;--text-primary:#1a1612;--text-secondary:#6b5e4e;--text-muted:#9c8e80}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-weight:300;line-height:1.7;transition:background .4s,color .4s;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--gold-muted);border-radius:3px}::selection{background:var(--gold-dark);color:var(--text-primary)}.section{padding:var(--section-padding)3rem}.section-label{letter-spacing:.4em;text-transform:uppercase;color:var(--gold-primary);margin-bottom:1rem;font-size:.65rem}.section-title{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.2}.section-desc{color:var(--text-secondary);max-width:500px;font-size:.95rem}.btn-primary{background:var(--gold-primary);color:var(--bg-primary);letter-spacing:.25em;text-transform:uppercase;padding:1rem 2.5rem;font-size:.7rem;font-weight:500;transition:all .4s;position:relative;overflow:hidden}.btn-primary:before{content:"";background:#ffffff26;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-primary:hover:before{width:300px;height:300px}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 40px #c9a96e4d}.btn-secondary{border:1px solid var(--gold-muted);color:var(--gold-primary);letter-spacing:.25em;text-transform:uppercase;padding:1rem 2.5rem;font-size:.7rem;font-weight:500;transition:all .4s}.btn-secondary:hover{border-color:var(--gold-primary);background:#c9a96e14;transform:translateY(-2px)}@media (max-width:768px){.section{padding:60px 1.5rem}}
.Navbar-module__cRh5nW__nav{z-index:1000;justify-content:space-between;align-items:center;gap:2rem;padding:1.4rem 3rem;transition:background .4s,padding .4s,border-color .4s,box-shadow .4s,transform .35s cubic-bezier(.25,0,.25,1);display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(0)}.Navbar-module__cRh5nW__navHidden{transform:translateY(-100%)}.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(24px);background:#0a0a0ae6;border-bottom:1px solid #c9a96e1a;padding:.9rem 3rem;box-shadow:0 4px 30px #0000004d}.Navbar-module__cRh5nW__logo{font-family:var(--font-display);letter-spacing:.6em;background:var(--gold-shimmer);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:1.5rem;font-weight:300}.Navbar-module__cRh5nW__links{align-items:center;gap:2.5rem;margin:0 auto;list-style:none;display:flex}.Navbar-module__cRh5nW__links>li>a,.Navbar-module__cRh5nW__dropdownTrigger{letter-spacing:.22em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;font-size:.72rem;font-weight:600;transition:color .3s;position:relative}.Navbar-module__cRh5nW__links>li>a:after{content:"";background:var(--gold-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Navbar-module__cRh5nW__links>li>a:hover,.Navbar-module__cRh5nW__dropdownTrigger:hover{color:var(--gold-light)}.Navbar-module__cRh5nW__links>li>a:hover:after{width:100%}.Navbar-module__cRh5nW__dropdownItem{position:relative}.Navbar-module__cRh5nW__dropdownTrigger{cursor:pointer;align-items:center;gap:.35rem;display:flex}.Navbar-module__cRh5nW__dropdownTrigger:after{content:"";background:var(--gold-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Navbar-module__cRh5nW__dropdownItem:hover .Navbar-module__cRh5nW__dropdownTrigger:after{width:100%}.Navbar-module__cRh5nW__dropChevron{stroke:currentColor;fill:none;stroke-width:2.5px;width:11px;height:11px;margin-top:1px;transition:transform .3s}.Navbar-module__cRh5nW__dropChevronOpen{transform:rotate(180deg)}.Navbar-module__cRh5nW__megaMenu{background:var(--bg-elevated);opacity:0;pointer-events:none;z-index:10;border-top:1px solid #c9a96e1a;border-bottom:1px solid #c9a96e24;flex-direction:row;justify-content:center;align-items:stretch;gap:0;padding:2rem 3rem;transition:opacity .25s,transform .25s;display:flex;position:absolute;top:100%;left:0;right:0;transform:translateY(-6px);box-shadow:0 28px 70px #00000080}.Navbar-module__cRh5nW__megaMenuVisible{opacity:1;pointer-events:all;transform:translateY(0)}.Navbar-module__cRh5nW__megaCard{border-right:1px solid #c9a96e14;flex-direction:column;flex:1;align-items:center;gap:.75rem;min-width:0;padding:0 1.1rem;text-decoration:none;transition:transform .22s;display:flex}.Navbar-module__cRh5nW__megaCard:last-child{border-right:none}.Navbar-module__cRh5nW__megaCard:hover{transform:translateY(-3px)}.Navbar-module__cRh5nW__megaCardImgWrap{aspect-ratio:3/4;border:1px solid #c9a96e1a;flex-shrink:0;width:100%;overflow:hidden}.Navbar-module__cRh5nW__megaCardImg{object-fit:cover;filter:brightness(.88);width:100%;height:100%;transition:transform .4s,filter .4s;display:block}.Navbar-module__cRh5nW__megaCard:hover .Navbar-module__cRh5nW__megaCardImg{filter:brightness();transform:scale(1.06)}.Navbar-module__cRh5nW__megaCardLabel{letter-spacing:.22em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;text-align:center;font-size:.62rem;font-weight:600;transition:color .2s}.Navbar-module__cRh5nW__megaCard:hover .Navbar-module__cRh5nW__megaCardLabel{color:var(--gold-light)}.Navbar-module__cRh5nW__simpleDropdown{background:var(--bg-elevated);opacity:0;pointer-events:none;z-index:10;border:1px solid #c9a96e1f;min-width:180px;padding:.5rem 0;list-style:none;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 16px 40px #00000073}.Navbar-module__cRh5nW__simpleDropdownVisible{opacity:1;pointer-events:all;transform:translate(-50%)translateY(0)}.Navbar-module__cRh5nW__simpleDropdownItem{letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;padding:.75rem 1.4rem;font-size:.68rem;font-weight:600;transition:color .2s,background .2s,padding-left .2s;display:block}.Navbar-module__cRh5nW__simpleDropdownItem:hover{color:var(--gold-light);background:#c9a96e0d;padding-left:1.8rem}[data-theme=light] .Navbar-module__cRh5nW__simpleDropdown{background:#faf8f4;border-color:#00000014;box-shadow:0 16px 40px #0000001a}[data-theme=light] .Navbar-module__cRh5nW__simpleDropdownItem{color:#3a3a3a}[data-theme=light] .Navbar-module__cRh5nW__simpleDropdownItem:hover{color:var(--gold-dark);background:#00000008}.Navbar-module__cRh5nW__actions{flex-shrink:0;align-items:center;gap:1.2rem;display:flex}.Navbar-module__cRh5nW__actionIcon{width:18px;height:18px;stroke:var(--text-secondary);fill:none;stroke-width:1.5px;cursor:pointer;transition:stroke .3s;display:block}.Navbar-module__cRh5nW__actionIcon:hover{stroke:var(--gold-light)}.Navbar-module__cRh5nW__currencyToggle{cursor:pointer;font-family:var(--font-body);letter-spacing:.16em;background:0 0;border:none;align-items:center;gap:.3rem;padding:.25rem 0;font-size:.62rem;display:flex}.Navbar-module__cRh5nW__currencyActive{color:var(--gold-primary);font-weight:600}.Navbar-module__cRh5nW__currencyInactive{color:var(--text-muted);transition:color .2s}.Navbar-module__cRh5nW__currencyToggle:hover .Navbar-module__cRh5nW__currencyInactive{color:var(--text-secondary)}.Navbar-module__cRh5nW__currencyDivider{color:#c9a96e4d;font-size:.55rem}.Navbar-module__cRh5nW__cartCount{cursor:pointer;position:relative}.Navbar-module__cRh5nW__cartBtn{cursor:pointer;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.Navbar-module__cRh5nW__cartBadge{background:var(--gold-primary);min-width:15px;height:15px;color:var(--bg-primary);pointer-events:none;border-radius:8px;justify-content:center;align-items:center;padding:0 3px;font-size:.55rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.Navbar-module__cRh5nW__userBtn{justify-content:center;align-items:center;padding:0;display:flex}.Navbar-module__cRh5nW__searchBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Navbar-module__cRh5nW__searchOverlay{-webkit-backdrop-filter:blur(24px);z-index:1300;background:#050403f0;justify-content:center;padding:7rem 2rem 4rem;animation:.2s forwards Navbar-module__cRh5nW__searchFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes Navbar-module__cRh5nW__searchFadeIn{0%{opacity:0}to{opacity:1}}.Navbar-module__cRh5nW__searchBox{width:100%;max-width:780px;animation:.25s cubic-bezier(.25,0,.25,1) forwards Navbar-module__cRh5nW__searchSlideDown}@keyframes Navbar-module__cRh5nW__searchSlideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cRh5nW__searchInputRow{border-bottom:1px solid #c9a96e40;align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.1rem;display:flex}.Navbar-module__cRh5nW__searchIcon{width:20px;height:20px;stroke:var(--gold-primary);fill:none;stroke-width:1.5px;flex-shrink:0}.Navbar-module__cRh5nW__searchInput{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.03em;caret-color:var(--gold-primary);background:0 0;border:none;outline:none;flex:1;font-size:clamp(1.4rem,4vw,2rem);font-weight:300}.Navbar-module__cRh5nW__searchInput::placeholder{color:#ffffff73}.Navbar-module__cRh5nW__searchClose{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex}.Navbar-module__cRh5nW__searchClose svg{stroke:#ffffff59;fill:none;stroke-width:1.5px;width:20px;height:20px;transition:stroke .2s}.Navbar-module__cRh5nW__searchClose:hover svg{stroke:var(--gold-light)}.Navbar-module__cRh5nW__searchHint{text-align:center;color:#ffffff38;letter-spacing:.25em;text-transform:uppercase;padding:4rem 0;font-size:.72rem}.Navbar-module__cRh5nW__searchEmpty{text-align:center;color:#ffffff59;font-family:var(--font-display);letter-spacing:.06em;padding:3.5rem 0;font-size:1rem;font-style:italic}.Navbar-module__cRh5nW__searchCount{letter-spacing:.25em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:1.5rem;font-size:.62rem}.Navbar-module__cRh5nW__searchResults{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.6rem;display:grid}.Navbar-module__cRh5nW__searchResult{flex-direction:column;gap:.7rem;text-decoration:none;transition:transform .22s;display:flex}.Navbar-module__cRh5nW__searchResult:hover{transform:translateY(-4px)}.Navbar-module__cRh5nW__searchResultImg{aspect-ratio:1;background:var(--bg-elevated);border:1px solid #c9a96e14;overflow:hidden}.Navbar-module__cRh5nW__searchResultImg img{object-fit:cover;filter:brightness(.9);width:100%;height:100%;transition:transform .4s,filter .4s;display:block}.Navbar-module__cRh5nW__searchResult:hover .Navbar-module__cRh5nW__searchResultImg img{filter:brightness();transform:scale(1.06)}.Navbar-module__cRh5nW__searchResultInfo{flex-direction:column;gap:.18rem;display:flex}.Navbar-module__cRh5nW__searchResultCat{letter-spacing:.22em;text-transform:uppercase;color:var(--gold-muted);font-size:.56rem}.Navbar-module__cRh5nW__searchResultName{font-family:var(--font-display);color:#ffffffd9;font-size:.86rem;font-weight:400;line-height:1.35}.Navbar-module__cRh5nW__searchResultPrice{color:var(--gold-primary);letter-spacing:.04em;margin-top:.1rem;font-size:.76rem}[data-theme=light] .Navbar-module__cRh5nW__searchInput{color:#1a1a1a}[data-theme=light] .Navbar-module__cRh5nW__searchInput::placeholder{color:#ffffff73}[data-theme=light] .Navbar-module__cRh5nW__searchResultName{color:#0a0a0ad9}[data-theme=light] .Navbar-module__cRh5nW__searchHint{color:#00000040}[data-theme=light] .Navbar-module__cRh5nW__searchEmpty{color:#0006}.Navbar-module__cRh5nW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cRh5nW__hamburger span{background:var(--text-secondary);border-radius:2px;height:1.5px;transition:background .3s,width .3s;display:block}.Navbar-module__cRh5nW__hamburger span:first-child{width:22px}.Navbar-module__cRh5nW__hamburger span:nth-child(2){width:16px}.Navbar-module__cRh5nW__hamburger span:nth-child(3){width:22px}.Navbar-module__cRh5nW__hamburger:hover span{background:var(--gold-primary);width:22px!important}.Navbar-module__cRh5nW__overlay{-webkit-backdrop-filter:blur(4px);z-index:1100;opacity:0;pointer-events:none;background:#0000008c;transition:opacity .4s;position:fixed;inset:0}.Navbar-module__cRh5nW__overlayVisible{opacity:1;pointer-events:all}.Navbar-module__cRh5nW__sidebar{background:var(--bg-primary);z-index:1200;border-left:1px solid #c9a96e1a;flex-direction:column;width:min(360px,88vw);transition:transform .45s cubic-bezier(.25,0,.25,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-20px 0 60px #0000004d}.Navbar-module__cRh5nW__sidebarOpen{transform:translate(0)}.Navbar-module__cRh5nW__sidebarHeader{border-bottom:1px solid #c9a96e14;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.6rem 1.8rem;display:flex}.Navbar-module__cRh5nW__sidebarLogo{font-family:var(--font-display);letter-spacing:.6em;background:var(--gold-shimmer);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:300}.Navbar-module__cRh5nW__closeBtn{background:var(--bg-elevated);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:flex}.Navbar-module__cRh5nW__closeBtn:hover{background:var(--bg-card);transform:rotate(90deg)}.Navbar-module__cRh5nW__closeBtn svg{width:14px;height:14px;stroke:var(--text-secondary);fill:none;stroke-width:2px}.Navbar-module__cRh5nW__sidebarNav{flex:1;padding:.5rem 0;overflow-y:auto}.Navbar-module__cRh5nW__sidebarLink{font-size:1rem;font-family:var(--font-display);color:var(--text-primary);letter-spacing:.04em;border-bottom:1px solid #c9a96e0d;align-items:center;gap:1rem;padding:1rem 1.8rem;font-weight:400;transition:background .2s,color .2s,padding-left .3s;display:flex}.Navbar-module__cRh5nW__sidebarLink:hover{background:var(--bg-elevated);color:var(--gold-primary);padding-left:2.4rem}.Navbar-module__cRh5nW__sidebarLinkHeader{text-transform:uppercase;letter-spacing:.35em!important;color:var(--gold-primary)!important;font-size:.6rem!important;font-family:var(--font-body)!important;border-bottom:1px solid #c9a96e1f!important;padding-top:1.4rem!important;padding-bottom:.6rem!important;font-weight:600!important}.Navbar-module__cRh5nW__sidebarLinkSub{color:var(--text-muted)!important;border-bottom-color:#c9a96e08!important;padding-left:2.6rem!important;font-size:.82rem!important}.Navbar-module__cRh5nW__sidebarLinkSub:hover{color:var(--gold-primary)!important;padding-left:3rem!important}.Navbar-module__cRh5nW__sidebarLinkNum{letter-spacing:.2em;color:var(--gold-primary);font-size:.58rem;font-family:var(--font-body);opacity:.7;min-width:18px}.Navbar-module__cRh5nW__sidebarArrow{width:14px;height:14px;stroke:var(--gold-muted);fill:none;stroke-width:1.5px;flex-shrink:0;margin-left:auto;transition:transform .2s,stroke .2s}.Navbar-module__cRh5nW__sidebarLink:hover .Navbar-module__cRh5nW__sidebarArrow{stroke:var(--gold-primary);transform:translate(4px)}.Navbar-module__cRh5nW__sidebarFooter{border-top:1px solid #c9a96e14;flex-shrink:0;padding:1.5rem 1.8rem}.Navbar-module__cRh5nW__sidebarCurrencyRow{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.Navbar-module__cRh5nW__sidebarCurrencyLabel{letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);font-size:.6rem}.Navbar-module__cRh5nW__sidebarCurrencyToggle{cursor:pointer;font-family:var(--font-body);letter-spacing:.16em;background:0 0;border:1px solid #c9a96e26;align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.62rem;transition:border-color .2s;display:flex}.Navbar-module__cRh5nW__sidebarCurrencyToggle:hover{border-color:#c9a96e59}.Navbar-module__cRh5nW__sidebarTagline{color:var(--text-muted);font-size:.72rem;font-style:italic;font-family:var(--font-display);line-height:1.6}[data-theme=light] .Navbar-module__cRh5nW__nav{-webkit-backdrop-filter:blur(24px);background:#ffffffeb;border-bottom:1px solid #00000012}[data-theme=light] .Navbar-module__cRh5nW__scrolled{background:#fffffff7;border-bottom-color:#0000001a;box-shadow:0 4px 30px #00000014}[data-theme=light] .Navbar-module__cRh5nW__links>li>a{color:#2a2a2a}[data-theme=light] .Navbar-module__cRh5nW__dropdownTrigger{color:#2a2a2a}[data-theme=light] .Navbar-module__cRh5nW__links>li>a:hover{color:var(--gold-dark)}[data-theme=light] .Navbar-module__cRh5nW__dropdownTrigger:hover{color:var(--gold-dark)}[data-theme=light] .Navbar-module__cRh5nW__actionIcon{stroke:#2a2a2a}[data-theme=light] .Navbar-module__cRh5nW__actionIcon:hover{stroke:var(--gold-dark)}[data-theme=light] .Navbar-module__cRh5nW__themeToggle svg{stroke:#2a2a2a}[data-theme=light] .Navbar-module__cRh5nW__themeToggle:hover svg{stroke:var(--gold-dark)}[data-theme=light] .Navbar-module__cRh5nW__hamburger span{background:#2a2a2a}[data-theme=light] .Navbar-module__cRh5nW__megaMenu{background:#faf8f4;border-top-color:#0000000f;border-bottom-color:#00000014;box-shadow:0 28px 70px #0000001a}[data-theme=light] .Navbar-module__cRh5nW__megaCard{border-right-color:#00000012}[data-theme=light] .Navbar-module__cRh5nW__megaCardImgWrap{border-color:#00000014}[data-theme=light] .Navbar-module__cRh5nW__megaCardLabel{color:#3a3a3a}[data-theme=light] .Navbar-module__cRh5nW__megaCard:hover .Navbar-module__cRh5nW__megaCardLabel{color:var(--gold-dark)}[data-theme=light] .Navbar-module__cRh5nW__sidebar{background:#fff;border-left-color:#00000014;box-shadow:-20px 0 60px #0000001a}[data-theme=light] .Navbar-module__cRh5nW__sidebarHeader{border-bottom-color:#00000014}[data-theme=light] .Navbar-module__cRh5nW__sidebarLink{color:#1a1a1a;border-bottom-color:#0000000d}[data-theme=light] .Navbar-module__cRh5nW__sidebarLink:hover{background:#f5f0e8}[data-theme=light] .Navbar-module__cRh5nW__closeBtn{background:#f0ebe3}[data-theme=light] .Navbar-module__cRh5nW__closeBtn svg{stroke:#3a3a3a}[data-theme=light] .Navbar-module__cRh5nW__sidebarFooter{border-top-color:#00000014}@media (max-width:1100px){.Navbar-module__cRh5nW__nav{padding:1.2rem 2rem}.Navbar-module__cRh5nW__scrolled{padding:.85rem 2rem}.Navbar-module__cRh5nW__links{gap:1.8rem}}@media (max-width:1024px){.Navbar-module__cRh5nW__links{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}}@media (max-width:768px){.Navbar-module__cRh5nW__nav{padding:1rem 1.5rem}.Navbar-module__cRh5nW__scrolled{padding:.8rem 1.5rem}.Navbar-module__cRh5nW__currencyToggle{display:none}.Navbar-module__cRh5nW__actions{gap:.9rem}}@media (max-width:480px){.Navbar-module__cRh5nW__logo{letter-spacing:.5em;font-size:1.2rem}}
.Footer-module__3hUVsW__footer{background:var(--bg-secondary);border-top:1px solid #c9a96e14}.Footer-module__3hUVsW__top{padding:var(--section-padding)3rem;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;display:grid}.Footer-module__3hUVsW__logo{font-family:var(--font-display);letter-spacing:.6em;background:var(--gold-shimmer);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.6rem;font-weight:300;display:inline-block}.Footer-module__3hUVsW__tagline{color:var(--text-secondary);max-width:300px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.Footer-module__3hUVsW__social{gap:1rem;display:flex}.Footer-module__3hUVsW__social a{border:1px solid #c9a96e26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__3hUVsW__social a:hover{border-color:var(--gold-primary);background:#c9a96e14}.Footer-module__3hUVsW__social svg{width:16px;height:16px;stroke:var(--gold-primary);fill:none;stroke-width:1.5px}.Footer-module__3hUVsW__col h4{letter-spacing:.3em;text-transform:uppercase;color:var(--gold-primary);margin-bottom:1.5rem;font-size:.65rem;font-weight:500}.Footer-module__3hUVsW__col ul{list-style:none}.Footer-module__3hUVsW__col li{margin-bottom:.8rem}.Footer-module__3hUVsW__col a{color:var(--text-secondary);font-size:.85rem;transition:color .3s}.Footer-module__3hUVsW__col a:hover{color:var(--gold-light)}.Footer-module__3hUVsW__bottom{color:var(--text-muted);border-top:1px solid #c9a96e14;justify-content:space-between;align-items:center;padding:1.5rem 3rem;font-size:.75rem;display:flex}.Footer-module__3hUVsW__payments{gap:1rem;display:flex}.Footer-module__3hUVsW__payments span{color:var(--text-muted);letter-spacing:.1em;border:1px solid #6b62584d;border-radius:3px;padding:.3rem .6rem;font-size:.7rem}[data-theme=light] .Footer-module__3hUVsW__footer{background:var(--bg-secondary);border-top:1px solid #00000014}[data-theme=light] .Footer-module__3hUVsW__tagline{color:#3a3a3a}[data-theme=light] .Footer-module__3hUVsW__col a{color:#3a3a3a}[data-theme=light] .Footer-module__3hUVsW__col a:hover{color:var(--gold-dark)}[data-theme=light] .Footer-module__3hUVsW__bottom{color:#6b6b6b;border-top:1px solid #00000014}[data-theme=light] .Footer-module__3hUVsW__payments span{color:#6b6b6b;border-color:#00000026}[data-theme=light] .Footer-module__3hUVsW__social a{border-color:#0000001f}@media (max-width:1024px){.Footer-module__3hUVsW__top{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__3hUVsW__top{grid-template-columns:1fr;gap:2rem;padding:60px 1.5rem}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.Footer-module__3hUVsW__payments{flex-wrap:wrap;justify-content:center}}
.Loader-module__QTzgNq__loader{background:var(--bg-primary);z-index:9999;flex-direction:column;justify-content:center;align-items:center;transition:opacity .8s,visibility .8s;display:flex;position:fixed;inset:0}.Loader-module__QTzgNq__hidden{opacity:0;visibility:hidden;pointer-events:none}.Loader-module__QTzgNq__logo{font-family:var(--font-display);letter-spacing:1.2em;text-indent:1.2em;background:var(--gold-shimmer);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:300}.Loader-module__QTzgNq__bar{background:var(--bg-elevated);width:200px;height:1px;margin-top:2rem;position:relative;overflow:hidden}.Loader-module__QTzgNq__barFill{background:var(--gold-primary);width:100%;height:100%;animation:1.5s ease-in-out forwards Loader-module__QTzgNq__loadBar;position:absolute;left:-100%}@keyframes Loader-module__QTzgNq__loadBar{to{left:0}}
.NewsletterPopup-module__XZhnfW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9000;background:#0009;justify-content:center;align-items:center;padding:1.5rem;animation:.4s NewsletterPopup-module__XZhnfW__fadeIn;display:flex;position:fixed;inset:0}.NewsletterPopup-module__XZhnfW__modal{background:var(--bg-primary);grid-template-columns:1fr 1fr;width:100%;max-width:780px;animation:.45s cubic-bezier(.25,0,.25,1) NewsletterPopup-module__XZhnfW__slideUp;display:grid;position:relative;overflow:hidden}.NewsletterPopup-module__XZhnfW__close{z-index:10;background:#0000004d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.NewsletterPopup-module__XZhnfW__close:hover{background:#00000080}.NewsletterPopup-module__XZhnfW__close svg{stroke:#fff;fill:none;stroke-width:2px;width:14px;height:14px}.NewsletterPopup-module__XZhnfW__left img{object-fit:cover;width:100%;height:100%;min-height:420px;display:block}.NewsletterPopup-module__XZhnfW__right{flex-direction:column;justify-content:center;padding:3.5rem 3rem;display:flex}.NewsletterPopup-module__XZhnfW__overline{letter-spacing:.4em;text-transform:uppercase;color:var(--gold-primary);margin-bottom:1rem;font-size:.62rem}.NewsletterPopup-module__XZhnfW__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:300;line-height:1.2}.NewsletterPopup-module__XZhnfW__desc{color:var(--text-secondary);margin-bottom:2rem;font-size:.88rem;line-height:1.7}.NewsletterPopup-module__XZhnfW__form{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.NewsletterPopup-module__XZhnfW__input{background:var(--bg-elevated);color:var(--text-primary);border:1px solid #c9a96e33;outline:none;padding:.85rem 1.2rem;font-family:inherit;font-size:.85rem;transition:border-color .3s}.NewsletterPopup-module__XZhnfW__input::placeholder{color:var(--text-muted)}.NewsletterPopup-module__XZhnfW__input:focus{border-color:var(--gold-primary)}.NewsletterPopup-module__XZhnfW__btn{background:var(--gold-primary);color:var(--bg-primary);letter-spacing:.25em;text-transform:uppercase;padding:.85rem;font-family:inherit;font-size:.7rem;font-weight:600;transition:background .3s,transform .2s}.NewsletterPopup-module__XZhnfW__btn:hover{background:var(--gold-light);transform:translateY(-1px)}.NewsletterPopup-module__XZhnfW__skip{color:var(--text-muted);text-underline-offset:3px;align-self:flex-start;font-size:.72rem;text-decoration:underline;transition:color .2s}.NewsletterPopup-module__XZhnfW__skip:hover{color:var(--text-secondary)}.NewsletterPopup-module__XZhnfW__success{text-align:center}.NewsletterPopup-module__XZhnfW__successIcon{color:var(--gold-primary);margin-bottom:1rem;font-size:2rem}[data-theme=light] .NewsletterPopup-module__XZhnfW__modal{background:#fff}[data-theme=light] .NewsletterPopup-module__XZhnfW__input{color:#1a1a1a;background:#f5f0e8;border-color:#0000001f}[data-theme=light] .NewsletterPopup-module__XZhnfW__btn{color:#fff}@keyframes NewsletterPopup-module__XZhnfW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes NewsletterPopup-module__XZhnfW__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.NewsletterPopup-module__XZhnfW__modal{grid-template-columns:1fr}.NewsletterPopup-module__XZhnfW__left{display:none}.NewsletterPopup-module__XZhnfW__right{padding:2.5rem 2rem}}
.CartDrawer-module__WbQFEa__overlay{-webkit-backdrop-filter:blur(4px);z-index:400;opacity:0;pointer-events:none;background:#0000008c;transition:opacity .35s;position:fixed;inset:0}.CartDrawer-module__WbQFEa__overlayVisible{opacity:1;pointer-events:auto}.CartDrawer-module__WbQFEa__drawer{background:var(--bg-elevated);z-index:401;will-change:transform;border-left:1px solid #c9a96e1a;flex-direction:column;width:420px;max-width:100vw;height:100dvh;transition:transform .4s cubic-bezier(.25,0,.25,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.CartDrawer-module__WbQFEa__drawerOpen{transform:translate(0)}.CartDrawer-module__WbQFEa__header{border-bottom:1px solid #c9a96e14;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.75rem 2rem;display:flex}.CartDrawer-module__WbQFEa__headerLeft{align-items:baseline;gap:.6rem;display:flex}.CartDrawer-module__WbQFEa__title{font-family:var(--font-display);letter-spacing:.04em;color:var(--text-primary);font-size:1.4rem;font-weight:300}.CartDrawer-module__WbQFEa__itemCount{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.6rem}.CartDrawer-module__WbQFEa__closeBtn{width:36px;height:36px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:flex}.CartDrawer-module__WbQFEa__closeBtn:hover{color:var(--text-primary)}.CartDrawer-module__WbQFEa__closeBtn svg{stroke:currentColor;fill:none;stroke-width:1.5px;stroke-linecap:round;width:18px;height:18px}.CartDrawer-module__WbQFEa__body{scrollbar-width:thin;scrollbar-color:#c9a96e33 transparent;flex:1;padding:1.5rem 2rem;overflow-y:auto}.CartDrawer-module__WbQFEa__body::-webkit-scrollbar{width:4px}.CartDrawer-module__WbQFEa__body::-webkit-scrollbar-track{background:0 0}.CartDrawer-module__WbQFEa__body::-webkit-scrollbar-thumb{background:#c9a96e33;border-radius:2px}.CartDrawer-module__WbQFEa__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:3rem 0;display:flex}.CartDrawer-module__WbQFEa__emptyIcon svg{width:52px;height:52px;stroke:var(--text-muted);fill:none;stroke-width:1px}.CartDrawer-module__WbQFEa__emptyText{font-family:var(--font-display);color:var(--text-secondary);font-size:1.15rem;font-style:italic;font-weight:300}.CartDrawer-module__WbQFEa__emptyLink{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-primary);border-bottom:1px solid #c9a96e4d;padding-bottom:2px;font-size:.65rem;transition:border-color .2s}.CartDrawer-module__WbQFEa__emptyLink:hover{border-color:var(--gold-primary)}.CartDrawer-module__WbQFEa__itemList{list-style:none}.CartDrawer-module__WbQFEa__item{border-bottom:1px solid #c9a96e0f;gap:1rem;padding:1.25rem 0;animation:.2s CartDrawer-module__WbQFEa__itemIn;display:flex}@keyframes CartDrawer-module__WbQFEa__itemIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.CartDrawer-module__WbQFEa__itemImg{background:var(--bg-secondary);border:1px solid #c9a96e0f;flex-shrink:0;width:76px;height:76px;overflow:hidden}.CartDrawer-module__WbQFEa__itemImg img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__WbQFEa__itemInfo{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.CartDrawer-module__WbQFEa__itemTop{align-items:flex-start;gap:.5rem;display:flex}.CartDrawer-module__WbQFEa__itemName{font-family:var(--font-display);color:var(--text-primary);flex:1;min-width:0;font-size:.95rem;font-weight:400;line-height:1.3}.CartDrawer-module__WbQFEa__itemPrice{color:var(--gold-primary);font-size:.82rem}.CartDrawer-module__WbQFEa__removeBtn{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;transition:color .2s;display:flex}.CartDrawer-module__WbQFEa__removeBtn:hover{color:var(--text-primary)}.CartDrawer-module__WbQFEa__removeBtn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;width:12px;height:12px}.CartDrawer-module__WbQFEa__itemControls{align-self:flex-start;align-items:center;margin-top:.25rem;display:flex}.CartDrawer-module__WbQFEa__qtyBtn{width:28px;height:28px;color:var(--text-secondary);border:1px solid #c9a96e26;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:border-color .2s,color .2s;display:flex}.CartDrawer-module__WbQFEa__qtyBtn:hover{border-color:var(--gold-primary);color:var(--gold-primary)}.CartDrawer-module__WbQFEa__qty{width:36px;height:28px;color:var(--text-primary);-webkit-user-select:none;user-select:none;border-top:1px solid #c9a96e26;border-bottom:1px solid #c9a96e26;justify-content:center;align-items:center;font-size:.8rem;display:flex}.CartDrawer-module__WbQFEa__footer{border-top:1px solid #c9a96e14;flex-shrink:0;padding:1.5rem 2rem 2.5rem}.CartDrawer-module__WbQFEa__subtotalRow{justify-content:space-between;align-items:baseline;margin-bottom:.4rem;display:flex}.CartDrawer-module__WbQFEa__subtotalLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.62rem}.CartDrawer-module__WbQFEa__subtotalValue{font-family:var(--font-display);color:var(--gold-primary);letter-spacing:.02em;font-size:1.25rem}.CartDrawer-module__WbQFEa__shippingNote{color:var(--text-muted);letter-spacing:.04em;margin-bottom:1.5rem;font-size:.68rem}.CartDrawer-module__WbQFEa__checkoutBtn{background:var(--gold-primary);width:100%;height:52px;color:var(--bg-primary);font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;border:1px solid var(--gold-primary);cursor:pointer;margin-bottom:.75rem;font-size:.7rem;font-weight:500;transition:background .3s,border-color .3s}.CartDrawer-module__WbQFEa__checkoutBtn:hover{background:var(--gold-light);border-color:var(--gold-light)}.CartDrawer-module__WbQFEa__continueBtn{text-align:center;letter-spacing:.16em;text-transform:uppercase;width:100%;color:var(--text-muted);cursor:pointer;font-size:.62rem;font-family:var(--font-body);background:0 0;border:none;padding:.5rem 0;transition:color .2s;display:block}.CartDrawer-module__WbQFEa__continueBtn:hover{color:var(--text-primary)}[data-theme=light] .CartDrawer-module__WbQFEa__drawer{background:#fff;border-left-color:#0000000f}[data-theme=light] .CartDrawer-module__WbQFEa__itemImg{background:var(--bg-secondary);border-color:#0000000f}@media (max-width:480px){.CartDrawer-module__WbQFEa__drawer{width:100vw}.CartDrawer-module__WbQFEa__header{padding:1.5rem 1.25rem}.CartDrawer-module__WbQFEa__body{padding:1.25rem}.CartDrawer-module__WbQFEa__footer{padding:1.25rem 1.25rem 2rem}}
