/**
 * Homepage-only progressive rendering primitives.
 */

.mc-home-stage {
	display: contents;
}

.mc-home-stage--section + .mc-home-stage--section > .mc-section {
	border-block-start: 1px solid var(--mc-color-border);
}

.mc-home-stage [data-mc-src],
.mc-home-stage [data-mc-src-late] {
	background-color: var(--mc-color-surface);
}
