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

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
  background: #111111;
  color: #f4f1ea;
}

.center {
  max-width: 36rem;
  padding: 1.5rem;
  text-align: center;
}

.label {
  margin: 0 0 0.75rem;
  font-family: system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c4b59a;
}

h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.15;
}

.subtitle {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #b8b4ab;
}

.status {
  margin: 1.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid #2a2a2a;
  font-family: system-ui, sans-serif;
  font-size: 0.875rem;
  color: #8a867c;
}
