.start-nav-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--paper);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.start-nav-link:hover { color: var(--red); }

.start-nav .nav-inner { grid-template-columns: 1fr auto; }
.start-nav .nav-inner > span { display: none; }
.start-nav .brand { justify-self: start; }

.start-page {
  min-height: calc(100svh - 64px);
  padding-block: clamp(2.5rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 78% 20%, rgba(226, 55, 63, .2), transparent 26rem),
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 42%),
    #050506;
}

.start-shell { max-width: 980px; }

.start-intro {
  max-width: none;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.start-intro h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font: 900 clamp(2.35rem, 4.5vw, 4rem)/.98 Georgia, serif;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.start-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, .96fr);
  border: 1px solid var(--line);
  background: rgba(9, 9, 11, .9);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
}

.start-song {
  display: grid;
  grid-template-columns: minmax(9rem, .72fr) 1.28fr;
  min-width: 0;
  border-right: 1px solid var(--line);
}

.start-song-art {
  min-height: 100%;
  overflow: hidden;
  background: #0b0b0d;
}

.start-song-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.start-song-body {
  min-width: 0;
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.start-song h2 {
  margin: 0;
  font: 800 clamp(1.7rem, 3.6vw, 2.55rem)/1 Georgia, serif;
  letter-spacing: -.04em;
}

.start-song .featured-preview { margin-top: 1.2rem; }
.start-song .featured-actions { margin: 1rem 0 0; border: 1px solid var(--line); }
.start-song .featured-actions a { min-height: 48px; }

.start-signup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background: linear-gradient(145deg, rgba(226, 55, 63, .08), transparent 58%);
}

.start-signup h2 {
  margin: 0;
  font: 800 clamp(1.65rem, 3vw, 2.35rem)/1 Georgia, serif;
  letter-spacing: -.035em;
}

.start-signup > p:not(.eyebrow) {
  margin: .7rem 0 1rem;
  color: var(--muted);
  font-size: .88rem;
}

.start-signup .signal-signup-form {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.start-introduction {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .82fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  margin-top: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--line);
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background: rgba(9, 9, 11, .78);
}

.start-introduction h2 {
  margin: 0;
  font: 800 clamp(1.55rem, 3vw, 2.2rem)/1 Georgia, serif;
  letter-spacing: -.035em;
}

.start-introduction > div > p:last-child {
  margin: .7rem 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
}

.start-introduction .featured-preview { margin: 0; }

.start-footer .footer-inner {
  grid-template-columns: auto 1fr auto;
}

.start-footer .footer-actions { justify-self: end; }

@media (max-width: 820px) {
  .start-grid { grid-template-columns: 1fr; }
  .start-song { border-right: 0; border-bottom: 1px solid var(--line); }
  .start-introduction { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .start-page { padding-block: 2rem; }
  .start-song { grid-template-columns: 1fr; }
  .start-song-art { max-height: 180px; }
  .start-song .featured-actions a { padding-inline: .25rem; font-size: .58rem; }
  .start-footer .footer-inner { grid-template-columns: 1fr auto; }
}
