/* Rechtsseiten (Impressum, Datenschutz) — nutzt die Waldfilm-Tokens */

.ll-legal-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(10,10,10,0.88); backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  height: 64px; display: flex; align-items: center;
}
.ll-legal-header-inner {
  max-width: 880px; margin: 0 auto; padding: 0 32px; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.ll-legal-header img { height: 28px; display: block; }
.ll-legal-back {
  color: var(--fg-muted); font-size: 13px; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px; transition: color 200ms;
}
.ll-legal-back:hover { color: var(--brand); }
.ll-legal-back svg { width: 16px; height: 16px; }

.ll-legal {
  max-width: 880px; margin: 0 auto; padding: 64px 32px 96px;
}
.ll-legal .wf-eyebrow { display: block; margin-bottom: 14px; }
.ll-legal h1 {
  font-size: clamp(32px, 4vw, 48px); font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.1; margin: 0 0 32px; color: var(--fg);
}
.ll-legal h2 {
  font-size: 20px; font-weight: 700; letter-spacing: -0.01em;
  margin: 40px 0 12px; color: var(--fg);
}
.ll-legal p { font-size: 15.5px; line-height: 1.7; color: var(--fg-muted); margin: 0 0 16px; }
.ll-legal a { color: var(--brand); text-decoration: none; }
.ll-legal a:hover { text-decoration: underline; }
.ll-legal .ll-legal-block { margin-bottom: 28px; }
.ll-legal address { font-style: normal; line-height: 1.8; color: var(--fg); font-size: 15.5px; }
.ll-legal hr { border: 0; border-top: 1px solid var(--border); margin: 40px 0; }
.ll-legal-meta { font-size: 13px; color: var(--fg-dim); margin-top: 48px; }

.ll-legal-footer {
  background: #000; border-top: 1px solid #161616;
  padding: 32px 0; text-align: center;
}
.ll-legal-footer-inner {
  max-width: 880px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-size: 12px; color: rgba(237,237,237,0.35);
}
.ll-legal-footer a { color: rgba(237,237,237,0.5); text-decoration: none; font-size: 12px; }
.ll-legal-footer a:hover { color: var(--brand); }
.ll-legal-footer .ll-legal-footer-links { display: flex; gap: 20px; }

@media (max-width: 820px) {
  .ll-legal-header-inner { padding: 0 16px; }
  .ll-legal { padding: 40px 20px 64px; }
  .ll-legal-footer-inner { padding: 0 20px; flex-direction: column; align-items: flex-start; }
}
