/* ============================================================
   LALASEA BISTRO — Bảng màu & thiết lập chung
   (muốn đổi tông màu toàn trang, sửa các biến dưới đây)
   ============================================================ */
:root {
  --xanh-bien: #0b4f6c;
  --xanh-dam: #072d3d;
  --xanh-ngoc: #1b9aaa;
  --ngoc-nhat: #7fe3ef;
  --san-ho: #ff6b6b;
  --san-ho-dam: #e85555;
  --cat: #f6f1e7;
  --chu-dam: #12333f;
  --chu-nhat: #5a6b72;
  --font-tieu-de: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-chu: "Be Vietnam Pro", -apple-system, "Segoe UI", Roboto, sans-serif;
  --bong-nhe: 0 10px 30px rgba(11, 79, 108, .10);
  --bong-dam: 0 18px 40px rgba(11, 79, 108, .18);
  --bo-tron: 18px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

/* Khóa trang không cho lắc ngang trên điện thoại — clip không phá header sticky */
html, body { overflow-x: clip; }

body {
  font-family: var(--font-chu);
  color: var(--chu-dam);
  line-height: 1.75;
  background: var(--cat);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-tieu-de); line-height: 1.25; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

section { padding: clamp(64px, 9vw, 100px) 0; }

.section-title { text-align: center; margin-bottom: clamp(36px, 6vw, 56px); }
.section-title .kicker {
  color: var(--xanh-ngoc); text-transform: uppercase; letter-spacing: 3.5px;
  font-size: 13px; font-weight: 700;
}
.section-title h2 { font-size: clamp(30px, 4.5vw, 42px); margin-top: 10px; color: var(--xanh-bien); }

/* ===== NÚT ===== */
.btn {
  display: inline-block; background: var(--san-ho); color: #fff;
  padding: 14px 34px; border-radius: 40px; font-weight: 600; letter-spacing: .3px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s;
  box-shadow: 0 8px 22px rgba(255, 107, 107, .35); border: none; cursor: pointer;
  font-family: var(--font-chu); font-size: 16px;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255, 107, 107, .45); background: var(--san-ho-dam); }
.btn-ghost {
  background: transparent; border: 2px solid rgba(255, 255, 255, .6); box-shadow: none;
}
.btn-ghost:hover { background: rgba(255, 255, 255, .12); box-shadow: none; }

/* ===== THANH MENU TRÊN CÙNG ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 45, 61, .92); backdrop-filter: blur(10px);
  color: #fff; box-shadow: 0 2px 18px rgba(7, 45, 61, .25);
}
.site-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 24px; max-width: 1120px; margin: 0 auto; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand .wordmark { font-family: var(--font-tieu-de); font-size: 20px; font-weight: 700; letter-spacing: 2px; white-space: nowrap; }
.brand .wordmark span { color: var(--ngoc-nhat); }
.logo-svg { display: block; }
.logo-svg line, .logo-svg path, .logo-svg rect, .logo-svg circle { vector-effect: non-scaling-stroke; }

.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { font-size: 15px; opacity: .92; transition: opacity .15s; padding: 4px 0; }
.nav-links a:hover { opacity: 1; }
.nav-links a:not(.btn) { position: relative; }
.nav-links a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--ngoc-nhat); transition: width .2s ease;
}
.nav-links a:not(.btn):hover::after { width: 100%; }
.btn-nav { padding: 9px 22px; font-size: 14px; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: #fff; margin: 5px 0; border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1000px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(7, 45, 61, .98); flex-direction: column; gap: 0;
    padding: 12px 24px 20px; box-shadow: 0 18px 30px rgba(7, 45, 61, .35);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 0; width: 100%; text-align: center; font-size: 16px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .nav-links a:not(.btn)::after { display: none; }
  .nav-links .btn-nav { margin-top: 14px; width: auto; border-bottom: none; }
}

/* ===== BANNER ĐẦU TRANG (trượt ảnh tự động) ===== */
.hero {
  position: relative; overflow: hidden;
  color: #fff; text-align: center;
  padding: clamp(90px, 13vw, 150px) 24px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 78vh;
  background: radial-gradient(circle at 70% 30%, #2bb7c9, #0b4f6c);
}
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slides .slide-bg {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 1.6s ease;
  transform: scale(1);
}
.hero-slides .slide-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-slides .slide-bg.active { opacity: 1; animation: kenburns 7s ease forwards; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.07); } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(rgba(7, 45, 61, .42), rgba(7, 45, 61, .72));
}
.hero > :not(.hero-slides) { position: relative; z-index: 2; }
.hero .logo-svg { margin-bottom: 12px; color: #fff; filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .35)); }
.hero .script { font-family: "Pacifico", cursive; font-size: clamp(20px, 3vw, 28px); color: var(--ngoc-nhat); margin-bottom: 8px; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.hero h1 { font-size: clamp(36px, 6.5vw, 60px); font-weight: 600; letter-spacing: 4px; margin-bottom: 16px; text-shadow: 0 4px 18px rgba(0, 0, 0, .35); }
.hero p { font-size: clamp(17px, 2.2vw, 21px); max-width: 640px; margin: 0 auto 34px; opacity: .96; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.btn-lg { font-size: 17px; padding: 16px 42px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
.hero-dots { display: flex; gap: 10px; justify-content: center; margin-top: 40px; }
.hero-dots button {
  width: 10px; height: 10px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255, 255, 255, .4); transition: background .2s, transform .2s; padding: 0;
}
.hero-dots button.active { background: #fff; transform: scale(1.25); }

/* ===== SÓNG NGĂN CÁCH GIỮA CÁC KHỐI ===== */
.wave-div { display: block; width: 100%; height: 44px; margin: -1px 0; }

/* ===== CHỮ VIẾT TAY ĐIỂM NHẤN ===== */
.script-accent { font-family: "Pacifico", cursive; color: var(--xanh-ngoc); font-size: clamp(19px, 2.6vw, 25px); }
.section-title .script-accent { display: block; margin-bottom: 2px; }

/* ===== HIỆU ỨNG HIỆN DẦN KHI CUỘN (chỉ ẩn khi chắc chắn có JS) ===== */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-slides .slide-bg.active { animation: none; }
}

/* ===== GIỚI THIỆU (ảnh ghép chồng) ===== */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 70px); align-items: center; }
.about-collage { position: relative; padding-bottom: 56px; padding-right: 40px; }
.about-collage .main-photo {
  border-radius: var(--bo-tron); overflow: hidden; box-shadow: var(--bong-dam);
  height: 380px;
}
.about-collage .main-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-collage .sub-photo {
  position: absolute; right: 0; bottom: 0; width: 55%; height: 200px;
  border-radius: var(--bo-tron); overflow: hidden;
  border: 6px solid var(--cat); box-shadow: var(--bong-dam);
}
.about-collage .sub-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-text h2 { font-size: clamp(28px, 4vw, 38px); color: var(--xanh-bien); margin-bottom: 20px; }
.about-text p { color: var(--chu-nhat); margin-bottom: 16px; }
@media (max-width: 820px) {
  .about { grid-template-columns: 1fr; }
  .about-collage .main-photo { height: 280px; }
  .about-collage .sub-photo { height: 150px; }
}

/* ===== TRẢI NGHIỆM (thẻ có ảnh nền) ===== */
.exp { background: #fff; }
.exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.exp-card {
  position: relative; border-radius: var(--bo-tron); overflow: hidden;
  height: 340px; display: flex; align-items: flex-end;
  transition: transform .2s ease, box-shadow .2s ease; box-shadow: var(--bong-nhe);
}
.exp-card:hover { transform: translateY(-6px); box-shadow: var(--bong-dam); }
.exp-card .bg { position: absolute; inset: 0; }
.exp-card .bg img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.exp-card:hover .bg img { transform: scale(1.06); }
.exp-card .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,45,61,0) 30%, rgba(7,45,61,.88) 100%);
}
.exp-card .nd { position: relative; padding: 22px 20px; color: #fff; text-align: left; width: 100%; }
.exp-card .ei { font-size: 30px; }
.exp-card h3 { font-size: 20px; margin: 6px 0 6px; color: #fff; }
.exp-card p { font-size: 13.5px; opacity: .88; line-height: 1.5; }
@media (max-width: 900px) { .exp-grid { grid-template-columns: 1fr 1fr; } .exp-card { height: 280px; } }
@media (max-width: 540px) { .exp-grid { grid-template-columns: 1fr; } .exp-card { height: 250px; } }

/* ===== MÓN ĐẶC BIỆT ===== */
.menu-sec { background: var(--cat); }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 860px; margin: 0 auto; }
.dish {
  background: #fff; border-radius: var(--bo-tron); padding: 32px 28px;
  transition: transform .18s ease, box-shadow .18s ease; box-shadow: var(--bong-nhe);
}
.dish:hover { transform: translateY(-6px); box-shadow: var(--bong-dam); }
.dish .emoji { font-size: 46px; }
.dish h3 { font-size: 22px; margin: 14px 0 2px; color: var(--xanh-bien); }
.dish .en { font-style: italic; color: #9aa7ac; font-size: 12.5px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .5px; }
.dish .price { font-weight: 700; color: var(--san-ho); font-size: 18px; }
.sizes { display: flex; flex-direction: column; gap: 8px; }
.size-chip {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--cat); border-radius: 10px; padding: 8px 14px; font-size: 14px;
}
.size-chip .sz { font-weight: 700; color: var(--xanh-bien); letter-spacing: .5px; }
.size-chip .pr { font-weight: 700; color: var(--san-ho); }
.market { font-weight: 700; color: var(--san-ho); font-size: 16px; }
.market small { display: block; color: #9aa7ac; font-weight: 400; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
@media (max-width: 620px) { .menu-grid { grid-template-columns: 1fr; } }
.menu-cta { text-align: center; margin-top: 48px; }
.menu-cta .note { margin-top: 20px; color: var(--chu-nhat); font-size: 14.5px; }
.menu-cta .note a { color: var(--xanh-ngoc); font-weight: 600; }

/* ===== MỜI BẠN XEM MENU (3 trang menu nghiêng) ===== */
.menu-teaser { display: flex; justify-content: center; gap: 0; margin: 56px 0 8px; }
.menu-teaser a {
  width: min(240px, 27vw); border-radius: 10px; overflow: hidden;
  box-shadow: 0 16px 36px rgba(11, 79, 108, .25);
  transition: transform .25s ease, box-shadow .25s ease;
  border: 5px solid #fff;
}
.menu-teaser a img { width: 100%; height: 100%; object-fit: cover; }
.menu-teaser a:nth-child(1) { transform: rotate(-7deg) translateY(14px); }
.menu-teaser a:nth-child(2) { transform: translateY(-6px); z-index: 2; }
.menu-teaser a:nth-child(3) { transform: rotate(7deg) translateY(14px); }
.menu-teaser a:hover { transform: scale(1.06) rotate(0deg); z-index: 3; box-shadow: 0 22px 48px rgba(11, 79, 108, .35); }

/* ===== THƯ VIỆN ẢNH (ô đầu to gấp đôi) ===== */
.gallery { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: 16px; }
.gallery-grid .tile { border-radius: 14px; overflow: hidden; background: var(--xanh-bien); position: relative; }
.gallery-grid .tile:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-grid .tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid .tile:hover img { transform: scale(1.07); }
.gallery-grid .tile .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px;
  background: linear-gradient(180deg, transparent, rgba(7,45,61,.75));
  color: #fff; font-size: 13px; opacity: 0; transition: opacity .25s ease;
}
.gallery-grid .tile:hover .cap { opacity: 1; }
@media (max-width: 720px) { .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; } }

/* ===== ĐẾN LALASEA (bản đồ + thông tin) ===== */
.visit { background: var(--xanh-bien); color: #fff; }
.visit .section-title h2 { color: #fff; }
.visit-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 36px; align-items: stretch; }
.visit-card { background: rgba(255, 255, 255, .07); border-radius: var(--bo-tron); padding: 34px 32px; backdrop-filter: blur(4px); }
.visit-card .hotline { font-family: var(--font-tieu-de); font-size: clamp(26px, 3.5vw, 34px); color: #fff; font-weight: 700; letter-spacing: 1px; margin: 4px 0 18px; display: block; }
.visit-card .hotline:hover { color: var(--ngoc-nhat); }
.visit-map { border-radius: var(--bo-tron); overflow: hidden; box-shadow: var(--bong-dam); min-height: 380px; }
.visit-map iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; }
@media (max-width: 820px) { .visit-grid { grid-template-columns: 1fr; } }

/* ===== TIN TỨC ===== */
.news { background: var(--cat); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-card {
  background: #fff; border-radius: var(--bo-tron); overflow: hidden; box-shadow: var(--bong-nhe);
  transition: transform .18s ease, box-shadow .18s ease; display: flex; flex-direction: column;
}
.news-card:hover { transform: translateY(-6px); box-shadow: var(--bong-dam); }
.news-card .thumb { height: 190px; overflow: hidden; background: linear-gradient(135deg, var(--xanh-ngoc), var(--xanh-bien)); }
.news-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-card .body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.news-card .date { font-size: 12.5px; color: var(--xanh-ngoc); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.news-card h3 { font-size: 20px; color: var(--xanh-bien); margin: 8px 0 10px; }
.news-card p { color: var(--chu-nhat); font-size: 14.5px; flex: 1; }
.news-card .more { margin-top: 14px; color: var(--san-ho); font-weight: 600; font-size: 14.5px; }
@media (max-width: 860px) { .news-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }
.news-cta { text-align: center; margin-top: 44px; }

/* ===== TRANG BÀI VIẾT ===== */
.post-hero { background: var(--xanh-dam); color: #fff; padding: clamp(52px, 8vw, 80px) 24px; text-align: center; }
.post-hero .date { color: var(--ngoc-nhat); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.post-hero h1 { font-size: clamp(28px, 4.5vw, 42px); max-width: 800px; margin: 12px auto 0; }
.post-body { max-width: 760px; margin: 0 auto; padding: clamp(44px, 7vw, 70px) 24px; }
.post-body img { border-radius: 14px; box-shadow: var(--bong-nhe); margin: 28px auto; }
.post-body p { margin-bottom: 20px; color: #33474f; font-size: 17px; }
.post-body h2 { color: var(--xanh-bien); font-size: 27px; margin: 36px 0 14px; }
.post-body h3 { color: var(--xanh-bien); font-size: 22px; margin: 30px 0 12px; }
.post-body ul, .post-body ol { margin: 0 0 20px 24px; color: #33474f; font-size: 17px; }
.post-body li { margin-bottom: 8px; }
.post-body a { color: var(--xanh-ngoc); font-weight: 600; text-decoration: underline; }
/* Bảng trong bài viết — mọi cột tự xuống dòng để vừa màn hình điện thoại */
.post-body table {
  width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 16px; color: #33474f;
  background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--bong-nhe);
}
.post-body thead th {
  background: var(--xanh-bien); color: #fff; text-align: left;
  font-family: var(--font-chu); font-weight: 600; font-size: 14px;
  letter-spacing: .04em; padding: 12px 16px; white-space: nowrap;
}
.post-body tbody td { padding: 12px 16px; border-bottom: 1px solid var(--cat); vertical-align: top; }
.post-body tbody tr:last-child td { border-bottom: none; }
.post-body tbody tr:nth-child(even) { background: #fbf9f4; }
.post-body tbody td:first-child { font-weight: 600; color: var(--xanh-bien); }

.post-body blockquote { border-left: 4px solid var(--xanh-ngoc); padding: 6px 0 6px 20px; margin: 24px 0; color: var(--chu-nhat); font-style: italic; }
.post-back { text-align: center; padding-bottom: 60px; }

/* ===== TRANG DANH SÁCH TIN ===== */
.page-hero { background: var(--xanh-dam); color: #fff; padding: clamp(48px, 7vw, 72px) 24px; text-align: center; }
.page-hero .kicker { color: var(--ngoc-nhat); text-transform: uppercase; letter-spacing: 3.5px; font-size: 13px; font-weight: 700; }
.page-hero h1 { font-size: clamp(30px, 5vw, 44px); margin-top: 10px; }
.page-hero p { opacity: .85; max-width: 680px; margin: 14px auto 0; }

/* ===== ĐẶT BÀN ===== */
.booking { background: var(--cat); }
.booking-form { max-width: 640px; margin: 0 auto; }
.booking-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: block; margin-bottom: 16px; font-size: 14px; font-weight: 600; color: var(--xanh-bien); }
.booking-form input, .booking-form textarea {
  width: 100%; margin-top: 6px; padding: 13px 15px; border: 1px solid #ddd5c8;
  border-radius: 12px; font-size: 15px; font-family: inherit; background: #fff;
}
.booking-form input:focus, .booking-form textarea:focus { outline: 2px solid var(--xanh-ngoc); border-color: transparent; }
.booking-form button { width: 100%; margin-top: 6px; }
.booking-msg { text-align: center; margin-top: 14px; font-weight: 600; min-height: 22px; }
@media (max-width: 540px) { .booking-form .row { grid-template-columns: 1fr; } }

/* ===== LIÊN HỆ ===== */
.contact { background: var(--xanh-bien); color: #fff; }
.contact .section-title h2 { color: #fff; }
.contact .section-title .kicker { color: var(--ngoc-nhat); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.info-row { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.info-row .ic { font-size: 24px; }
.info-row strong { display: block; margin-bottom: 2px; }
.info-row span { opacity: .88; }
.info-row a { color: var(--ngoc-nhat); text-decoration: underline; }
.hours-list { list-style: none; }
.hours-list li { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }

.map-wrap { border-radius: var(--bo-tron); overflow: hidden; box-shadow: var(--bong-dam); margin-top: 40px; }
.map-wrap iframe { display: block; width: 100%; height: 420px; border: 0; }

/* ===== TRANG THỰC ĐƠN (xem như lật menu) ===== */
.menu-viewer { display: flex; flex-direction: column; min-height: calc(100vh - 75px); background: var(--cat); }
.menu-viewer .viewer { position: relative; flex: 1; display: flex; flex-direction: column; }
.menu-viewer .track {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  flex: 1; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain;
}
.menu-viewer .track::-webkit-scrollbar { display: none; }
.menu-viewer .slide { min-width: 100%; scroll-snap-align: center; display: flex; align-items: center; justify-content: center; padding: 24px 16px; }
.menu-viewer .slide img { max-width: 100%; max-height: 78vh; border-radius: 8px; box-shadow: var(--bong-dam); background: #fff; }
.menu-viewer .navbtn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px;
  border-radius: 50%; border: none; background: rgba(11, 79, 108, .85); color: #fff;
  font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .15s, transform .15s; z-index: 5;
}
.menu-viewer .navbtn:hover { background: var(--san-ho); }
.menu-viewer .navbtn:active { transform: translateY(-50%) scale(.92); }
.menu-viewer .navbtn.prev { left: 14px; }
.menu-viewer .navbtn.next { right: 14px; }
.menu-viewer .navbtn:disabled { opacity: .3; cursor: default; background: rgba(11, 79, 108, .85); }
.menu-viewer .counter { text-align: center; padding: 12px; background: #fff; color: var(--xanh-bien); font-weight: 700; letter-spacing: 1px; border-top: 1px solid #eee; }
.menu-viewer .hint { text-align: center; font-size: 12px; color: #9aa7ac; padding-bottom: 12px; background: #fff; }
@media (max-width: 600px) { .menu-viewer .hint .desktop { display: none; } }
@media (min-width: 601px) { .menu-viewer .hint .mobile { display: none; } }

/* ===== TRANG TIỆC & SỰ KIỆN ===== */
.tsk-hero {
  position: relative; color: #fff; text-align: center;
  padding: clamp(60px, 9vw, 104px) 24px;
  background: linear-gradient(rgba(9, 42, 58, .74), rgba(9, 42, 58, .74)), url("/anh/img1.jpg") center / cover no-repeat, var(--xanh-dam);
}
.tsk-hero .crumb { font-size: 13px; opacity: .8; margin-bottom: 18px; }
.tsk-hero .crumb a { color: #fff; text-decoration: underline; }
.tsk-hero .kicker { color: var(--ngoc-nhat); text-transform: uppercase; letter-spacing: 3.5px; font-size: 13px; font-weight: 700; }
.tsk-hero h1 { font-size: clamp(28px, 5vw, 46px); margin: 10px auto 14px; max-width: 800px; text-shadow: 0 3px 14px rgba(0, 0, 0, .35); }
.tsk-hero p { max-width: 760px; margin: 0 auto 28px; opacity: .95; line-height: 1.7; text-shadow: 0 2px 8px rgba(0, 0, 0, .3); }
.tsk-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.tsk-hero .btn-ghost { border-color: #fff; color: #fff; }

.tsk-sec { padding: clamp(48px, 7vw, 76px) 0; }
.tsk-sec-cat { background: var(--cat); }
.tsk-usp { display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); gap: 20px; }
.tsk-card { background: #fff; border-radius: var(--bo-tron); padding: 26px 22px; box-shadow: var(--bong-nhe); }
.tsk-card .ic { font-size: 34px; margin-bottom: 8px; }
.tsk-card h3 { color: var(--xanh-bien); font-size: 17px; margin-bottom: 8px; }
.tsk-card p { color: var(--chu-nhat); font-size: 14.5px; line-height: 1.65; }
.tsk-band { text-align: center; margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.tsk-lead { max-width: 760px; margin: 28px auto 0; text-align: center; color: var(--chu-nhat); line-height: 1.75; }

.tsk-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 860px; margin: 0 auto; }
.tsk-compare .col { background: #fff; border-radius: var(--bo-tron); padding: 26px 24px; box-shadow: var(--bong-nhe); }
.tsk-compare .col.hl { border: 2px solid var(--xanh-ngoc); }
.tsk-compare h3 { color: var(--xanh-bien); font-size: 18px; margin-bottom: 10px; text-align: center; }
.tsk-compare ul { list-style: none; }
.tsk-compare li { padding: 10px 0 10px 28px; position: relative; color: var(--chu-nhat); font-size: 14.5px; border-bottom: 1px dashed #e8e2d6; }
.tsk-compare li:last-child { border-bottom: none; }
.tsk-compare li::before { content: "•"; position: absolute; left: 6px; color: #b7aa93; }
.tsk-compare ul.ok li::before { content: "✓"; color: var(--xanh-ngoc); font-weight: 700; left: 2px; }
@media (max-width: 640px) { .tsk-compare { grid-template-columns: 1fr; } }

.tsk-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.tsk-step { background: #fff; border-radius: var(--bo-tron); padding: 26px 22px; box-shadow: var(--bong-nhe); text-align: center; }
.tsk-step .num {
  width: 42px; height: 42px; margin: 0 auto 10px; border-radius: 50%;
  background: var(--xanh-bien); color: #fff; font-weight: 700; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.tsk-step h3 { color: var(--xanh-bien); font-size: 16px; margin-bottom: 6px; }
.tsk-step p { color: var(--chu-nhat); font-size: 14px; line-height: 1.6; }

.tsk-note {
  max-width: 760px; margin: 28px auto 0; background: #eef8f9;
  border-left: 4px solid var(--xanh-ngoc); border-radius: 10px;
  padding: 14px 18px; font-size: 14.5px; color: var(--chu-nhat);
}
.tsk-note a { color: var(--xanh-ngoc); font-weight: 700; }

.booking-form select {
  width: 100%; margin-top: 6px; padding: 13px 15px; border: 1px solid #ddd5c8;
  border-radius: 12px; font-size: 15px; font-family: inherit; background: #fff; color: inherit;
}
.booking-form select:focus { outline: 2px solid var(--xanh-ngoc); border-color: transparent; }

/* ===== GIỚI THIỆU THỰC ĐƠN (khối chữ dưới trình xem menu) ===== */
.menu-about { background: #fff; padding: 56px 24px 64px; border-top: 1px solid #eee; }
.menu-about .wrap { max-width: 760px; margin: 0 auto; }
.menu-about h2 { color: var(--xanh-bien); font-size: clamp(24px, 3.5vw, 32px); margin-bottom: 12px; }
.menu-about h3 { color: var(--xanh-bien); font-size: 19px; margin: 24px 0 6px; }
.menu-about p { color: #4a5a61; line-height: 1.7; margin: 0 0 10px; }
.menu-about a { color: var(--san-ho); font-weight: 600; }

/* ===== CHÂN TRANG ===== */
.site-footer { background: var(--xanh-dam); color: rgba(255, 255, 255, .72); text-align: center; padding: 40px 24px; font-size: 14px; }
.site-footer .logo-svg { margin: 0 auto 10px; color: #fff; }
.socials { display: flex; gap: 14px; justify-content: center; margin: 6px 0 18px; }
.socials a {
  width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .1); color: #fff; transition: background .15s, transform .15s;
}
.socials a:hover { background: var(--san-ho); transform: translateY(-2px); }

/* ===== NÚT GỌI / ZALO NỔI (góc phải dưới) ===== */
.float-actions { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 12px; z-index: 40; }
.fab {
  width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; box-shadow: 0 10px 24px rgba(7, 45, 61, .35);
  transition: transform .15s ease;
}
.fab:hover { transform: translateY(-3px); }
.fab-phone { background: var(--san-ho); animation: rung 2.4s ease infinite; }
.fab-zalo { background: #0068ff; font-size: 13px; letter-spacing: .3px; }
@keyframes rung {
  0%, 82%, 100% { transform: rotate(0); }
  85% { transform: rotate(-9deg); }
  89% { transform: rotate(8deg); }
  93% { transform: rotate(-6deg); }
  96% { transform: rotate(4deg); }
}

/* ===== THANH LIÊN HỆ NHANH DƯỚI MÀN HÌNH (điện thoại) ===== */
.quickbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  background: #fff; box-shadow: 0 -6px 24px rgba(7, 45, 61, .16);
  grid-template-columns: 1fr 1fr 1fr 1.4fr;
  padding-bottom: env(safe-area-inset-bottom);
}
.quickbar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; padding: 9px 4px 10px; font-size: 11.5px; font-weight: 600; color: var(--xanh-bien);
}
.quickbar a svg { width: 21px; height: 21px; }
.quickbar .qb-main { background: var(--san-ho); color: #fff; font-size: 13px; letter-spacing: .5px; }
@media (max-width: 860px) {
  .quickbar { display: grid; }
  .float-actions { display: none; }
  body { padding-bottom: 62px; }
}

/* ===== KHÁCH NÓI GÌ (đánh giá Google) ===== */
.dgia { background: var(--xanh-dam); color: #fff; }
.dgia .section-title h2 { color: #fff; }
.dgia-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 44px; }
.dgia-card { background: rgba(255, 255, 255, .07); border-radius: var(--bo-tron); padding: 28px 26px; backdrop-filter: blur(4px); }
.dgia-card .sao { color: #ffc94d; font-size: 20px; letter-spacing: 3px; margin-bottom: 12px; }
.dgia-card .loi { font-size: 15px; line-height: 1.7; opacity: .95; font-style: italic; margin-bottom: 16px; }
.dgia-card .ten { font-weight: 600; font-size: 14px; }
.dgia-card .ten span { color: var(--ngoc-nhat); font-weight: 400; font-size: 12.5px; }
@media (max-width: 820px) { .dgia-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
.dgia-cta { text-align: center; }
.dgia-cta > p { opacity: .9; margin-bottom: 22px; }
.dgia-ghost { margin-left: 12px; }
@media (max-width: 560px) { .dgia-ghost { margin-left: 0; margin-top: 12px; display: inline-block; } }
.dgia-cta .gop-y { margin-top: 22px; font-size: 13.5px; opacity: .75; }
.dgia-cta .gop-y a { color: var(--ngoc-nhat); text-decoration: underline; }

/* ===== TRANG GLAMPING — BẢNG GIÁ ===== */
.gprice { background: var(--cat); }
.gprice-note { text-align: center; color: var(--chu-nhat); max-width: 620px; margin: -20px auto 36px; }
.gprice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 860px; margin: 0 auto; }
.gprice-card { background: #fff; border-radius: var(--bo-tron); overflow: hidden; box-shadow: var(--bong-nhe); }
.gprice-card.hot { box-shadow: 0 0 0 3px var(--san-ho), var(--bong-dam); position: relative; }
.gprice-card.hot::before {
  content: "Cuối tuần đông khách — đặt sớm!"; position: absolute; top: 14px; right: -38px;
  background: var(--san-ho); color: #fff; font-size: 10.5px; font-weight: 700;
  padding: 5px 40px; transform: rotate(35deg); letter-spacing: .3px;
}
.gprice-card .head { background: var(--xanh-bien); color: #fff; text-align: center; padding: 22px 16px 18px; }
.gprice-card .head h3 { font-size: 24px; }
.gprice-card .head span { font-size: 13px; opacity: .85; text-transform: uppercase; letter-spacing: 1.5px; }
.gprice-card .rows { padding: 14px 24px 24px; }
.gprice-card .row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 13px 2px; border-bottom: 1px dashed #e3dccf;
}
.gprice-card .row:last-child { border-bottom: none; }
.gprice-card .row .k { font-weight: 600; color: var(--xanh-bien); }
.gprice-card .row .g { font-weight: 700; color: var(--san-ho); font-size: 17px; }
@media (max-width: 680px) { .gprice-grid { grid-template-columns: 1fr; } }

/* ===== TRANG GLAMPING — GÓI BAO GỒM ===== */
.gpack-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; align-items: start; }
.gpack-card { background: var(--cat); border-radius: var(--bo-tron); padding: 30px 28px; }
.gpack-card .ph { font-family: var(--font-tieu-de); font-size: 23px; font-weight: 700; color: var(--xanh-bien); margin-bottom: 10px; }
.gpack-card .mota { color: var(--chu-nhat); font-size: 14.5px; margin-bottom: 18px; }
.gpack-card .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gpack-card h4 { color: var(--xanh-ngoc); font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; border-bottom: 2px solid var(--xanh-ngoc); padding-bottom: 6px; margin-bottom: 10px; }
.gpack-card ul { list-style: none; }
.gpack-card ul li { padding: 6px 0; border-bottom: 1px dashed #e3dccf; font-size: 14.5px; color: var(--chu-dam); }
.gpack-card ul li:last-child { border-bottom: none; }
.bbq-rows .row { display: flex; justify-content: space-between; padding: 7px 2px; border-bottom: 1px dashed #e3dccf; font-size: 14.5px; }
.bbq-rows .row:last-child { border-bottom: none; }
.bbq-rows .k { color: var(--chu-dam); }
.bbq-rows .g { color: var(--chu-nhat); white-space: nowrap; margin-left: 12px; }
.gpack-card .chu-thich { margin-top: 14px; font-size: 13px; color: var(--san-ho-dam); font-weight: 600; }
@media (max-width: 780px) { .gpack-grid { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .gpack-card .cols { grid-template-columns: 1fr; } }

/* ===== TRANG GLAMPING — QUY ĐỊNH ===== */
.grule { background: var(--cat); }
.grule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 640px; margin: 0 auto 30px; }
.grule-card { background: #fff; border-radius: var(--bo-tron); text-align: center; padding: 30px 20px; box-shadow: var(--bong-nhe); }
.grule-card .ic { font-size: 38px; }
.grule-card h3 { color: var(--xanh-bien); font-size: 17px; margin: 8px 0 6px; }
.grule-card .time { font-family: var(--font-tieu-de); font-size: clamp(22px, 3vw, 28px); font-weight: 700; color: var(--san-ho); }
.gnote-list { max-width: 640px; margin: 0 auto; list-style: none; }
.gnote-list li { padding: 10px 0 10px 30px; position: relative; color: var(--chu-nhat); font-size: 14.5px; border-bottom: 1px dashed #e3dccf; }
.gnote-list li:last-child { border-bottom: none; }
.gnote-list li::before { content: "🔔"; position: absolute; left: 0; font-size: 15px; }
@media (max-width: 460px) { .grule-grid { grid-template-columns: 1fr; } }

/* ===== CÂU HỎI THƯỜNG GẶP ===== */
.faq { background: #fff; }
.faq-list details {
  background: var(--cat); border-radius: 14px; margin-bottom: 12px;
  overflow: hidden; transition: box-shadow .2s ease;
}
.faq-list details[open] { box-shadow: var(--bong-nhe); }
.faq-list summary {
  cursor: pointer; padding: 18px 48px 18px 22px; font-weight: 600; color: var(--xanh-bien);
  list-style: none; position: relative; font-size: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 22px; color: var(--xanh-ngoc); font-weight: 400; transition: transform .2s ease;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 22px 18px; color: var(--chu-nhat); font-size: 15px; }
.faq-list details a { color: var(--xanh-ngoc); font-weight: 600; }

/* ===== TRANG 404 ===== */
.page-404 { text-align: center; padding: 110px 24px; }
.page-404 h1 { font-size: 70px; color: var(--xanh-bien); }
.page-404 p { color: var(--chu-nhat); margin: 12px 0 30px; }

/* ============================================================
   GIAO DIỆN ĐIỆN THOẠI — trang chủ gọn, vuốt ngang xem thêm
   (các lưới thẻ chuyển thành dải trượt ngang, bớt khoảng trống
   để khách lướt nhanh tới menu và đặt bàn)
   ============================================================ */
@media (max-width: 700px) {

  /* Khối gọn lại, đỡ phải cuộn dài */
  section { padding: 44px 0; }
  .section-title { margin-bottom: 22px; }
  .section-title h2 { font-size: 26px; }
  .script-accent { font-size: 18px; }
  .container { padding: 0 20px; }

  /* Banner đầu trang vừa gọn một màn hình */
  .hero { min-height: 74vh; min-height: 74svh; padding: 52px 20px 36px; }
  .hero .logo-svg { width: 62px; height: 127px; margin-bottom: 8px; }
  .hero .script { font-size: 18px; margin-bottom: 4px; }
  .hero h1 { font-size: 30px; letter-spacing: 2.5px; margin-bottom: 10px; }
  .hero p { font-size: 15px; margin-bottom: 20px; }
  .hero-actions { gap: 10px; }
  .btn-lg { font-size: 14.5px; padding: 13px 26px; }
  .hero-dots { margin-top: 22px; }

  /* Dải vuốt ngang dùng chung: thẻ rộng ~4/5 màn hình,
     hé thẻ kế tiếp để khách biết còn nội dung phía sau */
  .exp-grid, .menu-grid, .dgia-grid, #tin-tuc .news-grid {
    display: flex; gap: 14px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    max-width: none;
    margin: 0 -20px; padding: 4px 20px 16px;
    scroll-padding-left: 20px;
  }
  .exp-grid::-webkit-scrollbar, .menu-grid::-webkit-scrollbar,
  .dgia-grid::-webkit-scrollbar, #tin-tuc .news-grid::-webkit-scrollbar,
  .gallery-grid::-webkit-scrollbar { display: none; }
  .exp-card, .dish, .dgia-card, #tin-tuc .news-card {
    flex: 0 0 78%; scroll-snap-align: start;
  }

  /* Trải nghiệm */
  .exp-card { height: 280px; }

  /* Món đặc biệt — thẻ món gọn lại */
  .dish { padding: 20px 18px; display: flex; flex-direction: column; }
  .dish .emoji { font-size: 32px; }
  .dish h3 { font-size: 19px; margin: 8px 0 0; }
  .dish .en { margin-bottom: 10px; font-size: 11.5px; }
  .sizes { gap: 6px; margin-top: auto; }
  .size-chip { padding: 7px 12px; font-size: 13.5px; }
  .menu-teaser { margin: 30px 0 4px; }
  .menu-cta { margin-top: 26px; }
  .menu-cta .note { font-size: 13.5px; margin-top: 14px; }

  /* Thư viện ảnh — hai hàng trượt ngang kiểu "Góc Nhà Mơ" */
  .gallery-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-template-rows: 146px 146px;
    grid-auto-rows: 146px;
    grid-auto-columns: 60%;
    gap: 10px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    margin: 0 -20px; padding: 0 20px 16px;
    scroll-padding-left: 20px;
  }
  .gallery-grid .tile { scroll-snap-align: start; }
  .gallery-grid .tile:first-child { grid-column: auto; grid-row: span 2; }

  /* Đánh giá & tin tức */
  .dgia-grid { margin-bottom: 26px; }
  .dgia-card { padding: 22px 20px; }
  .news-card .thumb { height: 150px; }
  .news-card .body { padding: 16px 18px 20px; }
  .news-cta { margin-top: 8px; }

  /* Đặt bàn & Đến Lalasea */
  .visit-grid { gap: 20px; }
  .visit-card { padding: 26px 22px; }
  .visit-map { min-height: 240px; }
  .visit-map iframe { min-height: 240px; }

  /* Giới thiệu gọn hơn */
  .about { gap: 26px; }
  .about-collage { padding-bottom: 44px; }
  .about-collage .main-photo { height: 240px; }
  .about-collage .sub-photo { height: 130px; }
  .about-text h2 { font-size: 26px; margin-bottom: 12px; }
}
