/* Trang nội dung (Giới thiệu / Chuyện Nhà Bông) — dùng chung token màu & font với cafe-v10-6-5.css
   để đồng bộ nhận diện với trang gọi món. Tách file riêng để không đụng CSS của app gọi món. */
*{box-sizing:border-box}
:root{
  --bg:#ffffff; --soft:#f5f5f7; --line:#e8e8ea;
  --ink:#1d1d1f; --ink-2:#6e6e73; --muted:#a1a1a6;
  --brand:#f5b301; --brand-press:#d99e00; --brand-tint:#fff6df;
  --logo:#1f6f52;
  --head-h:62px;
  --todo-bg:#fff8e8; --todo-line:#f0d998; --todo-text:#8a6d1a;
}
html,body{margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body.site-body{background:var(--bg);color:var(--ink);font:15px/1.6 -apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:-.005em;-webkit-tap-highlight-color:transparent}
img{max-width:100%;display:block}
a{color:inherit}
[hidden]{display:none!important}

/* ---- Placeholder cần điền nội dung thật — xoá class này khi đã thay xong ---- */
.todo{background:var(--todo-bg);border:1px dashed var(--todo-line);color:var(--todo-text);border-radius:12px;padding:12px 14px;font-size:13px;line-height:1.55}
.todo b{color:#6b4f00}

/* ---- Header ---- */
.site-head{position:sticky;top:0;z-index:30;min-height:var(--head-h);display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;padding:10px 16px;background:var(--bg);border-bottom:1px solid var(--line)}
.site-head .brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:var(--ink);text-decoration:none;margin-right:auto}
.site-head .brand svg{width:30px;height:30px;color:var(--logo);flex:0 0 auto}
.site-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.site-nav a{padding:8px 12px;border-radius:10px;font-size:13.5px;font-weight:600;color:var(--ink-2);text-decoration:none;white-space:nowrap}
.site-nav a:hover,.site-nav a.on{background:var(--soft);color:var(--ink)}
.site-nav a.cta{background:var(--brand);color:var(--ink)}
.site-nav a.cta:hover{background:var(--brand-press)}

/* ---- Hero ---- */
.hero{padding:44px 20px 36px;text-align:center;max-width:720px;margin:0 auto}
.hero .eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-press);background:var(--brand-tint);padding:5px 12px;border-radius:20px;margin-bottom:14px}
.hero h1{margin:0 0 12px;font-size:clamp(24px,5vw,34px);letter-spacing:-.02em;line-height:1.25}
.hero p{margin:0 auto 22px;color:var(--ink-2);font-size:15.5px;max-width:520px}
.btn{display:inline-flex;align-items:center;gap:6px;padding:12px 22px;border-radius:12px;background:var(--brand);color:var(--ink);font-weight:700;font-size:14.5px;text-decoration:none;border:0;cursor:pointer}
.btn:hover{background:var(--brand-press)}
.btn.ghost{background:var(--soft);color:var(--ink)}

/* ---- Section shell ---- */
.section{max-width:960px;margin:0 auto;padding:36px 20px}
.section h2{font-size:21px;letter-spacing:-.015em;margin:0 0 6px}
.section .lead{color:var(--ink-2);font-size:14px;margin:0 0 20px;max-width:620px}
.section.alt{background:var(--soft)}

/* ---- Signature product cards ---- */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width:680px){.grid-3{grid-template-columns:1fr}}
.prod-card{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:10px}
.prod-card .prod-badge{width:44px;height:44px;border-radius:12px;background:var(--brand-tint);color:var(--brand-press);display:grid;place-items:center;font-weight:700;font-size:15px}
.prod-card h3{margin:0;font-size:15.5px;letter-spacing:-.01em}
.prod-card p{margin:0;color:var(--ink-2);font-size:13px;flex:1}
.prod-card .price{font-weight:700;font-size:14.5px}
.prod-card .tag{display:inline-block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-press);background:var(--brand-tint);border-radius:6px;padding:2px 7px;width:fit-content}

/* ---- Info rows (địa chỉ/giờ/social) ---- */
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width:680px){.info-grid{grid-template-columns:1fr}}
.info-card{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:16px}
.info-card h4{margin:0 0 6px;font-size:13px;color:var(--ink-2);font-weight:700;text-transform:uppercase;letter-spacing:.03em}
.info-card p{margin:0;font-size:14.5px}
.social-row{display:flex;gap:8px;margin-top:4px}
.social-row a{width:36px;height:36px;border-radius:10px;background:var(--soft);display:grid;place-items:center}
.social-row svg{width:18px;height:18px}

/* ---- Blog: filter chips ---- */
.chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.chip{border:1px solid var(--line);background:var(--bg);color:var(--ink-2);font:inherit;font-size:13px;font-weight:600;padding:7px 14px;border-radius:20px;cursor:pointer}
.chip.on{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---- Blog: post cards ---- */
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width:820px){.post-grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.post-grid{grid-template-columns:1fr}}
.post-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;color:var(--ink);background:var(--bg)}
.post-card .thumb{aspect-ratio:16/10;background:linear-gradient(135deg,var(--brand-tint),var(--soft));display:grid;place-items:center;color:var(--brand-press)}
.post-card .thumb svg{width:34px;height:34px}
.post-card .body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}
.post-card .cat{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-press)}
.post-card h3{margin:0;font-size:15.5px;line-height:1.35;letter-spacing:-.01em}
.post-card p{margin:0;color:var(--ink-2);font-size:13px;flex:1}
.post-card .meta{font-size:12px;color:var(--muted);display:flex;justify-content:space-between;align-items:center}

/* ---- Article page ---- */
.breadcrumb{max-width:720px;margin:18px auto 0;padding:0 20px;font-size:12.5px;color:var(--ink-2)}
.breadcrumb a{color:var(--ink-2);text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.article{max-width:720px;margin:0 auto;padding:18px 20px 50px}
.article .cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-press)}
.article h1{margin:8px 0 10px;font-size:clamp(22px,4.5vw,30px);letter-spacing:-.02em;line-height:1.3}
.article .meta{color:var(--muted);font-size:13px;margin-bottom:20px}
.article .cover{aspect-ratio:16/9;border-radius:16px;background:linear-gradient(135deg,var(--brand-tint),var(--soft));display:grid;place-items:center;color:var(--brand-press);margin-bottom:22px}
.article .cover svg{width:40px;height:40px}
.article .prose p{color:var(--ink);font-size:15.5px;line-height:1.75;margin:0 0 16px}
.article .prose h2{font-size:18px;margin:28px 0 10px;letter-spacing:-.01em}
.share-row{display:flex;gap:8px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}
.share-row a,.share-row button{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:10px;background:var(--soft);color:var(--ink);font:inherit;font-size:13px;font-weight:600;border:0;text-decoration:none;cursor:pointer}

/* ---- CTA banner ---- */
.cta-band{max-width:960px;margin:0 auto 40px;padding:28px 24px;border-radius:20px;background:var(--ink);color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}
.cta-band h3{margin:0;font-size:18px;letter-spacing:-.01em}
.cta-band p{margin:4px 0 0;color:#c9c9cc;font-size:13.5px}

/* ---- Footer ---- */
.site-foot{border-top:1px solid var(--line);padding:28px 20px 40px;margin-top:20px}
.site-foot .inner{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}
.site-foot h5{margin:0 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}
.site-foot a{display:block;color:var(--ink-2);text-decoration:none;font-size:13.5px;padding:4px 0}
.site-foot a:hover{color:var(--ink)}
.site-foot .copy{max-width:960px;margin:20px auto 0;font-size:12px;color:var(--muted)}
