:root { --ink:#070809; --paper:#eeeae4; --gold:#c18e50; --muted:rgba(20,20,20,.62); }
* { box-sizing: border-box; }
html, body { margin: 0; background: #ece8e2; color: #171717; font-family: "Onest", sans-serif; }
body { min-height: 100vh; }
a { color: #6d5224; }
.wrap { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 72px; }
.top { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; font-size: 13px; }
.top a { color: rgba(23,23,23,.7); text-decoration: none; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Prata", Georgia, serif; font-size: 22px; color: #111; text-decoration: none; }
.brand img { width: 36px; height: 36px; }
.kicker { margin: 0 0 10px; color: #8a6a3a; letter-spacing: .18em; text-transform: uppercase; font-size: 11px; font-weight: 500; }
h1 { margin: 0 0 18px; font-family: "Prata", Georgia, serif; font-size: clamp(28px, 6vw, 42px); font-weight: 400; line-height: 1.15; }
h2 { margin: 28px 0 10px; font-size: 20px; font-weight: 500; }
p, li { font-size: 16px; line-height: 1.65; color: var(--muted); font-weight: 300; }
ul { padding-left: 1.2em; }
.meta { margin-top: 32px; font-size: 14px; }
.requisites { padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,.55); border: 1px solid rgba(20,20,20,.08); }
.requisites p { margin: 6px 0; }
