/* Legal pages: Impressum, Datenschutz
   ───────────────────────────────────── */
.legal-section {
  padding: 160px 48px 120px;
  max-width: 800px;
  margin: 0 auto;
}

.legal-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 24px;
}

.legal-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--night);
  margin-bottom: 16px;
}

.legal-updated {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 56px;
}

.legal-section h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--night);
  margin: 56px 0 16px;
}

.legal-section h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--night);
  margin: 32px 0 10px;
}

.legal-section p,
.legal-section li {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--night);
  opacity: 0.85;
}

.legal-section p {
  margin: 0 0 16px;
}

.legal-section ul {
  margin: 0 0 16px 1.2em;
  padding: 0;
}

.legal-section li {
  margin-bottom: 6px;
}

.legal-section a {
  color: var(--night);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

.legal-address {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--night);
  opacity: 0.9;
  margin: 0 0 16px;
}

.legal-note {
  padding: 16px 18px;
  background: var(--surface, #f6f6f4);
  border-left: 3px solid var(--border, #e5e5e0);
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 24px;
  opacity: 0.85;
}

@media (max-width: 900px) {
  .legal-section { padding: 130px 32px 100px; }
}

@media (max-width: 600px) {
  .legal-section { padding: 110px 24px 80px; }
  .legal-section h2 { margin-top: 40px; }
}
