/* Elegant legal/contact page typography */

.legal-page .section {
  padding-top: 34px;
}

.legal-page .section-heading {
  max-width: 940px;
  margin: 0 0 22px;
  text-align: left;
}

.legal-page .section-heading h1 {
  margin-bottom: 10px;
  font-size: clamp(2.15rem, 4.2vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.legal-document {
  max-width: 980px;
  padding: clamp(26px, 4vw, 52px);
  border-radius: 32px;
}

.legal-document h2 {
  margin: 2rem 0 0.65rem;
  font-size: clamp(1.08rem, 1.2vw, 1.35rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document p,
.legal-document li {
  max-width: 78ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.legal-document strong,
.legal-document a {
  color: var(--text);
}

.legal-document a {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.legal-document + .legal-document {
  margin-top: 18px;
}
