.footer {
    background-color: #F5F0E6;
    border-top: 2px solid #442b20;
    padding: 6rem 0rem 0 0rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem;
}

.footer-section {
    text-align: center;
    min-width: 200px;
}

.footer-heading {
    color: #442b20;
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #442b20;
    margin-bottom: 1rem;
    display: inline-block;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 0.5rem;
    font-family: "Xanh Mono", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #442b20;
}

.footer-section a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #C4B6D2;
}

/* Full-width bottom bar */
.footer-bottom-bar {
    background-color: #C4B6D2;
    margin-left: calc(-50vw + 50%);
    text-align: center;
    padding: 16px 0;
    margin-top: 3rem;
}

.footer-tagline {
    margin: 0;
    font-family: "Philosopher", sans-serif;
    font-size: 1.2rem;
    color: white;
}

.logo {
    height: 60px;
    scale: 1.6;
}