/* Footer newsletter */
.site-footer .footer-newsletter .wp-block-heading {
    padding: max(32px, 1.875vw) var(--m-md) 0;
    mask: url(../img/mask-footer-newsletter.svg) no-repeat center/100% 100%;
    -webkit-mask: url(../img/mask-footer-newsletter.svg) no-repeat center/100% 100%;
    mask-type: alpha;
    background-color: var(--olive);
    color: var(--beige);
    margin: 0;
    text-wrap: balance;
    text-transform: none;
}

.site-footer .footer-newsletter form {
    padding: max(32px, 1.875vw) var(--grid-gap);
    margin: -1px auto 0;
    gap: max(32px, 1.875vw);
}

.site-footer .footer-newsletter form input[type="email"] {
    font-family: "Martian Mono";
    font-size: var(--fs-25);
    line-height: 1.2;
    letter-spacing: 0;
    padding: .68em .8em;
    border-radius: 100vmin;
    max-width: 100%;
    width: max(128px, 20vw);
    min-width: 24ch;
    border: 0 none;
}

.site-footer .footer-newsletter form input[type="email"]::placeholder {
    opacity: 1;
    color: var(--brown);
}

.site-footer .footer-newsletter form .underline-btn {
    color: var(--white);
}

/* Footer main */
.site-footer .footer-main {
    padding: var(--m-lg) 0 var(--m-md);
}

.site-footer .footer-main .footer-address {
    grid-area: 1/3/1/span 4;
}

.site-footer .footer-main .anno-1411 {
    grid-area: 1/7/span 2/span 2;
    display: block;
    width: max(128px, 10.46875vw);
    aspect-ratio: 268/280;
    mask: url(../img/anno-1411.svg) no-repeat center/contain;
    -webkit-mask: url(../img/anno-1411.svg) no-repeat center/contain;
    background: currentColor;
    z-index: 1;
}

.site-footer .footer-main .footer-contact {
    grid-area: 1/9/1/span 4;
}

.site-footer .footer-main .footer-nav {
    grid-area: 2/3/2/span 10;
    margin-top: var(--m-sm);
}

.site-footer .footer-main .footer-nav .menu {
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    grid-column-gap: var(--m-sm);
}

.site-footer .footer-main .footer-nav .menu li:nth-child(1) {
    grid-column: 1;
}

.site-footer .footer-main .footer-nav .menu li:nth-child(2) {
    grid-column: 2;
}

.site-footer .footer-main .footer-nav .menu li:nth-child(3) {
    grid-column: 4;
}

.site-footer .footer-main .footer-nav .menu li:nth-child(4) {
    grid-column: 5;
}

.site-footer .footer-main .footer-nav .menu::before {
    content: "";
    grid-column: 3;
    width: 100%;
}

/* Bottom bar */
.site-footer .footer-bottom-bar {
    padding: max(16px, .9375vw) 0;
}

.site-footer .footer-bottom-bar .footer-copyright {
    grid-column: 3/span 4;
}

.site-footer .footer-bottom-bar .footer-copyright .nill {
    display: block;
    height: 1.25em;
    aspect-ratio: 33/23;
    mask: url(../img/nill.svg) no-repeat center/contain;
    -webkit-mask: url(../img/nill.svg) no-repeat center/contain;
    background: currentColor;
    margin-bottom: -.25em;
}

.site-footer .footer-bottom-bar .footer-copyright .dot {
    margin-bottom: 0;
}

.site-footer .footer-bottom-bar .footer-social {
    grid-column: 7/span 2;
}

.site-footer .footer-bottom-bar .footer-social .icon.social {
    display: block;
    height: 1em;
    aspect-ratio: 22/25;
    background: currentColor;
}

.site-footer .footer-bottom-bar .footer-social .icon.social.instagram {
    mask: url(../img/icon-instagram.svg) no-repeat center/contain;
    -webkit-mask: url(../img/icon-instagram.svg) no-repeat center/contain;
}

.site-footer .footer-bottom-bar .footer-social .icon.social.facebook {
    mask: url(../img/icon-facebook.svg) no-repeat center/contain;
    -webkit-mask: url(../img/icon-facebook.svg) no-repeat center/contain;
}

.site-footer .footer-bottom-bar .footer-legal-nav {
    grid-area: 1/9/1/span 4;
}

.site-footer .footer-bottom-bar .footer-legal-nav .menu {
    display: flex;
}

.site-footer .footer-bottom-bar .footer-legal-nav .menu li {
    display: flex;
    align-items: center;
}

.site-footer .footer-bottom-bar .footer-legal-nav .menu li:not(:last-child)::after {
    content: "";
    display: block;
    width: 8px;
    aspect-ratio: 1/1;
    background: currentColor;
    border-radius: 100%;
    margin: 0 var(--m-xs);
}

@media (max-width: 1499.98px) {
    .site-footer .footer-main .footer-address {
        grid-area: 1/2/1/span 5;
    }

    .site-footer .footer-main .footer-contact {
        grid-area: 1/9/1/span 5;
    }

    .site-footer .footer-main .footer-nav {
        grid-area: 2/2/2/span 12;
    }

    .site-footer .footer-bottom-bar .footer-copyright {
        grid-column: 2/span 4;
    }

    .site-footer .footer-bottom-bar .footer-social {
        grid-column: 6/span 4;
    }

    .site-footer .footer-bottom-bar .footer-legal-nav {
        grid-area: 1/10/1/span 4;
    }
}

@media (max-width: 991.98px) {
    .site-footer .footer-main {
        grid-row-gap: var(--m-md);
    }

    .site-footer .footer-main .anno-1411 {
        grid-area: 1/2/1/span 12;
    }

    .site-footer .footer-main .footer-address {
        grid-area: 2/2/2/span 12;
        text-align: center;
    }

    .site-footer .footer-main .footer-contact {
        grid-area: 3/2/3/span 12;
        align-items: center;
    }

    .site-footer .footer-main .footer-nav {
        grid-area: 4/2/4/span 12;
        margin-top: 0;
    }

    .site-footer .footer-main .footer-nav .menu {
        display: flex;
        justify-content: center;
        gap: var(--m-sm);
    }

    .site-footer .footer-main .footer-nav .menu::before {
        content: none;
    }

    .site-footer .footer-bottom-bar {
        grid-row-gap: var(--m-sm);
        padding: var(--m-sm) 0;
    }

    .site-footer .footer-bottom-bar .footer-social {
        grid-area: 1/2/1/span 12;
    }

    .site-footer .footer-bottom-bar .footer-legal-nav {
        grid-area: 2/2/2/span 12;
        justify-self: center;
    }

    .site-footer .footer-bottom-bar .footer-copyright {
        grid-area: 3/2/3/span 12;
        justify-self: center;
    }
}

@media (max-width: 575.98px) {
    .site-footer .footer-newsletter form input[type="email"] {
        min-width: 20ch;
    }

    .site-footer .footer-main .footer-nav .menu {
        flex-direction: column;
        align-items: center;
    }

    .site-footer .footer-main .footer-nav .menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--grid-gap) var(--m-sm);
    }

    .site-footer .footer-main .footer-nav .menu li {
        justify-self: center;
        grid-column: unset !important;
    }

    .site-footer .footer-bottom-bar .footer-copyright {
        flex-direction: column-reverse;
        grid-row-gap: var(--m-xs);
        text-align: center;
    }

    .site-footer .footer-bottom-bar .footer-legal-nav .menu {
        align-items: center;
        gap: .5em;
    }

    .site-footer .footer-bottom-bar .footer-legal-nav .menu {
        gap: 0;
    }

    .site-footer .footer-bottom-bar .footer-legal-nav .menu li:not(:last-child)::after {
        margin: 0 12px;
    }
}