.rk-catalog-page {
    --rk-catalog-accent: var(--rk-pink);
}

.rk-catalog-page .rk-header {
    background: rgba(243, 240, 232, .88);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.rk-catalog-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
    align-items: center;
    min-height: min(850px, calc(100svh - 96px));
    padding: clamp(58px, 8vw, 122px) var(--rk-edge-right) clamp(62px, 8vw, 120px) var(--rk-edge-left);
    gap: clamp(44px, 7vw, 120px);
}

.rk-catalog-intro__copy {
    position: relative;
    z-index: 2;
}

.rk-catalog-intro h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(76px, 10.4vw, 176px);
    font-weight: 800;
    letter-spacing: -.085em;
    line-height: .76;
}

.rk-catalog-intro h1 span {
    color: var(--rk-catalog-accent);
}

.rk-catalog-intro__lead {
    max-width: 640px;
    margin: clamp(32px, 4vw, 56px) 0 0;
    font-size: clamp(20px, 1.75vw, 28px);
    letter-spacing: -.025em;
    line-height: 1.17;
}

.rk-catalog-intro__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    gap: 14px;
}

.rk-catalog-intro__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rk-catalog-intro__stats > span {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 9px 17px;
    border: 1px solid var(--rk-line);
    border-radius: 999px;
    gap: 10px;
}

.rk-catalog-intro__stats strong {
    font-size: clamp(24px, 2.4vw, 36px);
    letter-spacing: -.055em;
    line-height: 1;
}

.rk-catalog-intro__stats small {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1.05;
    text-transform: uppercase;
}

.rk-catalog-intro__visual {
    position: relative;
    display: grid;
    width: min(42vw, 650px);
    min-width: 0;
    aspect-ratio: 1.04;
    grid-template-columns: 1.08fr .92fr;
    grid-template-rows: 1fr 1fr;
    justify-self: end;
    gap: 12px;
    transform: rotate(1.7deg);
}

.rk-catalog-intro__tile {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: clamp(20px, 3vw, 42px);
    border: 2px solid var(--rk-ink);
    border-radius: var(--rk-radius);
    box-shadow: 8px 8px 0 var(--rk-ink);
}

.rk-catalog-intro__tile--pink {
    grid-row: 1 / 3;
    flex-direction: column;
    justify-content: space-between;
    background: var(--rk-pink);
    border-radius: 50% 28px 28px 28px;
}

.rk-catalog-intro__tile--pink::after {
    position: absolute;
    right: -24%;
    bottom: 17%;
    width: 72%;
    aspect-ratio: 1;
    border: 2px solid var(--rk-ink);
    border-radius: 50%;
    content: "";
}

.rk-catalog-intro__tile--pink span {
    position: relative;
    z-index: 1;
    font-size: clamp(72px, 11vw, 170px);
    font-weight: 800;
    letter-spacing: -.11em;
    line-height: .75;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.rk-catalog-intro__tile--pink small {
    position: relative;
    z-index: 1;
    align-self: flex-end;
    padding: 10px 13px;
    border: 1px solid var(--rk-ink);
    border-radius: 999px;
    background: var(--rk-paper);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.06;
    text-align: center;
    text-transform: uppercase;
}

.rk-catalog-intro__tile--dark {
    align-items: flex-end;
    justify-content: space-between;
    color: var(--rk-paper);
    background: var(--rk-ink);
    border-radius: 28px 50% 28px 28px;
}

.rk-catalog-intro__tile--dark b {
    font-size: clamp(58px, 7.2vw, 112px);
    letter-spacing: -.09em;
    line-height: .72;
}

.rk-catalog-intro__tile--dark i {
    color: rgba(243, 240, 232, .7);
    font-size: 9px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .08em;
    line-height: 1.08;
    text-align: right;
    text-transform: uppercase;
}

.rk-catalog-intro__tile--blue {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: var(--rk-blue);
    border-radius: 28px 28px 50% 28px;
}

.rk-catalog-intro__tile--blue span {
    font-size: clamp(23px, 3vw, 48px);
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: .9;
}

.rk-catalog-intro__tile--blue b {
    align-self: flex-end;
    font-size: clamp(56px, 7vw, 110px);
    font-weight: 400;
    line-height: .65;
}

.rk-catalog-intro__sticker {
    position: absolute;
    z-index: 3;
    right: 25%;
    bottom: -5%;
    display: grid;
    width: clamp(82px, 8.2vw, 126px);
    aspect-ratio: 1;
    place-items: center;
    border: 2px solid var(--rk-ink);
    border-radius: 50%;
    background: var(--rk-red);
    box-shadow: 5px 5px 0 var(--rk-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.08;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-12deg);
}

.rk-catalog-alphabet {
    padding-block: clamp(88px, 10vw, 156px);
}

.rk-catalog-alphabet h2 {
    max-width: 1120px;
    font-size: clamp(62px, 8.4vw, 136px);
}

.rk-catalog {
    padding: clamp(88px, 10vw, 160px) var(--rk-edge-right) clamp(112px, 12vw, 190px) var(--rk-edge-left);
    background: var(--rk-paper-deep);
}

.rk-catalog__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: clamp(56px, 8vw, 118px);
    gap: 42px;
}

.rk-catalog__head .rk-section-label {
    margin-bottom: 24px;
}

.rk-catalog__head h2 {
    max-width: 1050px;
    margin: 0;
    font-size: clamp(60px, 8.4vw, 136px);
    font-weight: 800;
    letter-spacing: -.075em;
    line-height: .82;
}

.rk-catalog__head h2 em {
    color: #c90075;
    font-style: normal;
}

.rk-catalog__head > p {
    flex: 0 0 auto;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.14;
    text-align: right;
    text-transform: uppercase;
}

.rk-catalog__head > p strong {
    font-size: 32px;
    letter-spacing: -.055em;
}

.rk-catalog__head > p span {
    color: rgba(16, 16, 16, .62);
    font-size: 10px;
    letter-spacing: .07em;
}

.rk-catalog__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(42px, 5.4vw, 84px) clamp(16px, 2vw, 32px);
}

.rk-catalog__grid.is-empty {
    display: none;
}

.rk-catalog-card {
    --rk-card-accent: var(--rk-pink);
    grid-column: span 3;
    min-width: 0;
    text-decoration: none;
}

.rk-catalog-card:nth-child(4n + 2) {
    --rk-card-accent: var(--rk-blue);
}

.rk-catalog-card:nth-child(4n + 3) {
    --rk-card-accent: var(--rk-red);
}

.rk-catalog-card__figure {
    margin: 0;
}

.rk-catalog-card__media {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    border: 2px solid var(--rk-ink);
    border-radius: clamp(18px, 2vw, 30px);
    background: var(--rk-ink);
    box-shadow: 0 0 0 var(--rk-ink);
    transition: border-radius .35s ease, box-shadow .35s ease, transform .35s cubic-bezier(.2, .8, .2, 1);
}

.rk-catalog-card__media::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.rk-catalog-card__index {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    display: grid;
    min-width: 38px;
    height: 38px;
    padding: 0 9px;
    place-items: center;
    border: 1px solid var(--rk-ink);
    border-radius: 999px;
    background: var(--rk-card-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.rk-catalog-card img {
    width: 100%;
    min-height: 220px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    transition: filter .45s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
}

.rk-catalog-card__caption {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 17px 3px 0;
    gap: 16px;
}

.rk-catalog-card__caption > div {
    min-width: 0;
}

.rk-catalog-card h3 {
    margin: 0;
    font-size: clamp(24px, 2.2vw, 38px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .92;
    overflow-wrap: anywhere;
}

.rk-catalog-card p {
    margin: 9px 0 0;
    color: rgba(16, 16, 16, .64);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.rk-catalog-card__action {
    display: grid;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--rk-ink);
    border-radius: 50%;
    font-size: 19px;
    transition: color .2s ease, background .2s ease, transform .25s ease;
}

.rk-catalog-card:hover .rk-catalog-card__media,
.rk-catalog-card:focus-visible .rk-catalog-card__media {
    border-radius: 68px 20px 68px 20px;
    box-shadow: 9px 9px 0 var(--rk-card-accent);
    transform: translate(-4px, -4px);
}

.rk-catalog-card:hover img,
.rk-catalog-card:focus-visible img {
    filter: saturate(1.14) contrast(1.04);
    transform: scale(1.045) rotate(.4deg);
}

.rk-catalog-card:hover .rk-catalog-card__action,
.rk-catalog-card:focus-visible .rk-catalog-card__action {
    color: var(--rk-paper);
    background: var(--rk-ink);
    transform: rotate(45deg);
}

.rk-catalog-card:focus-visible {
    outline: 3px solid var(--rk-ink);
    outline-offset: 8px;
}

.rk-catalog-story {
    padding: clamp(88px, 10vw, 160px) var(--rk-edge-right) clamp(100px, 12vw, 190px) var(--rk-edge-left);
    border-top: 2px solid var(--rk-ink);
    background: var(--rk-pink);
}

.rk-catalog-story__head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    align-items: end;
    gap: 28px clamp(42px, 8vw, 130px);
}

.rk-catalog-story__head .rk-section-label {
    grid-column: 1 / -1;
    margin-bottom: 12px;
}

.rk-catalog-story__head > h2 {
    max-width: 1050px;
    margin: 0;
    font-size: clamp(60px, 8.4vw, 136px);
    font-weight: 800;
    letter-spacing: -.075em;
    line-height: .82;
}

.rk-catalog-story__head > h2 em {
    color: transparent;
    -webkit-text-stroke: 2px var(--rk-ink);
    font-style: normal;
}

.rk-catalog-story__head > p {
    max-width: 440px;
    margin: 0 0 8px;
    padding-left: 22px;
    border-left: 5px solid var(--rk-ink);
    font-size: clamp(18px, 1.45vw, 23px);
    letter-spacing: -.02em;
    line-height: 1.22;
}

.rk-catalog-story__body {
    display: grid;
    grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
    margin-top: clamp(62px, 8vw, 112px);
    padding: clamp(28px, 4vw, 62px);
    border: 2px solid var(--rk-ink);
    border-radius: clamp(28px, 4vw, 66px) 20px clamp(28px, 4vw, 66px) 20px;
    background: var(--rk-paper);
    box-shadow: 12px 12px 0 var(--rk-ink);
    column-gap: clamp(36px, 7vw, 120px);
}

.rk-catalog-story__body h2 {
    position: sticky;
    top: 32px;
    align-self: start;
    grid-column: 1;
    grid-row: 1 / span 20;
    margin: 0;
    font-size: clamp(48px, 5.8vw, 94px);
    font-weight: 800;
    letter-spacing: -.07em;
    line-height: .85;
}

.rk-catalog-story__body p {
    grid-column: 2;
    margin: 0;
    padding: 25px 0;
    border-top: 1px solid rgba(16, 16, 16, .28);
    font-size: clamp(18px, 1.5vw, 24px);
    letter-spacing: -.018em;
    line-height: 1.34;
}

.rk-catalog-story__body p:nth-of-type(1) {
    padding-top: 0;
    border-top: 0;
    font-size: clamp(21px, 1.85vw, 29px);
    font-weight: 700;
}

.rk-catalog-cta {
    position: relative;
    overflow: hidden;
    min-height: min(760px, 82svh);
    padding: clamp(92px, 11vw, 170px) var(--rk-edge-right) clamp(102px, 12vw, 180px) var(--rk-edge-left);
    color: var(--rk-paper);
    background: var(--rk-ink);
    isolation: isolate;
}

.rk-catalog-cta::before {
    position: absolute;
    z-index: -1;
    right: -12vw;
    bottom: -32vw;
    width: min(66vw, 940px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--rk-blue);
    content: "";
}

.rk-catalog-cta > p {
    margin: 0 0 25px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rk-catalog-cta h2 {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0;
    font-size: clamp(66px, 10vw, 164px);
    font-weight: 800;
    letter-spacing: -.08em;
    line-height: .78;
}

.rk-catalog-cta h2 span {
    color: var(--rk-pink);
}

.rk-catalog-cta__actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 56px;
    gap: 28px;
}

.rk-catalog-cta__actions .rk-button {
    margin-top: 0;
}

.rk-catalog-cta__back {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rk-catalog-cta__back span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: color .2s ease, background .2s ease, transform .25s ease;
}

.rk-catalog-cta__back:hover span,
.rk-catalog-cta__back:focus-visible span {
    color: var(--rk-ink);
    background: var(--rk-pink);
    transform: translateY(-4px);
}

.rk-catalog-cta__mark {
    position: absolute;
    right: clamp(20px, 6vw, 100px);
    bottom: clamp(24px, 5vw, 76px);
    color: var(--rk-ink);
    font-size: clamp(88px, 16vw, 270px);
    font-weight: 800;
    letter-spacing: -.1em;
    line-height: .7;
    transform: rotate(-8deg);
}

.has-js .rk-catalog-card:nth-child(4n + 2) {
    transition-delay: .06s;
}

.has-js .rk-catalog-card:nth-child(4n + 3) {
    transition-delay: .12s;
}

.has-js .rk-catalog-card:nth-child(4n + 4) {
    transition-delay: .18s;
}

@media (max-width: 1180px) {
    .rk-catalog-intro {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
        gap: 52px;
    }

    .rk-catalog-intro__visual {
        width: min(40vw, 540px);
    }

    .rk-catalog-card {
        grid-column: span 4;
    }
}

@media (max-width: 900px) {
    .rk-catalog-intro {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 72px;
    }

    .rk-catalog-intro__copy {
        max-width: 780px;
    }

    .rk-catalog-intro h1 {
        font-size: clamp(76px, 15.5vw, 132px);
    }

    .rk-catalog-intro__visual {
        width: min(86vw, 680px);
        margin: 12px auto 24px;
        justify-self: center;
    }

    .rk-catalog-card,
    .rk-catalog-card:nth-child(n) {
        grid-column: span 6;
    }

    .rk-catalog-story__head,
    .rk-catalog-story__body {
        grid-template-columns: 1fr;
    }

    .rk-catalog-story__head .rk-section-label {
        grid-column: auto;
    }

    .rk-catalog-story__head > p {
        max-width: 620px;
    }

    .rk-catalog-story__body h2 {
        position: static;
        grid-column: 1;
        grid-row: auto;
        margin-bottom: 42px;
    }

    .rk-catalog-story__body p {
        grid-column: 1;
    }
}

@media (max-width: 720px) {
    .rk-catalog-intro {
        padding-top: 54px;
        gap: 52px;
    }

    .rk-catalog-intro h1 {
        font-size: clamp(64px, 19vw, 104px);
        line-height: .8;
    }

    .rk-catalog-intro__lead {
        margin-top: 28px;
        font-size: 19px;
    }

    .rk-catalog-intro__actions {
        align-items: flex-start;
    }

    .rk-catalog-intro__stats {
        width: 100%;
    }

    .rk-catalog-intro__stats > span {
        flex: 1 1 145px;
    }

    .rk-catalog-intro__visual {
        width: calc(100% - 10px);
        margin-right: 10px;
        gap: 8px;
    }

    .rk-catalog-intro__tile {
        padding: 18px;
        box-shadow: 6px 6px 0 var(--rk-ink);
    }

    .rk-catalog-intro__tile--pink span {
        font-size: clamp(68px, 23vw, 120px);
    }

    .rk-catalog-alphabet,
    .rk-catalog,
    .rk-catalog-story {
        padding-block: 90px;
    }

    .rk-catalog-alphabet h2,
    .rk-catalog__head h2,
    .rk-catalog-story__head > h2 {
        font-size: clamp(52px, 14.7vw, 84px);
    }

    .rk-catalog__head {
        display: block;
        margin-bottom: 58px;
    }

    .rk-catalog__head > p {
        margin-top: 28px;
        text-align: left;
    }

    .rk-catalog__grid {
        display: block;
    }

    .rk-catalog-card {
        display: block;
        margin-bottom: 48px;
    }

    .rk-catalog-card__media,
    .rk-catalog-card img {
        min-height: 200px;
    }

    .rk-catalog-card h3 {
        font-size: clamp(30px, 9vw, 46px);
    }

    .rk-catalog-story__head > h2 em {
        -webkit-text-stroke-width: 1px;
    }

    .rk-catalog-story__body {
        margin-right: 8px;
        padding: 27px 22px;
        border-radius: 30px 14px 30px 14px;
        box-shadow: 8px 8px 0 var(--rk-ink);
    }

    .rk-catalog-story__body h2 {
        font-size: clamp(48px, 14vw, 72px);
    }

    .rk-catalog-story__body p {
        padding: 21px 0;
        font-size: 18px;
    }

    .rk-catalog-cta {
        min-height: 680px;
    }

    .rk-catalog-cta h2 {
        font-size: clamp(62px, 17vw, 96px);
    }

    .rk-catalog-cta::before {
        right: -125px;
        bottom: -125px;
        width: 430px;
    }

    .rk-catalog-cta__mark {
        right: 20px;
        bottom: 30px;
        font-size: 118px;
    }
}

@media (max-width: 390px) {
    .rk-catalog-intro__actions .rk-button,
    .rk-catalog-cta__actions .rk-button {
        width: 100%;
    }

    .rk-catalog-intro__tile--dark i {
        display: none;
    }

    .rk-catalog-intro__sticker {
        right: 21%;
        width: 76px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rk-catalog-intro__visual,
    .rk-catalog-intro__sticker,
    .rk-catalog-cta__mark {
        transform: none;
    }
}
