:root {
    --ccg-red: #b5282e;
    --ccg-red-dark: #861d22;
    --ccg-ink: #151515;
    --ccg-muted: #666;
    --ccg-line: #e5e5e5;
    --ccg-soft: #f5f5f5;
    --ccg-white: #fff;
    --ccg-shell: 1280px;
}

.ccg-home-active .td-main-content-wrap,
.ccg-home-active .td-container-wrap {
    padding-top: 0;
}

.ccg-home-main,
.ccg-home-main * {
    box-sizing: border-box;
}

.ccg-home-main {
    background: var(--ccg-white);
    color: var(--ccg-ink);
    font-family: inherit;
}

.ccg-shell {
    width: min(calc(100% - 36px), var(--ccg-shell));
    margin-inline: auto;
}

.ccg-kickerbar {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--ccg-line);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ccg-live {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    border-radius: 999px;
    background: var(--ccg-red);
    color: var(--ccg-white) !important;
    text-decoration: none !important;
}

.ccg-live:hover { background: var(--ccg-red-dark); }
.ccg-live__dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgb(255 255 255 / .18); }

.ccg-ad { margin: 28px auto; text-align: center; overflow: hidden; }
.ccg-ad:empty { display: none; }
.ccg-ad img { max-width: 100%; height: auto; }

.ccg-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(250px, .72fr) 300px;
    gap: 24px;
    padding-block: 30px 42px;
    border-bottom: 1px solid var(--ccg-line);
}

.ccg-card__media,
.ccg-rail-card__media,
.ccg-index__media,
.ccg-program__thumb {
    display: block;
    overflow: hidden;
    background: #ddd;
    text-decoration: none;
}

.ccg-card__image,
.ccg-program__thumb img,
.ccg-index__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.ccg-card__media:hover .ccg-card__image,
.ccg-rail-card__media:hover .ccg-card__image,
.ccg-index__media:hover img { transform: scale(1.025); }

.ccg-card__placeholder { display: block; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #ddd, #eee); }
.ccg-hero__main .ccg-card__media { aspect-ratio: 16 / 9; }
.ccg-hero__body { padding-top: 18px; }

.ccg-badge {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 5px 8px;
    background: var(--ccg-red);
    color: var(--ccg-white) !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
}

.ccg-hero h1,
.ccg-hero h2,
.ccg-card h3,
.ccg-opinion-card h3,
.ccg-index h3,
.ccg-program h3 { margin: 0; }

.ccg-hero h1 { font-size: clamp(32px, 3.5vw, 54px); line-height: 1.03; letter-spacing: -.035em; }
.ccg-hero h1 a,
.ccg-hero h2 a,
.ccg-card h3 a,
.ccg-opinion-card h3 a,
.ccg-index h3 a,
.ccg-program h3 a { color: inherit; text-decoration: none; }

.ccg-hero__body > p { margin: 14px 0 8px; color: var(--ccg-muted); font-size: 18px; line-height: 1.5; }
.ccg-hero time,
.ccg-program time { color: #888; font-size: 12px; text-transform: uppercase; }

.ccg-hero__rail { display: grid; align-content: start; gap: 20px; }
.ccg-rail-card { display: grid; grid-template-columns: 42% minmax(0, 1fr); gap: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--ccg-line); }
.ccg-rail-card:last-child { border-bottom: 0; }
.ccg-rail-card__media { aspect-ratio: 4 / 3; }
.ccg-rail-card h2 { font-size: clamp(18px, 1.55vw, 24px); line-height: 1.16; }

.ccg-section { padding-block: 44px; border-bottom: 1px solid var(--ccg-line); }
.ccg-section--split { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 38px; }
.ccg-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.ccg-section-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 40px); line-height: 1; letter-spacing: -.025em; }
.ccg-section-heading a,
.ccg-section-heading span { color: var(--ccg-muted); font-size: 13px; }

.ccg-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 24px; }
.ccg-card__media { aspect-ratio: 16 / 9; }
.ccg-card__body { padding-top: 13px; }
.ccg-card h3 { font-size: 23px; line-height: 1.14; letter-spacing: -.015em; }
.ccg-card p { margin: 10px 0 0; color: var(--ccg-muted); font-size: 15px; line-height: 1.45; }

.ccg-sidebar { min-width: 0; }
.ccg-ad--sidebar { margin-top: 0; }
.ccg-sidebar-box { padding: 23px; background: var(--ccg-soft); }
.ccg-sidebar-box h2 { margin: 0 0 16px; font-size: 25px; }
.ccg-sidebar-box ol { margin: 0; padding-left: 23px; }
.ccg-sidebar-box li { padding: 12px 0; border-bottom: 1px solid #ddd; font-weight: 700; line-height: 1.25; }
.ccg-sidebar-box li:last-child { border-bottom: 0; }
.ccg-sidebar-box a { color: inherit; text-decoration: none; }

.ccg-home-third { min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.ccg-home-third .ccg-ad { width: 100%; margin: 0; }
.ccg-home-third .ccg-ad img { display: block; width: 100%; height: auto; }
.ccg-third-box { padding: 20px; border-top: 4px solid var(--ccg-red); background: var(--ccg-soft); }
.ccg-third-box h2 { margin: 0 0 14px; font-size: 23px; line-height: 1.05; }
.ccg-focus-box ol { margin: 0; padding-left: 21px; }
.ccg-focus-box li { padding: 10px 0; border-bottom: 1px solid #ddd; font-weight: 750; line-height: 1.22; }
.ccg-focus-box li:last-child { border-bottom: 0; padding-bottom: 0; }
.ccg-focus-box a,
.ccg-sponsored-card a { color: inherit; text-decoration: none; }
.ccg-sponsored-list { display: grid; gap: 15px; }
.ccg-sponsored-card { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; align-items: start; }
.ccg-sponsored-card + .ccg-sponsored-card { padding-top: 15px; border-top: 1px solid #ddd; }
.ccg-sponsored-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; }
.ccg-sponsored-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ccg-sponsored-label { display: block; color: var(--ccg-red); font-size: 10px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.ccg-sponsored-card h3 { margin: 5px 0 4px; font-size: 16px; line-height: 1.15; }
.ccg-sponsored-name { color: #777; font-size: 11px; }
.ccg-radio-box { background: var(--ccg-ink); color: var(--ccg-white); }
.ccg-radio-box__eyebrow { display: block; margin-bottom: 5px; color: #c9c9c9; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.ccg-radio-box strong { display: block; margin-bottom: 14px; font-size: 24px; line-height: 1; }
.ccg-community-box p { margin: 0 0 15px; color: var(--ccg-muted); line-height: 1.45; }

.ccg-programs {
    position: relative;
    margin-block: 34px;
    padding: 34px;
    border: 0;
    border-top: 6px solid var(--ccg-red);
    background: linear-gradient(135deg, #151515 0%, #242424 100%);
    color: var(--ccg-white);
    overflow: hidden;
}

.ccg-programs::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -120px;
    top: -150px;
    border-radius: 50%;
    background: rgb(181 40 46 / .15);
    pointer-events: none;
}

.ccg-programs > * {
    position: relative;
    z-index: 1;
}

.ccg-programs .ccg-section-heading {
    margin-bottom: 24px;
}

.ccg-programs .ccg-section-heading h2 {
    color: var(--ccg-white);
}

.ccg-programs .ccg-section-heading span {
    color: #c9c9c9;
}

.ccg-program-switcher {
    padding: 22px;
    background: rgb(255 255 255 / .06);
    border: 1px solid rgb(255 255 255 / .11);
}

.ccg-program-filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr);
    gap: 22px;
    margin-bottom: 24px;
    padding: 18px 20px;
    background: #2d2d2d;
    border-left: 4px solid var(--ccg-red);
}

.ccg-program-filter__label {
    display: block;
    margin-bottom: 8px;
    color: #cfcfcf;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ccg-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ccg-tabs__button {
    appearance: none;
    border: 1px solid #5a5a5a;
    background: #202020;
    padding: 10px 14px;
    color: var(--ccg-white);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.ccg-tabs__button:hover,
.ccg-tabs__button.is-active {
    border-color: var(--ccg-red);
    background: var(--ccg-red);
    color: var(--ccg-white);
}

.ccg-programs__pane { display: none; }
.ccg-programs__pane.is-active { display: block; }
.ccg-programs__pane[hidden] { display: none !important; }
.ccg-programs__list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.ccg-program {
    min-width: 0;
    overflow: hidden;
    background: var(--ccg-white);
    color: var(--ccg-ink);
    box-shadow: 0 12px 28px rgb(0 0 0 / .18);
}
.ccg-program__thumb { position: relative; aspect-ratio: 16 / 9; }
.ccg-program__platform {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 5px 8px;
    background: rgb(0 0 0 / .78);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ccg-program__body { padding: 13px 14px 15px; }
.ccg-program h3 { margin-top: 5px; font-size: 17px; line-height: 1.2; }
.ccg-program__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 11px; }
.ccg-program__article-link { color: #707070; font-size: 12px; font-weight: 700; text-decoration: none; }
.ccg-program__article-link:hover { color: var(--ccg-red); }
.ccg-programs .ccg-empty { margin: 0; padding: 28px; background: #fff; color: var(--ccg-ink); }

.ccg-button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 15px; background: var(--ccg-red); color: #fff !important; font-weight: 800; text-decoration: none !important; }
.ccg-button:hover { background: var(--ccg-red-dark); }
.ccg-button--ghost { padding: 7px 9px; border: 1px solid var(--ccg-line); background: #fff; color: var(--ccg-ink) !important; font-size: 12px; }
.ccg-button--ghost:hover { border-color: var(--ccg-red); background: #fff; color: var(--ccg-red) !important; }
.ccg-button--platform { padding: 8px 10px; font-size: 12px; }

.ccg-opinion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ccg-opinion-card { min-height: 250px; padding: 26px; border-top: 5px solid var(--ccg-red); background: var(--ccg-soft); }
.ccg-opinion-card__label { color: var(--ccg-red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ccg-opinion-card h3 { margin-top: 10px; font-size: 27px; line-height: 1.08; }
.ccg-opinion-card p { color: var(--ccg-muted); font-size: 15px; line-height: 1.5; }
.ccg-opinion-card__author { font-size: 13px; font-weight: 800; }

.ccg-index { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 38px; align-items: center; }
.ccg-index__eyebrow { color: var(--ccg-red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ccg-index h2 { margin: 7px 0 14px; font-size: clamp(35px, 5vw, 66px); line-height: .95; letter-spacing: -.04em; }
.ccg-index h3 { font-size: 25px; line-height: 1.15; }
.ccg-index p { color: var(--ccg-muted); font-size: 16px; line-height: 1.55; }
.ccg-index__media { aspect-ratio: 16 / 9; }


.ccg-sponsored-disclosure {
    display: grid;
    gap: 4px;
    margin: 0 0 24px;
    padding: 16px 18px;
    border-left: 5px solid var(--ccg-red);
    background: #f3f3f3;
    color: var(--ccg-ink);
}
.ccg-sponsored-disclosure strong { color: var(--ccg-red); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.ccg-sponsored-disclosure span { font-size: 14px; line-height: 1.4; }

@media (max-width: 1100px) {
    .ccg-hero { grid-template-columns: minmax(0, 1.45fr) minmax(260px, .8fr); }
    .ccg-home-third { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
    .ccg-home-third .ccg-ad { align-self: start; }
    .ccg-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ccg-programs__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ccg-program-filters { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
    .ccg-programs { margin-block: 24px; padding: 25px 20px; }
    .ccg-program-switcher { padding: 16px; }
    .ccg-shell { width: min(calc(100% - 24px), var(--ccg-shell)); }
    .ccg-kickerbar { align-items: flex-start; flex-direction: column; padding-block: 13px; }
    .ccg-hero,
    .ccg-section--split,
    .ccg-index { grid-template-columns: 1fr; }
    .ccg-home-third { grid-column: auto; display: flex; }
    .ccg-hero__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ccg-rail-card { grid-template-columns: 1fr; }
    .ccg-news-grid,
    .ccg-opinion-grid { grid-template-columns: 1fr; }
    .ccg-programs__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ccg-section-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 480px) {
    .ccg-programs { padding: 22px 14px; }
    .ccg-program-switcher { padding: 12px; }
    .ccg-hero__rail,
    .ccg-programs__list { grid-template-columns: 1fr; }
    .ccg-program-filters { padding: 14px; }
    .ccg-tabs__nav { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
    .ccg-tabs__button { white-space: nowrap; }
}
