:root{--bg: #fffaf6;--surface: #ffffff;--text: #232323;--muted: #6b7280;--brand: #f97316;--brand-dark: #ea580c;--line: #f1e5dc;--radius: 14px;--shadow: 0 8px 24px rgba(40, 20, 0, 0.08)}*,*::before,*::after{box-sizing:border-box}html{font-size:16px}body{margin:0;color:var(--text);background:var(--bg);font-family:"Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;line-height:1.65}img{max-width:100%;display:block}a{color:#1d4ed8;text-decoration-thickness:2px;text-underline-offset:3px}a:hover{color:#1e3a8a}.container{width:min(1100px, calc(100% - 2rem));margin-inline:auto}.site-main{min-height:72vh}.site-header{border-bottom:1px solid var(--line);background:rgba(255,250,246,0.95);position:sticky;top:0;z-index:100;backdrop-filter:blur(6px)}.site-header__inner{min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-title{color:var(--text);text-decoration:none;display:inline-flex;flex-direction:row;align-items:center;gap:0.5rem;font-size:1.4rem;font-weight:700;letter-spacing:-0.02em;white-space:nowrap}.site-title__logo{width:46px;height:46px;max-width:46px;max-height:46px;object-fit:contain;flex-shrink:0;display:inline-block}.site-nav{list-style:none;display:flex;margin:0;padding:0;gap:1rem}.site-nav a{color:var(--text);text-decoration:none;font-weight:600}.site-nav a:hover,.site-nav a:focus-visible{color:var(--brand-dark)}.site-nav a.active{color:var(--brand-dark);border-bottom:2px solid var(--brand);padding-bottom:1px}.hero{padding:3.5rem 0 3.25rem;background:linear-gradient(180deg, #fff2e8 0%, transparent 100%)}.hero__inner{max-width:760px}.hero__title-row{display:flex;flex-direction:row;align-items:center;gap:1rem;margin:0.5rem 0 0.75rem}.hero__logo{width:110px;height:110px;max-width:110px;max-height:110px;object-fit:contain;flex-shrink:0;display:inline-block}.hero__title-row h1{margin:0;font-size:clamp(2rem, 5vw, 3.5rem);line-height:1.15;letter-spacing:-0.02em}.hero__copy{max-width:760px}.hero__logo-card{background:rgba(255,255,255,0.72);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:clamp(1rem, 3vw, 1.5rem)}.hero__logo-card img{width:100%;max-width:360px;height:auto;margin-inline:auto}.hero__kicker{margin:0;color:var(--brand-dark);font-weight:700;text-transform:uppercase;letter-spacing:0.06em;font-size:0.78rem}.hero h1{margin:0;font-size:clamp(2rem, 5vw, 3.5rem);line-height:1.15;letter-spacing:-0.02em}.hero__lede{margin:0 0 1.5rem;color:var(--muted);max-width:64ch}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--brand);color:#fff;text-decoration:none;font-weight:700;padding:0.7rem 1.1rem;border:2px solid transparent}.button:hover,.button:focus-visible{background:var(--brand-dark);color:#fff}.section{padding:1rem 0 3rem}.section__header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem}.section__header h2,.page-header h1{margin:0;line-height:1.2;letter-spacing:-0.02em}.cards-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}.post-card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden;transition:transform 0.15s ease, box-shadow 0.15s ease}.post-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(40,20,0,0.14)}.post-card__link{color:inherit;text-decoration:none;display:block;height:100%}.post-card__image{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#f6eadd}.post-card__image--placeholder{background:repeating-linear-gradient(-45deg, #f7ede4, #f7ede4 10px, #f4e3d5 10px, #f4e3d5 20px)}.post-card__body{padding:0.9rem 0.9rem 1rem}.post-card__meta{margin:0;color:var(--muted);font-size:0.86rem}.post-card h3{margin:0.3rem 0 0.4rem;line-height:1.3;font-size:1.2rem}.post-card p{margin:0;color:var(--muted)}.post-card__chips{margin-top:0.65rem}.chip{display:inline-block;border-radius:999px;background:#ffedd5;color:#9a3412;font-weight:700;font-size:0.75rem;line-height:1;padding:0.36rem 0.56rem;border:1px solid #fed7aa;text-decoration:none}.chip--tag{background:#ecfeff;color:#155e75;border-color:#a5f3fc}.page-content{padding:2.5rem 0 3rem}.page-content>:last-child{margin-bottom:0}.recipe-post{padding-top:2rem;padding-bottom:3rem}.recipe-post.container{width:min(900px, calc(100% - 2rem))}.recipe-post__header h1{margin:0.3rem 0 0.8rem;line-height:1.15;letter-spacing:-0.02em;font-size:clamp(1.9rem, 4.5vw, 2.9rem)}.recipe-post__date{margin:0;color:var(--muted)}.recipe-post__chips{margin:0.35rem 0}.recipe-post__header,.recipe-post__quicklinks,.recipe-post__content{max-width:66ch;margin-inline:auto}.recipe-post__hero{margin:1.25rem auto;max-width:78ch}.recipe-post__hero img{width:100%;border-radius:var(--radius);object-fit:cover;max-height:550px}.recipe-post__quicklinks{margin:0 auto 1.5rem;padding:0.65rem 0.8rem;background:#fff5ec;border:1px solid #ffd9bd;border-radius:10px;display:flex;gap:0.85rem;flex-wrap:wrap;align-items:center}.recipe-post__quicklinks span{color:var(--muted);font-weight:600}.recipe-post__content{max-width:66ch}.recipe-post__content h2,.recipe-post__content h3{scroll-margin-top:5rem;line-height:1.25}.recipe-post__content>*{margin-left:auto;margin-right:auto}.recipe-post__content img{width:min(100%, 680px);height:auto;margin:1.2rem auto;border-radius:10px}.recipe-post__content ul,.recipe-post__content ol{padding-left:1.25rem}.taxonomy-group{margin-bottom:2rem}.taxonomy-group h2{margin-bottom:0.65rem;border-bottom:2px solid #fde7d7;padding-bottom:0.35rem}.taxonomy-group ul{margin-top:0}.site-footer{margin-top:2rem;border-top:1px solid var(--line);padding:1.2rem 0;color:var(--muted)}.site-footer__inner{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.site-footer p{display:flex;align-items:center;gap:0.4rem;margin:0;flex-wrap:wrap}.footer-heart{fill:#e05c6b;vertical-align:middle;flex-shrink:0}.footer-github{color:var(--muted);display:inline-flex;align-items:center}.footer-github:hover{color:var(--text)}.footer-github svg{fill:currentColor}@media (max-width: 700px){.site-header__inner{flex-direction:column;align-items:flex-start;justify-content:center;padding:0.65rem 0}.site-nav{gap:0.75rem;flex-wrap:wrap}.hero{padding-top:2.75rem}.hero__inner{grid-template-columns:1fr}.hero__logo-card{order:-1;max-width:280px}}
