.news-page {
  background: #f3f1eb;
}

.news-current-link {
  color: var(--coral) !important;
}

.news-local-banner {
  padding: 8px 18px;
  background: var(--coral);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.news-flash {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(32, 51, 47, 0.16);
  background: #fffdf8;
  padding: 0 clamp(18px, 5vw, 64px);
}

.news-flash > strong {
  color: var(--coral);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-flash-window {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.news-flash-window::-webkit-scrollbar {
  display: none;
}

.news-flash-window a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 15px 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.news-loading-line {
  padding: 15px 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.news-flash-window a:hover .news-flash-title,
.news-flash-window a:focus-visible .news-flash-title {
  color: var(--teal);
}

.news-flash-window a:hover .news-flash-date,
.news-flash-window a:focus-visible .news-flash-date {
  color: var(--muted) !important;
}

.news-flash-date {
  color: var(--muted);
  font-size: 0.88rem !important;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.news-flash-window time {
  margin-left: 2px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.news-hero {
  display: grid;
  gap: 18px;
  background: #20332f;
  color: #fffdf8;
}

.news-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  line-height: 0.98;
}

.news-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.8fr);
  gap: 20px;
  background: #f3f1eb;
}

.news-lead-card,
.news-small-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fffdf8;
  color: var(--ink);
  text-decoration: none;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.news-lead-card:hover,
.news-lead-card:focus-visible,
.news-small-card:hover,
.news-small-card:focus-visible {
  border-color: rgba(15, 118, 110, 0.45);
  box-shadow: 0 18px 42px rgba(23, 33, 31, 0.1);
  outline: none;
}

.news-card-image-main {
  min-height: clamp(280px, 38vw, 520px);
  background: #20332f;
  overflow: hidden;
}

.news-card-image-main img {
  display: block;
  width: 100%;
  height: clamp(280px, 38vw, 520px);
  object-fit: cover;
}

.news-featured.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.news-card-content {
  display: grid;
  gap: 13px;
  padding: clamp(24px, 4vw, 42px);
}

.news-card-content h2,
.news-small-card h2,
.news-section-heading h2,
.news-list h3 {
  margin: 0;
  line-height: 1.08;
}

.news-card-content h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.news-card-content p,
.news-small-card p,
.news-list p {
  margin: 0;
  color: var(--muted);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-meta span {
  color: var(--teal);
}

.news-read-more {
  color: var(--coral);
  font-weight: 900;
}

.news-side-stack {
  display: grid;
  gap: 20px;
}

.news-small-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 20px;
}

.news-small-card > div:last-child {
  display: grid;
  align-content: center;
  gap: 12px;
}

.news-small-card h2 {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.news-small-story-card {
  grid-template-columns: 150px minmax(0, 1fr);
}

.news-small-story-card > img {
  width: 150px;
  height: 100%;
  min-height: 180px;
  border-radius: 8px;
  object-fit: cover;
}

.news-card-accent {
  display: grid;
  min-height: 180px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 900;
}

.news-card-accent-teal { background: var(--teal); }
.news-card-accent-coral { background: var(--coral); }

.news-latest {
  display: grid;
  gap: 30px;
  background: #fffdf8;
}

.news-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.news-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-filter button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0 16px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
}

.news-filter button:hover,
.news-filter button:focus-visible,
.news-filter button.is-active {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
  outline: none;
}

.news-list {
  display: grid;
}

.news-list article {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.news-list article[hidden] {
  display: none;
}

.news-date {
  display: grid;
  align-content: start;
  justify-items: center;
  border-right: 1px solid var(--line);
  color: var(--coral);
  line-height: 1;
}

.news-date strong { font-size: 2.2rem; }
.news-date span { margin-top: 5px; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; }
.news-list article > div:last-child { display: grid; gap: 9px; }
.news-list h3 { font-size: clamp(1.35rem, 2.6vw, 2.15rem); }
.news-list h3 a:hover, .news-list h3 a:focus-visible { color: var(--teal); outline: none; }

.news-data-message {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fffdf8;
  color: var(--muted);
  padding: 30px;
  text-align: center;
}

.news-card-image-main.has-profile-image {
  background-position: center;
  background-size: cover;
}

.news-live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--coral);
  font-weight: 900;
}

.news-live-indicator::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

@media (max-width: 900px) {
  .news-featured { grid-template-columns: 1fr; }
  .news-side-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-small-card { grid-template-columns: 1fr; }
  .news-small-story-card > img { width: 100%; height: 180px; min-height: 0; }
  .news-card-accent { min-height: 120px; }
}

@media (max-width: 640px) {
  .news-flash { grid-template-columns: 1fr; gap: 0; padding-top: 11px; }
  .news-side-stack { grid-template-columns: 1fr; }
  .news-section-heading { align-items: start; flex-direction: column; }
  .news-filter { flex-wrap: nowrap; width: 100%; overflow-x: auto; }
  .news-list article { grid-template-columns: 58px minmax(0, 1fr); }
  .news-date strong { font-size: 1.7rem; }
}

.news-article {
  background: #fffdf8;
}

.news-article-header {
  display: grid;
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 110px) clamp(20px, 6vw, 80px) clamp(38px, 6vw, 72px);
}

.news-breadcrumb,
.news-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.news-breadcrumb a,
.news-article-meta span:first-child {
  color: var(--coral);
}

.news-article-meta .news-article-stat {
  font-weight: 650;
}

.news-article-header h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: 0.98;
}

.news-article-deck {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  line-height: 1.45;
}

.news-article-hero {
  margin: 0;
  background: #20332f;
}

.news-article-hero a,
.news-inline-image a {
  display: block;
  color: inherit;
  cursor: pointer;
}

.news-article-hero img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.news-article-hero a:hover img,
.news-article-hero a:focus-visible img,
.news-inline-image a:hover img,
.news-inline-image a:focus-visible img {
  filter: brightness(0.9);
}

.news-article-hero figcaption {
  padding: 10px clamp(20px, 6vw, 80px) 12px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.76rem;
}

.news-article-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 100px);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 100px) clamp(20px, 6vw, 80px);
}

.news-article-aside {
  display: grid;
  align-content: start;
  gap: 22px;
}

.news-author-avatar {
  display: block;
  width: 82px;
  height: 82px;
  border: 3px solid #fffdf8;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(23, 33, 31, 0.16);
}

.news-article-aside > div {
  display: grid;
  gap: 4px;
  border-top: 3px solid var(--coral);
  padding-top: 14px;
}

.news-article-aside span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-article-body {
  min-width: 0;
  font-size: 1.05rem;
  line-height: 1.78;
}

.news-article-body > * {
  max-width: 720px;
}

.news-article-body p,
.news-article-body h2,
.news-article-body h3 {
  margin-top: 0;
}

.news-article-body a {
  color: var(--teal);
  font-weight: 750;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  word-break: break-word;
}

.news-article-body a:hover,
.news-article-body a:focus-visible {
  color: var(--coral);
}

.news-article-body h2 {
  margin-bottom: 10px;
  padding-top: 12px;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.news-article-intro {
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 750;
  line-height: 1.55;
}

.news-article-body blockquote {
  margin: 42px 0;
  border-left: 5px solid var(--coral);
  padding: 8px 0 8px clamp(22px, 4vw, 42px);
}

.news-article-body blockquote p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.3;
}

.news-article-body cite {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.news-article-updated {
  margin-top: 36px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 650;
}

.news-fact-box {
  margin: 42px 0;
  border: 1px solid rgba(15, 118, 110, 0.28);
  border-radius: 10px;
  background: rgba(15, 118, 110, 0.07);
  padding: clamp(22px, 4vw, 34px);
}

.news-fact-box h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.news-fact-box ul {
  margin: 0;
  padding-left: 22px;
}

.news-inline-image {
  margin: 42px 0;
}

.news-inline-image img {
  display: block;
  width: 100%;
  max-height: 620px;
  border-radius: 10px;
  object-fit: cover;
}

.news-inline-image figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.news-lightbox-open {
  overflow: hidden;
}

.news-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: rgba(8, 16, 14, 0.92);
  padding: clamp(18px, 4vw, 52px);
  cursor: pointer;
}

.news-lightbox img {
  display: block;
  max-width: min(100%, 1600px);
  max-height: 88vh;
  border-radius: 10px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.45);
  object-fit: contain;
  cursor: default;
}

.news-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(247, 244, 237, 0.55);
  border-radius: 999px;
  background: rgba(32, 51, 47, 0.75);
  color: #f7f4ed;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.news-lightbox-close:hover,
.news-lightbox-close:focus-visible {
  background: var(--coral);
  color: #fffdf8;
}

.news-article-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 46px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.news-article-share span {
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 800;
}

.news-related {
  display: grid;
  gap: 28px;
  background: #f3f1eb;
}

.news-related .news-section-heading > a {
  color: var(--coral);
  font-weight: 900;
}

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

.news-related-grid > a {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fffdf8;
  color: var(--ink);
  padding: clamp(22px, 4vw, 34px);
  text-decoration: none;
}

.news-related-grid > a:hover,
.news-related-grid > a:focus-visible {
  border-color: rgba(15, 118, 110, 0.45);
  box-shadow: 0 16px 38px rgba(23, 33, 31, 0.09);
  outline: none;
}

.news-related-grid span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-related-grid h3,
.news-related-grid p {
  margin: 0;
}

.news-related-grid h3 {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.12;
}

.news-related-grid p {
  color: var(--muted);
}

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

  .news-article-header {
    gap: 14px;
    padding: 34px 18px 28px;
  }

  .news-breadcrumb,
  .news-article-meta {
    gap: 6px 10px;
    font-size: 0.72rem;
    letter-spacing: 0.035em;
  }

  .news-article-header h1 {
    max-width: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(1.65rem, 8.2vw, 2.35rem);
    line-height: 1.05;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .news-article-deck {
    font-size: 1.02rem;
    line-height: 1.5;
  }

  .news-article-hero img {
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: none;
    object-fit: cover;
  }

  .news-article-hero figcaption {
    padding: 8px 18px 10px;
  }

  .news-article-layout {
    gap: 8px;
    padding: 24px 18px 44px;
  }

  .news-article-aside {
    grid-row: auto;
    gap: 10px;
    justify-items: start;
  }

  .news-article-aside > div {
    padding-top: 8px;
  }

  .news-article-body h2 {
    padding-top: 4px;
  }

  .news-article-body h2:first-child {
    padding-top: 0;
  }

  .news-article-body {
    font-size: 1rem;
    line-height: 1.68;
  }

  .news-article-body blockquote {
    margin: 28px 0;
    padding-left: 18px;
  }

  .news-article-body blockquote p {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }
}
