*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Georgia', serif;
  background-color: #faf9f7;
  color: #2c2c2c;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  text-align: center;
  padding: 2rem;
  max-width: 520px;
}

.monogram {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  color: #8a7560;
  margin-bottom: 2rem;
}

h1 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.divider {
  width: 40px;
  height: 1px;
  background: #c9b99a;
  margin: 2rem auto;
}

.coming-soon {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #aaa;
}
