.kt-shop-page {
    --kt-shop-bg: #090813;
    --kt-shop-ink: #fff7e8;
    --kt-shop-muted: rgba(255, 247, 232, .72);
    --kt-shop-gold: #d7b76a;
    --kt-shop-cyan: #4fc8d8;
    --kt-shop-rose: #c96b84;
    --kt-shop-violet: #7c4fd8;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 100vh;
    padding: clamp(24px, 4vw, 42px) clamp(14px, 3vw, 36px) clamp(44px, 6vw, 72px);
    background:
        linear-gradient(135deg, rgba(79, 200, 216, .12), transparent 34%),
        linear-gradient(225deg, rgba(215, 183, 106, .1), transparent 38%),
        linear-gradient(180deg, #070712 0%, #131525 48%, #080711 100%);
    color: var(--kt-shop-ink);
}

.kt-shop-page,
.kt-shop-page * {
    box-sizing: border-box;
}

.kt-shop-page__stars {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .72) 0 1px, transparent 1.6px),
        radial-gradient(circle, rgba(215, 183, 106, .44) 0 1px, transparent 1.5px);
    background-position: 0 0, 48px 62px;
    background-size: 138px 138px, 210px 210px;
    opacity: .32;
}

.kt-shop-page__hero {
    width: min(1180px, 100%);
    margin: 0 auto clamp(18px, 3vw, 28px);
    padding: clamp(18px, 3vw, 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    border: 1px solid rgba(79, 200, 216, .24);
    border-radius: 8px;
    background:
        radial-gradient(900px 420px at 15% 20%, rgba(79, 200, 216, .22), transparent 60%),
        radial-gradient(800px 380px at 85% 25%, rgba(124, 79, 216, .18), transparent 62%),
        linear-gradient(180deg, rgba(18, 28, 42, .72), rgba(9, 8, 19, .9));
    box-shadow: 0 14px 40px rgba(0, 0, 0, .32);
}

.kt-shop-page__eyebrow {
    margin: 0 0 14px;
    color: var(--kt-shop-gold);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.kt-shop-page__hero h1 {
    margin: 0;
    color: #fffaf0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 720;
    line-height: 1;
    letter-spacing: 0;
    text-wrap: balance;
}

.kt-shop-page__hero p:not(.kt-shop-page__eyebrow) {
    max-width: 540px;
    margin: 10px 0 0;
    color: var(--kt-shop-muted);
    font-size: clamp(.98rem, 1.4vw, 1.08rem);
    line-height: 1.45;
}

.kt-shop-page__grid {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 18px);
}

.kt-shop-room {
    position: relative;
    min-height: clamp(260px, 28vw, 360px);
    overflow: hidden;
    border: 1px solid rgba(215, 183, 106, .28);
    border-radius: 8px;
    color: var(--kt-shop-ink) !important;
    text-decoration: none !important;
    background: #100c1a;
    box-shadow: 0 20px 56px rgba(0, 0, 0, .38);
}

.kt-shop-room br {
    display: none;
}

.kt-shop-room__image,
.kt-shop-room__shade {
    position: absolute;
    inset: 0;
}

.kt-shop-room__image {
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
    transition: transform .7s ease, filter .7s ease;
}

.kt-shop-room__shade {
    background:
        linear-gradient(180deg, rgba(8, 7, 17, .06), rgba(8, 7, 17, .92)),
        linear-gradient(135deg, rgba(79, 200, 216, .1), rgba(124, 79, 216, .08), rgba(215, 183, 106, .1));
}

.kt-shop-room__content {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    padding: clamp(22px, 4vw, 34px);
}

.kt-shop-room strong {
    display: block;
    color: #fffaf0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1;
    letter-spacing: 0;
}

.kt-shop-room span span {
    display: block;
    max-width: 28ch;
    color: var(--kt-shop-muted);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.45;
}

.kt-shop-room em {
    width: fit-content;
    margin-top: 8px;
    border: 1px solid rgba(255, 247, 232, .2);
    border-radius: 999px;
    padding: 10px 16px;
    background: linear-gradient(135deg, rgba(79, 200, 216, .9), rgba(124, 79, 216, .86), rgba(215, 183, 106, .82));
    color: #fff;
    font-size: .82rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.kt-shop-page__closing {
    width: min(720px, 100%);
    margin: clamp(34px, 5vw, 64px) auto 0;
    color: rgba(255, 247, 232, .52);
    font-size: .98rem;
    font-style: italic;
    line-height: 1.55;
    text-align: center;
}

.kt-shop-room:hover,
.kt-shop-room:focus-visible {
    border-color: rgba(215, 183, 106, .62);
    outline: none;
}

.kt-shop-room:hover .kt-shop-room__image,
.kt-shop-room:focus-visible .kt-shop-room__image {
    filter: saturate(1.1) brightness(1.08);
    transform: scale(1.1);
}

@media (max-width: 760px) {
    .kt-shop-page {
        padding: 18px 12px 54px;
    }

    .kt-shop-page__grid {
        grid-template-columns: 1fr;
    }

    .kt-shop-page__hero {
        padding: 18px;
    }

    .kt-shop-room {
        min-height: 220px;
    }
}

@media (min-width: 761px) and (max-width: 1080px) {
    .kt-shop-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
