/*
Theme Name: SILKPRADA Atelier
Theme URI: https://silkpradaatelier.com/
Author: SILKPRADA ATELIER
Description: Custom lightweight WordPress + WooCommerce theme for SILKPRADA ATELIER.
Version: 0.2.0
Requires at least: 6.5
Text Domain: silkprada-atelier
*/
/* Core styles are loaded from /assets/css/ by functions.php. */
/* SA footer contact fix */
.sa-footer__contact{
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: grid !important;
    justify-items: center;
    gap: 3px;
    margin-top: 28px;
    font-size: .86rem;
    font-weight: 600;
    line-height: 1.3;
}

.sa-footer__contact a{
    display: block;
    text-decoration: none;
    overflow-wrap: anywhere;
}
/* ==========================================
   SILKPRADA ATELIER — FOOTER MASTER
   ========================================== */

.sa-explore{
    background:linear-gradient(
        180deg,
        #9C9595 0%,
        #745050 34%,
        #582626 100%
    );
    color:#fff;
    text-align:center;
    padding:14px 0 28px;
}

.sa-explore__title{
    margin:0 0 18px;
    font-size:1.08rem;
}

.sa-explore__nav{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    font-size:1rem;
}

.sa-explore__nav a{
    color:#fff;
    text-decoration:none;
}

.sa-footer{
    margin:0;
    background:#939393;
    color:#582626;
}

.sa-footer__frame{
    padding:16px 12px 14px;
}

.sa-footer__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:4px;
    max-width:1760px;
    margin:0 auto;
    align-items:stretch;
}

.sa-footer__panel{
    min-width:0;
    padding:16px 16px 20px;
    background:#FFF8FF;
    border:1px solid rgba(88,38,38,.12);
    border-radius:22px 22px 0 0;
}

.sa-footer__heading{
    margin:0 0 20px;
    text-align:center;
    font-family:"Marcellus", Georgia, serif;
    font-size:1.22rem;
    line-height:1.15;
    font-weight:400;
    color:#582626;
}

.sa-footer__links{
    margin:0;
    padding:0;
    list-style:none;
    display:grid;
    gap:6px;
    font-size:1rem;
    line-height:1.32;
}

.sa-footer__links a{
    display:inline-block;
    text-decoration:none;
    color:#582626;
}

.sa-footer__links a:hover{
    text-decoration:underline;
    text-underline-offset:4px;
}

.sa-footer__contact{
    position:static !important;
    display:block !important;
    margin-top:30px;
    text-align:center;
    font-size:.86rem;
    font-weight:600;
    line-height:1.45;
}

.sa-footer__contact a{
    display:block;
    text-decoration:none;
    overflow-wrap:anywhere;
}

.sa-footer__bottom{
    background:#fff;
    border-top:1px solid #eee;
}

.sa-footer__bottom-inner{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.sa-footer__bottom p{
    margin:0;
    font-size:.82rem;
}

.sa-footer__language a{
    text-decoration:none;
    font-weight:600;
    letter-spacing:.06em;
}

@media (max-width:1100px){
    .sa-footer__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px;
    }
}

@media (max-width:640px){
    .sa-explore{
        padding:16px 0 22px;
    }

    .sa-explore__nav{
        gap:8px 10px;
        font-size:.95rem;
    }

    .sa-explore__nav span{
        display:none;
    }

    .sa-footer__frame{
        padding:10px;
    }

    .sa-footer__grid{
        grid-template-columns:1fr;
        gap:8px;
    }

    .sa-footer__panel{
        padding:18px;
        border-radius:18px;
    }

    .sa-footer__heading{
        text-align:left;
        margin-bottom:12px;
    }

    .sa-footer__contact{
        text-align:left;
        margin-top:22px;
    }

    .sa-footer__bottom-inner{
        align-items:flex-start;
        flex-direction:column;
        padding-block:14px;
        gap:6px;
    }
}