.page-news {
  background:
    radial-gradient(circle at 4% 22%, rgba(106, 141, 115, 0.16) 0, rgba(106, 141, 115, 0) 220px),
    radial-gradient(circle at 96% 40%, rgba(212, 160, 23, 0.10) 0, rgba(212, 160, 23, 0) 260px),
    var(--ivory);
  color: var(--color-text);
}

.page-news .section {
  margin: 0;
  min-width: 0;
}

.page-news__wrap {
  padding-top: 28px;
  padding-bottom: 88px;
}

.page-news .page-head {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 46px) clamp(18px, 4vw, 48px) clamp(28px, 4vw, 48px);
  margin-bottom: clamp(40px, 6vw, 64px);
  background: var(--pitch-deep-green);
  border: 2px solid rgba(212, 160, 23, 0.38);
  box-shadow: 14px 14px 0 rgba(11, 59, 46, 0.18);
}

.page-news .page-head::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 280px;
  height: 280px;
  border: 3px dashed rgba(212, 160, 23, 0.26);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
  pointer-events: none;
}

.page-news .breadcrumbs {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.page-news .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .breadcrumbs li {
  font-size: 0.8125rem;
  color: rgba(249, 246, 240, 0.62);
}

.page-news .breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(249, 246, 240, 0.32);
}

.page-news .breadcrumbs a {
  color: var(--trophy-gold);
  font-weight: 700;
  text-decoration: none;
}

.page-news .breadcrumbs a:hover {
  text-decoration: underline;
}

.page-news .page-head__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--energy-orange);
}

.page-news .page-head__label::before {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--energy-orange);
}

.page-news .page-head__title {
  position: relative;
  z-index: 1;
  max-width: 13em;
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.9rem, 4.6vw, 3.6rem);
  line-height: 1.12;
  color: var(--ivory);
}

.page-news .page-head__title-mark {
  color: var(--trophy-gold);
}

.page-news .page-head__title-sub {
  color: rgba(249, 246, 240, 0.86);
}

.page-news .page-head__lead {
  position: relative;
  z-index: 1;
  max-width: 46em;
  margin: 0;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(249, 246, 240, 0.8);
}

.page-news .hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
  margin-top: 34px;
}

.page-news .hero-stat {
  padding: 4px 0 6px 14px;
  border-left: 3px solid var(--trophy-gold);
}

.page-news .hero-stat__num {
  display: block;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1;
  color: var(--pure-white);
}

.page-news .hero-stat__num em {
  font-style: normal;
  font-size: 0.62em;
  color: var(--trophy-gold);
}

.page-news .hero-stat__label {
  display: block;
  margin-top: 8px;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: rgba(249, 246, 240, 0.62);
}

.page-news .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(11, 59, 46, 0.14);
}

.page-news .section-index {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 0.9;
  color: var(--trophy-gold);
}

.page-news .section-title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.375rem, 2.4vw, 1.9rem);
  line-height: 1.1;
  color: var(--pitch-deep-green);
}

.page-news .section-head__note {
  margin-left: auto;
  font-size: 0.8125rem;
  color: var(--mineral-slate);
}

.page-news .news-layout {
  display: grid;
  gap: 48px;
}

.page-news .timeline-section {
  padding: clamp(20px, 3vw, 28px);
  background: rgba(223, 235, 227, 0.55);
  border: 2px solid rgba(11, 59, 46, 0.12);
  box-shadow: 6px 6px 0 rgba(11, 59, 46, 0.08);
}

.page-news .mag-timeline {
  position: relative;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.page-news .mag-timeline::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 7px;
  border-left: 2px dashed rgba(106, 141, 115, 0.65);
}

.page-news .mag-timeline__item {
  position: relative;
  padding: 0 0 32px 34px;
}

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

.page-news .mag-timeline__dot {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--pitch-deep-green);
  border: 3px solid var(--ivory);
  box-shadow: 0 0 0 2px var(--moss-green);
}

.page-news .mag-timeline__item.is-new .mag-timeline__dot {
  background: var(--energy-orange);
  box-shadow: 0 0 0 2px var(--energy-orange);
}

.page-news .mag-timeline__time {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.03em;
  color: var(--trophy-gold);
}

.page-news .mag-timeline__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-text);
}

.page-news .timeline-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 2px solid rgba(11, 59, 46, 0.1);
}

.page-news .timeline-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: var(--mineral-slate);
}

.page-news .timeline-legend__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--moss-green);
}

.page-news .timeline-legend__dot.is-hot {
  background: var(--energy-orange);
}

.page-news .tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .tag-filter__item {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  border: 2px solid rgba(11, 59, 46, 0.18);
  border-radius: 999px;
  background: var(--pure-white);
  color: var(--pitch-deep-green);
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-news .tag-filter__item:hover,
.page-news .tag-filter__item[aria-current="true"] {
  background: var(--pitch-deep-green);
  border-color: var(--pitch-deep-green);
  color: var(--ivory);
  box-shadow: 4px 4px 0 rgba(212, 160, 23, 0.6);
  transform: translate(-1px, -1px);
}

.page-news .expert-feature {
  display: grid;
  gap: 20px;
  padding: 18px;
  background: var(--pure-white);
  border: 2px solid rgba(11, 59, 46, 0.16);
  box-shadow: 8px 8px 0 rgba(11, 59, 46, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-news .expert-feature:hover {
  transform: translateY(-2px);
  box-shadow: 12px 12px 0 rgba(11, 59, 46, 0.16);
}

.page-news .expert-feature__media {
  position: relative;
  margin: 0;
  background: var(--pitch-deep-green);
}

.page-news .expert-feature__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-news .expert-feature__media figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 12px;
  background: rgba(11, 59, 46, 0.84);
  color: var(--ivory);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.page-news .expert-feature__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-news .expert-feature__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.25;
  color: var(--pitch-deep-green);
}

.page-news .expert-feature__summary {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--color-text);
}

.page-news .mag-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.page-news .mag-card__cat {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--pitch-deep-green);
  color: var(--pure-white);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-news .mag-card__cat--muted {
  background: var(--pale-teal);
  color: var(--pitch-deep-green);
}

.page-news .mag-card__date {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: var(--trophy-gold);
}

.page-news .expert-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid rgba(11, 59, 46, 0.12);
}

.page-news .expert-list__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 8px;
  padding: 16px 4px;
  border-bottom: 1px dashed rgba(106, 141, 115, 0.55);
}

.page-news .expert-list__index {
  grid-row: 1 / 3;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--trophy-gold);
}

.page-news .expert-list__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: var(--pitch-deep-green);
}

.page-news .expert-list__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--mineral-slate);
}

.page-news .expert-section__foot {
  margin: 22px 0 0;
  font-size: 0.9375rem;
  color: var(--mineral-slate);
}

.page-news .expert-section__foot a {
  color: var(--pitch-deep-green);
  font-weight: 700;
}

.page-news .mag-waterfall {
  display: block;
}

.page-news .mag-card {
  display: block;
  margin-bottom: 24px;
  background: var(--pure-white);
  border: 2px solid rgba(11, 59, 46, 0.14);
  box-shadow: 6px 6px 0 rgba(11, 59, 46, 0.08);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-news .mag-card:hover {
  border-color: var(--trophy-gold);
  transform: translateY(-2px);
  box-shadow: 9px 9px 0 rgba(11, 59, 46, 0.14);
}

.page-news .mag-card--plain {
  background: var(--pale-teal);
}

.page-news .mag-card--plain::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--trophy-gold), var(--energy-orange));
}

.page-news .mag-card__media {
  margin: 0;
  background: var(--moss-green);
}

.page-news .mag-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-news .mag-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.page-news .mag-card--plain .mag-card__body {
  padding-top: 16px;
}

.page-news .mag-card__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.125rem, 1.8vw, 1.35rem);
  line-height: 1.32;
  color: var(--pitch-deep-green);
}

.page-news .mag-card__summary {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.72;
  color: var(--color-text);
}

@media (hover: hover) and (min-width: 960px) {
  .page-news .mag-card__summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-news .mag-card:hover .mag-card__summary {
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}

.page-news .aid-section {
  padding: clamp(24px, 5vw, 44px);
  background: var(--night-black);
  border: 2px solid rgba(212, 160, 23, 0.48);
  box-shadow: 12px 12px 0 rgba(11, 59, 46, 0.2);
}

.page-news .aid-section__head {
  border-bottom-color: rgba(249, 246, 240, 0.16);
}

.page-news .aid-section__title {
  color: var(--ivory);
}

.page-news .aid-section__note {
  color: rgba(249, 246, 240, 0.58);
}

.page-news .aid-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.page-news .aid-card {
  display: block;
  padding: 22px;
  background: rgba(249, 246, 240, 0.06);
  border: 1px solid rgba(249, 246, 240, 0.16);
  color: var(--ivory);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-news .aid-card:hover {
  background: rgba(212, 160, 23, 0.14);
  border-color: var(--trophy-gold);
  transform: translateY(-2px);
}

.page-news .aid-card__num {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--trophy-gold);
}

.page-news .aid-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.0625rem;
  color: var(--ivory);
}

.page-news .aid-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(249, 246, 240, 0.68);
}

.page-news .aid-card--cta {
  background: var(--energy-orange);
  border-color: var(--energy-orange);
}

.page-news .aid-card--cta:hover {
  background: var(--energy-orange);
  filter: brightness(1.07);
}

.page-news .aid-card--cta .aid-card__num,
.page-news .aid-card--cta h3 {
  color: var(--night-black);
}

.page-news .aid-card--cta p {
  color: rgba(17, 24, 39, 0.76);
}

.page-news .aid-contact {
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px dashed rgba(249, 246, 240, 0.22);
}

.page-news .aid-contact__label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--trophy-gold);
}

.page-news .aid-contact__value {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.4rem);
  color: var(--pure-white);
}

.page-news .aid-contact__note {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(249, 246, 240, 0.6);
}

@media (min-width: 640px) {
  .page-news .hero-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-news .aid-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 700px) {
  .page-news .expert-feature {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
  }
}

@media (min-width: 960px) {
  .page-news .news-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    column-gap: 48px;
    row-gap: 56px;
    align-items: start;
  }
  .page-news .timeline-section {
    grid-column: 1;
    grid-row: 1 / 4;
    position: sticky;
    top: 24px;
    align-self: start;
  }
  .page-news .category-section {
    grid-column: 2;
    grid-row: 1;
  }
  .page-news .expert-section {
    grid-column: 2;
    grid-row: 2;
  }
  .page-news .stream-section {
    grid-column: 2;
    grid-row: 3;
  }
  .page-news .aid-section {
    grid-column: 1 / -1;
    grid-row: 4;
  }
  .page-news .mag-waterfall {
    column-count: 2;
    column-gap: 26px;
  }
  .page-news .mag-card {
    break-inside: avoid;
  }
}

@media (min-width: 1080px) {
  .page-news .aid-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-news .page-head__label,
  .page-news .page-head__title,
  .page-news .page-head__lead,
  .page-news .hero-stats {
    animation: page-news-rise 0.55s ease both;
  }
  .page-news .page-head__title {
    animation-delay: 0.06s;
  }
  .page-news .page-head__lead {
    animation-delay: 0.12s;
  }
  .page-news .hero-stats {
    animation-delay: 0.18s;
  }
  .page-news .mag-timeline__item.is-new .mag-timeline__dot {
    animation: page-news-pulse 2.4s ease-in-out infinite;
  }
}

@keyframes page-news-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes page-news-pulse {
  0% {
    box-shadow: 0 0 0 2px var(--energy-orange), 0 0 0 0 rgba(255, 107, 53, 0.42);
  }
  70% {
    box-shadow: 0 0 0 2px var(--energy-orange), 0 0 0 12px rgba(255, 107, 53, 0);
  }
  100% {
    box-shadow: 0 0 0 2px var(--energy-orange), 0 0 0 0 rgba(255, 107, 53, 0);
  }
}
