.site-footer { margin-top: 4rem; padding-block: 3rem; color: #fff; background: var(--cc-color-ink); }
.site-footer__inner { display: grid; grid-template-columns: minmax(18rem, 1.6fr) 1fr 1fr; align-items: start; gap: clamp(2rem, 5vw, 5rem); }
.site-footer__title { display: block; margin-bottom: .65rem; font-size: 1.45rem; }
.site-footer p { color: #bcc4ca; }
.site-footer__brand p { max-width: 29rem; }
.site-footer__location { font-size: .88rem; }
.site-footer nav strong { display: block; margin-bottom: .75rem; color: #fff; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: .45rem; }
.site-footer a { color: #dce1e4; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer__bottom { display: flex; grid-column: 1 / -1; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); padding-top: 1.25rem; color: #919ca4; font-size: .78rem; }
