.site-main:has(.news-page),
.site-main:has(.news-article-page),
.brand-content:has(.news-page),
.brand-content:has(.news-article-page) {
    padding: 0 !important;
}

.news-page,
.news-article-page {
    --news-red: #ef4938;
    --news-yellow: #f4c84b;
    --news-blue: #17304f;
    --news-cream: #f2eadc;
    --news-ink: #151515;
    --news-line: rgba(21, 21, 21, .17);
    width: 100%;
    color: var(--news-ink);
}

.news-page h1,
.news-page h2,
.news-page h3,
.news-article-page h1,
.news-article-page h2,
.news-article-page h3 { color: inherit; }

.news-page em,
.news-article-page em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }

.news-label {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.news-label::before { content: ''; width: 1.8rem; height: 1px; background: currentColor; }
.news-label--light { color: rgba(255, 255, 255, .58); }

.news-hero {
    position: relative;
    min-height: calc(100svh - 4.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem clamp(1rem, 4vw, 4.5rem);
    overflow: hidden;
    background: var(--news-blue);
    color: #fff;
}

.news-hero::after {
    content: 'J';
    position: absolute;
    right: -.08em;
    bottom: -.4em;
    color: rgba(255, 255, 255, .045);
    font-family: Georgia, serif;
    font-size: clamp(25rem, 52vw, 52rem);
    line-height: 1;
}

.news-hero__content { position: relative; z-index: 1; }
.brand-content .news-page .news-hero h1 { max-width: 9ch; margin: 1.5rem 0; color: #fff !important; font-size: clamp(4rem, 16vw, 9rem); line-height: .8; letter-spacing: -.08em; }
.news-hero h1 em { display: block; color: var(--news-yellow); }
.news-hero__intro { max-width: 38rem; margin: 0; color: rgba(255, 255, 255, .66); font-size: clamp(1rem, 2vw, 1.15rem); }

.news-hero__meta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 42rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.news-hero__meta div { padding: 1rem 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.news-hero__meta div:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .22); }
.news-hero__meta span, .news-hero__meta strong { display: block; }
.news-hero__meta span { color: rgba(255, 255, 255, .45); font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-hero__meta strong { font-size: .82rem; }

.news-ticker { overflow: hidden; padding: .7rem 0; background: var(--news-red); color: #fff; white-space: nowrap; }
.news-ticker div { width: max-content; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.news-ticker b { padding: 0 .7rem; color: var(--news-yellow); }

.news-feed { padding: 5rem clamp(1rem, 4vw, 4.5rem); background: var(--news-cream); }
.news-feed__head { display: grid; gap: 1.5rem; margin-bottom: 3rem; }
.news-feed__head h2 { margin: 1.1rem 0 0; font-size: clamp(2.7rem, 9vw, 5.8rem); line-height: .9; letter-spacing: -.065em; }
.news-feed__head h2 em { color: var(--news-red); }
.news-feed__head p { max-width: 34rem; margin: 0; color: #6d655c; }

.news-feature {
    display: grid;
    margin-bottom: 1rem;
    background: var(--news-yellow);
}

.news-feature__visual { position: relative; min-height: 20rem; overflow: hidden; background: var(--news-red); }
.news-feature__visual::before { content: 'Ω'; position: absolute; right: -.08em; bottom: -.28em; color: rgba(255, 255, 255, .18); font-family: Georgia, serif; font-size: 18rem; line-height: 1; }
.news-feature__visual span { position: absolute; left: 1.2rem; top: 1.2rem; color: #fff; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.news-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
.news-feature time, .news-card time { color: #776739; font-size: .6rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.news-feature h2 { margin: .8rem 0 1rem; font-size: clamp(2rem, 6vw, 4.4rem); line-height: .92; letter-spacing: -.055em; }
.news-feature p { color: #6f5e2e; }

.news-read-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: max-content;
    min-width: 10rem;
    margin-top: auto;
    padding: .75rem 0;
    border-bottom: 1px solid currentColor;
    color: var(--news-ink);
    text-decoration: none;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.news-read-link:hover { color: var(--news-red); }
.news-grid { display: grid; gap: 1rem; }
.news-card { min-height: 23rem; display: flex; flex-direction: column; padding: 1.7rem; background: #fff; border-top: 5px solid var(--news-red); }
.news-card:nth-child(3n+2) { border-color: var(--news-yellow); }
.news-card:nth-child(3n+3) { border-color: var(--news-blue); }
.news-card h3 { margin: 1rem 0; font-size: clamp(1.4rem, 4vw, 1.9rem); line-height: 1.05; }
.news-card h3 a { color: inherit; text-decoration: none; }
.news-card h3 a:hover { color: var(--news-red); }
.news-card p { color: #6d655c; font-size: .82rem; }

.news-empty {
    position: relative;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
    background: var(--news-yellow);
}
.news-empty::after { content: '00'; position: absolute; right: -.05em; bottom: -.28em; color: rgba(255, 255, 255, .4); font-size: 16rem; font-weight: 900; line-height: 1; }
.news-empty h3, .news-empty p { position: relative; z-index: 1; max-width: 34rem; }
.news-empty h3 { margin: 0 0 1rem; font-size: clamp(2rem, 7vw, 4rem); }
.news-empty p { color: #705f2d; }

.news-pagination { margin-top: 3rem; }
.news-pagination .pagination { gap: .35rem; }
.news-pagination .page-link { min-width: 2.7rem; min-height: 2.7rem; display: grid; place-items: center; border: 1px solid var(--news-line); border-radius: 0 !important; background: transparent; color: var(--news-ink); font-size: .72rem; font-weight: 800; }
.news-pagination .active .page-link { border-color: var(--news-red); background: var(--news-red); color: #fff; }

.news-article-hero {
    position: relative;
    min-height: 39rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4rem clamp(1rem, 4vw, 4.5rem);
    overflow: hidden;
    background: var(--news-yellow);
}
.news-article-hero::after { content: 'NEWS'; position: absolute; right: -.05em; bottom: -.15em; color: rgba(255, 255, 255, .4); font-size: clamp(8rem, 24vw, 22rem); font-weight: 900; line-height: 1; }
.news-article-hero__inner { position: relative; z-index: 1; }
.news-back { display: inline-flex; margin-bottom: 2rem; color: var(--news-ink); font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.news-back:hover { color: var(--news-red); }
.news-article-hero time { display: block; color: #78652d; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.news-article-hero h1 { max-width: 14ch; margin: 1rem 0; font-size: clamp(2.8rem, 9vw, 6.4rem); line-height: .88; letter-spacing: -.07em; }
.news-article-hero p { max-width: 45rem; margin: 0; color: #6f5e2e; font-size: clamp(1rem, 2vw, 1.22rem); }

.news-article-body { display: grid; gap: 2rem; padding: 4rem clamp(1rem, 4vw, 4.5rem) 6rem; background: var(--news-cream); }
.news-article-copy { padding: clamp(1.4rem, 4vw, 3.5rem); background: #fff; }
.news-article-copy > p:first-child { margin-top: 0; }
.news-article-copy p, .news-article-copy li { color: #514b44; line-height: 1.85; }
.news-article-copy h2, .news-article-copy h3 { margin-top: 2rem; }
.news-article-copy img { max-width: 100%; height: auto; }
.news-share { height: max-content; padding: 1.5rem; background: var(--news-blue); color: #fff; }
.news-share h2 { color: #fff; font-size: 1.5rem; }
.news-share p { color: rgba(255, 255, 255, .6); font-size: .78rem; }
.news-share__actions { display: grid; gap: .6rem; margin-top: 1.4rem; }
.news-share .brand-button { width: 100%; }

@media (min-width: 768px) {
    .news-hero__content { max-width: 70%; }
    .news-feed { padding-top: 7rem; padding-bottom: 7rem; }
    .news-feed__head { grid-template-columns: 1.2fr .8fr; align-items: end; }
    .news-feature { grid-template-columns: .7fr 1.3fr; }
    .news-feature__visual { min-height: 32rem; }
    .news-feature__copy { padding: 3.5rem; }
    .news-grid { grid-template-columns: repeat(3, 1fr); }
    .news-empty { padding: 4rem; }
    .news-article-hero { min-height: calc(100svh - 4.5rem); }
    .news-article-body { grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem); align-items: start; padding-top: 6rem; }
    .news-share { position: sticky; top: 5.5rem; }
}
