/* Footer V3 — Top hero row + 4-col bottom directory */
.ftr.v3 {

    /* Phone number — Figma 59px (default desktop is 49px) */
    .fnt_phn {
        --fnt-phn-s: 3.28rem;
    }

    /* Phone label + bottom-row col headings —
       Albert Sans 500 / 20px / uppercase / 0.2em letter-spacing */
    .fnt_t-k.cstm {
        --fnt-t-k-w: 500;
        --fnt-t-k-s: 1.11rem;
        --fnt-t-k-ls: 0.2em;
        --fnt-t-k-lh: 1;
    }

    /* "FOLLOW US" sub-label — Bold 14px / 0.0393em letter-spacing */
    .ftr-v3-follow.fnt_t-k.cstm {
        --fnt-t-k-w: 700;
        --fnt-t-k-s: 0.78rem;
        --fnt-t-k-ls: 0.0393em;
    }

    .ftr-v3-emer {
        color: var(--accent);
    }

    .ftr-v3-divider {
        border: none;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        margin-inline: 0;
    }

    /* Address + hours light-gray text */
    .ftr-v3-addr,
    .ftr-v3-hrs {
        color: #E5E7EB;
        font-size: 0.89rem;
        line-height: 1.625;
    }

    /* Yellow links (nav + Maps & Directions) */
    .ftr-v3-lk {
        color: var(--accent);
        font-size: 0.89rem;
    }

    a.ftr-v3-lk:where(:hover, :focus-visible) {
        opacity: 0.85;
    }

    /* Quick Links list — 12px between items */
    .ftr-v3-nav li + li {
        margin-top: 0.67rem;
    }
}
