:root{color-scheme:light;--cream: #fff7ef;--paper: #fffcf9;--ink: #6a4b34;--dark: #34251c;--muted: #6d625a;--green: #83b57f;--line: #eaded3;--footer: #24272d;--shadow: 0 4px 14px rgba(0, 0, 0, .14)}*{box-sizing:border-box}html,body{background:var(--cream)}body{margin:0;color:var(--ink);font-family:SF Pro Rounded,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}main{background:var(--paper)}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:0;line-height:1.12}h1{color:var(--ink);font-size:clamp(2.7rem,6vw,5rem);font-weight:800}h2{color:var(--ink);font-size:clamp(2.1rem,4vw,4rem);font-weight:800}h3{color:var(--ink);font-size:1.35rem}p{color:var(--muted);font-size:1.08rem;line-height:1.65}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;min-height:82px;padding:12px clamp(22px,4vw,50px);background:var(--cream);border-bottom:1px solid rgba(106,75,52,.14)}.brand,.footer-brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);font-size:1.55rem;font-weight:800;text-decoration:none}.brand img{width:52px;height:52px}.site-header nav{display:flex;gap:34px;justify-content:flex-start}.site-header nav a,.site-footer nav a,.text-link{color:var(--ink);font-size:1rem;font-weight:800;text-decoration:none}.site-header nav a:hover,.site-footer nav a:hover,.text-link:hover{color:var(--green)}.header-cta{display:flex;gap:10px;align-items:center;justify-content:flex-end}.header-cta a{display:inline-flex}.header-cta img{height:40px}.home-hero{display:flex;align-items:center;justify-content:center;gap:clamp(28px,6vw,72px);min-height:calc(85vh - 82px);padding:34px clamp(22px,5vw,72px);background:var(--paper)}.hero-visual{width:min(500px,45vw)}.hero-copy{display:grid;justify-items:start}.hero-copy h1{margin-bottom:28px;text-align:left}.store-badges{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.store-badges img{height:70px}.store-badges.small img{height:40px}.recipe-carousel-section{overflow:hidden;padding:48px 0 76px;background:var(--cream);text-align:center}.carousel-heading h2{margin-bottom:16px}.carousel-heading p{margin-bottom:34px;color:var(--ink);font-size:clamp(1.45rem,2vw,2rem);font-weight:700}.carousel-window{width:100%;overflow:hidden;padding:8px 0}.recipe-track{display:flex;width:max-content;gap:10px;animation:carousel-scroll 190s linear infinite}.recipe-track.reverse{animation-name:carousel-scroll-reverse}.mini-recipe{width:140px;height:171px;flex:0 0 auto;overflow:hidden;border-radius:10px;background:var(--cream);box-shadow:var(--shadow);text-align:left}.mini-recipe-image{display:flex;align-items:flex-end;height:126px;padding:5px;background-position:center;background-size:cover}.mini-recipe-image span{border-radius:5px;background:var(--cream);color:var(--ink);font-size:12px;font-weight:800;padding:1px 4px}.mini-recipe-copy{display:grid;gap:1px;padding:3px 7px}.mini-recipe-copy strong{overflow:hidden;color:var(--ink);font-size:16px;text-overflow:ellipsis;white-space:nowrap}.mini-recipe-copy small{overflow:hidden;color:#504f4f;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes carousel-scroll-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.articles-home{display:grid;gap:34px;padding:58px clamp(22px,5vw,72px) 76px;background:var(--paper)}.articles-home>div:first-child{display:grid;justify-items:center;max-width:620px;margin:0 auto;text-align:center}.articles-home h2{margin-bottom:14px;font-size:clamp(2rem,3vw,3rem)}.articles-home p:not(.eyebrow){max-width:520px;margin-bottom:18px}.eyebrow{margin-bottom:10px;color:var(--green);font-size:.9rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.article-row,.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.article-card{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--dark);text-align:left;text-decoration:none;box-shadow:0 6px 18px #6a4b3412;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.article-card:hover{border-color:#83b57f8c;box-shadow:0 10px 24px #6a4b341a;transform:translateY(-2px)}.article-card img{width:100%;aspect-ratio:16 / 8.5;object-fit:cover}.article-card div{display:grid;align-content:start;gap:10px;padding:18px 18px 20px}.article-card h3{margin-bottom:0;color:var(--dark);font-size:clamp(1.18rem,1.35vw,1.38rem);line-height:1.14}.article-card p:not(.eyebrow){margin-bottom:0;color:var(--muted);font-size:.96rem;line-height:1.55}.listing-page{min-height:70vh;padding-bottom:72px}.listing-hero{display:grid;justify-items:center;max-width:1040px;margin:0 auto;padding:42px clamp(22px,5vw,72px) 32px;text-align:center}.listing-hero h1{max-width:100%;margin-bottom:14px;font-size:clamp(1.72rem,2.25vw,2.35rem);line-height:1.12}.listing-hero p:not(.eyebrow){max-width:760px;margin-bottom:0;font-size:clamp(1.02rem,1.2vw,1.14rem);line-height:1.58}.article-grid{max-width:1480px;margin:0 auto;padding:0 clamp(22px,5vw,72px)}.detail-page,.simple-page,.policy-page{padding:clamp(28px,4vw,52px) clamp(22px,5vw,72px)}.article-container{width:min(100%,760px);margin:0 auto}.article-hero{display:block}.article-hero h1{max-width:100%;margin-bottom:16px;font-size:clamp(2.1rem,3vw,3.15rem);overflow-wrap:break-word}.article-hero>p:not(.eyebrow),.article-hero div>p:not(.eyebrow){max-width:100%;margin-bottom:0;font-size:1.12rem;line-height:1.55}.article-feature-image{width:100%;max-width:100%;margin:26px 0 0;aspect-ratio:16 / 6;border-radius:16px;object-fit:cover;box-shadow:0 10px 28px #6a4b341f}.prose{max-width:100%;margin:28px 0 0}.prose>*{max-width:100%}.prose p{color:var(--dark);font-size:clamp(1.08rem,1.2vw,1.18rem);line-height:1.72}.prose h2{margin-top:42px;margin-bottom:16px;font-size:clamp(1.65rem,2.2vw,2.35rem)}.prose h3{margin-top:34px;margin-bottom:14px;font-size:clamp(1.28rem,1.7vw,1.65rem)}.prose h3 a{text-decoration:none}.prose img{width:100%;margin:20px 0;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover;box-shadow:0 8px 20px #6a4b341f}.recipe-entry{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:32px;align-items:start;margin:10px 0 36px}.recipe-entry img{margin:0;aspect-ratio:1 / 1}.recipe-media>a{display:block}.recipe-copy{margin-top:-.08em}.recipe-entry p{margin-bottom:16px}.recipe-entry p:last-child{margin-bottom:0}.recipe-source{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin-top:12px;padding-top:8px}.recipe-source-primary,.recipe-source-meta{display:flex;align-items:center}.recipe-source-primary{gap:10px}.prose .recipe-source-avatar{width:38px;height:38px;aspect-ratio:1 / 1;flex:0 0 auto;margin:0;border-radius:50%;object-fit:cover;object-position:center;box-shadow:none}.prose .recipe-source strong{display:block;line-height:1.2}.prose .recipe-source strong{color:var(--dark);font-size:.92rem}.recipe-source-meta{min-width:0;overflow:hidden;flex-wrap:nowrap;gap:8px;padding-bottom:2px}.recipe-source-meta span{display:inline-flex;align-items:center;flex:0 0 auto;min-height:32px;padding:2px 12px;border-radius:999px;background:var(--cream);color:var(--muted);font-size:.8rem;font-weight:800;white-space:nowrap}.recipe-source-meta span:nth-child(n+3){display:none}.article-meta{margin-bottom:22px;color:var(--green);font-size:1.12rem;font-weight:800}.prose li{margin-bottom:12px;color:var(--muted);font-size:1.18rem;line-height:1.65}.simple-page section,.policy-page .prose{max-width:780px;min-height:52vh}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;background:var(--green);color:#fff;font-weight:800;text-decoration:none}.notice-box{margin-top:28px;padding:24px;border-radius:14px;background:var(--cream)}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 48px;align-items:start;padding:28px clamp(22px,5vw,72px);background:var(--footer);color:#fff}.site-footer>div{display:grid;gap:4px}.site-footer p{color:#ffffffc7}.site-footer nav{display:flex;flex-wrap:wrap;gap:14px 24px;justify-content:flex-end}.site-footer nav a{color:#ffffffe0;font-size:.98rem;font-weight:700}.site-footer nav a:hover{color:#fff}.site-footer .footer-brand{color:#fff}.copyright{grid-column:2;justify-self:end;margin:0;font-size:.95rem}@media(max-width:900px){.site-header{grid-template-columns:1fr;gap:12px}.site-header nav{gap:22px}.header-cta{display:none}.home-hero{flex-direction:column;min-height:auto;text-align:center}.hero-visual{width:min(360px,78vw);order:0}.hero-copy{justify-items:center;order:1}.hero-copy h1{text-align:center}.articles-home,.article-hero,.site-footer{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start}.copyright{grid-column:1;justify-self:start}.article-row,.article-grid{grid-template-columns:1fr}.article-feature-image{aspect-ratio:16 / 10}.prose .recipe-source-avatar{width:38px;height:38px;aspect-ratio:1 / 1}}@media(max-width:600px){.recipe-entry{grid-template-columns:1fr}.recipe-entry img{width:100%;aspect-ratio:16 / 9}}@media(max-width:560px){.brand{font-size:1.05rem}.brand img{width:42px;height:42px}.site-header{min-height:auto}.store-badges img{height:44px}.home-hero{padding-top:34px}.mini-recipe{width:132px}}
