.page-news {
  --news-gold-soft: rgba(245, 185, 66, 0.14);
  --news-red-soft: rgba(211, 47, 47, 0.16);
  --news-cyan-soft: rgba(0, 192, 255, 0.14);
  --news-emerald-soft: rgba(0, 181, 122, 0.14);
  --news-grid-line: rgba(245, 185, 66, 0.06);
  background: var(--c-navy-deep);
  color: var(--c-light);
  overflow-x: hidden;
}

.page-news .news-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 56px;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--news-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--news-grid-line) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.page-news .news-hero::after {
  content: "NEWS";
  position: absolute;
  z-index: 0;
  right: -10px;
  top: 24px;
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: clamp(7rem, 18vw, 15rem);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 185, 66, 0.12);
  letter-spacing: 0.04em;
  pointer-events: none;
  white-space: nowrap;
}

.page-news .news-hero__frame {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 30px;
  align-items: center;
}

.page-news .news-hero__copy {
  position: relative;
  z-index: 1;
}

.page-news .news-hero .breadcrumb {
  margin-bottom: 22px;
}

.page-news .news-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c-emerald);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.page-news .news-hero h1 {
  font-size: clamp(2.1rem, 6vw, 3.8rem);
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 16px;
}

.page-news .news-hero h1::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background: var(--c-red);
  margin-bottom: 18px;
}

.page-news .news-hero__lead {
  color: var(--c-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 28px;
}

.page-news .news-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 0;
}

.page-news .news-hero__facts div {
  background: var(--c-navy-card);
  border: 1px solid var(--border-gold);
  padding: 12px 18px;
}

.page-news .news-hero__facts dt {
  font-size: 13px;
  color: var(--c-muted);
}

.page-news .news-hero__facts dd {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--c-gold);
  margin: 2px 0 0;
}

.page-news .news-hero__media {
  position: relative;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-float);
}

.page-news .news-hero__media img,
.page-news .news-featured__media img {
  display: block;
  width: 100%;
  height: auto;
}

.page-news .news-hero__note {
  position: absolute;
  top: 14px;
  right: 14px;
  writing-mode: vertical-rl;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 4px;
  color: var(--c-light);
  background: rgba(11, 31, 58, 0.82);
  padding: 10px 5px;
  border: 1px solid var(--border-gold);
  pointer-events: none;
}

.page-news .news-cats {
  padding: 28px 0 56px;
}

.page-news .news-cats__note {
  color: var(--c-muted);
  margin: 14px 0 24px;
}

.page-news .news-cats__grid {
  display: grid;
  gap: 16px;
}

.page-news .news-cat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 26px 22px 22px;
  background: var(--c-navy-card);
  border: 1px solid var(--border-muted);
  border-top: 3px solid var(--c-red);
  color: var(--c-light);
  text-decoration: none;
  gap: 12px;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s var(--ease-out);
}

.page-news .news-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-float);
  border-color: var(--border-gold);
}

.page-news .news-cat-card__index {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--c-muted);
}

.page-news .news-cat-card__title {
  font-size: 20px;
  margin: 0;
  font-weight: 800;
}

.page-news .news-cat-card__desc {
  color: var(--c-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.page-news .news-cat-card__link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-gold);
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-news .news-cat-card--report {
  border-top-color: var(--c-gold);
}

.page-news .news-cat-card--event {
  border-top-color: var(--c-emerald);
}

.page-news .news-cat-card--data {
  border-top-color: var(--c-cyan);
}

.page-news .news-featured {
  padding: 56px 0 60px;
  background: linear-gradient(180deg, transparent 0%, rgba(18, 42, 74, 0.9) 16%, rgba(18, 42, 74, 0.9) 84%, transparent 100%);
}

.page-news .news-featured__grid {
  display: grid;
  gap: 26px;
}

.page-news .news-featured__main,
.page-news .news-featured__side {
  background: var(--c-navy-card);
  border: 1px solid var(--border-muted);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.page-news .news-featured__main:hover,
.page-news .news-featured__side:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-float);
}

.page-news .news-featured__media {
  border-bottom: 1px solid var(--border-muted);
}

.page-news .news-featured__content {
  padding: 24px 22px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-news .news-featured__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.page-news .news-featured__time {
  font-size: 13px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

.page-news .news-featured__badge {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-red);
  border: 1px solid rgba(211, 47, 47, 0.45);
  background: var(--news-red-soft);
  padding: 3px 9px;
}

.page-news .news-featured h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px;
  font-weight: 800;
}

.page-news .news-featured p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-muted);
  margin: 0 0 14px;
  flex: 1;
}

.page-news .news-featured p a {
  color: var(--c-cyan);
}

.page-news .news-featured__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 13px;
  color: var(--c-gold);
  font-family: var(--font-mono);
}

.page-news .news-timeline {
  padding: 56px 0 72px;
}

.page-news .news-timeline__note {
  color: var(--c-muted);
  margin: 14px 0 28px;
}

.page-news .news-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-news .news-timeline__list::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 27px;
  width: 1px;
  background: linear-gradient(var(--border-gold), rgba(245, 185, 66, 0.08));
}

.page-news .news-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  margin-bottom: 20px;
  scroll-margin-top: 110px;
}

.page-news .news-timeline__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.page-news .news-timeline__date span {
  writing-mode: vertical-rl;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 5px;
  color: var(--c-gold);
  border: 1px solid var(--border-gold);
  background: var(--c-navy-deep);
  padding: 12px 6px;
  box-shadow: var(--shadow-float);
}

.page-news .news-timeline__date i {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--c-gold);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(245, 185, 66, 0.18);
}

.page-news .news-timeline__card {
  background: var(--c-navy-card);
  border: 1px solid var(--border-muted);
  padding: 22px 20px;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}

.page-news .news-timeline__card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-float);
  border-color: var(--border-gold);
}

.page-news .news-timeline__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

.page-news .news-timeline h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 8px;
  font-weight: 800;
}

.page-news .news-timeline p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-muted);
  margin: 0;
}

.page-news .news-timeline p a {
  color: var(--c-cyan);
}

.page-news .news-timeline__more {
  margin-top: 40px;
  padding: 28px 26px;
  border: 1px solid var(--border-gold);
  background: var(--c-navy-card);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.page-news .news-timeline__more p {
  margin: 0;
  color: var(--c-muted);
  font-size: 15px;
  line-height: 1.6;
}

.page-news .chip--data {
  background: var(--news-cyan-soft);
  border: 1px solid rgba(0, 192, 255, 0.4);
  color: var(--c-cyan);
}

.page-news .chip--event {
  background: var(--news-emerald-soft);
  border: 1px solid rgba(0, 181, 122, 0.4);
  color: var(--c-emerald);
}

@media (min-width: 640px) {
  .page-news .news-cats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .page-news .news-featured__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-news .news-featured__main {
    grid-column: 1 / -1;
  }

  .page-news .news-timeline__item {
    grid-template-columns: 70px 1fr;
    gap: 40px;
  }

  .page-news .news-timeline__list::before {
    left: 34px;
  }

  .page-news .news-timeline__date span {
    font-size: 16px;
    letter-spacing: 8px;
  }

  .page-news .news-timeline__card {
    padding: 26px 30px 28px;
  }

  .page-news .news-timeline h3 {
    font-size: 20px;
  }

  .page-news .news-timeline p {
    font-size: 15px;
  }
}

@media (min-width: 900px) {
  .page-news .news-hero__frame {
    grid-template-columns: 7fr 5fr;
    gap: 48px;
  }

  .page-news .news-featured__main {
    display: grid;
    grid-template-columns: 5fr 7fr;
  }

  .page-news .news-featured__main .news-featured__media {
    border-right: 1px solid var(--border-muted);
    border-bottom: 0;
  }

  .page-news .news-featured__main .news-featured__content {
    padding: 32px 34px 34px;
  }

  .page-news .news-featured__main h3 {
    font-size: 27px;
  }

  .page-news .news-featured__main p {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .page-news .news-cats__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-news .news-featured__side .news-featured__content {
    padding: 22px 20px 24px;
  }
}
