:root{
  --font-head: 'Avenir Next', Avenir, 'Segoe UI', Inter, system-ui, -apple-system, Roboto, Arial, sans-serif;
  --font-body: 'Avenir Next', Avenir, 'Segoe UI', Inter, system-ui, -apple-system, Roboto, Arial, sans-serif;
  --bg:#121315;
  --bg2:#0d0e10;
  --panel:#1a1c20;
  --beige:#e9ddc8;
  --text:#f3f1ec;
  --muted:#b9b2a6;
  --gold:#caa24a;
  --border:rgba(255,255,255,.08);
  --shadow: 0 18px 40px rgba(0,0,0,.35);
  --radius:18px;
  --max: 1280px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family: var(--font-body); font-size:16px; font-weight:400;}
a{color:inherit;text-decoration:none}
a:hover{color:var(--beige)}
.container{width:min(var(--max), 90vw); margin:0 auto;}
.site-header{position:sticky; top:0; z-index:50; background:rgba(13,14,16,.88); backdrop-filter: blur(8px); border-bottom:1px solid var(--border);}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0;}
.brand-logo{height:92px; width:auto; display:block;}
.nav{display:flex; align-items:center; gap:18px; font-weight:600; letter-spacing:.2px;}
.nav a{opacity:.92}
.nav a:hover{opacity:1}
.lang-switch{display:flex; align-items:center; gap:10px; padding-left:8px; border-left:1px solid var(--border);}
.lang-switch a{opacity:.75}
.lang-switch a.active{opacity:1; color:var(--gold)}
.nav-toggle{display:none; background:transparent; border:1px solid var(--border); color:var(--text); border-radius:12px; padding:10px 12px; font-size:18px;}
.site-main{min-height:60vh}

/* Hero full width */
.hero{position:relative; width:100%; min-height:72vh; display:flex; align-items:flex-start; overflow:hidden; background:var(--bg2);}
.hero img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(1.08) contrast(1.06);}
.hero::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.38) 55%, rgba(18,19,21,.98));}
.hero .hero-content{position:relative; width:min(var(--max), 90vw); margin:0 auto; padding: 110px 0 56px;}
.kicker{display:inline-flex; gap:10px; align-items:center; padding:8px 12px; border:1px solid var(--border); border-radius:999px; background:rgba(0,0,0,.35); color:var(--beige); font-weight:700;}
.h1{font-size: clamp(34px, 4.6vw, 58px); line-height:1.02; margin:14px 0 10px;}
.sub{max-width: 720px; color:var(--muted); font-size: clamp(16px, 2vw, 18px); line-height:1.55; margin:0 0 18px;}
.hero-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:16px;}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:12px 16px; border-radius:14px; border:1px solid var(--border); background:rgba(0,0,0,.35); color:var(--text); font-weight:800;}
.btn.primary{background:linear-gradient(135deg, rgba(202,162,74,.95), rgba(233,221,200,.22)); border-color:rgba(202,162,74,.55); color:#141414;}
.btn:hover{transform: translateY(-1px); box-shadow: var(--shadow); transition: .18s ease;}

/* Sections */
.section{padding:46px 0;}
.section-title{display:flex; align-items:end; justify-content:space-between; gap:14px; margin-bottom:18px;}
.section-title h2{margin:0; font-size: clamp(22px, 2.8vw, 32px);}
.section-title p{margin:0; color:var(--muted); max-width: 720px; line-height:1.45;}
.grid-2{display:grid; grid-template-columns: 1.15fr .85fr; gap:22px;}
.panel{background:linear-gradient(180deg, rgba(26,28,32,.92), rgba(20,22,25,.92)); border:1px solid var(--border); border-radius: var(--radius); padding:18px; box-shadow: 0 10px 26px rgba(0,0,0,.25);}
.panel.beige{background:linear-gradient(180deg, rgba(233,221,200,.95), rgba(233,221,200,.72)); color:#141414; border-color: rgba(233,221,200,.35);}
.hours{display:grid; grid-template-columns: 1fr 1fr; gap:12px;}
.hours .item{padding:14px; border-radius:16px; border:1px solid var(--border); background:rgba(0,0,0,.22);}
.hours .item strong{display:block; color:var(--beige)}
.hours .item span{color:var(--muted)}

/* Menu list (not cards) */
.filters{display:flex; flex-wrap:wrap; gap:10px; margin: 0 0 14px;}
.chip{padding:10px 12px; border-radius:999px; border:1px solid var(--border); background:rgba(0,0,0,.25); cursor:pointer; font-weight:700; color:var(--muted);}
.chip.active{background:rgba(202,162,74,.18); color:var(--beige); border-color:rgba(202,162,74,.5);}
.menu-list{display:flex; flex-direction:column; gap:10px;}
.menu-row{display:grid; grid-template-columns: 130px 1fr; gap:14px; padding:12px; border-radius:18px; border:1px solid var(--border); background:rgba(0,0,0,.18);}
.menu-row:hover{background:rgba(0,0,0,.26); transition:.18s ease;}
.thumb{width:100%; aspect-ratio: 4/3; border-radius:14px; overflow:hidden; border:1px solid rgba(255,255,255,.06);}
.thumb img{width:100%; height:100%; object-fit:cover; display:block;}
.row-top{display:flex; align-items:flex-start; justify-content:space-between; gap:10px;}
.title{font-size:18px; font-weight:900; letter-spacing:.2px; margin:0;}
.badge{display:inline-flex; align-items:center; gap:8px; padding:6px 10px; border-radius:999px; border:1px solid var(--border); background:rgba(0,0,0,.25); color:var(--beige); font-size:12px; font-weight:800;}
.desc{margin:6px 0 8px; color:var(--muted); line-height:1.45;}
.meta{display:flex; flex-wrap:wrap; gap:10px; color:var(--muted); font-size:13px; line-height:1.45;}
.meta strong{color:var(--beige)}
.allergen-line{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.small-link{color:var(--gold); font-weight:800}
.small-link:hover{color:var(--beige)}

/* Media */
.media-strip{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px;}
.media-strip img{width:100%; aspect-ratio: 16/10; object-fit:cover; border-radius:18px; border:1px solid var(--border);}

/* Footer */
.site-footer{background:var(--bg2); border-top:1px solid var(--border); padding:34px 0;}
.footer-inner{display:flex; align-items:flex-start; justify-content:space-between; gap:18px; flex-wrap:wrap;}
.footer-brand{display:flex; align-items:center; gap:14px;}
.footer-logo{height:140px; width:auto;}
.footer-text{color:var(--muted); line-height:1.45;}
.footer-links{display:flex; flex-wrap:wrap; gap:16px; font-weight:800; color:var(--muted);}
.footer-links a:hover{color:var(--beige)}

/* Floating buttons */
.fab{position:fixed; right:16px; bottom:16px; display:flex; flex-direction:column; gap:10px; z-index:80; align-items:flex-end;}
.fab-btn{padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.22); background:rgba(243,241,236,.92); color:#1a1c20; font-size:11px; letter-spacing:.2px; box-shadow: 0 14px 30px rgba(0,0,0,.35); max-width:70vw;}
.fab-btn:hover{background:rgba(243,241,236,1); transform: translateY(-1px);}

/* Mobile */
@media (max-width: 980px){
  .grid-2{grid-template-columns: 1fr;}
  .brand-logo{height:78px;}
  .footer-logo{height:120px;}
}
@media (max-width: 860px){
  .nav{position:fixed; top:78px; left:0; right:0; display:none; flex-direction:column; background:rgba(13,14,16,.95); padding:14px 5vw 18px; border-bottom:1px solid var(--border);}
  .nav.open{display:flex;}
  .nav-toggle{display:inline-flex;}
}
@media (max-width: 560px){
  .menu-row{grid-template-columns: 110px 1fr;}
  .hero .hero-content{padding: 66px 0 38px;}
  .fab-btn{padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.22); background:rgba(243,241,236,.92); color:#1a1c20; font-size:11px; letter-spacing:.2px; box-shadow: 0 14px 30px rgba(0,0,0,.35); max-width:70vw;}
}



.review-card{display:flex; align-items:center; justify-content:space-between; gap:18px; padding:18px 20px; border:1px solid rgba(202,162,74,.35); border-radius:22px; background:linear-gradient(180deg, rgba(202,162,74,.10), rgba(0,0,0,.12)); box-shadow: var(--shadow);}
.review-card h2{margin:0 0 6px;}
.review-card p{margin:0; color:var(--muted); line-height:1.5;}
@media (max-width: 860px){
  .review-card{flex-direction:column; align-items:flex-start;}
}


/* --- Typography (Avenir-like) --- */
.h1{font-family:var(--font-head); font-weight:600; letter-spacing:.2px; color: var(--text);}
h2,h3{font-family:var(--font-head); font-weight:600; letter-spacing:.15px;}
.site-header .nav a{font-weight:600; font-size:14px;}
.kicker{font-weight:600; font-size:13px;}
.sub{font-weight:400; opacity:.92; font-size:16px;}
.menu-item .title{font-weight:600;}
.menu-item .desc{font-style:italic;}
.btn{font-weight:600; font-size:14px;}
@media (max-width: 860px){
  .site-header .nav a{font-size:13px;}
  .btn{font-size:13px;}
  .sub{font-size:15px;}
}



.hero .hero-content{color: var(--text);}
.hero .hero-content .h1, .hero .hero-content .sub{color: var(--text); text-shadow: 0 10px 30px rgba(0,0,0,.45);}
.hero .hero-content{position:relative;}
.hero .hero-content::before{
  content:"";
  position:absolute;
  left:-16px; right:-16px;
  top:86px;
  height: min(240px, 42vh);
  border-radius: 22px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  z-index:-1;
}



/* --- Motion --- */
.reveal{opacity:0; transform: translateY(14px); transition: opacity .65s ease, transform .65s ease;}
.reveal.in{opacity:1; transform:none;}
.hero .hero-content{animation: heroIn .9s ease both;}
@keyframes heroIn{from{opacity:0; transform: translateY(12px);}to{opacity:1; transform:none;}}



/* --- Typography: modern, no bold, max 10pt --- */
html{font-size:13px;} /* ~10pt */
body{font-size:13px; font-weight:400;}
*{font-weight:400;}
strong,b{font-weight:500;}

.h1,h1,h2,h3,.sub,.kicker,.btn,.site-header .nav a,.footer-text,.footer-links a,.panel,.menu-item,.menu-item .title{
  font-size:13px !important;
  font-family: var(--font-head);
  font-weight:400 !important;
}
.sub{font-style:italic; opacity:.92;}
.site-header .nav a{letter-spacing:.15px;}
.btn{letter-spacing:.2px;}
.site-footer .footer-links a{font-size:11px !important;} /* ~8pt */

/* Hero clickability */
.hero img,.hero::after,.hero .hero-content::before{pointer-events:none;}
.hero .hero-content,.hero .btn{pointer-events:auto;}

.hero .hero-content, .hero .hero-content *{color: var(--text) !important;}

.input{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline:none;
  font-size:13px !important;
}
.input:focus{border-color: rgba(202,162,74,.55); box-shadow: 0 0 0 4px rgba(202,162,74,.12);}


/* Hero typography exception */
.hero .h1{font-size:27px !important; line-height:1.08 !important;}
.hero .sub{font-size:20px !important; font-style:normal !important; opacity:.95 !important;}
@media (max-width: 860px){
  .hero .h1{font-size:24px !important;}
  .hero .sub{font-size:18px !important;}
}

