.home-dashboard {
  background: #050505;
}

.home-dashboard-content {
  width: 100%;
  max-width: none;
  padding: 0 0 88px;
}

.home-video-hero {
  position: relative;
  min-height: clamp(520px, 70vh, 720px);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 18px 18px;
  background: #080808;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}

.home-video {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.93) 0%, rgba(3, 3, 4, 0.64) 47%, rgba(3, 3, 4, 0.2) 78%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08) 30%, rgba(5, 5, 5, 0.96) 100%);
}

.home-video-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, #050505);
  pointer-events: none;
}

.home-video-copy {
  width: min(100%, 1384px);
  margin-inline: auto;
  padding: clamp(54px, 8vw, 110px) clamp(24px, 4vw, 58px) 52px;
}

.home-video-copy .eyebrow {
  color: rgba(255, 255, 255, 0.58);
}

.home-video-copy h1 {
  max-width: 760px;
  margin: 8px 0 14px;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.home-hero-intro {
  max-width: 610px;
  margin: 0;
  color: #c2c2c7;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.home-video-copy .hero-actions {
  margin-top: 26px;
}

.home-preview-notice {
  width: min(100%, 690px);
  margin: 30px 0 0;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(8, 8, 9, 0.58);
  color: #bebec4;
  backdrop-filter: blur(18px);
}

.home-sections {
  width: min(100%, 1384px);
  margin-inline: auto;
  padding: 10px clamp(24px, 4vw, 58px) 0;
}

.home-modern-section {
  margin-top: clamp(52px, 7vw, 86px);
}

.home-modern-section .section-heading {
  margin-bottom: 24px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: flex-end;
}

.home-section-copy {
  max-width: 700px;
}

.home-section-copy h2,
.home-submit-card h2 {
  margin: 6px 0 9px;
  font-size: clamp(29px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.home-section-copy > p:last-child,
.home-submit-card p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: #9d9da5;
  font-size: 14px;
  line-height: 1.7;
}

.home-modern-section .section-action {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
}

.home-modern-section .section-action:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.home-modern-section .track-list {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(19, 19, 20, 0.72);
}

.home-modern-section .track-row {
  padding-inline: 14px;
}

.home-modern-section .track-row:last-child {
  border-bottom: 0;
}

.home-modern-section .artist-image-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.home-submit-card {
  min-height: 250px;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 77, 85, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(31, 17, 21, 0.96), rgba(15, 15, 17, 0.96));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
}

.home-submit-card > div {
  max-width: 760px;
}

.home-submit-card > .primary-action {
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .home-dashboard-content {
    padding: 0 0 54px;
  }

  .home-video-hero {
    min-height: 610px;
    border-radius: 0 0 14px 14px;
  }

  .home-video {
    object-position: 58% center;
  }

  .home-video-shade {
    background:
      linear-gradient(90deg, rgba(3, 3, 4, 0.68), rgba(3, 3, 4, 0.3)),
      linear-gradient(180deg, rgba(5, 5, 5, 0.08) 22%, rgba(5, 5, 5, 0.98) 83%);
  }

  .home-video-copy {
    padding: 150px 16px 30px;
  }

  .home-video-copy h1 {
    font-size: clamp(50px, 16vw, 68px);
  }

  .home-preview-notice {
    align-items: flex-start;
    font-size: 10px;
  }

  .home-sections {
    padding: 4px 16px 0;
  }

  .home-modern-section .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-modern-section .section-action {
    margin-top: 4px;
  }

  .home-section-copy > p:last-child,
  .home-submit-card p:not(.eyebrow) {
    font-size: 13px;
  }

  .home-submit-card {
    min-height: 300px;
    padding: 28px 22px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (max-width: 470px) {
  .home-video-copy .hero-actions {
    align-items: stretch;
  }

  .home-video-copy .hero-actions > * {
    flex: 1 1 auto;
  }

  .home-submit-card > .primary-action {
    width: 100%;
  }
}
