.page-news {
  --news-deep: #081F14;
  --news-line: rgba(232, 181, 61, 0.55);
  overflow-x: clip;
  background:
    linear-gradient(167deg, rgba(232, 181, 61, 0.07) 0%, transparent 26%),
    linear-gradient(180deg, var(--green-900), var(--green-900));
  color: var(--white);
}

.page-news .container {
  padding-inline: 20px;
}

.page-news .breadcrumb {
  margin-bottom: 18px;
}

.page-news h1,
.page-news h2,
.page-news h3 {
  margin: 0;
  text-wrap: balance;
}

.page-news .section-head {
  margin-bottom: 18px;
}

.news-topbar {
  padding-top: 30px;
  padding-bottom: 8px;
}

.news-page-eyelet {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 10px;
}

.news-title {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 11vw, 5rem);
  letter-spacing: 0.01em;
  line-height: 0.95;
  color: var(--white);
}

.news-subtitle {
  font-family: var(--font-head);
  font-size: clamp(1.1rem, 4.6vw, 1.75rem);
  color: var(--gold-400);
  margin-top: 10px;
  line-height: 1.2;
}

.news-desc {
  max-width: 640px;
  color: var(--gray);
  line-height: 1.7;
  margin-top: 14px;
  font-size: 0.98rem;
}

.news-hero {
  margin-top: 28px;
}

.news-hero-article {
  background: var(--news-deep);
  border: 1px solid var(--gold-600);
  overflow: hidden;
}

.news-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}

.news-hero-body {
  padding: 22px 20px 26px;
  background:
    linear-gradient(135deg, rgba(232, 181, 61, 0.08), transparent 40%);
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.hero-cat {
  color: var(--red-400);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.news-hero-body h2 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 4.2vw, 2.2rem);
  line-height: 1.12;
  color: var(--white);
}

.hero-summary {
  margin-top: 12px;
  color: var(--gray);
  line-height: 1.7;
  font-size: 0.95rem;
}

.news-hero-body .btn {
  margin-top: 20px;
}

.news-feed {
  margin-top: 56px;
}

.news-timeline {
  position: relative;
  margin: 26px 0 0 28px;
}

.news-timeline::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 2px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--gold-400),
    rgba(232, 181, 61, 0.16) 78%,
    transparent
  );
}

.news-entry {
  position: relative;
  margin-bottom: 18px;
}

.entry-no {
  position: absolute;
  left: -38px;
  top: 22px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--gold-300);
}

.entry-dot {
  position: absolute;
  left: -17px;
  top: 24px;
  width: 10px;
  height: 10px;
  background: var(--green-900);
  border: 2px solid var(--gold-400);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(7, 26, 16, 0.9);
}

.entry-card {
  position: relative;
  background: rgba(8, 31, 20, 0.85);
  border: 1px solid rgba(209, 167, 47, 0.28);
  border-radius: 2px;
  padding: 20px 18px;
  transition:
    border-color 0.18s var(--ease),
    transform 0.18s var(--ease),
    background-color 0.18s var(--ease);
}

.entry-card:hover,
.entry-card:focus-within {
  border-color: var(--gold-400);
  background: rgba(31, 75, 51, 0.28);
  transform: translateX(4px);
}

.entry-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.entry-time {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--gray);
}

.entry-title {
  font-family: var(--font-head);
  font-size: 1.18rem;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 8px;
}

.entry-title a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--gold-400), var(--gold-400));
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 94%;
  transition: background-size 0.2s var(--ease);
}

.entry-title a:hover,
.entry-title a:focus-visible {
  background-size: 100% 1px;
}

.entry-summary {
  color: var(--gray);
  font-size: 0.92rem;
  line-height: 1.65;
  transition: color 0.18s var(--ease);
}

.entry-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--gold-400);
  text-decoration: none;
  font-weight: 600;
}

.entry-link:hover {
  color: var(--gold-300);
}

.feature-review {
  margin-top: 62px;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(-45deg, rgba(232, 181, 61, 0.03) 0 2px, transparent 2px 13px),
    linear-gradient(180deg, var(--news-deep), var(--green-950));
  border-top: 1px solid var(--gold-600);
  border-bottom: 1px solid var(--gold-600);
}

.feature-review .container {
  max-width: 1280px;
  margin: 0 auto;
}

.feature-head {
  margin-bottom: 28px;
}

.feature-grid {
  display: grid;
  gap: 24px;
}

.feature-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gold-600);
  background: var(--news-deep);
}

.feature-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(1.02);
}

.feature-card {
  --cut: 20px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(7, 26, 16, 0.24), rgba(7, 26, 16, 0.55)),
    var(--green-700);
  padding: 34px 22px 32px;
  clip-path: polygon(
    0 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% 100%,
    var(--cut) 100%,
    0 calc(100% - var(--cut))
  );
}

.feature-phase {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--gold-400);
  margin-bottom: 18px;
}

.feature-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.feature-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  border-bottom: 1px solid rgba(174, 187, 174, 0.18);
  padding-bottom: 14px;
}

.feature-list li:last-child {
  border-bottom: 0;
}

.feature-no {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--gold-300);
  font-size: 0.9rem;
  line-height: 1.3;
}

.feature-list strong {
  display: block;
  color: var(--white);
  font-size: 0.96rem;
}

.feature-list p {
  color: var(--gray);
  font-size: 0.86rem;
  line-height: 1.55;
  margin-top: 4px;
  margin-bottom: 0;
}

.feature-card .btn {
  align-self: start;
}

.data-insights {
  margin: 58px 0 0;
}

.data-insights .section-head {
  margin-bottom: 26px;
}

.insight-grid {
  display: grid;
  gap: 22px;
}

.insight-card {
  background: var(--green-950);
  border-left: 3px solid var(--red-400);
  transition: border-color 0.18s var(--ease);
}

.insight-card:hover {
  border-left-color: var(--gold-400);
}

.insight-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid rgba(209, 167, 47, 0.24);
}

.insight-body {
  padding: 20px 22px 24px;
}

.insight-label {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 8px;
}

.insight-body h3 {
  font-family: var(--font-head);
  font-size: 1.16rem;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 10px;
}

.insight-body p {
  color: var(--gray);
  font-size: 0.92rem;
  line-height: 1.7;
}

.insight-body .entry-link {
  margin-top: 12px;
}

.team-note {
  margin: 58px 0 42px;
  display: grid;
  gap: 22px;
}

.team-note-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--gold-600);
}

.team-note-body h2 {
  font-family: var(--font-head);
  font-size: clamp(1.3rem, 3.4vw, 2rem);
  color: var(--white);
  line-height: 1.2;
  margin: 6px 0 12px;
}

.team-note-body p {
  color: var(--gray);
  line-height: 1.7;
  font-size: 0.95rem;
}

.team-note-more {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(232, 181, 61, 0.24);
}

.team-note .btn {
  margin-top: 18px;
}

.news-notice {
  margin: 0 auto 54px;
}

.news-notice .notice-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(229, 83, 60, 0.1);
  border-left: 3px solid var(--red-400);
  color: var(--gray);
  padding: 12px 16px;
  font-size: 0.88rem;
}

@media (min-width: 760px) {
  .page-news .container {
    padding-inline: 28px;
  }

  .news-topbar {
    padding-top: 44px;
    padding-bottom: 10px;
  }

  .news-title {
    font-size: clamp(3rem, 8.4vw, 5.5rem);
  }

  .news-desc {
    font-size: 1rem;
  }

  .news-hero-article {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    align-items: stretch;
  }

  .news-hero-media {
    display: grid;
  }

  .news-hero-media img {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
  }

  .news-hero-body {
    padding: 30px 30px 28px;
  }

  .news-timeline {
    margin-left: 34px;
  }

  .news-entry {
    margin-bottom: 22px;
  }

  .entry-card {
    padding: 24px 26px;
  }

  .feature-review {
    padding: 58px 0;
  }

  .feature-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 32px;
    align-items: stretch;
  }

  .feature-media {
    display: grid;
    min-height: 320px;
  }

  .feature-media img {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .insight-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .team-note {
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 30px;
  }

  .team-note-media img {
    min-height: 260px;
    object-fit: cover;
  }
}

@media (min-width: 1100px) {
  .page-news .container {
    padding-inline: 24px;
  }

  .entry-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .feature-card {
    padding: 40px 34px;
  }

  .feature-list p {
    font-size: 0.88rem;
  }

  .news-desc {
    font-size: 1.05rem;
  }
}
