/* ============================================================
   Theater an der Marschnerstrasse — Unterseiten (Subpages)
   Page-Hero & Lesetypografie für Rechtstexte.
   Gemeinsame Palette/Header/Footer-Regeln: site.css.
   ============================================================ */

/* ---------- PAGE HERO (kompakter Titelkopf) ---------- */
.phero { background: var(--ink); color: var(--bone); position: relative; overflow: hidden; }
.phero__in { position: relative; z-index: 2; padding-block: 72px 64px; }
.phero__eyebrow { color: var(--signal); font-family: var(--font-head); font-weight: 600;
  text-transform: uppercase; letter-spacing: .26em; font-size: 13px; margin: 0 0 20px;
  display: flex; align-items: center; gap: 14px; }
.phero__eyebrow::before { content:""; width: 38px; height: 2px; background: var(--signal); display:block; }
.phero__title { font-family: var(--font-display); text-transform: uppercase; line-height: 1.04;
  font-size: clamp(2.6rem, 6vw, 5rem); margin: 0; letter-spacing: .005em; }
.phero__sub { font-family: var(--font-text); color: #d3cfc9; font-size: 1.05rem; line-height: 1.6;
  margin: 18px 0 0; max-width: 56ch; }
.phero__M { position: absolute; right: -4%; top: 50%; transform: translateY(-50%);
  height: 150%; color: #1a1a1c; opacity: 1; pointer-events: none; z-index: 0; }
.phero__M svg { height: 100%; width: auto; }

/* ---------- CONTENT (Lesetext / Rechtstexte) ---------- */
.content { flex: 1 0 auto; padding: 72px 0 96px; }
.legal { max-width: 760px; }
.legal h2 { font-family: var(--font-display); text-transform: uppercase; line-height: 1.04;
  font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 52px 0 16px; padding-top: 0;
  border-top: 0; padding-left: 20px; border-left: 4px solid var(--signal); display: block; }
.legal h2:first-of-type { margin-top: 0; }
.legal h2 .no { display: block; font-size: 0.7rem; font-family: var(--font-head); font-weight: 700;
  letter-spacing: .24em; color: var(--signal); margin: 0 0 5px; }
.legal h2 .hl { color: var(--ink);
  background-image: linear-gradient(transparent 0 42%, var(--signal) 42% 94%, transparent 94%);
  -webkit-box-decoration-break: clone; box-decoration-break: clone; padding: 0 .08em; }
.legal h3 { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .06em;
  font-size: 1rem; margin: 28px 0 8px; }
.legal p { line-height: 1.75; margin: 0 0 16px; max-width: 68ch; }
.legal a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; }
.legal a:active { color: var(--ink); background: var(--signal); text-decoration-color: var(--ink); }
@media (hover: hover) { .legal a:hover { color: var(--ink); background: var(--signal); text-decoration-color: var(--ink); } }
.legal strong { font-weight: 600; }
.legal ul { padding-left: 22px; margin: 0 0 16px; max-width: 68ch; }
.legal li { margin-bottom: 8px; line-height: 1.6; }
.legal .lead { font-size: 1.18rem; line-height: 1.7; color: var(--ink); font-weight: 500;
  border-left: 4px solid var(--signal); padding-left: 20px; margin-bottom: 40px; max-width: 58ch; }
.legal address { font-style: normal; font-family: var(--font-head); font-size: 1.05rem; line-height: 1.6; }
.legal__updated { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .14em;
  font-size: 11px; color: var(--smoke); margin: 0 0 40px; }
.callout { background: var(--paper-2); border-left: 4px solid var(--signal); padding: 18px 22px; margin: 0 0 24px; }
.callout p { margin: 0; }
.backlink { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px;
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .08em;
  font-size: 13px; color: var(--ink); text-decoration: none; }
.backlink:active { color: var(--ink); background: var(--signal); box-shadow: 0 0 0 4px var(--signal); }
@media (hover: hover) { .backlink:hover { color: var(--ink); background: var(--signal); box-shadow: 0 0 0 4px var(--signal); } }
.backlink .ico { width: 16px; height: 16px; }

/* ---------- MOBILE ---------- */
@media (max-width: 760px) {
  .content { padding: 48px 0 64px; }
  .phero__in { padding-block: 52px 44px; }
}
