:root {
  --supply-night: #080b12;
  --supply-charcoal: #171b22;
  --supply-paper: #f3f0e8;
  --supply-white: #fbfaf6;
  --supply-ink: #171b20;
  --supply-muted: #686d73;
  --supply-line: rgba(24, 29, 35, 0.14);
  --supply-gold: #b58832;
  --supply-green: #235b4b;
  --supply-rust: #8c4d3b;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body.supplies-page {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  color: var(--supply-ink);
  background: var(--supply-paper);
  font-family: Arial, "Noto Sans TC", sans-serif;
}

.supplies-page [hidden] {
  display: none !important;
}

.supplies-page button,
.supplies-page input,
.supplies-page select,
.supplies-page a {
  font: inherit;
}

.supplies-page a {
  color: inherit;
  text-decoration: none;
}

.supplies-hero {
  position: relative;
  display: grid;
  min-height: 520px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--supply-night);
}

.supplies-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(6, 8, 13, 0.98) 0%, rgba(15, 22, 23, 0.94) 46%, rgba(40, 29, 22, 0.86) 100%),
    linear-gradient(14deg, rgba(181, 136, 50, 0.18), transparent 32%, rgba(35, 91, 75, 0.2) 68%, rgba(140, 77, 59, 0.2));
  background-position: center;
  background-size: cover;
  opacity: 1;
  isolation: isolate;
}

.supplies-hero-image::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.78), rgba(5, 7, 11, 0.5) 34%, rgba(5, 7, 11, 0.08) 68%, rgba(5, 7, 11, 0.32)),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 88px);
  content: "";
  opacity: 0.9;
}

.supplies-hero-image::after {
  position: absolute;
  right: -12%;
  bottom: -30%;
  width: 72%;
  height: 52%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent 26%),
    linear-gradient(105deg, rgba(24, 31, 32, 0.72), rgba(7, 8, 13, 0.92));
  box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.22);
  content: "";
  transform: rotate(-7deg);
}

.supply-protection-scene {
  position: absolute;
  top: 54%;
  right: max(7vw, 86px);
  z-index: 1;
  width: min(43vw, 560px);
  aspect-ratio: 1.02;
  transform: translateY(-50%);
  animation: protectedSceneFloat 8s ease-in-out infinite;
}

.supply-scene-shadow,
.supply-motion-rail,
.supply-toploader,
.supply-toploader > span,
.supply-film-sleeve,
.supply-film-sleeve > span,
.supply-fiction-card,
.supply-fiction-card > span,
.supply-glint {
  position: absolute;
  pointer-events: none;
}

.supply-scene-shadow {
  right: 6%;
  bottom: 9%;
  width: 72%;
  height: 16%;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.2) 42%, transparent 72%);
  filter: blur(4px);
  opacity: 0.9;
  transform: rotate(-5deg);
}

.supply-motion-rail {
  top: 4%;
  z-index: 1;
  width: 1px;
  height: 66%;
  background: linear-gradient(180deg, transparent, rgba(225, 219, 198, 0.34), transparent);
  opacity: 0.34;
}

.supply-motion-rail.rail-one { left: 37.5%; }
.supply-motion-rail.rail-two { left: 71.5%; opacity: 0.22; }

.supply-toploader {
  right: 6%;
  bottom: 10%;
  z-index: 4;
  width: 45%;
  height: 67%;
  border: 2px solid rgba(218, 245, 244, 0.54);
  border-radius: 18px 18px 14px 14px;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.26), rgba(139, 206, 201, 0.08) 34%, rgba(255, 255, 255, 0.15) 64%, rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(196, 229, 225, 0.05));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 0 34px rgba(198, 245, 238, 0.16),
    0 28px 58px rgba(0, 0, 0, 0.34);
  transform: rotate(5deg);
  animation: topLoaderReady 7.6s ease-in-out infinite;
}

.supply-toploader::before {
  position: absolute;
  inset: 4% 5%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px 14px 10px 10px;
  content: "";
}

.supply-toploader::after {
  position: absolute;
  top: 1%;
  right: 24%;
  left: 24%;
  height: 7%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 0 0 999px 999px;
  content: "";
}

.supply-toploader-mouth {
  top: -1.5%;
  left: 12%;
  width: 76%;
  height: 10%;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  opacity: 0.9;
}

.supply-toploader-ridge {
  right: 12%;
  left: 12%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.supply-toploader-ridge.ridge-one { top: 17%; }
.supply-toploader-ridge.ridge-two { bottom: 12%; }

.supply-film-sleeve {
  top: 25%;
  left: 20%;
  z-index: 3;
  width: 35%;
  height: 55%;
  border: 1px solid rgba(221, 248, 244, 0.62);
  border-radius: 13px 13px 10px 10px;
  background:
    linear-gradient(124deg, rgba(255, 255, 255, 0.34), rgba(183, 231, 224, 0.08) 33%, rgba(255, 255, 255, 0.2) 64%, rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 16px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 0 30px rgba(209, 249, 242, 0.16),
    0 20px 48px rgba(0, 0, 0, 0.28);
  transform-origin: center;
  animation: sleeveIntoCase 7.6s ease-in-out infinite;
}

.supply-film-sleeve::before {
  position: absolute;
  inset: 4% 7% 7%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  content: "";
}

.supply-film-lip {
  top: -4%;
  left: 10%;
  width: 80%;
  height: 9%;
  border-top: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform-origin: center bottom;
  animation: sleeveLipOpen 7.6s ease-in-out infinite;
}

.supply-fiction-card {
  top: 14%;
  left: 22%;
  z-index: 2;
  width: 31%;
  height: 50%;
  overflow: hidden;
  border: 2px solid rgba(246, 216, 132, 0.98);
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(255, 240, 172, 0.96), rgba(173, 116, 55, 0.92) 18%, rgba(58, 42, 86, 0.98) 44%, rgba(9, 12, 27, 1) 72%),
    radial-gradient(circle at 26% 14%, rgba(255, 255, 255, 0.78), transparent 10%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    inset 0 0 18px rgba(255, 232, 145, 0.18),
    0 24px 48px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(92, 151, 255, 0.16);
  transform-origin: center;
  animation: fictionalCardProtect 7.6s ease-in-out infinite;
}

.supply-fiction-card::before,
.supply-fiction-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.supply-fiction-card::before {
  inset: 4%;
  z-index: 1;
  border: 1px solid rgba(255, 232, 159, 0.4);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.8px),
    radial-gradient(circle at 78% 12%, rgba(255, 236, 164, 0.86) 0 1px, transparent 1.8px),
    radial-gradient(circle at 86% 70%, rgba(164, 210, 255, 0.72) 0 1px, transparent 1.8px),
    radial-gradient(circle at 24% 78%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.8px);
}

.supply-fiction-card::after {
  top: -22%;
  left: -36%;
  z-index: 4;
  width: 34%;
  height: 150%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  opacity: 0.5;
  transform: rotate(18deg);
}

.supply-card-art {
  top: 7%;
  right: 8%;
  left: 8%;
  z-index: 2;
  height: 54%;
  overflow: hidden;
  border: 1px solid rgba(250, 224, 154, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.32), transparent 20%),
    radial-gradient(circle at 66% 36%, rgba(255, 226, 146, 0.95) 0 4%, rgba(164, 91, 198, 0.38) 5% 16%, transparent 28%),
    radial-gradient(ellipse at 32% 34%, rgba(65, 147, 228, 0.74), rgba(117, 55, 168, 0.38) 24%, transparent 48%),
    radial-gradient(circle at 20% 72%, rgba(255, 241, 184, 0.58), transparent 18%),
    conic-gradient(from 216deg at 58% 48%, rgba(255, 225, 150, 0.2), rgba(94, 178, 238, 0.45), rgba(139, 73, 202, 0.42), rgba(255, 225, 150, 0.2)),
    linear-gradient(145deg, rgba(8, 13, 34, 1), rgba(18, 28, 61, 0.98) 52%, rgba(8, 12, 24, 1));
  box-shadow:
    inset 0 0 16px rgba(68, 163, 255, 0.18),
    inset 0 0 36px rgba(255, 230, 156, 0.12);
}

.supply-card-art::before,
.supply-card-art::after {
  position: absolute;
  content: "";
}

.supply-card-art::before {
  right: 12%;
  bottom: 7%;
  width: 34%;
  height: 34%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 247, 205, 0.92), rgba(210, 166, 86, 0.88) 46%, rgba(84, 54, 108, 0.88) 76%);
  box-shadow:
    0 0 16px rgba(255, 230, 160, 0.42),
    -38px -44px 0 -28px rgba(255, 255, 255, 0.9),
    -24px 18px 0 -30px rgba(147, 209, 255, 0.9),
    34px -22px 0 -30px rgba(255, 255, 255, 0.82);
}

.supply-card-art::after {
  right: 2%;
  bottom: 16%;
  width: 58%;
  height: 22%;
  border-top: 2px solid rgba(255, 235, 170, 0.64);
  border-radius: 50%;
  background:
    linear-gradient(150deg, transparent 0 32%, rgba(255, 255, 255, 0.35) 33% 36%, transparent 37% 100%);
  transform: rotate(-16deg);
}

.supply-card-nameplate {
  right: 10%;
  bottom: 23%;
  left: 10%;
  z-index: 2;
  height: 11%;
  border: 1px solid rgba(255, 229, 151, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 231, 152, 0.22), rgba(97, 169, 217, 0.12), rgba(255, 231, 152, 0.2));
}

.supply-card-nameplate::before {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 46%;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 236, 174, 0.52);
  box-shadow: 18px 0 0 -1px rgba(129, 198, 255, 0.62), 36px 0 0 -1px rgba(255, 255, 255, 0.42);
  content: "";
  transform: translateY(-50%);
}

.supply-card-nameplate::after {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 8%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 238, 175, 0.76);
  box-shadow: 0 0 9px rgba(255, 229, 151, 0.5);
  content: "";
  transform: translateY(-50%);
}

.supply-card-stat {
  z-index: 2;
  bottom: 11%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 234, 162, 0.62), rgba(134, 199, 255, 0.46));
}

.supply-card-stat.stat-one {
  left: 12%;
  width: 52%;
}

.supply-card-stat.stat-two {
  right: 12%;
  bottom: 7%;
  width: 36%;
  opacity: 0.72;
}

.supply-glint {
  top: 7%;
  z-index: 5;
  width: 11%;
  height: 82%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  filter: blur(0.4px);
  opacity: 0;
  transform: rotate(14deg);
}

.supply-glint.glint-one {
  left: 22%;
  animation: protectionGlint 7.6s ease-in-out infinite;
}

.supply-glint.glint-two {
  right: 13%;
  height: 74%;
  animation: caseGlint 7.6s ease-in-out infinite;
}

.supplies-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 7, 11, 0.4), rgba(5, 7, 11, 0.18) 58%, rgba(5, 7, 11, 0.08));
  content: "";
}

@keyframes protectedSceneFloat {
  0%, 100% { transform: translateY(-50%) rotate(-1.6deg); }
  50% { transform: translateY(-52%) rotate(0.8deg); }
}

@keyframes fictionalCardProtect {
  0%, 8% { transform: translateY(-72%) rotate(-1deg) scale(0.92); }
  26%, 38% { transform: translateY(22%) rotate(0deg) scale(0.92); }
  48%, 56% { transform: translate(110%, -12%) rotate(5deg) scale(0.84); }
  72%, 84% { transform: translate(110%, 20%) rotate(5deg) scale(0.84); }
  100% { transform: translateY(-72%) rotate(-1deg) scale(0.92); }
}

@keyframes sleeveIntoCase {
  0%, 40% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 0.9; }
  48%, 56% { transform: translate(96%, -24%) rotate(5deg) scale(0.88); opacity: 0.96; }
  72%, 84% { transform: translate(96%, -2%) rotate(5deg) scale(0.88); opacity: 0.96; }
  100% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 0.9; }
}

@keyframes sleeveLipOpen {
  0%, 14% { transform: translateY(-24%) scaleX(1.04); opacity: 0.92; }
  26%, 40% { transform: translateY(0) scaleX(1); opacity: 0.64; }
  48%, 56% { transform: translateY(-24%) scaleX(1.04); opacity: 0.88; }
  72%, 84% { transform: translateY(0) scaleX(0.96); opacity: 0.56; }
  100% { transform: translateY(-24%) scaleX(1.04); opacity: 0.92; }
}

@keyframes topLoaderReady {
  0%, 44%, 100% { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), inset 0 0 34px rgba(198, 245, 238, 0.16), 0 28px 58px rgba(0, 0, 0, 0.34); }
  58%, 78% { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26), inset 0 0 48px rgba(229, 244, 199, 0.3), 0 32px 64px rgba(0, 0, 0, 0.4); }
}

@keyframes protectionGlint {
  0%, 28% { opacity: 0; transform: translateX(-160%) rotate(14deg); }
  40% { opacity: 0.72; }
  56%, 100% { opacity: 0; transform: translateX(360%) rotate(14deg); }
}

@keyframes caseGlint {
  0%, 48% { opacity: 0; transform: translateX(-190%) rotate(14deg); }
  64% { opacity: 0.58; }
  82%, 100% { opacity: 0; transform: translateX(320%) rotate(14deg); }
}

@media (prefers-reduced-motion: reduce) {
  .supply-protection-scene,
  .supply-fiction-card,
  .supply-film-sleeve,
  .supply-film-lip,
  .supply-toploader,
  .supply-glint {
    animation: none;
  }

  .supply-film-sleeve {
    transform: translate(96%, -2%) rotate(5deg) scale(0.88);
    opacity: 0.96;
  }

  .supply-fiction-card {
    transform: translate(110%, 20%) rotate(5deg) scale(0.84);
  }
}

.supplies-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100vw - 96px));
  margin: 0 auto;
}

.supplies-hero-copy > p {
  margin: 0;
  color: #e5bf61;
  font-size: 11px;
  font-weight: 850;
}

.supplies-hero-copy h1 {
  margin: 18px 0 4px;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 1;
}

.supplies-hero-copy > strong {
  display: block;
  margin-top: 14px;
  color: #f0c85d;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 24px;
  font-weight: 400;
}

.supplies-hero-copy > span {
  display: block;
  max-width: 480px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.8;
}

.supplies-hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 27px;
}

.supplies-hero-actions a,
.supplies-hero-actions button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.supplies-hero-actions a {
  border: 1px solid #e0b84e;
  color: #16140f;
  background: #e0b84e;
}

.supplies-hero-actions button {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(8, 10, 15, 0.62);
}

.supplies-hero-copy dl {
  display: flex;
  gap: 30px;
  margin: 30px 0 0;
}

.supplies-hero-copy dl div {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.supplies-hero-copy dt {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.supplies-hero-copy dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.supplies-catalog {
  width: min(1220px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 78px 0 110px;
  scroll-margin-top: 96px;
}

.supplies-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--supply-line);
}

.supplies-section-heading p {
  margin: 0 0 10px;
  color: var(--supply-gold);
  font-size: 10px;
  font-weight: 850;
}

.supplies-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 48px;
  font-weight: 400;
}

.supplies-section-heading > span {
  color: var(--supply-gold);
  font-size: 12px;
  font-weight: 850;
}

.supplies-tools {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto 180px;
  gap: 12px;
  margin-top: 24px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #fff;
  background: rgba(12, 15, 22, 0.96);
  box-shadow: 0 18px 40px rgba(14, 17, 21, 0.12);
  backdrop-filter: blur(16px);
}

.supplies-search,
.supplies-sort {
  display: grid;
  gap: 5px;
}

.supplies-search span,
.supplies-sort span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 800;
}

.supplies-search input,
.supplies-sort select {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.supplies-search input {
  padding: 0 13px;
}

.supplies-sort select {
  padding: 0 30px 0 11px;
}

.supplies-search input:focus,
.supplies-sort select:focus {
  border-color: rgba(224, 184, 78, 0.75);
}

.supplies-segments {
  display: flex;
  align-items: end;
  gap: 6px;
}

.supplies-segments button {
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.supplies-segments button.active {
  border-color: #dfb74c;
  color: #17140e;
  background: #dfb74c;
}

.supplies-segments button[data-available-count="0"]:not(.active)::after {
  content: " · 0";
  color: rgba(255, 255, 255, 0.48);
}

.supplies-status {
  min-height: 72px;
  padding: 28px 0 18px;
  color: var(--supply-muted);
  font-size: 12px;
}

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

.supply-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--supply-line);
  border-radius: 8px;
  background: var(--supply-white);
  flex-direction: column;
}

.supplies-loading-card {
  pointer-events: none;
}

.supplies-loading-card .supply-card-media {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.56), rgba(36, 44, 50, 0.08)),
    #d9d7cf;
}

.supplies-loading-card .supply-card-copy {
  align-content: start;
  grid-template-rows: none;
}

.supplies-loading-card .supply-card-copy i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(20, 25, 29, 0.1);
}

.supplies-loading-card .supply-card-copy i:nth-child(2) {
  width: 70%;
}

.supplies-loading-card .supply-card-copy i:nth-child(3) {
  width: 44%;
}

.supply-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  border: 0;
  background: #d9d7cf;
  cursor: pointer;
}

.supply-visual {
  position: absolute;
  inset: 0;
  background-image: url("/assets/stardreams/supplies-collection-v1.png");
  background-image: image-set(
    url("/assets/stardreams/supplies-collection-v1-optimized.jpg") type("image/jpeg"),
    url("/assets/stardreams/supplies-collection-v1.png") type("image/png")
  );
  background-repeat: no-repeat;
  background-size: 450% auto;
  transition: transform 220ms ease;
}

.supply-product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center;
  background: #dfe4e4;
  transition: transform 220ms ease;
}

.supply-card-media:hover .supply-visual,
.supply-card-media:hover .supply-product-image {
  transform: scale(1.025);
}

.visual-sleeves { background-position: 39% 24%; }
.visual-toploader { background-position: 62% 24%; }
.visual-onetouch { background-position: 84% 24%; }
.visual-binder { background-position: 35% 83%; }
.visual-storage { background-position: 65% 83%; }
.visual-stand { background-position: 93% 83%; }

.supply-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 9px;
  border-radius: 4px;
  color: #fff;
  background: rgba(11, 13, 19, 0.84);
  font-size: 9px;
  font-weight: 850;
}

.supply-card-copy {
  display: grid;
  min-height: 260px;
  gap: 12px;
  padding: 20px;
  grid-template-rows: auto auto 1fr auto;
}

.supply-card-copy > span {
  color: var(--supply-gold);
  font-size: 9px;
  font-weight: 850;
}

.supply-card-copy h3 {
  min-height: 50px;
  margin: 0;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.supply-card-copy p {
  margin: 0;
  color: var(--supply-muted);
  font-size: 11px;
  line-height: 1.65;
}

.supply-specs {
  display: flex;
  align-items: start;
  gap: 6px;
  flex-wrap: wrap;
}

.supply-specs span {
  padding: 5px 7px;
  border: 1px solid var(--supply-line);
  border-radius: 4px;
  color: var(--supply-green);
  background: #fff;
  font-size: 9px;
  font-weight: 800;
}

.supply-card-footer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--supply-line);
  flex-direction: column;
}

.supply-price {
  display: grid;
  gap: 4px;
}

.supply-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.supply-price small {
  color: var(--supply-muted);
  font-size: 9px;
}

.supply-card-actions {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 7px;
  width: 100%;
}

.supply-cart-controls {
  display: grid;
  min-width: 184px;
  justify-items: end;
  gap: 5px;
}

.supply-cart-meta,
.supply-cart-actions-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  width: 100%;
}

.supply-cart-quantity {
  color: var(--supply-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.supply-cart-quantity strong {
  color: var(--supply-ink);
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
}

.supply-cart-quantity.is-empty {
  color: var(--supply-muted);
  font-weight: 700;
}

.supply-cart-quantity-field {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--supply-muted);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.supply-cart-quantity-field input {
  width: 48px;
  height: 28px;
  padding: 0 5px;
  border: 1px solid var(--supply-line);
  border-radius: 5px;
  color: var(--supply-ink);
  background: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.supply-cart-quantity-field input:focus {
  border-color: var(--supply-gold);
  outline: 2px solid rgba(223, 183, 76, 0.2);
  outline-offset: 1px;
}

.supply-quick-button:focus-visible,
.supply-cart-open:focus-visible,
.supply-add-button:focus-visible,
.supplies-modal-cart-open:focus-visible,
.supplies-modal-add:focus-visible,
.supplies-empty button:focus-visible {
  outline: 3px solid rgba(31, 82, 122, 0.45);
  outline-offset: 2px;
}

.supply-quick-button,
.supply-cart-open,
.supply-add-button {
  min-height: 40px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 850;
}

.supply-cart-open {
  min-width: 62px;
  padding: 0 10px;
  font-size: 10px;
}

.supply-quick-button {
  display: inline-flex;
  flex: 1 1 96px;
  min-width: 96px;
  height: 40px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--supply-line);
  color: var(--supply-ink);
  background: #fff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}

.supply-add-button {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 112px;
  height: 40px;
  max-height: 40px;
  padding: 0 11px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--supply-gold);
  color: #17140d;
  background: #dfb74c;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

.supply-add-button.sd-cart-action-feedback,
.supply-add-button.sd-cart-limit-action {
  width: auto !important;
  min-width: 112px !important;
  max-width: none !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 11px !important;
}

.supply-add-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.supplies-empty {
  grid-column: 1 / -1;
  min-height: 260px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 9px;
  place-items: center;
  padding: 28px;
  border: 1px dashed var(--supply-line);
  color: var(--supply-muted);
  text-align: center;
}

.supplies-empty strong {
  color: var(--supply-ink);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 500;
}

.supplies-empty span {
  max-width: 420px;
  font-size: 11px;
  line-height: 1.6;
}

.supplies-empty button {
  min-height: 42px;
  margin-top: 4px;
  padding: 0 16px;
  border: 1px solid var(--supply-gold);
  border-radius: 6px;
  color: #17140d;
  background: #dfb74c;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
}

.supplies-empty.is-error {
  border-color: rgba(153, 62, 50, 0.42);
  background: rgba(153, 62, 50, 0.035);
}

.supplies-care-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: #fff;
  background: var(--supply-charcoal);
}

.supplies-care-band article {
  display: grid;
  min-height: 220px;
  align-content: center;
  gap: 10px;
  padding: 44px max(32px, calc((100vw - 1220px) / 6));
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.supplies-care-band article:last-child {
  border-right: 0;
}

.supplies-care-band span {
  color: #dcb552;
  font-size: 10px;
  font-weight: 850;
}

.supplies-care-band strong {
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 28px;
  font-weight: 400;
}

.supplies-care-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.7;
}

.supplies-care-band small {
  width: fit-content;
  padding: 4px 7px;
  border: 1px solid rgba(220, 181, 82, 0.36);
  border-radius: 999px;
  color: #f2ce72;
  font-size: 9px;
  font-weight: 850;
}

.supplies-care-band article.is-unavailable {
  background: rgba(255, 255, 255, 0.025);
}

.supplies-care-band article.is-unavailable small {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
}

.supplies-footer {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px max(40px, calc((100vw - 1220px) / 2));
  color: var(--supply-muted);
  background: var(--supply-paper);
  font-size: 10px;
}

.supplies-footer strong {
  color: var(--supply-green);
}

.supplies-footer .footer-email {
  color: var(--supply-green);
  font-weight: 800;
  text-decoration-color: rgba(26, 59, 47, 0.35);
  text-underline-offset: 3px;
}

.supplies-footer .footer-email:hover,
.supplies-footer .footer-email:focus-visible {
  color: var(--supply-ink);
}

.supplies-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 24px;
}

.supplies-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 7, 11, 0.76);
  backdrop-filter: blur(10px);
}

.supplies-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(680px, calc(100vh - 48px));
  overflow: auto;
  border-radius: 8px;
  background: var(--supply-white);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.supplies-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--supply-line);
  border-radius: 5px;
  color: var(--supply-ink);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 20px;
}

.supplies-modal-content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.supplies-modal-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #d9d7cf;
}

.supplies-modal-media .supply-visual {
  transform: scale(1.05);
}

.supplies-modal-media .supply-product-image {
  padding: 24px;
}

.supplies-modal-copy {
  display: flex;
  padding: 54px 46px 42px;
  flex-direction: column;
}

.supplies-modal-copy > span {
  color: var(--supply-gold);
  font-size: 10px;
  font-weight: 850;
}

.supplies-modal-copy h2 {
  margin: 14px 0 12px;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.supplies-modal-copy > p {
  margin: 0;
  color: var(--supply-muted);
  font-size: 13px;
  line-height: 1.75;
}

.supplies-modal-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 24px;
  padding: 1px;
  background: var(--supply-line);
}

.supplies-modal-facts div {
  display: grid;
  gap: 6px;
  min-height: 72px;
  align-content: center;
  padding: 12px;
  background: #fff;
}

.supplies-modal-facts span {
  color: var(--supply-muted);
  font-size: 9px;
}

.supplies-modal-facts strong {
  font-size: 11px;
}

.supplies-modal-note {
  margin-top: 16px !important;
  color: var(--supply-rust) !important;
  font-size: 10px !important;
}

.supplies-modal-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 24px;
}

.supplies-modal-purchase div {
  display: grid;
  gap: 4px;
}

.supplies-modal-purchase strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.supplies-modal-purchase small {
  color: var(--supply-muted);
  font-size: 10px;
}

.supplies-modal-purchase button {
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid var(--supply-green);
  border-radius: 6px;
  color: #fff;
  background: var(--supply-green);
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
}

.supplies-modal-purchase button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.supplies-modal-cart-controls {
  display: grid !important;
  justify-items: end;
  gap: 7px !important;
}

.supplies-modal-cart-controls > .supply-cart-meta,
.supplies-modal-cart-controls > .supply-cart-actions-row {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px !important;
}

.supplies-modal-cart-controls .supply-cart-quantity strong {
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
}

.supplies-modal-cart-open {
  min-width: 112px;
}

.supplies-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 400;
  max-width: min(340px, calc(100vw - 48px));
  padding: 13px 16px;
  border-radius: 6px;
  color: #fff;
  background: var(--supply-green);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.supplies-toast.show {
  opacity: 1;
  transform: translateY(0);
}

body.supplies-modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .supplies-loading-card:nth-child(n + 3) {
    display: none;
  }

  .supply-protection-scene {
    right: -10vw;
    width: min(56vw, 430px);
    opacity: 0.68;
  }

  .supplies-hero-copy {
    width: min(100% - 48px, 1220px);
  }

  .supplies-catalog {
    width: calc(100vw - 48px);
  }

  .supplies-tools {
    top: 118px;
    grid-template-columns: 1fr 180px;
  }

  .supplies-segments {
    grid-row: 2;
    grid-column: 1 / -1;
    align-items: center;
  }

  .supplies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .supply-protection-scene,
  .supply-toploader,
  .supply-film-sleeve,
  .supply-film-lip,
  .supply-fiction-card,
  .supply-glint {
    animation: none;
  }

  .supplies-loading-card:nth-child(n + 2) {
    display: none;
  }

  .supplies-hero {
    min-height: 610px;
    align-items: end;
  }

  .supplies-hero-image {
    background-position: center;
    opacity: 1;
  }

  .supplies-hero-image::before {
    opacity: 0.82;
  }

  .supply-protection-scene {
    top: 24%;
    right: -18vw;
    width: min(72vw, 330px);
    opacity: 0.48;
  }

  .supplies-hero::after {
    background: linear-gradient(180deg, rgba(5, 7, 11, 0.22), rgba(5, 7, 11, 0.72) 62%, rgba(5, 7, 11, 0.78));
  }

  .supplies-hero-copy {
    width: calc(100% - 32px);
    padding: 66px 0 36px;
  }

  .supplies-hero-copy h1 {
    font-size: 54px;
  }

  .supplies-hero-copy > strong {
    font-size: 20px;
  }

  .supplies-hero-copy > span {
    max-width: min(100%, 330px);
  }

  .supplies-catalog {
    width: calc(100vw - 24px);
    padding: 54px 0 72px;
  }

  .supplies-section-heading h2 {
    font-size: 38px;
  }

  .supplies-tools {
    position: static;
    grid-template-columns: 1fr;
  }

  .supplies-search input,
  .supplies-sort select,
  .supply-cart-quantity-field input {
    font-size: 16px;
  }

  .supplies-segments,
  .supplies-sort {
    grid-row: auto;
    grid-column: auto;
  }

  .supplies-segments {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .supplies-segments button {
    padding: 0 6px;
  }

  .supplies-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .supply-card-copy {
    min-height: 242px;
    gap: 9px;
    padding: 13px;
  }

  .supply-card-copy h3 {
    min-height: 48px;
    font-size: 17px;
  }

  .supply-card-copy p {
    font-size: 10px;
  }

  .supply-specs span:nth-child(n + 3) {
    display: none;
  }

  .supply-price strong {
    font-size: 21px;
  }

  .supply-card-actions {
    align-items: end;
    justify-content: space-between;
    width: 100%;
  }

  .supply-quick-button {
    min-width: 96px;
    flex: 1 1 96px;
    min-height: 44px;
    height: 44px;
    padding: 0 7px;
  }

  .supply-cart-open,
  .supply-add-button,
  .supply-add-button.sd-cart-action-feedback,
  .supply-add-button.sd-cart-limit-action {
    min-height: 44px !important;
    height: 44px !important;
    max-height: 44px !important;
  }

  .supplies-care-band {
    grid-template-columns: 1fr;
  }

  .supplies-care-band article {
    min-height: 150px;
    padding: 30px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .supplies-footer {
    align-items: start;
    padding: 28px 20px;
    flex-direction: column;
  }

  .supplies-modal {
    align-items: end;
    padding: 0;
  }

  .supplies-modal-dialog {
    width: 100%;
    max-height: 90vh;
    border-radius: 8px 8px 0 0;
  }

  .supplies-modal-content {
    grid-template-columns: 1fr;
  }

  .supplies-modal-media {
    min-height: 280px;
  }

  .supplies-modal-media .supply-product-image {
    padding: 12px;
  }

  .supplies-modal-copy {
    min-height: 430px;
    padding: 30px 20px 24px;
  }

  .supplies-modal-copy h2 {
    padding-right: 34px;
    font-size: 30px;
  }
}

@media (max-width: 380px) {
  .supplies-hero-actions a,
  .supplies-hero-actions button {
    padding: 0 13px;
  }

  .supply-card-copy {
    padding: 11px;
  }

  .supply-card-copy h3 {
    font-size: 16px;
  }

  .supplies-modal-purchase {
    align-items: stretch;
    flex-direction: column;
  }

  .supplies-modal-cart-controls,
  .supplies-modal-cart-controls > .supply-cart-meta,
  .supplies-modal-cart-controls > .supply-cart-actions-row {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 340px) {
  .supply-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .supply-quick-button {
    width: 100%;
    min-width: 0;
    flex: 0 0 44px;
  }

  .supply-cart-controls {
    width: 100%;
    min-width: 0;
  }

  .supply-cart-meta,
  .supply-cart-actions-row {
    justify-content: space-between;
  }

  .supply-cart-open,
  .supply-add-button {
    flex: 1 1 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .supply-visual,
  .supply-product-image,
  .supplies-toast {
    transition: none;
  }
}
