@font-face {
    font-family: 'PiklabJemore';
    src: url('../fonts/PIKLAB JEMORE.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    max-width: 100% !important;
    overflow-x: clip !important;
}

/* Premium Header Styles - Refined */

.premium-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    z-index: 1000;
    font-family: PlusJaS-Regular, sans-serif;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    /* Stronger premium drop shadow */
    box-sizing: border-box !important;
    overflow-x: clip !important;
    /* Prevent diagonal slants from causing x-scroll */
    overflow-y: visible !important;
    /* Allow dropdown to show */
}

/* Noise Texture Overlay */
.premium-header-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.12;
    z-index: 4;
    mix-blend-mode: multiply;
}

/* --- Left Side (Light Beige) --- */
.ph-dark-side {
    position: relative;
    /* width removed to allow content-based intrinsic sizing */
    background-color: #fcf5e8;
    /* Rich light beige */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: max(70px, calc(50vw - 700px));
    /* Push logo right to avoid overlapping the decorative stripes */
    padding-right: 50px;
    /* Fixed distance from Hotline to split line */
    flex-shrink: 0;
}

/* Base Skewed Edge */
.ph-dark-side::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 40px;
    height: 100%;
    background-color: #fcf5e8;
    transform: skewX(-25deg);
    z-index: 1;
}

/* Mobile Hamburger (Hidden on Desktop) */
.ph-mob-hamburger {
    display: none;
}

/* --- Left Decorative Stripes --- */
.ph-stripe {
    position: absolute;
    top: 0;
    height: 100%;
    transform: skewX(-25deg);
    z-index: 2;
}

/* Far left wide orange block */
.ph-stripe-left-1 {
    left: -20px;
    width: 55px;
    background-color: #FFA827;
}

/* Thin orange line */
.ph-stripe-left-2 {
    left: 40px;
    /* Shifted closer to Stripe 1 */
    width: 4px;
    background-color: #FFA827;
}

/* --- Right Decorative Stripes (Divider) --- */
/* Thin orange line (formerly thick) */
.ph-stripe-right-1 {
    right: -17px;
    width: 5px;
    /* Overlaps by 1px */
    background-color: #FFA827;
    z-index: 3;
}

/* Thin beige/light line */
.ph-stripe-right-2 {
    right: -22px;
    /* Shifted left by 1px to overlap Stripe 3 */
    width: 6px;
    /* Widened by 2px to overlap both sides */
    background-color: #fcf5e8;
    z-index: 2;
}

/* Thick orange line (formerly thin) */
.ph-stripe-right-3 {
    right: -33px;
    width: 12px;
    background-color: #FFA827;
    z-index: 1;
}

.ph-dark-content {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 30px;
    /* Removed margin-left to rely on padding-left of parent */
}

/* Logo Area */
.ph-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 50px;
    gap: 12px;
}

.ph-logo-img {
    height: 46px;
    width: auto;
    object-fit: contain;
}

.ph-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.ph-logo-text-top {
    font-family: 'PiklabJemore', sans-serif;
    font-size: 13px;
    color: #FFA827;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1px;
    line-height: 1;
}

.ph-logo-text-bottom {
    font-family: 'PiklabJemore', sans-serif;
    font-size: 27px;
    color: #603813;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    line-height: 0.95;
    margin-top: 0px;
}

.ph-logo svg {
    height: 100%;
    width: auto;
}

.ph-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* Logo color adjustment for light background */
.ph-logo svg path[fill="white"],
.ph-logo svg path[fill="#ffffff"],
.ph-logo svg path[fill="#FFFFFF"],
.ph-logo svg path[fill="#fff"],
.ph-logo svg path[fill="#FFF"] {
    fill: #603813 !important;
}

/* Slash Divider */
.ph-slash {
    position: relative;
    width: 1.5px;
    /* Thinner */
    height: 65px;
    /* Taller */
    background: linear-gradient(to bottom, rgba(255, 168, 39, 0) 0%, rgba(255, 168, 39, 0.8) 20%, rgba(255, 168, 39, 0.8) 80%, rgba(255, 168, 39, 0) 100%);
    /* Fade at ends */
    transform: rotate(25deg);
    /* Slant exactly parallel to skewX(-25deg) */
    color: transparent;
    /* Hide the text character */
    font-size: 0;
    margin: 0 10px;
}

/* Hotline Area */
.ph-mobile-actions {
    display: none;
    /* Hidden by default on desktop, overridden on mobile */
}

.ph-hotline {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.ph-hotline-icon {
    width: 36px;
    height: 36px;
    background-color: #FFA827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: phone-ring-shake 2.5s infinite ease-in-out;
}

/* Premium dynamic ringing and pulsing animation for the hotline icon */
@keyframes phone-ring-shake {

    0%,
    100% {
        transform: rotate(0) scale(1);
        box-shadow: 0 0 0 0 rgba(255, 168, 39, 0.5);
    }

    2%,
    6%,
    10%,
    14%,
    18% {
        transform: rotate(-15deg) scale(1.08);
        box-shadow: 0 0 0 10px rgba(255, 168, 39, 0);
    }

    4%,
    8%,
    12%,
    16% {
        transform: rotate(15deg) scale(1.08);
        box-shadow: 0 0 0 10px rgba(255, 168, 39, 0);
    }

    20%,
    80% {
        transform: rotate(0) scale(1);
        box-shadow: 0 0 0 0 rgba(255, 168, 39, 0);
    }
}

.ph-hotline-icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.ph-hotline-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ph-hotline-text span {
    color: #603813;
    font-family: PlusJaS-Bold, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

.ph-hotline-text span a {
    color: #603813;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ph-hotline-text span a:hover {
    color: #FFA827;
}

.ph-hotline-text strong {
    display: none;
}


/* --- Right Side (Dark Brown) --- */
.ph-light-side {
    position: relative;
    flex-grow: 1;
    background-color: #603813;
    /* Rich dark brown */
    display: flex;
    align-items: center;
    /* Removed justify-content and gap to allow margin: auto centering */
    padding-left: 40px;
    padding-right: max(70px, calc(50vw - 700px));
    /* Push button left to avoid overlapping the right corner */
    /* Symmetrical grid alignment */
}

/* Far Right Decorative Corner */
.ph-light-side::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 45px;
    height: 100%;
    background-color: #FFA827;
    transform: skewX(-25deg);
    z-index: 1;
    box-shadow: -5px 0 0 #603813, -9px 0 0 #FFA827;
}

.ph-nav {
    display: flex;
    list-style: none;
    margin: 0 auto;
    /* Căn giữa tự động giữa khoảng trống bên trái và nút bên phải */
    padding: 0;
    gap: 45px;
    align-items: center;
    position: relative;
    z-index: 5;
    /* Keep above noise */
}

.ph-nav-link {
    position: relative;
    color: #fcf5e8;
    /* Light beige text */
    text-decoration: none;
    font-family: PlusJaS-Bold, sans-serif;
    font-size: 14px;
    /* Sleeker, more elegant size */
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    /* Compact vertical gap */
    transition: color 0.3s ease;
}

/* Elegant expanding underline */
.ph-nav-link::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #FFA827;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.ph-nav-link:hover,
.ph-nav-link.active {
    color: #FFA827;
    /* Turn orange on hover/active */
}

.ph-nav-link:hover::after,
.ph-nav-link.active::after {
    width: 24px;
    /* Smoothly expands to 24px */
}

.ph-nav-link.active {
    color: #FFA827;
}

.ph-nav-link:hover {
    color: #FFA827;
}

.ph-nav-dec {
    display: none !important;
    /* Removed as requested */
}

/* Default decoration (non-active) */
.ph-nav-dec .ph-line-left,
.ph-nav-dec .ph-line-right {
    height: 2px;
    background-color: #603813;
    transition: all 0.3s ease;
}

.ph-nav-dec .ph-line-left {
    width: 15px;
}

.ph-nav-dec .ph-line-right {
    width: 15px;
}

.ph-nav-dec svg {
    width: 10px;
    height: 10px;
    fill: #603813;
    margin: 0 4px;
    transition: all 0.3s ease;
}

/* Active/Hover decoration */
.ph-nav-link.active .ph-nav-dec .ph-line-left,
.ph-nav-link:hover .ph-nav-dec .ph-line-left {
    background-color: #FFA827;
    width: 20px;
}

.ph-nav-link.active .ph-nav-dec svg,
.ph-nav-link:hover .ph-nav-dec svg {
    fill: #FFA827;
}

/* In the image, the active link has a thick dark brown right line */
.ph-nav-link.active .ph-nav-dec .ph-line-right,
.ph-nav-link:hover .ph-nav-dec .ph-line-right {
    background-color: #603813;
    height: 3px;
    width: 20px;
}

/* Booking Button */
.ph-booking-btn {
    position: relative;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    z-index: 5;
    /* Keep above noise */
}

.ph-btn-bg {
    display: none;
    /* Removed complex 3D shadow for simplicity */
}

.ph-btn-inner {
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding: 7px 22px;
    /* Sleeker padding */
    display: flex;
    align-items: center;
    gap: 8px;
    /* Slightly tighter gap */
    transform: skewX(-25deg);
    border-radius: 6px;
    border: 2px solid #FFA827;
    transition: all 0.3s ease;
    /* Transparent background, yellow border */
}

.ph-booking-btn:hover .ph-btn-inner {
    background-color: #FFA827;
}

.ph-booking-btn:hover .ph-btn-inner span {
    color: #603813;
}

.ph-booking-btn:hover .ph-btn-inner svg {
    fill: #603813;
}

/* Un-skew the content inside the button */
.ph-btn-content-unskew {
    transform: skewX(25deg);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ph-btn-inner svg {
    width: 28px;
    height: 28px;
    fill: #fcf5e8;
    transition: fill 0.3s ease;
}

.ph-btn-inner span {
    color: #fcf5e8;
    font-family: PlusJaS-Bold, sans-serif;
    font-size: 16px;
    font-weight: normal;
    /* Font is already bold */
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s ease;
}

/* Responsive Mobile Header */
@media screen and (max-width: 920px) {
    .premium-header-wrapper {
        height: 70px;
    }

    /* Hide desktop-only elements */
    .ph-nav,
    .ph-stripe-left-1,
    .ph-stripe-left-2,
    .td-header-mobile {
        display: none !important;
    }

    /* Dark Side Adjustments */
    .ph-dark-side {
        padding-left: 10px;
        padding-right: 40px !important;
        /* Less space needed for slant on mobile */
        width: auto;
        /* Let content dictate width */
        flex-shrink: 0;
    }

    .ph-dark-content {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    /* Logo scaling for mobile */
    .ph-logo {
        height: 34px;
        gap: 5px;
    }

    .ph-logo-img {
        height: 30px;
    }

    .ph-logo-text-top {
        font-size: 11px;
        margin-bottom: 2px;
        /* Tiny vertical separation */
        line-height: 1.1;
    }

    .ph-logo-text-bottom {
        font-size: 21px;
        letter-spacing: -0.5px;
        margin-top: 0px;
        /* Reset negative margin */
        line-height: 1;
    }

    /* Hamburger Menu Styling (Comfortable 44px tap target) */
    .ph-mob-hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        cursor: pointer;
        z-index: 9999;
        /* Ensure it is on top of everything! */
        flex-shrink: 0;
        padding: 10px;
        margin-left: -10px;
        /* Offset the padding to align perfectly */
        box-sizing: border-box;
    }

    .ph-mob-hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #603813;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    /* Light Side Adjustments (Compact for Call/Booking Buttons) */
    .ph-light-side {
        padding-left: 50px !important;
        padding-right: 20px !important;
        gap: 0;
        justify-content: center !important;
        /* Center the mobile actions in the brown background */
    }

    /* Hide desktop booking button on mobile */
    .ph-booking-btn {
        display: none !important;
    }

    /* Hide the far-right corner decoration slant on mobile */
    .ph-light-side::after {
        display: none !important;
    }

    /* Mobile Call & Book Buttons Layout */
    .ph-mobile-actions {
        display: flex !important;
        align-items: center;
        gap: 8px;
    }
}

.ph-mobile-call-btn {
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    /* Smooth rounded shape */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.2s ease;
}

.ph-mobile-call-icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: phone-ring-shake 2.5s infinite ease-in-out;
}

.ph-mobile-call-icon-inner svg {
    width: 18px;
    height: 18px;
    fill: #FFF;
}

.ph-mobile-call-btn:active {
    background-color: rgba(255, 255, 255, 0.15);
    transform: scale(0.95);
}

.ph-mobile-book-btn {
    box-sizing: border-box !important;
    height: 36px !important;
    padding: 0 16px !important;
    border: 1.5px solid #FFA827 !important;
    border-radius: 8px !important;
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.ph-mobile-book-text-inner {
    display: block;
    color: #FFF;
    font-family: PlusJaS-Bold, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.ph-mobile-book-btn:active {
    background-color: rgba(255, 168, 39, 0.15);
    transform: scale(0.95);
}

/* Mobile Call Picker Dropdown System (Clean Straight Modern Layout) */
.ph-mobile-call-wrapper {
    position: relative;
}

.ph-mobile-call-btn {
    outline: none;
    cursor: pointer;
}

.ph-call-dropdown {
    position: absolute;
    top: 48px;
    right: 0;
    /* Align perfectly with call button right edge */
    background-color: #603813;
    /* Rich dark brown */
    border: 1.5px solid #FFA827;
    /* Orange border */
    border-radius: 8px;
    /* Smooth elegant rounding */
    padding: 4px 0;
    min-width: 180px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    /* Smooth straight drop */
    transform-origin: top right;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ph-call-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ph-dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    color: #fcf5e8;
    text-decoration: none;
    font-family: PlusJaS-Bold, sans-serif;
    font-size: 12px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease;
}

.ph-dropdown-item:last-child {
    border-bottom: none;
}

.ph-dropdown-item:active {
    background-color: rgba(255, 168, 39, 0.2);
}

.ph-drop-label {
    color: #FFA827;
    font-weight: bold;
}

.ph-drop-num {
    color: #FFF;
    font-weight: bold;
}

/* Hide hotline on small mobile screens */
@media screen and (max-width: 600px) {

    .ph-hotline,
    .ph-slash {
        display: none !important;
    }
}

/* Hide mobile call button on tablets when hotline is visible */
@media screen and (min-width: 601px) and (max-width: 920px) {
    .ph-mobile-call-wrapper {
        display: none !important;
    }
}

/* Responsive Desktop (992px - 1300px) - Compress layout to fit smaller laptops/tablets */
@media screen and (min-width: 921px) and (max-width: 1300px) {
    .ph-dark-side {
        padding-right: 20px;
    }

    .ph-logo {
        height: 40px;
    }

    .ph-light-side {
        padding-left: 15px;
        padding-right: 70px;
        /* Keep safe distance from right corner */
        gap: 15px;
    }

    .ph-nav {
        gap: 15px;
    }

    .ph-nav-link {
        font-size: 14px;
    }

    .ph-mobile-actions {
        display: none;
        /* Hidden by default on desktop, overridden on mobile */
    }

    .ph-hotline {
        gap: 8px;
    }

    .ph-hotline-icon {
        width: 32px;
        height: 32px;
    }

    .ph-hotline-icon svg {
        width: 16px;
        height: 16px;
    }

    .ph-hotline-text span {
        font-size: 11px;
    }

    .ph-hotline-text strong {
        display: none;
    }

    .ph-btn-inner {
        padding: 10px 20px;
    }

    .ph-btn-inner span {
        font-size: 14px;
    }
}

/* Hide hotline on very narrow desktop screens to prevent overlap */
@media screen and (min-width: 921px) and (max-width: 1100px) {

    .ph-hotline,
    .ph-slash {
        display: none !important;
    }

    /* Show mobile call button next to booking button when hotline is hidden */
    .ph-mobile-actions {
        display: flex !important;
        align-items: center;
        gap: 8px;
        margin-right: 15px;
        /* Spacing between phone button and ĐẶT NGAY */
    }

    .ph-mobile-call-wrapper {
        display: block !important;
    }

    .ph-mobile-book-btn {
        display: none !important;
    }
}

/* Hide all old headers globally */
.td-header,
.td-header-mobile {
    display: none !important;
}


/* Prevent content from hiding behind the fixed header */


/* Reset old wrapper padding to prevent double padding with body */
.td-wrapper {
    padding-top: 0 !important;
}

/* ========================================================================= */
/* INDEX.HTML RESPONSIVE OPTIMIZATIONS (MOBILE & IPAD)                       */
/* ========================================================================= */

/* 1. Prevent Horizontal Scrolling & White Gaps */
html,
body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}

/* 2. Fix 'Mn m?i ra l' Card Layout (Prevent Title Overlap) */
.list-food-menu .food-menu .info-box {
    display: flex;
    flex-direction: column;
}

.list-food-menu .food-menu .title-food {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 44px;
    /* Space for exactly 2 lines */
    line-height: 1.3;
    margin-bottom: 8px;
}

.list-food-menu .food-menu .price-food {
    margin-top: auto;
    /* Push price to bottom */
}

.list-food-menu .food-menu .funcsBox {
    position: relative;
    z-index: 10;
}

/* 3. Button Contrast Fixes */
.td-home__bigText-middle .view-menu {
    background-color: #222222 !important;
    color: #FFA827 !important;
    border-color: #222222 !important;
    white-space: nowrap !important;
    width: max-content !important;
    display: inline-block !important;
}

.td-home__bigText-middle .view-menu:hover {
    background-color: #FFA827 !important;
    color: #222222 !important;
    border-color: #FFA827 !important;
}

.join-club {
    background-color: #222222 !important;
    color: #FFA827 !important;
}

.join-club:hover {
    background-color: #FFA827 !important;
    color: #222222 !important;
}

body .td-home__coverWeb {
    margin-top: 54px !important;
}

body .td-home__coverWeb .parallax-mouse .prl-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body .slogan-container .slogan-decor-left-img {
    width: 23% !important;
    max-width: none !important;
}

body .slogan-container .slogan-decor-right-img {
    width: 34% !important;
    max-width: none !important;
}



/* 4. Mobile & iPad Specific Fixes */
@media screen and (max-width: 920px) {

    /* Keep Banner Visible & Scaled Properly */
    body .td-home__coverWeb {
        display: block !important;
        padding-bottom: 0 !important;
        height: auto !important;
        width: 100% !important;
        overflow: hidden !important;
        position: relative !important;
        margin-top: 54px !important;
    }

    body .td-home__coverWeb .coverBox {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        height: auto !important;
        aspect-ratio: 8001 / 3084 !important;
    }

    body .td-home__coverWeb .parallax-mouse {
        pointer-events: none !important;
    }

    body .slogan-parallax-mouse {
        pointer-events: none !important;
    }

    body .slogan-logo-img {
        bottom: 8% !important;
        animation: heavyCarryShake 0.8s infinite ease-in-out !important;
    }

    body .slogan-decor-left-img {
        bottom: 0px !important;
    }

    body .slogan-decor-right-img {
        bottom: 0px !important;
    }



    /* Flat media queries for different viewport zoom factors */
    @media screen and (max-width: 576px) {
        body .td-home__coverWeb .coverBox {
            width: 185% !important;
        }
    }

    @media screen and (min-width: 577px) and (max-width: 768px) {
        body .td-home__coverWeb .coverBox {
            width: 185% !important;
        }
    }

    @media screen and (min-width: 769px) and (max-width: 920px) {
        body .td-home__coverWeb .coverBox {
            width: 185% !important;
        }
    }
}

@media screen and (max-width: 920px) {

    body .td-home__wrapper .new-food .heading {
        margin-top: 40px !important;
        margin-bottom: 10px !important;
    }

    body .swiper-newfood {
        padding-top: 90px !important;
        margin-top: -60px !important;
    }

    /* Move product shadow up a bit on mobile */
    body .td-home__wrapper .new-food .swiper-wrapper.list-food-menu.combo-menu .swiper-slide .food-menu .thumb::after {
        top: 72px !important;
    }
    body .td-home__wrapper .new-food .swiper-wrapper.list-food-menu.combo-menu .swiper-slide .food-menu .thumb.wide-thumb::after {
        top: 52px !important;
    }

    body .td-home__wrapper .new-food .swiper-wrapper.list-food-menu.combo-menu {
        padding-top: 20px !important;
        margin-top: -20px !important;
        padding-bottom: 45px !important;
        margin-bottom: -45px !important;
        overflow-y: hidden !important;
        overflow-x: auto !important;
    }

    /* Fix vertical scroll on offer cards row on mobile and prevent bottom clipping of shadow/mascot */
    body .td-home__wrapper .swiper-dscHome .swiper-wrapper {
        overflow-y: hidden !important;
        overflow-x: auto !important;
        padding-bottom: 45px !important;
        margin-bottom: -45px !important;
    }

    /* Prevent kitchen mascot from overlapping product cards on mobile */
    body .banner-full-screen .kitchen-mascot {
        bottom: 5px !important;
        width: 35% !important;
    }

    body .td-home__coverWeb .layer-center-characters,
    body .td-home__coverWeb .layer-bridge-pin {
        display: none !important;
    }

    body .td-home__coverWeb i,
    body .td-home__coverWeb .parallax-scrollHoz .prl-bgscrlHoz img {
        height: 100% !important;
    }

    body .td-home__coverWeb .coverBox-bg {
        background-size: 115% 100% !important;
        background-position: 75% top !important;
        animation: swayBg 8s infinite ease-in-out !important;
    }

    body .td-home__coverWeb .layer-muscles-beer i {
        background-size: auto 46% !important;
        background-position: 57% bottom !important;
        animation: swayMuscles 6s infinite ease-in-out !important;
    }

    body .td-home__coverWeb .layer-chef-radio i {
        background-size: auto 36% !important;
        background-position: 30% bottom !important;
        animation: swayChef 6s infinite ease-in-out !important;
    }

    body .td-home__coverWeb .layer-right-character i {
        background-size: auto 36% !important;
        background-position: 70% bottom !important;
        animation: swayRight 6s infinite ease-in-out !important;
    }

    body .td-home__coverWeb .layer-firework-left i {
        background-position: 26% 35% !important;
        transform-origin: 26% 35% !important;
    }

    .td-home__coverWeb .tvBox {
        transform: translateX(-50%) scale(0.65) !important;
        left: 50% !important;
        bottom: -20px !important;
    }

    .td-home__coverWeb .brich-left {
        width: 60px !important;
        bottom: 20px !important;
        left: 10% !important;
    }

    .td-home__coverWeb .brich-right {
        width: 60px !important;
        top: 100px !important;
        right: -10px !important;
    }

    .td-home__coverWeb .typetext#type-text-1 {
        left: 5% !important;
        top: 120px !important;
        font-size: 14px !important;
    }

    .td-home__coverWeb .typetext#type-text-2 {
        left: 60% !important;
        top: 90px !important;
        font-size: 14px !important;
    }

    /* Fix Big Text Spacing */
    .td-home__bigText-middle .content__title {
        font-size: 32px !important;
        line-height: 1.4 !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    body .td-home__bigText-middle .view-menu {
        margin-top: -5px !important;
    }

    /* Fix Swiper Uu i squished cards */
    .swiper-dscHome .swiper-slide {
        width: 85% !important;
        /* Show 1 full card and a hint of the next */
    }
}


/* ============================================================== */
/*   PREMIUM NAVIGATION DRAWER STYLES — GLOBAL (NOT IN MEDIA Q)    */
/* ============================================================== */

/* Desktop: completely hidden */
.ph-mobile-drawer-overlay,
.ph-mobile-drawer {
    display: none !important;
}

/* Mobile: enable the drawer system */
@media screen and (max-width: 920px) {
    .ph-mobile-drawer-overlay {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .ph-mobile-drawer-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .ph-mobile-drawer {
        position: absolute;
        top: 0;
        left: 0;
        width: 82%;
        max-width: 320px;
        height: 100%;
        background-color: #fcf5e8;
        box-shadow: 10px 0 40px rgba(0, 0, 0, 0.35);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        display: flex !important;
        flex-direction: column;
        padding: 20px 24px 0 24px;
        /* Removed bottom padding, moved to content */
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        overflow: hidden;
        /* Hide the overflow from the corner accent */
        box-sizing: border-box;
    }

    .ph-drawer-content {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 30px;
        /* Add padding here for scrolling area */
        /* Hide scrollbar for a cleaner look */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ph-drawer-content::-webkit-scrollbar {
        display: none;
    }

    .ph-mobile-drawer-overlay.active .ph-mobile-drawer {
        transform: translateX(0);
    }

    .ph-drawer-close-btn {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 1px solid rgba(96, 56, 19, 0.18);
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        outline: none;
        transition: all 0.2s ease;
    }

    .ph-drawer-close-btn svg {
        width: 10px;
        height: 10px;
    }

    .ph-drawer-close-btn:active {
        background-color: rgba(96, 56, 19, 0.08);
        transform: scale(0.92);
    }

    .ph-drawer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 12px;
        margin-bottom: 12px;
        width: 100%;
    }

    .ph-d-logo-img {
        width: 90px;
        height: auto;
        object-fit: contain;
    }

    .ph-d-logo-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .ph-d-logo-text-top {
        font-family: 'PiklabJemore', sans-serif;
        font-size: 15px;
        color: #FFA827;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 1px;
        line-height: 1;
    }

    .ph-d-logo-text-bottom {
        font-family: 'PiklabJemore', sans-serif;
        font-size: 30px;
        font-weight: normal;
        color: #603813;
        text-transform: uppercase;
        letter-spacing: -0.6px;
        line-height: 0.95;
        margin-top: 0px;
    }

    .ph-drawer-divider {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }

    .ph-drawer-divider svg {
        width: 220px;
        height: auto;
    }

    .ph-drawer-nav {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 100%;
        margin-bottom: 18px;
    }

    .ph-drawer-nav-item {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 11px 16px;
        border-radius: 0;
        /* Vuông vắn */
        text-decoration: none;
        color: #603813;
        transition: all 0.2s ease;
        border: 1.5px solid transparent;
        box-sizing: border-box;
    }

    .ph-drawer-nav-item:not(.active-page) {
        border-bottom: 1.2px solid rgba(96, 56, 19, 0.06);
        border-radius: 0;
    }

    .ph-drawer-nav-item:not(.active-page):active {
        background-color: rgba(96, 56, 19, 0.05);
    }

    .ph-drawer-nav-item.active-page {
        background: linear-gradient(135deg, rgba(255, 168, 39, 0.08), rgba(255, 168, 39, 0.16));
        border: 1.5px solid rgba(255, 168, 39, 0.35);
        color: #603813;
        box-shadow: 0 4px 12px rgba(255, 168, 39, 0.05);
        border-radius: 0;
        /* Vuông vắn */
    }

    .ph-d-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFA827;
        width: 20px;
        height: 20px;
    }

    .ph-d-icon svg {
        width: 18px;
        height: 18px;
    }

    .ph-d-label {
        font-family: PlusJaS-Bold, sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #603813;
        margin-top: 2px;
    }

    .ph-drawer-book-btn {
        width: 100%;
        height: 44px;
        background-color: transparent;
        border: 1.5px solid #FFA827;
        border-radius: 0;
        /* Vuông vắn */
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .ph-d-book-text {
        color: #603813;
        font-family: PlusJaS-Bold, sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: color 0.3s ease;
    }

    .ph-drawer-book-btn:hover,
    .ph-drawer-book-btn:active {
        background-color: #FFA827;
        border-color: #FFA827;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(255, 168, 39, 0.25);
    }

    .ph-drawer-book-btn:hover .ph-d-book-text,
    .ph-drawer-book-btn:active .ph-d-book-text {
        color: #FFF;
    }

    .ph-drawer-star-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 !important;
        margin: 14px auto;
        width: 140px;
        /* Centered elegant width */
    }

    .ph-star-line {
        flex: 1;
        height: 1px;
        background-color: rgba(96, 56, 19, 0.16);
        /* Slightly more visible warm brown tone */
    }

    .ph-star-icon {
        display: none !important;
    }

    .ph-drawer-hotline-card {
        width: 100%;
        margin-bottom: 24px;
        margin-top: 10px;
    }

    .ph-d-hotline-link {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
    }

    .ph-d-hotline-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #FFA827 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        animation: phone-ring-shake 2.5s infinite ease-in-out;
    }

    .ph-d-hotline-icon svg {
        width: 18px;
        height: 18px;
        fill: #fff !important;
    }

    .ph-d-hotline-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
    }

    .ph-d-ht-line {
        font-family: PlusJaS-Bold, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #603813 !important;
        line-height: 1.2;
    }

    .ph-d-ht-line a {
        color: #603813 !important;
        text-decoration: none !important;
    }

    .ph-drawer-connect-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 12px;
        width: 100%;
    }

    .ph-connect-line {
        flex: 1;
        height: 1px;
        background-color: rgba(96, 56, 19, 0.08);
    }

    .ph-connect-txt {
        font-family: sans-serif;
        font-size: 10px;
        color: rgba(96, 56, 19, 0.4);
    }

    .ph-drawer-socials {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-bottom: 12px;
        width: 100%;
    }

    .ph-d-social-btn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid rgba(96, 56, 19, 0.14);
        background-color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #603813;
        transition: all 0.2s ease;
        text-decoration: none;
    }

    .ph-d-social-btn svg {
        width: 14px;
        height: 14px;
    }

    .ph-d-social-btn:active {
        background-color: rgba(96, 56, 19, 0.06);
        transform: scale(0.92);
    }

    .ph-drawer-corner-accent {
        position: absolute;
        bottom: -20px;
        right: -30px;
        width: 90px;
        height: 40px;
        background-color: #603813;
        border-top: 3px solid #FFA827;
        transform: rotate(-35deg);
        z-index: -1;
    }
}

/* Shrink header components on smaller screens to prevent overlap down to 600px */
@media screen and (max-width: 750px) {
    .premium-header-wrapper {
        height: 60px !important;
    }

    body .td-home__coverWeb {
        margin-top: 44px !important;
    }

    .ph-logo {
        height: 28px !important;
    }

    .ph-logo-img {
        height: 24px !important;
    }

    .ph-logo-text-top {
        font-size: 8px !important;
    }

    .ph-logo-text-bottom {
        font-size: 16px !important;
    }

    .ph-slash {
        height: 40px !important;
        margin: 0 6px !important;
    }

    .ph-hotline-icon {
        width: 28px !important;
        height: 28px !important;
    }

    .ph-hotline-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    .ph-hotline-text span {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    .ph-mobile-book-btn {
        height: 30px !important;
        padding: 0 8px !important;
    }

    .ph-mobile-book-text-inner {
        font-size: 10px !important;
    }

    .ph-mobile-call-btn {
        width: 30px !important;
        height: 30px !important;
    }

    .ph-mobile-call-icon-inner svg {
        width: 14px !important;
        height: 14px !important;
    }
}

/* Extra small screens: adjust paddings to give more horizontal room without shrinking elements */
@media screen and (max-width: 450px) {
    .ph-dark-side {
        padding-left: 8px !important;
        padding-right: 25px !important;
        /* Push the beige side's slant to the left */
    }

    .ph-light-side {
        padding-left: 38px !important;
        /* Safe distance from the 25px slant */
        padding-right: 10px !important;
        /* Bring buttons closer to the right edge */
    }
}

/* Keyframes for Automatic Parallax Swaying on Mobile */
@keyframes swayBg {

    0%,
    100% {
        background-position: 73.5% top;
    }

    50% {
        background-position: 76.5% top;
    }
}

@keyframes swayMuscles {

    0%,
    100% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }
}

@keyframes swayChef {

    0%,
    100% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(-5px);
    }
}

@keyframes swayRight {

    0%,
    100% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-6px);
    }
}

@keyframes swaySlogan {

    0%,
    100% {
        transform: translateX(-50%) translateX(-4px) !important;
    }

    50% {
        transform: translateX(-50%) translateX(4px) !important;
    }
}

@keyframes heavyCarryShake {

    0%,
    100% {
        transform: translateX(-50%) translate(0, 0) rotate(0deg);
    }

    10% {
        transform: translateX(-50%) translate(-0.3px, -0.4px) rotate(-0.1deg);
    }

    20% {
        transform: translateX(-50%) translate(0.3px, 0.3px) rotate(0.1deg);
    }

    30% {
        transform: translateX(-50%) translate(-0.4px, 0.1px) rotate(-0.15deg);
    }

    40% {
        transform: translateX(-50%) translate(0.3px, -0.3px) rotate(0.1deg);
    }

    50% {
        transform: translateX(-50%) translate(-0.3px, 0.4px) rotate(-0.1deg);
    }

    60% {
        transform: translateX(-50%) translate(0.4px, -0.1px) rotate(0.15deg);
    }

    70% {
        transform: translateX(-50%) translate(-0.3px, -0.3px) rotate(-0.1deg);
    }

    80% {
        transform: translateX(-50%) translate(0.3px, 0.4px) rotate(0.1deg);
    }

    90% {
        transform: translateX(-50%) translate(-0.4px, -0.3px) rotate(-0.15deg);
    }
}