@font-face{font-family:Playfair;src:url('/assets/playfair-display.ttf') format('truetype');font-weight:400 900;font-display:swap}
@font-face{font-family:Sora;src:url('/assets/sora.ttf') format('truetype');font-weight:100 800;font-display:swap}
:root{--cream:#f7f4ec;--ink:#23241f;--blue:#3862e8;--blue-dark:#2349c7;--pale:#e4ebff;--rule:#b9bfca;--muted:#626a78;--serif:Playfair,Georgia,serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--cream);color:var(--ink);font:18px/1.6 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:700;line-height:1.08;letter-spacing:-.045em}button{color:inherit}button[hidden],[hidden]{display:none!important}.wrap{width:calc(100% - 112px);max-width:1424px;margin-inline:auto}.skip-link{position:fixed;top:-100px;left:16px;padding:10px 20px;background:var(--blue);color:white;z-index:20}.skip-link:focus{top:12px}.site-header{min-height:102px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rule);gap:30px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:44px;height:44px}.wordmark{display:inline-flex;align-items:baseline;font:700 34px/1 Sora,var(--sans);letter-spacing:-.03em;white-space:nowrap}.wordmark>span{color:var(--blue)}.wordmark strong{font:inherit;color:var(--ink)}.site-header nav,.site-footer nav{display:flex;gap:32px;align-items:center}.site-header nav a:hover,.site-footer a:hover{color:var(--blue)}.header-cta{font-weight:600;color:var(--blue);display:flex;gap:14px;align-items:center}.header-cta span{font-size:32px;font-weight:400}.menu-button{display:none}
.hero{display:grid;grid-template-columns:minmax(0,.83fr) minmax(0,1fr);gap:55px;padding-block:42px 38px;border-bottom:1px solid var(--rule);align-items:center}.hero h1{font-size:clamp(62px,6.9vw,108px);line-height:.98;letter-spacing:-.055em}.hero h1 em{font-style:normal;color:var(--blue)}.hero-copy>p{font-size:21px;line-height:1.55;max-width:520px;margin-top:30px}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:58px;padding:14px 28px;border:1px solid var(--blue);border-radius:13px;background:var(--blue);color:white;font-weight:600;line-height:1.3;transition:background .16s,transform .16s}.button:hover{background:var(--blue-dark);transform:translateY(-2px)}.text-link{text-decoration:underline;text-underline-offset:6px;font-size:17px}.hero-copy>.small-note{font-size:14px;color:var(--muted);margin-top:28px}.recipe-preview{border:1.5px solid var(--blue);border-radius:8px;padding:25px 26px 0;overflow:hidden;scroll-margin-top:24px;min-width:0}.preview-heading{display:flex;flex-wrap:wrap;gap:13px;align-items:center;justify-content:space-between}.preview-heading h2{font-size:31px;letter-spacing:-.04em;line-height:1.15}.view-switch{display:flex;border:1px solid var(--rule);border-radius:11px;background:#eceffa;padding:3px;flex-shrink:0;gap:2px}.view-switch button{border:0;background:transparent;border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.2;min-height:36px}.view-switch button[aria-selected=true]{background:var(--blue);color:white;box-shadow:0 1px 3px #243b7b29}.recipe-meta{display:flex;gap:12px;margin-top:12px;margin-bottom:24px}.recipe-meta span{background:var(--pale);padding:3px 15px;border-radius:20px;font-size:13px}.grid-column-labels{display:grid;grid-template-columns:1fr 1fr;gap:38px;font-size:14px;margin-bottom:10px}.grid-column-labels strong:last-child{padding-left:13px}.recipe-flow{display:grid;grid-template-columns:minmax(0,.9fr) 52px minmax(0,1.1fr)}.ingredients,.steps{display:grid;gap:12px}.ingredient,.step{border:1px solid #c6cbd4;border-radius:9px;display:flex;align-items:center;min-height:87px;padding:7px;gap:10px;min-width:0}.ingredient strong,.step strong{font-size:13px;line-height:1.3;display:block}.ingredient small,.step small{display:block;font-size:11px;line-height:1.4;margin-top:5px;color:#454d5b}.food-thumb{width:64px;height:64px;flex:0 0 64px;border-radius:7px;background-image:url('/assets/recipe-thumbnails.webp');background-size:300% 200%;background-repeat:no-repeat}.chicken{background-position:0 0}.lemon{background-position:50% 0}.potatoes{background-position:100% 0}.season{background-position:0 100%}.roast{background-position:50% 100%}.serve{background-position:100% 100%}.step .food-thumb{width:57px;height:57px;flex-basis:57px}.step-copy strong{display:flex;align-items:center;gap:7px}.step-copy b{display:inline-flex;width:21px;height:21px;border-radius:50%;background:var(--blue);color:white;align-items:center;justify-content:center;font-weight:400;font-size:12px;flex-shrink:0}.flow-arrows svg{width:100%;height:100%;overflow:visible}.flow-arrows>svg>path{fill:none;stroke:var(--blue);stroke-width:1.6;marker-end:url(#arrow)}.flow-arrows marker path{fill:var(--blue)}.preview-bottom{height:190px;display:flex;align-items:end;position:relative;margin:15px -26px 0;isolation:isolate}.preview-bottom>p{align-self:center;margin-left:26px;border-top:1px solid var(--rule);padding-top:15px;font-size:13px;line-height:1.7;width:48%;position:relative;z-index:1}.preview-bottom small{display:block;font-size:10px;color:var(--muted);margin-top:6px}.preview-bottom img{width:52%;height:100%;object-fit:cover;object-position:75% center;margin-left:auto;border-radius:80% 0 0 0}.step-list{min-height:287px}.step-list ol{padding:0;margin:0;list-style:none;display:grid;gap:16px}.step-list li{display:flex;gap:15px;align-items:flex-start}.step-list li>span{background:var(--blue);color:white;width:27px;height:27px;border-radius:50%;text-align:center;line-height:27px;flex-shrink:0;font-size:13px;margin-top:4px}.step-list small{font-size:11px;color:var(--blue)}.step-list h3{font:600 16px/1.4 var(--sans);letter-spacing:0;margin-top:2px}.step-list p{font-size:13px;line-height:1.4;color:#454d5b;margin-top:3px}
.features{padding-block:48px 0}.section-heading{text-align:center}.section-heading h2{font-size:clamp(40px,4.9vw,70px)}.section-heading p{font-size:23px;line-height:1.4;margin-top:14px;color:#454954}.feature-tabs{display:flex;justify-content:center;gap:24px;border-bottom:1px solid var(--rule);margin-top:38px}.feature-tabs button{padding:16px 26px;border:0;border-bottom:4px solid transparent;background:none;color:#4b5360;font-size:19px;white-space:nowrap}.feature-tabs button[aria-selected=true]{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}.feature-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px;padding:40px 24px 40px}.phone-pair{display:flex;gap:25px;justify-content:center;align-items:center;max-width:630px}.phone{width:calc(50% - 12px);border:3px solid var(--blue);border-radius:33px;padding:5px;background:var(--ink);box-shadow:0 6px 14px #25251e18;overflow:hidden;max-width:280px}.phone img{width:100%;height:auto;aspect-ratio:3/7;object-fit:cover;border-radius:24px}.section-number{font:600 27px/1 var(--serif);color:var(--blue);display:block;margin-bottom:20px}.feature-copy h3{font-size:clamp(32px,3.6vw,53px);line-height:1.15}.feature-copy>p{font-size:20px;color:#4b5360;line-height:1.65;margin-top:25px}.feature-list{padding:0;margin:28px 0 0;list-style:none}.feature-list li{border-top:1px solid var(--rule);padding:20px 0 20px 43px;position:relative;font-size:17px;line-height:1.45}.feature-list li:before{content:'✓';position:absolute;left:0;top:19px;background:var(--blue);color:white;width:27px;height:27px;text-align:center;border-radius:50%;font-size:19px;line-height:27px}.how-it-works{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);display:flex;justify-content:center;align-items:center;gap:42px;padding:28px 0;color:#4b5360}.how-it-works span{display:flex;gap:10px;align-items:center}.how-it-works b{font:600 23px var(--serif);color:var(--blue)}.how-it-works i{color:var(--blue);font-style:normal;font-size:28px}
.faq{display:grid;grid-template-columns:.8fr 1fr;gap:80px;padding-block:90px}.faq h2{font-size:clamp(36px,4vw,57px);line-height:1.16;max-width:520px}.faq>div>p{font-size:21px;margin-top:25px;color:#4b5360;max-width:450px;line-height:1.6}.questions{border-top:1px solid var(--rule)}details{border-bottom:1px solid var(--rule);padding:20px 0}summary{font:600 24px/1.4 var(--serif);letter-spacing:-.025em;cursor:pointer;list-style:none;position:relative;padding-right:36px}summary::-webkit-details-marker{display:none}summary:after{content:'+';color:var(--blue);position:absolute;right:0;top:0;font:300 30px/1.2 var(--sans)}details[open] summary:after{content:'−'}details p{font-size:16px;line-height:1.6;margin-top:12px;max-width:95%;color:#454954}.coming-soon{background:var(--blue);color:var(--cream);padding:60px 0}.coming-soon .wrap{display:flex;justify-content:space-between;align-items:center;gap:50px}.coming-soon h2{font-size:clamp(36px,3.5vw,52px);line-height:1.2}.coming-soon p{font-size:20px;margin-top:14px}.button-outline{background:transparent;border:1px solid var(--cream);border-radius:0;white-space:nowrap;font-size:16px;font-weight:400}.button-outline:hover{background:#ffffff18}.button-outline span{font-size:26px}.site-footer{display:flex;align-items:center;justify-content:space-between;padding-block:34px;margin-top:30px;border-top:1px solid var(--rule);gap:35px;font-size:14px}.site-footer .wordmark{font-size:26px}.site-footer .brand img{width:32px;height:32px}.footer-brand{display:flex;align-items:center;gap:28px}.footer-brand>span{border-left:1px solid var(--rule);padding-left:28px}.privacy-main{max-width:800px;padding-block:70px 110px}.privacy-main h1{font-size:58px;margin-bottom:25px}.privacy-main h2{font-size:30px;margin:35px 0 12px}.privacy-main p{margin:16px 0}.privacy-main a{text-decoration:underline;color:var(--blue)}
@media(min-width:1600px){.recipe-preview{padding-top:30px}.preview-heading{gap:15px}.hero{gap:64px}.hero-copy>p{font-size:22px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.site-header nav{gap:22px}.hero{gap:32px;grid-template-columns:.9fr 1fr}.hero h1{font-size:70px}.hero-copy>p{font-size:18px}.hero-actions{gap:18px}.button{padding:14px 22px;font-size:16px}.hero-actions{flex-wrap:wrap}.recipe-preview{padding:20px 20px 0}.preview-heading h2{font-size:28px}.recipe-flow{grid-template-columns:minmax(0,.9fr) 30px minmax(0,1.1fr)}.food-thumb{width:44px;height:44px;flex-basis:44px}.step .food-thumb{display:none}.ingredient,.step{min-height:85px;gap:7px}.preview-bottom{margin-inline:-20px}.preview-bottom>p{margin-left:20px}.feature-panel{gap:35px;padding-inline:0}.phone-pair{gap:17px}.phone{border-radius:26px;padding:4px}.phone img{border-radius:18px}.feature-copy>p{font-size:18px}.feature-list li{font-size:16px;padding-block:15px}.feature-list li:before{top:15px}.faq{gap:45px}.coming-soon .wrap{gap:30px}.coming-soon h2{font-size:39px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.site-header{min-height:88px;position:relative}.header-cta{display:none}.site-header nav{gap:20px;font-size:15px}.wordmark{font-size:28px}.brand img{width:36px;height:36px}.hero{grid-template-columns:1fr;gap:35px;padding-top:35px}.hero h1{font-size:clamp(60px,10vw,82px);max-width:610px}.hero h1 br:first-child,.hero h1 br:nth-child(3){display:none}.hero-copy>p{max-width:590px;font-size:19px;margin-top:25px}.hero-actions{margin-top:26px;gap:28px}.hero-copy>.small-note{margin-top:19px}.recipe-preview{max-width:660px;width:100%;margin:auto;padding:24px 24px 0}.preview-heading h2{font-size:30px}.recipe-flow{grid-template-columns:minmax(0,.9fr) 42px minmax(0,1.1fr)}.food-thumb{width:60px;height:60px;flex-basis:60px}.step .food-thumb{display:block}.ingredient,.step{min-height:88px}.ingredient strong,.step strong{font-size:14px}.ingredient small,.step small{font-size:12px}.preview-bottom{margin-inline:-24px}.preview-bottom>p{margin-left:24px;font-size:14px}.features{padding-top:38px}.section-heading p{font-size:19px}.feature-tabs{gap:0;margin-top:22px;justify-content:space-between;overflow-x:auto}.feature-tabs button{font-size:16px;padding:15px 13px}.feature-panel{grid-template-columns:1fr;padding-top:28px;gap:35px}.phone-pair{max-width:500px;margin:auto;gap:22px}.feature-copy{max-width:600px;margin:auto}.feature-copy h3{font-size:43px}.section-number{margin-bottom:14px}.feature-copy>p{font-size:19px;margin-top:18px}.feature-list{margin-top:23px}.feature-list li{font-size:17px;padding-block:19px}.feature-list li:before{top:18px}.how-it-works{gap:18px;font-size:15px;padding-block:25px}.how-it-works i{font-size:23px}.faq{grid-template-columns:1fr;padding-block:52px;gap:30px}.faq h2{font-size:43px;max-width:620px}.faq>div>p{font-size:19px;max-width:500px;margin-top:18px}summary{font-size:23px}.coming-soon .wrap{display:block}.coming-soon{padding-block:42px}.coming-soon h2{max-width:600px;font-size:42px}.coming-soon p{font-size:18px}.button-outline{margin-top:26px}.site-footer{align-items:start;padding-block:28px;gap:24px}.site-footer nav{gap:18px}.footer-brand{gap:16px}.footer-brand>span{padding-left:16px;max-width:145px;font-size:12px}}
@media(max-width:520px){.site-header .menu-button{display:flex;align-items:center;gap:10px;border:1px solid var(--rule);padding:6px 12px;border-radius:7px;background:transparent;font-size:14px}.site-header nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--cream);border:1px solid var(--rule);z-index:10;padding:18px;box-shadow:0 8px 15px #23241f10}.site-header nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-header nav a{padding:9px 6px}.hero h1{font-size:60px;line-height:1.02}.hero-copy>p{font-size:17px;margin-top:22px}.hero-actions{gap:22px}.hero-actions .button{font-size:15px;padding-inline:19px}.text-link{font-size:14px}.recipe-preview{padding:19px 15px 0}.preview-heading{gap:12px}.preview-heading h2{font-size:25px}.view-switch{width:100%}.view-switch button{flex:1;font-size:13px;padding:8px}.recipe-meta{margin-bottom:19px}.grid-column-labels{gap:23px;font-size:12px}.grid-column-labels strong:last-child{padding-left:2px}.recipe-flow{grid-template-columns:minmax(0,.95fr) 23px minmax(0,1.05fr)}.ingredient,.step{gap:6px;padding:7px;min-height:85px;border-radius:7px}.ingredient{flex-direction:column;align-items:flex-start;justify-content:center}.ingredient .food-thumb{height:40px;width:40px;flex-basis:40px;float:left}.ingredient>span:last-child{width:100%}.ingredient strong,.step strong{font-size:12px}.ingredient small,.step small{font-size:10px;margin-top:3px}.step .food-thumb{width:42px;height:42px;flex-basis:42px;display:none}.step-copy strong{gap:5px;flex-wrap:wrap}.step-copy b{width:17px;height:17px;font-size:10px;line-height:17px}.ingredients,.steps{gap:9px}.flow-arrows{align-self:stretch}.preview-bottom{height:147px;margin-inline:-15px;margin-top:14px}.preview-bottom>p{margin-left:15px;font-size:12px;width:49%;line-height:1.5}.preview-bottom small{font-size:9px}.preview-bottom img{width:48%}.step-list{min-height:346px}.step-list ol{gap:20px}.step-list p{font-size:12px}.section-heading h2{font-size:38px}.section-heading p{font-size:17px}.feature-tabs button{font-size:14px;padding:13px 6px;min-width:0;flex:1;white-space:normal;line-height:1.4}.feature-copy h3{font-size:36px}.feature-copy>p{font-size:17px}.phone-pair{gap:12px}.phone{width:calc(50% - 6px);border:2px solid var(--blue);border-radius:22px;padding:3px}.phone img{border-radius:16px}.feature-list li{font-size:16px}.how-it-works{justify-content:space-between;gap:5px;font-size:12px;padding-block:20px}.how-it-works b{font-size:19px}.how-it-works span{gap:5px}.how-it-works i{font-size:18px}.faq h2{font-size:37px}.faq>div>p{font-size:17px}summary{font-size:21px}details p{font-size:15px}.coming-soon h2{font-size:37px}.coming-soon p{font-size:17px}.site-footer{flex-direction:column;gap:26px}.footer-brand>span{max-width:none;font-size:14px}.site-footer nav{width:100%;justify-content:space-between;font-size:14px}.privacy-main{padding-block:40px 70px}.privacy-main h1{font-size:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
