:root {
  color: #19312f;
  background: #f4f1e8;
  font-family: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }

body {
  align-items: center;
  background:
    radial-gradient(circle at 15% 15%, rgba(219, 178, 95, 0.24), transparent 38%),
    radial-gradient(circle at 85% 80%, rgba(31, 95, 91, 0.18), transparent 42%),
    #f4f1e8;
  display: flex;
  margin: 0;
  min-height: 100vh;
  padding: 24px;
}

.launch-card {
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(25, 49, 47, 0.18);
  box-shadow: 12px 12px 0 rgba(31, 95, 91, 0.12);
  margin: auto;
  max-width: 560px;
  padding: clamp(28px, 8vw, 56px);
}

.eyebrow {
  color: #1f5f5b;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
}

h1 { font-size: clamp(2rem, 8vw, 3.5rem); line-height: 1; margin: 0 0 20px; }
p { font-size: 1.05rem; line-height: 1.65; }
.request-id { color: #596866; font-family: 'Trebuchet MS', sans-serif; font-size: 0.75rem; margin-top: 28px; }
