* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(128, 0, 255, 0.18), transparent 35%),
    radial-gradient(circle at top left, rgba(130, 45, 255, 0.12), transparent 30%),
    #05030b;
  color: white;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 85px;
}

img {
  max-width: 100%;
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

section {
  width: 100%;
  padding: 90px clamp(20px, 6vw, 90px);
  position: relative;
}

header,
section,
footer {
  position: relative;
  z-index: 1;
}

/* =========================
   SCROLL PROGRESS
========================= */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #8f5cff, #d16bff, #facc15);
  box-shadow:
    0 0 12px rgba(168, 85, 247, 0.7),
    0 0 24px rgba(250, 204, 21, 0.35);
  z-index: 999999;
  transition: width 0.1s linear;
}

/* =========================
   BACKGROUND EFFECTS
========================= */

.background-glow {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.background-glow span {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(160, 90, 255, 0.18);
  filter: blur(80px);
  animation: floatGlow 12s ease-in-out infinite alternate;
}

.background-glow span:nth-child(1) {
  top: 10%;
  left: 5%;
}

.background-glow span:nth-child(2) {
  top: 45%;
  right: 8%;
  animation-delay: 3s;
}

.background-glow span:nth-child(3) {
  bottom: 8%;
  left: 35%;
  animation-delay: 6s;
}

@keyframes floatGlow {
  from {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(-45px) scale(1.18);
  }
}

.cherry-blossoms {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.cherry-blossoms span {
  position: absolute;
  top: -10%;
  width: 12px;
  height: 12px;
  background: rgba(255, 192, 203, 0.75);
  border-radius: 70% 40% 70% 40%;
  animation: sakuraFall linear infinite;
  box-shadow: 0 0 6px rgba(255, 192, 203, 0.4);
}

.cherry-blossoms span::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: rgba(255, 183, 197, 0.8);
  border-radius: 15px 0 15px 0;
  transform: rotate(90deg);
  top: 0;
  left: 0;
}

.cherry-blossoms span:nth-child(1) { left: 10%; animation-duration: 12s; }
.cherry-blossoms span:nth-child(2) { left: 25%; animation-duration: 15s; animation-delay: 2s; }
.cherry-blossoms span:nth-child(3) { left: 40%; animation-duration: 13s; animation-delay: 4s; }
.cherry-blossoms span:nth-child(4) { left: 55%; animation-duration: 17s; animation-delay: 1s; }
.cherry-blossoms span:nth-child(5) { left: 70%; animation-duration: 14s; animation-delay: 3s; }
.cherry-blossoms span:nth-child(6) { left: 85%; animation-duration: 18s; animation-delay: 5s; }
.cherry-blossoms span:nth-child(7) { left: 35%; animation-duration: 20s; animation-delay: 6s; }
.cherry-blossoms span:nth-child(8) { left: 90%; animation-duration: 16s; animation-delay: 7s; }
.cherry-blossoms span:nth-child(9) { left: 15%; animation-duration: 19s; animation-delay: 8s; }
.cherry-blossoms span:nth-child(10) { left: 60%; animation-duration: 16s; animation-delay: 9s; }
.cherry-blossoms span:nth-child(11) { left: 78%; animation-duration: 21s; animation-delay: 10s; }
.cherry-blossoms span:nth-child(12) { left: 94%; animation-duration: 18s; animation-delay: 11s; }

@keyframes sakuraFall {
  0% {
    transform: translateY(-10vh) translateX(0) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    transform: translateY(110vh) translateX(80px) rotate(360deg);
    opacity: 0;
  }
}

.cursor-glow {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(192, 132, 252, 0.28),
      rgba(168, 85, 247, 0.16),
      transparent 70%
    );
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  filter: blur(22px);
  mix-blend-mode: screen;
}

/* =========================
   LOADER
========================= */

#loader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, #24143a, #05030a 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 9999;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

#loader.hide-loader {
  opacity: 0;
  visibility: hidden;
}

.loader-logo {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 4px;
  color: white;
  text-shadow:
    0 0 12px rgba(168, 85, 247, 0.9),
    0 0 30px rgba(168, 85, 247, 0.6);
  animation: loaderPulse 1.4s ease-in-out infinite alternate;
}

.loader-subtext {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  letter-spacing: 2px;
  text-transform: uppercase;
}

@keyframes loaderPulse {
  from {
    transform: scale(1);
    opacity: 0.75;
  }

  to {
    transform: scale(1.06);
    opacity: 1;
  }
}

/* =========================
   NAVBAR
========================= */

.navbar {
  min-height: 85px;
  padding: 0 clamp(18px, 4vw, 55px);

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  border-bottom: 1px solid rgba(170, 80, 255, 0.18);

  background: rgba(5, 3, 11, 0.92);
  backdrop-filter: blur(16px);

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 99999;
}

.navbar.scrolled {
  box-shadow:
    0 10px 35px rgba(0,0,0,0.45),
    0 0 25px rgba(168, 85, 247, 0.12);
}

.logo {
  justify-self: start;

  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 0.9;

  padding-left: 0;

  text-decoration: none;
  color: white;
  cursor: pointer;

  transition: transform 0.25s ease;
}

.logo:hover {
  transform: translateY(-2px);
}

.logo span {
  color: #9b4dff;
  text-shadow: 0 0 18px rgba(155, 77, 255, 0.8);
}

.logo p {
  font-size: 0.7rem;
  letter-spacing: 9px;
  margin-top: 10px;
  color: #ddd;
}

.logo span {
  color: #9b4dff;
  text-shadow: 0 0 18px rgba(155, 77, 255, 0.8);
}

.logo p {
  font-size: 0.7rem;
  letter-spacing: 9px;
  margin-top: 10px;
  color: #ddd;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #a855f7, #facc15);
  transform: translateX(-50%);
  transition: width 0.3s ease;
  border-radius: 999px;
}

.nav-links a:hover,
.nav-links a.active-link {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(168, 85, 247, 0.9);
}

.nav-links a:hover::after,
.nav-links a.active-link::after {
  width: 100%;
}

.nav-links a.active {
  color: #f7d36b;
}

.nav-links a.active::after {
  width: 100%;
}

.social-icons {
  justify-self: end;

  display: flex;
  align-items: center;
  gap: 18px;

  position: relative;
  z-index: 10;
}

.social-icons a,
.footer-socials a {
  color: white;
  font-size: 1.1rem;
  text-decoration: none;
  transition: 0.3s ease;
  opacity: 0.85;
}

.social-icons a:hover,
.footer-socials a:hover {
  color: white;
  text-shadow: 0 0 12px rgba(192, 132, 252, 0.9);
  transform: translateY(-2px);
  opacity: 1;
}

/* =========================
   HERO
========================= */

.hero {
  padding: 80px 6% 35px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
}

.hero-glow {
  position: absolute;
  inset: auto 10% 20% 10%;
  height: 260px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.16), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
}

.hero h1,
.looking h2,
.contact-section h2 {
  font-size: 2.6rem;
  margin-bottom: 12px;
}

.hero p,
.contact-section p {
  color: #d6d0df;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.contact-text a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.contact-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #a855f7, #facc15);
  transition: width 0.3s ease;
}

.contact-text a:hover::after {
  width: 100%;
}

.hero-grid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 25px;
  align-items: stretch;
}

.info-card,
.image-card,
.small-card,
.contact-section {
  background: rgba(13, 13, 13, 0.7);
  border: 1px solid rgba(170, 80, 255, 0.35);
  border-radius: 20px;
  box-shadow: 0 0 35px rgba(128, 0, 255, 0.12);
}

.info-card {
  padding: 35px;
  text-align: left;
}

.info-row {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 35px;
}

.info-row:last-child {
  margin-bottom: 0;
}

.icon {
  color: #a855ff;
  font-size: 2.2rem;
  min-width: 40px;
  text-shadow: 0 0 16px rgba(168, 85, 255, 0.8);
}

.info-row h3,
.small-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.info-row p,
.small-card p {
  color: #d6d0df;
  line-height: 1.6;
}

.category-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.35s ease;
}

.category-card:hover {
  transform: translateY(-6px);
}

.category-card h3,
.small-card h3,
.look-tab h3 {
  color: white !important;
}

.category-card p,
.small-card p,
.look-tab p {
  color: rgba(255,255,255,0.78) !important;
}

.image-card {
  overflow: hidden;
  position: relative;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 45%, rgba(88, 0, 150, 0.35));
  pointer-events: none;
}

.small-card:hover,
.info-card:hover,
.image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 35px rgba(168, 85, 255, 0.3);
  border-color: rgba(168, 85, 255, 0.75);
}

/* =========================
   TICKER
========================= */

.ticker-bar {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(181, 140, 255, 0.25);
  border-bottom: 1px solid rgba(181, 140, 255, 0.25);
  background: rgba(14, 9, 28, 0.75);
  padding: 14px 0;
  margin-bottom: 35px;
}

.ticker-track {
  display: inline-flex;
  gap: 28px;
  width: max-content;
  animation: tickerMove 18s linear infinite;
}

.ticker-track span {
  color: #d7c2ff;
  font-weight: 900;
  letter-spacing: 2px;
  white-space: nowrap;
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* =========================
   INVENTORY / SHOP
========================= */

.shop-categories,
.inventory-section {
  padding: 40px 6%;
  position: relative;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}

.eyebrow {
  color: #b58cff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 0.8rem;
}

.section-header h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin: 10px 0;
}

.section-header p {
  color: rgba(255, 255, 255, 0.72);
}

.inventory-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 35px;
}

.filter-btn {
  border: 1px solid rgba(181, 140, 255, 0.35);
  background: rgba(20, 14, 35, 0.75);
  color: white;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: linear-gradient(135deg, #8f5cff, #d16bff);
  box-shadow: 0 0 22px rgba(181, 140, 255, 0.35);
  transform: translateY(-3px);
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.inventory-card {
  background: rgba(20, 14, 35, 0.82);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(181, 140, 255, 0.25);
  border-radius: 24px;
  padding: 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(128, 70, 255, 0.12);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border 0.35s ease;
  cursor: pointer;
}

.inventory-card.hide {
  display: none;
}

.inventory-card.is-hidden {
  opacity: 0;
  transform: scale(0.92) translateY(18px);
  pointer-events: none;
}

.inventory-card.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.inventory-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.18), transparent 70%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: -1;
}

.inventory-card:hover::after {
  opacity: 1;
}

.inventory-card:hover {
  transform:
    translateY(-10px)
    rotateX(2deg)
    rotateY(-2deg)
    scale(1.015);
  border-color: rgba(181, 140, 255, 0.75);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.45),
    0 0 35px rgba(138, 92, 255, 0.18);
}

.inventory-card img.card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  margin-bottom: 18px;
  transition: transform 0.5s ease;
}

.inventory-card:hover img {
  transform: scale(1.06);
}

.inventory-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.inventory-card:hover h3 {
  text-shadow: 0 0 16px rgba(168, 85, 247, 0.85);
}

.inventory-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.inventory-card span {
  display: block;
  color: #d7c2ff;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.inventory-card button {
  width: 100%;
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #8f5cff, #d16bff);
  color: white;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.inventory-card button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  transition: 0.55s ease;
}

.inventory-card:hover button::after {
  left: 120%;
}

.inventory-card button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(209, 107, 255, 0.45);
}

/* =========================
   SLAB SHOWCASE
========================= */

.slab-showcase {
  padding: 40px 6%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  position: relative;
}

.showcase-content h2 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  margin: 10px 0 18px;
}

.showcase-content p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 540px;
  line-height: 1.7;
}

.showcase-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 13px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8f5cff, #d16bff);
  color: white;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 0 25px rgba(181, 140, 255, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.showcase-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 35px rgba(181, 140, 255, 0.5);
}

.showcase-card {
  display: flex;
  justify-content: center;
  position: relative;
}

.premium-slab-img {
  width: min(340px, 90vw);
  border-radius: 28px;
  border: 1px solid rgba(215, 194, 255, 0.35);
  box-shadow:
    0 0 35px rgba(181, 140, 255, 0.28),
    0 0 65px rgba(140, 90, 255, 0.22);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: slabFloat 4s ease-in-out infinite;
}

.premium-slab-img:hover {
  transform: scale(1.03);
  box-shadow:
    0 0 45px rgba(181, 140, 255, 0.45),
    0 0 90px rgba(140, 90, 255, 0.35);
}

@keyframes slabFloat {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-18px) rotate(2deg);
  }
}

.slab-particles span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  box-shadow:
    0 0 12px rgba(192,132,252,0.9),
    0 0 24px rgba(168,85,247,0.7);
  animation: sparkleFloat 4s ease-in-out infinite;
}

.slab-particles span:nth-child(1) { top: 12%; left: 18%; }
.slab-particles span:nth-child(2) { top: 24%; right: 12%; animation-delay: 1s; }
.slab-particles span:nth-child(3) { bottom: 20%; left: 10%; animation-delay: 2s; }
.slab-particles span:nth-child(4) { bottom: 14%; right: 18%; animation-delay: 3s; }

@keyframes sparkleFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translateY(-12px) scale(1.25);
    opacity: 1;
  }
}

.slab-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 40px;
}

.slab-stage {
  position: relative;
  width: min(520px, 90vw);
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slab-card {
  position: relative;
  z-index: 3;
  width: min(340px, 82vw);
  padding: 24px;
  border-radius: 28px;
  text-align: center;
  background: rgba(20, 14, 35, 0.88);
  border: 1px solid rgba(247, 211, 107, 0.28);
  box-shadow: 0 0 45px rgba(181, 140, 255, 0.22);
  backdrop-filter: blur(18px);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.main-slab-card img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 0 26px rgba(247, 211, 107, 0.25));
}

.main-slab-card h3 {
  margin-top: 18px;
}

.main-slab-card span {
  display: inline-block;
  margin-top: 12px;
  color: #f7d36b;
  font-weight: 800;
  letter-spacing: 1px;
}

.slab-bg {
  position: absolute;
  width: 170px;
  opacity: 0.38;
  filter: blur(0.3px);
  z-index: 1;
  transition: all 0.35s ease;
}

.slab-bg-left {
  left: 0;
  transform: rotate(-12deg) translateY(35px);
}

.slab-bg-right {
  right: 0;
  transform: rotate(12deg) translateY(35px);
}

.slab-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(20, 14, 35, 0.85);
  color: white;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.slab-arrow:hover {
  transform: scale(1.08);
  box-shadow: 0 0 24px rgba(247, 211, 107, 0.28);
}

.slab-changing {
  opacity: 0;
  transform: scale(0.96);
}

/* =========================
   CURRENTLY LOOKING FOR
========================= */

.looking {
  padding: 40px 6%;
  text-align: center;
}

.looking-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.small-card {
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  color: white;
}

.look-tab.active {
  transform: translateY(-4px);
  border-color: rgba(255, 209, 102, 0.7);
  box-shadow:
    0 0 18px rgba(181, 108, 255, 0.35),
    0 0 40px rgba(255, 209, 102, 0.12);
  background: linear-gradient(145deg, rgba(40, 24, 70, 0.95), rgba(22, 14, 38, 0.95));
}

.look-panel {
  display: none;
  margin-top: 30px;
}

.look-panel.active {
  display: block;
}

.wanted-grid {
  display: flex;
  gap: 18px;
  margin-top: 35px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.wanted-grid::-webkit-scrollbar {
  height: 8px;
}

.wanted-grid::-webkit-scrollbar-thumb {
  background: rgba(160, 100, 255, 0.4);
  border-radius: 20px;
}

.wanted-card {
  min-width: 260px;
  max-width: 260px;
  background: rgba(25, 20, 45, 0.9);
  border: 1px solid rgba(180, 120, 255, 0.25);
  border-radius: 18px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
  box-shadow: 0 0 25px rgba(140, 90, 255, 0.15);
  flex-shrink: 0;
  scroll-snap-align: center;
  opacity: 0;
  transform: translateX(-80px) rotate(-8deg) scale(0.9);
  animation: dealCards 0.6s forwards;
}

.wanted-card:nth-child(1) { animation-delay: 0.05s; }
.wanted-card:nth-child(2) { animation-delay: 0.18s; }
.wanted-card:nth-child(3) { animation-delay: 0.3s; }
.wanted-card:nth-child(4) { animation-delay: 0.42s; }

@keyframes dealCards {
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg) scale(1);
  }
}

.wanted-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 35px rgba(170, 100, 255, 0.35);
}

.wanted-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.wanted-card h3 {
  color: white;
  font-size: 1.05rem;
  margin: 14px 14px 6px;
}

.wanted-card p {
  color: #b7afd3;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 14px 16px;
}

/* =========================
   RECENTLY ADDED
========================= */

.recent-section {
  padding: 40px 6%;
  position: relative;
}

.recent-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.recent-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 20px;
  background: rgba(20, 14, 35, 0.82);
  border: 1px solid rgba(181, 140, 255, 0.18);
  backdrop-filter: blur(14px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border 0.35s ease;
}

.recent-card:hover {
  transform:
    translateY(-10px)
    rotateX(2deg)
    rotateY(-2deg)
    scale(1.015);
  border-color: rgba(247, 211, 107, 0.35);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.45),
    0 0 35px rgba(138, 92, 255, 0.18);
}

.recent-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.recent-card:hover img {
  transform: scale(1.04);
}

.recent-info {
  margin-top: 18px;
}

.recent-info span {
  display: inline-block;
  margin-top: 10px;
  color: #f7d36b;
  font-weight: 700;
  letter-spacing: 1px;
}

.recent-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(247, 211, 107, 0.12);
  border: 1px solid rgba(247, 211, 107, 0.3);
  color: #f7d36b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 3;
}

/* =========================
   CONTACT FORM
========================= */

.contact-section {
  margin: 40px auto 10px;
  padding: 40px;

  width: min(1400px, 88%);

  text-align: center;
}

.trade-form {
  margin-top: 25px;
  display: grid;
  gap: 15px;
}

.trade-form input,
.trade-form textarea {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgba(168, 85, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font-size: 1rem;
}

.trade-form textarea {
  min-height: 130px;
  resize: vertical;
}

.trade-form input::placeholder,
.trade-form textarea::placeholder {
  color: #aaa;
}

.trade-form button {
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: linear-gradient(135deg, #7c2dff 0%, #a855f7 30%, #d946ef 65%, #7c3aed 100%);
  background-size: 250% 250%;
  color: white;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.28),
    inset 0 0 12px rgba(255,255,255,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-position 0.6s ease;
  animation: buttonFlow 6s ease infinite;
}

@keyframes buttonFlow {
  0% { background-position: left center; }
  50% { background-position: right center; }
  100% { background-position: left center; }
}

.trade-form button:hover {
  transform: translateY(-3px);
  background-position: right center;
  box-shadow:
    0 0 28px rgba(192, 132, 252, 0.55),
    0 0 55px rgba(168, 85, 247, 0.28);
}

.form-popup {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 10, 0.7);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.form-popup.show {
  display: flex;
}

.form-popup-box {
  width: min(90%, 420px);
  background: rgba(20, 14, 35, 0.95);
  border: 1px solid rgba(181, 140, 255, 0.35);
  border-radius: 24px;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 0 40px rgba(181, 140, 255, 0.25);
  position: relative;
  animation: popupRise 0.35s ease;
}

.form-popup-box h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

.form-popup-box p {
  color: rgba(255, 255, 255, 0.75);
}

.form-popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: white;
  font-size: 1.6rem;
  cursor: pointer;
}

@keyframes popupRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* =========================
   CARD POPUP MODAL
========================= */

.card-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 99999;
}

.card-popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(12px);
}

.popup-content {
  position: relative;
  width: min(900px, 92vw);
  background: linear-gradient(145deg, rgba(30,20,50,0.96), rgba(10,10,18,0.96));
  border: 1px solid rgba(190,120,255,0.35);
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 0 60px rgba(168,85,247,0.28);
  transform: translateY(25px) scale(0.96);
  transition: 0.35s ease;
}

.card-popup.active .popup-content {
  transform: translateY(0) scale(1);
  animation: premiumPop 0.35s ease forwards;
}

#popupImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}

.popup-info {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-info h2 {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.popup-info p {
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin-bottom: 28px;
}

.popup-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.popup-btn {
  padding: 13px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8f5cff, #d16bff);
  color: white;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

.popup-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 24px rgba(168,85,247,0.45);
}

.popup-btn.secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.08);
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s ease;
}

.popup-close:hover {
  background: rgba(168,85,247,0.4);
  transform: rotate(90deg);
}

.card-popup.active .popup-nav {
  display: flex;
}

.popup-nav {
  position: fixed;
  top: 50%;
  width: 54px;
  height: 54px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(20, 14, 35, 0.95);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  cursor: pointer;
  z-index: 999999;
  transform: translateY(-50%);
}

.prev-popup {
  left: 10%;
}

.next-popup {
  right: 10%;
}

.popup-nav:hover {
  background: rgba(168,85,247,0.65);
  box-shadow: 0 0 26px rgba(168,85,247,0.55);
}

.popup-counter {
  margin-top: 14px;
  font-size: 0.9rem;
  opacity: 0.7;
  letter-spacing: 1px;
}

#popupImage,
#popupTitle,
#popupText {
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.popup-changing {
  opacity: 0;
  transform: translateY(8px);
}

@keyframes premiumPop {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* =========================
   FOOTER
========================= */

footer {
  width: 100%;
  padding: 28px 5.5%;
  margin-top: 0;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;

  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(10, 10, 18, 0.72);
  backdrop-filter: blur(14px);
}

.footer-copy {
  max-width: 320px;
}

.footer-logo {
  justify-self: start;
}

.footer-location {
  justify-self: center;
  text-align: center;
}

.footer-copy {
  justify-self: end;
  text-align: right;
}

@media (max-width: 760px) {
  footer {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 32px 24px;
  }

  .footer-logo,
  .footer-location,
  .footer-copy {
    justify-self: center;
    text-align: center;
  }
}

/* =========================
   REVEAL ANIMATIONS
========================= */

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   POPUP CARD
========================= */

.popup-card {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.popup-card:hover {
  transform: scale(1.04);
  box-shadow: 0 0 28px rgba(170, 120, 255, 0.35);
}

/* =========================
   PREMIUM HERO UPGRADE
========================= */

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(247, 211, 107, 0.28);
  background: rgba(247, 211, 107, 0.08);
  color: #f7d36b;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 2px;
  box-shadow: 0 0 24px rgba(247, 211, 107, 0.08);
}

.hero h1 {
  max-width: 920px;
  margin: 0 auto 18px;
  font-size: clamp(2.3rem, 5.8vw, 5rem);
  line-height: 0.98;
  letter-spacing: -2px;
  animation: heroGlow 4s ease-in-out infinite alternate;
}

@keyframes heroGlow {
  0% {
    text-shadow:
      0 0 12px rgba(168, 85, 247, 0.18),
      0 0 24px rgba(168, 85, 247, 0.08);
  }

  100% {
    text-shadow:
      0 0 22px rgba(168, 85, 247, 0.35),
      0 0 42px rgba(247, 211, 107, 0.14);
  }
}

.hero h1 span {
  display: block;
  background: linear-gradient(90deg, #ffffff, #d7c2ff, #f7d36b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  animation: gradientShift 6s ease infinite;
  background-size: 200% 200%;
}

@keyframes gradientShift {
  0% { background-position: left center; }
  50% { background-position: right center; }
  100% { background-position: left center; }
}

.hero-lead {
  max-width: 780px;
  margin: 0 auto 28px !important;
  color: rgba(255,255,255,0.76) !important;
  font-size: clamp(1rem, 2.2vw, 1.25rem) !important;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 26px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 24px;
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.5px;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border 0.28s ease;
}

.hero-btn.primary {
  background: linear-gradient(135deg, #7c2dff, #a855f7, #d946ef);
  box-shadow: 0 0 28px rgba(168, 85, 247, 0.35);
}

.hero-btn.secondary {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
}

.hero-btn:hover {
  transform: translateY(-4px);
}

.hero-btn.primary:hover {
  box-shadow: 0 0 42px rgba(168, 85, 247, 0.55);
}

.hero-btn.secondary:hover {
  border-color: rgba(247, 211, 107, 0.38);
  box-shadow: 0 0 28px rgba(247, 211, 107, 0.12);
}

.hero-stats {
  width: min(820px, 100%);
  margin: 0 auto 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-stats div {
  padding: 16px 14px;
  border-radius: 18px;
  border: 1px solid rgba(181, 140, 255, 0.18);
  background: rgba(20, 14, 35, 0.58);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 22px rgba(128, 70, 255, 0.08);
}

.hero-stats strong {
  display: block;
  color: white;
  font-size: 1rem;
  margin-bottom: 5px;
}

.hero-stats span {
  color: rgba(255,255,255,0.64);
  font-size: 0.82rem;
}

/* =========================
   PREMIUM HERO LEFT PANEL
========================= */

.premium-hero-card {
  position: relative;
  overflow: hidden;
}

.hero-mini-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(247, 211, 107, 0.22);
  background: rgba(247, 211, 107, 0.06);
  color: #f7d36b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
}

.premium-hero-card h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.92;
  margin-bottom: 18px;
}

.premium-hero-card h2 span {
  display: block;
  background: linear-gradient(90deg, #ffffff, #d7c2ff, #f7d36b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.premium-hero-text {
  max-width: 520px;
  color: rgba(255,255,255,0.74) !important;
  font-size: 1.05rem !important;
  line-height: 1.7;
  margin-bottom: 28px !important;
}

.premium-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.premium-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-weight: 800;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border 0.28s ease;
}

.premium-hero-btn.primary {
  background: linear-gradient(135deg, #7c2dff, #a855f7, #d946ef);
  box-shadow: 0 0 28px rgba(168, 85, 247, 0.28);
}

.premium-hero-btn.secondary {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
}

.premium-hero-btn:hover {
  transform: translateY(-4px);
}

.hero-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.hero-feature-tags span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(181, 140, 255, 0.18);
  color: rgba(255,255,255,0.82);
  font-size: 0.82rem;
}

.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.hero-mini-stats div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(181, 140, 255, 0.14);
  transition:
    transform 0.28s ease,
    border 0.28s ease,
    box-shadow 0.28s ease;
}

.hero-mini-stats div:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 211, 107, 0.22);
  box-shadow: 0 0 24px rgba(247, 211, 107, 0.08);
}

.hero-mini-stats strong {
  display: block;
  margin-bottom: 5px;
  color: white;
}

.hero-mini-stats p {
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.82rem !important;
}

/* =========================
   PREMIUM MOTION
========================= */

.premium-hero-card,
.image-card,
.slab-showcase,
.inventory-card,
.recent-card {
  will-change: transform;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.premium-hero-card {
  animation: floatSoft 7s ease-in-out infinite;
}

.image-card {
  animation: floatSoftAlt 8s ease-in-out infinite;
}

.slab-showcase {
  animation: floatSoft 9s ease-in-out infinite;
}

@keyframes floatSoft {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatSoftAlt {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(0.4deg);
  }
}

/* =========================
   PREMIUM SECTION DIVIDERS
========================= */

section {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: min(1100px, 92%);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(201, 169, 92, 0.22),
    rgba(145, 95, 255, 0.28),
    transparent
  );
  opacity: 0.65;
  pointer-events: none;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1000px) {
  .inventory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .looking-grid {
    grid-template-columns: 1fr;
  }
}

footer {
  width: 100%;
  padding: 28px clamp(32px, 5.5vw, 90px);
  margin-top: 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;

  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(10, 10, 18, 0.72);
  backdrop-filter: blur(14px);
}

.footer-logo {
  flex: 0 0 auto;
}

.footer-location,
.footer-copy {
  text-align: right;
  white-space: nowrap;
}

.footer-location {
  margin-left: auto;
}

.footer-copy {
  max-width: none;
}

@media (max-width: 760px) {
  footer {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    gap: 18px;
  }

  .footer-logo,
  .footer-location,
  .footer-copy {
    text-align: center;
    white-space: normal;
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  .slab-showcase {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .showcase-content p {
    margin: 0 auto;
  }

  .showcase-card {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-top: 170px;
    background:
      radial-gradient(circle at top right, rgba(128, 0, 255, 0.16), transparent 35%),
      #05030b;
    overscroll-behavior-x: none;
  }

  main,
  section,
  .hero,
  .hero-grid,
  .info-card,
  .image-card,
  .shop-categories,
  .inventory-grid,
  .slab-showcase,
  .looking,
  .contact-section,
  footer {
    max-width: 100%;
    overflow-x: hidden;
  }

  .navbar {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 16px;
    gap: 12px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  .navbar.scrolled {
    box-shadow:
      0 10px 35px rgba(0,0,0,0.45),
      0 0 25px rgba(168, 85, 247, 0.18);
  }

  .logo {
    width: auto;
    padding-left: 0;
    text-align: center;
    font-size: 1.5rem;
  }

  .logo p {
    letter-spacing: 5px;
    font-size: 0.55rem;
  }

  .nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0 10px;
  }

  .nav-links a {
    font-size: 0.78rem;
    padding: 6px 4px;
  }

  .social-icons {
    justify-content: center;
  }

  .hero {
    padding: 70px 6% 30px;
  }

  .hero h1,
  .looking h2,
  .contact-section h2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .hero p,
  .contact-section p {
    font-size: 1rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .info-card {
    padding: 25px;
  }

  .info-row {
    gap: 15px;
    margin-bottom: 28px;
  }

  .info-row h3 {
    font-size: 1rem;
  }

  .info-row p {
    font-size: 0.9rem;
  }

  .image-card img {
    height: 300px;
    object-fit: cover;
  }

  .ticker-track {
    gap: 20px;
    animation-duration: 18s;
  }

  .shop-categories,
  .inventory-section,
  .slab-showcase,
  .looking,
  .recent-section {
    padding: 28px 6%;
  }

  .inventory-grid {
    grid-template-columns: 1fr;
  }

  .inventory-card,
  .small-card,
  .wanted-card,
  .info-card {
    width: 100%;
    max-width: 100%;
  }

  .inventory-card img.card-image {
    height: 190px;
  }

  .premium-slab-img {
    width: 85vw;
  }

  .looking-grid {
    grid-template-columns: 1fr;
  }

  .small-card {
    padding: 22px;
  }

  .wanted-grid {
    overflow-x: auto;
    padding: 0 4px 14px;
    touch-action: pan-y;
  }

  .wanted-card {
    min-width: 78vw;
    max-width: 78vw;
  }

  .contact-section {
    margin: 35px 5%;
    padding: 30px 20px;
  }

  .trade-form input,
  .trade-form textarea {
    font-size: 0.95rem;
  }

  .card-popup {
    padding: 18px;
  }

  .popup-content {
    width: 100%;
    max-height: 86vh;
    overflow-y: auto;
    border-radius: 22px;
    grid-template-columns: 1fr;
  }

  #popupImage {
    height: 260px;
  }

  .popup-info {
    padding: 24px;
  }

  .popup-info h2 {
    font-size: 1.5rem;
  }

  .popup-buttons {
    flex-direction: column;
  }

  .popup-btn {
    width: 100%;
    text-align: center;
  }

  .popup-close {
    top: 12px;
    right: 12px;
  }

  .prev-popup {
    left: 16px;
  }

  .next-popup {
    right: 16px;
  }

  .slab-carousel {
    width: 100%;
    max-width: 100%;
    gap: 10px;
    justify-content: center;
    overflow: visible;
    touch-action: pan-y;
  }

  .slab-stage {
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-slab-card {
    width: 88%;
    max-width: 88%;
    margin: 0 auto;
    padding: 18px;
  }

  .main-slab-card img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
  }

  .slab-bg {
    display: none;
  }

  .slab-arrow {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .inventory-grid,
  .recent-grid {
    touch-action: pan-y;
  }

  .cursor-glow {
    display: none;
  }

  .background-glow span {
    filter: blur(100px);
    opacity: 0.55;
  }

  .cherry-blossoms span {
    opacity: 0.45;
  }

  .premium-hero-card h2 {
    font-size: 2.5rem;
  }

  .hero-mini-stats {
    grid-template-columns: 1fr;
  }

  .premium-hero-actions {
    flex-direction: column;
  }

  .premium-hero-btn {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .hero h1 {
    letter-spacing: -1.5px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .nav-links {
    gap: 10px 12px;
  }

  .nav-links a {
    font-size: 0.72rem;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .filter-btn {
    padding: 9px 14px;
    font-size: 0.8rem;
  }

  .wanted-card {
    min-width: 84vw;
    max-width: 84vw;
  }

  .main-slab-card {
    width: 84%;
    max-width: 84%;
  }

  .slab-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================
   inventory
========================= */

.inventory-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 18px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.45));
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.card-meta span {
  color: #cfc7df;
  font-size: 0.9rem;
}

.card-meta strong {
  color: #facc15;
  font-size: 1.15rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.12);
}

.tag.pokemon {
  color: #facc15;
  background: rgba(250, 204, 21, 0.1);
}

.tag.dragon {
  color: #fb923c;
  background: rgba(251, 146, 60, 0.1);
}

.tag.onepiece {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.1);
}

.tag.sealed {
  color: #c084fc;
  background: rgba(192, 132, 252, 0.12);
}

.tag.slab {
  color: #fde68a;
  background: linear-gradient(135deg, rgba(250,204,21,0.16), rgba(168,85,247,0.16));
}

.premium-card {
  border-color: rgba(250, 204, 21, 0.35);
  box-shadow:
    0 0 34px rgba(250, 204, 21, 0.1),
    0 0 45px rgba(168, 85, 247, 0.1);
}

.sealed-card img {
  height: 230px;
}

@media (max-width: 760px) {
  .inventory-card img {
    height: 230px;
  }

  .sealed-card img {
    height: 210px;
  }

  .card-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.recent-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.45));
}

/* =========================
   CURRENTLY LOOKING FOR UPGRADE
========================= */

.looking {
  padding: 70px 6%;
  position: relative;
}

.looking h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 14px;
}

.look-tab {
  background:
    linear-gradient(
      145deg,
      rgba(30, 20, 50, 0.92),
      rgba(14, 10, 24, 0.92)
    );

  border: 1px solid rgba(181, 140, 255, 0.18);

  border-radius: 24px;

  backdrop-filter: blur(14px);

  transition:
    transform 0.35s ease,
    border 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;

  overflow: hidden;
  position: relative;
}

.look-tab::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at top left,
      rgba(168, 85, 247, 0.12),
      transparent 60%
    );

  opacity: 0;
  transition: opacity 0.35s ease;
}

.look-tab:hover::before,
.look-tab.active::before {
  opacity: 1;
}

.look-tab:hover {
  transform:
    translateY(-8px)
    rotateX(2deg)
    rotateY(-2deg);

  border-color: rgba(247, 211, 107, 0.3);

  box-shadow:
    0 18px 45px rgba(0,0,0,0.35),
    0 0 30px rgba(168, 85, 247, 0.15);
}

.look-tab.active {
  border-color: rgba(247, 211, 107, 0.45);

  box-shadow:
    0 18px 45px rgba(0,0,0,0.35),
    0 0 40px rgba(247, 211, 107, 0.12);
}

.look-tab .icon {
  font-size: 2rem;
  color: #f7d36b;
  text-shadow: 0 0 14px rgba(247, 211, 107, 0.35);
}

.look-tab h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.look-tab p {
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
}

/* WANTED CARDS */

.wanted-card {
  background:
    linear-gradient(
      145deg,
      rgba(26, 18, 42, 0.94),
      rgba(14, 10, 24, 0.94)
    );

  border: 1px solid rgba(181, 140, 255, 0.16);

  border-radius: 24px;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    border 0.35s ease,
    box-shadow 0.35s ease;
}

.wanted-card:hover {
  transform:
    translateY(-10px)
    rotateX(2deg)
    rotateY(-2deg);

  border-color: rgba(247, 211, 107, 0.28);

  box-shadow:
    0 22px 50px rgba(0,0,0,0.42),
    0 0 35px rgba(168, 85, 247, 0.14);
}

.wanted-card img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;

  padding: 18px;

  filter:
    drop-shadow(0 14px 28px rgba(0,0,0,0.45));

  transition: transform 0.35s ease;
}

.wanted-card:hover img {
  transform: scale(1.04);
}

.wanted-card h3 {
  font-size: 1.08rem;
  margin-top: 8px;
}

.wanted-card p {
  color: rgba(255,255,255,0.68);
  padding-bottom: 18px;
}

/* =========================
   CLEANER CURRENTLY LOOKING FOR
========================= */

.looking h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.looking-grid {
  gap: 18px;
  margin-top: 18px;
}

.look-tab {
  padding: 22px;
  border-radius: 20px;
}

.look-tab .icon {
  font-size: 1.6rem;
  min-width: 32px;
}

.look-tab h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.look-tab p {
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.64);
}

/* soften active state */

.look-tab.active {
  border-color: rgba(247, 211, 107, 0.25);

  box-shadow:
    0 12px 28px rgba(0,0,0,0.28),
    0 0 18px rgba(168, 85, 247, 0.08);
}

/* wanted cards spacing */

.wanted-grid {
  margin-top: 24px;
  gap: 16px;
}

.wanted-card {
  min-width: 230px;
  max-width: 230px;
  border-radius: 20px;
}

.wanted-card img {
  height: 215px;
  padding: 16px;
}

.wanted-card h3 {
  font-size: 0.98rem;
}

.wanted-card p {
  font-size: 0.84rem;
}
.looking h2 {
  margin-bottom: 40px;
}

section {
  scroll-margin-top: 100px;
}
#bulk-binders {
  scroll-margin-top: 75px;
}

#loader.hide-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 760px) {
  .wanted-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: hidden;
    gap: 22px;
    padding-bottom: 0;
  }

  .wanted-card {
    width: 100%;
    min-width: 0;
    max-width: none;
    flex-shrink: 1;
    scroll-snap-align: unset;
  }

  .look-panel {
    overflow-x: hidden;
  }
}