/* v28 — expand form slide-down (no BS util for max-height animation) */
.contact-iggrid__form {
    animation: iggrid-expand 0.2s ease-out;
}

@keyframes iggrid-expand {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

