/* ===== Base ===== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#0f172a;
  background:#ffffff;
  line-height:1.6;
}
a{ color:inherit; text-decoration:none; }
.container{ width:min(1100px, 92%); margin:0 auto; }
.muted{ color:#64748b; }
.srOnly{ position:absolute; left:-9999px; }

/* ===== Topbar ===== */
.topbar{
  position:sticky; top:0; z-index:10;
  background:rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  border-bottom:1px solid #e2e8f0;
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{ display:flex; align-items:center; gap:10px; font-weight:900; }
.brand__mark{
  width:36px; height:36px; border-radius:10px;
  background:#0f172a; color:#fff;
  display:grid; place-items:center;
  font-size:13px;
}
.brand__name{ letter-spacing:.2px; }

.nav{ display:flex; gap:14px; align-items:center; }
.nav__link{
  color:#334155; font-weight:700;
  padding:8px 10px; border-radius:10px;
}
.nav__link:hover{ background:#f1f5f9; }
.nav__link--btn{
  background:#0f172a; color:#fff;
}
.nav__link--btn:hover{ background:#111827; }

/* ===== Hero ===== */
.hero{
  padding:44px 0 18px;
  background:
    radial-gradient(1100px 360px at 10% 10%, #e0f2fe 0%, rgba(224,242,254,0) 60%),
    radial-gradient(900px 300px at 90% 35%, #f1f5f9 0%, rgba(241,245,249,0) 60%);
}
.hero__inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  align-items:center;
}
.pill{
  display:inline-block;
  background:#0f172a; color:#fff;
  padding:8px 12px; border-radius:999px;
  font-size:12px; font-weight:900;
}
.hero__title{ margin:10px 0 8px; font-size:clamp(28px, 4vw, 44px); line-height:1.15; }
.hero__subtitle{ margin:0 0 16px; max-width:55ch; color:#475569; }
.hero__actions{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px; }
.hero__note{ display:flex; gap:10px; flex-wrap:wrap; color:#475569; font-weight:600; font-size:13px; }

.infoCard{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:16px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}
.infoCard h3{ margin:0 0 10px; }
.infoCard ul{ margin:0; padding-left:18px; }
.infoCard li{ margin:6px 0; }

/* ===== Sections ===== */
.section{ padding:52px 0; }
.section--alt{
  background:#f8fafc;
  border-top:1px solid #e2e8f0;
  border-bottom:1px solid #e2e8f0;
}
.section__head{ margin-bottom:16px; }
.section__title{ margin:0 0 6px; font-size:28px; }
.section__desc{ margin:0; color:#475569; }

/* ===== Toolbar ===== */
.toolbar{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
  margin-bottom:14px;
}
.tabs{
  display:flex; gap:8px; flex-wrap:wrap;
}
.tab{
  border:1px solid #e2e8f0;
  background:#fff;
  padding:10px 12px;
  border-radius:12px;
  font-weight:800;
  color:#334155;
  cursor:pointer;
}
.tab:hover{ background:#f1f5f9; }
.tab.is-active{
  background:#0f172a; color:#fff; border-color:#0f172a;
}
.search input{
  width:min(360px, 78vw);
  padding:12px 12px;
  border-radius:12px;
  border:1px solid #e2e8f0;
  outline:none;
}
.search input:focus{
  border-color:#94a3b8;
  box-shadow:0 0 0 3px rgba(148,163,184,.25);
}

/* ===== Menu grid ===== */
.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.item{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  overflow:hidden;
  transition:transform .15s ease, box-shadow .15s ease;
}
.item:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(15,23,42,.08);
}
.item__body{ padding:14px; }
.item__top{
  display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
}
.item__title{ margin:0; font-size:16px; font-weight:900; }
.price{
  font-weight:1000;
  color:#0f172a;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  padding:6px 10px;
  border-radius:999px;
  white-space:nowrap;
}
.item__desc{ margin:6px 0 10px; }
.item__meta{ font-size:12px; }

.fineprint{ margin-top:14px; font-size:12px; }

/* ===== Hours ===== */
.hours{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  overflow:hidden;
}
.hours__row{
  display:flex; justify-content:space-between; gap:12px;
  padding:12px 14px;
  border-bottom:1px solid #e2e8f0;
  font-weight:700;
}
.hours__row:last-child{ border-bottom:none; }

/* ===== Contact ===== */
.contactCard{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:16px;
}
.contactRow{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap:10px;
  padding:12px 0;
  border-bottom:1px dashed rgba(15,23,42,.18);
}
.contactRow:last-of-type{ border-bottom:none; }
.label{ font-size:12px; color:#64748b; font-weight:800; }
.value{ font-weight:800; color:#0f172a; }

.contactActions{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.note{ margin-top:10px; font-size:12px; }

/* ===== Buttons ===== */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 14px;
  border-radius:12px;
  font-weight:1000;
  border:1px solid transparent;
}
.btn--primary{ background:#0f172a; color:#fff; }
.btn--primary:hover{ background:#111827; }
.btn--ghost{
  background:#fff;
  border-color:#e2e8f0;
  color:#0f172a;
}
.btn--ghost:hover{ background:#f1f5f9; }
.full{ width:100%; }

/* ===== Language Switch ===== */
.lang{
  display:flex;
  gap:6px;
  align-items:center;
  margin-left:10px;
}
.lang__btn{
  border:1px solid #e2e8f0;
  background:#fff;
  color:#334155;
  font-weight:900;
  padding:8px 10px;
  border-radius:10px;
  cursor:pointer;
}
.lang__btn:hover{ background:#f1f5f9; }
.lang__btn.is-active{
  background:#0f172a;
  border-color:#0f172a;
  color:#fff;
}

/* ===== Footer ===== */
.footer{
  padding:18px 0;
  border-top:1px solid #e2e8f0;
  background:#fff;
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  font-weight:700;
}

/* ===== Responsive ===== */
@media (max-width: 900px){
  .hero__inner{ grid-template-columns:1fr; }
  .grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){
  .grid{ grid-template-columns:1fr; }
  .nav{ gap:8px; }
  .nav__link{ padding:8px 8px; }
  .contactRow{ grid-template-columns:1fr; }
}