.gh-head {
	background-image: url(/assets/hero.png);
	filter: drop-shadow(0 0 0.75rem oklch(from var(--black) l c h / calc(alpha - 0.2)));

	margin: 0 -3rem;
	padding: 0 3rem;

	@media (max-width: 45rem) {
		margin: 0 -0.8rem;
		padding: 0 0.8rem;
	}
}

.gh-head-inner {
	height: 95vh;
}

.gh-head-logo {
	color: var(--yellow);
	position: absolute;
	top: 35vh;
	text-align: center;
	width: 100%;
	font-size: clamp(3rem, -3rem + 24vw, 7rem);
}

.gh-head-menu {
	display: grid;
	place-items: center;
	width: 100%;

	.nav {
		position: absolute;
		top: 95vh;
		justify-content: center;
		scale: 1.3;
		filter: drop-shadow(0 0 0.75rem var(--black));
	}
}

main {
	margin: 10rem 0;
}

.gh-page,
.gh-container,
section {
	width: 100%;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;

	&:not(:has(a)) h2 {
		text-align: center;
		width: 100%;
	}
}

.contact {
	text-align: center;
	margin-top: 10rem;
}
