/* ==========================================================================
   FOOTER
   ========================================================================== */

.gle-footer {
	border-top: 1px solid var(--gle-panel-line);
	padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.25rem, 5vw, 3.5rem) 1.5rem;
}

.gle-footer__top {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
	gap: 2rem;
	max-width: 1280px;
	margin-inline: auto;
	padding-bottom: 2.5rem;
}

.gle-footer__brand img,
.gle-footer__brand .custom-logo {
	height: 34px;
	width: auto;
	margin-bottom: .9rem;
}

.gle-footer__brand p {
	font-family: var(--gle-font-mono);
	font-size: .72rem;
	color: var(--gle-muted);
	max-width: 16rem;
}

.gle-footer__title {
	font-family: var(--gle-font-mono);
	font-size: .72rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--gle-cyan);
	margin: 0 0 .9rem;
}

.gle-footer__col {
	display: flex;
	flex-direction: column;
	gap: .65rem;
}

.gle-footer__col li {
	list-style: none;
}

.gle-footer__col ul {
	display: flex;
	flex-direction: column;
	gap: .65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gle-footer__col a {
	font-size: .88rem;
	color: var(--gle-silver);
	transition: color .2s;
}

.gle-footer__col a:hover,
.gle-footer__col a:focus-visible {
	color: var(--gle-cyan);
}

.gle-footer__legal {
	max-width: 1280px;
	margin-inline: auto;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1.2rem;
	padding-bottom: 1.4rem;
}

.gle-footer__legal li {
	list-style: none;
}

.gle-footer__legal a {
	font-family: var(--gle-font-mono);
	font-size: .72rem;
	color: var(--gle-muted);
	transition: color .2s;
}

.gle-footer__legal a:hover,
.gle-footer__legal a:focus-visible {
	color: var(--gle-cyan);
}

.gle-footer__bottom {
	max-width: 1280px;
	margin-inline: auto;
	border-top: 1px solid var(--gle-panel-line);
	padding-top: 1.4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: .6rem;
	font-family: var(--gle-font-mono);
	font-size: .72rem;
	color: var(--gle-muted);
}
