/* Locator page: minimal top padding since page header is above */
.locator-section--page {
    padding-top: 0;
    padding-bottom: 36px;
}
.locator-section--page .locator-network-stats {
    margin-top: 28px;
}

/* Taller shell on the dedicated locator page */
.locator-shell--page {
    height: min(80vh, 780px);
    min-height: 580px;
    margin-top: 24px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.06);
}

/* Locator page header */
.locator-page-header {
    background: linear-gradient(135deg, #111114 0%, #1c1c24 100%);
    padding: 52px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.locator-page-header .section-tag.light {
    margin-bottom: 12px;
}
.locator-page-header h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.1;
}
.locator-page-header p {
    color: rgba(255,255,255,0.5);
    font-size: 0.95rem;
    max-width: 600px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .locator-shell--page {
        flex-direction: column;
        height: auto;
        min-height: 0;
    }
    .locator-shell--page .locator-sidebar {
        width: 100%;
        height: auto;
        max-height: none;
        overflow-y: auto;
    }
    .locator-shell--page #map {
        height: min(55vh, 480px);
        min-height: 300px;
    }
    .locator-page-header {
        padding: 36px 0 28px;
    }
    .locator-section--page .locator-network-stats {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .locator-shell--page #map {
        height: min(50vh, 360px);
        min-height: 260px;
    }
}
