/**
 * HALINK C8 — Footer (Dola Spa 1:1)
 * Navy #121F38 · coral headings #FF9063 · terracotta CTA #9A563A · cream logo notch
 */

.c8-footer {
	background: #121F38;
	color: #fff;
	margin-top: 0;
	padding: 0 0 0;
	position: relative;
	font-size: 14px;
	line-height: 1.6;
}

.c8-footer .c8-container {
	max-width: var(--c8-container-wide, 1410px);
}

.c8-footer a {
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.c8-footer a:hover {
	color: #ff9063;
}

/* ---------- Top: social | logo notch | markets ---------- */
.c8-footer__top {
	position: relative;
	padding-top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.c8-footer__top-grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	min-height: 63px;
}

.c8-footer__social {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c8-footer__social--left {
	justify-content: flex-start;
}

.c8-footer__social--right {
	justify-content: flex-end;
}

.c8-footer__social a {
	display: block;
	line-height: 0;
	border-radius: 50%;
	overflow: hidden;
}

.c8-footer__social img {
	width: 32px;
	height: 32px;
	display: block;
	object-fit: contain;
}

/* Cream logo notch hanging into footer */
.c8-footer__logo-ft {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0efeb;
	border-radius: 0 0 30px 30px;
	padding: 8px 28px 14px;
	margin: 0 0 20px;
	min-width: 180px;
	position: relative;
	z-index: 2;
	box-shadow: 0 8px 0 #121F38;
}

.c8-footer__logo-ft img {
	max-height: 50px;
	width: auto;
	display: block;
	margin: 0 auto;
}

/* ---------- Mid 4 columns ---------- */
.c8-footer__mid {
	padding: 30px 0 10px;
	color: #fff;
}

.c8-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.7fr) minmax(0, 0.7fr) minmax(0, 1.25fr);
	gap: 1.5rem 2rem;
	align-items: start;
}

.c8-footer__heading {
	margin: 0 0 12px;
	font-family: var(--c8-font-display, Lora, Georgia, serif);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	color: #ff9063;
	text-transform: none;
	letter-spacing: 0;
}

.c8-footer__heading--pay {
	margin-top: 1.35rem;
}

.c8-footer__contact,
.c8-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c8-footer__contact li,
.c8-footer__menu li {
	margin: 0 0 8px;
	color: #fff;
	font-size: 14px;
	line-height: 1.55;
}

.c8-footer__contact-intro {
	margin-bottom: 12px !important;
}

.c8-footer__contact b {
	color: #ff9063;
	font-weight: 700;
}

.c8-footer__contact a {
	color: #fff;
}

.c8-footer__menu a {
	color: #fff;
	display: inline-block;
}

.c8-footer__menu a:hover {
	color: #ff9063;
	padding-left: 2px;
}

/* Newsletter */
.c8-footer__newsletter {
	position: relative;
	display: block;
	width: 100%;
	max-width: 447px;
	border-radius: 10px 5px;
	overflow: hidden;
	margin: 0 0 0.5rem;
}

.c8-footer__newsletter-input {
	width: 100%;
	height: 40px;
	padding: 10px 110px 10px 12px;
	border: 0;
	outline: none;
	background: #fff;
	color: #231f20;
	font-size: 14px;
	border-radius: 0;
	box-sizing: border-box;
}

.c8-footer__newsletter-input::placeholder {
	color: #9a9a9a;
}

.c8-footer__newsletter-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	padding: 0 20px;
	border: 0;
	background: #9a563a;
	color: #fff;
	font-family: var(--c8-font-display, Lora, Georgia, serif);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	text-transform: uppercase;
}

.c8-footer__newsletter-btn:hover {
	background: #7e422c;
	color: #fff;
}

.c8-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c8-footer__payments img {
	display: block;
	height: 35px;
	width: auto;
	background: #fff;
	border-radius: 4px;
}

/* ---------- Copyright ---------- */
.c8-footer__cr {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 10px 0;
	text-align: center;
	background: #121F38;
}

.c8-footer__cr-text {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}

.c8-footer__cr b,
.c8-footer__cr a {
	color: #ff9063;
	font-weight: 700;
}

.c8-footer__cr a:hover {
	text-decoration: underline;
}

.c8-footer__cr-left,
.c8-footer__cr-right {
	display: inline;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
	.c8-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.c8-footer__top-grid {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.c8-footer__social--left,
	.c8-footer__social--right {
		justify-content: center;
	}

	.c8-footer__logo-ft {
		order: -1;
		margin-bottom: 8px;
	}

	.c8-footer__grid {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.c8-footer__mid {
		padding-top: 24px;
	}

	.c8-footer__newsletter {
		max-width: none;
	}
}
