/* Diwa Studio branding override — footer text link (replaces vendor's Katsudoto SVG logo) */
.footer .footer-inner .footer-brand-text {
    font-family: var(--heading-family);
    font-size: calc(var(--body-text-size) + 6px);
    font-weight: 400;
    color: var(--text-primary);
    text-decoration: none;
    letter-spacing: 0.02em;
}

.footer .footer-inner .footer-brand-text:hover {
    text-decoration: underline;
}
