.cnh-homepage {
	--cnh-font-stack: var(--cnh-body-font, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	background: var(--cnh-page-bg);
	color: var(--cnh-text);
	font-family: var(--cnh-font-stack);
	overflow-x: clip;
}

.cnh-homepage__content {
	background: var(--cnh-page-bg);
	color: var(--cnh-text);
	font-family: var(--cnh-font-stack);
}

body.cnh-homepage-active .ct-breadcrumbs,
body.cnh-homepage-active article > .entry-header,
body.cnh-homepage-active .page-title,
body.cnh-homepage-active .entry-meta,
body.cnh-homepage-active .sidebar {
	display: none;
}

body.cnh-homepage-active .site-main,
body.cnh-homepage-active .content-area,
body.cnh-homepage-active .entry-content,
body.cnh-homepage-active main [class*="ct-container"] {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.cnh-homepage *,
.cnh-homepage *::before,
.cnh-homepage *::after {
	box-sizing: border-box;
}

.cnh-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cnh-wrapper {
	width: min(100%, var(--cnh-container));
	margin-inline: auto;
	padding: 32px;
}

.cnh-section {
	margin-block: var(--cnh-gap);
	padding: var(--section-pt, 72px) 48px var(--section-pb, 72px);
	background: var(--section-bg, transparent);
	border-radius: var(--cnh-card-radius);
	color: var(--section-text, var(--cnh-text));
}

.cnh-section h1,
.cnh-section h2 {
	margin: 0;
	color: var(--section-title, var(--cnh-title));
	font-family: var(--cnh-heading-font, inherit);
	font-size: clamp(var(--cnh-title-mobile), 4vw, var(--cnh-title-size));
	line-height: 1.08;
	letter-spacing: 0;
}

.cnh-section h3 {
	margin: 0 0 14px;
	color: var(--card-title, var(--section-title, var(--cnh-title)));
	font-size: clamp(1.3rem, 2.2vw, 2rem);
	line-height: 1.2;
	letter-spacing: 0;
}

.cnh-homepage .cnh-section-title-box {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	padding: 12px 18px;
	margin: 0 0 20px;
	border: 1px solid rgba(20, 20, 20, .08);
	border-radius: 16px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.cnh-homepage .cnh-section-title-box::before {
	content: "";
	width: 4px;
	height: 24px;
	margin-right: 12px;
	border-radius: 999px;
	background: var(--cnh-primary);
	flex: 0 0 auto;
}

.cnh-homepage .cnh-section-title-box h2 {
	margin: 0;
	font-size: clamp(18px, 1.5vw, 24px);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
}

.cnh-section__header {
	max-width: 820px;
	margin: 0 auto 42px;
}

.cnh-align-center {
	text-align: center;
}

.cnh-align-left {
	text-align: left;
	margin-left: 0;
}

.cnh-align-right {
	text-align: right;
	margin-right: 0;
}

.cnh-section__intro {
	margin-top: 18px;
	font-size: 1.08rem;
	line-height: 1.75;
	color: var(--section-text, var(--cnh-text));
}

.cnh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border-radius: var(--cnh-button-radius);
	background: var(--cnh-button);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.2;
	transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
	box-shadow: 0 10px calc(var(--cnh-shadow) * 1px) rgba(18, 36, 31, .12);
}

.cnh-button:hover,
.cnh-button:focus-visible {
	background: var(--cnh-button-hover);
	color: #fff;
	transform: translateY(-1px);
}

.cnh-button:focus-visible,
.cnh-link:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--cnh-primary), white 35%);
	outline-offset: 3px;
}

.cnh-button--secondary {
	background: transparent;
	color: var(--cnh-primary);
	border: 1px solid color-mix(in srgb, var(--cnh-primary), transparent 60%);
	box-shadow: none;
}

.cnh-button--secondary:hover,
.cnh-button--secondary:focus-visible {
	background: color-mix(in srgb, var(--cnh-primary), white 90%);
	color: var(--cnh-primary);
}

.cnh-hero {
	position: relative;
	min-height: var(--cnh-hero-h);
	background-image: var(--cnh-hero-bg);
	background-size: cover;
	background-position: var(--cnh-hero-pos);
	display: grid;
	place-items: start center;
	isolation: isolate;
}

.cnh-hero__overlay {
	position: absolute;
	inset: 0;
	background: var(--cnh-overlay);
	opacity: var(--cnh-overlay-alpha);
	z-index: -1;
}

.cnh-hero__inner {
	width: min(100% - 32px, var(--cnh-container));
	padding: var(--cnh-hero-pt) 24px var(--cnh-hero-pb);
	text-align: center;
}

.cnh-hero__text {
	margin: 0 auto 32px;
	max-width: 860px;
	color: #fff;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .28);
}

.cnh-hero h1,
.cnh-hero__title {
	margin: 0 0 12px;
	color: inherit;
	font-size: clamp(2.5rem, 7vw, 5.8rem);
	line-height: .98;
	letter-spacing: 0;
}

.cnh-hero__video {
	width: min(100%, var(--cnh-video-w));
	aspect-ratio: var(--cnh-video-ratio);
	margin: 0 auto var(--cnh-gap-video);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
	background: #111;
}

.cnh-hero__video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.cnh-hero__button {
	--cnh-button: var(--cnh-hero-btn-bg);
	--cnh-button-hover: var(--cnh-hero-btn-hover);
	--cnh-button-radius: var(--cnh-hero-btn-radius);
	color: var(--cnh-hero-btn-color);
}

.cnh-button--small { min-height: 42px; padding: 10px 18px; }
.cnh-button--large { min-height: 56px; padding: 16px 28px; }

.cnh-welcome__grid,
.cnh-participation__grid {
	display: grid;
	gap: 22px;
}

.cnh-welcome__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cnh-participation__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cnh-card {
	background: var(--card-bg, #fff);
	border: 1px solid rgba(22, 32, 29, .08);
	border-radius: var(--cnh-card-radius);
	box-shadow: 0 14px calc(var(--cnh-shadow) * 1px) rgba(18, 36, 31, .08);
	padding: 30px;
	min-height: 100%;
	transition: transform .18s ease, box-shadow .18s ease;
}

.cnh-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px calc(var(--cnh-shadow) * 1.4px) rgba(18, 36, 31, .12);
}

.cnh-card p {
	color: var(--card-text, var(--section-text, var(--cnh-text)));
	line-height: 1.7;
}

.cnh-homepage .cnh-participation-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cnh-homepage .cnh-participation-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.cnh-homepage .cnh-participation-card__text p {
	margin-bottom: 0;
}

.cnh-homepage .cnh-participation-card__socials {
	margin: 18px 0 0;
}

.cnh-homepage .cnh-participation-card__actions {
	margin-top: auto;
	padding-top: 24px;
}

.cnh-homepage .cnh-participation-card__actions .cnh-button {
	width: fit-content;
}

.cnh-homepage .cnh-welcome-card__title,
.cnh-homepage .cnh-welcome-card h3,
.cnh-homepage .cnh-welcome-card-title {
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.cnh-card__icon {
	color: var(--card-icon, var(--cnh-primary));
	margin-bottom: 22px;
}

.cnh-icon {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cnh-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.cnh-feature--right .cnh-feature__media {
	order: 2;
}

.cnh-event-section.cnh-feature--right .cnh-event-poster-frame {
	order: 0;
}

.cnh-course-section,
.cnh-book-section,
.cnh-event-section {
	align-items: start;
}

.cnh-section-heading {
	display: grid;
	grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
	gap: 48px;
	margin-bottom: 18px;
}

.cnh-section-heading .cnh-section-title-box {
	grid-column: 2;
	margin: 0;
}

.cnh-section-layout {
	display: grid;
	grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.cnh-course-section.cnh-feature--right .cnh-course-poster-frame,
.cnh-book-section.cnh-feature--right .cnh-book-poster-frame {
	order: 2;
}

.cnh-course-poster-frame,
.cnh-book-poster-frame,
.cnh-event-poster-frame {
	width: 100%;
	max-width: 390px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
	justify-self: center;
}

.cnh-course-poster,
.cnh-book-poster,
.cnh-event-poster {
	aspect-ratio: 2 / 3;
	border-radius: 20px;
	overflow: hidden;
	background: #f4f4f4;
}

.cnh-course-poster img,
.cnh-book-poster img,
.cnh-event-poster img {
	width: 100%;
	height: 100%;
	max-height: none;
	display: block;
	object-fit: contain;
	object-position: center;
	border-radius: inherit;
	box-shadow: none;
}

.cnh-course-content,
.cnh-book-content,
.cnh-event-section .cnh-feature__content {
	align-self: start;
}

.cnh-course-product-title,
.cnh-book-product-title {
	margin-top: 0;
}

.cnh-feature__media img {
	width: 100%;
	max-height: 560px;
	object-fit: cover;
	border-radius: var(--cnh-card-radius);
	box-shadow: 0 18px calc(var(--cnh-shadow) * 1px) rgba(18, 36, 31, .10);
}

.cnh-homepage .cnh-course-poster img,
.cnh-homepage .cnh-book-poster img,
.cnh-homepage .cnh-event-poster img {
	width: 100%;
	height: 100%;
	max-height: none;
	display: block;
	object-fit: contain !important;
	object-position: center;
	border-radius: inherit;
	box-shadow: none;
}

.cnh-event-program-preview {
	margin: 18px 0 0;
	line-height: 1.75;
	color: var(--section-text, var(--cnh-text));
}

.cnh-latest-post-section,
.cnh-featured-video-section {
	align-items: start;
}

.cnh-latest-post--no-image {
	display: block;
}

.cnh-latest-post-media,
.cnh-featured-video-media {
	width: 100%;
	max-width: 560px;
	justify-self: center;
}

.cnh-latest-post-image,
.cnh-video-frame {
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 14px 34px rgba(18, 36, 31, .08);
}

.cnh-latest-post-image {
	aspect-ratio: 16 / 10;
}

.cnh-homepage .cnh-latest-post-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: var(--latest-post-fit, cover);
	object-position: center;
	border-radius: inherit;
	box-shadow: none;
}

.cnh-latest-post-title,
.cnh-featured-video-title {
	margin-top: 0;
}

.cnh-latest-post-excerpt,
.cnh-featured-video-description {
	line-height: 1.75;
	color: var(--section-text, var(--cnh-text));
}

.cnh-featured-video-media {
	max-width: var(--video-w, 720px);
}

.cnh-video-frame {
	aspect-ratio: var(--video-ratio, 16 / 9);
	background: #101412;
}

.cnh-video-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.cnh-homepage .cnh-video-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
}

.cnh-homepage .cnh-video-lightbox[hidden] {
	display: none;
}

.cnh-homepage .cnh-video-lightbox__overlay {
	position: absolute;
	inset: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, .82);
	cursor: pointer;
}

.cnh-homepage .cnh-video-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(1100px, 100%);
}

.cnh-homepage .cnh-video-lightbox__frame {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 24px;
	background: #000;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

.cnh-homepage .cnh-video-lightbox__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.cnh-homepage .cnh-video-lightbox__close {
	position: absolute;
	right: -14px;
	top: -14px;
	z-index: 2;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
}

body.cnh-video-lightbox-open {
	overflow: hidden;
}

.cnh-feature__text,
.cnh-feature__content p {
	line-height: 1.75;
}

.cnh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.cnh-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 14px 0;
	list-style: none;
}

.cnh-meta li {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(31, 111, 100, .09);
	color: var(--cnh-primary);
	font-weight: 650;
}

.cnh-price {
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--cnh-primary);
}

.cnh-kicker {
	color: var(--cnh-primary);
	font-weight: 800;
	text-transform: uppercase;
	font-size: .78rem;
	letter-spacing: .08em;
}

.cnh-community blockquote {
	margin: 24px 0;
	padding-left: 20px;
	border-left: 3px solid var(--cnh-secondary);
	font-size: 1.2rem;
	line-height: 1.5;
}

.cnh-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0;
}

.cnh-socials a {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--cnh-primary), white 90%);
	color: var(--cnh-primary);
	text-decoration: none;
	font-weight: 800;
}

.cnh-newsletter {
	display: block;
}

.cnh-newsletter--with-image {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
	gap: 42px;
	align-items: center;
}

.cnh-newsletter--right.cnh-newsletter--with-image .cnh-newsletter__image {
	order: 2;
}

.cnh-newsletter__image img {
	width: 100%;
	border-radius: var(--cnh-card-radius);
}

.cnh-newsletter__content {
	width: 100%;
	max-width: var(--newsletter-w);
	margin-inline: auto;
}

.cnh-newsletter--full-width .cnh-newsletter__content,
.cnh-newsletter--full-width .cnh-newsletter-content {
	max-width: none;
}

.cnh-newsletter-form-wrap {
	width: 100%;
	max-width: var(--newsletter-w);
	margin: 0 auto;
}

.cnh-newsletter-form-wrap > *,
.cnh-newsletter-form-wrap .wpforms-container,
.cnh-newsletter-form-wrap .mc4wp-form,
.cnh-newsletter-form-wrap form {
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.cnh-newsletter__form :is(input, select, textarea),
.cnh-newsletter-form-wrap :is(input, select, textarea) {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.cnh-wrapper { padding: 24px; }
	.cnh-section { padding-inline: 32px; }
	.cnh-hero { min-height: var(--cnh-hero-ht); }
	.cnh-hero__inner { padding-top: var(--cnh-hero-ptt); }
	.cnh-welcome__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cnh-section-heading,
	.cnh-section-layout {
		grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
		gap: 32px;
	}
	.cnh-homepage .cnh-welcome-card__title,
	.cnh-homepage .cnh-welcome-card h3,
	.cnh-homepage .cnh-welcome-card-title {
		font-size: 17px !important;
	}
}

@media (max-width: 767px) {
	.cnh-wrapper { padding: 16px; }
	.cnh-section {
		margin-block: 48px;
		padding: 48px 20px;
		border-radius: calc(var(--cnh-card-radius) * .75);
	}
	.cnh-hero { min-height: var(--cnh-hero-hm); }
	.cnh-hero__inner {
		width: 100%;
		padding: var(--cnh-hero-ptm) 16px 64px;
	}
	.cnh-hero__video { border-radius: 16px; }
	.cnh-section-heading,
	.cnh-section-layout {
		display: block;
	}
	.cnh-homepage .cnh-section-title-box {
		padding: 10px 15px;
		margin-bottom: 16px;
	}
	.cnh-homepage .cnh-section-title-box h2 {
		font-size: 18px;
	}
	.cnh-section-heading .cnh-section-title-box {
		width: fit-content;
		max-width: 100%;
		margin-bottom: 18px;
	}
	.cnh-course-poster-frame,
	.cnh-book-poster-frame,
	.cnh-event-poster-frame {
		margin: 0 auto 28px;
		max-width: min(390px, 100%);
	}
	.cnh-course-section.cnh-feature--right .cnh-course-poster-frame,
	.cnh-book-section.cnh-feature--right .cnh-book-poster-frame {
		order: 0;
	}
	.cnh-homepage .cnh-welcome-card__title,
	.cnh-homepage .cnh-welcome-card h3,
	.cnh-homepage .cnh-welcome-card-title {
		font-size: 16px !important;
	}
	.cnh-welcome__grid,
	.cnh-participation__grid,
	.cnh-feature,
	.cnh-newsletter--with-image {
		grid-template-columns: 1fr;
	}
	.cnh-feature--right .cnh-feature__media,
	.cnh-newsletter--right.cnh-newsletter--with-image .cnh-newsletter__image {
		order: 0;
	}
	.cnh-card { padding: 24px; }
	.cnh-homepage .cnh-participation-card__actions .cnh-button {
		width: 100%;
	}
	.cnh-actions { flex-direction: column; }
	.cnh-actions .cnh-button { width: 100%; }
	.cnh-homepage .cnh-video-lightbox {
		padding: 16px;
	}
	.cnh-homepage .cnh-video-lightbox__frame {
		border-radius: 16px;
	}
	.cnh-homepage .cnh-video-lightbox__close {
		right: 8px;
		top: -56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cnh-homepage *,
	.cnh-homepage *::before,
	.cnh-homepage *::after {
		animation-duration: .01ms !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
