/* Topic landing pages (hierarchical SEO paths, e.g. /sell-jewelry/watches/rolex/) — scoped to .seo-topic-page */

.seo-topic-page .subpage-hero-inner.seo-topic-hero-with-media {
  max-width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
  gap: 2rem 2.75rem;
  align-items: center;
  text-align: left;
}

.seo-topic-page .seo-topic-hero-copy .subpage-lead {
  max-width: none;
}

.seo-topic-page .seo-topic-hero-visual {
  margin: 0;
}

.seo-topic-page .seo-topic-hero-figure {
  margin: 0;
}

.seo-topic-page .seo-topic-hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.45);
}

.seo-topic-page .seo-topic-body {
  padding: 3rem 0 3.5rem;
}

.seo-topic-page .seo-topic-inner {
  max-width: 720px;
  margin-inline: auto;
}

.seo-topic-page .seo-topic-inner p {
  margin: 0 0 1.15rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.seo-topic-page .seo-topic-inner p:last-of-type {
  margin-bottom: 0;
}

.seo-topic-page .seo-topic-related {
  margin-top: 2.5rem;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--panel-2);
}

.seo-topic-page .seo-topic-related-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin: 0 0 1rem;
  color: var(--text);
  letter-spacing: 0.02em;
}

.seo-topic-page .seo-topic-related-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.seo-topic-page .seo-topic-related-list a {
  color: var(--gold-deep);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(140, 107, 47, 0.35);
}

.seo-topic-page .seo-topic-related-list a:hover {
  color: var(--text);
  border-bottom-color: rgba(20, 18, 15, 0.3);
}
