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

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