.stay-tuned {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: clamp(430px, 40.78vw, 801px);
  overflow: hidden;
  padding: clamp(88px, 9vw, 176px) var(--space-5) var(--space-7);
  color: var(--color-paper);
  background-color: var(--color-dark-bg);
  background-image: url("/bottom%20updated.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.stay-tuned__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 720px);
  text-align: center;
}

.stay-tuned__heading {
  color: var(--color-paper);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
}

.stay-tuned__subheading {
  margin-top: 18px;
  color: var(--color-gray-200);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
}

.stay-tuned__accent {
  width: 48px;
  height: 3px;
  margin-top: 20px;
  border-radius: 999px;
  background: var(--gradient-brand);
}

.stay-tuned__attribution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
  color: var(--color-gray-200);
  font-size: 1.1875rem;
  line-height: 1.5;
  text-align: center;
}

.stay-tuned__external-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: currentColor;
}

.stay-tuned__link {
  font-weight: 500;
}

.stay-tuned__link:hover,
.stay-tuned__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--color-magenta);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 640px) {
  .stay-tuned {
    min-height: 430px;
    padding: 72px var(--space-4) var(--space-6);
  }

  .stay-tuned__heading {
    font-size: 1.75rem;
  }

  .stay-tuned__attribution {
    font-size: 1.0625rem;
  }

  .stay-tuned__subheading {
    font-size: 1.75rem;
  }

  .stay-tuned__attribution {
    align-items: flex-start;
    max-width: 320px;
  }

  .stay-tuned__external-icon {
    margin-top: 2px;
  }
}
