:root{--ink:#183c32;--red:#bd3d24;--text:#293a33;--muted:#647068;--line:#dce2dc;--soft:#f3f5f2;--paper:#fff;--serif:Georgia,'Times New Roman',serif;--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--text);font:17px/1.65 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}figure{margin:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink)}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em}h1{font-size:clamp(44px,4.8vw,68px);line-height:1.03;margin-bottom:24px}h2{font-size:36px;line-height:1.16;margin-bottom:18px}h3{font-size:22px;line-height:1.3;font-weight:500;letter-spacing:-.02em}p{margin-bottom:20px}a:hover{color:var(--red)}:focus-visible{outline:3px solid var(--red);outline-offset:5px}button:disabled{cursor:default}button:focus-visible,input:focus-visible{outline-offset:3px}[hidden]{display:none!important}.wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto}.icon{flex:0 0 auto;vertical-align:middle}.eyebrow{font-size:12px;line-height:1.4;font-weight:650;text-transform:uppercase;letter-spacing:.13em;margin-bottom:22px}.red{color:var(--red)}.muted{color:var(--muted)}.small{font-size:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:10px;left:10px;background:var(--ink);color:#fff;padding:12px 20px;z-index:99;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{display:flex;justify-content:space-between;align-items:center;height:110px;border-bottom:1px solid var(--line);gap:30px}.logo{display:inline-block;flex:0 0 auto}.logo img{width:218px;height:auto}.site-header nav{display:flex;gap:38px;align-items:center;font-size:15px}.site-header nav a{position:relative;padding:12px 0}.site-header nav a[aria-current=page]:after{content:'';position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--red)}.nav-search{display:flex;align-items:center;gap:9px}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:50px;padding:12px 23px;background:var(--ink);color:#fff;font-size:14px;line-height:1.4;font-weight:600;border:1px solid var(--ink);border-radius:2px;transition:background .15s,color .15s}.button:hover{background:var(--red);border-color:var(--red);color:#fff}.button.secondary{color:var(--ink);background:#fff;border-color:var(--line)}.button.secondary:hover{border-color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:600;background:none;border:0;padding:6px 0;color:var(--ink)}.text-link:hover{color:var(--red)}.inline-meta{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--muted);margin-bottom:22px}.inline-meta .icon{width:16px;height:16px}.image-caption{position:absolute;left:18px;right:18px;bottom:18px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;font-size:13px;color:var(--ink)}.find-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding-block:35px 22px;border-top:1px solid var(--line)}.find-section .eyebrow{margin-bottom:12px}.find-section h2{font-size:31px;margin-bottom:0}.search-form{display:flex;gap:12px;align-items:center;border:1px solid var(--line);padding:5px 5px 5px 18px;min-height:59px;border-radius:2px;background:#fff}.search-form>.icon{color:var(--muted)}.search-form input{width:100%;min-width:0;flex:1;border:0;color:var(--ink);padding:10px 0;background:none;font-size:15px}.search-form input::placeholder{color:var(--muted)}.search-form button{display:flex;align-items:center;gap:12px;align-self:stretch;border:0;background:var(--ink);color:#fff;padding:10px 16px;font-size:13px;font-weight:600;border-radius:1px}.search-form button:hover{background:var(--red)}.search-form button .icon{width:16px}.category-links{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:6px 0 32px;border-bottom:1px solid var(--line);margin-bottom:0}.category-links a,.category-links button{display:inline-flex;align-items:center;gap:9px;padding:9px 18px;border:1px solid var(--line);border-radius:2px;min-height:42px;font-size:14px;color:var(--ink);background:#fff}.category-links a:first-child,.category-links button[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.category-links a:hover,.category-links button:hover{border-color:var(--red);color:var(--red)}.category-links a:first-child:hover,.category-links button[aria-pressed=true]:hover{background:var(--red);color:#fff}.category-links .icon{width:16px}.recipe-section{padding-block:46px}.section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:26px}.section-heading h2{margin:0;font-size:34px}.section-heading p{font-size:14px;color:var(--muted);margin-bottom:0}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 28px}.card-photo{display:block;overflow:hidden;background:var(--soft);aspect-ratio:4/3;margin-bottom:19px}.card-photo .recipe-photo{width:100%;height:100%;object-fit:cover;transition:transform .3s}.card-photo .photo-bunny-bread{object-fit:contain}.card-photo:hover .recipe-photo{transform:scale(1.025)}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:19px;margin-bottom:11px}.card-meta>.eyebrow{margin:0;color:var(--red);font-size:11px;letter-spacing:.1em}.card-meta>span:last-child:not(:first-child){display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;white-space:nowrap}.card-meta .icon{width:15px;height:15px}.recipe-card h3{font-family:var(--serif);font-weight:400;font-size:25px;letter-spacing:-.02em;line-height:1.2;margin-bottom:9px}.recipe-card h3 a{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.recipe-card h3 .icon{width:18px;margin-top:4px}.recipe-card p{font-size:14px;color:var(--muted);line-height:1.65;margin:0;max-width:340px}.advertisement{color:var(--muted);font-size:10px;letter-spacing:.14em;text-transform:uppercase;text-align:center}.advertisement>span{display:block;margin-bottom:10px;line-height:15px}.ad-reserve{background:var(--soft);border:1px solid #e9ede7}.ad-wide{padding:25px 0 28px;border-block:1px solid var(--line);margin-block:10px;width:100%}.ad-wide .ad-reserve{height:90px;max-width:970px;margin:auto}.story-banner{display:grid;grid-template-columns:1fr 1fr;gap:60px;border-top:1px solid var(--line);padding:58px 0 68px;margin-top:8px}.story-banner .eyebrow{margin-bottom:16px}.story-banner h2{font-size:39px;max-width:350px;margin-bottom:0}.story-banner p{font-family:var(--serif);font-size:23px;line-height:1.5;letter-spacing:-.01em}.site-footer{background:var(--soft);padding-top:40px}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:center;padding-bottom:38px}.footer-top p{font-size:14px;line-height:1.75;color:var(--muted);margin-bottom:0}.footer-top nav{display:flex;flex-direction:column;align-items:flex-end;gap:6px;font-size:14px}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center;padding-block:20px;font-size:11px;color:var(--muted)}
.page-heading{padding-top:65px;padding-bottom:30px;max-width:850px}.page-heading>.eyebrow{margin-bottom:20px}.page-heading h1{font-size:clamp(42px,4.8vw,66px)}.page-heading>p:not(.eyebrow){font-size:18px;color:var(--muted);max-width:650px}.browse-page{padding-bottom:70px}.browse-page>.search-form{max-width:700px;margin-bottom:20px}.browse-page>.category-links{padding-bottom:25px}.result-count{font-size:13px;color:var(--muted);margin-block:20px 28px}.browse-page .recipe-grid{row-gap:42px}.browse-page>.advertisement{margin-top:50px}.empty-state{text-align:center;background:var(--soft);padding:60px 20px}.empty-state p{color:var(--muted)}.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:12px;color:var(--muted);padding-block:28px}.breadcrumbs .icon{width:13px;height:13px}.recipe-hero{display:grid;grid-template-columns:44% 56%;gap:0;margin-bottom:48px;border-bottom:1px solid var(--line);padding-bottom:38px}.recipe-heading{padding:14px 50px 18px 0}.recipe-heading h1{font-size:clamp(40px,4.2vw,58px);line-height:1.08;margin-bottom:22px}.byline{font-size:14px;color:var(--muted);margin-bottom:23px}.byline strong{font-weight:600;color:var(--ink)}.recipe-deck{font-size:17px;line-height:1.6;max-width:380px;color:var(--muted);margin-bottom:22px}.recipe-stats{display:flex;flex-wrap:wrap;gap:26px;margin:30px 0;padding-block:20px;border-block:1px solid var(--line)}.recipe-stats dt{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);margin-bottom:6px}.recipe-stats dd{font-size:17px;line-height:1.2;color:var(--ink);margin:0;white-space:nowrap}.recipe-actions{display:flex;flex-wrap:wrap;gap:10px}.recipe-actions .button{padding-inline:17px;font-size:13px;gap:10px}.recipe-hero-photo{min-height:390px;max-height:550px;background:var(--soft)}.recipe-hero-photo .recipe-photo{width:100%;height:100%;object-fit:cover}.recipe-hero-photo .photo-bunny-bread{object-fit:contain}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:80px;align-items:start}.article-main{max-width:770px;min-width:0}.recipe-intro{font-size:17px;line-height:1.85;padding-bottom:12px}.recipe-intro p:last-child{margin-bottom:16px}.recipe-note{padding:18px 22px;border-left:3px solid var(--red);background:var(--soft);font-size:14px;line-height:1.7;margin:20px 0 34px}.recipe-note strong{display:block;color:var(--ink);margin-bottom:5px}.recipe-note p{margin:0}.cook-card{border-top:2px solid var(--ink);padding-top:30px;scroll-margin-top:28px}.cook-heading{margin-bottom:34px}.cook-heading .eyebrow{margin-bottom:14px}.cook-heading h2{font-size:35px;line-height:1.2;margin-bottom:0}.ingredients-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.ingredients-head h3{font-size:22px;margin:0}.ingredients-head button{font-size:12px;color:var(--muted)}.ingredients-head .icon{width:14px;height:14px}.ingredients-head+p{margin-top:8px;margin-bottom:15px}.ingredients{list-style:none;padding:0;margin:0 0 44px}.ingredients li{border-bottom:1px solid var(--line)}.ingredients label{display:flex;align-items:flex-start;gap:14px;padding:14px 0;cursor:pointer;line-height:1.65;font-size:16px}.ingredients input{appearance:none;flex:0 0 auto;width:21px;height:21px;border:1px solid #89968c;border-radius:2px;margin:3px 0 0;cursor:pointer;display:grid;place-content:center;background:#fff}.ingredients input:checked{background:var(--ink);border-color:var(--ink)}.ingredients input:checked:before{content:'';width:8px;height:4px;border-bottom:2px solid white;border-left:2px solid white;transform:rotate(-45deg) translateY(-1px)}.ingredients input:checked+span{text-decoration:line-through;color:var(--muted)}.method-heading{font-size:24px;margin-bottom:22px}.method{list-style:none;counter-reset:step;padding:0;margin:0}.method li{counter-increment:step;display:grid;grid-template-columns:36px 1fr;gap:17px;align-items:baseline;margin-bottom:25px}.method li:before{content:counter(step,decimal-leading-zero);font-size:13px;font-weight:600;line-height:30px;color:var(--red);border-top:1px solid var(--line)}.method p{font-size:17px;line-height:1.85;margin:0}.cooks-notes{border-top:1px solid var(--line);padding-top:28px;margin-top:30px;font-size:16px}.cooks-notes h3{font-size:22px}.ad-rail .ad-reserve{width:300px;height:600px}.rail-note{margin-top:45px;border-top:1px solid var(--line);padding-top:27px}.rail-note>.eyebrow{display:block;color:var(--red);margin-bottom:17px;font-size:11px}.rail-note h3{font:400 29px/1.15 var(--serif);letter-spacing:-.025em}.rail-note p{font-size:14px;line-height:1.7;color:var(--muted)}.mobile-recipe-ad,.print-credit{display:none}.recipe-article+.mobile-recipe-ad+.recipe-section{border-top:1px solid var(--line);margin-top:50px;padding-top:45px;padding-bottom:65px}.story-page{padding-bottom:80px}.story-page>.page-heading{padding-bottom:44px}.story-layout{display:grid;grid-template-columns:40% 1fr;gap:70px;align-items:start}.story-layout .recipe-photo{width:100%;height:auto}.story-layout figcaption{font-size:12px;color:var(--muted);margin-top:12px}.prose{font-size:18px;line-height:1.9}.prose .button{margin-top:15px}
.brand-page{padding-bottom:70px}.brand-page .page-heading{padding-bottom:55px}.brand-page .page-heading .button{margin-top:8px}.brand-showcase{display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid var(--line)}.brand-tile{min-height:260px;display:flex;align-items:center;justify-content:center;position:relative;padding:38px}.brand-tile>img{width:100%;max-width:290px}.brand-tile>span{position:absolute;bottom:21px;left:23px;font-size:11px;color:var(--muted);letter-spacing:.04em}.brand-tile.dark{background:var(--ink)}.brand-tile.dark span{color:#c8d5ca}.brand-tile.monograms{background:var(--soft);gap:17px}.brand-tile.monograms img{width:auto;flex-shrink:1;max-width:30%;height:auto}.brand-tile.monograms img:nth-child(1){width:96px}.brand-tile.monograms img:nth-child(2){width:64px}.brand-tile.monograms img:nth-child(3){width:32px}.brand-section{padding-top:58px}.swatches{display:grid;grid-template-columns:repeat(4,1fr)}.swatches>div{background:var(--swatch);color:#fff;min-height:170px;padding:27px;display:flex;flex-direction:column;justify-content:flex-end}.swatches span{font-size:15px;margin-bottom:5px}.swatches code{font-size:12px;opacity:.8}.swatches .light-swatch{color:var(--ink);border:1px solid var(--line)}.type-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;border-bottom:1px solid var(--line);padding-bottom:30px}.type-section h2{font-size:49px}.type-section h3{font-size:27px;font-weight:500;margin-top:36px}.type-section p:not(.eyebrow){color:var(--muted);max-width:440px;font-size:16px}.type-section .small{font-size:13px!important}.icon-grid{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.icon-sample{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px}.icon-sample .icon{width:24px;height:24px;color:var(--ink)}.icon-sample>span{font-size:11px;color:var(--muted)}.brand-use{max-width:750px}.brand-use p{color:var(--muted);font-size:16px}
@media(min-width:1440px){}
@media(max-width:1080px){.wrap{width:calc(100% - 56px)}.find-section{gap:24px}.article-layout{gap:38px}.recipe-heading{padding-right:30px}.recipe-heading h1{font-size:46px}.recipe-stats{gap:20px}.recipe-actions .button{padding:12px;font-size:12px}.story-layout{gap:40px}.brand-tile{padding-inline:20px}.recipe-card h3{font-size:23px}.section-heading h2{font-size:31px}}
@media(max-width:900px){.site-header{height:95px}.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 25px}.article-layout{grid-template-columns:minmax(0,1fr)}.article-main{max-width:740px;margin:auto}.recipe-rail{display:none}.mobile-recipe-ad{display:block;margin-top:44px}.ad-mobile .ad-reserve{width:min(100%,336px);height:280px;margin:auto}.recipe-hero{grid-template-columns:46% 54%}.recipe-heading h1{font-size:39px}.recipe-stats{gap:18px;margin-block:24px}.recipe-stats dd{font-size:15px}.recipe-heading{padding-right:24px}.recipe-actions{gap:8px}.recipe-actions .button{font-size:12px;gap:7px}.recipe-deck{font-size:15px}.recipe-hero-photo{min-height:360px}.footer-top{gap:25px}.brand-showcase{grid-template-columns:1fr 1fr}.brand-tile.monograms{grid-column:1/-1;min-height:170px}.brand-tile{min-height:230px}.brand-tile.monograms>span{left:auto;right:24px;bottom:20px}.section-heading{align-items:flex-start}.brand-section .section-heading{flex-direction:column;gap:12px}.swatches>div{padding:20px}.icon-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{height:86px;gap:15px}.logo img{width:180px}.site-header nav{gap:22px;font-size:13px}.nav-search span{display:none}.image-caption{bottom:14px;left:14px;right:14px;font-size:12px;padding:13px 15px}.find-section{grid-template-columns:1fr;gap:23px;padding-top:27px;padding-bottom:20px}.find-section h2{font-size:31px}.category-links{gap:8px;padding-bottom:25px}.category-links a,.category-links button{padding:9px 12px;font-size:13px}.recipe-section{padding-block:32px}.section-heading h2{font-size:31px}.section-heading>.text-link{font-size:12px;gap:7px;white-space:nowrap}.section-heading>.text-link .icon{width:15px}.ad-wide .ad-reserve{height:100px;width:min(100%,320px)}.ad-wide{padding-block:20px}.story-banner{gap:26px;padding:40px 0 50px;grid-template-columns:1fr}.story-banner h2{font-size:37px;max-width:100%}.story-banner p{font-size:22px}.footer-top{grid-template-columns:1fr 1fr;gap:25px}.footer-top p{font-size:13px;justify-self:end}.footer-top nav{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:flex-start;gap:24px;font-size:12px}.footer-bottom{align-items:flex-start;font-size:10px}.page-heading{padding-top:40px;padding-bottom:23px}.page-heading h1{font-size:49px}.page-heading>p:not(.eyebrow){font-size:16px}.browse-page{padding-bottom:45px}.recipe-hero{grid-template-columns:1fr;margin-bottom:28px;padding-bottom:28px}.recipe-heading{padding:10px 0 27px}.recipe-heading h1{font-size:49px;max-width:600px;margin-bottom:19px}.recipe-heading>.eyebrow{font-size:11px;margin-bottom:18px}.byline{margin-bottom:18px}.recipe-deck{font-size:17px;max-width:600px}.recipe-stats{justify-content:flex-start;gap:45px;margin-block:24px}.recipe-stats dd{font-size:18px}.recipe-actions .button{font-size:14px;padding:12px 21px;gap:12px}.recipe-hero-photo{min-height:0;max-height:520px;aspect-ratio:4/3}.recipe-hero-photo:has(.photo-bunny-bread){aspect-ratio:1/1}.breadcrumbs{padding-block:23px 12px}.recipe-intro{font-size:16px;line-height:1.85}.cook-heading h2{font-size:32px}.recipe-article+.mobile-recipe-ad+.recipe-section{padding-top:35px;margin-top:35px;padding-bottom:45px}.story-layout{grid-template-columns:1fr;gap:30px}.story-layout figure{max-width:500px}.prose{font-size:17px}.story-page{padding-bottom:55px}.brand-page .page-heading{padding-bottom:35px}.brand-section{padding-top:38px}.brand-tile{min-height:200px}.brand-tile>span{font-size:10px;left:18px}.swatches{grid-template-columns:1fr 1fr}.swatches>div{min-height:145px}.type-section{grid-template-columns:1fr;gap:23px}.type-section h2{font-size:43px}.type-section h3{margin-top:0}.type-section .eyebrow{margin-bottom:18px}.brand-showcase{margin-inline:-1px}.brand-tile.monograms{min-height:180px}.brand-tile.monograms>span{right:18px}.brand-use h2{font-size:33px}}
@media(max-width:600px){.site-header nav{gap:18px}.site-header nav>a:nth-child(2){display:none}.image-caption{font-size:11px;gap:10px}.image-caption .icon{width:16px}.recipe-grid{grid-template-columns:1fr;gap:32px}.card-photo{aspect-ratio:4/3;margin-bottom:15px}.card-meta{margin-bottom:10px}.recipe-card h3{font-size:27px}.recipe-card p{font-size:14px;max-width:100%}.section-heading{align-items:center;gap:18px}.section-heading h2{font-size:28px}.section-heading>.text-link{font-size:0;gap:0}.section-heading>.text-link .icon{width:22px;height:22px}.category-links a,.category-links button{font-size:12px;padding:9px 10px;gap:6px}.category-links .icon{width:14px;height:14px}.search-form{padding-left:13px;gap:9px}.search-form button{padding-inline:13px}.search-form button .icon{display:none}.search-form input{font-size:14px}.footer-top{grid-template-columns:1fr;gap:17px;padding-bottom:28px}.footer-top p{justify-self:start}.footer-top nav{margin-top:10px;gap:22px}.footer-bottom{flex-direction:column;gap:7px;padding-block:17px}.page-heading h1{font-size:44px}.page-heading>.eyebrow{font-size:11px}.recipe-heading h1{font-size:44px}.recipe-stats{gap:37px}.recipe-actions .button{font-size:13px;padding:12px 17px}.recipe-note{padding:16px 17px;font-size:13px}.ingredients label{font-size:15px;gap:12px}.method li{grid-template-columns:29px 1fr;gap:13px;margin-bottom:23px}.method p{font-size:16px}.cook-card{padding-top:25px}.cook-heading{margin-bottom:30px}.cook-heading h2{font-size:30px}.cook-heading .eyebrow{font-size:11px}.ingredients-head h3{font-size:21px}.ingredients-head button{font-size:11px;gap:6px}.brand-showcase{grid-template-columns:1fr}.brand-tile.monograms{grid-column:auto}.brand-tile{min-height:210px;padding:35px}.brand-tile>img{max-width:280px}.icon-grid{grid-template-columns:repeat(3,1fr)}.icon-sample{min-height:100px}.brand-section .section-heading h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}.card-photo:hover .recipe-photo{transform:none}}

/* Homepage: compact text group and a food-focused, reserved 4:3 image. */
.hero{display:grid;grid-template-columns:minmax(0,45fr) minmax(0,55fr);gap:40px;align-items:center;margin-block:32px 40px}
.hero-copy{min-width:0;padding-block:16px}
.hero-copy>.eyebrow{margin-bottom:20px}
.hero h1{font-size:clamp(2.75rem,4vw,3.625rem);line-height:1.08;margin-bottom:22px;text-wrap:pretty}
.hero-deck{font-size:1.0625rem;line-height:1.65;color:var(--muted);margin-bottom:26px}
.hero-copy>.button{font-size:.875rem;min-height:50px}
.hero-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--soft)}
.hero-image>.recipe-photo{width:100%;height:100%;object-fit:cover}
@media(max-width:760px){.hero{grid-template-columns:minmax(0,1fr);gap:24px;margin-block:22px 28px}.hero-copy{padding:8px 0 0}.hero-copy>.eyebrow{font-size:.6875rem;margin-bottom:16px}.hero h1{font-size:clamp(2.25rem,9.5vw,3.25rem);margin-bottom:18px}.hero-deck{margin-bottom:22px}.hero-image{aspect-ratio:4/3}}

@media print{@page{margin:16mm}body{font:11pt/1.5 Georgia,serif;color:#111}a{color:inherit}.wrap{width:100%;max-width:none}.recipe-hero{display:block;margin:0 0 16px;padding:0;border:0}.recipe-heading{padding:0}.recipe-heading h1{font-size:27pt;max-width:none}.recipe-heading>.eyebrow,.recipe-deck,.byline{margin-bottom:8px}.recipe-stats{padding:8px 0;margin:12px 0}.article-layout{display:block}.article-main{max-width:none}.cook-card{border:0;padding:0}.cook-heading{display:none}.recipe-note{break-inside:avoid;border-left:2px solid #777;background:transparent;margin:0 0 18px;padding:10px;font-size:10pt}.ingredients li,.method li{break-inside:avoid}.ingredients label{padding:5px 0;font-size:11pt}.ingredients input{width:13px;height:13px;border:1px solid #555;appearance:none}.ingredients input:checked+span{text-decoration:none;color:#111}.ingredients input:checked{background:none}.ingredients input:checked:before{display:none}.ingredients{margin-bottom:20px}.method li{margin-bottom:10px}.method p,.cooks-notes{font-size:11pt;line-height:1.55}.method li:before{color:#111}.method-heading{break-after:avoid}.print-credit{display:block;font-size:9pt;border-top:1px solid #aaa;padding-top:14px;margin-top:22px;overflow-wrap:anywhere}}
