.ln-footer {
	--ln-footer-accent: #205247;
	--ln-footer-border: #1F2525;
	font-family: "Plus Jakarta Sans", sans-serif;
	background-color: #FCF9F5;
}

/* ── Newsletter bar ── */

.ln-footer__newsletter {
	background-color: #211A14;
	border-bottom: 1px solid var(--ln-footer-border);
}

.ln-footer__newsletter-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 28px;
}

.ln-footer__newsletter-intro {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	flex: 1 1 380px;
	min-width: 0;
}

.ln-footer__newsletter-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1.5px solid var(--ln-footer-accent);
	color: var(--ln-footer-accent);
	font-size: 18px;
}

.ln-footer__newsletter-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.ln-footer__newsletter-heading {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #F5EFE7;
	margin: 0 0 6px;
}

.ln-footer__newsletter-description {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #B8AFA5;
	margin: 0;
	max-width: 46ch;
}

.ln-footer__newsletter-form {
	flex: 1 1 380px;
	max-width: 460px;
}

.ln-footer__newsletter-fields {
	display: flex;
	gap: 12px;
}

.ln-footer__newsletter-input {
	flex: 1 1 auto;
	min-width: 0;
	height: 52px;
	padding: 0 18px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background-color: rgba(255, 255, 255, 0.04);
	color: #F5EFE7;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.ln-footer__newsletter-input::placeholder {
	color: #8F8880;
}

.ln-footer__newsletter-input:focus {
	outline: none;
	border-color: var(--ln-footer-accent);
}

.ln-footer__newsletter-btn {
	flex: 0 0 auto;
	height: 52px;
	padding: 0 26px;
	border: 0;
	border-radius: 8px;
	background-color: var(--ln-footer-accent);
	color: #FFFFFF;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.ln-footer__newsletter-btn:hover {
	opacity: 0.88;
}

.ln-footer__newsletter-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 12px 0 0;
	font-size: 13px;
	font-weight: 400;
	color: #8F8880;
}

.ln-footer__newsletter-note i {
	color: var(--ln-footer-accent);
	font-size: 11px;
}

/* ── Container / Grid ── */

.ln-footer__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 56px 56px 0;
}

.ln-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.3fr 1fr 1.3fr;
	gap: 32px;
	padding-bottom: 48px;
}

.ln-footer__col-heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ln-footer-accent);
	margin: 0 0 20px;
}

/* ── Brand column ── */

.ln-footer__col--brand {
	padding-right: 12px;
}

.ln-footer__logo {
	margin: 0 0 10px;
	line-height: 1;
}

.ln-footer__logo-img {
	display: block;
	max-height: 80px;
	width: auto;
}

.ln-footer__logo-text {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #F5EFE7;
}

.ln-footer__tagline {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--ln-footer-accent);
	margin: 0 0 16px;
}

.ln-footer__description {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	color: #ADA59B;
	margin: 0 0 22px;
	max-width: 34ch;
}

.ln-footer__social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ln-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1.5px solid rgb(116 111 111) !important;
	color: #F5EFE7;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ln-footer__social-link:hover {
	background-color: var(--ln-footer-accent);
	border-color: var(--ln-footer-accent);
	color: #FFFFFF;
}

.ln-footer__social-link svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

/* ── Link lists ── */

.ln-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ln-footer__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #C9C2BA;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ln-footer__link:hover {
	color: #205247;
}

.ln-footer__link-caret {
	font-size: 11px;
	color: #205247;
	flex: 0 0 auto;
}

.ln-footer__link--highlight {
	color: #205247;
	font-weight: 600;
}

/* ── Contact column ── */

.ln-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ln-footer__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.ln-footer__contact-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 22px;
	color: var(--ln-footer-accent);
	font-size: 16px;
}

.ln-footer__contact-icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.ln-footer__contact-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #1F2525;
	text-decoration: none;
}

a.ln-footer__contact-text:hover {
	color: #474d4d !important;
}

/* ── Follow us / QR ── */

.ln-footer__qr {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid var(--ln-footer-border);
}

.ln-footer__qr-heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #205247 !important;
	margin: 0 0 10px;
}

.ln-footer__qr-row {
	display: flex;
	align-items: center;
	gap: 14px;
}

.ln-footer__qr-image,
.ln-footer__qr-link {
	flex: 0 0 auto;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 8px;
	background-color: #FFFFFF;
	padding: 4px;
	object-fit: contain;
}

.ln-footer__qr-caption {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #ADA59B;
	margin: 0;
	max-width: 22ch;
}

/* ── Stats row ── */

.ln-footer__stats {
	background-color: unset !important;
	border: 0px !important;
}

.ln-footer__stats-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 28px 56px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border: 0.5px solid #6b655d !important;
	border-radius: 10px;
}

.ln-footer__stat {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 4px 20px;
	border-right: 1px solid var(--ln-footer-border);
}

.ln-footer__stat:first-child {
	padding-left: 0;
}

.ln-footer__stat:last-child {
	padding-right: 0;
	border-right: 0;
}

.ln-footer__stat-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 24px;
	color: #205247 !important;
}

.ln-footer__stat-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ln-footer__stat-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ln-footer__stat-line1 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #474d4d !important;
}

.ln-footer__stat-line2 {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	color: #474d4d !important;
}

/* ── Bottom bar ── */

.ln-footer__bottom {
	background-color: #150F0B;
}

.ln-footer__bottom-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 22px 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

.ln-footer__copyright {
	font-size: 14px;
	font-weight: 400;
	color: #8F8880;
	margin: 0;
}

.ln-footer__bottom-links {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ln-footer__bottom-link {
	font-size: 14px;
	font-weight: 400;
	color: #C9C2BA;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ln-footer__bottom-link:hover {
	color: var(--ln-footer-accent);
}

.ln-footer__bottom-sep {
	color: #4A423A;
	font-size: 13px;
}

.ln-footer__payments {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ln-footer__payments-label {
	font-size: 14px;
	font-weight: 400;
	color: #8F8880;
}

.ln-footer__payments-icons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ln-footer__payment-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	min-width: 35px;
	padding: 0;
	width: 100%;
	border-radius: 4px;
	background-color: #FFFFFF;
	color: #2C1A0A;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.ln-footer__payment-badge i {
	font-size: 22px;
	line-height: 1;
}

.ln-footer__payment-badge img {
	display: block;
	height: 16px;
	width: auto;
}

/* ── Responsive ── */

@media (max-width: 1200px) {
	.ln-footer__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.ln-footer__col--contact {
		grid-column: 1 / -1;
		max-width: 460px;
	}

	.ln-footer__stats-inner {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 20px;
	}

	.ln-footer__stat {
		border-right: 0;
		padding-left: 20px;
	}

	.ln-footer__stat:nth-child(3n+1) {
		padding-left: 0;
	}
}

@media (max-width: 1024px) {
	.ln-footer__newsletter-inner {
		padding: 32px 32px;
	}

	.ln-footer__container {
		padding: 48px 32px 0;
	}

	.ln-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px 24px;
	}

	.ln-footer__col--brand {
		grid-column: 1 / -1;
	}

	.ln-footer__col--contact {
		grid-column: 1 / -1;
		max-width: none;
	}

	.ln-footer__stats-inner {
		padding: 24px 32px;
	}

	.ln-footer__bottom-inner {
		padding: 20px 32px;
	}
}

@media (max-width: 768px) {
	.ln-footer__newsletter-inner {
		padding: 28px 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	/* Reset the row-layout flex-basis (380px) — in a column flex container
	   that basis applies to height, not width, and was forcing these
	   blocks to claim ~380px of vertical space on mobile. */
	.ln-footer__newsletter-intro {
		flex: 0 0 auto;
		width: 100%;
	}

	.ln-footer__newsletter-form {
		flex: 0 0 auto;
		width: 100%;
		max-width: none;
	}

	.ln-footer__container {
		padding: 40px 20px 0;
	}

	.ln-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	/* Boxed stats card: single stacked list with horizontal dividers,
	   inset from the screen edges instead of running full-bleed. */
	.ln-footer__stats {
		margin: 0 20px;
	}

	.ln-footer__stats-inner {
		grid-template-columns: 1fr;
		padding: 6px 24px;
		row-gap: 0;
	}

	.ln-footer__stat {
		width: 100%;
		padding: 16px 0;
		border-right: 0;
		border-bottom: 1px solid var(--ln-footer-border);
	}

	.ln-footer__stat:first-child,
	.ln-footer__stat:last-child {
		padding-left: 0;
		padding-right: 0;
	}

	.ln-footer__stat:last-child {
		border-bottom: 0;
	}

	.ln-footer__bottom-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 20px 40px;
	}
}

@media (max-width: 480px) {
	.ln-footer__container {
		padding: 32px 16px 0;
	}

	.ln-footer__newsletter-fields {
		flex-direction: column;
	}

	.ln-footer__newsletter-btn {
		width: 100%;
	}

	.ln-footer__stats {
		margin: 0 16px;
	}

	.ln-footer__stats-inner {
		padding: 4px 18px;
	}

	.ln-footer__stat {
		gap: 14px;
		padding: 14px 0;
	}

	.ln-footer__logo-text {
		font-size: 28px;
	}

	.ln-footer__qr-row {
		flex-wrap: wrap;
	}
}