/* Impressum / legal pages — minimal page-scoped additions.
   Composes .bu-pagehero + .bu-narrow + .bu-prose from the shared vocabulary. */

.bu-legal-stand {
	margin-top: 22px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--bu-muted);
}

/* Slightly airier separation between prose sections on long legal pages. */
.bu-prose h2 + h3 { margin-top: .9em; }
