.site-header {
    gap: 26px;
    background: #fff;
    box-shadow: 0 3px 18px rgba(48,25,10,.06)
}

.header-location {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 185px;
    border: 0;
    background: #f8f4ee;
    border-radius: 14px;
    padding: 9px 12px;
    text-align: left;
    color: var(--ink);
    cursor: pointer
}

    .header-location .pin {
        color: var(--wine);
        font-size: 17px
    }

    .header-location small {
        display: block;
        color: var(--muted);
        font-size: 9px
    }

    .header-location strong {
        display: block;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px
    }

.header-search {
    height: 48px;
    max-width: 620px;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ded7cf;
    background: #fafafa;
    border-radius: 14px;
    padding: 0 14px
}

    .header-search:focus-within {
        border-color: #bd8a50;
        box-shadow: 0 0 0 4px #d7a53e17
    }

    .header-search input {
        border: 0;
        box-shadow: none;
        background: transparent;
        padding: 10px
    }

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.account-button {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-weight: 750;
    cursor: pointer;
    padding: 10px
}

.market-view {
    padding: 24px clamp(18px,4vw,60px) 120px;
    max-width: 100%;
    margin: auto
}

.promo-rail {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr;
    gap: 15px;
    margin: 4px 0 18px
}

.promo-card {
    position: relative;
    min-height: 210px;
    border-radius: 22px;
    padding: 27px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    box-shadow: 0 17px 38px rgba(69,33,9,.12)
}

    .promo-card span {
        font-size: 10px;
        font-weight: 950;
        letter-spacing: 1.8px;
        color: #f8d77e
    }

    .promo-card h2 {
        font: 800 37px/1.03 Georgia;
        margin: 10px 0
    }

    .promo-card h3 {
        font: 800 25px Georgia;
        margin: 10px 0
    }

    .promo-card p {
        font-size: 13px;
        color: #fffdf0;
        margin: 0;
        max-width: 300px
    }

.promo-main {
    background: radial-gradient(circle at 88% 15%,#dcad4555,transparent 33%),linear-gradient(135deg,#5d0309,#a20b17)
}

.promo-gold {
    background: linear-gradient(145deg,#a76712,#d79f31)
}

.promo-dark {
    background: linear-gradient(145deg,#221817,#4e2924)
}

.promo-art {
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle,#ffd873,#b86d0f);
    font: 900 85px Georgia;
    box-shadow: 0 0 0 13px #ffffff13,0 20px 45px #31000755
}

.sweet-orb, .delivery-orb {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ffffff24;
    font-size: 42px
}

.delivery-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
    padding: 14px 18px;
    margin-bottom: 27px;
    box-shadow: 0 8px 24px #60320d0a
}

    .delivery-strip > div {
        display: flex;
        align-items: center;
        gap: 11px
    }

    .delivery-strip #deliveryMeta {
        color: var(--muted);
        font-size: 13px
    }

.live-dot {
    width: 9px;
    height: 9px;
    background: #25a35a;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #25a35a19
}

.change-location {
    border: 0;
    background: #f4ebe0;
    color: var(--wine);
    border-radius: 10px;
    padding: 9px 13px;
    font-weight: 800;
    cursor: pointer
}

.quick-categories {
    margin-bottom: 15px
}

.section-title {
    display: flex;
    align-items: end;
    justify-content: space-between
}

    .section-title h2, .menu-heading h2 {
        font: 800 31px Georgia;
        margin: 6px 0 14px
    }

.category-tabs {
    position: relative;
    top: auto;
    background: transparent;
    padding: 0 0 14px;
    gap: 12px
}

    .category-tabs button {
        min-width: 125px;
        padding: 14px 18px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 7px 18px #60320d0b
    }

        .category-tabs button:before {
            content: '✦';
            display: block;
            color: var(--gold);
            font-size: 18px;
            margin-bottom: 5px
        }

        .category-tabs button.active {
            background: linear-gradient(135deg,var(--wine2),var(--wine));
            box-shadow: 0 14px 28px #8d091329
        }

.market-layout {
    display: grid;
    grid-template-columns: 245px minmax(0,1fr);
    gap: 24px;
    align-items: start
}

.filter-sidebar {
    position: sticky;
    top: 98px;
    display: grid;
    gap: 16px
}

.sidebar-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
    padding: 17px;
    box-shadow: 0 10px 27px #60320d09
}

    .sidebar-card h3 {
        font-size: 15px;
        margin: 0 0 12px
    }

.category-sidebar {
    display: grid;
    gap: 3px
}

    .category-sidebar button {
        display: flex;
        justify-content: space-between;
        border: 0;
        background: transparent;
        border-radius: 9px;
        padding: 10px;
        text-align: left;
        color: #594740;
        cursor: pointer
    }

        .category-sidebar button:hover, .category-sidebar button.active {
            background: #f8eee2;
            color: var(--wine);
            font-weight: 850
        }

        .category-sidebar button b {
            font-size: 10px;
            background: #eee3d6;
            border-radius: 99px;
            padding: 3px 7px
        }

.promise-card {
    background: linear-gradient(145deg,#fff9e9,#f5ead7);
    text-align: center
}

    .promise-card p {
        font-size: 12px;
        line-height: 1.5;
        color: var(--muted)
    }

.promise-icon {
    display: grid;
    place-items: center;
    margin: 0 auto 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #218a4d;
    color: #fff
}

.menu-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid var(--line);
    margin-bottom: 8px
}

    .menu-heading #itemCountText {
        font-size: 12px;
        color: var(--muted);
        margin-bottom: 15px
    }

.menu-column .category-section {
    scroll-margin-top: 100px
}

    .menu-column .category-section h2 {
        font-size: 25px;
        display: flex;
        align-items: center;
        gap: 10px
    }

        .menu-column .category-section h2:after {
            content: "";
            height: 1px;
            background: var(--line);
            flex: 1
        }

.menu-column .item-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px
}

.menu-column .food-card {
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 17px;
    transition: .18s;
    box-shadow: 0 8px 25px #60320d0a
}

    .menu-column .food-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 38px #60320d17
    }

.menu-column .food-image, .menu-column .food-placeholder {
    width: 100%;
    height: 175px;
    border-radius: 0
}

.menu-column .food-placeholder {
    font-size: 46px
}

.menu-column .food-info {
    padding: 13px
}

    .menu-column .food-info h3 {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .menu-column .food-info p {
        height: 31px
    }

.menu-column .add-btn {
    background: var(--wine);
    border-radius: 9px
}

.mobile-cart-bar, .mobile-nav {
    display: none
}

@media(max-width:1150px) {
    .promo-rail {
        grid-template-columns: 1.5fr 1fr
    }

    .promo-dark {
        display: none
    }

    .menu-column .item-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .header-location {
        min-width: auto
    }

        .header-location span:nth-child(2) {
            display: none
        }
}

@media(max-width:800px) {
    body {
        padding-bottom: 74px
    }

    .site-header {
        height: auto;
        min-height: 66px;
        flex-wrap: wrap;
        padding: 9px 14px;
        gap: 8px
    }

    .brand {
        order: 1
    }

    .header-location {
        order: 2;
        margin-left: auto
    }

    .header-actions {
        order: 3
    }

    .account-button {
        display: none
    }

    .header-search {
        order: 4;
        flex-basis: 100%;
        max-width: none;
        height: 43px
    }

    .market-view {
        padding: 13px 12px 120px
    }

    .promo-rail {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 10px
    }

    .promo-card {
        min-width: 87vw;
        min-height: 175px;
        scroll-snap-align: start;
        padding: 21px
    }

        .promo-card h2 {
            font-size: 29px
        }

    .promo-art {
        width: 105px;
        height: 105px;
        font-size: 58px
    }

    .promo-gold, .promo-dark {
        display: flex
    }

    .delivery-strip {
        align-items: flex-start;
        padding: 12px
    }

        .delivery-strip > div {
            align-items: flex-start;
            flex-direction: column;
            gap: 4px
        }

            .delivery-strip > div:last-child {
                align-items: flex-end
            }

    .minimum-badge {
        padding: 7px 9px;
        font-size: 10px
    }

    .quick-categories .section-title h2 {
        font-size: 25px
    }

    .category-tabs button {
        min-width: 105px;
        padding: 11px;
        font-size: 12px
    }

    .market-layout {
        display: block
    }

    .filter-sidebar {
        display: none
    }

    .menu-heading h2 {
        font-size: 27px
    }

    .menu-column .item-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px
    }

    .menu-column .food-image, .menu-column .food-placeholder {
        height: 135px
    }

    .menu-column .food-info {
        padding: 10px
    }

        .menu-column .food-info p {
            display: none
        }

    .mobile-nav {
        position: fixed;
        display: flex;
        z-index: 35;
        bottom: 0;
        left: 0;
        right: 0;
        height: 65px;
        background: #fff;
        border-top: 1px solid var(--line);
        justify-content: space-around;
        padding: 5px 8px
    }

        .mobile-nav button {
            border: 0;
            background: transparent;
            display: grid;
            place-items: center;
            color: #75645e;
            font-size: 18px
        }

            .mobile-nav button span {
                font-size: 9px
            }

            .mobile-nav button.active {
                color: var(--wine)
            }

    .mobile-cart-bar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 72px;
        z-index: 34;
        border: 0;
        border-radius: 14px;
        background: linear-gradient(135deg,var(--wine2),var(--wine));
        color: #fff;
        padding: 12px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 15px 35px #6407115c
    }

        .mobile-cart-bar span {
            display: grid;
            text-align: left
        }

        .mobile-cart-bar small {
            color: #ffe0c8;
            margin-top: 2px
        }

    .cart-pill {
        display: none
    }

    .cart-drawer {
        padding-bottom: 50px
    }
}

@media(max-width:420px) {
    .brand small {
        display: none
    }

    .brand-mark {
        width: 39px;
        height: 39px
    }

    .brand strong {
        font-size: 15px
    }

    .menu-column .food-image, .menu-column .food-placeholder {
        height: 115px
    }

    .menu-column .food-info h3 {
        font-size: 13px
    }

    .food-bottom b {
        font-size: 12px
    }

    .promo-card {
        min-width: 91vw
    }
}
