/* Home-only setup card. The third-party player stays out of the page until opened. */
.setup-video { align-self: start; min-width: 0; padding: 1.25rem; }
.setup-video > .eyebrow { margin: 0 0 .5rem; color: var(--amber); }
.setup-video > h2 { margin: 0; font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1.15; }
.setup-video__intro { margin: .75rem 0 1.1rem; }
.setup-video__open { display: block; color: var(--ink); text-decoration: none; border: 1px solid rgba(236,161,64,.55); border-radius: .5rem; overflow: hidden; }
.setup-video__art { position: relative; display: grid; place-items: center; aspect-ratio: 5 / 3; background: radial-gradient(ellipse at 50% 30%, #245047, #081310 75%); }
.setup-video__art img { width: 40%; height: auto; max-width: 9rem; opacity: .85; }
.setup-video__play { position: absolute; display: grid; place-items: center; width: 3.3rem; height: 3.3rem; padding-left: .2rem; border-radius: 50%; color: #071411; background: var(--amber); box-shadow: 0 0 0 .45rem rgba(236,161,64,.14), 0 .3rem 1.3rem #0008; font-size: 1.15rem; }
.setup-video__badge { position: absolute; bottom: .65rem; left: .8rem; color: #e2e9e3; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.setup-video__cta { display: flex; justify-content: space-between; gap: .5rem; padding: .85rem 1rem; background: var(--amber); font-weight: 950; }
.setup-video .setup-video__cta, .setup-video .setup-video__cta span { color: #071411; }
.setup-video__open:hover .setup-video__cta { background: #ffd391; }
.setup-video__privacy { margin: .75rem 0; font-size: .8rem; line-height: 1.5; color: #bacbc3; }
.setup-video__links { display: grid; gap: .65rem; padding-top: .65rem; border-top: 1px solid var(--line); font-size: .9rem; }
.setup-video__links a, .setup-video-modal__footer a { color: var(--teal); text-underline-offset: .2em; }
.setup-video a:focus-visible, .setup-video button:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
html.public-video-open, .public-video-open body { overflow: hidden; }
.setup-video-modal { box-sizing: border-box; width: min(28rem, calc(100% - 1.5rem)); height: min(54rem, calc(100vh - 1.5rem)); height: min(54rem, calc(100dvh - 1.5rem)); max-width: none; max-height: none; margin: auto; padding: 0; border: 1px solid #527366; border-radius: .65rem; background: #091410; color: #eff4ef; overflow: hidden; }
.setup-video-modal::backdrop { background: rgba(0,8,5,.85); }
.setup-video-modal__layout { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.setup-video .setup-video-modal__header { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: .5rem; padding: .55rem .8rem; margin: 0; }
.setup-video-modal__header h2 { margin: 0; font-size: 1rem; line-height: 1.2; }
.setup-video-modal__close { flex: 0 0 2.75rem; width: 2.75rem; height: 2.75rem; border: 1px solid #527366; border-radius: .4rem; background: #183429; color: #eff4ef; font-size: 1.5rem; cursor: pointer; }
.setup-video-modal__player { flex: 1 1 auto; min-height: 0; background: #000; }
.setup-video-modal__player iframe { display: block; width: 100%; height: 100%; border: 0; }
.setup-video-modal__footer { flex: 0 0 auto; padding: .65rem .8rem; font-size: .8rem; line-height: 1.4; }
.setup-video-modal__footer p { margin: 0 0 .5rem; color: #bacbc3; }
@media (max-height: 450px) {
  .setup-video-modal { width: min(42rem, calc(100% - 1.5rem)); }
  .setup-video-modal__footer { padding: .35rem .8rem; }
  .setup-video-modal__footer p { display: none; }
}
