:root{--muted:#6f6b7a}

/* Keep the hero airy while allowing the product section to enter the first
   viewport on common desktop displays. */
.hero{min-height:500px}

.release-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 20px;padding:0}
.release-facts>div{display:flex;flex-direction:column;gap:3px;padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:#fbfafc}
.release-facts dt{font-size:11px;color:var(--muted)}
.release-facts dd{margin:0;font-size:13px;color:var(--ink)}
.release-hash{grid-column:1/-1}
.release-hash code{font:12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;word-break:break-all;color:var(--violet-dark)}
@media(max-width:760px){.release-facts{grid-template-columns:1fr 1fr}.release-hash{grid-column:1/-1}}
