:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f7f5;
  color: #18322a;
}

* { box-sizing: border-box; }

body { margin: 0; min-height: 100vh; }

main {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #55746a;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(40px, 8vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
}

h2 { margin: 42px 0 12px; font-size: 24px; letter-spacing: -.02em; }

p, li { font-size: 17px; line-height: 1.65; }

.lede { max-width: 660px; color: #3e5c53; font-size: 20px; }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.card {
  display: block;
  padding: 24px;
  border: 1px solid #d4e1dc;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(35,70,59,.06);
}

.card:hover { border-color: #8ab2a4; transform: translateY(-1px); }
.card strong { display: block; margin-bottom: 6px; font-size: 19px; }
.card span { color: #55746a; line-height: 1.45; }

a { color: #176f57; }

.meta {
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid #d4e1dc;
  color: #647c74;
  font-size: 14px;
}

ul { padding-left: 22px; }

@media (max-width: 520px) {
  main { padding-top: 42px; }
  h1 { font-size: 44px; }
}
