:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fbf8f6;
  color: #322a2d;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top left, #f4e5e7 0, transparent 38rem),
    #fbf8f6;
}

.shell {
  width: min(42rem, calc(100% - 3rem));
  padding: 4rem 0;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #8b5963;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 8vw, 5.25rem);
  font-weight: 400;
  line-height: 0.98;
}

.shell > p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1.75rem 0;
  color: #6f6266;
  font-size: 1.1rem;
  line-height: 1.7;
}

.status {
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  border: 1px solid #dbc5ca;
  border-radius: 999px;
  color: #70444d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
