/* Homepage feed: one full-width, white reading strip per research brief. */
.news-hero {
  padding: 36px 0 22px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.news-hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.12; margin: 7px 0 10px; }
.news-hero .lede { margin: 0 0 14px; font-size: 1rem; }
.issue-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .89rem; }
.issue-meta strong { color: var(--text); }
.channel-links { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 18px; }
.channel-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--accent);
  font-weight: 700;
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 12px;
  border-radius: 99px;
}
.channel-links a:hover, .channel-links a:focus-visible { border-color: var(--accent); background: #fff; text-decoration: underline; }
.channel-links span { color: var(--muted); font-variant-numeric: tabular-nums; }
.brief-section { padding: 28px 0 14px; scroll-margin-top: 90px; background: #fff; }
.brief-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.brief-heading h2 { margin: 4px 0 0; font-size: clamp(1.45rem, 3vw, 2rem); }
.brief-count { color: var(--muted); font-size: .84rem; white-space: nowrap; }
/* Explicitly override the legacy two-column desktop grid and width cap. */
.brief-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
  gap: 10px;
}
.brief-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  padding: 16px 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
.brief-meta { display: flex; justify-content: space-between; gap: 5px 16px; flex-wrap: wrap; color: var(--muted); font-size: .79rem; }
.brief-tag { color: var(--accent2); font-weight: 750; }
.brief-card h3 { font-size: 1.16rem; line-height: 1.46; margin: 8px 0 5px; letter-spacing: -.012em; color: var(--text); }
.brief-card p { color: #36465b; font-size: .95rem; line-height: 1.7; margin: 0 0 8px; white-space: normal; overflow-wrap: anywhere; }
/* Each distinct investment judgment has its own readable line, never a dark box. */
.analysis-lines { display: grid; gap: 0; width: 100%; margin: 3px 0 10px; background: #fff; }
.analysis-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: baseline;
  gap: 9px 13px;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: #36465b;
  font-size: .95rem;
  line-height: 1.75;
}
.analysis-line:last-child { border-bottom: 0; }
.analysis-label { font-weight: 750; color: #234b74; white-space: nowrap; }
.analysis-copy { min-width: 0; overflow-wrap: anywhere; color: #36465b; }
.analysis-copy a { overflow-wrap: anywhere; }
.reader .impact-report-item { padding-top: 8px; padding-bottom: 8px; }
.reader .impact-report-item .analysis-lines { margin: 0; }
.read-more { align-self: flex-start; margin-top: 0; font-size: .91rem; font-weight: 750; color: var(--accent); text-decoration: none; padding: 4px 0; }
.read-more:hover, .read-more:focus-visible { text-decoration: underline; }
.end-links { display: flex; gap: 22px; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 14px; padding: 22px; background: #fff; }
.end-links p { margin: 5px 0; }
.end-links .button { flex-shrink: 0; }
.health-title { margin-top: 32px; }
@media (max-width: 740px) {
  .news-hero { padding-top: 24px; }
  .brief-section { padding-top: 22px; scroll-margin-top: 125px; }
  .brief-heading { align-items: start; flex-direction: column; }
  .brief-card { padding: 15px 16px; }
  .analysis-line { grid-template-columns: 78px minmax(0, 1fr); gap: 8px; font-size: .91rem; }
  .end-links { align-items: flex-start; flex-direction: column; }
}
