/* Approved Travel South Dakota footer identity. */
.site-footer__south-dakota {
    width: min(100%, 225px);
    margin-top: 1.5rem;
}

.site-footer__travel-sd-logo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.site-footer__south-dakota p {
    margin: .7rem 0 0;
    color: #514b43;
    font-size: .64rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 720px) {
    .site-footer__south-dakota {
        width: min(100%, 210px);
    }
}


/* Reserve enough real width for Cloudflare's official 300px widget. */
@media (min-width: 901px) {
    .site-footer .site-footer__grid {
        grid-template-columns: minmax(185px, .72fr) minmax(375px, 1.5fr) minmax(320px, 1fr);
        gap: clamp(1.25rem, 2.25vw, 2.5rem);
    }

    .site-footer .site-footer__newsletter {
        grid-column: auto;
        min-width: 0;
        border-top: 0;
        border-left: 1px solid rgb(16 47 87 / 13%);
        padding: 0 0 0 clamp(1rem, 1.75vw, 1.75rem);
    }
}

@media (min-width: 721px) and (max-width: 900px) {
    .site-footer .site-footer__grid {
        grid-template-columns: minmax(210px, .8fr) minmax(0, 1.7fr);
    }

    .site-footer .site-footer__newsletter {
        grid-column: 1 / -1;
        border-top: 1px solid rgb(16 47 87 / 13%);
        border-left: 0;
        padding: 2rem 0 0;
    }
}

/* Centered production signature beneath the main footer columns. */
.site-footer__production-credit {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: clamp(1.75rem, 3vw, 2.5rem);
    text-align: center;
}

.site-footer__production-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.15rem;
}

.site-footer__production-credit a {
    display: block;
    line-height: 0;
}

.site-footer__production-credit img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.site-footer__createbee-mark {
    width: 145px;
}

.site-footer__ezatec-mark {
    width: 112px;
}

.site-footer__production-credit > p {
    max-width: 430px;
    margin: .8rem 0 0;
    color: #72695f;
    font-size: .6rem;
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 430px) {
    .site-footer__production-logos {
        gap: .85rem;
    }

    .site-footer__createbee-mark {
        width: 128px;
    }

    .site-footer__ezatec-mark {
        width: 98px;
    }

    .site-footer__production-credit > p {
        max-width: 310px;
    }
}
