/* ── Home page (Front Page) overrides ── */
/* The home page uses the default white-bg hero.
   Inherits all global.css rules. Add page-specific tweaks below. */

/* Slightly more vertical space on desktop */
@media (min-width: 1024px) {
  .dso-hero { padding: 64px 0 56px; }
}
