/* Home directory of public niche pages. Keep the existing segment cards. */
.niche-directory { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line, #e6e6eb); }
.niche-directory h3 { margin: 0 0 .65rem; font-size: clamp(1.25rem, 2vw, 1.75rem); letter-spacing: -.025em; }
.niche-directory > p { margin-bottom: 1.5rem; color: var(--muted, #6e6e7c); }
.niche-directory-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin: 0; padding: 0; list-style: none; }
.niche-directory-list a { display: flex; align-items: center; justify-content: space-between; gap: .75rem; min-height: 48px; padding: .8rem 1rem; border: 1px solid var(--line, #e6e6eb); border-radius: 14px; color: var(--ink, #17171f); background: #fafafd; text-decoration: none; font-weight: 700; }
.niche-directory-list a:hover { background: #e9fffe; border-color: #00aeb3; }
.niche-directory-list a:focus-visible { outline: 3px solid #00aeb3; outline-offset: 3px; }
.niche-directory-list a > span { flex: none; color: #007f83; }
@media (max-width: 820px) { .niche-directory-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .niche-directory-list { grid-template-columns: minmax(0, 1fr); } }
