.epv-home {
	margin: 0;
	background: #f4efe7;
	color: #25322a;
}

.epv-home__hero {
	position: relative;
	height: 788px;
	min-height: 788px;
	background: #1c241f;
	overflow: hidden;
}

.epv-home__slides,
.epv-home__slide {
	position: absolute;
	inset: 0;
}

.epv-home__slide {
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 0.7s ease, transform 5.5s ease;
}

.epv-home__slide.is-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.epv-home__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: transparent;
	pointer-events: none;
}

.epv-home__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.epv-home__hero-chrome {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	padding: 0 clamp(16px, 3vw, 28px);
	pointer-events: none;
}

.epv-home__hero-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	pointer-events: none;
}

.epv-home__hero-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	backdrop-filter: blur(10px);
	box-shadow: 0 14px 28px rgba(18, 26, 21, 0.16);
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	pointer-events: auto;
}

.epv-home__hero-arrow svg {
	width: 24px;
	height: 24px;
	display: block;
	fill: currentColor;
	overflow: visible;
}

.epv-home__hero-arrow:hover,
.epv-home__hero-arrow:focus,
.epv-home__hero-arrow:focus-visible,
.epv-home__hero-arrow:active {
	transform: scale(1.04);
	background: rgba(107, 131, 111, 0.95);
	border-color: rgba(107, 131, 111, 1);
	color: #fff;
	box-shadow: 0 18px 34px rgba(18, 26, 21, 0.24);
}

.epv-home__intro {
	text-align: center;
}

.epv-home__intro-inner {
	max-width: 900px;
}

.epv-home__title {
	margin: 0;
	color: #284034;
	text-wrap: balance;
}

.entry-content .epv-home__intro-inner p.epv-home__subtitle {
	max-width: 680px;
	margin: 10px auto 0;
	font-family: "Ms Madi", cursive !important;
	font-size: clamp(28px, 2.9vw, 44px) !important;
	font-weight: 400 !important;
	line-height: 0.9 !important;
	letter-spacing: 0 !important;
	color: #526356;
	text-wrap: balance;
}

.epv-home__intro .epv-page-buttons {
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 18px;
}

.epv-home__intro .epv-page-button--solid {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 22px;
	border: 1px solid #214732;
	border-radius: 999px;
	background: #214732;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(33, 71, 50, 0.14);
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.epv-home__intro-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.epv-home__intro-cta-icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

.epv-home__intro .epv-page-button--solid:hover,
.epv-home__intro .epv-page-button--solid:focus-visible {
	transform: translateY(-1px);
	background: #2b5a41;
	border-color: #2b5a41;
	color: #ffffff !important;
	box-shadow: 0 18px 32px rgba(33, 71, 50, 0.18);
}

.epv-home__section-head {
	margin-bottom: 30px;
}

.epv-home__section-head .epv-page-heading {
	margin: 0;
}

.epv-home__highlight-grid {
	display: grid;
	gap: 22px;
}

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

.epv-home__highlight-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.epv-home__highlight-grid--feature-split {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.epv-home__highlight-grid--feature-split .epv-home__highlight-card:first-child {
	grid-row: 1 / 3;
	min-height: 622px;
}

.epv-home__highlight-grid--feature-split .epv-home__highlight-card:nth-child(2),
.epv-home__highlight-grid--feature-split .epv-home__highlight-card:nth-child(3) {
	min-height: 300px;
}

.epv-home__highlight-card,
.epv-home__promo-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 300px;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(12, 14, 13, 0.08), rgba(12, 14, 13, 0.8)),
		var(--epv-home-card-image) center center / cover no-repeat;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 20px 46px rgba(24, 30, 27, 0.12);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
	text-decoration: none;
	color: #ffffff;
}

.epv-home__highlight-card::before,
.epv-home__promo-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(107, 131, 111, 0.16), transparent 55%);
	opacity: 0.9;
}

.epv-home__highlight-card > *,
.epv-home__promo-card > * {
	position: relative;
	z-index: 1;
}

.epv-home__highlight-card:hover,
.epv-home__highlight-card:focus-visible,
.epv-home__promo-card:hover,
.epv-home__promo-card:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 26px 52px rgba(24, 30, 27, 0.18);
	color: #edf3ea;
	text-decoration: none;
}

.epv-home__highlight-card:hover .epv-home__highlight-title,
.epv-home__highlight-card:focus-visible .epv-home__highlight-title,
.epv-home__promo-card:hover .epv-home__promo-title,
.epv-home__promo-card:focus-visible .epv-home__promo-title {
	color: #f4efe7;
}

.epv-home__highlight-card:hover .epv-home__highlight-copy,
.epv-home__highlight-card:focus-visible .epv-home__highlight-copy,
.epv-home__promo-card:hover .epv-home__promo-copy,
.epv-home__promo-card:focus-visible .epv-home__promo-copy {
	color: rgba(237, 243, 234, 0.94);
}

.epv-home__highlight-eyebrow,
.epv-home__promo-label {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.epv-home__highlight-title,
.epv-home__promo-title {
	font-family: "Bernard MT Condensed", "Bowlby One SC", serif;
	font-size: clamp(30px, 3vw, 42px);
	line-height: 0.96;
}

.epv-home__highlight-copy,
.epv-home__promo-copy {
	display: block;
	max-width: 28ch;
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
}

.epv-home__promo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.epv-home__promo-card {
	min-height: 340px;
}

.epv-home__promo-card.is-placeholder {
	border: 1px dashed rgba(255, 255, 255, 0.48);
}

.epv-home__promo-note {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 16px;
	color: #fff4d5;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.epv-home__reviews-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.epv-home__review-card,
.epv-home__event-card,
.epv-home__events-empty {
	background: #fff;
	box-shadow: 0 18px 42px rgba(35, 48, 39, 0.08);
}

.epv-home__review-card {
	padding: 24px 22px;
}

.epv-home__review-stars {
	margin-bottom: 14px;
	color: #caa24f;
	font-size: 16px;
	letter-spacing: 0.22em;
}

.epv-home__review-quote {
	margin: 0;
	color: #314137;
	font-size: 15px;
	line-height: 1.75;
}

.epv-home__review-name {
	display: inline-flex;
	margin-top: 18px;
	color: #6b836f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.epv-home__events-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.epv-home__event-card {
	overflow: hidden;
}

.epv-home__event-media {
	display: block;
	aspect-ratio: 1.08 / 1;
	background: #d7ddd1;
}

.epv-home__event-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.32s ease;
}

.epv-home__event-card:hover .epv-home__event-media img,
.epv-home__event-card:focus-within .epv-home__event-media img {
	transform: scale(1.03);
}

.epv-home__event-body {
	padding: 20px 20px 24px;
}

.entry-content p.epv-home__event-date {
	margin: 0 0 10px;
	color: #6b836f;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

.entry-content .epv-home__event-title {
	margin: 0;
	font-family: "Bernard MT Condensed", "Bowlby One SC", "Arial Narrow", "Helvetica Neue", serif !important;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.15;
	text-transform: none;
}

.entry-content .epv-home__event-title a {
	color: #25322a;
}

.entry-content .epv-home__event-excerpt {
	margin: 14px 0 0;
	font-size: 15px;
	line-height: 1.7;
	color: #25322a;
}

.epv-home__events-empty {
	padding: 28px;
}

.epv-home__events-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.epv-home__events-empty p {
	margin: 0;
	max-width: 58ch;
}

@media (max-width: 1120px) {
	.epv-home__hero {
		height: 620px;
		min-height: 620px;
	}

	.epv-home__highlight-grid--3,
	.epv-home__reviews-grid,
	.epv-home__events-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epv-home__highlight-grid--feature-split .epv-home__highlight-card:first-child {
		min-height: 562px;
	}

	.epv-home__highlight-grid--feature-split .epv-home__highlight-card:nth-child(2),
	.epv-home__highlight-grid--feature-split .epv-home__highlight-card:nth-child(3) {
		min-height: 270px;
	}
}

@media (max-width: 920px) {
	.epv-home__hero {
		height: 520px;
		min-height: 520px;
	}

	.epv-home__promo-grid,
	.epv-home__highlight-grid,
	.epv-home__reviews-grid,
	.epv-home__events-grid {
		grid-template-columns: 1fr;
	}

	.epv-home__highlight-grid--feature-split {
		grid-template-rows: none;
	}

	.epv-home__highlight-grid--feature-split .epv-home__highlight-card:first-child,
	.epv-home__highlight-grid--feature-split .epv-home__highlight-card:nth-child(2),
	.epv-home__highlight-grid--feature-split .epv-home__highlight-card:nth-child(3) {
		grid-row: auto;
		min-height: 260px;
	}

	.epv-home__hero-controls {
		align-items: center;
	}
}

@media (max-width: 700px) {
	.epv-home__hero {
		height: 360px;
		min-height: 360px;
	}

	.epv-home__hero-chrome {
		padding: 0 12px;
	}

	.epv-home__hero-arrow {
		width: 46px;
		height: 46px;
	}

	.epv-home__hero-arrow svg {
		width: 21px;
		height: 21px;
	}

	.entry-content .epv-home__intro-inner p.epv-home__subtitle {
		font-size: 36px !important;
		line-height: 0.9 !important;
	}

	.epv-home__intro .epv-page-buttons {
		margin-top: 14px;
	}

	.epv-home__highlight-card,
	.epv-home__promo-card {
		min-height: 260px;
		padding: 20px;
	}
}
