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

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, sans-serif;
  background: #0a0a0a;
  color: #e5e5e5;
}

main {
  text-align: center;
}

h1 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.dot {
  color: #888;
}

.tagline {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #737373;
  font-weight: 300;
}
