body.ph-refactor-v1 .ph-home-surface {
	display: grid;
	gap: var(--ph-section-space);
	padding-bottom: var(--ph-section-space);
}

body.ph-refactor-v1 .ph-home-surface > section {
	width: min(1600px, calc(100vw - clamp(1.25rem, 4vw, 3rem) * 2));
	margin-inline: auto;
}
