/*
 * ASTER masthead/hero handoff.
 * The masthead already reserves --aster-masthead-h. Earlier layout layers
 * added a second quiet band and hero-grid top padding, creating an unintended
 * empty strip. Keep all visual styling and remove only the duplicate spacing.
 */
:root {
  --aster-quiet-band: 0px !important;
  --aster-hero-row-y: var(--aster-masthead-h) !important;
}

#hero.hero,
#hero.hero.scrolled {
  padding-top: var(--aster-masthead-h) !important;
}

#hero.hero .hero__grid {
  padding-top: 0 !important;
}
