/* ==========================================================================
   Legal pages (Imprint / Impressum, Terms of Use / Nutzungsbedingungen).
   Follows the support/guides layout language (glitch title, bordered wrapper);
   all colors via theme variables so light & dark both work.
   ========================================================================== */

.pc-legal {
  background: var(--pc-surface);
  color: var(--pc-ink);
  min-height: 100vh;
}

.pc-legal-wrapper {
  padding: 10rem 6.25rem 6rem;
  min-height: 100vh;
}

.pc-legal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: 4rem;
}

.pc-legal-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

.pc-legal-lead {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  line-height: 1.9;
  opacity: 0.55;
  max-width: 640px;
  margin: 0;
}

.pc-legal-body-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.pc-legal-block {
  margin: 0 auto 2.5rem;
}

.pc-legal-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0 0.75rem;
}

.pc-legal-body {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  line-height: 1.9;
  font-style: normal; /* <address> */
  opacity: 0.75;
  margin: 0 0 0.75rem;
}

.pc-legal-body:last-child { margin-bottom: 0; }

.pc-legal-body a {
  color: inherit;
  text-underline-offset: 3px;
}

.pc-legal-note {
  max-width: 720px;
  margin: 3rem auto 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  line-height: 1.8;
  opacity: 0.45;
}

@media (max-width: 768px) {
  .pc-legal-wrapper { padding: 7rem 1.5rem 4rem; }
}
