/* v32 — luxury serif display heading (font stack only, no color) */
.contact-luxury__title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

/* contact-glass — background image needs object-fit (no BS util) */
.contact-glass__bg-img {
    object-fit: cover;
}

/* contact-glass — frosted glass effect via backdrop-filter (no TW/BS equiv for BS builds) */
.contact-glass__panel {
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.google-map-with-top-ribbon-and-three-column-info-footer__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-with-top-ribbon-and-three-column-info-footer__iframe { min-height: 600px; } }

/* iframe-normalized */
.google-map-with-top-ribbon-and-three-column-info-footer__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-top-ribbon-and-three-column-info-footer__iframe {
        height: 600px;
        min-height: 600px;
    }
}


