.ddh-button{align-items:center;border:var(--ddh-border-standard);border-radius:var(--ddh-radius-md);cursor:pointer;display:inline-flex;font:inherit;font-weight:800;gap:var(--ddh-space-sm);justify-content:center;text-decoration:none}.ddh-button:disabled{cursor:not-allowed;opacity:.58}.ddh-button:focus-visible,.ddh-input:focus-visible{outline:var(--ddh-component-focus-outline, var(--ddh-focus-outline-admin, var(--ddh-focus-width) solid var(--ddh-color-focus-admin)));outline-offset:var(--ddh-focus-offset);box-shadow:var(--ddh-component-focus-shadow, var(--ddh-shadow-focus-admin))}.ddh-button-sm{min-height:34px;padding:0 var(--ddh-space-md)}.ddh-button-md{min-height:42px;padding:0 var(--ddh-space-xl)}.ddh-button-primary{background:var(--ddh-color-accent);border-color:var(--ddh-color-accent);color:var(--ddh-color-surface)}.ddh-button-secondary,.ddh-button-ghost{background:var(--ddh-color-surface);color:var(--ddh-color-ink)}.ddh-button-ghost{border-color:transparent}.ddh-button.ddh-tone-destructive{background:var(--ddh-status-destructive-surface);border-color:var(--ddh-status-destructive-border);color:var(--ddh-status-destructive-text)}.ddh-button-icon{display:inline-flex}.ddh-action-bar,.ddh-action-bar-secondary,.ddh-action-bar-priority{align-items:flex-start;display:flex;flex-wrap:wrap;gap:var(--ddh-space-sm)}.ddh-action-bar{gap:var(--ddh-space-md);justify-content:space-between}.ddh-action-bar-priority{margin-left:auto}.ddh-action-bar-action-wrap{display:grid;gap:var(--ddh-space-xs);min-width:min(100%,10rem)}.ddh-action-bar-action{width:100%}.ddh-action-bar-disabled-reason{color:var(--ddh-color-text-muted);font-size:.78rem;font-weight:800;line-height:1.3}.ddh-breadcrumb{color:var(--ddh-color-text-muted);font-size:var(--ddh-font-size-eyebrow);font-weight:800}.ddh-breadcrumb ol,.ddh-breadcrumb li{align-items:center;display:flex;flex-wrap:wrap;gap:var(--ddh-space-xs)}.ddh-breadcrumb ol{list-style:none;margin:0;padding:0}.ddh-breadcrumb li:not(:last-child):after{content:"/";opacity:.72}.ddh-breadcrumb a{color:inherit;text-decoration:none}.ddh-breadcrumb [aria-current=page]{color:var(--ddh-color-ink)}.ddh-field,.ddh-check-field{display:grid;gap:var(--ddh-space-xs)}.ddh-field-label{color:var(--ddh-color-ink-muted);font-size:var(--ddh-font-size-eyebrow);font-weight:900}.ddh-input{background:var(--ddh-color-surface);border:var(--ddh-border-standard);border-radius:var(--ddh-radius-md);color:var(--ddh-color-ink);font:inherit;min-height:38px;padding:0 var(--ddh-space-md);width:100%}.ddh-field-hint,.ddh-field-error{font-size:.82rem}.ddh-field-hint{color:var(--ddh-color-text-muted)}.ddh-field-error,.ddh-input[aria-invalid=true]{color:var(--ddh-status-destructive-text);border-color:var(--ddh-status-destructive-border)}.ddh-check-field{align-items:start;grid-template-columns:auto minmax(0,1fr)}.ddh-check-field input{margin-top:2px}.ddh-status-summary,.ddh-media-readiness{background:var(--ddh-color-surface);border:var(--ddh-border-standard);border-left-width:4px;border-radius:var(--ddh-radius-md);display:grid;gap:var(--ddh-space-sm);padding:var(--ddh-space-md)}.ddh-status-summary-success,.ddh-media-readiness-ready{border-left-color:var(--ddh-status-success-text)}.ddh-status-summary-info{border-left-color:var(--ddh-status-neutral-text)}.ddh-status-summary-warning,.ddh-media-readiness-caution,.ddh-media-readiness-processing{border-left-color:var(--ddh-status-warning-text)}.ddh-status-summary-critical,.ddh-media-readiness-blocked{border-left-color:var(--ddh-status-destructive-text)}.ddh-status-summary-heading,.ddh-status-summary-details,.ddh-status-summary-details div,.ddh-media-readiness-heading{align-items:center;display:flex;flex-wrap:wrap;gap:var(--ddh-space-sm)}.ddh-status-summary-heading,.ddh-media-readiness-heading{justify-content:space-between}.ddh-status-summary p,.ddh-status-summary-details,.ddh-media-readiness p{margin:0}.ddh-status-summary-severity,.ddh-status-summary-details dt{color:var(--ddh-color-text-muted);font-size:var(--ddh-font-size-eyebrow);font-weight:900;text-transform:uppercase}.ddh-status-summary-details dd{margin:0}.ddh-status-summary-help{color:var(--ddh-color-accent);font-weight:850;text-decoration:none}.ddh-media-readiness-next-action,.ddh-media-readiness-blockers{font-size:.82rem;font-weight:850}.ddh-media-readiness-blockers{color:var(--ddh-status-destructive-text)}.ddh-media-readiness-compact{gap:var(--ddh-space-xxs);padding:var(--ddh-space-sm)}.ddh-media-readiness-compact .ddh-media-readiness-heading{justify-content:flex-start}.ddh-empty-state,.ddh-error-state{align-items:center;border-radius:var(--ddh-radius-md);display:flex;gap:var(--ddh-space-lg);justify-content:space-between;padding:var(--ddh-space-lg)}.ddh-empty-state{background:var(--ddh-color-surface-muted);border:var(--ddh-border-subtle)}.ddh-error-state{background:var(--ddh-status-warning-surface);border:1px solid var(--ddh-status-warning-border);color:var(--ddh-status-warning-text)}.ddh-error-state.ddh-tone-destructive{background:var(--ddh-status-destructive-surface);border-color:var(--ddh-status-destructive-border);color:var(--ddh-status-destructive-text)}.ddh-error-state.ddh-tone-info{background:var(--ddh-status-info-surface);border-color:var(--ddh-status-info-border);color:var(--ddh-status-info-text)}.ddh-empty-state p,.ddh-error-state-copy p{margin:0}.ddh-empty-state-next-action,.ddh-error-state-diagnostics{border:var(--ddh-border-subtle);border-radius:var(--ddh-radius-md);padding:var(--ddh-space-sm)}.ddh-empty-state-next-action{display:grid;gap:var(--ddh-space-xs)}.ddh-empty-state-icon{display:inline-flex}.ddh-empty-state-action,.ddh-error-state-action{display:flex;flex-shrink:0;flex-wrap:wrap;gap:var(--ddh-space-sm)}.ddh-empty-state-action:empty{display:none}.ddh-error-state-copy{min-width:0}.ddh-error-state-request,.ddh-error-state-diagnostics{font-size:.82rem}.ddh-error-state-diagnostics{max-width:100%;overflow:auto;white-space:pre-wrap}@media(max-width:720px){.ddh-action-bar-sticky-mobile{background:var(--ddh-color-surface);border-top:var(--ddh-border-standard);bottom:0;margin-inline:calc(var(--ddh-space-md) * -1);padding:var(--ddh-space-md);position:sticky;z-index:20}.ddh-action-bar-sticky-mobile .ddh-action-bar-secondary,.ddh-action-bar-sticky-mobile .ddh-action-bar-priority,.ddh-action-bar-sticky-mobile .ddh-action-bar-action-wrap,.ddh-empty-state-action,.ddh-error-state-action{width:100%}.ddh-action-bar-sticky-mobile .ddh-action-bar-priority{margin-left:0;order:-1}.ddh-empty-state,.ddh-error-state{align-items:stretch;flex-direction:column}}.ddh-skeleton{animation:ddh-skeleton-pulse 1.35s ease-in-out infinite;background:linear-gradient(90deg,var(--ddh-status-neutral-surface),var(--ddh-color-surface),var(--ddh-status-neutral-surface));border-radius:var(--ddh-skeleton-radius, var(--ddh-radius-pill));display:block;height:var(--ddh-skeleton-height, 12px);max-width:100%;width:var(--ddh-skeleton-width, 100%)}@media(prefers-reduced-motion:reduce){.ddh-skeleton{animation:none}}@keyframes ddh-skeleton-pulse{0%,to{opacity:.62}50%{opacity:1}}:root{--ddh-color-ink: #172026;--ddh-color-ink-muted: #344054;--ddh-color-text-muted: #667085;--ddh-color-surface: #fff;--ddh-color-surface-warm: #f8f5ef;--ddh-color-surface-admin: #f5f2eb;--ddh-color-surface-muted: #f8fafc;--ddh-color-field-warm: #fffdf8;--ddh-color-border: #d6d3c9;--ddh-color-border-subtle: #ece7dc;--ddh-color-accent: #bb3e28;--ddh-color-accent-strong: #d23f31;--ddh-color-gold: #ffd166;--ddh-color-sidebar: #182127;--ddh-color-sidebar-hover: #2b3a42;--ddh-color-focus-admin: #2563eb;--ddh-color-focus-storefront: #1d70b8;--ddh-status-success-text: #05603a;--ddh-status-success-surface: #d1fadf;--ddh-status-success-border: #a6f4c5;--ddh-status-warning-text: #93370d;--ddh-status-warning-surface: #fef0c7;--ddh-status-warning-border: #fedf89;--ddh-status-destructive-text: #912018;--ddh-status-destructive-surface: #fee4e2;--ddh-status-destructive-border: #fda29b;--ddh-status-info-text: #1849a9;--ddh-status-info-surface: #eef4ff;--ddh-status-info-border: #b2ccff;--ddh-status-neutral-text: #344054;--ddh-status-neutral-surface: #eaecf0;--ddh-status-neutral-border: #d0d5dd;--ddh-space-xxs: 4px;--ddh-space-xs: 6px;--ddh-space-sm: 8px;--ddh-space-md: 10px;--ddh-space-lg: 12px;--ddh-space-xl: 14px;--ddh-space-xxl: 16px;--ddh-space-section: 28px;--ddh-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ddh-font-size-admin-base: 14px;--ddh-font-size-storefront-body: 16px;--ddh-font-size-eyebrow: 12px;--ddh-radius-sm: 4px;--ddh-radius-md: 6px;--ddh-radius-lg: 8px;--ddh-radius-pill: 999px;--ddh-border-standard: 1px solid var(--ddh-color-border);--ddh-border-subtle: 1px solid var(--ddh-color-border-subtle);--ddh-shadow-floating: 0 12px 30px rgba(16, 24, 40, .16);--ddh-shadow-focus-admin: 0 0 0 3px rgba(37, 99, 235, .32);--ddh-shadow-focus-storefront: 0 0 0 3px rgba(29, 112, 184, .28);--ddh-focus-width: 3px;--ddh-focus-offset: 3px;--ddh-focus-ring-admin: var(--ddh-color-focus-admin);--ddh-focus-ring-storefront: var(--ddh-color-focus-storefront);--ddh-focus-outline-admin: var(--ddh-focus-width) solid var(--ddh-focus-ring-admin);--ddh-focus-outline-storefront: var(--ddh-focus-width) solid var(--ddh-focus-ring-storefront)}:root{--store-bg: var(--ddh-color-surface-warm);--store-surface: var(--ddh-color-surface);--store-text: var(--ddh-color-ink);--store-muted: var(--ddh-color-text-muted);--store-border: var(--ddh-color-border);--store-accent: var(--ddh-color-accent);--store-focus-ring: var(--ddh-focus-ring-storefront);--ddh-component-focus-ring: var(--ddh-focus-ring-storefront);--ddh-component-focus-outline: var(--ddh-focus-outline-storefront);--ddh-component-focus-shadow: var(--ddh-shadow-focus-storefront);--store-status-good-text: var(--ddh-status-success-text);--store-status-good-bg: var(--ddh-status-success-surface);--store-status-warn-text: var(--ddh-status-warning-text);--store-status-warn-bg: var(--ddh-status-warning-surface);--store-status-bad-text: var(--ddh-status-destructive-text);--store-status-bad-bg: var(--ddh-status-destructive-surface);--store-status-neutral-text: var(--ddh-status-neutral-text);--store-status-neutral-bg: var(--ddh-status-neutral-surface);--store-motion-fast: .12s ease;--store-motion-standard: .18s ease;--store-motion-slow: .26s ease;--store-type-eyebrow: .75rem;--store-type-meta: .8125rem;--store-type-body: 1rem;--store-type-body-large: 1.0625rem;--store-type-card-title: 1.0625rem;--store-type-section: 1.75rem;--store-type-page: 3.5rem;--store-type-hero: 4.75rem;--store-type-hero-compact: 4rem;--store-type-price-card: 1.125rem;--store-type-price-detail: 3.25rem;--store-rhythm-page: 36px;--store-rhythm-section: 24px;--store-rhythm-card: 14px;--store-rhythm-control: 12px;--store-functional-hero-max-height: 140px;--store-functional-hero-content-height: 120px;--store-functional-hero-title: clamp(1.45rem, 2.1vw, 2rem);--store-control-border: #cfc7b8;--store-control-border-hover: #a8662f;--store-control-bg: linear-gradient(180deg, #fffdf8 0%, #f8f4ea 100%);--store-control-bg-disabled: linear-gradient(180deg, #f7f3ea 0%, #efe8dc 100%);--store-control-shadow: 0 8px 18px rgba(16, 24, 40, .06), inset 0 1px 0 rgba(255, 255, 255, .78);color:var(--store-text);background:var(--store-bg);font-family:var(--ddh-font-sans)}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}button,input,select{font:inherit}:where(button,a,input,select,textarea,summary,[role=button],[role=tab],[tabindex]:not([tabindex="-1"])):focus-visible,main:focus-visible,nav:focus-visible{outline:var(--ddh-focus-outline-storefront);outline-offset:var(--ddh-focus-offset)}button:disabled{cursor:not-allowed;opacity:.58}.eyebrow{margin:0 0 10px;color:#f7c948;font-size:var(--store-type-eyebrow);font-weight:900;line-height:1.2;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:14px;font-size:var(--store-type-hero);line-height:.98}h2{margin-bottom:0;font-size:var(--store-type-section);line-height:1.08}h3{margin-bottom:6px;font-size:var(--store-type-card-title);line-height:1.22}.hero p{max-width:620px;color:#f8fafc;font-size:var(--store-type-body-large);line-height:1.6}.hero-actions,.view-heading,.chip-row,.product-card-title{display:flex;gap:var(--store-rhythm-control);align-items:center;justify-content:space-between;flex-wrap:wrap}.primary,.secondary,.storefront-cta{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--ddh-radius-md);padding:0 12px;cursor:pointer;border:1px solid transparent;flex-wrap:nowrap;font-weight:800;line-height:1;max-width:100%;overflow-wrap:normal;white-space:nowrap}.primary{background:linear-gradient(135deg,#b83a22,#7c2d12);color:#fffaf2;border-color:#7c2d126b}a.primary{text-decoration:none}.secondary{background:linear-gradient(180deg,#fff,#f8f6f1);color:var(--store-text);border-color:#d6d3c9}.storefront-cta{position:relative;min-width:max-content;text-decoration:none}#root .store-shell :is(.primary,.secondary,.storefront-cta,.ddh-button){flex-wrap:nowrap!important;overflow-wrap:normal!important;white-space:nowrap!important;word-break:normal!important}#root .store-shell :is(.primary,.secondary,.storefront-cta,.ddh-button) :is(svg,.ddh-button-icon){flex:0 0 auto}.storefront-cta-commerce{background:linear-gradient(135deg,#bb3e28,#8a2c16 48%,#5f1d0e);color:#fffaf2;border-color:#5f1d0e80}.storefront-cta-secondary{background:linear-gradient(180deg,#fffdf8,#f5f1e8);color:#172026;border-color:#cfc7b8}.storefront-cta-watch{background:linear-gradient(180deg,#fff9eb,#f3e5bf);color:#5f320d;border-color:#d7b76a}.storefront-cta-watch.is-watched{background:linear-gradient(180deg,#fff3f1,#f9d8d1);color:#8a2c16;border-color:#e5a28f}.storefront-cta-watch[data-watch-state=error],.storefront-cta-watch[data-watch-state=signed_out]{background:linear-gradient(180deg,#fff,#f8f6f1);color:#344054;border-color:#d6d3c9}.storefront-cta.icon-only{width:38px;min-width:38px;height:38px;min-height:38px;padding:0}.storefront-cta.compact-action{min-height:34px;padding:0 10px;font-size:.8125rem}.storefront-cta-ghost{background:#ffffffb8;color:#344054;border-color:#d6d3c9}.storefront-cta-destructive{background:linear-gradient(180deg,#fff7f5,#fde8e3);color:#8a2c16;border-color:#e5b2a4}.storefront-cta-filter{background:linear-gradient(180deg,#fffdf8,#f5f1e8);color:#172026;border-color:#cfc7b8}.storefront-cta-disabled,.storefront-cta:disabled,.storefront-cta[aria-disabled=true]{opacity:1;background:linear-gradient(180deg,#f4f2ec,#ebe6dc);color:#667085;border-color:#d6d3c9}.storefront-cta-disabled:after{content:attr(data-disabled-copy);position:absolute;left:50%;bottom:calc(100% + 8px);width:min(280px,72vw);transform:translate(-50%);padding:8px 10px;border:1px solid #d6d3c9;border-radius:8px;background:#172026;color:#fffaf2;font-size:12px;font-weight:750;line-height:1.35;opacity:0;pointer-events:none;z-index:20}.storefront-cta-disabled:not([data-disabled-copy]):after{content:attr(data-disabled-reason)}.storefront-cta-disabled:is(:hover,:focus-visible):after{opacity:1}.storefront-cta-disabled[data-disabled-copy=""]:after,.storefront-cta-disabled:not([data-disabled-copy])[data-disabled-reason=""]:after,.storefront-cta-disabled:not([data-disabled-copy]):not([data-disabled-reason]):after{display:none}.full{width:100%}.intent-grid,.view,.rail{width:min(1180px,calc(100% - 40px));margin:0 auto}@media(hover:hover)and (pointer:fine){.store-shell .ddh-button:not(:disabled):hover,.storefront-cta:not(:disabled):hover,.storefront-filter-toggle:not(:disabled):hover,.segmented button:not(:disabled):hover,.cart:hover,.account-entry:hover{transform:translateY(-1px)}}.skip-link{position:fixed;top:8px;left:8px;z-index:100;transform:translateY(-160%);opacity:0;pointer-events:none;border-radius:6px;padding:10px 14px;background:#172026;color:#fff;font-weight:900;text-decoration:none}.skip-link:focus-visible{transform:translateY(0);opacity:1;pointer-events:auto;outline:var(--ddh-focus-outline-storefront);outline-offset:2px}.skip-link-secondary{left:180px}.skip-link-tertiary{left:300px}.store-shell{min-height:100vh}.storefront-main-frame{width:min(1540px,calc(100% - 32px));display:grid;grid-template-columns:238px minmax(0,1fr);gap:16px;align-items:start;margin:0 auto;padding-top:16px}.storefront-main-content{min-width:0}.storefront-main-frame .intent-grid,.storefront-main-frame .product-grid,.storefront-main-frame .home-shop-section,.storefront-main-frame .home-callout-grid,.storefront-main-frame .home-trust-strip,.storefront-main-frame .view,.storefront-main-frame .rail,.storefront-main-frame .state-panel,.storefront-main-frame .empty-state,.storefront-main-frame .degraded-banner,.storefront-main-frame .watch-notice{width:100%}.storefront-main-frame .view{padding-top:0}.storefront-side-nav{position:sticky;top:66px;max-height:calc(100vh - 82px);overflow:auto;display:grid;gap:10px;border:1px solid #d9d1c3;border-radius:8px;background:linear-gradient(180deg,#fffdf8,#f7f2e8);padding:10px}.side-nav-section{display:grid;gap:6px}.side-nav-section>strong{color:#667085;font-size:.72rem;font-weight:950;text-transform:uppercase}.side-nav-quick{border-bottom:1px solid #ebe2d3;padding-bottom:8px}.storefront-side-nav a,.storefront-side-nav summary{min-height:30px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border-radius:6px;color:#172026;padding:0 8px;font-size:.8125rem;font-weight:850;line-height:1.15;text-decoration:none}.storefront-side-nav a:hover,.storefront-side-nav a:focus-visible,.storefront-side-nav a.active,.storefront-side-nav a[aria-current=page]{background:#fff2df;box-shadow:inset 3px 0 #bb3e28;color:#8a3a1d}.storefront-side-nav .side-nav-label,.storefront-side-nav summary>span{color:inherit;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storefront-side-nav .side-nav-count,.storefront-side-nav summary b{color:#7a6857;font-size:.72rem;font-weight:950;white-space:nowrap}.storefront-side-nav details{display:grid;gap:4px}.storefront-side-nav summary{grid-template-columns:15px minmax(0,1fr) auto;cursor:pointer;list-style:none}.storefront-side-nav summary::-webkit-details-marker{display:none}.storefront-side-nav details[open]>summary svg{transform:rotate(90deg)}.side-nav-links{display:grid;gap:2px;padding:2px 0 4px 18px}.side-nav-parent-links{padding-left:6px}.side-nav-parent-links>details{border-left:1px solid #e7dece;padding-left:6px}.side-nav-nested{margin-top:3px}.site-header{position:relative;z-index:10;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(190px,280px) 40px minmax(96px,auto);grid-auto-rows:minmax(40px,auto);align-items:center;gap:10px;padding:8px 18px;background:#f8f5efeb;border-bottom:1px solid #e4dac7}.site-header>*{min-width:0}.logo{grid-column:1;grid-row:1;min-height:40px;display:flex;align-items:center;align-self:center;gap:8px;color:#172026;text-decoration:none}.logo-mark{flex:0 0 36px;display:grid;place-items:center;width:36px;height:36px;overflow:hidden;border-radius:999px;background:#bb3e28;border:2px solid #ffd166;color:#fff;font-weight:900}.logo-mark img{width:100%;height:100%;display:block;object-fit:contain}.logo-copy{min-width:0;display:grid;gap:2px;line-height:1.05}.logo strong{font-size:.95rem}.logo-copy small{color:#7a6857;font-size:.6875rem;font-weight:800;line-height:1;text-transform:uppercase}.site-header nav{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;min-width:0}.site-header nav a{min-height:30px;display:inline-flex;align-items:center;flex-wrap:nowrap;color:#344054;font-size:.84rem;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.site-header nav a.active,.site-header nav a[aria-current=page]{color:#bb3e28;font-weight:950}.catalog-mega-nav{position:relative;grid-column:1 / -1;grid-row:2;display:flex;justify-content:flex-start;gap:2px;min-width:0;border:1px solid rgba(23,32,38,.9);border-radius:8px;background:linear-gradient(180deg,#344054fa,#172026fa),#172026;flex-wrap:nowrap;overflow:visible;padding:3px}.site-header .catalog-mega-nav{justify-content:flex-start}.catalog-mega-item{flex:0 0 auto;min-width:0;position:relative}.site-header .catalog-mega-tab{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;border:0;border-radius:6px;background:#ffffff05;color:#fff8e7;cursor:pointer;font-size:.75rem;font-weight:950;line-height:1;list-style:none;padding:0 13px;text-decoration:none;text-transform:uppercase;white-space:nowrap}#root .site-header :is(.catalog-mega-tab,.cart,.account-entry){flex-wrap:nowrap!important;overflow-wrap:normal;white-space:nowrap}.site-header .catalog-mega-tab[aria-haspopup=true]{gap:7px}.site-header .catalog-mega-tab[aria-haspopup=true]:after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transform-origin:center}.catalog-mega-item.open>.catalog-mega-tab[aria-haspopup=true]:after{transform:rotate(225deg) translateY(-1px)}.site-header .catalog-mega-tab:hover,.site-header .catalog-mega-tab:focus-visible,.site-header .catalog-mega-tab.active,.site-header .catalog-mega-tab[aria-current=page],.catalog-mega-item.open>.catalog-mega-tab{background:linear-gradient(180deg,#ffffff24,#ffffff0d),#8a3a1d;box-shadow:inset 0 -3px #f7c948,inset 0 0 0 1px #fff4d62e;color:#fffaf2;outline:0}.catalog-mega-panel{position:absolute;top:calc(100% + 9px);left:var(--mega-panel-left, 0px);z-index:40;width:min(940px,calc(100vw - 36px));display:none;grid-template-columns:repeat(4,minmax(140px,1fr));gap:20px;border:1px solid rgba(214,211,201,.9);border-radius:8px;background:linear-gradient(180deg,#fffdf8fc,#f7f2e8fc),#fffdf8;max-height:calc(100vh - 116px);overflow:auto;padding:16px}.catalog-mega-panel-medium{width:min(1020px,calc(100vw - 36px))}.catalog-mega-panel:before{content:"";position:absolute;inset:0 0 auto;height:3px;border-radius:8px 8px 0 0;background:linear-gradient(90deg,#bb3e28,#f7c948,#172026)}.catalog-mega-panel-compact{width:min(360px,calc(100vw - 36px));grid-template-columns:1fr}.catalog-mega-item.open>.catalog-mega-panel{display:grid}.catalog-mega-column{min-width:0;display:grid;align-content:start;gap:7px;border-left:1px solid #e7dece;padding-left:14px}.catalog-mega-column:first-child{border-left:0;padding-left:0}.catalog-mega-column strong{color:#8a3a1d;font-size:.78rem;font-weight:950;line-height:1.2;text-transform:uppercase}.catalog-mega-summary{color:var(--store-muted);font-size:.74rem;font-weight:750;line-height:1.3}.site-header .catalog-mega-panel a{min-height:0;display:block;border-radius:5px;color:#172026;font-size:.84rem;font-weight:800;line-height:1.25;padding:2px 4px;text-decoration:none}.site-header .catalog-mega-panel a:hover,.site-header .catalog-mega-panel a:focus-visible{background:#fff2df;color:#8a3a1d;outline:0}.cart,.account-entry{grid-row:1;min-height:40px;height:40px;display:inline-flex;align-items:center;align-self:center;justify-content:center;box-sizing:border-box;border:1px solid #d6d3c9;border-radius:999px;background:linear-gradient(180deg,#fff,#f8f6f1);color:#344054;line-height:1;text-decoration:none}.cart{grid-column:4;position:relative;width:40px;min-width:40px;justify-self:center;padding:0}.account-entry{grid-column:5;display:inline-flex;gap:8px;justify-content:center;justify-self:end;min-width:96px;padding:0 10px;font-size:12px;font-weight:900;white-space:nowrap}.account-entry.active{border-color:#bb3e2852;background:#fff7ed;color:#bb3e28}.cart svg,.account-entry svg,.header-search svg,.storefront-cta.icon-only svg{flex:0 0 auto}.cart span{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#bb3e28;color:#fff;font-size:12px;font-weight:900}.mobile-bottom-nav{display:none}.mobile-bottom-nav-icon{position:relative;width:30px;height:30px;min-height:30px;display:grid;place-items:center;line-height:1}#root .mobile-bottom-nav a{flex-wrap:nowrap!important;overflow-wrap:normal;white-space:nowrap}#root .mobile-bottom-nav a>span:not(.mobile-bottom-nav-icon){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#root .store-shell .mobile-bottom-nav a.active,#root .store-shell .mobile-bottom-nav a[aria-current=page]{box-shadow:inset 0 0 0 1px #f7c9486b!important;font-weight:950}.mobile-bottom-nav-count{position:absolute;top:-4px;right:-7px;min-width:18px;height:18px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;background:var(--store-accent);color:#fff;font-size:11px;font-weight:900;line-height:1}.header-search{grid-column:3;grid-row:1;align-self:center;justify-self:stretch;min-height:40px;height:40px;display:grid;grid-template-columns:18px 1fr;align-items:center;box-sizing:border-box;gap:8px;position:relative;border:1px solid var(--store-control-border);border-radius:999px;background:var(--store-control-bg);padding:0 10px}.header-search input{min-width:0;border:0;outline:0;background:transparent;color:#172026;font-weight:750}body .store-shell>.site-header .header-search input:is(:focus,:focus-visible){border-color:transparent;outline:0;background:transparent;box-shadow:none}.header-search input::placeholder{color:#7a6857;opacity:1}.header-search:hover{border-color:var(--store-control-border-hover)}.header-search:focus-within{border-color:var(--store-focus-ring);background:#fff;box-shadow:var(--ddh-shadow-focus-storefront)}.search-typeahead{display:grid;gap:4px;box-sizing:border-box;border:1px solid #d8cdb8;border-radius:8px;background:#fff;padding:6px;box-shadow:0 16px 34px #2d21122e}.header-search .search-typeahead{position:absolute;top:calc(100% + 7px);right:0;z-index:80;width:min(360px,calc(100vw - 32px));max-height:min(360px,calc(100vh - 140px));overflow:auto}.search-typeahead-option{width:100%;min-height:42px;display:grid;grid-template-columns:minmax(56px,auto) minmax(0,1fr);align-items:center;gap:2px 10px;border:0;border-radius:6px;background:transparent;color:#172026;cursor:pointer;font:inherit;padding:7px 8px;text-align:left}.search-typeahead-option:hover,.search-typeahead-option:focus-visible,.search-typeahead-option[aria-selected=true]{outline:0;background:#f6efe2}.search-typeahead-kind{align-self:start;border-radius:999px;background:#efe1cb;color:#5f3b18;font-size:.66rem;font-weight:900;line-height:1;padding:5px 6px;text-transform:uppercase}.search-typeahead-label{min-width:0;overflow-wrap:anywhere;font-size:.86rem;font-weight:850;line-height:1.16}.search-typeahead-detail{grid-column:2;min-width:0;overflow-wrap:anywhere;color:#6f5f4c;font-size:.74rem;font-weight:750;line-height:1.16}body .store-shell>.site-header{grid-template-columns:auto minmax(0,1fr) minmax(190px,280px) 40px minmax(96px,auto);grid-auto-rows:minmax(40px,auto);align-items:center}body .store-shell>.site-header .logo{grid-column:1;grid-row:1;min-height:40px;align-self:center}body .store-shell>.site-header .logo-mark{flex-basis:36px;width:36px;height:36px}body .store-shell>.site-header .logo-copy{width:auto;height:auto;flex:1 1 auto;min-width:0}body .store-shell>.site-header .catalog-mega-nav{grid-column:1 / -1;grid-row:2;overflow:visible}@media(min-width:761px)and (max-width:1024px){.catalog-mega-panel-medium{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:760px){body .store-shell>.site-header .catalog-mega-nav{display:flex;overflow-x:auto;overflow-y:visible}.catalog-mega-panel{position:fixed;top:148px;right:12px;left:12px;width:auto;max-height:calc(100vh - 268px);grid-template-columns:1fr;gap:12px;padding:12px}.catalog-mega-panel-compact,.catalog-mega-panel-medium{width:auto}.catalog-mega-column{border-top:1px solid #e7dece;border-left:0;padding-top:10px;padding-left:0}.catalog-mega-column:first-child{border-top:0;padding-top:0}}body .store-shell>.site-header .header-search{grid-column:3;grid-row:1;min-height:40px;height:40px;align-self:center}body .store-shell>.site-header .cart,body .store-shell>.site-header .account-entry{grid-row:1;min-height:40px;height:40px;display:inline-flex;align-items:center}body .store-shell>.site-header .cart{grid-column:4;width:40px;min-width:40px}body .store-shell>.site-header .account-entry{grid-column:5;min-width:96px}main{display:grid;gap:var(--store-rhythm-page);padding-bottom:48px}body .store-shell .site-footer .footer-info-cues{max-width:min(620px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px;margin:0;padding:0;color:#5f544a;list-style:none}body .store-shell .site-footer .footer-info-cues li{min-width:0;display:grid;grid-template-columns:8px minmax(0,1fr);gap:8px;align-items:start;border:0;border-radius:0;background:transparent;box-shadow:none;padding:0}body .store-shell .site-footer .footer-info-cue-marker{width:6px;height:6px;margin-top:.42em;border-radius:999px;background:var(--store-accent)}body .store-shell .site-footer .footer-info-cue-title{display:block;color:var(--store-text);font-size:.78rem;font-weight:850;line-height:1.2}body .store-shell .site-footer .footer-info-cues small{display:block;margin-top:2px;color:var(--store-muted);font-size:.72rem;font-weight:700;line-height:1.35}body .store-shell .site-footer .site-footer-legal-note{max-width:min(720px,100%);margin:0;color:var(--store-muted);font-size:.74rem;font-weight:700;line-height:1.5}body .store-shell .content-page .content-section,body .store-shell .content-page .contact-map-card,body .store-shell .content-page .contact-social-card{border-color:var(--store-border);background:var(--store-surface-raised, var(--store-surface));color:var(--store-text)}body .store-shell .content-page .contact-card-heading h2{color:var(--store-text-strong, var(--store-text))}body .store-shell .content-page .contact-card-heading p:not(.eyebrow){color:var(--store-muted-strong, var(--store-muted))}body .store-shell .content-page .contact-card-icon{border-color:var(--store-border);background:var(--store-surface-muted, #fbfaf7)}body .store-shell .content-page .contact-google-map-shell{border-color:var(--store-border);background:#172026}body .store-shell .content-page .contact-map-link,body .store-shell .content-page .contact-direct-action,body .store-shell .content-page .contact-social-icon-link{border-color:var(--store-border);background:var(--store-surface, #fff);color:var(--store-text)}body .store-shell .content-page .contact-map-link:hover,body .store-shell .content-page .contact-map-link:focus-visible,body .store-shell .content-page .contact-direct-action:hover,body .store-shell .content-page .contact-direct-action:focus-visible,body .store-shell .content-page .contact-social-icon-link:hover,body .store-shell .content-page .contact-social-icon-link:focus-visible{border-color:var(--store-accent);background:var(--store-surface-muted, #fff7ed)}body .store-shell .content-page .contact-social-icon-link:hover,body .store-shell .content-page .contact-social-icon-link:focus-visible{border-color:var(--social-accent);background:var(--social-accent);color:#fff}body .store-shell .content-page .content-section h2{color:var(--store-text-strong, var(--store-text))}body .store-shell .content-page .content-section p,body .store-shell .content-page .content-section li{color:var(--store-muted-strong, var(--store-muted))}body .store-shell .content-page .content-table th,body .store-shell .content-page .content-table td{border-color:var(--store-border)}body .store-shell .content-page .content-table th{background:var(--store-surface-muted, #fbfaf7);color:var(--store-text-strong, var(--store-text))}body .store-shell .content-page .content-table td,body .store-shell .content-page .detail-note{color:var(--store-muted-strong, var(--store-muted))}@media(max-width:720px){body .store-shell .site-footer{padding:14px 12px calc(110px + env(safe-area-inset-bottom))}body .store-shell .site-footer .site-footer-desktop-content{display:none}body .store-shell .site-footer .site-footer-mobile-info{width:100%;display:block}body .store-shell .site-footer .footer-info-cues{grid-template-columns:1fr}body .store-shell .content-page{padding-bottom:calc(92px + env(safe-area-inset-bottom))}}.hero{min-height:72vh;display:flex;align-items:end;padding:48px clamp(20px,5vw,72px);background:linear-gradient(90deg,#101828f5,#101828b8 46%,#10182861),url(/assets/warhammer.svg) right 10% center / min(760px,72vw) auto no-repeat,linear-gradient(135deg,#101828,#172026 58%,#3b251e);color:#fff}#root .store-shell :is(.status-pill,.ddh-status-pill,.product-card-badges span,.product-badge-row-detail span,.active-filter-chip,.active-filter-chips span,.drop-room-badge-list span,.drop-feature-badges span,.drop-room-state-chip,.event-card-program-pill,.storefront-event-type-badge,.product-detail-savings-chip){min-inline-size:64px;max-inline-size:100%;overflow-wrap:normal;white-space:nowrap;word-break:normal}#root .store-shell :is(.product-card-badges span,.product-badge-row-detail span,.active-filter-chips span,.drop-room-badge-list span,.drop-feature-badges span,.product-detail-savings-chip){display:inline-flex;align-items:center;justify-content:center}#root .store-shell .storefront-cta-commerce,#root .store-shell .storefront-cta.primary{position:relative;overflow:hidden}#root .store-shell :is(.storefront-cta-commerce,.storefront-cta.primary):after{content:"";position:absolute;top:0;bottom:0;left:-60%;width:40%;background:linear-gradient(100deg,transparent,rgba(255,244,214,.5),transparent);transform:skew(-18deg);transition:left .42s ease;pointer-events:none}#root .store-shell :is(.storefront-cta-commerce,.storefront-cta.primary):hover:after{left:120%}#root .store-shell [class*=skeleton]{background:linear-gradient(100deg,transparent 30%,rgba(242,193,78,.05) 50%,transparent 70%) 0 0 / 220% 100%,var(--forge-surface-2);animation:forge-shimmer 1.6s linear infinite}@keyframes forge-shimmer{to{background-position:-220% 0,0 0}}#root .site-header nav a{position:relative}#root .site-header nav a:after{content:"";position:absolute;left:12px;right:100%;bottom:4px;height:2px;border-radius:999px;background:var(--forge-gold);transition:right .2s ease}#root .site-header nav a:hover:after,#root .site-header nav a[aria-current=page]:after{right:12px}@media(prefers-reduced-motion:reduce){#root .store-shell :is(.storefront-cta-commerce,.storefront-cta.primary):after{display:none}#root .store-shell [class*=skeleton]{animation:none}#root .store-shell .product-card:hover>.product-card-media-link :is(img,.storefront-product-image){transform:none}#root .site-header nav a:after{transition:none}}#root .store-shell .view{max-width:1360px;margin-inline:auto}#root .store-shell #storefront-main :is(.search-hero,.cart-view>.cart-hero,.preorder-hero,.storefront-page.events-view .events-hero,.account-watchlist-view>.view-heading,.account-hero){max-height:var(--store-functional-hero-max-height)!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px 14px!important;align-items:center!important;overflow:hidden!important;border:1px solid rgba(214,211,201,.95)!important;border-radius:8px!important;background:linear-gradient(180deg,#fffdf8fa,#f7f2e8f5),#fffdf8!important;color:#172026!important;padding:10px 12px!important}#root .store-shell #storefront-main :is(.search-hero,.cart-view>.cart-hero,.preorder-hero,.storefront-page.events-view .events-hero,.account-watchlist-view>.view-heading,.account-hero):before,#root .store-shell #storefront-main :is(.search-hero,.cart-view>.cart-hero,.preorder-hero,.storefront-page.events-view .events-hero,.account-watchlist-view>.view-heading,.account-hero):after{display:none!important}#root .store-shell #storefront-main :is(.search-hero>div,.cart-view>.cart-hero>div:first-child,.preorder-hero-copy,.storefront-page.events-view .events-hero-copy,.account-watchlist-view>.view-heading>div,.account-hero>div){min-width:0!important;max-height:var(--store-functional-hero-content-height)!important;display:grid!important;gap:3px!important;align-content:center!important}#root .store-shell #storefront-main .account-hero:not(.preference-center-hero){grid-template-columns:minmax(0,1fr)!important}#root .store-shell #storefront-main :is(.search-hero,.cart-view>.cart-hero,.preorder-hero,.storefront-page.events-view .events-hero,.account-watchlist-view>.view-heading,.account-hero) .eyebrow{margin:0!important;color:#8a3a1d!important;font-size:.68rem!important;line-height:1!important}#root .store-shell #storefront-main :is(.search-hero,.cart-view>.cart-hero,.preorder-hero,.storefront-page.events-view .events-hero,.account-watchlist-view>.view-heading,.account-hero) h1{max-width:100%!important;max-height:2.2rem!important;margin:0!important;overflow:hidden!important;color:#172026!important;font-size:var(--store-functional-hero-title)!important;line-height:1.05!important}#root .store-shell #storefront-main :is(.search-hero,.cart-view>.cart-hero,.preorder-hero,.storefront-page.events-view .events-hero,.account-watchlist-view>.view-heading,.account-hero) p:not(.eyebrow):not(.cart-handoff-line){display:none!important}#root .store-shell #storefront-main :is(.preorder-hero-actions,.storefront-page.events-view .events-hero-actions,.storefront-page.events-view .events-hero-actions .ddh-action-bar-secondary){display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:nowrap!important;margin:2px 0 0!important}#root .store-shell #storefront-main :is(.preorder-hero-actions .storefront-cta,.preorder-hero-actions .ddh-button,.storefront-page.events-view .events-hero-actions .storefront-cta,.storefront-page.events-view .events-hero-actions .ddh-button){min-height:32px!important;padding:0 10px!important;font-size:.78rem!important}#root .store-shell #storefront-main :is(.cart-handoff-card,.preorder-calendar-card,.storefront-page.events-view .events-summary-card){min-width:min(230px,32vw)!important;max-width:280px!important;max-height:var(--store-functional-hero-content-height)!important;align-self:center!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:5px 8px!important;overflow:hidden!important;border-color:#d6d3c9f2!important;background:#ffffffc7!important;color:#172026!important;padding:8px 10px!important}#root .store-shell #storefront-main :is(.preorder-calendar-card strong,.storefront-page.events-view .events-summary-card strong){color:#172026!important;font-size:1.45rem!important;line-height:1!important}#root .store-shell #storefront-main :is(.preorder-calendar-card span,.preorder-calendar-card small,.preorder-calendar-card div,.storefront-page.events-view .events-summary-card span,.storefront-page.events-view .events-summary-card small,.storefront-page.events-view .events-summary-card div,.cart-handoff-line){min-width:0!important;margin:0!important;overflow:hidden!important;color:#5f544a!important;font-size:.72rem!important;font-weight:850!important;line-height:1.2!important}#root .store-shell #storefront-main :is(.preorder-calendar-card div,.storefront-page.events-view .events-summary-card div){grid-column:1 / -1!important;border:0!important;background:transparent!important;padding:0!important}#root .store-shell #storefront-main .events-summary-strip{display:none!important}@media(max-width:720px){#root .store-shell #storefront-main :is(.search-hero,.cart-view>.cart-hero,.preorder-hero,.storefront-page.events-view .events-hero){max-height:none!important;grid-template-columns:minmax(0,1fr)!important}#root .store-shell #storefront-main :is(.cart-handoff-card,.preorder-calendar-card,.storefront-page.events-view .events-summary-card){min-width:0!important;max-width:100%!important;justify-self:stretch!important}#root .store-shell #storefront-main :is(.hero-actions,.preorder-hero-actions,.storefront-page.events-view .events-hero-actions,.storefront-page.events-view .events-hero-actions .ddh-action-bar-secondary,.event-card-actions,.event-card-secondary-actions,.event-share-action-grid,.search-empty-actions,.account-utility-actions,.guided-workflow-actions,.ddh-action-bar-sticky-mobile,.ddh-action-bar-sticky-mobile .ddh-action-bar-secondary,.ddh-action-bar-sticky-mobile .ddh-action-bar-priority){display:grid!important;grid-template-columns:minmax(0,1fr)!important;justify-content:stretch!important;align-items:stretch!important;flex-wrap:nowrap!important}#root .store-shell #storefront-main :is(.hero-actions,.preorder-hero-actions,.storefront-page.events-view .events-hero-actions,.event-card-actions,.event-card-secondary-actions,.event-share-action-grid,.search-empty-actions,.account-utility-actions,.guided-workflow-actions,.ddh-action-bar-sticky-mobile) :is(a,button,.storefront-cta,.ddh-button,.ddh-action-bar-action-wrap){width:100%!important;min-width:0!important;max-width:100%!important}#root .store-shell #storefront-main :is(.hero-actions,.preorder-hero-actions,.storefront-page.events-view .events-hero-actions,.event-card-actions,.event-card-secondary-actions,.event-share-action-grid,.search-empty-actions,.account-utility-actions,.guided-workflow-actions,.ddh-action-bar-sticky-mobile) :is(.primary,.secondary,.storefront-cta,.ddh-button){justify-content:center!important;overflow-wrap:normal!important;white-space:nowrap!important;word-break:normal!important}}#root .store-shell footer{border-top:1px solid var(--forge-gold-hairline);background:linear-gradient(180deg,#10141a00,#0d1015d9)}#root .store-shell footer a{color:var(--forge-ink-muted);text-decoration:none}#root .store-shell footer a:hover{color:var(--forge-gold)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(250px,100%),1fr));gap:10px;align-items:stretch}.product-card{--product-card-cta-height: 38px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;border:1px solid #d6d3c9;border-radius:8px;background:#fff;transition:border-color var(--store-motion-fast),background-color var(--store-motion-fast),box-shadow var(--store-motion-fast)}.product-card[data-card-variant=used-mini]{border-color:#c6ccbb;background:#fffefa}.product-card[data-card-variant=used-mini] .product-card-media-link{background:#f7f3ea}.product-card[data-card-variant=used-mini] .product-card-price{color:#8a2f24}.product-card[data-card-variant=catalog-planning]{border-color:#b7c8c2;background:#f8fbfa}.product-card[data-card-variant=catalog-planning] .product-card-media-link{border-bottom-color:#cbd9d4;background:#eef5f3}.product-card[data-card-variant=catalog-planning] .product-card-price{color:#215f59}@media(hover:hover)and (pointer:fine){.product-card:hover{border-color:#bb3e2852;box-shadow:0 10px 22px #1018281f}}.product-card-media-link{position:relative;min-width:0;display:block;aspect-ratio:4 / 3;overflow:hidden;border-bottom:1px solid #d6d3c9}.product-card img,.product-card .storefront-fallback-image{width:100%;height:100%;min-height:0;object-fit:cover}.storefront-product-image,.storefront-fallback-image{animation:storefront-image-fade var(--store-motion-slow) both}.storefront-fallback-image{position:relative;isolation:isolate;overflow:hidden;display:grid;place-items:center;align-content:center;gap:6px;min-width:0;padding:12px;background:#172026;color:#fff8e7;text-align:center}.storefront-fallback-image:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;z-index:-1;border:1px solid rgba(255,209,102,.28);border-radius:inherit}.storefront-fallback-image:after{content:none}.storefront-fallback-frame,.storefront-fallback-mark,.storefront-fallback-copy{position:relative;z-index:1}.storefront-fallback-frame{display:grid;place-items:center;width:clamp(40px,18%,64px);aspect-ratio:1;border:1px solid rgba(255,209,102,.52);border-radius:50%;background:#ffd1661c}.storefront-fallback-mark{display:grid;place-items:center;width:72%;aspect-ratio:1;border:2px solid #ffd166;background:#bb3e28;color:#fff;font-size:.875rem;font-weight:950}.storefront-fallback-copy{display:grid;gap:3px;max-width:min(92%,320px)}.storefront-fallback-copy strong{overflow-wrap:anywhere;font-size:.78rem;font-weight:950;line-height:1.1;text-transform:uppercase}.storefront-fallback-copy small{color:#f8e7bf;overflow-wrap:anywhere;font-size:.68rem;font-weight:800;line-height:1.25}.storefront-fallback-kind-actual_photo_required{background:#211915}.storefront-fallback-kind-preorder{background:#17242b}.storefront-fallback-kind-drop_preview{background:#1b1b28}.storefront-fallback-variant-detail{gap:8px;padding:clamp(16px,4vw,28px)}.storefront-fallback-variant-detail .storefront-fallback-frame{width:clamp(54px,14%,82px)}.storefront-fallback-variant-card,.storefront-fallback-variant-used-card{gap:5px;padding:10px}.storefront-fallback-variant-card .storefront-fallback-frame,.storefront-fallback-variant-used-card .storefront-fallback-frame{width:clamp(34px,16%,50px)}.storefront-fallback-variant-card .storefront-fallback-copy strong,.storefront-fallback-variant-used-card .storefront-fallback-copy strong{font-size:.7rem}.storefront-fallback-variant-card .storefront-fallback-copy small,.storefront-fallback-variant-used-card .storefront-fallback-copy small{font-size:.62rem}.storefront-fallback-variant-thumbnail,.storefront-fallback-variant-cart,.storefront-fallback-variant-preorder{gap:4px;padding:6px}.storefront-fallback-variant-thumbnail .storefront-fallback-frame,.storefront-fallback-variant-cart .storefront-fallback-frame,.preorder-row .storefront-fallback-frame{width:32px}.storefront-fallback-variant-thumbnail .storefront-fallback-copy small,.storefront-fallback-variant-cart .storefront-fallback-copy small,.preorder-row .storefront-fallback-copy small{display:none}.storefront-fallback-variant-thumbnail .storefront-fallback-copy strong,.storefront-fallback-variant-cart .storefront-fallback-copy strong,.preorder-row .storefront-fallback-copy strong{font-size:.56rem;line-height:1.1}.product-card-body{display:grid;grid-template-areas:"meta" "title" "badges" "facts" "state" "actions";grid-template-rows:minmax(1.45rem,auto) minmax(2.15rem,auto) minmax(1.45rem,auto) minmax(0,0) minmax(1.35rem,auto) auto;gap:5px;align-content:start;height:100%;min-width:0;padding:10px}.product-card-eyebrow{grid-area:meta;display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:start;min-width:0}.product-card-meta{display:-webkit-box;overflow:hidden;color:#667085;font-size:.68rem;font-weight:850;line-height:1.2;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-card-price{position:absolute;right:10px;bottom:10px;z-index:4;display:inline-flex;align-items:center;gap:4px;min-width:max-content;max-width:calc(100% - 20px);border:1px solid rgba(255,209,102,.46);border-radius:8px;padding:3px 9px;background:linear-gradient(180deg,#151a22eb,#0d1015eb);color:#ffd166;font-size:.84rem;font-weight:900;line-height:1.1;text-align:right;white-space:nowrap;box-shadow:0 6px 16px #0406098c}.product-card-price[data-price-mode=planning]{display:grid;gap:1px}.product-card-price-label{color:#5a6a66;font-size:.58rem;font-weight:900;line-height:1;text-transform:uppercase}.product-card-heading{grid-area:title;display:grid;align-items:start;min-width:0;min-height:2.15rem;margin-bottom:0;font-size:.9rem;line-height:1.18}.product-card-heading a{display:-webkit-box;overflow:hidden;color:#172026;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-facts{grid-area:facts;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;align-items:stretch;min-width:0;min-height:1.65rem;margin:0}.product-card-facts-layer{grid-area:facts;position:absolute;z-index:4;left:10px;right:10px;top:48px;display:none;gap:7px;max-height:calc(100% - 96px);overflow:hidden;padding:10px 12px;border:1px solid rgba(242,193,78,.34);border-radius:8px;background:linear-gradient(180deg,#0d1015f2,#151a22eb);box-shadow:0 14px 30px #04060994;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-card:is(:hover,:focus-within) .product-card-facts-layer[data-card-facts=present]{display:grid}.product-card-fact{display:grid;grid-template-columns:auto minmax(0,1fr);max-width:100%;min-height:20px;align-items:center;gap:3px;border:1px solid #e4ded2;border-radius:999px;padding:2px 6px;background:#fbfaf6;color:#344054;font-size:.66rem;line-height:1.1}.product-card-fact dt{min-width:0;color:#667085;font-weight:850}.product-card-fact dd{overflow:hidden;margin:0;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.product-card[data-card-variant=used-mini]>.product-card-body{grid-template-areas:"meta" "title" "badges" "facts" "used-details" "state" "actions";grid-template-rows:minmax(1.45rem,auto) minmax(2.15rem,auto) minmax(1.45rem,auto) minmax(0,0) minmax(0,0) minmax(1.35rem,auto) auto}.used-mini-card-details{grid-area:used-details;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 6px;min-width:0;margin:0}.used-mini-card-detail{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:3px;min-width:0;padding-top:2px;border-top:1px solid #e9e1d2;color:#344054;font-size:.64rem;line-height:1.1}.used-mini-card-detail dt{min-width:0;color:#667085;font-weight:850}.used-mini-card-detail dd{overflow:hidden;min-width:0;margin:0;color:#172026;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.used-mini-card-detail[data-used-mini-detail=photo] dd,.used-mini-card-detail[data-used-mini-detail=availability] dd{color:#6f3b18}.catalog-planning-card-details{grid-area:catalog-details;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;min-width:0;margin:0}.catalog-planning-card-detail{min-width:0;padding:6px;border:1px solid #d8e5e0;border-radius:7px;background:#f2f8f6;color:#344054;font-size:.62rem;line-height:1.12}.catalog-planning-card-detail dt{color:#62716d;font-weight:850;overflow-wrap:anywhere}.catalog-planning-card-detail dd{margin:2px 0 0;color:#173b37;font-weight:950;overflow-wrap:anywhere}.catalog-planning-card-detail[data-catalog-planning-detail=checkout] dd,.catalog-planning-card-detail[data-catalog-planning-detail=watch] dd{color:#7a3a18}.product-card-commerce{grid-area:state;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center;min-height:3rem;padding:0;border:1px solid #e4ded2;border-radius:8px;border-color:transparent;background:transparent}.product-card-commerce p{display:none;overflow:hidden;margin:1px 0 0;color:#344054;font-size:.72rem;font-weight:700;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-stock-label{color:#172026;font-size:.69rem;font-weight:950;text-transform:uppercase}.product-card-actions{grid-area:actions;display:grid;grid-template-columns:minmax(0,1fr) var(--product-card-cta-height);gap:6px;align-items:stretch;align-self:end;min-height:var(--product-card-cta-height);margin-top:auto}.product-card-actions-restock,.product-card-actions-single{grid-template-columns:minmax(0,1fr)}.product-card-actions .storefront-cta{min-width:0;width:100%}.product-card-actions>.cart-action-stack,.product-card-actions .storefront-cta,.product-card-actions .storefront-cta-disabled,.product-card-actions .storefront-cta-watch,.product-card-actions .ddh-button{min-height:var(--product-card-cta-height)}.product-card-actions .storefront-cta.icon-only,.product-card-actions .storefront-cta-watch.icon-only{width:var(--product-card-cta-height);min-width:var(--product-card-cta-height);height:var(--product-card-cta-height);min-height:var(--product-card-cta-height);padding-inline:0}.product-card-actions[data-card-cta-state=watch_restock] .storefront-cta,.product-card-actions[data-card-cta-state=sold_out] .storefront-cta,.product-card-actions[data-card-cta-state=event] .storefront-cta{justify-content:center}.product-card-commerce .storefront-cta{min-height:28px;padding:0 8px;font-size:.72rem}.product-card p{color:#667085;font-size:.76rem;line-height:1.25;margin-bottom:0}.product-card h3{font-size:.88rem;line-height:1.18}.product-card-title{align-items:flex-start;gap:6px}.product-card-title h3{min-width:0;margin-bottom:0}.product-card-title h3 a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-title strong{font-size:.82rem;line-height:1.1;text-align:right}.product-badge-row{min-width:0;display:flex;gap:4px;align-items:center;flex-wrap:wrap}.product-card-body>.product-badge-row{grid-area:badges;min-height:1.45rem;overflow:hidden}.product-card[data-card-layout=normalized],.search-result-group .product-grid[data-count="1"] .product-card[data-card-layout=normalized]{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr)!important;min-height:0!important;height:100%}.product-card[data-card-layout=normalized]>.product-card-media-link,.search-result-group .product-grid[data-count="1"] .product-card[data-card-layout=normalized]>.product-card-media-link{grid-column:1;grid-row:1;width:100%;min-height:0!important;max-block-size:none;aspect-ratio:4 / 3!important;border-right:0;border-bottom:1px solid #d6d3c9}.product-card[data-card-layout=normalized] img,.product-card[data-card-layout=normalized] .storefront-product-image,.product-card[data-card-layout=normalized] .storefront-fallback-image{width:100%;height:100%;min-height:0!important;max-height:none;object-fit:contain;border-right:0!important;border-bottom:0!important}.product-card[data-card-layout=normalized]>.product-card-body{grid-column:1;grid-row:2;grid-template-areas:"meta" "title" "badges" "facts" "state" "actions"!important;grid-template-rows:minmax(1.45rem,auto) minmax(2.15rem,auto) minmax(1.45rem,auto) minmax(0,0) minmax(1.35rem,auto) auto!important;gap:5px;height:100%;padding:10px}.product-card[data-card-layout=normalized][data-card-variant=used-mini]>.product-card-body{grid-template-areas:"meta" "title" "badges" "facts" "used-details" "state" "actions"!important;grid-template-rows:minmax(1.45rem,auto) minmax(2.15rem,auto) minmax(1.45rem,auto) minmax(0,0) minmax(0,0) minmax(1.35rem,auto) auto!important}.product-card[data-card-layout=normalized][data-card-variant=catalog-planning]>.product-card-body{grid-template-areas:"meta" "title" "badges" "facts" "catalog-details" "state" "actions"!important;grid-template-rows:minmax(1.45rem,auto) minmax(2.15rem,auto) minmax(1.45rem,auto) minmax(0,0) minmax(0,0) minmax(1.35rem,auto) auto!important}.product-card[data-card-layout=normalized] .product-card-meta{min-height:0;-webkit-line-clamp:1}.product-card[data-card-layout=normalized] .product-card-heading{display:grid!important;min-height:2.15rem!important;-webkit-line-clamp:unset}.product-card[data-card-layout=normalized] .product-card-facts{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));min-height:1.65rem}.product-card[data-card-layout=normalized] .product-card-facts[data-card-facts=empty]{visibility:hidden}.product-card[data-card-layout=normalized]>.product-card-body>.product-badge-row{display:flex!important}.product-card[data-card-layout=normalized] .product-card-commerce{grid-template-columns:minmax(0,1fr) auto!important;min-height:1.35rem!important;padding:0!important;border-color:transparent!important;background:transparent!important}.product-card[data-card-layout=normalized][data-card-variant=catalog-planning] .product-card-commerce{padding:6px 8px!important;border-color:#d2e0dc!important;background:#f1f7f5!important}.product-card[data-card-layout=normalized] .product-card-actions{grid-template-columns:minmax(0,1fr) var(--product-card-cta-height)!important;min-height:var(--product-card-cta-height)!important;gap:6px;align-items:stretch}.product-card[data-card-layout=normalized] .product-card-actions-restock,.product-card[data-card-layout=normalized] .product-card-actions-single{grid-template-columns:minmax(0,1fr)!important}.product-card[data-card-layout=normalized] .product-card-actions>.cart-action-stack,.product-card[data-card-layout=normalized] .product-card-actions .storefront-cta,.product-card[data-card-layout=normalized] .product-card-actions .storefront-cta-disabled,.product-card[data-card-layout=normalized] .product-card-actions .storefront-cta-watch,.product-card[data-card-layout=normalized] .product-card-actions .ddh-button{min-height:var(--product-card-cta-height)!important}.product-card[data-card-layout=normalized] .product-card-actions .storefront-cta.icon-only,.product-card[data-card-layout=normalized] .product-card-actions .storefront-cta-watch.icon-only{width:var(--product-card-cta-height)!important;min-width:var(--product-card-cta-height)!important;height:var(--product-card-cta-height)!important;min-height:var(--product-card-cta-height)!important}@media(max-width:720px){.product-grid,.store-shell .product-grid,.storefront-main-frame .product-grid{width:min(100%,calc(100vw - 32px))!important;max-inline-size:calc(100vw - 32px)!important}.product-card[data-card-layout=normalized],.search-result-group .product-grid[data-count="1"] .product-card[data-card-layout=normalized]{max-inline-size:calc(100vw - 32px)}}.product-card .chip-row{display:none}.product-badge-row-detail{margin-bottom:2px}.product-badge{min-height:19px;min-width:64px;max-width:100%;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:2px 6px;font-size:.63rem;font-weight:850;line-height:1;overflow:hidden;overflow-wrap:normal;text-align:center;text-overflow:ellipsis;white-space:nowrap;word-break:normal}.product-badge-commercial{background:#172026;color:#fff8e7}.product-badge-perk{border-color:#a6f4c5;background:#ecfdf3;color:#05603a}.product-badge-stock{border-color:#d0d5dd;background:#f9fafb;color:#344054}.product-badge-warning{border-color:#fedf89;background:#fef0c7;color:#93370d}.product-badge-commercial.product-badge-warn{background:#8a3a1d;color:#fff8e7}.product-badge-commercial.product-badge-neutral{background:#172026;color:#fff8e7}.product-badge-stock.product-badge-warn{border-color:#fedf89;background:#fffaeb;color:#93370d}.product-badge-bad{border-color:#fecdca;background:#fee4e2;color:#912018}.product-card a{display:block;color:inherit;text-decoration:none}.product-card h3 a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.product-card h3 a:hover,.product-card h3 a:focus-visible{text-decoration-color:currentColor}.product-card:focus-within{border-color:var(--store-focus-ring);box-shadow:0 0 0 3px #ffd16647}.product-card[data-card-buyability=photo-required]:after,.product-card[data-card-buyability=watch-only]:after{content:"";position:absolute;inset:0 auto 0 0;z-index:6;width:4px;pointer-events:none;background:linear-gradient(180deg,#ffd166,#bb3e28)}#root .store-shell .product-card .product-card-price[data-price-plaque=artwork]{top:auto!important;right:10px!important;bottom:10px!important;left:auto!important;display:inline-flex!important;max-width:calc(100% - 20px)}#root .store-shell .product-card .product-card-commerce p,#root .store-shell .product-card .product-card-facts-layer[data-card-facts-layer=hover-focus]{display:none!important}#root .store-shell .product-card:is(:hover,:focus-within) .product-card-facts-layer[data-card-facts-layer=hover-focus][data-card-facts=present]{display:grid!important}#root .store-shell .product-card .product-card-facts-layer .product-card-facts,#root .store-shell .product-card .product-card-facts-layer .used-mini-card-details,#root .store-shell .product-card .product-card-facts-layer .catalog-planning-card-details{position:static!important;display:grid!important;opacity:1!important;transform:none!important;pointer-events:auto!important;min-height:0!important;margin:0}#root .store-shell .product-card .product-card-facts-layer .product-card-facts[data-card-facts=empty]{display:none!important}#root .store-shell .product-card>.product-card-body>.product-card-facts,#root .store-shell .product-card .product-card-facts-layer,#root .store-shell .product-card .product-card-facts-layer .product-card-facts,#root .store-shell .product-card .product-card-facts-layer .used-mini-card-details,#root .store-shell .product-card .product-card-facts-layer .catalog-planning-card-details,#root .store-shell .product-card .product-card-facts-layer *{pointer-events:none!important}#root .store-shell .product-card[data-card-buyability=photo-required] .product-card-stock-label:before,#root .store-shell .product-card[data-card-buyability=watch-only] .product-card-stock-label:before{background:var(--forge-warn, #ffd166);box-shadow:0 0 8px #f6c85fb3}#root .store-shell .product-card[data-card-buyability=photo-required] .product-card-actions .storefront-cta-disabled,#root .store-shell .product-card[data-card-buyability=photo-required] .product-card-actions .ddh-button:disabled{border-color:#ffd16657;background:linear-gradient(180deg,#3e2d19eb,#221811f2),var(--store-surface, #172026);color:#f8e7bf;box-shadow:none}@media(max-width:760px){#root .store-shell .product-card .product-card-price[data-price-plaque=artwork]{right:8px!important;bottom:8px!important;max-width:calc(100% - 16px)}}#root .store-shell .product-card{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto 1fr;padding:0;overflow:hidden}#root .store-shell .product-card:before{content:"";position:absolute;top:0;left:0;width:44px;height:44px;z-index:3;pointer-events:none;background:linear-gradient(135deg,#f2c14e80,#f2c14e00 52%);clip-path:polygon(0 0,100% 0,0 100%);opacity:.5}#root .store-shell .product-card>.product-card-media-link{grid-column:1!important;grid-row:1!important;display:grid!important;width:100%!important;max-width:none!important;aspect-ratio:4 / 3!important;max-block-size:none!important;border-radius:0;overflow:hidden}#root .store-shell .product-card>.product-card-media-link :is(img,.storefront-product-image){transition:transform .4s cubic-bezier(.2,.7,.2,1)}#root .store-shell .product-card:hover>.product-card-media-link :is(img,.storefront-product-image){transform:scale(1.045)}#root .store-shell .product-card>.product-card-body{grid-column:1!important;grid-row:2!important;display:grid;align-content:start;gap:6px;padding:12px 14px 14px;min-width:0}#root .store-shell .product-card .product-card-eyebrow{display:contents}#root .store-shell .product-card .product-card-price{position:absolute;top:10px;right:10px;z-index:4;display:inline-flex;align-items:center;gap:4px;padding:2px 9px;border:1px solid var(--forge-gold-hairline);border-radius:8px;background:linear-gradient(180deg,#151a22eb,#0d1015eb);color:var(--forge-gold);font-size:.95rem;font-weight:900;line-height:1.55;white-space:nowrap;box-shadow:0 6px 16px #0406098c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#root .store-shell .product-card .product-card-meta{order:-1;margin:0}#root .store-shell .product-card .product-card-facts{position:absolute;z-index:3;left:10px;right:10px;top:48px;display:grid;gap:3px 10px;margin:0;padding:10px 12px;border:1px solid var(--forge-gold-hairline);border-radius:8px;background:linear-gradient(180deg,#0d1015f0,#151a22e6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 14px 30px #04060999;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}#root .store-shell .product-card:is(:hover,:focus-within) .product-card-facts[data-card-facts=present]{opacity:1;transform:translateY(0)}#root .store-shell .product-card .product-card-stock-label{display:inline-flex;align-items:center;gap:7px;font-size:.78rem;letter-spacing:0;text-transform:uppercase}#root .store-shell .product-card .product-card-stock-label:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--forge-good);box-shadow:0 0 8px #6fd39ab3}#root .store-shell .product-card[data-card-cta-state=blocked] .product-card-stock-label:before,#root .store-shell .product-card[data-media-sale-visibility=photo_required] .product-card-stock-label:before{background:var(--forge-warn);box-shadow:0 0 8px #f6c85fb3}#root .store-shell .product-card .product-card-commerce p{margin:0;color:var(--forge-ink-muted);font-size:.8rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#root .store-shell .product-card .product-card-actions{margin-top:4px}#root .store-shell .product-card :is(.product-badge,.product-badge-row-detail span){min-inline-size:64px;max-inline-size:100%;overflow-wrap:normal;white-space:nowrap;word-break:normal}@media(max-width:760px){#root .store-shell .product-card .product-card-price{top:8px;right:8px;max-width:calc(100% - 16px);padding:1px 7px;font-size:.76rem;line-height:1.7}#root .store-shell .product-card .product-card-meta{font-size:.62rem}#root .store-shell .product-card-heading a{font-size:.96rem;line-height:1.16}#root .store-shell .product-card .product-card-stock-label{gap:5px;font-size:.67rem}#root .store-shell .product-card .product-card-commerce p{-webkit-line-clamp:1;font-size:.72rem}#root .store-shell .product-card .product-card-facts{display:none}#root .store-shell .product-card>.product-card-media-link{aspect-ratio:1 / 1!important}#root .store-shell .product-card>.product-card-body{padding:10px 11px 12px}}@media(prefers-reduced-motion:reduce){.store-shell .ddh-button,.storefront-cta,.storefront-filter-toggle,.segmented button,.cart,.product-card,.intent,.home-callout-card,.preorder-row,.drop-card-wrap,.cart-line,.account-entry,.account-card,.storefront-filter-content,.storefront-filter-scrim{transition:none}.storefront-product-image,.storefront-fallback-image,.storefront-skeleton .ddh-skeleton{animation:none}.store-shell .ddh-button:not(:disabled):hover,.storefront-cta:not(:disabled):hover,.storefront-filter-toggle:not(:disabled):hover,.segmented button:not(:disabled):hover,.cart:hover,.account-entry:hover,.product-card:hover,.intent:hover,.home-callout-card:hover,.preorder-row:hover,.drop-card-wrap:hover,.cart-line:hover{transform:none}}@media(max-width:760px){:root{--store-type-hero: 2.875rem;--store-type-hero-compact: 2.5rem;--store-type-page: 2.375rem;--store-type-section: 1.5rem;--store-type-price-detail: 2.375rem;--store-rhythm-page: 24px;--store-rhythm-section: 18px;--store-rhythm-card: 12px}main{padding-bottom:calc(152px + env(safe-area-inset-bottom))}body .store-shell main#storefront-main{--storefront-mobile-bottom-nav-safe-area: calc( var(--ddh-mobile-bottom-nav-clearance, calc(88px + env(safe-area-inset-bottom)) ) + 64px );padding-bottom:var(--storefront-mobile-bottom-nav-safe-area)!important;scroll-padding-bottom:var(--storefront-mobile-bottom-nav-safe-area)}body .store-shell main#storefront-main,body .store-shell main#storefront-main .storefront-main-frame,body .store-shell main#storefront-main .storefront-main-content,body .store-shell main#storefront-main .view,body .store-shell main#storefront-main .rail,body .store-shell main#storefront-main .storefront-page,body .store-shell main#storefront-main .product-detail-supporting-content{scroll-padding-bottom:var(--storefront-mobile-bottom-nav-safe-area)}body .store-shell main#storefront-main>:last-child,body .store-shell main#storefront-main .storefront-main-content>:last-child,body .store-shell main#storefront-main .view>:last-child,body .store-shell main#storefront-main .rail>:last-child,body .store-shell main#storefront-main .storefront-page>:last-child,body .store-shell main#storefront-main .product-detail-supporting-content>:last-child{scroll-margin-bottom:var(--storefront-mobile-bottom-nav-safe-area)}.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear]{--pdp-mobile-bottom-clearance: calc(112px + env(safe-area-inset-bottom)) ;scroll-padding-bottom:var(--pdp-mobile-bottom-clearance)}.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear] .product-commerce-panel,.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear] .product-action-bar.ddh-action-bar,.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear] .product-detail-supporting-content{scroll-margin-bottom:var(--pdp-mobile-bottom-clearance)}.product-detail[data-pdp-mobile-first-media=compact_fallback] .product-detail-mobile-media-snapshot{min-height:60px;max-height:86px;aspect-ratio:auto}.site-header{grid-template-columns:minmax(0,1fr) 40px 40px;gap:8px 10px;align-items:center;padding:10px 12px;border-bottom-color:#d6d3c9cc;background:linear-gradient(180deg,#fffffffa,#fbfaf7f2),#fff}.account-entry{grid-column:2;grid-row:1;justify-self:end;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;gap:0;border-radius:999px;display:inline-flex}.account-entry span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.logo{grid-column:1;grid-row:1;justify-self:start;min-width:0;max-width:calc(100vw - 136px)}.logo strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart{grid-column:3;grid-row:1;justify-self:end}.site-header nav{grid-column:1 / -1;grid-row:3;justify-content:start;gap:6px;overflow-x:auto;padding:2px 0 4px;flex-wrap:nowrap}.site-header nav a{min-height:34px;border:1px solid #ebe2d3;border-radius:999px;background:#ffffffb3;padding:0 10px;font-size:12px;white-space:nowrap}.site-header nav a.active{border-color:#bb3e2847;background:#fff7ed}.monthly-schedule-poster{border-width:6px;margin:.75rem auto;min-height:680px;padding:.8rem}.monthly-schedule-poster-header,.monthly-schedule-poster-summary,.monthly-schedule-poster-footer{align-items:flex-start;flex-direction:column}.monthly-schedule-poster-header h1{font-size:3.25rem}.header-search{grid-column:1 / -1;grid-row:2;min-height:38px;height:38px;border-radius:999px;background:#fff}.header-search input{min-height:38px}.mobile-bottom-nav{position:fixed;bottom:max(8px,env(safe-area-inset-bottom));left:50%;z-index:40;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:minmax(56px,auto);align-items:stretch;gap:3px;width:calc(100% - 24px);max-width:600px;box-sizing:border-box;overflow-x:hidden;transform:translate(-50%);border:1px solid rgba(214,211,201,.92);border-radius:20px;background:linear-gradient(180deg,#fffffffa,#faf6eef5),#fff;padding:8px 8px calc(8px + env(safe-area-inset-bottom))}.mobile-bottom-nav a{position:relative;min-width:0;min-height:56px;display:grid;grid-template-rows:28px minmax(10px,auto);place-items:center;align-content:center;gap:2px;border-radius:12px;color:#475467;font-size:8.5px;font-weight:850;line-height:1.1;overflow:visible;padding:4px 2px;text-decoration:none}.mobile-bottom-nav a>span:not(.mobile-bottom-nav-icon){max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-bottom-nav a:before{content:"";position:absolute;top:6px;width:20px;height:3px;border-radius:999px;background:transparent}.mobile-bottom-nav a.active,.mobile-bottom-nav a:focus-visible{background:linear-gradient(180deg,#fff7ed,#fbe8d8);color:var(--store-accent)}.mobile-bottom-nav a.active:before{background:var(--store-accent)}.mobile-bottom-nav small{display:block;max-width:100%;color:#93370d;font-size:9px;font-weight:900;line-height:1;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}body .store-shell>.site-header{grid-template-columns:minmax(0,1fr) 40px!important;align-items:center}body .store-shell>.site-header .logo{grid-column:1;grid-row:1;justify-self:start;min-width:0;max-width:calc(100vw - 92px)}body .store-shell>.site-header .logo-mark{flex-basis:36px;width:36px;height:36px}body .store-shell>.site-header .logo-copy{width:auto;height:auto;flex:1 1 auto;min-width:0}body .store-shell>.site-header .cart{grid-column:3;grid-row:1;width:40px;min-width:40px;height:40px;min-height:40px;justify-self:end}body .store-shell>.site-header .account-entry{grid-column:2;grid-row:1;display:inline-flex;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;gap:0;justify-self:end}body .store-shell>.site-header .account-entry span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}body .store-shell>.site-header .header-search{grid-column:1 / -1;grid-row:2;min-height:38px;height:38px;justify-self:stretch}body .store-shell>.site-header .catalog-mega-nav{grid-column:1 / -1;grid-row:3}body .store-shell .mobile-bottom-nav{bottom:max(8px,env(safe-area-inset-bottom))}body .store-shell .mobile-bottom-nav a{min-height:56px;grid-template-rows:28px minmax(10px,auto);overflow:visible}body .store-shell .mobile-bottom-nav-icon{width:28px;height:28px;min-height:28px}.hero{min-height:58vh;padding:28px 18px}.trade-in-hero,.trade-in-form-shell{grid-template-columns:1fr}.guided-workflow-header,.guided-workflow-actions{align-items:stretch;flex-direction:column}.guided-workflow-secondary-actions,.guided-workflow-primary-actions,.guided-workflow-actions .storefront-cta{width:100%}.trade-in-offer-hero,.trade-in-offer-line{align-items:stretch;flex-direction:column}.trade-in-offer-summary,.trade-in-offer-grid,.trade-in-form-row{grid-template-columns:1fr}h1{font-size:var(--store-type-page)}h2{font-size:var(--store-type-section)}.hero-actions,.view-heading,.product-card-title,.state-panel{align-items:stretch;flex-direction:column}.storefront-page-header{grid-template-columns:1fr;align-items:stretch}.storefront-page-actions{justify-content:flex-start}.home-hero,.hub-hero,.home-callout-grid,.home-trust-strip,.drop-room-trust-cues,.product-detail-trust-cues,.footer-trust-cues,.search-hero,.used-deals-hero{grid-template-columns:1fr}.search-scope-panel>div:first-child{align-items:flex-start;flex-direction:column}.search-scope-panel>div:first-child>div{text-align:left}.preorder-hero,.preorder-release-summary,.events-hero,.event-feed-subscriptions,.preorder-month{grid-template-columns:1fr}.event-feed-links{justify-content:flex-start}.events-view-toggle{align-items:stretch;flex-direction:column}.events-view-toggle-controls{width:100%}.preorder-month-marker{position:static;width:100%;height:auto;min-height:44px}.intent-grid,.product-grid,.home-shop-section,.home-callout-grid,.home-trust-strip,.view,.rail,.state-panel,.empty-state,.degraded-banner,.watch-notice{width:min(1180px,calc(100% - 24px))}.product-grid{grid-template-columns:1fr;gap:14px}.product-card{border-radius:10px}.product-card img,.product-card .storefront-fallback-image{aspect-ratio:4 / 3}.product-card-body{padding:13px}.product-card-title{gap:8px}.product-card-eyebrow{gap:10px}.product-card-price,.product-card-title strong{font-size:1.05rem}.product-card-commerce,.product-card-actions{grid-template-columns:1fr}.global-cart-notice{align-items:flex-start;flex-direction:column}.empty-state-premium{grid-template-columns:1fr}.empty-state-premium .ddh-empty-state-action{justify-self:stretch}.filter-grid,.preorder-filters{grid-template-columns:1fr}.search-filter-group-label{align-items:flex-start;flex-direction:column;gap:2px}.search-filter-group-label span{text-align:left}.search-grouped-results-toolbar,.search-result-group-heading{align-items:stretch;flex-direction:column}.storefront-filter-bar{grid-template-columns:minmax(0,1fr) auto;align-items:stretch}.storefront-filter-toggle{min-height:44px;justify-content:center}.storefront-filter-count{justify-self:end;align-self:center}.storefront-filter-bar .sort-control,.storefront-filter-bar .compact-clear,.storefront-filter-bar .active-filter-row{grid-column:1 / -1}.storefront-filter-content{position:fixed;right:0;bottom:0;left:0;z-index:50;max-height:min(82vh,720px);overflow:auto;overscroll-behavior:contain;touch-action:pan-y;visibility:hidden;pointer-events:none;display:grid;opacity:0;transform:translateY(100%);border:1px solid #d6d3c9;border-bottom:0;border-radius:20px 20px 0 0;background:linear-gradient(180deg,#fff,#fbfaf7),#fff;padding:12px 14px calc(104px + env(safe-area-inset-bottom))}.storefront-filter-panel-open .storefront-filter-content{visibility:visible;pointer-events:auto;opacity:1;transform:translateY(0)}.storefront-filter-panel-open .storefront-filter-scrim{visibility:visible;pointer-events:auto;opacity:1;display:grid}.storefront-filter-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;display:grid;visibility:hidden;pointer-events:none;opacity:0;background:#1018286b}.storefront-filter-drawer-header{position:sticky;top:-12px;z-index:2;display:flex;gap:10px;align-items:center;justify-content:space-between;border-bottom:1px solid #ebe2d3;background:linear-gradient(180deg,#fff,#fbfaf7);padding:12px 0}.storefront-filter-drawer-header:before{content:"";position:absolute;top:4px;left:50%;width:42px;height:4px;transform:translate(-50%);border-radius:999px;background:#d6d3c9}.storefront-filter-drawer-actions{display:inline-flex;gap:8px;align-items:center}.storefront-filter-form select,.storefront-filter-form input,.preorder-filters select,.preorder-filters input,.events-filters select,.events-filters input,.trade-in-form input,.trade-in-form select,.trade-in-form textarea{min-height:44px;font-size:16px}.state-panel,.drop-hero,.drop-room-hero,.drop-room-state-rail{grid-template-columns:1fr}.drop-room-mobile-cta{position:sticky;bottom:12px;z-index:8;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid rgba(23,32,38,.14);border-radius:8px;background:#fffffff5;padding:8px}.faction-hero,.drop-detail-story-panel,.drop-detail-recovery-panel,.drop-detail-hero,.drop-detail-related-grid,.drop-detail-featured-grid{grid-template-columns:1fr}.drop-detail-recovery-actions{justify-content:stretch}.drop-detail-recovery-actions .storefront-cta,.drop-detail-recovery-actions .ddh-button{width:100%}.drop-detail-archive-note,.drop-detail-message{align-items:stretch;flex-direction:column}.storefront-skeleton-detail,.storefront-skeleton-cart,.storefront-skeleton-hero,.storefront-skeleton-trade-grid{grid-template-columns:1fr}.storefront-route-degraded-shell{padding:12px}.storefront-route-degraded-recovery,.storefront-route-degraded-recovery .storefront-cta{width:100%}.storefront-skeleton-quick-actions,.storefront-skeleton-hub-shortcuts,.storefront-skeleton-account-grid,.storefront-skeleton-progress,.storefront-skeleton-filter-bar{grid-template-columns:1fr}.storefront-skeleton-row{grid-template-columns:72px minmax(0,1fr)}.storefront-skeleton-row .ddh-skeleton:last-child{grid-column:1 / -1}.product-detail{grid-template-columns:1fr}.product-detail-heading h1{font-size:var(--store-type-page)}.product-cta-group,.product-action-bar,.product-facts-panel dl,.sealed-confidence-panel dl,.used-one-of-one-trust-panel dl,.preorder-detail-panel dl,.local-pickup-detail-panel dl,.event-registration-pdp-module dl{grid-template-columns:1fr}.product-event-detail-heading{align-items:flex-start;flex-direction:column}.product-event-detail-grid{grid-template-columns:1fr}.product-event-detail-panel{min-width:0}.skip-link-secondary,.skip-link-tertiary{left:12px}.event-calendar-action-grid,.event-share-action-grid,.event-share-actions.compact .event-share-action-grid{grid-template-columns:1fr}.product-commerce-panel{position:sticky;bottom:calc(104px + env(safe-area-inset-bottom));z-index:35;margin-bottom:calc(118px + env(safe-area-inset-bottom));border-color:#bb3e283d}.product-gallery-frame .status-pill{right:8px;bottom:8px}.cart-panel{grid-template-columns:1fr;padding-bottom:calc(260px + env(safe-area-inset-bottom))}.cart-summary{position:sticky;bottom:calc(104px + env(safe-area-inset-bottom));z-index:35;margin-bottom:calc(118px + env(safe-area-inset-bottom))}.cart-line{grid-template-columns:72px minmax(0,1fr);align-items:start;scroll-margin:96px 0 calc(300px + env(safe-area-inset-bottom))}.cart-line-quantity,.cart-line-price,.cart-line>button{grid-column:1 / -1}.cart-line-price{justify-items:start}.cart-line input{width:100%}.cart-quantity-control{grid-template-columns:42px minmax(0,1fr) 42px}.account-panel{grid-template-columns:1fr}.account-card-wide{grid-column:auto}.account-watchlist-items li,.account-watchlist-actions{align-items:start}.account-watchlist-items li{display:grid}.preference-center-hero,.preference-center-layout{grid-template-columns:1fr}.preference-center-hero{display:grid}.preference-chip-grid{display:grid;grid-template-columns:1fr}.preference-chip{justify-content:start;border-radius:12px}.trade-in-guided-workflow .guided-workflow-actions{position:sticky;bottom:calc(104px + env(safe-area-inset-bottom));z-index:30;margin:0 -10px -10px;border:1px solid rgba(214,211,201,.9);border-radius:14px;background:#fffdf8fa;padding:10px}.site-footer{flex-direction:column;padding:20px 16px calc(110px + env(safe-area-inset-bottom))}.site-footer nav{justify-content:start}.storefront-main-frame{width:min(1180px,calc(100% - 16px));padding-top:8px}.storefront-side-nav{display:none}.product-card{grid-template-columns:104px minmax(0,1fr);min-height:148px;border-radius:8px}.product-card img,.product-card .storefront-fallback-image{height:100%;min-height:148px;aspect-ratio:auto;border-right:1px solid #d6d3c9;border-bottom:0}.product-card-body{gap:5px;padding:8px}.product-card-title{flex-direction:row;align-items:flex-start}.product-card-eyebrow{gap:6px}.product-card-meta{font-size:.64rem}.product-card-price{font-size:.8rem;text-align:right}.product-card-heading{font-size:.84rem}.product-card-commerce p,.product-card-facts{display:none}.product-card-title strong{font-size:.8rem;text-align:right}.product-card-commerce{grid-template-columns:minmax(0,1fr) 36px}.product-card-actions{grid-template-columns:minmax(0,1fr) var(--product-card-cta-height)}.product-card-actions .storefront-cta{min-height:40px}.event-card-actions,.drop-room-mobile-cta,.event-share-action-grid,.event-calendar-action-grid{align-items:stretch}.event-card-actions .storefront-cta,.drop-room-mobile-cta .storefront-cta{width:100%}.preorder-row{grid-template-columns:72px minmax(0,1fr);align-items:start}.preorder-row .price-stack,.preorder-row button{grid-column:1 / -1}.preorder-card-facts,.preorder-release-summary dl{grid-template-columns:1fr}.preorder-row img,.preorder-row .storefront-fallback-image,.cart-line img,.cart-line .storefront-fallback-image{border-radius:8px}}@media(max-width:420px){.mobile-bottom-nav{grid-template-columns:repeat(6,minmax(0,1fr));width:calc(100% - 16px);padding-inline:6px}.mobile-bottom-nav a{min-height:54px;font-size:8px}body .store-shell .mobile-bottom-nav a{min-height:54px}.product-card{grid-template-columns:92px minmax(0,1fr)}.product-card img,.product-card .storefront-fallback-image{min-height:142px}.product-card-actions{grid-template-columns:minmax(0,1fr) 34px}}@media(min-width:761px)and (max-width:1024px){:root{--store-type-hero: 4rem;--store-type-hero-compact: 3.5rem;--store-type-page: 3.125rem;--store-rhythm-page: 30px}.site-header{grid-template-columns:auto minmax(0,1fr) 40px minmax(96px,auto);align-items:center}.site-header nav{grid-column:1 / -1;grid-row:3}.header-search{grid-column:1 / -1;grid-row:2;width:min(520px,100%);justify-self:center}.cart{grid-column:3;grid-row:1}.account-entry{grid-column:4;grid-row:1}body .store-shell>.site-header{grid-template-columns:auto minmax(0,1fr) 40px minmax(96px,auto);align-items:center}body .store-shell>.site-header .logo{grid-column:1;grid-row:1}body .store-shell>.site-header .header-search{grid-column:1 / -1;grid-row:2;min-height:40px;height:40px;width:min(520px,100%);justify-self:center}body .store-shell>.site-header .catalog-mega-nav{grid-column:1 / -1;grid-row:3}body .store-shell>.site-header .cart{grid-column:3;grid-row:1;width:40px;min-width:40px;height:40px;min-height:40px}body .store-shell>.site-header .account-entry{grid-column:4;grid-row:1;min-height:40px;height:40px}.drop-hero,.hub-hero,.faction-hero,.product-detail,.cart-panel{grid-template-columns:1fr}.cart-summary{position:static}.preorder-row{grid-template-columns:88px minmax(0,1fr) minmax(150px,auto)}.preorder-row button{grid-column:2 / -1;justify-self:start}.preorder-card-facts,.preorder-release-summary{grid-template-columns:1fr}}:root{color-scheme:dark;--store-bg: #101316;--store-bg-elevated: #151a1f;--store-bg-strong: #1b2229;--store-surface: #181f25;--store-surface-raised: #202832;--store-surface-muted: #13181d;--store-surface-soft: #222b34;--store-surface-inset: #0d1115;--store-border: #33404b;--store-border-strong: #465562;--store-border-subtle: rgba(210, 220, 225, .12);--store-text: #f4f0e8;--store-text-strong: #fffaf0;--store-muted: #b9c2c9;--store-muted-strong: #d5dce0;--store-link: #f0c861;--store-link-hover: #ffe08a;--store-accent: #d96035;--store-accent-strong: #ff7a45;--store-accent-soft: rgba(217, 96, 53, .16);--store-price: #ffcf70;--store-sale: #f9735b;--store-success: #62d59b;--store-success-soft: rgba(98, 213, 155, .14);--store-warning: #f6c85f;--store-warning-soft: rgba(246, 200, 95, .15);--store-blocked: #ff8a7a;--store-blocked-soft: rgba(255, 138, 122, .14);--store-focus-ring: #81c8ff;--store-control-border: #45545f;--store-control-border-hover: #78909f;--store-control-bg: linear-gradient(180deg, #242d36, #171d23);--store-control-bg-disabled: linear-gradient(180deg, #20262d, #151a1f);--store-control-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 12px 28px rgba(0, 0, 0, .2);--store-card-shadow: 0 18px 50px rgba(0, 0, 0, .32);--store-card-shadow-soft: 0 12px 32px rgba(0, 0, 0, .22);--store-card-radius: 8px;--store-panel-pad: clamp(14px, 2vw, 22px);--store-section-gap: clamp(16px, 2.4vw, 28px);--ddh-color-ink: var(--store-text);--ddh-color-ink-muted: var(--store-muted-strong);--ddh-color-text-muted: var(--store-muted);--ddh-color-surface: var(--store-surface);--ddh-color-surface-warm: var(--store-bg);--ddh-color-surface-muted: var(--store-surface-muted);--ddh-color-field-warm: var(--store-surface-raised);--ddh-color-border: var(--store-border);--ddh-color-border-subtle: var(--store-border-subtle);--ddh-color-accent: var(--store-accent);--ddh-color-accent-strong: var(--store-accent-strong);--ddh-color-gold: var(--store-price);--ddh-color-focus-storefront: var(--store-focus-ring);--ddh-shadow-floating: var(--store-card-shadow);--ddh-shadow-focus-storefront: 0 0 0 3px rgba(129, 200, 255, .34);--ddh-status-success-text: #9ef0bf;--ddh-status-success-surface: var(--store-success-soft);--ddh-status-success-border: rgba(98, 213, 155, .42);--ddh-status-warning-text: #ffe08a;--ddh-status-warning-surface: var(--store-warning-soft);--ddh-status-warning-border: rgba(246, 200, 95, .44);--ddh-status-destructive-text: #ffb4a9;--ddh-status-destructive-surface: var(--store-blocked-soft);--ddh-status-destructive-border: rgba(255, 138, 122, .42);--ddh-status-info-text: #a7d8ff;--ddh-status-info-surface: rgba(129, 200, 255, .12);--ddh-status-info-border: rgba(129, 200, 255, .34);--ddh-status-neutral-text: var(--store-muted-strong);--ddh-status-neutral-surface: rgba(210, 220, 225, .1);--ddh-status-neutral-border: rgba(210, 220, 225, .2)}.home-more-section,.hub-catalog-depth,.hub-more-depth,.drop-more-states,.trade-in-more-details,.account-availability-details,.account-boundary-details{border:1px solid var(--store-border-subtle);border-radius:8px;background:#ffffff06;padding:10px}.home-more-section>summary,.hub-catalog-depth>summary,.hub-more-depth>summary,.drop-more-states>summary,.trade-in-more-details>summary,.account-availability-details>summary,.account-boundary-details>summary{cursor:pointer;color:var(--store-text);font-weight:800;letter-spacing:0}.home-more-section[open],.hub-catalog-depth[open],.hub-more-depth[open],.drop-more-states[open],.trade-in-more-details[open],.account-availability-details[open],.account-boundary-details[open]{display:grid;gap:12px}.home-more-section .home-category-tiles,.hub-catalog-depth .catalog-browse-section,.hub-more-depth>.hub-band,.hub-more-depth>.merchandising-section,.drop-more-states>.drop-section,.trade-in-more-details>*,.account-availability-details>*,.account-boundary-details>*{margin-top:0}.hub-release-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.hub-release-row>.hub-band{margin:0}.product-gallery[data-media-gallery-confidence=image_pending] .product-gallery-frame,.product-gallery[data-media-gallery-confidence=photo_required] .product-gallery-frame,.product-gallery[data-media-gallery-confidence=processing] .product-gallery-frame{width:min(100%,520px);justify-self:center}.product-gallery[data-media-gallery-confidence=image_pending] .product-gallery-primary.storefront-fallback-image,.product-gallery[data-media-gallery-confidence=photo_required] .product-gallery-primary.storefront-fallback-image,.product-gallery[data-media-gallery-confidence=processing] .product-gallery-primary.storefront-fallback-image{min-height:clamp(190px,26vw,320px)}.product-gallery[data-media-gallery-confidence=image_pending] .product-media-readiness,.product-gallery[data-media-gallery-confidence=photo_required] .product-media-readiness,.product-gallery[data-media-gallery-confidence=processing] .product-media-readiness,.image-pending-callout .empty-state{padding:10px}.home-page .home-more-section,.home-page .home-trust-strip{content-visibility:auto;contain-intrinsic-size:auto 420px}@media(max-width:900px){.hub-release-row{grid-template-columns:1fr}}@media(max-width:720px){.home-hero-cues,.home-section-heading p,.home-shop-section .view-heading p{display:none}.home-tile-media{width:58px}.home-more-section,.hub-catalog-depth,.hub-more-depth,.drop-more-states,.trade-in-more-details,.account-availability-details,.account-boundary-details{padding:8px 10px}.storefront-filter-bar .compact-clear,.compact-sort-control span{display:none}.compact-sort-control select{min-height:34px}.search-empty-actions{display:grid;grid-template-columns:1fr}.product-card-heading h3,.product-card-commerce p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.product-badge-row{display:none}.product-detail-mobile-media-snapshot[data-media-gallery-confidence=image_pending],.product-detail-mobile-media-snapshot[data-media-gallery-confidence=photo_required],.product-detail-mobile-media-snapshot[data-media-gallery-confidence=processing]{aspect-ratio:16 / 5.8}.product-commerce-panel .price-stack,.product-commerce-panel .cart-action-area,.product-commerce-panel .product-commerce-note,.product-commerce-panel .product-commerce-secondary{grid-column:auto}.product-detail .product-action-bar.ddh-action-bar-sticky-mobile .ddh-action-bar-secondary,.drop-room-hype-panel{display:none}.drop-room-state-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-utility-strip>div>p,.account-utility-status-list{display:none}.account-utility-actions .storefront-cta{min-height:34px;padding:6px 8px;font-size:.82rem}.trade-in-process-card,.trade-in-guided-workflow .guided-workflow-header p{display:none}.guided-workflow-actions{position:sticky;bottom:calc(64px + env(safe-area-inset-bottom));z-index:20;border:1px solid var(--store-border-subtle);border-radius:8px;background:#0b0e12f0;padding:8px}}.product-not-found-actions,.search-empty-actions,.preorder-empty-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.hub-quick-filter-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.hub-quick-filter-bar button{display:grid;gap:2px;min-height:68px;padding:10px;border:1px solid var(--store-border);border-radius:8px;background:#11171de0;color:var(--store-text);text-align:left;cursor:pointer}.hub-quick-filter-bar button:hover,.hub-quick-filter-bar button:focus-visible{border-color:#e8bf7a73}.hub-quick-filter-bar strong{color:var(--store-price);font-size:1.25rem;line-height:1}.hub-quick-filter-bar span{color:var(--store-muted);font-size:.82rem;font-weight:850;text-transform:uppercase}.trade-in-quick-start{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.trade-in-quick-start button{display:grid;gap:4px;min-height:86px;padding:10px;border:1px solid var(--store-border);border-radius:8px;background:#13191fe6;color:var(--store-text);text-align:left;cursor:pointer}.trade-in-quick-start button:hover,.trade-in-quick-start button:focus-visible{border-color:#e8bf7a73}.trade-in-quick-start span{color:var(--store-muted);font-size:.78rem;line-height:1.35}.product-card-heading a,.preorder-card-copy h3 a,.drop-preview-item strong{overflow-wrap:anywhere}@media(max-width:720px){.site-header{min-height:auto;max-height:112px;align-content:start;gap:8px}.site-header .header-search input{min-height:36px}.cart-summary,.product-commerce-panel{scroll-margin-bottom:calc(108px + env(safe-area-inset-bottom))}}html,body,#root{min-height:100%;background:radial-gradient(circle at 22% -10%,rgba(217,96,53,.16),transparent 32rem),linear-gradient(180deg,#11161b,#0d1115 56%,#11161b);color:var(--store-text)}body{color:var(--store-text);background:var(--store-bg)}::selection{background:#ffcf7057;color:var(--store-text-strong)}.store-shell a{color:var(--store-link)}.store-shell a:hover{color:var(--store-link-hover)}.store-shell :is(h1,h2,h3,h4,strong,b,dt,label,legend){color:var(--store-text-strong)}.store-shell :is(p,li,dd,small,span,figcaption){color:inherit}.store-shell :is(.lede,.detail-note,.product-card-subtitle,.product-card-meta,.product-card-copy,.storefront-page-header p,.view-heading p,.search-result-group-heading p){color:var(--store-muted)}.eyebrow{color:var(--store-price)}.storefront-main-frame{gap:var(--store-section-gap);padding-top:12px}.storefront-main-frame-wide{width:min(100% - 28px,1280px);grid-template-columns:minmax(0,1fr)}.storefront-main-frame-wide .storefront-main-content{min-width:0}.site-header{position:sticky;top:0;grid-template-columns:minmax(168px,auto) minmax(0,1fr) minmax(240px,340px) auto auto;gap:8px;padding:7px 14px;background:#12171ceb;border-bottom:1px solid var(--store-border-subtle)}.site-header .catalog-mega-nav{grid-column:auto;grid-row:auto;min-width:0;overflow-x:auto;scrollbar-width:none}.site-header .catalog-mega-tab{min-height:32px;padding:0 9px;text-transform:none}.logo,.site-header nav a,.cart,.account-entry{color:var(--store-text)}.logo span{width:30px;height:30px;background:linear-gradient(135deg,var(--store-accent),#8f3f2e);border-color:var(--store-price);color:#fffaf0}.logo strong{font-size:.92rem}.site-header nav a.active,.site-header nav a:hover,.site-header nav a:focus-visible{color:var(--store-price)}.header-search,.store-search,.sort-control select,.store-shell input,.store-shell select,.store-shell textarea{background:var(--store-control-bg);border-color:var(--store-control-border);color:var(--store-text)}.header-search input,.store-search input,.store-shell input,.store-shell select,.store-shell textarea{color:var(--store-text)}.header-search input::placeholder,.store-search input::placeholder,.store-shell input::placeholder,.store-shell textarea::placeholder{color:#91a0aa;opacity:1}.header-search:hover,.store-search:hover,.store-shell input:hover,.store-shell select:hover,.store-shell textarea:hover{border-color:var(--store-control-border-hover)}.header-search:focus-within,.store-search:focus-within,.store-shell input:focus,.store-shell select:focus,.store-shell textarea:focus{background:linear-gradient(180deg,#2a3540,#1b2229);border-color:var(--store-focus-ring);box-shadow:var(--ddh-shadow-focus-storefront)}.cart,.account-entry,.segmented button,.storefront-filter-toggle,.storefront-cta,.store-shell .ddh-button,.store-shell .ddh-tab,.store-shell .ddh-icon-button{border-color:var(--store-border);background:var(--store-surface-raised);color:var(--store-text)}.cart:hover,.account-entry:hover,.segmented button:hover,.storefront-filter-toggle:hover,.storefront-cta:hover,.store-shell .ddh-button:hover{border-color:var(--store-border-strong);color:var(--store-text-strong)}.cart span,.mobile-bottom-nav-count,.storefront-cta-commerce,.storefront-cta.primary,.store-shell .ddh-button-primary{background:linear-gradient(180deg,var(--store-accent-strong),var(--store-accent));border-color:#ff7a458a;color:#fffaf0}.storefront-cta-secondary,.storefront-cta.secondary,.store-shell .ddh-button-secondary{background:linear-gradient(180deg,#26313a,#1a2027);color:var(--store-text)}.storefront-cta-disabled,.store-shell .ddh-button:disabled{background:var(--store-control-bg-disabled);border-color:var(--store-border-subtle);color:var(--store-muted-strong)}.account-entry.active,.segmented button.active,.search-page-button.active,.mobile-bottom-nav a.active{background:var(--store-accent-soft);border-color:#ff7a4570;color:var(--store-price)}.skip-link{top:calc(8px + env(safe-area-inset-top));background:var(--store-price);color:#15120b}#storefront-main,#storefront-search,#storefront-nav{scroll-margin-top:76px}.catalog-mega-nav{background:linear-gradient(180deg,#222b34,#141a20);border-color:var(--store-border)}.catalog-mega-panel,.storefront-side-nav,.site-footer,.mobile-bottom-nav,.storefront-page,.view,.hero,.hub-hero,.search-hero,.used-deals-hero,.home-hero-panel,.hub-hero-card,.search-hero-card,.storefront-filter-panel,.search-scope-panel,.search-intent-shortcuts,.search-result-group,.product-card,.home-callout-card,.hub-panel,.cart-panel,.cart-summary,.cart-lines,.account-card,.account-panel,.product-commerce-panel,.product-state-guide article,.product-facts-panel,.product-event-detail-panel,.product-recommendations-panel,.trust-cue,.content-callout,.empty-state,.state-panel,.degraded-banner,.ddh-status-summary,.ddh-media-readiness,.ddh-responsive-record-card,.ddh-empty-state,.ddh-error-state,.guided-workflow,.guided-workflow-resume,.guided-workflow-step>:is(a,button,div){background:linear-gradient(180deg,#ffffff09,#ffffff03),var(--store-surface);border-color:var(--store-border);color:var(--store-text)}.catalog-mega-panel,.storefront-side-nav,.home-hero-panel,.hub-hero-card,.search-hero-card,.storefront-filter-panel,.search-scope-panel,.search-result-group,.home-callout-card,.hub-panel,.cart-panel,.cart-summary,.account-card,.product-commerce-panel,.product-facts-panel,.product-event-detail-panel,.guided-workflow{border-radius:var(--store-card-radius)}.catalog-mega-column,.side-nav-parent-links>details,.side-nav-quick,.store-shell :is(.cart-summary-row,.product-event-detail-grid div,.account-summary-list div,.product-facts-panel dl div){border-color:var(--store-border-subtle)}.storefront-side-nav :is(a,summary),.site-header .catalog-mega-panel a{color:var(--store-text)}.storefront-side-nav :is(a:hover,a:focus-visible,a.active),.site-header .catalog-mega-panel a:hover,.site-header .catalog-mega-panel a:focus-visible{background:var(--store-accent-soft);color:var(--store-price)}.storefront-side-nav :is(a span,summary b),.storefront-side-nav strong,.catalog-mega-column strong{color:var(--store-muted)}.hero,.home-hero,.hub-hero,.search-hero,.used-deals-hero{min-height:auto;background:linear-gradient(135deg,#232c34f0,#101419fa),var(--store-bg-strong);border:1px solid var(--store-border);border-radius:var(--store-card-radius);color:var(--store-text)}.hero h1,.hub-hero h1,.search-hero h1,.used-deals-hero h1{color:var(--store-text-strong)}.status-pill,.ddh-status-pill,.product-card-badges span,.product-badge-row-detail span,.search-scope-tags span,.active-filter-chip,.drop-room-badge-list span,.trust-cue{background:#d2dce11a;border-color:var(--store-border-subtle);color:var(--store-muted-strong)}.status-pill-good,.ddh-status-pill-good,[data-status=ready],.trust-cue-actual_photos,.trust-cue-direct_inventory{background:var(--store-success-soft);border-color:#62d59b52;color:#bdf7d2}.status-pill-warn,.ddh-status-pill-warn,[data-status=blocked]{background:var(--store-warning-soft);border-color:#f6c85f5c;color:#ffe08a}.status-pill-bad,.ddh-status-pill-bad,.cart-local-only-warning,.cart-checkout-error,.alert-preference-warning{background:var(--store-blocked-soft);border-color:#ff8a7a61;color:#ffb4a9}.status-pill-good,.ddh-status-pill-good{background:#194b31db;border-color:#62d59b73;color:#d6ffe3}.status-pill-warn,.ddh-status-pill-warn{background:#684712e0;border-color:#f6c85f7a;color:#fff2b8}.status-pill-bad,.ddh-status-pill-bad{background:#68221ce6;border-color:#ff8a7a80;color:#ffd6cf}.status-pill-neutral,.ddh-status-pill-neutral,.product-badge,.product-badge-stock,.product-badge-stock.product-badge-neutral{background:#1f2831eb;border-color:var(--store-border-subtle);color:var(--store-muted-strong)}.product-badge-bad{background:#68221ce6;border-color:#ff8a7a80;color:#ffd6cf}.price-stack strong,.detail-price,.product-card-price,.product-price,.cart-summary-total,.loyalty-balance-grid strong{color:var(--store-price)}.store-shell img{color:var(--store-muted)}@media(max-width:960px){.storefront-main-frame{width:min(100% - 20px,760px);grid-template-columns:1fr;padding-top:10px}}@media(max-width:720px){.site-header .catalog-mega-nav{display:flex}.site-header .header-search{grid-column:1 / -1;grid-row:2;min-width:0;box-sizing:border-box;min-height:40px}.site-header .cart{grid-column:3;grid-row:1}.site-header .account-entry{grid-column:2;grid-row:1;width:40px;min-width:40px;height:40px;min-height:40px;padding:0}.site-header .account-entry span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.site-header .cart span{right:0}.site-header .logo{width:100%;min-width:0;max-width:calc(100vw - 136px);overflow:hidden}.site-header .logo span{flex:0 0 30px}.site-header .logo strong{flex:1 1 auto;min-width:0;max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#storefront-main,#storefront-search,#storefront-nav{scroll-margin-top:110px}.mobile-bottom-nav{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-flow:initial;grid-auto-columns:auto;width:calc(100% - 24px);max-width:560px;box-sizing:border-box;background:#12171cf5;border-top:1px solid var(--store-border);overflow:hidden}.mobile-bottom-nav a{min-width:0;color:var(--store-muted)}.hero,.home-hero,.hub-hero,.search-hero,.used-deals-hero{border-radius:0;margin-inline:-10px}}.product-detail{display:grid;gap:14px}.product-detail .storefront-breadcrumb{margin-bottom:-4px}.product-detail-hero-layout{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);grid-template-areas:"media copy";gap:16px;align-items:start}.product-gallery{grid-area:media;position:sticky;top:76px;gap:10px;padding:12px}.product-gallery-frame{aspect-ratio:1 / 1;min-height:0;border-color:var(--store-border);background:radial-gradient(circle at 20% 16%,rgba(255,207,112,.12),transparent 28%),linear-gradient(145deg,#111820,#1b242d 58%,#211b18)}.product-gallery-primary,.gallery-thumbs img,.gallery-thumbs .storefront-fallback-image{background:radial-gradient(circle at 18% 18%,rgba(247,201,72,.2),transparent 28%),linear-gradient(145deg,#121920,#222c35 58%,#2f251d);border-color:var(--store-border-subtle)}.product-detail-copy{grid-area:copy;display:grid;gap:10px}.product-detail-heading{gap:6px}.product-detail-heading h1{font-size:var(--store-type-page);line-height:1}.product-state-guide article,.product-condition-panel,.sealed-confidence-panel,.used-one-of-one-trust-panel,.preorder-detail-panel,.local-pickup-detail-panel,.product-event-detail-panel,.product-event-prize-summary,.product-secondary-details{border:1px solid var(--store-border);border-radius:8px;background:linear-gradient(180deg,#ffffff09,#ffffff03),var(--store-surface);color:var(--store-text);padding:12px}.product-commerce-panel{display:grid;gap:10px;padding:14px}.price-stack{display:grid;gap:2px}.price-stack span,.price-stack small{color:var(--store-muted);font-weight:850}.detail-price{font-size:var(--store-type-price-detail);line-height:.95}.product-stock-callout,.product-fulfillment-cue{display:flex;gap:8px;align-items:center;color:var(--store-muted-strong)}.product-action-bar .ddh-action-bar-priority,.product-action-bar .ddh-action-bar-secondary,.product-action-bar .storefront-cta{width:100%}.product-detail-supporting-content{display:grid;gap:10px}.product-secondary-details{padding:0;overflow:hidden}.product-secondary-details>summary{cursor:pointer;color:var(--store-text-strong);font-weight:950;padding:12px}.product-secondary-details-body{display:grid;gap:10px;border-top:1px solid var(--store-border-subtle);padding:12px}.product-facts-panel dl,.sealed-confidence-panel dl,.used-one-of-one-trust-panel dl,.preorder-detail-panel dl,.product-event-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-facts-panel dl>div,.sealed-confidence-panel dl>div,.used-one-of-one-trust-panel dl>div,.preorder-detail-panel dl>div,.product-event-detail-grid>div{border:1px solid var(--store-border-subtle);border-radius:8px;background:#ffffff07;padding:8px}.cart-view{gap:14px}.cart-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:12px;align-items:stretch}.cart-panel{grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:14px}.cart-lines,.cart-summary{padding:14px}.cart-safety-strip,.cart-handoff-checklist{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cart-line{grid-template-columns:88px minmax(0,1fr) auto auto auto;gap:10px;align-items:center;border-color:var(--store-border);background:var(--store-surface-raised)}.cart-line img,.cart-line .storefront-fallback-image{aspect-ratio:1;min-height:88px;border-radius:6px}.cart-summary{position:sticky;top:76px;align-self:start}.account-panel{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:12px}.account-card{padding:14px}.account-card-primary,.account-card-wide{grid-column:auto}.trade-in-view{gap:14px}.trade-in-hero{grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:14px;padding:clamp(16px,2.4vw,26px)}.trade-in-process-card,.trade-in-category-panel,.trade-in-info-grid article,.trade-in-form-shell,.trade-in-guided-summary article{border-color:var(--store-border);background:linear-gradient(180deg,#ffffff09,#ffffff03),var(--store-surface);color:var(--store-text)}.trade-in-info-grid,.trade-in-category-grid,.trade-in-guided-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.guided-workflow{gap:12px;padding:14px}.guided-workflow-header{align-items:start}.guided-workflow-steps ol{grid-template-columns:repeat(5,minmax(130px,1fr));gap:8px}.guided-workflow-step>:is(a,button,div){min-height:78px;padding:9px}.guided-workflow-body{display:grid;gap:12px}.trade-in-form-shell{grid-template-columns:minmax(240px,.35fr) minmax(0,1fr);gap:12px;padding:12px}.trade-in-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(max-width:1080px){.product-detail-hero-layout,.cart-panel,.account-panel,.preference-center-layout,.trade-in-form-shell{grid-template-columns:1fr}.product-detail-hero-layout{grid-template-areas:"copy" "media"}.product-gallery,.cart-summary{position:static}}@media(max-width:820px){.product-detail-trust-cues,.product-detail-first-facts,.product-state-guide,.product-facts-panel dl,.sealed-confidence-panel dl,.used-one-of-one-trust-panel dl,.preorder-detail-panel dl,.product-event-detail-grid,.cart-hero,.cart-safety-strip,.cart-handoff-checklist,.trade-in-hero,.trade-in-info-grid,.trade-in-category-grid,.trade-in-guided-summary,.guided-workflow-steps ol{grid-template-columns:1fr}.product-gallery{padding:8px}.product-gallery-frame{aspect-ratio:16 / 10}.cart-line{grid-template-columns:74px minmax(0,1fr)}.cart-line-quantity,.cart-line-price,.cart-line>button{grid-column:1 / -1}.trade-in-form-row{grid-template-columns:1fr}}.search-hero,.used-deals-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px);gap:14px;padding:clamp(14px,2vw,22px)}.search-hero h1,.used-deals-hero h1{font-size:var(--store-type-hero-compact);line-height:1}.search-hero .lede,.used-deals-hero .lede{max-width:62ch;margin-bottom:0}.search-hero-card,.used-deals-trust{align-self:stretch}.search-scope-panel{display:flex;flex-wrap:wrap;align-items:center;gap:10px;justify-content:space-between;padding:12px}.search-scope-panel>div:first-child{display:flex;align-items:center;gap:10px}.search-scope-tags,.active-filter-chips{display:flex;flex-wrap:wrap;gap:6px}.storefront-filter-panel{position:sticky;top:58px;z-index:9;padding:8px}.storefront-filter-bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:8px;align-items:center}.storefront-filter-count{color:var(--store-muted);font-size:.82rem;font-weight:850}.compact-sort-control{min-width:180px}.storefront-filter-content{margin-top:8px}.search-filter-shell{display:grid;gap:10px}.search-filter-group-label{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:baseline;color:var(--store-muted)}.progressive-filter-grid{grid-template-columns:repeat(4,minmax(150px,1fr));gap:8px}.advanced-filter-group{border:1px solid var(--store-border-subtle);border-radius:8px;background:#ffffff06;padding:8px}.advanced-filter-group summary{cursor:pointer;display:inline-flex;gap:7px;align-items:center;color:var(--store-muted-strong);font-weight:900}.advanced-filter-grid{grid-template-columns:repeat(4,minmax(150px,1fr));gap:8px;margin-top:10px}.search-results-panel{display:grid;gap:12px}.search-results-heading,.search-result-group-heading,.search-grouped-results-toolbar,.search-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:10px;justify-content:space-between}.search-result-group{display:grid;gap:10px;padding:12px}.search-result-group-heading h3{font-size:1.18rem;margin:0}.search-result-group-heading p{margin:3px 0 0;font-size:.86rem}.search-view .product-grid,.used-deals-view .product-grid{grid-template-columns:repeat(auto-fill,minmax(196px,1fr))}.product-card{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;overflow:hidden}.product-card-media-link{aspect-ratio:4 / 3;background:var(--store-surface-inset)}.product-card img,.product-card .storefront-fallback-image{width:100%;height:100%;object-fit:contain}.product-card-body{display:grid;gap:8px;padding:10px}.product-card-eyebrow{align-items:start;gap:8px}.product-card-meta{display:-webkit-box;min-height:2.25em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.74rem;line-height:1.25}.product-card-price{white-space:nowrap}.product-card-heading{min-height:2.5em;margin:0;font-size:.98rem;line-height:1.25}.product-card-heading a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-fact dt,.product-card-commerce p{font-size:.7rem}.product-card-fact dd,.product-card-stock-label{font-size:.78rem}.product-card-commerce{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px}.product-card-actions{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px}.product-card-actions-restock{grid-template-columns:minmax(0,1fr)}.search-empty-actions{display:flex;flex-wrap:wrap;gap:8px}.search-empty-related{flex-basis:100%;display:grid;gap:10px}@media(max-width:980px){.search-hero,.used-deals-hero{grid-template-columns:1fr}.progressive-filter-grid,.advanced-filter-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media(max-width:720px){.search-hero,.used-deals-hero{gap:8px;padding:14px 16px}.storefront-filter-panel{position:static;padding:8px}.storefront-filter-bar{grid-template-columns:1fr minmax(118px,auto)}.storefront-filter-count,.storefront-filter-spacer{display:none}.compact-sort-control{grid-column:1 / -1;min-width:0}.storefront-filter-content{position:fixed;inset:auto 10px calc(86px + env(safe-area-inset-bottom));z-index:50;max-height:min(72vh,620px);overflow:auto;border:1px solid var(--store-border);border-radius:8px;background:var(--store-surface);padding:12px}.storefront-filter-panel:not(.storefront-filter-panel-open) .storefront-filter-content,.storefront-filter-panel:not(.storefront-filter-panel-open) .storefront-filter-scrim{display:none}.storefront-filter-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;background:#0000008a}.progressive-filter-grid,.advanced-filter-grid{grid-template-columns:1fr}.search-view .product-grid,.used-deals-view .product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}.home-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:stretch;gap:16px;padding:clamp(16px,2.4vw,26px)}.home-hero-copy{align-content:center;max-width:720px}.home-hero-copy h1{font-size:var(--store-type-hero-compact);line-height:.95}.home-hero-copy p{max-width:58ch}.home-hero-panel{align-content:start;gap:10px;padding:14px}.home-page .featured-section,.game-hub-page .featured-section,.home-shop-section,.home-callout-grid,.hub-sections{border:1px solid var(--store-border-subtle);border-radius:8px;background:#ffffff06;padding:clamp(12px,2vw,18px)}.home-game-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.home-game-tile{grid-template-columns:80px minmax(0,1fr) auto;min-height:108px;padding:10px}.home-tile-media{aspect-ratio:1}.home-tile-media img{width:100%;height:100%;object-fit:contain}.hub-hero{grid-template-columns:minmax(0,1fr) minmax(280px,420px);padding:clamp(16px,2.4vw,26px)}.hub-hero-copy{gap:12px}.hub-hero-copy h1{font-size:var(--store-type-hero-compact)}.hub-sections{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hub-panel{padding:12px}.hub-chip-list{gap:7px}.hub-chip-list button{min-height:44px;border-color:var(--store-border);background:linear-gradient(180deg,#222b34,#171d23);color:var(--store-text)}@media(max-width:880px){.home-hero,.hub-hero,.hub-sections{grid-template-columns:1fr}}@media(max-width:720px){:root{--store-type-hero: 2.25rem;--store-type-hero-compact: 2.1rem;--store-type-page: 1.9rem;--store-type-price-detail: 1.95rem}.home-page .featured-section,.game-hub-page .featured-section,.home-shop-section,.home-callout-grid,.hub-sections{margin-inline:-4px;padding:10px}.home-game-tile{grid-template-columns:68px minmax(0,1fr) auto}.home-hero-copy p{line-height:1.45}}.hub-shopping-snapshot,.events-summary-strip,.cart-handoff-card,.cart-checkout-unavailable{border:1px solid var(--store-border);border-radius:8px;background:linear-gradient(180deg,#ffffff13,#ffffff06)}.hub-shopping-snapshot,.events-summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px}.hub-shopping-snapshot span,.events-summary-strip span{min-height:44px;display:grid;place-items:center;border:1px solid var(--store-border-subtle);border-radius:8px;background:#ffffff09;color:var(--store-price);font-weight:900;text-align:center}.cart-hero{align-items:stretch}.cart-handoff-card{max-width:360px;display:grid;align-content:start;gap:8px;padding:14px}.cart-handoff-card strong,.cart-checkout-unavailable strong{color:var(--store-text);font-size:1rem}.cart-handoff-card p,.cart-checkout-unavailable p{margin:0;color:var(--store-muted);line-height:1.45}.cart-checkout-unavailable{display:grid;gap:10px;padding:12px;border-color:#ff8a7a57;background:linear-gradient(180deg,#ff8a7a1f,#ffffff06)}.trade-in-hero{min-height:0;padding:clamp(16px,2.5vw,26px)}.trade-in-process-card{align-content:start;gap:8px}.trade-in-step{min-height:0;padding:10px}.trade-in-info-grid,.trade-in-category-panel,.trade-in-trust-strip,.trade-in-guided-summary{margin-block:12px}.trade-in-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.trade-in-guided-workflow{display:grid;gap:14px;border:1px solid var(--store-border);border-radius:8px;background:#ffffff06;padding:clamp(12px,2vw,18px)}.trade-in-guided-workflow .guided-workflow-body{min-height:0}.trade-in-form-shell{display:grid;grid-template-columns:minmax(220px,.35fr) minmax(0,1fr);gap:14px;align-items:start}.trade-in-form-shell[data-active-step=collection],.trade-in-form-shell[data-active-step=photos],.trade-in-form-shell[data-active-step=review],.trade-in-form-shell[data-active-step=submit]{grid-template-columns:minmax(0,1fr)}.trade-in-form{display:grid;gap:12px}.trade-in-step-panel{display:grid;gap:12px;border:1px solid var(--store-border-subtle);border-radius:8px;background:linear-gradient(180deg,#ffffff12,#ffffff06);padding:clamp(14px,2vw,18px)}.trade-in-step-panel[hidden]{display:none}.trade-in-step-panel h2{margin:0;font-size:1.45rem;line-height:1.1}.trade-in-account-panel{position:sticky;top:92px}.trade-in-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.trade-in-review-grid article{display:grid;gap:5px;border:1px solid var(--store-border-subtle);border-radius:8px;background:#ffffff09;padding:10px}.trade-in-review-grid span{color:var(--store-muted);font-size:.76rem;font-weight:850;text-transform:uppercase}.trade-in-review-grid strong{color:var(--store-text)}.trade-in-review-grid p{margin:0;color:var(--store-muted)}.trade-in-submit-panel{border-color:#ffcf7066;background:linear-gradient(180deg,#ffcf701f,#ffffff06)}.events-hero{min-height:0;padding:clamp(16px,2.5vw,26px)}.events-summary-card{gap:10px}.hub-band.merchandising-section,.search-results-panel,.preorder-release-summary,.preorder-row.preorder-card,.drop-hero,.drop-room-state-chip,.account-availability-summary article,.home-game-tile{border-color:var(--store-border);background:linear-gradient(180deg,#ffffff12,#ffffff06);color:var(--store-text)}.search-results-panel,.hub-band.merchandising-section,.preorder-release-summary{padding:clamp(12px,2vw,18px)}.hub-band.merchandising-section .view-heading,.search-results-heading,.preorder-release-summary,.preorder-row.preorder-card,.drop-hero,.drop-room-state-chip{color:var(--store-text)}.hub-band.merchandising-section p,.search-results-panel p,.preorder-release-summary p,.preorder-row.preorder-card p,.drop-hero p,.drop-room-state-chip span,.account-availability-summary article p,.home-game-tile p,.home-game-tile span{color:var(--store-muted)}.home-game-tile strong,.preorder-row.preorder-card h3,.drop-hero h2,.account-availability-summary article strong{color:var(--store-text)}.home-tile-media,.home-card-media,.drop-preview-item,.preorder-row-media,.product-card-media{background:#ffffff0a;border-color:var(--store-border-subtle)}@media(max-width:980px){.trade-in-info-grid,.trade-in-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trade-in-form-shell{grid-template-columns:1fr}.trade-in-account-panel{position:static}}@media(max-width:720px){.hub-shopping-snapshot,.events-summary-strip,.trade-in-info-grid,.trade-in-review-grid{grid-template-columns:1fr}.cart-handoff-card{max-width:none}.trade-in-trust-strip,.trade-in-guided-summary{grid-template-columns:1fr}}.view input,.view select,.view textarea,.store-search,.store-search input{background:#091018e0;border-color:var(--store-border);color:var(--store-text)}.view input::placeholder,.view textarea::placeholder,.store-search input::placeholder{color:var(--store-muted)}:is(.search-grouped-results-toolbar,.search-result-group,.search-results-panel .empty-state,.search-results-panel .ddh-empty-state,.ddh-empty-state,.empty-state-premium,.preorder-release-summary>div,.preorder-release-summary article,.event-feed-link,.product-trust-cue,.product-fulfillment-cue,.restock-notification-hint,.trade-in-trust-strip article,.trade-in-guided-summary article,.trade-in-category-panel article,.drop-room-mobile-cta,.cart-line,.cart-summary,.cart-safety-strip,.cart-handoff-checklist,.cart-checkout-unavailable){background:linear-gradient(180deg,#ffffff12,#ffffff06);border-color:var(--store-border-subtle);color:var(--store-text)}.search-grouped-results-toolbar p,.search-result-group p,.ddh-empty-state p,.empty-state-premium p,.preorder-release-summary>div p,.preorder-release-summary article p,.event-feed-link,.product-trust-cue,.product-fulfillment-cue,.restock-notification-hint,.trade-in-trust-strip article span,.trade-in-guided-summary article span,.trade-in-category-panel article p,.drop-room-mobile-cta span,.cart-line p,.cart-summary p,.cart-safety-strip span,.cart-handoff-checklist li,.cart-checkout-unavailable p{color:var(--store-muted)}.search-grouped-results-toolbar strong,.search-result-group h3,.preorder-release-summary>div strong,.preorder-release-summary article strong,.trade-in-trust-strip article strong,.trade-in-guided-summary article strong,.trade-in-category-panel article h3,.cart-line h3,.cart-summary strong,.cart-handoff-checklist strong{color:var(--store-text)}.ddh-empty-state-icon{background:#ffcf701f;color:var(--store-price)}body :is(.store-shell,.hub-hero,.catalog-hero) .store-search,body :is(.store-shell,.hub-hero,.catalog-hero) .store-search input{background:#091018e6!important;border-color:var(--store-border)!important;color:var(--store-text)!important}body .ddh-empty-state-icon{background:#ffcf701f!important;color:var(--store-price)!important}body :is(.preorder-release-summary dl div,.preorder-release-summary>div,.trust-cue-list .trust-cue,.product-detail-trust-cues .trust-cue,.event-feed-subscriptions,.event-feed-links,.cart-notice,.watch-notice,.cart-lines-heading,.cart-safety-strip article,.cart-trust-list li,.cart-summary-row,.cart-payment-boundary,.cart-handoff-copy,.cart-handoff-checklist article,.storefront-fallback-variant-cart){background:linear-gradient(180deg,#ffffff12,#ffffff06)!important;border-color:var(--store-border-subtle)!important;color:var(--store-text)!important}body .preorder-release-summary dl div *,body .preorder-release-summary>div *,body .trust-cue-list .trust-cue *,body .product-detail-trust-cues .trust-cue *,body .event-feed-subscriptions *,body .event-feed-links *,body .cart-notice,body .watch-notice,body .cart-lines-heading p,body .cart-safety-strip article *,body .cart-trust-list li *,body .cart-payment-boundary,body .cart-handoff-copy,body .cart-handoff-checklist article *,body .storefront-fallback-variant-cart *{color:inherit}@media(min-width:761px)and (max-width:1024px){.hub-hero,.faction-hero{grid-template-columns:1fr}}.site-header{grid-template-columns:minmax(152px,auto) minmax(0,1fr) minmax(260px,360px) auto auto;gap:7px;padding:6px 14px}.logo span{width:28px;height:28px;flex:0 0 28px;font-size:.72rem}.site-header .catalog-mega-nav{gap:4px}.site-header .catalog-mega-tab{min-height:30px;padding:0 8px;font-size:.8rem}.site-header .header-search,.site-header .cart,.site-header .account-entry{min-height:34px;height:34px}.degraded-banner.ddh-error-state{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin:4px 0 10px;padding:9px 12px;border-radius:8px}.degraded-banner .ddh-error-state-copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:3px 8px}.degraded-banner .ddh-error-state-copy strong,.degraded-banner .ddh-error-state-copy p{margin:0}.degraded-banner .ddh-error-state-copy strong{color:var(--store-text-strong);font-size:.86rem}.degraded-banner .ddh-error-state-copy p{color:var(--store-muted);font-size:.82rem;line-height:1.35}.degraded-banner .ddh-error-state-action .ddh-button{min-height:32px;padding:0 12px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(276px,1fr));gap:12px}.search-result-group .product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,276px),1fr));justify-content:start}.search-result-group .product-grid[data-count="1"]{grid-template-columns:minmax(0,760px)}.search-result-group .product-grid[data-count="1"] .product-card{grid-template-columns:minmax(180px,260px) minmax(0,1fr);grid-template-rows:1fr}.search-result-group .product-grid[data-count="1"] .product-card-media-link{min-height:100%}.product-card-body{gap:9px;padding:11px}.product-card-eyebrow{display:grid;grid-template-columns:minmax(0,1fr) auto}.product-card-heading{min-height:2.45em;font-size:1rem}.product-card-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.product-card-fact{display:grid;min-width:0;gap:2px;align-content:start;border:1px solid var(--store-border-subtle);border-radius:6px;background:#ffffff09;padding:6px}.product-card-fact dt,.product-card-fact dd{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preorder-card-facts div,.event-card-facts div,.guided-workflow-actions{border-color:var(--store-border-subtle)!important;background:#ffffff09!important;color:var(--store-text)!important}.preorder-card-facts dt,.event-card-facts dt{color:var(--store-muted)!important}.preorder-card-facts dd,.event-card-facts dd,.guided-workflow-actions summary,.guided-workflow-actions strong{color:var(--store-text-strong)!important}.product-card-commerce{min-height:72px;grid-template-columns:1fr;border:1px solid var(--store-border-subtle);border-radius:8px;background:#ffffff07}.product-card-stock-label{display:inline-flex;width:fit-content;max-width:100%;overflow-wrap:anywhere;color:var(--store-text-strong)}.product-card-commerce p{display:-webkit-box;overflow:hidden;margin-top:3px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-actions .storefront-cta,.product-card-actions .ddh-button{min-height:40px}.product-card[data-card-context=catalog-item] .product-card-commerce{border-color:#f4c76c57;background:#f4c76c12}.product-card[data-card-context=catalog-item] .product-card-stock-label{color:var(--store-accent)}@media(max-width:700px){.search-result-group .product-grid[data-count="1"]{grid-template-columns:1fr}.search-result-group .product-grid[data-count="1"] .product-card{grid-template-columns:1fr;grid-template-rows:auto 1fr}}.product-detail-hero-layout{grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr);gap:14px}.product-gallery{top:64px}.product-gallery-primary{max-height:min(54vh,500px)}.product-gallery-primary.storefront-fallback-image{min-height:clamp(260px,36vw,460px)}.product-detail-copy{gap:9px}.product-detail-heading h1{font-size:2.35rem}.product-detail-heading .lede{margin:0;line-height:1.42}.product-detail-mobile-media-snapshot,.product-detail-mobile-media-image,.product-detail-mobile-price-strip{display:none}.product-commerce-panel{gap:9px;padding:13px}.product-action-bar.ddh-action-bar{gap:8px}.event-registration-actions{gap:7px}.event-registration-actions .event-waitlist-note{display:-webkit-box;overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.86rem;line-height:1.28}.drop-detail-status-panel,.drop-detail-story-panel,.drop-detail-recovery-panel,.drop-detail-related-panel,.drop-detail-story-panel dl div,.drop-detail-related-grid button,.drop-detail-archive-note,.drop-preview-empty,.drop-preview-more,.buylist-policy-card,.buylist-card,.buylist-facts div,.buylist-guidance-grid article,.event-registration-pdp-module,.event-registration-pdp-module dl>div,.event-calendar-actions,.event-share-actions,.event-friend-invite,.event-terms-panel,.event-variant-panel,.event-policy-summary{background:linear-gradient(180deg,#ffffff12,#ffffff06)!important;border-color:var(--store-border-subtle)!important;color:var(--store-text)!important}.drop-detail-status-panel *,.drop-detail-story-panel *,.drop-detail-recovery-panel *,.drop-detail-related-panel *,.drop-detail-story-panel dl div *,.drop-detail-related-grid button *,.drop-detail-archive-note *,.drop-preview-empty *,.drop-preview-more *,.buylist-policy-card *,.buylist-card *,.buylist-facts div *,.buylist-guidance-grid article *,.event-registration-pdp-module *,.event-registration-pdp-module dl>div *,.event-calendar-actions *,.event-share-actions *,.event-friend-invite *,.event-terms-panel *,.event-variant-panel *,.event-policy-summary *{color:inherit}@media(max-width:720px){.site-header .header-search{min-height:38px;width:auto;max-width:100%;justify-self:stretch;box-sizing:border-box}.site-header .header-search input{width:100%;max-width:100%;box-sizing:border-box}.degraded-banner.ddh-error-state{grid-template-columns:1fr;gap:7px;margin:2px 0 8px;padding:8px 10px}.degraded-banner .ddh-error-state-copy{display:grid;gap:2px}.degraded-banner .ddh-error-state-action{display:none}.mobile-bottom-nav{bottom:8px;gap:2px;width:calc(100% - 18px);border-radius:16px;padding:6px 6px calc(6px + env(safe-area-inset-bottom))}.mobile-bottom-nav a{min-height:50px;gap:2px;padding:6px 3px;font-size:.55rem}.product-grid,.search-result-group .product-grid{grid-template-columns:1fr;gap:8px;max-width:100%;overflow:hidden}.product-card-meta{min-height:0;-webkit-line-clamp:1}.product-card-commerce{min-height:0;padding:7px}.product-detail-hero-layout{grid-template-areas:"copy" "media";gap:10px}.product-detail .storefront-breadcrumb{display:none}.product-detail-heading h1{font-size:2rem;line-height:1.02}.product-detail-heading .lede{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-detail-mobile-media-snapshot{position:relative;display:block;overflow:hidden;border:1px solid var(--store-border-subtle);border-radius:8px;background:radial-gradient(circle at 18% 18%,rgba(247,201,72,.16),transparent 28%),linear-gradient(145deg,#121920,#222c35 58%,#2f251d);aspect-ratio:16 / 8.5}.product-detail-mobile-media-image{display:block;width:100%;height:100%;min-height:0;object-fit:contain}.product-detail-mobile-media-snapshot .status-pill{position:absolute;right:8px;bottom:8px}.product-detail-mobile-price-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--store-border-subtle);border-radius:8px;background:#ffffff0a;padding:9px 10px}.product-detail-mobile-price-strip div{display:grid;gap:2px}.product-detail-mobile-price-strip span{color:var(--store-muted);font-size:.72rem;font-weight:850;text-transform:uppercase}.product-detail-mobile-price-strip strong{color:var(--store-price);font-size:1.6rem;line-height:1}.product-commerce-panel{position:static!important;margin-bottom:0!important;gap:7px;padding:10px}.product-stock-callout{align-items:flex-start}.product-stock-callout>span:not(.status-pill){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-fulfillment-cue{display:none}.product-action-bar.ddh-action-bar-sticky-mobile{position:static;margin-inline:0;padding:0;border-top:0;background:transparent;z-index:auto}.product-detail .product-action-bar.ddh-action-bar-sticky-mobile{position:fixed;left:10px;right:10px;bottom:calc(72px + env(safe-area-inset-bottom));z-index:38;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:0;border:1px solid var(--store-border);border-radius:14px;background:#12171cf5;box-shadow:0 18px 44px #0000005c;padding:8px}.product-detail .product-action-bar.ddh-action-bar-sticky-mobile .ddh-action-bar-priority{order:-1;margin-left:0}.product-detail .product-action-bar.ddh-action-bar-sticky-mobile .ddh-action-bar-secondary,.product-detail .product-action-bar.ddh-action-bar-sticky-mobile .ddh-action-bar-priority,.product-detail .product-action-bar.ddh-action-bar-sticky-mobile .ddh-action-bar-action-wrap{width:100%}.product-detail .event-registration-actions{position:fixed;left:10px;right:10px;bottom:calc(72px + env(safe-area-inset-bottom));z-index:38;display:grid;gap:6px;margin:0;border:1px solid var(--store-border);border-radius:14px;background:#12171cf5;box-shadow:0 18px 44px #0000005c;padding:8px}.product-detail .event-registration-actions .product-cta-group{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.product-detail .event-registration-actions .storefront-cta,.product-detail .event-registration-actions .ddh-button{width:100%;min-height:40px}.product-detail .event-registration-actions .event-waitlist-note{display:none}.product-gallery-frame{aspect-ratio:16 / 9}.product-gallery.product-media-gallery{display:none}.product-gallery-primary,.product-gallery-primary.storefront-fallback-image{min-height:170px;max-height:230px}.trade-in-hero{gap:10px;padding:14px}.trade-in-process-card{grid-template-columns:repeat(2,minmax(0,1fr))}.trade-in-step{padding:8px}}@media(max-width:720px){.site-header{max-height:none;align-content:start;gap:8px}.mobile-bottom-nav{min-height:calc(62px + env(safe-area-inset-bottom));padding-bottom:max(8px,env(safe-area-inset-bottom))}.product-grid{grid-template-columns:1fr!important;gap:14px}.product-card,.search-result-group .product-grid[data-count="1"] .product-card{display:grid!important;grid-template-columns:1fr!important;width:100%;min-width:0}.product-card img,.product-card .storefront-fallback-image{width:100%;height:100%;max-height:none;object-fit:cover}.product-card-body{gap:10px;min-width:0;padding:12px}.product-card-eyebrow,.product-card-commerce,.product-card-actions{grid-template-columns:1fr;align-items:stretch}.product-card-actions .storefront-cta,.product-card-actions .ddh-button,.product-card-commerce .storefront-cta{width:100%;min-height:42px}.home-category-grid,.hub-quick-filter-bar,.trade-in-quick-start{grid-template-columns:1fr}.drop-room-mobile-cta{grid-template-columns:1fr;bottom:calc(70px + env(safe-area-inset-bottom))}}.site-footer-desktop-content{display:contents}.site-footer-mobile-info{display:none}.product-grid{align-items:stretch}.product-card{grid-template-columns:minmax(112px,30%) minmax(0,1fr);min-height:0;overflow:hidden}.product-card-media-link{align-self:stretch;min-height:0}.product-card img,.product-card .storefront-fallback-image{height:100%;min-height:0;object-fit:cover}.product-card .storefront-fallback-image{padding:10px}.product-card .storefront-fallback-frame{min-height:42px;width:42px}.product-card .storefront-fallback-mark{font-size:.66rem}.product-card .storefront-fallback-copy{gap:2px;max-width:10rem}.product-card .storefront-fallback-copy strong{font-size:.7rem;line-height:1.15}.product-card .storefront-fallback-copy small{display:none}.product-card-body{grid-template-rows:auto auto auto minmax(0,1fr) auto}.product-card-heading{min-height:2.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-badge-row{gap:5px}.product-badge{max-width:100%;min-height:24px;padding:4px 7px;white-space:normal}.product-card-commerce{min-height:0}.event-feed-subscriptions,.event-calendar-media-strip,.event-calendar-media-card,.events-view-toggle,.events-summary-card{border-color:var(--store-border);background:linear-gradient(180deg,#161c22fa,#11161bf5);color:var(--store-text)}.event-feed-subscriptions{display:grid;grid-template-columns:minmax(0,.9fr) minmax(220px,.9fr) minmax(260px,1.2fr);gap:14px;align-items:start}.event-feed-major-links,.event-feed-links{display:flex;flex-wrap:wrap;gap:8px}.event-feed-link{border-radius:8px;border:1px solid var(--store-border);background:#ffffff0f;color:var(--store-text)}.event-feed-link-major{background:#ffdd9724;color:var(--store-accent)}.event-calendar-media-strip{padding:14px}.event-calendar-media-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.event-calendar-media-card{display:grid;grid-template-columns:86px minmax(0,1fr);min-height:96px;padding:10px}.event-calendar-media-card img,.event-calendar-media-placeholder{aspect-ratio:1;min-height:0;height:76px}.event-calendar-media-placeholder{display:grid;place-items:center;gap:3px;border-radius:8px;background:#ffffff12;color:var(--store-accent)}.event-calendar-media-placeholder span{font-size:.72rem;font-weight:850;line-height:1.1;text-align:center}.events-hero{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:14px}.events-summary-card{min-height:0;padding:14px}.events-summary-card>strong{font-size:3.25rem}.events-grid,.events-featured-grid{align-items:stretch}.event-calendar-card,.event-card{min-height:0}.account-utility-strip,.trade-in-decision-card{border:1px solid var(--store-border);border-radius:10px;background:linear-gradient(180deg,#161c22fa,#11161bf5);box-shadow:var(--store-shadow-soft)}.account-utility-strip{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(240px,.8fr) minmax(260px,.9fr);gap:12px;align-items:center;padding:14px}.account-utility-strip h2,.trade-in-decision-card h2{margin:0;color:var(--store-text);font-size:1.2rem}.account-utility-strip p,.trade-in-decision-card li{color:var(--store-muted)}.account-utility-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-availability-summary article p,.account-card p{max-width:68ch}.trade-in-hero{align-items:stretch}.trade-in-hero .lede{max-width:62ch}.trade-in-decision-card{display:grid;gap:12px;padding:16px}@media(max-width:980px){.event-feed-subscriptions,.account-utility-strip,.events-hero{grid-template-columns:1fr}}@media(max-width:720px){.site-footer{gap:8px;margin-bottom:calc(66px + env(safe-area-inset-bottom));padding:14px 12px}.site-footer-desktop-content{display:none}.site-footer-mobile-info{display:block;border-top:1px solid var(--store-border-subtle);padding-top:8px}.site-footer-mobile-info summary{color:var(--store-text);cursor:pointer;font-size:.86rem;font-weight:850}.site-footer-mobile-info nav,.site-footer-mobile-info .footer-trust-cues{margin-top:8px}.product-grid{gap:10px}.product-card,.search-result-group .product-grid[data-count="1"] .product-card{grid-template-columns:108px minmax(0,1fr)!important;min-height:148px}.product-card-media-link,.search-result-group .product-grid[data-count="1"] .product-card-media-link{aspect-ratio:auto;min-height:0!important}.product-card-body{gap:7px;padding:10px}.product-card-eyebrow{display:block}.product-card-meta{font-size:.66rem}.product-card-price{font-size:1rem}.product-card-heading{min-height:auto;font-size:.96rem}.product-card .product-card-media-readiness,.product-card-facts{display:none}.product-badge-row{max-height:29px;overflow:hidden}.product-badge{font-size:.64rem;min-height:22px;padding:3px 6px}.product-card-commerce,.product-card-actions{grid-template-columns:minmax(0,1fr);gap:6px}.product-detail{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.degraded-banner.ddh-error-state{min-height:0;padding:8px 10px}.degraded-banner .ddh-error-state-icon{display:none}.degraded-banner .ddh-error-state-copy{gap:2px}.degraded-banner .ddh-error-state-copy p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-commerce-panel{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:8px}.product-commerce-panel>*{min-width:0}.product-commerce-panel .price-stack{grid-column:1;grid-row:1}.product-commerce-panel .product-stock-callout{grid-column:1;grid-row:2}.product-commerce-panel .product-action-bar,.product-commerce-panel .event-registration-actions{grid-column:2;grid-row:1 / span 2;align-self:stretch}.product-detail .product-action-bar.ddh-action-bar-sticky-mobile,.product-detail .event-registration-actions{position:static!important;left:auto;right:auto;bottom:auto;z-index:auto;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none;padding:0}.product-detail .product-action-bar.ddh-action-bar-sticky-mobile{grid-template-columns:1fr}.product-detail .product-action-bar.ddh-action-bar-sticky-mobile .storefront-cta,.product-detail .product-action-bar.ddh-action-bar-sticky-mobile .ddh-button{max-width:100%;min-height:40px;min-width:0;white-space:normal}.product-detail .product-action-bar.ddh-action-bar-sticky-mobile .ddh-action-bar-secondary{display:grid;grid-template-columns:minmax(0,1fr)}.product-detail-mobile-media-snapshot{aspect-ratio:16 / 7.5}.product-detail-copy h1{font-size:1.82rem;line-height:1.04}.product-detail-copy .lede{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-detail-mobile-media-image.storefront-fallback-image .storefront-fallback-frame{min-height:38px;width:38px}.product-detail-mobile-media-image.storefront-fallback-image .storefront-fallback-copy small{display:none}.image-pending-callout{padding:10px}.events-summary-card p,.events-view-toggle-summary p,.trade-in-info-grid,.trade-in-guided-summary{display:none}.event-calendar-media-strip{padding:10px}.event-calendar-media-grid{grid-template-columns:1fr}.event-calendar-media-card{grid-template-columns:68px minmax(0,1fr);min-height:78px;padding:8px}.event-calendar-media-card img,.event-calendar-media-placeholder{height:58px}.event-feed-subscriptions{gap:10px;padding:12px}.event-feed-link{min-height:36px;padding:7px 9px}.account-watchlist-view>.view-heading p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.account-availability-summary{grid-template-columns:1fr;gap:8px}.account-availability-summary article{padding:8px}.account-availability-summary article p{display:none}.account-utility-strip{padding:12px}.account-utility-status-list,.account-utility-actions{grid-template-columns:1fr 1fr}.account-panel{gap:10px}.account-card{padding:12px}.account-card:not(.account-card-primary):not(.account-card-wide) p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.trade-in-hero h1{font-size:1.82rem}.trade-in-hero .lede{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.trade-in-decision-card{padding:12px}.trade-in-decision-card li{font-size:.86rem}.trade-in-category-panel{padding:12px}.drop-room-mobile-cta{position:static;margin-top:10px}.preorder-release-summary,.preorder-row.preorder-card{padding:12px}.cart-checkout-unavailable{gap:6px;padding:10px}.cart-hero .lede,.cart-handoff-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-panel{display:flex;flex-direction:column}.cart-summary{order:-1;gap:8px}.cart-payment-boundary,.cart-handoff-copy,.cart-trust-list,.cart-safety-strip,.cart-handoff-checklist,.cart-summary .cart-payment-boundary,.cart-summary .cart-handoff-copy{display:none!important}.cart-summary p,.cart-checkout-unavailable p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.search-grouped-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:0;padding:8px}.search-hero{gap:8px;padding:12px 16px}.search-hero h1{font-size:1.8rem;line-height:1.04}.search-hero .lede,.search-hero-card{display:none}.search-filter-shell{gap:8px;padding:8px}.search-results-panel{padding:10px}.search-results-heading{gap:6px;margin-bottom:8px}.search-results-heading h2{font-size:1.35rem}.search-grouped-results-toolbar .storefront-cta{min-height:34px;padding:6px 10px}.search-result-group{padding:10px}.search-result-group-heading{align-items:start;gap:8px;margin-bottom:8px}.search-result-group-heading h3{font-size:1.12rem}.search-result-group-heading p:not(.eyebrow){display:none}}@media(max-width:720px){.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear]{padding-bottom:calc(112px + env(safe-area-inset-bottom))!important;scroll-padding-bottom:calc(112px + env(safe-area-inset-bottom))}.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear] .product-commerce-panel,.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear] .product-action-bar.ddh-action-bar,.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear] .product-detail-supporting-content{scroll-margin-bottom:calc(112px + env(safe-area-inset-bottom))}.product-detail[data-pdp-mobile-first-media=compact_fallback] .product-detail-mobile-media-snapshot{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:8px;min-height:60px;max-height:86px;aspect-ratio:auto!important;padding:7px 8px}.product-detail[data-pdp-mobile-first-media=compact_fallback] .product-detail-mobile-media-image{width:52px;height:44px;min-height:0;border-radius:6px;object-fit:contain}.product-detail[data-pdp-mobile-first-media=compact_fallback] .product-detail-mobile-media-copy{display:grid;gap:2px;min-width:0}.product-detail[data-pdp-mobile-first-media=compact_fallback] .product-detail-mobile-media-copy small{-webkit-line-clamp:1}.product-detail[data-pdp-mobile-first-media=compact_fallback] .product-detail-mobile-media-snapshot .status-pill{display:none}.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear] .product-action-bar.ddh-action-bar .storefront-cta,.product-detail[data-pdp-mobile-safe-area=bottom_nav_clear] .product-action-bar.ddh-action-bar .ddh-button{min-height:44px;white-space:normal}}:root{color-scheme:dark;--ddh-brand-black: #090c0f;--ddh-brand-ink: #0d1115;--ddh-brand-iron: #151b21;--ddh-brand-steel: #242d34;--ddh-brand-steel-light: #9da8ae;--ddh-brand-silver: #f1eee6;--ddh-brand-copper: #c66a2f;--ddh-brand-copper-strong: #ff8a38;--ddh-brand-gold: #ffd166;--ddh-brand-ember: #ff5a1f;--ddh-brand-focus: #7dd3fc;--store-bg: var(--ddh-brand-black);--store-bg-elevated: #10161b;--store-bg-strong: #151c22;--store-surface: #12181e;--store-surface-raised: #1a2229;--store-surface-muted: #0f1419;--store-surface-soft: #202832;--store-surface-inset: #080b0e;--store-border: rgba(177, 157, 129, .32);--store-border-strong: rgba(255, 209, 102, .46);--store-border-subtle: rgba(228, 218, 199, .14);--store-text: #eee9df;--store-text-strong: #fff7e8;--store-muted: #b9c3c8;--store-muted-strong: #dce3e5;--store-link: var(--ddh-brand-gold);--store-link-hover: #ffe29a;--store-accent: var(--ddh-brand-copper);--store-accent-strong: var(--ddh-brand-copper-strong);--store-accent-soft: rgba(198, 106, 47, .18);--store-price: var(--ddh-brand-gold);--store-sale: #ff7452;--store-focus-ring: var(--ddh-brand-focus);--store-control-border: rgba(207, 196, 174, .34);--store-control-border-hover: rgba(255, 209, 102, .58);--store-control-bg: linear-gradient(180deg, rgba(32, 40, 48, .96), rgba(13, 17, 21, .96));--store-control-bg-disabled: linear-gradient(180deg, rgba(26, 32, 39, .86), rgba(12, 16, 20, .9));--store-control-shadow: inset 0 1px 0 rgba(255, 247, 232, .06), 0 14px 30px rgba(0, 0, 0, .28);--store-card-shadow: 0 20px 56px rgba(0, 0, 0, .42);--store-card-shadow-soft: 0 12px 34px rgba(0, 0, 0, .32);--ddh-mobile-bottom-nav-clearance: calc(88px + env(safe-area-inset-bottom)) ;--ddh-color-ink: var(--store-text);--ddh-color-ink-muted: var(--store-muted-strong);--ddh-color-text-muted: var(--store-muted);--ddh-color-surface: var(--store-surface);--ddh-color-surface-warm: var(--store-bg);--ddh-color-surface-muted: var(--store-surface-muted);--ddh-color-field-warm: var(--store-surface-raised);--ddh-color-border: var(--store-border);--ddh-color-border-subtle: var(--store-border-subtle);--ddh-color-accent: var(--store-accent);--ddh-color-accent-strong: var(--store-accent-strong);--ddh-color-gold: var(--store-price);--ddh-color-focus-storefront: var(--store-focus-ring)}html,body,#root{background:linear-gradient(180deg,rgba(255,209,102,.055) 0,transparent 210px),linear-gradient(135deg,#080a0d,#111820 46%,#1b130d)}body{background-color:var(--store-bg)}.store-shell{min-height:100vh;background:linear-gradient(180deg,rgba(255,247,232,.028),transparent 280px),repeating-linear-gradient(135deg,rgba(255,255,255,.018) 0 1px,transparent 1px 18px),var(--store-bg)}.site-header{grid-template-columns:minmax(210px,auto) minmax(0,1fr) minmax(260px,360px) auto auto;gap:10px;border-bottom:1px solid rgba(255,209,102,.2);background:linear-gradient(180deg,#151b21f7,#0a0d11f2),var(--store-bg);box-shadow:0 12px 28px #00000057;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.logo{min-width:224px;max-width:100%;gap:10px}.logo .logo-mark,.site-header .logo .logo-mark{display:grid;flex:0 0 46px;width:46px;height:46px;place-items:center;overflow:hidden;border:1px solid rgba(255,209,102,.5);border-radius:8px;background:linear-gradient(145deg,#ffd16629,#c66a2f1f),#0b1015;box-shadow:inset 0 0 18px #ff5a1f29,0 8px 18px #00000057}.logo .logo-mark img,.site-footer-logo img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 8px rgba(255,90,31,.24))}.logo .logo-copy,.site-header .logo .logo-copy{display:grid;flex:1 1 154px;width:auto;height:auto;min-width:0;gap:1px;border:0;background:transparent;color:inherit;font-weight:initial;place-items:initial}.logo .logo-copy strong{overflow:hidden;color:var(--store-text-strong);font-size:.98rem;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.logo .logo-copy small{overflow:hidden;color:var(--store-price);font-size:.68rem;font-weight:900;line-height:1.1;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.site-header .catalog-mega-nav{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;border-color:#ffd16638;background:linear-gradient(180deg,#242d34eb,#0d1115eb),#10161b}.site-header .catalog-mega-tab{color:#efe7d5}.site-header .catalog-mega-tab:hover,.site-header .catalog-mega-tab:focus-visible,.site-header .catalog-mega-tab.active,.catalog-mega-item.open>.catalog-mega-tab{background:linear-gradient(180deg,#ffd16633,#ff5a1f1f),#2a1a10;color:#fff7e8}.catalog-mega-panel{border-color:#ffd16652;background:linear-gradient(180deg,#192027fc,#0c1014fc),#10161b;box-shadow:0 24px 60px #0000008f}.catalog-mega-panel:before{background:linear-gradient(90deg,var(--ddh-brand-ember),var(--ddh-brand-gold),var(--ddh-brand-steel-light))}.catalog-mega-column{border-left-color:#e4dac71f}.catalog-mega-column strong{color:var(--store-price)}.site-header .catalog-mega-panel a{color:#efe7d5}.site-header .catalog-mega-panel a:hover,.site-header .catalog-mega-panel a:focus-visible{background:#ffd1661f;color:#fff7e8}.header-search,.store-search,.site-header .cart,.site-header .account-entry{border-color:var(--store-control-border);background:var(--store-control-bg);box-shadow:var(--store-control-shadow)}.header-search:focus-within,.store-search:focus-within{border-color:var(--store-focus-ring);box-shadow:0 0 0 3px #7dd3fc42,0 14px 34px #00000057}.site-header .cart:hover,.site-header .account-entry:hover,.site-header .cart:focus-visible,.site-header .account-entry:focus-visible,.site-header .account-entry.active{border-color:#ffd16685;background:linear-gradient(180deg,#ffd1661f,#c66a2f1a),#141a20;color:var(--store-price)}.site-header .cart{position:relative;display:inline-grid;min-width:42px;place-items:center}.site-header .account-entry{min-width:112px}.cart span,.mobile-bottom-nav-count{border-color:#0b1015;background:linear-gradient(180deg,var(--ddh-brand-ember),#9b2f13);color:#fff7e8}.home-hero,.hub-hero,.events-hero,.trade-in-hero,.drop-room-hero,.catalog-hero{position:relative;isolation:isolate;border:1px solid rgba(255,209,102,.24);background:linear-gradient(115deg,#090c0ffa,#121a21f5 52%,#2f1e11f0),var(--store-bg);box-shadow:var(--store-card-shadow)}.home-hero:before,.hub-hero:before,.events-hero:before,.trade-in-hero:before,.drop-room-hero:after,.catalog-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:linear-gradient(90deg,rgba(255,209,102,.1),transparent 44%),repeating-linear-gradient(135deg,rgba(255,247,232,.035) 0 1px,transparent 1px 16px);pointer-events:none}.home-hero-brand-mark{display:grid;min-height:clamp(154px,18vw,238px);place-items:center;overflow:hidden;border:1px solid rgba(255,209,102,.24);border-radius:8px;background:linear-gradient(180deg,#fff7e814,#ff5a1f0f),#0d1115}.home-hero-brand-mark img{width:min(100%,330px);height:auto;margin:-12px 0 -20px;filter:drop-shadow(0 14px 26px rgba(0,0,0,.54)) drop-shadow(0 0 14px rgba(255,90,31,.2))}.home-hero-copy .hero-actions{justify-content:start;grid-template-columns:repeat(2,max-content)}.home-hero-panel,.hub-hero-card,.events-summary-card,.trade-in-decision-card,.drop-room-hype-panel{border-color:#ffd1663d;background:linear-gradient(180deg,#1f272fe6,#0c1014db),#0d1115eb}.home-hero-kpis article,.home-priority-card,.home-priority-actions button,.home-category-tile,.product-card,.product-recommendation-card,.search-result-group,.storefront-filter-shell,.preorder-row,.cart-line,.cart-summary,.account-card,.event-card,.event-calendar-card,.drop-card,.drop-preview-item,.hub-band,.state-panel,.empty-state-premium{border-color:#e4dac729;background:linear-gradient(180deg,#1a222af0,#0d1115f0),var(--store-surface);box-shadow:var(--store-card-shadow-soft)}.product-card:hover,.product-card:focus-within,.home-category-tile:hover,.home-category-tile:focus-visible,.home-priority-actions button:hover,.home-priority-actions button:focus-visible,.product-recommendation-card:hover,.product-recommendation-card:focus-visible{border-color:#ffd1666b;background:linear-gradient(180deg,#242d34f5,#10161bf5),var(--store-surface-raised)}.search-priority-product-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid rgba(255,209,102,.32);border-radius:8px;background:linear-gradient(180deg,#ffd16621,#ff5a1f12),var(--store-surface);box-shadow:var(--store-card-shadow-soft);padding:12px}.search-priority-product-action h2,.search-priority-product-action p{margin:0}.search-priority-product-action h2{color:var(--store-text-strong);font-size:1.18rem;line-height:1.15}.search-priority-product-action p:not(.eyebrow){color:var(--store-muted);font-size:.86rem;font-weight:750}.search-priority-product-action .search-empty-actions{justify-content:end;min-width:min(100%,280px)}.search-view .search-priority-product-action,.used-deals-view .search-priority-product-action{order:1}.search-view .search-intent-shortcuts,.used-deals-view .search-intent-shortcuts{order:2}.search-view .storefront-filter-panel,.used-deals-view .storefront-filter-panel{order:3}.search-view .search-results-panel,.used-deals-view .search-results-panel{order:4}.product-card-actions .storefront-cta.compact-action,.product-card-actions .storefront-cta-disabled.compact-action,.product-card-actions .ddh-button.compact-action{min-width:0;overflow:hidden;justify-content:center;gap:5px;line-height:1.08;text-align:center;white-space:normal}.product-card-actions .storefront-cta.compact-action svg,.product-card-actions .storefront-cta-disabled.compact-action svg,.product-card-actions .ddh-button.compact-action svg{flex:0 0 auto}.product-card-actions .storefront-cta-disabled.compact-action{padding-inline:6px;font-size:.78rem}.active-filter-chip:after{content:"×"}.storefront-side-nav{border-color:#ffd1662e;background:linear-gradient(180deg,#141b22f5,#0a0d11f5),#10161b}.side-nav-section>strong{color:var(--store-price)}.storefront-side-nav a,.storefront-side-nav summary{color:#ece4d6}.storefront-side-nav a span,.storefront-side-nav summary b{color:var(--store-muted)}.storefront-side-nav a:hover,.storefront-side-nav a:focus-visible,.storefront-side-nav a.active{background:#ffd1661f;color:var(--store-text-strong)}.side-nav-quick,.side-nav-parent-links>details{border-color:#e4dac724}.storefront-cta-commerce.primary,.store-shell .ddh-button-primary,.storefront-cta.primary{border-color:#ffd16694;background:linear-gradient(180deg,#ffcf70,#d77931 54%,#9b3a18),var(--ddh-brand-copper);color:#160d08;box-shadow:inset 0 1px #fff7e86b,0 12px 28px #ff5a1f33}.storefront-cta-commerce.primary:hover,.store-shell .ddh-button-primary:hover,.storefront-cta.primary:hover{background:linear-gradient(180deg,#ffe3a2,#e58a3d 54%,#ad421c),var(--ddh-brand-copper-strong);color:#160d08}.storefront-cta-secondary,.storefront-cta-watch,.store-shell .ddh-button-secondary{border-color:#e4dac738;background:linear-gradient(180deg,#242d34f5,#0d1115f5),var(--store-surface-raised);color:#efe7d5}.product-badge,.status-pill,.promotion-chip{border-color:#ffd1663d}.product-card-price,.price-stack strong,.home-hero-kpis strong,.hub-quick-filter-bar strong{color:var(--store-price)}.storefront-fallback-frame{border-color:#ffd16675;background:linear-gradient(145deg,#ffd16624,#ff5a1f1f),#10161b}.storefront-fallback-mark{width:90%;height:90%;border:0;background:url(/assets/ddh-logo-mark.png) center / contain no-repeat;color:transparent;font-size:0}.site-footer{border-top-color:#ffd1662e;background:linear-gradient(180deg,#10161bf5,#080b0efa),var(--store-bg)}.site-footer-summary{display:flex;align-items:center;gap:10px;min-width:0}.site-footer-summary>span:last-child{display:grid;gap:2px;min-width:0}.site-footer-logo{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center}.monthly-schedule-poster-mark{position:relative;background:#111827 url(/assets/ddh-logo-mark.png) center / 86% no-repeat}.monthly-schedule-poster-mark span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:1120px)and (min-width:761px){.site-header{grid-template-columns:minmax(224px,auto) minmax(260px,1fr) auto auto}.site-header .catalog-mega-nav{grid-column:1 / -1;grid-row:2}}@media(max-width:720px){main#storefront-main{padding-bottom:calc(var(--ddh-mobile-bottom-nav-clearance) + 28px)!important}.site-header{grid-template-columns:minmax(0,1fr) auto auto!important;max-height:none;padding:8px 10px}.site-header .logo{min-width:0;max-width:calc(100vw - 132px)}.logo .logo-mark,.site-header .logo .logo-mark{flex-basis:42px;width:42px;height:42px}.logo .logo-copy,.site-header .logo .logo-copy{flex-basis:auto;min-width:0}.logo .logo-copy strong{font-size:.9rem}.logo .logo-copy small{display:none}.site-header .header-search{grid-column:1 / -1;grid-row:2}.site-header .account-entry{grid-column:2;grid-row:1;width:40px;min-width:40px;height:40px;min-height:40px;padding:0}.site-header .account-entry span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.site-header.site-header-account-sign-in{grid-template-columns:minmax(0,1fr) minmax(74px,auto) 40px!important}.site-header.site-header-account-sign-in .logo{max-width:calc(100vw - 170px)}.site-header.site-header-account-sign-in .account-entry[data-account-entry-kind=sign-in]{width:auto;min-width:74px;padding:0 9px;gap:5px;border-radius:999px}.site-header.site-header-account-sign-in .account-entry[data-account-entry-kind=sign-in] span{position:static;width:auto;height:auto;overflow:visible;clip:auto;color:inherit;font-size:.72rem;font-weight:900;line-height:1;white-space:nowrap}.site-header .cart{grid-column:3;grid-row:1}body .store-shell>.site-header .catalog-mega-nav{display:flex;grid-column:1 / -1;grid-row:3;width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto;overflow-y:hidden}.mobile-bottom-nav{bottom:8px;min-height:calc(56px + env(safe-area-inset-bottom));border-color:#ffd16647;background:linear-gradient(180deg,#181f26fa,#0a0d11fa),var(--store-bg);box-shadow:inset 0 1px #fff7e814,0 18px 42px #00000085;padding:7px 7px calc(7px + env(safe-area-inset-bottom))}.mobile-bottom-nav a{min-height:50px;color:var(--store-muted-strong)}.mobile-bottom-nav a.active,.mobile-bottom-nav a:focus-visible{background:linear-gradient(180deg,#ffd1662e,#ff5a1f1a),#ffffff0a;color:var(--store-price)}.mobile-bottom-nav a.active:before{background:var(--store-price)}.mobile-bottom-nav small{color:var(--store-price)}.home-hero,.hub-hero,.events-hero,.trade-in-hero,.drop-room-hero{min-height:auto;padding:12px}.home-hero{gap:8px;padding:10px}.home-hero-copy{gap:8px}.home-hero-copy h1{font-size:1.85rem;line-height:1.05}.home-hero-copy>p:not(.eyebrow){display:none}.home-hero-copy .hero-actions{gap:7px}.home-hero-copy .hero-actions .storefront-cta{min-height:40px}.home-hero-brand-mark{min-height:54px}.home-hero-brand-mark img{width:min(100%,142px);margin:-30px 0 -34px}.home-hero-panel{gap:8px;padding:10px}.home-priority-actions.home-hero-paths{grid-template-columns:repeat(3,minmax(0,1fr))}.home-priority-actions.home-hero-paths button{min-height:48px;padding:7px 8px}.search-priority-product-action{grid-template-columns:1fr;gap:8px;padding:10px}.search-priority-product-action h2{font-size:1.02rem}.search-priority-product-action p:not(.eyebrow){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.search-priority-product-action .search-empty-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0}.search-priority-product-action .storefront-cta{width:100%;min-height:38px}.search-intent-shortcuts{display:flex;gap:6px;overflow-x:auto;overscroll-behavior-x:contain;margin:6px 0;padding-bottom:2px;scroll-snap-type:x proximity}.search-intent-shortcut{flex:0 0 min(132px,36vw);min-height:44px;scroll-snap-align:start}.storefront-filter-content{bottom:var(--ddh-mobile-bottom-nav-clearance)!important}.drop-room-mobile-cta{bottom:calc(var(--ddh-mobile-bottom-nav-clearance) + 8px)!important;border-color:#ffd16647;background:linear-gradient(180deg,#181f26fa,#0a0d11fa),var(--store-bg);box-shadow:0 16px 38px #00000075}.product-card-actions .storefront-cta.compact-action,.product-card-actions .storefront-cta-disabled.compact-action,.product-card-actions .ddh-button.compact-action{min-height:38px;padding-inline:5px;font-size:.74rem}.site-footer-summary{align-items:flex-start}.site-footer-logo{flex-basis:32px;width:32px;height:32px}}:root{--store-legacy-panel: linear-gradient(180deg, rgba(34, 43, 52, .96), rgba(15, 20, 25, .98));--store-legacy-panel-soft: linear-gradient(180deg, rgba(28, 36, 44, .92), rgba(11, 15, 19, .96));--store-legacy-panel-strong: linear-gradient(135deg, rgba(22, 30, 38, .98), rgba(42, 31, 25, .96));--store-legacy-control: linear-gradient(180deg, rgba(37, 46, 55, .98), rgba(17, 22, 28, .98));--store-legacy-control-active: linear-gradient(180deg, rgba(74, 47, 28, .96), rgba(25, 31, 38, .98));--store-legacy-field: linear-gradient(180deg, rgba(18, 24, 30, .98), rgba(8, 12, 16, .98));--store-legacy-warning: linear-gradient(180deg, rgba(255, 209, 102, .16), rgba(35, 25, 11, .92));--store-legacy-danger: linear-gradient(180deg, rgba(255, 116, 82, .16), rgba(38, 18, 15, .94));--store-legacy-info: linear-gradient(180deg, rgba(125, 211, 252, .13), rgba(14, 26, 34, .94))}.store-shell{color:var(--store-text)!important;background:linear-gradient(180deg,rgba(255,209,102,.045),transparent 18rem),var(--store-bg)!important}.store-shell :is(a:not(.storefront-cta):not(.primary):not(.secondary):not(.product-card-link),.site-header nav a,.catalog-mega-panel a,.account-action-links a,.content-section a){color:var(--store-link)!important;text-underline-offset:.18em;text-decoration-color:#ffd1668c!important}.store-shell :is(a:not(.storefront-cta):not(.primary):not(.secondary):not(.product-card-link),.site-header nav a,.catalog-mega-panel a,.account-action-links a,.content-section a):is(:hover,:focus-visible){color:var(--store-link-hover)!important;background:#ffd1661a!important}.store-shell :is(input:not([type=checkbox]):not([type=radio]),select,textarea,.ddh-input,.header-search,.header-search input,.sort-control select,.trade-in-signin-box select,.trade-in-offer-actions textarea,.preorder-filters select,.filter-grid input:not([type=checkbox])){border-color:var(--store-control-border)!important;background:var(--store-legacy-field)!important;color:var(--store-text-strong)!important;box-shadow:inset 0 1px #fff7e80a!important}.store-shell :is(input,textarea)::placeholder{color:color-mix(in srgb,var(--store-muted) 82%,transparent)!important}.store-shell :is(input[type=checkbox],input[type=radio]){accent-color:var(--store-accent-strong)}.store-shell :is(.secondary,.storefront-cta-secondary,.storefront-cta-watch,.storefront-cta-ghost,.storefront-cta-filter,.storefront-filter-toggle,.storefront-filter-panel .compact-clear,.preorder-filter-shell[data-single-result=true] .storefront-filter-toggle,.segmented button,.search-page-button,.active-filter-chip,.advanced-filter-group summary,.hub-chip-list button,.drop-detail-related-grid button,.drop-archive-grid button,.account-entry,.mobile-bottom-nav a){border-color:var(--store-control-border)!important;background:var(--store-legacy-control)!important;color:var(--store-text-strong)!important;box-shadow:var(--store-control-shadow)!important}.store-shell :is(.secondary,.storefront-cta-secondary,.storefront-cta-watch,.storefront-cta-ghost,.storefront-cta-filter,.storefront-filter-toggle,.storefront-filter-panel .compact-clear,.preorder-filter-shell[data-single-result=true] .storefront-filter-toggle,.segmented button,.search-page-button,.active-filter-chip,.advanced-filter-group summary,.hub-chip-list button,.drop-detail-related-grid button,.drop-archive-grid button,.account-entry,.mobile-bottom-nav a):is(:hover,:focus-visible,.active,[aria-current=page]){border-color:var(--store-border-strong)!important;background:var(--store-legacy-control-active)!important;color:var(--store-link-hover)!important}.store-shell :is(.storefront-cta,.primary,.secondary,.ddh-button,button,[role=button]){min-width:0;max-width:100%;text-align:center;line-height:1.15;overflow-wrap:anywhere;white-space:normal}.store-shell :is(.hero-actions,.inline-actions,.search-empty-actions,.account-action-links,.account-utility-actions,.account-watchlist-actions,.product-card-actions,.product-action-bar,.cart-line-actions,.drop-detail-actions,.drop-feature-actions,.trade-in-actions,.guided-workflow-actions,.trade-in-offer-actions,.search-grouped-results-toolbar){align-items:center!important;gap:10px!important;flex-wrap:wrap!important}.store-shell :is(.storefront-side-nav,.catalog-mega-panel,.search-typeahead,.mobile-bottom-nav,.storefront-filter-content,.storefront-filter-drawer-header,.storefront-filter-panel,.home-shop-section,.intent,.home-game-tile,.home-callout-card,.home-trust-strip .trust-cue,.hub-hero-card,.hub-panel,.hub-band,.faction-hero-card,.store-search,.search-hero,.search-results-panel,.search-hero-card,.search-degraded-note,.search-grouped-results-toolbar,.search-result-group,.used-deals-trust .trust-cue,.product-card,.product-gallery-frame,.product-fulfillment-cue,.product-detail-trust-cues .trust-cue,.product-state-guide article,.product-recommendations-panel,.product-commerce-panel,.product-event-prize-summary,.product-condition-panel,.product-secondary-details,.product-secondary-details-body,.product-facts-panel,.sealed-confidence-panel dl>div,.used-one-of-one-trust-panel dl>div,.preorder-detail-panel dl>div,.event-registration-pdp-module dl>div,.product-recommendation-card,.product-event-detail-panel,.product-event-detail-grid>div,.event-variant-panel,.event-friend-invite,.restock-notification-hint,.product-facts-panel dl>div,.cart-notice,.global-cart-notice,.watch-notice,.cart-safety-strip article,.cart-lines-heading,.cart-line,.cart-summary,.cart-handoff-checklist article,.cart-trust-list .trust-cue,.site-footer,.content-section,.content-callout,.storefront-skeleton-filter-bar,.account-availability-summary article,.account-card,.account-watchlist-items li,.loyalty-balance-grid div,.preference-center-form,.preference-option-group,.preference-chip,.alert-preference-option,.trade-in-process-card,.trade-in-step,.trade-in-guided-summary article,.trade-in-category-panel,.trade-in-info-grid article,.guided-workflow,.guided-workflow-resume,.guided-workflow-step>div,.guided-workflow-exit[open],.trade-in-fine-print,.trade-in-form,.trade-in-offer-card,.trade-in-offer-summary article,.buylist-facts div,.preorder-calendar-card,.preorder-release-summary,.preorder-release-summary dl div,.preorder-view .preorder-row.preorder-card,.preorder-card-facts div,.events-summary-card,.event-feed-link,.event-calendar-media-strip,.event-calendar-media-card,.monthly-schedule-poster-day,.monthly-schedule-poster-event,.events-view-toggle,.storefront-event-day,.storefront-event-chip,.event-calendar-provider-menu summary,.event-calendar-provider-options,.event-prize-summary,.event-card-facts div,.league-season-facts div,.league-standings-shell,.preorder-game-watch-panel,.preorder-date-rail,.preorder-date-rail-item,.preorder-release-row div,.drop-room-trust-cues .trust-cue,.drop-room-hype-panel,.drop-feature-badges span,.drop-more-states,.drop-room-state-details,.drop-room-state-chip,.drop-hero,.drop-hype-units span,.drop-preview-more,.drop-detail-message,.drop-detail-badge-list span,.drop-detail-status-panel,.drop-detail-related-panel,.drop-detail-story-panel dl div,.drop-detail-related-grid button,.drop-archive-grid button,.empty-state,.empty-state-premium,.degraded-banner){border-color:var(--store-border-subtle)!important;background:var(--store-legacy-panel)!important;color:var(--store-text)!important;box-shadow:var(--store-card-shadow-soft)!important}.store-shell :is(.product-card[data-card-variant=used-mini],.product-commerce-panel,.product-condition-panel,.sealed-confidence-panel,.used-one-of-one-trust-panel,.preorder-detail-panel,.product-event-detail-panel,.trade-in-guided-workflow,.drop-hero,.empty-state-premium){background:var(--store-legacy-panel-strong)!important}.store-shell :is(.search-degraded-note,.product-media-exclusion-note,.cart-local-only-warning,.drop-detail-archive-note,.promotion-chip-warn,.degraded-banner){border-color:#ffd16652!important;background:var(--store-legacy-warning)!important;color:#ffe29a!important}.store-shell :is(.trade-in-error,.guided-workflow-validation,.storefront-cta-destructive,.storefront-cta-watch[data-watch-state=error]){border-color:#ff745261!important;background:var(--store-legacy-danger)!important;color:#ffb4a9!important}.store-shell :is(.promotion-chip,.storefront-filter-count span,.product-badge-stock.product-badge-warn,.storefront-event-chip,.drop-detail-badge-list span,.search-scope-tags span,.product-condition-panel .chip-row span){border-color:#ffd16647!important;background:#ffd1661f!important;color:#ffe29a!important}.store-shell :is(.product-gallery-primary,.gallery-thumbs .storefront-fallback-image,.storefront-fallback-image,.event-calendar-media-placeholder,.home-callout-icon,.hub-tile-icon){border-color:var(--store-border-subtle)!important;background:radial-gradient(circle at 50% 20%,rgba(255,209,102,.16),transparent 34%),var(--store-legacy-panel-soft)!important;color:var(--store-muted-strong)!important}.store-shell :is(.catalog-mega-panel,.search-typeahead,.storefront-filter-content,.mobile-bottom-nav) :is(h2,h3,h4,strong,p,small,li,dd,dt,span:not([class*=badge]):not([class*=chip]):not(.status-pill)),.store-shell :is(.home-shop-section,.hub-panel,.hub-band,.search-results-panel,.product-card,.product-commerce-panel,.product-condition-panel,.product-secondary-details,.cart-line,.cart-summary,.account-card,.trade-in-form,.guided-workflow,.preorder-release-summary,.events-summary-card,.drop-detail-related-panel,.empty-state,.content-section) :is(h2,h3,h4,strong,p,small,li,dd,dt,span:not([class*=badge]):not([class*=chip]):not(.status-pill)){color:var(--store-text)!important}.store-shell :is(.lede,.catalog-mega-summary,.product-card-meta,.product-card-detail,.search-result-count,.cart-line-meta,.cart-handoff-copy,.account-card p,.trade-in-fine-print,.event-card-facts,.drop-detail-story-panel dd,.content-section p,.product-commerce-panel p,.product-state-guide p,.product-condition-panel p,.product-secondary-details p,.product-facts-panel dt,.sealed-confidence-panel dt,.used-one-of-one-trust-panel dt,.preorder-detail-panel dt,.event-registration-pdp-module dt){color:var(--store-muted)!important}.store-shell :is(.product-facts-panel dd,.sealed-confidence-panel dd,.used-one-of-one-trust-panel dd,.preorder-detail-panel dd,.event-registration-pdp-module dd,.product-condition-panel h2){color:var(--store-text-strong)!important}.store-shell :is(.site-header,.mobile-bottom-nav){border-color:#ffd16638!important;background:linear-gradient(180deg,#131a21fa,#080b0ffa),var(--store-bg)!important;box-shadow:0 18px 44px #00000061!important}.store-shell .catalog-mega-panel{background:linear-gradient(180deg,#1c242cfc,#0a0e12fc),var(--store-bg)!important}.store-shell .catalog-mega-column{border-color:var(--store-border-subtle)!important}.store-shell .search-typeahead-option{color:var(--store-text)!important}.store-shell .search-typeahead-option[aria-selected=true]{background:#ffd1661f!important;color:var(--store-link-hover)!important}.store-shell .product-grid .product-card,.store-shell .product-grid .product-card[data-card-layout],.store-shell .search-result-group .product-grid[data-count] .product-card,.store-shell .search-result-group .product-grid[data-count] .product-card[data-card-layout],.store-shell .drop-room-view .product-grid .product-card,.store-shell .drop-room-view .drop-card-wrap .product-card,.store-shell .drop-detail-featured-grid .product-card,.store-shell .preorder-view .product-grid .product-card,.store-shell .events-view .product-grid .product-card{border-color:var(--store-border-subtle)!important;background:var(--store-legacy-panel)!important;color:var(--store-text)!important;box-shadow:var(--store-card-shadow-soft)!important}.store-shell .product-grid .product-card>.product-card-media-link,.store-shell .product-grid .product-card[data-card-layout]>.product-card-media-link,.store-shell .search-result-group .product-grid[data-count] .product-card>.product-card-media-link,.store-shell .drop-room-view .drop-card-wrap .product-card>.product-card-media-link,.store-shell .drop-detail-featured-grid .product-card>.product-card-media-link{border-color:var(--store-border-subtle)!important;background:var(--store-legacy-panel-soft)!important}.store-shell .product-grid .product-card>.product-card-body,.store-shell .product-grid .product-card[data-card-layout]>.product-card-body,.store-shell .search-result-group .product-grid[data-count] .product-card>.product-card-body,.store-shell .drop-room-view .drop-card-wrap .product-card>.product-card-body,.store-shell .drop-detail-featured-grid .product-card>.product-card-body{background:transparent!important;color:var(--store-text)!important}.store-shell :is(.product-grid,.drop-card-wrap,.drop-detail-featured-grid) .product-card :is(.product-card-heading a,.product-card-title h3 a,.product-card-price,.product-card-fact dd,.used-mini-card-detail dd,.catalog-planning-card-detail dd,.product-card-commerce strong,.product-card-stock-label){color:var(--store-text-strong)!important}.store-shell :is(.product-grid,.drop-card-wrap,.drop-detail-featured-grid) .product-card :is(.product-card-meta,.product-card-price-label,.product-card-fact,.product-card-fact dt,.used-mini-card-detail,.used-mini-card-detail dt,.catalog-planning-card-detail,.catalog-planning-card-detail dt,.product-card-commerce p){color:var(--store-muted)!important}.store-shell :is(.product-grid,.drop-card-wrap,.drop-detail-featured-grid) .product-card :is(.product-card-fact,.used-mini-card-detail,.catalog-planning-card-detail){border-color:var(--store-border-subtle)!important;background:#ffffff09!important}.store-shell :is(.product-grid,.drop-card-wrap,.drop-detail-featured-grid) .product-card[data-card-layout=normalized] .product-card-commerce,.store-shell :is(.product-grid,.drop-card-wrap,.drop-detail-featured-grid) .product-card[data-card-layout=normalized][data-card-variant=catalog-planning] .product-card-commerce{border-color:var(--store-border-subtle)!important;background:#ffffff09!important;color:var(--store-text)!important}.store-shell .drop-preview-strip h3{color:var(--store-muted)!important}.store-shell .drop-preview-strip :is(.drop-preview-item,.drop-preview-empty,.drop-preview-more){border-color:var(--store-border-subtle)!important;background:var(--store-legacy-panel)!important;color:var(--store-text)!important}.store-shell .drop-preview-strip .drop-preview-item :is(.storefront-product-image,.storefront-fallback-image){background:var(--store-legacy-panel-soft)!important}.store-shell .drop-preview-strip .drop-preview-item>div{background:transparent!important}.store-shell .drop-preview-strip .drop-preview-item strong{color:var(--store-text-strong)!important}.store-shell .drop-preview-strip .drop-preview-item span,.store-shell .drop-preview-strip :is(.drop-preview-empty span,.drop-preview-more){color:var(--store-muted)!important}.store-shell .events-view :is(.events-registration-priority,.event-card,.event-card-featured,.event-card-closed){border-color:var(--store-border-subtle)!important;background:radial-gradient(circle at 92% 8%,rgba(101,190,174,.13),transparent 32%),linear-gradient(180deg,#1c242cf5,#0d1218fa)!important;color:var(--store-text)!important;box-shadow:0 18px 44px #00000042!important}.store-shell .events-view .event-card-featured{border-color:#65beae8c!important}.store-shell .events-view :is(.events-registration-priority,.event-card) :is(h2,h3,strong,b,.event-card-facts dd){color:var(--store-text-strong)!important}.store-shell .events-view :is(.events-registration-priority,.event-card) :is(.event-card-topline>span:not(.storefront-event-type-badge),.event-card-facts dt,.event-waitlist-note,p:not(.eyebrow),small){color:var(--store-muted)!important}.store-shell .events-view .event-card-facts div{border-color:var(--store-border-subtle)!important;background:#ffffff09!important}.store-shell .events-view .event-calendar-provider-menu summary,.store-shell .events-view .event-calendar-provider-options{border-color:var(--store-border-subtle)!important;background:var(--store-legacy-panel)!important;color:var(--store-text-strong)!important}.store-shell .events-view .event-calendar-provider-options :is(a,button){color:var(--store-text)!important}.store-shell .preorder-view .preorder-row.preorder-card>a:first-child{border-color:var(--store-border-subtle)!important;background:var(--store-legacy-panel-soft)!important}.store-shell .preorder-view .preorder-row.preorder-card .preorder-release-row div,.store-shell .preorder-view .preorder-row.preorder-card .preorder-card-facts div{border-color:var(--store-border-subtle)!important;background:#ffffff09!important;color:var(--store-text)!important}.store-shell .preorder-view .preorder-row.preorder-card :is(.preorder-card-copy h3 a,.preorder-release-row dd,.preorder-card-facts dd,.preorder-card-status span){color:var(--store-text-strong)!important}.store-shell .preorder-view .preorder-row.preorder-card :is(.preorder-card-copy>p:not(.eyebrow),.preorder-release-row dt,.preorder-card-facts dt){color:var(--store-muted)!important}.store-shell .drop-room-state-details,.store-shell .drop-room-state-details>summary,.store-shell .drop-room-state-rail{border-color:var(--store-border-subtle)!important;background:var(--store-legacy-panel)!important;color:var(--store-text)!important}.store-shell .drop-room-state-details>summary strong,.store-shell .drop-room-state-chip strong{color:var(--store-text-strong)!important}.store-shell .product-detail .product-facts-panel{border-color:var(--store-border-subtle)!important;background:var(--store-legacy-panel)!important;color:var(--store-text)!important}.store-shell .storefront-cta-disabled,.store-shell .storefront-cta:disabled,.store-shell .storefront-cta[aria-disabled=true]{border-color:#e4dac72e!important;background:linear-gradient(180deg,#181e24d6,#0a0e12e0)!important;color:var(--store-muted)!important;opacity:1!important}.store-shell .storefront-cta-disabled:after{border-color:var(--store-border-strong)!important;background:#0b1015!important;color:var(--store-text-strong)!important}@media(max-width:760px){.store-shell :is(.storefront-cta,.ddh-button,button){min-height:40px}.store-shell :is(.search-empty-actions,.account-action-links,.guided-workflow-actions,.trade-in-offer-actions,.drop-detail-actions){align-items:stretch!important}.store-shell :is(.search-empty-actions,.account-action-links,.guided-workflow-actions,.trade-in-offer-actions,.drop-detail-actions)>:is(a,button,.storefront-cta){width:100%}}:root{--forge-bg: #0b0e12;--forge-surface-0: #10141a;--forge-surface-1: #151a22;--forge-surface-2: #1b222c;--forge-surface-3: #222b37;--forge-ember: #f59f4b;--forge-ember-strong: #e2801f;--forge-ember-deep: #b35c10;--forge-gold: #f2c14e;--forge-gold-soft: rgba(242, 193, 78, .16);--forge-gold-hairline: rgba(242, 193, 78, .28);--forge-ink: #f4efe6;--forge-ink-secondary: #cfc9bc;--forge-ink-muted: #a8a294;--forge-ink-faint: #837e72;--forge-good: #6fd39a;--forge-good-surface: rgba(38, 92, 62, .5);--forge-warn: #f6c85f;--forge-warn-surface: rgba(110, 78, 22, .55);--forge-bad: #ff9a8b;--forge-bad-surface: rgba(112, 40, 33, .55);--forge-info: #8fb7e8;--forge-info-surface: rgba(36, 58, 88, .55);--forge-radius-sm: 6px;--forge-radius: 8px;--forge-radius-lg: 8px;--forge-shadow-card: 0 1px 0 rgba(255, 255, 255, .03) inset, 0 10px 28px rgba(4, 6, 9, .5);--forge-shadow-raised: 0 1px 0 rgba(255, 255, 255, .04) inset, 0 18px 44px rgba(4, 6, 9, .62);--forge-focus-ring: 0 0 0 2px #0b0e12, 0 0 0 4px var(--forge-gold);--forge-font-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;--forge-font-body: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--store-accent: var(--forge-ember);--store-border: rgba(129, 120, 102, .34);--store-border-subtle: rgba(129, 120, 102, .22);--store-muted-strong: var(--forge-ink-secondary)}#root .store-shell{background:linear-gradient(180deg,#0b0e12,#111821 54%,#0b0e12);color:var(--forge-ink);font-family:var(--forge-font-body)}#root .store-shell h1,#root .store-shell h2,#root .store-shell .storefront-page-header h1{font-family:var(--forge-font-display);font-weight:700;letter-spacing:0;color:var(--forge-ink);text-wrap:balance}#root .store-shell h1{line-height:1.04}#root .store-shell h3,#root .store-shell h4{color:var(--forge-ink);letter-spacing:0}#root .store-shell p,#root .store-shell li{color:var(--forge-ink-secondary)}#root .store-shell .lede{color:var(--forge-ink-secondary);font-size:1.02rem;line-height:1.55;max-width:62ch}#root .store-shell [class*=eyebrow],#root .store-shell .storefront-page-header>span:first-child{color:var(--forge-gold);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}#root .store-shell main{scroll-padding-top:84px}#root .site-header{border-bottom:1px solid var(--forge-gold-hairline);background:linear-gradient(180deg,#151a22fa,#10141af5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 30px #04060973}#root .storefront-retail-signal-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--forge-gold-hairline);background:linear-gradient(180deg,#10141afa,#0b0e12fa),var(--forge-bg)}#root .storefront-retail-signal-bar a{min-width:0;min-height:34px;display:flex;gap:8px;align-items:center;justify-content:center;border-right:1px solid rgba(242,193,78,.16);color:var(--forge-ink-secondary);padding:5px 12px;text-decoration:none}#root .storefront-retail-signal-bar a:last-child{border-right:0}#root .storefront-retail-signal-bar a:hover,#root .storefront-retail-signal-bar a:focus-visible{color:var(--forge-ink);background:#f2c14e14}#root .storefront-retail-signal-bar svg{flex:0 0 auto;color:var(--forge-gold)}#root .storefront-retail-signal-bar span{min-width:0;display:flex;gap:7px;align-items:baseline}#root .storefront-retail-signal-bar strong,#root .storefront-retail-signal-bar small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#root .storefront-retail-signal-bar strong{color:var(--forge-gold);font-size:.74rem;font-weight:900;text-transform:uppercase}#root .storefront-retail-signal-bar small{color:var(--forge-ink-muted);font-size:.72rem;font-weight:700}@media(max-width:760px){#root .storefront-retail-signal-bar{display:none}}#root .site-header nav a{color:var(--forge-ink-secondary);font-weight:700;letter-spacing:0;border-radius:var(--forge-radius-sm);transition:color .14s ease,background-color .14s ease}#root .site-header nav a:hover{color:var(--forge-ink);background:#f2c14e14}#root .site-header nav a[aria-current=page],#root .site-header nav a.active{color:var(--forge-gold);background:var(--forge-gold-soft)}#root .header-search input{border:1px solid var(--store-border);border-radius:999px;background:var(--forge-surface-0);color:var(--forge-ink);transition:border-color .14s ease,box-shadow .14s ease}#root .header-search input:focus-visible{border-color:var(--forge-gold);box-shadow:var(--forge-focus-ring);outline:none}#root .header-search input::placeholder{color:var(--forge-ink-muted)}#root .mobile-bottom-nav{border-top:1px solid var(--forge-gold-hairline);background:linear-gradient(180deg,#151a22fc,#0d1015fc);box-shadow:0 -14px 34px #04060999}#root .mobile-bottom-nav a{color:var(--forge-ink-muted);border-radius:8px}#root .mobile-bottom-nav a.active,#root .mobile-bottom-nav a:focus-visible{background:var(--forge-gold-soft);color:var(--forge-gold)}#root .mobile-bottom-nav a.active:before{background:var(--forge-gold)}#root .mobile-bottom-nav small{color:var(--forge-ember)}#root .site-footer-local-card{min-width:0;display:grid;gap:8px}#root .site-footer-local-card>strong{color:var(--forge-ink);font-size:.9rem;font-weight:900}#root .site-footer-local-card address{display:grid;gap:7px;margin:0;color:var(--forge-ink-muted);font-style:normal}#root .site-footer-local-card address span{min-width:0;display:flex;gap:8px;align-items:start}#root .site-footer-local-card svg{flex:0 0 auto;margin-top:.12em;color:var(--forge-gold)}#root .site-footer-local-card a{color:var(--forge-ink-secondary)}#root .site-footer-desktop-content{display:grid;grid-template-columns:minmax(210px,.65fr) minmax(360px,1fr);gap:14px 24px;align-items:start}#root .site-footer-desktop-content .site-footer-legal-note,#root .site-footer-desktop-content nav{grid-column:1 / -1}#root .site-footer-mobile-info .site-footer-local-card{margin:12px 0}@media(max-width:720px){#root .site-footer-desktop-content{display:none!important}#root .site-footer-mobile-info{width:100%;max-width:100%}#root .site-footer-mobile-info .site-footer-legal-note{max-width:100%}#root .site-footer-mobile-info nav{display:flex;gap:6px 10px;flex-wrap:wrap}}#root .store-shell :is(.search-hero,.search-hero-card,.search-scope-panel,.search-results-panel,.search-mobile-results-summary,.home-shop-section,.cart-lines,.cart-summary,.cart-line-review,.account-card,.storefront-filter-panel,.storefront-filter-drawer-header,.product-facts-panel,.sealed-confidence-panel,.local-pickup-detail-panel,.product-recommendations-panel,.events-summary-card,.event-calendar-media-card,.product-event-detail-panel,.event-variant-panel,.event-policy-summary,.event-calendar-actions,.event-share-actions,.event-friend-invite,.event-terms-panel,.event-tournament-schedule,.drop-detail-status-panel){border:1px solid var(--store-border);border-radius:var(--forge-radius);background:linear-gradient(180deg,#ffffff06,#fff0 42%),var(--forge-surface-1);color:var(--forge-ink-secondary);box-shadow:var(--forge-shadow-card)}#root .store-shell :is(.search-hero-card strong,.search-scope-panel strong,.cart-summary strong,.account-card strong,.search-results-heading strong){color:var(--forge-ink)}#root .store-shell :is(.search-hero-card span,.search-scope-panel span,.search-results-heading span,.cart-line-fulfillment){color:var(--forge-ink-muted)}#root .store-shell .search-hero,#root .store-shell .used-deals-hero{border:1px solid var(--forge-gold-hairline);background:linear-gradient(160deg,var(--forge-surface-2),var(--forge-surface-0) 70%);box-shadow:var(--forge-shadow-raised)}#root .store-shell .search-results-heading h2,#root .store-shell .home-shop-section h2{position:relative;padding-bottom:10px}#root .store-shell .search-results-heading h2:after,#root .store-shell .home-shop-section h2:after{content:"";position:absolute;left:0;bottom:0;width:64px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--forge-gold),rgba(242,193,78,0))}#root .store-shell .storefront-cta{border-radius:8px;font-weight:800;letter-spacing:0;transition:transform .13s ease,box-shadow .13s ease,filter .13s ease,background-color .13s ease,border-color .13s ease}#root .store-shell .storefront-cta:focus-visible{outline:none;box-shadow:var(--forge-focus-ring)}#root .store-shell .storefront-cta-commerce,#root .store-shell .storefront-cta.primary{border:1px solid rgba(255,205,130,.55);background:linear-gradient(180deg,#f7b25c,var(--forge-ember-strong) 58%,var(--forge-ember-deep));color:#241304;text-shadow:0 1px 0 rgba(255,236,200,.35);box-shadow:0 1px #ffffff47 inset,0 8px 20px #e2801f42}#root .store-shell .storefront-cta-commerce:hover:not(:disabled),#root .store-shell .storefront-cta.primary:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 1px #ffffff4d inset,0 12px 26px #e2801f57}#root .store-shell .storefront-cta.secondary{border:1px solid var(--store-border);background:var(--forge-surface-2);color:var(--forge-ink)}#root .store-shell .storefront-cta.secondary:hover:not(:disabled){border-color:var(--forge-gold-hairline);background:var(--forge-surface-3)}#root .store-shell .storefront-cta-disabled,#root .store-shell .storefront-cta:disabled{border:1px solid var(--store-border-subtle);background:repeating-linear-gradient(-45deg,#ffffff06 0,#ffffff06 8px,#fff0 8px,#fff0 16px),var(--forge-surface-1);color:var(--forge-ink-muted);text-shadow:none;box-shadow:none;transform:none;cursor:not-allowed}#root .store-shell .storefront-cta-destructive{border-color:#ff8a7a66;color:var(--forge-bad);background:transparent}#root .store-shell button,#root .store-shell .storefront-cta{min-width:0;overflow-wrap:normal;word-break:keep-all}#root .store-shell :is(.status-pill,.ddh-status-pill,.product-card-badges span,.product-badge-row-detail span,.search-scope-tags span,.active-filter-chip,.active-filter-chips span,.drop-room-badge-list span,.trust-cue){border:1px solid var(--store-border);border-radius:999px;background:var(--forge-surface-2);color:var(--forge-ink-secondary);font-weight:750}#root .store-shell :is(.status-pill-good,.ddh-status-pill-good,[data-status=ready]){background:var(--forge-good-surface);border-color:#6fd39a73;color:#d9ffe6}#root .store-shell :is(.status-pill-warn,.ddh-status-pill-warn,[data-status=blocked]){background:var(--forge-warn-surface);border-color:#f6c85f80;color:#ffedb0}#root .store-shell :is(.status-pill-bad,.ddh-status-pill-bad){background:var(--forge-bad-surface);border-color:#ff9a8b80;color:#ffd9d1}#root .store-shell .product-card{border:1px solid var(--store-border);border-radius:var(--forge-radius);background:linear-gradient(180deg,#ffffff08,#fff0 46%),var(--forge-surface-1);box-shadow:var(--forge-shadow-card);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}#root .store-shell .product-card:hover{transform:translateY(-2px);border-color:var(--forge-gold-hairline);box-shadow:var(--forge-shadow-raised)}#root .store-shell .product-card-heading a{color:var(--forge-ink);font-family:var(--forge-font-display);font-size:1.06rem;line-height:1.25;text-decoration:none}#root .store-shell .product-card-heading a:hover{color:var(--forge-gold)}#root .store-shell .product-card-meta{color:var(--forge-ink-muted);font-size:.74rem;font-weight:750;letter-spacing:0;text-transform:uppercase}#root .store-shell .product-card-price{color:var(--forge-gold);font-variant-numeric:tabular-nums}#root .store-shell .product-card-facts{gap:4px 10px}#root .store-shell .product-card-fact dt{color:var(--forge-ink-faint);font-size:.7rem;font-weight:800;letter-spacing:0;text-transform:uppercase}#root .store-shell .product-card-fact dd{color:var(--forge-ink-secondary)}#root .store-shell .product-card-stock-label{color:var(--forge-ink);font-weight:800}#root .store-shell .product-card[data-card-variant=used-mini]{border-color:#f2c14e4d}#root .store-shell .product-card[data-media-sale-visibility=photo_required],#root .store-shell .product-card[data-card-cta-state=blocked]{border-color:#f6c85f66}#root .store-shell .home-shop-section .product-grid,#root .store-shell .search-grouped-results .product-grid,#root .store-shell .search-result-group .product-grid,#root .store-shell [role=list].product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;justify-items:stretch}#root .store-shell .product-grid>.product-card{max-width:420px;width:100%}#root .store-shell .storefront-fallback-image{display:grid;place-items:center;align-content:center;gap:8px;border-radius:calc(var(--forge-radius) - 4px);background:repeating-conic-gradient(from 45deg at 50% 32%,#ffffff05,#ffffff05 30deg,#fff0 30deg,#fff0 60deg),linear-gradient(165deg,var(--forge-surface-3),var(--forge-surface-0) 78%);border:1px solid var(--store-border-subtle)}#root .store-shell .storefront-fallback-frame{display:grid;place-items:center;width:64px;height:64px;transform:rotate(45deg);border:1.5px solid var(--forge-gold-hairline);border-radius:8px;background:linear-gradient(180deg,#ffffff0d,#fff0),var(--forge-surface-2);box-shadow:0 6px 18px #04060980}#root .store-shell .storefront-fallback-mark{transform:rotate(-45deg);color:var(--forge-gold);font-family:var(--forge-font-display);font-size:1rem;font-weight:800;letter-spacing:0}#root .store-shell .storefront-fallback-copy{display:grid;justify-items:center;gap:2px;text-align:center;padding:0 10px}#root .store-shell .storefront-fallback-copy strong{color:var(--forge-ink-secondary);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}#root .store-shell .storefront-fallback-copy small{color:var(--forge-ink-faint);font-size:.7rem;letter-spacing:0}#root .store-shell .storefront-fallback-image[data-fallback-kind=photo_required] .storefront-fallback-frame{border-color:#f6c85f8c}#root .store-shell .storefront-fallback-image[data-fallback-kind=photo_required] .storefront-fallback-mark{color:var(--forge-warn)}#root .store-shell .home-trust-strip,#root .store-shell .cart-safety-strip,#root .store-shell .cart-handoff-checklist,#root .store-shell .trust-cue-list{border:1px solid var(--store-border-subtle);border-radius:var(--forge-radius);background:var(--forge-surface-0);color:var(--forge-ink-secondary);box-shadow:none}#root .store-shell :is(.home-trust-strip,.cart-safety-strip,.cart-handoff-checklist) strong{color:var(--forge-ink);font-size:.85rem}#root .store-shell :is(.home-trust-strip,.cart-safety-strip,.cart-handoff-checklist) p,#root .store-shell :is(.home-trust-strip,.cart-safety-strip,.cart-handoff-checklist) small{color:var(--forge-ink-muted);font-size:.8rem;line-height:1.45}#root .store-shell .cart-summary{border:1px solid var(--forge-gold-hairline);background:var(--forge-surface-1)}#root .store-shell .cart-summary-total,#root .store-shell .cart-summary-row strong{color:var(--forge-ink);font-variant-numeric:tabular-nums}#root .store-shell .cart-payment-boundary{border:1px solid var(--forge-info-surface);border-radius:var(--forge-radius-sm);background:#243a5847;color:var(--forge-ink-secondary);padding:10px 12px}#root .store-shell .cart-payment-boundary strong{color:var(--forge-info)}#root .store-shell .cart-checkout-unavailable{border:1px solid rgba(246,200,95,.35);border-radius:var(--forge-radius-sm);background:#6e4e1638;color:var(--forge-ink-secondary)}#root .store-shell .cart-checkout-unavailable strong{color:var(--forge-warn)}#root .store-shell .used-one-of-one-heading{color:var(--forge-gold);letter-spacing:0}#root .store-shell :is(.product-facts-panel,.sealed-confidence-panel,.local-pickup-detail-panel) p{color:var(--forge-ink-secondary);opacity:1}#root .store-shell .product-gallery-frame{border:1px solid var(--store-border);border-radius:var(--forge-radius);background:linear-gradient(165deg,var(--forge-surface-2),var(--forge-surface-0))}#root .store-shell details>summary{color:var(--forge-ink);font-weight:800;cursor:pointer;border-radius:var(--forge-radius-sm)}#root .store-shell details>summary:hover{color:var(--forge-gold)}#root .store-shell details>summary:focus-visible{outline:none;box-shadow:var(--forge-focus-ring)}#root .store-shell .preorder-date-rail-item{border:1px solid var(--store-border);border-radius:var(--forge-radius-sm);background:var(--forge-surface-1)}#root .store-shell .preorder-date-rail-label,#root .store-shell .preorder-date-rail-copy{color:var(--forge-ink-secondary)}#root .store-shell .preorder-date-rail-date{border:1px solid var(--forge-gold-hairline);border-radius:var(--forge-radius-sm);background:var(--forge-surface-2);color:var(--forge-gold);font-weight:900}#root .store-shell .drop-room-hero-countdown,#root .store-shell .drop-detail-status-panel{border:1px solid var(--forge-gold-hairline);background:repeating-linear-gradient(-60deg,#f2c14e0b 0,#f2c14e0b 10px,#f2c14e00 10px,#f2c14e00 20px),var(--forge-surface-1);color:var(--forge-ink)}#root .store-shell .events-summary-card,#root .store-shell .event-calendar-media-card{background:var(--forge-surface-1)}#root .store-shell .event-card-facts dt{color:var(--forge-ink-faint);letter-spacing:0;text-transform:uppercase}#root .store-shell .event-card-facts dd{color:var(--forge-ink)}#root .store-shell .product-detail[data-pdp-state=event_registration] .product-detail-hero-layout{max-width:1040px;margin-inline:auto}#root .store-shell .product-detail[data-pdp-state=event_registration] .product-detail-copy{gap:14px}#root .store-shell .event-registration-hero-actions{border:1px solid var(--forge-gold-hairline);border-radius:var(--forge-radius);background:linear-gradient(180deg,#f2c14e14,#ffffff06),var(--forge-surface-1);padding:12px}#root .store-shell .event-registration-hero-actions .product-cta-group{grid-template-columns:minmax(0,1fr) auto}#root .store-shell .event-command-panel{gap:16px;border-color:var(--forge-gold-hairline);background:radial-gradient(circle at 100% 0%,rgba(245,159,75,.16),transparent 34%),linear-gradient(180deg,#ffffff0b,#ffffff04),var(--forge-surface-1)}#root .store-shell .product-event-detail-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;align-items:center}#root .store-shell .product-event-detail-heading svg{color:var(--forge-gold)}#root .store-shell .product-event-detail-heading h2{color:var(--forge-ink);font-size:clamp(1.25rem,2vw,1.65rem)}#root .store-shell .event-command-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:14px;align-items:start}#root .store-shell .event-command-main{display:grid;gap:12px;min-width:0}#root .store-shell .event-command-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;border:1px solid var(--store-border-subtle);border-radius:var(--forge-radius);background:#0b0e1247;padding:6px 12px}#root .store-shell .event-command-facts>div{display:grid;grid-template-columns:minmax(76px,.36fr) minmax(0,1fr);gap:10px;align-items:baseline;min-width:0;border:0;border-radius:0;border-bottom:1px solid var(--store-border-subtle);background:transparent;padding:10px 0}#root .store-shell .event-command-facts>div:nth-last-child(-n+2){border-bottom:0}#root .store-shell .event-command-facts dt,#root .store-shell .event-tournament-facts dt{color:var(--forge-ink-faint);font-size:.7rem;font-weight:850;letter-spacing:0;text-transform:uppercase}#root .store-shell .event-command-facts dd,#root .store-shell .event-tournament-facts dd{min-width:0;color:var(--forge-ink);font-size:.9rem;font-weight:800;line-height:1.35}#root .store-shell .event-location-map-link{color:var(--forge-gold)}#root .store-shell .event-readiness-status-summary{border-color:var(--store-border-subtle);background:#ffffff09}#root .store-shell .event-variant-panel{gap:12px;background:linear-gradient(180deg,#ffffff0b,#ffffff04),var(--forge-surface-2)}#root .store-shell .event-variant-heading h3{margin:2px 0 0;color:var(--forge-ink)}#root .store-shell .event-tournament-facts{grid-template-columns:minmax(0,1fr);gap:8px}#root .store-shell .event-tournament-facts>div{display:grid;grid-template-columns:minmax(108px,.38fr) minmax(0,1fr);gap:10px;border:1px solid var(--store-border-subtle);background:#0b0e1238}#root .store-shell .event-tournament-schedule{display:grid;gap:10px;padding:12px}#root .store-shell .event-tournament-schedule-heading{display:flex;gap:10px;align-items:baseline;justify-content:space-between}#root .store-shell .event-tournament-schedule-heading h4{margin:0}#root .store-shell .event-tournament-schedule-heading span{color:var(--forge-ink-muted);font-size:.78rem;font-weight:800}#root .store-shell .event-tournament-schedule ol{display:grid;gap:8px;margin:0;padding:0;list-style:none}#root .store-shell .event-tournament-schedule li{display:grid;grid-template-columns:minmax(96px,auto) minmax(0,1fr);gap:10px;align-items:center;border:1px solid var(--store-border-subtle);border-radius:var(--forge-radius-sm);background:#0b0e123d;padding:9px 10px}#root .store-shell .event-tournament-schedule li span{color:var(--forge-gold);font-weight:900;white-space:nowrap}#root .store-shell .event-tournament-schedule li strong{color:var(--forge-ink)}#root .store-shell .event-tournament-schedule li em{grid-column:2;color:var(--forge-ink-muted);font-size:.82rem;font-style:normal}#root .store-shell .event-external-links{display:flex;flex-wrap:wrap;gap:8px}#root .store-shell .event-utility-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}#root .store-shell .event-utility-strip :is(.event-calendar-actions,.event-share-actions,.event-friend-invite){align-content:start;min-width:0;padding:12px}#root .store-shell .event-utility-strip :is(.event-calendar-actions h3,.event-share-actions h3,.event-friend-invite h3){font-size:.95rem}#root .store-shell .event-utility-strip :is(.event-calendar-actions p,.event-share-actions p,.event-friend-invite p){color:var(--forge-ink-muted);font-size:.82rem;line-height:1.38}#root .store-shell .event-utility-strip .event-calendar-action-grid,#root .store-shell .event-utility-strip .event-share-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#root .store-shell .event-utility-button{min-height:38px;padding:8px}@media(max-width:920px){#root .store-shell .event-command-layout,#root .store-shell .event-utility-strip{grid-template-columns:minmax(0,1fr)}}@media(max-width:640px){#root .store-shell .product-event-detail-heading{grid-template-columns:auto minmax(0,1fr)}#root .store-shell .product-event-detail-heading :is(.storefront-event-type-badge,.status-pill){justify-self:start}#root .store-shell .event-command-facts{grid-template-columns:minmax(0,1fr);gap:0}#root .store-shell .event-command-facts>div,#root .store-shell .event-command-facts>div:nth-last-child(-n+2),#root .store-shell .event-tournament-facts>div{grid-template-columns:minmax(82px,.34fr) minmax(0,1fr);border-bottom:1px solid var(--store-border-subtle)}#root .store-shell .event-command-facts>div:last-child{border-bottom:0}#root .store-shell .event-tournament-schedule li{grid-template-columns:minmax(0,1fr);gap:3px}#root .store-shell .event-tournament-schedule li em{grid-column:auto}}#root .store-shell :is(input,select,textarea){border:1px solid var(--store-border);border-radius:var(--forge-radius-sm);background:var(--forge-surface-0);color:var(--forge-ink)}#root .store-shell :is(input,select,textarea):focus-visible{outline:none;border-color:var(--forge-gold);box-shadow:var(--forge-focus-ring)}#root .store-shell :is(input,select,textarea)::placeholder{color:var(--forge-ink-faint)}@media(max-width:760px){#root .store-shell :is(.cart-panel,.search-hero,.used-deals-hero,.account-panel){display:grid;grid-template-columns:minmax(0,1fr);gap:12px}#root .store-shell .cart-summary,#root .store-shell .cart-summary-region,#root .store-shell .search-hero-card{position:static;top:auto;width:auto;max-width:none;transform:none}#root .store-shell .cart-panel{grid-auto-flow:row}#root .store-shell .cart-lines{order:2}#root .store-shell .cart-summary-region{order:1}#root .store-shell .cart-review-support{order:3}#root .store-shell .search-hero-card{border-style:dashed;background:var(--forge-surface-0)}#root .store-shell :is(.home-trust-strip,.cart-safety-strip,.cart-handoff-checklist){grid-template-columns:minmax(0,1fr);gap:8px}#root .store-shell .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#root .store-shell .product-grid>.product-card{max-width:none!important;width:100%}#root .store-shell main{padding-bottom:calc(84px + env(safe-area-inset-bottom))}}#root .store-shell small{color:var(--forge-ink-muted)}#root .store-shell .cart-line-review{align-items:center}#root .store-shell nav[aria-label=Breadcrumb] a,#root .store-shell .breadcrumbs a{color:var(--forge-ink-muted)}#root .store-shell nav[aria-label=Breadcrumb] a:hover,#root .store-shell .breadcrumbs a:hover{color:var(--forge-gold)}@media(prefers-reduced-motion:reduce){#root .store-shell .product-card,#root .store-shell .storefront-cta{transition:none}#root .store-shell .product-card:hover,#root .store-shell .storefront-cta:hover:not(:disabled){transform:none}}#root .store-shell a:focus-visible{outline:none;box-shadow:var(--forge-focus-ring);border-radius:4px}
