/* Lake Ink & Brass — editorial / trust pages (Phase 5a): about, help (FAQ),
   contact, privacy, terms. Ports the page-editorial mockup's centered header.
   The base prose rules (.article, .article h2/p/.lead) come from lake.css; this
   file adds only what the base doesn't cover: the .ah header + h1/h3/link/list
   styling. Token-only; every text/bg pair is AA-pinned. */
.ah{text-align:center;padding:40px 0 6px}
.ah .eyebrow{display:block;margin-bottom:12px}
.ah h1{font-family:var(--disp);font-weight:600;font-size:clamp(32px,5vw,48px);letter-spacing:-.025em;max-width:20ch;margin:0 auto;line-height:1.05}
.ah h1 em{font-style:normal;color:var(--brass-deep)}

.article h1{font-family:var(--disp);font-weight:600;font-size:clamp(28px,4vw,38px);letter-spacing:-.02em;line-height:1.1;margin:0 0 14px}
.article h3{font-family:var(--disp);font-weight:600;font-size:17px;margin:22px 0 6px;color:var(--ink)}
.article a{color:var(--brass-deep);font-weight:600}
.article ul{margin:0 0 16px;padding-left:22px}
.article li{font-size:16px;color:var(--ink-2);line-height:1.6;margin:4px 0}
.article strong{color:var(--ink)}
