:root {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #14271f;
  background: #edf3ee;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
}

main {
  width: min(42rem, calc(100vw - 3rem));
  padding: 3rem;
  background: #fffef9;
  border: 1px solid #cbd8ce;
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 4rem rgb(24 57 43 / 12%);
}

.eyebrow {
  color: #35664e;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin-block: 0.5rem 1rem;
  font-size: clamp(2rem, 7vw, 4rem);
  line-height: 0.95;
}

dl {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

dl div {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #dce5de;
}

dt {
  color: #5b6d62;
}

dd {
  margin: 0;
  font-family: ui-monospace, monospace;
}
