/* content gutter — bracket ticks share width */
.content-gutter__tick {
    width: 1px;
}

/* solo column: span full grid / row when second stack hidden */
.content-gutter__lead--span {
    grid-column: 1 / -1;
}

/* glossary wire — row nudge on hover */
.glossary-wire__row {
    transition: transform 0.18s ease;
}

.glossary-wire__row:hover {
    transform: translateX(3px);
}

.chronicle-split-hero__media {
    min-height: 20rem;
}


.chronicle-split-hero__bead {
    width: 0.25rem;
    height: 0.25rem;
}
.chronicle-split-hero__img {
    object-fit: cover;
}

.chronicle-split-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enroll-split-glow__card {
    max-width: 56rem;
}

.enroll-split-glow__halo {
    width: 16rem;
    height: 16rem;
}

.enroll-split-glow__wash {
    width: 10rem;
    height: 10rem;
}

