.site-footer{color:#f4eee8;background:#231f1c;padding:4.5rem 0 2rem}.site-footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.6fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.site-footer__logo{font-family:var(--font-display);align-items:center;gap:.65rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:inline-flex}.site-footer__logo img{border-radius:11px;width:40px;height:40px}.site-footer__brand p{color:#f4eee8b8;max-width:34ch;margin-bottom:1.35rem;line-height:1.55}.site-footer h4{letter-spacing:.06em;text-transform:uppercase;color:#f4eee880;margin-bottom:1rem;font-size:.85rem}.site-footer ul{gap:.7rem;display:grid}.site-footer a{color:#f4eee8d1;transition:color .2s}.site-footer a:hover{color:#fff}.site-footer__bottom{color:#f4eee873;justify-content:space-between;gap:1rem;padding-top:1.5rem;font-size:.92rem;display:flex}@media (width<=800px){.site-footer__grid{grid-template-columns:1fr;gap:2rem}.site-footer__bottom{flex-direction:column}}.nav{z-index:50;height:var(--nav-h);transition:background .25s,box-shadow .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;position:fixed;inset:0 0 auto}.nav--scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line);background:#faf8f6db}.nav__inner{align-items:center;gap:1.5rem;height:100%;display:flex}.nav__brand{font-family:var(--font-display);letter-spacing:-.03em;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700;display:inline-flex}.nav__brand img{border-radius:9px;width:34px;height:34px}.nav__links{align-items:center;gap:1.35rem;margin-left:auto;margin-right:.5rem;display:flex}.nav__links a{color:var(--ink-soft);font-size:.95rem;font-weight:500;transition:color .2s}.nav__links a:hover{color:var(--ink)}.nav__cta{padding:.7rem 1.15rem;font-size:.9rem}.nav__burger{cursor:pointer;background:0 0;border:0;width:42px;height:42px;margin-left:auto;display:none;position:relative}.nav__burger span{background:var(--ink);border-radius:2px;height:2px;transition:transform .25s,top .25s,opacity .25s;position:absolute;left:11px;right:11px}.nav__burger span:first-child{top:16px}.nav__burger span:last-child{top:24px}.nav__burger.is-open span:first-child{top:20px;transform:rotate(45deg)}.nav__burger.is-open span:last-child{top:20px;transform:rotate(-45deg)}.nav__sheet{display:none}@media (width<=860px){.nav__links,.nav__cta{display:none}.nav__burger{display:block}.nav__sheet{inset:var(--nav-h) 0 0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;background:#faf8f6f7;flex-direction:column;gap:.35rem;padding:1.25rem 1.5rem 2rem;transition:opacity .25s,transform .25s;display:flex;position:fixed;transform:translateY(-8px)}.nav__sheet.is-open{opacity:1;pointer-events:auto;transform:none}.nav__sheet a:not(.btn){font-family:var(--font-display);border-bottom:1px solid var(--line);padding:.95rem .2rem;font-size:1.35rem;font-weight:600}.nav__sheet .btn{width:100%;margin-top:1.25rem}}.faq{gap:.75rem;display:grid}.faq__item{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffb3;transition:border-color .2s;overflow:hidden}.faq__item.is-open{border-color:#d5c6b8}.faq__q{text-align:left;cursor:pointer;width:100%;font-family:var(--font-display);color:var(--ink);background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.25rem;font-size:1.05rem;font-weight:600;display:flex}.faq__icon{flex-shrink:0;width:18px;height:18px;position:relative}.faq__icon:before,.faq__icon:after{content:"";background:var(--ink);border-radius:2px;transition:transform .25s;position:absolute}.faq__icon:before{height:2px;inset:8px 2px auto}.faq__icon:after{width:2px;inset:2px 8px}.faq__item.is-open .faq__icon:after{transform:scaleY(0)}.faq__a{padding:0 1.25rem 1.2rem}.faq__a p{color:var(--muted);max-width:58ch;line-height:1.55}.stores{border-block:1px solid var(--line);background:#ffffff73;overflow:hidden}.stores__caption{text-align:center;color:var(--muted);margin-bottom:1.5rem;font-size:.98rem}.stores__track-wrap{-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.stores__track{gap:1rem;width:max-content;padding-bottom:.25rem;animation:42s linear infinite marquee;display:flex}.stores__item{background:var(--white);border:1px solid var(--line);white-space:nowrap;font-family:var(--font-display);color:var(--ink-soft);border-radius:999px;align-items:center;gap:.55rem;padding:.55rem 1rem .55rem .55rem;font-size:.9rem;font-weight:600;display:inline-flex}.stores__item img{object-fit:cover;background:var(--surface-2);border-radius:50%;width:36px;height:36px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.stores__track{width:min(100% - 2rem, var(--max));flex-wrap:wrap;justify-content:center;margin-inline:auto;animation:none}}.hero{min-height:auto;padding:calc(var(--nav-h) + 2rem) 0 3.5rem;background:var(--hero-wash);position:relative;overflow:visible}.hero__glow{pointer-events:none;background:radial-gradient(circle at 30% 40%,#b1856c47,#0000 55%),radial-gradient(circle at 70% 60%,#c4a08a38,#0000 50%);height:70%;position:absolute;inset:auto -10% -20% 35%}.hero__grid{min-height:calc(100svh - var(--nav-h) - 4rem);grid-template-columns:1.05fr .95fr;align-items:center;gap:2.5rem;display:grid;position:relative}.hero__kicker{font-family:var(--font-display);color:var(--accent-deep);margin-bottom:.85rem;font-size:.92rem;font-weight:600}.hero__brand{font-family:var(--font-display);letter-spacing:-.05em;color:var(--ink);margin-bottom:.85rem;font-size:clamp(3.2rem,8vw,5.4rem);font-weight:800;line-height:.92}.hero h1{max-width:16ch;color:var(--ink-soft);margin-bottom:1rem;font-size:clamp(1.55rem,3.2vw,2.15rem);font-weight:600}.hero__lead{max-width:38ch;color:var(--muted);margin-bottom:1.6rem;font-size:1.12rem;line-height:1.55}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero__visual{justify-content:center;align-items:flex-end;min-height:0;padding-top:2.5rem;padding-bottom:.5rem;display:flex;position:relative}.hero__mascot{object-fit:contain;filter:drop-shadow(0 22px 40px #2c2c2c29);width:min(100%,480px);height:auto;animation:1s both mascot-in;display:block}@keyframes mascot-in{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:none}}.how__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.how__card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#ffffffb8;padding:1.6rem 1.45rem}.how__n{font-family:var(--font-display);color:var(--accent);margin-bottom:1rem;font-weight:700;display:inline-block}.how__card h3{margin-bottom:.65rem;font-size:1.25rem}.how__card p{color:var(--muted);line-height:1.55}.features{background:linear-gradient(#0000,#ffffff8c)}.features__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;display:grid}.feature{border-radius:var(--radius-md);background:var(--white);border:1px solid var(--line);padding:1.5rem 1.35rem}.feature h3{margin-bottom:.55rem;font-size:1.15rem}.feature p{color:var(--muted);line-height:1.5}.feature-deep__grid{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.feature-deep__grid--reverse{direction:rtl}.feature-deep__grid--reverse>*{direction:ltr}.feature-deep__copy h2{margin-bottom:1rem;font-size:clamp(1.8rem,3.4vw,2.6rem)}.feature-deep__copy>p:not(.eyebrow){color:var(--muted);max-width:42ch;line-height:1.55}.feature-deep__list{gap:.65rem;margin-top:1.35rem;display:grid}.feature-deep__list li{color:var(--ink-soft);padding-left:1.35rem;position:relative}.feature-deep__list li:before{content:"";background:var(--accent);border-radius:50%;width:.55rem;height:.55rem;position:absolute;top:.45rem;left:0}.feature-deep__media img{border-radius:var(--radius-lg);object-fit:cover;aspect-ratio:4/3;width:100%;box-shadow:var(--shadow-soft)}.feature-deep__media--cal{border-radius:var(--radius-lg);background:linear-gradient(145deg,#b1856c2e,#fff6),url(/assets/kitchen-hero.png) 50%/cover;place-items:center;min-height:360px;display:grid}.cal-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:min(100%,320px);box-shadow:var(--shadow-soft);background:#ffffffeb;border:1px solid #ffffffb3;border-radius:24px;padding:1.4rem;position:relative}.cal-card__label{color:var(--muted);margin-bottom:.35rem;font-size:.8rem}.cal-card__meal{font-family:var(--font-display);margin-bottom:1.1rem;font-size:1.35rem;font-weight:700}.cal-card__stats{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.cal-card__stats div{gap:.15rem;display:grid}.cal-card__stats strong{font-family:var(--font-display);font-size:1.35rem}.cal-card__stats span{color:var(--muted);font-size:.78rem}.cal-card__badge{color:var(--success);font-family:var(--font-display);background:#2f9e6b1f;border-radius:999px;padding:.3rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:1.2rem;right:1.2rem}.dishes{padding-bottom:2rem;overflow:hidden}.dishes__rail{gap:1rem;width:max-content;margin-top:2.25rem;padding-inline:1.25rem;animation:38s linear infinite dishes-marquee;display:flex}.dishes__tile{color:#fff;width:220px;height:260px;font-family:var(--font-display);box-shadow:var(--shadow-soft);background-color:var(--surface-3);background-position:50%;background-size:cover;border-radius:24px;align-items:flex-end;padding:1rem;font-weight:600;display:flex;position:relative;overflow:hidden}.dishes__tile:after{content:"";pointer-events:none;background:linear-gradient(#0000 40%,#1c1612b8 100%);position:absolute;inset:0}.dishes__tile span{z-index:1;text-shadow:0 8px 24px #00000059;position:relative}@keyframes dishes-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.budget__panel{color:#f7f1eb;background:linear-gradient(135deg,#2c2622,#4a3a32);border-radius:32px;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;padding:clamp(1.5rem,4vw,2.75rem);display:grid;overflow:hidden}.budget__copy .eyebrow{color:var(--gold)}.budget__copy h2{margin-bottom:1rem;font-size:clamp(1.8rem,3.4vw,2.55rem)}.budget__copy>p:not(.eyebrow){color:#f7f1ebb8;max-width:40ch;line-height:1.55}.budget__tiers{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.budget__tiers span{font-family:var(--font-display);color:#f7f1ebb3;border:1px solid #ffffff2e;border-radius:999px;padding:.45rem .85rem;font-size:.85rem}.budget__tiers .is-active{background:var(--accent);border-color:var(--accent);color:#fff}.budget__visual img{aspect-ratio:5/4;object-fit:cover;border-radius:22px;width:100%}.pricing__grid{grid-template-columns:repeat(2,minmax(0,420px));gap:1rem;margin-top:2.25rem;display:grid}.price-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fffc;flex-direction:column;padding:1.75rem 1.5rem;display:flex}.price-card--pro{color:#f7f1eb;background:#2c2622;border-color:#2c2622}.price-card__tier{font-family:var(--font-display);font-size:1.15rem;font-weight:700}.price-card__tag{color:var(--muted);margin:.25rem 0 1rem}.price-card--pro .price-card__tag{color:#f7f1eb99}.price-card__amount{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:1.25rem;font-size:3rem;font-weight:800}.price-card__amount span{color:var(--muted);margin-left:.25rem;font-size:1rem;font-weight:500}.price-card--pro .price-card__amount span{color:#f7f1eb8c}.price-card ul{flex:1;gap:.7rem;margin-bottom:1.5rem;display:grid}.price-card li{color:var(--ink-soft);padding-left:1.3rem;position:relative}.price-card--pro li{color:#f7f1ebd1}.price-card li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.price-card .btn{width:100%}.price-card--pro .btn--primary{background:var(--accent)}.price-card--pro .btn--primary:hover{background:var(--gold);color:#2c2622}.faq-section__grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:2.5rem;display:grid}.cta-band{padding:2rem 0 5rem}.cta-band__inner{text-align:center;background:var(--hero-wash);border:1px solid var(--line);border-radius:32px;padding:clamp(2.5rem,6vw,4rem) 1.5rem}.cta-band img{border-radius:16px;width:64px;height:64px;margin:0 auto 1.25rem}.cta-band h2{margin-bottom:.75rem;font-size:clamp(1.9rem,3.5vw,2.7rem)}.cta-band p{color:var(--muted);max-width:38ch;margin:0 auto 1.5rem;line-height:1.55}@media (width<=980px){.hero__grid,.how__grid,.features__grid,.feature-deep__grid,.budget__panel,.faq-section__grid{grid-template-columns:1fr}.feature-deep__grid--reverse{direction:ltr}.hero{padding-top:calc(var(--nav-h) + 1.5rem);padding-bottom:2.5rem}.hero__grid{align-items:start;gap:1.75rem;min-height:auto}.hero__visual{order:-1;width:100%;padding-top:1.25rem;padding-bottom:0}.hero__mascot{width:min(78%,340px);margin-inline:auto}.hero__brand{font-size:clamp(2.8rem,12vw,4rem)}.pricing__grid{grid-template-columns:1fr}}@media (width<=640px){.hero{padding-top:calc(var(--nav-h) + 1rem);padding-bottom:2rem}.hero__actions .btn{width:100%}.hero__visual{padding-top:.75rem}.hero__mascot{width:min(88%,300px)}}@media (prefers-reduced-motion:reduce){.hero__mascot,.dishes__rail{animation:none}}:root{--ink:#2c2c2c;--ink-soft:#4a4a4a;--muted:#7a746e;--line:#e4ddd6;--surface:#faf8f6;--surface-2:#f2eeea;--surface-3:#ebe5de;--white:#fff;--accent:#b1856c;--accent-deep:#8f6a54;--accent-soft:#f0e6df;--gold:#c4a08a;--success:#2f9e6b;--danger:#d64545;--hero-wash:linear-gradient(165deg, #efe6df 0%, #faf8f6 42%, #f4ebe3 100%);--shadow-soft:0 18px 50px #2c2c2c1a;--shadow-phone:0 28px 70px #2c2c2c2e;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--font-display:"Outfit", system-ui, sans-serif;--font-body:"Source Sans 3", system-ui, sans-serif;--max:1120px;--nav-h:72px;color:var(--ink);background:var(--surface);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface);min-width:320px;color:var(--ink);margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-weight:700;line-height:1.1}p{margin:0}ul{margin:0;padding:0;list-style:none}.container{width:min(100% - 2.5rem, var(--max));margin-inline:auto}.section{padding:5.5rem 0}.section--tight{padding:3.5rem 0}.eyebrow{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--accent-deep);align-items:center;gap:.45rem;margin-bottom:.9rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-title{max-width:16ch;font-size:clamp(1.9rem,3.6vw,2.85rem)}.section-lead{max-width:42ch;color:var(--muted);margin-top:1rem;font-size:1.1rem;line-height:1.55}.btn{font-family:var(--font-display);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.9rem 1.35rem;font-size:.98rem;font-weight:600;transition:transform .2s,background .2s,box-shadow .2s,color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--ink);color:var(--white);box-shadow:0 10px 28px #2c2c2c38}.btn--primary:hover{background:#1f1f1f}.btn--ghost{color:var(--ink);border:1.5px solid var(--line);background:0 0}.btn--ghost:hover{border-color:var(--ink);background:#ffffff8c}.btn--accent{background:var(--accent);color:var(--white)}.btn--accent:hover{background:var(--accent-deep)}.btn svg{width:1.1rem;height:1.1rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(22px)}.reveal.is-visible{opacity:1;transform:none}.legal-page{padding:calc(var(--nav-h) + 3.5rem) 0 5rem}.legal-page h1{margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.8rem)}.legal-page .meta{color:var(--muted);margin-bottom:2.5rem}.legal-page h2{margin:2rem 0 .75rem;font-size:1.25rem}.legal-page p,.legal-page li{color:var(--ink-soft);max-width:68ch;line-height:1.65}.legal-page p+p{margin-top:.9rem}.legal-page ul{margin:.75rem 0 0 1.1rem;list-style:outside}.legal-page li+li{margin-top:.35rem}.legal-page a{color:var(--accent-deep);text-underline-offset:3px;text-decoration:underline}@media (width<=720px){.container{width:min(100% - 1.5rem, var(--max))}.section{padding:4rem 0}}
