body {
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
  margin: 0;
  background: #f6f1e8;
  color: #17211b;
  line-height: 1.55;
}

.card {
  max-width: 840px;
  margin: 48px auto;
  padding: 34px;
  background: #fffaf0;
  border: 1px solid #e1d2bd;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(50, 35, 18, .12);
}

h1 {
  font-size: clamp(34px, 8vw, 64px);
  line-height: .95;
  margin: 0 0 18px;
  color: #163c2e;
}

a {
  color: #1c6b4d;
  font-weight: 700;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}

.pill {
  display: inline-block;
  background: #d8f2c9;
  color: #163c2e;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.muted {
  color: #6d6256;
}

.small {
  font-size: 14px;
}
