.seo-related {
  padding: clamp(44px, 7vw, 84px) clamp(20px, 6vw, 80px);
  background: #18140e;
  color: #fbf8f2;
  border-top: 1px solid rgba(251, 248, 242, 0.14);
}

.seo-related__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.seo-related__eyebrow {
  margin: 0 0 12px;
  color: #edb89a;
  font: 700 10px/1.3 system-ui, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seo-related__title {
  margin: 0 0 28px;
  color: #fbf8f2;
  font: 600 clamp(30px, 4vw, 52px)/1.05 Fraunces, Georgia, serif;
  letter-spacing: -0.03em;
}

.seo-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(251, 248, 242, 0.18);
}

.seo-related__link {
  display: flex;
  min-height: 140px;
  padding: 24px 24px 24px 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(251, 248, 242, 0.18);
}

.seo-related__link + .seo-related__link {
  padding-left: 24px;
  border-left: 1px solid rgba(251, 248, 242, 0.18);
}

.seo-related__link span:first-child {
  max-width: 25ch;
  font: 600 clamp(19px, 2vw, 26px)/1.15 Fraunces, Georgia, serif;
}

.seo-related__arrow {
  color: #edb89a;
  font: 700 18px/1 system-ui, sans-serif;
  transition: transform 180ms ease;
}

.seo-related__link:hover .seo-related__arrow,
.seo-related__link:focus-visible .seo-related__arrow {
  transform: translateX(5px);
}

@media (max-width: 760px) {
  .seo-related__grid { grid-template-columns: 1fr; }
  .seo-related__link { min-height: auto; padding: 20px 0; }
  .seo-related__link + .seo-related__link { padding-left: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-related__arrow { transition: none; }
}
