/* =============================================================================
   LibParl v3 — footer-style.css
   ============================================================================= */

.lp-footer {
    background: #111;
    color: rgba(255,255,255,0.65);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

/* Top section */
.lp-footer__top {
    max-width: 1200px; margin: 0 auto;
    padding: 52px 28px 44px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}
@media (max-width: 900px) {
    .lp-footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
    .lp-footer__top { grid-template-columns: 1fr; gap: 28px; }
}

/* Brand */
.lp-footer__brand { display: flex; flex-direction: column; gap: 16px; }

.lp-footer__brand-id { display: flex; align-items: center; gap: 12px; }

.lp-footer__logo {
    height: 32px; width: auto; display: block;
    border-radius: 4px; opacity: 0.85;
}
.lp-footer__logo-ph {
    width: 32px; height: 32px; border-radius: 6px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    flex-shrink: 0;
}

.lp-footer__prefix {
    font-size: 10px; color: rgba(255,255,255,0.35);
    font-family: 'Open Sans', sans-serif;
    font-weight: 500; margin-bottom: 1px;
}
.lp-footer__name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px; font-weight: 800; color: #fff;
    letter-spacing: -0.02em; line-height: 1.2;
}
.lp-footer__riding {
    font-size: 11px; color: var(--lp-accent);
    font-weight: 700; letter-spacing: 0.06em;
    text-transform: uppercase; margin-top: 2px;
}
.lp-footer__mp-for {
    font-size: 11px; color: rgba(255,255,255,0.35);
    font-weight: 400; margin-top: 2px;
    font-family: 'Open Sans', sans-serif;
}

.lp-footer__email {
    display: inline-flex; align-items: center; gap: 7px;
    color: rgba(255,255,255,0.5); text-decoration: none;
    font-size: 12px; transition: color 0.15s;
}
.lp-footer__email:hover { color: #fff; }

.lp-footer__social { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-footer__social-link {
    display: flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 7px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    transition: background 0.15s, border-color 0.15s;
}
.lp-footer__social-link:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); }
.lp-footer__social-link img {
    height: 14px; width: auto;
    filter: brightness(0) invert(1); opacity: 0.6;
}
.lp-footer__social-link:hover img { opacity: 1; }

/* Offices */
.lp-footer__office { display: flex; flex-direction: column; gap: 8px; }

.lp-footer__office-label {
    font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.3);
    text-transform: uppercase; letter-spacing: 0.1em;
    padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.07);
    margin-bottom: 2px;
}

.lp-footer__office-addr {
    font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.7;
}

.lp-footer__office-contact {
    display: flex; flex-direction: column; gap: 3px;
    font-size: 12px; margin-top: 2px;
}
.lp-footer__office-contact a,
.lp-footer__office-contact span {
    color: rgba(255,255,255,0.5); text-decoration: none; line-height: 1.5;
}
.lp-footer__office-contact a:hover { color: #fff; }

.lp-footer__office-map {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 11px; font-weight: 600; color: var(--lp-accent);
    text-decoration: none; margin-top: 2px;
}
.lp-footer__office-map:hover { text-decoration: underline; }

/* Hours */
.lp-footer__hours { margin-top: 4px; }
.lp-footer__hours summary {
    font-size: 11px; color: rgba(255,255,255,0.35);
    cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 4px;
    user-select: none;
}
.lp-footer__hours summary::-webkit-details-marker { display: none; }
.lp-footer__hours summary::after { content: '›'; transition: transform 0.2s; font-size: 14px; }
.lp-footer__hours[open] summary::after { transform: rotate(90deg); }
.lp-footer__hours-grid {
    display: grid; grid-template-columns: auto 1fr;
    gap: 3px 12px; margin-top: 8px;
}
.lp-footer__hours-day  { font-size: 11px; color: rgba(255,255,255,0.3); }
.lp-footer__hours-time { font-size: 11px; color: rgba(255,255,255,0.5); }

/* Bottom bar */
.lp-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
}
.lp-footer__bottom-inner {
    max-width: 1200px; margin: 0 auto;
    padding: 16px 28px;
    display: flex; align-items: center;
    justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.lp-footer__copy {
    font-size: 11px; color: rgba(255,255,255,0.25);
}
.lp-footer__bottom-links { display: flex; gap: 16px; }
.lp-footer__bottom-link {
    font-size: 11px; color: rgba(255,255,255,0.25);
    text-decoration: none; transition: color 0.15s;
}
.lp-footer__bottom-link:hover { color: rgba(255,255,255,0.6); }
.lp-footer__hoc { opacity: 0.2; }
.lp-footer__hoc img { height: 20px; width: auto; filter: brightness(0) invert(1); }
/* =============================================================================
   Mobile refinements — single-column footer needed hierarchy, not just
   stacking: dividers between office blocks, tighter rhythm, centered
   bottom bar.
   ============================================================================= */
@media (max-width: 560px) {
    .lp-footer__top { padding: 40px 20px 32px; gap: 0; }
    .lp-footer__brand { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 24px; }
    .lp-footer__office { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 22px; }
    .lp-footer__office:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .lp-footer__office-label { font-size: 11px; }
    .lp-footer__bottom-inner { flex-direction: column; text-align: center; gap: 10px; padding: 18px 20px; }
    .lp-footer__social { justify-content: flex-start; }
}