.seo-summary {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(104px, 13vw, 160px) 0 clamp(92px, 12vw, 140px);
  text-align: center;
}

.seo-summary h2 {
  max-width: 880px;
  margin: 0 auto;
  font-size: clamp(42px, 5.7vw, 70px);
  line-height: 1;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.seo-summary > p:not(.section-kicker) {
  max-width: 790px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.seo-topic-links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-topic-links a {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .045);
  color: #424245;
  text-decoration: none;
  font-size: 13px;
  font-weight: 620;
}

.seo-topic-links a:hover {
  background: rgba(0, 0, 0, .075);
  color: var(--text);
}

/* Keep explicit HTML dimensions for layout stability without stretching screenshots. */
.scene-media img,
.screens-track img {
  height: auto;
  object-fit: contain;
}
