/**
 * BussJets - Vista Newsroom
 * Layout adaptado de PaperJet; tokens de marca BussJets
 */

.view-newsroom {
    --newsroom-navy: #002A44;
    --newsroom-accent: #00b8f2;
    --newsroom-ink: #4a5568;
    --newsroom-border: #e2e8f0;
    --newsroom-surface: #f3f4f6;
    --newsroom-font: 'Montserrat', sans-serif;
}

.newsroom-hero-wrap {
    margin-top: 0;
    background: #ffffff;
}

.view-newsroom .banner-home {
    padding: 0;
}

.view-newsroom .journey-contact {
    padding: 0;
}

.view-newsroom .banner-home--newsroom {
    --banner-bottom-bar: 0px;
}

.view-newsroom .banner-home--newsroom .banner-home__overlay {
    padding-bottom: var(--banner-pad-bottom, clamp(2rem, 6vh, 4rem));
    justify-content: center;
    align-items: center;
    text-align: center;
}

.view-newsroom .banner-home--newsroom .banner-home__content {
    gap: 0;
    align-items: center;
}

.view-newsroom .banner-home__title--newsroom {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(1.45rem, 3.6vw, 2.85rem);
    letter-spacing: 0.08em;
    line-height: 1.2;
    white-space: normal;
    margin: 0 0 1.75rem;
    max-width: min(56rem, 92vw);
    text-align: center;
}

.view-newsroom .banner-home__title-light {
    display: block;
    font-weight: 300;
    white-space: nowrap;
}

.view-newsroom .banner-home__title-bold {
    display: block;
    font-weight: 800;
    margin-left: 0;
    margin-top: 0.15em;
}

.view-newsroom .banner-home__newsroom-cta {
    display: inline-block;
    border-radius: 999px;
    background: #ffffff;
    color: #002A44;
    font-family: var(--newsroom-font);
    font-size: clamp(0.78rem, 1vw, 0.9rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0.7rem 1.75rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.view-newsroom .banner-home__newsroom-cta strong {
    font-weight: 700;
}

.view-newsroom .banner-home__newsroom-cta:hover,
.view-newsroom .banner-home__newsroom-cta:focus {
    background: #f0f0f0;
    color: #001a2b;
}

@media (max-width: 768px) {
    .view-newsroom .banner-home__title--newsroom {
        font-size: clamp(0.95rem, 4.2vw, 1.85rem);
        letter-spacing: 0.05em;
        max-width: 96vw;
    }
}

@media (max-width: 480px) {
    .view-newsroom .banner-home__title--newsroom {
        font-size: clamp(0.82rem, 4.8vw, 1.35rem);
        letter-spacing: 0.04em;
    }
}

/* ===== Intro bajo el banner ===== */

.newsroom-intro {
    background: #002A44;
    padding: clamp(2.25rem, 4.5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-intro__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.newsroom-intro__inner p {
    font-family: var(--newsroom-font);
    font-size: clamp(0.95rem, 1.15vw, 1.08rem);
    font-weight: 300;
    line-height: 1.75;
    color: #ffffff;
    margin: 0;
    text-align: left;
}

/* ===== Evolve (dos columnas) ===== */

.newsroom-evolve {
    background: #ffffff;
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-evolve__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.newsroom-evolve__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) auto minmax(0, 1.15fr);
    gap: clamp(1.75rem, 3.5vw, 3rem);
    align-items: center;
}

.newsroom-evolve__heading {
    margin: 0;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    line-height: 1.15;
    letter-spacing: 0.06em;
}

.newsroom-evolve__heading-light {
    display: block;
    font-family: var(--newsroom-font);
    font-size: clamp(1.15rem, 2.2vw, 1.75rem);
    font-weight: 400;
}

.newsroom-evolve__heading-bold {
    display: block;
    margin-top: 0.2em;
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.6vw, 2.1rem);
    font-weight: 800;
}

.newsroom-evolve__divider {
    width: 1px;
    align-self: stretch;
    min-height: 8rem;
    background: #c5ccd3;
    flex-shrink: 0;
}

.newsroom-evolve__body {
    min-width: 0;
}

.newsroom-evolve__body p {
    font-family: var(--newsroom-font);
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    font-weight: 300;
    line-height: 1.7;
    color: var(--newsroom-navy);
    margin: 0 0 1rem;
}

.newsroom-evolve__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .newsroom-evolve__grid {
        grid-template-columns: 1fr;
        gap: clamp(1.25rem, 3vw, 1.75rem);
    }

    .newsroom-evolve__divider {
        width: 100%;
        height: 1px;
        min-height: 1px;
    }
}

/* ===== Stories (lista de noticias) ===== */

.newsroom-stories {
    background: #F4F4F4;
    padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-stories__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.newsroom-stories__head {
    text-align: center;
    margin: 0 0 clamp(2.25rem, 4vw, 3.25rem);
}

.newsroom-stories__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    margin: 0;
}

.newsroom-stories__title strong {
    font-weight: 800;
}

.newsroom-stories__underline {
    display: block;
    width: clamp(3.25rem, 5vw, 4.5rem);
    height: 4px;
    background: var(--newsroom-navy);
    margin: clamp(0.75rem, 1.2vw, 1rem) auto 0;
}

.newsroom-stories__list {
    display: flex;
    flex-direction: column;
}

.newsroom-story {
    display: grid;
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
    gap: clamp(1.35rem, 2.6vw, 2rem);
    align-items: stretch;
    padding: clamp(1.35rem, 2.4vw, 1.75rem) 0;
    border-top: 1px solid #e5e7eb;
}

.newsroom-story:first-child {
    border-top: 0;
    padding-top: 0;
}

.newsroom-story__media {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 21 / 10;
    border-radius: 18px;
    overflow: hidden;
    background: #e5e7eb;
}

.newsroom-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.newsroom-story:hover .newsroom-story__media img {
    transform: scale(1.04);
}

.newsroom-story__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    min-width: 0;
    padding: 0.1rem 0 0.3rem;
    border-bottom: 1px solid #002A44;
}

.newsroom-story__copy {
    min-width: 0;
    flex: 0 1 auto;
}

.newsroom-story__title {
    font-family: var(--newsroom-font);
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    margin: 0 0 0.5rem;
    line-height: 1.7;
}

.newsroom-story__text {
    font-family: var(--newsroom-font);
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    font-weight: 300;
    line-height: 1.7;
    color: var(--newsroom-navy);
    margin: 0;
}

.newsroom-story__read {
    align-self: flex-end;
    margin-top: clamp(0.85rem, 1.5vw, 1.15rem);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--newsroom-font);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.48rem 1.15rem;
    border-radius: 999px;
    background: var(--newsroom-navy);
    color: #ffffff;
    border: 2px solid var(--newsroom-navy);
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.newsroom-story__read:hover,
.newsroom-story__read:focus {
    background: transparent;
    color: var(--newsroom-navy);
}

.newsroom-stories__action {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-stories__more {
    font-family: var(--newsroom-font);
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75rem 2.35rem;
    border-radius: 999px;
    background: var(--newsroom-navy);
    color: #ffffff;
    border: 2px solid var(--newsroom-navy);
    transition: background 0.2s ease, color 0.2s ease;
}

.newsroom-stories__more:hover,
.newsroom-stories__more:focus {
    background: transparent;
    color: var(--newsroom-navy);
}

.newsroom-story--skeleton {
    min-height: 140px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ebe9f0 25%, #dddbe5 37%, #ebe9f0 63%);
    background-size: 400% 100%;
    animation: newsroom-shimmer 1.4s ease-in-out infinite;
    border-top: 0;
}

@media (max-width: 720px) {
    .newsroom-story {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .newsroom-story__media {
        max-width: 100%;
        aspect-ratio: 16 / 10;
        height: auto;
        min-height: 0;
    }

    .newsroom-story__body {
        padding-bottom: 0.85rem;
    }

    .newsroom-story__read {
        align-self: flex-end;
    }
}

/* ===== Lead ===== */

.newsroom-lead {
    background: #ffffff;
    padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-lead__inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: center;
}

.newsroom-lead__media {
    min-width: 0;
}

.newsroom-lead__media img {
    width: 100%;
    height: auto;
    display: block;
}

.newsroom-lead__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.newsroom-lead__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    margin: 0 0 clamp(1.25rem, 2vw, 1.75rem);
}

.newsroom-lead__title-line {
    display: block;
}

.newsroom-lead__content p {
    font-family: var(--newsroom-font);
    font-size: clamp(0.92rem, 1.05vw, 1.02rem);
    line-height: 1.7;
    font-weight: 300;
    color: var(--newsroom-navy);
    margin: 0 0 1rem;
}

.newsroom-lead__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .newsroom-lead__inner {
        grid-template-columns: 1fr;
        gap: clamp(1.5rem, 4vw, 2rem);
    }

    .newsroom-lead__media {
        max-width: 640px;
        margin: 0 auto;
        width: 100%;
    }
}

/* ===== Noticias ===== */

.newsroom-news[hidden] {
    display: none !important;
}

.newsroom-news {
    --news-cyan: #00b8f2;
    background: #f3f4f6;
    padding: clamp(3rem, 6vw, 4.75rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-news__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.newsroom-news__head {
    text-align: center;
    margin: 0 0 clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-news__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.5vw, 1.95rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    margin: 0;
}

.newsroom-news__title strong {
    font-weight: 700;
}

.newsroom-news__underline {
    display: block;
    width: clamp(3.5rem, 6vw, 5rem);
    height: 4px;
    background: var(--newsroom-navy);
    margin: clamp(0.85rem, 1.4vw, 1.15rem) auto 0;
}

.newsroom-news__top:not([hidden]) {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
    gap: clamp(1rem, 2vw, 1.35rem);
    margin-bottom: clamp(1.35rem, 2.5vw, 1.85rem);
    align-items: stretch;
}

.newsroom-news__top[hidden] {
    display: none !important;
}

.newsroom-brief[hidden] {
    display: none !important;
}

.newsroom-news__featured[hidden] {
    display: none !important;
}

.newsroom-news__top:not([hidden]):has(.newsroom-brief[hidden]) {
    grid-template-columns: 1fr;
}

.newsroom-news__featured {
    display: flex;
    min-height: 340px;
    height: 100%;
}

.newsroom-news__featured .newsroom-featured,
.newsroom-news__featured .newsroom-featured--skeleton {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 340px;
}

.newsroom-featured {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
}

.newsroom-featured__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 42, 68, 0.15) 0%, rgba(0, 42, 68, 0.78) 100%);
    pointer-events: none;
}

.newsroom-featured__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    font-family: var(--newsroom-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--news-cyan);
    color: #ffffff;
    padding: 0.4rem 0.75rem;
}

.newsroom-featured__body {
    position: relative;
    z-index: 1;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.newsroom-featured__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    max-width: 18ch;
}

.newsroom-featured__title a {
    color: inherit;
    text-decoration: none;
}

.newsroom-featured__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.newsroom-featured__tags {
    font-family: var(--newsroom-font);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #bfe8f8;
    margin: 0;
}

.newsroom-featured__read {
    display: inline-block;
    font-family: var(--newsroom-font);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.55rem 1.5rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--newsroom-navy);
    transition: background 0.2s ease, color 0.2s ease;
}

.newsroom-featured__read:hover,
.newsroom-featured__read:focus {
    background: var(--newsroom-navy);
    color: #ffffff;
}

.newsroom-featured--skeleton {
    background: linear-gradient(90deg, #e5e7eb 25%, #d1d5db 37%, #e5e7eb 63%);
    background-size: 400% 100%;
    animation: newsroom-shimmer 1.4s ease-in-out infinite;
}

.newsroom-brief {
    background: #ffffff;
    border-radius: 4px;
    min-height: 340px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.newsroom-brief__inner {
    padding: clamp(1.15rem, 2vw, 1.5rem);
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.newsroom-brief__head {
    margin-bottom: 1rem;
}

.newsroom-brief__line {
    display: block;
    width: 2.5rem;
    height: 3px;
    background: var(--newsroom-navy);
    margin-bottom: 0.55rem;
}

.newsroom-brief__title {
    font-family: var(--newsroom-font);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--newsroom-navy);
    margin: 0;
}

.newsroom-brief__list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsroom-brief__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 0.95rem 0;
    border-top: 1px solid #e5e7eb;
    flex: 1 1 auto;
}

.newsroom-brief__item:first-child {
    border-top: 0;
    padding-top: 0.35rem;
}

.newsroom-brief__num {
    font-family: var(--newsroom-font);
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
    color: var(--newsroom-navy);
}

.newsroom-brief__cat {
    font-family: var(--newsroom-font);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    margin: 0 0 0.3rem;
}

.newsroom-brief__link {
    font-family: var(--newsroom-font);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--newsroom-navy);
    text-decoration: none;
}

a.newsroom-brief__link:hover,
a.newsroom-brief__link:focus {
    color: var(--news-cyan);
}

.newsroom-brief--skeleton {
    flex: 1 1 auto;
    min-height: 340px;
    background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);
    background-size: 400% 100%;
    animation: newsroom-shimmer 1.4s ease-in-out infinite;
}

.newsroom-news__grid {
    --newsroom-cols: 3;
    --newsroom-gap: clamp(1rem, 2vw, 1.35rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--newsroom-gap);
}

.newsroom-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 0 0 calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    max-width: calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    min-width: 0;
    height: 100%;
    align-self: stretch;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 42, 68, 0.06);
}

.newsroom-card__media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e5e7eb;
}

.newsroom-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.newsroom-card:hover .newsroom-card__media img {
    transform: scale(1.04);
}

.newsroom-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    padding: clamp(1.15rem, 1.8vw, 1.45rem) clamp(0.9rem, 1.4vw, 1.15rem) clamp(1.15rem, 1.8vw, 1.45rem);
}

.newsroom-card__title {
    font-family: var(--newsroom-font);
    font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--newsroom-navy);
    margin: 0;
    width: 100%;
    min-height: calc(1.3em * 3);
    max-height: calc(1.3em * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.newsroom-card__line {
    display: block;
    width: 2.5rem;
    height: 3px;
    background: var(--newsroom-navy);
    margin: 0.85rem auto;
}

.newsroom-card__text {
    font-family: var(--newsroom-font);
    font-size: 0.88rem;
    line-height: 1.55;
    font-weight: 300;
    color: #6b7280;
    margin: 0 0 1.15rem;
    width: 100%;
    min-height: calc(1.55em * 3);
    max-height: calc(1.55em * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.newsroom-card__read {
    display: inline-block;
    margin-top: auto;
    font-family: var(--newsroom-font);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem 1.35rem;
    border-radius: 999px;
    background: var(--newsroom-navy);
    color: #ffffff;
    border: 2px solid var(--newsroom-navy);
    outline: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsroom-card__read:hover {
    background: transparent;
    border-color: var(--newsroom-navy);
    color: var(--newsroom-navy);
}

.newsroom-card__read:focus {
    outline: none;
}

.newsroom-card__read:focus-visible {
    background: transparent;
    border-color: var(--newsroom-navy);
    color: var(--newsroom-navy);
    box-shadow: 0 0 0 3px rgba(0, 42, 68, 0.18);
}

.newsroom-news__action {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-news__more {
    font-family: var(--newsroom-font);
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75rem 2.35rem;
    border-radius: 999px;
    background: var(--newsroom-navy);
    color: #ffffff;
    border: 2px solid var(--newsroom-navy);
    transition: background 0.2s ease, color 0.2s ease;
}

.newsroom-news__more:hover,
.newsroom-news__more:focus {
    background: transparent;
    color: var(--newsroom-navy);
}

.newsroom-empty {
    flex: 1 1 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) 1.5rem;
    text-align: center;
    font-family: var(--newsroom-font);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    color: var(--newsroom-ink);
    background: #ffffff;
    border: 1px dashed var(--newsroom-border);
}

.newsroom-card--skeleton {
    pointer-events: none;
    min-height: 280px;
    background: linear-gradient(90deg, #ebe9f0 25%, #dddbe5 37%, #ebe9f0 63%);
    background-size: 400% 100%;
    animation: newsroom-shimmer 1.4s ease-in-out infinite;
}

@keyframes newsroom-shimmer {
    from { background-position: 100% 0; }
    to { background-position: 0 0; }
}

@media (prefers-reduced-motion: reduce) {
    .newsroom-card--skeleton,
    .newsroom-featured--skeleton,
    .newsroom-brief--skeleton,
    .newsroom-card__media img {
        animation: none;
        transition: none;
    }
}

.newsroom-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1024px) {
    .newsroom-news__top {
        grid-template-columns: 1fr;
    }

    .newsroom-news__grid {
        --newsroom-cols: 2;
    }
}

@media (max-width: 600px) {
    .newsroom-news__grid {
        --newsroom-cols: 1;
        max-width: 420px;
        margin: 0 auto;
    }

    .newsroom-featured__title {
        max-width: none;
    }
}

/* ===== Anticipate (CTA diagonal) ===== */

.newsroom-anticipate {
    background: #ffffff;
    overflow: hidden;
}

.newsroom-anticipate__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
    min-height: clamp(320px, 42vw, 480px);
}

.newsroom-anticipate__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 5vw, 4.5rem);
    box-sizing: border-box;
}

.newsroom-anticipate__title {
    margin: 0 0 clamp(1rem, 2vw, 1.35rem);
    text-transform: uppercase;
    color: var(--newsroom-navy);
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.newsroom-anticipate__title-light {
    display: block;
    font-family: var(--newsroom-font);
    font-size: clamp(1.15rem, 2.2vw, 1.75rem);
    font-weight: 400;
}

.newsroom-anticipate__title-bold {
    display: block;
    margin-top: 0.15em;
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.6vw, 2.05rem);
    font-weight: 800;
}

.newsroom-anticipate__text {
    font-family: var(--newsroom-font);
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    font-weight: 300;
    line-height: 1.7;
    color: var(--newsroom-navy);
    margin: 0 0 clamp(1.35rem, 2.5vw, 1.85rem);
    max-width: 34rem;
}

.newsroom-anticipate__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--newsroom-font);
    font-size: clamp(0.78rem, 0.95vw, 0.88rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    background: var(--newsroom-navy);
    color: #ffffff;
    border: 2px solid var(--newsroom-navy);
    transition: background 0.2s ease, color 0.2s ease;
}

.newsroom-anticipate__cta:hover,
.newsroom-anticipate__cta:focus {
    background: transparent;
    color: var(--newsroom-navy);
}

.newsroom-anticipate__media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.newsroom-anticipate__media img {
    width: 100%;
    height: 100%;
    min-height: clamp(280px, 40vw, 480px);
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 900px) {
    .newsroom-anticipate__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .newsroom-anticipate__media {
        clip-path: none;
        min-height: 240px;
        order: -1;
    }

    .newsroom-anticipate__media img {
        min-height: 240px;
        aspect-ratio: 16 / 9;
    }

    .newsroom-anticipate__content {
        padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem);
    }
}

/* ===== Feature ===== */

.newsroom-feature {
    background: #ffffff;
    padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-feature__inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.newsroom-feature__media {
    position: relative;
    min-width: 0;
    align-self: center;
}

.newsroom-feature__media img {
    width: 100%;
    height: auto;
    display: block;
}

.newsroom-feature__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--newsroom-navy);
    margin: 0 0 clamp(1.25rem, 2vw, 1.75rem);
    text-transform: uppercase;
}

.newsroom-feature__content {
    align-self: center;
}

.newsroom-feature__body p {
    font-family: var(--newsroom-font);
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    line-height: 1.7;
    font-weight: 300;
    color: var(--newsroom-navy);
    margin: 0 0 1.15rem;
}

.newsroom-feature__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .newsroom-feature__inner {
        grid-template-columns: 1fr;
        gap: clamp(1.5rem, 3vw, 2.25rem);
    }
}

/* ===== Highlight ===== */

.newsroom-highlight {
    background: var(--newsroom-navy);
    padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
}

.newsroom-highlight[hidden] {
    display: none !important;
}

.newsroom-highlight__inner {
    max-width: 1320px;
    margin: 0 auto;
}

.newsroom-highlight__head {
    margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-highlight__title {
    font-family: var(--newsroom-font);
    font-size: clamp(1.35rem, 2.5vw, 1.95rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    margin: 0;
}

.newsroom-highlight__title strong {
    font-weight: 800;
}

.newsroom-highlight__underline {
    display: block;
    width: clamp(3.25rem, 5vw, 4.5rem);
    height: 3px;
    background: #ffffff;
    margin: clamp(0.75rem, 1.2vw, 1rem) 0 0;
}

.newsroom-highlight .newsroom-empty {
    flex: 1 1 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) 1.5rem;
    text-align: center;
    font-family: var(--newsroom-font);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.28);
    border-radius: 16px;
}

.newsroom-highlight__grid {
    --newsroom-cols: 4;
    --newsroom-gap: clamp(0.9rem, 1.6vw, 1.35rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--newsroom-gap);
}

.newsroom-highlight .newsroom-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.newsroom-highlight .newsroom-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.newsroom-highlight .newsroom-card__media {
    position: relative;
    aspect-ratio: 16 / 11;
    border-radius: 0;
}

.newsroom-highlight .newsroom-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 120, 180, 0.22);
    pointer-events: none;
}

.newsroom-highlight .newsroom-card__body {
    align-items: center;
    text-align: center;
    padding: clamp(1.1rem, 1.6vw, 1.35rem) clamp(0.85rem, 1.3vw, 1.1rem) clamp(1.2rem, 1.8vw, 1.45rem);
}

.newsroom-highlight .newsroom-card__title {
    font-size: clamp(0.82rem, 1.05vw, 0.95rem);
    font-weight: 800;
    line-height: 1.35;
    min-height: calc(1.35em * 3);
    max-height: calc(1.35em * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsroom-highlight .newsroom-card__line {
    width: 2.25rem;
    height: 2px;
    margin: 0.7rem auto 0.85rem;
}

.newsroom-highlight .newsroom-card__text {
    font-size: clamp(0.8rem, 0.95vw, 0.9rem);
    font-weight: 300;
    line-height: 1.55;
    color: var(--newsroom-navy);
    min-height: calc(1.55em * 3);
    max-height: calc(1.55em * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsroom-highlight .newsroom-card__read {
    font-size: 0.68rem;
    padding: 0.45rem 1.15rem;
}

.newsroom-highlight__action {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

.newsroom-highlight__more {
    font-family: var(--newsroom-font);
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75rem 2.35rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--newsroom-navy);
    border: 2px solid #ffffff;
    transition: background 0.2s ease, color 0.2s ease;
}

.newsroom-highlight__more:hover,
.newsroom-highlight__more:focus {
    background: transparent;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .newsroom-highlight__grid {
        --newsroom-cols: 2;
    }
}

@media (max-width: 600px) {
    .newsroom-highlight__grid {
        --newsroom-cols: 1;
        max-width: 360px;
        margin: 0 auto;
    }
}
