.news-article-page {
  background: #ffffff;
  color: #20252a;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.news-article-page .header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(31, 37, 42, 0.06);
}

.news-detail {
  overflow: hidden;
}

.news-hero {
  padding: 118px 0 56px;
  background:
    linear-gradient(180deg, rgba(248, 249, 247, 0.9) 0%, rgba(255, 255, 255, 1) 78%),
    radial-gradient(circle at 16% 20%, rgba(232, 69, 69, 0.08), transparent 30%);
}

.news-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #e84545;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-hero__eyebrow::before,
.news-hero__eyebrow::after {
  content: "";
  width: 44px;
  height: 1px;
  background: #e84545;
}

.news-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #1f252a;
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: clamp(32px, 5vw, 49px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.news-hero__summary {
  max-width: 780px;
  margin: 24px auto 0;
  color: #5f6870;
  font-size: 17px;
  line-height: 1.9;
}

.news-hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.news-hero__meta span {
  border: 1px solid rgba(232, 69, 69, 0.24);
  border-radius: 999px;
  padding: 8px 16px;
  background: #fff;
  color: #6f7871;
  font-size: 13px;
  font-weight: 600;
}

.news-hero__image {
  position: relative;
  margin-top: 42px;
}

.news-hero__image::before {
  content: "KUB";
  position: absolute;
  left: -8px;
  top: 24px;
  z-index: 2;
  writing-mode: vertical-rl;
  color: #e84545;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.news-hero__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(31, 37, 42, 0.13);
}

.news-article {
  padding: 76px 0 86px;
}

.news-article__wrap {
  max-width: 920px;
  margin: 0 auto;
}

.news-lead {
  position: relative;
  margin: 0 0 44px;
  padding: 26px 30px 26px 34px;
  border-left: 3px solid #e84545;
  background: #f7f8f6;
  color: #3c4449;
  font-size: 18px;
  line-height: 2;
}

.news-article h2 {
  position: relative;
  margin: 56px 0 20px;
  padding-left: 24px;
  color: #20252a;
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.news-article h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 4px;
  height: 1.05em;
  border-radius: 999px;
  background: #e84545;
}

.news-article p {
  margin: 0 0 24px;
  color: #465057;
  font-size: 17px;
  line-height: 2;
}

.news-figure {
  margin: 36px 0 42px;
}

.news-figure img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(31, 37, 42, 0.1);
}

.news-figure figcaption {
  margin-top: 12px;
  color: #879097;
  font-size: 13px;
  text-align: center;
}

.news-quote {
  margin: 26px 0 34px;
  padding: 26px 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff7f7, #ffffff);
  color: #343b40;
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: 20px;
  line-height: 1.9;
  box-shadow: inset 3px 0 0 #e84545;
}

.news-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0 44px;
}

.news-gallery .news-figure {
  margin: 0;
}

.news-ending {
  margin-top: 56px;
  padding: 34px;
  border-radius: 8px;
  background: #20252a;
  color: #ffffff;
}

.news-ending p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.news-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}

.news-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid #e84545;
  color: #e84545;
  font-weight: 700;
  transition: all 0.2s ease;
}

.news-actions a:hover,
.news-actions a:focus-visible {
  background: #e84545;
  color: #ffffff;
}

@media (max-width: 768px) {
  .news-hero {
    padding: 94px 0 38px;
  }

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

  .news-hero__summary,
  .news-article p,
  .news-lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .news-article {
    padding: 48px 0 64px;
  }

  .news-gallery {
    grid-template-columns: 1fr;
  }

  .news-lead,
  .news-ending {
    padding: 22px;
  }

  .news-hero__image::before {
    display: none;
  }
}
