/*
Theme Name: Elevated Luxury Rentals
Theme URI: https://elevatedluxury.io
Author: OpenAI Codex
Author URI: https://openai.com
Description: A premium property-listing and ad-branding block theme for Elevated Luxury Rentals with a self-contained backend workflow modeled after My Vacation Concepts.
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.0
Version: 0.1.50
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elevated-luxury-essentials
Tags: block-theme, full-site-editing, custom-logo, featured-images, editor-style, translation-ready
*/

:root {
	--elr-container-max: 1320px;
	--elr-container-pad: 48px;
}

@media (max-width: 1024px) {
	:root {
		--elr-container-pad: 32px;
	}
}

@media (max-width: 767px) {
	:root {
		--elr-container-pad: 20px;
	}
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main {
	display: block;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	text-underline-offset: 0.18em;
	transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

a:hover,
a:focus-visible {
	text-decoration-thickness: 2px;
}

input,
select,
textarea,
button {
	font: inherit;
}

.elr-header-shell,
.elr-footer-grid,
.elr-footer-bottom {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--elr-container-max) !important;
	padding-left: var(--elr-container-pad) !important;
	padding-right: var(--elr-container-pad) !important;
	width: 100% !important;
}

.elr-site-header,
.elr-site-footer,
.elr-page-main,
.elr-hero,
.elr-home-band,
.elr-home-hero,
.elr-page-hero,
.elr-page-hero-band,
.elr-rental-archive,
.elr-single-rental-page,
.elr-journal-archive {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.elr-page-main {
	margin: 0 !important;
	padding: 0 !important;
}

.elr-page-main > .wp-block-post-content {
	margin: 0 !important;
	padding: 0 !important;
}

body.elr-front-page .wp-site-blocks > header + main {
	margin-block-start: 0 !important;
}

body.elr-front-page .wp-block-post-content > .elr-home-band,
body.elr-front-page .wp-block-post-content > .wp-block-group.elr-home-band {
	border-radius: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.elr-front-page .wp-block-post-content > .elr-home-band > .alignwide,
body.elr-front-page .wp-block-post-content > .wp-block-group.elr-home-band > .alignwide {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--elr-container-max) !important;
	padding-left: var(--elr-container-pad) !important;
	padding-right: var(--elr-container-pad) !important;
	width: 100% !important;
}

body.elr-theme :where(.wp-block-group.alignfull.has-background),
body.elr-theme :where(main.wp-block-group.alignfull.has-background) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.elr-theme :where(.wp-block-group.alignfull.has-background) > .alignwide,
body.elr-theme :where(.wp-block-group.alignfull.has-background) > .wp-block-columns.alignwide,
body.elr-theme :where(main.wp-block-group.alignfull.has-background) > .alignwide,
body.elr-theme :where(main.wp-block-group.alignfull.has-background) > .wp-block-columns.alignwide {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--elr-container-max) !important;
	padding-left: var(--elr-container-pad) !important;
	padding-right: var(--elr-container-pad) !important;
	width: 100% !important;
}

.wp-block-cover,
.wp-block-group.is-style-surface,
.wp-block-media-text.is-style-surface,
.wp-block-post-featured-image img,
.wp-block-query .wp-block-post,
.wp-block-image img {
	border-radius: var(--wp--custom--radius--card);
	overflow: hidden;
}

.wp-block-query .wp-block-post,
.wp-block-group.is-style-surface,
.wp-block-media-text.is-style-surface {
	box-shadow: var(--wp--preset--shadow--card);
}

.wp-element-button,
.wp-block-button__link {
	box-shadow: var(--wp--preset--shadow--button);
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-element-button:hover,
.wp-element-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	box-shadow: var(--wp--preset--shadow--hover);
	transform: translateY(-1px);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-element-button.is-style-outline {
	box-shadow: none;
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.wp-block-navigation__responsive-container-content {
	gap: 1rem;
}

.wp-block-post-featured-image {
	overflow: hidden;
}

.wp-block-post-featured-image img {
	transition: transform 220ms ease;
}

.wp-block-post-featured-image a:hover img,
.wp-block-post-featured-image a:focus-visible img {
	transform: scale(1.03);
}

.wp-block-separator {
	opacity: 0.75;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	word-wrap: normal;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto;
	clip-path: none;
	color: #111;
	display: block;
	height: auto;
	left: 0.5rem;
	padding: 1rem 1.25rem;
	top: 0.5rem;
	width: auto;
	z-index: 100000;
}

body.elr-front-page .elr-home-hero {
	background:
		radial-gradient(circle at 14% 18%, rgba(242, 153, 46, 0.2) 0, rgba(242, 153, 46, 0) 24%),
		radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.14) 0, rgba(255, 255, 255, 0) 22%),
		linear-gradient(135deg, #102d19 0%, #173c22 54%, #2d6037 100%);
	overflow: hidden;
	position: relative;
}

body.elr-front-page .elr-home-hero .elr-home-hero-shell {
	padding-bottom: clamp(3.5rem, 6vw, 5rem);
	padding-top: clamp(3.75rem, 6vw, 5.5rem);
	position: relative;
}

body.elr-front-page .elr-home-hero .elr-home-hero-copy {
	position: relative;
	z-index: 2;
}

body.elr-front-page .elr-home-hero .elr-home-hero-copy h1 {
	letter-spacing: -0.045em;
	line-height: 0.96;
	max-width: 11.5ch;
	text-wrap: balance;
}

body.elr-front-page .elr-home-hero .elr-home-hero-copy > p:not(.elr-kicker) {
	max-width: 38rem;
}

body.elr-front-page .elr-home-hero .elr-home-hero-stats > .wp-block-group,
body.elr-front-page .elr-home-about-stack > .wp-block-group,
body.elr-front-page .elr-home-why-grid > .wp-block-group,
body.elr-front-page .elr-home-process-grid > .wp-block-group,
body.elr-front-page .elr-home-final-cta-card,
body.elr-front-page .elr-testimonial-card,
body.elr-front-page .elr-rental-card,
body.elr-front-page .elr-prefooter-card {
	border: 1px solid rgba(17, 47, 25, 0.08);
	box-shadow: 0 26px 70px rgba(17, 47, 25, 0.1);
	position: relative;
}

body.elr-front-page .elr-home-hero .elr-home-stat-card,
body.elr-front-page .elr-home-about-stack > .wp-block-group,
body.elr-front-page .elr-home-why-grid > .wp-block-group,
body.elr-front-page .elr-home-process-grid > .wp-block-group,
body.elr-front-page .elr-testimonial-card,
body.elr-front-page .elr-rental-card {
	overflow: hidden;
}

body.elr-front-page .elr-home-about-stack > .wp-block-group::before,
body.elr-front-page .elr-home-why-grid > .wp-block-group::before,
body.elr-front-page .elr-home-process-grid > .wp-block-group::before,
body.elr-front-page .elr-rental-card::before,
body.elr-front-page .elr-testimonial-card::before {
	background: linear-gradient(90deg, #f2992e 0%, rgba(242, 153, 46, 0) 100%);
	content: "";
	height: 4px;
	inset: 0 0 auto 0;
	position: absolute;
}

body.elr-front-page .elr-home-hero .elr-home-stat-card {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(12px);
	box-shadow: 0 24px 48px rgba(8, 24, 14, 0.2);
}

body.elr-front-page .elr-home-hero .elr-home-hero-media {
	position: relative;
}

body.elr-front-page .elr-home-hero .elr-home-hero-media-frame {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 230, 215, 0.96) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.42);
	box-shadow: 0 34px 88px rgba(7, 22, 12, 0.28);
	overflow: visible;
	position: relative;
}

body.elr-front-page .elr-home-hero .elr-home-hero-media-frame::after {
	background: radial-gradient(circle, rgba(242, 153, 46, 0.28) 0%, rgba(242, 153, 46, 0) 72%);
	content: "";
	height: 180px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 12px;
	width: 180px;
}

body.elr-front-page .elr-home-hero .elr-home-hero-image img {
	aspect-ratio: 1.34 / 1;
	background: #143621;
	object-fit: cover;
}

body.elr-front-page .elr-home-hero .elr-home-floating-card {
	background: rgba(251, 247, 240, 0.96) !important;
	border: 1px solid rgba(17, 47, 25, 0.08);
	bottom: 28px;
	box-shadow: 0 22px 52px rgba(10, 28, 17, 0.24);
	left: 28px;
	max-width: 320px;
	position: absolute;
}

body.elr-front-page .elr-home-hero .elr-home-floating-card p:last-child {
	line-height: 1.55;
}

body.elr-front-page .elr-home-about-band,
body.elr-front-page .elr-home-rentals-band,
body.elr-front-page .elr-home-why-band,
body.elr-front-page .elr-home-process-band,
body.elr-front-page .elr-home-gallery-band,
body.elr-front-page .elr-home-testimonials-band {
	background-image:
		linear-gradient(rgba(17, 47, 25, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 47, 25, 0.032) 1px, transparent 1px);
	background-size: 32px 32px;
}

body.elr-front-page .elr-home-section-head {
	position: relative;
}

body.elr-front-page .elr-home-section-head > .elr-kicker,
body.elr-front-page .elr-home-section-head .elr-kicker {
	letter-spacing: 0.18em;
}

body.elr-front-page .elr-home-about-stack > .wp-block-group,
body.elr-front-page .elr-home-why-grid > .wp-block-group,
body.elr-front-page .elr-home-process-grid > .wp-block-group,
body.elr-front-page .elr-testimonial-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f0 100%) !important;
}

body.elr-front-page .elr-rental-card {
	background: linear-gradient(180deg, #ffffff 0%, #faf5ee 100%) !important;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

body.elr-front-page .elr-rental-card:hover,
body.elr-front-page .elr-rental-card:focus-within {
	box-shadow: 0 30px 80px rgba(17, 47, 25, 0.16);
	transform: translateY(-3px);
}

body.elr-front-page .elr-rental-card .wp-block-post-title a {
	text-decoration: none;
}

body.elr-front-page .elr-home-owner-image img,
body.elr-front-page .elr-gallery-tile img {
	border: 1px solid rgba(17, 47, 25, 0.08);
	box-shadow: 0 20px 48px rgba(17, 47, 25, 0.14);
}

body.elr-front-page .elr-home-gallery-grid .wp-block-column {
	gap: var(--wp--preset--spacing--s);
}

body.elr-front-page .elr-home-gallery-grid .elr-gallery-tile--tall img,
body.elr-front-page .elr-home-gallery-grid .elr-gallery-tile--wide img,
body.elr-front-page .elr-home-gallery-grid .elr-gallery-tile img {
	aspect-ratio: 1.2 / 1;
	object-fit: cover;
}

body.elr-front-page .elr-home-gallery-grid .elr-gallery-tile--tall img {
	aspect-ratio: 0.98 / 1;
}

body.elr-front-page .elr-home-final-cta {
	background: linear-gradient(135deg, #ead7b6 0%, #f4c47b 32%, #f2992e 100%) !important;
}

body.elr-front-page .elr-home-final-cta-card,
body.elr-front-page .elr-prefooter-card {
	box-shadow: 0 32px 90px rgba(17, 47, 25, 0.16);
}

@media (max-width: 1024px) {
	body.elr-front-page .elr-home-hero .elr-home-hero-copy h1 {
		max-width: 12.5ch;
	}

	body.elr-front-page .elr-home-hero .elr-home-floating-card {
		bottom: 20px;
		left: 20px;
		max-width: 280px;
	}
}

@media (max-width: 781px) {
	body.elr-front-page .elr-home-hero .elr-home-hero-shell {
		padding-bottom: 3rem;
		padding-top: 3.25rem;
	}

	body.elr-front-page .elr-home-hero .elr-home-hero-copy h1 {
		max-width: 100%;
	}

	body.elr-front-page .elr-home-hero .elr-home-floating-card {
		left: auto;
		margin-top: 1rem;
		max-width: 100%;
		position: static;
	}

	body.elr-front-page .elr-home-hero .elr-home-hero-image img,
	body.elr-front-page .elr-home-gallery-grid .elr-gallery-tile--tall img,
	body.elr-front-page .elr-home-gallery-grid .elr-gallery-tile--wide img,
	body.elr-front-page .elr-home-gallery-grid .elr-gallery-tile img {
		aspect-ratio: auto;
	}
}

body.elr-front-page .elr-platform-hero {
	background:
		radial-gradient(circle at 14% 16%, rgba(242, 153, 46, 0.2) 0, rgba(242, 153, 46, 0) 24%),
		radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 22%),
		linear-gradient(135deg, #102d19 0%, #173a22 46%, #21492b 100%);
	overflow: hidden;
	position: relative;
}

body.elr-front-page .elr-platform-hero::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
}

body.elr-front-page .elr-platform-shell {
	padding-bottom: clamp(3.4rem, 5.8vw, 4.8rem);
	padding-left: clamp(52px, 5vw, 88px) !important;
	padding-right: clamp(52px, 5vw, 88px) !important;
	padding-top: clamp(3.5rem, 5.8vw, 4.9rem);
	position: relative;
	z-index: 1;
}

body.elr-front-page .elr-platform-hero-grid {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: clamp(4px, 0.8vw, 12px) !important;
	padding-right: clamp(4px, 0.8vw, 12px) !important;
	width: 100%;
}

body.elr-front-page .elr-platform-hero-copy {
	flex-basis: 52% !important;
	padding-left: 0 !important;
	padding-right: clamp(12px, 1.4vw, 20px) !important;
	position: relative;
	z-index: 2;
}

body.elr-front-page .elr-platform-hero-copy h1 {
	font-size: clamp(1.95rem, 2.55vw, 2.9rem);
	letter-spacing: -0.042em;
	line-height: 1.02;
	margin-right: 0;
	max-width: 22ch;
	text-wrap: balance;
}

body.elr-front-page .elr-platform-hero-copy > p:not(.elr-kicker) {
	max-width: 42rem;
}

body.elr-front-page .elr-platform-hero-visual {
	flex-basis: 48% !important;
}

body.elr-front-page .elr-platform-chip-row > .wp-block-group,
body.elr-front-page .elr-platform-proof-card,
body.elr-front-page .elr-platform-window,
body.elr-front-page .elr-platform-window-stack > .wp-block-group,
body.elr-front-page .elr-platform-window-note .wp-block-column > .wp-block-group,
body.elr-front-page .elr-platform-overview-panel,
body.elr-front-page .elr-platform-overview-grid > .wp-block-group,
body.elr-front-page .elr-platform-showcase-intro,
body.elr-front-page .elr-platform-showcase-card,
body.elr-front-page .elr-platform-capability-grid > .wp-block-group,
body.elr-front-page .elr-platform-flow-card,
body.elr-front-page .elr-platform-testimonials-intro,
body.elr-front-page .elr-platform-final-card,
body.elr-front-page .elr-testimonial-card {
	border: 1px solid rgba(17, 47, 25, 0.08);
	box-shadow: 0 26px 72px rgba(17, 47, 25, 0.12);
	position: relative;
}

body.elr-front-page .elr-platform-chip-row > .wp-block-group,
body.elr-front-page .elr-platform-proof-card,
body.elr-front-page .elr-platform-window-stack > .wp-block-group,
body.elr-front-page .elr-platform-window-note .wp-block-column > .wp-block-group,
body.elr-front-page .elr-platform-overview-grid > .wp-block-group,
body.elr-front-page .elr-platform-showcase-card,
body.elr-front-page .elr-platform-capability-grid > .wp-block-group,
body.elr-front-page .elr-platform-flow-card,
body.elr-front-page .elr-testimonial-card {
	overflow: hidden;
}

body.elr-front-page .elr-platform-proof-card::before,
body.elr-front-page .elr-platform-overview-grid > .wp-block-group::before,
body.elr-front-page .elr-platform-showcase-card::before,
body.elr-front-page .elr-platform-capability-grid > .wp-block-group::before,
body.elr-front-page .elr-platform-flow-card::before,
body.elr-front-page .elr-testimonial-card::before {
	background: linear-gradient(90deg, #f2992e 0%, rgba(242, 153, 46, 0) 100%);
	content: "";
	height: 4px;
	inset: 0 0 auto 0;
	position: absolute;
}

body.elr-front-page .elr-platform-chip-row > .wp-block-group,
body.elr-front-page .elr-platform-proof-card,
body.elr-front-page .elr-platform-window,
body.elr-front-page .elr-platform-showcase-card,
body.elr-front-page .elr-platform-final-card {
	background: rgba(255, 255, 255, 0.94) !important;
	backdrop-filter: blur(12px);
}

body.elr-front-page .elr-platform-proof {
	align-items: stretch;
}

body.elr-front-page .elr-platform-proof-card p:last-child {
	line-height: 1.6;
	margin-bottom: 0;
}

body.elr-front-page .elr-platform-hero-visual {
	position: relative;
}

body.elr-front-page .elr-platform-window {
	background: #173320 !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 40px 96px rgba(7, 22, 12, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	isolation: isolate;
	min-height: clamp(540px, 50vw, 700px);
	padding: clamp(1.2rem, 1.8vw, 1.55rem) !important;
}

body.elr-front-page .elr-platform-window::before {
	background: linear-gradient(180deg, rgba(9, 23, 13, 0.08) 0%, rgba(9, 23, 13, 0.18) 24%, rgba(9, 23, 13, 0.52) 68%, rgba(9, 23, 13, 0.82) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

body.elr-front-page .elr-platform-window::after {
	background: radial-gradient(circle, rgba(242, 153, 46, 0.22) 0%, rgba(242, 153, 46, 0) 72%);
	content: "";
	height: 180px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 12px;
	width: 180px;
	z-index: 1;
}

body.elr-front-page .elr-platform-window > .elr-kicker {
	align-self: flex-start;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-shadow: 0 18px 40px rgba(7, 22, 12, 0.18);
	color: var(--wp--preset--color--gold-deep) !important;
	margin-bottom: auto !important;
	padding: 0.78rem 1.12rem;
	position: relative;
	z-index: 3;
}

body.elr-front-page .elr-platform-window-image img,
body.elr-front-page .elr-gallery-tile img {
	border: 1px solid rgba(17, 47, 25, 0.08);
	box-shadow: 0 20px 48px rgba(17, 47, 25, 0.14);
}

body.elr-front-page .elr-platform-window-image {
	inset: 0;
	margin: 0 !important;
	position: absolute;
	z-index: 0;
}

body.elr-front-page .elr-platform-window-image img {
	aspect-ratio: auto;
	background: #143621;
	border: 0;
	border-radius: inherit !important;
	box-shadow: none;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.elr-front-page .elr-platform-window-main,
body.elr-front-page .elr-platform-window-note {
	position: relative;
	z-index: 1;
}

body.elr-front-page .elr-platform-window-cards {
	display: grid !important;
	gap: clamp(0.8rem, 1.2vw, 1rem) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	margin-top: auto !important;
	max-width: min(94%, 38rem);
	position: relative;
	z-index: 3;
}

body.elr-front-page .elr-platform-window-cards > .wp-block-group {
	background: rgba(251, 247, 240, 0.92) !important;
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 18px 36px rgba(7, 22, 12, 0.18);
	min-width: 0;
	padding: 1rem 1rem 0.95rem !important;
}

body.elr-front-page .elr-platform-window-cards .elr-kicker {
	font-size: 0.68rem !important;
	letter-spacing: 0.14em !important;
	margin-bottom: 0.42rem !important;
	white-space: normal !important;
}

body.elr-front-page .elr-platform-window-cards p:not(.elr-kicker) {
	font-size: 0.86rem !important;
	line-height: 1.55 !important;
	margin-bottom: 0 !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

body.elr-front-page .elr-platform-window-cards > .wp-block-group:last-child {
	grid-column: 1 / -1;
}

body.elr-front-page .elr-platform-window-stack {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--s);
}

body.elr-front-page .elr-platform-window-stack > .wp-block-group,
body.elr-front-page .elr-platform-window-note .wp-block-column > .wp-block-group {
	background: rgba(251, 247, 240, 0.98) !important;
}

body.elr-front-page .elr-platform-overview-band,
body.elr-front-page .elr-platform-showcase-band,
body.elr-front-page .elr-platform-flow-band,
body.elr-front-page .elr-platform-gallery-band,
body.elr-front-page .elr-platform-testimonials-band {
	background-image:
		linear-gradient(rgba(17, 47, 25, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 47, 25, 0.03) 1px, transparent 1px);
	background-size: 36px 36px;
}

body.elr-front-page .elr-platform-overview-panel,
body.elr-front-page .elr-platform-showcase-intro,
body.elr-front-page .elr-platform-testimonials-intro,
body.elr-front-page .elr-platform-final-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f0 100%) !important;
}

body.elr-front-page .elr-platform-overview-panel h2,
body.elr-front-page .elr-platform-showcase-intro h2,
body.elr-front-page .elr-platform-testimonials-intro h2,
body.elr-front-page .elr-platform-final-card h2 {
	font-size: clamp(1.48rem, 1.9vw, 2rem);
	line-height: 1.12;
}

body.elr-front-page .elr-home-section-head h2,
body.elr-front-page .elr-platform-capability-layout h2 {
	font-size: clamp(1.52rem, 1.95vw, 2.08rem);
	line-height: 1.12;
}

body.elr-front-page .elr-platform-overview-grid h3,
body.elr-front-page .elr-platform-capability-grid h3,
body.elr-front-page .elr-platform-flow-grid h3,
body.elr-front-page .elr-platform-showcase-card .wp-block-post-title {
	line-height: 1.1;
}

body.elr-front-page .elr-platform-overview-grid > .wp-block-group,
body.elr-front-page .elr-platform-capability-grid > .wp-block-group,
body.elr-front-page .elr-platform-flow-card,
body.elr-front-page .elr-testimonial-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f0 100%) !important;
}

body.elr-front-page .elr-platform-showcase-layout .wp-block-query {
	height: 100%;
}

body.elr-front-page .elr-platform-showcase-card {
	background: linear-gradient(180deg, #ffffff 0%, #faf5ee 100%) !important;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

body.elr-front-page .elr-platform-showcase-card:hover,
body.elr-front-page .elr-platform-showcase-card:focus-within {
	box-shadow: 0 32px 82px rgba(17, 47, 25, 0.17);
	transform: translateY(-4px);
}

body.elr-front-page .elr-platform-showcase-card .wp-block-post-title {
	font-size: clamp(1.24rem, 1.4vw, 1.58rem);
	line-height: 1.08;
	margin-bottom: 0.45rem;
}

body.elr-front-page .elr-platform-showcase-card .wp-block-post-title a,
body.elr-front-page .elr-testimonial-card .wp-block-post-title a {
	text-decoration: none;
}

body.elr-front-page .elr-platform-showcase-card .wp-block-post-excerpt {
	color: var(--wp--preset--color--muted);
	line-height: 1.72;
}

body.elr-front-page .elr-featured-listings-head {
	margin-left: auto;
	margin-right: auto;
	max-width: 56rem;
}

body.elr-front-page .elr-featured-listings-head h2 {
	font-size: clamp(1.54rem, 2vw, 2.18rem);
	line-height: 1.12;
	margin-bottom: 0.65rem;
	text-wrap: balance;
}

body.elr-front-page .elr-featured-listings-head > p:not(.elr-kicker) {
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
}

body.elr-front-page .elr-featured-listings-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

body.elr-front-page .elr-featured-carousel {
	--elr-featured-per-view: 3;
	--elr-featured-gap: clamp(24px, 2vw, 30px);
	position: relative;
}

body.elr-front-page .elr-featured-carousel__toolbar {
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
	margin-bottom: 1rem;
}

body.elr-front-page .elr-featured-carousel__nav {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(17, 47, 25, 0.1);
	border-radius: 999px;
	box-shadow: 0 14px 32px rgba(17, 47, 25, 0.08);
	color: var(--wp--preset--color--forest-deep);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.45rem;
	height: 46px;
	justify-content: center;
	padding: 0;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
	width: 46px;
}

body.elr-front-page .elr-featured-carousel__nav:hover,
body.elr-front-page .elr-featured-carousel__nav:focus-visible {
	background: #ffffff;
	border-color: rgba(242, 153, 46, 0.35);
	box-shadow: 0 18px 36px rgba(17, 47, 25, 0.12);
	transform: translateY(-1px);
}

body.elr-front-page .elr-featured-carousel__nav:disabled {
	cursor: default;
	opacity: 0.45;
	transform: none;
}

body.elr-front-page .elr-featured-carousel__viewport {
	margin-left: -4px;
	margin-right: -4px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 4px 4px 8px;
	scroll-behavior: smooth;
	scroll-padding-left: 4px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

body.elr-front-page .elr-featured-carousel__viewport::-webkit-scrollbar {
	display: none;
}

body.elr-front-page .elr-featured-carousel__track {
	align-items: stretch;
	display: flex;
	gap: var(--elr-featured-gap);
}

body.elr-front-page .elr-featured-carousel.is-static .elr-featured-carousel__track {
	transform: none !important;
}

body.elr-front-page .elr-featured-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f0 100%);
	border: 1px solid rgba(17, 47, 25, 0.08);
	border-radius: 32px;
	box-shadow: 0 26px 70px rgba(17, 47, 25, 0.12);
	display: flex;
	flex: 0 0 calc((100% - (var(--elr-featured-gap) * (var(--elr-featured-per-view) - 1))) / var(--elr-featured-per-view));
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

body.elr-front-page .elr-featured-card__media {
	padding: 16px 16px 0;
	position: relative;
}

body.elr-front-page .elr-featured-card__image {
	background: linear-gradient(135deg, rgba(17, 47, 25, 0.9) 0%, rgba(54, 88, 40, 0.65) 100%);
	border-radius: 26px;
	display: block;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

body.elr-front-page .elr-featured-card__image--placeholder {
	min-height: 300px;
}

body.elr-front-page .elr-featured-card__overlay {
	align-items: center;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 18px;
	box-shadow: 0 20px 46px rgba(17, 47, 25, 0.15);
	display: inline-flex;
	flex-direction: column;
	gap: 0.35rem;
	left: 50%;
	max-width: calc(100% - 38px);
	padding: 0.9rem 1.15rem 0.82rem;
	position: absolute;
	right: auto;
	text-align: center;
	top: 18px;
	transform: translateX(-50%);
	z-index: 2;
}

body.elr-front-page .elr-featured-card__price-row {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: center;
}

body.elr-front-page .elr-featured-card__price {
	color: #1d2b1f;
	font-family: inherit;
	font-size: clamp(0.98rem, 1.1vw, 1.26rem);
	font-weight: 600;
	line-height: 1;
}

body.elr-front-page .elr-featured-card__price--original {
	color: rgba(29, 43, 31, 0.7);
	text-decoration: line-through;
}

body.elr-front-page .elr-featured-card__price--current {
	color: var(--wp--preset--color--forest-deep);
}

body.elr-front-page .elr-featured-card__stars {
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.14rem;
	line-height: 1;
	position: relative;
}

body.elr-front-page .elr-featured-card__stars-base {
	color: rgba(242, 153, 46, 0.2);
	display: block;
}

body.elr-front-page .elr-featured-card__stars-fill {
	color: #f2992e;
	inset: 0 auto 0 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
}

body.elr-front-page .elr-featured-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.7rem;
	padding: 1.2rem 1.25rem 1.25rem;
}

body.elr-front-page .elr-featured-card__title {
	display: -webkit-box;
	font-size: clamp(1.22rem, 1.45vw, 1.64rem);
	line-height: 1.12;
	margin: 0;
	overflow: hidden;
	text-wrap: pretty;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.elr-front-page .elr-featured-card__title a {
	color: var(--wp--preset--color--forest-deep);
	text-decoration: none;
}

body.elr-front-page .elr-featured-card__title a:hover,
body.elr-front-page .elr-featured-card__title a:focus-visible {
	color: #0f3a1f;
}

body.elr-front-page .elr-featured-card__excerpt {
	color: var(--wp--preset--color--muted);
	display: -webkit-box;
	font-size: 0.98rem;
	line-height: 1.58;
	margin: 0;
	min-height: calc(1.58em * 2);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.elr-front-page .elr-featured-card__button {
	align-self: stretch;
	background: #f2992e;
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(242, 153, 46, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	margin-top: auto;
	padding: 0.86rem 1.15rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.elr-front-page .elr-featured-card__button:hover,
body.elr-front-page .elr-featured-card__button:focus-visible {
	background: #d97f11;
	box-shadow: 0 16px 32px rgba(217, 127, 17, 0.28);
	transform: translateY(-2px);
}

body.elr-front-page .elr-featured-carousel__dots {
	align-items: center;
	display: flex;
	gap: 0.7rem;
	justify-content: center;
	margin-top: var(--wp--preset--spacing--m);
}

body.elr-front-page .elr-featured-carousel__footer {
	display: flex;
	justify-content: center;
}

body.elr-front-page .elr-featured-carousel.is-static .elr-featured-carousel__dots:empty,
body.elr-front-page .elr-featured-carousel.is-static .elr-featured-carousel__dots,
body.elr-front-page .elr-featured-carousel.is-static .elr-featured-carousel__toolbar {
	display: none;
}

body.elr-front-page .elr-featured-carousel__dot {
	appearance: none;
	background: rgba(242, 153, 46, 0.28);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 12px;
	padding: 0;
	transition: background-color 180ms ease, transform 180ms ease, width 180ms ease;
	width: 12px;
}

body.elr-front-page .elr-featured-carousel__dot.is-active,
body.elr-front-page .elr-featured-carousel__dot:hover,
body.elr-front-page .elr-featured-carousel__dot:focus-visible {
	background: #f2992e;
	transform: scale(1.05);
	width: 28px;
}

body.elr-front-page .elr-featured-carousel__empty {
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f0 100%);
	border: 1px solid rgba(17, 47, 25, 0.08);
	border-radius: 24px;
	box-shadow: 0 22px 60px rgba(17, 47, 25, 0.1);
	color: var(--wp--preset--color--muted);
	padding: 2rem;
	text-align: center;
}

body.elr-front-page .elr-platform-capability-band {
	background:
		radial-gradient(circle at 82% 18%, rgba(242, 153, 46, 0.18) 0, rgba(242, 153, 46, 0) 22%),
		linear-gradient(135deg, #102b18 0%, #143521 52%, #21492b 100%) !important;
}

body.elr-front-page .elr-platform-capability-band .elr-platform-capability-grid > .wp-block-group {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 241, 230, 0.98) 100%) !important;
}

body.elr-front-page .elr-platform-capability-band .elr-platform-capability-grid > .wp-block-group > .elr-kicker {
	display: none !important;
}

body.elr-front-page .elr-platform-flow-grid {
	position: relative;
}

body.elr-front-page .elr-platform-flow-grid > .elr-platform-flow-card > .elr-kicker {
	display: none !important;
}

body.elr-front-page .elr-platform-flow-grid::before {
	background: linear-gradient(90deg, rgba(242, 153, 46, 0.25) 0%, rgba(242, 153, 46, 0.55) 50%, rgba(242, 153, 46, 0.25) 100%);
	content: "";
	height: 1px;
	left: 3%;
	position: absolute;
	right: 3%;
	top: 30px;
}

body.elr-front-page .elr-platform-flow-card {
	padding-top: calc(var(--wp--preset--spacing--m) + 0.5rem) !important;
}

body.elr-front-page .elr-platform-gallery-shell .wp-block-column {
	gap: var(--wp--preset--spacing--s);
}

body.elr-front-page .elr-platform-gallery-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}

body.elr-front-page .elr-platform-gallery-stack {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

body.elr-front-page .elr-platform-gallery-center {
	display: flex;
}

body.elr-front-page .elr-platform-gallery-center .elr-gallery-tile,
body.elr-front-page .elr-platform-gallery-center .elr-gallery-tile img {
	height: 100%;
}

body.elr-front-page .elr-gallery-tile--feature img {
	aspect-ratio: 1.02 / 0.84;
	object-fit: cover;
}

body.elr-front-page .elr-platform-gallery-stack .elr-gallery-tile img {
	aspect-ratio: 1.24 / 0.78;
	object-fit: cover;
}

body.elr-front-page .elr-platform-partners-band {
	background:
		radial-gradient(circle at 16% 18%, rgba(242, 153, 46, 0.08) 0, rgba(242, 153, 46, 0) 20%),
		linear-gradient(rgba(17, 47, 25, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 47, 25, 0.03) 1px, transparent 1px) !important;
	background-size: auto, 36px 36px, 36px 36px;
}

body.elr-front-page .elr-platform-partners-shell {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--m);
}

body.elr-front-page .elr-platform-partners-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbf7f0 100%) !important;
	box-shadow: 0 26px 72px rgba(17, 47, 25, 0.09);
}

body.elr-front-page .elr-platform-partners-head {
	margin-left: auto;
	margin-right: auto;
}

body.elr-front-page .elr-partners-carousel {
	--elr-partners-duration: 28s;
	--elr-partners-loop-distance: -1200px;
	position: relative;
}

body.elr-front-page .elr-partners-carousel__viewport {
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
	overflow: hidden;
	padding: 0.25rem 0;
	position: relative;
}

body.elr-front-page .elr-partners-carousel__track {
	align-items: center;
	display: flex;
	gap: 1.15rem;
	width: max-content;
	will-change: transform;
}

body.elr-front-page .elr-partners-carousel.is-ready:not(.is-static) .elr-partners-carousel__track {
	animation: elrPartnersMarquee var(--elr-partners-duration) linear infinite;
}

body.elr-front-page .elr-partners-carousel.is-static .elr-partners-carousel__track {
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

body.elr-front-page .elr-partners-carousel.is-static .elr-partners-carousel__group {
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

body.elr-front-page .elr-partners-carousel:hover .elr-partners-carousel__track,
body.elr-front-page .elr-partners-carousel:focus-within .elr-partners-carousel__track {
	animation-play-state: paused;
}

body.elr-front-page .elr-partners-carousel__group {
	align-items: center;
	display: flex;
	gap: 1.15rem;
}

body.elr-front-page .elr-partners-carousel__item {
	flex: 0 0 clamp(168px, 16vw, 218px);
}

body.elr-front-page .elr-partners-carousel__card,
body.elr-front-page .elr-partners-carousel__card-link {
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(17, 47, 25, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(17, 47, 25, 0.08);
	display: flex;
	justify-content: center;
	min-height: 104px;
	padding: 1rem 1.35rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.elr-front-page .elr-partners-carousel__card-link:hover,
body.elr-front-page .elr-partners-carousel__card-link:focus-visible {
	border-color: rgba(242, 153, 46, 0.35);
	box-shadow: 0 22px 50px rgba(17, 47, 25, 0.12);
	transform: translateY(-2px);
}

body.elr-front-page .elr-partners-carousel__logo-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

body.elr-front-page .elr-partners-carousel__logo {
	height: auto;
	max-height: 52px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

body.elr-front-page .elr-partners-carousel.is-empty .elr-partners-carousel__empty {
	background: rgba(255, 255, 255, 0.92);
	border: 1px dashed rgba(17, 47, 25, 0.16);
	border-radius: 22px;
	color: var(--wp--preset--color--muted);
	padding: 1.25rem 1.5rem;
	text-align: center;
}

body.elr-front-page .elr-platform-testimonials-query .wp-block-post-template {
	align-items: stretch;
}

body.elr-front-page .elr-testimonial-card p {
	line-height: 1.72;
}

body.elr-front-page .elr-platform-final-band {
	background: linear-gradient(135deg, #ead7b6 0%, #f3c988 38%, #f2992e 100%) !important;
}

body.elr-front-page .elr-platform-final-card {
	box-shadow: 0 32px 90px rgba(17, 47, 25, 0.16);
	text-align: center;
}

@keyframes elrPartnersMarquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(var(--elr-partners-loop-distance), 0, 0);
	}
}

@media (max-width: 1100px) {
	body.elr-front-page .elr-platform-hero-copy h1 {
		font-size: clamp(1.8rem, 3.2vw, 2.55rem);
		max-width: 20ch;
	}

	body.elr-front-page .elr-platform-window-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		max-width: 100%;
	}

	body.elr-front-page .elr-platform-showcase-layout > .wp-block-column:first-child,
	body.elr-front-page .elr-platform-testimonials-layout > .wp-block-column:first-child {
		flex-basis: 100% !important;
	}

	body.elr-front-page .elr-featured-carousel {
		--elr-featured-per-view: 2;
		--elr-featured-gap: 22px;
	}

	body.elr-front-page .elr-featured-carousel__toolbar {
		margin-bottom: 0.85rem;
	}

	body.elr-front-page .elr-featured-carousel__nav {
		font-size: 1.3rem;
		height: 42px;
		width: 42px;
	}

	body.elr-front-page .elr-featured-card__overlay {
		max-width: calc(100% - 34px);
		top: 16px;
	}

	body.elr-front-page .elr-featured-card__body {
		padding: 1.12rem 1.12rem 1.18rem;
	}

	body.elr-front-page .elr-featured-card__title {
		font-size: clamp(1.1rem, 1.9vw, 1.38rem);
	}

	body.elr-front-page .elr-featured-card__excerpt {
		font-size: 0.94rem;
	}

	body.elr-front-page .elr-featured-card__button {
		font-size: 0.74rem;
		padding: 0.75rem 1rem;
	}
}

@media (max-width: 781px) {
	body.elr-front-page .elr-platform-shell {
		padding-bottom: 2.6rem;
		padding-left: 24px !important;
		padding-right: 24px !important;
		padding-top: 2.9rem;
	}

	body.elr-front-page .elr-platform-hero-grid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.elr-front-page .elr-platform-hero-copy {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.elr-front-page .elr-platform-hero-copy h1 {
		font-size: clamp(1.65rem, 7vw, 2.2rem);
		max-width: 100%;
	}

	body.elr-front-page .elr-platform-window {
		min-height: 520px;
	}

	body.elr-front-page .elr-platform-window > .elr-kicker {
		margin-bottom: 1.2rem !important;
	}

	body.elr-front-page .elr-platform-window-cards {
		grid-template-columns: 1fr !important;
		max-width: 100%;
	}

	body.elr-front-page .elr-platform-window-cards > .wp-block-group:last-child {
		grid-column: auto;
	}

	body.elr-front-page .elr-featured-carousel {
		--elr-featured-per-view: 1;
		--elr-featured-gap: 16px;
	}

	body.elr-front-page .elr-featured-listings-head h2 {
		font-size: clamp(1.4rem, 6vw, 1.95rem);
	}

	body.elr-front-page .elr-featured-carousel__toolbar {
		justify-content: center;
	}

	body.elr-front-page .elr-featured-carousel__nav {
		font-size: 1.2rem;
		height: 40px;
		width: 40px;
	}

	body.elr-front-page .elr-featured-card {
		border-radius: 24px;
	}

	body.elr-front-page .elr-featured-card__media {
		padding: 16px 16px 0;
	}

	body.elr-front-page .elr-featured-card__overlay {
		max-width: calc(100% - 36px);
		padding: 0.74rem 0.88rem 0.72rem;
		top: 18px;
	}

	body.elr-front-page .elr-featured-card__price {
		font-size: clamp(0.9rem, 4vw, 1.08rem);
	}

	body.elr-front-page .elr-featured-card__body {
		padding: 1.08rem 1rem 1.2rem;
	}

	body.elr-front-page .elr-featured-card__title {
		font-size: clamp(1rem, 5.4vw, 1.24rem);
	}

	body.elr-front-page .elr-featured-card__excerpt {
		font-size: 0.9rem;
		min-height: auto;
	}

	body.elr-front-page .elr-featured-card__button {
		font-size: 0.72rem;
		padding: 0.72rem 0.92rem;
	}

	body.elr-front-page .elr-platform-window-image img,
	body.elr-front-page .elr-gallery-tile--feature img,
	body.elr-front-page .elr-platform-gallery-stack .elr-gallery-tile img {
		aspect-ratio: auto;
	}

	body.elr-front-page .elr-partners-carousel__viewport {
		-webkit-mask-image: none;
		mask-image: none;
	}

	body.elr-front-page .elr-partners-carousel__item {
		flex-basis: 152px;
	}

	body.elr-front-page .elr-partners-carousel__card,
	body.elr-front-page .elr-partners-carousel__card-link {
		min-height: 92px;
		padding: 0.85rem 1rem;
	}

	body.elr-front-page .elr-partners-carousel__logo {
		max-height: 44px;
	}

	body.elr-front-page .elr-platform-flow-grid::before {
		display: none;
	}
}

body.elr-promo-lightbox-open {
	overflow: hidden;
}

.elr-promo-banners-band {
	background: var(--wp--preset--color--mist) !important;
	padding: var(--wp--preset--spacing--xl) 0 !important;
}

.elr-promo-banners-shell {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--l);
	margin: 0 auto !important;
	max-width: var(--elr-container-max) !important;
	padding-left: var(--elr-container-pad) !important;
	padding-right: var(--elr-container-pad) !important;
}

.elr-promo-banners-head {
	margin: 0 auto;
	max-width: 760px;
}

.elr-promo-banners-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.4rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elr-promo-banner-card {
	background: #fff;
	border: 1px solid rgba(17, 47, 25, 0.08);
	border-radius: 28px;
	box-shadow: 0 26px 68px rgba(17, 47, 25, 0.12);
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.elr-promo-banner-card:hover,
.elr-promo-banner-card:focus-visible {
	box-shadow: 0 34px 78px rgba(17, 47, 25, 0.18);
	transform: translateY(-3px);
}

.elr-promo-banner-card__media {
	display: block;
	position: relative;
}

.elr-promo-banner-card__media::after {
	background: linear-gradient(180deg, rgba(11, 27, 17, 0) 52%, rgba(11, 27, 17, 0.62) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.elr-promo-banner-card__media img {
	aspect-ratio: 4 / 5;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.elr-promo-banner-card__cta {
	align-items: center;
	background: linear-gradient(135deg, rgba(12, 41, 21, 0.94) 0%, rgba(26, 70, 37, 0.94) 100%);
	border-radius: 999px;
	bottom: 1rem;
	box-shadow: 0 18px 38px rgba(7, 22, 12, 0.24);
	color: var(--wp--preset--color--mist);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	left: 1rem;
	letter-spacing: 0.14em;
	padding: 0.86rem 1rem;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.elr-promo-lightbox {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 9999;
}

.elr-promo-lightbox[hidden] {
	display: none;
}

.elr-promo-lightbox__backdrop {
	background: rgba(8, 18, 12, 0.82);
	inset: 0;
	position: absolute;
}

.elr-promo-lightbox__dialog {
	max-height: calc(100vh - 48px);
	max-width: min(92vw, 960px);
	position: relative;
	z-index: 1;
}

.elr-promo-lightbox__image {
	border-radius: 28px;
	box-shadow: 0 36px 84px rgba(0, 0, 0, 0.32);
	display: block;
	max-height: calc(100vh - 48px);
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.elr-promo-lightbox__close {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 0;
	border-radius: 999px;
	color: #14331d;
	cursor: pointer;
	display: inline-flex;
	font-size: 2rem;
	height: 52px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 52px;
	z-index: 2;
}

@media (max-width: 900px) {
	.elr-promo-banners-grid {
		grid-template-columns: 1fr;
	}

	.elr-promo-banner-card__media img {
		aspect-ratio: 4 / 4.8;
	}
}

.elr-hero-slider-band {
	background: #102d19;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 100%;
}

.elr-hero-slider {
	background: #102d19;
	isolation: isolate;
	min-height: clamp(640px, 88vh, 940px);
	overflow: hidden;
	position: relative;
}

.elr-hero-slider__slides,
.elr-hero-slider__slide,
.elr-hero-slider__image,
.elr-hero-slider__veil,
.elr-hero-slider__grid {
	inset: 0;
	position: absolute;
}

.elr-hero-slider__slides {
	z-index: 0;
}

.elr-hero-slider__slide {
	opacity: 0;
	transform: scale(1.03);
	transition: opacity 900ms ease, transform 6200ms ease;
}

.elr-hero-slider__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.elr-hero-slider__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.elr-hero-slider__veil {
	background:
		linear-gradient(90deg, rgba(8, 24, 13, 0.86) 0%, rgba(8, 24, 13, 0.76) 28%, rgba(8, 24, 13, 0.4) 56%, rgba(8, 24, 13, 0.16) 100%),
		linear-gradient(180deg, rgba(8, 24, 13, 0.18) 0%, rgba(8, 24, 13, 0.3) 46%, rgba(8, 24, 13, 0.52) 100%);
	z-index: 1;
}

.elr-hero-slider__grid {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 44px 44px;
	mix-blend-mode: screen;
	opacity: 0.32;
	z-index: 1;
}

.elr-hero-slider__shell {
	align-items: end;
	box-sizing: border-box;
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.4rem);
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: var(--elr-container-max);
	min-height: inherit;
	padding: clamp(5.8rem, 9vh, 7.3rem) var(--elr-container-pad) clamp(3rem, 6vh, 4.4rem);
	position: relative;
	width: 100%;
	z-index: 2;
}

.elr-hero-slider__content {
	align-self: center;
	max-width: 44rem;
}

.elr-hero-slider__kicker {
	color: var(--wp--preset--color--gold) !important;
	font-size: 0.92rem;
	letter-spacing: 0.18em;
	margin-bottom: 1rem !important;
	text-transform: uppercase;
}

.elr-hero-slider__title {
	color: var(--wp--preset--color--mist);
	font-family: var(--wp--preset--font-family--display, serif);
	font-size: clamp(2.7rem, 4.7vw, 5.2rem);
	letter-spacing: -0.045em;
	line-height: 0.95;
	margin: 0 0 1.2rem;
	max-width: 15ch;
	text-wrap: balance;
}

.elr-hero-slider__lead,
.elr-hero-slider__body {
	color: rgba(246, 240, 226, 0.94);
	font-size: clamp(1rem, 1.1vw, 1.1rem);
	line-height: 1.78;
	margin: 0 0 1rem;
	max-width: 40rem;
}

.elr-hero-slider__body {
	color: rgba(246, 240, 226, 0.82);
	margin-bottom: 1.7rem;
}

.elr-hero-slider__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.95rem;
	margin-bottom: 1.4rem;
}

.elr-hero-slider__button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	justify-content: center;
	min-height: 54px;
	padding: 0.95rem 1.5rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.elr-hero-slider__button:hover,
.elr-hero-slider__button:focus-visible {
	transform: translateY(-1px);
}

.elr-hero-slider__button--primary {
	background: var(--wp--preset--color--gold);
	box-shadow: 0 20px 44px rgba(9, 24, 13, 0.26);
	color: #13331d;
}

.elr-hero-slider__button--secondary {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.68);
	color: var(--wp--preset--color--mist);
}

.elr-hero-slider__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.78rem;
}

.elr-hero-slider__tag {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 247, 238, 0.94);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 0.86rem 1rem;
	text-transform: uppercase;
}

.elr-hero-slider__controls {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-self: end;
}

.elr-hero-slider__nav {
	display: flex;
	gap: 0.7rem;
}

.elr-hero-slider__arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 18px 40px rgba(6, 18, 10, 0.22);
	color: #14321d;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.6rem;
	height: 58px;
	justify-content: center;
	padding: 0;
	width: 58px;
}

.elr-hero-slider__dots {
	display: flex;
	gap: 0.56rem;
	justify-content: flex-end;
}

.elr-hero-slider__dot {
	background: rgba(255, 255, 255, 0.28);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 10px;
	padding: 0;
	transition: width 180ms ease, background-color 180ms ease, transform 180ms ease;
	width: 10px;
}

.elr-hero-slider__dot.is-active {
	background: var(--wp--preset--color--gold);
	transform: scale(1.05);
	width: 34px;
}

.elr-hero-slider.is-static .elr-hero-slider__controls {
	display: none;
}

@media (max-width: 1180px) {
	.elr-hero-slider__shell {
		grid-template-columns: 1fr;
	}

	.elr-hero-slider__controls {
		align-items: flex-start;
		justify-self: start;
	}

	.elr-hero-slider__dots {
		justify-content: flex-start;
	}
}

@media (max-width: 781px) {
	.elr-hero-slider {
		min-height: 620px;
	}

	.elr-hero-slider__shell {
		padding-bottom: 2.6rem;
		padding-top: 5.2rem;
	}

	.elr-hero-slider__title {
		font-size: clamp(2.1rem, 11vw, 3.2rem);
		max-width: 14ch;
	}

	.elr-hero-slider__lead,
	.elr-hero-slider__body {
		font-size: 0.98rem;
		line-height: 1.68;
	}

	.elr-hero-slider__actions {
		flex-direction: column;
	}

	.elr-hero-slider__button {
		width: 100%;
	}

	.elr-hero-slider__tag {
		font-size: 0.68rem;
		letter-spacing: 0.12em;
		padding: 0.76rem 0.9rem;
	}
}

@media (max-width: 560px) {
	.elr-hero-slider {
		min-height: 580px;
	}

	.elr-hero-slider__veil {
		background:
			linear-gradient(90deg, rgba(8, 24, 13, 0.84) 0%, rgba(8, 24, 13, 0.7) 44%, rgba(8, 24, 13, 0.42) 100%),
			linear-gradient(180deg, rgba(8, 24, 13, 0.22) 0%, rgba(8, 24, 13, 0.48) 100%);
	}

	.elr-hero-slider__arrow {
		height: 50px;
		width: 50px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elr-hero-slider__slide,
	.elr-hero-slider__button,
	.elr-hero-slider__dot {
		transition: none !important;
	}

	body.elr-front-page .elr-featured-carousel__viewport {
		scroll-behavior: auto;
	}

	body.elr-front-page .elr-featured-carousel__track,
	body.elr-front-page .elr-partners-carousel__track {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}
}
