:root{--text:#1a1a1a;--muted:#6b6b6b;--accent:#a1421f;--border:#e5e2dd;--bg:#fffdfa;--max-width:44rem}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.65}a{color:var(--accent)}img{max-width:100%;height:auto}.site-footer,.site-header,.site-main{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.25rem}.site-header{display:flex;flex-wrap:wrap;gap:1rem;align-items:baseline;justify-content:space-between;border-bottom:1px solid var(--border)}.site-logo{font-size:1.25rem;font-weight:700;text-decoration:none}.site-nav ul{display:flex;gap:1rem;margin:0;padding:0;list-style:none}.site-footer{border-top:1px solid var(--border);color:var(--muted);font-size:.875rem}.listing-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.article-card h3,.recipe-card h3{margin:.5rem 0 .25rem}.article-card a,.recipe-card a{text-decoration:none;color:inherit}.article-card p,.recipe-card p,.recipe-card-meta{color:var(--muted);font-size:.9375rem;margin:.25rem 0}.article-lead,.recipe-lead{font-size:1.125rem;color:var(--muted)}.recipe-terms{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;list-style:none}.recipe-terms a{border:1px solid var(--border);border-radius:999px;padding:.125rem .75rem;font-size:.875rem;text-decoration:none}.recipe-meta,.recipe-nutrition dl{display:flex;flex-wrap:wrap;gap:1.5rem;margin:1.5rem 0;padding:1rem 0;border-block:1px solid var(--border)}.recipe-meta dt,.recipe-nutrition dt{color:var(--muted);font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em}.recipe-meta dd,.recipe-nutrition dd{margin:0;font-weight:600}.recipe-ingredients .amount{font-weight:600}.recipe-ingredients .note,.step-duration{color:var(--muted)}.recipe-steps li{margin-bottom:1.5rem}.recipe-tips{background:#fbf6ef;border-left:3px solid var(--accent);padding:.5rem 1rem}.listing-empty{color:var(--muted)}