.hg-wrap {
	max-width: var(--hg-max);
	margin: 0 auto;
	padding: 0 var(--hg-pad);
	width: 100%;
}

.hg-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--hg-green-700);
}

.hg-kicker::before {
	content: "";
	width: 32px;
	height: 1px;
	background: currentColor;
}

.hg-kicker--light {
	color: var(--hg-green-200);
	margin-bottom: 0;
}

.hg-kicker--light::before {
	width: 48px;
	height: 2px;
	background: var(--hg-green-200);
}

.hg-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: var(--hg-green-900);
	white-space: nowrap;
}

.hg-text-link::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.hg-crumbs {
	margin: 0;
	padding: 20px 0 16px;
	font-size: 13px;
}

.hg-crumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--hg-muted);
}

.hg-crumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 8px;
	opacity: 0.5;
}

.hg-crumbs a:hover {
	color: var(--hg-green-900);
}

.hg-crumbs [aria-current="page"] {
	color: var(--hg-green-900);
	font-weight: 600;
}

.hg-main--solutions,
.hg-main--solution {
	background: var(--hg-paper);
}

.hg-sol-banner,
.hg-sol-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: var(--hg-banner-min);
	padding: 80px 0 48px;
	color: var(--hg-white);
	background-color: #0a1a16;
	background-image:
		linear-gradient(90deg, rgba(1, 38, 31, 0.92) 0%, rgba(1, 38, 31, 0.55) 55%, rgba(1, 38, 31, 0.22) 100%),
		var(--hg-banner-image, none);
	background-size: cover;
	background-position: center;
}

.hg-sol-hero {
	min-height: 420px;
	padding: 96px 0 64px;
	background-image:
		linear-gradient(to top, rgba(1, 38, 31, 0.92) 0%, rgba(1, 38, 31, 0.45) 48%, rgba(1, 38, 31, 0.18) 100%),
		var(--hg-hero-image, none);
}

.hg-sol-banner h1,
.hg-sol-hero h1 {
	margin: 12px 0 0;
	max-width: 760px;
	font-family: var(--hg-display);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.6px;
	color: var(--hg-white);
}

.hg-sol-banner__lead,
.hg-sol-hero__lead {
	max-width: 580px;
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.16px;
	color: var(--hg-mist);
	opacity: 0.92;
}

.hg-sol-archive {
	padding: 56px 0 96px;
}

.hg-sol-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.hg-sol-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 400px;
	padding: 32px;
	overflow: hidden;
	border-radius: 12px;
	color: var(--hg-white);
	background-color: #2a3530;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.hg-sol-card h3 {
	margin: 0 0 12px;
	font-family: var(--hg-display);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.48px;
	line-height: 1.35;
	color: var(--hg-white);
	text-shadow: 0 1px 10px rgba(1, 38, 31, 0.45);
}

.hg-sol-card p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--hg-mist);
	opacity: 0.9;
}

.hg-sol-card span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: var(--hg-green-200);
}

.hg-sol-card span::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.hg-sol-empty {
	margin: 0;
	padding: 40px 32px;
	border: 1px dashed var(--hg-line);
	border-radius: 12px;
	color: var(--hg-muted);
}

.hg-sol-archive .navigation.pagination {
	margin-top: 48px;
}

.hg-sol-archive .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.hg-sol-archive .nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--hg-line);
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--hg-muted);
}

.hg-sol-archive .nav-links a.page-numbers:hover {
	border-color: var(--hg-green-900);
	color: var(--hg-green-900);
}

.hg-sol-archive .nav-links .page-numbers.current {
	background: var(--hg-green-900);
	border-color: var(--hg-green-900);
	color: var(--hg-white);
}

.hg-sol-top {
	background: var(--hg-paper);
}

.hg-sol-body {
	padding: 64px 0 24px;
}

.hg-sol-content.entry-content > * {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.hg-sol-content.entry-content > .alignwide {
	max-width: 1152px;
}

.hg-sol-content.entry-content > .alignfull {
	max-width: none;
}

.hg-sol-content.entry-content p {
	color: var(--hg-muted);
	line-height: 1.65;
	font-size: 17px;
}

.hg-sol-content.entry-content .wp-block-heading {
	font-family: var(--hg-display);
	color: var(--hg-ink);
}

.hg-sol-related {
	padding: 72px 0 96px;
	background: var(--hg-mist);
}

.hg-sol-related__head {
	margin-bottom: 32px;
}

.hg-sol-related__title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}

.hg-sol-related__title h2 {
	margin: 0;
	font-family: var(--hg-display);
	font-size: 28px;
	font-weight: 600;
	color: var(--hg-green-900);
}

.hg-sol-grid--related .hg-sol-card {
	min-height: 320px;
	padding: 28px;
}

.hg-sol-cta {
	padding: 88px 0;
	background-color: var(--hg-green-900);
	color: var(--hg-white);
}

.hg-sol-cta__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.hg-sol-cta__copy {
	max-width: 640px;
}

.hg-sol-cta h2 {
	margin: 12px 0 16px;
	font-family: var(--hg-display);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.4px;
	color: var(--hg-white);
}

.hg-sol-cta p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--hg-mist);
	opacity: 0.9;
}

.hg-btn--mint {
	background: var(--hg-green-200);
	color: var(--hg-green-900);
	padding: 16px 32px;
	flex-shrink: 0;
}

.hg-btn--mint:hover {
	background: var(--hg-white);
}

@media (max-width: 1100px) {
	.hg-sol-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hg-sol-banner h1,
	.hg-sol-hero h1 {
		font-size: 36px;
	}

	.hg-sol-cta h2 {
		font-size: 28px;
	}
}

@media (max-width: 800px) {
	.hg-sol-banner,
	.hg-sol-hero {
		min-height: var(--hg-banner-min);
		padding: 56px 0 36px;
	}

	.hg-sol-hero {
		padding: 64px 0 40px;
	}

	.hg-sol-banner h1,
	.hg-sol-hero h1 {
		font-size: 32px;
	}

	.hg-sol-archive {
		padding: 32px 0 72px;
	}

	.hg-sol-grid,
	.hg-sol-grid--related {
		grid-template-columns: 1fr;
	}

	.hg-sol-card,
	.hg-sol-grid--related .hg-sol-card {
		min-height: 320px;
	}

	.hg-sol-body {
		padding: 40px 0 8px;
	}

	.hg-sol-related {
		padding: 48px 0 64px;
	}

	.hg-sol-related__title {
		flex-direction: column;
		align-items: flex-start;
	}

	.hg-sol-cta {
		padding: 56px 0;
	}

	.hg-sol-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.hg-sol-cta .hg-btn--mint {
		align-self: flex-start;
	}
}
