/* ============================================================
   LẨU GÀ LÁ É — TAO NGỘ · Đà Lạt
   Design system: pine green + amber broth + chili red on cream
   ============================================================ */

:root {
  /* Forest pine */
  --pine-900: #0d2a1f;
  --pine-800: #133b2b;
  --pine-700: #1d4d39;
  --pine-600: #266b4d;
  --pine-500: #34835f;
  /* Lá é herb */
  --la-e: #6fa84a;
  --la-e-soft: #8fbf63;
  /* Broth amber / gold */
  --broth: #e0a83e;
  --broth-deep: #c8862a;
  --broth-soft: #f3d489;
  /* Chili red — primary action */
  --chili: #c2401f;
  --chili-deep: #a3331622;
  --chili-hover: #a8330f;
  /* Neutrals */
  --cream: #f6f1e6;
  --paper: #fbf8f1;
  --paper-2: #f1ead9;
  --ink: #1c2620;
  --ink-soft: #44504a;
  --wood: #8a6a44;
  --line: #e2d9c6;

  --maxw: 1180px;
  --r-lg: 22px;
  --r-md: 16px;
  --r-sm: 11px;
  --shadow-sm: 0 2px 10px rgba(20,40,30,.07);
  --shadow-md: 0 14px 38px -16px rgba(15,40,28,.34);
  --shadow-lg: 0 28px 70px -28px rgba(10,35,24,.55);

  --ff-display: "Playfair Display", Georgia, serif;
  --ff-body: "Be Vietnam Pro", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--broth); color: var(--pine-900); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ---------- Eyebrow / section heads ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .74rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--pine-600);
}
.eyebrow svg { width: 16px; height: 16px; }
.eyebrow.on-dark { color: var(--broth-soft); }

.section-title {
  font-family: var(--ff-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.01em;
  font-size: clamp(1.9rem, 6vw, 3.1rem);
  color: var(--pine-800);
  margin-top: 12px;
  text-wrap: balance;
}
.section-title em { font-style: italic; color: var(--chili); }
.lead {
  font-size: clamp(1rem, 2.6vw, 1.12rem);
  color: var(--ink-soft);
  max-width: 60ch;
  margin-top: 14px;
  text-wrap: pretty;
}

section { padding: 72px 0; position: relative; }
.section-head { margin-bottom: 38px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246,241,230,.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 66px; gap: 14px;
}
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark {
  width: 42px; height: 42px; flex: none; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, var(--pine-600), var(--pine-800));
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.brand-mark svg { width: 25px; height: 25px; }
.brand-text { line-height: 1.05; min-width: 0; }
.brand-text b {
  font-family: var(--ff-display); font-size: 1.12rem; font-weight: 800;
  color: var(--pine-800); display: block; white-space: nowrap;
}
.brand-text span {
  font-size: .62rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--chili); font-weight: 700;
}
.nav-desktop { display: none; align-items: center; gap: 4px; }
.nav-desktop a {
  font-size: .92rem; font-weight: 600; color: var(--ink-soft);
  padding: 8px 13px; border-radius: 9px; transition: .18s;
}
.nav-desktop a:hover { color: var(--pine-700); background: var(--paper-2); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.lang-toggle {
  display: inline-flex; border: 1px solid var(--line); border-radius: 999px;
  overflow: hidden; background: var(--paper); font-size: .76rem; font-weight: 700;
}
.lang-toggle button { padding: 6px 11px; color: var(--ink-soft); transition: .15s; }
.lang-toggle button.active { background: var(--pine-700); color: #fff; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: .95rem; border-radius: 999px;
  padding: 12px 20px; transition: transform .15s, box-shadow .2s, background .2s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-call { background: var(--chili); color: #fff; box-shadow: 0 8px 20px -8px var(--chili); }
.btn-call:hover { background: var(--chili-hover); }
.btn-zalo { background: #0a6cff; color: #fff; box-shadow: 0 8px 20px -8px #0a6cff; }
.btn-zalo:hover { filter: brightness(1.06); }
.btn-dir { background: var(--pine-700); color: #fff; }
.btn-dir:hover { background: var(--pine-800); }
.btn-ghost { background: var(--paper); color: var(--pine-800); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--pine-500); color: var(--pine-700); }
.btn-amber { background: var(--broth); color: var(--pine-900); box-shadow: 0 8px 20px -8px var(--broth-deep); }
.btn-amber:hover { background: var(--broth-deep); color:#fff; }
.btn-lg { padding: 16px 26px; font-size: 1.02rem; }
.btn-block { width: 100%; }

.header-call { display: none; }

.menu-toggle {
  width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center;
  background: var(--paper); border: 1px solid var(--line);
}
.menu-toggle svg { width: 22px; height: 22px; color: var(--pine-800); }

/* Mobile drawer */
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(13,42,31,.5); z-index: 90;
  opacity: 0; visibility: hidden; transition: .25s;
}
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(82vw, 340px);
  background: var(--paper); z-index: 100; padding: 22px;
  transform: translateX(105%); transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; gap: 6px; box-shadow: var(--shadow-lg);
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.drawer-head b { font-family: var(--ff-display); font-size: 1.2rem; color: var(--pine-800); }
.drawer a {
  padding: 14px 12px; border-radius: 11px; font-weight: 600; font-size: 1.05rem;
  color: var(--ink); border-bottom: 1px solid var(--line);
}
.drawer a:active { background: var(--paper-2); }
.drawer .btn { margin-top: 8px; }
.drawer-close { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--paper-2); }
.drawer-close svg { width: 22px; height: 22px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; color: #fff; padding: 0;
  min-height: 92vh; display: flex; align-items: flex-end;
  background: var(--pine-900);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(8,26,18,.95) 4%, rgba(8,26,18,.55) 38%, rgba(8,26,18,.25) 70%, rgba(8,26,18,.55) 100%);
}
/* string lights */
.string-lights {
  position: absolute; top: 0; left: 0; right: 0; z-index: 3; height: 60px;
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 4; width: 100%; padding-bottom: 46px; padding-top: 90px; }
.hero .eyebrow { color: var(--broth-soft); }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(4px);
  padding: 7px 13px; border-radius: 999px; font-size: .8rem; font-weight: 600;
}
.badge svg { width: 15px; height: 15px; color: var(--broth-soft); }
.hero h1 {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(2.7rem, 11vw, 5.3rem); line-height: .98;
  letter-spacing: -.015em; text-shadow: 0 4px 30px rgba(0,0,0,.4);
}
.hero h1 .accent { color: var(--broth); font-style: italic; }
.hero-sub {
  font-size: clamp(1.05rem, 3.4vw, 1.45rem); margin-top: 16px;
  max-width: 30ch; color: rgba(255,255,255,.92); font-weight: 400;
  font-family: var(--ff-display); font-style: italic;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px;
  font-size: .9rem; color: rgba(255,255,255,.85);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta svg { width: 16px; height: 16px; color: var(--broth-soft); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }

/* steam decoration */
@keyframes rise { 0%{ transform: translateY(6px) scaleX(1); opacity:0 } 40%{opacity:.5} 100%{ transform: translateY(-26px) scaleX(1.3); opacity:0 } }

/* ============================================================
   MARQUEE strip
   ============================================================ */
.strip {
  background: var(--pine-800); color: var(--broth-soft);
  padding: 13px 0; overflow: hidden; white-space: nowrap;
  border-top: 2px solid var(--broth); border-bottom: 2px solid var(--broth);
}
.strip-track { display: inline-flex; gap: 36px; animation: marquee 26s linear infinite; }
.strip span { font-family: var(--ff-display); font-style: italic; font-size: 1.08rem; display:inline-flex; gap:36px; }
.strip span::after { content: "✦"; color: var(--broth); }
@keyframes marquee { from{ transform: translateX(0) } to{ transform: translateX(-50%) } }

/* ============================================================
   STORY
   ============================================================ */
.story { background: var(--paper); }
.story-grid { display: grid; gap: 32px; }
.story-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.story-imgs .im { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
.story-imgs .im img { width: 100%; height: 100%; object-fit: cover; }
.story-imgs .tall { grid-row: span 2; }
.story-imgs .im img { aspect-ratio: 1; }
.story-imgs .tall img { aspect-ratio: 3/5; height: 100%; }
.story-body p { margin-top: 16px; color: var(--ink-soft); }
.story-body p strong { color: var(--pine-700); }
.leaf-note {
  margin-top: 22px; padding: 18px 20px; border-radius: var(--r-md);
  background: linear-gradient(135deg, #eef4e6, #e4eed6);
  border: 1px solid #cfe0b8; display: flex; gap: 14px; align-items: flex-start;
}
.leaf-note svg { width: 30px; height: 30px; color: var(--la-e); flex: none; margin-top: 2px; }
.leaf-note b { color: var(--pine-700); }
.leaf-note p { font-size: .94rem; color: var(--ink-soft); margin: 4px 0 0; }

/* ============================================================
   LÁ É — HEALTH BENEFITS
   ============================================================ */
.herb {
  background: linear-gradient(170deg, #eef4e4 0%, #e6efd6 100%);
  position: relative; overflow: hidden;
}
.herb .leaf-bg {
  position: absolute; right: -40px; top: -30px; z-index: 0;
  color: rgba(111,168,74,.13); pointer-events: none;
}
.herb .leaf-bg svg { width: 320px; height: 320px; }
.herb .wrap { position: relative; z-index: 1; }
.herb-grid { display: grid; gap: 30px; }
.herb-intro .lead { color: var(--ink-soft); }
.herb-photo {
  margin-top: 24px; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-md); border: 4px solid #fff; max-width: 460px;
}
.herb-photo img { width: 100%; height: 230px; object-fit: cover; }
.benefit-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.benefit {
  background: var(--paper); border: 1px solid #cfe0b8; border-radius: var(--r-md);
  padding: 22px 22px 20px; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s; position: relative;
}
.benefit:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.b-ic {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--la-e), var(--pine-600));
  box-shadow: 0 8px 18px -8px var(--pine-600); margin-bottom: 14px;
}
.b-ic svg { width: 27px; height: 27px; color: #fff; }
.benefit h4 { font-family: var(--ff-display); font-size: 1.18rem; font-weight: 800; color: var(--pine-800); margin-bottom: 6px; }
.benefit p { font-size: .92rem; color: var(--ink-soft); line-height: 1.5; }
.herb-disclaimer { margin: 26px auto 0; font-size: .82rem; color: var(--ink-soft); opacity: .85; text-align: center; }

/* ============================================================
   SIGNATURE / FEATURED
   ============================================================ */
.featured { background: var(--cream); }
.feat-hero {
  display: grid; gap: 0; border-radius: var(--r-lg); overflow: hidden;
  background: var(--pine-800); color: #fff; box-shadow: var(--shadow-md);
  margin-bottom: 26px;
}
.feat-hero-img { position: relative; min-height: 280px; }
.feat-hero-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.feat-hero-body { padding: 30px 26px 34px; }
.feat-hero-body .eyebrow { color: var(--broth-soft); }
.feat-hero-body h3 {
  font-family: var(--ff-display); font-size: clamp(1.7rem, 6vw, 2.5rem);
  font-weight: 800; margin: 10px 0 12px; line-height: 1.05;
}
.feat-hero-body p { color: rgba(255,255,255,.85); font-size: 1rem; }
.feat-price-pill {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 12px;
  margin-top: 18px;
  background: rgba(224,168,62,.16); border: 1px solid rgba(224,168,62,.4);
  padding: 9px 16px; border-radius: 999px; color: var(--broth-soft); font-weight: 600;
  max-width: 100%;
}
.feat-price-pill span { min-width: 0; }
.feat-price-pill .price-tail { white-space: nowrap; display: inline-block; }
.feat-price-pill b {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  color: var(--broth);
  white-space: nowrap;
}

@media (max-width: 620px) {
  .feat-price-pill {
    grid-template-columns: 1fr;
    justify-items: start;
    border-radius: 18px;
  }
  .feat-price-pill b {
    font-size: 1.08rem;
  }
}

.dish-grid {
  display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr);
}
.dish-card {
  background: var(--paper); border-radius: var(--r-md); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column;
}
.dish-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.dish-card .ph { aspect-ratio: 4/3; overflow: hidden; background: var(--paper-2); }
.dish-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.dish-card:hover .ph img { transform: scale(1.05); }
.dish-card .dc-body { padding: 13px 14px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.dish-card h4 { font-size: 1.02rem; font-weight: 700; color: var(--pine-800); }
.dish-card p { font-size: .82rem; color: var(--ink-soft); line-height: 1.45; flex: 1; }
.dish-card .price { font-family: var(--ff-display); font-weight: 800; color: var(--chili); font-size: 1.05rem; margin-top: 6px; }
.dish-card .price small { font-weight: 500; color: var(--ink-soft); font-size: .72rem; font-family: var(--ff-body); }

/* ============================================================
   MENU
   ============================================================ */
.menu { background: var(--pine-800); color: #fff; }
.menu .section-title { color: #fff; }
.menu .lead { color: rgba(255,255,255,.8); }
.menu-cols { display: grid; gap: 26px; margin-top: 6px; }
.menu-card {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--r-lg); padding: 26px 24px;
}
.menu-card h3 {
  font-family: var(--ff-display); font-size: 1.5rem; font-weight: 800;
  display: flex; align-items: center; gap: 11px; margin-bottom: 6px;
}
.menu-card h3 svg { width: 24px; height: 24px; color: var(--broth); }
.menu-card .cap { font-size: .82rem; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.lau-sizes { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 20px; }
.lau-size {
  background: rgba(224,168,62,.1); border: 1px solid rgba(224,168,62,.38);
  border-radius: var(--r-sm); padding: 14px 8px; text-align: center;
}
.lau-size b { display: block; font-family: var(--ff-display); font-size: 1.02rem; font-weight: 800; }
.lau-size span { display: block; margin-top: 5px; font-family: var(--ff-display); font-weight: 700; color: var(--broth); font-size: .92rem; white-space: nowrap; }
.m-item {
  display: flex; align-items: baseline; gap: 12px; padding: 11px 0;
  border-bottom: 1px dashed rgba(255,255,255,.16);
}
.m-item:last-child { border-bottom: none; }
.m-item .nm { font-weight: 600; font-size: 1rem; }
.m-item .unit { font-size: .74rem; color: rgba(255,255,255,.55); }
.m-dots { flex: 1; border-bottom: 1px dotted rgba(255,255,255,.25); transform: translateY(-4px); }
.m-item .pr { font-family: var(--ff-display); font-weight: 700; color: var(--broth); font-size: 1.08rem; white-space: nowrap; }
.menu-note {
  margin-top: 22px; font-size: .86rem; color: rgba(255,255,255,.7);
  display: flex; gap: 9px; align-items: center;
}
.menu-note svg { width: 17px; height: 17px; color: var(--broth-soft); flex: none; }

@media (max-width: 720px) {
  .menu-card {
    padding: 20px 16px;
  }
  .menu-card h3 {
    font-size: 1.2rem;
    align-items: flex-start;
  }
  .menu-card .cap {
    font-size: .8rem;
    margin-bottom: 14px;
  }
  .lau-sizes {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .lau-size {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 10px;
    text-align: left;
    align-items: center;
    padding: 12px 12px;
  }
  .lau-size b {
    font-size: .96rem;
  }
  .lau-size span {
    margin-top: 0;
    justify-self: end;
  }
  .m-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "nm pr"
      "unit pr";
    align-items: end;
    gap: 2px 10px;
    padding: 10px 0;
  }
  .m-item .nm {
    grid-area: nm;
    min-width: 0;
    line-height: 1.25;
  }
  .m-dots {
    display: none;
  }
  .m-item .unit {
    grid-area: unit;
    justify-self: start;
    font-size: .7rem;
    line-height: 1.1;
  }
  .m-item .pr {
    grid-area: pr;
    align-self: start;
    justify-self: end;
    font-size: 1rem;
  }
  .menu-note {
    align-items: flex-start;
    font-size: .82rem;
  }
}

  /* ============================================================
     GALLERY
     ============================================================ */
.gallery { background: var(--paper); }
.gal-grid { display: grid; gap: 10px; grid-template-columns: repeat(2,1fr); grid-auto-rows: 130px; }
.gal-grid figure { overflow: hidden; border-radius: var(--r-sm); position: relative; cursor: pointer; box-shadow: var(--shadow-sm); }
.gal-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gal-grid figure:hover img { transform: scale(1.07); }
.gal-grid .big { grid-column: span 2; grid-row: span 2; }
.gal-grid .tall { grid-row: span 2; }
.gal-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 12px 9px;
  background: linear-gradient(to top, rgba(8,26,18,.78), transparent);
  color: #fff; font-size: .78rem; font-weight: 600; opacity: 0; transition: .2s;
}
.gal-grid figure:hover .gal-cap { opacity: 1; }

/* ============================================================
   PROOF / stats
   ============================================================ */
.proof { background: var(--cream); }
.stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-bottom: 38px; }
.stat {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 22px 18px; text-align: center; box-shadow: var(--shadow-sm);
}
.stat b { font-family: var(--ff-display); font-size: clamp(1.8rem,7vw,2.6rem); color: var(--chili); display: block; line-height: 1; }
.stat span { font-size: .82rem; color: var(--ink-soft); margin-top: 8px; display: block; }

.reviews { display: grid; gap: 16px; }
.review {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 22px 22px 20px; box-shadow: var(--shadow-sm); position: relative;
}
.stars { display: flex; gap: 2px; margin-bottom: 10px; }
.stars svg { width: 17px; height: 17px; color: var(--broth-deep); }
.review p { font-size: 1rem; color: var(--ink); line-height: 1.55; }
.review .who { margin-top: 14px; display: flex; align-items: center; gap: 11px; }
.review .av {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  background: var(--pine-600); color: #fff; display: grid; place-items: center;
  font-weight: 700; font-family: var(--ff-display);
}
.review .who b { font-size: .92rem; color: var(--pine-800); display: block; }
.review .who span { font-size: .76rem; color: var(--ink-soft); }
.review-note { font-size: .8rem; color: var(--ink-soft); margin-top: 18px; text-align: center; opacity: .8; }

/* ============================================================
   BRANCHES + MAP + CONTACT
   ============================================================ */
.visit { background: var(--pine-900); color: #fff; }
.visit .section-title { color: #fff; }
.branch-grid { display: grid; gap: 16px; margin-bottom: 34px; }
.branch {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--r-md); padding: 22px; transition: .2s;
}
.branch.main { border-color: var(--broth); background: rgba(224,168,62,.08); }
.branch .tag {
  font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--broth); display: inline-flex; align-items: center; gap: 6px; margin-bottom: 9px;
}
.branch h4 { font-family: var(--ff-display); font-size: 1.25rem; margin-bottom: 6px; }
.branch .loc { padding-top: 13px; margin-top: 13px; border-top: 1px dashed rgba(255,255,255,.16); }
.branch .loc:first-of-type { padding-top: 0; margin-top: 0; border-top: none; }
.branch .addr { font-size: .92rem; color: rgba(255,255,255,.82); display: flex; gap: 9px; }
.branch .addr svg { width: 17px; height: 17px; color: var(--broth-soft); flex: none; margin-top: 3px; }
.branch .phones { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.branch .phones a {
  display: inline-flex; align-items: center; gap: 7px; font-size: .86rem; font-weight: 600;
  background: rgba(255,255,255,.1); padding: 8px 13px; border-radius: 999px; transition: .15s;
}
.branch .phones a:hover { background: var(--chili); }
.branch .phones svg { width: 15px; height: 15px; }

.map-card { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.15); }
.map-card iframe { width: 100%; height: 340px; border: 0; display: block; filter: saturate(1.05); }
.visit-info { display: grid; gap: 14px; margin-top: 26px; }
.info-row { display: flex; gap: 13px; align-items: flex-start; font-size: .95rem; }
.info-row svg { width: 21px; height: 21px; color: var(--broth); flex: none; margin-top: 2px; }
.info-row b { display: block; color: #fff; }
.info-row span { color: rgba(255,255,255,.8); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--paper); }
.faq-list { display: grid; gap: 12px; max-width: 780px; margin: 0 auto; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 20px; font-weight: 700; font-size: 1.02rem; color: var(--pine-800); text-align: left;
}
.faq-q .ic { width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--paper-2); display: grid; place-items: center; transition: .25s; }
.faq-q .ic svg { width: 16px; height: 16px; color: var(--pine-700); }
.faq-item.open .faq-q .ic { background: var(--chili); transform: rotate(45deg); }
.faq-item.open .faq-q .ic svg { color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 20px 18px; color: var(--ink-soft); font-size: .95rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--pine-900); color: rgba(255,255,255,.7); padding: 48px 0 120px; border-top: 3px solid var(--broth); }
.foot-top { display: grid; gap: 26px; }
.foot-brand b { font-family: var(--ff-display); font-size: 1.5rem; color: #fff; display: block; }
.foot-brand span { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--broth); }
.foot-brand p { margin-top: 12px; font-size: .9rem; max-width: 40ch; }
.foot-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.foot-links a { font-size: .92rem; transition: .15s; }
.foot-links a:hover { color: var(--broth-soft); }
.foot-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; }

/* ============================================================
   STICKY MOBILE ACTION BAR
   ============================================================ */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(251,248,241,.96); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line); padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  display: flex; gap: 8px; box-shadow: 0 -8px 26px -16px rgba(10,35,24,.4);
}
.action-bar .btn { flex: 1; padding: 13px 8px; font-size: .9rem; }
.action-bar .btn svg { width: 17px; height: 17px; }

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,22,15,.94); display: none; align-items: center; justify-content: center; padding: 20px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 94vw; max-height: 86vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lb-close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; }
.lb-close svg { width: 24px; height: 24px; color: #fff; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; }
.lb-nav svg { width: 26px; height: 26px; color: #fff; }
.lb-prev { left: 14px; } .lb-next { right: 14px; }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .strip-track{ animation: none; } }

/* ============================================================
   RESPONSIVE — tablet / desktop
   ============================================================ */
@media (min-width: 700px) {
  .story-grid { grid-template-columns: 1.05fr 1fr; align-items: center; }
  .dish-grid { grid-template-columns: repeat(3,1fr); }
  .menu-cols { grid-template-columns: 1.3fr 1fr; }
  .gal-grid { grid-template-columns: repeat(4,1fr); grid-auto-rows: 150px; }
  .stats { grid-template-columns: repeat(4,1fr); }
  .reviews { grid-template-columns: repeat(3,1fr); }
  .branch-grid { grid-template-columns: repeat(3,1fr); }
  .feat-hero { grid-template-columns: 1fr 1fr; }
  .feat-hero-img { min-height: 100%; }
  .herb-grid { grid-template-columns: 1fr 1.1fr; align-items: center; }
  .benefit-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .visit-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
  .foot-top { grid-template-columns: 1.4fr 1fr; }
  .foot-links { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 940px) {
  body { font-size: 17px; }
  section { padding: 96px 0; }
  .nav-desktop { display: flex; }
  .menu-toggle { display: none; }
  .header-call { display: inline-flex; }
  .action-bar { display: none; }
  .site-footer { padding-bottom: 48px; }
  .hero-inner { padding-bottom: 64px; }
  .story-imgs { gap: 16px; }
  .dish-grid { gap: 20px; }
}
