/**
* Core
**/
body {
    font-family: 'Helvetica';
    background:
      radial-gradient(circle at top left, rgba(236, 78, 32, 0.16), transparent 32rem),
      radial-gradient(circle at 85% 12%, rgba(1, 111, 185, 0.18), transparent 30rem),
      linear-gradient(135deg, #161925 0%, #101214 48%, #1C2826 100%);
    background-attachment: fixed;
}

/**
* Color Classes
**/
.red {
  color: #EC4E20;
}

.dark {
 color: #161925;
}

.honey {
  color: #FABD64;
}

.blue {
  color: #016FB9 !important;
}

.slight {
  color: #1C2826;
}

/**
* Page CSS
**/
.object-fit-cover {
  object-fit: cover;
}

.hero-overlay {
  background: rgba(0,0,0,.45);
}

.hero-text {
  text-shadow: 0 2px 12px rgba(0,0,0,.65);
}

.hero-logo {
  width: 97%;
  max-width: 800px;
}

/**
* Home Page
**/
.launch-banner {
  position: relative;
  z-index: 2;
  color: #101318;
  background: #FABD64;
  border-bottom: 1px solid rgba(16, 19, 24, 0.16);
}

.launch-banner__inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.65rem;
}

.launch-banner__copy {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-family: 'Helvetica Bold';
}

.launch-banner__copy span {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.launch-banner__copy strong {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.launch-banner__code {
  font-family: 'Helvetica Bold';
}

.launch-banner__code code {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-left: 0.35rem;
  padding-inline: 0.7rem;
  color: #FABD64;
  background: #101318;
  border-radius: 999px;
  font-family: 'Helvetica Bold';
  font-size: 0.95rem;
  letter-spacing: 0;
}

.launch-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #101318;
  font-family: 'Helvetica Bold';
  text-decoration: none;
}

.launch-banner__link:hover {
  color: #101318;
  text-decoration: underline;
}

.home-hero {
  position: relative;
  min-height: clamp(620px, 86vh, 840px);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.home-hero__video,
.home-hero__shade {
  position: absolute;
  inset: 0;
}

.home-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__shade {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.92) 0%, rgba(8, 9, 12, 0.62) 48%, rgba(8, 9, 12, 0.28) 100%),
    linear-gradient(0deg, rgba(8, 9, 12, 0.84) 0%, rgba(8, 9, 12, 0.08) 45%);
}

.home-hero__content {
  position: relative;
  z-index: 1;
}

.home-hero__copy {
  max-width: 760px;
  padding-block: 6rem;
}

.home-hero__logo {
  width: min(100%, 620px);
  height: auto;
  margin-bottom: 2rem;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.58));
}

.home-kicker {
  margin-bottom: 0.75rem;
  color: #FABD64;
  font-family: 'Helvetica Bold';
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.home-hero h1,
.home-section h2 {
  font-family: 'Helvetica Bold';
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 690px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.85rem, 6vw, 5.85rem);
  line-height: 0.96;
}

.home-hero__lead {
  max-width: 620px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
  line-height: 1.7;
}

.home-actions,
.release-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.home-main {
  padding-block: 5rem 2rem;
}

.home-section {
  margin-bottom: 6rem;
}

.home-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.home-section__header h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #ffffff;
  font-family: 'Helvetica Bold';
  text-decoration: none;
  white-space: nowrap;
}

.home-text-link:hover {
  color: #FABD64;
}

.release-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.75fr) minmax(220px, 0.75fr);
  gap: 1rem;
}

.release-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.release-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.release-card--feature {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(260px, 1fr);
}

.release-card--feature img {
  height: 100%;
}

.release-card__body {
  padding: 1.35rem;
}

.release-card__body h3 {
  margin-bottom: 0.65rem;
  font-family: 'Helvetica Bold';
  font-size: clamp(1.45rem, 2vw, 2.25rem);
}

.release-card__body p:not(.home-kicker) {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.home-section--beats {
  padding-block: 5rem;
  background:
    linear-gradient(rgba(8, 9, 12, 0.78), rgba(8, 9, 12, 0.88)),
    url('/assets/img/beats-hero.webp') center/cover;
}

.beat-list {
  display: grid;
  gap: 0.85rem;
}

.beat-row {
  display: grid;
  grid-template-columns: 48px minmax(160px, 0.7fr) minmax(180px, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(13, 16, 20, 0.76);
  backdrop-filter: blur(10px);
}

.beat-row__play {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.beat-row__play:hover,
.beat-row__play:focus-visible,
.beat-row__play.is-playing {
  border-color: #FABD64;
  background: rgba(250, 189, 100, 0.18);
  outline: none;
}

.beat-row__play:hover {
  transform: translateY(-1px);
}

.beat-row__play:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.beat-row__info h3 {
  margin-bottom: 0.2rem;
  font-family: 'Helvetica Bold';
  font-size: 1.15rem;
}

.beat-row__info p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.95rem;
}

.beat-row__meter {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.beat-row__meter span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #EC4E20, #FABD64, #016FB9);
  transition: width 120ms linear;
}

.beat-row__buy {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.studio-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 8px;
  background: #111418;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.studio-callout__image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.studio-callout__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.studio-callout__copy h2 {
  margin-bottom: 1rem;
}

.studio-callout__copy p:not(.home-kicker) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.merch-teaser {
  margin-bottom: 2rem;
  padding-block: 4rem;
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.86), rgba(8, 9, 12, 0.46)),
    url('/assets/img/merch-hero.webp') center/cover;
}

.merch-teaser__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.merch-teaser h2 {
  max-width: 620px;
  margin-bottom: 0;
}

/**
* Store + Cart
**/
.store-hero,
.cart-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 12vw, 9rem);
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.9), rgba(8, 9, 12, 0.5)),
    url('/assets/img/beats-hero.webp') center/cover;
}

.store-hero--page {
  padding-block: clamp(4.5rem, 10vw, 7.5rem);
}

.store-hero--studio {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.9), rgba(8, 9, 12, 0.48)),
    url('/assets/img/studio-hero.webp') center/cover;
}

.store-hero--merch {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.9), rgba(8, 9, 12, 0.5)),
    url('/assets/img/merch-hero.webp') center/cover;
}

.store-hero--barber {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.92), rgba(8, 9, 12, 0.54)),
    url('/assets/img/merch-hero.webp') center/cover;
}

.store-hero--albums {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.9), rgba(8, 9, 12, 0.48)),
    url('/assets/img/bangsinatra.webp') center/cover;
}

.store-hero--contact {
  background:
    radial-gradient(circle at 78% 24%, rgba(250, 189, 100, 0.18), transparent 24rem),
    radial-gradient(circle at 18% 18%, rgba(1, 111, 185, 0.18), transparent 28rem),
    linear-gradient(135deg, #101214 0%, #161925 52%, #1C2826 100%);
}

.store-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 9, 12, 0.74), rgba(8, 9, 12, 0.12));
}

.store-hero__content,
.cart-hero .container {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.store-hero h1,
.cart-hero h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-family: 'Helvetica Bold';
  font-size: clamp(2.7rem, 6vw, 5.25rem);
  line-height: 0.98;
}

.store-hero p:not(.home-kicker),
.cart-hero p:not(.home-kicker) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.12rem;
  line-height: 1.7;
}

.store-main,
.cart-main {
  padding-block: 5rem;
}

.floating-cart {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  display: none;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #161925;
  background: #FABD64;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
  text-decoration: none;
}

.floating-cart.is-visible {
  display: grid;
}

.floating-cart i {
  font-size: 1.25rem;
}

.floating-cart .store-cart-count {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  display: grid;
  place-items: center;
  min-width: 1.55rem;
  height: 1.55rem;
  padding-inline: 0.35rem;
  border: 2px solid #0B0F11;
  border-radius: 999px;
  color: #ffffff;
  background: #0B0F11;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.store-section {
  margin-bottom: 5rem;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.store-grid--beats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
  padding-bottom: 3rem;
}

.store-grid--albums {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.store-grid--merch .store-card__media span {
  display: none;
}

.store-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
}

.store-card--featured {
  grid-column: span 2;
}

.store-card--album {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
}

.store-card--beat-kit {
  border-color: rgba(250, 189, 100, 0.34);
  background:
    linear-gradient(150deg, rgba(250, 189, 100, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.055);
}

.store-card--album-release {
  border-color: rgba(66, 214, 255, 0.26);
  background:
    linear-gradient(150deg, rgba(66, 214, 255, 0.095), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
}

.store-card__typebar {
  padding: 0.7rem 1rem;
  color: #161925;
  background: #42d6ff;
  font-family: 'Helvetica Bold';
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.store-card--beat-kit .store-card__typebar {
  background: #FABD64;
}

.store-grid--albums .store-card__media span {
  display: none;
}

.store-grid--albums .store-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 1.1rem 1.05rem;
}

.store-grid--albums .store-card__body .home-kicker {
  margin-bottom: 0.45rem;
  font-size: 0.74rem;
}

.store-grid--albums .store-card__body h3 {
  margin-bottom: 0.48rem;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.05;
}

.store-grid--albums .store-card__description {
  margin-bottom: 0.85rem;
  line-height: 1.45;
}

.store-grid--albums .store-card__footer {
  margin-top: auto;
}

.store-grid--albums .store-card__footer strong {
  font-family: 'Helvetica Bold';
  font-size: 1.35rem;
  line-height: 1;
}

.store-card__media {
  position: relative;
}

.store-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.store-card__media span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  color: #161925;
  background: #FABD64;
  font-family: 'Helvetica Bold';
  font-size: 0.75rem;
}

.store-card__media--slider {
  aspect-ratio: 1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.store-card__media--slider img {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  animation: storeImageFade 12s infinite;
}

.store-card__media--slider-2 img {
  animation-duration: 8s;
  animation-name: storeImageFadeTwo;
}

.store-card__media--slider img:first-of-type {
  opacity: 1;
}

@keyframes storeImageFade {
  0%,
  28% {
    opacity: 1;
  }

  36%,
  92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes storeImageFadeTwo {
  0%,
  44% {
    opacity: 1;
  }

  50%,
  94% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-card__media--slider img {
    animation: none;
  }

  .store-card__media--slider img:first-of-type {
    opacity: 1;
  }
}

.store-card__body {
  padding: 1.25rem;
}

.store-card__body h3 {
  margin-bottom: 0.65rem;
  font-family: 'Helvetica Bold';
  font-size: clamp(1.3rem, 2vw, 2rem);
}

.store-card__body p:not(.home-kicker) {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.store-card__notice {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.25rem 0 0;
  color: #FABD64 !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.store-card__preview {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.25rem;
}

.store-card__preview span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.store-card__preview audio {
  width: 100%;
  height: 36px;
  color-scheme: dark;
}

.store-card__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.store-card__option {
  min-width: 0;
}

.store-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}

.store-card__footer .btn,
.cart-checkout .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.store-card--beat-horizontal {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 104px;
}

.store-card--beat-horizontal .store-card__media {
  display: grid;
  place-items: center;
  min-height: 104px;
  background: #ffffff;
}

.store-card--beat-horizontal .store-card__media img {
  width: 100%;
  height: 100%;
  min-height: 104px;
  aspect-ratio: auto;
  object-fit: contain;
}

.store-card--beat-horizontal .store-card__media span {
  display: none;
}

.store-card--beat-horizontal .store-card__body {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "headline"
    "preview"
    "action";
  row-gap: 0.55rem;
  align-items: stretch;
  padding: 0.75rem 0.8rem;
}

.store-card__headline {
  grid-area: headline;
  min-width: 0;
}

.store-card--beat-horizontal .store-card__body h3 {
  min-width: 0;
  margin-bottom: 0;
  font-size: clamp(0.98rem, 1vw, 1.16rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.store-card--beat-horizontal .home-kicker {
  margin-bottom: 0;
  font-size: 0.62rem;
  line-height: 1.25;
}

.store-card--beat-horizontal .store-card__genre,
.store-card--beat-horizontal .store-card__price,
.store-card--beat-horizontal .store-card__description--beat {
  display: none;
}

.store-card--beat-horizontal .store-card__preview {
  grid-area: preview;
  min-width: 0;
  gap: 0.25rem;
  padding-top: 0;
  padding: 0.32rem;
  border: 1px solid rgba(250, 189, 100, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(250, 189, 100, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.store-card--beat-horizontal .store-card__preview audio {
  display: block;
  width: 100%;
  height: 28px;
  border-radius: 999px;
  color-scheme: dark;
}

.store-card--beat-horizontal .store-card__footer {
  display: grid;
  grid-area: action;
  grid-template-columns: minmax(64px, 25%) minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  margin-top: 0;
}

.store-card--beat-horizontal .store-card__footer strong {
  font-family: 'Helvetica Bold';
  font-size: 1.25rem;
  line-height: 1;
}

.store-card--beat-horizontal .store-card__footer .btn {
  width: 100%;
  min-width: 44px;
  min-height: 38px;
  padding: 0.45rem 0.6rem;
  font-size: 0;
}

.store-card--beat-horizontal .store-card__footer .btn i {
  margin: 0;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .store-grid--beats {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding-bottom: 4.5rem;
  }

  .store-card--beat-horizontal {
    grid-template-columns: 156px minmax(0, 1fr);
    min-height: 156px;
  }

  .store-card--beat-horizontal .store-card__media,
  .store-card--beat-horizontal .store-card__media img {
    min-height: 156px;
  }

  .store-card--beat-horizontal .store-card__body {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "headline price"
      "preview preview"
      "description action";
    column-gap: 1.25rem;
    row-gap: 0.72rem;
    align-items: center;
    padding: 1rem 1.15rem;
  }

  .store-card--beat-horizontal .store-card__headline {
    display: flex;
    align-items: baseline;
    gap: 1rem;
  }

  .store-card--beat-horizontal .store-card__body h3 {
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    line-height: 1;
  }

  .store-card--beat-horizontal .store-card__genre {
    display: block;
    flex: 1 1 auto;
    margin: 0;
    color: #42d6ff;
    font-family: 'Helvetica Bold';
    font-size: 0.82rem;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
  }

  .store-card--beat-horizontal .store-card__price {
    display: block;
    grid-area: price;
    justify-self: end;
    color: #ffffff;
    font-family: 'Helvetica Bold';
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1;
  }

  .store-card--beat-horizontal .store-card__preview audio {
    max-width: none;
    height: 32px;
  }

  .store-card--beat-horizontal .store-card__description--beat {
    display: block;
    grid-area: description;
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .store-card--beat-horizontal .store-card__footer {
    display: flex;
    justify-content: end;
  }

  .store-card--beat-horizontal .store-card__footer strong {
    display: none;
  }

  .store-card--beat-horizontal .store-card__footer .btn {
    width: auto;
    min-width: 154px;
    font-size: 0.95rem;
  }
}

.store-empty {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  padding: clamp(3rem, 8vw, 5.5rem) 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.store-empty i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  color: #161925;
  background: #FABD64;
  font-size: 1.35rem;
}

.store-empty h3 {
  margin: 0;
  font-family: 'Helvetica Bold';
  font-size: clamp(1.5rem, 3vw, 2.35rem);
}

.store-empty p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.studio-booking-card {
  border-radius: 8px;
}

.studio-booking-modal .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}

.studio-booking-modal .modal-header {
  align-items: flex-start;
  background: #fff;
}

.studio-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
}

.studio-payment-box {
  padding: 1rem;
  border: 1px solid rgba(25, 135, 84, 0.28);
  border-radius: 8px;
  color: #161925;
  background: #d1e7dd;
}

.studio-payment-box__header {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.studio-payment-box__header i {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: #0f5132;
  font-size: 1.35rem;
}

.studio-payment-box__header h3 {
  margin-bottom: 0.2rem;
  color: #0f5132;
  font-family: 'Helvetica Bold';
  font-size: 1.1rem;
}

.studio-payment-box__header p {
  margin-bottom: 0;
  color: #0f5132;
}

.studio-card-element {
  min-height: 46px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(15, 81, 50, 0.35);
  border-radius: 6px;
  background: #ffffff;
}

.barber-hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 72vh, 760px);
  overflow: hidden;
  background: #090b0f;
}

.barber-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 12, 0.95) 0%, rgba(7, 8, 12, 0.74) 46%, rgba(7, 8, 12, 0.4) 100%);
}

.barber-hero__media {
  position: absolute;
  inset: 0;
}

.barber-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  opacity: 0.6;
}

.barber-hero__content {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 760px;
  padding-block: 6rem;
}

.barber-hero h1 {
  max-width: 720px;
  margin-bottom: 1.1rem;
  font-family: 'Helvetica Bold';
  font-size: clamp(4rem, 9vw, 8.2rem);
  line-height: 0.88;
}

.barber-hero p:not(.home-kicker) {
  max-width: 650px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.barber-main {
  padding-block: 4rem;
  background: #0b0f0f;
}

.barber-coming {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.barber-coming h2 {
  font-family: 'Helvetica Bold';
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.barber-coming__grid {
  display: grid;
  gap: 1rem;
}

.barber-coming__grid article {
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.barber-coming__grid i {
  margin-bottom: 0.85rem;
  color: #FABD64;
  font-size: 1.6rem;
}

.barber-coming__grid h3 {
  margin-bottom: 0.35rem;
  font-family: 'Helvetica Bold';
}

.barber-coming__grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
}

.store-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  min-height: 1.6rem;
  padding-inline: 0.35rem;
  border-radius: 999px;
  color: #161925;
  background: #FABD64;
  font-size: 0.85rem;
}

.store-order-note {
  padding-block: 4rem;
  background: rgba(255, 255, 255, 0.06);
}

.store-order-note__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.6fr);
  gap: 2rem;
  align-items: center;
}

.store-order-note h2 {
  margin-bottom: 0;
  font-family: 'Helvetica Bold';
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.store-order-note p:not(.home-kicker) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 1.25rem;
  align-items: start;
}

.cart-panel,
.cart-summary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.cart-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.cart-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cart-panel__header h2,
.cart-summary h2 {
  margin-bottom: 0;
  font-family: 'Helvetica Bold';
}

.cart-items {
  display: grid;
  gap: 0.85rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto 40px;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem;
  border-radius: 8px;
  background: rgba(8, 9, 12, 0.38);
}

.cart-item img {
  width: 84px;
  height: 84px;
  border-radius: 6px;
  object-fit: cover;
}

.cart-item h3 {
  margin-bottom: 0.25rem;
  font-family: 'Helvetica Bold';
  font-size: 1.12rem;
}

.cart-item p:not(.home-kicker) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.cart-remove {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
}

.cart-empty {
  padding: 3rem 1rem;
  text-align: center;
}

.cart-empty i {
  margin-bottom: 1rem;
  color: #FABD64;
  font-size: 2rem;
}

.cart-empty h3 {
  font-family: 'Helvetica Bold';
}

.cart-empty p {
  color: rgba(255, 255, 255, 0.66);
}

.cart-summary {
  position: sticky;
  top: 1rem;
  padding: 1.5rem;
}

.cart-summary__line,
.cart-summary__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.cart-summary__line span {
  color: rgba(255, 255, 255, 0.66);
}

.cart-summary__total {
  font-size: 1.2rem;
}

.cart-promo {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cart-promo label {
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.74);
}

.cart-promo__entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
}

.cart-promo__applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(25, 135, 84, 0.42);
  border-radius: 8px;
  color: #d1e7dd;
  background: rgba(25, 135, 84, 0.14);
}

.cart-promo__applied span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: 'Helvetica Bold';
}

.cart-checkout {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.cart-checkout label {
  color: rgba(255, 255, 255, 0.74);
}

.cart-checkout .form-control {
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(8, 9, 12, 0.45);
}

#cart_card_element {
  min-height: 44px;
  padding: 0.72rem 0.85rem;
}

.cart-summary__note {
  margin-top: 1rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .launch-banner__inner {
    justify-content: center;
    text-align: center;
  }

  .home-hero {
    min-height: 720px;
  }

  .home-hero__shade {
    background:
      linear-gradient(0deg, rgba(8, 9, 12, 0.94) 0%, rgba(8, 9, 12, 0.36) 100%),
      linear-gradient(90deg, rgba(8, 9, 12, 0.9), rgba(8, 9, 12, 0.36));
  }

  .home-section__header {
    align-items: start;
    flex-direction: column;
  }

  .release-grid {
    grid-template-columns: 1fr;
  }

  .release-card--feature {
    grid-template-columns: 1fr;
  }

  .release-card--feature img {
    height: auto;
  }

  .beat-row {
    grid-template-columns: 48px 1fr auto;
  }

  .beat-row__meter {
    grid-column: 2 / -1;
  }

  .studio-callout {
    grid-template-columns: 1fr;
  }

  .studio-callout__image img {
    min-height: 320px;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-grid--beats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-grid--albums {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout,
  .store-order-note__inner,
  .barber-coming {
    grid-template-columns: 1fr;
  }

  .barber-coming h2 {
    max-width: 760px;
  }

  .cart-summary {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .launch-banner__inner,
  .launch-banner__copy {
    flex-direction: column;
  }

  .launch-banner__inner {
    gap: 0.45rem;
    padding-block: 0.85rem;
  }

  .launch-banner__copy {
    gap: 0.15rem;
  }

  .store-card__description {
    display: none;
  }

  .floating-cart {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 52px;
    height: 52px;
  }

  .home-hero {
    min-height: 680px;
  }

  .home-hero__copy {
    padding-block: 4.5rem;
  }

  .home-actions,
  .release-card__actions,
  .merch-teaser__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .home-actions .btn,
  .release-card__actions .btn,
  .merch-teaser__inner .btn {
    justify-content: center;
    width: 100%;
  }

  .home-main {
    padding-top: 3.5rem;
  }

  .barber-main {
    padding-block: 3rem;
  }

  .barber-coming {
    gap: 1.5rem;
  }

  .barber-coming h2 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
    line-height: 1;
  }

  .home-section {
    margin-bottom: 4rem;
  }

  .beat-row {
    grid-template-columns: 44px 1fr;
  }

  .beat-row__play {
    width: 44px;
    height: 44px;
  }

  .beat-row__meter,
  .beat-row__buy {
    grid-column: 1 / -1;
  }

  .beat-row__buy {
    justify-content: space-between;
  }

  .studio-callout__image img {
    min-height: 260px;
  }

  .store-grid,
  .store-card--featured {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .store-card--beat-horizontal {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .store-card--beat-horizontal,
  .store-card--beat-horizontal .store-card__media img {
    min-height: 86px;
  }

  .store-card--beat-horizontal .store-card__body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "headline"
      "preview"
      "action";
    padding: 0.65rem;
  }

  .store-card--beat-horizontal .store-card__preview audio {
    max-width: 100%;
  }

  .store-card__footer,
  .cart-panel__header {
    align-items: stretch;
    flex-direction: column;
  }

  .store-card__footer .btn {
    width: 100%;
  }

  .cart-item {
    grid-template-columns: 70px minmax(0, 1fr) 40px;
  }

  .cart-item img {
    width: 70px;
    height: 70px;
  }

  .cart-item strong {
    grid-column: 2 / -1;
  }

  .cart-remove {
    grid-column: 3;
    grid-row: 1;
  }
}

.latest-sample {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.footer-signature {
  width: 50%;
  display: block;
}

.link-light {
  color: #ffffff;
  text-decoration: none;
  text-underline-offset: 4px;
  line-height: 1.5;
}

.link-light:hover {
  color: #ffffff;
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

.link-blue {
  color: #016FB9;
  text-decoration: none;
  text-underline-offset: 4px;
  line-height: 1.5;
}

.link-blue:hover {
  color: #016FB9;
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

/**
* Navigation
**/
.navbar {
   font-family: 'Helvetica Bold';
}

.nav-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-cart-count {
  min-width: 1.35rem;
  min-height: 1.35rem;
  font-size: 0.75rem;
  line-height: 1;
}

/**
* Font Classes
**/
.hel {
  font-family: 'Helvetica';
}

.helb {
  font-family: 'Helvetica Bold';
}

.max {
  font-family: 'Mexcellent';
}

/**
* Font Families
**/
@font-face {
  font-family: 'Helvetica Bold';
  src: url('../font/Helvetica-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../font/Helvetica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Mexcellent';
    src: url('../font/Mexcellent-3D.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
