/* Review v1: reserve space for the existing floating mobile navigation.
   Scoped to the compact spectrum; accepted intro and static fallback are untouched. */
@media (max-width: 760px) {
  #js05x-index #after-system[data-jsr-mode="compact"] .jsr-family-intro {
    top: max(72px, calc(env(safe-area-inset-top, 0px) + 64px));
  }
}
