.lineup-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.lineup-filter .btn {
  border: 2px solid var(--primary);
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: var(--text-inner);
  cursor: pointer;
  transition: background 200ms;
}

.lineup-filter .btn:hover {
  opacity: 0.8;
}

.lineup-filter .btn.active {
  background: var(--primary-bg);
  color: var(--text-inner);
}

/* Lineup grid */
.lineup-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}
.lineup-list .lineup-list-item {
  width: 100%;
  display: block;
  list-style: none;
  position: relative;
}

.lineup-list .lineup-list-item.hidden {
  display: none;
}

.lineup-list .lineup-list-item .lineup-block {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 3rem -2rem;
  color: var(--text-inner);
}

.lineup-item-content {
  padding: 2rem 1rem;
  transition: 300ms;
  background: linear-gradient(90deg, var(--primary) 58%, rgba(0, 0, 0, 0) 80%);
  background-size: 100%;
}

.lineup-item-content .lineup-title {
  margin: 0;
  font-size: 2rem;
  line-height: 3rem;
  text-shadow: 0 0 5px var(--primary);
  max-width: 75%;
}
.lineup-item-content .lineup-subtitle {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 300;
}

.lineup-item-visit {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  padding: 0.5rem;
  box-sizing: content-box;
}

.lineup-list .lineup-list-item .lineup-block .lineup-checkout {
  display: none;
}

@media only screen and (min-width: 720px) {
  .lineup-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lineup-list .lineup-list-item .lineup-block {
    background-size: 100%;
    background-position: top center;
    aspect-ratio: 3/2;
    display: flex;
    overflow: hidden;
  }

  .lineup-item-content {
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(0deg, var(--primary) 28%, rgba(0, 0, 0, 0) 50%);
    transform: scale(1);
    transform-origin: bottom left;
    transition: transform 200ms;
  }

  .lineup-item-content .lineup-title {
    max-width: 100%;
  }
  .lineup-item-visit {
    background-color: transparent;
  }

  .lineup-list .lineup-list-item .lineup-block .lineup-checkout {
    height: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 300ms;
    font-size: 0.8rem;
    text-decoration: underline;
    padding: 0;
    margin: 0;
  }

  .lineup-list .lineup-list-item .lineup-block:hover .lineup-checkout {
    height: 3rem;
    opacity: 1;
  }
}

@media only screen and (min-width: 1000px) {
  .lineup-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* SCHEDULE */

.article-schedule {
  list-style: none;
  padding-left: 0;
  width: 75%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.schedule-day {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.schedule-day.saturday {
  margin-top: 30px;
}

.schedule-day-title {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: var(--primary);
}

.schedule-band-block {
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
}

.schedule-band-section {
  color: var(--text-inner);
  box-sizing: border-box;
  width: 100%;
  padding: 8px 60px 8px 16px;
  background: linear-gradient(
    90deg,
    var(--primary) 0%,
    var(--primary) 70%,
    rgba(225, 227, 0, 0) 90%
  );
}

/* Individual band */

.artist-head {
  color: rgb(200, 200, 200);
}

.artist-head__sticky > h1 {
  font-size: 4rem;
  color: rgb(224, 224, 224);
}

.tba-content {
  font-size: 3rem;
  padding: 4rem 2rem;
  text-align: center;
  color: var(--light-neutral);
}

@media only screen and (max-width: 1000px) {
  .lineup-section {
    width: 90%;
    margin-left: 5%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .img-presentacio-left {
    width: 100%;
    margin-left: 0%;
  }

  .tba-content {
    font-size: 1.5rem;
    padding: 1rem;
    text-align: center;
    color: #d3d3d3;
  }

  .article-schedule {
    max-width: 95%;
  }

  .schedule-band-block {
    background-color: var(--black);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 100%;
  }

  .schedule-band-section {
    background: linear-gradient(
      90deg,
      var(--primary) 0%,
      var(--primary) 55%,
      rgba(225, 227, 0, 0) 100%
    );
  }

  .schedule-band-section.lineup-tile {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }

  .grid-section {
    position: absolute;
    color: rgb(224, 224, 224);
    height: 100%;
    top: 100%;
    left: 100%;
    padding-left: 10px;
    transform: translateY(-100%) translateX(-100%);
    text-align: left;
    width: 100%;
  }

  .schedule-band-section > h2 {
    margin-top: 3.5%;
  }
}
