
/* footer mobile */
footer.site-footer {
	position: fixed;
	inset: 0;
	left: -100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	height: 100dvh;
	max-height: 100dvh;
	margin: 0;
	padding: 0;
	color: rgb(var(--b) / 1);
	overflow: hidden;
	isolation: isolate;
	border-radius: 0;
	box-shadow: none;
	opacity: .75;
	visibility: hidden;
	pointer-events: none;
	z-index: 300;
	transition:
		left .85s cubic-bezier(.22, 1, .36, 1),
		opacity .65s ease,
		visibility .65s ease;
}

footer.site-footer.is-visible {
	left: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

footer.site-footer > * {
	position: relative;
	z-index: 1;
}

/* stamp */
footer.site-footer .stamp {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 25dvh;
	min-height: 25dvh;
	margin: 0;
	padding: 0 2rem 2rem;
	text-align: center;
	overflow: visible;
	opacity: .85;
	z-index: 10;
	padding: 2rem 0 1rem;
}

footer.site-footer .stamp .stamp-logo {
	position: relative;
	display: block;
	width: 50%;
	height: 100%;
	margin: 0 auto;
	background: linear-gradient(
		130deg,
		rgb(var(--b) / 1) 0%,
		rgb(var(--c1) / 1) 80%
	);

	-webkit-mask-image: url("/assets/img/iso.webp");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;

	mask-image: url("/assets/img/iso.webp");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

footer.site-footer .stamp .tagline {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	gap: .1rem;
}

footer.site-footer .stamp span.lead {
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.15;
}

footer.site-footer .stamp span.caption {
	font-size: .7rem;
	font-weight: 300;
	line-height: 1.25;
}

/* footer container */
footer.site-footer .footer-container {
	position: absolute;
	top: 25dvh;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	height: 75dvh;
	min-height: 75dvh;
	margin: 0;
	padding: 2rem 2rem 10rem !important;
	color: rgb(var(--b) / 1);
	background: linear-gradient(
		135deg,
		rgb(var(--n-l) / 1) 0%,
		rgb(var(--n-d) / 1) 100%
	);
	border-radius: 1rem 1rem 0 0;
	transform: none;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	z-index: 50;
}

/* lists */
footer.site-footer .footer-container ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

footer.site-footer .footer-container ul + ul {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgb(var(--b) / 1);
}

footer.site-footer .footer-container ul li {
	width: 100%;
	margin: .15rem 0;
	padding: 0;
	color: rgb(var(--b) / 1);
	cursor: pointer;
}

footer.site-footer .footer-container ul li:first-of-type {
	width: 100%;
	margin: 0 0 .75rem;
	padding: 0 0 .5rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: rgb(var(--c1) / 1);
	text-transform: uppercase;
	background: none;
	border-bottom: 1px solid rgb(var(--b) / .5);
	cursor: default;
}

footer.site-footer .footer-container ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: .35rem 0;
	color: rgb(var(--b) / 1);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

footer.site-footer .footer-container ul.easy-menu li a::before {
	font-family: "icomoon";
	content: "\e906";
	margin-right: .75rem;
	color: rgb(var(--c1) / 1);
}

footer.site-footer .footer-container ul.contact li a::before,
footer.site-footer .footer-container ul.corp li a::before {
	content: "";
	margin: 0;
}

/* contact */
footer.site-footer .footer-container ul.contact li a span {
	margin-right: .75rem;
	color: rgb(var(--c1) / 1);
}

footer.site-footer .footer-container ul.contact li.social {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	gap: 1rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgb(var(--b) / .5);
}

footer.site-footer .footer-container ul.contact li.social a {
	display: inline-flex;
	width: auto;
	margin: 0;
	padding: 0;
}

footer.site-footer .footer-container ul.contact li.social a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: rgb(var(--b) / 1);
	font-size: 1.25rem;
}

/* corp */
footer.site-footer .footer-container ul.corp {
	align-items: flex-start;
	text-align: left;
	background: rgb(var(--b) / .1);
}

footer.site-footer .footer-container ul.corp li {
	width: 100%;
}

footer.site-footer .footer-container ul.corp li.brand {
	margin: 0 0 1rem;
	padding: 0;
	background: none;
	border: 0;
}

footer.site-footer .footer-container ul.corp .footer-logo {
	position: relative;
	display: block;
	width: 70%;
	max-width: 14rem;
	height: 3rem;
	margin: 0;
	background: linear-gradient(
		130deg,
		rgb(var(--b) / 1) 0%,
		rgb(var(--c1) / 1) 80%
	);


	-webkit-mask-image: url("/assets/img/logo.webp");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: left center;
	-webkit-mask-size: contain;

	mask-image: url("/assets/img/logo.webp");
	mask-repeat: no-repeat;
	mask-position: left center;
	mask-size: contain;
}

footer.site-footer .footer-container ul.corp span.lead {
	display: block;
	color: rgb(var(--b) / 1);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.2;
}

footer.site-footer .footer-container ul.corp span.caption {
	display: block;
	margin-top: .35rem;
	color: rgb(var(--b) / .85);
	font-size: .95rem;
	font-weight: 500;
	line-height: 1.35;
}

footer.site-footer .footer-container ul.corp button {
	margin-top: 1rem;
}

/* rights */
footer.site-footer .footer-container span.right {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 2rem;
	padding-top: 1rem;
	color: rgb(var(--c1) / 1);
	font-size: .65rem;
	text-align: center;
	border-top: 1px solid rgb(var(--b) / .35);
}