*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #f2f2f2;
  background: #1f2329;
}

.container {
  min-height: 100vh;
  display: grid;
  gap: 0.75rem;
  align-content: center;
  padding: 3rem 8vw;
  max-width: 700px;
  margin: 0 auto;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.85rem;
  color: #d9a441;
  margin: 0;
}

h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin: 0;
  line-height: 1.2;
}

.subhead {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.meta {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
}
