/**
 * ฟุตเตอร์ GODDUCKS (inc_footer_new.php)
 * ใช้ตัวแปรภายใต้ .site-footer เพื่อไม่พึ่ง :root ของหน้า index
 */
.site-footer {
    --gd-gold-light: #e7cb97;
    --gd-cream: #f5efe6;
    --gd-yellow-main: #f5c518;
    --gd-brown-medium: #6b4226;
    margin-top: 28px;
    font-family: 'Kanit', 'Prompt', 'Sarabun', sans-serif;
}

.site-footer .footer-top-img,
.site-footer .footer-bottom-img {
    line-height: 0;
}

.site-footer .footer-top-img img,
.site-footer .footer-bottom-img img {
    width: 100%;
    display: block;
}

.site-footer .footer-main {
    background: linear-gradient(180deg, #5b3923 0%, #3e2716 100%);
    padding: 36px 0 18px;
}

.site-footer .footer-logo {
    max-width: 130px;
    margin-bottom: 12px;
}

.site-footer .footer-company-name {
    color: var(--gd-gold-light);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.site-footer .footer-title {
    color: #f6d89e;
    font-size: 1.08rem;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 6px;
}

.site-footer .footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--gd-yellow-main);
    border-radius: 2px;
}

.site-footer .footer-desc {
    color: var(--gd-cream);
    font-size: .95rem;
    line-height: 1.6;
    opacity: .95;
}

.site-footer .footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gd-cream);
    font-size: .95rem;
    line-height: 1.45;
    margin-bottom: 10px;
}

.site-footer .footer-contact-list li i {
    width: 28px;
    text-align: center;
    color: #f6d89e;
}

.site-footer .footer-hours p {
    color: var(--gd-cream);
    font-size: .95rem;
    line-height: 1.45;
    margin: 0;
}

.site-footer .footer-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.site-footer .social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gd-brown-medium);
    color: #f6d89e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    transition: transform .2s, background .2s;
    text-decoration: none;
}

.site-footer .social-link:hover {
    transform: translateY(-2px);
    background: var(--gd-yellow-main);
    color: #3a230f;
}

.site-footer .footer-copyright {
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-top: 12px;
    text-align: center;
}

.site-footer .footer-copyright p {
    color: #eddcc0;
    font-size: .85rem;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 576px) {
    .site-footer .footer-main {
        padding: 24px 0 14px;
    }

    .site-footer .footer-logo {
        max-width: 100px;
    }
}
