/* Editorial / blog hub (English-only routes) */
.editorial-hub {
    max-width: 46rem;
    margin: 0 auto;
}

.editorial-hub__kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    margin: 0 0 0.35rem;
    opacity: 0.75;
}

.editorial-hub__intro {
    margin: 0.5rem 0 0;
    max-width: 42ch;
    line-height: 1.55;
    font-size: 1.05rem;
}

.editorial-hub__list {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
}

.editorial-hub__item {
    border-top: 1px solid color-mix(in srgb, var(--color-border, #ccc) 80%, transparent);
}

.editorial-hub__item:last-child {
    border-bottom: 1px solid color-mix(in srgb, var(--color-border, #ccc) 80%, transparent);
}

.editorial-hub__link {
    display: block;
    padding: 1.15rem 0;
    text-decoration: none;
    color: inherit;
}

.editorial-hub__link:hover .editorial-hub__title {
    text-decoration: underline;
}

.editorial-hub__title {
    display: block;
    font-weight: 650;
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
}

.editorial-hub__meta {
    display: block;
    font-size: 0.85rem;
    opacity: 0.75;
    margin-bottom: 0.45rem;
}

.editorial-hub__excerpt {
    display: block;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
}

.editorial-hub__crumb {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    opacity: 0.85;
}

.editorial-hub__crumb a {
    color: inherit;
}

.editorial-hub__back {
    margin-top: 2.5rem;
    font-size: 0.95rem;
}

.editorial-article__badge {
    display: inline-block;
    margin: 0 0 0.75rem;
    padding: 0.2rem 0.55rem;
    font-size: 0.72rem;
    border-radius: 4px;
    background: color-mix(in srgb, var(--color-muted-bg, #f0f0f0) 90%, transparent);
    opacity: 0.9;
}

.editorial-article__category {
    font-weight: 600;
}

.editorial-article__byline {
    margin: 0.75rem 0 0;
    font-size: 0.92rem;
    opacity: 0.85;
}

.editorial-article__byline a {
    color: inherit;
}

.editorial-article__body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    font-size: 0.92rem;
}

.editorial-article__body th,
.editorial-article__body td {
    border: 1px solid color-mix(in srgb, var(--color-border, #ccc) 70%, transparent);
    padding: 0.5rem 0.65rem;
    text-align: left;
}

.editorial-article__body th {
    background: color-mix(in srgb, var(--color-muted-bg, #f5f5f5) 80%, transparent);
}

.editorial-article__title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.2;
    margin: 0.35rem 0 0.75rem;
}

.editorial-article__meta {
    margin: 0;
    font-size: 0.88rem;
    opacity: 0.75;
}

.editorial-article__deck {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.5;
    max-width: 48ch;
}

.editorial-article__body {
    margin-top: 1.75rem;
    font-size: 1.02rem;
    line-height: 1.65;
}

.editorial-article__body p {
    margin: 0 0 1rem;
}

.editorial-article__body h2 {
    font-size: 1.2rem;
    margin: 2rem 0 0.6rem;
    font-weight: 650;
}

.editorial-article__body ul {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
}

.editorial-article__body li {
    margin-bottom: 0.35rem;
}

.editorial-article__body a {
    text-decoration: underline;
    text-underline-offset: 0.12em;
}
