/* Page-specific layout; colors, typography and components come from Phoenix. */
.coming-soon-shell {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  min-height: 100vh;
  min-height: 100svh;
}

.coming-soon-main {
  display: flex;
  flex: 1;
  align-items: center;
}

.coming-soon-main > .row {
  flex: 1;
  min-width: 0;
}

.coming-soon-heading {
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.coming-soon-illustration {
  width: min(100%, 28rem);
  height: auto;
}

@media (max-width: 991.98px) {
  .coming-soon-illustration {
    width: min(70%, 20rem);
  }
}
