
/* SansDomain Domain List – scoped styling */
.sddl-wrap{padding:24px 0}
.sddl-container{max-width:1200px;margin:0 auto;padding:0 16px}
.sddl-header{margin-bottom:18px}
.sddl-title{margin:0 0 8px;font-size:clamp(20px,3.5vw,32px);font-weight:800;letter-spacing:.2px;color:#f3f4f6}
.sddl-desc{margin:0;color:#cbd2d9;max-width:70ch}
.sddl-catalog{margin-top:8px}
.sddl-empty{background:#1b1f24;border:1px dashed #374151;color:#e5e7eb;padding:16px;border-radius:12px}
.sddl-debug{margin-top:18px;background:#0d1117;color:#dbe2ea;padding:12px;border-radius:8px;overflow:auto}

/* Hide homepage-only sections specifically on /domain-list/ */
.sddl-domain-list-page .hero,
.sddl-domain-list-page #hero,
.sddl-domain-list-page .home-hero,
.sddl-domain-list-page .eyebrow, 
.sddl-domain-list-page .badge-row,
.sddl-domain-list-page #top3,
.sddl-domain-list-page .top3,
.sddl-domain-list-page .top-3,
.sddl-domain-list-page .marketplace,
.sddl-domain-list-page .marketplace-insight,
.sddl-domain-list-page .insight-market,
.sddl-domain-list-page [data-section="marketplace"],
.sddl-domain-list-page .home-section,
.sddl-domain-list-page .home-banner,
.sddl-domain-list-page .home-cta{
  display:none !important;
}

@media (max-width:680px){
  .sddl-container{padding:0 12px}
  .sddl-title{font-size:20px}
  .sddl-desc{font-size:14px}
}
