body {
  margin: 0;
  background: #f6f3ed;
  color: #1f2528;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0 72px;
}

a {
  color: #247368;
}

h1 {
  max-width: 760px;
  margin: 16px 0 12px;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-top: 42px;
  font-size: 1.35rem;
}

details {
  margin: 12px 0;
  border: 1px solid #d7ded8;
  border-radius: 8px;
  background: #fffdfa;
  padding: 16px 18px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

.eyebrow {
  color: #247368;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
