
:root{--ink:#18382e;--olive:#68765b;--cream:#f6f1e7;--paper:#fffdf8;--sand:#ded2bd;--text:#262a27}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:Tahoma,Arial,sans-serif;line-height:1.9}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1180px,92%);margin:auto}
.top{background:var(--cream);border-bottom:1px solid #e4ddcf}.topbar{display:flex;align-items:center;gap:24px;min-height:108px}.brand{display:flex;align-items:center;gap:14px;margin-left:auto}.brand img{width:86px;height:86px;object-fit:cover;border-radius:4px}.brand b{display:block;font-size:1.2rem;color:var(--ink)}.brand small{color:#626861}
.motto{font-family:Georgia,Tahoma,serif;font-size:1.18rem;color:var(--ink);white-space:nowrap}.nav{display:flex;gap:24px;align-items:center;font-weight:700}.nav a:hover{color:var(--olive)}.en{border:1px solid #c9c0b1;padding:5px 10px;border-radius:7px}
.hero{background:linear-gradient(115deg,rgba(24,56,46,.94),rgba(104,118,91,.82)),url('../images/cover-13.jpg') center/cover;min-height:430px;display:grid;align-items:center;color:white}.hero-inner{max-width:650px;padding:65px 0}.kicker{font-size:.9rem;letter-spacing:.04em;opacity:.85}.hero h1{font-size:clamp(2rem,5vw,4rem);margin:8px 0 4px}.hero p{font-size:1.08rem;max-width:610px}.btn{display:inline-block;background:var(--ink);color:white;padding:11px 19px;border-radius:8px;margin:8px 0 0 8px}.btn.light{background:white;color:var(--ink)}.btn.outline{background:transparent;border:1px solid currentColor}
section{padding:58px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section-head h2{margin:0;color:var(--ink);font-size:1.7rem}.muted{color:#73766f}
.latest{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:start;background:var(--cream);padding:28px;border-radius:16px}.cover{border-radius:8px;box-shadow:0 12px 30px #0002}.articles{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.article-card,.topic,.gallery-card{background:white;border:1px solid #e7e1d6;border-radius:12px;padding:18px}.article-card h3{margin:0 0 6px;color:var(--ink)}.article-card small{color:#74766f}
.issue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.issue-card img{aspect-ratio:3/4;object-fit:cover;border-radius:8px}.issue-card h3{margin:10px 0 0}
.topics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.topic{text-align:center;font-weight:700;color:var(--ink);padding:28px 12px}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gallery-card{min-height:170px;display:flex;align-items:end;background:linear-gradient(135deg,#e9e2d5,#cbd2c2)}.gallery-card h3{font-size:1.5rem;color:var(--ink)}
.about{background:var(--cream)}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px}.quote{font-family:Georgia,Tahoma,serif;font-size:1.6rem;color:var(--ink);border-right:4px solid var(--olive);padding-right:18px}
footer{background:#17372e;color:#f6f1e7;padding:38px 0}.footer-grid{display:flex;justify-content:space-between;gap:25px;align-items:center}.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.page-hero{padding:55px 0;background:var(--cream)}.content{max-width:820px;margin:auto}.content h1,.content h2{color:var(--ink)}.pdfbox{border:1px dashed var(--olive);padding:18px;border-radius:10px;background:#faf8f2}
.search{padding:10px 13px;border:1px solid #ccc;border-radius:8px;width:min(320px,100%)}
@media(max-width:850px){.topbar{flex-wrap:wrap;padding:16px 0}.nav{order:3;width:100%;overflow:auto;white-space:nowrap;padding-bottom:8px}.motto{font-size:.95rem}.latest,.about-grid{grid-template-columns:1fr}.latest .cover{max-width:260px}.issue-grid{grid-template-columns:repeat(2,1fr)}.topics{grid-template-columns:repeat(2,1fr)}.articles{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.footer-grid{display:block}.footer-links{margin-top:18px}}
