:root{font-family:Arial,Helvetica,sans-serif;color:#202724;background:#f7f8f7;line-height:1.5;letter-spacing:0}*{box-sizing:border-box}body{margin:0}header{background:#172b24;color:#fff;padding:18px 6%;display:flex;justify-content:space-between;align-items:center;gap:20px}header a{color:#fff;text-decoration:none;font-size:13px}.brand{font:700 24px Georgia,serif}.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#8b5b22}.hero{background:#eef3ef;padding:72px 6% 58px}.hero-inner{max-width:1100px;margin:auto}.hero h1{max-width:760px;font:700 clamp(34px,5vw,58px)/1.08 Georgia,serif;margin:12px 0 18px;color:#172b24}.hero p{max-width:680px;font-size:18px;color:#53615a}.wrap{max-width:1100px;margin:auto;padding:48px 6%}.catalog-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.catalog-head h2{font:700 30px Georgia,serif;margin:0;color:#172b24}.catalog-head p{margin:4px 0 0;color:#647168}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product{background:#fff;border:1px solid #dce3df;border-radius:7px;overflow:hidden;display:flex;flex-direction:column}.product img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#e9eeeb}.product-body{padding:18px;display:flex;flex-direction:column;flex:1}.product h3{font-size:18px;line-height:1.25;margin:0 0 10px;color:#203a2d}.product p{font-size:14px;color:#627168;margin:0 0 18px}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.price{font-weight:700;color:#8a4b1c}.button{display:inline-block;background:#226845;color:#fff;text-decoration:none;border-radius:5px;padding:10px 13px;font-size:13px;font-weight:700}.button:hover{background:#194b33}.note{background:#fff;border-top:1px solid #dce3df;border-bottom:1px solid #dce3df}.note p{max-width:760px;color:#59675f;font-size:14px;margin:0}.empty{padding:25px;border:1px dashed #bacac1;color:#627168}footer{background:#172b24;color:#dce8e1;padding:30px 6%;font-size:13px}footer a{color:#fff;margin-right:18px}@media(max-width:820px){.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){header{padding:15px 20px}.hero{padding:48px 20px 40px}.hero p{font-size:16px}.wrap{padding:36px 20px}.catalog-head{display:block}.products{grid-template-columns:1fr}.product-footer{align-items:flex-start;flex-direction:column}.product-footer .button{width:100%;text-align:center}}
