/* Musemind-style ToneMatch brand footer (Astra) */

.sca-tonematch-footer {
	background: #faf6ef;
	overflow: hidden;
	padding: clamp(1.5rem, 4vw, 3rem) clamp(0.75rem, 2vw, 1.5rem) 0;
	margin: 0;
}

.sca-tonematch-footer__link {
	display: block;
	text-decoration: none;
	color: #fff;
}

.sca-tonematch-footer__word {
    display: block;
    text-align: center;
    font-family: 'Syne', 'Onest', system-ui, sans-serif;
    font-weight: 800;
    font-size: 7rem;
    line-height: 0.78;
    color: #1a1410;
    user-select: none;
}

/* Full-bleed inside Astra's constrained footer container */
.site-footer .sca-tonematch-footer {
	width: 100vw;
	max-width: 1200px;
	margin: auto;
}

body.sca-has-brand-footer .site-footer {
	background: #faf6ef;
	border-top: none;
}

body.sca-has-brand-footer .site-primary-footer-wrap,
body.sca-has-brand-footer .site-below-footer-wrap {
	background: transparent;
}

body.sca-has-brand-footer .site-primary-footer-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.sca-has-brand-footer .site-primary-footer-wrap:empty,
body.sca-has-brand-footer .site-below-footer-wrap:empty {
	display: none;
}

body.sca-has-brand-footer .ast-footer-copyright,
body.sca-has-brand-footer .site-footer .footer-widget-area {
	color: rgba(255, 255, 255, 0.55);
}

body.sca-has-brand-footer .ast-footer-copyright a,
body.sca-has-brand-footer .site-footer .footer-widget-area a {
	color: rgba(255, 255, 255, 0.7);
}

body.sca-has-brand-footer .ast-footer-copyright a:hover,
body.sca-has-brand-footer .site-footer .footer-widget-area a:hover {
	color: #fff;
}
