/* src/layouts/_elecs/Home.css — elecs_home PageLayout-specific CSS.
   Delivered via content.js's listPages()/BaseLayout.astro's layoutCssHref
   (docs/design/phase1/30_site_crawl_and_replicate_playbook.md §3). Real
   elecs-web.co.jp convention: .section-white{background:var(--white)},
   .section-gray{background:var(--base-color)} alternating per section —
   applied here to this PageLayout's own section wrapper. */
.page--page .page-body > section:nth-of-type(2) { background-color: #ffffff; }
.page--page .page-body > section:nth-of-type(4) { background-color: #ffffff; padding: 40px 24px; }
