/* Company-page rules only. _shared.css is a dependency of the legal drafts that are with
   counsel — it is kept byte-identical to the version they were reviewed against, so
   anything specific to this page lives here instead. */
header{text-align:left}
h1{margin-bottom:6px}
.tagline{font-style:italic;color:var(--muted);margin:0;font-size:1.02rem}
.lede{font-size:1.06rem;margin:0 0 6px}
.product{background:var(--surf);border:1px solid var(--line);border-left:3px solid var(--accent);
         border-radius:4px;padding:16px 18px;margin:16px 0}
.product p{margin:0}
.product .status{font-style:italic;color:var(--muted);margin-top:9px;font-size:0.95rem}
.product .site{margin-top:9px;font:0.86rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}
footer p{margin:0 0 8px}
footer p:last-child{margin-bottom:0}
@media(max-width:620px){.lede{font-size:1rem}.product{padding:13px 14px}}
