:root{--ink:#153a31;--lime:#c9db70;--cream:#f6f3ec;--paper:#fffdf9;--clay:#e7a486;--line:#d9ddd2;--sans:"DM Sans",sans-serif;--serif:"Playfair Display",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px}a{color:inherit;text-decoration:none}.announcement{height:37px;background:var(--ink);color:#f5f3ea;display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px;letter-spacing:.02em}.announcement a{text-decoration:underline;font-weight:600}.announcement button{position:absolute;right:24px;background:none;border:0;color:white;font-size:20px;cursor:pointer}.site-header{height:88px;display:flex;align-items:center;padding:0 clamp(25px,5vw,80px);border-bottom:1px solid var(--line);gap:45px}.logo{font-size:30px;font-weight:700;letter-spacing:-1.8px}.logo span{color:#e7784b}.site-header nav{display:flex;gap:34px;margin-left:auto;font-size:14px;font-weight:600}.site-header nav a{transition:color .2s}.site-header nav a:hover,.text-link:hover{color:#e7784b}.header-actions{display:flex;align-items:center;gap:18px}.search{font-size:28px;line-height:1;background:transparent;border:0;color:var(--ink);cursor:pointer}.pill{display:inline-flex;align-items:center;gap:18px;background:var(--ink);color:white;padding:14px 20px;border-radius:50px;font-size:13px;font-weight:600;border:1px solid var(--ink);transition:transform .2s,background .2s}.pill:hover{transform:translateY(-2px);background:#245849}.pill span{font-size:17px}.pill.small{padding:10px 15px;font-size:12px}.menu{display:none;background:none;border:0}.hero{min-height:650px;display:grid;grid-template-columns:1.01fr .99fr}.hero-copy{padding:clamp(68px,10vw,150px) clamp(25px,8vw,130px);background:var(--cream);position:relative}.eyebrow,.tag{font-family:"DM Mono",monospace;font-size:11px;font-weight:500;letter-spacing:.08em;color:#638076;margin:0 0 22px}.hero h1,h2{font-family:var(--serif);letter-spacing:-.05em;line-height:.99;margin:0;font-weight:700}.hero h1{font-size:clamp(55px,6vw,96px)}em{font-weight:600}.intro{font-size:18px;line-height:1.5;max-width:405px;margin:29px 0}.hero-buttons{display:flex;align-items:center;gap:27px}.text-link{font-weight:700;font-size:14px}.text-link span{font-size:20px;margin-left:6px}.hero-note{position:absolute;bottom:47px;display:flex;gap:11px;align-items:center;font-size:11px;line-height:1.35}.leaf{color:#e7784b;font-size:26px}.hero-image-wrap{position:relative;min-height:500px;background:#bed8a2;overflow:hidden}.hero-image{width:100%;height:100%;position:absolute;object-fit:cover}.recipe-sticker{position:absolute;right:clamp(20px,5vw,70px);bottom:37px;width:177px;height:177px;border-radius:50%;background:var(--lime);padding:31px 23px;transform:rotate(8deg);color:var(--ink)}.recipe-sticker span{display:block;font-family:"DM Mono";font-size:9px;letter-spacing:.06em}.recipe-sticker strong{font-family:var(--serif);font-size:23px;line-height:.92;display:block;margin:8px 0}.recipe-sticker b{font-size:10px}.recipe-sticker i{font-size:17px;font-style:normal;float:right}.scribble{position:absolute;left:29px;top:33px;color:white;font-family:var(--serif);font-style:italic;line-height:1;text-align:center;font-size:20px;transform:rotate(-9deg)}.scribble span{font-size:32px;display:block}.category-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.category-strip a{padding:27px clamp(15px,3vw,54px);border-right:1px solid var(--line);display:grid;grid-template-columns:35px 1fr;gap:0 13px;align-items:center;transition:background .2s}.category-strip a:hover{background:var(--lime)}.category-strip a:last-child{border-right:0}.category-icon{grid-row:1/3;font-size:27px;color:#e7784b}.category-strip b{font-family:"DM Mono";font-size:9px;color:#71867e;font-weight:400;margin-top:4px}.section{padding:clamp(70px,10vw,145px) clamp(25px,8vw,130px)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px}.section h2,.statement h2,.newsletter h2{font-size:clamp(42px,5vw,68px)}.recipe-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:23px}.image-frame{height:320px;position:relative;overflow:hidden;background:#ddd}.feature .image-frame{height:420px}.image-frame img,.journal img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.journal article:hover img{transform:scale(1.05)}.time{position:absolute;right:13px;top:13px;background:var(--paper);padding:6px 9px;border-radius:20px;font-family:"DM Mono";font-size:10px;z-index:1}.recipe-card .tag{margin:20px 0 9px}.recipe-card h3,.journal h3{font-family:var(--serif);font-size:25px;letter-spacing:-.04em;line-height:1.07;margin:0}.feature h3{font-size:31px}.description{font-size:13px;line-height:1.5;color:#587067;margin:10px 0}
.recipe-card .flip-card{perspective:1200px;height:320px}.recipe-card.feature .flip-card{height:420px}.recipe-card .flip-inner{position:relative;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d}.recipe-card:hover .flip-inner,.recipe-card:focus-within .flip-inner,.recipe-card.flipped .flip-inner{transform:rotateY(180deg)}.recipe-card .image-frame,.recipe-card .flip-back{backface-visibility:hidden}.recipe-card .image-frame{position:absolute;inset:0;height:100%}.recipe-card .flip-back{position:absolute;inset:0;transform:rotateY(180deg);background:var(--ink);color:#fbfaf5;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;overflow:hidden}.recipe-card .flip-back .tag{color:var(--lime);margin:0 0 9px}.recipe-card .flip-back h3{font-family:var(--serif);font-size:25px;letter-spacing:-.04em;line-height:1.07;margin:0;color:#fff}.recipe-card.feature .flip-back h3{font-size:31px}.recipe-card .flip-back .description{font-size:13px;line-height:1.5;color:#c8d4cc;margin:10px 0 0}.statement{background:var(--ink);color:#fbfaf5;padding:clamp(70px,9vw,130px) clamp(25px,8vw,130px);display:grid;grid-template-columns:.6fr 1.3fr .8fr;align-items:center;gap:50px}.statement .eyebrow{color:var(--lime)}.statement p:not(.eyebrow){max-width:420px;line-height:1.6;color:#d7e0d9;margin:25px 0}.statement .text-link{color:var(--lime)}.statement-art{width:130px;height:130px;border:1px solid #5e8176;border-radius:50%;display:grid;place-items:center;color:var(--lime);font-size:62px}.quote{font-family:var(--serif);font-size:21px;line-height:1.25;color:#d6e17f}.journal{background:#f0ece3}.journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:27px}.journal article img{height:355px}.journal .tag{margin:20px 0 9px}.journal h3{font-size:28px;max-width:460px}.read-more{font-size:13px;font-weight:700;display:block;margin-top:17px}.newsletter{margin:0 clamp(25px,5vw,80px) 80px;background:var(--lime);display:grid;grid-template-columns:1fr 1.15fr;min-height:430px}.newsletter-image{overflow:hidden}.newsletter-image img{height:100%;width:100%;object-fit:cover}.newsletter-copy{padding:clamp(45px,6vw,90px)}.newsletter-copy h2{font-size:clamp(46px,5vw,65px)}.newsletter-copy>p:not(.eyebrow){max-width:430px;line-height:1.5;margin:23px 0}.newsletter form{display:flex;gap:8px;margin:29px 0 11px}.newsletter input{min-width:0;flex:1;border:0;border-bottom:1px solid #71917c;background:transparent;font:14px var(--sans);padding:12px 2px;color:var(--ink)}.newsletter input:focus{outline:0;border-color:var(--ink)}.newsletter small{font-size:10px;color:#567164}footer{background:var(--ink);color:white;padding:64px clamp(25px,8vw,130px) 38px;display:grid;grid-template-columns:1.25fr 1.25fr 1fr;gap:25px;position:relative}footer .logo{font-size:35px}footer p{margin:4px 0;line-height:1.4;color:#c8d4cc;font-size:14px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:13px}.footer-links a:hover{text-decoration:underline}.copyright{grid-column:1/-1;border-top:1px solid #426158;padding-top:22px;color:#9ab0a6;font-family:"DM Mono";font-size:10px;margin-top:35px}.search-dialog{border:0;background:var(--paper);width:min(640px,92vw);padding:45px;box-shadow:0 10px 60px #18392c55}.search-dialog::backdrop{background:#11382ddd}.search-dialog input{width:100%;border:0;border-bottom:2px solid var(--ink);font:32px var(--serif);padding:12px 0;margin-bottom:30px;outline:0}.search-dialog div{font-size:12px}.search-dialog div a{text-decoration:underline}.close-search{float:right;background:transparent;border:0;font-size:25px;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.post-hero{padding:clamp(60px,8vw,110px) clamp(25px,8vw,130px) 40px;max-width:960px}.breadcrumb{font-family:"DM Mono",monospace;font-size:11px;color:#71867e;margin:0 0 20px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.breadcrumb a:hover{color:#e7784b}.post-hero h1{font-size:clamp(38px,5vw,62px);margin-top:14px;max-width:840px}.post-meta{font-family:"DM Mono",monospace;font-size:11px;color:#71867e;margin-top:18px}.post-image{height:clamp(260px,42vw,540px);overflow:hidden;margin:0 clamp(25px,8vw,130px) 55px;border-radius:4px;background:#ddd}.post-image img{width:100%;height:100%;object-fit:cover}.post-layout{padding:0 clamp(25px,8vw,130px) 30px;display:grid;grid-template-columns:1fr;gap:60px;max-width:1360px;margin:0 auto}.post-layout.has-ingredients{grid-template-columns:1fr 320px}.post-body{max-width:720px;font-size:17px;line-height:1.75}.post-body h2{font-family:var(--serif);font-weight:700;letter-spacing:-.03em;font-size:clamp(26px,3vw,32px);margin:46px 0 18px}.post-body h3{font-family:var(--serif);font-size:21px;margin:30px 0 12px}.post-body p{margin:0 0 20px}.post-body ul,.post-body ol{padding-left:22px;margin:0 0 20px}.post-body li{margin-bottom:8px}.post-body a{text-decoration:underline;text-underline-offset:3px}.post-body a:hover{color:#e7784b}.post-ingredients{background:var(--cream);border-radius:4px;padding:32px 28px;height:fit-content}.post-ingredients h2{font-family:var(--serif);font-size:19px;margin:0 0 18px}.post-ingredients-group+.post-ingredients-group{margin-top:22px}.post-ingredients-group h3{font-family:"DM Mono",monospace;text-transform:uppercase;font-size:10px;letter-spacing:.06em;color:#638076;margin:0 0 12px;font-weight:500}.post-ingredients ul{list-style:none;padding:0;margin:0;display:grid;gap:11px;font-size:14px}.post-ingredients li{padding-bottom:11px;border-bottom:1px solid var(--line)}.post-ingredients li:last-child{border:0;padding-bottom:0}.post-steps{padding:20px clamp(25px,8vw,130px) 30px;max-width:820px;margin:0 auto}.post-steps h2{font-family:var(--serif);font-weight:700;letter-spacing:-.03em;font-size:clamp(26px,3vw,32px);margin:0 0 30px}.post-steps ol{list-style:none;padding:0;margin:0;counter-reset:step;display:grid;gap:26px}.post-steps li{counter-increment:step;display:grid;grid-template-columns:44px 1fr;gap:18px;font-size:16px;line-height:1.65;align-items:start}.post-steps li::before{content:counter(step);font-family:var(--serif);font-size:19px;font-weight:700;color:#e7784b;border:1px solid var(--line);border-radius:50%;width:44px;height:44px;display:grid;place-items:center;flex-shrink:0}.post-source{padding:0 clamp(25px,8vw,130px) 80px;max-width:820px;margin:0 auto;font-size:12px;color:#71867e}.post-source a{text-decoration:underline}.related-section{background:#f0ece3}.static-page .post-body{max-width:760px}
.archive-pagination{display:flex;justify-content:center;align-items:center;gap:10px;padding:44px clamp(25px,8vw,130px) 0;flex-wrap:wrap}.archive-pagination button{border:1px solid var(--line);background:transparent;color:var(--ink);border-radius:40px;min-width:40px;padding:10px 16px;font:600 12px var(--sans);cursor:pointer}.archive-pagination button.active,.archive-pagination button:hover:not(:disabled){background:var(--ink);border-color:var(--ink);color:#fff}.archive-pagination button:disabled{opacity:.35;cursor:default}
@media(max-width:760px){.post-hero{padding:50px 22px 25px}.post-image{margin:0 22px 35px;height:230px}.post-layout{padding:0 22px 10px;gap:38px}.post-layout.has-ingredients{grid-template-columns:1fr}.post-steps{padding:0 22px 20px}.post-steps li{grid-template-columns:36px 1fr;font-size:15px}.post-steps li::before{width:36px;height:36px;font-size:16px}.post-source{padding:0 22px 60px}}
@media(max-width:760px){.announcement{font-size:10px}.site-header{height:68px;padding:0 20px}.site-header nav,.header-actions{display:none}.menu{display:flex;margin-left:auto;flex-direction:column;gap:5px}.menu i{width:24px;height:2px;background:var(--ink)}.hero{grid-template-columns:1fr}.hero-copy{min-height:515px;padding:75px 26px}.hero h1{font-size:61px}.hero-image-wrap{height:410px}.category-strip{grid-template-columns:1fr 1fr}.category-strip a{padding:19px}.category-strip a:nth-child(2){border-right:0}.category-strip a:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:75px 25px}.desktop-link{display:none}.section-heading{margin-bottom:34px}.recipe-grid{grid-template-columns:1fr;gap:39px}.image-frame,.feature .image-frame{height:300px}.recipe-card .flip-card,.recipe-card.feature .flip-card{height:300px}.feature h3,.recipe-card h3{font-size:28px}.statement{grid-template-columns:1fr;padding:70px 25px;gap:31px}.statement-art{width:95px;height:95px;font-size:45px}.quote{font-size:19px}.journal-grid{grid-template-columns:1fr;gap:43px}.journal article img{height:265px}.newsletter{margin:0 20px 50px;grid-template-columns:1fr}.newsletter-image{height:230px}.newsletter-copy{padding:45px 25px}.newsletter form{display:block}.newsletter form .pill{margin-top:18px}.newsletter input{width:100%}footer{grid-template-columns:1fr 1fr;padding:50px 25px 25px}footer p{grid-column:1/-1}.footer-links{margin-top:15px}.copyright{margin-top:20px}.scribble{top:22px}.recipe-sticker{width:145px;height:145px;padding:24px 19px}.recipe-sticker strong{font-size:19px}}
.original-archive{background:#fffdf9}.archive-intro{width:min(360px,35vw);line-height:1.5;font-size:14px;color:#638076}.archive-filter{display:flex;gap:8px;overflow:auto;padding-bottom:22px;margin-bottom:20px}.archive-filter button{white-space:nowrap;border:1px solid var(--line);background:transparent;color:var(--ink);border-radius:40px;padding:9px 14px;font:600 12px var(--sans);cursor:pointer}.archive-filter button.active,.archive-filter button:hover{background:var(--ink);border-color:var(--ink);color:white}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.archive-item{min-height:205px;padding:25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;transition:background .2s}.archive-item:hover{background:var(--cream)}.archive-item .tag{margin:0 0 15px}.archive-item h3{font-family:var(--serif);font-size:21px;line-height:1.12;letter-spacing:-.035em;margin:0}.archive-item .archive-meta{font-family:"DM Mono",monospace;font-size:10px;color:#71867e;margin-top:20px}.archive-item.has-photo{padding:0;display:block;content-visibility:auto;contain-intrinsic-size:262px}.archive-item.has-photo .flip-inner-v{position:relative;width:100%;height:260px;transition:transform .6s cubic-bezier(.4,.2,.2,1)}.archive-item.has-photo.in-view{perspective:1200px}.archive-item.has-photo.in-view .flip-inner-v{transform-style:preserve-3d}.archive-item.has-photo.in-view:hover .flip-inner-v,.archive-item.has-photo.in-view:focus-within .flip-inner-v,.archive-item.has-photo.in-view.revealed .flip-inner-v{transform:rotateX(180deg)}.archive-item.has-photo .archive-photo{position:absolute;inset:0;backface-visibility:hidden;overflow:hidden;background:#ddd}.archive-item.has-photo .archive-photo img{width:100%;height:100%;object-fit:cover}.archive-item.has-photo .archive-overlay{position:absolute;inset:0;backface-visibility:hidden;transform:rotateX(180deg);background:var(--ink);color:#fbfaf5;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;overflow:hidden}.archive-item.has-photo .archive-overlay .tag{color:var(--lime);margin:0 0 6px}.archive-item.has-photo .archive-overlay h3{color:#fff;font-size:18px;font-family:var(--serif);line-height:1.15;letter-spacing:-.03em}.archive-item.has-photo .archive-overlay .description{font-size:12px;line-height:1.45;color:#c8d4cc;margin:6px 0 0}.archive-status{grid-column:1/-1;padding:25px;color:#71867e}.design-switcher{position:fixed;z-index:5;right:18px;bottom:18px;border:1px solid var(--line);background:#fffdf9e8;backdrop-filter:blur(10px);padding:6px;border-radius:30px;box-shadow:0 5px 20px #173d3020;display:flex;align-items:center;gap:2px}.design-switcher span{font-family:"DM Mono",monospace;font-size:9px;margin:0 6px;color:#71867e}.design-switcher button{border:0;background:transparent;border-radius:22px;padding:8px 10px;color:var(--ink);font:600 11px var(--sans);cursor:pointer}.design-switcher button.active{background:var(--ink);color:white}.menu-dialog{max-width:none;width:100vw;height:100vh;padding:0;border:0;background:var(--ink);color:white}.menu-dialog::backdrop{background:#173c31}.menu-panel{max-width:1280px;margin:auto;padding:35px clamp(25px,8vw,130px)}.close-menu{float:right;background:none;border:0;color:var(--lime);font-size:35px;cursor:pointer}.menu-panel>.logo{display:inline-block;margin-bottom:90px}.menu-panel .eyebrow{color:var(--lime)}.menu-panel nav{display:grid;gap:7px}.menu-panel nav a{font:clamp(42px,6vw,80px) var(--serif);letter-spacing:-.06em;border-bottom:1px solid #426158;padding:7px 0;display:flex;justify-content:space-between;align-items:center}.menu-panel nav a:hover{color:var(--lime)}.menu-panel nav span{font-family:var(--sans);font-size:.5em}.menu-categories{display:flex;flex-wrap:wrap;gap:18px;margin-top:45px;color:#cfddd6;font-size:13px}.menu-categories a:hover{text-decoration:underline}body[data-theme="fresh"]{--ink:#1d4d3c;--lime:#fbba57;--cream:#eff8ef;--paper:#fbfff9;--clay:#f47b51}body[data-theme="fresh"] .hero-copy{background:var(--paper)}body[data-theme="fresh"] .hero-image-wrap{border-radius:0 0 0 100px}body[data-theme="fresh"] .recipe-card .image-frame{border-radius:120px 120px 0 0}body[data-theme="fresh"] .statement{background:#1d4d3c}body[data-theme="fresh"] .newsletter{background:#fbba57}body[data-theme="minimal"]{--ink:#1c1c1a;--lime:#d9d9d1;--cream:#f3f3ef;--paper:#fff;--line:#d3d3cd}body[data-theme="minimal"] .hero-image-wrap{filter:grayscale(1)}body[data-theme="minimal"] .hero-copy{background:#fff}body[data-theme="minimal"] .statement,body[data-theme="minimal"] footer{background:#1c1c1a}body[data-theme="minimal"] .recipe-sticker,body[data-theme="minimal"] .newsletter{background:#e6e6df}body[data-theme="minimal"] .category-icon{color:#1c1c1a}
@media(max-width:760px){.archive-intro{width:auto;margin-top:20px}.archive-grid{grid-template-columns:1fr}.archive-item{min-height:175px}.design-switcher{right:10px;bottom:10px}.design-switcher span{display:none}.design-switcher button{padding:8px;font-size:10px}.menu-panel>.logo{margin-bottom:55px}}
.menu{display:flex;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}.menu i{width:24px;height:2px;background:var(--ink)}
/* Design directions: each mode changes the complete visual language, not only its palette. */
body[data-theme="fresh"]{--ink:#7b2747;--lime:#ffba47;--cream:#fff1dd;--paper:#fffaf1;--line:#f0cfa7;--serif:"DM Sans",sans-serif}body[data-theme="fresh"] .announcement{background:#7b2747}body[data-theme="fresh"] .site-header{background:#fffaf1}body[data-theme="fresh"] .hero{grid-template-columns:1fr 1.15fr;min-height:710px}body[data-theme="fresh"] .hero-copy{background:#ffba47;border-radius:0 0 120px 0}body[data-theme="fresh"] .hero h1,body[data-theme="fresh"] h2{font-weight:700;letter-spacing:-.075em;font-style:normal}body[data-theme="fresh"] .hero h1 em,body[data-theme="fresh"] h2 em{font-style:normal;color:#7b2747}body[data-theme="fresh"] .hero-image-wrap{border-radius:0 0 0 120px;background:#ef8667}body[data-theme="fresh"] .recipe-sticker{background:#7b2747;color:#fffaf1;border-radius:24px;transform:rotate(-5deg)}body[data-theme="fresh"] .category-strip{background:#fffaf1}body[data-theme="fresh"] .category-strip a:hover{background:#ef8667}body[data-theme="fresh"] .recipe-card .image-frame{border-radius:95px 95px 0 0}body[data-theme="fresh"] .feature .image-frame{border-radius:0 130px 0 0}body[data-theme="fresh"] .statement,body[data-theme="fresh"] footer{background:#7b2747}body[data-theme="fresh"] .statement .text-link,body[data-theme="fresh"] .statement .eyebrow{color:#ffba47}body[data-theme="fresh"] .newsletter{background:#ef8667}body[data-theme="fresh"] .pill{background:#7b2747;border-color:#7b2747}body[data-theme="fresh"] .design-switcher button.active{background:#7b2747}
body[data-theme="minimal"]{--ink:#111;--lime:#fff;--cream:#f0f0ed;--paper:#fff;--line:#111;--sans:Arial,sans-serif;--serif:Georgia,serif}body[data-theme="minimal"] .announcement{background:#111}body[data-theme="minimal"] .site-header{border-width:2px}body[data-theme="minimal"] .hero{grid-template-columns:1.15fr .85fr;min-height:640px}body[data-theme="minimal"] .hero-copy{background:#fff}body[data-theme="minimal"] .hero-image-wrap{filter:grayscale(1);border-left:2px solid #111}body[data-theme="minimal"] .hero h1,body[data-theme="minimal"] h2{letter-spacing:-.08em;font-style:normal}body[data-theme="minimal"] em{font-style:normal;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:7px}body[data-theme="minimal"] .recipe-sticker{border-radius:0;background:#fff;border:2px solid #111;transform:none}body[data-theme="minimal"] .category-strip,.body[data-theme="minimal"] .archive-grid{border-color:#111}body[data-theme="minimal"] .category-strip a{border-color:#111}body[data-theme="minimal"] .category-icon{color:#111}body[data-theme="minimal"] .recipe-grid{gap:0;border:2px solid #111}.body[data-theme="minimal"] .recipe-card{padding:16px;border-right:2px solid #111}body[data-theme="minimal"] .image-frame,body[data-theme="minimal"] .feature .image-frame{height:330px;border-radius:0;filter:grayscale(1)}body[data-theme="minimal"] .statement,body[data-theme="minimal"] footer{background:#111}body[data-theme="minimal"] .newsletter{background:#f0f0ed;border:2px solid #111}body[data-theme="minimal"] .pill{border-radius:0;background:#111}body[data-theme="minimal"] .design-switcher{border-radius:0;border:2px solid #111}body[data-theme="minimal"] .design-switcher button{border-radius:0}body[data-theme="minimal"] .design-switcher button.active{background:#111}
@media(max-width:760px){body[data-theme="fresh"] .hero,body[data-theme="minimal"] .hero{grid-template-columns:1fr;min-height:0}body[data-theme="fresh"] .hero-copy{border-radius:0;padding-bottom:85px}body[data-theme="fresh"] .hero-image-wrap{border-radius:0;height:340px}body[data-theme="minimal"] .hero-image-wrap{border-left:0;border-top:2px solid #111}body[data-theme="minimal"] .recipe-grid{gap:0}.site-header{position:sticky;top:0;z-index:4;background:var(--paper)}.menu{min-width:44px;min-height:44px;justify-content:center;align-items:center}.hero-buttons{flex-wrap:wrap}.hero-note{bottom:25px}.category-strip a{min-height:88px}.recipe-card h3,.feature h3{font-size:26px}.original-archive{padding-bottom:95px}.newsletter-copy h2{font-size:48px}.menu-dialog{height:100dvh}.menu-panel{padding-top:25px}.menu-panel nav a{font-size:46px}.menu-categories{gap:12px}.menu-categories a{padding:8px 0}.design-switcher{left:12px;right:12px;bottom:12px;justify-content:space-between;border-radius:16px;padding:6px 8px}.design-switcher button{flex:1;min-height:38px}.design-switcher span{display:block;font-size:9px;margin:0 3px}}
/* Market is a true alternative concept: tropical color blocks, collage imagery, and deliberately irregular rhythm. */
body[data-theme="market"]{--ink:#202150;--lime:#f9ed72;--cream:#f7d4ef;--paper:#fff8e9;--line:#202150;--serif:"DM Sans",sans-serif}body[data-theme="market"]{background:#fff8e9;background-image:radial-gradient(#20215019 1px,transparent 1px);background-size:18px 18px}body[data-theme="market"] .announcement{background:#f13c80;color:#fff8e9}body[data-theme="market"] .site-header{background:#55d8c5;border-bottom:3px solid #202150;height:96px}body[data-theme="market"] .logo{font-size:34px;font-weight:700;letter-spacing:-2.6px}body[data-theme="market"] .logo span{color:#f13c80}body[data-theme="market"] .hero{grid-template-columns:44% 56%;min-height:720px;background:#f7d4ef;position:relative;border-bottom:3px solid #202150}body[data-theme="market"] .hero-copy{background:#f9ed72;padding:115px clamp(28px,6vw,105px) 80px;clip-path:polygon(0 0,100% 0,92% 100%,0 92%)}body[data-theme="market"] .hero h1{font-size:clamp(59px,7vw,112px);line-height:.86;text-transform:uppercase;font-weight:700;letter-spacing:-.09em}body[data-theme="market"] .hero h1 em{font-style:normal;color:#f13c80;text-decoration:underline;text-decoration-thickness:8px;text-underline-offset:8px}body[data-theme="market"] .hero .intro{font-size:18px;font-weight:600;max-width:320px}body[data-theme="market"] .hero-image-wrap{background:#55d8c5;min-height:720px;overflow:visible}body[data-theme="market"] .hero-image{height:78%;width:82%;top:11%;left:8%;border:12px solid #fff8e9;box-shadow:15px 15px 0 #f13c80;transform:rotate(3deg)}body[data-theme="market"] .recipe-sticker{width:210px;height:210px;right:auto;left:-55px;bottom:42px;background:#202150;color:#fff8e9;border:6px solid #fff8e9;transform:rotate(-11deg);border-radius:50%}body[data-theme="market"] .scribble{left:auto;right:27px;top:35px;color:#202150;font-size:26px;transform:rotate(7deg)}body[data-theme="market"] .hero-note{font-weight:700}.category-strip{background:var(--paper)}body[data-theme="market"] .category-strip{padding:25px 4vw;gap:15px;border:0;background:transparent}body[data-theme="market"] .category-strip a{background:#55d8c5;border:3px solid #202150!important;border-radius:18px;padding:19px;box-shadow:5px 5px 0 #202150;transform:rotate(-2deg)}body[data-theme="market"] .category-strip a:nth-child(even){background:#f7d4ef;transform:rotate(2deg)}body[data-theme="market"] .category-strip a:hover{background:#f13c80;transform:translateY(-6px) rotate(0)}body[data-theme="market"] .category-icon{color:#f13c80}body[data-theme="market"] .recipes{padding-top:110px;background:linear-gradient(110deg,#fff8e9 54%,#55d8c5 54%)}body[data-theme="market"] h2{font-weight:700;letter-spacing:-.075em;text-transform:uppercase}body[data-theme="market"] .recipe-grid{grid-template-columns:1fr 1.25fr .9fr;gap:35px;align-items:start}body[data-theme="market"] .recipe-card{background:#fff8e9;border:3px solid #202150;padding:12px;box-shadow:9px 9px 0 #202150}body[data-theme="market"] .recipe-card.feature{margin-top:65px;background:#f7d4ef;transform:rotate(-3deg)}body[data-theme="market"] .recipe-card:nth-child(2){margin-top:-28px;background:#f9ed72;transform:rotate(2deg)}body[data-theme="market"] .recipe-card:nth-child(3){margin-top:110px;background:#55d8c5;transform:rotate(-1deg)}body[data-theme="market"] .image-frame,body[data-theme="market"] .feature .image-frame{height:290px;border-radius:0;border:2px solid #202150}body[data-theme="market"] .feature .image-frame{height:380px}body[data-theme="market"] .statement{margin:55px 5vw;background:#f13c80;color:#fff8e9;border:5px solid #202150;box-shadow:13px 13px 0 #202150;grid-template-columns:.45fr 1.4fr .9fr;transform:rotate(.7deg)}body[data-theme="market"] .statement .eyebrow,body[data-theme="market"] .statement .text-link,body[data-theme="market"] .quote{color:#f9ed72}body[data-theme="market"] .statement-art{border-color:#f9ed72;color:#f9ed72;border-radius:15px;transform:rotate(13deg)}body[data-theme="market"] .journal{background:#55d8c5}body[data-theme="market"] .journal-grid{grid-template-columns:1.3fr .8fr;align-items:end}body[data-theme="market"] .journal article:first-child{margin-right:12%;transform:rotate(-2deg)}body[data-theme="market"] .journal article:last-child{margin-bottom:70px;transform:rotate(3deg)}body[data-theme="market"] .journal article{background:#fff8e9;padding:14px;border:3px solid #202150;box-shadow:8px 8px #202150}body[data-theme="market"] .original-archive{background:#f7d4ef}body[data-theme="market"] .archive-filter button{border:2px solid #202150}body[data-theme="market"] .archive-filter button.active{background:#f13c80}body[data-theme="market"] .archive-grid{border:3px solid #202150}body[data-theme="market"] .archive-item{background:#fff8e9;border-color:#202150}body[data-theme="market"] .archive-item:nth-child(3n+2){background:#f9ed72}body[data-theme="market"] .archive-item:nth-child(3n){background:#55d8c5}body[data-theme="market"] .newsletter{background:#f9ed72;border:4px solid #202150;transform:skewY(-1.5deg);margin-top:65px}body[data-theme="market"] .newsletter>*{transform:skewY(1.5deg)}body[data-theme="market"] footer{background:#202150}body[data-theme="market"] .design-switcher{background:#f13c80;border:3px solid #202150;border-radius:12px;box-shadow:5px 5px #202150}body[data-theme="market"] .design-switcher span{color:#fff8e9}body[data-theme="market"] .design-switcher button{color:#fff8e9}body[data-theme="market"] .design-switcher button.active{background:#f9ed72;color:#202150}
@media(max-width:760px){body[data-theme="market"] .site-header{height:72px}body[data-theme="market"] .hero{grid-template-columns:1fr;min-height:0}body[data-theme="market"] .hero-copy{padding:72px 25px 95px;clip-path:none}body[data-theme="market"] .hero h1{font-size:60px}body[data-theme="market"] .hero-image-wrap{min-height:400px}body[data-theme="market"] .hero-image{height:70%;width:78%;top:11%;left:10%;border-width:7px;box-shadow:9px 9px #f13c80}body[data-theme="market"] .recipe-sticker{width:145px;height:145px;left:-18px;bottom:18px;padding:24px 18px}body[data-theme="market"] .category-strip{padding:25px;grid-template-columns:1fr 1fr}body[data-theme="market"] .recipes{background:#fff8e9;padding-top:80px}body[data-theme="market"] .recipe-grid{grid-template-columns:1fr;gap:25px}.body[data-theme="market"] .recipe-card{margin:0!important;transform:none!important}body[data-theme="market"] .recipe-card.feature{margin-top:0}body[data-theme="market"] .feature .image-frame,body[data-theme="market"] .image-frame{height:275px}body[data-theme="market"] .statement{margin:35px 18px;padding:50px 25px;display:block;transform:none}body[data-theme="market"] .statement-art{margin-bottom:28px}body[data-theme="market"] .journal-grid{grid-template-columns:1fr}body[data-theme="market"] .journal article,body[data-theme="market"] .journal article:first-child,body[data-theme="market"] .journal article:last-child{margin:0 0 30px;transform:none}body[data-theme="market"] .newsletter{margin:45px 16px 75px;transform:none}body[data-theme="market"] .newsletter>*{transform:none}}
@media(max-width:760px){body[data-theme="market"] .recipe-card{margin:0!important;transform:none!important}}
body[data-theme="market"] .hero-image{content:url("https://images.unsplash.com/photo-1476224203421-9ac39bcb3327?auto=format&fit=crop&w=1600&q=85")}body[data-theme="market"] .recipe-card:nth-child(1) img{content:url("https://images.unsplash.com/photo-1498837167922-ddd27525d352?auto=format&fit=crop&w=1100&q=85")}body[data-theme="market"] .recipe-card:nth-child(2) img{content:url("https://images.unsplash.com/photo-1512621776951-a57141f2eefd?auto=format&fit=crop&w=900&q=85")}body[data-theme="market"] .recipe-card:nth-child(3) img{content:url("https://images.unsplash.com/photo-1488477181946-6428a0291777?auto=format&fit=crop&w=900&q=85")}
