.impressum-title {
  margin-bottom: var(--sp-8) !important;
}

.impressum-intro {
  margin-bottom: var(--sp-7);
  max-width: 75ch;
  line-height: var(--lh-base);
}

.impressum-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: var(--sp-7) var(--sp-6);
}

.legal-box h3 {
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
  margin-bottom: var(--sp-4);
}

.legal-box p {
  font-size: var(--fs-sm);
  line-height: 1.55;
  color: var(--color-text-muted);
}