/* ─── LEGAL PAGES ────────────────────────────────────────────────────────── */

.legal-main {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.legal-title {
  font-family: var(--font-logo);
  font-weight: 200;
  font-size: clamp(2.5rem, 2rem + 2.5vw, 4.5rem);
  letter-spacing: 0.06em;
  line-height: 1.05;
  margin-bottom: 0.5rem;
}

.legal-intro {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin-bottom: 3rem;
}

.legal-section {
  padding-block: 2rem;
  border-top: 1px solid var(--border);
}

.legal-section:last-child {
  border-bottom: 1px solid var(--border);
}

.legal-section h2 {
  font-family: var(--font-logo);
  font-weight: 200;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.legal-section h3 {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.legal-section p {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.975rem;
  max-width: 68ch;
}

.legal-section p + p {
  margin-top: 0.875rem;
}

.legal-section ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.975rem;
}

.legal-section ul li {
  margin-bottom: 0.25rem;
}

.legal-section a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 150ms ease;
}

.legal-section a:hover { opacity: 0.6; }

/* Back button in nav */
.btn-back {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
}

/* Footer legal links */
.footer-legal-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-legal-links a {
  font-size: 0.825rem;
  color: var(--text-muted);
  transition: color 150ms ease;
}

.footer-legal-links a:hover { color: var(--text); }
