/**
 * Art United professional footer — dark theme
 */

.site-footer.au-footer {
	background: #111111 !important;
	color: #d1d1d1 !important;
}

.site-footer.au-footer > .footer-section,
.site-footer.au-footer .au-footer__main,
.site-footer.au-footer .au-footer__bar {
	margin-top: 0;
	margin-bottom: 0;
}

.site-footer.au-footer a {
	color: #f4f4f4 !important;
}

.site-footer.au-footer a:hover,
.site-footer.au-footer a:focus {
	color: #ffffff !important;
}

.site-footer.au-footer .title-widget,
.site-footer.au-footer label,
.site-footer.au-footer .text-small {
	color: inherit;
}

.site-footer.au-footer .footer-section > .cs-container > * {
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
}

.site-footer.au-footer .au-footer__main > .cs-container {
	padding-top: 4.5rem;
	padding-bottom: 3rem;
}

.site-footer.au-footer .au-footer__bar > .cs-container {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

/* Main grid */
.au-footer__grid {
	display: grid;
	gap: 2.5rem;
}

@media (min-width: 768px) {
	.au-footer__grid {
		grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
		gap: 2rem 2.5rem;
		align-items: start;
	}
}

@media (min-width: 1100px) {
	.au-footer__grid {
		gap: 2rem 3rem;
	}
}

/* Brand column */
.au-footer__brand {
	max-width: 26rem;
}

.au-footer__logo-link {
	display: inline-block;
	margin-bottom: 1.25rem;
	text-decoration: none;
}

.au-footer__logo {
	display: block;
	width: auto;
	max-width: 180px;
	max-height: 52px;
	height: auto;
}

.au-footer__logo--light {
	filter: brightness(0) invert(1);
}

.au-footer__site-name {
	display: inline-block;
	margin-bottom: 1rem;
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
}

.au-footer__tagline {
	margin: 0;
	color: #a0a0a0;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.au-footer__contact {
	margin: 1rem 0 0;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.au-footer__contact a {
	color: #c9c9c9 !important;
	text-decoration: none;
}

.au-footer__contact a:hover,
.au-footer__contact a:focus {
	color: #ffffff !important;
}

/* Navigation columns */
.au-footer__heading {
	margin: 0 0 1rem;
	color: #ffffff;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

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

.au-footer__menu li {
	margin: 0;
	padding: 0;
}

.au-footer__menu li + li {
	margin-top: 0.625rem;
}

.au-footer__menu a {
	display: inline-block;
	color: #c9c9c9 !important;
	font-size: 0.9375rem;
	line-height: 1.4;
	text-decoration: none;
	transition: color 0.2s ease;
}

.au-footer__menu a:hover,
.au-footer__menu a:focus {
	color: #ffffff !important;
	outline: none;
}

.au-footer__menu a.is-logout {
	color: #a8a8a8 !important;
}

.au-footer__menu a.is-logout:hover,
.au-footer__menu a.is-logout:focus {
	color: #ffffff !important;
}

/* Bottom bar */
.au-footer__bar {
	border-top: 1px solid #242424;
	background: #0a0a0a;
}

.au-footer__bar-inner {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	align-items: center;
}

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

.au-footer__copyright {
	margin: 0;
	color: #8c8c8c;
	font-size: 0.8125rem;
	line-height: 1.5;
	text-align: center;
}

@media (min-width: 768px) {
	.au-footer__copyright {
		text-align: left;
	}
}

.au-footer__legal-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.au-footer__legal-list {
		justify-content: flex-end;
	}
}

.au-footer__legal-list a {
	color: #8c8c8c !important;
	font-size: 0.8125rem;
	text-decoration: none;
}

.au-footer__legal-list a:hover,
.au-footer__legal-list a:focus {
	color: #ffffff !important;
}

.au-footer__legal-list li + li {
	margin: 0;
	padding: 0;
}

.au-footer__legal-list li:not(:last-child)::after {
	content: "·";
	margin-left: 0.85rem;
	color: #555555;
}

/* Hide legacy widget footer output if it appears elsewhere */
.site-footer.au-footer .footer-widgets,
.site-footer.au-footer .footer-info,
.site-footer.au-footer .footer-subscribe {
	display: none;
}
