*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-weight:300;line-height:1.7;
  color:#3E2B1C;background:#FAF7F3;-webkit-font-smoothing:antialiased;font-size:16px}
.wrap{max-width:760px;margin:0 auto;padding:0 22px}
header{background:linear-gradient(180deg,#160C06,#241408);color:#F7F3EA;padding:26px 0}
header .bar{display:flex;justify-content:space-between;align-items:center;gap:16px}
header .brand{font-family:'Playfair Display',Georgia,serif;font-size:17px;letter-spacing:.05em}
header a{color:rgba(247,243,234,.72);text-decoration:none;font-size:13.5px}
header a:hover{color:#EBCF88}
main{padding:44px 0 70px}
h1{font-family:'Playfair Display',Georgia,serif;font-weight:400;font-size:clamp(26px,5vw,36px);
  line-height:1.18;margin-bottom:10px;color:#2A1B10;text-wrap:balance}
.upd{font-size:13px;color:#8A7460;margin-bottom:30px}
h2{font-family:'Playfair Display',Georgia,serif;font-weight:400;font-size:22px;margin:32px 0 12px;color:#33220F}
p{margin-bottom:14px;max-width:68ch}
ul{margin:0 0 16px 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
li{position:relative;padding-left:19px;max-width:68ch}
li::before{content:'';position:absolute;left:2px;top:11px;width:5px;height:5px;border-radius:50%;background:#B8912C}
b,strong{font-weight:500;color:#2A1B10}
a{color:#8A6231}
.req{background:#fff;border-left:2px solid #D4AF37;border-radius:0 16px 16px 0;padding:18px 22px;margin:0 0 24px;
  box-shadow:0 8px 24px rgba(150,110,60,.08)}
.req div{font-size:15px}
.note{background:#F3EDE3;border-radius:16px;padding:16px 20px;font-size:14.5px;color:#5B4535;margin:22px 0}
footer{padding:26px 0 60px;font-size:13px;color:#8A7460;border-top:1px solid rgba(160,120,60,.24)}
footer a{margin-right:16px}
