/* =========================================================
   KARLEEN — NEWS R1
   ========================================================= */

.news-hero {
    padding: 78px 0 68px;
    border-bottom: 1px solid #e3ddd6;
}

.news-hero p {
    margin: 0 0 14px;

    color: #94704d;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .16em;
    text-transform: uppercase;
}

.news-hero h1 {
    margin: 0;

    font-size: clamp(48px, 6vw, 86px);
    font-weight: 400;
    line-height: .95;

    letter-spacing: -.04em;
}

.news-hero span {
    display: block;

    max-width: 650px;

    margin-top: 25px;

    color: #625b55;

    font-size: 16px;
    line-height: 1.65;
}


/* LIST */

.news-index {
    padding: 70px 0 100px;
}

.news-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 28px 22px;
}

.news-card {
    min-width: 0;

    border-bottom: 1px solid #ddd6ce;
}

.news-card__image {
    display: flex;
    align-items: center;
    justify-content: center;

    aspect-ratio: 16 / 10;

    overflow: hidden;

    background: #f3efe9;

    text-decoration: none;
}

.news-card__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .35s ease;
}

.news-card:hover .news-card__image img {
    transform: scale(1.025);
}

.news-card__image > span {
    color: #a58d78;

    font-size: 18px;
    letter-spacing: .2em;
}

.news-card__body {
    padding: 21px 0 25px;
}

.news-card time {
    display: block;

    margin-bottom: 10px;

    color: #94704d;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .13em;
    text-transform: uppercase;
}

.news-card h2 {
    margin: 0 0 12px;

    font-size: 23px;
    font-weight: 500;
    line-height: 1.18;
}

.news-card h2 a {
    color: #161616;
    text-decoration: none;
}

.news-card p {
    margin: 0 0 20px;

    color: #68615b;

    font-size: 13px;
    line-height: 1.65;
}

.news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #171717;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}


/* EMPTY */

.news-empty {
    max-width: 720px;

    padding: 65px 0;
}

.news-empty > span {
    color: #94704d;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .15em;
    text-transform: uppercase;
}

.news-empty h2 {
    margin: 13px 0 15px;

    font-size: 35px;
    font-weight: 400;
}

.news-empty p {
    max-width: 560px;

    margin: 0;

    color: #69615b;

    line-height: 1.7;
}


/* BREADCRUMBS */

.news-breadcrumbs {
    border-bottom: 1px solid #e3ddd6;
}

.news-breadcrumbs .container {
    display: flex;
    gap: 9px;

    padding-top: 15px;
    padding-bottom: 15px;

    overflow: hidden;

    font-size: 10px;

    letter-spacing: .06em;
    text-transform: uppercase;

    white-space: nowrap;
}

.news-breadcrumbs a {
    color: #746b64;
    text-decoration: none;
}

.news-breadcrumbs span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}


/* DETAIL */

.news-detail {
    padding-bottom: 100px;
}

.news-detail__header {
    padding: 68px 0 50px;
}

.news-detail__header time {
    display: block;

    margin-bottom: 15px;

    color: #94704d;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: .14em;
}

.news-detail__header h1 {
    max-width: 1120px;

    margin: 0;

    font-size: clamp(42px, 5vw, 54px);
    font-weight: 400;
    line-height: 1;

    letter-spacing: -.035em;
}

.news-detail__header p {
    max-width: 820px;

    margin: 24px 0 0;

    color: #625b55;

    font-size: 18px;
    line-height: 1.6;
}

.news-detail__cover {
    display: block;

    width: 100%;
    max-height: 760px;

    object-fit: cover;
}

.news-detail__body {
    max-width: 980px;

    margin: 58px auto 0;

    color: #302d2a;

    font-size: 16px;
    line-height: 1.8;
}

.news-detail__body p {
    margin: 0 0 22px;
}

.news-detail__footer {
    max-width: 980px;

    margin: 45px auto 0;
    padding-top: 24px;

    border-top: 1px solid #ddd6ce;
}

.news-detail__footer a {
    color: #171717;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}


@media (max-width: 991.98px) {

    .news-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 575.98px) {

    .news-hero {
        padding: 48px 0 42px;
    }

    .news-index {
        padding: 45px 0 65px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-detail {
        padding-bottom: 70px;
    }

    .news-detail__header {
        padding: 45px 0 35px;
    }

    .news-detail__header p {
        font-size: 16px;
    }

    .news-detail__body {
        margin-top: 35px;

        font-size: 15px;
        line-height: 1.7;
    }

}


/* KARLEEN NEWS HTML RENDER R1 */

.news-detail__body--html {
    max-width: 100%;
}

.news-html-frame {
    display: block;
    width: 100%;
    min-height: 300px;
    border: 0;
    background: transparent;
}
