/* Compact modern footer — primary green (matches nav menu) */

#qodef-page-content-bottom {
	display: none !important;
}

#qodef-page-footer.ng-farmley-footer {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	background: #0C533D;
	border-top: 1px solid rgba(252, 244, 235, 0.1);
	color: #FCF4EB;
}

#qodef-page-footer.ng-farmley-footer > .ng-farmley-footer__inner {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding-left: 60px !important;
	padding-right: 60px !important;
	box-sizing: border-box !important;
}

#qodef-page-footer.ng-farmley-footer a {
	color: #FCF4EB;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

#qodef-page-footer.ng-farmley-footer a:hover {
	color: #B99531;
}

.ng-farmley-footer__inner {
	padding-top: 36px;
	box-sizing: border-box;
}

.ng-farmley-footer__main,
.ng-farmley-footer__bar {
	--ng-footer-cols: minmax(240px, 1.4fr) repeat(3, minmax(120px, 1fr));
}

.ng-farmley-footer__main {
	display: grid;
	grid-template-columns: var(--ng-footer-cols);
	gap: 24px 32px;
	align-items: start;
	padding-bottom: 28px;
}

.ng-farmley-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	text-align: left;
}

.ng-farmley-footer__logo {
	display: block;
	line-height: 0;
	background: transparent;
	margin: 0;
	padding: 0;
}

.ng-farmley-footer__logo-img {
	display: block;
	max-height: 56px;
	width: auto;
	height: auto;
	object-fit: contain;
	background: transparent;
}

.ng-farmley-footer__logo-img--light {
	max-height: 48px;
	mix-blend-mode: screen;
}

.ng-farmley-footer__tagline {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(252, 244, 235, 0.92);
	max-width: 300px;
	width: 100%;
}

.ng-farmley-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(252, 244, 235, 0.95);
	width: 100%;
}

.ng-farmley-footer__address {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(252, 244, 235, 0.88);
	max-width: 280px;
}

.ng-farmley-footer__contact-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
}

.ng-farmley-footer__sep {
	opacity: 0.5;
	color: rgba(252, 244, 235, 0.7);
}

.ng-farmley-footer__title {
	margin: 0 0 10px;
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #B99531;
}

.ng-farmley-footer__menu,
.ng-farmley-footer__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ng-farmley-footer__menu li {
	margin: 0 0 7px;
}

.ng-farmley-footer__menu a {
	font-size: 14px;
	line-height: 1.4;
	color: rgba(252, 244, 235, 0.92);
}

.ng-farmley-footer__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 16px;
	min-height: 36px;
	padding: 6px 0 8px;
	border-top: 1px solid rgba(252, 244, 235, 0.14);
}

.ng-farmley-footer__bar-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	min-width: 0;
}

.ng-farmley-footer__copy {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	line-height: 1.3;
	color: rgba(252, 244, 235, 0.75);
	white-space: nowrap;
}

.ng-farmley-footer__copy a {
	font-weight: 700;
	color: #FCF4EB;
}

.ng-farmley-footer__legal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 6px 18px;
	min-width: 0;
	margin-left: auto;
	padding-right: 0;
}

.ng-farmley-footer__legal a {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(252, 244, 235, 0.92);
	white-space: nowrap;
}

.ng-farmley-footer__legal a:hover {
	color: #B99531;
}

.ng-farmley-footer__social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	flex-shrink: 0;
}

.ng-farmley-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid rgba(252, 244, 235, 0.28);
	color: #FCF4EB;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ng-farmley-footer__social-link:hover {
	color: #0C533D;
	background: #B99531;
	border-color: #B99531;
}

.ng-farmley-footer__social-link svg {
	display: block;
	width: 14px;
	height: 14px;
}

#qodef-page-footer.ng-farmley-footer .ng-farmley-footer__menu li a {
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(252, 244, 235, 0.92);
}

#qodef-page-footer.ng-farmley-footer .ng-farmley-footer__menu li:hover a {
	color: #B99531;
}

@media (max-width: 1200px) {
	.ng-farmley-footer__main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ng-farmley-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1024px) {
	#qodef-page-footer.ng-farmley-footer > .ng-farmley-footer__inner {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

@media (max-width: 768px) {
	#qodef-page-footer.ng-farmley-footer > .ng-farmley-footer__inner {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.ng-farmley-footer__inner {
		padding-top: 28px;
	}

	.ng-farmley-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 24px;
		padding-bottom: 22px;
	}

	.ng-farmley-footer__bar {
		flex-wrap: wrap;
		min-height: 0;
		padding: 8px 0 10px;
		gap: 10px;
	}

	.ng-farmley-footer__bar-left {
		width: 100%;
	}

	.ng-farmley-footer__copy {
		white-space: normal;
	}

	.ng-farmley-footer__legal {
		width: 100%;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-left: 0;
		padding-right: 0;
	}
}

#qodef-page-footer.ng-farmley-footer {
	padding-bottom: 4px;
}

@media (max-width: 520px) {
	.ng-farmley-footer__main {
		grid-template-columns: 1fr;
	}
}
