@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Marcellus&family=Jost:wght@300;400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&family=Gentium+Book+Plus:wght@400;700&family=Kumbh+Sans:wght@400;700&family=Outfit:wght@400;500&display=swap";.nav{position:absolute;inset:0 0 auto 0;height:136px;display:flex;align-items:center;justify-content:space-between;padding:32px 40px;z-index:100}.nav .logo{width:100px;height:87px;background:url(/assets/logo.png) center / contain no-repeat;flex-shrink:0}.nav-pill{display:flex;gap:22px;align-items:center;padding:20px 30px;border-radius:24px;background:#ffffff14;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);box-shadow:-1px 3px 6px #00000014,-7px 24px 15px #0000000a}.nav-pill a{font-family:var(--serif);font-size:20px;color:#fff;text-decoration:none;white-space:nowrap;position:relative;transition:color .2s}.nav-pill a:hover{color:var(--gold-2)}.nav-pill a.active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--gold-2);border-radius:50%}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.hamburger span{width:30px;height:2px;background:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger.open span:first-child{transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:translate(20px)}.hamburger.open span:nth-child(3){transform:rotate(-45deg)}.nav-drawer{position:fixed;top:0;right:0;width:30%;height:100vh;background:var(--bg);z-index:100;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);border-left:1px solid rgba(255,255,255,.1);padding:140px 40px 40px;box-shadow:-10px 0 30px #00000080}.nav-drawer.open{transform:translate(0)}.drawer-content{display:flex;flex-direction:column;gap:32px}.drawer-content a{font-family:var(--serif);font-size:24px;color:#fff;text-decoration:none;transition:color .2s}.drawer-content a:hover,.drawer-content a.active{color:var(--gold-2)}.nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99}@media (max-width: 1200px){.nav-pill{display:none}.hamburger{display:flex}}@media (max-width: 768px){.nav{height:100px;padding:20px}.nav .logo{width:80px;height:70px}.nav-drawer{width:100%;max-width:320px;width:70%}}@media (min-width: 769px) and (max-width: 1200px){.nav-drawer{width:30%}}@media (max-width: 480px){.nav-drawer{width:80%}}.hero{position:relative;height:100vh;min-height:800px;background:url(/assets/hero-bg.png) center / cover no-repeat;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20px}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.4) 100%);pointer-events:none}.hero-title{display:flex;flex-direction:column;align-items:center;z-index:2;margin-top:180px}.hero-title .welcome{font-family:var(--serif-display);font-size:52px;font-weight:400;color:#fff;letter-spacing:.1em;margin-bottom:0}.hero-title .brand{font-family:var(--serif-display);font-size:82px;font-weight:500;color:var(--gold-2);letter-spacing:.05em;line-height:1;text-transform:uppercase}.hero-desc{max-width:780px;width:100%;font-family:var(--sans);font-size:20px;line-height:1.5;color:#ffffffe6;z-index:2;margin-top:40px;text-align:center}.hero-cta{width:220px;height:60px;z-index:4;margin-top:auto;margin-bottom:60px;border-radius:50px;background:linear-gradient(180deg,#8b4513,#5d2e0c);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 15px #0000004d;font-family:var(--serif);font-size:20px;color:#fff;transition:all .3s ease}.hero-cta:hover{transform:translateY(-2px);background:linear-gradient(180deg,sienna,#6b3e26);box-shadow:0 6px 20px #0006}.tag{position:absolute;width:358px;height:92px;border-radius:16px;background:#ffffff14;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.18);box-shadow:-1px 3px 6px #00000014,-3px 11px 11px #00000012,-7px 24px 15px #0000000a;z-index:3;display:flex;align-items:center;padding:0 24px}.tag .dot{width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 12px #049f2ba6;margin-right:12px}.tag .label{font-family:var(--serif);font-size:20px;color:#fff;text-align:left}.tag:after{content:"";position:absolute;width:0;height:0;border:12px solid transparent}.tag.right{left:58%;top:72%}.tag.right:after{bottom:-12px;left:20px;border-top:12px solid rgba(255,255,255,.1);border-left:10px solid transparent;border-right:10px solid transparent}.tag.left{right:58%;top:60%}.tag.left .inner-flip{display:flex;align-items:center}.tag.left:after{bottom:-12px;right:20px;border-top:12px solid rgba(255,255,255,.1);border-left:10px solid transparent;border-right:10px solid transparent}@media (max-width: 1200px){.hero-title .welcome{font-size:40px}.hero-title .brand{font-size:64px}.tag.right{left:52%}.tag.left{right:52%}}@media (max-width: 992px){.hero{height:auto;min-height:100vh;padding:140px 20px 80px}.hero-title{font-size:44px;margin-top:0;white-space:normal}.hero-desc{font-size:20px}.tag{position:relative;left:auto!important;right:auto!important;top:auto!important;transform:none!important;margin:10px 0;width:100%;max-width:358px}.tag.left .inner-flip{transform:none}.tag:after{display:none}.hero-cta{margin-top:40px}}@media (max-width: 480px){.hero-title{font-size:36px}.hero-desc{font-size:18px}}.about{padding:96px 42px 0}.about-title{margin-bottom:0}.about-row{position:relative;margin-top:60px;display:grid;grid-template-columns:354px 614px 1fr;gap:28px;align-items:start}.about-stats{display:flex;justify-content:space-around;align-items:center;width:354px;height:113px;border-radius:24px;background:var(--card);padding:16px;margin-top:287px;box-shadow:-2px 4px 10px #9191910d,-7px 17px 18px #9191910a,-15px 37px 24px #91919108}.about-stat{display:flex;flex-direction:column;align-items:center;gap:8px}.about-stat .num{font-family:var(--sans);font-weight:800;font-size:48px;line-height:1;color:#fff}.about-stat .lbl{font-family:var(--serif);font-size:16px;color:var(--text-muted)}.about-photos{display:flex;gap:13px;align-items:center}.about-photos .photo{width:188px;height:350px;border-radius:24px;border:1px solid rgba(255,255,255,.5);background-size:cover;background-position:center}.about-photos .photo:nth-child(1){background-image:url(/assets/aboutUs/aboutus1.jpg)}.about-photos .photo:nth-child(2){background-image:url(/assets/aboutUs/aboutus2.jpg);width:218px;height:412px}.about-photos .photo:nth-child(3){background-image:url(/assets/aboutUs/aboutus3.jpg)}.about-text{padding-left:36px;padding-top:12px}.about-text h3{font-family:var(--serif);font-size:36px;line-height:1.15;font-weight:400;margin-bottom:20px;color:#fff}.about-text p{font-family:var(--sans);font-size:18px;line-height:1.55;color:#ffffffd9}@media (max-width: 1300px){.about-row{grid-template-columns:1fr 1fr}.about-stats{margin-top:40px;grid-column:1 / span 2;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.about-text{padding-left:0;grid-column:1 / span 2;text-align:center}}@media (max-width: 992px){.about{padding:60px 20px 0}.about-row{display:flex;flex-direction:column;align-items:center;gap:40px}.about-photos{justify-content:center;width:100%;overflow-x:auto;padding-bottom:20px;scrollbar-width:none;-ms-overflow-style:none}.about-photos::-webkit-scrollbar{display:none}.about-photos .photo{flex-shrink:0}.about-stats{margin-top:0;order:3}.about-text{order:2}}@media (max-width: 480px){.about-photos{gap:8px;overflow-x:auto;flex-wrap:nowrap;max-width:100%}.about-photos .photo{width:110px;min-width:0;height:220px}.about-photos .photo:nth-child(2){width:130px;height:260px}.about-stat .num{font-size:36px}.about-text h3{font-size:28px}.about-text p{font-size:16px}}@media (max-width: 380px){.about-photos .photo{width:90px;height:180px}.about-photos .photo:nth-child(2){width:110px;height:210px}}.menu{position:relative;padding:96px 54px 0}.menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:56px}.menu-head h2{text-align:left}.menu-filters{display:flex;gap:24px;padding:16px;border-radius:32px;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:none}.menu-filters .brown-btn{padding:16px 32px;font-size:20px}.menu-grid{display:grid;grid-template-columns:650px 1fr;gap:38px}.menu-featured{position:relative;height:654px;border-radius:24px;background:var(--card);overflow:hidden;box-shadow:-2px 4px 10px #9191910d,-7px 17px 18px #9191910a,-15px 37px 24px #91919108}.menu-featured .img{height:350px;background:url(/assets/menu-featured.jpg) center / cover no-repeat;border-radius:24px 24px 0 0;position:relative}.circle-icon{width:50px;height:50px;border-radius:50%;background:#ffffff2e;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:center;box-shadow:-1px 3px 6px #00000014,-3px 11px 11px #00000012}.circle-icon svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2}.menu-featured .heart{position:absolute;top:24px;right:24px}.menu-featured .meta{padding:24px 24px 0;display:flex;flex-direction:column;gap:20px}.menu-featured .row{display:flex;justify-content:space-between;align-items:center}.menu-featured h3,.menu-featured .price{font-family:var(--serif);font-size:48px;line-height:1;color:#fff;font-weight:400}.menu-featured p{font-family:var(--serif);font-size:24px;line-height:1.3;color:#ffffffd9}.menu-featured .pills{display:flex;gap:8px;padding:0 24px;margin-top:10px}.menu-pill{padding:8px 16px;border-radius:24px;background:#f0f0f02e;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);font-family:var(--sans);font-size:14px;color:#fff}.menu-featured .add-btn{position:absolute;bottom:16px;right:22px;width:197px;height:57px;padding:16px 24px}.menu-featured .add-btn svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2}.menu-featured .add-btn .sep{width:1px;height:20px;border-left:1px dashed rgba(255,255,255,.8);margin:0 4px}.menu-list{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-content:start}.menu-card{position:relative;width:100%;height:315px;border-radius:24px;background:var(--card-3);overflow:hidden;box-shadow:-2px 4px 10px #9191910d,-7px 17px 18px #9191910a}.menu-card .img{height:190px;background-size:cover;background-position:center;border-radius:24px 24px 0 0;position:relative}.menu-card .heart{position:absolute;top:16px;right:16px;width:25px;height:25px}.menu-card .heart svg{width:12px;height:12px}.menu-card .meta{padding:14px 16px 0}.menu-card .row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.menu-card h4{font-family:var(--serif);font-size:24px;color:#fff;font-weight:400;line-height:1.1}.menu-card .price{font-family:var(--serif);font-size:22px;color:#fff}.menu-card p{font-family:var(--sans);font-size:14px;color:#ffffffb3;line-height:1.45;padding-right:36px}.menu-card .add-btn-sm{position:absolute;right:16px;bottom:16px;width:32px;height:32px;border-radius:24px;background:linear-gradient(#642716,#642716);box-shadow:0 12px 30px #ff580057,inset 0 1px 4px 2px #ffeddbf2;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.menu-card .add-btn-sm svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.5}.menu-card.card-1 .img{background-image:url(/assets/menu-card.jpg)}.menu-card.card-2 .img{background-image:url(/assets/special-2.jpg)}.menu-card.card-3 .img{background-image:url(/assets/special-1.jpg)}.menu-card.card-4 .img{background-image:url(/assets/special-4.jpg)}@media (max-width: 1200px){.menu-grid{grid-template-columns:1fr}.menu-featured{height:auto;padding-bottom:80px}.menu-featured .img{height:400px}}@media (max-width: 992px){.menu{padding:60px 20px 0}.menu-head{flex-direction:column;align-items:center;gap:30px}.menu-filters{width:100%;overflow-x:auto;padding-bottom:10px;justify-content:flex-start}.menu-filters .brown-btn{flex-shrink:0}}@media (max-width: 600px){.menu-list{grid-template-columns:1fr}.menu-featured h3,.menu-featured .price{font-size:32px}.menu-featured p{font-size:18px}}.services{padding:96px 85px 0}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:56px}.service-card{width:100%;height:200px;border-radius:24px;background:var(--card-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;box-shadow:-2px 4px 10px #9191910d,-7px 17px 18px #9191910a,-15px 37px 24px #91919108}.service-card .icon{width:80px;height:80px;background-size:contain;background-position:center;background-repeat:no-repeat}.service-card .icon.s1{background-image:url(/assets/services/serviceOne.png)}.service-card .icon.s2{background-image:url(/assets/services/serviceTwo.png)}.service-card .icon.s3{background-image:url(/assets/services/serviceThree.png)}.service-card .icon.s4{background-image:url(/assets/services/serviceFour.png)}.service-card .label{font-family:var(--sans);font-size:24px;text-align:center;color:#fff;line-height:1.15;max-width:230px}@media (max-width: 1200px){.services{padding:96px 40px 0}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.services{padding:60px 20px 0}.services-grid{grid-template-columns:1fr;gap:16px}.service-card{height:160px}.service-card .icon{width:60px;height:60px}.service-card .label{font-size:20px}}.specials{padding:96px 40px 0}.specials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:center;margin-top:56px}@media (min-width: 1200px){.specials-grid{grid-template-columns:1fr 1fr 1.3fr 1fr}}.special{height:420px;border-radius:8px;background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:-2px 4px 10px #9191910d,-7px 17px 18px #9191910a,-15px 37px 24px #91919108}.special.s1{background-image:url(/assets/special-1.jpg)}.special.s2{background-image:url(/assets/special-2.jpg)}.special.s3{height:450px;background-image:url(/assets/special-3.jpg);border:1px solid var(--gold);position:relative}.special.s3:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.special.s3 .play{position:absolute;top:20px;right:20px;z-index:2}.special.s3 .play svg{fill:#fff;stroke:none}.special.s4{background-image:url(/assets/special-4.jpg)}@media (max-width: 1200px){.specials-grid{grid-template-columns:repeat(2,1fr)}.special.s3{height:420px}}@media (max-width: 600px){.specials{padding:60px 20px 0}.specials-grid{grid-template-columns:1fr}.special{height:350px}}.gallery{padding:96px 0 0;width:100%;overflow:hidden}.gallery h2{margin-bottom:24px}.gallery-row{display:flex;gap:0;margin-top:24px;width:100%;overflow:hidden}.gallery-row .tile{flex:1;height:400px;background-size:cover;background-position:center;border:1px solid var(--text-muted);filter:saturate(1.05);min-width:25%}.gallery-row.row-1 .tile:nth-child(1){background-image:url(/assets/gallery/gallery1.jpg)}.gallery-row.row-1 .tile:nth-child(2){background-image:url(/assets/gallery/gallery2.jpg)}.gallery-row.row-1 .tile:nth-child(3){background-image:url(/assets/gallery/gallery3.jpg)}.gallery-row.row-1 .tile:nth-child(4){background-image:url(/assets/gallery/gallery4.jpg)}.gallery-row.row-2{transform:translate(-106px);width:calc(100% + 212px)}.gallery-row.row-2 .tile:nth-child(1){background-image:url(/assets/gallery/gallery5.jpg)}.gallery-row.row-2 .tile:nth-child(2){background-image:url(/assets/gallery/gallery6.jpg)}.gallery-row.row-2 .tile:nth-child(3){background-image:url(/assets/gallery/gallery7.jpg)}.gallery-row.row-2 .tile:nth-child(4){background-image:url(/assets/gallery/gallery8.jpg)}@media (max-width: 992px){.gallery-row{flex-wrap:wrap}.gallery-row .tile{min-width:50%;height:250px}.gallery-row.row-2{transform:none;width:100%}}@media (max-width: 480px){.gallery-row .tile{min-width:100%;height:300px}}.faq{padding:96px 79px 0}.faq h2{margin-bottom:12px}.faq-list{margin-top:48px;display:flex;flex-direction:column;gap:16px}.faq-item{width:100%;border-radius:8px;background:var(--card-3);padding:0;overflow:hidden;transition:background .25s}.faq-item.open{background:var(--card)}.faq-q{display:flex;align-items:center;justify-content:space-between;padding:28px 24px;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-q .qtext{font-family:var(--serif);font-size:28px;color:#fff;line-height:1.1;flex:1;text-align:center;padding-right:36px}.faq-q .chev{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .25s}.faq-q .chev svg{width:14px;height:8px;stroke:#fff;stroke-width:2;fill:none}.faq-item.open .chev{transform:rotate(180deg)}.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-item.open .faq-a{grid-template-rows:1fr}.faq-a>div{overflow:hidden}.faq-a p{padding:0 24px 32px;font-family:var(--sans);font-size:24px;line-height:1.4;color:#ffffffe6;text-align:center}@media (max-width: 992px){.faq{padding:60px 40px 0}.faq-q .qtext{font-size:22px;padding-right:20px}.faq-a p{font-size:18px}}@media (max-width: 480px){.faq{padding:60px 20px 0}.faq-q .qtext{font-size:18px}.faq-a p{font-size:16px}}.map-wrap{margin:96px 39px 0;border-radius:12px;overflow:hidden;height:336px;background:url(/assets/map.jpg) center / cover no-repeat;border:1px solid rgba(255,255,255,.06)}@media (max-width: 992px){.map-wrap{margin:60px 20px 0;height:250px}}.footer{margin-top:80px;padding:24px 40px 16px;display:flex;flex-direction:column;gap:20px;border-top:1px solid rgba(255,255,255,.05)}.footer-cols{display:grid;grid-template-columns:301px 231px 1fr 301px;gap:60px}.footer .col-brand{display:flex;flex-direction:column;align-items:center;gap:16px}.footer .col-brand .flogo{width:200px;height:174px;background:url(/assets/logo.png) center / contain no-repeat}.footer .col-brand .links{font-family:var(--sans);font-size:18px;color:#fff;text-align:center;line-height:1.4}.footer .socials{display:flex;gap:10px;margin-top:6px}.footer .socials a{width:40px;height:40px;border-radius:100px;background:#ffffff14;display:flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid rgba(255,255,255,.05);transition:background .2s,transform .2s}.footer .socials a:hover{background:#ffffff26;transform:translateY(-2px)}.footer .socials svg{width:18px;height:18px;fill:#fff}.footer h4{font-family:var(--serif);font-size:20px;color:#fff;font-weight:400;padding-bottom:12px;border-bottom:1px solid var(--divider);margin-bottom:24px}.footer ul{list-style:none}.footer ul li{font-family:var(--sans);font-size:16px;line-height:36px;color:#fff;display:flex;align-items:center;gap:8px}.footer ul li svg{width:12px;height:12px;stroke:#fff;stroke-width:2;fill:none}.footer .hours{font-family:var(--sans);font-size:16px;line-height:32px;color:#fff}.footer .col-contact .brown-btn{width:209px;height:62px;font-size:24px;padding:16px 32px;justify-content:flex-start;margin-bottom:24px}.footer .address{font-family:Kumbh Sans,sans-serif;font-weight:700;font-size:16px;line-height:32px;color:#fff}.copyright{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px 0 8px}.copyright .powered{font-family:Outfit,sans-serif;font-size:16px;color:#fff}.copyright .maghil{width:102px;height:26px;background:url(/assets/maghil.png) center / contain no-repeat}.copyright .year{font-family:Outfit,sans-serif;font-weight:500;font-size:16px;letter-spacing:2px;color:#fff;margin-left:8px}@media (max-width: 1200px){.footer-cols{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 768px){.footer{padding:40px 20px 20px}.footer-cols{grid-template-columns:1fr;gap:40px;text-align:center}.footer .col-brand{align-items:center}.footer .socials{justify-content:center}.footer h4{text-align:center}.footer ul li{justify-content:center}.footer .col-contact .brown-btn{margin-left:auto;margin-right:auto;justify-content:center}.copyright{flex-direction:column;gap:12px}}.menu-page{min-height:100vh;background:var(--bg);color:#fff}.mp-hero{position:relative;height:799px;overflow:hidden;background-image:linear-gradient(180deg,#0000008c,#00000026 28%,#00000026 70%,#000000d9),url(/assets/hero-pot.png);background-size:cover;background-position:center 35%}.mp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 50% at 50% 60%,rgba(255,210,150,.06) 0%,transparent 60%);pointer-events:none}.mp-hero-content{position:absolute;left:0;right:0;top:0;padding:200px clamp(40px,12vw,200px) 0;text-align:center;color:#fff}.mp-hero-title{font-family:"Cinzel",var(--serif-display);font-weight:700;font-size:clamp(36px,5.5vw,64px);line-height:1.1;letter-spacing:.01em;margin:0;text-shadow:0 2px 16px rgba(0,0,0,.55)}.mp-hero-sub{margin:30px auto 0;max-width:820px;font-family:"Jost",var(--sans);font-size:clamp(15px,1.8vw,22px);line-height:1.4;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.7)}.mp-label-pill{position:absolute;display:flex;align-items:center;gap:10px;padding:18px 24px;border-radius:16px;background:#ffffff1a;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.18);box-shadow:-3px 11px 11px #00000012,-7px 24px 15px #0000000a;color:#fff;font-family:"Marcellus",var(--serif);font-size:clamp(14px,1.5vw,20px);white-space:nowrap;pointer-events:none}.mp-label-pill:after{content:"";position:absolute;bottom:-10px;left:8px;width:24px;height:14px;background:#ffffff1a;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-left:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);clip-path:polygon(0 0,100% 0,0 100%)}.mp-label-left{left:clamp(40px,11%,160px);bottom:clamp(60px,10%,120px)}.mp-label-right{right:clamp(40px,11%,160px);bottom:clamp(140px,22%,220px)}.mp-label-right:after{left:auto;right:8px;clip-path:polygon(100% 0,100% 100%,0 0);border-left:none;border-right:1px solid rgba(255,255,255,.18)}.mp-pill-dot{width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 6px #049f2b99;flex-shrink:0}.mp-filter-row{margin:65px 40px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.mp-search-box{flex:1;max-width:600px;min-width:200px;height:57px;display:flex;align-items:center;gap:14px;padding:10px 22px;border-radius:24px;background:#ffffff14;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.16);cursor:text}.mp-search-box svg{width:18px;height:18px;color:#fff;opacity:.9;flex-shrink:0}.mp-search-box input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-family:"Marcellus",var(--serif);font-size:clamp(15px,1.5vw,20px);min-width:0}.mp-search-box input::placeholder{color:#ffffffbf}.mp-clear{background:none;border:none;color:#fff9;font-size:20px;cursor:pointer;line-height:1;padding:0 2px;flex-shrink:0;transition:color .2s}.mp-clear:hover{color:#fff}.mp-seg{display:flex;align-items:center;height:57px;border-radius:24px;background:#ffffff14;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.16);flex-shrink:0}.mp-seg-btn{height:57px;border:0;background:transparent;color:#fff;font-family:"Marcellus",var(--serif);font-size:clamp(14px,1.3vw,20px);padding:0 24px;cursor:pointer;border-radius:24px;transition:background .25s,color .25s;white-space:nowrap}.mp-seg-btn.on{background:#fff;color:#000;border-radius:24px 60px 40px 24px;padding:0 22px}.mp-cats-wrap{margin:30px 40px 0;height:70px;border-radius:24px;background:#ffffff14;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.16);display:flex;align-items:center}.mp-cats{flex:1;display:flex;align-items:center;gap:4px;overflow-x:auto;overflow-y:hidden;padding:0 4px 0 8px;scroll-behavior:smooth;scrollbar-width:none}.mp-cats::-webkit-scrollbar{display:none}.mp-cat{flex:0 0 auto;height:70px;display:flex;align-items:center;gap:8px;padding:0 20px;color:#fff;font-family:"Marcellus",var(--serif);font-size:clamp(14px,1.4vw,20px);cursor:pointer;border-radius:24px;background:transparent;border:0;transition:color .2s;white-space:nowrap}.mp-cat:hover{color:var(--gold-2)}.mp-cat-count{min-width:25px;height:23px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border-radius:16px 16px 16px 200px;background:#0009;color:#fff;font-family:"Marcellus",var(--serif);font-size:12px}.mp-cat.on{background:#fff;color:#000;border-radius:24px 40px 40px 24px}.mp-cat.on .mp-cat-count{background:#000;color:#fff}.mp-cat-arrow{flex:0 0 46px;height:70px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;background:transparent;border:0;border-radius:0 24px 24px 0;transition:background .2s}.mp-cat-arrow:hover{background:#ffffff14}.mp-cat-arrow svg{width:18px;height:18px}.mp-body{padding:0 40px 80px;min-height:40vh}.mp-section{margin-top:60px}.mp-section-title-block{margin-bottom:28px;display:flex;flex-direction:column;align-items:flex-start}.mp-section-title{margin:0;font-family:"Marcellus",var(--serif);font-size:clamp(30px,4vw,48px);line-height:1;background:linear-gradient(180deg,#e6d77f,#a07d10);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.mp-section-divider{width:130px;height:18px;margin-top:6px;opacity:.85;background:url(/assets/divider.png) no-repeat left center / contain}.mp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mp-card{position:relative;min-height:200px;border-radius:24px;padding:16px;background:#ffffff14;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.14);box-shadow:-1px 3px 6px #00000014,-7px 24px 15px #0000000a;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;animation:mp-rise .5s ease both}.mp-card:hover{transform:translateY(-4px);border-color:#c7b96973;box-shadow:0 14px 32px #0006,inset 0 0 0 1px #c7b96940}@keyframes mp-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.mp-card-head{display:flex;align-items:center;justify-content:space-between}.mp-tags{display:flex;gap:8px}.mp-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;font-family:"Marcellus",var(--serif);font-size:10px;letter-spacing:.02em}.mp-tag.veg{background:#049f2b1f;color:var(--green);border-color:#049f2b4d}.mp-tag.non-veg{background:#dc3c3c1a;color:#f07070;border-color:#dc3c3c38}.mp-tag-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0;background:currentColor}.mp-tag.veg .mp-tag-dot{background:var(--green)}.mp-tag.non-veg .mp-tag-dot{background:#e55}.mp-heart{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#fff;cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.mp-heart svg{width:13px;height:13px}.mp-heart:hover,.mp-heart.on{color:#ff5a73;background:#ff5a731f;border-color:#ff5a734d}.mp-card-mid{flex:1;display:flex;flex-direction:column;gap:6px;margin-top:10px}.mp-card-title-row{display:flex;align-items:center;gap:10px}.mp-card-title{font-family:"Marcellus",var(--serif);font-size:17px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%;flex-shrink:0}.mp-title-line{flex:1;height:1px;background:#ffffff4d}.mp-desc{font-family:"Jost",var(--sans);font-size:11px;line-height:1.45;color:#ffffffbf;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mp-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.mp-actions{display:flex;align-items:center;gap:6px}.mp-icon-btn{width:28px;height:28px;border-radius:28px;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;color:#fff;background:transparent;transition:background .2s,color .2s,transform .2s}.mp-icon-btn svg{width:13px;height:13px}.mp-icon-btn:hover{background:#ffffff29}.mp-icon-btn.primary{background:#fff;color:#000}.mp-icon-btn.primary:hover{background:var(--gold-2);color:#000;transform:scale(1.06)}.mp-icon-btn.pop{animation:mp-cart-pop .32s ease}@keyframes mp-cart-pop{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}.mp-price{font-family:Gentium Book Plus,Georgia,serif;font-weight:700;font-size:18px;background:linear-gradient(180deg,#e6d77f,#a07d10);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mp-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:100px 20px;color:var(--text-muted);text-align:center}.mp-empty svg{width:48px;height:48px;opacity:.4}.mp-empty p{font-size:16px}.mp-allergy{display:flex;align-items:flex-start;gap:10px;padding:20px 40px;background:#ffffff0a;border-top:1px solid rgba(255,255,255,.08)}.mp-allergy svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:2px}.mp-allergy p{font-size:12px;color:var(--text-muted);line-height:1.6}@media (max-width: 1200px){.mp-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.mp-hero{height:620px}.mp-hero-content{padding-top:160px}.mp-filter-row{margin:48px 24px 0}.mp-cats-wrap{margin:20px 24px 0}.mp-body{padding:0 24px 60px}.mp-label-left{left:24px;bottom:80px}.mp-label-right{right:24px;bottom:160px}}@media (max-width: 768px){.mp-hero{height:520px}.mp-hero-content{padding:140px 24px 0}.mp-label-pill{display:none}.mp-filter-row{margin:24px 16px 0;flex-direction:column;align-items:stretch}.mp-search-box{max-width:100%}.mp-seg{align-self:flex-start}.mp-cats-wrap{margin:16px 16px 0}.mp-cat{font-size:15px;padding:0 14px}.mp-body{padding:0 16px 48px}.mp-section{margin-top:40px}.mp-grid{grid-template-columns:repeat(2,1fr);gap:12px}.mp-card{min-height:185px}.mp-allergy{padding:16px}}@media (max-width: 540px){.mp-hero{height:440px}.mp-hero-content{padding:120px 16px 0}.mp-grid{grid-template-columns:1fr}.mp-seg{width:100%}.mp-seg-btn{flex:1;text-align:center}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg: rgb(0,0,0);--card: rgb(30,30,30);--card-2: rgb(34,34,34);--card-3: rgb(57,57,57);--brown: rgb(100,39,22);--brown-light: rgb(208,129,107);--cream: rgb(255,237,219);--gold: rgb(197,150,27);--gold-2: rgb(199,185,105);--text-muted: rgb(187,187,187);--text-muted-2: rgb(198,198,198);--divider: rgb(58,57,64);--green: rgb(4,159,43);--serif-display: "Cormorant Garamond", "Trajan Pro 3", "Marcellus", serif;--serif: "Marcellus", serif;--sans: "Jost", sans-serif}html{scroll-behavior:smooth}html,body{background:var(--bg);color:#fff;font-family:var(--sans);min-height:100%;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{overflow-x:hidden}.serif{font-family:var(--serif)}.serif-display{font-family:var(--serif-display);font-weight:700;letter-spacing:.01em}.brown-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 40px;border-radius:24px;font-family:var(--serif);font-size:20px;color:#fff;text-decoration:none;cursor:pointer;border:none;background:url(/assets/btn-texture.png) center / 200% no-repeat,linear-gradient(#642716,#642716);background-blend-mode:overlay;transition:transform .25s ease}.brown-btn:hover{transform:translateY(-1px)}.glass{background:#ffffff0f;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.08);box-shadow:-1px 3px 6px #00000014,-3px 11px 11px #00000012,-7px 24px 15px #0000000a}.ornament{display:block;margin:12px auto 0;width:119px;height:17px;background:url(/assets/ornament.png) center / contain no-repeat;transform:scaleY(-1)}.section-title{text-align:center;font-family:var(--serif);font-size:48px;line-height:1;color:#fff}.title-block{text-align:center}.title-block .ornament{width:119px;height:17px;margin:16px auto 0;background:url(/assets/ornament.png) center / contain no-repeat;transform:scaleY(-1)}.title-block.wide .ornament{width:367px;height:56px}.title-block.thin .ornament{width:107px;height:16px}
