.premium-headline > div:first-child { display:flex; align-items:center; }
.section-page-header {
  display:flex; justify-content:space-between; align-items:end; gap: 18px; margin-bottom: 26px;
}
.section-page-header h1 { margin: 8px 0 0; font-size: clamp(2.3rem, 4vw, 3.4rem); letter-spacing: -.04em; }
.section-page-header p { margin: 10px 0 0; color: var(--muted); max-width: 760px; line-height: 1.7; }
.article-related-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
