* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: #f6f5ef;
  color: #253b3a;
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

a {
  color: #235c65;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

a:hover {
  color: #143e45;
}

a:focus-visible,summary:focus-visible {
  outline: 3px solid #9b532f;
  outline-offset: 5px;
  border-radius: 4px;
}

p {
  margin: 0 0 1.2rem;
}

h1,h2,h3 {
  line-height: 1.17;
  letter-spacing: -.035em;
  font-weight: 600;
}

h1,h2 {
  font-family: Georgia,"Times New Roman",serif;
}

h1 {
  font-size: clamp(2.5rem,5.6vw,4.7rem);
  margin: 0 0 1.35rem;
}

h2 {
  font-size: clamp(1.65rem,3vw,2.4rem);
  margin: 2.8rem 0 1rem;
}

h3 {
  font-size: 1.18rem;
  margin: 0 0 .8rem;
  line-height: 1.35;
}

em {
  font-weight: 400;
  color: #3f7478;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

li {
  margin: .5rem 0;
}

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

.site-header {
  max-width: 1240px;
  margin: auto;
  padding: 25px 36px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d7ddd3;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #253b3a;
  font-weight: 750;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: -.04em;
}

.site-header nav,.site-footer nav {
  display: flex;
  gap: 7px 20px;
  flex-wrap: wrap;
}

.site-header nav a {
  font-size: .91rem;
  color: #415b59;
  text-decoration: none;
  padding: 10px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-header nav a[aria-current=page] {
  color: #235c65;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.landing {
  max-width: 1240px;
  margin: auto;
  padding: 55px 36px 0;
}

.eyebrow {
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #526b64;
  margin-bottom: 24px;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
}

.hero-art {
  margin: 0;
  transform: rotate(-2deg);
}

.hero-art figcaption {
  font-size: .82rem;
  color: #536967;
  text-align: center;
}

.hero .lead {
  max-width: 560px;
}

.lead {
  font-size: 1.18rem;
  color: #4f6460;
  max-width: 760px;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  background: #235c65;
  color: #fff;
  padding: 12px 21px;
  border-radius: 12px;
  font-size: .94rem;
  font-weight: 650;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
}

.button:hover {
  background: #18434a;
  color: white;
}

.button.secondary {
  background: transparent;
  border: 1px solid #a3b5af;
  color: #253b3a;
}

.button.secondary:hover {
  background: #e7ede5;
}

.small,.updated {
  font-size: .88rem;
  color: #536967;
}

.updated {
  margin-bottom: 30px;
}

.section {
  padding: 70px 0;
}

.section>.eyebrow {
  margin-bottom: 12px;
}

.section>h2 {
  margin-top: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
  margin: 30px 0;
}

.cards.three {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.card {
  background: #fffefa;
  border: 1px solid #d6ded3;
  border-radius: 22px;
  padding: 28px;
  min-width: 0;
}

.card h2 {
  font-family: inherit;
  font-size: 1.15rem;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}

.card p:last-child {
  margin-bottom: 0;
}

.number {
  display: block;
  font-size: .82rem;
  color: #567669;
  margin-bottom: 28px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  border-top: 1px solid #d7ddd3;
}

.split h2 {
  margin-top: 0;
}

.palette-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 12px;
}

.palette-list span {
  padding: 8px 16px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
}

.ocean {
  background: #e1edf4;
  color: #265a7a;
}

.forest {
  background: #e1ebdd;
  color: #3a623c;
}

.lavender {
  background: #ede3f4;
  color: #6b4786;
}

.sunset {
  background: #f4e6d9;
  color: #8c4b2a;
}

.help-band {
  border-top: 1px solid #d7ddd3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.help-band h2 {
  margin-top: 0;
}

.help-band .eyebrow {
  margin-bottom: 12px;
}

.help-band p:last-child {
  margin-bottom: 0;
}

.document {
  max-width: 890px;
  margin: auto;
  padding: 65px 36px 80px;
}

.document h1 {
  font-size: clamp(2.4rem,5vw,3.6rem);
}

.contact-card {
  background: #e4ede5;
  border: 1px solid #c2d2c5;
  padding: 30px;
  border-radius: 22px;
  margin: 35px 0;
}

.contact-card h2 {
  margin-top: 0;
  font-size: 1.6rem;
}

.contact-card .button {
  margin: 8px 0 20px;
}

.contact-card p:last-child {
  margin-bottom: 0;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 22px 0;
  border-top: 1px solid #d7ddd3;
  border-bottom: 1px solid #d7ddd3;
  font-size: .93rem;
}

.contents a {
  padding: 5px 0;
}

details {
  border-top: 1px solid #d7ddd3;
  padding: 18px 0;
}

details:last-of-type {
  border-bottom: 1px solid #d7ddd3;
}

summary {
  cursor: pointer;
  line-height: 1.5;
  font-weight: 650;
  min-height: 44px;
  padding: 8px 0;
}

details p {
  margin: 8px 0 15px;
}

.site-footer {
  max-width: 1240px;
  margin: auto;
  padding: 36px;
  border-top: 1px solid #d7ddd3;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  font-size: .88rem;
}

.site-footer .brand {
  margin-bottom: 10px;
}

.site-footer p {
  margin-bottom: 8px;
}

.site-footer nav {
  max-width: 460px;
  align-content: flex-start;
}

.site-footer nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  padding: 12px 16px;
  background: white;
  z-index: 10;
}

.skip-link:focus {
  top: 12px;
}

@media(max-width:800px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px 24px;
  }
  .site-header nav {
    gap: 2px 18px;
  }
  .landing {
    padding: 36px 24px 0;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero h1 {
    font-size: clamp(2.65rem,7.6vw,4rem);
  }
  .hero-art {
    max-width: 500px;
    margin: 8px auto 0;
    width: 100%;
  }
  .section {
    padding: 44px 0;
  }
  .cards.three {
    grid-template-columns: 1fr;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .help-band {
    display: block;
  }
  .help-band .actions {
    margin-bottom: 0;
  }
  .site-footer {
    padding: 28px 24px;
    flex-direction: column;
    gap: 20px;
  }
  .document {
    padding: 36px 24px 54px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card,.contact-card {
    padding: 24px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
}
