@font-face {
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url("fonts/newsreader-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("fonts/source-sans-3-latin.woff2") format("woff2");
}

.epfeh-page {
	--ep-ink: #121210;
	--ep-charcoal: #24231f;
	--ep-bone: #f2eee4;
	--ep-sand: #d8d0bf;
	--ep-tobacco: #8f5938;
	--ep-line: rgba(242, 238, 228, 0.24);
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: clip;
	color: var(--ep-ink);
	background: var(--ep-bone);
	font-family: "Source Sans 3", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.epfeh-page,
.epfeh-page * {
	box-sizing: border-box;
}

.epfeh-page h1,
.epfeh-page h2,
.epfeh-page h3,
.epfeh-page p {
	margin-block-start: 0;
}

.epfeh-page h1,
.epfeh-page h2,
.epfeh-page h3 {
	font-family: "Newsreader", Georgia, serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 0.98;
	text-transform: none;
}

.epfeh-page a {
	color: inherit;
	text-decoration: none;
}

.epfeh-page button {
	font: inherit;
}

.epfeh-page [hidden] {
	display: none !important;
}

.epfeh-page .epfeh-shell {
	width: min(1360px, 91vw);
	margin-right: auto;
	margin-left: auto;
}

.epfeh-page .epfeh-hero {
	position: relative;
	display: block;
	min-height: 655px;
	overflow: hidden;
	color: var(--ep-bone);
	background: var(--ep-charcoal);
}

.epfeh-page .epfeh-hero > img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: 50% 42%;
}

.epfeh-page .epfeh-hero-shade {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.52);
}

.epfeh-page .epfeh-hero-content {
	position: relative;
	z-index: 1;
	width: min(1160px, 91vw);
	margin-right: auto;
	margin-left: auto;
	padding: 136px 0 110px;
}

.epfeh-page .epfeh-hero h1 {
	max-width: 760px;
	margin: 0 0 28px;
	color: var(--ep-bone);
	font-size: clamp(62px, 7.5vw, 112px);
	line-height: 0.98;
}

.epfeh-page .epfeh-hero p {
	max-width: 430px;
	margin: 0 0 30px;
	color: var(--ep-bone);
	font-size: 17px;
	line-height: 1.55;
}

.epfeh-page .epfeh-button {
	display: inline-block;
	padding: 15px 20px;
	border: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	transition: color 180ms ease, background 180ms ease;
}

.epfeh-page .epfeh-button-light {
	color: var(--ep-ink);
	background: var(--ep-bone);
}

.epfeh-page .epfeh-button-light:hover,
.epfeh-page .epfeh-button-light:focus-visible {
	color: var(--ep-bone);
	background: var(--ep-tobacco);
}

.epfeh-page .epfeh-section {
	padding: 112px 0;
}

.epfeh-page .epfeh-section-intro,
.epfeh-page .epfeh-product-heading {
	display: block;
	margin: 0 auto 46px;
}

.epfeh-page .epfeh-section-intro h2,
.epfeh-page .epfeh-product-heading h2 {
	margin: 0 0 16px;
	font-size: clamp(48px, 5vw, 76px);
}

.epfeh-page .epfeh-section-intro p,
.epfeh-page .epfeh-product-heading p {
	max-width: 620px;
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
}

.epfeh-page .epfeh-category-grid {
	display: grid;
	gap: 15px;
}

.epfeh-page .epfeh-count-2 {
	grid-template-columns: repeat(2, minmax(0, 420px));
	justify-content: center;
}

.epfeh-page .epfeh-count-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.epfeh-page .epfeh-count-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.epfeh-page .epfeh-category-card {
	position: relative;
	isolation: isolate;
	display: flex;
	height: 360px;
	min-width: 0;
	padding: 24px;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	color: var(--ep-bone);
	background: var(--ep-charcoal);
}

.epfeh-page .epfeh-category-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
	transition: transform 460ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.epfeh-page .epfeh-category-card > span {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.74));
}

.epfeh-page .epfeh-category-card strong {
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(1.7rem, 2.1vw, 2.5rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1;
}

.epfeh-page .epfeh-category-card em {
	margin-top: 12px;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 700;
}

.epfeh-page .epfeh-category-card:hover img,
.epfeh-page .epfeh-category-card:focus-visible img {
	transform: scale(1.055);
}

.epfeh-page .epfeh-products {
	color: var(--ep-bone);
	background-color: var(--ep-charcoal) !important;
	background-image: none !important;
}

.epfeh-page .epfeh-products .epfeh-product-heading {
	margin-bottom: 42px;
}

.epfeh-page .epfeh-products .epfeh-product-heading h2 {
	color: var(--ep-bone);
}

.epfeh-page .epfeh-products .epfeh-product-heading p {
	color: var(--ep-sand);
}

.epfeh-page .epfeh-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid var(--ep-line);
	background: transparent;
}

.epfeh-page .epfeh-product-card {
	display: flex;
	min-width: 0;
	min-height: 390px;
	margin: 0;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	border: 0;
	border-right: 1px solid var(--ep-line);
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
}

.epfeh-page .epfeh-product-card:nth-child(4n) {
	border-right: 0;
}

.epfeh-page .epfeh-product-image {
	position: relative;
	display: grid;
	width: 100%;
	margin-bottom: 24px;
	overflow: hidden;
	aspect-ratio: 1 / 0.9;
	place-items: center;
	border: 1px solid var(--ep-line);
	border-radius: 0;
	color: rgba(242, 238, 228, 0.42);
	background: #2a2925;
}

.epfeh-page .epfeh-product-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	max-height: none !important;
	margin: 0;
	object-fit: cover;
	object-position: center center;
}

.epfeh-page .epfeh-product-image span {
	font-family: "Newsreader", Georgia, serif;
	font-size: 1rem;
}

.epfeh-page .epfeh-product-card h3 {
	margin: 0 0 8px;
	color: var(--ep-bone);
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.epfeh-page .epfeh-product-card h3 a {
	color: var(--ep-bone);
}

.epfeh-page .epfeh-price {
	margin: 0 0 18px;
	color: var(--ep-bone);
	font-weight: 600;
}

.epfeh-page .epfeh-price .amount,
.epfeh-page .epfeh-price bdi {
	color: #e4dac7 !important;
}

.epfeh-page .epfeh-text-link {
	width: fit-content;
	margin-top: auto;
	padding-bottom: 5px;
	border: 0;
	border-bottom: 1px solid var(--ep-tobacco);
	border-radius: 0;
	color: var(--ep-bone);
	background: transparent;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.epfeh-page .epfeh-pagination {
	margin: 0 auto;
	padding-top: 22px;
}

.epfeh-page .epfeh-pagination ul {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	gap: 8px;
	list-style: none;
}

.epfeh-page .epfeh-pagination a,
.epfeh-page .epfeh-pagination span {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	place-items: center;
	border: 1px solid rgba(242, 238, 228, 0.42);
	color: var(--ep-bone);
	background: transparent;
}

.epfeh-page .epfeh-pagination .current {
	color: var(--ep-charcoal);
	background: var(--ep-bone);
}

.epfeh-page .epfeh-craft {
	display: grid;
	grid-template-columns: minmax(0, 43%) minmax(0, 57%);
	min-height: 560px;
	color: #16130f;
	background: #a58266;
}

.epfeh-page .epfeh-craft-media {
	position: relative;
	min-width: 0;
	min-height: 560px;
	overflow: hidden;
}

.epfeh-page .epfeh-craft-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	object-fit: cover;
	object-position: 50% 42%;
}

.epfeh-page .epfeh-craft-copy {
	display: flex;
	min-width: 0;
	padding: clamp(56px, 6vw, 104px);
	align-items: center;
	color: #16130f;
}

.epfeh-page .epfeh-craft-copy > div {
	width: min(100%, 610px);
}

.epfeh-page .epfeh-craft h2 {
	margin: 0 0 24px;
	color: #16130f;
	font-size: clamp(48px, 5vw, 76px);
}

.epfeh-page .epfeh-craft p {
	max-width: 420px;
	margin: 0 0 30px;
	color: #16130f;
	font-size: 17px;
	line-height: 1.65;
}

.epfeh-page .epfeh-craft .epfeh-text-link {
	margin-top: 0;
	border-bottom-color: currentColor;
	color: #16130f;
}

.epfeh-page .epfeh-reviews {
	overflow: hidden;
	background: var(--ep-bone);
}

.epfeh-page .epfeh-review-stage {
	position: relative;
	width: min(900px, 91vw);
	height: 320px;
	margin: 0 auto;
}

.epfeh-page .epfeh-review-card {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(720px, calc(100% - 100px));
	min-height: 276px;
	margin: 0;
	padding: 30px 32px;
	border: 0;
	border-radius: 0;
	color: var(--ep-bone);
	background: #262621;
	box-shadow: 0 17px 32px rgba(18, 18, 16, 0.18);
	transition: transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 300ms ease, box-shadow 300ms ease;
}

.epfeh-page .epfeh-review-card.is-active {
	z-index: 3;
	opacity: 1;
	transform: translateX(-50%);
}

.epfeh-page .epfeh-review-card.is-previous {
	z-index: 1;
	opacity: 0.34;
	pointer-events: none;
	transform: translate(calc(-50% - 72px), 24px) scale(0.93);
}

.epfeh-page .epfeh-review-card.is-next {
	z-index: 2;
	opacity: 0.48;
	pointer-events: none;
	transform: translate(calc(-50% + 72px), 16px) scale(0.95);
}

.epfeh-page .epfeh-review-content {
	display: block;
}

.epfeh-page .epfeh-review-card-top {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
}

.epfeh-page .epfeh-avatar {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	color: var(--ep-bone);
	background: var(--ep-tobacco);
	font-size: 15px;
	font-weight: 800;
}

.epfeh-page .epfeh-review-card h3 {
	margin: 0 0 4px;
	color: var(--ep-bone);
	font-family: "Source Sans 3", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
}

.epfeh-page .epfeh-review-card-top p {
	margin: 0;
	color: var(--ep-sand);
	font-size: 11px;
	line-height: 1.4;
}

.epfeh-page .epfeh-review-card-top strong {
	color: #c7c0b2;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.epfeh-page .epfeh-review-copy {
	max-width: 590px;
	margin: 27px 0 0;
	color: var(--ep-bone);
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(23px, 2.2vw, 31px);
	font-weight: 400;
	line-height: 1.35;
}

.epfeh-page .epfeh-review-controls {
	display: flex;
	margin-top: 14px;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.epfeh-page .epfeh-review-controls .epfeh-review-button {
	appearance: none;
	display: grid;
	width: 44px;
	min-width: 44px;
	max-width: 44px;
	height: 44px;
	min-height: 44px;
	max-height: 44px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(18, 18, 16, 0.35);
	border-radius: 50%;
	color: var(--ep-ink);
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	line-height: 1;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.epfeh-page .epfeh-review-controls .epfeh-review-button svg {
	display: block;
	width: 18px;
	height: 18px;
}

.epfeh-page .epfeh-review-controls .epfeh-review-button:hover {
	color: var(--ep-bone);
	background: var(--ep-charcoal);
	transform: translateY(-2px);
}

.epfeh-page .epfeh-review-controls p {
	min-width: 92px;
	margin: 0;
	color: #6f5b4e;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-align: center;
}

.epfeh-page .epfeh-setup-message {
	margin-top: 24px;
}

.epfeh-page a:focus-visible,
.epfeh-page button:focus-visible {
	outline: 3px solid #d27c50;
	outline-offset: 4px;
}

.epfeh-page .epfeh-dealer-hero {
	position: relative;
	min-height: 670px;
	overflow: hidden;
	color: var(--ep-bone);
	background: var(--ep-charcoal);
}

.epfeh-page .epfeh-dealer-hero > img,
.epfeh-page .epfeh-dealer-range-media img,
.epfeh-page .epfeh-dealer-partner-media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.epfeh-page .epfeh-dealer-hero > img {
	position: absolute;
	inset: 0;
	object-position: 50% 42%;
}

.epfeh-page .epfeh-dealer-hero-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 10, 8, 0.76) 0%, rgba(10, 10, 8, 0.52) 48%, rgba(10, 10, 8, 0.14) 100%);
}

.epfeh-page .epfeh-dealer-hero-content {
	position: relative;
	z-index: 1;
	padding: 118px 0 104px;
}

.epfeh-page .epfeh-dealer-hero h1 {
	max-width: 850px;
	margin: 0 0 26px;
	color: var(--ep-bone);
	font-size: clamp(60px, 7vw, 104px);
}

.epfeh-page .epfeh-dealer-hero p {
	max-width: 600px;
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.58;
}

.epfeh-page .epfeh-dealer-audience,
.epfeh-page .epfeh-check-list,
.epfeh-page .epfeh-dealer-benefit-grid,
.epfeh-page .epfeh-dealer-range-copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.epfeh-page .epfeh-dealer-audience {
	display: flex;
	max-width: 760px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 8px;
}

.epfeh-page .epfeh-dealer-audience li {
	padding: 7px 11px;
	border: 1px solid rgba(242, 238, 228, 0.4);
	font-size: 13px;
}

.epfeh-page .epfeh-dealer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.epfeh-page .epfeh-button-outline {
	border: 1px solid rgba(242, 238, 228, 0.68);
	color: var(--ep-bone);
	background: transparent;
}

.epfeh-page .epfeh-button-outline:hover,
.epfeh-page .epfeh-button-outline:focus-visible {
	color: var(--ep-ink);
	background: var(--ep-bone);
}

.epfeh-page .epfeh-dealer-copy-grid,
.epfeh-page .epfeh-dealer-partner-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(42px, 8vw, 130px);
}

.epfeh-page .epfeh-dealer-copy-grid h2,
.epfeh-page .epfeh-dealer-partner h2,
.epfeh-page .epfeh-dealer-range h2,
.epfeh-page .epfeh-dealer-form-section h2 {
	margin: 0 0 24px;
	font-size: clamp(46px, 5vw, 74px);
}

.epfeh-page .epfeh-dealer-copy-grid p,
.epfeh-page .epfeh-dealer-partner p,
.epfeh-page .epfeh-dealer-range p,
.epfeh-page .epfeh-dealer-form-section p {
	margin: 0 0 26px;
	font-size: 17px;
	line-height: 1.68;
}

.epfeh-page .epfeh-check-list li {
	position: relative;
	padding: 11px 0 11px 28px;
	border-bottom: 1px solid rgba(18, 18, 16, 0.14);
	font-size: 16px;
}

.epfeh-page .epfeh-check-list li::before {
	position: absolute;
	left: 0;
	content: "✓";
	color: var(--ep-tobacco);
	font-weight: 800;
}

.epfeh-page .epfeh-dealer-offer {
	color: var(--ep-bone);
	background: var(--ep-charcoal);
}

.epfeh-page .epfeh-dealer-offer h2,
.epfeh-page .epfeh-dealer-offer p {
	color: var(--ep-bone);
}

.epfeh-page .epfeh-dealer-offer p {
	color: var(--ep-sand);
}

.epfeh-page .epfeh-dealer-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ep-line);
}

.epfeh-page .epfeh-dealer-benefit-grid li {
	min-height: 134px;
	padding: 22px;
	border-right: 1px solid var(--ep-line);
	border-bottom: 1px solid var(--ep-line);
	font-family: "Newsreader", Georgia, serif;
	font-size: 27px;
	line-height: 1.08;
}

.epfeh-page .epfeh-dealer-benefit-grid li:nth-child(3n) {
	border-right: 0;
}

.epfeh-page .epfeh-dealer-range {
	display: grid;
	grid-template-columns: minmax(0, 44%) minmax(0, 56%);
	min-height: 590px;
	color: var(--ep-bone);
	background: #1b1a17;
}

.epfeh-page .epfeh-dealer-range-media {
	min-height: 590px;
}

.epfeh-page .epfeh-dealer-range-media img {
	object-position: center;
}

.epfeh-page .epfeh-dealer-range-copy {
	display: flex;
	padding: clamp(54px, 7vw, 110px);
	align-items: center;
}

.epfeh-page .epfeh-dealer-range-copy > div {
	width: min(100%, 560px);
}

.epfeh-page .epfeh-dealer-range h2,
.epfeh-page .epfeh-dealer-range p {
	color: var(--ep-bone);
}

.epfeh-page .epfeh-dealer-range-copy li {
	padding: 12px 0;
	border-bottom: 1px solid var(--ep-line);
	color: var(--ep-sand);
	font-size: 17px;
}

.epfeh-page .epfeh-dealer-partner {
	background: var(--ep-bone);
}

.epfeh-page .epfeh-dealer-partner-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
}

.epfeh-page .epfeh-dealer-partner-media {
	min-height: 530px;
}

.epfeh-page .epfeh-dealer-partner-media img {
	object-position: center;
}

.epfeh-page .epfeh-step-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: dealer-steps;
}

.epfeh-page .epfeh-step-list li {
	position: relative;
	min-height: 82px;
	padding: 0 0 22px 64px;
	counter-increment: dealer-steps;
}

.epfeh-page .epfeh-step-list li::before {
	position: absolute;
	left: 0;
	content: "0" counter(dealer-steps);
	color: var(--ep-tobacco);
	font-family: "Newsreader", Georgia, serif;
	font-size: 33px;
}

.epfeh-page .epfeh-step-list strong,
.epfeh-page .epfeh-step-list span {
	display: block;
}

.epfeh-page .epfeh-step-list strong {
	margin-bottom: 5px;
	font-size: 18px;
}

.epfeh-page .epfeh-step-list span {
	color: #5f574d;
}

.epfeh-page .epfeh-dealer-form-section {
	padding: 98px 0;
	color: var(--ep-bone);
	background: var(--ep-charcoal);
}

.epfeh-page .epfeh-dealer-form-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(44px, 8vw, 130px);
	align-items: start;
}

.epfeh-page .epfeh-dealer-form-section h2,
.epfeh-page .epfeh-dealer-form-section p,
.epfeh-page .epfeh-dealer-form-section .epfeh-text-link {
	color: var(--ep-bone);
}

.epfeh-page .epfeh-dealer-form-card {
	padding: clamp(28px, 4vw, 48px);
	color: var(--ep-ink);
	background: var(--ep-bone);
}

.epfeh-page .epfeh-dealer-form-card label {
	display: block;
	margin: 0 0 17px;
	color: var(--ep-ink);
	font-size: 14px;
	font-weight: 700;
}

.epfeh-page .epfeh-dealer-form-card label span {
	font-weight: 400;
}

.epfeh-page .epfeh-dealer-form-card input,
.epfeh-page .epfeh-dealer-form-card textarea {
	display: block;
	width: 100%;
	margin-top: 7px;
	padding: 11px 12px;
	border: 1px solid rgba(18, 18, 16, 0.26);
	border-radius: 0;
	color: var(--ep-ink);
	background: #fffdf8;
	font: inherit;
}

.epfeh-page .epfeh-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.epfeh-page .epfeh-button-dark {
	color: var(--ep-bone);
	background: var(--ep-charcoal);
	cursor: pointer;
}

.epfeh-page .epfeh-button-dark:hover,
.epfeh-page .epfeh-button-dark:focus-visible {
	background: var(--ep-tobacco);
}

.epfeh-page .epfeh-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.epfeh-page .epfeh-form-notice {
	margin: 0 0 20px;
	padding: 12px;
	border-left: 4px solid #b75537;
	color: var(--ep-ink);
	background: #ead7ce;
}

.epfeh-page .epfeh-form-notice-success {
	border-left-color: #426b49;
	background: #dbe9dc;
}

@media (max-width: 1100px) {
	.epfeh-page .epfeh-count-3,
	.epfeh-page .epfeh-count-4,
	.epfeh-page .epfeh-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epfeh-page .epfeh-category-card {
		height: 430px;
	}

	.epfeh-page .epfeh-product-card:nth-child(2n) {
		border-right: 0;
	}

	.epfeh-page .epfeh-product-card:nth-child(-n + 2) {
		border-bottom: 1px solid var(--ep-line);
	}

	.epfeh-page .epfeh-craft-copy {
		padding: 56px 6vw;
	}

	.epfeh-page .epfeh-dealer-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.epfeh-page .epfeh-dealer-benefit-grid li:nth-child(3n) {
		border-right: 1px solid var(--ep-line);
	}

	.epfeh-page .epfeh-dealer-benefit-grid li:nth-child(2n) {
		border-right: 0;
	}

	.epfeh-page .epfeh-dealer-range,
	.epfeh-page .epfeh-dealer-form-layout {
		grid-template-columns: 1fr;
	}

	.epfeh-page .epfeh-dealer-range-media {
		height: 460px;
		min-height: 0;
	}
}

@media (max-width: 720px) {
	.epfeh-page .epfeh-shell {
		width: calc(100% - 40px);
	}

	.epfeh-page .epfeh-hero {
		min-height: 610px;
	}

	.epfeh-page .epfeh-hero-content {
		width: calc(100% - 40px);
		padding: 120px 0 96px;
	}

	.epfeh-page .epfeh-hero h1 {
		font-size: clamp(54px, 16vw, 76px);
	}

	.epfeh-page .epfeh-section {
		padding: 76px 0;
	}

	.epfeh-page .epfeh-section-intro,
	.epfeh-page .epfeh-product-heading {
		margin-bottom: 32px;
	}

	.epfeh-page .epfeh-count-2,
	.epfeh-page .epfeh-count-3,
	.epfeh-page .epfeh-count-4,
	.epfeh-page .epfeh-product-grid {
		grid-template-columns: 1fr;
	}

	.epfeh-page .epfeh-category-card {
		height: 430px;
	}

	.epfeh-page .epfeh-product-card,
	.epfeh-page .epfeh-product-card:nth-child(2n) {
		min-height: 330px;
		border-right: 0;
		border-bottom: 1px solid var(--ep-line);
	}

	.epfeh-page .epfeh-product-card:last-child {
		border-bottom: 0;
	}

	.epfeh-page .epfeh-craft {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.epfeh-page .epfeh-craft-media {
		height: 420px;
		min-height: 420px;
	}

	.epfeh-page .epfeh-craft-copy {
		padding: 64px 32px 76px;
	}

	.epfeh-page .epfeh-review-stage {
		width: 100%;
		height: 330px;
	}

	.epfeh-page .epfeh-review-card {
		width: calc(100% - 36px);
		min-height: 286px;
		padding: 24px 22px;
	}

	.epfeh-page .epfeh-review-card.is-previous {
		transform: translate(calc(-50% - 15px), 26px) scale(0.94);
	}

	.epfeh-page .epfeh-review-card.is-next {
		transform: translate(calc(-50% + 15px), 17px) scale(0.96);
	}

	.epfeh-page .epfeh-review-card-top {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.epfeh-page .epfeh-review-card-top strong {
		grid-column: 2;
	}

	.epfeh-page .epfeh-review-copy {
		margin-top: 22px;
		font-size: 21px;
	}

	.epfeh-page .epfeh-review-controls {
		gap: 10px;
	}

	.epfeh-page .epfeh-dealer-hero {
		min-height: 660px;
	}

	.epfeh-page .epfeh-dealer-hero-shade {
		background: rgba(10, 10, 8, 0.62);
	}

	.epfeh-page .epfeh-dealer-hero-content {
		padding: 104px 0 78px;
	}

	.epfeh-page .epfeh-dealer-hero h1 {
		font-size: clamp(52px, 15vw, 74px);
	}

	.epfeh-page .epfeh-dealer-hero p {
		font-size: 16px;
	}

	.epfeh-page .epfeh-dealer-copy-grid,
	.epfeh-page .epfeh-dealer-partner-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.epfeh-page .epfeh-dealer-benefit-grid {
		grid-template-columns: 1fr;
	}

	.epfeh-page .epfeh-dealer-benefit-grid li,
	.epfeh-page .epfeh-dealer-benefit-grid li:nth-child(3n) {
		min-height: 0;
		border-right: 0;
	}

	.epfeh-page .epfeh-dealer-range-media,
	.epfeh-page .epfeh-dealer-partner-media {
		height: 400px;
		min-height: 0;
	}

	.epfeh-page .epfeh-dealer-range-copy {
		padding: 64px 32px 76px;
	}

	.epfeh-page .epfeh-dealer-partner-media {
		order: -1;
	}

	.epfeh-page .epfeh-dealer-form-section {
		padding: 76px 0;
	}

	.epfeh-page .epfeh-form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.epfeh-page *,
	.epfeh-page *::before,
	.epfeh-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
