.cp-site-footer{
    display:grid;
    grid-template-columns:auto minmax(180px,1fr) auto;
    align-items:center;
    justify-content:center;
    gap:14px 22px;
    width:100%;
    margin-top:72px;
    padding:22px max(20px,calc((100vw - 1280px)/2));
    border-top:1px solid rgba(255,255,255,.09);
    background:rgba(10,13,19,.82);
    color:#fff;
    text-align:left;
}

.cp-site-footer .footer-logo{
    width:62px;
    height:62px;
    object-fit:contain;
    filter:drop-shadow(0 0 18px rgba(212,175,55,.18));
}

.cp-site-footer h3,
.cp-site-footer p{margin:0}
.cp-site-footer h3{font-size:.95rem;letter-spacing:1.5px}
.cp-site-footer p{margin-top:3px;color:rgba(255,255,255,.55);font-size:.76rem}

.footer-contact{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    gap:8px 18px;
    justify-content:flex-end;
}

.footer-contact a{
    color:rgba(255,255,255,.68);
    font-size:.74rem;
    font-weight:800;
    text-decoration:none;
}

.footer-contact a:hover{color:#d4af37}

.cp-site-footer .footer-copy,
.cp-site-footer .footer-legal{
    grid-column:1/-1;
    justify-self:center;
    text-align:center;
}

.cp-site-footer .footer-copy{color:rgba(255,255,255,.48);font-size:.7rem}
.cp-site-footer a{color:inherit}
.cp-site-footer .footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px}
.cp-site-footer .footer-legal a{color:rgba(255,255,255,.58);font-size:.7rem;font-weight:750;text-decoration:none}
.cp-site-footer .footer-legal a:hover,
.cp-site-footer .footer-copy a:hover{color:#d4af37}

@media(max-width:760px){
    .cp-site-footer{grid-template-columns:auto minmax(0,1fr);padding:20px 16px}
    .footer-contact{grid-column:1/-1;justify-content:center;width:100%}
}
