/* The collection editorial and homepage shell. Dungeon gameplay lives in home-dungeons.css. */
.index-home-v3 .shell {
    width: min(1440px, calc(100% - 80px));
}

.index-home-v3 .collection-hero {
    min-height: 0;
    padding: 132px 0 54px;
    border-bottom: 1px solid var(--home-line);
}

.index-home-v3 .collection-hero-inner {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(30px, 4vw, 64px);
}

.index-home-v3 .collection-hero-copy h1 {
    margin: 28px 0 24px;
    font: 800 clamp(4.2rem, 6.8vw, 7.2rem)/.91 var(--home-display);
    letter-spacing: -.025em;
    text-transform: none;
}

.index-home-v3 .collection-hero-copy h1 em {
    margin: 0 0 .08em;
    padding: 0;
    color: var(--home-red);
    background: none;
    box-shadow: none;
    font-style: normal;
    transform: none;
}

.index-home-v3 .collection-hero-copy h1 span:last-child {
    font-size: .73em;
    white-space: nowrap;
}

.index-home-v3 .collection-hero-copy > p {
    max-width: 460px;
    margin-bottom: 28px;
    font-size: .94rem;
    line-height: 1.8;
}

.index-home-v3 .collection-button {
    min-height: 52px;
    gap: 20px;
    padding-inline: 20px;
    font-size: .9rem;
    letter-spacing: .02em;
    text-transform: none;
}

.index-home-v3 .collection-button-primary {
    color: var(--home-ink);
    border-color: var(--home-red);
    background: var(--home-red);
    box-shadow: none;
}

.index-home-v3 .collection-button-primary:hover {
    color: var(--home-ink);
    border-color: #ff8290;
    background: #ff8290;
}

.index-home-v3 .collection-proof {
    margin-top: 28px;
}

.index-home-v3 .collection-proof div {
    padding-block: 12px;
}

.index-home-v3 .collection-proof dd {
    font-size: 1.7rem;
}

.index-home-v3 .collection-hero-grid {
    opacity: .055;
}

.index-home-v3 .collection-hero-kanji {
    opacity: .025;
}

.index-home-v3 .hero-wishlist-rain {
    opacity: .45;
}

.index-home-v3 .collection-hero::after {
    content: "INDEX / COLLECT. CUSTOMIZE. EXPLORE.";
}

.index-home-v3 .showcase-console-header {
    justify-content: space-between;
    font-size: .56rem;
    letter-spacing: .12em;
}

.index-home-v3 .showcase-console-header > span {
    color: #a39ca4;
}

.index-home-v3 .showcase-console-header::after {
    right: 0;
}

.index-home-v3 .showcase-viewport {
    min-height: clamp(390px, 35vw, 540px);
    background: radial-gradient(ellipse, #21121e, transparent 72%);
    box-shadow: none;
}

.index-home-v3 .showcase-slide-scan {
    display: none;
}

.index-home-v3 .showcase-slide:first-child > img {
    padding-bottom: 45px;
}

.index-home-v3 .showcase-slide > footer {
    padding: 35px 12px 16px;
}

.index-home-v3 .collection-chapters {
    display: flex;
    margin: 0 auto;
    overflow-x: auto;
    background: var(--home-ink);
    border: 0;
    box-shadow: none;
    scrollbar-width: thin;
    scrollbar-color: #665664 transparent;
}

.index-home-v3 .collection-chapters > a {
    flex: 1 0 156px;
    min-height: 102px;
    padding: 20px 18px;
    border-block: 0;
    border-right: 1px solid var(--home-line);
}

.index-home-v3 .collection-chapters > a:first-child {
    border-left: 1px solid var(--home-line);
}

.index-home-v3 .collection-chapters > a > b {
    font-size: .55rem;
}

.index-home-v3 .collection-chapters .chapter-dungeons {
    background: rgb(255 83 100 / .055);
}

.index-home-v3 .collection-chapters .chapter-dungeons strong {
    color: var(--home-red);
}

.index-home-v3 .collection-chapters .chapter-dungeons:hover strong {
    color: var(--home-ink);
}

.index-home-v3 .atelier-section {
    padding-top: 100px;
}

.index-home-v3 .collection-lab-heading h2 {
    font: 800 clamp(3.4rem, 5.7vw, 6rem)/.98 var(--home-display);
    letter-spacing: -.025em;
    text-transform: none;
}

.index-home-v3 .collection-lab-heading h2 em {
    font-style: normal;
}

@media (max-width: 1060px) {
    .index-home-v3 .shell {
        width: calc(100% - 48px);
    }

    .index-home-v3 .collection-hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .index-home-v3 .collection-hero-copy {
        max-width: 720px;
    }

    .index-home-v3 .collection-hero-copy h1 {
        font-size: clamp(4.6rem, 11vw, 7rem);
    }

    .index-home-v3 .collection-hero-copy > p {
        max-width: 600px;
    }

    .index-home-v3 .showcase-viewport {
        min-height: clamp(360px, 60vw, 560px);
    }

}

@media (max-width: 600px) {
    .index-home-v3 .shell {
        width: calc(100% - 36px);
    }

    .index-home-v3 .collection-hero {
        padding: 110px 0 30px;
    }

    .index-home-v3 .collection-hero-copy h1 {
        font-size: clamp(3.7rem, 14vw, 5.7rem);
    }

    .index-home-v3 .collection-hero-copy > p {
        font-size: .85rem;
    }

    .index-home-v3 .collection-hero-actions .collection-button {
        padding-inline: 15px;
        font-size: .83rem;
        gap: 12px;
    }

    .index-home-v3 .showcase-console-header {
        font-size: .48rem;
    }

    .index-home-v3 .showcase-viewport {
        min-height: 350px;
    }

    .index-home-v3 .collection-chapters > a {
        flex-basis: 175px;
        min-height: 94px;
    }

    .index-home-v3 .atelier-section {
        padding-top: 72px;
    }
}
