/* Match the homepage's viewport-anchored, bottom-left navigation. */
body .foot{position:fixed;inset:auto 0 0;z-index:10;display:flex;flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:26px;margin:0;padding:24px 52px 40px;font-size:14px;background:linear-gradient(to top,#0F0E0D 70%,rgba(15,14,13,0))}
body .foot a{color:#FF5A1F;font-weight:700;text-decoration:none}
body .shell{padding-bottom:150px}
@media(max-width:600px){
  body .foot{padding:24px 24px 110px;flex-direction:column;gap:8px}
  body .shell{padding-bottom:300px}
}
