/* ==========================================================================
   COMPONENTS · MASTHEAD — every profile opens like an issue cover. A small-caps
   issue line ("Vol. I · No. 14 · Country Brief · Türkiye"), a single rubric
   hairline beneath, then the title. Instantly "periodical of record."
   ========================================================================== */

.op-masthead {
  padding-block: var(--space-lg) var(--space-md);
}

/* The issue line — mono serial furniture, set across the full measure */
.op-masthead__issue {
  font-family: var(--font-data);
  font-size: var(--text-2xs);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--text-secondary);
  font-variant-numeric: tabular-nums lining-nums;
}
.op-masthead__issue .op-mark { color: var(--text); }

/* THE single rubric hairline — the one rule that says "The Economist" */
.op-masthead__rule {
  height: 0;
  border: 0;
  border-top: 2px solid var(--accent);
  margin-block: var(--space-2xs) var(--space-md);
}

/* The issue title — the largest serif on the page */
.op-masthead__title {
  font-family: var(--font-reading);
  font-weight: var(--weight-bold);
  font-size: var(--text-3xl);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  margin: 0;
}

/* An overline kicker between rule and title */
.op-masthead__title-kicker { margin-bottom: var(--space-2xs); }

/* A compact masthead for section/landing pages */
.op-masthead--compact { padding-block: var(--space-md) var(--space-sm); }
.op-masthead--compact .op-masthead__title { font-size: var(--text-2xl); }
