:root {
  --black: #050016;
  --ink: #ffffff;
  --muted: #f4eaff;
  --green: #39ff14;
  --green-2: #00ffc6;
  --red: #ff174f;
  --pink: #ff39d2;
  --yellow: #ffec3d;
  --blue: #00d9ff;
  --purple: #a855ff;
  --panel: rgba(18, 0, 34, 0.90);
  --line: rgba(168, 85, 255, 0.34);
  --rainbow: linear-gradient(90deg, var(--green), var(--yellow), var(--pink), var(--purple), var(--blue), var(--green));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 6%, rgba(57, 255, 20, 0.38), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(255, 57, 210, 0.36), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(0, 217, 255, 0.26), transparent 38%),
    linear-gradient(180deg, #090015 0%, #250047 34%, #001b12 68%, #050014 100%);
  overflow-x: hidden;
}

body.shop-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(9,0,21,0.78), rgba(63,0,94,0.42), rgba(0,20,15,0.86)),
    repeating-linear-gradient(90deg, rgba(255,236,61,0.06) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(0deg, rgba(0,217,255,0.05) 0 1px, transparent 1px 62px),
    radial-gradient(circle at 12% 20%, rgba(57,255,20,0.42), transparent 24%),
    radial-gradient(circle at 78% 16%, rgba(255,57,210,0.40), transparent 28%),
    radial-gradient(circle at 46% 88%, rgba(0,217,255,0.32), transparent 34%),
    radial-gradient(circle at 92% 82%, rgba(255,23,79,0.28), transparent 24%),
    #050014;
}

body.shop-page::after {
  content: "HYPHSWORLD  AMS WEST  RICHMOND  VAULT  DUCK SAUCE  01  LOBBY MUSIC  LEVEL 2";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,236,61,0.20);
  text-stroke: 1px rgba(255,236,61,0.20);
  font-size: clamp(3.4rem, 13vw, 11rem);
  font-weight: 1000;
  line-height: 0.86;
  letter-spacing: -0.09em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-7deg);
  opacity: 0.85;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.shop-shell {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
}

.shop-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px clamp(14px, 4vw, 38px);
  background: rgba(9, 0, 21, 0.88);
  border-bottom: 1px solid rgba(255, 57, 210, 0.46);
  backdrop-filter: blur(18px);
}

.shop-brand {
  display: grid;
  gap: 2px;
  flex: 0 0 auto;
}
.shop-brand span {
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 1000;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.shop-brand strong {
  color: #fff;
  font-size: clamp(1.25rem, 5vw, 2rem);
  font-weight: 1000;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.shop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.shop-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(168, 85, 255, 0.16);
  border: 1px solid rgba(0, 217, 255, 0.28);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.shop-nav a:hover { border-color: rgba(57, 255, 20, 0.76); }

.store-ticker {
  border-top: 1px solid rgba(255,236,61,0.18);
  border-bottom: 1px solid rgba(255,57,210,0.52);
  background: #090015;
  overflow: hidden;
}
.store-ticker-label {
  padding: 8px 14px;
  background: linear-gradient(90deg, rgba(57, 255, 20, 0.30), rgba(255, 57, 210, 0.24), rgba(0, 217, 255, 0.22));
  color: #fff;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.store-ticker-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 10px 0;
  color: var(--yellow);
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: merchTicker 28s linear infinite;
}
.store-ticker-track b { color: var(--pink); }

.shop-hero,
.shop-section {
  padding: clamp(20px, 5vw, 48px) 0;
}

.graffiti-zone {
  position: relative;
  overflow: hidden;
}
.graffiti-tags {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.graffiti-tags span {
  position: absolute;
  display: inline-flex;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,236,61,0.30);
  text-stroke: 1px rgba(255,236,61,0.30);
  font-size: clamp(2.6rem, 9vw, 7.8rem);
  font-weight: 1000;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  opacity: 0.56;
  filter: drop-shadow(0 0 12px rgba(255,57,210,0.32));
}
.graffiti-tags span:nth-child(1) { left: 4%; top: 8%; transform: rotate(-10deg); color: rgba(57,255,20,0.16); }
.graffiti-tags span:nth-child(2) { right: 5%; top: 30%; transform: rotate(8deg); color: rgba(255,57,210,0.18); }
.graffiti-tags span:nth-child(3) { left: 13%; bottom: 5%; transform: rotate(5deg); color: rgba(0,217,255,0.16); }
.graffiti-tags span:nth-child(4) { right: 12%; bottom: 18%; transform: rotate(-7deg); color: rgba(255,236,61,0.18); }

.hero-card,
.support-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 14%, rgba(57,255,20,0.24), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(255,57,210,0.24), transparent 30%),
    radial-gradient(circle at 50% 88%, rgba(0,217,255,0.16), transparent 34%),
    rgba(12,0,26,0.78);
  box-shadow: 0 0 34px rgba(255,57,210,0.24), 0 22px 70px rgba(0,0,0,0.42);
}
.hero-card::before,
.support-card::before {
  content: "HYPH ✦ AMS ✦ WEST ✦ VAULT ✦ STORE ✦";
  position: absolute;
  inset: auto -12px 8px auto;
  color: rgba(255,236,61,0.10);
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 1000;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  transform: rotate(-5deg);
  pointer-events: none;
}
.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  align-items: center;
  gap: clamp(18px, 4vw, 32px);
  padding: clamp(22px, 5vw, 48px);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 1000;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-head h2,
.support-card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.8rem, 12vw, 7rem);
  line-height: 0.84;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}
.section-head h2,
.support-card h2 {
  font-size: clamp(2.2rem, 8vw, 4.6rem);
}

.lead,
.section-head p,
.support-card p,
.lane-card p,
.mascot-card p,
.product-card p {
  color: var(--muted);
  font-size: clamp(1rem, 2.5vw, 1.22rem);
  line-height: 1.55;
}
.lead { max-width: 720px; margin: 0 0 22px; }

.hero-actions,
.support-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 16px;
  border: 1px solid rgba(255,236,61,0.30);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(0,0,0,0.22);
}
.shop-btn.primary { background: linear-gradient(135deg, var(--green), var(--green-2)); color: #030303; }
.shop-btn.gold { background: linear-gradient(135deg, var(--yellow), #ff7a00); color: #050505; }
.shop-btn.hot { background: linear-gradient(135deg, var(--red), var(--pink), var(--purple)); color: #fff; }
.shop-btn.soft { background: rgba(168,85,255,0.20); color: #fff; }

.mascot-card {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 18px;
  border-radius: 28px;
  background: rgba(168,85,255,0.14);
  border: 1px solid rgba(0,217,255,0.30);
}
.mascot-card img {
  width: min(230px, 70vw);
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255,57,210,0.40));
}
.mascot-badge {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--rainbow);
  color: #050505;
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mascot-card p {
  margin: 0;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.section-head {
  margin-bottom: 18px;
}
.section-head p { max-width: 780px; margin: 0; }

.product-wall-section {
  position: relative;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}
.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid rgba(168,85,255,0.40);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(168,85,255,0.22), rgba(255,57,210,0.08)),
    rgba(9,0,21,0.82);
  box-shadow: 0 18px 46px rgba(0,0,0,0.34), 0 0 26px rgba(255,57,210,0.24);
}
.product-card::before {
  content: "DROP WALL";
  position: absolute;
  right: -8px;
  top: 12px;
  z-index: 2;
  color: rgba(255,236,61,0.22);
  font-size: 2.6rem;
  font-weight: 1000;
  letter-spacing: -0.08em;
  transform: rotate(10deg);
  pointer-events: none;
}
.product-image-frame {
  position: relative;
  min-height: 270px;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 16%, rgba(57,255,20,0.38), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(255,57,210,0.34), transparent 34%),
    radial-gradient(circle at 48% 84%, rgba(0,217,255,0.24), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255,236,61,0.075) 0 1px, transparent 1px 18px),
    #0b0018;
}
.product-image-frame::after {
  content: "HYPHSWORLD";
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,236,61,0.34);
  text-stroke: 1px rgba(255,236,61,0.34);
  font-weight: 1000;
  font-size: 2.2rem;
  line-height: 0.85;
  letter-spacing: -0.08em;
  opacity: 0.62;
}
.product-image-frame img {
  position: relative;
  z-index: 1;
  width: min(100%, 310px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255,236,61,0.30);
  box-shadow: 0 22px 46px rgba(0,0,0,0.38), 0 0 22px rgba(0,217,255,0.28);
}
.product-copy {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 12px;
  padding: 20px;
}
.product-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 5vw, 2.7rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.product-copy p { margin: 0; }
.product-copy strong { color: var(--yellow); }
.premium-product .product-image-frame {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,236,61,0.38), transparent 32%),
    radial-gradient(circle at 80% 24%, rgba(168,85,255,0.38), transparent 34%),
    radial-gradient(circle at 46% 84%, rgba(57,255,20,0.22), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255,57,210,0.075) 0 1px, transparent 1px 18px),
    #0b0018;
}
.poster-product .product-image-frame {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,23,79,0.40), transparent 32%),
    radial-gradient(circle at 80% 24%, rgba(0,217,255,0.36), transparent 34%),
    radial-gradient(circle at 46% 84%, rgba(255,236,61,0.22), transparent 34%),
    repeating-linear-gradient(135deg, rgba(57,255,20,0.075) 0 1px, transparent 1px 18px),
    #0b0018;
}

.lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.store-lanes { margin-top: 18px; }
.lane-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(9,0,21,0.78);
  box-shadow: 0 18px 44px rgba(0,0,0,0.26);
}
.lane-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -50px auto;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: rgba(57,255,20,0.22);
  filter: blur(4px);
}
.lane-card.premium::after { background: rgba(255,236,61,0.24); }
.lane-card.custom::after { background: rgba(255,57,210,0.26); }
.lane-tag {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(57,255,20,0.18);
  color: var(--green);
  border: 1px solid rgba(57,255,20,0.38);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.lane-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 10vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.lane-card p { margin: 0; }
.lane-card .shop-btn { width: fit-content; position: relative; z-index: 2; }

.support-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: clamp(22px, 5vw, 40px);
}
.support-card p { margin-bottom: 0; max-width: 720px; }
.support-actions { justify-content: flex-end; }

.shop-footer {
  padding: 28px clamp(14px, 4vw, 38px) 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 900;
}

@keyframes merchTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .hero-card,
  .support-card {
    grid-template-columns: 1fr;
  }
  .support-actions { justify-content: flex-start; }
  .lane-grid,
  .product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shop-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }
  .shop-nav {
    width: 100%;
    justify-content: flex-start;
  }
  .shop-nav a {
    flex: 1 1 auto;
    min-width: 86px;
  }
  .store-ticker-label { font-size: 0.8rem; }
  .hero-card { border-radius: 26px; }
  .shop-btn { width: 100%; }
  .hero-actions,
  .support-actions { width: 100%; }
  .mascot-card img { width: min(180px, 62vw); max-height: 180px; }
  .product-image-frame { min-height: 230px; }
  .product-image-frame img { width: min(100%, 260px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
