/*
 * Section Manager - lightweight ordering and performance layer.
 */

.nsv-section-manager-active .nsv-home-design{
	display:flex;
	flex-direction:column;
}

.nsv-section-manager-active .nsv-home-section{
	order:var(--nsv-section-order,50);
}

.nsv-section-performance-light .nsv-home-design *,
.nsv-section-performance-light .nsv-home-design *::before,
.nsv-section-performance-light .nsv-home-design *::after{
	animation:none!important;
	transition:color .12s ease, background-color .12s ease, border-color .12s ease!important;
}

.nsv-section-performance-light .nsv-home-design .feature-card,
.nsv-section-performance-light .nsv-home-design .post-card,
.nsv-section-performance-light .nsv-home-design .nsv-home-media-card{
	box-shadow:0 8px 24px rgba(15,23,42,.055)!important;
	backdrop-filter:none!important;
}

.nsv-section-performance-light .nsv-home-design .nsv-home-media-glow,
.nsv-section-performance-light .nsv-home-design .hero-badge{
	display:none!important;
}

.nsv-section-performance-balanced .nsv-home-design .feature-card,
.nsv-section-performance-balanced .nsv-home-design .post-card,
.nsv-section-performance-balanced .nsv-home-design .nsv-home-media-card{
	will-change:auto;
}

.nsv-section-performance-visual .nsv-home-design .feature-card,
.nsv-section-performance-visual .nsv-home-design .post-card,
.nsv-section-performance-visual .nsv-home-design .nsv-home-media-card{
	will-change:transform;
}

@media(max-width:768px){
	.nsv-section-mobile-custom .nsv-home-design{
		display:flex;
		flex-direction:column;
	}
}


/* clearer lightweight mode */
.nsv-section-performance-light .hero-section,
.nsv-section-performance-light .nsv-home-section{
	background-image:none!important;
}
.nsv-section-performance-light .nsv-home-design .feature-card:hover,
.nsv-section-performance-light .nsv-home-design .post-card:hover,
.nsv-section-performance-light .nsv-home-design .nsv-media-card:hover{
	transform:none!important;
}
.nsv-section-performance-light .nsv-home-design .feature-card,
.nsv-section-performance-light .nsv-home-design .post-card,
.nsv-section-performance-light .nsv-home-design .nsv-media-card{
	border-radius:18px!important;
}
