:root {
  --bg: #07050b;
  --panel: #0c0911;
  --line: #746d78;
  --line-soft: #2c2731;
  --text: #f8f6fa;
  --muted: #a09aa5;
  --purple: #4624c7;
  --purple-bright: #6644f0;
  --purple-glow: #5730e099;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--bg); }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.proof-bar { height: 46px; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid var(--line-soft); background: #08060b; }
.proof-track { display: flex; align-items: center; min-width: max-content; animation: ticker 29s linear infinite; }
.proof-track span { padding: 0 42px; border-right: 1px solid var(--line-soft); color: var(--text); font-size: 10px; font-weight: 900; letter-spacing: .1em; white-space: nowrap; }
.proof-track span::before { content: "✦"; margin-right: 18px; color: var(--purple-bright); text-shadow: 0 0 12px var(--purple-glow); }
@keyframes ticker { to { transform: translateX(-50%); } }

.floating-header { position: absolute; top: 67px; left: 50%; z-index: 2; width: min(570px, calc(100% - 30px)); height: 76px; transform: translateX(-50%); display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; border: 1px solid #3b3541; border-radius: 38px; background: #100c15; box-shadow: 0 8px 28px #0008; }
.cart-trigger { height: 100%; display: grid; place-items: center; border: 0; border-radius: 38px 0 0 38px; background: transparent; color: var(--purple-bright); cursor: pointer; }
.cart-trigger:hover { background: #1a112a; }.cart-trigger:focus-visible, .cart-close:focus-visible { outline: 2px solid var(--purple-bright); outline-offset: -5px; }
.cart-icon { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.25; filter: drop-shadow(0 0 6px #6342ef88); }
.wordmark { color: var(--text); font-size: 22px; font-weight: 900; letter-spacing: -.07em; text-align: center; text-decoration: none; }.wordmark span { color: var(--purple-bright); }
.menu-wrap { height: 100%; position: relative; }.menu-wrap summary { height: 100%; display: grid; place-content: center; gap: 5px; cursor: pointer; list-style: none; }.menu-wrap summary::-webkit-details-marker { display: none; }.menu-wrap summary i { width: 27px; height: 3px; display: block; border-radius: 4px; background: var(--text); }
.menu-wrap nav { position: absolute; top: 83px; right: 0; width: 204px; display: grid; padding: 9px; border: 1px solid #3d3545; border-radius: 14px; background: #110d16; box-shadow: 0 16px 32px #000b; }.menu-wrap:not([open]) nav { display: none; }.menu-wrap nav a { padding: 12px 10px; color: var(--text); font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }.menu-wrap nav a:hover { color: var(--purple-bright); }

.hero { min-height: 510px; padding: 205px 18px 76px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(ellipse 38% 39% at 50% 56%, #38188935, transparent 70%); }.hero > p { margin: 0 0 19px; color: var(--purple-bright); font: 700 10px "Space Mono", monospace; letter-spacing: .2em; }.hero h1 { max-width: 1250px; margin: 0; font-size: clamp(48px, 7vw, 112px); font-weight: 900; letter-spacing: -.085em; line-height: .88; text-transform: uppercase; }.hero h1 span { color: var(--purple-bright); text-shadow: 0 0 35px var(--purple-glow), 0 0 82px #4c21c544; }.hero > a { margin-top: 31px; padding: 14px 19px; border-radius: 999px; background: var(--purple); box-shadow: 0 0 28px var(--purple-glow); color: var(--text); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-decoration: none; }.hero > a b { margin-left: 10px; font-size: 15px; }

.catalog-section { max-width: 1510px; margin: 0 auto; padding: 30px 22px 120px; }.catalog-heading { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 0 0 43px; text-align: center; }.catalog-heading h2 { margin: 0; padding: 16px 30px; border-radius: 999px; background: var(--purple); box-shadow: 0 0 25px #4d2ecb55; color: var(--text); font-size: clamp(21px, 2.1vw, 32px); font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }.catalog-heading p { margin: 0; color: var(--muted); font: 700 9px "Space Mono", monospace; letter-spacing: .12em; }.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.vendor-card { overflow: hidden; border: 1px solid #534b5a; border-radius: 19px; background: linear-gradient(145deg, #110e16, #09070d); box-shadow: 0 14px 30px #0007; }.vendor-card:hover { border-color: var(--purple-bright); transform: translateY(-3px); }.vendor-art { min-height: 238px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; isolation: isolate; background: radial-gradient(circle at 50% 42%, #4020a855, transparent 43%), linear-gradient(150deg, #151024, #07050b 64%); }.vendor-art::before { position: absolute; z-index: -1; width: 135px; height: 135px; border: 1px solid #7f63ff99; border-radius: 50%; content: ""; box-shadow: 0 0 45px #4b29e155, inset 0 0 30px #5034e333; transform: rotate(16deg); }.vendor-art::after { position: absolute; z-index: -1; inset: 0; opacity: .24; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); mix-blend-mode: screen; }.vendor-art small { position: absolute; top: 15px; color: #c7bfff; font: 700 8px "Space Mono", monospace; letter-spacing: .13em; }.vendor-art strong { color: #d6ceff; font-size: clamp(32px, 3.4vw, 49px); font-weight: 900; letter-spacing: -.1em; line-height: .9; text-shadow: 0 0 19px #6644efb8; }.vendor-art span { max-width: 80%; margin-top: 7px; color: var(--purple-bright); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }.vendor-art.cologne::before { border-radius: 43% 43% 28% 28%; transform: scale(.83); }.vendor-art.gshock::before { width: 107px; height: 154px; border-radius: 30px; }.vendor-art.elite::before { width: 146px; height: 100px; border-radius: 13px; }.vendor-art.glasses::before { width: 150px; height: 60px; border-radius: 50%; }.vendor-art.pod::before { width: 112px; height: 85px; border-radius: 44px; }.vendor-art.hoodie::before, .vendor-art.denim::before, .vendor-art.clothing::before { width: 125px; height: 140px; border-radius: 42px 42px 18px 18px; }.vendor-art.shoes::before { width: 164px; height: 77px; border-radius: 58px 18px 38px 38px; }.vendor-art.beanie::before { width: 115px; height: 115px; border-radius: 50% 50% 32% 32%; }
.vendor-info { min-height: 185px; padding: 19px; display: flex; flex-direction: column; background: linear-gradient(180deg, #110e16, #0d0912); }.vendor-info h3 { margin: 0; font-size: clamp(16px, 1.32vw, 21px); font-weight: 900; letter-spacing: -.055em; line-height: 1.05; text-transform: uppercase; }.vendor-info p { margin: 13px 0 0; font-size: 15px; }.vendor-info p b { color: var(--purple-bright); font-size: 21px; }.vendor-info p s { margin-left: 7px; color: #77727a; font-weight: 800; }.vendor-info a { min-height: 43px; margin-top: auto; display: grid; place-items: center; border-radius: 999px; background: var(--purple); box-shadow: 0 0 20px #4e2bc366; color: var(--text); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-decoration: none; }.vendor-info a:hover { background: var(--purple-bright); }

.contact-section { min-height: 520px; padding: 90px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-top: 1px solid var(--line-soft); background: radial-gradient(ellipse at 50% 45%, #38188970 0, #07050b 64%); }.contact-section p { margin: 0 0 19px; color: var(--purple-bright); font: 700 10px "Space Mono", monospace; letter-spacing: .14em; }.contact-section h2 { margin: 0; font-size: clamp(57px, 7vw, 105px); font-weight: 900; letter-spacing: -.09em; line-height: .84; text-transform: uppercase; }.contact-section h2 span { color: var(--purple-bright); text-shadow: 0 0 34px var(--purple-glow); }.contact-section > a { margin-top: 39px; padding: 18px 25px; border-radius: 999px; background: var(--purple); box-shadow: 0 0 26px var(--purple-glow); color: var(--text); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-decoration: none; }.contact-section > a b { padding-left: 9px; font-size: 17px; }

.cart-open { overflow: hidden; }.cart-overlay { position: fixed; z-index: 20; inset: 0; display: flex; justify-content: flex-end; background: #020104a8; backdrop-filter: blur(4px); }.cart-overlay[hidden] { display: none; }.cart-drawer { width: min(490px, 100%); min-height: 100%; padding: 30px; border-left: 1px solid #4c4454; background: linear-gradient(145deg, #130d1a, #07050b 45%); box-shadow: -22px 0 60px #000a; animation: cart-in .24s ease-out; }.cart-drawer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 27px; border-bottom: 1px solid var(--line-soft); }.cart-drawer-head p { margin: 0 0 9px; color: var(--purple-bright); font: 700 9px "Space Mono", monospace; letter-spacing: .15em; }.cart-drawer h2 { margin: 0; font-size: 37px; font-weight: 900; letter-spacing: -.07em; text-transform: uppercase; }.cart-close { width: 43px; height: 43px; border: 1px solid #514957; border-radius: 50%; background: #16101d; color: var(--text); cursor: pointer; font-size: 29px; line-height: 1; }.cart-items { display: grid; gap: 14px; padding: 26px 0; }.cart-item { min-height: 90px; display: grid; grid-template-columns: 70px 1fr 28px; align-items: center; gap: 15px; padding: 11px; border: 1px solid #3e3745; border-radius: 14px; background: #100c15; }.cart-thumb { width: 67px; height: 67px; display: grid; place-items: center; border-radius: 10px; background: radial-gradient(circle at 50% 42%, #5e39ee6b, transparent 53%), #09070f; color: #dbd4ff; box-shadow: inset 0 0 18px #5938d247; font-size: 16px; font-weight: 900; }.cart-item h3 { margin: 0; font-size: 14px; font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; }.cart-item p { margin: 8px 0 0; color: var(--purple-bright); font-size: 17px; font-weight: 800; }.cart-item > button { border: 0; background: transparent; color: #a49ca9; cursor: pointer; font-size: 22px; }.cart-summary { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }.cart-summary strong { color: var(--text); font-size: 25px; letter-spacing: -.05em; }.cart-note { margin: 22px 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.cart-request { display: grid; min-height: 55px; place-items: center; border-radius: 999px; background: var(--purple); box-shadow: 0 0 25px var(--purple-glow); color: var(--text); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-decoration: none; }@keyframes cart-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 32px; border-top: 1px solid var(--line-soft); color: var(--muted); }.wordmark { font-size: 19px; }footer .wordmark { text-align: left; }footer p { margin: 0; font-size: 11px; font-weight: 600; }

@media (max-width: 1100px) { .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.catalog-heading { flex-direction: column; gap: 13px; } }
@media (max-width: 560px) { .proof-bar { height: 39px; }.proof-track span { padding: 0 20px; font-size: 8px; }.proof-track span::before { margin-right: 10px; }.floating-header { top: 52px; height: 61px; grid-template-columns: 60px 1fr 60px; border-radius: 31px; }.wordmark { font-size: 19px; }.cart-icon { transform: scale(.8); }.menu-wrap summary i { width: 22px; height: 2px; }.hero { min-height: 430px; padding: 151px 16px 57px; }.hero h1 { font-size: clamp(47px, 12.2vw, 67px); }.hero > p { font-size: 8px; }.catalog-section { padding: 16px 13px 76px; }.catalog-heading { margin-bottom: 28px; }.catalog-heading h2 { padding: 13px 19px; font-size: 19px; }.catalog-heading p { font-size: 7px; }.catalog-grid { gap: 12px; }.vendor-card { border-radius: 14px; }.vendor-art { min-height: 175px; }.vendor-art strong { font-size: 30px; }.vendor-art small { top: 10px; font-size: 6px; }.vendor-art span { font-size: 7px; }.vendor-art::before { width: 100px; height: 100px; }.vendor-info { min-height: 170px; padding: 13px; }.vendor-info h3 { font-size: 14px; }.vendor-info p { margin-top: 10px; font-size: 11px; }.vendor-info p b { font-size: 16px; }.vendor-info a { min-height: 36px; font-size: 7px; }.contact-section { min-height: 430px; padding: 74px 17px; }.contact-section h2 { font-size: 60px; }.contact-section > a { padding: 15px 18px; font-size: 9px; }footer { display: grid; padding: 27px 18px; }.cart-drawer { padding: 22px; }.cart-drawer h2 { font-size: 31px; } }
