/* faq.css - repeated equal rows, edge to edge of the container. That shape is the FAQ's
   differentiation; no other type on this site is built from repetition. Answers are plain
   prose rather than a closed accordion, because a closed accordion hides text from the word
   floor and from crawlers alike. */
.qalist{display:grid;gap:0}
.qgroup{margin-top:38px}
.qgroup:first-child{margin-top:0}
.qgroup h2{font-size:.9rem;font-family:var(--body);font-weight:700;letter-spacing:.16em;
           text-transform:uppercase;color:var(--teal-deep);max-width:none;margin-bottom:4px}
.qa{border-top:1px solid var(--line);padding:24px 0}
.qa h3{font-size:1.12rem;margin-bottom:8px;max-width:26em}
.qa p{color:var(--ink-soft);max-width:var(--measure-read)}
