@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500;600;700;800;900&display=swap');
:root {
  --black: #fff8f1;
  --panel: #ffffff;
  --orange: #ee6a24;
  --orange2: #d95716;
  --cream: #2d211b;
  --muted: #7d6e65;
  --line: rgba(238, 106, 36, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: 'Noto Kufi Arabic', sans-serif;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(255, 138, 85, 0.45);
  outline-offset: 3px;
}
.shell {
  width: min(1180px, calc(100% - 30px));
  margin: auto;
}
.topbar {
  position: relative;
  z-index: 30;
  background: rgba(255, 248, 241, 0.94);
  border-bottom: 1px solid rgba(238, 106, 36, 0.12);
}
.topbar-inner {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-brand {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.mini-brand b {
  display: block;
  color: #fff;
}
.mini-brand small {
  display: block;
  color: var(--orange2);
  font-size: 9px;
}
.icon-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: #171310;
  color: #fff;
  padding: 9px 13px;
  cursor: pointer;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(7, 6, 5, 0.99) 0%,
      rgba(7, 6, 5, 0.86) 36%,
      rgba(7, 6, 5, 0.18) 74%
    ),
    url('hero-food.png') 65% center/cover no-repeat;
}
.offer-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.offer-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.035);
  background-position: 70% center;
  background-size: cover;
  transition:
    opacity 0.9s ease,
    transform 5.2s ease;
}
.offer-hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 6, 5, 0.96),
    rgba(7, 6, 5, 0.72) 44%,
    rgba(7, 6, 5, 0.12) 82%
  );
}
.offer-hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.offer-spotlight {
  position: absolute;
  z-index: 2;
  inset-inline-end: max(4vw, calc((100vw - 1160px) / 2));
  top: 50%;
  width: min(390px, 38vw);
  padding: 24px;
  border: 1px solid rgba(255, 138, 85, 0.42);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(48, 25, 15, 0.94), rgba(12, 9, 8, 0.88));
  backdrop-filter: blur(15px);
  color: #fff;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48),
    0 0 40px rgba(242, 90, 32, 0.12);
  opacity: 0;
  transform: translateY(calc(-50% + 22px));
  transition:
    opacity 0.55s ease 0.25s,
    transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s;
}
.offer-hero-slide.active .offer-spotlight {
  opacity: 1;
  transform: translateY(-50%);
}
.offer-spotlight small {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(242, 90, 32, 0.16);
  color: var(--orange2);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.offer-spotlight strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.25;
}
.offer-spotlight p {
  margin: 7px 0 18px;
  color: #d8cbc4;
  font-size: 13px;
}
.offer-spotlight > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.offer-spotlight b {
  color: #fff;
  font-size: 27px;
}
.offer-spotlight a {
  padding: 10px 15px;
  border-radius: 11px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(242, 90, 32, 0.3);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.offer-spotlight a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(242, 90, 32, 0.42);
}
.offer-hero-dots {
  position: absolute;
  z-index: 4;
  inset-inline-end: max(4vw, calc((100vw - 1160px) / 2));
  bottom: 28px;
  display: flex;
  gap: 7px;
}
.offer-hero-dots i {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.35);
  transition:
    width 0.35s ease,
    background 0.35s ease;
}
.offer-hero-dots i.active {
  width: 28px;
  background: var(--orange);
}
.offer-item {
  position: relative;
  border-color: rgba(242, 90, 32, 0.55);
  box-shadow: 0 14px 38px rgba(242, 90, 32, 0.12);
}
.offer-ribbon {
  position: absolute;
  z-index: 3;
  top: 12px;
  inset-inline-start: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}
.hero:after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(transparent, var(--black));
}
.hero-content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.hero-content a,
.hero-content button {
  pointer-events: auto;
}
.animated-logo {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2px;
  animation: logo-enter 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.ambah-word {
  position: relative;
  color: var(--orange);
  font-size: clamp(62px, 9vw, 110px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -7px;
  text-shadow: 0 0 0 rgba(242, 90, 32, 0);
  animation: logo-glow 3.2s ease-in-out 1s infinite;
}
.animated-logo small {
  margin-inline-start: 12px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  animation: tagline-enter 0.7s ease 0.45s both;
}
.ambah-spark {
  position: absolute;
  top: 7px;
  inset-inline-start: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 14px #fff,
    0 0 28px var(--orange);
  animation: spark-move 3.2s ease-in-out 1s infinite;
}
.hero h1 {
  max-width: 650px;
  margin: 4px 0 6px;
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1.35;
  color: #fff;
}
.hero p {
  margin: 0;
  color: #e4d6cd;
  font-size: 15px;
}
.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.primary,
.location-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.service-strip {
  position: relative;
  z-index: 4;
  margin-top: -30px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(25, 17, 13, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  overflow: hidden;
}
.service-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 72px;
  padding: 12px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.07);
}
.service-grid div:last-child {
  border-inline-end: 0;
}
.service-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: none;
  border: 1px solid rgba(242, 90, 32, 0.34);
  border-radius: 12px;
  background: rgba(242, 90, 32, 0.09);
  color: var(--orange2);
}
.service-icon:after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(242, 90, 32, 0.22);
  border-radius: 15px;
  opacity: 0;
  animation: service-ring 2.4s ease-out infinite;
}
.service-icon svg {
  width: 21px;
  height: 21px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-feature {
  animation: service-rise 0.65s ease both;
}
.service-feature:nth-child(2) {
  animation-delay: 0.12s;
}
.service-feature:nth-child(3) {
  animation-delay: 0.24s;
}
.service-fresh .service-icon svg {
  animation: fresh-glow 1.8s ease-in-out infinite;
}
.service-fast .service-icon svg {
  animation: fast-kick 1.9s ease-in-out infinite;
}
.service-location .service-icon svg {
  animation: location-drop 2.1s ease-in-out infinite;
}
@keyframes service-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes service-ring {
  0%,
  45% {
    opacity: 0;
    transform: scale(0.82);
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
@keyframes fresh-glow {
  0%,
  100% {
    transform: translateY(1px) scale(0.96);
  }
  50% {
    transform: translateY(-2px) scale(1.08);
    filter: drop-shadow(0 0 5px currentColor);
  }
}
@keyframes fast-kick {
  0%,
  72%,
  100% {
    transform: translateX(0);
  }
  78% {
    transform: translateX(3px);
  }
  84% {
    transform: translateX(-2px);
  }
  90% {
    transform: translateX(1px);
  }
}
@keyframes location-drop {
  0%,
  100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-3px);
  }
  58% {
    transform: translateY(1px);
  }
}
.service-grid b {
  font-size: 12px;
}
.primary {
  background: var(--orange);
  box-shadow: 0 14px 35px rgba(242, 90, 32, 0.28);
}
.location-link {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(12, 8, 6, 0.55);
  backdrop-filter: blur(8px);
}
@keyframes logo-enter {
  from {
    opacity: 0;
    transform: translateY(25px) scale(0.94);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
@keyframes tagline-enter {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes logo-glow {
  0%,
  100% {
    transform: translateY(0);
    text-shadow: 0 0 0 rgba(242, 90, 32, 0);
  }
  50% {
    transform: translateY(-4px);
    text-shadow: 0 0 22px rgba(242, 90, 32, 0.38);
  }
}
@keyframes spark-move {
  0%,
  100% {
    opacity: 0.35;
    transform: translate(0, 0) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translate(-38px, 22px) scale(1);
  }
}
.menu-controls {
  position: sticky;
  top: 0;
  z-index: 20;
  display: block;
  padding: 12px 0;
  background: rgba(8, 7, 6, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.control-title b {
  display: block;
  font-size: 18px;
}
.control-title span {
  color: var(--muted);
  font-size: 10px;
}
.search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(70, 43, 29, 0.12);
  border-radius: 13px;
  background: #fff;
}
.search span {
  color: var(--orange2);
  font-size: 20px;
}
.search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2d211b;
}
.search input::placeholder {
  color: #9b8d84;
}
.categories {
  grid-column: 1/-1;
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 0 0 3px;
  scrollbar-width: none;
}
.categories::-webkit-scrollbar {
  display: none;
}
.cat-btn {
  flex: none;
  border: 1px solid rgba(70, 43, 29, 0.12);
  border-radius: 10px;
  background: #fff;
  color: #6f5e54;
  padding: 9px 13px;
  cursor: pointer;
  transition: 0.2s;
}
.cat-btn:hover {
  border-color: var(--line);
  color: var(--orange2);
}
.cat-btn.active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.category-home {
  padding: 34px 0 20px;
  scroll-margin-top: 170px;
}
.category-home-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.category-home-head h2 {
  margin: 4px 0 0;
  font-size: clamp(25px, 4vw, 38px);
}
.category-home-head small {
  color: var(--muted);
}
.eyebrow {
  color: var(--orange2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 3px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.category-card {
  position: relative;
  min-height: 250px;
  padding: 0 0 82px;
  overflow: hidden;
  border: 1px solid rgba(70, 43, 29, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(83, 49, 29, 0.08);
  cursor: pointer;
  text-align: start;
  isolation: isolate;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.category-photo,
.category-shade {
  position: absolute;
  inset: 0 0 82px;
  width: 100%;
  height: calc(100% - 82px);
}
.category-photo {
  object-fit: cover;
  filter: saturate(0.82) brightness(0.96) contrast(0.96);
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}
.category-shade {
  z-index: 1;
  background: linear-gradient(0deg, rgba(8, 5, 4, 0.48), rgba(8, 5, 4, 0.03) 72%);
}
.category-copy {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: block;
  width: 100%;
  min-width: 0;
  height: 82px;
  padding: 0;
  background: #fff;
  border-top: 1px solid rgba(238, 106, 36, 0.14);
}
.category-copy b {
  position: absolute;
  top: 13px;
  inset-inline-start: 18px;
  inset-inline-end: 18px;
  min-width: 0;
  color: #2d211b;
  font-size: 18px;
  line-height: 1.4;
}
.category-copy small {
  position: absolute;
  bottom: 12px;
  inset-inline-start: 18px;
  color: var(--orange2);
  font-size: 10px;
  white-space: nowrap;
}
.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(238, 106, 36, 0.5);
}
.category-card:hover .category-photo {
  transform: scale(1.07);
  filter: saturate(0.95) brightness(1) contrast(0.98);
}
.section-toolbar {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 4px;
  scroll-margin-top: 155px;
}
.section-toolbar[hidden] {
  display: none;
}
.section-toolbar > span {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.back-categories {
  padding: 10px 15px;
  border: 1px solid rgba(242, 90, 32, 0.45);
  border-radius: 11px;
  background: rgba(242, 90, 32, 0.1);
  color: var(--orange2);
  cursor: pointer;
}
.menu-section {
  padding: 19px 0 4px;
  scroll-margin-top: 170px;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
  color: #fff;
  font-size: 23px;
}
.section-title span {
  color: var(--orange);
}
.section-title:after {
  content: '';
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--line), transparent);
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0 0 58px;
  border: 1px solid rgba(242, 90, 32, 0.2);
  border-radius: 20px;
  background: linear-gradient(155deg, #21150f, #120d0a);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: 0.2s;
}
.item-photo {
  width: 100%;
  height: 245px;
  border-radius: 19px 19px 0 0;
  object-fit: cover;
  background: #241912;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}
.item-info {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: start;
  gap: 12px 18px;
  padding: 19px 22px 0;
}
.menu-item:hover .item-photo {
  transform: scale(1.035);
  filter: saturate(1.1) contrast(1.03);
}
.has-variants {
  padding-bottom: 16px;
}
.has-variants .item-info {
  display: block;
}
.variants-collapsed {
  padding-bottom: 68px;
}
.show-variants {
  position: absolute;
  inset-inline: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 41px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #ff6a2d, #e74712);
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
  box-shadow: 0 10px 25px rgba(242, 90, 32, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.show-variants:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(242, 90, 32, 0.3);
}
.show-variants i {
  position: relative;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-style: normal;
  transition: background 0.2s ease;
}
.show-variants i::before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.25s ease;
}
.show-variants[aria-expanded='true'] {
  position: static;
  width: 100%;
  margin-top: 14px;
  background: rgba(242, 90, 32, 0.11);
  color: var(--orange2);
  box-shadow: none;
}
.show-variants[aria-expanded='true'] i {
  background: rgba(242, 90, 32, 0.16);
}
.show-variants[aria-expanded='true'] i::before {
  transform: translateY(2px) rotate(225deg);
}
.variant-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
  overflow: hidden;
}
.variant-options[hidden] {
  display: none;
}
.variant-btn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content 82px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 8px 9px 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(242, 90, 32, 0.055));
  color: #fff;
  cursor: pointer;
  text-align: start;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.variant-label {
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.variant-price {
  color: var(--orange2);
  font-size: 10px;
  white-space: nowrap;
}
.variant-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 82px;
  height: 36px;
  padding: 0 11px;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}
.variant-add strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.variant-btn:hover {
  border-color: var(--orange);
  background: rgba(242, 90, 32, 0.17);
  transform: translateY(-2px);
}
.variant-btn:active {
  transform: scale(0.98);
}
.menu-item:before {
  content: '';
  position: absolute;
  inset: 0 0 0 auto;
  width: 3px;
  background: var(--orange);
  opacity: 0.75;
}
.menu-item:hover {
  border-color: var(--line);
  transform: translateY(-2px);
}
.item-name {
  font-weight: 750;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}
.item-detail {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}
.item-price {
  align-self: start;
  color: var(--orange2);
  font-weight: 900;
  white-space: nowrap;
}
.add-btn {
  position: absolute;
  inset-inline-end: 14px;
  bottom: 11px;
  border: 0;
  min-width: 104px;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  padding: 9px 14px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}
.sold {
  opacity: 0.42;
}
.sold:after {
  content: 'غير متوفر';
  position: absolute;
  inset-inline-start: 14px;
  bottom: 14px;
  color: #e47c70;
  font-size: 9px;
}
.cart-bar {
  position: fixed;
  z-index: 35;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%) translateY(120px);
  width: min(540px, calc(100% - 22px));
  display: flex;
  justify-content: space-between;
  padding: 14px 17px;
  border: 0;
  border-radius: 15px;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 18px 55px #000;
  transition: 0.3s;
  cursor: pointer;
}
.cart-bar.show {
  transform: translateX(-50%);
}
.cart-sheet {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.76);
  align-items: flex-end;
}
.cart-sheet.open {
  display: flex;
}
.cart-panel {
  width: min(620px, 100%);
  max-height: 88vh;
  margin: auto;
  padding: 22px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 24px 24px 0 0;
  background: #15110f;
}
.sheet-head {
  display: flex;
  justify-content: space-between;
}
.sheet-head button {
  border: 0;
  background: transparent;
  font-size: 23px;
}
.cart-list {
  display: grid;
  gap: 9px;
  margin: 16px 0;
}
.cart-row {
  display: block;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
}
.cart-item-main {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
}
.cart-item-image {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  background: #2a1d17;
}
.cart-item-copy {
  min-width: 0;
}
.cart-item-copy > b {
  display: block;
}
.item-note {
  position: relative;
  display: block;
  margin-top: 12px;
  padding: 10px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(242, 90, 32, 0.035));
}
.item-note span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  color: #bdaea6;
  font-size: 9px;
  font-weight: 800;
}
.item-note span::before {
  content: '';
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: rgba(242, 90, 32, 0.13);
  color: var(--orange2);
  font-size: 11px;
}
.item-note input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  background: rgba(5, 4, 3, 0.38);
  color: var(--orange2);
  padding: 10px 11px;
  font-size: 11px;
  outline: none;
}
.item-note input::placeholder {
  color: rgba(255, 138, 85, 0.55);
}
.item-note input:focus {
  border-color: var(--orange);
  background: rgba(242, 90, 32, 0.055);
  box-shadow: 0 0 0 3px rgba(242, 90, 32, 0.08);
}
.qty {
  display: flex;
  align-items: center;
  gap: 7px;
}
.qty button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 7px;
  background: #2a1d17;
  color: #fff;
}
@media (max-width: 560px) {
  .cart-item-main {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 9px;
  }
  .cart-item-image {
    width: 58px;
    height: 58px;
  }
  .cart-item-main > strong {
    grid-column: 2;
  }
  .qty {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}
.cart-total {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--orange2);
}
.order-form {
  display: grid;
  gap: 10px;
}
.order-form input,
.order-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: #0b0908;
  color: #fff;
}
.whatsapp {
  border: 0;
  border-radius: 11px;
  background: var(--orange);
  color: #fff;
  padding: 13px;
  font-weight: 800;
}
.notice {
  margin: 25px auto 90px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}
.empty {
  text-align: center;
  color: var(--muted);
  padding: 40px;
}
footer {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #8c7f78;
  text-align: center;
  font-size: 10px;
}
.footer-actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 18px;
}
.footer-actions .location-link,
.footer-actions .language-btn {
  min-height: 46px;
  border: 1px solid rgba(242, 90, 32, 0.38);
  background: rgba(242, 90, 32, 0.1);
  color: var(--orange2);
}
.footer-actions .location-link {
  width: 46px;
  padding: 0;
}
.footer-actions .location-link svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 680px) {
  .shell {
    width: calc(100% - 20px);
  }
  .topbar-inner {
    height: 82px;
  }
  .brand-logo {
    width: 64px;
    height: 64px;
  }
  .mini-brand small {
    display: none;
  }
  .icon-btn {
    padding: 8px 10px;
    font-size: 10px;
  }
  .hero {
    min-height: 520px;
    align-items: flex-end;
    padding-bottom: 84px;
    background:
      linear-gradient(0deg, var(--black) 0%, rgba(7, 6, 5, 0.34) 58%, rgba(7, 6, 5, 0.08)),
      url('hero-food.png') 62% center/cover no-repeat;
  }
  .offer-hero-slide {
    background-position: center;
  }
  .offer-hero-slide::after {
    background: linear-gradient(0deg, var(--black), rgba(7, 6, 5, 0.38) 62%, rgba(7, 6, 5, 0.08));
  }
  .offer-spotlight {
    inset-inline: 15px;
    top: auto;
    bottom: 54px;
    width: auto;
    padding: 17px;
    border-radius: 18px;
    transform: translateY(18px);
  }
  .offer-hero-slide.active .offer-spotlight {
    transform: translateY(0);
  }
  .offer-spotlight strong {
    font-size: 24px;
  }
  .offer-spotlight p {
    margin-bottom: 13px;
    font-size: 11px;
  }
  .offer-spotlight b {
    font-size: 22px;
  }
  .offer-hero-dots {
    inset-inline: 0;
    bottom: 25px;
    justify-content: center;
  }
  .hero-content {
    display: none;
  }
  .animated-logo {
    align-items: center;
  }
  .ambah-word {
    font-size: 76px;
  }
  .animated-logo small {
    margin-inline-start: 0;
  }
  .hero h1 {
    font-size: 30px;
    margin-inline: auto;
  }
  .hero p {
    font-size: 12px;
  }
  .hero-actions {
    justify-content: center;
  }
  .service-strip {
    margin-top: -25px;
  }
  .service-grid div {
    min-height: 64px;
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }
  .service-icon {
    width: 33px;
    height: 33px;
  }
  .service-icon svg {
    width: 18px;
    height: 18px;
  }
  .service-grid b {
    font-size: 8px;
  }
  .menu-controls {
    top: 0;
    padding: 10px 0;
  }
  .control-title {
    display: none;
  }
  .search {
    height: 44px;
  }
  .categories {
    grid-column: auto;
  }
  .category-home {
    padding-top: 25px;
  }
  .category-home-head {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .category-card {
    min-height: 210px;
    padding-bottom: 74px;
  }
  .category-photo,
  .category-shade {
    inset: 0 0 74px;
    height: calc(100% - 74px);
  }
  .category-copy {
    inset: auto 0 0;
    height: 74px;
    padding: 0;
  }
  .category-copy b {
    top: 11px;
    inset-inline-start: 12px;
    inset-inline-end: 12px;
    font-size: 13px;
  }
  .category-copy small {
    bottom: 10px;
    inset-inline-start: 12px;
  }
  .menu-section {
    padding-top: 16px;
    scroll-margin-top: 145px;
  }
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .menu-item {
    min-height: 0;
    border-radius: 17px;
  }
  .item-photo {
    height: 190px;
    border-radius: 16px 16px 0 0;
  }
  .item-info {
    padding: 14px 14px 0;
  }
  .has-variants .variant-options {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .variant-btn {
    grid-template-columns: minmax(0, 1fr) max-content 70px;
    gap: 8px;
    min-height: 50px;
    padding: 7px 8px;
    border-radius: 12px;
  }
  .variant-add {
    width: 70px;
    height: 34px;
  }
  .variant-label {
    font-size: 11px;
  }
  .variant-price {
    font-size: 9px;
  }
  .variants-collapsed {
    padding-bottom: 65px;
  }
  .show-variants {
    inset-inline: 14px;
    bottom: 12px;
    min-height: 40px;
    border-radius: 11px;
  }
  .show-variants[aria-expanded='true'] {
    margin-top: 12px;
  }
  .section-title {
    font-size: 20px;
  }
  .cat-btn {
    padding: 8px 11px;
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .animated-logo,
  .ambah-word,
  .ambah-spark,
  .animated-logo small {
    animation: none;
  }
  .service-feature,
  .service-icon:after,
  .service-icon svg {
    animation: none;
  }
}
