.c-footer {
	margin-top: var(--calora-footer-margin-top, 28px);
	padding-bottom: 8px;
	background: transparent;
	color: var(--calora-text);
}

.c-footer--bordered {
	padding-top: 8px;
	border-top: 1px solid var(--calora-footer-border, #d9c9ba);
}

.c-footer__shell {
	position: relative;
	overflow: hidden;
	border-radius: var(--calora-footer-radius, 26px);
	background: linear-gradient(180deg, var(--calora-footer-bg-start, #f4efe9) 0%, color-mix(in srgb, var(--calora-footer-bg-start, #f4efe9) 50%, var(--calora-footer-bg-end, #e8ddcf)) 60%, var(--calora-footer-bg-end, #e8ddcf) 100%);
	border: 1px solid color-mix(in srgb, var(--calora-footer-border, #d9c9ba) 70%, transparent);
	box-shadow: 0 16px 36px rgba(62, 43, 30, 0.07);
}

.c-footer__shell::before {
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 72px;
	background-image: radial-gradient(color-mix(in srgb, var(--calora-footer-accent, #8a6248) 18%, transparent) 1px, transparent 1px);
	background-size: 12px 12px;
	opacity: 0.8;
	pointer-events: none;
}

.c-footer__top,
.c-footer__content,
.c-footer__bottom {
	position: relative;
	z-index: 1;
}

.c-footer__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px var(--calora-footer-section-gap, 18px);
	padding: var(--calora-footer-padding-desktop, 18px);
	border-bottom: 1px solid color-mix(in srgb, var(--calora-footer-border, #d9c9ba) 70%, transparent);
}

.c-footer__brand-link {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	max-width: 100%;
	color: var(--calora-footer-heading, var(--calora-primary));
}

.c-footer__logo {
	width: min(var(--calora-footer-logo-width, 150px), 100%);
	height: auto;
	max-height: 64px;
	object-fit: contain;
	object-position: right center;
}

.c-footer__brand-title {
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 800;
	line-height: 1.1;
}

.c-footer__brand-subtitle {
	color: var(--calora-footer-muted, var(--calora-text-muted));
	font-size: 14px;
	direction: ltr;
}

.c-footer__tracking {
	flex: 1 1 250px;
	min-width: min(100%, 300px);
}

.c-footer__section-title,
.c-footer__heading,
.c-footer__menu-heading {
	margin: 0;
	color: var(--calora-footer-heading, var(--calora-primary));
}

.c-footer__section-title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 800;
}

.c-footer__tracking-field {
	display: flex;
	align-items: center;
	gap: var(--calora-footer-menu-gap, 8px);
	padding: 5px;
	background: color-mix(in srgb, var(--calora-footer-button-bg, #fff) 72%, transparent);
	border: 1px solid color-mix(in srgb, var(--calora-footer-border, #d9c9ba) 78%, transparent);
	border-radius: 999px;
}

.c-footer__tracking-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--calora-footer-bottom-bg, #20201e);
	color: var(--calora-footer-bottom-text, #fff);
	cursor: pointer;
}

.c-footer__tracking-action svg,
.c-footer__support-icon svg,
.c-footer__badge-icon svg,
.c-footer__socials svg,
.c-footer__scrolltop svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.c-footer__tracking-input {
	width: 100%;
	border: 0;
	background: transparent;
	outline: 0;
	color: var(--calora-footer-button-text, var(--calora-primary));
	font: inherit;
}

.c-footer__tracking-input::placeholder {
	color: var(--calora-footer-muted, var(--calora-text-muted));
}

.c-footer__support {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 2px 0;
	flex: 0 1 300px;
}

.c-footer__support-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--calora-footer-button-bg, #fff);
	color: var(--calora-footer-accent, var(--calora-accent));
	box-shadow: 0 8px 20px rgba(62, 43, 30, 0.08);
}

.c-footer__support-body {
	display: grid;
	gap: 2px;
	flex: 1 1 auto;
}

.c-footer__support-title {
	color: var(--calora-footer-heading, var(--calora-primary));
	font-size: 16px;
	font-weight: 800;
}

.c-footer__support-link {
	color: var(--calora-footer-heading, var(--calora-primary));
	font-size: 19px;
	font-weight: 800;
	line-height: 1.2;
}

.c-footer__support-email {
	color: var(--calora-footer-muted, var(--calora-text-muted));
	font-size: 13px;
	font-weight: 600;
}

.c-footer__support-label {
	color: var(--calora-footer-muted, var(--calora-text-muted));
	font-size: 13px;
	line-height: 1.7;
}

.c-footer__support .c-footer__support-link[dir="ltr"],
.c-footer__support .c-footer__support-link:not([dir]) {
	direction: ltr;
	unicode-bidi: plaintext;
}

.c-footer__content {
	display: flex;
	flex-wrap: wrap;
	gap: var(--calora-footer-section-gap, 18px);
	padding: var(--calora-footer-padding-desktop, 18px) var(--calora-footer-padding-desktop, 18px) 0;
}

.c-footer__about,
.c-footer__menus,
.c-footer__utilities {
	min-width: 0;
}

.c-footer__about {
	flex: 1 1 260px;
}

.c-footer__heading {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 800;
}

.c-footer__description,
.c-footer__address {
	margin: 0;
	color: var(--calora-footer-text, #5f5f5f);
	font-size: 14px;
	line-height: 1.9;
}

.c-footer__address {
	margin-top: 8px;
	font-size: 13px;
	color: var(--calora-footer-muted, var(--calora-text-muted));
}

.c-footer__menus {
	flex: 1 1 320px;
	display: grid;
	grid-template-columns: repeat(2, minmax(130px, 1fr));
	gap: var(--calora-footer-section-gap, 18px) 14px;
}

.c-footer__menu-column {
	display: grid;
	gap: 10px;
}

.c-footer__menu-heading {
	font-size: 19px;
	font-weight: 800;
}

.c-footer__menu-heading--utility {
	font-size: 18px;
}

.c-footer__menu {
	display: grid;
	gap: var(--calora-footer-menu-gap, 8px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.c-footer__menu li {
	margin: 0;
	width: 100%;
}

.c-footer__menu a,
.c-footer__menu-static {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	padding-inline: 16px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--calora-footer-button-bg, #fff) 72%, transparent);
	border: 1px solid color-mix(in srgb, var(--calora-footer-border, #d9c9ba) 70%, transparent);
	color: var(--calora-footer-button-text, var(--calora-primary));
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}

.c-footer__menu a:hover {
	background: color-mix(in srgb, var(--calora-footer-accent, #8a6248) 12%, #fff);
	border-color: var(--calora-footer-border, #d9c9ba);
	color: var(--calora-footer-accent, var(--calora-accent));
}

.c-footer__utilities {
	flex: 0 1 230px;
	display: grid;
	gap: 14px;
}

.c-footer__badges-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.c-footer__badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--calora-footer-menu-gap, 8px);
	min-height: 84px;
	padding: 12px 10px;
	border-radius: 18px;
	background: color-mix(in srgb, var(--calora-footer-button-bg, #fff) 72%, transparent);
	border: 1px solid color-mix(in srgb, var(--calora-footer-border, #d9c9ba) 70%, transparent);
	color: var(--calora-footer-button-text, var(--calora-primary));
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}

.c-footer__badge-icon,
.c-footer__badge-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: color-mix(in srgb, var(--calora-footer-accent, #8a6248) 12%, #fff);
	color: var(--calora-footer-accent, var(--calora-accent));
	overflow: hidden;
}

.c-footer__badge-image {
	background: var(--calora-footer-button-bg, #fff);
}

.c-footer__badge-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.c-footer__bottom {
	display: grid;
	gap: 10px;
	align-items: center;
	padding: 10px var(--calora-footer-padding-desktop, 18px) 18px;
	margin-top: 14px;
	background: var(--calora-footer-bottom-bg, #20201e);
	color: var(--calora-footer-bottom-text, #fff);
}

.c-footer__copyright {
	margin: 0;
	font-size: 13px;
	text-align: center;
}

.c-footer__legal,
.c-footer__socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	justify-content: center;
}

.c-footer__legal a {
	color: color-mix(in srgb, var(--calora-footer-bottom-text, #fff) 82%, transparent);
	font-size: 13px;
}

.c-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--calora-footer-accent, #8a6248) 30%, transparent);
	color: var(--calora-footer-bottom-text, #fff);
}

.c-footer__socials a:hover,
.c-footer__legal a:hover {
	color: var(--calora-footer-bottom-text, #fff);
}

.c-footer__scrolltop {
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 22px;
	border-radius: 0 0 999px 999px;
	background: color-mix(in srgb, var(--calora-footer-accent, #8a6248) 18%, #fff);
	border: 2px solid color-mix(in srgb, var(--calora-footer-button-bg, #fff) 92%, transparent);
	border-top: 0;
	color: var(--calora-footer-accent, var(--calora-accent));
}

@media (min-width: 768px) {
	.c-footer__top {
		padding: var(--calora-footer-padding-desktop, 18px) 22px;
	}

	.c-footer__content {
		padding: var(--calora-footer-padding-desktop, 18px) 22px 0;
	}

	.c-footer__bottom {
		padding: 12px 22px 20px;
	}
}


@media (max-width: 1023px) {
	.c-footer__brand {
		flex: 0 0 100%;
		width: 100%;
		text-align: center;
	}

	.c-footer__brand-link {
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.c-footer__logo {
		object-position: center;
	}
}

@media (min-width: 1024px) {
	.c-footer__brand {
		flex: 0 1 200px;
	}

	.c-footer__tracking {
		flex: 1 1 340px;
		max-width: 430px;
	}

	.c-footer__about {
		flex-basis: 300px;
	}

	.c-footer__menus {
		flex-basis: 360px;
	}

	.c-footer__utilities {
		flex-basis: 220px;
	}

	.c-footer__bottom {
		grid-template-columns: auto 1fr auto;
	}

	.c-footer__copyright {
		text-align: right;
	}

	.c-footer__socials {
		justify-content: flex-end;
	}
}

@media (max-width: 767px) {
	.c-footer {
		margin-top: var(--calora-footer-margin-top-mobile, 22px);
		padding-bottom: 6px;
	}

	.c-footer__brand {
		padding-top: 8px;
	}

	.c-footer__brand-link {
		padding-top: 4px;
	}

	.c-footer__shell {
		border-radius: max(18px, calc(var(--calora-footer-radius, 26px) - 4px));
	}

	.c-footer__top {
		padding: var(--calora-footer-padding-mobile, 12px);
		gap: 12px;
	}

	.c-footer__content {
		padding: var(--calora-footer-padding-mobile, 12px) var(--calora-footer-padding-mobile, 12px) 0;
		gap: 14px;
	}

	.c-footer__section-title,
	.c-footer__menu-heading {
		font-size: 17px;
	}

	.c-footer__heading {
		font-size: 21px;
	}

	.c-footer__description {
		font-size: 13px;
		line-height: 1.85;
	}

	.c-footer__tracking,
	.c-footer__support,
	.c-footer__about,
	.c-footer__menus,
	.c-footer__utilities {
		flex-basis: 100%;
		width: 100%;
	}

	.c-footer__support {
		align-items: flex-start;
	}

	.c-footer__menus {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
	}

	.c-footer__menu-column {
		flex: 1 1 0;
		min-width: 0;
	}

	.c-footer__badges-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.c-footer__badge {
		min-height: 74px;
	}

	.c-footer__bottom {
		padding: 10px var(--calora-footer-padding-mobile, 12px) 16px;
		margin-top: 12px;
	}
}

@media (max-width: 480px) {
	.c-footer__menu a,
	.c-footer__menu-static {
		min-height: 34px;
		padding-inline: 12px;
		font-size: 13px;
	}

	.c-footer__badge {
		padding: 10px 8px;
		font-size: 12px;
	}
}
