/* Filaro Collection - phone book hop
   09/Aug/26 Paul: opaque wine cover on leave (all book hops) so the previous
   book does not flash. Not a dissolve wipe. Desktop VT unchanged. */

@media (max-width: 767px) {
  .filaro-hop-cover {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: var(--wine, #5b2c2d);
    pointer-events: none;
  }

  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 0.24s !important;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  }
}
