.hero[data-astro-cid-anhloy43]{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero__bg[data-astro-cid-anhloy43]{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2;transform:scale(1.02);animation:heroZoom 20s ease-out forwards}@keyframes heroZoom{to{transform:scale(1)}}.hero__overlay[data-astro-cid-anhloy43]{position:absolute;inset:0;background:var(--color-overlay);z-index:-1}.header[data-astro-cid-anhloy43]{display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,4vw,4rem);height:var(--header-height);position:relative;z-index:10}.header__logo[data-astro-cid-anhloy43]{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--color-white)}.header__logo-icon[data-astro-cid-anhloy43]{width:32px;height:32px}.header__logo-text[data-astro-cid-anhloy43]{font-family:var(--font-body);font-size:1.25rem;font-weight:500;letter-spacing:.02em}.header__nav[data-astro-cid-anhloy43]{display:flex;gap:clamp(1.5rem,3vw,2.5rem)}.header__nav-link[data-astro-cid-anhloy43]{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-white-90);text-decoration:none;letter-spacing:.02em;position:relative;padding:.25rem 0;transition:color .3s ease}.header__nav-link[data-astro-cid-anhloy43]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-tangerine);transition:width .3s ease}.header__nav-link[data-astro-cid-anhloy43]:hover{color:var(--color-white)}.header__nav-link[data-astro-cid-anhloy43]:hover:after{width:100%}.header__social[data-astro-cid-anhloy43]{display:flex;gap:1rem}.header__social-link[data-astro-cid-anhloy43]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--color-white-50);color:var(--color-white-90);transition:all .3s ease}.header__social-link[data-astro-cid-anhloy43] svg[data-astro-cid-anhloy43]{width:16px;height:16px}.header__social-link[data-astro-cid-anhloy43]:hover{background:var(--color-white);color:#1a1a1a;border-color:var(--color-white);transform:translateY(-2px)}.header__burger[data-astro-cid-anhloy43]{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0}.header__burger[data-astro-cid-anhloy43] span[data-astro-cid-anhloy43]{display:block;width:100%;height:2px;background:var(--color-white);border-radius:1px;transition:all .3s ease}.hero__content[data-astro-cid-anhloy43]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;animation:fadeInUp 1s ease-out .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero__title[data-astro-cid-anhloy43]{font-family:var(--font-body);font-size:clamp(4rem,10vw,10rem);font-weight:400;color:var(--color-white);line-height:.9;margin:0 0 2rem;letter-spacing:-.02em;text-shadow:0 4px 30px rgba(0,0,0,.3)}.hero__subtitle[data-astro-cid-anhloy43]{font-family:var(--font-body);font-size:clamp(.75rem,2vw,1rem);font-weight:400;color:var(--color-white-90);text-transform:uppercase;letter-spacing:.25em;margin:0 0 .75rem}.hero__tagline[data-astro-cid-anhloy43]{font-family:var(--font-body);font-size:clamp(.85rem,1.5vw,1rem);font-weight:300;color:var(--color-white-70);margin:0 0 2.5rem}.hero__cta[data-astro-cid-anhloy43]{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero__btn[data-astro-cid-anhloy43]{font-family:var(--font-body);font-size:.9rem;font-weight:500;padding:.9rem 2rem;border-radius:50px;text-decoration:none;letter-spacing:.03em;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;min-width:140px}.hero__btn--primary[data-astro-cid-anhloy43]{background:var(--color-tangerine);color:#1a1a1a;border:2px solid var(--color-tangerine)}.hero__btn--primary[data-astro-cid-anhloy43]:hover{background:var(--color-tangerine-dark);border-color:var(--color-tangerine-dark);transform:translateY(-2px);box-shadow:0 8px 25px #f5a62359}.hero__btn--secondary[data-astro-cid-anhloy43]{background:transparent;color:var(--color-white);border:2px solid var(--color-white-70)}.hero__btn--secondary[data-astro-cid-anhloy43]:hover{background:var(--color-white);color:#1a1a1a;transform:translateY(-2px)}@media(max-width:900px){.header__nav[data-astro-cid-anhloy43],.header__social[data-astro-cid-anhloy43]{display:none}.header__burger[data-astro-cid-anhloy43]{display:flex}}@media(max-width:480px){.hero__cta[data-astro-cid-anhloy43]{flex-direction:column;width:100%;max-width:280px}.hero__btn[data-astro-cid-anhloy43]{width:100%}}.mobile-menu[data-astro-cid-anhloy43]{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#000000f2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;visibility:hidden;transition:all .3s ease;z-index:9}.mobile-menu[data-astro-cid-anhloy43].active{opacity:1;visibility:visible}.mobile-menu__nav[data-astro-cid-anhloy43]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-menu__link[data-astro-cid-anhloy43]{font-family:var(--font-body);font-size:1.5rem;font-weight:500;color:var(--color-white);text-decoration:none;transition:color .3s ease}.mobile-menu__link[data-astro-cid-anhloy43]:hover{color:var(--color-tangerine)}.mobile-menu__social[data-astro-cid-anhloy43]{display:flex;gap:1rem;margin-top:1rem}.header__burger[data-astro-cid-anhloy43].active span[data-astro-cid-anhloy43]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger[data-astro-cid-anhloy43].active span[data-astro-cid-anhloy43]:nth-child(2){opacity:0}.header__burger[data-astro-cid-anhloy43].active span[data-astro-cid-anhloy43]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}body.menu-open{overflow:hidden}.showcase[data-astro-cid-7axbvwiu]{background:var(--color-bg);padding:3rem 0 4rem;overflow:hidden}.slider[data-astro-cid-7axbvwiu]{position:relative;width:100%;overflow:hidden;padding:1rem 0 2rem}.slider__track[data-astro-cid-7axbvwiu]{display:flex;gap:5rem;animation:scroll 30s linear infinite;width:max-content}.slider[data-astro-cid-7axbvwiu]:hover .slider__track[data-astro-cid-7axbvwiu]{animation-play-state:paused}.slider__item[data-astro-cid-7axbvwiu]{flex-shrink:0;display:flex;flex-direction:column;gap:.75rem;width:120px}.slider__image-wrapper[data-astro-cid-7axbvwiu]{width:160px;height:120px;border-radius:20px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.slider__item[data-astro-cid-7axbvwiu]:hover .slider__image-wrapper[data-astro-cid-7axbvwiu]{transform:scale(1.05);box-shadow:0 8px 25px #00000026}.slider__image[data-astro-cid-7axbvwiu]{width:100%;height:100%;object-fit:cover}.slider__name[data-astro-cid-7axbvwiu]{font-family:var(--font-body);font-size:.8rem;font-weight:600;color:#000;text-align:center;white-space:nowrap}.features[data-astro-cid-7axbvwiu]{display:flex;justify-content:center;padding:50px 100px;flex-wrap:wrap;background-color:#f1f1f1}.features__wrapper[data-astro-cid-7axbvwiu]{max-width:1400px;width:100%;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:wrap;gap:20px;height:min-content;justify-content:space-between;overflow:hidden;padding:0;position:relative}.feature[data-astro-cid-7axbvwiu]{min-width:450px;align-items:center;display:flex;flex:1;flex-direction:column;flex-wrap:nowrap;gap:10px;height:min-content;justify-content:center;overflow:hidden;padding:0;position:relative}.feature__info[data-astro-cid-7axbvwiu]{text-align:center}.feature__icon[data-astro-cid-7axbvwiu]{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease}.feature[data-astro-cid-7axbvwiu]:hover .feature__icon[data-astro-cid-7axbvwiu]{transform:scale(1.1)}.feature__icon[data-astro-cid-7axbvwiu] svg[data-astro-cid-7axbvwiu]{width:24px;height:24px}.feature__icon--flag[data-astro-cid-7axbvwiu]{background:#f5a62326;color:var(--color-tangerine)}.feature__icon--utensils[data-astro-cid-7axbvwiu]{background:#7b8b3d26;color:var(--color-olive)}.feature__icon--smile[data-astro-cid-7axbvwiu]{background:#4a9b8c26;color:var(--color-teal)}.feature__title[data-astro-cid-7axbvwiu]{font-family:var(--font-body);font-size:1.3rem;font-weight:500;color:var(--color-text);margin:0 0 .75rem}.feature__description[data-astro-cid-7axbvwiu]{max-width:300px;font-family:var(--font-body);font-size:1rem;font-weight:300;color:var(--color-text);line-height:1.6;margin:0}@media(max-width:768px){.features__wrapper[data-astro-cid-7axbvwiu]{flex-direction:column;align-items:center}.features[data-astro-cid-7axbvwiu]{flex-direction:column;align-items:center;gap:2.5rem;padding:20px}.feature[data-astro-cid-7axbvwiu]{min-width:250px}.slider__track[data-astro-cid-7axbvwiu]{animation-duration:20s}}@media(prefers-reduced-motion:reduce){.slider__track[data-astro-cid-7axbvwiu]{animation:none}}.menu-section[data-astro-cid-4ffnu4ty]{background-color:var(--color-bg);padding:80px 0;width:100%}.menu-container[data-astro-cid-4ffnu4ty]{max-width:1400px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.menu-header[data-astro-cid-4ffnu4ty]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:50px}.title-wrapper[data-astro-cid-4ffnu4ty]{display:flex;flex-direction:column;gap:8px}.title[data-astro-cid-4ffnu4ty]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;color:var(--color-text);margin:0;line-height:1.1}.underline[data-astro-cid-4ffnu4ty]{width:100%;height:4px;background-color:var(--color-green);border-radius:9999px}.btn[data-astro-cid-4ffnu4ty]{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background-color:var(--color-black);color:#fff;font-family:var(--font-body);font-size:.9rem;font-weight:500;text-decoration:none;border-radius:9999px;transition:all .3s ease}.btn[data-astro-cid-4ffnu4ty]:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.menu-grid[data-astro-cid-4ffnu4ty]{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.menu-card[data-astro-cid-4ffnu4ty]{display:flex;flex-direction:column;gap:16px;text-decoration:none;transition:transform .3s ease}.menu-card[data-astro-cid-4ffnu4ty]:hover{transform:translateY(-5px)}.menu-card__image-wrapper[data-astro-cid-4ffnu4ty]{width:100%;aspect-ratio:3 / 2;border-radius:24px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.menu-card[data-astro-cid-4ffnu4ty]:hover .menu-card__image-wrapper[data-astro-cid-4ffnu4ty]{box-shadow:0 12px 40px #00000026}.menu-card__image[data-astro-cid-4ffnu4ty]{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.menu-card[data-astro-cid-4ffnu4ty]:hover .menu-card__image[data-astro-cid-4ffnu4ty]{transform:scale(1.05)}.menu-card__title[data-astro-cid-4ffnu4ty]{font-family:var(--font-body);font-size:1.5rem;font-weight:500;color:var(--color-text);margin:0}@media(max-width:1100px){.menu-grid[data-astro-cid-4ffnu4ty]{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:600px){.menu-section[data-astro-cid-4ffnu4ty]{padding:60px 0}.menu-header[data-astro-cid-4ffnu4ty]{flex-direction:column;gap:20px;margin-bottom:30px}.menu-grid[data-astro-cid-4ffnu4ty]{grid-template-columns:repeat(2,1fr);gap:16px}.menu-card__image-wrapper[data-astro-cid-4ffnu4ty]{border-radius:16px}.menu-card__title[data-astro-cid-4ffnu4ty]{font-size:1.2rem}}.cta-section[data-astro-cid-v4oek4ca]{position:relative;width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;padding:60px 20px;overflow:hidden}.cta-bg[data-astro-cid-v4oek4ca]{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.cta-overlay[data-astro-cid-v4oek4ca]{position:absolute;inset:0;background:#00000080;z-index:1}.cta-card[data-astro-cid-v4oek4ca]{position:relative;z-index:2;background:var(--color-white);border-radius:24px;padding:40px 50px;max-width:360px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 20px 60px #0003}.cta-card__header[data-astro-cid-v4oek4ca]{display:flex;flex-direction:column;align-items:center;gap:10px}.cta-card__title[data-astro-cid-v4oek4ca]{font-family:var(--font-display);font-size:2.5rem;font-weight:500;color:var(--color-text);margin:0;line-height:1.1}.cta-card__underline[data-astro-cid-v4oek4ca]{width:100%;height:4px;background-color:var(--color-green);border-radius:9999px}.cta-card__description[data-astro-cid-v4oek4ca]{font-family:var(--font-body);font-size:.95rem;font-weight:400;color:var(--color-text-light);line-height:1.7;margin:0}.cta-card__btn[data-astro-cid-v4oek4ca]{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background-color:var(--color-tangerine);color:var(--color-white);font-family:var(--font-body);font-size:.9rem;font-weight:500;text-decoration:none;border-radius:9999px;transition:all .3s ease;margin-top:5px}.cta-card__btn[data-astro-cid-v4oek4ca]:hover{background-color:var(--color-tangerine-dark);transform:translateY(-2px);box-shadow:0 8px 25px #e9a23b66}@media(max-width:480px){.cta-section[data-astro-cid-v4oek4ca]{min-height:350px;padding:40px 16px}.cta-card[data-astro-cid-v4oek4ca]{padding:30px 24px;max-width:100%}.cta-card__title[data-astro-cid-v4oek4ca]{font-size:2rem}}.testimonials-section[data-astro-cid-h3xzfrp5]{background-color:var(--color-bg);padding:80px 0;width:100%;overflow:hidden}.testimonials-container[data-astro-cid-h3xzfrp5]{max-width:1400px;margin:0 auto}.testimonials-header[data-astro-cid-h3xzfrp5]{width:min-content;display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:50px;margin-right:auto;margin-left:auto;text-align:center;padding:0 clamp(1.5rem,5vw,4rem)}.title[data-astro-cid-h3xzfrp5]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;color:var(--color-text);margin:0;line-height:1.1}.underline[data-astro-cid-h3xzfrp5]{width:100%;height:4px;background-color:var(--color-green);border-radius:9999px}.slider[data-astro-cid-h3xzfrp5]{position:relative;width:100%;overflow:hidden;padding:20px 0;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.slider__track[data-astro-cid-h3xzfrp5]{display:flex;gap:30px;animation:scroll 40s linear infinite;width:max-content}.slider[data-astro-cid-h3xzfrp5]:hover .slider__track[data-astro-cid-h3xzfrp5]{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card[data-astro-cid-h3xzfrp5]{flex-shrink:0;width:400px;background:var(--color-white);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card[data-astro-cid-h3xzfrp5]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.testimonial-card__stars[data-astro-cid-h3xzfrp5]{display:flex;gap:4px}.star[data-astro-cid-h3xzfrp5]{width:20px;height:20px;fill:#e0e0e0}.star--filled[data-astro-cid-h3xzfrp5]{fill:var(--color-star)}.testimonial-card__text[data-astro-cid-h3xzfrp5]{font-family:var(--font-body);font-size:.95rem;font-weight:400;color:var(--color-text);line-height:1.7;margin:0;flex-grow:1}.testimonial-card__author[data-astro-cid-h3xzfrp5]{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-card__avatar[data-astro-cid-h3xzfrp5]{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-card__info[data-astro-cid-h3xzfrp5]{display:flex;flex-direction:column;gap:2px}.testimonial-card__name[data-astro-cid-h3xzfrp5]{font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--color-text)}.testimonial-card__source[data-astro-cid-h3xzfrp5]{font-family:var(--font-body);font-size:.8rem;font-weight:400;color:var(--color-text-light)}@media(max-width:600px){.testimonials-section[data-astro-cid-h3xzfrp5]{padding:60px 0}.testimonials-header[data-astro-cid-h3xzfrp5]{margin-bottom:30px}.testimonial-card[data-astro-cid-h3xzfrp5]{width:320px;padding:24px}.slider__track[data-astro-cid-h3xzfrp5]{gap:20px;animation-duration:30s}}@media(prefers-reduced-motion:reduce){.slider__track[data-astro-cid-h3xzfrp5]{animation:none}}
