body {
  margin: 0;
  height: 100vh;
  background: #FFFAF5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Charter', serif;
  color: #3B2F2A;
}

.container {
  text-align: center;
  max-width: 90%;   /* slightly constrained but still like Rest */
  margin: 0 auto;
}

h1 {
  font-size: 4.5rem;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.tagline {
  font-size: 1.6rem;
  margin: 1rem 0 2rem 0;
  line-height: 1.4;
  color: #5B4B44;
}

.coming {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  margin: 3rem 0 4rem 0;
  color: #7B6B64;
  line-height: 1.6;
}

input[type=email] {
  padding: .5rem .5rem;
  font-size: 1.1rem;
  border: 1px solid #D9CCC4;
  border-radius: 12px 0 0 12px;
  width: 260px;
  font-family: 'Inter', sans-serif;
  background: #FFF;
}

button {
  padding: .5rem 1rem;
  font-size: 1.1rem;
  background: #3B2F2A;
  color: white;
  border: none;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

footer {
  margin-top: 8rem;
  font-size: 0.9rem;
  color: #9B8B84;
  font-family: 'Inter', sans-serif;
}