/* Career image ends cleanly before the highlighted-gigs section. */
.career {
  margin-bottom: 0;
  padding-bottom: clamp(6rem, 10vw, 8rem);
  background:
    linear-gradient(90deg, rgba(3, 10, 16, 0.78) 0%, rgba(3, 10, 16, 0.52) 43%, rgba(3, 10, 16, 0.08) 78%),
    linear-gradient(0deg, rgba(3, 10, 16, 0.50) 0%, transparent 54%),
    url("assets/dj-headphones.jpg") center 51% / cover no-repeat;
}

/* Keep the music and selected-events content as one continuous section. */
.gigs {
  background: #0c0c0c;
}

.open-format {
  padding-top: clamp(5rem, 8vw, 7.5rem);
  padding-bottom: 54px;
  border-bottom: 0;
  background: none;
}

.track-record {
  position: relative;
  padding-top: 42px;
  background: transparent;
}

.track-record::before {
  display: block;
  width: 46px;
  height: 1px;
  margin: 0 auto 42px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--warm), transparent);
  opacity: 0.85;
}

@media (max-width: 700px) {
  .career {
    padding-bottom: 8rem;
    background-position: center center;
  }

  .open-format {
    padding-top: 5rem;
    padding-bottom: 42px;
  }

  .track-record {
    padding-top: 32px;
  }

  .track-record::before {
    margin-bottom: 32px;
  }
}
