/* ==========================
   RESPONSIVE FOUNDATION
========================== */

@media (max-width: 1200px){

    .container{
        width:min(1100px,92%);
    }

    .hero-title{
        font-size:clamp(3.5rem,7vw,6rem);
    }

}

@media (max-width: 992px){

    /* Header */

    .nav{
        min-height:78px;
    }

    .nav-left,
    .nav-right{
        display:none;
    }

    .nav{
        grid-template-columns:1fr auto 1fr;
    }

    .logo{
        grid-column:2;
    }

    .logo img{
        width:82px;
    }

    .mobile-menu-btn{
        display:flex;
        justify-self:end;
    }

    /* Hero */

    .hero-content{
        width:min(760px,90%);
        padding-top:40px;
    }

    .hero-title{
        font-size:clamp(3.3rem,9vw,5.5rem);
    }

    .hero-description{
        font-size:1rem;
    }

}

@media (max-width: 768px){

    /* Global */

    body{
        overflow-x:hidden;
    }

    .container{
        width:90%;
    }

    /* Header */

    .site-header.active{
        background:rgba(246,242,235,.92);
    }

    .nav{
        min-height:74px;
    }

    .logo img{
        width:76px;
    }

    /* Hero */

    .hero{
        height:100svh;
        min-height:680px;
    }

    .hero-content{
        justify-content:center;
        padding-top:70px;
    }

    .hero-tag{
        font-size:11px;
        letter-spacing:2.5px;
        margin-bottom:16px;
    }

    .hero-title{
        font-size:clamp(3rem,14vw,4.6rem);
        line-height:1;
        margin-bottom:18px;
    }

    .hero-description{
        font-size:15px;
        line-height:1.7;
        max-width:340px;
        margin-bottom:28px;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:center;
        gap:14px;
    }

    .primary-btn,
    .secondary-btn{
        width:230px;
        text-align:center;
        padding:14px 24px;
    }

    .scroll-indicator{
        bottom:110px;
        font-size:24px;
    }

}

@media (max-width: 576px){

    /* Hero */

    .hero{
        min-height:640px;
    }

    .hero-title{
        font-size:clamp(2.8rem,15vw,4rem);
    }

    .hero-description{
        max-width:310px;
    }

    .hero-video{
        object-position:center center;
    }

}

@media (max-width: 380px){

    .hero-title{
        font-size:2.7rem;
    }

    .hero-description{
        font-size:14px;
    }

    .primary-btn,
    .secondary-btn{
        width:210px;
    }

}/* Responsive CSS */

/* ==========================
   BOOKING STRIP RESPONSIVE
========================== */

@media (max-width: 992px){

    .booking-container{
        width:88%;
        grid-template-columns:1fr 1fr;
        padding:22px;
        gap:16px;
    }

}

@media (max-width: 768px){

    .booking-strip{
        margin-top:-45px;
        padding-bottom:70px;
    }

    .booking-container{
        width:90%;
        grid-template-columns:1fr;
        border-radius:24px;
        padding:24px;
        gap:18px;
    }

    .field{
        width:100%;
    }

    .field label{
        font-size:12px;
    }

    .field input,
    .field select,
    .booking-submit{
        width:100%;
        height:48px;
        font-size:14px;
    }

}

@media (max-width: 480px){

    .booking-container{
        width:88%;
        padding:22px;
        border-radius:22px;
    }

}

/* ==========================
   LOCATIONS RESPONSIVE
========================== */

@media (max-width: 992px){

    .locations-section{
        padding:80px 0 100px;
    }

    .location-card{
        grid-template-columns:1fr;
        gap:36px;
        padding:30px;
    }

    .location-video{
        height:360px;
    }

    .location-content{
        padding-right:0;
    }

}

@media (max-width: 768px){

    .torn-paper-divider{
        height:45px;
        margin-top:-28px;
    }

    .locations-section{
        padding:65px 0 80px;
    }

    .section-heading h2{
        font-size:3rem;
    }

    .section-heading p{
        font-size:16px;
    }

    .location-card{
        margin-top:55px;
        padding:22px;
        border-radius:28px;
    }

    .location-video{
        height:260px;
        border-radius:22px;
    }

    .location-content h3{
        font-size:2.5rem;
    }

    .location-content p{
        font-size:15px;
    }

}

@media (max-width: 480px){

    .section-heading h2{
        font-size:2.6rem;
    }

    .location-video{
        height:220px;
    }

    .location-card{
        padding:18px;
    }

}

/* ==========================
   ABOUT CASA RESPONSIVE
========================== */

@media (max-width: 992px){

    .about-casa-section{
        padding:80px 0 100px;
    }

    .about-casa-grid{
        grid-template-columns:1fr;
        gap:55px;
    }

    .about-media{
        height:380px;
    }

    .about-content{
        text-align:center;
    }

    .about-content p{
        margin-left:auto;
        margin-right:auto;
    }

    .pine-right{
        width:90px;
        right:10px;
        top:80px;
    }

    .fern-left{
        width:130px;
        left:-45px;
        bottom:30px;
    }

}

@media (max-width: 768px){

    .torn-divider{
    height:48px;
}

.torn-after-booking{
    margin-top:-26px;
    margin-bottom:-4px;
}

    .about-casa-section{
    padding:35px 0 80px;
}

    .about-media-card{
        transform:rotate(0deg);
    }

    .about-media{
        height:300px;
        padding:10px;
        border-radius:12px;
    }

    .tape{
        width:72px;
    }

    .about-content h2{
        font-size:3rem;
    }

    .about-content p{
        font-size:15px;
        line-height:1.8;
    }

    .section-kicker{
        font-size:20px;
    }

    .pine-right,
    .fern-left{
        opacity:.55;
    }

}

@media (max-width: 480px){

    .about-casa-section{
        padding:55px 0 70px;
    }

    .about-media{
        height:240px;
    }

    .about-content h2{
        font-size:2.5rem;
    }

    .about-btn{
        padding:14px 26px;
        font-size:13px;
    }

    .pine-right{
        width:70px;
        top:50px;
    }

    .fern-left{
        width:95px;
    }

}
@media (max-width: 768px){

    .torn-after-booking{
        margin-top:-22px;
        margin-bottom:-4px;
    }

}

/* ================= CHOOSE YOUR CASA RESPONSIVE ================= */

/* ================= CHOOSE CASA TABLET + MOBILE ================= */

@media (max-width: 991px) {
    .choose-casa {
        overflow: hidden;
    }

    .location-stack {
        gap: 28px;
        padding-bottom: 0;
    }

    .location-card,
    .location-card:nth-child(1),
    .location-card:nth-child(2),
    .location-card:nth-child(3) {
        position: relative;
        top: auto;
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: auto;
        transform: none;
    }

    .location-media {
        height: 340px;
    }

    .location-content {
        padding-right: 0;
    }
}

    .section-intro {
        margin-bottom: 34px;
    }

    .casa-pine {
        width: 110px;
        right: -20px;
        top: 8%;
    }

    .casa-fern {
        width: 120px;
        left: -42px;
        bottom: 4%;
    }

@media (max-width: 575px) {
    .choose-casa {
        padding: 58px 0 72px;
    }

    .section-kicker {
        font-size: 24px;
    }

    .section-title {
        font-size: 38px;
    }

    .section-intro {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .location-stack {
        gap: 22px;
    }

    .location-card {
        padding: 16px;
        border-radius: 8px;
    }

    .location-card::before {
        inset: 8px;
    }

    .location-card-pin::after {
        width: 62px;
        height: 26px;
        left: 22px;
        top: -13px;
    }

    .location-media {
        height: 230px;
    }

    .play-btn {
        width: 52px;
        height: 52px;
    }

    .location-label {
        font-size: 21px;
    }

    .location-content h3 {
        font-size: 34px;
    }

    .location-content p:not(.location-label) {
        font-size: 14px;
        line-height: 1.7;
    }

    .brown-btn {
        width: 100%;
        min-height: 48px;
    }

    .casa-pine,
    .casa-fern {
        display: none;
    }
}
@media (max-width: 575px) {
    .location-media {
        height: 230px;
    }

    .location-card {
        padding: 16px;
    }

    .location-content h3 {
        font-size: 32px;
    }

    .brown-btn {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .choose-casa {
        overflow: hidden;
    }

    .location-stack {
        gap: 28px;
        padding-bottom: 0;
    }

    .location-card,
    .location-card:nth-child(1),
    .location-card:nth-child(2),
    .location-card:nth-child(3) {
        position: relative;
        top: auto;
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: auto;
    }
}

/* ================= CHOOSE CASA MOBILE STACKED SCROLL FIX ================= */

@media (max-width: 991px) {
    .choose-casa {
        overflow: visible !important;
        padding: 70px 0 140px;
    }

    .location-stack {
        gap: 80px;
        padding-bottom: 260px;
    }

    .location-card,
    .location-card:nth-child(1),
    .location-card:nth-child(2),
    .location-card:nth-child(3) {
        position: sticky !important;
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: auto;
        padding: 18px;
        transform-origin: center top;
    }

    .location-card:nth-child(1) {
        top: 82px !important;
        z-index: 3;
    }

    .location-card:nth-child(2) {
        top: 98px !important;
        z-index: 4;
    }

    .location-card:nth-child(3) {
        top: 114px !important;
        z-index: 5;
    }

    .location-media {
        height: 300px;
    }

    .location-content {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .choose-casa {
        padding: 58px 0 130px;
    }

    .location-stack {
        gap: 70px;
        padding-bottom: 230px;
    }

    .location-card,
    .location-card:nth-child(1),
    .location-card:nth-child(2),
    .location-card:nth-child(3) {
        padding: 15px;
    }

    .location-card:nth-child(1) {
        top: 72px !important;
    }

    .location-card:nth-child(2) {
        top: 88px !important;
    }

    .location-card:nth-child(3) {
        top: 104px !important;
    }

    .location-media {
        height: 220px;
    }

    .location-content h3 {
        font-size: 31px;
    }

    .location-content p:not(.location-label) {
        font-size: 14px;
        line-height: 1.65;
    }

    .brown-btn {
        width: 100%;
    }
}
/* ================= CHOOSE CASA MOBILE STACKED SCROLL FINAL FIX ================= */

@media (max-width: 991px) {
    .choose-casa {
        overflow: visible !important;
        padding: 70px 0 150px !important;
    }

    .location-stack {
        gap: 85px !important;
        padding-bottom: 280px !important;
        overflow: visible !important;
    }

    .location-card,
    .location-card:nth-child(1),
    .location-card:nth-child(2),
    .location-card:nth-child(3) {
        position: sticky !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        min-height: auto !important;
        padding: 18px !important;
        transform: none !important;
        opacity: 1 !important;
        will-change: auto !important;
    }

    .location-card:nth-child(1) {
        top: 76px !important;
        z-index: 3 !important;
    }

    .location-card:nth-child(2) {
        top: 92px !important;
        z-index: 4 !important;
    }

    .location-card:nth-child(3) {
        top: 108px !important;
        z-index: 5 !important;
    }

    .location-media {
        height: 300px !important;
    }

    .location-content {
        padding-right: 0 !important;
    }
}

@media (max-width: 575px) {
    .choose-casa {
        padding: 58px 0 140px !important;
    }

    .location-stack {
        gap: 75px !important;
        padding-bottom: 250px !important;
    }

    .location-card,
    .location-card:nth-child(1),
    .location-card:nth-child(2),
    .location-card:nth-child(3) {
        padding: 15px !important;
    }

    .location-card:nth-child(1) {
        top: 68px !important;
    }

    .location-card:nth-child(2) {
        top: 84px !important;
    }

    .location-card:nth-child(3) {
        top: 100px !important;
    }

    .location-media {
        height: 220px !important;
    }

    .location-content h3 {
        font-size: 31px !important;
    }

    .location-content p:not(.location-label) {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .brown-btn {
        width: 100% !important;
    }
}

/* ================= WHY STAY RESPONSIVE ================= */

@media (max-width: 991px) {
    .why-stay {
        padding: 62px 0 68px;
    }

    .why-features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 34px 24px;
    }

    .why-tape {
        width: 60px;
        right: 32px;
        top: 14px;
    }

    .why-decor-left {
        width: 100px;
        left: -28px;
    }

    .why-decor-right {
        width: 90px;
        right: -10px;
    }
}

@media (max-width: 575px) {
    .why-stay {
        padding: 54px 0 62px;
    }

    .why-heading-wrap {
        margin-bottom: 34px;
    }

    .why-heading-wrap .section-kicker {
        font-size: 27px;
    }

    .why-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 18px;
    }

    .why-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .why-icon svg {
        width: 50px;
        height: 50px;
        stroke-width: 2.4;
    }

    .why-feature h3 {
        font-size: 13px;
    }

    .why-tape {
        display: none;
    }

    .why-decor-left {
        width: 80px;
        left: -35px;
        bottom: -8px;
    }

    .why-decor-right {
        width: 74px;
        right: -25px;
        bottom: 0;
    }
}
/* ================= MOMENTS + TESTIMONIALS RESPONSIVE ================= */

@media (max-width: 991px) {
    .memories-testimonials {
        padding: 72px 0 82px;
    }

    .memories-testimonials-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .camera-doodle {
        left: 215px;
        top: 8px;
        width: 78px;
    }

    .memories-collage {
        height: 360px;
        max-width: 560px;
    }

    .polaroid-one {
        width: 220px;
        height: 160px;
        left: 8px;
        bottom: 45px;
    }

    .polaroid-two {
        width: 180px;
        height: 220px;
        left: 200px;
        bottom: 38px;
    }

    .polaroid-three {
        width: 160px;
        height: 205px;
        left: 360px;
        top: 8px;
    }

    .testimonial-slider {
        min-height: 255px;
    }

    .testimonial-text {
        font-size: 18px;
        max-width: 100%;
    }

    .happy-stamp {
        right: 0;
        bottom: -30px;
        width: 110px;
        height: 110px;
    }

    .stamp-inner {
        width: 86px;
        height: 86px;
    }
}

@media (max-width: 575px) {
    .memories-testimonials {
        padding: 58px 0 72px;
    }

    .memories-heading h2 {
        font-size: 42px;
    }

    .camera-doodle {
        left: auto;
        right: 8px;
        top: 18px;
        width: 68px;
    }

    .memories-collage {
        height: 300px;
        margin-top: 18px;
    }

    .polaroid {
        padding: 8px 8px 12px;
    }

    .polaroid-tape {
        width: 66px;
        height: 18px;
    }

    .polaroid-one {
        width: 160px;
        height: 120px;
        left: 0;
        bottom: 30px;
    }

    .polaroid-two {
        width: 130px;
        height: 170px;
        left: 135px;
        bottom: 26px;
    }

    .polaroid-three {
        width: 120px;
        height: 155px;
        left: 250px;
        top: 0;
    }

    .testimonial-shell {
        gap: 10px;
    }

    .testimonial-nav {
        width: 36px;
        height: 36px;
        font-size: 24px;
        flex: 0 0 36px;
    }

    .testimonial-slider {
        min-height: 290px;
    }

    .testimonial-card {
        padding: 24px 20px 22px;
        border-radius: 14px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 14px;
    }

    .testimonial-stars {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .testimonial-author img {
        width: 46px;
        height: 46px;
    }

    .testimonial-author h4 {
        font-size: 16px;
    }

    .testimonial-author p {
        font-size: 13px;
    }

    .happy-stamp {
        position: static;
        margin: 20px auto 0;
        transform: rotate(12deg);
    }
}

/* ================= FOOTER RESPONSIVE ================= */

@media (max-width: 1199px) {
    .footer-content {
        grid-template-columns: 1.1fr 0.7fr 0.7fr 1fr;
    }

    .footer-map-card {
        grid-column: 1 / -1;
        max-width: 520px;
        justify-self: end;
    }
}

@media (max-width: 991px) {
    .site-footer {
        padding-top: 74px;
    }

    .footer-cta {
        margin-bottom: 54px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 34px;
    }

    .footer-map-card {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(100%, 540px);
    }

    .footer-mountain-sketch {
    width: 250px;
    right: 20px;
    left: auto;
    top: 80px;
}

    .footer-tape {
        width: 64px;
        right: 12%;
    }
}

@media (max-width: 575px) {
    .site-footer {
        padding-top: 60px;
    }

    .footer-cta {
        text-align: left;
        margin-bottom: 44px;
    }

    .footer-cta h2 {
        font-size: 40px;
    }

    .footer-cta p {
        font-size: 14px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 48px;
    }

    .footer-logo img {
        width: 165px;
    }

    .footer-brand p {
        max-width: 100%;
        font-size: 14px;
    }

    .footer-map-card {
        min-height: 245px;
        transform: rotate(-1.5deg);
    }

    .map-pin p {
        font-size: 19px;
    }

    .map-pin span {
        width: 18px;
        height: 18px;
    }

    .map-pin span::after {
        width: 6px;
        height: 6px;
        left: 6px;
        top: 6px;
    }

    .map-pin-leh {
        right: 22%;
        top: 22%;
    }

    .map-pin-dehradun {
        right: 7%;
        top: 47%;
    }

    .map-pin-noida {
        right: 18%;
        bottom: 18%;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-mountain-sketch {
    width: 190px;
    right: -45px;
    left: auto;
    top: 72px;
    opacity: 0.18;
}

    .footer-pinecone {
        width: 105px;
        right: -32px;
        bottom: 34px;
    }

    .footer-tape {
        display: none;
    }
}

/* ================= HEADER MOBILE FIX ================= */

@media (max-width: 991px) {
    .site-header {
        top: 14px;
    }

    .header-container {
        width: min(94%, 720px);
        min-height: 64px;
        padding: 0 16px;
        background: rgba(255, 255, 255, 0.88);
        backdrop-filter: blur(16px);
        box-shadow: 0 12px 28px rgba(34, 24, 18, 0.10);
    }

    .site-logo img {
        width: 148px;
    }

    .desktop-nav,
    .header-cta {
        display: none;
    }

    .hamburger {
        width: 42px;
        height: 42px;
        border: none;
        background: transparent;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        padding: 0;
    }

    .hamburger span {
        width: 25px;
        height: 2px;
        background: #2d2119;
        border-radius: 999px;
        transition: all 0.3s ease;
    }

    .site-header.menu-open .hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .site-header.menu-open .hamburger span:nth-child(2) {
        opacity: 0;
    }

    .site-header.menu-open .hamburger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .mobile-menu {
        position: absolute;
        top: 76px;
        left: 50%;
        width: min(94%, 720px);
        transform: translateX(-50%) translateY(-10px);
        padding: 22px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(18px);
        border-radius: 22px;
        box-shadow: 0 18px 42px rgba(34, 24, 18, 0.14);
        display: flex;
        flex-direction: column;
        gap: 16px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .site-header.menu-open .mobile-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    .mobile-menu a {
        color: #2d2119;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        padding: 8px 4px;
    }

    .mobile-menu-cta {
        margin-top: 8px;
        min-height: 48px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: #8B6E4E;
        color: #fff !important;
        border-radius: 4px;
        padding: 0 20px !important;
    }
}

@media (max-width: 575px) {
    .site-logo img {
        width: 132px;
    }

    .header-container {
        min-height: 60px;
    }

    .mobile-menu {
        top: 72px;
    }
}

/* ================= HEADER MOBILE FINAL FIX ================= */

@media (max-width: 991px) {
    .site-header {
        top: 14px !important;
    }

    .header-container {
        width: min(94%, 720px) !important;
        min-height: 62px !important;
        padding: 0 16px !important;
        background: rgba(255, 255, 255, 0.92) !important;
        backdrop-filter: blur(16px) !important;
        box-shadow: 0 12px 28px rgba(34, 24, 18, 0.12) !important;
    }

    .site-logo img {
        width: 132px !important;
    }

    .desktop-nav,
    .header-cta {
        display: none !important;
    }

    .hamburger {
        width: 42px !important;
        height: 42px !important;
        border: none !important;
        background: transparent !important;
        display: inline-flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;
        cursor: pointer !important;
        padding: 0 !important;
        margin-left: auto !important;
    }

    .hamburger span {
        width: 25px !important;
        height: 2px !important;
        background: #2d2119 !important;
        border-radius: 999px !important;
        transition: all 0.3s ease !important;
    }

    .site-header.menu-open .hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg) !important;
    }

    .site-header.menu-open .hamburger span:nth-child(2) {
        opacity: 0 !important;
    }

    .site-header.menu-open .hamburger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg) !important;
    }

    .mobile-menu {
        position: absolute !important;
        top: 76px !important;
        left: 50% !important;
        width: min(94%, 720px) !important;
        transform: translateX(-50%) translateY(-10px) !important;
        padding: 22px !important;
        background: rgba(255, 255, 255, 0.96) !important;
        backdrop-filter: blur(18px) !important;
        border-radius: 22px !important;
        box-shadow: 0 18px 42px rgba(34, 24, 18, 0.14) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: all 0.3s ease !important;
    }

    .site-header.menu-open .mobile-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateX(-50%) translateY(0) !important;
    }

    .mobile-menu a {
        color: #2d2119 !important;
        text-decoration: none !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
        padding: 8px 4px !important;
    }

    .mobile-menu-cta {
        margin-top: 8px !important;
        min-height: 48px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #8B6E4E !important;
        color: #fff !important;
        border-radius: 4px !important;
        padding: 0 20px !important;
    }
}
/* ================= CASA HEADER MOBILE FIX ================= */

@media (max-width: 991px) {
    .cc-header {
        top: 14px;
    }

    .cc-header-inner {
        width: min(94%, 720px);
        height: 62px;
        padding: 0 16px;
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(16px);
        box-shadow: 0 12px 28px rgba(34, 24, 18, 0.12);
    }

    .cc-logo img {
        width: 132px;
        max-height: 48px;
    }

    .cc-nav,
    .cc-header-btn {
        display: none;
    }

    .cc-menu-btn {
        width: 42px;
        height: 42px;
        border: none;
        background: transparent;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        padding: 0;
        margin-left: auto;
    }

    .cc-menu-btn span {
        width: 25px;
        height: 2px;
        background: #2d2119;
        border-radius: 999px;
        transition: all 0.3s ease;
    }

    .cc-header.menu-open .cc-menu-btn span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .cc-header.menu-open .cc-menu-btn span:nth-child(2) {
        opacity: 0;
    }

    .cc-header.menu-open .cc-menu-btn span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .cc-mobile-menu {
        position: absolute;
        top: 76px;
        left: 50%;
        width: min(94%, 720px);
        transform: translateX(-50%) translateY(-10px);
        padding: 22px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(18px);
        border-radius: 22px;
        box-shadow: 0 18px 42px rgba(34, 24, 18, 0.14);
        display: flex;
        flex-direction: column;
        gap: 14px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .cc-header.menu-open .cc-mobile-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    .cc-mobile-menu a {
        color: #2d2119;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        padding: 8px 4px;
    }

    .cc-mobile-cta {
        margin-top: 8px;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #8B6E4E;
        color: #fff !important;
        border-radius: 4px;
        padding: 0 20px !important;
    }
}

/* ================= ABOUT RIGHT DECOR RESPONSIVE ================= */

@media (max-width: 991px) {
    .about-right-decor {
        right: -40px;
        bottom: -150px;
        width: 230px;
        opacity: 0.55;
    }
}

@media (max-width: 575px) {
    .about-right-decor {
        right: -55px;
        bottom: -105px;
        width: 170px;
        opacity: 0.38;
        transform: rotate(8deg);
    }
}

/* ================= CHOOSE CASA RIGHT DECOR RESPONSIVE ================= */

@media (max-width: 991px) {
    .choose-right-decor {
        right: -35px;
        top: -120px;
        width: 230px;
        opacity: 0.45;
    }
}

@media (max-width: 575px) {
    .choose-right-decor {
        right: -45px;
        top: -80px;
        width: 150px;
        opacity: 0.28;
        transform: rotate(8deg);
    }
}

/* ================= INTER SECTION DIVIDER RESPONSIVE ================= */

@media (max-width: 991px) {
    .travel-divider {
        padding: 34px 0 42px;
    }

    .travel-divider-script {
        font-size: 28px;
    }

    .travel-divider-line::before,
    .travel-divider-line::after {
        width: 72px;
    }

    .travel-divider-stamp {
        width: 58px;
        left: -8px;
    }

    .travel-divider-pine {
        width: 72px;
        right: 6%;
        top: -6px;
    }

    .travel-divider-tape {
        width: 54px;
        right: 2%;
    }
}

@media (max-width: 575px) {
    .travel-divider {
        padding: 24px 0 30px;
    }

    .travel-divider-inner {
        min-height: 90px;
    }

    .travel-divider-script {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .travel-divider-line {
        gap: 8px;
        margin-bottom: 10px;
    }

    .travel-divider-line span {
        width: 6px;
        height: 6px;
    }

    .travel-divider-line::before,
    .travel-divider-line::after {
        width: 38px;
    }

    .travel-divider-badge {
        font-size: 11px;
        letter-spacing: 0.12em;
        min-height: 30px;
        padding: 0 14px;
    }

    .travel-divider-stamp {
        width: 46px;
        top: 18px;
        left: -10px;
        opacity: 0.5;
    }

    .travel-divider-pine {
        display: none;
    }

    .travel-divider-tape {
        width: 44px;
        right: 0;
        bottom: 4px;
    }
}

/* ================= LEAF DECOR DIVIDER RESPONSIVE ================= */

@media (max-width: 991px) {
    .leaf-decor-divider {
        margin: -8px 0 0;
    }

    .leaf-decor-divider img {
        width: 140%;
        max-width: none;
        transform: translateX(-20%);
    }
}

@media (max-width: 575px) {
    .leaf-decor-divider {
        margin: 0 0 4px;
    }

    .leaf-decor-divider img {
        width: 190%;
        max-width: none;
        transform: translateX(-42%);
    }
}

/* ================= SCROLL PINECONE RESPONSIVE ================= */

@media (max-width: 991px) {
    .scroll-pinecone {
        width: 76px;
        z-index: 65;
    }
}

@media (max-width: 575px) {
    .scroll-pinecone {
        width: 46px;
        z-index: 60;
        opacity: 0;
    }
}

/* ================= INNER PAGES RESPONSIVE ================= */

@media (max-width: 991px) {
    .inner-hero {
        min-height: 56vh;
        padding: 150px 0 110px;
    }

    .inner-hero-content > p:not(.section-kicker) {
        font-size: 17px;
    }

    .inner-pine {
        width: 110px;
        right: -22px;
        bottom: 70px;
    }

    .inner-fern {
        width: 125px;
        left: -48px;
        bottom: 100px;
    }

    .page-section {
        padding: 78px 0;
    }

    .about-story-grid,
    .philosophy-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .paper-photo-card img {
        height: 390px;
    }

    .promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promise-leaf-strip {
        width: 92%;
    }
}

@media (max-width: 575px) {
    .inner-hero {
        min-height: 52vh;
        padding: 130px 0 95px;
    }

    .inner-hero h1 {
        font-size: 46px;
    }

    .inner-hero-content > p:not(.section-kicker) {
        font-size: 15px;
        line-height: 1.75;
    }

    .inner-hero-torn {
        height: 72px;
    }

    .inner-pine {
        width: 76px;
        right: -28px;
        bottom: 62px;
        opacity: 0.85;
    }

    .inner-fern {
        width: 88px;
        left: -42px;
        bottom: 82px;
        opacity: 0.75;
    }

    .page-section {
        padding: 58px 0;
    }

    .page-section-heading h2,
    .about-story-content h2,
    .philosophy-content h2 {
        font-size: 38px;
    }

    .page-section-heading p:not(.section-kicker),
    .about-story-content p,
    .philosophy-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .paper-photo-card {
        padding: 12px 12px 24px;
    }

    .paper-photo-card img {
        height: 270px;
    }

    .paper-tape {
        width: 82px;
        height: 24px;
        top: -12px;
    }

    .promise-grid {
        grid-template-columns: 1fr;
    }

    .promise-card {
        padding: 30px 24px 28px;
    }

    .philosophy-note {
        padding: 42px 24px;
    }

    .philosophy-note p {
        font-size: 34px;
    }
}

/* Inner page torn divider spacing fix */

@media (max-width: 991px) {
    .inner-hero-torn {
        bottom: -58px;
        height: 120px;
    }

    
}

@media (max-width: 575px) {
    .inner-hero-torn {
        bottom: -44px;
        height: 95px;
    }
 
}

/* Inner page torn spacing final correction */

@media (max-width: 991px) {
    .inner-hero-torn {
        bottom: -45px;
        height: 105px;
        overflow: hidden;
    }

    .page-section {
        padding: 58px 0 82px;
    }
}

@media (max-width: 575px) {
    .inner-hero-torn {
        bottom: -34px;
        height: 82px;
        overflow: hidden;
    }

    .page-section {
        padding: 44px 0 68px;
    }
}

/* ================= HORIZONTAL GALLERY RESPONSIVE ================= */

@media (max-width: 991px) {
    .horizontal-gallery-wrapper {
        padding: 10px 0 58px;
    }

    .horizontal-gallery-track {
        gap: 26px;
        padding: 18px 6vw;
    }

    .horizontal-gallery-card {
        flex-basis: 420px;
    }

    .horizontal-gallery-image {
        height: 310px;
    }

    .horizontal-gallery-content h3 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .horizontal-gallery-wrapper {
        padding: 0 0 46px;
    }

    .horizontal-gallery-track {
        gap: 22px;
        padding: 16px 5vw;
    }

    .horizontal-gallery-card {
        flex-basis: 82vw;
        padding: 11px 11px 24px;
        transform: rotate(0deg);
    }

    .horizontal-gallery-card:nth-child(even) {
        transform: rotate(0deg);
    }

    .horizontal-gallery-image {
        height: 265px;
    }

    .gallery-book-btn {
        right: 12px;
        bottom: 12px;
        min-height: 38px;
        padding: 0 15px;
        font-size: 11px;
    }

    .horizontal-gallery-content {
        padding-top: 18px;
    }

    .horizontal-gallery-content h3 {
        font-size: 27px;
    }

    .horizontal-gallery-content p {
        font-size: 14px;
    }
}

/* ================= LOCATION PAGE RESPONSIVE ================= */

@media (max-width: 991px) {
    .location-journey-wrap {
        gap: 74px;
    }

    .location-story-card,
    .location-card-right {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .location-card-right .location-story-content {
        order: 2;
    }

    .location-card-right .location-story-image {
        order: 1;
    }

    .location-story-image img {
        height: 360px;
    }

    .location-story-content p:not(.section-kicker) {
        max-width: 100%;
    }

    .list-home-inner {
        grid-template-columns: 92px 1fr;
        gap: 24px;
    }

    .list-home-inner .brown-btn {
        grid-column: 1 / -1;
        width: fit-content;
    }

    .list-home-icon {
        width: 86px;
        height: 86px;
    }

    .list-home-icon span {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .location-journey-section {
        padding-top: 20px;
    }

    .location-journey-wrap {
        gap: 58px;
    }

    .location-story-card {
        gap: 26px;
    }

    .location-story-image {
        padding: 11px 11px 26px;
        transform: rotate(0deg);
    }

    .location-card-right .location-story-image {
        transform: rotate(0deg);
    }

    .location-story-image img {
        height: 265px;
    }

    .location-story-content h2 {
        font-size: 44px;
    }

    .location-story-content p:not(.section-kicker) {
        font-size: 14px;
        line-height: 1.75;
    }

    .location-tags {
        gap: 8px;
        margin-bottom: 22px;
    }

    .location-tags span {
        min-height: 31px;
        padding: 0 11px;
        font-size: 11px;
    }

    .location-float-one,
    .location-float-two {
        display: none;
    }

    .list-home-section {
        padding: 58px 0;
    }

    .list-home-inner {
        grid-template-columns: 1fr;
        padding: 34px 24px;
        text-align: center;
    }

    .list-home-icon {
        margin: 0 auto;
    }

    .list-home-inner .brown-btn {
        width: 100%;
        justify-content: center;
    }

    .list-home-sketch {
        width: 190px;
        left: -40px;
        bottom: 20px;
    }
}
/* =========================================================
   PROPERTY MANAGEMENT - MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .pm-hero {
        min-height: auto;
        padding: 100px 0 130px;
    }

    .pm-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .pm-hero-content {
        text-align: center;
        margin: auto;
    }

    .pm-hero-content > p:not(.section-kicker):not(.pm-hero-subtitle) {
        margin-left: auto;
        margin-right: auto;
    }

    .pm-hero-image {
        max-width: 650px;
        width: 100%;
        margin: auto;
    }

    .pm-photo-card img {
        height: 420px;
    }

    .pm-owner-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pm-owner-content {
        text-align: center;
    }

    .pm-owner-circle {
        width: 260px;
        height: 260px;
    }

    .pm-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pm-benefits {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .pm-hero {
        padding-top: 80px;
    }

    .pm-hero-content h1 {
        font-size: 48px;
    }

    .pm-hero-subtitle {
        font-size: 20px;
    }

    .pm-hero-content > p:not(.section-kicker):not(.pm-hero-subtitle) {
        font-size: 16px;
    }

    .pm-photo-card {
        transform: rotate(1deg);
    }

    .pm-photo-card img {
        height: 330px;
    }

    .pm-owner,
    .pm-services,
    .pm-why,
    .pm-final-cta {
        padding: 75px 0;
    }

    .pm-owner-content h2 {
        font-size: 42px;
    }

    .pm-service-grid {
        grid-template-columns: 1fr;
    }

    .pm-why-card {
        padding: 28px 20px;
    }

    .pm-why-heading {
        align-items: flex-start;
        gap: 15px;
    }

    .pm-shield {
        width: 65px;
        height: 78px;
        font-size: 28px;
        flex-shrink: 0;
    }

    .pm-why-heading h2 {
        font-size: 32px;
    }

    .pm-contact-details {
        flex-direction: column;
        gap: 15px;
    }

    .pm-cta-fern {
        width: 150px;
        left: -70px;
    }

    .pm-cta-pine {
        width: 100px;
        right: -30px;
    }

}