/* Keep the sticky header's flow height unchanged at the theme's scroll threshold.
 * Shrinking it moves scrollY back across that threshold through scroll anchoring.
 * Mobile uses the theme's existing dimensions and navigation unchanged.
 */
@media (min-width: 1051px) {
    #top.site-header.is-compact .header-inner { min-height: 102px; }
    #top.site-header.is-compact .club-logo { width: 70px; }
}
