/* sitemap.css - the site map in the footer of the older hand-built pages
   (index, store, download, guides, autoblow, reviews). The reference pages get the
   same rules from content.css. Colours carry fallbacks: those pages name their
   tokens differently. */
.sitemap{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:24px;
  margin:0 0 32px;text-align:left;font-size:14px;line-height:1.5}
.sitemap .h{font-family:"Archivo","Segoe UI",system-ui,sans-serif;font-weight:600;
  color:#e8e8ea;font-size:15px;margin:0 0 8px}
.sitemap ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.sitemap li{margin:0;padding:0}
.sitemap a{color:#a0a4a8;text-decoration:none}
.sitemap a:hover{color:#e8e8ea}
.sitemap a:focus-visible{outline:2px solid #00d4aa;outline-offset:3px;border-radius:4px}
.sitemap-wrap{padding-top:48px;padding-bottom:8px}
