/* ---------- Hero ---------- */

.hero {
	background: linear-gradient(180deg, var(--green-dark), #0d301d);
	color: white;
	padding-top: 7rem;
	overflow: hidden;
}

.hero .container {
	padding-bottom: 6rem;
}

.hero-eyebrow {
	font-family: "Space Mono", monospace;
	text-transform: uppercase;
	letter-spacing: .15rem;
	color: #9ad8b3;
	font-size: .8rem;
}

.hero h1 {
	font-family: "Fraunces", serif;
	line-height: 1.1;
}

.hero p {
	max-width: 600px;
	opacity: .9;
}

.hero-logo {
	position: relative;
	z-index: 2;
}

.hero-image {
	position: relative;
}

.hero-image::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .05);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wave-divider {
	line-height: 0;
}

.wave-divider svg {
	width: 100%;
	display: block;
}
