@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;1,500&family=Source+Sans+3:wght@400;500;600&display=swap";:root{--ivory: #f7f3eb;--paper: #fbf8f1;--paper-bright: #fffdf8;--ink: #1d241f;--forest: #203b2c;--herb: #62826d;--sage: #cddbcf;--rule: #cfc9bc;--muted: #6b706b;--serif: "Playfair Display", Georgia, serif;--sans: "Source Sans 3", "Helvetica Neue", sans-serif;font-family:var(--sans);color:var(--ink);background:var(--ivory);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;min-width:320px;min-height:100vh;background:var(--ivory);-webkit-font-smoothing:antialiased}button,a{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:500}h2{font-size:clamp(2.35rem,4.2vw,4.7rem);line-height:1.02;letter-spacing:-.04em}p{line-height:1.55}:focus-visible{outline:2px solid var(--forest);outline-offset:4px}.page-width{width:min(1420px,calc(100% - 96px));margin-inline:auto}.site-header{position:relative;z-index:20;background:color-mix(in srgb,var(--ivory) 94%,transparent);border-bottom:1px solid transparent}.header-inner{width:min(1420px,calc(100% - 96px));min-height:92px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:11px;font-family:var(--serif);font-size:1.55rem;line-height:1;letter-spacing:-.035em}.brand img{width:35px;height:35px;border-radius:50%}.primary-nav{display:flex;align-items:center;gap:clamp(24px,3vw,52px);font-size:.94rem}.primary-nav>a:not(.button){position:relative;padding-block:10px}.primary-nav>a:not(.button):after{position:absolute;right:0;bottom:3px;left:0;height:1px;background:currentColor;content:"";transform:scaleX(0);transform-origin:right;transition:transform .18s ease}.primary-nav>a:not(.button):hover:after{transform:scaleX(1);transform-origin:left}.button{display:inline-flex;min-width:150px;min-height:52px;align-items:center;justify-content:center;padding:13px 25px;border:1px solid var(--forest);border-radius:2px;background:var(--forest);color:#fffdf8;font-weight:500;transition:background .16s ease,transform .16s ease}.button:hover{background:#34533f;transform:translateY(-2px)}.button-small{min-width:112px;min-height:42px;padding:9px 22px}.menu-toggle{display:none;min-width:68px;min-height:42px;border:1px solid var(--forest);border-radius:2px;background:transparent;color:var(--ink)}.hero{display:grid;min-height:760px;grid-template-columns:minmax(310px,.72fr) minmax(620px,1.7fr);align-items:center;gap:clamp(56px,6vw,110px);padding-block:72px 110px}.hero-copy{position:relative;z-index:2}.section-index{display:flex;align-items:center;gap:14px;margin-bottom:38px;color:var(--muted);font-family:var(--serif);font-style:italic}.section-index i{display:block;width:126px;height:1px;background:var(--muted)}.hero h1{max-width:500px;margin-bottom:42px;font-size:clamp(5rem,8.5vw,9.4rem);line-height:.84;letter-spacing:-.07em}.hero-summary{max-width:390px;margin-bottom:30px;font-size:1.08rem}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.text-link{padding-block:8px;border-bottom:1px solid currentColor;font-weight:600}.text-link span{display:inline-block;margin-left:9px;transition:transform .16s ease}.text-link:hover span{transform:translate(4px)}.hero-preview{position:relative}.library-preview{overflow:hidden;border:1px solid var(--rule);border-radius:6px;background:var(--paper-bright);box-shadow:0 20px 60px #28322a1c}.library-preview .brand{font-size:1.02rem}.library-preview .brand img{width:24px;height:24px}.preview-header{display:flex;min-height:64px;align-items:center;justify-content:space-between;padding:12px 22px;border-bottom:1px solid #e3dfd6}.preview-actions{display:flex;gap:24px;color:var(--muted);font-size:.73rem}.preview-body{display:grid;grid-template-columns:170px 1fr}.preview-sidebar{display:flex;min-height:480px;flex-direction:column;gap:16px;padding:28px 20px;border-right:1px solid #e3dfd6;color:#555c56;font-size:.72rem}.preview-sidebar strong{margin:-8px -8px 0;padding:9px 8px;background:#edf0ea;color:var(--ink);font-family:var(--sans)}.preview-sidebar hr{width:100%;margin:5px 0;border:0;border-top:1px solid #e3dfd6}.preview-sidebar small{color:#8c8f8b;text-transform:uppercase;letter-spacing:.12em}.preview-content{padding:27px}.preview-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.preview-title h2{margin:0;font-size:2.15rem;letter-spacing:-.04em}.preview-title>span{padding-bottom:5px;color:var(--muted);font-size:.68rem}.eyebrow{margin-bottom:12px;color:var(--herb);font-size:.76rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.recipe-card{overflow:hidden;border:1px solid #e0dcd2;background:var(--paper-bright)}.recipe-card img{width:100%;aspect-ratio:1.2;object-fit:cover}.recipe-card h3{min-height:52px;margin:0;padding:10px 11px;font-size:.82rem;line-height:1.2}.handwritten-note{position:absolute;right:47%;bottom:-76px;margin:0;color:var(--muted);font-family:var(--serif);font-size:.95rem;font-style:italic;text-align:center;transform:rotate(-5deg)}.import-section{padding-block:105px 120px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--paper)}.import-layout{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(700px,1.6fr);gap:clamp(60px,8vw,140px)}.section-intro h2{max-width:460px;margin-bottom:28px}.section-intro>p:last-child{max-width:390px}.import-sources{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.source-label{display:flex;align-items:center;gap:9px;min-height:32px;margin-bottom:15px;font-size:.9rem;font-weight:600}.source-label span{color:var(--herb);font-family:var(--serif)}.source-frame{width:100%;height:370px;border:1px solid var(--rule);border-radius:4px;background:var(--paper-bright);object-fit:cover}.website-source{overflow:hidden}.website-source>p{margin:0;padding:13px 16px;border-bottom:1px solid var(--rule);background:var(--forest);color:#fff;font-size:.72rem;letter-spacing:.1em}.website-source img{width:100%;height:250px;object-fit:cover}.website-source strong{display:block;padding:16px;font-family:var(--serif);font-size:1.05rem}.note-source{object-position:center}.text-source{padding:25px 22px}.text-source strong,.text-source small{display:block}.text-source strong{margin-bottom:5px;font-family:var(--serif);font-size:1.2rem}.text-source small{margin-bottom:24px;color:var(--muted)}.text-source p{font-size:.77rem;line-height:1.45}.editorial-section{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(420px,1fr) minmax(180px,.42fr);align-items:stretch;gap:clamp(38px,5vw,82px);padding-block:122px}.feature-photo{width:100%;height:100%;min-height:650px;object-fit:cover}.feature-copy{align-self:center}.feature-copy h2{margin-bottom:42px}.feature-list article{display:grid;grid-template-columns:38px 1fr;gap:16px;padding-block:20px;border-top:1px solid var(--rule)}.feature-list article:last-child{border-bottom:1px solid var(--rule)}.feature-list article>span{color:var(--herb);font-family:var(--serif);font-size:1.15rem}.feature-list h3{margin-bottom:5px;font-size:1.08rem}.feature-list p{margin-bottom:0;color:var(--muted);font-size:.9rem}.index-art{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:32px;border-left:1px solid var(--rule);text-align:center}.index-art em{padding-bottom:4px;border-bottom:1px solid currentColor;font-family:var(--serif)}.index-art strong{color:var(--forest);font-family:var(--serif);font-size:clamp(6rem,9vw,10rem);font-weight:500;line-height:1}.index-art p{max-width:150px;font-family:var(--serif);font-size:1rem;font-style:italic}.cook-section{padding-block:120px;background:var(--forest);color:#f8f4eb}.cook-layout{display:grid;grid-template-columns:minmax(520px,1.25fr) minmax(320px,.75fr);align-items:center;gap:clamp(70px,10vw,170px)}.cook-preview{padding:28px;border:1px solid rgb(255 255 255 / 22%);background:#294634}.cook-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.cook-title h2{max-width:520px;margin:0;font-size:clamp(1.8rem,3vw,3rem)}.cook-title>span{color:#ccd7ce}.cook-preview>img{width:100%;max-height:360px;object-fit:cover}.cook-preview ol{margin:0;padding:0;list-style:none}.cook-preview li{display:grid;grid-template-columns:42px 1fr;gap:12px;padding-block:15px;border-bottom:1px solid rgb(255 255 255 / 18%);color:#e7ebe5}.cook-preview li span{color:#b9ceb9;font-family:var(--serif)}.cook-copy .section-index,.cook-copy .eyebrow{color:#b9ceb9}.cook-copy .section-index i{background:#b9ceb9}.cook-copy h2{margin-bottom:32px}.cook-copy>p:last-child{max-width:470px;color:#d9e0da;font-size:1.08rem}.sharing-section{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(560px,1.25fr);gap:clamp(80px,10vw,170px);align-items:center;padding-block:120px}.sharing-copy h2{margin-bottom:28px}.sharing-copy>p:last-child{max-width:480px}.sharing-preview{border:1px solid var(--rule);background:var(--paper-bright)}.sharing-preview-title{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 25px;border-bottom:1px solid var(--rule)}.sharing-preview-title p{margin:0;font-family:var(--serif);font-size:1.35rem}.sharing-preview-title span{color:var(--muted);font-size:.8rem}.share-row{display:grid;grid-template-columns:34px 1fr 24px;align-items:center;gap:14px;padding:18px 25px;border-bottom:1px solid var(--rule)}.share-row:last-child{border-bottom:0}.share-row>span{color:var(--herb);font-family:var(--serif)}.share-row strong,.share-row small{display:block}.share-row small{margin-top:3px;color:var(--muted)}.share-row i{font-family:var(--serif);font-style:normal}.final-cta{display:flex;align-items:center;justify-content:space-between;gap:60px;margin-bottom:72px;padding:38px 46px;border:1px solid var(--rule);background:var(--paper)}.final-cta h2{margin-bottom:12px;font-size:clamp(2rem,3vw,3.3rem)}.final-cta p{max-width:560px;margin-bottom:0}.final-action{display:flex;min-width:230px;flex-direction:column;align-items:center;gap:10px}.final-action span{color:var(--muted);font-size:.82rem}.site-footer{display:flex;min-height:100px;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--rule);color:var(--muted);font-size:.82rem}.site-footer .brand{color:var(--ink);font-size:1.1rem}.site-footer .brand img{width:25px;height:25px}.site-footer p{margin:0}.site-footer a:not(.brand){border-bottom:1px solid currentColor}@media(max-width:1120px){.page-width,.header-inner{width:min(100% - 56px,1080px)}.hero{min-height:auto;grid-template-columns:.75fr 1.25fr;gap:48px;padding-top:52px}.hero h1{font-size:clamp(4rem,8.8vw,6.8rem)}.preview-body{grid-template-columns:120px 1fr}.preview-sidebar{padding-inline:13px}.import-layout{grid-template-columns:1fr}.editorial-section{grid-template-columns:.9fr 1.1fr}.index-art{display:none}.cook-layout{grid-template-columns:1.15fr .85fr;gap:55px}.sharing-section{gap:60px}}@media(max-width:860px){.header-inner{min-height:76px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.primary-nav{position:absolute;top:76px;right:0;left:0;display:none;align-items:stretch;padding:24px 28px 28px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--paper-bright)}.primary-nav.is-open{display:flex;flex-direction:column;gap:8px}.primary-nav>a:not(.button){padding:11px 0}.primary-nav .button{margin-top:8px}.hero{grid-template-columns:1fr}.hero-copy{max-width:560px}.hero h1{font-size:clamp(5.2rem,17vw,8rem)}.handwritten-note{display:none}.editorial-section,.cook-layout,.sharing-section{grid-template-columns:1fr}.feature-photo{max-height:650px}.cook-copy{order:-1}.sharing-copy{max-width:590px}}@media(max-width:640px){.page-width,.header-inner{width:min(100% - 36px,600px)}.brand{font-size:1.3rem}.brand img{width:30px;height:30px}.hero{padding-block:46px 78px}.hero h1{font-size:clamp(4.15rem,21vw,6.3rem);margin-bottom:32px}.hero-summary{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column}.library-preview{border-radius:4px}.preview-header{padding-inline:15px}.preview-actions,.preview-sidebar{display:none}.preview-body{display:block}.preview-content{padding:18px}.preview-title h2{font-size:1.65rem}.recipe-grid{grid-template-columns:repeat(2,1fr);gap:10px}.recipe-card:nth-child(n+5){display:none}.import-section,.editorial-section,.cook-section,.sharing-section{padding-block:80px}.import-sources{grid-template-columns:1fr;gap:32px}.source-frame{height:350px}.editorial-section{gap:45px}.feature-photo{min-height:430px}.cook-preview{padding:16px}.cook-title{align-items:start;flex-direction:column}.cook-preview>img{max-height:280px}.sharing-preview-title{align-items:start;flex-direction:column}.share-row{padding-inline:16px}.final-cta{align-items:flex-start;flex-direction:column;margin-bottom:48px;padding:28px 24px}.final-action{width:100%;min-width:0;align-items:stretch}.site-footer{align-items:flex-start;flex-direction:column;padding-block:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important}}
