/* Lamb Shack static menu.
   The restaurant leads: its charcoal and cream (the printed ram stand), its wine and gold, its ram.
   Sauce's revamp supplies the structure: big honest food, clear type, 44 px targets, the shared
   Riyal, Arabic first. Fonts are the Sauce kit's self-hosted files (SIL OFL 1.1). */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/bricolage-grotesque-latin-wght.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/inter-latin-wght.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-sans-arabic-400.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-sans-arabic-600.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-sans-arabic-700.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

:root {
  --charcoal: #211e1a;
  --cream: #f5f0e7;
  --surface: #fffdf9;
  --muted: #6b6158;
  --line: #e4dccf;
  --wine: #681e2c;
  --gold: #c3a776;
  --ui: 'Inter', 'IBM Plex Sans Arabic', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --display: 'Bricolage Grotesque', 'IBM Plex Sans Arabic', system-ui, sans-serif;
  --gutter: 20px;
  --chips: 60px;
  --overlap: 132px;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--chips) + 12px);
}
html.locked {
  overflow: hidden;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font: 400 15px/1.5 var(--ui);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
:lang(ar) body,
html[lang='ar'] body {
  line-height: 1.65;
}
img {
  display: block;
  max-width: 100%;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
}
h2,
h3,
p {
  margin: 0;
}
:focus-visible {
  outline: 3px solid var(--wine);
  outline-offset: 3px;
  border-radius: 12px;
}

.skip {
  position: absolute;
  inset-inline-start: 12px;
  top: -80px;
  z-index: 50;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--cream);
  font-weight: 600;
  text-decoration: none;
}
.skip:focus {
  top: 12px;
}

/* The top: the stand's charcoal with the cream ram. */
.top {
  background: var(--charcoal);
  color: var(--cream);
  padding: max(14px, env(safe-area-inset-top)) 0 calc(22px + var(--overlap));
}
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: invert(94%) sepia(9%) saturate(318%) hue-rotate(349deg) brightness(101%);
  flex-shrink: 0;
}
.brand-name {
  font: 800 22px/1 var(--display);
  letter-spacing: -0.01em;
}
html[lang='en'] .brand-name {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.language {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgb(245 240 231 / 0.35);
  font-weight: 600;
  font-size: 15px;
  flex-shrink: 0;
}
.language:hover {
  background: rgb(245 240 231 / 0.08);
}
.language:focus-visible {
  outline-color: var(--gold);
  border-radius: 999px;
}
.context {
  max-width: 1080px;
  margin: 16px auto 0;
  padding: 0 var(--gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-size: 14px;
  color: rgb(245 240 231 / 0.78);
}
.table-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--charcoal);
  font-weight: 700;
  font-size: 15px;
}
.table-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wine);
}
.unknown {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgb(245 240 231 / 0.08);
  border: 1px solid rgb(195 167 118 / 0.45);
  color: var(--cream);
  font-size: 14px;
}
.unknown strong {
  font-size: 16px;
}
.unknown .code {
  color: rgb(245 240 231 / 0.78);
}
.unknown bdi {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 13px;
}

/* The signature dish, straight after the top. */
main {
  max-width: 1080px;
  margin: 0 auto;
}
.hero {
  padding: 0 var(--gutter);
  margin-top: calc(-1 * var(--overlap));
}
.hero-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  overflow: hidden;
  background: #3a332c;
  color: var(--cream);
}
.hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(20 17 14 / 0.88) 0%, rgb(20 17 14 / 0.35) 45%, transparent 70%);
}
.hero-copy {
  position: absolute;
  inset-inline: 20px;
  bottom: 18px;
  display: grid;
  gap: 4px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}
html[lang='ar'] .eyebrow {
  letter-spacing: 0;
  font-size: 13px;
}
.hero-name {
  font: 800 34px/1.05 var(--display);
  letter-spacing: -0.03em;
}
html[lang='ar'] .hero-name {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}
.hero-price {
  font-size: 17px;
  font-weight: 600;
}
.hero-card:focus-visible {
  outline-offset: 4px;
  border-radius: 24px;
}

.how {
  margin: 18px var(--gutter) 0;
  font-size: 15px;
  color: var(--muted);
}

/* Category chips stay reachable while browsing. */
.chips {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-top: 14px;
  margin-inline: calc(50% - 50vw);
  background: rgb(245 240 231 / 0.94);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line);
}
.chips-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px var(--gutter);
  height: var(--chips);
  align-items: center;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.chips-track::-webkit-scrollbar {
  display: none;
}
.chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--charcoal);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}
.chip:hover {
  background: rgb(33 30 26 / 0.06);
}
.chip.on {
  background: var(--charcoal);
  color: var(--cream);
}
.chip:focus-visible {
  border-radius: 999px;
  outline-offset: -1px;
}

/* Sections and dishes. */
.menu {
  padding: 8px var(--gutter) 24px;
  outline: none;
}
.section {
  padding-top: 28px;
}
.section h2 {
  font: 800 26px/1.15 var(--display);
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  outline: none;
}
html[lang='ar'] .section h2 {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}
.dishes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.dish button {
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 18px;
}
.dish.row,
.dish.compact {
  border-bottom: 1px solid var(--line);
}
.dish.row:last-child,
.dish.compact:last-child {
  border-bottom: 0;
}
.dish.row button {
  padding: 16px 0;
}
.dish.compact button {
  padding: 10px 0;
  align-items: center;
}
.dish-text {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 4px;
  align-content: start;
}
.dish-name {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
}
.dish-desc {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dish-price {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.dish.compact .dish-price {
  margin-top: 0;
}
.dish .photo {
  flex-shrink: 0;
  width: 112px;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #e9e1d4;
}
.dish.compact .photo {
  width: 64px;
  border-radius: 12px;
}
.dish .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dish.row button:hover .dish-name,
.dish.compact button:hover .dish-name,
.dish.feature button:hover .dish-name {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.dishes.features {
  gap: 22px;
}
.dish.feature button {
  display: grid;
  gap: 12px;
}
.dish.feature .photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 22px;
}
.dish-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.dish.feature .dish-name {
  font: 800 21px/1.2 var(--display);
  letter-spacing: -0.02em;
}
html[lang='ar'] .dish.feature .dish-name {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}
.dish.feature .dish-price {
  margin-top: 0;
  flex-shrink: 0;
  font-size: 17px;
}

/* Money: the shared Riyal left of Western digits, in its own LTR group. */
.money {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  direction: ltr;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.riyal {
  width: 0.8em;
  height: 0.9em;
  flex-shrink: 0;
}
.money.inline {
  font-weight: 600;
  gap: 3px;
}
.money.large {
  font: 800 26px/1 var(--display);
  gap: 6px;
}
.from {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}
.hero .from {
  color: rgb(245 240 231 / 0.8);
}

.foot {
  max-width: 1080px;
  margin: 12px auto 0;
  padding: 36px var(--gutter) max(40px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
.foot-mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
  opacity: 0.85;
}
.foot-name {
  color: var(--charcoal);
  font-weight: 600;
}
.by {
  margin-top: 8px;
  font-size: 13px;
}

/* The dish sheet: from the bottom on a phone, a centred card on a wide screen. */
.sheet {
  width: 100%;
  max-width: 100%;
  max-height: 92dvh;
  margin: auto auto 0;
  padding: 0;
  border: 0;
  border-radius: 28px 28px 0 0;
  background: var(--surface);
  color: var(--charcoal);
  overflow: hidden;
}
.sheet[open] {
  display: flex;
  flex-direction: column;
  animation: rise 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.sheet::backdrop {
  background: rgb(20 17 14 / 0.55);
}
@keyframes rise {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
}
.sheet-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.sheet-photo {
  flex-shrink: 0;
  aspect-ratio: max(var(--ratio), 1.25);
  max-height: 44dvh;
  background: #e9e1d4;
}
.sheet-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sheet-close {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(255 253 249 / 0.94);
  color: var(--charcoal);
  box-shadow: 0 2px 10px rgb(20 17 14 / 0.18);
}
.sheet-close svg {
  width: 22px;
  height: 22px;
}
.sheet-close:focus-visible {
  border-radius: 50%;
}
.sheet-text {
  padding: 22px var(--gutter) 8px;
  display: grid;
  gap: 10px;
}
.sheet .eyebrow {
  color: var(--wine);
}
.sheet-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.sheet-head h2 {
  outline: none;
  font: 800 28px/1.1 var(--display);
  letter-spacing: -0.03em;
}
html[lang='ar'] .sheet-head h2 {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}
.sheet-price {
  flex-shrink: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding-top: 2px;
}
.sheet-desc {
  color: var(--muted);
  font-size: 16px;
}
.group {
  margin-top: 10px;
}
.group h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}
html[lang='ar'] .group h3 {
  letter-spacing: 0;
  font-size: 14px;
}
.sizes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sizes li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
.sizes li:last-child {
  border-bottom: 0;
}
.sizes .money {
  font-weight: 600;
}
.choices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.choices li {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cream);
  font-size: 15px;
  font-weight: 500;
}
.sheet-foot {
  position: sticky;
  bottom: 0;
  margin-top: auto;
  padding: 14px var(--gutter) max(16px, env(safe-area-inset-bottom));
  background: var(--surface);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
.back {
  min-height: 54px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--cream);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.back:focus-visible {
  border-radius: 999px;
}

@media (max-width: 359px) {
  :root {
    --gutter: 16px;
  }
  .brand-name {
    font-size: 19px;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
  }
  .language {
    padding: 0 14px;
  }
  .hero-name {
    font-size: 28px;
  }
  .dish .photo {
    width: 92px;
  }
  .dish.compact .photo {
    width: 56px;
  }
}

@media (min-width: 760px) {
  :root {
    --gutter: 32px;
  }
  :root {
    --overlap: 190px;
  }
  .hero-card {
    aspect-ratio: 21 / 9;
  }
  .dishes.features.single {
    grid-template-columns: 1fr;
  }
  .dishes.features.single .photo {
    aspect-ratio: 21 / 9;
  }
  .hero-name {
    font-size: 48px;
  }
  .hero-copy {
    inset-inline: 32px;
    bottom: 28px;
  }
  .chips-track {
    max-width: 1080px;
    margin: 0 auto;
  }
  .dishes {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .dish.row:nth-last-child(2):nth-child(odd),
  .dish.compact:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }
  .dishes.features {
    gap: 32px 28px;
  }
  .section h2 {
    font-size: 32px;
  }
  .sheet {
    max-width: 880px;
    width: calc(100% - 64px);
    margin: auto;
    border-radius: 28px;
    max-height: min(86dvh, 720px);
  }
  .sheet-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .sheet-photo {
    grid-row: 1 / span 2;
    aspect-ratio: auto;
    max-height: none;
    height: 100%;
  }
  .sheet-text {
    padding-top: 28px;
    align-content: start;
  }
  .sheet-foot {
    grid-column: 2;
  }
}

@media (min-width: 1040px) {
  .dishes.features {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sheet[open] {
    animation: none;
  }
  html {
    scroll-behavior: auto;
  }
}
