:root {
  color-scheme: dark;
  --bg: #050607;
  --panel: #111417;
  --panel-strong: #171b1f;
  --ink: #f4f7f8;
  --muted: #d09a82;
  --line: rgba(255, 111, 31, 0.22);
  --red: #ff2c1f;
  --orange: #ff8a12;
  --yellow: #ffd447;
  --maroon: #4b0d22;
  --hot: #ff6f1f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

main {
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(5, 6, 7, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 44, 31, 0.46));
}

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

nav a:hover,
nav a:focus-visible {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sound-toggle {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sound-toggle[aria-pressed="true"] {
  border-color: rgba(255, 212, 71, 0.62);
  color: var(--yellow);
  box-shadow: 0 0 20px rgba(255, 212, 71, 0.14);
}

.unlock-banner {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 19;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(255, 212, 71, 0.32);
  background: rgba(255, 44, 31, 0.92);
  color: #fff6f3;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.unlock-banner a {
  color: var(--yellow);
}

#cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  margin-left: 4px;
  border-radius: 99px;
  background: var(--yellow);
  color: #160205;
  font-size: 0.76rem;
}

.hero {
  order: 0;
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  isolation: isolate;
}

.hero img,
.hero-shade {
  grid-area: 1 / 1;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: 1;
  background:
    radial-gradient(circle at 74% 30%, rgba(255, 138, 18, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.94), rgba(54, 9, 14, 0.62) 48%, rgba(5, 6, 7, 0.8)),
    linear-gradient(0deg, rgba(5, 6, 7, 0.94), transparent 42%);
}

.hero-content {
  z-index: 2;
  grid-area: 1 / 1;
  align-self: center;
  width: min(760px, calc(100% - 36px));
  padding: 110px clamp(18px, 6vw, 76px) 160px;
}

.hero-logo {
  display: block;
  width: min(320px, 72vw);
  margin-bottom: 22px;
  filter: drop-shadow(0 0 28px rgba(255, 44, 31, 0.34));
}

.drop-label,
.eyebrow {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  color: #fff6f3;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(4.4rem, 18vw, 12.5rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 8px rgba(255, 44, 31, 0.95),
    0 0 24px rgba(255, 44, 31, 0.78),
    0 0 54px rgba(255, 44, 31, 0.5),
    0 0 92px rgba(255, 44, 31, 0.32);
}

.hero-copy {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--ink);
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  line-height: 1.45;
}

.promo-callout {
  width: max-content;
  margin-bottom: 24px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 212, 71, 0.58);
  border-radius: 6px;
  background: rgba(255, 44, 31, 0.2);
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.countdown {
  display: grid;
  width: max-content;
  max-width: 100%;
  gap: 4px;
  margin-bottom: 24px;
  padding: 12px 14px;
  border-left: 3px solid var(--red);
  background: rgba(5, 6, 7, 0.62);
}

.countdown span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.countdown strong {
  color: var(--yellow);
  font-size: 1.45rem;
}

.launch-list-stat {
  display: grid;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 212, 71, 0.3);
  border-radius: 6px;
  background: rgba(5, 6, 7, 0.54);
}

.launch-list-stat span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-list-stat strong {
  color: var(--yellow);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.email-capture {
  display: grid;
  gap: 9px;
  max-width: 540px;
  margin-top: 24px;
}

.email-capture label,
.signup-card label {
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.email-capture div,
.detail-alert div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 0.55fr) auto;
  gap: 10px;
}

.email-capture input,
.detail-alert input,
.signup-card input,
.shop-filters input,
.shop-filters select {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
}

.signup-note {
  min-height: 22px;
  margin: 0;
  color: var(--yellow);
  font-weight: 800;
}

.signup-note.confirmed,
.cart-note.confirmed {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(255, 63, 31, 0.5);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 63, 31, 0.12);
  color: var(--ink);
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.button.primary {
  background: linear-gradient(90deg, var(--red), var(--orange), var(--yellow));
  color: #160205;
  border-color: var(--orange);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
}

.drop-meter {
  position: absolute;
  right: clamp(18px, 5vw, 56px);
  bottom: 30px;
  z-index: 3;
  width: min(330px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 15, 17, 0.8);
  backdrop-filter: blur(14px);
}

.drop-meter span,
.stock-row span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.drop-meter strong {
  display: block;
  margin: 4px 0 14px;
  font-size: 2.3rem;
}

.meter-track {
  height: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}

.meter-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), var(--orange), var(--yellow));
  transition: width 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.intro-band {
  order: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 28px;
  align-items: end;
  padding: clamp(52px, 8vw, 92px) clamp(18px, 5vw, 72px);
  background: #090b0c;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
}

.intro-band p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.brand-story {
  order: 6;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
  padding: clamp(56px, 8vw, 98px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 44, 31, 0.12), transparent 28%),
    linear-gradient(135deg, #050607, #170509 58%, #07090a);
  border-bottom: 1px solid var(--line);
}

.brand-story-copy {
  max-width: 920px;
}

.brand-story h2 {
  max-width: 880px;
  margin: 0 0 22px;
  font-size: clamp(2.1rem, 5.8vw, 5.4rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.brand-story-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.7;
}

.brand-story-points {
  display: grid;
  gap: 10px;
}

.brand-story-points span {
  padding: 14px 16px;
  border: 1px solid rgba(255, 212, 71, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffe59a;
  font-weight: 900;
  text-transform: uppercase;
}

.drop-rules {
  order: 8;
  padding: clamp(52px, 7vw, 88px) clamp(18px, 5vw, 72px);
  background: #090b0c;
  border-bottom: 1px solid var(--line);
}

.drop-calendar,
.launch-leaderboard,
.proof-section,
.founder-note,
.social-section {
  padding: clamp(52px, 7vw, 88px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.drop-calendar {
  order: 7;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 212, 71, 0.1), transparent 26%),
    linear-gradient(180deg, #050607, #0b0d0f);
}

.calendar-grid,
.leaderboard-list,
.proof-grid,
.social-grid,
.size-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.calendar-grid article,
.leaderboard-list article,
.proof-grid article {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.calendar-grid span,
.leaderboard-list span,
.proof-grid strong {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-grid h3,
.leaderboard-list strong,
.proof-grid h3 {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.calendar-grid p,
.leaderboard-list em,
.proof-grid p {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rule-grid article {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.rule-grid strong {
  color: var(--yellow);
  font-size: 0.82rem;
}

.rule-grid h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  text-transform: uppercase;
}

.rule-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.proof-section {
  order: 10;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 44, 31, 0.11), transparent 26%),
    linear-gradient(180deg, #090b0c, #050607);
}

.launch-leaderboard {
  order: 9;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: center;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 44, 31, 0.14), transparent 26%),
    #050607;
}

.launch-leaderboard h2,
.founder-note h2 {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 7vw, 6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.launch-leaderboard p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.7;
}

.founder-note {
  order: 11;
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: start;
  background: linear-gradient(135deg, #0a0d0f, #1c0509 64%, #050607);
}

.founder-note blockquote {
  margin: 0;
  padding-left: clamp(18px, 3vw, 30px);
  border-left: 4px solid var(--red);
  color: #fff6f3;
  font-size: clamp(1.35rem, 3vw, 2.5rem);
  font-weight: 900;
  line-height: 1.22;
}

.social-section {
  order: 13;
  background: #08090a;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-grid article {
  display: grid;
  gap: 10px;
}

.social-grid img {
  width: 100%;
  height: clamp(220px, 30vw, 390px);
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #0a0d0f, #25070d);
}

.social-grid article:nth-child(2) img,
.social-grid article:nth-child(3) img {
  object-fit: contain;
}

.social-grid span {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.product-section {
  order: 1;
  padding: clamp(52px, 7vw, 88px) clamp(18px, 5vw, 72px);
}

#merch {
  order: 2;
}

.bundle-section {
  order: 3;
  padding: clamp(52px, 7vw, 88px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 212, 71, 0.1), transparent 26%),
    linear-gradient(180deg, #07090a, #110407);
}

.activity-section {
  order: 4;
  padding: clamp(42px, 6vw, 72px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: #08090a;
}

.activity-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.activity-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(255, 212, 71, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 44, 31, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.035);
}

.activity-card span,
.activity-card em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.activity-card strong {
  color: var(--ink);
  line-height: 1.2;
}

.bundle-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.bundle-layout > div:first-child {
  display: grid;
  gap: 18px;
}

.bundle-layout p,
.bundle-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bundle-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.bundle-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-height: 150px;
  align-items: center;
}

.bundle-stack img {
  width: 100%;
  height: 145px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: linear-gradient(135deg, #0a0d0f, #25070d);
}

.bundle-card span,
.bundle-card strong {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bundle-card h3 {
  margin: 0;
  text-transform: uppercase;
}

.shop-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(4, minmax(140px, 0.32fr));
  gap: 12px;
  margin-bottom: 20px;
}

.compare-tray {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 212, 71, 0.28);
  border-radius: 8px;
  background: rgba(255, 212, 71, 0.07);
}

.compare-tray span {
  color: #ffe59a;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-tray div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  color: inherit;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.card-hit-area {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.product-card > :not(.card-hit-area) {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.card-actions,
.card-actions * {
  pointer-events: auto;
}

.product-card:hover,
.product-card:focus-visible {
  border-color: rgba(255, 212, 71, 0.72);
  box-shadow: 0 22px 46px rgba(255, 44, 31, 0.12);
  transform: translateY(-3px);
  outline: none;
}

.product-card:hover .product-image,
.product-card:focus-visible .product-image {
  transform: scale(1.04);
}

.product-card.sold-out {
  opacity: 0.58;
}

.product-card.low-stock-glow {
  border-color: rgba(255, 44, 31, 0.82);
  box-shadow:
    0 0 0 1px rgba(255, 44, 31, 0.28),
    0 0 36px rgba(255, 44, 31, 0.2),
    0 22px 54px rgba(255, 44, 31, 0.18);
  animation: lowStockPulse 1.8s ease-in-out infinite;
}

.product-card.low-stock-glow .tag {
  background: rgba(255, 44, 31, 0.26);
  color: #fff6f3;
  box-shadow: 0 0 18px rgba(255, 44, 31, 0.28);
}

@keyframes lowStockPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 44, 31, 0.22),
      0 0 30px rgba(255, 44, 31, 0.18);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 212, 71, 0.26),
      0 0 48px rgba(255, 44, 31, 0.34);
  }
}

.product-card.archived .product-visual {
  transform-style: preserve-3d;
  animation: archiveFlip 900ms ease both;
}

@keyframes archiveFlip {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  overflow: hidden;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 138, 18, 0.2), transparent 30%),
    linear-gradient(135deg, #0a0d0f, #25070d);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.corner-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 7px 9px;
  border: 1px solid rgba(255, 212, 71, 0.45);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.78);
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signed-tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  max-width: min(210px, calc(100% - 20px));
  padding: 7px 9px;
  border: 1px solid rgba(255, 44, 31, 0.55);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.82);
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}

.run-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  padding: 6px 8px;
  border: 1px solid rgba(255, 63, 31, 0.44);
  border-radius: 999px;
  background: rgba(255, 63, 31, 0.14);
  color: #fff6f3;
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-flip {
  position: absolute;
  inset: auto 10px 10px 10px;
  z-index: 3;
  padding: 9px 10px;
  border: 1px solid rgba(255, 212, 71, 0.55);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.86);
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.product-image {
  display: block;
  width: min(94%, 310px);
  max-height: 315px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.48));
  transition: transform 180ms ease;
}

.deck-shape {
  width: 82px;
  height: 190px;
  border-radius: 42px;
  background: linear-gradient(160deg, var(--accent), #08090a 62%);
  border: 2px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.45);
  transform: rotate(9deg);
}

.merch-shape {
  width: 170px;
  height: 130px;
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(160deg, var(--accent), #070809 64%);
  border: 2px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.45);
}

.product-info {
  display: grid;
  gap: 12px;
}

.product-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.product-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.price {
  color: var(--yellow);
  font-weight: 900;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.product-drop-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 212, 71, 0.22);
  border-radius: 6px;
  background: rgba(255, 212, 71, 0.06);
}

.product-drop-timer span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-drop-timer strong {
  color: var(--yellow);
}

.stock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stock-row strong {
  color: var(--ink);
}

.tag {
  width: max-content;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 44, 31, 0.16);
  color: #ffbd63;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge-row span {
  padding: 6px 8px;
  border: 1px solid rgba(255, 212, 71, 0.28);
  border-radius: 999px;
  color: #ffe59a;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.badge-row span.drop-tooney,
.detail-badges span.drop-tooney {
  border-color: rgba(255, 212, 71, 0.68);
  background: rgba(255, 212, 71, 0.14);
  color: #ffe59a;
}

.badge-row span.drop-blindless,
.detail-badges span.drop-blindless {
  border-color: rgba(255, 44, 31, 0.68);
  background: rgba(255, 44, 31, 0.16);
  color: #ffd0c6;
}

.badge-row span.drop-swallow,
.detail-badges span.drop-swallow {
  border-color: rgba(208, 154, 130, 0.42);
  background: rgba(75, 13, 34, 0.56);
  color: #f6ece7;
}

.badge-row span.drop-obscure,
.detail-badges span.drop-obscure {
  border-color: rgba(255, 138, 18, 0.68);
  background: rgba(255, 138, 18, 0.14);
  color: #ffbd63;
}

.badge-row span.drop-eclipse,
.detail-badges span.drop-eclipse {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: #fff6f3;
}

.badge-row span.drop-old-school,
.detail-badges span.drop-old-school {
  border-color: rgba(197, 93, 72, 0.7);
  background: rgba(143, 31, 28, 0.18);
  color: #ffd7c7;
}

.badge-row span.drop-rocket,
.detail-badges span.drop-rocket {
  border-color: rgba(255, 91, 31, 0.72);
  background: rgba(255, 91, 31, 0.16);
  color: #ffd6bf;
}

.badge-row span.drop-vampyx,
.detail-badges span.drop-vampyx {
  border-color: rgba(220, 38, 38, 0.72);
  background: rgba(220, 38, 38, 0.18);
  color: #ffd4d4;
}

.view-product {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-page {
  min-height: 100vh;
  padding: 112px clamp(18px, 5vw, 72px) clamp(52px, 7vw, 88px);
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 138, 18, 0.14), transparent 26%),
    linear-gradient(180deg, #050607, #120407 52%, #050607);
}

.back-button {
  min-height: 42px;
  margin-bottom: 22px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 0.8fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.gallery {
  display: grid;
  gap: 14px;
}

.gallery-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(72vh, 680px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 212, 71, 0.12), transparent 26%),
    linear-gradient(135deg, #090a0b, #25070d);
}

.gallery-stage img {
  display: block;
  width: min(94%, 760px);
  max-height: min(70vh, 760px);
  object-fit: contain;
  cursor: zoom-in;
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, 0.54));
}

.zoom-trigger {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 212, 71, 0.42);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.78);
  color: var(--yellow);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(5, 6, 7, 0.74);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.gallery-button:disabled {
  cursor: default;
  opacity: 0.35;
}

#prev-photo {
  left: 14px;
}

#next-photo {
  right: 14px;
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.thumbnail {
  display: grid;
  place-items: center;
  min-height: 86px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0c0d0f;
  cursor: pointer;
}

.thumbnail.active {
  border-color: var(--yellow);
}

.thumbnail img {
  display: block;
  width: 100%;
  height: 82px;
  object-fit: contain;
}

.detail-info {
  display: grid;
  gap: 18px;
  padding-top: 14px;
}

.detail-info h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5.6vw, 5.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.detail-price {
  color: var(--yellow);
  font-size: 2rem;
}

.detail-info p {
  color: #f6ece7;
  line-height: 1.7;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-action:hover,
.mini-action:focus-visible,
.view-product:hover,
.view-product:focus-visible {
  border-color: rgba(255, 212, 71, 0.66);
  color: var(--yellow);
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-badges span {
  border: 1px solid rgba(255, 63, 31, 0.5);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 63, 31, 0.1);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-story {
  padding: 14px;
  border: 1px solid rgba(255, 212, 71, 0.24);
  border-radius: 8px;
  background: rgba(255, 212, 71, 0.07);
  color: #ffe59a;
  font-weight: 800;
  line-height: 1.6;
}

.detail-stock {
  padding-top: 8px;
}

.size-picker {
  display: grid;
  gap: 10px;
}

.size-picker > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-option {
  display: grid;
  place-items: center;
  gap: 2px;
  min-width: 50px;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.size-option span {
  color: var(--muted);
  font-size: 0.68rem;
}

.size-option.active {
  border-color: var(--yellow);
  background: rgba(255, 212, 71, 0.16);
}

.size-option:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.purchase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

.purchase-actions .button {
  cursor: pointer;
  font: inherit;
}

.cart-note {
  min-height: 28px;
  color: var(--yellow);
  font-weight: 800;
}

.preorder-notice,
.fit-note,
.reservation-note {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 212, 71, 0.28);
  border-radius: 6px;
  background: rgba(255, 212, 71, 0.08);
  color: #ffe59a;
  font-weight: 800;
  line-height: 1.5;
}

.fit-note {
  border-color: rgba(255, 138, 18, 0.28);
  background: rgba(255, 138, 18, 0.08);
}

.stock-warning {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 44, 31, 0.48);
  border-radius: 6px;
  background: rgba(255, 44, 31, 0.14);
  color: #ffd0c6;
  font-weight: 900;
  text-transform: uppercase;
}

.size-guide-trigger {
  width: max-content;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-alert {
  display: grid;
  gap: 9px;
  padding-top: 10px;
}

.detail-alert label,
.related-section h3 {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.related-section {
  display: grid;
  gap: 12px;
  padding-top: 10px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.related-card {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}

.related-card img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}

.related-card span,
.related-card em {
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.related-card strong {
  font-size: 0.84rem;
}

.commerce-page {
  min-height: 100vh;
  padding: 112px clamp(18px, 5vw, 72px) clamp(52px, 7vw, 88px);
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 44, 31, 0.12), transparent 24%),
    linear-gradient(180deg, #050607, #140406 54%, #050607);
}

.commerce-heading {
  margin-bottom: 24px;
}

.commerce-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.commerce-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 24px;
  align-items: start;
}

.cart-list,
.checkout-form,
.order-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.cart-list {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.empty-cart {
  margin: 0;
  padding: 24px;
  color: var(--muted);
}

.cart-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
}

.cart-item img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.cart-item h3 {
  margin: 0 0 6px;
}

.cart-item p {
  margin: 0 0 10px;
  color: var(--muted);
}

.cart-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.cart-controls button,
.promo-row button,
.checkout-form button {
  cursor: pointer;
}

.cart-controls button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.order-summary {
  display: grid;
  gap: 16px;
  padding: 18px;
  position: sticky;
  top: 96px;
}

.order-summary h3 {
  margin: 0;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}

.summary-line strong {
  color: var(--ink);
}

.summary-line.total {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.2rem;
}

.checkout-link {
  width: 100%;
}

.checkout-form {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.checkout-form label,
.promo-box label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-form input,
.checkout-form select,
.promo-box input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font: inherit;
}

.form-row,
.promo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.promo-box {
  display: grid;
  gap: 10px;
}

.promo-box p,
.promo-uses {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.checkout-items {
  display: grid;
  gap: 10px;
}

.checkout-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
}

.checkout-item img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.checkout-item div {
  display: grid;
  gap: 3px;
}

.checkout-item span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.order-timeline {
  display: grid;
  gap: 12px;
}

.timeline-step {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
}

.timeline-step span {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.timeline-step.done span {
  border-color: var(--yellow);
  background: var(--yellow);
}

.timeline-step strong {
  color: var(--ink);
}

.timeline-step em {
  grid-column: 2;
  font-size: 0.82rem;
  font-style: normal;
}

.confirmation-card {
  display: grid;
  gap: 18px;
  max-width: 680px;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.confirmation-card h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  line-height: 1;
}

.confirmation-card p {
  margin: 0;
  color: var(--yellow);
  font-weight: 900;
}

.signed-tracker {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(255, 212, 71, 0.36);
  border-radius: 6px;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 212, 71, 0.14), transparent 28%),
    rgba(255, 212, 71, 0.08);
}

.signed-tracker span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signed-tracker strong {
  color: var(--yellow);
  font-size: 1.1rem;
  text-transform: uppercase;
}

.receipt-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(255, 212, 71, 0.28);
  border-radius: 8px;
  background: rgba(255, 212, 71, 0.07);
  text-align: left;
}

.receipt-card strong,
.receipt-card span {
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.receipt-card p {
  color: var(--muted);
}

.receipt-items {
  display: grid;
  gap: 10px;
}

.receipt-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.receipt-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.receipt-item div {
  display: grid;
  gap: 4px;
}

.opening-soon-page {
  display: grid;
  place-items: center;
}

.opening-soon-page[hidden] {
  display: none;
}

.opening-soon-card {
  display: grid;
  gap: 18px;
  width: min(100%, 820px);
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 212, 71, 0.16), transparent 28%),
    linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.opening-soon-card h2 {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(3rem, 11vw, 8.5rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.opening-soon-card p {
  margin: 0 auto;
  max-width: 540px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
}

.opening-soon-card .button {
  justify-self: center;
}

.opening-product {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.opening-product img {
  width: min(260px, 70vw);
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.48));
}

.opening-product strong {
  color: var(--ink);
  font-size: 1rem;
  text-transform: uppercase;
}

.opening-soon-card .email-capture {
  justify-self: center;
  width: min(560px, 100%);
  text-align: left;
}

.archive-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.archive-card,
.policy-card,
.empty-archive {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.archive-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: 6px;
  background: linear-gradient(135deg, #0a0d0f, #25070d);
  overflow: hidden;
}

.archive-visual img {
  width: 86%;
  max-height: 250px;
  object-fit: contain;
  opacity: 0.8;
}

.archive-card h3,
.policy-card h3 {
  margin: 0;
}

.archive-card strong {
  color: var(--yellow);
}

.archive-card p,
.policy-card p,
.empty-archive p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.empty-archive {
  grid-column: 1 / -1;
  min-height: 260px;
  place-content: center;
  text-align: center;
}

.empty-archive h3 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  text-transform: uppercase;
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  gap: 18px;
}

.access-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.access-card label,
.access-card h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.access-card div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.access-card input {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
  text-transform: uppercase;
}

.access-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-orders {
  display: grid;
  gap: 10px;
}

.admin-editor {
  margin-top: 24px;
}

.admin-dashboard {
  margin-top: 24px;
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-stat-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 212, 71, 0.09), transparent 30%),
    linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.admin-stat-card span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-stat-card strong {
  color: var(--yellow);
  font-size: clamp(1.35rem, 2.6vw, 2.4rem);
  line-height: 1;
}

.admin-stat-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.compact-heading h2 {
  font-size: clamp(1.9rem, 4vw, 3.8rem);
}

.admin-order {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-order strong {
  color: var(--yellow);
}

.admin-order span,
.admin-order em {
  color: var(--muted);
  font-style: normal;
}

.size-page-table {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.behind-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.behind-grid article {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.behind-grid img {
  width: 100%;
  height: clamp(240px, 28vw, 400px);
  object-fit: contain;
  border-radius: 6px;
  background: linear-gradient(135deg, #0a0d0f, #25070d);
}

.behind-grid article:first-child img {
  object-fit: cover;
}

.behind-grid h3 {
  margin: 0;
  text-transform: uppercase;
}

.behind-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.signup-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.62);
}

.signup-card {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(460px, 100%);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.signup-card h2 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.quick-view-card {
  width: min(620px, 100%);
}

.compare-card {
  width: min(980px, 100%);
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.compare-product {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.compare-product img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  border-radius: 6px;
  background: linear-gradient(135deg, #0a0d0f, #25070d);
}

.compare-product > span {
  width: max-content;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-product h3,
.compare-product p {
  margin: 0;
}

.compare-product p {
  color: var(--muted);
  line-height: 1.55;
}

.compare-product dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.compare-product dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-product dt {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.compare-product dd {
  margin: 0;
  color: var(--ink);
  text-align: right;
}

.zoom-card {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(1040px, 100%);
  max-height: calc(100vh - 36px);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #07090a;
}

.zoom-card img {
  width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 212, 71, 0.1), transparent 28%),
    linear-gradient(135deg, #0a0d0f, #25070d);
}

.zoom-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.quick-view-card > img {
  width: 100%;
  height: min(52vh, 430px);
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 212, 71, 0.11), transparent 30%),
    linear-gradient(135deg, #0a0d0f, #25070d);
}

.quick-view-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-follow-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.social-follow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#close-signup,
#close-abandoned,
#close-social-follow,
#close-size-guide,
#close-drop-rules,
#close-quick-view,
#close-compare,
#close-product-zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.rules-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.size-guide-card {
  width: min(640px, 100%);
}

.size-guide-table {
  width: 100%;
  border-collapse: collapse;
}

.size-guide-table th,
.size-guide-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.size-guide-table th {
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  justify-items: end;
  background: rgba(0, 0, 0, 0.58);
}

.cart-drawer-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  width: min(440px, 100%);
  height: 100%;
  padding: 22px;
  overflow: auto;
  border-left: 1px solid var(--line);
  background: #08090a;
  box-shadow: -30px 0 60px rgba(0, 0, 0, 0.42);
}

.drawer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.drawer-heading h2 {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
}

.drawer-heading button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.drawer-list {
  max-height: 52vh;
  overflow: auto;
}

.lookbook-section {
  order: 12;
  padding: clamp(52px, 7vw, 88px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: #08090a;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

.lookbook-grid figure {
  display: grid;
  gap: 10px;
  margin: 0;
}

.lookbook-grid img {
  width: 100%;
  height: clamp(260px, 38vw, 520px);
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  filter: saturate(0.95) contrast(1.05);
}

.lookbook-grid figure:nth-child(2) img,
.lookbook-grid figure:nth-child(3) img {
  object-fit: contain;
  background: linear-gradient(135deg, #0a0d0f, #25070d);
}

.lookbook-grid figcaption {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.lookbook-page {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 212, 71, 0.1), transparent 24%),
    linear-gradient(180deg, #050607, #08090a 54%, #050607);
}

.faq-page {
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 63, 31, 0.13), transparent 26%),
    linear-gradient(180deg, #050607, #0b0809 54%, #050607);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.faq-card h3 {
  margin: 0;
  font-size: 1.02rem;
  text-transform: uppercase;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.expanded-lookbook {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.expanded-lookbook figure:first-child {
  grid-column: span 2;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer span {
  color: var(--ink);
  font-weight: 900;
}

footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--ink);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--hot);
}

@media (max-width: 880px) {
  .product-grid,
  .intro-band,
  .brand-story,
  .rule-grid,
  .detail-layout,
  .launch-leaderboard,
  .founder-note,
  .commerce-layout,
  .lookbook-grid,
  .shop-filters,
  .calendar-grid,
  .leaderboard-list,
  .social-grid,
  .access-layout,
  .activity-list,
  .admin-stat-grid,
  .compare-grid,
  .size-page-grid,
  .behind-grid,
  .archive-grid,
  .policy-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .bundle-layout,
  .bundle-grid {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static;
  }

  .hero-content {
    align-self: start;
    padding-top: 120px;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  #primary-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
  }

  #primary-nav.open {
    display: flex;
  }

  #primary-nav a {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 111, 31, 0.16);
  }

  .unlock-banner {
    top: 68px;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .hero {
    min-height: 820px;
  }

  .hero-content {
    padding-top: 150px;
  }

  .detail-page {
    padding: 96px 14px 42px;
  }

  .gallery-stage {
    min-height: 420px;
  }

  .gallery-stage img {
    width: min(98%, 520px);
    max-height: 380px;
  }

  .thumbnail-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .detail-info {
    padding-top: 2px;
  }

  .detail-info h2 {
    font-size: clamp(2.2rem, 13vw, 4.2rem);
  }

  .drop-meter {
    left: 18px;
    right: 18px;
  }

  .section-heading,
  .compare-tray,
  footer,
  .cart-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-item {
    display: flex;
  }

  .form-row,
  .promo-row,
  .email-capture div,
  .access-card div,
  .detail-alert div,
  .related-grid,
  .bundle-stack,
  .expanded-lookbook {
    grid-template-columns: 1fr;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }
}
