/* ============================================================
   KATSUBA — Rechtliches (Impressum & Datenschutz)
   Builds on katsuba.css / katsuba-case.css tokens.
   ============================================================ */

.legal-content {
  max-width: 760px;
}

.legal-content h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  margin: clamp(40px, 6vw, 56px) 0 16px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty;
}

.legal-content a {
  color: var(--accent);
  text-underline-offset: 3px;
}

.legal-content .legal-address {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.legal-content .legal-stand {
  margin-top: clamp(36px, 5vw, 48px);
  font-size: 14px;
  color: rgba(13, 13, 13, 0.5);
}

/* visually flags values the owner still needs to fill in */
.legal-placeholder {
  background: rgba(251, 207, 129, 0.55);
  padding: 0 5px;
  border-radius: 4px;
}
