/* One label treatment for the home sections and their dedicated pages. */
.eyebrow.section-number[data-section-key] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  color: #b9c5e1;
  font-family: var(--sans);
  font-size: .875rem;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.article-heading > .section-number { margin-bottom: 18px; }
