:root{--bg:#f4f2ee;--ink:#1d1d1b;--muted:#77736b;--line:#d8d2c8}*{box-sizing:border-box}html,body{margin:0;min-height:100%;scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--ink)}main{min-height:55vh;display:grid;place-items:center}.footer{width:min(1120px,calc(100% - 32px));margin:auto;padding:54px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}.brand a{font-size:1.5rem;font-weight:950;color:inherit;text-decoration:none}.brand a:before{content:"";display:inline-block;width:14px;height:14px;margin-right:10px;background:#111}.brand p,address{color:var(--muted);line-height:1.8;font-style:normal}.footer nav{display:grid;gap:12px;align-content:start}.footer nav a{color:var(--ink);text-decoration:none;font-weight:800}.footer nav a:hover{color:var(--muted);transform:translateX(3px)}.bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:16px;align-items:center;border-top:1px solid var(--line);padding-top:20px;color:var(--muted)}.top-btn{border:0;background:#111;color:#fff;padding:12px 16px;font-weight:900}.top-btn:hover{background:#777}@media(max-width:760px){.footer{grid-template-columns:1fr;padding:38px 0}.bottom{align-items:flex-start;flex-direction:column}}
