.updates-hero{
  min-height:400px;
  background-image:
    linear-gradient(90deg, rgba(48,37,30,.64) 0%, rgba(48,37,30,.28) 52%, rgba(48,37,30,.18) 100%),
    linear-gradient(180deg, rgba(48,37,30,.12), rgba(48,37,30,.3)),
    var(--hero-image, url('../../img/pages/news/hero.jpg'));
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.updates-hero .inner{
  min-height:400px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:88px 0 38px;
}

.news-kicker,
.eyebrow{
  display:inline-block;
  width:fit-content;
  margin-bottom:16px;
  color:var(--green-dark);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.updates-hero .news-kicker{
  color:rgba(255,255,255,.84);
}

.updates-hero .hero-title{
  max-width:840px;
  margin-bottom:14px;
}

.updates-hero .hero-sub{
  max-width:760px;
  color:rgba(255,255,255,.9);
}

.news-index-intro{
  padding-top:24px;
}

.news-filters{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.news-filter{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(76,68,61,.16);
  border-radius:999px;
  background:rgba(255,255,255,.56);
  color:var(--text);
  font-family:"Segoe UI", Arial, sans-serif;
  font-size:.92rem;
  transition:.22s ease;
}

.news-filter:hover,
.news-filter.is-active{
  border-color:rgba(95,110,91,.22);
  background:rgba(95,110,91,.12);
  color:var(--green-dark);
}

.news-overview{
  display:block;
  padding:28px 30px;
  background:rgba(255,255,255,.34);
}

.news-overview h2{
  margin:0 0 10px;
  font-size:clamp(1.7rem, 2.5vw, 2.5rem);
  line-height:1.12;
}

.news-overview p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}

.news-overview__meta{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(76,68,61,.1);
  color:var(--green-dark);
  font-family:"Segoe UI", Arial, sans-serif;
  font-size:.94rem;
}

.news-feature{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.38);
  box-shadow:var(--shadow);
}

.news-feature__media{
  display:block;
  min-height:100%;
}

.news-feature__media img{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
}

.news-feature__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:40px 38px;
}

.news-feature__content h2{
  margin:10px 0 12px;
  font-size:clamp(2rem, 2.8vw, 3rem);
  line-height:1.08;
}

.news-date{
  margin:12px 0 0;
  color:var(--muted);
  font-size:.92rem;
  font-family:"Segoe UI", Arial, sans-serif;
}

.news-pill{
  display:inline-flex;
  width:fit-content;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(95,110,91,.12);
  color:var(--green-dark);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-family:"Segoe UI", Arial, sans-serif;
}

.news-subtitle{
  margin:0 0 14px;
  font-size:1.06rem;
  line-height:1.62;
}

.news-feature__excerpt{
  color:var(--muted);
  line-height:1.66;
}

.news-feature__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:12px;
}

.news-grid-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}

.news-block-title{
  margin:0;
  font-size:clamp(1.8rem, 2.6vw, 2.7rem);
  line-height:1.08;
}

.news-grid{
  gap:18px;
}

.news-card{
  background:rgba(255,255,255,.38);
}

.news-card .thumb{
  aspect-ratio:1.18 / .8;
}

.news-card .body{
  gap:6px;
  padding:18px 18px 20px;
}

.news-card h3{
  font-size:1.08rem;
  line-height:1.22;
}

.news-card p{
  margin-bottom:12px;
  font-size:.94rem;
}

.news-archive{
  margin-top:28px;
}

.news-list{
  padding:6px 24px;
  background:rgba(255,255,255,.32);
}

.news-list__item{
  display:grid;
  grid-template-columns:200px 1fr auto;
  gap:22px;
  align-items:start;
  padding:16px 0;
  border-bottom:1px solid rgba(76,68,61,.1);
}

.news-list__item:last-child{
  border-bottom:0;
}

.news-list__meta{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.news-list__content h3{
  margin:0 0 8px;
  font-size:1.18rem;
  line-height:1.25;
}

.news-list__content p{
  margin:0;
  color:var(--muted);
  line-height:1.62;
}

.news-list__actions{
  align-self:center;
}

.news-empty{
  padding:34px 28px;
  text-align:center;
}

.news-empty h2{
  margin:0 0 10px;
}

.news-article-hero .inner{
  padding-bottom:50px;
}

.news-article-hero__meta{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.news-article-hero__date{
  color:rgba(255,255,255,.86);
  font-family:"Segoe UI", Arial, sans-serif;
  font-size:.95rem;
}

.news-article-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:24px;
  align-items:start;
}

.news-article{
  padding:36px 34px 40px;
  background:rgba(255,255,255,.4);
}

.news-article__intro{
  padding-bottom:16px;
  border-bottom:1px solid rgba(76,68,61,.1);
  margin-bottom:24px;
}

.news-article__excerpt{
  margin:0;
  font-size:1.08rem;
  line-height:1.72;
  color:var(--text);
}

.news-article-aside{
  position:sticky;
  top:28px;
  padding:22px;
  background:rgba(255,255,255,.34);
}

.news-article-aside__block + .news-article-aside__block{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(76,68,61,.1);
}

.news-article-aside__block p{
  margin:0;
}

.news-related-title{
  margin-bottom:0;
}

.news-richtext{
  color:var(--text);
  line-height:1.75;
}

.news-richtext p,
.news-richtext div{
  margin:0 0 18px;
}

.news-richtext h2,
.news-richtext h3,
.news-richtext h4{
  margin:28px 0 12px;
  line-height:1.12;
}

.news-richtext ul,
.news-richtext ol{
  margin:0 0 20px 20px;
  padding:0;
}

.news-richtext li + li{
  margin-top:8px;
}

.news-richtext a{
  color:var(--green-dark);
  text-decoration:underline;
}

.news-figure{
  margin:28px 0;
}

.news-figure img{
  width:100%;
  border-radius:18px;
}

.news-figure figcaption{
  margin-top:10px;
  color:var(--muted);
  font-size:.92rem;
  font-family:"Segoe UI", Arial, sans-serif;
}

.news-quote{
  margin:28px 0;
  padding:22px 24px;
  border-left:4px solid rgba(95,110,91,.36);
  background:rgba(255,255,255,.34);
  border-radius:0 18px 18px 0;
}

.news-quote p,
.news-note p{
  margin:0;
}

.news-quote footer{
  margin-top:10px;
  color:var(--muted);
  font-family:"Segoe UI", Arial, sans-serif;
}

.news-note{
  padding:24px;
  margin:28px 0;
}

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

  .news-list__item{
    grid-template-columns:1fr;
    gap:12px;
  }

  .news-list__actions{
    align-self:start;
  }

  .news-article-aside{
    position:static;
  }
}

@media (max-width: 820px){
  .updates-hero{
    min-height:320px;
  }

  .updates-hero .inner{
    min-height:320px;
    padding:74px 0 28px;
  }

  .news-overview{
    padding:22px 20px;
  }

  .news-feature__content,
  .news-article{
    padding:26px 22px;
  }

  .news-list{
    padding:8px 18px;
  }
}
