*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #c9a96e;--gold-light: #e8d5a3;--gold-dark: #a07d3a;--gold-mist: rgba(201,169,110,.08);--gold-border: rgba(201,169,110,.12);--bg: #0a0a0a;--bg-card: #141414;--bg-elevated: #1a1a1a;--bg-overlay: rgba(10,10,10,.6);--text: #f5f0e8;--text-muted: #8a8278;--text-dim: #5a5550;--serif: "Playfair Display", Georgia, "Times New Roman", serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sp-1: .25rem;--sp-2: .5rem;--sp-3: .75rem;--sp-4: 1rem;--sp-5: 1.5rem;--sp-6: 2rem;--sp-7: 3rem;--sp-8: 4rem;--sp-9: 5rem;--sp-10: 7rem;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--duration-fast: .2s;--duration-base: .4s;--duration-slow: .8s;--border-subtle: 1px solid var(--gold-border);--border-gold: 1px solid rgba(201,169,110,.3);--radius-sm: 2px;--radius-md: 4px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}body{font-family:var(--sans);letter-spacing:.01em;background:var(--bg);color:var(--text);font-size:1rem;font-weight:400;line-height:1.6;overflow-x:hidden}body.no-scroll{overflow:hidden}button,a,input,select,textarea{touch-action:manipulation}img{max-width:100%;display:block}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--gold-dark),var(--gold));border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--gold-light)}*{scrollbar-width:thin;scrollbar-color:var(--gold-dark) var(--bg)}::selection{background:var(--gold);color:var(--bg)}.section-header{text-align:center;margin-bottom:var(--sp-8)}.section-eyebrow{letter-spacing:6px;text-transform:uppercase;color:var(--gold);margin-bottom:var(--sp-3);font-size:.7rem;font-weight:500}.section-title{font-family:var(--serif);letter-spacing:.02em;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15}.section-divider{background:linear-gradient(to right,transparent,var(--gold),transparent);width:60px;height:1px;margin:var(--sp-4) auto 0}.reveal{opacity:0;transition:all var(--duration-slow) var(--ease-out-expo);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.btn-outline{align-items:center;gap:var(--sp-3);padding:var(--sp-3) var(--sp-6);border:var(--border-subtle);color:var(--gold);letter-spacing:3px;text-transform:uppercase;transition:all var(--duration-base) var(--ease-out-expo);cursor:pointer;background:0 0;width:fit-content;font-size:.7rem;text-decoration:none;display:inline-flex}.btn-outline:hover{background:var(--gold);color:var(--bg);border-color:var(--gold)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.15)}}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes toastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes timelinePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}#navbar{z-index:100;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0a0a0a99;border-bottom:1px solid rgba(201,169,110,.08);justify-content:space-between;align-items:center;padding:1.2rem 4%;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}#navbar.scrolled{background:#0a0a0aeb;padding:.8rem 4%}.nav-logo{font-family:var(--serif);color:var(--gold);letter-spacing:3px;text-transform:uppercase;font-size:1.1rem;text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-logo-sub{font-size:.5rem;letter-spacing:5px;color:var(--text-dim);font-family:var(--sans);font-weight:400}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--gold)}.nav-links a:hover:after{width:100%}.nav-actions{align-items:center;gap:1.5rem;display:flex}.nav-icon{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:1.1rem;transition:color .3s;display:flex}.nav-icon:hover{color:var(--gold)}.cart-badge{position:relative}.cart-badge-count{background:var(--gold);color:var(--bg);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:600;line-height:1;display:flex;position:absolute;top:-6px;right:-8px}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;display:none}.menu-toggle span{background:var(--text-muted);width:22px;height:1.5px;transition:all .3s}.account-wrapper{position:relative}.account-dropdown{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:200;background:#141414f7;border:1px solid rgba(201,169,110,.15);width:240px;padding:.5rem;transition:all .3s;position:absolute;top:calc(100% + 1rem);right:-1rem;transform:translateY(-8px)}.account-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.account-item{color:var(--text);font-family:var(--sans);cursor:pointer;text-align:left;width:100%;font-size:inherit;background:0 0;border:none;align-items:center;gap:.8rem;min-height:44px;padding:.8rem;text-decoration:none;transition:background .2s;display:flex}.account-item:hover{background:var(--gold-mist)}.account-item-icon{text-align:center;justify-content:center;align-items:center;width:28px;font-size:1.1rem;display:flex}.account-item-title{letter-spacing:.5px;font-size:.8rem;font-weight:500;display:block}.account-item-desc{color:var(--text-dim);margin-top:2px;font-size:.65rem;display:block}.account-user-info{flex-direction:column;gap:2px;padding:.8rem;display:flex}.account-user-name{color:var(--text);font-size:.8rem;font-weight:500}.account-user-email{color:var(--text-dim);font-size:.62rem}.account-dropdown-divider{background:var(--gold-border);height:1px;margin:.25rem 0}.account-item-logout{color:#e87070}.account-item-logout:hover{background:#dc323214}.nav-avatar-mini{background:linear-gradient(135deg,var(--gold-dark),var(--gold));width:22px;height:22px;color:var(--bg);letter-spacing:.5px;border-radius:50%;justify-content:center;align-items:center;font-size:.5rem;font-weight:600;line-height:1;display:flex}.mobile-nav-links{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0a0a0af2;border-bottom:1px solid rgba(201,169,110,.1);flex-direction:column;gap:1.2rem;margin:0;padding:2rem 4%;list-style:none;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-nav-links a{color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .3s}.mobile-nav-links a:hover{color:var(--gold)}.search-overlay{z-index:300;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:#0a0a0af7;justify-content:center;align-items:flex-start;padding-top:18vh;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto}.search-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:2rem;line-height:1;transition:color .3s;display:flex;position:absolute;top:2rem;right:3rem}.search-close:hover{color:var(--gold)}.search-container{text-align:center;width:90%;max-width:600px}.search-eyebrow{letter-spacing:5px;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;font-size:.7rem}.search-input-wrap{border-bottom:1px solid rgba(201,169,110,.3);align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.search-icon{color:var(--text-dim);font-size:1.2rem}.search-input-wrap input{font-family:var(--serif);color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:1.8rem;font-weight:300}.search-input-wrap input::placeholder{color:var(--text-dim);font-size:1rem}.search-results{text-align:left;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.search-result-item{cursor:pointer;border:1px solid rgba(201,169,110,.08);gap:1rem;padding:1rem;transition:all .3s;display:flex}.search-result-item:hover{background:#c9a96e0a;border-color:#c9a96e4d}.search-result-item img{object-fit:cover;width:60px;height:60px}.search-result-info{flex-direction:column;justify-content:center;display:flex}.search-result-brand{letter-spacing:2px;text-transform:uppercase;color:var(--text-dim);font-size:.6rem}.search-result-name{font-family:var(--serif);margin:.2rem 0;font-size:.9rem}.search-result-price{color:var(--gold);font-size:.8rem}.search-empty{margin-top:3rem}.search-empty p{font-family:var(--serif);color:var(--text-muted);font-size:1.2rem}.search-empty span{color:var(--text-dim);font-size:.8rem}.cart-item{border-bottom:1px solid rgba(201,169,110,.06);gap:1rem;padding:1.2rem 0;display:flex}.cart-item-img{object-fit:cover;flex-shrink:0;width:80px;height:100px}.cart-item-info{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.cart-item-brand{letter-spacing:2px;text-transform:uppercase;color:var(--text-dim);font-size:.6rem}.cart-item-name{font-family:var(--serif);margin:.3rem 0;font-size:.9rem}.cart-item-price{color:var(--gold);font-size:.85rem}.cart-item-controls{align-items:center;gap:.8rem;margin-top:.6rem;display:flex}.cart-qty-btn{background:var(--bg-elevated);width:44px;height:44px;color:var(--text-muted);cursor:pointer;border:1px solid rgba(201,169,110,.15);justify-content:center;align-items:center;font-size:.8rem;transition:all .2s;display:flex}.cart-qty-btn:hover{border-color:var(--gold);color:var(--gold)}.cart-qty{text-align:center;min-width:20px;font-size:.8rem}.cart-remove{letter-spacing:1px;text-transform:uppercase;color:var(--text-dim);cursor:pointer;background:0 0;border:none;min-width:44px;min-height:44px;margin-left:auto;font-size:.65rem;transition:color .3s}.cart-remove:hover{color:#e74c3c}.cart-overlay{z-index:400;background:#0000008c;position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer{z-index:401;background:var(--bg-card);border-left:1px solid rgba(201,169,110,.1);flex-direction:column;width:420px;display:flex;position:fixed;top:0;bottom:0;right:0}.cart-header{border-bottom:1px solid rgba(201,169,110,.1);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.cart-header h3{font-family:var(--serif);letter-spacing:1px;font-size:1.2rem;font-weight:400}.cart-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:1.5rem;line-height:1;transition:color .3s;display:flex}.cart-close:hover{color:var(--gold)}.cart-items{flex:1;padding:1rem 2rem;overflow-y:auto}.cart-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:2rem;display:flex;text-align:center}.cart-empty-icon{font-size:2.5rem}.cart-empty p{font-family:var(--serif);color:var(--text-muted);font-size:1.1rem}.cart-empty span{color:var(--text-dim);font-size:.75rem}.cart-footer{border-top:1px solid rgba(201,169,110,.1);padding:1.5rem 2rem}.cart-subtotal{justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.cart-subtotal span:last-child{color:var(--gold);font-size:1.1rem;font-weight:600}.cart-shipping{color:var(--text-dim);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.2rem;font-size:.7rem}.cart-checkout{background:var(--gold);width:100%;color:var(--bg);letter-spacing:2px;text-transform:uppercase;cursor:pointer;font-size:.75rem;font-family:var(--sans);border:none;margin-bottom:.6rem;padding:1rem;font-weight:600;transition:background .3s}.cart-checkout:hover{background:var(--gold-light)}.cart-checkout:disabled{opacity:.6;cursor:not-allowed}.cart-continue{width:100%;color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;cursor:pointer;font-size:.7rem;font-family:var(--sans);background:0 0;border:1px solid rgba(201,169,110,.2);padding:.8rem;transition:all .3s}.cart-continue:hover{border-color:var(--gold);color:var(--gold)}.hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{object-fit:cover;filter:brightness(.35);width:100%;height:100%;animation:20s infinite alternate heroZoom;transform:scale(1.05)}.hero-overlay{background:linear-gradient(to bottom,rgba(10,10,10,.3),rgba(10,10,10,.7) 70%,var(--bg));position:absolute;top:0;right:0;bottom:0;left:0}.hero-content{text-align:center;max-width:800px;padding:0 2rem;position:relative}.hero-eyebrow{letter-spacing:6px;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.75rem}.hero-title{font-family:var(--serif);margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:400;line-height:1.1}.hero-title em{color:var(--gold);font-style:italic}.hero-subtitle{color:var(--text-muted);max-width:500px;margin:0 auto 2.5rem;font-size:1rem;font-weight:300;line-height:1.7}.hero-cta{border:1px solid var(--gold);color:var(--gold);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:.75rem;text-decoration:none;transition:all .4s;display:inline-flex}.hero-cta:hover{background:var(--gold);color:var(--bg)}.hero-scroll{color:var(--text-dim);letter-spacing:3px;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.65rem;animation:2s ease-in-out infinite float;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll .line{background:linear-gradient(to bottom,var(--gold),transparent);width:1px;height:40px}.categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.category-card{cursor:pointer;border:1px solid rgba(201,169,110,.1);height:400px;transition:border-color .4s;position:relative;overflow:hidden}.category-card:hover{border-color:#c9a96e4d}.category-card img{object-fit:cover;filter:brightness(.5) saturate(.8);width:100%;height:100%;transition:transform .8s,filter .8s}.category-card:hover img{filter:brightness(.6) saturate(1);transform:scale(1.08)}.category-card .overlay{background:linear-gradient(transparent 40%,#0a0a0ae6);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.category-card h3{font-family:var(--serif);margin-bottom:.3rem;font-size:1.5rem;font-weight:400}.category-card p{color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;font-size:.75rem}.category-card .arrow{color:var(--gold);opacity:0;font-size:1.2rem;transition:all .4s;position:absolute;top:1.5rem;right:1.5rem;transform:translate(-10px,10px)}.category-card:hover .arrow{opacity:1;transform:translate(0)}.marquee-section{border-top:1px solid rgba(201,169,110,.1);border-bottom:1px solid rgba(201,169,110,.1);padding:3rem 0;overflow:hidden}.marquee-track{gap:4rem;width:max-content;animation:30s linear infinite marquee;display:flex}.marquee-item{font-family:var(--serif);color:var(--text-dim);white-space:nowrap;align-items:center;gap:4rem;font-size:1.8rem;display:flex}.marquee-item .dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.product-card{cursor:pointer;flex-direction:column;height:100%;display:flex;position:relative}.product-image{aspect-ratio:1;background:var(--bg-elevated);margin-bottom:var(--sp-4);flex-shrink:0;position:relative;overflow:hidden}.product-image img{object-fit:cover;object-position:center;will-change:transform;width:100%;height:100%;transition:transform .6s var(--ease-out-expo)}.product-card:hover .product-image img{transform:scale(1.06)}.product-skeleton{z-index:2;background:linear-gradient(110deg,var(--bg-elevated) 8%,var(--bg-card) 18%,var(--bg-elevated) 33%);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer;position:absolute;top:0;right:0;bottom:0;left:0}.product-tag{top:var(--sp-4);left:var(--sp-4);background:var(--gold);color:var(--bg);padding:var(--sp-1) var(--sp-3);letter-spacing:2px;text-transform:uppercase;z-index:3;font-size:.6rem;font-weight:600;position:absolute}.product-wishlist{top:var(--sp-4);right:var(--sp-4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;width:44px;height:44px;color:var(--text-muted);z-index:3;background:#0a0a0a99;border:1px solid rgba(255,255,255,.08);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;transition:all .3s}.product-wishlist:hover,.product-wishlist.active{background:var(--gold);color:var(--bg);border-color:var(--gold)}.quick-add{padding:var(--sp-3);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-align:center;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);cursor:pointer;width:100%;font-size:.7rem;font-family:var(--sans);z-index:3;will-change:transform;background:#0a0a0ae0;border:none;font-weight:500;position:absolute;bottom:0;left:0;right:0;opacity:0;transform:translateY(100%);transition:all .3s var(--ease-out-expo)}.product-card:hover .quick-add{opacity:1;transform:translateY(0)}.quick-add:hover{background:#c9a96e26}.quick-add.add-success{color:#fff!important;background:#2e7d32e0!important}.product-info{flex-direction:column;flex:1;min-width:0;display:flex}.product-brand{letter-spacing:2.5px;text-transform:uppercase;color:var(--text-dim);margin-bottom:var(--sp-1);font-size:.62rem}.product-name{font-family:var(--serif);margin-bottom:var(--sp-2);letter-spacing:.01em;font-size:1.05rem;font-weight:400;line-height:1.3}.product-price{color:var(--gold);letter-spacing:.02em;margin-top:auto;font-size:.9rem;font-weight:500}.product-price .original{color:var(--text-dim);margin-left:var(--sp-2);font-size:.8rem;font-weight:400;text-decoration:line-through}.products{background:var(--bg-card);padding:7rem 4%}.products.has-bg{background-color:transparent}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;max-width:1300px;margin:0 auto;display:grid}.category-filter{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:3rem;display:flex}.filter-tag{color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;cursor:pointer;font-size:.7rem;font-family:var(--sans);background:0 0;border:1px solid rgba(201,169,110,.15);padding:.5rem 1.5rem;transition:all .3s}.filter-tag:hover{border-color:var(--gold);color:var(--gold)}.filter-tag.active{background:var(--gold);color:var(--bg);border-color:var(--gold)}.about-section{background:var(--bg);border-top:1px solid rgba(201,169,110,.08);padding:7rem 4%}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.about-image{aspect-ratio:4/5;position:relative;overflow:hidden}.about-image img{object-fit:cover;filter:brightness(.75) saturate(.9);width:100%;height:100%}.about-image:after{content:"";pointer-events:none;border:1px solid rgba(201,169,110,.12);position:absolute;top:0;right:0;bottom:0;left:0}.about-content{padding:2rem 0}.about-content .section-eyebrow{text-align:left;margin-bottom:1rem}.about-content h2{font-family:var(--serif);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.about-content p{color:var(--text-muted);margin-bottom:1.2rem;font-size:.9rem;font-weight:300;line-height:1.9}.about-values{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.about-value{border-top:1px solid rgba(201,169,110,.1);padding:1.2rem 0}.about-value h5{font-family:var(--serif);color:var(--gold);margin-bottom:.4rem;font-size:.95rem;font-weight:400}.about-value p{margin-bottom:0;font-size:.78rem;line-height:1.6}.newsletter{text-align:center;background-color:var(--bg-card);background-position:50%;background-repeat:no-repeat;background-size:cover;border-top:1px solid rgba(201,169,110,.1);padding:7rem 4%;position:relative}.newsletter:before{content:"";z-index:0;background:linear-gradient(#0a0a0acc,#0a0a0a80);position:absolute;top:0;right:0;bottom:0;left:0}.newsletter>*{z-index:1;position:relative}.newsletter-desc{color:var(--text-muted);max-width:450px;margin:0 auto;font-size:.9rem;line-height:1.7}.newsletter-form{gap:0;max-width:500px;margin:2rem auto 0;display:flex}.newsletter-form input{background:var(--bg);color:var(--text);font-family:var(--sans);border:1px solid rgba(201,169,110,.15);outline:none;flex:1;padding:1rem 1.5rem;font-size:.85rem;transition:border-color .3s}.newsletter-form input::placeholder{color:var(--text-dim)}.newsletter-form input:focus{border-color:var(--gold)}.newsletter-form button{background:var(--gold);color:var(--bg);letter-spacing:2px;text-transform:uppercase;cursor:pointer;font-size:.7rem;font-family:var(--sans);border:none;padding:1rem 2rem;font-weight:600;transition:background .3s}.newsletter-form button:hover{background:var(--gold-light)}footer{border-top:1px solid rgba(201,169,110,.1);padding:5rem 4% 2rem}.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr 1fr;gap:2.5rem;max-width:1200px;margin:0 auto 4rem;display:grid}.footer-brand .nav-logo{margin-bottom:1rem;display:inline-block}.footer-brand p{color:var(--text-muted);max-width:300px;font-size:.85rem;line-height:1.7}.footer-col h5{font-family:var(--serif);color:var(--text);margin-bottom:1.2rem;font-size:.9rem;font-weight:400}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:var(--text-muted);font-size:.8rem;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--gold)}.footer-bottom{text-align:center;color:var(--text-dim);border-top:1px solid rgba(201,169,110,.08);padding-top:2rem;font-size:.75rem}.toast-container{z-index:1000;pointer-events:none;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.toast{background:var(--gold);color:var(--bg);letter-spacing:2px;text-transform:uppercase;font-size:.75rem;font-weight:600;font-family:var(--sans);pointer-events:auto;padding:.8rem 2rem;animation:.4s forwards toastIn,.4s 2.5s forwards toastOut;display:flex;flex-direction:column;gap:.2rem}.toast-error{background:#c0392b;color:#fff}.toast-info{background:#1a4a7c;color:#fff}.toast-msg{font-size:.65rem;font-weight:400;letter-spacing:1px;opacity:.85}.pdp-container{background:var(--bg);width:100%;min-height:100vh;padding-top:80px}.pdp-hero{flex-direction:column;max-width:1600px;margin:0 auto;padding:3rem 5%;display:flex}@media (width >= 1024px){.pdp-hero{flex-direction:row;align-items:flex-start;gap:4rem}}.pdp-gallery-col{display:flex;flex-direction:column;gap:.75rem;flex:0 0 auto;min-width:0;max-width:620px;width:100%}.pdp-thumbs-row{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.pdp-thumbs-row::-webkit-scrollbar{display:none}.pdp-thumb{cursor:pointer;border:2px solid rgba(201,169,110,.15);width:102px;height:102px;flex-shrink:0;overflow:hidden;position:relative;background:var(--bg-elevated);transition:border-color .2s}.pdp-thumb.active{border-color:var(--gold)}.pdp-thumb:hover:not(.active){border-color:#c9a96e73}.pdp-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pdp-thumb-video{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#111;color:var(--gold);font-size:1.5rem}.gallery-item{background:var(--bg-elevated);aspect-ratio:4/5;flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.gallery-item:hover img{transform:scale(1.05)}.pdp-buybox-wrapper{width:100%;padding:2rem 0}@media (width >= 1024px){.pdp-gallery-col{max-width:600px}.pdp-buybox-wrapper{flex:1;position:sticky;top:calc(80px + 2rem);flex-shrink:0;height:max-content;padding-bottom:4rem}}.pdp-brand{font-family:var(--sans);text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.pdp-title{font-family:var(--serif);margin-bottom:1rem;font-size:2.5rem;font-weight:300;line-height:1.1}.pdp-price{color:var(--gold);margin-bottom:.5rem;font-size:1.5rem;font-family:var(--sans)}.pdp-orig-price{color:var(--text-dim);text-decoration:line-through;font-size:.9rem;margin-bottom:2rem}.pdp-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem;line-height:1.8;font-weight:300}.pdp-variants{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.variant-group{flex-direction:column;gap:.75rem;display:flex}.variant-label{font-family:var(--sans);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}.variant-options{flex-wrap:wrap;gap:.5rem;display:flex}.variant-btn{border:1px solid rgba(201,169,110,.2);padding:.5rem 1rem;color:var(--text-muted);background:0 0;cursor:pointer;font-size:.8rem;font-family:var(--sans);transition:all .2s}.variant-btn:hover,.variant-btn.active{border-color:var(--gold);color:var(--gold);background:var(--gold-mist)}.pdp-actions{flex-direction:column;gap:.8rem;display:flex}.pdp-buy-btn{background:var(--gold);color:var(--bg);border:none;padding:1.1rem 2rem;letter-spacing:3px;text-transform:uppercase;font-size:.75rem;font-family:var(--sans);font-weight:600;cursor:pointer;transition:background .3s;width:100%}.pdp-buy-btn:hover{background:var(--gold-light)}.pdp-cart-btn{background:transparent;color:var(--gold);border:1px solid rgba(201,169,110,.3);padding:1.1rem 2rem;letter-spacing:3px;text-transform:uppercase;font-size:.75rem;font-family:var(--sans);font-weight:500;cursor:pointer;transition:all .3s;width:100%}.pdp-cart-btn:hover{background:var(--gold-mist);border-color:var(--gold)}.pdp-wishlist-btn{background:transparent;color:var(--text-muted);border:1px solid rgba(255,255,255,.08);padding:.8rem 2rem;letter-spacing:2px;text-transform:uppercase;font-size:.7rem;font-family:var(--sans);cursor:pointer;transition:all .3s;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.pdp-wishlist-btn:hover,.pdp-wishlist-btn.active{color:var(--gold);border-color:#c9a96e4d}.pdp-divider{border:none;border-top:1px solid rgba(201,169,110,.1);margin:2rem 0}.pdp-specs{display:flex;flex-direction:column;gap:.8rem}.pdp-spec-row{display:flex;justify-content:space-between;font-size:.8rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.pdp-spec-row span:first-child{color:var(--text-dim);letter-spacing:1px;text-transform:uppercase;font-size:.65rem}.pdp-spec-row span:last-child{color:var(--text);text-align:right}.pdp-editorial{max-width:1300px;margin:0 auto;padding:4rem 5%}.editorial-header{margin-bottom:3rem}.editorial-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;margin-bottom:1rem}.editorial-desc{color:var(--text-muted);font-size:.9rem;line-height:1.9;font-weight:300;max-width:700px}.editorial-highlights{display:grid;gap:3rem}.editorial-highlight{display:grid;gap:2rem;grid-template-columns:1fr}@media (width >= 768px){.editorial-highlight{grid-template-columns:1fr 1fr;align-items:center}.editorial-highlight:nth-child(2n) .highlight-image{order:1}}.highlight-image{aspect-ratio:4/3;overflow:hidden}.highlight-image img{object-fit:cover;width:100%;height:100%}.highlight-content h4{font-family:var(--serif);font-size:1.3rem;font-weight:400;margin-bottom:1rem;color:var(--gold)}.highlight-content p{color:var(--text-muted);font-size:.88rem;line-height:1.9;font-weight:300}.shop-page{min-height:100vh;padding-top:80px;background:var(--bg)}.shop-hero{text-align:center;padding:5rem 4% 3rem;border-bottom:1px solid rgba(201,169,110,.08)}.shop-toolbar{padding:2rem 4%;display:flex;justify-content:space-between;align-items:center;max-width:1350px;margin:0 auto;gap:1rem;flex-wrap:wrap}.shop-count{color:var(--text-dim);font-size:.8rem;letter-spacing:1px}.shop-grid-products{padding:2rem 4%;max-width:1350px;margin:0 auto}.shop-grid{display:grid;gap:2rem}.shop-grid.cols-3{grid-template-columns:repeat(3,1fr)}.shop-grid.cols-4{grid-template-columns:repeat(4,1fr)}.shop-grid.cols-5{grid-template-columns:repeat(5,1fr)}.shop-view-btn{width:36px;height:36px;border:1px solid rgba(201,169,110,.15);background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-dim);transition:all .3s}.shop-view-btn.active{border-color:var(--gold);color:var(--gold)}.shop-view-btns{display:flex;gap:.5rem}.category-page{min-height:100vh;background:var(--bg);padding-top:80px}.category-hero{text-align:center;background:linear-gradient(#0a0a0a66,#0a0a0af2),url(/hero.jpg) 50%/cover no-repeat;border-bottom:1px solid rgba(201,169,110,.06);padding:8rem 4% 4rem;position:relative}.category-hero-inner{max-width:680px;margin:0 auto}.category-hero-eyebrow{letter-spacing:6px;text-transform:uppercase;color:var(--gold);margin-bottom:var(--sp-3);font-size:.6rem;font-weight:500}.category-hero-title{font-family:var(--serif);color:var(--text);letter-spacing:.02em;margin-bottom:var(--sp-4);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:400;line-height:1.12}.category-hero-divider{background:linear-gradient(to right,transparent,var(--gold),transparent);width:80px;height:1px;margin:0 auto var(--sp-5)}.category-hero-description{color:var(--text-muted);max-width:580px;margin:0 auto var(--sp-4);font-size:.92rem;font-weight:300;line-height:1.8}.category-hero-accent{letter-spacing:4px;text-transform:uppercase;color:var(--text-dim);font-size:.7rem}.category-toolbar{padding:1.5rem 4%;border-bottom:1px solid rgba(201,169,110,.08)}.category-toolbar-inner{max-width:1350px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.category-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.category-breadcrumb a{color:var(--text-dim);text-decoration:none;transition:color .3s}.category-breadcrumb a:hover{color:var(--gold)}.breadcrumb-sep{color:var(--gold-border);font-size:.6rem}.breadcrumb-current{color:var(--text-muted)}.category-count{color:var(--text-dim);font-size:.75rem;letter-spacing:1px}.category-toolbar-actions{display:flex;align-items:center;gap:1rem}.toolbar-separator{width:1px;height:20px;background:#c9a96e1f}.category-view-toggle{display:flex;gap:.4rem}.category-products{padding:3rem 4%;max-width:1350px;margin:0 auto}.category-grid{display:grid;gap:2rem}.category-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.auth-page{background:linear-gradient(#0a0a0a80,#0a0a0af2),url(/hero.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex}.auth-container{width:100%;max-width:1000px;margin:var(--sp-8) auto;border:1px solid var(--gold-border);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.auth-brand-panel{padding:var(--sp-8) var(--sp-7);border-right:1px solid var(--gold-border);background:linear-gradient(160deg,#c9a96e0f,#0a0a0afa 60%);justify-content:center;align-items:center;display:flex}.auth-brand-logo{font-family:var(--serif);color:var(--gold);letter-spacing:6px;text-transform:uppercase;margin-bottom:var(--sp-3);font-size:2.5rem}.auth-brand-tagline{font-family:var(--serif);color:var(--text-muted);margin-bottom:var(--sp-5);font-size:1rem;font-style:italic}.auth-brand-divider{background:linear-gradient(to right,var(--gold),transparent);width:40px;height:1px;margin-bottom:var(--sp-5)}.auth-brand-description{color:var(--text-dim);margin-bottom:var(--sp-7);font-size:.78rem;line-height:1.7}.auth-brand-features{gap:var(--sp-4);flex-direction:column;display:flex}.auth-feature{align-items:center;gap:var(--sp-3);color:var(--text-muted);letter-spacing:.5px;font-size:.72rem;display:flex}.auth-form-panel{padding:var(--sp-7);background:#14141499;flex-direction:column;justify-content:center;display:flex}.auth-toggle{border:1px solid var(--gold-border);margin-bottom:var(--sp-6);background:#1e1e1ecc;display:flex;overflow:hidden}.auth-toggle-btn{flex:1;padding:.8rem;letter-spacing:2px;text-transform:uppercase;font-size:.7rem;font-family:var(--sans);background:0 0;border:none;cursor:pointer;color:var(--text-dim);transition:all .3s}.auth-toggle-btn.active{background:var(--gold);color:var(--bg);font-weight:600}.auth-field{margin-bottom:var(--sp-5)}.auth-field label{letter-spacing:2px;text-transform:uppercase;color:var(--text-dim);margin-bottom:var(--sp-2);font-size:.65rem;display:block}.auth-field input{background:#0a0a0a99;color:var(--text);border:1px solid rgba(201,169,110,.12);outline:none;width:100%;padding:.9rem 1rem;font-size:.9rem;font-family:var(--sans);transition:border-color .3s}.auth-field input:focus{border-color:#c9a96e80}.auth-submit{background:var(--gold);color:var(--bg);width:100%;border:none;padding:1rem;letter-spacing:3px;text-transform:uppercase;font-size:.75rem;font-family:var(--sans);font-weight:600;cursor:pointer;transition:background .3s}.auth-submit:hover{background:var(--gold-light)}.auth-divider{text-align:center;color:var(--text-dim);font-size:.75rem;margin:var(--sp-5) 0}.auth-error{background:#c0392b26;border:1px solid rgba(192,57,43,.3);color:#e87070;padding:.8rem 1rem;font-size:.8rem;margin-bottom:var(--sp-4)}.checkout-page{min-height:100vh;padding-top:80px;background:var(--bg)}.checkout-container{max-width:1400px;margin:0 auto;padding:3rem 3% 3rem 2%;display:grid;gap:3rem;grid-template-columns:1fr 400px}.checkout-header{margin-bottom:var(--sp-7)}.checkout-main-title{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;color:var(--text);letter-spacing:.02em;line-height:1.15;margin-top:.5rem}.checkout-form{display:flex;flex-direction:column;gap:2rem}.checkout-section{border:1px solid var(--gold-border);padding:2rem}.checkout-section h3{font-family:var(--serif);font-size:1rem;font-weight:400;margin-bottom:1.5rem;letter-spacing:1px;color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.checkout-field{margin-bottom:1.2rem}.checkout-field label{display:block;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-dim);font-size:.65rem;margin-bottom:.5rem}.checkout-field input,.checkout-field select{width:100%;background:#14120cd9;color:#f5f0e8;border:1px solid rgba(201,169,110,.3);outline:none;padding:.9rem 1rem;font-size:.9rem;font-family:var(--sans);transition:border-color .3s}.checkout-field input::placeholder{color:#6a6560}.checkout-field input:focus,.checkout-field select:focus{border-color:#c9a96e99;background:#19160ef2}.checkout-field select option{background:#141414;color:#f5f0e8}.checkout-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.checkout-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.checkout-order-summary{background:var(--bg-card);border:1px solid var(--gold-border);padding:2rem;height:fit-content;position:sticky;top:100px}.checkout-order-summary h3{font-family:var(--serif);font-size:1rem;font-weight:400;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gold-border)}.checkout-order-item{display:flex;gap:1rem;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.checkout-order-item img{width:60px;height:70px;object-fit:cover;flex-shrink:0}.checkout-order-item-info{flex:1}.checkout-order-item-name{font-size:.85rem;font-family:var(--serif);margin-bottom:.3rem}.checkout-order-item-brand{font-size:.65rem;color:var(--text-dim);letter-spacing:1.5px;text-transform:uppercase}.checkout-order-item-price{color:var(--gold);font-size:.85rem;margin-top:.3rem}.checkout-totals{margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.checkout-total-row{display:flex;justify-content:space-between;font-size:.85rem}.checkout-total-row.final{border-top:1px solid var(--gold-border);padding-top:.8rem;font-size:1rem}.checkout-total-row.final span:last-child{color:var(--gold);font-size:1.1rem;font-weight:600}.checkout-total-row span:first-child{color:var(--text-muted)}.stripe-card-element{background:#0f0d08e6;border:1px solid rgba(201,169,110,.35);padding:.9rem 1rem;transition:border-color .3s}.stripe-card-element.StripeElement--focus{border-color:#c9a96ea6}.stripe-card-element.StripeElement--invalid{border-color:#e8707080}.checkout-pay-btn{background:var(--gold);color:var(--bg);width:100%;border:none;padding:1.1rem 2rem;letter-spacing:3px;text-transform:uppercase;font-size:.8rem;font-family:var(--sans);font-weight:600;cursor:pointer;transition:background .3s;margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.8rem}.checkout-pay-btn:hover{background:var(--gold-light)}.checkout-pay-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-secure{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-dim);font-size:.7rem;letter-spacing:1px;margin-top:1rem}.checkout-error{background:#c0392b26;border:1px solid rgba(192,57,43,.3);color:#e87070;padding:.8rem 1rem;font-size:.8rem;margin-top:1rem}.checkout-success{text-align:center;padding:4rem 2rem}.checkout-success-icon{font-size:3rem;margin-bottom:1.5rem}.checkout-success h2{font-family:var(--serif);font-size:2rem;font-weight:400;margin-bottom:1rem}.checkout-success p{color:var(--text-muted);margin-bottom:2rem}.wishlist-page{min-height:100vh;padding:120px 4% var(--sp-10);background:var(--bg)}.wishlist-container{max-width:1000px;margin:0 auto}.wishlist-header{margin-bottom:var(--sp-6)}.wishlist-empty{text-align:center;padding:var(--sp-10) var(--sp-6);border:1px solid var(--gold-border);background:#14141466;flex-direction:column;align-items:center;display:flex}.wishlist-empty h3{font-family:var(--serif);margin-top:var(--sp-4);color:var(--text);font-size:1.2rem;font-weight:400}.wishlist-empty p{color:var(--text-dim);margin-top:var(--sp-2);max-width:360px;font-size:.78rem}.wishlist-grid{gap:var(--sp-5);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.wishlist-card{border:1px solid var(--gold-border);background:#14141466;transition:all .3s;overflow:hidden}.wishlist-card:hover{border-color:#c9a96e40}.wishlist-card-image-wrapper{aspect-ratio:1;background:#1e1e1e99;display:block;position:relative;overflow:hidden}.wishlist-card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out-expo)}.wishlist-card:hover .wishlist-card-image{transform:scale(1.04)}.wishlist-remove-btn{top:var(--sp-3);right:var(--sp-3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:#0a0a0ab3;border:1px solid rgba(255,255,255,.1);justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute}.wishlist-remove-btn:hover{background:#dc3232cc;color:#fff;border-color:transparent}.wishlist-card-info{padding:1rem}.wishlist-card-brand{letter-spacing:2px;text-transform:uppercase;color:var(--text-dim);font-size:.6rem}.wishlist-card-name{font-family:var(--serif);margin:.3rem 0;font-size:.9rem}.wishlist-card-price{color:var(--gold);font-size:.8rem}.wishlist-add-btn{width:100%;background:0 0;border:none;border-top:1px solid var(--gold-border);color:var(--gold);letter-spacing:2px;text-transform:uppercase;font-size:.65rem;font-family:var(--sans);cursor:pointer;padding:.8rem;transition:all .3s}.wishlist-add-btn:hover{background:var(--gold-mist)}.account-page{min-height:100vh;padding:120px 4% var(--sp-10);background:var(--bg)}.account-layout{gap:var(--sp-6);grid-template-columns:280px 1fr;align-items:start;max-width:1100px;margin:0 auto;display:grid}.account-profile-card{border:1px solid var(--gold-border);padding:var(--sp-7) var(--sp-5);text-align:center;background:#14141499;flex-direction:column;align-items:center;display:flex;position:sticky;top:100px}.account-avatar{background:linear-gradient(135deg,var(--gold-dark),var(--gold));width:64px;height:64px;color:var(--bg);font-family:var(--serif);letter-spacing:1px;margin-bottom:var(--sp-4);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:500;display:flex}.account-name{font-family:var(--serif);color:var(--text);margin-bottom:var(--sp-1);font-size:1.2rem;font-weight:400}.account-email{color:var(--text-dim);margin-bottom:var(--sp-5);font-size:.72rem}.account-logout-btn{align-items:center;gap:var(--sp-2);padding:var(--sp-3) var(--sp-5);color:#e87070;font-family:var(--sans);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid rgba(220,50,50,.2);justify-content:center;width:100%;font-size:.7rem;transition:all .3s;display:flex}.account-logout-btn:hover{background:#dc32321a;border-color:#dc323266}.admin-page{min-height:100vh;background:#0d0d0d}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;background:#111;border-right:1px solid rgba(201,169,110,.12);display:flex;flex-direction:column;z-index:100}.admin-sidebar-logo{padding:2rem 1.5rem;border-bottom:1px solid rgba(201,169,110,.08)}.admin-sidebar-logo-text{font-family:var(--serif);color:var(--gold);font-size:1.3rem;letter-spacing:2px}.admin-sidebar-sub{font-size:.6rem;color:var(--text-dim);letter-spacing:3px;text-transform:uppercase;margin-top:.2rem}.admin-nav{flex:1;padding:1.5rem 0;overflow-y:auto}.admin-nav-section{margin-bottom:1.5rem}.admin-nav-section-title{letter-spacing:3px;text-transform:uppercase;color:var(--text-dim);font-size:.6rem;padding:0 1.5rem .5rem}.admin-nav-item{display:flex;align-items:center;gap:.8rem;padding:.75rem 1.5rem;color:var(--text-muted);text-decoration:none;font-size:.82rem;letter-spacing:.5px;cursor:pointer;background:0 0;border:none;width:100%;text-align:left;transition:all .2s}.admin-nav-item:hover{background:#c9a96e0f;color:var(--text)}.admin-nav-item.active{background:#c9a96e1a;color:var(--gold);border-left:2px solid var(--gold)}.admin-nav-item .admin-nav-icon{width:18px;text-align:center}.admin-content{margin-left:260px;padding:2rem;min-height:100vh}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(201,169,110,.08)}.admin-title{font-family:var(--serif);font-size:1.8rem;font-weight:400}.admin-subtitle{color:var(--text-dim);font-size:.8rem;margin-top:.3rem}.admin-btn{padding:.7rem 1.5rem;letter-spacing:2px;text-transform:uppercase;font-size:.7rem;font-family:var(--sans);cursor:pointer;transition:all .3s;border:1px solid var(--gold)}.admin-btn-primary{background:var(--gold);color:var(--bg)}.admin-btn-primary:hover{background:var(--gold-light)}.admin-btn-outline{background:0 0;color:var(--gold)}.admin-btn-outline:hover{background:var(--gold-mist)}.admin-btn-danger{background:0 0;color:#e87070;border-color:#dc32324d}.admin-btn-danger:hover{background:#dc32321a}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.admin-stat-card{background:var(--bg-card);border:1px solid var(--gold-border);padding:1.5rem}.admin-stat-icon{font-size:1.5rem;margin-bottom:.8rem}.admin-stat-value{font-family:var(--serif);font-size:2rem;color:var(--gold);font-weight:400}.admin-stat-label{color:var(--text-dim);font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;margin-top:.3rem}.admin-table-wrap{background:var(--bg-card);border:1px solid var(--gold-border);overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:1rem 1.5rem;font-size:.65rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-dim);border-bottom:1px solid rgba(201,169,110,.08);background:#c9a96e08;font-weight:500}.admin-table td{padding:1rem 1.5rem;font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.03);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#c9a96e08}.admin-product-thumb{width:50px;height:55px;object-fit:cover;border:1px solid rgba(201,169,110,.1)}.admin-badge{display:inline-block;padding:.2rem .6rem;font-size:.6rem;letter-spacing:1.5px;text-transform:uppercase;border-radius:2px}.admin-badge-gold{background:#c9a96e26;color:var(--gold)}.admin-badge-green{background:#2e7d3233;color:#81c784}.admin-badge-red{background:#c0392b33;color:#e87070}.admin-form{background:var(--bg-card);border:1px solid var(--gold-border);padding:2rem}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.admin-form-full{grid-column:1 / -1}.admin-field{display:flex;flex-direction:column;gap:.5rem}.admin-field label{font-size:.65rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-dim)}.admin-field input,.admin-field textarea,.admin-field select{background:#0a0a0a99;color:var(--text);border:1px solid rgba(201,169,110,.12);outline:none;padding:.8rem 1rem;font-size:.88rem;font-family:var(--sans);transition:border-color .3s;width:100%}.admin-field input:focus,.admin-field textarea:focus,.admin-field select:focus{border-color:#c9a96e66}.admin-field textarea{resize:vertical;min-height:100px}.admin-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem}.admin-modal{background:#111;border:1px solid var(--gold-border);max-width:700px;width:100%;max-height:90vh;overflow-y:auto}.admin-modal-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(201,169,110,.08);display:flex;justify-content:space-between;align-items:center}.admin-modal-title{font-family:var(--serif);font-size:1.2rem;font-weight:400}.admin-modal-close{background:0 0;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;transition:color .3s}.admin-modal-close:hover{color:var(--gold)}.admin-modal-body{padding:2rem}.admin-modal-footer{padding:1.5rem 2rem;border-top:1px solid rgba(201,169,110,.08);display:flex;gap:1rem;justify-content:flex-end}.admin-login{min-height:100vh;background:var(--bg);background-image:radial-gradient(ellipse at 50% 0%,rgba(201,169,110,.04) 0%,transparent 70%);display:flex;align-items:center;justify-content:center;padding:2rem}.admin-login-card{background:var(--bg-card);border:1px solid var(--gold-border);padding:3rem;width:100%;max-width:420px;box-shadow:0 0 60px #0009,0 0 0 1px #c9a96e0a}.admin-login-logo{font-family:var(--serif);color:var(--gold);font-size:1.4rem;letter-spacing:4px;text-align:center;text-transform:uppercase;font-weight:400}.admin-login-sub{text-align:center;color:var(--text-dim);font-size:.62rem;letter-spacing:4px;text-transform:uppercase}.admin-pagination{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;justify-content:center}.admin-page-btn{width:36px;height:36px;border:1px solid rgba(201,169,110,.15);background:0 0;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .3s}.admin-page-btn:hover,.admin-page-btn.active{border-color:var(--gold);color:var(--gold);background:var(--gold-mist)}.admin-search-bar{display:flex;align-items:center;gap:.8rem;background:#0a0a0a99;border:1px solid rgba(201,169,110,.12);padding:.6rem 1rem;margin-bottom:1.5rem}.admin-search-bar input{background:0 0;border:none;outline:none;color:var(--text);font-size:.88rem;font-family:var(--sans);flex:1}.admin-search-bar input::placeholder{color:var(--text-dim)}.admin-search-icon{color:var(--text-dim)}.admin-settings-section{background:var(--bg-card);border:1px solid var(--gold-border);padding:2rem;margin-bottom:1.5rem}.admin-settings-section h3{font-family:var(--serif);font-size:1rem;font-weight:400;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(201,169,110,.08);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.not-found-page{background:var(--bg);min-height:60vh;padding:var(--sp-8) var(--sp-5);justify-content:center;align-items:center;display:flex}.not-found-content{text-align:center;max-width:480px}.not-found-code{font-family:var(--serif);color:var(--gold);letter-spacing:.05em;margin-bottom:var(--sp-4);font-size:clamp(4rem,10vw,8rem);font-weight:400;line-height:1}.not-found-title{font-family:var(--serif);letter-spacing:.02em;color:var(--text);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;line-height:1.15}.not-found-divider{background:linear-gradient(to right,transparent,var(--gold),transparent);width:60px;height:1px;margin:var(--sp-5) auto}.not-found-message{color:var(--text-muted);margin-bottom:var(--sp-7);font-size:.95rem;font-weight:300;line-height:1.7}.order-success-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:2rem}.order-success-card{background:var(--bg-card);border:1px solid var(--gold-border);padding:4rem;max-width:550px;width:100%;text-align:center}.order-success-icon{font-size:3rem;margin-bottom:1.5rem}.order-success-title{font-family:var(--serif);font-size:2rem;font-weight:400;margin-bottom:1rem}.order-success-subtitle{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.order-success-number{color:var(--gold);font-size:1.1rem;font-family:var(--serif);margin-bottom:2rem}.order-success-divider{background:linear-gradient(to right,transparent,var(--gold),transparent);height:1px;width:60px;margin:2rem auto}.giftcard-page{min-height:100vh;padding:120px 4% var(--sp-10);background:linear-gradient(#0a0a0a8c,#0a0a0af7),url(/giftcard_bg.jpg) 50%/cover no-repeat}.giftcard-container{max-width:1000px;margin:0 auto}.giftcard-layout{gap:var(--sp-8);grid-template-columns:1fr 1fr;align-items:start;display:grid}.giftcard-preview{aspect-ratio:1.586;background:linear-gradient(135deg,#1a1205,#0e0c07 40%,#1a1610,#231d10);border:1px solid rgba(201,169,110,.5);position:relative;overflow:hidden;border-radius:12px;box-shadow:0 20px 60px #000c,inset 0 1px #ffffff0d}.giftcard-preview-content{height:100%;padding:var(--sp-6);display:flex;flex-direction:column;justify-content:center;align-items:center}.giftcard-preview-logo{font-family:var(--serif);color:var(--gold);letter-spacing:6px;text-transform:uppercase;font-size:1.4rem}.giftcard-preview-amount{font-family:var(--serif);color:var(--gold);font-size:2.8rem;margin-top:.75rem;font-weight:300}.giftcard-form{display:flex;flex-direction:column;gap:1.2rem}.giftcard-amounts{display:flex;flex-wrap:wrap;gap:.8rem}.giftcard-amount-btn{border:1px solid rgba(201,169,110,.25);background:#14120c99;color:#a0998e;padding:.6rem 1.2rem;font-family:var(--sans);font-size:.88rem;cursor:pointer;transition:all .3s}.giftcard-amount-btn:hover{border-color:#c9a96e80;color:var(--gold)}.giftcard-amount-btn.active{border-color:var(--gold);color:var(--gold);background:#c9a96e1a;font-weight:600}.info-page{min-height:60vh;padding:var(--sp-10) 4% var(--sp-9);max-width:820px;margin:0 auto}.info-header{text-align:center;margin-bottom:var(--sp-8);padding-bottom:var(--sp-7);border-bottom:1px solid var(--gold-border)}.info-header h1{font-family:var(--serif);letter-spacing:.02em;color:var(--text);margin-bottom:var(--sp-3);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;line-height:1.2}.info-content p{color:var(--text-muted);margin-bottom:1.2rem;font-size:.9rem;line-height:1.9;font-weight:300}.info-content h2{font-family:var(--serif);color:var(--text);margin:2rem 0 1rem;font-size:1.3rem;font-weight:400}.quickview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:450;display:flex;align-items:center;justify-content:center;padding:2rem}.quickview-modal{background:var(--bg-card);border:1px solid var(--gold-border);max-width:800px;width:100%;max-height:90vh;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr}.quickview-image{aspect-ratio:1;overflow:hidden}.quickview-image img{object-fit:cover;width:100%;height:100%}.quickview-content{padding:2.5rem;display:flex;flex-direction:column}.quickview-close{position:sticky;top:0;background:0 0;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;align-self:flex-end;padding:.5rem;transition:color .3s}.quickview-close:hover{color:var(--gold)}@media (max-width: 1024px){.products-grid,.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.categories-grid .category-card:last-child{grid-column:span 2;height:300px}.about-grid{grid-template-columns:1fr;gap:2rem}.about-image{aspect-ratio:16/9;max-height:400px}.footer-grid{grid-template-columns:1fr 1fr}.checkout-container{grid-template-columns:1fr}.checkout-order-summary{position:static}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-sidebar{width:220px}.admin-content{margin-left:220px}.auth-container{grid-template-columns:1fr}.auth-brand-panel{display:none}}@media (max-width: 768px){.nav-links{display:none}.menu-toggle{display:flex}.cart-drawer{width:100%}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.category-card{height:280px}.categories-grid{grid-template-columns:minmax(0,1fr)}.categories-grid .category-card:last-child{grid-column:span 1}.about-values{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.shop-grid.cols-4,.shop-grid.cols-5,.category-grid.cols-4,.category-grid.cols-5{grid-template-columns:repeat(2,1fr)}.checkout-row,.checkout-row-3,.quickview-modal{grid-template-columns:1fr}.quickview-image{display:none}.account-layout{grid-template-columns:1fr}.account-profile-card{position:static}.admin-sidebar{display:none}.admin-content{margin-left:0}.admin-stats{grid-template-columns:1fr 1fr}.admin-form-grid,.giftcard-layout{grid-template-columns:1fr}}@media (hover: none) and (pointer: coarse){.product-wishlist{opacity:1!important}.quick-add{opacity:1!important;transform:translateY(0)!important}}.info-page{max-width:860px;margin:0 auto;padding:0 4% 5rem}.info-header{text-align:center;padding:3rem 0 2rem;margin-bottom:3rem}.info-header h1{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400;margin:1rem 0 .5rem}.info-content h2{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--gold);margin:2rem 0 .75rem;letter-spacing:.5px}.info-content h3{font-family:var(--serif);font-size:1rem;font-weight:500;color:var(--text-muted);margin:1.5rem 0 .5rem}.info-content p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem}.info-content ul{margin:.75rem 0 1rem 1.5rem}.info-content ul li{color:var(--text-muted);line-height:1.8;font-size:.95rem;margin-bottom:.25rem}.info-content a{color:var(--gold);text-decoration:none;transition:opacity .2s}.info-content a:hover{opacity:.8}.info-content strong{color:var(--text);font-weight:500}.pdp-main-media img:hover{transform:scale(1.02)}@media (max-width: 1024px){.checkout-container{grid-template-columns:1fr;padding:2rem 4%}.checkout-order-summary{position:static}}.admin-form input,.admin-form select,.admin-form textarea{background:var(--bg-elevated);color:var(--text);border:1px solid rgba(201,169,110,.15);outline:none;padding:.75rem 1rem;font-size:.88rem;font-family:var(--sans);width:100%;box-sizing:border-box;transition:border-color .2s}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#c9a96e66}.pdp-gallery-thumb:hover{border-color:#c9a96e80!important}@media (max-width: 640px){.products,.about-section{padding:4rem 4%}.marquee-section{padding:2rem 0}.hero-title{font-size:clamp(2rem,8vw,3rem)}.hero-subtitle{font-size:.85rem}.hero-cta{padding:.85rem 1.8rem;font-size:.7rem}#navbar{padding:1rem 4%}.nav-logo{font-size:.95rem}.nav-actions{gap:.8rem}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.shop-grid.cols-3,.category-grid.cols-3{grid-template-columns:repeat(2,1fr)}.product-name{font-size:.88rem}.product-price{font-size:.82rem}.checkout-page{padding-top:70px}.checkout-container{padding:1.5rem 4%;gap:2rem}.checkout-section{padding:1.25rem}.checkout-header{margin-bottom:2rem}.checkout-main-title{font-size:1.6rem}.order-success-card{padding:2rem 1.5rem}.pdp-container{padding-top:70px}.pdp-hero{padding:1.5rem 4%}.pdp-title{font-size:1.8rem}.pdp-thumb{width:72px;height:72px}.pdp-gallery-col{max-width:100%}.cart-header{padding:1rem 1.5rem}.cart-items{padding:.75rem 1.5rem}.cart-footer{padding:1rem 1.5rem}.footer-grid{grid-template-columns:1fr!important;gap:2rem}.giftcard-page{padding:100px 4% 4rem}.giftcard-preview{aspect-ratio:auto;min-height:160px}.giftcard-amounts{gap:.5rem}.giftcard-amount-btn{padding:.5rem .8rem;font-size:.8rem}.section-title{font-size:clamp(1.6rem,6vw,2.5rem)}.admin-gallery-card{grid-template-columns:1fr!important}.search-results{grid-template-columns:1fr}.search-container{width:96%}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.toast-container{width:90%;left:5%;right:5%;transform:none}.newsletter{padding:4rem 4%}.admin-content{padding:1rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-stats{grid-template-columns:1fr 1fr;gap:1rem}.admin-table{font-size:.75rem}.admin-table th,.admin-table td{padding:.75rem}}@media (max-width: 480px){.products-grid,.shop-grid.cols-3,.shop-grid.cols-4,.shop-grid.cols-5{grid-template-columns:1fr}.category-grid.cols-3,.category-grid.cols-4,.category-grid.cols-5{grid-template-columns:repeat(2,1fr)}.categories-grid,.giftcard-layout{grid-template-columns:1fr}.pdp-thumb{width:60px;height:60px}.footer-grid,.wishlist-grid{grid-template-columns:1fr}.hero-title{font-size:clamp(1.8rem,9vw,2.5rem)}}@media (max-width: 768px){button,a,input,select,textarea{touch-action:manipulation}.pdp-buy-btn,.pdp-cart-btn{padding:1rem}.checkout-pay-btn{padding:1rem;font-size:.78rem}.cart-checkout{padding:1rem}.variant-btn{min-height:44px}.filter-tag{min-height:40px;display:inline-flex;align-items:center}.admin-gallery-preview{height:100px!important}}@media (max-width: 900px){.admin-gallery-item>div:first-child{grid-template-columns:1fr!important}.admin-gallery-preview-col{height:120px}}
