.page-news {
  --news-radius: 18px;
  --news-depth: 8px;
  background:
    radial-gradient(circle at 8% 15%, rgba(92, 184, 75, 0.12), transparent 24%),
    radial-gradient(circle at 92% 6%, rgba(242, 193, 78, 0.18), transparent 20%),
    var(--bg-cream);
  font-family: var(--font-body);
  color: var(--ink);
  overflow-x: clip;
}
.page-news .container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-news .breadcrumb {
  padding: 16px 0 4px;
}
.page-news .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.88rem;
  font-family: var(--font-mono);
}
.page-news .page-hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 40px 0 56px;
  border-bottom: 2px solid var(--ink);
  position: relative;
}
.page-news .page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 6px;
  background: repeating-linear-gradient(45deg, var(--ink) 0 10px, var(--yellow) 10px 20px, var(--orange) 20px 30px, var(--ink) 30px 40px);
  opacity: 0.9;
}
.page-news .hero-copy {
  max-width: 780px;
}
.page-news .hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 11vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: inline-block;
  margin: 12px 0 18px;
  background: var(--ink);
  color: var(--yellow);
  padding: 0.16em 0.28em 0.2em;
  box-shadow: 10px 10px 0 var(--orange);
}
.page-news .hero-excerpt {
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  line-height: 1.75;
  max-width: 62ch;
  color: var(--ink-soft);
}
.page-news .hero-index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 22px;
  background: var(--kiwi-pale);
  border: 2px solid var(--ink);
  border-radius: var(--news-radius);
  box-shadow: var(--news-depth) var(--news-depth) 0 var(--ink);
  max-width: fit-content;
}
.page-news .edition-label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  margin-bottom: 2px;
}
.page-news .edition-stamp strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1;
}
.page-news .news-feature {
  padding: 48px 0 64px;
}
.page-news .feature-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
.page-news .feature-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  border: 2px solid var(--ink);
  box-shadow: 12px 12px 0 var(--kiwi);
}
.page-news .feature-copy {
  padding: 6px 0 0 6px;
  position: relative;
}
.page-news .feature-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 8px;
  background: var(--orange);
  border: 2px solid var(--ink);
  border-radius: 8px;
}
.page-news .feature-copy h2,
.page-news .archive-head h2,
.page-news .stats-head h2,
.page-news .news-invite h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.1;
  margin: 10px 0 12px;
}
.page-news .feature-copy p {
  color: var(--ink-soft);
  line-height: 1.7;
}
.page-news .feature-points {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}
.page-news .feature-points li {
  position: relative;
  padding-left: 26px;
  font-weight: 600;
}
.page-news .feature-points li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--orange-strong);
  font-family: var(--font-mono);
  font-weight: 700;
}
.page-news .news-archive {
  background: var(--kiwi-pale);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  padding: 60px 0;
}
.page-news .archive-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
.page-news .tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.page-news .tag-label {
  display: inline-block;
  padding: 6px 12px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.page-news .archive-grid {
  display: grid;
  gap: 28px;
}
.page-news .archive-item {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 10px 10px 0 var(--ink);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-news .archive-item:hover {
  transform: translate(-4px, -4px);
  box-shadow: 14px 14px 0 var(--ink);
}
.page-news .archive-item--green {
  background: var(--kiwi);
}
.page-news .archive-item--yellow {
  background: var(--yellow);
}
.page-news .archive-item--dark {
  background: var(--dark-surface);
  color: var(--paper);
}
.page-news .archive-img {
  border-bottom: 2px solid var(--ink);
}
.page-news .archive-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}
.page-news .archive-body {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-news .archive-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  margin-bottom: 12px;
  color: var(--ink-soft);
}
.page-news .archive-item--yellow .archive-meta,
.page-news .archive-item--green .archive-meta {
  color: var(--ink);
}
.page-news .archive-item--dark .archive-meta {
  color: rgba(255, 255, 255, 0.6);
}
.page-news .archive-item--dark .tag-label {
  background: var(--orange);
  color: var(--ink);
}
.page-news .archive-body h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0 0 10px;
}
.page-news .archive-body p {
  margin: 0;
  line-height: 1.6;
  color: var(--ink-soft);
}
.page-news .archive-item--green .archive-body p,
.page-news .archive-item--yellow .archive-body p {
  color: var(--ink);
}
.page-news .archive-item--dark .archive-body p {
  color: rgba(255, 255, 255, 0.7);
}
.page-news .archive-item--dark .archive-body h3 {
  color: var(--yellow);
}
.page-news .news-stats {
  background: var(--dark-surface);
  color: var(--paper);
  padding: 56px 0;
  position: relative;
}
.page-news .news-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 10px, transparent 10px 20px);
  pointer-events: none;
}
.page-news .stats-head {
  margin-bottom: 30px;
  max-width: 720px;
}
.page-news .stats-head h2 {
  color: var(--yellow-soft);
}
.page-news .stat-grid {
  display: grid;
  gap: 20px;
}
.page-news .stat {
  border-left: 5px solid var(--yellow);
  padding-left: 16px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 14px 14px 0;
}
.page-news .stat-number {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 1;
  color: var(--yellow);
  font-weight: 800;
}
.page-news .stat-label {
  display: inline-block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
}
.page-news .news-invite {
  background: linear-gradient(135deg, var(--orange) 0%, var(--yellow-soft) 100%);
  padding: 56px 0;
  border-bottom: 2px solid var(--ink);
}
.page-news .news-invite h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}
.page-news .news-invite p {
  max-width: 68ch;
  color: #3c2e14;
  line-height: 1.7;
  margin: 14px 0 22px;
  font-weight: 500;
}
.page-news .invite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-news .invite-actions .btn-dark {
  box-shadow: 4px 4px 0 var(--ink);
  border: 2px solid var(--ink);
}
.page-news .invite-actions .btn-cta {
  box-shadow: 4px 4px 0 var(--ink);
}
@media (min-width: 680px) {
  .page-news .archive-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-news .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-news .stat-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (min-width: 760px) {
  .page-news .page-hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 880px) {
  .page-news .feature-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 44px;
  }
}
@media (min-width: 1024px) {
  .page-news .archive-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .page-news .archive-item:nth-child(1) {
    grid-column: span 7;
  }
  .page-news .archive-item:nth-child(2) {
    grid-column: span 5;
  }
  .page-news .archive-item:nth-child(3) {
    grid-column: span 5;
  }
  .page-news .archive-item:nth-child(4) {
    grid-column: span 7;
  }
}
