.page-news {
  --news-gold: #F5B942;
  --news-accent: #FF6B35;
  background: var(--bg-mist);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-news .news-hero {
  position: relative;
  padding: 28px clamp(16px, 4vw, 56px) 48px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 107, 53, 0.38) 0%, transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(245, 185, 66, 0.20) 0%, transparent 30%),
    linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-royal) 72%, #0d3a66 100%);
  color: var(--white);
  overflow: hidden;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(135deg, transparent 20%, #000 100%);
  pointer-events: none;
}

.page-news .news-hero__crumbs {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.page-news .news-hero__crumbs a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.page-news .news-hero__crumbs a:hover {
  color: var(--news-accent);
}

.page-news .news-hero__crumbs [aria-current="page"] {
  color: var(--news-gold);
  font-weight: 600;
}

.page-news .news-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-news .news-hero .section-label {
  color: var(--news-gold);
}

.page-news .news-hero h1 {
  margin: 8px 0 14px;
  font-family: var(--font-title);
  font-size: clamp(34px, 7vw, 56px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.page-news .news-hero__lead {
  max-width: 36em;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.page-news .news-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.page-news .news-hero__facts span {
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
}

.page-news .news-hero__visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 220px;
}

.page-news .news-hero__visual::before,
.page-news .news-hero__visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.page-news .news-hero__visual::before {
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.page-news .news-hero__visual::after {
  width: 252px;
  height: 122px;
  border: 1px dashed rgba(245, 185, 66, 0.55);
  transform: rotate(-24deg);
}

.page-news .news-hero__img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
}

.page-news .news-listing {
  max-width: 1280px;
  margin-inline: auto;
  padding: 56px clamp(16px, 4vw, 48px) 32px;
  display: grid;
  gap: 36px;
}

.page-news .news-filter .section-title {
  margin: 6px 0 18px;
}

.page-news .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .filter-btn {
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-deep);
  background: var(--white);
  border: 1px solid rgba(10, 46, 92, 0.22);
  border-radius: 999px;
  padding: 9px 18px;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.page-news .filter-btn:hover {
  border-color: var(--news-accent);
  color: var(--news-accent);
}

.page-news .filter-btn.is-active {
  background: var(--news-accent);
  border-color: var(--news-accent);
  color: var(--white);
  box-shadow: 0 6px 18px rgba(255, 107, 53, 0.32);
}

.page-news .news-filter__note {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.page-news .news-filter__link {
  margin-top: 18px;
  align-self: flex-start;
}

.page-news .news-feed {
  position: relative;
  padding-left: 26px;
}

.page-news .news-feed::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, var(--news-gold), var(--brand-royal) 82%);
  border-radius: 2px;
}

.page-news .news-feed__head {
  margin-bottom: 20px;
}

.page-news .news-feed .section-title {
  margin: 4px 0 0;
}

.page-news .news-feed .section-label {
  color: var(--news-gold);
}

.page-news .news-card {
  position: relative;
  margin-bottom: 24px;
  padding: 22px 20px 20px;
  border-left: 3px solid transparent;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.page-news .news-card::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 32px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--news-gold);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--news-gold);
  z-index: 1;
}

.page-news .news-card:hover {
  border-left-color: var(--news-accent);
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(10, 46, 92, 0.14);
}

.page-news .news-card.is-hidden {
  display: none;
}

.page-news .news-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.page-news .news-card__time {
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-royal);
  background: var(--info-blue);
  padding: 3px 12px;
  border-radius: 999px;
}

.page-news .news-card__tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
}

.page-news .news-card__tag--function {
  color: #c5431a;
  background: rgba(255, 107, 53, 0.14);
  border: 1px solid rgba(255, 107, 53, 0.35);
}

.page-news .news-card__tag--column {
  color: var(--brand-deep);
  background: rgba(10, 46, 92, 0.10);
  border: 1px solid rgba(10, 46, 92, 0.25);
}

.page-news .news-card__tag--notice {
  color: #9a6c10;
  background: rgba(245, 185, 66, 0.16);
  border: 1px solid rgba(245, 185, 66, 0.45);
}

.page-news .news-card__title {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--brand-deep);
}

.page-news .news-card__summary {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
}

.page-news .news-card__media {
  margin: 0 0 14px;
}

.page-news .news-card__media img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-sm);
}

.page-news .news-card__media--wide img {
  width: 100%;
  object-fit: cover;
}

.page-news .news-card__more {
  margin-top: 4px;
}

.page-news .news-card__more summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 700;
  color: var(--news-accent);
  cursor: pointer;
  list-style: none;
  transition: color 0.25s var(--ease);
}

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

.page-news .news-card__more summary::after {
  content: "+";
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.page-news .news-card__more[open] summary::after {
  content: "−";
}

.page-news .news-card__more summary:hover {
  color: var(--brand-royal);
}

.page-news .news-card__detail {
  margin-top: 12px;
  padding: 14px 16px;
  background: var(--info-blue);
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.page-news .news-card__detail a {
  color: var(--brand-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-news .news-history {
  margin-top: 32px;
  padding: 64px clamp(16px, 4vw, 48px) 72px;
  background: var(--white);
}

.page-news .news-history__inner {
  max-width: 1080px;
  margin-inline: auto;
}

.page-news .news-history .section-label {
  color: var(--news-gold);
}

.page-news .news-history .section-title {
  margin: 6px 0 8px;
}

.page-news .news-history__lead {
  max-width: 34em;
  margin: 0 0 36px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.page-news .history-timeline {
  display: grid;
  gap: 30px;
}

.page-news .history-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
}

.page-news .history-item__year {
  font-family: var(--font-title);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--brand-deep);
}

.page-news .history-item__body {
  border-left: 2px solid var(--news-gold);
  padding-left: 20px;
}

.page-news .history-item__body h3 {
  margin: 0 0 6px;
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-deep);
}

.page-news .history-item__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
}

@media (min-width: 960px) {
  .page-news .news-hero {
    padding: 40px clamp(40px, 6vw, 88px) 72px;
  }

  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 48px;
  }

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

  .page-news .news-hero__visual {
    min-height: 260px;
  }

  .page-news .news-hero__img {
    width: 200px;
    height: 200px;
  }

  .page-news .news-listing {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 60px;
    padding-top: 72px;
    padding-bottom: 40px;
  }

  .page-news .news-filter {
    position: sticky;
    top: calc(var(--header-h) + 24px);
    align-self: start;
  }

  .page-news .filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .page-news .filter-btn {
    text-align: left;
  }

  .page-news .news-card {
    padding: 26px 28px 22px;
  }

  .page-news .news-card__title {
    font-size: 22px;
  }

  .page-news .news-history {
    padding: 80px clamp(40px, 6vw, 88px) 88px;
  }

  .page-news .history-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px;
  }

  .page-news .history-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-news .history-item__year {
    font-size: 44px;
  }

  .page-news .history-item__body {
    border-left: none;
    border-top: 3px solid var(--news-gold);
    padding: 18px 0 0;
  }
}
