/**
 * Production Unit page.
 *
 * All selectors are scoped to the Elementor document so the shared Aleric
 * header, navigation, footer, and other pages remain untouched.
 */

.eai-production-unit {
	--eai-pu-ink: #102f43;
	--eai-pu-deep: #071923;
	--eai-pu-panel: #0c2b3a;
	--eai-pu-blue: #1f6d91;
	--eai-pu-cyan: #6ed5e8;
	--eai-pu-line: rgba(16, 47, 67, 0.14);
	--eai-pu-soft: #eef4f6;
	--eai-pu-white: #ffffff;
	font-family: var(--tp-ff-body, "DM Sans", Arial, sans-serif);
}

.eai-production-unit.elementor-section {
	width: 100%;
}

.eai-production-unit > .elementor-container {
	width: min(100%, 1380px);
	max-width: 1380px;
}

.eai-pu-hero {
	position: relative;
	min-height: clamp(580px, calc(100svh - 108px), 860px);
	overflow: hidden;
	background-color: var(--eai-pu-deep);
	isolation: isolate;
}

.eai-pu-hero::after {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	height: 34%;
	background: linear-gradient(180deg, transparent, rgba(3, 15, 23, 0.78));
	content: "";
	pointer-events: none;
}

.eai-pu-hero .elementor-background-overlay {
	background:
		linear-gradient(90deg, rgba(3, 15, 23, 0.82) 0%, rgba(3, 15, 23, 0.34) 50%, rgba(3, 15, 23, 0.08) 100%),
		linear-gradient(180deg, rgba(3, 15, 23, 0.06), rgba(3, 15, 23, 0.46)) !important;
	opacity: 1 !important;
}

.eai-pu-hero > .elementor-container {
	position: relative;
	z-index: 2;
	min-height: inherit;
	align-items: flex-end;
	padding: clamp(88px, 10vw, 152px) clamp(24px, 5vw, 76px) clamp(58px, 8vw, 108px);
}

.eai-pu-hero__content > .elementor-widget-wrap {
	max-width: 900px;
	align-content: flex-end;
}

.eai-pu-breadcrumb nav {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.eai-pu-breadcrumb a {
	color: var(--eai-pu-white);
}

.eai-pu-breadcrumb a:hover {
	color: var(--eai-pu-cyan);
}

.eai-production-unit .eai-pu-hero__title .elementor-heading-title {
	max-width: 980px;
	margin: 0;
	color: var(--eai-pu-white);
	font-family: var(--tp-ff-heading, "DM Sans", Arial, sans-serif);
	font-size: clamp(54px, 7.2vw, 108px);
	font-weight: 650;
	line-height: 0.94;
	letter-spacing: -0.055em;
	text-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	animation: eai-pu-title-in 900ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.eai-pu-intro {
	position: relative;
	padding: clamp(92px, 10vw, 160px) clamp(24px, 4vw, 62px);
	background:
		radial-gradient(circle at 5% 5%, rgba(110, 213, 232, 0.12), transparent 26%),
		var(--eai-pu-white);
}

.eai-pu-intro > .elementor-container {
	align-items: center;
	gap: clamp(42px, 7vw, 106px);
}

.eai-pu-intro__content {
	flex: 1 1 57% !important;
	max-width: 720px;
}

.eai-pu-intro__media {
	flex: 1 1 43% !important;
}

.eai-production-unit .eai-pu-eyebrow .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 22px;
	color: var(--eai-pu-blue);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.eai-production-unit .eai-pu-eyebrow .elementor-heading-title::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.eai-production-unit .eai-pu-eyebrow--light .elementor-heading-title {
	color: var(--eai-pu-cyan);
}

.eai-production-unit .eai-pu-section-title .elementor-heading-title {
	max-width: 900px;
	margin: 0 0 30px;
	color: var(--eai-pu-ink);
	font-family: var(--tp-ff-heading, "DM Sans", Arial, sans-serif);
	font-size: clamp(40px, 5vw, 72px);
	font-weight: 620;
	line-height: 1.03;
	letter-spacing: -0.045em;
}

.eai-production-unit .eai-pu-section-title--light .elementor-heading-title {
	color: var(--eai-pu-white);
}

.eai-production-unit .eai-pu-rich-copy {
	color: #4b626f;
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.82;
}

.eai-production-unit .eai-pu-rich-copy p {
	margin: 0 0 1.45em;
}

.eai-production-unit .eai-pu-rich-copy p:last-child {
	margin-bottom: 0;
}

.eai-pu-intro__media > .elementor-widget-wrap {
	position: relative;
	padding: 0 0 34px 34px;
}

.eai-pu-intro__media > .elementor-widget-wrap::before {
	position: absolute;
	right: 28px;
	bottom: 0;
	left: 0;
	height: 82%;
	border: 1px solid rgba(31, 109, 145, 0.28);
	content: "";
}

.eai-pu-intro__image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 28px 70px rgba(13, 47, 66, 0.18);
}

.eai-pu-intro__image img {
	display: block;
	width: 100%;
	height: clamp(550px, 60vw, 760px);
	object-fit: cover;
	object-position: center top;
	transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.eai-pu-intro__image:hover img {
	transform: scale(1.035);
}

.eai-pu-intro__image--mobile {
	display: none;
}

.eai-pu-highlights {
	padding: clamp(92px, 10vw, 150px) clamp(24px, 5vw, 76px);
	overflow: hidden;
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 82% 18%, rgba(55, 162, 197, 0.22), transparent 27%),
		var(--eai-pu-deep);
	background-size: 76px 76px, 76px 76px, auto, auto;
}

.eai-pu-highlights__row > .elementor-container,
.eai-pu-highlights__row {
	width: 100%;
}

.eai-pu-highlights__row > .elementor-container {
	gap: 18px;
}

.eai-pu-highlights__row + .eai-pu-highlights__row {
	margin-top: 18px;
}

.eai-pu-highlight {
	min-height: 250px;
	flex: 1 1 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.045);
	backdrop-filter: blur(8px);
	transition: border-color 280ms ease, background-color 280ms ease, transform 280ms ease;
}

.eai-pu-highlight:hover {
	transform: translateY(-7px);
	border-color: rgba(110, 213, 232, 0.48);
	background: rgba(110, 213, 232, 0.1);
}

.eai-pu-highlight > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
}

.eai-production-unit .eai-pu-highlight__number .elementor-heading-title {
	color: var(--eai-pu-cyan);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.eai-production-unit .eai-pu-highlight__title .elementor-heading-title {
	max-width: 320px;
	margin: 72px 0 0;
	color: var(--eai-pu-white);
	font-size: clamp(22px, 2vw, 31px);
	font-weight: 560;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

.eai-pu-facilities {
	padding: clamp(96px, 11vw, 164px) clamp(24px, 5vw, 76px);
	background: var(--eai-pu-soft);
}

.eai-pu-facilities__row > .elementor-container,
.eai-pu-facilities__row {
	width: 100%;
}

.eai-pu-facilities__row > .elementor-container {
	gap: clamp(18px, 2.3vw, 34px);
}

.eai-pu-facilities__row + .eai-pu-facilities__row {
	margin-top: clamp(18px, 2.3vw, 34px);
}

.eai-pu-facility {
	position: relative;
	flex: 1 1 0 !important;
	min-height: 510px;
	overflow: hidden;
	background: var(--eai-pu-deep);
	box-shadow: 0 22px 54px rgba(14, 42, 57, 0.14);
}

.eai-pu-facility > .elementor-widget-wrap {
	height: 100%;
	min-height: inherit;
	align-content: flex-end;
	padding: 0;
}

.eai-pu-facility__image,
.eai-pu-facility__image .elementor-widget-container,
.eai-pu-facility__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.eai-pu-facility__image img {
	object-fit: cover;
	object-position: center;
	transition: transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 500ms ease;
}

.eai-pu-facility::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(3, 15, 23, 0.05) 30%, rgba(3, 15, 23, 0.94) 100%);
	content: "";
	pointer-events: none;
}

.eai-pu-facility:hover .eai-pu-facility__image img {
	transform: scale(1.055);
	filter: saturate(1.08);
}

.eai-pu-facility__number,
.eai-pu-facility__title {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-right: 34px;
	padding-left: 34px;
}

.eai-production-unit .eai-pu-facility__number .elementor-heading-title {
	margin-bottom: 13px;
	color: var(--eai-pu-cyan);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.eai-pu-facility__title {
	padding-bottom: 36px;
}

.eai-production-unit .eai-pu-facility__title .elementor-heading-title {
	max-width: 520px;
	margin: 0;
	color: var(--eai-pu-white);
	font-size: clamp(27px, 2.7vw, 43px);
	font-weight: 570;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.eai-pu-focus-section {
	padding: clamp(96px, 11vw, 160px) clamp(24px, 5vw, 76px);
	background:
		radial-gradient(circle at 10% 90%, rgba(110, 213, 232, 0.12), transparent 30%),
		var(--eai-pu-panel);
}

.eai-pu-focus__row > .elementor-container,
.eai-pu-focus__row {
	width: 100%;
}

.eai-pu-focus__row > .elementor-container {
	gap: 16px;
}

.eai-pu-focus {
	position: relative;
	flex: 1 1 0 !important;
	min-height: 410px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.04);
	transition: background-color 280ms ease, transform 280ms ease;
}

.eai-pu-focus::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--eai-pu-cyan);
	content: "";
	transition: width 350ms ease;
}

.eai-pu-focus:hover {
	transform: translateY(-6px);
	background: rgba(255, 255, 255, 0.075);
}

.eai-pu-focus:hover::before {
	width: 100%;
}

.eai-pu-focus > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	padding: 30px 26px;
}

.eai-production-unit .eai-pu-focus__number .elementor-heading-title {
	margin-bottom: 74px;
	color: var(--eai-pu-cyan);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.eai-production-unit .eai-pu-focus__title .elementor-heading-title {
	margin: 0 0 20px;
	color: var(--eai-pu-white);
	font-size: clamp(23px, 2vw, 32px);
	font-weight: 560;
	line-height: 1.13;
	letter-spacing: -0.025em;
}

.eai-production-unit .eai-pu-focus__copy {
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 15px;
	line-height: 1.7;
}

.eai-production-unit .eai-pu-focus__copy p {
	margin: 0;
	color: inherit !important;
}

.eai-pu-cta {
	position: relative;
	padding: clamp(88px, 10vw, 146px) clamp(24px, 5vw, 76px);
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 12%, rgba(110, 213, 232, 0.25), transparent 28%),
		linear-gradient(120deg, #0b2f40 0%, #102838 62%, #071923 100%);
}

.eai-pu-cta::after {
	position: absolute;
	right: -10vw;
	bottom: -28vw;
	width: 54vw;
	height: 54vw;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 6vw rgba(255, 255, 255, 0.025), 0 0 0 12vw rgba(255, 255, 255, 0.018);
	content: "";
	pointer-events: none;
}

.eai-pu-cta__content {
	position: relative;
	z-index: 1;
	max-width: 980px;
}

.eai-production-unit .eai-pu-cta__title .elementor-heading-title {
	max-width: 820px;
	margin: 0 0 25px;
	color: var(--eai-pu-white);
	font-size: clamp(42px, 5.5vw, 78px);
	font-weight: 610;
	line-height: 1;
	letter-spacing: -0.045em;
}

.eai-production-unit .eai-pu-cta__copy {
	max-width: 790px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.75;
}

.eai-production-unit .eai-pu-button .elementor-button {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	padding: 16px 30px;
	border: 1px solid var(--eai-pu-white);
	border-radius: 999px;
	background: var(--eai-pu-white) !important;
	color: var(--eai-pu-ink) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.eai-production-unit .eai-pu-button .elementor-button:hover {
	transform: translateY(-3px);
	border-color: var(--eai-pu-cyan);
	background: var(--eai-pu-cyan) !important;
	color: var(--eai-pu-deep) !important;
}

@keyframes eai-pu-title-in {
	from {
		transform: translateY(34px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	.eai-pu-hero {
		min-height: clamp(520px, 72svh, 720px);
	}

	.eai-pu-intro > .elementor-container {
		flex-wrap: wrap;
	}

	.eai-pu-intro__content,
	.eai-pu-intro__media {
		width: 100% !important;
		max-width: none;
		flex-basis: 100% !important;
	}

	.eai-pu-intro__media {
		margin-top: 20px;
	}

	.eai-pu-intro__image img {
		height: min(74vw, 680px);
	}

	.eai-pu-focus__row > .elementor-container {
		flex-wrap: wrap;
	}

	.eai-pu-focus {
		width: calc(50% - 8px) !important;
		max-width: calc(50% - 8px);
		flex: 1 1 calc(50% - 8px) !important;
		min-height: 340px;
	}
}

@media (max-width: 767px) {
	.eai-pu-hero {
		min-height: clamp(500px, 76svh, 660px);
		background-position: 61% center !important;
	}

	.eai-pu-hero > .elementor-container {
		padding: 82px 20px 48px;
	}

	.eai-pu-breadcrumb nav {
		margin-bottom: 16px;
		font-size: 11px;
	}

	.eai-pu-hero__title .elementor-heading-title {
		font-size: clamp(48px, 15vw, 70px);
	}

	.eai-pu-intro,
	.eai-pu-highlights,
	.eai-pu-facilities,
	.eai-pu-focus-section,
	.eai-pu-cta {
		padding-right: 20px;
		padding-left: 20px;
	}

	.eai-pu-section-title .elementor-heading-title {
		font-size: clamp(36px, 10vw, 48px);
	}

	.eai-pu-intro__media > .elementor-widget-wrap {
		padding: 0 0 20px 20px;
	}

	.eai-pu-intro__image--desktop {
		display: none;
	}

	.eai-pu-intro__image--mobile {
		display: block;
	}

	.eai-pu-intro__image img {
		height: auto;
		max-height: 620px;
		object-fit: contain;
	}

	.eai-pu-highlights__row > .elementor-container,
	.eai-pu-facilities__row > .elementor-container,
	.eai-pu-focus__row > .elementor-container {
		display: block !important;
	}

	.eai-pu-highlight,
	.eai-pu-facility,
	.eai-pu-focus {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100% !important;
		margin-bottom: 16px;
	}

	.eai-pu-highlight {
		min-height: 205px;
	}

	.eai-pu-highlight__title .elementor-heading-title {
		margin-top: 44px;
	}

	.eai-pu-facilities__row + .eai-pu-facilities__row,
	.eai-pu-highlights__row + .eai-pu-highlights__row {
		margin-top: 0;
	}

	.eai-pu-facility {
		min-height: 420px;
	}

	.eai-pu-facility__number,
	.eai-pu-facility__title {
		padding-right: 24px;
		padding-left: 24px;
	}

	.eai-pu-facility__title {
		padding-bottom: 26px;
	}

	.eai-pu-focus {
		min-height: 320px;
	}

	.eai-pu-focus__number .elementor-heading-title {
		margin-bottom: 54px;
	}
}

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