:root {
  --bg: #eef4cf;
  --bg-strong: #8bcf2f;
  --surface: rgba(255, 255, 255, 0.42);
  --surface-strong: rgba(255, 255, 255, 0.7);
  --text: #212121;
  --muted: #6b6b6b;
  --line: rgba(33, 33, 33, 0.12);
  --accent: #1c1c1c;
  --brand: #7bc51f;
  --shadow: 0 18px 45px rgba(47, 70, 15, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'National' !important;
  color: var(--text);
  background: #f5f8de;
}

.legacy-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(10px);
}

.legacy-header__inner {
  width: min(1440px, calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  align-items: center;
}

.legacy-header__menu {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.legacy-header__menu span {
  display: block;
  width: 18px;
  height: 2px;
  background: #1b1b1b;
}

.legacy-header__logo {
  display: inline-flex;
  width: 54px;
  flex-direction: column;
  padding: 5px 5px 8px;
  border: 1px solid #111;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #fff;
  line-height: 0.92;
}

.legacy-header__logo span {
  font-size: 0.27rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legacy-header__logo strong {
  margin-top: 3px;
  font-size: 0.58rem;
  font-weight: 800;
}

.legacy-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 0.84rem;
  color: #5f5f5f;
}

.legacy-header__actions a:first-child {
  padding: 7px 10px;
  border-radius: 4px;
  background: #e0312c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}

.legacy-header__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.legacy-header__search svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.card-link-block {
  display: block;
}

.card-link-block:hover {
  opacity: 0.86;
}

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 28px 0;
}

.hero {
  padding-top: 22px !important;
}

.hero-topline {
  display: grid;
  grid-template-columns: 1fr 262px;
  gap: 44px;
  align-items: center;
}

.brand-mark span,
.partner-label,
.tag,
.meta,
.latest-item span,
.mini-card span {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-headline {
  padding-top: 0;
}

.hero-headline-logo {
  margin-left: -25px;
}

.cop31-logo {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  line-height: 0.8;
}

.cop31-road {
  font-size: clamp(3rem, 5vw, 4.1rem);
  font-weight: 500;
  color: #111;
  letter-spacing: -0.08em;
}

.cop31-main {
  font-size: clamp(6rem, 10vw, 7.9rem);
  font-weight: 800;
  letter-spacing: -0.12em;
}

.cop31-main::after {
  content: "";
  display: inline-block;
  width: 0.66em;
  height: 0.66em;
  margin-left: -0.58em;
  margin-right: 0.04em;
  border-radius: 50%;
  background: #a6cf53;
  vertical-align: 0.08em;
  position: relative;
  z-index: -1;
}

.partner-block {
  justify-self: end;
  width: 100%;
  max-width: 286px;
  margin-top: 4px;
  padding-top: 0;
  padding-left: 40px;
  border-left: 1px solid rgba(72, 72, 72, 0.16);
  text-align: left;
  color: #45d05a;
}

.partner-block strong {
  display: block;
  margin-top: 10px;
  font-size: 3.02rem;
  line-height: 0.78;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.partner-label {
  display: block;
  margin-bottom: 10px;
  color: #6d6d6d;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.newsletter-pill {
  display: inline-flex;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-bottom: 15px;
  padding: 0 20px;
  border-radius: 12px;
  background: #161616;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-divider {
  width: 100%;
  height: 4px;
  margin: 16px 0 18px;
  background: #111;
}

.newsletter-pill:hover,
.more-link:hover,
.video-thumb:hover {
  transform: translateY(-2px);
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 0.95fr) minmax(230px, 0.98fr);
  gap: 10px;
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(32, 32, 32, 0.05);
}

.feature-card {
  padding: 0 12px 0 0;
  background: transparent;
  border: 0;
}

.feature-card-lg {
  padding: 0 12px 0 0;
}

.feature-column {
  display: grid;
  gap: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(32, 32, 32, 0.06);
}

.feature-card.feature-card-lg {
  border-right: 1px solid rgba(32, 32, 32, 0.06);
}

.media-placeholder,
.mini-media {
  width: 100%;
  background: #dedede;
  border-radius: 0;
}

.feature-card:not(.feature-card-lg) .media-placeholder {
  aspect-ratio: 1 / 0.64;
  margin-bottom: 10px;
}

.feature-card-lg .media-placeholder {
  aspect-ratio: 1 / 0.67;
  margin-bottom: 28px;
}

.feature-copy-center {
  text-align: center;
}

.feature-copy h2,
.feature-copy h3 {
  margin: 6px 0 10px !important;
  line-height: 1.02 !important;
  color: #55565e;
}

.feature-copy h2 {
  font-size: clamp(3rem, 4vw, 3.35rem);
  font-family: 'Guardian';
}

.feature-copy h3,
.latest-item h3,
.mini-card h3,
.video-card h3 {
  font-size: 1.45rem !important;
}

.summary,
.latest-item p,
.mini-card p,
.video-card p,
.campaign-copy p {
  margin: 0;
  color: #8e8e8e;
  line-height: 1.45;
  font-family: 'National' !important;
}

.meta,
.latest-item span {
  display: inline-block;
  margin-top: 10px;
  color: #8e8e8e;
}

.latest-panel {
  padding: 0;
}

.latest-panel h2,
.section-heading h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  color: #2f6d78;
}

.latest-item {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.05);
}

.latest-item:last-child {
  margin-bottom: 0;
}

.latest-item h3 {
  margin: 0 0 6px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.15rem;
  color: #56565e;
}

.latest-item__title {
  margin: 0 0 8px !important;
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  line-height: 1.12;
  color: #56565e;
}

.latest-item__summary {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  color: #8e8e8e;
}

.latest-item__author {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.25;
  color: #8e8e8e;
  text-transform: none;
  letter-spacing: 0;
}

.tag {
  color: #2f6d78;
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: none;
  font-family: Inter;
}

.feature-copy .summary,
.latest-item p {
  font-size: 0.82rem;
}

.feature-copy .meta,
.latest-item span {
  font-size: 0.78rem;
  text-transform: none;
}

.latest-item .latest-item__title {
  font-size: 24px;
}

.latest-item .latest-item__summary {
  font-size: 17px;
}

.latest-item .latest-item__author {
  font-size: 15px;
}

.cards-grid,
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mini-card {
  padding: 14px 22px 14px 0;
}

.mini-card:not(:nth-child(4n)) {
  border-right: 1px solid rgba(32, 32, 32, 0.06);
}

.mini-media {
  aspect-ratio: 1 / 0.62;
  margin-bottom: 14px;
}

.mini-card h3,
.video-card h3 {
  margin: 0 0 8px !important;
  font-size: 1.1rem !important;
  font-family: "Libre Baskerville", serif;
}

.mini-card span {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-family: Inter;
}

.more-link {
  display: flex;
  width: max-content;
  margin: 22px auto 0;
  align-items: center;
  gap: 8px;
  color: #585858;
  transition: transform 180ms ease;
}

.more-link::after {
  content: ">";
  display: inline-block;
  font-weight: 700;
}

.video-section {
  padding-top: 12px;
}

.video-card {
  padding: 0 22px 0 0;
}

.video-card:not(:nth-child(4n)) {
  border-right: 1px solid rgba(32, 32, 32, 0.06);
}

.video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.video-thumb img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  right: 14px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  object-fit: contain;
  pointer-events: none;
}

.home-video-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.18;
  font-family: "Libre Baskerville", serif;
  color: #56565e;
}

.home-video-card__summary {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #8e8e8e;
}

.campaign-footer {
  margin-top: 32px;
  padding: 15px 0 44px;
  background: #9cc953;
}

.campaign-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.campaign-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
}

.campaign-copy {
  max-width: 70%;
}

.campaign-logos {
  display: flex;
  align-items: center;
  height: 78px;
}

.campaign-logos img {
  max-height: 100%;
  margin-left: -25px;
}

.campaign-copy p {
  max-width: 1160px;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
}

.newsletter-pill-dark {
  font-family: GT America;
  align-self: start;
  justify-self: end;
  min-width: 426px;
  min-height: 74px;
  margin-top: 4px;
  padding: 0 28px;
  background: #090909;
  border-radius: 16px;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .feature-layout {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card.feature-card-lg,
  .feature-column {
    border-right: 0;
    padding-right: 0;
  }

  .campaign-copy {
    max-width: 100%;
  }

  .latest-panel {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .latest-item {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }

  .cards-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-card,
  .video-card {
    padding-right: 16px;
    border-right: 0;
  }

  .mini-card:not(:nth-child(2n)),
  .video-card:not(:nth-child(2n)) {
    border-right: 1px solid rgba(32, 32, 32, 0.06);
  }

  .campaign-footer__top {
    grid-template-columns: 1fr;
  }

  .newsletter-pill-dark {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .legacy-header__inner {
    width: min(100% - 28px, 640px);
    grid-template-columns: 36px 1fr auto;
    gap: 12px;
    min-height: 64px;
  }

  .legacy-header__actions {
    gap: 10px;
    font-size: 0.74rem;
  }

  .legacy-header__actions a:not(.legacy-header__search):not(:first-child) {
    display: none;
  }

  .page-shell {
    width: min(100% - 28px, 640px);
  }

  .play-icon {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }

  .section {
    padding: 24px 0;
  }

  .hero-topline,
  .feature-layout,
  .latest-panel,
  .cards-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .hero-topline {
    gap: 20px;
  }

  .hero-headline,
  .partner-block {
    padding-top: 0;
  }

  .partner-block {
    justify-self: start;
    text-align: left;
    padding-left: 0;
    border-left: 0;
  }

  .feature-card,
  .latest-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-column {
    border-right: 0;
  }

  .mini-card,
  .video-card {
    padding-right: 0;
    border-right: 0;
  }

  .campaign-footer {
    margin-top: 24px;
    padding: 28px 0 34px;
  }

  .campaign-footer__inner {
    gap: 24px;
  }

  .newsletter-pill-dark {
    min-width: 0;
    width: 100%;
  }
}

.article-page .campaign-footer {
  margin-top: 0;
}

.article-shell {
  padding-top: 18px;
}

.article-hero {
  padding: 26px 0 20px;
}

.article-hero__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 34px;
  margin: 0 auto 14px;
  max-width: 840px;
  width: 100%;
  flex-direction: column-reverse;
  font-family: 'National' !important;
}

.article-header-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

.article-tag {
  display: inline-flex;
  margin: 0;
  padding: 6px 12px;
  background: #96c94d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: 'National' !important;
}

.article-hero h1 {
  margin: 0;
  max-width: none;
  font-family: 'National' !important;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.03;
  color: #2f2f2f;
}

.article-date {
  margin: 46px 0 0;
  color: #434343;
  font-size: 14px;
}

.article-hero__logos {
  flex: 0 0 228px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 0;
  margin-top: 8px;
  padding-left: 18px;
  border-left: 1px solid rgba(32, 32, 32, 0.12);
  align-self: start;
  justify-self: end;
}

.article-hero__logos img:first-child {
  width: 92px;
}

.article-hero__partner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.article-hero__partner span {
  color: #6f6f6f;
  font-size: 10px;
  line-height: 1;
}

.article-hero__partner img {
  width: 84px;
}

.article-cover {
  max-width: 840px;
  margin: 0 auto;
  aspect-ratio: 1 / 0.56;
}

.article-cover--video {
  overflow: hidden;
  background: #000;
}

.article-cover--video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.article-body {
  display: grid;
  grid-template-columns: 0 minmax(0, 1fr);
  gap: 0;
  max-width: 840px;
  margin: 56px auto 0;
  position: relative;
}

.article-share {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  width: 58px;
  max-width: 58px;
  min-height: 246px;
  padding-top: 8px;
  padding-right: 18px;
  border-right: 1px solid rgba(32, 32, 32, 0.1);
  position: sticky;
  top: 140px;
  align-self: start;
  transform: translateX(-88px);
  justify-self: start;
}

.article-share a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #6e6e6e;
  font-size: 0.68rem;
}

.article-share img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.article-share small {
  font-size: 0.56rem;
  color: #707070;
  line-height: 1;
}

.article-copy {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1.55;
  padding-left: 0;
  font-family: 'National' !important;
}

.article-copy p {
  margin: 0 0 18px;
}

.article-recommendations {
  padding-top: 26px;
}

.article-recommendations .section-heading h2 {
  color: #262626;
  font-size: 0.92rem;
}

.article-video-grid {
  margin-top: 18px;
}

.article-video-grid .video-card {
  border-right: 0;
  padding-right: 0;
}

.article-video-grid .video-card h3 {
  font-size: 0.78rem;
  line-height: 1.35;
  font-family: 'National' !important;
}

@media (max-width: 1080px) {
  .article-hero__heading,
  .article-cover,
  .article-body {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .article-shell {
    padding-top: 10px;
  }

  .article-hero {
    padding-top: 24px;
  }

  .article-hero__heading {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .article-hero__logos {
    padding-left: 0;
    border-left: 0;
    margin-top: 0;
  }

  .article-hero h1 {
    font-size: 1.9rem;
  }

  .article-body {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  .article-share {
    flex-direction: row;
    justify-content: flex-start;
    position: static;
    max-width: none;
    width: auto;
    min-height: 0;
    padding-right: 0;
    border-right: 0;
    transform: none;
  }
}
body,#main{
background:#f5f8de !important;
}
p{
  margin-top: 20px;
  }

  .mini-card h3{
  margin-top:5px !important
  }
  .hero,.article-hero {
      padding-top: 62px !important;
  }
  .article-author{
  margin-top:46px;
      margin-bottom: 0;
  }
  .article-date{
  margin-top: 0px;
  }

  .article-video-grid .video-card h3 {
      font-size: 0.78rem !important;
      }

      .fonts-loaded .article-copy p {
          font-size: 18px !important;
          line-height: 1.55 !important;
          font-family: 'National' !important;
          }
