.sms-menu,
.sms-menu *,
.sms-menu *::before,
.sms-menu *::after {
    box-sizing: border-box;
}

.sms-menu {
    --sms-accent: currentColor;
    --sms-anchor-offset: calc(var(--wp-admin--admin-bar--height, 0px) + 150px);
    --sms-ink: currentColor;
    --sms-muted: color-mix(in srgb, currentColor 68%, transparent);
    --sms-line: color-mix(in srgb, currentColor 22%, transparent);
    --sms-surface: var(--sms-theme-surface, color-mix(in srgb, currentColor 8%, transparent));
    --sms-surface-strong: var(--sms-theme-surface-strong, color-mix(in srgb, currentColor 12%, transparent));
    --sms-detail-font-family: inherit;
    --sms-detail-radius: 18px;
    --sms-detail-title-size: clamp(30px, 4vw, 52px);
    --sms-detail-title-weight: 850;
    --sms-detail-price-size: clamp(24px, 2.6vw, 36px);
    --sms-detail-body-size: clamp(17px, 1.35vw, 21px);
    --sms-detail-section-title-size: clamp(18px, 1.7vw, 24px);
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.sms-menu a,
.sms-menu button,
.sms-menu input {
    font: inherit;
}

.sms-menu-topbar {
    align-items: end;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    padding: 0 0 clamp(20px, 4vw, 42px);
}

.sms-menu-kicker {
    color: var(--sms-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    line-height: 1.2;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.sms-menu-title {
    color: var(--sms-ink);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.sms-menu-intro {
    color: var(--sms-muted);
    font-size: 1.08em;
    line-height: 1.55;
    margin: 14px 0 0;
    max-width: 760px;
}

.sms-menu-browser {
    display: block;
    padding: 0 0 clamp(40px, 7vw, 88px);
}

.sms-menu-layout {
    display: block;
}

.sms-has-card-switcher .sms-menu-layout {
    display: block;
}

.sms-card-switcher-wrap {
    align-self: start;
    height: 0;
    min-width: 0;
}

.sms-card-switcher {
    background: var(--sms-surface);
    border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
    bottom: clamp(14px, 2vw, 24px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    display: block;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: fixed;
    transform: translateY(10px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    width: min(360px, calc(100vw - 28px));
    z-index: 320;
}

.sms-card-switcher.is-open {
    background: var(--sms-surface-strong);
}

.sms-card-switcher.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sms-card-current {
    appearance: none;
    background: var(--sms-surface-strong);
    border: 1px solid color-mix(in srgb, currentColor 8%, transparent);
    color: var(--sms-ink);
    cursor: pointer;
    display: grid;
    gap: 3px;
    min-height: 50px;
    padding: 9px 12px;
    text-align: left;
    width: 100%;
}

.sms-card-current span {
    color: var(--sms-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.sms-card-current strong {
    color: var(--sms-ink);
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 800;
    line-height: 1;
}

.sms-card-popover {
    background: var(--sms-surface-strong);
    border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
    bottom: calc(100% + 10px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    display: grid;
    gap: 4px;
    left: 0;
    padding: 8px;
    position: absolute;
    width: 100%;
}

.sms-card-popover[hidden] {
    display: none;
}

.sms-card-popover button {
    appearance: none;
    background: var(--sms-surface-strong);
    border: 0;
    color: var(--sms-muted);
    cursor: pointer;
    font: inherit;
    padding: 10px 12px;
    text-align: left;
    width: 100%;
}

.sms-card-popover button:hover,
.sms-card-popover button:focus,
.sms-card-popover button.is-active {
    background: color-mix(in srgb, currentColor 6%, transparent);
    color: var(--sms-ink);
    outline: none;
}

.sms-no-nav .sms-menu-browser {
    display: block;
}

.sms-menu-nav {
    background: var(--sms-surface);
    border: 1px solid color-mix(in srgb, currentColor 15%, transparent);
    border-left: 0;
    border-right: 0;
    display: flex;
    gap: clamp(16px, 3vw, 32px);
    margin: 0 0 clamp(34px, 5vw, 62px);
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px 0 10px;
    position: sticky;
    scrollbar-width: thin;
    touch-action: pan-x;
    top: var(--wp-admin--admin-bar--height, 0px);
    white-space: nowrap;
    z-index: 200;
    -webkit-overflow-scrolling: touch;
}

.sms-menu-nav-placeholder {
    display: block;
    height: 0;
}

.sms-menu-nav-placeholder.is-visible {
    height: auto;
}

.sms-menu-nav.is-fixed {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: auto;
    top: 0;
}

.sms-menu-nav a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--sms-muted);
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    min-height: 34px;
    padding: 0 0 5px;
    text-decoration: none;
}

.sms-menu-nav a:hover,
.sms-menu-nav a:focus,
.sms-menu-nav a.is-active {
    color: var(--sms-ink);
    outline: none;
}

.sms-menu-nav a.is-active .sms-menu-nav-name {
    color: var(--sms-ink);
}

.sms-menu-nav a.is-active {
    border-bottom-color: var(--sms-accent);
}

.sms-menu-nav-name {
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 800;
    line-height: 1.05;
}

.sms-menu-nav-count {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--sms-accent);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 26px;
    min-width: 26px;
    padding: 0 8px;
}

.sms-menu-sections {
    display: grid;
    gap: clamp(42px, 7vw, 96px);
    min-width: 0;
}

.sms-category {
    margin-top: calc(var(--sms-anchor-offset, 150px) * -1);
    padding-top: var(--sms-anchor-offset, 150px);
    scroll-margin-top: var(--sms-anchor-offset, calc(var(--wp-admin--admin-bar--height, 0px) + 130px));
}

.sms-category.is-filter-hidden,
.sms-dish.is-filter-hidden {
    display: none;
}

.sms-category-banner {
    display: grid;
    gap: 18px;
    justify-items: stretch;
    margin: 0 0 clamp(28px, 5vw, 54px);
    --sms-category-image-height: auto;
    --sms-category-image-width: 100%;
}

.sms-category-banner-after {
    margin: clamp(28px, 5vw, 54px) 0 0;
}

.sms-category-banner-align-left {
    justify-items: start;
}

.sms-category-banner-align-center {
    justify-items: center;
}

.sms-category-banner-align-right {
    justify-items: end;
}

.sms-category-banner-align-full {
    justify-items: stretch;
}

.sms-category-banner img {
    aspect-ratio: 16 / 7;
    display: block;
    height: var(--sms-category-image-height);
    object-fit: cover;
    max-width: 100%;
    width: var(--sms-category-image-width);
}

.sms-category-banner-fit-contain img {
    object-fit: contain;
}

.sms-category-banner-style-rounded img {
    border-radius: 16px;
}

.sms-category-banner-style-circle img {
    aspect-ratio: 1 / 1;
    border-radius: 999px;
}

.sms-category-banner-style-shadow img {
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.sms-category-banner-style-frame img {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    padding: 8px;
}

.sms-category-banner figcaption {
    border-left: 3px solid var(--sms-accent);
    padding-left: 18px;
}

.sms-category-banner h2 {
    color: var(--sms-ink);
    line-height: 1.02;
    margin: 0;
}

.sms-category-banner p {
    color: var(--sms-muted);
    font-size: 1.05em;
    line-height: 1.5;
    margin: 8px 0 0;
}

.sms-category-header {
    margin-bottom: clamp(22px, 4vw, 46px);
}

.sms-category-header > div {
    align-items: center;
    display: flex;
    gap: 14px;
}

.sms-category-icon {
    color: var(--sms-accent);
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1;
}

.sms-category h2,
.sms-category h3 {
    color: var(--sms-ink);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
}

.sms-category-header p {
    color: var(--sms-muted);
    font-size: 1.08em;
    line-height: 1.5;
    margin: 12px 0 0;
}

.sms-dish-list {
    display: grid;
    gap: 0;
}

.sms-dish {
    border-bottom: 1px dotted var(--sms-line);
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr);
    padding: clamp(20px, 3vw, 34px) 0;
    transition: background-color 0.16s ease, padding-left 0.16s ease, padding-right 0.16s ease;
}

.sms-dish.has-details {
    cursor: pointer;
}

.sms-dish.has-details:hover,
.sms-dish.has-details:focus {
    background: color-mix(in srgb, currentColor 4%, transparent);
    outline: none;
}

.sms-dish.has-details:focus-visible {
    box-shadow: inset 3px 0 0 var(--sms-accent);
}

.sms-dish.has-image {
    grid-template-columns: minmax(0, 1fr) minmax(110px, 180px);
}

.sms-dish-media {
    order: 2;
}

.sms-dish-image {
    aspect-ratio: 1 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.sms-dish-summary {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.sms-dish h4 {
    color: var(--sms-ink);
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.sms-dish-title-row {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 0;
}

.sms-dish-title-row h4 {
    min-width: 0;
}

.sms-dish-subtitle,
.sms-dish-description,
.sms-dish-meta p {
    color: var(--sms-muted);
    font-size: 1em;
    line-height: 1.45;
    margin: 8px 0 0;
}

.sms-dish-description p,
.sms-dish-description h1,
.sms-dish-description h2,
.sms-dish-description h3,
.sms-dish-description h4,
.sms-dish-description h5,
.sms-dish-description h6 {
    color: inherit;
    margin-bottom: 0.7em;
}

.sms-dish-list-description {
    margin-top: 12px;
    max-width: 780px;
}

.sms-dish-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.sms-dish-quick span {
    border: 1px solid color-mix(in srgb, var(--sms-accent) 38%, transparent);
    color: var(--sms-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 8px;
}

.sms-dish-price-wrap {
    min-width: 88px;
    text-align: right;
}

.sms-dish-price {
    color: var(--sms-accent);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    margin: 0;
    white-space: nowrap;
}

.sms-dish-details {
    margin-top: 12px;
}

.sms-dish-meta {
    border-top: 1px solid color-mix(in srgb, var(--sms-line) 70%, transparent);
    margin-top: 16px;
    padding-top: 10px;
}

.sms-dish-detail-template {
    display: none;
}

html.sms-detail-is-open,
body.sms-detail-is-open {
    overflow: hidden;
}

.sms-dish-detail-overlay {
    --sms-detail-surface: color-mix(in srgb, currentColor 4%, #fff);
    --sms-detail-surface-soft: color-mix(in srgb, currentColor 8%, #fff);
    --sms-detail-surface-raised: color-mix(in srgb, currentColor 2%, #fff);
    --sms-detail-ink: var(--sms-ink, currentColor);
    --sms-detail-muted: var(--sms-muted, color-mix(in srgb, currentColor 68%, transparent));
    --sms-detail-line: var(--sms-line, color-mix(in srgb, currentColor 22%, transparent));
    --sms-detail-shadow: color-mix(in srgb, #000 35%, transparent);
    --sms-detail-backdrop: color-mix(in srgb, currentColor 34%, rgba(0, 0, 0, 0.54));
    align-items: center;
    backdrop-filter: blur(16px);
    background: var(--sms-detail-backdrop);
    color: var(--sms-ink, currentColor);
    display: flex;
    font-family: var(--sms-detail-font-family, inherit);
    inset: 0;
    justify-content: center;
    padding: clamp(16px, 3vw, 34px);
    position: fixed;
    z-index: 999999;
    -webkit-backdrop-filter: blur(16px);
}

.sms-dish-detail-overlay.is-dark-menu {
    --sms-detail-surface: color-mix(in srgb, currentColor 7%, #090713);
    --sms-detail-surface-soft: color-mix(in srgb, currentColor 10%, #11101d);
    --sms-detail-surface-raised: color-mix(in srgb, currentColor 14%, #171525);
    --sms-detail-backdrop: rgba(3, 3, 7, 0.68);
}

.sms-dish-detail-overlay.is-light-menu {
    --sms-detail-surface: color-mix(in srgb, currentColor 4%, #fff);
    --sms-detail-surface-soft: color-mix(in srgb, currentColor 8%, #fff);
    --sms-detail-surface-raised: color-mix(in srgb, currentColor 2%, #fff);
    --sms-detail-backdrop: rgba(0, 0, 0, 0.46);
}

.sms-dish-detail-card {
    background: var(--sms-detail-surface);
    border: 0;
    border-radius: var(--sms-detail-radius, 18px);
    box-shadow: 0 30px 90px var(--sms-detail-shadow);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    max-height: min(760px, calc(100vh - 32px));
    overflow: hidden;
    position: relative;
    width: min(var(--sms-detail-card-width, 920px), calc(100vw - 32px));
}

.sms-dish-detail-card.no-media {
    grid-template-columns: minmax(0, 1fr);
}

.sms-dish-detail-close {
    align-items: center;
    appearance: none;
    background: color-mix(in srgb, var(--sms-detail-surface-raised) 82%, transparent);
    border: 0;
    border-radius: 999px;
    color: var(--sms-detail-ink);
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    font-weight: 300;
    height: 34px;
    justify-content: center;
    line-height: 1;
    box-shadow: none;
    padding: 0 0 1px;
    position: absolute;
    left: auto;
    right: 16px;
    top: 16px;
    width: 34px;
    z-index: 2;
}

.sms-dish-detail-close:hover,
.sms-dish-detail-close:focus {
    background: var(--sms-detail-surface-soft);
    color: var(--sms-detail-ink);
    outline: none;
}

.sms-dish-detail-media {
    background: var(--sms-detail-surface-soft);
    margin: 0;
    min-height: 100%;
}

.sms-dish-detail-image {
    display: block;
    height: 100%;
    max-height: min(760px, calc(100vh - 32px));
    object-fit: cover;
    width: 100%;
}

.sms-dish-detail-content {
    display: grid;
    align-content: start;
    gap: 20px;
    max-height: min(760px, calc(100vh - 32px));
    overflow: auto;
    padding: clamp(34px, 4vw, 54px);
    -webkit-overflow-scrolling: touch;
}

.sms-dish-detail-card.no-media .sms-dish-detail-content {
    padding-top: 96px;
}

.sms-dish-detail-head {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 42px;
}

.sms-dish-detail-head h3 {
    color: var(--sms-detail-ink);
    font-size: var(--sms-detail-title-size, clamp(30px, 4vw, 52px));
    font-style: italic;
    font-weight: var(--sms-detail-title-weight, 850);
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
}

.sms-dish-detail-head p {
    color: var(--sms-detail-muted);
    font-size: var(--sms-detail-body-size, clamp(17px, 1.35vw, 21px));
    line-height: 1.45;
    margin: 12px 0 0;
}

.sms-dish-detail-price {
    color: var(--sms-accent, var(--sms-detail-ink));
    font-size: var(--sms-detail-price-size, clamp(24px, 2.6vw, 36px));
    font-weight: 850;
    line-height: 1;
    margin: 3px 0 0;
    white-space: nowrap;
}

.sms-dish-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sms-dish-detail-badges span {
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--sms-accent, currentColor) 38%, transparent);
    border-radius: 0;
    color: var(--sms-accent, var(--sms-detail-ink));
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 9px 12px;
}

.sms-dish-detail-content .sms-dish-description {
    color: var(--sms-detail-muted);
    font-size: var(--sms-detail-body-size, clamp(17px, 1.35vw, 21px));
    line-height: 1.55;
    margin: 0;
}

.sms-dish-detail-facts {
    border-top: 1px dotted var(--sms-detail-line);
    display: grid;
    gap: 0;
    margin: 4px calc(clamp(34px, 4vw, 54px) * -1) calc(clamp(34px, 4vw, 54px) * -1);
    padding: 24px clamp(34px, 4vw, 54px) clamp(34px, 4vw, 54px);
}

.sms-dish-detail-facts section {
    border-bottom: 1px dotted var(--sms-detail-line);
    display: grid;
    gap: 8px;
    padding: 0 0 18px;
}

.sms-dish-detail-facts section + section {
    padding-top: 18px;
}

.sms-dish-detail-facts span {
    color: var(--sms-accent, var(--sms-detail-ink));
    font-size: var(--sms-detail-section-title-size, clamp(18px, 1.7vw, 24px));
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.sms-dish-detail-facts p {
    color: var(--sms-detail-muted);
    font-size: var(--sms-detail-body-size, clamp(17px, 1.35vw, 21px));
    line-height: 1.5;
    margin: 0;
}

@media (prefers-color-scheme: dark) {
    .sms-dish-detail-overlay:not(.is-light-menu) {
        --sms-detail-surface: color-mix(in srgb, currentColor 18%, #0b0b10);
        --sms-detail-surface-soft: color-mix(in srgb, currentColor 14%, #16161c);
        --sms-detail-surface-raised: color-mix(in srgb, currentColor 18%, #1d1d24);
        --sms-detail-backdrop: rgba(3, 3, 7, 0.68);
    }
}

.sms-menu-empty,
.sms-menu-empty-state {
    color: var(--sms-muted);
    padding: 0;
}

.sms-menu-empty-state[hidden] {
    display: none;
}

@media (max-width: 860px) {
    .sms-menu-topbar {
        align-items: start;
        grid-template-columns: 1fr;
        padding: 0 0 18px;
    }

    .sms-menu-browser {
        display: block;
        padding: 0 0 58px;
    }

    .sms-card-switcher {
        background: var(--sms-surface);
        border-color: color-mix(in srgb, currentColor 18%, transparent);
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
        padding: 8px;
    }

    .sms-card-switcher.is-open,
    .sms-card-current,
    .sms-card-popover,
    .sms-card-popover button {
        background: var(--sms-surface-strong);
    }

    .sms-menu-nav {
        margin: 0 calc(50% - 50vw) 34px;
        max-width: none;
        padding: 8px max(18px, env(safe-area-inset-right)) 10px max(18px, env(safe-area-inset-left));
        top: var(--wp-admin--admin-bar--height, 0px);
        width: 100vw;
    }

    .sms-menu-nav a {
        border-bottom: 0;
        flex: 0 0 auto;
        gap: 8px;
        grid-template-columns: auto auto;
        min-height: 48px;
    }

    .sms-menu-nav-name {
        font-size: 18px;
    }

    .sms-menu-sections {
        gap: 48px;
    }

    .sms-dish.has-image {
        grid-template-columns: minmax(0, 1fr) 92px;
    }

    .sms-dish-summary {
        gap: 14px;
    }

    .sms-dish-price-wrap {
        min-width: auto;
    }
}

@media (max-width: 540px) {
    .sms-dish.has-image {
        grid-template-columns: 1fr;
    }

    .sms-dish-media {
        order: 0;
    }

    .sms-dish-summary {
        grid-template-columns: 1fr;
    }

    .sms-dish-price-wrap {
        text-align: left;
    }

    .sms-dish-detail-overlay {
        align-items: flex-end;
        background: rgba(0, 0, 0, 0.42);
        padding: 0;
    }

    .sms-dish-detail-card {
        border-radius: var(--sms-detail-radius, 18px) var(--sms-detail-radius, 18px) 0 0;
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        height: auto;
        max-height: 100dvh;
        max-width: none;
        width: 100vw;
    }

    .sms-dish-detail-media {
        min-height: auto;
    }

    .sms-dish-detail-image {
        aspect-ratio: 1.34 / 1;
        flex: 0 0 auto;
        max-height: min(42dvh, 360px);
    }

    .sms-dish-detail-content {
        flex: 0 1 auto;
        gap: 18px;
        max-height: 100dvh;
        min-height: 0;
        overflow-y: auto;
        padding: 32px 28px calc(34px + env(safe-area-inset-bottom));
        -webkit-overflow-scrolling: touch;
    }

    .sms-dish-detail-card.has-media .sms-dish-detail-content {
        max-height: calc(100dvh - min(42dvh, 360px));
    }

    .sms-dish-detail-card.no-media .sms-dish-detail-content {
        padding-top: 110px;
    }

    .sms-dish-detail-head {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-right: 0;
    }

    .sms-dish-detail-head h3 {
        font-size: var(--sms-detail-title-size, clamp(34px, 9vw, 48px));
    }

    .sms-dish-detail-head p,
    .sms-dish-detail-content .sms-dish-description {
        font-size: var(--sms-detail-body-size, 22px);
        line-height: 1.5;
    }

    .sms-dish-detail-price {
        font-size: var(--sms-detail-price-size, 32px);
        margin: 0;
        white-space: normal;
    }

    .sms-dish-detail-facts {
        margin: 6px -28px calc((34px + env(safe-area-inset-bottom)) * -1);
        padding: 28px 28px calc(34px + env(safe-area-inset-bottom));
    }

    .sms-dish-detail-facts span {
        font-size: var(--sms-detail-section-title-size, 24px);
    }

    .sms-dish-detail-facts p {
        font-size: var(--sms-detail-body-size, 19px);
    }

    .sms-dish-detail-close {
        height: 38px;
        left: auto;
        right: 16px;
        top: 14px;
        width: 38px;
    }
}
