.fivec-video-library,
.fivec-video-detail > section,
.fivec-video-connections { padding: clamp(68px, 8vw, 110px) clamp(24px, 7vw, 120px); }
.fivec-video-library { background: #fff; }
.fivec-video-filters { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)) auto; gap: 12px; align-items: end; margin: 30px 0 42px; }
.fivec-video-filters label { display: grid; gap: 7px; color: #6b5938; font: 750 10px/1.4 var(--sans, sans-serif); letter-spacing: .08em; text-transform: uppercase; }
.fivec-video-filters select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid rgba(15, 42, 39, .25); border-radius: 2px; background: #fff; color: #132b29; }
.fivec-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.fivec-video-card { overflow: hidden; border: 1px solid rgba(15, 42, 39, .16); background: #fff; box-shadow: 0 14px 38px rgba(6, 25, 23, .08); }
.fivec-video-card-image { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #0b1e25; }
.fivec-video-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.fivec-video-card-image:hover img { transform: scale(1.025); }
.fivec-video-card-image > span { position: absolute; inset: 50% auto auto 50%; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: #b38e4f; color: #081c1b; transform: translate(-50%, -50%); }
.fivec-video-card > div { padding: 22px; }
.fivec-video-card small,.fivec-video-detail-meta span { color: #9b3f34; font: 800 9px/1.4 var(--sans, sans-serif); letter-spacing: .09em; text-transform: uppercase; }
.fivec-video-card h3 { margin: 10px 0; font-size: 26px; line-height: 1.12; }
.fivec-video-card h3 a { color: #102f2c; text-decoration: none; }
.fivec-video-card p { color: #626c69; font-size: 14px; }
.featured-youtube > .fivec-video-card { display: grid; grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr); max-width: 1120px; margin: 0 auto; }
.fivec-video-empty { padding: clamp(30px, 5vw, 60px); border: 1px solid rgba(15, 42, 39, .17); background: #f3efe6; text-align: center; }
.fivec-video-detail { margin: 0 calc(50% - 50vw); }
.fivec-video-detail-meta { display: flex; flex-wrap: wrap; gap: 9px; max-width: 1180px; margin: 0 auto; padding: 0 24px 24px; }
.fivec-video-detail-meta span { padding: 7px 10px; background: #f3efe6; }
.fivec-video-consent-player { position: relative; display: grid; width: min(1180px, calc(100% - 48px)); aspect-ratio: 16/9; margin: 0 auto; place-items: center; overflow: hidden; background: #081c1b; }
.fivec-video-consent-player > img,.fivec-video-consent-player > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.fivec-video-consent-player > div { position: relative; z-index: 1; max-width: 460px; padding: 26px; background: rgba(4, 20, 19, .9); color: #fff; text-align: center; }
.fivec-video-consent-player button { padding: 13px 22px; border: 0; background: #b38e4f; color: #081c1b; font-weight: 800; cursor: pointer; }
.fivec-video-consent-player p { margin: 12px 0 0; color: rgba(255, 255, 255, .72); font-size: 12px; }
.fivec-video-description { max-width: 920px; margin: 0 auto; }
.fivec-video-chapters { background: #f3efe6; }
.fivec-video-chapters ol { max-width: 850px; margin: 30px auto 0; padding: 0; list-style: none; }
.fivec-video-chapters li { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(15, 42, 39, .15); }
.fivec-video-chapters time { color: #9b3f34; font: 750 12px/1.5 var(--sans, sans-serif); }
.fivec-video-transcript details { max-width: 920px; margin: 0 auto; border: 1px solid rgba(15, 42, 39, .17); }
.fivec-video-transcript summary { display: flex; justify-content: space-between; gap: 16px; padding: 22px; cursor: pointer; }
.fivec-video-transcript summary b { color: #9b3f34; }
.fivec-video-transcript details > div { padding: 0 22px 28px; color: #3e4b48; }
.fivec-video-sources { background: #f3efe6; }
.fivec-video-sources ul { max-width: 850px; margin: 24px auto 0; }
.fivec-video-connections { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; background: #0c2724; }
.fivec-video-connections a { padding: 22px; border: 1px solid rgba(255, 255, 255, .18); color: #fff; text-decoration: none; }

@media (max-width: 900px) {
  .fivec-video-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fivec-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-youtube > .fivec-video-card { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .fivec-video-filters,.fivec-video-grid { grid-template-columns: 1fr; }
  .fivec-video-consent-player { width: calc(100% - 40px); }
  .fivec-video-chapters li { grid-template-columns: 64px 1fr; }
}
