.page-news {
  position: relative;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-news .news-masthead {
  background:
    radial-gradient(circle at 82% 20%, rgba(213, 75, 42, 0.16) 0, transparent 42%),
    radial-gradient(circle at 12% 80%, rgba(216, 161, 30, 0.1) 0, transparent 40%),
    var(--dark);
  padding: 36px 0 56px;
  position: relative;
  overflow: hidden;
}

.page-news .masthead-frame {
  position: relative;
  border: 1px solid rgba(245, 240, 230, 0.14);
  border-radius: var(--radius-lg);
  padding: 26px 20px;
  background: linear-gradient(160deg, rgba(46, 35, 29, 0.72) 0%, rgba(28, 25, 23, 0.36) 100%);
}

.page-news .masthead-frame::after {
  content: '68K / NEWSROOM';
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: var(--font-num);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(245, 240, 230, 0.28);
  display: none;
}

.page-news .masthead-frame .breadcrumb {
  margin-bottom: 22px;
}

.page-news .masthead-frame .breadcrumb a {
  color: rgba(245, 240, 230, 0.66);
  text-decoration: none;
  transition: color 200ms;
}

.page-news .masthead-frame .breadcrumb a:hover {
  color: var(--gold);
}

.page-news .masthead-frame .breadcrumb-current {
  color: var(--gold);
}

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

.page-news .masthead-copy .eyebrow {
  font-family: var(--font-num);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  display: block;
}

.page-news .news-masthead h1 {
  font-family: var(--font-head);
  font-size: clamp(26px, 5.2vw, 44px);
  line-height: 1.18;
  color: #F5F0E6;
  margin: 14px 0 14px;
  letter-spacing: -0.01em;
  max-width: 760px;
}

.page-news .masthead-desc {
  font-size: 15px;
  color: rgba(245, 240, 230, 0.82);
  max-width: 680px;
  margin: 0 0 24px;
}

.page-news .masthead-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(245, 240, 230, 0.1);
}

.page-news .masthead-stats .stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-news .masthead-stats .stat-number {
  font-family: var(--font-num);
  font-size: 34px;
  line-height: 1;
  color: var(--gold);
}

.page-news .masthead-stats .stat-label {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(245, 240, 230, 0.58);
}

.page-news .masthead-panel {
  background: rgba(46, 35, 29, 0.62);
  border: 1px solid rgba(216, 161, 30, 0.28);
  border-radius: var(--radius-md);
  padding: 22px 20px;
}

.page-news .masthead-ticker {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(245, 240, 230, 0.1);
  font-family: var(--font-num);
  font-size: 12px;
  line-height: 1.6;
  color: rgba(245, 240, 230, 0.82);
}

.page-news .ticker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  flex: 0 0 auto;
  margin-top: 5px;
}

.page-news .filter-title {
  font-family: var(--font-num);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(245, 240, 230, 0.54);
  margin: 0 0 10px;
}

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

.page-news .filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: rgba(245, 240, 230, 0.84);
  border: 1px solid rgba(245, 240, 230, 0.24);
  text-decoration: none;
  transition: background 200ms, color 200ms, border-color 200ms;
}

.page-news .filter-chip:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.page-news .filter-chip.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #FFFFFF;
}

.page-news .filter-chip.is-report:hover {
  border-color: var(--accent);
  color: #ff8a63;
}

.page-news .filter-chip.is-video:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.page-news .filter-chip.is-guide:hover {
  border-color: var(--brown);
  color: rgba(245, 240, 230, 0.9);
}

.page-news .filter-chip.is-announce:hover {
  border-color: var(--red);
  color: #ff6b5e;
}

.page-news .filter-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(245, 240, 230, 0.44);
}

.page-news .news-feed {
  background: var(--cream);
  padding-bottom: 8px;
}

.page-news .feed-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 2px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--muted);
}

.page-news .feed-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-news .sort-badge {
  display: inline-block;
  background: var(--dark);
  color: var(--gold);
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.page-news .feed-total {
  letter-spacing: 0.04em;
}

.page-news .news-section {
  padding: 52px 0 44px;
  scroll-margin-top: 18px;
  position: relative;
  border-bottom: 1px solid var(--line);
}

.page-news .section-announcements {
  border-bottom: none;
}

.page-news .section-head {
  position: relative;
  padding-left: 18px;
  border-left: 3px solid var(--line);
  margin-bottom: 30px;
}

.page-news .section-reports .section-head { border-left-color: var(--accent); }
.page-news .section-video .section-head { border-left-color: var(--gold); }
.page-news .section-guide .section-head { border-left-color: var(--brown); }
.page-news .section-announcements .section-head { border-left-color: var(--red); }

.page-news .section-head .eyebrow {
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--accent);
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.page-news .section-video .section-head .eyebrow { color: var(--gold); }
.page-news .section-guide .section-head .eyebrow { color: var(--brown); }
.page-news .section-announcements .section-head .eyebrow { color: var(--red); }

.page-news .section-head h2 {
  font-family: var(--font-head);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.28;
  color: var(--ink);
  margin: 0 0 10px;
}

.page-news .section-head .section-desc {
  font-size: 14px;
  color: var(--muted);
  max-width: 660px;
  margin: 0;
}

.page-news .news-cover {
  margin: 0 0 28px;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-news .news-cover img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .cover-caption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  background: rgba(28, 25, 23, 0.84);
  color: rgba(245, 240, 230, 0.92);
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(216, 161, 30, 0.3);
  backdrop-filter: blur(4px);
}

.page-news .feed-list {
  display: flex;
  flex-direction: column;
}

.page-news .feed-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  padding: 22px 0 22px 14px;
  position: relative;
  border-bottom: 1px solid var(--line);
}

.page-news .feed-item:last-child {
  border-bottom: none;
}

.page-news .feed-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 3px;
  border-radius: var(--radius-pill);
  background: var(--line);
}

.page-news .feed-item.is-report::before { background: var(--accent); }
.page-news .feed-item.is-video::before { background: var(--gold); }
.page-news .feed-item.is-guide::before { background: var(--brown); }
.page-news .feed-item.is-announce::before { background: var(--red); }

.page-news .feed-index {
  font-family: var(--font-num);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  padding-top: 4px;
  line-height: 1.2;
  white-space: nowrap;
}

.page-news .feed-item.is-report .feed-index {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}

.page-news .feed-main {
  min-width: 0;
}

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

.page-news .feed-time {
  font-family: var(--font-num);
  font-size: 11px;
  color: var(--muted);
  background: rgba(199, 184, 162, 0.28);
  padding: 3px 12px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.page-news .feed-main h3 {
  font-family: var(--font-head);
  font-size: 18px;
  line-height: 1.38;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.page-news .feed-main p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--brown);
  margin: 0 0 10px;
}

.page-news .feed-expand {
  margin-top: 8px;
}

.page-news .feed-expand summary {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  padding: 4px 0;
  gap: 6px;
}

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

.page-news .feed-expand summary::before {
  content: '+';
  font-family: var(--font-num);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  transition: transform 200ms;
}

.page-news .feed-expand[open] summary::before {
  transform: rotate(45deg);
}

.page-news .feed-expand .expand-body {
  margin-top: 12px;
  padding: 12px 16px;
  border-left: 2px solid var(--line);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(199, 184, 162, 0.14);
  font-size: 13px;
  color: var(--brown);
}

.page-news .expand-body ul {
  margin: 0;
  padding-left: 16px;
}

.page-news .expand-body li {
  margin: 4px 0;
}

.page-news .feed-item.is-video::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, transparent 11px, var(--gold) 11px);
  border-radius: 0 var(--radius-md) 0 0;
  opacity: 0.3;
  pointer-events: none;
}

.page-news .report-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--muted);
}

.page-news .report-toolbar-note {
  letter-spacing: 0.02em;
  padding-left: 14px;
}

.page-news .video-array,
.page-news .guide-layout,
.page-news .announce-grid {
  margin-top: 4px;
}

.page-news .video-array {
  margin-bottom: 8px;
}

.page-news .video-figure,
.page-news .guide-figure,
.page-news .announce-figure {
  margin: 0 0 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background: var(--dark-2);
}

.page-news .video-figure img,
.page-news .guide-figure img,
.page-news .announce-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .video-figure figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(28, 25, 23, 0.82);
  color: rgba(245, 240, 230, 0.92);
  font-family: var(--font-num);
  font-size: 12px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(216, 161, 30, 0.24);
}

.page-news .announce-side {
  display: grid;
  gap: 14px;
}

.page-news .announce-note {
  border-left: 3px solid var(--gold);
  padding-left: 14px;
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}

.page-news .announce-note p {
  margin: 0 0 4px;
}

.page-news .announce-note .note-line {
  display: block;
  width: 42px;
  height: 2px;
  background: var(--gold);
  margin: 6px 0 10px;
  border-radius: 2px;
}

.page-news .announce-feed .feed-item {
  border-bottom: 1px dashed rgba(216, 161, 30, 0.32);
}

.page-news .announce-feed .feed-item:last-child {
  border-bottom: none;
}

.page-news .news-more {
  background: var(--dark);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 48px 18px 56px;
  margin-top: 36px;
  scroll-margin-top: 24px;
}

.page-news .news-more .section-head {
  border-left-color: rgba(216, 161, 30, 0.5);
}

.page-news .news-more .section-head .eyebrow {
  color: var(--gold);
}

.page-news .news-more .section-head h2 {
  color: #F5F0E6;
}

.page-news .more-intro {
  font-size: 14px;
  color: rgba(245, 240, 230, 0.62);
  margin: 0;
  max-width: 600px;
}

.page-news .more-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.page-news .more-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(245, 240, 230, 0.06);
  border: 1px solid rgba(245, 240, 230, 0.12);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  color: #F5F0E6;
  text-decoration: none;
  transition: background 200ms, border-color 200ms, transform 200ms;
}

.page-news .more-card:hover {
  border-color: var(--gold);
  background: rgba(245, 240, 230, 0.1);
  transform: translateY(-2px);
}

.page-news .more-index {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--gold);
}

.page-news .more-name {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.page-news .more-desc {
  font-size: 12px;
  color: rgba(245, 240, 230, 0.56);
}

@media (max-width: 400px) {
  .page-news .feed-item {
    grid-template-columns: 52px 1fr;
    gap: 10px;
    padding-left: 10px;
  }

  .page-news .feed-item.is-report .feed-index {
    font-size: 24px;
  }

  .page-news .masthead-stats {
    gap: 14px 24px;
  }

  .page-news .masthead-stats .stat-number {
    font-size: 28px;
  }

  .page-news .feed-main h3 {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .page-news .news-masthead {
    padding: 44px 0 64px;
  }

  .page-news .masthead-frame {
    padding: 38px 40px 34px;
  }

  .page-news .masthead-frame::after {
    display: block;
    top: 18px;
    right: 24px;
    font-size: 12px;
  }

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

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

  .page-news .feed-item {
    grid-template-columns: 84px 1fr;
    gap: 24px;
    padding: 28px 0 28px 20px;
  }

  .page-news .feed-item::before {
    top: 28px;
    bottom: 28px;
  }

  .page-news .feed-item.is-report .feed-index {
    font-size: 34px;
  }

  .page-news .feed-main h3 {
    font-size: 21px;
  }

  .page-news .guide-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
    gap: 36px;
  }

  .page-news .announce-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    align-items: start;
    gap: 36px;
  }

  .page-news .video-figure,
  .page-news .guide-figure,
  .page-news .announce-figure {
    margin-bottom: 0;
  }

  .page-news .more-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1100px) {
  .page-news .feed-item {
    grid-template-columns: 100px 1fr;
    gap: 32px;
  }

  .page-news .feed-item.is-report .feed-index {
    font-size: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .filter-chip,
  .page-news .more-card,
  .page-news .feed-expand summary::before {
    transition: none;
  }
}
