/*
|--------------------------------------------------------------------------
| Artists & Collaborators
|--------------------------------------------------------------------------
|
| Editorial page for Krumpld artists,
| collaborators and creative partnerships.
|
*/

.kr-artists {
    padding: 80px 24px 120px;
    background: #F7F7F6;
}

.kr-artists__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| Intro
|--------------------------------------------------------------------------
*/

.kr-artists-intro {
    max-width: 900px;
    margin-bottom: 96px;
}

.kr-artists-intro__eyebrow {
    margin: 0 0 16px;

    font-family: "Satoshi", sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    color: #6F6B65;
}

.kr-artists-intro__title {
    margin: 0 0 24px;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.8rem, 5vw, 4.8rem);
    line-height: 0.92;
    letter-spacing: -0.03em;

    color: #111111;
}

.kr-artists-intro__supporting {
    margin: 0;

    max-width: 58ch;

    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #5E5A55;
}

/*
|--------------------------------------------------------------------------
| Sections
|--------------------------------------------------------------------------
*/

.kr-artists-section {
    display: grid;
    grid-template-columns: 320px 1fr;

    gap: 88px;

    padding: 64px 0;

    border-top: 1px solid #D7D3CE;
}

.kr-artists-section__eyebrow {
    margin: 0 0 12px;

    font-family: "Satoshi", sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    color: #6F6B65;
}

.kr-artists-section__title {
    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    line-height: 1;

    color: #111111;
}

.kr-artists-section__content p {
    margin: 0 0 24px;

    max-width: 58ch;

    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    line-height: 1.9;

    color: #4F4A44;
}

.kr-artists-section__content p:last-child {
    margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Collaboration Types
|--------------------------------------------------------------------------
*/

.kr-artists-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.kr-artists-list li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E5E1DC;
    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #4F4A44;
}

.kr-artists-list li:last-child {
    margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Contact
|--------------------------------------------------------------------------
*/

.kr-artists-contact {
    display: inline-block;

    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    font-weight: 500;

    color: #111111;
    text-decoration: none;
    margin-top: 12px;
    border-bottom: 1px solid currentColor;
}

.kr-artists-contact:hover {
    opacity: 0.7;
}

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .kr-artists {
        padding: 48px 20px 80px;
    }

    .kr-artists-intro {
        margin-bottom: 72px;
    }

    .kr-artists-intro__title {
        font-size: clamp(3rem, 14vw, 4.8rem);
    }

    .kr-artists-section {
        grid-template-columns: 1fr;

        gap: 32px;

        padding: 48px 0;
    }

    .kr-artists-section__title {
        font-size: 36px;
    }

}