/* ════════════════════════════════════════════════════════════
   Rechtsseiten (Impressum, Datenschutz) — ruhiges Leselayout
   ════════════════════════════════════════════════════════════ */

.recht-nav {
  position: sticky; top: 0; z-index: 10;
  background: rgba(247, 242, 232, .96);
  border-bottom: 1px solid var(--line);
}
.recht-nav__inner {
  max-width: 820px; margin-inline: auto; padding: 18px var(--gutter);
  display: flex; align-items: center; gap: 14px;
}
.recht-nav__marke {
  display: flex; align-items: center; gap: 11px;
  text-decoration: none; color: var(--ink);
  margin-right: auto;
}
.recht-nav__marke img { width: 22px; height: auto; }
.recht-nav__marke span {
  font-family: var(--f-display);
  font-size: 21px; letter-spacing: .14em; text-transform: uppercase;
}
.recht-nav a.recht-nav__zurueck {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; color: var(--muted);
}
.recht-nav a.recht-nav__zurueck:hover { color: var(--brass); }

.recht {
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(48px, 8vw, 88px) var(--gutter) clamp(64px, 10vw, 120px);
}
.recht h1 {
  font-family: var(--f-display); font-weight: 300;
  font-size: clamp(32px, 5vw, 52px); line-height: 1.1;
  margin: 0 0 8px;
}
.recht .stand {
  margin: 0 0 clamp(36px, 5vw, 56px);
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
.recht h2 {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1.2;
  margin: clamp(38px, 5vw, 56px) 0 14px;
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid var(--line);
}
.recht h2:first-of-type { border-top: 0; padding-top: 0; }
.recht h3 {
  font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brass);
  margin: 30px 0 10px;
}
.recht p { margin: 0 0 16px; font-size: 15.5px; line-height: 1.85; color: var(--ink-soft); }
.recht ul { margin: 0 0 18px; padding-left: 20px; }
.recht li { margin-bottom: 10px; font-size: 15.5px; line-height: 1.8; color: var(--ink-soft); }
.recht a { color: var(--brass); }
.recht address {
  font-style: normal; margin: 0 0 18px;
  font-size: 15.5px; line-height: 1.9; color: var(--ink-soft);
}
.recht .kasten {
  margin: 0 0 22px; padding: 22px 24px;
  background: var(--paper-2);
  border-left: 2px solid var(--brass);
  font-size: 15px; line-height: 1.85;
}
.recht .kasten p:last-child { margin-bottom: 0; }

.recht-fuss {
  border-top: 1px solid var(--line);
  margin-top: clamp(48px, 7vw, 80px);
  padding-top: 26px;
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  font-size: 12px; letter-spacing: .1em;
}
.recht-fuss a { color: var(--muted); text-decoration: none; }
.recht-fuss a:hover { color: var(--brass); }
