body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0f1115;
  color: #e6e6e6;
}

.container {
  max-width: 720px;
  padding: 80px 24px;
  margin: 0 auto;
}

h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1.25rem;
  color: #9aa4b2;
  margin-bottom: 2rem;
}

.blurb {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.contact a {
  color: #7fb3ff;
  text-decoration: none;
}

.status {
  margin-top: 3rem;
  font-size: 0.95rem;
  color: #7a7a7a;
}
