:root{--red:#cf3520;--red-dark:#a82a19;--orange:#e8590c;--orange-soft:#fdeee5;--cream:#fff8f0;--paper:#ffffff;--ink:#1b1410;--ink-soft:#5c524c;--line:#efe4da;--green:#1f8a4c;--yellow:#f8c14b;--radius:20px;--shadow:0 20px 50px rgba(27,20,16,0.12);--max:1120px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3{margin:0;line-height:1.15;letter-spacing:-.02em}p{margin:0}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(255,248,240,.85);-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--line)}.header__inner{justify-content:space-between;height:68px;gap:16px}.brand,.header__inner{display:flex;align-items:center}.brand{gap:10px;font-weight:800;font-size:20px;letter-spacing:-.02em}.brand__accent{color:var(--red)}.brand img{width:36px;height:36px;border-radius:10px}.nav{display:none;gap:26px;font-size:15px;font-weight:500;color:var(--ink-soft)}.nav a:hover{color:var(--ink)}@media (min-width:760px){.nav{display:flex}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 22px;border-radius:14px;font-weight:700;font-size:15px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(207,53,32,.3)}.btn--primary:hover{background:var(--red-dark)}.btn--ghost{background:var(--paper);border:1px solid var(--line);color:var(--ink)}.btn--sm{height:40px;padding:0 16px;font-size:14px}.badges{display:flex;flex-wrap:wrap;gap:12px}.badge{display:inline-flex;align-items:center;gap:10px;height:56px;padding:0 18px 0 14px;border-radius:14px;background:var(--ink);color:#fff;min-width:180px;transition:transform .15s ease}.badge:hover{transform:translateY(-2px)}.badge svg{width:26px;height:26px;flex:none}.badge__text{display:flex;flex-direction:column;line-height:1.1}.badge__text small{font-size:11px;opacity:.8}.badge__text strong{font-size:17px;font-weight:600}.hero{padding:56px 0 40px;overflow:hidden}.hero__grid{display:grid;grid-gap:40px;gap:40px;align-items:center}@media (min-width:900px){.hero{padding:80px 0 60px}.hero__grid{grid-template-columns:1.1fr .9fr;gap:48px}}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--orange-soft);color:var(--red);font-size:13px;font-weight:700;margin-bottom:20px}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red)}.hero h1{font-size:clamp(38px,6vw,62px);font-weight:900}.hero h1 em{font-style:normal;color:var(--red)}.hero__lead{margin-top:20px;font-size:18px;color:var(--ink-soft);max-width:520px}.hero__cta{margin-top:30px}.hero__note{margin-top:14px;font-size:13px;color:var(--ink-soft)}.phone-wrap{position:relative;display:flex;justify-content:center;padding:20px 0}.phone-wrap:before{content:"";position:absolute;inset:10% 15%;background:radial-gradient(closest-side,rgba(232,89,12,.22),transparent 70%);filter:blur(10px);z-index:0}.phone{position:relative;z-index:1;width:300px;border-radius:44px;background:#111;padding:12px;box-shadow:var(--shadow);transform:rotate(-3deg)}.phone__screen{border-radius:34px;background:#fff;overflow:hidden;padding:18px 14px 0;height:600px}.phone__notch{width:90px;height:22px;margin:0 auto 12px;border-radius:12px;background:#111}.phone__title{font-size:22px;font-weight:800;margin-bottom:12px}.chips{display:flex;gap:6px;margin-bottom:14px;overflow:hidden}.chip{flex:none;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#f3f4f6;font-size:12px;font-weight:600;white-space:nowrap}.chip img{width:14px;height:14px;object-fit:contain}.chip--on{background:var(--orange);border-color:var(--orange);color:#fff}.recipe-card{border:1px solid #eee;border-radius:16px;overflow:hidden;margin-bottom:12px;background:#fff}.recipe-card__img{height:118px;background:#f3f4f6;position:relative}.recipe-card__img img{width:100%;height:100%;object-fit:cover}.recipe-card__save{right:10px;top:10px;background:var(--green);font-size:11px;font-weight:800}.recipe-card__save,.recipe-card__tag{position:absolute;padding:3px 8px;border-radius:999px;color:#fff}.recipe-card__tag{left:10px;bottom:10px;background:rgba(17,24,39,.75);font-size:10px;font-weight:700}.recipe-card__body{padding:10px 12px 12px}.recipe-card__name{font-size:14px;font-weight:700;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recipe-card__meta{display:flex;gap:10px;margin-top:6px;font-size:11px;color:#6b7280}.recipe-card__meta strong{color:var(--orange)}.section{padding:64px 0}.section--tint{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section__head{max-width:640px;margin-bottom:36px}.section__head h2{font-size:clamp(28px,4vw,40px);font-weight:800}.section__head p{margin-top:12px;font-size:17px;color:var(--ink-soft)}.grid{display:grid;grid-gap:18px;gap:18px}@media (min-width:640px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.grid--4{grid-template-columns:repeat(4,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.card__icon{width:44px;height:44px;border-radius:12px;background:var(--orange-soft);color:var(--red);display:grid;place-items:center;margin-bottom:16px;font-size:22px}.card h3{font-size:18px;font-weight:800;margin-bottom:8px}.card p{color:var(--ink-soft);font-size:15px}.step{position:relative;padding-top:8px}.step__num{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--red);color:#fff;font-weight:800;margin-bottom:14px}.step h3{font-size:19px;font-weight:800;margin-bottom:8px}.step p{color:var(--ink-soft)}.shops{display:flex;flex-wrap:wrap;gap:14px}.shop{display:flex;align-items:center;gap:10px;padding:10px 16px 10px 10px;border-radius:999px;background:var(--paper);border:1px solid var(--line);font-weight:700;font-size:15px}.shop img{width:34px;height:34px;object-fit:contain;border-radius:8px;background:#fff;padding:3px}.shop--soon{opacity:.7}.shop--soon small{font-weight:500;color:var(--ink-soft)}.honest{display:grid;grid-gap:24px;gap:24px;padding:32px;border-radius:var(--radius);background:var(--ink);color:#fff}@media (min-width:860px){.honest{grid-template-columns:1fr 1fr;padding:44px}}.honest h2{font-size:clamp(26px,3.5vw,34px);font-weight:800}.honest p{color:rgba(255,255,255,.78);margin-top:12px}.honest ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:12px;gap:12px}.honest li{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.07);font-size:15px}.honest li span:first-child{flex:none}.honest a{color:var(--yellow);font-weight:700}.faq{display:grid;grid-gap:12px;gap:12px;max-width:760px}.faq details{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:0 20px}.faq summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:22px;color:var(--red);flex:none}.faq details[open] summary:after{content:"−"}.faq details p{padding:0 0 18px;color:var(--ink-soft)}.cta{text-align:center;padding:72px 0}.cta img{width:96px;height:96px;margin:0 auto 18px}.cta h2{font-size:clamp(28px,4vw,40px);font-weight:900}.cta p{margin:12px auto 26px;color:var(--ink-soft);max-width:520px;font-size:17px}.cta .badges{justify-content:center}.footer{border-top:1px solid var(--line);padding:32px 0;font-size:14px;color:var(--ink-soft)}.footer__inner{display:flex;flex-wrap:wrap;gap:16px 28px;justify-content:space-between;align-items:center}.footer__links{display:flex;flex-wrap:wrap;gap:18px}.footer a:hover{color:var(--ink)}.legal{padding:48px 0 80px}.legal__inner{max-width:760px;margin:0 auto;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:40px 28px}@media (min-width:700px){.legal__inner{padding:56px}}.legal h1{font-size:clamp(30px,4vw,40px);font-weight:900}.legal__updated{margin-top:8px;color:var(--ink-soft);font-size:14px}.legal__intro{margin-top:22px;font-size:17px;color:var(--ink-soft)}.legal__callout{margin-top:26px;padding:18px 20px;border-radius:14px;background:var(--orange-soft);border:1px solid #f7d5c2;font-size:15px}.legal__callout strong{color:var(--red)}.legal__toc{margin:28px 0 8px;padding:0;list-style:none;display:grid;grid-gap:6px;gap:6px;font-size:14px}.legal__toc a{color:var(--red)}.legal section{margin-top:36px;scroll-margin-top:90px}.legal h2{font-size:20px;font-weight:800;margin-bottom:10px}.legal section p{margin-top:10px;color:#3b332e;font-size:15.5px}.legal__nav{max-width:760px;margin:0 auto 20px;display:flex;gap:12px;font-size:14px}.legal__nav a{color:var(--red);font-weight:600}.gen{padding:40px 0 80px}.gen__notice{padding:20px;border-radius:14px;background:var(--orange-soft)}.gen__head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.gen__head h1{font-size:32px;font-weight:900}.gen__head p{color:var(--ink-soft);margin-top:6px;font-size:14px}.gen__back{display:inline-block;color:var(--red);font-weight:600;margin-bottom:20px}.gen__section{font-size:24px;font-weight:800;margin:40px 0 16px}.gen__grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.gen-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}.gen-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.gen-card__img{position:relative;aspect-ratio:4/3;background:#f3f4f6}.gen-card__img img{width:100%;height:100%;object-fit:cover}.gen-card__save{position:absolute;top:10px;right:10px;padding:4px 9px;border-radius:999px;background:var(--green);color:#fff;font-size:12px;font-weight:800}.gen-card__body{padding:14px 16px 16px;display:grid;grid-gap:6px;gap:6px}.gen-card__shop{font-size:12px;color:var(--ink-soft);text-transform:capitalize}.gen-card h2{font-size:16px;font-weight:700;line-height:1.3}.gen-card__en,.gen-card__meta{font-size:13px;color:var(--ink-soft)}.gen-card__meta{display:flex;gap:12px;margin-top:4px}.gen-card__meta strong{color:var(--orange);font-size:15px}.gen-recipe{display:grid;grid-gap:32px;gap:32px}@media (min-width:900px){.gen-recipe{grid-template-columns:5fr 7fr}}.gen-recipe__media img{width:100%;border-radius:20px}.gen-recipe__facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.gen-recipe__facts span{padding:6px 12px;border-radius:999px;background:var(--paper);border:1px solid var(--line);font-size:13px;font-weight:600;text-transform:capitalize}.gen-recipe__text h1{font-size:32px;font-weight:900}.gen-recipe__en{margin-top:6px;color:var(--ink-soft)}.gen-recipe__desc{margin-top:16px;font-size:17px;line-height:1.6}.gen-recipe__text h2{font-size:20px;font-weight:800;margin:28px 0 10px}.gen-list{margin:0;padding-left:20px;display:grid;grid-gap:6px;gap:6px}.gen-list--steps li{line-height:1.55}.gen-details{margin-top:10px;font-size:14px;color:var(--ink-soft)}.gen-details summary{cursor:pointer}.gen-offer{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:20px;margin-bottom:18px}.gen-offer__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px 20px;margin-bottom:16px}.gen-offer__head h3{font-size:20px;font-weight:800}.gen-offer__totals{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:var(--ink-soft)}.gen-offer__totals strong{color:var(--ink);font-size:16px}.gen-offer__save{color:var(--green);font-weight:700}.gen-offer__note{margin-top:12px;font-size:13px;color:var(--ink-soft)}.gen-products{list-style:none;margin:0;padding:0;display:grid;grid-gap:14px;gap:14px}.gen-product{display:grid;grid-template-columns:64px 1fr auto;grid-gap:14px;gap:14px;align-items:center}.gen-product img,.gen-product__ph{width:64px;height:64px;object-fit:contain;border-radius:12px;background:#fff;border:1px solid var(--line)}.gen-product__title{font-weight:600;font-size:15px;line-height:1.3}.gen-product__ing{font-size:13px;color:var(--ink-soft)}.gen-product__price{display:flex;align-items:center;gap:8px;font-size:14px}.gen-product__price strong{font-size:16px}.gen-product__price s{color:var(--ink-soft)}.gen-product__price em{font-style:normal;padding:2px 7px;border-radius:7px;background:var(--red);color:#fff;font-size:12px;font-weight:800}.gen-filter{display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 24px}.gen-filter__chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--line);background:var(--paper);font-size:14px;font-weight:600}.gen-filter__chip span{font-size:12px;font-weight:700;color:var(--ink-soft)}.gen-filter__chip--on{background:var(--red);border-color:var(--red);color:#fff}.gen-filter__chip--on span{color:rgba(255,255,255,.8)}.export{margin-top:22px;padding-top:18px;border-top:1px dashed var(--line);display:grid;grid-gap:14px;gap:14px}.export__head{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.export__hint{font-size:13px;color:var(--ink-soft)}.export__previews{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px}.export__previews img{width:120px;height:150px;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:var(--surface,#f3f4f6);flex:none}.ig{margin-top:16px;display:grid;grid-gap:10px;gap:10px}.ig__label{font-size:13px;font-weight:700;color:var(--ink-soft)}.ig__caption{width:100%;font:inherit;font-size:14px;line-height:1.5;padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:var(--paper);resize:vertical}.ig__row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.ig button:disabled{opacity:.5;cursor:not-allowed;transform:none}.ig__ok{color:var(--green);font-weight:600;font-size:14px}.ig__ok a{text-decoration:underline}.ig__error{color:var(--red);font-size:14px}