.restaurant{background:#171b19;color:#f7f2e9;min-height:100vh}.restaurant-main{max-width:1160px;margin:auto;padding:38px 32px 0}.restaurant-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}.restaurant-kicker{font-size:13px;font-weight:700;letter-spacing:.12em;color:#e3ad7d}.restaurant-heading h1{font-size:clamp(32px,5vw,58px);margin:8px 0;line-height:1.5}.restaurant-heading p{color:#c6cbc3;margin:0}.restaurant-heading .restaurant-kicker{color:#e3ad7d}.restaurant-count{display:flex;flex-direction:column;align-items:center;gap:5px;white-space:nowrap;color:#c6cbc3;font-size:14px}.restaurant-count b{font-size:40px;line-height:1.4;color:#e3ad7d}.restaurant-special{display:grid;grid-template-columns:1fr 1fr;background:#222922;border:1px solid #394337;overflow:hidden}.restaurant-special>img{width:100%;height:100%;max-height:350px;object-fit:cover}.restaurant-special>div{padding:30px 36px;align-self:center}.restaurant-special h2{font-size:clamp(24px,3vw,34px);line-height:1.5;margin:12px 0}.restaurant-special p{font-size:16px;line-height:1.9;color:#c6cbc3;margin:0 0 18px}.restaurant-special-price{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.restaurant-special-price strong{color:#e3ad7d;font-size:24px}.restaurant-special-price>span{font-size:14px;color:#c6cbc3}.restaurant-menu-heading{display:flex;justify-content:space-between;align-items:center;margin-top:38px}.restaurant-menu-heading h2{font-size:28px;margin:0 0 18px}.restaurant-menu-heading span{color:#c6cbc3;font-size:14px}.restaurant-filters{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:24px;border-bottom:1px solid #3b423b}.restaurant-filters button{background:transparent;color:#f7f2e9;border:1px solid #596357;border-radius:30px;padding:10px 18px;font-size:14px;min-height:46px;cursor:pointer}.restaurant-filters button.active{background:#e3ad7d;color:#171b19;border-color:#e3ad7d}.restaurant-filters button:hover{border-color:#e3ad7d}.restaurant :focus-visible{outline:3px solid #e3ad7d;outline-offset:4px}.food-section{padding-top:26px}.food-section>h2{font-size:22px;color:#e3ad7d;margin:0 0 8px}.food-items{display:grid;grid-template-columns:1fr 1fr;column-gap:38px}.food-item{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 0;border-bottom:1px solid #353e35}.food-item h3{font-size:18px;line-height:1.6;margin:0 0 8px}.food-item p{font-size:16px;line-height:1.8;color:#c6cbc3;margin:0}.food-price{font-size:16px;color:#f3c69d;white-space:nowrap;padding-top:3px}.food-veg{display:inline-block;margin-top:12px;color:#c2dba6;font-size:13px}.restaurant-footer{border-top:1px solid #596357;margin-top:42px;padding:24px 0 32px;display:block;color:#c6cbc3;font-size:14px;line-height:1.9}.restaurant-footer p{max-width:780px;margin:0 0 10px}.restaurant-footer a{color:#e3ad7d;display:inline-block;margin-top:12px}[dir=rtl] .restaurant-kicker{letter-spacing:0}@media(max-width:700px){.restaurant-main{padding:24px 20px 0}.restaurant-heading{align-items:flex-start}.restaurant-count{display:none}.restaurant-special{grid-template-columns:1fr}.restaurant-special>img{height:210px}.restaurant-special>div{padding:24px}.food-items{grid-template-columns:1fr}.restaurant-menu-heading{margin-top:28px}.food-item{gap:12px}.restaurant-filters{gap:8px}.restaurant-filters button{padding:9px 14px}.restaurant-special h2{font-size:26px}}@media(min-width:701px) and (max-width:950px){.food-items{grid-template-columns:1fr}}
