
:root{--bg:#fffaf3;--card:#fff;--ink:#29241f;--muted:#766b61;--accent:#b34f2b;--line:#eadfd4;--max:1120px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.62}a{color:inherit}.site-header{background:#2f2924;color:white}.nav{max-width:var(--max);margin:auto;padding:1rem 1.25rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}.brand{font-size:1.35rem;font-weight:800;text-decoration:none}.nav a:not(.brand){color:#f5eade}.hero{max-width:var(--max);margin:auto;padding:4rem 1.25rem 3rem}.hero h1{font-size:clamp(2.2rem,6vw,4.8rem);line-height:1;margin:.2rem 0 1rem}.hero p{max-width:680px;font-size:1.15rem;color:#f1dfcf}.container{max-width:var(--max);margin:auto;padding:2rem 1.25rem 4rem}.search{width:100%;padding:1rem;border:1px solid var(--line);border-radius:.8rem;font-size:1rem;background:white;margin-bottom:1.5rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.card{display:block;background:var(--card);border:1px solid var(--line);border-radius:1rem;padding:1.2rem;text-decoration:none;box-shadow:0 6px 20px rgba(62,43,27,.05)}.card:hover{transform:translateY(-2px)}.card h2{margin:.2rem 0;font-size:1.25rem}.card p{color:var(--muted);margin:.4rem 0 0}.recipe{max-width:820px;margin:auto;background:white;border:1px solid var(--line);border-radius:1rem;padding:clamp(1rem,4vw,3rem)}.recipe h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.08}.recipe h2{margin-top:2rem;border-bottom:2px solid var(--line);padding-bottom:.3rem}.recipe img{max-width:100%;height:auto;border-radius:.75rem}.recipe li{margin:.45rem 0}.crumb{display:inline-block;margin-bottom:1rem;color:var(--accent)}.meta{color:var(--muted);font-size:.95rem}.footer{max-width:var(--max);margin:auto;padding:2rem 1.25rem;color:var(--muted)}@media print{.site-header,.footer,.crumb{display:none}.recipe{border:0;padding:0}.container{padding:0}}
