.page-news {
  background: var(--c-navy);
  color: var(--c-cream);
  overflow-x: hidden;
}

.page-news .news-hero {
  padding: 32px 0 48px;
  background: linear-gradient(135deg, var(--c-navy-deep) 0%, var(--c-navy) 70%);
  border-bottom: 2px solid rgba(57, 255, 20, 0.15);
}

.page-news .news-hero__inner {
  max-width: 760px;
}

.page-news .news-hero__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.page-news .news-hero .headline {
  font-family: var(--font-head);
  font-size: clamp(42px, 8vw, 64px);
  line-height: 1.05;
  transform: skewX(-3deg);
  text-transform: uppercase;
  color: var(--c-cream);
  margin-bottom: 12px;
}

.page-news .news-hero .headline .data-text {
  font-family: var(--font-body);
  font-size: 0.82em;
  color: var(--c-green);
}

.page-news .news-hero .subhead {
  color: var(--c-gray);
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-news .news-hero .accent-line {
  width: 72px;
  height: 4px;
  background: var(--c-green);
}

.page-news .breadcrumbs {
  padding: 18px 0 0;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--c-gray);
}

.page-news .breadcrumbs a {
  color: var(--c-green);
  text-decoration: none;
}

.page-news .breadcrumbs-sep {
  margin: 0 10px;
  color: var(--c-gray);
  opacity: 0.5;
}

.page-news .ticker {
  margin-top: 28px;
  padding: 12px 16px;
  border: 1px solid rgba(138, 155, 168, 0.35);
  background: rgba(10, 30, 61, 0.45);
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--c-green);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .ticker-sep {
  color: var(--c-gray);
}

.page-news .news-list-section {
  padding: 48px 0 56px;
}

.page-news .section-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transform: skewX(-3deg);
  border-bottom: 3px solid var(--c-green);
  padding-bottom: 10px;
  margin: 0 0 28px;
}

.page-news .section-title::before {
  content: attr(data-index);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--c-green);
  border: 2px solid var(--c-green);
  padding: 2px 8px;
  transform: skewX(-8deg);
}

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

.page-news .news-filter {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.page-news .news-filter .meta-text {
  flex: 0 0 auto;
  align-self: center;
  color: var(--c-gray);
  letter-spacing: 0.08em;
  font-size: 13px;
}

.page-news .news-filter .chip {
  flex: 0 0 auto;
  font-family: var(--font-body);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  background: transparent;
  color: var(--c-gray);
  border: 1px solid var(--c-gray);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.page-news .news-filter .chip.is-active {
  background: var(--c-green);
  border-color: var(--c-green);
  color: var(--c-navy);
}

.page-news .chip--small {
  padding: 4px 10px;
  font-size: 12px;
}

.page-news .feature-card {
  background: var(--c-navy-deep);
  border: 1px solid var(--c-gray);
  box-shadow: var(--shadow-hard);
  transition: transform 0.2s, box-shadow 0.2s;
}

.page-news .feature-card__media {
  position: relative;
  overflow: hidden;
}

.page-news .feature-card__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 360px;
}

.page-news .feature-card__media .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

.page-news .feature-card__body {
  padding: 24px 20px;
}

.page-news .feature-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.page-news .feature-card h3 {
  font-family: var(--font-head);
  font-size: 24px;
  line-height: 1.25;
  color: var(--c-cream);
  margin-bottom: 10px;
}

.page-news .feature-card p {
  color: var(--c-pale);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.page-news .feature-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.page-news .stat-item {
  background: rgba(10, 30, 61, 0.6);
  border: 1px solid rgba(138, 155, 168, 0.4);
  padding: 10px 12px;
  text-align: center;
}

.page-news .stat-item .data-text {
  font-size: 20px;
  display: block;
}

.page-news .stat-item .meta-text {
  font-size: 12px;
  display: block;
  margin-top: 2px;
}

.page-news .timeline {
  position: relative;
  margin-top: 28px;
}

.page-news .timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: rgba(138, 155, 168, 0.35);
}

.page-news .timeline__item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 24px;
}

.page-news .timeline__marker {
  position: absolute;
  left: 0;
  top: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--c-navy-deep);
  border: 3px solid var(--c-gray);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-news .timeline__marker .status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-gray);
}

.page-news .timeline__marker .status-dot--live {
  background: var(--c-green);
}

.page-news .timeline__marker .status-dot--alert {
  background: var(--c-red);
}

.page-news .timeline__card {
  background: rgba(13, 43, 80, 0.72);
  border: 1px solid rgba(138, 155, 168, 0.3);
  padding: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.page-news .timeline__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hard);
}

.page-news .timeline__card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.page-news .timeline__card h3 {
  font-family: var(--font-head);
  font-size: 18px;
  line-height: 1.35;
  color: var(--c-cream);
  margin-bottom: 6px;
}

.page-news .timeline__details summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--c-green);
  border-bottom: 1px dashed var(--c-green);
  padding: 4px 0;
  margin-top: 8px;
}

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

.page-news .timeline__details summary::after {
  content: "+";
  font-size: 14px;
  margin-left: 4px;
}

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

.page-news .timeline__details p {
  margin-top: 12px;
  padding: 14px 16px;
  background: rgba(10, 30, 61, 0.5);
  border-left: 3px solid var(--c-green);
  color: var(--c-pale);
  font-size: 14px;
  line-height: 1.7;
}

.page-news .text-link {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--c-green);
  border-bottom: 1px solid rgba(57, 255, 20, 0.4);
  padding-bottom: 2px;
  text-decoration: none;
}

.page-news .news-brief {
  background: var(--c-navy);
  border-top: 1px solid rgba(138, 155, 168, 0.2);
  border-bottom: 1px solid rgba(138, 155, 168, 0.2);
}

.page-news .news-brief__grid {
  display: grid;
  gap: 28px;
}

.page-news .news-brief__content p {
  color: var(--c-pale);
  font-size: 15px;
  line-height: 1.7;
}

.page-news .news-brief__list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.page-news .news-brief__list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(138, 155, 168, 0.3);
  color: var(--c-pale);
  font-size: 14px;
}

.page-news .news-brief__list .data-text {
  font-size: 13px;
}

.page-news .news-brief__media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--c-gray);
  box-shadow: var(--shadow-hard);
}

.page-news .news-version__grid {
  display: grid;
  gap: 28px;
}

.page-news .news-version__content p {
  color: var(--c-pale);
  font-size: 15px;
  line-height: 1.7;
}

.page-news .news-version__list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.page-news .news-version__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(138, 155, 168, 0.3);
  color: var(--c-pale);
  font-size: 14px;
}

.page-news .news-version__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.page-news .news-version__media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--c-gray);
  box-shadow: var(--shadow-hard);
}

.page-news .news-rules {
  background: var(--c-cream);
  color: var(--c-ink);
}

.page-news .news-rules .section-title {
  border-bottom-color: var(--c-ink);
}

.page-news .news-rules .section-title::before {
  color: var(--c-red);
  border-color: var(--c-red);
}

.page-news .news-rules p {
  color: var(--c-ink);
  font-size: 15px;
  line-height: 1.7;
}

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

.page-news .news-rules__list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.page-news .news-rules__list li {
  padding: 10px 0 10px 14px;
  border-left: 3px solid var(--c-red);
  margin-bottom: 8px;
  font-size: 14px;
}

.page-news .news-rules .text-link {
  color: var(--c-red);
  border-bottom-color: rgba(255, 74, 28, 0.4);
}

.page-news .news-rules__media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--c-ink);
  box-shadow: 6px 6px 0 rgba(43, 30, 22, 0.2);
}

.page-news .news-subscribe {
  padding-bottom: 80px;
}

.page-news .subscribe-panel {
  background: linear-gradient(135deg, var(--c-navy-deep), var(--c-navy));
  border: 2px solid var(--c-green);
  box-shadow: var(--shadow-hard);
  padding: 40px 24px;
  text-align: center;
}

.page-news .subscribe-panel__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-news .subscribe-panel__head h2 {
  font-family: var(--font-head);
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  transform: skewX(-3deg);
  margin: 0;
}

.page-news .subscribe-panel p {
  color: var(--c-pale);
  font-size: 14px;
  margin: 0 0 8px;
}

.page-news .subscribe-panel .meta-text {
  margin-top: 14px;
  display: block;
}

.page-news .subscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px auto 0;
  max-width: 520px;
}

.page-news .subscribe-form input {
  flex: 1 1 240px;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  background: var(--c-navy);
  color: var(--c-cream);
  border: 1px solid var(--c-gray);
}

.page-news .subscribe-form input::placeholder {
  color: rgba(138, 155, 168, 0.7);
}

.page-news .subscribe-form input:focus {
  border-color: var(--c-green);
  outline: none;
}

.page-news .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 1024px) {
  .page-news .news-hero {
    padding: 56px 0 72px;
  }

  .page-news .news-hero .headline {
    font-size: 64px;
  }

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

  .page-news .news-layout {
    grid-template-columns: 200px 1fr;
    gap: 48px;
    align-items: start;
  }

  .page-news .news-filter {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    position: sticky;
    top: 24px;
    padding-bottom: 0;
  }

  .page-news .news-filter .chip {
    justify-content: flex-start;
    text-align: left;
  }

  .page-news .feature-card__media img {
    max-height: 420px;
  }

  .page-news .feature-card__body {
    padding: 32px 36px;
  }

  .page-news .feature-card h3 {
    font-size: 28px;
  }

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

  .page-news .feature-card__stats {
    gap: 16px;
  }

  .page-news .stat-item .data-text {
    font-size: 24px;
  }

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

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

  .page-news .news-brief__grid {
    grid-template-columns: 6fr 5fr;
    gap: 48px;
    align-items: center;
  }

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

  .page-news .news-version__grid {
    grid-template-columns: 5fr 6fr;
    gap: 48px;
    align-items: center;
  }

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

  .page-news .news-rules__layout {
    grid-template-columns: 6fr 4fr;
    gap: 48px;
    align-items: center;
  }

  .page-news .subscribe-panel {
    padding: 56px 48px;
  }

  .page-news .subscribe-panel__head h2 {
    font-size: 36px;
  }
}
