.site-footer {
    background: #010d1f;
    color: #fff;
    padding: 80px 0 40px;
    /* border-top: 1px solid rgba(197, 155, 95, 0.25); */
}

.footer-top {
    padding-bottom: 70px;
}


.footer-logo {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: transform .2s ease;
}


.footer-tagline {
    font-family: "Newsreader", Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.25;
    color: rgba(255,255,255,.95);
    max-width: 35ch;
    margin-top: 20px;
}

.site-footer h6 {
    font-size: 11px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: 24px;
    font-weight: 500;
}

.footer-link {
    display: block;
    color: rgba(255,255,255,.85);
    text-decoration: none;
    font-size: 17px;
    line-height: 2;
    transition: .3s;
}

.footer-link:hover {
    color: #fff;
    transform: translateX(3px);
}

.footer-areas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.footer-bottom {
    border-top: 1.5px solid rgba(255, 255, 255, 0.5);
    padding-top: 35px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-copyright {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace;
}

.footer-legal {
    display: flex;
    gap: 24px;
}

.footer-legal a {
    color: rgba(255,255,255,.85);
    text-decoration: none;
    font-size: 14px;
}

.footer-legal a:hover {
    color: #fff;
}
@media (max-width: 991px) {

    .footer-brand {
        margin-bottom: 30px;
    }
    .footer-top {
        row-gap: 40px;
    }
    .footer-tagline {
        font-size: 1.75rem;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-tag-line {
      height: 2px;
      position:relative;
    }
    .ff-display {
      position: relative;
    }
    .ff-mono {
      position: relative;
    }
}

@media (max-width: 767px) {

    .site-footer {
        padding: 60px 0 30px;
    }

    .footer-tagline {
        font-size: 1.5rem;
    }

    .footer-areas {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-link {
        font-size: 15px;
    }

    .footer-copyright {
        letter-spacing: .1em;
        line-height: 1.8;
    }
}