:root {
	--vuh-green-950: #123e31;
	--vuh-green-800: #1f6549;
	--vuh-green-700: #2d7f55;
	--vuh-green-100: #e6f3eb;
	--vuh-sand: #fbfaf6;
	--vuh-ink: #18302a;
	--vuh-muted: #64736e;
	--vuh-line: #dfe7e2;
	--vuh-white: #fff;
	--vuh-shadow: 0 18px 48px rgba(22, 72, 54, .11);
}

body.vuh-home-page #main-container > .page-heading {
	display: none;
}

body.vuh-home-page #main-container {
	background:
		radial-gradient(circle at 90% 9%, rgba(45, 127, 85, .13), transparent 25%),
		var(--vuh-sand);
}

body.vuh-home-page #page-wrap {
	padding-top: 0;
	overflow: visible !important;
}

body.vuh-home-page {
	overflow-x: hidden;
}

.vuh-plugin-container {
	width: min(1170px, calc(100% - 30px));
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}

.vuh-home,
.vuh-home * {
	box-sizing: border-box;
}

.vuh-home {
	padding: 32px 0 72px;
	color: var(--vuh-ink);
	line-height: 1.55;
}

.vuh-home a {
	text-decoration: none;
}

.vuh-hero {
	margin-bottom: 56px;
}

.vuh-video-shell {
	position: relative;
	right: 50%;
	left: 50%;
	width: 100vw !important;
	max-width: 100vw !important;
	min-height: 360px;
	overflow: hidden;
	margin-right: -50vw !important;
	margin-left: -50vw !important;
	border-radius: 0;
	background: var(--vuh-green-950);
	box-shadow: var(--vuh-shadow);
	isolation: isolate;
}

.vuh-video-shell video {
	display: block;
	width: 100%;
	height: min(49vw, 570px);
	min-height: 360px;
	object-fit: cover;
}

.vuh-video-shell::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	pointer-events: none;
	background: linear-gradient(90deg, rgba(10, 42, 32, .72) 0%, rgba(10, 42, 32, .12) 58%, transparent 82%);
}

.vuh-hero-copy {
	position: absolute;
	z-index: 2;
	left: max(24px, calc((100vw - 1170px) / 2 + 72px));
	bottom: clamp(28px, 5vw, 68px);
	max-width: 600px;
	color: var(--vuh-white);
	text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

.vuh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--vuh-green-700);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.vuh-eyebrow::before {
	width: 32px;
	height: 2px;
	content: "";
	background: currentColor;
}

.vuh-hero-copy .vuh-eyebrow {
	color: #d9f7e6;
}

.vuh-hero-copy h1 {
	max-width: 560px;
	margin: 0 0 12px;
	color: var(--vuh-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(29px, 3.4vw, 52px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.045em;
}

.vuh-hero-copy p {
	max-width: 520px;
	margin: 0;
	color: rgba(255, 255, 255, .92);
	font-size: clamp(15px, 1.5vw, 18px);
}

.vuh-quick-links {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin: -32px 24px 0;
}

.vuh-quick-link {
	min-width: 0;
	min-height: 86px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(23, 79, 60, .08);
	border-radius: 16px;
	color: var(--vuh-ink);
	background: var(--vuh-white);
	box-shadow: 0 12px 32px rgba(30, 70, 55, .1);
	transition: transform .2s ease, box-shadow .2s ease;
}

.vuh-quick-link:hover,
.vuh-quick-link:focus {
	color: var(--vuh-ink);
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(30, 70, 55, .15);
}

.vuh-quick-icon {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	color: var(--vuh-green-800);
	background: var(--vuh-green-100);
	font-size: 20px;
}

.vuh-quick-link strong,
.vuh-quick-link small {
	display: block;
}

.vuh-quick-link strong {
	font-size: 14px;
	line-height: 1.25;
}

.vuh-quick-link small {
	margin-top: 3px;
	color: var(--vuh-muted);
	font-size: 11px;
}

.vuh-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr);
	gap: 36px;
	align-items: start;
}

.vuh-section-heading {
	margin-bottom: 22px;
}

.vuh-section-heading h2 {
	margin: 3px 0 0;
	color: var(--vuh-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 3vw, 45px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -.03em;
}

.vuh-news-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.vuh-news-card {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--vuh-line);
	border-radius: 16px;
	background: var(--vuh-white);
	box-shadow: 0 8px 26px rgba(27, 62, 50, .06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.vuh-news-card:hover,
.vuh-news-card:focus-within {
	transform: translateY(-4px);
	box-shadow: var(--vuh-shadow);
}

.vuh-news-card-link {
	height: 100%;
	display: flex;
	flex-direction: column;
	color: inherit;
}

.vuh-news-card-link:hover {
	color: inherit;
}

.vuh-news-card figure {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	flex: 0 0 auto;
	margin: 0;
	background: var(--vuh-green-100);
}

.vuh-news-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vuh-news-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, .82);
	background: linear-gradient(145deg, var(--vuh-green-700), var(--vuh-green-950));
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
}

.vuh-news-content {
	flex: 1;
	padding: 18px 20px 22px;
}

.vuh-news-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--vuh-green-700);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.vuh-news-card h3 {
	margin: 0 0 9px;
	color: var(--vuh-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.22;
}

.vuh-news-card p {
	margin: 0;
	color: var(--vuh-muted);
	font-size: 14px;
}

.vuh-sidebar {
	position: sticky;
	top: 90px;
	width: auto;
	padding: 0;
}

.vuh-sidebar .widget {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0;
	border: 1px solid var(--vuh-line);
	border-radius: 16px;
	background: var(--vuh-white);
	box-shadow: 0 8px 26px rgba(27, 62, 50, .06);
}

.vuh-sidebar .widget-heading {
	margin: 0;
	padding: 16px 18px;
	border-bottom: 1px solid var(--vuh-line);
	background: transparent;
}

.vuh-sidebar .widget-heading h4 {
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--vuh-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vuh-sidebar .textwidget,
.vuh-sidebar .widget > ul,
.vuh-sidebar .widget > form {
	padding: 16px;
}

.vuh-sidebar img,
.vuh-sidebar iframe {
	max-width: 100%;
	height: auto;
}

.vuh-sidebar img {
	border-radius: 10px;
}

.vuh-pagination {
	margin-top: 30px;
}

.vuh-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.vuh-pagination a,
.vuh-pagination span {
	min-width: 38px;
	display: block;
	padding: 9px 12px;
	border: 1px solid var(--vuh-line);
	border-radius: 9px;
	text-align: center;
	background: var(--vuh-white);
}

.vuh-pagination .current {
	color: var(--vuh-white);
	border-color: var(--vuh-green-800);
	background: var(--vuh-green-800);
}

.vuh-empty {
	padding: 24px;
	border: 1px solid var(--vuh-line);
	border-radius: 16px;
	background: var(--vuh-white);
}

@media (max-width: 1020px) {
	.vuh-quick-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vuh-content-grid {
		grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
		gap: 24px;
	}

	.vuh-news-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.vuh-home {
		padding-top: 16px;
		padding-bottom: 54px;
	}

	.vuh-video-shell,
	.vuh-video-shell video {
		min-height: 460px;
		height: 460px;
	}

	.vuh-video-shell {
		border-radius: 0;
	}

	.vuh-video-shell::after {
		background: linear-gradient(0deg, rgba(10, 42, 32, .84), rgba(10, 42, 32, .05) 75%);
	}

	.vuh-hero-copy {
		right: 22px;
		bottom: 30px;
		left: 22px;
	}

	.vuh-hero-copy h1 {
		font-size: clamp(29px, 8vw, 40px);
	}

	.vuh-quick-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 14px 0 0;
	}

	.vuh-quick-link {
		min-height: 76px;
		padding: 12px;
	}

	.vuh-content-grid {
		grid-template-columns: 1fr;
	}

	.vuh-sidebar {
		position: static;
	}
}

@media (max-width: 430px) {
	.vuh-quick-links {
		grid-template-columns: 1fr;
	}
}
