:root {
  --nr-ink: #07131f;
  --nr-ink-2: #173044;
  --nr-paper: #f7f2e8;
  --nr-card: #fffcf6;
  --nr-gold: #d2a72c;
  --nr-teal: #0b6c68;
  --nr-clay: #a83a2b;
  --nr-held: #8a5a00;
  --nr-border: rgba(7, 19, 31, 0.16);
  --nr-max: 1240px;
}

html { scroll-behavior: smooth; }
body { background: var(--nr-paper); color: var(--nr-ink); }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; transform: translateY(-180%); background: var(--nr-gold); color: var(--nr-ink); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.trew-nav__links a.active { color: #d2a72c; }
.nav-ham span { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.newsroom-kicker { margin: 0 0 10px; color: var(--nr-gold); font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.review-banner { display: flex; gap: 18px; justify-content: center; align-items: center; padding: 12px 24px; background: #f7dfad; color: #482f00; border-bottom: 1px solid #be8211; font-size: 14px; }
.review-banner strong { font-family: 'Barlow Condensed', sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.article-review { max-width: none; }

.newsroom-hero { position: relative; min-height: 610px; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--nr-ink); }
.newsroom-hero__image { position: absolute; inset: 0; background: url('/images/workshop-01/Tulsa%20-%20UC%20skyline%20cropped.jpeg') center 40% / cover no-repeat; }
.newsroom-hero__overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(7,19,31,.96) 0%, rgba(7,19,31,.84) 46%, rgba(7,19,31,.25) 100%); }
.newsroom-hero__content { position: relative; z-index: 1; width: min(var(--nr-max), calc(100% - 48px)); margin: 0 auto; padding: 100px 0 80px; }
.newsroom-hero h1 { max-width: 900px; margin: 0 0 22px; color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(44px, 7vw, 84px); line-height: .98; letter-spacing: -.035em; }
.newsroom-hero__content > p:not(.newsroom-kicker) { max-width: 680px; margin: 0; color: #dbe2e6; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.hero-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-links a, .newsroom-button { display: inline-flex; align-items: center; min-height: 44px; padding: 11px 16px; border: 1px solid var(--nr-gold); color: inherit; font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.hero-links a:first-child, .newsroom-button { background: var(--nr-gold); color: var(--nr-ink); }
.hero-links a:hover, .newsroom-button:hover { background: #e2bd4f; color: var(--nr-ink); }

.beat-nav { position: sticky; top: 72px; z-index: 40; display: flex; gap: 8px; overflow-x: auto; width: 100%; padding: 12px max(20px, calc((100% - var(--nr-max)) / 2)); background: rgba(247,242,232,.97); border-bottom: 1px solid var(--nr-border); scrollbar-width: thin; }
.beat-nav a { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; color: var(--nr-ink); border: 1px solid var(--nr-border); font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.beat-nav a:hover, .beat-nav a:focus-visible { border-color: var(--nr-gold); }

.lead-story { width: min(var(--nr-max), calc(100% - 48px)); margin: 64px auto; display: grid; grid-template-columns: minmax(280px, 5fr) minmax(420px, 7fr); background: var(--nr-card); border: 1px solid var(--nr-border); }
.lead-story__visual { min-height: 520px; padding: 48px; display: flex; flex-direction: column; justify-content: end; color: #fff; background: radial-gradient(circle at 78% 20%, rgba(210,167,44,.34), transparent 34%), linear-gradient(145deg, var(--nr-ink-2), var(--nr-ink)); border-right: 1px solid rgba(255,255,255,.1); }
.lead-story__visual span { color: var(--nr-gold); font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .3em; }
.lead-story__visual strong { margin-top: 8px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(34px, 4vw, 58px); line-height: 1; }
.lead-story__body { padding: 48px; }
.provenance-line { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.provenance-line span, .article-provenance span { padding: 6px 8px; color: var(--nr-teal); background: rgba(11,108,104,.08); border: 1px solid rgba(11,108,104,.28); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.lead-story h2 { margin: 0 0 16px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(32px, 4vw, 54px); line-height: 1.08; }
.lead-story h2 a { color: var(--nr-ink); text-decoration: none; }
.lead-story__body > p { margin: 0 0 28px; color: #40505d; font-size: 17px; line-height: 1.7; }
.signal-grid { margin: 0 0 30px; }
.signal-grid div { padding: 15px 0; border-top: 1px solid var(--nr-border); }
.signal-grid dt { margin-bottom: 4px; color: var(--nr-ink); font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.signal-grid dd { margin: 0; color: #4d5a65; font-size: 14px; line-height: 1.55; }

.newsroom-section { width: min(var(--nr-max), calc(100% - 48px)); margin: 0 auto; padding: 62px 0; border-top: 1px solid var(--nr-border); }
.section-heading { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(300px, 1fr); gap: 10px 52px; align-items: end; margin-bottom: 30px; }
.section-heading .newsroom-kicker { grid-column: 1; }
.section-heading h2 { grid-column: 1; margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.section-heading > p:not(.newsroom-kicker) { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0; color: #53616b; font-size: 15px; line-height: 1.65; }
.empty-state { padding: 24px; color: #5e6870; background: rgba(255,255,255,.48); border: 1px dashed var(--nr-border); line-height: 1.65; }

.newsroom-latest { border-top: 2px solid var(--nr-ink); }
.latest-row { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--nr-border); }
.latest-row__meta { display: flex; flex-direction: column; gap: 6px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.latest-row__meta strong { color: var(--nr-teal); }
.latest-row h3 { margin: 0 0 6px; font-family: 'Playfair Display', Georgia, serif; font-size: 22px; }
.latest-row h3 a { color: var(--nr-ink); text-decoration: none; }
.latest-row p { margin: 0; color: #53616b; line-height: 1.55; }

.newsroom-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.newsroom-card { display: flex; min-height: 310px; flex-direction: column; padding: 24px; background: var(--nr-card); border: 1px solid var(--nr-border); border-top: 3px solid var(--nr-teal); }
.newsroom-card--draft { border-top-color: var(--nr-held); }
.card-status { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-bottom: 18px; color: var(--nr-teal); font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.newsroom-card--draft .card-status { color: var(--nr-held); }
.card-meta { margin: 0 0 10px; color: #69757d; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.newsroom-card h3 { margin: 0 0 12px; font-family: 'Playfair Display', Georgia, serif; font-size: 23px; line-height: 1.2; }
.newsroom-card h3 a { color: var(--nr-ink); text-decoration: none; }
.newsroom-card > p:not(.card-meta):not(.card-verified) { margin: 0 0 18px; color: #53616b; font-size: 14px; line-height: 1.65; }
.card-verified { margin: auto 0 0; padding-top: 18px; color: #69757d; border-top: 1px solid var(--nr-border); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.draft-note { display: inline-block; margin-top: 10px; color: var(--nr-held); font-size: 12px; }

.approval-queue { background: rgba(210,167,44,.055); box-shadow: 0 0 0 100vmax rgba(210,167,44,.055); clip-path: inset(0 -100vmax); }
.verification-watch { background: rgba(138,90,0,.045); box-shadow: 0 0 0 100vmax rgba(138,90,0,.045); clip-path: inset(0 -100vmax); }
.watch-list { border-top: 2px solid var(--nr-held); }
.watch-row { display: grid; grid-template-columns: 150px 1fr 150px; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--nr-border); }
.watch-row > div { display: flex; flex-direction: column; gap: 5px; }
.watch-row strong { color: var(--nr-held); font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.watch-row h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: 20px; }
.watch-row p { margin: 0; color: #53616b; font-size: 14px; line-height: 1.55; }
.watch-row span, .watch-row time { color: #69757d; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }

.policy-panel { width: min(var(--nr-max), calc(100% - 48px)); margin: 64px auto; padding: 48px; color: #fff; background: var(--nr-ink); }
.policy-panel h2 { max-width: 720px; margin: 0 0 12px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(32px, 4vw, 50px); }
.policy-panel > p:not(.newsroom-kicker) { max-width: 700px; color: #cbd5dc; line-height: 1.65; }
.policy-panel .newsroom-button { margin-top: 16px; }
.newsroom-newsletter { width: min(var(--nr-max), calc(100% - 48px)); margin: 0 auto 64px; padding: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; background: #ece4d5; border: 1px solid var(--nr-border); }
.newsroom-newsletter h2 { margin: 0 0 8px; font-family: 'Playfair Display', Georgia, serif; font-size: 32px; }
.newsroom-newsletter p { color: #53616b; }
.newsroom-newsletter .nl-form { align-self: center; }

.article-shell { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 84px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 52px; color: #63717a; font-size: 13px; }
.breadcrumbs a { color: var(--nr-ink); }
.article-header { padding-bottom: 34px; border-bottom: 1px solid var(--nr-border); }
.article-header h1 { max-width: 880px; margin: 0 0 20px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(42px, 7vw, 72px); line-height: 1.04; letter-spacing: -.025em; }
.article-deck { max-width: 760px; margin: 0; color: #52616b; font-size: 20px; line-height: 1.6; }
.article-provenance { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.article-signal { margin: 36px 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--nr-border); }
.article-signal > div { padding: 22px; background: var(--nr-card); }
.article-signal > div + div { border-left: 1px solid var(--nr-border); }
.article-signal h2 { margin: 0 0 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.article-signal p { margin: 0; color: #53616b; font-size: 14px; line-height: 1.6; }
.article-body { max-width: 760px; margin: 46px auto; font-family: Georgia, serif; font-size: 19px; line-height: 1.78; }
.article-body p { margin: 0 0 1.35em; }
.article-body h2 { margin: 1.6em 0 .5em; font-family: 'Playfair Display', Georgia, serif; font-size: 32px; }
.article-notice, .article-sources, .article-correction { max-width: 760px; margin: 28px auto; padding: 26px; border: 1px solid var(--nr-border); background: var(--nr-card); }
.article-notice h2, .article-sources h2, .article-correction h2 { margin: 0 0 14px; font-family: 'Playfair Display', Georgia, serif; font-size: 26px; }
.article-notice li, .article-sources li { margin-bottom: 12px; color: #53616b; line-height: 1.6; }
.article-sources a { color: var(--nr-teal); font-weight: 700; }
.article-sources span { display: block; margin-top: 4px; font-size: 13px; }
.article-correction { border-left: 4px solid var(--nr-clay); }
.policy-page .article-body { font-family: 'Barlow', Arial, sans-serif; }

.skip-link:focus-visible, .beat-nav a:focus-visible, .newsroom-button:focus-visible, .newsroom-card a:focus-visible, .latest-row a:focus-visible { outline: 3px solid var(--nr-gold); outline-offset: 3px; }

@media (max-width: 960px) {
  .lead-story { grid-template-columns: 1fr; }
  .lead-story__visual { min-height: 300px; border-right: 0; }
  .newsroom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-signal { grid-template-columns: 1fr; }
  .article-signal > div + div { border-left: 0; border-top: 1px solid var(--nr-border); }
  .newsroom-newsletter { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .newsroom-hero { min-height: 520px; }
  .newsroom-hero__content, .lead-story, .newsroom-section, .policy-panel, .newsroom-newsletter, .article-shell { width: min(100% - 32px, var(--nr-max)); }
  .newsroom-hero__content { padding: 74px 0 58px; }
  .newsroom-hero__overlay { background: linear-gradient(to bottom, rgba(7,19,31,.68), rgba(7,19,31,.96)); }
  .beat-nav { top: 60px; padding-inline: 16px; }
  .lead-story { margin-block: 36px; }
  .lead-story__body, .lead-story__visual { padding: 28px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .newsroom-kicker, .section-heading h2, .section-heading > p:not(.newsroom-kicker) { grid-column: 1; grid-row: auto; }
  .newsroom-grid { grid-template-columns: 1fr; }
  .latest-row { grid-template-columns: 1fr; gap: 10px; }
  .watch-row { grid-template-columns: 1fr; gap: 10px; }
  .review-banner { align-items: flex-start; flex-direction: column; gap: 3px; }
  .policy-panel, .newsroom-newsletter { padding: 28px; }
  .article-header h1 { font-size: clamp(40px, 12vw, 56px); }
}

@media (max-width: 390px) {
  .newsroom-hero__content, .lead-story, .newsroom-section, .policy-panel, .newsroom-newsletter, .article-shell { width: calc(100% - 32px); }
  .lead-story__body, .lead-story__visual, .newsroom-card { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Editorial hub refinement: one masthead, one lead, one index. */
.newsroom-masthead {
  color: #fff;
  background: var(--nr-ink);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.newsroom-masthead__inner {
  width: min(var(--nr-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr);
  gap: 72px;
  align-items: center;
}
.newsroom-masthead__eyebrow {
  margin: 0 0 15px !important;
  color: var(--nr-gold) !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.newsroom-masthead h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: .98;
  letter-spacing: -.035em;
}
.newsroom-masthead p {
  max-width: 440px;
  margin: 0;
  color: #d8e0e5;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.news-desk {
  color: #fff;
  background: #0d2233;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.news-desk__inner {
  width: min(var(--nr-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: center;
}
.news-desk__inner > p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-desk__pulse {
  width: 8px;
  height: 8px;
  background: var(--nr-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(210,167,44,.14);
}
.news-desk dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.news-desk dl div { padding: 0 18px; border-left: 1px solid rgba(255,255,255,.14); }
.news-desk dt { color: #8fa2b0; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.news-desk dd { margin: 4px 0 0; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; }

.metro-desk {
  width: min(var(--nr-max), calc(100% - 48px));
  margin: 0 auto;
  min-height: 49px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  color: #4f5d67;
  border-bottom: 1px solid var(--nr-border);
  scrollbar-width: thin;
}
.metro-desk strong,
.metro-desk span {
  flex: 0 0 auto;
  padding: 0 15px;
  border-right: 1px solid var(--nr-border);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.metro-desk strong { padding-left: 0; color: var(--nr-teal); }

.lead-story {
  width: min(var(--nr-max), calc(100% - 48px));
  margin: 54px auto 74px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr);
  gap: 50px;
  align-items: stretch;
  background: transparent;
  border: 0;
}
.lead-story__visual {
  min-height: 520px;
  padding: 0;
  background: url('/images/workshop-01/Tulsa%20-%20UC%20skyline%20cropped.jpeg') center 42% / cover no-repeat;
  border: 1px solid var(--nr-border);
}
.lead-story__body {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.provenance-line {
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: var(--nr-teal);
  border-bottom: 1px solid var(--nr-gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.provenance-line span { padding: 0 6px; color: #859097; background: transparent; border: 0; }
.lead-story h2 {
  margin: 0 0 16px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -.025em;
}
.lead-story__body > p:not(.provenance-line) {
  margin: 0 0 24px;
  color: #40505d;
  font-size: 17px;
  line-height: 1.65;
}
.signal-grid { margin: 0 0 24px; border-bottom: 1px solid var(--nr-border); }
.signal-grid div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 16px;
  border-top: 1px solid var(--nr-border);
}
.signal-grid dt { margin: 0; color: var(--nr-teal); }
.signal-grid dd { color: #40505d; }
.lead-story__link {
  align-self: flex-start;
  color: var(--nr-teal);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.lead-story__link span { display: inline-block; margin-left: 7px; transition: transform 120ms ease; }
.lead-story__link:hover span { transform: translateX(4px); }

.newsroom-section {
  width: min(var(--nr-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0;
  border-top: 1px solid var(--nr-gold);
}
.section-heading {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
}
.section-heading h2 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}
.section-heading > p:not(.newsroom-kicker) {
  max-width: 430px;
  margin: 0;
  color: #53616b;
  font-size: 15px;
  line-height: 1.55;
}
.newsroom-latest { border-top: 1px solid var(--nr-ink); }
.latest-row {
  min-height: 116px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 190px minmax(260px, .9fr) minmax(280px, 1.1fr) 44px;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid var(--nr-border);
}
.latest-row__meta { gap: 7px; }
.latest-row__meta strong { color: var(--nr-teal); font-weight: 600; text-transform: uppercase; }
.latest-row h3 { margin: 0; font-size: 24px; line-height: 1.18; }
.latest-row p { margin: 0; color: #53616b; font-size: 14px; line-height: 1.55; }
.latest-row__arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--nr-teal);
  border: 1px solid transparent;
  font-size: 23px;
  text-decoration: none;
}
.latest-row__arrow:hover { border-color: var(--nr-teal); }

.newsroom-ticker {
  width: 100%;
  min-height: 76px;
  padding: 0 max(24px, calc((100% - var(--nr-max)) / 2));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
  color: #fff;
  background: #071720;
  border-top: 1px solid rgba(201,168,76,.55);
  border-bottom: 1px solid rgba(201,168,76,.55);
}
.newsroom-ticker__label {
  min-width: 172px;
  padding: 15px 26px 14px 0;
  display: flex;
  gap: 12px;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.14);
}
.newsroom-ticker__pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--nr-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(201,168,76,.12);
}
.newsroom-ticker__label span:not(.newsroom-ticker__pulse) {
  display: block;
  color: var(--nr-gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.newsroom-ticker__label h2 {
  margin: 3px 0 0;
  color: #fff;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.newsroom-ticker__viewport {
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.newsroom-ticker__track {
  width: max-content;
  display: flex;
  will-change: transform;
  animation: newsroom-ticker-scroll var(--newsroom-ticker-duration, 42s) linear infinite;
}
.newsroom-ticker:hover .newsroom-ticker__track,
.newsroom-ticker:focus-within .newsroom-ticker__track,
.newsroom-ticker.is-paused .newsroom-ticker__track { animation-play-state: paused; }
.newsroom-ticker__group {
  flex: 0 0 auto;
  padding-right: 48px;
  display: flex;
  align-items: center;
  gap: 48px;
}
.newsroom-ticker__item {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: #e7edf0;
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 14px;
  white-space: nowrap;
}
.newsroom-ticker__item::after {
  width: 5px;
  height: 5px;
  margin-left: 38px;
  display: inline-block;
  background: var(--nr-gold);
  content: '';
  transform: rotate(45deg) translateY(-1px);
}
.newsroom-ticker__category {
  color: #66c0b7;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.newsroom-ticker__item time {
  color: #93a4ae;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
}
.newsroom-ticker__controls {
  min-width: 202px;
  padding-left: 14px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 4px;
  border-left: 1px solid rgba(255,255,255,.14);
}
.newsroom-ticker__toggle,
.newsroom-ticker__all {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--nr-gold);
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
}
.newsroom-ticker__toggle {
  min-width: 66px;
  padding: 0 10px;
  justify-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.newsroom-ticker__toggle-icon { min-width: 10px; font-size: 10px; }
.newsroom-ticker__all { min-width: 116px; padding-left: 12px; }
.newsroom-ticker__toggle:hover,
.newsroom-ticker__all:hover { color: #fff; }
.newsroom-ticker__toggle:focus-visible,
.newsroom-ticker__all:focus-visible { outline: 3px solid var(--nr-gold); outline-offset: -5px; }

@keyframes newsroom-ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.explore-section {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
}
.explore-intro h2 {
  margin: 0 0 16px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
}
.explore-intro p { margin: 0; color: #53616b; font-size: 15px; line-height: 1.6; }
.beat-index {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  border-left: 1px solid var(--nr-border);
}
.beat-index li { min-height: 210px; padding: 4px 22px 20px; border-right: 1px solid var(--nr-border); }
.beat-index__number {
  display: block;
  margin-bottom: 34px;
  color: var(--nr-teal);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
}
.beat-index h3 { margin: 0 0 12px; font-family: 'Playfair Display', Georgia, serif; font-size: 20px; line-height: 1.15; }
.beat-index p { margin: 0; color: #53616b; font-size: 13px; line-height: 1.5; }

.policy-panel {
  width: min(var(--nr-max), calc(100% - 48px));
  margin: 12px auto 0;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  color: var(--nr-ink);
  background: #f1e8d8;
  border: 1px solid rgba(138,90,0,.28);
}
.policy-panel__mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--nr-held);
  border: 2px solid var(--nr-gold);
  border-radius: 50%;
  font-size: 25px;
}
.policy-panel h2 { margin: 0 0 4px; font-family: 'Barlow', Arial, sans-serif; font-size: 18px; }
.policy-panel > div > p { margin: 0; color: #40505d; font-size: 14px; line-height: 1.55; }
.policy-panel > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nr-teal);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.newsroom-newsletter {
  width: 100%;
  margin: 48px 0 0;
  padding: 38px max(24px, calc((100% - var(--nr-max)) / 2));
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(560px, 1.5fr);
  gap: 52px;
  align-items: center;
  color: #fff;
  background: var(--nr-ink);
  border: 0;
}
.newsroom-newsletter h2 { margin: 0 0 5px; color: #fff; font-size: 32px; }
.newsroom-newsletter p { margin: 0; color: #cbd5dc; }
.newsroom-newsletter .nl-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; }
.newsroom-newsletter .nl-input { min-width: 0; }
.newsroom-newsletter .nl-note { grid-column: 2; }

.lead-story__link:focus-visible,
.latest-row__arrow:focus-visible,
.policy-panel > a:focus-visible {
  outline: 3px solid var(--nr-gold);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .newsroom-masthead__inner { gap: 42px; }
  .lead-story { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 34px; }
  .latest-row { grid-template-columns: 160px minmax(220px, .9fr) minmax(240px, 1.1fr) 44px; gap: 20px; }
  .explore-section { grid-template-columns: 1fr; gap: 32px; }
  .explore-intro { max-width: 580px; }
  .newsroom-newsletter { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 820px) {
  .newsroom-masthead__inner { grid-template-columns: 1fr; gap: 24px; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-story__visual { min-height: 0; aspect-ratio: 4 / 3; }
  .lead-story__body { padding: 4px 0 0; }
  .latest-row { grid-template-columns: 145px 1fr 44px; }
  .latest-row p { grid-column: 2; }
  .latest-row__arrow { grid-column: 3; grid-row: 1 / span 2; }
  .beat-index { grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--nr-border); }
  .beat-index li { min-height: 180px; border-bottom: 1px solid var(--nr-border); }
  .news-desk__inner { grid-template-columns: 1fr; gap: 13px; }
  .news-desk dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 0; }
}

@media (max-width: 680px) {
  .newsroom-masthead__inner,
  .lead-story,
  .newsroom-section,
  .policy-panel { width: calc(100% - 32px); }
  .newsroom-masthead__inner { padding: 48px 0 44px; }
  .newsroom-masthead h1 { font-size: clamp(42px, 13vw, 56px); }
  .newsroom-masthead p { font-size: 18px; }
  .news-desk__inner,
  .metro-desk { width: calc(100% - 32px); }
  .news-desk dl { grid-template-columns: 1fr 1fr; }
  .news-desk dl div { padding: 0 10px; }
  .news-desk dl div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .lead-story { margin: 28px auto 52px; gap: 28px; }
  .lead-story h2 { font-size: clamp(34px, 10.5vw, 46px); }
  .signal-grid div { grid-template-columns: 1fr; gap: 5px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 10px; }
  .latest-row { padding: 20px 0; grid-template-columns: 1fr 44px; gap: 10px 14px; }
  .latest-row__meta { grid-column: 1; flex-direction: row; justify-content: space-between; }
  .latest-row h3 { grid-column: 1; font-size: 22px; }
  .latest-row p { grid-column: 1 / -1; }
  .latest-row__arrow { grid-column: 2; grid-row: 1 / span 2; }
  .beat-index { grid-template-columns: 1fr; border-left: 0; }
  .beat-index li { min-height: 0; padding: 22px 0; display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; border-right: 0; }
  .beat-index__number { grid-row: 1 / span 2; margin: 3px 0 0; }
  .beat-index h3, .beat-index p { grid-column: 2; }
  .policy-panel { grid-template-columns: 48px 1fr; padding: 24px; }
  .policy-panel__mark { width: 44px; height: 44px; }
  .policy-panel > a { grid-column: 2; }
  .newsroom-newsletter { padding: 34px 16px; }
  .newsroom-newsletter .nl-form { grid-template-columns: 1fr; }
  .newsroom-newsletter .nl-note { grid-column: 1; }
  .newsroom-ticker {
    min-height: 66px;
    padding: 0 16px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .newsroom-ticker__label { min-width: 112px; padding-right: 12px; gap: 9px; }
  .newsroom-ticker__label span:not(.newsroom-ticker__pulse) { font-size: 8px; letter-spacing: .1em; }
  .newsroom-ticker__label h2 { font-size: 13px; }
  .newsroom-ticker__controls { min-width: 56px; padding-left: 4px; }
  .newsroom-ticker__all { display: none; }
  .newsroom-ticker__toggle { min-width: 52px; padding: 0 6px; }
  .newsroom-ticker__toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .newsroom-ticker__toggle-icon { font-size: 13px; }
  .newsroom-ticker__group { gap: 36px; padding-right: 36px; }
  .newsroom-ticker__item { font-size: 13px; }
  .newsroom-ticker__item::after { margin-left: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .lead-story__link span { transition: none; }
  .newsroom-ticker__viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .newsroom-ticker__track { animation: none; will-change: auto; }
  .newsroom-ticker__group--duplicate { display: none; }
  .newsroom-ticker__toggle { display: none; }
}
