.menu-page-body {
    background: #e8e5dc url("../images/brandImg/menu_BG.jpg") center / cover fixed no-repeat;
}

.menu-showcase {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 86px 0 110px;
    background:
        radial-gradient(circle at 8% 8%, rgba(191, 179, 140, .18), transparent 25%),
        radial-gradient(circle at 92% 88%, rgba(191, 179, 140, .14), transparent 24%),
        linear-gradient(rgba(247, 245, 239, .74), rgba(247, 245, 239, .82)),
        url("../images/brandImg/menu_BG.jpg") 35% center / cover fixed no-repeat;
}

.menu-showcase::before,
.menu-showcase::after {
    position: absolute;
    width: 320px;
    height: 320px;
    content: "";
    border: 1px solid rgba(169, 155, 111, .18);
    border-radius: 50%;
    pointer-events: none;
}

.menu-showcase::before {
    top: -190px;
    left: -150px;
}

.menu-showcase::after {
    right: -160px;
    bottom: -190px;
}

.menu-showcase .container {
    position: relative;
    z-index: 1;
}

.menu-showcase__heading {
    width: min(760px, 100%);
    margin: 0 auto 48px;
    text-align: center;
}

.menu-showcase__heading > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #998a5e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.menu-showcase__heading h2 {
    margin-bottom: 18px;
    color: #484747;
    font-family: var(--headingFont);
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 500;
    line-height: 1.08;
}

.menu-showcase__heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #706f6c;
    font-size: 16px;
    line-height: 1.75;
}

.menu-showcase__note {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 22px;
    padding: 9px 15px;
    border: 1px solid rgba(169, 155, 111, .3);
    border-radius: 999px;
    background: rgba(255, 255, 255, .68);
    color: #756b4f;
    font-size: 12px;
}

.menu-showcase__note i {
    color: #aa9a69;
}

.menu-showcase__grid > [class*="col-"] {
    display: flex;
}

.menu-showcase .tf__menu_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(191, 179, 140, .38);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(72, 71, 71, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.menu-showcase .tf__menu_item:hover {
    border-color: rgba(169, 155, 111, .72);
    box-shadow: 0 22px 52px rgba(72, 71, 71, .14);
    transform: translateY(-5px);
}

.menu-showcase .tf__menu_item_img {
    width: 100%;
    height: 238px;
    overflow: hidden;
    border-radius: 0;
}

.menu-showcase .tf__menu_item_img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .55s ease;
}

.menu-showcase .tf__menu_item:hover .tf__menu_item_img img {
    transform: scale(1.045);
}

.menu-showcase .tf__menu_item_text {
    position: static;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 128px;
    margin: 0;
    padding: 22px 22px 24px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    text-align: left;
}

.menu-showcase .tf__menu_item_text .category {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 11px;
    padding: 5px 10px;
    border: 0;
    border-radius: 999px;
    background: #f1ede1;
    color: #8b7c51;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
}

.menu-showcase .tf__menu_item_text .title {
    margin: 0;
    color: #484747;
    font-family: var(--headingFont);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.menu-showcase .tf__menu_item_text .rating {
    display: none;
}

@media (max-width: 991.98px) {
    .menu-showcase {
        padding: 68px 0 88px;
    }

    .menu-showcase .tf__menu_item_img {
        height: 250px;
    }
}

@media (max-width: 575.98px) {
    .menu-showcase {
        padding: 50px 10px 68px;
        background-attachment: scroll;
        background-position: 38% center;
    }

    .menu-showcase__heading {
        margin-bottom: 34px;
    }

    .menu-showcase__heading p {
        font-size: 14px;
    }

    .menu-showcase__note {
        border-radius: 14px;
        line-height: 1.4;
    }

    .menu-showcase .tf__menu_item {
        border-radius: 18px;
    }

    .menu-showcase .tf__menu_item_img {
        height: 230px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .menu-showcase .tf__menu_item,
    .menu-showcase .tf__menu_item_img img {
        transition: none;
    }

    .menu-showcase .tf__menu_item:hover,
    .menu-showcase .tf__menu_item:hover .tf__menu_item_img img {
        transform: none;
    }
}
