.page-news {
  position: relative;
  overflow-x: clip;
  background:
    repeating-linear-gradient(135deg, rgba(10, 61, 44, 0.03) 0 1px, transparent 1px 16px),
    var(--cream);
  color: var(--ink);
}

.page-news .container {
  padding-block: 0 72px;
}

.page-news .breadcrumb {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: rgba(245, 245, 220, 0.66);
}

.page-news .breadcrumb a {
  color: var(--gold-champion);
  text-decoration: none;
}

.page-news .breadcrumb a:hover {
  color: var(--gold-bright);
}

.page-news .news-hero {
  position: relative;
  margin-top: 16px;
  padding: 26px 22px 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(212, 175, 55, 0.18), transparent 32%),
    linear-gradient(120deg, var(--green-forest) 0%, var(--green-deep) 100%);
  box-shadow: var(--shadow-float);
}

.page-news .hero-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.page-news .news-kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--gold-champion);
}

.page-news .hero-grid {
  display: grid;
  gap: 22px;
  align-items: center;
}

.page-news .hero-copy h1 {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 10vw, 5.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--cream);
}

.page-news .news-lead {
  max-width: 58ch;
  margin: 0 0 22px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(245, 245, 220, 0.86);
}

.page-news .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
}

.page-news .hero-figure {
  position: relative;
  margin: 0 -22px;
  overflow: hidden;
  border-radius: var(--radius-md) 0 0 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-news .hero-figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(6, 32, 25, 0.42) 100%);
  pointer-events: none;
}

.page-news .hero-img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.page-news .hero-caption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  margin: 0;
  padding: 6px 12px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--gold-bright);
  background: rgba(6, 32, 25, 0.78);
  border-radius: 999px;
}

.page-news .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 26px -22px 0;
  background: var(--green-deep);
  border-top: 1px solid rgba(212, 175, 55, 0.28);
}

.page-news .hero-stat {
  padding: 14px 12px 16px;
}

.page-news .hero-stat + .hero-stat {
  border-left: 1px solid rgba(212, 175, 55, 0.18);
}

.page-news .hs-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--gold-champion);
}

.page-news .hs-label {
  display: block;
  margin-top: 4px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: rgba(245, 245, 220, 0.72);
}

.page-news .report-section {
  padding-top: 72px;
}

.page-news .section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.page-news .section-head-copy {
  display: grid;
  justify-items: start;
  gap: 6px;
}

.page-news .section-head-copy::after {
  content: '';
  width: 116px;
  height: 2px;
  margin-top: 6px;
  background: var(--gold-champion);
  transform: skewX(-30deg);
}

.page-news .section-kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bronze);
}

.page-news .section-head h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 5vw, 2.7rem);
  color: var(--green-forest);
  letter-spacing: -0.02em;
}

.page-news .section-note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--green-moss);
}

.page-news .report-list {
  display: grid;
  gap: 14px;
}

.page-news .report-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 18px 16px;
  background: rgba(232, 228, 201, 0.62);
  border-left: 3px solid var(--gold-champion);
  border-radius: var(--radius-md);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  transition: background-color 0.3s var(--ease-out);
}

.page-news .report-item:hover {
  background: rgba(61, 123, 98, 0.16);
}

.page-news .report-no {
  font-family: var(--font-mono);
  font-style: italic;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 0.9;
  color: var(--gold-champion);
  transform: skewX(-8deg);
  opacity: 0.85;
}

.page-news .report-copy h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 1.12rem;
  line-height: 1.45;
  color: var(--ink);
}

.page-news .report-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--green-moss);
}

.page-news .report-summary {
  margin: 0;
  max-width: 78ch;
  font-size: 0.94rem;
  line-height: 1.75;
  color: rgba(26, 26, 26, 0.84);
}

.page-news .report-detail {
  margin-top: 10px;
}

.page-news .report-detail summary {
  width: max-content;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green-ivy);
  list-style: none;
  transition: color 0.2s ease;
}

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

.page-news .report-detail summary::before {
  content: '＋ ';
  color: var(--gold-bronze);
  font-weight: 700;
}

.page-news .report-detail[open] summary::before {
  content: '— ';
}

.page-news .report-detail[open] summary {
  color: var(--gold-bronze);
}

.page-news .detail-body {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(10, 61, 44, 0.28);
  max-width: 78ch;
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--ink);
}

.page-news .detail-body p {
  margin: 0;
}

.page-news .scorer-section {
  padding-top: 72px;
}

.page-news .scorer-wrap {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 26px 22px;
  background:
    radial-gradient(circle at 90% 0%, rgba(212, 175, 55, 0.14), transparent 38%),
    var(--green-forest);
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: var(--cream);
  box-shadow: var(--shadow-panel);
}

.page-news .scorer-chart {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--green-deep);
}

.page-news .scorer-chart img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.page-news .scorer-chart::after {
  content: '';
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(6, 32, 25, 0.5) 100%);
  pointer-events: none;
}

.page-news .chart-sweep {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.24), transparent);
  animation: news-sweep 3.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes news-sweep {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(440%);
  }
}

.page-news .scorer-panel h3 {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--gold-champion);
}

.page-news .scorer-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .timeline-item {
  position: relative;
  margin: 0 0 20px;
  padding-left: 26px;
}

.page-news .timeline-item:last-child {
  margin-bottom: 0;
}

.page-news .timeline-item::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: -12px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold-champion), var(--green-moss));
}

.page-news .timeline-item:last-child::before {
  display: none;
}

.page-news .timeline-dot {
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold-champion);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
}

.page-news .timeline-marker {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.page-news .timeline-item p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(245, 245, 220, 0.86);
}

.page-news .season-section {
  padding-top: 72px;
}

.page-news .season-panel {
  display: grid;
  gap: 22px;
  padding: 26px 22px;
  background: linear-gradient(135deg, var(--sand) 0%, var(--cream) 100%);
  border-radius: var(--radius-lg);
}

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

.page-news .season-stat {
  padding: 18px 14px 16px;
  background: var(--cream);
  border-top: 3px solid var(--gold-champion);
  border-radius: var(--radius-md);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  box-shadow: var(--shadow-panel);
}

.page-news .stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(1.7rem, 5.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--green-forest);
}

.page-news .stat-unit {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--green-ivy);
}

.page-news .stat-desc {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--green-moss);
}

.page-news .season-tactics {
  margin: 0;
  aspect-ratio: 10 / 7;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--green-deep);
}

.page-news .season-tactics img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .season-paths {
  margin-top: 24px;
}

.page-news .season-paths h3 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--green-forest);
}

.page-news .path-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-news .path-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 12px 14px;
  background: rgba(232, 228, 201, 0.55);
  border-radius: var(--radius-sm);
}

.page-news .path-step {
  font-family: var(--font-mono);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--gold-bronze);
}

.page-news .path-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--ink);
}

.page-news .service-section {
  padding-top: 72px;
}

.page-news .service-wrap {
  display: grid;
  gap: 24px;
  padding: 28px 22px;
  background:
    linear-gradient(140deg, rgba(212, 175, 55, 0.1), transparent 40%),
    var(--green-deep);
  border-radius: var(--radius-lg);
  color: var(--cream);
  box-shadow: var(--shadow-float);
}

.page-news .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  align-content: center;
}

.page-news .service-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-news .service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  background: var(--gold-champion);
  transform: rotate(45deg);
}

.page-news .service-figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--green-ivy);
}

.page-news .service-figure img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin-inline: auto;
}

.page-news .service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.page-news .subnav-panel {
  margin-top: 56px;
}

.page-news .subnav-inner {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: var(--sand);
  border: 1px solid rgba(10, 61, 44, 0.08);
  border-radius: var(--radius-md);
}

.page-news .subnav-label {
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bronze);
}

.page-news .subnav-inner a {
  width: fit-content;
  color: var(--green-forest);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-news .subnav-inner a:hover {
  color: var(--gold-bronze);
  border-color: var(--gold-bronze);
}

@media (min-width: 640px) {
  .page-news .hero-img {
    height: 280px;
  }
}

@media (min-width: 860px) {
  .page-news .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: end;
  }

  .page-news .hero-img {
    height: 340px;
  }

  .page-news .hero-stats {
    margin-top: 30px;
  }

  .page-news .section-head {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .page-news .section-note {
    max-width: 34ch;
    text-align: right;
  }

  .page-news .report-item {
    grid-template-columns: 92px 1fr;
    gap: 20px;
    padding: 24px 22px;
  }

  .page-news .report-no {
    font-size: 3.8rem;
  }

  .page-news .scorer-wrap {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }

  .page-news .season-panel {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }

  .page-news .season-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-news .service-wrap {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}

@media (min-width: 1080px) {
  .page-news .season-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
