
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Lato:wght@300;400&display=swap');

.site-footer {
    background-color: #1a1a1a;
    color: #e0d6c8;
    padding: 30px 24px 0; /* Reduzido de 56px para 30px */
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.footer-inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.footer-brand {
    margin-bottom: 20px; /* Reduzido de 32px para 20px */
}

.footer-logo {
    max-height: 60px; /* Leve redução para proporcionalidade */
    width: auto;
    margin-bottom: 10px;
    /* Removido o filtro que invertia cores para garantir que a logo webp apareça corretamente */
}

.footer-tagline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem; /* Reduzido de 1.15rem */
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #c8a96e;
    line-height: 1.4;
    margin: 0;
}

.footer-info {
    margin-bottom: 25px; /* Reduzido de 40px para 25px */
    line-height: 1.6; /* Reduzido de 1.9 */
}

.footer-company-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #f0e8d8;
    margin: 0 0 2px;
}

.footer-info p {
    margin: 0;
    font-size: 0.8rem;
    color: #9a9080;
}

.footer-rule {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3a3228, transparent);
    border: none;
    margin: 0;
}

.footer-dev {
    padding: 10px 0 14px; /* Reduzido para ser mais discreto */
    font-size: 0.65rem;
    color: #555048;
}

.footer-dev a {
    color: #6e6458;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-dev a:hover {
    color: #c8a96e;
}