/* ==========================================================================
   COMPONENTS · STANDFIRST — the deck that summarises the finding directly under
   a title. Larger serif, lighter ink, a narrower measure than the body so it
   reads as an editor's précis, not the article proper.
   ========================================================================== */

.op-standfirst {
  font-family: var(--font-reading);
  font-size: var(--text-md);
  font-weight: var(--weight-regular);
  line-height: var(--leading-snug);
  color: var(--text-secondary);
  max-width: var(--measure-narrow);
  text-wrap: pretty;
  margin-top: var(--space-md);
}

/* The lead variant runs slightly larger for a landing intro */
.op-standfirst--lead {
  font-size: var(--text-lg);
  color: var(--text);
  max-width: var(--measure);
}

.op-standfirst em { font-style: italic; color: var(--text); }
