:root{--ink:#27221f;--muted:#6d625c;--paper:#fbf7f0;--card:#fff;--accent:#b85c38;--gold:#e7a33e;--line:#eadfd4;--max:820px}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#f5e2ce 0,#fbf7f0 430px);font:17px/1.75 Inter,system-ui,sans-serif}a{color:#974426}header{background:#30241f;color:#fff}.nav{max-width:1080px;margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{color:#fff;text-decoration:none;font-weight:850}.nav div{display:flex;gap:16px;flex-wrap:wrap}.nav div a{color:#ffe9da;text-decoration:none;font-size:14px}.hero{max-width:var(--max);margin:auto;padding:74px 24px 58px}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#efb87a}.hero h1{font-size:clamp(42px,8vw,76px);line-height:.98;letter-spacing:-.055em;margin:12px 0 22px}.hero p{font-size:20px;color:#ebddd4;max-width:720px}main{max-width:var(--max);margin:auto;padding:48px 24px 90px}article{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,54px);box-shadow:0 24px 70px rgba(65,40,25,.08)}h2{font-size:30px;line-height:1.2;margin:2.2em 0 .6em;letter-spacing:-.025em}h2:first-child{margin-top:0}h3{font-size:21px;margin-top:1.8em}p,li{color:#463d38}.callout{border-left:5px solid var(--accent);background:#fff1e6;padding:18px 22px;border-radius:0 14px 14px 0;margin:28px 0}.steps li{margin:12px 0}.byline{font-size:14px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:28px}.ratio{display:grid;grid-template-columns:6fr 3fr 1fr;border-radius:14px;overflow:hidden;margin:28px 0;color:#fff;font-weight:800}.ratio span{padding:22px 12px;text-align:center}.ratio span:nth-child(1){background:#b85c38}.ratio span:nth-child(2){background:#e7a33e;color:#382313}.ratio span:nth-child(3){background:#74371f}.related{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:36px}.related a{display:block;background:#f7eee6;padding:18px;border-radius:14px;text-decoration:none;font-weight:750}footer{background:#30241f;color:#d9c9bf;padding:42px 24px}.foot{max-width:1080px;margin:auto;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.foot a{color:#ffe9da;margin-left:14px}@media(max-width:640px){.nav{align-items:flex-start;flex-direction:column}.related{grid-template-columns:1fr}.hero{padding-top:52px}.foot a{margin:0 14px 0 0}}
