
:root{
  --bg:#02070c;
  --panel:#06131d;
  --panel2:#081b28;
  --blue:#125998;
  --blue2:#0d385d;
  --gold:#caa36f;
  --text:#f3efe7;
  --muted:#8f9aa5;
  --line:rgba(255,255,255,.11);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Arial,Tahoma,sans-serif}
body{
  background:
    radial-gradient(circle at 80% 0,rgba(18,89,152,.22),transparent 28%),
    radial-gradient(circle at 15% 90%,rgba(202,163,111,.06),transparent 22%),
    #02070c;
}
button,input{font:inherit}
button{cursor:pointer}

.topbar{
  position:sticky;top:0;z-index:50;height:74px;padding:0 28px;
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(2,7,12,.88);backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line)
}
.brand-wrap{cursor:pointer}
.brand{font-family:Georgia,serif;letter-spacing:.22em;font-size:26px;line-height:1}
.brand-sub{margin-top:5px;font-size:8px;letter-spacing:.32em;color:#7d8c98}
.top-actions{display:flex;align-items:center;gap:9px}
.icon-btn,.lang-btn{
  border:1px solid var(--line);background:rgba(255,255,255,.025);
  color:#d7dfe5;border-radius:999px;height:38px;padding:0 14px
}
.icon-btn{width:38px;padding:0;font-size:22px}.lang-btn{color:var(--gold);font-size:11px}

.layout{display:grid;grid-template-columns:232px 1fr;min-height:calc(100vh - 74px)}
.sidebar{
  padding:24px 14px;border-left:1px solid var(--line);
  background:rgba(3,11,17,.72);position:sticky;top:74px;height:calc(100vh - 74px);
  overflow:auto
}
.side-title{font:500 13px Georgia,serif;letter-spacing:.18em;color:var(--gold);padding:8px 11px 15px}
.side-btn{
  width:100%;border:0;background:transparent;color:#788792;padding:11px 12px;
  border-radius:11px;text-align:right;margin-bottom:3px
}
.side-btn.active,.side-btn:hover{background:linear-gradient(90deg,rgba(18,89,152,.2),rgba(18,89,152,.06));color:#fff}

.hidden{display:none!important}

/* CLEAN, STRONG FRONT INTERFACE */
.home-screen{padding:22px 28px 50px;max-width:1500px;margin:auto}
.home-visual{
  min-height:650px;
  border-radius:26px;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(202,163,111,.18);
  background-image:url("./assets/images/home-hero.webp");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}
.home-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,7,12,.72) 0%,rgba(2,7,12,.38) 38%,rgba(2,7,12,.04) 74%),
    linear-gradient(0deg,rgba(2,7,12,.42),transparent 44%);
  pointer-events:none;
}
.home-glow{
  position:absolute;width:420px;height:420px;right:42%;top:14%;
  background:radial-gradient(circle,rgba(18,89,152,.20),transparent 68%);
  filter:blur(10px)
}
.home-content{
  position:absolute;z-index:3;right:7%;bottom:17%;max-width:560px
}
.eyebrow{color:var(--gold);letter-spacing:.25em;font-size:9px}
.home-content h1{
  margin:13px 0 0;font:500 clamp(58px,7vw,112px) Georgia,serif;
  letter-spacing:.05em;line-height:.9
}
.home-content h2{font-size:clamp(28px,3vw,48px);margin:18px 0 8px}
.home-content p{color:#adb9c2;line-height:1.9;margin:0;max-width:430px}
.primary-cta{
  margin-top:24px;border:1px solid var(--gold);color:#fff;
  background:linear-gradient(90deg,rgba(202,163,111,.17),rgba(202,163,111,.04));
  border-radius:999px;padding:14px 25px
}
.primary-cta:hover{background:rgba(202,163,111,.15)}
.home-meta{
  position:absolute;left:26px;bottom:24px;z-index:3;display:flex;gap:20px;
  color:#9aa8b3;font-size:9px;letter-spacing:.2em
}
.home-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.home-card{
  min-height:105px;padding:16px;border:1px solid var(--line);
  border-radius:16px;background:linear-gradient(145deg,rgba(8,28,42,.88),rgba(3,12,18,.92));
  display:flex;align-items:end;justify-content:space-between;transition:.2s
}
.home-card:hover{transform:translateY(-3px);border-color:rgba(202,163,111,.35)}
.home-card b{display:block;font:500 22px Georgia,serif;letter-spacing:.05em}
.home-card span{font-size:11px;color:#8f9ba5}
.mini-index{font:500 13px Georgia,serif;color:var(--gold);align-self:start}

/* MENU */
.menu-screen{max-width:1500px;margin:auto}
.menu-toolbar{
  min-height:94px;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:22px
}
.menu-toolbar h2{margin:5px 0 0;font-size:28px}
.search{
  width:min(460px,48vw);border:1px solid var(--line);background:#071723;
  color:#fff;border-radius:999px;padding:12px 18px
}
.hero{
  height:330px;margin:0 28px;border-radius:22px;overflow:hidden;position:relative;
  background:linear-gradient(145deg,#0a2234,#030b11);background-size:cover;background-position:center;
  border:1px solid var(--line)
}
.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,11,18,.94),rgba(2,11,18,.38),rgba(2,11,18,.12))}
.hero-copy{position:absolute;z-index:2;right:5%;bottom:14%;max-width:620px}
.hero h1{font:500 64px Georgia,serif;margin:0}.hero h2{font-size:34px;margin:5px 0}
.content{padding:20px 28px 70px}
.items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.card{
  border:1px solid var(--line);background:linear-gradient(180deg,rgba(7,24,39,.92),rgba(3,14,21,.95));
  border-radius:16px;overflow:hidden;min-height:280px
}
.card-img{
  height:160px;background:linear-gradient(145deg,#0b2538,#061018);
  display:grid;place-items:center;color:#536372;font-size:11px;background-size:cover;background-position:center
}
.card-body{padding:14px}.card h3{margin:0;font-size:17px}.en{color:#c9c0b4;font-family:Georgia,serif;font-size:17px;margin-top:4px}
.desc{color:var(--muted);font-size:11px;line-height:1.8;margin-top:9px}
.price{margin-top:14px;font-weight:bold;color:#f0d0a4}.mobile-cats{display:none}.mobile-nav{display:none}

@media(max-width:900px){
  .topbar{height:64px;padding:0 15px}.brand{font-size:20px}.brand-sub{display:none}
  .layout{display:block}.sidebar{display:none}
  .home-screen{padding:12px 12px 86px}
  .home-visual{min-height:560px;border-radius:20px;background-position:62% center}
  .home-content{right:20px;left:20px;bottom:18%}
  .home-content h1{font-size:58px}.home-content h2{font-size:30px}
  .home-meta{left:18px;right:18px;gap:12px;justify-content:space-between}
  .home-cards{grid-template-columns:repeat(2,1fr);gap:9px}
  .home-card{min-height:92px}
  .menu-toolbar{padding:16px 12px;display:block}.search{margin-top:12px;width:100%}
  .hero{margin:0 12px;height:340px}.hero-copy{right:20px;left:20px}.hero h1{font-size:48px}.hero h2{font-size:30px}
  .content{padding:14px 12px 90px}.mobile-cats{display:flex;gap:8px;overflow:auto;padding-bottom:14px}
  .cat-chip{white-space:nowrap;border:1px solid var(--line);background:#071925;color:#b9c2c9;border-radius:999px;padding:9px 12px}
  .cat-chip.active{border-color:var(--gold);color:white}.items{grid-template-columns:repeat(2,1fr);gap:9px}.card-img{height:128px}
  .mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:68px;z-index:60;background:#020b12f2;border-top:1px solid var(--line);justify-content:space-around;align-items:center}
  .mobile-nav button{background:none;border:0;color:#bdc7cf;font-size:11px}
}
@media(max-width:520px){
  .home-visual{min-height:500px}
  .home-content h1{font-size:48px}.home-content h2{font-size:27px}
  .home-card b{font-size:18px}
  .hero{height:310px}
  .items{grid-template-columns:1fr 1fr}
  .card{min-height:225px}.card-img{height:105px}.card-body{padding:10px}.card h3{font-size:13px}.en{font-size:14px}.price{font-size:14px}
}


/* BREAKFAST HERO — responsive crop, original image unchanged */
.hero.breakfast-hero{
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
@media (min-width:901px) and (max-width:1366px){
  .hero.breakfast-hero{
    background-position:center center;
  }
}
@media (max-width:900px){
  .hero.breakfast-hero{
    background-position:center center;
  }
}


/* ITEM DETAILS MODAL */
.card{cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.card:hover{transform:translateY(-4px);border-color:rgba(202,163,111,.38);box-shadow:0 18px 45px rgba(0,0,0,.22)}

.item-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(0,0,0,.76);
  backdrop-filter:blur(10px);
  display:grid;
  place-items:center;
  padding:24px;
}
.item-modal-card{
  width:min(980px,94vw);
  max-height:90vh;
  overflow:auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  background:linear-gradient(145deg,#071823,#020b12);
  border:1px solid rgba(202,163,111,.28);
  border-radius:24px;
  box-shadow:0 30px 100px rgba(0,0,0,.5);
  position:relative;
}
.modal-close{
  position:absolute;
  top:14px;
  left:14px;
  z-index:5;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(2,11,18,.72);
  color:#fff;
  font-size:28px;
  line-height:1;
}
.modal-image{
  min-height:520px;
  background:#06131d center/cover no-repeat;
  border-left:1px solid rgba(255,255,255,.08);
}
.modal-content{
  padding:54px 34px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.modal-content h2{
  margin:10px 0 2px;
  font-size:34px;
}
.modal-name-en{
  font:500 30px Georgia,serif;
  color:#d7c7b3;
  direction:ltr;
  text-align:right;
}
.modal-description{
  margin-top:20px;
  color:#aab5bd;
  line-height:2;
  font-size:14px;
  white-space:pre-line;
}
.modal-price{
  margin-top:26px;
  font-size:28px;
  font-weight:700;
  color:#f1d0a3;
}
.modal-price:before{
  content:"";
  display:block;
  width:42px;
  height:2px;
  background:var(--gold);
  margin-bottom:12px;
}

@media(max-width:900px){
  .item-modal{padding:10px}
  .item-modal-card{
    width:min(560px,96vw);
    grid-template-columns:1fr;
    border-radius:20px;
  }
  .modal-image{
    min-height:300px;
    border-left:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .modal-content{padding:24px 20px 28px}
  .modal-content h2{font-size:26px}
  .modal-name-en{font-size:24px}
  .modal-description{font-size:13px;line-height:1.85}
  .modal-price{font-size:24px}
  .modal-close{top:10px;left:10px}
}
