:root {
  --bg: #050505;
  --panel: #0d0d0d;
  --panel-2: #151515;
  --ink: #f3f0ea;
  --muted: #9a958d;
  --soft: #5d5a55;
  --line: rgba(243, 240, 234, 0.12);
  --line-strong: rgba(243, 240, 234, 0.24);
  --category-line: rgba(255, 255, 255, 0.16);
  --accent: #e8dcc8;
  --accent-ink: #12100d;
  --danger: #b98780;
  --serif: "Cormorant Garamond", "IBM Plex Sans TC", "Noto Sans TC", serif;
  --sans: "Inter", "IBM Plex Sans TC", "Noto Sans TC", sans-serif;
  --zh: "IBM Plex Sans TC", "Noto Sans TC", "Inter", sans-serif;
  --zh-display: "IBM Plex Sans TC", "Noto Sans TC", sans-serif;
  --section-x: clamp(24px, 4.8vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: linear-gradient(90deg, #0d0d0d 0%, #090909 48%, #060606 100%);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.45;
  min-height: 100vh;
  cursor: auto;
}

:lang(zh-Hant-TW) body {
  font-family: var(--zh);
}

:lang(zh-Hant-TW) .hero h1,
:lang(zh-Hant-TW) .section-heading h2,
:lang(zh-Hant-TW) .category-divider,
:lang(zh-Hant-TW) .editorial-copy h2,
:lang(zh-Hant-TW) .editorial-copy h3,
:lang(zh-Hant-TW) .release-copy h3,
:lang(zh-Hant-TW) .collection-tile-copy strong,
:lang(zh-Hant-TW) .collection-page-copy h1,
:lang(zh-Hant-TW) .product-card h3,
:lang(zh-Hant-TW) .product-main h1,
:lang(zh-Hant-TW) .about-story-copy h1,
:lang(zh-Hant-TW) .related-section h2,
:lang(zh-Hant-TW) .cart-head h2 {
  font-family: var(--zh-display);
  font-weight: 300;
}

body.no-scroll {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

#starfield {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--ink);
  color: #000;
  padding: 10px 14px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(24px);
  background: rgba(5, 5, 5, 0.78);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  left: 0;
  min-height: 68px;
  padding: 14px 28px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
}

.release-notice {
  align-items: center;
  background: rgba(232, 232, 232, 0.92);
  color: rgba(5, 5, 5, 0.72);
  display: flex;
  font-size: 11px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.25;
  padding: 0 var(--section-x);
  position: sticky;
  text-align: center;
  top: 68px;
  transition:
    background-color 0.36s ease,
    color 0.36s ease,
    opacity 0.36s ease;
  z-index: 99;
}

body.notice-muted .release-notice {
  background: rgba(232, 232, 232, 0.38);
  color: rgba(5, 5, 5, 0.42);
  opacity: 0.58;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 92px;
}

.brand-mark img {
  display: block;
  height: auto;
  width: clamp(82px, 6.8vw, 104px);
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.site-nav a,
.mobile-panel a {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  position: relative;
  text-transform: uppercase;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-left: 0;
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: none;
  flex-direction: column;
  gap: 7px;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: fixed;
  width: 52px;
  isolation: isolate;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 210;
}

.nav-toggle.open {
  transform: scale(0.96);
}

.nav-toggle-mark {
  background:
    radial-gradient(circle at 42% 38%, rgba(243, 240, 234, 0.08), transparent 42%),
    rgba(2, 2, 2, 0.86);
  border: 1.2px solid rgba(243, 240, 234, 0.72);
  border-radius: 55% 46% 53% 48% / 49% 56% 45% 54%;
  box-shadow:
    0 0 0 1px rgba(243, 240, 234, 0.05),
    0 10px 26px rgba(0, 0, 0, 0.32);
  height: 50px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  transition:
    border-color 0.28s ease,
    opacity 0.28s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  width: 54px;
  z-index: 0;
}

.nav-toggle.open .nav-toggle-mark {
  border-color: rgba(243, 240, 234, 0.84);
  opacity: 0.94;
  transform: translate(-50%, -50%) rotate(7deg) scale(1.03);
}

.nav-toggle .nav-line {
  background: rgba(243, 240, 234, 0.9);
  display: block;
  height: 2px;
  margin: 0;
  pointer-events: none;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 30px;
  z-index: 1;
}

.nav-toggle .nav-line-2 {
  height: 1px;
  opacity: 0.82;
  width: 24px;
}

.nav-toggle.open .nav-line-1 {
  transform: translateY(4.5px) rotate(45deg);
}

.nav-toggle.open .nav-line-2 {
  opacity: 1;
  transform: translateY(-4.5px) rotate(-45deg);
}

.cart-button,
.icon-button,
.language-toggle,
.search-button {
  background: transparent;
  border: 0;
  color: var(--ink);
  min-height: 38px;
  padding: 0 14px;
  position: relative;
}

.cart-button,
.search-button {
  align-items: center;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-width: 38px;
  padding: 0;
  text-transform: uppercase;
}

.search-button {
  text-decoration: none;
}

.language-toggle {
  min-width: 44px;
  letter-spacing: 0.08em;
}

.cart-count {
  align-items: center;
  background: transparent;
  color: var(--ink);
  display: inline-flex;
  font-size: 7px;
  font-weight: 500;
  height: 18px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  min-width: 18px;
  padding: 0;
  position: absolute;
  top: 58%;
  transform: translate(-50%, -50%);
}

.cart-label {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.cart-icon {
  border: 1.15px solid var(--ink);
  border-radius: 2px 2px 4px 4px;
  display: block;
  height: 17px;
  position: relative;
  width: 18px;
}

.cart-icon::before {
  border: 1.15px solid var(--ink);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: -9px;
  transform: translateX(-50%);
  width: 8px;
}

.search-icon {
  border: 1.25px solid var(--ink);
  border-radius: 50%;
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
}

.search-icon::after {
  background: var(--ink);
  content: "";
  height: 1.25px;
  position: absolute;
  right: -6px;
  top: 14px;
  transform: rotate(45deg);
  transform-origin: left center;
  width: 8px;
}

.mobile-panel {
  background: rgba(5, 5, 5, 0.98);
  border: 0;
  display: none;
  gap: 22px;
  left: 0;
  padding: 24px 32px 30px;
  position: fixed;
  right: 0;
  top: 75px;
  z-index: 99;
}

.mobile-panel.open {
  display: grid;
}

#homeView,
.product-view,
.site-footer {
  position: relative;
  z-index: 1;
}

body.is-loading {
  overflow: hidden;
}

.site-loader {
  align-items: center;
  background: #000;
  display: grid;
  inset: 0;
  justify-items: center;
  overflow: hidden;
  pointer-events: auto;
  position: fixed;
  z-index: 500;
}

.site-loader.is-leaving {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
}

.loader-orbit {
  aspect-ratio: 1;
  position: relative;
  width: min(82vw, 560px);
}

.loader-orbit::before,
.loader-orbit::after {
  display: none;
}

.loader-star {
  animation: loaderStarGather var(--duration) cubic-bezier(0.2, 0.72, 0.22, 1) var(--delay, 0s) forwards;
  background: rgba(255, 255, 255, var(--alpha));
  border-radius: 50%;
  box-shadow: 0 0 var(--glow) rgba(255, 255, 255, 0.24);
  height: var(--size);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(var(--x), var(--y)) scale(0.3);
  width: var(--size);
}

.loader-core {
  animation: loaderCorePulse 1.6s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.34);
  height: 4px;
  position: absolute;
  width: 4px;
}

.loader-mark {
  bottom: calc(env(safe-area-inset-bottom, 0px) + 34px);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.26em;
  position: absolute;
}

@keyframes loaderStarGather {
  0% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) rotate(0deg) scale(0.22);
  }

  18% {
    opacity: var(--alpha);
  }

  68% {
    opacity: var(--alpha);
    transform: translate(var(--bend-x), var(--bend-y)) rotate(var(--mid-spin)) scale(1);
  }

  100% {
    opacity: 0.82;
    transform: translate(var(--end-x), var(--end-y)) rotate(var(--spin)) scale(0.58);
  }
}

@keyframes loaderCorePulse {
  0%,
  100% {
    opacity: 0.44;
    transform: scale(0.82);
  }

  50% {
    opacity: 0;
    transform: scale(1.36);
  }
}

.hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: 0 32px;
  position: relative;
  text-align: center;
  background: #000;
}

.hero::after {
  content: none;
  display: none;
}

.hero-scene {
  bottom: 0;
  height: calc(100vh - 76px);
  left: 50%;
  perspective: 1000px;
  position: absolute;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  width: min(1180px, 112vw);
  z-index: 0;
}

.hero-art {
  bottom: 0;
  filter: brightness(1.2);
  height: 100%;
  left: 50%;
  max-width: none;
  opacity: 0.92;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  width: 100%;
  will-change: transform;
  -webkit-mask-image: radial-gradient(ellipse 72% 78% at 50% 56%, #000 36%, rgba(0, 0, 0, 0.72) 60%, transparent 86%);
  mask-image: radial-gradient(ellipse 72% 78% at 50% 56%, #000 36%, rgba(0, 0, 0, 0.72) 60%, transparent 86%);
}

.hero-video {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-video-mobile {
  display: none;
}

.hero-glow {
  animation: heroGlowPulse 6s ease-in-out infinite;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  bottom: 15%;
  filter: blur(40px);
  height: 300px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
}

@keyframes heroGlowPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: translateX(-50%) scale(1);
  }

  50% {
    opacity: 0.7;
    transform: translateX(-50%) scale(1.15);
  }
}

#heroParticles {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.eyebrow {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.editorial-copy h2,
.product-main h1,
.cart-head h2 {
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-content {
  display: grid;
  gap: 18px;
  justify-items: center;
  left: 50%;
  max-width: 520px;
  position: absolute;
  text-align: center;
  top: clamp(88px, 15vh, 156px);
  transform: translateX(-50%);
  z-index: 3;
}

.hero h1 {
  animation: fadeUp 1.5s ease-out 0.2s forwards;
  color: rgba(243, 240, 234, 0.9);
  display: none;
  font-size: clamp(46px, 5.5vw, 68px);
  letter-spacing: 0.02em;
  line-height: 1.08;
  margin: 0;
  opacity: 0;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.82);
  text-transform: none;
}

:lang(en) .hero-content {
  max-width: min(720px, calc(100vw - 64px));
}

:lang(en) .hero h1 {
  font-size: clamp(38px, 4.8vw, 60px);
  line-height: 1.02;
}

:lang(en) .hero-link {
  font-size: 13px;
  letter-spacing: 0.05em;
  min-height: 40px;
}

.hero-tagline {
  animation: fadeUp 1.5s ease-out 0.6s forwards;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.2em;
  margin-top: 0;
  opacity: 0;
  text-transform: uppercase;
}

.hero-actions {
  align-items: center;
  animation: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin-top: 0;
  opacity: 1;
}

.hero-link {
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  min-height: 44px;
  padding: 0 4px;
  position: relative;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.86);
  text-decoration: underline;
  text-decoration-color: rgba(243, 240, 234, 0.36);
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}

.hero-separator {
  color: rgba(243, 240, 234, 0.36);
  font-size: 13px;
  margin: 0 16px;
}

.hero-scroll {
  align-items: center;
  animation: fadeUp 1.5s ease-out 1.5s forwards;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll span {
  color: var(--soft);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.scroll-line {
  animation: scrollPulse 2s ease-in-out infinite;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);
  height: 40px;
  width: 1px;
}

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleY(1);
  }

  50% {
    opacity: 0.8;
    transform: scaleY(1.3);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  position: relative;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(243, 240, 234, 0.36);
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.button-primary {
  font-weight: 600;
}

.button-secondary {
  font-weight: 500;
}

.button:hover {
  text-decoration-color: rgba(243, 240, 234, 0.7);
  transform: translateY(-1px);
}

.button::before,
.button::after,
.filter-button::before,
.filter-button::after,
.cart-button::before,
.cart-button::after,
.icon-button::before,
.icon-button::after,
.language-toggle::before,
.language-toggle::after,
.nav-toggle::before,
.nav-toggle::after,
.remove-button::before,
.remove-button::after,
.back-link::before,
.back-link::after,
.hero-link::before,
.hero-link::after,
.text-link::before,
.text-link::after,
.site-nav a::before,
.site-nav a::after,
.mobile-panel a::before,
.mobile-panel a::after,
.footer-links a::before,
.footer-links a::after {
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.button,
.filter-button,
.cart-button,
.icon-button,
.language-toggle,
.remove-button,
.back-link,
.hero-link,
.text-link,
.site-nav a,
.mobile-panel a,
.footer-links a {
  --bracket-gap: 18px;
}

.button::before,
.filter-button::before,
.cart-button::before,
.icon-button::before,
.language-toggle::before,
.nav-toggle::before,
.remove-button::before,
.back-link::before,
.hero-link::before,
.text-link::before,
.site-nav a::before,
.mobile-panel a::before,
.footer-links a::before {
  content: "「";
  left: 0;
}

.button::after,
.filter-button::after,
.cart-button::after,
.icon-button::after,
.language-toggle::after,
.nav-toggle::after,
.remove-button::after,
.back-link::after,
.hero-link::after,
.text-link::after,
.site-nav a::after,
.mobile-panel a::after,
.footer-links a::after {
  content: "」";
  right: 0;
}

.button:hover::before,
.button:hover::after,
.button:focus-visible::before,
.button:focus-visible::after,
.button:active::before,
.button:active::after,
.filter-button:hover::before,
.filter-button:hover::after,
.filter-button:focus-visible::before,
.filter-button:focus-visible::after,
.filter-button:active::before,
.filter-button:active::after,
.filter-button.active::before,
.filter-button.active::after,
.cart-button:hover::before,
.cart-button:hover::after,
.cart-button:focus-visible::before,
.cart-button:focus-visible::after,
.cart-button:active::before,
.cart-button:active::after,
.icon-button:hover::before,
.icon-button:hover::after,
.icon-button:focus-visible::before,
.icon-button:focus-visible::after,
.icon-button:active::before,
.icon-button:active::after,
.language-toggle:hover::before,
.language-toggle:hover::after,
.language-toggle:focus-visible::before,
.language-toggle:focus-visible::after,
.language-toggle:active::before,
.language-toggle:active::after,
.nav-toggle:hover::before,
.nav-toggle:hover::after,
.nav-toggle:focus-visible::before,
.nav-toggle:focus-visible::after,
.nav-toggle:active::before,
.nav-toggle:active::after,
.nav-toggle.open::before,
.nav-toggle.open::after,
.remove-button:hover::before,
.remove-button:hover::after,
.remove-button:focus-visible::before,
.remove-button:focus-visible::after,
.remove-button:active::before,
.remove-button:active::after,
.back-link:hover::before,
.back-link:hover::after,
.back-link:focus-visible::before,
.back-link:focus-visible::after,
.back-link:active::before,
.back-link:active::after,
.hero-link:hover::before,
.hero-link:hover::after,
.hero-link:focus-visible::before,
.hero-link:focus-visible::after,
.hero-link:active::before,
.hero-link:active::after,
.text-link:hover::before,
.text-link:hover::after,
.text-link:focus-visible::before,
.text-link:focus-visible::after,
.text-link:active::before,
.text-link:active::after,
.site-nav a:hover::before,
.site-nav a:hover::after,
.site-nav a:focus-visible::before,
.site-nav a:focus-visible::after,
.site-nav a:active::before,
.site-nav a:active::after,
.mobile-panel a:hover::before,
.mobile-panel a:hover::after,
.mobile-panel a:focus-visible::before,
.mobile-panel a:focus-visible::after,
.mobile-panel a:active::before,
.mobile-panel a:active::after,
.footer-links a:hover::before,
.footer-links a:hover::after,
.footer-links a:focus-visible::before,
.footer-links a:focus-visible::after,
.footer-links a:active::before,
.footer-links a:active::after {
  opacity: 1;
}

.button:hover::before,
.button:focus-visible::before,
.button:active::before,
.filter-button:hover::before,
.filter-button:focus-visible::before,
.filter-button:active::before,
.filter-button.active::before,
.cart-button:hover::before,
.cart-button:focus-visible::before,
.cart-button:active::before,
.icon-button:hover::before,
.icon-button:focus-visible::before,
.icon-button:active::before,
.language-toggle:hover::before,
.language-toggle:focus-visible::before,
.language-toggle:active::before,
.nav-toggle:hover::before,
.nav-toggle:focus-visible::before,
.nav-toggle:active::before,
.nav-toggle.open::before,
.remove-button:hover::before,
.remove-button:focus-visible::before,
.remove-button:active::before,
.back-link:hover::before,
.back-link:focus-visible::before,
.back-link:active::before,
.hero-link:hover::before,
.hero-link:focus-visible::before,
.hero-link:active::before,
.text-link:hover::before,
.text-link:focus-visible::before,
.text-link:active::before,
.site-nav a:hover::before,
.site-nav a:focus-visible::before,
.site-nav a:active::before,
.mobile-panel a:hover::before,
.mobile-panel a:focus-visible::before,
.mobile-panel a:active::before,
.footer-links a:hover::before,
.footer-links a:focus-visible::before,
.footer-links a:active::before {
  transform: translate(calc(var(--bracket-gap) * -1), -52%);
}

.button:hover::after,
.button:focus-visible::after,
.button:active::after,
.filter-button:hover::after,
.filter-button:focus-visible::after,
.filter-button:active::after,
.filter-button.active::after,
.cart-button:hover::after,
.cart-button:focus-visible::after,
.cart-button:active::after,
.icon-button:hover::after,
.icon-button:focus-visible::after,
.icon-button:active::after,
.language-toggle:hover::after,
.language-toggle:focus-visible::after,
.language-toggle:active::after,
.nav-toggle:hover::after,
.nav-toggle:focus-visible::after,
.nav-toggle:active::after,
.nav-toggle.open::after,
.remove-button:hover::after,
.remove-button:focus-visible::after,
.remove-button:active::after,
.back-link:hover::after,
.back-link:focus-visible::after,
.back-link:active::after,
.hero-link:hover::after,
.hero-link:focus-visible::after,
.hero-link:active::after,
.text-link:hover::after,
.text-link:focus-visible::after,
.text-link:active::after,
.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a:active::after,
.mobile-panel a:hover::after,
.mobile-panel a:focus-visible::after,
.mobile-panel a:active::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after,
.footer-links a:active::after {
  transform: translate(var(--bracket-gap), -52%);
}

.nav-toggle::before,
.nav-toggle::after,
.cart-button::before,
.cart-button::after,
.back-link::before,
.back-link::after {
  content: none !important;
  display: none !important;
}

.cart-button,
.search-button {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-button:hover,
.cart-button:focus-visible,
.search-button:hover,
.search-button:focus-visible {
  opacity: 0.72;
  transform: translateY(-1px);
}

.button.disabled {
  opacity: 0.42;
  pointer-events: none;
}

.scroll-reveal {
  --reveal-delay: 0ms;
  --reveal-y: 30px;
  --reveal-up-y: -22px;
  --reveal-scale: 0.992;
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform;
}

body[data-scroll-dir="up"] .scroll-reveal:not(.is-visible) {
  transform: translate3d(0, var(--reveal-up-y), 0) scale(var(--reveal-scale));
}

.scroll-reveal.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.hero-content.scroll-reveal {
  --reveal-y: 20px;
  --reveal-up-y: -14px;
  transform: translate3d(-50%, var(--reveal-y), 0) scale(var(--reveal-scale));
}

body[data-scroll-dir="up"] .hero-content.scroll-reveal:not(.is-visible) {
  transform: translate3d(-50%, var(--reveal-up-y), 0) scale(var(--reveal-scale));
}

.hero-content.scroll-reveal.is-visible {
  transform: translate3d(-50%, 0, 0) scale(1);
}

.category-divider.scroll-reveal,
.shop-toolbar.scroll-reveal {
  --reveal-y: 14px;
  --reveal-up-y: -10px;
  --reveal-scale: 1;
}

.product-row.scroll-reveal,
.collection-directory.scroll-reveal {
  --reveal-y: 22px;
  --reveal-up-y: -16px;
  --reveal-scale: 1;
}

.shop-section,
.release-section,
.collections-section,
.music-home-section,
.editorial-grid,
.product-view,
.site-footer {
  background:
    radial-gradient(ellipse at 8% 18%, rgba(255, 255, 255, 0.024), transparent 28rem),
    linear-gradient(90deg, #111 0%, #0b0b0b 46%, #070707 100%);
  padding: clamp(72px, 8vw, 112px) var(--section-x);
}

.release-section,
.collections-section,
.music-home-section,
.editorial-grid {
  position: relative;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 18px 34px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.62fr);
  margin-bottom: 40px;
  max-width: none;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  font-size: 13px;
}

.section-heading h2,
.editorial-copy h2 {
  font-size: clamp(30px, 5.2vw, 64px);
  margin: 0;
}

.section-heading p:last-child,
.editorial-copy p,
.product-story,
.product-meta,
.cart-note {
  color: var(--muted);
  font-size: 15px;
}

.store-status {
  color: rgba(243, 240, 234, 0.68);
  font-size: clamp(16px, 1.42vw, 19px);
  letter-spacing: 0.02em;
  line-height: 1.55;
  margin: 0;
  max-width: 620px;
  padding-left: 0;
}

.shop-toolbar {
  align-items: center;
  backdrop-filter: none;
  background: transparent;
  border: 0;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.filter-group {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: none;
}

.filter-group::-webkit-scrollbar {
  display: none;
}

.filter-button {
  background: transparent;
  border: 0;
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 14px;
  letter-spacing: 0.08em;
  min-height: 28px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.filter-button.active {
  color: var(--ink);
  font-weight: 600;
}

.search-box {
  display: grid;
  gap: 6px;
  min-width: min(100%, 250px);
}

.search-box span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-form label {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  gap: 7px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.search-box input,
.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  background: #090909;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
  min-height: 40px;
  padding: 0 12px;
  width: 100%;
}

.checkout-form input:-webkit-autofill,
.checkout-form input:-webkit-autofill:hover,
.checkout-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #090909 inset;
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
  transition: background-color 9999s ease-in-out 0s;
}

.search-box input {
  background: transparent;
  border: 0;
  color: rgba(243, 240, 234, 0.82);
  font-size: 14px;
  letter-spacing: 0.04em;
  min-height: 30px;
  padding: 0;
}

.search-box input::placeholder {
  color: rgba(243, 240, 234, 0.38);
}

.checkout-form textarea {
  padding-top: 11px;
  resize: vertical;
}

.checkout-member-note,
.checkout-digital-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
}

.checkout-digital-note {
  border-top: 1px solid rgba(243, 240, 234, 0.12);
  padding-top: 12px;
}

.checkout-maintenance-note {
  border-left: 1px solid rgba(243, 240, 234, 0.5);
  color: rgba(243, 240, 234, 0.86);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  padding-left: 12px;
}

.checkout-address-fields {
  display: grid;
  gap: 12px;
}

.checkout-form:not(.digital-only) .checkout-digital-note,
.checkout-form.digital-only .checkout-delivery-field,
.checkout-form.digital-only .checkout-address-fields,
.checkout-form.digital-only .checkout-notes-field {
  display: none;
}

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

.release-feature {
  align-items: end;
  display: grid;
  gap: clamp(26px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.48fr);
  justify-items: stretch;
}

.release-media {
  aspect-ratio: 4 / 5;
  background: #090909;
  display: block;
  overflow: hidden;
}

.release-media img {
  filter: grayscale(1) contrast(1.04);
  height: 100%;
  object-fit: cover;
  transition: filter 0.35s ease, transform 0.5s ease;
  width: 100%;
}

.release-feature:hover .release-media img {
  filter: grayscale(1) contrast(1.1) brightness(0.92);
  transform: scale(1.025);
}

.release-copy {
  align-items: start;
  display: grid;
  gap: 14px;
  justify-items: start;
  max-width: 520px;
  text-align: left;
  width: 100%;
}

.release-heading {
  margin-bottom: 34px;
}

.release-copy h3 {
  font-family: var(--serif);
  font-size: 9pt;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}

:lang(zh-Hant-TW) .release-copy h3 {
  font-size: 9pt;
  line-height: 1.48;
}

.collection-page-copy h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 7vw, 82px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
}

.collection-page-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
  margin: 0;
}

.release-copy p {
  color: var(--muted);
  font-size: 8pt;
  line-height: 1.7;
  margin: 0;
}

.release-status {
  color: rgba(243, 240, 234, 0.56);
  font-size: 9pt;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
}

.release-copy .text-link {
  font-size: 10.5pt;
  font-weight: 600;
  justify-self: start;
  margin-left: 0;
  margin-top: 12px;
  padding-bottom: 10px;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(243, 240, 234, 0.36);
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}

.collection-directory {
  --rail-card: clamp(340px, 42vw, 540px);
  --rail-pad: max(var(--section-x), calc((100vw - var(--rail-card)) / 2));
  display: grid;
  gap: clamp(8px, 1.4vw, 18px);
  grid-auto-columns: var(--rail-card);
  grid-auto-flow: column;
  margin: 0 calc(var(--section-x) * -1);
  overflow-x: auto;
  overscroll-behavior-x: auto;
  padding: 4px var(--rail-pad) 36px;
  position: relative;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--rail-pad);
  scroll-padding-left: var(--rail-pad);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.collection-directory::-webkit-scrollbar {
  display: none;
}

.collection-tile {
  background: transparent;
  border: 0;
  display: grid;
  gap: 18px;
  min-width: 0;
  opacity: 0.48;
  position: relative;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  text-decoration: none;
  -webkit-user-drag: none;
  user-select: none;
  transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.collection-tile-media {
  aspect-ratio: 4 / 5;
  background: #080808;
  display: block;
  margin-top: 24px;
  overflow: hidden;
  -webkit-user-drag: none;
}

.collection-tile-media img {
  filter: grayscale(1) brightness(0.52) contrast(1.02);
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: filter 0.35s ease, transform 0.45s ease;
  width: 100%;
  -webkit-user-drag: none;
}

.collection-tile > .collection-tile-media {
  transform: scale(0.9);
  transform-origin: center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.collection-tile.is-focus {
  opacity: 1;
  z-index: 2;
}

.collection-tile.is-focus > .collection-tile-media {
  transform: scale(1);
}

.collection-tile.is-next {
  opacity: 0.64;
  z-index: 1;
}

.collection-tile.is-next > .collection-tile-media {
  transform: translateX(-18px) scale(0.9);
}

.collection-tile:hover .collection-tile-media img,
.collection-tile:focus-visible .collection-tile-media img,
.collection-tile.is-focus .collection-tile-media img {
  filter: grayscale(1) brightness(0.96) contrast(1.08);
  transform: scale(1.02);
}

.collection-tile.is-next .collection-tile-media img {
  filter: grayscale(1) brightness(0.48) contrast(1.05);
}

.collection-tile-copy {
  display: grid;
  gap: 7px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.74s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.86s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-tile.is-focus .collection-tile-copy,
.collection-tile:focus-visible .collection-tile-copy {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.collection-tile-copy strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(14px, 1.8vw, 22px);
  font-weight: 300;
  line-height: 1.18;
}

.collection-tile-copy span:not(.eyebrow) {
  color: var(--muted);
  font-size: 8pt;
  line-height: 1.48;
}

.collection-tile-copy small,
.collection-page-copy small {
  color: rgba(243, 240, 234, 0.48);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.music-home-layout {
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  --rail-card: clamp(260px, 30vw, 360px);
}

.music-home-link {
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-left: var(--section-x);
  max-width: max-content;
  justify-self: start;
}

.collection-page {
  display: grid;
  gap: clamp(34px, 5.6vw, 78px);
}

.collection-page-copy {
  display: grid;
  gap: clamp(18px, 2.8vw, 30px);
  max-width: min(980px, 100%);
}

.collection-page-copy h1 {
  font-family: var(--sans);
  font-size: clamp(52px, 10vw, 132px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

:lang(zh-Hant-TW) .collection-page-copy h1 {
  font-family: var(--zh-display);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.collection-page-copy p {
  color: rgba(243, 240, 234, 0.66);
  font-size: clamp(19px, 3.1vw, 34px);
  letter-spacing: 0.02em;
  line-height: 1.56;
  margin: 0;
  max-width: 920px;
}

.collection-list-toolbar {
  align-items: center;
  border-top: 1px solid var(--line);
  color: rgba(243, 240, 234, 0.64);
  display: flex;
  font-size: clamp(16px, 2.2vw, 24px);
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding-top: clamp(20px, 3vw, 34px);
}

.collection-list-toolbar span:first-child {
  padding-left: 34px;
  position: relative;
}

.collection-list-toolbar span:first-child::before,
.collection-list-toolbar span:first-child::after {
  background: currentColor;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 22px;
}

.collection-list-toolbar span:first-child::after {
  transform: translateY(8px);
  width: 14px;
}

.collection-product-grid {
  display: grid;
  gap: clamp(8px, 1.5vw, 18px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-product-grid .product-card {
  opacity: 1;
}

.collection-product-grid .product-card > .product-card-image,
.collection-product-grid .product-card > .product-card-body {
  transform: none;
}

.collection-product-grid .product-card > .product-card-image {
  margin-top: 0;
}

.collection-product-grid .product-card-image img {
  filter: grayscale(1) brightness(0.78) contrast(1.04);
}

.collection-product-grid .product-card:hover img {
  filter: grayscale(1) brightness(0.96) contrast(1.08);
}

.collection-product-grid .product-card-body,
.collection-product-grid .product-card-meta,
.collection-product-grid .product-card-note,
.collection-product-grid .product-card h3,
.collection-product-grid .product-card p,
.collection-product-grid .product-card-actions {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.collection-product-grid .product-status {
  opacity: 1;
}

.collection-product-grid .product-card-index {
  color: rgba(243, 240, 234, 0.72);
}

.collection-product-grid .product-card.category-music .product-card-image img {
  filter: grayscale(1) brightness(0.78) contrast(1.18);
}

.collection-product-grid .product-card.category-music:hover .product-card-image img {
  filter: grayscale(1) brightness(0.78) contrast(1.18);
  opacity: 1;
}

.collection-product-grid .product-card h3 {
  font-size: 9pt;
}

.collection-product-grid .product-card-meta {
  width: 100%;
}

.collection-product-grid .product-card-note {
  max-width: 100%;
}

.collection-directory-page {
  margin-top: 0;
}

.collection-directory-frame {
  --rail-card: clamp(340px, 42vw, 540px);
}

.collection-directory-page-frame {
  margin-top: 8px;
}

.product-grid,
.related-section,
.music-home-layout {
  display: grid;
  gap: clamp(68px, 9vw, 112px);
  --rail-card: clamp(340px, 42vw, 540px);
  --rail-pad: max(18px, calc((100vw - var(--rail-card)) / 2));
}

.product-grid,
.music-home-layout {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.music-home-layout {
  --rail-card: clamp(260px, 30vw, 360px);
}

.product-section,
.related-section {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  min-width: 0;
  position: relative;
}

.product-row-frame {
  isolation: isolate;
  min-width: 0;
  position: relative;
}

.product-row-counter {
  color: rgba(243, 240, 234, 0.2);
  font-family: var(--sans);
  font-size: clamp(15px, 2.1vw, 24px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: clamp(18px, var(--section-x), 72px);
  top: -8px;
  transform: translateY(-28%);
  user-select: none;
  z-index: 0;
}

.product-row {
  display: grid;
  gap: clamp(8px, 1.4vw, 18px);
  grid-auto-columns: var(--rail-card);
  grid-auto-flow: column;
  margin: 0 calc(var(--section-x) * -1);
  overflow-x: auto;
  overscroll-behavior-x: auto;
  padding: 4px var(--rail-pad) 36px;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--rail-pad);
  scroll-padding-left: var(--rail-pad);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}

.product-row::-webkit-scrollbar {
  display: none;
}

.product-row .product-card {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.related-row {
  grid-auto-columns: var(--rail-card);
}

.category-divider {
  align-items: end;
  color: var(--ink);
  display: flex;
  font-family: var(--serif);
  font-size: clamp(30px, 5.2vw, 64px);
  font-weight: 300;
  gap: 12px;
  grid-column: 1 / -1;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 clamp(22px, 3vw, 38px);
  min-width: 0;
}

.category-divider:not(.first) {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.category-divider small {
  color: var(--soft);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.music-home-layout .category-divider {
  margin-bottom: 0;
}

.music-home-note {
  color: rgba(243, 240, 234, 0.58);
  font-size: 8pt;
  grid-column: 1 / -1;
  letter-spacing: 0.02em;
  line-height: 1.62;
  margin: -2px 0 clamp(22px, 3vw, 38px);
  max-width: 34rem;
}

.product-card {
  background: transparent;
  border: 0;
  display: grid;
  min-width: 0;
  position: relative;
  opacity: 0.48;
  -webkit-user-drag: none;
  user-select: none;
  transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card > .product-card-image,
.product-card > .product-card-body {
  transform: scale(0.9);
  transform-origin: center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card > .product-card-image {
  margin-top: 24px;
}

.product-card.is-sold img {
  opacity: 0.72;
}

.product-card:hover {
  background: transparent;
}

.product-card.is-focus {
  opacity: 1;
  z-index: 2;
}

.product-card.is-focus > .product-card-image,
.product-card.is-focus > .product-card-body {
  transform: scale(1);
}

.product-card.is-next {
  opacity: 0.64;
  z-index: 1;
}

.product-card.is-next > .product-card-image,
.product-card.is-next > .product-card-body {
  transform: translateX(-18px) scale(0.9);
}

.empty-results {
  border: 0;
  color: var(--muted);
  grid-column: 1 / -1;
  padding: 28px;
}

.empty-results h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 8px;
}

.empty-results p {
  margin: 0;
}

.product-card-image {
  aspect-ratio: 4 / 5;
  background: #080808;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-user-drag: none;
}

.product-card-image img {
  filter: brightness(0.54) contrast(0.96);
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transition: filter 0.32s ease, transform 0.45s ease, opacity 0.25s ease;
  width: 100%;
  -webkit-user-drag: none;
  user-select: none;
}

.product-card.is-focus .product-card-image img {
  filter: brightness(1) contrast(1);
}

.product-card.is-next .product-card-image img {
  filter: brightness(0.62) contrast(0.98);
}

.product-card:hover img {
  filter: brightness(0.9) contrast(1);
  opacity: 0.92;
  transform: scale(1.03);
}

@keyframes vinylSpin {
  to {
    transform: rotate(360deg);
  }
}

.product-card.category-music .product-card-image {
  align-items: center;
  aspect-ratio: 1;
  background: transparent;
  cursor: pointer;
  display: grid;
  isolation: isolate;
  justify-items: center;
  margin-top: 0;
  overflow: visible;
  pointer-events: auto;
  text-decoration: none;
  touch-action: manipulation;
}

.product-card.category-music:hover,
.product-card.category-music:active {
  background: transparent;
}

.product-card.category-music > .product-card-image,
.product-card.category-music:hover > .product-card-image,
.product-card.category-music:active > .product-card-image {
  transition: none;
}

.product-card.category-music .product-card-image::before,
.product-card.category-music .product-card-image::after {
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  grid-area: 1 / 1;
  pointer-events: none;
  place-self: center;
}

.product-card.category-music .product-card-image::before {
  animation: vinylSpin 34s linear infinite !important;
  animation-play-state: running !important;
  background:
    radial-gradient(circle, rgba(243, 240, 234, 0.18) 0 0.8%, transparent 1.1% 6%),
    repeating-radial-gradient(circle, rgba(243, 240, 234, 0.14) 0 1px, transparent 1px 8px),
    radial-gradient(circle at 34% 24%, rgba(243, 240, 234, 0.18), transparent 15%),
    radial-gradient(circle, transparent 0 62%, rgba(5, 5, 5, 0.5) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(243, 240, 234, 0.14),
    inset 0 0 58px rgba(0, 0, 0, 0.48);
  width: 94%;
  z-index: 3;
}

.product-card.category-music .product-card-image::after {
  background:
    radial-gradient(circle, #050505 0 18%, rgba(243, 240, 234, 0.5) 19% 23%, #050505 24% 100%);
  box-shadow: 0 0 0 1px rgba(243, 240, 234, 0.16);
  width: 9%;
  z-index: 4;
}

.product-card.category-music .vinyl-spin-disc {
  animation: vinylSpin 34s linear infinite !important;
  animation-play-state: running !important;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(243, 240, 234, 0.18);
  display: block;
  grid-area: 1 / 1;
  height: auto;
  overflow: hidden;
  place-self: center;
  pointer-events: none;
  will-change: transform;
  width: 94%;
  z-index: 2;
}

.product-card.category-music .vinyl-spin-disc img,
.product-card.category-music.is-next .vinyl-spin-disc img,
.product-card.category-music.is-focus .vinyl-spin-disc img,
.product-card.category-music:active .vinyl-spin-disc img,
.product-card.category-music:hover .vinyl-spin-disc img {
  animation: none !important;
  filter: grayscale(1) brightness(0.68) contrast(1.28);
  height: 100%;
  opacity: 1;
  object-fit: cover;
  transform: none !important;
  transition: none !important;
  width: 100%;
}

.product-card.category-music.is-next .vinyl-spin-disc,
.product-card.category-music.is-focus .vinyl-spin-disc,
.product-card.category-music:active .vinyl-spin-disc,
.product-card.category-music:hover .vinyl-spin-disc,
.product-card.category-music.is-next .product-card-image::before,
.product-card.category-music.is-focus .product-card-image::before,
.product-card.category-music:active .product-card-image::before,
.product-card.category-music:hover .product-card-image::before {
  animation-play-state: running !important;
}

.product-card.category-music .product-status {
  display: none;
}

.product-card.category-music .product-card-body {
  justify-items: start;
  padding-top: 18px;
  text-align: left;
}

.product-card.category-music h3 {
  font-size: 9pt;
  letter-spacing: 0.02em;
  line-height: 1.38;
  overflow-wrap: anywhere;
  text-align: left;
  white-space: normal;
}

.product-card.category-music .product-card-actions {
  justify-content: flex-start;
}

.product-status {
  background: rgba(5, 5, 5, 0.78);
  border: 0;
  font-size: 8pt;
  left: 12px;
  letter-spacing: 0.08em;
  opacity: 0;
  padding: 6px 8px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  transition: opacity 0.22s ease;
}

.product-card.is-focus .product-status {
  opacity: 1;
}

.product-status.sold {
  color: var(--danger);
}

.product-card-index {
  display: none;
  color: rgba(243, 240, 234, 0.52);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.product-card.is-focus .product-card-index {
  color: rgba(243, 240, 234, 0.88);
}

.product-card-body {
  display: grid;
  gap: 9px;
  justify-items: start;
  opacity: 0;
  padding: 16px 0 0;
  pointer-events: none;
  text-align: left;
  transform: translateY(8px);
  transition:
    opacity 0.74s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.86s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-row .product-card-body {
  margin-left: 0;
  width: 100%;
}

.product-card.is-focus .product-card-body {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.product-card-meta,
.product-card-note,
.product-card h3,
.product-card p,
.product-card-actions {
  opacity: 0;
  transform: translateY(7px);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.84s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card.is-focus .product-card-meta,
.product-card.is-focus .product-card-note,
.product-card.is-focus h3,
.product-card.is-focus p,
.product-card.is-focus .product-card-actions {
  opacity: 1;
  transform: translateY(0);
}

.product-card.is-focus .product-card-meta {
  transition-delay: 0.18s;
}

.product-card.is-focus h3 {
  transition-delay: 0.08s;
}

.product-card.is-focus p {
  transition-delay: 0.3s;
}

.product-card.is-focus .product-card-actions {
  transition-delay: 0.38s;
}

.product-card h3 {
  font-family: var(--serif);
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.38;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: left;
}

.product-card p {
  color: var(--muted);
  display: -webkit-box;
  font-size: 8pt;
  letter-spacing: 0.02em;
  line-height: 1.62;
  margin: 0;
  max-width: min(100%, 24rem);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product-card-meta {
  align-items: flex-start;
  border-left: 0;
  color: rgba(243, 240, 234, 0.58);
  display: grid;
  font-size: 9pt;
  gap: 5px;
  grid-template-columns: minmax(0, 1fr);
  justify-content: flex-start;
  justify-items: stretch;
  letter-spacing: 0.04em;
  line-height: 1.35;
  padding-left: 0;
  text-align: left;
  text-transform: none;
  width: min(100%, 24rem);
}

.price-pair {
  color: rgba(243, 240, 234, 0.6);
  font-family: var(--sans);
  font-size: 9pt;
  font-weight: 400;
  justify-self: start;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: left;
}

.product-card-note {
  color: rgba(243, 240, 234, 0.48);
  display: block;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 400;
  justify-self: stretch;
  letter-spacing: 0.08em;
  line-height: 1.35;
  max-width: min(100%, 22rem);
  min-width: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.product-card-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}

.product-card-actions .button {
  font-size: 10.5pt;
  font-weight: 600;
  justify-content: flex-start;
  min-height: 38px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.editorial-grid {
  align-items: start;
  display: grid;
  gap: clamp(28px, 4.8vw, 58px) clamp(36px, 6vw, 72px);
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  background:
    radial-gradient(ellipse at 8% 18%, rgba(255, 255, 255, 0.024), transparent 28rem),
    linear-gradient(90deg, #111 0%, #0b0b0b 46%, #070707 100%);
}

.about-heading {
  grid-column: 1 / -1;
  margin-bottom: clamp(6px, 1.4vw, 18px);
}

.portrait-frame {
  aspect-ratio: 4 / 5;
  border: 0;
  justify-self: start;
  max-height: 560px;
  max-width: 420px;
  overflow: hidden;
  width: 100%;
}

.portrait-frame img {
  filter: grayscale(1) contrast(1.05);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.editorial-copy {
  display: grid;
  gap: 12px;
  max-width: 700px;
}

.editorial-copy .eyebrow {
  font-size: 8pt;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}

.editorial-copy h2 {
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.28;
  max-width: 15em;
}

.editorial-copy h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 9pt;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.38;
  margin: 0;
}

.editorial-copy p {
  font-size: 8pt;
  line-height: 1.72;
  margin: 0;
  max-width: 30rem;
}

.about-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 16px;
}

.about-link-row .text-link {
  font-size: 9pt;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  padding-bottom: 6px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: rgba(243, 240, 234, 0.36);
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}

.product-view {
  min-height: 72vh;
  padding-top: clamp(34px, 4.6vw, 64px);
}

.about-story-page {
  min-height: 72vh;
}

.about-story-layout {
  align-items: start;
  display: grid;
  gap: clamp(36px, 6vw, 84px);
  grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1fr);
}

.about-story-media {
  aspect-ratio: 4 / 5;
  background: #090909;
  justify-self: start;
  max-width: 420px;
  overflow: hidden;
  width: 100%;
}

.about-story-media img {
  filter: grayscale(1) contrast(1.05);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-story-copy {
  max-width: 760px;
}

.about-story-copy h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 300;
  line-height: 0.98;
  margin: 0 0 30px;
}

.about-story-text {
  color: var(--muted);
  display: grid;
  font-size: 15px;
  gap: 18px;
  line-height: 1.78;
}

.about-story-text p {
  margin: 0;
}

.back-link {
  color: var(--muted);
  display: inline-grid;
  height: 34px;
  justify-content: start;
  margin-bottom: 28px;
  padding: 0;
  position: relative;
  width: 48px;
}

.back-arrow {
  align-self: center;
  background: currentColor;
  display: block;
  height: 1px;
  justify-self: start;
  position: relative;
  transition: color 0.22s ease, transform 0.22s ease, width 0.22s ease;
  width: 34px;
}

.back-arrow::before {
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 8px;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--ink);
}

.back-link:hover .back-arrow,
.back-link:focus-visible .back-arrow {
  transform: translateX(-3px);
  width: 40px;
}

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

.product-layout {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
}

.product-media-gallery {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.product-media {
  aspect-ratio: 4 / 5;
  background: #0b0b0b;
  border: 0;
  display: grid;
  margin: 0;
  overflow: hidden;
  position: relative;
}

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

.product-media figcaption {
  color: rgba(243, 240, 234, 0.74);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 12px;
}

.product-main {
  align-items: start;
  align-self: start;
  display: grid;
  gap: 18px;
  justify-items: start;
  position: sticky;
  text-align: left;
  top: 104px;
}

.product-main h1 {
  font-size: 9pt;
  line-height: 1.38;
  margin: 0;
}

.product-price {
  color: rgba(243, 240, 234, 0.6);
  font-size: 9pt;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
}

.product-info-intro {
  border-left: 1px solid rgba(243, 240, 234, 0.18);
  color: rgba(243, 240, 234, 0.58);
  font-size: 8pt;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0;
  padding-left: 12px;
  text-transform: uppercase;
}

.product-upgrade-note {
  border-left: 1px solid rgba(243, 240, 234, 0.2);
  color: rgba(243, 240, 234, 0.62);
  font-size: 9pt;
  letter-spacing: 0.03em;
  line-height: 1.58;
  margin: 0;
  padding-left: 12px;
}

.product-story {
  color: var(--muted);
  font-size: 8pt;
  line-height: 1.62;
  margin: 0;
  text-align: left;
}

.product-info-sections {
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.product-info-block {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding: 18px 0;
}

.product-info-block:last-child {
  border-bottom: 1px solid var(--line);
}

.product-info-block h2 {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 9pt;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.product-info-block p {
  color: var(--muted);
  font-size: 8pt;
  line-height: 1.65;
  margin: 0;
}

.product-info-table {
  display: grid;
}

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

.detail-row:last-child {
  border-bottom: 0;
}

.detail-row span:first-child {
  color: var(--soft);
  font-size: 8pt;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-form {
  align-items: start;
  display: grid;
  gap: 14px;
}

.product-form label {
  color: var(--muted);
  display: grid;
  gap: 8px;
  font-size: 8pt;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-form select,
.product-form input {
  background: #090909;
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 40px;
  padding: 0 12px;
}

.product-form .button {
  font-size: 10.5pt;
  font-weight: 600;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: auto;
}

.related-section {
  margin-top: 56px;
}

.related-section h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 22px;
}

.cart-scrim {
  background: rgba(0, 0, 0, 0.55);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 190;
}

.cart-drawer {
  inset: 0 0 0 auto;
  pointer-events: none;
  position: fixed;
  z-index: 200;
}

body.cart-open .nav-toggle {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.cart-panel {
  align-content: start;
  background: #080808;
  border-left: 0;
  display: grid;
  grid-auto-rows: max-content;
  grid-template-rows: auto;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  max-width: min(100vw, 480px);
  min-height: 100vh;
  min-height: 100dvh;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding: 20px 20px calc(28px + env(safe-area-inset-bottom, 0px));
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.24s ease;
  width: 480px;
}

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

.cart-scrim.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer.is-empty .cart-total,
.cart-drawer.is-empty .cart-note,
.cart-drawer.is-empty .checkout-actions {
  display: none;
}

.cart-head {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.cart-head h2 {
  font-size: 32px;
  margin: 0;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  max-height: min(260px, 28vh);
  overflow: auto;
  padding-right: 4px;
}

.cart-item {
  background: rgba(255, 255, 255, 0.018);
  border: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 74px 1fr;
  padding: 10px;
}

.cart-item img {
  aspect-ratio: 1;
  height: 74px;
  object-fit: cover;
  width: 74px;
}

.cart-item h3 {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}

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

.cart-line-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart-price {
  font-size: 14px;
  margin-left: auto;
  text-align: right;
}

.qty-control {
  align-items: center;
  border: 0;
  display: inline-flex;
}

.qty-control button {
  background: transparent;
  border: 0;
  color: var(--ink);
  height: 30px;
  width: 30px;
}

.qty-control span {
  min-width: 26px;
  text-align: center;
}

.remove-button {
  background: transparent;
  border: 0;
  color: var(--muted);
  padding: 0 12px;
  position: relative;
}

.cart-empty {
  border: 0;
  color: var(--muted);
  display: none;
  margin: 18px 0;
  padding: 22px;
}

.cart-empty a {
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
}

.checkout-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.cart-total {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 18px;
}

.cart-total strong {
  font-size: 19px;
}

.cart-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 12px 0 16px;
}

.checkout-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.checkout-actions .button {
  font-size: 13px;
  min-height: 44px;
  padding-left: 0;
  padding-right: 0;
}

.checkout-actions .button-primary {
  font-size: 15px;
}

.checkout-actions .button-secondary {
  opacity: 0.72;
}

.order-result {
  align-content: center;
  display: grid;
  gap: 18px;
  min-height: 62vh;
  max-width: 680px;
}

.order-result h1 {
  font-size: clamp(36px, 7vw, 72px);
  margin: 0;
}

.order-result p {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
}

.order-reference {
  background: rgba(255, 255, 255, 0.018);
  border: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  padding: 12px;
  text-transform: uppercase;
}

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

.site-footer {
  border-top: 0;
  color: var(--muted);
  padding: 64px 32px;
  text-align: center;
}

.site-footer .footer-brand {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.footer-logo {
  display: block;
  height: auto;
  opacity: 0.92;
  width: clamp(90px, 10vw, 122px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin: 28px 0;
}

.footer-links a {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
}

:lang(en) .site-footer p {
  font-size: 11px;
  line-height: 1.55;
}

:lang(en) .footer-links a {
  font-size: 10px;
  letter-spacing: 0.08em;
}

:lang(en) .site-footer small {
  font-size: 9.5px;
  letter-spacing: 0.06em;
}

.toast {
  background: var(--ink);
  bottom: 22px;
  color: #050505;
  left: 50%;
  opacity: 0;
  padding: 12px 16px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 20px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 250;
}

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

.legal-page {
  margin: 0 auto;
  max-width: 840px;
  min-height: 72vh;
  padding: 96px 32px;
}

.legal-page h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 300;
  line-height: 0.98;
  margin: 0 0 34px;
}

.legal-page h2 {
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  margin: 34px 0 10px;
  padding-top: 24px;
}

.legal-page p {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .site-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .nav-toggle {
    display: inline-flex;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 78px);
    left: auto;
    right: clamp(80px, 20vw, 142px);
  }

  .mobile-panel {
    align-content: center;
    backdrop-filter: blur(12px);
    background:
      radial-gradient(ellipse at 18% 22%, rgba(255, 255, 255, 0.055), transparent 18rem),
      radial-gradient(ellipse at 72% 70%, rgba(255, 255, 255, 0.045), transparent 16rem),
      rgba(0, 0, 0, 0.86);
    border: 0;
    bottom: auto;
    display: grid;
    gap: 0;
    inset: 0;
    justify-items: end;
    opacity: 0;
    overflow: hidden;
    padding: clamp(92px, 17vh, 138px) clamp(36px, 9vw, 72px) clamp(100px, 15vh, 138px);
    pointer-events: none;
    right: auto;
    text-align: right;
    top: 0;
    transform: translate3d(0, 8px, 0) scale(0.985);
    transform-origin: 50% 60%;
    transition:
      opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.5s step-end;
    visibility: hidden;
    width: auto;
    z-index: 205;
  }

  .mobile-panel::before {
    background:
      radial-gradient(ellipse at 20% 16%, rgba(255, 255, 255, 0.055), transparent 18rem),
      radial-gradient(ellipse at 78% 80%, rgba(255, 255, 255, 0.04), transparent 15rem),
      linear-gradient(135deg, rgba(8, 8, 8, 0.96), rgba(0, 0, 0, 0.92) 62%, rgba(7, 7, 7, 0.98));
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: none;
    transform-origin: 50% 52%;
    transition:
      opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
  }

  .mobile-panel a {
    --bracket-gap: 22px;
    color: rgba(243, 240, 234, 0.9);
    display: block;
    font-size: 18px;
    letter-spacing: 0.14em;
    line-height: 1.32;
    margin-left: auto;
    opacity: 0;
    padding: 7px 0;
    position: relative;
    transform: translate3d(18px, 0, 0);
    transition:
      color 0.2s ease,
      opacity 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
  }

  .menu-dropdown {
    display: grid;
    justify-items: end;
    margin-left: auto;
    opacity: 0;
    position: relative;
    transform: translate3d(18px, 0, 0);
    transition:
      opacity 0.36s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
    width: min(270px, 72vw);
    z-index: 1;
  }

  .menu-dropdown-toggle {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: rgba(243, 240, 234, 0.9);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 18px;
    gap: 14px;
    justify-content: flex-end;
    letter-spacing: 0.14em;
    line-height: 1.32;
    margin: 0;
    padding: 7px 0;
    position: relative;
    text-align: right;
  }

  .menu-dropdown-label {
    --bracket-gap: 22px;
    display: inline-block;
    position: relative;
  }

  .menu-dropdown-label::before,
  .menu-dropdown-label::after {
    color: currentColor;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .menu-dropdown-label::before {
    content: "「";
    left: 0;
  }

  .menu-dropdown-label::after {
    content: "」";
    right: 0;
  }

  .menu-dropdown-toggle:hover .menu-dropdown-label::before,
  .menu-dropdown-toggle:focus-visible .menu-dropdown-label::before,
  .menu-dropdown-toggle:active .menu-dropdown-label::before,
  .menu-dropdown.open .menu-dropdown-label::before {
    opacity: 1;
    transform: translate(calc(var(--bracket-gap) * -1), -52%);
  }

  .menu-dropdown-toggle:hover .menu-dropdown-label::after,
  .menu-dropdown-toggle:focus-visible .menu-dropdown-label::after,
  .menu-dropdown-toggle:active .menu-dropdown-label::after,
  .menu-dropdown.open .menu-dropdown-label::after {
    opacity: 1;
    transform: translate(var(--bracket-gap), -52%);
  }

  .menu-arrow {
    display: inline-block;
    height: 10px;
    opacity: 0.72;
    position: relative;
    transform: translateY(1px);
    transition:
      opacity 0.24s ease,
      transform 0.44s cubic-bezier(0.22, 1, 0.36, 1);
    width: 14px;
  }

  .menu-arrow::before,
  .menu-arrow::after {
    background: currentColor;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 8px;
  }

  .menu-arrow::before {
    right: 50%;
    transform: rotate(34deg);
    transform-origin: right center;
  }

  .menu-arrow::after {
    left: 50%;
    transform: rotate(-34deg);
    transform-origin: left center;
  }

  .menu-dropdown.open .menu-arrow {
    opacity: 1;
    transform: translateY(1px) rotate(180deg);
  }

  .menu-dropdown-panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -6px, 0);
    transition:
      grid-template-rows 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
  }

  .menu-dropdown.open .menu-dropdown-panel {
    grid-template-rows: 1fr;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .menu-dropdown-inner {
    display: grid;
    justify-items: end;
    overflow: hidden;
    padding-top: 4px;
  }

  .mobile-panel .menu-link-sub {
    --bracket-gap: 18px;
    color: rgba(243, 240, 234, 0.62);
    font-size: 13px;
    letter-spacing: 0.12em;
    padding: 4px 0;
  }

  .mobile-panel .menu-link-sub:hover,
  .mobile-panel .menu-link-sub:focus-visible,
  .mobile-panel .menu-link-sub:active {
    color: rgba(243, 240, 234, 0.84);
  }

  .mobile-panel .menu-dropdown {
    margin-top: 12px;
  }

  .mobile-panel .menu-link-music {
    margin-top: 20px;
  }

  .mobile-panel.open {
    opacity: 1 !important;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition:
      opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s;
    visibility: visible;
  }

  .mobile-panel.open::before {
    opacity: 1;
    transform: none;
  }

  .menu-static-stars {
    inset: 0;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }

  .mobile-panel.open .menu-static-stars {
    opacity: 1 !important;
  }

  .mobile-panel.open a {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .mobile-panel.open .menu-dropdown {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.18s;
  }

  .mobile-panel.open .menu-dropdown-panel a {
    transition-delay: 0s !important;
  }

  .mobile-panel.open a:nth-of-type(1) {
    transition-delay: 0.06s;
  }

  .mobile-panel.open a:nth-of-type(2) {
    transition-delay: 0.1s;
  }

  .mobile-panel.open a:nth-of-type(3) {
    transition-delay: 0.14s;
  }

  .mobile-panel.open a:nth-of-type(4) {
    transition-delay: 0.18s;
  }

  .mobile-panel.open a:nth-of-type(5) {
    transition-delay: 0.22s;
  }

  .mobile-panel.open a:nth-of-type(6) {
    transition-delay: 0.26s;
  }

  .mobile-panel.open a:nth-of-type(7) {
    transition-delay: 0.3s;
  }

  .mobile-panel.open a:nth-of-type(8) {
    transition-delay: 0.34s;
  }

  .mobile-panel.open a:nth-of-type(9) {
    transition-delay: 0.38s;
  }

  .menu-bg-star {
    border-radius: 50%;
    height: var(--size);
    left: var(--x);
    pointer-events: none;
    position: absolute;
    top: var(--y);
    width: var(--size);
  }

  .menu-bg-star {
    background: rgba(255, 255, 255, var(--alpha));
    box-shadow: 0 0 var(--glow) rgba(255, 255, 255, 0.28);
    filter: blur(var(--blur));
    opacity: var(--alpha);
    transform: translate3d(0, 0, 0);
  }

  .menu-bg-star {
    z-index: 0;
    will-change: opacity, transform;
  }

  .section-heading,
  .release-feature,
  .editorial-grid,
  .about-story-layout,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    gap: 14px;
  }

  .section-heading .eyebrow {
    grid-column: auto;
  }

  .store-status {
    max-width: 560px;
    padding-top: 0;
  }

  .hero {
    min-height: calc(100vh - 75px);
    padding-top: 72px;
  }

  .hero-content {
    top: clamp(90px, 16vh, 148px);
    transform: translateX(-50%);
  }

  .hero h1 {
    font-size: clamp(40px, 7vw, 54px);
  }

  .hero-scene {
    bottom: 0;
    height: calc(100vh - 75px);
    width: min(960px, 116vw);
  }

  .shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-group {
    overflow-x: auto;
  }

  .product-grid,
  .related-section,
  .music-home-layout {
    grid-template-columns: 1fr;
    --rail-card: min(78vw, 430px);
    --rail-pad: max(18px, calc((100vw - var(--rail-card)) / 2));
  }

  .music-home-layout {
    --rail-card: min(70vw, 320px);
  }

  .product-main {
    position: static;
  }

  .product-media {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    justify-content: flex-start;
    min-height: 58px;
    padding: 8px 14px;
  }

  .release-notice {
    font-size: 10px;
    height: 28px;
    letter-spacing: 0.04em;
    top: 58px;
  }

  .header-actions {
    margin-left: auto;
  }

  .brand-mark {
    min-width: auto;
  }

  .brand-mark img {
    width: 78px;
  }

  .language-toggle {
    min-width: 38px;
    padding: 0 8px;
  }

  .mobile-panel {
    inset: 0;
    min-width: 0;
    padding: clamp(86px, 15vh, 118px) 28px clamp(92px, 15vh, 124px);
  }

  .mobile-panel a {
    color: rgba(243, 240, 234, 0.9);
    font-size: 16px;
    letter-spacing: 0.13em;
    padding: 6px 0;
  }

  .menu-dropdown {
    width: min(248px, 72vw);
  }

  .menu-dropdown-toggle {
    font-size: 16px;
    gap: 12px;
    letter-spacing: 0.13em;
    padding: 6px 0;
  }

  .menu-arrow {
    height: 9px;
    width: 12px;
  }

  .mobile-panel .menu-link-sub {
    font-size: 12px;
    letter-spacing: 0.11em;
    padding: 4px 0;
  }

  .mobile-panel .menu-dropdown {
    margin-top: 10px;
  }

  .mobile-panel .menu-link-music {
    margin-top: 17px;
  }

  .nav-toggle {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 68px);
    left: auto;
    right: clamp(52px, 16vw, 92px);
  }

  .nav-toggle .nav-line {
    width: 28px;
  }

  .nav-toggle .nav-line-2 {
    width: 20px;
  }

  .cart-button {
    min-height: 36px;
    min-width: 38px;
    padding: 0;
  }

  .search-button {
    min-height: 36px;
    min-width: 36px;
  }

  .hero,
  .shop-section,
  .release-section,
  .collections-section,
  .music-home-section,
  .editorial-grid,
  .product-view,
  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-view {
    padding-top: 28px;
  }

  .hero::after {
    content: none;
    display: none;
  }

  .shop-section {
    padding-bottom: 72px;
    padding-top: 58px;
  }

  .release-section,
  .collections-section,
  .music-home-section {
    padding-bottom: 72px;
    padding-top: 68px;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 30px;
  }

  .section-heading h2,
  .editorial-copy h2 {
    font-size: clamp(30px, 5.2vw, 64px);
    line-height: 0.98;
  }

  .editorial-copy .eyebrow {
    font-size: 8pt;
    margin-bottom: 10px;
  }

  .editorial-copy p {
    font-size: 8pt;
    line-height: 1.68;
  }

  .about-link-row .text-link {
    font-size: 9pt;
  }

  .release-copy h3 {
    font-size: 9pt;
  }

  :lang(zh-Hant-TW) .release-copy h3 {
    font-size: 9pt;
  }

  .collection-page-copy h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  .collection-directory {
    --rail-card: min(80vw, 360px);
    --rail-pad: max(18px, calc((100vw - var(--rail-card)) / 2));
    gap: 12px;
    margin: 0 -14px;
    padding: 2px var(--rail-pad) 30px;
    scroll-padding-inline: var(--rail-pad);
    scroll-padding-left: var(--rail-pad);
  }

  .collection-tile {
    gap: 14px;
  }

  .store-status {
    font-size: 16px;
    line-height: 1.58;
  }

  .hero h1 {
    font-size: clamp(30px, 8.4vw, 38px);
    letter-spacing: 0.02em;
    line-height: 1.12;
  }

  .hero {
    min-height: calc(100svh - 67px);
    padding-top: 40px;
  }

  .hero-content {
    left: 50%;
    max-width: min(340px, calc(100vw - 40px));
    right: auto;
    text-align: center;
    top: clamp(82px, 13svh, 122px);
    transform: translateX(-50%);
  }

  .hero-tagline {
    font-size: 8px;
    letter-spacing: 0.16em;
  }

  .hero-actions {
    gap: 0;
    justify-content: center;
  }

  .hero-link {
    font-size: 14px;
    min-height: 46px;
    padding: 0 4px;
  }

  :lang(en) .hero-content {
    max-width: min(350px, calc(100vw - 36px));
  }

  :lang(en) .hero h1 {
    font-size: clamp(28px, 7.2vw, 36px);
    line-height: 1.08;
  }

  :lang(en) .hero-link {
    font-size: 12px;
    letter-spacing: 0.04em;
    min-height: 40px;
  }

  .hero-separator {
    margin: 0 12px;
  }

  :lang(en) .hero-separator {
    margin: 0 9px;
  }

  .hero-scene {
    bottom: 0;
    height: calc(100svh - 67px);
    width: min(520px, 100vw);
  }

  .shop-toolbar {
    background: transparent;
    gap: 18px;
    margin-bottom: 38px;
    padding: 0;
  }

  .search-box {
    min-width: 100%;
  }

  .search-box span {
    display: none;
  }

  .search-box input {
    min-height: 30px;
  }

  .hero-art {
    bottom: 0;
    width: 100%;
  }

  .hero-video-desktop {
    display: none;
  }

  .hero-video-mobile {
    display: block;
  }

  .hero-glow {
    bottom: 24%;
  }

  .checkout-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-field-row {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .related-section,
  .music-home-layout {
    gap: 76px;
    grid-template-columns: 1fr;
    --rail-card: min(80vw, 360px);
    --rail-pad: max(18px, calc((100vw - var(--rail-card)) / 2));
  }

  .music-home-layout {
    --rail-card: min(72vw, 300px);
  }

  .product-section,
  .related-section {
    gap: 16px;
  }

  .product-row {
    gap: 10px;
    grid-auto-columns: var(--rail-card);
    margin: 0 -14px;
    padding: 2px var(--rail-pad) 30px;
    scroll-padding-inline: var(--rail-pad);
    scroll-padding-left: var(--rail-pad);
  }

  .related-row {
    grid-auto-columns: var(--rail-card);
  }

  .filter-group {
    gap: 24px;
  }

  .filter-button {
    font-size: 13px;
    min-height: 28px;
    padding: 0 10px;
  }

  .category-divider:not(.first) {
    margin-top: 0;
    padding-top: 0;
  }

  .product-card-actions {
    justify-content: flex-start;
  }

  .product-card-body {
    gap: 9px;
    padding: 11px 9px 12px;
  }

  .product-row .product-card-body {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .product-card h3 {
    font-size: 9pt;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  .product-card p {
    display: -webkit-box;
    font-size: 8pt;
  }

  .product-card-meta {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .price-pair {
    font-size: 9pt;
    text-align: left;
  }

  .product-card-actions .button {
    font-size: 10.5pt;
    min-height: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .editorial-grid {
    gap: 28px;
    padding-top: 68px;
  }

  .portrait-frame {
    max-height: 460px;
  }

  .about-story-media {
    max-width: 420px;
  }

  .about-story-copy h1 {
    font-size: clamp(36px, 12vw, 54px);
    margin-bottom: 24px;
  }

  .about-story-text {
    font-size: 14px;
    gap: 16px;
    line-height: 1.72;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cart-panel {
    width: 100vw;
  }
}

@media (max-width: 420px) {
  .header-actions {
    gap: 6px;
  }

  .language-toggle,
  .nav-toggle,
  .cart-button,
  .search-button {
    min-height: 36px;
  }

  .language-toggle {
    min-width: 44px;
    padding: 0 10px;
  }

  .cart-button {
    justify-content: center;
    min-width: 38px;
    padding: 0;
  }
}

@media (max-width: 360px) {
  .brand-mark img {
    width: 72px;
  }

  .hero h1 {
    font-size: 32px;
  }

  :lang(en) .hero h1 {
    font-size: 27px;
  }

  :lang(en) .hero-link {
    font-size: 11.5px;
  }
}

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