/* La Cultura — Global interaction motion
   beta251: desktop/fine-pointer only. Lightweight transforms; no JS. */

@media (hover:hover) and (pointer:fine) and (min-width:701px){

  /* Editorial / content cards across the site */
  .lc-article-card,
  .lc-editorial-card,
  .lc-music-card,
  .lc-oa-card,
  .lc-originales-recent-card,
  .lc-originales-video-card,
  .lc-originales-short-card,
  .lc-podcast-card,
  .lc-search-card,
  .lc-artdir-card,
  .lc-artist-album-card,
  .lc-artist-more-card,
  .lc-artist-related-card,
  .lc-author-card,
  .lc-trending-card,
  .lc-ta-trending-card,
  .lc-top-artists-card,
  .lc-global-mega-post{
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, opacity .22s ease!important;
    will-change:transform;
  }

  .lc-article-card:hover,
  .lc-article-card:focus-within,
  .lc-editorial-card:hover,
  .lc-editorial-card:focus-within,
  .lc-music-card:hover,
  .lc-music-card:focus-within,
  .lc-oa-card:hover,
  .lc-oa-card:focus-within,
  .lc-originales-recent-card:hover,
  .lc-originales-recent-card:focus-within,
  .lc-originales-video-card:hover,
  .lc-originales-video-card:focus-within,
  .lc-originales-short-card:hover,
  .lc-originales-short-card:focus-within,
  .lc-podcast-card:hover,
  .lc-podcast-card:focus-within,
  .lc-search-card:hover,
  .lc-search-card:focus-within,
  .lc-artdir-card:hover,
  .lc-artdir-card:focus-within,
  .lc-artist-album-card:hover,
  .lc-artist-album-card:focus-within,
  .lc-artist-more-card:hover,
  .lc-artist-more-card:focus-within,
  .lc-artist-related-card:hover,
  .lc-artist-related-card:focus-within,
  .lc-author-card:hover,
  .lc-author-card:focus-within,
  .lc-trending-card:hover,
  .lc-trending-card:focus-within,
  .lc-ta-trending-card:hover,
  .lc-ta-trending-card:focus-within,
  .lc-top-artists-card:hover,
  .lc-top-artists-card:focus-within{
    transform:translateY(-5px)!important;
  }

  /* Slightly smaller movement inside the mega menu so it stays controlled. */
  .lc-global-mega-post:hover,
  .lc-global-mega-post:focus-within{
    transform:translateY(-3px)!important;
  }

  /* Give boxed cards a little depth without forcing a new visual style. */
  .lc-editorial-card:hover,
  .lc-music-card:hover,
  .lc-oa-card:hover,
  .lc-search-card:hover,
  .lc-artdir-card:hover,
  .lc-author-card:hover,
  .lc-top-artists-card:hover{
    box-shadow:0 10px 24px rgba(0,0,0,.09)!important;
  }

  /* Image motion on known card thumbnails. */
  .lc-article-card img,
  .lc-editorial-card img,
  .lc-music-card img,
  .lc-oa-card img,
  .lc-originales-recent-card img,
  .lc-originales-video-card img,
  .lc-originales-short-card img,
  .lc-podcast-card img,
  .lc-search-card img,
  .lc-artdir-card img,
  .lc-artist-album-card img,
  .lc-artist-more-card img,
  .lc-artist-related-card img,
  .lc-author-card img,
  .lc-trending-card img,
  .lc-ta-trending-card img,
  .lc-top-artists-card img,
  .lc-global-mega-post img{
    transition:transform .28s ease!important;
  }

  .lc-article-card:hover img,
  .lc-editorial-card:hover img,
  .lc-music-card:hover img,
  .lc-oa-card:hover img,
  .lc-originales-recent-card:hover img,
  .lc-originales-video-card:hover img,
  .lc-originales-short-card:hover img,
  .lc-podcast-card:hover img,
  .lc-search-card:hover img,
  .lc-artdir-card:hover img,
  .lc-artist-album-card:hover img,
  .lc-artist-more-card:hover img,
  .lc-artist-related-card:hover img,
  .lc-author-card:hover img,
  .lc-trending-card:hover img,
  .lc-ta-trending-card:hover img,
  .lc-top-artists-card:hover img,
  .lc-global-mega-post:hover img{
    transform:scale(1.025)!important;
  }

  /* Compact selectable rows: lateral nudge instead of lift. */
  .lc-most-viewed-row,
  .lc-top-artist-row,
  .lc-article-artist-row,
  .lc-track-row{
    transition:transform .18s ease, opacity .18s ease!important;
  }

  .lc-most-viewed-row:hover,
  .lc-most-viewed-row:focus-within,
  .lc-top-artist-row:hover,
  .lc-top-artist-row:focus-within,
  .lc-article-artist-row:hover,
  .lc-article-artist-row:focus-within,
  .lc-track-row:hover,
  .lc-track-row:focus-within{
    transform:translateX(5px)!important;
  }
}

/* No animation on touch devices or when the OS asks for reduced motion. */
@media (prefers-reduced-motion:reduce){
  .lc-article-card,
  .lc-editorial-card,
  .lc-music-card,
  .lc-oa-card,
  .lc-originales-recent-card,
  .lc-originales-video-card,
  .lc-originales-short-card,
  .lc-podcast-card,
  .lc-search-card,
  .lc-artdir-card,
  .lc-artist-album-card,
  .lc-artist-more-card,
  .lc-artist-related-card,
  .lc-author-card,
  .lc-trending-card,
  .lc-ta-trending-card,
  .lc-top-artists-card,
  .lc-global-mega-post,
  .lc-most-viewed-row,
  .lc-top-artist-row,
  .lc-article-artist-row,
  .lc-track-row{
    transition:none!important;
    transform:none!important;
  }
}
