:root {
  --ink: #171412;
  --muted: #6c625a;
  --paper: #fffaf1;
  --surface: #ffffff;
  --cream: #f5ead8;
  --charcoal: #182422;
  --tomato: #c7422e;
  --tomato-dark: #972f22;
  --teal: #006f68;
  --teal-dark: #034c48;
  --gold: #d89a1a;
  --leaf: #47734b;
  --line: rgba(23, 20, 18, 0.12);
  --line-strong: rgba(23, 20, 18, 0.2);
  --shadow: 0 22px 70px rgba(23, 20, 18, 0.14);
  --radius: 8px;
  --display: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(245, 234, 216, 0.86), rgba(255, 250, 241, 0.96) 340px),
    var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
}

body[data-page="community"] {
  background:
    radial-gradient(circle at top left, rgba(216, 154, 26, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(245, 234, 216, 0.9), rgba(255, 250, 241, 0.98) 360px),
    var(--paper);
}

.community-page {
  padding: 24px 0 72px;
}

.community-hero {
  padding: 16px 0 26px;
}

.community-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(260px, 0.78fr);
  gap: 24px;
  align-items: center;
}

.community-hero-copy h1 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
}

.community-hero-copy p {
  margin: 0 0 18px;
  max-width: 680px;
  color: var(--muted);
  font-size: 1rem;
}

.community-hero-card,
.community-card {
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 52px rgba(23, 20, 18, 0.1);
}

.community-hero-card {
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 234, 216, 0.94));
}

.community-profile-card {
  padding: 22px;
}

.community-profile-head,
.community-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.community-profile-head img {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  object-fit: contain;
  border: 2px solid rgba(199, 66, 46, 0.18);
  background: #fff;
}

.community-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--tomato), var(--gold));
}

.avatar-owner {
  background: linear-gradient(135deg, var(--teal), var(--gold));
}

.community-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.community-stats div {
  padding: 10px;
  border-radius: 14px;
  background: rgba(245, 234, 216, 0.72);
  text-align: center;
}

.community-stats strong {
  display: block;
  font-size: 1rem;
}

.community-stats span {
  color: var(--muted);
  font-size: 0.8rem;
}

.community-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.community-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 92px;
}

.community-main {
  display: grid;
  gap: 18px;
}

.community-story-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.story-chip {
  padding: 14px;
  border: 1px solid rgba(23, 20, 18, 0.08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 234, 216, 0.8));
  box-shadow: 0 12px 32px rgba(23, 20, 18, 0.06);
}

.story-chip strong {
  display: block;
  margin-top: 4px;
  font-size: 0.98rem;
}

.story-chip p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.community-card {
  padding: 18px;
}

.community-card-head h3 {
  margin: 0;
  font-size: 1rem;
}

.community-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.community-side-logo {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid rgba(23, 20, 18, 0.08);
  background: #fff;
  padding: 4px;
}

.community-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 111, 104, 0.1);
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.community-pill.danger {
  background: rgba(199, 66, 46, 0.12);
  color: var(--tomato-dark);
}

.community-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.community-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(23, 20, 18, 0.08);
}

.community-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.community-list strong {
  font-size: 0.9rem;
  color: var(--tomato-dark);
}

.community-form-stack {
  display: grid;
  gap: 12px;
}

.community-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.community-form-stack .field {
  display: grid;
  gap: 6px;
}

.community-form-stack .field span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.community-form-stack .field input,
.community-form-stack .field select,
.community-form-stack .field textarea {
  width: 100%;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.82);
}

.community-form-stack .field textarea {
  min-height: 90px;
  resize: vertical;
}

.community-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.community-upload-wrapper input[type="file"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.community-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(199, 66, 46, 0.2);
  background: linear-gradient(135deg, rgba(199, 66, 46, 0.95), rgba(240, 184, 47, 0.9));
  color: #fffdf9;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(199, 66, 46, 0.18);
}

.community-upload-button:hover {
  transform: translateY(-1px);
}

.community-preview {
  margin-top: 4px;
  padding: 10px;
  border-radius: 16px;
  border: 1px dashed rgba(23, 20, 18, 0.16);
  background: rgba(245, 234, 216, 0.34);
  min-height: 60px;
  color: var(--muted);
}

.community-preview img,
.community-preview video {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

.community-status {
  margin: 10px 0 0;
  color: var(--teal-dark);
  font-weight: 700;
}

.community-feed {
  display: grid;
  gap: 14px;
}

.community-post {
  padding: 18px;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(245, 234, 216, 0.82));
  box-shadow: 0 14px 40px rgba(23, 20, 18, 0.08);
}

.community-post-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.community-post-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.community-post-user .community-avatar {
  width: 44px;
  height: 44px;
}

.community-post-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.community-post-actions button,
.community-post-actions .action-chip {
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(245, 234, 216, 0.72);
  color: var(--ink);
  cursor: pointer;
}

.community-post-actions button.active {
  background: rgba(199, 66, 46, 0.16);
  color: var(--tomato-dark);
}

.community-post-media {
  margin-top: 10px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 18, 0.08);
}

.community-post-media img,
.community-post-media video {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.community-comments {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.community-comment {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(245, 234, 216, 0.48);
  color: var(--muted);
}

.community-comment strong {
  color: var(--ink);
}

.community-comment-form {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.community-comment-form input {
  flex: 1;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 999px;
  padding: 10px 12px;
}

.community-comment-form button {
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  background: var(--teal);
  color: #fff;
  cursor: pointer;
}

.community-moderation-list {
  display: grid;
  gap: 10px;
}

.moderation-item {
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: 16px;
  padding: 12px;
  background: rgba(245, 234, 216, 0.34);
}

.moderation-item strong {
  display: inline-block;
  margin-bottom: 6px;
}

.moderation-item .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.moderation-item button {
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  cursor: pointer;
  background: var(--surface);
}

.moderation-item .approve-btn {
  background: rgba(0, 111, 104, 0.14);
  color: var(--teal-dark);
}

.moderation-item .remove-btn {
  background: rgba(199, 66, 46, 0.14);
  color: var(--tomato-dark);
}

.moderation-item .block-btn {
  background: rgba(23, 20, 18, 0.08);
  color: var(--ink);
}

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

  .community-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .community-hero-grid,
  .community-story-bar,
  .community-form-row,
  .community-sidebar {
    grid-template-columns: 1fr;
  }

  .community-stats {
    grid-template-columns: 1fr;
  }

  .community-comment-form {
    flex-direction: column;
  }
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 20, 18, 0.1);
  background: rgba(255, 250, 241, 0.88);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1240px, calc(100% - 28px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr auto;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 86px;
  height: 52px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
}

.brand span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  transition: color 0.18s ease, background 0.18s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  background: rgba(199, 66, 46, 0.1);
  color: var(--tomato-dark);
}

.nav-cta,
.nav-toggle,
.button,
.filter-chip {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.nav-cta {
  padding: 0 16px;
  color: #fff;
  border-color: var(--tomato);
  background: var(--tomato);
  box-shadow: 0 12px 26px rgba(199, 66, 46, 0.22);
}

.nav-toggle {
  display: none;
  width: 44px;
  padding: 0;
}

.nav-backdrop {
  display: none;
}

.button {
  padding: 0 18px;
  min-height: 48px;
}

.button:hover,
.nav-cta:hover,
.filter-chip:hover {
  transform: translateY(-1px);
}

.button-primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #201604;
  box-shadow: 0 15px 34px rgba(216, 154, 26, 0.23);
}

.button-dark {
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: #fff;
}

.button-glass {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  backdrop-filter: blur(14px);
}

.reveal-on-scroll {
  opacity: 0;
  filter: saturate(0.9);
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.65s ease,
    filter 0.65s ease,
    transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 0.9;
  filter: saturate(1);
  transform: translate3d(0, 0, 0);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}

.hero-home {
  min-height: min(82svh, 780px);
  display: grid;
  align-items: center;
}

.hero-media,
.subhero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img,
.subhero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img,
.subhero-media img,
.menu-hero-media img,
.injera-hero-media img,
.gallery-hero-media img {
  animation: heroImageDrift 18s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
}

@keyframes heroImageDrift {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.08) translate3d(-1.2%, -0.8%, 0);
  }
}

.hero-overlay,
.subhero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(14, 12, 10, 0.88), rgba(14, 12, 10, 0.56) 45%, rgba(14, 12, 10, 0.22)),
    linear-gradient(0deg, rgba(14, 12, 10, 0.46), transparent 44%);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero-steam,
.hero-spice {
  position: absolute;
  display: block;
}

.hero-steam {
  width: 26px;
  height: 112px;
  border-left: 2px solid rgba(255, 250, 241, 0.34);
  border-radius: 999px;
  opacity: 0;
  filter: blur(0.4px);
  animation: heroSteamRise 7s ease-in-out infinite;
}

.hero-steam-one {
  right: 27%;
  bottom: 24%;
}

.hero-steam-two {
  right: 18%;
  bottom: 34%;
  animation-delay: -2.6s;
}

.hero-steam-three {
  right: 32%;
  bottom: 17%;
  width: 20px;
  height: 92px;
  border-left-color: rgba(255, 250, 241, 0.24);
  animation-delay: -4.4s;
  animation-duration: 8.2s;
}

.hero-steam-four {
  right: 11%;
  bottom: 22%;
  width: 18px;
  height: 84px;
  border-left-color: rgba(216, 154, 26, 0.3);
  animation-delay: -6.1s;
  animation-duration: 7.6s;
}

.food-steam-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.food-steam-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  filter: blur(1.25px) saturate(0.62);
  mix-blend-mode: screen;
}

.food-steam-overlay.has-realistic-steam::before,
.food-steam-overlay.has-realistic-steam > span {
  display: none;
}

.food-steam-overlay::before {
  position: absolute;
  left: 35%;
  bottom: 31%;
  width: 31%;
  height: 54px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.32), rgba(255, 247, 226, 0.12) 42%, transparent 72%);
  filter: blur(12px);
  opacity: 0.46;
  animation: foodSteamSource 3.8s ease-in-out infinite alternate;
}

.hero-grid,
.menu-hero-grid,
.injera-hero-grid,
.subhero-content {
  position: relative;
  z-index: 3;
}

.food-steam-overlay > span {
  --steam-drift: 22px;
  --steam-mid-drift: -12px;
  --steam-start-turn: -5deg;
  --steam-mid-turn: 4deg;
  --steam-end-turn: 10deg;
  position: absolute;
  bottom: 33%;
  left: 36%;
  width: 64px;
  height: 200px;
  display: block;
  border-radius: 48% 52% 42% 58%;
  background:
    radial-gradient(ellipse at 46% 82%, rgba(255, 255, 255, 0.78) 0 9%, transparent 44%),
    radial-gradient(ellipse at 64% 50%, rgba(255, 248, 230, 0.68) 0 8%, transparent 40%),
    radial-gradient(ellipse at 34% 24%, rgba(255, 255, 255, 0.58) 0 7%, transparent 37%);
  opacity: 0.3;
  filter: blur(1.6px) drop-shadow(0 0 14px rgba(255, 255, 255, 0.38));
  transform-origin: 50% 100%;
  will-change: opacity, transform;
  animation: foodSteamRise 6.3s cubic-bezier(0.36, 0, 0.42, 1) -2.1s infinite;
}

.food-steam-overlay > span::before,
.food-steam-overlay > span::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.food-steam-overlay > span::before {
  inset: 12% 18% 16% 14%;
  border-left: 8px solid rgba(255, 255, 255, 0.68);
  transform: rotate(-10deg);
}

.food-steam-overlay > span::after {
  inset: 29% 12% 4% 25%;
  border-right: 6px solid rgba(255, 244, 220, 0.54);
  transform: rotate(12deg);
}

.food-steam-overlay > span:nth-child(2) {
  --steam-drift: -28px;
  --steam-mid-drift: 18px;
  --steam-start-turn: 8deg;
  --steam-mid-turn: -7deg;
  --steam-end-turn: -13deg;
  bottom: 36%;
  left: 43%;
  width: 54px;
  height: 182px;
  animation-delay: -6.4s;
  animation-duration: 8.7s;
}

.food-steam-overlay > span:nth-child(2)::before {
  inset: 8% 12% 20% 24%;
  border-right: 6px solid rgba(255, 255, 255, 0.6);
  border-left: 0;
  transform: rotate(13deg);
}

.food-steam-overlay > span:nth-child(2)::after {
  inset: 35% 26% 2% 8%;
  border-right: 0;
  border-left: 4px solid rgba(255, 244, 220, 0.5);
  transform: rotate(-17deg);
}

.food-steam-overlay > span:nth-child(3) {
  --steam-drift: 34px;
  --steam-mid-drift: -20px;
  --steam-start-turn: -9deg;
  --steam-mid-turn: 8deg;
  --steam-end-turn: 15deg;
  bottom: 31%;
  left: 50%;
  width: 72px;
  height: 218px;
  animation-delay: -4.1s;
  animation-duration: 7.4s;
}

.food-steam-overlay > span:nth-child(3)::before {
  inset: 18% 25% 10% 7%;
  border-left-width: 10px;
  transform: rotate(-18deg);
}

.food-steam-overlay > span:nth-child(3)::after {
  inset: 7% 8% 33% 34%;
  border-right-width: 4px;
  transform: rotate(24deg);
}

.food-steam-overlay > span:nth-child(4) {
  --steam-drift: -18px;
  --steam-mid-drift: 11px;
  --steam-start-turn: 5deg;
  --steam-mid-turn: -4deg;
  --steam-end-turn: -11deg;
  bottom: 38%;
  left: 57%;
  width: 50px;
  height: 170px;
  animation-delay: -8.2s;
  animation-duration: 9.8s;
}

.food-steam-overlay > span:nth-child(4)::before {
  inset: 4% 28% 26% 10%;
  border-left-width: 5px;
  transform: rotate(7deg);
}

.food-steam-overlay > span:nth-child(4)::after {
  inset: 42% 9% 3% 32%;
  border-right-width: 7px;
  transform: rotate(-10deg);
}

.food-steam-overlay > span:nth-child(5) {
  --steam-drift: 26px;
  --steam-mid-drift: -9px;
  --steam-start-turn: -3deg;
  --steam-mid-turn: 11deg;
  --steam-end-turn: 6deg;
  bottom: 33%;
  left: 64%;
  width: 58px;
  height: 192px;
  animation-delay: -3.7s;
  animation-duration: 5.9s;
}

.food-steam-overlay > span:nth-child(5)::before {
  inset: 26% 10% 6% 29%;
  border-right: 7px solid rgba(255, 255, 255, 0.58);
  border-left: 0;
  transform: rotate(19deg);
}

.food-steam-overlay > span:nth-child(5)::after {
  inset: 5% 34% 39% 5%;
  border-right: 0;
  border-left: 5px solid rgba(255, 244, 220, 0.5);
  transform: rotate(-24deg);
}

@keyframes foodSteamSource {
  from {
    opacity: 0.38;
    transform: translate3d(-8px, 2px, 0) scaleX(0.88);
  }

  to {
    opacity: 0.58;
    transform: translate3d(10px, -5px, 0) scaleX(1.08);
  }
}

@keyframes foodSteamRise {
  0% {
    opacity: 0.26;
    transform: translate3d(0, 34px, 0) rotate(var(--steam-start-turn)) scale(0.5, 0.62);
  }

  24% {
    opacity: 0.74;
    transform: translate3d(var(--steam-mid-drift), -12px, 0) rotate(var(--steam-mid-turn)) scale(0.74, 0.82);
  }

  52% {
    opacity: 0.68;
    transform: translate3d(0, -72px, 0) rotate(var(--steam-start-turn)) scale(1.02, 1);
  }

  78% {
    opacity: 0.42;
    transform: translate3d(var(--steam-drift), -126px, 0) rotate(var(--steam-end-turn)) scale(1.2, 1.12);
  }

  100% {
    opacity: 0.2;
    transform: translate3d(var(--steam-mid-drift), -172px, 0) rotate(var(--steam-mid-turn)) scale(1.34, 1.22);
  }
}

.hero-spice {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(216, 154, 26, 0.65);
  box-shadow: 0 0 0 8px rgba(216, 154, 26, 0.08);
  animation: heroSpiceFloat 8.5s ease-in-out infinite;
}

.hero-spice-one {
  right: 34%;
  top: 29%;
}

.hero-spice-two {
  right: 13%;
  top: 45%;
  width: 7px;
  height: 7px;
  background: rgba(255, 250, 241, 0.58);
  animation-delay: -3.2s;
}

@keyframes heroSteamRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scaleY(0.6);
  }

  36% {
    opacity: 0.62;
  }

  100% {
    opacity: 0;
    transform: translate3d(18px, -70px, 0) scaleY(1);
  }
}

@keyframes heroSpiceFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(12px, -18px, 0);
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: 36px;
  padding: 86px 0 70px;
}

.hero-copy-block {
  max-width: 760px;
}

.hero-copy-block.is-visible > .eyebrow {
  animation: heroTextIn 0.7s ease both;
}

.hero-copy-block.is-visible > h1 {
  animation: heroTextIn 0.78s ease 0.08s both;
}

.hero-copy-block.is-visible > p {
  animation: heroTextIn 0.78s ease 0.16s both;
}

.hero-copy-block.is-visible > .hero-actions {
  animation: heroTextIn 0.78s ease 0.24s both;
}

.hero-copy-block.is-visible > .hero-actions > * {
  animation: heroActionIn 0.64s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-copy-block.is-visible > .hero-actions > :nth-child(1) {
  animation-delay: 0.3s;
}

.hero-copy-block.is-visible > .hero-actions > :nth-child(2) {
  animation-delay: 0.38s;
}

.hero-copy-block.is-visible > .hero-actions > :nth-child(3) {
  animation-delay: 0.46s;
}

@keyframes heroTextIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroActionIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.eyebrow,
.section-kicker,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1,
.subhero h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  margin-top: 12px;
  font-size: clamp(3.3rem, 7vw, 7.2rem);
  line-height: 0.88;
  max-width: 840px;
}

.hero p {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.hero-order-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 900;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.hero-order-link:hover {
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-1px);
}

.hero-card {
  display: grid;
  gap: 18px;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  padding: 22px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.hero-card img {
  width: min(180px, 100%);
  height: auto;
  border-radius: 0;
  object-fit: contain;
  border: 0;
}

.hero-card strong,
.contact-card strong {
  display: block;
  margin-top: 4px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.hero-card-actions a {
  min-height: 40px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 900;
}

.status-band {
  position: relative;
  z-index: 2;
  margin-top: -32px;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.status-grid article {
  min-height: 116px;
  display: grid;
  align-content: start;
  gap: 6px;
  background: var(--surface);
  padding: 20px;
}

.status-grid i,
.service-grid i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 111, 104, 0.1);
  color: var(--teal);
}

.status-grid span,
.menu-card .dish-meta,
.service-grid span,
.contact-card p {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.status-grid strong {
  line-height: 1.25;
}

.interior-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(245, 234, 216, 0.9)),
    var(--cream);
}

.interior-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.6fr);
  align-items: center;
  gap: 34px;
}

.interior-photo {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.interior-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 42%),
    linear-gradient(90deg, rgba(199, 66, 46, 0.16), transparent 32%);
  pointer-events: none;
}

.interior-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 52% 50%;
}

.interior-photo img,
.feature-image img,
.menu-special-card img,
.menu-teaser-stack img {
  transition: filter 0.7s ease, transform 0.7s ease;
}

.interior-photo:hover img,
.feature-image:hover img,
.menu-special-card:hover img,
.menu-teaser-stack article:hover img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.035);
}

.interior-copy {
  display: grid;
  gap: 20px;
}

.interior-copy h2 {
  color: var(--tomato-dark);
}

.interior-copy p {
  margin: 0;
  color: var(--muted);
}

.interior-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding-top: 2px;
}

.interior-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tomato-dark);
  padding: 0;
  font-size: 0.88rem;
  font-weight: 900;
}

.interior-points i {
  color: var(--gold);
}

.section,
.feature-section {
  padding: 88px 0;
}

.section[data-section-number],
.feature-section[data-section-number] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section[data-section-number] > .shell,
.feature-section[data-section-number] > .shell {
  position: relative;
  z-index: 1;
}

.section[data-section-number] > .shell > *,
.feature-section[data-section-number] > .shell > * {
  position: relative;
  z-index: 1;
}

.section[data-section-number] > .shell::before,
.feature-section[data-section-number] > .shell::before {
  position: absolute;
  top: clamp(8px, 3vw, 40px);
  left: clamp(-10px, 2vw, 24px);
  z-index: 0;
  width: clamp(112px, 14vw, 194px);
  height: clamp(72px, 8vw, 112px);
  content: "";
  pointer-events: none;
  opacity: 0.46;
  background:
    linear-gradient(90deg, rgba(216, 154, 26, 0.46), transparent 82%) 0 0 / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(199, 66, 46, 0.34), transparent 76%) 0 14px / 82% 1px no-repeat,
    linear-gradient(90deg, rgba(0, 111, 104, 0.3), transparent 70%) 0 28px / 68% 1px no-repeat,
    repeating-linear-gradient(90deg, rgba(23, 20, 18, 0.055) 0 1px, transparent 1px 13px);
  transform: rotate(-2deg);
}

.section[data-section-number] > .shell::after,
.feature-section[data-section-number] > .shell::after {
  position: absolute;
  right: clamp(0px, 4vw, 68px);
  bottom: clamp(-28px, -2vw, -14px);
  z-index: 0;
  width: clamp(118px, 15vw, 220px);
  height: 28px;
  content: "";
  pointer-events: none;
  opacity: 0.5;
  background:
    linear-gradient(90deg, rgba(216, 154, 26, 0.62), rgba(216, 154, 26, 0.62)) 0 3px / 48px 2px no-repeat,
    linear-gradient(90deg, rgba(199, 66, 46, 0.5), rgba(199, 66, 46, 0.5)) 58px 3px / 18px 2px no-repeat,
    linear-gradient(90deg, rgba(0, 111, 104, 0.42), rgba(0, 111, 104, 0.42)) 86px 3px / 72px 2px no-repeat,
    linear-gradient(90deg, rgba(23, 20, 18, 0.16), rgba(23, 20, 18, 0.16)) 0 17px / 100% 1px no-repeat;
  transform: rotate(1.5deg);
}

.section[data-section-number]::before,
.feature-section[data-section-number]::before {
  position: absolute;
  top: clamp(18px, 4vw, 54px);
  right: clamp(-24px, 5vw, 82px);
  z-index: 0;
  content: attr(data-section-number);
  color: rgba(23, 20, 18, 0.045);
  font-family: var(--sans);
  font-size: clamp(8rem, 18vw, 18rem);
  font-weight: 950;
  line-height: 0.76;
  letter-spacing: 0;
  pointer-events: none;
  user-select: none;
}

.section[data-section-number]::after,
.feature-section[data-section-number]::after {
  position: absolute;
  top: clamp(92px, 10vw, 150px);
  right: clamp(20px, 7vw, 126px);
  z-index: 0;
  width: clamp(78px, 9vw, 132px);
  height: clamp(188px, 17vw, 292px);
  content: "";
  pointer-events: none;
  opacity: 0.64;
  background:
    linear-gradient(180deg, transparent 0, rgba(216, 154, 26, 0.42) 18%, rgba(199, 66, 46, 0.24) 54%, transparent 100%) 50% 0 / 1px 100% no-repeat,
    linear-gradient(90deg, transparent, rgba(216, 154, 26, 0.28), transparent) 0 18% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(0, 111, 104, 0.22), transparent) 0 50% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(199, 66, 46, 0.2), transparent) 0 82% / 100% 1px no-repeat,
    repeating-linear-gradient(135deg, transparent 0 13px, rgba(23, 20, 18, 0.045) 13px 14px, transparent 14px 27px);
  transform: rotate(5deg);
}

.injera-promo-section::before,
.feature-section[data-section-number]::before,
.catering-section::before {
  right: auto;
  left: clamp(-24px, 5vw, 82px);
}

.injera-promo-section::after,
.feature-section[data-section-number]::after,
.catering-section::after {
  right: auto;
  left: clamp(20px, 7vw, 126px);
  transform: rotate(-5deg);
}

.injera-promo-section > .shell::before,
.feature-section[data-section-number] > .shell::before,
.catering-section > .shell::before {
  right: clamp(-10px, 2vw, 24px);
  left: auto;
  transform: rotate(2deg) scaleX(-1);
}

.injera-promo-section > .shell::after,
.feature-section[data-section-number] > .shell::after,
.catering-section > .shell::after {
  right: auto;
  left: clamp(0px, 4vw, 68px);
  transform: rotate(-1.5deg) scaleX(-1);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.44fr);
  align-items: end;
  gap: 30px;
  margin-bottom: 28px;
}

.section-kicker {
  color: var(--teal);
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
}

.section-head p,
.feature-copy p,
.catering-grid p,
.panel-head p,
.subhero p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.menu-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.search-box {
  position: relative;
  display: block;
}

.search-box i {
  position: absolute;
  top: 50%;
  left: 17px;
  color: var(--muted);
  transform: translateY(-50%);
}

.search-box input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 0 18px 0 48px;
  outline: 0;
}

.search-box input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(0, 111, 104, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 111, 104, 0.11);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter-chip {
  position: relative;
  overflow: hidden;
  min-height: 42px;
  padding: 0 14px;
  color: var(--muted);
}

.filter-chip::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.42), transparent 78%);
  transform: translateX(-125%);
  pointer-events: none;
}

.filter-chip:hover::after,
.filter-chip.active::after {
  animation: chipSheen 0.9s ease;
}

.filter-chip.active {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

@keyframes chipSheen {
  100% {
    transform: translateX(125%);
  }
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.menu-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --card-lift: 0px;
  --shine-x: 50%;
  --shine-y: 30%;
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  grid-template-rows: 180px 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 20, 18, 0.08);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.menu-card::before {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  background: radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255, 255, 255, 0.26), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.menu-card.reveal-on-scroll.is-visible {
  transform:
    perspective(900px)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y))
    translate3d(0, var(--card-lift), 0);
}

.menu-card:hover {
  --card-lift: -6px;
  border-color: rgba(199, 66, 46, 0.22);
  box-shadow: 0 22px 54px rgba(23, 20, 18, 0.13);
}

.menu-card.is-tilting::before {
  opacity: 1;
}

.menu-card.empty {
  grid-column: 1 / -1;
  min-height: auto;
  grid-template-rows: none;
  padding: 24px;
}

.dish-image {
  position: relative;
  overflow: hidden;
}

.dish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.35s ease, transform 0.35s ease;
}

.spice-flame {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(108, 27, 19, 0.84);
  color: #fff;
  padding: 0 10px;
  box-shadow: 0 10px 24px rgba(67, 18, 13, 0.24);
  backdrop-filter: blur(10px);
}

.spice-flame i {
  color: #ffbd45;
  filter: drop-shadow(0 0 7px rgba(255, 142, 48, 0.72));
  animation: spicyFlameDance 1.35s ease-in-out infinite alternate;
  transform-origin: 50% 90%;
}

.spice-flame small {
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes spicyFlameDance {
  0% {
    transform: rotate(-5deg) scale(0.92);
  }

  55% {
    color: #ffdf79;
    transform: rotate(4deg) scale(1.12) translateY(-2px);
  }

  100% {
    transform: rotate(-2deg) scale(1.02);
  }
}

.menu-card:hover .dish-image img {
  filter: saturate(1.1) contrast(1.02);
  transform: scale(1.04);
}

.dish-image::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent);
}

.dish-price {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  border-radius: 999px;
  background: #fff;
  color: var(--tomato-dark);
  font-size: 0.86rem;
  font-weight: 950;
  padding: 8px 11px;
}

.dish-body {
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 18px;
}

.dish-top {
  display: grid;
  gap: 10px;
}

.dish-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.category-pill,
.availability-pill,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
}

.category-pill {
  padding: 6px 9px;
  background: rgba(0, 111, 104, 0.09);
  color: var(--teal-dark);
}

.category-pill.hot {
  background: rgba(199, 66, 46, 0.1);
  color: var(--tomato-dark);
}

.availability-pill {
  color: var(--leaf);
}

.availability-pill.off {
  color: var(--tomato-dark);
}

.menu-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.48rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.menu-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 4px;
}

.tag {
  padding: 5px 9px;
  background: rgba(23, 20, 18, 0.06);
  color: #514943;
}

.tag.hot {
  background: rgba(199, 66, 46, 0.1);
  color: var(--tomato-dark);
}

.dish-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.dish-actions button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 20, 18, 0.05);
  cursor: pointer;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.dish-actions button:hover {
  color: var(--tomato-dark);
  background: rgba(199, 66, 46, 0.1);
}

.dish-actions button.is-favorite {
  background: rgba(199, 66, 46, 0.12);
  color: var(--tomato-dark);
}

.dish-actions button.is-favorite i {
  animation: favoriteHeartPop 0.38s cubic-bezier(0.2, 0.9, 0.2, 1.25);
}

@keyframes favoriteHeartPop {
  0% {
    transform: scale(0.6);
  }

  65% {
    transform: scale(1.28);
  }

  100% {
    transform: scale(1);
  }
}

::view-transition-group(*) {
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

::view-transition-old(root),
::view-transition-new(root) {
  animation: none;
  mix-blend-mode: normal;
}

.feature-section {
  background: #eef5ec;
  border-block: 1px solid rgba(71, 115, 75, 0.18);
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  align-items: center;
  gap: 36px;
}

.feature-image {
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.feature-copy {
  display: grid;
  gap: 20px;
}

.feature-copy h2 {
  color: var(--teal-dark);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding-top: 2px;
}

.feature-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
  padding: 0;
  font-size: 0.88rem;
  font-weight: 900;
}

.feature-list i {
  color: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  background: var(--charcoal);
  box-shadow: 0 16px 42px rgba(23, 20, 18, 0.11);
  cursor: zoom-in;
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.gallery-grid figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.16), transparent 44%);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.gallery-grid .gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-grid .gallery-wide {
  grid-column: span 2;
}

.gallery-grid .gallery-tall {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: transform 0.35s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.035);
}

.gallery-grid figure:hover {
  box-shadow: 0 22px 56px rgba(23, 20, 18, 0.16);
  transform: translateY(-3px);
}

.gallery-grid figure:hover::after {
  opacity: 1;
}

.gallery-grid figure:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(18, 25, 23, 0.78);
  color: #fff;
  padding: 12px 13px;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  backdrop-filter: blur(14px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-grid figcaption strong {
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1;
}

.gallery-grid figcaption span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.67rem;
  font-weight: 750;
  line-height: 1.35;
}

.gallery-grid figure:hover figcaption,
.gallery-grid figure:focus-visible figcaption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.gallery-teaser-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.35), rgba(238, 245, 236, 0.92)),
    #eef5ec;
}

.gallery-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: center;
}

.gallery-teaser-grid p {
  max-width: 620px;
  margin: 18px 0 24px;
  color: var(--muted);
}

.gallery-preview-collage {
  position: relative;
  min-height: 430px;
}

.gallery-preview-collage img {
  position: absolute;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-preview-collage img:nth-child(1) {
  inset: 0 auto auto 0;
  width: 68%;
  height: 72%;
}

.gallery-preview-collage img:nth-child(2) {
  right: 0;
  top: 52px;
  width: 46%;
  height: 58%;
}

.gallery-preview-collage img:nth-child(3) {
  left: 24%;
  bottom: 0;
  width: 58%;
  height: 42%;
}

.gallery-preview-collage:hover img {
  filter: saturate(1.08) contrast(1.02);
}

.gallery-preview-collage:hover img:nth-child(1) {
  transform: translateY(-6px);
}

.gallery-preview-collage:hover img:nth-child(2) {
  transform: translateY(8px);
}

.gallery-preview-collage:hover img:nth-child(3) {
  transform: translateX(8px);
}

.gallery-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(82svh, 780px);
  display: grid;
  align-items: end;
  color: #fff;
}

.gallery-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(14, 12, 10, 0.9), rgba(14, 12, 10, 0.58) 52%, rgba(14, 12, 10, 0.2)),
    linear-gradient(0deg, rgba(14, 12, 10, 0.5), transparent 54%);
}

.gallery-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.gallery-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.42fr);
  gap: 34px;
  align-items: end;
  padding: 94px 0 72px;
}

.gallery-hero-copy h1 {
  max-width: 920px;
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 6.8vw, 6.8rem);
  line-height: 0.9;
}

.gallery-hero-copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
}

.gallery-hero-card {
  overflow: hidden;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  padding: 16px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.gallery-hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
}

.gallery-hero-card strong {
  display: block;
  margin-top: 6px;
  font-family: var(--display);
  font-size: 1.54rem;
  line-height: 1;
}

.gallery-mood-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.gallery-mood-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.gallery-mood-grid article {
  min-height: 128px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-right: 1px solid var(--line);
  padding: 20px;
}

.gallery-mood-grid article:last-child {
  border-right: 0;
}

.gallery-mood-grid i {
  color: var(--tomato);
  font-size: 1.25rem;
}

.gallery-mood-grid strong {
  font-family: var(--display);
  font-size: 1.28rem;
  line-height: 1.05;
}

.gallery-mood-grid span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.gallery-page-section {
  padding-top: 76px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.55), rgba(255, 250, 241, 1)),
    var(--paper);
}

.gallery-page-grid {
  grid-auto-rows: 240px;
  gap: 16px;
}

.gallery-page-grid figure {
  box-shadow: 0 18px 48px rgba(23, 20, 18, 0.12);
}

.gallery-page-grid figure.is-visible {
  animation: galleryCardFloat 7s ease-in-out infinite;
}

.gallery-page-grid figure:nth-child(2n).is-visible {
  animation-delay: -2.3s;
  animation-duration: 8.4s;
}

.gallery-page-grid figure:nth-child(3n).is-visible {
  animation-delay: -4.6s;
  animation-duration: 9.2s;
}

.gallery-page-grid figure:hover,
.gallery-page-grid figure:focus-visible {
  animation-play-state: paused;
}

@keyframes galleryCardFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -5px;
  }
}

.gallery-page-grid figure:nth-child(6) {
  grid-column: span 2;
}

.gallery-page-grid figure:nth-child(9) {
  grid-row: span 2;
}

.gallery-note-band {
  padding: 58px 0;
  background: var(--charcoal);
  color: #fff;
}

.gallery-note-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gallery-note-grid h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.catering-section {
  background: #fbf4e7;
}

.catering-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(360px, 0.9fr);
  gap: 34px;
  align-items: start;
}

.catering-grid h2 {
  margin-bottom: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  --service-accent: var(--teal);
  --service-soft: rgba(0, 111, 104, 0.1);
  position: relative;
  min-height: 210px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 241, 0.82)),
    #fff;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(23, 20, 18, 0.08);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.service-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 14% 8%, var(--service-soft), transparent 34%),
    linear-gradient(135deg, var(--service-soft), transparent 36%);
  opacity: 0.78;
  pointer-events: none;
}

.service-card:nth-child(1) {
  --service-accent: var(--tomato);
  --service-soft: rgba(199, 66, 46, 0.11);
}

.service-card:nth-child(2) {
  --service-accent: var(--gold);
  --service-soft: rgba(216, 154, 26, 0.13);
}

.service-card:nth-child(3) {
  --service-accent: var(--teal);
  --service-soft: rgba(0, 111, 104, 0.12);
}

.service-card:nth-child(4) {
  --service-accent: var(--leaf);
  --service-soft: rgba(71, 115, 75, 0.12);
}

.service-card:hover {
  border-color: color-mix(in srgb, var(--service-accent) 34%, var(--line));
  box-shadow: 0 24px 58px rgba(23, 20, 18, 0.13);
  transform: translateY(-5px);
}

.service-card-head,
.service-card-copy,
.service-card-action {
  position: relative;
  z-index: 1;
}

.service-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.service-grid .service-icon {
  width: 48px;
  height: 48px;
  background: var(--service-soft);
  color: var(--service-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--service-accent) 18%, transparent);
}

.service-card-copy {
  display: grid;
  align-content: end;
  gap: 10px;
}

.service-grid strong {
  display: block;
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1.05;
}

.service-card-copy span {
  max-width: 210px;
}

.service-card-action {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid color-mix(in srgb, var(--service-accent) 24%, var(--line));
  border-radius: 50%;
  background: #fff;
  color: var(--service-accent);
  box-shadow: 0 10px 24px rgba(23, 20, 18, 0.08);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.service-card-action i {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.service-card:hover .service-card-action {
  background: var(--service-accent);
  color: #fff;
  transform: translateX(3px);
}

.reviews-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(245, 234, 216, 0.9)),
    var(--paper);
}

.reviews-section::before {
  position: absolute;
  top: 18px;
  right: clamp(-36px, 5vw, 84px);
  z-index: 0;
  content: "5 stars";
  color: rgba(23, 20, 18, 0.045);
  font-family: var(--display);
  font-size: clamp(5rem, 13vw, 13rem);
  font-weight: 800;
  line-height: 0.82;
  pointer-events: none;
  white-space: nowrap;
}

.reviews-section .shell {
  position: relative;
  z-index: 1;
}

.reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.44fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 30px;
}

.reviews-head h2 {
  max-width: 720px;
  margin-top: 10px;
  color: var(--tomato-dark);
}

.reviews-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 18px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.86)),
    #fff;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(23, 20, 18, 0.08);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.review-card::before {
  position: absolute;
  top: 0;
  left: 22px;
  width: 74px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--tomato));
}

.review-card:hover {
  border-color: rgba(216, 154, 26, 0.42);
  box-shadow: 0 26px 66px rgba(23, 20, 18, 0.13);
  transform: translateY(-4px);
}

.review-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-card-top img {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border: 2px solid rgba(216, 154, 26, 0.48);
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.review-card-top strong {
  display: block;
  font-family: var(--display);
  font-size: 1.3rem;
  line-height: 1;
}

.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--gold);
  font-size: 1.02rem;
}

.review-card p {
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.6;
}

.review-carousel-viewport {
  overflow: hidden;
  margin: -12px;
  padding: 12px;
  touch-action: pan-y;
}

.review-grid {
  --review-shift: 0px;
  transition: transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.review-card:not(.is-active) {
  opacity: 0.72;
  filter: saturate(0.84);
  transform: scale(0.975);
}

.review-card.is-active {
  border-color: rgba(216, 154, 26, 0.48);
  opacity: 1;
  filter: saturate(1);
  box-shadow: 0 27px 68px rgba(23, 20, 18, 0.14);
  transform: translateY(-5px) scale(1.015);
}

.review-card.is-active .review-stars i {
  animation: reviewStarGlow 1.8s ease-in-out infinite alternate;
}

.review-card.is-active .review-stars i:nth-child(2) {
  animation-delay: 0.1s;
}

.review-card.is-active .review-stars i:nth-child(3) {
  animation-delay: 0.2s;
}

.review-card.is-active .review-stars i:nth-child(4) {
  animation-delay: 0.3s;
}

.review-card.is-active .review-stars i:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes reviewStarGlow {
  from {
    filter: drop-shadow(0 0 0 rgba(216, 154, 26, 0));
    transform: translateY(0) scale(1);
  }

  to {
    filter: drop-shadow(0 0 6px rgba(216, 154, 26, 0.5));
    transform: translateY(-2px) scale(1.08);
  }
}

.review-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 24px;
}

.review-carousel-controls > button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(23, 20, 18, 0.08);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.review-carousel-controls > button:hover,
.review-carousel-controls > button:focus-visible {
  border-color: rgba(216, 154, 26, 0.55);
  color: var(--tomato-dark);
  transform: translateY(-2px);
}

.review-carousel-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.review-carousel-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 20, 18, 0.2);
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
}

.review-carousel-dots button.active {
  width: 28px;
  background: linear-gradient(90deg, var(--gold), var(--tomato));
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--charcoal);
  color: #fff;
  padding: 28px 0;
}

.footer-modern {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 154, 26, 0.18), transparent 32%),
    linear-gradient(135deg, #111b19, #1d2824 54%, #151312);
  padding: 44px 0 20px;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(240px, 0.42fr) minmax(320px, 0.62fr);
  gap: 18px;
  align-items: start;
}

.footer-brand-panel,
.footer-map-card,
.footer-comment-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.footer-brand-panel,
.footer-comment-card {
  padding: 24px;
}

.footer-brand-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 4px 8px 4px 0;
}

.footer-brand-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.footer-brand-panel img {
  width: 112px;
  height: auto;
  border-radius: 0;
  background: transparent;
}

.footer-kicker {
  display: inline-flex;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-brand-panel h2,
.footer-comment-card h3 {
  margin: 8px 0 0;
  font-family: var(--display);
  letter-spacing: 0;
  line-height: 1;
}

.footer-brand-panel h2 {
  max-width: 360px;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
}

.footer-comment-card h3 {
  font-size: 1.8rem;
}

.footer-contact-list {
  display: grid;
  gap: 13px;
  align-content: start;
  padding-top: 2px;
}

.footer-link-row a,
.map-open-link {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

.footer-contact-item {
  width: 100%;
  display: inline-grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.32;
}

.footer-contact-item i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  color: var(--gold);
  font-size: 0.96rem;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.footer-contact-item span {
  min-width: 0;
}

.footer-contact-item small {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86em;
  font-weight: 800;
}

.footer-contact-list a.footer-contact-item {
  color: #fff;
}

.footer-contact-list a.footer-contact-item:hover {
  color: var(--gold);
}

.footer-contact-list a.footer-contact-item:hover i {
  background: transparent;
  color: var(--gold);
  transform: translateX(2px);
}

.footer-platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.platform-link {
  min-width: 74px;
  min-height: 78px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.1;
  transition: color 0.18s ease, transform 0.18s ease;
}

.platform-link:hover {
  transform: translateY(-1px);
  color: #fff;
}

.platform-logo-frame {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.platform-logo {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 6px;
  object-fit: contain;
  transition: transform 0.18s ease;
}

.platform-link:hover .platform-logo-frame {
  border-color: rgba(216, 154, 26, 0.85);
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.26);
  transform: translateY(-2px) scale(1.05);
}

.platform-link:hover .platform-logo {
  transform: scale(1.04);
}

.uber-eats .platform-logo-frame {
  background: #000;
}

.uber-eats .platform-logo {
  width: 36px;
  height: 36px;
}

.footer-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-link-row a {
  min-height: auto;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(216, 154, 26, 0.38);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0 3px;
  font-size: 0.84rem;
  font-weight: 900;
}

.footer-link-row a:hover,
.map-open-link:hover {
  border-color: rgba(216, 154, 26, 0.42);
  color: #fff;
}

.footer-map-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 208px auto;
}

.footer-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 208px;
  border: 0;
  filter: saturate(0.9) contrast(1.05);
}

.map-open-link {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 950;
}

.footer-comment-card {
  display: grid;
  align-content: start;
}

.footer-feedback-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.footer-feedback-form label {
  display: grid;
  gap: 7px;
}

.footer-feedback-form label span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-feedback-form input,
.footer-feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: 0;
}

.footer-feedback-form input {
  min-height: 48px;
  padding: 0 13px;
}

.footer-feedback-form textarea {
  min-height: 118px;
  padding: 13px;
  resize: vertical;
}

.footer-feedback-form input::placeholder,
.footer-feedback-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.footer-feedback-form input:focus,
.footer-feedback-form textarea:focus {
  border-color: rgba(216, 154, 26, 0.56);
  box-shadow: 0 0 0 4px rgba(216, 154, 26, 0.11);
}

.footer-comment-wide,
.footer-feedback-form button,
.footer-form-message {
  grid-column: 1 / -1;
}

.footer-feedback-form .button {
  width: 100%;
}

.footer-form-message {
  display: none;
  margin: 0;
  border: 1px solid rgba(71, 115, 75, 0.35);
  border-radius: var(--radius);
  background: rgba(71, 115, 75, 0.18);
  color: rgba(255, 255, 255, 0.84);
  padding: 12px;
  font-size: 0.88rem;
  font-weight: 850;
}

.footer-form-message.visible {
  display: block;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-grid div:first-child {
  display: grid;
  gap: 2px;
}

.footer-grid span,
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.footer-links a:hover {
  color: #fff;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 100;
  min-width: min(520px, calc(100% - 28px));
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  padding: 14px 16px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 120%);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 15, 14, 0.86);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  backdrop-filter: blur(14px);
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.lightbox-panel {
  position: relative;
  width: min(1120px, 100%);
  height: min(82svh, 760px);
  display: grid;
  place-items: center;
  padding: 56px 66px 48px;
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--radius);
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  transform: scale(0.975);
  transition: transform 0.24s ease;
}

.lightbox.open .lightbox-image {
  transform: scale(1);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(14px);
  transition: background 0.18s ease, transform 0.18s ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

.lightbox-close {
  top: 0;
  right: 0;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  transform: translateY(-50%) scale(1.05);
}

.lightbox-count {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 900;
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.subhero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 420px;
  display: grid;
  align-items: end;
  color: #fff;
}

.subhero-content {
  max-width: 920px;
  padding: 84px 0 62px;
}

.subhero h1 {
  max-width: 860px;
  margin-top: 12px;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.92;
}

.subhero p {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
}

.reservation-page {
  padding-top: 70px;
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.48fr);
  gap: 22px;
  align-items: start;
}

.booking-panel,
.contact-card,
.floor-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 20, 18, 0.08);
}

.booking-panel {
  position: relative;
  overflow: hidden;
  padding: 26px;
}

.panel-head {
  margin-bottom: 20px;
}

.panel-head h2 {
  margin-bottom: 10px;
}

.reservation-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--ink);
  padding: 0 13px;
  outline: 0;
}

.field textarea {
  min-height: 112px;
  padding: 13px;
  resize: vertical;
}

.field.wide {
  grid-column: span 2;
}

.field.full,
.reservation-form .full {
  grid-column: 1 / -1;
}

.message {
  display: none;
  margin-top: 14px;
  border: 1px solid rgba(71, 115, 75, 0.22);
  border-radius: var(--radius);
  background: rgba(71, 115, 75, 0.09);
  color: #2d522f;
  padding: 13px 14px;
  font-weight: 850;
}

.message.visible {
  display: block;
}

.message.error {
  border-color: rgba(199, 66, 46, 0.28);
  background: rgba(199, 66, 46, 0.09);
  color: var(--tomato-dark);
}

.contact-panel {
  display: grid;
  gap: 14px;
}

.contact-card,
.floor-card {
  padding: 20px;
}

.featured-contact {
  display: flex;
  align-items: center;
  gap: 14px;
}

.featured-contact img {
  width: 128px;
  height: 72px;
  border-radius: 0;
  object-fit: contain;
  border: 0;
}

.contact-card p {
  margin: 10px 0 0;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.contact-actions a,
.contact-actions button {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 15px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(23, 20, 18, 0.06);
}

.contact-actions a:hover,
.contact-actions button:hover {
  border-color: rgba(199, 66, 46, 0.35);
  color: var(--tomato-dark);
}

.floor-card h3 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 1.6rem;
}

.floor-plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.floor-plan span {
  min-height: 74px;
  border: 1px solid rgba(71, 115, 75, 0.2);
  border-radius: var(--radius);
  background: rgba(71, 115, 75, 0.09);
  color: #294c2d;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 950;
}

.floor-plan small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.floor-plan .busy {
  border-color: rgba(199, 66, 46, 0.22);
  background: rgba(199, 66, 46, 0.09);
  color: var(--tomato-dark);
}

.reservation-page-shell {
  min-width: 0;
  display: grid;
  gap: 28px;
}

.table-selector-panel {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 88% 4%, rgba(216, 154, 26, 0.13), transparent 28%),
    linear-gradient(145deg, #fffdf8, #f6eddf);
  padding: 28px;
  box-shadow: 0 28px 80px rgba(23, 20, 18, 0.13);
}

.table-selector-panel::before {
  position: absolute;
  top: -110px;
  right: -80px;
  z-index: -1;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(216, 154, 26, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 34px rgba(216, 154, 26, 0.04),
    0 0 0 68px rgba(216, 154, 26, 0.025);
}

.table-selector-head {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 30px;
  align-items: center;
}

.table-selector-head h2 {
  max-width: 700px;
  margin-top: 7px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.table-selector-head p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
}

.table-selection-card {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(216, 154, 26, 0.26);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent),
    var(--charcoal);
  color: #fff;
  padding: 16px;
  box-shadow: 0 18px 38px rgba(24, 36, 34, 0.2);
}

.table-selection-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 154, 26, 0.34);
  border-radius: 50%;
  background: rgba(216, 154, 26, 0.12);
  color: var(--gold);
  font-size: 1.2rem;
}

.table-selection-card > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.table-selection-card small,
.table-selection-card span:not(.table-selection-icon) {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.table-selection-card strong {
  overflow: hidden;
  color: #fff;
  font-size: 1.02rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-selection-card button {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 12px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
}

.table-selection-card button:hover:not(:disabled),
.table-selection-card button:focus-visible {
  border-color: rgba(216, 154, 26, 0.62);
  background: rgba(216, 154, 26, 0.16);
}

.table-selection-card button:disabled {
  cursor: default;
  opacity: 0.38;
}

.table-map-toolbar {
  margin: 24px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.zone-filters,
.table-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.zone-filters {
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.zone-filters button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0 14px;
  cursor: pointer;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.zone-filters button span {
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(23, 20, 18, 0.08);
  font-size: 0.68rem;
}

.zone-filters button:hover,
.zone-filters button:focus-visible {
  color: var(--ink);
}

.zone-filters button.active {
  background: var(--charcoal);
  color: #fff;
  box-shadow: 0 7px 20px rgba(24, 36, 34, 0.18);
}

.zone-filters button.active span {
  background: rgba(216, 154, 26, 0.18);
  color: #f1bb4a;
}

.table-legend {
  justify-content: flex-end;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.table-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(23, 20, 18, 0.16);
}

.legend-dot.available {
  background: #4f8b5a;
}

.legend-dot.selected {
  background: var(--gold);
}

.legend-dot.booked {
  background: #b24a3a;
}

.restaurant-map-scroll {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  border: 1px solid rgba(216, 154, 26, 0.2);
  border-radius: calc(var(--radius) + 5px);
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 154, 26, 0.1), transparent 42%),
    #13201e;
  padding: 24px;
  scrollbar-color: rgba(216, 154, 26, 0.56) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 50px rgba(24, 36, 34, 0.18);
}

.restaurant-map-scroll:focus-visible {
  outline: 3px solid rgba(216, 154, 26, 0.55);
  outline-offset: 3px;
}

.restaurant-map {
  width: min(100%, 700px);
  min-width: 620px;
  margin: 0 auto;
  perspective: 1300px;
}

.indoor-zone,
.veranda-zone {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transform-style: preserve-3d;
  transition: opacity 0.28s ease, filter 0.28s ease, transform 0.28s ease;
}

.indoor-zone {
  height: 500px;
  border: 12px solid #d9c19e;
  border-right-color: #b9956d;
  border-bottom-color: #a77f58;
  background:
    linear-gradient(90deg, rgba(91, 65, 42, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(91, 65, 42, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #f7eddb, #e8d5b9);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow:
    0 13px 0 #795a40,
    0 22px 32px rgba(0, 0, 0, 0.34),
    inset 0 0 70px rgba(100, 65, 34, 0.1);
}

.indoor-zone::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.64), transparent 44%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 36%);
}

.room-sign,
.veranda-sign {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 1px;
  color: rgba(23, 20, 18, 0.42);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-sign {
  top: 20px;
  left: 31%;
}

.room-sign small,
.veranda-sign small {
  font-size: 0.62rem;
  letter-spacing: 0.05em;
}

.solid-wall {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 25%;
  height: 29%;
  display: grid;
  place-content: center;
  place-items: center;
  border-left: 12px solid #b79875;
  border-bottom: 12px solid #9b7956;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), transparent 45%),
    #efe8db;
  color: #756959;
  text-align: center;
  box-shadow:
    -10px 12px 22px rgba(73, 52, 35, 0.2),
    inset 0 0 0 1px rgba(23, 20, 18, 0.05);
}

.solid-wall i {
  margin-bottom: 7px;
  color: rgba(151, 47, 34, 0.62);
  font-size: 1.15rem;
}

.solid-wall span,
.solid-wall small {
  display: block;
  font-weight: 900;
}

.solid-wall span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solid-wall small {
  color: #988b79;
  font-size: 0.64rem;
}

.restaurant-door {
  position: absolute;
  bottom: -12px;
  left: 3%;
  z-index: 5;
  width: 124px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 4px solid #6d4b31;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: #bc8b5d;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 -5px 14px rgba(73, 52, 35, 0.2);
}

.restaurant-door i {
  color: #ffe2a2;
}

.restaurant-table {
  --table-color: #3f7d55;
  --table-edge: #245339;
  --table-light: #6aa079;
  position: absolute;
  top: var(--table-y);
  left: var(--table-x);
  z-index: 4;
  width: 76px;
  height: 76px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.restaurant-table:hover:not(.is-booked),
.restaurant-table:focus-visible:not(.is-booked) {
  z-index: 8;
  outline: 0;
  filter: brightness(1.06) saturate(1.08);
  transform: translate(-50%, calc(-50% - 6px)) rotateX(4deg) rotateZ(-1deg) scale(1.04);
}

.restaurant-table:focus-visible .table-surface {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.table-surface {
  position: absolute;
  inset: 10px;
  z-index: 3;
  display: grid;
  place-content: center;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 45%),
    linear-gradient(145deg, var(--table-light), var(--table-color));
  color: #fff;
  text-align: center;
  box-shadow:
    0 7px 0 var(--table-edge),
    0 13px 20px rgba(45, 33, 23, 0.32),
    inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.table-surface strong,
.table-surface small {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1.05;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.table-surface strong {
  font-size: 0.9rem;
  font-weight: 950;
}

.table-surface small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chair {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: linear-gradient(145deg, #bc9a74, #826142);
  box-shadow: 0 4px 0 #60452f, 0 7px 9px rgba(45, 33, 23, 0.22);
  transition: background 0.22s ease, box-shadow 0.22s ease;
}

.chair-north,
.chair-south {
  left: 26px;
  width: 25px;
  height: 12px;
}

.chair-east,
.chair-west {
  top: 26px;
  width: 12px;
  height: 25px;
}

.chair-north {
  top: 0;
}

.chair-south {
  bottom: -1px;
}

.chair-east {
  right: 0;
}

.chair-west {
  left: 0;
}

.restaurant-table.is-selected {
  --table-color: #d79a1d;
  --table-edge: #93620b;
  --table-light: #f0bd50;
  z-index: 9;
  animation: tableSelectedPop 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.restaurant-table.is-selected::after {
  position: absolute;
  inset: -7px;
  z-index: 0;
  border: 2px solid rgba(216, 154, 26, 0.76);
  border-radius: 14px;
  content: "";
  pointer-events: none;
  animation: selectedTableAura 1.8s ease-out infinite;
}

.restaurant-table.is-confirmed {
  filter: brightness(1.12) saturate(1.18);
}

.restaurant-table.is-confirmed::after {
  border-color: rgba(255, 226, 142, 0.94);
  animation-duration: 0.78s;
}

.restaurant-table.is-selected .table-surface {
  box-shadow:
    0 7px 0 var(--table-edge),
    0 0 0 5px rgba(255, 255, 255, 0.88),
    0 0 0 9px rgba(216, 154, 26, 0.48),
    0 18px 28px rgba(147, 98, 11, 0.36);
}

.restaurant-table.is-selected .chair {
  background: linear-gradient(145deg, #e0b350, #9c6813);
  box-shadow: 0 4px 0 #744906, 0 7px 10px rgba(116, 73, 6, 0.26);
}

.restaurant-table.is-booked {
  --table-color: #a84d42;
  --table-edge: #6f2c25;
  --table-light: #c7776d;
  cursor: not-allowed;
  filter: saturate(0.7);
}

.restaurant-table.is-booked .chair {
  background: linear-gradient(145deg, #a79c91, #736960);
  box-shadow: 0 4px 0 #554d46, 0 7px 9px rgba(45, 33, 23, 0.2);
}

@keyframes tableSelectedPop {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  55% {
    transform: translate(-50%, calc(-50% - 7px)) scale(1.08);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes selectedTableAura {
  0% {
    opacity: 0.9;
    transform: scale(0.86);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

.road-gap {
  position: relative;
  height: 70px;
  display: grid;
  place-items: center;
  margin: 15px 0 3px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.26) 8% 18%, transparent 18% 28%) 0 50% / 180px 3px repeat-x,
    linear-gradient(180deg, #4b5350, #343c39);
  color: rgba(255, 255, 255, 0.76);
  transition: opacity 0.28s ease, filter 0.28s ease;
}

.road-gap::before,
.road-gap::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 12px;
  content: "";
  background: repeating-linear-gradient(90deg, #b7b2a5 0 34px, #8e8a80 34px 68px);
}

.road-gap::before {
  top: 0;
}

.road-gap::after {
  bottom: 0;
}

.road-gap span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(24, 36, 34, 0.84);
  padding: 7px 12px;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.veranda-zone {
  height: 160px;
  border: 9px solid #a97d55;
  border-right-color: #805a3b;
  border-bottom-color: #6f4d33;
  background:
    linear-gradient(45deg, rgba(46, 91, 56, 0.06) 25%, transparent 25%, transparent 75%, rgba(46, 91, 56, 0.06) 75%),
    linear-gradient(-45deg, rgba(46, 91, 56, 0.06) 25%, transparent 25%, transparent 75%, rgba(46, 91, 56, 0.06) 75%),
    linear-gradient(145deg, #ddccb0, #c7ab83);
  background-position: 0 0, 16px 16px, 0 0;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow:
    0 11px 0 #503722,
    0 20px 28px rgba(0, 0, 0, 0.3),
    inset 0 0 44px rgba(63, 92, 47, 0.12);
}

.veranda-zone::before,
.veranda-zone::after {
  position: absolute;
  top: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(circle at 38% 34%, #7ead65 0 18%, transparent 19%),
    radial-gradient(circle at 68% 38%, #548a49 0 20%, transparent 21%),
    radial-gradient(circle at 48% 70%, #396c39 0 24%, transparent 25%),
    #9f7047;
  box-shadow: 0 7px 0 #65452e, 0 10px 16px rgba(50, 37, 25, 0.2);
}

.veranda-zone::before {
  left: 20px;
}

.veranda-zone::after {
  right: 20px;
}

.veranda-sign {
  top: 18px;
  left: 50%;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 7px;
  color: rgba(44, 76, 43, 0.7);
  transform: translateX(-50%);
}

.veranda-sign i {
  grid-row: span 2;
  font-size: 1rem;
}

.veranda-sign small {
  grid-column: 2;
}

.restaurant-map[data-active-zone="indoor"] .veranda-zone,
.restaurant-map[data-active-zone="indoor"] .road-gap,
.restaurant-map[data-active-zone="outdoor"] .indoor-zone {
  opacity: 0.28;
  filter: grayscale(0.78) brightness(0.72);
}

.restaurant-map[data-active-zone="indoor"] .veranda-zone,
.restaurant-map[data-active-zone="outdoor"] .indoor-zone {
  pointer-events: none;
  transform: scale(0.985);
}

.map-footnote {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.map-footnote > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.map-footnote > span:first-child i {
  color: var(--gold);
}

#tableRequirement {
  border-radius: 999px;
  background: rgba(0, 111, 104, 0.09);
  color: var(--teal-dark);
  padding: 7px 11px;
}

.map-footnote small {
  flex-basis: 100%;
  color: #897d73;
  font-size: 0.67rem;
}

.form-table-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3px 14px;
  border: 1px solid rgba(216, 154, 26, 0.3);
  border-radius: var(--radius);
  background: rgba(216, 154, 26, 0.08);
  padding: 13px 14px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.form-table-choice > span {
  color: #8c6415;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-table-choice > span i {
  margin-right: 5px;
}

.form-table-choice strong {
  grid-column: 1;
  font-size: 0.92rem;
}

.form-table-choice button {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 38px;
  border: 1px solid rgba(23, 20, 18, 0.14);
  border-radius: 999px;
  background: #fff;
  padding: 0 12px;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
}

.form-table-choice.has-selection {
  border-color: rgba(71, 115, 75, 0.38);
  background: rgba(71, 115, 75, 0.1);
}

.form-table-choice.has-selection > span {
  color: #355f3a;
}

.form-table-choice.needs-attention {
  border-color: rgba(199, 66, 46, 0.5);
  background: rgba(199, 66, 46, 0.09);
  box-shadow: 0 0 0 4px rgba(199, 66, 46, 0.08);
}

.table-selector-panel.reservation-confirmed {
  animation: selectorConfirmationGlow 1.2s ease-in-out 2;
}

@keyframes selectorConfirmationGlow {
  0%,
  100% {
    box-shadow: 0 28px 80px rgba(23, 20, 18, 0.13);
  }

  50% {
    box-shadow:
      0 28px 80px rgba(23, 20, 18, 0.13),
      0 0 0 6px rgba(216, 154, 26, 0.14);
  }
}

.reservation-celebration {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 7px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(216, 154, 26, 0.24), transparent 36%),
    rgba(24, 36, 34, 0.94);
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
  backdrop-filter: blur(13px);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.reservation-celebration.show {
  opacity: 1;
  transform: scale(1);
}

.celebration-check {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: linear-gradient(145deg, #e3a72c, #b67210);
  color: #fff;
  font-size: 1.45rem;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  animation: celebrationCheckIn 0.58s cubic-bezier(0.2, 0.9, 0.2, 1.3) both;
}

.reservation-celebration strong {
  margin-top: 5px;
  font-family: var(--display);
  font-size: 1.7rem;
}

.reservation-celebration small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.celebration-particles,
.celebration-particles i {
  position: absolute;
  inset: 50%;
  pointer-events: none;
}

.celebration-particles i {
  --particle-angle: calc(var(--particle-index) * 30deg);
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--gold);
  animation: celebrationParticle 1.15s ease-out both;
  animation-delay: calc(var(--particle-index) * 28ms);
}

.celebration-particles i:nth-child(3n + 2) {
  background: var(--tomato);
}

.celebration-particles i:nth-child(3n) {
  border-radius: 50%;
  background: #fff4c8;
}

@keyframes celebrationCheckIn {
  0% {
    opacity: 0;
    transform: scale(0.45) rotate(-16deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes celebrationParticle {
  0% {
    opacity: 1;
    transform: rotate(var(--particle-angle)) translateY(-28px) scale(1);
  }

  100% {
    opacity: 0;
    transform: rotate(var(--particle-angle)) translateY(-132px) scale(0.2);
  }
}

.table-help-card strong {
  display: block;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .table-selector-head {
    grid-template-columns: 1fr;
  }

  .table-selection-card {
    max-width: 520px;
  }
}

.menu-teaser-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.3), rgba(251, 244, 231, 0.95)),
    #fbf4e7;
}

.menu-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.72fr);
  gap: 32px;
  align-items: center;
}

.menu-teaser-grid p {
  max-width: 620px;
  margin: 18px 0 24px;
  color: var(--muted);
}

.menu-teaser-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.menu-teaser-stack article {
  overflow: hidden;
  min-height: 360px;
  display: grid;
  align-content: end;
  position: relative;
  border-radius: var(--radius);
  background: var(--charcoal);
  color: #fff;
  padding: 18px;
  box-shadow: var(--shadow);
}

.menu-teaser-stack article:nth-child(2) {
  transform: translateY(38px);
}

.menu-teaser-stack img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
}

.menu-teaser-stack article::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 58%);
}

.menu-teaser-stack span,
.menu-teaser-stack strong {
  position: relative;
  z-index: 2;
}

.menu-teaser-stack span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-teaser-stack strong {
  margin-top: 6px;
  font-family: var(--display);
  font-size: 1.62rem;
  line-height: 1;
}

body[data-page="menu"] {
  background:
    linear-gradient(180deg, rgba(245, 234, 216, 0.94), rgba(255, 250, 241, 0.98) 460px),
    repeating-linear-gradient(90deg, rgba(23, 20, 18, 0.026) 0 1px, transparent 1px 46px),
    var(--paper);
}

body[data-page="menu"] main {
  position: relative;
  overflow: hidden;
}

body[data-page="menu"] main > section,
body[data-page="menu"] .menu-ribbon {
  position: relative;
  z-index: 1;
}

.menu-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(82svh, 780px);
  display: grid;
  align-items: end;
  color: #fff;
}

.menu-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(14, 12, 10, 0.9), rgba(14, 12, 10, 0.58) 52%, rgba(14, 12, 10, 0.22)),
    radial-gradient(circle at 78% 24%, rgba(216, 154, 26, 0.34), transparent 28%);
}

.menu-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.menu-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.42fr);
  gap: 34px;
  align-items: end;
  padding: 92px 0 72px;
}

.menu-hero-copy h1 {
  max-width: 860px;
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.menu-hero-copy p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
}

.menu-special-card {
  overflow: hidden;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  padding: 16px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.menu-special-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
}

.menu-special-card strong {
  display: block;
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1;
}

.menu-special-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.menu-special-card a {
  min-height: 42px;
  border-radius: 999px;
  background: #fff;
  color: var(--teal-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

.menu-ribbon {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.menu-ribbon-grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 241, 0.9)),
    #fff;
  box-shadow: var(--shadow);
}

.menu-ribbon-grid article {
  position: relative;
  z-index: 1;
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 3px;
  border-right: 1px solid var(--line);
  padding: 20px;
}

.menu-ribbon-grid article:last-child {
  border-right: 0;
}

.menu-ribbon-grid strong {
  font-family: var(--display);
  color: var(--tomato-dark);
  font-size: 2.3rem;
  line-height: 1;
}

.menu-ribbon-grid span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-art-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.menu-art-section > .shell {
  position: relative;
  z-index: 1;
}

.menu-art-section::before {
  position: absolute;
  top: clamp(18px, 5vw, 72px);
  right: clamp(-150px, -9vw, -34px);
  z-index: 0;
  content: attr(data-menu-art);
  color: rgba(23, 20, 18, 0.045);
  font-family: var(--display);
  font-size: clamp(4.5rem, 13vw, 13.5rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: 0;
  pointer-events: none;
  white-space: nowrap;
}

.menu-art-section::after {
  position: absolute;
  left: clamp(20px, 6vw, 112px);
  bottom: clamp(28px, 5vw, 78px);
  z-index: 0;
  width: clamp(170px, 20vw, 320px);
  height: clamp(88px, 9vw, 138px);
  content: "";
  pointer-events: none;
  opacity: 0.52;
  background:
    linear-gradient(90deg, rgba(216, 154, 26, 0.42), transparent 86%) 0 0 / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(199, 66, 46, 0.3), transparent 72%) 0 20px / 80% 1px no-repeat,
    linear-gradient(90deg, rgba(0, 111, 104, 0.28), transparent 74%) 0 40px / 62% 1px no-repeat,
    repeating-linear-gradient(135deg, rgba(23, 20, 18, 0.044) 0 1px, transparent 1px 16px);
}

.menu-experience {
  padding-bottom: 42px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(245, 234, 216, 0.86)),
    var(--paper);
}

.menu-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.84fr);
  gap: 30px;
  align-items: start;
}

.menu-experience-grid p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
}

.menu-combo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.menu-combo-grid article {
  min-height: 210px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
  box-shadow: 0 12px 34px rgba(23, 20, 18, 0.07);
}

.menu-combo-grid i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(199, 66, 46, 0.1);
  color: var(--tomato-dark);
}

.menu-combo-grid strong {
  display: block;
  font-family: var(--display);
  font-size: 1.26rem;
  line-height: 1.05;
}

.menu-combo-grid span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.menu-page-section {
  padding-top: 58px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.42), rgba(255, 250, 241, 1)),
    repeating-linear-gradient(90deg, rgba(216, 154, 26, 0.048) 0 1px, transparent 1px 72px),
    var(--paper);
}

.menu-page-section::before {
  top: 22px;
  right: clamp(-120px, -7vw, -28px);
  color: rgba(199, 66, 46, 0.052);
  font-size: clamp(5rem, 12vw, 13rem);
}

.menu-page-section::after {
  right: clamp(18px, 5vw, 92px);
  left: auto;
  bottom: clamp(54px, 7vw, 118px);
  transform: scaleX(-1);
}

.menu-toolbar-floating {
  position: sticky;
  top: 92px;
  z-index: 12;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.9);
  padding: 12px;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 38px rgba(23, 20, 18, 0.08);
}

.menu-grid-featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-grid-featured .menu-card {
  grid-template-rows: 240px 1fr;
}

.menu-cta-band {
  padding: 56px 0;
  background:
    linear-gradient(90deg, rgba(24, 36, 34, 0.97), rgba(24, 36, 34, 0.9)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 42px),
    var(--charcoal);
  color: #fff;
}

.menu-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.menu-cta-grid h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.injera-promo-section {
  background: #fffaf1;
}

.injera-promo-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 0.72fr);
  gap: 34px;
  align-items: center;
}

.injera-promo-grid p {
  max-width: 640px;
  margin: 18px 0 24px;
  color: var(--muted);
}

.injera-promo-art {
  position: relative;
  min-height: 360px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 111, 104, 0.95), rgba(199, 66, 46, 0.86)),
    var(--teal);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.injera-promo-art::before {
  position: absolute;
  inset: 24px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  pointer-events: none;
}

.injera-promo-art::after {
  position: absolute;
  inset: auto 10% -34% 10%;
  z-index: 0;
  height: 56%;
  content: "";
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.16);
  filter: blur(8px);
  animation: injeraGlow 6s ease-in-out infinite;
}

.injera-promo-art img,
.injera-pack,
.injera-mini-visual img {
  display: block;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.injera-promo-art img {
  position: absolute;
  inset: 18px;
  z-index: 2;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  animation: injeraFloat 7s ease-in-out infinite;
  object-position: center;
}

.spice-dot {
  position: absolute;
  pointer-events: none;
}

.spice-dot {
  z-index: 1;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(216, 154, 26, 0.12);
  animation: spiceDrift 5.8s ease-in-out infinite;
}

.spice-one {
  left: 16%;
  top: 25%;
}

.spice-two {
  right: 15%;
  top: 31%;
  width: 10px;
  height: 10px;
  background: #fffaf1;
  animation-delay: -1.7s;
}

.spice-three {
  left: 54%;
  bottom: 15%;
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.86);
  animation-delay: -3.1s;
}

@keyframes injeraFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

@keyframes injeraGlow {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

@keyframes spiceDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(12px, -14px, 0);
  }
}

.injera-hero {
  position: relative;
  isolation: isolate;
  min-height: min(82svh, 780px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.injera-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(14, 12, 10, 0.9), rgba(14, 12, 10, 0.58) 48%, rgba(14, 12, 10, 0.18)),
    radial-gradient(circle at 78% 24%, rgba(216, 154, 26, 0.36), transparent 30%);
}

.injera-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.injera-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.injera-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.5fr);
  gap: 38px;
  align-items: center;
  padding: 96px 0 72px;
}

.injera-hero-copy h1 {
  max-width: 790px;
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(3.3rem, 7vw, 7rem);
  line-height: 0.9;
}

.injera-hero-copy p {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
}

.injera-price-pill {
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 6px 12px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  padding: 16px 18px;
  backdrop-filter: blur(14px);
}

.injera-price-pill span,
.injera-price-pill small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.injera-price-pill strong {
  grid-row: span 2;
  font-family: var(--display);
  font-size: 2.8rem;
  line-height: 0.92;
}

.injera-visual-card {
  position: relative;
  min-height: 480px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.13);
  padding: 24px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.injera-visual-card::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  animation: ringPulse 4.5s ease-in-out infinite;
  pointer-events: none;
}

.injera-stack {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.injera-pack {
  position: absolute;
  width: min(330px, 76vw);
  aspect-ratio: 1;
  transform:
    translateX(var(--disc-x, 0px))
    translateY(var(--disc-y, 0px));
  animation: injeraPulse 3.8s ease-in-out infinite;
  animation-delay: var(--disc-delay, 0s);
}

@keyframes injeraPulse {
  0%,
  100% {
    filter: saturate(1);
  }

  50% {
    filter: saturate(1.2) brightness(1.04);
  }
}

@keyframes ringPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.01);
  }
}

.injera-visual-meta {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 18px;
}

.injera-visual-meta strong {
  display: block;
  margin-top: 6px;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.injera-visual-meta p {
  margin: 7px 0 0;
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 950;
}

.injera-flow {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.injera-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.injera-flow-grid article {
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 7px;
  border-right: 1px solid var(--line);
  padding: 22px;
}

.injera-flow-grid article:last-child {
  border-right: 0;
}

.injera-flow-grid i {
  color: var(--tomato);
  font-size: 1.3rem;
}

.injera-flow-grid strong {
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1.05;
}

.injera-flow-grid span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.injera-order-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.4), rgba(251, 244, 231, 0.92)),
    #fbf4e7;
}

.injera-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.46fr);
  gap: 22px;
  align-items: start;
}

.injera-order-panel,
.injera-summary-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 20, 18, 0.08);
  padding: 26px;
}

.injera-order-panel p {
  max-width: 720px;
  margin: 12px 0 22px;
  color: var(--muted);
}

.injera-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quantity-card {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  padding: 16px;
}

.quantity-card strong {
  display: block;
  margin-top: 4px;
  font-family: var(--display);
  font-size: 2.2rem;
  line-height: 1;
}

.quantity-stepper {
  display: grid;
  grid-template-columns: 44px minmax(70px, 96px) 44px;
  gap: 8px;
  align-items: center;
}

.quantity-stepper button,
.quantity-stepper input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  text-align: center;
  font-weight: 950;
}

.quantity-stepper button {
  cursor: pointer;
  color: var(--teal-dark);
}

.quantity-stepper input {
  outline: 0;
}

.injera-option-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.option-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-chip span {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  color: var(--muted);
  font-weight: 950;
}

.option-chip.active span,
.option-chip input:checked + span {
  border-color: var(--teal);
  background: rgba(0, 111, 104, 0.1);
  color: var(--teal-dark);
}

.injera-form .wide {
  grid-column: span 2;
}

.injera-form .full {
  grid-column: 1 / -1;
}

.injera-summary-card {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 18px;
}

.injera-summary-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.injera-summary-head strong {
  color: var(--tomato-dark);
  font-family: var(--display);
  font-size: 2.6rem;
  line-height: 0.9;
}

.summary-lines {
  display: grid;
  gap: 10px;
}

.summary-lines div {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(23, 20, 18, 0.08);
}

.summary-lines span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.summary-lines strong {
  text-align: right;
}

.injera-mini-visual {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 111, 104, 0.95), rgba(199, 66, 46, 0.86)),
    var(--teal);
}

.injera-mini-visual img {
  position: absolute;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.injera-mini-visual img {
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
}

@media (max-width: 1080px) {
  body.nav-open {
    overflow: hidden;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    background:
      linear-gradient(180deg, rgba(12, 14, 12, 0.12), rgba(12, 14, 12, 0.58)),
      rgba(12, 14, 12, 0.2);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(10px);
    transition: opacity 0.22s ease;
  }

  body.nav-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header {
    z-index: 80;
  }

  .nav-shell {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    position: relative;
    z-index: 83;
    width: 46px;
    height: 46px;
    border-color: rgba(216, 154, 26, 0.38);
    background: rgba(24, 36, 34, 0.96);
    color: #fff;
    box-shadow: 0 14px 30px rgba(23, 20, 18, 0.16);
  }

  .nav-toggle[aria-expanded="true"] {
    border-color: rgba(216, 154, 26, 0.72);
    background: var(--charcoal);
    color: #fff;
  }

  .main-nav {
    position: fixed;
    top: 88px;
    right: 14px;
    left: auto;
    z-index: 82;
    width: min(410px, calc(100% - 28px));
    max-height: calc(100svh - 106px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: auto;
    border: 1px solid rgba(216, 154, 26, 0.2);
    border-radius: var(--radius);
    background:
      linear-gradient(180deg, rgba(24, 36, 34, 0.98), rgba(17, 27, 25, 0.98)),
      var(--charcoal);
    padding: 16px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(18px, -10px, 0) scale(0.96);
    transform-origin: top right;
    visibility: hidden;
    backdrop-filter: blur(20px);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s ease;
  }

  .main-nav::before {
    flex: 0 0 auto;
    height: 3px;
    margin: 0 2px 12px;
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, var(--gold), rgba(216, 154, 26, 0.24));
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    visibility: visible;
  }

  .main-nav a {
    --mobile-link-accent: var(--gold);
    position: relative;
    min-height: 52px;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    padding: 0 2px 0 18px;
    font-family: var(--sans);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.02em;
    box-shadow: none;
    opacity: 0;
    transform: translate3d(16px, 0, 0);
    transition:
      background 0.18s ease,
      border-color 0.18s ease,
      color 0.18s ease,
      transform 0.18s ease;
  }

  body.nav-open .main-nav a {
    animation: mobileNavItemIn 0.42s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  body.nav-open .main-nav a:nth-child(2) {
    animation-delay: 0.03s;
  }

  body.nav-open .main-nav a:nth-child(3) {
    animation-delay: 0.06s;
  }

  body.nav-open .main-nav a:nth-child(4) {
    animation-delay: 0.09s;
  }

  body.nav-open .main-nav a:nth-child(5) {
    animation-delay: 0.12s;
  }

  body.nav-open .main-nav a:nth-child(6) {
    animation-delay: 0.15s;
  }

  body.nav-open .main-nav a:nth-child(7) {
    animation-delay: 0.18s;
  }

  body.nav-open .main-nav a:nth-child(8) {
    animation-delay: 0.21s;
  }

  .main-nav a::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 22px;
    border-radius: 999px;
    content: "";
    background: var(--mobile-link-accent);
    opacity: 0.44;
    transform: translateY(-50%) scaleY(0.72);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    border-color: rgba(216, 154, 26, 0.22);
    background: linear-gradient(90deg, rgba(216, 154, 26, 0.13), transparent 82%);
    color: #fff;
    transform: translateX(3px);
  }

  .main-nav a.active {
    border-bottom-color: rgba(216, 154, 26, 0.22);
    border-radius: var(--radius);
    background:
      linear-gradient(90deg, rgba(216, 154, 26, 0.18), rgba(216, 154, 26, 0.04)),
      rgba(255, 255, 255, 0.04);
    color: #fff;
    padding-left: 22px;
    box-shadow: inset 3px 0 0 var(--gold);
  }

  .main-nav a:hover::before,
  .main-nav a:focus-visible::before,
  .main-nav a.active::before {
    opacity: 1;
    transform: translateY(-50%) scaleY(1);
  }

  @keyframes mobileNavItemIn {
    0% {
      opacity: 0;
      transform: translate3d(16px, 0, 0);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .nav-cta {
    justify-self: end;
  }

  .hero-grid,
  .feature-grid,
  .reservation-layout,
  .catering-grid,
  .footer-main-grid,
  .interior-grid,
  .menu-hero-grid,
  .menu-teaser-grid,
  .menu-experience-grid,
  .gallery-teaser-grid,
  .gallery-hero-grid,
  .injera-promo-grid,
  .injera-hero-grid,
  .injera-order-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 420px;
  }

  .footer-map-card {
    min-height: 270px;
  }

  .status-grid,
  .menu-grid,
  .gallery-grid,
  .menu-ribbon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .injera-flow-grid {
    grid-template-columns: 1fr;
  }

  .injera-flow-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .injera-flow-grid article:last-child {
    border-bottom: 0;
  }

  .menu-card {
    grid-template-rows: 220px 1fr;
  }

  .menu-special-card {
    max-width: 480px;
  }

  .menu-art-section::before {
    right: -116px;
    font-size: clamp(4rem, 16vw, 10rem);
  }

  .menu-art-section::after {
    width: 190px;
    opacity: 0.38;
  }

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

  .gallery-hero-card,
  .gallery-preview-collage {
    max-width: 520px;
  }

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

  .gallery-mood-grid article:nth-child(2) {
    border-right: 0;
  }

  .gallery-mood-grid article {
    border-bottom: 1px solid var(--line);
  }

  .gallery-mood-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .shell {
    width: min(100% - 28px, 1180px);
  }

  .nav-shell {
    min-height: 70px;
    gap: 10px;
  }

  .main-nav {
    top: 78px;
    max-height: calc(100svh - 92px);
  }

  .brand span {
    display: none;
  }

  .brand {
    gap: 0;
  }

  .brand img {
    width: 76px;
    height: 46px;
  }

  .nav-cta span {
    display: none;
  }

  .hero-grid {
    padding: 74px 0 54px;
  }

  .menu-hero-grid {
    padding: 78px 0 54px;
  }

  .injera-hero-grid {
    padding: 80px 0 54px;
  }

  .gallery-hero-grid {
    padding: 80px 0 54px;
  }

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

  .menu-hero-copy h1,
  .injera-hero-copy h1,
  .gallery-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .hero-actions,
  .footer-grid,
  .footer-bottom-bar,
  .menu-cta-grid,
  .gallery-note-grid {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .menu-cta-grid .button {
    width: 100%;
  }

  .hero-order-link {
    width: fit-content;
  }

  .status-band {
    margin-top: 0;
  }

  .status-grid,
  .menu-ribbon-grid,
  .section-head,
  .reviews-head,
  .menu-toolbar,
  .menu-grid,
  .gallery-grid,
  .review-grid,
  .service-grid,
  .menu-teaser-stack,
  .injera-form,
  .injera-option-row,
  .reservation-form {
    grid-template-columns: 1fr;
  }

  .footer-modern {
    padding-top: 38px;
  }

  .footer-brand-panel,
  .footer-comment-card {
    padding: 20px;
  }

  .footer-brand-panel {
    padding: 0;
  }

  .footer-brand-head {
    grid-template-columns: 1fr;
  }

  .footer-platforms {
    align-items: flex-start;
    gap: 12px;
  }

  .footer-brand-panel img {
    width: 132px;
  }

  .footer-feedback-form {
    grid-template-columns: 1fr;
  }

  .footer-map-card {
    grid-template-rows: 220px auto;
    min-height: auto;
  }

  .footer-map-card iframe {
    min-height: 220px;
  }

  .injera-flow {
    margin-top: 0;
  }

  .injera-summary-card {
    position: static;
  }

  .menu-ribbon {
    margin-top: 0;
  }

  .menu-ribbon-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-ribbon-grid article:last-child {
    border-bottom: 0;
  }

  .menu-art-section::before {
    top: 22px;
    right: -78px;
    font-size: clamp(3.5rem, 23vw, 6.8rem);
  }

  .menu-art-section::after {
    left: 14px;
    bottom: 24px;
    width: 136px;
    height: 72px;
    opacity: 0.28;
  }

  .menu-page-section::before {
    top: 44px;
    right: -88px;
  }

  .menu-page-section::after {
    right: 12px;
    bottom: 44px;
  }

  .section,
  .feature-section {
    padding: 66px 0;
  }

  .section[data-section-number]::before,
  .feature-section[data-section-number]::before {
    top: 20px;
    right: -12px;
    font-size: clamp(6rem, 30vw, 11rem);
  }

  .section[data-section-number]::after,
  .feature-section[data-section-number]::after {
    top: 74px;
    right: 10px;
    width: 48px;
    height: 154px;
    opacity: 0.44;
    transform: rotate(4deg);
  }

  .section[data-section-number] > .shell::before,
  .feature-section[data-section-number] > .shell::before {
    top: -2px;
    left: 6px;
    width: 98px;
    height: 58px;
    opacity: 0.28;
  }

  .section[data-section-number] > .shell::after,
  .feature-section[data-section-number] > .shell::after {
    right: 4px;
    bottom: -18px;
    width: 126px;
    opacity: 0.34;
  }

  .injera-promo-section::before,
  .feature-section[data-section-number]::before,
  .catering-section::before {
    right: auto;
    left: -12px;
  }

  .injera-promo-section::after,
  .feature-section[data-section-number]::after,
  .catering-section::after {
    right: auto;
    left: 10px;
    transform: rotate(-4deg);
  }

  .injera-promo-section > .shell::before,
  .feature-section[data-section-number] > .shell::before,
  .catering-section > .shell::before {
    right: 6px;
    left: auto;
  }

  .injera-promo-section > .shell::after,
  .feature-section[data-section-number] > .shell::after,
  .catering-section > .shell::after {
    right: auto;
    left: 4px;
  }

  .filter-row {
    justify-content: flex-start;
  }

  .menu-card {
    min-height: auto;
    grid-template-rows: 230px 1fr;
  }

  .reviews-section::before {
    top: 42px;
    right: -30px;
    font-size: clamp(4rem, 24vw, 6.8rem);
  }

  .review-card {
    min-height: auto;
  }

  .menu-toolbar-floating {
    position: static;
  }

  .menu-teaser-stack article:nth-child(2) {
    transform: none;
  }

  .feature-image,
  .feature-image img,
  .interior-photo,
  .interior-photo img {
    min-height: 360px;
  }

  .gallery-grid {
    grid-auto-rows: 250px;
  }

  .gallery-grid .gallery-large,
  .gallery-grid .gallery-wide,
  .gallery-grid .gallery-tall,
  .gallery-page-grid figure:nth-child(6),
  .gallery-page-grid figure:nth-child(9) {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-mood-strip {
    margin-top: 0;
  }

  .gallery-mood-grid {
    grid-template-columns: 1fr;
  }

  .gallery-mood-grid article,
  .gallery-mood-grid article:nth-child(2),
  .gallery-mood-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .gallery-mood-grid article:last-child {
    border-bottom: 0;
  }

  .gallery-preview-collage {
    min-height: 340px;
  }

  .gallery-preview-collage img:nth-child(1) {
    width: 72%;
    height: 60%;
  }

  .gallery-preview-collage img:nth-child(2) {
    top: 44px;
    width: 48%;
    height: 54%;
  }

  .gallery-preview-collage img:nth-child(3) {
    left: 12%;
    width: 76%;
    height: 42%;
  }

  .field.wide {
    grid-column: auto;
  }

  .booking-panel {
    padding: 20px;
  }

  .table-selector-panel {
    padding: 18px;
  }

  .table-selector-head {
    gap: 20px;
  }

  .table-selection-card {
    max-width: none;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .table-selection-card button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .table-map-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .zone-filters {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: var(--radius);
  }

  .zone-filters button {
    justify-content: center;
    gap: 4px;
    padding: 0 5px;
    font-size: 0.7rem;
  }

  .zone-filters button span {
    min-width: 20px;
    width: 20px;
    height: 20px;
    font-size: 0.58rem;
  }

  .table-legend {
    justify-content: flex-start;
  }

  .restaurant-map-scroll {
    overflow-x: hidden;
    margin-right: -18px;
    margin-left: -18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 20px 14px 30px;
  }

  .restaurant-map {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  .indoor-zone {
    height: clamp(300px, 88vw, 342px);
    border-width: 6px;
    background-size: 24px 24px, 24px 24px, auto;
    box-shadow:
      0 7px 0 #795a40,
      0 13px 22px rgba(0, 0, 0, 0.32),
      inset 0 0 36px rgba(100, 65, 34, 0.1);
  }

  .solid-wall {
    border-bottom-width: 6px;
    border-left-width: 6px;
  }

  .solid-wall i {
    margin-bottom: 3px;
    font-size: 0.72rem;
  }

  .solid-wall span {
    font-size: 0.5rem;
  }

  .solid-wall small {
    font-size: 0.44rem;
  }

  .room-sign {
    top: 10px;
    left: 35%;
  }

  .room-sign,
  .veranda-sign {
    font-size: 0.48rem;
    letter-spacing: 0.07em;
  }

  .room-sign small,
  .veranda-sign small {
    font-size: 0.42rem;
  }

  .restaurant-door {
    bottom: -6px;
    width: 78px;
    height: 20px;
    border-width: 2px;
    border-bottom: 0;
    gap: 4px;
    font-size: 0.46rem;
  }

  .restaurant-table {
    width: 44px;
    height: 44px;
  }

  .table-surface {
    inset: 6px;
    border-width: 1px;
    border-radius: 7px;
    box-shadow:
      0 4px 0 var(--table-edge),
      0 8px 12px rgba(45, 33, 23, 0.3),
      inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  }

  .table-surface strong {
    font-size: 0.62rem;
  }

  .table-surface small {
    display: none;
  }

  .restaurant-table.is-booked .table-surface small {
    display: block;
    margin-top: 1px;
    font-size: 0.34rem;
  }

  .chair-north,
  .chair-south {
    left: 15px;
    width: 14px;
    height: 7px;
  }

  .chair-east,
  .chair-west {
    top: 15px;
    width: 7px;
    height: 14px;
  }

  .chair {
    border-radius: 3px;
    box-shadow: 0 2px 0 #60452f, 0 4px 5px rgba(45, 33, 23, 0.22);
  }

  .restaurant-table.is-selected .table-surface {
    box-shadow:
      0 4px 0 var(--table-edge),
      0 0 0 3px rgba(255, 255, 255, 0.9),
      0 0 0 5px rgba(216, 154, 26, 0.5),
      0 10px 16px rgba(147, 98, 11, 0.34);
  }

  .road-gap {
    height: 48px;
    margin-top: 10px;
  }

  .road-gap::before,
  .road-gap::after {
    height: 7px;
  }

  .road-gap span {
    gap: 4px;
    padding: 4px 7px;
    font-size: 0.45rem;
    letter-spacing: 0.05em;
  }

  .veranda-zone {
    height: clamp(104px, 31vw, 124px);
    border-width: 5px;
    background-size: 20px 20px, 20px 20px, auto;
    background-position: 0 0, 10px 10px, 0 0;
    box-shadow:
      0 6px 0 #503722,
      0 12px 18px rgba(0, 0, 0, 0.28),
      inset 0 0 28px rgba(63, 92, 47, 0.12);
  }

  .veranda-zone::before,
  .veranda-zone::after {
    top: 10px;
    width: 28px;
    height: 28px;
    box-shadow: 0 4px 0 #65452e, 0 6px 9px rgba(50, 37, 25, 0.2);
  }

  .veranda-zone::before {
    left: 9px;
  }

  .veranda-zone::after {
    right: 9px;
  }

  .veranda-sign {
    top: 8px;
  }

  .veranda-sign i {
    font-size: 0.7rem;
  }

  .map-footnote {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-table-choice {
    grid-template-columns: 1fr;
  }

  .form-table-choice button {
    grid-column: 1;
    grid-row: auto;
    margin-top: 6px;
  }

  .injera-order-panel,
  .injera-summary-card {
    padding: 20px;
  }

  .quantity-card,
  .injera-summary-head {
    align-items: stretch;
    flex-direction: column;
  }

  .injera-form .wide {
    grid-column: auto;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .lightbox {
    padding: 14px;
  }

  .lightbox-panel {
    height: min(84svh, 680px);
    padding: 58px 0 48px;
  }

  .lightbox-close {
    right: 6px;
  }

  .lightbox-prev {
    left: 6px;
  }

  .lightbox-next {
    right: 6px;
  }

  .lightbox-close,
  .lightbox-nav {
    width: 42px;
    height: 42px;
  }
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 760px) {
  body.has-mobile-action-bar {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }

  .food-steam-overlay > span {
    bottom: 31%;
    left: 32%;
    width: 36px;
    height: 126px;
    filter: blur(2.4px);
  }

  .food-steam-overlay > span:nth-child(2) {
    bottom: 35%;
    left: 43%;
    width: 32px;
    height: 116px;
  }

  .food-steam-overlay > span:nth-child(3) {
    bottom: 30%;
    left: 54%;
    width: 42px;
    height: 142px;
  }

  .food-steam-overlay > span:nth-child(4) {
    bottom: 37%;
    left: 65%;
    width: 30px;
    height: 108px;
  }

  .food-steam-overlay > span:nth-child(5) {
    bottom: 32%;
    left: 76%;
    width: 34px;
    height: 122px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    left: 10px;
    z-index: 70;
    min-height: 64px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    border: 1px solid rgba(216, 154, 26, 0.3);
    border-radius: 18px;
    background: rgba(20, 31, 29, 0.94);
    padding: 5px;
    box-shadow: 0 20px 52px rgba(11, 17, 16, 0.38);
    backdrop-filter: blur(18px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .mobile-action-bar a {
    min-width: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    border-radius: 13px;
    color: rgba(255, 255, 255, 0.76);
    padding: 7px 2px;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.02em;
  }

  .mobile-action-bar a i {
    font-size: 0.98rem;
  }

  .mobile-action-bar a.mobile-action-primary {
    background: linear-gradient(145deg, #dfa329, #b77812);
    color: #fff;
    box-shadow: 0 8px 20px rgba(183, 120, 18, 0.25);
  }

  .mobile-action-bar a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -3px;
  }

  body.nav-open .mobile-action-bar,
  body.lightbox-open .mobile-action-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
  }

  .review-carousel-viewport {
    margin: -8px;
    padding: 8px;
  }

  .review-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    transform: translate3d(var(--review-shift), 0, 0);
  }

  .review-card,
  .review-card:not(.is-active),
  .review-card.is-active {
    min-width: 0;
    flex: 0 0 100%;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .review-carousel-controls {
    margin-top: 18px;
  }

  .gallery-grid figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .gallery-grid figcaption span {
    display: none;
  }

  .spice-flame {
    min-height: 34px;
    padding: 0 9px;
  }

  .spice-flame small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
