/* Footer Styles */
.site-footer {
    padding: 24px 0;
    text-align: center;
    font-size: 0.75rem;
    color: #AAA69D; /* --text-secondary */
}
.site-info a {
    color: #B89A6A; /* --accent */
    text-decoration: none;
}
.site-info a:hover {
    text-decoration: underline;
}
