:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202d28;
  background: #faf9f5;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  overflow-wrap: break-word;
}

a {
  color: #14573f;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 0.15em;
}

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

.skip-link {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  padding: 0.75rem;
  background: #fff;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #cdd4cc;
}

.brand {
  font-size: 1.4rem;
  font-weight: 750;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
}

.site-header a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}

nav [aria-current="page"] {
  font-weight: 700;
}

main {
  padding: 1.5rem 0 2rem;
}

h1, h2, h3 {
  line-height: 1.25;
}

h1 {
  font-size: clamp(2rem, 6vw, 2.6rem);
  margin: 0.5rem 0 1rem;
}

h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
}

h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

.lead {
  font-size: 1.15rem;
}

li + li {
  margin-top: 0.65rem;
}

ul, ol {
  padding-left: 1.5rem;
}

.contact {
  padding: 0.25rem 1.25rem 0.5rem;
  border: 1px solid #cdd4cc;
  border-radius: 0.5rem;
  background: #fff;
}

.contact h2 {
  margin-top: 1rem;
}

.button {
  display: inline-block;
  padding: 0.7rem 1rem;
  border-radius: 0.3rem;
  background: #14573f;
  color: #fff;
  font-weight: 650;
}

.updated, .site-footer {
  color: #4c5952;
}

.site-footer {
  padding: 1rem 0 2rem;
  border-top: 1px solid #cdd4cc;
  font-size: 0.95rem;
}
