/**
 * Amrod-style footer
 */

#colophon.site-footer.amrod-footer-active #footer.amrod-footer {
	border-top: none;
	background: #2b2b2b;
	color: #d8d8d8;
	border-bottom: none;
}

.amrod-footer__main {
	padding: 3rem 0 2.5rem;
}

.amrod-footer__grid {
	display: grid;
	grid-template-columns: minmax(200px, 1.4fr) repeat(3, minmax(140px, 1fr));
	gap: 2rem 2.5rem;
	align-items: start;
}

@media (max-width: 991px) {
	.amrod-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amrod-footer__brand {
		grid-column: 1 / -1;
	}
}

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

.amrod-footer__logo .logo-wrap,
.amrod-footer__logo .amrod-site-logo {
	margin-bottom: 1.25rem;
}

.amrod-footer__logo .custom-logo-link,
.amrod-footer__logo img.custom-logo {
	display: inline-block;
	max-height: 56px;
	width: auto;
	height: auto;
	filter: none;
}

.amrod-footer__logo h3 {
	margin: 0;
	font-size: 1.35rem;
}

.amrod-footer__logo .site-title {
	color: #fff;
	text-decoration: none;
}

.amrod-footer__social-hint {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.45;
	color: #9a9a9a;
	max-width: 220px;
}

.amrod-footer__site-name {
	display: inline-block;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	margin-bottom: 1.25rem;
}

.amrod-footer__heading {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 1rem;
}

.amrod-footer__connect {
	margin-top: 1.5rem;
}

.amrod-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.amrod-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.amrod-footer__social a:hover,
.amrod-footer__social a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

.amrod-footer__social i {
	font-size: 1rem;
	line-height: 1;
}

.amrod-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.amrod-footer__links li {
	margin: 0 0 0.55rem;
	padding: 0;
}

.amrod-footer__links li::after {
	display: none;
}

.amrod-footer__links a {
	color: #c8c8c8;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.45;
	transition: color 0.15s ease;
}

.amrod-footer__links a:hover,
.amrod-footer__links a:focus-visible {
	color: #fff;
}

.amrod-footer__note {
	background: #242424;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1.25rem 0;
}

.amrod-footer__note p {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.55;
	color: #9a9a9a;
	max-width: 960px;
}

.amrod-footer__note strong {
	color: #b5b5b5;
	font-weight: 600;
}

#colophon.site-footer.amrod-footer-active .site_info {
	background: #1f1f1f;
	padding: 1.25rem 0 1.5rem;
	text-align: center;
}

#colophon.site-footer.amrod-footer-active .site_info .dev_info {
	display: none;
}

#colophon.site-footer.amrod-footer-active .amrod-footer__copyright {
	color: #9a9a9a;
	font-size: 0.85rem;
	letter-spacing: 0.02em;
}

#colophon.site-footer.amrod-footer-active #backToTop {
	opacity: 0.85;
}
