:root {
	--metaphiers-footer-cream: #fbf2e4;
	--metaphiers-footer-cream-deep: #f4e6d1;
	--metaphiers-footer-ink: #07182a;
	--metaphiers-footer-gold: #c6a15f;
}

body[data-footer*="type-1"] #footer.ct-footer {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(104px, 8.11vw, 166px);
	background-color: transparent !important;
	background-image: url("bottom-bar-clean-square-bottom-corners-2x.png?ver=0.2.26") !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	box-shadow: none;
	color: var(--metaphiers-footer-cream);
}

body[data-footer*="type-1"] #footer.ct-footer::before {
	content: none;
}

body[data-footer*="type-1"] #footer.ct-footer [data-row],
body[data-footer*="type-1"] #footer.ct-footer .ct-container,
body[data-footer*="type-1"] #footer.ct-footer [data-column] {
	position: relative;
	z-index: 1;
	min-height: clamp(104px, 8.11vw, 166px);
	background: transparent !important;
	border: 0;
	box-shadow: none;
}

body[data-footer*="type-1"] #footer.ct-footer .ct-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1180px, calc(100% - 3rem));
}

body[data-footer*="type-1"] #footer.ct-footer [data-column="copyright"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

body[data-footer*="type-1"] #footer.ct-footer .ct-footer-copyright {
	width: 100%;
	color: transparent;
}

body[data-footer*="type-1"] #footer.ct-footer .ct-footer-copyright p {
	display: flex;
	flex-wrap: wrap;
	gap: 1.45rem;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: transparent;
	font-size: 0;
	line-height: 1;
}

body[data-footer*="type-1"] #footer.ct-footer .ct-footer-copyright a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: auto;
	padding: 0.15rem 0.05rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--metaphiers-footer-cream-deep) !important;
	font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-shadow: 0 2px 6px rgba(4, 13, 25, 0.52);
	text-transform: uppercase;
}

body[data-footer*="type-1"] #footer.ct-footer .ct-footer-copyright a:hover {
	background: transparent;
	color: var(--metaphiers-footer-cream) !important;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

@media (max-width: 689.98px) {
	body[data-footer*="type-1"] #footer.ct-footer,
	body[data-footer*="type-1"] #footer.ct-footer [data-row],
	body[data-footer*="type-1"] #footer.ct-footer .ct-container,
	body[data-footer*="type-1"] #footer.ct-footer [data-column] {
		min-height: 150px;
	}

	body[data-footer*="type-1"] #footer.ct-footer .ct-container {
		width: min(100% - 1.2rem, 520px);
	}

	body[data-footer*="type-1"] #footer.ct-footer .ct-footer-copyright p {
		gap: 0.75rem;
		justify-content: flex-start;
		max-width: 72%;
	}

	body[data-footer*="type-1"] #footer.ct-footer .ct-footer-copyright a {
		padding: 0.1rem 0;
		font-size: 0.66rem;
	}
}
