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

body {
  background-color: #0f0f0f;
  color: #f5f5f5;
  font-family: 'Inter', sans-serif;
  height: 100vh;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.content {
  text-align: center;
  padding: 20px;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  letter-spacing: 6px;
  font-weight: 500;
  margin-bottom: 12px;
}

.tagline {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.8;
}

.divider {
  width: 60px;
  height: 1px;
  background-color: #c9a24d; /* soft gold */
  margin: 30px auto;
}

.coming-text {
  font-size: 16px;
  max-width: 420px;
  margin: 0 auto 20px;
  line-height: 1.6;
  opacity: 0.85;
}

.coming-soon {
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9a24d;
}
