/* v25 — full-bleed bg image needs object-fit (no BS util) */
.contact-fullbleed__bg-img {
    object-fit: cover;
    object-position: center;
}

/* v25 — backdrop blur on glass card (no BS util) */
.contact-fullbleed__card {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

/* v25 — placeholder opacity (decorative only, no color value) */
.contact-fullbleed__input::placeholder {
    opacity: 0.5;
}

.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;
}

