:root {
  --bg: #0b0d10;
  --bg-soft: #151920;
  --surface: #131c30;
  --surface-2: #19243d;
  --text: #f4f7ff;
  --muted: #9aa7c7;
  --line: rgba(255, 255, 255, 0.11);
  --accent: #54e0b2;
  --accent-2: #5ea9ff;
  --accent-3: #ffc86b;
  --shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1120px;
  --header-offset: 74px;
  --menu-sticky-offset: 142px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 190, 120, 0.14), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(54, 119, 152, 0.16), transparent 32%),
    linear-gradient(180deg, #0a0d11 0%, #10151d 40%, #16120f 72%, #0f1218 100%);
  background-color: #0a0d11;
  overflow-x: clip;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", "Inter", sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 190, 120, 0.14), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(54, 119, 152, 0.16), transparent 32%),
    linear-gradient(180deg, #0a0d11 0%, #10151d 40%, #16120f 72%, #0f1218 100%);
  background-color: #0a0d11;
  color: var(--text);
  line-height: 1.6;
  overflow-x: clip;
}

body::before {
  display: none;
}

.site-bg-scene {
  display: none;
}

.bg-food {
  position: absolute;
  width: clamp(120px, 14vw, 220px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 28px;
  opacity: 0.12;
  filter: saturate(1.02);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
  mix-blend-mode: normal;
  will-change: transform;
}

.bg-food-1 {
  top: 12%;
  left: -1.5%;
  animation: driftFoodA 18s ease-in-out infinite alternate;
}

.bg-food-2 {
  top: 16%;
  right: 2%;
  width: clamp(100px, 12vw, 170px);
  border-radius: 999px;
  animation: driftFoodB 20s ease-in-out infinite alternate;
}

.bg-food-3 {
  top: 46%;
  left: 4%;
  width: clamp(108px, 11vw, 160px);
  border-radius: 24px;
  animation: driftFoodC 22s ease-in-out infinite alternate;
}

.bg-food-4 {
  top: 58%;
  right: -1.5%;
  width: clamp(140px, 15vw, 230px);
  border-radius: 32px;
  animation: driftFoodD 21s ease-in-out infinite alternate;
}

.bg-food-5 {
  bottom: 8%;
  left: 32%;
  width: clamp(96px, 10vw, 150px);
  border-radius: 999px;
  animation: driftFoodE 19s ease-in-out infinite alternate;
}

@keyframes driftFoodA {
  0% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  100% {
    transform: translate3d(26px, 18px, 0) rotate(4deg);
  }
}

@keyframes driftFoodB {
  0% {
    transform: translate3d(0, 0, 0) rotate(10deg);
  }
  100% {
    transform: translate3d(-24px, 28px, 0) rotate(-6deg);
  }
}

@keyframes driftFoodC {
  0% {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }
  100% {
    transform: translate3d(30px, -18px, 0) rotate(-8deg);
  }
}

@keyframes driftFoodD {
  0% {
    transform: translate3d(0, 0, 0) rotate(-7deg);
  }
  100% {
    transform: translate3d(-28px, 20px, 0) rotate(7deg);
  }
}

@keyframes driftFoodE {
  0% {
    transform: translate3d(0, 0, 0) rotate(-10deg);
  }
  100% {
    transform: translate3d(18px, -16px, 0) rotate(8deg);
  }
}

body.is-loading {
  overflow: hidden;
}

body.loader-exit .site-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

img,
iframe {
  max-width: 100%;
  display: block;
}

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

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
}

h2 {
  font-size: clamp(1.55rem, 3.4vw, 2.2rem);
}

.container {
  width: min(var(--container), 100% - 2rem);
  margin-inline: auto;
}

.section {
  padding: 4.2rem 0;
}

section[id],
[id="top"] {
  scroll-margin-top: 92px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 99;
  background: #fff;
  color: #000;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(90deg, rgba(14, 17, 24, 0.97), rgba(13, 24, 34, 0.94));
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  gap: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 15%, rgba(94, 169, 255, 0.24), transparent 36%),
    radial-gradient(circle at 80% 10%, rgba(84, 224, 178, 0.2), transparent 32%),
    rgba(6, 10, 18, 0.98);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.site-loader::before,
.site-loader::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.42;
  pointer-events: none;
}

.site-loader::before {
  width: clamp(180px, 26vw, 340px);
  height: clamp(180px, 26vw, 340px);
  background: rgba(84, 224, 178, 0.28);
  top: 18%;
  left: 18%;
  animation: loaderOrbDriftA 5.8s ease-in-out infinite alternate;
}

.site-loader::after {
  width: clamp(190px, 28vw, 360px);
  height: clamp(190px, 28vw, 360px);
  background: rgba(94, 169, 255, 0.24);
  right: 16%;
  bottom: 16%;
  animation: loaderOrbDriftB 6.4s ease-in-out infinite alternate;
}

.loader-mark {
  position: relative;
  isolation: isolate;
  width: clamp(130px, 28vw, 220px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(84, 224, 178, 0.18), rgba(94, 169, 255, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
  animation: loaderPulse 3.2s ease-in-out infinite;
}

.loader-mark::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: conic-gradient(
    from 0deg,
    rgba(94, 169, 255, 0.95),
    rgba(84, 224, 178, 0.18),
    rgba(94, 169, 255, 0.95)
  );
  opacity: 0.85;
  z-index: -2;
  animation: loaderRingSpin 4.8s linear infinite;
}

.loader-mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(7, 13, 25, 0.2), rgba(7, 13, 25, 0.72));
  z-index: -1;
}

.loader-logo {
  width: clamp(96px, 20vw, 176px);
  height: auto;
  object-fit: contain;
  transform-origin: center;
  animation:
    loaderLogoIn 1.35s cubic-bezier(0.2, 0.75, 0.2, 1) both,
    loaderFloat 3.4s ease-in-out 1.35s infinite;
}

.is-logo-pending {
  opacity: 0.001;
}

.loader-text {
  margin: 0;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(90deg, #dff3ff, #a9dcff, #dff3ff);
  background-size: 230% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation:
    loaderTextIn 1.1s ease 0.35s both,
    loaderTextShine 3.4s linear 1.45s infinite;
}

.brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  background: linear-gradient(145deg, rgba(84, 224, 178, 0.28), rgba(94, 169, 255, 0.24));
}

.navbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.2px;
}

@keyframes loaderPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 28px 52px rgba(0, 0, 0, 0.48);
  }
}

@keyframes loaderRingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderLogoIn {
  from {
    opacity: 0;
    transform: scale(0.78) translateY(6px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}

@keyframes loaderFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(-1.5deg);
  }
}

@keyframes loaderTextIn {
  from {
    opacity: 0;
    transform: translateY(10px);
    letter-spacing: 0.26em;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.14em;
  }
}

@keyframes loaderTextShine {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 230% 50%;
  }
}

@keyframes loaderOrbDriftA {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(24px, -18px, 0) scale(1.08);
  }
}

@keyframes loaderOrbDriftB {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-22px, 18px, 0) scale(1.09);
  }
}

body.loader-exit .loader-mark {
  transform: scale(0.92);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

body.loader-exit .loader-text {
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bg-food {
    animation: none !important;
  }

  .site-loader::before,
  .site-loader::after,
  .loader-mark,
  .loader-mark::before,
  .loader-logo,
  .loader-text {
    animation: none !important;
  }
}

.brand-tag {
  font-size: 0.78rem;
  padding: 0.26rem 0.58rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(94, 169, 255, 0.2), rgba(84, 224, 178, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #d5ecff;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  display: grid;
  place-items: center;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-links {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.9rem 1rem 1.1rem;
  background: rgba(10, 15, 28, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-links.is-open {
  display: flex;
}

.nav-links a {
  color: #dbe6ff;
  padding: 0.5rem 0.35rem;
  border-radius: 8px;
}

.nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.nav-cta {
  color: #081320;
  background: linear-gradient(140deg, var(--accent), var(--accent-2));
  text-align: center;
  font-weight: 700;
}

.hero-grid,
.about-grid,
.directions-grid,
.reserve-grid {
  display: grid;
  gap: 1.4rem;
}

.hero {
  padding-top: 5rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #d5e8ff;
  padding: 0.35rem 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 1rem;
  font-size: 0.88rem;
}

.hero-text {
  color: var(--muted);
  max-width: 56ch;
}

.hero-facts {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  color: #d8e8ff;
  font-size: 0.95rem;
}

.hero-facts li {
  position: relative;
  padding-left: 1rem;
}

.hero-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 4px rgba(84, 224, 178, 0.14);
}

.hero-facts strong {
  color: #f3f7ff;
  font-weight: 700;
}

.hero-actions,
.menu-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.08rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 650;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #07131a;
  background: linear-gradient(125deg, var(--accent), var(--accent-2));
  box-shadow: 0 8px 25px rgba(84, 224, 178, 0.24);
}

.btn-ghost {
  border-color: var(--line);
  color: #d8e4ff;
  background: rgba(255, 255, 255, 0.03);
}

.hero-visual {
  min-height: 280px;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 22%, rgba(94, 169, 255, 0.28), transparent 42%),
    radial-gradient(circle at 72% 78%, rgba(84, 224, 178, 0.24), transparent 45%),
    linear-gradient(145deg, #121d32 0%, #0f1728 44%, #10172a 100%);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.glow-1 {
  width: 220px;
  height: 220px;
  top: -65px;
  left: -58px;
  background: rgba(94, 169, 255, 0.2);
}

.glow-2 {
  width: 180px;
  height: 180px;
  right: -54px;
  bottom: -62px;
  background: rgba(84, 224, 178, 0.22);
}

.plate {
  position: absolute;
  width: min(72%, 320px);
  aspect-ratio: 1;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 46% 44%, rgba(255, 200, 107, 0.15), transparent 48%),
    linear-gradient(160deg, #2a3759, #1a2440);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25), 0 20px 35px rgba(0, 0, 0, 0.32);
}

.hero-gallery {
  min-height: 320px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background: transparent;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-gallery-track {
  position: relative;
  width: 100%;
  min-height: 320px;
  border-radius: inherit;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transform: scale(1.05);
  border-radius: inherit;
  overflow: hidden;
  transition: opacity 0.6s ease, transform 0.9s ease;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide.is-active img {
  animation: heroZoom 7s ease both;
}

.hero-gallery-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(7, 11, 20, 0.4) 0%, rgba(7, 11, 20, 0.08) 34%, rgba(7, 11, 20, 0) 60%),
    linear-gradient(to right, rgba(7, 11, 20, 0.12), rgba(7, 11, 20, 0));
  pointer-events: none;
}

.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(14, 20, 32, 0.5);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero-nav:hover {
  transform: translateY(-50%) scale(1.04);
  background: rgba(20, 28, 42, 0.7);
  border-color: rgba(255, 255, 255, 0.3);
}

.hero-nav-prev {
  left: 0.7rem;
}

.hero-nav-next {
  right: 0.7rem;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.42rem;
  z-index: 2;
}

.hero-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: all 0.24s ease;
}

.hero-dot.is-active {
  width: 24px;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
}

.food-strip {
  padding-top: 0;
}

.strip-head {
  margin-bottom: 1rem;
}

.food-strip-track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.15rem 0.1rem 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.food-strip-track::-webkit-scrollbar {
  height: 7px;
}

.food-strip-track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.food-strip-item {
  flex: 0 0 min(290px, 74vw);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
  background: rgba(13, 20, 35, 0.85);
}

.food-strip-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.signature-grid {
  display: flex;
  gap: 0.9rem;
  overflow-x: auto;
  padding: 0.1rem 0.05rem 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.signature-grid::-webkit-scrollbar {
  height: 7px;
}

.signature-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.signature-card {
  flex: 0 0 min(310px, 84vw);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
  background: linear-gradient(160deg, rgba(24, 36, 59, 0.82), rgba(12, 17, 30, 0.9));
}

.signature-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.signature-body {
  padding: 0.8rem 0.9rem 0.9rem;
}

.signature-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.signature-title-row h3 {
  margin: 0;
  font-size: 1.02rem;
}

.signature-price {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--accent);
}

.signature-note {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.menu-controls-sticky {
  position: sticky;
  top: 73px;
  z-index: 26;
  isolation: isolate;
  padding: 0.6rem 0.55rem 0.52rem;
  margin: 0 0 0.95rem;
  border: 1px solid rgba(255, 211, 156, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(28, 31, 38, 0.97), rgba(15, 21, 31, 0.98)),
    radial-gradient(circle at 12% 0%, rgba(255, 191, 116, 0.14), transparent 34%),
    radial-gradient(circle at 100% 18%, rgba(84, 224, 178, 0.1), transparent 28%);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 191, 116, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.menu-controls-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(94, 169, 255, 0.12), rgba(255, 191, 116, 0.09), rgba(84, 224, 178, 0.1));
  opacity: 1;
}

.menu-search-wrap {
  margin-bottom: 0.45rem;
}

.menu-search-field {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  width: min(560px, 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 220, 172, 0.16);
  background: linear-gradient(145deg, rgba(35, 39, 48, 0.98), rgba(17, 22, 31, 0.96));
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 0 0.75rem;
}

.menu-search-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #d7ebff;
  font-size: 1.08rem;
  line-height: 1;
  background: linear-gradient(135deg, rgba(94, 169, 255, 0.28), rgba(84, 224, 178, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.menu-search {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  padding: 0.72rem 0;
}

.menu-search::placeholder {
  color: #9fb0d4;
}

.menu-search:focus {
  outline: none;
}

.menu-search-field:focus-within {
  border-color: rgba(84, 224, 178, 0.7);
  box-shadow:
    0 0 0 2px rgba(84, 224, 178, 0.23),
    0 12px 22px rgba(0, 0, 0, 0.24);
}

.tabs-wrap {
  position: relative;
  margin-bottom: 0.35rem;
  border-radius: 14px;
  padding: 0.08rem 0.12rem 0.14rem;
  background: linear-gradient(145deg, rgba(34, 38, 47, 0.92), rgba(15, 20, 29, 0.9));
  border: 1px solid rgba(255, 220, 172, 0.14);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tabs-wrap::before,
.tabs-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.3rem;
  width: 28px;
  pointer-events: none;
  z-index: 0;
}

.tabs-wrap::before {
  left: 0;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(to right, rgba(10, 16, 28, 0.44), rgba(10, 16, 28, 0));
}

.tabs-wrap::after {
  right: 0;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(to left, rgba(10, 16, 28, 0.44), rgba(10, 16, 28, 0));
}

@keyframes heroZoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide img,
  .hero-dot {
    transition: none;
    animation: none;
  }
}

.section-heading {
  margin-bottom: 1.4rem;
}

#menu .container {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 1.1rem;
  background:
    linear-gradient(165deg, rgba(22, 30, 45, 0.82), rgba(11, 17, 29, 0.88)),
    radial-gradient(circle at 88% 0%, rgba(255, 163, 90, 0.1), transparent 36%);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.26);
}

.kicker {
  color: #c2d5ff;
  margin: 0 0 0.3rem;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tabs {
  display: flex;
  gap: 0.64rem;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  scroll-padding-inline: 0.62rem;
  padding-inline: 0.62rem;
  padding-top: 0.28rem;
  padding-bottom: 0.42rem;
  margin-bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}

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

.tab-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 8px;
  padding: 0.68rem 1.14rem;
  background: rgba(255, 255, 255, 0.035);
  color: #d4e2ff;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 0 rgba(84, 224, 178, 0);
}

.tab-btn:hover {
  border-color: rgba(84, 224, 178, 0.34);
  background: rgba(84, 224, 178, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  .tab-btn:hover {
    transform: translateY(-1px);
  }
}

.tab-btn[aria-selected="true"] {
  color: #0a1c21;
  border-color: transparent;
  background: linear-gradient(128deg, var(--accent), var(--accent-2));
  font-weight: 700;
  box-shadow:
    0 10px 24px rgba(84, 224, 178, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

@media (max-width: 768px) {
  .tabs {
    gap: 0.54rem;
    padding-inline: 0.48rem;
  }

  .tab-btn {
    min-height: 44px;
    padding: 0.62rem 0.98rem;
    font-size: 0.92rem;
  }
}

.menu-category-head {
  margin-bottom: 0.75rem;
}

.category-mini-tag {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.12rem 0.46rem;
  border-radius: 999px;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffe8b8;
  background: rgba(255, 200, 107, 0.15);
  border: 1px solid rgba(255, 200, 107, 0.5);
}

.menu-grid {
  display: block;
}

.menu-category-block {
  margin-bottom: 1.2rem;
  scroll-margin-top: var(--menu-sticky-offset);
}

.menu-category-title {
  margin: 0 0 0.75rem;
  font-size: 1.04rem;
  color: #d9e6ff;
}

.menu-subcategory-title {
  margin: 0.2rem 0 0.65rem;
  font-size: 1rem;
  color: #d9e6ff;
}

.menu-list {
  display: grid;
  gap: 0.75rem;
}

.momos-subsection-title {
  margin: 0.35rem 0 0.2rem;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b9d2ff;
}

.momos-subtabs {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.momos-subtabs::-webkit-scrollbar {
  display: none;
}

.momos-subtab {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.36rem 0.78rem;
  font-size: 0.77rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.03);
  color: #cfe0ff;
  cursor: pointer;
}

.momos-subtab[aria-selected="true"] {
  color: #07211b;
  border-color: transparent;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
}

.menu-item-row {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.95rem;
  background: linear-gradient(160deg, rgba(24, 36, 59, 0.8), rgba(12, 17, 30, 0.9));
  transition: transform 0.28s ease, border-color 0.25s ease, box-shadow 0.28s ease;
}

.menu-item-row:hover {
  transform: translateY(-6px);
  border-color: rgba(94, 169, 255, 0.35);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.menu-item-thumb-wrap {
  position: relative;
}

.menu-item-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(140deg, rgba(84, 224, 178, 0.2), rgba(94, 169, 255, 0.2));
}

.menu-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.menu-item-row:hover .menu-item-media img {
  transform: scale(1.05);
}

.menu-item-badge {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  z-index: 2;
  font-size: 0.71rem;
  font-weight: 700;
  color: #06231d;
  background: linear-gradient(125deg, #ffe58d, #ffc86b);
  border-radius: 999px;
  padding: 0.23rem 0.55rem;
}

.menu-item-badge.special {
  color: #eafff9;
  background: linear-gradient(120deg, #2d8f78, #54e0b2);
  top: 2.05rem;
}

.menu-item-media.no-image {
  display: grid;
  place-content: center;
}

.menu-item-media.no-image span {
  font-weight: 700;
  font-size: 0.82rem;
  color: #dbf8ff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.menu-item-main {
  min-width: 0;
}

.menu-item-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.menu-item-main h3 {
  margin-bottom: 0.24rem;
  font-size: 1.02rem;
}

.veg-dot {
  width: 11px;
  height: 11px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

.veg-dot.veg {
  background: #4ade80;
}

.veg-dot.non-veg {
  background: #fb7185;
}

.menu-item-main .food-tags {
  margin: 0 0 0.45rem;
  color: #b9cfff;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.menu-item-main .menu-description {
  color: var(--muted);
  font-size: 0.93rem;
  margin: 0;
}

.variant-row {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.variant-chip {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: #d7e6ff;
  font-size: 0.74rem;
  padding: 0.28rem 0.52rem;
  cursor: pointer;
}

.variant-chip.active {
  border-color: rgba(84, 224, 178, 0.72);
  background: rgba(84, 224, 178, 0.16);
  color: #e8fff7;
}

.menu-item-footer {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.menu-item-footer .price {
  margin: 0;
  display: inline-block;
  font-weight: 800;
  font-size: 1.12rem;
  color: var(--accent);
  text-shadow: 0 0 12px rgba(84, 224, 178, 0.18);
}

.item-cta {
  margin-left: auto;
}

.add-btn {
  border: 1px solid rgba(84, 224, 178, 0.55);
  border-radius: 999px;
  background: rgba(84, 224, 178, 0.16);
  color: #dffef5;
  min-width: 76px;
  min-height: 40px;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.56rem 1rem;
  cursor: pointer;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(94, 169, 255, 0.46);
  background: rgba(94, 169, 255, 0.08);
  overflow: hidden;
}

.qty-btn {
  width: 36px;
  height: 40px;
  border: 0;
  color: #e4efff;
  background: transparent;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
}

.qty-value {
  min-width: 34px;
  text-align: center;
  color: #e6f0ff;
  font-size: 0.92rem;
  font-weight: 700;
}

.menu-order {
  border: 1px solid rgba(84, 224, 178, 0.42);
  border-radius: 999px;
  background: rgba(84, 224, 178, 0.12);
  color: #ddfff5;
  padding: 0.32rem 0.64rem;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.menu-order:hover {
  background: rgba(84, 224, 178, 0.22);
  transform: translateY(-1px);
}

.menu-empty {
  border: 1px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 1rem;
  color: var(--muted);
}

.checkout-grid {
  display: grid;
  gap: 1rem;
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.checkout-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 16, 0.7);
}

.checkout-modal-dialog {
  position: relative;
  width: min(1040px, calc(100% - 1.4rem));
  max-height: calc(100vh - 1.4rem);
  margin: 0.7rem auto;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 194, 110, 0.08), transparent 26%),
    linear-gradient(160deg, rgba(14, 22, 38, 0.96), rgba(10, 15, 28, 0.98));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  padding: 1.1rem;
}

.checkout-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-modal-head .kicker {
  margin: 0;
}

.checkout-close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #eaf2ff;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.checkout-form {
  display: grid;
  gap: 0.95rem;
}

.checkout-form-panel {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(26, 39, 63, 0.46), rgba(11, 18, 31, 0.64)),
    radial-gradient(circle at top right, rgba(94, 169, 255, 0.08), transparent 40%);
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.checkout-heading {
  margin-bottom: 0.1rem;
}

.checkout-intro {
  max-width: 42rem;
  margin: 0;
  color: #9fb0d4;
  font-size: 0.95rem;
}

.checkout-fields {
  display: grid;
  gap: 0.85rem;
}

.checkout-fields.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-form label {
  display: grid;
  gap: 0.42rem;
  color: #dbe6fb;
  font-weight: 650;
  font-size: 0.89rem;
  letter-spacing: -0.01em;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(9, 14, 24, 0.7);
  color: var(--text);
  padding: 0.88rem 0.95rem;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.checkout-form textarea {
  min-height: 120px;
  resize: vertical;
}

.checkout-form input::placeholder,
.checkout-form textarea::placeholder {
  color: #7f91b9;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  outline: none;
  border-color: rgba(84, 224, 178, 0.45);
  box-shadow:
    0 0 0 3px rgba(84, 224, 178, 0.12),
    0 10px 26px rgba(0, 0, 0, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)),
    rgba(9, 14, 24, 0.76);
}

.form-error {
  min-height: 1.05rem;
  color: #ff97a8;
  font-size: 0.76rem;
  padding-inline: 0.1rem;
}

.checkout-summary-card {
  position: sticky;
  top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(84, 224, 178, 0.08), transparent 34%),
    linear-gradient(160deg, rgba(24, 35, 58, 0.88), rgba(13, 20, 34, 0.94));
  padding: 1rem;
  align-self: start;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.summary-head h3 {
  margin: 0;
  font-size: 1.08rem;
}

.summary-edit {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #d7e7ff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.62rem;
  cursor: pointer;
}

.checkout-summary-list {
  display: grid;
  gap: 0.5rem;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
  padding-bottom: 0.42rem;
}

.summary-item-main {
  color: #d6e4ff;
}

.summary-item-actions {
  display: grid;
  justify-items: end;
  gap: 0.2rem;
}

.summary-total-row {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.summary-total-row strong {
  color: var(--accent);
  font-size: 1.12rem;
}

.order-submit-btn {
  width: 100%;
  min-height: 50px;
  margin-top: 0.95rem;
  font-size: 0.96rem;
}

.cart-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(12, 18, 33, 0.94);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.cart-bar.is-hidden {
  display: none;
}

.cart-toggle {
  width: 100%;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  background: transparent;
  color: #e8f4ff;
  font-weight: 700;
  padding: 0.8rem 0.9rem;
  cursor: pointer;
}

.cart-panel {
  max-height: 330px;
  overflow: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.75rem 0.9rem 0.9rem;
}

.cart-items-list {
  display: grid;
  gap: 0.45rem;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: #d3e1ff;
}

.cart-item-main {
  min-width: 0;
  display: grid;
  gap: 0.15rem;
}

.cart-item small {
  color: #9fb0d4;
}

.cart-item-actions {
  display: grid;
  justify-items: end;
  gap: 0.25rem;
}

.cart-delete {
  border: 1px solid rgba(255, 130, 148, 0.45);
  border-radius: 999px;
  background: rgba(255, 130, 148, 0.1);
  color: #ffd9df;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
}

.cart-delete:hover {
  background: rgba(255, 130, 148, 0.2);
}

.cart-delete svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.cart-footer {
  margin-top: 0.85rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
  padding-top: 0.75rem;
}

.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.cart-total-row strong {
  color: var(--accent);
  font-size: 1.1rem;
}

.cart-actions {
  display: flex;
  gap: 0.6rem;
}

.cart-actions .btn {
  flex: 1;
}

.inline-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.review-score {
  text-align: right;
}

.review-score strong {
  font-size: 2.1rem;
  line-height: 1;
}

.review-score span {
  display: block;
  color: var(--muted);
}

.reviews-grid {
  display: flex;
  gap: 0.9rem;
  overflow-x: auto;
  padding: 0.2rem 0.2rem 0.6rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.2rem;
}

.reviews-grid::-webkit-scrollbar {
  height: 8px;
}

.reviews-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.review-card {
  flex: 0 0 min(320px, 88vw);
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(150deg, rgba(25, 37, 62, 0.84), rgba(14, 20, 35, 0.86));
  padding: 1rem;
}

.review-card h3 {
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.review-stars {
  margin: 0.32rem 0 0.52rem;
  color: #ffc86b;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}

.review-card p {
  color: var(--muted);
  margin: 0;
}

.review-meta {
  font-size: 0.78rem;
  color: #bed0f7 !important;
  margin-bottom: 0.2rem !important;
}

.review-time {
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0.55rem !important;
}

.review-text {
  font-size: 0.92rem;
  line-height: 1.55;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.feature-list li {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.82rem 0.95rem;
  background: rgba(255, 255, 255, 0.03);
}

.details-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.3rem;
}

.details-list p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.03);
}

.details-list span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 0.2rem;
}

.details-list a {
  font-weight: 700;
  color: #d8fff2;
}

.map-shell {
  min-height: 280px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
}

.map-shell iframe {
  width: 100%;
  min-height: 320px;
  height: 100%;
  flex: 1;
  border: 0;
}

.map-placeholder {
  height: 100%;
  min-height: 280px;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 1rem;
}

.map-placeholder h3 {
  margin-bottom: 0.45rem;
}

.map-placeholder p {
  color: var(--muted);
}

.map-column {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.map-title {
  margin: 0;
  font-size: 1.02rem;
  color: #dce9ff;
}

.map-action {
  justify-self: end;
}

.reserve-form {
  display: grid;
  gap: 0.72rem;
}

.reserve-form label {
  display: grid;
  gap: 0.32rem;
  color: #d7e5ff;
  font-weight: 600;
  font-size: 0.92rem;
}

.reserve-form input,
.reserve-form textarea {
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.reserve-form input:focus,
.reserve-form textarea:focus,
.tab-btn:focus,
.btn:focus,
.nav-toggle:focus {
  outline: 2px solid rgba(84, 224, 178, 0.7);
  outline-offset: 2px;
}

.quick-links {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.quick-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1rem;
  background: linear-gradient(160deg, rgba(24, 35, 58, 0.85), rgba(13, 20, 34, 0.88));
}

.quick-card h3 {
  margin-bottom: 0.3rem;
}

.quick-card p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.1rem 0;
  background: rgba(4, 7, 13, 0.9);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-row p {
  margin: 0;
  color: var(--muted);
}

.footer-row a {
  color: #dcf8ff;
}

@media (min-width: 740px) {
  .menu-controls-sticky {
    top: 74px;
  }

  .hero-gallery,
  .hero-gallery-track {
    min-height: 430px;
  }

  .hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
  }

  .about-grid,
  .reserve-grid {
    grid-template-columns: 1fr 0.9fr;
    align-items: start;
  }

  .checkout-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .directions-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

@media (min-width: 920px) {
  .menu-controls-sticky {
    top: 74px;
    padding-top: 0.4rem;
  }

  .hero-gallery,
  .hero-gallery-track {
    min-height: 510px;
  }

  .nav-toggle {
    display: none;
  }

  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
    gap: 0.25rem;
  }

  .nav-links a {
    padding: 0.45rem 0.7rem;
  }

  .nav-cta {
    margin-left: 0.4rem;
  }

  .hero {
    padding-top: 5.8rem;
  }

  .cart-bar {
    left: auto;
    width: 420px;
    right: 1.2rem;
  }

  .cart-toggle {
    cursor: default;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 1.7rem;
  }

  .bg-food {
    opacity: 0.11;
    width: clamp(88px, 22vw, 130px);
  }

  .bg-food-2,
  .bg-food-4,
  .bg-food-5 {
    display: none;
  }

  #menu .container {
    padding: 0.82rem;
    border-radius: 16px;
  }

  .menu-item-row {
    grid-template-columns: 1fr;
  }

  .menu-item-media {
    aspect-ratio: 16 / 10;
  }

  .menu-item-main h3 {
    font-size: 0.98rem;
  }

  .menu-controls-sticky {
    top: 72px;
    padding-top: 0.35rem;
  }

  .menu-category-block {
    scroll-margin-top: 158px;
  }

  .cart-panel {
    display: none;
  }

  .cart-bar:not(.expanded) {
    border-color: rgba(255, 126, 126, 0.58);
    background: linear-gradient(135deg, rgba(182, 24, 42, 0.96), rgba(129, 12, 34, 0.94));
    box-shadow: 0 14px 36px rgba(105, 12, 33, 0.55);
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    border-radius: 20px;
  }

  .cart-bar:not(.expanded) .cart-toggle {
    color: #fff5f7;
    min-height: 60px;
    padding: 1rem 1.1rem;
    font-size: 1rem;
  }

  .cart-bar:not(.expanded) #cart-head-total {
    color: #ffe08a;
    font-size: 1.08rem;
  }

  .cart-bar.expanded {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.16);
    background: #0f1726;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
  }

  .cart-bar.expanded .cart-toggle {
    min-height: unset;
    padding: 0.8rem 0.9rem;
    color: #e8f4ff;
    font-size: inherit;
  }

  .cart-bar.expanded #cart-head-total {
    color: inherit;
    font-size: inherit;
  }

  .cart-bar.expanded .cart-panel {
    display: block;
    max-height: min(420px, 52vh);
    padding: 0.95rem 1.05rem 1.05rem;
  }

  .cart-bar.expanded .cart-items-list {
    gap: 0.6rem;
  }

  .cart-bar.expanded .cart-item {
    font-size: 0.94rem;
  }

  .cart-bar.expanded .cart-actions .btn {
    min-height: 46px;
  }

  .checkout-modal-dialog {
    width: calc(100% - 0.8rem);
    margin: 0.4rem auto;
    max-height: calc(100vh - 0.8rem);
    padding: 0.8rem;
  }

  .checkout-form-panel {
    padding: 0.88rem;
    border-radius: 16px;
  }

  .checkout-fields.two-up {
    grid-template-columns: 1fr;
  }

  .checkout-form input,
  .checkout-form select,
  .checkout-form textarea {
    min-height: 50px;
    border-radius: 12px;
    padding: 0.82rem 0.88rem;
  }
}
