body .main.news-home {
  margin-bottom: 0;
  padding: 13.6rem 0 7rem;
  background: #fff;
  color: #20251d;
}

.news-home > .news-home__container {
  display: block !important;
  margin-top: 0;
}

.news-home__masthead {
  width: 100%;
  margin-bottom: 3.2rem;
}

.news-home__masthead-copy {
  width: 100%;
}

.news-home__masthead h1 {
  margin: 0;
  color: #1d211a;
  font-size: clamp(3.5rem, 4vw, 5.6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.news-home__masthead h1 span {
  color: #88c445;
}

.news-home__masthead-copy > p {
  max-width: 118rem;
  margin: 1.4rem 0 0;
  color: #626b5d;
  font-size: 1.55rem;
  line-height: 1.55;
}

.news-home__featured {
  padding-bottom: 5.6rem;
}

.news-home__featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(31rem, 1fr);
  min-height: 59rem;
  gap: 2rem;
}

.news-home__featured-lead,
.news-home__featured-side,
.home-news-card--lead,
.home-news-card--side {
  min-height: 0;
}

.news-home__featured-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.home-news-card {
  min-width: 0;
}

.home-news-card__link {
  color: inherit;
  text-decoration: none;
}

.home-news-card--lead,
.home-news-card--side,
.home-news-card--lead .home-news-card__link,
.home-news-card--side .home-news-card__link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 2.4rem;
  background: #25301f;
}

.home-news-card--lead .home-news-card__media,
.home-news-card--side .home-news-card__media {
  position: absolute;
  inset: 0;
}

.home-news-card__media {
  position: relative;
  overflow: hidden;
  background: #e9ede5;
}

.home-news-card--lead .home-news-card__media::after,
.home-news-card--side .home-news-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 8, 0.04) 25%, rgba(12, 18, 8, 0.88) 100%);
  content: '';
}

.home-news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.home-news-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #26351e, #78ae3d);
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-news-card__meta {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  left: 1.6rem;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}

.home-news-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.home-news-card__badge,
.home-news-card__date {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.55rem 0.9rem;
  border-radius: 0.8rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.home-news-card__badge {
  background: #91cd4e;
  color: #1f350e;
}

.home-news-card__badge--important {
  background: #f8b84e;
  color: #452b00;
}

.home-news-card__badge--market-impact {
  background: #dcecff;
  color: #1f5686;
}

.home-news-card__badge--exclusive {
  background: #20251d;
  color: #fff;
}

.home-news-card__date {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.94);
  color: #30352d;
  font-weight: 600;
}

.home-news-card__content {
  position: relative;
  z-index: 2;
}

.home-news-card--lead .home-news-card__content,
.home-news-card--side .home-news-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem;
  color: #fff;
}

.home-news-card__title {
  margin: 0;
  color: inherit;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.home-news-card--lead .home-news-card__title {
  max-width: 72rem;
  font-size: clamp(2.8rem, 3vw, 4.4rem);
}

.home-news-card--side .home-news-card__content {
  padding: 2.2rem;
}

.home-news-card--side .home-news-card__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-news-card__excerpt {
  margin: 1rem 0 0;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.5;
}

.home-news-card--lead .home-news-card__excerpt {
  max-width: 65rem;
  color: rgba(255, 255, 255, 0.82);
}

.home-news-card--side .home-news-card__excerpt,
.home-news-card--side .home-news-card__more {
  display: none;
}

.home-news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.6rem;
  color: inherit;
  font-size: 1.3rem;
  font-weight: 700;
}

.home-news-card__more svg {
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 180ms ease;
}

.home-news-card__link:hover .home-news-card__image,
.home-news-card__link:focus-visible .home-news-card__image {
  transform: scale(1.025);
}

.home-news-card__link:hover .home-news-card__more svg,
.home-news-card__link:focus-visible .home-news-card__more svg {
  transform: translateX(0.35rem);
}

.home-news-card__link:focus-visible {
  outline: 3px solid rgba(126, 185, 61, 0.55);
  outline-offset: 4px;
}

.news-home__feed-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(30rem, 1fr);
  align-items: start;
  gap: 3rem;
}

.news-home__feed {
  min-width: 0;
}

.news-home__feed-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.home-news-card--feed {
  overflow: hidden;
  border: 1px solid #e5e9e1;
  border-radius: 2rem;
  background: #f6f7f4;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-news-card--feed:hover {
  border-color: #d1dec5;
  box-shadow: 0 1.4rem 3.6rem rgba(39, 55, 26, 0.09);
  transform: translateY(-0.25rem);
}

.home-news-card--feed .home-news-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.home-news-card--feed .home-news-card__media {
  aspect-ratio: 16 / 9;
}

.home-news-card--feed .home-news-card__content {
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
  padding: 2rem;
}

.home-news-card--feed .home-news-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #252a22;
  font-size: 1.85rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-news-card--feed .home-news-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #6b7365;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-news-card--feed .home-news-card__more {
  margin-top: auto;
  padding-top: 1.8rem;
  color: #568c20;
}

.news-home__feed-layout .sidebar {
  min-width: 0;
}

.news-home__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 3rem;
}

.news-home__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1px solid #dfe5da;
  border-radius: 0.9rem;
  color: #4e5848;
  font-size: 1.35rem;
  text-decoration: none;
}

.news-home__pagination .page-numbers.current,
.news-home__pagination a.page-numbers:hover,
.news-home__pagination a.page-numbers:focus-visible {
  border-color: #8bc747;
  background: #8bc747;
  color: #1d310d;
  outline: none;
}

.news-home__seo-content {
  max-width: 96rem;
  margin: 7rem auto 0;
  padding-top: 4rem;
  border-top: 1px solid #e1e6dd;
  color: #50594a;
  font-size: 1.55rem;
  line-height: 1.7;
}

.news-home__seo-content h2,
.news-home__seo-content h3 {
  margin: 3rem 0 1rem;
  color: #272d24;
  line-height: 1.25;
}

.news-home__seo-content h2:first-child,
.news-home__seo-content h3:first-child {
  margin-top: 0;
}

.news-home__seo-content p,
.news-home__seo-content ul,
.news-home__seo-content ol {
  margin: 1rem 0 0;
}

.news-home__seo-content ul,
.news-home__seo-content ol {
  padding-left: 2.2rem;
}

@media only screen and (min-width: 1100px) {
  .news-home__feed-layout .sidebar {
    position: sticky;
    top: 10rem;
    bottom: auto;
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: visible;
    background: transparent;
  }
}

@media only screen and (max-width: 1199px) {
  .news-home__featured-grid {
    min-height: 52rem;
    grid-template-columns: minmax(0, 1.75fr) minmax(28rem, 1fr);
  }

  .home-news-card--lead .home-news-card__content {
    padding: 2.5rem;
  }

  .home-news-card--side .home-news-card__title {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 1099px) {
  .news-home__feed-layout {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 899px) {
  body .main.news-home {
    padding-top: 12.4rem;
  }

  .news-home__featured-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .news-home__featured-lead {
    min-height: 48rem;
  }

  .news-home__featured-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .home-news-card--side {
    min-height: 28rem;
  }
}

@media only screen and (max-width: 680px) {
  body .main.news-home {
    padding: 12rem 0 5rem;
  }

  .news-home__masthead {
    margin-bottom: 2.4rem;
  }

  .news-home__masthead-copy > p {
    font-size: 1.5rem;
  }

  .news-home__featured {
    padding-bottom: 4.5rem;
  }

  .news-home__featured-lead {
    min-height: 43rem;
  }

  .news-home__featured-side,
  .news-home__feed-grid {
    grid-template-columns: 1fr;
  }

  .home-news-card--side {
    min-height: 31rem;
  }

  .home-news-card--lead .home-news-card__content,
  .home-news-card--side .home-news-card__content {
    padding: 2rem;
  }

  .home-news-card--lead .home-news-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-news-card__meta {
    top: 1.2rem;
    right: 1.2rem;
    left: 1.2rem;
  }

  .news-home__seo-content {
    margin-top: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-news-card__image,
  .home-news-card,
  .home-news-card__more svg {
    transition: none;
  }
}
