.news-hero {
  min-height: clamp(430px, 58vh, 650px);
}

.news-featured {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 130px) 0;
  color: #f7f2e8;
  background:
    radial-gradient(circle at 85% 8%, rgba(201, 143, 87, .18), transparent 32rem),
    linear-gradient(135deg, #071f1b 0%, #0d2c25 55%, #16382f 100%);
}

.news-featured::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .18;
  background-image: linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.08) 49%, transparent 50%);
  background-size: 52px 52px;
}

.news-section-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.news-section-heading h2 {
  margin: 8px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 600;
  line-height: .95;
}

.news-section-heading > p {
  max-width: 470px;
  margin: 0;
  color: rgba(247, 242, 232, .68);
  line-height: 1.7;
}

.news-featured__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(290px, .8fr);
  gap: 22px;
}

.news-featured__grid.is-single {
  grid-template-columns: 1fr;
}

.news-featured__card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #102e27;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.news-featured__card.is-lead {
  grid-row: span 2;
}

.news-featured__card img,
.article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.news-featured__card > img {
  position: relative;
  display: block;
  height: 230px;
  flex: 0 0 auto;
  object-fit: cover;
}

.news-featured__card.is-lead > img {
  height: clamp(360px, 38vw, 520px);
}

.news-featured__grid.is-single .news-featured__card.is-lead > img {
  height: clamp(420px, 55vw, 680px);
}

.news-featured__veil {
  display: none;
}

.news-featured__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 240px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 48px);
  background: #102e27;
}

.news-featured__card:not(.is-lead) .news-featured__content {
  min-height: 215px;
  padding: 26px;
}

.news-featured__meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.news-pin {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #173429;
  background: #e4b178;
}

.news-featured__meta time {
  color: rgba(255,255,255,.72);
}

.news-featured__content h3 {
  max-width: 830px;
  margin: 0 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 3.8rem);
  line-height: 1.04;
}

.news-featured__card:not(.is-lead) h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.news-featured__content p {
  max-width: 690px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.76);
  line-height: 1.6;
}

.news-featured__card:not(.is-lead) .news-featured__content p {
  display: none;
}

.news-featured__content .news-featured__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid #e4b178;
  color: #173429;
  background: #e4b178;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.news-featured__content .news-featured__button span[aria-hidden] {
  color: currentColor;
  font-size: 1.2rem;
  transition: transform .25s ease;
}

.news-featured__content .news-featured__button:hover,
.news-featured__content .news-featured__button:focus-visible {
  border-color: #fff;
  color: #173429;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .2);
}

.news-featured__content .news-featured__button:focus-visible {
  outline: 3px solid rgba(228, 177, 120, .42);
  outline-offset: 4px;
}

.news-featured__card:hover img {
  transform: scale(1.045);
}

.news-featured__card:hover .news-featured__content .news-featured__button span[aria-hidden] {
  transform: translateX(5px);
}

.news-listing {
  padding: clamp(76px, 9vw, 130px) 0;
  background: #f6f1e7;
}

.news-listing--first {
  padding-top: clamp(90px, 12vw, 160px);
}

.news-section-heading--light {
  color: #0c2b24;
}

.news-section-heading--light > p {
  color: #65736e;
}

.news-grid {
  gap: clamp(20px, 3vw, 34px);
}

.news-grid .article-card {
  overflow: hidden;
  border: 1px solid rgba(11, 45, 36, .12);
  background: #fffdf9;
  box-shadow: 0 18px 50px rgba(22, 42, 35, .07);
  transition: transform .35s ease, box-shadow .35s ease;
}

.article-card__image {
  display: block;
  height: clamp(220px, 25vw, 320px);
  overflow: hidden;
}

.news-grid .article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(22, 42, 35, .13);
}

.news-grid .article-card:hover .article-card__image img {
  transform: scale(1.045);
}

.news-grid .article-card__body {
  padding: clamp(24px, 3vw, 36px);
}

.news-grid .article-card__body h3 {
  margin: 8px 0 15px;
  color: #0c2b24;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  line-height: 1.15;
}

.news-grid .article-card__body > p:not(.kicker) {
  color: #65736e;
  line-height: 1.7;
}

.news-empty {
  padding: 50px;
  text-align: center;
  border: 1px solid rgba(11, 45, 36, .12);
  background: rgba(255,255,255,.52);
}

@media (max-width: 900px) {
  .news-featured__grid {
    grid-template-columns: 1fr;
  }

  .news-featured__card.is-lead {
    grid-row: auto;
  }

  .news-featured__card.is-lead > img,
  .news-featured__card:not(.is-lead) > img {
    height: clamp(320px, 60vw, 480px);
  }
}

@media (max-width: 680px) {
  .news-section-heading {
    display: block;
  }

  .news-section-heading > p {
    margin-top: 18px;
  }

  .news-featured__card.is-lead > img,
  .news-featured__grid.is-single .news-featured__card.is-lead > img,
  .news-featured__card:not(.is-lead) > img {
    height: 310px;
  }

  .news-featured__card:not(.is-lead) .news-featured__content p {
    display: block;
  }

  .news-featured__content,
  .news-featured__card:not(.is-lead) .news-featured__content {
    padding: 24px;
  }

  .news-featured__content .news-featured__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-featured__card img,
  .article-card__image img,
  .news-grid .article-card {
    transition: none;
  }
}
