/* Footer Container - 1324px Content Width */
.monger-footer {
    max-width: min(1324px, 100vw);
    margin: 0 auto;
    padding: 0 2rem;
    background-color: #ECEEEF;
    font-family: 'Agrandir', sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
  width: 100%;
}

.monger-footer-container {
    padding: 3rem 0 0;
}

/* Upper Section */
.monger-footer-upper {
  display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7rem;
    gap: 3rem;
}

/* Logo Section */
.monger-footer-logo-section {
    flex-shrink: 0;
}

.monger-footer-logo {
    max-height: 32px;
  width: auto;
  object-fit: contain;
    margin-bottom: 1rem;
}

.monger-footer-slogan {
    color: #3C4043;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 250px;
}

/* Navigation Columns */
.monger-footer-nav-columns {
  display: flex;
    gap: 3rem;
    flex: 1;
    justify-content: flex-end;
}

.monger-footer-nav-column {
  display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.monger-footer-nav-heading {
    color: #959BA1;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 0.5rem 0;
    text-transform: none;
}

.monger-footer-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
    gap: 0.5rem;
}

.monger-footer-nav-links li {
  margin: 0;
}

.monger-footer-nav-links a {
    color: #3C4043;
  text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.2s ease;
    display: block;
}

.monger-footer-nav-links a:hover {
    opacity: 0.7;
}

/* Lower Section */
.monger-footer-lower {
  display: flex;
    justify-content: space-between;
  align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(60, 64, 67, 0.1);
}

.monger-footer-copyright {
    color: #3C4043;
    font-size: 0.95rem;
}

.monger-footer-terms {
    color: #3C4043;
    font-size: 0.95rem;
}

.monger-footer-lower-left {
  display: flex;
    gap: 1.5rem;
  align-items: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .monger-footer-nav-columns {
        gap: 2rem;
  }
}

@media (max-width: 768px) {
    .monger-footer {
        padding: 0 1.25rem;
  }

    .monger-footer-container {
        padding: 1.75rem 0 0.875rem;
  }

    .monger-footer-upper {
        flex-direction: column;
        gap: 1.75rem;
    }

    .monger-footer-nav-columns {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1.75rem;
  }

    .monger-footer-nav-column {
        min-width: 140px;
  }

    .monger-footer-nav-title {
        font-size: 0.95rem;
        margin-bottom: 0.875rem;
    }

    .monger-footer-nav-links {
        gap: 0.75rem;
    }

    .monger-footer-nav-links a {
        font-size: 0.9rem;
    }

    .monger-footer-lower {
        flex-direction: column;
        gap: 0.875rem;
        align-items: flex-start;
        padding-top: 1.5rem;
    }

    .monger-footer-copyright,
    .monger-footer-terms {
        font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
    .monger-footer {
        padding: 0 1rem;
    }

    .monger-footer-container {
        padding: 1.5rem 0 0.75rem;
    }

    .monger-footer-upper {
        gap: 1.5rem;
    }

    .monger-footer-nav-columns {
        flex-direction: column;
        gap: 1.25rem;
    }

    .monger-footer-nav-column {
        min-width: 100%;
    }

    .monger-footer-nav-title {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .monger-footer-nav-links {
        gap: 0.65rem;
    }

    .monger-footer-nav-links a {
        font-size: 0.85rem;
    }

    .monger-footer-logo {
        height: 26px;
  }

    .monger-footer-lower {
        gap: 0.75rem;
        padding-top: 1.25rem;
    }

    .monger-footer-copyright,
    .monger-footer-terms {
        font-size: 0.8rem;
    }

    .monger-footer-lower-left {
        gap: 1rem;
    }
}

@media (max-width: 360px) {
    .monger-footer {
        padding: 0 0.875rem;
  }

    .monger-footer-container {
        padding: 1.25rem 0 0.65rem;
    }

    .monger-footer-upper {
        gap: 1.25rem;
    }

    .monger-footer-nav-columns {
        gap: 1rem;
    }

    .monger-footer-nav-title {
        font-size: 0.85rem;
        margin-bottom: 0.65rem;
    }

    .monger-footer-nav-links {
        gap: 0.6rem;
    }

    .monger-footer-nav-links a {
        font-size: 0.8rem;
    }

    .monger-footer-logo {
        height: 24px;
    }

    .monger-footer-lower {
        gap: 0.65rem;
        padding-top: 1rem;
    }

    .monger-footer-copyright,
    .monger-footer-terms {
        font-size: 0.75rem;
  }
}
