.cl-site-footer {
	--ff-ink: #f7f1ea;
	--ff-muted: rgba(247, 241, 234, 0.68);
	--ff-line: rgba(247, 241, 234, 0.14);
	--ff-bg: var(--cl-footer, #241c18);
	--ff-soft: #2e241f;
	background:
		radial-gradient(900px 320px at 8% 0%, rgba(139, 90, 60, 0.18), transparent 60%),
		linear-gradient(180deg, #2a211c 0%, var(--ff-bg) 100%);
	color: var(--ff-ink);
	font-family: var(--cl-font, Manrope, system-ui, sans-serif);
	margin-top: 0;
	padding: 0;
}

.cl-site-footer a {
	color: var(--ff-ink);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.cl-site-footer a:hover {
	color: #fff;
	opacity: 1;
}

.cl-site-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 64px 24px 40px;
	display: grid;
	grid-template-columns: minmax(220px, 1.1fr) 1.6fr;
	gap: 48px;
	align-items: start;
}

.cl-site-footer__logo {
	display: inline-block;
	margin-bottom: 18px;
}

.cl-site-footer__logo img {
	display: block;
	height: 42px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

.cl-site-footer__tagline {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 18px;
	max-width: 18ch;
	font-weight: 500;
}

.cl-site-footer__address {
	margin: 0 0 22px;
	color: var(--ff-muted);
	font-size: 14px;
	line-height: 1.6;
}

.cl-site-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid rgba(247, 241, 234, 0.28);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.cl-site-footer__cta:hover {
	background: rgba(255, 255, 255, 0.08);
}

.cl-site-footer__cols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.cl-site-footer__col h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 16px;
	color: #fff !important;
	opacity: 1 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.cl-site-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cl-site-footer__col li {
	margin: 0 0 10px;
}

.cl-site-footer__col a {
	color: var(--ff-muted);
	font-size: 14px;
}

.cl-site-footer__col a:hover {
	color: #fff;
}

.cl-site-footer__note {
	margin: 18px 0 0;
	color: var(--ff-muted);
	font-size: 13px;
	line-height: 1.55;
	max-width: 28ch;
}

.cl-site-footer__bottom {
	border-top: 1px solid var(--ff-line);
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 24px 28px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	color: var(--ff-muted);
	font-size: 12px;
}

.cl-site-footer__bottom p {
	margin: 0;
}

.cl-site-footer__bottom a {
	color: var(--ff-muted);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.cl-site-footer__bottom a:hover {
	color: var(--ff-ink);
}

.rey-siteFooter.cl-site-footer-host,
.rey-siteFooter.cl-site-footer-host .cl-site-footer {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

@media (max-width: 900px) {
	.cl-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 48px 18px 28px;
	}

	.cl-site-footer__cols {
		grid-template-columns: 1fr 1fr;
	}

	.cl-site-footer__tagline {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.cl-site-footer__cols {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cl-site-footer__bottom {
		flex-direction: column;
		padding-bottom: 28px;
	}
}
