/* Footer */
.site-footer {
    background-color: #fff;
    padding: 2rem 0;
    border-top: 1px solid var(--color-sand);
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    color: var(--color-ocean);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
}