/* Editorial additions reuse the existing article palette and type hierarchy. */
.article-table-wrap { margin: 24px 0; max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.article-table-wrap:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.article-table { width: 100%; border-collapse: collapse; color: var(--body); font-size: 15px; line-height: 1.6; }
.article-table caption { padding: 14px 16px; text-align: left; color: var(--muted-2); font-size: 13px; }
.article-table th, .article-table td { padding: 13px 16px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.article-table th:last-child, .article-table td:last-child { border-right: 0; }
.article-table thead { background: rgb(47 156 92 / 0.05); color: var(--ink); }
.article-table tbody th { font-weight: 600; }
.blog-cluster { padding-bottom: 64px; }
.blog-cluster > h2 { margin: 0 0 14px; font-family: var(--display); color: var(--ink); font-size: clamp(27px, 2.6vw, 34px); line-height: 1.16; letter-spacing: -0.045em; }
.blog-cluster > p { max-width: 740px; margin: 0 0 26px; color: var(--body); line-height: 1.74; }
.blog-cluster > p a { color: var(--green-deep); text-decoration: underline; text-underline-offset: 3px; }
.blog-cluster .blog-index { padding-bottom: 0; }
.blog-card h3 { margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(20px, 1.7vw, 24px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.22; }
@media (max-width: 600px) {
  .article-table { font-size: 13px; }
  .article-table th, .article-table td { padding: 10px; overflow-wrap: normal; }
  .blog-cluster { padding-bottom: 48px; }
}

/* Keep new contextual links recognizable within the existing homepage. */
.home .feature-story__details a, .home .feature-story__note a, .home .plan li a { text-decoration: underline; text-underline-offset: 3px; }
.home .plan li a { display: inline-block; }
@media (max-width: 600px) {
  .article-content > section, .article-content > figure, .article-content > aside { scroll-margin-top: 170px; }
}

/* Article FAQs reuse the current homepage's typography, rules and +/- controls. */
.article-faq { font-family: 'DM Sans', sans-serif; color: #20251e; }
.article-faq .section-head { display: block; margin: 0; }
.article-faq .section-head h2 { max-width: 420px; margin: 0; color: #20251e; font-family: 'DM Sans', sans-serif; font-size: clamp(36px, 3.6vw, 52px); line-height: 1.06; letter-spacing: -.055em; font-weight: 500; text-wrap: initial; }
.article-faq .faq__list { display: block; margin-top: 30px; border-top: 1px solid #daddd2; }
.article-faq .faq-item, .article-faq .faq-item:hover, .article-faq .faq-item[open] { margin: 0; border: 0; border-bottom: 1px solid #daddd2; border-radius: 0; background: transparent; box-shadow: none; transition: none; }
.article-faq .faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 72px; padding: 21px 0; list-style: none; cursor: pointer; color: #20251e; font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.6; font-weight: 500; letter-spacing: normal; text-wrap: initial; }
.article-faq .faq-item summary::-webkit-details-marker { display: none; }
.article-faq .faq-item summary:hover { color: #5b702c; }
.article-faq .faq-item summary:focus-visible { border-radius: 0; outline: 2px solid #5b702c; outline-offset: 3px; }
.article-faq .faq-item .faq-item__icon { position: relative; width: 17px; height: 17px; flex: none; border-radius: 0; background: transparent; transition: none; }
.article-faq .faq-item__icon::before, .article-faq .faq-item__icon::after { content: ''; position: absolute; background: currentColor; left: 3px; right: 3px; top: 8px; width: auto; height: 1px; border-radius: 0; transform: none; transition: none; }
.article-faq .faq-item__icon::after { transform: rotate(90deg); transition: transform .2s; }
.article-faq .faq-item[open] .faq-item__icon::after { transform: rotate(0); }
.article-faq .faq-item__body { padding: 0 32px 24px 0; }
.article-faq .faq-item__body p { max-width: none; margin: 0; color: #62695e; font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.9; text-wrap: initial; }
.article-faq .faq-item__body a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.article-faq .faq-item::details-content { transition: none; }
@media (max-width: 600px) {
  .article-faq .section-head h2 { font-size: 38px; }
  .article-faq .faq-item summary { min-height: 73px; }
}
@media (prefers-reduced-motion: reduce) {
  .article-faq .faq-item__icon::after { transition: none; }
}
