:root{--color-golden-yellow: #F6C431;--color-soft-butter-yellow: #FFE27A;--color-warm-cream: #FFF3C4;--color-light-vanilla: #FFF9E8;--color-honey-gold: #E6A900;--color-toast-brown: #9A623F;--color-deep-brown: #3F2416;--color-soft-brown: #7A5640;--color-cta-green: #0B6B4F;--color-cta-green-hover: #095B43;--color-warm-border: #EBCB77;--shadow-yellow-soft: rgba(246, 196, 49, .28);--gradient-hero: linear-gradient(135deg, #FFF3C4 0%, #FFE27A 45%, #FFF9E8 100%);--gradient-section-warm: linear-gradient(180deg, #FFF9E8 0%, #FFF3C4 100%);--gradient-button-yellow: linear-gradient(135deg, #F6C431 0%, #E6A900 100%);--gradient-card-soft: linear-gradient(180deg, #FFF9E8 0%, #FFF3C4 100%);--bright-yellow: var(--color-golden-yellow);--soft-yellow: var(--color-soft-butter-yellow);--soft-cream: var(--color-warm-cream);--vanilla-white: var(--color-light-vanilla);--warm-wood: var(--color-toast-brown);--deep-brown: var(--color-deep-brown);--toast-brown: var(--color-toast-brown);--text-dark: var(--color-deep-brown);--green-cta: var(--color-cta-green);--espresso-brown: var(--deep-brown);--deep-cocoa: var(--deep-brown);--muted-gold: var(--bright-yellow);--butter-yellow: var(--bright-yellow);--accent-orange: var(--color-toast-brown);--muted: var(--color-soft-brown);--white: #FFFFFF;--bg-light: var(--soft-cream);--shadow-sm: 0 4px 18px rgba(63, 36, 22, .03);--shadow-md: 0 12px 32px rgba(63, 36, 22, .05);--shadow-lg: 0 24px 60px rgba(63, 36, 22, .08);--border-thin: 1px solid var(--color-warm-border);--border-focus: 2px solid var(--color-honey-gold)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background-color:var(--vanilla-white);color:var(--text-dark);font-family:Nunito,Poppins,system-ui,-apple-system,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--toast-brown);outline-offset:4px}.section-shell{width:min(1140px,100%);margin:0 auto;padding:104px 24px}.section-divider{width:min(1140px,calc(100% - 48px));height:1px;margin:0 auto;background:var(--color-warm-border);opacity:.45}.navbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;min-height:82px;padding:12px min(60px,6%);border-bottom:1px solid var(--color-warm-border);background:#fff9e8f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-link,.footer-brand{display:flex;align-items:center;gap:12px;color:var(--espresso-brown);font-family:Fredoka,Poppins,sans-serif;font-size:1.4rem;letter-spacing:-.3px;font-weight:600}.brand-link img,.footer-brand img{width:46px;height:46px;border:1px solid var(--color-warm-border);border-radius:50%;object-fit:cover;box-shadow:var(--shadow-sm)}.desktop-nav{display:none;align-items:center;gap:32px;color:var(--muted);font-size:.94rem;font-weight:700}.desktop-nav a{position:relative;padding:4px 0}.desktop-nav a:after{position:absolute;left:0;bottom:-2px;width:0;height:2px;content:"";background:var(--toast-brown);transition:width .18s ease}.desktop-nav a:hover{color:var(--espresso-brown)}.desktop-nav a:hover:after{width:100%}.desktop-whatsapp.cta-button{display:none}.menu-toggle{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid rgba(58,31,20,.12);border-radius:50%;background:var(--vanilla-white);color:var(--espresso-brown);cursor:pointer}.mobile-panel{position:absolute;top:100%;left:0;right:0;display:grid;gap:4px;padding:22px;border-bottom:1px solid rgba(58,31,20,.1);background:var(--vanilla-white);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease}.mobile-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-panel a:not(.cta-button){padding:12px 14px;border-radius:12px;color:var(--espresso-brown);font-weight:800}.mobile-panel a:not(.cta-button):hover{background:#3a1f140a}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:13px 26px;border:1px solid transparent;border-radius:999px;font-family:Nunito,Poppins,system-ui,sans-serif;font-size:.96rem;font-weight:800;line-height:1;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.cta-button:hover{transform:translateY(-2px)}.cta-button--primary{background:var(--gradient-button-yellow);color:var(--color-deep-brown);box-shadow:0 8px 20px var(--shadow-yellow-soft);border:1.5px solid var(--color-warm-border)}.cta-button--primary:hover{background:var(--color-honey-gold);box-shadow:0 12px 26px var(--shadow-yellow-soft)}.cta-button--secondary{background:var(--color-cta-green);color:var(--white);box-shadow:0 8px 20px #0b6b4f40;border:1.5px solid rgba(11,107,79,.15)}.cta-button--secondary:hover{background:var(--color-cta-green-hover);box-shadow:0 12px 26px #0b6b4f59}.cta-button--ghost{border-color:var(--color-warm-border);background:#fff9e8bd;color:var(--color-deep-brown)}.cta-button--ghost:hover{border-color:var(--color-honey-gold);background:#f6c43114}.hero-instagram-link{padding-inline:12px}.hero{display:grid;align-items:center;min-height:min(820px,calc(100vh - 96px));gap:60px;padding-top:56px;background:var(--gradient-hero)}.hero-copy{max-width:650px}.eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:7px 14px;border:1px solid var(--color-warm-border);border-radius:999px;background:#fff3c4b8;color:var(--color-toast-brown);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{margin:0;color:var(--espresso-brown);font-family:Fredoka,Poppins,sans-serif;font-weight:600;line-height:1.15}h1{max-width:10.6ch;margin-top:22px;font-size:3.7rem;letter-spacing:-1px}h2{font-size:2.85rem;letter-spacing:-.5px}h3{font-size:1.5rem}p{color:var(--muted)}.hero-copy>p{max-width:610px;margin:24px 0 0;font-size:1.13rem}.hero-actions,.order-actions,.location-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.microtrust{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin-top:26px;color:var(--muted);font-size:.92rem;font-weight:800}.microtrust span{display:inline-flex;align-items:center}.microtrust span:not(:last-child):after{width:1px;height:16px;margin-left:18px;content:"";background:#3a1f142e}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.hero-image-wrapper{position:relative;width:100%;max-width:520px;aspect-ratio:1.05;overflow:hidden;border:var(--border-thin);border-radius:28px;background:var(--soft-cream);box-shadow:var(--shadow-lg);animation:float-gentle 6s ease-in-out infinite}.hero-image-wrapper img{width:100%;height:100%;object-fit:cover}.hero-stamp-badge,.hero-info-card{position:absolute;z-index:2;box-shadow:var(--shadow-sm);font-size:.82rem;font-weight:900}.hero-stamp-badge{left:24px;bottom:24px;padding:8px 16px;border-radius:999px;background:var(--espresso-brown);color:var(--vanilla-white);letter-spacing:.04em;text-transform:uppercase}.hero-info-card{top:22px;right:18px;max-width:230px;padding:12px 16px;border:var(--border-thin);border-radius:16px;background:#fffdf7f0;color:var(--espresso-brown)}.trust-strip{display:flex;flex-wrap:wrap;justify-content:space-around;gap:18px;grid-column:1 / -1;width:100%;margin-top:12px;padding:24px min(48px,4%);border:1px solid rgba(90,47,30,.15);border-radius:24px;background:var(--soft-yellow);color:var(--text-dark);box-shadow:var(--shadow-sm);font-size:.96rem;font-weight:800}.trust-item{display:flex;align-items:center;gap:10px}.trust-item svg{flex-shrink:0;color:var(--deep-brown)}.section-title{max-width:780px;margin-bottom:48px}.section-title--center{margin-left:auto;margin-right:auto;text-align:center}.section-title--left{text-align:left}.section-title h2{margin-top:14px}.section-title p{margin:16px auto 0;font-size:1.08rem}.feature-grid,.product-grid,.social-grid,.steps-grid{display:grid;gap:30px}.feature-grid,.steps-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-grid--preview{max-width:980px;margin:0 auto}.feature-card,.product-card,.social-card,.step-card,.location-card,.business-panel{border:var(--border-thin);background:var(--color-light-vanilla);box-shadow:var(--shadow-sm);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.feature-card,.product-card,.social-card,.step-card{border-radius:22px;padding:32px}.feature-card:hover,.product-card:hover,.step-card:hover{transform:translateY(-5px);border-color:#3a1f142e;box-shadow:var(--shadow-md)}.feature-card svg,.step-card svg,.social-card svg{color:var(--toast-brown)}.feature-card h3,.step-card h3{margin-top:18px}.feature-card p,.step-card p,.product-card p{margin-bottom:0;color:var(--muted);font-size:.98rem;line-height:1.6}.product-card{display:flex;flex-direction:column;min-height:430px;background:var(--gradient-card-soft)}.product-card--compact{min-height:380px}.product-illustration{position:relative;width:100%;height:205px;margin-bottom:24px;overflow:hidden;border:1px solid rgba(58,31,20,.08);border-radius:16px;background:var(--soft-cream)}.product-illustration img{width:100%;height:100%;object-fit:cover;transition:transform .52s ease}.product-card:hover .product-illustration img{transform:scale(1.045)}.product-illustration--slideshow .product-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-illustration--slideshow .product-slide--first{animation:product-slide-first 7s ease-in-out infinite}.product-illustration--slideshow .product-slide--second{animation:product-slide-second 7s ease-in-out infinite}.product-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.product-badge,.product-category{display:inline-flex;padding:5px 11px;border-radius:999px;font-size:.76rem;font-weight:900}.product-badge{border:1px solid rgba(90,47,30,.15);background:var(--butter-yellow);color:var(--text-dark)}.product-category{background:#3a1f140a;color:var(--muted)}.product-card h3{margin-top:16px;font-size:1.55rem}.product-card p{flex-grow:1;margin-top:8px}.product-action{width:100%;margin-top:24px}.menu-preview-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:48px}.snackbox-section,.hampers-section{width:100%;padding-inline:max(24px,calc((100% - 1140px)/2));background:var(--gradient-section-warm)}.business-section,.location-section{border-top:1px solid var(--color-warm-border);background:var(--gradient-section-warm)}.snackbox-section{border-top:1px solid var(--color-warm-border);border-bottom:1px solid var(--color-warm-border)}.split-section{display:grid;align-items:center;gap:52px}.split-copy .section-title{margin-bottom:24px}.split-copy>p{max-width:620px;margin-top:0;font-size:1.05rem}.benefit-list,.proof-chips{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.benefit-list span,.proof-chip{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:var(--border-thin);border-radius:999px;background:var(--white);color:var(--espresso-brown);font-size:.88rem;font-weight:900}.section-image-wrapper,.business-visual-wrapper,.instagram-image-wrapper{overflow:hidden;border:var(--border-thin);background:var(--soft-cream);box-shadow:var(--shadow-md)}.section-image-wrapper{width:100%;aspect-ratio:1.22;border-radius:24px}.section-image-wrapper img,.business-visual-wrapper img,.instagram-image-wrapper img{width:100%;height:100%;object-fit:cover}.business-panel{display:grid;gap:40px;padding:40px;border-radius:24px;background:var(--color-warm-cream);border:1.5px solid var(--color-warm-border);box-shadow:var(--shadow-md)}.business-copy .eyebrow{border:1px solid var(--color-warm-border);background:#fff3c499;color:var(--color-toast-brown)}.business-copy h2{font-size:2.5rem;margin-top:14px;margin-bottom:18px;color:var(--espresso-brown)}.business-copy p{max-width:600px;color:var(--muted);margin-bottom:24px}.business-copy li{color:var(--text-dark)}.business-copy ul{display:grid;gap:12px;padding:0;margin:24px 0;list-style:none}.business-copy li{display:flex;align-items:center;gap:10px;font-weight:800}.business-copy li svg{flex-shrink:0;color:var(--accent-orange)}.business-visual-wrapper{width:100%;aspect-ratio:1.25;border-radius:20px;border-color:#fffdf71f}.step-card{position:relative;padding-top:54px}.step-number{position:absolute;top:24px;left:32px;color:#3a1f1424;font-family:Fredoka,Poppins,sans-serif;font-size:2.6rem;font-weight:600;line-height:.8}.step-card h3{margin-top:8px}.order-actions,.location-actions{justify-content:center}.social-grid{align-items:stretch}.social-card{display:flex;flex-direction:column;justify-content:center;background:var(--color-warm-cream)}.social-card--main{padding:0;overflow:hidden}.instagram-image-wrapper{width:100%;aspect-ratio:1.08;border:0;border-radius:0}.instagram-card-body{display:grid;gap:14px;width:100%;padding:22px;text-align:center}.instagram-card-body span,.social-card--quiet span{color:var(--accent-orange);font-size:.82rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.social-card--quiet{background:var(--color-light-vanilla)}.social-card--quiet h3{margin:10px 0 12px;font-size:1.4rem}.location-card--compact{max-width:780px;margin:0 auto;padding:56px 36px;border-radius:26px;text-align:center}.location-card--compact .section-title{margin-bottom:22px}.location-info{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:20px}.location-info span{display:flex;align-items:center;gap:8px;padding:8px 16px;border:var(--border-thin);border-radius:999px;background:var(--bg-light);color:var(--espresso-brown);font-weight:900}.location-info svg{color:var(--toast-brown)}.cta-band{width:min(1140px,calc(100% - 32px));margin:80px auto 44px;padding:64px 32px;border:1px solid rgba(90,47,30,.15);border-radius:28px;background:linear-gradient(135deg,var(--bright-yellow),var(--soft-yellow));color:var(--text-dark);text-align:center;box-shadow:var(--shadow-md)}.cta-band h2{color:var(--text-dark);font-family:Fredoka,Poppins,sans-serif;font-size:2.65rem}.cta-band p{max-width:560px;margin:14px auto 32px;color:var(--deep-brown)}.menu-page{background:var(--vanilla-white)}.menu-page-hero{min-height:390px;display:grid;align-items:center;padding-top:96px}.menu-page-hero h1{max-width:10ch;font-size:3.5rem}.menu-page-hero p{max-width:620px;margin:20px 0 0;font-size:1.12rem}.menu-page-intro{margin-top:8px!important;color:var(--toast-brown);font-weight:800}.catalog-section{padding-top:0}.category-filter{display:flex;gap:10px;margin-bottom:40px;padding:7px;overflow-x:auto;border:var(--border-thin);border-radius:999px;background:var(--white);box-shadow:var(--shadow-sm);scrollbar-width:none}.category-filter::-webkit-scrollbar{display:none}.category-filter button{flex:0 0 auto;min-height:40px;padding:7px 18px;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-size:.92rem;font-weight:900;cursor:pointer}.category-filter button:hover{color:var(--espresso-brown);background:#3a1f140a}.category-filter button.is-active{background:var(--espresso-brown);color:var(--vanilla-white);box-shadow:var(--shadow-sm)}.catalog-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.catalog-section .fade-up{opacity:1;transform:none}.footer{display:grid;gap:30px;width:min(1140px,100%);margin:0 auto;padding:60px 24px 40px;border-top:1px solid rgba(58,31,20,.08)}.footer-brand strong,.footer-brand span{display:block}.footer-brand span,.footer p{color:var(--muted);font-family:Inter,system-ui,sans-serif;font-size:.9rem}.footer nav{display:flex;flex-wrap:wrap;gap:16px 24px;color:var(--muted);font-weight:800}.footer nav a:hover{color:var(--toast-brown)}.footer p{margin:0}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .72s ease,transform .72s ease}.fade-up.is-visible{opacity:1;transform:translateY(0)}.hero .fade-up,.menu-page-hero .fade-up,.catalog-section .fade-up{opacity:1;transform:none}@keyframes float-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes product-slide-first{0%,42%{opacity:1;transform:translate(0) scale(1)}50%,92%{opacity:0;transform:translate(-3%) scale(1.02)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes product-slide-second{0%,42%{opacity:0;transform:translate(3%) scale(1.02)}50%,92%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(3%) scale(1.02)}}@media(min-width:720px){.section-shell{padding:118px 32px}.hero{grid-template-columns:1.12fr .88fr}h1{font-size:4.35rem}h2{font-size:3.08rem}.feature-grid{grid-template-columns:repeat(3,1fr)}.social-grid{grid-template-columns:1.35fr .85fr .85fr}.split-section{grid-template-columns:1fr 1fr;gap:78px}.split-section--reverse .section-image-wrapper{order:2}.business-panel{grid-template-columns:1.08fr .92fr;padding:52px}.steps-grid{grid-template-columns:repeat(4,1fr)}.footer{grid-template-columns:1.25fr 2fr 1.25fr;align-items:center}.footer p{grid-column:1 / -1;padding-top:24px;border-top:1px solid rgba(58,31,20,.08);text-align:center}}@media(min-width:1020px){.desktop-nav,.desktop-whatsapp.cta-button{display:flex}.menu-toggle,.mobile-panel{display:none}h1{font-size:4.9rem}}@media(max-width:520px){.section-shell{padding:72px 16px}.navbar{min-height:74px;padding:10px 16px}.brand-link span{max-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero{min-height:auto;gap:40px;padding-top:20px}h1{max-width:11ch;font-size:3.02rem}h2{font-size:2.24rem}.hero-copy>p,.section-title p{font-size:1rem}.hero-actions,.order-actions,.location-actions,.menu-preview-actions,.cta-button{width:100%}.microtrust span:not(:last-child):after{display:none}.hero-info-card{right:12px;max-width:190px}.trust-strip{justify-content:flex-start;padding:20px}.feature-card,.product-card,.social-card,.step-card{border-radius:18px;padding:24px}.product-card{min-height:390px}.product-card--compact{min-height:340px}.product-illustration{height:190px}.section-image-wrapper,.business-visual-wrapper{aspect-ratio:1.28}.business-panel{padding:26px;border-radius:22px}.business-copy h2{font-size:2.18rem}.category-filter{border-radius:22px;margin-bottom:26px}.menu-page-hero h1{font-size:2.95rem}.location-card--compact{padding:36px 22px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.fade-up{opacity:1;transform:none}.product-illustration--slideshow .product-slide{animation:none!important}.product-illustration--slideshow .product-slide--first{opacity:1}.product-illustration--slideshow .product-slide--second{opacity:0}}
