/**
 * PageHeader — scoped styles for the interior-page masthead.
 *
 * The source PageHeader.tsx carried NO CSS module of its own: it composed the
 * shared primitives (Container, Heading) and the global editorial classes
 * .page-head / .eyebrow / .lede / .rule-hair, all defined in globals.css. So
 * there is nothing to inner-scope here — the visual styling stays global and
 * shared. This file exists to anchor the reusable root and hold any
 * page-header-specific tweaks; it intentionally adds no new appearance.
 */

.s-page-header {
  display: block;
}
