.legal {
  max-width: 820px;
  margin: 0 auto;
}

.legal h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin: 0 0 8px;
  color: var(--text);
}

.legal-updated {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.legal section {
  margin-bottom: 36px;
}

.legal h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--text);
}

.legal h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 18px 0 8px;
  color: var(--text);
}

.legal p {
  margin: 0 0 12px;
  line-height: 1.75;
  color: var(--muted);
}

.legal ul {
  margin: 0 0 16px;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.75;
}

.legal a {
  color: var(--brand-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal a:hover {
  color: var(--brand);
}
