* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f7f5;
  color: #171717;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.card {
  width: min(680px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

h1 {
  margin: 0;
  font-size: clamp(48px, 10vw, 88px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.subtitle {
  max-width: 480px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
