:root{color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 50% -10%,rgba(211,170,82,.12),transparent 42%)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.narrow-page{max-width:940px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:absolute;left:12px;top:-100px;background:var(--accent);color:#070707;padding:10px 14px;z-index:999}.skip-link:focus{top:12px}.announcement-bar{background:linear-gradient(90deg,#b98a37,var(--accent-2),#b98a37);color:#0b0b0b;font-weight:800;letter-spacing:.06em;font-size:.76rem;text-transform:uppercase}.announcement-bar__inner{text-align:center;padding:8px 0}.site-header{position:relative;z-index:50;background:rgba(5,5,5,.92);border-bottom:1px solid var(--border);backdrop-filter:blur(16px)}.site-header--sticky{position:sticky;top:0}.header-main{min-height:84px;display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center}.brand-lockup{width:210px;height:62px;display:flex;align-items:center;overflow:hidden;justify-self:start}.brand-lockup__image{width:100%;height:100%;object-fit:contain;object-position:center}.header-nav{grid-column:2;justify-self:center}.header-nav__list{display:flex;gap:28px;align-items:center;list-style:none;padding:0;margin:0}.header-nav__item{position:relative}.header-nav__item>a{font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:30px 0;display:block}.header-nav__item>a:hover{color:var(--accent-2)}.header-subnav{position:absolute;left:-18px;top:100%;min-width:220px;padding:10px;background:#0d0d0d;border:1px solid var(--border);border-radius:10px;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.has-children:hover .header-subnav{opacity:1;visibility:visible;transform:none}.header-subnav a{display:block;padding:10px 12px;border-radius:8px}.header-subnav a:hover{background:#181818;color:var(--accent-2)}.header-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:8px}.icon-button{position:relative;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;background:#0e0e0e}.icon-button:hover{border-color:var(--accent);box-shadow:0 0 22px rgba(211,170,82,.12)}.icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-count{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;padding:0 5px;background:var(--accent);color:#070707;border-radius:999px;font-size:.68rem;font-weight:900;display:grid;place-items:center}.header-toggle{display:none;background:none;border:0;padding:8px}.header-toggle span:not(.visually-hidden){display:block;width:24px;height:2px;background:#fff;margin:5px 0}.section-spacing{padding:72px 0}.section-spacing--flush{padding-top:0}.eyebrow{margin:0 0 8px;color:var(--accent-2);font-size:.76rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.section-head h2,.promo-strip h2,.collection-header h1,.product-info h1,.narrow-page>h1{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:.95;letter-spacing:-.04em;text-transform:uppercase}.text-link{color:var(--accent-2);font-weight:800}.button{appearance:none;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:999px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.button:hover{transform:translateY(-2px)}.button--gold{background:linear-gradient(135deg,#b88b37,var(--accent-2),#c09545);color:#080808;box-shadow:0 12px 34px rgba(211,170,82,.2)}.button--outline{border-color:rgba(255,255,255,.25);background:rgba(0,0,0,.2);color:#fff}.button--outline:hover{border-color:var(--accent)}.button--full{width:100%}.hero-tcg{position:relative;min-height:600px;overflow:hidden;border-bottom:1px solid var(--border);display:grid}.hero-tcg__media{position:absolute;inset:0}.hero-tcg__image{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-tcg__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 30%,rgba(0,0,0,.88) 88%,#050505 100%)}.hero-tcg__content{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:center;width:100%;min-height:600px;padding-bottom:14px}.hero-tcg__panel{max-width:410px;width:min(100%,410px);margin-inline:auto;padding:14px 16px;border:1px solid rgba(211,170,82,.32);border-radius:var(--radius);background:rgba(6,6,6,.68);backdrop-filter:blur(14px);box-shadow:0 20px 70px rgba(0,0,0,.35);text-align:center}.hero-tcg__panel h1{margin:0;font-size:clamp(1.35rem,2.4vw,2.2rem);line-height:.98;letter-spacing:-.04em;text-transform:uppercase}.hero-copy{color:#d6d2c9;max-width:390px;margin-inline:auto;font-size:.88rem}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:12px}.hero-tcg__panel .button{min-height:40px;padding:0 16px;font-size:.7rem}.trust-bar{border-bottom:1px solid var(--border);background:#0a0a0a}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:12px;padding:20px 18px;border-right:1px solid var(--border)}.trust-item:first-child{border-left:1px solid var(--border)}.trust-item__icon{display:grid!important;place-items:center;align-content:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;padding:0;border:1px solid rgba(211,170,82,.45);border-radius:50%;color:var(--accent-2);font-weight:900;line-height:1;text-align:center}.trust-item strong,.trust-item span{display:block}.trust-item strong{font-size:.84rem;text-transform:uppercase;letter-spacing:.05em}.trust-item div span{color:var(--muted);font-size:.76rem;margin-top:2px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.collection-tile{background:linear-gradient(180deg,#151515,#090909);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s}.collection-tile:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 22px 50px rgba(0,0,0,.34)}.collection-tile__media{aspect-ratio:1/1;overflow:hidden;background:#0e0e0e}.collection-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.collection-tile:hover img{transform:scale(1.04)}.collection-tile__placeholder,.product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at 50% 30%,rgba(211,170,82,.18),transparent 35%),linear-gradient(135deg,#0d0d0d,#17120a);color:rgba(240,207,130,.45);font-size:2.2rem;font-weight:950;letter-spacing:.18em}.collection-tile__body{padding:18px}.collection-tile__body>span:first-child{color:var(--accent);font-size:.68rem;font-weight:900;letter-spacing:.14em}.collection-tile h3{margin:4px 0 12px;font-size:1.2rem;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#0d0d0d;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;min-width:0}.product-card__media{position:relative;aspect-ratio:1/1.05;display:block;overflow:hidden;background:#121212}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .3s}.product-card:hover .product-card__media img{transform:scale(1.035)}.badge{position:absolute;top:12px;left:12px;background:var(--accent);color:#090909;padding:6px 10px;border-radius:999px;font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.badge--sold{background:#242424;color:#eee}.product-card__body{padding:16px}.product-card__vendor{font-size:.66rem;color:var(--accent);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-card h3{margin:5px 0 12px;font-size:.98rem;line-height:1.25}.price-row{display:flex;align-items:center;gap:9px}.price{font-weight:900;font-size:1.02rem}.price-row s{color:#777;font-size:.86rem}.promo-strip{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:36px;border:1px solid var(--border);border-radius:var(--radius);background:radial-gradient(circle at 80% 0%,rgba(211,170,82,.14),transparent 38%),#0c0c0c}.promo-strip p:not(.eyebrow){margin-bottom:0;color:var(--muted)}.product-page{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:60px;align-items:start}.product-gallery__main{background:#0d0d0d;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.product-gallery__main img{width:100%;aspect-ratio:1/1;object-fit:contain}.product-gallery__thumbs{display:flex;gap:10px;margin-top:10px;overflow:auto}.product-gallery__thumbs a{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#0f0f0f;flex:0 0 90px}.product-gallery__thumbs img{aspect-ratio:1/1;object-fit:cover}.product-info{position:sticky;top:140px}.product-info h1{font-size:clamp(2.3rem,4vw,4.6rem)}.product-price{display:flex;gap:12px;align-items:center;font-weight:900;font-size:1.6rem;margin:22px 0}.product-price s{color:#777;font-size:1rem}.product-description{color:#d1cdc4}.product-form{display:grid;gap:12px;margin-top:24px}.product-form label,.quantity-row label{font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-form select,.product-form input,.newsletter-form input,.search-form input,.collection-toolbar select{width:100%;background:#101010;color:#fff;border:1px solid rgba(255,255,255,.17);border-radius:10px;padding:13px 14px;outline:none}.product-form select:focus,.product-form input:focus,.newsletter-form input:focus,.search-form input:focus{border-color:var(--accent)}.quantity-row{display:grid;grid-template-columns:100px 100px;align-items:center}.shopify-payment-button__button{border-radius:999px!important;min-height:48px!important;margin-top:4px!important}.product-assurance{display:grid;gap:8px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border);color:#c9c4ba;font-size:.85rem}.collection-header{display:grid;grid-template-columns:1fr;gap:26px;margin-bottom:30px}.collection-header__image{border-radius:var(--radius);overflow:hidden;max-height:380px}.collection-header__image img{width:100%;height:380px;object-fit:cover}.collection-description{max-width:760px;color:var(--muted)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:14px 0;margin-bottom:24px}.collection-toolbar form{display:flex;align-items:center;gap:10px}.collection-toolbar label{font-size:.75rem;text-transform:uppercase;font-weight:900}.collection-toolbar select{width:auto;padding:8px 36px 8px 10px}.pagination{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:40px;color:var(--muted)}.pagination a{color:var(--accent-2);font-weight:900}.empty-state{text-align:center;padding:70px 20px;border:1px solid var(--border);border-radius:var(--radius);background:#0b0b0b}.empty-state h1,.empty-state h2{margin-top:0}.cart-items{display:grid;gap:10px}.cart-item{display:grid;grid-template-columns:110px 1fr 100px 100px auto;gap:18px;align-items:center;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:#0d0d0d}.cart-item__image img{width:100%;aspect-ratio:1/1;object-fit:contain}.cart-item__info h2{font-size:1rem;margin:0 0 6px}.cart-item__info p{margin:0;color:var(--muted);font-size:.82rem}.cart-item label{font-size:.7rem;text-transform:uppercase;font-weight:900}.cart-item input{width:70px;background:#111;border:1px solid var(--border);color:#fff;padding:8px;border-radius:8px}.cart-summary{margin:24px 0 0 auto;width:min(100%,440px);padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:#0c0c0c}.cart-summary>div:first-child{display:flex;justify-content:space-between;font-size:1.2rem}.cart-summary p{color:var(--muted);font-size:.82rem}.cart-actions{display:flex;gap:10px}.search-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin:24px 0 30px}.search-count{color:var(--muted)}.page-content{color:#d6d2ca}.rte a{text-decoration:underline;color:var(--accent-2)}.rte h2,.rte h3{margin-top:1.6em}.site-footer{border-top:1px solid var(--border);background:#080808;padding-top:56px}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .75fr 1.15fr;gap:40px}.footer-brand img{width:220px;height:95px;object-fit:contain;object-position:center;background:#050505}.footer-brand p,.footer-copy{color:var(--muted);max-width:340px}.footer-heading{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-2)}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:9px;color:#d7d3cb}.footer-links a:hover{color:var(--accent-2)}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:8px}.form-success{grid-column:1/-1;color:var(--accent-2)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);margin-top:48px;padding:20px 0;color:#7f7a72;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}
@media(max-width:1050px){.header-main{grid-template-columns:auto 1fr auto}.header-nav{position:absolute;left:20px;right:20px;top:calc(100% + 1px);background:#090909;border:1px solid var(--border);border-radius:12px;padding:14px;display:none}.header-nav.is-open{display:block}.header-nav__list{display:grid;gap:0}.header-nav__item>a{padding:12px}.header-subnav{position:static;opacity:1;visibility:visible;transform:none;border:0;padding:0 0 0 14px;background:transparent;display:block}.header-toggle{display:block;justify-self:center}.product-grid{grid-template-columns:repeat(3,1fr)}.collection-grid{grid-template-columns:repeat(2,1fr)}.trust-bar__grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2n){border-right:1px solid var(--border)}.product-page{gap:36px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:749px){.page-width{width:min(calc(100% - 28px),var(--page-width))}.header-main{min-height:70px;gap:10px;grid-template-columns:1fr auto auto}.brand-lockup{width:150px;height:50px}.header-toggle{order:2}.header-actions{order:3}.hide-mobile{display:none}.site-header--sticky{top:0}.section-spacing{padding:48px 0}.hero-tcg{min-height:560px}.hero-tcg__image{object-position:center top}.hero-tcg__content{justify-content:center;min-height:560px;padding-bottom:10px}.hero-tcg__panel{width:min(100%,84vw);max-width:360px;padding:12px 14px;text-align:center}.hero-tcg__panel h1{font-size:1.45rem}.trust-bar__grid{grid-template-columns:1fr}.trust-item,.trust-item:first-child{border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.collection-grid{gap:10px}.collection-tile__body{padding:13px}.collection-tile h3{font-size:.96rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__body{padding:12px}.product-card h3{font-size:.88rem}.section-head{align-items:start}.promo-strip{display:grid;padding:24px}.product-page{grid-template-columns:1fr}.product-info{position:static}.product-info h1{font-size:2.4rem}.cart-item{grid-template-columns:80px 1fr 70px;gap:10px}.cart-item>strong{grid-column:2}.cart-item>.text-link{grid-column:3}.cart-summary{width:100%}.cart-actions{display:grid}.search-form{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid}.newsletter-form{grid-template-columns:1fr}.newsletter-form .button{width:100%}}
