/**
 * Footer ribbon decoration.
 */

.lh-footer.page-footer {
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.lh-footer .lh-container {
	position: relative;
}

.lh-footer__grid,
.lh-footer__copyright {
	position: relative;
	z-index: 1;
}

.lh-footer__deco {
	bottom: 0;
	height: clamp(7.5rem, 20vw, 11rem);
	left: 0;
	max-width: 100%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

.lh-footer__deco svg {
	display: block;
	height: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.lh-footer__deco {
		height: clamp(6rem, 24vw, 9rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lh-footer__deco svg {
		opacity: 0.82;
	}
}
