.news-back {
  border-right: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
  padding: 9px 16px;
  background: linear-gradient(90deg, rgba(129, 210, 138, .22), transparent 50%, rgba(129, 210, 138, .22));
  color: var(--muted);
  font: 11px/1 var(--font-mono);
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.news-feed { width: min(1420px, calc(100% - 40px)); margin: 20px auto 70px; }
.news-issue { padding: 25px 0 70px; border-bottom: 2px solid rgba(129, 210, 138, .3); }
.news-issue + .news-issue { margin-top: 55px; }
.issue-header { margin-bottom: 28px; border-top: 3px double var(--primary); border-bottom: 3px double var(--primary); padding: 17px 10px 15px; text-align: center; }
.issue-header p { margin: 0; color: var(--muted); font: 11px/1.5 var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.issue-header h1 { margin: 8px 0; color: var(--text); font: 700 clamp(28px, 5vw, 58px)/1 Georgia, "Times New Roman", serif; letter-spacing: .025em; text-transform: uppercase; }
.news-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr) minmax(0, 1fr); gap: 0; align-items: start; }
.news-article { min-width: 0; border-right: 1px solid var(--line); padding: 8px 24px 28px; }
.news-article:nth-last-child(1) { border-right: 0; }
.news-article.is-main { grid-column: 2; grid-row: 1 / span 20; border-right: 1px solid var(--line); border-left: 1px solid var(--line); padding-right: 34px; padding-left: 34px; background: linear-gradient(145deg, rgba(210, 201, 129, .065), rgba(210, 201, 129, .018) 42%, transparent 78%); }
.news-date { margin: 0 0 8px; color: var(--highlight); font: 10px/1 var(--font-mono); }
.news-article h2 { margin: 0 0 17px; color: #eff8f0; font: 700 clamp(20px, 2.5vw, 29px)/1.12 Georgia, "Times New Roman", serif; }
.news-article.is-main h2 { font-size: clamp(27px, 3.2vw, 41px); }
.news-copy { color: #bbc7bd; font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
.news-copy p { margin: 0 0 1em; }
.news-copy h1, .news-copy h2, .news-copy h3, .news-copy h4 { margin: 1.2em 0 .55em; color: var(--text); font-family: Georgia, "Times New Roman", serif; }
.news-copy a { color: var(--secondary); }
.news-copy img { max-width: 100%; height: auto; }
.news-copy blockquote { margin: 1.2em 0; border-left: 2px solid var(--highlight); padding-left: 16px; color: var(--muted); }
.news-copy code { color: var(--primary); font-family: var(--font-mono); }
.news-copy pre { overflow: auto; padding: 15px; background: var(--surface-deep); }
.news-empty { width: min(820px, 100%); margin: 9vh auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(35px, 7vw, 80px); background: rgba(41, 43, 42, .72); text-align: center; }
.news-empty h1 { margin: 0 0 25px; color: var(--primary); font: 700 clamp(28px, 5vw, 50px)/1.08 var(--font-display); text-transform: uppercase; }
.news-empty p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.news-frame { width: 100%; min-height: calc(100vh - 185px); border: 1px solid var(--line); background: var(--background); }

@media (max-width: 900px) {
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-article.is-main { grid-column: 1 / -1; grid-row: auto; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 620px) {
  .news-back { display: none; }
  .news-grid { grid-template-columns: 1fr; }
  .news-article, .news-article.is-main { border-right: 0; border-bottom: 1px solid var(--line); padding: 20px 10px 30px; }
}
