/* Scoped to the introduction video; preserves the existing page layout. */
.kk-video-section{scroll-margin-top:24px;padding-bottom:0}
.kk-video-card{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.35fr);gap:clamp(24px,3vw,44px);align-items:center;padding:clamp(22px,3vw,40px);border:1px solid #d9e7e1;border-radius:26px;background:linear-gradient(125deg,#edf6f1 0%,#f8fbf9 65%,#fff 100%)}
.kk-video-copy,.kk-video-figure{min-width:0}
.kk-video-copy .eyebrow{margin-top:0}
.kk-video-copy h2{font-size:clamp(23px,2.5vw,33px);line-height:1.55;letter-spacing:.02em;margin:0 0 18px;color:#203e39}
.kk-video-copy p:not(.eyebrow){font-size:15px;line-height:1.9;color:#516760;margin:0 0 14px}
.kk-video-copy .button{margin-top:8px;white-space:normal;text-align:center}
.kk-video-figure{margin:0}
.kk-video-player{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:#163c36;box-shadow:0 10px 30px rgba(26,74,60,.08)}
.kk-video-player iframe{position:absolute;inset:0;display:block;width:100%;height:100%;border:0}
.kk-video-caption{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;margin-top:14px;font-size:13px;line-height:1.7;color:#526b62}
.kk-video-caption a{font-weight:700;color:#17766e;text-underline-offset:3px}
.kk-video-caption a:hover{text-decoration:underline}
.kk-video-card a:focus-visible,.kk-video-player iframe:focus-visible{outline:3px solid #17766e;outline-offset:4px}
.kk-video-note{margin:8px 0 0;font-size:12px;line-height:1.8;color:#61756d}
.kk-video-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:860px){.kk-video-card{grid-template-columns:minmax(0,1fr);gap:24px}.kk-video-copy h2 br{display:none}.kk-video-desktop-break{display:none}}
@media(max-width:480px){.kk-video-card{padding:20px 16px;border-radius:20px}.kk-video-copy h2{font-size:24px}.kk-video-copy p:not(.eyebrow){font-size:14px}.kk-video-copy .button{width:100%}.kk-video-player{border-radius:12px}.kk-video-caption{font-size:12px}}
@supports not (aspect-ratio:16/9){.kk-video-player{height:0;padding-bottom:56.25%}}
