:root {
  color-scheme: dark;
  --black: #020407;
  --panel: rgba(7, 12, 18, 0.72);
  --line: rgba(255, 217, 121, 0.28);
  --gold: #f1b94f;
  --gold-bright: #ffe08f;
  --mist: #eef5ff;
  --muted: #aeb8c5;
  --blue: #7fb6ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(63, 101, 140, 0.2), transparent 28%),
    radial-gradient(circle at 82% 42%, rgba(241, 185, 79, 0.14), transparent 30%),
    linear-gradient(135deg, #03070d 0%, #080d13 44%, #020407 100%);
  color: var(--mist);
}

button,
input {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.site-shell .hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.site-shell .hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.9) 0 38%, rgba(2, 4, 7, 0.55) 64%, rgba(2, 4, 7, 0.8) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%, rgba(0, 0, 0, 0.3));
}

.hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  pointer-events: none;
}

.hero__video-control {
  position: absolute;
  left: clamp(24px, 9vw, 132px);
  bottom: 24px;
  z-index: 4;
  min-height: 44px;
  border: 1px solid rgba(238, 245, 255, 0.2);
  border-radius: 999px;
  padding: 0 16px;
  cursor: pointer;
  background: rgba(7, 12, 18, 0.72);
  color: var(--mist);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.hero__video-control:hover {
  border-color: rgba(255, 224, 143, 0.54);
  color: var(--gold-bright);
}

.hero__video-control:focus-visible {
  outline: 3px solid rgba(127, 182, 255, 0.72);
  outline-offset: 3px;
}

.hero__keyhole {
  position: absolute;
  right: clamp(-140px, -7vw, -54px);
  top: 50%;
  z-index: 2;
  width: clamp(320px, 41vw, 620px);
  aspect-ratio: 1;
  object-fit: contain;
  transform: translateY(-50%);
  opacity: 0.82;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle, #000 0 42%, transparent 70%);
  mask-image: radial-gradient(circle, #000 0 42%, transparent 70%);
  filter: drop-shadow(0 0 52px rgba(241, 185, 79, 0.28));
}

.hero__content {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 8vh, 76px) 0;
}

.hero__mark {
  width: clamp(72px, 8vw, 104px);
  aspect-ratio: 1;
  object-fit: contain;
  margin-bottom: 28px;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle, #000 0 48%, transparent 74%);
  mask-image: radial-gradient(circle, #000 0 48%, transparent 74%);
  filter: drop-shadow(0 0 30px rgba(241, 185, 79, 0.44));
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  color: #ffe6a6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.6vw, 6.2rem);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: 0;
}

.lede {
  max-width: 650px;
  margin-bottom: 12px;
  color: rgba(238, 245, 255, 0.86);
  font-size: clamp(1.06rem, 1.8vw, 1.32rem);
  line-height: 1.55;
}

.lede strong {
  color: #fff3be;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.seo-line {
  max-width: 580px;
  margin-bottom: 18px;
  color: rgba(238, 245, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.55;
}

.artist-callout {
  margin-bottom: 34px;
  color: rgba(238, 245, 255, 0.72);
  font-size: 0.95rem;
}

.home-roster {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 24px);
  align-items: start;
}

.hero__content.home-roster {
  width: min(500px, 28vw, calc(100% - 48px));
  margin-right: auto;
  margin-left: clamp(24px, 5vw, 128px);
}

.home-roster__intro {
  max-width: 500px;
  min-width: 0;
}

.home-roster .hero__mark {
  width: clamp(54px, 6vw, 76px);
  margin-bottom: 24px;
  opacity: 0.82;
}

.home-roster h1 {
  max-width: 500px;
  font-size: clamp(3rem, 5vw, 5.35rem);
}

.home-roster .lede {
  max-width: 500px;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
}

.home-artist-grid {
  display: grid;
  gap: 12px;
  max-width: 500px;
  min-width: 0;
}

.home-secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.home-artist-card {
  position: relative;
  display: grid;
  grid-template-columns: clamp(104px, 10vw, 128px) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 128px;
  overflow: hidden;
  border: 1px solid rgba(238, 245, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 245, 255, 0.08), rgba(238, 245, 255, 0.025)),
    rgba(7, 12, 18, 0.72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.home-artist-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 224, 143, 0.46);
  background:
    linear-gradient(135deg, rgba(238, 245, 255, 0.11), rgba(238, 245, 255, 0.04)),
    rgba(7, 12, 18, 0.82);
}

.home-artist-card:focus-visible {
  outline: 3px solid rgba(127, 182, 255, 0.72);
  outline-offset: 4px;
}

.home-artist-card img {
  width: 100%;
  height: 100%;
  min-height: 128px;
  object-fit: cover;
  background: #05070b;
}

.home-artist-card--hidden-prince img {
  object-position: center 58%;
}

.home-artist-card--old-queen img {
  object-position: center;
}

.home-artist-card--flex9 img {
  object-position: center;
}

.home-artist-card--compact {
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
}

.home-artist-card--compact img {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.home-artist-card--compact.home-artist-card--one-tap img {
  object-fit: contain;
}

.home-artist-card--compact .home-artist-card__body {
  align-content: start;
  gap: 5px;
  padding: 12px;
}

.home-artist-card--compact .home-artist-card__eyebrow {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.home-artist-card.home-artist-card--compact strong {
  font-size: clamp(1.02rem, 1.1vw, 1.16rem);
  line-height: 1.05;
}

.home-artist-card.home-artist-card--compact .home-artist-card__body > span:last-child {
  font-size: 0.78rem;
  line-height: 1.35;
}

.home-artist-card__body {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
  padding: 14px 16px 14px 0;
}

.home-artist-card__eyebrow {
  color: var(--gold-bright);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-artist-card strong {
  color: var(--mist);
  font-size: clamp(1.35rem, 1.95vw, 1.95rem);
  font-weight: 950;
  line-height: 0.98;
}

.home-artist-card__body > span:last-child {
  color: rgba(238, 245, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.signup.signup--home {
  width: min(100%, 500px);
  margin-top: 0;
}

a {
  color: var(--gold-bright);
}

a:hover {
  color: #fff0bd;
}

.signup {
  width: min(620px, 100%);
}

.signup__label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.signup__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.signup input[type="email"] {
  min-width: 0;
  height: 56px;
  border: 1px solid rgba(238, 245, 255, 0.14);
  border-radius: 6px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--mist);
  outline: none;
}

.signup input[type="email"]::placeholder {
  color: rgba(238, 245, 255, 0.44);
}

.signup input[type="email"]:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(255, 224, 143, 0.18);
}

.signup button {
  min-width: 150px;
  height: 56px;
  border: 0;
  border-radius: 6px;
  padding: 0 22px;
  cursor: pointer;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #120b02;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 32px rgba(241, 185, 79, 0.24);
}

.signup button:disabled {
  cursor: wait;
  opacity: 0.74;
}

.signup button:not(:disabled):hover {
  transform: translateY(-1px);
}

.signup button:focus-visible {
  outline: 3px solid rgba(127, 182, 255, 0.72);
  outline-offset: 3px;
}

.signup__note {
  min-height: 1.45em;
  margin: 12px 0 0;
  color: rgba(238, 245, 255, 0.66);
  font-size: 0.95rem;
}

.signup--home .signup__note {
  margin: 0 0 10px;
}

.signup.is-sent .signup__note {
  color: var(--gold-bright);
}

.hidden-field {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.return-link {
  color: var(--gold-bright);
  font-weight: 800;
  text-underline-offset: 5px;
}

.page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.page::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.96), rgba(2, 4, 7, 0.72)),
    radial-gradient(circle at 76% 24%, rgba(241, 185, 79, 0.16), transparent 30%);
}

.page__keyhole {
  position: absolute;
  right: clamp(-170px, -8vw, -60px);
  top: 38%;
  z-index: -1;
  width: clamp(280px, 38vw, 540px);
  aspect-ratio: 1;
  object-fit: contain;
  opacity: 0.45;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle, #000 0 40%, transparent 72%);
  mask-image: radial-gradient(circle, #000 0 40%, transparent 72%);
}

.page__content {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(48px, 8vh, 82px) 0;
}

.page__header {
  max-width: 720px;
  margin-bottom: 42px;
}

.page__header h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.page__copy {
  max-width: 680px;
  color: rgba(238, 245, 255, 0.78);
  font-size: 1.04rem;
  line-height: 1.7;
}

.page__copy p {
  margin-bottom: 18px;
}

.page__nav {
  display: inline-flex;
  gap: 18px;
  margin-bottom: 34px;
  color: rgba(238, 245, 255, 0.7);
  font-size: 0.92rem;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  max-width: 760px;
}

.artist-card {
  display: block;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  text-decoration: none;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.artist-card h2 {
  margin: 0 0 12px;
  color: #ffe6a6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.artist-card p {
  margin: 0;
  color: rgba(238, 245, 255, 0.72);
  line-height: 1.55;
}

.artist-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}

.artist-meta span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 217, 121, 0.22);
  border-radius: 999px;
  color: rgba(238, 245, 255, 0.74);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.84rem;
}

.listen-page {
  min-height: 100svh;
}

.listen-shell {
  max-width: 1120px;
}

.listen-header {
  max-width: 800px;
  margin-bottom: 34px;
}

.listen-header h1 {
  margin-bottom: 12px;
  font-size: clamp(3.2rem, 8vw, 7rem);
}

.listen-id {
  margin: 0;
  color: rgba(238, 245, 255, 0.64);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listener {
  display: grid;
  gap: 18px;
  width: min(100%, 980px);
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(4, 8, 13, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.listener__top {
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) minmax(260px, 1fr);
  gap: 16px;
  align-items: stretch;
}

.upload-zone {
  position: relative;
  display: grid;
  min-height: 132px;
  place-items: center;
  padding: 22px;
  border: 1px dashed rgba(255, 224, 143, 0.5);
  border-radius: 8px;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255, 224, 143, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.upload-zone:hover,
.upload-zone.is-dragging {
  border-color: var(--gold-bright);
  background:
    linear-gradient(180deg, rgba(255, 224, 143, 0.15), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.upload-zone__title {
  color: #120b02;
  border-radius: 6px;
  padding: 12px 18px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(241, 185, 79, 0.22);
}

.upload-zone__meta {
  display: block;
  margin-top: 12px;
  color: rgba(238, 245, 255, 0.68);
  font-size: 0.9rem;
}

.now-playing {
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(238, 245, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.now-playing__label {
  margin-bottom: 8px;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.now-playing strong {
  margin-bottom: 10px;
  color: var(--mist);
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.now-playing span:last-child {
  color: rgba(238, 245, 255, 0.62);
  font-size: 0.94rem;
}

.audio-player {
  width: 100%;
  min-height: 44px;
  accent-color: var(--gold);
}

.player-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.primary-button,
.secondary-button {
  min-height: 52px;
  border-radius: 6px;
  padding: 0 14px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.primary-button {
  border: 0;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #120b02;
  box-shadow: 0 12px 32px rgba(241, 185, 79, 0.2);
}

.secondary-button {
  border: 1px solid rgba(238, 245, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(238, 245, 255, 0.84);
}

.primary-button:disabled,
.secondary-button:disabled {
  cursor: not-allowed;
  opacity: 0.44;
}

.primary-button:not(:disabled):hover,
.secondary-button:not(:disabled):hover {
  transform: translateY(-1px);
}

.primary-button:focus-visible,
.secondary-button:focus-visible,
.upload-zone:focus-within {
  outline: 3px solid rgba(127, 182, 255, 0.72);
  outline-offset: 3px;
}

.queue-block {
  border-top: 1px solid rgba(238, 245, 255, 0.1);
  padding-top: 18px;
}

.queue-block__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.queue-block h2 {
  margin: 0;
  color: #ffe6a6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.queue-block p {
  margin: 0;
  color: rgba(238, 245, 255, 0.64);
  text-align: right;
}

.track-list {
  display: grid;
  gap: 8px;
  max-height: 330px;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.track-button {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(238, 245, 255, 0.12);
  border-radius: 6px;
  padding: 12px 14px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(238, 245, 255, 0.84);
  text-align: left;
  overflow-wrap: anywhere;
}

.track-button[aria-current="true"] {
  border-color: rgba(255, 224, 143, 0.64);
  background: rgba(255, 224, 143, 0.1);
  color: var(--gold-bright);
}

.track-button:hover {
  border-color: rgba(255, 224, 143, 0.42);
}

@media (max-width: 840px) {
  .site-shell .hero {
    align-items: start;
  }

  .site-shell .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 4, 7, 0.9), rgba(2, 4, 7, 0.68) 58%, rgba(2, 4, 7, 0.9)),
      linear-gradient(90deg, rgba(2, 4, 7, 0.88), rgba(2, 4, 7, 0.62));
  }

  .hero__keyhole {
    right: 50%;
    top: auto;
    bottom: 20px;
    width: min(82vw, 360px);
    transform: translateX(50%);
    opacity: 0.3;
  }

  .hero__content {
    width: min(100% - 32px, 620px);
    margin: 0 auto;
    padding: 24px 0 72px;
    text-align: left;
  }

  .hero__content.home-roster {
    width: min(100% - 32px, 620px);
    margin: 0 auto;
  }

  .home-roster {
    grid-template-columns: 1fr;
    gap: 22px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .home-roster__intro,
  .home-artist-grid,
  .home-secondary-grid,
  .signup--home {
    min-width: 0;
    max-width: 100%;
  }

  .home-roster .hero__mark {
    width: 58px;
    margin-bottom: 18px;
  }

  .home-roster h1 {
    font-size: clamp(2.7rem, 14vw, 4.8rem);
  }

  .home-artist-card {
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 150px;
  }

  .home-artist-card img {
    min-height: 150px;
  }

  .home-artist-card__body {
    padding: 18px 18px 18px 0;
  }

  .home-artist-card--compact .home-artist-card__body {
    padding: 12px;
  }

  .home-artist-card strong,
  .home-artist-card__body > span:last-child,
  .lede {
    overflow-wrap: break-word;
  }

  .hero__video-control {
    left: 16px;
    right: auto;
    bottom: 16px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .hero__mark {
    margin-bottom: 24px;
  }

  h1 {
    overflow-wrap: normal;
    font-size: clamp(3rem, 15vw, 5.2rem);
  }

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

  .signup button,
  .signup input[type="email"] {
    width: 100%;
  }

  .page__keyhole {
    right: 50%;
    top: auto;
    bottom: -160px;
    width: min(104vw, 500px);
    transform: translateX(50%);
    opacity: 0.28;
  }

  .page__content {
    width: min(100% - 32px, 620px);
    padding: 42px 0 72px;
  }

  .listener__top,
  .player-controls {
    grid-template-columns: 1fr;
  }

  .queue-block__header {
    display: block;
  }

  .queue-block p {
    margin-top: 8px;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .hero__content {
    width: calc(100% - 32px);
    max-width: 300px;
  }

  .home-roster h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 13.5vw, 3.9rem);
  }

  .lede {
    max-width: 100%;
    font-size: 1.02rem;
  }

  .home-artist-card {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .home-secondary-grid {
    grid-template-columns: 1fr;
  }

  .home-artist-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .home-artist-card--one-tap img {
    aspect-ratio: 1 / 1;
    object-position: center;
  }

  .home-artist-card__body {
    padding: 16px;
  }

  .home-artist-card--compact .home-artist-card__body {
    padding: 16px;
  }

  .home-artist-card__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.09em;
  }

  .home-artist-card strong {
    font-size: clamp(1.45rem, 7.2vw, 1.8rem);
  }

  .home-artist-card--compact strong {
    font-size: clamp(1.35rem, 6.2vw, 1.65rem);
  }

  .home-artist-card__body > span:last-child {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video:not(.is-playing) {
    opacity: 0;
  }

  .signup button:not(:disabled):hover {
    transform: none;
  }

  .primary-button:not(:disabled):hover,
  .secondary-button:not(:disabled):hover,
  .upload-zone:hover,
  .upload-zone.is-dragging {
    transform: none;
  }
}
