*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--deep);color:var(--cream);font-weight:300;font-size:14px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}.skip-to-content{position:absolute;top:-100px;left:0;z-index:10000;padding:1rem;background:var(--amber);color:var(--deep)}.skip-to-content:focus{top:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.promo-bar{background:var(--amber);color:var(--deep);text-align:center;padding:.55rem 1rem;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;line-height:1.5}@media(min-width:768px){.promo-bar{font-size:.65rem;letter-spacing:.3em;padding:.6rem 2rem}}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;position:sticky;top:0;z-index:100;background:#0c0a08eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:200;letter-spacing:.12em;color:var(--cream)}.site-logo img{max-height:32px;width:auto}.header-right{display:flex;align-items:center;gap:.75rem}.nav-links{display:none;gap:2.5rem}.nav-links a{color:var(--smoke);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;transition:color .3s}.nav-links a:hover{color:var(--amber)}.nav-phone{display:none}.nav-phone a{color:var(--amber);font-size:.75rem;letter-spacing:.1em}.nav-cart{color:var(--cream);font-size:.8rem;display:flex;align-items:center;gap:.3rem;min-height:44px;min-width:44px;justify-content:center}.nav-cart-count{background:var(--amber);color:var(--deep);font-size:.6rem;padding:.15rem .45rem;border-radius:10px;font-weight:500}.nav-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--cream);font-size:1.5rem;min-height:44px;min-width:44px}.nav-links.is-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--deep);padding:1.5rem 1.25rem;gap:.5rem;border-bottom:1px solid rgba(196,135,58,.1);z-index:99}.nav-links.is-open a{font-size:.9rem;padding:.75rem 0;min-height:44px;display:flex;align-items:center}@media(min-width:768px){.site-header{padding:1.5rem 3rem}.site-logo{font-size:1.8rem}.site-logo img{max-height:36px}.nav-toggle{display:none}.nav-links{display:flex}.nav-phone{display:block}}@media(min-width:1024px){.site-header{padding:2rem 4rem}.site-logo{font-size:2rem}.site-logo img{max-height:40px}}.hero-section{min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem 1.25rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;width:150vw;height:150vw;border-radius:50%;background:radial-gradient(circle,var(--glow),transparent 60%);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 8s ease-in-out infinite alternate;pointer-events:none}@keyframes pulse{0%{opacity:.4;transform:translate(-50%,-50%) scale(1)}to{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}.hero-tag{font-size:.55rem;letter-spacing:.25em;text-transform:uppercase;color:var(--amber);margin-bottom:2rem;position:relative}.hero-title{font-family:var(--font-heading);font-size:clamp(2.5rem,10vw,8rem);font-weight:200;line-height:.95;margin-bottom:1.5rem;position:relative}.hero-title p{margin:0}.hero-title em{font-style:italic;color:var(--amber);font-weight:300}.hero-desc{font-size:.9rem;line-height:1.9;color:var(--smoke);max-width:480px;margin:0 auto 2.5rem;position:relative;padding:0 .5rem}@media(min-width:768px){.hero-section{min-height:90vh;padding:4rem 3rem}.hero-tag{font-size:.65rem;letter-spacing:.5em;margin-bottom:3rem}.hero-desc{font-size:1rem;line-height:2;margin-bottom:3rem}}@media(min-width:1024px){.hero-section{min-height:100vh;padding:4rem}}.btn-glow{display:inline-block;padding:.9rem 2rem;background:var(--amber);color:var(--deep);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;border-radius:50px;border:none;transition:all .4s;position:relative;box-shadow:0 0 40px var(--glow);min-height:44px;text-align:center}.btn-glow:hover{background:var(--cream);box-shadow:0 0 60px #c4873a4d}@media(min-width:768px){.btn-glow{padding:1rem 3rem;letter-spacing:.25em}}.btn-outline{display:inline-block;padding:.75rem 1.5rem;border:1px solid rgba(196,135,58,.3);border-radius:8px;color:var(--cream);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;transition:all .3s;background:transparent;min-height:44px;text-align:center}.btn-outline:hover{border-color:var(--amber);background:#c4873a0d}.carousel-section{padding:3rem 0 3rem 1.25rem;background:linear-gradient(180deg,var(--deep),var(--warm-dark))}.section-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-right:1.25rem}.section-heading{font-family:var(--font-heading);font-size:1.8rem;font-weight:200}.section-count{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--smoke);display:none}.h-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.h-scroll::-webkit-scrollbar{height:2px}.h-scroll::-webkit-scrollbar-track{background:var(--charcoal)}.h-scroll::-webkit-scrollbar-thumb{background:var(--amber);border-radius:10px}.product-card-h{min-width:260px;max-width:260px;scroll-snap-align:start;flex-shrink:0;transition:transform .4s;display:block}.product-card-h:last-child{margin-right:1.25rem}.card-image-wrap{width:100%;aspect-ratio:3/4;border-radius:10px;margin-bottom:.75rem;position:relative;overflow:hidden;background:var(--charcoal)}.card-image-wrap img{width:100%;height:100%;object-fit:cover}.card-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 50%,#0c0a0899);pointer-events:none}.card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:3rem;color:#c4873a1a;background:linear-gradient(160deg,var(--warm-dark),var(--deep))}.card-sku{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--amber);margin-bottom:.25rem}.card-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:300;margin-bottom:.25rem}.card-brief{font-size:.78rem;color:var(--smoke);line-height:1.5;margin-bottom:.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;justify-content:space-between;align-items:center}.card-price{font-size:1rem;font-weight:500}.card-price small{display:block;font-size:.6rem;color:var(--smoke);font-weight:300}.card-tags{font-size:.55rem;color:var(--smoke);letter-spacing:.1em;text-transform:uppercase;text-align:right}@media(min-width:768px){.carousel-section{padding:5rem 0 5rem 3rem}.section-top{padding-right:3rem;margin-bottom:2.5rem}.section-heading{font-size:2.2rem}.section-count{display:block}.product-card-h{min-width:300px;max-width:300px}.product-card-h:last-child{margin-right:3rem}.h-scroll{gap:1.25rem}.card-title{font-size:1.25rem}}@media(min-width:1024px){.carousel-section{padding:6rem 0 6rem 4rem}.section-top{padding-right:4rem;margin-bottom:3rem}.section-heading{font-size:2.5rem}.product-card-h{min-width:340px;max-width:340px}.product-card-h:last-child{margin-right:4rem}.product-card-h:hover{transform:translateY(-6px)}.h-scroll{gap:1.5rem}.card-title{font-size:1.3rem}}.category-grid-section{background:linear-gradient(180deg,var(--warm-dark),var(--charcoal));padding:3rem 1.25rem}.category-grid{display:grid;grid-template-columns:1fr;gap:0;border:1px solid rgba(196,135,58,.15);max-width:1200px;margin:0 auto}.category-cell{padding:1.75rem;border-bottom:1px solid rgba(196,135,58,.1);transition:background .3s;display:block;min-height:44px}.category-cell:last-child{border-bottom:none}.category-cell:hover{background:#c4873a0d}.category-cell h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:300;margin-bottom:.35rem}.category-cell p{font-size:.78rem;color:var(--smoke);line-height:1.5}@media(min-width:600px){.category-grid{grid-template-columns:repeat(2,1fr)}.category-cell{border-right:1px solid rgba(196,135,58,.1);padding:2.5rem}.category-cell:nth-child(2n){border-right:none}}@media(min-width:1024px){.category-grid-section{padding:6rem 4rem}.category-grid{grid-template-columns:repeat(3,1fr)}.category-cell{padding:3rem}.category-cell:nth-child(2n){border-right:1px solid rgba(196,135,58,.1)}.category-cell:nth-child(3n){border-right:none}.category-cell:nth-last-child(-n+3){border-bottom:none}.category-cell h3{font-size:1.3rem}.category-cell p{font-size:.8rem;line-height:1.6}}.stats-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:0;background:var(--charcoal)}.stat{text-align:center;padding:2rem 1rem;border-bottom:1px solid rgba(196,135,58,.06);border-right:1px solid rgba(196,135,58,.06)}.stat:nth-child(2n){border-right:none}.stat:nth-last-child(-n+2){border-bottom:none}.stat-num{display:block;font-family:var(--font-heading);font-size:2rem;font-weight:200;color:var(--amber);margin-bottom:.2rem}.stat-label{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--smoke)}@media(min-width:768px){.stats-bar{grid-template-columns:repeat(4,1fr)}.stat{padding:3.5rem 2rem}.stat:nth-child(2n){border-right:1px solid rgba(196,135,58,.06)}.stat:nth-child(4n){border-right:none}.stat:nth-last-child(-n+4){border-bottom:none}.stat-num{font-size:2.5rem}.stat-label{font-size:.6rem}}@media(min-width:1024px){.stat{padding:5rem 2rem}.stat-num{font-size:3rem}.stat-label{font-size:.65rem}}.seo-block{max-width:600px;margin:0 auto;padding:3rem 1.25rem;text-align:center;background:var(--charcoal)}.seo-block h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:200;margin-bottom:1.5rem}.seo-block p,.seo-block .rte p{font-size:.85rem;line-height:2;color:var(--smoke);margin-bottom:1.25rem}@media(min-width:768px){.seo-block{padding:5rem 3rem}.seo-block h2{font-size:1.8rem}}@media(min-width:1024px){.seo-block{padding:6rem 4rem}.seo-block h2{font-size:2rem}}.site-footer{background:var(--deep);padding:2rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;font-size:.7rem;color:#9a908080;border-top:1px solid rgba(196,135,58,.1)}.footer-links a{color:var(--smoke);margin:0 .75rem;transition:color .3s;min-height:44px;display:inline-flex;align-items:center}.footer-links a:hover{color:var(--cream)}@media(min-width:768px){.site-footer{flex-direction:row;justify-content:space-between;padding:3rem 4rem;text-align:left}.footer-links a{margin:0 0 0 2rem}}.pdp-breadcrumb{padding:1rem 1.25rem;font-size:.7rem;color:var(--smoke);max-width:1300px;margin:0 auto}.pdp-breadcrumb a{color:var(--amber)}@media(min-width:768px){.pdp-breadcrumb{padding:1.5rem 3rem}}@media(min-width:1024px){.pdp-breadcrumb{padding:1.5rem 4rem}}.pdp-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1300px;margin:0 auto;padding:0 1.25rem 3rem}@media(min-width:768px){.pdp-grid{grid-template-columns:1fr 1fr;gap:3rem;padding:0 3rem 4rem}}@media(min-width:1024px){.pdp-grid{grid-template-columns:1.1fr 1fr;gap:4rem;padding:0 4rem 6rem}}.pdp-gallery{position:relative}@media(min-width:768px){.pdp-gallery{position:sticky;top:5rem;height:fit-content}}.gallery-main{width:100%;aspect-ratio:1;background:linear-gradient(160deg,var(--warm-dark),var(--deep));border-radius:10px;margin-bottom:.75rem;position:relative;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover;border-radius:10px}.gallery-main:after{content:"";position:absolute;width:80%;height:80%;border-radius:50%;background:radial-gradient(circle,var(--glow),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem}.gallery-thumb{aspect-ratio:1;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s;background:var(--charcoal);min-height:44px}.gallery-thumb.active{border-color:var(--amber)}.gallery-thumb:hover{opacity:.7}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:nth-child(n+5){display:none}@media(min-width:768px){.gallery-thumbs{grid-template-columns:repeat(6,1fr);gap:.5rem}.gallery-thumb:nth-child(n+5){display:block}}.pdp-detail{padding-top:.5rem}.pdp-sku{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--amber);margin-bottom:1rem}@media(min-width:768px){.pdp-sku{letter-spacing:.35em;margin-bottom:1.5rem}}.pdp-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,4rem);font-weight:200;line-height:1.05;margin-bottom:1rem}@media(min-width:768px){.pdp-title{margin-bottom:1.5rem}}.pdp-desc{font-size:.9rem;line-height:1.8;color:var(--smoke);margin-bottom:2rem}@media(min-width:768px){.pdp-desc{font-size:.95rem;line-height:2;margin-bottom:2.5rem;max-width:480px}}.price-box{background:var(--warm-dark);border:1px solid rgba(196,135,58,.15);border-radius:10px;padding:1.5rem;margin-bottom:2rem}@media(min-width:768px){.price-box{padding:2rem;margin-bottom:2.5rem;border-radius:12px}}.price-main{font-family:var(--font-heading);font-size:2rem;font-weight:200;margin-bottom:.25rem}@media(min-width:768px){.price-main{font-size:2.5rem}}.price-finance{font-size:.8rem;color:var(--smoke);margin-bottom:1.25rem}.price-finance strong{color:var(--amber);font-weight:400}.trust-badges{display:flex;gap:.5rem;flex-wrap:wrap}.trust-badge{font-size:.55rem;letter-spacing:.15em;text-transform:uppercase;color:var(--smoke);padding:.35rem .6rem;border:1px solid rgba(196,135,58,.15);border-radius:20px}@media(min-width:768px){.trust-badges{gap:.75rem}.trust-badge{font-size:.6rem;padding:.4rem .8rem;letter-spacing:.2em}}.pdp-form{margin-bottom:2rem}@media(min-width:768px){.pdp-form{margin-bottom:3rem}}.form-cta{display:flex;gap:.75rem;margin-top:1.5rem}@media(min-width:768px){.form-cta{gap:1rem;margin-top:2rem}}.btn-add-cart{flex:1;padding:1rem;background:var(--amber);color:var(--deep);border:none;border-radius:50px;font-family:var(--font-body);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;transition:all .3s;box-shadow:0 0 30px var(--glow);min-height:48px}.btn-add-cart:hover{background:var(--cream);box-shadow:0 0 50px #c4873a4d}.btn-add-cart:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}@media(min-width:768px){.btn-add-cart{padding:1.2rem;font-size:.75rem;letter-spacing:.2em}}.accordion-item{border-top:1px solid rgba(196,135,58,.1)}.accordion-item:last-child{border-bottom:1px solid rgba(196,135,58,.1)}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;cursor:pointer;background:none;border:none;width:100%;color:var(--cream);font-family:var(--font-body);font-size:.85rem;font-weight:400;text-align:left;min-height:48px}@media(min-width:768px){.accordion-header{padding:1.3rem 0;font-size:.9rem}}.accordion-icon{color:var(--smoke);font-size:1.2rem;flex-shrink:0;margin-left:1rem}.accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-body.open{max-height:800px}.accordion-inner{padding-bottom:1.5rem}@media(min-width:768px){.accordion-inner{padding-bottom:2rem}}.spec-table{width:100%;border-collapse:collapse}.spec-table tr{border-bottom:1px solid rgba(196,135,58,.05)}.spec-table td{padding:.5rem 0;font-size:.8rem}.spec-table td:first-child{color:var(--smoke);width:40%;padding-right:1rem}@media(min-width:768px){.spec-table td{font-size:.85rem;padding:.55rem 0}}.accordion-inner p{font-size:.85rem;line-height:1.8;color:var(--smoke);margin-bottom:.75rem}@media(min-width:768px){.accordion-inner p{font-size:.9rem;line-height:2}}.accordion-inner ul{padding-left:1.2rem;font-size:.8rem;line-height:1.9;color:var(--smoke);list-style:disc}@media(min-width:768px){.accordion-inner ul{font-size:.85rem;line-height:2}}.cross-sell-section{max-width:1300px;margin:0 auto;padding:3rem 1.25rem}.cross-sell-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:200;text-align:center;margin-bottom:2rem}.cross-sell-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.cs-card{transition:transform .3s;display:block}.cs-card-img{aspect-ratio:4/3;border-radius:8px;margin-bottom:.75rem;overflow:hidden;background:var(--charcoal)}.cs-card-img img{width:100%;height:100%;object-fit:cover}.cs-card-name{font-family:var(--font-heading);font-size:1rem;font-weight:300;margin-bottom:.2rem}.cs-card-price{font-size:.8rem;color:var(--smoke)}@media(min-width:600px){.cross-sell-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cross-sell-section{padding:4rem}.cross-sell-title{font-size:2rem;margin-bottom:3rem}.cross-sell-grid{grid-template-columns:repeat(3,1fr)}.cs-card:hover{transform:translateY(-4px)}}.cart-page{max-width:800px;margin:0 auto;padding:2rem 1.25rem}.cart-page h1{font-family:var(--font-heading);font-size:2rem;font-weight:200;margin-bottom:2rem}@media(min-width:768px){.cart-page{padding:4rem 3rem}.cart-page h1{font-size:2.5rem;margin-bottom:3rem}}.cart-item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid rgba(196,135,58,.1);align-items:flex-start}@media(min-width:768px){.cart-item{gap:1.5rem;align-items:center}}.cart-item-img{width:72px;height:72px;border-radius:6px;overflow:hidden;background:var(--charcoal);flex-shrink:0}@media(min-width:768px){.cart-item-img{width:100px;height:100px;border-radius:8px}}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;min-width:0}.cart-item-title{font-family:var(--font-heading);font-size:1rem;font-weight:300;display:block}@media(min-width:768px){.cart-item-title{font-size:1.2rem}}.cart-item-sku{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--amber);margin-top:.2rem}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}@media(min-width:768px){.cart-item-actions{flex-direction:row;align-items:center;gap:1rem}}.cart-qty-input{width:48px;padding:.4rem;background:var(--charcoal);border:1px solid rgba(196,135,58,.15);border-radius:6px;color:var(--cream);text-align:center;font-family:inherit;font-size:.85rem;min-height:44px}.cart-item-price{font-size:1rem;font-weight:500;min-width:70px;text-align:right}.cart-footer{padding:1.5rem 0;text-align:right}.cart-subtotal-label{font-size:.7rem;color:var(--smoke);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.35rem}.cart-subtotal-value{font-family:var(--font-heading);font-size:1.8rem;font-weight:200;margin-bottom:1.5rem}@media(min-width:768px){.cart-subtotal-value{font-size:2rem;margin-bottom:2rem}}.cart-actions{display:flex;flex-direction:column;gap:.75rem}@media(min-width:600px){.cart-actions{flex-direction:row;justify-content:flex-end;gap:1rem}}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{color:var(--smoke);font-size:1rem;margin-bottom:2rem}.collection-page{padding:2rem 1.25rem;max-width:1300px;margin:0 auto}@media(min-width:768px){.collection-page{padding:3rem}}@media(min-width:1024px){.collection-page{padding:4rem}}.collection-header{margin-bottom:2rem}@media(min-width:768px){.collection-header{margin-bottom:3rem}}.collection-header h1{font-family:var(--font-heading);font-size:2rem;font-weight:200;margin-bottom:.5rem}@media(min-width:768px){.collection-header h1{font-size:3rem}}.collection-header p{font-size:.9rem;color:var(--smoke);line-height:1.8;max-width:600px}.collection-product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:480px){.collection-product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection-product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.collection-product-grid .product-card-h{min-width:unset;max-width:unset}.collection-pagination{text-align:center;padding:3rem 0 1rem;display:flex;justify-content:center;gap:.75rem}.collection-empty{color:var(--smoke);text-align:center;padding:4rem 0}.page-content{max-width:700px;margin:0 auto;padding:2rem 1.25rem}@media(min-width:768px){.page-content{padding:4rem 3rem}}.page-content h1{font-family:var(--font-heading);font-size:2rem;font-weight:200;margin-bottom:1.5rem}@media(min-width:768px){.page-content h1{font-size:3rem;margin-bottom:2rem}}.page-404{text-align:center;padding:6rem 1.25rem;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.page-404 h1{font-family:var(--font-heading);font-size:5rem;font-weight:200;color:var(--amber);margin-bottom:.75rem}.page-404 p{font-size:1rem;color:var(--smoke);margin-bottom:2rem}@media(min-width:768px){.page-404{padding:8rem 4rem}.page-404 h1{font-size:6rem}}.rte h1,.rte h2,.rte h3{font-family:var(--font-heading);font-weight:300}.rte a{color:var(--amber);text-decoration:underline}.rte p{margin-bottom:1rem;color:var(--smoke);line-height:2}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
