.page-news {
  background: var(--obsidian);
  color: var(--bone);
}

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

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -16%;
  width: 58vw;
  height: 140%;
  background:
    linear-gradient(135deg, transparent 20%, var(--red-glow) 20.5%, transparent 42%),
    radial-gradient(circle at 70% 20%, rgba(232, 75, 34, 0.18), transparent 55%);
  transform: rotate(8deg);
  transform-origin: top right;
  pointer-events: none;
}

.page-news .news-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: end;
}

.page-news .news-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-news .news-hero__label::before {
  content: "";
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, var(--flame), var(--gold));
}

.page-news .news-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  max-width: 760px;
}

.page-news .news-hero__lead {
  font-size: 15px;
  line-height: 1.85;
  color: var(--silver);
  max-width: 680px;
  margin: 0;
}

.page-news .news-hero__aside {
  display: grid;
  gap: 20px;
}

.page-news .news-hero__pub {
  border-left: 4px solid var(--flame);
  padding-left: 14px;
}

.page-news .news-hero__pub-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver);
}

.page-news .news-hero__pub-value {
  display: block;
  font-family: var(--font-heading);
  font-size: 40px;
  line-height: 1.1;
  color: var(--flame);
  margin: 4px 0;
}

.page-news .news-hero__pub-note {
  font-size: 13px;
  color: var(--silver);
}

.page-news .news-hero__metrics {
  display: flex;
  gap: 14px;
}

.page-news .news-hero__metric {
  flex: 1;
  max-width: 140px;
  padding: 12px 14px;
  background: rgba(26, 28, 35, 0.8);
  border: 1px solid rgba(244, 245, 247, 0.08);
  border-radius: 8px;
}

.page-news .news-hero__metric-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--bone);
}

.page-news .news-hero__metric-label {
  display: block;
  font-size: 12px;
  color: var(--silver);
  margin-top: 2px;
}

.page-news .news-layout {
  padding-bottom: 72px;
}

.page-news .news-layout__shell {
  display: grid;
  gap: 48px;
}

.page-news .news-section {
  padding: 52px 0;
  border-top: 1px solid rgba(244, 245, 247, 0.12);
  scroll-margin-top: 90px;
}

.page-news .news-section__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 28px;
}

.page-news .news-section__index {
  font-family: var(--font-heading);
  font-size: 42px;
  line-height: 0.9;
  padding-top: 4px;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--flame);
  user-select: none;
}

.page-news .news-section__title {
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.page-news .news-section__desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--silver);
  margin: 0;
  max-width: 560px;
}

.page-news .news-reports {
  display: grid;
  gap: 24px;
  align-items: start;
}

.page-news .news-reports__cover {
  margin: 0;
}

.page-news .news-reports__cover img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.page-news .news-reports__cover figcaption,
.page-news .news-versions__media figcaption,
.page-news .news-topic__media figcaption,
.page-news .news-aside__card figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--silver);
}

.page-news .news-reports__list {
  display: grid;
  gap: 14px;
}

.page-news .news-entry {
  background: var(--charcoal);
  border-radius: 12px;
  border-left: 3px solid transparent;
  padding: 20px;
  transition: border-color 180ms var(--ease), transform 180ms var(--ease), background 180ms var(--ease);
}

.page-news .news-entry:hover {
  border-left-color: var(--flame);
  transform: translateX(4px);
  background: #212430;
}

.page-news .news-entry--featured {
  background:
    linear-gradient(135deg, rgba(232, 75, 34, 0.12), transparent 40%),
    var(--charcoal);
}

.page-news .news-entry__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  color: var(--silver);
}

.page-news .news-entry__time,
.page-news .news-entry__read {
  display: inline-flex;
  align-items: center;
}

.page-news .news-entry__time::before,
.page-news .news-entry__read::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--flame);
  margin-right: 8px;
  flex-shrink: 0;
}

.page-news .news-entry__title {
  font-family: var(--font-heading);
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.page-news .news-entry__excerpt {
  font-size: 14px;
  line-height: 1.75;
  color: var(--silver);
  margin: 0;
}

.page-news .news-entry__more {
  margin-top: 12px;
}

.page-news .news-entry__more summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--flame);
  font-size: 13px;
  font-weight: 700;
  user-select: none;
}

.page-news .news-entry__more summary::-webkit-details-marker {
  display: none;
}

.page-news .news-entry__more summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 15px;
}

.page-news .news-entry__more[open] summary::after {
  content: "−";
}

.page-news .news-entry__detail-body {
  margin-top: 10px;
  padding: 14px;
  background: rgba(232, 75, 34, 0.08);
  border: 1px solid rgba(232, 75, 34, 0.14);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--bone);
}

.page-news .news-section--versions {
  background:
    linear-gradient(to bottom, var(--obsidian), rgba(232, 75, 34, 0.06) 130px, var(--obsidian) 100%);
}

.page-news .news-versions {
  display: grid;
  gap: 32px;
}

.page-news .news-versions__media figure {
  margin: 0;
}

.page-news .news-versions__media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.page-news .news-versions__tip {
  margin-top: 16px;
  padding: 16px;
  background: var(--charcoal);
  border-radius: 12px;
  border-top: 3px solid var(--gold);
}

.page-news .news-versions__tip-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.page-news .news-versions__tip strong {
  font-family: var(--font-heading);
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}

.page-news .news-versions__tip p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--silver);
  margin: 0;
}

.page-news .news-versions__timeline {
  list-style: none;
  margin: 0;
  padding: 4px 0 0 24px;
  border-left: 2px solid rgba(232, 75, 34, 0.32);
}

.page-news .news-versions__timeline .timeline__item {
  position: relative;
  padding: 0 0 26px 18px;
}

.page-news .news-versions__timeline .timeline__item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--flame);
  box-shadow: 0 0 0 4px rgba(232, 75, 34, 0.15);
}

.page-news .timeline__meta {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--flame);
  margin-bottom: 6px;
}

.page-news .timeline__title {
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.page-news .timeline__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--silver);
  margin: 0;
}

.page-news .news-topics {
  display: grid;
  gap: 24px;
}

.page-news .news-topic {
  background: var(--charcoal);
  border-radius: 12px;
  padding: 22px;
}

.page-news .news-topic--primary {
  display: grid;
  gap: 20px;
  padding: 0;
  background: transparent;
}

.page-news .news-topic--primary .news-topic__media {
  background: var(--charcoal);
  border-radius: 12px;
  padding: 14px;
}

.page-news .news-topic__media figure {
  margin: 0;
}

.page-news .news-topic__media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.page-news .news-topic__content {
  padding: 4px 4px 8px;
}

.page-news .news-topic__content h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 12px 0 10px;
}

.page-news .news-topic__content p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--silver);
  margin: 0 0 14px;
}

.page-news .news-topic__content ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-news .news-topic__content li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bone);
}

.page-news .news-topic__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: var(--flame);
  border-radius: 2px;
  transform: rotate(45deg);
}

.page-news .news-topic--row {
  position: relative;
  border-left: 4px solid var(--flame);
}

.page-news .news-topic--row h3 {
  font-family: var(--font-heading);
  font-size: 17px;
  line-height: 1.4;
  margin: 8px 0 8px;
}

.page-news .news-topic--row p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--silver);
  margin: 0;
}

.page-news .news-topic__row-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.page-news .news-layout__aside {
  padding-top: 8px;
}

.page-news .news-aside {
  display: grid;
  gap: 20px;
}

.page-news .news-aside__card {
  background: var(--charcoal);
  border-radius: 12px;
  padding: 22px;
}

.page-news .news-aside__card--gold {
  background:
    linear-gradient(145deg, rgba(201, 165, 92, 0.16), transparent 55%),
    var(--charcoal);
  border: 1px solid rgba(201, 165, 92, 0.28);
}

.page-news .news-aside__card--red {
  background:
    linear-gradient(145deg, rgba(232, 75, 34, 0.2), transparent 65%),
    var(--charcoal);
  border: 1px solid rgba(232, 75, 34, 0.22);
}

.page-news .news-aside__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.page-news .news-aside__card h2 {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

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

.page-news .news-aside__card figure {
  margin: 16px 0 0;
}

.page-news .news-aside__card figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.page-news .news-aside__card figure figcaption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--silver);
}

.page-news .news-aside__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .news-aside__links li + li {
  border-top: 1px solid rgba(244, 245, 247, 0.08);
}

.page-news .news-aside__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 2px;
  color: var(--bone);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 180ms var(--ease), padding-left 180ms var(--ease);
}

.page-news .news-aside__links a:hover {
  color: var(--flame);
  padding-left: 6px;
}

.page-news .news-aside__links a::after {
  content: "→";
  color: var(--flame);
  flex-shrink: 0;
}

.page-news .news-aside__cta {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.page-news .news-aside__cta .btn {
  justify-content: center;
}

@media (min-width: 980px) {
  .page-news .news-hero {
    padding: 80px 0 32px;
  }

  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
  }

  .page-news .news-hero__aside {
    justify-items: end;
  }

  .page-news .news-hero__pub {
    text-align: right;
    border-left: 0;
    border-right: 4px solid var(--flame);
    padding-left: 0;
    padding-right: 16px;
  }

  .page-news .news-hero__metrics {
    justify-content: flex-end;
  }

  .page-news .news-layout__shell {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 52px;
  }

  .page-news .news-layout__aside {
    padding-top: 0;
  }

  .page-news .news-aside {
    position: sticky;
    top: 88px;
  }

  .page-news .news-section {
    padding: 64px 0;
  }

  .page-news .news-section__title {
    font-size: 32px;
  }

  .page-news .news-section__index {
    font-size: 52px;
  }

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

  .page-news .news-reports {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 26px;
  }

  .page-news .news-versions {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 40px;
  }

  .page-news .news-topic--primary {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
  }
}
