/* Homepage Footer - Figma design */
.homepage-footer {
	background-color: #0D0D0D;
	color: rgba(255, 255, 255, 0.8);
	padding: 80px 0 1px;
	margin-top: 0;
}

/* Mobile: Figma accordion - black bg, logo top, 4 accordion sections, social, company no */
.homepage-footer__mobile {
	display: none;
}

@media (max-width: 1099px) {
	.homepage-footer {
		background-color: #000 !important;
		color: #fff;
		padding: 48px 24px 32px;
	}

	.homepage-footer__mobile {
		display: block;
	}

	.homepage-footer__grid,
	.homepage-footer__social-row,
	.homepage-footer__bottom {
		display: none !important;
	}

	.homepage-footer__mobile-logo {
		text-align: center;
		margin-bottom: 32px;
	}

	.homepage-footer__mobile-logo .homepage-footer__logo-link {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		color: #fff !important;
	}

	.homepage-footer__mobile-logo .homepage-footer__logo-text,
	.homepage-footer__mobile-logo .homepage-footer__logo-sub {
		color: #fff !important;
	}

	.homepage-footer__mobile-logo .homepage-footer__logo-img {
		filter: brightness(0) invert(1);
	}

	.homepage-footer__mobile-heading {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 0;
		background: transparent;
		border: none;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: #fff !important;
		font-size: 16px;
		font-weight: 500;
		text-align: left;
		cursor: pointer;
		font-family: "Playfair Display", Georgia, serif;
	}

	.homepage-footer__mobile-section:first-child .homepage-footer__mobile-heading {
		border-top: none;
	}

	.homepage-footer__mobile-chevron {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
		flex-shrink: 0;
		margin-left: 12px;
	}

	.homepage-footer__mobile-section.is-open .homepage-footer__mobile-chevron {
		transform: rotate(-135deg);
	}

	.homepage-footer__mobile-content {
		display: none;
		padding: 0 0 20px 0;
	}

	.homepage-footer__mobile-section.is-open .homepage-footer__mobile-content {
		display: block;
	}

	.homepage-footer__menu--mobile {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.homepage-footer__menu--mobile li {
		margin-bottom: 8px;
	}

	.homepage-footer__menu--mobile a {
		color: rgba(255, 255, 255, 0.9);
		text-decoration: none;
		font-size: 14px;
		font-family: "Playfair Display", Georgia, serif;
	}

	.homepage-footer__mobile-content .homepage-footer__address,
	.homepage-footer__mobile-content .homepage-footer__hours,
	.homepage-footer__mobile-content .homepage-footer__contact {
		color: rgba(255, 255, 255, 0.9);
		font-size: 14px;
		margin-bottom: 12px;
	}

	.homepage-footer__mobile-content .homepage-footer__contact a {
		color: rgba(255, 255, 255, 0.9);
	}

	.homepage-footer__mobile-social {
		display: flex;
		justify-content: center;
		gap: 12px;
		padding: 32px 0 24px;
	}

	.homepage-footer__mobile-social .homepage-footer__social-link {
		background-color: #8EA9A2 !important;
		color: #fff !important;
	}

	.homepage-footer__mobile-company {
		text-align: center;
		font-size: 14px;
		color: #fff;
		margin: 0 0 16px;
	}

	.homepage-footer__mobile::after {
		content: "";
		display: block;
		height: 1px;
		background: #fff;
		width: 100%;
	}
}

@media (min-width: 1100px) {
	.homepage-footer__mobile {
		display: none !important;
	}
}

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

@media (min-width: 768px) {
	.homepage-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.reviews-section__slider .reviews-section__slider-track {
		width: 90% !important;
	}
}

@media (min-width: 1100px) {
	.homepage-footer__grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 48px 40px;
		align-items: start;
		padding: 0 60px;
	}
}

.homepage-footer__heading {
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 24px;
	color: #fff;
	font-family: Playfair !important;
}
.homepage-footer__col--visit .homepage-footer__heading, .homepage-footer__col--contact .homepage-footer__heading{
	font-weight: 400;
}

.homepage-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.homepage-footer__menu li {
	margin-bottom: 8px;
}

.homepage-footer__menu a {
	color: #FFF;
	font-family: Nunito;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.homepage-footer__menu a:hover {
	color: rgba(142, 169, 162, 1);
	text-decoration: none;
}

/* Logo column - centered */
.homepage-footer__col--logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 1100px) {
	.homepage-footer__col--logo {
		justify-content: center;
		text-align: center;
	}
}

.homepage-footer__branding {
	display: flex;
	justify-content: center;
	align-items: center;
}

.homepage-footer__logo-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Playfair Display", Georgia, serif;
}

.homepage-footer__logo-text {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	font-style: italic;
}

.homepage-footer__logo-sub {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 4px;
}

.homepage-footer .custom-logo-link,
.homepage-footer__logo-link--img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.homepage-footer .custom-logo-link img,
.homepage-footer__logo-img {
	max-height: 60px;
	width: auto;
	height: auto;
	filter: brightness(0) invert(1);
}

.homepage-footer__logo-link--img {
	text-decoration: none;
}

/* Social row - centered below grid */
.homepage-footer__social-row {
	display: flex;
	justify-content: center;
	padding: 0 0 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.homepage-footer__social {
	display: flex;
	gap: 12px;
}

.homepage-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: rgba(142, 169, 162, 1);
	color: #fff !important;
	border-radius: 50%;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.homepage-footer__social-link:hover {
	opacity: 0.9;
}

.homepage-footer__social-link svg {
	flex-shrink: 0;
	color: #fff !important;
	fill: white;
}

/* Visit & Contact columns */
.homepage-footer__address,
.homepage-footer__hours,
.homepage-footer__contact {
	font-size: 14px;
	margin: 0 0 16px;
	color: #fff;
	font-family: Nunito !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.homepage-footer__address {
	font-style: normal;
}

.homepage-footer__hours,
.homepage-footer__hours strong {
	color: #fff !important;
}

.homepage-footer__contact a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.homepage-footer__contact a:hover {
	text-decoration: none;
}

/* Book Now button */
.homepage-footer__btn {
	display: inline-flex;
	padding: 10px 32px;
	background-color: rgba(142, 169, 162, 1);
	font-weight: 400;
	border-radius: 8px;
	margin-top: 8px;
	color: white;
	border: 1px solid transparent;
	transition: opacity 0.2s ease;
}

/* Bottom strip */
.homepage-footer__bottom {
	margin-top: -55px;
	text-align: right;
	width: 96%;
}

.homepage-footer__company {
	color: #FFF;
	font-family: Nunito;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.homepage-footer__bottom_company {
	margin-top: 70px;
	text-align: center;
}

.homepage-footer__bottom_company p {
	color: #FFF;
	font-family: Nunito !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;

	& a {
		color: white;
    text-decoration: underline;
    text-underline-offset: 3px;

		&:hover {
			color: #8EA9A2;
		}
	}
}
