:root {
  --ink: #16120f;
  --paper: #f6f2eb;
  --header-bg: #f6f2eb;
  --header-ink: #16120f;
  --header-phone: rgba(22, 18, 15, 0.62);
  --muted: #89847d;
  --menu-bg: var(--paper);
  --main-bg: var(--paper);
  --chalk: #fffaf2;
  --red: #8f1d18;
  --gold: #c99b45;
  --display: "Ruslan Display", "PT Serif", Georgia, serif;
  --serif: "PT Serif", Georgia, serif;
  --hero-eyebrow-size-desktop: clamp(0.95rem, 1.15vw, 1.4rem);
  --hero-title-size-desktop: clamp(2.2rem, 3.35vw, 4rem);
  --hero-eyebrow-size-mobile: 0.86rem;
  --hero-title-size-mobile: clamp(1.72rem, 6.8vw, 2.3rem);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  color: var(--ink);
  background: var(--main-bg);
  font-family: var(--serif);
}

a {
  color: inherit;
  text-decoration: none;
}

:where(a, button):focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

.shell {
  display: grid;
  grid-template-columns: clamp(220px, 14vw, 280px) minmax(0, 1fr);
  width: 100vw;
  height: 100dvh;
  min-height: 520px;
  background: var(--main-bg);
}

.sidebar {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: stretch;
  height: 100%;
  padding: clamp(28px, 2.4vw, 42px) clamp(22px, 1.8vw, 36px);
  background: #f6f2eb !important;
  border-right: 1px solid rgba(22, 18, 15, 0.06);
  box-shadow: 12px 0 26px rgba(22, 18, 15, 0.06);
  z-index: 3;
}

.brand {
  font-family: var(--display);
  line-height: 0.82;
  color: #16120f !important;
  text-align: center;
  max-width: 188px;
  justify-self: center;
  width: 100%;
}

.brand span {
  display: block;
  font-size: clamp(1.05rem, 1.08vw, 1.55rem);
}

.brand strong {
  display: block;
  font-size: clamp(1.28rem, 1.42vw, 2.05rem);
  font-weight: 400;
}

.brand-phone {
  display: none;
  justify-self: center;
  margin-top: 10px;
  font-family: var(--display);
  font-size: clamp(0.82rem, 0.94vw, 1.08rem);
  color: rgba(22, 18, 15, 0.62) !important;
}

.nav {
  align-self: center;
  transform: translateY(22px);
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: var(--display);
  font-size: clamp(0.92rem, 1vw, 1.18rem);
  text-transform: uppercase;
  border-top: 1px solid rgba(22, 18, 15, 0.08);
  border-bottom: 1px solid rgba(22, 18, 15, 0.08);
}

.nav a {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(22, 18, 15, 0.66);
  border-bottom: 1px solid rgba(22, 18, 15, 0.06);
}

.nav a:last-child {
  border-bottom: 0;
}

.nav a:first-child {
  color: var(--ink);
}

.phone {
  font-family: var(--display);
  color: rgba(22, 18, 15, 0.62) !important;
  font-size: clamp(0.86rem, 1.02vw, 1.18rem);
}

.side-bottom {
  display: grid;
  position: relative;
  z-index: 1;
  justify-items: center;
}

.stage {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  min-width: 0;
  height: 100%;
  padding: 0 clamp(28px, 4vw, 76px) clamp(18px, 3vh, 36px);
  background: var(--main-bg);
  overflow-y: auto;
  overflow-x: hidden;
}

.intro {
  min-width: 0;
  padding-top: 0;
}

.menu-sticky {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: clamp(34px, 5.2vh, 68px);
  background: var(--main-bg);
  border-bottom: 1px solid rgba(22, 18, 15, 0.08);
}

.eyebrow {
  margin: 0;
  color: var(--red);
  font-family: var(--display);
  font-size: var(--hero-eyebrow-size-desktop);
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: var(--hero-title-size-desktop);
  line-height: 0.86;
}

.menu-frame {
  display: block;
  min-height: 0;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 8px 0 10px;
  margin-bottom: 4px;
  background: transparent;
  border-bottom: 0;
}

.tabs-shell {
  max-width: 100%;
}

.tabs-arrow {
  display: none;
}

.tab {
  width: auto;
  min-width: clamp(132px, 13vw, 176px);
  max-width: 188px;
  height: 38px;
  min-height: 38px;
  max-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 14px 0;
  border-radius: 8px;
  border: 1px solid rgba(22, 18, 15, 0.14);
  background: transparent;
  font-family: var(--display);
  font-size: clamp(0.84rem, 0.82vw, 0.96rem);
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  color: #231d19 !important;
  -webkit-text-fill-color: #231d19 !important;
  text-shadow: none;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  cursor: pointer;
}

.tab.is-active {
  background: rgba(143, 29, 24, 0.14);
  border-color: rgba(143, 29, 24, 0.62);
  color: var(--red) !important;
  -webkit-text-fill-color: var(--red) !important;
  box-shadow: inset 0 0 0 1px rgba(143, 29, 24, 0.15);
}

.menu-list {
  min-height: auto;
  overflow: visible;
  border-top: 1px solid rgba(22, 18, 15, 0.08);
  border-bottom: 1px solid rgba(22, 18, 15, 0.08);
}

.menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 16px 0;
  border-bottom: 1px solid rgba(22, 18, 15, 0.08);
}

.menu-row:last-child {
  border-bottom: 0;
}

.menu-name {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(0.94rem, 1.15vw, 1.44rem);
  line-height: 0.95;
  white-space: pre-wrap;
}

.menu-meta {
  margin: 8px 0 0;
  color: rgba(22, 18, 15, 0.72);
  font-size: clamp(0.78rem, 0.87vw, 0.94rem);
  line-height: 1.28;
}

.menu-empty {
  margin: 18px 0;
}

.menu-side {
  text-align: right;
  min-width: 88px;
}

.menu-weight {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.88rem, 0.95vw, 1.02rem);
}

.menu-price {
  margin: 6px 0 0;
  font-family: var(--display);
  font-size: clamp(1.06rem, 1.2vw, 1.35rem);
  color: var(--red);
}

.mobile-bar {
  display: none;
}

@media (max-width: 920px) {
  .shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: absolute;
    inset: 0 0 auto;
    grid-template-rows: auto;
    height: 62px;
    padding: 10px 18px;
    border-right: 0;
    background: #f6f2eb !important;
    box-shadow: 0 8px 18px rgba(22, 18, 15, 0.06);
    z-index: 40;
  }

  .brand {
    text-align: left;
    line-height: 0.92;
    justify-self: start;
    max-width: 150px;
    width: 150px;
  }

  .brand span {
    font-size: 0.78rem;
  }

  .brand strong {
    font-size: 1.35rem;
  }

  .nav,
  .phone,
  .side-bottom {
    display: none;
  }

  .brand-phone {
    display: block;
    position: absolute;
    right: 18px;
    top: 20px;
    margin-top: 0;
    justify-self: auto;
    font-size: 0.86rem;
    line-height: 1.05;
  }

  .stage {
    padding: 0 14px calc(146px + env(safe-area-inset-bottom, 0px));
    gap: 10px;
    scrollbar-gutter: stable;
  }

  .menu-sticky {
    position: sticky;
    top: 62px;
    margin: 0;
    min-width: 0;
    padding: 12px 0 6px;
    background: var(--main-bg);
    border-bottom: 1px solid rgba(22, 18, 15, 0.08);
    z-index: 80;
  }

  .intro {
    padding-top: 10px;
  }

  h1 {
    font-size: var(--hero-title-size-mobile);
  }

  .eyebrow {
    font-size: var(--hero-eyebrow-size-mobile);
  }

  .tabs {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding: 8px 0 10px;
    margin-bottom: 6px;
    background: transparent;
    border-bottom: 0;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tabs-shell {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    align-items: start;
    gap: 8px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .tabs-arrow {
    display: grid;
    place-items: center;
    width: 28px;
    height: 42px;
    margin-top: 8px;
    border: 1px solid rgba(22, 18, 15, 0.12);
    border-radius: 8px;
    background: var(--main-bg);
    color: rgba(143, 29, 24, 0.86);
    font-family: var(--display);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
  }

  .tab {
    flex: initial;
    width: auto;
    flex: 0 0 clamp(142px, 44vw, 176px);
    max-width: none;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 0.92rem;
    scroll-snap-align: start;
  }

  .menu-list {
    border-top: 0;
    border-bottom: 0;
    padding-top: 56px;
    padding-bottom: 154px;
    overflow: visible;
  }

  .menu-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    margin-bottom: 10px;
    padding: 14px 12px;
    border: 1px solid rgba(22, 18, 15, 0.1);
    border-radius: 8px;
    background: transparent;
  }

  .menu-row:last-child {
    border-bottom: 1px solid rgba(22, 18, 15, 0.1);
  }

  .menu-name {
    font-size: clamp(0.82rem, 4.1vw, 1.06rem);
    line-height: 0.96;
    color: rgba(22, 18, 15, 0.92);
    text-shadow: 0 0 0 rgba(22, 18, 15, 0.14);
  }

  .menu-meta {
    margin-top: 6px;
    font-size: 0.86rem;
    line-height: 1.32;
  }

  .menu-side {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 6px;
    border-top: 1px solid rgba(22, 18, 15, 0.08);
  }

  .mobile-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    min-height: 52px;
    position: fixed;
    left: 14px;
    right: max(14px, calc(env(safe-area-inset-right, 0px) + 14px));
    width: auto;
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    z-index: 70;
    padding: 8px;
    background: var(--main-bg);
    border: 1px solid rgba(22, 18, 15, 0.08);
    border-radius: 10px;
    box-shadow: 0 -8px 20px rgba(22, 18, 15, 0.08);
    font-family: var(--display);
    text-transform: uppercase;
  }

  .mobile-bar a {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 52px;
    background: var(--menu-bg);
    border: 1px solid rgba(22, 18, 15, 0.08);
    color: rgba(22, 18, 15, 0.72);
    font-size: 0.88rem;
    border-radius: 8px;
  }

  .mobile-bar a[aria-current="page"] {
    border-color: rgba(143, 29, 24, 0.62);
    color: var(--red);
    -webkit-text-fill-color: var(--red);
    box-shadow: inset 0 0 0 1px rgba(143, 29, 24, 0.15);
  }
}
