:root{
  --bg:#0c0a09;--card:#161210;--ink:#f4efe6;--muted:#b9a894;--gold:#d4a017;
  --line:#2a231c;--accent:#c2410c;--ok:#65a30d;
  --font:"Iowan Old Style",Palatino,"Palatino Linotype",Georgia,serif;
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{width:min(1120px,92vw);margin:0 auto}
header.site{position:sticky;top:0;z-index:20;background:rgba(12,10,9,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0}
.logo{font-family:var(--font);letter-spacing:.18em;text-transform:uppercase;font-size:1.05rem;text-decoration:none}
.logo span{color:var(--gold)}
nav.links{display:flex;gap:1.1rem;align-items:center;flex-wrap:wrap}
nav.links a{text-decoration:none;color:var(--muted);font-size:.92rem}
nav.links a:hover{color:var(--ink)}
.langs{display:flex;gap:.22rem;flex-wrap:wrap;justify-content:flex-end;max-width:280px}
.langs button{background:transparent;border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:.12rem .38rem;cursor:pointer;font-size:.68rem}
.langs button.on{border-color:var(--gold);color:var(--gold)}
.hero{position:relative;min-height:72vh;display:grid;place-items:end start;overflow:hidden}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.45)}
.hero .copy{position:relative;padding:4rem 0 3rem}
.kicker{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;font-size:.72rem}
.hero h1{font-family:var(--font);font-size:clamp(2.2rem,6vw,4.4rem);line-height:.95;margin:.4rem 0 1rem;max-width:14ch}
.hero p{max-width:42ch;color:#efe6d6}
.row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.3rem}
.btn{display:inline-block;padding:.75rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:600;font-size:.92rem;border:1px solid transparent}
.btn.gold{background:var(--gold);color:#1a1208}
.btn.ghost{border-color:#6b5344;color:var(--ink)}
.btn.dark{background:#1a1208;color:var(--ink);border-color:var(--line)}
.badge{display:inline-flex;align-items:center;gap:.4rem;background:#1f180f;border:1px solid #3a2e22;border-radius:999px;padding:.25rem .7rem;font-size:.8rem;color:#e8d7b0}
.dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--ok)}
.dot.off{background:#a3a3a3}
section{padding:3.4rem 0}
h2{font-family:var(--font);font-size:clamp(1.6rem,3vw,2.3rem);margin:0 0 .6rem}
.muted{color:var(--muted)}
.grid{display:grid;gap:1.1rem}
.cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.card img{height:200px;width:100%;object-fit:cover}
.card .pad,.pad{padding:1.1rem 1.15rem 1.25rem}
.hours{display:grid;gap:.35rem}
.hours div{display:flex;justify-content:space-between;border-bottom:1px dashed #2d261f;padding:.25rem 0;color:var(--muted)}
.menu-sec{margin:2rem 0}
.menu-sec h3{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;margin:0 0 1rem}
.cat-photo{width:100%;height:220px;object-fit:cover;border-radius:16px;margin:0 0 1rem;border:1px solid var(--line)}
.dish{display:grid;grid-template-columns:1fr auto;gap:.4rem 1rem;padding:.85rem 0;border-bottom:1px solid #241e18}
.dish h4{margin:0;font-size:1.02rem}
.dish p{margin:.2rem 0 0;color:var(--muted);font-size:.92rem}
.price{font-variant-numeric:tabular-nums;color:var(--gold);white-space:nowrap}
form{display:grid;gap:.8rem;max-width:560px}
label{display:grid;gap:.28rem;font-size:.88rem;color:var(--muted)}
input,select,textarea{background:#100e0c;border:1px solid #3a3229;color:var(--ink);border-radius:10px;padding:.7rem .8rem;font:inherit}
textarea{min-height:90px}
footer{border-top:1px solid var(--line);padding:2rem 0 3rem;color:var(--muted);font-size:.88rem}
.okbox{display:none;background:#13200c;border:1px solid #3f6212;padding:1rem;border-radius:12px}
[dir=rtl] .hero h1,[dir=rtl] h2{font-family:"Noto Naskh Arabic",var(--font)}
@media(max-width:720px){
  nav.links a.desk{display:none}
  .hero{min-height:64vh}
}
.chat-fab{position:fixed;right:18px;bottom:18px;z-index:40;width:56px;height:56px;border-radius:50%;border:0;background:#d4a017;font-size:1.35rem;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.35)}
.chat-panel{position:fixed;right:18px;bottom:84px;z-index:40;width:min(340px,92vw);height:420px;background:#161210;border:1px solid #2a231c;border-radius:16px;display:flex;flex-direction:column;overflow:hidden}
.chat-panel[hidden]{display:none}
.chat-panel header{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem;background:#1f180f;color:#e8d7b0}
.chat-x{background:transparent;border:0;color:#e8d7b0;font-size:1.3rem;cursor:pointer}
.chat-log{flex:1;overflow:auto;padding:.8rem;display:flex;flex-direction:column;gap:.5rem}
.bubble{max-width:90%;padding:.55rem .7rem;border-radius:12px;white-space:pre-wrap;font-size:.88rem}
.bubble.bot{background:#241e18;color:#f4efe6;align-self:flex-start}
.bubble.me{background:#d4a017;color:#1a1208;align-self:flex-end}
.chat-form{display:flex;gap:.4rem;padding:.55rem;border-top:1px solid #2a231c}
.chat-form input{flex:1;background:#100e0c;border:1px solid #3a3229;color:#f4efe6;border-radius:10px;padding:.55rem .65rem}
.chat-form button{background:#d4a017;border:0;border-radius:10px;padding:.55rem .7rem;font-weight:700;cursor:pointer}
.chat-chips{display:flex;flex-wrap:wrap;gap:.35rem;padding:.35rem .55rem}
.chip{background:#241e18;color:#e8d7b0;border:1px solid #3a3229;border-radius:999px;padding:.25rem .55rem;font-size:.75rem;cursor:pointer}
