/**
 * Antonia Scrubs Footer Styles
 * Based on Royce Lingerie design
 * 
 * @package Understrap
 */

/* ========== Retail Partners Section ========== */
.retailpartnerswrap {
    background: #f5f5f5;
    padding: 50px 40px;
    text-align: center;
}

.retailpartnerswrap h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

.retailpartnerswrap > p {
    font-size: 14px;
    color: #666;
    margin: 0 0 30px 0;
}

.retailpartnerswrap > p a {
    color: #333;
    text-decoration: underline;
    font-weight: 500;
}

.retailpartnerswrap > p a:hover {
    color: #0e5f76;
}

/* Partner Logos (text-based like Royce) */
.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.partner-logo {
    font-size: 26px;
    color: #999;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

.partner-logo:hover {
    color: #666;
}

/* VITALIS - elegant with decorative V */
.partner-vitalis {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.partner-vitalis .v-letter {
    font-family: "Georgia", serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    margin-right: -2px;
}

.partner-vitalis .dot {
    color: #0e5f76;
    font-weight: 700;
}

/* LuxCare - luxury script mix */
.partner-luxcare {
    font-family: "Georgia", serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
}

.partner-luxcare em {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Eleanor & Rose - classic with decorative ampersand */
.partner-eleanor {
    font-family: "Georgia", serif;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
}

.partner-eleanor .ampersand {
    font-family: "Georgia", serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    margin: 0 5px;
}

/* ========== Main Footer ========== */
.antonia-footer {
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

/* ========== Footer Navigation ========== */
.footer-nav-wrap {
    padding: 25px 40px;
    border-bottom: 1px solid #e0e0e0;
}

.footer-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-menu li a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.footer-nav-menu li a:hover {
    color: #0e5f76;
}

/* ========== Footer Bottom ========== */
.footer-bottom-wrap {
    padding: 20px 40px;
}

.footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Social Icons */
.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-social a {
    color: #999;
    transition: color 0.2s;
}

.footer-social a:hover {
    color: #666;
}

.footer-social svg {
    display: block;
}

/* Header-style Icons (Cart, Account, Search) */
.footer-header-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-header-icons a {
    color: #999;
    transition: color 0.2s;
}

.footer-header-icons a:hover {
    color: #666;
}

.footer-header-icons svg {
    display: block;
}

/* Payment Methods (text-based like Royce) */
.footer-payment {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-payment span {
    font-size: 13px;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-payment .payment-visa {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
}

.footer-payment .payment-mastercard {
    font-size: 12px;
}

.footer-payment .payment-applepay {
    font-size: 13px;
}

.footer-payment .payment-applepay .apple-icon::before {
    content: "";
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    margin-right: 1px;
}

.footer-payment .payment-gpay {
    font-size: 13px;
    font-weight: 500;
}

.footer-payment .payment-klarna {
    font-size: 14px;
    font-weight: 600;
}

/* Copyright */
.footer-copyright {
    text-align: right;
}

.footer-copyright p {
    font-size: 11px;
    color: #999;
    margin: 0;
}

/* ========== Responsive ========== */
@media (max-width: 991px) {
    .retailpartnerswrap {
        padding: 40px 20px;
    }
    
    .retailpartnerswrap .image-grid {
        gap: 40px;
    }
    
    .footer-nav-wrap {
        padding: 20px;
    }
    
    .footer-nav-menu {
        gap: 8px 20px;
    }
    
    .footer-bottom-wrap {
        padding: 20px;
    }
    
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-copyright {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .retailpartnerswrap h3 {
        font-size: 20px;
    }
    
    .retailpartnerswrap .image-grid {
        gap: 30px;
    }
    
    .retailpartnerswrap .image-grid img {
        max-height: 30px;
    }
    
    .footer-nav-menu li a {
        font-size: 11px;
    }
}
