.elementor-3929 .elementor-element.elementor-element-1228bd3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0af704b */footer {
    width: 100% !important;
    padding: 28px 48px;
    border-top: 0.5px solid #F0EBE5;
    background: #FAF7F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.14em;
    color: #2C1810 !important;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    font-size: 11px;
    color: #8C7B74;
    text-decoration: none;
    letter-spacing: 0.08em;
}

.footer-copy { font-size: 11px; color: #C9B5A8; letter-spacing: 0.05em; }

@media (max-width: 900px) {
    footer { padding: 24px; flex-direction: column; align-items: flex-start; }
}/* End custom CSS */