.page-news {
  --cat-bar-update: #FF5A00;
  --cat-bar-deep: #1F3A5F;
  --cat-bar-version: #E63917;
  --cat-bar-topic: #FF5A00;
  --cat-bar-guide: #0D1B2A;
  --cat-gradient-update: linear-gradient(135deg, #FF5A00, #E63917);
  --cat-gradient-deep: linear-gradient(135deg, #0D1B2A, #1F3A5F);
  --cat-gradient-version: linear-gradient(135deg, #FF5A00, #FF8A40);
  --cat-gradient-topic: linear-gradient(135deg, #E63917, #FF5A00);
  --cat-gradient-guide: linear-gradient(135deg, #1F3A5F, #5A7BA0);
  background: var(--c-paper);
  color: var(--c-ink);
}

.page-news :is(h2, h3, h4) {
  font-family: var(--font-display);
  font-style: italic;
  letter-spacing: 0.01em;
}

.page-news .section-index {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--c-orange);
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid rgba(255, 90, 0, 0.45);
  background: var(--c-orange-soft);
  margin-bottom: 12px;
}

.page-news .section-title {
  font-size: clamp(1.8rem, 4.6vw, 2.8rem);
  line-height: 1.1;
  margin: 0 0 28px;
  color: var(--c-ink);
  transform: skewX(var(--skew));
}

.page-news .section-title::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.18em;
  margin-left: 0.28em;
  background: var(--c-orange);
  vertical-align: middle;
}

.page-news__section-head {
  margin-bottom: 24px;
}

.page-news__section-head--left .section-index {
  margin-left: 0;
}

.page-news__hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(255, 90, 0, 0.09) 46% 54%, transparent 54% 100%),
    var(--c-night);
  color: var(--c-paper);
  padding: 36px 0 58px;
}

.page-news__hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 0;
  height: 4px;
  background: var(--c-orange);
  transform: skewX(-10deg) translateY(2px);
}

.page-news__hero .breadcrumb {
  margin-bottom: 30px;
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

.page-news__hero .breadcrumb a {
  color: rgba(247, 243, 240, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-news__hero .breadcrumb a:hover {
  color: var(--c-orange);
}

.page-news__hero .breadcrumb__sep {
  color: rgba(247, 243, 240, 0.4);
  margin: 0 8px;
}

.page-news__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .page-news__hero-grid {
    grid-template-columns: minmax(0, 1fr) 240px;
  }
}

.page-news__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffb38f;
  margin: 0 0 10px;
  border-left: 3px solid var(--c-orange);
  padding-left: 12px;
}

.page-news__title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  font-style: italic;
  transform: skewX(var(--skew));
  line-height: 1.02;
  letter-spacing: 0.01em;
  margin: 0 0 14px;
  color: var(--c-paper);
}

.page-news__lead {
  max-width: 38em;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(247, 243, 240, 0.85);
  margin: 0;
}

.page-news__quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.page-news__quick-tags a {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #ffd9c2;
  border: 1px solid rgba(255, 90, 0, 0.7);
  background: rgba(255, 90, 0, 0.14);
  padding: 5px 12px;
  text-decoration: none;
  transform: skewX(-6deg);
  transition: background 0.2s ease, color 0.2s ease;
}

.page-news__quick-tags a:hover {
  background: var(--c-orange);
  color: var(--c-night);
}

.page-news__hero-art {
  position: relative;
  justify-self: start;
  padding: 12px;
  border: 1px solid rgba(255, 90, 0, 0.45);
  background:
    linear-gradient(135deg, rgba(255, 90, 0, 0.14) 25%, transparent 25%),
    linear-gradient(315deg, rgba(255, 90, 0, 0.14) 25%, transparent 25%);
  transform: skewX(-4deg);
  max-width: 100%;
}

.page-news__hero-art img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.page-news__hero-stat {
  position: absolute;
  right: -16px;
  bottom: -16px;
  background: var(--c-orange);
  color: var(--c-night);
  padding: 10px 16px;
  text-align: center;
  box-shadow: 6px 6px 0 rgba(255, 90, 0, 0.3);
  transform: skewX(-4deg);
}

.page-news__hero-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

.page-news__hero-stat-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  margin-top: 2px;
}

.page-news__recent {
  padding-top: 64px;
  padding-bottom: 28px;
}

.page-news__recent-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: clamp(36px, 8vw, 58px);
}

.page-news__post {
  position: relative;
  background: var(--c-paper-deep);
  border: 1px solid rgba(25, 24, 19, 0.14);
  border-top: 4px solid var(--c-orange);
  padding: 22px 22px 18px;
  box-shadow: 0 0 0 rgba(255, 90, 0, 0);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.page-news__post--update {
  border-top-color: var(--cat-bar-update);
}

.page-news__post--deep {
  border-top-color: var(--cat-bar-deep);
}

.page-news__post--version {
  border-top-color: var(--cat-bar-version);
}

.page-news__post--topic {
  border-top-color: var(--cat-bar-topic);
}

.page-news__post--guide {
  border-top-color: var(--cat-bar-guide);
}

.page-news__post:hover {
  transform: translateY(-3px);
  box-shadow: 8px 8px 0 rgba(255, 90, 0, 0.18);
}

.page-news__post-index {
  position: absolute;
  left: -58px;
  top: 10px;
  font-family: var(--font-mono);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 90, 0, 0.55);
  letter-spacing: -0.04em;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 480px) {
  .page-news__recent-list {
    padding-left: 24px;
  }

  .page-news__post-index {
    left: -26px;
    font-size: 1.9rem;
    top: 16px;
  }
}

.page-news__post-main {
  min-width: 0;
}

.page-news__post-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 8px;
}

.page-news__post-cat {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding: 3px 9px;
  color: var(--c-paper);
  background: var(--c-orange);
  text-transform: uppercase;
}

.page-news__post--deep .page-news__post-cat {
  background: var(--c-blue);
}

.page-news__post--version .page-news__post-cat {
  background: var(--c-red);
}

.page-news__post--topic .page-news__post-cat {
  background: var(--c-orange);
}

.page-news__post--guide .page-news__post-cat {
  background: var(--c-night);
}

.page-news__post-time {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--c-gray);
  letter-spacing: 0.05em;
}

.page-news__post-title {
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0 0 8px;
  color: var(--c-ink);
}

.page-news__post-excerpt {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.75;
  color: var(--c-ink);
  max-height: 4.6em;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.page-news__post:hover .page-news__post-excerpt {
  max-height: 14em;
}

.page-news__post-more {
  margin-top: 10px;
  font-size: 0.94rem;
}

.page-news__post-more summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--c-orange);
  list-style: none;
  user-select: none;
  padding: 2px 0;
}

.page-news__post-more summary::-webkit-details-marker {
  display: none;
}

.page-news__post-more summary::before {
  content: "+";
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.05;
  text-align: center;
  border: 1px solid var(--c-orange);
  border-radius: 50%;
}

.page-news__post-more[open] summary::before {
  content: "−";
  background: var(--c-orange);
  color: var(--c-paper);
}

.page-news__post-more p {
  margin: 12px 0 0;
  padding: 12px 14px;
  background: var(--c-paper);
  border-left: 3px solid var(--c-orange);
  font-size: 0.91rem;
  line-height: 1.75;
  color: var(--c-ink);
}

.page-news__post-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(25, 24, 19, 0.2);
}

.page-news__post-foot a {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--c-blue);
  text-decoration: none;
}

.page-news__post-foot a:hover {
  color: var(--c-orange);
}

.page-news__side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-news__side-card {
  padding: 24px 22px;
  background: var(--c-paper-deep);
  border: 1px solid rgba(25, 24, 19, 0.14);
  box-shadow: 10px 10px 0 rgba(25, 24, 19, 0.08);
  position: relative;
}

.page-news__side-card .section-index {
  margin-bottom: 16px;
}

.page-news__side-card h3 {
  font-size: 1.45rem;
  margin: 0 0 12px;
  color: var(--c-ink);
}

.page-news__side-card p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--c-ink);
  margin-bottom: 18px;
}

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

.page-news__side-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(25, 24, 19, 0.18);
}

.page-news__side-list li:last-child {
  border-bottom: 0;
}

.page-news__side-list a {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  color: var(--c-ink);
  text-decoration: none;
  transform: skewX(-4deg);
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.page-news__side-list a:hover {
  color: var(--c-orange);
  transform: skewX(-4deg) translateX(4px);
}

.page-news__side-list span {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--c-gray);
  background: var(--c-orange-soft);
  padding: 2px 8px;
}

.page-news__side-inline {
  padding: 20px 22px;
  background: var(--c-night);
  color: var(--c-paper);
  transform: skewX(-3deg);
  box-shadow: 8px 8px 0 rgba(25, 24, 19, 0.14);
}

.page-news__side-inline > * {
  transform: skewX(3deg);
}

.page-news__side-inline p {
  margin: 0 0 12px;
  font-size: 0.94rem;
  line-height: 1.7;
}

.page-news__side-note {
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--c-gray);
  padding: 4px 10px;
  border-left: 3px solid var(--c-green);
  background: rgba(122, 199, 79, 0.08);
}

.page-news__featured {
  padding-top: 64px;
  padding-bottom: 28px;
  position: relative;
}

.page-news__featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--cat-gradient-update);
  opacity: 0.7;
}

.page-news__featured-main {
  background: var(--c-paper);
  border: 1px solid rgba(25, 24, 19, 0.16);
  box-shadow: 12px 12px 0 rgba(25, 24, 19, 0.08);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.page-news__featured-main:hover {
  box-shadow: 16px 16px 0 rgba(255, 90, 0, 0.16);
}

.page-news__featured-main .media-frame {
  margin: 0;
  border-bottom: 3px solid var(--c-orange);
}

.page-news__featured-media img,
.page-news__voice-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news__featured-content {
  padding: 24px;
}

@media (min-width: 640px) {
  .page-news__featured-content {
    padding: 28px 30px;
  }
}

.page-news__featured-content .tag {
  margin-bottom: 10px;
}

.page-news__featured-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.15;
  margin: 8px 0 12px;
  color: var(--c-ink);
}

.page-news__featured-summary {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--c-ink);
}

.page-news__featured-more {
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--c-gray);
}

.page-news__featured-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}

@media (min-width: 900px) {
  .page-news__featured-column {
    margin-top: 0;
    gap: 22px;
  }
}

.page-news__featured-card {
  background: var(--c-paper-deep);
  border: 1px solid rgba(25, 24, 19, 0.14);
  padding: 22px;
  position: relative;
  box-shadow: 0 0 0 rgba(255, 90, 0, 0);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.page-news__featured-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--c-blue);
}

.page-news__featured-card--side:nth-child(2)::after {
  background: var(--c-orange);
}

.page-news__featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0 rgba(255, 90, 0, 0.16);
}

.page-news__featured-card .tag {
  margin-bottom: 10px;
}

.page-news__featured-card h3 {
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 10px;
  color: var(--c-ink);
}

.page-news__featured-card p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--c-ink);
  margin: 0 0 14px;
}

.page-news__featured-card a {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--c-blue);
  text-decoration: none;
  display: inline-block;
}

.page-news__featured-card a:hover {
  color: var(--c-orange);
}

.page-news__archive {
  padding-top: 64px;
  padding-bottom: 40px;
  background: var(--c-paper-deep);
  position: relative;
  overflow: hidden;
}

.page-news__archive::before {
  content: "";
  position: absolute;
  right: -6%;
  top: -12%;
  width: 46%;
  height: 46%;
  background: var(--c-orange-soft);
  transform: skewX(-12deg) rotate(-6deg);
  pointer-events: none;
}

.page-news__archive-aside {
  position: relative;
  z-index: 1;
}

.page-news__archive-intro {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--c-ink);
  max-width: 30em;
  margin-bottom: 24px;
}

.page-news__archive-aside .media-frame {
  margin: 24px 0 0;
}

.page-news__archive-aside .media-frame img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news__archive-table-wrap {
  overflow-x: auto;
  background: var(--c-paper);
  border: 1px solid rgba(25, 24, 19, 0.14);
  box-shadow: 10px 10px 0 rgba(25, 24, 19, 0.08);
  position: relative;
  z-index: 1;
}

.page-news .data-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--c-paper);
  min-width: 520px;
}

.page-news .data-table th {
  background: var(--c-blue);
  color: var(--c-paper);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.82rem;
  text-align: left;
  padding: 14px 16px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.page-news .data-table td {
  padding: 14px 16px;
  font-size: 0.92rem;
  line-height: 1.6;
  border-bottom: 1px dashed rgba(25, 24, 19, 0.16);
  vertical-align: top;
}

.page-news .data-table tbody tr {
  transition: background 0.18s ease;
}

.page-news .data-table tbody tr:hover {
  background: var(--c-orange-soft);
}

.page-news .data-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-news__voices {
  padding-top: 64px;
  padding-bottom: 28px;
}

.page-news__voice-media {
  margin: 0;
}

.page-news__voice-list {
  margin-top: 28px;
}

@media (min-width: 900px) {
  .page-news__voice-list {
    margin-top: 0;
  }
}

.page-news__voice-intro {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--c-gray);
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(25, 24, 19, 0.14);
}

.page-news__voice-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(25, 24, 19, 0.18);
}

.page-news__voice-item:last-child {
  border-bottom: 0;
}

.page-news__voice-num {
  font-family: var(--font-mono);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 1px var(--c-orange);
  min-width: 48px;
}

.page-news__voice-item h3 {
  font-size: 1.15rem;
  margin: 0 0 6px;
  color: var(--c-ink);
}

.page-news__voice-item p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--c-ink);
}

.page-news__cta {
  padding-top: 48px;
  padding-bottom: 64px;
}

.page-news__cta-inner {
  background: var(--c-orange);
  color: var(--c-night);
  padding: 44px 24px;
  transform: skewX(-3deg);
  box-shadow: 14px 14px 0 var(--c-blue);
  position: relative;
  overflow: hidden;
}

.page-news__cta-inner > * {
  transform: skewX(3deg);
}

.page-news__cta-kicker {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: rgba(13, 27, 42, 0.72);
}

.page-news__cta-title {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-style: italic;
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--c-night);
}

.page-news__cta-text {
  max-width: 32em;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 22px;
  color: rgba(13, 27, 42, 0.86);
}

.page-news__cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news__cta-links .btn--ghost {
  border-color: var(--c-night);
  color: var(--c-night);
  background: transparent;
}

.page-news__cta-links .btn--ghost:hover {
  background: var(--c-night);
  color: var(--c-paper);
}

@media (prefers-reduced-motion: reduce) {
  .page-news * {
    transition: none !important;
    animation: none !important;
  }
}
