:root {
  color-scheme: light;
  --ink: #2a211d;
  --muted: #746f64;
  --line: #e4dccd;
  --paper: #f7f1e6;
  --panel: #fffdf8;
  --deep: #242824;
  --teal: #6f8c7b;
  --mint: #edf1e8;
  --coral: #b95d4a;
  --gold: #caa35d;
  --cream: #fff9ef;
  --coffee: #5e4739;
  --berry: #9d5b65;
  --shadow: 0 18px 50px rgba(30, 32, 28, .12);
  --soft-shadow: 0 24px 70px rgba(18, 20, 18, .18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .94) 0%, rgba(251, 245, 235, .92) 42%, rgba(245, 234, 218, .96) 100%),
    url("/assets/laluna-interior-hero-clean.jpg");
  background-color: #171915;
  background-attachment: fixed;
  background-size: cover;
  background-position: 70% 38%;
  color: var(--ink);
}

body.customer-page {
  background:
    linear-gradient(180deg, rgba(20, 22, 20, .26) 0%, rgba(20, 22, 20, .72) 42%, rgba(20, 22, 20, .9) 100%),
    url("/assets/laluna-interior-hero-clean.jpg");
  background-color: #171915;
  background-attachment: fixed;
  background-size: cover;
  background-position: 70% 38%;
}

.customer-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, .05) 0%, rgba(12, 15, 14, .44) 100%);
  backdrop-filter: blur(3px);
}

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

button {
  cursor: pointer;
}

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

[hidden] {
  display: none !important;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.menu-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 249, 239, .58), rgba(246, 230, 210, .24)),
    radial-gradient(circle at 86% 18%, rgba(210, 164, 90, .12), transparent 42%);
  color: var(--ink);
}

.menu-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 160px;
  background: linear-gradient(180deg, transparent 0%, rgba(18, 20, 18, .18) 44%, rgba(18, 20, 18, .72) 100%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 70% 37%;
  filter: saturate(1.03) contrast(1.08) brightness(1.02);
  animation: heroDrift 7s ease-in-out infinite alternate;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 22, 20, .48) 0%, rgba(20, 22, 20, .18) 48%, rgba(20, 22, 20, .02) 100%),
    linear-gradient(180deg, rgba(20, 22, 20, .12) 0%, rgba(20, 22, 20, .1) 54%, rgba(20, 22, 20, .58) 100%);
}

.hero-ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-ambient span {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(109, 68, 51, .14);
  border-radius: 50%;
  filter: blur(.2px);
  opacity: .62;
  animation: floatSteam 9s ease-in-out infinite;
}

.hero-ambient span:nth-child(1) {
  left: 58%;
  top: 18%;
}

.hero-ambient span:nth-child(2) {
  left: 72%;
  top: 35%;
  width: 92px;
  height: 92px;
  animation-delay: -3s;
}

.hero-ambient span:nth-child(3) {
  left: 48%;
  top: 44%;
  width: 118px;
  height: 118px;
  animation-delay: -6s;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 820px);
  gap: 0;
  align-items: end;
  padding: 82px 0 74px;
}

.hero-copy {
  min-width: 0;
}

.hero-content h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 12vw, 150px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  animation: softRise .72s ease both;
}

.hero-content p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 249, 239, .88);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.4;
  animation: softRise .72s ease .08s both;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 253, 248, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
}

.menu-shell {
  padding: 0 0 64px;
  color: #f9f3e8;
  background:
    linear-gradient(180deg, rgba(20, 22, 20, 0) 0%, rgba(20, 22, 20, .36) 10%, rgba(20, 22, 20, .7) 100%);
}

.featured-strip {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 253, 248, .78);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
  backdrop-filter: blur(22px) saturate(1.12);
  color: var(--ink);
}

.featured-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.featured-heading > span {
  flex: 0 0 auto;
  border: 1px solid rgba(111, 140, 123, .24);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(237, 241, 232, .86);
  color: var(--deep);
  font-size: 12px;
  font-weight: 900;
}

.featured-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

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

.featured-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 112px;
  border: 1px solid rgba(111, 140, 123, .18);
  border-radius: 8px;
  padding: 8px 12px 8px 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(31, 35, 31, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.featured-card:hover {
  border-color: rgba(111, 140, 123, .34);
  box-shadow: 0 20px 44px rgba(31, 35, 31, .12);
  transform: translateY(-2px);
}

.featured-photo {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--deep);
}

.featured-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-photo.is-empty {
  display: grid;
  place-items: center;
  background-image:
    linear-gradient(135deg, rgba(91, 65, 52, .44), rgba(183, 122, 79, .32)),
    url("/assets/laluna-interior-hero-clean.jpg");
  background-size: cover;
  color: #fff;
  font-weight: 900;
}

.featured-card h3,
.featured-card p {
  margin: 0;
}

.featured-card h3 {
  font-size: 18px;
}

.featured-card p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.featured-card strong {
  color: var(--teal);
  white-space: nowrap;
}

.tools-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.menu-status {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(120px, .7fr));
  gap: 10px;
  margin: 0 0 14px;
}

.status-card {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(255, 253, 248, .72);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
  backdrop-filter: blur(16px);
}

.status-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.status-card strong {
  overflow-wrap: anywhere;
  color: var(--deep);
  font-size: 20px;
  line-height: 1.05;
}

.status-card-main {
  background: linear-gradient(135deg, rgba(255, 253, 248, .86), rgba(237, 241, 232, .78));
}

.filter-chips {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  margin: 0 -2px 18px;
  padding: 2px 2px 8px;
  scrollbar-width: none;
}

.filter-chips::-webkit-scrollbar {
  display: none;
}

.filter-chips button {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  padding: 9px 12px;
  background: rgba(255, 253, 248, .68);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
  backdrop-filter: blur(14px);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.filter-chips button:hover {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 253, 248, .9);
  transform: translateY(-1px);
}

.filter-chips button.is-active {
  border-color: rgba(111, 140, 123, .42);
  background: var(--mint);
}

.filter-chips span {
  color: inherit;
  font-size: 14px;
  font-weight: 900;
}

.filter-chips small {
  min-width: 24px;
  border-radius: 8px;
  padding: 4px 6px;
  background: rgba(36, 40, 36, .08);
  color: var(--deep);
  font-size: 11px;
  font-weight: 900;
}

.search-box {
  position: relative;
  width: min(520px, 100%);
  display: grid;
  gap: 6px;
}

.search-box::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(183, 122, 79, .62);
  border-radius: 50%;
  box-shadow: 7px 7px 0 -5px rgba(183, 122, 79, .62);
  pointer-events: none;
}

.search-box input {
  border-color: rgba(234, 223, 206, .9);
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 14px 38px rgba(32, 24, 16, .08);
}

label span,
.inline-filter span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 11px 12px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(183, 122, 79, .16);
}

.menu-layout {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.menu-layout.is-home-mode {
  display: block;
}

.menu-layout.is-detail-mode {
  display: block;
}

.category-tabs {
  position: sticky;
  top: 18px;
  z-index: 4;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  background: rgba(255, 253, 248, .78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}

.category-tabs button {
  width: 100%;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 12px;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  text-align: left;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.category-tabs button:hover {
  border-color: rgba(111, 140, 123, .24);
  background: rgba(255, 249, 239, .9);
}

.category-tabs button.is-active {
  border-color: rgba(111, 140, 123, .34);
  background: var(--mint);
  color: var(--deep);
  box-shadow: inset 4px 0 0 var(--teal);
}

.menu-sections {
  min-width: 0;
}

.category-home {
  min-width: 0;
}

.category-home-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.category-home-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 500;
  color: #fff7e8;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .34);
}

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

.category-home-card {
  position: relative;
  display: grid;
  grid-template-rows: 178px minmax(0, 1fr);
  min-height: 286px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  padding: 0;
  background: rgba(255, 253, 248, .82);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(18px);
  animation: cardIn .52s ease var(--card-delay, 0ms) both;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.category-home-card:hover {
  border-color: rgba(255, 255, 255, .5);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .32);
  transform: translateY(-3px);
}

.category-home-card:focus-visible {
  outline: 3px solid rgba(255, 247, 228, .62);
  outline-offset: 4px;
}

.category-home-photo {
  position: relative;
  display: grid;
  min-height: 178px;
  overflow: hidden;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(36, 40, 36, .78), rgba(111, 140, 123, .42)),
    url("/assets/laluna-interior-hero-clean.jpg");
  background-size: cover;
  background-position: center;
  color: rgba(255, 247, 228, .94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
}

.category-home-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .34));
  pointer-events: none;
}

.category-home-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
  transition: transform .45s ease;
}

.category-home-card:hover .category-home-photo img {
  transform: scale(1.06);
}

.category-home-photo > span {
  position: relative;
  z-index: 1;
  padding: 16px;
  text-shadow: 0 14px 30px rgba(0, 0, 0, .34);
}

.category-home-copy {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 249, 239, .84));
}

.category-home-copy strong {
  font-size: 24px;
  line-height: 1.1;
}

.category-home-copy small,
.category-home-copy em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

.category-home-copy small {
  font-weight: 900;
  color: var(--berry);
}

.menu-category {
  margin-bottom: 34px;
}

.menu-category h2 {
  position: relative;
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 500;
  padding-left: 18px;
  color: #fff8ec;
  text-shadow: 0 12px 30px rgba(0, 0, 0, .3);
}

.menu-category h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .28em;
  width: 7px;
  height: 1.05em;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gold), var(--teal));
}

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

.dish-card {
  position: relative;
  display: grid;
  grid-template-rows: 230px auto;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  background: rgba(255, 253, 248, .86);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(18px);
  animation: cardIn .52s ease var(--card-delay, 0ms) both;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  color: var(--ink);
  cursor: pointer;
}

.dish-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, .3) 48%, transparent 58% 100%);
  transform: translateX(-120%);
  pointer-events: none;
}

.dish-card:hover {
  border-color: rgba(255, 255, 255, .48);
  box-shadow: 0 28px 68px rgba(0, 0, 0, .3);
  transform: translateY(-3px);
}

.dish-card:focus-visible,
.featured-card:focus-visible {
  outline: 3px solid rgba(14, 107, 99, .42);
  outline-offset: 4px;
}

.dish-card:hover::before {
  animation: cardShine .78s ease;
}

.dish-photo {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  background:
    linear-gradient(135deg, var(--deep), var(--teal));
}

.dish-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .34));
  pointer-events: none;
}

.dish-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.005);
  transition: transform .45s ease, filter .45s ease;
}

.dish-card:hover .dish-photo img {
  filter: saturate(1.12) contrast(1.05);
  transform: scale(1.075);
}

.dish-photo-empty {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .86);
  font-size: 22px;
  font-weight: 900;
  background-image:
    linear-gradient(135deg, rgba(36, 40, 36, .7), rgba(111, 140, 123, .44)),
    url("/assets/laluna-interior-hero-clean.jpg");
  background-size: cover;
  background-position: center;
}

.dish-photo-empty::before {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 17px, rgba(255, 247, 228, .92) 18px 22px, transparent 23px),
    conic-gradient(from 45deg, rgba(255, 247, 228, .82), rgba(111, 140, 123, .34), rgba(255, 247, 228, .82));
  opacity: .55;
  animation: slowSpin 14s linear infinite;
}

.dish-photo-empty span {
  position: relative;
  z-index: 1;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .22);
}

.photo-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  border-radius: 8px;
  padding: 6px 9px;
  background: linear-gradient(135deg, var(--gold), #f1c665);
  color: #2f2114;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.dish-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.dish-title-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.dish-title-row h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.dish-title-row strong {
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 5px 8px;
  background: rgba(111, 140, 123, .12);
  color: #4e6f5d;
  font-size: 18px;
}

.price-options {
  display: grid;
  gap: 4px;
  flex: 0 0 auto;
  text-align: right;
}

.price-options span {
  display: block;
  border-radius: 8px;
  padding: 5px 8px;
  background: rgba(111, 140, 123, .12);
  color: #4e6f5d;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.price-options-featured {
  grid-column: 3;
  align-self: start;
}

.dish-meta,
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dish-meta:empty {
  display: none;
}

.dish-meta span,
.tags span {
  border-radius: 8px;
  padding: 5px 8px;
  background: var(--mint);
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
}

.tags span {
  background: rgba(157, 91, 101, .12);
  color: #70414b;
}

.dish-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.dish-card-composition {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px;
}

.dish-card-composition span {
  color: var(--coffee);
  font-weight: 900;
}

.dish-body .composition {
  color: #364346;
}

.dish-detail {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 8px;
  padding: 34px;
  background: rgba(255, 253, 248, .86);
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .26);
  isolation: isolate;
}

.dish-detail::after {
  display: none;
}

.dish-detail.is-empty {
  background: rgba(255, 253, 248, .86);
}

.detail-back {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(14, 107, 99, .18);
  border-radius: 8px;
  padding: 11px 14px;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.detail-back:hover {
  background: var(--deep);
}

.dish-detail-heading {
  margin-top: 28px;
}

.dish-detail .eyebrow {
  color: var(--teal);
}

.dish-detail h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 500;
  line-height: .95;
}

.dish-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 26px;
  align-items: stretch;
  margin-top: 26px;
}

.dish-detail-photo {
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 65, 52, .48), rgba(183, 122, 79, .32)),
    url("/assets/laluna-interior-hero-clean.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 46px rgba(23, 32, 35, .16);
}

.dish-detail-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.dish-detail-panel {
  align-self: stretch;
  border: 1px solid rgba(183, 122, 79, .16);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 34px rgba(23, 32, 35, .1);
}

.dish-detail-panel .price-single,
.detail-weight,
.price-options-detail span {
  display: block;
  border-radius: 8px;
  padding: 11px 12px;
  background: rgba(14, 107, 99, .1);
  color: var(--teal);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.price-options-detail {
  gap: 8px;
  text-align: left;
}

.detail-weight {
  margin-top: 8px;
  background: var(--mint);
  color: #6d4433;
}

.detail-copy-block {
  margin-top: 28px;
}

.detail-copy-block h3 {
  margin: 0 0 8px;
  color: var(--coffee);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.detail-copy-block p {
  margin: 0;
  color: #364346;
  font-size: 20px;
  line-height: 1.55;
}

.empty-state {
  margin: 30px 0;
  color: var(--muted);
  font-size: 18px;
}

.admin-layout {
  min-height: 100vh;
}

.login-panel {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(91, 65, 52, .9), rgba(183, 122, 79, .72)),
    linear-gradient(45deg, #fbfaf6, #f4e7d7);
}

.login-box {
  width: min(440px, 100%);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}

.login-box h1 {
  margin: 0 0 20px;
  font-size: 30px;
}

.login-box form {
  display: grid;
  gap: 14px;
}

.login-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
}

.login-status.is-error {
  color: #9b2f28;
}

.admin-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: var(--deep);
  color: #fff;
}

.admin-sidebar h1 {
  margin: 0;
  font-size: 28px;
}

.admin-nav {
  display: grid;
  gap: 8px;
  margin: 28px 0;
}

.admin-nav a {
  border-radius: 8px;
  padding: 11px 12px;
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
}

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

.admin-content {
  min-width: 0;
  padding: 28px;
}

.admin-topbar,
.section-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.admin-topbar {
  margin-bottom: 22px;
}

.topbar-actions,
.editor-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.save-status {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 10px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.save-status.is-dirty {
  border-color: rgba(214, 168, 61, .54);
  background: rgba(255, 247, 228, .92);
  color: #735116;
}

.save-status.is-saving {
  border-color: rgba(183, 122, 79, .34);
  background: var(--mint);
  color: var(--deep);
}

.save-status.is-saved {
  border-color: rgba(183, 122, 79, .24);
  color: var(--teal);
}

.admin-topbar h2,
.editor-section h3 {
  margin: 0;
}

.admin-topbar h2 {
  font-size: 30px;
}

.editor-section {
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--panel);
}

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

.settings-grid label,
.field-grid label,
.item-fields > label {
  display: grid;
  gap: 6px;
}

.field-help {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.cover-preview {
  min-height: 146px;
  overflow: hidden;
  border: 1px dashed rgba(183, 122, 79, .34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 65, 52, .08), rgba(183, 122, 79, .08)),
    #fbfcfa;
}

.cover-preview img {
  width: 100%;
  height: 100%;
  min-height: 146px;
  object-fit: cover;
}

.cover-preview.is-empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 900;
}

.category-editor,
.items-editor {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.category-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) 120px auto auto;
  gap: 10px;
  align-items: center;
}

.item-editor {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fbfcfa;
}

.item-photo-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.item-photo-preview {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--deep), var(--teal));
}

.item-photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-photo-preview.is-empty {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .84);
  font-weight: 900;
}

.compact-upload {
  display: grid;
  gap: 6px;
}

.compact-upload input {
  padding: 9px;
  font-size: 13px;
}

.item-fields {
  display: grid;
  gap: 12px;
}

.item-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 26px;
}

.item-badge {
  border-radius: 8px;
  padding: 5px 8px;
  background: #eef4f0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.item-badge.is-on {
  background: var(--mint);
  color: #6d4433;
}

.item-badge.is-off {
  background: #f2e4e0;
  color: #8d372e;
}

.item-badge.is-popular {
  background: rgba(214, 168, 61, .18);
  color: #745217;
}

.editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.check-row {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-right: 6px;
}

.check-row input {
  width: auto;
}

.inline-filter {
  display: flex;
  gap: 10px;
  align-items: center;
}

.inline-filter input {
  min-width: 220px;
}

.inline-filter select {
  min-width: 190px;
}

.primary-button,
.secondary-button,
.ghost-button,
.danger-button {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 900;
}

.primary-button {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 10px 24px rgba(183, 122, 79, .2);
}

.secondary-button {
  border-color: var(--line);
  background: #fff;
  color: var(--deep);
}

.ghost-button {
  border-color: rgba(255, 255, 255, .2);
  background: transparent;
  color: #fff;
}

.danger-button {
  background: #fff1ef;
  color: #9b2f28;
}

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

@keyframes cardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardShine {
  to {
    transform: translateX(120%);
  }
}

@keyframes heroDrift {
  from {
    background-position: 70% 37%;
  }
  to {
    background-position: 73% 35%;
  }
}

@keyframes floatSteam {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-24px) scale(1.08);
  }
}

@keyframes slowSpin {
  to {
    transform: rotate(360deg);
  }
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--deep);
  color: #fff;
  box-shadow: var(--shadow);
  transition: .18s ease;
}

.toast[data-tone="error"] {
  background: #8d2d25;
}

.toast[data-tone="success"] {
  background: var(--teal);
}

.toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 860px) {
  body,
  body.customer-page {
    background-attachment: scroll;
  }

  .settings-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

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

  .category-home-card {
    grid-template-rows: 150px minmax(0, 1fr);
    min-height: 250px;
  }

  .category-home-photo {
    min-height: 150px;
  }

  .menu-layout {
    display: block;
  }

  .menu-layout.is-detail-mode {
    display: block;
  }

  .tools-row {
    position: sticky;
    top: 0;
    z-index: 12;
    margin: 0 -8px 10px;
    padding: 10px 8px;
    background: linear-gradient(180deg, rgba(18, 20, 18, .86), rgba(18, 20, 18, .62));
    backdrop-filter: blur(14px);
  }

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

  .status-card {
    min-height: 64px;
    padding: 11px 12px;
  }

  .status-card strong {
    font-size: 18px;
  }

  .filter-chips {
    position: sticky;
    top: 68px;
    z-index: 11;
    margin: 0 -8px 12px;
    padding: 9px 8px;
    background: linear-gradient(180deg, rgba(18, 20, 18, .68), rgba(18, 20, 18, .38));
    backdrop-filter: blur(14px);
  }

  .search-box {
    width: 100%;
  }

  .search-box > span {
    display: none;
  }

  .search-box input {
    min-height: 48px;
    padding-right: 42px;
    font-size: 16px;
  }

  .category-tabs {
    position: sticky;
    top: 126px;
    z-index: 11;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin: 0 -8px 18px;
    padding: 10px 8px;
    border-radius: 0;
    border-width: 1px 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

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

  .category-tabs button {
    flex: 0 0 auto;
    width: auto;
    min-height: 44px;
    padding: 10px 13px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .category-tabs button.is-active {
    box-shadow: inset 0 -3px 0 var(--teal);
  }

  .menu-category {
    margin-bottom: 26px;
  }

  .menu-category h2 {
    font-size: 32px;
  }

  .dish-card {
    grid-template-columns: 132px minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 132px;
  }

  .dish-photo {
    min-height: 132px;
    height: 100%;
  }

  .dish-photo-empty {
    font-size: 16px;
  }

  .dish-photo-empty::before {
    width: 82px;
    height: 82px;
  }

  .dish-body {
    min-height: 132px;
    padding: 12px;
  }

  .dish-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .dish-title-row h3 {
    font-size: 18px;
  }

  .dish-title-row strong {
    font-size: 16px;
  }

  .price-options span {
    padding: 4px 7px;
    font-size: 12px;
  }

  .admin-app {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    gap: 18px;
  }

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

  .admin-content {
    padding: 18px;
  }

  .admin-topbar,
  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .topbar-actions,
  .editor-tools {
    justify-content: stretch;
  }

  .topbar-actions > *,
  .editor-tools > * {
    flex: 1 1 180px;
  }

  .save-status {
    justify-content: center;
  }

  .category-row,
  .item-editor {
    grid-template-columns: 1fr;
  }

  .item-photo-preview {
    max-width: 240px;
  }

  .dish-detail {
    min-height: 600px;
    padding: 24px;
  }

  .detail-back {
    min-height: 44px;
  }

  .dish-detail-heading {
    margin-top: 22px;
  }

  .dish-detail-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dish-detail-photo,
  .dish-detail-photo img {
    min-height: 430px;
  }

  .detail-copy-block p {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 12px, 1120px);
  }

  .menu-hero {
    min-height: 210px;
  }

  .hero-media {
    background-image: url("/assets/laluna-hero-mobile.jpg") !important;
    background-position: center 48%;
  }

  .hero-content {
    padding: 38px 0 34px;
  }

  .hero-content h1 {
    font-size: 54px;
  }

  .hero-content p {
    max-width: 280px;
    margin-top: 10px;
    font-size: 16px;
  }

  .featured-strip {
    margin-top: -18px;
    padding: 14px;
  }

  .menu-status {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }

  .status-card-main {
    grid-column: 1 / -1;
  }

  .filter-chips button {
    min-height: 40px;
    padding: 8px 10px;
  }

  .filter-chips span {
    font-size: 13px;
  }

  .menu-shell {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }

  .category-home-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-home-card {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 112px;
  }

  .category-home-photo {
    min-height: 112px;
    height: 100%;
    font-size: 22px;
  }

  .category-home-copy {
    align-content: center;
    padding: 12px;
  }

  .category-home-copy strong {
    font-size: 20px;
  }

  .category-home-copy em {
    display: none;
  }

  .category-tabs button {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .featured-card {
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: start;
  }

  .featured-card strong,
  .price-options-featured {
    grid-column: 2;
  }

  .featured-photo {
    width: 82px;
    height: 82px;
  }

  .dish-photo {
    min-height: 112px;
  }

  .dish-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 112px;
  }

  .dish-body {
    min-height: 112px;
    gap: 8px;
    padding: 10px;
  }

  .dish-title-row h3 {
    font-size: 16px;
  }

  .dish-title-row strong {
    padding: 4px 7px;
    font-size: 14px;
  }

  .dish-meta span {
    padding: 4px 7px;
    font-size: 11px;
  }

  .dish-card-composition {
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.35;
  }

  .price-options-card span {
    font-size: 11px;
  }

  .menu-category h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .dish-detail {
    min-height: 0;
    padding: 14px;
  }

  .dish-detail h2 {
    font-size: 42px;
  }

  .dish-detail-heading {
    margin-top: 18px;
  }

  .dish-detail-layout {
    gap: 14px;
    margin-top: 18px;
  }

  .dish-detail-photo,
  .dish-detail-photo img {
    min-height: 280px;
  }

  .dish-detail-panel {
    padding: 14px;
  }

  .dish-detail-panel .price-single,
  .detail-weight,
  .price-options-detail span {
    padding: 10px;
    font-size: 15px;
  }

  .detail-copy-block {
    margin-top: 20px;
  }

  .detail-copy-block p {
    font-size: 16px;
    line-height: 1.48;
  }

  .dish-title-row {
    align-items: flex-start;
  }

  .category-row {
    gap: 8px;
  }

  .editor-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .inline-filter,
  .topbar-actions,
  .editor-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .inline-filter input,
  .inline-filter select {
    min-width: 0;
  }

  .primary-button,
  .secondary-button,
  .ghost-button,
  .danger-button {
    width: 100%;
  }
}

/* Hybrid direction: cinematic hero with a clean, light menu surface. */
body.customer-page {
  background: #f3f1eb;
  color: var(--ink);
}

.customer-page::before {
  display: none;
}

.customer-page .menu-hero {
  min-height: 460px;
  background: #171916;
}

.customer-page .menu-hero::after {
  height: 190px;
  background: linear-gradient(180deg, transparent 0%, rgba(243, 241, 235, .12) 48%, #f3f1eb 100%);
}

.customer-page .hero-media {
  filter: saturate(1.04) contrast(1.1) brightness(.96);
}

.customer-page .menu-shell {
  position: relative;
  z-index: 2;
  padding-bottom: 76px;
  background: transparent;
  color: var(--ink);
}

.customer-page .featured-strip {
  margin-top: -72px;
  border-color: #dedbd2;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 64px rgba(36, 40, 36, .14);
  backdrop-filter: blur(18px);
}

.customer-page .featured-card {
  border-color: #e4e1d9;
  background: #fff;
  box-shadow: 0 8px 24px rgba(36, 40, 36, .07);
}

.customer-page .featured-card:hover {
  border-color: rgba(111, 140, 123, .42);
  box-shadow: 0 16px 34px rgba(36, 40, 36, .12);
}

.customer-page .menu-status {
  margin-top: 26px;
}

.customer-page .status-card {
  border-color: #dedbd2;
  background: #faf9f6;
  box-shadow: none;
  backdrop-filter: none;
}

.customer-page .status-card-main {
  border-color: rgba(111, 140, 123, .34);
  background: #e9eee9;
}

.customer-page .filter-chips button {
  border-color: #dcd9d0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.customer-page .filter-chips button:hover {
  border-color: rgba(111, 140, 123, .48);
  background: #f8faf7;
}

.customer-page .filter-chips button.is-active {
  border-color: var(--teal);
  background: var(--deep);
  color: #fff;
}

.customer-page .filter-chips button.is-active small {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.customer-page .search-box input {
  border-color: #dcd9d0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(36, 40, 36, .06);
}

.customer-page .category-home-heading h2,
.customer-page .menu-category h2 {
  color: var(--deep);
  text-shadow: none;
}

.customer-page .category-home-heading {
  padding-top: 12px;
}

.customer-page .category-home-card {
  border-color: #dedbd2;
  background: #fff;
  box-shadow: 0 12px 32px rgba(36, 40, 36, .08);
  backdrop-filter: none;
}

.customer-page .category-home-card:hover {
  border-color: rgba(111, 140, 123, .5);
  box-shadow: 0 20px 44px rgba(36, 40, 36, .14);
}

.customer-page .category-home-copy {
  background: #fff;
}

.customer-page .category-tabs {
  border-color: #dedbd2;
  background: #fff;
  box-shadow: 0 10px 28px rgba(36, 40, 36, .08);
  backdrop-filter: none;
}

.customer-page .dish-card {
  border-color: #dedbd2;
  background: #fff;
  box-shadow: 0 12px 32px rgba(36, 40, 36, .08);
  backdrop-filter: none;
}

.customer-page .dish-card:hover {
  border-color: rgba(111, 140, 123, .46);
  box-shadow: 0 20px 46px rgba(36, 40, 36, .14);
}

.customer-page .dish-detail {
  border: 1px solid #dedbd2;
  background: #fff;
  box-shadow: 0 18px 48px rgba(36, 40, 36, .12);
}

.customer-page .dish-detail.is-empty,
.customer-page .dish-detail-panel {
  background: #faf9f6;
}

@media (max-width: 860px) {
  .customer-page .tools-row {
    background: rgba(243, 241, 235, .94);
    border-bottom: 1px solid #dedbd2;
  }

  .customer-page .filter-chips {
    background: rgba(243, 241, 235, .94);
    border-bottom: 1px solid #dedbd2;
  }

  .customer-page .category-tabs {
    border-color: #dedbd2;
    background: rgba(255, 255, 255, .96);
  }
}

@media (max-width: 560px) {
  .customer-page .menu-hero {
    min-height: 240px;
  }

  .customer-page .menu-hero::after {
    height: 96px;
  }

  .customer-page .featured-strip {
    margin-top: -28px;
    border-color: #dedbd2;
  }

  .customer-page .menu-shell {
    padding-bottom: max(36px, env(safe-area-inset-bottom));
  }
}

/* Editorial restaurant direction: photography, typography and rhythm over UI cards. */
html {
  scroll-behavior: smooth;
}

body.customer-page {
  background: #11130f;
  color: #f4f0e7;
}

.customer-page .menu-hero {
  min-height: min(900px, 94svh);
  background: #11130f;
}

.customer-page .hero-media {
  background-position: 70% 45%;
  filter: saturate(.92) contrast(1.12) brightness(.82);
  animation: heroDriftEditorial 9s ease-in-out infinite alternate;
}

.customer-page .hero-media::after {
  background:
    linear-gradient(90deg, rgba(10, 12, 9, .78) 0%, rgba(10, 12, 9, .32) 46%, rgba(10, 12, 9, .04) 78%),
    linear-gradient(180deg, rgba(10, 12, 9, .08) 38%, rgba(10, 12, 9, .78) 100%);
}

.customer-page .menu-hero::after {
  height: 180px;
  background: linear-gradient(180deg, transparent, #11130f);
}

.customer-page .hero-content {
  min-height: min(900px, 94svh);
  align-items: end;
  padding: 90px 0 78px;
}

.hero-edition {
  display: inline-block;
  margin-bottom: 18px;
  color: #d4b66d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.customer-page .hero-content p {
  max-width: 700px;
  margin: 0;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 7vw, 96px);
  font-weight: 400;
  line-height: .96;
}

.customer-page .hero-meta {
  margin-top: 26px;
}

.customer-page .hero-meta span {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  border-radius: 0;
  padding: 8px 0;
  background: transparent;
  color: rgba(255, 255, 255, .82);
  box-shadow: none;
  backdrop-filter: none;
}

.hero-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .58);
  padding: 0 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-menu-link span {
  font-size: 20px;
  transition: transform .2s ease;
}

.hero-menu-link:hover span {
  transform: translateY(4px);
}

.customer-page .menu-shell {
  width: min(1240px, calc(100% - 48px));
  padding: 0 0 100px;
  background: transparent;
  color: #f4f0e7;
}

.customer-page .featured-strip {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  padding: 94px 0 110px;
  background: transparent;
  color: #f4f0e7;
  box-shadow: none;
  backdrop-filter: none;
}

.customer-page .featured-heading {
  margin-bottom: 34px;
}

.customer-page .featured-heading h2 {
  color: #f4f0e7;
  font-size: clamp(54px, 8vw, 106px);
  line-height: .92;
}

.customer-page .featured-heading > span {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  background: transparent;
  color: rgba(255, 255, 255, .66);
}

.customer-page .featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
  grid-template-rows: repeat(3, 190px);
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
}

.customer-page .featured-card {
  position: relative;
  display: block;
  min-height: 190px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #22251f;
  color: #fff;
  box-shadow: none;
  isolation: isolate;
}

.customer-page .featured-card:first-child {
  grid-row: 1 / 4;
}

.customer-page .featured-card:hover {
  border: 0;
  box-shadow: none;
  transform: none;
}

.customer-page .featured-photo,
.customer-page .featured-card:first-child .featured-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.customer-page .featured-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.08);
  transition: transform .6s ease, filter .6s ease;
}

.customer-page .featured-card:hover .featured-photo img {
  filter: saturate(1.02) contrast(1.1);
  transform: scale(1.035);
}

.customer-page .featured-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 28%, rgba(8, 10, 8, .86) 100%);
  pointer-events: none;
}

.customer-page .featured-card > div:nth-child(2) {
  position: absolute;
  left: 24px;
  right: 150px;
  bottom: 22px;
  z-index: 2;
}

.customer-page .featured-card:first-child > div:nth-child(2) {
  left: 36px;
  bottom: 34px;
}

.customer-page .featured-card h3 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.customer-page .featured-card:first-child h3 {
  font-size: clamp(42px, 5vw, 68px);
}

.customer-page .featured-card p {
  overflow: hidden;
  margin-top: 7px;
  color: rgba(255, 255, 255, .74);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-page .price-options-featured,
.customer-page .featured-card > .price-single {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}

.customer-page .featured-card .price-options span,
.customer-page .featured-card > .price-single {
  border-radius: 0;
  background: rgba(16, 19, 15, .76);
  color: #fff;
  backdrop-filter: blur(10px);
}

.customer-page .menu-status {
  display: none;
}

.customer-page .filter-chips {
  position: sticky;
  top: 0;
  z-index: 15;
  gap: 26px;
  margin: 0;
  padding: 20px 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: rgba(17, 19, 15, .92);
  backdrop-filter: blur(16px);
}

.customer-page .filter-chips button,
.customer-page .filter-chips button:hover,
.customer-page .filter-chips button.is-active {
  min-height: 32px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  padding: 4px 0;
  background: transparent;
  color: rgba(255, 255, 255, .62);
  box-shadow: none;
  transform: none;
}

.customer-page .filter-chips button:hover,
.customer-page .filter-chips button.is-active {
  border-bottom-color: #d4b66d;
  color: #fff;
}

.customer-page .filter-chips small,
.customer-page .filter-chips button.is-active small {
  min-width: 0;
  padding: 0;
  background: transparent;
  color: #d4b66d;
}

.customer-page .category-home {
  padding-top: 110px;
}

.customer-page .category-home-heading {
  display: grid;
  grid-template-columns: 1fr minmax(240px, .45fr);
  align-items: end;
  margin-bottom: 48px;
  padding: 0;
}

.customer-page .category-home-heading h2,
.customer-page .menu-category h2 {
  color: #f4f0e7;
  font-size: clamp(58px, 9vw, 118px);
  line-height: .9;
}

.customer-page .category-home-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  line-height: 1.55;
}

.customer-page .category-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.customer-page .category-home-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  grid-template-rows: auto;
  align-items: center;
  min-height: 128px;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  padding: 20px 0;
  background: transparent;
  color: #f4f0e7;
  box-shadow: none;
  backdrop-filter: none;
}

.customer-page .category-home-card:hover {
  border-color: rgba(255, 255, 255, .5);
  background: transparent;
  box-shadow: none;
  transform: translateX(8px);
}

.category-home-number {
  align-self: start;
  padding-top: 7px;
  color: #d4b66d;
  font-size: 11px;
  font-weight: 800;
}

.customer-page .category-home-copy {
  display: grid;
  gap: 8px;
  padding: 0;
  background: transparent;
}

.customer-page .category-home-copy strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 400;
}

.customer-page .category-home-copy em {
  color: rgba(255, 255, 255, .48);
}

.category-home-count {
  color: rgba(255, 255, 255, .22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
}

.customer-page .tools-row {
  position: sticky;
  top: 70px;
  z-index: 14;
  margin: 0 0 28px;
  padding: 18px 0;
  background: rgba(17, 19, 15, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.customer-page .search-box > span {
  color: rgba(255, 255, 255, .5);
}

.customer-page .search-box input {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.customer-page .search-box input::placeholder {
  color: rgba(255, 255, 255, .34);
}

.customer-page .menu-layout {
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 44px;
  padding-top: 44px;
}

.customer-page .menu-layout.is-home-mode {
  padding-top: 0;
}

.customer-page .category-tabs {
  top: 156px;
  gap: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.customer-page .category-tabs button,
.customer-page .category-tabs button:hover,
.customer-page .category-tabs button.is-active {
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  padding: 12px 0;
  background: transparent;
  color: rgba(255, 255, 255, .55);
  box-shadow: none;
}

.customer-page .category-tabs button:hover,
.customer-page .category-tabs button.is-active {
  color: #fff;
}

.customer-page .category-tabs button.is-active {
  border-bottom-color: #d4b66d;
}

.customer-page .menu-category h2 {
  margin-bottom: 34px;
  padding-left: 0;
  font-size: clamp(46px, 7vw, 82px);
}

.customer-page .menu-category h2::before {
  display: none;
}

.customer-page .menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.customer-page .dish-card,
.customer-page .dish-card:hover {
  display: block;
  min-height: 170px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  background: transparent;
  color: #f4f0e7;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.customer-page .dish-card.has-photo {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
}

.customer-page .dish-card::before {
  display: none;
}

.customer-page .dish-card:hover {
  background: rgba(255, 255, 255, .04);
}

.customer-page .dish-photo {
  min-height: 170px;
  height: 100%;
}

.customer-page .dish-body {
  min-height: 170px;
  justify-content: center;
  padding: 24px;
}

.customer-page .dish-title-row h3 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.customer-page .dish-title-row strong,
.customer-page .price-options span {
  border-radius: 0;
  background: transparent;
  color: #d4b66d;
}

.customer-page .dish-meta span {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, .42);
}

.customer-page .dish-body p {
  color: rgba(255, 255, 255, .52);
}

.customer-page .dish-card-composition span {
  color: rgba(255, 255, 255, .78);
}

.customer-page .dish-detail,
.customer-page .dish-detail.is-empty {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: #171a15;
  color: #f4f0e7;
  box-shadow: none;
}

.customer-page .dish-detail h2,
.customer-page .dish-detail .eyebrow {
  color: #f4f0e7;
}

.customer-page .dish-detail-panel {
  border-color: rgba(255, 255, 255, .16);
  border-radius: 0;
  background: #11130f;
}

.customer-page .detail-copy-block h3,
.customer-page .detail-copy-block p {
  color: #f4f0e7;
}

@keyframes heroDriftEditorial {
  from { background-position: 69% 45%; }
  to { background-position: 72% 43%; }
}

@media (max-width: 860px) {
  .customer-page .featured-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 420px repeat(3, 190px);
  }

  .customer-page .featured-card:first-child {
    grid-row: auto;
  }

  .customer-page .category-home-grid,
  .customer-page .menu-grid {
    grid-template-columns: 1fr;
  }

  .customer-page .menu-layout {
    display: block;
  }

  .customer-page .category-tabs {
    top: 138px;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(17, 19, 15, .96);
  }

  .customer-page .category-tabs button,
  .customer-page .category-tabs button.is-active {
    color: rgba(255, 255, 255, .7);
  }
}

@media (max-width: 560px) {
  .customer-page .menu-hero {
    height: clamp(500px, 72svh, 620px);
    min-height: 0;
  }

  .customer-page .hero-media {
    background-image: url("/assets/laluna-hero-mobile.jpg") !important;
    background-position: center 50%;
  }

  .customer-page .hero-content {
    min-height: 100%;
    padding: 42px 14px 36px;
  }

  .customer-page .hero-content p {
    max-width: 330px;
    font-size: 46px;
  }

  .customer-page .menu-shell {
    width: min(100% - 28px, 1240px);
  }

  .customer-page .featured-strip {
    margin: 0;
    padding: 72px 0 84px;
  }

  .customer-page .featured-heading h2 {
    font-size: 54px;
  }

  .customer-page .featured-heading > span {
    display: none;
  }

  .customer-page .featured-grid {
    grid-template-rows: 390px repeat(3, 180px);
  }

  .customer-page .featured-card > div:nth-child(2),
  .customer-page .featured-card:first-child > div:nth-child(2) {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .customer-page .featured-card:first-child h3 {
    font-size: 42px;
  }

  .customer-page .featured-card h3 {
    font-size: 24px;
  }

  .customer-page .price-options-featured {
    top: 12px;
    right: 12px;
  }

  .customer-page .filter-chips {
    margin: 0 -14px;
    padding: 16px 14px 13px;
  }

  .customer-page .category-home {
    padding-top: 76px;
  }

  .customer-page .category-home-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }

  .customer-page .category-home-heading h2 {
    font-size: 68px;
  }

  .customer-page .category-home-grid {
    gap: 0;
  }

  .customer-page .category-home-card {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    min-height: 112px;
    padding: 18px 0;
  }

  .customer-page .category-home-copy strong {
    font-size: 29px;
  }

  .customer-page .category-home-copy em {
    display: block;
    font-size: 12px;
  }

  .category-home-count {
    font-size: 34px;
  }

  .customer-page .tools-row {
    top: 62px;
    margin: 0 -14px 20px;
    padding: 12px 14px;
    background: rgba(17, 19, 15, .96);
  }

  .customer-page .category-tabs {
    top: 124px;
    margin: 0 -14px 24px;
    padding: 8px 14px;
  }

  .customer-page .menu-category h2 {
    font-size: 52px;
  }

  .customer-page .dish-card,
  .customer-page .dish-card:hover {
    min-height: 148px;
  }

  .customer-page .dish-card.has-photo {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .customer-page .dish-photo {
    min-height: 148px;
  }

  .customer-page .dish-body {
    min-height: 148px;
    padding: 18px;
  }

  .customer-page .dish-title-row h3 {
    font-size: 21px;
  }
}
