/* ============================================================
   J.A.M.E.S.H.A. COMMISSARY — Japan capitalist crisis storefront
   Big, loud, pretend. Not a real shop.
   ============================================================ */

.st-body {
  margin: 0;
  min-height: 100dvh;
  color: #f8fafc;
  background: #120308;
  font-family: "Barlow Condensed", system-ui, sans-serif;
  overflow-x: hidden;
  padding:
    env(safe-area-inset-top, 0)
    env(safe-area-inset-right, 0)
    env(safe-area-inset-bottom, 0)
    env(safe-area-inset-left, 0);
}

.st-body.st-cart-open {
  overflow: hidden;
}

.st-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(220, 38, 38, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(234, 179, 8, 0.12), transparent 50%),
    linear-gradient(180deg, #1a0508 0%, #0c0406 50%, #080204 100%);
}

.st-rays {
  position: absolute;
  inset: -20% -10% auto;
  height: 70vh;
  opacity: 0.22;
  background: repeating-conic-gradient(
    from 0deg at 50% 0%,
    rgba(255, 255, 255, 0.14) 0deg 6deg,
    transparent 6deg 14deg
  );
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}

.st-field-grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 220, 180, 0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 220, 180, 0.4) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* Top bar */
.st-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 0.5rem 0.75rem;
  padding: 0.4rem 0.85rem;
  background: rgba(12, 4, 6, 0.94);
  border-bottom: 1px solid rgba(248, 113, 113, 0.35);
  backdrop-filter: blur(10px);
}

.st-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fecaca;
  text-decoration: none;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  flex: 0 1 auto;
  min-width: 0;
}

.st-brand-logo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(250, 204, 21, 0.55);
  box-shadow: 0 0 12px rgba(250, 204, 21, 0.25);
  flex-shrink: 0;
  background: #000;
}

.st-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.st-brand-jp {
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  color: #fde68a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14rem;
}

.st-brand-short {
  display: none;
}

/* ============================================================
   HERO BANNER — Japan superstar store identity
   ============================================================ */
.st-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 2px solid rgba(250, 204, 21, 0.45);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.st-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.st-hero-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  transform: scale(1.04);
}

.st-hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 2, 4, 0.88) 0%, rgba(8, 2, 4, 0.55) 42%, rgba(8, 2, 4, 0.35) 70%, rgba(8, 2, 4, 0.75) 100%),
    linear-gradient(180deg, rgba(8, 2, 4, 0.15) 0%, rgba(8, 2, 4, 0.75) 100%);
}

.st-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.15rem 0.85rem 1.25rem;
  display: grid;
  gap: 0.85rem 1.25rem;
  align-items: center;
}

@media (min-width: 720px) {
  .st-hero-content {
    grid-template-columns: minmax(140px, 200px) 1fr;
    padding: 1.5rem 1rem 1.6rem;
  }
}

.st-hero-logo-wrap {
  display: flex;
  justify-content: center;
}

.st-hero-logo {
  width: min(42vw, 200px);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(250, 204, 21, 0.75);
  box-shadow:
    0 0 0 4px rgba(127, 29, 29, 0.55),
    0 0 40px rgba(250, 204, 21, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.5);
  background: #050208;
  animation: st-logo-pulse 3.6s ease-in-out infinite;
}

@keyframes st-logo-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 4px rgba(127, 29, 29, 0.55),
      0 0 32px rgba(250, 204, 21, 0.28),
      0 12px 32px rgba(0, 0, 0, 0.5);
  }
  50% {
    box-shadow:
      0 0 0 4px rgba(56, 189, 248, 0.35),
      0 0 48px rgba(250, 204, 21, 0.5),
      0 12px 32px rgba(0, 0, 0, 0.5);
  }
}

.st-hero-copy {
  text-align: center;
}

@media (min-width: 720px) {
  .st-hero-copy {
    text-align: left;
  }
}

.st-hero-kicker {
  margin: 0 0 0.35rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: #fde047;
  text-shadow: 0 0 12px rgba(250, 204, 21, 0.45);
}

.st-hero-title {
  margin: 0 0 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 0.95;
}

.st-hero-title-en {
  font-size: clamp(1.65rem, 6.5vw, 2.75rem);
  letter-spacing: 0.04em;
  color: #fff7ed;
  text-shadow:
    0 0 20px rgba(239, 68, 68, 0.45),
    0 2px 0 rgba(0, 0, 0, 0.55);
}

.st-hero-title-jp {
  font-size: clamp(0.95rem, 3.2vw, 1.25rem);
  letter-spacing: 0.12em;
  color: #fde68a;
  font-weight: 700;
  text-shadow: 0 0 16px rgba(250, 204, 21, 0.35);
}

.st-hero-tag {
  margin: 0 0 0.75rem;
  font-family: "Share Tech Mono", monospace;
  font-size: clamp(0.62rem, 2.4vw, 0.78rem);
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #fecaca;
}

.st-hero-tag strong {
  color: #fef08a;
}

.st-hero-stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-bottom: 0.55rem;
}

@media (min-width: 720px) {
  .st-hero-stars {
    justify-content: flex-start;
  }
}

.st-star {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.65rem 0.35rem 0.35rem;
  border: 1px solid rgba(250, 204, 21, 0.35);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  min-width: 0;
}

.st-star img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(250, 204, 21, 0.65);
  box-shadow: 0 0 12px rgba(250, 204, 21, 0.25);
  flex-shrink: 0;
}

.st-star-ns img {
  border-color: rgba(96, 165, 250, 0.85);
  box-shadow: 0 0 14px rgba(59, 130, 246, 0.45);
}

.st-star figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: left;
}

.st-star-role {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fef9c3;
}

.st-star-note {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: #fca5a5;
}

.st-star-ns .st-star-note {
  color: #93c5fd;
}

.st-hero-fine {
  margin: 0;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: rgba(252, 165, 165, 0.85);
}

@media (max-width: 560px) {
  .st-hero-content {
    padding-top: 0.9rem;
    padding-bottom: 1rem;
  }

  .st-hero-logo {
    width: min(36vw, 140px);
  }

  .st-star img {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .st-hero-logo {
    animation: none;
  }
}

.st-topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.55rem;
  flex: 1 1 auto;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.st-topnav a {
  color: #fca5a5;
  text-decoration: none;
  padding: 0.35rem 0.2rem;
}

.st-topnav a:hover,
.st-topnav a.is-active {
  color: #fef08a;
}

.st-cart-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 40px;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(250, 204, 21, 0.55);
  background: linear-gradient(180deg, rgba(250, 204, 21, 0.2), rgba(120, 53, 15, 0.45));
  color: #fef9c3;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  border-radius: 2px;
}

.st-cart-btn.is-pulse {
  animation: st-pulse 0.45s ease;
}

@keyframes st-pulse {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.06); }
}

.st-cart-count {
  min-width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 0.7rem;
}

/* Main */
.st-main {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 0.85rem 2.5rem;
}

.st-kicker {
  margin: 0 0 0.25rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: #fde047;
}

.st-sec-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.st-sec-head h2 {
  margin: 0;
  font-size: clamp(1.4rem, 5vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.st-sub {
  margin: 0.35rem 0 0;
  max-width: 36rem;
  color: #fecaca;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 400;
}

/* Crisis */
.st-crisis {
  border: 1px solid rgba(248, 113, 113, 0.4);
  background:
    linear-gradient(135deg, rgba(127, 29, 29, 0.45), rgba(20, 6, 8, 0.9)),
    #1a080a;
  padding: 1.1rem 1rem 1.15rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.st-crisis-kicker {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: #fca5a5;
  margin-bottom: 0.4rem;
}

.st-crisis-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 7vw, 2.6rem);
  letter-spacing: 0.03em;
  line-height: 0.95;
  color: #fef2f2;
  text-shadow: 0 0 24px rgba(239, 68, 68, 0.45);
}

.st-crisis-body {
  margin: 0 0 0.85rem;
  color: #fecaca;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 48rem;
}

.st-crisis-body em {
  color: #fde68a;
  font-style: normal;
}

.st-crisis-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}

@media (min-width: 700px) {
  .st-crisis-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.st-crisis-stats li {
  border: 1px solid rgba(252, 165, 165, 0.25);
  background: rgba(0, 0, 0, 0.25);
  padding: 0.45rem 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-family: "Share Tech Mono", monospace;
}

.st-crisis-stats span {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: #fca5a5;
}

.st-crisis-stats strong {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: #fef9c3;
}

/* Commercial */
.st-commercial {
  margin-bottom: 1.25rem;
}

.st-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.4);
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
}

.st-live-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 8px #ef4444;
  animation: st-blink 1.2s infinite;
}

@keyframes st-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.st-spot-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .st-spot-grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: start;
  }
}

.st-video-card {
  border: 1px solid rgba(250, 204, 21, 0.35);
  background: #0a0406;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.st-video-chrome {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.65rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: #fde68a;
  background: rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid rgba(250, 204, 21, 0.2);
}

.st-video {
  display: block;
  width: 100%;
  max-height: min(70vh, 560px);
  background: #000;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  margin: 0 auto;
}

.st-video-cap {
  margin: 0;
  padding: 0.45rem 0.65rem 0.55rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  color: #fca5a5;
  line-height: 1.4;
}

.st-quote {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.85rem;
  border-left: 3px solid #facc15;
  background: rgba(0, 0, 0, 0.3);
  color: #fef3c7;
  font-size: 1.05rem;
  line-height: 1.4;
}

.st-quote cite {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  font-style: normal;
  color: #fca5a5;
  font-family: "Share Tech Mono", monospace;
}

.st-spot-stills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.st-commercial-af {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(250, 204, 21, 0.2);
}

.st-commercial-af .st-spot-stills {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 560px) {
  .st-commercial-af .st-spot-stills {
    grid-template-columns: repeat(3, 1fr);
  }
}

.st-af-jump {
  margin: 0.85rem 0 0;
}

.st-jump-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(250, 204, 21, 0.5);
  background: linear-gradient(180deg, rgba(250, 204, 21, 0.2), rgba(120, 53, 15, 0.4));
  color: #fef9c3;
  text-decoration: none;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 2px;
}

.st-jump-btn:hover {
  filter: brightness(1.08);
}

.st-card[data-id="af-01"] {
  border-color: rgba(250, 204, 21, 0.55);
  box-shadow: 0 0 24px rgba(250, 204, 21, 0.12), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.st-commercial-laser {
  border-top-color: rgba(56, 189, 248, 0.35);
}

.st-card[data-id="af-05"] {
  border-color: rgba(56, 189, 248, 0.55);
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.15), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.st-card[data-id="af-05"] .st-card-badge {
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
  color: #0b1220;
}

.st-commercial-energy {
  border-top-color: rgba(34, 211, 238, 0.4);
}

.st-live-energy {
  border-color: rgba(34, 211, 238, 0.5);
  color: #a5f3fc;
}

.st-live-energy i {
  background: #22d3ee;
  box-shadow: 0 0 8px #22d3ee;
}

.st-card[data-id="en-01"] {
  border-color: rgba(34, 211, 238, 0.55);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.15), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.st-card[data-id="en-01"] .st-card-badge {
  background: linear-gradient(90deg, #22d3ee, #a3e635);
  color: #0b1220;
}

.st-commercial-cake {
  border-top-color: rgba(192, 132, 252, 0.45);
}

.st-live-cake {
  border-color: rgba(216, 180, 254, 0.55);
  color: #e9d5ff;
}

.st-live-cake i {
  background: #c084fc;
  box-shadow: 0 0 8px #c084fc;
}

.st-card[data-id="ck-01"] {
  border-color: rgba(192, 132, 252, 0.55);
  box-shadow: 0 0 28px rgba(168, 85, 247, 0.18), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.st-card[data-id="ck-01"] .st-card-badge {
  background: linear-gradient(90deg, #c084fc, #f0abfc, #67e8f9);
  color: #1e1030;
}

.st-card[data-id="ns-01"] {
  border-color: rgba(232, 121, 249, 0.55);
  box-shadow: 0 0 28px rgba(232, 121, 249, 0.2), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.st-card[data-id="ns-01"] .st-card-badge {
  background: linear-gradient(90deg, #f0abfc, #e879f9, #38bdf8);
  color: #1a0520;
}

.st-spot-stills figure {
  margin: 0;
  border: 1px solid rgba(252, 165, 165, 0.25);
  background: #0a0406;
  overflow: hidden;
}

.st-spot-stills img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center;
  background: #050208;
}

.st-spot-stills figcaption {
  padding: 0.3rem 0.4rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  color: #fde68a;
}

.st-eyebrow-note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #fecaca;
}

/* Warning */
.st-warning {
  margin: 0 0 1.5rem;
  padding: 1rem 1rem 1.1rem;
  border: 2px dashed rgba(250, 204, 21, 0.55);
  background: rgba(66, 32, 6, 0.55);
  text-align: center;
}

.st-warning-stamp {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  color: #fde047;
  margin-bottom: 0.35rem;
}

.st-warning h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.15rem, 4vw, 1.5rem);
  letter-spacing: 0.06em;
  color: #fef08a;
}

.st-warning p {
  margin: 0 auto 0.5rem;
  max-width: 40rem;
  color: #fef3c7;
  line-height: 1.5;
  font-size: 0.95rem;
}

.st-warning-foot {
  font-family: "Share Tech Mono", monospace !important;
  font-size: 0.68rem !important;
  color: #fcd34d !important;
  letter-spacing: 0.04em;
}

/* Catalog */
.st-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.st-filter-btn {
  min-height: 40px;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(252, 165, 165, 0.35);
  background: rgba(0, 0, 0, 0.35);
  color: #fecaca;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 2px;
}

.st-filter-btn.is-active {
  color: #1a0508;
  background: linear-gradient(180deg, #fde68a, #f59e0b);
  border-color: #fde68a;
  font-weight: 700;
}

.st-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 560px) {
  .st-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .st-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.st-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(248, 113, 113, 0.28);
  background: linear-gradient(180deg, rgba(40, 10, 14, 0.95), rgba(12, 4, 6, 0.98));
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.st-card-media {
  position: relative;
  aspect-ratio: 1;
  background: #050208;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-card-media img {
  width: 100%;
  height: 100%;
  /* Full frame visible — no crop (portrait commercials letterbox in the square) */
  object-fit: contain;
  object-position: center;
  display: block;
  background: #050208;
}

.st-card-media.is-placeholder img {
  object-fit: contain;
  padding: 18%;
  opacity: 0.85;
  filter: drop-shadow(0 0 12px rgba(250, 204, 21, 0.35));
}

.st-card-badge {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 1;
  padding: 0.2rem 0.45rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: #1a0508;
  background: #facc15;
  font-weight: 700;
}

.st-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.7rem 0.75rem 0.8rem;
  flex: 1;
}

.st-card-sku {
  margin: 0;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  color: #f87171;
}

.st-card-name {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.st-card-jp {
  margin: 0;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.72rem;
  color: #fde68a;
  letter-spacing: 0.04em;
}

.st-card-blurb {
  margin: 0.25rem 0 0.5rem;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #fecaca;
  flex: 1;
}

.st-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
}

.st-card-price {
  font-family: "Share Tech Mono", monospace;
  font-size: 1rem;
  color: #fef08a;
  font-weight: 700;
}

.st-card-price small {
  display: block;
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #fca5a5;
}

.st-add {
  min-height: 44px;
  min-width: 72px;
  padding: 0 0.85rem;
  border: 1px solid rgba(52, 211, 153, 0.55);
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.35), rgba(6, 78, 59, 0.55));
  color: #ecfdf5;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  border-radius: 2px;
}

.st-add:active {
  transform: scale(0.97);
}

/* Superstar note */
.st-superstar {
  margin-top: 1.75rem;
  border: 1px solid rgba(192, 132, 252, 0.35);
  background: linear-gradient(135deg, rgba(76, 29, 149, 0.35), rgba(12, 4, 20, 0.9));
  padding: 1.1rem 1rem;
}

.st-superstar h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.15rem, 4vw, 1.45rem);
  letter-spacing: 0.04em;
}

.st-superstar p {
  margin: 0 0 0.65rem;
  color: #e9d5ff;
  line-height: 1.5;
}

.st-superstar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.st-superstar-links a {
  color: #fde68a;
}

/* Cart drawer */
.st-cart {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  justify-content: flex-end;
}

.st-cart.hidden {
  display: none !important;
}

.st-cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.st-cart-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 400px);
  height: 100%;
  background: linear-gradient(180deg, #1a0a0c, #0c0406);
  border-left: 1px solid rgba(250, 204, 21, 0.35);
  display: flex;
  flex-direction: column;
  box-shadow: -16px 0 40px rgba(0, 0, 0, 0.45);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.st-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid rgba(248, 113, 113, 0.3);
}

.st-cart-head h2 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.st-cart-x {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(252, 165, 165, 0.35);
  background: transparent;
  color: #fecaca;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.st-cart-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.75rem;
  overflow-y: auto;
  flex: 1 1 auto;
}

.st-cart-line {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.st-cart-line img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(252, 165, 165, 0.25);
  background: #000;
}

.st-cart-line-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.st-cart-line-meta strong {
  font-size: 0.95rem;
  line-height: 1.15;
}

.st-cart-line-meta span {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.65rem;
  color: #fde68a;
}

.st-cart-line-ops {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.st-cart-line-ops button {
  width: 32px;
  height: 28px;
  border: 1px solid rgba(252, 165, 165, 0.3);
  background: rgba(0, 0, 0, 0.35);
  color: #fecaca;
  cursor: pointer;
  font-size: 0.85rem;
}

.st-cart-empty {
  padding: 1.25rem 0.9rem;
  color: #fca5a5;
  font-size: 0.9rem;
  line-height: 1.4;
}

.st-cart-foot {
  padding: 0.75rem 0.9rem 1rem;
  border-top: 1px solid rgba(250, 204, 21, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.st-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #fca5a5;
}

.st-cart-total strong {
  font-size: 1.15rem;
  color: #fef08a;
}

.st-checkout {
  min-height: 52px;
  border: 1px solid rgba(52, 211, 153, 0.5);
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.4), rgba(6, 78, 59, 0.55));
  color: #ecfdf5;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.st-checkout:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.st-cart-deny {
  margin: 0;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(248, 113, 113, 0.55);
  background: rgba(127, 29, 29, 0.35);
  color: #fecaca;
  font-size: 0.85rem;
  line-height: 1.4;
}

.st-clear {
  min-height: 40px;
  border: 1px solid rgba(252, 165, 165, 0.3);
  background: transparent;
  color: #fca5a5;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}

/* Footer */
.st-footer {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0.85rem 1.75rem;
  text-align: center;
  border-top: 1px solid rgba(248, 113, 113, 0.2);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: #fca5a5;
}

.st-footer a {
  color: #fde68a;
}

.st-footer-fine {
  margin: 0.45rem auto 0;
  max-width: 32rem;
  line-height: 1.45;
  color: #9f1239;
  font-size: 0.62rem;
}

@media (max-width: 560px) {
  .st-brand-full {
    display: none;
  }
  .st-brand-short {
    display: inline;
  }
  .st-brand-jp {
    display: none;
  }
  .st-brand-logo {
    width: 40px;
    height: 40px;
  }
  .st-topnav a:nth-child(n + 4) {
    display: none;
  }
}
