.RestaurantHero-module__eaLazG__container{aspect-ratio:16/9;background-color:var(--muted);width:100%;box-shadow:var(--shadow-lg);margin-bottom:2rem;position:relative;overflow:hidden}@media (min-width:640px){.RestaurantHero-module__eaLazG__container{aspect-ratio:16/9}}@media (min-width:1024px){.RestaurantHero-module__eaLazG__container{aspect-ratio:32/9;margin-bottom:0}}.RestaurantHero-module__eaLazG__slider{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;display:flex;overflow-x:auto}.RestaurantHero-module__eaLazG__slider::-webkit-scrollbar{display:none}.RestaurantHero-module__eaLazG__slide{scroll-snap-align:center;min-width:100%;height:100%;position:relative}.RestaurantHero-module__eaLazG__overlay{background:linear-gradient(#0000 0%,#0f172a33 30%,#0f172a99 60%,#0f172af2 100%);justify-content:flex-start;align-items:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}@media (min-width:768px){.RestaurantHero-module__eaLazG__overlay{align-items:center;padding:6rem}}.RestaurantHero-module__eaLazG__title{font-family:var(--font-outfit);color:#fff;letter-spacing:-.03em;text-shadow:0 10px 30px #00000080;opacity:0;max-width:900px;font-size:2.5rem;font-weight:800;line-height:1.1;animation:1s cubic-bezier(.16,1,.3,1) forwards RestaurantHero-module__eaLazG__slideUp}@media (min-width:768px){.RestaurantHero-module__eaLazG__title{font-size:5rem;line-height:1.05}}.RestaurantHero-module__eaLazG__indicators{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:9999px;gap:.75rem;padding:.5rem .75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000001a}.RestaurantHero-module__eaLazG__dot{cursor:pointer;background-color:#ffffff80;border-radius:9999px;width:.5rem;height:.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.RestaurantHero-module__eaLazG__activeDot{background-color:#fff;width:2rem;transform:scale(1);box-shadow:0 0 10px #ffffff80}@keyframes RestaurantHero-module__eaLazG__slideUp{0%{opacity:0;filter:blur(10px);transform:translateY(40px)}to{opacity:1;filter:blur();transform:translateY(0)}}
.RestaurantCategories-module__HhCwoa__section{background:0 0;padding:0 0}.RestaurantCategories-module__HhCwoa__container{width:100%;max-width:1280px;margin:0 auto;padding:0 .5rem}.RestaurantCategories-module__HhCwoa__header{justify-content:space-between;align-items:center;margin-top:0;margin-bottom:.75rem;display:flex}.RestaurantCategories-module__HhCwoa__titleContainer{border-left:4px solid var(--primary);padding-left:1rem;position:relative}.RestaurantCategories-module__HhCwoa__title{font-family:var(--font-outfit);color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800;line-height:1.2}.RestaurantCategories-module__HhCwoa__viewAllBtn{font-family:var(--font-outfit);color:var(--primary);background-color:var(--muted);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.RestaurantCategories-module__HhCwoa__viewAllBtn:hover{background-color:var(--primary);color:#fff;transform:translate(4px)}.RestaurantCategories-module__HhCwoa__rowContainer{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem;padding:.5rem .5rem 1rem;display:flex;overflow-x:auto}.RestaurantCategories-module__HhCwoa__rowContainer::-webkit-scrollbar{display:none}.RestaurantCategories-module__HhCwoa__gridContainer{grid-template-columns:repeat(2,1fr);gap:.5rem;padding-bottom:2rem;display:grid}@media (min-width:640px){.RestaurantCategories-module__HhCwoa__gridContainer{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.RestaurantCategories-module__HhCwoa__gridContainer{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width:1024px){.RestaurantCategories-module__HhCwoa__gridContainer{grid-template-columns:repeat(6,1fr)}}.RestaurantCategories-module__HhCwoa__card{box-shadow:var(--shadow-sm);background-color:#fff;border:1px solid #cccccc59;border-radius:1rem;flex-direction:column;flex:none;align-items:center;padding:.75rem .5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.RestaurantCategories-module__HhCwoa__gridContainer .RestaurantCategories-module__HhCwoa__card{width:100%}.RestaurantCategories-module__HhCwoa__card:hover{border-color:var(--border);transform:translateY(-8px);box-shadow:0 15px 30px -5px #0000001a}.RestaurantCategories-module__HhCwoa__imageWrapper{background-color:#f8fafc;border:3px solid #fff;border-radius:50%;width:5rem;height:5rem;margin-bottom:.5rem;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000001a}.RestaurantCategories-module__HhCwoa__card:hover .RestaurantCategories-module__HhCwoa__imageWrapper{border-color:var(--primary);transform:scale(1.1);box-shadow:0 10px 20px -5px #0ea5e94d}.RestaurantCategories-module__HhCwoa__image{object-fit:cover;transition:transform .4s}.RestaurantCategories-module__HhCwoa__categoryName{font-family:var(--font-outfit);color:var(--foreground);text-align:center;font-size:1rem;font-weight:700;line-height:1.3;transition:color .3s}.RestaurantCategories-module__HhCwoa__card:hover .RestaurantCategories-module__HhCwoa__categoryName{color:var(--primary)}@media (min-width:768px){.RestaurantCategories-module__HhCwoa__title{font-size:2rem}.RestaurantCategories-module__HhCwoa__card{width:180px;padding:2rem 1.5rem}.RestaurantCategories-module__HhCwoa__imageWrapper{width:7rem;height:7rem}.RestaurantCategories-module__HhCwoa__categoryName{font-size:1.125rem}}
.RestaurantProducts-module__e0Vzxa__section{background-color:#fff;padding:0;position:relative}.RestaurantProducts-module__e0Vzxa__container{width:100%;max-width:1280px;margin:0 auto;padding:0 .5rem}.RestaurantProducts-module__e0Vzxa__header{justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0;display:flex}.RestaurantProducts-module__e0Vzxa__titleContainer{border-left:4px solid var(--primary);padding-left:1rem;position:relative}.RestaurantProducts-module__e0Vzxa__title{font-family:var(--font-outfit);color:var(--foreground);text-align:left;letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.RestaurantProducts-module__e0Vzxa__viewAllBtn{font-family:var(--font-outfit);color:var(--primary);background-color:var(--muted);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.RestaurantProducts-module__e0Vzxa__viewAllBtn:hover{background-color:var(--primary);color:#fff;transform:translate(4px)}@media (min-width:768px){.RestaurantProducts-module__e0Vzxa__title{text-align:left;font-size:2rem}}.RestaurantProducts-module__e0Vzxa__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:640px){.RestaurantProducts-module__e0Vzxa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.RestaurantProducts-module__e0Vzxa__grid{grid-template-columns:repeat(4,1fr)}}.RestaurantProducts-module__e0Vzxa__card{box-shadow:var(--shadow-sm);background-color:#fff;border:1px solid #00000014;border-radius:1rem;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.RestaurantProducts-module__e0Vzxa__card:hover{border-color:#ff6b0033;transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000001a}.RestaurantProducts-module__e0Vzxa__imageWrapper{aspect-ratio:4/3;background-color:var(--muted);width:100%;position:relative;overflow:hidden}.RestaurantProducts-module__e0Vzxa__image{object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.RestaurantProducts-module__e0Vzxa__card:hover .RestaurantProducts-module__e0Vzxa__image{transform:scale(1.1)}.RestaurantProducts-module__e0Vzxa__content{flex-direction:column;flex:1;justify-content:space-between;gap:.5rem;padding:.75rem;display:flex}.RestaurantProducts-module__e0Vzxa__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.RestaurantProducts-module__e0Vzxa__price{color:var(--foreground);letter-spacing:-.02em;font-size:1rem;font-weight:800}.RestaurantProducts-module__e0Vzxa__addBtn{color:#ff6b00;cursor:pointer;background:#fff;border:1px solid #ff6b00;border-radius:9999px;align-items:center;gap:.25rem;padding:.4rem .75rem;font-size:.75rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.RestaurantProducts-module__e0Vzxa__addBtn:hover{color:#fff;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 100%);border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b004d}.RestaurantProducts-module__e0Vzxa__addBtn:active{transform:scale(.95)}
.page-module__WetYua__pageContainer{background-color:var(--background);background-image:radial-gradient(at 0 0,#c8c8ff0d 0,#0000 50%),radial-gradient(at 100% 100%,#ff96320d 0,#0000 50%);flex-direction:column;gap:0;padding-bottom:6rem;display:flex}.page-module__WetYua__ctaSection{border-top:1px solid var(--border);text-align:center;background:linear-gradient(135deg,#fff5f0 0%,#fff 100%);padding:1.5rem 1rem;position:relative;overflow:hidden}.page-module__WetYua__ctaContainer{z-index:10;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:1280px;margin:0 auto;display:flex;position:relative}.page-module__WetYua__ctaTitle{font-family:var(--font-outfit);color:var(--foreground);letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1.2}.page-module__WetYua__ctaDesc{color:var(--muted-foreground);max-width:600px;margin-bottom:0;font-size:1.1rem}.page-module__WetYua__viewMenuBtn{color:#fff;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 100%);border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 10px 25px -5px #ff6b0066}.page-module__WetYua__viewMenuBtn:hover{filter:brightness(110%);transform:translateY(-4px)scale(1.02);box-shadow:0 20px 35px -10px #ff6b0080}.page-module__WetYua__featuresSection{background-color:#0000;padding:6rem 1.5rem}.page-module__WetYua__featuresContainer{width:100%;max-width:1280px;margin:0 auto}.page-module__WetYua__featuresTitle{font-family:var(--font-outfit);color:var(--foreground);text-align:center;letter-spacing:-.02em;margin-bottom:4rem;font-size:2.25rem;font-weight:800}@media (min-width:768px){.page-module__WetYua__featuresTitle{font-size:3rem}}.page-module__WetYua__featuresGrid{gap:2.5rem;display:grid}@media (min-width:768px){.page-module__WetYua__featuresGrid{grid-template-columns:repeat(3,1fr)}}.page-module__WetYua__featureCard{text-align:center;background-color:#fff;border:1px solid #0000000d;border-radius:2rem;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d}.page-module__WetYua__featureCard:hover{border-color:#ff6b001a;transform:translateY(-10px);box-shadow:0 25px 50px -12px #0000001a}.page-module__WetYua__iconWrapper{color:#ff6b00;background:#fff5eb;border-radius:1.5rem;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:2rem;transition:all .4s;display:flex}.page-module__WetYua__featureCard:hover .page-module__WetYua__iconWrapper{color:#fff;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 100%);transform:scale(1.1)rotate(5deg);box-shadow:0 10px 20px -5px #ff6b004d}.page-module__WetYua__featureTitle{font-family:var(--font-outfit);color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.page-module__WetYua__featureDesc{color:var(--muted-foreground);font-size:1.05rem;line-height:1.6}.page-module__WetYua__sectionTitle{font-family:var(--font-outfit);color:var(--foreground);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:800;display:inline-block;position:relative}
.RestaurantWhyChooseUs-module__CcHNpq__section{background-color:#fff;padding:2rem 1rem}.RestaurantWhyChooseUs-module__CcHNpq__container{text-align:center;max-width:1280px;margin:0 auto}.RestaurantWhyChooseUs-module__CcHNpq__header{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.RestaurantWhyChooseUs-module__CcHNpq__badge{color:#fff;font-family:var(--font-outfit);background:linear-gradient(135deg,#ff6b00 0%,#ff8533 100%);border-radius:6px;padding:.5rem 1.5rem;font-size:1.25rem;font-weight:700;display:inline-block;box-shadow:0 4px 6px #0000001a}.RestaurantWhyChooseUs-module__CcHNpq__companyName{font-family:var(--font-outfit);color:#ff6b00;margin:0;font-size:2rem;font-weight:700}.RestaurantWhyChooseUs-module__CcHNpq__featuresGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.RestaurantWhyChooseUs-module__CcHNpq__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.RestaurantWhyChooseUs-module__CcHNpq__featuresGrid{grid-template-columns:repeat(4,1fr)}}.RestaurantWhyChooseUs-module__CcHNpq__featureCard{text-align:center;background:#fff;border:1px solid #e5e7eb80;border-radius:1.5rem;flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem 1rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.RestaurantWhyChooseUs-module__CcHNpq__featureCard:before{content:"";opacity:0;background:linear-gradient(90deg,#ff6b00,#ff8533);width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.RestaurantWhyChooseUs-module__CcHNpq__featureCard:hover{border-color:#ff6b0033;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.RestaurantWhyChooseUs-module__CcHNpq__featureCard:hover:before{opacity:1}.RestaurantWhyChooseUs-module__CcHNpq__iconWrapper{color:#ff6b00;background-color:#fff7ed;border:1px solid #ff6b001a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:.5rem;transition:transform .4s,background-color .3s;display:flex;overflow:hidden}.RestaurantWhyChooseUs-module__CcHNpq__featureCard:hover .RestaurantWhyChooseUs-module__CcHNpq__iconWrapper{background-color:#ff6b001a;transform:scale(1.1)rotate(5deg)}.RestaurantWhyChooseUs-module__CcHNpq__featureTitle{font-family:var(--font-outfit);color:#1f2937;letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:700}.RestaurantWhyChooseUs-module__CcHNpq__featureDesc{color:#6b7280;max-width:280px;margin:0;font-size:1rem;line-height:1.6}
