.editorial-schedule { padding: 58px 0 42px; background: var(--bg); }
.schedule-board { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); border: 1px solid var(--line); background: var(--surface); }
.schedule-copy { padding: clamp(28px, 4vw, 52px); }
.schedule-label,
.track-label,
.research-links-label { display: inline-flex; color: var(--accent-strong); font: 800 11px/1.1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .11em; text-transform: uppercase; }
.schedule-copy h2 { max-width: 720px; margin: 13px 0 18px; color: var(--text); font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.04em; }
.schedule-copy p { max-width: 720px; margin: 0; color: var(--text-soft); font-size: 17px; line-height: 1.7; }
.schedule-metrics { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); }
.schedule-metrics div { display: flex; flex-direction: column; justify-content: space-between; min-height: 150px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.schedule-metrics div:nth-child(2n) { border-right: 0; }
.schedule-metrics div:nth-last-child(-n+2) { border-bottom: 0; }
.schedule-metrics span { color: var(--text-muted); font: 750 10px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.schedule-metrics strong { color: var(--text); font-size: clamp(20px, 2vw, 27px); line-height: 1.1; }
.research-tracks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.research-track { min-height: 270px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.research-track h3 { margin: 34px 0 12px; color: var(--text); font-size: 24px; line-height: 1.1; }
.research-track p { margin: 0; color: var(--text-soft); line-height: 1.65; }
.research-track ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; color: var(--text-soft); list-style: none; font-size: 13px; }
.research-track li::before { content: "—"; margin-right: 8px; color: var(--accent); }
.news-archive-section { padding-top: 54px; }
.news-archive-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.news-archive-head h2 { margin: 8px 0 0; color: var(--text); font-size: clamp(32px, 4vw, 50px); line-height: 1; }
.news-archive-head p { max-width: 500px; margin: 0; color: var(--text-soft); }

.related-research { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.related-research h2 { margin: 10px 0 12px; font-size: clamp(25px, 3vw, 34px); }
.related-research > p { margin: 0; color: var(--text-soft); }
.research-link-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 20px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.research-link-grid a { display: flex; flex-direction: column; justify-content: space-between; gap: 26px; min-height: 120px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); color: var(--text); font-weight: 800; }
.research-link-grid a small { color: var(--accent-strong); font: 750 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .09em; text-transform: uppercase; }
.research-link-grid a:hover { background: var(--accent-soft); }

@media (max-width: 920px) {
  .schedule-board { grid-template-columns: 1fr; }
  .schedule-metrics { border-top: 1px solid var(--line); border-left: 0; }
  .research-tracks { grid-template-columns: 1fr; }
  .research-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .editorial-schedule { padding: 38px 0 24px; }
  .schedule-copy { padding: 24px 20px; }
  .schedule-metrics { grid-template-columns: 1fr; }
  .schedule-metrics div,
  .schedule-metrics div:nth-child(2n),
  .schedule-metrics div:nth-last-child(-n+2) { min-height: 108px; border-right: 0; border-bottom: 1px solid var(--line); }
  .schedule-metrics div:last-child { border-bottom: 0; }
  .news-archive-head { align-items: start; flex-direction: column; }
  .research-link-grid { grid-template-columns: 1fr; }
}
