@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap";:root{--bg: #06080E;--bg-2: #0A1020;--bg-3: #0F1828;--card: #0C1424;--card-hover: #111E34;--gold: #C9A870;--gold-lt: #E8D5A3;--gold-dk: #7A6440;--gold-xdk: #3A2E18;--cream: #EDE8DC;--text: #C8C0B4;--muted: #6A7888;--border: #1A2840;--border-gold: #3A2E18;--red: #8C2424;--red-lt: #C0392B;--font-display: "Playfair Display", Georgia, serif;--font-body: "Cormorant Garamond", Georgia, serif;--font-ui: "Montserrat", sans-serif;--radius: 2px;--radius-lg: 4px;--trans: .3s ease;--trans-slow:.6s ease;--glow: 0 0 40px rgba(201, 168, 112, .08);--shadow: 0 8px 40px rgba(0,0,0,.6)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:1.1rem;font-weight:300;line-height:1.8;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:var(--gold);text-decoration:none;transition:color var(--trans)}a:hover{color:var(--gold-lt)}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;color:var(--gold-lt);line-height:1.2;letter-spacing:.01em}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3vw,2.8rem)}h3{font-size:clamp(1.3rem,2vw,1.8rem)}h4{font-size:1.2rem}.eyebrow{font-family:var(--font-ui);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold)}.rule{display:flex;align-items:center;gap:1rem;margin:1.2rem 0}.rule:before,.rule:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold-dk),transparent)}.rule-diamond{width:6px;height:6px;background:var(--gold);transform:rotate(45deg);flex-shrink:0}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.container--narrow{max-width:840px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section--sm{padding:3rem 0}.btn{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-ui);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;padding:.9rem 2.4rem;border:1px solid;cursor:pointer;transition:all var(--trans);position:relative;overflow:hidden}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gold);transform:translate(-101%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:0}.btn:hover:after{transform:translate(0)}.btn>span{position:relative;z-index:1}.btn--gold{background:transparent;border-color:var(--gold);color:var(--gold-lt)}.btn--gold:hover{color:var(--bg)}.btn--solid{background:var(--gold);border-color:var(--gold);color:var(--bg)}.btn--solid:after{background:var(--gold-lt)}.btn--solid:hover{color:var(--bg)}.btn--ghost{background:transparent;border-color:var(--border);color:var(--muted)}.btn--ghost:hover{color:var(--bg);border-color:var(--gold)}.btn--ghost:after{background:var(--gold)}.announcement-bar{background:var(--gold-xdk);border-bottom:1px solid var(--border-gold);padding:.55rem 0;text-align:center}.announcement-bar p{font-family:var(--font-ui);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.announcement-bar a{color:var(--gold-lt);border-bottom:1px solid var(--gold-dk)}.announcement-bar a:hover{color:var(--cream)}.site-header{position:sticky;top:0;z-index:100;background:#06080ef0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:border-color var(--trans)}.site-header.scrolled{border-bottom-color:var(--gold-dk)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:70px;gap:2rem}.header-nav{display:flex;align-items:center;gap:2.4rem}.header-nav a{font-family:var(--font-ui);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);transition:color var(--trans);position:relative;padding-bottom:2px}.header-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold);transition:width var(--trans)}.header-nav a:hover{color:var(--gold-lt)}.header-nav a:hover:after{width:100%}.header-logo{text-align:center;text-decoration:none}.header-logo-text{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--gold-lt);letter-spacing:.06em;line-height:1}.header-logo-sub{font-family:var(--font-ui);font-size:.55rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-dk);margin-top:3px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:1.4rem}.header-actions a{font-family:var(--font-ui);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.header-actions a:hover{color:var(--gold)}.cart-icon-wrap{position:relative;display:flex;align-items:center}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--gold);color:var(--bg);font-family:var(--font-ui);font-size:.6rem;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden;background:var(--bg)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(201,168,112,.07) 0%,transparent 65%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(201,168,112,.04) 0%,transparent 60%)}.hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:80px 80px;opacity:.3;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 0%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 0%,transparent 100%)}.hero-content{position:relative;z-index:2;max-width:780px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.8rem;margin-bottom:1.8rem}.hero-eyebrow:before,.hero-eyebrow:after{content:"";display:block;width:32px;height:1px;background:var(--gold)}.hero h1{margin-bottom:1.4rem}.hero h1 em{font-style:italic;color:var(--gold)}.hero-body{font-size:1.2rem;color:var(--text);max-width:540px;margin-bottom:2.8rem;line-height:1.9}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero-badge{display:flex;align-items:center;gap:.6rem;font-family:var(--font-ui);font-size:.68rem;letter-spacing:.12em;color:var(--muted);margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.hero-badge-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}.trust-strip{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.8rem 0}.trust-strip-inner{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.7rem}.trust-icon{color:var(--gold);font-size:1.1rem}.trust-label{font-family:var(--font-ui);font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.trust-sep{width:1px;height:28px;background:var(--border)}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header .eyebrow{margin-bottom:.8rem;display:block}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--text);font-size:1.1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.product-card{background:var(--card);border:1px solid var(--border);transition:border-color var(--trans),box-shadow var(--trans),transform var(--trans);cursor:pointer;overflow:hidden;display:flex;flex-direction:column}.product-card:hover{border-color:var(--gold-dk);box-shadow:var(--glow),var(--shadow);transform:translateY(-4px)}.product-card-image{aspect-ratio:4/3;overflow:hidden;position:relative;background:var(--bg-3)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-badge{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--bg);font-family:var(--font-ui);font-size:.6rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .7rem}.product-card-body{padding:1.6rem;flex:1;display:flex;flex-direction:column;border-top:1px solid var(--border)}.product-card:hover .product-card-body{border-top-color:var(--gold-dk)}.product-card-vendor{font-family:var(--font-ui);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dk);margin-bottom:.4rem}.product-card-title{font-family:var(--font-display);font-size:1.2rem;font-weight:400;color:var(--gold-lt);margin-bottom:.6rem;line-height:1.3}.product-card-desc{font-size:.95rem;color:var(--muted);line-height:1.7;flex:1;margin-bottom:1.4rem}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-gold)}.product-card-price{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--gold)}.product-card-price .compare-price{font-size:.9rem;font-weight:300;color:var(--muted);text-decoration:line-through;margin-left:.4rem}.featured-product{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.featured-product-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.featured-product-image{position:relative}.featured-product-image:before{content:"";position:absolute;top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem;border:1px solid var(--border-gold);z-index:0}.featured-product-image img{position:relative;z-index:1;width:100%;box-shadow:var(--shadow)}.featured-product-content .eyebrow{margin-bottom:1rem;display:block}.featured-product-content h2{margin-bottom:.4rem}.featured-product-price{font-family:var(--font-display);font-size:2.2rem;color:var(--gold);margin:1.4rem 0}.featured-product-price small{font-size:.9rem;color:var(--muted);font-family:var(--font-ui);font-weight:300;margin-left:.4rem}.product-features{margin:2rem 0;display:flex;flex-direction:column;gap:.7rem}.product-feature{display:flex;align-items:flex-start;gap:.8rem;font-size:1rem;color:var(--text)}.product-feature-icon{color:var(--gold);flex-shrink:0;margin-top:2px;font-size:.9rem}.quantity-row{display:flex;align-items:center;gap:1rem;margin-top:2rem}.qty-input{display:flex;align-items:center;border:1px solid var(--border);background:var(--bg-3)}.qty-btn{width:38px;height:48px;background:none;border:none;color:var(--gold);font-size:1.2rem;cursor:pointer;transition:background var(--trans);display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--border)}.qty-number{width:48px;text-align:center;background:none;border:none;color:var(--cream);font-family:var(--font-ui);font-size:.9rem;border-left:1px solid var(--border);border-right:1px solid var(--border)}.testimonials{background:var(--bg)}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.testimonial-card{background:var(--card);border:1px solid var(--border);padding:2.2rem;position:relative;transition:border-color var(--trans)}.testimonial-card:hover{border-color:var(--gold-dk)}.testimonial-card:before{content:"\201c";position:absolute;top:1.4rem;right:1.8rem;font-family:var(--font-display);font-size:5rem;color:var(--gold-xdk);line-height:1}.testimonial-stars{display:flex;gap:3px;color:var(--gold);font-size:.85rem;margin-bottom:1rem}.testimonial-text{font-size:1rem;line-height:1.8;color:var(--text);font-style:italic;margin-bottom:1.6rem}.testimonial-author{display:flex;align-items:center;gap:.8rem;padding-top:1.2rem;border-top:1px solid var(--border-gold)}.testimonial-avatar{width:36px;height:36px;border-radius:50%;background:var(--bg-3);border:1px solid var(--border-gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.9rem;color:var(--gold);flex-shrink:0}.testimonial-name{font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.1em;color:var(--gold-lt)}.testimonial-role{font-size:.8rem;color:var(--muted)}.newsletter{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.newsletter-inner{max-width:600px;margin:0 auto;text-align:center}.newsletter h2{margin-bottom:.6rem}.newsletter p{color:var(--muted);margin-bottom:2rem;font-size:1rem}.newsletter-form{display:flex;gap:0;max-width:480px;margin:0 auto}.newsletter-input{flex:1;background:var(--bg-3);border:1px solid var(--border);border-right:none;color:var(--cream);font-family:var(--font-body);font-size:1rem;padding:.9rem 1.2rem;outline:none;transition:border-color var(--trans)}.newsletter-input:focus{border-color:var(--gold-dk)}.newsletter-input::placeholder{color:var(--muted)}.newsletter-form .btn{border-radius:0}.newsletter-note{font-size:.78rem;color:var(--muted);margin-top:1rem;letter-spacing:.05em}.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.footer-brand-text{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--gold-lt);margin-bottom:.8rem}.footer-brand-desc{font-size:.95rem;color:var(--muted);line-height:1.8;max-width:260px}.footer-col-title{font-family:var(--font-ui);font-size:.65rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.95rem;color:var(--muted);transition:color var(--trans)}.footer-links a:hover{color:var(--gold-lt)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}.footer-copy{font-family:var(--font-ui);font-size:.68rem;letter-spacing:.12em;color:var(--muted)}.footer-payment{display:flex;align-items:center;gap:.6rem}.footer-payment-icon{background:var(--bg-2);border:1px solid var(--border);border-radius:3px;padding:3px 7px;font-family:var(--font-ui);font-size:.58rem;font-weight:600;color:var(--muted);letter-spacing:.05em}.product-page{padding:5rem 0}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-gallery{position:sticky;top:90px}.product-main-img{width:100%;border:1px solid var(--border);background:var(--bg-2);margin-bottom:1rem;overflow:hidden}.product-main-img img{width:100%}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.product-thumb{border:1px solid var(--border);background:var(--bg-2);cursor:pointer;overflow:hidden;transition:border-color var(--trans);aspect-ratio:1}.product-thumb:hover,.product-thumb.active{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info .eyebrow{margin-bottom:.8rem;display:block}.product-info h1{font-size:2.2rem;margin-bottom:.6rem}.product-rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem}.product-stars{color:var(--gold);font-size:.8rem}.product-review-count{font-family:var(--font-ui);font-size:.72rem;color:var(--muted)}.product-price-wrap{display:flex;align-items:baseline;gap:.8rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.product-price{font-family:var(--font-display);font-size:2.4rem;font-weight:600;color:var(--gold)}.product-compare-price{font-family:var(--font-display);font-size:1.4rem;color:var(--muted);text-decoration:line-through}.product-save{font-family:var(--font-ui);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--bg);background:var(--gold);padding:.2rem .6rem}.product-description{font-size:1.05rem;line-height:1.9;color:var(--text);margin-bottom:2rem}.product-description p+p{margin-top:.8rem}.add-to-cart-row{display:flex;gap:1rem;margin-top:2rem}.add-to-cart-row .btn{flex:1;justify-content:center}.product-meta{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.product-meta-row{display:flex;gap:.5rem;font-size:.88rem}.product-meta-label{font-family:var(--font-ui);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dk);min-width:80px}.product-meta-value{color:var(--muted)}.cart-page{padding:5rem 0;min-height:60vh}.cart-page h1{text-align:center;margin-bottom:3rem}.cart-empty{text-align:center;padding:4rem;color:var(--muted)}.cart-empty h2{color:var(--muted);font-size:1.4rem;margin-bottom:1rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-family:var(--font-ui);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dk);text-align:left;padding:.8rem 1rem;border-bottom:1px solid var(--border)}.cart-table td{padding:1.4rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle;font-size:1rem;color:var(--text)}.cart-item-title{font-family:var(--font-display);font-size:1.1rem;color:var(--gold-lt)}.cart-item-variant{font-size:.85rem;color:var(--muted)}.cart-item-price{font-family:var(--font-display);font-size:1.2rem;color:var(--gold)}.cart-remove{color:var(--muted);font-size:.8rem;background:none;border:none;cursor:pointer;transition:color var(--trans);font-family:var(--font-ui);letter-spacing:.1em}.cart-remove:hover{color:var(--red-lt)}.cart-totals{max-width:360px;margin-left:auto;margin-top:2rem}.cart-total-row{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid var(--border);font-size:1rem}.cart-total-row.grand{font-family:var(--font-display);font-size:1.4rem;color:var(--gold-lt);border-bottom:none;padding-top:1.2rem}.cart-total-label{color:var(--muted)}.cart-total-value{color:var(--gold);font-family:var(--font-display)}.cart-checkout{width:100%;margin-top:1.4rem;justify-content:center}.not-found{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center}.not-found-num{font-family:var(--font-display);font-size:8rem;font-weight:700;color:var(--border);line-height:1;margin-bottom:1rem}.not-found h2{margin-bottom:.8rem}.not-found p{color:var(--muted);margin-bottom:2rem}.collection-page{padding:5rem 0}.collection-header{text-align:center;padding-bottom:4rem;border-bottom:1px solid var(--border);margin-bottom:4rem}.collection-header h1{margin-bottom:.6rem}.collection-header p{color:var(--muted)}.page-content{padding:5rem 0;max-width:720px;margin:0 auto}.page-content h1{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-gold)}.page-content h2,.page-content h3{margin:2rem 0 .8rem;color:var(--gold-lt)}.page-content p{margin-bottom:1.2rem;color:var(--text);line-height:1.9}.page-content ul,.page-content ol{padding-left:1.5rem;margin-bottom:1.2rem;color:var(--text)}.page-content li{margin-bottom:.4rem}.page-content a{border-bottom:1px solid var(--gold-dk)}.page-content a:hover{border-color:var(--gold)}.mobile-nav-btn{display:none;background:none;border:none;color:var(--gold);cursor:pointer;padding:.3rem}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#06080efa;z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-menu.open{display:flex}.mobile-menu a{font-family:var(--font-display);font-size:2rem;color:var(--gold-lt)}.mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:var(--gold);cursor:pointer;font-size:1.5rem}.text-gold{color:var(--gold)}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}@media(max-width:900px){.header-inner{grid-template-columns:auto 1fr auto}.header-nav{display:none}.mobile-nav-btn{display:flex}.featured-product-inner,.product-page-inner{grid-template-columns:1fr;gap:3rem}.product-gallery{position:static}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero{min-height:80vh}}@media(max-width:600px){.container{padding:0 1.2rem}.section{padding:4rem 0}.footer-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-input{border-right:1px solid var(--border);border-bottom:none}.trust-strip-inner{gap:1.4rem}.trust-sep{display:none}.hero h1{font-size:2rem}.add-to-cart-row{flex-direction:column}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease forwards}.fade-up-delay-1{animation-delay:.1s;opacity:0}.fade-up-delay-2{animation-delay:.2s;opacity:0}.fade-up-delay-3{animation-delay:.3s;opacity:0}.fade-up-delay-4{animation-delay:.5s;opacity:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
