:root {
  --setup-max: 900px;
}

.setup-shell .wrap {
  width: min(var(--setup-max), calc(100% - 32px));
}

.setup-shell .hero-copy,
.setup-shell .setup-intro {
  max-width: 680px;
}
