/* ── Legal pages (privacy.html, terms.html) ──────────────────────────────── */
.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 80px) clamp(20px, 5vw, 40px);
}

.legal h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--amber);
  margin-bottom: 8px;
}

.effective {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 48px;
}

.legal h2 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 36px 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
}

.legal p {
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.85;
  margin-bottom: 14px;
}

.legal ul {
  margin: 0 0 14px 20px;
  padding: 0;
}

.legal ul li {
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.85;
  margin-bottom: 6px;
  list-style: disc;
}

.legal a {
  color: var(--amber);
}
