/*
 * Earth Energetics Contrast Footer Starter
 * All rules are intentionally scoped to the generated footer preset.
 */
#lf-hf-footer .lf-hf-ee-footer {
	--lf-ee-ink: #1b120d;
	--lf-ee-ink-deep: #120c09;
	--lf-ee-ivory: #fbf4eb;
	--lf-ee-soft: #d8cbbc;
	--lf-ee-muted: #af9f90;
	--lf-ee-gold: #d5aa63;
	--lf-ee-gold-soft: rgba(213, 170, 99, .58);
	background: var(--lf-ee-ink);
	color: var(--lf-ee-ivory);
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#lf-hf-footer .lf-hf-ee-footer::before {
	background: radial-gradient(ellipse at 84% 0%, rgba(213, 170, 99, .10), transparent 44%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

#lf-hf-footer .lf-hf-ee-footer > .e-con-inner,
#lf-hf-footer .lf-hf-ee-footer > .e-con {
	position: relative;
	z-index: 1;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1320px;
	padding: clamp(64px, 7vw, 110px) clamp(24px, 5.2vw, 76px) 26px;
	width: 100%;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__top {
	display: grid !important;
	grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
	align-items: start;
	column-gap: clamp(50px, 10vw, 170px);
	row-gap: 40px;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__brand,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__cta,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__nav-column {
	min-width: 0;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__brand-name .elementor-heading-title {
	color: var(--lf-ee-ivory);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4vw, 62px);
	font-weight: 400;
	letter-spacing: -.05em;
	line-height: .96;
	margin: 0;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__brand-copy {
	margin-top: 25px;
	max-width: 520px;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__brand-copy p,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__cta-copy p {
	color: var(--lf-ee-soft);
	font-size: 15px;
	line-height: 1.76;
	margin: 0;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__eyebrow {
	margin-bottom: 14px;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__eyebrow .elementor-heading-title {
	color: var(--lf-ee-gold);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .17em;
	line-height: 1.2;
	text-transform: uppercase;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__cta-title {
	margin-bottom: 14px;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__cta-title .elementor-heading-title {
	color: var(--lf-ee-ivory);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 2vw, 34px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.08;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__button {
	margin-top: 28px;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__button .elementor-button {
	background: transparent;
	border: 1px solid var(--lf-ee-gold-soft);
	border-radius: 0;
	box-shadow: none;
	color: var(--lf-ee-ivory);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	padding: 14px 18px;
	text-transform: uppercase;
	transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__button .elementor-button::after {
	content: "  →";
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__button .elementor-button:hover,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__button .elementor-button:focus-visible {
	background: var(--lf-ee-gold);
	border-color: var(--lf-ee-gold);
	color: var(--lf-ee-ink-deep);
	transform: translateY(-1px);
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__rule {
	background: var(--lf-ee-gold-soft);
	border: 0;
	display: block;
	height: 1px;
	min-height: 1px !important;
	padding: 0;
	width: 100%;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__rule--top {
	margin: clamp(48px, 6vw, 82px) 0 clamp(38px, 4.6vw, 64px);
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__rule--bottom {
	margin: clamp(36px, 4.2vw, 60px) 0 21px;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__nav {
	display: grid !important;
	gap: clamp(28px, 4vw, 60px);
	grid-template-columns: 1.25fr 1fr 1fr 1fr;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__nav-title {
	margin-bottom: 20px;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__nav-title .elementor-heading-title {
	color: var(--lf-ee-gold);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__links li {
	margin: 0 0 12px;
	padding: 0;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__links a,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal a {
	color: var(--lf-ee-ivory);
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
	text-underline-offset: 4px;
	transition: color .2s ease;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__links a:hover,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__links a:focus-visible,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal a:hover,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal a:focus-visible {
	color: var(--lf-ee-gold);
	text-decoration: underline;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal {
	align-items: center;
	display: flex !important;
	gap: 20px;
	justify-content: space-between;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__copyright p,
#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal-links p {
	color: var(--lf-ee-muted);
	font-size: 11px;
	letter-spacing: .015em;
	line-height: 1.7;
	margin: 0;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal-links {
	text-align: right;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal-links a {
	color: var(--lf-ee-soft);
	font-size: 11px;
}

#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal-links span {
	color: var(--lf-ee-gold);
	display: inline-block;
	margin: 0 8px;
}

@media (max-width: 1024px) {
	#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 40px;
	}
}

@media (max-width: 767px) {
	#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__inner {
		padding: 54px 24px 22px;
	}

	#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__top,
	#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__nav {
		grid-template-columns: minmax(0, 1fr);
	}

	#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__cta {
		border-top: 1px solid var(--lf-ee-gold-soft);
		padding-top: 32px;
	}

	#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	#lf-hf-footer .lf-hf-ee-footer .lf-hf-ee-footer__legal-links {
		text-align: left;
	}
}
