/* =========================================================
   AFROTUNE PREMIUM FINISH V4.2
   ========================================================= */

#afrotune-home-premium {
  --af-radius-lg: 24px;
  --af-radius-md: 18px;
  --af-radius-sm: 14px;
}


/* ---------------------------------------------------------
   RESPIRATION GLOBALE
--------------------------------------------------------- */

#afrotune-home-premium {
  padding-bottom: 36px;
}

#afrotune-home-premium .afh-section {
  margin-bottom: 10px;
}

#afrotune-home-premium .afh-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

#afrotune-home-premium .afh-section-header h2,
#afrotune-home-premium .afh-title {
  margin-bottom: 2px;
}


/* ---------------------------------------------------------
   PETIT TRAIT PREMIUM SOUS LES TITRES
--------------------------------------------------------- */

#afrotune-home-premium .afh-section-header h2::after,
#afrotune-home-premium .afh-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: .35;
}


/* ---------------------------------------------------------
   HERO
--------------------------------------------------------- */

#afrotune-home-premium .afh-hero {
  position: relative;
}

#afrotune-home-premium .afh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.07),
    inset 0 -100px 120px rgba(0,0,0,.18);
}

#afrotune-home-premium .afh-hero-content {
  position: relative;
  z-index: 2;
}


/* ---------------------------------------------------------
   BADGES
--------------------------------------------------------- */

#afrotune-home-premium .afh-badge,
#afrotune-home-premium [class*="badge"] {
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}


/* ---------------------------------------------------------
   CARTES PREMIUM
--------------------------------------------------------- */

#afrotune-home-premium .afh-card,
#afrotune-home-premium .afh-playlist-card,
#afrotune-home-premium .afh-artist-card {
  position: relative;
  overflow: hidden;
}

#afrotune-home-premium .afh-card::after,
#afrotune-home-premium .afh-playlist-card::after,
#afrotune-home-premium .afh-artist-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}


/* ---------------------------------------------------------
   IMAGES
--------------------------------------------------------- */

#afrotune-home-premium .afh-card img,
#afrotune-home-premium .afh-playlist-card img,
#afrotune-home-premium .afh-artist-card img {
  transition:
    transform .35s ease,
    filter .35s ease;
}

#afrotune-home-premium .afh-card:hover img,
#afrotune-home-premium .afh-playlist-card:hover img {
  transform: scale(1.035);
}


/* ---------------------------------------------------------
   BOUTON PLAY PLUS CLAIR
--------------------------------------------------------- */

#afrotune-home-premium .afh-play {
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}


/* ---------------------------------------------------------
   PLAYLISTS PUBLIQUES
--------------------------------------------------------- */

#afrotune-home-premium .afh-playlist-card {
  min-height: 100%;
}

#afrotune-home-premium .afh-playlist-card img {
  aspect-ratio: 1 / 1;
}

#afrotune-home-premium .afh-playlist-card h3 {
  line-height: 1.2;
}

#afrotune-home-premium .afh-playlist-card p {
  opacity: .72;
  line-height: 1.45;
}


/* ---------------------------------------------------------
   ARTISTES
--------------------------------------------------------- */

#afrotune-home-premium .afh-artist-card {
  text-align: center;
}

#afrotune-home-premium .afh-artist-card img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}


/* ---------------------------------------------------------
   GENRES
--------------------------------------------------------- */

#afrotune-home-premium .afh-genre {
  cursor: pointer;
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease;
}

#afrotune-home-premium .afh-genre:hover {
  transform: translateY(-2px);
}


/* ---------------------------------------------------------
   CTA CREATEURS
--------------------------------------------------------- */

#afrotune-home-premium .afh-pro {
  box-shadow:
    0 18px 55px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.05);
}


/* ---------------------------------------------------------
   FOCUS ACCESSIBILITE
--------------------------------------------------------- */

#afrotune-home-premium a:focus-visible,
#afrotune-home-premium button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}


/* ---------------------------------------------------------
   ECRANS LARGES
--------------------------------------------------------- */

@media (min-width: 1200px) {

  #afrotune-home-premium .afh-section {
    margin-top: 42px;
  }

  #afrotune-home-premium .afh-hero {
    min-height: 420px;
  }
}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 640px) {

  #afrotune-home-premium {
    padding-bottom: 24px;
  }

  #afrotune-home-premium .afh-section-header {
    align-items: center;
  }

  #afrotune-home-premium .afh-section-header h2 {
    font-size: 1.25rem;
  }

  #afrotune-home-premium .afh-card,
  #afrotune-home-premium .afh-playlist-card {
    border-radius: 16px;
  }

  #afrotune-home-premium .afh-artist-card img {
    width: 88px;
    height: 88px;
  }

  #afrotune-home-premium .afh-pro {
    padding: 22px 18px;
  }
}


/* ---------------------------------------------------------
   TRES PETITS MOBILES
--------------------------------------------------------- */

@media (max-width: 390px) {

  #afrotune-home-premium .afh-section-header h2 {
    font-size: 1.16rem;
  }

  #afrotune-home-premium .afh-artist-card img {
    width: 78px;
    height: 78px;
  }
}
