.page-news {
  --news-line: rgba(10, 31, 68, 0.16);
  --news-grid: rgba(10, 31, 68, 0.03);
  background:
    linear-gradient(90deg, var(--news-grid) 1px, transparent 1px),
    var(--cold-gray);
  background-size: 44px 44px;
  color: var(--ink);
  overflow: hidden;
}

.page-news .breadcrumb {
  padding-top: 20px;
}

.page-news .section-head {
  display: grid;
  gap: 4px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--deep-blue);
}

.page-news .section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  text-transform: uppercase;
  line-height: 0.95;
  margin: 4px 0 6px;
  color: var(--deep-blue);
}

.page-news .section-note {
  color: rgba(26, 42, 58, 0.78);
  max-width: 720px;
  font-size: 0.9rem;
}

.page-news .journal-hero {
  background: var(--deep-blue);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-news .journal-hero::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  border-top: 2px solid rgba(0, 212, 255, 0.4);
  border-right: 2px solid rgba(0, 212, 255, 0.4);
  z-index: 0;
  pointer-events: none;
}

.page-news .journal-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  padding: 40px 0 56px;
}

.page-news .journal-hero__text {
  max-width: 680px;
}

.page-news .journal-hero h1 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(2rem, 6.5vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: 16px 0 18px;
  color: #fff;
}

.page-news .journal-hero__lead {
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
}

.page-news .journal-hero__detail {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 24px;
}

.page-news .journal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.page-news .journal-hero__actions .btn--ghost,
.page-news .pin__actions .btn--ghost,
.page-news .series__feature-copy .btn--ghost {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.page-news .journal-hero__anchor {
  color: var(--neon-lime);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  text-decoration: none;
  border-bottom: 1px solid var(--neon-lime);
  padding-bottom: 2px;
}

.page-news .journal-hero__visual {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 212, 255, 0.3);
  background: rgba(7, 20, 40, 0.55);
}

.page-news .journal-hero__visual svg {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
}

.page-news .releases {
  padding: 48px 0 40px;
}

.page-news .news-entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--news-line);
  padding: 28px 0 40px;
}

.page-news .news-entry:first-of-type {
  border-top: none;
  padding-top: 0;
}

.page-news .news-entry__rail {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 14px;
}

.page-news .news-entry__index {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 5rem);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ff-orange);
}

.page-news .news-entry__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .news-entry__tags .tag {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border: 1px solid var(--neon-lime);
  background: rgba(198, 255, 0, 0.08);
  color: var(--deep-blue);
  text-transform: uppercase;
}

.page-news .news-entry__meta {
  margin-bottom: 4px;
}

.page-news .news-entry__time {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: rgba(26, 42, 58, 0.7);
  letter-spacing: 0.05em;
}

.page-news .news-entry__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  text-transform: uppercase;
  line-height: 1.05;
  margin: 6px 0 12px;
}

.page-news .news-entry__title a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--ff-orange), var(--ff-orange));
  background-size: 0% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}

.page-news .news-entry__title a:hover,
.page-news .news-entry__title a:focus-visible {
  background-size: 100% 3px;
}

.page-news .news-entry__excerpt {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(26, 42, 58, 0.88);
  max-width: 760px;
}

.page-news .news-entry__excerpt a {
  color: var(--ff-orange);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 0, 0.4);
}

.page-news .news-entry__excerpt a:hover {
  border-bottom-color: var(--ff-orange);
}

.page-news .news-entry__figure {
  margin: 20px 0 0;
  max-width: 760px;
}

.page-news .news-entry__figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  background: #fff;
  border: 1px solid rgba(10, 31, 68, 0.2);
}

.page-news .news-entry__figure figcaption {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: rgba(26, 42, 58, 0.72);
  padding: 8px 0;
  border-bottom: 1px solid var(--news-line);
}

.page-news .series {
  background: var(--night-blue);
  color: #fff;
  padding: 48px 0 56px;
  position: relative;
  overflow: hidden;
}

.page-news .series .section-head,
.page-news .pin .section-head {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.page-news .series h2,
.page-news .pin h2 {
  color: #fff;
}

.page-news .series .section-note,
.page-news .pin .section-note,
.page-news .pin__how,
.page-news .pin__aside-note {
  color: rgba(255, 255, 255, 0.7);
}

.page-news .series__feature {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

.page-news .series__feature-media {
  margin: 0;
}

.page-news .series__feature-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(0, 212, 255, 0.4);
}

.page-news .series__feature-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  text-transform: uppercase;
  line-height: 1.02;
  margin: 12px 0 12px;
  color: #fff;
}

.page-news .series__feature-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 20px;
}

.page-news .series__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-news .series-card {
  display: block;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.25);
  padding: 20px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.page-news .series-card:hover,
.page-news .series-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--ff-orange);
}

.page-news .series-card__code {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--electric-blue);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-news .series-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 10px 0 6px;
  color: #fff;
}

.page-news .series-card p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 12px;
}

.page-news .series-card__meta {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--neon-lime);
}

.page-news .hot-tags {
  padding: 48px 0 44px;
}

.page-news .tag-map {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 980px;
}

.page-news .toolchip {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.95rem;
  padding: 10px 18px;
  border: 1px solid var(--deep-blue);
  color: var(--deep-blue);
  background: #fff;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-news .toolchip::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--ff-orange);
  margin-right: 9px;
}

.page-news .toolchip:hover,
.page-news .toolchip:focus-visible {
  background: var(--deep-blue);
  color: #fff;
}

.page-news .pin {
  background: var(--deep-blue);
  color: #fff;
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}

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

.page-news .pin__copy p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 660px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.page-news .pin__kbd {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  padding: 2px 8px;
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

.page-news .pin__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 24px 0;
  padding: 0;
}

.page-news .pin__step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}

.page-news .pin__step-no {
  background: var(--ff-orange);
  color: #fff;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.85rem;
}

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

.page-news .pin__aside {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--neon-lime);
  padding: 22px;
}

.page-news .pin__aside-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 14px;
  color: #fff;
}

.page-news .pin__schedule {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.page-news .pin__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.page-news .pin__dot--orange {
  background: var(--ff-orange);
}

.page-news .pin__dot--lime {
  background: var(--neon-lime);
}

.page-news .pin__dot--blue {
  background: var(--electric-blue);
}

.page-news .pin__aside-note {
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0 0 12px;
}

.page-news .pin__icp {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 12px;
}

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

@media (min-width: 860px) {
  .page-news .journal-hero__inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 48px;
    padding: 72px 0 88px;
  }

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

  .page-news .news-entry {
    grid-template-columns: 180px 1fr;
    column-gap: 40px;
    row-gap: 16px;
    padding: 36px 0 48px;
  }

  .page-news .news-entry__rail {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 12px;
  }

  .page-news .news-entry__main {
    grid-column: 2;
  }

  .page-news .news-entry__figure {
    margin-top: 24px;
  }

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

  .page-news .series__feature {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 40px;
  }

  .page-news .hot-tags {
    padding: 64px 0 60px;
  }

  .page-news .pin {
    padding: 72px 0 80px;
  }

  .page-news .pin__panel {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
    gap: 40px;
  }

  .page-news .pin__aside {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news *,
  .page-news *::before,
  .page-news *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
