/* 7KS catalogue completion — shared Luxury Editorial surface. */

.catalogue-hero {
    position: relative;
    width: min(1460px, calc(100% - 40px));
    min-height: clamp(520px, 55vw, 760px);
    margin: 26px auto 0;
    overflow: hidden;
    border: 1px solid rgba(185, 146, 90, 0.42);
    border-radius: 28px;
    background: #080e22;
    box-shadow: 0 30px 80px rgba(8, 14, 34, 0.22);
    isolation: isolate;
}
.catalogue-hero__art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalogue-hero__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(8, 14, 34, 0.92) 0%, rgba(8, 14, 34, 0.62) 37%, rgba(8, 14, 34, 0.06) 70%),
        linear-gradient(0deg, rgba(8, 14, 34, 0.68), transparent 48%);
}
.catalogue-hero__copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: clamp(28px, 6vw, 88px);
    width: min(540px, calc(100% - 56px));
    color: #fbfaf6;
    transform: translateY(-50%);
}
.catalogue-hero__copy > span {
    display: block;
    margin-bottom: 18px;
    color: #d9c298;
    font: 700 10px/1.2 Inter, ui-sans-serif, sans-serif;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.catalogue-hero__copy h1 {
    margin: 0;
    font: 400 clamp(58px, 8vw, 112px)/.88 "Bodoni Moda", "Didot", serif;
    letter-spacing: -.045em;
}
.catalogue-hero__copy p {
    max-width: 480px;
    margin: 28px 0 0;
    color: rgba(251, 250, 246, .78);
    font: 500 15px/1.75 Inter, ui-sans-serif, sans-serif;
}
.catalogue-hero__copy nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.catalogue-hero__copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid rgba(251, 250, 246, .45);
    border-radius: 999px;
    background: rgba(251, 250, 246, .08);
    color: #fbfaf6;
    font: 800 11px/1 Inter, ui-sans-serif, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.catalogue-hero__copy a:hover {
    transform: translateY(-2px);
    border-color: #d9c298;
    background: #8a1426;
}

.catalog-lobby {
    min-height: 60vh;
    padding: 42px max(16px, 4vw) 80px;
    background:
        radial-gradient(circle at 50% 0, rgba(185, 146, 90, .12), transparent 32%),
        #f4f0e7;
}
.catalog-lobby .channel-container,
.catalog-lobby .channel-container-pc,
.catalog-lobby .channel-game,
.catalog-lobby .detail-game-box {
    width: min(1360px, 100%) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.catalog-lobby .channel-bar,
.catalog-lobby .channel-bar-pc {
    border-radius: 18px !important;
}
.catalog-lobby #gameLobbyPage {
    position: relative;
    min-height: 280px;
    padding-top: 26px;
}
.catalog-lobby #gameLobbyPage:empty::before {
    content: attr(data-loading);
    display: grid;
    min-height: 240px;
    place-items: center;
    border: 1px solid rgba(185, 146, 90, .26);
    border-radius: 20px;
    background: rgba(251, 250, 246, .72);
    color: #6f6a5c;
    font: 700 11px/1.4 Inter, ui-sans-serif, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.catalog-lobby #gameLobbyPage:empty:has(+ .m-ajax:not(:empty)) { display: none; }
.catalog-lobby .m-ajax { min-height: 0; }

@media (max-width: 600px) {
    .catalogue-hero {
        width: calc(100% - 24px);
        min-height: 640px;
        margin-top: 12px;
        border-radius: 22px;
    }
    .catalogue-hero__art { object-position: 58% center; }
    .catalogue-hero__veil {
        background: linear-gradient(0deg, rgba(8, 14, 34, .97) 0%, rgba(8, 14, 34, .75) 46%, rgba(8, 14, 34, .08) 76%);
    }
    .catalogue-hero__copy {
        top: auto;
        right: 24px;
        bottom: 34px;
        left: 24px;
        width: auto;
        transform: none;
    }
    .catalogue-hero__copy h1 { font-size: clamp(52px, 16vw, 72px); }
    .catalogue-hero__copy p { font-size: 14px; }
    .catalogue-hero__copy nav { display: grid; grid-template-columns: 1fr 1fr; }
    .catalog-lobby { padding: 28px 12px 56px; }
}

@media (prefers-reduced-motion: reduce) {
    .catalogue-hero__copy a { transition: none; }
}
