.gb-home-shell {
    display: block;
}

.gb-home-title {
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 1.2;
    color: #141414;
}

.titlebar56__title {
    margin-bottom: 8px;
}

.titlebar56__label {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--contrast-2);
}

.gb-home-hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.gb-hero-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 220px;
    background: #111;
}

.gb-hero-card.is-lead {
    grid-column: span 2;
    min-height: 320px;
}

.gb-hero-media {
    position: absolute;
    inset: 0;
}

.gb-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.72);
}

.gb-hero-text {
    position: absolute;
    inset: auto 0 0 0;
    padding: 18px;
    color: #fff;
    z-index: 2;
}

.gb-hero-text .gb-news-category {
    color: #e1e6f8;
}

.gb-hero-headline {
    margin: 0;
    font-size: 26px;
    line-height: 1.25;
}

.gb-hero-headline a {
    color: #fff;
}

.gb-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    margin-bottom: 26px;
}

.gb-section-title {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.25;
    border-top: 3px solid #e1e6f8;
    padding-top: 12px;
}

.gb-home-stream {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gb-home-category-section {
    margin-bottom: 26px;
}

.gb-home-category-section:last-child {
    margin-bottom: 0;
}

.gb-home-category-section .gb-section-title a {
    color: inherit;
}

.gb-stream-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    border: 1px solid #e1e6f8;
    border-radius: 8px;
    padding: 10px;
}

.gb-stream-thumb img {
    width: 100%;
    height: 100%;
    max-height: 98px;
    object-fit: cover;
    border-radius: 6px;
}

.gb-stream-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .gb-home-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gb-home-title {
        font-size: 32px;
    }

    .titlebar56__label {
        font-size: 12px;
        line-height: 1.45;
        margin-bottom: 16px;
    }

    .gb-home-hero {
        grid-template-columns: 1fr;
    }

    .gb-hero-card.is-lead {
        grid-column: span 1;
        min-height: 240px;
    }

    .gb-hero-card {
        min-height: 210px;
    }

    .gb-hero-headline {
        font-size: 22px;
    }

    .gb-home-stream {
        grid-template-columns: 1fr;
    }
}
