body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0b0b0d;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
}

.brand-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.logo {
  max-width: 80px; /* 50% reduction */
  height: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sub {
  line-height: 1.2;
}

.sub .line-1 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
}

.sub .line-2 {
  font-size: 1.0em;
  opacity: 0.85;
}

.coming-soon {
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap;
}

.content {
  max-width: 720px;
  padding: 0 24px;
}

p {
  color: #d1d1d6;
  margin-bottom: 20px;
}

.subtle {
  color: #9b9ba0;
}

.cta {
  margin-top: 40px;
  padding: 24px;
  border: 1px solid #2a2a2f;
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
}

.cta a {
  color: #f5c400;
  text-decoration: none;
  font-weight: 600;
}

.cta a:hover {
  text-decoration: underline;
}
