:root{--brown:#985717;--green:#284703;--cream:#f7f6ed;--gold:#d4c59c;--ink:#292622;--muted:#706b65}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:17px/1.75 Raleway,Arial,sans-serif;background:#fff}header{background:var(--brown);min-height:82px;padding:12px max(5vw,20px);display:flex;align-items:center;justify-content:space-between;gap:25px}header img{width:170px;height:auto;display:block}nav{display:flex;flex-wrap:wrap;gap:25px}a{color:inherit;text-decoration:none}nav a{color:#fff;font-weight:700}.hero{background:linear-gradient(115deg,rgba(40,71,3,.94),rgba(152,87,23,.88)),url('/assets/images/bg01.jpg-2000x1127.jpg') center/cover;padding:110px max(8vw,25px);color:#fff}.hero>*{max-width:750px}.hero span{color:#f1dfa6;text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:800}.hero h1,.article-page h1{font-family:Georgia,serif;font-size:clamp(2.8rem,7vw,5.7rem);line-height:1.05;margin:12px 0}.hero p{font-size:1.2rem}.cards{max-width:1180px;margin:0 auto;padding:70px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cards article{border:1px solid #e4ded5;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 10px 35px rgba(65,50,31,.08)}.cards img{width:100%;height:220px;object-fit:cover;display:block}.cards article div{padding:22px}.cards time,.article-page time{color:var(--brown);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.cards h2{font-family:Georgia,serif;line-height:1.2;margin:8px 0}.cards p{color:var(--muted)}.cards strong{color:var(--green)}.empty{text-align:center;padding:120px 24px}.article-page{max-width:900px;margin:0 auto;padding:65px 24px}.article-page .back{color:var(--brown);font-weight:800}.article-page h1{font-size:clamp(2.5rem,6vw,4.8rem);margin-bottom:18px}.lead{font-size:1.3rem;color:var(--muted);border-left:4px solid var(--gold);padding-left:20px}.cover{display:block;width:100%;max-height:520px;object-fit:cover;margin:38px 0}.prose{max-width:740px;margin:0 auto}.prose p{margin:0 0 1.5em}.article-page aside{margin:55px 0 10px;background:var(--green);color:#fff;padding:35px;border-radius:8px}.article-page aside h2{font-family:Georgia,serif;margin-top:0}.article-page aside a{display:inline-block;background:#fff;color:var(--green);padding:11px 20px;border-radius:999px;font-weight:800}footer{background:#6f3e12;color:#fff;padding:35px max(5vw,20px);display:flex;justify-content:space-between;gap:20px}footer a{font-weight:800}@media(max-width:850px){header{align-items:flex-start;flex-direction:column}nav{gap:14px}.cards{grid-template-columns:1fr}.hero{padding-top:75px;padding-bottom:75px}footer{flex-direction:column}}

