.news-heading { max-width: 760px; margin-bottom: 42px; }
.news-heading .section-title { margin-bottom: 12px; }
.news-heading > p { color: #65736a; font-size: 18px; }
.news-kicker { display: inline-block; margin-bottom: 9px; color: #349d48; font-family: "Oswald", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.news-card { height: calc(100% - 30px); margin-bottom: 30px; overflow: hidden; background: #fff; border: 1px solid #e8ede9; box-shadow: 0 12px 32px rgba(21, 54, 34, .06); transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { box-shadow: 0 18px 38px rgba(21, 54, 34, .12); transform: translateY(-5px); }
.news-card-image { display: block; height: 255px; overflow: hidden; background: linear-gradient(135deg, #173d2a, #349d48); }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-card-image img { transform: scale(1.04); }
.news-image-placeholder { display: flex; align-items: center; justify-content: center; height: 100%; color: rgba(255, 255, 255, .74); font-family: "Oswald", sans-serif; font-size: 22px; letter-spacing: .08em; text-transform: uppercase; }
.news-card-body { display: flex; flex-direction: column; min-height: 285px; padding: 27px 26px 25px; }
.news-card-body time, .news-article-header time { color: #349d48; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.news-card-body h2 { margin: 10px 0 14px; font-size: 23px; line-height: 1.35; }
.news-card-body h2 a { color: #18251d; }
.news-card-body h2 a:hover { color: #349d48; }
.news-card-body p { margin-bottom: 22px; color: #68766d; line-height: 1.7; }
.news-read-more { margin-top: auto; color: #1f6842; font-weight: 600; }
.news-read-more span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.news-read-more:hover span { transform: translateX(4px); }
.news-empty { padding: 65px 25px; text-align: center; background: #f5f8f6; }

.news-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.news-pagination a, .news-pagination span { min-width: 42px; padding: 10px 13px; color: #26352d; text-align: center; background: #fff; border: 1px solid #dfe7e1; }
.news-pagination a:hover, .news-pagination .is-active { color: #fff; background: #1f6842; border-color: #1f6842; }
.news-pagination .is-disabled { color: #a5afa9; background: #f5f7f5; }

.news-article-header { max-width: 950px; margin: 0 auto 38px; text-align: center; }
.news-back { display: block; margin-bottom: 20px; color: #68766d; }
.news-article-header h1 { margin: 12px 0 0; color: #18251d; font-size: clamp(34px, 5vw, 62px); line-height: 1.16; }
.news-article-cover { max-width: 1180px; margin: 0 auto 55px; }
.news-article-cover img { width: 100%; max-height: 650px; object-fit: cover; }
.news-article-copy { color: #526159; font-size: 18px; line-height: 1.95; }
.news-video { position: relative; margin-top: 42px; padding-top: 56.25%; overflow: hidden; background: #101712; }
.news-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.news-gallery { margin-top: 70px; padding-top: 45px; border-top: 1px solid #e2e8e3; }
.news-gallery-heading { margin-bottom: 26px; }
.news-gallery-heading h2 { margin: 0; font-size: 30px; }
.news-gallery-image { display: block; height: 290px; margin-bottom: 30px; overflow: hidden; }
.news-gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-gallery-image:hover img { transform: scale(1.04); }

@media (max-width: 767px) {
    .news-card-image { height: 230px; }
    .news-card-body { min-height: auto; }
    .news-article-cover { margin-bottom: 36px; }
    .news-article-copy { font-size: 16px; }
    .news-gallery-image { height: 250px; }
}
