@import url('/assets/fonts.css');
:root{--cream:#fbf7f0;--ink:#29221c;--rust:#a74625;--orange:#c2703d;--sand:#eadfce;--muted:#6d6257;--line:#d8cabb;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 var(--sans)}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:5px}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--rust);outline-offset:5px}img{display:block;max-width:100%;height:auto}figure{margin:0}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.07;letter-spacing:-.04em}h1{font-size:clamp(52px,6.5vw,96px);margin-bottom:28px}h2{font-size:clamp(36px,4.2vw,58px);margin-bottom:24px}h3{font-size:30px;margin-bottom:14px}h4{font-size:16px;line-height:1.4;margin-bottom:12px}em{font-weight:400}p{margin-bottom:20px}main{min-height:50vh}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:600;color:var(--rust);margin-bottom:23px;line-height:1.7}.small{font-size:12px;line-height:1.6}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-80px;left:20px;z-index:20;background:var(--ink);color:white;padding:15px}.skip-link:focus{top:12px}.preview-bar{background:#ede0cd;color:#625242;padding:6px 4.8%;font-size:10px;letter-spacing:.12em;display:flex;justify-content:space-between;gap:12px}.preview-bar span{letter-spacing:.02em}.preview-bar a{font-weight:600}.site-header{padding:0 4.8%;max-width:1600px;margin:auto}.header-note{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:.16em;padding:14px 0 11px}.masthead{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 0 26px}.wordmark{font-family:var(--serif);font-size:65px;letter-spacing:-.065em;line-height:.9;text-decoration:none}.wordmark span{display:block;font:8px/1 var(--sans);letter-spacing:.27em;text-align:center;margin-top:13px}.masthead nav{display:flex;align-items:center;gap:clamp(18px,2.2vw,34px);font-size:12px}.masthead nav a{text-decoration:none;white-space:nowrap;padding:8px 0}.masthead nav a[aria-current=page]{color:var(--rust);border-bottom:1px solid var(--rust)}.saved-nav{border-left:1px solid var(--line);padding-left:20px!important}.saved-nav span{color:var(--rust);margin-left:4px}.menu-toggle{display:none}.home-hero{display:grid;grid-template-columns:43% 57%;max-width:1600px;padding:5px 4.8% 0;margin:auto}.hero-copy{padding:38px 35px 24px 0}.hero-copy h1{font-size:clamp(58px,6.3vw,94px);line-height:1.02}.hero-copy h1 em{color:var(--rust)}.hero-copy>p:not(.eyebrow){max-width:330px;font:20px/1.5 var(--serif)}.hero-actions{display:flex;align-items:flex-start;flex-direction:column;gap:20px;margin:28px 0}.button,.outline-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--rust);border:1px solid var(--rust);color:var(--cream);padding:14px 23px;text-decoration:none;font:13px/1.4 var(--sans);transition:background .15s}.button:hover{background:#85381e}.outline-button{background:transparent;color:var(--ink);border-color:var(--line)}.outline-button:hover{background:var(--sand)}.text-link{font:13px/1.6 var(--sans);display:inline-flex;align-items:center;gap:24px}.text-link:hover{color:var(--rust)}.hero-signature{display:flex;align-items:center;gap:12px;margin-top:48px;font-size:8px;letter-spacing:.18em;color:var(--muted)}.rule{width:28px;border-top:1px solid var(--orange)}.hero-photo{position:relative;align-self:stretch;padding-bottom:44px;min-height:620px}.hero-photo img{height:100%;width:100%;object-fit:cover;object-position:50% 50%}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;border-bottom:1px solid var(--line);height:44px}.hero-photo figcaption span{font-size:8px;letter-spacing:.15em;color:var(--rust)}.hero-photo figcaption a{text-decoration:none}.category-strip{margin:40px 4.8% 0;padding:22px 0;display:flex;justify-content:space-evenly;gap:14px;border-block:1px solid var(--line);font:18px/1.4 var(--serif)}.category-strip a{text-decoration:none}.category-strip a:hover{color:var(--rust)}.category-strip>span{color:#b29d87}.section{padding:70px 4.8%;max-width:1600px;margin:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-heading h2{margin-bottom:0}.section-heading .eyebrow{margin-bottom:15px}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 26px}.recipe-card .image-link{display:block;overflow:hidden}.recipe-card img{width:100%;aspect-ratio:1.35;object-fit:cover;transition:transform .3s}.recipe-card .image-link:hover img{transform:scale(1.025)}.card-meta{display:flex;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--rust);padding:18px 0 13px}.recipe-card h3{font-size:29px;margin-bottom:12px}.recipe-card h3 a{text-decoration:none}.recipe-card p{font-size:13px;color:var(--muted);max-width:42ch;line-height:1.6}.save-link,.text-button{background:none;border:0;padding:7px 0;color:var(--rust);font-size:12px;text-decoration:underline;text-underline-offset:5px}.save-link[aria-pressed=true]{color:var(--ink)}.section>.small{margin-top:24px}.explosion-feature{background:#f1e7d9;display:grid;grid-template-columns:1fr 1fr;padding:0 7%;max-width:1600px;margin:auto;position:relative;overflow:hidden}.explosion-copy{align-self:center;padding:70px 40px 70px 0;max-width:460px}.explosion-copy h2{font-size:clamp(55px,5.8vw,84px)}.explosion-copy h2 em{color:var(--rust)}.explosion-copy p:not(.eyebrow){max-width:36ch}.explosion-image{display:block;align-self:center;padding:40px 0}.explosion-image img{width:100%;max-height:750px;object-fit:contain}.fine-annotation{display:block;color:var(--rust);font:italic 21px var(--serif);margin-top:35px}.article-grid,.start-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}.article-card{border-top:1px solid var(--line);padding:23px 0 0;position:relative}.article-number{font:italic 55px/1 var(--serif);color:#c9ab8f;margin-bottom:35px}.article-card h3{font-size:32px;line-height:1.13;max-width:18ch}.article-card h3 a{text-decoration:none}.article-card p:not(.eyebrow){font-size:14px;color:var(--muted);max-width:40ch}.article-card .eyebrow{margin-bottom:15px}.book-band{margin:10px 4.8% 50px;display:grid;grid-template-columns:1fr 1.15fr;gap:8%;align-items:center;padding:40px 5% 60px;border-block:1px solid var(--line)}.book-band>div:last-child>p{max-width:48ch}.book-preview{background:#eaddc9;display:flex;align-items:center;justify-content:center;padding:50px 30px;min-height:420px}.book-cover{background:#b6522d;color:#fff8ed;padding:26px 30px 25px;width:270px;box-shadow:12px 18px 20px #75553e33;transform:rotate(-5deg);border-left:7px solid #9b4425}.book-cover .eyebrow{color:#ffecda;font-size:7px;letter-spacing:.13em;margin-bottom:38px}.book-cover h3{font-size:40px;line-height:1.03;margin-bottom:32px}.book-cover>span{font-size:8px;letter-spacing:.15em;line-height:1.7;display:block}.cover-rule{height:1px;background:#e2a782;margin:20px 0}.book-cover>p{font:17px var(--serif);margin:0}.newsletter-band{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:center;background:#ede0d0;padding:55px 9.6%;margin-top:20px}.newsletter-band h2{margin-bottom:0;font-size:48px}.newsletter-band p{max-width:43ch}.newsletter-band .eyebrow{margin-bottom:15px}.site-footer{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:45px;padding:65px 4.8% 24px;background:var(--cream);border-top:1px solid var(--line)}.footer-wordmark{font:65px/.9 var(--serif);letter-spacing:-.065em;text-decoration:none}.footer-wordmark span{color:var(--rust)}.site-footer>div>p{margin-top:23px;color:var(--muted);font-size:14px}.site-footer h2{font:10px var(--sans);text-transform:uppercase;letter-spacing:.16em;margin:0 0 20px}.site-footer>div:not(:first-child)>a{display:block;font-size:12px;margin-bottom:10px;text-decoration:none}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px;margin-top:25px;display:flex;justify-content:space-between;font-size:9px;color:var(--muted)}.page-intro{padding:65px 9.6% 50px;border-bottom:1px solid var(--line);max-width:1600px;margin:auto}.page-intro h1 em{color:var(--rust)}.page-intro>p:not(.eyebrow){font:22px/1.5 var(--serif);max-width:43ch}.collection-section{padding-top:35px}.search-form{max-width:750px}.search-form label{display:block;font-size:12px;margin-bottom:8px}.search-form>div{display:flex;gap:10px}.search-form input[type=search]{border:1px solid var(--line);background:#fffaf4;padding:15px 18px;width:100%;min-width:0;font-size:15px}.filters{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0}.filters a{text-decoration:none;border:1px solid var(--line);padding:8px 15px;font-size:12px}.filters a[aria-current=true]{background:var(--ink);color:var(--cream);border-color:var(--ink)}.empty-state{padding:40px 0}.breadcrumbs{padding:25px 4.8% 12px;font-size:11px;color:var(--muted)}.recipe-detail{max-width:1600px;margin:auto}.recipe-header{display:grid;grid-template-columns:1fr 1.1fr;gap:6%;padding:30px 4.8% 30px;align-items:center}.recipe-header h1{font-size:clamp(48px,5.3vw,76px)}.recipe-header figure img{width:100%;aspect-ratio:1.1;object-fit:cover}.recipe-header figcaption{font-size:10px;color:var(--muted);margin-top:8px}.standfirst{font:23px/1.5 var(--serif)}.byline{font-size:11px;color:var(--muted);margin:24px 0}.recipe-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.recipe-intro{display:grid;grid-template-columns:1.8fr 1fr;gap:8%;padding:30px 9.6% 60px}.recipe-intro p{font-size:15px}.testing-note{border-left:1px solid var(--orange);padding-left:24px;align-self:start}.testing-note p{font-size:13px;color:var(--muted);margin:12px 0 0}.recipe-sheet{margin:0 4.8%;padding:45px 4.8%;border:1px solid #cbaa8d;background:#fffaf3}.recipe-sheet .section-heading h2{font-size:40px}.recipe-facts{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line);margin:30px 0 12px;padding:20px 0}.recipe-facts dt{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.recipe-facts dd{margin:8px 0 0;font:26px var(--serif)}.recipe-columns{display:grid;grid-template-columns:.85fr 1.4fr;gap:9%;margin-top:40px}.recipe-columns h3{font-size:33px}.ingredients h4{font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-top:28px}.ingredients ul{list-style:none;margin:0;padding:0}.ingredients li{border-bottom:1px solid #e8ddd0;font-size:14px}.ingredients label{display:flex;gap:12px;padding:12px 0;align-items:flex-start;cursor:pointer}.ingredients input{width:17px;height:17px;accent-color:var(--rust);flex-shrink:0;margin:3px 0}.ingredients input:checked+span{text-decoration:line-through;color:var(--muted)}.plain-list li{padding:7px 0}.method ol{padding:0;list-style:none}.method li{display:flex;gap:22px;margin-bottom:30px}.step-number{font:italic 26px var(--serif);color:var(--rust)}.method h4{font:23px var(--serif);margin-bottom:12px}.method p{font-size:15px;line-height:1.8}.recipe-notes{border-top:1px solid var(--line);margin-top:40px;padding-top:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.recipe-notes h3{font-size:24px}.recipe-notes p{font-size:13px;color:var(--muted)}.sources{border-top:1px solid var(--line);padding-top:24px;margin-top:30px}.sources h2{font:15px var(--sans);letter-spacing:0}.sources ul{padding-left:20px;font-size:13px}.sources p{font-size:11px!important;color:var(--muted)}.recipe-explosion{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8%;padding:65px 14%}.recipe-explosion img{max-height:700px;object-fit:contain}.recipe-explosion>div{max-width:36ch}.article-layout{max-width:920px;padding:50px 40px 30px;margin:auto}.article-layout header{border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:40px}.article-layout h1{font-size:clamp(46px,6vw,78px)}.article-content{max-width:680px;margin:auto}.article-content>p{font:18px/1.85 var(--serif)}.article-content h2{font-size:33px;margin-top:40px}.article-content a{color:var(--rust)}.editor-note{background:#eee2d3;padding:28px 32px;margin-top:35px}.editor-note p{font-size:14px}.editor-note h2{font-size:30px}.exploding-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.exploding-grid img{width:100%;height:auto}.exploding-grid .eyebrow{margin-top:25px}.exploding-grid h2{font-size:29px}.book-contents{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding-inline:9.6%}.book-contents ol{padding-left:24px}.book-contents li{padding:12px 0;border-bottom:1px solid var(--line);font:20px var(--serif)}.book-contents h2{font-size:40px}.studio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.social-card{padding:26px;border:1px solid var(--line);background:#fff9ef}.social-card h2{font-size:28px}.social-card>p{font-size:14px}.social-card .small{font-size:10px}dialog{border:1px solid var(--line);background:var(--cream);color:var(--ink);width:min(720px,92vw);padding:35px;max-height:90vh}dialog::backdrop{background:#251e19b8}.dialog-top,.dialog-controls{display:flex;justify-content:space-between;align-items:center;gap:25px}.dialog-top .eyebrow{margin:0}.dialog-top{margin-bottom:30px}#cooking-progress{font-size:12px;color:var(--rust)}#cooking-title{font-size:42px}#cooking-text{font:22px/1.65 var(--serif)}.dialog-controls{margin:28px 0}.not-found{padding:90px 10%;min-height:50vh}[hidden]{display:none!important}
@media(min-width:1600px){.category-strip,.book-band{max-width:1446px;margin-inline:auto}.site-footer{padding-inline:max(4.8%,calc((100vw - 1446px)/2))}.newsletter-band{padding-inline:max(9.6%,calc((100vw - 1300px)/2))}}
@media(max-width:1050px){.wordmark{font-size:52px}.masthead nav{gap:16px;font-size:11px}.hero-copy h1{font-size:66px}.hero-photo{min-height:560px}.hero-copy{padding-top:25px}.recipe-grid{gap:30px 20px}.recipe-card h3{font-size:25px}.article-card h3{font-size:27px}.hero-signature{margin-top:30px}.newsletter-band{gap:35px;padding-inline:6%}.recipe-columns{gap:6%}.studio-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.preview-bar{font-size:8px}.preview-bar span{display:none}.header-note{font-size:7px;letter-spacing:.08em}.masthead{position:relative;flex-wrap:wrap;padding:23px 0}.wordmark{font-size:52px}.menu-toggle{display:flex;gap:24px;align-items:center;background:none;border:1px solid var(--line);padding:10px 14px;font-size:12px}.masthead nav{width:100%;display:flex;flex-wrap:wrap;gap:12px 20px;padding-top:15px}.js .masthead nav{display:none}.js .masthead nav.is-open{display:flex}.saved-nav{border-left:none;padding-left:0!important}.home-hero{grid-template-columns:1fr;padding-top:5px}.hero-copy{padding:24px 0 22px}.hero-copy h1{font-size:clamp(59px,10vw,82px)}.hero-copy h1 br:last-of-type{display:block}.hero-copy>p:not(.eyebrow){max-width:33ch}.hero-actions{margin:25px 0}.hero-signature{margin-top:22px}.hero-photo{min-height:0;height:auto;aspect-ratio:1.1}.hero-photo img{height:calc(100% - 0px);object-position:50% 50%}.category-strip{flex-wrap:wrap;justify-content:center;font-size:16px;gap:10px 20px;margin-top:26px;padding:20px 0}.category-strip>span{display:none}.section{padding-top:45px;padding-bottom:45px}.section-heading{gap:15px}.section-heading .text-link{font-size:11px;gap:10px;white-space:nowrap}.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recipe-card:last-child:nth-child(odd){grid-column:1/-1;max-width:100%}.recipe-card:last-child:nth-child(odd) img{aspect-ratio:1.8}.explosion-feature{grid-template-columns:1fr 1fr;padding:0 5%;gap:10px}.explosion-copy{padding:40px 0}.explosion-copy h2{font-size:46px}.explosion-copy p:not(.eyebrow){font-size:13px}.explosion-copy .button{font-size:11px;padding:12px}.fine-annotation{font-size:15px}.article-grid,.start-steps{gap:24px}.article-card h3{font-size:24px}.article-card p:not(.eyebrow){font-size:12px}.article-number{font-size:42px;margin-bottom:25px}.book-band{gap:30px;padding:35px 0}.book-preview{min-height:0;padding:38px 24px}.book-cover{padding:20px 22px;width:220px}.book-cover h3{font-size:32px}.book-band h2{font-size:34px}.book-band p{font-size:14px}.newsletter-band{grid-template-columns:1fr;gap:22px;padding:35px 7%}.newsletter-band h2{font-size:38px}.site-footer{grid-template-columns:1.3fr 1fr 1fr;gap:25px;padding-top:45px}.footer-wordmark{font-size:42px}.site-footer>div>p{font-size:12px}.footer-bottom{line-height:1.8}.page-intro{padding:40px 6% 30px}.page-intro h1{font-size:58px}.page-intro>p:not(.eyebrow){font-size:20px}.recipe-header{grid-template-columns:1fr;gap:28px}.recipe-header h1{font-size:58px}.recipe-header figure img{aspect-ratio:1.5}.recipe-intro{padding:20px 6% 40px;grid-template-columns:1fr;gap:20px}.recipe-sheet{padding:30px 5%}.recipe-sheet .section-heading{align-items:start;flex-direction:column}.recipe-columns{grid-template-columns:1fr;gap:35px}.recipe-notes{grid-template-columns:1fr;gap:14px}.recipe-explosion{padding:40px 7%;gap:20px}.recipe-explosion h2{font-size:37px}.recipe-explosion p{font-size:14px}.exploding-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.exploding-grid h2{font-size:25px}.book-contents{grid-template-columns:1fr;gap:45px}.article-layout{padding:35px 6%}.article-layout h1{font-size:54px}.standfirst{font-size:21px}.article-content>p{font-size:18px}}
@media(max-width:520px){.header-note span:last-child{max-width:130px;text-align:right}.recipe-grid,.article-grid,.start-steps,.studio-grid{grid-template-columns:1fr}.recipe-card:last-child:nth-child(odd) img{aspect-ratio:1.35}.section-heading{align-items:start}.section-heading h2{font-size:35px}.section-heading .text-link{margin-top:30px}.recipe-card h3{font-size:30px}.article-card h3{font-size:30px}.article-card p:not(.eyebrow){font-size:14px}.article-number{margin-bottom:18px}.explosion-feature{grid-template-columns:1fr;padding:0 7%}.explosion-copy{padding:40px 0 0;max-width:350px}.explosion-copy h2{font-size:61px}.explosion-copy p:not(.eyebrow){font-size:15px}.fine-annotation{display:none}.explosion-image{padding:15px 0 30px}.explosion-image img{max-height:700px}.book-band{grid-template-columns:1fr;padding:28px 0 40px}.book-preview{padding:45px}.book-band>div:last-child{padding:0 3%}.book-band h2{font-size:37px}.site-footer{grid-template-columns:1fr 1fr}.site-footer>div:first-child{grid-column:1/-1}.footer-wordmark{font-size:58px}.footer-bottom{flex-direction:column;gap:12px}.page-intro h1{font-size:52px}.search-form .button{padding:12px;gap:8px}.filters{gap:8px}.filters a{font-size:11px;padding:7px 10px}.recipe-facts{grid-template-columns:repeat(2,1fr);gap:20px}.recipe-header h1{font-size:51px}.recipe-toolbar .button,.recipe-toolbar .outline-button{font-size:12px;padding:12px 16px}.recipe-explosion{grid-template-columns:1fr}.recipe-explosion>div{max-width:100%}.exploding-grid{grid-template-columns:1fr}.article-layout h1{font-size:47px}.editor-note{padding:25px}.recipe-sheet .section-heading h2{font-size:34px}.recipe-columns h3{font-size:30px}.recipe-facts dd{font-size:24px}.dialog-top{align-items:start}#cooking-title{font-size:33px}#cooking-text{font-size:19px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{body{background:white;color:black;font-size:11pt}.site-header,.site-footer,.preview-bar,.breadcrumbs,.recipe-header figure,.recipe-intro,.recipe-toolbar,.recipe-explosion,.recipe-detail~.section,.skip-link,dialog,button,.recipe-sheet .section-heading,.recipe-header .eyebrow{display:none!important}.recipe-header{display:block;padding:0}.recipe-header h1{font-size:28pt;margin:0 0 10px}.recipe-header .standfirst{font-size:12pt}.recipe-sheet{margin:0;padding:0;border:0;background:white}.recipe-columns{grid-template-columns:1fr 1.5fr;gap:30px}.recipe-facts{grid-template-columns:repeat(4,1fr)}.recipe-notes{grid-template-columns:1fr 1fr}.ingredients input{display:none}.ingredients label{padding:6px 0}.ingredients input:checked+span{text-decoration:none;color:black}.method li,.recipe-notes section{break-inside:avoid}.method p,.recipe-notes p,.ingredients li{font-size:10pt}.recipe-facts dd{font-size:15pt}a{text-decoration:none;color:black}.sources{font-size:9pt}.sources a::after{content:' (' attr(href) ')';overflow-wrap:anywhere}.byline{margin:10px 0}.article-layout{max-width:none;padding:0}.article-content{max-width:none}.article-content>p{font-size:11pt}.article-layout h1{font-size:28pt}.article-layout~.section{display:none}}
