:root{--bg:#fbf7f1;--paper:#fff;--ink:#1f1a17;--muted:#6e625b;--brand:#7b1f24;--brand2:#c2834e;--line:#eadfd4;--soft:#f4eadf;--max:1180px;--shadow:0 18px 50px rgba(35,22,16,.10);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);line-height:1.68}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(251,247,241,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:86px}.logo img{width:178px;height:auto}.menu{display:flex;gap:4px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.menu a{padding:10px 11px;border-radius:999px;font-size:13px;font-weight:800;color:#4c413d}.menu a:hover,.menu a.active{background:#f0dfd1;color:var(--brand)}.hero{background:linear-gradient(90deg,rgba(0,0,0,.70),rgba(0,0,0,.18)),var(--hero) center/cover;min-height:540px;color:white;display:grid;align-items:end}.hero .container{padding:96px 0 72px}.eyebrow{display:inline-block;padding:7px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.12);font-weight:900;font-size:13px}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,7vw,86px);line-height:.95;margin:18px 0 16px;max-width:860px}.hero p{max-width:660px;font-size:18px;color:rgba(255,255,255,.9)}.btn{display:inline-flex;padding:12px 17px;border-radius:7px;background:var(--brand);color:white;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.04em}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}section{padding:62px 0}.section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:28px}.section-head h2,.page-title h1{font-family:Georgia,serif;font-size:clamp(32px,5vw,54px);line-height:1.05;margin:0}.lead{max-width:650px;color:var(--muted);margin:0}.grid{display:grid;gap:22px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 28px rgba(35,22,16,.06)}.card img{width:100%;height:205px;object-fit:cover}.card .body{padding:19px}.card h3{font-family:Georgia,serif;margin:0 0 7px;font-size:22px}.card p{margin:0;color:var(--muted);font-size:15px}.more{display:inline-block;margin-top:13px;color:var(--brand);font-weight:900;text-transform:uppercase;font-size:12px}.page-title{padding:42px 0 28px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff,#f3e7db)}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:18px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px;align-items:start}.article{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 10px 28px rgba(35,22,16,.05)}.article h2{font-family:Georgia,serif;font-size:32px;margin:26px 0 10px}.article p,.article li{color:#4e4540}.article .cover{border-radius:18px;margin:12px 0 22px;width:100%;height:430px;object-fit:cover}.factbox{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:#fbf1e8;border:1px solid #efd9c7;border-radius:16px;padding:15px;margin:20px 0}.factbox div{font-size:14px}.factbox strong{display:block;color:var(--brand)}.sidebar{position:sticky;top:108px}.widget{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:18px}.widget h3{font-family:Georgia,serif;margin:0 0 12px}.widget a{display:block;padding:8px 0;border-bottom:1px solid var(--line);color:var(--muted);font-weight:700}.widget a:last-child{border-bottom:0}.ad-slot{min-height:112px;border:2px dashed #d7c5b7;background:#f6efe8;border-radius:16px;display:grid;place-items:center;text-align:center;color:#87776d;margin:28px 0;padding:18px}.ad-slot code{font-size:12px;color:var(--brand)}.contact-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.form{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:26px}.field{margin-bottom:15px}.field label{display:block;font-weight:850;margin-bottom:6px}.field input,.field textarea{width:100%;border:1px solid #ddd0c5;border-radius:8px;padding:12px;font:inherit;background:#fff}.field textarea{min-height:150px}.hp{position:absolute;left:-9999px;opacity:0}.footer{background:#181818;color:white;padding:44px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:26px}.footer img{width:160px;filter:brightness(0) invert(1)}.footer p,.footer a{color:rgba(255,255,255,.72)}.footer a{display:block;margin:6px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:16px;margin-top:28px;color:rgba(255,255,255,.55);font-size:13px}.notice{background:#fff8ef;border:1px solid #eedcc7;border-radius:16px;padding:16px;color:#69584f}@media(max-width:950px){.menu{display:none}.section-head,.article-layout,.contact-wrap,.footer-grid{display:block}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.article{padding:20px}.article .cover{height:280px}.factbox{grid-template-columns:1fr}.sidebar{position:static}.hero{min-height:480px}.logo img{width:150px}}
