.ct-footer {
	background: #817041;
	color: #fff8ec;
}

.ct-footer [data-row="middle"],
.ct-footer [data-row="bottom"] {
	background: transparent;
}

.ct-footer [data-row="middle"] {
	min-height: 88px;
	display: flex;
	align-items: center;
	padding-top: 14px;
	padding-bottom: 12px;
}

.ct-footer [data-row="bottom"] {
	border-top: 1px solid rgba(255, 248, 236, 0.18);
	padding-top: 7px;
	padding-bottom: 9px;
}

.anna-footer {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
	padding-right: min(72px, 6vw);
}

.anna-footer-grid {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.12fr) minmax(170px, 0.8fr);
	gap: clamp(16px, 2.2vw, 30px);
	align-items: center;
}

.anna-footer h3 {
	color: #f6e7bd;
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.1;
}

.anna-footer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.anna-footer a {
	color: #fff8ec;
	font-size: 14px;
	text-decoration: none;
	transition: color 160ms ease, opacity 160ms ease;
}

.anna-footer a:hover,
.anna-footer a:focus-visible {
	color: #f6e7bd;
	opacity: 0.92;
}

.anna-footer-info {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 14px;
}

.anna-footer-info li {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.anna-footer-info span {
	color: rgba(255, 248, 236, 0.68);
	font-size: 12px;
	line-height: 1.2;
}

.anna-footer-info strong {
	color: #fff8ec;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.anna-footer-muted {
	color: rgba(255, 248, 236, 0.68);
	font-size: 14px;
}

.ct-footer-copyright {
	width: 100%;
	color: rgba(255, 248, 236, 0.82);
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

@media (max-width: 999px) {
	.anna-footer {
		padding-right: 0;
	}

	.anna-footer-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
		gap: 14px 22px;
	}

	.anna-footer-social {
		grid-column: 1 / -1;
	}
}

@media (max-width: 689px) {
	.ct-footer [data-row="middle"] {
		min-height: 88px;
		padding-top: 14px;
		padding-bottom: 12px;
	}

	.anna-footer {
		padding-bottom: 42px;
	}

	.anna-footer-grid {
		grid-template-columns: 1fr;
		gap: 10px;
		align-items: center;
		text-align: center;
	}

	.anna-footer-list {
		justify-content: center;
		gap: 4px 10px;
	}

	.anna-footer-info {
		grid-template-columns: 1fr;
	}

	.ct-footer-copyright {
		padding-bottom: 38px;
		text-align: center;
	}
}
