:root {
  color-scheme: dark;
  --ink: #f8f5ed;
  --muted: #b9c4d8;
  --navy: #071426;
  --indigo: #172852;
  --blue: #214c7a;
  --gold: #d8ad55;
  --gold-soft: #ffe1a0;
  --coral: #f6788d;
  --cyan: #39e8ff;
  --sakura: #f2a6b8;
  --jade: #79c6a5;
  --panel: rgba(8, 20, 38, 0.78);
  --line: rgba(248, 245, 237, 0.14);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  --glow: 0 0 34px rgba(216, 173, 85, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 24% 2%, rgba(216, 173, 85, 0.2), transparent 26rem),
    radial-gradient(circle at 84% 18%, rgba(57, 232, 255, 0.13), transparent 28rem),
    linear-gradient(135deg, #06101f 0%, #111d3b 44%, #071426 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  animation: ambientDrift 18s ease-in-out infinite alternate;
  background:
    linear-gradient(120deg, transparent, rgba(255, 225, 160, 0.09), transparent),
    linear-gradient(45deg, transparent 0 48%, rgba(57, 232, 255, 0.08) 50%, transparent 52% 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

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

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

.header {
  align-items: center;
  background: rgba(7, 20, 38, 0.5);
  backdrop-filter: blur(20px) saturate(1.25);
  border-bottom: 1px solid transparent;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 0.75rem clamp(1rem, 4vw, 3rem);
  position: fixed;
  right: 0;
  top: 0;
  transition: border-color 180ms ease, background 180ms ease;
  z-index: 20;
}

.header[data-scrolled="true"] {
  background: rgba(7, 20, 38, 0.88);
  border-color: var(--line);
}

.header__brand,
.header__actions,
.header__nav {
  align-items: center;
  display: flex;
}

.header__brand {
  gap: 0.75rem;
  min-width: 0;
}

.header__logo {
  background: rgba(7, 20, 38, 0.6);
  border: 1px solid rgba(255, 225, 160, 0.5);
  box-shadow: inset 0 0 18px rgba(255, 225, 160, 0.12), 0 10px 28px rgba(0, 0, 0, 0.26);
  flex: 0 0 112px;
  height: 34px;
  object-fit: cover;
  object-position: center;
  width: 112px;
}

.header__brand-title,
.header__brand-subtitle {
  display: block;
  line-height: 1.1;
}

.header__brand-subtitle,
.eyebrow,
.dish-category {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header__nav {
  gap: 1rem;
}

.header__nav-link {
  color: var(--muted);
  font-size: 0.94rem;
}

.header__actions {
  gap: 0.55rem;
}

.button.button--icon,
.button.button--order,
.button.button--primary,
.button.button--ghost,
.filter-chip {
  border: 1px solid var(--line);
  cursor: pointer;
  font: inherit;
  min-height: 42px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button.button--icon {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  display: grid;
  place-items: center;
  width: 42px;
}

.button.button--order,
.button.button--primary,
.button.button--ghost {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0 1rem;
}

.button.button--order,
.button.button--primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-color: transparent;
  color: #071426;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(216, 173, 85, 0.24);
}

.button.button--ghost {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.button.button--icon:hover,
.button.button--order:hover,
.button.button--primary:hover,
.button.button--ghost:hover,
.filter-chip:hover {
  transform: translateY(-1px);
  box-shadow: var(--glow);
}

.hero {
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  place-items: end start;
  position: relative;
}

.hero__photo {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(6, 16, 31, 0.96), rgba(7, 20, 38, 0.64) 48%, rgba(7, 20, 38, 0.22)),
    linear-gradient(180deg, transparent 0 72%, rgba(6, 16, 31, 0.88));
  content: "";
  inset: 0;
  position: absolute;
}

.hero__sheen {
  animation: sheen 8s ease-in-out infinite;
  background: linear-gradient(115deg, transparent, rgba(216, 173, 85, 0.22), transparent);
  height: 160%;
  left: -50%;
  position: absolute;
  top: -30%;
  transform: rotate(8deg);
  width: 45%;
  z-index: 2;
}

.hero__steam {
  animation: steam 5.6s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.22);
  filter: blur(18px);
  height: 180px;
  opacity: 0.44;
  position: absolute;
  top: 22%;
  width: 34px;
  z-index: 3;
}

.hero__steam--a {
  border-radius: 50% 40% 55% 45%;
  left: 57%;
}

.hero__steam--b {
  animation-delay: 1.4s;
  left: 64%;
}

.hero__petal {
  animation: petal 8s linear infinite;
  background: var(--sakura);
  height: 12px;
  opacity: 0.78;
  position: absolute;
  transform: rotate(28deg);
  width: 22px;
  z-index: 3;
}

.hero__petal--a {
  left: 74%;
  top: 16%;
}

.hero__petal--b {
  animation-delay: 2.4s;
  left: 84%;
  top: 36%;
}

.hero__content {
  max-width: 760px;
  padding: 9rem clamp(1rem, 6vw, 5rem) 8rem;
  position: relative;
  z-index: 5;
}

.hero__logo {
  background: rgba(7, 20, 38, 0.72);
  border: 1px solid rgba(255, 225, 160, 0.44);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
  height: clamp(58px, 8vw, 86px);
  margin-bottom: 1rem;
  object-fit: cover;
  object-position: center;
  width: min(100%, 460px);
}

.hero__showpiece {
  animation: floatShowpiece 7s ease-in-out infinite;
  bottom: clamp(2rem, 7vw, 6rem);
  filter: drop-shadow(0 40px 50px rgba(0, 0, 0, 0.48));
  max-width: min(44vw, 620px);
  opacity: 0.94;
  perspective: 1000px;
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  width: 44vw;
  z-index: 4;
}

.hero__showpiece img {
  border: 1px solid rgba(255, 225, 160, 0.28);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.44);
  transform: rotateY(-10deg) rotateX(3deg);
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  color: #fff8e8;
  font-size: clamp(4rem, 14vw, 8.8rem);
  line-height: 0.86;
  max-width: 8ch;
  text-shadow: 0 0 26px rgba(216, 173, 85, 0.28), 0 16px 46px rgba(0, 0, 0, 0.42);
}

.hero__content-text {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.7;
  max-width: 34rem;
}

.hero__actions,
.contact-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.quick-order,
.menu,
.gallery-band,
.contact-band,
.qr-band {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem);
}

.quick-order {
  background: linear-gradient(90deg, #f8f5ed, #fff4d8, #f8f5ed);
  color: #071426;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 0;
  padding-top: 0;
}

.quick-order__link {
  background: rgba(248, 245, 237, 0.84);
  display: grid;
  gap: 0.3rem;
  min-height: 120px;
  padding: 1.4rem;
}

.quick-order__link:hover {
  background: #fff6df;
}

.luxe-band {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem);
}

.luxe-band__title {
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: 0.92;
}

.luxe-band__text {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 36rem;
}

.promise-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.35rem;
  max-width: 34rem;
}

.promise-list__item {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 225, 160, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff8e8;
  display: flex;
  font-weight: 800;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.75rem 0.9rem;
}

.promise-list__item::before {
  background: linear-gradient(135deg, var(--gold-soft), var(--cyan));
  content: "";
  flex: 0 0 13px;
  height: 13px;
  transform: rotate(45deg);
  width: 13px;
}

.luxe-band__visual {
  border: 1px solid rgba(255, 225, 160, 0.24);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
}

.luxe-band__image {
  animation: slowZoom 10s ease-in-out infinite alternate;
  width: 100%;
}

.quick-order__label {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quick-order__title {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.section-heading {
  margin: 0 auto 1.4rem;
  max-width: 1160px;
}

.section-heading h2,
.contact-band__title,
.qr-band__title {
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: 0.95;
}

.menu-tools {
  display: grid;
  gap: 1rem;
  margin: 0 auto 1rem;
  max-width: 1160px;
}

.search {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  display: grid;
  gap: 0.35rem;
  padding: 0.8rem 1rem;
}

.search span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  outline: 0;
  width: 100%;
}

.filters {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.filter-chip {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  flex: 0 0 auto;
  padding: 0 1rem;
}

.filter-chip[aria-pressed="true"] {
  background: var(--gold);
  color: #071426;
  font-weight: 800;
}

.result-meta {
  color: var(--muted);
  margin: 0 auto 1rem;
  max-width: 1160px;
}

.menu-board,
.menu-browser {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 30% 0%, rgba(216, 173, 85, 0.22), transparent 34rem),
    radial-gradient(circle at 88% 12%, rgba(57, 232, 255, 0.1), transparent 28rem),
    rgba(6, 18, 34, 0.94);
  border: 1px solid rgba(255, 225, 160, 0.38);
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 1240px;
  overflow: hidden;
  padding: clamp(0.8rem, 2vw, 1.3rem);
  position: relative;
  transform: perspective(1400px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.menu-board:hover,
.menu-browser:hover {
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.44), var(--glow);
}

.menu-board::before,
.menu-browser::before {
  border: 1px solid rgba(248, 245, 237, 0.22);
  content: "";
  inset: 0.55rem;
  pointer-events: none;
  position: absolute;
}

.plate-strip-wrap {
  background: #071426;
  border: 1px solid rgba(216, 173, 85, 0.28);
  height: clamp(160px, 22vw, 290px);
  overflow: hidden;
  position: relative;
}

.plate-strip-wrap::after {
  animation: sheen 6s ease-in-out infinite;
  background: linear-gradient(105deg, transparent, rgba(255, 225, 160, 0.22), transparent);
  content: "";
  height: 150%;
  left: -45%;
  position: absolute;
  top: -25%;
  width: 35%;
}

.plate-strip {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.menu-board-title,
.menu-browser__header {
  align-items: center;
  border-bottom: 1px solid rgba(216, 173, 85, 0.3);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: clamp(1rem, 2.4vw, 1.6rem) 0.4rem;
}

.menu__logo {
  background: rgba(7, 20, 38, 0.72);
  border: 1px solid rgba(255, 225, 160, 0.34);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  height: clamp(70px, 10vw, 118px);
  max-width: min(100%, 620px);
  object-fit: cover;
  object-position: center;
  width: 58%;
}

.menu-board-title strong,
.menu-browser__subtitle {
  color: #25f7ff;
  font-size: clamp(0.95rem, 2vw, 1.6rem);
  letter-spacing: 0.24em;
  text-align: right;
  text-transform: uppercase;
}

.menu__section-stack {
  display: grid;
  gap: clamp(0.75rem, 1.6vw, 1rem);
  padding: clamp(1rem, 2.5vw, 1.5rem) 0.35rem;
  position: relative;
  z-index: 1;
}

.menu-nav,
.menu-active-section {
  min-width: 0;
}

.menu-nav {
  align-items: center;
  background: rgba(7, 20, 38, 0.62);
  border: 1px solid rgba(248, 245, 237, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  overflow: visible;
  padding: 0.45rem;
  position: sticky;
  scrollbar-width: thin;
  top: 78px;
  z-index: 3;
}

.menu-active-section {
  display: grid;
  gap: clamp(0.75rem, 1.6vw, 1rem);
}

.menu-division {
  background: rgba(7, 20, 38, 0.54);
  border: 1px solid rgba(248, 245, 237, 0.14);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.menu-division[data-open="true"] {
  border-color: rgba(216, 173, 85, 0.52);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.menu-nav__tab {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(7, 20, 38, 0.74);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  flex: 0 0 auto;
  gap: 0.55rem;
  justify-content: center;
  min-height: 46px;
  overflow: hidden;
  padding: 0.55rem 0.78rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.menu-nav__tab::before {
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
  width: 100%;
}

.menu-nav__tab:hover,
.menu-nav__tab:focus-visible {
  outline: 0;
  background:
    linear-gradient(135deg, rgba(216, 173, 85, 0.18), rgba(57, 232, 255, 0.06)),
    rgba(7, 20, 38, 0.84);
  transform: translateY(-2px);
}

.menu-nav__tab[aria-selected="true"] {
  background:
    linear-gradient(135deg, rgba(216, 173, 85, 0.94), rgba(255, 225, 160, 0.88));
  border-color: rgba(216, 173, 85, 0.58);
  color: #071426;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24), var(--glow);
  font-weight: 900;
}

.menu-nav__tab[aria-selected="true"]::before {
  opacity: 1;
}

.menu-nav__label {
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.05;
  min-width: 0;
}

.menu-nav__count {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(248, 245, 237, 0.1);
  color: var(--gold-soft);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  min-width: 28px;
  padding: 0 0.45rem;
}

.menu-nav__tab[aria-selected="true"] small {
  background: rgba(7, 20, 38, 0.13);
  border-color: rgba(7, 20, 38, 0.16);
  color: #071426;
}

.menu-division__heading {
  border-bottom: 1px solid rgba(216, 173, 85, 0.26);
  padding: 0.95rem clamp(0.85rem, 2vw, 1.2rem);
}

.menu-division__title {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.95;
  margin: 0;
}

.menu-division__body {
  display: grid;
  gap: 0.7rem;
  overflow: hidden;
  padding: clamp(0.85rem, 2vw, 1.2rem);
}

.menu-division[data-open="true"] .menu-division__body {
  animation: sectionReveal 260ms ease both;
}

.arma-layout {
  display: grid;
  gap: 0.85rem;
}

.arma-layout__block,
.specialty-set {
  border: 1px solid rgba(248, 245, 237, 0.12);
  padding: 0.75rem;
}

.arma-layout__block {
  background: rgba(216, 173, 85, 0.08);
}

.specialty-set[data-tone="red"] {
  background: linear-gradient(90deg, rgba(159, 45, 66, 0.18), rgba(159, 45, 66, 0.06));
  border-color: rgba(242, 88, 112, 0.34);
}

.specialty-set[data-tone="blue"] {
  background: linear-gradient(90deg, rgba(33, 142, 199, 0.18), rgba(33, 142, 199, 0.06));
  border-color: rgba(36, 244, 255, 0.32);
}

.arma-layout__title,
.specialty-set__title {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

.specialty-group {
  display: grid;
  gap: 0.32rem;
}

.specialty-group + .specialty-group {
  border-top: 1px solid rgba(248, 245, 237, 0.12);
  margin-top: 0.7rem;
  padding-top: 0.7rem;
}

.specialty-group__title {
  color: var(--ink);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.menu-board-grid {
  column-count: 3;
  column-gap: clamp(1rem, 2.2vw, 1.7rem);
  padding: clamp(1rem, 2.5vw, 1.5rem) 0.35rem 0.25rem;
}

.menu-board-layout {
  display: block;
}

.menu-board-layout .menu-board-grid {
  column-count: 3;
}

.plate-rail {
  border-top: 1px solid rgba(216, 173, 85, 0.28);
  display: grid;
  gap: clamp(0.7rem, 1.8vw, 1.1rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0.35rem 0.25rem;
}

.plate-rail__slide {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(248, 245, 237, 0.16);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
  opacity: 0.48;
  overflow: hidden;
  transform: scale(0.96);
  transition: opacity 480ms ease, transform 480ms ease, border-color 480ms ease;
}

.plate-rail__slide.is-active {
  border-color: rgba(216, 173, 85, 0.72);
  opacity: 1;
  transform: scale(1);
}

.plate-rail__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reveal,
.menu-panel {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease var(--delay, 0ms), transform 560ms ease var(--delay, 0ms);
}

.reveal.is-visible,
.menu-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.menu-panel {
  break-inside: avoid;
  margin: 0 0 1.15rem;
}

.menu-panel__title {
  align-items: center;
  background: linear-gradient(135deg, #b13d54, #7f2637);
  color: #fff;
  display: flex;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  justify-content: center;
  line-height: 1;
  margin: 0 0 0.35rem;
  min-height: 40px;
  padding: 0.45rem 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

.menu-panel[data-tone="blue"] h3 {
  background: linear-gradient(135deg, #35b7e9, #126b9f);
}

.menu-panel[data-tone="red"] h3 {
  background: linear-gradient(135deg, #b13d54, #7f2637);
}

.menu-item {
  align-items: start;
  border-bottom: 1px solid rgba(248, 245, 237, 0.16);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.5rem 0;
}

.menu-item[data-tone="red"],
.menu-item[data-tone="blue"],
.menu-item[data-tone="mixed"],
.menu-item[data-tone="base"] {
  border: 1px solid rgba(248, 245, 237, 0.14);
  margin-bottom: 0.36rem;
  padding: 0.55rem 0.65rem;
}

.menu-item[data-tone="red"] {
  background: linear-gradient(90deg, rgba(159, 45, 66, 0.23), rgba(159, 45, 66, 0.09));
  border-color: rgba(242, 88, 112, 0.46);
}

.menu-item[data-tone="blue"] {
  background: linear-gradient(90deg, rgba(33, 142, 199, 0.24), rgba(33, 142, 199, 0.08));
  border-color: rgba(36, 244, 255, 0.45);
}

.menu-item[data-tone="mixed"] {
  background: linear-gradient(90deg, rgba(33, 142, 199, 0.16), rgba(159, 45, 66, 0.15));
  border-color: rgba(216, 173, 85, 0.34);
}

.menu-item[data-tone="base"] {
  background: rgba(216, 173, 85, 0.12);
  border-color: rgba(216, 173, 85, 0.34);
}

.menu-item__title {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.12;
}

.menu-item__name {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}

.combo-dots {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.2rem;
}

.combo-dots__dot {
  border-radius: 4px;
  display: block;
  height: 0.78rem;
  width: 0.78rem;
}

.combo-dots__dot[data-dot="red"] {
  background: #b23a4d;
}

.combo-dots__dot[data-dot="blue"] {
  background: #2aa1d3;
}

.menu-item__description {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
  margin: 0.16rem 0 0;
}

.menu-item__highlight {
  color: #24f4ff;
  font-size: 1rem;
  line-height: 1.1;
  white-space: nowrap;
}

.menu-item[data-tone="red"] b {
  color: #ff6f8f;
}

.menu-item[data-tone="blue"] b {
  color: #24f4ff;
}

.menu-item[data-tone="mixed"] b {
  color: #62e9ff;
}

.menu-item[data-tone="base"] strong {
  color: var(--gold);
}

.menu-item__highlight:empty {
  display: none;
}

.menu-item__markers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.35rem;
}

.menu-item__marker {
  border: 1px solid rgba(121, 198, 165, 0.25);
  color: #bdf2d8;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.18rem 0.32rem;
  text-transform: uppercase;
}

.menu-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
}

.dish-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  cursor: pointer;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease;
}

.dish-card:hover,
.dish-card:focus {
  border-color: rgba(216, 173, 85, 0.65);
  outline: 0;
  transform: translateY(-4px);
}

.dish-card__photo,
.dialog__image {
  background:
    linear-gradient(135deg, rgba(7, 20, 38, 0.14), rgba(7, 20, 38, 0.28)),
    url("assets/azul-peltre-hero.png") center / cover;
  min-height: 180px;
}

.dish-card__photo.sushi,
.dialog__image.sushi {
  background-position: 72% 54%;
}

.dish-card__photo.entradas,
.dialog__image.entradas {
  background-position: 38% 42%;
}

.dish-card__photo.gatoni-s,
.dialog__image.gatoni-s {
  background-position: 58% 64%;
}

.dish-card__photo.drinks,
.dialog__image.drinks,
.dish-card__photo.desserts,
.dialog__image.desserts {
  background-position: 18% 34%;
}

.dish-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.dish-card__title {
  font-size: 1.55rem;
}

.dish-card__description,
.contact-band__text,
.qr-band__text {
  color: var(--muted);
  line-height: 1.65;
}

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

.dish-card__price,
.dialog__price {
  color: var(--gold);
  font-size: 1.2rem;
}

.dish-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.dish-tags__tag {
  background: rgba(121, 198, 165, 0.14);
  border: 1px solid rgba(121, 198, 165, 0.28);
  color: #bdf2d8;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.32rem 0.48rem;
}

.gallery-band {
  background:
    radial-gradient(circle at 10% 2%, rgba(216, 173, 85, 0.22), transparent 22rem),
    linear-gradient(180deg, #f8f5ed, #efe5d5);
  color: #071426;
  overflow: hidden;
  position: relative;
}

.gallery-band .eyebrow {
  color: #936d22;
}

.gallery-band__intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.gallery-band__text {
  color: #35506c;
  line-height: 1.7;
  margin: 0 0 1.7rem;
}

.gallery-mosaic {
  column-count: 4;
  column-gap: clamp(0.7rem, 1.6vw, 1rem);
  margin: 0 auto;
  max-width: 1240px;
}

.gallery-mosaic__tile {
  appearance: none;
  background: #071426;
  border: 1px solid rgba(147, 109, 34, 0.32);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.18);
  break-inside: avoid;
  cursor: pointer;
  display: block;
  margin: 0 0 clamp(0.7rem, 1.6vw, 1rem);
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.gallery-mosaic__tile::after {
  background: linear-gradient(125deg, transparent 0 45%, rgba(255, 225, 160, 0.24) 50%, transparent 58% 100%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-40%);
  transition: opacity 220ms ease, transform 520ms ease;
}

.gallery-mosaic__tile:hover,
.gallery-mosaic__tile:focus-visible {
  border-color: rgba(216, 173, 85, 0.78);
  outline: 0;
  transform: translateY(-3px);
  transition: transform 180ms ease, border-color 180ms ease;
}

.gallery-mosaic__tile:hover::after,
.gallery-mosaic__tile:focus-visible::after {
  opacity: 1;
  transform: translateX(55%);
}

.gallery-mosaic__image {
  height: auto;
  transition: filter 220ms ease, transform 260ms ease;
  width: 100%;
}

.gallery-mosaic__tile:hover img,
.gallery-mosaic__tile:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.025);
}

.contact-band,
.qr-band {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  margin: 0 auto;
  max-width: 1280px;
}

.map-card,
.qr-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 360px;
  overflow: hidden;
}

.map-card iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.qr-band {
  align-items: center;
  border-top: 1px solid var(--line);
}

.qr-card {
  align-items: center;
  display: grid;
  justify-items: center;
  margin-left: auto;
  max-width: 360px;
  padding: 1rem;
  width: 100%;
}

.qr-card__image {
  background: #fff;
  padding: 0.8rem;
  width: min(100%, 300px);
}

.qr-card__label {
  color: var(--gold);
  font-weight: 800;
  margin-top: 0.8rem;
}

dialog {
  background: #0b182b;
  border: 1px solid rgba(216, 173, 85, 0.38);
  box-shadow: var(--shadow);
  color: var(--ink);
  max-width: 560px;
  padding: 0;
  width: calc(100% - 2rem);
}

dialog[open] {
  display: block;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}

.gallery-dialog {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: min(1180px, calc(100vw - 1.5rem));
  padding: 0;
  width: auto;
}

.gallery-dialog[open] {
  display: grid;
  place-items: center;
}

.gallery-dialog img {
  background: #071426;
  border: 1px solid rgba(255, 225, 160, 0.5);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.64);
  max-height: 88vh;
  max-width: min(1180px, calc(100vw - 1.5rem));
  object-fit: contain;
}

.dialog__close {
  background: rgba(7, 20, 38, 0.84);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 42px;
  z-index: 2;
}

dialog .eyebrow,
dialog h3,
dialog p,
.dialog__footer,
dialog .dish-tags {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

dialog h3 {
  font-size: 2rem;
  margin-top: 0.25rem;
}

.dialog__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}

@keyframes steam {
  0% { transform: translateY(30px) scale(0.6); opacity: 0; }
  35% { opacity: 0.4; }
  100% { transform: translateY(-80px) scale(1.4); opacity: 0; }
}

@keyframes petal {
  0% { transform: translateY(-20px) rotate(24deg); opacity: 0; }
  20% { opacity: 0.76; }
  100% { transform: translateY(220px) translateX(-80px) rotate(220deg); opacity: 0; }
}

@keyframes sheen {
  0%, 60% { transform: translateX(0) rotate(8deg); opacity: 0; }
  72% { opacity: 1; }
  100% { transform: translateX(280%) rotate(8deg); opacity: 0; }
}

@keyframes floatShowpiece {
  0%, 100% { transform: translateY(0) rotateZ(-1deg); }
  50% { transform: translateY(-18px) rotateZ(1.5deg); }
}

@keyframes sectionReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slowZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.055); }
}

@keyframes ambientDrift {
  0% { opacity: 0.42; transform: translateX(-2vw); }
  100% { opacity: 0.88; transform: translateX(2vw); }
}

@media (max-width: 900px) {
  .header__nav {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(7, 20, 38, 0.42), rgba(7, 20, 38, 0.94) 62%);
  }

  .hero__showpiece {
    bottom: 3rem;
    max-width: 56vw;
    opacity: 0.5;
    right: -7vw;
    width: 56vw;
  }

  .quick-order,
  .luxe-band,
  .contact-band,
  .qr-band {
    grid-template-columns: 1fr;
  }

  .gallery-mosaic {
    column-count: 3;
  }

  .quick-order {
    grid-template-columns: repeat(2, 1fr);
  }

  .plate-rail {
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem 0.35rem 0.25rem;
  }

  .menu-board-grid {
    column-count: 2;
  }

  .menu-board-title,
  .menu-browser__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-board-title strong,
  .menu-browser__subtitle {
    text-align: left;
  }

  .menu__section-stack {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .menu-nav {
    top: 66px;
  }

  .quick-order__link {
    min-height: 96px;
  }

  .dish-card {
    min-height: 390px;
  }

  .contact-band,
  .qr-band {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .qr-card {
    margin-left: 0;
  }
}


/* WhatsApp Floating Widget */
.wa-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: rgba(7, 20, 38, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(216, 173, 85, 0.4);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: opacity 0.3s ease, transform 0.3s ease, pointer-events 0.3s;
}

.wa-widget.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

.wa-widget__close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #071426;
  border: 1px solid rgba(216, 173, 85, 0.4);
  color: var(--muted);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.wa-widget__close:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.wa-widget__logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 225, 160, 0.5);
  object-fit: cover;
}

.wa-widget__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wa-widget__text {
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wa-widget__button {
  min-height: 28px;
  padding: 0 14px;
  font-size: 0.8rem;
}

@media (max-width: 560px) {
  .header {
    min-height: 64px;
    padding: 0.6rem 0.75rem;
  }

  .header__brand-subtitle,
  .button.button--order {
    display: none;
  }

  .header__logo {
    flex-basis: 96px;
    height: 30px;
    width: 96px;
  }

  .button.button--icon {
    height: 38px;
    width: 38px;
  }

  .hero__content {
    padding: 7rem 1rem 5.8rem;
  }

  .hero__showpiece {
    bottom: 1.25rem;
    max-width: 92vw;
    opacity: 0.34;
    right: -28vw;
    width: 92vw;
  }

  .luxe-band {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .luxe-band__visual {
    transform: none;
  }

  h1 {
    font-size: 4rem;
  }

  .quick-order__link {
    min-height: 86px;
    padding: 1rem;
  }

  .quick-order {
    grid-template-columns: 1fr;
  }

  .menu,
  .gallery-band {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-board,
  .menu-browser {
    padding: 0.7rem;
  }

  .menu__logo {
    height: 58px;
    width: 100%;
  }

  .menu-board::before,
  .menu-browser::before {
    inset: 0.35rem;
  }

  .menu__section-stack {
    gap: 0.6rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .menu-nav {
    gap: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.38rem;
    top: 62px;
  }

  .menu-nav__tab {
    min-height: 42px;
    padding: 0.5rem 0.62rem;
  }

  .menu-nav__label {
    font-size: 0.82rem;
  }

  .menu-nav__count {
    font-size: 0.64rem;
    height: 24px;
  }

  .menu-division[data-open="true"] .menu-division__body {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .arma-layout__block,
  .specialty-set {
    padding: 0.62rem;
  }

  .plate-strip-wrap {
    height: 170px;
  }

  .menu-board-grid {
    column-count: 1;
  }

  .plate-rail {
    gap: 0.55rem;
  }

  .plate-rail__slide {
    aspect-ratio: 4 / 5;
  }

  .menu-item {
    gap: 0.5rem;
  }

  .gallery-mosaic {
    column-count: 2;
  }

  .dialog__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 0.8rem;
  }
}
