:root{--paper:#f6f0e4;--paper-deep:#ebe0cf;--surface:#fffaf0;--ink:#302b23;--ink-soft:#5e5548;--ink-faint:#817666;--line:#d8cbb7;--line-strong:#b8aa94;--tomato:#b74b35;--tomato-dark:#913725;--sage:#53604a;--sage-soft:#dfe3d5;--gold:#bf9655;--success:#3f6a4e;--warning:#9a6426;--danger:#a23c30;--white:#fffdf8;--shadow-soft:0 24px 70px #302b231f;--shadow-book:0 28px 80px #29221938, 0 5px 18px #2922191f;--font-display:"Iowan Old Style", "Baskerville", "Times New Roman", serif;--font-body:"Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;--radius-small:8px;--radius-medium:14px;--radius-large:24px;--duration-fast:.16s;--duration-medium:.34s;--ease-out:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--ink);background:var(--paper);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.55}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}img,svg{display:block}::selection{color:var(--white);background:var(--tomato)}:focus-visible{outline-offset:3px;outline:3px solid #2f75c0}.skip-link{z-index:1000;color:var(--white);background:var(--ink);border-radius:var(--radius-small);transition:transform var(--duration-fast) ease;padding:10px 14px;position:fixed;top:10px;left:10px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.javascript-notice{text-align:center;padding:24px;display:block}.recipes-app{opacity:0;min-height:100svh;transition:opacity .26s ease, transform .26s var(--ease-out);transform:translateY(8px)}.recipes-app--ready{opacity:1;transform:translateY(0)}.interface-icon{flex:none;width:20px;height:20px}.button{min-height:50px;transition:color var(--duration-fast) ease, background var(--duration-fast) ease, border-color var(--duration-fast) ease, transform var(--duration-fast) var(--ease-out);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:13px 20px;font-weight:650;line-height:1.1;text-decoration:none;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button--small{min-height:42px;padding:10px 17px;font-size:14px}.button--large{min-height:58px;padding:16px 26px;font-size:17px}.button--cream{color:var(--ink);background:var(--paper)}.button--cream:hover{background:var(--white)}.button--ink{color:var(--white);background:var(--ink)}.button--ink:hover{background:#17140f}.button--tomato{color:var(--white);background:var(--tomato)}.button--tomato:hover{background:var(--tomato-dark)}.button--outline{color:var(--ink);border-color:var(--line-strong);background:0 0}.button--outline:hover{border-color:var(--ink);background:#ffffff94}.button--success{color:var(--white);background:var(--success)}.button__icon,.text-link__icon{width:18px;height:18px;transition:transform var(--duration-fast) var(--ease-out)}.button:hover .button__icon,.text-link:hover .text-link__icon{transform:translate(3px)}.text-link{color:var(--ink);background:0 0;border:0;border-bottom:1px solid;align-items:center;gap:8px;padding:4px 0;font-weight:650;line-height:1.25;text-decoration:none;display:inline-flex}.text-link--light{color:var(--paper);border-color:#f6f0e4a6}.section-kicker{color:var(--tomato);letter-spacing:.15em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:750;line-height:1.2}.reveal{opacity:0;transition:opacity .6s ease, transform .7s var(--ease-out);transform:translateY(24px)}.reveal--visible{opacity:1;transform:translateY(0)}.brand-lockup{align-items:center;gap:9px;text-decoration:none;display:inline-flex}.brand-lockup--light{color:var(--paper)}.brand-lockup--dark{color:var(--ink)}.brand-lockup__mark{width:35px;height:35px}.brand-lockup__name{letter-spacing:-.035em;font-size:18px;font-weight:720}.brand-lockup__product{font-family:var(--font-display);font-weight:500}.marketing-page{min-height:100svh;overflow:clip}.marketing-page--paper{background:var(--paper)}.marketing-header{z-index:20;width:100%;height:76px;position:relative}.home-hero>.marketing-header{position:absolute;inset:0 0 auto}.marketing-header--light{color:var(--paper)}.marketing-header--dark{color:var(--ink);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f0e4eb;border-bottom:1px solid #b8aa9473}.marketing-header__inner{align-items:center;gap:34px;width:min(100% - 48px,1360px);height:100%;margin:0 auto;display:flex}.marketing-nav{align-items:center;gap:22px;margin-left:auto;display:flex}.marketing-nav__link{padding:8px 0;font-size:14px;font-weight:600;text-decoration:none;position:relative}.marketing-nav__link:after{content:"";transform-origin:100%;height:1px;transition:transform var(--duration-fast) var(--ease-out);background:currentColor;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.marketing-nav__link:hover:after{transform-origin:0;transform:scaleX(1)}.marketing-header__menu-button{min-width:48px;min-height:48px;color:inherit;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;display:none}.marketing-header__menu-label{font-size:14px;font-weight:650}.mobile-menu{z-index:18;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-medium);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;visibility:hidden;transform-origin:top;transition:opacity var(--duration-fast) ease, transform var(--duration-fast) var(--ease-out);flex-direction:column;gap:4px;padding:14px;display:flex;position:absolute;top:70px;left:16px;right:16px;transform:translateY(-10px)scale(.98)}.mobile-menu--open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)scale(1)}.mobile-menu__link{border-radius:var(--radius-small);align-items:center;min-height:46px;padding:9px 12px;font-weight:650;text-decoration:none;display:flex}.mobile-menu__link:hover{background:var(--paper)}.mobile-menu__gift{margin-top:6px}.home-hero{--hero-shift:0px;min-height:100svh;color:var(--paper);background:#26261d;align-items:center;display:flex;position:relative;overflow:hidden}.home-hero__image-plane{transform:translateY(var(--hero-shift)) scale(1.03);will-change:transform;background-image:url(/images/family-kitchen-hero.webp);background-position:50%;background-size:cover;position:absolute;inset:-48px 0}.home-hero__shade{background:linear-gradient(90deg,#191812e8 0%,#1f1d15bf 33%,#1f1d1526 63%,#14120d14 100%),linear-gradient(#0000 63%,#100e0a99 100%);position:absolute;inset:0}.home-hero__content{z-index:2;width:min(100% - 48px,1360px);animation:hero-enter .85s var(--ease-out) both;margin:82px auto 106px;position:relative}.home-hero__eyebrow{color:#ecd8b3;letter-spacing:.16em;text-transform:uppercase;margin:0 0 20px;font-size:12px;font-weight:750}.home-hero__title{max-width:690px;font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(50px,5.7vw,86px);font-weight:400;line-height:.96}.home-hero__summary{color:#fffaf0e0;max-width:580px;margin:26px 0 0;font-size:clamp(17px,1.45vw,21px);line-height:1.55}.home-hero__actions{align-items:center;gap:24px;margin-top:34px;display:flex}.home-hero__assurance{color:#fffaf0b3;letter-spacing:.025em;margin:18px 0 0;font-size:13px}.home-hero__voice-strip{z-index:2;color:#fffaf0d1;border-top:1px solid #fffaf03d;align-items:center;gap:28px;min-height:62px;padding:10px 18px;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.home-hero__voice-label{max-width:470px;font-family:var(--font-display);font-size:15px;font-style:italic}.home-hero__waveform{opacity:.68;width:min(280px,25vw);height:36px;margin-left:auto}.voice-waveform{justify-content:center;align-items:center;gap:4px;display:flex}.voice-waveform__bar{width:3px;height:var(--bar-height);transform-origin:50%;background:currentColor;border-radius:99px;min-height:3px}.voice-waveform--recording .voice-waveform__bar{animation:1.1s ease-in-out infinite alternate wave-pulse}.voice-waveform--recording .voice-waveform__bar:nth-child(3n){animation-delay:-340ms}.voice-waveform--recording .voice-waveform__bar:nth-child(4n){animation-delay:-720ms}.voice-waveform--paused .voice-waveform__bar{opacity:.35}@keyframes hero-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes wave-pulse{0%{opacity:.56;transform:scaleY(.45)}to{opacity:1;transform:scaleY(1.12)}}.home-main{background:var(--paper)}.home-belief{text-align:center;width:min(100% - 48px,1080px);margin:0 auto;padding:132px 0 126px}.home-belief__title{max-width:1010px;font-family:var(--font-display);letter-spacing:-.04em;margin:0 auto;font-size:clamp(38px,5vw,66px);font-weight:400;line-height:1.04}.home-belief__body{max-width:670px;color:var(--ink-soft);margin:28px auto 0;font-size:18px}.home-process{color:var(--paper);background:var(--ink);padding:110px max(24px,50% - 680px)}.home-process__heading{max-width:760px}.home-process__kicker{color:#dfad75}.home-process__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(40px,5vw,68px);font-weight:400;line-height:1.02}.process-steps{border-top:1px solid #f6f0e43d;margin:72px 0 42px;padding:0;list-style:none}.process-step{border-bottom:1px solid #f6f0e43d;align-items:baseline;gap:38px;padding:34px 0;display:flex}.process-step__number{color:#dfad75;min-width:62px;font-family:var(--font-display);font-size:22px}.process-step__copy{flex:auto;align-items:baseline;gap:40px;min-width:0;display:flex}.process-step__title{font-family:var(--font-display);flex:0 420px;margin:0;font-size:clamp(26px,3vw,39px);font-weight:400;line-height:1.14}.process-step__body{color:#f6f0e4b3;flex:0 510px;margin:0 0 0 auto;font-size:16px}.home-process__link{color:var(--paper)}.transformation-story{background:var(--surface);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.transformation-story__source,.transformation-story__answer,.transformation-story__result{border-right:1px solid var(--line);min-height:560px;padding:76px clamp(28px,4vw,68px)}.transformation-story__result{border-right:0}.transformation-story__quote{font-family:var(--font-display);letter-spacing:-.03em;margin:42px 0;font-size:clamp(28px,3vw,42px);font-weight:400;line-height:1.16}.audio-play-button{min-height:48px;color:var(--ink);border:1px solid var(--line-strong);background:0 0;border-radius:999px;align-items:center;gap:10px;padding:10px 15px;display:flex}.audio-play-button__icon{width:18px;height:18px}.audio-play-button__label{font-weight:650}.audio-play-button__duration{color:var(--ink-faint);font-size:13px}.audio-play-button.is-playing{color:var(--white);background:var(--tomato);border-color:var(--tomato)}.transformation-story__waveform{height:54px;color:var(--sage);justify-content:flex-start;margin-top:28px}.agent-note{gap:18px;margin-top:48px;display:flex}.agent-note__marker{width:36px;height:36px;color:var(--surface);background:var(--tomato);font-family:var(--font-display);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:22px;display:flex}.agent-note__copy{min-width:0}.agent-note__title{font-family:var(--font-display);margin:0;font-size:31px;font-weight:400;line-height:1.18}.agent-note__body{color:var(--ink-soft);margin:12px 0 24px}.agent-note__choices{flex-wrap:wrap;gap:8px;display:flex}.agent-note__choice{color:var(--ink-soft);border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-size:13px}.agent-note__choice--selected{color:var(--white);background:var(--sage);border-color:var(--sage)}.recipe-slip{background:#f0e5cf;border:1px solid #d0c09e;margin-top:34px;padding:34px;transform:rotate(1.5deg);box-shadow:0 18px 40px #3e332317}.recipe-slip__chapter{color:var(--tomato);letter-spacing:.15em;text-transform:uppercase;margin:0 0 16px;font-size:10px;font-weight:750}.recipe-slip__title{font-family:var(--font-display);margin:0;font-size:33px;font-weight:400;line-height:1.05}.recipe-slip__byline{color:var(--ink-faint);margin:8px 0 0;font-size:12px}.recipe-slip__rule{background:var(--line-strong);height:1px;margin:24px 0}.recipe-slip__facts{gap:26px;margin:0 0 24px;display:flex}.recipe-slip__fact{flex-direction:column;display:flex}.recipe-slip__fact-label{color:var(--ink-faint);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:750}.recipe-slip__fact-value{font-family:var(--font-display);margin:2px 0 0;font-size:15px}.recipe-slip__ingredient{border-top:1px solid #b8aa94b3;border-bottom:1px solid #b8aa94b3;margin:0;padding:10px 0;font-size:13px}.recipe-slip__memory{font-family:var(--font-display);margin:22px 0 0;font-size:17px;font-style:italic}.home-book{background:#e7dfce;grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);align-items:center;gap:9vw;padding:128px max(24px,50% - 660px);display:grid}.home-book__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(42px,5vw,66px);font-weight:400;line-height:1.02}.home-book__body{color:var(--ink-soft);margin:26px 0;font-size:18px}.home-book__features{border-top:1px solid var(--line-strong);margin:0 0 34px;padding:0;list-style:none}.home-book__feature{border-bottom:1px solid var(--line-strong);padding:13px 0;font-size:14px}.book-spread{perspective:1200px;filter:drop-shadow(0 34px 26px #302b232e);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.book-page{aspect-ratio:.73;color:#28231c;background:#fffaf0;border:1px solid #d4c7b1;padding:clamp(24px,3vw,48px);position:relative}.book-page--left{transform-origin:100%;transform:rotateY(4deg);box-shadow:inset -20px 0 24px -30px #000c}.book-page--right{transform-origin:0;transform:rotateY(-4deg);box-shadow:inset 20px 0 24px -30px #000c}.book-page__folio{color:var(--ink-faint);font-family:var(--font-display);font-size:11px;position:absolute;bottom:18px}.book-page--left .book-page__folio{left:24px}.book-page--right .book-page__folio{right:24px}.book-page__chapter{color:var(--tomato);letter-spacing:.14em;text-transform:uppercase;margin:0 0 28px;font-size:9px;font-weight:750}.book-page__title{font-family:var(--font-display);margin:0;font-size:clamp(26px,3vw,44px);font-weight:400;line-height:1}.book-page__byline{color:var(--ink-faint);margin:10px 0 36px;font-size:11px}.book-page__story,.book-page__note{font-family:var(--font-display);font-size:clamp(12px,1.25vw,16px);line-height:1.55}.book-page__quote{color:var(--tomato-dark);border-top:1px solid var(--line);font-family:var(--font-display);margin:30px 0 0;padding-top:25px;font-size:clamp(15px,1.6vw,21px);font-style:italic;line-height:1.35}.book-page__section-title{color:var(--tomato-dark);letter-spacing:.13em;text-transform:uppercase;margin:0 0 16px;font-size:9px}.book-page__section-title:not(:first-of-type){margin-top:30px}.book-page__list{margin:0;padding:0;list-style:none}.book-page__list-item{font-family:var(--font-display);border-bottom:1px solid #e3d9c8;padding:8px 0;font-size:clamp(10px,1vw,13px)}.home-offer{background:var(--surface);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:9vw;padding:120px max(24px,50% - 580px);display:grid}.home-offer__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(42px,5vw,66px);font-weight:400;line-height:1}.home-offer__price{font-family:var(--font-display);margin:26px 0 12px;font-size:58px;line-height:1}.home-offer__currency{vertical-align:top;font-size:27px}.home-offer__term{color:var(--ink-faint);font-family:var(--font-body);font-size:14px;font-weight:500}.home-offer__summary{max-width:430px;color:var(--ink-soft);margin:20px 0 0;font-size:17px}.offer-list{border-top:1px solid var(--line);margin:0 0 32px;padding:0;list-style:none}.offer-list__item{border-bottom:1px solid var(--line);padding:14px 0 14px 28px;position:relative}.offer-list__item:before{content:"";border-bottom:2px solid var(--success);border-left:2px solid var(--success);width:10px;height:5px;position:absolute;top:21px;left:2px;transform:rotate(-45deg)}.home-offer__fine-print{color:var(--ink-faint);margin:14px 0 0;font-size:12px}.home-final-cta{min-height:570px;color:var(--paper);background:var(--tomato-dark);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:120px 24px;display:flex}.home-final-cta__eyebrow{color:#f0c7a0;letter-spacing:.14em;text-transform:uppercase;margin:0 0 22px;font-size:12px;font-weight:750}.home-final-cta__title{max-width:920px;font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(43px,6vw,77px);font-weight:400;line-height:1}.home-final-cta__button{margin-top:38px}.marketing-footer{color:var(--paper);background:#24211b;padding:74px max(24px,50% - 660px) 26px}.marketing-footer__main{gap:80px;min-height:180px;display:flex}.marketing-footer__identity{max-width:380px}.marketing-footer__tagline{color:#f6f0e4a6;font-family:var(--font-display);margin:20px 0 0;font-size:20px}.marketing-footer__links{grid-template-columns:repeat(2,minmax(130px,1fr));align-content:start;gap:14px 42px;margin-left:auto;display:grid}.marketing-footer__link{color:#f6f0e4d1;text-decoration:none}.marketing-footer__link:hover{color:var(--white);text-underline-offset:4px;text-decoration:underline}.marketing-footer__legal{color:#f6f0e480;border-top:1px solid #f6f0e424;gap:24px;padding-top:24px;font-size:11px;display:flex}.marketing-footer__privacy{margin-left:auto}.legal-main{width:min(100% - 48px,980px);margin:0 auto;padding:96px 0 120px}.legal-heading{border-bottom:1px solid var(--line-strong);max-width:820px;padding-bottom:48px}.legal-heading__title{font-family:var(--font-display);letter-spacing:-.045em;margin:10px 0 24px;font-size:clamp(46px,7vw,76px);font-weight:400;line-height:1}.legal-heading__summary{max-width:720px;color:var(--ink-soft);margin:0;font-size:19px}.legal-heading__updated{color:var(--ink-faint);margin:24px 0 0;font-size:13px}.legal-content{display:grid}.legal-section{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,.38fr) minmax(0,1fr);gap:42px;padding:36px 0;display:grid}.legal-section__title{font-family:var(--font-display);margin:0;font-size:26px;font-weight:500;line-height:1.1}.legal-section__body{color:var(--ink-soft);margin:0;font-size:17px;line-height:1.7}.legal-section__link{color:var(--tomato-dark);font-weight:700}.simple-marketing-main,.pricing-main,.gift-checkout,.recipe-preview,.prototype-map{width:min(100% - 48px,1260px);margin:0 auto}.editorial-intro,.pricing-intro,.prototype-map__heading{max-width:940px;padding:104px 0 78px}.editorial-intro__title,.pricing-intro__title,.prototype-map__title{font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(46px,6vw,78px);font-weight:400;line-height:.99}.editorial-intro__summary,.pricing-intro__summary,.prototype-map__summary{max-width:760px;color:var(--ink-soft);margin:28px 0 0;font-size:19px}.journey-timeline{border-top:1px solid var(--line-strong)}.journey-stage{border-bottom:1px solid var(--line-strong);grid-template-columns:72px minmax(280px,.9fr) minmax(320px,.75fr);align-items:center;gap:40px;padding:66px 0;display:grid}.journey-stage__number{color:var(--tomato);font-family:var(--font-display);align-self:start;font-size:24px}.journey-stage__audience{color:var(--tomato);letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:750}.journey-stage__title{font-family:var(--font-display);letter-spacing:-.035em;margin:0;font-size:clamp(30px,4vw,47px);font-weight:400;line-height:1.06}.journey-stage__body{max-width:600px;color:var(--ink-soft);margin:18px 0 0}.journey-stage__artifact{border:1px solid var(--line);background:#eee4d4;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:36px;display:flex}.journey-stage__artifact--message{justify-content:flex-start;align-items:flex-start;transform:rotate(1deg)}.gift-message__from{color:var(--tomato);letter-spacing:.14em;text-transform:uppercase;margin:0 0 38px;font-size:11px;font-weight:750}.gift-message__copy{font-family:var(--font-display);margin:0;font-size:25px;font-style:italic;line-height:1.38}.record-orb{width:130px;height:130px;color:var(--white);background:var(--tomato);transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) ease;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 18px 44px #b74b353d}.record-orb:hover{transform:scale(1.03);box-shadow:0 22px 55px #b74b3552}.record-orb--small{width:92px;height:92px}.record-orb--active{animation:2s ease-in-out infinite record-breathe;box-shadow:0 0 0 12px #b74b3521,0 18px 44px #b74b3540}.record-orb__icon{width:40px;height:40px}.record-orb__label{margin-top:18px;font-weight:650}@keyframes record-breathe{0%,to{box-shadow:0 0 0 8px #b74b3517,0 18px 44px #b74b353b}50%{box-shadow:0 0 0 18px #b74b351f,0 18px 44px #b74b354d}}.journey-stage__artifact--question{align-items:flex-start}.journey-question__label{color:var(--tomato);letter-spacing:.13em;text-transform:uppercase;margin-bottom:22px;font-size:11px;font-weight:750}.journey-question__title{font-family:var(--font-display);font-size:29px;font-weight:400;line-height:1.15}.journey-question__source{color:var(--ink-faint);font-family:var(--font-display);margin-top:16px;font-size:15px;font-style:italic}.journey-stage__print-icon{width:48px;height:48px;color:var(--sage)}.journey-stage__print-title{font-family:var(--font-display);margin-top:22px;font-size:25px}.journey-stage__print-meta{color:var(--ink-faint);margin-top:5px;font-size:12px}.simple-cta{text-align:center;padding:112px 0 126px}.simple-cta__title{max-width:760px;font-family:var(--font-display);margin:0 auto;font-size:clamp(40px,5vw,62px);font-weight:400;line-height:1.05}.simple-cta__actions{justify-content:center;align-items:center;gap:24px;margin-top:34px;display:flex}.pricing-plans{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.pricing-plan{border-right:1px solid var(--line-strong);min-width:0;padding:42px}.pricing-plan:last-child{border-right:0}.pricing-plan--featured{color:var(--paper);background:var(--ink);box-shadow:var(--shadow-soft);transform:translateY(-14px)}.pricing-plan__heading{min-height:58px}.pricing-plan__name{font-family:var(--font-display);margin:0;font-size:28px}.pricing-plan__flag{color:#e4b779;letter-spacing:.11em;text-transform:uppercase;margin-top:7px;font-size:10px;font-weight:750;display:inline-block}.pricing-plan__price{font-family:var(--font-display);margin:34px 0 0;font-size:64px;line-height:1}.pricing-plan__currency{vertical-align:top;font-size:28px}.pricing-plan__term{color:var(--ink-faint);margin:6px 0 26px;font-size:12px}.pricing-plan--featured .pricing-plan__term,.pricing-plan--featured .pricing-plan__summary{color:#f6f0e4ad}.pricing-plan__recipes{margin:0 0 10px;font-weight:700}.pricing-plan__summary{min-height:76px;color:var(--ink-soft);margin:0 0 28px;font-size:14px}.pricing-plan__select{width:100%}.pricing-plan--featured .button--tomato{color:var(--ink);background:#e8c98e}.pricing-includes{padding:96px 0}.pricing-includes__title{font-family:var(--font-display);margin:0 0 40px;font-size:43px;font-weight:400}.pricing-includes__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:70px;display:grid}.pricing-includes__list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.pricing-includes__item{border-bottom:1px solid var(--line);padding:16px 0}.pricing-truth{border-left:4px solid var(--sage);background:#ebe1d0;gap:24px;margin-bottom:110px;padding:34px;display:flex}.pricing-truth__icon{width:30px;height:30px;color:var(--sage)}.pricing-truth__title{font-family:var(--font-display);margin:0 0 7px;font-size:25px;font-weight:400}.pricing-truth__body{color:var(--ink-soft);margin:0}.gift-checkout{padding:34px 0 100px}.gift-checkout__progress{color:var(--ink-faint);border-bottom:1px solid var(--line);align-items:center;gap:24px;padding:20px 0;font-size:12px;list-style:none;display:flex}.gift-checkout__step--active{color:var(--tomato-dark);font-weight:700}.gift-checkout__layout{grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:90px;padding-top:64px;display:grid}.gift-form__heading{max-width:670px}.gift-form__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(43px,5vw,63px);font-weight:400;line-height:1}.gift-form__summary{color:var(--ink-soft);margin:22px 0 0;font-size:17px}.gift-form__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:48px;display:grid}.gift-form__field--wide{grid-column:1/-1}.form-field{flex-direction:column;gap:8px;display:flex}.form-field__label,.delivery-choice__legend{color:var(--ink-soft);font-size:13px;font-weight:700}.form-field__input,.form-field__select,.form-field__textarea{width:100%;min-height:50px;color:var(--ink);border:1px solid var(--line-strong);border-radius:var(--radius-small);background:#fffaf0a6;padding:12px 14px}.form-field__textarea{resize:vertical;min-height:132px}.form-field__input:focus,.form-field__select:focus,.form-field__textarea:focus{background:var(--surface);border-color:var(--ink)}.form-field__hint{color:var(--ink-faint);font-size:11px}.delivery-choice{border:0;margin:4px 0 0;padding:0}.delivery-choice__legend{margin-bottom:9px}.delivery-choice__option{border:1px solid var(--line);border-radius:var(--radius-small);background:#fffaf0b3;align-items:center;gap:10px;min-height:52px;margin-right:10px;padding:11px 15px;display:inline-flex}.delivery-choice__option:has(.delivery-choice__radio:checked){background:var(--surface);border-color:var(--tomato);box-shadow:inset 0 0 0 1px var(--tomato)}.delivery-choice__radio{width:18px;height:18px;accent-color:var(--tomato)}.gift-form__actions{align-items:center;gap:18px;margin-top:36px;display:flex}.gift-form__privacy{color:var(--ink-faint);margin:0;font-size:11px}.gift-summary{border:1px solid var(--line);background:#e9dfcf;padding:30px;position:sticky;top:104px}.gift-summary__eyebrow{color:var(--tomato);letter-spacing:.14em;text-transform:uppercase;margin:0 0 20px;font-size:10px;font-weight:750}.gift-summary__book{aspect-ratio:.82;color:#f8f0df;background:var(--sage);box-shadow:var(--shadow-book);text-align:center;border:7px solid #f7efdf;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.gift-summary__book-label{letter-spacing:.15em;text-transform:uppercase;margin-bottom:40px;font-size:9px;font-weight:750}.gift-summary__book-title{font-family:var(--font-display);font-size:32px;line-height:1}.gift-summary__book-year{font-family:var(--font-display);margin-top:46px;font-size:12px}.gift-summary__line,.gift-summary__total{align-items:baseline;gap:18px;display:flex}.gift-summary__line{margin-top:32px}.gift-summary__line-value,.gift-summary__total-value{font-family:var(--font-display);margin-left:auto;font-size:22px}.gift-summary__scope,.gift-summary__tax{color:var(--ink-faint);margin:7px 0;font-size:11px}.gift-summary__change{min-height:34px;color:var(--tomato-dark);text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:12px;text-decoration:underline}.gift-summary__total{border-top:1px solid var(--line-strong);margin-top:24px;padding-top:20px}.gift-summary__total-label{font-weight:700}.success-page{text-align:center;width:min(100% - 48px,840px);min-height:calc(100svh - 76px);margin:0 auto;padding:88px 0 120px}.success-page__mark{width:68px;height:68px;color:var(--white);background:var(--success);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 28px;display:flex}.success-page__check{width:32px;height:32px}.success-page__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(44px,6vw,68px);font-weight:400;line-height:1.02}.success-page__summary{max-width:650px;color:var(--ink-soft);margin:24px auto 0;font-size:17px}.delivery-preview{background:var(--surface);border:1px solid var(--line);text-align:left;align-items:center;gap:20px;margin:46px 0 30px;padding:26px;display:flex}.delivery-preview__icon{width:48px;height:48px;color:var(--sage);background:var(--sage-soft);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.delivery-preview__mail{width:23px;height:23px}.delivery-preview__copy{min-width:0}.delivery-preview__label{color:var(--ink-faint);letter-spacing:.12em;text-transform:uppercase;margin:0 0 5px;font-size:10px;font-weight:750}.delivery-preview__title{font-family:var(--font-display);margin:0;font-size:22px;font-weight:400}.delivery-preview__body{color:var(--ink-soft);margin:5px 0 0;font-size:13px}.delivery-preview__edit{min-height:42px;color:var(--tomato-dark);text-underline-offset:3px;background:0 0;border:0;margin-left:auto;padding:8px 12px;text-decoration:underline}.success-page__actions{justify-content:center;align-items:center;gap:22px;display:flex}.success-page__support{color:var(--ink-faint);margin:36px 0 0;font-size:12px}.faq-main{width:min(100% - 48px,1120px);margin:0 auto;padding-bottom:110px}.faq-main__heading{max-width:850px;padding:96px 0 70px}.faq-main__title{font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(46px,6vw,76px);font-weight:400;line-height:1}.faq-main__summary{max-width:700px;color:var(--ink-soft);margin:24px 0 0;font-size:18px}.faq-list{border-top:1px solid var(--line-strong)}.faq-item__question{cursor:pointer;align-items:center;gap:24px;min-height:78px;padding:18px 0;list-style:none;display:flex}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question-text{font-family:var(--font-display);font-size:clamp(23px,3vw,31px)}.faq-item__toggle{border:1px solid var(--line-strong);width:38px;height:38px;transition:transform var(--duration-fast) var(--ease-out);border-radius:50%;flex:none;justify-content:center;align-items:center;margin-left:auto;display:flex}.faq-item[open] .faq-item__toggle{transform:rotate(45deg)}.faq-item__answer{max-width:760px;color:var(--ink-soft);margin:-4px 70px 28px 0}.privacy-promise{color:var(--paper);background:var(--sage);grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:82px;padding:38px;display:grid}.privacy-promise__icon{color:#e5c995;width:38px;height:38px}.privacy-promise__eyebrow{color:#e5c995;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:10px;font-weight:750}.privacy-promise__title{font-family:var(--font-display);margin:0;font-size:29px;font-weight:400}.privacy-promise__body{color:#f6f0e4b3;max-width:680px;margin:8px 0 0;font-size:13px}.privacy-promise__button{flex:none}.recipient-page{background:var(--paper);min-height:100svh}.recipient-header{border-bottom:1px solid var(--line);align-items:center;gap:22px;min-height:74px;padding:12px max(20px,50% - 620px);display:flex}.recipient-header__step{color:var(--ink-faint);margin-left:auto;font-size:12px}.recipient-header__help{min-width:48px;min-height:44px;color:var(--ink-soft);background:0 0;border:0;margin-left:auto;font-weight:650}.recipient-header__step+.recipient-header__help{margin-left:0}.recipient-welcome{text-align:center;flex-direction:column;align-items:center;width:min(100% - 40px,760px);min-height:calc(100svh - 74px);margin:0 auto;padding:68px 0 80px;display:flex}.recipient-welcome__gift-mark{width:64px;height:64px;color:var(--tomato-dark);background:#ead8c2;border-radius:50%;justify-content:center;align-items:center;display:flex}.recipient-welcome__gift-icon{width:29px;height:29px}.recipient-welcome__from{color:var(--tomato-dark);letter-spacing:.14em;text-transform:uppercase;margin:24px 0 13px;font-size:12px;font-weight:750}.recipient-welcome__title{font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(42px,7vw,68px);font-weight:400;line-height:1}.recipient-welcome__message{max-width:610px;color:var(--ink-soft);border-left:3px solid var(--gold);font-family:var(--font-display);text-align:left;background:#fffaf0b8;margin:34px auto 0;padding:26px 30px;font-size:20px;font-style:italic;line-height:1.45}.recipient-welcome__promise{color:var(--ink-soft);flex-wrap:wrap;justify-content:center;gap:10px 24px;margin-top:28px;font-size:13px;display:flex}.recipient-welcome__promise-item{padding-left:17px;position:relative}.recipient-welcome__promise-item:before{content:"";background:var(--sage);border-radius:50%;width:7px;height:7px;position:absolute;top:8px;left:0}.recipient-welcome__start{margin-top:34px}.recipient-welcome__learn{margin-top:20px}.recipient-welcome__details{background:var(--surface);border:1px solid var(--line);width:min(100%,560px);animation:details-open var(--duration-medium) var(--ease-out) both;text-align:left;margin-top:22px;padding:22px}@keyframes details-open{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.recipient-details__list{margin:0;padding-left:24px}.recipient-details__item{padding:5px 0}.recipient-welcome__privacy{max-width:540px;color:var(--ink-faint);margin:28px 0 0;font-size:12px}.choice-workspace{width:min(100% - 40px,1020px);margin:0 auto;padding:68px 0 90px}.choice-workspace__heading{max-width:800px}.choice-workspace__title,.mic-check__title,.processing-workspace__title,.recipient-home__title,.access-recovery__title{font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(41px,6vw,65px);font-weight:400;line-height:1}.choice-workspace__summary,.mic-check__summary,.processing-workspace__summary,.access-recovery__summary{max-width:700px;color:var(--ink-soft);margin:20px 0 0;font-size:17px}.recipe-starters{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:46px;display:grid}.recipe-starter{border-right:1px solid var(--line-strong);min-height:260px;transition:color var(--duration-fast) ease, background var(--duration-fast) ease;flex-direction:column;padding:28px;text-decoration:none;display:flex}.recipe-starter:last-child{border-right:0}.recipe-starter:hover,.recipe-starter--featured{color:var(--paper);background:var(--sage)}.recipe-starter__occasion{color:var(--tomato);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:750}.recipe-starter:hover .recipe-starter__occasion,.recipe-starter--featured .recipe-starter__occasion{color:#e7c998}.recipe-starter__title{font-family:var(--font-display);margin-top:30px;font-size:30px;font-weight:400;line-height:1.05}.recipe-starter__prompt{color:var(--ink-soft);margin-top:15px;font-size:13px}.recipe-starter:hover .recipe-starter__prompt,.recipe-starter--featured .recipe-starter__prompt{color:#f6f0e4b8}.recipe-starter__arrow{margin:auto 0 0 auto}.choice-workspace__own-recipe{grid-template-columns:minmax(0,1fr) auto;max-width:700px;margin-top:38px;display:grid}.choice-workspace__own-recipe .form-field__label{grid-column:1/-1}.choice-workspace__own-button{min-height:50px;margin-left:10px}.choice-workspace__surprise{margin-top:24px}.mic-check,.processing-workspace,.access-recovery{text-align:center;flex-direction:column;align-items:center;width:min(100% - 40px,720px);min-height:calc(100svh - 74px);margin:0 auto;padding:68px 0 80px;display:flex}.mic-check__icon-wrap,.access-recovery__icon{width:66px;height:66px;color:var(--tomato-dark);background:#e9d9c4;border-radius:50%;justify-content:center;align-items:center;display:flex}.mic-check__icon,.access-recovery__mail{width:30px;height:30px}.mic-check__kicker,.access-recovery__kicker{margin-top:25px}.mic-check__summary,.processing-workspace__summary,.access-recovery__summary{margin-left:auto;margin-right:auto}.mic-check__record{margin-top:34px}.mic-check__result{background:var(--surface);border:1px solid var(--line);width:min(100%,540px);animation:details-open var(--duration-medium) var(--ease-out) both;margin-top:28px;padding:22px}.mic-check__waveform{height:52px;color:var(--sage)}.mic-check__play{min-height:42px;margin-top:17px}.mic-check__heard{color:var(--success);margin:10px 0 0;font-size:12px;font-weight:700}.mic-check__continue{margin-top:18px}.mic-check__trouble{margin-top:22px}.processing-workspace__motion{width:min(100%,570px);height:116px;color:var(--tomato);grid-template-columns:1fr 70px 82px;align-items:center;gap:18px;display:grid}.processing-workspace__waveform{height:58px}.processing-workspace__line{background:var(--line-strong);height:1px}.processing-workspace__page{background:var(--surface);border:1px solid var(--line);height:104px;animation:page-settle 1.6s var(--ease-out) infinite alternate;flex-direction:column;justify-content:center;gap:10px;padding:14px;display:flex;box-shadow:0 12px 30px #302b231a}.processing-workspace__page-line{background:var(--line-strong);height:2px;display:block}@keyframes page-settle{0%{transform:translateY(3px)rotate(1.5deg)}to{transform:translateY(-3px)rotate(-.5deg)}}.processing-workspace__kicker{margin-top:28px}.processing-steps{border-top:1px solid var(--line);width:min(100%,560px);margin:32px 0;padding:0;list-style:none}.processing-steps__item{min-height:48px;color:var(--ink-faint);border-bottom:1px solid var(--line);text-align:left;align-items:center;gap:10px;padding:10px 0;font-size:13px;display:flex}.processing-steps__item--complete{color:var(--success)}.processing-steps__item--active{color:var(--ink);font-weight:650}.processing-steps__icon{width:16px;height:16px}.processing-steps__dot{background:var(--tomato);border-radius:50%;width:9px;height:9px;margin:0 4px;animation:1.3s ease-in-out infinite slow-pulse}@keyframes slow-pulse{50%{opacity:.3}}.processing-workspace__leave{margin-top:18px}.recipient-home{width:min(100% - 40px,980px);margin:0 auto;padding:64px 0 90px}.recipient-home__heading{max-width:760px}.recipient-next{min-height:340px;color:var(--paper);background:var(--sage);grid-template-columns:minmax(0,1fr) 260px;margin-top:46px;display:grid}.recipient-next__copy{padding:clamp(30px,5vw,62px)}.recipient-next__eyebrow{color:#e3c590;letter-spacing:.12em;text-transform:uppercase;margin:0 0 16px;font-size:10px;font-weight:750}.recipient-next__title{font-family:var(--font-display);margin:0;font-size:43px;font-weight:400;line-height:1}.recipient-next__body{color:#f6f0e4b8;max-width:490px;margin:16px 0 28px}.recipient-next__button{background:#e7c78d}.recipient-next__illustration{background:#495440;justify-content:center;align-items:center;padding:34px;display:flex}.recipient-next__pie{width:180px;height:180px;color:var(--tomato-dark);font-family:var(--font-display);text-align:center;background:#e8c68d;border:15px dotted #d29b5b;border-radius:50%;justify-content:center;align-items:center;font-size:22px;line-height:1.05;display:flex;transform:rotate(-5deg);box-shadow:0 18px 40px #1e1b1538}.recipient-recipes{margin-top:54px}.recipient-recipes__heading{border-bottom:1px solid var(--line-strong);align-items:baseline;gap:20px;padding-bottom:14px;display:flex}.recipient-recipes__title{font-family:var(--font-display);margin:0;font-size:31px;font-weight:400}.recipient-recipes__count{color:var(--ink-faint);margin-left:auto;font-size:11px}.recipient-recipe-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:15px;min-height:62px;text-decoration:none;display:grid}.recipient-recipe-row__name{font-family:var(--font-display);font-size:20px}.recipient-recipe-row__status{color:var(--ink-faint);font-size:11px;font-weight:650}.recipient-recipe-row__status--approved{color:var(--success)}.recipient-recipe-row__status--question{color:var(--warning)}.recipient-recipe-row__arrow{width:16px;height:16px;color:var(--ink-faint)}.recipient-home__actions{align-items:center;gap:24px;margin-top:32px;display:flex}.access-form{align-items:end;gap:10px;width:min(100%,540px);margin-top:34px;display:flex}.access-form__field{text-align:left;flex:auto;min-width:0}.access-form__submit{flex:none}.access-recovery__safety{max-width:520px;color:var(--ink-faint);margin:20px 0 0;font-size:11px}.access-recovery__help{margin-top:26px}.recording-workspace{grid-template-rows:auto minmax(300px,1fr) auto auto;grid-template-columns:minmax(0,1fr) 280px;gap:24px 58px;min-height:calc(100dvh - 74px);padding:48px max(24px,50% - 560px) 28px;display:grid}.recording-workspace__prompt{grid-column:1/-1;max-width:760px}.recording-workspace__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(39px,5vw,59px);font-weight:400;line-height:1.02}.recording-workspace__summary{max-width:620px;color:var(--ink-soft);margin:18px 0 0;font-size:17px}.recording-workspace__stage{flex-direction:column;justify-content:center;align-items:center;min-width:0;display:flex}.recording-workspace__waveform{width:min(100%,530px);height:88px;color:var(--tomato);margin-bottom:26px}.recording-workspace__status{margin:24px 0 0;font-size:15px;font-weight:650}.recording-workspace__timer{color:var(--ink-faint);font-variant-numeric:tabular-nums;margin:4px 0 0}.recording-prompts{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);align-self:center;padding:26px 0}.recording-prompts__label{color:var(--ink-faint);margin:0 0 13px;font-size:12px;font-weight:700}.recording-prompts__list{margin:0;padding-left:20px}.recording-prompts__item{font-family:var(--font-display);padding:5px 0;font-size:19px}.recording-workspace__actions{grid-column:1/-1;justify-content:center;align-items:center;gap:24px;display:flex}.recording-workspace__saved{color:var(--ink-faint);grid-column:1/-1;justify-content:center;align-items:center;gap:7px;margin:0;font-size:11px;display:flex}.recording-workspace__saved-icon{width:14px;height:14px}.questions-workspace{width:min(100% - 40px,920px);margin:0 auto;padding:64px 0 110px}.questions-workspace__heading{gap:22px;display:flex}.questions-workspace__guide-mark{width:52px;height:52px;color:var(--tomato-dark);background:#ead8c2;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.questions-workspace__guide-icon{width:26px;height:26px}.questions-workspace__heading-copy{min-width:0}.questions-workspace__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(36px,5vw,54px);font-weight:400;line-height:1.05}.questions-workspace__summary{color:var(--ink-soft);margin:18px 0 0}.clarification-form{border-top:1px solid var(--line-strong);margin-top:54px}.clarification-question{border:0;border-bottom:1px solid var(--line-strong);margin:0;padding:36px 0}.clarification-question__legend{width:100%;font-family:var(--font-display);align-items:flex-start;gap:14px;font-size:27px;line-height:1.2;display:flex}.clarification-question__number{width:30px;height:30px;color:var(--white);background:var(--sage);font-family:var(--font-body);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:750;display:inline-flex}.source-audio{width:100%;min-height:48px;color:var(--ink-soft);border:1px solid var(--line);border-radius:var(--radius-small);text-align:left;background:#fffaf0ad;align-items:center;gap:11px;margin:20px 0;padding:10px 13px;display:flex}.source-audio:hover{background:var(--surface)}.source-audio__icon{width:18px;height:18px;color:var(--tomato)}.source-audio__quote{min-width:0;font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;font-style:italic;overflow:hidden}.source-audio__time{color:var(--ink-faint);font-family:var(--font-body);margin-left:auto;font-size:11px;font-style:normal}.answer-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.answer-option{border:1px solid var(--line);border-radius:var(--radius-small);background:#fffaf08c;align-items:center;gap:11px;min-height:52px;padding:11px 14px;display:flex}.answer-option:has(.answer-option__input:checked){background:var(--surface);border-color:var(--sage);box-shadow:inset 0 0 0 1px var(--sage)}.answer-option__input{width:18px;height:18px;accent-color:var(--sage)}.answer-option__label{font-weight:600}.clarification-question__text-field{max-width:420px}.clarification-form__actions{align-items:center;gap:24px;padding-top:34px;display:flex}.recipe-preview{padding:80px 0 120px}.recipe-preview__header{align-items:flex-end;gap:50px;display:flex}.recipe-preview__heading{min-width:0}.recipe-preview__title{font-family:var(--font-display);letter-spacing:-.055em;margin:0;font-size:clamp(56px,8vw,104px);font-weight:400;line-height:.9}.recipe-preview__byline{color:var(--ink-soft);margin:20px 0 0}.recipe-preview__actions{align-items:center;gap:12px;margin-left:auto;display:flex}.recipe-preview__rule{background:var(--line-strong);height:1px;margin:44px 0 54px}.recipe-layout{grid-template-columns:210px minmax(260px,.72fr) minmax(360px,1.28fr);align-items:start;gap:58px;display:grid}.recipe-facts{margin:0}.recipe-facts__item{border-bottom:1px solid var(--line);padding:13px 0}.recipe-facts__label{color:var(--ink-faint);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:750}.recipe-facts__value{font-family:var(--font-display);margin:2px 0 0;font-size:20px}.recipe-memory{border-top:3px solid var(--tomato);margin:40px 0 0;padding:24px 0 0}.recipe-memory__quote{font-family:var(--font-display);margin:0;font-size:20px;font-style:italic;line-height:1.38}.recipe-memory__source{color:var(--ink-faint);margin-top:12px;font-size:11px;font-style:normal;display:block}.recipe-section-title{color:var(--tomato-dark);letter-spacing:.15em;text-transform:uppercase;margin:0 0 26px;font-size:12px;font-weight:800}.ingredient-list,.method-list{margin:0;padding:0;list-style:none}.ingredient-list{border-top:1px solid var(--line)}.ingredient-list__item{border-bottom:1px solid var(--line);font-family:var(--font-display);gap:13px;padding:12px 0;line-height:1.34;display:flex}.ingredient-list__amount{flex:0 0 72px;font-weight:600}.ingredient-list__name{min-width:0}.method-list__item{gap:20px;margin-bottom:24px;display:flex}.method-list__number{width:30px;height:30px;color:var(--paper);background:var(--sage);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:750;display:flex}.method-list__copy{font-family:var(--font-display);margin:1px 0 0;font-size:19px;line-height:1.48}.recipe-review-note{color:var(--ink);background:var(--sage-soft);border-left:4px solid var(--success);gap:18px;margin:74px 0 0 268px;padding:26px;display:flex}.recipe-review-note__icon{width:27px;height:27px;color:var(--success)}.recipe-review-note__title{font-family:var(--font-display);margin:0;font-size:24px;font-weight:400}.recipe-review-note__body{color:var(--ink-soft);margin:6px 0 0;font-size:14px}.product-shell{color:#292720;background:#f3f0e8;height:100dvh;display:flex;overflow:hidden}.product-sidebar{background:#e9e5db;border-right:1px solid #d5d0c4;flex-direction:column;flex:none;width:226px;padding:22px 16px 18px;display:flex}.product-sidebar>.brand-lockup{margin:0 8px 36px}.product-sidebar__nav{flex-direction:column;gap:3px;display:flex}.product-sidebar__link{color:#5d584f;border-radius:7px;align-items:center;gap:11px;min-height:43px;padding:9px 12px;font-size:14px;font-weight:590;text-decoration:none;display:flex}.product-sidebar__link:hover{color:var(--ink);background:#ffffff8a}.product-sidebar__link--active{color:var(--ink);background:#fdfbf5;box-shadow:0 1px 2px #302b2314}.product-sidebar__link-icon{width:18px;height:18px}.product-sidebar__book{border-top:1px solid #d2ccbf;align-items:center;gap:10px;margin-top:auto;padding:14px 8px 0;display:flex}.product-sidebar__avatar{width:34px;height:34px;color:var(--paper);background:var(--sage);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:750;display:flex}.product-sidebar__book-copy{flex-direction:column;min-width:0;display:flex}.product-sidebar__book-name{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.product-sidebar__book-meta{color:#787167;font-size:10px}.product-shell__main{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.product-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf8f2e6;border-bottom:1px solid #d8d3c8;flex:none;align-items:center;gap:20px;min-height:64px;padding:0 26px;display:flex}.product-topbar__identity,.product-topbar__actions{align-items:center;gap:12px;display:flex}.product-topbar__title{margin:0;font-size:14px;font-weight:650}.product-topbar__actions{margin-left:auto}.product-topbar__menu{background:0 0;border:0;align-items:center;gap:7px;min-height:44px;padding:8px;display:none}.product-topbar__menu-label{font-size:12px;font-weight:650}.product-topbar__help{color:#686259;background:0 0;border:0;min-height:42px;padding:8px 10px;font-size:12px;font-weight:650}.product-workspace{flex:auto;min-height:0;padding:42px clamp(24px,4vw,64px) 80px;overflow-y:auto}.project-overview{border-bottom:1px solid #d4cfc4;align-items:flex-end;gap:70px;padding-bottom:36px;display:flex}.project-overview__heading{flex:auto;min-width:0}.project-overview__eyebrow,.next-action__eyebrow,.chapter-preview__eyebrow{color:#776f63;letter-spacing:.11em;text-transform:uppercase;margin:0 0 8px;font-size:10px;font-weight:750}.project-overview__title{font-family:var(--font-display);letter-spacing:-.035em;margin:0;font-size:clamp(34px,4vw,49px);font-weight:400;line-height:1.06}.project-overview__summary{color:#666057;margin:12px 0 0;font-size:14px}.project-progress{flex:none;width:min(38%,360px)}.project-progress__value{align-items:baseline;gap:7px;display:flex}.project-progress__count{font-family:var(--font-display);font-size:43px;font-weight:400;line-height:1}.project-progress__total{color:#777067;font-size:12px}.project-progress__track{background:#dad5c9;border-radius:99px;height:7px;margin-top:13px;overflow:hidden}.project-progress__fill{background:var(--sage);border-radius:inherit;width:36%;height:100%;animation:progress-fill .9s var(--ease-out) both;display:block}@keyframes progress-fill{0%{width:0}to{width:36%}}.project-progress__labels{color:#777067;gap:18px;margin-top:7px;font-size:10px;display:flex}.project-progress__remaining{margin-left:auto}.next-action{border-bottom:1px solid #d4cfc4;align-items:center;gap:18px;margin-top:28px;padding:20px 0;display:flex}.next-action__marker{width:36px;height:36px;color:var(--white);background:var(--warning);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:750;display:flex}.next-action__copy{min-width:0}.next-action__title{margin:0;font-size:15px;font-weight:700}.next-action__body{color:#6c665d;margin:3px 0 0;font-size:12px}.next-action__button{flex:none;min-height:40px;margin-left:auto;padding:9px 14px;font-size:12px}.recipes-section{margin-top:44px}.recipes-section__heading{align-items:flex-end;gap:20px;display:flex}.recipes-section__title{font-family:var(--font-display);margin:0;font-size:31px;font-weight:400}.recipes-section__summary{color:#777067;margin:4px 0 0;font-size:11px}.recipes-section__add{margin-left:auto}.recipe-filters{border-bottom:1px solid #d4cfc4;gap:5px;margin-top:24px;display:flex}.recipe-filters__button{color:#716a61;background:0 0;border:0;min-height:40px;padding:8px 12px;font-size:11px;font-weight:650;position:relative}.recipe-filters__button--active{color:var(--ink)}.recipe-filters__button--active:after{content:"";background:var(--tomato);height:2px;position:absolute;bottom:-1px;left:8px;right:8px}.recipe-table{width:100%}.recipe-table__header,.recipe-row{grid-template-columns:minmax(280px,1fr) 150px 150px 30px;align-items:center;gap:18px;display:grid}.recipe-table__header{color:#837c73;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #d4cfc4;min-height:42px;font-size:10px;font-weight:700}.recipe-row{min-height:64px;color:inherit;transition:background var(--duration-fast) ease, padding var(--duration-fast) var(--ease-out);border-bottom:1px solid #ddd8ce;text-decoration:none}.recipe-row:hover{background:#ffffff8c;margin:0 -10px;padding:0 10px}.recipe-row__identity{flex-direction:column;min-width:0;display:flex}.recipe-row__title{font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:500;overflow:hidden}.recipe-row__meta,.recipe-row__owner{color:#777067;font-size:10px}.recipe-status{align-items:center;gap:5px;font-size:10px;font-weight:700;display:inline-flex}.recipe-status--approved{color:var(--success)}.recipe-status--needs-answer{color:var(--warning)}.recipe-status--processing{color:#5a6480}.recipe-status__icon{width:13px;height:13px}.recipe-row__open-icon{color:#958e83;width:16px;height:16px}.recipe-table__empty{color:#777067;text-align:center;padding:32px 0}.recipe-row[hidden]{display:none}.recipes-library__heading,.contributors-workspace__heading{border-bottom:1px solid #d4cfc4;align-items:flex-end;gap:28px;padding-bottom:34px;display:flex}.recipes-library__heading-copy,.contributors-workspace__heading-copy{min-width:0}.recipes-library__title,.contributors-workspace__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(38px,5vw,54px);font-weight:400;line-height:1}.recipes-library__summary,.contributors-workspace__summary{color:#6f695f;margin:12px 0 0;font-size:13px}.recipes-library__record,.contributors-workspace__invite{flex:none;margin-left:auto}.recipe-search{flex-direction:column;gap:7px;margin-top:28px;display:flex}.recipe-search__label{color:#746d63;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:750}.recipe-search__input{width:min(100%,560px);min-height:46px;color:var(--ink);background:#ffffff94;border:1px solid #cdc7bc;border-radius:7px;padding:10px 14px}.recipe-table--library{margin-top:8px}.contributors-list{border-top:1px solid #d4cfc4;margin-top:30px}.contributor-row{border-bottom:1px solid #d4cfc4;grid-template-columns:42px minmax(180px,.7fr) minmax(240px,1fr) auto;align-items:center;gap:16px;min-height:78px;padding:13px 0;display:grid}.contributor-row__avatar{width:38px;height:38px;color:var(--white);background:var(--sage);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:750;display:flex}.contributor-row__identity{min-width:0}.contributor-row__role,.contributor-row__meta{color:#746d63;margin:2px 0 0;font-size:10px}.contributor-row__manage{min-width:68px;min-height:38px;color:var(--ink);background:0 0;border:1px solid #c9c3b7;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:650}.reminder-preferences{border-left:4px solid var(--sage);background:#e3e5da;align-items:center;gap:30px;margin-top:48px;padding:28px;display:flex}.reminder-preferences__copy{min-width:0}.reminder-preferences__title{font-family:var(--font-display);margin:0;font-size:25px;font-weight:400}.reminder-preferences__body{color:#625e55;margin:6px 0 0;font-size:12px}.reminder-preferences__button{flex:none;min-height:42px;margin-left:auto;padding:9px 14px;font-size:11px}.family-help__heading,.print-check__heading{border-bottom:1px solid #d4cfc4;align-items:flex-end;gap:30px;padding-bottom:34px;display:flex}.family-help__heading-copy,.print-check__heading-copy{min-width:0}.family-help__title,.print-check__title,.export-workspace__title,.settings-workspace__title{max-width:780px;font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(37px,5vw,54px);font-weight:400;line-height:1.02}.family-help__summary,.print-check__summary,.export-workspace__summary{color:#6e675e;max-width:730px;margin:12px 0 0;font-size:13px}.family-help__back{flex:none;margin-left:auto}.family-help-item{background:#fffdf8;border:1px solid #d5d0c4;max-width:800px;margin-top:44px;padding:34px}.family-help-item__context{color:#746d63;align-items:center;gap:12px;font-size:10px;display:flex}.family-help-item__recipe{color:var(--tomato-dark);letter-spacing:.08em;text-transform:uppercase;font-weight:750}.family-help-item__title{font-family:var(--font-display);margin:24px 0 0;font-size:34px;font-weight:400;line-height:1.1}.family-help-item__body{color:#676158;max-width:660px;margin:14px 0 0}.family-help-item__actions{gap:12px;margin-top:28px;display:flex}.family-help-boundary{border-left:4px solid var(--sage);background:#e5e6da;max-width:800px;margin-top:26px;padding:24px 28px}.family-help-boundary__title{font-family:var(--font-display);margin:0;font-size:22px;font-weight:400}.family-help-boundary__body{color:#666158;margin:6px 0 0;font-size:12px}.print-check__score{color:var(--warning);font-family:var(--font-display);flex:none;margin-left:auto;font-size:29px}.print-check-list{border-top:1px solid #d4cfc4;margin-top:24px}.print-check-row{border-bottom:1px solid #d4cfc4;align-items:center;gap:16px;min-height:72px;padding:14px 0;display:flex}.print-check-row__mark{border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.print-check-row--pass .print-check-row__mark{color:var(--success);background:#e0e6dc}.print-check-row--warning .print-check-row__mark,.print-check-row--choice .print-check-row__mark{color:var(--warning);background:#eee1ce}.print-check-row__icon{width:17px;height:17px}.print-check-row__copy{min-width:0}.print-check-row__title{margin:0;font-size:13px}.print-check-row__meta{color:#746e64;margin:3px 0 0;font-size:10px}.print-check-row__action{min-height:38px;color:var(--tomato-dark);background:0 0;border:1px solid #c9c3b7;border-radius:999px;margin-left:auto;padding:7px 12px;font-size:10px;font-weight:650}.print-check__actions{align-items:center;gap:24px;margin-top:34px;display:flex}.export-workspace{text-align:center;max-width:940px;margin:0 auto;padding-top:30px}.export-workspace__ready{width:62px;height:62px;color:var(--white);background:var(--success);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 22px;display:flex}.export-workspace__ready-icon{width:28px;height:28px}.export-workspace__title,.export-workspace__summary{margin-left:auto;margin-right:auto}.export-options{border-top:1px solid #d4cfc4;margin-top:44px}.export-option{text-align:left;border-bottom:1px solid #d4cfc4;align-items:center;gap:18px;min-height:86px;padding:16px 0;display:flex}.export-option__icon{width:42px;height:42px;color:var(--sage);background:#e0e3d8;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.export-option__icon-svg{width:20px;height:20px}.export-option__copy{min-width:0}.export-option__title{font-family:var(--font-display);margin:0;font-size:21px;font-weight:500}.export-option__meta{color:#746e64;margin:2px 0 0;font-size:10px}.export-option__button{min-height:42px;margin-left:auto;padding:9px 14px;font-size:10px}.printer-guide{color:var(--paper);background:var(--sage);text-align:left;align-items:center;gap:26px;margin-top:44px;padding:27px;display:flex}.printer-guide__copy{min-width:0}.printer-guide__title{font-family:var(--font-display);margin:0;font-size:24px;font-weight:400}.printer-guide__body{color:#f6f0e4b3;margin:5px 0 0;font-size:11px}.printer-guide__button{color:var(--paper);flex:none;margin-left:auto}.settings-workspace{max-width:940px}.settings-workspace__heading{border-bottom:1px solid #d4cfc4;padding-bottom:34px}.settings-sections{border-top:1px solid #d4cfc4}.settings-section{border-bottom:1px solid #d4cfc4;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px;min-height:106px;padding:24px 0;display:grid}.settings-section__copy{min-width:0}.settings-section__title{font-family:var(--font-display);margin:0;font-size:22px;font-weight:500}.settings-section__body{color:#716a61;max-width:670px;margin:5px 0 0;font-size:11px}.settings-section__action{background:0 0;border:1px solid #c9c3b7;border-radius:999px;min-width:96px;min-height:40px;padding:8px 12px;font-size:10px;font-weight:650}.settings-section--danger{color:var(--danger);border-top:1px solid #d4bdb7;border-bottom-color:#d4bdb7;margin-top:32px}.settings-section__action--danger{color:var(--danger);border-color:#c99e95}.chapter-preview{color:#f3efe6;background:var(--sage);align-items:center;gap:50px;margin-top:58px;padding:36px;display:flex}.chapter-preview__copy{min-width:0}.chapter-preview__eyebrow{color:#d8c7a9}.chapter-preview__title{font-family:var(--font-display);margin:0;font-size:33px;font-weight:400}.chapter-preview__body{color:#f3efe6b8;max-width:540px;margin:8px 0 20px;font-size:12px}.chapter-preview__link{color:#f3efe6}.chapter-preview__pages{flex:none;width:150px;height:112px;margin-left:auto;position:relative}.chapter-preview__page{color:var(--ink);background:var(--surface);font-family:var(--font-display);text-align:center;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex;position:absolute;inset:0;box-shadow:0 16px 26px #19171338}.chapter-preview__page--back{transform:rotate(7deg)}.chapter-preview__page--front{transform:rotate(-3deg)}.book-studio{grid-template-columns:220px minmax(420px,1fr) 280px;gap:26px;min-height:calc(100dvh - 148px);display:grid}.book-studio__chapters,.book-studio__inspector{min-width:0}.book-studio__panel-heading{border-bottom:1px solid #d5d0c4;align-items:center;gap:12px;min-height:32px;display:flex}.book-studio__panel-label{color:#746d63;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:10px;font-weight:750}.book-studio__panel-action{min-height:30px;color:var(--tomato-dark);background:0 0;border:0;margin-left:auto;padding:4px;font-size:10px}.chapter-list{margin:10px 0;padding:0;list-style:none}.chapter-list__item{color:#686158;border-radius:6px;align-items:center;gap:9px;min-height:48px;padding:8px;display:flex}.chapter-list__item--active{color:var(--ink);background:#fffdf8;box-shadow:0 1px 2px #302b2314}.chapter-list__handle{color:#aca59a;letter-spacing:-2px}.chapter-list__copy{flex-direction:column;min-width:0;display:flex}.chapter-list__title{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.chapter-list__meta{color:#8a8379;font-size:9px}.book-studio__add-chapter{color:#716a61;background:0 0;border:0;min-height:40px;padding:8px;font-size:11px}.book-canvas{background:#dedbd3;border:1px solid #d2cdc2;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:650px;padding:18px;display:flex}.book-canvas__toolbar{justify-content:center;align-items:center;gap:20px;width:min(100%,470px);margin-bottom:15px;display:flex}.book-canvas__page-button,.book-canvas__zoom-button{color:#5d574e;background:#ffffffa3;border:1px solid #c9c4b9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.book-canvas__page-icon{width:16px;height:16px}.book-canvas__page-count,.book-canvas__zoom-value{color:#69635a;font-variant-numeric:tabular-nums;font-size:10px}.book-cover{aspect-ratio:.8;width:min(100%,430px);box-shadow:var(--shadow-book);text-align:center;transition:color var(--duration-medium) ease, background var(--duration-medium) ease, transform var(--duration-medium) var(--ease-out);border:9px solid #f5edde;flex-direction:column;justify-content:center;align-items:center;padding:58px;display:flex}.book-cover:hover{transform:translateY(-3px)rotateY(-1deg)}.book-cover--garden{color:#f7efe1;background:#53604a}.book-cover--tomato{color:#fff4df;background:#9e402f}.book-cover--ink{color:#e7cf9a;background:#2d2b27}.book-cover__rule{background:currentColor;width:70px;height:1px;margin-bottom:52px}.book-cover__family{letter-spacing:.16em;text-transform:uppercase;margin:0 0 22px;font-size:10px;font-weight:750}.book-cover__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(38px,4vw,57px);font-weight:400;line-height:.98}.book-cover__subtitle{font-family:var(--font-display);margin:24px 0 0;font-size:15px;font-style:italic}.book-cover__year{font-family:var(--font-display);margin-top:58px;font-size:13px}.book-canvas__zoom{align-items:center;gap:10px;margin-top:16px;display:flex}.book-canvas__zoom-button{width:30px;height:30px}.cover-style-list{border-bottom:1px solid #d5d0c4;padding:10px 0 18px}.cover-style{text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:10px;width:100%;min-height:52px;padding:7px;display:flex}.cover-style:hover,.cover-style--selected{background:#fffdf8;border-color:#d5d0c4}.cover-style__swatch{border:3px solid #eee6d9;flex:none;width:34px;height:38px}.cover-style__swatch--garden{background:var(--sage)}.cover-style__swatch--tomato{background:#9e402f}.cover-style__swatch--ink{background:#2d2b27}.cover-style__copy{flex-direction:column;min-width:0;display:flex}.cover-style__name{font-size:10px}.cover-style__meta{color:#888176;font-size:9px}.cover-style__check{width:15px;height:15px;color:var(--success);margin-left:auto}.book-studio__title-field{margin-top:18px}.print-readiness{border-top:1px solid #d5d0c4;margin-top:24px;padding-top:18px}.print-readiness__heading{align-items:baseline;gap:10px;display:flex}.print-readiness__title{font-size:11px;font-weight:700}.print-readiness__score{color:#706a60;margin-left:auto;font-size:9px}.print-readiness__list{margin:12px 0 0;padding:0;list-style:none}.print-readiness__item{align-items:center;gap:7px;min-height:28px;font-size:9px;display:flex}.print-readiness__item--pass{color:var(--success)}.print-readiness__item--warning{color:var(--warning)}.print-readiness__icon{width:14px;height:14px}.book-studio__generate{width:100%;min-height:44px;margin-top:20px;padding:10px 12px;font-size:10px}.book-studio__export-note{color:#827b71;text-align:center;margin:8px 0 0;font-size:9px}.prototype-map{padding-bottom:120px}.prototype-map__code{background:#e8dfd0;border-radius:4px;padding:2px 5px;font-size:.9em}.prototype-map__groups{border-top:1px solid var(--line-strong);grid-template-columns:repeat(3,minmax(0,1fr));gap:54px;padding:50px 0 80px;display:grid}.prototype-group__title{color:var(--tomato-dark);letter-spacing:.13em;text-transform:uppercase;margin:0 0 24px;font-size:11px;font-weight:800}.prototype-group__list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.prototype-group__item{border-bottom:1px solid var(--line)}.prototype-group__link{align-items:center;gap:13px;min-height:56px;padding:10px 0;text-decoration:none;display:flex}.prototype-group__link:hover .prototype-group__label{color:var(--tomato-dark)}.prototype-group__number{color:var(--ink-faint);font-family:var(--font-display);font-size:13px}.prototype-group__label{font-family:var(--font-display);transition:color var(--duration-fast) ease;font-size:20px}.prototype-group__arrow{width:17px;height:17px;color:var(--ink-faint);margin-left:auto}.prototype-map__note{border-left:4px solid var(--sage);background:#e9dfcf;max-width:800px;padding:32px}.prototype-map__note-title{font-family:var(--font-display);margin:0;font-size:26px;font-weight:400}.prototype-map__note-copy{color:var(--ink-soft);margin:9px 0 0}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100svh - 76px);padding:60px 24px;display:flex}.not-found__code{color:var(--tomato);letter-spacing:.15em;margin:0;font-size:12px;font-weight:800}.not-found__title{max-width:700px;font-family:var(--font-display);margin:16px 0 30px;font-size:53px;font-weight:400;line-height:1.05}.prototype-toast{z-index:200;right:20px;bottom:max(20px, env(safe-area-inset-bottom));max-width:min(420px,100% - 40px);color:var(--white);border-radius:var(--radius-small);opacity:0;transition:opacity .2s ease, transform .22s var(--ease-out);background:#26231d;border:1px solid #ffffff24;padding:13px 17px;position:fixed;transform:translateY(12px);box-shadow:0 18px 48px #1f1b153d}.prototype-toast--visible{opacity:1;transform:translateY(0)}.prototype-toast__message{font-size:12px}.recipe-preview__header{align-items:center}.recipe-preview__heading{max-width:780px}.recipe-preview__title{font-size:clamp(48px,6.4vw,84px);line-height:.96}.recipe-book-showcase{filter:drop-shadow(0 34px 35px #342a1e33);isolation:isolate;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:58px;display:grid;position:relative}.recipe-book-page{aspect-ratio:.78;border:1px solid #d7cbb8;min-width:0;position:relative;overflow:hidden}.recipe-book-page--photograph{color:#fff9ed;transform-origin:100%;background:#352d23;transform:rotateY(2.5deg)}.recipe-book-page--instructions{color:#292219;transform-origin:0;background-color:#fffaf0;background-image:radial-gradient(#70583614 .55px,#0000 .7px);background-size:6px 6px;padding:clamp(30px,4vw,62px);transform:rotateY(-2.5deg);box-shadow:inset 22px 0 30px -32px #241b11e6}.recipe-book-page__hero-image{object-fit:cover;width:100%;height:100%}.recipe-book-page__image-shade{background:linear-gradient(#0000 35%,#1c150f2e 52%,#18120de8 100%);position:absolute;inset:0}.recipe-book-page__story-block{z-index:1;position:absolute;bottom:clamp(36px,5vw,72px);left:clamp(28px,4vw,62px);right:clamp(28px,4vw,62px)}.recipe-book-page__chapter{color:var(--tomato);letter-spacing:.18em;text-transform:uppercase;margin:0 0 12px;font-size:9px;font-weight:800}.recipe-book-page--photograph .recipe-book-page__chapter{color:#efc88c}.recipe-book-page__dish-title,.recipe-book-page__recipe-title{font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-weight:400;line-height:.94}.recipe-book-page__dish-title{max-width:440px;font-size:clamp(42px,5.4vw,76px)}.recipe-book-page__recipe-title{font-size:clamp(31px,3.4vw,50px)}.recipe-book-page__attribution{color:#fff9edbd;letter-spacing:.05em;text-transform:uppercase;margin:12px 0 0;font-size:11px}.recipe-book-page__memory{max-width:420px;font-family:var(--font-display);border-top:1px solid #fff9ed6b;margin:clamp(24px,4vw,44px) 0 0;padding-top:18px;font-size:clamp(17px,1.8vw,25px);font-style:italic;line-height:1.3}.recipe-book-page__recipe-heading{border-bottom:1px solid #c9bba6;align-items:flex-end;gap:26px;padding-bottom:clamp(20px,2.7vw,34px);display:flex}.recipe-book-page__recipe-heading-copy{min-width:0}.recipe-book-facts{gap:17px;margin:0 0 0 auto;display:flex}.recipe-book-facts__item{min-width:47px}.recipe-book-facts__label{color:#8b7760;letter-spacing:.12em;text-transform:uppercase;font-size:7px;font-weight:750}.recipe-book-facts__value{font-family:var(--font-display);white-space:nowrap;margin:2px 0 0;font-size:clamp(11px,1.2vw,15px)}.recipe-book-page__recipe-columns{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(24px,3.6vw,48px);padding-top:clamp(22px,3vw,38px);display:grid}.recipe-book-section-title{color:var(--tomato-dark);letter-spacing:.16em;text-transform:uppercase;margin:0 0 15px;font-size:8px;font-weight:800}.recipe-book-ingredients,.recipe-book-method{margin:0;padding:0;list-style:none}.recipe-book-ingredients{border-top:1px solid #dfd3c1}.recipe-book-ingredients__item{font-family:var(--font-display);border-bottom:1px solid #e2d8c8;gap:8px;padding:clamp(6px,.8vw,10px) 0;font-size:clamp(9px,1vw,13px);line-height:1.25;display:flex}.recipe-book-ingredients__amount{color:#6d5039;flex:0 0 clamp(40px,4.5vw,62px)}.recipe-book-ingredients__name{min-width:0}.recipe-book-method__item{grid-template-columns:21px minmax(0,1fr);gap:9px;margin-bottom:clamp(9px,1.2vw,16px);display:grid}.recipe-book-method__number{color:#fffaf0;background:var(--sage);border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;font-size:7px;font-weight:750;display:flex}.recipe-book-method__copy{font-family:var(--font-display);margin:0;font-size:clamp(9px,1.05vw,13.5px);line-height:1.42}.recipe-book-tip{border-top:3px solid var(--tomato);margin-top:clamp(18px,2vw,27px);padding:14px 0 0}.recipe-book-tip__label{color:var(--tomato-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 5px;font-size:7px;font-weight:800}.recipe-book-tip__copy{font-family:var(--font-display);margin:0;font-size:clamp(9px,1vw,13px);font-style:italic;line-height:1.4}.recipe-book-page__folio{z-index:2;font-family:var(--font-display);font-size:9px;position:absolute;bottom:17px}.recipe-book-page__folio--left{color:#fff9edad;left:24px}.recipe-book-page__folio--right{color:#877765;right:24px}.recipe-book-showcase__binding{z-index:3;pointer-events:none;background:linear-gradient(90deg,#20181133,#ffffff6b 48%,#20181124);width:24px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.recipe-image-promise{border-bottom:1px solid var(--line-strong);align-items:center;gap:50px;padding:58px 0;display:flex}.recipe-image-promise__copy{min-width:0}.recipe-image-promise__title{max-width:850px;font-family:var(--font-display);letter-spacing:-.035em;margin:0;font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.06}.recipe-image-promise__body{max-width:760px;color:var(--ink-soft);margin:16px 0 0}.recipe-image-promise__action{flex:none}.recipe-review-note{margin-left:0}.photo-workspace{max-width:1240px}.photo-workspace__heading{border-bottom:1px solid #d4cfc4;align-items:flex-end;gap:40px;padding-bottom:32px;display:flex}.photo-workspace__heading-copy{min-width:0}.photo-workspace__title{max-width:820px;font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(38px,4.5vw,59px);font-weight:400;line-height:1.02}.photo-workspace__summary{color:#716a61;max-width:760px;margin:14px 0 0;font-size:14px}.photo-workspace__book-link{flex:none;margin-left:auto}.photo-workspace__editor{grid-template-columns:minmax(460px,1.35fr) minmax(320px,.65fr);gap:clamp(30px,5vw,74px);padding-top:38px;display:grid}.photo-preview{min-width:0}.photo-preview__frame{aspect-ratio:3/2;background:#d9d4ca;position:relative;overflow:hidden;box-shadow:0 22px 58px #27211929}.photo-preview__image{object-fit:cover;width:100%;height:100%;transition:filter var(--duration-medium) ease, transform var(--duration-medium) var(--ease-out)}.photo-preview__empty{color:#777064;text-align:center;background:#e4e0d6;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;height:100%;padding:30px;display:flex}.photo-preview__empty-icon{width:48px;height:48px;color:var(--sage);background:#fffdf8b8;border-radius:50%;justify-content:center;align-items:center;display:flex}.photo-preview__empty-icon-svg{width:23px;height:23px}.photo-preview__empty-title{color:var(--ink);font-family:var(--font-display);margin-top:5px;font-size:21px}.photo-preview__empty-copy{max-width:320px;font-size:10px}.photo-preview__frame--editorial .photo-preview__image{filter:saturate(.93)contrast(1.04)brightness(1.02)}.photo-preview__frame--restore .photo-preview__image{filter:sepia(.06)saturate(.88)contrast(1.06)brightness(1.06)}.photo-preview__frame--background .photo-preview__image{filter:saturate(.9)contrast(1.08);transform:scale(1.035)}.photo-preview__frame--natural .photo-preview__image{filter:none}.photo-preview__source{color:#fffdf8;letter-spacing:.04em;background:#1d1914c2;border-radius:4px;padding:7px 10px;font-size:9px;position:absolute;bottom:14px;right:14px}.photo-preview__caption{align-items:center;gap:24px;padding-top:18px;display:flex}.photo-preview__caption-copy{flex-direction:column;min-width:0;display:flex}.photo-preview__recipe{font-family:var(--font-display);font-size:22px;font-weight:500}.photo-preview__credit{color:#7c756b;font-size:10px}.photo-preview__approve{flex:none;margin-left:auto}.photo-preview__approve:disabled{cursor:not-allowed;opacity:.45}.photo-tools{min-width:0}.photo-source-tabs{border-bottom:1px solid #cbc5ba;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.photo-source-tabs__button{color:#766f65;background:0 0;border:0;border-bottom:3px solid #0000;min-height:46px;padding:10px 8px;font-size:11px;font-weight:700}.photo-source-tabs__button--active{color:var(--ink);border-bottom-color:var(--tomato)}.photo-upload-panel,.photo-generation-panel{padding-top:24px}.photo-tools__title{font-family:var(--font-display);margin:0;font-size:27px;font-weight:500}.photo-tools__body{color:#736d63;margin:7px 0 18px;font-size:11px}.photo-upload-control{cursor:pointer;background:#fffdf87a;border:1px dashed #aaa296;justify-content:center;align-items:center;min-height:116px;padding:18px;display:flex}.photo-upload-control:hover{border-color:var(--sage);background:#fffdf8}.photo-upload-control__input{opacity:0;width:1px;height:1px;position:absolute}.photo-upload-control:has(.photo-upload-control__input:focus-visible){outline-offset:3px;outline:3px solid #2f75c0}.photo-upload-control__content{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.photo-upload-control__icon{width:22px;height:22px;color:var(--tomato-dark);margin-bottom:5px}.photo-upload-control__label{font-size:11px;font-weight:700}.photo-upload-control__hint{color:#817a70;font-size:9px}.photo-treatment-list{border-top:1px solid #d4cfc4;margin-top:18px}.photo-treatment{text-align:left;background:0 0;border:0;border-bottom:1px solid #d4cfc4;align-items:center;gap:11px;width:100%;min-height:58px;padding:10px 2px;display:flex}.photo-treatment--selected{color:var(--tomato-dark)}.photo-treatment__mark{width:30px;height:30px;color:var(--sage);background:#e2e4dc;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.photo-treatment__icon,.photo-treatment__check{width:14px;height:14px}.photo-treatment__copy{flex-direction:column;min-width:0;display:flex}.photo-treatment__name{font-size:11px}.photo-treatment__description{color:#7c756b;font-size:9px}.photo-treatment__check{color:var(--success);margin-left:auto}.photo-generation-brief{border-top:1px solid #d4cfc4;margin:20px 0}.photo-generation-brief__item{border-bottom:1px solid #d4cfc4;grid-template-columns:85px minmax(0,1fr);gap:13px;padding:11px 0;display:grid}.photo-generation-brief__label{color:#817a70;text-transform:uppercase;font-size:9px;font-weight:700}.photo-generation-brief__value{font-family:var(--font-display);margin:0;font-size:13px}.photo-generation-panel__button{width:100%}.photo-generation-panel__notice{color:#7c756b;margin:12px 0 0;font-size:9px;line-height:1.45}.photo-safety-note{border-top:1px solid #d4cfc4;gap:11px;margin-top:24px;padding-top:18px;display:flex}.photo-safety-note__icon{width:18px;height:18px;color:var(--success);flex:none}.photo-safety-note__title{margin:0;font-size:10px}.photo-safety-note__body{color:#7c756b;margin:3px 0 0;font-size:9px}.chapter-list__button{width:100%;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:0;display:flex}.book-studio-spread{filter:drop-shadow(0 22px 22px #2b241c38);grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,680px);display:grid;position:relative}.book-studio-page{aspect-ratio:.78;border:1px solid #d6c9b5;position:relative;overflow:hidden}.book-studio-page--photo{color:#fffaf0;background:#30291f}.book-studio-page--recipe{color:#292219;background:#fffaf0;padding:clamp(18px,2.4vw,32px);box-shadow:inset 18px 0 25px -27px #231b12e6}.book-studio-page__image,.book-page__image{object-fit:cover;width:100%;height:100%}.book-studio-page__shade{background:linear-gradient(#0000 38%,#1a130de6);position:absolute;inset:0}.book-studio-page__overlay{z-index:1;position:absolute;bottom:34px;left:26px;right:26px}.book-studio-page__chapter{color:var(--tomato);letter-spacing:.16em;text-transform:uppercase;margin:0 0 7px;font-size:6px;font-weight:800}.book-studio-page--photo .book-studio-page__chapter{color:#efc88c}.book-studio-page__title,.book-studio-page__recipe-title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-weight:400;line-height:.98}.book-studio-page__title{font-size:clamp(25px,3.2vw,42px)}.book-studio-page__recipe-title{font-size:clamp(23px,2.7vw,34px)}.book-studio-page__byline{color:#fffaf0bd;letter-spacing:.06em;text-transform:uppercase;margin:7px 0 0;font-size:6px}.book-studio-page__quote{font-family:var(--font-display);border-top:1px solid #fffaf066;margin:16px 0 0;padding-top:12px;font-size:clamp(10px,1.2vw,15px);font-style:italic}.book-studio-facts{border-top:1px solid #d3c6b3;border-bottom:1px solid #d3c6b3;gap:20px;margin:16px 0 14px;padding:10px 0;display:flex}.book-studio-facts__item{align-items:baseline;gap:5px;display:flex}.book-studio-facts__label{color:#847461;letter-spacing:.1em;text-transform:uppercase;font-size:5px;font-weight:800}.book-studio-facts__value{font-family:var(--font-display);margin:0;font-size:9px}.book-studio-page__columns{grid-template-columns:.85fr 1.15fr;gap:15px;display:grid}.book-studio-page__section-title{color:var(--tomato-dark);letter-spacing:.13em;text-transform:uppercase;margin:0 0 8px;font-size:6px}.book-studio-page__small-copy{font-family:var(--font-display);margin:0;font-size:clamp(6px,.72vw,9px);line-height:1.8}.book-studio-page__amount,.book-studio-page__step{color:#755238}.book-studio-page__tip{color:var(--tomato-dark);border-top:2px solid var(--tomato);font-family:var(--font-display);margin-top:15px;padding-top:10px;font-size:clamp(7px,.8vw,10px);font-style:italic}.book-studio-page__folio{font-family:var(--font-display);font-size:6px;position:absolute;bottom:11px;right:14px}.book-studio-page--photo .book-studio-page__folio{color:#fffaf0b3;left:14px;right:auto}.book-page-inspector{border-bottom:1px solid #d5d0c4;grid-template-columns:48px minmax(0,1fr);gap:10px;padding:14px 0 18px;display:grid}.book-page-inspector__thumbnail{object-fit:cover;grid-row:1/span 2;width:48px;height:58px}.book-page-inspector__copy{min-width:0}.book-page-inspector__title{margin:0;font-size:10px}.book-page-inspector__meta{color:#817a70;margin:2px 0 0;font-size:8px}.book-page-inspector__action{color:var(--tomato-dark);font-size:9px;font-weight:700}.book-page-inspector__layout{border-bottom:1px solid #d5d0c4;padding:18px 0}.book-page-inspector__layout-title{margin:0;font-size:10px}.book-page-inspector__layout-copy{color:#817a70;margin:5px 0 0;font-size:9px}.book-page__photograph{height:46%;margin:calc(-1*clamp(24px,3vw,48px)) calc(-1*clamp(24px,3vw,48px)) clamp(22px,3vw,34px);overflow:hidden}.book-page__caption{color:#fffaf0;background:#211b14b8;padding:4px 7px;font-size:6px;position:absolute;bottom:9px;right:12px}@media (max-width:1100px){.marketing-nav{gap:18px}.transformation-story{grid-template-columns:repeat(2,minmax(0,1fr))}.transformation-story__result{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:.45fr .55fr;gap:40px;min-height:auto;display:grid}.transformation-story__result .recipe-slip{margin-top:0}.home-book{grid-template-columns:minmax(280px,.8fr) minmax(430px,1.2fr);gap:5vw}.journey-stage{grid-template-columns:60px minmax(260px,1fr) minmax(280px,.7fr);gap:28px}.pricing-plan{padding:32px 26px}.gift-checkout__layout{grid-template-columns:minmax(0,1fr) 320px;gap:52px}.recipe-layout{grid-template-columns:180px minmax(250px,.72fr) minmax(330px,1.28fr);gap:36px}.book-studio{grid-template-columns:180px minmax(370px,1fr) 240px;gap:18px}.photo-workspace__editor{grid-template-columns:minmax(390px,1.15fr) minmax(280px,.85fr);gap:34px}}@media (max-width:860px){.marketing-header__inner{width:min(100% - 32px,1360px)}.marketing-nav,.marketing-header__gift{display:none}.marketing-header__menu-button{margin-left:auto;display:flex}.home-hero__content{width:min(100% - 40px,1360px)}.home-hero__image-plane{background-position:62%}.home-hero__shade{background:linear-gradient(90deg,#191812eb,#19181294 70%,#19181247),linear-gradient(#0000 55%,#100e0aa8)}.home-process,.marketing-footer{padding-left:24px;padding-right:24px}.process-step__copy{flex-direction:column;gap:10px}.process-step__body{margin-left:0}.home-book{grid-template-columns:1fr;gap:70px}.home-book__copy{max-width:680px}.home-offer{grid-template-columns:1fr;gap:50px}.journey-stage{grid-template-columns:46px 1fr}.journey-stage__artifact{grid-column:2;min-height:210px}.pricing-plans{grid-template-columns:1fr}.pricing-plan{border-right:0;border-bottom:1px solid var(--line-strong);grid-template-columns:1fr 1fr;align-items:end;gap:10px 30px;display:grid}.pricing-plan:last-child{border-bottom:0}.pricing-plan--featured{transform:none}.pricing-plan__heading,.pricing-plan__price,.pricing-plan__term,.pricing-plan__recipes,.pricing-plan__summary{margin:0}.pricing-plan__summary{min-height:0}.pricing-plan__select{grid-column:2}.gift-checkout__layout{grid-template-columns:1fr}.gift-summary{grid-template-columns:220px 1fr;gap:0 28px;display:grid;position:static}.gift-summary__eyebrow,.gift-summary__book{grid-row:span 6}.gift-summary__eyebrow{display:none}.gift-summary__line{margin-top:0}.recording-workspace{grid-template-rows:auto minmax(300px,1fr) auto auto auto;grid-template-columns:1fr}.recording-workspace__prompt,.recording-workspace__actions,.recording-workspace__saved{grid-column:1}.recording-prompts{justify-self:center;max-width:520px}.recipe-preview__header{flex-direction:column;align-items:flex-start}.recipe-preview__actions{margin-left:0}.recipe-layout{grid-template-columns:minmax(200px,.6fr) minmax(360px,1.4fr)}.recipe-layout__facts{grid-area:1/1/span 2}.recipe-layout__ingredients,.recipe-layout__method{grid-column:2}.recipe-review-note{margin-left:0}.recipe-book-page--instructions{padding:28px}.recipe-book-page__recipe-heading{flex-direction:column;align-items:flex-start;gap:14px}.recipe-book-facts{margin-left:0}.photo-workspace__heading{flex-direction:column;align-items:flex-start;gap:20px}.photo-workspace__book-link{margin-left:0}.photo-workspace__editor{grid-template-columns:1fr}.photo-tools{max-width:660px}.product-sidebar{z-index:40;visibility:hidden;pointer-events:none;transition:transform .26s var(--ease-out);position:fixed;inset:0 auto 0 0;transform:translate(-102%);box-shadow:12px 0 38px #25221d29}.product-shell--menu-open .product-sidebar{visibility:visible;pointer-events:auto;transform:translate(0)}.product-topbar__menu{display:flex}.project-overview{flex-direction:column;align-items:flex-start;gap:28px}.recipes-library__heading,.contributors-workspace__heading{flex-direction:column;align-items:flex-start}.recipes-library__record,.contributors-workspace__invite{margin-left:0}.project-progress{width:100%}.book-studio{grid-template-columns:1fr 260px}.book-studio__chapters{display:none}.prototype-map__groups{grid-template-columns:1fr;gap:54px}.privacy-promise{grid-template-columns:42px minmax(0,1fr)}.privacy-promise__button{grid-column:2;justify-self:start}.recipe-starters{grid-template-columns:1fr}.recipe-starter{border-right:0;border-bottom:1px solid var(--line-strong);min-height:190px}.recipe-starter:last-child{border-bottom:0}.recipient-next{grid-template-columns:minmax(0,1fr) 210px}}@media (max-width:600px){.marketing-header{height:68px}.brand-lockup__mark{width:31px;height:31px}.brand-lockup__name{font-size:16px}.home-hero{align-items:flex-end;min-height:100svh}.home-hero__image-plane{background-position:70%;inset:-24px}.home-hero__shade{background:linear-gradient(#14120d1f 0%,#14120db8 47%,#14120df5 100%)}.home-hero__content{width:calc(100% - 36px);margin:120px auto 104px}.home-hero__eyebrow{margin-bottom:14px}.home-hero__title{font-size:clamp(44px,13.5vw,58px)}.home-hero__summary{margin-top:18px;font-size:16px}.home-hero__actions{flex-direction:column;align-items:stretch;gap:15px;margin-top:26px}.home-hero__primary{width:100%}.home-hero__secondary{align-self:center}.home-hero__assurance{text-align:center}.home-hero__voice-strip{min-height:44px;padding:7px 0;bottom:10px;left:18px;right:18px}.home-hero__voice-label{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.home-hero__waveform{width:90px;height:28px}.home-belief{width:calc(100% - 36px);padding:88px 0}.home-belief__title{font-size:39px}.home-belief__body{font-size:16px}.home-process{padding-top:84px;padding-bottom:84px}.home-process__title{font-size:40px}.process-steps{margin-top:48px}.process-step{gap:16px;padding:26px 0}.process-step__number{min-width:38px;font-size:17px}.process-step__title{font-size:26px}.transformation-story{grid-template-columns:1fr}.transformation-story__source,.transformation-story__answer,.transformation-story__result{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:62px 24px}.transformation-story__result{grid-column:1;display:block}.transformation-story__result .recipe-slip{margin-top:34px}.transformation-story__quote{font-size:31px}.home-book{padding:86px 20px}.home-book__title,.home-offer__title{font-size:42px}.book-page{padding:18px 14px}.book-page__byline{margin-bottom:20px}.book-page__quote{margin-top:18px;padding-top:15px;font-size:13px}.book-page__list-item{padding:5px 0;font-size:8px}.book-page__section-title:not(:first-of-type){margin-top:16px}.home-offer{padding:84px 22px}.home-final-cta{min-height:540px;padding:90px 22px}.home-final-cta__title{font-size:44px}.marketing-footer{padding-top:58px}.marketing-footer__main{flex-direction:column;gap:44px}.marketing-footer__links{grid-template-columns:1fr;width:100%;margin-left:0}.marketing-footer__legal{flex-direction:column;gap:8px;margin-top:42px}.marketing-footer__privacy{margin-left:0}.simple-marketing-main,.pricing-main,.gift-checkout,.recipe-preview,.prototype-map,.faq-main{width:calc(100% - 36px)}.editorial-intro,.pricing-intro,.prototype-map__heading{padding:72px 0 54px}.editorial-intro__title,.pricing-intro__title,.prototype-map__title{font-size:43px}.editorial-intro__summary,.pricing-intro__summary,.prototype-map__summary{font-size:16px}.journey-stage{grid-template-columns:1fr;gap:14px;padding:48px 0}.journey-stage__number,.journey-stage__content,.journey-stage__artifact{grid-column:1}.journey-stage__title{font-size:34px}.journey-stage__artifact{margin-top:16px;padding:28px}.simple-cta{padding:80px 0 90px}.simple-cta__title{font-size:39px}.simple-cta__actions,.success-page__actions{flex-direction:column;align-items:stretch}.simple-cta__secondary,.success-page__secondary{align-self:center}.pricing-plan{padding:34px 20px;display:block}.pricing-plan__heading{min-height:auto}.pricing-plan__price{margin-top:26px}.pricing-plan__term{margin:4px 0 22px}.pricing-plan__summary{margin:8px 0 22px}.pricing-includes{padding:70px 0}.pricing-includes__columns{grid-template-columns:1fr;gap:0}.pricing-truth{margin-bottom:80px;padding:24px 20px}.gift-checkout{padding-top:20px}.gift-checkout__progress{white-space:nowrap;overflow-x:auto}.gift-checkout__layout{padding-top:46px}.gift-form__title{font-size:43px}.gift-form__fields{grid-template-columns:1fr}.gift-form__field--wide{grid-column:1}.delivery-choice__option{width:100%;margin:0 0 8px}.gift-form__actions{flex-direction:column;align-items:stretch}.gift-summary{padding:22px;display:block}.gift-summary__book{max-width:260px;margin:0 auto}.gift-summary__line{margin-top:30px}.success-page{width:calc(100% - 36px);padding-top:60px}.success-page__title{font-size:43px}.delivery-preview{flex-wrap:wrap;align-items:flex-start;padding:20px}.delivery-preview__copy{flex:calc(100% - 70px)}.delivery-preview__edit{margin-left:68px}.faq-main__heading{padding:72px 0 54px}.faq-main__title{font-size:43px}.faq-main__summary{font-size:16px}.faq-item__question{min-height:68px}.faq-item__question-text{font-size:23px}.faq-item__answer{margin-right:0}.privacy-promise{flex-direction:column;align-items:flex-start;padding:28px 22px;display:flex}.privacy-promise__button{width:100%}.recipient-header{min-height:68px;padding-left:16px;padding-right:16px}.recipient-header__step{display:none}.recipient-welcome{min-height:calc(100svh - 68px);padding:44px 0 60px}.choice-workspace{padding-top:46px}.choice-workspace__title,.mic-check__title,.processing-workspace__title,.recipient-home__title,.access-recovery__title{font-size:41px}.choice-workspace__own-recipe{grid-template-columns:1fr}.choice-workspace__own-button{margin:3px 0 0}.mic-check,.processing-workspace,.access-recovery{min-height:calc(100svh - 68px);padding-top:48px}.processing-workspace__motion{grid-template-columns:1fr 36px 62px;gap:10px;height:90px}.processing-workspace__page{height:80px;padding:10px}.recipient-home{padding-top:46px}.recipient-next{grid-template-columns:1fr}.recipient-next__illustration{min-height:220px}.recipient-home__actions{flex-direction:column;align-items:stretch}.recipient-home__done{align-self:center}.access-form{flex-direction:column;align-items:stretch}.recipient-welcome__title{font-size:43px}.recipient-welcome__message{padding:20px;font-size:18px}.recipient-welcome__start{width:100%}.recording-workspace{grid-template-rows:auto minmax(280px,1fr) auto auto auto;gap:18px;min-height:calc(100dvh - 68px);padding:34px 20px 18px}.recording-workspace__title{font-size:38px}.recording-workspace__summary{font-size:14px}.record-orb{width:112px;height:112px}.recording-workspace__waveform{height:60px}.recording-prompts{width:100%;padding:17px 0}.recording-prompts__list{flex-wrap:wrap;gap:5px 14px;padding:0;list-style:none;display:flex}.recording-prompts__item{font-size:15px}.recording-workspace__actions{flex-direction:column;align-items:stretch;gap:8px}.recording-workspace__later{align-self:center}.questions-workspace{padding-top:44px}.questions-workspace__heading{flex-direction:column}.questions-workspace__title{font-size:37px}.clarification-question__legend{font-size:23px}.answer-options{grid-template-columns:1fr}.source-audio__quote{white-space:normal}.clarification-form__actions{flex-direction:column;align-items:stretch}.clarification-form__later{align-self:center}.recipe-preview{padding:60px 0 80px}.recipe-preview__title{font-size:48px}.recipe-preview__actions{flex-direction:column;align-items:stretch;width:100%}.recipe-layout{grid-template-columns:1fr;gap:48px}.recipe-layout__facts,.recipe-layout__ingredients,.recipe-layout__method{grid-area:auto/1}.recipe-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.recipe-memory{margin-top:26px}.recipe-review-note{margin-top:54px;padding:22px 18px}.recipe-book-showcase{filter:drop-shadow(0 24px 28px #342a1e2e);grid-template-columns:1fr;margin-top:42px}.recipe-book-page{transform:none}.recipe-book-page--instructions{aspect-ratio:auto;min-height:640px;padding:32px 24px 48px}.recipe-book-showcase__binding{display:none}.recipe-book-page__recipe-heading{flex-direction:row}.recipe-book-facts{margin-left:auto}.recipe-book-page__recipe-columns{grid-template-columns:1fr;gap:30px}.recipe-book-ingredients__item,.recipe-book-method__copy,.recipe-book-tip__copy{font-size:14px}.recipe-book-method__item{grid-template-columns:26px minmax(0,1fr)}.recipe-book-method__number{width:26px;height:26px;font-size:9px}.recipe-image-promise{flex-direction:column;align-items:flex-start;gap:24px}.recipe-image-promise__action{width:100%}.photo-workspace__title{font-size:38px}.photo-preview__frame{aspect-ratio:4/3}.photo-preview__caption{flex-direction:column;align-items:stretch;gap:13px}.photo-preview__approve{width:100%;margin-left:0}.product-topbar{padding:0 14px}.contributor-row{grid-template-columns:42px minmax(0,1fr) auto}.contributor-row__meta{grid-column:2}.contributor-row__manage{grid-area:1/3/span 2}.reminder-preferences{flex-direction:column;align-items:flex-start}.reminder-preferences__button{margin-left:0}.prototype-toast{right:14px;bottom:max(14px, env(safe-area-inset-bottom));max-width:none;left:14px}.product-topbar__title,.product-topbar__help{display:none}.product-topbar__preview{font-size:11px}.product-workspace{padding:30px 18px 66px}.project-overview__title{font-size:36px}.next-action{flex-wrap:wrap;align-items:flex-start}.next-action__copy{flex:calc(100% - 60px)}.next-action__button{width:100%;margin-left:54px}.family-help__heading,.print-check__heading{flex-direction:column;align-items:flex-start}.family-help__back,.print-check__score{margin-left:0}.family-help-item{padding:25px 20px}.family-help-item__actions,.print-check__actions{flex-direction:column;align-items:stretch}.family-help-item__title{font-size:29px}.print-check-row{flex-wrap:wrap;align-items:flex-start}.print-check-row__copy{flex:calc(100% - 60px)}.print-check-row__action{margin-left:50px}.export-option{flex-wrap:wrap;align-items:flex-start}.export-option__copy{flex:calc(100% - 66px)}.export-option__button{width:calc(100% - 60px);margin-left:60px}.printer-guide{flex-direction:column;align-items:flex-start}.printer-guide__button{margin-left:0}.settings-section{grid-template-columns:1fr;gap:14px}.settings-section__action{justify-self:start}.recipes-section__heading{flex-direction:column;align-items:flex-start}.recipes-section__add{margin-left:0}.recipe-filters{scrollbar-width:thin;overflow-x:auto}.recipe-filters__button{flex:none}.recipe-table__header{display:none}.recipe-row{grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;padding:12px 0}.recipe-row:hover{margin:0;padding:12px 0}.recipe-row__identity,.recipe-row__owner{grid-column:1}.recipe-row__status{grid-area:1/2}.recipe-row__open{grid-area:2/2}.chapter-preview{flex-direction:column;align-items:flex-start;padding:28px 22px}.chapter-preview__pages{margin:0 auto}.book-studio{grid-template-columns:1fr;min-height:0}.book-canvas{min-height:580px;padding:16px 10px}.book-cover{width:min(100%,340px);padding:38px}.book-cover__title{font-size:44px}.book-studio__inspector{padding-top:18px}.book-studio-spread{grid-template-columns:1fr;width:min(100%,340px)}.book-studio-page--photo{display:none}.book-studio-page--recipe{padding:28px}.book-studio-page__recipe-title{font-size:34px}.book-studio-page__small-copy{font-size:9px}.prototype-map__groups{padding-top:30px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.home-hero__image-plane{transform:none}}[hidden]{display:none!important}.button{min-height:54px;font-size:16px}.button--small{min-height:46px;font-size:15px}.button--large{min-height:60px;font-size:18px}.text-link{justify-content:center;align-items:center;min-height:44px;font-size:15px;display:inline-flex}.form-field__label,.delivery-choice__legend{font-size:15px}.form-field__input,.form-field__select,.form-field__textarea{min-height:56px;font-size:17px}.form-field__hint{font-size:14px;line-height:1.5}.guidance-hint{width:min(100%,680px);color:var(--ink);border-left:4px solid var(--sage);text-align:left;background:#ebe6d9;align-items:flex-start;gap:14px;margin-top:24px;padding:16px 18px;display:flex}.guidance-hint__icon-wrap{width:38px;height:38px;color:var(--sage);background:#ffffff9e;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.guidance-hint__icon{width:22px;height:22px}.guidance-hint__copy{min-width:0}.guidance-hint__title{font-size:16px;line-height:1.3;display:block}.guidance-hint__body{color:var(--ink-soft);margin:4px 0 0;font-size:15px;line-height:1.5}.recipient-header{min-height:82px}.recipient-header__step,.recipient-header__help{font-size:15px}.recipient-header__step{color:var(--ink-soft);font-weight:650}.recipient-header__help{text-underline-offset:4px;min-width:94px;min-height:48px;text-decoration:underline}.recipient-welcome__from{font-size:14px}.recipient-welcome__promise{font-size:16px}.recipient-start-steps{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);text-align:left;background:#fffaf0b8;width:min(100%,610px);margin-top:30px;padding:24px}.recipient-start-steps__title{font-family:var(--font-display);text-align:center;margin:0 0 18px;font-size:27px;font-weight:500}.recipient-start-steps__list{margin:0;padding:0;list-style:none}.recipient-start-steps__item{align-items:center;gap:14px;padding:10px 0;font-size:17px;line-height:1.45;display:flex}.recipient-start-steps__number{width:32px;height:32px;color:var(--white);background:var(--sage);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:15px;font-weight:750;display:inline-flex}.recipient-welcome__privacy,.recording-workspace__saved,.access-recovery__safety{font-size:14px;line-height:1.5}.choice-workspace__summary,.mic-check__summary,.processing-workspace__summary,.access-recovery__summary,.recording-workspace__summary,.questions-workspace__summary,.recipient-next__body{font-size:18px;line-height:1.55}.recipe-starter{min-height:280px}.recipe-starter__occasion{font-size:12px}.recipe-starter__prompt{font-size:16px;line-height:1.5}.mic-check__heard{font-size:15px}.processing-steps__item{min-height:56px;font-size:16px}.recipient-next__eyebrow,.recipient-recipes__count,.recipient-recipe-row__status,.recording-prompts__label{font-size:14px}.recipient-recipe-row{min-height:72px}.recipient-recipe-row__name{font-size:23px}.recording-workspace__prompt .guidance-hint{margin-top:20px}.recording-workspace__status{font-size:18px}.recording-workspace__timer{font-size:16px}.recording-prompts__item{font-size:21px}.questions-workspace>.guidance-hint{margin-top:30px}.clarification-form{margin-top:34px}.source-audio,.answer-option{min-height:58px;font-size:16px}.source-audio__time{font-size:14px}.answer-option__input{flex:none;width:22px;height:22px}.recipe-preview--recipient,.recipe-preview--family{width:min(100% - 40px,1240px);margin:0 auto}.recipe-preview--family{padding-top:28px;padding-bottom:70px}.recipe-preview--recipient>.guidance-hint{margin-top:34px}.recipe-preview__change{margin-top:10px}.recipe-preview--recipient .recipe-image-promise{display:none}.recipe-preview--recipient .recipe-book-facts__label,.recipe-preview--recipient .recipe-book-section-title,.recipe-preview--recipient .recipe-book-tip__label{font-size:10px}.recipe-preview--recipient .recipe-book-ingredients__item,.recipe-preview--recipient .recipe-book-method__copy,.recipe-preview--recipient .recipe-book-tip__copy{font-size:15px}.product-sidebar{width:238px}.product-sidebar__link{min-height:48px;font-size:15px}.product-sidebar__book-name,.project-progress__total,.project-progress__labels,.recipe-row__meta,.recipe-row__owner{font-size:13px}.product-sidebar__book-meta,.project-overview__eyebrow,.next-action__eyebrow,.chapter-preview__eyebrow{font-size:12px}.product-topbar{min-height:70px}.product-topbar__title,.product-topbar__help{font-size:15px}.project-overview__summary,.next-action__body,.recipes-section__summary,.recipes-library__summary,.contributors-workspace__summary{font-size:16px;line-height:1.5}.next-action__title,.recipe-row__title{font-size:17px}.recipe-status,.recipe-filters__button{font-size:14px}.photo-workspace__heading .guidance-hint{max-width:760px}.photo-source-tabs__button,.photo-tools__body,.photo-upload-control__label,.photo-generation-panel__notice,.photo-treatment__description,.photo-preview__credit{font-size:14px;line-height:1.45}.photo-upload-control__hint{font-size:13px}.book-studio__inspector>.guidance-hint{margin:0 0 22px;padding:13px}.book-studio__inspector .guidance-hint__icon-wrap{width:32px;height:32px}.book-studio__inspector .guidance-hint__title,.book-studio__inspector .guidance-hint__body{font-size:14px}@media (max-width:600px){.recipient-header{flex-wrap:wrap;gap:2px 14px;min-height:100px;padding-top:10px;padding-bottom:10px}.recipient-header>.brand-lockup{order:1}.recipient-header__help{order:2;margin-left:auto}.recipient-header__step{flex-basis:100%;order:3;margin-left:0;padding-left:2px;font-size:14px;display:block}.recipient-welcome,.mic-check,.processing-workspace,.access-recovery{min-height:calc(100svh - 100px)}.recipient-welcome{padding-top:34px}.recipient-start-steps{padding:20px 16px}.recipient-start-steps__title{font-size:25px}.recipient-start-steps__item{align-items:flex-start;font-size:16px}.guidance-hint{padding:15px}.choice-workspace__summary,.mic-check__summary,.processing-workspace__summary,.access-recovery__summary,.recording-workspace__summary,.questions-workspace__summary,.recipient-next__body{font-size:17px}.recipe-starter{min-height:210px}.recording-workspace{grid-template-rows:auto minmax(250px,1fr) auto auto auto;min-height:calc(100dvh - 100px)}.recording-workspace__summary,.recording-prompts__item{font-size:17px}.recipe-preview--recipient,.recipe-preview--family{width:calc(100% - 32px)}.product-topbar__help{align-items:center;min-height:44px;display:inline-flex}.product-topbar__preview{display:none}}.brand-lockup,.marketing-nav__link,.marketing-footer__link{align-items:center;min-height:44px;display:inline-flex}.marketing-nav__link,.book-studio__panel-action{justify-content:center;min-width:44px}.marketing-footer__link{width:100%}.gift-summary__change,.delivery-preview__edit,.recipe-filters__button,.contributor-row__manage,.print-check-row__action,.settings-section__action,.book-studio__panel-action,.book-studio__add-chapter,.book-page-inspector__action{min-height:44px;font-size:14px}.gift-summary__scope,.gift-summary__tax,.delivery-preview__body{font-size:14px;line-height:1.45}.recipe-filters__button{padding-left:14px;padding-right:14px}.contributor-row__role,.contributor-row__meta,.settings-section__body,.print-check-row__meta,.family-help-boundary__body{font-size:14px;line-height:1.5}.print-check-row__title{font-size:16px}.chapter-list__button{min-height:48px}.chapter-list__title,.book-studio__panel-action,.book-studio__add-chapter{font-size:14px}.chapter-list__meta,.book-studio__panel-label{font-size:12px}.book-canvas__page-button,.book-canvas__zoom-button{width:44px;height:44px}.book-canvas__zoom-button{font-size:20px}.book-page-inspector__title,.book-page-inspector__action,.book-page-inspector__layout-title,.print-readiness__title{font-size:14px}.book-page-inspector__meta,.book-page-inspector__layout-copy,.print-readiness__score,.print-readiness__item,.book-studio__export-note{font-size:13px;line-height:1.45}.book-page-inspector__action{align-items:center;display:inline-flex}.book-studio__title-field .form-field__input{min-height:52px;font-size:16px}.book-studio__generate{min-height:52px;font-size:14px}.product-topbar__help{min-height:44px}.photo-generation-brief__label,.photo-safety-note__title{font-size:12px}.photo-generation-brief__value,.photo-safety-note__body{font-size:14px;line-height:1.45}.button:disabled,.product-topbar__signout:disabled,.contributor-row__manage:disabled{cursor:not-allowed;opacity:.56;transform:none}.button__icon{flex:none;width:19px;height:19px}.button__icon--spinning,.processing-recipe__spinner{animation:1s linear infinite recipes-spin}@keyframes recipes-spin{to{transform:rotate(360deg)}}.editorial-page{width:min(1180px,100% - 40px);margin:0 auto;padding:82px 0 104px}.editorial-hero{max-width:850px;margin-bottom:64px}.editorial-hero__kicker,.product-page-heading__kicker,.access-page__kicker,.confirmation-card__kicker,.processing-recipe__kicker,.recipe-review-heading__kicker{color:var(--tomato)}.editorial-hero__title,.product-page-heading__title,.access-page__title,.confirmation-card__title,.processing-recipe__title,.recipe-review-heading__title{font-family:var(--font-display);letter-spacing:-.035em;margin:10px 0 18px;font-size:clamp(42px,6vw,76px);font-weight:500;line-height:.98}.editorial-hero__summary,.product-page-heading__summary,.access-page__body,.confirmation-card__body,.processing-recipe__message,.recipe-review-heading__body{max-width:720px;color:var(--ink-soft);margin:0;font-size:19px;line-height:1.65}.editorial-page__content{gap:72px;display:grid}.editorial-cta{color:var(--paper);background:var(--ink);border-radius:var(--radius-large);text-align:center;padding:64px}.editorial-cta__title{max-width:700px;font-family:var(--font-display);margin:0 auto 14px;font-size:clamp(34px,5vw,56px);font-weight:500;line-height:1}.editorial-cta__body{color:#d8ccba;max-width:640px;margin:0 auto 28px;font-size:18px}.how-steps{border-top:1px solid var(--line-strong);display:grid}.how-step{border-bottom:1px solid var(--line);grid-template-columns:64px 52px minmax(0,1fr);gap:24px;padding:38px 0;display:grid}.how-step__number{color:var(--tomato);font-family:var(--font-display);font-size:26px}.how-step__icon{width:32px;height:32px;color:var(--sage)}.how-step__title{font-family:var(--font-display);margin:0 0 8px;font-size:30px;font-weight:500}.how-step__body,.how-step__hint{max-width:720px;color:var(--ink-soft);margin:0;font-size:17px}.how-step__hint{border-left:2px solid var(--gold);margin-top:12px;padding-left:14px}.how-step__hint-label{color:var(--ink)}.how-assurances{background:var(--sage-soft);border-radius:var(--radius-large);padding:48px}.how-assurances__title{font-family:var(--font-display);margin:0 0 24px;font-size:34px;font-weight:500}.how-assurances__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;margin:0;padding:0;list-style:none;display:grid}.how-assurances__item{align-items:center;gap:12px;font-size:17px;display:flex}.how-assurances__check,.pricing-card__check{width:20px;height:20px;color:var(--success);flex:none}.pricing-grid{border:1px solid var(--line-strong);border-radius:var(--radius-large);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid;overflow:hidden}.pricing-card{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;padding:38px 30px 34px;display:flex;position:relative}.pricing-card:last-child{border-right:0}.pricing-card--featured{color:var(--paper);background:var(--ink)}.pricing-card__badge{color:var(--white);background:var(--tomato);letter-spacing:.08em;text-transform:uppercase;border-radius:0 0 9px 9px;margin:0;padding:7px 14px;font-size:12px;font-weight:700;position:absolute;top:0;right:28px}.pricing-card__eyebrow{color:var(--tomato);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:750}.pricing-card--featured .pricing-card__eyebrow,.pricing-card--featured .pricing-card__description,.pricing-card--featured .pricing-card__once{color:#d8ccba}.pricing-card__name{font-family:var(--font-display);margin:0;font-size:34px;font-weight:500}.pricing-card__price{font-family:var(--font-display);margin:18px 0 8px;font-size:54px;line-height:1}.pricing-card__currency,.pricing-card__once{font-family:var(--font-body);font-size:15px}.pricing-card__description{min-height:76px;color:var(--ink-soft);margin:0 0 20px}.pricing-card__features{border-top:1px solid;gap:11px;margin:0;padding:20px 0 26px;list-style:none;display:grid}.pricing-card__feature{gap:9px;font-size:14px;display:flex}.pricing-card__action{width:100%;margin-top:auto}.pricing-includes,.pricing-guarantee{text-align:center;max-width:860px;margin:0 auto}.pricing-includes__title,.pricing-guarantee__title,.faq-support__title{font-family:var(--font-display);margin:0 0 12px;font-size:38px;font-weight:500}.pricing-includes__body,.pricing-guarantee__body,.faq-support__body{color:var(--ink-soft);margin:0;font-size:18px}.pricing-guarantee{background:var(--sage-soft);border-radius:var(--radius-medium);padding:34px}.faq-list{border-top:1px solid var(--line-strong);max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line)}.faq-item__question{font-family:var(--font-display);cursor:pointer;padding:25px 44px 25px 0;font-size:24px}.faq-item__answer{max-width:760px;color:var(--ink-soft);margin:0;padding:0 0 28px;font-size:17px}.faq-support{text-align:center}.faq-support__body{margin-bottom:24px}.faq-support__link,.access-page__link,.confirmation-card__support-link{color:var(--tomato-dark);font-weight:700}.sample-recipe{background:var(--surface);border:1px solid var(--line-strong);box-shadow:var(--shadow-book);grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);display:grid}.sample-recipe__photo{background:var(--ink);margin:0}.sample-recipe__image{object-fit:cover;width:100%;height:100%;min-height:680px}.sample-recipe__caption{color:var(--paper);padding:14px 18px;font-size:12px}.sample-recipe__content{padding:48px}.sample-recipe__headnote{color:var(--ink-soft);font-family:var(--font-display);margin:0 0 24px;font-size:21px;font-style:italic}.sample-recipe__facts{border-block:1px solid var(--line);gap:26px;margin:0 0 28px;padding:16px 0;display:flex}.sample-recipe__fact{gap:2px;display:grid}.sample-recipe__fact-label{color:var(--ink-faint);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.sample-recipe__fact-value{margin:0;font-weight:700}.sample-recipe__section{margin-top:28px}.sample-recipe__section-title,.sample-recipe__family-note-title{color:var(--sage);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:12px}.sample-recipe__ingredients,.sample-recipe__steps{gap:8px;margin:0;padding-left:22px;display:grid}.sample-recipe__family-note{background:var(--sage-soft);border-left:3px solid var(--tomato);margin-top:30px;padding:18px 20px}.sample-recipe__family-note-body{font-family:var(--font-display);margin:0;font-size:18px;font-style:italic}.gift-form__heading--page{text-align:center;max-width:760px;margin:0 auto 42px}.gift-form__page-title{font-family:var(--font-display);margin:10px 0 14px;font-size:clamp(42px,6vw,66px);font-weight:500;line-height:1}.gift-form__page-summary,.gift-checkout__notice{color:var(--ink-soft);font-size:18px}.gift-checkout__notice{background:var(--sage-soft);border-left:3px solid var(--success);max-width:760px;margin:0 auto 28px;padding:14px 18px}.delivery-choice__copy{gap:3px;display:grid}.delivery-choice__title{font-size:15px}.delivery-choice__body{color:var(--ink-soft);font-size:13px}.gift-form__error,.recording-workspace__error,.clarification-workspace__error,.recipe-approval__error,.sign-in-form__error{color:var(--danger);border-left:3px solid var(--danger);background:#f7e4df;padding:12px 14px}.gift-summary__assurance,.gift-form__privacy{align-items:flex-start;gap:8px;display:flex}.gift-summary__assurance-icon,.gift-form__privacy-icon{flex:none;width:18px;height:18px}.access-page,.confirmation-page{background:linear-gradient(145deg, var(--paper), var(--paper-deep));place-items:center;min-height:100svh;padding:32px 18px;display:grid}.access-page__panel,.confirmation-card{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-large);width:min(620px,100%);box-shadow:var(--shadow-soft);padding:48px}.access-page__message{margin-top:48px}.access-page__title,.confirmation-card__title{font-size:clamp(38px,7vw,56px)}.access-page__hint,.access-page__footer,.confirmation-card__support{color:var(--ink-soft)}.access-page__hint{background:var(--sage-soft);border-radius:var(--radius-small);padding:14px 16px}.access-page__footer{margin:36px 0 0;font-size:14px}.sign-in-form,.invite-recovery-form{gap:18px;margin-top:30px;display:grid}.sign-in-form__button,.invite-recovery-form__button{width:100%}.invite-recovery-form__message{color:var(--success);background:var(--sage-soft);margin:0;padding:14px}.confirmation-card__icon{width:54px;height:54px;color:var(--success);margin:48px 0 22px}.confirmation-card__next{background:var(--sage-soft);border-radius:var(--radius-medium);gap:16px;margin:28px 0;padding:20px;display:flex}.confirmation-card__next-icon{width:28px;height:28px;color:var(--sage);flex:none}.confirmation-card__next-title{margin:0 0 4px;font-size:16px}.confirmation-card__next-body,.confirmation-card__support{margin:0}.confirmation-card__button{width:100%}.confirmation-card__support{margin-top:24px;font-size:14px}.recipient-welcome__header{position:absolute;top:24px;left:28px}.recipient-welcome__gift{text-align:center;max-width:750px}.recipient-welcome__gift-icon{width:40px;height:40px;color:var(--tomato);margin:0 auto 16px}.recipient-welcome__kicker{color:var(--tomato)}.recipient-welcome__explanation{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-medium);grid-template-columns:68px minmax(0,1fr);gap:20px;max-width:760px;padding:24px;display:grid}.recipient-welcome__microphone{width:34px;height:34px;color:var(--tomato)}.recipient-welcome__explanation-title{font-family:var(--font-display);margin:0 0 8px;font-size:28px}.recipient-welcome__explanation-body,.recipient-welcome__explanation-hint{color:var(--ink-soft);margin:0;font-size:17px}.recipient-welcome__explanation-hint{margin-top:10px}.recipient-welcome__form,.recipient-welcome__unavailable{text-align:center}.recipient-welcome__claim-error{max-width:560px;color:var(--danger);border-left:4px solid var(--danger);background:#f7e4df;margin:14px auto 0;padding:12px 14px}.recipient-welcome__button{min-width:280px}.recipient-welcome__privacy{justify-content:center;gap:8px;display:flex}.recipient-welcome__privacy-icon{flex:none;width:18px;height:18px}.recording-title-field{text-align:left;max-width:560px;margin:0 auto}.recording-workspace__wave-bar{background:var(--tomato);opacity:.45;border-radius:999px;width:4px;height:24px}.recording-workspace__wave-bar--2,.recording-workspace__wave-bar--6{height:38px}.recording-workspace__wave-bar--3,.recording-workspace__wave-bar--5{height:54px}.recording-workspace__wave-bar--4{height:68px}.recording-recovery{background:var(--sage-soft);border-radius:var(--radius-medium);text-align:left;border:1px solid #b8c2ab;gap:16px;width:min(720px,100%);margin-bottom:28px;padding:20px;display:flex}.recording-recovery__icon{width:28px;height:28px;color:var(--success);flex:none}.recording-recovery__title{font-family:var(--font-display);margin:0 0 4px;font-size:23px}.recording-recovery__body{color:var(--ink-soft);margin:0 0 14px}.recording-recovery__actions,.recipe-approval__correction-actions{align-items:center;gap:14px;display:flex}.recording-recovery__discard{background:0 0;border:0}.typed-recipe-field{text-align:left;width:min(720px,100%);margin:10px auto 26px}.recording-workspace__error{max-width:720px;margin-inline:auto}.recording-confirmation{z-index:200;background:#302b23b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.recording-confirmation__panel{background:var(--surface);border-radius:var(--radius-large);width:min(520px,100%);box-shadow:var(--shadow-book);text-align:left;padding:34px}.recording-confirmation__title{font-family:var(--font-display);margin:0 0 10px;font-size:32px;font-weight:500}.recording-confirmation__body{color:var(--ink-soft);margin:0 0 24px;font-size:17px}.recording-confirmation__actions{gap:10px;display:grid}.questions-page,.recipe-review-page{width:min(980px,100% - 36px);margin:0 auto;padding:60px 0 96px}.processing-recipe{text-align:center;max-width:680px;margin:48px auto}.processing-recipe__spinner{width:56px;height:56px;color:var(--tomato);margin:0 auto 22px}.processing-recipe__title{font-size:clamp(38px,6vw,58px)}.processing-recipe__message{margin:0 auto}.processing-recipe__steps{text-align:left;gap:10px;max-width:480px;margin:34px auto;padding:0;list-style:none;display:grid}.processing-recipe__step{color:var(--ink-faint);border-left:3px solid var(--line);padding:13px 16px}.processing-recipe__step--complete{color:var(--success);border-color:var(--success)}.processing-recipe__step--active{color:var(--ink);background:var(--sage-soft);border-color:var(--tomato);font-weight:700}.processing-recipe__safe{max-width:560px;color:var(--ink-soft);align-items:flex-start;gap:8px;margin:26px auto 0;font-size:14px;display:flex}.processing-recipe__safe-icon{flex:none;width:18px;height:18px}.clarification-workspace{max-width:760px;margin:0 auto}.clarification-workspace__progress{margin-bottom:48px}.clarification-workspace__progress-label,.clarification-workspace__progress-detail{display:block}.clarification-workspace__progress-label{font-weight:750}.clarification-workspace__progress-detail{color:var(--ink-soft);font-size:14px}.clarification-workspace__progress-track{background:var(--paper-deep);border-radius:999px;height:6px;margin-top:12px;overflow:hidden}.clarification-workspace__progress-value{background:var(--tomato);border-radius:inherit;height:100%;transition:width var(--duration-medium) var(--ease-out);display:block}.clarification-workspace__kicker{color:var(--tomato)}.clarification-workspace__title{font-family:var(--font-display);margin:8px 0;font-size:clamp(36px,6vw,54px);font-weight:500;line-height:1.04}.clarification-workspace__recipe{color:var(--ink-soft);margin:0 0 28px}.clarification-workspace__excerpt{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-medium);gap:14px;margin:0 0 24px;padding:18px;display:flex}.clarification-workspace__excerpt-icon{width:24px;height:24px;color:var(--tomato);flex:none}.clarification-workspace__excerpt-copy{gap:4px;display:grid}.clarification-workspace__excerpt-label{color:var(--ink-faint);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:750}.clarification-workspace__excerpt-quote{font-family:var(--font-display);font-size:20px;font-style:italic}.clarification-choices{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.clarification-choices__button{background:var(--surface);border:1px solid var(--line-strong);border-radius:999px;min-height:52px;padding:12px 18px}.clarification-choices__button--selected{color:var(--white);background:var(--sage);border-color:var(--sage)}.clarification-workspace__answer{margin-top:18px}.clarification-workspace__alternatives{flex-wrap:wrap;gap:20px;margin-top:14px;display:flex}.clarification-workspace__alternatives .text-link{background:0 0;border:0;min-height:44px;padding:0}.clarification-workspace__alternative-icon{width:18px;height:18px}.clarification-workspace__actions{justify-content:space-between;gap:18px;margin-top:34px;display:flex}.clarification-workspace__hint{color:var(--ink-soft);text-align:center;font-size:14px}.recipe-review-heading{text-align:center;max-width:760px;margin:0 auto 42px}.recipe-review-heading__title{font-size:clamp(38px,6vw,58px)}.recipe-review-heading__body{margin:0 auto}.book-recipe-page{background:var(--surface);border:1px solid var(--line-strong);box-shadow:var(--shadow-book);padding:clamp(32px,6vw,70px)}.book-recipe-page__chapter{color:var(--tomato);letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.book-recipe-page__title{font-family:var(--font-display);margin:8px 0;font-size:clamp(38px,6vw,64px);font-weight:500;line-height:1}.book-recipe-page__byline,.book-recipe-page__headnote{color:var(--ink-soft)}.book-recipe-page__headnote{max-width:760px;font-family:var(--font-display);margin:24px 0;font-size:20px;font-style:italic}.book-recipe-page__facts{border-block:1px solid var(--line);gap:30px;margin:24px 0 34px;padding:16px 0;display:flex}.book-recipe-page__fact{gap:3px;display:grid}.book-recipe-page__fact-label{color:var(--ink-faint);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.book-recipe-page__fact-value{margin:0;font-weight:750}.book-recipe-page__columns{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:48px;display:grid}.book-recipe-page__section-title,.book-recipe-page__notes-title{color:var(--sage);letter-spacing:.13em;text-transform:uppercase;margin:0 0 16px;font-size:11px}.book-recipe-page__ingredient-list,.book-recipe-page__step-list{gap:11px;margin:0;padding:0;list-style:none;display:grid}.book-recipe-page__step{grid-template-columns:28px minmax(0,1fr);gap:10px;display:grid}.book-recipe-page__step-number{color:var(--tomato);font-weight:800}.book-recipe-page__step-copy,.book-recipe-page__note{margin:0}.book-recipe-page__notes{background:var(--sage-soft);border-left:3px solid var(--tomato);margin-top:34px;padding:20px}.book-recipe-page__note{font-family:var(--font-display);font-size:18px;font-style:italic}.book-recipe-page__audio,.recipe-detail__audio{border-top:1px solid var(--line);gap:14px;margin-top:32px;padding-top:24px;display:flex}.book-recipe-page__audio-icon,.recipe-detail__audio-icon{width:24px;height:24px;color:var(--sage);flex:none}.book-recipe-page__audio-copy{gap:8px;width:100%;display:grid}.book-recipe-page__audio-player,.recipe-detail__audio-player{width:100%;max-width:480px}.recipe-approval,.recipe-approved{background:var(--sage-soft);border-radius:var(--radius-large);text-align:center;max-width:720px;margin:38px auto 0;padding:34px}.recipe-approval__title,.recipe-approved__title{font-family:var(--font-display);margin:0 0 8px;font-size:30px;font-weight:500}.recipe-approval__body{color:var(--ink-soft);margin:0 0 22px}.recipe-approval__actions{justify-content:center;gap:12px;display:flex}.recipe-approval__correction{text-align:left;margin-top:20px}.product-shell{background:#f3eee5;height:auto;min-height:100svh;display:block;overflow:visible}.product-topbar{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf0f5;grid-template-columns:240px minmax(0,1fr) auto;align-items:center;gap:22px;min-height:72px;padding:10px 24px;display:grid;position:sticky;top:0}.product-topbar__book{gap:1px;display:grid}.product-topbar__book-label{color:var(--ink-faint);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:750}.product-topbar__book-title{font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;font-size:18px;overflow:hidden}.product-topbar__actions{align-items:center;gap:14px;display:flex}.product-topbar__help,.product-topbar__signout{background:0 0;border:0;align-items:center;gap:7px;min-height:44px;padding:8px 10px;text-decoration:none;display:inline-flex}.product-topbar__help-icon,.product-topbar__signout-icon{width:18px;height:18px}.product-topbar__owner{max-width:130px;color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.product-shell__body{grid-template-columns:224px minmax(0,1fr);display:grid}.product-sidebar{background:var(--ink);width:auto;height:calc(100dvh - 72px);padding:20px 14px;display:block;position:sticky;top:72px}.product-navigation{gap:4px;display:grid}.product-navigation__link{color:#e8dece;border-radius:var(--radius-small);align-items:center;gap:12px;min-height:48px;padding:10px 14px;text-decoration:none;display:flex}.product-navigation__link:hover{color:var(--white);background:#ffffff17}.product-navigation__icon{width:20px;height:20px}.product-content{min-width:0}.cookbook-dashboard,.recipes-library,.recipe-detail,.contributors-page,.photos-page,.book-studio-page,.settings-page,.dashboard-empty{width:min(1180px,100% - 48px);margin:0 auto;padding:54px 0 90px}.product-page-heading,.cookbook-dashboard__heading{border-bottom:1px solid var(--line-strong);justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px;padding-bottom:28px;display:flex}.product-page-heading__copy,.cookbook-dashboard__heading-copy{max-width:760px}.product-page-heading__title,.cookbook-dashboard__title{font-family:var(--font-display);margin:7px 0 12px;font-size:clamp(38px,5vw,60px);font-weight:500;line-height:1}.cookbook-dashboard__summary{max-width:690px;color:var(--ink-soft);margin:0;font-size:17px}.cookbook-progress{border-bottom:1px solid var(--line);grid-template-columns:minmax(210px,auto) minmax(200px,1fr) 70px;align-items:center;gap:22px;padding:24px 0;display:grid}.cookbook-progress__title{font-family:var(--font-display);margin:0;font-size:26px;font-weight:500}.cookbook-progress__body{color:var(--ink-soft);margin:2px 0 0;font-size:14px}.cookbook-progress__meter{background:var(--paper-deep);border-radius:999px;height:9px;overflow:hidden}.cookbook-progress__meter-value{background:var(--tomato);border-radius:inherit;height:100%;display:block}.cookbook-progress__percent{text-align:right;font-weight:750}.dashboard-stats{border-block:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin:34px 0;display:grid}.dashboard-stat{border-right:1px solid var(--line);gap:4px;padding:24px;display:grid}.dashboard-stat:last-child{border-right:0}.dashboard-stat__icon{width:22px;height:22px;color:var(--sage);margin-bottom:8px}.dashboard-stat__value{font-family:var(--font-display);font-size:36px}.dashboard-stat__label{color:var(--ink-soft);font-size:13px}.dashboard-next-action{border-left:4px solid var(--warning);background:#f6e7d5;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:38px;padding:24px;display:grid}.dashboard-next-action__icon{width:28px;height:28px;color:var(--warning)}.dashboard-next-action__eyebrow{color:var(--warning);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.dashboard-next-action__title{font-family:var(--font-display);margin:2px 0 4px;font-size:25px;font-weight:500}.dashboard-next-action__body{color:var(--ink-soft);margin:0;font-size:14px}.dashboard-recipes__heading,.recipes-library__heading,.photo-library__heading,.contributor-manager__summary{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.dashboard-recipes__title,.photo-library__title{font-family:var(--font-display);margin:0;font-size:30px;font-weight:500}.dashboard-recipe-row,.recipes-library-row{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:18px;min-height:74px;padding:14px 10px;text-decoration:none;display:grid}.dashboard-recipe-row:hover,.recipes-library-row:hover{background:#fffaf0b8}.dashboard-recipe-row__copy{gap:3px;display:grid}.dashboard-recipe-row__title,.recipes-library-row__title{font-family:var(--font-display);font-size:20px;font-weight:500}.dashboard-recipe-row__date,.recipes-library-row__meta{color:var(--ink-soft);font-size:13px}.dashboard-recipe-row__status,.recipes-library-row__status,.contributor-row__status,.photo-card__status{color:var(--ink-soft);background:var(--paper-deep);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:750}.dashboard-recipe-row__status--approved,.recipes-library-row__status--approved,.photo-card__status--approved,.contributor-row__status--active{color:var(--success);background:var(--sage-soft)}.dashboard-recipe-row__arrow,.recipes-library-row__arrow{color:var(--ink-faint);font-size:24px}.recipes-library-row{grid-template-columns:48px minmax(0,1fr) auto 24px}.recipes-library-row__number{color:var(--tomato);font-family:var(--font-display);font-size:18px}.recipes-library-row__title{margin:0}.recipes-library-row__meta{margin:2px 0 0}.dashboard-empty{text-align:center;max-width:720px}.dashboard-empty__icon{width:48px;height:48px;color:var(--tomato);margin:0 auto 18px}.dashboard-empty__title{font-family:var(--font-display);margin:8px 0 12px;font-size:46px;font-weight:500}.dashboard-empty__body{color:var(--ink-soft);font-size:18px}.recipe-detail__questions,.recipe-detail__audio,.recipe-editor{margin-bottom:34px}.recipe-detail__questions-title,.recipe-detail__audio-title,.recipe-editor__title,.contributor-form__title{font-family:var(--font-display);margin:0 0 8px;font-size:28px;font-weight:500}.recipe-detail__question{border-top:1px solid var(--line);padding:16px 0}.recipe-detail__question-text,.recipe-detail__question-source,.recipe-detail__question-answer,.recipe-detail__audio-body{margin:0}.recipe-detail__question-text{font-weight:700}.recipe-detail__question-source,.recipe-detail__audio-body{color:var(--ink-soft);font-size:14px}.recipe-detail__question-answer{color:var(--success);margin-top:6px}.recipe-detail__audio-copy{flex:1;min-width:0}.recipe-editor{border-top:1px solid var(--line-strong);padding-top:30px}.recipe-editor__summary,.contributor-form__body{color:var(--ink-soft);margin:0 0 22px}.recipe-editor__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.recipe-editor__field--wide{grid-column:1/-1}.recipe-editor__actions{align-items:center;gap:18px;margin-top:24px;display:flex}.recipe-editor__message,.contributor-manager__message,.photo-studio__message,.book-studio__message,.settings-danger__message{color:var(--success);background:var(--sage-soft);margin:0;padding:12px 14px}.contributor-form,.photo-upload{background:var(--surface);border:1px solid var(--line);margin-bottom:28px;padding:28px}.contributor-form__fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.contributor-form__actions{gap:12px;margin-top:20px;display:flex}.contributor-list{border-top:1px solid var(--line-strong)}.contributor-row{border-bottom:1px solid var(--line);grid-template-columns:52px minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:20px 8px;display:grid}.contributor-row__avatar{width:46px;height:46px;color:var(--paper);background:var(--sage);font-family:var(--font-display);border-radius:50%;place-items:center;font-size:22px;display:grid}.contributor-row__name{font-family:var(--font-display);margin:0;font-size:21px;font-weight:500}.contributor-row__role,.contributor-row__meta{color:var(--ink-soft);margin:2px 0 0}.contributor-row__actions{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.contributor-row__manage{border-radius:var(--radius-small);background:0 0;border:0;align-items:center;gap:5px;min-height:44px;padding:8px 9px;display:inline-flex}.contributor-row__manage:hover{background:var(--paper-deep)}.contributor-row__manage--danger{color:var(--danger)}.contributor-row__action-icon{width:16px;height:16px}.photo-studio{grid-template-columns:minmax(0,1fr) minmax(260px,.62fr);gap:24px;display:grid}.photo-upload__heading{gap:14px;margin-bottom:22px;display:flex}.photo-upload__icon,.photo-generation-brief__icon{width:30px;height:30px;color:var(--tomato);flex:none}.photo-upload__title,.photo-generation-brief__title{font-family:var(--font-display);margin:0 0 6px;font-size:28px;font-weight:500}.photo-upload__body,.photo-generation-brief__value{color:var(--ink-soft);margin:0}.photo-upload__form{gap:16px;display:grid}.photo-upload__dropzone{border:2px dashed var(--line-strong);border-radius:var(--radius-medium);text-align:center;cursor:pointer;align-content:center;place-items:center;gap:8px;min-height:190px;padding:24px;display:grid}.photo-upload__dropzone:hover{background:var(--paper);border-color:var(--tomato)}.photo-upload__dropzone-icon{width:34px;height:34px;color:var(--sage)}.photo-upload__dropzone-title{font-weight:750}.photo-upload__dropzone-body,.photo-upload__selected{color:var(--ink-soft);font-size:13px}.photo-upload__input{width:100%}.photo-upload__button{justify-self:start}.photo-generation-brief{color:var(--paper);background:var(--ink);border-radius:var(--radius-medium);align-self:start;gap:14px;padding:28px;display:flex}.photo-generation-brief__label{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-weight:800}.photo-generation-brief__value{color:#d8ccba}.photo-generation-panel{color:var(--paper);background:var(--ink);border-radius:var(--radius-medium);align-self:start;gap:22px;padding:28px;display:grid}.photo-generation-panel__heading{gap:14px;display:flex}.photo-generation-panel__form{gap:16px;display:grid}.photo-generation-panel .form-field__label,.photo-generation-panel .form-field__hint{color:#e7ded2}.photo-generation-panel__consent{color:var(--ink);background:var(--paper);border-radius:var(--radius-small);cursor:pointer;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:10px;padding:14px;display:grid}.photo-generation-panel__consent-input{width:22px;height:22px;margin:0}.photo-generation-panel__consent-copy,.photo-generation-panel__notice{font-size:13px;line-height:1.45}.photo-generation-panel__notice{color:#d8ccba;margin:0}.photo-generation-panel__button{color:var(--ink);background:var(--gold);justify-self:start}.photo-studio__message,.photo-library{grid-column:1/-1}.photo-library__count{color:var(--ink-soft)}.photo-library__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.photo-card{background:var(--surface);border:1px solid var(--line);flex-direction:column;display:flex;overflow:hidden}.photo-card__image,.photo-card__placeholder{aspect-ratio:4/3;object-fit:cover;background:var(--paper-deep);width:100%}.photo-card__placeholder{color:var(--ink-soft);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:18px;display:flex}.photo-card__placeholder-icon{width:32px;height:32px;color:var(--tomato)}.photo-card__copy{gap:4px;padding:16px;display:grid}.photo-card__recipe{font-family:var(--font-display);margin:0;font-size:20px}.photo-card__source{color:var(--ink-soft);margin:0;font-size:12px}.photo-card__status{justify-self:start;margin-top:6px}.photo-card__approve{margin:auto 14px 14px}.photo-library__empty{border:1px dashed var(--line-strong);text-align:center;padding:50px 20px}.photo-library__empty-icon{width:42px;height:42px;color:var(--sage);margin:0 auto 14px}.photo-library__empty-title{font-family:var(--font-display);margin:0;font-size:26px}.photo-library__empty-body{max-width:560px;color:var(--ink-soft);margin:6px auto 0}.book-studio{grid-template-columns:250px minmax(360px,1fr) 270px;align-items:start;gap:20px;display:grid}.book-studio__panel,.print-readiness{background:var(--surface);border:1px solid var(--line);gap:18px;padding:20px;display:grid}.book-studio__section{border-bottom:1px solid var(--line);gap:12px;padding-bottom:18px;display:grid}.book-studio__section:last-child{border-bottom:0;padding-bottom:0}.book-studio__panel-label{color:var(--ink-faint);letter-spacing:.1em;text-transform:uppercase;margin:0;font-weight:800}.book-studio__switch{gap:10px;display:flex}.book-studio__switch-input{flex:none;width:20px;height:20px}.book-studio__switch-copy{gap:3px;display:grid}.book-studio__switch-title{font-size:14px}.book-studio__switch-body{color:var(--ink-soft);font-size:12px}.book-studio__panel-note{color:var(--ink-soft);background:var(--paper);border-left:3px solid var(--sage);margin:0;padding:14px;font-size:13px;line-height:1.5}.book-canvas{border:1px solid var(--line-strong);background:#d9d0c4;padding:28px;overflow:auto}.book-canvas__spread{min-width:620px;box-shadow:var(--shadow-book);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.book-cover-preview,.book-page-preview{aspect-ratio:8.5/11;flex-direction:column;min-height:460px;padding:38px 30px;display:flex}.book-cover-preview{color:var(--paper);background:var(--ink);text-align:center;border-right:1px solid #1c1814}.book-cover-preview__brand,.book-cover-preview__year,.book-page-preview__chapter{letter-spacing:.15em;margin:0;font-size:8px;font-weight:800}.book-cover-preview__title{font-family:var(--font-display);margin:auto 0 12px;font-size:36px;font-weight:500;line-height:1}.book-cover-preview__subtitle{color:#d8ccba;font-family:var(--font-display);margin:0 auto auto;font-size:14px;font-style:italic}.book-page-preview{background:var(--surface)}.book-page-preview__chapter{color:var(--tomato)}.book-page-preview__title{font-family:var(--font-display);margin:12px 0;font-size:30px;font-weight:500}.book-page-preview__body,.book-page-preview__note{color:var(--ink-soft);font-family:var(--font-display);font-size:15px}.book-page-preview__rule{background:var(--line);height:1px;margin:20px 0}.print-readiness__heading{gap:10px;display:flex}.print-readiness__icon{width:26px;height:26px;color:var(--sage)}.print-readiness__title,.print-readiness__score{margin:0}.print-readiness__score{color:var(--ink-soft)}.print-readiness__list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.print-readiness__item{color:var(--ink-soft);align-items:flex-start;gap:8px;display:flex}.print-readiness__item--ready{color:var(--success)}.print-readiness__item-icon{flex:none;width:18px;height:18px}.book-studio__download{width:100%}.settings-sections{border-top:1px solid var(--line-strong);display:grid}.settings-section,.settings-danger{border-bottom:1px solid var(--line);grid-template-columns:42px minmax(0,1fr);gap:20px;padding:28px 0;display:grid}.settings-section__icon,.settings-danger__icon{width:28px;height:28px;color:var(--sage)}.settings-danger__icon{color:var(--danger)}.settings-section__title,.settings-danger__title{font-family:var(--font-display);margin:0 0 6px;font-size:26px;font-weight:500}.settings-section__body,.settings-danger__body{max-width:720px;color:var(--ink-soft);margin:0 0 12px}.settings-danger{border-top:1px solid #d9aaa2;margin-top:20px}.settings-danger__field{max-width:640px;margin:18px 0}.settings-danger__request{min-height:48px;color:var(--white);background:var(--danger)}@media (max-width:1050px){.pricing-grid{grid-template-columns:1fr}.pricing-card{border-right:0;border-bottom:1px solid var(--line)}.pricing-card:last-child{border-bottom:0}.pricing-card__description{min-height:0}.book-studio{grid-template-columns:230px minmax(0,1fr)}.print-readiness{grid-column:1/-1}.photo-library__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.editorial-page{padding-top:56px}.sample-recipe{grid-template-columns:1fr}.sample-recipe__image{min-height:420px}.product-topbar{grid-template-columns:minmax(170px,1fr) auto}.product-topbar__book{display:none}.product-shell__body{grid-template-columns:1fr}.product-sidebar{z-index:35;visibility:visible;pointer-events:auto;height:auto;box-shadow:none;padding:6px 10px;transition:none;position:sticky;inset:72px auto auto;overflow-x:auto;transform:none}.product-navigation{min-width:max-content;display:flex}.product-navigation__link{min-height:44px}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-stat:nth-child(2){border-right:0}.dashboard-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.book-studio{grid-template-columns:1fr}.book-studio__panel,.print-readiness{grid-column:auto}.book-canvas{order:-1}.contributor-row{grid-template-columns:52px minmax(0,1fr) auto}.contributor-row__actions{grid-column:2/-1;justify-content:flex-start}}@media (max-width:680px){body{font-size:17px}.legal-main{width:min(100% - 32px,980px);padding:64px 0 80px}.legal-heading{padding-bottom:36px}.legal-heading__title{font-size:44px}.legal-heading__summary{font-size:17px}.legal-section{grid-template-columns:1fr;gap:12px;padding:28px 0}.legal-section__title{font-size:25px}.editorial-page{width:min(100% - 28px,1180px);padding-bottom:72px}.editorial-hero{margin-bottom:42px}.editorial-hero__title{font-size:44px}.editorial-hero__summary{font-size:17px}.editorial-page__content{gap:48px}.editorial-cta{padding:42px 22px}.how-step{grid-template-columns:44px minmax(0,1fr);gap:14px}.how-step__icon{display:none}.how-step__title{font-size:25px}.how-assurances{padding:28px 22px}.how-assurances__list{grid-template-columns:1fr}.pricing-card{padding:34px 24px}.faq-item__question{font-size:21px}.sample-recipe__image{min-height:300px}.sample-recipe__content{padding:28px 22px}.gift-checkout{padding-inline:16px}.gift-checkout__progress{font-size:11px}.gift-checkout__step{text-align:center}.access-page__panel,.confirmation-card{padding:30px 22px}.recipient-welcome{padding:100px 18px 42px}.recipient-welcome__header{top:18px;left:18px}.recipient-welcome__title{font-size:40px}.recipient-welcome__explanation{grid-template-columns:1fr}.recipient-welcome__button{width:100%;min-width:0}.recording-workspace{padding-inline:16px}.recording-workspace__title{font-size:38px}.recording-workspace__actions{flex-direction:column;width:100%}.recording-workspace__actions .button{width:100%;min-height:58px}.recording-recovery,.recording-recovery__actions,.recipe-approval__correction-actions,.recipe-approval__actions{flex-direction:column}.recording-recovery__actions .button,.recipe-approval__actions .button,.recipe-approval__correction-actions .button{width:100%}.questions-page,.recipe-review-page{width:min(100% - 24px,980px);padding-top:36px}.clarification-workspace__title{font-size:38px}.clarification-workspace__actions{flex-direction:column-reverse}.clarification-workspace__actions .button{width:100%;min-height:56px}.book-recipe-page{padding:28px 20px}.book-recipe-page__columns{grid-template-columns:1fr;gap:32px}.book-recipe-page__facts{flex-wrap:wrap;gap:18px 28px}.product-topbar{min-height:68px;padding-inline:14px}.product-topbar__owner,.product-topbar__help,.product-topbar__signout-label{display:none}.product-topbar__help,.product-topbar__signout{justify-content:center;min-width:44px}.product-sidebar{top:68px;overflow:visible}.product-navigation{grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;display:grid}.product-navigation__link{flex-direction:column;justify-content:center;gap:3px;min-width:0;min-height:60px;padding:6px 2px}.product-navigation__icon{width:18px;height:18px}.product-navigation__label{text-align:center;white-space:nowrap;font-size:12px;line-height:1.15}.cookbook-dashboard,.recipes-library,.recipe-detail,.contributors-page,.photos-page,.book-studio-page,.settings-page,.dashboard-empty{width:min(100% - 24px,1180px);padding-top:34px}.product-page-heading,.cookbook-dashboard__heading{flex-direction:column;align-items:flex-start;gap:18px}.product-page-heading__title,.cookbook-dashboard__title{font-size:40px}.cookbook-progress{grid-template-columns:1fr auto}.cookbook-progress__meter{grid-area:2/1/auto/-1}.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-stat{padding:18px 12px}.dashboard-next-action{grid-template-columns:30px minmax(0,1fr)}.dashboard-next-action__button{grid-column:1/-1;width:100%}.dashboard-recipe-row,.recipes-library-row{grid-template-columns:minmax(0,1fr) 22px}.dashboard-recipe-row__status,.recipes-library-row__status,.recipes-library-row__number{grid-column:1}.dashboard-recipe-row__arrow,.recipes-library-row__arrow{grid-area:1/2/3}.recipe-editor__fields,.contributor-form__fields{grid-template-columns:1fr}.recipe-editor__field--wide{grid-column:auto}.recipe-editor__actions,.contributor-form__actions{flex-direction:column;align-items:stretch}.contributor-row{grid-template-columns:46px minmax(0,1fr)}.contributor-row__status,.contributor-row__actions{grid-column:2}.photo-studio{grid-template-columns:1fr}.photo-studio__message,.photo-library{grid-column:auto}.photo-generation-panel,.photo-upload{padding:22px 18px}.photo-generation-panel__heading{flex-direction:column}.photo-generation-panel__button{width:100%}.photo-library__grid{grid-template-columns:1fr}.book-canvas{margin-inline:-12px;padding:16px}.settings-section,.settings-danger{grid-template-columns:32px minmax(0,1fr);gap:12px}}.button--danger{color:var(--white);background:var(--danger)}.button--danger:hover{background:#7f2d25}.product-navigation__link--active{color:var(--white);box-shadow:inset 3px 0 0 var(--tomato);background:#ffffff1f}.recipient-page__notice{width:min(720px,100%);color:var(--success);background:var(--sage-soft);border-left:4px solid var(--success);text-align:left;margin:0 auto 24px;padding:16px 18px;font-weight:650}.recording-workspace__recovery-warning{color:#6f4e20;text-align:left;background:#fbf0d7;border-left:4px solid #c58a35;max-width:620px;margin:20px auto 0;padding:14px 16px;font-weight:650}.processing-recipe__error{max-width:580px;color:var(--danger);border-left:4px solid var(--danger);text-align:left;background:#f7e4df;margin:26px auto 0;padding:18px}.processing-recipe__error-copy{margin:0 0 14px}.processing-recipe__error-actions{flex-wrap:wrap;gap:10px;display:flex}.processing-recipe__cancel{margin-top:18px}.clarification-workspace__alternative--selected{color:var(--success);background:var(--sage-soft);box-shadow:0 0 0 3px var(--sage-soft)}.clarification-workspace__selection-note{color:var(--success);background:var(--sage-soft);border-left:3px solid var(--success);margin:12px 0 0;padding:12px 14px}.contributor-row__confirmation{border-left:4px solid var(--danger);background:#f7e4df;grid-column:2/-1;padding:16px}.contributor-row__confirmation-copy{margin:0 0 12px}.contributor-row__confirmation-actions{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:680px){.processing-recipe__error-actions,.contributor-row__confirmation-actions{flex-direction:column}.processing-recipe__error-actions .button,.contributor-row__confirmation-actions .button{width:100%}.contributor-row__confirmation{grid-column:1/-1}}
