*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--gold: #C9A84C;--gold-light: #E8C97A;--dark: #0A0A0B;--dark2: #111113;--dark3: #1A1A1E;--dark4: #222228;--text: #F0EDE6;--text-muted: #888880;--glass: rgba(255,255,255,.04);--glass-border: rgba(201,168,76,.2)}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--dark);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}.skip-to-content-link{position:absolute;left:-9999px;top:0;background:var(--gold);color:var(--dark);padding:1rem}.skip-to-content-link:focus{left:0;z-index:999}.announcement-bar{background:var(--dark2);color:var(--text-muted);text-align:center;padding:.5rem 1rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid rgba(201,168,76,.1)}.announcement-bar span{color:var(--gold)}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 3rem;background:#0a0a0bd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.12)}.site-logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:900;letter-spacing:.05em;color:var(--gold)}.site-logo span{color:var(--text)}.site-logo img{max-height:40px}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-muted);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:1rem}.cart-link{color:var(--text-muted);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:.4rem;transition:color .2s}.cart-link:hover{color:var(--gold)}.cart-count{background:var(--gold);color:var(--dark);width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600}.desktop-only{display:none}@media(min-width:900px){.desktop-only{display:inline-block}}.nav-cta{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:.5rem 1.4rem;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;transition:all .25s;font-family:DM Sans,sans-serif}.nav-cta{display:none!important}.nav-cta:hover{background:var(--gold);color:var(--dark)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px}.hamburger span{display:block;width:24px;height:2px;background:var(--text);transition:.2s}.mobile-menu{display:none}.mobile-menu a{display:block;padding:1rem 1.5rem;color:var(--text);text-decoration:none;border-bottom:1px solid var(--dark3);font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.mobile-menu a:hover{color:var(--gold)}.hero{min-height:90vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:4rem 6rem;position:relative;overflow:hidden;max-width:1400px;margin:0 auto;gap:3rem}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 70% 50%,rgba(201,168,76,.06) 0%,transparent 70%);pointer-events:none}.hero-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(201,168,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.hero-text{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.3);padding:.4rem 1rem;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.6rem,4.5vw,4rem);line-height:1.05;font-weight:900;margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--gold)}.hero-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem;max-width:48ch;font-weight:300}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.btn-primary{background:var(--gold);color:var(--dark);border:none;padding:.9rem 2.2rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all .25s;display:inline-block;text-align:center}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text-muted);border:1px solid rgba(255,255,255,.12);padding:.9rem 2.2rem;font-family:DM Sans,sans-serif;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;transition:all .25s;display:inline-block;text-align:center}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.07)}.stat-num{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--gold);font-weight:700}.stat-label{font-size:.75rem;color:var(--text-muted);letter-spacing:.08em;margin-top:.2rem}.hero-video-wrap{position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.hero-video-container{width:100%;max-width:380px;aspect-ratio:9/16;background:var(--dark3);border:2px solid rgba(201,168,76,.3);border-radius:12px;overflow:hidden;position:relative;box-shadow:0 40px 80px #0009,0 0 0 1px #ffffff0a}.hero-video-container video{width:100%;height:100%;object-fit:cover;display:block}.hero-video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;background:var(--dark3);text-align:center;padding:2rem}.hero-video-placeholder .icon{font-size:3rem;color:var(--gold);opacity:.4;margin-bottom:1rem}.hero-video-placeholder .title{font-family:Playfair Display,serif;font-size:1.1rem;color:var(--gold);opacity:.7}.hero-video-placeholder .sub{font-size:.78rem;color:var(--text-muted);margin-top:.4rem}.floating-tag{position:absolute;background:var(--dark3);border:1px solid var(--glass-border);padding:.6rem 1rem;font-size:.72rem;letter-spacing:.05em;white-space:nowrap;z-index:3}.tag-1{top:8%;right:-50px}.tag-2{bottom:18%;right:-40px}.tag-3{top:35%;left:-90px}.tag-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold);margin-right:6px}.section{padding:1.5rem 6rem;max-width:1400px;margin:0 auto}.section-label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;margin-bottom:1rem}.section-title em{font-style:italic;color:var(--gold)}.section-sub{color:var(--text-muted);font-size:1rem;max-width:55ch;line-height:1.7;margin-bottom:3rem;font-weight:300}.gold-line{width:48px;height:2px;background:var(--gold);margin-bottom:1.5rem}.trust-bar{background:var(--dark3);border-top:1px solid rgba(201,168,76,.1);border-bottom:1px solid rgba(201,168,76,.1);padding:1.2rem 3rem;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.78rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted)}.trust-icon{color:var(--gold);font-size:1rem}.features-wrap{background:var(--dark2)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;margin-top:3rem}.feature-card{background:var(--dark3);padding:1rem 1.2rem;transition:background .3s}.feature-card:hover{background:var(--dark4)}.feature-icon{width:48px;height:48px;border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;font-size:1.4rem;color:var(--gold)}.feature-name{font-family:Playfair Display,serif;font-size:1.15rem;margin-bottom:.75rem;font-weight:700}.feature-desc{color:var(--text-muted);font-size:.88rem;line-height:1.65;font-weight:300}.product-section{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.product-images{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-img{aspect-ratio:1;background:var(--dark3);border:1px solid rgba(201,168,76,.1);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:100%;object-fit:cover}.product-img-main{grid-column:span 2;aspect-ratio:16/9}.placeholder-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--dark3);flex-direction:column;gap:.5rem}.placeholder-title{font-family:Playfair Display,serif;font-size:1rem;color:var(--gold);opacity:.5}.placeholder-sub{font-size:.75rem;color:var(--text-muted)}.variant-label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.8rem}.variants{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.variant-btn{background:var(--dark3);border:1px solid rgba(255,255,255,.1);color:var(--text-muted);padding:.5rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.82rem;transition:all .2s;position:relative}.variant-btn.active{border-color:var(--gold);color:var(--gold);background:#c9a84c14}.variant-btn.oos{opacity:.5;cursor:not-allowed}.oos-tag{position:absolute;top:-8px;right:-8px;background:var(--dark4);border:1px solid rgba(255,255,255,.15);font-size:.6rem;padding:1px 5px;letter-spacing:.05em;color:var(--text-muted);white-space:nowrap}.price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.price{font-family:Playfair Display,serif;font-size:2.2rem;color:var(--gold)}.price-sub{font-size:.8rem;color:var(--text-muted)}.model-select{background:var(--dark3);border:1px solid rgba(255,255,255,.1);color:var(--text);padding:.7rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;width:100%;margin-bottom:1.5rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.model-select option{background:var(--dark3)}.reviews-wrap{background:var(--dark2)}.reviews-carousel-wrap{position:relative}.reviews-grid{display:flex;overflow:hidden;gap:1rem;margin-top:.5rem;scroll-behavior:smooth}.review-card{min-width:calc(25% - .75rem);max-width:calc(25% - .75rem);flex-shrink:0;background:var(--dark3);padding:1.5rem;border:1px solid rgba(255,255,255,.05);transition:border-color .2s}.reviews-nav,.reviews-dots .reviews-arrow{display:none}.reviews-arrow{background:#0a0a0bcc;color:var(--gold);border:1px solid var(--gold);width:40px;height:40px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.reviews-arrow:hover{background:#c9a84c33}.reviews-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:1rem}.reviews-dot{width:8px;height:8px;border-radius:50%;background:#fff3;transition:.2s}.reviews-dot.dot-active{background:var(--gold)}.reviews-side-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0a0a0be6;color:var(--gold);border:1px solid var(--gold);width:40px;height:40px;font-size:1.2rem;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .2s}.reviews-side-arrow:hover{background:#c9a84c4d}.reviews-side-prev{left:-50px}.reviews-side-next{right:-50px}.review-card:hover{border-color:#c9a84c33}.stars{color:var(--gold);font-size:.85rem;margin-bottom:.75rem;letter-spacing:2px}.review-text{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem;font-weight:300}.review-author{font-size:.78rem;font-weight:500}.review-date{font-size:.72rem;color:var(--text-muted)}.review-img-placeholder{width:100%;aspect-ratio:4/3;background:var(--dark4);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.05);font-size:.72rem;color:var(--text-muted);overflow:hidden}.review-img-placeholder img{width:100%;height:100%;object-fit:cover}.review-verified{font-size:.68rem;color:#4caf50;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.faq-list{max-width:680px;margin:2.5rem 0 0}.faq-item{border-bottom:1px solid rgba(255,255,255,.07);padding:1.25rem 0}.faq-q{font-size:.95rem;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.faq-q:after{content:"+";color:var(--gold);font-size:1.2rem;flex-shrink:0}.faq-q.open:after{content:"\2212"}.faq-a{color:var(--text-muted);font-size:.88rem;line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;font-weight:300}.faq-a.open{max-height:200px;padding-top:.75rem}.site-footer{background:var(--dark2);border-top:1px solid rgba(201,168,76,.12);padding:3rem 6rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-logo{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--gold);font-weight:900}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-muted);font-size:.8rem}.footer-links a:hover{color:var(--gold)}.footer-copy{font-size:.75rem;color:var(--text-muted)}.main-product{max-width:1400px;margin:0 auto;padding:4rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-gallery{position:relative}.slideshow-container{position:relative;overflow:hidden;border:1px solid rgba(201,168,76,.1)}.slide{display:none}.slide-active{display:block}.slide img{width:100%;display:block}.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0a0a0bb3;color:var(--gold);border:1px solid var(--gold);width:44px;height:44px;font-size:1.3rem;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:background .2s}.slide-arrow:hover{background:#c9a84c33}.slide-prev{left:10px}.slide-next{right:10px}.slide-thumbs{display:flex;gap:.5rem;margin-top:.75rem}.slide-thumb{width:70px;height:70px;object-fit:cover;cursor:pointer;border:2px solid transparent;opacity:.5;transition:all .2s}.slide-thumb:hover{opacity:.8}.thumb-active{border-color:var(--gold);opacity:1}.product-info h1{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.product-info .price-row{margin-bottom:2rem}.product-form{display:grid;gap:1.5rem}.product-form label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.product-form select,.product-form input[type=number]{background:var(--dark3);border:1px solid rgba(255,255,255,.1);color:var(--text);padding:.7rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;width:100%}.product-description{margin-top:2rem;color:var(--text-muted);font-size:.95rem;line-height:1.7}.cart-page{max-width:900px;margin:0 auto;padding:4rem 3rem}.cart-page h1{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.07);align-items:center}.cart-item img{width:100%}.cart-item-name{font-weight:500;margin-bottom:.5rem}.cart-item-meta{font-size:.85rem;color:var(--text-muted)}.cart-totals{margin-top:1rem;text-align:right}.cart-total{font-family:Playfair Display,serif;font-size:2rem;color:var(--gold)}.collection-page{max-width:1400px;margin:0 auto;padding:4rem 3rem}.collection-page h1{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:2rem}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.product-card{background:var(--dark3);border:1px solid rgba(201,168,76,.1);transition:border-color .2s}.product-card:hover{border-color:#c9a84c4d}.product-card img{width:100%;aspect-ratio:1;object-fit:cover}.product-card-info{padding:1.5rem}.product-card-name{font-weight:500;margin-bottom:.5rem}.product-card-price{color:var(--gold);font-family:Playfair Display,serif;font-size:1.2rem}@media(max-width:1024px){.hero,.section{padding-left:3rem;padding-right:3rem}.site-footer{padding:2rem 3rem}.floating-tag{display:none}.main-product{grid-template-columns:1fr;gap:1rem;padding:1.5rem 1rem}.product-info h1{font-size:1.3rem;margin-bottom:.3rem}.product-info .price-row{margin-bottom:.5rem}.product-info .section-label{font-size:.65rem;margin-bottom:.2rem}.product-form>div{margin-bottom:.3rem}.product-form label{font-size:.7rem;margin-bottom:.1rem}.slide-thumbs{margin-top:.4rem}.slide-thumb{width:55px;height:55px}.slideshow-container{max-height:350px}.slide img{max-height:350px;object-fit:contain}}@media(max-width:900px){.site-header{padding:1rem 1.5rem}.nav-links{display:none}.hamburger{display:flex}.mobile-menu-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--dark2);z-index:99;border-bottom:1px solid var(--gold)}.header-actions .nav-cta{font-size:.7rem;padding:.4rem .7rem}.header-actions{gap:.5rem}.cart-link{font-size:.75rem}.site-logo{font-size:1.2rem}.site-header{gap:.5rem}.hero{grid-template-columns:1fr;padding:1.5rem 1.5rem .5rem;gap:.75rem;min-height:auto}.hero-video-wrap{margin-top:0;margin-bottom:0}.hero-video-container{max-width:250px;aspect-ratio:9/14}.hero h1{font-size:2rem}.hero-desc{font-size:.9rem}.hero-stats{margin-top:0}.hero-desc,.hero-badge,.hero-stats,.hero-actions .btn-secondary{display:none}.hero h1{margin-bottom:.5rem}.hero-actions{margin-top:.5rem}.hero-video-container{max-width:280px;margin:0 auto}.section{padding:2rem 1.5rem}.section-title{font-size:1.5rem!important}.section .section-label{font-size:.7rem}.features-grid{grid-template-columns:1fr 1fr;gap:.6rem}.feature-card{padding:1rem}.feature-card h3{font-size:.85rem;margin-bottom:.3rem}.feature-card p{font-size:.7rem;line-height:1.3}.feature-icon{width:36px;height:36px;font-size:.9rem;margin-bottom:.5rem}.product-section{grid-template-columns:1fr;gap:1rem}.product-section .product-img-main{aspect-ratio:4/3!important;overflow:hidden;border-radius:8px}.product-section .product-img-main img{width:100%;height:100%;object-fit:cover}.product-section .product-info .section-label{display:none}.product-section .product-info .section-title{font-size:1.2rem!important}.product-section .product-info .price-row{margin-bottom:.8rem}.reviews-grid{display:flex;overflow-x:auto;gap:.8rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;margin-top:.5rem}.review-card{min-width:70%;max-width:70%;flex-shrink:0;scroll-snap-align:start;padding:.8rem}.review-img-placeholder{aspect-ratio:1;max-height:200px}.reviews-grid::-webkit-scrollbar{display:none}.hero-stats{gap:1.5rem;flex-wrap:wrap}.site-footer{flex-direction:column;text-align:center;padding:2rem 1.5rem}.trust-bar{gap:.3rem 1.5rem;padding:.8rem 1rem;display:grid;grid-template-columns:1fr 1fr}.trust-item{font-size:.65rem;gap:.3rem}.trust-icon{font-size:.7rem}.cart-item{grid-template-columns:80px 1fr}.product-section .product-img-main{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.reviews-dots .reviews-dot{display:block}.reviews-dots .reviews-arrow,.reviews-side-arrow{display:none}}@media(max-width:500px){.reviews-grid{grid-template-columns:1fr 1fr;gap:.6rem}.review-card{padding:.8rem}.reviews-dots{display:flex;justify-content:center;gap:6px;margin-top:.8rem}.reviews-dot{width:8px;height:8px;border-radius:50%;background:#fff3;transition:.2s}.reviews-dot.dot-active{background:var(--gold)}.review-img-placeholder{aspect-ratio:1;margin-bottom:.5rem}.review-text{font-size:.75rem;line-height:1.4;margin-bottom:.5rem}.review-author{font-size:.7rem}.review-date{font-size:.65rem}.review-verified{font-size:.65rem;margin-bottom:.3rem}.stars{font-size:.75rem;margin-bottom:.4rem}.payment-logo{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:4px;overflow:hidden}.hero-payment-logos{display:flex;align-items:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap}}.cart-page .payment-logos{display:flex;justify-content:center;gap:10px;margin:1rem 0;flex-wrap:wrap}.cart-page .payment-logo{width:auto}.cart-page .payment-logos svg{width:55px;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
