body.storefront-body.store-type-restaurant {
    --rt-paper: #fff6e8;
    --rt-cream: #f4e2c5;
    --rt-ink: #21140d;
    --rt-muted: #755f4d;
    --rt-charcoal: #19110c;
    --rt-line: rgba(80, 45, 25, .18);
    --rt-brass: #c58a4b;
    --rt-herb: #426b3f;
    --rt-accent: color-mix(in srgb, var(--brand-color) 68%, #d6421f);
    --rt-radius: 8px;
    --surface-page: var(--rt-paper) !important;
    --surface-panel: #fffaf0 !important;
    --surface-panel-strong: #fffaf0 !important;
    --text-strong: var(--rt-ink) !important;
    --text-base: #392317 !important;
    --text-soft: var(--rt-muted) !important;
    --line-soft: var(--rt-line) !important;
    min-width: 320px;
    overflow-x: clip;
    background: var(--rt-paper) !important;
    color: var(--rt-ink) !important;
    font-family: "Manrope", "IBM Plex Sans Arabic", sans-serif !important;
}

body.storefront-body.store-type-restaurant .storefront-ambience {
    display: none !important;
}

body.storefront-body.store-type-restaurant .storefront-page,
body.storefront-body.store-type-restaurant .storefront-main {
    width: 100%;
    max-width: none !important;
    overflow-x: clip;
}

body.storefront-body.store-type-restaurant .storefront-main {
    padding: 0 !important;
}

body.storefront-body.store-type-restaurant a {
    color: inherit;
}

body.storefront-body.store-type-restaurant :focus-visible {
    outline: 2px solid var(--rt-ink);
    outline-offset: 2px;
}

.rt-shell-header {
    position: sticky;
    inset-block-start: 0;
    z-index: 40;
    background: rgba(255, 246, 232, .96);
    border-block-end: 1px solid var(--rt-line);
    backdrop-filter: blur(18px);
}

.rt-utility {
    min-height: 34px;
    display: grid;
    grid-template-columns: 1fr 1fr auto auto;
    align-items: center;
    gap: 18px;
    padding: 0 clamp(20px, 4vw, 52px);
    background: var(--rt-charcoal);
    color: #fff6e8;
    font-size: 12px;
    font-weight: 800;
}

.rt-utility nav,
.rt-footer-locale {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rt-utility a,
.rt-footer-locale a {
    text-decoration: none;
}

.rt-utility a.is-active,
.rt-footer-locale a.is-active {
    color: #ffd19b;
}

.rt-header-main {
    min-height: 92px;
    display: grid;
    grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    padding: 0 clamp(20px, 4vw, 52px);
}

.rt-logo {
    display: grid;
    gap: 4px;
    text-decoration: none;
}

.rt-logo strong {
    max-width: 18ch;
    overflow-wrap: anywhere;
    font-family: "Fraunces", "IBM Plex Sans Arabic", serif;
    font-size: clamp(24px, 2.4vw, 38px);
    font-weight: 800;
    line-height: .92;
    letter-spacing: 0;
}

.rt-logo small {
    color: var(--rt-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rt-nav {
    display: flex;
    justify-content: center;
    gap: clamp(14px, 2vw, 30px);
    min-width: 0;
}

.rt-nav a {
    position: relative;
    color: var(--rt-ink);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.rt-nav a::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: -7px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    background: var(--rt-accent);
    transition: transform 160ms ease;
}

.rt-nav a:hover::after {
    transform: scaleX(1);
}

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

.rt-header-actions svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rt-search-form {
    display: flex;
    align-items: center;
    border: 1px solid var(--rt-line);
    border-radius: 999px;
    background: #fffaf0;
    overflow: hidden;
}

.rt-search-form input {
    width: clamp(140px, 12vw, 210px);
    min-width: 0;
    height: 40px;
    padding-inline: 16px 4px;
    border: 0;
    background: transparent;
    color: var(--rt-ink);
}

.rt-search-form button,
.rt-cart-icon,
.rt-menu-button {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--rt-ink);
    text-decoration: none;
    cursor: pointer;
}

.rt-cart-icon {
    background: var(--rt-charcoal);
    color: #fff6e8;
}

.rt-cart-icon span {
    position: absolute;
    inset-block-start: -4px;
    inset-inline-end: -5px;
    min-width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--rt-accent);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
}

.rt-menu-button {
    display: none;
}

.rt-menu-button span {
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
}

.rt-mobile-drawer {
    display: none;
}

.rt-order-strip {
    width: min(1320px, calc(100% - 40px));
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr) auto auto;
    align-items: center;
    gap: 18px;
    margin: 24px auto;
    padding: 12px;
    border: 1px solid var(--rt-line);
    border-radius: var(--rt-radius);
    background: #fffaf0;
    box-shadow: 0 18px 45px rgba(67, 39, 20, .08);
}

.rt-segment,
.rt-order-chips {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rt-segment {
    padding: 4px;
    border-radius: 999px;
    background: var(--rt-cream);
}

.rt-segment span,
.rt-order-chips span {
    white-space: nowrap;
}

.rt-segment span {
    padding: 9px 15px;
    border-radius: 999px;
    color: var(--rt-muted);
    font-size: 12px;
    font-weight: 900;
}

.rt-segment .is-active {
    background: var(--rt-charcoal);
    color: #fff6e8;
}

.rt-location {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.rt-location small,
.rt-eyebrow {
    color: var(--rt-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rt-location strong {
    overflow: hidden;
    color: var(--rt-ink);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rt-order-chips span {
    padding: 9px 12px;
    border: 1px solid var(--rt-line);
    border-radius: 999px;
    color: var(--rt-muted);
    font-size: 12px;
    font-weight: 800;
}

.rt-primary-link,
.rt-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid var(--rt-charcoal);
    border-radius: var(--rt-radius);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.rt-primary-link,
.rt-button--primary {
    background: var(--rt-accent);
    border-color: var(--rt-accent);
    color: #ffffff;
}

.rt-button--secondary {
    background: rgba(255, 250, 240, .12);
    color: inherit;
}

.rt-hero {
    position: relative;
    min-height: min(760px, calc(100svh - 126px));
    display: grid;
    align-items: center;
    overflow: hidden;
    background: var(--rt-charcoal);
}

.rt-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: rtHeroScale 9s ease-out both;
}

.rt-hero__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(25, 17, 12, .82), rgba(25, 17, 12, .42) 45%, rgba(25, 17, 12, .06));
}

html[dir="rtl"] .rt-hero__scrim {
    background: linear-gradient(270deg, rgba(25, 17, 12, .82), rgba(25, 17, 12, .42) 45%, rgba(25, 17, 12, .06));
}

.rt-hero__copy {
    position: relative;
    z-index: 2;
    width: min(620px, calc(100% - 40px));
    display: grid;
    gap: 24px;
    margin-inline-start: clamp(24px, 7vw, 108px);
    padding-block: 72px;
    color: #fffaf0;
}

.rt-hero h1 {
    max-width: 8.5ch;
    margin: 0;
    font-family: "Fraunces", "IBM Plex Sans Arabic", serif;
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 800;
    line-height: .92;
    letter-spacing: 0;
}

.rt-hero p {
    max-width: 48ch;
    margin: 0;
    color: rgba(255, 250, 240, .84);
    font-size: 16px;
    line-height: 1.75;
}

.rt-hero__actions,
.rt-featured-dish__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rt-hero-card {
    position: absolute;
    z-index: 3;
    inset-inline-end: clamp(20px, 5vw, 78px);
    inset-block-end: 48px;
    width: min(310px, calc(100% - 40px));
    display: grid;
    gap: 7px;
    padding: 20px;
    border: 1px solid rgba(255, 246, 232, .24);
    border-radius: var(--rt-radius);
    background: rgba(255, 246, 232, .94);
    color: var(--rt-ink);
    box-shadow: 0 26px 80px rgba(0, 0, 0, .22);
}

.rt-hero-card span {
    color: var(--rt-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rt-hero-card strong {
    font-family: "Fraunces", "IBM Plex Sans Arabic", serif;
    font-size: 28px;
    line-height: 1;
}

.rt-hero-card small {
    color: var(--rt-muted);
    font-size: 14px;
    font-weight: 900;
}

.rt-category-rail,
.rt-signatures,
.rt-menu-sections,
.rt-featured-dish,
.rt-service-strip {
    width: min(1320px, calc(100% - 40px));
    margin-inline: auto;
}

.rt-category-rail {
    display: grid;
    grid-template-columns: minmax(220px, .36fr) minmax(0, 1fr);
    gap: 24px;
    align-items: end;
    padding: 58px 0 26px;
    border-block-end: 1px solid var(--rt-line);
}

.rt-category-rail h2,
.rt-section-head h2,
.rt-combo h2,
.rt-featured-dish h2,
.rt-footer h2,
.rt-menu-section h3 {
    margin: 0;
    font-family: "Fraunces", "IBM Plex Sans Arabic", serif;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.rt-category-rail h2,
.rt-section-head h2 {
    font-size: clamp(30px, 3vw, 46px);
}

.rt-category-rail p,
.rt-section-head p {
    max-width: 42ch;
    margin: 10px 0 0;
    color: var(--rt-muted);
    line-height: 1.65;
}

.rt-category-rail nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-block: 4px;
    scrollbar-width: thin;
}

.rt-category-rail nav a {
    flex: 0 0 auto;
    padding: 12px 16px;
    border: 1px solid var(--rt-line);
    border-radius: 999px;
    background: #fffaf0;
    color: var(--rt-muted);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.rt-category-rail nav a.is-active,
.rt-category-rail nav a:hover {
    background: var(--rt-accent);
    border-color: var(--rt-accent);
    color: #ffffff;
}

.rt-signatures,
.rt-menu-sections {
    padding-block: 64px;
}

.rt-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-block-end: 28px;
}

.rt-section-head a {
    color: var(--rt-ink);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.rt-dish-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rt-dish-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--rt-line);
    border-radius: var(--rt-radius);
    background: #fffaf0;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.rt-dish-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(75, 38, 20, .1);
}

.rt-dish-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--rt-cream);
}

.rt-dish-card__media img,
.rt-combo > img,
.rt-menu-section__media img,
.rt-featured-dish > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rt-dish-card__media img {
    transition: transform 220ms ease;
}

.rt-dish-card:hover .rt-dish-card__media img {
    transform: scale(1.025);
}

.rt-badge {
    position: absolute;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--rt-charcoal);
    color: #fff6e8;
    font-size: 11px;
    font-weight: 900;
}

.rt-dish-card__body {
    min-height: 228px;
    display: grid;
    gap: 18px;
    align-content: space-between;
    padding: 18px;
}

.rt-dish-card__name {
    display: block;
    margin-block: 7px 8px;
    color: var(--rt-ink);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.18;
    text-decoration: none;
}

.rt-dish-card p {
    min-height: 3.2em;
    margin: 0;
    color: var(--rt-muted);
    font-size: 14px;
    line-height: 1.6;
}

.rt-dish-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-block-start: 14px;
    border-block-start: 1px solid var(--rt-line);
}

.rt-dish-card__foot span {
    display: grid;
    gap: 2px;
}

.rt-dish-card__foot strong,
.rt-combo__product span,
.rt-featured-dish__meta strong,
.rt-menu-row b {
    color: var(--rt-accent);
    font-weight: 900;
}

.rt-dish-card__foot s {
    color: var(--rt-muted);
    font-size: 12px;
}

.rt-dish-card__foot button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: var(--rt-charcoal);
    color: #fff6e8;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
}

.rt-combo {
    width: min(1320px, calc(100% - 40px));
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 0;
    margin: 10px auto 42px;
    overflow: hidden;
    border-radius: var(--rt-radius);
    background: var(--rt-charcoal);
    color: #fff6e8;
}

.rt-combo > img {
    min-height: 460px;
}

.rt-combo__copy {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(28px, 5vw, 72px);
}

.rt-combo h2 {
    max-width: 9ch;
    font-size: clamp(36px, 4.6vw, 68px);
}

.rt-combo p {
    max-width: 48ch;
    margin: 0;
    color: rgba(255, 246, 232, .78);
    line-height: 1.75;
}

.rt-combo__product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    padding-block: 4px;
}

.rt-combo__product strong {
    font-size: 18px;
}

.rt-menu-sections {
    display: grid;
    gap: 26px;
}

.rt-menu-section {
    display: grid;
    grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
    gap: 24px;
    padding: 18px;
    border: 1px solid var(--rt-line);
    border-radius: var(--rt-radius);
    background: #fffaf0;
}

.rt-menu-section__media {
    min-height: 300px;
    overflow: hidden;
    border-radius: var(--rt-radius);
    background: var(--rt-cream);
}

.rt-menu-section__body {
    display: grid;
    gap: 18px;
    align-content: center;
}

.rt-menu-section h3 {
    margin-block: 6px;
    font-size: clamp(28px, 3vw, 42px);
}

.rt-menu-section p {
    max-width: 52ch;
    margin: 0;
    color: var(--rt-muted);
    line-height: 1.7;
}

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

.rt-menu-row {
    min-width: 0;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid var(--rt-line);
    border-radius: var(--rt-radius);
    color: var(--rt-ink);
    text-decoration: none;
}

.rt-menu-row img {
    width: 72px;
    height: 72px;
    border-radius: 6px;
    object-fit: cover;
}

.rt-menu-row span {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.rt-menu-row strong,
.rt-menu-row small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rt-menu-row small {
    color: var(--rt-muted);
    font-size: 12px;
}

.rt-featured-dish {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 32px;
    align-items: center;
    padding: 42px;
    margin-block: 24px 70px;
    border: 1px solid var(--rt-line);
    border-radius: var(--rt-radius);
    background: linear-gradient(135deg, #fffaf0, #f6d9a9);
}

.rt-featured-dish__copy {
    display: grid;
    gap: 18px;
}

.rt-featured-dish h2 {
    font-size: clamp(34px, 4vw, 60px);
}

.rt-featured-dish p {
    max-width: 52ch;
    margin: 0;
    color: var(--rt-muted);
    line-height: 1.75;
}

.rt-featured-dish__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rt-featured-dish__meta span,
.rt-featured-dish__meta strong {
    padding: 9px 12px;
    border: 1px solid var(--rt-line);
    border-radius: 999px;
    background: rgba(255, 250, 240, .72);
    font-size: 13px;
}

.rt-featured-dish > img {
    aspect-ratio: 4 / 3;
    border-radius: var(--rt-radius);
}

.rt-service-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-block-end: 0;
    background: var(--rt-line);
}

.rt-service-strip > div {
    display: grid;
    gap: 4px;
    padding: 24px;
    background: #fffaf0;
}

.rt-service-strip span[aria-hidden="true"] {
    color: var(--rt-accent);
    font-size: 22px;
}

.rt-service-strip strong {
    font-size: 14px;
    font-weight: 900;
}

.rt-service-strip small {
    color: var(--rt-muted);
    font-size: 13px;
}

.rt-empty {
    padding: 28px;
    border: 1px dashed var(--rt-line);
    border-radius: var(--rt-radius);
    color: var(--rt-muted);
    background: #fffaf0;
}

.rt-footer {
    margin-block-start: 0;
    padding: clamp(42px, 6vw, 86px) clamp(20px, 4vw, 52px) 28px;
    background: var(--rt-charcoal);
    color: #fff6e8;
}

.rt-footer-top {
    display: grid;
    grid-template-columns: 1.25fr 1fr .75fr .75fr;
    gap: 28px;
    width: min(1320px, 100%);
    margin-inline: auto;
}

.rt-footer section {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 246, 232, .14);
    border-radius: var(--rt-radius);
}

.rt-footer h2 {
    font-size: clamp(24px, 2.5vw, 38px);
}

.rt-footer p,
.rt-footer span {
    margin: 0;
    color: rgba(255, 246, 232, .72);
    line-height: 1.65;
}

.rt-footer a {
    color: #fff6e8;
    font-weight: 800;
    text-decoration: none;
}

.rt-footer-brand p {
    max-width: 52ch;
}

.rt-footer-locale {
    flex-wrap: wrap;
    margin-block-start: 10px;
}

.rt-whatsapp-link {
    width: fit-content;
    margin-block-start: 8px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 246, 232, .26);
    border-radius: 999px;
    background: rgba(255, 246, 232, .08);
}

.rt-footer-bottom {
    width: min(1320px, 100%);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 28px auto 0;
    padding-block-start: 22px;
    border-block-start: 1px solid rgba(255, 246, 232, .14);
}

.rt-footer-bottom p,
.rt-footer-bottom span {
    color: rgba(255, 246, 232, .64);
    font-size: 13px;
}

html[dir="rtl"] .rt-nav,
html[dir="rtl"] .rt-header-actions,
html[dir="rtl"] .rt-hero__actions,
html[dir="rtl"] .rt-featured-dish__actions {
    direction: rtl;
}

html[dir="rtl"] .rt-section-head a span {
    display: inline-block;
    transform: scaleX(-1);
}

@keyframes rtHeroScale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.02);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rt-hero__image {
        animation: none;
    }

    .rt-dish-card,
    .rt-dish-card__media img {
        transition: none;
    }

    .rt-dish-card:hover,
    .rt-dish-card:hover .rt-dish-card__media img {
        transform: none;
    }
}

@media (max-width: 1180px) {
    .rt-header-main {
        grid-template-columns: auto 1fr auto;
    }

    .rt-menu-button {
        display: inline-grid;
    }

    .rt-nav {
        display: none;
    }

    .rt-mobile-drawer {
        position: fixed;
        inset: 0;
        z-index: 60;
        display: grid;
        align-content: start;
        gap: 0;
        padding: 26px;
        background: var(--rt-paper);
        transform: translateX(-105%);
        transition: transform 180ms ease;
    }

    html[dir="rtl"] .rt-mobile-drawer {
        transform: translateX(105%);
    }

    body[data-nav-open="true"] .rt-mobile-drawer,
    body.nav-open .rt-mobile-drawer,
    html.nav-open .rt-mobile-drawer,
    .rt-mobile-drawer.is-open {
        transform: translateX(0);
    }

    .rt-mobile-drawer button {
        justify-self: end;
        width: 44px;
        height: 44px;
        border: 1px solid var(--rt-line);
        border-radius: 999px;
        background: #fffaf0;
        color: var(--rt-ink);
        font-size: 24px;
    }

    .rt-mobile-drawer a {
        padding: 18px 0;
        border-block-end: 1px solid var(--rt-line);
        color: var(--rt-ink);
        font-family: "Fraunces", "IBM Plex Sans Arabic", serif;
        font-size: 30px;
        font-weight: 800;
        text-decoration: none;
    }

    .rt-order-strip {
        grid-template-columns: 1fr auto;
    }

    .rt-order-chips {
        grid-column: 1 / -1;
        overflow-x: auto;
    }

    .rt-dish-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .rt-utility {
        grid-template-columns: 1fr auto;
        gap: 10px;
        padding: 8px 16px;
    }

    .rt-utility > span:nth-child(2),
    .rt-utility > span:nth-child(4) {
        display: none;
    }

    .rt-header-main {
        min-height: 74px;
        gap: 10px;
        padding-inline: 16px;
    }

    .rt-logo {
        justify-items: center;
    }

    .rt-logo strong {
        max-width: 13ch;
        text-align: center;
        font-size: 24px;
    }

    .rt-logo small {
        display: none;
    }

    .rt-search-form {
        border: 0;
        background: transparent;
    }

    .rt-search-form input {
        position: absolute;
        inline-size: 1px;
        block-size: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .rt-order-strip {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        margin-block: 14px;
        gap: 12px;
        padding: 14px;
    }

    .rt-segment,
    .rt-primary-link {
        width: 100%;
    }

    .rt-segment span,
    .rt-primary-link {
        flex: 1;
    }

    .rt-location strong {
        white-space: normal;
    }

    .rt-order-chips {
        grid-column: auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        width: 100%;
        overflow: visible;
    }

    .rt-order-chips span {
        display: grid;
        min-height: 48px;
        place-items: center;
        padding: 7px 5px;
        border-radius: 12px;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
    }

    .rt-hero {
        min-height: 74svh;
        align-items: end;
    }

    .rt-hero__scrim {
        background: linear-gradient(180deg, rgba(25, 17, 12, .06), rgba(25, 17, 12, .76) 56%, rgba(25, 17, 12, .92));
    }

    html[dir="rtl"] .rt-hero__scrim {
        background: linear-gradient(180deg, rgba(25, 17, 12, .06), rgba(25, 17, 12, .76) 56%, rgba(25, 17, 12, .92));
    }

    .rt-hero__copy {
        width: calc(100% - 32px);
        gap: 16px;
        margin-inline: 16px;
        padding-block: 0 28px;
    }

    .rt-hero h1 {
        max-width: 9ch;
        font-size: clamp(42px, 13vw, 58px);
    }

    .rt-hero p {
        font-size: 14px;
    }

    .rt-hero__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .rt-hero-card {
        display: none;
    }

    .rt-category-rail,
    .rt-signatures,
    .rt-menu-sections,
    .rt-featured-dish,
    .rt-service-strip {
        width: calc(100% - 32px);
    }

    .rt-category-rail {
        grid-template-columns: 1fr;
        padding-block: 36px 18px;
    }

    .rt-section-head {
        display: grid;
        align-items: start;
    }

    .rt-dish-grid,
    .rt-menu-list,
    .rt-service-strip,
    .rt-footer-top {
        grid-template-columns: 1fr;
    }

    .rt-dish-card__body {
        min-height: auto;
    }

    .rt-combo {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
    }

    .rt-combo > img {
        min-height: 290px;
        aspect-ratio: 4 / 3;
    }

    .rt-combo__copy {
        padding: 28px;
    }

    .rt-menu-section,
    .rt-featured-dish {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .rt-menu-section__media {
        min-height: 220px;
    }

    .rt-menu-row {
        grid-template-columns: 64px minmax(0, 1fr) auto;
    }

    .rt-menu-row img {
        width: 64px;
        height: 64px;
    }

    .rt-featured-dish {
        margin-block-end: 44px;
    }

    .rt-featured-dish > img {
        order: -1;
    }

    .rt-footer {
        padding-inline: 16px;
    }

    .rt-footer section {
        padding: 20px;
    }

    .rt-footer-bottom {
        display: grid;
    }
}

@media (max-width: 430px) {
    .rt-hero__actions {
        grid-template-columns: 1fr;
    }

    .rt-dish-card__foot {
        align-items: end;
    }

    .rt-menu-row {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .rt-menu-row b {
        grid-column: 2;
        justify-self: start;
    }

    html[dir="rtl"] .rt-menu-row b {
        justify-self: end;
    }
}
