.page-news {
  background: var(--bg-cream);
  color: var(--text-main);
}

.page-news .news-hero {
  position: relative;
  padding: 1.8rem 0 3.2rem;
  background: linear-gradient(125deg, var(--bg-deep) 0%, var(--bg-deep-2) 55%, #0C1D2E 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(115deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 14px);
  opacity: 0.5;
}
.page-news .news-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(105deg, transparent 0%, rgba(0,180,216,0.22) 60%, rgba(0,150,199,0.35) 100%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.page-news .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  z-index: -2;
  filter: grayscale(0.35) contrast(1.15);
}
.page-news .news-hero .container {
  position: relative;
  z-index: 2;
}
.page-news .breadcrumbs {
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
}
.page-news .breadcrumbs a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
}
.page-news .breadcrumbs a:hover {
  color: #fff;
}
.page-news .hero-layout {
  display: grid;
  gap: 2.4rem;
  padding-top: 2.4rem;
}
.page-news .hero-copy {
  max-width: 680px;
}
.page-news .hero-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.25rem 0.85rem 0.3rem;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.page-news .hero-copy h1 {
  margin: 0 0 0.9rem;
  font-family: var(--font-headline);
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.page-news .hero-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 1.04rem;
  line-height: 1.7;
}
.page-news .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  max-width: 480px;
}
.page-news .metric {
  padding: 1rem 0.9rem 0.95rem;
  background: rgba(255,255,255,0.08);
  border-left: 3px solid var(--accent);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.page-news .metric-num {
  display: block;
  font-family: var(--font-headline);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
}
.page-news .metric-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
}

.page-news .section {
  padding: 3.6rem 0;
}
.page-news .section-head {
  margin-bottom: 2.4rem;
}
.page-news .head-split {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.page-news .section-kicker {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--accent);
}
.page-news .section-head h2 {
  margin: 0;
  font-family: var(--font-headline);
  font-size: clamp(1.55rem, 3.6vw, 2.3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.page-news .head-note {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(43,32,26,0.62);
}

.page-news .updates-section {
  border-bottom: 1px solid var(--line);
}
.page-news .timeline {
  position: relative;
  padding-left: 2.35rem;
}
.page-news .timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0.7rem;
  bottom: 0.7rem;
  width: 2px;
  background: linear-gradient(180deg, var(--cyan) 0%, var(--cyan-deep) 60%, rgba(0,180,216,0.28) 100%);
}
.page-news .timeline-item {
  position: relative;
  margin-bottom: 2.4rem;
}
.page-news .timeline-item:last-child {
  margin-bottom: 0;
}
.page-news .timeline-node {
  position: absolute;
  left: 3px;
  top: 0.55rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255,107,53,0.18), 0 0 0 8px rgba(0,180,216,0.08);
  z-index: 1;
}
.page-news .timeline-card {
  position: relative;
  padding: 1.3rem 1.4rem 1.45rem;
  background: #fff;
  border-left: 3px solid var(--accent);
  box-shadow: 0 10px 28px rgba(43,32,26,0.07);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}
.page-news .timeline-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: var(--bg-cream);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.page-news .timeline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(255,107,53,0.16);
}
.page-news .timeline-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}
.page-news .timeline-date {
  margin-left: auto;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: rgba(43,32,26,0.5);
}
.page-news .timeline-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-headline);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.25;
}
.page-news .timeline-card p {
  margin: 0 0 0.9rem;
  font-size: 0.96rem;
  line-height: 1.66;
  color: rgba(43,32,26,0.78);
}
.page-news .timeline-card img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 8 / 5;
  margin-top: 1rem;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.page-news .card-link {
  display: inline-block;
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
  color: var(--bg-deep);
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
  transition: color 0.25s var(--ease-out), border-color 0.25s var(--ease-out);
}
.page-news .card-link:hover {
  color: var(--accent);
  border-bottom-color: var(--cyan);
}
.page-news .badge {
  display: inline-block;
  padding: 0.18rem 0.7rem;
  background: var(--bg-deep);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.page-news .badge--gold {
  background: var(--gold);
  color: var(--bg-deep);
}

.page-news .opt-layout {
  display: grid;
  gap: 2rem;
}
.page-news .opt-grid {
  display: grid;
  gap: 1.5rem;
  counter-reset: opt-counter;
}
.page-news .opt-card {
  position: relative;
  padding: 1.5rem 1.4rem 1.6rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(43,32,26,0.07);
  counter-increment: opt-counter;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.page-news .opt-card::before {
  content: counter(opt-counter, decimal-leading-zero);
  position: absolute;
  top: 0.9rem;
  right: 1.1rem;
  font-family: var(--font-headline);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(43,32,26,0.1);
}
.page-news .opt-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: var(--bg-cream);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.page-news .opt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(255,107,53,0.14);
}
.page-news .opt-tag {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.18rem 0.7rem;
  background: var(--accent);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page-news .opt-card h3 {
  margin: 0 0 0.6rem;
  padding-right: 2rem;
  font-family: var(--font-headline);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.3;
}
.page-news .opt-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.62;
  color: rgba(43,32,26,0.74);
}
.page-news .opt-figure {
  margin: 0;
}
.page-news .opt-figure img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.page-news .opt-figure figcaption {
  max-width: 500px;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  color: rgba(43,32,26,0.55);
  letter-spacing: 0.04em;
}

.page-news .season-wrap {
  position: relative;
  display: grid;
  gap: 2rem;
  padding: 2.2rem 1.6rem;
  background: linear-gradient(135deg, var(--bg-deep) 0%, var(--bg-deep-2) 80%);
  color: #fff;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  filter: drop-shadow(0 16px 32px rgba(43,32,26,0.16));
}
.page-news .season-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,180,216,0.18));
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.page-news .season-visual {
  position: relative;
}
.page-news .season-visual img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.page-news .season-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  max-width: 600px;
  margin-top: 0.8rem;
}
.page-news .season-stat {
  padding: 0.75rem 0.6rem;
  background: rgba(255,255,255,0.09);
  border-left: 2px solid var(--gold);
}
.page-news .season-stat-num {
  display: block;
  font-family: var(--font-headline);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}
.page-news .season-stat-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.68);
}
.page-news .season-content {
  position: relative;
  z-index: 1;
}
.page-news .season-content h3 {
  margin: 0.85rem 0 0.9rem;
  font-family: var(--font-headline);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.2;
}
.page-news .season-content p {
  margin: 0 0 1.2rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
}
.page-news .season-sync {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}
.page-news .sync-donut {
  transform: rotate(-90deg);
}
.page-news .sync-track {
  fill: none;
  stroke: rgba(255,255,255,0.14);
  stroke-width: 10;
}
.page-news .sync-arc {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 10;
  stroke-linecap: square;
}
.page-news .sync-copy {
  display: grid;
  gap: 0.1rem;
}
.page-news .sync-copy strong {
  font-family: var(--font-headline);
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}
.page-news .sync-copy span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.68);
}
.page-news .season-points {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.page-news .season-points li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.6rem;
  font-size: 0.96rem;
  color: rgba(255,255,255,0.86);
}
.page-news .season-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.65rem;
  height: 2px;
  background: var(--gold);
}
.page-news .season-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.page-news .season-actions .btn-link {
  color: #fff;
  border-bottom-color: var(--cyan);
}

.page-news .update-note {
  position: relative;
  display: grid;
  gap: 1.2rem;
  align-items: center;
  padding: 1.7rem 1.5rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(43,32,26,0.06);
}
.page-news .update-note::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: var(--bg-cream);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.page-news .note-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--accent);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.page-news .note-copy h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-headline);
  font-size: 1.15rem;
  font-weight: 800;
}
.page-news .note-copy p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(43,32,26,0.72);
}
.page-news .note-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.page-news .btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0.1rem;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--accent);
  color: var(--bg-deep);
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: border-color 0.25s var(--ease-out), color 0.25s var(--ease-out);
}
.page-news .btn-link:hover {
  color: var(--accent);
  border-bottom-color: var(--cyan);
}

@media (min-width: 720px) {
  .page-news .hero-metrics {
    gap: 1rem;
    max-width: none;
  }
  .page-news .metric-num {
    font-size: 1.45rem;
  }
  .page-news .update-note {
    grid-template-columns: auto 1fr auto;
    gap: 1.5rem;
    padding: 1.8rem 2rem;
  }
  .page-news .season-stats {
    gap: 0.8rem;
  }
}

@media (min-width: 960px) {
  .page-news .news-hero {
    padding: 2.4rem 0 4rem;
  }
  .page-news .hero-layout {
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
    align-items: end;
    padding-top: 3rem;
  }
  .page-news .section {
    padding: 5rem 0;
  }
  .page-news .timeline {
    padding-left: 3.2rem;
  }
  .page-news .timeline::before {
    left: 12px;
  }
  .page-news .timeline-node {
    left: 6px;
    width: 14px;
    height: 14px;
    top: 0.6rem;
  }
  .page-news .timeline-card {
    padding: 1.7rem 1.9rem 1.8rem;
  }
  .page-news .opt-layout {
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
    align-items: start;
  }
  .page-news .opt-grid .opt-card:nth-child(2) {
    margin-left: 2.4rem;
  }
  .page-news .opt-grid .opt-card:nth-child(3) {
    margin-right: 2rem;
  }
  .page-news .opt-figure {
    position: sticky;
    top: 2rem;
  }
  .page-news .season-wrap {
    grid-template-columns: 5fr 6fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem;
  }
}
