﻿:root {
  --nav-h: 72px;
}
html.scrolled body.transparent header .navbar {
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s ease-in-out;
}
html.scrolled body.transparent header .navbar .navbar-logo {
  visibility: visible;
  opacity: 1;
  height: 100%;
  width: auto;
  transition: all 0.5s ease-in-out;
}
html.scrolled body.transparent header .navbar .nav-items {
  justify-content: flex-end;
}
body:not(.transparent) .navbar-dark {
  background-color: rgba(0, 0, 0, 0.9);
}
body:not(.transparent) .navbar-logo {
  visibility: visible;
  opacity: 1;
  height: 100%;
  width: auto;
  transition: all 0.5s ease-in-out;
}
body:not(.transparent) .nav-items {
  justify-content: flex-end;
}
header {
  /*.nav-items,
    .social-items {
        flex-basis: 0;
        flex-grow: 1;
        font-size: 24px;
    }

    .social-items {
        display: flex;
        justify-content: flex-end;
    }

    .navbar-logo {
        .navbar-brand {
            margin: 0;
        }
    }*/
}
header .navbar-brand {
  z-index: 1;
}
header .navbar-collapse {
  position: relative;
  align-items: center;
}
header .navbar-collapse .nav-items {
  font-size: 28px;
}
@media (max-width: 768px) {
  header .navbar-collapse .nav-items {
    font-size: 22px;
  }
}
header .navbar-collapse .nav-items .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}
header .navbar-collapse .social-nav {
  font-size: 20px;
}
@media (max-width: 767px) {
  header .navbar-collapse {
    padding: 25px;
  }
  header .navbar-collapse .nav-items {
    flex-direction: column;
  }
  header .navbar-collapse .nav-items .nav-item-separater {
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    height: 1px;
    width: 200px;
  }
  header .navbar-collapse .social-nav {
    flex-direction: row;
  }
}
header .navbar-logo {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  header .navbar-logo {
    /*display: block;*/
  }
}
header .navbar-logo .navbar-brand {
  width: 135px;
  display: block;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  header .navbar-logo .navbar-brand {
    width: 95px;
  }
}
header .nav-items {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav-item-separater {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 10px 20px;
  height: 30px;
}
@media (max-width: 575px) {
  header .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
  }
  header .navbar-collapse .navbar-logo {
    display: none;
  }
  header .navbar-collapse .nav-items {
    text-align: center;
    width: 100%;
  }
  header .navbar-collapse .nav-items .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header .navbar-collapse .social-items {
    margin-top: 15px;
  }
  header .navbar-collapse .social-items .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  header .navbar-collapse .social-items .navbar-nav .nav-item {
    margin-right: 20px;
  }
  header .navbar-collapse .social-items .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}
.site-track-player {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
}
.site-track-player .btn-close {
  background-color: white;
  float: right;
  margin-bottom: 1rem;
}
.site-track-player .list-group-item {
  background-color: #ff000033;
  color: white;
}
.site-track-player .list-group-item.active {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.site-track-player__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.site-track-player__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: #12121a;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  padding: 1.25rem;
  overflow-y: auto;
}
.site-track-player.is-open {
  pointer-events: auto;
}
.site-track-player.is-open .site-track-player__backdrop {
  opacity: 1;
}
.site-track-player.is-open .site-track-player__panel {
  transform: translateX(0);
}
body.track-player-open {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: -999px;
  background: #f3f3f5;
  color: #0b0b10;
  padding: 10px 12px;
  border-radius: 10px;
}
.skip-link:focus {
  left: 14px;
  top: 14px;
  z-index: 9999;
}
.icon-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #f3f3f5;
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
}
.icon-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}
.section-title {
  margin: 0 0 10px 0;
  font-size: 22px;
  letter-spacing: 0.2px;
}
.muted {
  color: #b7b7c2;
}
.hero {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  /*.hero__bg {
        position: absolute;
        inset: 0;
        // Placeholder look — swap to your own image/video later*/
  /*background: radial-gradient(1200px 600px at 20% 10%, rgba(242,193,78,.18), transparent 50%), radial-gradient(900px 500px at 80% 20%, rgba(110,231,255,.12), transparent 55%), linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.65));*/
  /*}*/
}
.hero .hero__content {
  position: relative;
  padding: 56px 15px 32px 15px;
}
.hero .kicker {
  display: inline-block;
  color: #b7b7c2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 10px;
  border-radius: 999px;
  margin: 0 0 14px 0;
  background: rgba(255, 255, 255, 0.04);
}
.hero .hero__title {
  font-size: 48px;
  margin: 0 0 10px 0;
}
.hero .hero__subtitle {
  margin: 0 0 18px 0;
  color: #b7b7c2;
  max-width: 58ch;
}
.hero .hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero .hero__stats {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.hero .stat {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.5);
}
.hero .stat__value {
  font-weight: 800;
}
.hero .stat__label {
  color: #b7b7c2;
  font-size: 13px;
}
.featured {
  padding: 26px 0;
}
.featured .featured__card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  /*border: 1px solid @line;*/
  border-radius: 18px;
  /*background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));*/
  /*background: @card-background;
        padding: 16px;*/
  /*border-radius: 18px;*/
}
.featured .featured__track {
  margin: 8px 0 6px 0;
  font-size: 28px;
}
.featured .featured__meta {
  margin: 0 0 12px 0;
  color: #b7b7c2;
}
.featured .featured__story {
  margin: 0 0 14px 0;
  max-width: 62ch;
  color: #f3f3f5;
}
.featured .featured__controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.featured .featured__links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.featured .featured__player-slot {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 12px;
}
.releases {
  padding: 26px 0 10px 0;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.chip {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #b7b7c2;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
}
.chip:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #f3f3f5;
}
.chip.is-active {
  color: #f3f3f5;
  border-color: rgba(110, 231, 255, 0.35);
}
.release-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.release-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  /*background: rgba(255,255,255,.03);*/
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.release-card:hover {
  transform: translateY(-4px);
}
.release-card__btn {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}
.release-card__thumb {
  /*height: 190px;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  /*overflow: hidden;*/
  position: relative;
}
.release-card__thumb .music-track-card__play {
  position: absolute;
  font-size: 50px;
  border: 2px solid white;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.release-card__thumb .music-track-card__play .fa-play {
  margin-left: 5px;
}
.release-card__info {
  padding: 12px 12px 14px 12px;
}
.release-card__title {
  margin: 0 0 6px 0;
  /*font-size: 18px;*/
}
.release-card__sub {
  margin: 0;
  color: #b7b7c2;
}
.stories {
  padding: 22px 0 10px 0;
}
.story-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.story {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
}
.story__title {
  margin: 0 0 8px 0;
}
.story__text {
  margin: 0;
  color: #b7b7c2;
}
.stream {
  padding: 22px 0 40px 0;
}
.stream__inner {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
}
.platforms {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.platform {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 12px;
  color: #b7b7c2;
}
.platform:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #f3f3f5;
}
.art--placeholder {
  background: radial-gradient(240px 140px at 20% 25%, rgba(242, 193, 78, 0.18), transparent 60%), radial-gradient(260px 180px at 80% 30%, rgba(110, 231, 255, 0.12), transparent 55%), linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  letter-spacing: 0.2px;
}
.art--placeholder span {
  opacity: 0.85;
}
@media (max-width: 900px) {
  .hero .hero__title {
    font-size: 40px;
  }
  .featured .featured__card {
    grid-template-columns: 1fr;
  }
  .release-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .story-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .hero .hero__title {
    font-size: 34px;
  }
  .hero .hero__stats {
    grid-template-columns: 1fr;
  }
  .release-grid {
    grid-template-columns: 1fr;
  }
}
body {
  /*background-color: @primary-color;*/
  /*background: radial-gradient(circle at 85% 15%, rgba(224, 37, 55, 0.18), transparent 24%), radial-gradient(circle at 75% 85%, rgba(224, 37, 55, 0.10), transparent 30%), repeating-linear-gradient( -12deg, rgba(255,255,255,0.035) 0, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 7px ), #080808;*/
  color: white;
  padding-top: var(--nav-h);
  background: #080808;
  /*padding-top: 70px;*/
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  /*background: radial-gradient(circle at 85% 15%, rgba(224,37,55,.18), transparent 24%), radial-gradient(circle at 75% 85%, rgba(224,37,55,.10), transparent 30%), repeating-linear-gradient( -12deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 7px ), #080808;*/
  background: radial-gradient(circle at 105% 50%, rgba(224, 37, 55, 0.22), transparent 42%), repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 9px), linear-gradient(90deg, #080808 0%, #080808 45%, #0c0909 70%, #18090c 88%, #261014 100%);
}
body.transparent {
  padding-top: 0;
}
body.transparent header .navbar {
  background-color: transparent;
  width: 100%;
  transition: all 0.5s ease-in-out;
  /*@media(max-width: 767px) {
                position: fixed;
            }*/
}
@media (max-width: 575px) {
  body {
    /*padding-top: 56px;*/
  }
}
body .bg-dark {
  background-color: rgba(255, 0, 0, 0.05) !important;
}
body .section-panel {
  position: relative;
  padding-block: 6rem;
  isolation: isolate;
}
body .section-panel:before {
  content: "";
  position: absolute;
  inset: 0 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 -1px 0 rgba(0, 0, 0, 0.35);
}
body .btn-dark {
  background-color: #090909;
  border-color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
}
body .btn-outline-dark {
  color: white !important;
  border-color: rgba(255, 255, 255, 0.5);
}
body .hero-wrapper {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 25svh;
  color: white;
  position: relative;
  overflow: hidden;
  background: #000;
}
body .hero-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45));
  pointer-events: none;
}
body .hero-wrapper #HeroVideo,
body .hero-wrapper #HeroVideo_Mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
body .hero-wrapper .text-center,
body .hero-wrapper .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
body .hero-wrapper .logo {
  width: 400px;
  max-width: 75vw;
  margin: 0 auto;
}
body .hero-wrapper .subtitle {
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body .hero-wrapper {
    min-height: 100svh;
    padding-bottom: 10svh;
  }
  body .hero-wrapper:after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.08) 100%);
  }
  body .hero-wrapper .logo {
    max-width: 260px;
  }
}
body .music-player {
  max-width: 500px;
  margin: 0 auto;
}
body .home-shows .card {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 18px;
}
body footer {
  background-color: black;
}