/**
 * Programs page — scoping stub.
 *
 * The source route app/(site)/programs/page.tsx has NO *.module.css: it is built
 * entirely from shared sections (FullBleedHero, TextImageRow, CtaBand), each of
 * which ships its own stylesheet. There are therefore no page-specific styles to
 * port. The page root .p-programs is reserved so any future Programs-only styles
 * can be scoped here without touching shared section CSS.
 */

.p-programs {
  /* No page-specific styles — see docblock above. */
}
