      :root {
        --max-width: 1400px;
        --side-padding: 120px;
        --primary: #ffffff;
        --secondary: #898989;
        --accent: #e6007e;
        --dark: #0e0d0d;
        --darker: #000000;
        --gradient: linear-gradient(45deg,x #1a1a1a, #000000);
        --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        --container: 1400px;
        --spacing: clamp(60px, 8vw, 120px);
      }

/* Hero Section */
      .hero {
        height: 88vh;
        position: relative;
        display: grid;
        place-items: center;
        overflow: hidden;/* hauteur dynamique */
  transition: min-height 3s cubic-bezier(.2,.8,.2,1);
      }


.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../img/hero/portrait DJ-full 12 2000w.webp") center / contain no-repeat, #040a07;
}

@media (max-width: 1600px) {
  .hero-bg {
    background: url("../img/hero/portrait DJ-full 12 2000w.webp") center / contain no-repeat, #040a07;
  }

@media (max-width: 1024px) {
  .hero-bg {
    background: url("../img/hero/portrait DJ-full 12 2000w.webp") center / contain no-repeat, #040a07;
  }
}

@media (max-width: 768px) {
  .hero-bg {
    background: url("../img/hero/portrait DJ-full 12 2000w.webp") center / contain no-repeat, #040a07;
  }

 
@supports (min-height: 100dvh) {
  .hero { min-height: 100dvh; }
}
}


@media (max-width: 480px) {
  .hero-bg {
    background: url("../img/hero/portrait DJ-full 12 2000w.webp") center / contain no-repeat, #040a07;
  }
}





}

      .hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
        max-width: 800px;
        padding: 0 24px;
      }

      .hero h1 {
        font-size: clamp(3rem, 10vw, 6rem);
        font-weight: 800;
        line-height: 1;
        margin-bottom: 2rem;
        letter-spacing: -0.04em;
      }

      .hero p {
        font-size: clamp(1rem, 2.5vw, 1.5rem);
        color: var(--secondary);
        margin-bottom: 3rem;
      }

      .latest-tracks {
        position: absolute;
        /* left: 0; */
        width: 100%;
max-width: 650px !important;
        z-index: 2;
        max-width: var(--max-width);
          margin: auto;
bottom: 3em;
    display: flex;
    justify-content: center;
      }

.latest-tracks .cta-button {
color: #fff;
border: 2px solid white;
}

      .latest-tracks-container {
        display: grid;
        grid-template-columns: auto 1fr;
        padding: 0 var(--spacing);
        max-width: 65vw;
      }

      .latest-tracks-header h2 {
        font-size: clamp(2rem, 4vw, 2rem);
        font-weight: 800;
        line-height: 1;
        letter-spacing: -0.03em;
        margin: 0;
        color: var(--primary);

  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
      }

      .latest-tracks-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        max-width: 800px;
      }

      .latest-track-card {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 1rem;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        padding: 1rem;
        transition: var(--transition);
        cursor: pointer;
      }

      .latest-track-card:hover {
        transform: translateY(-5px);
        background: rgba(0, 0, 0, 0.8);
      }

      .latest-track-cover {
        width: 80px;
        height: 80px;
        object-fit: cover;
box-shadow: 0 4px 60px rgba(0, 0, 0, .5);
      }

      .latest-track-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .track-info {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 0rem solid #484848;
        height: 120px;
      }

.new-track-label {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: #aaa;
  margin-bottom: 0rem !important;
}
.new-track-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
}

.new-track-authors {
font-size: 0.75rem !important;
    line-height: 1.6em !important;
    justify-content: center;
    margin-top: 0.8em !important;
    margin-bottom: 0.5em !important;
    font-family: 'Cabinet Grotesk', sans-serif !important;
    letter-spacing: 0.4em;
}

      .latest-track-title {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        margin-top: 10px;
      }

      .latest-track-artist {
        color: var(--secondary);
        font-size: 0.9rem;
      }
/* Discography Section */
.discography {
  padding: var(--spacing) 0;
  background-color: var(--dark);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  /* par défaut : grand écran (desktop XXL) */
  background-image:
    linear-gradient(to bottom, rgb(21 19 20 / 92%) 0%, #0b0d0b 15%),
    url("../img/hero/header6 2000w.webp");
}

@media (max-width: 1600px) {
  .discography {
    background-image:
      linear-gradient(to bottom, rgb(21 19 20 / 92%) 0%, #0b0d0b 15%),
      url("../img/hero/header6 2000w.webp");
  }
}

@media (max-width: 1024px) {
  .discography {
    background-image:
      linear-gradient(to bottom, rgb(21 19 20 / 92%) 0%, #0b0d0b 15%),
      url("../img/hero/header6 2000w.webp");
  }
}

@media (max-width: 768px) {
  .discography {
    background-image:
      linear-gradient(to bottom, rgb(21 19 20 / 92%) 0%, #0b0d0b 15%),
      url("../img/hero/header6 1024.webp");
  }
}

@media (max-width: 480px) {
  .discography {
    background-image:
      linear-gradient(to bottom, rgb(21 19 20 / 92%) 0%, #0b0d0b 15%),
      url("../img/hero/header6 480w.webp");
  }
}

@media (max-width: 320px) {
  .discography {
    background-image:
      linear-gradient(to bottom, rgb(21 19 20 / 92%) 0%, #0b0d0b 15%),
      url("../img/hero/header6 320w.webp");
  }
}

.smartlinks-container{

    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #0000000a 40%, #010503 48%);
}

a.smart-platform-link[href=""] {
  display: none;
}

.smart-platform-link {
  border-radius: 0; /* par défaut */
}

/* Premier élément → coins du haut arrondis */
.smart-platform-link:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* Dernier élément → coins du bas arrondis */
.smart-platform-link:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Cas spécial : si c’est le seul élément → arrondis partout */
.smart-platform-link:only-child {
  border-radius: 12px;
}

.bio-text {
    padding: 8rem;
    font-family: 'Open Sans';
    font-size: 1em !important;
    font-family: 'Open Sans', sans-serif;
    color: #aeaeae;
    text-align: justify;
    line-height: 1.8em;
}
@media (max-width: 1280px) {
  .bio-text {
    padding: 4rem;
  }
}
.bio-text h1 {
    font-family: 'Open Sans', sans-serif;
font-size: 3.4em;
    line-height: 1em;
padding-bottom: 0.5em;
color: #fff;

    text-align: left;
}
.bio-text p {
margin-top: 20px;
      }
.bio-photo {
  height: 100%;
  background-color: #000; /* fallback si image non chargée */
  background-position: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;

  /* par défaut (desktop XXL) */
  background-image: url("../img/hero/header6 2000w.webp");
}

@media (max-width: 1600px) {
  .bio-photo {
    background-image: url("../img/hero/header6 2000w.webp");
  }
}

@media (max-width: 1024px) {
  .bio-photo {
    background-image: url("../img/hero/header6 1024w.webp");
  }
}

@media (max-width: 768px) {
  .bio-photo {
    background-image: url("../img/hero/header6 768w.webp");
  }
}

@media (max-width: 480px) {
  .bio-photo {
    background-image: url("../img/hero/header6 768w.webp");
  }
}

@media (max-width: 320px) {
  .bio-photo {
    background-image: url("../img/hero/header6 320w.webp");
  }
}
    .bio {
        background: var(--darker);
      }
 .bio {
        padding: var(--spacing) 0;
}
    .bio  {
   /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 30%, #222 58%), 
                url('../img/header7.jpeg') center/cover no-repeat;*/
background : #020202;
color: black;
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    background-blend-mode: darken;

    padding: 0px ;
}

    .bio:after, .smartlinks-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px; /* Ajuste selon l'effet souhaité */
    background: #222; /* Couleur du fond après la découpe */
    clip-path: polygon(0 100%, 150% 0, 200% 200%);
}
      .section-header {
        font-size: 3rem;
        font-weight: 800;
        margin-bottom: 3rem;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        text-align: center;
      }

      .tracks-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(100px, 1fr));
        gap: 4em;
        align-items: baseline;
       max-width: 900px;
       margin: auto;
      }

      .track-card {
        position: relative;
        aspect-ratio: 1;
        border-radius: 4px;
        cursor: pointer;
      }

      .track-cover {
        position: relative;
        width: 100%;
        height: 100%;    
border-radius: 0px;
    overflow: hidden;
box-shadow: 0 4px 60px rgba(0, 0, 0, .5);
      }

      .track-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--transition);
      }

      .track-overlay {
        position: absolute;
        inset: 0;
        /*   background: linear-gradient(transparent, rgba(0,0,0,1));*/
        background: rgba(0, 0, 0, 0.9);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 2rem;
        opacity: 0;
        transition: var(--transition);
      }

      .track-card:hover .track-overlay {
        opacity: 1;
      }

      .track-card:hover img {
        /*   transform: scale(1.05);*/
      }

      .track-title {
        font-size: 1.5rem;
        font-weight: 900;
        margin-bottom: 0.5rem;
        margin-top: 2rem;
        line-height: 1.8rem;
        text-transform: uppercase;
      }

      .track-artist {
        color: var(--secondary);
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
      }

      .track-overlay-play {
        width: 80px !important;
        height: 80px !important;
        object-fit: cover;
        margin: 0 auto;
        transition: var(--transition);
        position: absolute;
        top: -20px !important;
        left: -20px;
        display: none;
      }

      /* Button styles */
.cta-button {
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    /* background-color: var(--accent); */
    color: #fff;
    padding: 15px 30px;
    /* border-radius: 50px; */
    text-transform: uppercase;
    letter-spacing: 2px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
}

      .cta-button:hover {
        background-color: transparent;
     /*   transform: translateY(-5px);*/

            color: pink;
         border: 2px solid pink;
      }

      /* Button focus style */
      .cta-button:focus {
        outline: none;
      }

      /* Player */
      .player {
    position: fixed;
    bottom: 0;
    left: 0%;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    transform: translateY(100%);
    transition: var(--transition);
    z-index: 100;
    display: none;
    background: rgb(0 0 0 / 80%);
    /* backdrop-filter: blur(20px); */
    margin: auto;
    display: block;
  /*  border-radius: 40px; */
    /* background: transparent; */
    margin-bottom: 0;
box-shadow: 0 4px 60px rgba(0, 0, 0, .5);
    border-top: 2px solid #211d1d;
      }

      .player.active {
        transform: translateY(0);
      }

.player.active > .container {
    padding: 0 2em;
}

      .player-content {
        display: flex;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    align-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
      }

      .player-info {
  display: flex;
    align-items: center;
    gap: 1rem;
    box-sizing: content-box;
    min-width: 0px;
      }

      .now-playing-cover {
        width: 50px;
        height: 50px;
        object-fit: cover;
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
      }
 .now-playing-details {

 white-space: nowrap;       /* tout reste sur une seule ligne */
  overflow: hidden;          /* cache le débordement */
  text-overflow: ellipsis;   /* affiche "…" si ça dépasse */
}
      .now-playing-details h3 {
        font-weight: 700;
        margin-bottom: 0rem;
      }

      .now-playing-details p {
        color: var(--secondary);
        font-size: 0.9rem;
line-height: 1em;
      }

      .player-controls {
display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column-reverse;
    min-width: 150px;
    width: 50%;
      }

      .player-button {
        background: none;
        border: none;
        color: var(--primary);
        cursor: pointer;
        font-size: 1rem;
        transition: var(--transition);
        padding: 0 0.5rem;
    padding-bottom: 0px;
      }

.btn-circle {

    width: 32px;
    height: 32px;
  border-radius: 50%;         /* rond */
  border: none;
  background: var(--darker);        /* couleur type Deezer/Spotify */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
    align-content: center;
    padding: 0;
}

.btn-circle i {
  color: white;               /* icône blanche */
  font-size: 1.3rem;          /* taille de l’icône */
padding: 0;
}

.btn-circle i.fa-play {
  color: white;               /* icône blanche */
  font-size: 1.3rem;          /* taille de l’icône */
  margin-left: 3px;           /* petit décalage pour centrer le 

  transition: all 0.2s ease;
triangle */
padding: 0;
}

.btn-circle:hover {
  background: var(--accent);        /* hover plus clair */
}

.btn-circle:focus-visible {
  outline: 2px solid #fff7;
  outline-offset: 2px;
}
#playPause {
font-size: 1.2rem; 
}
.player-buttons {
    display: flex;
}

      .player-button:hover {
        color: var(--accent);
      }

      .progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
      }

      .progress {
        width: 30%;
        height: 100%;
        background: var(--accent);
        transition: width 0.1s linear;
      }

      .streaming-links {
        display: flex;
        gap: 1rem;
      }

      .streaming-link {
        color: var(--secondary);
        font-size: 1.5rem;
        transition: var(--transition);
      }

      .streaming-link:hover {
        color: var(--primary);
      }

      /* Footer */
      .footer {
        padding: 4rem 0;
        background: var(--dark);
      }

      .social-links {
        display: flex;
        justify-content: center;
        gap: 2rem;
      }

      .social-link {
        color: var(--primary);
        font-size: 1.5rem;
        transition: var(--transition);
      }

      .social-link:hover {
        color: var(--accent);
      }

      .smart-panel {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    background: rgba(0,0,0,0.95);
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255,255,255,0.1);
    z-index: 1000;
    padding: 2rem;
    display: none;
}

.platform-grid {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.platform-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255,255,255,0.1);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.platform-link:hover {
    background: rgba(255,255,255,0.2);
    transform: translateX(-5px);
}

@media (max-width: 768px) {
.bio .section-header {
margin-bottom: 0rem;
}

#releases {
padding: 1em;
padding-top: 3rem !important;
padding-bottom: 3rem;
}
    .smart-panel {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 50vh;
        transform: none;
    }
    
    .panel-content {
        height: 100%;
        overflow-y: auto;
    }
}

      /* Responsive Design */
      @media (max-width: 1200px) {
        :root {
          --side-padding: 80px;
          --spacing-section: 80px;
        }

        .latest-tracks-container {
          grid-template-columns: 1fr;
          gap: 2rem;
          max-width: 100%;
        padding: 0rem 4rem !important;
        }

        .latest-tracks-grid {
          grid-template-columns: 1fr;
        }

        .tracks-grid {
          grid-template-columns: repeat(3, 1fr);
        }
      }

      @media (max-width: 768px) {
        :root {
          --spacing: 60px;
          --side-padding: 20px;
          --spacing-section: 80px;
        }

.hero-bg {
background-size: cover;
}

        .nav-links {
        }

        .tracks-grid {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .player-content {
          grid-template-columns: 1fr;
          gap: 1rem;
          text-align: center;
        }

        .player-info {
          justify-content: center;
        }

        .player-controls {
          justify-content: center;
        }

        .streaming-links {
          justify-content: center;
        }
      }
main.smartlink {
  padding-top: 100px;
  position: absolute;
  inset: 0;

  background-color: #040a07;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: saturation;

  /* par défaut → grand écran */
  background-image: url("../img/hero/portrait DJ-full 12 2000w.webp");
}

@media (max-width: 1600px) {
  main.smartlink {
    background-image: url("../img/hero/portrait DJ-full 12 2000w.webp");
  }
}

@media (max-width: 1024px) {
  main.smartlink {
    background-image: url("../img/hero/portrait DJ-full 12-1024w.webp");
  }
}

@media (max-width: 768px) {
  main.smartlink {
    background-image: url("../img/hero/portrait-DJ-full 12 768w.webp");
  }
}

@media (max-width: 480px) {
  main.smartlink {
    background-image: url("../img/hero/portrait DJ-full 12 480w.webp");
  }
}

@media (max-width: 320px) {
  main.smartlink {
    background-image: url("../img/hero/portrait DJ-full 12 320w.webp");
  }
}



        .main-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 2rem;
        }

        .main-container {
            max-width: 400px;
            margin: auto;
            padding: 20px;
        }
        .cover {
            width: 70%;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        .smart-track-info h1 {
            font-size: 1.5rem;
            font-weight: 800;
            margin: 10px 0;
            text-transform: uppercase;
            line-height: 1.6rem;
        }
        .smart-track-info p {
            font-size: 1rem;
            color: #aaa;
            margin-bottom: 20px;
        }
        .smart-platforms {
            display: flex;
            flex-direction: column;
            gap: 0px;
            border-radius: 20px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            margin-bottom: 4rem;

    overflow: hidden;
        }
        .smart-platform-link {
            display: flex;
            justify-content: left;
            gap: 10px;
            background: #fff;
            padding: 12px;
            border-radius: 0px;
            text-decoration: none;
            color: #1e1e1e;
            font-weight: 600;
        }

        .smart-icon {
            width: 40px;
        }
        .smart-platform-link i {
            font-size: 40px;
        }

.smart-platform-link:not([href]),
.smart-platform-link[href=""] {
  pointer-events: none;   /* désactive le clic */
  cursor: default;
  color: #999;            /* texte grisé */
}

.smart-platform-link:not([href]) .smart-icon,
.smart-platform-link[href=""] .smart-icon {
  filter: grayscale(100%); /* icône en niveaux de gris */
  opacity: 0.6;           /* un peu estompée */
}
        .fa-spotify {
            color: #23cf5f;
        }

        .fa-apple {
            color: #fa475d;
        }

        .logo-beatport img {
            height: 20px;
        }

        .fa-soundcloud {
            color: #ff8800;
        }

        .fa-youtube {
            color: #ff0000;
        }

        .smart-platforms:first-child {

            border-radius: 20px 20px 0px 0px;
        }
        . smart-platforms:last-child {
            border-radius: 0px 0px 20px 20px;
        }
        .smart-platform-link:hover {
            background: #fedcf8;
        }




 
        .smart-track-info {
            align-items: center;
    margin-bottom: 1rem;
    line-height: 1rem;
    display: flex
;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
        }

        .smart-track-cover {
            width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    align-items: start;
    display: grid
;
    justify-items: center;
    justify-content: center;
    align-content: center;
        }

        .smart-track-details h1 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            letter-spacing: -0.03em;
        }

        .smart-track-details p {
            color: var(--secondary);
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }

        .player-section {
            display: none;
            border-radius: 4px;
            margin-bottom: 3rem;
        }

        .controls {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin: 1rem 0;
        }

        .play-button {
            background: var(--accent);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid
;
    place-items: center;
    cursor: pointer;
    transition: var(--transition);
    padding: 20px;
        }

        .play-button:hover {
            transform: scale(1.1);
        }

        .progress-bar {
            flex-grow: 1;
            height: 4px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 2px;
            cursor: pointer;
            position: relative;
        }

        .progress {
            width: 0%;
            height: 100%;
            background: var(--accent);
            border-radius: 2px;
            transition: width 0.1s linear;
        }

        .smart-platforms-grid {
            display: grid;
            gap: 1rem;
        }

       


        .smart-platform-link i {
            font-size: 1.5rem;
        }

        .smart-platform-link span {
            font-weight: 500;
            font-size: 1.1rem;
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--secondary);
            text-decoration: none;
            font-weight: 500;
            margin-top: 2rem;
            transition: var(--transition);
        }

        .back-button:hover {
            color: var(--primary);
        }

      
        .back-to-music {
               display: flex;
    padding: 12px 24px;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    /* background: #e6007ea1; */
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10rem;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
        }

        .back-to-music:hover {
            background-color: transparent;
            color: pink;
         border: 2px solid pink;
        }
        .back-to-music svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
            transition: transform 0.3s ease;
        }
        .back-to-music svg:first-child {
            margin-right: 12px;
        }
        .back-to-music svg:last-child {
            margin-left: 8px;
        }
        .back-to-music:hover svg:last-child {
            transform: translateX(5px);
        }

        @media (max-width: 768px) {
.player {
display: none !important;
}
.header{
background: #111111c2;

    padding: 0.5rem;
}
section {
/*padding: 0.5rem;*/
}
body {
scrollbar-color: black;
}
.smartlink .main-container {
    padding: 2rem;
}
.cover {
    width: 60%;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}
.back-to-music {
    margin: auto;
    display: flex;
    margin-bottom: 11rem !important;
}
.hide-mobile {
display:none !important;
}
.track-info {
    border-bottom: 0px;
}
.latest-tracks-container {
    display: grid
;
    grid-template-columns: auto 1fr;
    gap: 0rem;
    padding: 0px var(--side-padding);
     max-width: 100vw; 
}
.latest-tracks-header .cta-button {

    display: inline-block;
}
.bio {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, #222 100%), url(../img/header7.jpeg);

background : #020202;
        position: relative;
        overflow: hidden;
        background-position-x: -100px;
        /* background-clip: padding-box; */
        background-blend-mode: hard-light;       
        background-size: cover;
    }
.bio-text {
padding: 4em 2em;
font-size:1em !important;
text-align: left;
}
.bio div {
    grid-template-columns: 1fr !important;
}
}

            .smart-track-info {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .smart-track-cover {
                max-width: 300px;
                margin: 0 auto;
            }

            .smart-track-details h1 {
                font-size: 2rem;
            }
        }