@font-face {
  font-family: "Spectral";
  src: url("../assets/fonts/spectral-normal-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Spectral";
  src: url("../assets/fonts/spectral-italic-400-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Spectral";
  src: url("../assets/fonts/spectral-normal-500-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Spectral";
  src: url("../assets/fonts/spectral-normal-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.launch {
  width: min(100%, 1180px);
  height: auto;
  min-height: 100%;
  margin-inline: auto;
}

.launch-splash {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: var(--bg);
  opacity: 1;
  transition: opacity 420ms ease;
}

.launch-splash.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.launch-splash.is-removed {
  display: none;
}

.launch-splash__mark {
  display: block;
  width: clamp(72px, 18vw, 108px);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  .launch-splash {
    transition: none;
  }
}

body.launch-loading .launch {
  visibility: hidden;
}

.launch__top-bar,
.launch__heading,
.launch__hero,
.launch__content,
.launch__explore,
.launch__browse,
.launch__archive {
  min-width: 0;
}

.launch__top-bar,
.launch__heading,
.launch__hero {
  width: 100%;
  margin-inline: auto;
}

.launch__hero {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.launch__top-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.launch__brand-cluster {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.launch__top-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.launch__brand {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 8px;
  user-select: none;
}

.launch__favorites {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 6px;
  border: 0;
  border-radius: 10px;
  color: #e3dac9;
  cursor: pointer;
  background: transparent;
  transition: color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.launch__favorites:hover,
.launch__favorites:focus-visible {
  color: #f2ebe0;
  outline: none;
  transform: translateY(-1px);
}

.launch__favorites:focus-visible {
  outline: 2px solid #ebce86;
  outline-offset: 3px;
}

.launch__favorites.is-active {
  color: #e3dac9;
}

.launch__favorites.is-active:hover,
.launch__favorites.is-active:focus-visible {
  color: #f2ebe0;
}

.launch__favorites__icon {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

.launch__favorites__count {
  display: block;
  min-width: 0.75em;
  color: inherit;
  font-family: "Spectral", serif;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: 0.02em;
}

.launch__favorites__count[hidden] {
  display: none;
}

.launch__a2hs {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: #e3dac9;
  cursor: pointer;
  background: transparent;
  transition: color 160ms ease, transform 160ms ease;
}

.launch__a2hs[hidden] {
  display: none;
}

.launch__a2hs:hover,
.launch__a2hs:focus-visible {
  color: #f2ebe0;
  outline: none;
  transform: translateY(-1px);
}

.launch__a2hs:focus-visible {
  outline: 2px solid #ebce86;
  outline-offset: 3px;
}

.launch__a2hs__icon {
  display: block;
  width: 22px;
  height: 22px;
}

.launch__paytch-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 15px;
  border: 0;
  border-radius: 10px;
  color: #000;
  font-family: "Spectral", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  cursor: pointer;
  background: linear-gradient(180deg, #e3dac9, #e3d3bb);
  transition: filter 160ms ease, transform 160ms ease, color 160ms ease, background 160ms ease;
}

.launch__paytch-link:hover,
.launch__paytch-link:focus-visible {
  filter: brightness(1.04);
  outline: none;
  transform: translateY(-1px);
}

.launch__paytch-link:focus-visible {
  outline: 2px solid #ebce86;
  outline-offset: 3px;
}

.launch__paytch-link.is-linked {
  color: #e3dac9;
  gap: 0;
  padding: 9px 11px;
  background: linear-gradient(180deg, #ff7a67, var(--paytch));
}

.launch__paytch-link.is-linked:hover,
.launch__paytch-link.is-linked:focus-visible {
  filter: brightness(1.06);
}

.launch__paytch-link__icon {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: var(--paytch);
  transition: color 160ms ease;
}

.launch__paytch-link.is-linked .launch__paytch-link__icon {
  color: #e3dac9;
}

.launch__paytch-link__label {
  white-space: nowrap;
}

.launch__heading {
  margin-top: 22px;
  min-width: 0;
}

.launch__heading .eyebrow {
  margin: 0;
  color: #8f8b83;
  font-family: "Spectral", serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.launch__content {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  padding-bottom: clamp(4px, 1vw, 12px);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2,
p {
  margin-top: 0;
}

.launch__heading h1 {
  margin: 4px 0 0;
  color: #f0ebe3;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.005em;
  white-space: nowrap;
}

.launch__title-swap {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.launch__title-placeholder {
  visibility: hidden;
}

.launch__title-word {
  position: absolute;
  inset: 0;
  color: #f0ebe3;
  text-align: center;
}

.launch__title-word--complete {
  animation: launch-title-swap-a 32s linear infinite, launch-title-tear 32s steps(1) infinite, launch-title-chroma-flash 32s steps(1) infinite;
}

.launch__title-word--unofficial {
  opacity: 0;
  visibility: hidden;
  text-shadow: 1.5px 0 rgba(249, 104, 84, 0.5), -1.5px 0 rgba(0, 209, 255, 0.45);
  animation: launch-title-swap-b 32s linear infinite, launch-title-tear 32s steps(1) infinite, launch-title-chroma 32s steps(1) infinite;
}

.collection-hero-stack {
  --card-rule: rgba(255, 255, 255, 0.22);
  display: grid;
  min-width: 0;
  gap: 14px;
  margin-top: 22px;
}

.collection-hero-stack .collection-card__seal-tip {
  background: transparent;
}

.collection-hero {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 14px 16px 20px;
  color: #f0ebe3;
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 16px;
  box-shadow: 0 30px 70px -40px rgba(0, 0, 0, 0.9);
}

.collection-hero__art {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 32 / 17;
  margin: -14px -16px 0;
}

.collection-hero__cover {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  transition: opacity 220ms ease;
}

.collection-hero__cover--hover {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .collection-hero__art:hover .collection-hero__cover--hover,
  .collection-hero:has(.collection-hero__open:hover) .collection-hero__cover--hover,
  .collection-hero:has(.collection-hero__open:focus-visible) .collection-hero__cover--hover {
    opacity: 1;
  }
}

.collection-hero__fade {
  position: absolute;
  inset: 0;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to top, #0f0f0f 5%, rgba(15, 15, 15, 0) 52%);
}

.collection-hero__date {
  position: relative;
  top: 12px;
  z-index: 1;
  margin-top: -44px;
}

.collection-hero__cross {
  display: block;
  width: 38px;
  height: 35px;
  margin: 0 auto 5px;
}

.collection-hero__cross--title {
  display: none;
}

.collection-hero__rule,
.collection-hero__book-rule {
  display: flex;
  align-items: center;
  gap: 7px;
}

.collection-hero__rule strong {
  padding: 4px 12px;
  color: #d9d3c8;
  font-family: "Spectral", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-align: center;
  text-indent: 0.22em;
  background: #0f0f0f;
  border: 1px solid rgba(240, 235, 227, 0.26);
  border-radius: 7px;
}

.collection-hero__copy {
  min-width: 0;
  margin-top: 28px;
  text-align: center;
}

.collection-hero h2 {
  margin: 0;
  color: #f2ede5;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.collection-hero__description {
  margin: 8px 0 0;
  color: #9b978f;
  font-family: "Spectral", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.collection-hero__open {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 22px;
  padding: 18px 20px;
  color: #1c1a17;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 19px;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(180deg, #e3dac9, #e3d3bb);
  border: 0;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 16px 34px -16px rgba(0, 0, 0, 0.6);
  transition: filter 180ms ease, transform 180ms ease;
}

.collection-hero__open:hover,
.collection-hero__open:focus-visible {
  filter: brightness(1.03);
  outline: none;
  transform: translateY(-1px);
}

.collection-hero__open:focus-visible {
  outline: 2px solid #ebce86;
  outline-offset: 3px;
}

.collection-hero__open > span:last-child {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  color: rgba(28, 26, 23, 0.5);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-0.06em);
}

.collection-hero__open-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.collection-hero__details {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  padding: 15px 16px 16px;
  color: #f0ebe3;
  background: linear-gradient(180deg, #111 0%, #0a0908 100%);
  border: 1px solid rgba(227, 217, 195, 0.14);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(227, 217, 195, 0.05), 0 24px 60px -40px rgba(0, 0, 0, 0.9);
}

.collection-hero__book-rule {
  justify-content: center;
  gap: 11px;
  margin-bottom: 5px;
}

.collection-hero__book-rule svg {
  width: 32px;
  height: 32px;
  color: #e3d9c3;
}

.collection-hero__total {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}

.collection-hero__total strong {
  color: #e3d9c3;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.01em;
}

.collection-hero__total span,
.collection-hero__legend span {
  color: #9a9186;
  font-family: "Spectral", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.collection-hero__proportion {
  display: flex;
  gap: 3px;
  height: 7px;
  margin-top: 14px;
}

.collection-hero__proportion span {
  border-radius: 2px;
}

.collection-hero__proportion-public {
  width: var(--public-share);
  background: #e3d9c3;
}

.collection-hero__proportion-paytch {
  width: var(--paytch-share);
  background: var(--paytch);
}

.collection-hero__legend {
  display: flex;
  gap: 3px;
  margin-top: 11px;
}

.collection-hero__legend > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.collection-hero__legend-public {
  width: var(--public-share);
}

.collection-hero__legend-paytch {
  width: var(--paytch-share);
}

.collection-hero__legend-paytch-logo {
  display: block;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  color: var(--paytch);
}

.collection-hero__legend i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: #e3d9c3;
  border-radius: 2px;
}

.collection-hero__legend strong {
  color: #e3d9c3;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.collection-hero__legend span {
  color: #8f8b83;
  font-size: 9px;
  letter-spacing: 0.2em;
}

.collection-hero__legend-paytch strong {
  color: var(--paytch);
}

@media (min-width: 900px) {
  .collection-hero {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(340px, 2fr);
    grid-template-rows: 1fr auto;
    min-height: 0;
    column-gap: clamp(22px, 3vw, 38px);
    align-items: stretch;
  }

  .collection-hero__art {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: stretch;
    height: auto;
    margin: -14px 0 -20px -16px;
    aspect-ratio: 16 / 10;
  }

  .collection-hero__fade {
    background:
      linear-gradient(to left, #0f0f0f 0%, rgba(15, 15, 15, 0.72) 9%, rgba(15, 15, 15, 0) 30%),
      linear-gradient(to top, #0f0f0f 5%, rgba(15, 15, 15, 0) 52%);
  }

  .collection-hero__date {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: end;
    z-index: 2;
    top: 0;
    margin: 0 clamp(14px, 2vw, 24px) -12px;
    pointer-events: none;
  }

  .collection-hero__copy {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin-top: 0;
  }

  .collection-hero__cross--date {
    display: none;
  }

  .collection-hero__cross--title {
    display: block;
    margin-bottom: 10px;
  }

  .collection-hero__open {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    margin-top: 0;
  }
}

/* 32s loop: Complete holds for 25s; glitches center at 12.5s, 16s, and 19.5s. */
@keyframes launch-title-swap-a {
  0%, 39.0625% { opacity: 1; }
  39.21875% { opacity: 0; }
  39.375% { opacity: 0.5; }
  39.53125% { opacity: 0; }
  60.9375% { opacity: 0; }
  61.09375% { opacity: 1; }
  61.25% { opacity: 0; }
  61.40625%, 100% { opacity: 1; }
}

@keyframes launch-title-swap-b {
  0%, 39.0625% { opacity: 0; visibility: hidden; }
  39.21875% { opacity: 1; visibility: visible; }
  39.375% { opacity: 0.6; visibility: visible; }
  39.53125%, 60.9375% { opacity: 1; visibility: visible; }
  61.09375% { opacity: 0; visibility: visible; }
  61.25% { opacity: 1; visibility: visible; }
  61.40625%, 100% { opacity: 0; visibility: hidden; }
}

@keyframes launch-title-tear {
  0%, 38.75% { transform: translate(0, 0); clip-path: inset(0 0 0 0); }
  38.90625% { transform: translate(-3px, 0); clip-path: inset(18% 0 56% 0); }
  39.0625% { transform: translate(4px, 0); clip-path: inset(60% 0 10% 0); }
  39.21875% { transform: translate(-2px, 0); clip-path: inset(36% 0 40% 0); }
  39.375% { transform: translate(3px, 0); clip-path: inset(6% 0 78% 0); }
  39.53125%, 49.6875% { transform: translate(0, 0); clip-path: inset(0 0 0 0); }
  49.84375% { transform: translate(3px, 0); clip-path: inset(22% 0 52% 0); }
  50% { transform: translate(-4px, 0); clip-path: inset(55% 0 14% 0); }
  50.15625% { transform: translate(2px, 0); clip-path: inset(40% 0 36% 0); }
  50.3125%, 60.625% { transform: translate(0, 0); clip-path: inset(0 0 0 0); }
  60.78125% { transform: translate(-4px, 0); clip-path: inset(16% 0 58% 0); }
  60.9375% { transform: translate(4px, 0); clip-path: inset(62% 0 8% 0); }
  61.09375% { transform: translate(-2px, 0); clip-path: inset(34% 0 42% 0); }
  61.25% { transform: translate(3px, 0); clip-path: inset(8% 0 74% 0); }
  61.40625%, 100% { transform: translate(0, 0); clip-path: inset(0 0 0 0); }
}

@keyframes launch-title-chroma {
  0%, 38.75% { text-shadow: 1.5px 0 rgba(249, 104, 84, 0.5), -1.5px 0 rgba(0, 209, 255, 0.45); }
  38.90625% { text-shadow: 5px 0 rgba(249, 104, 84, 0.9), -5px 0 rgba(0, 209, 255, 0.85); }
  39.0625% { text-shadow: -6px 0 rgba(0, 209, 255, 0.9), 6px 0 rgba(249, 104, 84, 0.9); }
  39.21875% { text-shadow: 4px 0 rgba(249, 104, 84, 0.85), -4px 0 rgba(0, 209, 255, 0.8); }
  39.53125%, 49.6875% { text-shadow: 1.5px 0 rgba(249, 104, 84, 0.5), -1.5px 0 rgba(0, 209, 255, 0.45); }
  49.84375% { text-shadow: 5px 0 rgba(249, 104, 84, 0.9), -5px 0 rgba(0, 209, 255, 0.85); }
  50% { text-shadow: -6px 0 rgba(0, 209, 255, 0.9), 6px 0 rgba(249, 104, 84, 0.9); }
  50.15625% { text-shadow: 4px 0 rgba(249, 104, 84, 0.85), -4px 0 rgba(0, 209, 255, 0.8); }
  50.3125%, 60.625% { text-shadow: 1.5px 0 rgba(249, 104, 84, 0.5), -1.5px 0 rgba(0, 209, 255, 0.45); }
  60.78125% { text-shadow: 5px 0 rgba(249, 104, 84, 0.9), -5px 0 rgba(0, 209, 255, 0.85); }
  60.9375% { text-shadow: -6px 0 rgba(0, 209, 255, 0.9), 6px 0 rgba(249, 104, 84, 0.9); }
  61.09375% { text-shadow: 4px 0 rgba(249, 104, 84, 0.85), -4px 0 rgba(0, 209, 255, 0.8); }
  61.25%, 100% { text-shadow: 1.5px 0 rgba(249, 104, 84, 0.5), -1.5px 0 rgba(0, 209, 255, 0.45); }
}

@keyframes launch-title-chroma-flash {
  0%, 38.75% { text-shadow: none; }
  38.90625% { text-shadow: 4px 0 rgba(249, 104, 84, 0.85), -4px 0 rgba(0, 209, 255, 0.8); }
  39.0625% { text-shadow: -5px 0 rgba(0, 209, 255, 0.85), 5px 0 rgba(249, 104, 84, 0.85); }
  39.21875% { text-shadow: 3px 0 rgba(249, 104, 84, 0.7), -3px 0 rgba(0, 209, 255, 0.65); }
  39.53125%, 60.625% { text-shadow: none; }
  60.78125% { text-shadow: 4px 0 rgba(249, 104, 84, 0.85), -4px 0 rgba(0, 209, 255, 0.8); }
  60.9375% { text-shadow: -5px 0 rgba(0, 209, 255, 0.85), 5px 0 rgba(249, 104, 84, 0.85); }
  61.09375% { text-shadow: 3px 0 rgba(249, 104, 84, 0.7), -3px 0 rgba(0, 209, 255, 0.65); }
  61.40625%, 100% { text-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  .launch__title-word--complete,
  .launch__title-word--unofficial {
    animation: none;
  }

  .launch__title-word--complete {
    opacity: 1;
  }

  .launch__title-word--unofficial {
    opacity: 0;
  }
}

.launch__explore,
.launch__browse,
.launch__archive {
  display: grid;
  gap: 12px;
}

.launch__explore > h2,
.launch__browse > h2,
.launch__archive > h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 600;
}

.launch__archive {
  scroll-margin-top: clamp(18px, 3vw, 40px);
}

.explore-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(10px, 1.6vw, 14px);
}

.explore-total {
  grid-column: 1 / -1;
  min-width: 0;
  padding: 14px 16px 16px;
  color: #f0ebe3;
  background: linear-gradient(180deg, #111 0%, #0a0908 100%);
  border: 1px solid rgba(227, 217, 195, 0.14);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(227, 217, 195, 0.05), 0 24px 60px -40px rgba(0, 0, 0, 0.9);
}

.explore-total__rule {
  --card-rule: rgba(255, 255, 255, 0.18);
  margin-bottom: 5px;
}

.explore-total__rule .collection-card__seal-tip {
  background: transparent;
}

.explore-total__segment,
.explore-total__legend > div {
  flex: 0 0 var(--segment-width);
}

.explore-total__legend > div {
  gap: 3px;
}

.explore-total__legend-core {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
}

.explore-total__segment {
  background: var(--accent);
}

.explore-total__glyph {
  display: block;
  width: 13px;
  height: 14px;
  flex: 0 0 auto;
  color: var(--accent);
}

.explore-total__legend > div strong {
  color: var(--accent);
}

.explore-button {
  --card-rule: rgba(227, 217, 195, 0.28);
  --accent: #e3d9c3;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: stretch;
  gap: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  background: #0d0b0a;
  border: 1px solid rgba(227, 217, 195, 0.14);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(227, 217, 195, 0.05), 0 18px 40px -34px rgba(0, 0, 0, 0.85);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.explore-button__copy {
  --card-rule: rgba(227, 217, 195, 0.28);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  row-gap: clamp(6px, 0.9vw, 10px);
  align-items: center;
  min-width: 0;
  min-height: clamp(4.25rem, 9vw, 6.5rem);
  padding: clamp(16px, 2.4vw, 28px) clamp(16px, 2.2vw, 24px) clamp(10px, 1.4vw, 16px);
  text-align: center;
}

.explore-button__title {
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
  color: var(--text);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2.1vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.explore-button__rule-edge {
  grid-row: 2;
  height: 1px;
  min-width: 0;
}

.explore-button__rule-edge--start {
  grid-column: 1;
  background: linear-gradient(90deg, transparent, var(--card-rule));
}

.explore-button__rule-edge--end {
  grid-column: 5;
  background: linear-gradient(90deg, var(--card-rule), transparent);
}

.explore-button__rule-tip {
  grid-row: 2;
  background: transparent;
}

.explore-button__rule-tip--start {
  grid-column: 2;
}

.explore-button__rule-tip--end {
  grid-column: 4;
}

.explore-button__rule-mid {
  grid-column: 3;
  grid-row: 2;
  width: 100%;
  height: 1px;
  justify-self: stretch;
  background: var(--card-rule);
}

.explore-button__stage {
  position: relative;
  display: grid;
  align-items: start;
  justify-items: stretch;
  min-width: 0;
  padding: 0 clamp(16px, 2.2vw, 24px) clamp(14px, 2vw, 20px);
  pointer-events: none;
}

.explore-preview {
  position: relative;
  z-index: 0;
  display: grid;
  gap: 7px;
  width: 100%;
  opacity: 0.96;
  transform: scale(0.995);
  transform-origin: center top;
  transition: opacity 160ms ease, transform 160ms ease;
}

.explore-preview--calendar {
  gap: 6px;
}

.explore-preview__weekdays,
.explore-preview__grid,
.explore-preview__heat-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  min-width: 0;
}

.explore-preview__weekday {
  color: rgba(184, 173, 165, 0.72);
  font-size: clamp(0.6rem, 0.95vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
}

.explore-preview__cell {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  min-width: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.045);
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.explore-preview__cell--blank {
  background: transparent;
  box-shadow: none;
}

.explore-preview__cell--release {
  background: color-mix(in srgb, var(--cell-accent, #888) 28%, #171514);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cell-accent, #888) 55%, transparent);
}

.explore-preview__cell--split {
  background: linear-gradient(
    to right,
    color-mix(in srgb, var(--accent-a, #888) 30%, rgba(255, 255, 255, 0.03)) 0 calc(50% - 1px),
    rgba(0, 0, 0, 0.42) calc(50% - 1px) calc(50% + 1px),
    color-mix(in srgb, var(--accent-b, #888) 30%, rgba(255, 255, 255, 0.03)) calc(50% + 1px) 100%
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.explore-preview__glyph {
  display: grid;
  place-items: center;
  width: 58%;
  aspect-ratio: 36 / 20;
  color: var(--glyph-color, #888);
}

.explore-preview__cell--split .explore-preview__glyph {
  position: absolute;
  top: 50%;
  width: 42%;
  transform: translate(-50%, -50%);
}

.explore-preview__glyph--tl {
  left: 25%;
}

.explore-preview__glyph--br {
  left: 75%;
}

.explore-preview__glyph-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.explore-preview--heatmap {
  gap: 9px;
}

.explore-preview__heat-grid {
  overflow: hidden;
  gap: 1px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.explore-preview__heat {
  aspect-ratio: 1 / 0.82;
  min-width: 0;
  background: var(--day-color, #34454f);
}

.explore-preview__legend {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(184, 173, 165, 0.78);
  font-size: clamp(0.58rem, 0.9vw, 0.68rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.explore-preview__scale {
  flex: 1;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgb(54, 69, 79) 0%,
    rgb(47, 111, 106) 25%,
    rgb(104, 165, 92) 50%,
    rgb(216, 162, 60) 72%,
    rgb(226, 81, 47) 100%
  );
}

.explore-button:hover,
.explore-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  outline: none;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(227, 217, 195, 0.08), 0 22px 44px -32px rgba(0, 0, 0, 0.92);
}

.explore-button:hover .explore-preview,
.explore-button:focus-visible .explore-preview {
  opacity: 1;
  transform: scale(1);
}

.explore-button:hover .explore-button__title,
.explore-button:focus-visible .explore-button__title {
  color: #fff;
}

.explore-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
  box-shadow: none;
}

.explore-button:disabled:hover,
.explore-button:disabled:focus-visible {
  border-color: rgba(227, 217, 195, 0.14);
  transform: none;
  box-shadow: none;
}

.explore-button:disabled .explore-preview {
  opacity: 0.55;
  transform: none;
}

@media (min-width: 720px) {
  .explore-preview__cell {
    aspect-ratio: 1 / 0.72;
  }

  .explore-preview__heat {
    aspect-ratio: 1 / 0.58;
  }

  .explore-preview__glyph {
    width: 48%;
  }
}

@media (min-width: 1100px) {
  .explore-preview__cell {
    aspect-ratio: 1 / 0.58;
  }

  .explore-preview__heat {
    aspect-ratio: 1 / 0.48;
  }

  .explore-preview__glyph {
    width: 42%;
  }
}

.launch-footer {
  --card-rule: rgba(227, 217, 195, 0.24);
  --accent: #e3d9c3;
  display: grid;
  gap: clamp(20px, 2.8vw, 32px);
  margin-top: clamp(32px, 5vw, 56px);
  padding: clamp(8px, 1.5vw, 16px) 0 0;
}

.launch-footer__rule {
  --card-rule: rgba(227, 217, 195, 0.28);
  --accent: #e3d9c3;
  width: 100%;
  max-width: none;
  gap: 12px;
}

.launch-footer__rule .collection-card__seal-tip {
  background: transparent;
}

.launch-footer__mark {
  display: block;
  flex: 0 0 auto;
  width: clamp(28px, 4vw, 36px);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  user-select: none;
  opacity: 0.92;
}

.launch-footer__brand {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.launch-footer__brand .eyebrow {
  margin: 0;
  color: #8f8b83;
  font-family: "Spectral", serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: none;
}

.launch-footer__brand-title {
  margin: 0;
  color: var(--text);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.launch-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto;
  align-items: start;
  column-gap: 0;
  width: 100%;
}

.launch-footer__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 10px;
  align-items: start;
  justify-items: center;
  min-width: 0;
  padding: 4px clamp(12px, 2vw, 28px);
  text-align: center;
}

.launch-footer__item:not(:last-child)::after {
  position: absolute;
  top: 8%;
  right: 0;
  bottom: 8%;
  width: 1px;
  content: "";
  background: linear-gradient(
    180deg,
    transparent,
    var(--card-rule) 20%,
    var(--card-rule) 80%,
    transparent
  );
}

.launch-footer__label {
  margin: 0;
  color: rgba(184, 173, 165, 0.72);
  font-family: "Spectral", serif;
  font-size: clamp(0.62rem, 0.9vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.launch-footer__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.launch-footer__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  overflow: visible;
}

.launch-footer__icon--github svg {
  width: 20px;
  height: 20px;
}

.launch-footer__icon--heart {
  color: var(--paytch);
}

.launch-footer__icon--shield,
.launch-footer__icon--github {
  color: rgba(255, 255, 255, 0.42);
}

.launch-footer__copy {
  display: contents;
}

.launch-footer__copy strong {
  max-width: 15.5rem;
  color: var(--text);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: clamp(0.78rem, 1.15vw, 0.94rem);
  font-weight: 600;
  line-height: 1.25;
}

.launch-footer__copy span {
  max-width: 15.5rem;
  color: var(--muted);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: clamp(0.68rem, 1vw, 0.8rem);
  line-height: 1.35;
}

.launch-footer__link {
  color: var(--text);
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.launch-footer__link:hover,
.launch-footer__link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.launch-footer__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 4px;
  padding: 16px 8px 20px;
  color: rgba(184, 173, 165, 0.62);
  font-family: "Spectral", serif;
  font-size: clamp(0.64rem, 0.95vw, 0.74rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(227, 217, 195, 0.12);
}

.launch-footer__meta-sep {
  width: 4px;
  height: 4px;
  border: 1px solid rgba(227, 217, 195, 0.28);
  background: transparent;
  transform: rotate(45deg);
}

.dawgs-online {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #eb4b4b;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(0.72rem, 1vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.dawgs-online[hidden] {
  display: none;
}

.dawgs-online--visitors {
  color: #e3d9c3;
}

.dawgs-online__icon {
  display: grid;
  place-items: center;
  width: 1em;
  height: 1em;
}

.dawgs-online__icon svg {
  width: 100%;
  height: 100%;
}

.dawgs-online__count,
.pitch-counter {
  display: inline-flex;
  align-items: center;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  font-variant-numeric: tabular-nums;
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    black 18%,
    black 82%,
    transparent 100%
  );
}

.pitch-counter__digit {
  display: block;
  width: 0.62em;
  height: 1em;
  overflow: hidden;
}

.pitch-counter__reel {
  display: flex;
  flex-direction: column;
  transform: translateY(0em);
  transition: transform 2s ease;
  will-change: transform;
}

.pitch-counter__reel.is-instant {
  transition: none;
}

.pitch-counter__slot {
  flex: 0 0 1em;
  display: grid;
  place-items: center;
  height: 1em;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .pitch-counter__reel {
    transition: none;
  }
}

@supports not (grid-template-rows: subgrid) {
  .launch-footer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    grid-row: auto;
  }

  .launch-footer__copy {
    display: grid;
    gap: 5px;
    width: 100%;
    max-width: 15.5rem;
  }

  .launch-footer__copy strong {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: calc(1.25em * 2);
  }
}

@media (max-width: 760px) {
  .launch-footer {
    gap: 18px;
    margin-top: 28px;
  }

  .launch-footer__item {
    row-gap: 8px;
    padding-inline: 8px;
  }

  .launch-footer__label {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }

  .launch-footer__icon {
    width: 22px;
    height: 22px;
  }

  .launch-footer__icon svg {
    width: 17px;
    height: 17px;
  }

  .launch-footer__icon--github svg {
    width: 16px;
    height: 16px;
  }

  .launch-footer__copy strong {
    max-width: none;
    font-size: 0.7rem;
  }

  .launch-footer__copy span {
    max-width: none;
    font-size: 0.62rem;
  }

  .launch-footer__meta {
    gap: 8px 12px;
    padding: 14px 6px 18px;
    font-size: 0.6rem;
    letter-spacing: 0.06em;
  }

  .launch-footer__meta .dawgs-online {
    flex: 1 0 100%;
    justify-content: center;
    margin-top: 2px;
  }

  @supports not (grid-template-rows: subgrid) {
    .launch-footer__copy {
      max-width: none;
    }

    .launch-footer__copy strong {
      min-height: calc(1.25em * 3);
    }
  }
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  padding-bottom: 11px;
}

.collection-card {
  --card-border: color-mix(in srgb, var(--accent) 62%, rgba(255, 255, 255, 0.16));
  --card-outline: var(--card-border);
  --glyph-center: 50%;
  --glyph-gap-half: 19px;
  --card-rule: color-mix(in srgb, var(--accent) 48%, rgba(255, 255, 255, 0.12));
  --card-ink: color-mix(in srgb, var(--accent) 34%, var(--text));
  --card-muted: color-mix(in srgb, var(--accent) 18%, var(--muted));
  position: relative;
  display: grid;
  grid-template-columns: minmax(110px, 42%) minmax(0, 1fr);
  min-width: 0;
  min-height: 150px;
  overflow: visible;
  gap: 0;
  align-items: stretch;
  padding: 0;
  color: var(--card-ink);
  text-align: center;
  cursor: pointer;
  background: color-mix(in srgb, var(--accent) 8%, #121110);
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 70px rgba(0, 0, 0, 0.28);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 220ms ease;
}

.collection-card::before,
.collection-card::after {
  position: absolute;
  inset: -1px;
  z-index: 1;
  border: 1px solid var(--card-outline);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.collection-card::before {
  clip-path: inset(0 0 10px);
}

.collection-card::after {
  clip-path: inset(calc(100% - 10px) 0 0);
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0 calc(var(--glyph-center) - var(--glyph-gap-half)),
    transparent calc(var(--glyph-center) - var(--glyph-gap-half)) calc(var(--glyph-center) + var(--glyph-gap-half)),
    #000 calc(var(--glyph-center) + var(--glyph-gap-half)) 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0 calc(var(--glyph-center) - var(--glyph-gap-half)),
    transparent calc(var(--glyph-center) - var(--glyph-gap-half)) calc(var(--glyph-center) + var(--glyph-gap-half)),
    #000 calc(var(--glyph-center) + var(--glyph-gap-half)) 100%
  );
}

.collection-card:hover,
.collection-card:focus-visible {
  transform: translateY(-3px);
  --card-outline: color-mix(in srgb, var(--accent) 78%, rgba(255, 255, 255, 0.28));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 78px rgba(0, 0, 0, 0.34);
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .collection-card {
    filter: grayscale(1) saturate(0.18) brightness(0.88);
  }

  .collection-card:hover,
  .collection-card:focus-visible {
    filter: grayscale(0) saturate(1) brightness(1);
  }
}

.collection-card__art {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 1;
  border-right: 1px solid color-mix(in srgb, var(--accent) 24%, rgba(0, 0, 0, 0.45));
  border-radius: 9px 0 0 9px;
}

.collection-card__cover {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collection-card__relic {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.4vw, 12px);
  min-width: 0;
  min-height: 0;
  padding: clamp(10px, 1.6vw, 14px) clamp(10px, 1.8vw, 16px);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05), transparent 58%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48)),
    color-mix(in srgb, var(--accent) 11%, #100f0e);
  border-radius: 0 9px 9px 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.collection-card__seal {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}

.collection-card__seal-arm {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 6px;
}

.collection-card__seal-line {
  flex: 1;
  min-width: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--card-rule) 18%,
    var(--card-rule) 82%,
    transparent
  );
}

.collection-card__seal-tip {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border: 1px solid var(--card-rule);
  background: color-mix(in srgb, var(--accent) 16%, rgba(0, 0, 0, 0.4));
  transform: rotate(45deg);
}

.collection-card__numeral {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.65rem;
  height: 1.65rem;
  padding-top: 0.06em;
  color: var(--card-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--card-rule);
  border-radius: 6px;
  background: color-mix(in srgb, var(--accent) 14%, rgba(0, 0, 0, 0.42));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(0, 0, 0, 0.22);
}

.collection-card__copy {
  display: grid;
  flex: 1;
  gap: 4px;
  align-content: center;
  min-width: 0;
  width: 100%;
}

.collection-card h2 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--card-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: clamp(0.92rem, 1.45vw, 1.18rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.collection-card p {
  margin: 0;
  overflow: hidden;
  color: var(--card-muted);
  font-family: "Spectral", serif;
  font-size: clamp(0.62rem, 1vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collection-card__glyph-frame {
  position: absolute;
  bottom: 0;
  left: var(--glyph-center);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 20px;
  background: transparent;
  transform: translate(-50%, 50%);
  pointer-events: none;
}

.collection-card__glyph {
  display: block;
  width: 32px;
  height: 18px;
  color: color-mix(in srgb, var(--accent) 52%, rgba(255, 255, 255, 0.42));
  opacity: 0.88;
}

@media (min-width: 761px) {
  .collection-card {
    --glyph-center: calc(50% + max(55px, 21%));
    grid-template-columns: minmax(110px, 42%) minmax(0, 1fr);
    grid-template-rows: none;
    min-height: 150px;
    text-align: center;
  }

  .collection-card__art {
    border-radius: 9px 0 0 9px;
    border-right: 1px solid color-mix(in srgb, var(--accent) 24%, rgba(0, 0, 0, 0.45));
    border-bottom: 0;
  }

  .collection-card__relic {
    justify-content: space-between;
    padding-block: clamp(12px, 1.8vw, 16px);
  }
}

@media (max-width: 760px) {
  .launch__heading h1 {
    font-size: clamp(1.45rem, 7vw, 2.3125rem);
    letter-spacing: 0.005em;
    white-space: nowrap;
  }

  .collection-hero h2 {
    font-size: clamp(1rem, 8.7vw, 3.25rem);
  }

  .collection-grid {
    gap: 10px;
  }

  .collection-card {
    --glyph-gap-half: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
    border-radius: 9px;
  }

  .collection-card__art {
    width: 100%;
    max-width: none;
    border-radius: 9px 9px 0 0;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--accent) 24%, rgba(0, 0, 0, 0.45));
  }

  .collection-card__relic {
    flex: 1;
    justify-content: space-between;
    gap: clamp(6px, 2.2vw, 10px);
    min-height: clamp(92px, 24vw, 118px);
    padding: clamp(8px, 2.8vw, 12px) clamp(8px, 2.4vw, 10px) clamp(10px, 3vw, 12px);
    border-radius: 0 0 9px 9px;
  }

  .collection-card__seal {
    gap: 6px;
  }

  .collection-card__numeral {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.62rem;
    padding-top: 0.05em;
  }

  .collection-card h2 {
    font-size: clamp(0.68rem, 2.8vw, 0.88rem);
    letter-spacing: 0.06em;
  }

  .collection-card p {
    font-size: clamp(0.54rem, 2.2vw, 0.64rem);
    letter-spacing: 0.1em;
  }

  .collection-card__glyph-frame {
    width: 32px;
    height: 18px;
  }

  .collection-card__glyph {
    width: 28px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .collection-hero {
    padding-inline: 12px;
  }

  .collection-hero__art {
    margin-inline: -12px;
  }

  .collection-hero__details {
    padding-inline: 12px;
  }

  .collection-hero__rule {
    gap: 5px;
  }

  .collection-hero__rule strong {
    padding-inline: 9px;
  }

  .collection-hero__open {
    gap: 10px;
    padding-inline: 15px;
    font-size: 16px;
  }

  .collection-hero__legend > div {
    gap: 5px;
  }

  .collection-hero__legend strong {
    font-size: 17px;
  }

  .collection-hero__legend span {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

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

@media (hover: none) and (pointer: coarse) {
  .collection-hero__cover--hover {
    opacity: 1;
  }

  .collection-card {
    --card-border: rgba(255, 255, 255, 0.16);
    --card-rule: color-mix(in srgb, var(--accent) 72%, rgba(255, 255, 255, 0.18));
    --card-ink: var(--text);
    --card-muted: var(--muted);
    background: #121110;
    filter: none;
  }

  .collection-card:hover,
  .collection-card:focus-visible {
    --card-outline: rgba(255, 255, 255, 0.28);
  }

  .collection-card__art {
    border-color: rgba(255, 255, 255, 0.12);
  }

  .collection-card__relic {
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05), transparent 58%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48)),
      #100f0e;
  }

  .collection-card__numeral {
    color: color-mix(in srgb, var(--accent) 82%, var(--text));
    background: rgba(0, 0, 0, 0.42);
  }

  .collection-card__seal-tip {
    background: rgba(0, 0, 0, 0.4);
  }
}
