/* ── Rechtsseiten (Impressum, Datenschutz) ── */

.legal-page {
  padding: 150px 0 100px;
}

.legal-container {
  max-width: 800px;
}

.legal-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  color: var(--cream);
  margin: 0 0 40px;
  line-height: 1.05;
}

.legal-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--gold-light);
  margin: 48px 0 16px;
  line-height: 1.2;
}

.legal-content h3,
.legal-content h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--cream);
  margin: 32px 0 10px;
  line-height: 1.4;
}

.legal-content p,
.legal-content li {
  color: var(--muted2);
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 14px;
}

.legal-content ul,
.legal-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.legal-content a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content a:hover { color: var(--gold-light); }

.legal-content strong { color: var(--text); font-weight: 500; }

@media (max-width: 768px) {
  .legal-page { padding: 120px 0 64px; }
  .legal-content h2 { font-size: 1.4rem; margin: 36px 0 12px; }
}
