/* Ajuste de herança do header da home na rota /cardapio/ */
.menu-page .site-header {
  position: sticky;
  top: 0;
  left: auto;
  width: 100%;
  transform: none;
  background: rgba(255, 253, 247, .94);
  border-bottom: 1px solid rgba(78, 15, 96, .09);
  backdrop-filter: blur(16px);
}

.menu-page .header-inner {
  width: var(--container);
  margin: 0 auto;
  padding: 8px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.menu-page .brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

@media (max-width: 640px) {
  .menu-page .brand-copy small { display: none; }
  .menu-header-back { font-size: .76rem; }
  .menu-page .brand img { width: 48px; height: 48px; }
}
