/*
 * Index home v3 — Akihabara collector editorial
 * Real bot renders are the artwork. The backgrounds are intentionally code-built.
 */

.index-home-v3 {
  --home-ink: #08080b;
  --home-ink-soft: #111116;
  --home-paper: #f1ede4;
  --home-paper-bright: #fffdf7;
  --home-red: #ff5364;
  --home-red-deep: #c9233a;
  --home-cyan: var(--accent-soft, #9cecff);
  --home-lime: #dfff68;
  --home-gold: #f8cf69;
  --home-line: rgb(241 237 228 / .18);
  --home-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --home-body: "IBM Plex Sans JP", "Yu Gothic UI", sans-serif;
  color: var(--home-paper);
  background: var(--home-ink);
  font-family: var(--home-body);
}

.index-home-v3 .shell {
  width: min(1540px, calc(100% - 72px));
}

.index-home-v3 .site-main {
  min-height: 100vh;
  overflow: clip;
  background: var(--home-ink);
}

.index-home-v3 .ambient {
  display: none;
}

.index-home-v3 :is(h1, h2, h3, .brand-copy, .site-nav, .button) {
  font-family: var(--home-display);
}

/* Header */
.index-home-v3 .site-header {
  height: 82px;
  border-bottom: 1px solid rgb(241 237 228 / .11);
  background: rgb(8 8 11 / .78);
  backdrop-filter: blur(20px) saturate(1.15);
}

.index-home-v3 .site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  opacity: .75;
  background: linear-gradient(90deg, transparent 4%, var(--home-red) 22%, var(--home-cyan) 64%, transparent 96%);
}

.index-home-v3 .site-header.is-scrolled {
  height: 70px;
  border-color: rgb(241 237 228 / .12);
  background: rgb(8 8 11 / .94);
}

.index-home-v3 .header-inner {
  gap: 30px;
}

.index-home-v3 .brand-mark {
  width: 41px;
  height: 41px;
  border: 1px solid var(--home-red);
  border-radius: 2px;
  background: var(--home-red);
  box-shadow: 6px 6px 0 rgb(255 83 100 / .16);
}

.index-home-v3 .brand-mark::after {
  inset: 4px;
  border-color: rgb(8 8 11 / .34);
  border-radius: 0;
}

.index-home-v3 .brand-mark img {
  width: 29px;
  height: 29px;
  filter: drop-shadow(0 2px 3px rgb(0 0 0 / .34));
}

.index-home-v3 .brand-copy strong {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .22em;
}

.index-home-v3 .brand-copy small {
  margin-top: 4px;
  color: #99959a;
  font-family: var(--home-body);
  font-size: 7px;
  letter-spacing: .24em;
}

.index-home-v3 .site-nav {
  gap: 0;
}

.index-home-v3 .site-nav > a {
  padding: 10px 13px;
  border-radius: 0;
  color: #bdb8b8;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.index-home-v3 .site-nav > a:hover,
.index-home-v3 .site-nav > a.is-active {
  color: var(--home-paper-bright);
  background: transparent;
}

.index-home-v3 .site-nav > a.is-active::after {
  left: 13px;
  right: 13px;
  bottom: 5px;
  height: 3px;
  background: var(--home-red);
  box-shadow: none;
}

.index-home-v3 .nav-play i {
  border-color: rgb(255 83 100 / .35);
  border-radius: 2px;
  color: #ff9aa5;
  background: rgb(255 83 100 / .08);
  font-family: var(--home-body);
}

.index-home-v3 .header-actions .button,
.index-home-v3 .account-chip,
.index-home-v3 .icon-button {
  border-radius: 2px;
}

.index-home-v3 .header-invite {
  border-color: var(--home-paper);
  color: var(--home-ink);
  background: var(--home-paper);
  box-shadow: 5px 5px 0 var(--home-red-deep);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.index-home-v3 .header-invite:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--home-red-deep);
}

/* Hero */
.collection-hero {
  position: relative;
  min-height: 930px;
  padding: 145px 0 82px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 43%, rgb(var(--accent-rgb) / .1), transparent 28rem),
    linear-gradient(115deg, transparent 0 51%, rgb(255 255 255 / .018) 51% 51.1%, transparent 51.1%),
    var(--home-ink);
}

.collection-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(rgb(241 237 228 / .34) .65px, transparent .65px);
  background-size: 5px 5px;
  mask-image: linear-gradient(90deg, black, transparent 43%, transparent 70%, black);
}

.collection-hero::after {
  content: "INDEX / 931821030996066304";
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 50%;
  color: rgb(241 237 228 / .28);
  font: 600 9px/1 var(--home-body);
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.hero-wishlist-rain {
  position: absolute;
  z-index: 0;
  inset: -300px 0 -180px;
  overflow: hidden;
  pointer-events: none;
  contain: layout paint;
}

.hero-wishlist-rain::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(8 8 11 / .55) 0, rgb(8 8 11 / .25) 26%, transparent 43%, transparent 78%, rgb(8 8 11 / .1)),
    linear-gradient(180deg, rgb(8 8 11 / .82), transparent 16%, transparent 81%, rgb(8 8 11 / .8));
}

.hero-wishlist-card {
  --card-opacity: .2;
  --card-scale: 1;
  --card-tilt: -4deg;
  --card-drift: 28px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: clamp(108px, 9vw, 154px);
  padding: 4px;
  opacity: 0;
  border: 1px solid rgb(241 237 228 / .22);
  background: rgb(8 8 11 / .82);
  box-shadow: 0 18px 48px rgb(0 0 0 / .65), 0 0 0 1px rgb(255 71 92 / .1);
  transform-origin: 50% 50%;
  animation: hero-wishlist-fall var(--card-duration, 32s) linear infinite;
  animation-delay: calc(0s - var(--card-delay, 0s));
  will-change: transform, opacity;
}

.hero-wishlist-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 4px;
  border: 1px solid rgb(149 238 255 / .12);
  box-shadow: inset 0 0 20px rgb(149 238 255 / .05);
}

.hero-wishlist-card img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.9) brightness(.88) contrast(1.08);
}

.hero-wishlist-card i {
  position: absolute;
  z-index: 3;
  right: -8px;
  bottom: 12px;
  min-width: 31px;
  padding: 5px 6px;
  color: var(--home-ink);
  background: var(--home-cyan);
  box-shadow: 4px 4px 0 rgb(8 8 11 / .62);
  font: 900 .5rem/1 var(--home-body);
  font-style: normal;
  letter-spacing: .08em;
  text-align: center;
}

.hero-wishlist-card-0 { left: 1%; --card-duration: 31s; --card-delay: 21s; --card-tilt: -9deg; --card-drift: 52px; --card-scale: .94; --card-opacity: .3; }
.hero-wishlist-card-1 { left: 12%; --card-duration: 38s; --card-delay: 8s; --card-tilt: 6deg; --card-drift: -34px; --card-scale: .82; --card-opacity: .22; }
.hero-wishlist-card-2 { left: 27%; --card-duration: 34s; --card-delay: 27s; --card-tilt: -5deg; --card-drift: 38px; --card-scale: .88; --card-opacity: .2; }
.hero-wishlist-card-3 { left: 43%; --card-duration: 42s; --card-delay: 15s; --card-tilt: 8deg; --card-drift: -46px; --card-scale: .76; --card-opacity: .2; }
.hero-wishlist-card-4 { left: 56%; --card-duration: 30s; --card-delay: 4s; --card-tilt: -7deg; --card-drift: 31px; --card-scale: .98; --card-opacity: .26; }
.hero-wishlist-card-5 { left: 68%; --card-duration: 37s; --card-delay: 31s; --card-tilt: 5deg; --card-drift: -40px; --card-scale: .84; --card-opacity: .24; }
.hero-wishlist-card-6 { left: 79%; --card-duration: 33s; --card-delay: 18s; --card-tilt: -4deg; --card-drift: 46px; --card-scale: 1.04; --card-opacity: .34; }
.hero-wishlist-card-7 { left: 90%; --card-duration: 40s; --card-delay: 35s; --card-tilt: 9deg; --card-drift: -32px; --card-scale: .86; --card-opacity: .3; }
.hero-wishlist-card-8 { left: 49%; --card-duration: 45s; --card-delay: 39s; --card-tilt: -2deg; --card-drift: 24px; --card-scale: .7; --card-opacity: .18; }

@keyframes hero-wishlist-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -12%, 0) rotate(var(--card-tilt)) scale(var(--card-scale));
  }
  7% { opacity: var(--card-opacity); }
  89% { opacity: var(--card-opacity); }
  100% {
    opacity: 0;
    transform: translate3d(var(--card-drift), 1500px, 0) rotate(calc(var(--card-tilt) + 8deg)) scale(var(--card-scale));
  }
}

.collection-hero-kanji {
  position: absolute;
  z-index: -1;
  right: 1.5vw;
  top: 1%;
  opacity: .055;
  color: transparent;
  -webkit-text-stroke: 2px var(--home-paper);
  font: 800 clamp(16rem, 30vw, 38rem)/1 var(--home-body);
  letter-spacing: -.15em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.collection-hero-grid {
  position: absolute;
  z-index: -1;
  width: 46vw;
  height: 115%;
  left: 45%;
  top: -9%;
  opacity: .13;
  background-image:
    linear-gradient(rgb(241 237 228 / .38) 1px, transparent 1px),
    linear-gradient(90deg, rgb(241 237 228 / .38) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: skewX(-10deg);
  mask-image: linear-gradient(90deg, transparent, black 18%, black 84%, transparent);
}

.collection-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(410px, .78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: clamp(38px, 5vw, 90px);
}

.collection-hero-copy {
  padding: 16px 0 22px;
}

.collection-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(241 237 228 / .2);
  font: 700 .56rem/1 var(--home-body);
  letter-spacing: .15em;
}

.collection-kicker > span {
  color: #aaa6a5;
}

.collection-kicker > b {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #aaf3ce;
  white-space: nowrap;
}

.collection-kicker > b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #71f2b0;
  box-shadow: 0 0 12px #71f2b0;
  animation: home-status-pulse 1.8s ease-in-out infinite;
}

@keyframes home-status-pulse {
  50% { opacity: .42; transform: scale(.78); }
}

.collection-hero-copy h1 {
  margin: 35px 0 25px;
  color: var(--home-paper-bright);
  font: 900 clamp(5rem, 7.15vw, 8.2rem)/.75 var(--home-display);
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.collection-hero-copy h1 span,
.collection-hero-copy h1 em {
  display: block;
}

.collection-hero-copy h1 em {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: .08em 0 .11em -.06em;
  padding: .03em .12em .08em .09em;
  color: var(--home-ink);
  background: var(--home-red);
  font-style: italic;
  transform: rotate(-1.5deg);
  box-shadow: 8px 8px 0 rgb(241 237 228 / .14);
}

.collection-hero-copy > p {
  max-width: 610px;
  margin-bottom: 27px;
  color: #b9b5b4;
  font-size: .93rem;
  line-height: 1.75;
}

.collection-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.index-home-v3 .collection-button {
  min-height: 54px;
  padding: 11px 20px;
  border-radius: 2px;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.index-home-v3 .collection-button i {
  font-family: var(--home-body);
  font-style: normal;
}

.index-home-v3 .collection-button-primary {
  border-color: var(--home-paper);
  color: var(--home-ink);
  background: var(--home-paper);
  box-shadow: 6px 6px 0 var(--home-red-deep);
}

.index-home-v3 .collection-button-primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--home-red-deep);
}

.index-home-v3 .collection-button-ghost {
  border-color: rgb(241 237 228 / .26);
  background: rgb(241 237 228 / .025);
}

.index-home-v3 .collection-button-ghost:hover {
  border-color: var(--home-cyan);
  background: rgb(var(--accent-rgb) / .08);
}

.collection-proof {
  max-width: 585px;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgb(241 237 228 / .16);
  border-bottom: 1px solid rgb(241 237 228 / .16);
}

.collection-proof div {
  padding: 15px 17px 13px 0;
  border-right: 1px solid rgb(241 237 228 / .13);
}

.collection-proof div + div {
  padding-left: 17px;
}

.collection-proof div:last-child {
  border-right: 0;
}

.collection-proof dt {
  color: #7f7b7c;
  font: 700 .48rem/1 var(--home-body);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.collection-proof dd {
  margin: 8px 0 0;
  color: var(--home-paper-bright);
  font: 800 1.75rem/.9 var(--home-display);
  letter-spacing: -.02em;
}

.collection-proof sup {
  margin-left: 2px;
  color: var(--home-red);
  font-size: .48em;
}

/* Real-output carousel */
.showcase-console {
  position: relative;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgb(241 237 228 / .3);
  background: rgb(8 8 11 / .9);
  box-shadow: 20px 24px 0 rgb(8 8 11 / .42), 20px 24px 0 1px rgb(241 237 228 / .1), 0 50px 120px rgb(0 0 0 / .48);
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 25px 100%, 0 calc(100% - 25px));
}

.showcase-console::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 6px;
  border: 1px solid rgb(var(--accent-rgb) / .16);
  pointer-events: none;
  clip-path: inherit;
}

.showcase-console-header {
  min-height: 48px;
  padding: 5px 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #8e8989;
  font: 700 .52rem/1 var(--home-body);
  letter-spacing: .13em;
}

.showcase-console-header > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.showcase-console-header i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-red);
  box-shadow: 0 0 12px var(--home-red);
}

.showcase-console-header span {
  color: var(--home-paper);
}

.showcase-console-header small {
  padding-left: 9px;
  border-left: 1px solid rgb(241 237 228 / .18);
  font-size: inherit;
}

.showcase-console-header > b {
  color: var(--home-cyan);
  font-family: var(--home-display);
  font-size: .75rem;
}

.showcase-viewport {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgb(241 237 228 / .18);
  background:
    linear-gradient(rgb(241 237 228 / .035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(241 237 228 / .035) 1px, transparent 1px),
    #030306;
  background-size: 30px 30px;
}

.showcase-viewport::before,
.showcase-viewport::after {
  content: "";
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.showcase-viewport::before {
  inset: 0;
  background: linear-gradient(90deg, rgb(8 8 11 / .16), transparent 18%, transparent 82%, rgb(8 8 11 / .16));
}

.showcase-viewport::after {
  width: 92px;
  height: 4px;
  right: 16px;
  top: 15px;
  background: repeating-linear-gradient(90deg, var(--home-paper) 0 2px, transparent 2px 8px);
  opacity: .38;
}

.showcase-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(5%) scale(.98);
  transition: opacity .55s ease, transform .75s cubic-bezier(.22, .72, .2, 1), visibility 0s .75s;
}

.showcase-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.showcase-slide > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transform: scale(1.025);
  transition: transform 6.8s ease-out;
}

.showcase-slide.is-active > img {
  transform: scale(1);
}

.showcase-slide:nth-child(2) > img {
  padding: 26px 9% 78px;
}

.showcase-slide:nth-child(4) > img {
  padding-bottom: 68px;
  object-fit: cover;
  object-position: 0 50%;
}

.showcase-slide:nth-child(4).is-active > img {
  animation: prism-pan 6.5s ease-in-out forwards;
}

@keyframes prism-pan {
  from { object-position: 0 50%; }
  to { object-position: 100% 50%; }
}

.showcase-slide-scan {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: .14;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgb(255 255 255 / .2) 3px 4px);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.showcase-slide.is-active .showcase-slide-scan::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 14%;
  top: -18%;
  background: linear-gradient(transparent, rgb(var(--accent-rgb) / .28), transparent);
  animation: showcase-scan 4.8s linear infinite;
}

@keyframes showcase-scan {
  to { top: 110%; }
}

.showcase-slide > footer {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 78px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgb(241 237 228 / .17);
  background: rgb(8 8 11 / .9);
  backdrop-filter: blur(14px);
}

.showcase-slide > footer span,
.showcase-slide > footer small,
.showcase-slide > footer strong {
  display: block;
}

.showcase-slide > footer small {
  color: var(--home-red);
  font: 700 .48rem/1 var(--home-body);
  letter-spacing: .14em;
}

.showcase-slide > footer strong {
  margin-top: 6px;
  color: var(--home-paper-bright);
  font: 700 1.18rem/1 var(--home-display);
  letter-spacing: .015em;
}

.showcase-slide > footer code {
  padding: 7px 10px;
  border-color: rgb(var(--accent-rgb) / .28);
  border-radius: 2px;
  color: var(--home-cyan);
  background: rgb(var(--accent-rgb) / .07);
  font-size: .62rem;
}

.showcase-console-controls {
  position: relative;
  min-height: 74px;
  padding: 11px 2px 1px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 7px;
}

.showcase-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgb(241 237 228 / .2);
  border-radius: 0;
  color: var(--home-paper);
  background: transparent;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.showcase-arrow:hover {
  border-color: var(--home-red);
  color: var(--home-ink);
  background: var(--home-red);
}

.showcase-tabs {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.showcase-tabs button {
  min-width: 0;
  min-height: 44px;
  padding: 5px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-left: 1px solid rgb(241 237 228 / .14);
  color: #6e6a6c;
  background: transparent;
  cursor: pointer;
  font: 700 .68rem/1 var(--home-display);
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.showcase-tabs button:last-child {
  border-right: 1px solid rgb(241 237 228 / .14);
}

.showcase-tabs button i {
  color: #575355;
  font: 600 .47rem/1 var(--home-body);
  font-style: normal;
}

.showcase-tabs button:hover {
  color: var(--home-paper);
}

.showcase-tabs button.is-active {
  color: var(--home-ink);
  background: var(--home-paper);
}

.showcase-tabs button.is-active i {
  color: var(--home-red-deep);
}

.showcase-progress {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -5px;
  height: 2px;
  overflow: hidden;
  background: rgb(241 237 228 / .1);
}

.showcase-progress i {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--home-red), var(--home-cyan));
  transform-origin: left;
  animation: showcase-progress 6.5s linear forwards;
}

.showcase-console.is-paused .showcase-progress i {
  animation-play-state: paused;
}

@keyframes showcase-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.collection-marquee {
  position: absolute;
  z-index: 3;
  left: -1%;
  right: -1%;
  bottom: 6px;
  overflow: hidden;
  border-block: 1px solid var(--home-ink);
  color: var(--home-ink);
  background: var(--home-lime);
  transform: rotate(-.65deg);
}

.collection-marquee > div {
  width: max-content;
  padding: 8px 0 9px;
  display: flex;
  align-items: center;
  gap: 25px;
  animation: collection-marquee 26s linear infinite;
}

.collection-marquee span {
  font: 800 .83rem/1 var(--home-display);
  letter-spacing: .16em;
}

.collection-marquee i {
  font-style: normal;
  font-size: .66rem;
}

@keyframes collection-marquee {
  to { transform: translateX(-50%); }
}

/* Chapter rail */
.collection-chapters {
  position: relative;
  z-index: 5;
  margin-top: -26px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid rgb(241 237 228 / .18);
  background: #0d0d11;
  box-shadow: 0 24px 70px rgb(0 0 0 / .35);
}

.collection-chapters > a {
  min-width: 0;
  min-height: 96px;
  padding: 15px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  gap: 6px 11px;
  border-right: 1px solid rgb(241 237 228 / .12);
  transition: color .22s ease, background .22s ease;
}

.collection-chapters > a:last-child {
  border-right: 0;
}

.collection-chapters > a:hover {
  color: var(--home-ink);
  background: var(--home-paper);
}

.collection-chapters > a > i {
  grid-row: 1 / 3;
  align-self: start;
  color: var(--home-red);
  font: 700 .5rem/1 var(--home-body);
  font-style: normal;
}

.collection-chapters > a > span {
  min-width: 0;
}

.collection-chapters strong,
.collection-chapters small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collection-chapters strong {
  color: var(--home-paper);
  font: 700 .82rem/1 var(--home-display);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.collection-chapters small {
  margin-top: 7px;
  color: #767276;
  font: 500 .46rem/1 var(--home-body);
}

.collection-chapters > a > b {
  grid-column: 2;
  color: var(--home-cyan);
  font: 700 .42rem/1 var(--home-body);
  letter-spacing: .1em;
}

.collection-chapters > a:hover :is(strong, small, b, i) {
  color: var(--home-ink);
}

/* Collection Lab */
.index-home-v3 .atelier-section {
  position: relative;
  padding: 150px 0 120px;
  color: var(--home-ink);
  background:
    linear-gradient(90deg, rgb(8 8 11 / .045) 1px, transparent 1px),
    var(--home-paper);
  background-size: 96px 100%;
}

.index-home-v3 .atelier-section::before {
  content: "COLLECTION / 01";
  position: absolute;
  right: -20px;
  top: 95px;
  opacity: .035;
  color: var(--home-ink);
  font: 900 clamp(7rem, 15vw, 16rem)/1 var(--home-display);
  letter-spacing: -.055em;
  white-space: nowrap;
  pointer-events: none;
}

.collection-lab-heading {
  position: relative;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .52fr);
  align-items: end;
  gap: 70px;
}

.collection-lab-heading > div:first-child > span {
  color: var(--home-red-deep);
  font: 700 .64rem/1 var(--home-body);
  letter-spacing: .15em;
}

.collection-lab-heading h2 {
  margin: 18px 0 0;
  color: var(--home-ink);
  font: 900 clamp(4.7rem, 8vw, 8.4rem)/.76 var(--home-display);
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.collection-lab-heading h2 em {
  color: var(--home-red-deep);
  font-style: italic;
}

.collection-lab-heading > div:last-child {
  padding: 0 0 9px 22px;
  border-left: 4px solid var(--home-ink);
}

.collection-lab-heading p {
  margin: 0 0 17px;
  color: #4f4b4a;
  font-size: .88rem;
  line-height: 1.7;
}

.collection-lab-heading a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--home-red-deep);
  color: var(--home-ink);
  font: 800 .72rem/1.8 var(--home-display);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.collection-lab-heading a i {
  font-family: var(--home-body);
  font-style: normal;
  transition: transform .2s ease;
}

.collection-lab-heading a:hover i {
  transform: translateX(4px);
}

.servant-builder {
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(600px, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--home-ink);
  color: var(--home-paper);
  background: var(--home-ink);
  box-shadow: 18px 18px 0 rgb(201 35 58 / .15);
}

.servant-builder::before {
  content: "";
  position: absolute;
  left: 39%;
  bottom: -85px;
  width: 260px;
  height: 260px;
  border: 55px solid var(--home-red-deep);
  border-radius: 50%;
  opacity: .32;
}

.servant-builder-copy {
  position: relative;
  z-index: 2;
  padding: clamp(34px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgb(241 237 228 / .15);
  background:
    radial-gradient(circle at 0 0, rgb(255 83 100 / .11), transparent 19rem),
    repeating-linear-gradient(135deg, transparent 0 17px, rgb(241 237 228 / .022) 17px 18px),
    #0b0b0f;
}

.builder-label {
  color: var(--home-red);
  font: 700 .58rem/1 var(--home-body);
  letter-spacing: .16em;
}

.servant-builder-copy h3 {
  margin: 28px 0 22px;
  color: var(--home-paper-bright);
  font: 800 clamp(2.8rem, 4.7vw, 5.2rem)/.83 var(--home-display);
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.servant-builder-copy > p {
  max-width: 500px;
  color: #aaa5a4;
  font-size: .82rem;
  line-height: 1.7;
}

.builder-steps {
  margin: 28px 0 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid rgb(241 237 228 / .13);
}

.builder-steps > span {
  min-width: 0;
  padding: 12px 7px 11px 0;
  border-right: 1px solid rgb(241 237 228 / .1);
}

.builder-steps > span:last-child {
  border-right: 0;
}

.builder-steps i,
.builder-steps b {
  display: block;
  font-style: normal;
}

.builder-steps i {
  color: #5e5a5c;
  font: 600 .42rem/1 var(--home-body);
}

.builder-steps b {
  margin-top: 7px;
  color: #7d7879;
  font: 700 .65rem/1 var(--home-display);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.builder-steps .is-active i,
.builder-steps .is-active b {
  color: var(--home-paper);
}

.builder-steps .is-active {
  box-shadow: inset 0 -3px var(--home-red);
}

.servant-builder-copy > code {
  width: fit-content;
  padding: 8px 11px;
  border-color: rgb(var(--accent-rgb) / .3);
  border-radius: 0;
  color: var(--home-cyan);
  background: rgb(var(--accent-rgb) / .06);
  font-size: .6rem;
}

.servant-builder-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 22px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background:
    linear-gradient(rgb(241 237 228 / .045) 1px, transparent 1px),
    linear-gradient(90deg, rgb(241 237 228 / .045) 1px, transparent 1px),
    #060609;
  background-size: 38px 38px;
}

.servant-builder-stage > header {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #777276;
  font: 700 .52rem/1 var(--home-body);
  letter-spacing: .13em;
}

.servant-builder-stage > header b {
  color: var(--home-paper);
}

.servant-builder-output {
  position: relative;
  min-height: 455px;
  overflow: hidden;
}

.servant-builder-output::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  left: 50%;
  top: 47%;
  border: 1px solid rgb(241 237 228 / .12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 55px rgb(255 255 255 / .012), inset 0 0 0 56px rgb(241 237 228 / .08);
}

.servant-builder-output figure {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px) scale(.97);
  transition: opacity .35s ease, transform .55s cubic-bezier(.2, .75, .22, 1);
}

.servant-builder-output figure.is-active {
  opacity: 1;
  transform: none;
}

.servant-builder-output figure > span {
  position: relative;
  width: min(330px, 52%);
  aspect-ratio: 3 / 4;
  display: block;
  overflow: hidden;
  filter: drop-shadow(0 25px 32px rgb(0 0 0 / .55));
}

.servant-builder-output figure img {
  position: absolute;
  top: 0;
  width: 300%;
  max-width: none;
  height: 100%;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.servant-builder-output figure:nth-child(1) img { left: 0; }
.servant-builder-output figure:nth-child(2) img { left: -100%; }
.servant-builder-output figure:nth-child(3) img { left: -200%; }

.servant-builder-stamp {
  position: absolute;
  z-index: 4;
  right: 5%;
  top: 52%;
  padding: 13px 15px 12px;
  border: 1px solid var(--home-red);
  color: var(--home-red);
  background: rgb(8 8 11 / .76);
  transform: rotate(4deg);
  backdrop-filter: blur(8px);
}

.servant-builder-stamp small,
.servant-builder-stamp strong,
.servant-builder-stamp i {
  display: block;
}

.servant-builder-stamp small {
  font: 700 .35rem/1 var(--home-body);
  letter-spacing: .16em;
}

.servant-builder-stamp strong {
  margin-top: 4px;
  font: 900 1.3rem/.8 var(--home-display);
  letter-spacing: .1em;
}

.servant-builder-stamp i {
  margin-top: 7px;
  padding-top: 6px;
  border-top: 1px solid currentColor;
  font: 700 .38rem/1 var(--home-body);
  font-style: normal;
  letter-spacing: .12em;
}

.servant-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.servant-picker button {
  min-width: 0;
  min-height: 84px;
  padding: 7px;
  display: grid;
  grid-template-columns: 54px auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 3px 9px;
  overflow: hidden;
  border: 1px solid rgb(241 237 228 / .14);
  border-radius: 0;
  color: #7f7a7c;
  background: rgb(241 237 228 / .025);
  cursor: pointer;
  text-align: left;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.servant-picker button > span {
  position: relative;
  grid-row: 1 / 3;
  width: 52px;
  aspect-ratio: 3 / 4;
  display: block;
  overflow: hidden;
  background: #020204;
}

.servant-picker button img {
  position: absolute;
  top: 0;
  width: 300%;
  max-width: none;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

.servant-picker button:nth-child(1) img { left: 0; }
.servant-picker button:nth-child(2) img { left: -100%; }
.servant-picker button:nth-child(3) img { left: -200%; }

.servant-picker button i {
  align-self: end;
  color: #5e595c;
  font: 600 .4rem/1 var(--home-body);
  font-style: normal;
}

.servant-picker button b {
  align-self: start;
  overflow: hidden;
  font: 700 .68rem/1 var(--home-display);
  letter-spacing: .04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.servant-picker button:hover,
.servant-picker button.is-active {
  border-color: var(--home-red);
  color: var(--home-paper);
  background: rgb(255 83 100 / .09);
}

.servant-picker button.is-active {
  box-shadow: inset 4px 0 var(--home-red);
}

.collection-output-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 18px;
}

.collection-output-card {
  position: relative;
  min-width: 0;
  min-height: 500px;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--home-ink);
  color: var(--home-paper);
  background: var(--home-ink);
}

.collection-output-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 9px solid transparent;
  pointer-events: none;
  transition: border-color .25s ease;
}

a.collection-output-card:hover::after {
  border-color: var(--home-red);
}

.collection-output-media {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgb(241 237 228 / .035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(241 237 228 / .035) 1px, transparent 1px),
    #050507;
  background-size: 34px 34px;
}

.collection-output-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform .65s cubic-bezier(.22, .72, .2, 1), filter .35s ease;
}

.collection-profile-output .collection-output-media img {
  padding: 18px;
}

.collection-output-card:hover .collection-output-media img {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.collection-output-card > footer {
  min-height: 95px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgb(241 237 228 / .15);
}

.collection-output-card footer span,
.collection-output-card footer small,
.collection-output-card footer strong {
  display: block;
}

.collection-output-card footer small {
  color: var(--home-red);
  font: 700 .45rem/1 var(--home-body);
  letter-spacing: .14em;
}

.collection-output-card footer strong {
  margin-top: 8px;
  font: 700 1.2rem/1 var(--home-display);
  letter-spacing: .02em;
}

.collection-output-card footer > b {
  flex: 0 0 auto;
  color: var(--home-cyan);
  font: 700 .48rem/1 var(--home-body);
  letter-spacing: .1em;
}

/* Existing collection data, restyled to match the new lab */
.index-home-v3 .atelier-prism-panel,
.index-home-v3 .atelier-frame-panel,
.index-home-v3 .atelier-koth-panel {
  border: 1px solid var(--home-ink);
  border-radius: 0;
  color: var(--home-paper);
  background: var(--home-ink-soft);
  box-shadow: none;
}

.index-home-v3 .atelier-prism-panel {
  margin-top: 28px;
  padding: 28px;
}

.index-home-v3 .atelier-frame-panel {
  margin-top: 18px;
  padding: 28px;
}

.index-home-v3 :is(.atelier-prism-panel, .atelier-frame-panel) header span {
  color: var(--home-red);
  font-family: var(--home-body);
  font-size: .5rem;
}

.index-home-v3 :is(.atelier-prism-panel, .atelier-frame-panel) h3 {
  color: var(--home-paper);
  font: 700 1.65rem/1 var(--home-display);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.index-home-v3 :is(.atelier-prism-panel, .atelier-frame-panel) header p {
  color: #918c8d;
  font-family: var(--home-body);
  font-size: .65rem;
}

.index-home-v3 .atelier-prism-panel > header > b,
.index-home-v3 .atelier-frame-panel header > a {
  color: var(--home-cyan);
  font-family: var(--home-body);
}

.index-home-v3 .atelier-prism-token,
.index-home-v3 .atelier-frame-token {
  border-radius: 0;
  background: rgb(241 237 228 / .025);
}

.index-home-v3 .atelier-prism-token:hover,
.index-home-v3 .atelier-frame-token:hover {
  background: rgb(241 237 228 / .06);
}

.index-home-v3 .atelier-koth-panel {
  margin-top: 18px;
  background: #0b0b0f;
}

.index-home-v3 .atelier-koth-summary {
  background:
    repeating-linear-gradient(135deg, transparent 0 22px, rgb(255 83 100 / .03) 22px 23px),
    rgb(255 83 100 / .035);
}

.index-home-v3 .atelier-koth-summary h3 {
  font-family: var(--home-display);
  text-transform: uppercase;
}

.index-home-v3 :is(.atelier-koth-summary header span, .atelier-koth-results header span) {
  color: var(--home-red);
}

/* VIP is a foil insert, not another purple gradient block */
.index-home-v3 .vip-section {
  position: relative;
  padding: 135px 0;
  color: var(--home-paper);
  background:
    radial-gradient(circle at 82% 34%, rgb(248 207 105 / .1), transparent 25rem),
    repeating-linear-gradient(120deg, transparent 0 28px, rgb(248 207 105 / .022) 28px 29px),
    #120f0c;
}

.index-home-v3 .vip-section::before {
  opacity: .12;
  background-image:
    linear-gradient(rgb(248 207 105 / .18) 1px, transparent 1px),
    linear-gradient(90deg, rgb(248 207 105 / .18) 1px, transparent 1px);
  background-size: 54px 54px;
}

.index-home-v3 .vip-section::after {
  content: "VIP";
  position: absolute;
  right: -2vw;
  top: 15px;
  opacity: .035;
  color: var(--home-gold);
  font: 900 clamp(13rem, 30vw, 34rem)/1 var(--home-display);
  letter-spacing: -.08em;
  pointer-events: none;
}

.index-home-v3 .vip-heading {
  position: relative;
  z-index: 1;
}

.index-home-v3 .vip-heading span {
  color: var(--home-gold);
  font-family: var(--home-body);
}

.index-home-v3 .vip-heading h2 {
  font-family: var(--home-display);
  font-size: clamp(5rem, 9vw, 9rem);
  text-transform: uppercase;
}

.index-home-v3 .vip-heading h2 em {
  color: var(--home-gold);
  text-shadow: 5px 5px 0 rgb(96 62 15 / .45);
}

.index-home-v3 .vip-visual,
.index-home-v3 :is(.vip-frame-card, .vip-drop-card, .vip-overclock-card) {
  border-radius: 0;
  background: #15120f;
}

.index-home-v3 .vip-visual {
  box-shadow: 15px 15px 0 rgb(248 207 105 / .08);
}

.index-home-v3 .vip-tier-tabs,
.index-home-v3 .vip-tier-tabs button,
.index-home-v3 .vip-item-icon,
.index-home-v3 .vip-frame-card > div,
.index-home-v3 .vip-drop-items > div,
.index-home-v3 .vip-overclock-card > div > span {
  border-radius: 0;
}

/* The Void and daily surfaces keep their feature logic, with cleaner coded fields. */
.index-home-v3 .void-system-section {
  background:
    radial-gradient(circle at 80% 30%, rgb(156 87 255 / .1), transparent 30rem),
    repeating-linear-gradient(150deg, transparent 0 34px, rgb(255 255 255 / .018) 34px 35px),
    #08070b;
}

.index-home-v3 .void-relay-console,
.index-home-v3 .void-loot-forecast,
.index-home-v3 .void-system-section :is(button, article, nav) {
  border-radius: 0;
}

.index-home-v3 .anime-quest-board {
  margin-block: 0;
  padding-block: 120px;
}

.index-home-v3 .anime-quest-board > header span {
  color: var(--home-red);
}

.index-home-v3 .anime-quest-board > header h2 {
  font-family: var(--home-display);
  font-size: clamp(3rem, 6vw, 6rem);
  text-transform: uppercase;
}

.index-home-v3 .anime-quest {
  border-radius: 0;
}

/* Live event art remains visible. Generic landscape fallbacks are removed. */
.index-home-v3 .index-event-district {
  background:
    radial-gradient(circle at 16% 42%, rgb(255 83 100 / .18), transparent 25rem),
    repeating-radial-gradient(circle at 15% 45%, transparent 0 18px, rgb(255 83 100 / .035) 18px 19px),
    #0d090b;
}

.index-home-v3 .index-event-district .anime-district-art:not(.index-event-source-art) {
  display: none;
}

.index-home-v3 .index-event-source-art {
  opacity: .52;
  filter: saturate(.8) contrast(1.08);
}

.index-home-v3 .index-event-card,
.index-home-v3 .index-event-window,
.index-home-v3 .index-event-surfaces > div,
.index-home-v3 .index-event-item {
  border-radius: 0;
}

/* Ramen retains the character/game content on a graphic restaurant-poster field. */
.index-home-v3 .ramen-district {
  background:
    linear-gradient(90deg, transparent 49.8%, rgb(255 219 150 / .06) 49.8% 50.2%, transparent 50.2%),
    radial-gradient(circle at 73% 45%, rgb(255 108 77 / .2), transparent 24rem),
    repeating-linear-gradient(135deg, transparent 0 31px, rgb(255 222 169 / .025) 31px 32px),
    #170b0c;
}

.index-home-v3 .ramen-district > .anime-district-art {
  display: none;
}

.index-home-v3 :is(.ramen-story, .ramen-menu-card) {
  border-radius: 0;
}

/* Finale: a sharp campaign poster instead of repeating the old world art. */
.index-home-v3 .anime-finale {
  min-height: 650px;
  color: var(--home-ink);
  background:
    radial-gradient(circle at 14% 50%, rgb(8 8 11 / .1), transparent 18rem),
    linear-gradient(110deg, transparent 54%, rgb(8 8 11 / .06) 54% 54.2%, transparent 54.2%),
    var(--home-red);
}

.index-home-v3 .anime-finale > img {
  display: none;
}

.index-home-v3 .anime-finale > span {
  background: none;
}

.index-home-v3 .anime-finale::before {
  content: "始めよう";
  position: absolute;
  right: 3vw;
  top: 50%;
  opacity: .08;
  color: var(--home-ink);
  font: 800 clamp(8rem, 20vw, 20rem)/1 var(--home-body);
  transform: translateY(-50%);
  white-space: nowrap;
}

.index-home-v3 .anime-finale article {
  color: var(--home-ink);
}

.index-home-v3 .anime-finale article small,
.index-home-v3 .anime-finale article p {
  color: rgb(8 8 11 / .7);
}

.index-home-v3 .anime-finale article h2 {
  color: var(--home-ink);
  font-family: var(--home-display);
  font-size: clamp(4rem, 8vw, 8rem);
  text-transform: uppercase;
}

.index-home-v3 .anime-finale article h2 em {
  color: var(--home-paper);
  text-shadow: none;
}

.index-home-v3 .anime-finale .button-primary {
  border-color: var(--home-ink);
  color: var(--home-paper);
  background: var(--home-ink);
  box-shadow: 6px 6px 0 rgb(241 237 228 / .36);
}

.index-home-v3 .anime-finale .button-ghost {
  border-color: rgb(8 8 11 / .35);
  color: var(--home-ink);
  background: transparent;
}

/* Footer */
.index-home-v3 .site-footer {
  border-top-color: rgb(241 237 228 / .16);
  background: #060608;
}

.index-home-v3 .site-footer .brand-mark {
  box-shadow: 5px 5px 0 rgb(255 83 100 / .13);
}

.index-home-v3 .footer-links strong {
  color: var(--home-red);
  font-family: var(--home-display);
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Responsive composition */
@media (max-width: 1320px) {
  .collection-hero-inner {
    grid-template-columns: minmax(370px, .7fr) minmax(560px, 1.3fr);
    gap: 38px;
  }

  .collection-hero-copy h1 {
    font-size: clamp(4.6rem, 7vw, 6.8rem);
  }

  .showcase-viewport {
    min-height: 470px;
  }

  .collection-chapters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collection-chapters > a:nth-child(3n) {
    border-right: 0;
  }

  .collection-chapters > a:nth-child(-n + 3) {
    border-bottom: 1px solid rgb(241 237 228 / .12);
  }
}

@media (max-width: 1060px) {
  .index-home-v3 .shell {
    width: min(100% - 42px, 900px);
  }

  .collection-hero {
    min-height: 0;
    padding-top: 130px;
  }

  .collection-hero-sun {
    width: 760px;
    right: -330px;
    top: 58%;
  }

  .collection-hero-grid {
    width: 74vw;
    left: 30%;
  }

  .collection-hero-inner {
    grid-template-columns: 1fr;
  }

  .collection-hero-copy {
    max-width: 760px;
  }

  .collection-hero-copy h1 {
    font-size: clamp(5.3rem, 13vw, 8rem);
  }

  .showcase-console {
    width: 100%;
  }

  .showcase-viewport {
    min-height: 570px;
  }

  .collection-lab-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .collection-lab-heading > div:last-child {
    max-width: 690px;
  }

  .servant-builder {
    grid-template-columns: 1fr;
  }

  .servant-builder-copy {
    border-right: 0;
    border-bottom: 1px solid rgb(241 237 228 / .15);
  }

  .servant-builder-copy h3 {
    max-width: 680px;
  }

  .servant-builder-stage {
    min-height: 640px;
  }

  .collection-output-grid {
    grid-template-columns: 1fr;
  }

  .collection-output-card {
    min-height: 570px;
  }
}

@media (max-width: 760px) {
  .index-home-v3 .shell {
    width: calc(100% - 28px);
  }

  .index-home-v3 .site-header {
    height: 70px;
  }

  .index-home-v3 .nav-toggle {
    margin-left: auto;
    border-radius: 0;
  }

  .index-home-v3 .site-nav {
    top: 70px;
    border-radius: 0;
    background: rgb(8 8 11 / .98);
  }

  .index-home-v3 .header-actions {
    display: none;
  }

  .collection-hero {
    padding: 108px 0 78px;
  }

  .collection-hero::after,
  .collection-hero-kanji {
    display: none;
  }

  .collection-kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .collection-hero-copy h1 {
    margin-top: 28px;
    font-size: clamp(4.25rem, 19vw, 6.5rem);
  }

  .collection-hero-copy > p {
    font-size: .84rem;
  }

  .collection-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .index-home-v3 .collection-button {
    width: 100%;
  }

  .collection-proof {
    margin-top: 30px;
  }

  .collection-proof div,
  .collection-proof div + div {
    padding: 13px 9px;
  }

  .collection-proof dd {
    font-size: 1.35rem;
  }

  .showcase-console {
    margin-top: 8px;
    padding: 8px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
    box-shadow: 9px 11px 0 rgb(8 8 11 / .42), 9px 11px 0 1px rgb(241 237 228 / .1);
  }

  .showcase-console-header small {
    display: none;
  }

  .showcase-viewport {
    min-height: 420px;
  }

  .showcase-slide:nth-child(2) > img {
    padding: 15px 3% 72px;
  }

  .showcase-slide > footer {
    min-height: 72px;
  }

  .showcase-slide > footer strong {
    font-size: .95rem;
  }

  .showcase-tabs button span {
    display: none;
  }

  .showcase-tabs button {
    justify-content: center;
  }

  .showcase-tabs button i {
    font-size: .52rem;
  }

  .collection-chapters {
    margin-top: -17px;
    grid-template-columns: 1fr;
  }

  .collection-chapters > a,
  .collection-chapters > a:nth-child(3n) {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid rgb(241 237 228 / .12);
  }

  .collection-chapters > a:last-child {
    border-bottom: 0;
  }

  .index-home-v3 .atelier-section {
    padding: 105px 0 85px;
  }

  .collection-lab-heading h2 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .collection-lab-heading > div:last-child {
    padding-left: 15px;
    border-left-width: 3px;
  }

  .servant-builder-copy {
    padding: 35px 24px;
  }

  .servant-builder-copy h3 {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .builder-steps b {
    font-size: .55rem;
  }

  .servant-builder-stage {
    min-height: 590px;
    padding: 15px;
  }

  .servant-builder-output {
    min-height: 395px;
  }

  .servant-builder-output figure > span {
    width: min(290px, 67%);
  }

  .servant-builder-stamp {
    right: 1%;
  }

  .servant-picker button {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .servant-picker button > span {
    width: 40px;
  }

  .collection-output-card {
    min-height: 440px;
  }

  .collection-output-card > footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .index-home-v3 .atelier-prism-panel,
  .index-home-v3 .atelier-frame-panel {
    padding: 20px;
  }

  .index-home-v3 .vip-section {
    padding: 100px 0;
  }
}

@media (max-width: 480px) {
  .collection-hero-copy h1 {
    font-size: clamp(3.55rem, 19vw, 4.75rem);
  }

  .collection-proof dt {
    font-size: .38rem;
    letter-spacing: .08em;
  }

  .showcase-viewport {
    min-height: 335px;
  }

  .showcase-slide > footer {
    padding: 11px 12px;
  }

  .showcase-slide > footer small {
    font-size: .38rem;
  }

  .showcase-slide > footer strong {
    font-size: .78rem;
  }

  .showcase-slide > footer code {
    display: none;
  }

  .showcase-console-controls {
    grid-template-columns: 39px minmax(0, 1fr) 39px;
  }

  .showcase-arrow {
    width: 38px;
    height: 38px;
  }

  .servant-builder-stage {
    min-height: 535px;
  }

  .servant-builder-stage > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .servant-builder-output {
    min-height: 340px;
  }

  .servant-builder-output figure > span {
    width: min(245px, 70%);
  }

  .servant-builder-stamp {
    padding: 9px;
  }

  .servant-builder-stamp strong {
    font-size: 1rem;
  }

  .servant-picker button {
    min-height: 74px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 3px 5px;
  }

  .servant-picker button > span {
    width: 36px;
  }

  .servant-picker button b {
    font-size: .52rem;
  }

  .collection-output-card {
    min-height: 365px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wishlist-card,
  .collection-kicker > b i,
  .collection-marquee > div,
  .showcase-progress i,
  .showcase-slide.is-active .showcase-slide-scan::after {
    animation: none !important;
  }

  .hero-wishlist-card {
    display: none;
  }

  .showcase-slide:nth-child(4).is-active > img {
    animation: none !important;
    object-position: 50% 50%;
  }

  .showcase-slide,
  .showcase-slide > img,
  .servant-builder-output figure,
  .collection-output-media img {
    transition-duration: .01ms !important;
  }
}

/* ========================================================================== */
/* V3.1 — darker collection field + readability pass                          */
/* ========================================================================== */

.index-home-v3 {
  --home-headline: "Archivo Black", "Arial Black", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.index-home-v3 .shell {
  width: min(1720px, calc(100% - 80px));
}

.index-home-v3 .collection-hero-copy h1,
.index-home-v3 .collection-lab-heading h2,
.index-home-v3 .servant-builder-copy h3 {
  font-family: var(--home-headline);
}

.index-home-v3 .site-nav > a {
  padding-inline: 15px;
  font-size: .88rem;
  line-height: 1.15;
}

.index-home-v3 .brand-copy small {
  font-size: 8px;
  line-height: 1.2;
}

.index-home-v3 .nav-play i {
  font-size: .68rem;
}

.collection-hero {
  min-height: 980px;
  padding: 155px 0 102px;
}

.collection-hero-inner {
  grid-template-columns: minmax(470px, .84fr) minmax(700px, 1.16fr);
  gap: clamp(55px, 5vw, 92px);
}

.collection-hero-copy {
  min-width: 0;
}

.collection-kicker {
  padding-bottom: 18px;
  font-size: .64rem;
  line-height: 1.25;
  letter-spacing: .11em;
}

.collection-hero-copy h1 {
  max-width: 760px;
  margin: 42px 0 31px;
  font-size: clamp(4.1rem, 5.3vw, 6.7rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.065em;
}

.collection-hero-copy h1 em {
  margin-block: .12em .14em;
  padding: .05em .13em .09em .1em;
  box-shadow: 9px 9px 0 rgb(241 237 228 / .13);
}

.collection-hero-copy > p {
  max-width: 690px;
  margin-bottom: 33px;
  font-size: 1rem;
  line-height: 1.82;
}

.index-home-v3 .collection-button {
  min-height: 58px;
  padding-inline: 23px;
  font-size: .96rem;
}

.collection-proof {
  max-width: 680px;
  margin-top: 46px;
}

.collection-proof div,
.collection-proof div + div {
  padding: 18px 20px;
}

.collection-proof div:first-child {
  padding-left: 0;
}

.collection-proof dt {
  font-size: .57rem;
  line-height: 1.25;
  letter-spacing: .1em;
}

.collection-proof dd {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1;
}

.showcase-console {
  padding: 14px;
}

.showcase-console-header {
  min-height: 56px;
  padding: 6px 12px 13px;
  font-size: .61rem;
  line-height: 1.2;
  letter-spacing: .1em;
}

.showcase-console-header > b {
  font-size: .86rem;
}

.showcase-viewport {
  min-height: 590px;
}

.showcase-slide > footer {
  min-height: 92px;
  padding: 17px 22px;
}

.showcase-slide > footer small {
  font-size: .57rem;
  line-height: 1.25;
  letter-spacing: .11em;
}

.showcase-slide > footer strong {
  margin-top: 8px;
  font-size: 1.38rem;
  line-height: 1.15;
}

.showcase-slide > footer code {
  padding: 9px 12px;
  font-size: .7rem;
}

.showcase-console-controls {
  min-height: 84px;
  padding-top: 14px;
}

.showcase-tabs button {
  min-height: 50px;
  padding-inline: 12px;
  gap: 10px;
  font-size: .78rem;
  line-height: 1.1;
}

.showcase-tabs button i {
  font-size: .54rem;
}

.collection-chapters > a {
  min-height: 116px;
  padding: 20px 18px;
  gap: 8px 13px;
}

.collection-chapters strong {
  font-size: .98rem;
  line-height: 1.15;
}

.collection-chapters small {
  margin-top: 8px;
  overflow: visible;
  font-size: .56rem;
  line-height: 1.35;
  white-space: normal;
}

.collection-chapters > a > i,
.collection-chapters > a > b {
  font-size: .51rem;
  line-height: 1.2;
}

/* The collection lab now stays inside the site's midnight world. */
.index-home-v3 .atelier-section {
  padding: 165px 0 135px;
  color: var(--home-paper);
  border-top: 1px solid rgb(241 237 228 / .12);
  background:
    radial-gradient(circle at 87% 13%, rgb(255 83 100 / .13), transparent 30rem),
    radial-gradient(circle at 10% 72%, rgb(var(--accent-rgb) / .07), transparent 32rem),
    linear-gradient(rgb(241 237 228 / .028) 1px, transparent 1px),
    linear-gradient(90deg, rgb(241 237 228 / .028) 1px, transparent 1px),
    #0b0b10;
  background-size: auto, auto, 82px 82px, 82px 82px, auto;
}

.index-home-v3 .atelier-section::before {
  right: -35px;
  top: 100px;
  opacity: .026;
  color: var(--home-paper);
}

.index-home-v3 .atelier-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 7%, var(--home-red) 27%, var(--home-cyan) 72%, transparent 94%);
  box-shadow: 0 0 34px rgb(255 83 100 / .2);
}

.collection-lab-heading {
  margin-bottom: 68px;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .52fr);
  gap: 88px;
}

.collection-lab-heading > div:first-child > span {
  color: var(--home-red);
  font-size: .66rem;
  line-height: 1.25;
  letter-spacing: .12em;
}

.collection-lab-heading h2 {
  max-width: 1000px;
  margin-top: 23px;
  color: var(--home-paper-bright);
  font-size: clamp(3.6rem, 6.2vw, 6.8rem);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.06em;
}

.collection-lab-heading h2 em {
  color: var(--home-red);
}

.collection-lab-heading > div:last-child {
  padding: 5px 0 8px 27px;
  border-left-color: var(--home-red);
}

.collection-lab-heading p {
  margin-bottom: 22px;
  color: #bbb6b6;
  font-size: 1rem;
  line-height: 1.82;
}

.collection-lab-heading a {
  color: var(--home-paper-bright);
  font-size: .84rem;
  line-height: 2;
}

.servant-builder {
  min-height: 730px;
  grid-template-columns: minmax(560px, .88fr) minmax(650px, 1.12fr);
  border-color: rgb(241 237 228 / .24);
  box-shadow: 18px 18px 0 rgb(201 35 58 / .13), 0 40px 100px rgb(0 0 0 / .32);
}

.servant-builder-copy {
  padding: clamp(55px, 4.5vw, 78px);
  background:
    radial-gradient(circle at 0 0, rgb(255 83 100 / .14), transparent 23rem),
    repeating-linear-gradient(135deg, transparent 0 22px, rgb(241 237 228 / .022) 22px 23px),
    #0d0c12;
}

.builder-label {
  font-size: .66rem;
  line-height: 1.3;
  letter-spacing: .12em;
}

.servant-builder-copy h3 {
  max-width: 680px;
  margin: 33px 0 27px;
  font-size: clamp(2rem, 2.3vw, 2.75rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.servant-builder-copy > p {
  max-width: 570px;
  color: #b5b0b0;
  font-size: .98rem;
  line-height: 1.8;
}

.builder-steps {
  margin: 35px 0 30px;
}

.builder-steps > span {
  padding-block: 15px 14px;
}

.builder-steps i {
  font-size: .49rem;
}

.builder-steps b {
  margin-top: 9px;
  font-size: .77rem;
  line-height: 1.1;
}

.servant-builder-copy > code {
  padding: 10px 13px;
  font-size: .7rem;
}

.servant-builder-stage {
  padding: 30px;
}

.servant-builder-stage > header {
  min-height: 46px;
  font-size: .62rem;
  line-height: 1.3;
  letter-spacing: .1em;
}

.servant-builder-output {
  min-height: 505px;
}

.servant-builder-output figure > span {
  width: min(360px, 56%);
}

.servant-picker {
  gap: 10px;
}

.servant-picker button {
  min-height: 96px;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 5px 12px;
}

.servant-picker button > span {
  width: 58px;
}

.servant-picker button i {
  font-size: .48rem;
}

.servant-picker button b {
  font-size: .82rem;
  line-height: 1.15;
}

.collection-output-grid {
  margin-top: 36px;
  gap: 24px;
}

.collection-output-card {
  min-height: 550px;
  border-color: rgb(241 237 228 / .22);
}

.collection-output-card > footer {
  min-height: 112px;
  padding: 21px 24px;
}

.collection-output-card footer small {
  font-size: .57rem;
  line-height: 1.3;
  letter-spacing: .11em;
}

.collection-output-card footer strong {
  margin-top: 10px;
  font-size: 1.42rem;
  line-height: 1.15;
}

.collection-output-card footer > b {
  font-size: .56rem;
  line-height: 1.25;
}

.index-home-v3 .atelier-prism-panel,
.index-home-v3 .atelier-frame-panel,
.index-home-v3 .atelier-koth-panel {
  border-color: rgb(241 237 228 / .2);
  background: #13131a;
}

.index-home-v3 .atelier-prism-panel,
.index-home-v3 .atelier-frame-panel {
  padding: 34px;
}

.index-home-v3 :is(.atelier-prism-panel, .atelier-frame-panel) header span {
  font-size: .59rem;
  line-height: 1.25;
}

.index-home-v3 :is(.atelier-prism-panel, .atelier-frame-panel) h3 {
  margin-top: 11px;
  font-size: 1.82rem;
  line-height: 1.08;
}

.index-home-v3 :is(.atelier-prism-panel, .atelier-frame-panel) header p {
  font-size: .76rem;
  line-height: 1.7;
}

.index-home-v3 .vip-heading h2,
.index-home-v3 .anime-quest-board > header h2,
.index-home-v3 .anime-finale article h2 {
  font-family: var(--home-headline);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.06em;
}

.index-home-v3 .vip-heading > p {
  font-size: 1rem;
  line-height: 1.75;
}

.index-home-v3 .vip-heading span,
.index-home-v3 .anime-quest-board > header span {
  font-size: .66rem;
  line-height: 1.25;
}

.index-home-v3 .vip-preview-toolbar small,
.index-home-v3 .vip-feature-panel section > header {
  font-size: .56rem;
  line-height: 1.25;
}

.index-home-v3 .vip-preview-toolbar strong {
  font-size: .76rem;
  line-height: 1.2;
}

@media (max-width: 1320px) {
  .index-home-v3 .shell {
    width: min(100% - 58px, 1180px);
  }

  .collection-hero-inner {
    grid-template-columns: minmax(400px, .78fr) minmax(580px, 1.22fr);
    gap: 42px;
  }

  .collection-hero-copy h1 {
    font-size: clamp(3.8rem, 5.7vw, 5.6rem);
  }

  .showcase-viewport {
    min-height: 500px;
  }

  .servant-builder {
    grid-template-columns: minmax(430px, .82fr) minmax(560px, 1.18fr);
  }
}

@media (max-width: 1060px) {
  .index-home-v3 .shell {
    width: min(100% - 42px, 920px);
  }

  .collection-hero {
    min-height: 0;
    padding-top: 132px;
  }

  .collection-hero-inner,
  .collection-lab-heading,
  .servant-builder {
    grid-template-columns: 1fr;
  }

  .collection-hero-copy h1 {
    font-size: clamp(4.4rem, 11vw, 6.7rem);
  }

  .showcase-viewport {
    min-height: 570px;
  }

  .collection-lab-heading {
    gap: 32px;
  }

  .collection-lab-heading > div:last-child {
    max-width: 720px;
  }

  .servant-builder-copy {
    border-right: 0;
  }

  .servant-builder-copy h3 {
    max-width: 760px;
    font-size: clamp(2.7rem, 6vw, 4.1rem);
  }
}

@media (max-width: 760px) {
  .index-home-v3 {
    font-size: 16px;
  }

  .index-home-v3 .shell {
    width: calc(100% - 28px);
  }

  .collection-hero {
    padding: 110px 0 82px;
  }

  .collection-hero-copy h1 {
    font-size: clamp(2.9rem, 10vw, 4.8rem);
    line-height: .91;
  }

  .collection-kicker {
    font-size: .58rem;
  }

  .collection-hero-copy > p {
    font-size: .92rem;
  }

  .showcase-viewport {
    min-height: 420px;
  }

  .collection-chapters > a {
    min-height: 91px;
  }

  .index-home-v3 .atelier-section {
    padding: 110px 0 90px;
  }

  .collection-lab-heading {
    margin-bottom: 46px;
  }

  .collection-lab-heading h2 {
    font-size: clamp(3.15rem, 14.5vw, 5rem);
    line-height: .95;
  }

  .collection-lab-heading p {
    font-size: .92rem;
  }

  .servant-builder-copy {
    padding: 40px 22px;
  }

  .servant-builder-copy h3 {
    font-size: clamp(1.6rem, 5.5vw, 2.4rem);
    line-height: 1.02;
  }

  .servant-builder-copy > p {
    font-size: .9rem;
  }

  .servant-builder-stage {
    min-height: 610px;
    padding: 18px;
  }

  .servant-builder-output {
    min-height: 405px;
  }

  .servant-picker button {
    min-height: 82px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 4px 7px;
  }

  .servant-picker button > span {
    width: 42px;
  }

  .servant-picker button b {
    font-size: .66rem;
  }

  .collection-output-card {
    min-height: 450px;
  }

  .index-home-v3 .atelier-prism-panel,
  .index-home-v3 .atelier-frame-panel {
    padding: 22px;
  }

  .showcase-tabs button {
    padding-inline: 4px;
    font-size: .57rem;
    letter-spacing: .035em;
  }

  .showcase-tabs button span {
    display: inline;
  }

  .showcase-tabs button i {
    display: none;
  }
}

@media (max-width: 480px) {
  .collection-hero-copy h1 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }

  .showcase-viewport {
    min-height: 340px;
  }

  .collection-lab-heading h2 {
    font-size: clamp(2.2rem, 10vw, 2.75rem);
  }

  .servant-builder-copy h3 {
    font-size: clamp(1.05rem, 5.5vw, 1.65rem);
  }

  .servant-builder-stage {
    min-height: 555px;
  }

  .servant-builder-output {
    min-height: 350px;
  }

  .servant-picker button {
    min-height: 122px;
    padding: 8px 4px 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    gap: 4px;
    text-align: center;
  }

  .servant-picker button > span {
    grid-row: auto;
    width: 50px;
  }

  .servant-picker button i,
  .servant-picker button b {
    align-self: auto;
  }

  .servant-picker button b {
    overflow: visible;
    font-size: .64rem;
    line-height: 1.05;
    text-overflow: clip;
    white-space: normal;
  }
}

/* ========================================================================== */
/* V3.2 — live adventurer spotlight + arena/readability pass                  */
/* ========================================================================== */

.collection-chapters {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.showcase-slide-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.showcase-slide-link > img {
  transition: transform .75s cubic-bezier(.2, .75, .2, 1), filter .35s ease;
}

.showcase-slide-link:hover > img {
  transform: scale(1.018);
  filter: saturate(1.1) contrast(1.03);
}

.showcase-slide-link:hover footer strong {
  color: var(--home-red);
}

.collection-output-owner {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 20px;
  max-width: calc(100% - 40px);
  padding: 12px 15px 11px;
  border-left: 4px solid var(--home-red);
  color: var(--home-paper);
  background: rgb(5 5 8 / .82);
  box-shadow: 8px 8px 0 rgb(0 0 0 / .18);
  backdrop-filter: blur(10px);
}

.collection-output-owner small,
.collection-output-owner strong,
.collection-output-owner i {
  display: block;
}

.collection-output-owner small {
  color: var(--home-red);
  font: 700 .48rem/1 var(--home-body);
  letter-spacing: .12em;
}

.collection-output-owner strong {
  margin-top: 7px;
  overflow: hidden;
  font: 700 1rem/1.05 var(--home-display);
  letter-spacing: .04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.collection-output-owner i {
  margin-top: 7px;
  color: #aaa5a7;
  font: 600 .48rem/1.2 var(--home-body);
  font-style: normal;
  letter-spacing: .08em;
}

.index-home-v3 .void-system-heading h2,
.index-home-v3 .index-event-card h2 {
  font-family: var(--home-headline);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;
}

.index-home-v3 .void-system-heading h2 {
  font-size: clamp(3.4rem, 5.1vw, 6rem);
}

.index-home-v3 .index-event-card h2 {
  font-size: clamp(3.25rem, 4.7vw, 5.25rem);
}

/* King of the Hill becomes a broadcast arena instead of another data card. */
.index-home-v3 .atelier-koth-panel {
  --arena-yellow: #e4ff57;
  --arena-red: #ff5364;
  position: relative;
  isolation: isolate;
  margin-top: 38px;
  grid-template-columns: minmax(390px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid rgb(228 255 87 / .42);
  color: var(--home-paper);
  background:
    linear-gradient(115deg, rgb(255 83 100 / .09), transparent 38%),
    linear-gradient(rgb(241 237 228 / .035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(241 237 228 / .035) 1px, transparent 1px),
    #08080c;
  background-size: auto, 44px 44px, 44px 44px, auto;
  box-shadow: 18px 22px 0 rgb(0 0 0 / .16), 0 35px 90px rgb(0 0 0 / .34);
}

.index-home-v3 .atelier-koth-panel::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--arena-red) 0 36%, var(--arena-yellow) 36% 100%);
}

.atelier-koth-watermark {
  position: absolute;
  z-index: -1;
  right: -3vw;
  top: -2.2rem;
  color: rgb(241 237 228 / .028);
  font: 400 clamp(10rem, 22vw, 24rem)/.8 var(--home-headline);
  letter-spacing: -.1em;
  pointer-events: none;
}

.index-home-v3 .atelier-koth-summary {
  position: relative;
  z-index: 2;
  padding: clamp(48px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgb(241 237 228 / .16);
  background:
    linear-gradient(145deg, rgb(255 83 100 / .14), transparent 46%),
    repeating-linear-gradient(135deg, transparent 0 27px, rgb(241 237 228 / .026) 27px 28px),
    rgb(10 10 15 / .92);
}

.index-home-v3 .atelier-koth-summary::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 72px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--arena-yellow);
  background: #09090d;
  transform: rotate(45deg);
}

.index-home-v3 .atelier-koth-summary > header {
  align-items: center;
}

.index-home-v3 .atelier-koth-summary header span,
.index-home-v3 .atelier-koth-results header span,
.index-home-v3 .atelier-koth-empty-state > span {
  color: var(--arena-yellow);
  font: 700 .59rem/1.2 var(--home-body);
  letter-spacing: .12em;
}

.index-home-v3 .atelier-koth-summary header b {
  padding: 8px 10px;
  border: 1px solid var(--arena-yellow);
  border-radius: 0;
  color: #08080b;
  background: var(--arena-yellow);
  font: 700 .52rem/1 var(--home-body);
  letter-spacing: .08em;
}

.atelier-koth-edition {
  margin-top: clamp(58px, 7vw, 92px);
  color: var(--arena-red);
  font: 700 .63rem/1 var(--home-body);
  letter-spacing: .15em;
}

.index-home-v3 .atelier-koth-summary h3 {
  max-width: 660px;
  margin: 18px 0 24px;
  color: var(--home-paper-bright);
  font-family: var(--home-headline);
  font-size: clamp(3.1rem, 4.4vw, 5.3rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.index-home-v3 .atelier-koth-summary > p {
  max-width: 580px;
  color: #bbb6b8;
  font-size: .98rem;
  line-height: 1.78;
}

.index-home-v3 .atelier-koth-meta {
  margin-top: 31px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.index-home-v3 .atelier-koth-meta > span {
  min-height: 78px;
  padding: 15px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgb(241 237 228 / .14);
  border-radius: 0;
  color: var(--home-paper);
  background: rgb(241 237 228 / .025);
}

.index-home-v3 .atelier-koth-meta i {
  color: #777276;
  font: 700 .48rem/1 var(--home-body);
  font-style: normal;
  letter-spacing: .12em;
}

.index-home-v3 .atelier-koth-meta strong {
  color: var(--home-paper-bright);
  font: 700 1.35rem/1 var(--home-display);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.index-home-v3 .atelier-koth-summary > footer {
  margin-top: 33px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  border-top-color: rgb(228 255 87 / .32);
  color: var(--home-paper);
  font: 700 .67rem/1 var(--home-body);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.index-home-v3 .atelier-koth-summary code {
  padding: 9px 12px;
  border-color: var(--arena-yellow);
  border-radius: 0;
  color: var(--arena-yellow);
  background: rgb(228 255 87 / .06);
}

.index-home-v3 .atelier-koth-summary > footer > i {
  color: var(--arena-yellow);
  font-size: 1rem;
  font-style: normal;
}

.index-home-v3 .atelier-koth-results {
  position: relative;
  z-index: 1;
  padding: clamp(34px, 3.7vw, 58px);
  background: linear-gradient(180deg, rgb(228 255 87 / .035), transparent 35%);
}

.index-home-v3 .atelier-koth-results > header {
  min-height: 34px;
}

.index-home-v3 .atelier-koth-results header small {
  max-width: 58%;
  color: #9a9698;
  font: 600 .58rem/1.25 var(--home-body);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.index-home-v3 .atelier-koth-stage {
  position: relative;
  margin-top: 22px;
  border: 1px solid rgb(228 255 87 / .3);
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgb(228 255 87 / .1), transparent 61%),
    #030305;
  clip-path: polygon(17px 0, 100% 0, 100% calc(100% - 17px), calc(100% - 17px) 100%, 0 100%, 0 17px);
}

.index-home-v3 .atelier-koth-stage > img {
  width: 100%;
  aspect-ratio: 7 / 6;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.03);
}

.index-home-v3 .atelier-koth-stage > span,
.index-home-v3 .atelier-koth-stage > i {
  position: absolute;
  z-index: 3;
  padding: 8px 10px;
  font: 700 .48rem/1 var(--home-body);
  font-style: normal;
  letter-spacing: .11em;
}

.index-home-v3 .atelier-koth-stage > span {
  left: 14px;
  top: 14px;
  color: #08080b;
  background: var(--arena-yellow);
}

.index-home-v3 .atelier-koth-stage > i {
  right: 14px;
  bottom: 14px;
  border: 1px solid var(--arena-red);
  color: var(--arena-red);
  background: rgb(5 5 8 / .84);
}

.index-home-v3 .atelier-koth-winner-strip {
  margin-top: 12px;
  gap: 8px;
}

.index-home-v3 .atelier-koth-winner-strip li {
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgb(241 237 228 / .13);
  border-radius: 0;
  background: rgb(241 237 228 / .026);
  box-shadow: inset 0 -3px rgb(241 237 228 / .06);
}

.index-home-v3 .atelier-koth-winner-strip li.is-place-1 {
  border-color: rgb(228 255 87 / .5);
  background: rgb(228 255 87 / .075);
  box-shadow: inset 0 -3px var(--arena-yellow);
}

.index-home-v3 .atelier-koth-winner-strip li > i {
  color: var(--arena-red);
  font-size: .65rem;
}

.index-home-v3 .atelier-koth-winner-strip li.is-place-1 > i {
  color: var(--arena-yellow);
}

.index-home-v3 .atelier-koth-winner-strip p strong {
  color: var(--home-paper-bright);
  font-size: .64rem;
  line-height: 1.2;
}

.index-home-v3 .atelier-koth-winner-strip p span {
  margin-top: 5px;
  color: #8f898d;
  font-size: .5rem;
}

.index-home-v3 .atelier-koth-winner-strip li > b {
  color: var(--home-paper);
  font-size: .56rem;
}

.atelier-koth-score-key {
  display: block;
  margin-top: 15px;
  color: #686367;
  font: 600 .48rem/1 var(--home-body);
  letter-spacing: .13em;
  text-align: right;
}

@media (max-width: 1060px) {
  .index-home-v3 .atelier-koth-panel {
    grid-template-columns: 1fr;
  }

  .index-home-v3 .atelier-koth-summary {
    border-right: 0;
    border-bottom: 1px solid rgb(241 237 228 / .16);
  }

  .index-home-v3 .atelier-koth-summary::after {
    display: none;
  }

  .atelier-koth-edition {
    margin-top: 54px;
  }
}

@media (max-width: 760px) {
  .collection-chapters {
    grid-template-columns: 1fr;
  }

  .index-home-v3 .void-system-heading h2,
  .index-home-v3 .index-event-card h2 {
    font-size: clamp(2.5rem, 10.5vw, 4rem);
    line-height: .97;
    letter-spacing: -.045em;
  }

  .collection-output-owner {
    left: 13px;
    top: 13px;
    max-width: calc(100% - 26px);
  }

  .index-home-v3 .atelier-koth-summary,
  .index-home-v3 .atelier-koth-results {
    padding: 29px 22px;
  }

  .index-home-v3 .atelier-koth-summary h3 {
    font-size: clamp(2.45rem, 11.5vw, 3.6rem);
  }

  .index-home-v3 .atelier-koth-meta {
    grid-template-columns: 1fr 1fr;
  }

  .index-home-v3 .atelier-koth-stage > span,
  .index-home-v3 .atelier-koth-stage > i {
    padding: 6px 7px;
    font-size: .4rem;
  }

  .index-home-v3 .atelier-koth-winner-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .index-home-v3 .atelier-koth-summary > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .atelier-koth-edition {
    margin-top: 42px;
  }

  .index-home-v3 .atelier-koth-meta {
    grid-template-columns: 1fr;
  }

  .index-home-v3 .atelier-koth-stage > i {
    display: none;
  }

  .hero-wishlist-rain {
    inset: -260px 0 -120px;
  }

  .hero-wishlist-rain::after {
    background:
      linear-gradient(90deg, rgb(8 8 11 / .58), transparent 35%, transparent 70%, rgb(8 8 11 / .36)),
      linear-gradient(180deg, rgb(8 8 11 / .92), transparent 22%, transparent 74%, rgb(8 8 11 / .9));
  }

  .hero-wishlist-card {
    width: 76px;
    --card-opacity: .12;
  }

  .hero-wishlist-card-1,
  .hero-wishlist-card-3,
  .hero-wishlist-card-5,
  .hero-wishlist-card-7,
  .hero-wishlist-card-8 {
    display: none;
  }
}

/* ========================================================================== */
/* V3.3 — open editorial showcase                                             */
/* ========================================================================== */

.index-home-v3 .showcase-console {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.index-home-v3 .showcase-console::before {
  display: none;
}

.index-home-v3 .showcase-console-header {
  position: relative;
  min-height: 42px;
  margin: 0 2px;
  padding: 0 2px 16px;
}

.index-home-v3 .showcase-console-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 38%;
  bottom: 7px;
  height: 1px;
  background: linear-gradient(90deg, rgb(255 83 100 / .72), rgb(149 238 255 / .3), transparent);
}

.index-home-v3 .showcase-console-header > b {
  padding-left: 18px;
  color: var(--home-paper);
}

.index-home-v3 .showcase-viewport {
  border: 0;
  background:
    linear-gradient(rgb(241 237 228 / .032) 1px, transparent 1px),
    linear-gradient(90deg, rgb(241 237 228 / .032) 1px, transparent 1px),
    #030306;
  background-size: 34px 34px;
  box-shadow: 0 32px 86px rgb(0 0 0 / .56), 0 0 0 1px rgb(241 237 228 / .08);
}

.index-home-v3 .showcase-viewport::before {
  background:
    linear-gradient(90deg, rgb(8 8 11 / .26), transparent 12%, transparent 88%, rgb(8 8 11 / .26)),
    linear-gradient(180deg, rgb(8 8 11 / .18), transparent 22%);
}

.index-home-v3 .showcase-viewport::after {
  display: none;
}

.index-home-v3 .showcase-slide > footer {
  min-height: 112px;
  padding: 46px 24px 20px;
  align-items: flex-end;
  border: 0;
  background: linear-gradient(180deg, transparent, rgb(3 3 6 / .76) 38%, rgb(3 3 6 / .96));
  backdrop-filter: none;
}

.index-home-v3 .showcase-slide > footer small {
  font-size: .52rem;
}

.index-home-v3 .showcase-slide > footer strong {
  font-size: 1.28rem;
}

.index-home-v3 .showcase-slide > footer code {
  margin-bottom: 2px;
  padding: 0;
  border: 0;
  color: var(--home-cyan);
  background: transparent;
  font-size: .63rem;
}

.index-home-v3 .showcase-console-controls {
  min-height: 68px;
  padding: 18px 0 0;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 18px;
}

.index-home-v3 .showcase-arrow {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  color: #aaa5a5;
}

.index-home-v3 .showcase-arrow::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 3px;
  height: 1px;
  background: rgb(241 237 228 / .18);
  transition: background .2s ease, transform .2s ease;
}

.index-home-v3 .showcase-arrow:hover {
  border-color: transparent;
  color: var(--home-paper-bright);
  background: transparent;
}

.index-home-v3 .showcase-arrow:hover::after {
  background: var(--home-red);
  transform: scaleX(1.25);
}

.index-home-v3 .showcase-tabs {
  gap: clamp(10px, 2vw, 28px);
}

.index-home-v3 .showcase-tabs button,
.index-home-v3 .showcase-tabs button:last-child {
  position: relative;
  min-height: 44px;
  justify-content: center;
  gap: 9px;
  padding: 6px 2px 12px;
  border: 0;
  color: #686466;
  background: transparent;
}

.index-home-v3 .showcase-tabs button::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 2px;
  height: 2px;
  background: var(--home-red);
  transform: scaleX(0);
  transition: transform .25s ease;
}

.index-home-v3 .showcase-tabs button:hover {
  color: #aaa5a5;
}

.index-home-v3 .showcase-tabs button.is-active {
  color: var(--home-paper-bright);
  background: transparent;
}

.index-home-v3 .showcase-tabs button.is-active::after {
  transform: scaleX(1);
}

.index-home-v3 .showcase-tabs button.is-active i {
  color: var(--home-red);
}

.index-home-v3 .showcase-progress {
  left: 15%;
  right: 15%;
  bottom: -8px;
  height: 1px;
  background: rgb(241 237 228 / .07);
}

@media (max-width: 760px) {
  .index-home-v3 .showcase-console {
    margin-top: 18px;
  }

  .index-home-v3 .showcase-console-header {
    margin-inline: 0;
    padding-inline: 1px;
  }

  .index-home-v3 .showcase-slide > footer {
    min-height: 98px;
    padding: 38px 16px 16px;
  }

  .index-home-v3 .showcase-slide > footer strong {
    font-size: 1rem;
  }

  .index-home-v3 .showcase-console-controls {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 4px;
  }

  .index-home-v3 .showcase-arrow {
    width: 30px;
  }

  .index-home-v3 .showcase-tabs {
    gap: 0;
  }

  .index-home-v3 .showcase-tabs button {
    font-size: .54rem;
  }
}

/* Void Relay v4 — an active preservation breach, not another dashboard. */
.index-home-v3 .void-system-section {
  --void-violet: 168 103 255;
  --void-blue: 94 225 255;
  --void-pink: 255 93 176;
  padding: clamp(118px, 11vw, 176px) 0 clamp(106px, 10vw, 156px);
  background:
    radial-gradient(ellipse 56% 34% at 58% 52%, rgb(140 84 255 / .2), transparent 68%),
    radial-gradient(ellipse 34% 46% at 96% 38%, rgb(63 204 255 / .09), transparent 72%),
    linear-gradient(116deg, #09070e 0 28%, #05050a 28% 72%, #070911 72% 100%);
}

.index-home-v3 .void-system-section::before {
  z-index: 0;
  opacity: .6;
  background:
    linear-gradient(90deg, transparent 0 8%, rgb(255 255 255 / .035) 8% calc(8% + 1px), transparent calc(8% + 1px) 92%, rgb(255 255 255 / .035) 92% calc(92% + 1px), transparent calc(92% + 1px)),
    repeating-linear-gradient(150deg, transparent 0 48px, rgb(255 255 255 / .022) 48px 49px),
    linear-gradient(rgb(168 103 255 / .035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(94 225 255 / .025) 1px, transparent 1px);
  background-size: auto, auto, 92px 92px, 92px 92px;
  mask-image: linear-gradient(90deg, black, rgb(0 0 0 / .62) 50%, black);
}

.index-home-v3 .void-system-section::after {
  content: "VOID";
  z-index: 0;
  left: auto;
  right: -.035em;
  top: 42px;
  width: auto;
  height: auto;
  color: transparent;
  background: none;
  box-shadow: none;
  -webkit-text-stroke: 1px rgb(204 179 255 / .055);
  font: 900 clamp(10rem, 27vw, 30rem)/.75 var(--home-display);
  letter-spacing: -.07em;
  pointer-events: none;
}

.index-home-v3 .void-system-section > .shell {
  z-index: 2;
}

.index-home-v3 .void-atmosphere {
  z-index: 1;
  opacity: .9;
}

.index-home-v3 .void-atmosphere i {
  width: 1px;
  height: clamp(56px, 8vw, 130px);
  border-radius: 0;
  background: linear-gradient(transparent, rgb(196 160 255 / .62), transparent);
  box-shadow: 0 0 18px rgb(151 89 255 / .35);
  transform: rotate(25deg);
  animation: void-shard-drift 8s ease-in-out infinite;
}

@keyframes void-shard-drift {
  0%, 100% { opacity: .08; translate: -22px 32px; }
  50% { opacity: .78; translate: 22px -32px; }
}

.index-home-v3 .void-system-heading {
  position: relative;
  margin-bottom: clamp(54px, 6vw, 90px);
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(52px, 9vw, 150px);
}

.index-home-v3 .void-system-heading::after {
  content: "PRESERVE THE PRINT // RELEASE THE OWNER";
  position: absolute;
  right: 0;
  bottom: -34px;
  color: rgb(241 237 228 / .2);
  font: 800 .46rem/1 var(--home-body);
  letter-spacing: .2em;
}

.index-home-v3 .void-district-mark {
  display: flex;
  align-items: center;
  gap: 15px;
}

.index-home-v3 .void-district-mark > b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  clip-path: polygon(0 0, 78% 0, 100% 22%, 100% 100%, 0 100%);
  color: #09070e;
  background: #b896ff;
  font: 900 1.05rem/1 var(--home-display);
}

.index-home-v3 .void-district-mark > i {
  color: #b7a7c8;
  font: 800 .55rem/1.35 var(--home-body);
  font-style: normal;
  letter-spacing: .2em;
}

.index-home-v3 .void-system-heading h2 {
  max-width: 860px;
  margin: 23px 0 0;
  color: var(--home-paper-bright);
  font-family: var(--home-display);
  font-size: clamp(4.8rem, 8.6vw, 9.3rem);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.index-home-v3 .void-system-heading h2 > span {
  position: relative;
  z-index: 1;
}

.index-home-v3 .void-system-heading h2 em {
  color: transparent;
  -webkit-text-stroke: 1.5px #c8adff;
  text-shadow: 10px 10px 0 rgb(139 80 255 / .12), 0 0 50px rgb(139 80 255 / .16);
}

.index-home-v3 .void-heading-brief > p {
  max-width: 540px;
  color: #c2bac7;
  font-family: var(--home-body);
  font-size: clamp(.96rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

.index-home-v3 .void-process-rail {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto minmax(20px, 1fr) auto minmax(20px, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.index-home-v3 .void-process-rail span {
  color: #d8d0dc;
  font: 800 .55rem/1 var(--home-body);
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.index-home-v3 .void-process-rail span b {
  margin-right: 7px;
  color: #b994ff;
  font-weight: 800;
}

.index-home-v3 .void-process-rail > i {
  position: relative;
  height: 1px;
  overflow: visible;
  background: linear-gradient(90deg, rgb(186 150 255 / .18), rgb(112 224 255 / .62));
}

.index-home-v3 .void-process-rail > i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #8de6ff;
  border-right: 1px solid #8de6ff;
  transform: rotate(45deg);
}

.index-home-v3 .void-text-link {
  margin-top: 27px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(203 175 255 / .34);
  color: #d8c9f1;
  font-family: var(--home-body);
  font-size: .64rem;
}

.index-home-v3 .void-relay-console {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 42px 100%, 0 calc(100% - 42px));
  background:
    radial-gradient(ellipse 34% 42% at 51% 42%, color-mix(in srgb, var(--void-card-accent) 22%, transparent), transparent 74%),
    linear-gradient(103deg, rgb(16 10 25 / .98), rgb(3 4 9 / .98) 31% 69%, rgb(7 16 24 / .98));
  box-shadow: 0 54px 120px rgb(0 0 0 / .6), 0 0 0 1px rgb(208 183 255 / .2);
}

.index-home-v3 .void-relay-console::before {
  z-index: 0;
  opacity: .45;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--void-card-accent) 10%, transparent), transparent 24% 76%, rgb(94 225 255 / .05)),
    repeating-linear-gradient(0deg, transparent 0 7px, rgb(255 255 255 / .018) 7px 8px);
}

.index-home-v3 .void-relay-console::after {
  z-index: 20;
  inset: 0;
  border: 1px solid rgb(205 179 255 / .2);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 42px 100%, 0 calc(100% - 42px));
}

.index-home-v3 .void-console-topline {
  min-height: 58px;
  padding: 0 23px;
  border-bottom: 1px solid rgb(220 203 255 / .1);
  background: linear-gradient(90deg, rgb(176 113 255 / .12), transparent 34% 70%, rgb(89 219 255 / .08));
}

.index-home-v3 .void-console-topline::after {
  content: "03-A";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgb(255 255 255 / .07);
  font: 900 2.6rem/1 var(--home-display);
  letter-spacing: .08em;
  transform: translate(-50%, -50%);
}

.index-home-v3 .void-console-topline span,
.index-home-v3 .void-console-topline b {
  position: relative;
  z-index: 1;
  font-family: var(--home-body);
  font-size: .48rem;
}

.index-home-v3 .void-servant-switcher {
  min-height: 76px;
  border-bottom-color: rgb(220 203 255 / .1);
  background: rgb(3 3 9 / .78);
}

.index-home-v3 .void-servant-tab {
  padding-block: 11px;
}

.index-home-v3 .void-servant-tab::before {
  background: linear-gradient(110deg, color-mix(in srgb, var(--void-card-accent) 15%, transparent), transparent 68%);
}

.index-home-v3 .void-servant-tab > b,
.index-home-v3 .void-panel-label > span {
  border-radius: 0;
  clip-path: polygon(0 0, 74% 0, 100% 26%, 100% 100%, 0 100%);
}

.index-home-v3 .void-relay-grid {
  min-height: 700px;
  padding: 30px 22px 24px;
  grid-template-columns: minmax(225px, .7fr) minmax(430px, 1.35fr) minmax(235px, .74fr);
  gap: 12px;
  align-items: stretch;
}

.index-home-v3 .void-manifest-panel,
.index-home-v3 .void-route-panel {
  align-self: center;
  min-height: 510px;
  padding: 30px 25px 24px;
  border: 0;
  background:
    linear-gradient(135deg, rgb(201 173 255 / .1), transparent 33%),
    rgb(9 7 15 / .82);
  box-shadow: inset 0 0 0 1px rgb(210 191 255 / .1), 0 26px 52px rgb(0 0 0 / .28);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.index-home-v3 .void-manifest-panel {
  z-index: 7;
  margin-right: -28px;
}

.index-home-v3 .void-route-panel {
  z-index: 7;
  margin-left: -28px;
  background:
    linear-gradient(225deg, rgb(91 220 255 / .08), transparent 34%),
    rgb(6 10 16 / .84);
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
}

.index-home-v3 .void-manifest-panel::after,
.index-home-v3 .void-route-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, #b590ff, transparent);
  box-shadow: 0 0 11px rgb(177 138 255 / .5);
}

.index-home-v3 .void-manifest-panel::after { right: -54px; }
.index-home-v3 .void-route-panel::after { left: -54px; transform: rotate(180deg); }

.index-home-v3 .void-panel-label {
  color: #c5b2da;
  font-family: var(--home-body);
  font-size: .47rem;
}

.index-home-v3 .void-panel-label > span {
  color: #110b1b;
  background: #b994ff;
}

.index-home-v3 .void-servant-identity {
  margin-top: 38px;
  padding-bottom: 28px;
  border-bottom-color: rgb(255 255 255 / .1);
}

.index-home-v3 .void-servant-identity h3 {
  margin-top: 13px;
  font-family: var(--home-display);
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: .92;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.index-home-v3 .void-signal-chip,
.index-home-v3 .void-appraisal-note,
.index-home-v3 .void-route-card {
  border-radius: 0;
}

.index-home-v3 .void-signal-chip {
  min-height: 106px;
  border-color: rgb(190 157 255 / .18);
  background: rgb(255 255 255 / .022);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
}

.index-home-v3 .void-emoji-socket {
  border-radius: 0;
  transform: rotate(45deg) scale(.78);
}

.index-home-v3 .void-emoji-socket > * {
  transform: rotate(-45deg) scale(1.16);
}

.index-home-v3 .void-appraisal-note {
  padding: 18px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--void-card-accent) 9%, transparent), transparent);
  box-shadow: inset 3px 0 color-mix(in srgb, var(--void-card-accent) 72%, #aa78ff);
}

.index-home-v3 .void-transit-stage {
  min-height: 650px;
  background:
    radial-gradient(ellipse 35% 44% at 50% 47%, #010103 0 42%, color-mix(in srgb, var(--void-card-accent) 15%, transparent) 59%, transparent 74%),
    radial-gradient(ellipse 72% 52% at 50% 53%, color-mix(in srgb, var(--void-card-accent) 15%, transparent), transparent 72%);
}

.index-home-v3 .void-transit-stage::before {
  width: min(97%, 560px);
  border: 0;
  background: repeating-conic-gradient(from 0deg, transparent 0 13deg, rgb(195 161 255 / .2) 13deg 14deg, transparent 14deg 29deg);
  mask-image: radial-gradient(circle, transparent 0 67%, black 68% 70%, transparent 71%);
  animation-duration: 42s;
}

.index-home-v3 .void-transit-stage::after {
  width: min(76%, 430px);
  border-color: color-mix(in srgb, var(--void-card-accent) 34%, transparent);
  box-shadow: 0 0 34px color-mix(in srgb, var(--void-card-accent) 18%, transparent), inset 0 0 32px rgb(0 0 0 / .7);
}

.index-home-v3 .void-transit-grid {
  inset: 56% -22% -24%;
  opacity: .34;
  background-size: 42px 29px;
}

.index-home-v3 .void-gate {
  top: 47%;
  width: min(88%, 510px);
  filter: drop-shadow(0 0 54px color-mix(in srgb, var(--void-card-accent) 24%, transparent));
}

.index-home-v3 .void-gate > i:first-child {
  background: repeating-conic-gradient(from 15deg, transparent 0 7deg, rgb(218 190 255 / .3) 8deg 9deg, transparent 10deg 19deg);
}

.index-home-v3 .void-gate > span {
  width: 43%;
  box-shadow: inset 0 0 38px #000, 0 0 42px color-mix(in srgb, var(--void-card-accent) 38%, transparent), 0 0 115px rgb(147 87 255 / .22);
}

.index-home-v3 .void-conduit {
  width: 47%;
  height: 1px;
}

.index-home-v3 .void-servant-transit {
  width: clamp(255px, 24vw, 316px);
  margin-top: -26px;
}

.index-home-v3 .void-servant-transit::before {
  inset: 0;
  border-width: 2px;
  box-shadow: inset 0 0 30px color-mix(in srgb, var(--void-card-accent) 14%, transparent), 0 0 32px color-mix(in srgb, var(--void-card-accent) 12%, transparent);
}

.index-home-v3 .void-servant-transit figcaption {
  bottom: -20px;
  border-radius: 0;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.index-home-v3 .void-transit-status {
  left: 8%;
  right: 8%;
  bottom: 14px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgb(197 168 255 / .16);
  background: linear-gradient(90deg, transparent, rgb(4 3 11 / .88) 12% 88%, transparent);
  backdrop-filter: none;
}

.index-home-v3 .void-route-intro {
  margin-top: 38px;
  color: #a09aa7;
  font-size: .62rem;
}

.index-home-v3 .void-route-card {
  min-height: 148px;
  padding: 21px 17px;
  border: 0;
  border-left: 2px solid #66ddff;
  background: linear-gradient(90deg, rgb(79 215 255 / .1), transparent);
  box-shadow: none;
}

.index-home-v3 .void-route-card + .void-route-card {
  margin-top: 15px;
}

.index-home-v3 .void-route-card::after {
  left: -2px;
  width: 2px;
}

.index-home-v3 .void-route-card:hover {
  translate: 5px 0;
  border-color: #a9efff;
  background: linear-gradient(90deg, rgb(79 215 255 / .16), transparent);
  box-shadow: none;
}

.index-home-v3 .void-route-market {
  border-left-color: #ad80ff;
  background: linear-gradient(90deg, rgb(165 100 255 / .1), transparent);
}

.index-home-v3 .void-route-market:hover {
  background: linear-gradient(90deg, rgb(165 100 255 / .16), transparent);
}

.index-home-v3 .void-route-icon {
  border-radius: 50%;
}

.index-home-v3 .void-route-card strong {
  font-family: var(--home-display);
  font-size: 1.05rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.index-home-v3 .void-loot-forecast {
  margin: 0 22px 24px;
  padding: 31px 28px 27px;
  border: 0;
  border-top: 1px solid rgb(205 181 255 / .2);
  background:
    linear-gradient(90deg, rgb(164 101 255 / .08), transparent 33% 68%, rgb(88 221 255 / .07)),
    rgb(6 5 11 / .86);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.index-home-v3 .void-loot-forecast > header span {
  color: #c2a5f6;
  font-family: var(--home-body);
  font-size: .46rem;
}

.index-home-v3 .void-loot-forecast > header h3 {
  font-family: var(--home-display);
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
  text-transform: uppercase;
}

.index-home-v3 .void-loot-tier-grid {
  gap: 8px;
}

.index-home-v3 .void-loot-tier {
  border: 0;
  border-top: 1px solid rgb(189 152 255 / .2);
  background: linear-gradient(180deg, rgb(174 108 255 / .075), rgb(255 255 255 / .012));
  box-shadow: none;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.index-home-v3 .void-loot-tier.is-guaranteed {
  border-top-color: #8fffc2;
  background: linear-gradient(180deg, rgb(111 255 179 / .075), rgb(255 255 255 / .012));
}

@media (max-width: 1120px) {
  .index-home-v3 .void-system-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .index-home-v3 .void-heading-brief > p {
    max-width: 720px;
  }

  .index-home-v3 .void-relay-grid {
    grid-template:
      "transit transit" 620px
      "manifest routes" auto /
      minmax(0, 1fr) minmax(0, 1fr);
  }

  .index-home-v3 .void-transit-stage { grid-area: transit; }
  .index-home-v3 .void-manifest-panel { grid-area: manifest; }
  .index-home-v3 .void-route-panel { grid-area: routes; }

  .index-home-v3 .void-manifest-panel,
  .index-home-v3 .void-route-panel {
    min-height: 0;
    height: 100%;
    margin: 0;
    align-self: stretch;
  }

  .index-home-v3 .void-manifest-panel::after,
  .index-home-v3 .void-route-panel::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .index-home-v3 .void-system-section {
    padding-block: 96px 82px;
  }

  .index-home-v3 .void-system-section::after {
    top: 76px;
    font-size: 10rem;
  }

  .index-home-v3 .void-system-heading {
    margin-bottom: 52px;
  }

  .index-home-v3 .void-system-heading::after {
    display: none;
  }

  .index-home-v3 .void-district-mark > b {
    width: 42px;
    height: 42px;
  }

  .index-home-v3 .void-system-heading h2 {
    margin-top: 20px;
    font-size: clamp(4.1rem, 20.4vw, 5.7rem);
    line-height: .84;
    letter-spacing: -.035em;
  }

  .index-home-v3 .void-system-heading h2 em {
    -webkit-text-stroke-width: 1px;
  }

  .index-home-v3 .void-process-rail {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 8px;
  }

  .index-home-v3 .void-process-rail > i {
    width: 1px;
    height: 16px;
    margin-left: 10px;
    background: linear-gradient(rgb(186 150 255 / .2), rgb(112 224 255 / .7));
  }

  .index-home-v3 .void-process-rail > i::after {
    right: -3px;
    top: auto;
    bottom: 0;
    transform: rotate(135deg);
  }

  .index-home-v3 .void-relay-console {
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  }

  .index-home-v3 .void-relay-console::after {
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  }

  .index-home-v3 .void-console-topline {
    min-height: 70px;
    padding: 13px 16px;
  }

  .index-home-v3 .void-console-topline::after {
    display: none;
  }

  .index-home-v3 .void-console-topline span,
  .index-home-v3 .void-console-topline b {
    font-size: .4rem;
  }

  .index-home-v3 .void-relay-grid {
    padding: 12px;
    grid-template:
      "transit" 520px
      "manifest" auto
      "routes" auto /
      minmax(0, 1fr);
    gap: 10px;
  }

  .index-home-v3 .void-transit-stage {
    min-height: 520px;
  }

  .index-home-v3 .void-servant-transit {
    width: min(67vw, 245px);
  }

  .index-home-v3 .void-gate {
    width: min(114%, 440px);
  }

  .index-home-v3 .void-manifest-panel,
  .index-home-v3 .void-route-panel {
    padding: 27px 20px 24px;
  }

  .index-home-v3 .void-loot-forecast {
    margin: 0 12px 12px;
    padding: 25px 18px 22px;
  }

  .index-home-v3 .void-loot-forecast > header {
    grid-template-columns: 1fr;
  }

  .index-home-v3 .void-loot-tier-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .index-home-v3 .void-atmosphere i,
  .index-home-v3 .void-transit-stage::before {
    animation: none !important;
  }
}
