.web-tv-catalog {
    background: #f4f6f3;
    padding-bottom: 80px;
    color: #163221;
}

.web-tv-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.web-tv-toolbar {
    background: #102617;
    color: #d7e4d6;
    margin-bottom: 36px;
}

.web-tv-toolbar .web-tv-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 52px;
}

.web-tv-toolbar__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.web-tv-toolbar__nav a {
    color: #c5d4c4;
    font-size: 13px;
    font-family: "Nunito Sans", sans-serif;
}

.web-tv-toolbar__nav a.is-active,
.web-tv-toolbar__nav a:hover {
    color: #fff;
}

.web-tv-toolbar__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.web-tv-toolbar__summit {
    background: #d85a18;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 700;
}

.web-tv-kicker {
    margin: 0 0 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px;
    color: #6b7f70;
}

.web-tv-hero-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.web-tv-hero-head h1 {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.15;
    color: #102617;
}

.web-tv-hero-head p {
    margin: 0;
    max-width: 640px;
    color: #4d6354;
    font-family: "Nunito Sans", sans-serif;
}

.web-tv-stats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 230px;
}

.web-tv-stats span {
    background: #e7eee6;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    text-align: right;
}

.web-tv-stats .is-accent {
    background: #e56a1a;
    color: #fff;
    font-weight: 700;
}

.web-tv-featured {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 22px;
    box-shadow: 0 10px 30px rgba(16, 38, 23, 0.06);
}

.web-tv-featured__copy {
    padding: 36px 34px 28px;
}

.web-tv-featured__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: #6b7f70;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.web-tv-featured__eyebrow span {
    background: #1f7a3a;
    color: #fff;
    border-radius: 999px;
    padding: 5px 10px;
    letter-spacing: 0;
}

.web-tv-featured__kicker {
    margin: 0 0 8px;
    color: #1f7a3a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.web-tv-featured__copy h2 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.2;
    color: #102617;
}

.web-tv-featured__copy p {
    margin: 0 0 22px;
    color: #4d6354;
    font-family: "Nunito Sans", sans-serif;
}

.web-tv-featured__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.web-tv-featured__note {
    margin: 0 !important;
    font-size: 13px;
    color: #6b7f70;
}

.web-tv-featured__media {
    position: relative;
    min-height: 320px;
}

.web-tv-featured__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web-tv-featured__stamp {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: rgba(16, 38, 23, 0.82);
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12px;
}

.web-tv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f7a3a;
    color: #fff;
    border: 1px solid #1f7a3a;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
}

.web-tv-btn:hover {
    color: #fff;
}

.web-tv-btn.is-ghost {
    background: transparent;
    color: #163221;
    border-color: #c5d4c4;
}

.web-tv-btn.is-small {
    padding: 8px 14px;
}

.web-tv-filters {
    display: grid;
    grid-template-columns: 1fr 220px auto;
    gap: 12px;
    align-items: end;
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 16px;
}

.web-tv-filters label span,
.web-tv-search {
    display: block;
}

.web-tv-filters span {
    font-size: 12px;
    color: #6b7f70;
    margin-bottom: 6px;
}

.web-tv-filters input,
.web-tv-filters select {
    width: 100%;
    border: 1px solid #d7e0d6;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    color: #163221;
}

.web-tv-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.web-tv-chips a {
    border: 1px solid #d7e0d6;
    background: #fff;
    color: #163221;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
}

.web-tv-chips a.is-active {
    background: #102617;
    border-color: #102617;
    color: #fff;
}

.web-tv-collections__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 18px;
}

.web-tv-collections__head h2 {
    margin: 0;
    font-size: 24px;
}

.web-tv-collections__head p {
    margin: 0;
    color: #6b7f70;
    font-size: 13px;
}

.web-tv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.web-tv-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(16, 38, 23, 0.05);
}

.web-tv-card__image {
    position: relative;
    display: block;
    height: 180px;
}

.web-tv-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web-tv-card__badge,
.web-tv-card__episodes {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(16, 38, 23, 0.86);
    color: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.web-tv-card__episodes {
    top: auto;
    bottom: 12px;
    left: auto;
    right: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #102617;
}

.web-tv-card__body {
    padding: 16px 16px 18px;
}

.web-tv-card__code {
    margin: 0 0 8px;
    font-size: 12px;
    color: #6b7f70;
}

.web-tv-card__body h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
}

.web-tv-card__body p {
    margin: 0 0 14px;
    color: #4d6354;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.web-tv-card__body a {
    color: #1f7a3a;
    font-weight: 700;
    font-size: 14px;
}

.web-tv-empty-copy {
    grid-column: 1 / -1;
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
}

.web-tv-crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    font-size: 13px;
    color: #6b7f70;
}

.web-tv-crumbs a {
    color: #1f7a3a;
}

.web-tv-episodes__title {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.15;
    color: #102617;
}

.web-tv-episodes__lede {
    max-width: 760px;
    margin: 0 0 22px;
    color: #4d6354;
    font-family: "Nunito Sans", sans-serif;
}

.web-tv-quote {
    background: #eef6ee;
    border-left: 4px solid #1f7a3a;
    border-radius: 0 16px 16px 0;
    padding: 18px 22px;
    margin: 0 0 24px;
}

.web-tv-quote p {
    margin: 0 0 8px;
    color: #163221;
    font-style: italic;
}

.web-tv-quote cite {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7f70;
}

.web-tv-episodes__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.web-tv-episodes__count {
    color: #6b7f70;
    font-size: 14px;
}

.web-tv-episode-phase {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #102617;
}

.web-tv-episode-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.web-tv-episode {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 8px 24px rgba(16, 38, 23, 0.05);
}

.web-tv-episode__media {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    min-height: 124px;
}

.web-tv-episode__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web-tv-episode__time {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(16, 38, 23, 0.86);
    color: #fff;
    border-radius: 6px;
    padding: 3px 7px;
    font-size: 12px;
}

.web-tv-episode__play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
}

.web-tv-episode__play::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 13px;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #1f7a3a;
}

.web-tv-episode__meta {
    margin: 0 0 6px;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7f70;
}

.web-tv-episode__body h2 {
    margin: 0 0 8px;
    font-size: 22px;
}

.web-tv-episode__body h2 a {
    color: #102617;
}

.web-tv-episode__body p {
    margin: 0 0 14px;
    color: #4d6354;
    font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 767px) {
    .web-tv-episode {
        grid-template-columns: 1fr;
    }

    .web-tv-episodes__title {
        font-size: 32px;
    }
}

.web-tv-story {
    margin-top: 28px;
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    max-width: 760px;
}

.web-tv-story__eyebrow {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #6b7f70;
}

.web-tv-story h2 {
    margin: 0 0 12px;
    font-size: 28px;
}

.web-tv-story p {
    margin: 0 0 16px;
    color: #4d6354;
    font-family: "Nunito Sans", sans-serif;
}

.web-tv-story__note {
    background: #f4f6f3;
    border-radius: 12px;
    padding: 14px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.web-tv-page {
    padding-top: 40px;
    padding-bottom: 80px;
}

.web-tv-page .video-js {
    width: 100%;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
}

.web-tv-page .video-js .vjs-tech {
    border-radius: 16px;
}

.web-tv-empty {
    background: var(--White);
    border: 1px solid var(--Border);
    border-radius: 20px;
    padding: 48px 28px;
    text-align: center;
}

.web-tv-empty h2,
.web-tv-title {
    margin: 18px 0 10px;
    color: var(--Text-2);
}

.web-tv-description {
    color: var(--Text);
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 24px;
}

.web-tv-comments {
    background: var(--White);
    border: 1px solid var(--Border);
    border-radius: 20px;
    padding: 28px 28px 22px;
    margin-bottom: 20px;
}

.web-tv-comments__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--Border);
}

.web-tv-comments__header h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    color: var(--Text-2);
}

.web-tv-comments__count {
    color: var(--Text);
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    white-space: nowrap;
}

.web-tv-comments__form {
    margin: 16px 0 0;
    padding-top: 16px;
    border-top: 1px dashed var(--Border);
}

.web-tv-comments__form fieldset {
    margin-bottom: 12px;
}

.web-tv-comments__form input[type="text"],
.web-tv-comments__form textarea {
    background: var(--White);
    border: 1px solid var(--Border);
    color: var(--Text-2);
    border-radius: 16px;
    padding: 12px 18px;
    width: 100%;
}

.web-tv-comments__form textarea {
    height: 72px;
    min-height: 72px;
    resize: vertical;
    line-height: 1.5;
}

.web-tv-comments__form .tf-btn {
    width: 100%;
    justify-content: center;
}

.web-tv-comments__list {
    max-height: 380px;
    min-height: 220px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.web-tv-comments__empty,
.web-tv-comments__status {
    margin: 0;
    padding: 16px;
    text-align: center;
    color: var(--Text);
    font-size: 15px;
}

.web-tv-comment {
    padding: 12px 14px;
    border: 1px solid var(--Border);
    border-radius: 14px;
}

.web-tv-comment__meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 13px;
    color: var(--Text);
}

.web-tv-comment__name {
    font-weight: 700;
    color: var(--Text-2);
}

.web-tv-comment__body {
    margin: 0;
    color: var(--Text-2);
    white-space: pre-wrap;
}

.web-tv-playlist {
    background: var(--White);
    border: 1px solid var(--Border);
    border-radius: 20px;
    padding: 22px 20px;
}

.web-tv-playlist h3 {
    margin: 0 0 16px;
    font-size: 22px;
    color: var(--Text-2);
}

.web-tv-playlist__item {
    display: block;
    padding: 12px 0;
    border-top: 1px dashed var(--Border);
    color: var(--Text-2);
}

.web-tv-playlist__item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.web-tv-playlist__item.is-active {
    color: var(--Primary);
    font-weight: 700;
}

.web-tv-playlist__item span {
    display: block;
    color: var(--Text);
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .web-tv-hero-head,
    .web-tv-featured,
    .web-tv-filters,
    .web-tv-grid,
    .web-tv-collections__head {
        grid-template-columns: 1fr;
        display: grid;
    }

    .web-tv-hero-head,
    .web-tv-collections__head {
        display: block;
    }

    .web-tv-stats span {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .web-tv-toolbar .web-tv-shell,
    .web-tv-toolbar__nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .web-tv-hero-head h1 {
        font-size: 32px;
    }

    .web-tv-comments {
        padding: 20px 16px;
    }
}
