/* Mahina Menu v6.17: absolute-centered stemless chevrons, subtle pager gradient, whole-pager guidance, language-first table onboarding, unified popups, lighter titles, film controls, and direct-item arrival. */
.season-course-media {
  position: relative;
  margin: -28px -28px 30px;
  overflow: hidden;
  border-radius: 16px 16px 4px 4px;
  background: #090909;
}

.season-course-media video {
  display: block;
  width: 100%;
  aspect-ratio: 1280 / 546;
  object-fit: contain;
  background: #090909;
}

.menu-film-controls {
  position: absolute;
  right: 15px;
  bottom: 57px;
  z-index: 3;
  display: flex;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.season-course-media.is-film-controls-visible .menu-film-controls,
.menu-film-controls:focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-film-button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  outline: 1px solid rgba(18, 18, 18, 0.28);
  background:
    linear-gradient(
      315deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.34) 38%,
      rgba(255, 255, 255, 0) 88%
    ),
    rgba(16, 16, 16, 0.38);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  color: #111;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.menu-film-button::before {
  position: absolute;
  inset: -30%;
  border-radius: 44% 56% 61% 39%;
  background: linear-gradient(
    315deg,
    rgba(255, 255, 255, 0.36),
    rgba(255, 255, 255, 0)
  );
  content: "";
  filter: blur(7px);
  opacity: 0.72;
  pointer-events: none;
  transform: translate3d(8%, -5%, 0);
}

.menu-film-button:hover,
.menu-film-button:focus-visible {
  border-color: rgba(17, 17, 17, 0.52);
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: 2px;
}

.menu-film-button svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.menu-film-sound svg > path:first-child {
  fill: currentColor;
  stroke: none;
}

.menu-film-sound[aria-pressed="true"] .sound-slash {
  display: none;
}

.menu-film-expand-accent {
  opacity: 0.78;
}

.menu-item {
  scroll-margin-block: 110px;
}

.menu-item.is-deep-linked {
  position: relative;
  isolation: isolate;
  margin-inline: -18px;
  border-top-color: transparent;
  border-radius: 16px;
  padding-inline: 18px;
  background:
    linear-gradient(
      105deg,
      rgba(244, 241, 235, 0.9) 0%,
      rgba(255, 255, 255, 0.72) 52%,
      rgba(240, 237, 230, 0.62) 100%
    );
  box-shadow:
    0 16px 38px rgba(42, 36, 29, 0.075),
    inset 0 0 0 1px rgba(70, 62, 52, 0.13);
  animation: menu-item-arrival 3.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes menu-item-arrival {
  0% {
    box-shadow:
      0 20px 46px rgba(42, 36, 29, 0.13),
      inset 0 0 0 1px rgba(70, 62, 52, 0.24);
    filter: brightness(0.985);
    transform: translateY(4px);
  }
  100% {
    box-shadow:
      0 16px 38px rgba(42, 36, 29, 0.075),
      inset 0 0 0 1px rgba(70, 62, 52, 0.13);
    filter: brightness(1);
    transform: translateY(0);
  }
}

.season-course-media figcaption {
  align-items: center;
  /* Keep the seasonal copy in the markup for a future campaign, but hide it now. */
  display: none;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 15px;
  background: #151515;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1.45;
}

.season-course-media figcaption > span:first-child {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.season-course-media figcaption > span:last-child {
  text-align: right;
}

.pager {
  bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  width: min(calc(100vw - 18px), 430px) !important;
  grid-template-columns: 64px minmax(0, 1fr) 64px !important;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(249, 248, 245, 0.98) 52%,
      rgba(241, 239, 233, 0.98) 100%
    ) !important;
  border-color: #bbb7af !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2) !important;
  transform: translate(-50%, 0);
}

.pager > button {
  height: 56px !important;
}

.pager > button:first-child,
.pager > button:last-child {
  position: relative;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  color: #34322f;
  font-size: 0 !important;
  line-height: 0 !important;
}

.pager > button:not(:disabled):hover {
  background: #f1efe9;
}

.pager > button:disabled {
  opacity: 0.3;
}

.page-indicator {
  min-width: 0 !important;
  padding-inline: 16px !important;
}

.page-indicator small {
  max-width: 150px !important;
  min-height: 16px !important;
  font-size: 10px !important;
}

.pager > button:focus-visible {
  outline: 2px solid #313131;
  outline-offset: -4px;
}

.pager > button:first-child,
.pager > button:last-child {
  transition:
    background-color 0.26s ease,
    box-shadow 0.26s ease,
    color 0.26s ease;
}

.pager > button:first-child::after,
.pager > button:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6.5L15 12L9 17.5' fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 22px 22px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6.5L15 12L9 17.5' fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 22px 22px;
  pointer-events: none;
}

.pager > button:first-child::after {
  transform: scaleX(-1);
  transform-origin: center;
}

.pager.mahina-pager-guidance {
  animation: mahina-pager-group-bounce 4.8s
    cubic-bezier(0.22, 1, 0.36, 1) infinite;
  will-change: transform;
}

@keyframes mahina-pager-group-bounce {
  0%,
  18%,
  100% {
    transform: translate(-50%, 0);
  }
  4% {
    transform: translate(-50%, -4px);
  }
  8% {
    transform: translate(-50%, 1.5px);
  }
  12% {
    transform: translate(-50%, -2.5px);
  }
  15% {
    transform: translate(-50%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pager.mahina-pager-guidance {
    animation: none !important;
    will-change: auto;
  }
}

@media (max-width: 680px) {
  .menu-item.is-deep-linked {
    margin-inline: -10px;
    border-radius: 13px;
    padding-inline: 10px;
  }

  .season-course-media {
    margin: -18px -18px 24px;
    border-radius: 11px 11px 3px 3px;
  }

  .season-course-media figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 10px 11px;
  }

  .menu-film-controls {
    right: 10px;
    bottom: 80px;
  }

  .menu-film-button {
    width: 38px;
    height: 38px;
  }

  .season-course-media figcaption > span:last-child {
    text-align: left;
  }

  html[data-menu-rtl="true"]
    .season-course-media
    figcaption
    > span:last-child {
    text-align: right;
  }

  .pager {
    grid-template-columns: 54px minmax(0, 1fr) 54px !important;
  }

  .pager > button {
    height: 50px !important;
  }

  .page-indicator {
    padding-inline: 8px !important;
  }

  .page-indicator small {
    max-width: 112px !important;
  }
}

/* Main-site typography baseline */
.cover-page h1,
.page-heading h1 {
  font-family:
    Montserrat, "Helvetica Neue", "Noto Sans", "Noto Sans KR",
    "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: 400 !important;
}

.menu-group > h2 {
  font-weight: 500 !important;
}

/* Shared Mahina navigation and language-dialog system */
:root {
  --mahina-popup-ink: #202023;
  --mahina-popup-soft: #5c5c62;
  --mahina-popup-faint: #85858b;
  --mahina-popup-line: rgba(30, 30, 32, 0.12);
  --mahina-popup-font:
    Montserrat, "Helvetica Neue", "Noto Sans", "Noto Sans KR",
    "Apple SD Gothic Neo", Arial, sans-serif;
}

body.mahina-popup-open {
  overflow: hidden;
  overscroll-behavior: none;
}

html.mahina-unified-popups .language-select {
  display: none;
}

.mahina-language-trigger {
  display: inline-flex;
  min-width: 52px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-left: 2px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(30, 30, 32, 0.05);
  color: var(--mahina-popup-ink);
  font-family: var(--mahina-popup-font);
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.mahina-language-trigger svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.mahina-language-overlay {
  position: fixed;
  z-index: 520;
  inset: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 22px;
  pointer-events: none;
}

.mahina-language-overlay.is-open {
  visibility: visible;
  pointer-events: auto;
}

html.mahina-table-language-pending .party-overlay {
  visibility: hidden !important;
  pointer-events: none !important;
}

.mahina-language-overlay.is-required .mahina-language-close {
  display: none;
}

.mahina-overlay-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(235, 235, 238, 0.68);
  opacity: 0;
  cursor: default;
  backdrop-filter: blur(18px) saturate(90%);
  -webkit-backdrop-filter: blur(18px) saturate(90%);
  transition: opacity 0.28s ease;
}

.mahina-language-overlay.is-open > .mahina-overlay-backdrop {
  opacity: 1;
}

.mahina-neutral-glass {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 80px rgba(20, 20, 22, 0.12);
  backdrop-filter: blur(28px) saturate(108%);
  -webkit-backdrop-filter: blur(28px) saturate(108%);
}

.mahina-language-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 940px);
  max-height: calc(100svh - 44px);
  overflow: auto;
  border: 0;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 42px);
  color: var(--mahina-popup-ink);
  font-family: var(--mahina-popup-font);
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.mahina-language-overlay.is-open > .mahina-language-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mahina-language-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.mahina-language-panel-head span {
  color: var(--mahina-popup-faint);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.mahina-language-panel-head h2 {
  margin: 8px 0 0;
  color: var(--mahina-popup-ink);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.mahina-language-close,
.mahina-menu-panel .drawer-heading button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(30, 30, 32, 0.05);
  color: var(--mahina-popup-ink);
  cursor: pointer;
}

.mahina-language-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.mahina-language-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
}

.mahina-language-grid button {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--mahina-popup-soft);
  font-family: var(--mahina-popup-font);
  text-align: left;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.mahina-language-grid button:hover,
.mahina-language-grid button.is-selected {
  color: var(--mahina-popup-ink);
  background: rgba(35, 35, 37, 0.08);
}

.mahina-language-grid strong {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mahina-language-grid span {
  color: var(--mahina-popup-faint);
  font-size: 10px;
}

.overlay.mahina-menu-overlay {
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(235, 235, 238, 0.68);
  backdrop-filter: blur(18px) saturate(90%);
  -webkit-backdrop-filter: blur(18px) saturate(90%);
}

.mahina-menu-panel.nav-drawer {
  position: relative;
  inset: auto;
  display: block;
  width: min(100%, 700px);
  height: auto;
  max-height: calc(100svh - 44px);
  overflow: auto;
  border: 0;
  border-radius: 28px;
  padding: clamp(26px, 4vw, 42px);
  color: var(--mahina-popup-ink);
  font-family: var(--mahina-popup-font);
  box-shadow: 0 26px 80px rgba(20, 20, 22, 0.12);
  transform: none;
}

.mahina-menu-panel .drawer-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 0;
  border: 0;
}

.mahina-menu-panel .drawer-heading img {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.mahina-menu-panel .drawer-heading button {
  font-size: 0;
}

.mahina-menu-panel .drawer-heading button::before,
.mahina-menu-panel .drawer-heading button::after {
  position: absolute;
  width: 18px;
  height: 1.4px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.mahina-menu-panel .drawer-heading button::before {
  transform: rotate(45deg);
}

.mahina-menu-panel .drawer-heading button::after {
  transform: rotate(-45deg);
}

.mahina-menu-panel > nav {
  display: grid;
  gap: 2px;
  padding: clamp(28px, 6vh, 54px) 0;
  text-align: center;
}

.mahina-menu-panel > nav a {
  padding: 8px;
  color: var(--mahina-popup-soft);
  font-size: clamp(25px, 4.2vw, 44px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.mahina-menu-panel > nav a:hover,
.mahina-menu-panel > nav a.is-current {
  color: var(--mahina-popup-ink);
  transform: translateX(4px);
}

.mahina-menu-panel-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
  padding-top: 20px;
  border-top: 1px solid var(--mahina-popup-line);
  color: var(--mahina-popup-soft);
  font-size: 12px;
}

.mahina-menu-panel-foot a {
  color: inherit;
  text-decoration: none;
}

.mahina-menu-panel .staff-settings {
  margin-top: 18px;
}

.mahina-language-trigger:focus-visible,
.mahina-language-close:focus-visible,
.mahina-language-grid button:focus-visible,
.mahina-menu-panel a:focus-visible,
.mahina-menu-panel button:focus-visible {
  outline: 2px solid var(--mahina-popup-ink);
  outline-offset: 3px;
}

html[data-menu-rtl="true"] .mahina-language-grid button {
  text-align: right;
}

@media (max-width: 760px) {
  .mahina-language-overlay,
  .overlay.mahina-menu-overlay {
    padding: 12px;
  }

  .mahina-language-panel,
  .mahina-menu-panel.nav-drawer {
    max-height: calc(100svh - 24px);
    border-radius: 22px;
  }

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

  .mahina-menu-panel > nav a {
    font-size: 28px;
  }
}

/* v6.13 · lighter title baseline shared by all Mahina sites */
h1,
h2 {
  font-weight: 350 !important;
}

.course-inclusion p {
  white-space: pre-line;
}

/* Mahina Menu v6.24: page-height-independent seamless paper texture. */

:root {
  --mahina-paper-tile-height: 980px;
}

.paper {
  background-color: #f4f4f2;
  background-image: url("/assets/mahina-paper-texture-halfscale-lossless-v1.webp");
  background-repeat: repeat;
  background-size: auto var(--mahina-paper-tile-height);
}

.paper.cover-page {
  background-position: 49% 44%;
}

.paper.menu-page {
  background-position: 53% 50%;
}

.paper.policy-page {
  background-position: 47% 56%;
}

.paper[data-paper-variant="0"] {
  background-position: 49% 44%;
}

.paper[data-paper-variant="1"] {
  background-position: 55% 49%;
}

.paper[data-paper-variant="2"] {
  background-position: 45% 55%;
}

.paper[data-paper-variant="3"] {
  background-position: 57% 43%;
}

.paper[data-paper-variant="4"] {
  background-position: 43% 50%;
}

.paper[data-paper-variant="5"] {
  background-position: 52% 58%;
}

#mahina-site-loader {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  background: #e9e7e1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.34s ease, visibility 0.34s ease;
}

#mahina-site-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: wait;
}

#mahina-site-loader.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mahina-loader-inner {
  display: grid;
  justify-items: center;
}

.mahina-loader-logo {
  display: block;
  width: min(42vw, 156px);
  height: auto;
}

.mahina-loader-track {
  position: relative;
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.13);
}

.mahina-loader-track > span {
  position: absolute;
  inset: 0;
  background: #171717;
  transform: translateX(-115%);
  animation: mahina-loader-progress 1.35s cubic-bezier(0.65, 0, 0.35, 1)
    infinite;
}

@keyframes mahina-loader-progress {
  0% {
    transform: translateX(-115%);
  }
  55% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(115%);
  }
}

@media (max-width: 720px) {
  :root {
    --mahina-paper-tile-height: max(760px, calc(100svh - 134px));
  }
}

@media (max-width: 640px) {
  .mahina-loader-logo {
    width: min(44vw, 142px);
  }

  .mahina-loader-track {
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #mahina-site-loader {
    transition: none;
  }

  .mahina-loader-track > span {
    animation: none;
    transform: none;
  }
}

/* Mahina Menu v6.22: paper-visible menu cards and monochrome course notice. */

/* Let the shared paper grain remain visible through add-on option cards. */
.paper .menu-item.addon-item {
  background: transparent;
}

/* Course participation and change notices no longer cover the paper texture. */
.paper .course-notes {
  background: transparent;
}

/* Remove the green wash and convert its green typography and rule to black. */
.paper .course-inclusion {
  background: transparent;
  border-color: var(--ink);
}

.paper .course-inclusion strong {
  color: var(--ink);
}

@media (min-width: 641px) {
  .mode-popover {
    width: min(420px, calc(100vw - 48px));
    max-height: calc(100vh - 88px);
    gap: 5px;
    padding: 10px;
    overflow-y: auto;
  }

  .mode-popover button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.95fr);
    gap: 24px;
    align-items: center;
    min-height: 54px;
    padding: 12px 14px;
  }

  .mode-popover button strong {
    min-width: 0;
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .mode-popover button span {
    min-width: 0;
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
    overflow-wrap: anywhere;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .mode-popover {
    right: 16px;
    width: min(420px, calc(100vw - 32px));
  }
}

.cover-page h1 {
  margin-top: clamp(40px, 5.7vw, 58px);
  font-size: clamp(30px, 6vw, 51px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.cover-title-brand,
.cover-title-menu {
  display: block;
}

.cover-title-menu {
  margin-top: 0.08em;
}

/* English pages use one English presentation. Other languages retain the
   localized-primary + English-reference pairing used by the restaurant. */
html[lang="en"] .secondary-copy,
html[lang="en"] .menu-name-en,
html[lang="en"] .ingredients-en,
html[lang="en"] .mode-intro > span:not(.localized-primary),
html[lang="en"] .mode-card > span:not(.mode-explanation),
html[lang="en"] .mode-popover button > span:not(.mode-explanation),
html[lang="en"] .cover-hours > p[lang="en"],
html[lang="en"] .policy-page .page-heading > p[lang="en"],
html[lang="en"] .policy-footer > span:last-child,
html[lang="en"] .course-step-label > span,
html[lang="en"] .course-step-dish > p[lang="en"],
html[lang="en"] .page-footnote > span:last-child {
  display: none !important;
}

/* Mahina Menu v6.47: nested page index, centered title, and art cursor. */

.paper {
  background-color: #f4f4f2;
  background-image:
    linear-gradient(rgba(244, 244, 242, 0.8), rgba(244, 244, 242, 0.8)),
    url("/assets/mahina-paper-texture-halfscale-lossless-v1.webp");
  background-repeat: no-repeat, repeat;
  background-size:
    100% 100%,
    auto var(--mahina-paper-tile-height);
}

.paper.cover-page,
.paper[data-paper-variant="0"] {
  background-position:
    0 0,
    49% 44%;
}

.paper.menu-page {
  background-position:
    0 0,
    53% 50%;
}

.paper.policy-page {
  background-position:
    0 0,
    47% 56%;
}

.paper[data-paper-variant="1"] {
  background-position:
    0 0,
    55% 49%;
}

.paper[data-paper-variant="2"] {
  background-position:
    0 0,
    45% 55%;
}

.paper[data-paper-variant="3"] {
  background-position:
    0 0,
    57% 43%;
}

.paper[data-paper-variant="4"] {
  background-position:
    0 0,
    43% 50%;
}

.paper[data-paper-variant="5"] {
  background-position:
    0 0,
    52% 58%;
}

body.mahina-page-index-open {
  overflow: hidden;
}

.mahina-page-index-overlay {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(21, 21, 21, 0.56);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  animation: mahina-page-index-fade 0.18s ease both;
}

.mahina-page-index-panel {
  display: flex;
  flex-direction: column;
  width: min(720px, calc(100vw - 40px));
  max-height: min(760px, calc(100dvh - 40px));
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.14);
  border-radius: 22px;
  background: #f8f8f6;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.3);
  animation: mahina-page-index-rise 0.22s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

.mahina-page-index-header {
  display: flex;
  flex: none;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 248, 246, 0.96);
}

.mahina-page-index-heading {
  min-width: 0;
}

.mahina-page-index-caption {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.mahina-page-index-heading h2 {
  margin: 5px 0 0;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.mahina-page-index-title-button {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: start;
}

.mahina-page-index-title-button > span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mahina-page-index-title-button:hover > span:first-child {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.mahina-page-index-title-button:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.mahina-page-index-chevron {
  display: block;
  flex: none;
  width: 18px;
  height: 18px;
  align-self: center;
  object-fit: contain;
  opacity: 0.72;
}

.mahina-page-index-panel[data-view="menus"] .mahina-page-index-heading h2 {
  max-width: 560px;
  font-size: clamp(18px, 3vw, 26px);
  line-height: 1.18;
}

.mahina-page-index-close {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.mahina-page-index-close:hover,
.mahina-page-index-close:focus-visible {
  border-color: var(--ink);
  outline: none;
}

.mahina-page-index-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.mahina-page-index-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 11px 14px;
  border: 1px solid #dedbd4;
  border-radius: 12px;
  background: #fff;
  text-align: start;
  transition:
    border-color 0.16s ease,
    background-color 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}

.mahina-page-index-item:hover {
  border-color: #8f8b83;
  transform: translateY(-1px);
}

.mahina-page-index-item:focus-visible {
  border-color: var(--ink);
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.mahina-page-index-item[aria-current="page"] {
  border-color: #aaa69e;
  background: var(--soft);
  color: var(--ink);
}

.mahina-page-index-menu-item[aria-selected="true"] {
  border-color: #aaa69e;
  background: var(--soft);
  color: var(--ink);
}

.mahina-page-index-number {
  color: var(--muted);
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.mahina-page-index-item[aria-current="page"] .mahina-page-index-number {
  color: var(--muted);
}

.mahina-page-index-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.mahina-page-index-title {
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.mahina-page-index-secondary {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.mahina-page-index-current {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: transparent;
}

.mahina-page-index-item[aria-current="page"] .mahina-page-index-current {
  background: var(--ink);
}

.mahina-page-index-menu-item[aria-selected="true"] .mahina-page-index-current {
  background: var(--ink);
}

.mahina-page-index-menu-item {
  grid-template-columns: minmax(0, 1fr) 12px;
}

html[data-menu-rtl="true"] .mahina-page-index-heading,
html[data-menu-rtl="true"] .mahina-page-index-item {
  text-align: right;
}

/* The current menu, page number, and current page are deliberately separated. */
.pager {
  width: min(calc(100vw - 18px), 620px) !important;
  grid-template-columns: 60px minmax(0, 1fr) 60px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(249, 248, 245, 0.98) 52%,
    rgba(241, 239, 233, 0.98) 100%
  ) !important;
}

.page-indicator {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 3.4vw, 34px);
  padding-inline: clamp(14px, 3vw, 26px) !important;
}

.page-indicator-mode,
.page-indicator-title {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #5f5c57;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-indicator-mode {
  text-align: end;
}

.page-indicator-title {
  text-align: start;
}

.page-indicator-count {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
}

.page-indicator-count strong {
  font-size: 14px;
}

.page-indicator-count > span {
  color: var(--muted);
  font-size: 10px;
}

/* The center brand line is pinned to the viewport, independent of side controls. */
.topbar {
  isolation: isolate;
}

.topbar > .brand,
.topbar > .topbar-actions {
  position: relative;
  z-index: 1;
}

.topbar-menu-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: inline-flex;
  max-width: min(42vw, 360px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px 4px;
  color: #3f3d39;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition:
    color 0.22s ease,
    opacity 0.22s ease,
    transform 0.22s cubic-bezier(0.2, 0.72, 0.24, 1);
  white-space: nowrap;
}

.topbar-menu-title:hover,
.topbar-menu-title:focus-visible {
  color: #151515;
  opacity: 0.82;
  text-decoration: none;
  transform: translate(-50%, -50%) scale(1.035);
}

.topbar-menu-title:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.menu-button .mahina-menu-button-label {
  display: none;
  width: auto;
  height: auto;
  background: transparent;
}

@media (min-width: 721px) {
  .menu-button {
    position: relative;
    width: auto;
    min-width: 74px;
    border-radius: 999px;
    padding: 0 13px 0 34px;
  }

  .menu-button > span:not(.mahina-menu-button-label) {
    position: absolute;
    left: 13px;
  }

  .menu-button > span:first-child {
    top: 12px;
  }

  .menu-button > span:nth-child(2) {
    bottom: 12px;
  }

  .menu-button .mahina-menu-button-label {
    display: inline-flex;
    align-items: center;
    color: var(--ink);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
  }
}

.art-cursor-arrow,
.art-cursor-lens {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  contain: paint;
  overflow: hidden;
  border: 0;
  outline: 0;
  pointer-events: none;
  will-change: transform;
}

.art-cursor-arrow {
  width: 27px;
  height: 27px;
  opacity: 0;
  background: linear-gradient(
    315deg,
    #fff 0%,
    rgba(224, 228, 235, 0.72) 30%,
    rgba(133, 140, 154, 0.28) 68%,
    rgba(82, 86, 96, 0) 100%
  );
  -webkit-backdrop-filter: blur(5px) saturate(112%);
  backdrop-filter: blur(5px) saturate(112%);
  box-shadow:
    1px 2px 4px rgba(0, 0, 0, 0.18),
    0 0 5px rgba(255, 255, 255, 0.16);
  clip-path: polygon(0 0, 100% 38%, 38% 100%);
  transform-origin: 0 0;
  transition: opacity 0.22s;
}

.art-cursor-arrow.is-visible {
  opacity: 1;
}

.art-cursor-arrow.is-interactive {
  opacity: 0;
}

.art-cursor-lens {
  contain: layout style;
  width: 30px;
  height: 20px;
  overflow: visible;
  border-radius: 64% 36% 58% 42% / 55% 62% 38% 45%;
  opacity: 0;
  background: linear-gradient(
    315deg,
    rgba(242, 247, 255, 0.36) 0%,
    rgba(165, 190, 222, 0.17) 44%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-backdrop-filter: blur(5px) saturate(108%);
  backdrop-filter: blur(5px) saturate(108%);
  box-shadow:
    0 0 10px rgba(91, 124, 168, 0.16),
    0 0 18px rgba(255, 255, 255, 0.2);
  filter: blur(2.6px);
  transition:
    opacity 0.28s,
    width 0.24s,
    height 0.24s,
    filter 0.24s;
}

.art-cursor-arrow::before,
.art-cursor-lens::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.art-cursor-arrow::before {
  inset: -18% -28%;
  background: linear-gradient(
    315deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.24) 34%,
    rgba(255, 255, 255, 0) 72%
  );
  animation: cursor-directional-flow 9.6s cubic-bezier(0.42, 0, 0.2, 1)
    infinite;
}

.art-cursor-lens::before {
  inset: -35%;
  border-radius: inherit;
  background: linear-gradient(
    325deg,
    rgba(255, 255, 255, 0.26) 0%,
    rgba(166, 193, 226, 0.11) 52%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(4px);
  animation: cursor-fog-drift 8.8s ease-in-out infinite alternate;
}

.art-cursor-lens.is-positioned.is-interactive {
  opacity: 0.74;
  box-shadow:
    0 0 0 0.6px rgba(47, 54, 65, 0.2),
    0 0 10px rgba(91, 124, 168, 0.16),
    0 0 18px rgba(255, 255, 255, 0.2);
}

.art-cursor-lens.is-pressed {
  width: 15px;
  height: 10px;
  opacity: 0.62;
  filter: blur(2px) brightness(1.06);
}

.art-cursor-lens.is-native {
  opacity: 0;
}

@keyframes cursor-directional-flow {
  0% {
    opacity: 0.18;
    transform: translate(-14%, -14%) scale(1.04);
  }

  24% {
    opacity: 0.66;
  }

  76% {
    opacity: 0.42;
  }

  100% {
    opacity: 0.08;
    transform: translate(22%, 22%) scale(1.04);
  }
}

@keyframes cursor-fog-drift {
  0% {
    opacity: 0.36;
    transform: translate(-8%, -5%) scale(0.96);
  }

  100% {
    opacity: 0.16;
    transform: translate(9%, 6%) scale(1.08);
  }
}

html.has-art-cursor,
html.has-art-cursor body,
html.has-art-cursor a,
html.has-art-cursor button {
  cursor: none;
}

html.has-art-cursor input,
html.has-art-cursor textarea {
  cursor: text;
}

html.has-art-cursor select {
  cursor: default;
}

@keyframes mahina-page-index-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mahina-page-index-rise {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 720px) {
  .mahina-page-index-overlay {
    place-items: end stretch;
    padding: 0;
  }

  .mahina-page-index-panel {
    width: 100%;
    max-height: min(82dvh, 720px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 22px 22px 0 0;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mahina-page-index-header {
    padding: 20px 18px 16px;
  }

  .mahina-page-index-heading h2 {
    font-size: 25px;
  }

  .mahina-page-index-panel[data-view="menus"] .mahina-page-index-heading h2 {
    font-size: 19px;
  }

  .mahina-page-index-close {
    width: 40px;
    height: 40px;
  }

  .mahina-page-index-list {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 10px 10px 14px;
    scrollbar-gutter: auto;
  }

  .mahina-page-index-item {
    grid-template-columns: 38px minmax(0, 1fr) 10px;
    min-height: 60px;
    padding: 10px 13px;
  }

  .mahina-page-index-menu-item {
    grid-template-columns: minmax(0, 1fr) 10px;
  }

  .pager {
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
  }

  .page-indicator {
    gap: 12px;
    padding-inline: 9px !important;
  }

  .page-indicator-mode,
  .page-indicator-title {
    font-size: 9px;
  }

  .topbar-menu-title {
    max-width: 40vw;
    padding-inline: 2px;
    font-size: 9px;
  }
}

@media (max-width: 390px) {
  .pager {
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
  }

  .page-indicator {
    gap: 8px;
    padding-inline: 7px !important;
  }

  .page-indicator-mode,
  .page-indicator-title {
    font-size: 8px;
  }

  .topbar-menu-title {
    max-width: 36vw;
    font-size: 7.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mahina-page-index-overlay,
  .mahina-page-index-panel {
    animation: none;
  }

  .mahina-page-index-item {
    transition: none;
  }

  .topbar-menu-title {
    transition: none;
  }

  .topbar-menu-title:hover,
  .topbar-menu-title:focus-visible {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Mahina Menu v6.23: hydration-safe stacked-logo loading screen. */

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: 2147483647;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.34s ease;
}

body::before {
  inset: 0;
  background-color: #e9e7e1;
  background-image: url("/mahina-logo-stacked.png");
  background-repeat: no-repeat;
  background-position: center calc(50% - 10px);
  background-size: min(42vw, 156px) auto;
  animation:
    mahina-loader-reveal 0.01s linear 0.18s forwards,
    mahina-loader-failsafe-hide 0.34s ease 8s forwards;
}

body::after {
  top: calc(50% + 62px);
  left: 50%;
  width: 48px;
  height: 1px;
  overflow: hidden;
  border-radius: 999px;
  background-color: rgba(20, 20, 20, 0.13);
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    #171717 34%,
    #171717 66%,
    transparent 100%
  );
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 48px 1px;
  transform: translateX(-50%);
  animation:
    mahina-loader-reveal 0.01s linear 0.18s forwards,
    mahina-loader-sweep 1.35s cubic-bezier(0.65, 0, 0.35, 1) 0.18s
      infinite,
    mahina-loader-failsafe-hide 0.34s ease 8s forwards;
}

body[data-mahina-page-loaded="true"]::before,
body[data-mahina-page-loaded="true"]::after {
  opacity: 0;
  animation: none;
}

@keyframes mahina-loader-reveal {
  to {
    opacity: 1;
  }
}

@keyframes mahina-loader-sweep {
  0% {
    background-position: -60px 0;
  }
  55% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}

@keyframes mahina-loader-failsafe-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media (max-width: 640px) {
  body::before {
    background-size: min(44vw, 142px) auto;
  }

  body::after {
    top: calc(50% + 57px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    transition: none;
  }

  body::after {
    animation:
      mahina-loader-reveal 0.01s linear 0.18s forwards,
      mahina-loader-failsafe-hide 0.01s linear 8s forwards;
    background-position: 0 0;
  }
}

body.mahina-booking-open {
  overflow: hidden;
}

.mahina-booking-overlay {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  visibility: hidden;
  pointer-events: none;
}

.mahina-booking-overlay[hidden] {
  display: none;
}

.mahina-booking-overlay.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mahina-booking-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(235, 235, 238, 0.68);
  opacity: 0;
  cursor: default;
  transition: opacity 0.28s ease;
  -webkit-backdrop-filter: blur(18px) saturate(90%);
  backdrop-filter: blur(18px) saturate(90%);
}

.mahina-booking-overlay.is-open .mahina-booking-backdrop {
  opacity: 1;
}

.mahina-booking-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 700px);
  max-height: calc(100svh - 44px);
  padding: clamp(26px, 4vw, 44px);
  overflow: auto;
  border: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 80px rgba(20, 20, 22, 0.12);
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-backdrop-filter: blur(28px) saturate(108%);
  backdrop-filter: blur(28px) saturate(108%);
}

.mahina-booking-overlay.is-open .mahina-booking-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mahina-booking-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.mahina-booking-head > div > span {
  color: #8a8a8f;
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.16em;
}

.mahina-booking-head h2 {
  margin: 8px 0 0;
  color: #202020;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.mahina-booking-close {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #333;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mahina-booking-close:hover {
  background: rgba(30, 30, 32, 0.07);
}

.mahina-booking-close:focus-visible,
.mahina-booking-options a:focus-visible {
  outline: 2px solid rgba(32, 32, 32, 0.65);
  outline-offset: 3px;
}

.mahina-booking-close svg {
  width: 20px;
  height: 20px;
}

.mahina-booking-close path,
.mahina-booking-options svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mahina-booking-guide {
  max-width: 580px;
  margin: 20px 0 26px;
  color: #6a6a6d;
  font-size: 14px;
  line-height: 1.65;
}

.mahina-booking-options {
  display: grid;
  gap: 10px;
}

.mahina-booking-options a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 17px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.12);
  color: inherit;
  text-decoration: none;
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.mahina-booking-options a:hover {
  background: #fff;
  transform: translateY(-2px);
}

.mahina-booking-options a > svg {
  width: 19px;
  height: 19px;
}

.mahina-booking-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(35, 35, 37, 0.08);
  color: #6a6a6d;
  font-size: 10px;
  font-weight: 600;
}

.mahina-booking-copy {
  display: grid;
  min-width: 0;
}

.mahina-booking-copy small {
  color: #8a8a8f;
  font-size: 9px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.mahina-booking-copy strong {
  margin-top: 3px;
  color: #202020;
  font-size: 17px;
  font-weight: 550;
  line-height: 1.4;
}

.mahina-booking-copy em {
  margin-top: 2px;
  color: #6a6a6d;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.mahina-booking-overlay[dir="rtl"] .mahina-booking-panel {
  text-align: right;
}

.mahina-booking-overlay[dir="rtl"] .mahina-booking-options a > svg {
  transform: scaleX(-1);
}

@media (max-width: 760px) {
  .mahina-booking-overlay {
    padding: 12px;
  }

  .mahina-booking-panel {
    max-height: calc(100svh - 24px);
    border-radius: 22px;
  }
}

@media (max-width: 460px) {
  .mahina-booking-panel {
    padding: 24px 18px;
  }

  .mahina-booking-guide {
    margin: 16px 0 20px;
  }

  .mahina-booking-options a {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 11px;
    min-height: 86px;
    padding: 15px 13px;
  }

  .mahina-booking-mark {
    width: 38px;
    height: 38px;
  }

  .mahina-booking-copy strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mahina-booking-backdrop,
  .mahina-booking-panel,
  .mahina-booking-options a {
    transition-duration: 0.001ms !important;
  }
}

/* Mahina Menu v6.48 — main-site header structure, best-site language control,
   pasta subsection labels, media-origin footer, and refined art cursor. */

.topbar.mahina-main-header {
  isolation: isolate;
  justify-content: space-between;
  padding-inline: clamp(18px, 5vw, 72px);
}

.topbar.mahina-main-header > .brand {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  width: 138px;
  height: auto;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.topbar.mahina-main-header > .brand img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  object-position: center;
}

.topbar.mahina-main-header > .topbar-menu-title {
  display: none !important;
}

.topbar.mahina-main-header > .topbar-actions {
  position: relative;
  z-index: 4;
  margin-left: auto;
  gap: 9px;
}

.topbar.mahina-main-header .topbar-actions > .menu-button {
  display: none !important;
}

.mahina-header-menu-trigger {
  position: relative;
  z-index: 4;
  display: inline-flex;
  min-width: 72px;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--mahina-popup-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.mahina-header-menu-trigger:hover {
  color: #111;
}

.mahina-header-menu-trigger:focus-visible {
  border-radius: 5px;
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.mahina-header-menu-glyph {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.mahina-header-menu-glyph::before,
.mahina-header-menu-glyph::after {
  position: absolute;
  left: 2px;
  width: 18px;
  height: 1.4px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.mahina-header-menu-glyph::before {
  top: 7px;
}

.mahina-header-menu-glyph::after {
  bottom: 7px;
}

.mahina-header-phone {
  padding-right: 13px;
  border-right: 1px solid var(--line);
  color: var(--mahina-popup-soft);
  font-family: var(--mahina-popup-font);
  font-size: 11px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.topbar.mahina-main-header .mode-button {
  min-width: 0;
  max-width: 164px;
  background: rgba(30, 30, 32, 0.045);
}

.topbar.mahina-main-header .mahina-language-trigger {
  min-width: 76px;
  height: 34px;
  gap: 5px;
  padding-inline: 10px;
}

.mahina-language-trigger > svg:not(.mahina-language-chevron) {
  width: 14px;
  height: 14px;
  stroke-width: 1.45;
}

.mahina-language-trigger .mahina-language-chevron {
  width: 8px;
  height: 6px;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Match the current MAIN navigation-dialog geometry while retaining MENU links. */
.overlay.mahina-menu-overlay {
  padding: 22px;
}

.mahina-menu-panel.nav-drawer {
  width: min(100%, 700px);
  max-height: calc(100svh - 44px);
  border-radius: 28px;
  padding: clamp(26px, 4vw, 42px);
}

.mahina-pasta-subsection {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 4px 0 0;
  padding: 15px 0 7px;
  border-top: 1px solid rgba(83, 78, 70, 0.34);
  color: #37342f;
  text-align: start;
}

.mahina-pasta-subsection strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mahina-pasta-subsection small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mahina-pasta-subsection + .menu-item {
  border-top: 0;
  padding-top: 12px;
}

html[data-menu-rtl="true"] .mahina-pasta-subsection {
  text-align: right;
}

/* The default triangle keeps its exact point while gaining an external shadow
   and an internal beveled highlight. */
.art-cursor-arrow {
  contain: layout style;
  overflow: visible;
  background:
    radial-gradient(circle at 13% 12%, rgba(255, 255, 255, 1) 0 4%, rgba(255, 255, 255, 0.7) 8%, transparent 25%),
    linear-gradient(315deg, rgba(246, 249, 253, 0.98) 0%, rgba(174, 187, 205, 0.93) 31%, rgba(73, 82, 98, 0.82) 67%, rgba(35, 39, 47, 0.32) 100%);
  -webkit-backdrop-filter: blur(2.4px) saturate(122%);
  backdrop-filter: blur(2.4px) saturate(122%);
  filter:
    drop-shadow(1.4px 2.2px 2.4px rgba(15, 19, 27, 0.38))
    drop-shadow(-0.45px -0.45px 0.65px rgba(255, 255, 255, 0.9));
  box-shadow:
    inset 0.8px 0.8px 0 rgba(255, 255, 255, 0.72),
    inset -1px -1px 1px rgba(24, 30, 40, 0.24);
}

.art-cursor-arrow::before {
  inset: -10% -16%;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.46) 25%, transparent 57%);
}

.art-cursor-arrow::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 38%, 38% 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.28) 24%, transparent 48%);
  opacity: 0.92;
}

/* The shared 19px hover point is reduced by 30%: 13.3px.
   Pressed state follows the same ratio: 12px to 8.4px. */
.art-cursor-lens {
  width: 13.3px;
  height: 13.3px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 27%, rgba(255, 255, 255, 0.98) 0 12%, rgba(255, 255, 255, 0.64) 18%, transparent 39%),
    linear-gradient(145deg, rgba(105, 133, 169, 0.9), rgba(40, 49, 63, 0.76));
  -webkit-backdrop-filter: blur(1.2px) saturate(124%);
  backdrop-filter: blur(1.2px) saturate(124%);
  filter: blur(0.32px) saturate(1.08);
  box-shadow:
    0 0 0 0.85px rgba(30, 37, 48, 0.58),
    0 2.2px 6.5px rgba(32, 48, 72, 0.34),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.78);
}

.art-cursor-lens::before {
  inset: 0.8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(105, 137, 178, 0.24));
  filter: none;
}

.art-cursor-lens.is-positioned.is-interactive {
  opacity: 0.94;
  box-shadow:
    0 0 0 0.9px rgba(27, 34, 45, 0.64),
    0 2.5px 7px rgba(31, 48, 73, 0.4),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.84);
}

.art-cursor-lens.is-pressed {
  width: 8.4px;
  height: 8.4px;
  opacity: 0.96;
  filter: blur(0.2px) brightness(0.94) saturate(1.1);
}

.mahina-origin-footer {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 24px 20px 104px;
  border-top: 1px solid rgba(30, 30, 32, 0.08);
  background: #f7f7f5;
  color: var(--mahina-popup-soft);
  font-family: var(--mahina-popup-font);
  text-align: center;
}

.mahina-origin-copyright {
  margin: 0;
  color: rgba(30, 30, 32, 0.62);
  font-size: 9px;
  line-height: 1.5;
}

.mahina-origin-footer .mahina-media-origin {
  width: min(calc(100% - 32px), 660px);
  max-width: 660px;
  margin: 0;
  color: rgba(30, 30, 32, 0.55);
  font-size: 9.5px;
  font-weight: 450;
  line-height: 1.58;
  letter-spacing: 0.005em;
  text-align: center;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
  white-space: pre-line;
}

@media (max-width: 1080px) {
  .mahina-header-phone {
    display: none;
  }

  .topbar.mahina-main-header .mode-button {
    max-width: 132px;
  }
}

@media (max-width: 720px) {
  .topbar.mahina-main-header {
    padding-inline: 10px 8px;
  }

  .topbar.mahina-main-header > .brand {
    width: 96px;
  }

  .mahina-header-menu-trigger {
    min-width: 36px;
  }

  .mahina-header-menu-trigger > span:last-child {
    display: none;
  }

  .topbar.mahina-main-header > .topbar-actions {
    gap: 4px;
  }

  .topbar.mahina-main-header .mode-button {
    max-width: 86px;
  }

  .topbar.mahina-main-header .mahina-language-trigger {
    min-width: 68px;
    height: 32px;
    padding-inline: 8px;
  }

  .overlay.mahina-menu-overlay {
    padding: 12px;
  }

  .mahina-menu-panel.nav-drawer {
    max-height: calc(100svh - 24px);
    border-radius: 22px;
  }

  .mahina-pasta-subsection {
    padding-top: 12px;
  }

  .mahina-origin-footer {
    padding: 20px 16px 92px;
  }

  .mahina-origin-footer .mahina-media-origin {
    width: min(100%, 620px);
    font-size: 8.8px;
  }
}

@media (max-width: 420px) {
  .topbar.mahina-main-header > .brand {
    width: 82px;
  }

  .topbar.mahina-main-header .mode-button {
    max-width: 70px;
    padding-inline: 8px;
  }

  .topbar.mahina-main-header .mahina-language-trigger {
    min-width: 58px;
    gap: 3px;
    padding-inline: 6px;
  }

  .mahina-language-trigger > svg:not(.mahina-language-chevron) {
    width: 13px;
    height: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .art-cursor-arrow::before,
  .art-cursor-lens::before {
    animation: none;
  }
}

/* Mahina v6.49 — restore the shared v3.20 pointer and circular hover state. */

.art-cursor-arrow {
  contain: paint;
  overflow: hidden;
  background: linear-gradient(
    315deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(184, 194, 209, 0.86) 29%,
    rgba(83, 91, 106, 0.68) 67%,
    rgba(45, 49, 57, 0.15) 100%
  );
  -webkit-backdrop-filter: blur(3px) saturate(116%);
  backdrop-filter: blur(3px) saturate(116%);
  filter: none;
  box-shadow:
    1px 2px 5px rgba(19, 24, 33, 0.28),
    inset 0 0 0 0.6px rgba(255, 255, 255, 0.48);
}

.art-cursor-arrow::before {
  inset: -18% -28%;
  background: linear-gradient(
    315deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.24) 34%,
    rgba(255, 255, 255, 0) 72%
  );
}

.art-cursor-arrow::after {
  content: none;
}

.art-cursor-lens {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.9) 0 18%, transparent 42%),
    linear-gradient(145deg, rgba(105, 129, 160, 0.74), rgba(47, 57, 72, 0.54));
  -webkit-backdrop-filter: blur(2px) saturate(116%);
  backdrop-filter: blur(2px) saturate(116%);
  filter: blur(0.75px);
  box-shadow:
    0 0 0 1px rgba(36, 43, 54, 0.34),
    0 3px 10px rgba(39, 55, 79, 0.24),
    inset 0 1px 2px rgba(255, 255, 255, 0.64);
}

.art-cursor-lens::before {
  inset: 1px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(117, 145, 181, 0.2));
  filter: none;
}

.art-cursor-lens.is-positioned.is-interactive {
  opacity: 0.9;
  box-shadow:
    0 0 0 1px rgba(31, 38, 49, 0.42),
    0 3px 11px rgba(39, 55, 79, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.72);
}

.art-cursor-lens.is-pressed {
  width: 12px;
  height: 12px;
  opacity: 0.94;
  filter: blur(0.55px) brightness(0.96);
}

/* Mahina MENU v6.50 — popup cursor visibility, MAIN-width menu dialog,
   and a 20% smaller circular hover pointer. */

.art-cursor-arrow,
.art-cursor-lens {
  z-index: 10030;
}

.art-cursor-lens {
  width: 15.2px;
  height: 15.2px;
}

.mahina-menu-panel.nav-drawer {
  max-width: 700px;
}

@media (max-width: 760px) {
  .overlay.mahina-menu-overlay {
    padding: 22px;
  }
}

/* Shared MAIN footer for Mahina MAP and MENU. */

.site-footer.mahina-main-footer.mahina-shared-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-items: initial;
  gap: 20px;
  min-height: 62px;
  padding: 10px clamp(20px, 4vw, 64px);
  border: 0;
  background: #ececef;
  color: #1e1e208a;
  font-family: Montserrat, "Helvetica Neue", "Noto Sans", "Noto Sans KR",
    "Apple SD Gothic Neo", Arial, sans-serif;
  text-align: initial;
}

.site-footer.mahina-main-footer.mahina-shared-footer > img {
  grid-area: auto;
  width: 74px;
  height: auto;
  aspect-ratio: 601 / 201;
  justify-self: start;
  object-fit: contain;
  opacity: 0.7;
}

.site-footer.mahina-main-footer.mahina-shared-footer > nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 7px 17px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.site-footer.mahina-main-footer.mahina-shared-footer > nav a,
.site-footer.mahina-main-footer.mahina-shared-footer > nav button {
  display: inline;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-decoration: none;
}

.site-footer.mahina-main-footer.mahina-shared-footer > nav a:hover,
.site-footer.mahina-main-footer.mahina-shared-footer > nav button:hover {
  background: transparent;
  color: inherit;
  text-decoration: none;
  transform: none;
}

.site-footer.mahina-main-footer.mahina-shared-footer > nav a:focus-visible,
.site-footer.mahina-main-footer.mahina-shared-footer > nav button:focus-visible {
  outline: 2px solid rgba(30, 30, 32, 0.65);
  outline-offset: 4px;
}

.site-footer.mahina-main-footer.mahina-shared-footer > .mahina-footer-copyright {
  grid-area: auto;
  justify-self: end;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}

.site-footer.mahina-main-footer.mahina-shared-footer > .mahina-media-origin {
  grid-column: 1 / -1;
  display: block;
  width: min(calc(100% - 32px), 660px);
  max-width: 660px;
  justify-self: center;
  margin: 0 auto;
  padding-top: 9px;
  border-top: 1px solid rgba(30, 30, 32, 0.08);
  color: rgba(30, 30, 32, 0.55);
  font-size: 9px;
  font-weight: 450;
  line-height: 1.55;
  letter-spacing: 0.01em;
  text-align: center;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
}

.site-footer.mahina-main-footer.mahina-shared-footer > .mahina-media-origin > span {
  display: block;
}

.mahina-media-origin:lang(ko),
.mahina-media-origin:lang(ja),
.mahina-media-origin:lang(zh-CN),
.mahina-media-origin:lang(zh-TW) {
  word-break: keep-all;
}

[dir="rtl"].site-footer.mahina-main-footer.mahina-shared-footer
  > .mahina-footer-copyright {
  text-align: left;
}

/*
 * Keep the fixed menu pager usable at the end of the page. JavaScript writes
 * only the extra distance required to clear the footer; away from the footer
 * the value returns to zero and the pager settles back at its normal edge.
 */
.pager {
  --mahina-pager-footer-lift: 0px;
  bottom: calc(
    10px + env(safe-area-inset-bottom) + var(--mahina-pager-footer-lift)
  ) !important;
  pointer-events: auto;
  opacity: 1;
  transition:
    bottom 0.26s cubic-bezier(0.2, 0.72, 0.24, 1),
    opacity 0.18s ease;
}

@media (prefers-reduced-motion: reduce) {
  .pager {
    transition: none;
  }
}

@media (max-width: 760px) {
  .site-footer.mahina-main-footer.mahina-shared-footer {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "logo copyright"
      "navigation navigation"
      "origin origin";
    gap: 7px 16px;
    min-height: auto;
    padding: 10px 18px calc(12px + env(safe-area-inset-bottom));
  }

  .site-footer.mahina-main-footer.mahina-shared-footer > img {
    grid-area: logo;
    width: 66px;
  }

  .site-footer.mahina-main-footer.mahina-shared-footer > nav {
    grid-area: navigation;
    gap: 5px 12px;
  }

  .site-footer.mahina-main-footer.mahina-shared-footer
    > .mahina-footer-copyright {
    grid-area: copyright;
    place-self: center end;
    font-size: 9px;
  }

  .site-footer.mahina-main-footer.mahina-shared-footer
    > .mahina-media-origin {
    grid-area: origin;
    width: min(100%, 660px);
    margin-top: 3px;
    padding-top: 8px;
    font-size: 8.5px;
    text-align: start;
  }
}

/* Mahina MENU v6.52 — match the MAIN navigation dialog exactly. */

body.mahina-menu-navigation-open,
body:has(.overlay.mahina-menu-overlay) {
  overflow: hidden;
  overscroll-behavior: none;
}

.overlay.mahina-menu-overlay {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 22px !important;
  background: rgba(235, 235, 238, 0.68) !important;
  -webkit-backdrop-filter: blur(18px) saturate(90%);
  backdrop-filter: blur(18px) saturate(90%);
}

.mahina-menu-panel.nav-drawer {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: min(100%, 700px) !important;
  max-width: 700px !important;
  height: auto !important;
  max-height: calc(100svh - 44px) !important;
  margin: 0 !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  padding: clamp(26px, 4vw, 42px) !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: #333;
  font-family:
    Montserrat, "Helvetica Neue", "Noto Sans", "Noto Sans KR",
    "Apple SD Gothic Neo", Arial, sans-serif;
  box-shadow: 0 26px 80px rgba(20, 20, 22, 0.12) !important;
  -webkit-backdrop-filter: blur(28px) saturate(108%);
  backdrop-filter: blur(28px) saturate(108%);
  transform: none;
  animation: mahina-main-menu-enter 0.3s cubic-bezier(0.22, 1, 0.36, 1)
    both;
}

.mahina-menu-panel .drawer-heading {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 24px !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.mahina-menu-panel .drawer-heading img {
  width: 132px !important;
  height: auto !important;
  object-fit: contain;
}

.mahina-menu-panel .drawer-heading button {
  display: grid !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #333 !important;
  font-size: 0 !important;
  transition: background 0.2s ease;
}

.mahina-menu-panel .drawer-heading button:hover {
  background: rgba(30, 30, 32, 0.07) !important;
}

.mahina-menu-panel > nav {
  display: grid !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: clamp(28px, 6vh, 54px) 0 !important;
  border: 0 !important;
  text-align: center !important;
}

.mahina-menu-panel > nav a {
  display: block !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: #6a6a6d !important;
  font-size: clamp(25px, 4.2vw, 44px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    transform 0.2s ease !important;
}

.mahina-menu-panel > nav a:hover,
.mahina-menu-panel > nav a.is-current,
.mahina-menu-panel > nav a[aria-current="page"] {
  color: #202020 !important;
  transform: translateX(4px) !important;
}

.mahina-menu-panel-foot {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px 22px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 20px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(26, 26, 26, 0.12) !important;
  color: #6a6a6d !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.mahina-menu-panel-foot a {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

/* Staff-only controls are not part of MAIN's public navigation dialog. */
.mahina-menu-panel .staff-settings {
  display: none !important;
}

html[data-menu-rtl="true"] .mahina-menu-panel > nav a:hover,
html[data-menu-rtl="true"] .mahina-menu-panel > nav a.is-current,
html[data-menu-rtl="true"] .mahina-menu-panel > nav a[aria-current="page"] {
  transform: translateX(-4px) !important;
}

@media (max-width: 760px) {
  .overlay.mahina-menu-overlay {
    padding: 22px !important;
  }

  .mahina-menu-panel.nav-drawer {
    max-height: calc(100svh - 24px) !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 460px) {
  .mahina-menu-panel > nav a {
    font-size: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mahina-menu-panel.nav-drawer {
    animation: none !important;
  }

  .mahina-menu-panel > nav a,
  .mahina-menu-panel .drawer-heading button {
    transition: none !important;
  }
}

@keyframes mahina-main-menu-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.mahina-reservation-invite,
.mahina-reservation-invite * {
  box-sizing: border-box;
}

.mahina-reservation-invite {
  --mahina-invite-ink: #2c2926;
  --mahina-invite-soft: #6d655e;
  --mahina-invite-line: rgba(45, 40, 35, 0.14);
  color: var(--mahina-invite-ink);
}

.mahina-reservation-invite__copy {
  margin: 0;
  color: inherit;
  text-wrap: pretty;
}

.mahina-reservation-invite__cta {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  color: #fff;
  background: #33302d;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease;
}

.mahina-reservation-invite__cta:hover {
  background: #514b46;
  transform: translateY(-2px);
}

.mahina-reservation-invite__cta:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* MAIN: one quiet line immediately below the existing hero buttons. */
.mahina-reservation-invite--main {
  max-width: 470px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1.55;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.48);
}

/* VISIT: supporting copy between the reservation row and visit notes. */
.mahina-reservation-invite--visit {
  margin: 17px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 14px;
  color: var(--ink-soft, #6a6a6d);
  background: rgba(245, 245, 247, 0.66);
  font-size: 13px;
  line-height: 1.6;
}

/* MAP: appears inside the selected destination row, never as an overlay. */
.destination-row > .mahina-reservation-invite--map {
  margin: 0 14px 14px;
}

.mahina-reservation-invite--map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid rgba(52, 48, 43, 0.13);
  border-radius: 15px;
  color: #37332f;
  background: rgba(248, 245, 239, 0.92);
  box-shadow: 0 12px 28px rgba(38, 32, 26, 0.08);
}

.mahina-reservation-invite--map .mahina-reservation-invite__copy {
  font-size: 13px;
  line-height: 1.55;
}

/* MENU: normal cover flow between the seven choices and opening hours. */
.cover-page > .mahina-reservation-invite--menu {
  width: 100%;
}

.mahina-reservation-invite--menu {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 18px 0 0;
  padding: 15px 17px;
  border: 1px solid rgba(30, 30, 30, 0.12);
  border-radius: 14px;
  color: #363230;
  background: rgba(255, 255, 255, 0.58);
}

.mahina-reservation-invite--menu .mahina-reservation-invite__copy {
  font-size: 12px;
  line-height: 1.55;
}

html[data-mahina-usage-context="onsite_table"]
  .mahina-reservation-invite--menu {
  display: none !important;
}

/* BEST: the table-setting moment is intentionally exclusive to this page. */
.mahina-reservation-invite--best {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  margin: 18px 0 0;
  padding: 13px 14px;
  border: 1px solid color-mix(in srgb, var(--hero-ink, #322c27) 17%, transparent);
  border-radius: 17px;
  color: var(--hero-ink, #322c27);
  background: color-mix(in srgb, var(--hero-ink, #322c27) 8%, transparent);
  opacity: 0;
  transform: translateY(12px);
}

.mahina-reservation-invite--best.is-visible {
  animation: mahina-invite-rise 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mahina-reservation-invite--best .mahina-reservation-invite__body {
  min-width: 0;
  opacity: 0;
  transform: translateY(7px);
}

.mahina-reservation-invite--best.is-visible .mahina-reservation-invite__body {
  animation: mahina-copy-arrive 0.48s 0.96s cubic-bezier(0.22, 1, 0.36, 1)
    forwards;
}

.mahina-reservation-invite--best .mahina-reservation-invite__copy {
  font-size: 12px;
  font-weight: 520;
  line-height: 1.5;
}

.mahina-reservation-invite--best .mahina-reservation-invite__cta {
  min-height: 34px;
  margin-top: 9px;
  padding-inline: 14px;
  color: var(--hero-color, #f7f3ea);
  background: var(--hero-ink, #322c27);
  font-size: 10px;
}

.mahina-table-ready-visual {
  width: 104px;
  height: 78px;
  position: relative;
  isolation: isolate;
}

.mahina-table-ready-plate,
.mahina-table-ready-fork,
.mahina-table-ready-knife,
.mahina-table-ready-card {
  position: absolute;
  display: block;
}

.mahina-table-ready-plate {
  width: 64px;
  height: 64px;
  top: 7px;
  left: 20px;
  border: 1px solid color-mix(in srgb, currentColor 42%, transparent);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.72) 0 27%, transparent 28%),
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 54%, transparent 55%);
  box-shadow:
    inset 0 0 0 7px rgba(255, 255, 255, 0.2),
    0 6px 12px rgba(50, 39, 28, 0.09);
  transform: scale(0.72);
  opacity: 0;
}

.mahina-table-ready-fork,
.mahina-table-ready-knife {
  width: 2px;
  height: 48px;
  top: 16px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
}

.mahina-table-ready-fork {
  left: 9px;
  transform: translateX(13px);
}

.mahina-table-ready-fork::before {
  content: "";
  width: 10px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  background: repeating-linear-gradient(90deg, currentColor 0 1px, transparent 1px 3px);
  position: absolute;
  top: 0;
  left: -4px;
}

.mahina-table-ready-knife {
  right: 9px;
  width: 4px;
  border-radius: 5px 1px 1px 5px;
  transform: translateX(-13px);
}

.mahina-table-ready-card {
  min-width: 55px;
  height: 22px;
  top: 2px;
  right: -2px;
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-radius: 4px;
  padding: 0 7px;
  color: inherit;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 5px 12px rgba(45, 35, 26, 0.11);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 20px;
  text-align: center;
  opacity: 0;
  transform: translate(22px, -10px) rotate(5deg);
}

.mahina-reservation-invite--best.is-visible .mahina-table-ready-plate {
  animation: mahina-plate-arrive 0.58s 0.08s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mahina-reservation-invite--best.is-visible .mahina-table-ready-fork {
  animation: mahina-fork-arrive 0.52s 0.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mahina-reservation-invite--best.is-visible .mahina-table-ready-knife {
  animation: mahina-knife-arrive 0.52s 0.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mahina-reservation-invite--best.is-visible .mahina-table-ready-card {
  animation: mahina-card-arrive 0.62s 0.52s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes mahina-invite-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mahina-plate-arrive {
  from {
    opacity: 0;
    transform: scale(0.72);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes mahina-fork-arrive {
  from {
    opacity: 0;
    transform: translateX(13px);
  }
  to {
    opacity: 0.72;
    transform: translateX(0);
  }
}

@keyframes mahina-knife-arrive {
  from {
    opacity: 0;
    transform: translateX(-13px);
  }
  to {
    opacity: 0.72;
    transform: translateX(0);
  }
}

@keyframes mahina-card-arrive {
  from {
    opacity: 0;
    transform: translate(22px, -10px) rotate(5deg);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(-3deg);
  }
}

@keyframes mahina-copy-arrive {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mahina-reservation-benefit {
  max-width: 580px;
  margin: 20px 0 0;
  color: #2f2f31;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.65;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
}

.mahina-reservation-benefit + .mahina-booking-guide,
.mahina-reservation-benefit + .reservation-guide {
  margin-top: 8px;
}

.mahina-reservation-benefit:lang(ko),
.mahina-reservation-benefit:lang(ja),
.mahina-reservation-benefit:lang(zh-CN),
.mahina-reservation-benefit:lang(zh-TW) {
  word-break: keep-all;
}

@media (max-width: 760px) {
  .mahina-reservation-benefit {
    margin-top: 17px;
    font-size: 13px;
  }

  .mahina-reservation-invite--main {
    max-width: 92%;
    margin-top: 10px;
    font-size: 10px;
  }

  .mahina-reservation-invite--visit {
    margin-top: 14px;
    padding: 13px 14px;
    font-size: 12px;
  }

  .mahina-reservation-invite--map,
  .mahina-reservation-invite--menu {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .mahina-reservation-invite--map .mahina-reservation-invite__cta,
  .mahina-reservation-invite--menu .mahina-reservation-invite__cta {
    width: 100%;
  }

  .destination-row > .mahina-reservation-invite--map {
    margin-inline: 9px;
  }

  .mahina-reservation-invite--best {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 11px;
    margin-top: 13px;
    padding: 10px 11px;
    border-radius: 14px;
  }

  .mahina-table-ready-visual {
    width: 82px;
    height: 66px;
    transform: scale(0.78);
    transform-origin: center;
  }

  .mahina-reservation-invite--best .mahina-reservation-invite__copy {
    font-size: 10px;
    line-height: 1.45;
  }

  .mahina-reservation-invite--best .mahina-reservation-invite__cta {
    width: 100%;
    min-height: 31px;
    margin-top: 7px;
    padding-inline: 9px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mahina-reservation-invite,
  .mahina-reservation-invite * {
    animation: none !important;
    transition: none !important;
  }

  .mahina-reservation-invite--best,
  .mahina-reservation-invite--best .mahina-reservation-invite__body,
  .mahina-table-ready-plate,
  .mahina-table-ready-fork,
  .mahina-table-ready-knife,
  .mahina-table-ready-card {
    opacity: 1 !important;
    transform: none !important;
  }

  .mahina-table-ready-card {
    transform: rotate(-3deg) !important;
  }
}

/*
 * MENU v6.54
 * Navigation-dialog typography is exactly 70% of v6.53.
 * The trigger keeps its localized aria-label while its redundant visible word
 * is suppressed at every viewport, matching the other Mahina sites.
 */
.mahina-menu-panel > nav a {
  font-size: clamp(17.5px, 2.94vw, 30.8px) !important;
}

.mahina-menu-panel-foot {
  font-size: 8.4px !important;
}

.menu-button .mahina-menu-button-label {
  display: none !important;
}

.mahina-header-menu-trigger {
  min-width: 36px;
  gap: 0;
}

.mahina-header-menu-trigger > .mahina-header-menu-label {
  display: none !important;
}

@media (max-width: 460px) {
  .mahina-menu-panel > nav a {
    font-size: 19.6px !important;
  }
}
