.homepage-editorial-media{
  background:#fff;
}
.editorial-media-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:48px;
  margin-bottom:34px;
}
.editorial-media-heading h2{
  margin:0;
  max-width:780px;
  font-family:"Montserrat";
  font-size:clamp(2rem,3.4vw,2.9rem);
  line-height:1.16;
  letter-spacing:-.03em;
}
.editorial-feature{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  min-height:315px;
  border-top:1px solid rgba(30,104,53,.16);
  border-bottom:1px solid rgba(30,104,53,.16);
}
.editorial-feature-photo{
  display:block;
  min-height:315px;
  overflow:hidden;
  background:#dce5d8;
}
.editorial-feature-photo img{
  width:100%;
  height:100%;
  min-height:315px;
  display:block;
  object-fit:cover;
}
.editorial-feature-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 14px 34px 44px;
}
.editorial-kicker{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-bottom:14px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.editorial-kicker span{color:var(--green)}
.editorial-kicker time{color:#6d7972}
.editorial-feature-copy h3{
  margin:0 0 14px;
  font-family:"Montserrat";
  font-size:clamp(1.6rem,2.45vw,2.15rem);
  line-height:1.22;
  letter-spacing:-.024em;
}
.editorial-feature-copy h3 a{
  color:#25352d;
  text-decoration:none;
}
.editorial-feature-copy h3 a:hover{color:var(--green)}
.editorial-feature-copy p{
  max-width:620px;
  margin:0 0 18px;
  color:#5a6760;
  line-height:1.65;
}
.editorial-read-link{
  align-self:flex-start;
  color:var(--green);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
.editorial-secondary-news{
  display:grid;
  grid-template-columns:92px 120px minmax(0,1fr) 40px;
  gap:20px;
  align-items:center;
  min-height:96px;
  border-bottom:1px solid rgba(30,104,53,.16);
}
.editorial-secondary-date time{
  display:flex;
  gap:8px;
  align-items:baseline;
}
.editorial-secondary-date strong{
  font-family:"Montserrat";
  color:#25352d;
  font-size:22px;
}
.editorial-secondary-date span{
  color:#7a857f;
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
}
.editorial-secondary-category{
  color:var(--green);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.editorial-secondary-news h3{
  margin:0;
  font-family:"Montserrat";
  font-size:17px;
  line-height:1.35;
}
.editorial-secondary-news h3 a{
  color:#2b3932;
  text-decoration:none;
}
.editorial-secondary-news h3 a:hover{color:var(--green)}
.editorial-arrow{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid rgba(30,104,53,.20);
  border-radius:50%;
  color:var(--green);
  text-decoration:none;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.editorial-arrow:hover{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
}
.editorial-insights{
  margin-top:32px;
  padding:26px 28px 28px;
  background:#F4F7F2;
  border:1px solid rgba(30,104,53,.10);
  border-radius:8px;
}
.editorial-insights-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:18px;
}
.editorial-insights-head>div>span{
  color:var(--green);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.editorial-insights-head p{
  margin:4px 0 0;
  color:#67736c;
  font-size:13px;
}
.editorial-insights-head>a{
  color:var(--green);
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}
.editorial-insight-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(30,104,53,.13);
  border-left:1px solid rgba(30,104,53,.13);
}
.editorial-insight-links>a{
  position:relative;
  min-height:112px;
  padding:19px 44px 18px 18px;
  border-right:1px solid rgba(30,104,53,.13);
  border-bottom:1px solid rgba(30,104,53,.13);
  background:#fff;
  text-decoration:none;
  transition:background .2s ease;
}
.editorial-insight-links>a:hover{background:#F9FBF8}
.editorial-insight-links small{
  display:block;
  margin-bottom:8px;
  color:#77827c;
  font-size:9px;
  font-weight:700;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.editorial-insight-links strong{
  display:block;
  color:#293831;
  font-family:"Montserrat";
  font-size:15px;
  line-height:1.35;
}
.editorial-insight-links>a>span{
  position:absolute;
  right:17px;
  top:50%;
  transform:translateY(-50%);
  color:var(--green);
}
@media(max-width:900px){
  .editorial-feature{grid-template-columns:.95fr 1.05fr}
  .editorial-feature-copy{padding-left:30px}
  .editorial-secondary-news{grid-template-columns:84px 92px minmax(0,1fr) 36px;gap:14px}
}
@media(max-width:767px){
  .editorial-media-heading{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    margin-bottom:26px;
  }
  .editorial-feature{grid-template-columns:1fr}
  .editorial-feature-photo,.editorial-feature-photo img{min-height:220px}
  .editorial-feature-copy{padding:25px 0 28px}
  .editorial-secondary-news{
    grid-template-columns:66px minmax(0,1fr) 36px;
    gap:12px;
    padding-block:18px;
  }
  .editorial-secondary-category{display:none}
  .editorial-secondary-news h3{font-size:15px}
  .editorial-secondary-date time{display:block}
  .editorial-secondary-date span{display:block;margin-top:2px}
  .editorial-insights{margin-top:25px;padding:22px 18px}
  .editorial-insights-head{align-items:flex-start;flex-direction:column;gap:12px}
  .editorial-insight-links{grid-template-columns:1fr}
  .editorial-insight-links>a{min-height:92px}
}
