/**
 * Global footer: premium dark, travel product (pattern ebc-footer).
 *
 * @package EveryCountry
 */

/* Reset parent theme / outer <footer> so inner shell is full-bleed */
footer.wp-block-template-part,
.ebc-site-footer-shell {
	margin: 0;
	box-sizing: border-box;
}

.ebc-site-footer-shell {
	width: 100% !important;
	max-width: none !important;
	background: #020617;
	border-top: 1px solid rgba( 255, 255, 255, 0.05 );
}

.ebc-site-footer {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding: 5rem var( --wp--preset--spacing--50, 1.5rem );
	box-sizing: border-box;
	color: #94a3b8;
}

.ebc-site-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr 0.9fr 1fr;
	gap: 2.5rem 2rem;
	margin: 0;
}

@media ( max-width: 900px ) {
	.ebc-site-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem 1.5rem;
	}
}

@media ( max-width: 520px ) {
	.ebc-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.ebc-site-footer__col--cta {
		padding-top: 0;
	}
}

.ebc-site-footer__col {
	margin: 0;
	min-width: 0;
}

.ebc-site-footer__brand {
	margin: 0 0 0.65rem;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #e2e8f0 !important;
	line-height: 1.3;
}

.ebc-site-footer__desc {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #94a3b8 !important;
	max-width: 28ch;
}

.ebc-site-footer__heading {
	margin: 0 0 0.85rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #e2e8f0 !important;
}

.ebc-site-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.ebc-site-footer__link {
	color: #94a3b8 !important;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ebc-site-footer__link:hover,
.ebc-site-footer__link:focus {
	color: #3b82f6 !important;
	outline: none;
}

.ebc-site-footer__col--cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	/* align link row with first item under other column headings */
	padding-top: 1.75rem;
}

.ebc-site-footer__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.15rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #3b82f6 !important;
	text-decoration: none;
	transition: color 0.2s ease, filter 0.2s ease;
}

.ebc-site-footer__cta:hover,
.ebc-site-footer__cta:focus {
	color: #60a5fa !important;
	filter: brightness( 1.08 );
}

.ebc-site-footer__cta-arrow {
	font-weight: 500;
}

.ebc-site-footer__bar {
	margin-top: 3.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba( 255, 255, 255, 0.05 );
}

.ebc-site-footer__copy {
	margin: 0;
	font-size: 0.8rem;
	color: #64748b !important;
}

@media ( prefers-reduced-motion: reduce ) {
	.ebc-site-footer__link,
	.ebc-site-footer__cta {
		transition: none;
	}
}
