/* M81: mobile layer, PageSpeed stability, contrast and paint containment. */
:root{--hm81-green:#067647;--hm81-green-dark:#055d39}

/* WCAG AA contrast for primary navigation, account action and category labels. */
.site-nav-home.active,.site-nav>a.active,.site-nav details.active>summary{color:var(--hm81-green-dark)!important}
.header-actions .btn-dark{border-color:var(--hm81-green-dark)!important;background:var(--hm81-green-dark)!important;color:#fff!important}
.hm71-dual-category-pill,.hm71-dual-listing-pill{color:#075f42!important;background:#e8f6ef!important}
.hm71-dual-tone--machine .hm71-dual-category-pill,.hm71-dual-tone--machine .hm71-dual-listing-pill{color:#704000!important;background:#fff1cf!important}
.home-stores-head>div>span,.home-blog-head>div>span,.home-corporate-head>div>span{color:#067647!important}

/* Stable media boxes prevent image decode and fallback assets from moving cards. */
.hm71-dual-listing-media,.hm71-listing-image,.market-listing-image,.home-corporate-image{contain:layout paint;overflow:hidden}
.hm71-dual-listing-media img,.hm71-listing-image img,.market-listing-image img,.home-corporate-image img{display:block;width:100%;height:100%;object-fit:cover}
.home-stores-section,.home-blog-section,.home-corporate-listings{content-visibility:auto;contain-intrinsic-size:1px 620px}

/* Do not paint off-screen content until needed, while reserving its measured space. */
@supports(content-visibility:auto){.home-stores-section,.home-blog-section,.home-corporate-listings{content-visibility:auto}}

@media(max-width:900px){
  /* The custom list is a viewport sheet above sticky actions and app navigation. */
  .hm79-filter-panel .hm-smart-wrap.open{position:static!important;z-index:auto!important}
  .hm79-filter-panel .hm-smart-wrap>.hm-smart-menu,
  .listings-filter-v14 .hm-smart-wrap>.hm-smart-menu{
    position:fixed!important;left:12px!important;right:12px!important;top:auto!important;
    bottom:calc(94px + env(safe-area-inset-bottom))!important;width:auto!important;
    min-width:0!important;max-width:none!important;max-height:min(48dvh,420px)!important;
    margin:0!important;padding:8px!important;overflow-x:hidden!important;overflow-y:auto!important;
    overscroll-behavior:contain!important;border:1px solid #cfe0d9!important;border-radius:18px!important;
    background:#fff!important;box-shadow:0 24px 70px rgba(8,35,27,.28)!important;
    transform:none!important;z-index:120000!important;-webkit-overflow-scrolling:touch!important
  }
  .hm79-filter-panel .hm-smart-wrap.open>.hm-smart-menu,
  .listings-filter-v14 .hm-smart-wrap.open>.hm-smart-menu{display:block!important}
  .hm79-filter-panel .hm-smart-search,.listings-filter-v14 .hm-smart-search{position:sticky!important;top:0!important;z-index:2!important;background:#fff!important}
  .hm79-filter-actions{z-index:20!important}
}

@media(max-width:720px){
  .home-stores-section,.home-blog-section,.home-corporate-listings{contain-intrinsic-size:1px 900px}
}

@media(prefers-reduced-motion:reduce){.market-card,.home-corporate-card,.hm71-dual-listing-media img{transition:none!important;animation:none!important}}
