#pf-parla-footer {
    --pf-bg: #ffffff;
    --pf-accent: #e3a83b;
    --pf-primary: #9d4c13;
    --pf-text: #4a4a4a;
    --pf-heading: #1a1a1a;
    position: relative;
    z-index: 10;
    margin-top: -60px;
}
#pf-parla-footer * { box-sizing: border-box; }

#pf-parla-footer .pf-footer {
    background: none;
    position: relative;
    overflow: visible;
}
#pf-parla-footer .pf-footer::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--pf-accent), transparent);
}

#pf-parla-footer .pf-logo-section {
    text-align: center;
    padding: 120px 20px 40px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    position: relative;
    z-index: 100;
    background: linear-gradient(to bottom, transparent 60px, var(--pf-bg) 60px);
}
#pf-parla-footer .pf-logo {
    display: inline-block;
    margin-bottom: 16px;
    margin-top: -120px;
    position: relative;
    z-index: 101;
}
#pf-parla-footer .pf-logo img {
    max-width: 55%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,.15));
    position: relative;
    z-index: 200;
}
#pf-parla-footer .pf-tagline {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 20px;
    color: var(--pf-accent);
    margin: 0;
}

#pf-parla-footer .pf-main { padding: 60px 20px; background: var(--pf-bg); }
#pf-parla-footer .pf-container { max-width: 1200px; margin: 0 auto; }
#pf-parla-footer .pf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}
#pf-parla-footer .pf-column { text-align: center; }
#pf-parla-footer .pf-column-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--pf-heading);
    margin: 0 0 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
#pf-parla-footer .pf-column-title::before,
#pf-parla-footer .pf-column-title::after {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--pf-accent);
}

#pf-parla-footer .pf-contact-list { list-style: none; padding: 0; margin: 0; }
#pf-parla-footer .pf-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    text-align: left;
    justify-content: center;
}
#pf-parla-footer .pf-contact-icon {
    width: 20px;
    height: 20px;
    color: var(--pf-accent);
    flex-shrink: 0;
    margin-top: 2px;
}
#pf-parla-footer .pf-contact-icon svg { width: 100%; height: 100%; }
#pf-parla-footer .pf-contact-text {
    font-size: 15px;
    color: var(--pf-text);
    line-height: 1.6;
}
#pf-parla-footer .pf-contact-text a {
    color: var(--pf-text);
    text-decoration: none;
    transition: color .3s ease;
}
#pf-parla-footer .pf-contact-text a:hover { color: var(--pf-accent); }

#pf-parla-footer .pf-hours-list { list-style: none; padding: 0; margin: 0; }
#pf-parla-footer .pf-hours-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    font-size: 15px;
    color: var(--pf-text);
}
#pf-parla-footer .pf-hours-item:last-child { border-bottom: none; }
#pf-parla-footer .pf-hours-day { font-weight: 500; color: var(--pf-heading); }
#pf-parla-footer .pf-hours-time { color: var(--pf-accent); font-weight: 500; }

#pf-parla-footer .pf-social-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}
#pf-parla-footer .pf-social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pf-text);
    text-decoration: none;
    transition: all .3s ease;
}
#pf-parla-footer .pf-social-link:hover {
    background: var(--pf-accent);
    border-color: var(--pf-accent);
    color: #fff;
    transform: translateY(-3px);
}
#pf-parla-footer .pf-social-link svg {
    width: 18px;
    height: 18px;
}

#pf-parla-footer .pf-map {
    margin-top: 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
#pf-parla-footer .pf-map iframe {
    width: 100%;
    height: 180px;
    border: none;
    display: block;
}

#pf-parla-footer .pf-nav {
    padding: 30px 20px;
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: var(--pf-bg);
}
#pf-parla-footer .pf-nav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#pf-parla-footer .pf-nav-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--pf-heading);
    text-decoration: none;
    transition: color .3s ease;
    position: relative;
}
#pf-parla-footer .pf-nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--pf-accent);
    transition: width .3s ease;
}
#pf-parla-footer .pf-nav-link:hover { color: var(--pf-accent); }
#pf-parla-footer .pf-nav-link:hover::after { width: 100%; }

#pf-parla-footer .pf-copyright { padding: 24px 20px; text-align: center; background: var(--pf-bg); }
#pf-parla-footer .pf-copyright-text {
    font-size: 14px;
    color: var(--pf-text);
    margin: 0;
}


@media (max-width: 992px) {
    #pf-parla-footer .pf-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 500px;
        margin: 0 auto;
    }
    #pf-parla-footer .pf-contact-item {
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 600px) {
    #pf-parla-footer .pf-logo-section { padding: 120px 20px 30px; }
    #pf-parla-footer .pf-main { padding: 40px 20px; }
    #pf-parla-footer .pf-nav-list {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    #pf-parla-footer .pf-hours-item {
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
}
