/**
 * Home template-level rhythm and layout helpers.
 */

.lat-container {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 var(--container-padding);
}

.home .lat-hero,
.home .lat-home-categories,
.home .lat-featured-products,
.home .lat-latest-recipes,
.home .lat-about-intro,
.home .lat-sunday-banner {
	padding-block: clamp(4rem, 8vw, 8rem);
}

.home .lat-hero {
	padding-top: 0;
	padding-bottom: 0;
}

.home section + section {
	position: relative;
}

.home section + section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
	background: rgba(122, 150, 159, 0.65);
}
