/* ============================================================
   BKS24 Redesign — Statement intro figure + doc-block grouping
   Quelle: Stellungnahmen #6861. Gerahmtes Intro-Bild (Reichstag) im
   .split-Layout, plus kompakte Gruppierung Thema → zugehörige Dokumente.
   ALLE Regeln unter .bks-rd gescoped (Vertrag §6).
   ============================================================ */

/* Intro-Bild im Split — gerahmt, abgerundet, mit Bildunterschrift */
.bks-rd .stmt-figure { margin: 0; }
.bks-rd .stmt-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-1);
}
.bks-rd .stmt-figure figcaption {
  margin-top: 12px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--grey-600);
}

/* Thema → Dokumente: Prosa-Block direkt über die zugehörige doc-list */
.bks-rd .stmt-topic { margin: 0 0 64px; }
.bks-rd .stmt-topic:last-child { margin-bottom: 0; }
.bks-rd .stmt-topic .prose { max-width: 860px; }
.bks-rd .stmt-topic .prose h3 {
  font-size: 24px;
  color: var(--ink);
  margin-bottom: 8px;
}
.bks-rd .stmt-topic .doc-list { margin-top: 20px; }
