.hero-caption {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.hero-caption:hover,
.hero-caption:focus-visible {
  border-color: rgba(225,65,61,.75);
  transform: translateY(-2px);
}

.home-video-dialog {
  position: fixed;
  width: min(920px,calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #0d1317;
  color: #eef1f2;
  font-family: Inter,Arial,sans-serif;
  box-shadow: 0 24px 80px rgba(0,0,0,.68);
}

.home-video-dialog::backdrop { background: rgba(2,6,9,.78); backdrop-filter: blur(6px); }
.home-video-dialog__head { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.home-video-dialog__head p { margin: 0 0 3px; color: #df413d; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-video-dialog__head h2 { margin: 0; font-size: 20px; }
.home-video-dialog__head img { width: 92px; height: 25px; object-fit: contain; }
.home-video-dialog__head button { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: inherit; font-size: 20px; cursor: pointer; }
.home-video-stage { display: grid; min-height: 420px; place-items: center; background: #020405; }
.home-video-stage video,.home-video-stage iframe { width: 100%; aspect-ratio: 16/9; max-height: 68vh; border: 0; background: #000; }
.home-video-stage p { padding: 50px; color: #9eaaaf; font-size: 12px; text-align: center; }
.home-video-dialog__foot { display: flex; justify-content: space-between; gap: 15px; padding: 13px 20px; color: #9eaaaf; font-size: 9px; }
body.light-mode .home-video-dialog { background: #fff; color: #172026; }
@media(max-width:600px){.home-video-dialog__head{grid-template-columns:1fr auto}.home-video-dialog__head img{display:none}.home-video-stage{min-height:220px}.home-video-dialog__foot{flex-direction:column}}
