@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/century-gothic-paneuropean");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://db.onlinewebfonts.com/c/73d5d112841b3ee4320be434fe76860a?family=ClassiqueSaigon");
@font-face {
  font-family: "ClassiqueSaigon";
  src: url("../fonts/ClassiqueSaigon-Full.woff2") format("woff2"), url("../fonts/ClassiqueSaigon-Full.woff") format("woff");
  font-display: swap;
}
/* Hero */
.hero {
  position: relative;
}
.hero .hero-box {
  position: relative;
  height: 40vh;
  margin: 2rem 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .hero .hero-box {
    height: 70vh;
    margin: 2rem 2.5rem;
  }
}
.hero .hero-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 104%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s;
}
.hero .hero-content {
  position: relative;
  padding: 2rem;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.hero .hero-content .text {
  font-size: 0.975rem;
  color: darkgrey;
  margin: 0 1rem 3rem;
  transition: color 0.3s;
}
@media screen and (min-width: 780px) {
  .hero .hero-content .text {
    font-size: 1.15rem;
  }
}
.hero .hero-content .btn-tour {
  background: #2e2e2e;
  color: #fbfaf6;
  margin: 1rem;
  padding: 0.75rem 1.25rem;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.hero .hero-content .btn-tour:hover {
  background: #18459e;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/* Navbar */
.site-branding img {
  max-width: 120px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 40px;
  position: sticky;
  top: 0.5rem;
  z-index: 1000;
  margin: 0 1rem;
  /* keep the navbar contents on a single horizontal line on larger viewports */
  flex-wrap: nowrap;
  /* Glass effect */
  background: rgba(255, 255, 255, 0.21);
  border-radius: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.015);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(6.1px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  /* Ensure desktop CTA (inside the nav menu panel) shows and aligns correctly */
}
@media (min-width: 900px) {
  .navbar {
    margin: 0;
  }
}
.navbar nav {
  width: fit-content;
  display: flex;
  align-items: center;
  /* Hamburger container */
  /* Lines */
  /* Position lines */
  /* ACTIVE STATE (turn into X) */
  /* Optional hover effect */
}
@media (min-width: 900px) {
  .navbar nav .nav-menu-panel {
    display: flex;
    align-items: center;
  }
}
.navbar nav .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar nav .hamburger {
  width: 24px;
  height: 20px;
  position: relative;
}
@media (min-width: 900px) {
  .navbar nav .hamburger {
    display: none;
  }
}
.navbar nav .hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1E68C1;
  border-radius: 2px;
  left: 0;
  transition: all 0.3s ease;
}
.navbar nav .hamburger span:nth-child(1) {
  top: 0;
}
.navbar nav .hamburger span:nth-child(2) {
  top: 8px;
}
.navbar nav .hamburger span:nth-child(3) {
  top: 16px;
}
.navbar nav .menu-toggle.active .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.navbar nav .menu-toggle.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.navbar nav .menu-toggle.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
.navbar nav .menu-toggle:hover .hamburger span {
  background-color: #555;
}
@media (min-width: 900px) {
  .navbar .nav-menu-panel > .btn-quote {
    /* prevent items from wrapping to the next line */
    flex-wrap: nowrap;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
    /* ensure links don't wrap and remain inline */
    white-space: nowrap;
    width: fit-content;
  }
  .navbar .nav-menu-panel > .order-online {
    flex-wrap: nowrap;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    width: fit-content;
  }
}
.navbar ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  /* Sub-menu (desktop dropdown) */
}
.navbar ul li {
  /* Chevron indicator for items with a sub-menu */
}
.navbar ul li a {
  text-decoration: none;
  color: #2a322e;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.35rem 0.875rem;
  background: #fbfaf6;
  border-radius: 15px;
  font-weight: 300;
  letter-spacing: 0.8px;
}
.navbar ul li a:hover {
  color: #EAE8E2;
  background: #2e2e2e;
  border-radius: 1rem;
  font-weight: 300;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.navbar ul li.menu-item-has-children {
  position: relative;
  /* Invisible bridge: keeps :hover alive while the cursor crosses
     the gap between the trigger and the dropdown below it. */
}
.navbar ul li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.navbar ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 3px 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.navbar ul li.menu-item-has-children:hover > a::after, .navbar ul li.menu-item-has-children.focus > a::after {
  transform: rotate(225deg);
}
.navbar ul li.menu-item-has-children::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.6rem;
}
.navbar ul ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  min-width: 190px;
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1100;
}
.navbar ul ul.sub-menu li {
  margin: 0;
}
.navbar ul ul.sub-menu li a {
  background: transparent;
  color: #2e2e2e;
  border-radius: 0.6rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0.6rem 0.85rem;
}
.navbar ul ul.sub-menu li a:hover {
  background: #fbfaf6;
  color: #1E68C1;
  box-shadow: none;
}
.navbar ul li.menu-item-has-children:hover > ul.sub-menu,
.navbar ul li.menu-item-has-children.focus > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Quote Button */
.btn-quote, .btn-quote.pc {
  background: #2e2e2e;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
}
.btn-quote:hover {
  background: #1E68C1;
  color: white;
}

/* Backwards-compatible selector in case markup used .btn-quote.pc elsewhere */
/* Quote Button (shared styles for desktop/tablet/mobile variants) */
.btn-quote,
.btn-quote.pc,
.btn-quote.mb {
  --radius: 1.25rem;
  position: relative;
  background: #1E68C1;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.btn-quote:hover,
.btn-quote.pc:hover,
.btn-quote.mb:hover {
  background: #011a0f;
}

/* subtle animated ring behind the button */
.btn-quote::before,
.btn-quote.pc::before,
.btn-quote.mb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  pointer-events: none;
}

.btn-quote::after,
.btn-quote.pc::after,
.btn-quote.mb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--border));
  height: calc(100% - var(--border));
  background: rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
  pointer-events: none;
}

.btn-quote span,
.btn-quote.pc span,
.btn-quote.mb span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

@keyframes hb-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Order Online dropdown (light style) */
.order-online {
  position: relative;
}

.btn-order-online {
  width: fit-content;
  position: relative;
  background: #fff;
  color: #1E68C1;
  border: 1px solid #1E68C1;
  padding: 0.45rem 1rem;
  border-radius: 1.25rem;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.75rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.btn-order-online i {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
}
.btn-order-online:hover {
  background: #2a322e;
  color: #fff;
}

.order-online.open .btn-order-online i {
  transform: rotate(180deg);
}

.order-online-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0%;
  min-width: 160px;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1100;
}
.order-online-menu a {
  display: block;
  padding: 0.65rem 0.85rem;
  border-radius: 0.6rem;
  color: #2e2e2e;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
}
.order-online-menu a:hover {
  background: #fbfaf6;
  color: #1E68C1;
}

.order-online.open .order-online-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 480px) {
  .btn-order-online {
    padding: 0.5rem 0.75rem;
    font-size: 0.7rem;
  }
}
@media (max-width: 900px) {
  .navbar {
    padding: 0.5rem 0;
    margin: 0.5rem 1rem;
    gap: 0.5rem;
  }
  /* The whole dropdown panel: nav links, Order Online, and Book a Table together */
  .nav-menu-panel {
    display: none; /* hidden by default on mobile */
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 0.75rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 1rem 2rem;
    width: calc(100% - 2rem);
    max-width: 360px;
    z-index: 1100;
  }
  #primary-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    /* Sub-menu (mobile accordion, inline under its parent item) */
  }
  #primary-menu li {
    margin: 0.25rem 0;
  }
  #primary-menu li a {
    display: block;
    padding: 0.75rem 1rem;
    background: transparent;
    color: #2a322e;
    border-radius: 0.5rem;
  }
  #primary-menu li.menu-item-has-children > a {
    justify-content: space-between;
  }
  #primary-menu ul.sub-menu {
    display: none;
    flex-direction: column;
    gap: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0 0 0.25rem 0.75rem;
    border-left: 2px solid rgba(0, 0, 0, 0.08);
  }
  #primary-menu ul.sub-menu li {
    margin: 0;
  }
  #primary-menu ul.sub-menu li a {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    color: #555;
  }
  #primary-menu li.menu-item-has-children.focus > ul.sub-menu {
    display: flex;
  }
  /* When navigation is toggled, show the panel (nav links + Order Online + Book a Table) */
  .main-navigation.toggled .nav-menu-panel,
  .navbar.toggled .nav-menu-panel {
    display: flex;
  }
  /* Make menu-toggle visible on small screens */
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  /* Order Online, stacked full-width inside the dropdown panel */
  .nav-menu-panel .order-online {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0.25rem 0;
  }
  .nav-menu-panel .btn-order-online {
    width: fit-content;
    justify-content: space-between;
    margin: 0;
  }
  .nav-menu-panel .order-online-menu {
    position: static;
    display: none;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    width: 100%;
    margin-top: 0.25rem;
  }
  .nav-menu-panel .order-online.open .order-online-menu {
    display: flex;
  }
  /* Book a Table, styled to match the dropdown items */
  .nav-menu-panel .btn-quote {
    display: flex !important;
    width: fit-content;
    padding: 0.6rem 1.65rem;
    background: #2e2e2e;
    color: #fbfaf6 !important;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0.5rem 0 0;
    justify-content: center;
    align-items: center;
    font-size: 0.675rem;
  }
  .nav-menu-panel .btn-quote:hover {
    background: #00aeff;
    box-shadow: 0 0 20px #00aeff;
    color: white !important;
  }
  /* Adjust logo sizing */
  .site-branding img {
    max-width: 100px;
  }
}
.site-footer {
  padding: 0 1rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .site-footer {
    padding: 0 2rem 2rem;
  }
}

.footer {
  background-color: #0c224a;
  color: white;
  border-radius: 1.5rem;
  margin: 2rem auto 0;
  padding: 3rem 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem clamp(3rem, 10vw, 8rem);
}
@media screen and (min-width: 900px) {
  .footer {
    padding: 4rem;
    flex-wrap: nowrap;
    max-width: 96vw;
  }
}

.footer-contact-info {
  flex: 1 1 240px;
  max-width: 340px;
}
.footer-contact-info .footer-logo {
  height: 64px;
  margin-bottom: 1.5rem;
}

.footer-info-list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-info-list p {
  margin: 0;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-info-list a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.footer-info-list a:hover {
  text-decoration: underline;
}

.open-hours {
  flex: 1 1 160px;
  max-width: 340px;
}
@media screen and (min-width: 900px) {
  .open-hours {
    flex: 1 1 240px;
  }
}
.open-hours h3 {
  margin-bottom: 0.675rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
}
.open-hours p {
  margin: 0;
  font-size: 0.875rem;
  color: #d5d5d5;
}
.open-hours p span.closed {
  color: #82b2ec;
}

ul.social-meida {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 4rem 0 0;
}
ul.social-meida li a {
  color: white;
  text-decoration: none;
  font-size: 0.675rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
ul.social-meida li a span {
  font-size: 0.75rem;
}
ul.social-meida li a:hover {
  border-bottom: 1px solid #1E68C1;
}

.footer-last-row {
  max-width: 96vw;
  margin: 0 auto;
  padding: 1.5rem 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.footer-last-row p {
  margin: 0;
  font-size: 0.675rem;
  color: rgb(117, 117, 117);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-last-row ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-last-row ul li a {
  color: #18459e;
  text-decoration: none;
  font-size: 0.75rem;
}
.footer-last-row ul li a:hover {
  text-decoration: underline;
}

/* Mobile footer adjustments */
@media screen and (max-width: 780px) {
  .footer {
    border-radius: 1rem;
    flex-direction: column;
    align-items: stretch;
  }
  .footer-contact-info,
  .open-hours {
    max-width: none;
    width: 100%;
    text-align: left;
  }
  .form-section {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 3rem 0 1.5rem;
  }
  .footer-contact-form {
    width: 100%;
    margin-top: 0.5rem;
  }
  .footer-last-row {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    padding-top: 1.25rem;
  }
  .footer-last-row ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.page {
  margin: 0;
}

/* Intro Animate Text Section */
/* --- Services Section --- */
.services {
  padding: 20vh 4rem;
  background: #f5f5f5;
  text-align: center;
}
.services h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.services .subtitle {
  font-size: 0.8rem;
  max-width: 60ch;
  color: #939393;
  margin: 0 auto 6rem;
}
.services .services-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.services .services-list .service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.5rem 1rem;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  overflow: visible;
  text-decoration: none;
  color: inherit;
}
.services .services-list .service:hover {
  background: #2e2e2e;
  color: #fff;
}
.services .services-list .service:hover .arrow {
  transform: translateX(5px);
}
.services .services-list .service:hover .service-img {
  display: block;
  transition: all 0.5s ease-in-out;
  margin: 1rem;
}
.services .services-list .service:hover h3 {
  color: #EAE8E2;
}
.services .services-list .service:hover p {
  color: #EAE8E2;
  max-width: 48ch;
}
.services .services-list .service.active {
  background: #0A2A72;
  color: #2e2e2e;
}
.services .services-list .service.active h3 {
  color: #fbfaf6;
}
.services .services-list .service.active p {
  color: #d5d5d5;
}
.services .services-list .service h3 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  color: rgb(117, 117, 117);
  font-weight: 400;
}
.services .services-list .service p {
  font-size: 0.8rem;
  color: #2e2e2e;
  margin: 1rem 0 3rem;
  transition: color 0.3s ease;
  max-width: 60ch;
  text-align: right;
}
.services .services-list .service .arrow {
  font-size: 20px;
  color: inherit;
  transition: transform 0.3s ease;
}
.services .services-list .service .arrow i {
  font-size: 24px;
}
.services .services-list .service .service-img {
  flex: 0 0 280px;
  text-align: right;
  display: none;
  position: absolute;
  top: -2rem;
  width: 280px;
  left: 40%;
  right: 60%;
  z-index: 10;
}
.services .services-list .service .service-img img {
  width: 100%;
  border-radius: 1rem;
  max-height: 280px;
  object-fit: cover;
  transform: rotate(-6deg);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Intro Animate Text Section */
.intro-animate-text-section {
  color: #ffffff;
  margin: 0 2rem;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
}
@media screen and (min-width: 780px) {
  .intro-animate-text-section {
    height: 80vh;
    overflow: hidden;
    padding: 16vh 0;
  }
}
.intro-animate-text-section .container {
  position: relative;
}
@media screen and (min-width: 780px) {
  .intro-animate-text-section .container {
    display: flex;
    gap: 6vw;
    max-width: 1400px;
    padding: 0 2rem;
    align-items: flex-start;
  }
}
.intro-animate-text-section .image {
  max-width: 280px;
  margin: 0 20vh 1rem 0;
}
.intro-animate-text-section .img-caption {
  max-width: 280px;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #939393;
  margin-bottom: 3rem;
}
.intro-animate-text-section .text-content {
  text-align: left;
  font-size: 0.975rem;
  line-height: 1.6;
  color: #1E68C1;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 900px) {
  .intro-animate-text-section .text-content {
    font-size: 1.25rem;
  }
}
.intro-animate-text-section .text-content p:first-child {
  margin-bottom: 2rem;
}
.intro-animate-text-section .small-footer-text {
  position: absolute;
  font-weight: 800;
  left: 2rem;
  color: #18459e;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.75rem;
  bottom: -80px;
}
@media screen and (min-width: 780px) {
  .intro-animate-text-section .small-footer-text {
    font-size: 0.875rem;
    bottom: -50px;
  }
}

/* Content Info Template Section — styled to match .testimonials on the signature-dish page */
.content-info-template-section {
  background: #fff;
  color: #2e2e2e;
  padding: 6rem 2rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .content-info-template-section {
    padding: 8vw 2rem;
  }
}
.content-info-template-section .content-info-template-hero {
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-info-template-section .content-info-template-hero h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  margin: 0;
  line-height: 1;
  max-width: 24ch;
  text-align: center;
  color: #1E68C1;
}
.content-info-template-section .content-info-template-hero p {
  display: inline-flex;
  opacity: 0.6;
  letter-spacing: 2px;
  font-size: 80%;
  font-weight: 500;
  max-width: 60ch;
  margin-top: 1.25rem;
  text-align: center;
  color: #2e2e2e;
}
.content-info-template-section .content-info-template-areas {
  position: relative;
}
.content-info-template-section .content-info-template-areas .flex-container {
  display: flex;
  gap: 2rem;
  padding: 3rem;
  align-content: center;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
.content-info-template-section .content-info-template-areas .area-card {
  background: rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
  text-align: left;
  flex-basis: 18vw;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-info-template-section .content-info-template-areas .area-card:hover {
  transform: scale();
}
.content-info-template-section .content-info-template-areas .area-card h4 {
  margin: 1rem 0 6rem;
  font-size: 1.5rem;
}
.content-info-template-section .content-info-template-areas .area-card p {
  font-size: 0.875rem;
}
.content-info-template-section .content-info-template-areas h3 {
  margin: 0;
  opacity: 0.6;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #AD894B;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

/* Mobile refinements for text-content and content-info template */
@media screen and (max-width: 780px) {
  .intro-animate-text-section {
    padding: 2rem 0 7rem;
  }
  .intro-animate-text-section .text-content {
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: left;
  }
  .intro-animate-text-section .text-content p:first-child {
    margin-bottom: 1rem;
  }
  .intro-animate-text-section .image {
    max-width: 180px;
    margin: 0 4rem 1rem 0;
  }
  .intro-animate-text-section .small-footer-text {
    left: 0;
    bottom: -60px;
  }
  /* quality-section: stack cards and increase readability on small screens */
}
@media screen and (max-width: 780px) and (min-width: 900px) {
  .intro-animate-text-section .small-footer-text {
    left: 1rem;
  }
}
@media screen and (max-width: 780px) {
  .content-info-template-section {
    padding: 2.5rem 1.5rem;
  }
  .content-info-template-section.darkbg {
    background: #fff !important;
  }
  .content-info-template-section .content-info-template-hero {
    height: auto;
    padding: 3rem 1rem;
  }
  .content-info-template-section .content-info-template-hero h2 {
    max-width: 40ch;
  }
  .content-info-template-section .content-info-template-hero p {
    max-width: 48ch;
  }
  .content-info-template-section .content-info-template-areas .flex-container {
    padding: 1rem;
    gap: 1rem;
  }
  .content-info-template-section .content-info-template-areas .area-card {
    flex-basis: 100%;
    height: auto;
    padding: 1rem;
  }
  .quality-section {
    padding: 4rem 1rem;
  }
  .quality-section .container {
    display: block;
  }
  .quality-section h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .quality-section p {
    font-size: 0.95rem;
    text-align: center;
    max-width: 48ch;
    margin: 0 auto 1.25rem;
  }
}
.menu-container h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #1E68C1;
  font-family: "Century Gothic Paneuropean", sans-serif;
}
.menu-container h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #444;
  margin-top: 2rem;
  border-bottom: 2px solid #1E68C1;
  display: inline-block;
  padding-bottom: 0.25rem;
  text-align: center;
}
.menu-container ul {
  list-style-type: none;
  padding: 0;
  margin-top: 1rem;
}
.menu-container li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  border-bottom: solid 1px rgba(123, 123, 123, 0.0666666667);
}
.menu-container li:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.menu-container li p {
  margin: 0;
  font-size: 0.875rem;
  flex: 1;
  color: #222;
  font-weight: 500;
  padding-right: 1rem;
  font-family: "Century Gothic Paneuropean", sans-serif;
}
.menu-container li span {
  white-space: nowrap;
  font-weight: 600;
  color: #1E68C1;
  font-size: 0.875rem;
}
.menu-container section {
  max-width: 850px;
  margin: 0 auto;
}
.menu-container .menu-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 900px) {
  .menu-container .menu-container {
    grid-template-columns: 1fr;
  }
}
.menu-container .note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
  font-style: italic;
}

.review-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

.review-track {
  display: flex;
  gap: 1.5rem;
  animation: scrollReviews 60s linear infinite;
  width: max-content;
  padding: 1rem 0;
}

/* Card styled to match .testimonial-card on the signature-dish page */
.review-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.5rem;
  padding: 1.5rem;
  width: 360px;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  color: #2e2e2e;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease, border-color 0.35s ease;
  /* Blue gradient liquid-glass hover fill */
  /*
  * Created with https://www.css-gradient.com
  * Gradient link: https://www.css-gradient.com/?c1=8fd1d8&c2=0854ce&gt=l&gd=dtl
  */
}
.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: #8FD1D8;
  background: linear-gradient(315deg, #8FD1D8, #0854CE);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.review-card:hover {
  transform: translateY(-8px);
  border-color: rgba(30, 104, 193, 0.35);
  box-shadow: 0 26px 48px rgba(12, 34, 74, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.review-card:hover::before {
  opacity: 1;
}
.review-card:hover p {
  color: #fff;
}
.review-card:hover .reviewer-name {
  color: rgba(255, 255, 255, 0.85);
}
.review-card:hover p span {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media screen and (min-width: 900px) {
  .review-track {
    gap: 2rem;
  }
}
/* Mobile slideshow behavior: make slider scrollable and show controls */
@media screen and (max-width: 780px) {
  .review-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    /* give room for bottom controls so they don't get clipped when scrolling */
    padding-bottom: 6.5rem;
  }
  .review-track {
    animation: none;
    width: max-content;
    gap: 1rem;
  }
  .review-card {
    /* make each card occupy the full viewport area so only one is visible */
    scroll-snap-align: center;
    flex: 0 0 calc(100vw - 2rem);
    width: calc(100vw - 2rem);
    margin: 0 1rem; /* horizontal gutter so card doesn't touch edges */
  }
  /* Controls */
  .review-controls {
    display: flex;
    gap: 0.5rem;
    position: absolute;
    left: 50%;
    bottom: 0.75rem;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: auto;
    background: transparent;
    padding: 0 0.25rem;
    opacity: 1 !important;
  }
  .review-controls button {
    background: #1E68C1;
    color: #fff;
    border: none;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    /* Keep controls visible and usable when pressed or focused */
  }
  .review-controls button .fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5rem;
    display: inline-block !important;
  }
  .review-controls button i {
    display: inline-block !important;
    font-size: 1.5rem;
    line-height: 1;
    width: 1.5rem;
    height: 1.5rem;
  }
  .review-controls button:hover {
    background: rgba(0, 0, 0, 0.85);
    color: #82b2ec;
    transform: scale(1.1);
  }
  .review-controls button:active, .review-controls button:focus {
    transform: translateY(0);
    opacity: 1;
    outline: none;
  }
  .review-prev i {
    transform: rotate(180deg);
  }
  /* Ensure buttons are not hidden by focus styles from browsers */
  .review-controls button::-moz-focus-inner {
    border: 0;
  }
  /* hide default scrollbar on WebKit */
  .review-slider::-webkit-scrollbar {
    display: none;
  }
}
@keyframes scrollReviews {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.stars {
  position: relative;
  z-index: 1;
  color: #facc15; /* gold color for stars */
  font-size: 1rem;
  letter-spacing: 2px;
}

/* Repositioned to sit at the bottom of the card, like .testimonial-footer */
.review-header {
  order: 2;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.reviewer-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgb(117, 117, 117);
  margin: 0;
  font-style: normal;
  transition: color 0.35s ease;
}

/* Quote badge styled to match .testimonial-tag */
.review-card p {
  order: 1;
  font-size: 1rem;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0;
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}
.review-card p span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  background: #fbfaf6;
  color: #1E68C1;
  font-family: "ClassiqueSaigon", sans-serif !important;
  font-weight: 600;
  font-size: 7rem;
  line-height: 0.8;
  margin-bottom: 1.75rem;
  transition: background 0.35s ease, color 0.35s ease;
}
.review-card p span strong {
  line-height: 0.8;
  margin-top: 4.25rem;
}
@media screen and (max-width: 780px) {
  .review-card p span strong {
    margin-top: 3rem;
  }
}

/* Mouse-follow glow retired in favour of the blue gradient liquid-glass hover */
.review-card .glow {
  display: none;
}

.form-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8vw;
  margin: 3rem 0;
}
@media screen and (min-width: 780px) {
  .form-section {
    margin: 4rem;
  }
}
@media screen and (min-width: 1900px) {
  .form-section {
    margin: 8rem;
  }
}
.form-section h2 {
  font-size: 2.5rem;
  max-width: 75%;
  line-height: 1.1;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .form-section h2 {
    font-size: 4rem;
  }
}
.form-section h2 span {
  color: #1E68C1;
}
.form-section p {
  max-width: 48ch;
  font-size: 0.975rem;
  color: rgb(117, 117, 117);
  margin: 3rem 0;
}
.form-section .form-row {
  min-width: 40vw;
  display: flex;
  gap: 2.5rem;
}
.form-section .form-group {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0 3rem;
}
.form-section .form-group label {
  font-weight: 500;
  color: #0A2A72;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.form-section .form-group input, .form-section .form-group textarea, .form-section .form-group select {
  padding: 0.75rem;
  border: none;
  border-bottom: 1px solid #18459e;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  background: none;
  border-radius: 0;
}
.form-section .form-group input::placeholder,
.form-section textarea::placeholder {
  color: #939393;
  opacity: 0.5;
}
.form-section .form-group textarea {
  height: 100px;
  display: block;
  width: 100%;
  min-width: 40vw;
}
.form-section .form-group select[multiple] {
  height: 100px;
}
.form-section .cf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
  margin: 1.5rem 0;
}
.form-section .cf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.form-section .cf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.form-section .cf7-checkbox label input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  accent-color: #18459e;
}
@media (max-width: 768px) {
  .form-section .cf7-checkbox {
    grid-template-columns: 1fr;
  }
}
.form-section .cf7-submit {
  background: #0A2A72;
  color: #fff;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  letter-spacing: 0.5px;
}
.form-section .cf7-submit:hover {
  background: #1E68C1;
  transform: translateY(-2px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-section .cf7-submit:active {
  transform: translateY(0);
  box-shadow: none;
}
.form-section .cf7-submit:focus {
  outline: 2px solid #1E68C1;
  outline-offset: 2px;
}

/* ---------- contact & info (light, matched to page) ---------- */
.contact-page .contact-info {
  background: var(--paper);
  color: var(--text);
  font-family: var(--display);
  padding: clamp(70px, 10vw, 130px) var(--gutter) clamp(60px, 8vw, 110px);
}
.contact-page .contact-info .container {
  max-width: 1100px;
  margin: 0 auto;
}
.contact-page .contact-info h1 {
  font-family: var(--display);
  font-weight: 700;
  color: var(--ink);
  font-size: clamp(30px, 4.8vw, 56px);
  letter-spacing: 0.005em;
  line-height: 1.02;
  margin: 0 0 clamp(34px, 5vw, 58px);
}
.contact-page .info-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(26px, 4.5vw, 64px);
}
.contact-page .section-label {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
  margin: 0 0 0.55rem;
}
.contact-page .subtext {
  color: var(--text);
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
  max-width: 32ch;
}
.contact-page .address {
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.5;
  margin: 0 0 2.2rem;
  color: var(--ink);
  font-weight: 500;
}
.contact-page .address a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.contact-page .address a:hover {
  border-color: var(--ink);
}
.contact-page .contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2.6rem;
}
.contact-page .contact-details .row {
  display: flex;
  gap: clamp(24px, 6vw, 90px);
  flex-wrap: wrap;
}
.contact-page .contact-details .row > div {
  min-width: 150px;
}
.contact-page .contact-details p {
  margin: 0;
}
.contact-page .label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--label);
  margin: 0 0 0.35rem;
  font-weight: 600;
}
.contact-page .contact-details a {
  color: var(--cap);
  text-decoration: none;
  font-size: clamp(13px, 1.15vw, 15px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.contact-page .contact-details a:hover {
  border-color: var(--cap);
}
.contact-page .hours {
  border-top: 1px solid var(--hair);
  padding-top: 1.6rem;
}
.contact-page .hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.9rem 2rem;
  margin-top: 1rem;
}
.contact-page .hours-grid p {
  margin: 0 0 0.2rem;
  font-weight: 500;
  color: var(--cap);
  font-size: clamp(13px, 1.15vw, 15px);
}
.contact-page .hours-grid span {
  color: var(--text);
  font-size: clamp(13px, 1vw, 14px);
  font-weight: 300;
}
.contact-page .closed {
  color: var(--terra);
}
.contact-page .map {
  width: 100%;
  height: clamp(280px, 42vw, 440px);
  background: #ece7df;
  margin-top: clamp(36px, 5vw, 60px);
  overflow: hidden;
}
.contact-page .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(0.9) contrast(0.98);
}
@media (max-width: 768px) {
  .contact-page .info-grid {
    grid-template-columns: 1fr;
  }
}
.contact-page footer {
  padding: 46px var(--gutter);
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cap);
}
@media (prefers-reduced-motion: reduce) {
  .contact-page .scroll-hint span {
    animation: none;
  }
}

.signature-dishes-container {
  min-height: 100vh;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
  background-color: #fbfaf6;
  position: relative;
}
.signature-dishes-container .upperrow {
  position: absolute;
  display: none;
  left: 2rem;
  right: 2rem;
}
@media screen and (min-width: 900px) {
  .signature-dishes-container .upperrow {
    top: 450px;
  }
}

@media screen and (min-width: 900px) {
  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 0.5fr);
    justify-items: center;
    max-width: 1800px;
    margin: 0 auto;
    gap: 2rem;
  }
}

.product-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 480px;
  margin: 2rem 0;
}
@media screen and (min-width: 900px) {
  .product-card {
    margin: 0;
    flex-direction: row-reverse;
    padding: 0 2rem;
    max-width: 40vw;
  }
}
.product-card:hover {
  background: #fbfaf6;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-8px);
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #1E68C1, #18459e, #6eb2ff);
  background-size: 300% 100%;
  animation: gradientShift 4s ease infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover::before {
  opacity: 1;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.product-image {
  margin: 4rem 0 0 2rem;
}
@media screen and (min-width: 900px) {
  .product-image {
    margin: 0 2rem 0;
  }
}

.dish-img {
  max-height: 400px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
  animation: float 3s ease-in-out infinite;
}

.product-card:hover .dish-img {
  transform: scale(1.05) rotate(2deg);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}
.product-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .product-content {
    width: 25vw;
  }
}

.product-title {
  font-size: 2.5rem;
  font-family: "ClassiqueSaigon", sans-serif !important;
  font-weight: 200;
  color: rgb(117, 117, 117);
  letter-spacing: -0.02em;
  line-height: 0.8;
  transition: color 0.3s ease;
  margin: 2rem auto;
}
@media screen and (min-width: 900px) {
  .product-title {
    font-size: 3rem;
  }
}

.product-card:hover .product-title {
  color: #AD894B;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .product-subtitle {
    font-size: 1rem;
    max-width: 18ch;
    margin: 0 auto 1.5rem;
    line-height: 1.15;
  }
}

.product-tagline {
  font-size: 0.675rem;
  font-weight: 300;
  color: rgb(117, 117, 117);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}

.product-tagline::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #e0e0e0;
  transition: background 0.3s ease;
}

.product-card:hover .product-tagline::after {
  background: #ff6b35;
}

@media screen and (min-width: 900px) {
  .product-card:nth-child(3), .product-card:nth-child(4) {
    flex-direction: row;
    padding-bottom: 0;
  }
}

.footer-signature-dishes ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.footer-signature-dishes ul li {
  min-width: 15ch;
}

.ngubinh-logo {
  font-size: 0.675rem;
  font-weight: 400;
  color: #939393;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 15ch;
}

.dots {
  display: flex;
  gap: 0.5rem;
}

.dot {
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.dot:hover {
  background: #ff6b35;
}

/* Entrance animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.product-card:nth-child(1) {
  animation-delay: 0.1s;
}

.product-card:nth-child(2) {
  animation-delay: 0.2s;
}

.product-card:nth-child(3) {
  animation-delay: 0.3s;
}

.product-card:nth-child(4) {
  animation-delay: 0.4s;
}

/* Ripple */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 107, 53, 0.3);
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
  z-index: 10;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
/* ---------- Marquee animation ---------- */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  animation: marquee 20s linear infinite;
  gap: 1rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* half the duplicated width */
}
/* ================================
   SIGNATURE DISH – EDITORIAL STYLE
   ================================ */
.signature-page {
  background: #faf7f2;
  overflow-x: hidden;
  margin: 1rem 0;
}
.signature-page .hero {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 4rem;
  position: relative;
  height: 78vh;
  padding: 0 1.5rem 2rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 900px) {
  .signature-page .hero {
    height: 88vh;
    padding: 4rem 8vw;
  }
}
@media screen and (min-width: 1900px) {
  .signature-page .hero {
    padding: 5rem 15vw;
    height: 90vh;
  }
}
.signature-page .hero h1 {
  font-family: "ClassiqueSaigon", sans-serif !important;
  font-size: clamp(2.5rem, 12vw, 4rem);
  font-weight: 300;
  line-height: 0.75;
  letter-spacing: -0.03em;
  color: #b08d57;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .signature-page .hero h1 {
    max-width: 10ch;
    font-size: clamp(3.5rem, 28vw, 14rem);
  }
}
.signature-page .hero p {
  max-width: 55ch;
  font-size: 0.75rem;
  line-height: 1.65;
  padding: 1.25rem;
  color: #b08d57;
}
@media screen and (min-width: 900px) {
  .signature-page .hero p {
    font-size: 0.9rem;
    padding: 2rem 1.75rem 0;
  }
}
.signature-page .hero img {
  justify-self: center;
  width: 360px;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.2));
  position: absolute;
  right: 0;
  top: 20rem;
}
@media screen and (min-width: 780px) {
  .signature-page .hero img {
    top: 8rem;
  }
}
@media screen and (min-width: 900px) {
  .signature-page .hero img {
    width: 50vw;
    top: 0;
  }
}

/* ---------- HEADER ---------- */
.signature-page header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem clamp(1.5rem, 6vw, 4rem);
}

.signature-page header nav {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ---------- HERO ---------- */
/* ---------- GALLERY ROW ---------- */
.gallery-row {
  display: flex;
  gap: 20px;
  padding: 120px clamp(1.5rem, 6vw, 4rem);
  align-items: flex-start;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .gallery-row {
    padding: 15vw 10vw;
    gap: 2rem;
  }
}
.gallery-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 45vw;
}
@media screen and (min-width: 900px) {
  .gallery-row img {
    max-width: 20vw;
  }
}

.gallery-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gallery-caption {
  font-size: 0.75rem;
  margin-top: 0.875rem;
  line-height: 1.35;
  color: rgb(117, 117, 117);
  text-align: left;
  max-width: 40ch;
}

@media (max-width: 768px) {
  .gallery-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ---------- DISH MEMORY (PARALLAX) ---------- */
.dish-memory {
  position: relative;
  height: 150vh;
  background: #1f1f1f;
  overflow: hidden;
  color: white;
  /* vertical lines */
  /* text stays still */
  /* images move */
}
@media screen and (max-width: 900px) {
  .dish-memory {
    height: 100vh;
  }
}
.dish-memory .vertical-lines {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  pointer-events: none;
}
.dish-memory .vertical-lines span {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.dish-memory .text-layer {
  position: sticky;
  top: 45%;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .dish-memory .text-layer {
    top: 40%;
  }
}
.dish-memory .text-layer h2 {
  line-height: 1;
  font-size: 2.5rem;
  margin-top: 0.5rem;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .dish-memory .text-layer h2 {
    font-size: 64px;
  }
}
.dish-memory .text-layer small {
  opacity: 0.6;
  letter-spacing: 2px;
}
.dish-memory .images-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* image positions */
  /* image positions */
}
.dish-memory .images-layer .img-1 {
  top: 25%;
  left: 10%;
}
.dish-memory .images-layer .img-2 {
  top: 20%;
  right: 15%;
  transform: rotate(4deg);
}
.dish-memory .images-layer .img-3 {
  top: 65%;
  left: 40%;
}
@media screen and (max-width: 900px) {
  .dish-memory .images-layer .img-1 {
    top: 5%;
    left: 6%;
  }
  .dish-memory .images-layer .img-2 {
    top: 32%;
    right: -8%;
    transform: rotate(4deg);
    width: 180px;
    margin-left: 60vw;
  }
  .dish-memory .images-layer .img-3 {
    top: 90%;
    left: 40%;
  }
}
.dish-memory .images-layer img {
  position: absolute;
  width: 360px;
  transform: rotate(-4deg);
  will-change: transform;
}
.dish-memory .images-layer img:nth-child(3) {
  width: 560px;
}
@media screen and (max-width: 900px) {
  .dish-memory .images-layer img {
    width: 260px;
  }
}

/* ---------- TESTIMONIALS ---------- */
.testimonials {
  background: #fff;
  padding: 6rem clamp(1.5rem, 6vw, 4rem);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .testimonials {
    padding: 8vw clamp(1.5rem, 6vw, 4rem);
  }
}

.testimonials-heading {
  margin-bottom: 3.5rem;
}
.testimonials-heading small {
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
  letter-spacing: 2px;
  font-size: 80%;
  color: #2e2e2e;
  font-weight: 500;
}
.testimonials-heading h2 {
  color: #1E68C1;
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 0.5rem;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .testimonials-heading h2 {
    font-size: 64px;
  }
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.testimonial-card {
  position: relative;
  isolation: isolate;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.5rem;
  padding: 2.5rem;
  text-align: left;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease, border-color 0.35s ease;
  margin: 0;
  overflow: hidden;
  /* Blue gradient liquid-glass hover fill */
  /*
  * Created with https://www.css-gradient.com
  * Gradient link: https://www.css-gradient.com/?c1=8fd1d8&c2=0854ce&gt=l&gd=dtl
  */
}
.testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: #8FD1D8;
  background: linear-gradient(315deg, #8FD1D8, #0854CE);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(30, 104, 193, 0.35);
  box-shadow: 0 26px 48px rgba(12, 34, 74, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.testimonial-card:hover::after {
  opacity: 1;
}
.testimonial-card:hover .testimonial-tag {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.testimonial-card:hover .testimonial-quote {
  color: #fff;
}
.testimonial-card:hover .testimonial-name {
  color: rgba(255, 255, 255, 0.85);
}
.testimonial-card:hover .testimonial-photo {
  border-color: rgba(255, 255, 255, 0.6);
}

.testimonial-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  background: #fbfaf6;
  color: #1E68C1;
  font-family: "ClassiqueSaigon", sans-serif !important;
  font-weight: 600;
  font-size: 7rem;
  line-height: 1.8;
  padding-bottom: 0.35rem;
  margin-bottom: 1.75rem;
  transition: background 0.4s ease, color 0.4s ease;
}
.testimonial-tag p {
  line-height: 0.8;
  margin-top: 4.75rem;
}

.testimonial-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.testimonial-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0.08);
  transition: border-color 0.4s ease;
}

.testimonial-name {
  font-style: normal;
  font-weight: 600;
  font-size: 0.85rem;
  color: rgb(117, 117, 117);
  transition: color 0.4s ease;
}

.testimonial-quote {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0;
  transition: color 0.4s ease;
}

/* ================================
   ANIMATIONS (subtle & elegant)
   ================================ */
@keyframes signatureFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Entrance: header + hero (above-the-fold, plays on load) */
.signature-page header {
  animation: signatureFadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.signature-page .hero h1 {
  animation: signatureFadeUp 0.9s 0.1s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.signature-page .hero p {
  animation: signatureFadeUp 0.9s 0.25s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.signature-page .hero img {
  animation: signatureFadeUp 1s 0.15s cubic-bezier(0.19, 1, 0.22, 1) both;
}

/* Micro-interactions */
.signature-page .logo img {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.signature-page .logo:hover img {
  transform: scale(1.06);
}

.signature-page header nav {
  transition: opacity 0.3s ease;
}

.signature-page header nav:hover {
  opacity: 0.6;
}

.gallery-item img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover img {
  transform: scale(1.03);
}

/* Scroll reveal: gallery items + testimonials (does not apply to .dish-memory) */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* testimonial-card already animates transform on hover (lift) — reveal only fades it
   in so the two never fight over the transform property */
.testimonial-card.reveal {
  transform: none;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery-item.reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.gallery-item.reveal:nth-child(2) {
  transition-delay: 0.15s;
}

.gallery-item.reveal:nth-child(3) {
  transition-delay: 0.25s;
}

.gallery-item.reveal:nth-child(4) {
  transition-delay: 0.35s;
}

.testimonial-card.reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.testimonial-card.reveal:nth-child(2) {
  transition-delay: 0.2s;
}

.testimonial-card.reveal:nth-child(3) {
  transition-delay: 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  .signature-page header,
  .signature-page .hero h1,
  .signature-page .hero p,
  .signature-page .hero img {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.container-signature-dishes {
  padding: 2rem 5vw;
  background-color: #fbfaf6;
}

.featured-menu {
  margin: 3rem 0;
}
@media screen and (min-width: 780px) {
  .featured-menu {
    margin: 0;
  }
}

.content-header {
  margin: 2rem 0;
}
@media screen and (min-width: 780px) {
  .content-header {
    display: flex;
    justify-content: space-between;
    margin: 8rem 0;
    align-items: start;
  }
}

.content-header a {
  background-color: #0A2A72;
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.content-header a:hover {
  background-color: #1E68C1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (min-width: 1300px) {
  .content-header {
    margin: 6rem 0 8rem;
  }
}
.content-header h2 {
  font-size: 3rem;
  color: #1E68C1;
  margin: 0 0 1.5rem;
  font-family: "Century Gothic Paneuropean", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.content-header h3 {
  font-size: 1rem;
  color: #0A2A72;
  margin-bottom: 1rem;
}

.content-header p {
  color: #0A2A72;
  margin-bottom: 4rem;
  max-width: 48ch;
}

.customer-choice {
  background-color: #fbfaf6;
  margin: 0;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  flex-direction: column;
}

.customer-choice .container {
  padding: 2rem 5vw;
  max-width: 1800px;
}

@media screen and (min-width: 780px) {
  .customer-choice .content-header {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
    align-items: start;
  }
}

.customer-choice .content-header a {
  background-color: #0A2A72;
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.customer-choice .content-header a:hover {
  background-color: #1E68C1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (min-width: 1300px) {
  .customer-choice .content-header {
    margin: 6rem 0 8rem;
  }
}
.customer-choice .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2.5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 780px) {
  .customer-choice .grid {
    margin: 2rem 1rem 3rem 2rem;
  }
}

@media screen and (min-width: 900px) {
  .customer-choice .grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.5rem;
    row-gap: 3rem;
    margin: 3rem 0 6rem 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .customer-choice .grid {
    margin: 5rem 0 8rem 5rem;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 4rem;
    row-gap: 5rem;
  }
}
.customer-choice .item {
  position: relative;
  text-align: center;
}

.customer-choice .item img {
  width: 80%;
  height: auto;
  border-radius: 10px;
  margin: 1rem;
}

.customer-choice .item span {
  position: absolute;
  top: 0;
  left: 10px;
  color: #0A2A72;
  font-weight: bold;
}

.customer-choice .section {
  margin-top: 30px;
}

.customer-choice .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.5rem;
  row-gap: 1rem;
  text-align: left;
}

.customer-choice .menu-item {
  color: #0A2A72;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  gap: 1.25rem;
}

.customer-choice .footer {
  margin-top: 20px;
  color: #0A2A72;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.customer-choice .item img {
  animation: fadeIn 1s ease-in-out;
}

.customer-choice .item span {
  animation: slideUp 1s ease-in-out;
}

.customer-choice h1, .customer-choice h2, .customer-choice p, .customer-choice .menu-item {
  animation: slideUp 1s ease-in-out;
}

:root {
  --gold: #b38a3b;
  --navy: #0c224a;
  --light-bg: #f6f6f6;
  --text-dark: #333;
  --max-width: 1200px;
}

/* Smooth fade-slide animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── SCOPED CSS FOR MENU SECTION ── */
.ngu-binh-menu-container *,
.ngu-binh-menu-container *::before,
.ngu-binh-menu-container *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ngu-binh-menu-container {
  --bg: #FAFBFA;
  --bg-alt: #F2F4F4;
  --navy: #003349;
  --navy-soft: #2C5366;
  --muted: #5E727B;
  --rule: rgba(0,51,73,0.22);
  --rule-soft: rgba(0,51,73,0.12);
  /* Updated Fonts */
  --font-body: "Century Gothic Pro", "Century Gothic", sans-serif;
  --font-heading: "ITC Avant Garde Gothic Pro", "Avant Garde", sans-serif;
  --nav-h: 70px;
  --subnav-h: 54px;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--navy);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

/* ── TOP NAV ── */
.ngu-binh-menu-container .top-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  border-bottom: 1px solid var(--rule-soft);
}

.ngu-binh-menu-container .brand {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.ngu-binh-menu-container .brand-main {
  font-family: var(--font-heading);
  font-size: 27px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.05em;
}

.ngu-binh-menu-container .brand-sub {
  font-family: var(--font-body);
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.ngu-binh-menu-container .brand-menu {
  display: none;
}
@media screen and (min-width: 780px) {
  .ngu-binh-menu-container .brand-menu {
    display: block;
  }
}

.ngu-binh-menu-container .menu-tabs {
  display: flex;
  gap: 36px;
}

.ngu-binh-menu-container .menu-tab {
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  transition: color 0.2s;
}

.ngu-binh-menu-container .menu-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5px;
  background: var(--navy);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.ngu-binh-menu-container .menu-tab.active {
  color: var(--navy);
}

.ngu-binh-menu-container .menu-tab.active::after {
  transform: scaleX(1);
}

.ngu-binh-menu-container .menu-tab:hover {
  color: var(--navy);
}

.ngu-binh-menu-container .nav-right {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── MENU BANNER ── */
.ngu-binh-menu-container .menu-banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: clamp(280px, 30vw, 460px);
  margin: 2rem auto;
}

.ngu-binh-menu-container .menu-banner-logo {
  background: #1E68C1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 0 clamp(24px, 4vw, 56px);
  font-family: var(--font-heading);
  font-weight: 800;
  text-transform: lowercase;
  line-height: 0.82;
  font-size: clamp(46px, 6.4vw, 96px);
  transition: background 0.6s ease, color 0.6s ease, font-size 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.ngu-binh-menu-container .menu-banner:hover .menu-banner-logo {
  background: #fff;
  color: #1E68C1;
  font-size: clamp(24px, 2.8vw, 38px);
}

.ngu-binh-menu-container .menu-banner-img {
  position: relative;
  overflow: hidden;
  background: var(--bg-alt);
}

.ngu-binh-menu-container .menu-banner-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.6s ease, transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ngu-binh-menu-container .menu-banner-img .img-default {
  opacity: 1;
  transform: scale(1);
}

.ngu-binh-menu-container .menu-banner-img .img-hover {
  opacity: 0;
  transform: scale(1.06);
}

.ngu-binh-menu-container .menu-banner:hover .menu-banner-img .img-default {
  opacity: 0;
  transform: scale(1.06);
}

.ngu-binh-menu-container .menu-banner:hover .menu-banner-img .img-hover {
  opacity: 1;
  transform: scale(1);
}

.ngu-binh-menu-container .menu-banner-img:nth-child(2) img {
  transition-delay: 0s;
}

.ngu-binh-menu-container .menu-banner-img:nth-child(3) img {
  transition-delay: 0.06s;
}

.ngu-binh-menu-container .menu-banner-img:nth-child(4) img {
  transition-delay: 0.12s;
}

@media (max-width: 900px) {
  .ngu-binh-menu-container .menu-banner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: clamp(360px, 90vw, 520px);
  }
  .ngu-binh-menu-container .menu-banner-logo {
    font-size: clamp(34px, 9vw, 52px);
    padding: 0 20px;
  }
  .ngu-binh-menu-container .menu-banner:hover .menu-banner-logo {
    font-size: clamp(20px, 6vw, 28px);
  }
}
@media (max-width: 640px) {
  .ngu-binh-menu-container .menu-banner {
    height: clamp(320px, 130vw, 420px);
  }
  .ngu-binh-menu-container .menu-banner-logo {
    font-size: clamp(28px, 11vw, 40px);
    padding: 0 16px;
  }
  .ngu-binh-menu-container .menu-banner:hover .menu-banner-logo {
    font-size: clamp(16px, 6vw, 22px);
  }
}
/* ── HERO ── */
.ngu-binh-menu-container .hero {
  text-align: center;
  padding: 64px 40px 24px;
  display: none;
}

.ngu-binh-menu-container .hero.visible {
  display: block;
}

.ngu-binh-menu-container .hero-label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}

.ngu-binh-menu-container .hero-title {
  font-family: var(--font-heading);
  font-size: 56px;
  color: var(--navy);
  line-height: 1;
  letter-spacing: 0.01em;
}

.ngu-binh-menu-container .hero-desc {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted);
  max-width: 560px;
  margin: 18px auto 0;
  line-height: 1.7;
}

.ngu-binh-menu-container .legend {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}

.ngu-binh-menu-container .legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* diamond badge */
.ngu-binh-menu-container .dia {
  width: 16px;
  height: 16px;
  border: 1px solid var(--rule);
  transform: rotate(45deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ngu-binh-menu-container .dia i {
  transform: rotate(-45deg);
  font-style: normal;
  font-family: var(--font-body);
  font-size: 8px;
  letter-spacing: 0;
  color: var(--navy-soft);
}

/* ── STICKY CATEGORY NAV ── */
.ngu-binh-menu-container .cat-nav {
  position: sticky;
  top: var(--nav-h);
  z-index: 90;
  background: var(--bg);
  border-bottom: 1px solid var(--rule-soft);
  height: var(--subnav-h);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 32px;
  gap: 30px;
}

.ngu-binh-menu-container .cat-nav::-webkit-scrollbar {
  display: none;
}

.ngu-binh-menu-container .cat-btn {
  flex-shrink: 0;
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  padding: 4px 0;
  border-bottom: 1.5px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
}

.ngu-binh-menu-container .cat-btn.active {
  color: var(--navy);
  border-bottom-color: var(--navy);
}

.ngu-binh-menu-container .cat-btn:hover:not(.active) {
  color: var(--navy);
}

/* ── PANELS ── */
.ngu-binh-menu-container .menu-panel {
  display: none;
}

.ngu-binh-menu-container .menu-panel.visible {
  display: block;
}

/* ── SECTION ── */
.ngu-binh-menu-container .menu-section {
  padding: 54px 56px;
  max-width: 1600px;
  margin: 0 auto;
}

.ngu-binh-menu-container .sec-title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 44px;
}

.ngu-binh-menu-container .sec-title::before,
.ngu-binh-menu-container .sec-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
}

.ngu-binh-menu-container .sec-title h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  text-align: center;
}

.ngu-binh-menu-container .sec-title h2 small {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--muted);
  margin-top: 6px;
  font-weight: 400;
}

/* grid: optional photo + dishes */
.ngu-binh-menu-container .sec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 64px;
}

.ngu-binh-menu-container .sec-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.ngu-binh-menu-container .sec-photo {
  overflow: hidden;
  background: var(--bg-alt);
  border-radius: 2px;
  min-height: 280px;
}

.ngu-binh-menu-container .sec-photo.tall {
  grid-row: span 2;
}

.ngu-binh-menu-container .sec-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── DISH ── */
.ngu-binh-menu-container .dish {
  break-inside: avoid;
}

.ngu-binh-menu-container .dish-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 9px;
}

.ngu-binh-menu-container .dish .dia {
  transform: rotate(45deg);
  align-self: center;
  margin-right: 2px;
}

.ngu-binh-menu-container .dish-name {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 19px;
  color: var(--navy);
  line-height: 1.15;
  white-space: normal;
  min-width: 0;
}

.ngu-binh-menu-container .dish-line {
  flex: 1;
  height: 1px;
  background: var(--rule);
  align-self: center;
  min-width: 16px;
}

.ngu-binh-menu-container .dish-price {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 18px;
  color: var(--navy);
  white-space: nowrap;
}

.ngu-binh-menu-container .dish-eng {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy-soft);
  margin: -4px 0 7px;
}

.ngu-binh-menu-container .dish-desc {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 40ch;
}

/* wine sub-group heading */
.ngu-binh-menu-container .group-label {
  grid-column: 1/-1;
  font-family: var(--font-body);
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--rule-soft);
  margin-bottom: -16px;
}

/* ── FOOTER ── */
.ngu-binh-menu-container .menu-footer {
  text-align: center;
  padding: 48px 40px;
  border-top: 1px solid var(--rule-soft);
  margin-top: 24px;
}

.ngu-binh-menu-container .menu-footer .fbrand {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}

.ngu-binh-menu-container .menu-footer p {
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ngu-binh-menu-container .sec-grid,
  .ngu-binh-menu-container .sec-grid.three {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .ngu-binh-menu-container .sec-photo.tall {
    grid-row: auto;
  }
  .ngu-binh-menu-container .sec-photo {
    min-height: 220px;
  }
  .ngu-binh-menu-container .dish-desc {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .ngu-binh-menu-container .top-nav {
    padding: 0 20px;
  }
  .ngu-binh-menu-container .nav-right {
    display: none;
  }
  .ngu-binh-menu-container .menu-tabs {
    gap: 22px;
  }
  .ngu-binh-menu-container .hero {
    padding: 44px 20px 16px;
  }
  .ngu-binh-menu-container .hero-title {
    font-size: 40px;
  }
  .ngu-binh-menu-container .cat-nav {
    justify-content: flex-start;
    padding: 0 20px;
    gap: 22px;
  }
  .ngu-binh-menu-container .menu-section {
    padding: 40px 22px;
  }
  .ngu-binh-menu-container .sec-title {
    gap: 14px;
    margin-bottom: 32px;
  }
  .ngu-binh-menu-container .sec-title h2 {
    font-size: 21px;
  }
}
:root {
  --paper:#FCFBF7;
  --ink:#1E3D74;
  --ink-2:#2c4f8c;
  --text:#4b4b4b;
  --cap:#23272e;
  --guide:rgba(214,140,128,.42);
  --guide-strong:rgba(208,124,112,.55);
  --display: $sans-serif;
  --maxw:1200px;
  --gutter:clamp(20px,5vw,72px);
}

.about-page {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--display);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* ---------- hero / video reveal ---------- */
  /* ---------- section 2 : review ---------- */
  /* ---------- section 3 : gallery ---------- */
  /* reveal base states */
}
.about-page img, .about-page video {
  display: block;
  max-width: 100%;
}
@media (max-width: 720px) {
  .about-page .eyebrow {
    font-size: 8px;
    letter-spacing: 0.18em;
  }
  .about-page .eyebrow.l {
    left: 14px;
  }
  .about-page .eyebrow.r {
    right: 14px;
  }
}
.about-page .hero-track {
  height: 230vh;
  position: relative;
}
.about-page .hero-stage {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.about-page .eyebrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(8px, 1vw, 11px);
  letter-spacing: 0.32em;
  font-weight: 500;
  color: var(--cap);
  text-transform: uppercase;
  z-index: 5;
  white-space: nowrap;
}
.about-page .eyebrow.l {
  left: var(--gutter);
}
.about-page .eyebrow.r {
  right: var(--gutter);
}
.about-page .title {
  position: absolute;
  left: 50%;
  top: 27%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  margin: 0;
  z-index: 6;
  font-family: var(--display);
  font-weight: 700;
  color: var(--ink);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: clamp(58px, 11vw, 150px);
  will-change: transform;
}
.about-page .video-frame {
  position: absolute;
  left: 50%;
  top: 67%;
  transform: translate(-50%, -50%);
  width: clamp(140px, 38vw, 212px);
  height: clamp(187px, 50.6vw, 283px);
  overflow: hidden;
  z-index: 4;
  box-shadow: 0 18px 50px -28px rgba(31, 61, 116, 0.55);
  will-change: width, height, top;
  background: #0d1622;
}
.about-page .video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 7;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cap);
  opacity: 0.7;
}
.about-page .scroll-hint span {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
.about-page .review {
  position: relative;
  padding: clamp(70px, 11vw, 150px) var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto;
}
.about-page .review__img {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.about-page .review__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .review__img .mask {
  position: absolute;
  inset: 0;
  background: var(--paper);
  transform-origin: left;
}
.about-page .kicker {
  font-size: clamp(10px, 1vw, 12px);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
  margin: 0 0 22px;
}
.about-page .flex-text-container {
  columns: 2;
  padding: 4rem 0;
  gap: 3rem;
}
.about-page .flex-text-container p {
  font-size: 0.875rem;
  line-height: 1.72;
}
.about-page .quote {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(0.675rem, 1.55vw, 0.875rem);
  line-height: 1.72;
  color: #37414f;
  margin: 0;
  position: relative;
}
.about-page .quote .lead {
  display: block;
  font-weight: 500;
  color: var(--ink);
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.3;
  margin-bottom: 22px;
}
.about-page .quote .qmark {
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0;
  color: var(--guide-strong);
  font-weight: 700;
  display: inline-block;
  vertical-align: -0.35em;
  margin-right: 6px;
}
.about-page .sig {
  margin-top: 26px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cap);
  font-weight: 500;
}
@media (max-width: 840px) {
  .about-page .review {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .about-page .review__img {
    order: -1;
    aspect-ratio: 4/3;
  }
}
.about-page .gallery {
  padding: clamp(64px, 9vw, 120px) var(--gutter) clamp(70px, 9vw, 120px);
  text-align: center;
}
.about-page .gallery h2 {
  font-family: var(--display);
  font-weight: 700;
  color: var(--ink);
  font-size: clamp(30px, 5.4vw, 62px);
  line-height: 1.04;
  letter-spacing: 0.005em;
  margin: 0 auto;
  max-width: min(20ch, 92vw);
}
.about-page .caps {
  margin: 22px 0 14px;
  font-size: clamp(9px, 1vw, 12px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cap);
  font-weight: 600;
}
.about-page .lede {
  max-width: 54ch;
  margin: 0 auto;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.7;
  color: var(--text);
  font-weight: 300;
}
.about-page .strip {
  margin-top: clamp(40px, 6vw, 76px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(8px, 1.2vw, 16px);
}
.about-page .shot {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3/2;
  background: #e9e4dd;
}
.about-page .shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.about-page .shot:hover img {
  transform: scale(1.06);
}
@media (max-width: 900px) {
  .about-page .strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .about-page .strip {
    grid-template-columns: 1fr;
  }
}
.about-page .reveal {
  opacity: 0;
  transform: translateY(34px);
}
.about-page .shot.reveal {
  transform: translateY(40px);
}
.about-page footer {
  padding: 46px var(--gutter);
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cap);
}
@media (prefers-reduced-motion: reduce) {
  .about-page .scroll-hint span {
    animation: none;
  }
}
.about-page .instagram-feed {
  padding: 2rem;
  margin: 2rem auto;
  max-width: 1600px;
}
.about-page .instagram-feed h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "ClassiqueSaigon", sans-serif !important;
  font-weight: 300;
  font-size: 5vw;
  color: var(--gold);
}

.gift-card .full-img-container {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  .gift-card .full-img-container {
    height: 40vh;
  }
}
.gift-card .full-img-container img {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.gift-card .gift-card-order {
  background: #fbfaf6;
}
.gift-card .form-section {
  display: flex;
  padding: 15vh 2rem;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8vw;
  margin: 0;
  padding: 3rem 0;
}
@media screen and (max-width: 780px) {
  .gift-card .form-section {
    flex-direction: column;
    gap: 1.25rem;
    padding: 4rem 1.5rem;
  }
}
@media screen and (min-width: 780px) {
  .gift-card .form-section {
    padding: 4rem;
    margin: 0;
  }
}
@media screen and (min-width: 1900px) {
  .gift-card .form-section {
    padding: 8rem;
    margin: 0;
  }
}

/* Static form title (the CF7 "Digital Gift Card" heading) — styled like a field label, one size up */
.gift-card-form h3 {
  font-weight: 600;
  color: #0A2A72;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 2rem;
}

.contain-wrapper {
  --paper: #FCFBF7;
  --ink: #1E3D74;
  --text: #4b4b4b;
  --cap: #23272e;
  --gold: #AD894B;
  --hair: rgba(30, 61, 116, .14);
  --gutter: clamp(20px, 5vw, 72px);
  background: var(--paper);
  color: var(--text);
  font-family: "Century Gothic Paneuropean", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.privacy-container {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(70px, 10vw, 120px) var(--gutter) clamp(64px, 9vw, 120px);
  /* ---------- masthead ---------- */
  /* ---------- numbered sections ---------- */
  /* ---------- contact card ---------- */
}
.privacy-container > h2:first-child {
  font-family: "Century Gothic Paneuropean", sans-serif;
  font-weight: 400;
  color: var(--ink);
  font-size: clamp(46px, 7.5vw, 84px);
  line-height: 0.96;
  letter-spacing: 0.005em;
  margin: 0;
}
.privacy-container > h3:first-of-type {
  font-family: "Century Gothic Paneuropean", sans-serif;
  font-size: clamp(11px, 1vw, 12px);
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink);
  margin: clamp(20px, 3vw, 30px) 0 0;
}
.privacy-container > h3:first-of-type + p {
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  color: var(--cap);
  margin: 1.4rem 0 0;
  padding-bottom: clamp(36px, 5vw, 56px);
  border-bottom: 1px solid var(--hair);
}
.privacy-container > h3:not(:first-of-type) {
  font-family: "Century Gothic Paneuropean", sans-serif;
  font-weight: 700;
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: 0.002em;
  margin: clamp(48px, 6vw, 64px) 0 1.1rem;
}
.privacy-container p {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.75;
  color: var(--text);
  margin: 0 0 1.1rem;
}
.privacy-container p strong {
  color: var(--cap);
  font-weight: 600;
}
.privacy-container ul {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.privacy-container ul li {
  position: relative;
  padding-left: 1.4rem;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.7;
  color: var(--text);
}
.privacy-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.privacy-container ul li strong {
  color: var(--cap);
  font-weight: 600;
}
.privacy-container .contact-box {
  margin-top: clamp(48px, 6vw, 70px);
  padding: clamp(28px, 4vw, 44px);
  background: #fff;
  border: 1px solid var(--hair);
  border-radius: 14px;
}
.privacy-container .contact-box h3 {
  margin: 0 0 0.6rem;
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--ink);
  font-weight: 700;
}
.privacy-container .contact-box > p:first-of-type {
  margin-bottom: 1.6rem;
}
.privacy-container .contact-box p {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
}
.privacy-container .contact-box p strong {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 700;
}
.privacy-container .contact-box a {
  color: var(--cap);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.privacy-container .contact-box a:hover {
  border-color: var(--ink);
  color: var(--ink);
}

/* ---------- mobile ---------- */
@media screen and (max-width: 780px) {
  .privacy-container {
    padding: 3rem 1.5rem 3.5rem;
  }
}