/* Home page.

   Nearly everything on this page is the shared Blocks vocabulary in
   blocks.css. What is left here is the spec strip: the fixed facts that
   used to sit in the two rounded spec plates, squared off into one
   ruled band. */

.home{width:100%}

.bk-spec{margin:40px var(--gut) 0;display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  border-top:var(--rule-2) solid var(--black);border-left:var(--rule-2) solid var(--black)}
.bk-spec .cell{border-right:var(--rule-2) solid var(--black);
  border-bottom:var(--rule-2) solid var(--black);padding:16px 20px}
.bk-spec .k{font-weight:700;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mut)}
.bk-spec .v{font-weight:700;font-size:15px;color:var(--black);margin-top:6px;
  display:flex;align-items:center;gap:8px}
.bk-spec .v.is-lit{color:var(--accent-ink)}
.bk-spec .v.is-lit::before{content:'';width:8px;height:8px;background:var(--accent);flex-shrink:0}

@media (max-width:860px){
  .bk-spec{margin:28px var(--gut-sm) 0;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}
  .bk-spec .cell{padding:14px 16px}
}
