/* Catálogo portada — secciones a ancho completo (sin tarjeta contenedora) */
.td-home-destacados {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.com-catalog--home {
    margin-top: 0;
    width: 100%;
    padding: 14px 0 10px;
    position: relative;
    overflow: visible;
    --hc-ink: #0f172a;
    --hc-muted: #64748b;
    --hc-line: #e2e8f0;
    --hc-accent: #6366f1;
    --hc-accent-soft: #eef2ff;
    --hc-accent-mid: #818cf8;
}

.com-catalog--home .com-catalog__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
    padding: 6px var(--td-home-edge-pad-r, 16px) 12px calc(var(--td-home-edge-pad, 16px) + 10px);
    border-bottom: 1px solid var(--hc-line);
}

.com-catalog--agenda {
    --hc-accent: #4f46e5;
    --hc-accent-soft: #eef2ff;
    --hc-accent-mid: #6366f1;
    --hc-line: #c7d2fe;
}

.com-catalog--muni {
    --hc-accent: #d97706;
    --hc-accent-soft: #fffbeb;
    --hc-accent-mid: #f59e0b;
    --hc-line: #fde68a;
}

.com-catalog--necro {
    --hc-accent: #475569;
    --hc-accent-soft: #f8fafc;
    --hc-accent-mid: #64748b;
    --hc-line: #e2e8f0;
}

.com-catalog--comercios {
    --hc-accent: #7c3aed;
    --hc-accent-soft: #f5f3ff;
    --hc-accent-mid: #a78bfa;
    --hc-line: #ddd6fe;
}

.com-catalog--profes {
    --hc-accent: #2563eb;
    --hc-accent-soft: #eff6ff;
    --hc-accent-mid: #60a5fa;
    --hc-line: #bfdbfe;
}

.com-catalog--noticias {
    --hc-accent: #ea580c;
    --hc-accent-soft: #fff7ed;
    --hc-accent-mid: #fb923c;
    --hc-line: #fed7aa;
}

.com-catalog--salud {
    --hc-accent: #059669;
    --hc-accent-soft: #ecfdf5;
    --hc-accent-mid: #34d399;
    --hc-line: #a7f3d0;
}

.com-catalog--colectivos {
    --hc-accent: #ea580c;
    --hc-accent-soft: #fff7ed;
    --hc-accent-mid: #f97316;
    --hc-line: #fdba74;
}

.com-catalog--movilidad {
    --hc-accent: #2563eb;
    --hc-accent-soft: #eff6ff;
    --hc-accent-mid: #3b82f6;
    --hc-line: #bfdbfe;
}

.com-catalog--emergencias {
    --hc-accent: #dc2626;
    --hc-accent-soft: #fef2f2;
    --hc-accent-mid: #f87171;
    --hc-line: #fecaca;
}

.com-catalog--home .com-catalog__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.com-catalog--home .com-catalog__icon {
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: var(--hc-accent);
    background: transparent;
    box-shadow: none;
}

.com-catalog--home .com-catalog__titles {
    min-width: 0;
}

.com-catalog--home .com-catalog__kicker {
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--hc-accent);
}

.com-catalog--home .com-catalog__title {
    margin: 2px 0 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--hc-ink);
}

.com-catalog--home .com-catalog__link {
    flex-shrink: 0;
    margin-top: 2px;
    padding: 0;
    border-radius: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    color: var(--hc-accent);
    background: transparent;
    border: none;
}

.com-catalog--home .com-list {
    display: flex;
    flex-direction: column;
}

.com-catalog--home .com-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 13px var(--td-home-edge-pad-r, 16px) 13px var(--td-home-edge-pad, 16px);
    border-top: 1px solid var(--hc-line);
    text-decoration: none !important;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.12s ease;
    border-radius: 0;
}

.com-catalog--home .com-list__item:first-child {
    border-top: none;
    padding-top: 10px;
}

.com-catalog--home .com-list__item--destacado {
    background: transparent;
}

.com-catalog--home .com-list__item:active {
    background: var(--td-home-row-hover, rgba(148, 163, 184, 0.1));
}

.com-catalog--home .com-list__thumb {
    width: 48px;
    height: 48px;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
    border: none;
    color: var(--hc-accent);
    font-size: 1.125rem;
    line-height: 1;
}

.com-catalog--home .com-list__thumb--date-range {
    font-size: 18px;
}

.com-catalog--home .com-list__date-d {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.com-catalog--home .com-list__date-m {
    margin-top: 1px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.com-catalog--home .com-list__thumb--ok,
.com-catalog--home .com-list__thumb--warn,
.com-catalog--home .com-list__thumb--alert,
.com-catalog--home .com-list__thumb--muted {
    color: var(--hc-accent);
    background: transparent;
    border: none;
}

.com-catalog--home .com-list__copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.com-catalog--home .com-list__name {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--hc-ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.com-catalog--home .com-list__sub {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--hc-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.com-catalog--home .com-list__sub--ok { color: #047857; }
.com-catalog--home .com-list__sub--warn { color: #b45309; }
.com-catalog--home .com-list__sub--alert { color: #b91c1c; }

.com-catalog--home .com-list__chev {
    flex-shrink: 0;
    font-size: 13px;
    color: var(--hc-accent-mid);
    opacity: 0.7;
}

.com-catalog--home .com-catalog__empty {
    padding: 8px var(--td-home-edge-pad-r, 16px) 4px calc(var(--td-home-edge-pad, 16px) + 12px);
    font-size: 12px;
    font-weight: 600;
    color: var(--hc-muted);
}

.com-catalog--home .com-catalog__note {
    margin: 8px var(--td-home-edge-pad-r, 16px) 2px calc(var(--td-home-edge-pad, 16px) + 12px);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--hc-muted);
}

.com-catalog--home .com-catalog__note a {
    color: var(--hc-accent);
    font-weight: 800;
    text-decoration: none;
}

.com-catalog--home .com-list__thumb--img {
    padding: 0;
}

.com-catalog--home .com-list__thumb--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.com-catalog--home .com-list__date-d--time {
    font-size: 13px;
    letter-spacing: -0.04em;
}

html[data-theme="dark"] .com-catalog--home {
    background: transparent;
}

html[data-theme="dark"] .com-catalog--home .com-catalog__title,
html[data-theme="dark"] .com-catalog--home .com-list__name {
    color: #f1f5f9;
}

html[data-theme="dark"] .com-catalog--home .com-catalog__link {
    background: transparent;
    color: #7dd3fc;
}

/* --- Plano: sin fondos ni pills en variantes --- */
.com-catalog--home [class*="--destacado"] {
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.com-catalog--home .com-list__thumb--time,
.com-catalog--home .com-list__thumb--agenda,
.com-catalog--home .com-list__thumb--salud,
.com-catalog--home .com-list__thumb--noticia,
.com-catalog--home .com-list__thumb--guia,
.com-catalog--home .com-list__thumb--necro {
    width: 48px !important;
    height: 48px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
}

.com-catalog--colectivos .com-list__when-badge,
.com-catalog--muni .com-list__when-badge,
.com-catalog--salud .com-list__when-badge,
.com-catalog--noticias .com-list__when-badge,
.com-list__when-badge--comercios,
.com-list__when-badge--profes,
.com-catalog--home .com-list__when-badge--muted {
    display: inline !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    color: var(--hc-accent, #64748b) !important;
}

html[data-theme="dark"] .com-catalog--noticias .com-list__when-badge--news,
html[data-theme="dark"] .com-list__when-badge--comercios,
html[data-theme="dark"] .com-list__when-badge--profes,
html[data-theme="dark"] .com-catalog--home .com-list__when-badge--muted {
    background: transparent !important;
    border: none !important;
    color: var(--hc-accent, #94a3b8) !important;
}

/* --- Colectivos en portada: hora grande + ruta en dos líneas --- */
.com-catalog--colectivos.com-catalog--home .com-catalog__title {
    letter-spacing: -0.02em;
}

.com-catalog--colectivos .com-list__item--colectivo {
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
}

.com-catalog--colectivos .com-list__item--colectivo.com-list__item--destacado {
    background: transparent;
    border-radius: 0;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
    margin: 0;
}

.com-catalog--home.com-catalog--colectivos .com-list__thumb--time {
    width: auto;
    height: auto;
    min-width: 2.75rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
    border: none;
    line-height: 1;
}

.com-catalog--home.com-catalog--colectivos .com-list__thumb--time.com-list__thumb--ok,
.com-catalog--home.com-catalog--colectivos .com-list__thumb--time.com-list__thumb--warn {
    background: transparent;
    border: none;
}

.com-catalog--colectivos .com-list__time {
    font-size: 17px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.com-catalog--colectivos .com-list__time-unit {
    margin-top: 3px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c2410c;
}

.com-catalog--colectivos .com-list__route {
    display: block;
    min-width: 0;
}

.com-catalog--colectivos .com-list__route-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 6px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--hc-ink, #0f172a);
}

.com-catalog--colectivos .com-list__route-from,
.com-catalog--colectivos .com-list__route-to {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.com-catalog--colectivos .com-list__route-arrow {
    flex-shrink: 0;
    font-size: 12px;
    color: #ea580c;
}

.com-catalog--colectivos .com-list__sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.com-catalog--home.com-catalog--colectivos .com-list__when-badge {
    display: inline;
    padding: 0;
    border-radius: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: transparent;
    border: none;
}

.com-catalog--home.com-catalog--colectivos .com-list__when-badge--ok,
.com-catalog--home.com-catalog--colectivos .com-list__when-badge--warn {
    color: var(--hc-accent, #ea580c);
    background: transparent;
    border: none;
}

.com-catalog--colectivos .com-list__empresa {
    font-weight: 700;
    color: var(--hc-muted, #64748b);
}

.com-catalog--colectivos .com-catalog__note {
    font-size: 11px;
    line-height: 1.45;
    color: var(--hc-muted, #64748b);
}

html[data-theme="dark"] .com-catalog--home.com-catalog--colectivos .com-list__item--colectivo.com-list__item--destacado {
    background: transparent;
}

html[data-theme="dark"] .com-catalog--home.com-catalog--colectivos .com-list__thumb--time {
    background: transparent;
    border: none;
}

html[data-theme="dark"] .com-catalog--colectivos .com-list__time {
    color: #fef3c7;
}

html[data-theme="dark"] .com-catalog--colectivos .com-list__route-line {
    color: #f1f5f9;
}

/* --- Agenda, municipales y necrológicas (portada) --- */
.com-catalog--home .com-list__meta-line {
    font-weight: 600;
    color: var(--hc-muted, #64748b);
}

.com-catalog--home .com-list__sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
}

.com-catalog--home .com-list__when-badge {
    display: inline;
    padding: 0;
    border-radius: 0;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: none;
    background: transparent;
    color: var(--hc-accent);
}

.com-catalog--home .com-list__when-badge::after {
    content: " · ";
    font-weight: 400;
    color: var(--hc-muted);
}

.com-catalog--home .com-list__when-badge--muted {
    color: var(--hc-muted, #64748b);
    background: transparent;
    border: none;
}

.com-catalog--agenda .com-list__item--agenda {
    min-height: 76px;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
}

.com-catalog--home.com-catalog--agenda .com-list__thumb--agenda {
    width: auto;
    height: auto;
    min-width: 2.75rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    border: none;
}

.com-catalog--home.com-catalog--agenda .com-list__thumb--agenda.com-list__thumb--ok {
    background: transparent;
    border: none;
}

.com-catalog--agenda .com-list__thumb--agenda .com-list__time {
    font-size: 17px;
    font-weight: 900;
    color: #0f172a;
}

.com-catalog--home.com-catalog--agenda .com-list__item--destacado {
    background: transparent;
    border-radius: 0;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
    margin: 0;
}

.com-catalog--muni .com-list__item--muni {
    min-height: 72px;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
}

.com-catalog--home.com-catalog--muni .com-list__thumb {
    width: auto;
    height: auto;
    font-size: 1.25rem;
    background: transparent;
    border: none;
}

.com-catalog--home.com-catalog--muni .com-list__when-badge--ok,
.com-catalog--home.com-catalog--muni .com-list__when-badge--warn,
.com-catalog--home.com-catalog--muni .com-list__when-badge--alert {
    color: var(--hc-accent, #d97706);
    background: transparent;
    border: none;
}

.com-catalog--necro .com-list__item--necro {
    min-height: 72px;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
}

.com-catalog--home.com-catalog--necro .com-list__thumb--necro {
    width: auto;
    height: auto;
    min-width: 2.5rem;
    background: transparent;
    border: none;
    color: var(--hc-muted, #64748b);
}

.com-catalog--necro .com-list__name {
    font-weight: 800;
}

html[data-theme="dark"] .com-catalog--home.com-catalog--agenda .com-list__item--destacado {
    background: transparent;
}

html[data-theme="dark"] .com-catalog--home .com-list__when-badge--muted {
    color: #cbd5e1;
    background: transparent;
    border: none;
}

/* --- Salud y farmacia (portada) --- */
.com-catalog--salud .com-list__item--salud {
    min-height: 76px;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
}

.com-catalog--home.com-catalog--salud .com-list__thumb--salud {
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.25rem;
    background: transparent;
    border: none;
    color: var(--hc-accent, #059669);
}

.com-catalog--home.com-catalog--salud .com-list__thumb--salud.com-list__thumb--ok {
    color: var(--hc-accent, #047857);
}

.com-catalog--home.com-catalog--salud .com-list__when-badge--ok {
    color: var(--hc-accent, #059669);
    background: transparent;
    border: none;
}

.com-catalog--home.com-catalog--salud .com-list__item--destacado {
    background: transparent;
    border-radius: 0;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
    margin: 0;
}

.com-catalog--salud .com-list__name {
    font-weight: 800;
}

/* --- Noticias San Cristóbal al Día (portada) --- */
.com-catalog--noticias .com-list__item--noticia {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-height: 88px;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
}

.com-catalog--noticias .com-list__noticia-top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.com-catalog--noticias .com-list__copy--noticia {
    flex: 1;
    min-width: 0;
}

.com-catalog--noticias .com-list__name-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 8px;
    line-height: 1.35;
}

.com-catalog--noticias .com-list__noticia-cat {
    flex-shrink: 0;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--hc-accent, #ea580c);
}

.com-catalog--noticias .com-list__extracto--noticia {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-line-clamp: unset;
    overflow: visible;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--hc-muted, #64748b);
}

.com-catalog--home.com-catalog--noticias .com-list__thumb--noticia {
    width: 52px;
    height: 52px;
    border-radius: 0;
    overflow: hidden;
    border: none;
}

.com-catalog--noticias .com-list__thumb--noticia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.com-catalog--home.com-catalog--noticias .com-list__when-badge--news {
    color: var(--hc-accent, #ea580c);
    background: transparent;
    border: none;
}

.com-catalog--noticias .com-list__extracto {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--hc-muted, #64748b);
}

.com-catalog--home.com-catalog--noticias .com-list__item--destacado {
    background: transparent;
    border-radius: 0;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
    margin: 0;
}

.com-catalog--noticias .com-list__name {
    font-weight: 800;
    -webkit-line-clamp: 2;
}

/* --- Guía local: comercios y profesionales (portada) --- */
.com-catalog--comercios .com-list__item--guia-comercios,
.com-catalog--profes .com-list__item--guia-profes {
    min-height: 80px;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
}

.com-catalog--home.com-catalog--comercios .com-list__thumb--guia,
.com-catalog--home.com-catalog--profes .com-list__thumb--guia {
    width: 52px;
    height: 52px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    overflow: hidden;
    background: transparent;
    border: none;
}

.com-catalog--home.com-catalog--comercios .com-list__thumb--guia {
    color: var(--hc-accent, #7c3aed);
}

.com-catalog--home.com-catalog--profes .com-list__thumb--guia {
    color: var(--hc-accent, #2563eb);
}

.com-catalog--comercios .com-list__thumb--guia img,
.com-catalog--profes .com-list__thumb--guia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.com-catalog--home .com-list__when-badge--comercios {
    color: var(--hc-accent, #7c3aed);
    background: transparent;
    border: none;
}

.com-catalog--home .com-list__when-badge--profes {
    color: var(--hc-accent, #2563eb);
    background: transparent;
    border: none;
}

.com-catalog--home.com-catalog--comercios .com-list__item--destacado {
    background: transparent;
    border-radius: 0;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
    margin: 0;
}

.com-catalog--home.com-catalog--profes .com-list__item--destacado {
    background: transparent;
    border-radius: 0;
    padding: 14px var(--td-home-edge-pad-r, 16px) 14px calc(var(--td-home-edge-pad, 16px) + 4px);
    margin: 0;
}

.com-catalog--comercios .com-list__name,
.com-catalog--profes .com-list__name {
    font-weight: 800;
}

html[data-theme="dark"] .com-catalog--home.com-catalog--salud .com-list__item--destacado,
html[data-theme="dark"] .com-catalog--home.com-catalog--noticias .com-list__item--destacado,
html[data-theme="dark"] .com-catalog--home.com-catalog--comercios .com-list__item--destacado,
html[data-theme="dark"] .com-catalog--home.com-catalog--profes .com-list__item--destacado {
    background: transparent;
}

html[data-theme="dark"] .com-catalog--home.com-catalog--noticias .com-list__when-badge--news,
html[data-theme="dark"] .com-catalog--home .com-list__when-badge--comercios,
html[data-theme="dark"] .com-catalog--home .com-list__when-badge--profes {
    color: var(--hc-accent, #94a3b8);
    background: transparent;
    border: none;
}

