/* --------------------------------------------------
   <= 1400px (xxl)
-------------------------------------------------- */
@media (max-width: 1400px) {
    .hero-image-bg {
        width: 100%;
        height: 620px;
    }

    .whats-on-image {
        height: 520px;
    }

    .whats-on-image-container::before {
        width: calc(100% - 40px);
    }

    .hero-title {
        font-size: 4rem;
    }
}

/* --------------------------------------------------
   <= 1200px (xl)
-------------------------------------------------- */
@media (max-width: 1200px) {
    .info-text {
        font-size: var(--font-size-xs);
    }

    .logo {
        height: 52px;
    }

    .nav-link {
        letter-spacing: 0.1em;
        padding: var(--space-xs) var(--space-sm);
    }

    .hero-content-wrapper,
    .whats-on-wrapper,
    .events-text-col {
        padding: var(--space-2xl);
    }

    .section-title,
    .whats-on-title,
    .reserve-title {
        font-size: 2.5rem;
    }
    
    .team-quote-text {
        font-size: 2rem;
    }
    
    .team-quote-bg {
        min-height: 600px;
    }
    
    .team-quote-content {
        padding: 0 var(--space-lg) var(--space-4xl);
    }
    .hero-image-container::before {
        content: "";
        position: absolute;
        /* top: 24px; */
        left: 32px;
        width: calc(69% + var(--frame-offset));
        height: 100%;
        border: 1px solid var(--color-gold);
        z-index: 99;
        pointer-events: none;
    }
}

/* --------------------------------------------------
   <= 992px (lg) - Tablet
-------------------------------------------------- */
@media (max-width: 992px) {
    /* Hide header-top (hours, phone, address bar) on mobile/tablet */
    .header-top {
        display: none !important;
    }

    .header-left,
    .header-right {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-center {
        order: -1;
        width: 100%;
        justify-content: center;
        margin-bottom: var(--space-sm);
    }

    /* Hero Section - Tablet */
    .hero-section {
        padding: 0;
    }

    .hero-image-wrapper {
        position: relative;
        min-height: 500px;
    }

    .hero-swiper {
        position: relative;
    }

    .hero-slide {
        min-height: 500px;
    }

    .hero-image-bg {
        height: 554px;
        width: 100%;
    }

    .hero-image-container::before{
        display:none;
    } 
    .hero-content-overlay {
        position: absolute;
        top: 76px;
        left: 15px;
        right: 16px;
        bottom: 48px;
        transform: none !important;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--color-gold);
        background: rgba(3, 22, 17, 0.60);
        padding: var(--space-xl);
    }

    .hero-content-wrapper {
        padding: 0;
        width: 100%;
        max-width: 600px;
    }

    .hero-title {
        font-size: 3.5rem;
        margin-bottom: var(--space-lg);
        padding-left: 0 !important;
        text-align: left;
    }

    .hero-description {
        max-width: 100%;
        margin: 0 0 40px 75px;
        text-align: left;
        padding: 0;
    }

    .button-wrap {
        margin: 0 auto;
        text-align: right;
    }

    /* Section Headings - Tablet */
    .section-title,
    .whats-on-title,
    .reserve-title {
        font-size: 2.5rem;
    }

    .section-header {
        margin-bottom: var(--space-2xl);
    }

    /* Blog/Stories Section - Tablet */
    .blogs-section {
        padding: var(--space-2xl) 0;
    }

    .blog-card {
        gap: var(--space-sm);
    }

    .blog-image {
        height: 220px;
    }

    .blog-text {
        font-size: var(--font-size-sm);
        margin-bottom: var(--space-sm);
    }

    .stories-swiper {
        padding-bottom: var(--space-xl);
    }

    /* What's On Section - Tablet */
    .whats-on-content,
    .whats-on-image-wrapper {
        min-height: auto;
    }

    .whats-on-image {
        height: 500px;
    }

    .whats-on-wrapper {
        padding: var(--space-2xl);
    }

    .events-images {
        gap: var(--space-sm);
    }

    /* Press Section - Tablet */
    .press-items-row:not(.swiper-wrapper) {
        flex-wrap: wrap;
    }   

    .press-card {
        min-height: auto;
    }
     /* Press swiper: keep horizontal slider on mobile/tablet */
    .press-swiper .swiper-wrapper,
    .press-swiper .press-items-row {
        flex-wrap: nowrap;
    }

    .press-swiper .press-card {
        flex: none;
        height: 100%;
    }


    /* Reserve Section - Tablet */
    .reserve-section {
        padding: var(--space-2xl) 0;
    }

    .reserve-description {
        font-size: var(--font-size-sm);
    }

    /* Navigation - Tablet */
    .navbar-collapse {
        background-color: var(--color-bg-primary);
        padding: var(--space-md) 0;
    }

    .nav-list {
        flex-direction: column;
        gap: var(--space-sm);
    }

    .nav-diamond {
        display: none;
    }
    .whats-on-section{
        padding:56px 0;
    }
    .ish-menu-pdf-modal .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: 0;
    }
    .ish-menu-pdf-modal .modal-fullscreen-lg-down .modal-content {
        border-radius: 0;
    }
}

/* --------------------------------------------------
   <= 768px (md) - Mobile
-------------------------------------------------- */
@media (max-width: 768px) {
    .container{
        padding:0 16px;
    }
    .size-10{
        font-size:10px !important;
    }
    .size-24{
        font-size:24px !important;
    }
    .text-mob-center{
      text-align:center;   
    }
    .hide{
      display:none;
    }
    section {
        padding: var(--space-2xl) 0;
    }

    .main-nav {
        padding: var(--space-md) 0;
    }

    .nav-link {
        font-size: var(--font-size-xs);
        letter-spacing: 0.08em;
    }

    /* Hero Section - Mobile */
    .hero-section {
        padding: 0;
    }

    .hero-image-wrapper {
        min-height: 400px;
    }

    .hero-content-overlay,
    .hero-slide {
        min-height: 400px;
    }

    .hero-content-wrapper {
        padding: 0;
    }
    .hero-image-wrapper::before{
        left:5px;
        top:25%;
        height:6px;
        width:6px;
    }

    .hero-title {
        font-size: 2.5rem;
        margin-bottom: var(--space-md);
        line-height: 1.1;
    }

    .hero-description {
        font-size: var(--font-size-sm);
        margin-bottom: var(--space-md);
        padding: 0;
    }

    .button-wrap {
        margin-bottom: var(--space-md);
    }

    .cta-button,
    .whats-on-button,
    .reserve-button,
    .events-cta {
        padding: 15px;
        font-size: var(--font-size-sm);
        letter-spacing: 0.15em;
    }

    /* Section Headings - Mobile */
    .section-title,
    .whats-on-title,
    .event-form-title,
    .reserve-title {
        font-size: 24px;
        margin-bottom: var(--space-sm);
    }

    .section-subtitle {
        font-size: 10px !important;
        letter-spacing: 6px;
    }

    .section-header {
        margin-bottom: var(--space-xl);
    }

    .lotus-icon {
        margin-bottom: var(--space-sm);
    }

    .flower-icon {
        width: 60px;
        height: 75px;
    }
    .quote-section{
        padding:56px 0;
    }

    /* Blog/Stories Section - Mobile */
    .blogs-section {
        padding: var(--space-xl) 0;
    }

    .blog-card {
        gap: var(--space-sm);
    }

    .blog-image {
        height: 200px;
    }

    .blog-text {
        font-size: var(--font-size-xs);
        line-height: 1.6;
    }

    .blog-meta {
        font-size: 10px;
        gap: var(--space-sm);
    }

    .stories-swiper {
        padding-bottom: var(--space-3xl);
    }

    /* What's On Section - Mobile */
    .whats-on-image {
        height: 260px;
    }

    .whats-on-wrapper {
        padding: var(--space-xl) var(--space-lg);
    }

    .whats-on-title {
        font-size: 2rem;
    }
    
    .whats-on-image-container::before {
        top: 0px;
        right: -10px;
        width: 100%;
        height: calc(100% + 0px);
    }

    .event-title {
        font-size: var(--font-size-lg);
    }

    .whats-on-cta {
        margin-top: var(--space-md);
    }

    .whats-on-contact {
        margin-top: var(--space-md);
    }

    .events-images {
        flex-direction: row;
        gap: var(--space-sm);
    }

    .events-image {
        width: 50%;
        height: 240px;
    }

    .events-subheading {
        font-size: var(--font-size-sm);
        margin-bottom: var(--space-sm);
    }

    .events-description {
        font-size: var(--font-size-sm);
        margin-bottom: var(--space-lg);
    }

    /* Press Section - Mobile */
    .press-card {
        min-height: auto;
        padding:23px 21px;
    }

    .press-quote {
        font-size: var(--font-size-sm);
    }

    /* Reserve Section - Mobile */
    .reserve-content {
        padding: 0;
    }

    .reserve-description {
        font-size: var(--font-size-sm);
        line-height: 1.6;
    }

    /* Quote Section - Mobile */
    .quote-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .quote-content {
        padding: 0 var(--space-md);
    }
    
    /* Team Quote Section - Mobile */
    .team-quote-text {
        font-size: 1.75rem;
    }
    
    .team-quote-bg {
        min-height: 250px;
    }
    
    .team-quote-content {
        padding: 0;
    }

    /* Footer - Mobile */
    .footer-section{
        padding-top:56px;
    }
    .footer-title{
        margin-bottom:28px;
    }
    .footer-column-header{
        display:flex;
        gap:16px;
        margin-bottom:0;
    }
    .footer-nav {
        flex-direction: column;
        gap: var(--space-sm);
    }
    .footer-diamond-menu{
        height:auto;
    }
    .vr{
        color:var(--color-gold);
        opacity:1;
    }

    /* About Page - Mobile */
    .about-title {
        font-size: 36px;
    }
    .press-logo-wrapper{
        width:50%;
    }
    .chef-name{
        font-size:8px;
    }
    .team-quote-section{
        padding:56px 16px;
    }

    .founder-images img {
        height: auto;
        width:50%;
    }
    
    .events-section{
        padding:56px 0;
    }
    
     /* Events Section - Small Mobile */
    .events-text-col {
        padding:0;
    }
    .caption-text{
    letter-spacing: 2.16px;
    font-size: 10px;
    }
    .section-header-1 .lotus-icon{
        justify-content:center !important;
    }
    .private-event-content{
        padding:var(--space-5xl) 0;
    }
    .testimonials-swiper{
        padding-bottom:0;
    }
    .whats-on-subtitle{
        font-size:10px;
    }
    .footer-logo-center {
        position: relative;
        text-align: center;
        padding: 20px 0;
    }
    
    /* Left Line */
    .footer-mob-logo::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 84px;
        height: 1px;
        background: var(--color-gold);
        transform: translateY(-50%);
    }
    
    /* Right Line */
    .footer-mob-logo::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 84px;
        height: 1px;
        background: var(--color-gold);
        transform: translateY(-50%);
    }
    .about-bg{
        background-image: url('../images/about-mob-banner.png') !important;
    }
}

/* --------------------------------------------------
   <= 576px (sm) - Small Mobile
-------------------------------------------------- */
@media (max-width: 576px) {
    .header-left,
    .header-right {
        align-items: flex-start;
        gap: var(--space-2xs);
    }

    .logo {
        height: 44px;
    }

    .nav-list {
        justify-content: center;
        gap: var(--space-2xs);
    }

    .nav-link {
        padding: var(--space-2xs) var(--space-xs);
        font-size: 0.65rem;
    }

    /* Hero Section - Small Mobile */
    .hero-image-wrapper {
        min-height: 350px;
    }

    .hero-content-overlay,
    .hero-slide {
        min-height: 350px;
    }

    .hero-content-wrapper {
        padding: 0;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: var(--space-sm);
    }

    .hero-description {
        font-size: 11px;
        margin-bottom: var(--space-sm);
    }

    .section-header {
        margin-bottom: var(--space-lg);
    }

    .flower-icon {
        width: 50px;
        height: 85px;
    }

    /* Blog/Stories Section - Small Mobile */
    .blog-image {
        height: 180px;
    }

    .blog-text {
        font-size: 11px;
    }

    .whats-on-wrapper {
        padding: var(--space-lg);
    }

    .whats-on-title {
        font-size: 1.75rem;
    }

    .events-image {
        height: 200px;
    }

    /* Quote Section - Small Mobile */
    .quote-text {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    /* Specials Section - Small Mobile */
    .special-image-wrapper,
    .special-image-wrapper.image-small {
        width: 100%;
        max-width: 260px;
        height: auto;
    }

    /* Reserve Section - Small Mobile */
    .reserve-description {
        font-size: 11px;
    }

    /* Press Section - Small Mobile */
    .blog-card {
        padding:0;
    }

    .press-quote {
        font-size: 11px;
    }

    /* Footer - Small Mobile */
    .footer-logo-center::before,
    .footer-logo-center::after {
        display: none;
    }

    /* About Page - Small Mobile */
    .about-banner {
        height: 500px;
    }
    
    .team-quote-text {
        font-size: 1.5rem;
        line-height: var(--line-height-relaxed);
    }
    
    .bottom-line-img {
        width: 180px;
    }
    .whats-on-section .container {
        padding:0 32px 0 16px;
        
    }
    .ish-announcement-bar .info-text,
    .ish-menu-pdf-link{
        font-size:11px !important;
    } 
}

@media (max-width: 365px) {
    .contact-question,
    .contact-email,.cta-button, .whats-on-button, .reserve-button, .events-cta{
        font-size:13px;
    }
}

/* --------------------------------------------------
   MOBILE HEADER: hamburger left, logo center (Figma)
   + Left sidebar (offcanvas)
-------------------------------------------------- */
@media (max-width: 991px) {
    .ish-mobile-header {
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom:20px;
        border-bottom:1px solid #AB984C;
    }

    .ish-toggler-left {
        margin-right: 0;
        margin-left: 0;
        order: 0;
        flex-shrink: 0;
        box-shadow:none !important;
    }

    .ish-mobile-spacer {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        display: block;
    }
    .navbar-logo {
        height: 21px;
        width: auto;
        display: block;
    }
}

/* Mobile sidebar (offcanvas from left) */
.ish-mobile-sidebar.offcanvas {
    background-color: var(--color-bg-primary);
    border-right: 1px solid var(--color-border-soft);
    max-width: 280px;
}

.ish-mobile-sidebar .offcanvas-header {
    border-bottom: 1px solid var(--color-border-soft);
    padding: var(--space-md) var(--space-lg);
}

.ish-mobile-sidebar .offcanvas-title {
    color: var(--color-gold-light);
    font-family: var(--font-family-heading);
    font-size: var(--font-size-lg);
}

.ish-mobile-sidebar .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23AB984C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3E%3C/svg%3E");
}
.ish-sidebar-body {
    padding: var(--space-xl) var(--space-lg);
}

.ish-sidebar-body .nav-list-sidebar {
    gap: 0;
    align-items: stretch;
}

.ish-sidebar-body .nav-item {
    border-bottom: 1px solid var(--color-border-muted);
}

.ish-sidebar-body .nav-item:last-child {
    border-bottom: none;
}

.ish-sidebar-body .nav-link {
    padding: var(--space-md) 0;
    font-size: var(--font-size-base);
    letter-spacing: 0.1em;
    display: block;
}

.ish-sidebar-body .nav-diamond {
    display: none;
}

/* --------------------------------------------------
   PRIVATE EVENTS PAGE RESPONSIVE
-------------------------------------------------- */

@media (max-width: 1200px) {
    .private-event-title {
        font-size: 4rem;
    }
    
    .moment-content {
        padding-left: var(--space-lg);
    }
}

@media (max-width: 992px) {
    .private-event-banner {
        min-height: 500px;
    }
    
    .private-event-title {
        font-size: 3.5rem;
    }
    
    .moment-masonry-grid {
        margin-bottom: var(--space-xl);
    }
    
    .moment-content {
        padding-left: 0;
        padding-top: 0;
    }
    
    .event-types-grid {
        margin-top: var(--space-2xl);
    }
    
    .event-type-image-wrapper {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .private-event-banner {
        min-height: 400px;
    }
    
    .private-event-title {
        font-size: 2.5rem;
    }
    
    .private-event-description {
        font-size: var(--font-size-base);
    }
    
    .event-types-section {
        padding: var(--space-2xl) 0;
    }
    
    .event-type-image-wrapper {
        height: 368px;
    }
    
    .your-moment-section {
        padding: var(--space-2xl) 0;
    }
    
    .moment-masonry-grid {
        gap: var(--space-sm);
    }
    
    .moment-title {
        font-size: 36px;
    }
    
    .moment-description {
        font-size: var(--font-size-sm);
    }
    
    .testimonials-section {
        padding: var(--space-4xl) 0;
    }
    
    .testimonial-quote {
        font-size: var(--font-size-xl);
    }
    
    .event-form-section {
        padding: var(--space-2xl) 0;
    }
    
    .event-form-description {
        font-size: var(--font-size-sm);
        letter-spacing: 0.72px;
    }
    .event-input, .event-textarea{
        padding:14px 16px;
        margin-bottom:0;
    }
}

@media (max-width: 576px) {
    .private-event-banner {
        min-height: 350px;
    }
    
    .private-event-title {
        font-size: 2rem;
    }

    .event-type-image-wrapper {
        height: 368px;
    }
    
    /* Keep masonry grid on mobile: 2-column layout with same arrangement */
    .moment-masonry-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, auto);
        gap: var(--space-sm);
    }
    
    .masonry-item-1 {
        min-height: 140px;
    }
    
    .masonry-item-2 {
        min-height: 220px;
    }
    
    .masonry-item-3 {
        min-height: 120px;
    }
    
    .masonry-item-4 {
        min-height: 240px;
    }

    .testimonial-quote {
        font-size: var(--font-size-lg);
    }
    .footer-nav-link {
     font-size: var(--font-size-xs);
    }
    .footer-nav{
        flex-wrap:nowrap;
            justify-content: space-around;
    }
}

/* --------------------------------------------------
   Single Post (Blog Detail) – responsive
-------------------------------------------------- */
@media (max-width: 768px) {
    .single-post-hero-image {
        height: auto;
        padding: 0 16px;
    }

    .single-post-container {
        padding-left: var(--space-md);
        padding-right: var(--space-md);
    }

    .single-post-title.entry-title {
        font-size:24px;
    }
    .single-post-content.entry-content p{
        font-size:14px;
    }

    .related-blogs-section {
        padding: var(--space-2xl) 0;
    }
}
