/* AJJ Footer B — lab moon columns + Nat map stage. Staging only. */
.ehf-footer .elementor-section.elementor-element-ajjfb00,
.hfe-footer .elementor-section.elementor-element-ajjfb00,
.elementor-element-ajjfb00 {
	background: #111 !important;
}
.elementor-element-ajjfb00 .elementor-widget-html,
.elementor-element-ajjfb00 .elementor-widget-container {
	padding: 0 !important;
	margin: 0 !important;
}

.ajj-fb {
	background: #111;
	color: #f3f3f3;
	font-family: inherit;
}
.ajj-fb a {
	color: #f3f3f3;
	text-decoration: none;
}
.ajj-fb a:hover,
.ajj-fb a:focus-visible {
	color: #e8160f;
}
.ajj-fb__inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 2.5rem 1.5rem 1.35rem;
}
.ajj-fb__band {
	display: grid;
	grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(120px, 0.8fr));
	gap: 2rem 1.75rem;
	align-items: start;
}
@media (max-width: 720px) {
	.ajj-fb__band {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.ajj-fb__brand {
		grid-column: 1 / -1;
	}
}
.ajj-fb__logo {
	display: block;
	height: 72px;
	width: auto;
	margin-bottom: 0.75rem;
}
.ajj-fb__blurb {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #d8d8d8;
	max-width: 32ch;
}
.ajj-fb__nap {
	margin: 0.7rem 0 0;
	font-size: 14px;
	color: #eee;
	line-height: 1.5;
}
.ajj-fb__addr {
	display: inline-block;
	margin-top: 0.15rem;
}
.ajj-fb__h {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin: 0.35rem 0 0.7rem;
	color: #e8160f;
	font-weight: 700;
}
.ajj-fb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.ajj-fb li {
	margin: 0.4rem 0;
}
.ajj-fb__rule {
	height: 1px;
	border: 0;
	background: rgba(255, 255, 255, 0.18);
	margin: 1.75rem 0 0.95rem;
}
.ajj-fb__bot {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 12px;
	color: #cfcfcf;
}

.ajj-fb__map {
	margin-top: 0.85rem;
}
.ajj-fb__map-toggle {
	display: inline-block;
	cursor: pointer;
	list-style: none;
	color: #e8160f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.3;
}
.ajj-fb__map-toggle::-webkit-details-marker {
	display: none;
}
.ajj-fb__map-toggle::after {
	content: " +";
	font-weight: 400;
	letter-spacing: 0;
}
.ajj-fb__map[open] .ajj-fb__map-toggle::after {
	content: " –";
}
.ajj-fb__map-toggle:hover,
.ajj-fb__map-toggle:focus-visible {
	color: #fff;
}
.ajj-fb__map-panel {
	margin-top: 0.85rem;
}
.ajj-fb__loc {
	margin: 0 0 0.9rem;
	font-size: 13px;
	line-height: 1.65;
	color: #d8d8d8;
	max-width: 62ch;
}

.ajj-fb__map-wrap {
	overflow: hidden;
	line-height: 0;
	--ajj-fb-map-filter: grayscale(55%) brightness(0.42) contrast(1.12) sepia(0.15);
	--ajj-fb-map-opacity: 0.92;
}
.ajj-fb__map-wrap--filter-dodge {
	--ajj-fb-map-filter: grayscale(40%) brightness(0.5) contrast(1.2);
	--ajj-fb-map-opacity: 0.88;
}
.ajj-fb__map-stage {
	position: relative;
	isolation: isolate;
}
.ajj-fb__map-frame {
	display: block;
	width: 100%;
	min-height: 280px;
	height: 320px;
	border: 0;
	pointer-events: none;
	user-select: none;
	filter: var(--ajj-fb-map-filter);
	opacity: var(--ajj-fb-map-opacity);
	transition: filter 0.5s ease, opacity 0.5s ease;
}
.ajj-fb__map-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}
.ajj-fb__map-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 12, 0);
	transition: background 0.45s ease;
}
.ajj-fb__map-stage:hover .ajj-fb__map-frame,
.ajj-fb__map-stage:focus-within .ajj-fb__map-frame {
	filter: grayscale(65%) brightness(0.18) contrast(1.15) sepia(0.08);
	opacity: 0.75;
}
.ajj-fb__map-stage:hover .ajj-fb__map-overlay::before,
.ajj-fb__map-stage:focus-within .ajj-fb__map-overlay::before {
	background: rgba(12, 12, 12, 0.78);
}
.ajj-fb__map-corner {
	position: absolute;
	width: 2.25rem;
	height: 2.25rem;
	opacity: 0;
	transition:
		opacity 0.35s ease,
		width 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.ajj-fb__map-corner--tl {
	top: 1rem;
	left: 1rem;
	border-top: 2px solid #e8160f;
	border-left: 2px solid #e8160f;
	transform-origin: top left;
	transform: scale(0.2);
}
.ajj-fb__map-corner--br {
	right: 1rem;
	bottom: 1rem;
	border-right: 2px solid #e8160f;
	border-bottom: 2px solid #e8160f;
	transform-origin: bottom right;
	transform: scale(0.2);
}
.ajj-fb__map-launch {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.45em;
	box-sizing: border-box;
	padding: 0.65rem 1.25rem;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: #e8160f !important;
	background: transparent !important;
	border: 1px solid #e8160f !important;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0.72);
	transition:
		opacity 0.35s ease,
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.ajj-fb__map-launch-icon {
	display: inline-flex !important;
	align-items: center;
	width: 0;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	transform: translate(-0.4em, 0.4em);
	transition: width 0.35s ease, max-width 0.35s ease, opacity 0.3s ease, transform 0.35s ease;
}
.ajj-fb__map-launch-icon svg {
	display: block;
	width: 0.6em;
	height: 0.6em;
	fill: currentColor;
}
.ajj-fb__map-stage:hover .ajj-fb__map-corner,
.ajj-fb__map-stage:focus-within .ajj-fb__map-corner {
	opacity: 1;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	transform: scale(1);
}
.ajj-fb__map-stage:hover .ajj-fb__map-launch,
.ajj-fb__map-stage:focus-within .ajj-fb__map-launch,
.ajj-fb__map-launch:focus-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}
.ajj-fb__map-launch:hover .ajj-fb__map-launch-icon,
.ajj-fb__map-launch:focus-visible .ajj-fb__map-launch-icon {
	width: 0.85em;
	max-width: 0.85em;
	opacity: 1;
	transform: translate(0.14em, -0.1em);
}

@media (prefers-reduced-motion: reduce) {
	.ajj-fb__map-corner,
	.ajj-fb__map-launch,
	.ajj-fb__map-frame {
		transition: none;
	}
}
