/* =========================================================
   INCOUNTRY DISTRIBUTION
   Site Footer V2 — business details + location map
   ========================================================= */

.ic-site-footer {
	position: relative;
	padding: 0 0 26px;
	overflow: hidden;
	color: rgba(255,255,255,.78);
	background:
		radial-gradient(circle at 78% 10%, rgba(79,124,255,.14), transparent 28%),
		radial-gradient(circle at 14% 82%, rgba(214,0,0,.14), transparent 26%),
		#111318;
}

.ic-site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 78%);
}

.ic-site-footer .ic-container {
	position: relative;
	z-index: 1;
}

.ic-footer-cta {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	gap: 34px;
	align-items: center;
	padding: 34px 38px;
	border: 1px solid rgba(255,255,255,.12);
	border-top: 0;
	border-radius: 0 0 26px 26px;
	background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	backdrop-filter: blur(12px);
}

.ic-footer-cta__eyebrow,
.ic-footer-location__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	color: #ff7a45;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ic-footer-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(26px,3vw,40px);
	font-weight: 760;
	letter-spacing: -.04em;
	line-height: 1.06;
}

.ic-footer-cta p {
	max-width: 720px;
	margin: 12px 0 0;
	color: rgba(255,255,255,.63);
	font-size: 14px;
	line-height: 1.65;
}

.ic-footer-cta__actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

.ic-footer-cta__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.ic-footer-cta__primary {
	color: #fff;
	background: var(--ic-red);
	box-shadow: 0 12px 24px rgba(214,0,0,.18);
}

.ic-footer-cta__primary:hover {
	color: #fff;
	background: var(--ic-red-dark);
}

.ic-footer-cta__secondary {
	color: #fff;
	border: 1px solid rgba(255,255,255,.15);
	background: rgba(255,255,255,.06);
}

.ic-footer-cta__secondary:hover {
	color: #fff;
	border-color: rgba(255,255,255,.28);
	background: rgba(255,255,255,.10);
}

.ic-footer-main {
	display: grid;
	grid-template-columns: minmax(280px,1.45fr) repeat(3,minmax(150px,.75fr));
	gap: 48px;
	padding: 60px 0 42px;
}

.ic-footer-brand {
	max-width: 400px;
}

.ic-footer-logo {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	margin-bottom: 18px;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
}

.ic-footer-logo img {
	display: block;
	width: auto;
	max-width: 220px;
	height: auto;
	max-height: 56px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.ic-footer-brand > p {
	max-width: 360px;
	margin: 0;
	color: rgba(255,255,255,.58);
	font-size: 13px;
	line-height: 1.75;
}

.ic-footer-contact {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 20px;
}

.ic-footer-contact a {
	width: fit-content;
	color: rgba(255,255,255,.9);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.ic-footer-contact .ic-footer-address {
	margin-top: 5px;
	color: rgba(255,255,255,.62);
	font-weight: 600;
}

.ic-footer-contact a:hover,
.ic-footer-column a:hover,
.ic-footer-location__copy a:hover {
	color: #fff;
}

.ic-footer-column h3 {
	margin: 4px 0 16px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
}

.ic-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ic-footer-column li {
	margin: 0;
	padding: 5px 0;
}

.ic-footer-column a {
	display: inline-block;
	color: rgba(255,255,255,.58);
	font-size: 12px;
	line-height: 1.5;
}

.ic-footer-column a:hover {
	transform: translateX(2px);
}

/* Location becomes a deliberate visual feature rather than a forgotten footer line. */
.ic-footer-location {
	display: grid;
	grid-template-columns: minmax(260px,.75fr) minmax(0,1.45fr);
	min-height: 270px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 24px;
	background: rgba(255,255,255,.035);
	box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.ic-footer-location__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px;
	background:
		radial-gradient(circle at 16% 20%, rgba(214,0,0,.14), transparent 32%),
		linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
}

.ic-footer-location__copy h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px,2.3vw,34px);
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.ic-footer-location__copy p {
	margin: 9px 0 20px;
	color: rgba(255,255,255,.6);
	font-size: 14px;
}

.ic-footer-location__copy a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: rgba(255,255,255,.9);
	font-size: 12px;
	font-weight: 800;
}

.ic-footer-map {
	position: relative;
	min-height: 270px;
	background: #202329;
}

.ic-footer-map::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 18px 0 34px rgba(17,19,24,.18);
}

.ic-footer-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 270px;
	border: 0;
	filter: saturate(.78) contrast(.96);
}

.ic-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
	padding-top: 24px;
	color: rgba(255,255,255,.42);
	font-size: 11px;
}

.ic-footer-bottom p {
	margin: 0;
}

.ic-footer-bottom__links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.ic-footer-bottom__links a {
	color: rgba(255,255,255,.55);
	font-weight: 700;
}

.ic-footer-bottom__links a:hover {
	color: #fff;
}

@media (max-width: 1100px) {
	.ic-footer-main {
		grid-template-columns: minmax(260px,1.2fr) repeat(3,minmax(130px,.7fr));
		gap: 30px;
	}
}

@media (max-width: 900px) {
	.ic-footer-cta {
		grid-template-columns: 1fr;
	}

	.ic-footer-main {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.ic-footer-brand {
		grid-column: 1 / -1;
		max-width: 540px;
	}

	.ic-footer-location {
		grid-template-columns: 1fr;
	}

	.ic-footer-map,
	.ic-footer-map iframe {
		min-height: 300px;
	}
}

@media (max-width: 600px) {
	.ic-site-footer {
		padding-bottom: 18px;
	}

	.ic-footer-cta {
		padding: 28px 20px;
		border-radius: 0 0 20px 20px;
	}

	.ic-footer-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ic-footer-main {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 30px 22px;
		padding: 44px 0 34px;
	}

	.ic-footer-brand {
		grid-column: 1 / -1;
	}

	.ic-footer-logo img {
		max-width: 190px;
	}

	.ic-footer-location {
		border-radius: 18px;
	}

	.ic-footer-location__copy {
		padding: 28px 22px;
	}

	.ic-footer-map,
	.ic-footer-map iframe {
		min-height: 240px;
	}

	.ic-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ic-footer-column a,
	.ic-footer-cta__actions a {
		transition: none !important;
	}
}
