.news-page { background: var(--color-light); color: var(--color-dark); font-family: Axiforma, Arial, sans-serif; }
.news-shell { width: min(88rem, calc(100% - 6rem)); margin-inline: auto; }
.news-hero { padding: clamp(13rem, 20vw, 20rem) 0 5rem; background: var(--color-primary); color: var(--color-light); }
.news-eyebrow { margin: 0 0 2rem; font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.news-page h1, .news-page h2, .news-page h3 { font-family: Axiforma, Arial, sans-serif; font-weight: 500; }
.news-page h1 { font-size: clamp(2.7rem, 6.4vw, 6.7rem); line-height: 1.08; letter-spacing: -.05em; margin: 0 0 2rem; max-width: 19ch; }
.news-intro { max-width: 37rem; font-size: clamp(1.05rem, 1.5vw, 1.4rem); line-height: 1.65; margin-bottom: 2rem; }
.news-jump, .news-source, .news-context a { display: inline-flex; align-items: center; gap: 1.2rem; min-height: 48px; font-size: .95rem; font-weight: 600; text-decoration: underline; text-underline-offset: .35em; }
.news-page a:hover { text-decoration-thickness: 2px; }
.news-page a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; border-radius: 2px; }
.news-coverage { padding: 5rem 0; scroll-margin-top: 10rem; }
.news-section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding-bottom: 3rem; }
.news-section-head h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.6rem); letter-spacing: -.04em; line-height: 1.15; }
.news-section-head p { max-width: 23rem; margin: 0; line-height: 1.65; }
.news-item { display: grid; grid-template-columns: minmax(14rem, 1fr) minmax(0, 2.2fr); gap: 3rem; border-top: 1px solid #ccc6c6; padding: 3rem 0; }
.news-meta p { font-size: .85rem; line-height: 1.65; margin: .6rem 0 0; }
.news-kind { display: inline-block; padding: .6rem .8rem; border: 1px solid #c8b5b8; border-radius: 2rem; font-size: .75rem; color: var(--color-primary); font-weight: 600; margin-bottom: .8rem; }
.news-publisher { font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 600; color: var(--color-primary); margin: 0 0 1rem; }
.news-copy h3 { font-size: clamp(1.6rem, 2.5vw, 2.7rem); line-height: 1.25; letter-spacing: -.03em; margin: 0 0 1.2rem; }
.news-copy > p:not(.news-publisher) { font-size: 1rem; line-height: 1.8; max-width: 47rem; margin-bottom: 1.1rem; }
.news-source { color: var(--color-primary); }
.news-context { border-top: 1px solid #ccc6c6; padding-top: 2rem; display: flex; gap: 2rem; justify-content: space-between; align-items: center; }
.news-context p { max-width: 39rem; font-size: .85rem; line-height: 1.7; margin: 0; }
.news-context a { flex-shrink: 0; }
.news-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 767px) {
 .news-shell { width: calc(100% - 2.5rem); }
 .news-hero { padding: 10rem 0 3rem; }
 .news-section-head, .news-context { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
 .news-coverage { padding: 3rem 0; }
 .news-item { grid-template-columns: 1fr; gap: 1.7rem; padding: 2rem 0; }
 .news-kind { margin-bottom: .2rem; }
}
.news-jump { color: var(--color-light); }
.news-context a { color: var(--color-primary); }
