/* Semantic v3 overrides. Visual design remains the approved v2 layout. */
.content-section h2.section-kicker,
.about-panel h2.section-kicker {
  max-width: none;
  margin: 0 0 1.25rem;
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.about-author-name {
  margin: 0 0 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}
.section-heading-row > h2.section-kicker { margin-bottom: 0; }
@media (max-width: 760px) {
  .content-section h2.section-kicker,
  .about-panel h2.section-kicker { font-size: .7rem; }
}
