/* v34 — background image needs object-fit (no BS utility) */
.contact-spotlight__img {
    object-fit: cover;
}

/* v34 — glass card backdrop blur (no BS utility) */
.contact-spotlight__card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* v34 — readable placeholders on dark glass inputs (BS has no placeholder utility) */
.contact-spotlight__field::placeholder,
.contact-spotlight__field::-webkit-input-placeholder {
    color: rgba(var(--bs-white-rgb), 0.55);
    opacity: 1;
}

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

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

/* contact-split — full-height image needs object-fit (no BS util) */
.contact-split__img {
    object-fit: cover;
    min-height: 16rem;
    max-height: 28rem;
}

/* contact-split — icon cell size (TW rounded padding has no fixed-size BS util) */
.contact-split__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

