/* 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;
}

.google-map-with-tagline-quote-and-minimal-design__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-with-tagline-quote-and-minimal-design__iframe { min-height: 600px; } }

/* iframe-normalized */
.google-map-with-tagline-quote-and-minimal-design__iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-with-tagline-quote-and-minimal-design__iframe {
        height: 600px;
        min-height: 600px;
    }
}


