:root {
	--eh-navy-950: #07111f;
	--eh-navy-900: #0b1a2d;
	--eh-navy-800: #113454;
	--eh-blue: #1f6fae;
	--eh-orange: #ff792e;
	--eh-orange-light: #ff9d5b;
	--eh-ink: #101827;
	--eh-muted: #627083;
	--eh-line: #e5eaf0;
	--eh-surface: #f5f7fa;
	--eh-white: #ffffff;
	--eh-radius-sm: 16px;
	--eh-radius: 24px;
	--eh-radius-lg: 34px;
	--eh-shadow: 0 20px 60px rgba(15, 35, 58, 0.12);
}

body {
	background: var(--eh-white);
	color: var(--eh-ink);
}

.wp-site-blocks > * {
	margin-block-start: 0;
}

.eh-home,
.eh-header,
.eh-footer {
	font-family: var(--wp--preset--font-family--manrope), sans-serif;
}

.eh-header {
	position: relative;
	z-index: 30;
	margin: 0;
	border-bottom: 1px solid rgba(15, 35, 58, 0.08);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 4px 24px rgba(13, 30, 50, 0.04);
}

.eh-header__inner {
	min-height: 78px;
	padding-inline: 24px;
}

.eh-brand {
	gap: 12px;
}

.eh-brand__mark {
	display: grid;
	width: 42px;
	height: 42px;
	margin: 0;
	place-items: center;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--eh-orange), var(--eh-orange-light));
	box-shadow: 0 10px 22px rgba(255, 121, 46, 0.28);
	color: var(--eh-white);
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1;
}

.eh-brand__title {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.eh-brand__title a,
.eh-nav a,
.eh-footer a {
	text-decoration: none;
}

.eh-nav {
	font-size: 0.93rem;
	font-weight: 700;
}

.eh-nav .wp-block-navigation__container {
	gap: clamp(20px, 3vw, 42px);
}

.eh-nav a {
	color: var(--eh-ink);
	transition: color 180ms ease;
}

.eh-nav a:hover {
	color: var(--eh-orange);
}

.eh-header__action .wp-block-button__link {
	padding: 11px 20px;
	border: 1px solid var(--eh-line);
	border-radius: 999px;
	background: transparent;
	color: var(--eh-ink);
	font-size: 0.88rem;
	font-weight: 700;
}

.eh-home h1,
.eh-home h2,
.eh-home h3,
.eh-home p {
	margin-block-start: 0;
}

.eh-hero {
	position: relative;
	overflow: hidden;
	min-height: 610px;
	margin: 0;
	padding: clamp(76px, 8vw, 116px) 24px 82px;
	background:
		radial-gradient(circle at 82% 20%, rgba(32, 112, 174, 0.36), transparent 32%),
		linear-gradient(115deg, var(--eh-navy-950) 0%, var(--eh-navy-900) 48%, #0c3a63 100%);
	color: var(--eh-white);
}

.eh-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 72px 72px;
	content: "";
	mask-image: linear-gradient(to right, black, transparent 72%);
}

.eh-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
	gap: clamp(42px, 7vw, 92px);
	align-items: center;
}

.eh-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 680px;
	margin: 0;
}

.eh-eyebrow {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 22px;
	color: inherit;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.eh-eyebrow span {
	color: var(--eh-orange);
	font-size: .72rem;
}

.eh-hero__title {
	max-width: 760px;
	margin-bottom: 24px;
	color: var(--eh-white);
	font-size: clamp(3.35rem, 5.25vw, 5.6rem);
	font-weight: 800;
	letter-spacing: -0.065em;
	line-height: 1.04;
}

.eh-hero__intro {
	max-width: 610px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.75;
}

.eh-hero__buttons {
	gap: 12px;
}

.eh-button .wp-block-button__link {
	padding: 15px 24px;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 800;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.eh-button .wp-block-button__link:hover {
	transform: translateY(-2px);
}

.eh-button--primary .wp-block-button__link {
	background: linear-gradient(135deg, var(--eh-orange), var(--eh-orange-light));
	box-shadow: 0 14px 28px rgba(255, 121, 46, 0.28);
	color: var(--eh-white);
}

.eh-button--secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.25) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: var(--eh-white) !important;
	backdrop-filter: blur(8px);
}

.eh-hero__visual {
	position: relative;
	min-height: 460px;
}

.eh-media-card {
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: var(--eh-radius);
	box-shadow: 0 28px 58px rgba(0, 0, 0, 0.28);
}

.eh-media-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eh-media-card--main {
	z-index: 3;
	top: 64px;
	left: 0;
	width: 72%;
	height: 320px;
}

.eh-media-card--watch {
	z-index: 2;
	top: 128px;
	right: 0;
	width: 42%;
	height: 275px;
}

.eh-media-card--audio {
	z-index: 4;
	right: 7%;
	bottom: 0;
	width: 46%;
	height: 128px;
}

.eh-floating-note,
.eh-media-label {
	position: absolute;
	z-index: 8;
	margin: 0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
	color: var(--eh-ink);
	backdrop-filter: blur(8px);
}

.eh-floating-note {
	top: 0;
	right: 1%;
	padding: 15px 18px;
	font-size: 0.78rem;
	line-height: 1.45;
}

.eh-floating-note strong {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 0.86rem;
}

.eh-floating-note span {
	color: var(--eh-muted);
}

.eh-media-label {
	padding: 10px 15px;
	font-size: 0.75rem;
	font-weight: 800;
}

.eh-media-label--main {
	z-index: 7;
	bottom: 83px;
	left: 4%;
}

.eh-media-label--watch {
	top: 150px;
	right: 4%;
}

.eh-stats-wrap {
	position: relative;
	z-index: 10;
	margin: -34px 0 0;
	padding-inline: 24px;
}

.eh-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
	border: 1px solid var(--eh-line);
	border-radius: 22px;
	background: var(--eh-white);
	box-shadow: var(--eh-shadow);
}

.eh-stat {
	display: flex;
	gap: 14px;
	align-items: center;
	min-height: 104px;
	margin: 0;
	padding: 22px 26px;
	border-right: 1px solid var(--eh-line);
}

.eh-stat:last-child {
	border-right: 0;
}

.eh-stat > p {
	margin: 0;
}

.eh-stat__icon {
	display: grid;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 13px;
	background: #fff1e7;
	color: var(--eh-orange);
	font-weight: 800;
}

.eh-stat strong,
.eh-stat span {
	display: block;
}

.eh-stat strong {
	font-size: 1.28rem;
	letter-spacing: -0.03em;
}

.eh-stat span {
	margin-top: 2px;
	color: var(--eh-muted);
	font-size: 0.78rem;
}

.eh-section {
	margin: 0;
	padding: clamp(78px, 9vw, 128px) 24px;
}

.eh-section__heading {
	gap: 24px;
	margin-bottom: 38px;
}

.eh-section__heading h2,
.eh-spotlight h2,
.eh-cta h2 {
	margin-bottom: 10px;
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.12;
}

.eh-section__heading p,
.eh-spotlight__copy > p:not(.eh-eyebrow),
.eh-cta p {
	margin-bottom: 0;
	color: var(--eh-muted);
	line-height: 1.65;
}

.eh-text-link {
	font-size: 0.9rem;
	font-weight: 800;
}

.eh-text-link a {
	color: var(--eh-ink);
	text-decoration: none;
}

.eh-text-link a:hover {
	color: var(--eh-orange);
}

.eh-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.eh-category-card {
	margin: 0;
	padding: 26px;
	border: 1px solid var(--eh-line);
	border-radius: var(--eh-radius-sm);
	background: var(--eh-white);
	box-shadow: 0 10px 28px rgba(15, 35, 58, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.eh-category-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 121, 46, 0.42);
	box-shadow: 0 18px 42px rgba(15, 35, 58, 0.1);
}

.eh-category-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 14px;
	background: #fff0e6;
	color: var(--eh-orange);
	font-size: 1.25rem;
	font-weight: 800;
}

.eh-category-card h3 {
	margin-bottom: 7px;
	font-size: 1rem;
	font-weight: 800;
}

.eh-category-card > p:last-child {
	margin: 0;
	color: var(--eh-muted);
	font-size: 0.78rem;
}

.eh-section--guides {
	background: var(--eh-surface);
}

.eh-feature-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr;
	gap: 20px;
}

.eh-feature {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--eh-line);
	border-radius: var(--eh-radius);
	background: var(--eh-white);
	box-shadow: 0 14px 38px rgba(15, 35, 58, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.eh-feature:hover {
	transform: translateY(-5px);
	box-shadow: var(--eh-shadow);
}

.eh-feature figure {
	margin: 0;
}

.eh-feature img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.eh-feature--large img {
	height: 300px;
}

.eh-feature__content {
	margin: 0;
	padding: 26px;
}

.eh-feature__content h3 {
	margin-bottom: 12px;
	font-size: clamp(1.18rem, 1.75vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.eh-feature__content > p:not(.eh-chip, .eh-text-link) {
	margin-bottom: 20px;
	color: var(--eh-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

.eh-chip {
	display: inline-block;
	margin-bottom: 14px;
	padding: 7px 11px;
	border-radius: 999px;
	background: #fff0e6;
	color: #d95912;
	font-size: 0.7rem;
	font-weight: 800;
}

.eh-section--spotlight {
	background: var(--eh-white);
}

.eh-spotlight {
	display: grid;
	grid-template-columns: 1fr .9fr;
	overflow: hidden;
	min-height: 460px;
	border-radius: var(--eh-radius-lg);
	background: linear-gradient(135deg, var(--eh-navy-950), #0f3f69);
	box-shadow: var(--eh-shadow);
	color: var(--eh-white);
}

.eh-spotlight__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: clamp(42px, 6vw, 78px);
}

.eh-spotlight h2 {
	max-width: 620px;
	color: var(--eh-white);
}

.eh-spotlight__copy > p:not(.eh-eyebrow) {
	max-width: 600px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.68);
}

.eh-spotlight__image {
	min-height: 460px;
	margin: 0;
}

.eh-spotlight__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 460px;
	object-fit: cover;
}

.eh-section--reasons {
	padding-top: 20px;
}

.eh-section__heading--center {
	max-width: 720px;
	margin-inline: auto;
	text-align: center;
}

.eh-section__heading--center .eh-eyebrow {
	justify-content: center;
	color: var(--eh-muted);
}

.eh-reason-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.eh-reason {
	margin: 0;
	padding: 28px 25px;
	border-top: 1px solid var(--eh-line);
}

.eh-reason__icon {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	place-items: center;
	border-radius: 50%;
	background: var(--eh-navy-900);
	color: var(--eh-white);
	font-weight: 800;
}

.eh-reason h3 {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 800;
}

.eh-reason > p:last-child {
	margin: 0;
	color: var(--eh-muted);
	font-size: 0.87rem;
	line-height: 1.65;
}

.eh-section--cta {
	padding-top: 10px;
}

.eh-cta {
	gap: 32px;
	padding: clamp(36px, 5vw, 62px);
	border: 1px solid #f2d8c7;
	border-radius: var(--eh-radius-lg);
	background:
		radial-gradient(circle at 88% 15%, rgba(255, 121, 46, 0.23), transparent 30%),
		#fff8f2;
}

.eh-cta > .wp-block-group {
	max-width: 720px;
}

.eh-cta .eh-eyebrow {
	margin-bottom: 16px;
	color: #b84c12;
}

.eh-footer {
	margin: 0;
	padding: 78px 24px 24px;
	background: var(--eh-navy-950);
	color: rgba(255, 255, 255, 0.68);
}

.eh-footer__grid {
	gap: clamp(40px, 7vw, 100px);
	margin-bottom: 64px;
}

.eh-footer__title,
.eh-footer h4 {
	color: var(--eh-white);
}

.eh-footer__title {
	margin-bottom: 16px;
	font-size: 1.4rem;
	font-weight: 800;
}

.eh-footer h4 {
	margin-bottom: 20px;
	font-size: 0.85rem;
	font-weight: 800;
}

.eh-footer p {
	max-width: 480px;
	font-size: 0.88rem;
	line-height: 1.7;
}

.eh-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.eh-footer__links li {
	margin-bottom: 11px;
}

.eh-footer__links a {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.84rem;
}

.eh-footer__links a:hover {
	color: var(--eh-orange-light);
}

.eh-footer__bottom {
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.eh-footer__bottom p {
	margin: 0;
	font-size: 0.76rem;
}

@media (max-width: 1100px) {
	.eh-hero__grid {
		grid-template-columns: 1fr 440px;
		gap: 42px;
	}

	.eh-hero__title {
		font-size: clamp(3rem, 5vw, 4.4rem);
	}

	.eh-feature-grid {
		grid-template-columns: 1.25fr 1fr;
	}

	.eh-feature--large {
		grid-row: span 2;
	}

	.eh-category-grid,
	.eh-reason-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.eh-stat {
		padding-inline: 18px;
	}
}

@media (max-width: 860px) {
	.eh-header__action {
		display: none;
	}

	.eh-header__inner {
		min-height: 70px;
	}

	.eh-hero {
		padding-top: 72px;
	}

	.eh-hero__grid {
		grid-template-columns: 1fr;
	}

	.eh-hero__copy {
		max-width: 720px;
	}

	.eh-hero__visual {
		width: min(100%, 620px);
		margin-inline: auto;
	}

	.eh-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.eh-stat:nth-child(2) {
		border-right: 0;
	}

	.eh-stat:nth-child(-n+2) {
		border-bottom: 1px solid var(--eh-line);
	}

	.eh-spotlight {
		grid-template-columns: 1fr;
	}

	.eh-spotlight__image,
	.eh-spotlight__image img {
		min-height: 330px;
	}
}

@media (max-width: 620px) {
	.eh-header__inner,
	.eh-hero,
	.eh-section,
	.eh-stats-wrap,
	.eh-footer {
		padding-inline: 18px;
	}

	.eh-brand__mark {
		width: 38px;
		height: 38px;
	}

	.eh-brand__title {
		font-size: 0.96rem;
	}

	.eh-hero {
		min-height: auto;
		padding-top: 62px;
		padding-bottom: 70px;
	}

	.eh-hero__title {
		font-size: clamp(2.6rem, 13vw, 3.7rem);
	}

	.eh-hero__buttons .wp-block-button,
	.eh-hero__buttons .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.eh-hero__visual {
		min-height: 350px;
	}

	.eh-media-card--main {
		top: 55px;
		width: 76%;
		height: 230px;
	}

	.eh-media-card--watch {
		top: 110px;
		width: 42%;
		height: 205px;
	}

	.eh-media-card--audio {
		height: 92px;
	}

	.eh-floating-note {
		display: none;
	}

	.eh-media-label--main {
		bottom: 52px;
	}

	.eh-media-label--watch {
		top: 124px;
	}

	.eh-stats-wrap {
		margin-top: -24px;
	}

	.eh-stats {
		grid-template-columns: 1fr;
	}

	.eh-stat,
	.eh-stat:nth-child(2) {
		min-height: 86px;
		border-right: 0;
		border-bottom: 1px solid var(--eh-line);
	}

	.eh-stat:last-child {
		border-bottom: 0;
	}

	.eh-category-grid,
	.eh-feature-grid,
	.eh-reason-grid {
		grid-template-columns: 1fr;
	}

	.eh-feature--large {
		grid-row: auto;
	}

	.eh-category-card {
		padding: 22px;
	}

	.eh-category-card__icon {
		margin-bottom: 20px;
	}

	.eh-spotlight {
		border-radius: var(--eh-radius);
	}

	.eh-spotlight__copy {
		padding: 38px 26px;
	}

	.eh-spotlight__image,
	.eh-spotlight__image img {
		min-height: 250px;
	}

	.eh-cta {
		padding: 32px 24px;
		border-radius: var(--eh-radius);
	}

	.eh-cta .wp-block-button,
	.eh-cta .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.eh-footer__grid {
		margin-bottom: 38px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eh-home *,
	.eh-header * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
