/* ---------------------------------------------------------------------------
 * Homepage layout — Classic
 * Editorial default: split hero + story rail, balanced section flow.
 * ------------------------------------------------------------------------- */

body.np-home-classic .np-main--front {
	max-width: 1400px;
}

body.np-home-classic .np-section {
	max-width: 1200px;
}

/* Slight section rhythm: alternate quiet/dense. */
body.np-home-classic .np-section:nth-of-type(even) {
	background: color-mix(in srgb, var(--np-color-surface, #fff) 55%, transparent);
}
