*{box-sizing:border-box;margin:0}body{font-family:Georgia,'Times New Roman',serif;background:#faf8f4;color:#1c1a16;line-height:1.55}
header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 5vw;border-bottom:1px solid #e5ded2}
.brand{font-size:1.15rem;font-weight:700;color:#1c1a16;text-decoration:none;letter-spacing:.02em}
.mail{font-family:system-ui,sans-serif;font-size:.85rem;color:#6b6355}
main{max-width:1080px;margin:0 auto;padding:3rem 5vw}
.eyebrow{font-family:system-ui,sans-serif;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#8a6d3b;margin-bottom:.8rem}
.hero h1{font-size:2.6rem;line-height:1.15;margin-bottom:1rem;font-weight:600}
.hero p{font-size:1.05rem;color:#4a443a;max-width:34rem}
section{padding:1.5rem 0}.count{font-family:system-ui,sans-serif;font-size:.85rem;color:#6b6355;margin-bottom:1rem}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}
.card{display:flex;flex-direction:column;gap:.35rem;background:#fff;border:1px solid #e5ded2;border-radius:10px;padding:1.1rem 1.2rem;text-decoration:none;color:#1c1a16;transition:box-shadow .15s}
.card:hover{box-shadow:0 4px 18px rgba(28,26,22,.08)}
.card .n{font-weight:700;font-size:1.02rem;word-break:break-all}
.card .c{font-family:system-ui,sans-serif;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#8a6d3b}
.card .p{font-family:system-ui,sans-serif;font-size:.95rem;color:#4a443a}
h1 span{font-weight:600}h1 b{color:#8a6d3b;font-weight:600}
main>h1{font-size:2.8rem;margin-bottom:1.2rem;word-break:break-all}
.price{font-family:system-ui,sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:1rem}
.story{font-size:1.05rem;color:#4a443a;max-width:34rem;margin-bottom:1.6rem}
.cta{display:inline-block;background:#1c1a16;color:#faf8f4;text-decoration:none;font-family:system-ui,sans-serif;font-size:.95rem;padding:.8rem 1.5rem;border-radius:8px;margin-bottom:1.2rem}
.fine{font-size:.9rem;color:#6b6355;margin-bottom:2rem}
nav a{font-family:system-ui,sans-serif;font-size:.85rem;color:#8a6d3b}
footer{padding:2rem 5vw;border-top:1px solid #e5ded2;font-family:system-ui,sans-serif;font-size:.8rem;color:#8a8378;text-align:center}
