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

body {
  font-family: 'Georgia', serif;
  background: #f5f5f4;
  color: #2c3e50;
  min-height: 100vh;
}

.coming-soon {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  gap: 12px;
}

.logo {
  width: 220px;
  max-width: 60vw;
  margin-bottom: 8px;
}

.tagline {
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #489FF5;
}

h1 {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #2c3e50;
  margin-top: 8px;
}

.location {
  font-size: 1rem;
  color: #6b7a8f;
}

@media (max-width: 480px) {
  h1 { font-size: 1.7rem; }
}
