:root {
  color-scheme: light;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202725;
  background: #f4f1e9;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  width: min(100% - 2.5rem, 44rem);
  margin: 0 auto;
  padding: clamp(4rem, 12vw, 8rem) 0;
}

h1,
h2 {
  color: #15201d;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 17ch;
  margin: 0 0 1.25rem;
  font-size: clamp(2.35rem, 7vw, 4.5rem);
}

h2 {
  margin: 2.75rem 0 0.75rem;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
}

p {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.lead {
  max-width: 34rem;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  line-height: 1.5;
}

.eyebrow,
.updated {
  color: #56615d;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.back-link {
  margin-bottom: 2.5rem;
}

a {
  color: #145c4a;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;
}

a:hover {
  color: #0c3f32;
}

a:focus-visible {
  outline: 3px solid #d18b32;
  outline-offset: 4px;
}

@media (max-width: 32rem) {
  main {
    width: min(100% - 2rem, 44rem);
    padding: 3rem 0;
  }
}
