/* ---------------------------------------------------------------------------
   Site footer (parts/footer.html → patterns/footer.php)
   Generic black footer: site title, footer nav, copyright.
--------------------------------------------------------------------------- */

.footer--section {
	padding: var(--wp--preset--spacing--large, 60px) var(--theme-content-padding, 15px);
}

.footer--container {
	max-width: var(--wp--style--global--wide-size, 1400px);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.footer--site-title {
	margin: 0;
	font-size: var(--wp--preset--font-size--h-5, 26px);
	font-weight: 600;
}

.footer--site-title a {
	color: inherit;
	text-decoration: none;
}

.footer--site-title a:hover,
.footer--site-title a:focus-visible {
	text-decoration: underline;
}

.footer--nav a {
	color: inherit;
}

.footer--copyright {
	margin: 0;
	font-size: 14px;
	opacity: .7;
}
