:root{--paper:#f5f2e9;--cream:#fbf9f3;--ink:#302a23;--muted:#736b60;--clay:#9c482b;--clay-dark:#7f341f;--line:#d8d1c4;--soft:#e9e4d8;--olive:#536249;--ease:cubic-bezier(.2,.75,.25,1)}
[hidden]{display:none!important}
.waitlist{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:42px;background:var(--cream);border:1px solid var(--line);border-radius:24px;box-shadow:inset 0 2px 4px #302a2304,0 6px 24px #302a2303}
.waitlist-copy .eyebrow{color:var(--clay);margin-bottom:14px}
.waitlist-copy h2{font-size:clamp(2.25rem,3.7vw,3.25rem)}
.waitlist-copy>p:last-child{color:var(--muted);margin-top:16px}
.waitlist-signup{min-width:0}
.waitlist-signup label{display:block;font-size:.875rem;font-weight:600;margin-bottom:9px}
.waitlist-fields{display:flex;gap:10px;align-items:stretch}
.waitlist-fields input{width:100%;min-width:0;min-height:54px;border:1px solid var(--line);border-radius:14px;background:var(--paper);padding:14px 16px;font:inherit;color:var(--ink);box-shadow:inset 0 2px 4px #302a2306}
.waitlist-fields input::placeholder{color:var(--muted);opacity:1}
.waitlist-fields input:focus-visible{outline:3px solid var(--clay);outline-offset:3px}
.waitlist-fields .button{flex-shrink:0;gap:12px}
.waitlist-fields .button:disabled{opacity:.7}
.waitlist-consent{font-size:.75rem;line-height:1.65;color:var(--muted);margin-top:13px}
.waitlist-consent a,.privacy-copy p a{text-decoration:underline;text-underline-offset:3px}
.waitlist-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.waitlist-status{font-size:.9375rem;line-height:1.6;margin-top:12px}
.waitlist-status:empty{display:none}
.waitlist-status.is-error{color:var(--clay-dark)}
.waitlist-status.is-success{color:var(--olive);font-size:1.125rem;border-left:3px solid var(--olive);padding:12px 0 12px 20px}
.footer-links{display:flex;gap:24px;font-size:.875rem}
.footer-links a{padding-block:12px}
.cta-note a{display:inline-block;padding:8px 0;color:var(--clay);font-size:.875rem}
.cta-note a:hover{text-decoration:underline;text-underline-offset:4px}
.privacy-copy{max-width:760px;padding-block:72px 88px}
.privacy-copy>.eyebrow{color:var(--clay);margin-bottom:20px}
.privacy-copy h1{font-size:clamp(2.75rem,6vw,4.5rem)}
.privacy-copy h2{font-size:2rem;margin-top:38px}
.privacy-copy>p:not(.eyebrow){color:var(--muted);margin-top:18px;line-height:1.8}
.privacy-copy>.button{margin-top:36px}
@media(max-width:1100px){.waitlist{grid-template-columns:1fr;gap:28px}.waitlist-fields{max-width:600px}}
@media(max-width:600px){.waitlist{padding:26px 22px;border-radius:20px;gap:24px}.waitlist-fields{flex-direction:column}.waitlist-fields .button{width:100%;justify-content:space-between}.waitlist-consent{font-size:.8125rem}.footer-links{gap:20px;flex-wrap:wrap}.privacy-copy{padding-block:42px 58px}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:disabled{cursor:default}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:3px solid var(--clay);outline-offset:6px}a,button{touch-action:manipulation}p,h1,h2,h3{margin:0}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.055em;line-height:1.04}h1 em,h2 em{font-weight:400}h3{letter-spacing:-.025em}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:12px 20px;border-radius:10px;background:var(--ink);color:white;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{height:118px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:inline-flex;flex-shrink:0}.site-header nav{display:flex;gap:32px;font-size:0.875rem}.site-header nav a{padding:12px 0;transition:color .2s}.site-header nav a:hover{color:var(--clay)}.availability{display:inline-flex;align-items:center;gap:9px;font-size:0.8125rem;font-weight:500;white-space:nowrap}.status-dot{width:6px;height:6px;background:var(--olive);border-radius:50%;box-shadow:0 0 0 4px #5362490c}.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:5.1%;padding-top:64px;padding-bottom:96px;align-items:center}.eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.13em;line-height:1.5}.hero .eyebrow{display:flex;align-items:center;gap:12px;color:var(--clay);margin-bottom:27px}.small-rule{width:29px;height:1px;background:var(--clay)}h1{font-size:clamp(3.875rem,5.9vw,5.3125rem);max-width:610px}h1 em{color:var(--clay)}.hero-description{font-size:1.125rem;line-height:1.65;max-width:385px;margin-top:27px;color:var(--muted)}.button{min-height:54px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:14px 24px;font-size:0.875rem;font-weight:600;transition:background .22s,transform .3s var(--ease),box-shadow .3s}.button:hover:not(:disabled){transform:translateY(-2px)}.primary{background:var(--clay);color:var(--cream);box-shadow:inset 0 1px 1px #ffffff20,0 4px 8px #4827130c}.primary:hover{background:var(--clay-dark);box-shadow:0 6px 14px #4827131c}.hero-copy>.button{margin-top:31px}.button span[aria-hidden]{font-size:1.25rem;line-height:1}.cta-note{font-size:0.75rem;color:var(--muted);margin:12px 0 0 8px}.hero-footnote{display:flex;gap:15px;align-items:center;margin-top:45px;font-size:0.75rem;line-height:1.5;color:var(--muted)}.line-icon{color:var(--clay);font-size:2.4375rem;font-weight:200}.hero-visual{position:relative;align-self:stretch;min-height:584px;padding-bottom:21px}.hero-photo{position:absolute;inset:0 0 21px;overflow:hidden;border-radius:170px 170px 22px 22px;background:var(--soft)}.hero-photo:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#221a11aa)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:48% center;transition:transform 1.2s var(--ease)}.hero-visual:hover .hero-photo img{transform:scale(1.035)}.dish-label{position:absolute;bottom:74px;left:34px;right:32px;color:#fff9ec}.dish-label>span:first-child{font-size:0.75rem;text-transform:uppercase;letter-spacing:.13em;opacity:.88}.dish-label strong{font-family:Georgia,"Times New Roman",serif;font-size:2.125rem;font-weight:400;line-height:1.12;display:block;margin:11px 0 14px;letter-spacing:-.02em}.dish-meta{font-size:0.75rem;display:flex;gap:9px}.floating-card{position:absolute;right:-24px;top:88px;display:flex;align-items:center;gap:12px;background:var(--cream);padding:16px 19px;border:1px solid #ffffffb3;border-radius:15px;box-shadow:0 12px 35px #241c1626;transform:rotate(4deg);transition:transform .3s}.floating-card:hover{transform:rotate(1deg) translateY(-3px)}.float-icon{background:#e7e9dd;color:var(--olive);width:37px;height:37px;display:grid;place-items:center;border-radius:50%;font-size:1.25rem;box-shadow:inset 2px 3px 5px #535f4312}.floating-card small{font-size:0.75rem;color:var(--muted);display:block;line-height:1.4}.floating-card strong{font-size:1.0625rem;letter-spacing:-.03em;display:block;line-height:1.4}.float-arrow{font-size:1.1875rem;margin-left:8px;color:var(--muted)}.image-note{position:absolute;bottom:0;right:0;color:var(--muted);font-size:0.75rem}.rhythm{border-top:1px solid var(--line);padding-block:65px 78px}.section-heading{text-align:center}.section-heading .eyebrow{color:var(--muted);margin-bottom:17px}h2{font-size:clamp(2.625rem,4vw,3.6875rem)}.rhythm-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:51px;gap:45px}.rhythm-grid article{position:relative;padding-left:48px}.step-number{position:absolute;left:0;top:3px;font-family:Georgia,serif;font-size:1.3125rem;color:var(--clay)}.rhythm-grid h3{font-size:1.1875rem;font-weight:550;line-height:1.25;margin-bottom:13px}.rhythm-grid p{font-size:1rem;line-height:1.65;color:var(--muted);max-width:285px}.demo-section{background:#eaded0;padding-block:85px 88px;border-block:1px solid #dfd0bf}.demo-inner{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.demo-copy .eyebrow{color:var(--clay);margin-bottom:22px}.demo-copy h2{font-size:clamp(2.6875rem,4vw,3.75rem)}.demo-copy h2 em{color:var(--clay)}.demo-copy>p:not(.eyebrow){margin-top:24px;max-width:385px;color:#706154;font-size:1rem;line-height:1.75}.demo-copy>.demo-invitation{font-size:0.875rem!important;font-weight:600;color:var(--clay)!important;display:flex;gap:12px;align-items:center}.demo-invitation span{font-size:1.5625rem}.demo-recipe-info{display:flex;align-items:center;gap:15px;margin-top:55px}.demo-recipe-info img{width:69px;height:69px;object-fit:cover;border-radius:12px}.demo-recipe-info span{font-size:0.75rem;display:block;color:var(--muted);margin-bottom:3px}.demo-recipe-info strong{font-size:0.875rem;display:block;line-height:1.4;max-width:250px}.demo-recipe-info p{font-size:0.75rem;color:var(--muted);margin-top:3px}.cooking-workspace{background:var(--paper);padding:27px 27px 20px;border-radius:28px;border:1px solid #fff9;box-shadow:0 18px 40px #5c3b1f12;min-width:0}.demo-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:0.8125rem;font-weight:600;color:var(--clay)}.text-button{border:0;background:transparent;color:var(--muted);padding:8px 0;font-size:0.75rem;white-space:nowrap}.text-button:hover{color:var(--clay)}.progress-track{height:3px;margin:11px 0 20px;border-radius:4px;background:#e0dbcf;overflow:hidden}#progress-fill{display:block;width:16.666%;height:100%;background:var(--clay);transition:width .45s var(--ease)}.step-card{padding:25px 25px 28px;background:#f9f7f0;border:1px solid #fff;border-radius:20px;box-shadow:inset 0 1px 3px #c5bca521;min-height:331px}.step-card.transitioning{animation:card-in .4s var(--ease)}@keyframes card-in{from{opacity:.35;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.card-eyebrow{font-size:0.75rem;color:var(--muted);margin-bottom:8px}.step-card h3{font-size:1.5rem;font-weight:550;line-height:1.18;margin-bottom:19px}.step-ingredients{border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:17px}.step-ingredients:empty{display:none}.step-ingredients strong{font-size:0.75rem;color:var(--clay);display:block;margin-bottom:8px}.ingredient-list{display:flex;gap:5px;flex-wrap:wrap}.ingredient-list span{font-size:0.75rem;padding:3px 9px;border-radius:5px;background:#e8e3d7;color:#64513f}.step-card>p:last-child{font-size:1rem;line-height:1.65;color:#51473c}.step-card mark{background:#ecdfc9;padding:0 2px;color:inherit}.timer-area{border-radius:15px;background:#e8dfcf;margin-top:12px;padding:13px 16px;display:flex;align-items:center;gap:12px}.timer-area[hidden]{display:none}.timer-area>div{margin-right:auto}.timer-label{font-size:0.75rem;color:var(--clay);display:block}.timer-area time{display:block;font-size:1.625rem;font-variant-numeric:tabular-nums;letter-spacing:-.03em;line-height:1.2}.timer-button{background:var(--clay);color:var(--cream);min-height:42px;padding:8px 15px;font-size:0.75rem}.timer-reset{font-size:0.75rem}.timer-status{font-size:0.8125rem;line-height:1.5;margin:10px 3px;color:var(--clay)}.card-controls{display:grid;grid-template-columns:1fr 1.6fr;gap:12px;margin-top:19px}.card-controls .button{border-radius:12px;gap:12px}.secondary{border-color:#d7d0c3;background:#f5f2e9;box-shadow:inset 1px 1px 3px #e7dfd1}.secondary:hover{background:#ebe5d9}.secondary:disabled{opacity:.4}.preview-note{font-size:0.75rem;color:var(--muted);text-align:center;margin-top:16px}.demo-error{padding:14px;font-size:0.875rem;background:#ffe5da;color:#733921;border-radius:8px;margin-top:12px}.menu-section{padding-block:91px}.menu-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:42px}.menu-heading .eyebrow{color:var(--clay);margin-bottom:18px}.menu-heading h2{font-size:clamp(2.4375rem,3.8vw,3.5rem)}.menu-heading>p{font-size:0.9375rem;line-height:1.7;color:var(--muted);margin-bottom:5px}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.recipe-image{aspect-ratio:1.22;position:relative;overflow:hidden;background:var(--soft);border-radius:17px}.recipe-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.recipe-card:hover .recipe-image img{transform:scale(1.06)}.recipe-category{position:absolute;left:15px;top:15px;background:var(--cream);border-radius:999px;padding:5px 11px;font-size:0.75rem}.recipe-arrow{position:absolute;bottom:16px;right:16px;background:var(--cream);border-radius:50%;width:37px;height:37px;display:grid;place-items:center;font-size:1.375rem;transition:transform .3s}.recipe-card:hover .recipe-arrow{transform:rotate(45deg)}.recipe-card h3{font-size:1.375rem;line-height:1.25;font-weight:550;letter-spacing:-.035em;margin:22px 0 9px}.recipe-card>p{font-size:0.75rem;display:flex;gap:9px;color:var(--muted)}.recipe-link{font-size:0.75rem;color:var(--clay);display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;margin-top:22px;font-weight:550}.recipe-link span{font-size:1.25rem;font-weight:400}.menu-note{font-size:0.75rem;color:var(--muted);margin-top:25px}.closing{border-top:1px solid var(--line);text-align:center;padding:75px 0 82px}.closing .eyebrow{color:var(--clay);margin-bottom:20px}.closing h2{font-size:clamp(2.8125rem,5vw,4.625rem);line-height:1.1}.closing h2 em{color:var(--clay)}.closing .availability{margin-top:30px}.closing-link{display:block;width:fit-content;margin:20px auto 0;font-size:0.8125rem;border-bottom:1px solid #9c482b65;color:var(--clay);padding:4px 0}.closing-link span{margin-left:12px}.site-footer{border-top:1px solid var(--line);padding-block:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer p{color:var(--muted);font-size:0.75rem}.site-footer>a:last-child{font-size:0.75rem}.site-footer>a:last-child span{margin-left:9px}
@media(min-width:1500px){.hero{padding-top:80px;padding-bottom:110px}.hero-visual{min-height:620px}}
@media(max-width:1100px){.wrap{width:calc(100% - 72px)}.hero{gap:5%;padding-top:45px}.hero-visual{min-height:540px}.floating-card{right:-15px;top:60px;padding:12px}.hero-footnote{margin-top:28px}h1{font-size:4.0625rem}.hero-description{font-size:1rem}.demo-inner{gap:6%}.step-card{padding:22px;min-height:375px}.demo-copy h2{font-size:2.875rem}.rhythm-grid{gap:25px}.rhythm-grid article{padding-left:37px}.rhythm-grid h3{font-size:1.0625rem}.dish-label strong{font-size:1.9375rem}.recipe-grid{gap:22px}.recipe-card h3{font-size:1.25rem}.cooking-workspace{padding:22px}.preview-note{font-size:0.75rem}.recipe-category{font-size:0.75rem}.demo-copy>p:not(.eyebrow){font-size:1rem}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{height:91px;gap:15px}.site-header .brand img{width:101px;height:auto}.site-header nav{display:none}.availability{font-size:0.75rem;gap:7px}.hero{display:flex;flex-direction:column;align-items:stretch;gap:38px;padding-top:40px;padding-bottom:55px}.hero-copy{padding-inline:3px}.hero .eyebrow{font-size:0.75rem;letter-spacing:.11em;margin-bottom:19px;gap:9px}h1{font-size:clamp(3.0625rem,12.7vw,4.875rem);line-height:1.06;max-width:550px}.hero-description{margin-top:20px;max-width:440px;font-size:1rem}.hero-copy>.button{margin-top:24px;min-height:52px}.cta-note{font-size:0.75rem;margin-left:5px}.hero-footnote{display:none}.hero-visual{min-height:420px;max-width:600px;align-self:stretch;width:100%;padding-bottom:17px}.hero-photo{inset:0 0 17px;border-radius:115px 115px 18px 18px}.floating-card{right:9px;top:49px;gap:9px;padding:11px 13px}.floating-card small{font-size:0.75rem}.floating-card strong{font-size:0.9375rem}.float-icon{width:32px;height:32px}.float-arrow{font-size:1.0625rem;margin-left:4px}.dish-label{left:25px;bottom:46px}.dish-label strong{font-size:2rem;margin-block:8px 10px}.dish-label>span:first-child{font-size:0.75rem}.image-note{font-size:0.75rem}.rhythm{padding-block:42px 47px}.section-heading{text-align:left}.section-heading .eyebrow{font-size:0.75rem;letter-spacing:.09em;margin-bottom:14px}h2{font-size:2.375rem}.rhythm-grid{display:flex;flex-direction:column;gap:26px;margin-top:31px}.rhythm-grid article{padding-left:45px}.rhythm-grid h3{font-size:1.125rem;margin-bottom:6px}.rhythm-grid p{max-width:420px;font-size:1rem}.step-number{font-size:1.4375rem}.demo-section{padding-block:46px}.demo-inner{display:flex;flex-direction:column;align-items:stretch;gap:28px}.demo-copy .eyebrow{font-size:0.75rem;margin-bottom:16px}.demo-copy h2{font-size:2.6875rem;line-height:1.08}.demo-copy>p:not(.eyebrow){font-size:1rem;line-height:1.7;margin-top:17px;max-width:500px}.demo-copy>.demo-invitation{margin-top:14px;font-size:0.8125rem!important}.demo-recipe-info{margin-top:23px;gap:12px}.demo-recipe-info img{width:56px;height:56px;border-radius:10px}.demo-recipe-info strong{font-size:0.8125rem}.cooking-workspace{border-radius:22px;padding:20px 16px 18px}.demo-topline{font-size:0.75rem;padding-inline:5px}.step-card{padding:21px;min-height:350px;border-radius:17px}.step-card h3{font-size:1.5rem}.step-card>p:last-child{font-size:1rem}.card-eyebrow{font-size:0.75rem}.card-controls{gap:10px;margin-top:15px}.card-controls .button{min-height:51px;font-size:0.875rem;padding-inline:12px}.timer-area{padding:12px;gap:9px}.timer-button{font-size:0.75rem;padding-inline:12px}.timer-reset{font-size:0.75rem}.menu-section{padding-block:49px 45px}.menu-heading{display:block;margin-bottom:26px}.menu-heading .eyebrow{font-size:0.75rem;margin-bottom:14px}.menu-heading h2{font-size:2.4375rem}.menu-heading>p{font-size:0.875rem;margin-top:18px}.recipe-grid{grid-template-columns:1fr;gap:31px}.recipe-image{aspect-ratio:1.43}.recipe-category{font-size:0.75rem}.recipe-card h3{font-size:1.375rem;margin:16px 0 8px}.recipe-card h3 br{display:none}.recipe-link{margin-top:15px;padding-top:10px}.recipe-card>p{font-size:0.75rem}.menu-note{font-size:0.75rem;line-height:1.7;margin-top:25px}.closing{padding:47px 0 48px}.closing .eyebrow{font-size:0.75rem}.closing h2{font-size:2.5rem}.closing .availability{font-size:0.75rem;margin-top:25px}.site-footer{padding-block:26px;flex-wrap:wrap;gap:16px}.site-footer .brand img{width:91px;height:auto}.site-footer p{order:3;flex-basis:100%;font-size:0.75rem}.site-footer>a:last-child{font-size:0.75rem}}
@media(max-width:360px){.wrap{width:calc(100% - 30px)}h1{font-size:2.8125rem}.site-header .availability{font-size:0.75rem}.hero-visual{min-height:380px}.demo-copy h2{font-size:2.375rem}.step-card{padding:17px}.step-card h3{font-size:1.375rem}.button{font-size:0.875rem}.closing h2{font-size:2.1875rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.button:hover:not(:disabled){transform:none}.floating-card:hover{transform:rotate(4deg)}}

/* Ingredient disclosure keeps the complete quantities available in the preview. */
.recipe-ingredients{margin-top:18px;border-top:1px solid var(--line);padding-top:13px;font-size:0.875rem;color:var(--muted)}.recipe-ingredients summary{cursor:pointer;min-height:30px;color:var(--clay);font-weight:550;list-style-position:outside;margin-left:16px}.recipe-ingredients ul{margin:13px 0 0;padding-left:20px;font-size:0.875rem;line-height:1.7}.recipe-ingredients li{margin-block:6px}.recipe-ingredients summary:focus-visible{outline:3px solid var(--clay);outline-offset:4px}

.text-button,.timer-button,.recipe-link,.closing-link,.site-footer>a:last-child{font-size:0.875rem}.site-header{height:auto;min-height:118px;padding-block:25px}.site-header>.availability{white-space:normal;text-align:right;justify-content:flex-end}.hero-copy>.button{max-width:100%}@media(max-width:760px){.site-header{min-height:91px;padding-block:20px}.site-header>.availability{max-width:175px}.hero .button{gap:16px}.timer-area{flex-wrap:wrap}.timer-area .timer-label{font-size:0.75rem}.recipe-card>p{flex-wrap:wrap}}
