/* ═══ RECHTSTEXTE — Impressum & Datenschutz ═══════════════════
   Eine Lesespalte, sonst nichts. Rechtstexte werden ueberflogen,
   nicht bewundert: Zwischentitel tragen, Absaetze bleiben kurz. */

.legal {
    max-width: 74ch;
    margin: 0 auto;
    padding: 72px 56px 120px;
}

.legal-lang {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--line);
}

.legal section + section { margin-top: 56px; }

.legal h2 {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 20px;
}

.legal p {
    font-family: var(--serif);
    font-size: 17px;
    line-height: 1.65;
    color: var(--paper);
}
.legal p + p { margin-top: 16px; }

.legal a { color: var(--amber); }
@media (hover: hover) and (pointer: fine) {
    .legal a:hover { text-decoration: underline; }
}

/* Vorspann: groesser als der Fliesstext, sonst nichts. Ein Kasten
   drumherum macht aus zwei Saetzen einen Aushang. */
.legal .legal-vorspann {
    font-family: var(--serif);
    font-size: 20px;
    line-height: 1.55;
    color: var(--cream);
    padding-bottom: 40px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--line);
}

.legal-adresse {
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.7;
}
.legal-adresse strong { color: var(--cream); }

/* Begriff links, Wert rechts — traegt Firmendaten wie Cookie-Tabellen. */
.legal-daten {
    margin-top: 24px;
    border-top: 1px solid var(--line);
}
.legal-daten > div {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}
.legal-daten dt {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--paper-dim);
    padding-top: 4px;
}
.legal-daten dd {
    font-family: var(--serif);
    font-size: 17px;
    line-height: 1.6;
    color: var(--paper);
}

.legal-liste {
    margin-top: 14px;
    padding-left: 20px;
    font-family: var(--serif);
    font-size: 17px;
    line-height: 1.7;
    color: var(--paper);
}
.legal-liste li { margin-bottom: 4px; }

.legal .legal-hinweis {
    margin-top: 20px;
    font-size: 15px;
    color: var(--paper-dim);
}

.legal code {
    font-family: var(--mono);
    font-size: 0.92em;
    color: var(--cream);
}

.legal .legal-stand {
    margin-top: 72px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--paper-dim);
}

@media (max-width: 768px) {
    .legal { padding: 48px 20px 80px; }
    .legal section + section { margin-top: 44px; }
    .legal-kurz { padding: 22px 20px; }
    .legal-daten > div { grid-template-columns: 1fr; gap: 6px; }
}
