/* ==========================================================================
   siyahyazilim.general.responsive.css
   Responsive adjustments for the ABU Art Gallery Frontside
   ========================================================================== */

/* Tablet & Mobile Screens */

@media screen and (max-width: 1235px) {


    .vg-beam {
        position: absolute;
        top: 97px;
        left: 47.5%;
        z-index: 4;
        width: min(26vw, 232px);
        height: min(50vh, 560px);
        transform: translateX(-50%) translateY(var(--light-shift));
        clip-path: polygon(50% 0, 55% 0, 88% 111%, 13% 104%);
        background: radial-gradient(ellipse at 50% 72%, rgba(255, 241, 198, .28), rgba(255, 241, 198, 0) 58%), linear-gradient(180deg, rgba(255, 248, 221, .58), rgba(255, 238, 190, .22) 46%, rgba(255, 238, 190, 0));
        filter: blur(1.4px);
        mix-blend-mode: screen;
        pointer-events: none;
        opacity: 0;
        transition: opacity 1050ms ease 650ms;
    }
}



@media screen and (max-width: 991px) {

    /* New Minimalist Header Responsive adjustments */
    .header-logo .main-logo {
        max-height: 40px;
    }

    .menu-text {
        font-size: 0.75rem;
    }

    .nav-link::after {
        display: none;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-content {
        padding-top: 60px;
    }

    .art-frame {
        padding: 10px;
    }

    .art-mat {
        padding: 15px;
    }

    .abu-menu-overlay {
        width: 100%;
        padding: 40px 25px;
    }

    .nav-text {
        font-size: 2.2rem;
    }
}

/* Mobile Screens */
@media screen and (max-width: 767px) {
    .section-title {
        font-size: 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .curator-badge {
        font-size: 0.7rem;
        padding: 0.3rem 1rem;
    }
}

/* --- SANAL DUVAR --- */
@media (max-width: 991px) {
    .masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry-grid {
        column-count: 1;
    }

    .page-hero,
    .page-hero-artists,
    .page-hero-news,
    .contact-hero {
        padding: 100px 0 40px;
    }

    .exhibition-img {
        height: 250px;
    }

    .news-list-img {
        height: 200px;
        margin-bottom: 15px;
    }

    .artist-bio-brief {
        opacity: 1;
        transform: translateY(0);
        margin-top: 0.5rem;
    }

    .virtual-wall-page {
        padding-top: 80px;
    }

    .abu-header-minimal.scrolled .logo-colored {
        max-height: 28px !important;
    }

    .abu-breadcrumb-area {
        position: absolute;
        top: 215px;
    }

    .vg-beam {
        position: absolute;
        top: 86px;
        left: 44.4%;
        z-index: 4;
        width: min(36vw, 355px);
        height: min(34vh, 560px);
        transform: translateX(-50%) translateY(var(--light-shift));
        clip-path: polygon(45% 0, 55% 0, 88% 100%, 12% 100%);
        background: radial-gradient(ellipse at 50% 72%, rgba(255, 241, 198, .28), rgba(255, 241, 198, 0) 58%), linear-gradient(180deg, rgba(255, 248, 221, .58), rgba(255, 238, 190, .22) 46%, rgba(255, 238, 190, 0));
        filter: blur(1.4px);
        mix-blend-mode: screen;
        pointer-events: none;
        opacity: 0;
        transition: opacity 1050ms ease 650ms;
    }
}