.prom-info-section {
    background: #050505;
    padding: 92px 0;
    color: #f5f1ea;
}

.prom-info-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.2fr);
    gap: 64px;
    align-items: start;
}

.prom-info-copy {
    max-width: 500px;
}

.prom-info-line {
    width: 100%;
    max-width: 470px;
    height: 2px;
    background: rgba(255, 255, 255, 0.88);
    margin-bottom: 34px;
}

.prom-info-copy h2 {
    margin: 0 0 40px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(3.2rem, 5vw, 4.8rem);
    line-height: 0.93;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
}

.prom-info-block + .prom-info-block {
    margin-top: 40px;
}

.prom-info-block h3 {
    margin: 0 0 12px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 1.08rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
}

.prom-info-block p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.07rem;
    line-height: 1.72;
    max-width: 470px;
}

.prom-address {
    line-height: 1.82;
    letter-spacing: 0.01em;
}

.prom-address span {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 2px;
}

.prom-info-panel {
    min-height: 600px;
    background: #111;
    overflow: hidden;
}

.prom-info-panel img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.map-wrapper {
    position: relative;
}

.map-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    pointer-events: none;
    z-index: 2;
}

.prom-map {
    display: block;
    width: 100%;
    height: 600px;
    min-height: 600px;
    border: 0;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.map-wrapper:hover .prom-map {
    pointer-events: auto;
}

@media (max-width: 980px) {
    .prom-info-section {
        padding: 74px 0;
    }

    .prom-info-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .prom-info-copy {
        max-width: 100%;
    }

    .prom-info-line,
    .prom-info-block p {
        max-width: 100%;
    }

    .prom-info-panel,
    .prom-info-panel img,
    .prom-map {
        min-height: 420px;
        height: 420px;
    }
}

@media (max-width: 640px) {
    .prom-info-copy h2 {
        font-size: 2.8rem;
        margin-bottom: 32px;
    }

    .prom-info-block + .prom-info-block {
        margin-top: 32px;
    }

    .prom-info-block h3 {
        font-size: 0.96rem;
        letter-spacing: 0.1em;
    }

    .prom-info-block p {
        font-size: 1rem;
        line-height: 1.68;
    }

    .prom-info-panel,
    .prom-info-panel img,
    .prom-map {
        min-height: 320px;
        height: 320px;
    }
}
