/* APD 214 — category taps must feel native/instant on mobile. */
@media (max-width: 767px) {
  html body #apd5-header .apd5-main-nav > a,
  html body #apd5-header .apd5-main-nav > a::after {
    touch-action: manipulation !important;
    transition: none !important;
    animation: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  html body #apd5-header .apd5-main-nav > a:active {
    transform: none !important;
  }

  /* Keep the main thread free for taps while long home/catalog sections below
     the viewport are not visible yet. Safari/Chromium simply ignore this when
     unsupported. */
  @supports (content-visibility: auto) {
    html body :is(.apd23-discovery-page, .apd40-home, .apd51-home-reference) > section:nth-of-type(n+3),
    html body .apd5-footer {
      content-visibility: auto;
      contain-intrinsic-size: 1px 720px;
    }
  }
}
