/* Sub-page stubs (livrare, cariere, parteneriat family) — hero-only pages.
   Everything structural comes from site.css (.page-hero--compact, .breadcrumb,
   .eyebrow); this file carries only the original's responsive hero override. */

@layer pages {
  @media (max-width: 768px) {
    .page-hero--compact {
      padding-bottom: 140px;
    }
  }
}
