.intro-cta-content {
    max-width: 56rem;
}

.content-col-grow {
    flex: 1 1 0%;
    min-width: 0;
}

.content-img-fill {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 16rem;
    min-width: 0;
    object-fit: cover;
    flex-shrink: 0;
}

.narrative-chapter__column-inset {
    padding: 4rem;
}

/* glossary steps — oversized counter ring (layout only) */
.glossary-steps__num {
    width: 3.75rem;
    height: 3.75rem;
    min-width: 3.75rem;
}

.spotlight-feature-column__hero {
  min-height: 480px;
  flex: 3 1 0;
}

.spotlight-feature-column__rail {
  flex: 2 1 0;
}

.spotlight-feature-column__ornament {
  width: 2rem;
}

.spotlight-feature-column__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spotlight-feature-column__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

