/* Legal / policy pages */

.legal-page {
  padding: 7.5rem 0 4.5rem;
  max-width: 52rem;
}

.legal-page h1 {
  font-family: var(--font-h);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.legal-page .legal-meta {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 2.5rem;
}

.legal-page h2 {
  font-family: var(--font-h);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--blue);
  line-height: 1.25;
  margin: 2.25rem 0 0.85rem;
  padding-top: 0.25rem;
}

.legal-page h2:first-of-type {
  margin-top: 0;
}

.legal-page p {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.85;
  color: #1e293b;
  margin-bottom: 1rem;
}

.legal-page p.lead {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--charcoal);
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.legal-page ul {
  margin: 0 0 1.5rem 1.35rem;
  padding: 0;
}

.legal-page li {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  color: #1e293b;
  margin-bottom: 0.65rem;
}

.legal-back {
  margin-top: 2.5rem;
}
