.hero.svelte-1u784bd{position:relative;height:100svh;min-height:580px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-media.svelte-1u784bd{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media.svelte-1u784bd img:where(.svelte-1u784bd){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%}.hero-overlay.svelte-1u784bd{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a07051a,#0a070559,#0a0705b8)}.hero-content.svelte-1u784bd{position:relative;z-index:2;text-align:center;padding:0 1.5rem;animation:svelte-1u784bd-heroReveal 1s ease forwards}.hero-eyebrow.svelte-1u784bd{font-family:var(--font-body);font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#ffffffa6;margin-bottom:1.25rem}.hero-title.svelte-1u784bd{font-family:var(--font-display);font-size:clamp(3.5rem,9vw,8rem);font-weight:400;color:#fff;letter-spacing:-.01em;line-height:.95;text-shadow:0 2px 40px rgba(0,0,0,.3)}.hero-rule.svelte-1u784bd{width:40px;height:1.5px;background:#ffffff80;margin:1.5rem auto}.hero-scroll.svelte-1u784bd{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;color:#ffffff80;text-decoration:none;animation:svelte-1u784bd-bounce 2s ease-in-out infinite;transition:color var(--transition-fast)}.hero-scroll.svelte-1u784bd:hover{color:#ffffffe6}@keyframes svelte-1u784bd-heroReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1u784bd-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.products-section.svelte-1ijswu3{background:var(--color-surface);border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);overflow:hidden;padding-bottom:5rem}.products-header.svelte-1ijswu3{text-align:center;padding:5rem 2rem 4rem}.products-eyebrow.svelte-1ijswu3{font-family:var(--font-body);font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem}.products-row.svelte-1ijswu3{max-width:1200px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-item.svelte-1ijswu3{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.products-row.visible.svelte-1ijswu3 .product-item:where(.svelte-1ijswu3){opacity:1;transform:translateY(0)}.product-visual.svelte-1ijswu3{width:100%;display:flex;align-items:flex-end;justify-content:center;padding:2rem 1.5rem 1.5rem}.product-img.svelte-1ijswu3{width:100%;max-width:240px;height:300px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 44px rgba(28,23,20,.15));transition:transform .5s cubic-bezier(.16,1,.3,1),filter .5s ease;will-change:transform}.product-item.svelte-1ijswu3:hover .product-img:where(.svelte-1ijswu3){transform:translateY(-10px) scale(1.03);filter:drop-shadow(0 34px 56px rgba(28,23,20,.21))}.product-identity.svelte-1ijswu3{padding:0 1rem 1rem}.product-name.svelte-1ijswu3{font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.75rem);font-weight:500;color:var(--color-text);letter-spacing:-.02em;line-height:1.2}.product-rule.svelte-1ijswu3{width:28px;height:1.5px;background:var(--color-primary);margin:.875rem auto 0;border-radius:999px}@media (max-width: 599px){.products-row.svelte-1ijswu3{grid-template-columns:1fr;padding:0 1.5rem;gap:.5rem}.product-img.svelte-1ijswu3{height:200px;max-width:180px}}@media (min-width: 600px) and (max-width: 1023px){.products-row.svelte-1ijswu3{padding:0 2rem;gap:1.5rem}.product-img.svelte-1ijswu3{height:240px}}.recipes-section.svelte-yalhyt{padding:5rem 2rem 6rem}.recipes-header.svelte-yalhyt{text-align:center;margin-bottom:3.5rem}.recipes-eyebrow.svelte-yalhyt{font-family:var(--font-body);font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem}.recipes-grid.svelte-yalhyt{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1023px){.recipes-grid.svelte-yalhyt{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 599px){.recipes-section.svelte-yalhyt{padding:4rem 0 5rem}.recipes-header.svelte-yalhyt{padding:0 1.5rem}.recipes-grid.svelte-yalhyt{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 1.5rem 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.recipes-grid.svelte-yalhyt::-webkit-scrollbar{display:none}.recipe-card.svelte-yalhyt{flex:0 0 72%;scroll-snap-align:start}}.recipe-card.svelte-yalhyt{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;background:none;border:none;padding:0;cursor:pointer;text-align:left}.recipe-card.visible.svelte-yalhyt{opacity:1;transform:translateY(0)}.recipe-img-wrap.svelte-yalhyt{position:relative;overflow:hidden;border-radius:var(--radius-md);background:var(--color-surface);aspect-ratio:3 / 4;margin-bottom:.875rem;box-shadow:var(--shadow-sm)}.recipe-img.svelte-yalhyt{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.recipe-card.svelte-yalhyt:hover .recipe-img:where(.svelte-yalhyt){transform:scale(1.06)}.recipe-overlay.svelte-yalhyt{position:absolute;top:0;right:0;bottom:0;left:0;background:#120c086b;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-base)}.recipe-card.svelte-yalhyt:hover .recipe-overlay:where(.svelte-yalhyt){opacity:1}.recipe-overlay-label.svelte-yalhyt{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;border:1px solid rgba(255,255,255,.5);padding:.5rem 1rem;border-radius:999px}.recipe-title.svelte-yalhyt{font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:var(--color-text);letter-spacing:-.01em;line-height:1.3;padding:0 .25rem}.stores-section.svelte-1d812ai{padding:5rem 2rem 6rem;background:var(--color-surface);border-top:1px solid var(--color-border-light)}.stores-header.svelte-1d812ai{text-align:center;margin-bottom:3.5rem}.stores-eyebrow.svelte-1d812ai{font-family:var(--font-body);font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem}.stores-inner.svelte-1d812ai{max-width:1280px;margin:0 auto}.map-wrap.svelte-1d812ai{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--color-border);margin-bottom:2.5rem}.map-container.svelte-1d812ai{height:380px;width:100%}.stores-grid.svelte-1d812ai{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.store-card.svelte-1d812ai{background:var(--color-bg);border:1px solid var(--color-border-light);border-radius:var(--radius-md);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm);opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease,box-shadow var(--transition-base)}.store-card.visible.svelte-1d812ai{opacity:1;transform:translateY(0)}.store-card.svelte-1d812ai:hover{box-shadow:var(--shadow-md)}.store-city.svelte-1d812ai{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem;letter-spacing:-.01em}.store-list.svelte-1d812ai{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.store-link.svelte-1d812ai{font-size:.875rem;color:var(--color-text-muted);text-decoration:none;transition:color var(--transition-fast)}.store-link.svelte-1d812ai:hover{color:var(--color-primary)}@media (max-width: 1023px){.stores-grid.svelte-1d812ai{grid-template-columns:repeat(2,1fr)}}@media (max-width: 599px){.stores-section.svelte-1d812ai{padding:4rem 1.5rem 5rem}.stores-grid.svelte-1d812ai{grid-template-columns:1fr}.map-container.svelte-1d812ai{height:280px}}.story-section.svelte-134hrbd{padding:6rem 2rem}.story-inner.svelte-134hrbd{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.story-image.svelte-134hrbd{opacity:0;transform:translate(-24px);transition:opacity .7s ease,transform .7s ease}.story-image.visible.svelte-134hrbd{opacity:1;transform:translate(0)}.story-body.svelte-134hrbd{opacity:0;transform:translate(24px);transition:opacity .7s ease .1s,transform .7s ease .1s}.story-body.visible.svelte-134hrbd{opacity:1;transform:translate(0)}.story-image.svelte-134hrbd img:where(.svelte-134hrbd){width:100%;aspect-ratio:4 / 5;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.story-eyebrow.svelte-134hrbd{font-family:var(--font-body);font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem}.story-text.svelte-134hrbd{font-size:1rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:2rem}.story-link.svelte-134hrbd{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);text-decoration:none;border-bottom:1.5px solid var(--color-primary);padding-bottom:2px;transition:gap var(--transition-base),opacity var(--transition-fast)}.story-link.svelte-134hrbd:hover{gap:.8rem;opacity:.8}@media (max-width: 767px){.story-section.svelte-134hrbd{padding:4rem 1.5rem}.story-inner.svelte-134hrbd{grid-template-columns:1fr;gap:2.5rem}.story-image.svelte-134hrbd{transform:translateY(20px)}.story-image.visible.svelte-134hrbd{transform:translateY(0)}.story-body.svelte-134hrbd{transform:translateY(20px)}.story-body.visible.svelte-134hrbd{transform:translateY(0)}.story-image.svelte-134hrbd img:where(.svelte-134hrbd){aspect-ratio:16 / 9}}
