/* r31 owner: shared type hierarchy and section heading primitives. Extracted verbatim from the r30 cascade lines 241-318. */
.eyebrow {
    margin-bottom: 1.1rem;
    color: var(--signal);
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    line-height: 1.4;
    text-transform: uppercase;
}

.display {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.83;
    text-transform: uppercase;
}

.display span {
    display: block;
}

.display__cut {
    color: transparent;
    -webkit-text-stroke: 0.045em var(--text);
    text-shadow: 0.055em 0.055em 0 var(--signal);
}

.display--hero {
    max-width: 11ch;
    font-size: clamp(5.2rem, 13.2vw, 13.8rem);
}

.display--page {
    font-size: clamp(4.4rem, 10.8vw, 11.2rem);
}

.section {
    position: relative;
    padding-block: clamp(5.5rem, 11vw, 10rem);
}

.section + .section {
    border-top: 1px solid var(--line);
}

.section-heading {
    max-width: 68rem;
    margin-bottom: clamp(2.75rem, 6vw, 5rem);
}

.section-heading > p:last-child {
    max-width: 52rem;
    margin-bottom: 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
    gap: 3rem;
    max-width: none;
    align-items: end;
}

.section-heading--split > p,
.section-heading--split > a {
    justify-self: end;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

