.site-footer {
    position: relative;
    overflow: hidden;
}

.site-footer .footer-grid,
.site-footer .footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-signature {
    position: absolute;
    z-index: 0;
    width: 470px;
    max-width: none;
    right: -115px;
    bottom: -155px;
    opacity: .075;
    filter: invert(1);
    pointer-events: none;
    user-select: none;
}

.page-hero::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    left: -105px;
    bottom: -145px;
    background: url('../images/makayram-signature-motif.png') center / contain no-repeat;
    opacity: .055;
    transform: rotate(-12deg);
    pointer-events: none;
}

.instagram-section {
    position: relative;
    isolation: isolate;
}

.instagram-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 275px;
    height: 275px;
    left: -185px;
    top: 38px;
    background: url('../images/makayram-signature-motif.png') center / contain no-repeat;
    opacity: .035;
    transform: rotate(20deg);
    pointer-events: none;
}

.intro-strip .container::before,
.intro-strip .container::after {
    content: "✦";
    color: var(--sage-dark);
    font-size: 9px;
    opacity: .7;
}

@media (max-width: 800px) {
    .footer-signature {
        width: 360px;
        right: -150px;
        bottom: -105px;
        opacity: .06;
    }

    .page-hero::before {
        width: 240px;
        height: 240px;
        left: -100px;
        bottom: -110px;
    }

    .instagram-section::before { display: none; }
}

@media (max-width: 600px) {
    .footer-signature {
        width: 280px;
        right: -135px;
        bottom: -55px;
    }

    .intro-strip .container::before,
    .intro-strip .container::after { display: none; }
}
