/* CANTAIMY v7.6.87 — compact home artwork + responsive safeguards */

/* Desktop: reduce artwork footprint so more of the home view fits above the fold. */
@media (min-width: 901px){
  #home .v6-track-grid .track-cover{
    width:min(100%,180px)!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
    aspect-ratio:1/1!important;
    align-self:flex-start!important;
  }
  #home .v6-track-grid .track-card h3{
    margin-top:6px!important;
  }
}

@media (min-width:1500px) and (min-height:821px){
  #home .v6-track-grid .track-cover{
    width:190px!important;
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
  }
}

/* Short desktop screens: prioritize above-the-fold visibility. */
@media (min-width:901px) and (max-height:820px){
  #home .v6-track-grid .track-cover{
    width:160px!important;
    height:160px!important;
    min-height:160px!important;
    max-height:160px!important;
  }
}

@media (min-width:901px) and (max-height:720px){
  #home .v6-track-grid .track-cover{
    width:145px!important;
    height:145px!important;
    min-height:145px!important;
    max-height:145px!important;
  }
}

/* Mobile intentionally retains the existing compact 96/84 px two-column cards. */
@media (max-width:900px){
  #home .v6-track-grid .track-cover{
    aspect-ratio:1/1!important;
  }
}
