/* ==============================
    Footer
============================== */
.site-footer {
    max-width: 430px;
    margin: 0 auto;
    background: #2c4a3f;
    color: #fff;
    padding: 3.2rem 2.4rem 1.6rem;
}
.footer-brand {
    text-align: center;
}
.footer-logo {
    width: 140px;
    margin: 0 auto 1.2rem;
}
.footer-tagline{
    font-size: 1.4rem;
    letter-spacing: .08em;
}
.footer-block {
    padding: 1.6rem 1.6rem;
    margin-bottom: 1.6rem;
}
.footer-list {
    display: grid;
    gap: .9rem;
}
.footer-list li {
    display: grid;
    grid-template-columns: 7.2rem 1fr;
    gap: .8rem;
    font-size: 1.4rem;
    line-height: 1.7;
}
.footer-map {
    margin-top: 8px;
    border-radius: 12px;
    overflow: hidden;
}
.footer-map iframe {
    width: 100%;
    height: 180px;
    border: 0;
    filter: grayscale(20%) contrast(95%);
}
.footer-v {
    color: rgba(255,255,255,.92);
}
.footer-v small {
    line-height: 1;
    display: block;
    opacity: .8;
}
.footer-v img {
    width: 80%;
}
.footer-cta {
    margin: 1.6rem 0 2.0rem;
    display: grid;
    gap: 10px;
}
.footer-btn {
    background-color: #fff;
    color: #2c4a3f;
}
.footer-note {
    text-align: center;
    font-size: 1.4rem;
    margin-top: .4rem;
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}
.footer-links a {
    font-size: 1.3rem;
    color: rgba(255,255,255,.80);
    text-decoration: underline;
}
.footer-copy {
    text-align: center;
    font-size: 1rem;
    opacity: .7;
}
