/* A consistent emerald-and-white finish, without changing responsive geometry. */
.site-header {
  background: #ffffff;
  border-bottom-color: #d5e2d9;
  box-shadow: 0 3px 18px #05251f08;
}
.section--white { background: #ffffff; }
.section--forest { background: #103f34; }
.section--sage { background: #e4eee7; }
.initiative-bar, .site-footer { background: #05251f; }
.theme-ribbon {
  background: #d8e8dd;
  border-color: #b8cebf;
}
.theme-ribbon__group > span, .theme-ribbon__group i { color: #103f34; }
.v23-cards article {
  border-color: #ccddd1;
  box-shadow: 0 12px 36px #05251f09;
}
.section--white .v23-cards article {
  background: #ffffff;
  color: #183e34;
}
.section--forest .v23-cards article {
  background: #154b3d;
  color: #ffffff;
  border-color: #ffffff38;
  box-shadow: 0 12px 36px #05251f18;
}
.section--forest .v23-cards article p { color: #e8f1eb; }
.section--white .v23-steps li,
.section--white .v23-faq details { border-color: #ccddd1; }
.section--forest .v23-steps li,
.section--forest .v23-faq details { border-color: #ffffff38; }
.site-footer .footer-social a {
  border-color: #91b29e;
  background: #ffffff06;
}
.site-footer .footer-social a:hover {
  background: #1e5b49;
  border-color: #d0e5d5;
}
