body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
  color: #152016;
  background: #f8f2df;
}

main {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 20px 64px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

a {
  color: #176b45;
}

h1,
h2 {
  line-height: 1.25;
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 8vw, 3.2rem);
}

h2 {
  margin-top: 34px;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #176b45;
}

.note {
  border-left: 4px solid #176b45;
  padding: 12px 16px;
  background: #fff9e8;
}

li + li {
  margin-top: 8px;
}
