/* ═══════════════════════════════════════════════════
   ЁPRST Journal — editorial layout styles
   Подключается только на страницах журнала.
   ═══════════════════════════════════════════════════ */

/* ─── JOURNAL WRAP (как .wrap сайта: ширина и поля общие) ─── */
.jn-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ─── МАСТКЕД (нэйм-плашка журнала) ─── */
.jn-masthead {
  display: grid;
  grid-template-columns: 56fr 44fr;
  border-bottom: 2px solid var(--ink);
  max-width: none;
  margin: 0 auto;
  align-items: stretch;
}
.jn-mast-word {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(46px, 9vw, 128px);
  line-height: .86;
  letter-spacing: -.05em;
  color: var(--ink);
  padding: 22px 24px 18px 0;
  display: flex;
  align-items: center;
}
.jn-mast-word em { font-style: normal; color: var(--c-alyi); }
.jn-mast-side {
  border-left: 2px solid var(--ink);
  padding: 26px 0 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jn-mast-desc {
  font-family: var(--f-text);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 16px;
}
.jn-mast-stamp {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(20,20,19,.5);
}

/* ─── HERO (полноширинное фото + текст поверх) ─── */
.hero {
  position: relative;
  display: block;
  max-width: none;
  margin: 0 auto;
  min-height: 560px;
  overflow: hidden;
  text-decoration: none;
  border-top: 4px solid var(--c-alyi);
  border-bottom: 2px solid var(--ink);
}
.hero-bg { position: absolute; inset: 0; background: #161614; }
.hero-bg img, .hero-bg svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(12,10,8,.9) 0%, rgba(12,10,8,.55) 48%, rgba(12,10,8,.15) 100%),
    linear-gradient(0deg, rgba(12,10,8,.78) 0%, rgba(12,10,8,0) 58%);
}
.hero-overlay {
  position: relative; z-index: 2;
  min-height: 560px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 44px 36px 46px 48px;
  max-width: 760px;
}
.hero-kicker {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-alyi);
  margin-bottom: 18px;
}
.hero-h1 {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: .92;
  letter-spacing: -.03em;
  color: #FCFCFB;
  margin: 0 0 20px;
}
.hero-h1 em { font-style: italic; color: var(--c-alyi); }
.hero-lead {
  font-family: var(--f-text);
  font-weight: 300;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.5;
  color: rgba(252,252,251,.82);
  margin: 0 0 26px;
  max-width: 560px;
}
.hero-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FCFCFB;
  border: 1px solid rgba(252,252,251,.55);
  padding: 13px 22px;
  width: fit-content;
}
.hero:hover .hero-cta { background: var(--c-alyi); border-color: var(--c-alyi); }

/* ─── RUBRIC BAR ─── */
.rubric-bar {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--ink);
  max-width: none;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.rb-label {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(22,22,20,.3);
  padding: 14px 16px 14px 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--ink);
  margin-right: 4px;
}
.rubric-bar a {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-2, rgba(22,22,20,.6));
  text-decoration: none;
  padding: 14px 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  border-right: 1px solid rgba(22,22,20,.08);
}
.rubric-bar a sup {
  font-size: 9px;
  opacity: .45;
}
.rubric-bar a.on,
.rubric-bar a:hover {
  background: var(--ink);
  color: var(--paper);
}

/* ─── ARTICLES HEADER ─── */
.art-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: none;
  margin: 0 auto;
  padding: 10px 0 8px;
  border-bottom: 1px solid rgba(22,22,20,.12);
}
.art-header-label {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(22,22,20,.4);
}
.art-header-meta {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .04em;
  color: rgba(22,22,20,.3);
}

/* ─── EDITORIAL GRID (asymmetric 2-col) ─── */
.ed-grid {
  display: grid;
  grid-template-columns: 1.75fr 1fr;
  max-width: none;
  margin: 0 auto;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.ed-lead {
  padding: 0;
  border-right: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
}
.ed-lead-img {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-height: 300px;
  background: #E8E4DC;
}
.ed-lead-img img,
.ed-lead-img svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ed-lead-body {
  padding: 20px 24px 24px;
  border-top: 1px solid var(--ink);
}
.ed-sec-stack {
  display: flex;
  flex-direction: column;
}
.ed-sec {
  padding: 20px 22px;
  flex: 1;
}
.ed-sec + .ed-sec {
  border-top: 1px solid var(--ink);
}

/* ─── RUBRIC LABELS ─── */
.rub {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.rub-alyi    { color: var(--c-alyi); }
.rub-kobalt  { color: var(--c-kobalt); }
.rub-hvoya   { color: var(--c-hvoya); }
.rub-fuxia   { color: var(--c-fuxia); }
.rub-limon   { color: #b08a00; }  /* лимон — затемнён для читаемости на белом */
.rub-default { color: rgba(22,22,20,.45); }

/* ─── ARTICLE CARD TYPOGRAPHY ─── */
.ed-h2 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: .95;
  letter-spacing: -.025em;
  color: var(--ink);
  margin: 0 0 12px;
}
.ed-h2 em { font-style: italic; color: var(--c-alyi); }
.ed-h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 19px);
  line-height: 1.0;
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 0 0 10px;
}
.ed-h3 em { font-style: italic; color: var(--c-alyi); }
.ed-lead-text {
  font-family: var(--f-text);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(22,22,20,.65);
  margin: 0 0 14px;
}
.ed-meta {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .04em;
  color: rgba(22,22,20,.35);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ed-read-link {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 1px;
  display: inline-block;
  margin-top: 12px;
}

/* ─── HORIZONTAL FEATURE ─── */
.ed-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid var(--c-kobalt);
  max-width: none;
  margin: 0 auto;
}
.ed-feat-left {
  padding: 28px 28px 32px;
  border-right: 1px solid var(--ink);
}
.ed-feat-right {
  padding: 28px 28px 32px;
}
.ed-feat-pull {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ink);
  border-left: 3px solid var(--c-alyi);
  padding-left: 18px;
  margin: 0 0 18px;
  font-style: italic;
}

/* ─── ЛЕНТА (blueprint strip) ─── */
.lenta-section {
  border-top: 2px solid var(--c-hvoya);
  border-bottom: 2px solid var(--ink);
  max-width: none;
  margin: 0 auto;
  background: var(--paper);
}
.lenta-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
}
.lenta-label {
  padding: 26px 16px 26px 24px;
  border-right: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-width: 0;
}
.lenta-label-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 28px;
  line-height: .94;
  letter-spacing: -.02em;
  color: var(--ink);
}
.lenta-label-title em { font-style: italic; color: var(--c-alyi); }
.lenta-label-sub {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(22,22,20,.4);
  margin-top: 10px;
}
.lenta-label-tg {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .06em;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  width: fit-content;
}
.lenta-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.lc {
  padding: 20px 18px;
  border-right: 1px solid rgba(22,22,20,.08);
  display: flex;
  flex-direction: column;
}
.lc:last-child { border-right: none; }
.lc-meta {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .04em;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.lc-date { color: rgba(22,22,20,.4); }
.lc-tag  { color: var(--c-alyi); font-weight: 500; }
.lc-img { aspect-ratio: 16/10; overflow: hidden; border-radius: 3px; margin-bottom: 12px; background: #e8e4dc; }
.lc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lc-title {
  font-family: var(--f-text);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 6px;
  letter-spacing: -.01em;
}
.lc-excerpt {
  font-family: var(--f-text);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(22,22,20,.55);
  margin: 0 0 auto;
}
.lc-cta {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .05em;
  color: rgba(22,22,20,.4);
  text-transform: uppercase;
  margin-top: 14px;
  text-decoration: none;
}
.lc-cta:hover { color: var(--ink); }

/* ─── ВЫПУСКИ ─── */
.issues-section {
  background: #E4E0DA;
  max-width: none;
  margin: 0 auto;
  padding: 36px 32px 52px;
}
.issues-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(22,22,20,.15);
  margin-bottom: 26px;
}
.issues-head h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  color: var(--ink);
  letter-spacing: -.01em;
}
.issues-head h3 em { font-style: italic; opacity: .5; }
.issues-head-link {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .05em;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 1px;
  text-transform: uppercase;
}
.issues-head-link:hover { opacity: .5; }
.issues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.issue-card .cover {
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 12px;
}
.issue-card .cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.issue-card .im {
  font-family: var(--f-mono);
  font-size: 10px;
  color: rgba(22,22,20,.4);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.issue-card h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 780px) {
  .jn-masthead { grid-template-columns: 1fr; }
  .jn-mast-word { padding: 18px 0 12px; }
  .jn-mast-side { border-left: none; border-top: 2px solid var(--ink); padding: 18px 0 20px; }
  .hero { min-height: 440px; }
  .hero-overlay { min-height: 440px; padding: 28px 20px 32px; }
  .ed-grid { grid-template-columns: 1fr; }
  .ed-lead { border-right: none; border-bottom: 1px solid var(--ink); }
  .ed-feature { grid-template-columns: 1fr; }
  .ed-feat-left { border-right: none; border-bottom: 1px solid var(--ink); }
  .lenta-inner { grid-template-columns: 1fr; }
  .lenta-label { border-right: none; border-bottom: 1px solid var(--ink); padding: 20px 16px; }
  .lenta-list { grid-template-columns: 1fr 1fr; }
  .issues-grid { grid-template-columns: 1fr 1fr; }
  .jn-wrap { padding: 0 16px; }
}
@media (max-width: 480px) {
  .lenta-list { grid-template-columns: 1fr; }
  .issues-grid { grid-template-columns: 1fr; }
  .rubric-bar { padding: 0; }
}

/* ═══ МАТЕРИАЛ (страница из блоков) ═══ */
.material { max-width: 1000px; margin: 0 auto; padding: 0 24px 80px; }
.material-head { max-width: 680px; margin: 0 auto; padding: 56px 0 40px; }
.material-kicker { font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px; }
.material-title { font-family: var(--f-display); font-weight: 900; font-size: clamp(32px,4.4vw,56px); line-height: .98; letter-spacing: -.03em; margin: 0 0 24px; }
.material-title em { font-style: italic; color: var(--c-alyi); }
.material-lead { font-family: var(--f-text); font-weight: 300; font-size: 21px; line-height: 1.5; color: rgba(20,20,19,.72); margin: 0 0 26px; }
.material-meta { font-family: var(--f-mono); font-size: 11px; letter-spacing: .04em; color: rgba(20,20,19,.45); display: flex; gap: 16px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid rgba(20,20,19,.12); }
.material-body { max-width: 680px; margin: 0 auto; }
.material-back { display: inline-block; max-width: 680px; margin: 40px auto 0; font-family: var(--f-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--ink); }
.material-back--top { margin: 0 0 24px; color: rgba(20,20,19,.55); border-bottom: none; }
.material-back--top:hover { color: var(--ink); }

/* блоки материала */
.bl { margin: 0 0 34px; }
.bl-text p { font-family: var(--f-text); font-size: 19px; line-height: 1.72; margin: 0 0 20px; }
.bl-heading h2 { font-family: var(--f-display); font-weight: 700; font-size: 28px; line-height: 1.05; letter-spacing: -.02em; margin: 18px 0 4px; }
.bl-photo { margin: 0 0 34px; }
.bl-photo img { width: 100%; border-radius: 4px; display: block; }
.bl-cap { font-family: var(--f-mono); font-size: 11px; color: rgba(20,20,19,.45); margin-top: 9px; line-height: 1.4; }
.bl-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.bl-split img { width: 100%; border-radius: 3px; display: block; }
.bl-split-text p { font-family: var(--f-text); font-size: 17px; line-height: 1.6; margin: 0 0 14px; }
.bl-gallery { display: grid; gap: 12px; }
.bl-gallery[data-count="2"] { grid-template-columns: repeat(2,1fr); }
.bl-gallery[data-count="3"] { grid-template-columns: repeat(3,1fr); }
.bl-gallery[data-count="4"] { grid-template-columns: repeat(2,1fr); }
.bl-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 3px; display: block; }
.bl-quote blockquote { margin: 0; border-left: 3px solid var(--c-alyi); padding: 4px 0 4px 26px; font-family: var(--f-display); font-weight: 700; font-style: italic; font-size: 27px; line-height: 1.18; letter-spacing: -.02em; }
.bl-quote cite { display: block; font-family: var(--f-mono); font-style: normal; font-weight: 400; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: rgba(20,20,19,.45); margin-top: 16px; }
.bl-embed-frame { position: relative; aspect-ratio: 16/9; }
.bl-embed-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 4px; }
.bl-picks { margin: 48px 0 40px; }
.picks-head { font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(20,20,19,.5); margin-bottom: 16px; }
.picks-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pick { text-decoration: none; color: inherit; }
.pick-img { aspect-ratio: 4/5; overflow: hidden; border-radius: 3px; margin-bottom: 12px; background: #e8e4dc; }
.pick-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pick-title { font-family: var(--f-display); font-weight: 600; font-size: 15px; line-height: 1.15; margin-bottom: 4px; }
.pick-artist { font-family: var(--f-text); font-size: 13px; color: rgba(20,20,19,.55); margin-bottom: 8px; }
.pick-row { display: flex; justify-content: space-between; align-items: baseline; }
.pick-price { font-family: var(--f-mono); font-size: 14px; font-weight: 500; }
.pick-buy { font-family: var(--f-mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1.5px solid var(--ink); padding-bottom: 1px; }

/* ═══ ЛЕНТА «Все материалы» (ритм-модули) ═══ */
.materials-page { max-width: none; margin: 0 auto; padding: 0 0 80px; }
.materials-head { padding: 46px 0 22px; border-bottom: 2px solid var(--ink); display: flex; justify-content: space-between; align-items: baseline; }
.materials-head h1 { font-family: var(--f-display); font-weight: 900; font-size: clamp(30px,4vw,46px); letter-spacing: -.03em; margin: 0; }
.materials-head h1 em { font-style: italic; color: var(--c-alyi); }
.materials-count { font-family: var(--f-mono); font-size: 12px; letter-spacing: .05em; color: rgba(20,20,19,.4); }
.materials-feed a { text-decoration: none; color: inherit; }
.feed-img { background: linear-gradient(135deg,#e6e1d8,#d4cebf); overflow: hidden; }
.feed-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feed-img--ph { display: flex; align-items: center; justify-content: center; font-family: var(--f-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: rgba(20,20,19,.3); }
.feed-h2 { font-family: var(--f-display); font-weight: 900; font-size: clamp(24px,3vw,40px); line-height: .96; letter-spacing: -.03em; margin: 0 0 14px; }
.feed-h3 { font-family: var(--f-display); font-weight: 700; font-size: clamp(18px,2vw,24px); line-height: 1; letter-spacing: -.025em; margin: 0 0 10px; }
.feed-h4 { font-family: var(--f-display); font-weight: 600; font-size: 18px; line-height: 1.05; letter-spacing: -.02em; margin: 0 0 9px; }
.feed-lead { font-family: var(--f-text); font-weight: 300; font-size: 16px; line-height: 1.5; color: rgba(20,20,19,.65); margin: 0 0 18px; }
.feed-meta { font-family: var(--f-mono); font-size: 10px; letter-spacing: .04em; color: rgba(20,20,19,.4); display: flex; gap: 10px; }
.feed-hero { display: grid; grid-template-columns: 1.55fr 1fr; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); }
.feed-hero .feed-img { aspect-ratio: 16/11; border-right: 1px solid var(--ink); }
.feed-hero-body { padding: 32px 34px; display: flex; flex-direction: column; justify-content: center; }
.feed-split { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--ink); }
.feed-half:first-child { border-right: 1px solid var(--ink); }
.feed-half .feed-img { aspect-ratio: 16/9; border-bottom: 1px solid rgba(20,20,19,.12); }
.feed-card-body { padding: 16px 26px 24px; }
.feed-band { display: grid; grid-template-columns: 1fr 1.3fr; border-bottom: 2px solid var(--ink); }
.feed-band-body { padding: 26px 30px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: center; }
.feed-band .feed-img { aspect-ratio: 21/9; }
.feed-split2 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--ink); }
.feed-feat { border-right: 1px solid var(--ink); display: block; }
.feed-feat .feed-img { aspect-ratio: 4/5; }
.feed-feat-body { padding: 22px 26px 26px; }
.feed-stack { display: flex; flex-direction: column; }
.feed-it { padding: 20px 24px; border-bottom: 1px solid rgba(20,20,19,.12); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.feed-it:last-child { border-bottom: none; }
.feed-textband { border-bottom: 1px solid var(--ink); }
.feed-row { display: grid; grid-template-columns: 64px 1fr auto; gap: 20px; align-items: baseline; padding: 16px 0; border-top: 1px solid rgba(20,20,19,.12); }
.feed-row:first-child { border-top: none; }
.feed-n { font-family: var(--f-mono); font-size: 12px; color: rgba(20,20,19,.3); }
.feed-mt { font-family: var(--f-mono); font-size: 10px; color: rgba(20,20,19,.4); white-space: nowrap; }
.materials-more { text-align: center; padding: 46px 0 0; }
.materials-more button { font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; background: none; border: 1.5px solid var(--ink); color: var(--ink); padding: 14px 28px; border-radius: 2px; opacity: .5; }

@media (max-width: 780px) {
  .bl-split-grid, .picks-grid { grid-template-columns: 1fr; }
  .feed-hero, .feed-split, .feed-band, .feed-split2 { grid-template-columns: 1fr; }
  .feed-hero .feed-img, .feed-band-body, .feed-feat, .feed-half:first-child { border-right: none; }
  .feed-band-body, .feed-half:first-child { border-bottom: 1px solid var(--ink); }
  .feed-row { grid-template-columns: 1fr; }
  .feed-n, .feed-mt { display: none; }
}
