body {
    color: #000;
    font-family: Aktivgrotesk,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0px;
}
.home{
    background-color: black;
    color: white;
}
[hidden] {
    display: none !important;
}
.music-page {
    min-height: 100vh;
    background:
      radial-gradient(circle at 50% 20%, rgba(101, 255, 0, .13), transparent 32rem),
      #000;
    color: white;
}
.shows-page {
    min-height: 100vh;
    background:
      radial-gradient(circle at 50% 35%, rgba(101, 255, 0, .12), transparent 34rem),
      #000;
    color: white;
}
.shop-page {
    min-height: 100vh;
    background:
      radial-gradient(circle at 50% 35%, rgba(101, 255, 0, .12), transparent 34rem),
      #000;
    color: white;
}
.epk-page {
    min-height: 100vh;
    background: #000;
    color: white;
}
.contact-page {
    min-height: 100vh;
    background: #000;
    color: white;
}
img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}
a {
  background-color: #0000;
}


.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}


.nav_fixed{
    position: absolute;
    inset: 0% 0% auto;
}
.main-wrapper {
  padding-top: 70px;
}
.video_section{
    
}

.nav_component {
  background-color: #000;
  border-bottom: 1px solid #222;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
  z-index: 1000;
}


.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.video_container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    
}

.video_container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.nav_logo {
  width: 10rem;
}
.home-image_container{
    border-bottom: 1px solid #222;
}

.home-image_container img {
  width: 100%;
}

.single-promo {
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
  background:
    radial-gradient(circle at 50% 40%, rgba(101, 255, 0, .13), transparent 32rem),
    #000;
}

.single-promo_content {
  display: grid;
  grid-template-columns: minmax(14rem, .75fr) minmax(20rem, 1.5fr);
  align-items: start;
  gap: clamp(6rem, 14vw, 14rem);
  padding-block: clamp(2.5rem, 4vw, 4rem);
  padding-inline: clamp(.75rem, 1.5vw, 1.5rem);
}

.single-promo_release {
  text-align: center;
}

.single-cover {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #222;
}

.single-promo_release h2 {
  margin: 1rem 0 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.1;
}

.single-promo_release p {
  margin: .4rem 0 0;
  color: #65ff00;
  font-weight: 700;
  letter-spacing: .08em;
}

.single-promo_video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  border: 1px solid #222;
}

.single-promo_video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}


.nav_menu {
  align-items: center;
  display: flex;
}


.nav_menu_link {
  color: #fff;
  padding: 0 .55rem;
    padding-right: 0.55rem;
    padding-left: 0.55rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.nav_menu_link:hover {
    color: #a8a8a8;
}
.nav_menu_link.is-current {
    color: #65ff00;
}
.social-logo {
    filter: invert();
    height: 1.4rem;
    padding-left: .75em;
    padding-right: .75em;
    transition: filter .3s ease-in-out;
}
.nav_menu_link:hover .social-logo {
    filter: invert(1) brightness(.66);
}
.social-text {
  display: none;
}

.music-landing {
  min-height: 100vh;
  padding: 9rem 1.5rem 5rem;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}

.music-card {
  width: min(100%, 29rem);
  text-align: center;
}

.music-release_layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.music-eyebrow {
  margin: 0;
  color: #65ff00;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .22em;
}

.music-release_artwork {
  grid-column: auto;
  grid-row: auto;
}

.music-cover {
  width: 100%;
  display: block;
  border: 1px solid #292929;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, .7);
}

.music-card h1 {
  margin: 1.5rem 0 .2rem;
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 1;
}

.music-artist {
  margin: 0 0 2rem;
  color: #aaa;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.streaming-links {
  grid-column: auto;
  grid-row: auto;
  align-self: stretch;
  transform: none;
  display: grid;
  gap: .65rem;
}

.streaming-service {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
}

.streaming-service_icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  filter: invert(1);
}

.streaming-link {
  min-height: 3.5rem;
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #333;
  background: rgba(10, 10, 10, .9);
  color: #fff;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.streaming-link:hover,
.streaming-link:focus-visible {
  border-color: #65ff00;
  color: #65ff00;
  transform: translateY(-2px);
}

.streaming-link.is-disabled {
  border-color: #222;
  background: #070707;
  color: #666;
  pointer-events: none;
}

.streaming-link.is-disabled .streaming-service_icon {
  filter: invert(1) brightness(.4);
}

.shows-landing {
  min-height: calc(100vh - 8rem);
  padding: 10rem 1.5rem 6rem;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}

.shows-content {
  width: min(100%, 56rem);
  text-align: center;
}

.shows-content h1 {
  margin: 0 0 2.5rem;
  font-size: clamp(3rem, 10vw, 7rem);
  line-height: .9;
  letter-spacing: -.04em;
}

.shows-content h1::after {
  content: "";
  width: 7rem;
  height: 1px;
  margin: 1.5rem auto 0;
  display: block;
  background: #555;
}

.shows-empty {
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid #292929;
  background: rgba(5, 5, 5, .82);
}

.shows-empty_title {
  margin: 0;
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 700;
}

.shows-empty_copy {
  max-width: 34rem;
  margin: .75rem auto 1.75rem;
  color: #aaa;
}

.shows-empty_link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}

.shows-empty_link:hover,
.shows-empty_link:focus-visible {
  color: #a8a8a8;
}

.epk-main {
  padding-top: 7.4rem;
}

.epk-hero {
  width: min(calc(100% - 3rem), 88rem);
  aspect-ratio: 3 / 1;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #090909;
}

.epk-hero > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: .65;
}

.epk-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.08) 70%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 55%);
}

.epk-hero_overlay {
  max-width: 50rem;
  padding: clamp(2rem, 7vw, 6rem);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  text-align: right;
}

.epk-hero_overlay h1 {
  margin: 0;
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: .82;
  letter-spacing: -.06em;
}

.epk-resource_panel {
  width: min(calc(100% - 3rem), 52rem);
  margin: clamp(4rem, 8vw, 7rem) auto;
  padding: clamp(2rem, 7vw, 5rem);
  box-sizing: border-box;
  border: 1px solid #292929;
  background: #050505;
  text-align: center;
}

.epk-resource_label {
  margin: 0 0 .75rem;
  color: #65ff00;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.epk-resource_panel h2 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
}

.epk-resource_copy {
  max-width: 38rem;
  margin: 1.25rem auto 2rem;
  color: #aaa;
}

.epk-folder_button {
  width: min(100%, 25rem);
  min-height: 3.8rem;
  padding: .75rem 1.25rem;
  border: 1px solid #444;
  display: inline-grid;
  place-items: center;
  background: #111;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.epk-folder_button:hover,
.epk-folder_button:focus-visible {
  border-color: #666;
  color: #a8a8a8;
}

.epk-contact_link {
  width: max-content;
  margin: 1.5rem auto 0;
  display: block;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}

.epk-contact_link:hover,
.epk-contact_link:focus-visible {
  color: #a8a8a8;
}

.booking-panels {
  width: min(calc(100% - 3rem), 70rem);
  margin: clamp(4rem, 8vw, 7rem) auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.booking-panel {
  min-height: 24rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #292929;
  background: #050505;
}

.booking-panel h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
}

.booking-panel > p {
  margin: 0;
  color: #aaa;
}

.booking-panel_actions {
  margin-top: auto;
  display: grid;
  gap: .75rem;
}

.booking-panel_actions a {
  min-height: 3.5rem;
  padding: .5rem 1rem;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  border: 1px solid #444;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease;
}

.booking-panel_actions a:hover,
.booking-panel_actions a:focus-visible {
  border-color: #666;
  color: #a8a8a8;
}

.contact-main {
  min-height: calc(100vh - 8rem);
  padding: 10rem 1.5rem 6rem;
  box-sizing: border-box;
}

.contact-heading,
.contact-options {
  width: min(100%, 70rem);
  margin-inline: auto;
}

.contact-heading h1 {
  margin: 0;
  font-size: clamp(3rem, 10vw, 7rem);
  line-height: .86;
  letter-spacing: -.05em;
}

.contact-heading > span {
  width: 8rem;
  height: 1px;
  margin-top: 2rem;
  display: block;
  background: #555;
}

.contact-options {
  max-width: 42rem;
  margin-top: clamp(3rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: 1fr;
}

.contact-card {
  min-height: 23rem;
  padding: clamp(1.75rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #292929;
  background: #050505;
}

.contact-card h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
}

.contact-card > p {
  color: #aaa;
}

.contact-card_actions {
  margin-top: auto;
  display: grid;
  gap: .75rem;
}

.contact-card a {
  min-height: 3.5rem;
  padding: .5rem 1rem;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  border: 1px solid #444;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  border-color: #666;
  color: #a8a8a8;
}

.epk-layout {
  width: min(calc(100% - 3rem), 75rem);
  margin: clamp(4rem, 8vw, 8rem) auto;
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.epk-facts {
  padding: 1.5rem;
  position: sticky;
  top: 8rem;
  border: 1px solid #292929;
  background: rgba(7, 7, 7, .92);
}

.epk-facts h2 {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.epk-facts dl,
.epk-facts dd {
  margin: 0;
}

.epk-facts dl > div {
  padding: .9rem 0;
  border-top: 1px solid #222;
}

.epk-facts dt {
  color: #777;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.epk-facts dd {
  margin-top: .25rem;
  color: #ccc;
  font-size: .9rem;
}

.epk-contact_button {
  min-height: 3rem;
  margin-top: 1.25rem;
  display: grid;
  place-items: center;
  border: 1px solid #444;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.epk-sections {
  display: grid;
  gap: 0;
}

.epk-section {
  padding: 0 0 4rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1.5rem;
  border-bottom: 1px solid #222;
}

.epk-section_label {
  margin: .5rem 0 0;
  color: #65ff00;
  font-size: .72rem;
  font-weight: 700;
}

.epk-section h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
}

.epk-section h3 {
  margin: 0;
  font-size: 1.6rem;
}

.epk-section p {
  color: #aaa;
}

.epk-featured_music {
  display: grid;
  grid-template-columns: minmax(8rem, 14rem) 1fr;
  gap: 1.75rem;
  align-items: center;
}

.epk-featured_music img {
  width: 100%;
}

.epk-featured_music a {
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.epk-downloads {
  margin-top: 1.5rem;
  display: grid;
  border-top: 1px solid #292929;
}

.epk-downloads a {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #292929;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.epk-downloads a:hover,
.epk-featured_music a:hover,
.epk-contact_button:hover {
  color: #a8a8a8;
  border-color: #666;
}

.site-footer {
  padding: 1.5rem clamp(1.5rem, 4vw, 3rem) 1rem;
  border-top: 1px solid #222;
  background: #050505;
  color: #fff;
}

.site-footer_inner {
  width: min(100%, 75rem);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer_brand img {
  width: 7rem;
}

.site-footer_resources {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-footer_resources {
  justify-content: flex-end;
}

.site-footer a {
  color: #aaa;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.site-footer_bottom {
  width: min(100%, 75rem);
  margin: 1rem auto 0;
  padding-top: .8rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: .35rem;
  border-top: 1px solid #181818;
}

.site-footer_bottom a {
  color: #666;
  font-size: .72rem;
  letter-spacing: .04em;
}

.site-footer_legal {
  margin: 0;
  color: #666;
  font-size: .72rem;
  letter-spacing: .04em;
  text-align: left;
}



@media screen and (min-width: 1280px) {
  .nav_menu_link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.1rem;
  }
    .social-logo {
    padding-left: .5em;
    padding-right: .5em;
  }
}

@media screen and (min-width: 1440px) {
    .nav_menu_link {
    font-size: 1.3rem;
    }
    .social-logo{
    height: 1.7rem;
    }
}

@media screen and (max-width: 700px) {
  .single-promo_content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem 1.5rem;
  }

  .single-promo_release {
    width: min(100%, 19rem);
    margin: 0 auto;
  }

  .music-card {
    width: min(100%, 29rem);
  }

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

  .streaming-links {
    grid-column: 1;
    grid-row: auto;
    align-self: stretch;
    transform: none;
  }

  .site-footer_inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer_resources {
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-footer_bottom {
    gap: .6rem;
    text-align: center;
  }

  .site-footer_legal {
    text-align: center;
  }

  .epk-main {
    padding-top: 5.5rem;
  }

  .epk-hero {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-inline: 0;
  }

  .epk-layout {
    width: min(calc(100% - 2rem), 75rem);
    grid-template-columns: 1fr;
  }

  .epk-facts {
    position: static;
  }

  .epk-section {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .epk-featured_music {
    grid-template-columns: 1fr;
  }

  .epk-featured_music img {
    width: min(100%, 18rem);
  }

  .contact-main {
    padding-top: 8rem;
  }

  .contact-options {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 21rem;
  }

  .booking-panels {
    width: min(calc(100% - 2rem), 70rem);
    grid-template-columns: 1fr;
  }

  .booking-panel {
    min-height: 21rem;
  }
}
