.site-footer-nav a {
    color: #ccc;
    margin-right: 1.2rem;
    font-size: 0.9rem;
    text-decoration: none;
}

.site-footer-nav a:hover {
    color: #fff;
}

.highlight-link {
    color: #ffd27f;          /* warm gold accent */
    font-weight: 600;        /* subtle emphasis */
}

.highlight-link:hover {
    color: #ffe8b3;          /* lighter gold on hover */
}