/* Legal pages (Impressum / Datenschutz) — LL-26 safe */
.legal-page {
  max-width: 100vw;
  overflow-x: clip;
}

.legal-main {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.25rem 1rem 2.5rem;
  min-width: 0;
}

.legal-hero {
  margin-bottom: 1.25rem;
}

.legal-hero__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201, 162, 39, 0.9);
  margin-bottom: 0.35rem;
}

.legal-hero__title {
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  hyphens: none;
  overflow-wrap: anywhere;
  color: #fffef9;
  margin-bottom: 0.4rem;
}

.legal-hero__sub {
  color: rgba(255, 254, 249, 0.72);
  font-size: 0.95rem;
  text-wrap: pretty;
}

.legal-card {
  min-width: 0;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 1rem;
  padding: 1.15rem 1.1rem 1.35rem;
}

.legal-card h2 {
  font-size: 1.05rem;
  margin: 1.15rem 0 0.45rem;
  color: #c9a227;
  text-wrap: balance;
  hyphens: none;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: rgba(255, 254, 249, 0.88);
  font-size: 0.95rem;
  line-height: 1.55;
  text-wrap: pretty;
  overflow-wrap: anywhere;
  margin-bottom: 0.55rem;
}

.legal-card a {
  color: #f0d78c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-card a:hover,
.legal-card a:focus-visible {
  color: #fff6d0;
}

.legal-note {
  font-size: 0.88rem !important;
  color: rgba(255, 254, 249, 0.7) !important;
}

.legal-meta {
  margin-top: 1.4rem !important;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem !important;
  color: rgba(255, 254, 249, 0.65) !important;
}

.legal-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
  font-size: 0.88rem;
  color: rgba(255, 254, 249, 0.7);
  border-top: 1px solid rgba(201, 162, 39, 0.18);
}

.legal-foot a {
  color: #f0d78c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-foot a[aria-current="page"] {
  color: #fffef9;
  font-weight: 600;
  text-decoration: none;
}

/* Shared site-wide legal strip (home/gallery/faq) */
.site-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.65rem;
  justify-content: center;
  align-items: center;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: rgba(255, 254, 249, 0.62);
  max-width: 100%;
  min-width: 0;
}

.site-legal a {
  color: rgba(240, 215, 140, 0.95);
  text-decoration: underline;
  text-underline-offset: 2px;
}
