/**
 * V9 — Categories / Archives.
 * Category pages are deliberately editorial: large section identity, optional
 * real subcategory filters, one dominant lead, supporting stories, then archive.
 */

.informado-category-archive,
.informado-generic-archive {
    padding-top: clamp(2.4rem, 5vw, 4.75rem);
}

.informado-category-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
    gap: clamp(1.5rem, 5vw, 5rem);
    align-items: end;
    padding-bottom: clamp(1.45rem, 2.8vw, 2rem);
    border-bottom: 2px solid var(--informado-color-black);
}

.informado-category-header__parent {
    grid-column: 1 / -1;
    width: fit-content;
    margin: 0 0 -0.5rem;
    color: var(--informado-color-red);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.informado-category-header__title {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(3.4rem, 7.2vw, 6.75rem);
    line-height: 0.88;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.informado-category-header__description {
    max-width: 48rem;
    justify-self: end;
    color: var(--informado-color-muted);
    font-size: clamp(1rem, 1.55vw, 1.2rem);
    line-height: 1.55;
}

.informado-category-header__description > :last-child {
    margin-bottom: 0;
}

.informado-category-header--generic {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.informado-category-header--generic .informado-category-header__description {
    justify-self: start;
}

.informado-category-filters {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    padding-block: 1.15rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.informado-category-filters__item {
    min-height: var(--informado-control-size);
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    border: 1px solid var(--informado-color-border);
    border-radius: 999px;
    background: var(--informado-color-white);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: border-color 120ms ease, background-color 120ms ease, color 120ms ease;
}

.informado-category-filters__item:hover,
.informado-category-filters__item:focus-visible {
    border-color: var(--informado-color-black);
    color: var(--informado-color-black);
}

.informado-category-filters__item.is-current {
    border-color: var(--informado-color-red);
    background: var(--informado-color-red);
    color: var(--informado-color-white);
}

.informado-category-lead {
    display: grid;
    grid-template-columns: minmax(0, 2.15fr) minmax(18rem, 0.85fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: stretch;
    padding-top: clamp(1.25rem, 2vw, 1.8rem);
}

.informado-category-lead__main,
.informado-category-lead__main .informado-story-card--primary {
    min-height: clamp(27rem, 43vw, 39rem);
}

.informado-category-lead__main .informado-story-card--primary {
    border-radius: 0;
}

.informado-category-lead__main .informado-story-card--primary .informado-story-card__title {
    max-width: 15ch;
    font-size: clamp(2.15rem, 4vw, 4rem);
}

.informado-category-lead__support {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    border-top: 2px solid var(--informado-color-black);
}

.informado-category-lead__support .informado-story-card--secondary {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem 0;
    border-top: 0;
    border-bottom: 1px solid var(--informado-color-border);
}

.informado-category-lead__support .informado-story-card--secondary:last-child {
    border-bottom: 0;
}

.informado-category-lead__support .informado-story-card--secondary .informado-story-card__media {
    aspect-ratio: 16 / 9;
    margin-bottom: 0.85rem;
}

.informado-category-lead__support .informado-story-card--secondary .informado-story-card__title {
    max-width: 24ch;
    font-size: clamp(1.15rem, 1.7vw, 1.5rem);
}

.informado-category-ad {
    margin-top: clamp(2.2rem, 4vw, 3.75rem);
}

.informado-category-feed {
    margin-top: clamp(3rem, 6vw, 5rem);
}

.informado-category-feed--generic {
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.informado-category-feed .informado-section-heading {
    border-bottom: 2px solid var(--informado-color-black);
}

.informado-category-feed__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 2.8vw, 2.25rem);
}

.informado-category-feed__grid .informado-story-card--vertical {
    min-width: 0;
}

.informado-category-feed__grid .informado-story-card--vertical .informado-story-card__media {
    aspect-ratio: 16 / 10;
}

.informado-category-feed__grid .informado-story-card--vertical .informado-story-card__title {
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.informado-category-feed__list {
    max-width: 58rem;
    display: grid;
    margin-top: clamp(2rem, 4vw, 3.5rem);
    border-top: 2px solid var(--informado-color-black);
}

.informado-category-feed__list .informado-story-card--horizontal:first-child {
    padding-top: 1.35rem;
}

.informado-archive-pagination {
    margin-top: clamp(2.5rem, 5vw, 4rem);
    padding-top: 1.25rem;
    border-top: 1px solid var(--informado-color-border);
}

.informado-archive-pagination .nav-links {
    justify-content: center;
}

.informado-category-empty {
    max-width: 48rem;
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.informado-category-empty__eyebrow {
    margin-bottom: 0.6rem;
    color: var(--informado-color-red);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.informado-category-empty h2 {
    max-width: 18ch;
    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: -0.04em;
}

.informado-category-empty p {
    max-width: 58ch;
    color: var(--informado-color-muted);
}

@media (max-width: 64rem) {
    .informado-category-header {
        grid-template-columns: minmax(0, 1fr) minmax(15rem, 26rem);
    }

    .informado-category-lead {
        grid-template-columns: minmax(0, 1.65fr) minmax(16rem, 0.85fr);
    }

    .informado-category-feed__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 47.99rem) {
    .informado-category-archive,
    .informado-generic-archive {
        padding-top: 2rem;
    }

    .informado-category-header {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.8rem;
        padding-bottom: 1.15rem;
    }

    .informado-category-header__parent {
        margin: 0 0 0.15rem;
    }

    .informado-category-header__title {
        max-width: 14ch;
        font-size: clamp(2.8rem, 14vw, 4.5rem);
        line-height: 0.92;
    }

    .informado-category-header__description {
        max-width: 36rem;
        justify-self: start;
        font-size: 0.94rem;
        line-height: 1.45;
    }

    .informado-category-filters {
        width: calc(100% + var(--informado-gutter));
        margin-right: calc(var(--informado-gutter) * -1);
        padding-block: 0.9rem 1.1rem;
        padding-right: var(--informado-gutter);
    }

    .informado-category-filters__item {
        min-height: 2.75rem;
        padding-inline: 0.9rem;
        font-size: 0.76rem;
    }

    .informado-category-lead {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.9rem;
        padding-top: 0.2rem;
    }

    .informado-category-lead__main,
    .informado-category-lead__main .informado-story-card--primary {
        min-height: clamp(22rem, 112vw, 29rem);
    }

    .informado-category-lead__main .informado-story-card--primary .informado-story-card__body {
        padding: 1rem;
    }

    .informado-category-lead__main .informado-story-card--primary .informado-story-card__title {
        max-width: 17ch;
        font-size: clamp(1.7rem, 8.3vw, 2.35rem);
        line-height: 1.02;
    }

    .informado-category-lead__main .informado-story-card--primary .informado-story-card__summary {
        display: none;
    }

    .informado-category-lead__support {
        grid-template-rows: none;
        border-top: 1px solid var(--informado-color-border);
    }

    .informado-category-lead__support .informado-story-card--secondary {
        display: grid;
        grid-template-columns: 7.75rem minmax(0, 1fr);
        gap: 0.9rem;
        align-items: center;
        padding: 0.9rem 0;
    }

    .informado-category-lead__support .informado-story-card--secondary .informado-story-card__media {
        width: 100%;
        aspect-ratio: 4 / 3;
        margin: 0;
    }

    .informado-category-lead__support .informado-story-card--secondary .informado-story-card__title {
        max-width: none;
        font-size: 1.02rem;
        line-height: 1.12;
    }

    .informado-category-lead__support .informado-story-card--secondary.informado-story-card--without-media {
        grid-template-columns: minmax(0, 1fr);
        padding-left: 0.8rem;
        border-left: 3px solid var(--informado-color-red);
    }

    .informado-category-feed {
        margin-top: 2.7rem;
    }

    .informado-category-feed__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .informado-category-feed__grid .informado-story-card--vertical {
        display: grid;
        grid-template-columns: 8rem minmax(0, 1fr);
        gap: 0.9rem;
        align-items: center;
        padding: 0.9rem 0;
        border-bottom: 1px solid var(--informado-color-border);
    }

    .informado-category-feed__grid .informado-story-card--vertical .informado-story-card__media {
        width: 100%;
        aspect-ratio: 4 / 3;
        margin: 0;
    }

    .informado-category-feed__grid .informado-story-card--vertical .informado-story-card__title {
        font-size: 1.02rem;
        line-height: 1.12;
    }

    .informado-category-feed__grid .informado-story-card--vertical .informado-story-card__summary {
        display: none;
    }

    .informado-category-feed__grid .informado-story-card--vertical.informado-story-card--without-media {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        padding: 1rem 0 1rem 0.8rem;
        border-top: 0;
        border-left: 3px solid var(--informado-color-red);
        background: transparent;
    }

    .informado-category-feed__list {
        margin-top: 0;
        border-top: 0;
    }

    .informado-category-feed__list .informado-story-card--horizontal,
    .informado-category-feed__list .informado-story-card--horizontal:first-child {
        padding-block: 0.9rem;
    }

    .informado-archive-pagination .nav-links {
        justify-content: flex-start;
    }
}

@media (max-width: 22.5rem) {
    .informado-category-header__title {
        font-size: clamp(2.45rem, 13vw, 3.25rem);
    }

    .informado-category-lead__support .informado-story-card--secondary,
    .informado-category-feed__grid .informado-story-card--vertical {
        grid-template-columns: 6.7rem minmax(0, 1fr);
        gap: 0.75rem;
    }

    .informado-category-feed__grid .informado-story-card--vertical .informado-story-meta,
    .informado-category-lead__support .informado-story-card--secondary .informado-story-meta {
        font-size: 0.64rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .informado-category-filters__item {
        transition: none;
    }
}
