.mcc-video-section{position:relative;isolation:isolate;overflow:hidden;background:var(--surface-dark);color:var(--surface-white);padding:64px 0 64px;border-top:1px solid color-mix(in srgb,var(--ink-on-dark-2) 10.2%,transparent)}
.mcc-video-intro{text-align:center;position:relative;z-index:1}.mcc-video-intro .eyebrow{justify-content:center}.mcc-video-intro h2{color:var(--surface-white);font-size:40px;line-height:1.17;margin:0 0 20px;letter-spacing:-1.1px}.mcc-video-intro>p:not(.eyebrow){color:var(--ink-on-dark-2);font-size:var(--text-sm);line-height:1.8;margin:0 auto 22px}.mcc-video-intro .small-link{display:inline-flex;gap:16px;align-items:center}
.mcc-video-gallery{--video-radius:600px;--video-width:300px;--video-height:400px;position:relative;max-width:1440px;width:100%;margin:0 auto;line-height:1.5}
.mcc-video-stage{height:650px;position:relative;perspective:2000px;perspective-origin:50% 50%;touch-action:pan-y pinch-zoom;cursor:grab;outline-offset:-7px!important}
.mcc-video-stage:after{content:'';position:absolute;left:18%;right:18%;bottom:14px;height:45px;pointer-events:none;background:radial-gradient(ellipse,color-mix(in srgb,var(--surface-deep) 70.2%,transparent),transparent 70%)}
.mcc-video-ring{position:absolute;inset:0;transform-style:preserve-3d;transform:rotateY(var(--video-rotation,0deg))}
.mcc-video-card{position:absolute;left:50%;top:50%;width:var(--video-width);height:var(--video-height);margin:calc(var(--video-height) / -2) 0 0 calc(var(--video-width) / -2);padding:0;transform:rotateY(var(--card-angle)) translateZ(var(--video-radius));overflow:hidden;border:1px solid color-mix(in srgb,var(--surface-light) 30.2%,transparent);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--ink-on-light) 70.2%,transparent);box-shadow:0 24px 45px color-mix(in srgb,var(--surface-deep) 40.0%,transparent);opacity:.3;transition:opacity .3s linear}
.mcc-video-card:first-child{opacity:1}.mcc-video-card>img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;margin:0;border:0;border-radius:0;user-select:none;-webkit-user-drag:none}
.mcc-video-shade{position:absolute;inset:0;background:linear-gradient(0deg,color-mix(in srgb,var(--surface-deep) 80.0%,transparent),transparent 45%)}
.mcc-video-type{position:absolute;top:18px;left:18px;color:var(--surface-white);font-size:var(--text-sm);font-weight:600;letter-spacing:.13em;background:color-mix(in srgb,var(--surface-dark) 50.2%,transparent);border:1px solid color-mix(in srgb,var(--surface-light) 22.35%,transparent);border-radius:var(--radius-lg);padding:4px 8px}
.mcc-video-caption{position:absolute;left:16px;right:16px;bottom:16px;pointer-events:none}.mcc-video-caption h3{font-size:var(--text-lg);font-weight:700;line-height:1.15;letter-spacing:-.5px;color:var(--surface-white);margin:0 0 4px}.mcc-video-caption em{display:block;font-size:var(--text-sm);font-style:italic;color:color-mix(in srgb,var(--surface-white) 80.0%,transparent)}.mcc-video-caption p{color:color-mix(in srgb,var(--surface-white) 70.2%,transparent);font-size:var(--text-sm);line-height:1.6;margin:8px 0 0}
.mcc-video-play{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none!important;color:var(--surface-white)!important;transform:translateY(-15px)}
.mcc-video-play-circle{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;border:1px solid color-mix(in srgb,var(--surface-light) 74.12%,transparent);background:color-mix(in srgb,var(--surface-dark) 40.0%,transparent);box-shadow:0 7px 24px color-mix(in srgb,var(--surface-deep) 31.37%,transparent);transition:background .2s,transform .2s}
.mcc-video-play-circle svg{width:22px;height:22px;fill:var(--surface-white);stroke:var(--surface-white);stroke-width:1;stroke-linejoin:round;margin-left:3px}.mcc-video-watch{font-size:var(--text-sm);letter-spacing:.03em;font-weight:600;text-shadow:0 2px 8px var(--surface-deep)}
.mcc-video-play:hover .mcc-video-play-circle{background:var(--accent-on-light);transform:scale(1.07)}.mcc-video-play:focus-visible{outline-offset:-5px}.mcc-video-stage.is-dragging{cursor:grabbing}.mcc-video-stage.is-dragging a{pointer-events:none}
.mcc-video-controls{display:flex;justify-content:center;align-items:center;gap:16px;position:relative;z-index:2;margin-top:0}.mcc-video-controls[hidden]{display:none}
.mcc-video-controls>button{display:grid;place-items:center;width:42px;height:42px;padding:8px;border:1px solid color-mix(in srgb,var(--ink-on-dark-2) 33.33%,transparent);border-radius:50%;background:color-mix(in srgb,var(--surface-white) 3.14%,transparent);color:var(--surface-white)}.mcc-video-controls>button:hover{background:var(--accent-on-light)}.mcc-video-controls>button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mcc-video-controls .mcc-video-rotation{width:35px;height:35px;font-size:var(--text-sm);margin-left:7px;padding:0}.mcc-video-dots{display:flex;gap:0px;align-items:center}.mcc-video-dots button{width:22px;height:36px;padding:0;background:none;border:0;display:grid;place-items:center}.mcc-video-dots button:after{content:'';width:5px;height:5px;border-radius:50%;background:var(--ink-on-dark-2);transition:background .2s,transform .2s}.mcc-video-dots button[aria-current=true]:after{background:var(--accent);box-shadow:0 0 11px color-mix(in srgb,var(--accent) 40.0%,transparent);transform:scale(1.5)}
.mcc-video-dialog{padding:0;width:min(440px,calc(100vw - 24px));max-width:none;max-height:calc(100svh - 24px);border:1px solid color-mix(in srgb,var(--ink-on-dark-2) 34.12%,transparent);border-radius:var(--radius-md);background:var(--surface-deep);color:white;box-shadow:0 28px 100px color-mix(in srgb,var(--surface-deep) 53.33%,transparent);overflow:auto}.mcc-video-dialog::backdrop{background:color-mix(in srgb,var(--surface-deep) 92.16%,transparent)}
.mcc-video-dialog-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 12px 12px 16px}.mcc-video-dialog-head h3{font-size:var(--text-sm);line-height:1.55;font-weight:600;letter-spacing:0;color:var(--surface-white);margin:0}.mcc-video-dialog-head button{width:40px;height:40px;flex-shrink:0;border:1px solid color-mix(in srgb,var(--ink-on-dark-2) 33.33%,transparent);border-radius:50%;background:var(--surface-raised);color:var(--surface-white);font-size:26px;line-height:1}
.mcc-video-player{height:min(720px,calc(100svh - 105px));background:var(--surface-deep)}.mcc-video-player iframe{display:block;width:100%;height:100%;border:0;margin:0;border-radius:0}.mcc-video-open{overflow:hidden!important}
.mcc-video-fallback{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin:25px}
.mcc-gallery-switch{display:flex;justify-content:center;gap:12px;padding:24px 16px 8px;background:var(--surface-dark)}.mcc-gallery-switch a{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid color-mix(in srgb,var(--ink-on-dark-2) 30.2%,transparent);border-radius:var(--radius-pill);color:var(--surface-white)!important;background:var(--surface-raised);font-size:var(--text-sm);text-decoration:none!important}.mcc-gallery-switch a:hover{background:var(--accent-on-light)}
.gallery-layout .article-content .mcc-video-section{margin:0;padding-bottom:48px}.gallery-layout .article-content .mcc-video-section h2,.gallery-layout .article-content .mcc-video-section h3{color:var(--surface-white)}.gallery-layout .article-content .mcc-video-card p{color:color-mix(in srgb,var(--surface-white) 70.2%,transparent);margin:8px 0 0;font-size:var(--text-sm);line-height:1.6}.gallery-layout .article-content .mcc-video-intro>p{color:var(--ink-on-dark-2);font-size:var(--text-sm)}.gallery-layout .article-content .mcc-video-intro .eyebrow{color:var(--accent-on-light);font-size:var(--text-sm)}
@media(max-width:1000px){.mcc-video-gallery{--video-radius:430px}.mcc-video-stage{height:575px}}
@media(max-width:600px){.mcc-video-section{padding:48px 0 32px}.mcc-video-intro h2{font-size:29px;letter-spacing:-.7px;line-height:1.2}.mcc-video-intro>p:not(.eyebrow){font-size:var(--text-sm);max-width:290px;margin-bottom:18px}.mcc-video-gallery{--video-radius:260px;--video-width:230px;--video-height:307px}.mcc-video-stage{height:425px;perspective:1500px}.mcc-video-caption h3{font-size:var(--text-body)}.mcc-video-caption em{font-size:var(--text-sm)}.mcc-video-caption p{font-size:var(--text-sm)}.mcc-video-play-circle{width:42px;height:42px}.mcc-video-play-circle svg{width:20px;height:20px}.mcc-video-controls{gap:8px}.mcc-video-controls>button{width:38px;height:38px}.mcc-video-controls .mcc-video-rotation{margin-left:2px}.mcc-video-dots button{width:21px}.mcc-gallery-switch a{font-size:var(--text-sm);padding:8px 16px}.gallery-layout .article-content .mcc-video-intro>p:not(.eyebrow){font-size:var(--text-sm)}}
@media(max-width:359px){.mcc-video-gallery{--video-radius:225px;--video-width:210px;--video-height:280px}.mcc-video-stage{height:395px}.mcc-video-intro h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){.mcc-video-gallery *{transition:none!important}}
