*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#090909;--surface:#0f0f0d;--surface-2:#171714;--border:#252420;--gold:#c9a227;--gold-light:#e0b93a;--text:#f0ebe0;--text-muted:#9a9188;--text-dim:#5a5650;--white:#faf8f4;--font-display:"Inter",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--max-width:1320px;--gutter:clamp(1.25rem,4vw,2.5rem);--radius:2px;--ease-out:cubic-bezier(.16,1,.3,1)}html{font-size:16px;scroll-behavior:smooth}body{background:var(--black);color:var(--text);font-family:var(--font-body);font-size:.9375rem;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--gutter)}.label{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border:1px solid transparent;cursor:pointer;transition:all .25s var(--ease-out);border-radius:var(--radius)}.btn--primary{background:var(--gold);color:var(--black);border-color:var(--gold)}.btn--primary:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 32px #c9a22740}.btn--outline{background:transparent;color:var(--text);border-color:var(--border)}.btn--outline:hover{border-color:var(--gold);color:var(--gold)}.announcement-bar{background:var(--gold);padding:.55rem var(--gutter);text-align:center;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--black)}.site-header{position:sticky;top:0;z-index:100;background:#090909f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding-block:.9rem}.site-header__logo{display:flex;align-items:center;gap:.65rem}.site-header__logo img{height:40px;width:auto}.site-header__logo-text{font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--white);line-height:1.3}.site-header__logo-text span{color:var(--gold);display:block}.site-header__nav{display:flex;gap:2rem;align-items:center;justify-content:center}.site-header__nav a{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);transition:color .2s}.site-header__nav a:hover{color:var(--gold)}.site-header__actions{display:flex;gap:1rem;align-items:center;justify-content:flex-end}.cart-icon-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;gap:.4rem;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;transition:color .2s}.cart-icon-btn:hover{color:var(--gold)}.cart-count{background:var(--gold);color:var(--black);font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text-muted);flex-direction:column;gap:5px;align-items:flex-end}.mobile-menu-btn span{display:block;background:currentColor;height:1.5px;border-radius:2px}.mobile-menu-btn span:nth-child(1){width:22px}.mobile-menu-btn span:nth-child(2){width:14px}.mobile-menu-btn span:nth-child(3){width:18px}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--black);z-index:150;padding:2rem var(--gutter);flex-direction:column}.mobile-nav.open{display:flex}.mobile-nav-close{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.75rem;align-self:flex-end;margin-bottom:2rem}.mobile-nav a{display:block;font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);padding-block:1rem;border-bottom:1px solid var(--border);transition:color .2s}.mobile-nav a:hover{color:var(--gold)}.stats-bar{background:var(--surface);border-bottom:1px solid var(--border);padding-block:.9rem;overflow-x:auto;scrollbar-width:none}.stats-bar::-webkit-scrollbar{display:none}.stats-bar__inner{display:flex;align-items:stretch;margin-inline:auto;max-width:var(--max-width);padding-inline:var(--gutter)}.stat-item{display:flex;flex-direction:column;align-items:center;padding-inline:2rem;border-right:1px solid var(--border);gap:.1rem;flex:1}.stat-item:first-child{padding-left:0}.stat-item:last-child{border-right:none;padding-right:0}.stat-item__value{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--gold);line-height:1}.stat-item__label{font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);white-space:nowrap}.hero{position:relative;padding:clamp(5rem,10vw,9rem) var(--gutter) clamp(4rem,7vw,6rem);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(201,162,39,.07) 0%,transparent 70%);pointer-events:none}.hero__eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hero__eyebrow:before,.hero__eyebrow:after{content:"";display:block;height:1px;width:2rem;background:var(--gold);opacity:.5}.hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,5.5vw,5.5rem);font-weight:300;line-height:1.08;color:var(--white);max-width:20ch;margin-bottom:1.75rem}.hero__title strong{font-weight:600;color:var(--gold);font-style:italic}.hero__body{max-width:50ch;color:var(--text-muted);font-size:1rem;line-height:1.75;margin-bottom:2.5rem}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-bottom:3.5rem}.hero__trust{display:flex;gap:2rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-muted)}.trust-item__dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,3rem);font-weight:300;color:var(--white);line-height:1.15}.shop-section{padding-block:clamp(3rem,6vw,5rem)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:1.25rem;margin-top:2.5rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .3s,transform .3s var(--ease-out)}.product-card:hover{border-color:#c9a22766;transform:translateY(-3px)}.product-card__image-wrap{height:280px;background:var(--surface-2);overflow:hidden;display:block}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__body{padding:1rem 1.1rem 1.3rem}.product-card__name{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.product-card__type{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.6rem}.product-card__price-row{display:flex;align-items:baseline;gap:.4rem}.product-card__price{font-family:var(--font-display);font-size:1.3rem;font-weight:500;color:var(--gold)}.product-card__price-was{font-size:.82rem;color:var(--text-dim);text-decoration:line-through}.brand-strip{padding-block:clamp(3rem,6vw,5rem);background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.brand-strip__grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center}.brand-strip__logo-wrap img{max-width:160px}.brand-strip__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;color:var(--white);line-height:1.2;margin-bottom:1rem}.brand-strip__body{color:var(--text-muted);font-size:.9rem;line-height:1.8}.brand-strip__link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);transition:gap .2s}.brand-strip__link:hover{gap:.75rem}.product-page{padding-block:clamp(2.5rem,5vw,4rem)}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}.product-page__gallery{position:sticky;top:5.5rem}.gallery-main{aspect-ratio:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover}.breadcrumb{font-size:.7rem;color:var(--text-dim);letter-spacing:.06em;margin-bottom:1.25rem;display:flex;gap:.5rem;align-items:center}.product-title{font-size:1.75rem;font-weight:700;color:var(--white);line-height:1.2;margin-bottom:.5rem}.product-type-label{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.25rem}.product-price-wrap{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-price{font-family:var(--font-display);font-size:2.25rem;font-weight:600;color:var(--gold)}.product-price-compare{font-size:1.1rem;color:var(--text-dim);text-decoration:line-through}.product-divider{height:1px;background:var(--border);margin-block:1.5rem}.variant-label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.65rem}.variant-btns{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.variant-btn{padding:.5rem 1rem;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.08em;border-radius:var(--radius);cursor:pointer;transition:all .2s;border:1px solid var(--border);background:transparent;color:var(--text-muted)}.variant-btn.selected{background:var(--gold);color:var(--black);border-color:var(--gold)}.atc-btn{width:100%;justify-content:center;padding:1rem;font-size:.85rem;margin-bottom:1rem}.product-trust-row{display:flex;gap:1.25rem;flex-wrap:wrap;margin-top:1.25rem}.product-trust-item{font-size:.7rem;color:var(--text-dim);display:flex;align-items:center;gap:.35rem}.product-trust-item:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:199;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(100%,400px);background:var(--surface);border-left:1px solid var(--border);z-index:200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s var(--ease-out)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem var(--gutter);border-bottom:1px solid var(--border)}.cart-drawer__title{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--white)}.cart-close-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.5rem;line-height:1}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem var(--gutter)}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--text-dim);font-size:.85rem}.cart-item{display:grid;grid-template-columns:60px 1fr;gap:.75rem;padding-block:1rem;border-bottom:1px solid var(--border)}.cart-item__image{aspect-ratio:1;background:var(--surface-2);border-radius:var(--radius);overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-size:.85rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.cart-item__meta{font-size:.7rem;color:var(--text-dim);margin-bottom:.3rem}.cart-item__price{font-size:.85rem;color:var(--gold)}.cart-item__remove{background:none;border:none;cursor:pointer;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);padding:0;margin-top:.3rem;transition:color .2s}.cart-item__remove:hover{color:#e25a5a}.cart-drawer__footer{padding:1.25rem var(--gutter);border-top:1px solid var(--border)}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.cart-subtotal__label{font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-dim)}.cart-subtotal__value{font-family:var(--font-display);font-size:1.5rem;color:var(--gold)}.collection-page{padding-block:clamp(2.5rem,5vw,4rem)}.collection-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding-block:clamp(2.5rem,5vw,4rem) 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.footer-logo{max-width:80px;margin-bottom:.9rem}.footer-tagline{font-size:.8rem;color:var(--text-dim);line-height:1.65;max-width:28ch;margin-bottom:1.1rem}.footer-social{display:flex;gap:.6rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--border);border-radius:var(--radius);font-size:.6rem;font-weight:700;color:var(--text-dim);transition:all .2s}.footer-social a:hover{border-color:var(--gold);color:var(--gold)}.footer-col__heading{font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.footer-col a{display:block;font-size:.8rem;color:var(--text-dim);margin-bottom:.5rem;transition:color .2s}.footer-col a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.7rem;color:var(--text-dim)}.footer-disclaimer{font-size:.68rem;color:var(--text-dim);line-height:1.6;margin-bottom:1.5rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2)}@media(max-width:768px){.site-header__nav{display:none}.mobile-menu-btn{display:flex}.site-header__inner{grid-template-columns:auto 1fr}.product-page__grid{grid-template-columns:1fr}.product-page__gallery{position:static}.footer-grid,.brand-strip__grid{grid-template-columns:1fr;gap:2rem}.stats-bar__inner{gap:0}.stat-item{padding-inline:1rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
