.page-news {
  background: #12121A;
  color: #F5F0E1;
  overflow-x: hidden;
}

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

.page-news .journal-masthead {
  position: relative;
  padding: clamp(2.25rem, 5vw, 4.25rem) 0 2rem;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(212, 175, 55, 0.14), transparent 55%),
    radial-gradient(ellipse at 88% 28%, rgba(123, 12, 27, 0.42), transparent 52%);
}

.page-news .journal-masthead::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 999px;
  width: 100%;
  margin-top: clamp(1.75rem, 4vw, 3rem);
  background: linear-gradient(90deg, #D4AF37 0%, #E60012 40%, #7B0C1B 75%, transparent 100%);
  opacity: 0.85;
}

.page-news .breadcrumb {
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.page-news .masthead-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: end;
}

.page-news .masthead-main {
  position: relative;
  padding-left: 1.1rem;
}

.page-news .masthead-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, #D4AF37, #E60012);
  transform: skewY(-10deg);
}

.page-news .masthead-kicker {
  font-family: var(--font-num);
  letter-spacing: 0.42em;
  font-size: 0.72rem;
  color: #D4AF37;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.page-news .journal-masthead h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #F5F0E1;
  margin: 0;
}

.page-news .masthead-lead {
  margin-top: 1rem;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.7;
  color: rgba(245, 240, 225, 0.72);
  max-width: 34ch;
}

.page-news .masthead-aside {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
}

.page-news .masthead-issue {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(123, 12, 27, 0.6), rgba(18, 18, 26, 0.82));
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: var(--radius-md);
  width: fit-content;
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.page-news .masthead-issue::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 175, 55, 0.4);
}

.page-news .issue-label {
  font-family: var(--font-num);
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  color: #D4AF37;
}

.page-news .issue-num {
  font-family: var(--font-num);
  font-size: 3.5rem;
  line-height: 1;
  color: #F5F0E1;
  font-weight: 700;
}

.page-news .issue-season {
  font-family: var(--font-num);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: rgba(245, 240, 225, 0.68);
}

.page-news .masthead-note {
  background: rgba(245, 240, 225, 0.06);
  border: 1px solid rgba(245, 240, 225, 0.1);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-width: 150px;
}

.page-news .masthead-note-label {
  font-family: var(--font-num);
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #D4AF37;
}

.page-news .masthead-note-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(245, 240, 225, 0.8);
  font-weight: 600;
}

.page-news .journal-body {
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.page-news .magazine-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.page-news .mag-side {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.page-news .topic-nav,
.page-news .side-quick,
.page-news .side-stats,
.page-news .side-editorial {
  background: rgba(26, 26, 36, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.page-news .side-block-title {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.page-news .topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.page-news .topic-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  color: rgba(245, 240, 225, 0.8);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 1px solid transparent;
}

.page-news .topic-link:hover,
.page-news .topic-link.is-active {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.25);
  color: #D4AF37;
}

.page-news .topic-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  flex: none;
}

.page-news .dot-gold {
  background: #D4AF37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

.page-news .dot-red {
  background: #E60012;
  box-shadow: 0 0 8px rgba(230, 0, 18, 0.6);
}

.page-news .dot-moss {
  background: #5C7A5C;
  box-shadow: 0 0 8px rgba(92, 122, 92, 0.6);
}

.page-news .dot-rice {
  background: #F5F0E1;
  box-shadow: 0 0 8px rgba(245, 240, 225, 0.4);
}

.page-news .side-editorial {
  background: linear-gradient(135deg, rgba(123, 12, 27, 0.42), rgba(18, 18, 26, 0.74));
  border-color: rgba(230, 0, 18, 0.2);
}

.page-news .editorial-quote {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(245, 240, 225, 0.85);
}

.page-news .editorial-sign {
  display: inline-block;
  margin-top: 0.7rem;
  font-family: var(--font-num);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #E8D29A;
}

.page-news .quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.9rem;
  margin-bottom: 0.4rem;
  border-radius: 0.75rem;
  background: rgba(18, 18, 26, 0.5);
  color: #F5F0E1;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  border: 1px solid transparent;
}

.page-news .quick-link:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.2);
  transform: translateX(4px);
}

.page-news .quick-arrow {
  color: #D4AF37;
  font-family: var(--font-num);
}

.page-news .stat-mini-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.page-news .stat-mini-list li {
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 0.9rem;
  padding: 0.85rem 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.page-news .stat-mini-list strong {
  font-family: var(--font-num);
  font-size: 1.5rem;
  line-height: 1;
  color: #D4AF37;
  font-weight: 700;
}

.page-news .stat-mini-list span {
  font-size: 0.72rem;
  color: rgba(245, 240, 225, 0.65);
}

.page-news .side-stats-note {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(245, 240, 225, 0.55);
  border-top: 1px dashed rgba(245, 240, 225, 0.1);
  padding-top: 0.75rem;
}

.page-news .mag-main {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.page-news .journal-section {
  scroll-margin-top: 2rem;
}

.page-news .journal-section-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: 0.9rem;
  position: relative;
}

.page-news .journal-section-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.7), rgba(212, 175, 55, 0.08) 70%, transparent);
}

.page-news .journal-section-number {
  font-family: var(--font-num);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1;
  color: #D4AF37;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-news .journal-section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 800;
  color: #F5F0E1;
  margin: 0;
  letter-spacing: 0.02em;
}

.page-news .journal-section-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.12), transparent);
}

.page-news .feature-article {
  background: rgba(26, 26, 36, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-news .feature-article:hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.page-news .feature-media {
  position: relative;
  overflow: hidden;
}

.page-news .feature-media img {
  width: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.page-news .feature-serial {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(18, 18, 26, 0.8);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #D4AF37;
  font-family: var(--font-num);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.page-news .feature-body {
  padding: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.page-news .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-news .tag-gold {
  background: rgba(212, 175, 55, 0.14);
  border-color: rgba(212, 175, 55, 0.4);
  color: #D4AF37;
}

.page-news .tag-outline {
  background: transparent;
  border: 1px solid rgba(245, 240, 225, 0.3);
  color: rgba(245, 240, 225, 0.75);
}

.page-news .feature-body h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.25;
  font-weight: 800;
  color: #F5F0E1;
  margin: 0;
}

.page-news .article-excerpt {
  color: rgba(245, 240, 225, 0.72);
  line-height: 1.75;
  font-size: 0.97rem;
  margin: 0;
}

.page-news .article-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #D4AF37;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
  transition: gap 0.3s ease, color 0.3s ease;
}

.page-news .article-link:hover {
  gap: 0.7rem;
  color: #E8D29A;
}

.page-news .article-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.25rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(245, 240, 225, 0.08);
}

.page-news .meta-label {
  font-family: var(--font-num);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: rgba(245, 240, 225, 0.4);
  text-transform: uppercase;
}

.page-news .update-timeline {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}

.page-news .mini-update {
  display: flex;
  gap: 1rem;
  padding: 1.2rem 0.5rem 1.2rem 0;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.15);
  position: relative;
}

.page-news .mini-update:first-child {
  padding-top: 0;
}

.page-news .mini-update:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-news .mini-dot {
  flex: none;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: #D4AF37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12), 0 0 10px rgba(212, 175, 55, 0.5);
}

.page-news .mini-content {
  flex: 1;
}

.page-news .mini-label {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: #E8D29A;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.page-news .mini-content h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #F5F0E1;
}

.page-news .mini-content p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(245, 240, 225, 0.65);
}

.page-news .feature-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page-news .feature-card {
  background: rgba(26, 26, 36, 0.5);
  border: 1px solid rgba(245, 240, 225, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-news .feature-card-media {
  position: relative;
  overflow: hidden;
}

.page-news .feature-card-media img {
  width: 100%;
  object-fit: cover;
}

.page-news .card-serial {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  background: rgba(18, 18, 26, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #D4AF37;
  font-family: var(--font-num);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.page-news .feature-card-body {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.page-news .card-label {
  font-family: var(--font-num);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4AF37;
  background: rgba(212, 175, 55, 0.1);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.page-news .card-label-moss {
  color: #A8C5A8;
  border-color: rgba(92, 122, 92, 0.3);
  background: rgba(92, 122, 92, 0.12);
}

.page-news .feature-card h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.3;
  color: #F5F0E1;
  margin: 0;
}

.page-news .feature-card p {
  margin: 0;
  color: rgba(245, 240, 225, 0.7);
  line-height: 1.7;
  font-size: 0.94rem;
}

.page-news .step-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-news .step-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(245, 240, 225, 0.78);
  background: rgba(18, 18, 26, 0.5);
  border-radius: 0.75rem;
  padding: 0.6rem 0.85rem;
  border-left: 2px solid #D4AF37;
}

.page-news .step-list li span {
  font-family: var(--font-num);
  font-size: 0.8rem;
  font-weight: 700;
  color: #D4AF37;
}

.page-news .feature-card-compact {
  display: block;
  background: linear-gradient(135deg, rgba(123, 12, 27, 0.35), rgba(18, 18, 26, 0.8));
  border-color: rgba(230, 0, 18, 0.2);
}

.page-news .feature-card-compact .feature-card-body {
  padding: clamp(1.5rem, 3vw, 2rem);
}

.page-news .inline-quote {
  margin: 0.5rem 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid #E60012;
  background: rgba(230, 0, 18, 0.07);
  color: rgba(245, 240, 225, 0.85);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  line-height: 1.7;
  border-radius: 0 0.75rem 0.75rem 0;
}

.page-news .insight-card {
  background: rgba(26, 26, 36, 0.55);
  border: 1px solid rgba(92, 122, 92, 0.18);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: block;
}

.page-news .insight-media {
  position: relative;
  overflow: hidden;
}

.page-news .insight-media img {
  width: 100%;
  object-fit: cover;
}

.page-news .insight-body {
  padding: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: flex-start;
}

.page-news .insight-body h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  color: #F5F0E1;
  margin: 0;
  line-height: 1.3;
}

.page-news .insight-body p {
  margin: 0;
  color: rgba(245, 240, 225, 0.7);
  line-height: 1.75;
  font-size: 0.94rem;
}

.page-news .data-points {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-news .data-points li {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.03));
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 0.9rem;
  padding: 0.8rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 96px;
}

.page-news .dp-num {
  font-family: var(--font-num);
  font-size: 1.6rem;
  font-weight: 700;
  color: #D4AF37;
  line-height: 1.1;
}

.page-news .data-points li span:last-child {
  font-size: 0.75rem;
  color: rgba(245, 240, 225, 0.6);
}

.page-news .archive-figure {
  margin: 0 0 1.5rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.15);
}

.page-news .archive-figcaption {
  padding: 0.65rem 1rem;
  background: rgba(18, 18, 26, 0.8);
  color: rgba(245, 240, 225, 0.6);
  font-family: var(--font-num);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-news .version-list {
  display: flex;
  flex-direction: column;
}

.page-news .version-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.15rem 0;
  border-bottom: 1px dashed rgba(245, 240, 225, 0.12);
}

.page-news .version-item:last-child {
  border-bottom: none;
}

.page-news .version-tag {
  flex: none;
  margin-top: 0.15rem;
  min-width: 96px;
  text-align: center;
  justify-content: center;
  font-family: var(--font-num);
  letter-spacing: 0.06em;
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.3);
  color: #E8D29A;
}

.page-news .version-info h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: #F5F0E1;
}

.page-news .version-info p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(245, 240, 225, 0.65);
}

.page-news .journal-end-nav {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  background:
    radial-gradient(rgba(212, 175, 55, 0.1) 1px, transparent 1px),
    linear-gradient(135deg, rgba(123, 12, 27, 0.38), rgba(18, 18, 26, 0.92));
  background-size: 16px 16px, auto;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
}

.page-news .journal-end-info h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  margin: 0 0 0.5rem;
  color: #F5F0E1;
}

.page-news .journal-end-info p {
  margin: 0;
  color: rgba(245, 240, 225, 0.65);
  line-height: 1.6;
  font-size: 0.94rem;
}

.page-news .journal-end-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.page-news .journal-end-links .btn {
  text-decoration: none;
}

@media (min-width: 600px) {
  .page-news .masthead-aside {
    justify-content: flex-end;
  }
}

@media (min-width: 700px) {
  .page-news .feature-media {
    height: clamp(300px, 36vw, 460px);
  }

  .page-news .feature-media img {
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
  }
}

@media (min-width: 900px) {
  .page-news .masthead-grid {
    grid-template-columns: 1fr auto;
    gap: 2rem;
  }

  .page-news .feature-card {
    flex-direction: row;
  }

  .page-news .feature-card-media {
    flex: 0 0 40%;
    min-height: 300px;
  }

  .page-news .feature-card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-news .feature-card-compact {
    display: block;
  }

  .page-news .journal-end-nav {
    grid-template-columns: 1.2fr 1fr;
  }
}

@media (min-width: 992px) {
  .page-news .insight-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .page-news .insight-media {
    min-height: 320px;
  }

  .page-news .insight-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .page-news .magazine-grid {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 3.5rem;
  }

  .page-news .mag-side {
    position: sticky;
    top: 6.5rem;
  }
}
