/* =========================================================
   Oak Lores — Artist Landing Page
   ========================================================= */

.oaklores-artists-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 28px 100px;
}


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

.oaklores-artists-intro {
    max-width: 760px;
    margin: 0 auto 72px;
    text-align: center;
}

.oaklores-section-eyebrow {
    margin: 0 0 12px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #b9653c;
}

.oaklores-artists-intro h1 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 500;
    line-height: 0.98;
    color: #292621;
}

.oaklores-artists-intro-text {
    max-width: 620px;
    margin: 24px auto 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.35rem;
    line-height: 1.55;
    color: #696158;
}


/* ---------------------------------------------------------
   Featured Artists Section
   --------------------------------------------------------- */

.oaklores-featured-artists {
    margin-top: 0;
}

.oaklores-section-header {
    max-width: 680px;
    margin: 0 auto 42px;
    text-align: center;
}

.oaklores-section-header h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 500;
    line-height: 1.1;
    color: #302b26;
}

.oaklores-section-header p {
    margin: 12px auto 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #746c63;
}


/* ---------------------------------------------------------
   Artist function wrapper
   --------------------------------------------------------- */

.oaklores-featured-artists-grid {
    width: 100%;
}


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

@media (max-width: 700px) {

    .oaklores-artists-page {
        padding: 48px 18px 70px;
    }

    .oaklores-artists-intro {
        margin-bottom: 54px;
    }

    .oaklores-artists-intro h1 {
        font-size: 3rem;
    }

    .oaklores-artists-intro-text {
        margin-top: 18px;
        font-size: 1.18rem;
        line-height: 1.5;
    }

    .oaklores-section-header {
        margin-bottom: 30px;
    }

    .oaklores-section-header h2 {
        font-size: 2.2rem;
    }

    .oaklores-section-header p {
        font-size: 0.92rem;
    }
}