/**
 * EligeTu — Footer (light editorial, full-width)
 */

.eligetu-site-footer.site-footer {
	width: 100%;
	background: #ffffff;
	border: none;
	border-top: 1px solid #ede5d8;
	padding: 0;
	margin: 0;
	color: #7a6b6d;
	font-size: 12px;
}

.eligetu-site-footer.site-footer {
	--et-text-2: #7a6b6d;
	--et-text-3: #1a1a1a;
	--color-text-secondary: #7a6b6d;
}

.eligetu-site-footer.site-footer h1,
.eligetu-site-footer.site-footer h2,
.eligetu-site-footer.site-footer h3,
.eligetu-site-footer.site-footer h4,
.eligetu-site-footer.site-footer h5,
.eligetu-site-footer.site-footer h6 {
	color: #1a1a1a;
}

.eligetu-site-footer.site-footer p,
.eligetu-site-footer.site-footer li,
.eligetu-site-footer.site-footer span {
	opacity: 1;
}

/* ==========================================================================
   Trust bar
   ========================================================================== */

.footer-trust {
	background: #faf8f7;
	border-top: 1px solid #ede5d8;
	border-bottom: 1px solid #ede5d8;
}

.footer-trust__inner {
	max-width: var(--et-max-width, 1440px);
	margin: 0 auto;
	padding: 32px 40px;
}

.footer-trust__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-trust__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.footer-trust__item svg,
.footer-trust__item .home-trust-bar__icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #1a1a1a;
	stroke: #1a1a1a;
}

.footer-trust__text {
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #7a6b6d;
}

/* ==========================================================================
   Main footer
   ========================================================================== */

.footer-main {
	background: #ffffff;
	padding: 64px 40px;
}

.footer-main__inner {
	max-width: var(--et-max-width, 1440px);
	margin: 0 auto;
}

.footer-main__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px;
}

.footer-col {
	min-width: 0;
}

/* Brand */
.footer-logo {
	display: inline-block;
	text-decoration: none !important;
	line-height: 1;
}

.footer-logo--text {
	font-family: var(--et-serif, "Playfair Display", serif);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.25em;
	color: #1a1a1a;
	transition: color 0.3s ease;
}

.footer-logo--text:hover {
	color: var(--et-primary, #F3889D);
}

.footer-logo--image .footer-logo__img,
.footer-logo--image img {
	display: block;
	max-width: 180px;
	width: auto;
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

.footer-tagline {
	margin: 12px 0 0;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-weight: 300;
	font-size: 13px;
	line-height: 1.6;
	color: #7a6b6d;
	max-width: 260px;
	opacity: 1;
}

/* Social */
.footer-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
}

.footer-social > svg.footer-social__icon {
	display: none !important;
}

.footer-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border: 1px solid #ede5d8;
	border-radius: 50%;
	color: #1a1a1a;
	text-decoration: none;
	background: transparent;
	transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.footer-social__link::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}

.footer-social__link--instagram::after {
	mask-image: url("../images/social/instagram.svg");
	-webkit-mask-image: url("../images/social/instagram.svg");
}

.footer-social__link--pinterest::after {
	mask-image: url("../images/social/pinterest.svg");
	-webkit-mask-image: url("../images/social/pinterest.svg");
}

.footer-social__link--tiktok::after {
	mask-image: url("../images/social/tiktok.svg");
	-webkit-mask-image: url("../images/social/tiktok.svg");
}

.footer-social__link:hover {
	border-color: var(--et-primary, #F3889D);
	color: var(--et-primary, #F3889D);
}

.footer-social__icon {
	display: block;
	width: 16px;
	height: 16px;
}

/* Column headings */
.footer-col__heading,
.footer-newsletter__title {
	margin: 0 0 20px;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #1a1a1a;
	opacity: 1;
}

.footer-col--newsletter .footer-col__heading,
.footer-col--newsletter .footer-newsletter__title {
	margin-bottom: 12px;
}

/* Nav links */
.footer-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav__list li {
	margin: 0;
}

.footer-nav__list a {
	display: inline-block;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 13px;
	font-weight: 300;
	line-height: 2.2;
	color: #7a6b6d;
	text-decoration: none;
	opacity: 1;
	transition: color 0.25s ease;
}

.footer-nav__list a:hover {
	color: var(--et-primary, #F3889D);
}

/* Newsletter */
.footer-newsletter__subtitle {
	margin: 0 0 20px;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	color: #7a6b6d;
	opacity: 1;
}

.footer-newsletter__form {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 100%;
}

.footer-newsletter__input {
	width: 100%;
	height: 46px;
	padding: 0 16px;
	border: 1px solid #d4c5a9;
	border-radius: 0;
	background: #ffffff;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 13px;
	font-weight: 300;
	color: #1a1a1a;
	box-sizing: border-box;
	opacity: 1;
	transition: border-color 0.25s ease;
}

.footer-newsletter__input::placeholder {
	color: #b0a09e;
	opacity: 1;
}

.footer-newsletter__input:focus {
	outline: none;
	border-color: var(--et-primary, #F3889D);
}

.footer-newsletter__submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px !important;
	padding: 0 16px !important;
	margin: 8px 0 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: var(--et-primary, #F3889D) !important;
	box-shadow: none !important;
	font-family: var(--et-sans, "Jost", sans-serif) !important;
	font-size: 10px !important;
	font-weight: 500 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
}

.footer-newsletter__submit:hover,
.footer-newsletter__submit:focus {
	background: #1a1a1a !important;
	color: #ffffff !important;
	border-color: #1a1a1a !important;
}

.footer-newsletter__success {
	margin: 12px 0 0;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 12px;
	color: var(--et-primary, #F3889D);
}

/* Mailchimp / MC4WP */
.footer-newsletter__plugin .mc4wp-form-fields {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.footer-newsletter__plugin input[type="email"] {
	width: 100%;
	height: 46px;
	padding: 0 16px;
	border: 1px solid #d4c5a9;
	border-radius: 0;
	background: #ffffff;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 13px;
	color: #1a1a1a;
	opacity: 1;
}

.footer-newsletter__plugin input[type="email"]::placeholder {
	color: #b0a09e;
	opacity: 1;
}

.footer-newsletter__plugin input[type="email"]:focus {
	outline: none;
	border-color: var(--et-primary, #F3889D);
}

.footer-newsletter__plugin input[type="submit"],
.footer-newsletter__plugin button[type="submit"] {
	width: 100% !important;
	height: 46px !important;
	padding: 0 16px !important;
	margin-top: 8px !important;
	border: none !important;
	border-radius: 0 !important;
	background: var(--et-primary, #F3889D) !important;
	font-family: var(--et-sans, "Jost", sans-serif) !important;
	font-size: 10px !important;
	font-weight: 500 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
}

.footer-newsletter__plugin input[type="submit"]:hover,
.footer-newsletter__plugin button[type="submit"]:hover {
	background: #1a1a1a !important;
	color: #ffffff !important;
	border-color: #1a1a1a !important;
}

/* ==========================================================================
   Bottom bar
   ========================================================================== */

.footer-bottom {
	background: #ffffff;
	border-top: 1px solid #ede5d8;
	padding: 20px 40px;
}

.footer-bottom__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	max-width: var(--et-max-width, 1440px);
	margin: 0 auto;
}

.footer-bottom__copy {
	margin: 0;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 11px;
	font-weight: 400;
	color: #9b9b9b;
	line-height: 1.5;
}

.footer-kit-digital {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	max-width: 420px;
}

.footer-kit-digital__link {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
	text-decoration: none;
	opacity: 0.92;
	transition: opacity 0.2s ease;
}

.footer-kit-digital__link:hover,
.footer-kit-digital__link:focus-visible {
	opacity: 1;
}

.footer-kit-digital__logo {
	display: block;
	width: auto;
	height: 36px;
	max-width: 160px;
	object-fit: contain;
}

.footer-kit-digital__text {
	margin: 0;
	flex: 1 1 180px;
	font-family: var(--et-sans, "Jost", sans-serif);
	font-size: 10px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.02em;
	color: #9b9b9b;
}

.footer-payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	filter: none;
	opacity: 1;
}

.footer-payments__item {
	display: inline-flex;
	line-height: 0;
}

.footer-payments__icon {
	display: block;
	flex-shrink: 0;
	height: 36px;
	width: auto;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1023px) {
	.footer-trust__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 16px;
	}

	.footer-main__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 32px;
	}
}

@media (max-width: 575px) {
	.footer-trust__inner,
	.footer-main,
	.footer-bottom {
		padding-left: 16px;
		padding-right: 16px;
	}

	.footer-main {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.footer-trust__list {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.footer-main__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.footer-bottom__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-kit-digital {
		max-width: 100%;
		order: 2;
	}

	.footer-payments {
		order: 3;
	}

	.footer-payments__icon {
		height: 32px;
	}
}

@media (max-width: 375px) {
	.footer-logo--text {
		font-size: 16px;
		letter-spacing: 0.2em;
	}
}
