:root { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #101418; background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid #d9dee2; background: #fff; }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; width: 245px; flex: 0 0 auto; }
.brand img { display: block; width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: 27px; white-space: nowrap; }
.nav a { text-decoration: none; font-size: 13px; font-weight: 700; color: #2a3035; }
.nav a:hover, .nav a[aria-current="page"] { color: #007c39; }
.nav .quote-link { padding: 12px 18px; background: #007c39; color: #fff; }
.nav .quote-link:hover { background: #005e2c; color: #fff; }
.breadcrumb { padding: 25px 0 0; color: #59616a; font-size: 13px; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 9px; }
.page-heading { padding: 56px 0 34px; border-bottom: 1px solid #d9dee2; }
.eyebrow { margin: 0 0 13px; color: #007c39; font-size: 12px; line-height: 1.4; font-weight: 800; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.page-heading h1 { max-width: 840px; margin-bottom: 16px; font-size: clamp(33px, 4.2vw, 54px); line-height: 1.07; font-weight: 800; }
.page-heading .lede { max-width: 770px; color: #4a5159; font-size: 18px; line-height: 1.55; }
.article-meta { display: flex; gap: 18px; color: #59616a; font-size: 13px; }
.listing { padding: 37px 0 92px; }
.listing h2 { font-size: 18px; line-height: 1.3; margin-bottom: 22px; }
.article-preview { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); border-top: 1px solid #d9dee2; border-bottom: 1px solid #d9dee2; }
.article-preview__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f7f8f8; }
.article-preview__image img { width: 100%; height: 100%; object-fit: contain; }
.article-preview__copy { padding: 34px 0 34px 42px; display: flex; flex-direction: column; justify-content: center; }
.article-preview__copy h3 { max-width: 540px; font-size: clamp(25px, 2.8vw, 37px); line-height: 1.13; }
.article-preview__copy h3 a { text-decoration: none; }
.article-preview__copy h3 a:hover { color: #007c39; }
.article-preview__copy p:not(.eyebrow) { max-width: 550px; color: #4a5159; font-size: 16px; line-height: 1.65; }
.text-link { align-self: flex-start; color: #007c39; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.article-cover { margin: 31px 0 0; background: #f7f8f8; }
.article-cover img { display: block; width: min(100%, 1000px); height: auto; margin: 0 auto; }
.article-cover figcaption { max-width: 1000px; margin: 0 auto; padding: 8px 18px 13px; color: #59616a; font-size: 12px; }
.article-body { width: min(770px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0 90px; font-size: 17px; line-height: 1.74; }
.article-body p { margin-bottom: 22px; }
.article-body h2 { margin: 48px 0 17px; font-size: 27px; line-height: 1.25; }
.article-body h2:first-child { margin-top: 0; }
.article-body a { color: #006c35; text-underline-offset: 3px; }
.article-body a:hover { color: #004f28; }
.article-cta { margin-top: 50px; padding: 34px 0 0; border-top: 2px solid #101418; }
.article-cta h2 { margin: 0 0 12px; }
.article-cta p { color: #4a5159; }
.button { display: inline-block; padding: 14px 21px; background: #007c39; color: #fff !important; font-size: 14px; font-weight: 700; line-height: 1.2; text-decoration: none; }
.button:hover { background: #005e2c; }
.site-footer { background: #101418; color: #fff; padding: 47px 0 30px; }
.footer-inner { display: flex; justify-content: space-between; gap: 45px; }
.footer-title { margin-bottom: 10px; font-size: 19px; font-weight: 800; }
.site-footer p { color: #d8dde0; font-size: 14px; line-height: 1.6; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid #3f4750; color: #d8dde0; font-size: 12px; }
@media (max-width: 800px) {
  .header-inner { align-items: flex-start; flex-direction: column; gap: 0; padding: 16px 0 0; }
  .brand { width: 210px; }
  .nav { width: 100%; overflow-x: auto; gap: 19px; padding: 14px 0 16px; }
  .nav a { flex: 0 0 auto; }
  .nav .quote-link { padding: 8px 11px; }
  .page-heading { padding: 40px 0 28px; }
  .article-preview { display: block; }
  .article-preview__copy { padding: 28px 0 34px; }
  .article-preview__image { aspect-ratio: 16 / 11; }
  .footer-inner { flex-direction: column; gap: 8px; }
}
@media (max-width: 500px) {
  .shell { width: calc(100% - 32px); }
  .article-body { width: calc(100% - 32px); font-size: 16px; }
  .article-body h2 { font-size: 23px; }
  .page-heading h1 { font-size: 34px; }
  .page-heading .lede { font-size: 16px; }
  .article-meta { flex-wrap: wrap; gap: 6px 14px; }
}
