.video-page{--video-gap:28px;color:var(--pulse-ink)}
.video-page .video-kicker{font:700 10px/1.7 var(--pulse-label);letter-spacing:.15em;text-transform:uppercase}
.video-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding-block:52px 34px}
.video-intro h1{font-size:clamp(38px,4.6vw,68px);letter-spacing:-.06em;line-height:1.06;margin-top:15px}
.video-intro h1 span{display:block;color:#737772}
.video-intro>p{max-width:300px;font-size:15px;line-height:1.8;padding-bottom:4px}
.video-feature{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(260px,1fr);background:#151b18;color:white}
.video-feature__image{position:relative;display:block;overflow:hidden;min-width:0;background:#141a17}
.video-feature__image>img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9;transition:transform .35s}
.video-feature__image:hover>img{transform:scale(1.025)}
.video-feature__image:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0009);pointer-events:none}
.video-play{position:absolute;z-index:1;left:24px;bottom:24px;display:inline-flex;align-items:center;gap:13px;color:white;font:700 10px/1.5 var(--pulse-label);letter-spacing:.1em;text-transform:uppercase}
.video-play__icon{display:grid;place-items:center;width:48px;height:48px;background:#ff7f40;color:#151b18}
.video-play svg{width:20px;height:20px;fill:currentColor}
.video-feature__copy{padding:clamp(24px,3.1vw,48px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.video-feature__copy .video-kicker{color:#b3bcb6}
.video-feature__copy h2{font-size:clamp(26px,2.9vw,43px);color:white;line-height:1.14;margin:20px 0 18px}
.video-feature__copy h2 span{color:#ff9b6b}
.video-feature__copy>p:not(.video-kicker){color:#ccd2ce;font-size:14px;line-height:1.8}
.video-feature__copy a{display:inline-flex;align-items:center;gap:18px;margin-top:28px;color:white;font-size:12px;border-bottom:1px solid #ff7f40;padding-bottom:7px}
.video-feature__copy a svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}
.video-facts{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0 26px;border-bottom:1px solid var(--pulse-line);font-size:11px;color:var(--pulse-muted)}
.video-facts>span{display:flex;align-items:center;gap:8px}
.video-facts svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5}
.video-library{padding-top:60px;padding-bottom:70px}
.video-library__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}
.video-library h2{font-size:clamp(26px,3vw,38px);margin-top:10px}
.video-count{font-size:12px;color:var(--pulse-muted);white-space:nowrap}
.video-filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:30px}
.video-filter{background:#fff;color:#555;border:1px solid #dedfda;font:400 12px/1.4 var(--pulse-font);min-height:44px;padding:12px 18px}
.video-filter:hover{border-color:#151b18;color:#151b18}
.video-filter[aria-pressed=true]{background:#222;color:white;border-color:#222}
.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px var(--video-gap)}
.video-card{min-width:0}
.video-card__watch{position:relative;display:block;background:#151b18;overflow:hidden}
.video-card__watch>img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center;transition:transform .35s}
.video-card__watch:hover>img{transform:scale(1.025)}
.video-card__watch .video-play{left:15px;bottom:15px}
.video-card__watch .video-play__icon{background:#fff;color:#151b18;width:40px;height:40px;box-shadow:0 2px 12px #0002}
.video-duration{position:absolute;right:15px;bottom:19px;background:#151b18e6;color:white;font:700 11px/1.4 var(--pulse-font);padding:7px 9px}
.video-card__body{padding:20px 0 0}
.video-card__body .video-kicker{font-size:9px;color:var(--pulse-muted)}
.video-card h3{font-size:22px;line-height:1.24;letter-spacing:-.035em;margin:9px 0 10px}
.video-card h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.video-card__body>p:not(.video-kicker){font-size:13px;line-height:1.8;color:var(--pulse-body);max-width:34ch}
.video-library__note{font-size:11px;line-height:1.7;color:#747772;border-top:1px solid var(--pulse-hairline);padding-top:25px;margin-top:36px}
.video-cta{padding:48px;background:#f3f4f1;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:70px}
.video-cta h2{font-size:clamp(27px,3vw,40px);margin-top:12px}
.video-cta .pulse-button{white-space:nowrap;flex-shrink:0}
.video-cta svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}
.video-dialog{position:fixed;border:0;padding:0;background:#151b18;color:white;width:min(1080px,calc(100% - 48px));max-width:none;max-height:calc(100dvh - 40px);overflow:auto;box-shadow:0 30px 100px #0006}
.video-dialog::backdrop{background:#101512e6;backdrop-filter:blur(8px)}
.video-dialog:not([open]){display:none}
.video-dialog__top{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 18px;border-bottom:1px solid #ffffff21;background:#151b18}
.video-dialog__top>span{font:700 9px/1.6 var(--pulse-label);letter-spacing:.15em;text-transform:uppercase;color:#c9d0cb}
.video-dialog__close{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:1px solid #ffffff50;color:#fff}
.video-dialog__close:hover{background:#ffffff20}
.video-dialog__close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}
.video-dialog__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px}
.video-dialog video{display:block;width:100%;height:auto;max-height:calc(100dvh - 114px);object-fit:contain;background:#080d0a}
.video-dialog__copy{padding:32px 28px;align-self:center}
.video-dialog h2{font-size:27px;color:white;margin-bottom:16px;line-height:1.25}
.video-dialog__description{font-size:14px;line-height:1.8;color:#c9d0cb;margin-bottom:26px}
.video-dialog .pulse-button{background:#ff7f40;border-color:#ff7f40;color:#141717;width:100%}
.video-dialog .pulse-button svg{width:20px;height:20px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.5}
.video-dialog__feature{display:block;font-size:12px;color:white;text-decoration:underline!important;text-underline-offset:5px;margin-top:20px;line-height:1.8}
.video-dialog__status{font-size:12px;color:#c9d0cb;margin-top:20px}
body.video-is-open{overflow:hidden}
@media(min-width:1200px){.video-feature__image>img{min-height:394px}}
@media(max-width:980px){.video-intro{padding-top:36px}.video-intro>p{max-width:230px}.video-feature{grid-template-columns:1.5fr 1fr}.video-feature__copy{padding:28px}.video-feature__copy h2{font-size:30px}.video-feature__image>img{min-height:330px}.video-grid{gap:30px 20px}.video-card h3{font-size:19px}.video-cta{padding:36px}.video-dialog__layout{grid-template-columns:minmax(0,1fr) 260px}}
@media(max-width:700px){.video-intro{display:block;padding-block:30px 25px}.video-intro h1{font-size:42px}.video-intro>p{max-width:32ch;margin-top:20px;font-size:14px}.video-feature{grid-template-columns:1fr}.video-feature__image>img{min-height:0;aspect-ratio:16/9;object-fit:contain}.video-play{left:16px;bottom:16px}.video-play__icon{width:40px;height:40px}.video-feature__copy{padding:26px}.video-feature__copy h2{font-size:31px;margin:14px 0}.video-feature__copy a{margin-top:18px}.video-facts{align-items:flex-start;font-size:10px;padding-bottom:20px}.video-facts>span:last-child{max-width:145px;text-align:right;justify-content:flex-end}.video-library{padding-top:38px;padding-bottom:42px}.video-library__heading{align-items:flex-start;gap:12px}.video-library h2{font-size:30px}.video-count{padding-top:6px;font-size:10px}.video-filters{gap:6px;margin-bottom:24px}.video-filter{font-size:11px;padding:11px 13px}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.video-card h3{font-size:19px}.video-card__body{padding-top:14px}.video-card__body>p:not(.video-kicker){font-size:12px}.video-card__watch .video-play{left:10px;bottom:10px}.video-duration{right:10px;bottom:13px;padding:6px;font-size:10px}.video-card__watch .video-play__icon{width:34px;height:34px}.video-cta{margin-bottom:40px;padding:28px;display:block}.video-cta .pulse-button{margin-top:26px}.video-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px)}.video-dialog__layout{display:block}.video-dialog__top{padding:6px 12px}.video-dialog video{max-height:calc(100dvh - 160px)}.video-dialog__copy{padding:22px}.video-dialog h2{font-size:23px}.video-dialog__description{margin-bottom:20px}}
@media(max-width:460px){.video-grid{grid-template-columns:1fr;gap:32px}.video-card__watch>img{aspect-ratio:4/5}.video-card h3{font-size:24px}.video-card__body>p:not(.video-kicker){font-size:14px}.video-card__body .video-kicker{font-size:9px}.video-intro h1{font-size:40px}.video-facts{gap:15px}.video-cta h2{font-size:29px}.video-dialog__top>span{font-size:8px}}
