:root {
  --black: #121212;
  --black-2: #1a1a1a;
  --black-3: #222;
  --yellow: #ffe600;
  --yellow-soft: #f7c800;
  --white: #f5f5f2;
  --muted: #aaa9a1;
  --line: #30302c;
  --display: "Archivo Black", "Inter", sans-serif;
  --body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--black);
  font-family: var(--body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 20% -10%, rgb(255 230 0 / 0.12), transparent 28rem),
    linear-gradient(180deg, #171717 0, var(--black) 20rem);
}

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

button {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.menu-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 10px clamp(16px, 4vw, 28px);
  background: rgb(18 18 18 / 0.94);
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.amp {
  color: var(--yellow);
}

.menu-badge {
  flex: 0 0 auto;
  border: 1px solid rgb(255 230 0 / 0.45);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--yellow);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

main {
  width: min(920px, 100%);
  margin: 0 auto;
}

.menu-intro {
  padding: 26px clamp(16px, 4vw, 28px) 14px;
}

.eyebrow {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.intro-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin-top: 8px;
}

h1 {
  font-family: var(--display);
  font-size: clamp(3.1rem, 15vw, 7.5rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.intro-row p {
  max-width: 13rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.category-bar {
  position: sticky;
  top: 62px;
  z-index: 20;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px clamp(16px, 4vw, 28px);
  background: rgb(18 18 18 / 0.96);
  border-block: 1px solid rgb(255 255 255 / 0.08);
  scrollbar-width: none;
  backdrop-filter: blur(14px);
}

.category-bar::-webkit-scrollbar {
  display: none;
}

.category-bar button {
  flex: 0 0 auto;
  min-height: 42px;
  border: 2px solid #3a3a3a;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--black-2);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.category-bar button.active {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #111;
}

.menu-sections {
  padding: 10px clamp(16px, 4vw, 28px) 20px;
}

.menu-section {
  scroll-margin-top: 132px;
  padding: 26px 0 4px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.section-title h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 8vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-weight: 900;
}

.items {
  display: grid;
  gap: 10px;
}

.menu-item {
  position: relative;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  align-items: stretch;
  min-height: 112px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgb(18 18 18 / 0.92);
  box-shadow: 0 14px 40px rgb(0 0 0 / 0.22);
}

.item-image {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  background: #0c0c0c;
}

.item-image img {
  display: block;
  align-self: stretch;
  width: 154px;
  height: 100%;
  min-height: 112px;
  object-fit: cover;
  transform-origin: center;
}

.item-image[data-display="fit"] img {
  padding: 4px;
}

.ribbon {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  padding: 4px 0;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.34);
  color: #111;
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
}

.ribbon-new {
  top: 14px;
  right: -34px;
  transform: rotate(45deg);
  background: var(--yellow);
}

.ribbon-spicy {
  bottom: 14px;
  left: -34px;
  transform: rotate(45deg);
  background: #ff5c2a;
  color: #fff;
}

.mini-badges {
  display: inline-flex;
  gap: 5px;
  margin-left: 8px;
  vertical-align: middle;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 3px 6px;
  color: #111;
  font-size: 0.56rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mini-badge-new {
  background: var(--yellow);
}

.mini-badge-spicy {
  background: #ff5c2a;
  color: #fff;
}

.menu-item.no-image {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  border-style: dashed;
  background:
    linear-gradient(90deg, rgb(255 230 0 / 0.08), transparent 42%),
    rgb(18 18 18 / 0.92);
}

.item-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 14px;
}

.item-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}

.item-row h3 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.item-row strong {
  color: var(--yellow);
  font-size: 0.98rem;
  font-weight: 900;
  white-space: nowrap;
}

.menu-item p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.tags span {
  border-radius: 6px;
  padding: 3px 7px;
  background: rgb(255 255 255 / 0.06);
  color: rgb(255 255 255 / 0.62);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

footer {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 22px clamp(16px, 4vw, 28px) 36px;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

footer p + p {
  margin-top: 4px;
}

@media (min-width: 760px) {
  .menu-sections {
    padding-bottom: 34px;
  }

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

  .menu-item.no-image {
    min-height: 112px;
  }
}

@media (max-width: 520px) {
  .intro-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .intro-row p {
    max-width: none;
    text-align: left;
  }

  .menu-item {
    grid-template-columns: 124px minmax(0, 1fr);
    min-height: 104px;
  }

  .menu-item img {
    width: 124px;
    min-height: 104px;
  }

  .item-image,
  .item-image img {
    width: 124px;
    min-height: 104px;
  }

  .item-row {
    gap: 8px;
  }

  .item-copy {
    padding: 12px;
  }
}
