.ztc-videos-page {
    --videos-ink: #08243e;
    --videos-muted: #587086;
    --videos-blue: #0069b5;
    --videos-cyan: #16b7d6;
    --videos-line: rgba(8, 72, 124, .14);
    --videos-paper: #f4f8fb;
    --videos-gradient: var(--ztc-banner-authority);
    color: var(--videos-ink);
    background: #fff;
    overflow: clip;
}

.ztc-videos-page *, .ztc-videos-page *::before, .ztc-videos-page *::after { box-sizing: border-box; }
.videos-wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.videos-section { padding: 108px 0; }
.videos-eyebrow { margin: 0 0 16px; color: var(--videos-blue); font-size: 12px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; }
.videos-eyebrow--light { color: #8fe4f3; }
.videos-section-head { margin-bottom: 50px; }
.videos-section-head h2, .videos-closing h2, .videos-latest h2 { margin: 0; font-family: var(--ztc-serif); font-size: clamp(32px, 3.2vw, 46px); font-weight: 600; line-height: 1.22; letter-spacing: -.025em; text-wrap: balance; }
.videos-section-head--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr); gap: 72px; align-items: end; }
.videos-section-head--split > p { max-width: 480px; margin: 0 0 4px; color: var(--videos-muted); font-size:16px; line-height: 1.9; text-wrap: pretty; }

.videos-hero { position: relative; min-height: 700px; display: grid; align-items: center; color: #fff; background: var(--videos-gradient); isolation: isolate; }
.videos-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, rgba(0,0,0,.52), transparent 74%); }
.videos-hero::after { content: ""; position: absolute; right: -7vw; bottom: -38%; z-index: -1; width: 620px; aspect-ratio: 1; border: 1px solid rgba(151,228,242,.24); border-radius: 50%; box-shadow: 0 0 0 74px rgba(57,184,216,.05), 0 0 0 148px rgba(57,184,216,.035); }
.videos-hero-grid { position: absolute; inset: 0; z-index: -1; background: linear-gradient(112deg, rgba(3,21,39,.2), transparent 46%); }
.videos-hero-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(400px, .75fr); gap: 92px; align-items: center; padding-top: 82px; padding-bottom: 72px; }
.videos-hero-copy { max-width: 720px; }
.videos-hero h1 { max-width: 720px; margin: 0; color: #fff; font-family: var(--ztc-serif); font-size: clamp(48px, 5.4vw, 76px); font-weight: 600; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.videos-hero-lead { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.85; text-wrap: pretty; }
.videos-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.videos-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 650; line-height: 1; text-decoration: none; transition: transform .24s ease, color .24s ease, background-color .24s ease, border-color .24s ease; }
.videos-button:hover { transform: translateY(-2px); }
.videos-button:focus-visible, .videos-filter button:focus-visible, .videos-media:focus-visible, .videos-card-media:focus-visible, .videos-text-play:focus-visible { outline: 3px solid #72d8ef; outline-offset: 4px; }
.videos-button--light { color: #07365f; background: #fff; border-color: #fff; }
.videos-button--line { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.06); }
.videos-button--line:hover { border-color: #fff; background: rgba(255,255,255,.13); }
.videos-hero-map { align-self: end; padding: 28px 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); }
.videos-hero-map-label { display: block; margin-bottom: 22px; color: #9ee8f5; font-size:var(--ztc-fs-micro); font-weight: 700; letter-spacing: .2em; }
.videos-hero-map ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.videos-hero-map li { position: relative; display: grid; grid-template-columns: 34px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 14px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); }
.videos-hero-map li > span { grid-row: 1 / 3; color: #69d4eb; font-family: var(--ztc-mono, monospace); font-size: 11px; }
.videos-hero-map strong { color: #fff; font-size: 16px; line-height: 1.35; }
.videos-hero-map small { margin-top: 4px; color: rgba(255,255,255,.63); font-size: 12px; }

.videos-featured { background: #fff; }
.videos-featured-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); gap: 28px; align-items: start; }
.videos-feature-card { overflow: hidden; border: 1px solid var(--videos-line); border-radius: 24px; background: #fff; box-shadow: 0 22px 54px rgba(6,48,84,.08); }
.videos-feature-card--lead { margin-top: 32px; }
.videos-media { position: relative; width: 100%; aspect-ratio: 16/9; display: block; overflow: hidden; padding: 0; border: 0; background: #082843; cursor: pointer; }
.videos-media img, .videos-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.videos-media:hover img, .videos-card-media:hover img { transform: scale(1.025); }
.videos-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(3,22,39,.68)); }
.videos-play, .videos-card-play { position: absolute; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.66); border-radius: 50%; background: rgba(4,43,73,.62); transition: transform .24s ease, background-color .24s ease; }
.videos-play { top: 50%; left: 50%; width: 70px; height: 70px; transform: translate(-50%,-50%); }
.videos-media:hover .videos-play { transform: translate(-50%,-50%) scale(1.07); background: rgba(0,105,181,.88); }
.videos-media-label { position: absolute; right: 22px; bottom: 19px; color: #fff; font-size: 12px; letter-spacing: .08em; }
.videos-feature-copy { padding: 27px 30px 31px; }
.videos-feature-copy small, .videos-card-copy small { color: var(--videos-blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.videos-feature-copy h3 { margin: 10px 0 12px; font-family: var(--ztc-serif); font-size: clamp(24px, 2.4vw, 34px); font-weight: 600; line-height: 1.3; text-wrap: balance; }
.videos-feature-copy p, .videos-card-copy p { margin: 0; color: var(--videos-muted); font-size: 14px; line-height: 1.82; text-wrap: pretty; }

.videos-library { background: var(--videos-paper); }
.videos-filter { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--videos-line); }
.videos-filter button { min-height: 44px; padding: 0 19px; border: 1px solid var(--videos-line); border-radius: 999px; color: #365b78; background: #fff; font: inherit; font-size: 13px; cursor: pointer; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.videos-filter button:hover, .videos-filter button.is-active { color: #fff; border-color: #0875bd; background: #0875bd; }
.videos-filter-status { margin: 18px 0 28px; color: #718497; font-size: 12px; text-align: right; }
.videos-library-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.videos-library-card { min-width: 0; overflow: hidden; border: 1px solid var(--videos-line); border-radius: 19px; background: #fff; transition: transform .24s ease, box-shadow .24s ease; }
.videos-library-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(6,48,84,.09); }
.videos-library-card[hidden] { display: none; }
.videos-card-media { position: relative; width: 100%; aspect-ratio: 16/9; display: block; overflow: hidden; padding: 0; border: 0; background: #0a3558; cursor: pointer; }
.videos-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(3,22,39,.48)); }
.videos-card-play { right: 18px; bottom: 16px; z-index: 1; width: 46px; height: 46px; }
.videos-card-media:hover .videos-card-play { transform: scale(1.07); background: rgba(0,105,181,.9); }
.videos-card-copy { padding: 22px 22px 24px; }
.videos-card-copy h3 { min-height: 2.8em; margin: 9px 0 10px; font-size: 18px; line-height: 1.4; text-wrap: balance; }
.videos-card-copy p { min-height: 5.4em; }
.videos-text-play { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; margin: 16px 0 -8px; padding: 0; border: 0; color: #075f9e; background: transparent; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }

.videos-latest { color: #fff; background: var(--videos-gradient); }
.videos-latest-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 100px; align-items: center; }
.videos-latest-heading > p:last-child { max-width: 520px; margin: 23px 0 0; color: rgba(255,255,255,.73); font-size:16px; line-height: 1.85; }
.videos-latest-empty { min-height: 190px; display: flex; gap: 27px; align-items: center; padding: 35px 38px; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); }
.videos-latest-empty > span { width: 72px; aspect-ratio: 1; flex: none; border: 1px solid rgba(145,229,244,.6); border-radius: 50%; box-shadow: inset 0 0 0 12px rgba(121,218,238,.08), 0 0 0 10px rgba(121,218,238,.04); }
.videos-latest-empty small { display: block; margin-bottom: 8px; color: #87e1f1; font-size:var(--ztc-fs-micro); font-weight: 700; letter-spacing: .18em; }
.videos-latest-empty strong { display: block; color: #fff; font-family: var(--ztc-serif); font-size:var(--ztc-fs-h2); font-weight: 600; }
.videos-latest-empty p { margin: 9px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.65; }

.videos-closing { padding: 94px 0; color: #fff; background: var(--videos-gradient); border-top: 1px solid rgba(255,255,255,.12); }
.videos-closing-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 60px; align-items: end; }
.videos-closing-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

@media (max-width: 980px) {
    .videos-hero { min-height: 680px; }
    .videos-hero-inner { grid-template-columns: 1fr; gap: 46px; padding-top: 142px; }
    .videos-hero-map { width: min(620px, 100%); align-self: auto; }
    .videos-featured-grid { grid-template-columns: 1fr; }
    .videos-feature-card--lead { margin-top: 0; }
    .videos-library-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .videos-latest-layout { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 720px) {
    .videos-wrap { width: min(100% - 36px, 1200px); }
    .videos-section { padding: 76px 0; }
    .videos-section-head { margin-bottom: 34px; }
    .videos-section-head--split { grid-template-columns: 1fr; gap: 20px; }
    .videos-section-head h2, .videos-closing h2, .videos-latest h2 { font-size: 31px; }
    .videos-hero { min-height: 720px; }
    .videos-hero-inner { gap: 40px; padding-top: 138px; padding-bottom: 64px; }
    .videos-hero h1 { font-size: clamp(42px, 12vw, 54px); }
    .videos-hero-lead { font-size:18px; line-height: 1.75; }
    .videos-hero-actions { align-items: stretch; flex-direction: column; margin-top: 32px; }
    .videos-hero-actions .videos-button { width: 100%; }
    .videos-hero-map { padding: 22px; }
    .videos-featured-grid { gap: 20px; }
    .videos-feature-card { border-radius: 18px; }
    .videos-feature-copy { padding: 22px 20px 25px; }
    .videos-feature-copy h3 { font-size:24px; }
    .videos-play { width: 58px; height: 58px; }
    .videos-library-grid { grid-template-columns: 1fr; }
    .videos-card-copy h3, .videos-card-copy p { min-height: 0; }
    .videos-filter { flex-wrap: nowrap; margin-inline: -18px; padding-inline: 18px; overflow-x: auto; scrollbar-width: none; }
    .videos-filter::-webkit-scrollbar { display: none; }
    .videos-filter button { flex: none; }
    .videos-latest-empty { align-items: flex-start; padding: 28px 24px; }
    .videos-latest-empty > span { width: 54px; }
    .videos-closing { padding: 76px 0; }
    .videos-closing-inner { grid-template-columns: 1fr; gap: 34px; }
    .videos-closing-actions { align-items: stretch; flex-direction: column; }
    .videos-closing-actions .videos-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .ztc-videos-page *, .ztc-videos-page *::before, .ztc-videos-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
