/* =========================================================
   AUKSOKAINA NEWSROOM V2.6
   Editorial article archive: no SaaS card wall.
   ========================================================= */

.newsroom-hero {
    padding: 56px 0 30px;
    border-bottom: 1px solid var(--border);
    background: #fff;
}
.newsroom-hero h1 {
    max-width: 980px;
    margin: 8px 0 18px;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1;
    letter-spacing: -.055em;
}
.newsroom-hero__lead {
    max-width: 920px;
    margin: 0;
    color: #55514b;
    font-size: 20px;
    line-height: 1.65;
}

.newsroom-lead {
    padding: 36px 0 44px;
    background: #fff;
}
.newsroom-lead__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr);
    gap: 56px;
    padding-top: 22px;
    border-top: 3px solid #9a751c;
}
.newsroom-main-story {
    min-width: 0;
}
.newsroom-main-story h2 {
    max-width: 920px;
    margin: 10px 0 18px;
    font-size: clamp(38px, 4.4vw, 60px);
    line-height: 1.03;
    letter-spacing: -.048em;
}
.newsroom-main-story h2 a,
.newsroom-side-story h2 a,
.newsroom-row h3 a {
    text-decoration: none;
}
.newsroom-main-story h2 a:hover,
.newsroom-side-story h2 a:hover,
.newsroom-row h3 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.newsroom-main-story__intro {
    max-width: 900px;
    margin: 0 0 22px;
    color: #514e48;
    font-size: 18px;
    line-height: 1.7;
}
.newsroom-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0;
    color: #7c776e;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.newsroom-meta span {
    color: #7a5c15;
}
.newsroom-read {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #9a751c;
    color: #624a12;
    font-size: 13px;
    font-weight: 800;
}
.newsroom-side-stories {
    border-top: 1px solid var(--border);
}
.newsroom-side-story {
    padding: 24px 0 28px;
    border-bottom: 1px solid var(--border);
}
.newsroom-side-story h2 {
    margin: 9px 0 10px;
    font-size: clamp(23px, 2.2vw, 31px);
    line-height: 1.12;
    letter-spacing: -.035em;
}
.newsroom-side-story p:last-child {
    margin: 0;
    color: #625e57;
    font-size: 14px;
    line-height: 1.65;
}

.newsroom-market-nav {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: #f8f7f3;
}
.newsroom-market-nav nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0 26px;
}
.newsroom-market-nav a {
    padding: 15px 0 13px;
    border-bottom: 2px solid transparent;
    color: #4f4a42;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.newsroom-market-nav a:hover {
    border-color: #9a751c;
    color: #171717;
}

.newsroom-stream {
    padding: 0 0 88px;
    background: #fff;
}
.newsroom-topic,
.newsroom-archive {
    padding-top: 58px;
}
.newsroom-topic__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 16px;
    border-bottom: 2px solid #222;
}
.newsroom-topic__header .eyebrow {
    margin-bottom: 4px;
}
.newsroom-topic__header h2 {
    margin: 0;
    font-size: clamp(30px, 3.4vw, 44px);
    line-height: 1.06;
    letter-spacing: -.045em;
}
.newsroom-topic__header > a {
    padding-bottom: 3px;
    color: #6d5314;
    font-size: 13px;
    font-weight: 800;
}
.newsroom-topic__rows {
    border-bottom: 1px solid var(--border);
}
.newsroom-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 36px;
    gap: 24px;
    align-items: start;
    padding: 24px 0 26px;
    border-bottom: 1px solid var(--border);
}
.newsroom-row:last-child {
    border-bottom: 0;
}
.newsroom-row time {
    padding-top: 5px;
    color: #8a857b;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .06em;
}
.newsroom-row h3 {
    max-width: 920px;
    margin: 0 0 8px;
    font-size: clamp(22px, 2.4vw, 31px);
    line-height: 1.12;
    letter-spacing: -.035em;
}
.newsroom-row p {
    max-width: 920px;
    margin: 0;
    color: #666159;
    font-size: 14px;
    line-height: 1.62;
}
.newsroom-row__arrow {
    justify-self: end;
    padding-top: 3px;
    color: #6f5417;
    font-size: 19px;
}
.newsroom-row:hover .newsroom-row__arrow {
    transform: translateX(3px);
}

.newsroom-archive__list {
    border-top: 1px solid var(--border);
}
.newsroom-archive__item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 180px;
    gap: 26px;
    align-items: baseline;
    padding: 15px 0;
    border-bottom: 1px solid var(--border);
    text-decoration: none;
}
.newsroom-archive__item time {
    color: #8a857b;
    font-size: 11px;
    font-weight: 700;
}
.newsroom-archive__item strong {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}
.newsroom-archive__item span {
    justify-self: end;
    color: #7a5c15;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.newsroom-archive__item:hover strong {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.newsroom-empty {
    padding: 70px 0 100px;
    background: #fff;
}

@media (max-width: 900px) {
    .newsroom-lead__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .newsroom-side-stories {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        border-top: 0;
    }
    .newsroom-side-story {
        border-top: 1px solid var(--border);
    }
    .newsroom-archive__item {
        grid-template-columns: 100px minmax(0, 1fr);
    }
    .newsroom-archive__item span {
        display: none;
    }
}

@media (max-width: 640px) {
    .newsroom-hero {
        padding-top: 38px;
    }
    .newsroom-hero h1 {
        font-size: 43px;
    }
    .newsroom-side-stories {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .newsroom-market-nav nav {
        gap: 0 18px;
    }
    .newsroom-row {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
    }
    .newsroom-row__arrow {
        display: none;
    }
    .newsroom-topic__header {
        align-items: flex-start;
    }
    .newsroom-topic__header > a {
        display: none;
    }
    .newsroom-archive__item {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}

/* AUKSOKAINA NEWSROOM V2.6 END */
