
.anchor{scroll-margin-top:84px}
.lead{font-size:1.125rem}
.marquee{display:flex; gap:16px; overflow:auto; scroll-snap-type:x mandatory; padding-bottom:8px}
.marquee>*{scroll-snap-align:center}
.figure{border-radius:var(--psb-radius); overflow:hidden; border:1px solid rgba(255,255,255,.08)}
.figure--cover{aspect-ratio:3/2; background:#222}
.figure img{width:100%; height:100%; object-fit:cover}
.faq{display:grid; gap:14px; max-width:900px}
.faq details{background:#1a1a1a; border:1px solid rgba(255,255,255,.08); border-radius:var(--psb-radius)}
.faq summary{cursor:pointer; padding:14px 16px; font-weight:600}
.faq .answer{padding:0 16px 16px 16px; color:var(--psb-muted)}
hr.sep{border:0; border-top:1px solid rgba(255,255,255,.08); margin:24px 0}
