@property --restaurant-v8-sticky-chrome-scroll-offset {
    syntax: "<length>";
    inherits: true;
    initial-value: 18px;
}

body.restaurant-v8-body {
    --restaurant-color-primary: #d92d20;
    --restaurant-color-bg: #fff8ef;
    --restaurant-color-surface: #ffffff;
    --restaurant-color-text: #171412;
    --restaurant-color-muted: color-mix(in srgb, var(--restaurant-color-text) 58%, transparent);
    --restaurant-color-border: color-mix(in srgb, var(--restaurant-color-text) 12%, transparent);
    --restaurant-shadow-floating: 0 24px 80px rgba(23, 20, 18, 0.16);
    --restaurant-shadow-focus: 0 0 0 3px color-mix(in srgb, var(--restaurant-color-primary) 18%, transparent);
    --restaurant-radius-control: 14px;
    --restaurant-radius-card: var(--restaurant-v8-radius-card);
    --restaurant-z-sticky: 100;
    --restaurant-z-popover: 1000;
    --restaurant-z-dialog: 9000;
    --restaurant-z-drawer: 9200;
    --restaurant-z-toast: 9400;
    --restaurant-z-skip-link: 10000;
    --restaurant-v8-accent: var(--restaurant-color-primary);
    --restaurant-v8-bg: var(--restaurant-color-bg);
    --restaurant-v8-surface: var(--restaurant-color-surface);
    --restaurant-v8-text: var(--restaurant-color-text);
    --restaurant-v8-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --restaurant-v8-font-size-display: clamp(42px, 6vw, 92px);
    --restaurant-v8-font-size-hero-title: clamp(42px, 6vw, 92px);
    --restaurant-v8-font-size-section-title: clamp(34px, 4.5vw, 64px);
    --restaurant-v8-font-size-menu-category-title: clamp(30px, 4vw, 52px);
    --restaurant-v8-font-size-card-title: clamp(18px, 2vw, 24px);
    --restaurant-v8-font-size-product-card-title: clamp(18px, 2vw, 24px);
    --restaurant-v8-font-size-product-description: clamp(11px, 1.2vw, 14px);
    --restaurant-v8-font-size-product-modal-title: clamp(28px, 3.8vw, 46px);
    --restaurant-v8-font-size-product-modal-description: clamp(15px, 1.45vw, 18px);
    --restaurant-v8-font-size-cart-title: clamp(24px, 3vw, 34px);
    --restaurant-v8-font-size-checkout-title: clamp(22px, 2.6vw, 30px);
    --restaurant-v8-font-size-ui-label: 14px;
    --restaurant-v8-font-size-price: clamp(18px, 2vw, 24px);
    --restaurant-v8-font-size-body: clamp(15px, 1.2vw, 18px);
    --restaurant-v8-font-size-hero-title-mobile: clamp(46px, 12vw, 64px);
    --restaurant-v8-font-size-section-title-mobile: clamp(30px, 8vw, 42px);
    --restaurant-v8-font-size-menu-category-title-mobile: clamp(30px, 8vw, 44px);
    --restaurant-v8-font-size-product-card-title-mobile: clamp(20px, 5vw, 24px);
    --restaurant-v8-font-size-product-description-mobile: 13px;
    --restaurant-v8-font-size-product-modal-title-mobile: clamp(26px, 7vw, 34px);
    --restaurant-v8-font-size-product-modal-description-mobile: 16px;
    --restaurant-v8-font-size-cart-title-mobile: 26px;
    --restaurant-v8-font-size-checkout-title-mobile: 22px;
    --restaurant-v8-font-size-body-mobile: 16px;
    --restaurant-v8-font-weight-display: 700;
    --restaurant-v8-font-weight-hero-title: 700;
    --restaurant-v8-font-weight-section-title: 700;
    --restaurant-v8-font-weight-menu-category-title: 700;
    --restaurant-v8-font-weight-card-title: 650;
    --restaurant-v8-font-weight-product-card-title: 650;
    --restaurant-v8-font-weight-product-modal-title: 700;
    --restaurant-v8-font-weight-cart-title: 700;
    --restaurant-v8-font-weight-checkout-title: 650;
    --restaurant-v8-font-weight-body: 400;
    --restaurant-v8-line-height-body: 1.5;
    --restaurant-v8-letter-spacing-heading: 0px;
    --restaurant-v8-letter-spacing-body: 0px;
    --restaurant-v8-section-padding-y: clamp(56px, 7vw, 120px);
    --restaurant-v8-section-padding-x: clamp(18px, 4vw, 64px);
    --restaurant-v8-card-padding: clamp(18px, 2vw, 32px);
    --restaurant-v8-product-card-gap: 16px;
    --restaurant-v8-grid-gap: clamp(14px, 2vw, 28px);
    --restaurant-v8-sticky-nav-gap: 12px;
    --restaurant-v8-toolbar-height: 96px;
    --restaurant-v8-toolbar-row-height: 48px;
    --restaurant-v8-toolbar-control-size: 36px;
    --restaurant-v8-toolbar-side-track: 84px;
    --restaurant-v8-sticky-chrome-top: 0px;
    --restaurant-v8-sticky-chrome-header-top: 0px;
    --restaurant-v8-sticky-chrome-active-toolbar-height: var(--restaurant-v8-toolbar-height);
    --restaurant-v8-sticky-chrome-anchor-gap: 22px;
    --restaurant-v8-sticky-chrome-scroll-gap: 18px;
    --restaurant-v8-sticky-chrome-sidebar-gap: 24px;
    --restaurant-v8-sticky-chrome-bottom: calc(var(--restaurant-v8-sticky-chrome-top) + var(--restaurant-v8-toolbar-height));
    --restaurant-v8-sticky-chrome-search-top: calc(var(--restaurant-v8-sticky-chrome-bottom) + env(safe-area-inset-top));
    --restaurant-v8-sticky-chrome-anchor-offset: calc(var(--restaurant-v8-sticky-chrome-bottom) + var(--restaurant-v8-sticky-chrome-anchor-gap));
    --restaurant-v8-sticky-chrome-scroll-offset: calc(var(--restaurant-v8-sticky-chrome-top) + var(--restaurant-v8-sticky-chrome-active-toolbar-height) + var(--restaurant-v8-sticky-chrome-scroll-gap));
    --restaurant-v8-sticky-chrome-sidebar-top: calc(var(--restaurant-v8-sticky-chrome-top) + var(--restaurant-v8-sticky-chrome-sidebar-gap));
    --restaurant-v8-full-bleed-size: 100vw;
    --restaurant-v8-full-bleed-inset: calc(50% - 50vw);
    --restaurant-v8-drawer-padding: clamp(18px, 3vw, 32px);
    --restaurant-v8-cart-item-gap: 14px;
    --restaurant-v8-radius-card: 28px;
    --restaurant-v8-radius-product-card: 24px;
    --restaurant-v8-radius-image: 22px;
    --restaurant-v8-radius-button: 999px;
    --restaurant-v8-radius-pill: 999px;
    --restaurant-v8-radius-modal: 32px;
    --restaurant-v8-radius-drawer: 32px;
    --restaurant-v8-radius-gallery: 24px;
    --restaurant-v8-container-width: 1440px;
    --restaurant-v8-menu-width: 1320px;
    --restaurant-v8-hero-gap: clamp(32px, 5vw, 80px);
    --restaurant-v8-gallery-height-desktop: clamp(260px, 28vw, 420px);
    --restaurant-v8-gallery-height-mobile: 300px;
    --restaurant-v8-product-image-width: clamp(120px, 12vw, 180px);
    --restaurant-v8-button-height: 56px;
    --restaurant-v8-button-padding-x: 24px;
    --restaurant-v8-button-font-size: 16px;
    --restaurant-v8-button-font-weight: 700;
    --restaurant-v8-icon-button-size: 52px;
    --restaurant-v8-icon-size: 22px;
    --restaurant-v8-feature-mobile-card-height: 56px;
    --restaurant-v8-feature-mobile-icon-size: 28px;
    --restaurant-v8-feature-mobile-title-size: 10px;
    --restaurant-v8-feature-mobile-text-size: 9px;
    --restaurant-v8-feature-mobile-gap: 5px;
    --restaurant-v8-gallery-dot-size: 8px;
    --restaurant-v8-gallery-dot-active-width: 22px;
    --restaurant-v8-gallery-control-size: 44px;
    --restaurant-v8-product-card-mobile-height: 150px;
    --restaurant-v8-product-image-width-mobile: 108px;
    --restaurant-v8-product-open-button-size: 42px;
    --restaurant-v8-product-open-icon-size: 18px;
    --restaurant-v8-modal-mobile-button-height: 48px;
    --restaurant-v8-modal-mobile-button-font-size: 15px;
    --restaurant-v8-modal-toast-max-width: 360px;
    --restaurant-v8-cart-panel-width: 600px;
    --restaurant-v8-cart-mobile-close-size: 34px;
    --restaurant-v8-cart-mobile-checkout-height: 42px;
    --restaurant-v8-cart-mobile-checkout-font-size: 13px;
    --restaurant-v8-checkout-mobile-button-height: 44px;
    --restaurant-v8-checkout-mobile-button-font-size: 14px;
    --restaurant-v8-checkout-payment-card-radius: 22px;
    --restaurant-v8-shadow-elevation: 0 14px 40px rgba(23, 20, 18, 0.08);
    --restaurant-v8-shadow-floating: var(--restaurant-shadow-floating);
    --skh-font-family: var(--restaurant-v8-font-family);
    --skh-font-size-display: var(--restaurant-v8-font-size-display);
    --skh-font-size-section-title: var(--restaurant-v8-font-size-section-title);
    --skh-font-size-card-title: var(--restaurant-v8-font-size-card-title);
    --skh-font-size-body: var(--restaurant-v8-font-size-body);
    --restaurant-v8-muted: var(--restaurant-color-muted);
    --restaurant-v8-border: var(--restaurant-color-border);
    --restaurant-v8-soft: color-mix(in srgb, var(--restaurant-v8-accent) 10%, white);
    --restaurant-v8-radius: var(--restaurant-v8-radius-card);
    --restaurant-v8-shell: var(--restaurant-v8-menu-width);
    --restaurant-v8-shadow: var(--restaurant-v8-shadow-elevation);
}

html:has(body.restaurant-v8-body) {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body.restaurant-v8-body {
    margin: 0;
    overflow-x: hidden;
    touch-action: pan-x pan-y;
    background: var(--restaurant-v8-bg);
    color: var(--restaurant-v8-text);
    font-family: var(--restaurant-v8-font-family);
    font-size: var(--restaurant-v8-font-size-body);
    font-weight: var(--restaurant-v8-font-weight-body);
    line-height: var(--restaurant-v8-line-height-body);
    letter-spacing: var(--restaurant-v8-letter-spacing-body);
}

body.restaurant-v8-body * {
    box-sizing: border-box;
}

body.restaurant-v8-body a {
    color: inherit;
    text-decoration: none;
}

.restaurant-v8-shell {
    width: min(var(--restaurant-v8-container-width), calc(100vw - var(--restaurant-v8-section-padding-x) - var(--restaurant-v8-section-padding-x)));
    margin-inline: auto;
}

.restaurant-v8-skip {
    position: fixed;
    left: 16px;
    top: 16px;
    z-index: var(--restaurant-z-skip-link, 10000);
    transform: translateY(-150%);
    background: var(--restaurant-v8-text);
    color: white;
    padding: 12px 16px;
    border-radius: var(--restaurant-v8-radius-pill);
}

.restaurant-v8-skip:focus {
    transform: translateY(0);
}

.restaurant-v8-header {
    position: absolute;
    top: var(--restaurant-v8-sticky-chrome-header-top);
    left: 0;
    right: 0;
    z-index: var(--restaurant-z-popover, 1000);
    background: transparent;
    border-bottom: 0;
    transition: transform .22s ease, opacity .22s ease;
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.restaurant-v8-header.is-hidden-when-menu {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.restaurant-v8-header__inner {
    min-height: clamp(96px, 12vw, 148px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.restaurant-v8-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.restaurant-v8-brand__mark {
    width: clamp(126px, 17vw, 230px);
    height: clamp(70px, 8vw, 118px);
    border-radius: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: transparent;
    color: var(--restaurant-v8-accent);
    font-weight: 700;
    flex: 0 0 auto;
    font-size: clamp(42px, 6vw, 78px);
    mix-blend-mode: multiply;
}

.restaurant-v8-brand__mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 74%;
    mix-blend-mode: multiply;
    transform: scale(1.42);
}

.restaurant-v8-brand__mark img[src$=".svg"] {
    object-fit: contain;
    object-position: center;
    mix-blend-mode: normal;
    transform: none;
}

.restaurant-v8-brand__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.restaurant-v8-brand__text strong {
    font-size: 16px;
    line-height: 1.05;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-v8-brand__text small {
    color: var(--restaurant-v8-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-v8-header-pill,
.restaurant-v8-btn {
    border: 1px solid var(--restaurant-v8-border);
    background: var(--restaurant-v8-surface);
    border-radius: var(--restaurant-v8-radius-button);
    min-height: var(--restaurant-v8-button-height);
    padding: 0 var(--restaurant-v8-button-padding-x);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--restaurant-v8-button-font-size);
    font-weight: var(--restaurant-v8-button-font-weight);
    box-shadow: var(--restaurant-v8-shadow-elevation);
}

.restaurant-v8-header-pill {
    width: clamp(68px, 8vw, 96px);
    height: clamp(68px, 8vw, 96px);
    min-height: 0;
    padding: 0;
    border: 0;
    background: color-mix(in srgb, white 84%, transparent);
    color: var(--restaurant-v8-accent);
    box-shadow: 0 20px 60px rgba(74, 44, 24, .1);
}

.restaurant-v8-header-pill svg {
    width: clamp(28px, 3vw, 38px);
    height: clamp(28px, 3vw, 38px);
}

.restaurant-v8-btn--primary {
    border: 0;
    background: var(--restaurant-v8-accent);
    color: white;
}

.restaurant-v8-main {
    padding-block: 0 var(--restaurant-v8-section-padding-y);
}

.restaurant-v8-hero {
    position: relative;
    min-height: var(--restaurant-v8-hero-min-height, auto);
    padding: clamp(64px, 9vw, 96px) 0 clamp(28px, 4vw, 40px);
    overflow: hidden;
    background: var(--restaurant-v8-bg);
    isolation: isolate;
}

.restaurant-v8-hero > .restaurant-v8-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(20px, 3vw, 32px);
}

.restaurant-v8-hero__media {
    display: none;
    position: relative;
    overflow: hidden;
    border-radius: var(--restaurant-v8-radius-image, 22px);
}

.restaurant-v8-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.restaurant-v8-hero__copy {
    padding-left: clamp(0px, 1.7vw, 16px);
}

.restaurant-v8-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    border-radius: var(--restaurant-v8-radius-pill);
    padding: 15px 22px;
    background: color-mix(in srgb, var(--restaurant-v8-accent) 10%, white);
    color: var(--restaurant-v8-accent);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(13px, 1.2vw, 18px);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 18px 48px rgba(74, 44, 24, .08);
}

.restaurant-v8-kicker svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.restaurant-v8-hero h1 {
    margin: clamp(24px, 3vw, 34px) 0 16px;
    max-width: min(560px, 50vw);
    font-size: min(var(--restaurant-v8-font-size-hero-title, var(--restaurant-v8-font-size-display)), 70px);
    font-weight: var(--restaurant-v8-font-weight-hero-title, var(--restaurant-v8-font-weight-display));
    line-height: .95;
    letter-spacing: var(--restaurant-v8-letter-spacing-heading);
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.restaurant-v8-hero__accent-word {
    color: var(--restaurant-v8-accent);
}

.restaurant-v8-hero__heart {
    display: inline-block;
    margin-left: .16em;
    color: var(--restaurant-v8-accent);
    font-family: var(--restaurant-v8-font-family);
    font-size: .58em;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-12deg) translateY(-.12em);
}

.restaurant-v8-hero p {
    color: var(--restaurant-v8-muted);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: var(--restaurant-v8-font-size-body);
    line-height: var(--restaurant-v8-line-height-body);
    max-width: 460px;
}

.restaurant-v8-section-head p {
    color: var(--restaurant-v8-muted);
    font-size: var(--restaurant-v8-font-size-body);
    line-height: var(--restaurant-v8-line-height-body);
    max-width: 680px;
}

.restaurant-v8-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(12px, 1.6vw, 18px);
    margin-top: clamp(24px, 4vw, 34px);
}

.restaurant-v8-hero__actions .restaurant-v8-btn {
    gap: 14px;
    min-height: min(var(--restaurant-v8-button-height), 54px);
    padding-inline: min(var(--restaurant-v8-button-padding-x), 28px);
    border-radius: 28px;
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: min(var(--restaurant-v8-button-font-size), 18px);
    box-shadow: 0 24px 52px color-mix(in srgb, var(--restaurant-v8-accent) 26%, transparent);
}

.restaurant-v8-hero__actions .restaurant-v8-btn svg {
    width: 28px;
    height: 28px;
}

.restaurant-v8-hero__opentoday {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: clamp(16px, 2.4vw, 24px);
    padding: 8px 14px 8px 8px;
    border-radius: var(--restaurant-v8-radius-pill, 999px);
    background: color-mix(in srgb, white 86%, transparent);
    box-shadow: 0 16px 44px rgba(74, 44, 24, .12);
    backdrop-filter: blur(14px);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    width: fit-content;
    max-width: 100%;
}

.restaurant-v8-hero__opentoday strong {
    color: color-mix(in srgb, var(--restaurant-v8-text) 72%, #106b3f);
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-v8-hero__map {
    width: clamp(40px, 4vw, 50px);
    height: clamp(40px, 4vw, 50px);
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--restaurant-v8-accent) 12%, white);
    color: var(--restaurant-v8-accent);
}

.restaurant-v8-hero__map svg {
    width: 22px;
    height: 22px;
}

.restaurant-v8-trust {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(8px, 1.2vw, 12px);
}

.restaurant-v8-trust-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 8px 14px 8px 8px;
    border: 1px solid color-mix(in srgb, var(--restaurant-v8-text) 8%, transparent);
    border-radius: var(--restaurant-v8-radius-pill, 999px);
    background: color-mix(in srgb, white 88%, transparent);
    box-shadow: 0 14px 36px rgba(74, 44, 24, .08);
    backdrop-filter: blur(12px);
}

.restaurant-v8-trust-card > span {
    width: clamp(40px, 4vw, 52px);
    height: clamp(40px, 4vw, 52px);
    flex: 0 0 auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--restaurant-v8-accent) 10%, white);
}

.restaurant-v8-trust-card > div {
    min-width: 0;
}

.restaurant-v8-trust-card svg {
    width: clamp(19px, 2vw, 25px);
    height: clamp(19px, 2vw, 25px);
    display: block;
    color: var(--restaurant-v8-accent);
}

.restaurant-v8-trust-card strong {
    display: block;
    font-size: clamp(13px, 1.25vw, 16px);
    font-weight: var(--restaurant-v8-font-weight-card-title);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-v8-trust-card p {
    margin: 4px 0 0;
    color: var(--restaurant-v8-muted);
    font-size: clamp(11px, 1vw, 13px);
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-v8-menu {
    margin-top: var(--restaurant-v8-section-padding-y);
    max-width: var(--restaurant-v8-menu-width);
    margin-inline: auto;
}

.restaurant-v8-section-head h2 {
    margin: 18px 0 10px;
    font-size: var(--restaurant-v8-font-size-section-title);
    font-weight: var(--restaurant-v8-font-weight-section-title);
    line-height: .92;
    letter-spacing: var(--restaurant-v8-letter-spacing-heading);
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.restaurant-v8-menu-sentinel {
    height: 1px;
}

.restaurant-v8-toolbar {
    position: sticky;
    top: var(--restaurant-v8-sticky-chrome-top);
    z-index: var(--restaurant-z-sticky, 100);
    box-sizing: border-box;
    width: var(--restaurant-v8-full-bleed-size);
    margin: 28px var(--restaurant-v8-full-bleed-inset) 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    background: color-mix(in srgb, var(--restaurant-v8-bg) 94%, transparent);
    box-shadow: 0 8px 22px rgba(23, 20, 18, .10);
    backdrop-filter: blur(18px);
}

@supports (width: 100cqw) {
    body.restaurant-v8-body {
        container-type: inline-size;
        overflow-x: clip;
        --restaurant-v8-full-bleed-size: 100cqw;
        --restaurant-v8-full-bleed-inset: calc(50% - 50cqw);
    }
}

body.restaurant-v8-body.admin-bar {
    --restaurant-v8-sticky-chrome-top: 32px;
    --restaurant-v8-sticky-chrome-header-top: 32px;
}

.restaurant-v8-toolbar__utility {
    box-sizing: border-box;
    height: var(--restaurant-v8-toolbar-row-height);
    display: grid;
    grid-template-columns:
        minmax(var(--restaurant-v8-toolbar-side-track), 1fr)
        minmax(0, auto)
        minmax(var(--restaurant-v8-toolbar-side-track), 1fr);
    align-items: center;
    gap: 8px;
    padding-left: max(8px, env(safe-area-inset-left));
    padding-right: max(8px, env(safe-area-inset-right));
    border-bottom: 1px solid var(--restaurant-v8-border);
}

.restaurant-v8-toolbar__controls {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 6px;
    min-width: 0;
}

.restaurant-v8-toolbar__brand {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: var(--restaurant-v8-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.restaurant-v8-toolbar__cart-mount {
    min-width: var(--restaurant-v8-toolbar-side-track);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
}

.restaurant-v8-icon-btn {
    width: var(--restaurant-v8-toolbar-control-size);
    height: var(--restaurant-v8-toolbar-control-size);
    min-width: var(--restaurant-v8-toolbar-control-size);
    border-radius: var(--restaurant-v8-radius-pill);
    border: 1px solid var(--restaurant-v8-border);
    background: var(--restaurant-v8-surface);
    color: var(--restaurant-v8-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: var(--restaurant-v8-button-font-weight);
    line-height: 1;
    padding: 0;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.restaurant-v8-icon-btn:hover,
.restaurant-v8-icon-btn.is-active {
    background: var(--restaurant-v8-text);
    color: white;
}

.restaurant-v8-icon-btn:active {
    transform: scale(.97);
}

.restaurant-v8-icon-btn svg {
    width: var(--restaurant-v8-icon-size);
    height: var(--restaurant-v8-icon-size);
    display: block;
    flex: 0 0 auto;
}

.restaurant-v8-category-rail {
    box-sizing: border-box;
    width: 100%;
    height: var(--restaurant-v8-toolbar-row-height);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 12px;
    margin: 0;
    padding-block: 6px;
    padding-inline: max(12px, env(safe-area-inset-left)) max(12px, env(safe-area-inset-right));
}

.restaurant-v8-category-rail::-webkit-scrollbar {
    display: none;
}

.restaurant-v8-category-rail a {
    box-sizing: border-box;
    flex: 0 0 auto;
    height: var(--restaurant-v8-toolbar-control-size);
    min-height: var(--restaurant-v8-toolbar-control-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: var(--restaurant-v8-radius-pill);
    border: 1px solid var(--restaurant-v8-border);
    background: var(--restaurant-v8-surface);
    font-size: 14px;
    font-weight: var(--restaurant-v8-button-font-weight);
    white-space: nowrap;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.restaurant-v8-category-rail a.is-active {
    background: var(--restaurant-v8-text);
    color: white;
    border-color: var(--restaurant-v8-text);
}

.restaurant-v8-search-panel {
    position: fixed;
    z-index: var(--restaurant-z-toast, 9400);
    top: var(--restaurant-v8-sticky-chrome-search-top);
    left: max(16px, calc((100vw - var(--restaurant-v8-shell)) / 2));
    width: min(460px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: var(--restaurant-v8-cart-item-gap);
    align-items: center;
    padding: 10px;
    border-radius: var(--restaurant-v8-radius-card);
    border: 1px solid var(--restaurant-v8-border);
    background: color-mix(in srgb, var(--restaurant-v8-surface) 94%, transparent);
    box-shadow: 0 24px 70px rgba(23,20,18,.18);
    backdrop-filter: blur(18px);
    animation: restaurant-v8-search-enter .18s ease both;
}

.restaurant-v8-search-panel[hidden] {
    display: none !important;
}

.restaurant-v8-search-panel label {
    min-width: 0;
    display: block;
}

.restaurant-v8-search-panel input {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--restaurant-v8-border);
    border-radius: var(--restaurant-v8-radius-image);
    background: var(--restaurant-v8-surface);
    color: var(--restaurant-v8-text);
    padding: 0 18px;
    outline: none;
    font-size: 16px;
    font-weight: 700;
}

.restaurant-v8-search-panel input:focus {
    border-color: color-mix(in srgb, var(--restaurant-v8-accent) 55%, var(--restaurant-v8-border));
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--restaurant-v8-accent) 10%, transparent);
}

.restaurant-v8-search-panel__close {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: var(--restaurant-v8-radius-button);
    border: 1px solid var(--restaurant-v8-border);
    background: color-mix(in srgb, var(--restaurant-v8-accent) 9%, var(--restaurant-v8-surface));
    color: var(--restaurant-v8-text);
    cursor: pointer;
}

.restaurant-v8-search-panel__close svg {
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 auto;
}

@keyframes restaurant-v8-search-enter {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.restaurant-v8-no-results {
    margin-top: 24px;
    padding: 26px;
    border-radius: var(--restaurant-v8-radius-product-card);
    background: var(--restaurant-v8-surface);
    border: 1px solid var(--restaurant-v8-border);
}

.restaurant-v8-no-results[hidden] {
    display: none !important;
}

.restaurant-v8-category-section {
    scroll-margin-top: var(--restaurant-v8-sticky-chrome-anchor-offset);
    padding-top: 44px;
}

.restaurant-v8-category-section.is-hidden-by-search {
    display: none;
}

.restaurant-v8-category-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.restaurant-v8-category-section__head h3 {
    margin: 0;
    font-size: var(--restaurant-v8-font-size-menu-category-title, clamp(30px, 4vw, 52px));
    font-weight: var(--restaurant-v8-font-weight-menu-category-title, var(--restaurant-v8-font-weight-section-title));
    line-height: .95;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.restaurant-v8-category-section__head span {
    color: var(--restaurant-v8-muted);
    font-weight: 700;
    white-space: nowrap;
}

.restaurant-v8-product-list {
    display: grid;
    gap: 12px;
}

.restaurant-v8-product-row {
    border: 1px solid var(--restaurant-v8-border);
    border-radius: 24px;
    overflow: hidden;
    background: color-mix(in srgb, var(--restaurant-v8-surface) 96%, transparent);
    box-shadow: var(--restaurant-v8-shadow-elevation);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.restaurant-v8-product-row:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--restaurant-v8-accent) 32%, var(--restaurant-v8-border));
    box-shadow: var(--restaurant-v8-shadow-elevation);
}

.restaurant-v8-product-row.is-hidden-by-search {
    display: none;
}

.restaurant-v8-product-row__link {
    display: grid;
    grid-template-columns: var(--restaurant-v8-product-image-width) 1fr;
    min-height: var(--restaurant-v8-product-image-width);
}

.restaurant-v8-product-row.no-image .restaurant-v8-product-row__link {
    grid-template-columns: 1fr;
}

.restaurant-v8-product-row__media {
    min-height: var(--restaurant-v8-product-image-width);
    background: color-mix(in srgb, var(--restaurant-v8-accent) 10%, var(--restaurant-v8-text));
}

.restaurant-v8-product-row__img {
    width: 100%;
    height: 100%;
    min-height: var(--restaurant-v8-product-image-width);
    object-fit: cover;
    display: block;
}

.restaurant-v8-product-row__content {
    min-width: 0;
    padding: var(--restaurant-v8-card-padding);
    display: grid;
    align-content: flex-start;
    gap: var(--restaurant-v8-product-card-gap);
}

.restaurant-v8-product-row__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.restaurant-v8-product-badge {
    width: fit-content;
    border: 1px solid var(--restaurant-v8-border);
    border-radius: var(--restaurant-v8-radius-pill);
    padding: 5px 9px;
    font-size: 12px;
    font-weight: var(--restaurant-v8-button-font-weight);
    background: color-mix(in srgb, var(--restaurant-v8-bg) 65%, white);
}

.restaurant-v8-product-badge--muted {
    color: var(--restaurant-v8-muted);
}

.restaurant-v8-product-row__main {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--restaurant-v8-product-card-gap);
}

.restaurant-v8-product-row__text {
    min-width: 0;
}

.restaurant-v8-product-row h4 {
    margin: 0;
    font-size: var(--restaurant-v8-font-size-product-card-title, var(--restaurant-v8-font-size-card-title));
    font-weight: var(--restaurant-v8-font-weight-product-card-title, var(--restaurant-v8-font-weight-card-title));
    line-height: 1.08;
    letter-spacing: var(--restaurant-v8-letter-spacing-heading);
    overflow-wrap: anywhere;
}

.restaurant-v8-product-row p {
    margin: 7px 0 0;
    color: var(--restaurant-v8-muted);
    font-size: var(--restaurant-v8-font-size-product-description, clamp(11px, 1.2vw, 14px));
    line-height: 1.35;
}

.restaurant-v8-product-row__side {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.restaurant-v8-product-row__price {
    color: var(--restaurant-v8-accent);
    font-size: var(--restaurant-v8-font-size-price, 16px);
    white-space: nowrap;
}

.restaurant-v8-product-row__open {
    width: var(--restaurant-v8-product-open-button-size, var(--restaurant-v8-icon-button-size));
    height: var(--restaurant-v8-product-open-button-size, var(--restaurant-v8-icon-button-size));
    border-radius: var(--restaurant-v8-radius-button);
    display: grid;
    place-items: center;
    background: var(--restaurant-v8-text);
    color: white;
    font-weight: 700;
    line-height: 1;
}

.restaurant-v8-product-row__open svg {
    width: var(--restaurant-v8-product-open-icon-size, var(--restaurant-v8-icon-size));
    height: var(--restaurant-v8-product-open-icon-size, var(--restaurant-v8-icon-size));
    display: block;
}

.restaurant-v8-cat-modal {
    position: fixed;
    inset: 0;
    z-index: var(--restaurant-z-dialog, 9000);
    display: grid;
    place-items: end center;
    padding: 16px;
    background: rgba(0,0,0,.38);
    backdrop-filter: blur(10px);
}

.restaurant-v8-cat-modal[hidden] {
    display: none !important;
}

.restaurant-v8-cat-modal__panel {
    width: min(620px, 100%);
    max-height: min(80vh, 720px);
    overflow: auto;
    border-radius: var(--restaurant-v8-radius-modal);
    background: var(--restaurant-v8-surface);
    color: var(--restaurant-v8-text);
    padding: var(--restaurant-v8-drawer-padding);
    box-shadow: var(--restaurant-v8-shadow-elevation);
}

.restaurant-v8-cat-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.restaurant-v8-cat-modal__head h3 {
    margin: 0;
    font-size: 28px;
    letter-spacing: 0;
}

.restaurant-v8-cat-modal__close {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: var(--restaurant-v8-radius-button);
    border: 1px solid var(--restaurant-v8-border);
    background: var(--restaurant-v8-bg);
    color: var(--restaurant-v8-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.restaurant-v8-cat-modal__close svg {
    width: 20px;
    height: 20px;
    display: block;
}

.restaurant-v8-cat-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.restaurant-v8-cat-modal__grid button {
    border: 1px solid var(--restaurant-v8-border);
    background: var(--restaurant-v8-bg);
    color: var(--restaurant-v8-text);
    border-radius: var(--restaurant-v8-radius-card);
    padding: var(--restaurant-v8-card-padding);
    text-align: left;
    font-size: 16px;
    font-weight: var(--restaurant-v8-button-font-weight);
    cursor: pointer;
}

.restaurant-v8-cat-modal__grid button.is-active {
    background: var(--restaurant-v8-text);
    color: white;
}

.restaurant-v8-footer {
    margin-top: var(--restaurant-v8-section-padding-y);
    border-top: 1px solid var(--restaurant-v8-border);
    padding: clamp(34px, 5vw, 68px) 0 clamp(22px, 3vw, 34px);
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--restaurant-v8-bg) 82%, white), color-mix(in srgb, var(--restaurant-v8-surface) 74%, var(--restaurant-v8-bg)));
}

.restaurant-v8-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(190px, .75fr) minmax(190px, .75fr);
    gap: clamp(22px, 4vw, 56px);
    align-items: start;
}

.restaurant-v8-footer h2 {
    margin: 0 0 8px;
    font-size: clamp(28px, 3.6vw, 48px);
    line-height: .95;
    letter-spacing: 0;
}

.restaurant-v8-footer p,
.restaurant-v8-footer span,
.restaurant-v8-footer a {
    color: var(--restaurant-v8-muted);
    font-size: 14px;
    line-height: 1.45;
}

.restaurant-v8-footer__col {
    display: grid;
    align-content: start;
    gap: 8px;
}

.restaurant-v8-footer__col > strong {
    color: var(--restaurant-v8-text);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.restaurant-v8-footer__col span em {
    display: inline;
    margin-left: 6px;
    color: var(--restaurant-v8-text);
    font-style: normal;
}

.restaurant-v8-footer__col span em:before {
    content: "· ";
    color: var(--restaurant-v8-muted);
}

.restaurant-v8-footer__bottom {
    margin-top: clamp(22px, 4vw, 42px);
    padding-top: 14px;
    border-top: 1px solid var(--restaurant-v8-border);
    color: var(--restaurant-v8-muted);
}

/* ===== Template: Cinematic (default) — full-bleed overlay ===== */
.restaurant-v8-hero--template-cinematic {
    --restaurant-v8-hero-min-height: auto;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .72) 100%),
        var(--restaurant-v8-hero-bg-image) center / cover no-repeat,
        var(--restaurant-v8-bg);
}

.restaurant-v8-hero--template-cinematic > .restaurant-v8-shell {
    justify-items: start;
}

.restaurant-v8-hero--template-cinematic .restaurant-v8-hero__copy {
    max-width: 640px;
}

.restaurant-v8-hero--template-cinematic h1,
.restaurant-v8-hero--template-cinematic .restaurant-v8-hero__copy {
    color: #fff;
}

.restaurant-v8-hero--template-cinematic p {
    color: rgba(255, 255, 255, .86);
    max-width: 460px;
}

.restaurant-v8-hero--template-cinematic .restaurant-v8-chip--prep {
    background: rgba(255, 255, 255, .9);
    color: var(--restaurant-v8-text);
}

.restaurant-v8-hero--template-cinematic .restaurant-v8-hero__opentoday {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(10px);
}

.restaurant-v8-hero--template-cinematic .restaurant-v8-hero__opentoday strong {
    color: #fff;
}

.restaurant-v8-hero--template-cinematic .restaurant-v8-trust-card {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .24);
    color: #fff;
}

.restaurant-v8-hero--template-cinematic .restaurant-v8-trust-card strong {
    color: #fff;
}

.restaurant-v8-hero--template-cinematic .restaurant-v8-trust-card p {
    color: rgba(255, 255, 255, .78);
}

@media (min-width: 960px) {
    .restaurant-v8-hero--template-cinematic {
        --restaurant-v8-hero-min-height: clamp(620px, 88svh, 900px);
    }

    .restaurant-v8-hero--template-cinematic > .restaurant-v8-shell {
        min-height: calc(clamp(620px, 88svh, 900px) - clamp(64px, 9vw, 96px) - clamp(28px, 4vw, 40px));
        align-content: end;
        gap: clamp(24px, 3vw, 36px);
    }

    .restaurant-v8-hero--template-cinematic .restaurant-v8-hero__copy {
        max-width: 62%;
    }

    .restaurant-v8-hero--template-cinematic .restaurant-v8-hero__opentoday {
        align-self: start;
    }
}

/* ===== Template: Floating Plate — split ===== */
.restaurant-v8-hero--template-floating-plate {
    --restaurant-v8-hero-min-height: auto;
}

.restaurant-v8-hero--template-floating-plate > .restaurant-v8-shell {
    grid-template-areas: "copy" "media" "trust";
}

.restaurant-v8-hero--template-floating-plate .restaurant-v8-hero__copy {
    grid-area: copy;
}

.restaurant-v8-hero--template-floating-plate .restaurant-v8-hero__media {
    grid-area: media;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: var(--restaurant-v8-radius-image, 22px);
    box-shadow: 0 22px 60px rgba(74, 44, 24, .16);
}

.restaurant-v8-hero--template-floating-plate .restaurant-v8-trust {
    grid-area: trust;
}

@media (min-width: 960px) {
    .restaurant-v8-hero--template-floating-plate {
        --restaurant-v8-hero-min-height: clamp(560px, 78svh, 820px);
    }

    .restaurant-v8-hero--template-floating-plate > .restaurant-v8-shell {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "copy media" "trust media";
        align-items: center;
        column-gap: clamp(32px, 5vw, 80px);
    }

    .restaurant-v8-hero--template-floating-plate .restaurant-v8-hero__copy {
        max-width: 540px;
    }

    .restaurant-v8-hero--template-floating-plate .restaurant-v8-hero__media {
        aspect-ratio: 4 / 5;
        height: 100%;
    }

    .restaurant-v8-hero--template-floating-plate .restaurant-v8-hero__opentoday {
        position: relative;
        margin-top: clamp(18px, 2.4vw, 28px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
        transform: translateX(-12px);
    }
}

/* ===== Template: Spotlight — centered ===== */
.restaurant-v8-hero--template-spotlight {
    --restaurant-v8-hero-min-height: auto;
    color: #fff;
    background:
        radial-gradient(ellipse at center, rgba(0, 0, 0, .28) 0%, rgba(0, 0, 0, .78) 100%),
        var(--restaurant-v8-hero-bg-image) center / cover no-repeat,
        var(--restaurant-v8-bg);
}

.restaurant-v8-hero--template-spotlight > .restaurant-v8-shell {
    justify-items: center;
    text-align: center;
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-hero__copy {
    max-width: 680px;
    display: grid;
    justify-items: center;
    gap: clamp(8px, 1vw, 12px);
}

.restaurant-v8-hero--template-spotlight h1,
.restaurant-v8-hero--template-spotlight .restaurant-v8-hero__copy {
    color: #fff;
}

.restaurant-v8-hero--template-spotlight p {
    color: rgba(255, 255, 255, .84);
    max-width: 520px;
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-hero__actions {
    justify-content: center;
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-btn--primary {
    background: #fff;
    color: var(--restaurant-v8-text);
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-chip--prep {
    background: rgba(255, 255, 255, .9);
    color: var(--restaurant-v8-text);
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-hero__opentoday {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .28);
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-hero__opentoday strong {
    color: #fff;
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-trust {
    justify-content: center;
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-trust-card {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .24);
    color: #fff;
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-trust-card strong {
    color: #fff;
}

.restaurant-v8-hero--template-spotlight .restaurant-v8-trust-card p {
    color: rgba(255, 255, 255, .78);
}

@media (min-width: 960px) {
    .restaurant-v8-hero--template-spotlight {
        --restaurant-v8-hero-min-height: clamp(560px, 80svh, 860px);
    }

    .restaurant-v8-hero--template-spotlight > .restaurant-v8-shell {
        min-height: calc(clamp(560px, 80svh, 860px) - clamp(64px, 9vw, 96px) - clamp(28px, 4vw, 40px));
        align-content: center;
    }
}

/* ===== Template: Asymmetric — overlap ===== */
.restaurant-v8-hero--template-asymmetric {
    --restaurant-v8-hero-min-height: auto;
}

.restaurant-v8-hero--template-asymmetric > .restaurant-v8-shell {
    grid-template-areas: "media" "copy" "trust";
}

.restaurant-v8-hero--template-asymmetric .restaurant-v8-hero__media {
    grid-area: media;
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: var(--restaurant-v8-radius-image, 22px);
    box-shadow: 0 22px 60px rgba(74, 44, 24, .16);
}

.restaurant-v8-hero--template-asymmetric .restaurant-v8-hero__copy {
    grid-area: copy;
}

.restaurant-v8-hero--template-asymmetric .restaurant-v8-hero__opentoday,
.restaurant-v8-hero--template-asymmetric .restaurant-v8-trust {
    grid-area: trust;
}

/* On mobile the open-today card sits above the trust chips inside the trust area. */
.restaurant-v8-hero--template-asymmetric .restaurant-v8-hero__opentoday {
    margin-bottom: clamp(10px, 1.6vw, 16px);
}

@media (min-width: 960px) {
    .restaurant-v8-hero--template-asymmetric {
        --restaurant-v8-hero-min-height: clamp(560px, 76svh, 800px);
    }

    .restaurant-v8-hero--template-asymmetric > .restaurant-v8-shell {
        grid-template-columns: 42% 1fr;
        grid-template-areas: "copy media" "trust media";
        align-items: start;
        column-gap: clamp(28px, 4vw, 64px);
    }

    .restaurant-v8-hero--template-asymmetric .restaurant-v8-hero__media {
        grid-area: media;
        aspect-ratio: auto;
        height: 100%;
        min-height: clamp(420px, 64svh, 620px);
    }

    .restaurant-v8-hero--template-asymmetric .restaurant-v8-hero__copy {
        max-width: 460px;
    }

    .restaurant-v8-hero--template-asymmetric .restaurant-v8-hero__opentoday,
    .restaurant-v8-hero--template-asymmetric .restaurant-v8-trust {
        background: #fff;
        border: 1px solid color-mix(in srgb, var(--restaurant-v8-text) 6%, transparent);
        border-radius: 22px;
        padding: clamp(14px, 1.6vw, 20px);
        box-shadow: 0 22px 54px rgba(0, 0, 0, .16);
    }

    .restaurant-v8-hero--template-asymmetric .restaurant-v8-hero__opentoday {
        width: max-content;
        max-width: 100%;
    }

    .restaurant-v8-hero--template-asymmetric .restaurant-v8-trust {
        flex-direction: column;
        gap: 10px;
    }
}

/* ===== Template: Bento — grid ===== */
.restaurant-v8-hero--template-bento {
    --restaurant-v8-hero-min-height: auto;
}

.restaurant-v8-hero--template-bento > .restaurant-v8-shell {
    grid-template-areas: "media" "copy" "trust";
    gap: clamp(12px, 1.6vw, 18px);
}

.restaurant-v8-hero--template-bento .restaurant-v8-hero__media {
    grid-area: media;
    display: block;
    aspect-ratio: 16 / 10;
    border-radius: var(--restaurant-v8-radius-card, 28px);
    box-shadow: 0 22px 60px rgba(74, 44, 24, .16);
    position: relative;
}

/* Open-today sits as a badge over the media tile. */
.restaurant-v8-hero--template-bento .restaurant-v8-hero__opentoday {
    grid-area: media;
    align-self: end;
    justify-self: start;
    margin: clamp(10px, 1.4vw, 16px);
    z-index: 2;
}

.restaurant-v8-hero--template-bento .restaurant-v8-hero__copy {
    grid-area: copy;
    padding: clamp(16px, 2vw, 24px);
    border-radius: var(--restaurant-v8-radius-card, 28px);
    background: color-mix(in srgb, white 70%, transparent);
    border: 1px solid color-mix(in srgb, var(--restaurant-v8-text) 6%, transparent);
    box-shadow: 0 18px 44px rgba(74, 44, 24, .08);
}

.restaurant-v8-hero--template-bento .restaurant-v8-trust {
    grid-area: trust;
}

@media (min-width: 960px) {
    .restaurant-v8-hero--template-bento {
        --restaurant-v8-hero-min-height: clamp(560px, 74svh, 780px);
    }

    .restaurant-v8-hero--template-bento > .restaurant-v8-shell {
        grid-template-columns: 1.5fr 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas:
            "media copy"
            "media trust";
        align-items: stretch;
    }

    .restaurant-v8-hero--template-bento .restaurant-v8-hero__media {
        aspect-ratio: auto;
        height: 100%;
        min-height: clamp(420px, 64svh, 600px);
    }

    .restaurant-v8-hero--template-bento .restaurant-v8-hero__copy {
        align-self: center;
    }

    .restaurant-v8-hero--template-bento .restaurant-v8-trust {
        flex-direction: column;
        gap: 10px;
    }

    .restaurant-v8-hero--template-bento .restaurant-v8-trust-card {
        flex: 1;
    }
}

/* ===== Template: Edge-to-Edge — immersive ===== */
.restaurant-v8-hero--template-edge-to-edge {
    --restaurant-v8-hero-min-height: auto;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .66) 100%),
        var(--restaurant-v8-hero-bg-image) center / cover no-repeat,
        var(--restaurant-v8-bg);
}

/* The restaurant name renders as a small uppercase label (vertical on desktop). */
.restaurant-v8-hero--template-edge-to-edge::before {
    content: attr(data-restaurant-v8-restaurant-name);
    display: block;
    font-size: clamp(11px, 1vw, 13px);
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
}

.restaurant-v8-hero--template-edge-to-edge > .restaurant-v8-shell {
    justify-items: start;
    align-content: end;
}

.restaurant-v8-hero--template-edge-to-edge .restaurant-v8-hero__copy {
    max-width: 640px;
}

.restaurant-v8-hero--template-edge-to-edge h1,
.restaurant-v8-hero--template-edge-to-edge .restaurant-v8-hero__copy {
    color: #fff;
}

.restaurant-v8-hero--template-edge-to-edge p {
    color: rgba(255, 255, 255, .84);
    max-width: 460px;
}

.restaurant-v8-hero--template-edge-to-edge .restaurant-v8-chip--prep,
.restaurant-v8-hero--template-edge-to-edge .restaurant-v8-hero__opentoday {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    backdrop-filter: blur(10px);
}

.restaurant-v8-hero--template-edge-to-edge .restaurant-v8-hero__opentoday strong {
    color: #fff;
}

.restaurant-v8-hero--template-edge-to-edge .restaurant-v8-trust-card {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .24);
    color: #fff;
}

.restaurant-v8-hero--template-edge-to-edge .restaurant-v8-trust-card strong {
    color: #fff;
}

.restaurant-v8-hero--template-edge-to-edge .restaurant-v8-trust-card p {
    color: rgba(255, 255, 255, .78);
}

@media (min-width: 960px) {
    .restaurant-v8-hero--template-edge-to-edge {
        --restaurant-v8-hero-min-height: clamp(600px, 84svh, 880px);
        padding-left: clamp(40px, 5vw, 72px);
    }

    .restaurant-v8-hero--template-edge-to-edge::before {
        position: absolute;
        left: clamp(16px, 2vw, 28px);
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        writing-mode: vertical-rl;
    }

    .restaurant-v8-hero--template-edge-to-edge > .restaurant-v8-shell {
        min-height: calc(clamp(600px, 84svh, 880px) - clamp(64px, 9vw, 96px) - clamp(28px, 4vw, 40px));
        gap: clamp(20px, 2.6vw, 32px);
    }
}

@media (max-width: 960px) {
    .restaurant-v8-hero {
        padding-top: 126px;
        background:
            var(--restaurant-v8-hero-bg-image) top center / cover no-repeat,
            var(--restaurant-v8-bg);
    }

    .restaurant-v8-hero > .restaurant-v8-shell {
        min-height: auto;
    }

    .restaurant-v8-hero h1,
    .restaurant-v8-hero p {
        max-width: 680px;
    }

    .restaurant-v8-hero__copy {
        position: relative;
        padding-left: 0;
        margin-bottom: 106px;
    }

    .restaurant-v8-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 12px;
        border-radius: 28px 28px 0 0;
    }

    .restaurant-v8-trust-card {
        min-height: 68px;
        gap: 9px;
        padding: 8px;
    }

    .restaurant-v8-trust-card > span {
        width: 38px;
        height: 38px;
    }

    .restaurant-v8-trust-card svg {
        width: 20px;
        height: 20px;
    }

    .restaurant-v8-trust-card strong {
        font-size: 13px;
    }

    .restaurant-v8-trust-card p {
        margin-top: 1px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .restaurant-v8-footer__inner {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .restaurant-v8-hero h1 {
        max-width: 470px;
        font-size: clamp(44px, 7.4vw, 58px);
        line-height: .9;
    }

    .restaurant-v8-hero p {
        max-width: 430px;
    }

    .restaurant-v8-hero__actions {
        max-width: 560px;
    }
}

@media (max-width: 600px) {
    body.restaurant-v8-body {
        --restaurant-v8-sticky-chrome-anchor-gap: 6px;
    }

    .restaurant-v8-shell {
        width: min(100%, calc(100vw - 24px));
    }

    .restaurant-v8-main {
        padding-top: 0;
    }

    .restaurant-v8-header__inner {
        min-height: 78px;
    }

    .restaurant-v8-brand__mark {
        width: 112px;
        height: 52px;
        font-size: 34px;
    }

    .restaurant-v8-header-pill {
        width: 58px;
        height: 58px;
    }

    .restaurant-v8-header-pill svg {
        width: 24px;
        height: 24px;
    }

    .restaurant-v8-hero {
        min-height: auto;
        padding: 78px 0 clamp(24px, 4vw, 32px);
        background-position: 58% top;
    }

    .restaurant-v8-hero > .restaurant-v8-shell {
        gap: 12px;
    }

    .restaurant-v8-kicker {
        gap: 7px;
        padding: 9px 14px;
        font-size: 10px;
        letter-spacing: .09em;
    }

    .restaurant-v8-kicker svg {
        width: 17px;
        height: 17px;
    }

    .restaurant-v8-hero h1 {
        max-width: 265px;
        margin: 22px 0 10px;
        font-size: var(--restaurant-v8-font-size-hero-title-mobile, clamp(39px, 11.4vw, 45px));
        line-height: .88;
        letter-spacing: 0;
    }

    .restaurant-v8-hero__heart {
        margin-left: .1em;
    }

    .restaurant-v8-hero p {
        max-width: 318px;
        font-size: 16px;
        line-height: 1.32;
    }

    .restaurant-v8-hero__actions {
        gap: 10px;
        margin-top: 18px;
    }

    .restaurant-v8-hero__actions .restaurant-v8-btn {
        min-width: 0;
        width: 168px;
        min-height: 54px;
        padding-inline: 18px;
        border-radius: 22px;
        font-size: 16px;
        gap: 12px;
    }

    .restaurant-v8-hero__actions .restaurant-v8-btn svg {
        width: 24px;
        height: 24px;
    }

    .restaurant-v8-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--restaurant-v8-feature-mobile-gap, 8px);
        padding: 10px;
        margin-top: 0;
        border-radius: 22px 22px 0 0;
    }

    .restaurant-v8-trust-card {
        min-width: 0;
        min-height: var(--restaurant-v8-feature-mobile-card-height, 56px);
        height: var(--restaurant-v8-feature-mobile-card-height, 56px);
        gap: var(--restaurant-v8-feature-mobile-gap, 5px);
        padding: 5px;
        border-radius: 999px;
        overflow: hidden;
    }

    .restaurant-v8-trust-card > span {
        width: var(--restaurant-v8-feature-mobile-icon-size, 28px);
        height: var(--restaurant-v8-feature-mobile-icon-size, 28px);
    }

    .restaurant-v8-trust-card svg {
        width: calc(var(--restaurant-v8-feature-mobile-icon-size, 28px) * .52);
        height: calc(var(--restaurant-v8-feature-mobile-icon-size, 28px) * .52);
    }

    .restaurant-v8-trust-card div {
        min-width: 0;
    }

    .restaurant-v8-trust-card strong {
        font-size: var(--restaurant-v8-feature-mobile-title-size, 10px);
        white-space: nowrap;
    }

    .restaurant-v8-trust-card p {
        margin-top: 1px;
        font-size: var(--restaurant-v8-feature-mobile-text-size, 9px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .restaurant-v8-section-head h2 {
        font-size: var(--restaurant-v8-font-size-section-title-mobile, clamp(30px, 8vw, 42px));
    }

    .restaurant-v8-search-panel {
        right: 10px;
        left: 10px;
        border-radius: 22px;
    }

    .restaurant-v8-category-section__head h3 {
        font-size: var(--restaurant-v8-font-size-menu-category-title-mobile, clamp(30px, 8vw, 44px));
    }

    .restaurant-v8-product-row__link {
        grid-template-columns: min(42vw, calc(var(--restaurant-v8-product-image-width-mobile, 108px) + 22px)) 1fr;
        min-height: var(--restaurant-v8-product-card-mobile-height, 150px);
    }

    .restaurant-v8-product-row__media,
    .restaurant-v8-product-row__img {
        min-height: var(--restaurant-v8-product-card-mobile-height, 150px);
    }

    .restaurant-v8-product-row__content {
        padding: 13px;
        align-content: stretch;
    }

    .restaurant-v8-product-row__main {
        min-height: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: minmax(0, 1fr) auto;
        align-items: flex-start;
        gap: 10px;
    }

    .restaurant-v8-product-row__text {
        grid-column: 1 / -1;
        grid-row: 1;
        align-self: flex-start;
    }

    .restaurant-v8-product-row h4 {
        font-size: var(--restaurant-v8-font-size-product-card-title-mobile, clamp(20px, 5vw, 24px));
    }

    .restaurant-v8-product-row__side {
        grid-column: 2;
        grid-row: 2;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        justify-self: flex-end;
        align-self: flex-end;
        gap: 9px;
    }

    .restaurant-v8-product-row__open {
        width: var(--restaurant-v8-product-open-button-size, 34px);
        height: var(--restaurant-v8-product-open-button-size, 34px);
    }

    .restaurant-v8-product-row p {
        font-size: var(--restaurant-v8-font-size-product-description-mobile, 13px);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .restaurant-v8-cat-modal__grid {
        grid-template-columns: 1fr;
    }
}

body.restaurant-v8-body {
    font-size: var(--restaurant-v8-font-size-body);
    font-weight: var(--restaurant-v8-font-weight-body);
    line-height: var(--restaurant-v8-line-height-body);
    letter-spacing: var(--restaurant-v8-letter-spacing-body);
}

body.restaurant-v8-body :is(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid color-mix(in srgb, var(--restaurant-v8-accent) 72%, white);
    outline-offset: 3px;
}

.restaurant-v8-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    max-width: 100%;
    border: 1px solid var(--restaurant-v8-border);
    background: var(--restaurant-v8-surface);
    color: var(--restaurant-v8-text);
    border-radius: var(--restaurant-v8-radius-pill);
    padding: 0 16px;
    line-height: 1;
    font-weight: var(--restaurant-v8-button-font-weight);
    white-space: nowrap;
    box-shadow: var(--restaurant-v8-shadow-elevation);
}

.restaurant-v8-chip svg,
.restaurant-v8-chip .restaurant-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    flex: 0 0 18px;
}

.restaurant-v8-category-sidebar {
    display: none;
}

.restaurant-v8-menu-layout {
    min-width: 0;
}

.restaurant-v8-search-panel {
    margin-bottom: 18px;
}

.restaurant-v8-gallery-section {
    margin-top: clamp(36px, 6vw, 76px);
}

.restaurant-v8-gallery-slider {
    position: relative;
    margin-top: 22px;
    --restaurant-v8-gallery-autoplay: 1500ms;
}

.restaurant-v8-gallery-slider__viewport {
    display: flex;
    gap: var(--restaurant-v8-grid-gap);
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 6px 6px 20px;
    cursor: grab;
}

.restaurant-v8-gallery-slider__viewport::-webkit-scrollbar {
    display: none;
}

.restaurant-v8-gallery-slider__viewport.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.restaurant-v8-gallery-slider__viewport.is-programmatic {
    scroll-snap-type: none;
}

.restaurant-v8-gallery-slide {
    flex: 0 0 clamp(300px, 34%, 430px);
    margin: 0;
    aspect-ratio: 4 / 3;
    min-height: var(--restaurant-v8-gallery-height-desktop);
    border-radius: var(--restaurant-v8-radius-gallery);
    overflow: hidden;
    background: var(--restaurant-v8-surface);
    border: 1px solid var(--restaurant-v8-border);
    box-shadow: var(--restaurant-v8-shadow);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transform: translateZ(0);
}

.restaurant-v8-gallery-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.restaurant-v8-gallery-slider__controls {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 6px;
}

.restaurant-v8-gallery-slider__arrow {
    width: var(--restaurant-v8-gallery-control-size, var(--restaurant-v8-icon-button-size));
    height: var(--restaurant-v8-gallery-control-size, var(--restaurant-v8-icon-button-size));
    min-width: var(--restaurant-v8-gallery-control-size, var(--restaurant-v8-icon-button-size));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--restaurant-v8-border);
    border-radius: var(--restaurant-v8-radius-button);
    background: var(--restaurant-v8-surface);
    color: var(--restaurant-v8-text);
    box-shadow: var(--restaurant-v8-shadow-elevation);
    cursor: pointer;
    pointer-events: auto;
    line-height: 1;
    transition: background .18s ease, color .18s ease, transform .18s ease, opacity .18s ease;
}

.restaurant-v8-gallery-slider__arrow > span {
    width: var(--restaurant-v8-icon-size);
    height: var(--restaurant-v8-icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 var(--restaurant-v8-icon-size);
    pointer-events: none;
}

.restaurant-v8-gallery-slider__arrow svg {
    width: var(--restaurant-v8-icon-size);
    height: var(--restaurant-v8-icon-size);
    display: block;
    flex: 0 0 var(--restaurant-v8-icon-size);
}

.restaurant-v8-gallery-slider__arrow:hover,
.restaurant-v8-gallery-slider__arrow:focus-visible {
    background: var(--restaurant-v8-text);
    color: #fff;
    outline: 0;
}

.restaurant-v8-gallery-slider__arrow:disabled {
    opacity: .4;
    cursor: default;
    transform: none;
}

.restaurant-v8-gallery-slider__dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
}

.restaurant-v8-gallery-slider__dot {
    position: relative;
    width: var(--restaurant-v8-gallery-dot-active-width, 22px);
    height: var(--restaurant-v8-gallery-dot-active-width, 22px);
    min-width: var(--restaurant-v8-gallery-dot-active-width, 22px);
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
}

.restaurant-v8-gallery-slider__dot::before,
.restaurant-v8-gallery-slider__dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--restaurant-v8-gallery-dot-size, 8px);
    height: var(--restaurant-v8-gallery-dot-size, 8px);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transform-origin: left center;
}

.restaurant-v8-gallery-slider__dot::before {
    background: color-mix(in srgb, var(--restaurant-v8-text) 22%, transparent);
    transition: width .2s ease, background .2s ease, opacity .2s ease;
}

.restaurant-v8-gallery-slider__dot::after {
    background: var(--restaurant-v8-accent);
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0);
}

.restaurant-v8-gallery-slider__dot.is-active {
    background: transparent;
}

.restaurant-v8-gallery-slider__dot.is-active::before,
.restaurant-v8-gallery-slider__dot.is-active::after {
    width: var(--restaurant-v8-gallery-dot-active-width, 22px);
}

.restaurant-v8-gallery-slider.is-autoplaying .restaurant-v8-gallery-slider__dot.is-active::after {
    opacity: 1;
    animation: restaurant-v8-gallery-progress var(--restaurant-v8-gallery-autoplay) linear forwards;
}

@keyframes restaurant-v8-gallery-progress {
    from {
        transform: translate(-50%, -50%) scaleX(0);
    }
    to {
        transform: translate(-50%, -50%) scaleX(1);
    }
}

.restaurant-v8-footer__links,
.restaurant-v8-footer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.restaurant-v8-footer__links a,
.restaurant-v8-footer__actions a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 0 12px;
    background: color-mix(in srgb, var(--restaurant-v8-surface) 80%, transparent);
    border: 1px solid var(--restaurant-v8-border);
    color: var(--restaurant-v8-text);
}

@media (min-width: 1100px) {
    body.restaurant-v8-body {
        --restaurant-v8-sticky-chrome-active-toolbar-height: 0px;
    }

    .restaurant-v8-toolbar {
        display: none;
    }

    .restaurant-v8-menu-layout {
        display: grid;
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
        gap: var(--restaurant-v8-grid-gap);
        align-items: start;
        margin-top: var(--restaurant-v8-grid-gap);
    }

    .restaurant-v8-category-sidebar {
        position: sticky;
        top: var(--restaurant-v8-sticky-chrome-sidebar-top);
        z-index: 40;
        display: grid;
        gap: var(--restaurant-v8-grid-gap);
        align-self: start;
        border-radius: var(--restaurant-v8-radius-card);
        padding: var(--restaurant-v8-card-padding);
        background: color-mix(in srgb, var(--restaurant-v8-surface) 86%, transparent);
        border: 1px solid var(--restaurant-v8-border);
        box-shadow: var(--restaurant-v8-shadow);
        backdrop-filter: blur(18px);
    }

    .restaurant-v8-category-sidebar__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 4px 4px 0;
    }

    .restaurant-v8-category-sidebar__head strong {
        font-size: 14px;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .restaurant-v8-category-sidebar__search {
        width: var(--restaurant-v8-icon-button-size);
        height: var(--restaurant-v8-icon-button-size);
        min-width: var(--restaurant-v8-icon-button-size);
        border-radius: var(--restaurant-v8-radius-button);
        border: 1px solid var(--restaurant-v8-border);
        background: var(--restaurant-v8-surface);
        color: var(--restaurant-v8-text);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        line-height: 1;
        cursor: pointer;
    }

    .restaurant-v8-category-sidebar__search svg,
    .restaurant-v8-category-sidebar__search .restaurant-icon {
        width: var(--restaurant-v8-icon-size);
        height: var(--restaurant-v8-icon-size);
        display: block;
        flex: 0 0 auto;
    }

    .restaurant-v8-search-panel.is-sidebar {
        position: static;
        z-index: 1;
        width: auto;
        max-width: none;
        top: auto;
        left: auto;
        right: auto;
        grid-template-columns: minmax(0, 1fr) 40px;
        gap: var(--restaurant-v8-sticky-nav-gap);
        padding: 6px;
        margin: 0;
        border-radius: var(--restaurant-v8-radius-card);
        background: color-mix(in srgb, var(--restaurant-v8-bg) 70%, var(--restaurant-v8-surface));
        box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--restaurant-v8-border) 65%, transparent);
        backdrop-filter: none;
    }

    .restaurant-v8-search-panel.is-sidebar input {
        min-height: 42px;
        border-radius: var(--restaurant-v8-radius-image);
        padding-inline: 14px;
        font-size: 14px;
    }

    .restaurant-v8-search-panel.is-sidebar .restaurant-v8-search-panel__close {
        width: var(--restaurant-v8-icon-button-size);
        height: var(--restaurant-v8-icon-button-size);
    }

    .restaurant-v8-category-sidebar__nav {
        display: grid;
        gap: var(--restaurant-v8-sticky-nav-gap);
    }

    .restaurant-v8-category-sidebar__nav a {
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        border-radius: var(--restaurant-v8-radius-pill);
        padding: 0 14px;
        color: var(--restaurant-v8-muted);
        font-weight: var(--restaurant-v8-button-font-weight);
        border: 1px solid transparent;
    }

    .restaurant-v8-category-sidebar__nav a.is-active {
        background: var(--restaurant-v8-accent);
        color: #fff;
        box-shadow: var(--restaurant-v8-shadow-elevation);
    }

    .restaurant-v8-menu-content {
        min-width: 0;
    }
}

@media not all and (min-width: 1100px) {
    .restaurant-v8-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .restaurant-v8-hero__actions .restaurant-v8-btn {
        min-width: 298px;
    }

    .restaurant-v8-category-sidebar {
        display: none !important;
    }

    .restaurant-v8-search-panel {
        right: 12px;
        left: 12px;
        width: auto;
        border-radius: var(--restaurant-v8-radius-card);
        box-shadow: var(--restaurant-v8-shadow-elevation);
    }

    .restaurant-v8-gallery-slider__viewport {
        gap: var(--restaurant-v8-grid-gap);
    }
}

@media (max-width: 782px) {
    body.restaurant-v8-body.admin-bar {
        --restaurant-v8-sticky-chrome-top: 46px;
        --restaurant-v8-sticky-chrome-header-top: 46px;
    }

    .restaurant-v8-gallery-slider__viewport {
        gap: 12px;
        padding-inline: 2px;
    }

    .restaurant-v8-gallery-slide {
        flex-basis: calc(100% - 4px);
        max-width: 100%;
        min-height: var(--restaurant-v8-gallery-height-mobile);
        aspect-ratio: 3 / 4;
        border-radius: var(--restaurant-v8-radius-gallery);
    }
}

@media (max-width: 600px) {
    body.restaurant-v8-body.admin-bar {
        --restaurant-v8-sticky-chrome-top: 0px;
    }

    .restaurant-v8-chip {
        min-height: 42px;
        padding-inline: 13px;
        font-size: 14px;
        max-width: calc(100vw - 32px);
    }

    body.restaurant-v8-body .restaurant-v8-main {
        padding-bottom: calc(128px + env(safe-area-inset-bottom));
    }

    .restaurant-v8-gallery-slider__viewport {
        padding-inline: 2px;
    }

    .restaurant-v8-gallery-slide {
        border-radius: var(--restaurant-v8-radius-gallery);
    }

    .restaurant-v8-gallery-slider__controls {
        justify-content: center;
        padding-inline: 2px;
    }

    .restaurant-v8-gallery-slider__arrow {
        width: var(--restaurant-v8-gallery-control-size, 44px);
        height: var(--restaurant-v8-gallery-control-size, 44px);
        min-width: var(--restaurant-v8-gallery-control-size, 44px);
    }
}

@media (max-width: 600px) {
    .restaurant-v8-hero__actions .restaurant-v8-btn {
        min-width: 0;
        width: 168px;
    }
}
