/* INFIVO main menu V16 — softer, slower press feedback */
body.infivo-topnav-v4 .menu-home,
body.infivo-topnav-v4 .menu-group > summary {
  transition:
    transform 340ms cubic-bezier(.22,.72,.24,1),
    box-shadow 340ms cubic-bezier(.22,.72,.24,1),
    border-color 260ms ease,
    background 260ms ease,
    color 260ms ease !important;
  will-change: transform;
}

body.infivo-topnav-v4 .menu-home:active,
body.infivo-topnav-v4 .menu-group > summary:active {
  transform: translateY(1px) scale(.988) !important;
  transition-duration: 260ms !important;
  transition-timing-function: cubic-bezier(.22,.72,.24,1) !important;
}

@media (hover: none), (pointer: coarse) {
  body.infivo-topnav-v4 .menu-home,
  body.infivo-topnav-v4 .menu-group > summary {
    transition:
      transform 380ms cubic-bezier(.22,.72,.24,1),
      box-shadow 380ms cubic-bezier(.22,.72,.24,1),
      border-color 280ms ease,
      background 280ms ease,
      color 280ms ease !important;
  }

  body.infivo-topnav-v4 .menu-home:active,
  body.infivo-topnav-v4 .menu-group > summary:active {
    transform: translateY(1px) scale(.99) !important;
    transition-duration: 300ms !important;
  }
}
