:root {
  --ink: #1a1a1a;
  --muted: #5a5a5a;
  --accent: #0b5d3b;
  --rule: #e2e2e2;
}

body {
  font-family: -apple-system, "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: #fdfdfb;
  line-height: 1.65;
  max-width: 42rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

h1 + p {
  color: var(--muted);
  font-size: 1.05rem;
  margin-top: 0;
}

h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}

h3 {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}

h3 + p {
  margin-top: 0;
}

a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 93, 59, 0.3);
}

a:hover {
  border-bottom-color: var(--accent);
}

.contact {
  font-size: 0.95rem;
  color: var(--muted);
  margin-top: 1.25rem;
}

ul {
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.75rem;
}

li strong {
  color: var(--ink);
}
