.site-footer{
    width:100%;
    padding:24px 32px;
    background:#000;
    color:rgba(245,242,237,.52);
    text-align:center;
}

.site-footer__credit{
    font-size:.68rem;
    line-height:1.4;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.site-footer__credit span{
    display:inline-block;
    margin:0 .15em;
    color:#7a1b06;
}

.site-footer__credit a{
    color:inherit;
    text-decoration:none;
    transition:
        color .35s ease,
        opacity .35s ease;
}

.site-footer__credit a:hover{
    color:#f5f2ed;
}