* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #0b4d68;
    --bg-dark: #082f42;
    --card: #e7e0d8;
    --text: #1a1a1a;
    --muted: #8b7e73;
    --gold: #c8a15a;
    --gold-2: #f2c44e;
    --white: #f5f4ef;
    --border: rgba(255, 255, 255, 0.85);
    --shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
    min-height: 100vh;
    overflow-x: hidden;
    background-image:
        linear-gradient(to right, rgb(0 20 28 / 98%), rgb(11 77 104 / 90%)),
        url("asset/img/aspara-dancers-angkor-wat.jpg");
    background-size: cover, contain;
    background-position: center, right bottom;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.set-cocktails {
    width: 300px !important;
}

.set-steak01 {
    width: 200px !important;
}

.set-top02 {
    padding: 20px 0px 20px;
}

.set-text01 {
    width: 65%;
    margin: auto;
}

.wet-text {
    padding: 4px 0px 16px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0 14px;
}

.logo-wrap img {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.top-categories-wrap {
    position: sticky;
    top: 0;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 50;
    background: linear-gradient(180deg, rgb(11 77 104 / 0%), rgb(11 77 104 / 8%));
    padding: 10px 0 14px;
    backdrop-filter: blur(8px);
}

.top-categories {
    display: flex;
    gap: 10px;
    padding-bottom: 4px;
    scroll-behavior: smooth;
}

.top-categories::-webkit-scrollbar {
    height: 6px;
}

.top-categories::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
}

.cat-btn {
    min-width: 119px;
    width: 109px;
    height: 150px;
    flex-shrink: 0;
    border: 2px solid var(--border);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px;
    color: var(--white);
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.cat-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.06);
}

.cat-btn.active {
    transition: 0.3s ease background-color;
    border-radius: 11px;
    background-color: #000000d8;
    filter: invert(100%) sepia(77%) saturate(1%) hue-rotate(71deg) brightness(107%) contrast(101%);
/*     color: #111; */
    border-color: #fff;
}

.cat-icon {
    /* width: 38px; */
    /* height: 38px; */
    /* border: 2px solid currentColor; */
    /* border-radius: 50%; */
    display: grid;
    place-items: center;
    font-size: 18px;
    /* margin-top: 20px; */
    font-weight: 700;
    line-height: 1;
    
}

.cat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cat-label {
    font-size: 13px;
    line-height: 1.05;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    transition: all 0.4s ease;
}

h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

.nine h1 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #f3d07c;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.nine h1 span {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 32px;
    margin-top: 8px;
    /*
            display: grid;
            grid-template-columns: 1fr auto 1fr;
*/
    align-items: center;
    gap: 20px;
    color: #f9e295;
    letter-spacing: 2px;
    word-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

/*
        .nine h1 span::before,
        .nine h1 span::after {
            content: "";
            display: block;
            height: 50px;
            background-repeat: no-repeat;
            background-size: 50px 50px;
        }

        .nine h1 span::before {
            background-image: url("asset/img/romduol-cambodia-national-flower.png");
            background-position: right center;
        }

        .nine h1 span::after {
            background-image: url("asset/img/romduol-cambodia-national-flower.png");
            background-position: left center;
        }
*/

.hero-carousel {
    position: relative;
    margin-top: 18px;
    margin-bottom: 18px;
}

.hero-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 2px 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hero-track::-webkit-scrollbar {
    display: none;
}

.hero-slide {
    min-width: 100%;
    scroll-snap-align: start;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    position: relative;
}

.hero-slide-inner {
    position: relative;
/*     min-height: 460px; */
    border-radius: 24px;
    overflow: hidden;
}

.hero-slide-bg {
    position: relative;
    width: 100%;
    /*            height: 460px;*/
}

.hero-slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(7 10 14 / 28%), rgb(7 10 14 / 17%));
    pointer-events: none;
}

.hero-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    backdrop-filter: blur(6px);
}

.hero-arrow.left {
    left: 14px;
}

.hero-arrow.right {
    right: 14px;
}

.hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: 0.2s ease;
}

.hero-dot.active {
    background: #f3d07c;
    transform: scale(1.15);
}

.hero-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.hero-card {
    background: #123;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.hero-card .hero-image {
    overflow: hidden;
}

.hero-card img {
    /*            height: 400px;*/
}

.hero-info {
    background: linear-gradient(180deg, rgba(13, 21, 28, 0.98), rgba(21, 30, 38, 0.98));
    padding: 8px 10px 10px;
}

.hero-kh {
    font-family: "Kantumruy Pro", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #f0e9df;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: flex-start;
}

.hero-en {
    font-size: 14px;
    color: #ded8ce;
    line-height: 1.2;
    flex: 1;
}

.hero-price {
    font-size: 18px;
    font-weight: 700;
    color: #e5c77f;
    white-space: nowrap;
}

.section-header {
    text-align: center;
    margin: 24px 0 16px;
}

.section-pill {
    display: inline-block;
    padding: 8px 18px;
    border: 1.5px solid #ddd;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    color: #0b4d68;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-h2 {
    text-align: center;
    color: #f9e295;
    font-size: 40px;
    font-family: "Noto Sans Khmer", sans-serif;
    font-style: normal;
    line-height: 1.4;
}

.menu-anchor {
    scroll-margin-top: 140px;
    height: 1px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.product-card {
    background: var(--card);
    color: var(--text);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}

.product-image {
    position: relative;
/*     aspect-ratio: 1 / 0.86; */
    overflow: hidden;
    background: #ddd;
}

.product-image img {
    height: 100%;
    transition: transform 0.35s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.04);
}

.product-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-code {
    font-size: 14px;
    font-weight: 700;
    color: #584a40;
    letter-spacing: 0.4px;
}

.product-price {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: #5b4a42;
    padding: 2px 7px;
    border-radius: 6px;
}

.product-kh {
    font-family: "Kantumruy Pro", sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #46362fbf;
    line-height: 1.15;
    min-height: 14px;
}

.product-title {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
    color: #46362f;
    text-transform: uppercase;
}

.product-desc {
    font-size: 14px;
    line-height: 1.25;
    color: #6a5f57;
    min-height: 42px;
}

.product-footer {
    margin-top: auto;
    padding-top: 6px;
}

.add-btn {
    background: #ffc530;
    color: #1f1b15;
    border: none;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.add-btn:hover {
    filter: brightness(0.95);
}

.floating-cart {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: #f4ad58;
    color: #222;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    display: grid;
    place-items: center;
}

.cart-badge {
    position: absolute;
    top: -2px;
    left: 8px;
    min-width: 19px;
    height: 19px;
    border-radius: 999px;
    background: #df2d2d;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: grid;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #f4ad58;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: -380px;
    width: 340px;
    max-width: calc(100vw - 24px);
    height: 100vh;
    background: #fff;
    color: #222;
    z-index: 120;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.28);
    transition: right 0.28s ease;
    display: flex;
    flex-direction: column;
}

.cart-drawer.open {
    right: 0;
}

.cart-header {
    padding: 18px 16px;
    background: var(--bg-dark);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h3 {
    font-size: 18px;
}

.cart-close {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.cart-items {
    flex: 1;
    overflow: auto;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-empty {
    color: #666;
    font-size: 14px;
    padding-top: 10px;
}

.cart-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.cart-item-name {
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.cart-item-sub {
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 3px;
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: #ececec;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 800;
}

.cart-footer {
    border-top: 1px solid #e5e5e5;
    padding: 16px;
    display: grid;
    gap: 12px;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
}

.checkout-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: var(--bg);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
}

.overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.site-footer {
    margin-top: 40px;
    padding: 30px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.footer-inner {
    max-width: 900px;
    margin: 0 auto;
}

.footer-copy {
    font-weight: 700;
    margin-bottom: 10px;
    color: #f3d07c;
}

.footer-info {
    line-height: 1.6;
    color: #ddd;
}

@media (max-width: 768px) {
    .hero-slide-inner {
        min-height: auto;
    }

    /*
            .hero-slide-bg {
                height: 260px;
            }
*/

    .hero-arrow {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    /*

            .products-grid {
                grid-template-columns: 1fr;
            }

            .hero-list {
                grid-template-columns: 1fr;
            }
*/
}

@media (max-width: 480px) {
    .container {
        padding: 14px 12px 24px;
    }

    .logo-wrap img {
        max-width: 220px;
    }

    .hero-info {
        padding: 7px 8px 9px;
    }

    .hero-kh {
        font-size: 11px;
    }

    .hero-en {
        font-size: 9px;
    }

    .products-grid {
        gap: 12px;
    }

    .product-card {
        border-radius: 16px;
    }
}
