.page-news {
  color: var(--graphite);
  background: var(--moon);
  overflow-x: hidden;
}

.page-news .news-hero {
  background: var(--navy);
  color: var(--moon);
  padding: 28px 0 36px;
  position: relative;
  overflow: hidden;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border: 2px solid rgba(136, 192, 208, 0.18);
  transform: rotate(18deg);
  pointer-events: none;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  background: rgba(255, 107, 53, 0.08);
  transform: rotate(28deg);
  pointer-events: none;
}

.page-news .news-hero .breadcrumbs {
  margin-bottom: 32px;
}

.page-news .breadcrumb-link {
  color: var(--ice);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-news .breadcrumb-link:hover {
  color: var(--orange);
}

.page-news .breadcrumb-sep {
  color: var(--mist);
  margin: 0 8px;
}

.page-news .breadcrumb-current {
  color: var(--moon);
}

.page-news .news-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  margin-top: 24px;
}

.page-news .news-hero-main .section-eyebrow {
  color: var(--orange);
  margin-bottom: 12px;
}

.page-news .news-hero-main h1 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--moon);
  max-width: 12em;
}

.page-news .news-hero-lede {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ice);
  max-width: 44em;
  margin: 0;
}

.page-news .hero-stamp {
  background: var(--navy-light);
  border-left: 4px solid var(--orange);
  padding: 20px 24px;
  min-width: 0;
}

.page-news .stamp-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ice);
  font-family: var(--font-heading);
}

.page-news .stamp-value {
  display: block;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--orange);
  margin: 8px 0 4px;
}

.page-news .stamp-note {
  font-size: 14px;
  color: var(--mist);
}

.page-news .news-filter-bar {
  background: var(--navy);
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(136, 192, 208, 0.15);
}

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

.page-news .news-filter-link {
  display: inline-block;
  padding: 8px 18px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--ice);
  text-decoration: none;
  border: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-news .news-filter-link:hover {
  color: var(--orange);
  border-color: rgba(255, 107, 53, 0.6);
}

.page-news .news-filter-link.is-active {
  color: var(--moon);
  background: rgba(255, 107, 53, 0.18);
  border-color: var(--orange);
}

.page-news .news-filter-link:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
  border-color: transparent;
}

.page-news .section {
  padding: 44px 0;
}

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

.page-news .section-eyebrow {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}

.page-news .section-title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--navy);
  margin: 4px 0 10px;
}

.page-news .section-lede {
  font-size: 16px;
  line-height: 1.8;
  color: var(--graphite);
  max-width: 560px;
  margin: 0;
}

.page-news .news-latest {
  background: var(--moon);
}

.page-news .news-media-wrap {
  background: var(--navy);
  border-radius: 4px;
  overflow: hidden;
  margin: 24px 0 40px;
}

.page-news .news-media-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-news .news-timeline {
  position: relative;
}

.page-news .news-timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--orange) 0%, var(--mist) 70%);
}

.page-news .news-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 32px;
}

.page-news .news-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 12px;
  height: 12px;
  background: var(--orange);
  transform: rotate(45deg);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.12);
  z-index: 1;
}

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

.page-news .news-item-head h3 {
  flex-basis: 100%;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
}

.page-news .news-item-head h3 a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-news .news-item-head h3 a:hover {
  color: var(--orange-dark);
}

.page-news .news-time {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--mist);
}

.page-news .news-item-summary {
  background: #FFFFFF;
  border: 1px solid var(--mist);
  border-left: 3px solid var(--orange);
  padding: 18px 20px;
  position: relative;
  box-shadow: 0 1px 2px rgba(11, 29, 58, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.page-news .news-item-summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent var(--orange) transparent transparent;
}

.page-news .news-item:hover .news-item-summary {
  box-shadow: 0 6px 18px rgba(11, 29, 58, 0.10);
  transform: translateY(-2px);
}

.page-news .news-item-summary p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--graphite);
  margin: 0 0 12px;
}

.page-news .news-more {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--orange-dark);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.page-news .news-more:hover {
  border-bottom-color: var(--orange);
}

.page-news .archive-progress {
  background: #FFFFFF;
  border-top: 1px solid var(--mist);
  border-bottom: 1px solid var(--mist);
}

.page-news .archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-news .archive-media {
  background: var(--navy);
  border-radius: 4px;
  overflow: hidden;
}

.page-news .archive-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-news .archive-content p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--graphite);
  margin: 0 0 24px;
}

.page-news .archive-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 16px;
}

.page-news .archive-list li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--graphite);
}

.page-news .archive-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--orange);
  transform: rotate(45deg);
}

.page-news .archive-list strong {
  font-family: var(--font-heading);
  color: var(--navy);
  font-weight: 900;
}

.page-news .reg-features {
  background: var(--navy);
  color: var(--moon);
}

.page-news .reg-features .section-title {
  color: var(--moon);
}

.page-news .reg-features .section-eyebrow {
  color: var(--orange);
}

.page-news .reg-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-news .reg-feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-news .reg-feature-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: rgba(30, 58, 95, 0.55);
  border-left: 3px solid var(--orange);
  transition: background 0.2s ease;
}

.page-news .reg-feature-item:hover {
  background: rgba(30, 58, 95, 0.85);
}

.page-news .reg-feature-index {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 107, 53, 0.55);
}

.page-news .reg-feature-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 900;
  color: var(--moon);
  margin: 0 0 8px;
}

.page-news .reg-feature-body p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ice);
  margin: 0;
}

.page-news .reg-media {
  background: var(--navy-light);
  border-radius: 4px;
  overflow: hidden;
}

.page-news .reg-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-news .reg-cta {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}

.page-news .reg-cta .btn-outline {
  color: var(--moon);
  border-color: var(--ice);
}

.page-news .reg-cta .btn-outline:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.page-news .data-review {
  background: var(--moon);
}

.page-news .review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-news .review-media {
  background: var(--navy);
  padding: 12px;
  border-radius: 4px;
  max-width: 420px;
}

.page-news .review-media img {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .review-content p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--graphite);
  max-width: 640px;
  margin: 0 0 28px;
}

.page-news .review-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 0 28px;
}

.page-news .review-stat {
  background: #FFFFFF;
  border: 1px solid var(--mist);
  border-top: 4px solid var(--orange);
  padding: 18px 14px;
  text-align: center;
  transition: box-shadow 0.2s ease;
}

.page-news .review-stat:hover {
  box-shadow: 0 4px 12px rgba(11, 29, 58, 0.08);
}

.page-news .review-stat-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 13px;
  color: var(--mist);
  margin-bottom: 8px;
}

.page-news .review-stat-value {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
}

.page-news .news-subscribe {
  background: var(--navy);
  padding: 48px 0;
}

.page-news .subscribe-panel {
  background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy) 100%);
  border: 1px solid rgba(136, 192, 208, 0.25);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.page-news .subscribe-text h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 900;
  color: var(--moon);
  margin: 8px 0 12px;
}

.page-news .subscribe-text p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ice);
  max-width: 42em;
  margin: 0;
}

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

  .page-news .reg-feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .page-news .news-hero {
    padding: 40px 0 56px;
  }

  .page-news .news-hero-grid {
    grid-template-columns: 1fr 260px;
    gap: 48px;
    align-items: end;
  }

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

  .page-news .news-filter-bar {
    padding-bottom: 32px;
  }

  .page-news .section {
    padding: 64px 0;
  }

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

  .page-news .news-timeline::before {
    left: 260px;
  }

  .page-news .news-item {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 36px;
    padding-left: 0;
    margin-bottom: 36px;
  }

  .page-news .news-item::before {
    left: 254px;
    top: 24px;
  }

  .page-news .news-item-head {
    margin-bottom: 0;
    padding-right: 24px;
  }

  .page-news .news-item-head h3 {
    font-size: 20px;
  }

  .page-news .news-item-summary {
    padding: 22px 24px;
  }

  .page-news .archive-grid {
    grid-template-columns: 420px 1fr;
    gap: 48px;
    align-items: center;
  }

  .page-news .reg-grid {
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: center;
  }

  .page-news .reg-cta {
    margin-top: 36px;
  }

  .page-news .review-grid {
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start;
  }

  .page-news .subscribe-panel {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 44px;
  }
}
