.page-news {
  overflow: hidden;
  background: var(--cream);
}

.page-news .news-hero {
  position: relative;
  padding: clamp(24px, 4vw, 56px) 0 clamp(32px, 5vw, 64px);
  background:
    linear-gradient(rgba(0, 166, 81, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 166, 81, .04) 1px, transparent 1px);
  background-size: 32px 32px;
  border-bottom: 3px solid var(--ink);
}

.page-news .news-hero::before {
  content: "NEWS";
  position: absolute;
  right: -0.06em;
  top: 12px;
  font-family: var(--headline);
  font-size: clamp(84px, 16vw, 200px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  color: rgba(43, 37, 32, .05);
  z-index: 0;
  pointer-events: none;
  text-transform: uppercase;
}

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

.page-news .breadcrumb {
  font-size: 14px;
  letter-spacing: .03em;
  color: rgba(43, 37, 32, .55);
  margin-bottom: clamp(24px, 4vw, 44px);
}

.page-news .breadcrumb a {
  color: var(--deep-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 122, 61, .25);
  transition: border-color .25s, color .25s;
}

.page-news .breadcrumb a:hover {
  border-color: var(--green);
  color: var(--orange);
}

.page-news .breadcrumb-sep {
  margin: 0 10px;
  color: rgba(43, 37, 32, .3);
}

.page-news .breadcrumb [aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
}

.page-news .news-hero-grid {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
}

.page-news .news-hero-text {
  max-width: 780px;
}

.page-news .news-hero-text .eyebrow {
  margin-bottom: 10px;
}

.page-news .news-hero-text h1 {
  font-family: var(--headline);
  font-size: clamp(40px, 6vw, 72px);
  line-height: .98;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--ink);
}

.page-news .news-hero-desc {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.8;
  color: rgba(43, 37, 32, .78);
  max-width: 640px;
  margin: 0;
}

.page-news .news-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-news .news-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 2px solid var(--line);
  max-width: 520px;
  box-shadow: var(--shadow);
}

.page-news .hero-stat {
  background: var(--card);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.page-news .hero-stat::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: repeating-linear-gradient(-45deg, var(--silver) 0 3px, transparent 3px 6px);
  pointer-events: none;
}

.page-news .hero-stat-num {
  font-family: var(--mono);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1;
  color: var(--deep-green);
}

.page-news .hero-stat-suffix {
  color: var(--orange);
  font-size: .6em;
  vertical-align: super;
  margin-left: 2px;
}

.page-news .hero-stat-label {
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: .04em;
  color: rgba(43, 37, 32, .6);
}

.page-news .news-timeline-section {
  padding-top: clamp(32px, 6vw, 72px);
}

.page-news .section-head {
  position: relative;
  margin-bottom: clamp(24px, 4vw, 48px);
  padding-left: 16px;
}

.page-news .section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  background: linear-gradient(180deg, var(--orange) 0%, var(--green) 100%);
}

.page-news .section-head .section-title {
  font-family: var(--headline);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 6px 0 10px;
  color: var(--ink);
}

.page-news .section-note {
  font-family: var(--body);
  font-size: 14px;
  letter-spacing: .02em;
  color: rgba(43, 37, 32, .55);
  margin: 0;
}

.page-news .news-update-banner {
  margin-bottom: 28px;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  position: relative;
}

.page-news .news-update-banner::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 30px;
  height: 30px;
  background: repeating-linear-gradient(-45deg, var(--silver) 0 5px, transparent 5px 10px);
  border-left: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
}

.page-news .news-update-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .news-filter-zone {
  position: relative;
}

.page-news .filter-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-news .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.page-news .filter-tab {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 8px 16px;
  border: 2px solid var(--line);
  background: var(--card);
  color: rgba(43, 37, 32, .7);
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: background .25s, border-color .25s, color .25s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.page-news .filter-tab:hover {
  border-color: var(--deep-green);
  color: var(--ink);
}

.page-news #filter-all:checked ~ .filter-tabs label[for="filter-all"],
.page-news #filter-version:checked ~ .filter-tabs label[for="filter-version"],
.page-news #filter-event:checked ~ .filter-tabs label[for="filter-event"],
.page-news #filter-data:checked ~ .filter-tabs label[for="filter-data"] {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.page-news #filter-version:checked ~ .timeline .timeline-item:not(.cat-version),
.page-news #filter-event:checked ~ .timeline .timeline-item:not(.cat-event),
.page-news #filter-data:checked ~ .timeline .timeline-item:not(.cat-data) {
  display: none;
}

.page-news .timeline {
  display: grid;
  gap: 0;
}

.page-news .timeline-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  position: relative;
  padding-bottom: 28px;
}

.page-news .timeline-rail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-news .timeline-rail::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: -14px;
  width: 2px;
  background: var(--line);
}

.page-news .timeline-item:last-child .timeline-rail::after {
  display: none;
}

.page-news .timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--deep-green);
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.page-news .timeline-dot.orange {
  background: var(--orange);
  box-shadow: 0 0 0 2px var(--orange);
}

.page-news .timeline-rail-label {
  display: none;
}

.page-news .timeline-card {
  position: relative;
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 0;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.page-news .timeline-card::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 26px;
  height: 26px;
  background: repeating-linear-gradient(-45deg, var(--silver) 0 4px, transparent 4px 8px);
  border-left: 2px solid var(--line);
  border-top: 2px solid var(--line);
  pointer-events: none;
}

.page-news .timeline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(43, 37, 32, .14);
  border-color: rgba(0, 166, 81, .45);
}

.page-news .timeline-card-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.page-news .timeline-time {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: rgba(43, 37, 32, .5);
}

.page-news .timeline-card h3 {
  font-family: var(--headline);
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.18;
  margin: 0 0 8px;
  color: var(--ink);
}

.page-news .timeline-summary {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(43, 37, 32, .68);
  margin: 0;
}

.page-news .timeline-detail {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(43, 37, 32, .75);
}

.page-news .timeline-detail p {
  margin: 0;
}

.page-news .timeline-detail-grid {
  display: grid;
  gap: 12px;
}

.page-news .timeline-detail-media img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid var(--line);
}

.page-news .timeline-item:not([data-open]) .timeline-detail,
.page-news .timeline-item[data-open="false"] .timeline-detail {
  display: none;
}

.page-news .timeline-link {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  color: var(--deep-green);
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 166, 81, .3);
  transition: border-color .25s, color .25s;
}

.page-news .timeline-link:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.page-news .news-flash-section {
  padding-top: clamp(48px, 8vw, 88px);
}

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

.page-news .flash-visual {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
}

.page-news .flash-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .flash-visual-overlay {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(253, 246, 236, .94);
  border-left: 5px solid var(--orange);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  box-shadow: 0 6px 18px rgba(43, 37, 32, .14);
}

.page-news .flash-visual-label {
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: .06em;
  color: rgba(43, 37, 32, .6);
  text-transform: uppercase;
}

.page-news .flash-visual-data {
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}

.page-news .flash-visual-data em {
  font-style: normal;
  color: var(--orange);
  margin: 0 2px;
}

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

.page-news .flash-item {
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: 0;
  padding: 22px 22px 18px;
  position: relative;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}

.page-news .flash-item::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  background: repeating-linear-gradient(-45deg, var(--silver) 0 3px, transparent 3px 6px);
  border-left: 2px solid var(--line);
  border-top: 2px solid var(--line);
  pointer-events: none;
}

.page-news .flash-item:hover {
  border-color: rgba(0, 166, 81, .5);
  transform: translateX(4px);
  box-shadow: 0 12px 28px rgba(43, 37, 32, .08);
}

.page-news .flash-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.page-news .flash-round {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .05em;
  color: rgba(43, 37, 32, .5);
}

.page-news .flash-item h3 {
  font-family: var(--headline);
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.22;
  margin: 0 0 8px;
  color: var(--ink);
}

.page-news .flash-item p {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(43, 37, 32, .7);
  margin: 0;
}

.page-news .flash-link {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  color: var(--deep-green);
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 166, 81, .3);
  opacity: 1;
  transform: none;
  transition: opacity .3s, transform .3s, border-color .25s, color .25s;
}

.page-news .flash-link:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.page-news .news-series-section {
  padding-top: clamp(48px, 8vw, 88px);
}

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

.page-news .series-card {
  position: relative;
  background: var(--card);
  border: 2px solid var(--line);
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: box-shadow .3s, border-color .3s;
}

.page-news .series-card:hover {
  box-shadow: 0 24px 48px rgba(43, 37, 32, .12);
  border-color: rgba(0, 166, 81, .4);
}

.page-news .series-card::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 30px;
  height: 30px;
  background: repeating-linear-gradient(-45deg, var(--silver) 0 5px, transparent 5px 10px);
  border-left: 2px solid var(--line);
  border-top: 2px solid var(--line);
  pointer-events: none;
}

.page-news .series-number {
  font-family: var(--mono);
  font-size: clamp(80px, 10vw, 128px);
  font-weight: 900;
  line-height: .8;
  color: rgba(0, 166, 81, .14);
  margin-bottom: -0.12em;
}

.page-news .series-card-invert .series-number {
  color: rgba(255, 107, 53, .16);
}

.page-news .series-body h3 {
  font-family: var(--headline);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.18;
  margin: 12px 0 10px;
  color: var(--ink);
}

.page-news .series-body p {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(43, 37, 32, .72);
  margin: 0 0 18px;
}

.page-news .news-maintenance-section {
  background: var(--dark-footer);
  margin-top: clamp(56px, 9vw, 104px);
  padding: clamp(48px, 8vw, 88px) 0;
}

.page-news .news-maintenance-section .section-head {
  padding-left: 16px;
}

.page-news .news-maintenance-section .section-head::before {
  background: linear-gradient(180deg, var(--orange) 0%, var(--green) 100%);
}

.page-news .news-maintenance-section .section-title {
  color: var(--cream);
}

.page-news .news-maintenance-section .section-note {
  color: rgba(253, 246, 236, .5);
}

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

.page-news .maintenance-visual {
  position: relative;
  border: 2px solid rgba(253, 246, 236, .2);
  max-width: 460px;
}

.page-news .maintenance-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .maintenance-visual-note {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 14px 16px;
  background: var(--card);
  border-top: 2px solid var(--line);
}

.page-news .maintenance-value {
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--deep-green);
}

.page-news .maintenance-caption {
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: .04em;
  color: rgba(43, 37, 32, .58);
  margin-right: 6px;
}

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

.page-news .maintenance-item {
  background: rgba(253, 246, 236, .06);
  border: 1px solid rgba(253, 246, 236, .18);
  border-left: 4px solid rgba(253, 246, 236, .35);
  padding: 24px;
  position: relative;
}

.page-news .maintenance-status {
  display: inline-block;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px;
  background: var(--orange);
  color: #fff;
  margin-bottom: 12px;
}

.page-news .maintenance-status.green {
  background: var(--green);
}

.page-news .maintenance-item h3 {
  font-family: var(--headline);
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.2;
  color: var(--cream);
  margin: 0 0 10px;
}

.page-news .maintenance-item p {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.68;
  color: rgba(253, 246, 236, .7);
  margin: 0 0 8px;
}

.page-news .maintenance-note {
  border-left: 3px solid var(--green);
  padding-left: 12px;
  color: rgba(253, 246, 236, .55) !important;
  font-size: 13px !important;
}

.page-news .maintenance-link {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  color: #7fdca5;
  text-decoration: none;
  border-bottom: 2px solid rgba(127, 220, 165, .35);
  transition: color .25s, border-color .25s;
}

.page-news .maintenance-link:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.page-news .news-next-section {
  padding: clamp(48px, 8vw, 88px) 0;
}

.page-news .news-next-panel {
  background: var(--card);
  border: 2px solid var(--ink);
  padding: clamp(28px, 5vw, 56px);
  position: relative;
  box-shadow: 12px 12px 0 rgba(0, 166, 81, .15);
}

.page-news .news-next-panel::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 28px;
  height: 28px;
  background: repeating-linear-gradient(-45deg, var(--silver) 0 4px, transparent 4px 8px);
  border-left: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
  pointer-events: none;
}

.page-news .news-next-panel h2 {
  font-family: var(--headline);
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.12;
  margin: 6px 0 12px;
  color: var(--ink);
}

.page-news .news-next-desc {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(43, 37, 32, .7);
  max-width: 560px;
  margin: 0;
}

.page-news .news-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .page-news .news-hero-grid {
    grid-template-columns: 1.4fr 1fr;
    align-items: end;
    gap: 48px;
  }

  .page-news .news-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-news .timeline-item {
    grid-template-columns: 140px 1fr;
    gap: 24px;
  }

  .page-news .timeline-rail-label {
    display: block;
    writing-mode: vertical-rl;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(43, 37, 32, .4);
    margin-top: 8px;
  }

  .page-news .flash-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 32px;
    align-items: center;
  }

  .page-news .flash-link {
    opacity: 0;
    transform: translateX(-8px);
  }

  .page-news .flash-item:hover .flash-link {
    opacity: 1;
    transform: translateX(0);
  }

  .page-news .series-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .page-news .maintenance-layout {
    grid-template-columns: 420px 1fr;
    gap: 36px;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .page-news .flash-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
  }

  .page-news .timeline-detail-grid {
    grid-template-columns: 1fr 220px;
    align-items: center;
    gap: 20px;
  }

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

  .page-news .news-update-banner {
    margin-bottom: 32px;
  }

  .page-news .maintenance-item {
    padding: 32px;
  }
}

@media (hover: none) {
  .page-news .flash-link {
    opacity: 1;
    transform: none;
  }

  .page-news .timeline-card:hover,
  .page-news .flash-item:hover {
    transform: none;
  }
}
<<<PAGE_CSS_END>>>
