/* The Kontakt and Impressum pages: long, plain, server-rendered text. They reuse the shared
   tokens, the page shell, the header and the footer, and add only reading measure. */

.legal-page {
  width: min(100%, 44rem);
  margin: 0 auto;
  padding: 24px 16px 48px;
  line-height: 1.65;
}

.legal-page h1 {
  margin: 0 0 16px;
  font-size: 1.75rem;
}

.legal-page h2 {
  margin: 32px 0 8px;
  font-size: 1.125rem;
}

.legal-page p {
  margin: 0 0 12px;
}

.legal-binding {
  font-style: italic;
}

.legal-address {
  font-style: normal;
}

.legal-contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  margin: 0 0 12px;
}

.legal-contact dt {
  font-weight: 700;
}

.legal-contact dd {
  margin: 0;
}

.legal-cross-link {
  margin-top: 32px;
}

/* Devanagari sits taller than the Latin faces the tokens are tuned for. */
html:lang(hi) .legal-page {
  line-height: 1.85;
}

@media (min-width: 1050px) {
  .legal-page {
    padding-top: 32px;
  }

  .legal-page h1 {
    font-size: 2rem;
  }
}
