.Navbar-module__Rdte4q__navbar{z-index:1000;background-color:var(--bg-color);border-bottom:1px solid #3a23180d;align-items:center;width:100%;height:120px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(0)}.Navbar-module__Rdte4q__scrolled{height:76px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f4efebf2}.Navbar-module__Rdte4q__hidden{transform:translateY(-100%)}.Navbar-module__Rdte4q__navContainer{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;display:grid}.Navbar-module__Rdte4q__logo{font-family:var(--font-playfair);color:var(--text-main);justify-self:start;align-items:center;gap:.5rem;font-size:1.5rem;text-decoration:none;display:flex}.Navbar-module__Rdte4q__navLinksCenter{justify-self:center;align-items:center;gap:40px;display:flex}.Navbar-module__Rdte4q__navAction{justify-self:end}.Navbar-module__Rdte4q__navLinksCenter a{color:var(--text-main);transition:var(--transition);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.Navbar-module__Rdte4q__navLinksCenter a:hover,.Navbar-module__Rdte4q__navLinksCenter a.Navbar-module__Rdte4q__active{color:var(--primary-color)}.Navbar-module__Rdte4q__mobileMenuBtn{display:none}.Navbar-module__Rdte4q__mobileMenu{background-color:var(--surface-color);width:100%;box-shadow:var(--shadow-md);border-bottom:1px solid #3a23180d;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:absolute;top:100%;left:0}.Navbar-module__Rdte4q__mobileMenu a{color:var(--text-main);border-bottom:1px solid #3a23180d;align-items:center;gap:1rem;padding:.5rem 0;font-size:1.1rem;font-weight:500;display:flex}@media (max-width:1024px){.Navbar-module__Rdte4q__desktopOnly{display:none!important}.Navbar-module__Rdte4q__navContainer{justify-content:space-between;display:flex}.Navbar-module__Rdte4q__mobileMenuBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}}
.About-module__ho5YUa__about{background-color:var(--bg-color);padding:8rem 0;position:relative;overflow:hidden}.About-module__ho5YUa__about:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff6b6b0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.About-module__ho5YUa__storySection{border-top:1px solid #3a23181a;margin-top:8rem;padding-top:6rem}.About-module__ho5YUa__badge{font-family:var(--font-inter);color:var(--text-main);background-color:#e8e2da;border-radius:32px;align-items:center;gap:8px;width:max-content;margin-bottom:2rem;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.About-module__ho5YUa__storyHeader{max-width:900px;margin-bottom:4rem}.About-module__ho5YUa__storyHeader h2{letter-spacing:-.01em;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.About-module__ho5YUa__storyContent{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__ho5YUa__storyText{flex-direction:column;gap:1.5rem;display:flex}.About-module__ho5YUa__storyText p{color:var(--text-main);font-size:1.1rem;line-height:1.8}.About-module__ho5YUa__storyHighlight{font-family:var(--font-playfair);border-top:1px solid #3a23181a;margin-top:1rem;padding-top:1rem;color:var(--primary-color)!important;font-size:1.25rem!important}.About-module__ho5YUa__storyImageWrapper{width:100%;height:100%;min-height:500px;box-shadow:var(--shadow-lg);border-radius:24px;overflow:hidden}.About-module__ho5YUa__storyImage{object-fit:cover;width:100%;height:100%}@media (max-width:900px){.About-module__ho5YUa__storyContent{grid-template-columns:1fr}.About-module__ho5YUa__storyImageWrapper{order:-1;min-height:400px}}.About-module__ho5YUa__header{text-align:center;max-width:700px;margin:0 auto 5rem}.About-module__ho5YUa__header h2{margin-bottom:1rem}.About-module__ho5YUa__subtitle{color:var(--text-muted);font-size:1.15rem}.About-module__ho5YUa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.About-module__ho5YUa__card{text-align:center;transition:var(--transition);background:#fff;border:1px solid #00000008;padding:3rem 2rem}.About-module__ho5YUa__card:hover{box-shadow:var(--shadow-lg);border-color:#ff6b6b33;transform:translateY(-10px)}.About-module__ho5YUa__iconWrapper{width:80px;height:80px;color:var(--primary-color);transition:var(--transition);background:#ff6b6b1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.About-module__ho5YUa__card:hover .About-module__ho5YUa__iconWrapper{background:var(--primary-color);color:#fff;transform:scale(1.1)rotate(5deg)}.About-module__ho5YUa__card h3{margin-bottom:1rem}.About-module__ho5YUa__card p{color:var(--text-muted);font-size:1rem;line-height:1.7}
.Footer-module__wpEAUq__footer{color:#fff;background-color:#1a2b4c;padding:6rem 0 2rem}.Footer-module__wpEAUq__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__wpEAUq__brand h3{color:#fff;margin-bottom:1.5rem}.Footer-module__wpEAUq__brand p{color:#a4b0be;max-width:400px;margin-bottom:2rem;line-height:1.8}.Footer-module__wpEAUq__social{gap:1rem;display:flex}.Footer-module__wpEAUq__social a{color:#fff;width:45px;height:45px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__wpEAUq__social a:hover{background:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 20px #ff6b6b4d}.Footer-module__wpEAUq__links h4,.Footer-module__wpEAUq__contact h4{color:#fff;margin-bottom:1.5rem}.Footer-module__wpEAUq__links ul{list-style:none}.Footer-module__wpEAUq__links li{margin-bottom:1rem}.Footer-module__wpEAUq__links a{color:#a4b0be;transition:var(--transition);font-weight:500}.Footer-module__wpEAUq__links a:hover{color:var(--secondary-color);padding-left:8px}.Footer-module__wpEAUq__contact ul{list-style:none}.Footer-module__wpEAUq__contact li{color:#a4b0be;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;display:flex}.Footer-module__wpEAUq__contact li svg{color:var(--primary-color);flex-shrink:0}.Footer-module__wpEAUq__bottom{text-align:center;color:#a4b0be;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.95rem}@media (max-width:900px){.Footer-module__wpEAUq__grid{grid-template-columns:1fr;gap:3rem}}
.FullProducts-module__I0CKga__section{background-color:var(--surface-color);padding:4rem 0 8rem}.FullProducts-module__I0CKga__header{text-align:center;margin-bottom:5rem}.FullProducts-module__I0CKga__subtitle{color:var(--text-muted);margin-top:1rem;font-size:1.15rem}.FullProducts-module__I0CKga__swiperContainer{width:100%;padding-bottom:4rem!important}.FullProducts-module__I0CKga__swiperContainer .swiper-pagination-bullet{background:var(--text-main);opacity:.3}.FullProducts-module__I0CKga__swiperContainer .swiper-pagination-bullet-active{background:var(--primary-color);opacity:1}:is(.FullProducts-module__I0CKga__swiperContainer .swiper-button-next,.FullProducts-module__I0CKga__swiperContainer .swiper-button-prev){color:var(--primary-color)}.FullProducts-module__I0CKga__categoryCard{box-shadow:var(--shadow-md);transition:var(--transition);background:#fff;border:1px solid #3a231814;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.FullProducts-module__I0CKga__categoryCard:hover{box-shadow:var(--shadow-lg);border-color:#3a231833;transform:translateY(-5px)}.FullProducts-module__I0CKga__imageHeader{background-position:50%;background-size:cover;align-items:flex-end;height:240px;padding:2rem 1.5rem;display:flex;position:relative}.FullProducts-module__I0CKga__imageOverlay{background:linear-gradient(#3a23181a,#3a2318e6);position:absolute;inset:0}.FullProducts-module__I0CKga__categoryTitle{z-index:1;font-family:var(--font-playfair);letter-spacing:.02em;margin:0;font-size:1.8rem;position:relative;color:#fff!important}.FullProducts-module__I0CKga__itemList{background:#fff;flex-wrap:wrap;gap:.8rem;padding:2rem 1.5rem;display:flex}.FullProducts-module__I0CKga__pill{color:var(--text-main);transition:var(--transition);cursor:default;background:#f4efeb;border:1px solid #3a23181a;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500}.FullProducts-module__I0CKga__pill:hover{background:var(--text-main);color:#f4efeb;border-color:var(--text-main);transform:translateY(-2px)}
.Hero-module__GcNbda__heroSection{background-color:var(--bg-color);align-items:center;min-height:100vh;padding-top:96px;display:flex}.Hero-module__GcNbda__heroGrid{grid-template-columns:repeat(12,1fr);align-items:center;gap:40px;width:100%;padding:2rem 0;display:grid}.Hero-module__GcNbda__heroTextContent{flex-direction:column;grid-column:span 5;justify-content:center;display:flex}.Hero-module__GcNbda__badge{font-family:var(--font-inter);color:var(--text-main);background-color:#e8e2da;border-radius:32px;align-items:center;gap:8px;width:max-content;margin-bottom:2rem;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.Hero-module__GcNbda__title{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3.5rem,5vw,5.5rem);line-height:1.05;color:var(--text-main)!important}.Hero-module__GcNbda__description{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.Hero-module__GcNbda__actionsBox{align-items:center;gap:2rem;display:flex}.Hero-module__GcNbda__storyLink{cursor:pointer;color:var(--text-main);align-items:center;gap:12px;font-weight:600;display:flex}.Hero-module__GcNbda__playBtn{color:var(--text-main);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.Hero-module__GcNbda__storyLink:hover .Hero-module__GcNbda__playBtn{color:var(--primary-color)}.Hero-module__GcNbda__bentoMain{height:75vh;min-height:500px;max-height:800px;box-shadow:var(--shadow-md);border-radius:24px;grid-column:span 4;width:100%;overflow:hidden}.Hero-module__GcNbda__bentoSwiper{width:100%;height:100%}.Hero-module__GcNbda__bentoSwiper img{object-fit:cover;width:100%;height:100%}.Hero-module__GcNbda__bentoSide{flex-direction:column;grid-column:span 3;justify-content:space-between;height:75vh;min-height:500px;max-height:800px;display:flex}.Hero-module__GcNbda__bentoTop{background-color:var(--bg-color);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.Hero-module__GcNbda__chefImage{object-fit:cover;width:120px;height:120px;box-shadow:var(--shadow-sm);border:4px solid #fff;border-radius:50%}.Hero-module__GcNbda__chefSignature{font-family:var(--font-playfair);color:var(--primary-color);text-align:center;font-size:1.6rem;font-style:italic}.Hero-module__GcNbda__bentoBottom{box-shadow:var(--shadow-sm);background-color:#fff;border-radius:24px;flex-direction:column;align-items:center;padding:1.5rem;display:flex}.Hero-module__GcNbda__bentoLabel{font-weight:800;font-family:var(--font-playfair);color:var(--text-main);text-transform:uppercase;text-align:center;letter-spacing:.05em;margin-bottom:12px;font-size:1rem}.Hero-module__GcNbda__bentoBottom img{object-fit:cover;border-radius:12px;width:100%;height:220px}@media (max-width:1440px){.Hero-module__GcNbda__heroGrid{gap:24px}.Hero-module__GcNbda__bentoMain,.Hero-module__GcNbda__bentoSide{height:70vh}}@media (max-width:1200px){.Hero-module__GcNbda__heroGrid{grid-template-columns:repeat(12,1fr);gap:24px}.Hero-module__GcNbda__heroTextContent{grid-column:span 5}.Hero-module__GcNbda__bentoMain{grid-column:span 4}.Hero-module__GcNbda__bentoSide{grid-column:span 3}.Hero-module__GcNbda__title{font-size:3.5rem}.Hero-module__GcNbda__chefImage{width:100px;height:100px}.Hero-module__GcNbda__bentoBottom img{height:180px}}@media (max-width:1024px){.Hero-module__GcNbda__heroGrid{grid-template-columns:repeat(2,1fr)}.Hero-module__GcNbda__heroTextContent{text-align:center;grid-column:span 2;align-items:center;margin-bottom:2rem}.Hero-module__GcNbda__description{text-align:center;margin-left:auto;margin-right:auto}.Hero-module__GcNbda__bentoMain,.Hero-module__GcNbda__bentoSide{grid-column:span 1;height:50vh}}@media (max-width:768px){.Hero-module__GcNbda__heroGrid{grid-template-columns:1fr}.Hero-module__GcNbda__bentoMain{grid-column:span 1;height:60vh}.Hero-module__GcNbda__bentoSide{grid-column:span 1;gap:24px;height:auto}}
.Contact-module__2VSf3q__contactWrapper{background-color:var(--surface-color);align-items:center;min-height:calc(100vh - 100px);padding-top:160px;padding-bottom:120px;display:flex}.Contact-module__2VSf3q__title{font-family:var(--font-playfair);color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.Contact-module__2VSf3q__description{color:var(--text-muted);max-width:650px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Contact-module__2VSf3q__cardsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1100px;margin:0 auto;display:grid}.Contact-module__2VSf3q__card{text-align:center;background:#fff;border:1px solid #3a23180d;border-radius:24px;padding:4rem 2rem}@media (max-width:768px){.Contact-module__2VSf3q__contactWrapper{align-items:flex-start;padding-top:120px;padding-bottom:60px}.Contact-module__2VSf3q__cardsGrid{gap:1.5rem}.Contact-module__2VSf3q__card{padding:2.5rem 1.5rem}.Contact-module__2VSf3q__description{font-size:1.1rem}}
