:root {
  --bg: #ffffff;
  --ink: #111418;
  --muted: #3a424b;
  --accent: #a33a0f;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.45;
}

.wrap {
  min-height: 100vh;
  min-height: 100svh;
  max-width: 34rem;
  margin: 0 auto;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand {
  margin: 0 0 1.5rem;
  color: var(--accent);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(34px, 9vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.lead {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: clamp(19px, 4.6vw, 22px);
  text-wrap: pretty;
}

.soon {
  margin: 1.75rem 0 0;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 700;
}
