:root{--ink:#211b13;--gold:#9a6a10;--paper:#f7f4ed;--line:#ddd3c3}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.7}
main{width:min(850px,calc(100% - 40px));margin:0 auto;padding:48px 0 72px}
h1,h2{font-family:Georgia,"Times New Roman",serif;line-height:1.15}
h1{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:500;margin:42px 0 28px}
h2{font-size:1.55rem;margin:34px 0 8px}
p{margin:0 0 16px}
a{color:var(--gold);font-weight:700;text-underline-offset:3px}
a:focus-visible{outline:3px solid #c99625;outline-offset:4px;border-radius:4px}
.back{display:inline-flex;align-items:center;min-height:44px}
.box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 12px 30px rgba(35,27,18,.06)}
.item{padding:20px 0;border-bottom:1px solid var(--line)}
.item:last-child{border-bottom:0}
@media(max-width:520px){main{width:min(100% - 28px,850px);padding-top:24px}h1{margin-top:28px}.box{padding:18px}}
