@media(max-width:991px){

.hero{

text-align:center;

}

.hero h1{

font-size:48px;

}

.record-card{

margin-top:50px;

}

.hero-buttons{

justify-content:center;

}

}

/*==========================================
        NAVBAR RESPONSIVE / MOBILE MENU
==========================================*/

@media(max-width:991px){

.navbar-collapse{

margin-top:16px;
padding:20px;
background:
linear-gradient(145deg,rgba(20,20,20,.98),rgba(7,7,7,.97)),
radial-gradient(circle at 18% 0,rgba(212,175,55,.12),transparent 32%);
border:1px solid rgba(212,175,55,.26);
border-radius:24px;
box-shadow:0 24px 55px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.06);
-webkit-backdrop-filter:blur(14px);
backdrop-filter:blur(14px);

}

.studio-navbar::before{
left:50%;
border-radius:24px;
width:calc(100% - 20px);
}

.studio-navbar::after{
width:calc(100% - 80px);
}

.navbar-nav{

text-align:center;
align-items:stretch;
gap:8px;

}

.nav-item{

margin:4px 0;

}

.nav-link{

display:flex;
align-items:center;
justify-content:center;
min-height:46px;
margin:0;
padding:11px 16px !important;
font-size:15px;

}

.nav-link::after{

left:50%;
transform:translateX(-50%);

}

.nav-link::before{
inset:3px;
}

.book-btn{

display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:48px;
margin:18px auto 0;
text-align:center;

}

.back-to-top{
right:20px;
bottom:20px;
width:56px;
height:56px;
font-size:22px;
}

.whatsapp-float{
right:20px;
bottom:90px;
height:56px;
min-width:56px;
padding:0 15px 0 7px;
}

.whatsapp-float__icon{
width:42px;
height:42px;
flex-basis:42px;
font-size:23px;
}

.whatsapp-float__halo{
left:7px;
top:7px;
width:42px;
height:42px;
}

}

@media(max-width:767px){

.hero h1{

font-size:38px;

}

.hero-buttons{

flex-direction:column;

}

.btn-gold,
.btn-outline-gold{

width:100%;
text-align:center;

}

.navbar-brand{

font-size:22px;

}

.navbar{
padding:14px 0;
}

.navbar.sticky,
.sticky{
padding:10px 0;
}

.hero p{

font-size:16px;

}

.record-card{

padding:25px;

}

.back-to-top{
right:16px;
bottom:16px;
width:52px;
height:52px;
font-size:20px;
}

.whatsapp-float{
right:16px;
bottom:82px;
height:52px;
min-width:52px;
padding:0;
}

.whatsapp-float__text,
.whatsapp-float__spark{
display:none;
}

.whatsapp-float__icon{
width:40px;
height:40px;
flex-basis:40px;
font-size:22px;
}

.whatsapp-float__halo{
left:6px;
top:6px;
width:40px;
height:40px;
}

}

@media(max-width:480px){

.hero h1{

font-size:32px;

}

.hero-subtitle{

font-size:12px;

}

}







/*=========================================
        ABOUT SECTION RESPONSIVE
==========================================*/

/* Large Laptop */
@media (max-width:1400px){

    .bg-title{
        font-size:110px;
    }

    .main-title{
        font-size:52px;
    }

    .banner-overlay h3{
        font-size:52px;
    }

}


/* Laptop */
@media (max-width:1200px){

    .about-section{
        padding:100px 0;
    }

    .bg-title{
        font-size:95px;
        top:-50px;
    }

    .main-title{
        font-size:46px;
    }

    .about-card{
        padding:35px;
    }

    .about-card h4{
        font-size:28px;
    }

    .banner-overlay h3{
        font-size:45px;
        width:80%;
    }

}


/* Tablet */
@media (max-width:992px){

    .about-section{
        padding:90px 0;
    }

    .bg-title{

        position:relative;

        top:0;

        font-size:60px;

        margin-bottom:15px;

        color:rgba(212,175,55,.08);

    }

    .main-title{

        font-size:40px;

    }

    .section-description{

        font-size:17px;

    }

    .about-card{

        padding:35px;

    }

    .card-number{

        font-size:55px;

    }

    .about-card h4{

        font-size:26px;

    }

    .banner-overlay h3{

        font-size:38px;

        width:90%;

    }

    .info-box{

        text-align:center;

    }

}


/* Mobile */
@media (max-width:768px){

    .about-section{

        padding:80px 0;

    }

    .sub-title{

        letter-spacing:3px;

        font-size:13px;

    }

    .bg-title{

        font-size:42px;

    }

    .main-title{

        font-size:34px;

    }

    .section-description{

        font-size:16px;

        line-height:1.8;

    }

    .about-card{

        padding:30px;

        border-radius:22px;

    }

    .card-number{

        font-size:48px;

    }

    .card-icon{

        width:65px;

        height:65px;

        font-size:25px;

    }

    .about-card h4{

        font-size:24px;

    }

    .banner-overlay{

        padding:20px;

    }

    .banner-overlay h3{

        width:100%;

        font-size:30px;

    }

    .info-box h5{

        font-size:26px;

    }

}


/* Small Mobile */
@media (max-width:576px){

    .about-section{

        padding:70px 0;

    }

    .bg-title{

        font-size:34px;

    }

    .main-title{

        font-size:30px;

        line-height:1.3;

    }

    .section-description{

        font-size:15px;

    }

    .about-card{

        padding:25px;

    }

    .card-number{

        font-size:40px;

    }

    .about-card h4{

        font-size:22px;

    }

    .about-card p{

        font-size:15px;

    }

    .banner-overlay h3{

        font-size:24px;

    }

    .info-box{

        text-align:left;

    }

    .info-box h5{

        font-size:22px;

    }

}




/*=========================================
        SERVICES RESPONSIVE
=========================================*/

@media(max-width:1400px){

.service-layout{

grid-template-columns:280px 1fr 280px;

}

.service-title{

font-size:52px;

}

.featured-content h2{

font-size:46px;

}

}


@media(max-width:1200px){

.service-layout{

grid-template-columns:283px 1fr 283px;

gap:20px;

}

.featured-content{

padding:40px;

}

.featured-content h2{

font-size:40px;

}

.service-box{

padding:28px;

}

}


@media(max-width:992px){

.service-layout{

display:block;

}

.left-services,
.right-services{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-bottom:25px;

}

.featured-service{

margin-bottom:25px;

grid-template-columns:1fr;

}

.featured-image{

height:350px;

}

.featured-content{

order:2;

}

.service-bg-title{

font-size:70px;

top:-20px;

}

.service-title{

font-size:42px;

}

}


@media(max-width:768px){

.left-services,
.right-services{

grid-template-columns:1fr;

}

.service-title{

font-size:34px;

}

.service-bg-title{

font-size:45px;

}

.featured-content{

padding:30px;

}

.featured-content h2{

font-size:34px;

}

.service-box{

padding:25px;

}

.horizontal-box .row{

text-align:center;

}

.service-cta{

margin-top:50px;

}

}


@media(max-width:576px){

.services-section{

padding:80px 0;

}

.service-title{

font-size:30px;

}

.featured-image{

height:250px;

}

.featured-content{

padding:25px;

}

.featured-content h2{

font-size:28px;

}

.service-icon{

width:60px;

height:60px;

font-size:24px;

}

.service-number{

font-size:45px;

}

}




@media (max-width: 991px){

    .navbar-brand img.logo{
        height: 50px;
    }

}

@media (max-width: 576px){

    .navbar-brand img.logo{
        height: 42px;
    }

}

/*==========================================
    STUDIO DECOR RESPONSIVE (camera & lighting
    accents) - scale down / hide on small screens
    so they never crowd content or cause overflow
==========================================*/

@media (max-width: 991px){

    .light-beam{
        opacity:.6;
        transform:scale(.75);
    }

    .about-beam,
    .services-beam{
        transform:scale(.6);
    }

}

@media (max-width: 767px){

    .studio-icon{
        font-size:20px;
        opacity:.7;
    }

    .hero-cam-icon,
    .gallery-cam-icon,
    .gallery-light-icon{
        display:none;
    }

    .film-strip{
        height:14px;
        background-size:20px 14px;
    }

    .floating-icon{
        display:none;
    }

}

@media (max-width: 576px){

    .studio-icon,
    .light-beam{
        display:none;
    }

}

/*==========================================
    FINAL RESPONSIVE POLISH
==========================================*/

@media (max-width: 576px){

    .service-cta .cta-btn{
        width:100%;
        justify-content:center;
    }

    .gallery-filter{
        gap:10px;
    }

    .filter-btn{
        padding:10px 20px;
        font-size:13px;
    }

}





/*========================================
        SERVICES RESPONSIVE
========================================*/

@media (max-width:1199px){

    .section-title{

        font-size:46px;

    }

}

@media (max-width:991px){

    .facilities-section{

        padding:90px 0;

    }

    .section-title{

        font-size:40px;

    }

    .facility-grid{

        margin-top:50px;

    }

}

@media (max-width:767px){

    .facilities-section{

        padding:80px 0;

    }

    .section-title{

        font-size:34px;
        line-height:1.3;

    }

    .section-text{

        font-size:15px;

    }

    .facility-list{

        grid-template-columns:1fr;

    }

    .facility-grid{

        grid-template-columns:1fr;

        margin-top:40px;

    }

    .facility-card{

        padding:30px;

    }

}

@media (max-width:576px){

    .section-tag{

        letter-spacing:3px;
        font-size:13px;

    }

    .section-title{

        font-size:28px;

    }

    .facility-item{

        padding:15px;

    }

    .facility-item i{

        width:45px;
        height:45px;
        font-size:18px;
        margin-right:12px;

    }

    .facility-item span{

        font-size:14px;

    }

    .facility-card{

        text-align:center;

    }

    .facility-card i{

        margin:0 auto 20px;

    }

    .facility-btn{

        width:100%;
        justify-content:center;

    }

}





/*=====================================
    PRICING RESPONSIVE
======================================*/

@media(max-width:991px){

.pricing-services-section{

padding:90px 0;

}

.pricing-content{

padding:30px;

}

}

@media(max-width:767px){

.pricing-tabs{

justify-content:flex-start;
overflow-x:auto;
flex-wrap:nowrap;
padding-bottom:12px;

}

.pricing-tabs::-webkit-scrollbar{

height:5px;

}

.pricing-tab{

flex:0 0 auto;

}

.pricing-content{

padding:25px;

min-height:auto;

}

.price-item{

flex-direction:column;
align-items:flex-start;
gap:10px;

}

.price-right{

font-size:24px;

}

.pricing-category{

flex-direction:column;
align-items:flex-start;

}

.pricing-category i{

margin-bottom:15px;

}

.price-table{

min-width:420px;

}

.price-table-header span,
.price-table-row .price-val{

font-size:12px;

}

.price-table-row .room-name{

font-size:15px;

}

.price-table-row .price-val{

font-size:17px;

}

.price-highlight-value{

font-size:34px;

}

.pricing-contact{

flex-direction:column;

gap:14px;

}

}

@media(max-width:480px){

.price-table{

min-width:380px;

}

.price-highlight-grid{

grid-template-columns:1fr;

}

.price-desc{

font-size:13px;

}

}

@media(max-width:576px){

.pricing-content{

padding:20px;

}

.pricing-category h3{

font-size:24px;

}

.price-left h5{

font-size:16px;

}

.price-right{

font-size:22px;

}

}






/*======================================
    Pricing Content Responsive
=======================================*/

@media(max-width:991px){

.office-plans{
    grid-template-columns:1fr;
}

.pricing-content-header h3{
    font-size:30px;
}

}

@media(max-width:768px){

.pricing-item{
    flex-direction:column;
    align-items:flex-start;
    gap:15px;
}

.pricing-price{
    font-size:24px;
}

.pricing-table{
    display:block;
    overflow-x:auto;
}

.virtual-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:576px){

.pricing-content-header h3{
    font-size:26px;
}

.pricing-item{
    padding:20px;
}

.office-card,
.virtual-card{
    padding:25px;
}

.office-price{
    font-size:30px;
}

}



/*=========================================
        FOOTER RESPONSIVE
=========================================*/

/* Large Laptop */
@media (max-width:1400px){

    .footer-logo{
        width:190px;
    }

    .footer-title h4{
        font-size:28px;
    }

}

/* Laptop */
@media (max-width:1200px){

    .footer-section{

        padding:90px 0 0;

    }

    .footer-contact-panel{
        grid-template-columns:1fr;
        padding:28px;
    }

    .footer-contact-content h2{
        font-size:46px;
    }

    .footer-main-grid{
        grid-template-columns:1fr 1fr;
    }

    .footer-main-grid .footer-contact-right{
        grid-column:1 / -1;
    }

    .footer-description{

        max-width:100%;

    }

    .footer-section .col-lg-3::before,
    .footer-section .col-lg-5::before{

        left:-18px;

    }

}

/* Tablet */
@media (max-width:991px){

    .footer-section{

        padding:80px 0 0;

    }

    .footer-contact-panel{
        margin-bottom:45px;
    }

    .footer-contact-content{
        text-align:center;
        align-items:center;
        padding:8px 0 0;
    }

    .footer-contact-content p{
        margin-left:auto;
        margin-right:auto;
    }

    .footer-contact-cards{
        width:100%;
        max-width:520px;
    }

    .footer-main-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .footer-main-grid > * + *{
        padding-left:0;
        padding-top:28px;
    }

    .footer-main-grid > * + *::before{
        top:0;
        left:50%;
        width:min(420px,100%);
        height:1px;
        transform:translateX(-50%);
    }

    .footer-main-grid .contact-item{
        justify-content:center;
        text-align:left;
    }

    /* Remove Vertical Lines */

    .footer-section .col-lg-3::before,
    .footer-section .col-lg-5::before{

        display:none;

    }

    .footer-brand{

        text-align:center;

        margin-bottom:40px;

    }

    .footer-logo{

        margin:0 auto 25px;

        display:block;

    }

    .footer-description{

        margin:0 auto 35px;

    }

    .footer-contact-list{

        max-width:500px;

        margin:0 auto 35px;

    }

    .footer-social{

        justify-content:center;

        margin-bottom:40px;

    }

    .footer-title{

        margin-top:20px;

    }

    .footer-bottom{

        flex-direction:column;

        text-align:center;

    }

}

/* Mobile */
@media (max-width:768px){

    .footer-section{

        padding:70px 0 0;

    }

    .footer-contact-panel{
        padding:22px;
        border-radius:22px;
    }

    .footer-form{
        padding:20px;
    }

    .footer-form-grid{
        grid-template-columns:1fr;
    }

    .footer-contact-content h2{
        font-size:38px;
    }

    .footer-title{

        text-align:center;

    }

    .footer-title span{

        margin:auto;

    }

    .footer-links{

        text-align:center;

    }

    .footer-links a{

        justify-content:center;

    }

    .footer-contact-item{

        flex-direction:column;

        text-align:center;

        align-items:center;

    }

    .footer-contact-item .icon{

        margin-bottom:10px;

    }

    .footer-form input,
    .footer-form select,
    .footer-form textarea{

        padding:15px 18px;

    }

    .footer-submit{

        width:100%;

    }

}

/* Small Mobile */
@media (max-width:576px){

    .footer-logo{

        width:170px;

    }

    .footer-contact-panel{
        padding:18px;
    }

    .footer-contact-content h2{
        font-size:32px;
    }

    .footer-contact-content p{
        font-size:14px;
        line-height:1.75;
    }

    .footer-mini-card{
        align-items:flex-start;
        min-height:auto;
        text-align:left;
    }

    .footer-title h4{

        font-size:24px;

    }

    .footer-description{

        font-size:15px;

        line-height:1.8;

    }

    .footer-contact-item h6{

        font-size:16px;

    }

    .footer-contact-item p,
    .footer-contact-item a{

        font-size:14px;

    }

    .footer-social{

        gap:10px;

    }

    .footer-social a{

        width:45px;

        height:45px;

        font-size:18px;

    }

    .footer-form textarea{

        height:140px;

    }

    .footer-bottom{

        padding:20px 0;

    }

    .footer-bottom .copyright,
    .footer-bottom .powered{

        font-size:13px;

    }

}






/*====================================================
        FOOTER RESPONSIVE - ALL DEVICES
====================================================*/

/* 1400px */
@media (max-width:1400px){

    .footer-container{
        max-width:1200px;
        margin:auto;
    }

    .footer-main{
        gap:50px;
    }

}

/* 1200px */
@media (max-width:1200px){

    .footer-main{

        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:45px;

    }

    .footer-logo img{

        width:180px;

    }

    .footer-description{

        max-width:100%;

    }

    .footer-contact{

        grid-column:1/-1;

    }

}

/* Tablet */
@media (max-width:992px){

    .footer-section{

        padding:80px 0 0;

    }

    .footer-main{

        grid-template-columns:1fr;
        text-align:center;
        gap:40px;

    }

    .footer-logo{

        justify-content:center;

    }

    .footer-description{

        margin:auto;

    }

    .footer-social{

        justify-content:center;

    }

    .footer-links ul{

        padding:0;

    }

    .footer-links li{

        margin-bottom:15px;

    }

    .footer-contact{

        text-align:center;

    }

    .footer-contact-item{

        justify-content:center;

    }

    .footer-divider{

        display:none;

    }

}

/* Mobile */
@media (max-width:768px){

    .footer-section{

        padding:70px 0 0;

    }

    .footer-main{

        gap:35px;

    }

    .footer-title{

        font-size:28px;

        margin-bottom:20px;

    }

    .footer-description{

        font-size:15px;
        line-height:1.8;

    }

    .footer-links a{

        font-size:15px;

    }

    .footer-contact-item{

        flex-direction:column;
        align-items:center;
        gap:8px;

    }

    .footer-contact-item i{

        margin:0;

    }

    .footer-social{

        gap:15px;

    }

    .footer-social a{

        width:48px;
        height:48px;
        font-size:18px;

    }

    .footer-bottom{

        display:flex;
        flex-direction:column;
        gap:12px;
        text-align:center;

    }

}

/* Small Mobile */
@media (max-width:576px){

    .footer-section{

        padding:60px 0 0;

    }

    .footer-logo img{

        width:150px;

    }

    .footer-title{

        font-size:24px;

    }

    .footer-description{

        font-size:14px;

    }

    .footer-links li{

        margin-bottom:12px;

    }

    .footer-contact-item{

        font-size:14px;

    }

    .footer-contact-item i{

        width:42px;
        height:42px;
        font-size:16px;

    }

    .footer-social{

        flex-wrap:wrap;

    }

    .footer-social a{

        width:44px;
        height:44px;

    }

    .footer-bottom{

        padding:18px 0;

    }

    .copyright{

        font-size:13px;

    }

    .powered-by{

        font-size:13px;

    }

}

/* Extra Small Devices */
@media (max-width:400px){

    .footer-title{

        font-size:22px;

    }

    .footer-logo img{

        width:130px;

    }

    .footer-description{

        font-size:13px;

    }

    .footer-contact-item{

        font-size:13px;

    }

    .footer-social{

        gap:10px;

    }

    .footer-social a{

        width:40px;
        height:40px;
        font-size:15px;

    }

    .footer-bottom{

        gap:10px;

    }

}


















@media(max-width:991px){

    .about-banner{

        height:420px;

    }

}

@media(max-width:768px){

    .about-banner{

        height:340px;

    }

}

@media(max-width:576px){

    .about-banner{

        height:260px;

        border-radius:20px;

    }

    .banner-overlay h3{

        font-size:26px;

    }

}






@media(max-width:768px){

.studio-video-section{

padding:80px 0;

}

.studio-video-section::before{

inset:16px;
border-radius:24px;

}

.studio-video-section .spark{

display:none;

}

.studio-video-grid{

gap:16px;

}

.video-card-index{

font-size:12px;
padding:3px 9px;

}

.video-play-btn{

width:56px;
height:56px;
font-size:22px;

}

.frame-goto-link{

width:34px;
height:34px;
font-size:13px;
top:10px;
right:10px;

}

.video-card-label{

font-size:16px;

}

.video-card-link{

font-size:15px;
padding:9px 18px;

}

.video-features{

gap:12px;
font-size:14px;
margin-top:35px;

}

.video-features span{

padding:10px 14px;

}

}

/* touch devices can't hover: keep the quick corner link and corner
   accents gently visible so the shortcut to inner pages isn't hidden */
@media(hover:none){

.frame-goto-link{

opacity:.85;
transform:translateY(0) scale(1);

}

.studio-video-frame .corner-tl,
.studio-video-frame .corner-br{

opacity:.6;
transform:translate(0,0);

}

}



@media(max-width:1200px){
    .video-card-link{

/* font-size:15px;
padding:9px 18px; */
width: 86%;

}
}
/*====================================
        GALLERY LIGHTBOX
=====================================*/

@media(max-width:768px){

.gallery-lightbox{

padding:20px;

}

.gallery-lightbox img{

max-width:100%;

max-height:75vh;

border-radius:15px;

}

.lightbox-close{

top:18px;

right:18px;

width:45px;

height:45px;

font-size:18px;

}

}

@media(max-width:480px){

.gallery-lightbox img{

max-height:65vh;

}

}






/*==============================
      Large Laptop
==============================*/

@media(max-width:1400px){

    .studio-video-grid{

        gap:25px;

    }

}


/*==============================
        Laptop
==============================*/

@media(max-width:1200px){

    .studio-video-grid{

        grid-template-columns:repeat(4,1fr);

        gap:20px;

    }

}


/*==============================
        Tablet
==============================*/

@media(max-width:992px){

    .studio-video-grid{

        grid-template-columns:repeat(2,1fr);

        gap:25px;

    }

}


/*==============================
        Mobile
==============================*/

@media(max-width:768px){

    .studio-video-grid{

        grid-template-columns:1fr;

        gap:22px;

        max-width:min(380px,100%);

        margin:50px auto 0;

    }

}


/*==============================
      Small Mobile
==============================*/

@media(max-width:576px){

    .studio-video-grid{

        max-width:min(320px,90%);

    }

}

/*==========================================
    COMPLETE RESPONSIVE POLISH
==========================================*/

html,
body{
    max-width:100%;
    overflow-x:hidden;
}

img,
video{
    max-width:100%;
}

.hero{
    min-height:100svh;
}

.hero .row{
    min-height:100svh;
    padding-top:96px;
    padding-bottom:56px;
}

.hero-video{
    min-width:100%;
    min-height:100%;
}

.section-heading,
.service-heading,
.gallery-heading{
    max-width:min(100%, 860px);
    margin-left:auto;
    margin-right:auto;
}

.main-title,
.service-title,
.gallery-title,
.section-title,
.footer-contact-content h2{
    overflow-wrap:break-word;
}

.about-banner,
.featured-service,
.pricing-content,
.footer-contact-panel{
/* .studio-video-card */
    max-width:100%;
}

.about-banner-video,
.featured-image img,
.studio-video,
.gallery-item img{
    display:block;
}

@media(max-width:1199px){
    .navbar > .container{
        max-width:calc(100% - 28px);
    }

    .nav-link{
        padding:10px 10px !important;
        font-size:14px;
    }

    .book-btn{
        padding:12px 20px;
        white-space:nowrap;
    }
}

@media(max-width:991px){
    .navbar{
        padding:12px 0;
    }

    .navbar > .container{
        max-width:calc(100% - 20px);
        padding-left:12px;
        padding-right:12px;
    }

    .studio-navbar::before{
        left:50%;
        top:7px;
        height:calc(100% - 14px);
        width:calc(100% - 12px);
        border-radius:22px;
    }

    .studio-navbar::after{
        bottom:7px;
        width:calc(100% - 56px);
    }

    .navbar-collapse{
        max-height:calc(100svh - 92px);
        overflow-y:auto;
        overscroll-behavior:contain;
    }

    .navbar-collapse::-webkit-scrollbar{
        width:4px;
    }

    .navbar-collapse::-webkit-scrollbar-thumb{
        background:rgba(212,175,55,.45);
        border-radius:999px;
    }

    .navbar-nav{
        width:100%;
    }

    .hero{
        text-align:center;
    }

    .hero .row{
        min-height:auto;
        padding-top:126px;
        padding-bottom:72px;
        row-gap:34px;
    }

    .hero p{
        margin-left:auto;
        margin-right:auto;
    }

    .record-card{
        width:min(100%, 520px);
        margin:10px auto 0;
        text-align:left;
    }

    .gallery-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-auto-rows:auto;
        gap:16px;
    }

    .gallery-item,
    .gallery-item.large,
    .gallery-item.tall,
    .gallery-item.wide{
        grid-column:auto;
        grid-row:auto;
        aspect-ratio:4 / 3;
        height:auto;
        min-height:0;
    }

    .gallery-item.large{
        aspect-ratio:1 / 1;
    }

    .gallery-item:last-child{
        grid-column:1 / -1;
        aspect-ratio:16 / 9;
    }
}

@media(max-width:767px){
    section,
    .about-section,
    .services-section,
    .gallery-section,
    .facilities-section,
    .pricing-services-section,
    /* .studio-video-section, */
    .footer-section{
        padding-left:0;
        padding-right:0;
    }

    .hero .row{
        padding-top:112px;
        padding-bottom:64px;
    }

    .hero h1{
        font-size:clamp(32px, 10vw, 42px);
        line-height:1.12;
    }

    .hero p{
        font-size:15px;
        line-height:1.75;
    }

    .hero-buttons{
        width:100%;
        max-width:360px;
        margin-left:auto;
        margin-right:auto;
        gap:14px;
    }

    .btn-gold,
    .btn-outline-gold{
        display:flex;
        align-items:center;
        justify-content:center;
        min-height:52px;
        padding:14px 20px;
    }

    .record-card{
        padding:24px;
        border-radius:18px;
    }

    .record-card li{
        font-size:15px;
    }

    .bg-title{
        font-size:clamp(32px, 12vw, 54px);
        line-height:1;
    }

    .main-title,
    .service-title,
    .gallery-title,
    .section-title{
        font-size:clamp(28px, 9vw, 38px);
        line-height:1.2;
    }

    .gallery-filter{
        justify-content:flex-start;
        flex-wrap:nowrap;
        overflow-x:auto;
        margin-top:38px;
        margin-bottom:32px;
        padding:0 2px 12px;
        scroll-snap-type:x proximity;
    }

    .gallery-filter::-webkit-scrollbar{
        height:4px;
    }

    .gallery-filter::-webkit-scrollbar-thumb{
        background:rgba(212,175,55,.45);
        border-radius:999px;
    }

    .filter-btn{
        flex:0 0 auto;
        white-space:nowrap;
        scroll-snap-align:start;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .gallery-item,
    .gallery-item.large,
    .gallery-item.tall,
    .gallery-item.wide{
        aspect-ratio:16 / 11;
        height:auto;
    }

    .gallery-overlay{
        padding:18px;
    }

    .gallery-overlay h5{
        font-size:14px;
    }

    /* .studio-video-grid{
        gap:22px;
    } */

    /* .studio-video-frame{
        aspect-ratio:16 / 10;
    } */

    .footer-bottom{
        justify-content:center;
        text-align:center;
    }
}

@media(max-width:575px){
    .navbar > .container{
        max-width:calc(100% - 14px);
    }

    .studio-navbar::before{
        width:calc(100% - 8px);
        border-radius:18px;
    }

    .navbar-collapse{
        margin-top:12px;
        padding:14px;
        border-radius:18px;
    }

    .nav-link{
        min-height:42px;
        padding:9px 12px !important;
        font-size:14px;
    }

    .book-btn{
        min-height:44px;
        margin-top:12px;
        padding:11px 18px;
    }

    .hero .row{
        padding-top:100px;
        padding-bottom:54px;
    }

    .hero-subtitle,
    .service-subtitle,
    .gallery-subtitle,
    .sub-title,
    .section-tag{
        letter-spacing:2px;
    }

    .hero h1 br{
        display:none;
    }

    .record-card{
        padding:20px;
    }

    .about-card,
    .service-box,
    .featured-content,
    .pricing-content,
    .footer-contact-panel,
    .footer-contact-card{
    /* .studio-video-card */
        border-radius:16px;
    }

    .about-banner{
        border-radius:18px;
    }

    .gallery-item,
    .gallery-item.large,
    .gallery-item.tall,
    .gallery-item.wide{
        aspect-ratio:4 / 3;
        border-radius:14px;
    }

    .gallery-overlay span{
        width:22px;
    }

    .price-table{
        min-width:0;
        width:100%;
    }

    .price-table-header,
    .price-table-row{
        grid-template-columns:1fr;
        row-gap:8px;
        text-align:left;
    }
}

/*==========================================
    EXTRA-SMALL DEVICES (<=400px) POLISH
    Covers very small phones (iPhone SE,
    older/compact Android) not fully
    tightened by the 480/576 breakpoints.
==========================================*/

@media (max-width:400px){

    .container{
        padding-left:16px;
        padding-right:16px;
    }

    .hero h1{
        font-size:clamp(26px, 9.5vw, 34px);
    }

    .hero p{
        font-size:14px;
    }

    .hero-buttons{
        flex-direction:column;
        width:100%;
        max-width:100%;
    }

    .btn-gold,
    .btn-outline-gold{
        width:100%;
    }

    .about-card,
    .service-box,
    .featured-content{
        padding:20px;
    }

    .main-title,
    .service-title,
    .gallery-title,
    .section-title{
        font-size:clamp(24px, 8.5vw, 30px);
    }

    .section-description{
        font-size:14px;
    }

    .footer-contact-content h2{
        font-size:26px;
    }

    .footer-form{
        padding:16px;
    }

    .footer-form input,
    .footer-form select,
    .footer-form textarea{
        padding:13px 16px;
    }

    .gallery-overlay h5{
        font-size:13px;
    }

    .video-play-btn{
        width:48px;
        height:48px;
        font-size:18px;
    }
}

/*==========================================
    SHORT / LANDSCAPE MOBILE VIEWPORTS
    Prevents the full-height hero from
    forcing awkward overflow when a phone
    is rotated to landscape.
==========================================*/

@media (max-height:480px) and (orientation:landscape){

    .hero{
        min-height:auto;
    }

    .hero .row{
        min-height:auto;
        padding-top:110px;
        padding-bottom:40px;
    }
}

/*==========================================
    SAFETY NET: prevent any decorative /
    absolutely-positioned element (beams,
    icons, film-strip, dots) from ever
    creating horizontal scroll, regardless
    of section.
==========================================*/

section,
.footer-section,
.navbar{
    max-width:100%;
}

* {
    -webkit-tap-highlight-color: transparent;
}






/*=========================================================
    CINEMATIC ANIMATIONS — RESPONSIVE ADJUSTMENTS
=========================================================*/

/* Tablets: keep drift subtle, blur reveal lighter for smoother scroll */
@media(max-width:991px){

    [data-aos="fade-up"],
    [data-aos="fade-down"],
    [data-aos="fade-down-right"],
    [data-aos="fade-down-left"],
    [data-aos="zoom-in"]{
        filter:blur(3px);
    }

    .hero-video{
        animation-duration:26s;
    }

    .about-banner-video,
    .studio-video{
        animation-duration:22s;
    }

}

/* Phones: prioritise performance — drop blur pre-effect and slow drift further */
@media(max-width:767px){

    [data-aos]{
        filter:none !important;
    }

    .hero-video,
    .about-banner-video,
    .studio-video{
        animation-duration:30s;
    }

    .cube-piece{
        transition-duration:.5s, .4s;
    }

}

/* Very small phones: the cube grid drops to 4x3 (handled in JS) —
   just make sure the pieces never leave a visible seam */
@media(max-width:480px){

    .cube-piece{
        box-shadow:inset 0 0 0 1px rgba(212,175,55,.15);
    }

}

/*=========================================================
    TABLET-LANDSCAPE BRIDGE — 993px to 1199px
    Covers devices such as iPad (1024px) and iPad Air /
    larger tablets in landscape (~1120px), which previously
    fell between the 991px "tablet" fix and the 1200px
    "laptop" styles and inherited oversized, absolutely
    positioned background titles plus a 3-column gallery
    grid that read as misaligned at this width.
=========================================================*/
@media (min-width:993px) and (max-width:1199px){

    /* Section / service heading titles */
    .bg-title{
        position:relative;
        top:0;
        font-size:68px;
        margin-bottom:15px;
        color:rgb(212 175 55 / 10%);
    }

    .main-title{
        font-size:44px;
    }

    .service-title{
        font-size:44px;
    }

    .gallery-title{
        font-size:44px;
    }

    .section-title{
        font-size:44px;
    }

    .section-heading,
    .service-heading{
        max-width:620px;
    }

    /* Gallery grid — same clean, gap-free layout as the
       tablet-portrait fix below, just widened to this range */
    .gallery-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-auto-rows:auto;
        gap:18px;
    }

    .gallery-item,
    .gallery-item.large,
    .gallery-item.tall,
    .gallery-item.wide{
        grid-column:auto;
        grid-row:auto;
        aspect-ratio:4 / 3;
        height:auto;
        min-height:0;
    }

    .gallery-item.large{
        aspect-ratio:16 / 9;
    }

    .gallery-item:last-child{
        grid-column:1 / -1;
        aspect-ratio:21 / 9;
    }
}
