.news-hero,
.news-article__header {
  color: #fff;
  background: linear-gradient(130deg, #063f61 0%, #0b6481 58%, #6c9eb0 100%);
}

.news-hero__inner {
  padding-top: clamp(5.5rem, 10vw, 8.5rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
  max-width: 850px;
}

.news-eyebrow,
.news-article__header time {
  display: block;
  margin: 0 0 1rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #cce7ef;
}

.news-hero h1 {
  margin: 0;
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  line-height: .95;
}

.news-hero__inner > p:last-child {
  max-width: 620px;
  margin: 1.5rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: #e8f4f7;
}

.news-index-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: #f5f8f9;
}

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

.news-card {
  overflow: hidden;
  border: 1px solid #dce7eb;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 63, 96, .08);
}

.news-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
}

.news-card__image {
  display: block;
  min-height: 260px;
  background: #dbe8ec;
}

.news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
}

.news-card__body {
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.news-card time {
  color: #66808d;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-card h2 {
  margin: .8rem 0 1rem;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.12;
  color: #073f60;
}

.news-card h2 a { color: inherit; text-decoration: none; }
.news-card p { color: #50656f; line-height: 1.7; }
.news-card__link { display: inline-block; margin-top: 1rem; color: #0b6581; font-weight: 700; }

.news-article__header-inner {
  max-width: 970px;
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.news-back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.news-back::before { content: '←'; margin-right: .6rem; }
.news-article__header h1 { margin: 0; max-width: 950px; font-size: clamp(2.45rem, 6vw, 4.8rem); line-height: 1.02; }
.news-article__header p { max-width: 750px; margin: 1.5rem 0 0; color: #e4f1f5; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }

.news-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(200px, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(4.5rem, 8vw, 8rem);
}

.news-article__content { color: #273b45; font-size: 1.05rem; line-height: 1.82; }
.news-article__content > *:first-child { margin-top: 0; }
.news-article__content h2 { margin: 2.8rem 0 1rem; color: #073f60; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.2; }
.news-article__content a { color: #0b6581; }
.news-article__content figure { margin: 2.5rem 0; }
.news-article__content figure img { display: block; width: 100%; height: auto; border-radius: 1rem; }
.news-article__content figcaption { margin-top: .65rem; color: #6b7b83; font-size: .86rem; }
.news-article__content .news-figure--portrait { max-width: 560px; }
.news-release-label { color: #55707d; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.news-video { position: relative; overflow: hidden; padding-top: 56.25%; margin: 2.5rem 0; border-radius: 1rem; background: #073f60; }
.news-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.news-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-top: 2rem; }
.news-gallery img { width: 100%; height: 260px; object-fit: cover; border-radius: .75rem; }

.news-article__aside {
  position: sticky;
  top: 7rem;
  padding: 1.5rem;
  border-top: 3px solid #6c9eb0;
  background: #f1f6f7;
}
.news-article__aside p { margin: 0 0 .7rem; color: #073f60; font-weight: 700; }
.news-article__aside a { color: #0b6581; font-weight: 700; }

@media (max-width: 800px) {
  .news-grid,
  .news-card--featured,
  .news-article__layout { grid-template-columns: 1fr; }
  .news-card--featured { display: block; }
  .news-article__aside { position: static; }
  .news-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-gallery img { height: 210px; }
}

@media (max-width: 480px) {
  .news-gallery { grid-template-columns: 1fr; }
  .news-gallery img { height: auto; max-height: 520px; }
}
