body.home {
	section:has(h2#find-heuriger) {
		background-color: hsl(0, 0%, 0%, 0.04);
		/* background-image: url('/static/images/home-hero-bg.jpg'); */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;
		padding: .5rem;
		border-radius: .5rem;

		> form {
			max-width: 960px;
			margin: 1rem auto;
			@media (width > 600px) {
				padding-inline: 1.5rem;
			}
		}
		> form, > form > fieldset {
			gap: 1rem;
			display: flex;
			flex-direction: column;
		}

		/*
		&::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: linear-gradient(to bottom, hsl(208, 73%, 59%, 0.6) 0%, hsl(208, 73%, 59%, 0.9) 100%);
			z-index: 0;
		}
		 */
	}

	section:has(h2#what-about, h2#heuriger-missing) {
		max-width: 960px;
		margin-inline: auto;
		@media (width > 600px) {
			padding-inline: 1.5rem;
		}
	}
}
