/* =========================================================================
 * ARTISTS list page
 * ========================================================================= */

.section-artists-list {
  padding-top: 200px;
}

.artists-grid-large .artist-card-image {
  aspect-ratio: 3 / 4;
}

.artists-grid-large .artist-card-name {
  font-size: clamp(29px, 3.06vw, 43px);
  margin-top: 4px;
}

@media (max-width: 768px) { /* --bp-sp */
  .section-artists-list {
    padding-top: 150px;
  }
}
