/* Generated by Umix Landing Builder */
:root {
  --bg: #FFFFFF; --bg-soft: #F7F5F2; --line: #E8E4DD;
  --text: #1C1A17; --text-2: #5A554D; --text-3: #9A958C;
  --gold: #BC8B4A; --gold-soft: #f4ece1;
  --green: #1B8A3F; --red: #D14343; --blue: #1565C0;
  --google-blue: #4285F4;
  --zalo: #0068FF; --whatsapp: #25D366;
  --kakao: #FEE500; --kakao-text: #3C1E1E;
  --line-green: #06C755; --wechat: #1AAD19; --messenger: #0084FF;
}
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--text); background: var(--bg);
  line-height: 1.5; font-size: 15px;
  padding-bottom: 90px;
  -webkit-font-smoothing: antialiased;
}
body.lang-ko { font-family: 'Noto Sans KR', sans-serif; }
body.lang-ja { font-family: 'Noto Sans JP', sans-serif; }
body.lang-zh-CN { font-family: 'Noto Sans SC', sans-serif; }
body.lang-zh-TW { font-family: 'Noto Sans TC', sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.wrap { max-width: 480px; margin: 0 auto; background: var(--bg); min-height: 100vh; position: relative; }
@media (min-width: 900px) {
  body { background: #EEEAE4; padding: 24px 0 110px; }
  .wrap { box-shadow: 0 4px 24px rgba(0,0,0,0.08); border-radius: 12px; overflow: hidden; }
}
.lang-switcher {
  position: fixed; top: 14px; left: 14px; z-index: 1000;
}
@media (min-width: 900px) {
  /* Desktop: align with the '3 photos' badge inside the centered .wrap.
     Body has 24px top padding; badge sits 14px inside hero → total 38px. */
  .lang-switcher { top: 38px; left: calc(50% - 226px); }
}
.lang-btn {
  background: rgba(0,0,0,0.65); backdrop-filter: blur(10px);
  color: #FFF; font-size: 13px; font-weight: 600;
  padding: 7px 12px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}
.lang-btn .lang-flag-cur { font-size: 18px; line-height: 1; }
.lang-menu { display: none; position: absolute; top: 42px; left: 0; background: #FFF; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); min-width: 160px; overflow: hidden; }
.lang-menu.open { display: block; }
.lang-option { display: flex; align-items: center; gap: 10px; padding: 11px 14px; font-size: 14px; color: var(--text); cursor: pointer; transition: background 0.15s; }
.lang-option:active, .lang-option:hover { background: var(--bg-soft); }
.lang-option.active { background: var(--gold-soft); color: var(--gold); font-weight: 500; }
.lang-flag { font-size: 18px; line-height: 1; }
.hero { position: relative; aspect-ratio: 16/10; background-size: cover; background-position: center; }
.biz-header { padding: 14px 18px 4px; border-bottom: 1px solid var(--line); }
.biz-name-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.biz-name {
  font-family: 'Roboto', 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 18px; font-weight: 600;
  line-height: 1.3; letter-spacing: -0.01em; color: var(--text);
  margin: 0; flex: 1; min-width: 0;
}
.biz-verified-top {
  flex: none; display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; color: #1A73E8; font-weight: 500;
  white-space: nowrap;
}
.biz-verified-top svg { width: 14px; height: 14px; flex: none; }
.photo-count { position: absolute; top: 14px; right: 14px; background: rgba(0,0,0,0.55); backdrop-filter: blur(8px); color: #FFF; font-size: 12px; font-weight: 500; padding: 6px 12px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; transition: opacity 0.15s; }
.photo-count:active { opacity: 0.75; }
.photo-count svg { width: 14px; height: 14px; }
.biz-rating-row { padding: 4px 0 2px; display: flex; align-items: center; gap: 6px; font-size: 13px; cursor: pointer; transition: background 0.15s; }
.biz-rating-row:active { background: var(--bg-soft); }
.rating-num { font-weight: 600; font-size: 13px; color: var(--text); }
.stars { color: #FBBC04; letter-spacing: 1px; font-size: 13px; }
.rating-count { color: var(--text-2); text-decoration: underline; text-decoration-color: var(--text-3); text-underline-offset: 2px; font-size: 13px; }
.biz-sub-row { padding: 0 0 12px; font-size: 13px; color: var(--text-2); }
.biz-cat { color: var(--text-2); font-size: 13px; }
/* Legacy class names kept for any cached CSS */
.rating-bar { padding: 6px 18px 2px; display: flex; align-items: center; gap: 8px; font-size: 14px; }
.rating-cat { color: var(--text-2); font-size: 13px; }
.rating-verified { margin-left: auto; font-size: 11px; color: var(--text-3); display: inline-flex; align-items: center; gap: 4px; }
.rating-verified svg { width: 12px; height: 12px; color: var(--google-blue); }
.actions { display: grid; grid-template-columns: repeat(4, 1fr); padding: 14px 12px 18px; gap: 4px; border-bottom: 8px solid var(--bg-soft); }
.action { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 8px 4px; border-radius: 8px; transition: background 0.15s; }
.action:active { background: var(--bg-soft); }
.action-ico { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFF; }
.action-ico.call { background: var(--green); }
.action-ico.dir { background: var(--blue); }
.action-ico.book { background: var(--gold); }
.action-ico.chat { background: var(--zalo); }
.action-ico.chat.platform-whatsapp { background: var(--whatsapp); }
.action-ico.chat.platform-kakao { background: var(--kakao); color: var(--kakao-text); }
.action-ico.chat.platform-line { background: var(--line-green); }
.action-ico.chat.platform-wechat { background: var(--wechat); }
.action-ico.chat.platform-messenger { background: var(--messenger); }
.action-ico svg { width: 22px; height: 22px; }
.action-label { font-size: 12px; font-weight: 500; color: var(--text); }
.info-list { padding: 4px 0; }
.info-row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: none; }
.info-ico { flex: none; width: 22px; height: 22px; color: var(--text-3); margin-top: 1px; }
.info-ico svg { width: 100%; height: 100%; }
.info-body { flex: 1; font-size: 14px; line-height: 1.5; }
.info-body strong { font-weight: 500; color: var(--text); }
.info-link { color: var(--blue); }
.status-open { color: var(--green); font-weight: 600; }
.info-row.tappable:active { background: var(--bg-soft); }
.info-chev { color: var(--text-3); flex: none; width: 18px; height: 18px; margin-top: 2px; }
.section { padding: 20px 18px; border-bottom: 8px solid var(--bg-soft); }
.section-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; }
.section-title .more { font-size: 13px; font-weight: 500; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; }
.section-title .more svg { width: 12px; height: 12px; }
.section-attribution { font-size: 11px; color: var(--text-3); display: inline-flex; align-items: center; gap: 5px; margin-bottom: 12px; }
.section-attribution svg { width: 12px; height: 12px; color: var(--google-blue); }
.about-text { font-size: 14px; line-height: 1.6; color: var(--text-2); }
.service-row { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; gap: 12px; }
.service-row:last-child { border-bottom: none; }
.service-row:first-child { padding-top: 4px; }
.service-name { font-weight: 500; flex: 1; }
.service-desc { font-size: 12px; color: var(--text-3); margin-top: 2px; font-weight: 400; }
.service-price { font-weight: 600; color: var(--gold); white-space: nowrap; font-variant-numeric: tabular-nums; }
.photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; position: relative; }
.photo { aspect-ratio: 1/1; overflow: hidden; background: var(--bg-soft); position: relative; cursor: pointer; transition: transform 0.2s; }
.photo:active { transform: scale(0.97); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-more { position: absolute; inset: 0; background: rgba(28,26,23,0.75); color: #FFF; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; gap: 4px; }
.photo-more svg { width: 16px; height: 16px; opacity: 0.8; }
.photo-more-label { font-size: 10px; font-weight: 400; opacity: 0.8; letter-spacing: 0.05em; text-transform: uppercase; }
.map-wrap { position: relative; aspect-ratio: 16/12; background: var(--bg-soft); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.9); }
.map-cta { position: absolute; bottom: 14px; left: 14px; right: 14px; background: #FFF; border-radius: 999px; padding: 12px 16px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 500; font-size: 14px; color: var(--blue); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.map-cta svg { width: 18px; height: 18px; }
.review { padding: 14px 0; border-bottom: 1px solid var(--line); cursor: pointer; transition: background 0.15s; margin: 0 -18px; padding-left: 18px; padding-right: 18px; }
.review:hover, .review:active { background: var(--bg-soft); }
.review:last-of-type { border-bottom: none; }
.review-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.review-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--bg-soft); color: var(--gold); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 13px; flex: none; overflow: hidden; }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.review-author { font-weight: 500; font-size: 14px; }
.review-meta { font-size: 12px; color: var(--text-3); display: flex; align-items: center; gap: 6px; }
.review-meta .stars { font-size: 11px; }
.review-text { font-size: 14px; line-height: 1.55; color: var(--text-2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.review-readmore { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: var(--blue); font-weight: 500; margin-top: 6px; }
.review-readmore svg { width: 11px; height: 11px; }
.write-review-cta { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--bg-soft); padding: 13px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--blue); margin-top: 14px; transition: background 0.15s; }
.write-review-cta:active { background: var(--line); }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.92); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 20px; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.15); color: #FFF; display: flex; align-items: center; justify-content: center; font-size: 24px; backdrop-filter: blur(8px); cursor: pointer; }
.lightbox-close:active { background: rgba(255,255,255,0.25); }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.15); color: #FFF; display: flex; align-items: center; justify-content: center; font-size: 28px; backdrop-filter: blur(8px); cursor: pointer; user-select: none; }
.lightbox-nav:active { background: rgba(255,255,255,0.25); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-counter { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); color: #FFF; font-size: 14px; background: rgba(0,0,0,0.5); padding: 6px 14px; border-radius: 999px; backdrop-filter: blur(8px); }
.write-review-cta svg { width: 16px; height: 16px; }
.footer { padding: 20px 18px 30px; text-align: center; font-size: 12px; color: var(--text-3); }
.footer-maps { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: var(--blue); font-weight: 500; }
.footer-maps svg { width: 14px; height: 14px; }
.bottom-bar { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 480px; background: #FFF; border-top: 1px solid var(--line); z-index: 100; padding: 8px 10px max(8px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 8px; box-shadow: 0 -4px 16px rgba(0,0,0,0.06); }
.bb-btn { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 8px; border-radius: 999px; font-size: 14px; font-weight: 600; transition: opacity 0.15s; }
.bb-btn:active { opacity: 0.75; }
.bb-btn svg { width: 18px; height: 18px; }
.bb-call { background: #E8F5EC; color: var(--green); }
.bb-dir  { background: #E3F0FB; color: var(--blue); }
.bb-book { background: var(--gold); color: #FFF; }
@media (min-width: 900px) { .bottom-bar { bottom: 24px; width: calc(100% - 32px); max-width: 480px; border-top: none; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 32px rgba(0,0,0,0.18); } }
[data-i18n]:not(.i18n-ready) { opacity: 0; }
.i18n-ready { opacity: 1; transition: opacity 0.15s; }
