/* ==========================================================
   RESPONSIVE (Optimized)
========================================================== */

/* LARGE TABLETS (max-width: 1200px) */
@media (max-width: 1200px) {
    .dreamers-main-layout {
        grid-template-columns: 1fr;
    }
    .dreamers-result-panel {
        min-height: auto;
    }
    #dreamerMap {
        height: 650px;
        min-height: 650px;
    }
}

/* TABLETS (max-width: 992px) */
@media (max-width: 992px) {
    .dreamers-filter-bar {
        grid-template-columns: 1fr 1fr;
    }
    .dreamers-filter-button {
        grid-column: span 2;
    }
    #searchBtn {
        width: 100%;
    }
    #dreamerMap {
        height: 600px;
        min-height: 600px;
    }
    .dreamer-image {
        height: 270px;
    }
    .dreamer-body {
        padding: 22px;
    }
}

/* MOBILE (max-width: 768px) */
@media (max-width: 768px) {
    .dreamers-filter-bar {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .dreamers-filter-button {
        grid-column: auto;
    }
    .dreamers-divider {
        margin: 30px 0;
    }
    .dreamers-divider span {
        font-size: 11px;
        text-align: center;
    }
    #dreamerMap {
        height: 500px;
        min-height: 500px;
        border-radius: 18px;
    }
    .dreamer-image {
        height: 250px;
    }
    .dreamer-name-overlay {
        font-size: 20px;
    }
    .dreamer-location-overlay {
        font-size: 13px;
    }
    .dreamer-body {
        padding: 20px;
    }
    .intro-box {
        padding: 16px;
        font-size: 14px;
    }
    .sponsor-box {
        padding: 14px;
    }
    .dreamer-placeholder {
        min-height: 450px;
        padding: 40px 24px;
    }
    .dreamer-placeholder h2 {
        font-size: 28px;
    }
    .dreamer-placeholder p {
        font-size: 15px;
    }
    .placeholder-icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
}

/* SMALL MOBILE (max-width: 576px) */
@media (max-width: 576px) {
    .dreamers-filter-bar {
        padding: 18px;
        border-radius: 18px;
    }
    .dreamers-filter-item label {
        font-size: 12px;
    }
    .dreamers-filter-item select,
    #searchBtn {
        height: 50px;
        font-size: 14px;
    }
    #dreamerMap {
        height: 420px;
        min-height: 420px;
    }
    .dreamer-image {
        height: 240px;
    }
    .dreamer-name-overlay {
        font-size: 19px;
    }
    .dreamer-location-overlay {
        font-size: 13px;
    }
    .dreamer-body {
        padding: 16px;
    }
    .intro-box {
        font-size: 14px;
        line-height: 1.7;
    }
    .sponsor-name {
        font-size: 15px;
    }
    .dreamer-placeholder {
        min-height: 420px;
    }
}

/* EXTRA SMALL (max-width: 400px) */
@media (max-width: 400px) {
    .dreamer-placeholder h2 {
        font-size: 24px;
    }
    .dreamer-placeholder p {
        font-size: 14px;
    }
    .placeholder-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
}