/*
 * Elite Industrial — Hello Child: footer styles.
 * Scoped entirely to .elite-footer so nothing here can affect Elementor
 * page-body content rendered elsewhere on the page. Uses the same visual
 * language (colors, type treatment) as the approved header.
 */

:root {
	--elite-navy: #101B2B;
	--elite-red: #C62828;
	--elite-red-hover: #a91f1f;
	--elite-offwhite: #F1F4F7;
	--elite-muted: rgba(241, 244, 247, 0.68);
}

.elite-footer,
.elite-footer *,
.elite-footer *::before,
.elite-footer *::after {
	box-sizing: border-box;
}

.elite-footer {
	background: var(--elite-navy);
	color: var(--elite-offwhite);
}

/* Mobile-first base: single column. Desktop's max-width:1024px was tested
   against min-width:1025px (the header's own proven cutoff) rather than
   given its own max-width upper bound, since this environment's viewport
   rendering can land a hair off an exact pixel value — the header's
   min-width-only breakpoints already account for that; this mirrors it. */
.elite-footer__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px 28px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

.elite-footer__heading {
	margin: 0 0 18px;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------- Brand column ---------- */

.elite-footer__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	margin-bottom: 16px;
}

.elite-footer__icon-img,
.elite-footer__icon-fallback-text {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
	flex: 0 0 auto;
}

.elite-footer__icon-fallback-text {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--elite-offwhite);
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}

.elite-footer__brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.elite-footer__brand-name {
	color: var(--elite-red);
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: Arial, Helvetica, sans-serif;
}

.elite-footer__brand-tagline {
	color: var(--elite-offwhite);
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.elite-footer__blurb {
	margin: 0;
	color: var(--elite-muted);
	font-size: 13px;
	line-height: 1.65;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------- Link columns (Products / Company) ---------- */

.elite-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elite-footer__menu--extra {
	margin-top: 12px;
}

.elite-footer__menu li {
	margin: 0 0 12px;
}

.elite-footer__menu li:last-child {
	margin-bottom: 0;
}

.elite-footer__menu a {
	display: inline-block;
	padding: 6px 0;
	color: var(--elite-muted);
	text-decoration: none;
	font-size: 13.5px;
	font-family: Arial, Helvetica, sans-serif;
	transition: color 0.15s ease;
}

.elite-footer__menu a:hover,
.elite-footer__menu a:focus {
	color: var(--elite-red);
}

/* ---------- Contact column ---------- */

.elite-footer__contact-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.elite-footer__contact-list li {
	margin: 0 0 12px;
}

.elite-footer__contact-list li:last-child {
	margin-bottom: 0;
}

.elite-footer__contact-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	color: var(--elite-muted);
	text-decoration: none;
	font-size: 13.5px;
	font-family: Arial, Helvetica, sans-serif;
	transition: color 0.15s ease;
}

.elite-footer__contact-link:hover,
.elite-footer__contact-link:focus {
	color: var(--elite-red);
}

.elite-footer__icon-svg {
	flex: 0 0 auto;
}

.elite-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--elite-red);
	color: #ffffff;
	text-decoration: none;
	font-size: 13.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 11px 20px;
	border-radius: 4px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	transition: background-color 0.15s ease;
}

.elite-footer__cta:hover,
.elite-footer__cta:focus {
	background: var(--elite-red-hover);
	color: #ffffff;
}

/* ---------- Bottom bar ---------- */

.elite-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.elite-footer__bottom-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px 24px;
}

.elite-footer__copyright {
	margin: 0;
	color: var(--elite-muted);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.elite-footer__bottom-link {
	color: var(--elite-muted);
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	transition: color 0.15s ease;
}

.elite-footer__bottom-link:hover,
.elite-footer__bottom-link:focus {
	color: var(--elite-red);
}

/* ================= Breakpoints ================= */
/* Mobile-first: the unconditional rules above are the <601px layout
   (single column; DOM order already reads Brand, Products, Company,
   Contact, so no explicit reordering is needed). Each breakpoint below
   only ADDS width as the viewport grows — min-width only, no max-width
   upper bounds — matching the header's own breakpoint pattern. */

/* Tablet: 2-column grid. Brand spans the full width so it isn't squeezed
   into a half-width column; Products/Company/Contact fill the remaining
   2x2 grid beneath it. */
@media (min-width: 601px) {
	.elite-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 36px 32px;
		padding: 48px 28px 32px;
	}

	.elite-footer__col--brand {
		grid-column: 1 / -1;
	}

	.elite-footer__blurb {
		max-width: 420px;
	}

	.elite-footer__bottom-inner {
		padding: 20px 28px;
		justify-content: space-between;
	}
}

/* Desktop: 1025px and above — same cutoff the header uses — is the
   4-column target. */
@media (min-width: 1025px) {
	.elite-footer__inner {
		max-width: 1400px;
		grid-template-columns: 1.6fr 1fr 1fr 1fr;
		gap: 40px;
		padding: 64px 32px 40px;
	}

	.elite-footer__col--brand {
		grid-column: auto;
	}

	.elite-footer__blurb {
		max-width: 320px;
	}

	.elite-footer__menu a,
	.elite-footer__contact-link {
		padding: 2px 0;
	}

	.elite-footer__bottom-inner {
		padding: 20px 32px;
	}
}


/* Phase 2K: compact verified business address. */
.elite-footer__address{max-width:240px;margin:0 0 20px;color:var(--elite-muted);font-family:Arial,Helvetica,sans-serif;font-size:13px;font-style:normal;line-height:1.55}
