.legal-page {
  padding-top: 190px;
  max-width: 920px;
}

.legal-page h1 {
  max-width: 900px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  margin-bottom: 54px;
}

.legal-content {
  color: var(--muted);
}

.legal-content h2 {
  margin-top: 46px;
  margin-bottom: 14px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  letter-spacing: -0.02em;
}

.legal-content p,
.legal-content li {
  font-size: 1.02rem;
  line-height: 1.75;
}

.legal-content a {
  color: var(--gold-2);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-content ul {
  padding-left: 1.2rem;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-links a {
  color: var(--dim);
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--gold-2);
}

@media (max-width: 900px) {
  .legal-page {
    padding-top: 160px;
  }

  .legal-page h1 {
    font-size: clamp(2.5rem, 11vw, 4rem);
    margin-bottom: 38px;
  }

  .legal-content h2 {
    margin-top: 36px;
  }
}
