.home-hero {
	position: relative;
	background: var(--site-color-surface);
}

.home-hero__background {
	position: relative;
	overflow: hidden;
	min-height: clamp(42rem, 62vw, 75rem);
	padding: clamp(0.2rem, 1.7vw, 1rem) 0 clamp(7.5rem, 10vw, 8.75rem);
	background-color: #394531;
	background-image:
		radial-gradient(circle at 20.8% 33%, rgba(13, 31, 13, 0.9) 0%, rgba(13, 31, 13, 0.75) 36%, rgba(13, 31, 13, 0.15) 64%),
		linear-gradient(90deg, rgba(13, 31, 13, 0.78) 0%, rgba(13, 31, 13, 0.4) 37%, rgba(13, 31, 13, 0.08) 70%, rgba(13, 31, 13, 0) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.home-hero__background::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: clamp(3.5rem, 5.6vw, 6.7rem);
	background: url("../img/home-hero/wave.svg") center bottom / 100% 100% no-repeat;
}

.home-hero__gradient {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20.8% 33%, rgba(13, 31, 13, 0.9) 0%, rgba(13, 31, 13, 0.75) 36%, rgba(13, 31, 13, 0.15) 64%),
		linear-gradient(90deg, rgba(13, 31, 13, 0.62) 0%, rgba(13, 31, 13, 0.16) 58%, rgba(13, 31, 13, 0) 100%);
}

.home-hero__glow {
	position: absolute;
	right: 2.5rem;
	border-radius: 999px;
	background: var(--site-color-accent-10);
	filter: blur(32px);
}

.home-hero__glow--primary {
	top: 25%;
	width: 18rem;
	height: 18rem;
}

.home-hero__glow--secondary {
	right: 5rem;
	bottom: 25%;
	width: 12rem;
	height: 12rem;
	background: var(--site-color-accent-15);
	filter: blur(20px);
}

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

.home-hero__inner {
	max-width: 79.5rem;
}

.home-hero__content {
	width: min(100%, 47.25rem);
	padding-top: clamp(1rem, 7vw, 2rem);
}

.home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.5rem;
	padding: 0.5625rem 1rem;
	border: 1px solid var(--site-color-accent-40);
	border-radius: 18.75rem;
	background: var(--site-color-accent-20);
	font-size: var(--site-font-size-14);
	line-height: 1.4;
	color: var(--site-color-accent-soft);
}

.home-hero__eyebrow::before {
	content: "";
	flex: 0 0 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--site-color-accent);
}

.home-hero__title {
	margin: 0;
	font-family: var(--site-font-heading);
	font-size: clamp(2.5rem, 1.65rem + 2.66vw, 3.5rem);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.02em;
	text-transform: none;
}

.home-hero__title-accent {
	color: var(--site-color-accent);
}

.home-hero__title-text {
	color: var(--site-color-text);
	max-width: 13ch;
}

.home-hero__description {
	max-width: 41.2rem;
	margin: 1rem 0 0;
	font-size: clamp(1rem, 0.87rem + 0.5vw, 1.25rem);
	line-height: 1.5;
	color: var(--site-color-text-80);
}

.home-hero__list {
	display: grid;
	gap: 0.75rem;
	margin: 1.25rem 0 0;
	padding: 0.5rem 0 0;
	list-style: none;
}

.home-hero__list-item {
	position: relative;
	padding-left: 1.9rem;
	font-size: var(--site-font-size-16);
	line-height: 1.48;
	color: var(--site-color-text-90);
}

.home-hero__list-item::before {
	content: "";
	position: absolute;
	top: 0.08rem;
	left: 0;
	width: 1.125rem;
	height: 1.125rem;
	background: url("../img/home-hero/check.svg") center / contain no-repeat;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
	padding-bottom: 1.55rem;
}

.home-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	min-height: 3.5rem;
	padding: 1rem 2rem;
	border-radius: var(--site-radius-button);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: var(--site-letter-spacing-button);
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-hero__button:hover {
	transform: translateY(-1px);
}

.home-hero__button--primary {
	background: var(--site-color-accent);
	color: var(--site-color-text);
}

.home-hero__button--primary:hover {
	background: #d49224;
}

.home-hero__button--secondary {
	border: 1px solid var(--site-color-line-strong);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(4px);
	color: var(--site-color-text);
}

.home-hero__button--secondary:hover {
	border-color: rgba(255, 255, 255, 0.44);
	background: rgba(255, 255, 255, 0.1);
}

.home-hero__button-icon {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, max-content));
	gap: 2rem;
	padding-top: 3.1rem;
	border-top: 1px solid var(--site-color-line-soft);
}

.home-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.home-hero__stat-value {
	font-family: var(--site-font-heading);
	font-size: clamp(1.75rem, 1.5rem + 0.88vw, 2.1875rem);
	font-weight: 800;
	line-height: 1.26;
	color: var(--site-color-accent);
}

.home-hero__stat-label {
	font-size: var(--site-font-size-14);
	line-height: 1.4;
	color: var(--site-color-text-80);
}

@media (max-width: 991.98px) {
	.home-hero__background {
		min-height: auto;
		padding-bottom: 6.5rem;
		background-position: 62% center;
	}

	.home-hero__gradient {
		background:
			linear-gradient(180deg, rgba(13, 31, 13, 0.72) 0%, rgba(13, 31, 13, 0.38) 38%, rgba(13, 31, 13, 0.72) 100%),
			radial-gradient(circle at 24% 22%, rgba(13, 31, 13, 0.88) 0%, rgba(13, 31, 13, 0.66) 34%, rgba(13, 31, 13, 0.12) 66%);
	}

	.home-hero__content {
		width: min(100%, 39rem);
		padding-top: 3.8rem;
	}

	.home-hero__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.home-hero__background {
		padding: 1rem 0 5.5rem;
		background-position: 68% center;
	}

	.home-hero__glow,
	.home-hero__glow--secondary {
		display: none;
	}

	.home-hero__content {
		width: 100%;
		padding-top: 2.8rem;
	}

	.home-hero__eyebrow {
		margin-bottom: 1.2rem;
		padding-right: 0.875rem;
		padding-left: 0.875rem;
	}

	.home-hero__description {
		max-width: 100%;
	}

	.home-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.home-hero__button {
		width: 100%;
	}

	.home-hero__stats {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding-top: 2rem;
		text-align: center;
	}
}
