/* v33 — brutalist title: heavy condensed font (no color) */
.contact-brutalist__title {
    font-stretch: condensed;
}

/* v33 — offset shadow box: position + transform only (color on element via class in Blade) */
.contact-brutalist__shadow {
    position: absolute;
    inset: 0;
    transform: translate(8px, 8px);
    z-index: 0;
    border-width: 4px;
    border-style: solid;
    border-color: var(--bs-primary);
}

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

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

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


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

