.site-footer {
    margin-top: 5rem;
    color: #eaf3f1;
    background: #0e1b25;
    border-top: 4px solid #ea6a2a;
}

.site-footer__inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 3.5rem 0 2.5rem;
    display: grid;
    grid-template-columns: minmax(220px, 1.15fr) minmax(220px, 1fr) minmax(210px, .9fr) minmax(160px, .7fr);
    gap: 2.5rem;
    align-items: start;
}

.site-footer__brand {
    display: inline-flex;
    max-width: 250px;
    align-items: center;
}

.site-footer__brand img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 92px;
    object-fit: contain;
    object-position: left center;
}

.site-footer__eyebrow {
    margin: 0 0 .7rem;
    color: #f18a4c;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer__copy p:not(.site-footer__eyebrow) {
    max-width: 290px;
    margin: 0;
    color: #b9c9ce;
    line-height: 1.65;
}

.site-footer__title {
    margin: 0 0 .9rem;
    color: #fff;
    font-size: 1rem;
}

.site-footer__contact,
.site-footer__links {
    display: grid;
    gap: .65rem;
}

.site-footer a {
    color: #dce9e8;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #f5a36d;
}

.site-footer__contact a,
.site-footer__links a {
    display: inline-flex;
    gap: .55rem;
    align-items: center;
}

.site-footer__contact a {
    font-weight: 700;
}

.site-footer__contact i,
.site-footer__links i {
    width: 1.15rem;
    color: #f18a4c;
    text-align: center;
}

.site-footer__bottom {
    border-top: 1px solid rgba(220, 233, 232, .16);
}

.site-footer__bottom-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #8fa6ac;
    font-size: .82rem;
}

.site-footer__bottom-inner p { margin: 0; }

@media (max-width: 900px) {
    .site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .site-footer__inner { grid-template-columns: 1fr; padding: 2.75rem 0 2rem; gap: 2rem; }
    .site-footer__brand { max-width: 235px; }
    .site-footer__bottom-inner { align-items: flex-start; flex-direction: column; }
}
