/* Bia Hoi 80A — site overrides */
body,
button,
input,
textarea,
select {
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif !important;
  letter-spacing: 0.02em;
}
.mainvisual__title,
.section__title,
.concept__title-en,
.feature__item-lead,
.menu__title-text,
.global-footer__copy,
.site-topbar a {
  font-family: "Cormorant Garamond", "Be Vietnam Pro", serif !important;
}
.concept__title,
.section__subtitle,
.feature__item-title,
.menu__info-title,
.menu__title-sub,
.shop__data,
.mainvisual__catch,
.mainvisual__eyebrow {
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif !important;
}
.mainvisual__bg-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(21, 20, 20, 0.78) 0%,
    rgba(21, 20, 20, 0.42) 42%,
    rgba(21, 20, 20, 0.72) 100%
  );
}
.mainvisual__bg {
  background-image: url("../../image/hero.jpg") !important;
  background-position: center 12% !important;
}
.mainvisual__inner {
  position: relative;
  z-index: 3 !important;
  max-width: 700px;
  margin: 0 auto;
  padding: 36px 40px 40px;
  background: rgba(21, 20, 20, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.mainvisual__title--vi .mainvisual__title-line,
.mainvisual__title--vi .mainvisual__title-line--sub,
.mainvisual__catch,
.mainvisual__eyebrow {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 768px) {
  .mainvisual__bg {
    background-image: url("../../image/hero.jpg") !important;
    background-position: center 12% !important;
  }
}
.menu--slideshow {
  background-image: none !important;
  overflow: hidden;
}
.menu-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.menu-slideshow__slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.menu-slideshow__slide.is-active {
  opacity: 1;
}
.menu-slideshow__shade {
  position: absolute;
  inset: 0;
  background: rgba(21, 20, 20, 0.62);
  z-index: 1;
  pointer-events: none;
}
.menu--slideshow .inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 36px 40px;
  background: rgba(21, 20, 20, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.menu__title-text,
.menu__title-sub,
.menu__info-text,
.menu__info .btn span {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.menu--slideshow .menu__header--vi {
  position: relative !important;
  top: 0 !important;
  left: auto !important;
  height: auto !important;
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  text-align: center;
  margin: 0 0 24px;
  perspective: none;
}
.menu__title-text {
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin: 0;
  font-weight: 500;
  display: inline-block;
}
.menu__title-text::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 16px auto 0;
  background: rgba(255, 255, 255, 0.75);
}
.menu__title-sub {
  margin: 10px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .menu__title-text { font-size: 2.4rem; }
  .menu__title-sub { font-size: 1.2rem; }
}
.menu-slideshow__dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}
.menu-slideshow__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.menu-slideshow__dot.is-active {
  background: #fff;
}
.site-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  color: #fff;
  background: rgba(21, 20, 20, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.site-topbar a {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.site-topbar a {
  pointer-events: auto;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 13px;
}
#site-topbar > a,
.site-topbar__brand {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.site-topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  pointer-events: auto;
}
.site-topbar__nav {
  display: flex;
  gap: 24px;
}
.site-lang {
  display: flex;
  gap: 4px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(21, 20, 20, 0.6);
}
.site-lang__btn {
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
  opacity: 0.7;
}
.site-lang__btn.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.16);
}
.site-lang__btn:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .site-topbar { padding: 14px 16px; flex-wrap: wrap; gap: 10px; }
  .site-topbar__right { gap: 10px; }
  .site-topbar__nav { gap: 12px; font-size: 10px; }
}
.mainvisual__eyebrow {
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 12px;
  margin-bottom: 16px;
  opacity: 0.85;
}
.mainvisual__catch {
  max-width: 520px;
  margin: 28px auto 0;
  text-align: center;
  line-height: 1.8;
  font-size: 15px;
  opacity: 0.9;
}
.mainvisual__title--vi {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.mainvisual__title--vi .mainvisual__title-line {
  display: block;
  opacity: 1 !important;
  transform: none !important;
  font-size: 4.8rem;
  line-height: 1.15;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.mainvisual__title--vi .mainvisual__title-line--sub {
  font-size: 2.4rem;
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif !important;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.section__title--vi,
.concept__title--vi {
  letter-spacing: 0.06em;
}
.section__title--vi span,
.concept__title--vi span,
.section__subtitle--vi span {
  opacity: 1 !important;
  transform: none !important;
  display: inline;
}
.concept__text-en {
  display: none;
}
@media (max-width: 768px) {
  .mainvisual__title--vi .mainvisual__title-line { font-size: 2.6rem; }
  .mainvisual__title--vi .mainvisual__title-line--sub { font-size: 1.6rem; }
  .mainvisual__catch { font-size: 13px; padding: 0 16px; }
}
#js-order,
#js-gallery,
.mainvisual__news,
.mainvisual__news-pagination,
.mainvisual__sns,
.mainvisual__logo svg {
  display: none !important;
}
.shop__data a { color: inherit; }
.shop--centered .shop__inner {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  padding: 0 24px !important;
  float: none;
}
.shop--centered .shop__data {
  display: block;
  max-width: 560px;
  margin: 0 auto 48px !important;
}
.shop--centered .shop__data-jp {
  width: 100% !important;
}
.shop--centered .shop__data table th {
  width: 128px;
  white-space: nowrap;
}
.shop--centered .shop__data table td {
  word-break: normal !important;
  overflow-wrap: break-word;
  padding-right: 0 !important;
}
.shop--centered .shop__map {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 48px !important;
  height: 400px !important;
}
.shop--centered .shop__map-canvas {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.shop--centered .shop__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.shop--centered .shop__btn {
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainvisual__inner {
    margin: 0 auto;
    width: calc(100% - 32px);
    padding: 28px 20px 32px;
  }
  .menu--slideshow .inner {
    margin: 0 16px;
    padding: 36px 20px 32px;
  }
  .shop.shop--centered {
    padding-bottom: 64px;
  }
  .shop--centered .shop__map {
    height: 280px !important;
    margin-bottom: 24px !important;
  }
  .shop--centered .shop__map-canvas {
    height: 280px !important;
  }
  .shop--centered .shop__map iframe {
    min-height: 280px;
    height: 280px !important;
  }
  .shop--centered .shop__btn {
    margin-bottom: 40px;
  }
  .global-footer {
    padding-top: 32px;
  }
}
.global-footer__links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
  font-size: 13px;
}
.global-footer__links a { color: inherit; text-decoration: none; }

/* ---- Native scroll fix ----
 * The template's custom scroll (style.css: .main { height:100vh; overflow:hidden })
 * only activates on Mac. Windows users were stuck at the hero because windowScroll()
 * is skipped when window.UA.isWin === true. Override to native scroll everywhere.
 */
.container {
  overflow: visible !important;
}
.main {
  overflow: visible !important;
  height: auto !important;
}

/* Disable the 2nd side-nav dot which triggers a broken scroll and causes a white screen */
#js-mainvisual__nav > a:nth-child(2) {
  pointer-events: none;
  cursor: default;
}
