.page-news {
  --news-gold: #b08d3a;
  --news-gold-bright: #d9c37a;
  --news-gold-mid: #5c4518;
  --news-gold-deep: #3b2d12;
  --news-ink: #0a0a0a;
  --news-charcoal: #1a1a1a;
  --news-ivory: #f5f0e6;
  --news-crimson: #7a1518;
  --news-glow: rgba(217, 195, 122, 0.3);
  --news-radius: 12px;
  --news-radius-sm: 8px;
  --news-font-display: "Playfair Display", "Songti SC", "STSong", "Times New Roman", serif;
  --news-font-body: "Inter", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  --news-transition: 0.3s ease;
}

.page-news .breadcrumb {
  padding-top: 96px;
  padding-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--news-gold-bright);
}

.page-news .breadcrumb a {
  color: var(--news-gold-bright);
  text-decoration: none;
  transition: color 0.25s ease;
}

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

.page-news .news-hero {
  position: relative;
  background: var(--news-ink);
  overflow: hidden;
  padding: 48px 0 80px;
}

.page-news .news-hero__watermark {
  position: absolute;
  top: 32px;
  right: 24px;
  font-family: var(--news-font-display);
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  color: rgba(176, 141, 58, 0.08);
  letter-spacing: 0.02em;
  user-select: none;
  pointer-events: none;
}

.page-news .news-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-news .news-hero__content {
  padding: 24px 0;
}

.page-news .news-hero__content .overline {
  margin-bottom: 16px;
}

.page-news .news-hero h1 {
  font-family: var(--news-font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--news-ivory);
  margin: 0 0 20px;
}

.page-news .news-hero__lead {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(245, 240, 230, 0.82);
  max-width: 540px;
  margin: 0 0 28px;
}

.page-news .news-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.page-news .news-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--news-gold-bright);
}

.page-news .news-hero__meta-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--news-gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.page-news .news-hero__visual {
  position: relative;
  border-radius: var(--news-radius);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.page-news .news-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  min-height: 220px;
}

.page-news .news-hero__glass {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(26, 26, 26, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(217, 195, 122, 0.35);
  border-radius: var(--news-radius-sm);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-news .news-hero__glass-num {
  font-family: var(--news-font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--news-gold-bright);
}

.page-news .news-hero__glass-text {
  font-size: 14px;
  color: rgba(245, 240, 230, 0.88);
  letter-spacing: 0.04em;
}

.page-news .section-heading {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 36px;
}

.page-news .section-heading__index {
  font-family: var(--news-font-display);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: var(--news-gold);
  opacity: 0.9;
}

.page-news .section-heading h2 {
  font-family: var(--news-font-display);
  font-size: 32px;
  font-weight: 700;
  margin: 4px 0 0;
  color: var(--news-ivory);
}

.page-news .section--light .section-heading h2 {
  color: var(--news-ink);
}

.page-news .section--light .section-heading__index {
  color: var(--news-gold-mid);
}

.page-news .news-latest {
  background: var(--news-ink);
  padding: 64px 0;
}

.page-news .news-latest .glass-card {
  background: rgba(26, 26, 26, 0.7);
}

.page-news .latest-card {
  display: grid;
  grid-template-columns: 1fr;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(59, 45, 18, 0.65));
  border: 1px solid rgba(217, 195, 122, 0.25);
  border-radius: var(--news-radius);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: transform var(--news-transition), box-shadow var(--news-transition), border-color var(--news-transition);
}

.page-news .latest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px var(--news-glow);
  border-color: rgba(217, 195, 122, 0.55);
}

.page-news .latest-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--news-gold-bright), var(--news-gold-mid));
}

.page-news .latest-card__badge {
  display: inline-block;
  align-self: flex-start;
  background: rgba(176, 141, 58, 0.2);
  border: 1px solid rgba(217, 195, 122, 0.5);
  color: var(--news-gold-bright);
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  width: fit-content;
}

.page-news .latest-card__body {
  padding-top: 8px;
}

.page-news .latest-card__category {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--news-gold);
  margin: 0 0 12px;
}

.page-news .latest-card h3 {
  font-family: var(--news-font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--news-ivory);
  margin: 0 0 16px;
}

.page-news .latest-card__body > p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.78);
  margin: 0 0 20px;
  max-width: 640px;
}

.page-news .latest-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.page-news .latest-card__toggle {
  border: none;
  cursor: pointer;
}

.page-news .latest-card__detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease, margin 0.35s ease;
  opacity: 0;
  margin-top: 0;
  border-top: 1px solid transparent;
}

.page-news .latest-card__detail.is-open {
  max-height: 360px;
  opacity: 1;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(217, 195, 122, 0.2);
}

.page-news .latest-card__detail p {
  font-size: 15px;
  color: var(--news-gold-bright);
  margin: 0 0 10px;
  font-weight: 600;
}

.page-news .latest-card__detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .latest-card__detail li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.82);
  margin-bottom: 8px;
}

.page-news .latest-card__detail li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  color: var(--news-gold);
}

.page-news .news-timeline {
  background: var(--news-ivory);
  padding: 64px 0 72px;
}

.page-news .news-timeline__visual {
  margin-bottom: 40px;
  border-radius: var(--news-radius);
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.page-news .news-timeline__decor {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  min-height: 120px;
}

.page-news .timeline {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-news .timeline__line {
  position: absolute;
  left: 16px;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, var(--news-gold-bright), var(--news-gold-mid), var(--news-ivory));
  opacity: 0.5;
}

.page-news .timeline__item {
  position: relative;
  padding-left: 48px;
  padding-bottom: 40px;
}

.page-news .timeline__item:last-child {
  padding-bottom: 0;
}

.page-news .timeline__node {
  position: absolute;
  left: 4px;
  top: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--news-ink);
  border: 3px solid var(--news-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-news .timeline__node span {
  position: absolute;
  left: 40px;
  font-size: 13px;
  font-weight: 600;
  color: var(--news-gold-mid);
  white-space: nowrap;
  letter-spacing: 0.06em;
}

.page-news .timeline__node::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--news-gold-bright);
}

.page-news .timeline__card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(176, 141, 58, 0.3);
  border-radius: var(--news-radius-sm);
  padding: 20px 24px;
  transition: transform var(--news-transition), box-shadow var(--news-transition), border-color var(--news-transition);
}

.page-news .timeline__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(59, 45, 18, 0.12);
  border-color: var(--news-gold);
}

.page-news .timeline__card--current {
  border-color: var(--news-gold);
  box-shadow: 0 4px 20px rgba(176, 141, 58, 0.18);
  background: rgba(255, 255, 255, 0.8);
}

.page-news .timeline__card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-bottom: 12px;
}

.page-news .timeline__card-quarter {
  font-size: 13px;
  font-weight: 600;
  color: var(--news-gold-mid);
  letter-spacing: 0.06em;
}

.page-news .timeline__tag {
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.page-news .timeline__tag--update {
  color: #8a5a00;
  background: rgba(176, 141, 58, 0.16);
  border-color: rgba(176, 141, 58, 0.4);
}

.page-news .timeline__tag--data {
  color: #1b5c42;
  background: rgba(27, 92, 66, 0.1);
  border-color: rgba(27, 92, 66, 0.28);
}

.page-news .timeline__tag--news {
  color: var(--news-crimson);
  background: rgba(122, 21, 24, 0.08);
  border-color: rgba(122, 21, 24, 0.22);
}

.page-news .timeline__card h3 {
  font-family: var(--news-font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--news-ink);
  margin: 0 0 8px;
  line-height: 1.35;
}

.page-news .timeline__card > p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(10, 10, 10, 0.75);
  margin: 0 0 14px;
}

.page-news .timeline__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--news-gold-mid);
  cursor: pointer;
  padding: 0;
  transition: color 0.25s ease;
}

.page-news .timeline__toggle:hover {
  color: var(--news-gold);
}

.page-news .timeline__toggle-arrow {
  display: inline-block;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.page-news .timeline__toggle[aria-expanded="true"] .timeline__toggle-arrow {
  transform: rotate(90deg);
}

.page-news .timeline__detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
  margin-top: 0;
  border-top: 1px solid transparent;
}

.page-news .timeline__detail.is-open {
  max-height: 260px;
  opacity: 1;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(176, 141, 58, 0.2);
}

.page-news .timeline__detail p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(10, 10, 10, 0.72);
  margin: 0;
}

.page-news .timeline-chart {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  background: var(--news-ink);
  border-radius: var(--news-radius);
  overflow: hidden;
  border: 1px solid rgba(176, 141, 58, 0.25);
}

.page-news .timeline-chart__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  min-height: 200px;
}

.page-news .timeline-chart__note {
  padding: 24px 28px 32px;
}

.page-news .timeline-chart__note .overline {
  margin-bottom: 10px;
}

.page-news .timeline-chart__note h3 {
  font-family: var(--news-font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--news-ivory);
  margin: 0 0 14px;
}

.page-news .timeline-chart__note p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.75);
  margin: 0;
}

.page-news .news-tags {
  background: var(--news-ink);
  padding: 64px 0;
}

.page-news .tags-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 40px;
}

.page-news .tags-filter__pill {
  border: 1px solid rgba(217, 195, 122, 0.35);
  background: transparent;
  color: rgba(245, 240, 230, 0.78);
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-news .tags-filter__pill:hover {
  border-color: var(--news-gold-bright);
  color: var(--news-gold-bright);
  background: rgba(217, 195, 122, 0.08);
}

.page-news .tags-filter__pill.is-active {
  background: linear-gradient(135deg, var(--news-gold), var(--news-gold-mid));
  border-color: transparent;
  color: var(--news-ink);
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(176, 141, 58, 0.3);
}

.page-news .tags-grid__item {
  padding: 28px 24px;
  border-radius: var(--news-radius-sm);
  transition: transform var(--news-transition), box-shadow var(--news-transition), border-color var(--news-transition);
  border: 1px solid rgba(217, 195, 122, 0.18);
  background: rgba(26, 26, 26, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.page-news .tags-grid__item:hover {
  transform: translateY(-5px);
  border-color: var(--news-gold);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3), 0 0 0 1px var(--news-glow);
}

.page-news .tags-grid__tag {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--news-gold-bright);
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid rgba(217, 195, 122, 0.4);
  border-radius: 999px;
  margin-bottom: 18px;
}

.page-news .tags-grid__item h3 {
  font-family: var(--news-font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--news-ivory);
  margin: 0 0 10px;
  line-height: 1.4;
}

.page-news .tags-grid__item p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245, 240, 230, 0.68);
  margin: 0 0 16px;
}

.page-news .tags-grid__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--news-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.page-news .tags-grid__link:hover {
  color: var(--news-gold-bright);
  border-color: currentColor;
}

.page-news .news-subscribe {
  background: var(--news-ivory);
  padding: 64px 0 80px;
}

.page-news .subscribe-card {
  display: grid;
  grid-template-columns: 1fr;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(176, 141, 58, 0.35);
  border-radius: var(--news-radius);
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(59, 45, 18, 0.1);
}

.page-news .subscribe-card__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  min-height: 220px;
}

.page-news .subscribe-card__body {
  padding: 32px 28px;
}

.page-news .subscribe-card__body .overline {
  margin-bottom: 10px;
}

.page-news .subscribe-card__body h2 {
  font-family: var(--news-font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--news-ink);
  margin: 0 0 14px;
}

.page-news .subscribe-card__body > p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(10, 10, 10, 0.72);
  margin: 0 0 20px;
  max-width: 460px;
}

.page-news .subscribe-card__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.page-news .subscribe-card__list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(10, 10, 10, 0.8);
  margin-bottom: 10px;
}

.page-news .subscribe-card__list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  color: var(--news-gold-mid);
}

.page-news .overline {
  display: inline-block;
  font-family: var(--news-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--news-gold);
  margin: 0;
}

.page-news .section--light .overline {
  color: var(--news-gold-mid);
}

.page-news .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--news-font-body);
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--news-radius-sm);
  padding: 12px 26px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-news .btn--gold {
  background: linear-gradient(135deg, var(--news-gold), var(--news-gold-mid));
  color: var(--news-ink);
  border: none;
  box-shadow: 0 4px 18px rgba(176, 141, 58, 0.3);
}

.page-news .btn--gold:hover {
  background: linear-gradient(135deg, var(--news-gold-bright), var(--news-gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(176, 141, 58, 0.4);
}

.page-news .btn--outline {
  background: transparent;
  color: var(--news-gold-bright);
  border: 1px solid rgba(217, 195, 122, 0.55);
}

.page-news .btn--outline:hover {
  background: rgba(217, 195, 122, 0.1);
  border-color: var(--news-gold-bright);
  color: var(--news-ivory);
  transform: translateY(-2px);
}

.page-news .glass-card {
  position: relative;
}

.page-news [data-reveal] {
  opacity: 0.001;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.page-news [data-reveal][data-revealed] {
  opacity: 1;
  transform: translateY(0);
}

.page-news [data-reveal-delay="150"] {
  transition-delay: 0.15s;
}

@media (min-width: 640px) {
  .page-news .news-hero__watermark {
    font-size: 200px;
  }

  .page-news .news-hero h1 {
    font-size: 56px;
  }

  .page-news .latest-card {
    padding: 40px 44px;
  }

  .page-news .timeline__line {
    left: 22px;
  }

  .page-news .timeline__item {
    padding-left: 68px;
  }

  .page-news .timeline__node {
    left: 8px;
    width: 32px;
    height: 32px;
  }

  .page-news .timeline__node span {
    left: 48px;
  }

  .page-news .timeline-chart {
    grid-template-columns: 1.2fr 1fr;
  }

  .page-news .timeline-chart__note {
    padding: 32px 32px 32px 8px;
  }

  .page-news .subscribe-card {
    grid-template-columns: 1fr 1.1fr;
  }

  .page-news .subscribe-card__body {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 900px) {
  .page-news .news-hero {
    padding: 72px 0 100px;
  }

  .page-news .news-hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 60px;
  }

  .page-news .news-hero__watermark {
    font-size: 280px;
    right: 40px;
  }

  .page-news .news-timeline,
  .page-news .news-latest,
  .page-news .news-tags,
  .page-news .news-subscribe {
    padding: 96px 0;
  }

  .page-news .section-heading {
    margin-bottom: 48px;
  }

  .page-news .section-heading__index {
    font-size: 56px;
  }

  .page-news .section-heading h2 {
    font-size: 40px;
  }

  .page-news .timeline__card {
    padding: 24px 32px;
  }

  .page-news .timeline-chart__note h3 {
    font-size: 28px;
  }
}
