/**
 * Site footer — dark premium layout.
 *
 * @package Novacare
 * @since   1.0.3
 */

.site-footer {
	--footer-bg: #1a1614;
	--footer-gold: #c5a059;
	--footer-text: #ffffff;
	--footer-muted: #d1d1d1;
	--footer-legal: #666666;
	--footer-border: rgba(255, 255, 255, 0.08);
	--footer-font-sans: var(--mt-font-family);

	background: var(--footer-bg);
	color: var(--footer-muted);
	margin-top: auto;
	border-top: 0;
	font-family: var(--footer-font-sans);
}

.site-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: var(--footer-gold);
}

/* -------------------------------------------------------------------------
   CTA band
   ------------------------------------------------------------------------- */
.site-footer__cta {
	padding: 4.5rem 0 4rem;
	border-bottom: 1px solid var(--footer-border);
}

.site-footer__cta-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2rem;
}

.site-footer__cta-eyebrow {
	margin: 0 0 0.75rem;
	font-family: var(--nv-font-sans);
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--nv-color-gold);
}

.site-footer__cta-title {
	margin: 0;
	font-family: var(--nv-font-serif);
	font-size: 44px;
	font-weight: 500;
	font-style: normal;
	line-height: 52.8px;
	letter-spacing: 0;
	color: var(--footer-text);
	max-width: 18ch;
}

.site-footer__cta-button {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.95rem 1.5rem;
	border: 1px solid var(--nv-color-gold);
	color: var(--nv-color-gold);
	font-family: var(--nv-font-sans);
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.84px;
	white-space: nowrap;
	background: transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-footer__cta-button:hover,
.site-footer__cta-button:focus-visible {
	background: var(--nv-color-gold);
	border-color: var(--nv-color-gold);
	color: var(--footer-bg);
}

.site-footer__cta-button svg {
	flex-shrink: 0;
}

/* -------------------------------------------------------------------------
   Main columns
   ------------------------------------------------------------------------- */
.site-footer__main {
	padding: 4rem 0 3.5rem;
}

.site-footer__columns {
	display: grid;
	gap: 2.5rem;
}

.site-footer__heading {
	margin: 0 0 1.25rem;
	font-family: var(--nv-font-sans);
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--nv-color-gold);
}

.site-footer__brand-primary {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--footer-text);
	line-height: 1.2;
}

.site-footer__brand-secondary {
	margin: 0.15rem 0 0;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--footer-gold);
	line-height: 1.2;
}

.site-footer__logo img {
	max-width: 160px;
	height: auto;
	display: block;
}

.site-footer__description {
	margin: 1.25rem 0 0;
	max-width: 26ch;
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--footer-muted);
}

.site-footer__social {
	display: flex;
	gap: 0.625rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.site-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid var(--footer-gold);
	color: var(--footer-gold);
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
	background: rgba(197, 160, 89, 0.12);
	color: var(--footer-gold);
}

.site-footer__social-link svg {
	display: block;
	width: 100%;
	height: 100%;
}

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

.site-footer__menu li + li,
.site-footer__contact li + li {
	margin-top: 0.65rem;
}

.site-footer__menu a {
	font-size: 0.875rem;
	line-height: 1.5;
}

.site-footer__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.55;
}

.site-footer__contact-icon {
	flex-shrink: 0;
	margin-top: 0.15rem;
	color: var(--footer-gold);
}

.site-footer__hours {
	margin-top: 1.5rem;
	padding: 1rem 1.125rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background-color: #25221a;
	max-width: 16rem;
}

.site-footer__hours-label {
	margin: 0 0 0.5rem;
	font-family: var(--nv-font-sans);
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--nv-color-gold);
}

.site-footer__hours-line {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.6;
	color: var(--footer-muted);
}

.site-footer__hours-line + .site-footer__hours-line {
	margin-top: 0.15rem;
}

/* -------------------------------------------------------------------------
   Bottom bar
   ------------------------------------------------------------------------- */
.site-footer__bottom {
	padding: 1.5rem 0 2rem;
	border-top: 1px solid var(--footer-border);
}

.site-footer__bottom-inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
}

.site-footer__copyright {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.5;
	color: var(--footer-legal);
}

.site-footer__legal-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__legal-menu a {
	font-size: 0.75rem;
	color: var(--footer-legal);
}

.site-footer__legal-menu a:hover,
.site-footer__legal-menu a:focus-visible {
	color: var(--footer-gold);
}

@media (min-width: 768px) {
	.site-footer__cta-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 3rem;
	}

	.site-footer__columns {
		grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
		gap: 2rem 3rem;
	}

	.site-footer__bottom-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 1024px) {
	.site-footer__columns {
		gap: 2rem 4.5rem;
	}

	.site-footer__cta {
		padding: 5rem 0 4.5rem;
	}
}
