.front-briefs { grid-template-rows: repeat(3, 1fr); }

.story-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.story-card--wide .editorial-figure { margin-bottom: 0; }

.story-card--quote {
  display: flex;
  align-items: center;
  min-height: 100%;
  border-top: 5px solid var(--red);
  border-bottom: 1px solid var(--line-strong);
}

.story-card--quote blockquote {
  margin: 28px 0;
  border-left: 5px solid var(--red);
  padding: 4px 0 4px 22px;
  color: var(--navy);
  font: 700 clamp(23px, 2.5vw, 34px) / 1.55 var(--serif);
}

@media (max-width: 860px) {
  .story-card--wide { display: block; }
  .story-card--wide .editorial-figure { margin-bottom: 24px; }
}

@media (max-width: 620px) {
  .issue-masthead h1 { font-size: 15.5vw; letter-spacing: 0.04em; }
  .front-lead h2 { font-size: 38px; }
  .front-lead h2 em { white-space: normal; }
}
