@import url('/seo-cards.css');
.hero{padding:40px 24px 24px;max-width:1100px;margin:0 auto}
h1{font-family:'Instrument Sans',sans-serif;font-size:clamp(28px,5vw,48px);font-weight:600;line-height:1.1;margin-bottom:12px}
.intro{color:#94969d;font-size:15px;line-height:1.6;max-width:620px;margin-bottom:24px}
.subcats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}
.subcat-chip{background:#1d1d20;color:#94969d;font-size:13px;padding:6px 16px;border-radius:0;transition:background .15s,color .15s}
.subcat-chip:hover{background:#2a2a2e;color:#fff}
