:root{
  --bg:#080808;
  --bg-soft:#0b0b0b;
  --surface:#111111;
  --surface-2:#161616;
  --surface-3:#1b1b1b;
  --line:#262626;
  --line-strong:#343434;
  --text:#f5f3ef;
  --muted:#929292;
  --muted-2:#686868;
  --orange:#ff6a00;
  --orange-hover:#ff7b1b;
  --green:#70cf87;
  --danger:#ff776d;
  --max:1320px;
  --radius:18px;
  --radius-lg:28px;
  color-scheme:dark;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-size:14px;line-height:1.45}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.055;background:url('/assets/noise.png') repeat;mix-blend-mode:soft-light}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%}
main{overflow:hidden}

/* Top bar + navigation */
.announcement{border-bottom:1px solid #1c1c1c;background:#0b0b0b;color:#c2c2c2}
.announcement-inner{max-width:var(--max);min-height:36px;margin:0 auto;padding:7px 22px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px}
.announcement-mark{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(255,106,0,.1)}
.site-header{position:sticky;top:0;z-index:60;background:rgba(8,8,8,.9);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(18px)}
.site-header.scrolled{background:rgba(8,8,8,.97)}
.header-inner{height:72px;max-width:var(--max);margin:0 auto;padding:0 22px;display:grid;grid-template-columns:auto 1fr minmax(190px,250px) auto;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}
.brand img{width:34px;height:34px;border-radius:9px;display:block}
.brand span{font-size:17px;font-weight:760;letter-spacing:-.03em}
.brand i{font-style:normal;color:#777;font-size:10px;font-weight:600;letter-spacing:.12em;margin-left:-3px}
.main-nav{display:flex;align-items:center;gap:6px}
.main-nav a{padding:10px 12px;border-radius:10px;color:#a4a4a4;font-size:13px;font-weight:550;transition:.16s ease}
.main-nav a:hover{color:#fff;background:#131313}
.main-nav a.on{color:#fff;background:#171717}
.header-search{height:38px;border:1px solid #282828;background:#111;border-radius:11px;display:flex;align-items:center;padding:0 11px;gap:8px;transition:.16s ease}
.header-search:focus-within{border-color:#4a3527;background:#13110f}
.header-search span{font-size:19px;line-height:1;color:#777;transform:rotate(-12deg)}
.header-search input{width:100%;border:0;outline:0;background:transparent;color:#eee;font-size:12px}
.header-search input::placeholder{color:#696969}
.header-actions{display:flex;align-items:center;gap:9px;justify-content:flex-end}
.cart-link{height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border:1px solid transparent;border-radius:11px;color:#bdbdbd;font-size:12px}
.cart-link:hover{border-color:#292929;background:#111;color:#fff}
.cart-link b{min-width:22px;height:22px;display:grid;place-items:center;border-radius:8px;background:#202020;color:#fff;font-size:10px;font-weight:700;padding:0 5px}
.profile-chip{height:38px;display:flex;align-items:center;gap:8px;padding:0 11px 0 6px;border:1px solid #292929;background:#111;border-radius:11px;font-size:12px;color:#e6e6e6}
.avatar{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:var(--orange);color:#0a0a0a;font-weight:800}
.nav-toggle{display:none;width:38px;height:38px;border:1px solid #292929;background:#111;border-radius:11px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.nav-toggle span{display:block;width:15px;height:1px;background:#ddd}
.mobile-nav{display:none}

/* Shared */
.button{appearance:none;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;border:1px solid var(--orange);background:var(--orange);color:#111;padding:11px 17px;font-size:12px;font-weight:720;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.button:hover{background:var(--orange-hover);border-color:var(--orange-hover);transform:translateY(-1px)}
.button.ghost{background:#121212;border-color:#303030;color:#ececec}
.button.ghost:hover{background:#181818;border-color:#444}
.button.small{min-height:38px;padding:8px 14px}
.button.wide{width:100%}
.button.owned{opacity:.55;cursor:default;transform:none}
.kicker,.eyebrow{display:inline-block;color:var(--orange);font-size:10px;font-weight:760;letter-spacing:.12em;text-transform:uppercase}
.flash{max-width:var(--max);margin:16px auto 0;padding:12px 14px;border:1px solid #2d5537;background:#0e1a11;color:#c1edca;border-radius:12px;font-size:12px}
.flash.error{border-color:#5b302b;background:#1b100f;color:#ffc0ba}
.empty-card{padding:38px;border:1px solid #262626;background:#0f0f0f;border-radius:18px}
.empty-card.full{grid-column:1/-1;min-height:260px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.empty-card h2,.empty-card h3{margin:0 0 8px;letter-spacing:-.03em}
.empty-card p{margin:0 0 22px;color:#7f7f7f}
.empty-state{max-width:900px;margin:90px auto;padding:74px 32px;text-align:center}
.empty-state h1{font-size:clamp(40px,7vw,72px);line-height:.98;letter-spacing:-.055em;margin:14px 0}
.empty-state p{color:#858585;margin:0 auto 26px;max-width:550px}
.muted{color:#777}

/* Home hero */
.store-hero{max-width:var(--max);margin:24px auto 0;padding:0 22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.86fr);gap:14px}
.hero-copy,.hero-product{min-height:590px;border:1px solid #242424;border-radius:var(--radius-lg);overflow:hidden;position:relative;background:#0e0e0e}
.hero-copy{display:flex;flex-direction:column;justify-content:flex-end;padding:54px;isolation:isolate}
.hero-copy:before{content:"";position:absolute;z-index:-1;right:-110px;top:-80px;width:520px;height:520px;background:url('/assets/logo.png') center/contain no-repeat;opacity:.035;transform:rotate(8deg)}
.hero-copy:after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;height:5px;background:var(--orange)}
.hero-copy h1{max-width:700px;font-size:clamp(52px,6.5vw,88px);font-weight:710;letter-spacing:-.068em;line-height:.92;margin:16px 0 24px}
.hero-copy p{max-width:590px;color:#9d9d9d;font-size:15px;line-height:1.65;margin:0 0 28px}
.hero-actions{display:flex;gap:9px;flex-wrap:wrap}
.hero-product{display:flex;flex-direction:column;padding:18px;background:#131313;transition:transform .2s ease,border-color .2s ease}
.hero-product:hover{transform:translateY(-2px);border-color:#3a3a3a}
.hero-product-top{display:flex;justify-content:space-between;align-items:center;padding:4px 5px 14px;font-size:11px}
.hero-product-top span{color:#fff;font-weight:650}
.hero-product-top small{color:#717171}
.hero-product-art{flex:1;min-height:0;border-radius:20px;background:#0b0b0b;display:grid;place-items:center;position:relative;overflow:hidden}
.hero-product-art:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,106,0,.10),transparent 46%);opacity:.8}
.hero-product-art:after{content:"LOUD";position:absolute;left:22px;bottom:-16px;font-size:94px;font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.025)}
.hero-product-art img{width:min(62%,390px);max-height:72%;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 28px 45px rgba(0,0,0,.55));transition:transform .28s ease}
.hero-product:hover .hero-product-art img{transform:scale(1.035)}
.hero-product-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;padding:16px 5px 3px}
.hero-product-bottom div{display:grid;gap:4px}
.hero-product-bottom small{font-size:10px;color:#707070}
.hero-product-bottom strong{font-size:20px;letter-spacing:-.025em}
.hero-product-bottom b{font-size:16px;font-weight:700}
.hero-fallback .hero-product-art{height:100%}

/* Category rail */
.category-dock{max-width:var(--max);margin:14px auto 0;padding:0 22px}
.category-dock-head{display:flex;align-items:center;justify-content:space-between;padding:16px 4px 12px;color:#d7d7d7;font-size:12px}
.category-dock-head a{color:#7f7f7f}.category-dock-head a:hover{color:#fff}
.category-dock-scroll{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.category-dock-scroll a{min-height:120px;padding:18px;border:1px solid #232323;background:#0f0f0f;border-radius:16px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:8px 14px;transition:.18s ease}
.category-dock-scroll a:hover{background:#131313;border-color:#3a3a3a;transform:translateY(-2px)}
.category-dock-scroll span{font-size:15px;font-weight:650}
.category-dock-scroll small{grid-column:1;color:#6f6f6f;font-size:10px;line-height:1.4;align-self:end}
.category-dock-scroll i{grid-column:2;grid-row:1/3;align-self:center;font-style:normal;color:#646464;font-size:18px}
.category-dock-scroll a:hover i{color:var(--orange)}

/* Product sections */
.featured-section{max-width:var(--max);margin:0 auto;padding:86px 22px 18px}
.latest-section{padding-top:76px;padding-bottom:70px}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px}
.section-title h2{font-size:34px;font-weight:680;letter-spacing:-.045em;margin:7px 0 0}
.section-title p{margin:8px 0 0;color:#737373;font-size:12px}
.section-title>a{font-size:12px;color:#888;padding-bottom:4px}.section-title>a:hover{color:#fff}
.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.catalog-grid.featured{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-card{display:flex;flex-direction:column;min-width:0;background:#0f0f0f;border:1px solid #232323;border-radius:17px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.product-card:hover{transform:translateY(-3px);border-color:#3b3b3b;background:#111}
.product-art{height:290px;display:grid;place-items:center;position:relative;overflow:hidden;background:#151515}
.product-art:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.05),transparent 58%)}
.product-art img{width:58%;height:58%;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 18px 26px rgba(0,0,0,.45));transition:transform .25s ease}
.product-card:hover .product-art img{transform:scale(1.04)}
.product-art.rarity-rare{background:#121517}.product-art.rarity-epic{background:#16120f}.product-art.rarity-legendary{background:#18130d}
.badge,.type-tag{position:absolute;z-index:4;top:12px;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:700}
.badge{left:12px;background:var(--orange);color:#0b0b0b}
.badge.sale{background:#f3f1eb;color:#111}
.type-tag{right:12px;background:rgba(8,8,8,.72);border:1px solid rgba(255,255,255,.08);color:#c3c3c3;backdrop-filter:blur(8px)}
.product-copy{padding:16px;display:flex;flex-direction:column;flex:1;min-height:138px}
.product-copy-top h3{font-size:15px;font-weight:650;letter-spacing:-.02em;margin:0 0 6px}
.product-copy-top p{font-size:10.5px;line-height:1.48;color:#737373;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-bottom{margin-top:auto;padding-top:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.rarity-label{font-size:9px;color:#666}.rarity-text-epic{color:#b69b87}.rarity-text-legendary{color:#d4ad73}.rarity-text-rare{color:#8aa5ba}
.price{text-align:right;white-space:nowrap;display:flex;align-items:center;gap:7px}
.price del{font-size:10px;color:#666}.price strong{font-size:13px;font-weight:700}

/* Editorial account band */
.account-band{max-width:calc(var(--max) - 44px);margin:82px auto 0;border:1px solid #262626;border-radius:26px;background:#101010;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;min-height:360px}
.account-band-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}
.account-band-copy h2{max-width:650px;font-size:43px;line-height:1.02;font-weight:680;letter-spacing:-.055em;margin:12px 0 18px}
.account-band-copy p{max-width:640px;color:#838383;line-height:1.65;margin:0 0 24px}
.account-band-copy>a{color:#fff;font-weight:650;font-size:12px}.account-band-copy>a:hover{color:var(--orange)}
.account-band-mark{position:relative;display:grid;place-items:center;background:#0a0a0a;overflow:hidden}
.account-band-mark:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid #202020}
.account-band-mark:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;border:1px solid #282828}
.account-band-mark img{width:150px;border-radius:30px;position:relative;z-index:2;filter:drop-shadow(0 24px 40px #000)}
.account-band-mark span{position:absolute;right:18px;bottom:12px;font-size:72px;font-weight:800;letter-spacing:-.07em;color:rgba(255,255,255,.035)}

/* Shop */
.shop-intro{max-width:var(--max);margin:0 auto;padding:72px 22px 34px;display:flex;align-items:flex-end;justify-content:space-between;gap:38px}
.shop-intro h1{font-size:clamp(44px,6vw,72px);font-weight:690;line-height:.98;letter-spacing:-.058em;margin:12px 0 10px}
.shop-intro p{margin:0;color:#7f7f7f;max-width:650px}
.catalog-search{width:min(410px,100%);height:48px;border:1px solid #2a2a2a;background:#101010;border-radius:13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:0 7px 0 13px}
.catalog-search>span{font-size:20px;color:#6d6d6d;transform:rotate(-12deg)}
.catalog-search input{min-width:0;border:0;background:transparent;color:#eee;outline:0;font-size:12px}
.catalog-search button{height:34px;border:0;border-radius:8px;background:#202020;color:#ddd;padding:0 12px;font-size:10px}
.catalog-search button:hover{background:#2a2a2a}
.category-rail{max-width:var(--max);margin:0 auto;padding:0 22px 6px;display:flex;gap:8px;overflow:auto;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}
.category-rail a{flex:0 0 185px;min-height:77px;border:1px solid #262626;background:#0f0f0f;border-radius:14px;padding:13px 14px;display:flex;flex-direction:column;justify-content:center;gap:4px;transition:.16s ease}
.category-rail a:hover{background:#141414;border-color:#383838}
.category-rail a.on{border-color:#634022;background:#18110c;box-shadow:inset 0 -2px var(--orange)}
.category-rail span{font-size:12px;font-weight:650}
.category-rail small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#676767}
.subcat-row{max-width:var(--max);margin:12px auto 0;padding:0 22px;display:flex;align-items:center;gap:7px;overflow:auto}
.subcat-row>span{font-size:10px;color:#666;margin-right:4px}.subcat-row a{padding:7px 10px;border:1px solid #282828;background:#101010;border-radius:9px;color:#aaa;font-size:10px;white-space:nowrap}.subcat-row a:hover{color:#fff;border-color:#444}
.catalog-wrap{max-width:var(--max);margin:0 auto;padding:34px 22px 90px}
.catalog-toolbar{min-height:30px;display:flex;align-items:center;justify-content:space-between;color:#686868;font-size:10px;margin-bottom:12px}.catalog-toolbar a:hover{color:#fff}

/* Product detail */
.product-detail{max-width:var(--max);margin:0 auto;padding:54px 22px 90px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:56px}
.product-stage{height:min(720px,68vw);max-height:720px;min-height:520px;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid #252525;border-radius:24px;background:#121212}
.product-stage:after{content:"LOUD";position:absolute;right:22px;bottom:-20px;font-size:118px;font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.022)}
.stage-grid{display:none}
.product-stage img{width:52%;height:52%;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 30px 50px rgba(0,0,0,.52))}
.product-stage>span{position:absolute;left:18px;top:18px;padding:7px 9px;border-radius:8px;background:#0a0a0ab8;border:1px solid #2a2a2a;color:#b5b5b5;font-size:9px;text-transform:capitalize}
.product-thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto}
.product-thumbs button{width:78px;height:78px;flex:0 0 78px;border:1px solid #262626;background:#0f0f0f;border-radius:12px;padding:7px;cursor:pointer}
.product-thumbs button.on{border-color:#77441f;background:#17110d}
.product-thumbs img{width:100%;height:100%;object-fit:contain;border-radius:8px}
.product-info{padding:20px 0;align-self:start;position:sticky;top:112px}
.breadcrumbs{display:flex;gap:8px;color:#686868;font-size:10px;margin-bottom:34px}.breadcrumbs a:hover{color:#fff}
.product-info h1{font-size:clamp(44px,5.5vw,68px);font-weight:690;letter-spacing:-.06em;line-height:.95;margin:12px 0 18px}
.product-info .lead{font-size:18px;color:#d1d1d1;margin:0 0 16px}
.product-info>p{color:#808080;line-height:1.65;margin:0}
.purchase-box{margin:30px 0 18px;padding:18px;border:1px solid #292929;background:#101010;border-radius:16px}
.big-price{display:flex;align-items:flex-end;gap:10px;margin-bottom:14px}.big-price del{color:#666;font-size:12px}.big-price strong{font-size:26px;letter-spacing:-.03em}
.purchase-box small{display:block;margin-top:10px;color:#696969;font-size:10px;text-align:center}
.detail-notes{border-top:1px solid #222}
.detail-notes>div{padding:14px 0;border-bottom:1px solid #202020;display:grid;grid-template-columns:130px 1fr;gap:16px;font-size:10px}.detail-notes b{font-weight:620}.detail-notes span{color:#737373}

/* Generic heads / legal */
.page-head,.help-head{max-width:var(--max);margin:0 auto;padding:72px 22px 42px}
.page-head.compact{padding-bottom:26px}
.page-head h1,.help-head h1{max-width:900px;font-size:clamp(44px,6vw,72px);font-weight:690;line-height:.98;letter-spacing:-.058em;margin:12px 0 12px}
.page-head p,.help-head p{max-width:650px;color:#808080;margin:0;line-height:1.6}
.legal-page{max-width:900px;margin:0 auto 100px;padding:0 22px}
.legal-page h2{font-size:20px;font-weight:650;letter-spacing:-.02em;margin:0;padding:28px 0 10px;border-top:1px solid #242424}
.legal-page p{margin:0;color:#858585;line-height:1.8;padding-bottom:28px}
.help-head{padding-bottom:32px}
.help-list{max-width:var(--max);margin:0 auto 90px;padding:0 22px;border-top:1px solid #252525}
.help-list article{display:grid;grid-template-columns:minmax(230px,.55fr) 1fr;gap:50px;padding:30px 0;border-bottom:1px solid #252525}
.help-list article>div span{font-size:9px;color:var(--orange);text-transform:uppercase;font-weight:700;letter-spacing:.11em}
.help-list h3{font-size:18px;font-weight:630;margin:7px 0 0;letter-spacing:-.02em}
.help-list p{max-width:720px;color:#858585;line-height:1.65;margin:0}
.faq-grid{display:none}

/* Cart */
.cart-layout{max-width:var(--max);margin:0 auto 90px;padding:0 22px;display:grid;grid-template-columns:1fr 360px;gap:16px}
.cart-list{display:flex;flex-direction:column;gap:8px}
.cart-item{min-height:112px;border:1px solid #242424;background:#0f0f0f;border-radius:15px;display:grid;grid-template-columns:90px 1fr auto auto;align-items:center;gap:18px;padding:10px 16px 10px 10px}
.cart-thumb{width:90px;height:90px;display:grid;place-items:center;background:#171717;border-radius:11px}.cart-thumb img{width:62px;height:62px;object-fit:contain;border-radius:10px}
.cart-main span{font-size:9px;color:var(--orange)}.cart-main h3{margin:5px 0 2px;font-size:15px}.cart-main p{margin:0;color:#626262;font-size:9px}
.cart-price{font-weight:700}.text-button{border:0;background:0;color:#6d6d6d;font-size:10px}.text-button:hover{color:#fff}
.summary-card{border:1px solid #292929;background:#101010;border-radius:16px;padding:22px;align-self:start;position:sticky;top:105px}.summary-card>div:not(.secure-line){display:flex;justify-content:space-between;padding:20px 0;border-bottom:1px solid #252525}.summary-card p{font-size:10px;line-height:1.6;color:#727272}.secure-line{margin-top:12px;text-align:center;color:#5f5f5f;font-size:9px}

/* Login */
.login-wrap{max-width:1120px;margin:54px auto 90px;padding:0 22px;display:grid;grid-template-columns:1fr .9fr;gap:14px}
.login-panel,.login-visual{min-height:620px;border:1px solid #262626;border-radius:24px;background:#101010;overflow:hidden}
.login-panel{padding:54px;display:flex;flex-direction:column;justify-content:center}
.login-panel h1{font-size:clamp(42px,5.4vw,64px);font-weight:690;line-height:.98;letter-spacing:-.058em;margin:13px 0 20px}
.login-panel>p{color:#898989;line-height:1.68;margin:0 0 26px}
.device-box{margin-top:16px;padding:18px;border:1px solid #2c2c2c;background:#0c0c0c;border-radius:14px;text-align:center}.device-label{font-size:10px;color:#767676}.device-box strong{display:block;font-size:36px;letter-spacing:.11em;margin:7px 0 16px}.device-box p{color:#747474;font-size:10px;margin:12px 0 0}
.privacy-note{margin-top:22px;padding-top:20px;border-top:1px solid #232323;display:grid;gap:5px;font-size:10px}.privacy-note span{color:#707070;line-height:1.55}
.login-visual{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:40px;background:#0b0b0b}
.login-visual:before{content:"";position:absolute;width:450px;height:450px;border-radius:50%;border:1px solid #1d1d1d;right:-160px;top:-80px}
.login-mark{width:116px;height:116px;padding:13px;border:1px solid #282828;border-radius:28px;background:#101010;position:relative;z-index:2}.login-mark img{width:100%;height:100%;object-fit:cover;border-radius:20px}
.login-visual-copy{position:relative;z-index:2}.login-visual-copy span{font-size:10px;color:var(--orange);font-weight:700}.login-visual-copy h2{font-size:36px;line-height:1.04;font-weight:660;letter-spacing:-.05em;margin:10px 0 12px}.login-visual-copy p{color:#777;max-width:420px;margin:0}
.scan{display:none}

/* Account */
.account-hero{max-width:var(--max);margin:52px auto 18px;padding:28px 30px;border:1px solid #262626;background:#101010;border-radius:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.account-hero h1{font-size:42px;font-weight:680;letter-spacing:-.05em;margin:8px 0}.account-hero code{color:#696969;font-size:10px}
.account-grid{max-width:var(--max);margin:0 auto 90px;padding:0;display:grid;grid-template-columns:1fr 380px;gap:16px}
.inventory-panel,.orders-panel{border:1px solid #252525;padding:26px;background:#0f0f0f;border-radius:18px}
.owned-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.owned-grid article{display:flex;align-items:center;gap:13px;padding:12px;border:1px solid #222;background:#121212;border-radius:12px}.owned-icon{width:58px;height:58px;background:#181818;border-radius:10px;display:grid;place-items:center}.owned-icon img{width:42px;height:42px;object-fit:contain;border-radius:8px}.owned-grid span{font-size:8px;color:var(--orange)}.owned-grid h3{margin:4px 0;font-size:12px}.owned-grid code{color:#626262;font-size:8px}
.order-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #222}.order-row>div{display:grid;gap:4px}.order-row span{color:#696969;font-size:9px}.order-row>div:last-child{text-align:right}.status{font-style:normal;text-transform:uppercase;font-size:8px;color:#777}.status.paid{color:#89d398}.status.refunded,.status.failed{color:#e58a81}

/* Success */
.success-scene{max-width:860px;margin:70px auto 90px;padding:66px 36px;text-align:center;border:1px solid #282828;border-radius:26px;background:#101010}.success-mark{width:110px;height:110px;margin:0 auto 24px;padding:10px;border:1px solid #303030;border-radius:28px;background:#0c0c0c}.success-mark img{width:100%;height:100%;border-radius:19px}.success-scene h1{font-size:clamp(42px,6vw,64px);font-weight:690;letter-spacing:-.055em;margin:12px 0}.success-scene p{color:#858585;line-height:1.65}.success-scene .hero-actions{justify-content:center;margin-top:25px}

/* Footer */
.site-footer{max-width:var(--max);margin:0 auto;padding:46px 22px 26px;border-top:1px solid #222}
.footer-main{display:grid;grid-template-columns:1.65fr repeat(3,.7fr);gap:52px;padding-bottom:42px}
.footer-brand{margin-bottom:14px}.footer-brand img{width:30px;height:30px}
.footer-brand-wrap p{max-width:430px;color:#747474;font-size:10px;line-height:1.65;margin:0 0 18px}
.footer-status{display:flex;align-items:center;gap:7px;color:#626262;font-size:9px}.footer-status span{width:7px;height:7px;border-radius:50%;background:#67bd78}
.footer-main>div:not(.footer-brand-wrap){display:flex;flex-direction:column;gap:9px}.footer-main h4{margin:0 0 5px;font-size:10px;color:#fff}.footer-main a{color:#777;font-size:10px}.footer-main a:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #202020;padding-top:20px;color:#565656;font-size:9px}
.footer-links,.footer-meta{display:none}

@media(max-width:1120px){
  .header-inner{grid-template-columns:auto 1fr auto;gap:16px}.header-search{display:none}.main-nav{justify-content:center}
  .store-hero{grid-template-columns:1fr .8fr}.hero-copy{padding:42px}.hero-copy,.hero-product{min-height:530px}
  .category-dock-scroll{grid-template-columns:repeat(3,1fr)}
  .catalog-grid,.catalog-grid.featured{grid-template-columns:repeat(3,1fr)}
  .product-detail{gap:34px;grid-template-columns:1fr .8fr}.product-stage{min-height:480px}
  .account-grid{padding:0 22px}.account-hero{margin-left:22px;margin-right:22px}
}

@media(max-width:860px){
  .header-inner{grid-template-columns:auto 1fr auto}.main-nav{display:none}.nav-toggle{display:flex}.login-button{display:none}
  .site-header.nav-open .mobile-nav{display:flex}.mobile-nav{border-top:1px solid #202020;padding:12px 18px 16px;flex-direction:column;gap:3px;background:#0b0b0b}.mobile-nav>a{padding:11px 8px;border-radius:8px;color:#bbb}.mobile-nav>a:hover{background:#141414;color:#fff}.mobile-nav form{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:8px}.mobile-nav input{height:40px;border:1px solid #292929;background:#111;color:#eee;border-radius:9px;padding:0 11px;outline:0}.mobile-nav button{border:0;border-radius:9px;background:var(--orange);color:#111;font-weight:700;padding:0 13px}
  .store-hero{grid-template-columns:1fr;padding-top:0}.hero-copy,.hero-product{min-height:auto}.hero-copy{padding:60px 40px;min-height:480px}.hero-product{min-height:500px}
  .category-dock-scroll{display:flex;overflow:auto;padding-bottom:3px;scrollbar-width:none}.category-dock-scroll a{flex:0 0 230px}.category-dock-scroll::-webkit-scrollbar{display:none}
  .catalog-grid,.catalog-grid.featured{grid-template-columns:repeat(2,1fr)}
  .account-band{grid-template-columns:1fr}.account-band-mark{min-height:280px}
  .shop-intro{align-items:flex-start;flex-direction:column}.catalog-search{width:100%}
  .product-detail{grid-template-columns:1fr}.product-info{position:static}.product-stage{height:620px;max-height:none}
  .cart-layout{grid-template-columns:1fr}.summary-card{position:static}
  .login-wrap{grid-template-columns:1fr}.login-panel,.login-visual{min-height:auto}.login-visual{min-height:420px}
  .account-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-main>div:last-child{grid-column:2}.footer-brand-wrap{grid-row:1/3}.help-list article{grid-template-columns:1fr;gap:12px}
}

@media(max-width:620px){
  .announcement-inner{font-size:9px;justify-content:flex-start}.header-inner{height:64px;padding:0 14px}.brand img{width:31px;height:31px}.brand span{font-size:15px}.brand i{display:none}.profile-chip{padding-right:6px}.profile-chip>span:last-child{display:none}.cart-link>span{display:none}
  .store-hero,.category-dock,.featured-section,.shop-intro,.category-rail,.subcat-row,.catalog-wrap,.product-detail,.page-head,.help-head,.help-list,.cart-layout,.login-wrap,.legal-page,.site-footer{padding-left:14px;padding-right:14px}
  .store-hero{margin-top:14px;gap:10px}.hero-copy{padding:38px 26px;min-height:440px;border-radius:21px}.hero-product{min-height:430px;border-radius:21px}.hero-copy h1{font-size:52px}.hero-product-art img{width:58%}.hero-product-art:after{font-size:68px}.hero-product-bottom strong{font-size:17px}
  .category-dock{margin-top:8px}.category-dock-scroll a{flex-basis:210px;min-height:112px}
  .featured-section{padding-top:62px}.latest-section{padding-top:58px;padding-bottom:56px}.section-title{align-items:flex-start}.section-title h2{font-size:29px}.section-title>a{font-size:10px}
  .catalog-grid,.catalog-grid.featured{grid-template-columns:1fr}.product-art{height:340px}.product-copy{min-height:126px}
  .account-band{max-width:none;margin:58px 14px 0;border-radius:21px}.account-band-copy{padding:34px 24px}.account-band-copy h2{font-size:34px}.account-band-mark{min-height:235px}.account-band-mark img{width:112px}
  .shop-intro{padding-top:50px}.shop-intro h1{font-size:48px}.category-rail a{flex-basis:160px}.catalog-wrap{padding-top:24px}
  .product-detail{padding-top:28px;gap:22px}.product-stage{height:430px;min-height:0;border-radius:19px}.product-stage:after{font-size:76px}.product-info h1{font-size:46px}.product-info .lead{font-size:16px}.detail-notes>div{grid-template-columns:1fr;gap:5px}
  .page-head,.help-head{padding-top:52px}.page-head h1,.help-head h1{font-size:46px}.help-list{margin-bottom:64px}.help-list article{padding:24px 0}
  .cart-item{grid-template-columns:76px 1fr;gap:11px}.cart-thumb{width:76px;height:76px}.cart-price,.cart-item form{grid-column:2}.summary-card{border-radius:14px}
  .login-wrap{margin-top:30px}.login-panel{padding:34px 24px;border-radius:20px}.login-panel h1{font-size:43px}.login-visual{padding:28px;min-height:360px;border-radius:20px}.login-visual-copy h2{font-size:30px}
  .account-hero{margin:38px 14px 14px;padding:22px;align-items:flex-start;flex-direction:column}.account-hero h1{font-size:36px}.account-grid{padding:0 14px}.inventory-panel,.orders-panel{padding:20px}.owned-grid{grid-template-columns:1fr}
  .success-scene{margin:40px 14px 70px;padding:48px 20px;border-radius:20px}.success-scene h1{font-size:42px}
  .footer-main{grid-template-columns:1fr 1fr;gap:34px 26px}.footer-brand-wrap{grid-column:1/-1;grid-row:auto}.footer-main>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:6px}
}
