/* ============================================================
   Pho LaB — Design System v0.1 (fork từ template BepViet)
   Màu: Charcoal/Ivory/Champagne Gold/Olive/Stone — HEX ĐỀ XUẤT,
   chờ khách chốt (00_BRAND_INFO/01_CHIEN_LUOC/Color Palette).
   Font thật tự host (DSGVO-sạch): Playfair Display · Jost · Alex Brush.
   ============================================================ */

@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/PlayfairDisplay-Variable.woff2') format('woff2');
  font-weight: 400 900; font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('assets/fonts/Jost-Variable.woff2') format('woff2');
  font-weight: 100 900; font-display: swap;
}
@font-face {
  font-family: 'Alex Brush';
  src: url('assets/fonts/AlexBrush-Regular.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}

:root {
  --bg: #16150f;          /* Charcoal Black ấm */
  --bg-soft: #1d1c15;     /* nền band xen kẽ */
  --gold: #c8a96a;        /* Champagne Gold */
  --gold-soft: #d9bd85;
  --cream: #f0ead9;       /* Warm Ivory */
  --cream-dim: #a8a494;   /* Stone Grey — chữ phụ/EN */
  --olive: #77804f;       /* Olive Green — điểm nhấn phụ */
  --line: rgba(200, 169, 106, 0.35);
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  --script: 'Alex Brush', cursive;
  --maxw: 900px;
}

/* Hero dùng ảnh Logo 1 bản trong suốt (gắn 31.07.2026 — assets/img/pho-lab-logo.png).
   Wordmark chữ bên dưới giữ lại cho nav/footer và làm fallback. */
.hero-wordmark {
  font-family: var(--serif);
  font-size: clamp(3rem, 9vw, 5.2rem);
  letter-spacing: 0.12em;
  color: var(--gold);
  line-height: 1.05;
  margin: 10px 0 2px;
}
.hero-wordmark .wm-lab { color: var(--cream); font-style: italic; }
.hero-tagline {
  font-family: var(--sans);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--cream-dim);
  margin-bottom: 14px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  background: var(--bg);
  color: var(--cream);
  /* Thân bài = Jost (như bản in A5) — Playfair chỉ dành cho tiêu đề.
     Chị chê Playfair-toàn-trang khó đọc/không thoáng (31.07). */
  font-family: var(--sans);
  font-weight: 350;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.015em;
  -webkit-font-smoothing: antialiased;
}

/* Tiêu đề + thương hiệu giữ serif Playfair (đúng brand: heading serif, body sans) */
h1, h2, h3,
.brand, .foot-brand,
.hero-wordmark,
.band h2, .menu-head h1, .legal h1,
.group-title, .sig-card h3 {
  font-family: var(--serif);
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-soft); }

/* ───────── header ───────── */

.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  background: rgba(18, 16, 9, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.brand {
  font-size: 1.35rem; letter-spacing: 0.06em;
  color: var(--gold); font-variant: small-caps;
  white-space: nowrap;
}

.site-header nav a {
  margin-left: 22px; font-size: 0.95rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream-dim);
}
.site-header nav a.on, .site-header nav a:hover { color: var(--gold); }

.site-header nav a.nav-cta {
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 7px 16px;
  transition: background 0.25s, color 0.25s;
}
.site-header nav a.nav-cta:hover { background: var(--gold); color: var(--bg); }

.center-note { border-left: none; text-align: center; padding-left: 0; }

/* ───────── hero ───────── */

.hero {
  text-align: center;
  padding: 64px 24px 70px;
  background: radial-gradient(ellipse at 50% 30%, rgba(201,162,75,0.08), transparent 65%);
}

.hero-kicker {
  letter-spacing: 0.35em; text-transform: uppercase;
  font-size: 0.8rem; color: var(--cream-dim); margin-bottom: 30px;
}

.hero-logo {
  /* Logo 1 gần vuông (900×821) — thu bề ngang lại để hero không quá cao */
  display: block;
  width: min(400px, 82%);
  height: auto;
  margin: 0 auto 10px;
}

.hero-welcome {
  max-width: 560px; margin: -6px auto 28px;
  font-size: 1.02rem; color: var(--cream);
  letter-spacing: 0.03em; line-height: 1.7;
}
.hero-welcome .d-en { padding-left: 0; font-size: 0.92rem; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

.hero-tag {
  color: var(--cream); font-style: italic;
  letter-spacing: 0.2em; margin: 6px 0 26px;
}

.btn {
  display: inline-block; padding: 12px 30px;
  border: 1px solid var(--gold); color: var(--gold);
  letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.85rem;
  transition: background 0.25s, color 0.25s;
}
.btn:hover { background: var(--gold); color: var(--bg); }
.btn.ghost { border-color: var(--line); }
.d-en-inline { font-style: italic; text-transform: none; letter-spacing: 0.04em; opacity: 0.75; }

/* ───────── bands (sections trang chủ) ───────── */

.band { max-width: var(--maxw); margin: 0 auto; padding: 70px 24px; text-align: center; }
.band.alt { max-width: none; background: var(--bg-soft); border-block: 1px solid var(--line); }
.band.alt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }

.band h2, .menu-head h1, .legal h1 {
  color: var(--gold); font-variant: small-caps; font-weight: 500;
  font-size: 2rem; letter-spacing: 0.08em; margin-bottom: 26px;
}

.band h2::after {
  content: ""; display: block; width: 60px; height: 1px;
  background: var(--gold); margin: 16px auto 0; opacity: 0.6;
}

.phil-de { font-size: 1.12rem; max-width: 640px; margin: 0 auto 14px; }
.phil-en { font-style: italic; color: var(--cream-dim); max-width: 640px; margin: 0 auto; }

/* signature cards */

.sig-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px; margin: 34px auto; text-align: left;
}

.sig-card {
  border: 1px solid var(--line); padding: 26px 24px;
  background: var(--bg);
}
.sig-nr { font-size: 0.75rem; letter-spacing: 0.25em; color: var(--cream-dim); text-transform: uppercase; }
.sig-card h3 { color: var(--gold); font-weight: 500; font-size: 1.25rem; margin: 6px 0 10px; }
.sig-card .d-de { font-size: 0.92rem; }
.sig-card .d-en { font-size: 0.9rem; }
.sig-price {
  color: var(--gold); margin-top: 12px; letter-spacing: 0.05em;
  display: flex; align-items: center; justify-content: space-between;
}
.sig-price .add-btn { margin-left: 12px; }

.center { text-align: center; margin-top: 10px; }

/* contact */

.contact-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px; text-align: left; margin-top: 10px;
}
.contact-grid h3 { color: var(--gold); font-weight: 500; margin-bottom: 12px; font-variant: small-caps; letter-spacing: 0.06em; }
.contact-grid p { margin-bottom: 12px; }

table.hours { border-collapse: collapse; width: 100%; }
table.hours td { padding: 8px 12px 8px 0; border-bottom: 1px solid rgba(201,162,75,0.15); vertical-align: top; }
table.hours td:last-child { text-align: right; white-space: nowrap; color: var(--gold-soft); }

/* ───────── speisekarte ───────── */

.menu-page { max-width: var(--maxw); margin: 0 auto; padding: 50px 24px 80px; }
.menu-head { text-align: center; margin-bottom: 26px; }
.menu-head .hero-tag { margin-bottom: 0; }

.menu-nav {
  position: sticky; top: 57px; z-index: 40;
  display: flex; gap: 4px; overflow-x: auto;
  padding: 10px 4px; margin-bottom: 40px;
  background: rgba(18,16,9,0.94); backdrop-filter: blur(8px);
  border-block: 1px solid var(--line);
  scrollbar-width: none;
}
.menu-nav::-webkit-scrollbar { display: none; }
.menu-nav a {
  flex: 0 0 auto; padding: 6px 14px;
  font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream-dim); border: 1px solid transparent;
}
.menu-nav a:hover { color: var(--gold); border-color: var(--line); }

.menu-group { margin-bottom: 88px; }

.group-title {
  color: var(--gold); font-variant: small-caps; font-weight: 500;
  font-size: 2rem; letter-spacing: 0.07em;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px; margin-bottom: 34px;
}
h3.group-title { font-size: 1.25rem; margin-top: 40px; border-bottom-style: dotted; }

.group-sub { color: var(--cream-dim); font-size: 0.75em; font-style: italic; font-variant: normal; letter-spacing: 0.04em; }

.intro { font-size: 0.95rem; margin-bottom: 20px; color: var(--cream); }

.dish { margin-bottom: 30px; }

.dish-line { display: flex; align-items: baseline; gap: 10px; }

.nr {
  /* Số món = Playfair gold — chữ ký của layout Madame Mai (khớp bản in) */
  flex: 0 0 auto; min-width: 2em;
  font-family: var(--serif);
  color: var(--gold); font-size: 1rem; letter-spacing: 0.05em;
}

.dname { color: var(--gold); font-size: 1.06rem; font-weight: 460; letter-spacing: 0.05em; }

.star { color: var(--gold-soft); margin-left: 6px; font-size: 0.9em; }

.allerg { color: var(--cream-dim); font-size: 0.68em; margin-left: 6px; letter-spacing: 0.05em; }

.leader { flex: 1 1 auto; border-bottom: 1px dotted rgba(201,162,75,0.45); transform: translateY(-4px); min-width: 20px; }

.price { flex: 0 0 auto; color: var(--gold); letter-spacing: 0.04em; }

.d-de { font-size: 0.95rem; color: var(--cream); margin-top: 4px; line-height: 1.65; padding-left: calc(2em + 10px); }
.d-en { font-size: 0.9rem; font-style: italic; color: var(--cream-dim); margin-top: 2px; line-height: 1.6; padding-left: calc(2em + 10px); }
.sig-card .d-de, .sig-card .d-en, .intro + .dish .d-de { padding-left: 0; }
.menu-group .dish .d-de:only-of-type { }

.group-note {
  font-size: 0.85rem; color: var(--cream-dim);
  border-left: 2px solid var(--line);
  padding-left: 14px; margin: 18px 0;
}

/* allergen legend */

.allerg-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 8px 20px; font-size: 0.9rem; margin: 20px 0;
}
.allerg-grid b { color: var(--gold); margin-right: 6px; }
.allerg-grid i { color: var(--cream-dim); font-size: 0.85em; }

/* ───────── menü in bildern ───────── */

.hero-second { margin-top: 12px; }
.center-text { text-align: center; }

.bilder-stack {
  display: flex; flex-direction: column; gap: 26px;
  margin: 36px 0 56px;
}

.menu-bild {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--line);
  box-shadow: 0 12px 44px rgba(0,0,0,0.5);
}

/* ───────── stimmen (reviews) ───────── */

.rating-line { font-size: 1.05rem; margin-bottom: 26px; }
.rating-line .stars { color: var(--gold); letter-spacing: 0.2em; }
.rating-line b { color: var(--gold); }
.rating-line .d-en { padding-left: 0; }

.review-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px; margin: 10px auto 28px; text-align: left;
}
.review-card {
  border: 1px solid var(--line); padding: 24px 22px; margin: 0;
  background: var(--bg);
}
.review-card blockquote { font-style: italic; font-size: 1rem; margin-bottom: 14px; }
.review-card figcaption { font-size: 0.85rem; color: var(--cream-dim); }
.review-src { color: var(--gold); }

/* ───────── google maps (click-to-load) ───────── */

.maps-card {
  margin-top: 40px; padding-top: 26px;
  border-top: 1px dotted var(--line);
  text-align: center;
}
.maps-card h3 {
  color: var(--gold); font-variant: small-caps; font-weight: 500;
  letter-spacing: 0.06em; margin-bottom: 14px; font-size: 1.25rem;
}
.maps-consent { font-size: 0.88rem; color: var(--cream-dim); margin-bottom: 16px; }
.maps-consent .d-en { padding-left: 0; }
.maps-card .order-btns { justify-content: center; }
.maps-card button.btn { font-family: var(--serif); cursor: pointer; background: transparent; }

.gmap {
  width: 100%; height: 380px; border: 1px solid var(--line);
  filter: grayscale(0.35) contrast(1.05);
  margin-bottom: 14px;
}

/* ───────── reservierung (widget đặt bàn) ───────── */

.res-page { max-width: var(--maxw); margin: 0 auto; padding: 34px 24px 90px; }

.crumbs {
  font-size: 0.88rem; color: var(--cream-dim);
  letter-spacing: 0.06em; margin-bottom: 46px;
}
.crumbs a { color: var(--cream-dim); }
.crumbs a:hover { color: var(--gold); }
.crumbs .sep { margin: 0 10px; color: var(--gold); opacity: 0.7; }

.res-head { text-align: center; margin-bottom: 40px; }
.res-head h1 {
  color: var(--gold); font-variant: small-caps; font-weight: 500;
  font-size: 2.4rem; letter-spacing: 0.08em; margin-bottom: 18px;
}
.res-head h1::after {
  content: ""; display: block; width: 60px; height: 1px;
  background: var(--gold); margin: 16px auto 0; opacity: 0.6;
}
.res-sub { font-size: 1.08rem; color: var(--cream); max-width: 640px; margin: 0 auto 6px; }
.res-sub-en { font-style: italic; color: var(--cream-dim); max-width: 640px; margin: 0 auto; }

.res-widget { max-width: 760px; margin: 34px auto 0; text-align: left; color-scheme: dark; }

.res-fields {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-bottom: 30px;
}
.res-field label {
  display: block; margin-bottom: 8px;
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cream-dim);
}
.res-field select, .res-field input {
  width: 100%; padding: 12px 14px;
  background: var(--bg); border: 1px solid var(--line);
  color: var(--cream); font-family: var(--serif); font-size: 1rem;
  border-radius: 0; appearance: none; -webkit-appearance: none;
}
.res-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23c9a24b' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px;
}
.res-field input[type="date"] { min-height: 47px; }
.res-field select:focus, .res-field input:focus { outline: 1px solid var(--gold); }

.res-slot-label {
  border-top: 1px solid var(--line);
  padding-top: 28px; margin-bottom: 4px;
  color: var(--cream);
}
.res-slot-label .d-en { padding-left: 0; }

.res-note {
  font-size: 0.92rem; color: var(--gold);
  border: 1px dotted var(--line); padding: 12px 16px; margin: 14px 0 4px;
}
.res-note .d-en { padding-left: 0; }
.res-note-hours { color: var(--cream-dim); font-size: 0.88em; }

.res-slots {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 14px; margin: 18px 0 26px;
}
.res-slot {
  padding: 13px 6px;
  background: transparent; border: 1px solid var(--line);
  color: var(--cream); font-family: var(--serif); font-size: 0.98rem;
  letter-spacing: 0.06em; cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.res-slot:hover { border-color: var(--gold); color: var(--gold); }
.res-slot.on {
  background: rgba(201, 162, 75, 0.18);
  border-color: var(--gold); color: var(--gold-soft);
}

.res-cta-row { text-align: center; margin: 10px 0 16px; }
.btn.solid {
  background: var(--gold); color: var(--bg); border-color: var(--gold);
  cursor: pointer; font-family: var(--serif);
}
.btn.solid:hover:not(:disabled) { background: var(--gold-soft); border-color: var(--gold-soft); color: var(--bg); }
.btn.solid:disabled {
  opacity: 0.45; cursor: not-allowed;
  background: transparent; color: var(--gold); border-style: dashed;
}

.res-hint, .res-alt { font-size: 0.85rem; color: var(--cream-dim); text-align: center; }
.res-hint { margin-bottom: 8px; }
.res-hint .d-en { padding-left: 0; }

/* bước 2 — Reservierung abschließen */

.res2-grid {
  display: grid; grid-template-columns: 1.6fr 1fr;
  gap: 36px; align-items: start; text-align: left;
}
.res2-title {
  color: var(--gold); font-variant: small-caps; font-weight: 500;
  font-size: 1.5rem; letter-spacing: 0.06em; margin-bottom: 14px;
}
.res2-lead { margin-bottom: 22px; color: var(--cream); }
.res2-lead .d-en { padding-left: 0; }

.res2-fields {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-bottom: 20px;
}

.res2-form .bv-privacy { margin: 4px 0 18px; }
.res-cta-row.left { text-align: left; }

.res2-gate-hint {
  font-size: 0.82rem; color: var(--cream-dim); margin: 10px 0 14px;
}
.res2-gate-hint b { color: var(--gold); }
.res2-gate-hint .d-en { padding-left: 0; }

#res-status { padding: 12px 16px; font-size: 0.95rem; margin: 12px 0; }
#res-status .d-en { padding-left: 0; }

.res2-form .res-alt { text-align: left; margin-top: 14px; }

.res2-side {
  border: 1px solid var(--line); background: var(--bg-soft);
  padding: 26px 24px;
}
.res2-side h4 {
  color: var(--gold); font-variant: small-caps; font-weight: 500;
  letter-spacing: 0.06em; font-size: 1.1rem; margin-bottom: 14px;
}
#res-summary {
  color: var(--cream); line-height: 1.7;
  padding-bottom: 18px; margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.res-link-btn {
  background: none; border: none; padding: 0;
  color: var(--cream); font-family: var(--serif); font-size: 0.95rem;
  text-decoration: underline; text-underline-offset: 4px; cursor: pointer;
}
.res-link-btn:hover { color: var(--gold); }
.res-link-btn .d-en-inline { font-size: 0.85em; }

/* ───────── bestellen ───────── */

.order-btns { display: flex; gap: 14px; flex-wrap: wrap; margin: 22px 0 14px; justify-content: flex-start; }
.band .order-btns { justify-content: center; }

.order-box { border: 1px solid var(--line); padding: 28px 26px; background: var(--bg-soft); }

.delivery-block {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px dotted var(--line);
}
.delivery-head {
  color: var(--gold); font-variant: small-caps; letter-spacing: 0.07em;
  font-size: 1.15rem; margin-bottom: 8px;
}
.band .delivery-block { max-width: 640px; margin-left: auto; margin-right: auto; }
.band .delivery-head { text-align: center; }
.delivery-btn { font-size: 0.8rem; padding: 10px 22px; }

.order-fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  padding: 12px 22px;
  background: var(--bg); color: var(--gold);
  border: 1px solid var(--gold);
  letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.82rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
  transition: background 0.25s, color 0.25s;
}
.order-fab:hover { background: var(--gold); color: var(--bg); }

/* ───────── giỏ đặt món ───────── */

.order-hint {
  max-width: 560px; margin: 18px auto 0;
  font-size: 0.92rem; color: var(--cream);
  border: 1px dotted var(--line); padding: 12px 18px;
}
.order-hint .d-en { padding-left: 0; }
.hint-plus {
  display: inline-block; width: 22px; height: 22px; line-height: 20px;
  border: 1px solid var(--gold); border-radius: 50%;
  color: var(--gold); font-size: 0.8rem; text-align: center;
}

.add-btn {
  flex: 0 0 auto;
  width: 26px; height: 26px; margin-left: 10px;
  border: 1px solid var(--line); border-radius: 50%;
  background: transparent; color: var(--gold);
  font-size: 0.9rem; line-height: 1; cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.add-btn:hover { background: var(--gold); color: var(--bg); }
.add-btn.added { background: var(--gold); color: var(--bg); transform: scale(1.25); }

/* nút ＋ topping Wahlweise dưới món (inklusive = +0 €, topping có giá = phụ thu) */
.dish-options {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  margin-top: 8px; padding-left: calc(2em + 10px);
}
.opt-hint { font-size: 0.78rem; color: var(--cream-dim); letter-spacing: 0.05em; }
.add-btn.opt-btn {
  width: auto; height: auto; margin-left: 0;
  border-radius: 999px; padding: 4px 12px;
  font-size: 0.82rem; letter-spacing: 0.03em;
}
.add-btn.opt-btn.added { transform: scale(1.08); }
.opt-btn .opt-price { color: var(--cream-dim); font-size: 0.9em; }
.opt-btn:hover .opt-price, .opt-btn.added .opt-price { color: inherit; }

#bv-overlay {
  display: none; position: fixed; inset: 0; z-index: 90;
  background: rgba(0,0,0,0.65);
  align-items: flex-end; justify-content: center;
}

#bv-panel {
  width: min(560px, 100%); max-height: 86vh; overflow-y: auto;
  background: var(--bg-soft); border: 1px solid var(--gold);
  border-bottom: none; padding: 26px 24px 20px;
}
#bv-panel .group-title { font-size: 1.3rem; }

.bv-row { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px dotted rgba(201,162,75,0.25); }
.bv-qty { display: flex; align-items: center; gap: 8px; }
.bv-qty button {
  width: 24px; height: 24px; border-radius: 50%;
  border: 1px solid var(--line); background: transparent; color: var(--gold);
  cursor: pointer; line-height: 1;
}
.bv-qty b { min-width: 1.2em; text-align: center; color: var(--cream); }
.bv-name { flex: 1; font-size: 0.95rem; }
.bv-price { color: var(--gold); white-space: nowrap; }
.bv-empty { color: var(--cream-dim); font-size: 0.95rem; padding: 10px 0; }

.bv-total { margin: 14px 0 16px; color: var(--cream); }
.bv-total b { color: var(--gold); }
.bv-hint { display: block; font-size: 0.8rem; color: var(--cream-dim); font-style: italic; }

.bv-pickup {
  margin: 4px 0 12px; font-size: 0.88rem;
  color: var(--gold); letter-spacing: 0.06em;
}
.bv-pickup .d-en { padding-left: 0; }

#bv-panel input, #bv-panel textarea {
  width: 100%; margin-bottom: 10px; padding: 10px 12px;
  background: var(--bg); border: 1px solid var(--line);
  color: var(--cream); font-family: var(--serif); font-size: 0.95rem;
}
#bv-panel input:focus, #bv-panel textarea:focus { outline: 1px solid var(--gold); }

.bv-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 6px 0 14px; }
.bv-direct-hint { font-size: 0.82rem; color: var(--cream-dim); margin-bottom: 10px; }
.bv-privacy { font-size: 0.8rem; color: var(--cream-dim); margin-bottom: 10px; }
.bv-privacy .d-en { padding-left: 0; }
.privacy-pledge { border-left: 2px solid var(--gold); padding-left: 16px; margin-bottom: 20px !important; }
.privacy-pledge .d-en { padding-left: 0; }
.bv-direct-hint .d-en { padding-left: 0; }
.bv-direct-hint b { color: var(--gold); }
#bv-status { padding: 10px 14px; font-size: 0.92rem; margin-bottom: 10px; }
.bv-ok { border: 1px solid var(--gold); color: var(--gold); }
.bv-err { border: 1px solid #a05050; color: #d89090; }
#bv-panel button:disabled { opacity: 0.45; cursor: not-allowed; border-style: dashed; }

.bv-foot { display: flex; justify-content: space-between; }
.bv-foot button {
  background: none; border: none; color: var(--cream-dim);
  font-family: var(--serif); font-size: 0.85rem; cursor: pointer;
  text-decoration: underline;
}
.bv-foot button:hover { color: var(--gold); }

/* ───────── legal ───────── */

.legal { max-width: 700px; margin: 0 auto; padding: 60px 24px 90px; }
.legal h1 { margin-bottom: 30px; }
.legal h2 { color: var(--gold); font-weight: 500; font-size: 1.15rem; margin: 26px 0 8px; font-variant: small-caps; }
.legal p { margin-bottom: 12px; font-size: 0.95rem; }

/* ───────── instagram icon ───────── */

.ig-icon {
  width: 11px; height: 11px;
  vertical-align: -1px; margin-right: 5px;
  display: inline-block;
  color: #e1306c;            /* đỏ Instagram */
  stroke-width: 2.4;
}
.ig-link { white-space: nowrap; }

/* ───────── footer ───────── */

.site-footer {
  border-top: 1px solid var(--line);
  text-align: center; padding: 44px 24px 50px;
  font-size: 0.9rem; color: var(--cream-dim);
}
.foot-brand { color: var(--gold); font-variant: small-caps; font-size: 1.15rem; letter-spacing: 0.06em; margin-bottom: 10px; }
.foot-tag { font-style: italic; font-variant: normal; font-size: 0.85em; color: var(--cream-dim); }
.site-footer p { margin-bottom: 6px; }
.foot-legal { margin-top: 14px; }
.foot-credit {
  margin-top: 16px; font-size: 0.75rem;
  color: rgba(184, 173, 151, 0.55);
  letter-spacing: 0.08em; font-style: italic;
}

/* ───────── mobile ───────── */

@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header { padding: 12px 16px; }
  .site-header nav a { margin-left: 14px; font-size: 0.85rem; }
  .hero-img { max-height: 60vh; min-height: 340px; }
  .band { padding: 50px 18px; }
  .d-de, .d-en { padding-left: 0; }
  .dish-options { padding-left: 0; }
  .menu-nav { top: 53px; }
  .res-fields { grid-template-columns: 1fr; gap: 16px; }
  .res-slots { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .res2-grid { grid-template-columns: 1fr; gap: 24px; }
  .res2-grid .res2-side { order: -1; }
  .res2-fields { grid-template-columns: 1fr; gap: 16px; }
}


/* ═══════════════════════════════════════════════════════════════
   PHIÊN BẢN 2 — "MICHELIN ELEGANCE" (test 01.08.2026)
   Nền kem Warm Ivory như ruột quyển menu in; header + hero giữ tối
   như bìa đen; khung viền vàng kép cố định quanh màn hình.
   Đè lên V1 — phần trên giữ nguyên làm nền tảng.
   ═══════════════════════════════════════════════════════════════ */
:root {
  --bg: #F5EFE3;          /* Warm Ivory — ruột menu */
  --bg-soft: #EDE4D3;
  --gold: #AD8748;        /* gold-600 — đậm hơn để đủ tương phản trên nền kem */
  --gold-soft: #8a6c39;
  --cream: #26231F;       /* chữ chính = mực than */
  --cream-dim: #8C8579;   /* Stone — chữ phụ/EN */
  --line: rgba(173, 135, 72, 0.45);
}

/* Khung viền vàng kép — dấu ấn booklet, nổi trên mọi trang */
body::before {
  content: ""; position: fixed; inset: 10px;
  border: 1px solid rgba(173, 135, 72, 0.55);
  pointer-events: none; z-index: 1200;
}
body::after {
  content: ""; position: fixed; inset: 16px;
  border: 1px solid rgba(173, 135, 72, 0.26);
  pointer-events: none; z-index: 1200;
}
@media (max-width: 640px) {
  body::before { inset: 5px; }
  body::after { inset: 9px; }
}

/* Header giữ TỐI như bìa menu → chữ trên header phải sáng lại */
.site-header { background: rgba(18, 16, 9, 0.96); }
.brand { color: #DCC088; }
.site-header nav a { color: #C7C2B8; }
.site-header nav a.on, .site-header nav a:hover { color: #DCC088; }
.site-header nav a.nav-cta { color: #DCC088; border-color: #C6A15B; }
.site-header nav a.nav-cta:hover { background: #C6A15B; color: #151310; }

/* Hero trang chủ = bìa đen của booklet */
.hero {
  background: #151310 radial-gradient(ellipse at 50% 30%, rgba(198,161,91,0.10), transparent 65%);
  border-bottom: 1px solid rgba(173,135,72,0.35);
}
.hero-kicker { color: #A6A096; }
.hero-wordmark { color: #C6A15B; }
.hero-wordmark .wm-lab { color: #F0EAD9; }
.hero-tagline { color: #A6A096; }
.hero-welcome { color: #F0EAD9; }
.hero .d-en, .hero .d-en-inline { color: #A6A096; }
.hero .btn { border-color: #C6A15B; color: #DCC088; }
.hero .btn:hover { background: #C6A15B; color: #151310; }

/* Thanh điều hướng menu: kính mờ màu kem */
.menu-nav { background: rgba(245, 239, 227, 0.95); }

/* Tên món kiểu booklet: Playfair đậm mực than */
.dname { font-family: var(--serif); font-weight: 700; letter-spacing: 0.02em; }
.sig-card h3 { font-weight: 700; color: var(--cream); }
.sig-card { background: #FAF7F0; }

/* Footer tối như bìa — khép trang bằng dấu brand */
.site-footer {
  background: #151310; border-top: 1px solid rgba(173,135,72,0.4);
  color: #A6A096; margin-top: 40px;
}
.site-footer .foot-brand { color: #DCC088; }
.site-footer a { color: #C6A15B; }
.foot-credit { color: rgba(199, 194, 184, 0.5); }
