/* Newsroom art direction. All rules stay inside the page; site chrome is shared. */
.newsroom {
    --nr-bg: #090d0d;
    --nr-text: #f6f7f2;
    --nr-muted: #aab4ba;
    --nr-lime: #b2f541;
    --nr-line: #343b3a;
    position: relative;
    isolation: isolate;
    color: var(--nr-text);
    background: var(--nr-bg);
    font-family: 'Manrope', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.newsroom *, .newsroom *::before, .newsroom *::after { box-sizing: border-box; }
.newsroom :is(h1, h2, h3, p, ol) { margin: 0; }
.newsroom a { color: inherit; text-decoration: none; }
.newsroom button, .newsroom input, .newsroom select { font: inherit; }
.newsroom img { display: block; max-width: 100%; height: auto; }
.newsroom [hidden] { display: none !important; }
.newsroom .nr-accent { color: var(--nr-lime); }
.newsroom .nr-shell { width: calc(100% - 96px); max-width: 1328px; margin-inline: auto; }
.newsroom .nr-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; }
.newsroom :is(a, button, input, select):focus-visible { outline: 2px solid var(--nr-lime); outline-offset: 4px; }

/* The layout sets `overflow-x: hidden` on html/body, which makes the document a
   scroll container and silently kills `position: sticky` inside it. `clip` hides
   the same overflow without creating one, so the reader's rails can stick. The
   `:root` bump is needed because that inline block is emitted after this sheet. */
:root, :root > body { overflow-x: clip; }

/* Full-bleed 3D masthead. */
.newsroom .nr-hero { position: relative; overflow: hidden; min-height: 275px; }
.newsroom .nr-hero-art { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.newsroom .nr-hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.newsroom .nr-hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #090d0d 0%, #090d0dd9 20%, #090d0d3b 41%, transparent 54%); }
.newsroom .nr-hero-inner { position: relative; min-height: 275px; display: flex; align-items: center; padding-block: 20px 12px; }
.newsroom .nr-hero-copy { position: relative; width: 54%; max-width: 650px; }
.newsroom .nr-eyebrow { margin: 0 0 5px; color: #c4cbcd; font-size: 10px; line-height: 1.6; font-weight: 600; letter-spacing: .43em; text-transform: uppercase; }
.newsroom .nr-hero h1 { width: max-content; max-width: 115%; margin-left: -5px; color: #f8f7ef; font-size: clamp(70px, 7vw, 104px); font-weight: 800; line-height: 1; letter-spacing: -.065em; text-wrap: nowrap; }
.newsroom .nr-hero-tagline { margin-top: 1px; color: var(--nr-text); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.4; font-weight: 800; letter-spacing: -.045em; }
.newsroom .nr-hero-description { margin-top: 2px; color: #b4bfc6; font-size: 15px; line-height: 1.5; letter-spacing: -.025em; }
.newsroom .nr-search { display: flex; align-items: center; width: 402px; max-width: 90%; height: 44px; margin-top: 17px; border: 1px solid #414747; border-radius: 9px; background: #141819c9; transition: border-color .2s; }
.newsroom .nr-search:focus-within { border-color: var(--nr-lime); box-shadow: 0 0 0 2px #b2f54112; }
.newsroom .nr-search button { align-self: stretch; flex: 0 0 49px; padding: 0; color: #d0d9dc; font-size: 17px; background: none; border: 0; cursor: pointer; border-radius: 8px; }
.newsroom .nr-search input { width: 100%; min-width: 0; height: 100%; border: 0; outline: 0; color: var(--nr-text); background: transparent; font-size: 14px; box-shadow: none; padding: 0 10px 0 0; }
.newsroom .nr-search input:focus-visible { outline: none; }
.newsroom .nr-search input::placeholder { color: #acb6bc; opacity: 1; }
.newsroom .nr-search input::-webkit-search-cancel-button { display: none; }
.newsroom .nr-search-clear { display: grid; flex: 0 0 36px; height: 36px; place-items: center; color: var(--nr-muted); }

/* Taxonomy and server-backed ordering. */
.newsroom .nr-filter-bar { border-block: 1px solid var(--nr-line); background: #090d0df2; }
.newsroom .nr-filter-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 43px; }
.newsroom .nr-topics { display: flex; align-items: center; gap: 4px; padding-block: 5px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #394535 transparent; }
.newsroom .nr-topic { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 5px 16px; border-radius: 5px; color: #c8d1d5; font-size: 12px; line-height: 1.5; font-weight: 500; transition: color .18s, background .18s; }
.newsroom .nr-topic:hover { color: var(--nr-text); background: #1d2524; }
.newsroom .nr-topic.is-active { background: var(--nr-lime); color: #131b09; font-weight: 800; }
.newsroom .nr-sort { flex-shrink: 0; display: flex; align-items: center; gap: 12px; color: #b9c1c6; }
.newsroom .nr-sort select { width: 89px; padding: 7px 0; border: 0; background: transparent; color: #c8d1d5; appearance: none; cursor: pointer; font-size: 12px; text-align: right; }
.newsroom .nr-sort option { color: var(--nr-text); background: #151b19; }
.newsroom .nr-sort > i { font-size: 14px; pointer-events: none; }
.newsroom .nr-sort button { background: #1c2716; color: var(--nr-lime); border: 1px solid #384829; border-radius: 4px; padding: 3px 7px; }

/* Lead story and editorial rail. */
.newsroom .nr-content { padding-block: 13px 48px; }
.newsroom .nr-editorial-grid { display: grid; grid-template-columns: minmax(0, 2.94fr) minmax(270px, 1fr); gap: 25px; align-items: stretch; }
.newsroom .nr-feature { position: relative; min-width: 0; min-height: 355px; overflow: hidden; border: 1px solid #343b3a; border-radius: 12px; background: #101514; }
.newsroom .nr-feature-slide { position: relative; min-height: 100%; height: 100%; }
.newsroom .nr-feature-art { position: absolute; inset: 0; overflow: hidden; }
.newsroom .nr-feature-art img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; transition: transform .6s ease; }
.newsroom .nr-feature-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #090d10e8 0%, #090d10c9 26%, #090d1060 49%, transparent 73%), linear-gradient(0deg, #090d1052, transparent 35%); }
.newsroom .nr-feature:hover .nr-feature-art img { transform: scale(1.025); }
.newsroom .nr-feature-content { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 355px; height: 100%; padding: 16px 24px 36px; }
.newsroom .nr-feature-eyebrow { color: #d6dadd; font-size: 10px; line-height: 1.5; font-weight: 500; letter-spacing: .36em; text-transform: uppercase; }
.newsroom .nr-feature-copy { width: 52%; max-width: 445px; margin-block: auto; padding-top: 21px; }
.newsroom .nr-feature-category { display: inline-block; margin-bottom: 4px; color: var(--nr-lime); font-size: 11px; font-weight: 800; line-height: 1.5; letter-spacing: .095em; text-transform: uppercase; }
.newsroom .nr-feature-category:hover { color: #d6ff94; }
.newsroom .nr-feature h2 { color: #f6f7f6; font-size: clamp(25px, 2.48vw, 38px); font-weight: 800; letter-spacing: -.045em; line-height: 1.08; text-wrap: pretty; }
.newsroom .nr-feature h2 span { display: block; }
.newsroom .nr-feature h2 a:hover { color: #fff; }
.newsroom .nr-feature-description { margin-top: 8px; color: #e0e3e2; font-size: 15px; line-height: 1.5; letter-spacing: -.025em; }
.newsroom .nr-feature-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 8px; color: #b4bdc1; font-size: 11px; line-height: 1.6; }
.newsroom .nr-button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; min-height: 44px; padding: 11px 18px; border: 1px solid var(--nr-lime); border-radius: 8px; color: #101b06; background: var(--nr-lime); font-size: 14px; font-weight: 800; line-height: 1.5; transition: background .18s, transform .18s; }
.newsroom .nr-button > i { font-size: 22px; }
.newsroom .nr-button:hover { color: #101b06; background: #c8ff6a; border-color: #c8ff6a; transform: translateY(-2px); }
.newsroom .nr-feature .nr-button { margin-top: 24px; }
.newsroom .nr-carousel-controls { position: absolute; z-index: 2; right: 20px; bottom: 24px; display: flex; align-items: center; gap: 16px; color: #eef2f1; }
.newsroom .nr-carousel-controls button { width: 37px; height: 37px; padding: 0; border: 1px solid #9aa29b6b; border-radius: 50%; background: #0a100f6b; color: #fff; font-size: 26px; cursor: pointer; transition: border-color .18s, background .18s; }
.newsroom .nr-carousel-controls button:hover { background: #26331ccc; border-color: var(--nr-lime); }
.newsroom .nr-carousel-controls span { font-size: 12px; min-width: 42px; text-align: center; }
.newsroom .nr-radar { display: flex; flex-direction: column; min-width: 0; }
.newsroom .nr-radar h2 { margin: 0 0 7px; color: var(--nr-text); font-size: 25px; line-height: 1.3; font-weight: 800; letter-spacing: -.04em; }
.newsroom .nr-radar-list { flex-grow: 1; list-style: none; padding: 0; border-top: 1px solid var(--nr-line); }
.newsroom .nr-radar-list li { border-bottom: 1px solid var(--nr-line); }
.newsroom .nr-radar-link { display: flex; align-items: flex-start; gap: 21px; min-height: 77px; padding-block: 12px; }
.newsroom .nr-radar-number { min-width: 44px; color: #686e69; font-size: 31px; line-height: 1.1; font-weight: 700; letter-spacing: -.045em; transition: color .2s; }
.newsroom .nr-radar-copy { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.newsroom .nr-radar-category { color: #d2d8d6; font-size: 9px; font-weight: 500; line-height: 1.6; letter-spacing: .11em; text-transform: uppercase; }
.newsroom .nr-radar-title { color: #f4f6f5; font-size: 13px; line-height: 1.45; font-weight: 700; letter-spacing: -.02em; transition: color .2s; }
.newsroom .nr-radar-detail { margin-top: 2px; color: var(--nr-muted); font-size: 11px; line-height: 1.5; }
.newsroom .nr-radar-link:hover :is(.nr-radar-number, .nr-radar-title) { color: var(--nr-lime); }
.newsroom .nr-schedule { display: flex; align-items: center; gap: 15px; min-height: 86px; margin-top: 8px; padding: 4px 14px 4px 6px; overflow: hidden; border: 1px solid #3a4d2a; border-radius: 10px; background: linear-gradient(115deg, #17230f, #101610 65%, #111611); transition: border-color .18s; }
.newsroom .nr-schedule:hover { border-color: #97c654; }
.newsroom .nr-schedule > img { width: 92px; height: 76px; object-fit: contain; mix-blend-mode: lighten; flex-shrink: 0; }
.newsroom .nr-schedule > span { display: flex; flex-direction: column; gap: 4px; }
.newsroom .nr-schedule strong { color: var(--nr-text); font-size: 17px; font-weight: 800; letter-spacing: -.04em; line-height: 1.4; }
.newsroom .nr-schedule span > span { display: flex; align-items: center; gap: 12px; color: var(--nr-lime); font-size: 11px; line-height: 1.5; }
.newsroom .nr-schedule .fa { font-size: 20px; }

/* Open editorial cards, also used for useful discovery when the edition is small. */
.newsroom .nr-latest { margin-top: 15px; scroll-margin-top: 110px; }
.newsroom .nr-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 10px; }
.newsroom .nr-section-heading h2 { color: var(--nr-text); font-size: 25px; font-weight: 800; line-height: 1.35; letter-spacing: -.045em; }
.newsroom .nr-text-link { display: inline-flex; align-items: center; gap: 15px; flex-shrink: 0; color: var(--nr-lime); font-size: 12px; line-height: 1.5; }
.newsroom .nr-text-link:hover { color: #d8ff9a; }
.newsroom .nr-text-link .fa { font-size: 20px; }
.newsroom .nr-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.newsroom .nr-story-card { min-width: 0; }
.newsroom .nr-story-media { display: block; position: relative; aspect-ratio: 3 / 1.025; border: 1px solid #454d4b; border-radius: 9px; overflow: hidden; background: #141d19; }
.newsroom .nr-story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.newsroom .nr-story-card:hover .nr-story-media img { transform: scale(1.045); }
.newsroom .nr-story-copy { padding: 8px 2px 0; }
.newsroom .nr-story-category { display: block; width: fit-content; color: var(--nr-lime); font-size: 10px; line-height: 1.4; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.newsroom .nr-story-card h3 { margin-top: 3px; color: #f2f5f2; font-size: 17px; font-weight: 700; line-height: 1.4; letter-spacing: -.04em; }
.newsroom .nr-story-card h3 a { transition: color .18s; }
.newsroom .nr-story-card:hover h3 a { color: var(--nr-lime); }
.newsroom .nr-story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 5px; color: #a2afb5; font-size: 11px; line-height: 1.6; }
.newsroom .nr-story-meta .fa { color: var(--nr-lime); font-size: 15px; }
.newsroom .nr-pagination { padding-top: 32px; }
.newsroom .nr-pagination :is(a, span) { color: #dce6d5; }
.newsroom .nr-pagination .bg-white { background: #152012 !important; border-color: #364a29 !important; }
.newsroom .nr-empty { display: flex; flex-direction: column; align-items: center; padding: 50px 20px; text-align: center; border: 1px solid #263328; background: #101612; border-radius: 12px; }
.newsroom .nr-empty > i { color: var(--nr-lime); font-size: 26px; margin-bottom: 16px; }
.newsroom .nr-empty h3 { color: var(--nr-text); font-size: 25px; font-weight: 700; letter-spacing: -.04em; }
.newsroom .nr-empty p { max-width: 560px; margin-top: 10px; color: var(--nr-muted); font-size: 15px; line-height: 1.7; }
.newsroom .nr-empty .nr-button { margin-top: 24px; }
.newsroom--filtered .nr-hero h1 { width: auto; max-width: 100%; font-size: clamp(40px, 5vw, 68px); line-height: 1.12; text-wrap: balance; }
.newsroom--filtered .nr-hero-description { margin-top: 12px; max-width: 490px; }
.newsroom--filtered .nr-content { padding-top: 22px; }
.newsroom--filtered .nr-latest { margin-top: 0; }
.newsroom--filtered .nr-story-media { aspect-ratio: 16 / 8; }

@media (min-width: 1600px) {
    .newsroom .nr-hero { min-height: 340px; }
    .newsroom .nr-hero-inner { min-height: 340px; }
    .newsroom .nr-hero-art img { object-position: center 48%; }
}
@media (max-width: 1199px) {
    .newsroom .nr-shell { width: calc(100% - 64px); }
    .newsroom .nr-hero-copy { width: 57%; }
    .newsroom .nr-hero h1 { font-size: 78px; }
    .newsroom .nr-hero-tagline { font-size: 21px; }
    .newsroom .nr-hero-description { max-width: 380px; font-size: 14px; }
    .newsroom .nr-hero-art img { object-position: 55% center; }
    .newsroom .nr-editorial-grid { grid-template-columns: minmax(0, 2.5fr) minmax(240px, 1fr); gap: 20px; }
    .newsroom .nr-feature-copy { width: 67%; }
    .newsroom .nr-feature-content { padding-inline: 20px; }
    .newsroom .nr-feature-art img { object-position: 64% center; }
    .newsroom .nr-feature h2 { font-size: 30px; }
    .newsroom .nr-feature-description { font-size: 13px; }
    .newsroom .nr-radar-link { gap: 10px; }
    .newsroom .nr-radar-number { min-width: 35px; font-size: 29px; }
    .newsroom .nr-schedule { gap: 6px; padding-right: 8px; }
    .newsroom .nr-schedule > img { width: 68px; }
    .newsroom .nr-schedule strong { font-size: 16px; }
    .newsroom .nr-schedule span > span { font-size: 10px; gap: 7px; }
    .newsroom .nr-story-grid { gap: 20px; }
}
@media (max-width: 900px) {
    .newsroom .nr-shell { width: calc(100% - 40px); }
    .newsroom .nr-hero { min-height: 290px; }
    .newsroom .nr-hero-inner { min-height: 290px; }
    .newsroom .nr-hero-copy { width: 63%; }
    .newsroom .nr-hero h1 { font-size: clamp(52px, 9vw, 72px); }
    .newsroom .nr-hero-art::after { background: linear-gradient(90deg, #090d0de8, #090d0d8c 45%, #090d0d0a 85%); }
    .newsroom .nr-hero-tagline { font-size: 19px; }
    .newsroom .nr-hero-description { max-width: 345px; }
    .newsroom .nr-filter-inner { gap: 16px; }
    .newsroom .nr-topic { padding-inline: 12px; }
    .newsroom .nr-editorial-grid { grid-template-columns: 1fr; gap: 20px; }
    .newsroom .nr-feature { min-height: 355px; }
    .newsroom .nr-feature h2 { font-size: 35px; }
    .newsroom .nr-feature-copy { width: 59%; }
    .newsroom .nr-radar-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
    .newsroom .nr-radar-link { height: 100%; }
    .newsroom .nr-radar-list li { border-bottom: 0; }
    .newsroom .nr-schedule { gap: 18px; min-height: 78px; width: 100%; }
    .newsroom .nr-schedule > img { width: 84px; height: 68px; }
    .newsroom .nr-schedule strong { font-size: 18px; }
    .newsroom .nr-schedule span > span { font-size: 12px; }
    .newsroom .nr-latest { margin-top: 25px; }
    .newsroom .nr-story-grid { gap: 16px; }
    .newsroom .nr-story-media { aspect-ratio: 16 / 9; }
    .newsroom .nr-story-card h3 { font-size: 16px; }
}
@media (max-width: 600px) {
    .newsroom .nr-shell { width: calc(100% - 36px); }
    .newsroom .nr-hero { min-height: 414px; }
    .newsroom .nr-hero-inner { min-height: 414px; align-items: flex-start; padding-top: 27px; padding-bottom: 26px; }
    .newsroom .nr-hero-copy { width: 100%; max-width: none; }
    .newsroom .nr-hero h1 { font-size: clamp(52px, 13.6vw, 78px); max-width: 100%; margin-left: -2px; }
    .newsroom .nr-eyebrow { font-size: 9px; letter-spacing: .32em; margin-bottom: 7px; }
    .newsroom .nr-hero-tagline { font-size: clamp(17px, 4.6vw, 21px); margin-top: 5px; }
    .newsroom .nr-hero-description { font-size: 13px; max-width: 300px; line-height: 1.6; margin-top: 3px; }
    .newsroom .nr-hero-art img { width: 840px; max-width: none; height: 280px; inset: auto -75px -6px auto; object-fit: cover; }
    .newsroom .nr-hero-art::after { background: linear-gradient(180deg, #090d0d 0%, #090d0df5 23%, #090d0d75 46%, transparent 67%); }
    .newsroom .nr-search { width: 100%; max-width: 100%; margin-top: 166px; height: 44px; background: #101616e8; }
    .newsroom .nr-filter-inner { flex-wrap: wrap; gap: 0; padding-block: 3px 5px; }
    .newsroom .nr-topics { width: 100%; }
    .newsroom .nr-topic { padding: 8px 13px; min-height: 36px; }
    .newsroom .nr-sort { margin-left: auto; }
    .newsroom .nr-sort select { padding-block: 5px; }
    .newsroom .nr-content { padding-block: 16px 32px; }
    .newsroom .nr-feature { min-height: 440px; }
    .newsroom .nr-feature-content { min-height: 440px; padding: 17px 20px 24px; }
    .newsroom .nr-feature-art img { object-position: 78% center; }
    .newsroom .nr-feature-art::after { background: linear-gradient(0deg, #090d10fa 0%, #090d10eb 15%, #090d10a8 47%, #090d100a 84%), linear-gradient(90deg, #090d105a, transparent); }
    .newsroom .nr-feature-copy { width: 100%; margin-top: auto; margin-bottom: 0; padding-top: 125px; }
    .newsroom .nr-feature h2 { max-width: 360px; font-size: clamp(25px, 7.3vw, 33px); line-height: 1.12; }
    .newsroom .nr-feature-description { font-size: 13px; }
    .newsroom .nr-feature .nr-button { margin-top: 18px; }
    .newsroom .nr-carousel-controls { right: 18px; bottom: 27px; gap: 8px; }
    .newsroom .nr-carousel-controls button { width: 32px; height: 32px; }
    .newsroom .nr-carousel-controls span { font-size: 10px; min-width: 37px; }
    .newsroom .nr-radar h2, .newsroom .nr-section-heading h2 { font-size: 24px; }
    .newsroom .nr-radar-list { display: block; }
    .newsroom .nr-radar-list li { border-bottom: 1px solid var(--nr-line); }
    .newsroom .nr-radar-link { gap: 20px; padding-block: 14px; min-height: 85px; }
    .newsroom .nr-radar-number { font-size: 33px; min-width: 44px; }
    .newsroom .nr-radar-category { font-size: 10px; }
    .newsroom .nr-radar-title { font-size: 14px; }
    .newsroom .nr-radar-detail { font-size: 12px; }
    .newsroom .nr-schedule { margin-top: 13px; }
    .newsroom .nr-schedule > img { width: 94px; height: 78px; }
    .newsroom .nr-section-heading { gap: 10px; margin-bottom: 14px; }
    .newsroom .nr-text-link { font-size: 11px; gap: 8px; }
    .newsroom .nr-story-grid { grid-template-columns: 1fr; gap: 24px; }
    .newsroom .nr-story-media { aspect-ratio: 2.4 / 1; }
    .newsroom .nr-story-card h3 { font-size: 19px; }
    .newsroom .nr-story-category { font-size: 11px; }
    .newsroom .nr-story-meta { font-size: 12px; }
    .newsroom .nr-empty { padding: 32px 18px; }
    .newsroom .nr-empty h3 { font-size: 23px; }
    .newsroom--filtered .nr-hero-copy { max-width: 100%; }
    .newsroom--filtered .nr-hero h1 { font-size: 42px; text-wrap: pretty; }
    .newsroom--filtered .nr-search { margin-top: 145px; }
    .newsroom--filtered .nr-section-heading { align-items: flex-start; }
    .newsroom--filtered .nr-section-heading h2 { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
    .newsroom *, .newsroom *::before, .newsroom *::after { transition: none !important; scroll-behavior: auto !important; }
    .newsroom .nr-feature:hover .nr-feature-art img, .newsroom .nr-story-card:hover .nr-story-media img { transform: none; }
}

/* ============================================================ article reader
   The story page shares the newsroom ground, accent and shell. Only reading
   furniture — progress, the utility bar, body typography and the rail — is new.
   ========================================================================= */
.newsroom--reader { --nr-measure: 74ch; }
.newsroom .nr-progress { position: fixed; z-index: 1200; inset: 0 0 auto; height: 3px; background: #ffffff0f; }
.newsroom .nr-progress span { display: block; width: 0; height: 100%; background: var(--nr-lime); }

.newsroom .nr-preview { position: sticky; top: 87px; z-index: 40; border-bottom: 1px solid #ffcf484d; background: #2d2203f5; color: #ffe8a5; backdrop-filter: blur(16px); }
.newsroom .nr-preview-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 46px; font-size: 12px; font-weight: 700; }
.newsroom .nr-preview :is(span, a) { display: inline-flex; align-items: center; gap: 8px; }
.newsroom .nr-preview a:hover { color: #fff6dd; }

/* Masthead: the hub's art treatment, weighted to the bottom for long headlines. */
.newsroom .nr-article-hero { position: relative; display: flex; align-items: flex-end; min-height: 430px; overflow: hidden; }
.newsroom .nr-article-hero-art { position: absolute; inset: 0; pointer-events: none; }
.newsroom .nr-article-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.newsroom .nr-article-hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #090d0d 4%, #090d0de6 26%, #090d0d8c 58%, #090d0d47 100%), linear-gradient(90deg, #090d0dcc 0%, #090d0d59 42%, transparent 72%); }
.newsroom .nr-article-hero-inner { position: relative; padding-block: 108px 30px; }
.newsroom .nr-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: #98a3a7; font-size: 11px; line-height: 1.6; }
.newsroom .nr-breadcrumb a { transition: color .18s; }
.newsroom .nr-breadcrumb a:hover { color: var(--nr-lime); }
.newsroom .nr-breadcrumb .fa { font-size: 10px; color: #5f6a6b; }
.newsroom .nr-article-category { display: inline-block; margin-top: 13px; color: var(--nr-lime); font-size: 11px; font-weight: 800; line-height: 1.5; letter-spacing: .095em; text-transform: uppercase; }
.newsroom .nr-article-category:hover { color: #d6ff94; }
.newsroom .nr-article-hero h1 { max-width: 17ch; margin-top: 4px; margin-left: -3px; color: #f8f7ef; font-size: clamp(34px, 4.4vw, 64px); font-weight: 800; line-height: 1.03; letter-spacing: -.055em; text-wrap: balance; }
.newsroom .nr-article-deck { max-width: 62ch; margin-top: 11px; color: #c9d2d0; font-size: 16px; line-height: 1.55; letter-spacing: -.025em; }
.newsroom .nr-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px; }
.newsroom .nr-byline-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #4d5f38; background: #1a2413; color: var(--nr-lime); font-size: 13px; font-weight: 800; }
.newsroom .nr-byline-author { display: flex; flex-direction: column; }
.newsroom .nr-byline-author strong { color: #f2f5f3; font-size: 13px; font-weight: 700; letter-spacing: -.02em; line-height: 1.35; }
.newsroom .nr-byline-author small { color: #8e9a9c; font-size: 10px; line-height: 1.5; letter-spacing: .05em; text-transform: uppercase; }
.newsroom .nr-byline-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; padding-left: 12px; border-left: 1px solid #3b4443; color: #b4bdc1; font-size: 11px; line-height: 1.6; }

/* Utility bar, mirroring the hub's filter rail. */
.newsroom .nr-article-bar { position: sticky; top: 87px; z-index: 30; border-block: 1px solid var(--nr-line); background: #090d0df2; backdrop-filter: blur(14px); }
.newsroom .nr-article-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 46px; }
.newsroom .nr-back { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; color: #c8d1d5; font-size: 12px; line-height: 1.5; transition: color .18s; }
.newsroom .nr-back:hover { color: var(--nr-lime); }
.newsroom .nr-back .fa { font-size: 17px; }
.newsroom .nr-share { display: flex; align-items: center; gap: 8px; min-width: 0; }
.newsroom .nr-share-label { margin-right: 2px; color: #9aa5a8; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.newsroom .nr-share :is(a, button) { display: grid; place-items: center; width: 31px; height: 31px; padding: 0; border: 1px solid #343b3a; border-radius: 50%; background: #121716; color: #c8d1d5; font-size: 13px; cursor: pointer; transition: color .18s, border-color .18s, background .18s; }
.newsroom .nr-share :is(a, button):hover { color: var(--nr-lime); border-color: #5d7440; background: #1a2313; }
.newsroom .nr-share-status { min-width: 0; color: var(--nr-lime); font-size: 11px; white-space: nowrap; }
.newsroom .nr-share-native { display: none !important; }
.newsroom--share .nr-share-native { display: grid !important; }

/* Reading column with a sticky rail for contents and a way onward. */
.newsroom .nr-reader-content { padding-block: 34px 56px; }
.newsroom .nr-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 292px; gap: 46px; align-items: start; }
/* The rail leads in source order so small screens get the contents first; on
   desktop it is placed beside the story and sticks to the row the body sets. */
.newsroom .nr-article-rail { grid-area: 1 / 2; position: sticky; top: 150px; display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.newsroom .nr-contents h2 { margin-bottom: 6px; color: var(--nr-text); font-size: 19px; font-weight: 800; line-height: 1.3; letter-spacing: -.04em; }
.newsroom .nr-contents-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--nr-line); }
.newsroom .nr-contents-list li { border-bottom: 1px solid var(--nr-line); }
.newsroom .nr-contents-list a { display: flex; align-items: baseline; gap: 14px; padding-block: 11px; }
.newsroom .nr-contents-number { flex-shrink: 0; color: #686e69; font-size: 12px; font-weight: 700; letter-spacing: -.02em; transition: color .2s; }
.newsroom .nr-contents-label { color: #cdd6d3; font-size: 13px; line-height: 1.45; font-weight: 600; letter-spacing: -.02em; transition: color .2s; }
.newsroom .nr-contents-list a:hover :is(.nr-contents-number, .nr-contents-label),
.newsroom .nr-contents-list a.is-active :is(.nr-contents-number, .nr-contents-label) { color: var(--nr-lime); }

.newsroom .nr-article-body { grid-area: 1 / 1; max-width: var(--nr-measure); min-width: 0; color: #d3dad7; font-size: 17px; line-height: 1.75; letter-spacing: -.01em; }
.newsroom .nr-article-body > :first-child { margin-top: 0; }
.newsroom .nr-article-body > :last-child { margin-bottom: 0; }
.newsroom .nr-article-body p { margin: 0 0 22px; }
.newsroom .nr-article-body :is(h2, h3, h4) { color: #f4f6f5; font-weight: 800; letter-spacing: -.045em; line-height: 1.15; text-wrap: balance; scroll-margin-top: 150px; }
.newsroom .nr-article-body h2 { margin: 44px 0 14px; font-size: clamp(24px, 2.4vw, 31px); }
.newsroom .nr-article-body h3 { margin: 34px 0 12px; font-size: clamp(19px, 1.8vw, 23px); }
.newsroom .nr-article-body h4 { margin: 28px 0 10px; font-size: 17px; }
.newsroom .nr-article-body strong { color: #eef2f0; font-weight: 700; }
.newsroom .nr-article-body em { color: #e2e8e5; }
.newsroom .nr-article-body a { color: var(--nr-lime); text-decoration: underline; text-decoration-color: #b2f54161; text-underline-offset: 3px; transition: text-decoration-color .18s; }
.newsroom .nr-article-body a:hover { color: #d2ff8c; text-decoration-color: currentColor; }
.newsroom .nr-article-body :is(ul, ol) { margin: 0 0 22px; padding-left: 22px; }
.newsroom .nr-article-body li { margin-bottom: 8px; }
.newsroom .nr-article-body li::marker { color: var(--nr-lime); }
.newsroom .nr-article-body blockquote { margin: 30px 0; padding: 18px 22px; border: 0; border-left: 3px solid var(--nr-lime); border-radius: 0 10px 10px 0; background: #121816; color: #e3e9e6; font-size: 16px; font-style: italic; }
.newsroom .nr-article-body blockquote > :last-child { margin-bottom: 0; }
.newsroom .nr-article-body :is(img, iframe, video) { width: 100%; max-width: 100%; height: auto; margin: 30px 0; border: 1px solid #2c3332; border-radius: 10px; background: #101514; }
.newsroom .nr-article-body img { width: 100%; max-width: 100%; height: auto !important; aspect-ratio: auto; object-fit: contain; }
.newsroom .nr-article-body :is(iframe, video) { aspect-ratio: 16 / 9; height: auto; }
.newsroom .nr-article-body figure { margin: 30px 0; }
.newsroom .nr-article-body figure :is(img, iframe) { margin: 0; }
.newsroom .nr-article-body figure img { width: 100%; max-width: 100%; height: auto !important; }
.newsroom .nr-article-body figcaption { margin-top: 10px; color: #96a2a5; font-size: 12px; line-height: 1.55; text-align: center; }
.newsroom .nr-article-body hr { margin: 34px 0; border: 0; border-top: 1px solid var(--nr-line); }
.newsroom .nr-article-body table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: 14px; }
.newsroom .nr-article-body :is(th, td) { padding: 10px 12px; border: 1px solid #2c3332; text-align: left; }
.newsroom .nr-article-body th { background: #151b19; color: #eef2f0; font-weight: 700; }
.newsroom .nr-article-body code { padding: 2px 6px; border-radius: 5px; background: #151b19; color: #d6ff94; font-size: .9em; }
.newsroom .nr-article-body pre { margin: 26px 0; padding: 16px 18px; overflow-x: auto; border: 1px solid #2c3332; border-radius: 10px; background: #0e1312; }
.newsroom .nr-article-body pre code { padding: 0; background: none; }
.newsroom .nr-image-unavailable { display: flex; flex-direction: column; align-items: center; gap: 6px; margin: 30px 0; padding: 32px 20px; border: 1px dashed #38423f; border-radius: 10px; background: #101514; text-align: center; }
.newsroom .nr-image-unavailable .fa { color: var(--nr-lime); font-size: 22px; }
.newsroom .nr-image-unavailable strong { color: #dfe5e2; font-size: 13px; }
.newsroom .nr-image-unavailable small { color: var(--nr-muted); font-size: 11px; }

/* Closing furniture. */
.newsroom .nr-article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--nr-line); }
.newsroom .nr-article-tags > span { color: #8e9a9c; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.newsroom .nr-article-tags > div { display: flex; flex-wrap: wrap; gap: 6px; }
.newsroom .nr-article-tags .nr-topic { background: #151b19; }
.newsroom .nr-article-tags .nr-topic:hover { background: #1d2524; }
.newsroom .nr-article-end { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 26px; padding: 16px 18px; border: 1px solid #3a4d2a; border-radius: 10px; background: linear-gradient(115deg, #17230f, #101610 65%, #111611); }
.newsroom .nr-article-end-mark { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; background: #1e2c13; color: var(--nr-lime); font-size: 19px; }
.newsroom .nr-article-end-copy { display: flex; flex-direction: column; gap: 2px; flex: 1 1 240px; min-width: 0; }
.newsroom .nr-article-end-copy strong { color: var(--nr-text); font-size: 17px; font-weight: 800; letter-spacing: -.04em; line-height: 1.4; }
.newsroom .nr-article-end-copy > span { color: var(--nr-muted); font-size: 12px; line-height: 1.5; }
.newsroom .nr-article-end .nr-button { flex-shrink: 0; gap: 14px; }
.newsroom .nr-related { margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--nr-line); }
.newsroom .nr-keep-reading { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--nr-line); }
.newsroom .nr-keep-reading li { border-bottom: 0; }
.newsroom .nr-keep-reading .nr-radar-link { height: 100%; }

@media (max-width: 1199px) {
    .newsroom .nr-article-layout { grid-template-columns: minmax(0, 1fr) 248px; gap: 32px; }
    .newsroom .nr-article-hero h1 { font-size: clamp(34px, 5.2vw, 54px); }
    .newsroom .nr-article-body { font-size: 16px; }
}
@media (max-width: 900px) {
    .newsroom .nr-article-hero { min-height: 380px; }
    .newsroom .nr-article-hero-inner { padding-block: 92px 26px; }
    .newsroom .nr-article-hero h1 { max-width: 20ch; }
    .newsroom .nr-article-layout { grid-template-columns: 1fr; gap: 28px; }
    .newsroom .nr-article-body { grid-area: auto; max-width: 100%; }
    .newsroom .nr-article-rail { grid-area: auto; position: static; gap: 16px; }
    .newsroom .nr-contents { padding: 14px 16px 4px; border: 1px solid var(--nr-line); border-radius: 10px; background: #0e1312; }
    /* Contents earn their place above the story; the schedule promo does not —
       the closing card already carries the onward links on a phone. */
    .newsroom .nr-article-rail .nr-schedule { display: none; }
    .newsroom .nr-keep-reading { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
}
@media (max-width: 600px) {
    .newsroom .nr-article-hero { min-height: 340px; }
    .newsroom .nr-article-hero-art::after { background: linear-gradient(0deg, #090d0d 6%, #090d0df0 32%, #090d0d94 66%, #090d0d3d 100%); }
    .newsroom .nr-article-hero-inner { padding-block: 78px 22px; }
    .newsroom .nr-article-hero h1 { max-width: 100%; font-size: clamp(29px, 8.2vw, 40px); letter-spacing: -.045em; text-wrap: pretty; }
    .newsroom .nr-article-deck { font-size: 14px; }
    .newsroom .nr-byline { gap: 10px; margin-top: 15px; }
    .newsroom .nr-byline-meta { width: 100%; padding-left: 0; border-left: 0; }
    .newsroom .nr-article-bar-inner { gap: 10px; min-height: 44px; }
    .newsroom .nr-share-label { display: none; }
    .newsroom .nr-share { gap: 6px; }
    .newsroom .nr-reader-content { padding-block: 24px 36px; }
    .newsroom .nr-article-body { font-size: 16px; line-height: 1.72; }
    .newsroom .nr-article-body h2 { margin-top: 34px; }
    .newsroom .nr-article-body blockquote { padding: 15px 17px; font-size: 15px; }
    .newsroom .nr-article-end { padding: 15px; }
    .newsroom .nr-article-end .nr-button { width: 100%; }
    .newsroom .nr-related { margin-top: 34px; }
    .newsroom .nr-keep-reading { grid-template-columns: 1fr; gap: 0; }
    .newsroom .nr-keep-reading li { border-bottom: 1px solid var(--nr-line); }
}

/* Reader discussion. Shares the reader's furniture: card surfaces on the page
   ground, lime for the one primary action, and a hairline rule per thread. */
.newsroom .nr-comments { margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--nr-line); scroll-margin-top: 150px; }
.newsroom .nr-comments-count { flex-shrink: 0; color: #8e9a9c; font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.newsroom .nr-comments-status { margin: 0 0 14px; padding: 10px 14px; border: 1px solid #3a4d2a; border-radius: 8px; background: #17230f; color: var(--nr-lime); font-size: 12px; line-height: 1.5; }
.newsroom .nr-comments-status[data-tone="error"] { border-color: #5c3434; background: #1f1312; color: #ff9c8f; }
.newsroom .nr-button--small { gap: 0; min-height: 38px; padding: 9px 18px; font-size: 13px; }

/* Composer, shared by the root form and every inline reply. */
.newsroom .nr-comment-form { margin-bottom: 22px; }
.newsroom .nr-comment-compose { display: flex; gap: 12px; align-items: flex-start; }
.newsroom .nr-comment-compose-avatar { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #343b3a; object-fit: cover; }
.newsroom .nr-comment-compose-field { flex: 1 1 auto; min-width: 0; }
.newsroom .nr-comment-form textarea { display: block; width: 100%; min-height: 84px; padding: 12px 14px; border: 1px solid var(--nr-line); border-radius: 10px; background: #101514; color: var(--nr-text); font-size: 14px; line-height: 1.6; resize: vertical; transition: border-color .18s, box-shadow .18s; }
.newsroom .nr-comment-form textarea::placeholder { color: #7e8a8d; opacity: 1; }
.newsroom .nr-comment-form textarea:focus { outline: 0; border-color: var(--nr-lime); box-shadow: 0 0 0 2px #b2f54112; }
.newsroom .nr-comment-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 10px; }
.newsroom .nr-comment-form-foot small { color: #7e8a8d; font-size: 11px; line-height: 1.5; font-variant-numeric: tabular-nums; }
.newsroom .nr-comment-form-foot small.is-near-limit { color: var(--nr-lime); }
.newsroom .nr-comment-form-buttons { display: flex; align-items: center; gap: 10px; }
.newsroom .nr-comment-cancel { padding: 9px 14px; border: 1px solid var(--nr-line); border-radius: 8px; background: #121716; color: #c8d1d5; font-size: 13px; font-weight: 600; cursor: pointer; transition: color .18s, border-color .18s; }
.newsroom .nr-comment-cancel:hover { color: var(--nr-text); border-color: #4b5453; }
.newsroom .nr-comment-error { display: block; margin-top: 6px; color: #ff9c8f; font-size: 12px; }
.newsroom .nr-comment-form--reply { margin: 12px 0 0 52px; }
.newsroom .nr-comment-form--reply textarea { min-height: 64px; }
.newsroom .nr-comment-form button[disabled] { opacity: .55; cursor: progress; }

/* Signed-out prompt, built like the closing card so the page keeps its rhythm. */
.newsroom .nr-comments-gate { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 26px; padding: 16px 18px; border: 1px solid var(--nr-line); border-radius: 10px; background: #0e1312; }
.newsroom .nr-comments-gate-mark { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; background: #1e2c13; color: var(--nr-lime); font-size: 19px; }
.newsroom .nr-comments-gate-copy { display: flex; flex-direction: column; gap: 2px; flex: 1 1 240px; min-width: 0; }
.newsroom .nr-comments-gate-copy strong { color: var(--nr-text); font-size: 16px; font-weight: 800; letter-spacing: -.04em; line-height: 1.4; }
.newsroom .nr-comments-gate-copy > span { color: var(--nr-muted); font-size: 12px; line-height: 1.5; }
.newsroom .nr-comments-gate-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; flex-shrink: 0; }

/* Thread. */
.newsroom .nr-comment-list, .newsroom .nr-comment-replies { list-style: none; margin: 0; padding: 0; }
.newsroom .nr-comment-list > .nr-comment { padding-block: 18px; border-top: 1px solid var(--nr-line); }
.newsroom .nr-comment-list > .nr-comment:first-child { border-top: 0; padding-top: 4px; }
.newsroom .nr-comment-body { display: flex; gap: 12px; align-items: flex-start; }
.newsroom .nr-comment-avatar { flex-shrink: 0; }
.newsroom .nr-comment-avatar img { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #343b3a; object-fit: cover; }
.newsroom .nr-comment-avatar-gone { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #343b3a; background: #151b19; color: #7e8a8d; font-size: 15px; }
.newsroom .nr-comment-main { flex: 1 1 auto; min-width: 0; }
.newsroom .nr-comment-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; }
.newsroom .nr-comment-author { color: #f2f5f3; font-size: 13px; font-weight: 700; letter-spacing: -.02em; transition: color .18s; }
a.nr-comment-author:hover { color: var(--nr-lime); }
.newsroom .nr-comment-time { color: #8e9a9c; font-size: 11px; line-height: 1.6; }
.newsroom .nr-comment-edited { padding: 1px 7px; border-radius: 20px; background: #1b2120; color: #8e9a9c; font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.newsroom .nr-comment-text { margin-top: 5px; color: #d3dad7; font-size: 14px; line-height: 1.65; letter-spacing: -.01em; overflow-wrap: anywhere; white-space: pre-line; }
.newsroom .nr-comment-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 8px; }
.newsroom .nr-comment-actions button { display: inline-flex; align-items: center; gap: 6px; padding: 0; border: 0; background: none; color: #8e9a9c; font-size: 12px; font-weight: 600; cursor: pointer; transition: color .18s; }
.newsroom .nr-comment-actions button:hover { color: var(--nr-lime); }
.newsroom .nr-comment-delete { margin: 0; }
.newsroom .nr-comment-delete button:hover { color: #ff9c8f; }
.newsroom .nr-comment-replies { margin-left: 52px; }
.newsroom .nr-comment--reply { position: relative; margin-top: 16px; padding-left: 16px; border-left: 1px solid var(--nr-line); }
.newsroom .nr-comment--reply .nr-comment-avatar img,
.newsroom .nr-comment--reply .nr-comment-avatar-gone { width: 32px; height: 32px; }
.newsroom .nr-comment.is-pending { opacity: .5; }
.newsroom .nr-comments-empty { padding: 22px 0 4px; color: var(--nr-muted); font-size: 13px; line-height: 1.6; }

@media (max-width: 600px) {
    .newsroom .nr-comments { margin-top: 34px; }
    .newsroom .nr-comments-gate { padding: 15px; }
    .newsroom .nr-comments-gate-actions { width: 100%; }
    .newsroom .nr-comments-gate-actions .nr-button { flex: 1 1 auto; }
    .newsroom .nr-comment-compose { gap: 10px; }
    .newsroom .nr-comment-compose-avatar { display: none; }
    .newsroom .nr-comment-form--reply { margin-left: 0; }
    .newsroom .nr-comment-replies { margin-left: 0; }
    .newsroom .nr-comment--reply { padding-left: 12px; }
    .newsroom .nr-comment-form-foot { gap: 10px; }
}
