*{box-sizing:border-box;margin:0;padding:0}
:root{
  --red:#7d1717;--red2:#a92121;--dark:#250d0b;--cream:#fff8ec;--gold:#e6b75a;
  --line:#ead7b9;--muted:#785d51;--white:#fff;
}
html{scroll-behavior:smooth}
body{
  min-height:100vh;background:#f2e8d8;color:var(--dark);
  font-family:"Noto Sans Devanagari",Poppins,Arial,sans-serif;
}
button{font:inherit}
.page-shell{max-width:1180px;margin:0 auto;background:var(--cream);min-height:100vh;box-shadow:0 0 45px rgba(54,20,10,.13)}
.hero{
  position:relative;overflow:hidden;color:#fff;background:
  radial-gradient(circle at 80% 10%,rgba(230,183,90,.22),transparent 28%),
  linear-gradient(135deg,#56100f,#8d1c19 55%,#64120f);
  padding:18px 28px 45px;border-bottom:5px solid var(--gold);
}
.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(230,183,90,.3);border-radius:50%;pointer-events:none}
.hero:before{width:300px;height:300px;right:-120px;top:-160px}
.hero:after{width:190px;height:190px;left:-100px;bottom:-150px}
.topbar{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;max-width:1080px;margin:auto}
.brand-mark{
  width:52px;height:52px;border:2px solid var(--gold);border-radius:14px;display:grid;place-items:center;
  font:800 15px Poppins,sans-serif;letter-spacing:1px;color:var(--gold);background:rgba(0,0,0,.13)
}
.language-switch{display:flex;gap:5px;padding:5px;border:1px solid rgba(255,255,255,.25);border-radius:14px;background:rgba(0,0,0,.16);backdrop-filter:blur(8px)}
.lang-btn{border:0;background:transparent;color:#fff;padding:8px 14px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}
.lang-btn.active{background:var(--gold);color:#35110d}
.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:28px auto 0}
.eyebrow{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#f7d98d;font-weight:800}
h1{font:800 clamp(38px,7vw,78px)/1.02 Poppins,sans-serif;letter-spacing:-2px;margin:12px 0 8px;text-shadow:0 4px 16px rgba(0,0,0,.2)}
h1 span{color:var(--gold)}
.hero-sub{font-size:clamp(16px,2.5vw,22px);font-weight:600;color:#fff6df}
.hero-note{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:9px 16px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(0,0,0,.14);font-size:13px}
.menu-wrap{padding:34px clamp(16px,4vw,42px) 38px}
.menu-intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.section-kicker,.card-kicker{font:800 12px Poppins,sans-serif;letter-spacing:2px;color:var(--red2)}
.menu-intro h2{font-size:clamp(27px,4vw,40px);line-height:1.15;margin-top:5px}
.size-legend{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.size-pill{background:#f7ead3;border:1px solid var(--line);border-radius:9px;padding:7px 10px;font:800 11px Poppins,sans-serif;color:var(--red)}
.size-pill small{display:block;color:var(--muted);font-size:8px;letter-spacing:.5px;text-align:center}
.notice{
  display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 16px;margin-bottom:24px;
  color:#fff;background:linear-gradient(90deg,var(--red),#9e211f,var(--red));border-radius:12px;
  font-weight:800;font-size:15px;box-shadow:0 8px 20px rgba(125,23,23,.14)
}
.notice-icon{color:#ffd982}
.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.menu-card{
  background:#fffdf8;border:1px solid var(--line);border-radius:18px;overflow:hidden;
  box-shadow:0 10px 28px rgba(65,30,15,.07)
}
.card-head{
  padding:20px 20px 16px;display:flex;justify-content:space-between;align-items:center;
  background:linear-gradient(180deg,#fff9ed,#fffdf8);border-bottom:1px solid var(--line)
}
.card-head h3{font-size:clamp(24px,3vw,31px);margin-top:3px}
.card-icon{font-size:32px;width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:#fff1d4}
.items{padding:4px 18px 12px}
.item{
  display:flex;justify-content:space-between;align-items:center;gap:14px;min-height:62px;
  padding:11px 2px;border-bottom:1px dashed #e5d6c1
}
.item:last-child{border-bottom:0}
.item b{display:block;font-size:18px;line-height:1.25;font-weight:800}
.en-name{display:block;margin-top:3px;font:500 12px/1.35 Poppins,sans-serif;color:#987d6e}
.price{display:grid;grid-template-columns:44px 52px;gap:7px;flex:none;align-items:center;text-align:center;font-family:Poppins,sans-serif}
.price i,.price strong{font-style:normal;border-radius:8px;padding:8px 3px;font-size:15px}
.price i{background:#f5ead8;color:#77594c;font-weight:600}
.price strong{background:#7d1717;color:#fff;font-weight:800}
.single .price{grid-template-columns:52px}
.single .price strong{font-size:15px}
.bottom-banner{
  margin-top:28px;border:2px solid #d9a948;border-radius:14px;padding:14px;text-align:center;
  color:var(--red);background:#fff2d3;display:flex;justify-content:center;align-items:center;gap:14px;font-size:16px
}
.site-footer{
  position:relative;
  background:linear-gradient(135deg,#2a100d,#3b1510);
  color:#f9e9cb;
  border-top:3px solid var(--gold);
  box-shadow:0 -6px 20px rgba(37,13,11,.10);
}
.footer-inner{
  max-width:1180px;margin:auto;min-height:116px;padding:20px 24px;
  display:flex;align-items:center;justify-content:center;gap:34px;
}
.footer-main{text-align:right}
.footer-brand{font:800 20px Poppins,sans-serif;letter-spacing:2px;color:var(--gold)}
.footer-main p{font-size:12px;margin-top:5px;color:#e5ccb2}
.footer-divider{width:1px;height:40px;background:rgba(230,183,90,.4)}
.powered-by{text-align:left;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.powered-by span{font-size:11px;color:#d9c0aa}
.powered-by strong{font:800 19px Poppins,sans-serif;color:#fff}
.powered-by a{font:700 13px Poppins,sans-serif;color:#f0c96f;text-decoration:none}
.powered-by a:hover{text-decoration:underline}
@media (max-width:820px){
  .category-grid{grid-template-columns:1fr}
  .menu-card{border-radius:16px}
}
@media (max-width:600px){
  .hero{padding:14px 14px 34px}
  .brand-mark{width:45px;height:45px;border-radius:12px}
  .language-switch{padding:4px}
  .lang-btn{padding:7px 10px;font-size:11px}
  .hero-content{margin-top:22px}
  h1{letter-spacing:-1.5px}
  .eyebrow{font-size:10px;letter-spacing:2px}
  .hero-note{font-size:11px;margin-top:17px}
  .menu-wrap{padding:24px 11px 30px}
  .menu-intro{align-items:flex-start;flex-direction:column;margin-bottom:17px}
  .menu-intro h2{font-size:28px}
  .size-legend{justify-content:flex-start}
  .notice{font-size:13px;padding:11px 10px;margin-bottom:17px}
  .card-head{padding:16px 15px 13px}
  .card-head h3{font-size:22px}
  .card-icon{width:45px;height:45px;font-size:25px}
  .items{padding:2px 13px 9px}
  .item{min-height:58px;padding:10px 1px;gap:8px}
  .item b{font-size:16px}
  .en-name{font-size:10px}
  .price{grid-template-columns:40px 46px;gap:5px}
  .price i,.price strong{padding:6px 2px;font-size:12px}
  .single .price{grid-template-columns:47px}
  .single .price strong{font-size:13px}
  .bottom-banner{font-size:13px;padding:12px 8px;gap:8px}
}
@media (max-width:370px){
  .item b{font-size:14px}.en-name{font-size:9px}
  .price{grid-template-columns:35px 42px}
  .single .price{grid-template-columns:43px}
}
@media print{
  body{background:#fff}.page-shell{box-shadow:none;max-width:none}
  .language-switch{display:none}.hero{padding-bottom:25px}.menu-wrap{padding-top:20px}
  .category-grid{grid-template-columns:1fr 1fr}.menu-card{break-inside:avoid}
}

body.lang-en .item b,
body.lang-en .menu-intro h2,
body.lang-en .card-head h3,
body.lang-en .hero-sub,
body.lang-en .hero-note,
body.lang-en .notice,
body.lang-en .bottom-banner{
  font-family:Poppins,"DM Sans",sans-serif;
}
body.lang-en .item b{font-size:17px;letter-spacing:-.15px}
body.lang-en .en-name{display:none}
body.lang-en .item{min-height:64px}

@media (max-width:600px){
    .footer-inner{min-height:126px;padding:18px 12px;gap:14px}
  .footer-main{text-align:right}
  .footer-brand{font-size:15px;letter-spacing:1.2px}
  .footer-main p{font-size:9px;margin-top:4px}
  .footer-divider{height:52px}
  .powered-by{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
  .powered-by span{font-size:8px}
  .powered-by strong{font-size:15px}
  .powered-by a{font-size:9px}
  .item b{font-size:17px}
  .en-name{font-size:11px}
  body.lang-en .item b{font-size:15.5px}
}
@media (max-width:370px){
    .item b{font-size:15px}
  body.lang-en .item b{font-size:14px}
  .powered-by a{font-size:8px}
}

.lang-btn.active{background:var(--gold);color:#35110d}
.lang-btn:not(.active){background:transparent;color:#fff}

body.lang-en .item b,
body.lang-en .menu-intro h2,
body.lang-en .card-head h3,
body.lang-en .hero-sub,
body.lang-en .hero-note,
body.lang-en .notice,
body.lang-en .bottom-banner,
body.lang-en .footer-main p,
body.lang-en .powered-by span{
  font-family:Poppins,"DM Sans",sans-serif;
}
body.lang-en .en-name{display:none}
body.lang-en .item b{font-size:17px;letter-spacing:-.15px}
body.lang-en .item{min-height:64px}

@media (max-width:600px){
  .item b{font-size:17px}
  .en-name{font-size:11px}
  body.lang-en .item b{font-size:15.5px}
}
@media (max-width:370px){
  .item b{font-size:15px}
  body.lang-en .item b{font-size:14px}
}
