/* Editorial additions reuse the established green, white and sage palette. */
.v23-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 28px; }
.v23-cards article { min-width: 0; padding: 26px; border: 1px solid currentColor; border-radius: 2px 22px 2px 2px; }
.v23-cards h3 { color: inherit; margin: 0 0 14px; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.22; }
.v23-cards p { line-height: 1.7; }
.v23-cards a, .section--forest .text-link { color: inherit; }
.v23-number { font-size: clamp(2.3rem, 5vw, 3.8rem); font-weight: 650; line-height: 1.1 !important; margin: 0 0 18px; }
.v23-reading { max-width: 72ch; margin-top: 28px; }
.v23-steps { list-style: none; padding: 0; display: grid; gap: 0; }
.v23-steps li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 24px; border-top: 1px solid currentColor; padding: 26px 0; }
.v23-steps li > span { font-size: 1.5rem; font-weight: 600; }
.v23-steps h3 { margin: 0 0 10px; color: inherit; }
.v23-steps p { max-width: 76ch; line-height: 1.7; margin-bottom: 0; }
.v23-faq details { padding: 22px 0; border-bottom: 1px solid currentColor; }
.v23-faq summary { cursor: pointer; font-size: 1.2rem; font-weight: 600; }
.v23-faq p { max-width: 76ch; margin-top: 14px; line-height: 1.7; }
.story-v20 .manifesto-copy p { max-width: 72ch; }
.section--forest .story-v20__photo figcaption { color: inherit; opacity: 1; }
.section--white .story-copy, .section--white .story-copy h2, .section--white .story-copy .eyebrow, .section--white .story-copy .text-link { color: #143f35; }
.section--white .story-image figcaption { color: #39564e; }
.contact-cta__action .text-link { color: inherit; margin-top: 18px; }
.section > .container > p { max-width: 76ch; line-height: 1.7; }
.v23-cards a { overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .v23-cards article { padding: 22px; }
  .v23-steps li { grid-template-columns: 36px minmax(0, 1fr); gap: 14px; }
}
