@charset "UTF-8";
/*
 * Estrel Tower — Map (Google Maps embed with click-to-load privacy layer)
 * Figma 682:411 / Mask group  (1920 × 822, full-bleed)
 */

.estrel-map {
    container-type: inline-size;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #14172D;
}

.estrel-map__frame {
    --u: calc(100cqi / 1920);
    width: 100%;
    aspect-ratio: 1920 / 822;
    position: relative;
    background: #d9d9d9;
    overflow: hidden;
}

.estrel-map__placeholder,
.estrel-map__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.estrel-map__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.estrel-map__static {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.estrel-map__consent {
    position: relative;
    z-index: 1;
    background: rgba(20, 23, 45, 0.78);
    color: #FEF5EC;
    padding: calc(40 * var(--u)) calc(56 * var(--u));
    border-radius: calc(8 * var(--u));
    text-align: center;
    max-width: calc(560 * var(--u));
    backdrop-filter: blur(4px);
}

.estrel-map__consent-text {
    font-family: 'Söhne', sans-serif;
    font-weight: 400;
    font-size: calc(18 * var(--u));
    line-height: calc(27 * var(--u));
    margin: 0 0 calc(24 * var(--u));
    color: #FEF5EC;
}

.estrel-map__consent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(44 * var(--u));
    padding: 0 calc(28 * var(--u));
    border-radius: calc(41.5 * var(--u));
    background: #FED3CD;
    color: #14172D;
    border: 0;
    cursor: pointer;
    font-size: calc(19 * var(--u));
    line-height: 1;
    letter-spacing: 0.11em;
    transition: opacity .15s ease;
}

.estrel-map__consent-btn:hover { opacity: .85; }

.estrel-map__address {
    font-family: 'Söhne', sans-serif;
    font-size: calc(15 * var(--u));
    line-height: calc(22 * var(--u));
    margin: calc(20 * var(--u)) 0 0;
    color: #FED3CD;
}

@media (max-width: 1024px) {
    .estrel-map__frame { aspect-ratio: 4 / 3; }
    .estrel-map__consent { padding: 28px 32px; max-width: 420px; }
    .estrel-map__consent-text { font-size: 16px; line-height: 24px; margin-bottom: 16px; }
    .estrel-map__consent-btn { font-size: 16px; height: 44px; padding: 0 24px; }
    .estrel-map__address { font-size: 14px; line-height: 20px; }
}

@media (max-width: 767px) {
    .estrel-map__frame { aspect-ratio: 1 / 1; }
    .estrel-map__consent { padding: 20px 24px; max-width: 88%; }
    .estrel-map__consent-text { font-size: 15px; line-height: 22px; }
}
