*{box-sizing:border-box}body{margin:0;background:#faf7f2;color:#292825;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}header{padding:22px 6%;display:flex;justify-content:space-between;border-bottom:1px solid #e4ddd2;position:sticky;top:0;background:#faf7f2;z-index:2}header a,.hero>a,.order{background:#5d6b4d;color:white;padding:12px 18px;border-radius:999px}.hero{text-align:center;padding:110px 20px}.hero small,main small{color:#b5965d;letter-spacing:.2em}.hero h1{font-family:Georgia,serif;font-size:clamp(42px,7vw,76px);margin:20px}.hero i{color:#5d6b4d}.hero p{color:#6e6b65;margin-bottom:35px}main{background:white;padding:80px 6%}.head{display:flex;justify-content:space-between;align-items:end;gap:20px}.head h2,.contact h2{font:42px Georgia,serif;margin:8px 0}input{padding:14px 18px;border:1px solid #ddd5c9;border-radius:999px;width:300px}#cats{display:flex;gap:8px;overflow:auto;padding:28px 0}.chip{border:1px solid #ddd5c9;background:white;padding:10px 15px;border-radius:999px}.active{background:#6a4e3b;color:white}#products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{border:1px solid #eee7dd;border-radius:18px;overflow:hidden}.pic{aspect-ratio:4/5;background:#f1ede7;display:flex;align-items:center;justify-content:center;color:#968c7e;font:40px Georgia}.pic img{width:100%;height:100%;object-fit:cover}.body{padding:18px}.body small{color:#5d6b4d}.body h3{font:21px Georgia;margin:8px 0}.body p{color:#6e6b65;font-size:13px;min-height:35px}.price{font-weight:bold;color:#6a4e3b;margin:14px 0}.order{display:block;text-align:center;border-radius:10px}.contact{background:#6a4e3b;color:white;padding:70px 8%}.contact a{text-decoration:underline}footer{text-align:center;background:#302a25;color:#ddd;padding:25px}@media(max-width:850px){#products{grid-template-columns:repeat(2,1fr)}.head{display:block}input{width:100%;margin-top:20px}}