:root {
  color-scheme: light;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --subtle: #86868b;
  --surface: #ffffff;
  --surface-quiet: #f5f5f7;
  --line: rgba(0, 0, 0, 0.12);
  --line-strong: rgba(0, 0, 0, 0.18);
  --blue: #0066cc;
  --blue-dark: #004b99;
  --cyan: #32ade6;
  --pink: #ff2d55;
  --green: #248a3d;
  --electric: #3b82f6;
  --electric-soft: rgba(59, 130, 246, 0.18);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  --radius: 8px;
  --max: 1200px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface-quiet);
  color: var(--text);
  font-family: inherit;
  letter-spacing: 0;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button:focus:not(:focus-visible) {
  outline: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(0, 102, 204, 0.24);
  outline-offset: 2px;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(calc(-100% - 24px));
  border-radius: 6px;
  background: var(--text);
  color: white;
  padding: 10px 14px;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.global-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 252, 0.84);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: saturate(180%) blur(22px);
}

.nav-inner {
  width: min(100%, 1040px);
  height: 44px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 650;
  min-width: max-content;
}

.brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.brand-wordmark {
  font-weight: 760;
  background: linear-gradient(90deg, #111114, #6e6e73);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-section {
  color: #424245;
}

.desktop-links,
.mobile-links {
  align-items: center;
  gap: 28px;
  color: #424245;
  font-size: 12px;
}

.desktop-links {
  display: flex;
  flex: 1;
  justify-content: center;
}

.desktop-links a,
.mobile-links a,
.site-footer a,
.live-link {
  position: relative;
  transition: color 160ms ease;
}

.desktop-links a::after,
.mobile-links a::after,
.site-footer a::after,
.live-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-links a:hover,
.mobile-links a:hover,
.site-footer a:hover,
.live-link:hover {
  color: var(--blue);
}

.desktop-links a:hover::after,
.mobile-links a:hover::after,
.site-footer a:hover::after,
.live-link:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.icon-button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, color 160ms ease;
  position: relative;
}

.icon-button:hover {
  background: rgba(0, 0, 0, 0.06);
  color: var(--blue);
}

.icon-button:active {
  transform: scale(0.96);
}

.icon-button svg,
.category-tab svg,
.primary-button svg,
.secondary-button svg,
.ghost-button svg,
.search-field svg,
.sort-field svg,
.delivery-note svg,
.support-grid svg,
.live-link svg,
.large-search svg,
.success-state svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.9;
}

.cart-count {
  position: absolute;
  right: 2px;
  top: 2px;
  min-width: 16px;
  height: 16px;
  border-radius: 5px;
  background: var(--blue);
  color: white;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  padding: 0 4px;
}

.mobile-menu-button,
.mobile-links {
  display: none;
}

.announcement {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  color: #424245;
  text-align: center;
  background: var(--surface);
}

.announcement a {
  color: var(--blue);
  white-space: nowrap;
}

.announcement a::after {
  content: ">";
  font-size: 12px;
  padding-left: 4px;
}

.store-intro,
.spotlight,
.section-band,
.producer-kit,
.support-grid,
.site-footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.store-intro {
  padding: 76px 0 34px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  text-transform: uppercase;
}

.store-intro h1,
.spotlight h2,
.section-heading h2,
.producer-kit h2,
.support-intro h2,
.checkout-copy h2,
.success-state h2 {
  margin: 0;
  letter-spacing: 0;
  color: var(--text);
}

.store-intro h1 {
  max-width: 900px;
  font-size: clamp(44px, 5.4vw, 80px);
  line-height: 1.05;
  font-weight: 760;
}

.store-intro h1 span:first-child,
.section-heading h2 span:first-child,
.compact-heading h2 span:first-child {
  color: var(--text);
}

.store-intro h1 span:last-child,
.section-heading h2 span:last-child,
.compact-heading h2 span:last-child {
  color: var(--muted);
}

.specialist-panel {
  width: min(100%, 330px);
  min-height: 78px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.specialist-avatar {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.specialist-panel strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.specialist-panel a {
  color: var(--blue);
  font-size: 13px;
}

.category-rail {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto 42px;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 0 20px;
  scrollbar-width: none;
}

.category-rail::-webkit-scrollbar,
.latest-scroll::-webkit-scrollbar {
  display: none;
}

.category-tab {
  width: 136px;
  min-width: 136px;
  min-height: 144px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: color 160ms ease;
}

.category-tab span {
  position: relative;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.category-tab span::after {
  display: none;
}

.category-tab img {
  width: 124px;
  height: 96px;
  border-radius: 6px;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.08));
  transition: transform 160ms ease, filter 160ms ease;
}

.category-tab:hover img {
  transform: translateY(-2px);
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.12));
}

.category-tab:hover span {
  transform: translateY(-1px);
  background: white;
  border-color: var(--line-strong);
}

.category-tab.is-active {
  background: transparent;
  color: var(--blue);
  border-color: transparent;
}

.category-tab.is-active span {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  box-shadow: 0 10px 26px rgba(0, 102, 204, 0.22);
}

.spotlight {
  min-height: 560px;
  border-radius: var(--radius);
  background: #050505;
  color: white;
  border: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.spotlight::before,
.product-card-media::before,
.latest-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(59, 130, 246, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.22;
  mask-image: linear-gradient(90deg, transparent, black 28%, black 72%, transparent);
  animation: grid-drift 16s linear infinite;
}

.spotlight::after,
.product-card-media::after,
.latest-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 38%, rgba(59, 130, 246, 0.22) 48%, transparent 58%);
  transform: translateX(-34%);
  opacity: 0;
  transition: opacity 220ms ease;
  animation: light-scan 9s ease-in-out infinite;
}

.spotlight > *,
.latest-card > *,
.product-card-media > * {
  position: relative;
  z-index: 1;
}

.spotlight:hover::after,
.latest-card:hover::after,
.product-card:hover .product-card-media::after {
  opacity: 1;
}

.spotlight-copy {
  padding: clamp(32px, 6vw, 72px);
  align-self: center;
}

.spotlight h2 {
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.96;
  font-weight: 760;
  max-width: 560px;
  color: white;
}

.spotlight-copy p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.35;
}

.spotlight .eyebrow,
.spotlight .price-line span {
  color: rgba(255, 255, 255, 0.66);
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 24px 0;
}

.price-line strong {
  font-size: 24px;
}

.price-line span {
  color: var(--muted);
  font-size: 14px;
}

.button-row,
.dialog-purchase-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.primary-button,
.secondary-button,
.ghost-button {
  position: relative;
  border: 1px solid transparent;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 650;
  cursor: pointer;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.primary-button::after,
.secondary-button::after,
.ghost-button::after {
  display: none;
}

.primary-button {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  box-shadow: 0 10px 24px rgba(0, 102, 204, 0.18);
}

.primary-button:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: white;
  box-shadow: 0 12px 28px rgba(0, 75, 153, 0.22);
}

.secondary-button {
  background: rgba(0, 102, 204, 0.08);
  border-color: rgba(0, 102, 204, 0.18);
  color: var(--blue);
}

.secondary-button:hover {
  background: rgba(0, 102, 204, 0.12);
  border-color: rgba(0, 102, 204, 0.32);
  color: var(--blue-dark);
}

.ghost-button {
  background: var(--surface);
  border-color: var(--line);
  color: var(--text);
}

.ghost-button:hover {
  border-color: var(--line-strong);
  color: var(--blue);
}

.primary-button:active,
.secondary-button:active,
.ghost-button:active {
  transform: scale(0.98);
}

.primary-button:disabled,
.checkout-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.latest-card.is-dark .secondary-button,
.detail-buy-panel .secondary-button {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: white;
}

.latest-card.is-dark .secondary-button:hover,
.detail-buy-panel .secondary-button:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.34);
  color: white;
}

.detail-buy-panel .primary-button {
  background: white;
  border-color: white;
  color: #111114;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.detail-buy-panel .primary-button:hover {
  background: #f5f5f7;
  border-color: #f5f5f7;
  color: #111114;
}

.spotlight-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 0;
}

.spotlight-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: none;
}

.section-band {
  padding: 70px 0 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}

.section-heading h2,
.producer-kit h2,
.support-intro h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 750;
}

.section-heading h2 span,
.compact-heading h2 span {
  display: inline;
}

.latest-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 392px);
  gap: 16px;
  overflow-x: auto;
  padding: 2px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.latest-card,
.product-card,
.support-grid article,
.kit-steps article {
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
}

.latest-card {
  position: relative;
  min-height: 500px;
  padding: 26px;
  display: grid;
  grid-template-rows: auto minmax(250px, 1fr) auto;
  gap: 20px;
  scroll-snap-align: start;
  overflow: hidden;
}

.latest-card.is-dark {
  background: #050505;
  color: white;
  border-color: rgba(255, 255, 255, 0.1);
}

.latest-card.is-dark .eyebrow,
.latest-card.is-dark p,
.latest-card.is-dark .price {
  color: rgba(255, 255, 255, 0.72);
}

.latest-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  border-radius: 6px;
  background: transparent;
}

.latest-card h3,
.product-card h3,
.support-grid h3,
.checkout-section h3,
.order-review h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0;
}

.latest-card p,
.product-card p,
.kit-steps p,
.support-grid p,
.producer-kit p,
.checkout-copy p,
.success-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.latest-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.shop-toolbar {
  align-items: center;
}

.toolbar-controls {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.search-field,
.sort-field,
.large-search {
  border: 1px solid var(--line);
  background: var(--surface);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.search-field,
.sort-field {
  height: 42px;
  border-radius: 999px;
  padding: 0 16px;
}

.search-field input,
.large-search input,
.checkout-section input,
.variant-panel select {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  min-width: 0;
}

.search-field input {
  width: min(34vw, 260px);
}

.sort-field {
  position: relative;
  padding-right: 16px;
}

.sort-field select {
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  padding-right: 4px;
}

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

.product-card {
  min-height: 486px;
  display: grid;
  grid-template-rows: 270px auto;
  overflow: hidden;
}

.product-card-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0;
  appearance: none;
  background: #fbfbfd;
  display: grid;
  place-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card-body {
  padding: 20px;
  display: grid;
  gap: 13px;
}

.product-meta-line,
.detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product-meta-line span,
.detail-meta span {
  color: #5f636b;
  font-size: 12px;
  font-weight: 720;
  text-transform: uppercase;
}

.product-meta-line span + span::before,
.detail-meta span + span::before {
  content: "/";
  color: #b8bbc2;
  margin-right: 8px;
}

.product-card h3 {
  min-height: 46px;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.price {
  font-weight: 720;
  font-size: 17px;
}

.empty-state {
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  min-height: 120px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: var(--surface);
}

.product-detail-page {
  width: 100%;
  margin: 0;
  padding: 0 0 82px;
  background: #000;
  color: white;
}

.product-local-nav {
  position: sticky;
  top: 44px;
  z-index: 42;
  width: min(calc(100% - 32px), var(--max));
  height: 52px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: saturate(180%) blur(18px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.back-button {
  min-height: 32px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 2px 0 0;
  cursor: pointer;
  font-weight: 650;
  margin-bottom: 0;
}

.back-button:hover,
.product-local-nav a:hover {
  color: white;
}

.back-button svg {
  width: 17px;
  height: 17px;
}

.product-local-nav strong {
  justify-self: center;
  min-width: 0;
  max-width: min(52vw, 520px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 680;
}

.local-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: end;
}

.local-actions a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.compact-buy {
  min-width: 54px;
  min-height: 30px;
  padding: 0 14px;
  font-size: 12px;
  line-height: 1;
  box-shadow: none;
  flex: 0 0 auto;
}

.product-local-nav .compact-buy {
  box-shadow: none;
}

.product-local-nav .compact-buy:hover {
  box-shadow: none;
}

.detail-hero {
  min-height: calc(100svh - 96px);
  border-radius: 0;
  background: #000;
  border: 0;
  display: block;
  overflow: hidden;
  position: relative;
}

.detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(59, 130, 246, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.09) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.16;
  mix-blend-mode: screen;
  animation: grid-drift 22s linear infinite;
  pointer-events: none;
}

.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0.08) 68%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 40%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}

.detail-hero-media {
  position: absolute;
  inset: 0;
  background: #000;
  display: grid;
  place-items: center;
  padding: 0;
}

.detail-hero-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center right;
  filter: none;
}

.detail-hero-copy {
  position: absolute;
  left: max(16px, calc((100vw - var(--max)) / 2));
  right: max(16px, calc((100vw - var(--max)) / 2));
  bottom: clamp(28px, 6vw, 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: end;
  gap: clamp(22px, 4vw, 44px);
  color: white;
  z-index: 3;
}

.detail-hero-headline {
  max-width: 640px;
}

.detail-hero-copy h1 {
  margin: 0;
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.94;
  letter-spacing: 0;
  max-width: 640px;
  color: white;
}

.detail-hero-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
  max-width: 660px;
  margin-top: 16px;
}

.detail-hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.detail-buy-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(22, 22, 25, 0.72);
  backdrop-filter: saturate(180%) blur(24px);
  padding: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.detail-buy-panel .detail-meta span {
  color: rgba(255, 255, 255, 0.78);
}

.detail-buy-panel .detail-meta span + span::before {
  color: rgba(255, 255, 255, 0.34);
}

.detail-hero .price-line {
  margin: 18px 0;
}

.detail-hero .price-line span {
  color: rgba(255, 255, 255, 0.66);
}

.page-variant-panel {
  max-width: 440px;
  margin-bottom: 14px;
}

.detail-content-grid {
  width: min(calc(100% - 32px), var(--max));
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 18px;
  margin: 18px auto 0;
}

.sound-preview-panel,
.detail-story-panel,
.detail-faq-panel {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #161617;
  padding: clamp(24px, 3vw, 34px);
  color: white;
}

.sound-preview-panel {
  grid-row: span 2;
}

.compact-heading {
  align-items: center;
  margin-bottom: 16px;
}

.compact-heading h2,
.detail-story-panel h2,
.detail-faq-panel h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0;
  color: white;
}

.product-detail-page .compact-heading h2 span:first-child {
  color: white;
}

.product-detail-page .compact-heading h2 span:last-child {
  color: #a1a1a6;
}

.preview-status {
  min-width: max-content;
  color: #8cc8ff;
  border: 1px solid rgba(140, 200, 255, 0.28);
  border-radius: 999px;
  background: rgba(140, 200, 255, 0.1);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 720;
  text-transform: uppercase;
}

.audio-list {
  display: grid;
  gap: 12px;
}

.audio-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(320px, 1.18fr);
  gap: 18px;
  align-items: center;
  background: #1d1d1f;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.audio-card:hover,
.audio-card.is-playing {
  border-color: rgba(59, 130, 246, 0.46);
  background: linear-gradient(135deg, rgba(29, 29, 31, 0.98), rgba(14, 24, 44, 0.92));
  transform: translateY(-1px);
}

.audio-card-copy {
  display: flex;
  align-items: center;
  gap: 14px;
}

.audio-index {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 12px;
  font-weight: 750;
}

.audio-card strong,
.feature-list strong {
  display: block;
  color: white;
}

.audio-card p,
.preview-empty p,
.faq-list p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.4;
}

.audio-transport {
  display: grid;
  grid-template-columns: auto minmax(82px, 0.44fr) minmax(120px, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.audio-play-toggle,
.audio-progress {
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
}

.audio-play-toggle {
  min-height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(140, 200, 255, 0.12);
  color: #8cc8ff;
  font-weight: 720;
  padding: 0 12px;
  position: relative;
}

.audio-play-toggle::after {
  display: none;
}

.audio-play-toggle:hover,
.audio-card.is-playing .audio-play-toggle {
  background: rgba(140, 200, 255, 0.2);
}

.audio-play-toggle svg {
  width: 17px;
  height: 17px;
}

.audio-meter {
  height: 32px;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  align-items: center;
  gap: 3px;
}

.audio-meter span {
  height: calc(7px + ((var(--bar-index) % 5) * 4px));
  background: linear-gradient(180deg, #9bd7ff, #3b82f6);
  opacity: 0.44;
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.audio-card.is-playing .audio-meter span {
  opacity: 0.95;
  animation: audio-pulse 720ms ease-in-out infinite alternate;
  animation-delay: calc(var(--bar-index) * 34ms);
}

.audio-progress {
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(59, 130, 246, 0.12));
  position: relative;
  overflow: hidden;
  padding: 0;
}

.audio-progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, #8cc8ff, #3b82f6);
  transition: width 120ms linear;
}

.audio-time {
  min-width: 74px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.audio-card audio {
  display: none;
}

.preview-empty {
  min-height: 170px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.64);
  background: #1d1d1f;
}

.preview-empty svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
}

.preview-empty strong {
  color: white;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.feature-list article {
  min-height: 46px;
  border-radius: var(--radius);
  background: #1d1d1f;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px;
  color: rgba(255, 255, 255, 0.74);
}

.feature-list svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.faq-list details {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 0 0;
}

.faq-list summary {
  cursor: pointer;
  color: white;
  font-weight: 680;
}

.producer-kit {
  margin-top: 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: stretch;
}

.kit-copy {
  min-height: 340px;
  border-radius: var(--radius);
  background: #101114;
  color: white;
  padding: clamp(28px, 5vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image:
    linear-gradient(120deg, rgba(16, 17, 20, 0.94), rgba(16, 17, 20, 0.72)),
    url("https://cdn.shopify.com/s/files/1/0643/0638/1035/files/vmc.png?v=1759846871");
  background-repeat: no-repeat;
  background-size: cover, min(340px, 74%);
  background-position: center, right 10% top 18%;
}

.kit-copy h2,
.kit-copy p,
.kit-copy .eyebrow {
  color: white;
}

.kit-copy p {
  max-width: 540px;
  opacity: 0.78;
  margin-top: 16px;
}

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

.kit-steps article {
  padding: 22px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.kit-steps span {
  color: var(--blue);
  font-weight: 750;
}

.kit-steps strong {
  font-size: 22px;
  line-height: 1.1;
}

.support-grid {
  padding: 64px 0;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 16px;
}

.support-intro {
  padding: 18px 18px 18px 0;
}

.support-grid article {
  min-height: 220px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.support-grid article svg {
  color: var(--blue);
}

.site-footer {
  padding: 28px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
}

.site-footer div,
.site-footer nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer nav {
  justify-content: flex-end;
}

.site-footer nav a {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
}

.site-footer nav a:hover {
  background: white;
  border-color: var(--line-strong);
}

.site-footer a::after,
.live-link::after {
  display: none;
}

.footer-brand {
  align-items: center;
}

.footer-mark {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.site-footer strong {
  color: var(--text);
}

.policy-page {
  width: min(calc(100% - 32px), 980px);
  margin: 0 auto;
  padding: 72px 0 54px;
}

.policy-hero {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.policy-hero h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

.policy-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.35;
}

.policy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.policy-nav {
  position: sticky;
  top: 72px;
  display: grid;
  gap: 8px;
}

.policy-nav a {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.policy-nav a:hover,
.policy-nav a.is-current {
  border-color: rgba(0, 102, 204, 0.22);
  background: rgba(0, 102, 204, 0.08);
  color: var(--blue);
}

.policy-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(24px, 4vw, 44px);
  display: grid;
  gap: 24px;
}

.policy-card section {
  display: grid;
  gap: 10px;
}

.policy-card h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  line-height: 1.58;
}

.policy-card p,
.policy-card ul {
  margin: 0;
}

.policy-card ul {
  padding-left: 20px;
}

dialog {
  border: 0;
  padding: 0;
  background: transparent;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
}

.product-dialog,
.checkout-dialog,
.search-dialog {
  width: min(calc(100% - 28px), 980px);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-dialog {
  max-height: min(820px, calc(100vh - 28px));
}

.dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.05);
}

.dialog-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(300px, 1.05fr);
}

.dialog-media {
  min-height: 520px;
  display: grid;
  place-items: center;
  background: #f5f5f7;
  padding: 28px;
}

.dialog-media img {
  max-height: 470px;
  object-fit: contain;
}

.dialog-content {
  padding: clamp(28px, 5vw, 52px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.dialog-content h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.dialog-content p {
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}

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

.variant-panel label,
.checkout-section label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
}

.variant-panel select,
.checkout-section input {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 0 16px;
  color: var(--text);
  background: white;
}

.dialog-purchase-row {
  justify-content: space-between;
}

.dialog-purchase-row strong {
  font-size: 24px;
}

.live-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 38px;
  border: 1px solid rgba(0, 102, 204, 0.18);
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.08);
  padding: 0 14px;
  color: var(--blue);
  font-weight: 650;
}

.drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  width: min(100%, 430px);
  height: 100vh;
  background: var(--surface);
  box-shadow: -28px 0 70px rgba(0, 0, 0, 0.18);
  transform: translateX(104%);
  transition: transform 240ms ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.drawer-header,
.drawer-footer {
  padding: 22px;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2 {
  margin: 0;
}

.cart-items {
  overflow: auto;
  padding: 8px 22px;
}

.cart-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 8px;
  background: #f6f6f6;
}

.cart-item h3 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.2;
}

.cart-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.cart-item-controls {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.quantity-control {
  min-width: 112px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  text-align: center;
}

.quantity-control button {
  border: 0;
  background: transparent;
  height: 32px;
  cursor: pointer;
  color: var(--blue);
  font-weight: 700;
}

.cart-empty {
  margin: 28px 22px;
  color: var(--muted);
}

.drawer-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.delivery-note {
  min-height: 44px;
  border-radius: 8px;
  background: #f5f8ff;
  color: #25456f;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.35;
}

.checkout-dialog {
  max-height: min(860px, calc(100vh - 28px));
  overflow: auto;
}

.checkout-form {
  padding: clamp(26px, 5vw, 52px);
}

.checkout-copy {
  max-width: 560px;
  margin-bottom: 24px;
}

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

.checkout-section,
.order-review {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  display: grid;
  gap: 16px;
}

.order-review {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-content: start;
}

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

.payment-options label {
  cursor: pointer;
}

.payment-options input {
  position: absolute;
  opacity: 0;
}

.payment-options span {
  min-height: 42px;
  border-radius: 8px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-weight: 650;
  color: var(--text);
}

.payment-options input:checked + span {
  border-color: var(--blue);
  color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.12);
}

.checkout-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-row span {
  color: var(--muted);
  font-size: 13px;
}

.success-state {
  min-height: 520px;
  padding: clamp(28px, 6vw, 72px);
  display: grid;
  place-items: center;
  text-align: center;
  align-content: center;
  gap: 16px;
}

.success-state svg {
  width: 54px;
  height: 54px;
  color: var(--green);
}

.success-state p {
  max-width: 460px;
}

.search-dialog {
  width: min(calc(100% - 28px), 720px);
  padding: clamp(24px, 5vw, 44px);
}

.large-search {
  width: 100%;
  height: 58px;
  border-radius: 8px;
  padding: 0 18px;
  margin-top: 20px;
}

.large-search input {
  flex: 1;
  font-size: 20px;
}

.quick-searches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.quick-searches button {
  min-height: 38px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--surface-quiet);
  color: var(--text);
  padding: 0 14px;
  cursor: pointer;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  transform: translate(-50%, 24px);
  opacity: 0;
  pointer-events: none;
  background: rgba(29, 29, 31, 0.94);
  color: white;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 650;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal-item {
  transform: translateY(18px);
  transition: transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-item.is-visible,
.no-reveal-observer .reveal-item {
  transform: translateY(0);
}

@keyframes grid-drift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 84px 84px, 84px 84px;
  }
}

@keyframes light-scan {
  0%,
  64% {
    transform: translateX(-36%);
  }

  78% {
    transform: translateX(34%);
  }

  100% {
    transform: translateX(34%);
  }
}

@keyframes audio-pulse {
  from {
    transform: scaleY(0.42);
  }

  to {
    transform: scaleY(1);
  }
}

@media (max-width: 980px) {
  .desktop-links {
    display: none;
  }

  .mobile-menu-button {
    display: inline-grid;
  }

  .mobile-links.is-open {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
  }

  .mobile-links a {
    padding: 14px;
    text-align: center;
  }

  .store-intro {
    align-items: start;
    flex-direction: column;
  }

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

  .spotlight-visual {
    order: -1;
    min-height: 300px;
  }

  .producer-kit,
  .support-grid,
  .dialog-layout,
  .checkout-grid,
  .detail-content-grid {
    grid-template-columns: 1fr;
  }

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

  .detail-buy-panel {
    max-width: 520px;
  }

  .sound-preview-panel {
    grid-row: auto;
  }

  .kit-steps {
    grid-template-columns: 1fr;
  }

  .support-intro {
    padding: 0;
  }

  .order-review {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .nav-inner {
    padding: 0 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .announcement {
    flex-direction: column;
    gap: 4px;
  }

  .store-intro {
    padding-top: 38px;
  }

  .store-intro h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .specialist-panel {
    width: 100%;
  }

  .category-rail {
    gap: 8px;
    margin-bottom: 28px;
  }

  .category-tab {
    width: 104px;
    min-width: 104px;
    min-height: 116px;
    font-size: 12px;
  }

  .category-tab img {
    width: 94px;
    height: 74px;
  }

  .spotlight-copy {
    padding: 28px;
  }

  .spotlight {
    min-height: 0;
  }

  .spotlight-visual {
    min-height: 270px;
  }

  .section-heading,
  .shop-toolbar,
  .site-footer {
    align-items: start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .toolbar-controls,
  .search-field,
  .sort-field {
    width: 100%;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }

  .search-field input,
  .sort-field select {
    width: 100%;
  }

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

  .product-card {
    grid-template-rows: 230px auto;
  }

  .product-detail-page {
    padding-bottom: 48px;
  }

  .product-local-nav {
    width: calc(100% - 28px);
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }

  .product-local-nav strong {
    justify-self: start;
    max-width: 36vw;
    font-size: 12px;
  }

  .local-actions {
    gap: 10px;
  }

  .local-actions a {
    display: none;
  }

  .detail-hero {
    min-height: calc(100svh - 96px);
  }

  .detail-hero-media {
    min-height: 0;
    padding: 0;
  }

  .detail-hero-media img {
    max-height: none;
    object-position: 62% center;
  }

  .detail-hero-copy {
    left: 16px;
    right: 16px;
    bottom: 22px;
    gap: 12px;
  }

  .detail-hero-copy h1 {
    font-size: clamp(40px, 13vw, 64px);
  }

  .detail-hero-copy p:not(.eyebrow) {
    font-size: 16px;
    margin-top: 10px;
  }

  .detail-hero .price-line {
    margin: 12px 0;
  }

  .detail-buy-panel {
    padding: 14px;
  }

  .compact-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .sound-preview-panel,
  .detail-story-panel,
  .detail-faq-panel {
    padding: 18px;
  }

  .audio-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 11px;
  }

  .audio-card-copy {
    gap: 10px;
  }

  .audio-transport {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .audio-time {
    text-align: left;
  }

  .latest-scroll {
    grid-auto-columns: minmax(250px, 82vw);
  }

  .dialog-media {
    min-height: 300px;
  }

  .dialog-content {
    padding-top: 20px;
  }

  .variant-panel,
  .payment-options {
    grid-template-columns: 1fr;
  }

  .cart-drawer {
    width: 100%;
  }

  .mobile-links.is-open {
    grid-template-columns: repeat(2, 1fr);
  }
}

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