.page-news {
  --page-gutter: clamp(1.25rem, 4vw, 3rem);
  --page-max: 76rem;
  --card-pad: clamp(1.25rem, 3vw, 2.25rem);
  background:
    radial-gradient(90% 45% at 100% 0%, rgba(66, 217, 200, 0.14), transparent 60%),
    radial-gradient(70% 35% at 0% 55%, rgba(183, 255, 60, 0.08), transparent 55%),
    linear-gradient(180deg, var(--night) 0%, var(--night-2) 100%);
  color: var(--paper);
}
.page-news a {
  color: inherit;
}
.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
  background: var(--night-2);
}
.page-news .page-news__shell {
  max-width: var(--page-max);
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}
.page-news .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 0 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--night-soft);
}
.page-news .breadcrumbs__item {
  text-decoration: none;
  color: var(--night-soft);
}
.page-news .breadcrumbs__item:hover,
.page-news .breadcrumbs__item:focus-visible {
  color: var(--neon);
}
.page-news .breadcrumbs__item[aria-current="page"] {
  color: var(--paper);
}
.page-news .breadcrumbs__item + .breadcrumbs__item::before {
  content: "/";
  margin-right: 0.5rem;
  color: var(--night-line);
}
.page-news .news-hero {
  padding: clamp(2rem, 5vw, 4rem) 0 2.5rem;
}
.page-news .news-hero__index {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: var(--neon);
  margin-bottom: 1.25rem;
}
.page-news .news-hero__title {
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--paper);
  margin: 0 0 1.25rem;
  overflow-wrap: break-word;
}
.page-news .news-hero__title span {
  color: var(--orange);
}
.page-news .news-hero__lede {
  max-width: 42em;
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  line-height: 1.7;
  color: var(--night-soft);
}
.page-news .news-hero__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.page-news .news-filter {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  border: 1px solid var(--night-line);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--night-soft);
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.page-news .news-filter:hover,
.page-news .news-filter:focus-visible {
  color: var(--neon);
  border-color: var(--neon);
  background: rgba(183, 255, 60, 0.08);
}
.page-news .journal-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  padding-block: 2rem 3rem;
}
.page-news .section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  margin-bottom: 1.5rem;
}
.page-news .section-index {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: var(--neon);
  text-transform: uppercase;
}
.page-news .section-head h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--paper);
}
.page-news .section-summary {
  margin: 0.625rem 0 0;
  max-width: 42ch;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--night-soft);
}
.page-news .journal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news .journal-item {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--night-line);
}
.page-news .journal-item:last-child {
  border-bottom: none;
}
.page-news .journal-item__num {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(183, 255, 60, 0.55);
  transform: translateY(-0.1em);
  transition: color 0.25s, transform 0.25s;
}
.page-news .journal-item:hover .journal-item__num,
.page-news .journal-item:focus-within .journal-item__num {
  color: var(--neon);
  transform: translateX(6px);
}
.page-news .journal-item__content h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--paper);
}
.page-news .journal-item__content p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--night-soft);
}
.page-news .journal-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.page-news .data-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--night-line);
  border-radius: 2px;
  color: var(--neon);
  background: rgba(183, 255, 60, 0.06);
}
.page-news .journal-item__time {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan-bright);
}
.page-news .journal-item__tip {
  display: none;
}
.page-news .journal-aside__img {
  border: 1px solid var(--night-line);
  border-radius: 6px;
  overflow: hidden;
}
.page-news .journal-aside__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .journal-aside__caption {
  margin: 0.625rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--night-soft);
}
.page-news .feature-card {
  position: relative;
  margin-top: 2rem;
  padding: var(--card-pad);
  background: var(--paper);
  color: var(--ink);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.page-news .feature-card__label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.page-news .feature-card__title {
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.page-news .feature-card__media {
  margin-left: calc(var(--card-pad) * -1);
  margin-right: calc(var(--card-pad) * -1);
  margin-top: 1.25rem;
  overflow: hidden;
}
.page-news .feature-card__media img {
  width: 100%;
  height: auto;
  transform: rotate(-3deg) scale(1.05);
  transform-origin: center;
}
.page-news .feature-card__teaser {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.page-news .feature-card__more {
  margin-top: 1.25rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}
.page-news .feature-card__more summary {
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--accent);
}
.page-news .feature-card__more summary::before {
  content: "+ ";
}
.page-news .feature-card__more[open] summary::before {
  content: "– ";
}
.page-news .feature-card__more p {
  margin: 0.875rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.page-news .timeline-section {
  padding-block: 2rem 3rem;
}
.page-news .timeline-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.page-news .timeline-col {
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--night-line);
  border-top-width: 3px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}
.page-news .timeline-col--season {
  border-top-color: var(--neon);
}
.page-news .timeline-col--version {
  border-top-color: var(--amber);
}
.page-news .timeline-col--service {
  border-top-color: var(--orange);
}
.page-news .timeline-col h3 {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
  color: var(--paper);
}
.page-news .timeline-col h3 .mono {
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: var(--night-soft);
}
.page-news .timeline-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news .timeline-col li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.75rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.page-news .timeline-col li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.page-news .timeline-col__dot {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.4rem;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(66, 217, 200, 0.15);
}
.page-news .timeline-col--season .timeline-col__dot {
  background: var(--neon);
  box-shadow: 0 0 0 4px rgba(183, 255, 60, 0.14);
}
.page-news .timeline-col--version .timeline-col__dot {
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(217, 122, 13, 0.16);
}
.page-news .timeline-col--service .timeline-col__dot {
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.15);
}
.page-news .timeline-col strong {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: var(--paper);
}
.page-news .timeline-col p {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--night-soft);
}
.page-news .timeline-section__img {
  margin-top: 2rem;
  border: 1px solid var(--night-line);
  border-radius: 8px;
  overflow: hidden;
}
.page-news .timeline-section__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .subscribe-block {
  padding-block: 2rem 4rem;
}
.page-news .subscribe-block__inner {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.page-news .subscribe-block__motif {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.875rem 1rem;
  background: var(--paper-mid);
  border-bottom: 1px solid var(--line);
  color: var(--amber);
}
.page-news .subscribe-block__motif svg {
  flex: 0 0 auto;
}
.page-news .subscribe-block__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.page-news .subscribe-block__media {
  padding: var(--card-pad) var(--card-pad) 0;
}
.page-news .subscribe-block__media img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.page-news .subscribe-block__content {
  padding: var(--card-pad);
}
.page-news .subscribe-block__content .section-index {
  color: var(--accent);
}
.page-news .subscribe-block__content h2 {
  margin: 0.5rem 0 0.875rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.15;
  font-weight: 900;
  color: var(--ink);
}
.page-news .subscribe-block__text {
  max-width: 36em;
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.page-news .subscribe-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.page-news .subscribe-block .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: var(--radius);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.page-news .subscribe-block .btn--primary {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: var(--paper);
}
.page-news .subscribe-block .btn--primary:hover,
.page-news .subscribe-block .btn--primary:focus-visible {
  background: #c93a22;
  border-color: #c93a22;
}
.page-news .subscribe-block .btn--ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.page-news .subscribe-block .btn--ghost:hover,
.page-news .subscribe-block .btn--ghost:focus-visible {
  border-color: var(--ink);
  background: var(--paper-mid);
}
@media (min-width: 48rem) {
  .page-news .journal-item__tip {
    display: block;
    position: absolute;
    left: calc(3rem + 1rem);
    right: 0;
    top: calc(100% - 0.5rem);
    z-index: 20;
    padding: 0.75rem 0.875rem;
    background: var(--paper);
    color: var(--ink);
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    font-size: 0.8125rem;
    line-height: 1.55;
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .page-news .journal-item:hover .journal-item__tip,
  .page-news .journal-item:focus-within .journal-item__tip {
    opacity: 1;
    transform: translateY(0);
  }
  .page-news .timeline-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-news .subscribe-block__body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    align-items: center;
  }
  .page-news .subscribe-block__media {
    padding: var(--card-pad);
  }
}
@media (min-width: 56rem) {
  .page-news .news-hero__title {
    font-size: clamp(3rem, 6vw, 4.75rem);
  }
  .page-news .news-hero__filters {
    justify-content: flex-start;
  }
  .page-news .journal-feature {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 3rem;
    align-items: start;
  }
  .page-news .journal-feature__aside {
    position: sticky;
    top: 2rem;
  }
}
@media (min-width: 64rem) {
  .page-news .page-news__shell {
    padding-inline: clamp(2rem, 4vw, 3.5rem);
  }
}
