/* ─── LEGAL PAGE ─────────────────────────────────────────────────── */


.legal-content {
  padding-left: 30%;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ink);
  padding-bottom: clamp(60px, 10vw, 120px);
}

.legal-content section {
  margin-bottom: clamp(60px, 8vw, 100px);
}

.legal-content section:last-of-type {
  margin-bottom: 0;
}

.legal-content h2 {
  font-family: 'Mackay', serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: var(--lh-display);
  margin-bottom: clamp(20px, 3vw, 30px);
}

.legal-content h3 {
  font-weight: 400;
  font-size: var(--text-base);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: clamp(24px, 3vw, 32px);
  margin-bottom: 8px;
  opacity: 0.6;
}

.legal-content p {
  margin-bottom: 1em;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content strong {
  font-weight: 400;
  color: var(--ink-mid);
}

.legal-updated {
  font-size: var(--text-sm);
  opacity: 0.5;
  margin-top: clamp(40px, 6vw, 60px);
  padding-top: clamp(20px, 3vw, 30px);
  border-top: 1px solid rgba(87, 87, 87, 0.2);
}
