/* ──────────────────────────────────────────────
   Mants — Legal pages (Impressum, Datenschutz, AGB, Widerruf)
   ────────────────────────────────────────────── */

.legal {
  padding-top: 56px;
  padding-bottom: 80px;
}

.legal__inner {
  max-width: 720px;
}

.legal__title {
  font-family: var(--ff-serif);
  font-weight: 300;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  margin-bottom: 32px;
}

.legal__address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.legal__address + .legal__address {
  margin-top: 24px;
}

/* ── Prose (longer legal texts: Datenschutz, AGB, …) ─ */

.legal__lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 32px;
}

.legal__section + .legal__section {
  margin-top: 36px;
}

.legal__heading {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.legal__section p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 14px;
}

.legal__section p:last-child {
  margin-bottom: 0;
}

.legal__section ul {
  margin: 0 0 14px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.legal__section li {
  margin-bottom: 6px;
}

.legal__section a {
  color: var(--brand);
  text-decoration: none;
}

.legal__section a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal__address a {
  color: var(--brand);
  text-decoration: none;
}

.legal__address a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Responsive ─────────────────────────────── */

@media (max-width: 575px) { /* sm and down */
  .legal {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .legal__address {
    font-size: 15px;
  }
}
