[hidden] {
  display: none !important;
}

.video-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #000;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: transparent;
  color: #f5f5f5;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(12,13,16,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap {
  min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { font-weight: 800; letter-spacing: .18em; font-size: .95rem; }
.nav { display: flex; gap: 1.25rem; color: #cfcfcf; }
.hero { padding: 4rem 0 2rem; }
.eyebrow { color: #9ea2aa; letter-spacing: .2em; font-size: .8rem; }
.hero h1 { margin: 0; font-size: clamp(2.5rem, 7vw, 4.8rem); line-height: .96; letter-spacing: -.04em; }
.hero-copy { color: #b7bcc5; max-width: 720px; line-height: 1.7; font-size: 1.05rem; }
.hero-actions { margin-top: 1.5rem; display: flex; gap: .75rem; }
.status-card {
  margin-top: 1rem; padding: 1rem 1.1rem; border-radius: 18px;
  background: #16181d; border: 1px solid rgba(255,255,255,.08); color: #b7bcc5;
}
.section { padding: 1rem 0 3rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.section-heading h2, .section-heading p { margin: 0; }
.section-heading p { color: #aeb4be; }
.toolbar { display: flex; gap: .8rem; flex-wrap: wrap; }
.search-wrap { display: grid; gap: .35rem; color: #bfc4cc; font-size: .95rem; }
.search-wrap input, .search-wrap select {
  min-width: 200px; min-height: 44px; padding: 0 .85rem;
  border-radius: 12px; border: 1px solid rgba(255,255,255,.1);
  background: #16181d; color: white;
}
.grid { display: grid; gap: 1rem; }
.product-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.collection-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.card {
  background: #14161a; border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px; padding: 1rem;
}
.product-card { position: relative; display: grid; gap: .9rem; }
.sold-out-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 .95rem;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
  font-size: .9rem;
}

.image-button {
  border: 0; padding: 0; background: transparent; text-align: left;
}
.product-image {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  border-radius: 18px; background: #1b1e24;
}
.card-body h3, .card-body p { margin: 0; }
.product-title { font-size: 1rem; }
.product-price { color: #d6dae0; margin-top: .35rem; }
.card-actions { display: flex; gap: .65rem; margin-top: .9rem; }
.button-link, .secondary-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: .78rem 1rem; border-radius: 999px; font-weight: 700;
}
.button-link {
  background: white; color: black; border: 1px solid rgba(255,255,255,.08);
}
.secondary-button {
  background: transparent; color: white; border: 1px solid rgba(255,255,255,.14);
}
.small-button { min-height: 40px; padding: .65rem .9rem; font-size: .92rem; }
.collection-card {
  text-align: left; color: inherit; display: flex; flex-direction: column; gap: .6rem;
}
.collection-title, .collection-description, .collection-count { margin: 0; }
.collection-description { color: #afb5be; line-height: 1.55; min-height: 2.8em; }
.collection-count { color: #d5d9e0; font-weight: 700; }
.product-dialog {
  width: min(980px, 94vw); border: 1px solid rgba(255,255,255,.08); border-radius: 28px;
  background: #111318; color: white; padding: 1rem;
}
.product-dialog::backdrop { background: rgba(0,0,0,.7); }
.dialog-close-wrap { display: flex; justify-content: end; }
.dialog-close {
  width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14);
  background: transparent; color: white; font-size: 1.4rem;
}
.dialog-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.85fr); gap: 1.25rem; }
.dialog-gallery { display: grid; gap: .8rem; }
.dialog-gallery img { width: 100%; border-radius: 18px; background: #1b1e24; }
.dialog-copy h2, .dialog-copy p { margin: 0; }
.dialog-copy { display: grid; gap: 1rem; }
.dialog-description { color: #bcc2cc; line-height: 1.7; white-space: pre-wrap; }
.variant-select {
  min-height: 44px; border-radius: 12px; padding: 0 .75rem;
  border: 1px solid rgba(255,255,255,.12); background: #171a20; color: white;
}
.inline-status { color: #aeb4be; font-size: .95rem; }
.error-box {
  padding: 1rem; border-radius: 18px; background: #251417; border: 1px solid rgba(255,120,120,.2); color: #ffd0d0;
}
@media (max-width: 820px) {
  .section-heading { display: grid; align-items: start; }
  .dialog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-wrap { flex-direction: column; align-items: flex-start; padding: .9rem 0; }
  .hero { padding-top: 2rem; }
}

.hero h1 { max-width: 10ch; }
#stockFilter { min-width: 160px; }


:root {
  --accent: #d4ff00;
  --accent-2: #f3ff8a;
  --panel: rgba(10, 12, 14, 0.78);
  --panel-strong: rgba(9, 10, 12, 0.9);
  --border: rgba(255,255,255,.12);
}

body {
  text-transform: none;
}

.site-header {
  background: linear-gradient(180deg, rgba(4,4,4,.92), rgba(12,13,16,.78));
  border-bottom: 1px solid rgba(212,255,0,.14);
  box-shadow: 0 8px 30px rgba(0,0,0,.35);
}

.brand {
  text-shadow: 0 0 24px rgba(212,255,0,.18);
}

.hero {
  position: relative;
  padding: 5rem 0 2.5rem;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: min(420px, 60vw);
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  box-shadow: 0 0 26px rgba(212,255,0,.45);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .45rem .8rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(212,255,0,.18);
  color: var(--accent-2);
  font-weight: 800;
}

.hero h1 {
  text-transform: uppercase;
  max-width: 8ch;
  text-shadow: 0 4px 28px rgba(0,0,0,.45);
}

.hero-copy {
  padding-left: 1rem;
  border-left: 3px solid rgba(212,255,0,.45);
  background: linear-gradient(90deg, rgba(11,12,14,.55), transparent);
}

.status-card,
.card,
.search-wrap input,
.search-wrap select,
.product-dialog {
  background: var(--panel);
  backdrop-filter: blur(14px);
}

.status-card {
  border-color: rgba(212,255,0,.16);
  color: #e8ebef;
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
}

.section-heading h2 {
  text-transform: uppercase;
  letter-spacing: .08em;
}

.toolbar {
  padding: .8rem;
  border-radius: 20px;
  background: rgba(10,12,14,.58);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.search-wrap span {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #d9de65;
}

.search-wrap input, .search-wrap select {
  border-color: rgba(212,255,0,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.search-wrap input:focus, .search-wrap select:focus {
  outline: none;
  border-color: rgba(212,255,0,.55);
  box-shadow: 0 0 0 3px rgba(212,255,0,.14);
}

.card {
  border-color: rgba(255,255,255,.09);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(212,255,0,.25);
  box-shadow: 0 22px 42px rgba(0,0,0,.28);
}

.product-image {
  filter: saturate(1.02) contrast(1.03);
}

.sold-out-badge {
  background: rgba(20, 9, 9, .82);
  border-color: rgba(255,95,95,.3);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.button-link {
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: #0a0b0c;
  box-shadow: 0 10px 24px rgba(212,255,0,.22);
}

.button-link:hover {
  filter: brightness(1.03);
}

.secondary-button {
  background: rgba(255,255,255,.04);
}

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

.collection-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212,255,0,.7), transparent);
}

.product-dialog {
  border-color: rgba(212,255,0,.16);
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.dialog-close:hover {
  border-color: rgba(212,255,0,.35);
}

@media (max-width: 640px) {
  .toolbar {
    padding: .75rem;
  }

  .search-wrap input,
  .search-wrap select {
    min-width: 100%;
  }
}


.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(212,255,0,.22);
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  background: rgba(0,0,0,.35);
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 .85rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(10, 12, 14, 0.45);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.nav a:hover {
  transform: translateY(-1px);
  border-color: rgba(212,255,0,.28);
  background: rgba(212,255,0,.08);
}

@media (max-width: 640px) {
  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .nav a {
    padding: 0 .7rem;
  }
}
