/* =========================================================
   RESPONSIVE.CSS
   Mobile-first responsive overrides
   ========================================================= */


/* =========================================================
   CONTAINER
   ========================================================= */

@media (max-width: 1520px) {
    .container,
    .footer-container,
    .footer-info,
    .footer-social,
    .footer-bottom-inner,
    .gallery-swiper,
    .gallery-bottom,
    .image-nav,
    .image-text-two-col__container,
    .rituals-grid__inner,
    .detox-section__inner,
    .newsletter-inner {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .container,
    .footer-container,
    .footer-info,
    .footer-social,
    .footer-bottom-inner,
    .gallery-swiper,
    .gallery-bottom,
    .image-nav,
    .image-text-two-col__container,
    .rituals-grid__inner,
    .detox-section__inner,
    .newsletter-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* =========================================================
   HEADER
   ========================================================= */

/* Mobile: < 1024px */
@media (max-width: 1023px) {
    /* Header - only show hamburger (left), logo (center), CTA (right) */
    .site-header__nav {
        display: none;
    }

    .menu-toggle__label {
        display: none;
    }

    .site-header__top {
        padding: 16px 20px;
    }

    .site-header__logo img {
        height: 60px;
    }

    header.is-scrolled .site-header__logo img {
        height: 36px;
    }

    .booking-btn {
        padding: 10px 14px;
        font-size: 12px;
    }

    .booking-btn__icon {
        display: none;
    }

    .booking-btn--contact {
        display: none;
    }
}

/* Tablet adjustments */
@media (min-width: 1024px) and (max-width: 1200px) {
    .site-header__top {
        padding: 16px 20px;
    }

    .site-header__logo img {
        height: 60px;
    }

    header.is-scrolled .site-header__logo img {
        height: 36px;
    }

    .site-nav {
        gap: 32px;
    }

    .site-nav a {
        font-size: 11px;
    }

    .booking-btn {
        padding: 10px 14px;
        font-size: 12px;
    }
}

@media (max-width: 860px) {
    .site-header__top {
        padding: 14px 20px;
    }

    header.is-scrolled .site-header__top {
        padding: 14px 20px;
    }

    .site-header__logo img {
        height: 64px;
    }

    header.is-scrolled .site-header__logo img {
        height: 36px;
    }

    .booking-btn {
        padding: 10px 12px;
        font-size: 11px;
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .site-header__top {
        padding: 12px 16px;
    }

    header.is-scrolled .site-header__top {
        padding: 12px 16px;
    }

    .site-header__logo img {
        height: 56px;
    }

    header.is-scrolled .site-header__logo img {
        height: 32px;
    }
}


/* =========================================================
   MENU OVERLAY
   ========================================================= */

@media (max-width: 1200px) {
    .menu-overlay {
        grid-template-columns: 1fr 400px;
    }

    .menu-overlay__nav {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .menu-primary__item {
        font-size: 36px;
    }

    .menu-primary__small a {
        font-size: 18px;
    }
}

@media (max-width: 860px) {
    .menu-overlay {
        grid-template-columns: 1fr;
    }

    .menu-overlay__right {
        display: none;
    }

    .menu-overlay__left {
        padding: 80px 30px 40px;
    }

    .menu-overlay__nav {
        height: auto;
        align-items: flex-start;
        gap: 40px;
    }

    .menu-primary {
        gap: 20px;
    }

    .menu-primary__item {
        font-size: 32px;
    }

    .menu-primary__small {
        margin-top: 20px;
        gap: 12px;
    }

    .menu-primary__small a {
        font-size: 16px;
    }

    .menu-secondary__group a {
        font-size: 11px;
    }

    .menu-close {
        top: 20px;
        left: 20px;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 480px) {
    .menu-overlay__left {
        padding: 0;
    }

    .menu-primary__item {
        font-size: 26px;
    }

    .menu-primary__small a {
        font-size: 14px;
    }
}


/* =========================================================
   MOBILE MENU - NEW DESIGN
   ========================================================= */

/* Mobile Header (Logo + Close) - hidden on desktop */
.menu-mobile-header {
    display: none;
}

/* Desktop close button - shown by default */
.menu-close--desktop {
    display: flex;
}

.menu-close--mobile {
    display: none;
}

@media (max-width: 860px) {
    /* Hide desktop close, show mobile header */
    .menu-close--desktop {
        display: none !important;
    }

    .menu-mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 24px;
        position: relative;
        z-index: 10;
    }

    .menu-mobile-logo img {
        height: 50px;
        width: auto;
        filter: brightness(0) invert(1);
    }

    .menu-close--mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        background: transparent;
        color: #fff;
        cursor: pointer;
        position: static;
    }

    .menu-close--mobile span {
        font-size: 24px;
        line-height: 1;
    }

    /* Override left panel for mobile - gradient background */
    .menu-overlay__left {
        background-image: linear-gradient(
            135deg,
            #8b4a2f 0%,
            #a05535 25%,
            #b85b3e 50%,
            #c96a4d 75%,
            #d4785c 100%
        );
        background-size: cover;
        padding: 0;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        min-height: 100dvh;
    }

    /* Navigation - positioned at bottom */
    .menu-overlay__nav {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 32px 60px;
        height: auto;
    }

    .menu-primary {
        gap: 0;
    }

    .menu-primary__item {
        font-family: "Roslindale", serif;
        font-size: 38px;
        font-weight: 400;
        line-height: 1.3;
        color: #ffffff;
        padding: 12px 0;
        display: block;
    }

    .menu-primary__small {
        margin-top: 32px;
        gap: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding-top: 24px;
    }

    .menu-primary__small a {
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.02em;
        color: rgba(255, 255, 255, 0.9);
        padding: 10px 0;
        display: block;
    }

    .menu-secondary {
        display: none;
    }
}

@media (max-width: 480px) {
    .menu-mobile-header {
        padding: 16px 20px;
    }

    .menu-mobile-logo img {
        height: 42px;
    }

    .menu-close--mobile {
        width: 44px;
        height: 44px;
    }

    .menu-close--mobile span {
        font-size: 22px;
    }

    .menu-overlay__nav {
        padding: 0 24px 48px;
    }

    .menu-primary__item {
        font-size: 32px;
        padding: 10px 0;
    }

    .menu-primary__small {
        margin-top: 28px;
        padding-top: 20px;
    }

    .menu-primary__small a {
        font-size: 14px;
        padding: 8px 0;
    }
}


/* =========================================================
   FOOTER
   ========================================================= */

@media (max-width: 1200px) {
    .footer-container {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 48px;
        row-gap: 48px;
    }

    .footer-info {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }

    .footer-marquee span {
        font-size: 80px;
        margin-right: 80px;
    }

    .footer-hero {
        padding: 100px 0 40px;
    }

    .footer-divider {
        margin-bottom: 60px;
    }
}

@media (max-width: 860px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
        row-gap: 40px;
    }

    .footer-info {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-top: 80px;
    }

    .footer-location {
        grid-column: span 2;
    }

    .footer-marquee span {
        font-size: 56px;
        margin-right: 60px;
    }

    .footer-hero {
        padding: 80px 0 30px;
    }

    .footer-divider {
        margin-bottom: 40px;
    }

    .footer-social {
        margin-top: 60px;
        padding-bottom: 100px;
    }
}

@media (max-width: 640px) {
    .footer-container {
        grid-template-columns: 1fr;
        row-gap: 36px;
    }

    .footer-col h4 {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .footer-col ul li {
        margin-bottom: 14px;
    }

    .footer-col ul li a {
        font-size: 12px;
    }

    .footer-info {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-location {
        grid-column: span 1;
    }

    .footer-info-item a {
        font-size: 18px;
    }

    .footer-marquee span {
        font-size: 40px;
        margin-right: 40px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 24px 20px;
    }

    .footer-links {
        flex-direction: column;
        gap: 12px;
    }

    .footer-social {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}


/* =========================================================
   NEWSLETTER
   ========================================================= */

@media (max-width: 860px) {
    .newsletter {
        padding: 100px 0 120px;
    }

    .newsletter-title {
        font-size: 26px;
        margin-bottom: 48px;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 16px;
    }

    .newsletter-form input {
        width: 100%;
        max-width: 480px;
        height: 56px;
        padding: 0 24px;
        font-size: 11px;
    }

    .newsletter-form button {
        height: 56px;
        padding: 0 48px;
        font-size: 11px;
    }

    .newsletter-consent {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .newsletter {
        padding: 80px 0 100px;
    }

    .newsletter-title {
        font-size: 22px;
        margin-bottom: 36px;
    }

    .newsletter-form input {
        height: 52px;
        font-size: 10px;
    }

    .newsletter-form button {
        height: 52px;
        padding: 0 36px;
    }
}


/* =========================================================
   IMAGE NAVIGATION (3 Cards)
   ========================================================= */

@media (max-width: 1200px) {
    .image-nav {
        height: 360px;
        gap: 24px;
        margin: 80px auto;
    }

    .image-nav-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 860px) {
    .image-nav {
        flex-direction: column;
        height: auto;
        gap: 20px;
        margin: 60px auto;
    }

    .image-nav-item {
        flex: none !important;
        height: 280px;
    }

    .image-nav-item:hover {
        flex: none !important;
    }

    .image-nav:hover .image-nav-item:not(:hover) {
        flex: none !important;
    }

    .image-nav:hover .image-nav-item:not(:hover) .image-nav-bg {
        filter: none;
    }

    .image-nav-content {
        padding: 32px;
    }

    .image-nav-content h3 {
        font-size: 28px;
        transform: none !important;
    }

    .image-nav-item:hover h3 {
        transform: none !important;
    }

    .image-nav-arrow {
        opacity: 1;
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .image-nav-item {
        height: 240px;
    }

    .image-nav-content h3 {
        font-size: 24px;
    }
}


/* =========================================================
   NEXT PAGE WIDGET
   ========================================================= */

@media (max-width: 860px) {
    .next-page {
        height: 400px;
    }

    .next-page-title {
        font-size: 48px;
        margin-bottom: 36px;
    }

    .next-page-eyebrow {
        font-size: 11px;
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .next-page {
        height: 340px;
    }

    .next-page-title {
        font-size: 36px;
        margin-bottom: 28px;
    }

    .next-page-content {
        padding: 0 20px;
    }

    .next-page-cta {
        width: 80px;
        height: 48px;
    }
}


/* =========================================================
   GALLERY
   ========================================================= */

@media (max-width: 1024px) {
    .gallery-section {
        padding: 100px 0;
    }

    .gallery-header {
        margin-bottom: 60px;
    }

    .gallery-title {
        font-size: 40px;
    }

    .gallery-watermark {
        background-size: 180px;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 80px 0;
    }

    .gallery-header {
        margin-bottom: 40px;
    }

    .gallery-title {
        font-size: 32px;
    }

    .gallery-watermark {
        background-size: 140px;
        height: 140px;
        inset: -20px 0 0 0;
    }

    .gallery-bottom {
        flex-direction: column;
        gap: 24px;
        margin-top: 24px;
    }

    .gallery-progress {
        width: 100%;
        justify-content: center;
    }

    .gallery-arrows {
        order: -1;
    }

    .gallery-arrows button {
        width: 48px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .gallery-section {
        padding: 60px 0;
    }

    .gallery-title {
        font-size: 28px;
    }

    .gallery-pagination {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 280px;
    }

    .gallery-pagination .gallery-bullet {
        width: 18px;
    }

    .gallery-fraction {
        font-size: 11px;
    }
}


/* =========================================================
   DEPTH STRIP
   ========================================================= */

@media (max-width: 640px) {
    .depth-strip {
        padding: 80px 0 100px;
    }

    .depth-strip__media {
        padding: 0 20px;
    }

    .depth-strip__img--center {
        height: 320px;
    }

    .depth-strip__img--left,
    .depth-strip__img--right {
        height: 220px;
    }

    .depth-strip__moving-text {
        font-size: 72px;
    }

    .depth-strip__copy {
        margin-top: 60px;
        padding: 0 20px;
    }

    .depth-strip__lead {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .depth-strip__body {
        font-size: 13px;
    }
}


/* =========================================================
   RITUALS GRID
   ========================================================= */

@media (max-width: 640px) {
    .rituals-grid {
        padding: 60px 0;
    }

    .rituals-grid__inner {
        gap: 60px;
    }

    .ritual-card {
        padding: 80px 24px;
    }

    .ritual-card__title {
        font-size: 28px;
    }

    .ritual-card__text {
        font-size: 13px;
    }

    .ritual-card__media {
        height: 180px;
    }

    .ritual-card--left {
        padding-top: 140px;
    }

    .ritual-card--right {
        padding-bottom: 140px;
    }
}


/* =========================================================
   DETOX SECTION
   ========================================================= */

@media (max-width: 640px) {
    .detox-section {
        padding: 60px 0;
    }

    .detox-content__title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .detox-content__text {
        font-size: 14px;
    }

    .detox-images__large {
        height: 260px;
    }

    .detox-images__small {
        height: 200px;
        margin-top: -40px;
    }
}


/* =========================================================
   RESTAURANT INFO
   ========================================================= */

@media (max-width: 640px) {
    .restaurant-info {
        padding: 50px 0;
    }

    .restaurant-info-row {
        padding: 16px 20px;
    }

    .restaurant-info-row__label {
        font-size: 15px;
        gap: 12px;
    }

    .restaurant-info-row__label svg {
        width: 18px;
        height: 18px;
    }

    .restaurant-info-row__value {
        font-size: 12px;
        padding-left: 30px;
    }
}


/* =========================================================
   LEGAL CONTENT
   ========================================================= */

@media (max-width: 480px) {
    .legal-content {
        padding: 60px 0 80px;
    }

    .legal-content__inner {
        padding: 0 16px;
    }

    .legal-content__body {
        font-size: 14px;
    }

    .legal-content__body h2 {
        font-size: 26px;
        margin-bottom: 24px;
        margin-top: 48px;
    }

    .legal-content__body h3 {
        font-size: 18px;
        margin-top: 36px;
        margin-bottom: 16px;
    }

    .legal-content__body ul,
    .legal-content__body ol {
        padding-left: 20px;
    }
}


/* =========================================================
   UTILITIES
   ========================================================= */

/* Hide on mobile */
@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

/* Hide on desktop */
@media (min-width: 769px) {
    .hide-desktop {
        display: none !important;
    }
}

/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden;
}


/* =========================================================
   GASTRO INTRO
   ========================================================= */

@media (max-width: 1024px) {
    .gastro-intro__inner {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .gastro-intro__inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}


/* =========================================================
   GASTRO GRID - Mobile Fix
   ========================================================= */

@media (max-width: 768px) {
    .gastro-grid {
        padding: 60px 24px;
    }

    .gastro-grid__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .gastro-card__image {
        height: auto;
        aspect-ratio: 16/10;
    }

    .gastro-card__content {
        padding: 20px 0;
    }

    .gastro-card__text {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .gastro-grid {
        padding: 40px 20px;
    }

    .gastro-grid__inner {
        gap: 24px;
    }

    .gastro-card__text {
        font-size: 13px;
    }

    .gastro-card__title {
        font-size: 12px;
    }
}


/* =========================================================
   ABOUT HERO - Mobile Fix
   ========================================================= */

@media (max-width: 768px) {
    .about-hero__middle-image::after {
        right: -20px;
        width: 200px;
        height: 70vh;
    }
}
