.site-header--video {
  color: white;
  background: rgba(81, 83, 102, .36);
  border: 1px solid #ffffff26;
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
  border-radius: var(--hero-header-radius);
  box-shadow: 0 4px 24px #2024340a;
  max-width: 1280px;
  gap: 24px;
}
.site-header--video.is-light { color: var(--hero-ink); background: rgba(238,238,244,.94); }
.site-header--video .header-nav { gap: clamp(18px, 2.2vw, 32px); }
.site-header--video .header-nav a { display: flex; align-items: center; min-height: 44px; }
.site-header--video .solutions-menu { position: relative; }
.site-header--video .solutions-menu summary { display: flex; align-items: center; min-height: 44px; cursor: pointer; list-style: none; }
.site-header--video .solutions-menu summary::-webkit-details-marker { display: none; }
.site-header--video .solutions-menu summary::after { content: '⌄'; padding-left: 7px; }
.site-header--video .solutions-menu__links { position: absolute; top: calc(100% + 7px); left: -18px; width: 310px; padding: 12px 18px; border-radius: 18px; background: #32384beF; color: white; box-shadow: 0 15px 45px #20243444; }
.site-header--video .solutions-menu__links a { display: flex; padding: 8px 0; line-height: 1.35; border-bottom: 1px solid #ffffff30; }
.site-header--video .solutions-menu__links a:last-child { border-bottom: 0; }
.site-header--video .solutions-menu summary:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.site-header--video .pill { min-height: 44px; color: inherit; background: #ffffff1f; border: 1px solid #ffffff38; }
.site-header--video .header-actions { display: none; }
.site-header--video .brand { flex-shrink: 0; min-height: 44px; display: flex; align-items: center; }
.hero-video { position: relative; isolation: isolate; color: var(--hero-white); background: var(--hero-page); }
.hero-video__media { position: absolute; inset: 0; overflow: hidden; z-index: -2; background: var(--hero-panel); }
.hero-video__poster, .hero-video__film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video__film { opacity: 0; }
.hero-video--has-frame .hero-video__film { opacity: 1; }
.hero-video--error .hero-video__film { opacity: 0; }
.hero-video__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(18,24,38,.87) 0%, rgba(18,24,38,.76) 45%, rgba(18,24,38,.64) 58%, rgba(18,24,38,.12) 83%, transparent); }
.hero-video__content { box-sizing: border-box; height: min(100svh, 780px); min-height: 520px; padding: clamp(100px, 18svh, 140px) 0 100px; width: var(--content-size); max-width: var(--content-width); margin-inline: auto; display: flex; flex-direction: column; justify-content: center; }
.hero-video__title { font-size: clamp(34px, min(4vw, 7.5svh), 58px); line-height: 1.12; min-height: 3.36em; max-width: 760px; margin-bottom: 18px; text-wrap: balance; flex-shrink: 0; }
.hero-video__description { font-size: clamp(16px, min(1.45vw, 3svh), 20px); line-height: 1.5; min-height: 4.5em; max-width: 560px; margin-bottom: 24px; flex-shrink: 0; }
.hero-video__actions { flex-shrink: 0; }
.hero-video__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-video__action { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 56px; padding: 18px 24px; border-radius: var(--hero-radius); font-size: 16px; font-weight: 600; line-height: 1.3; background: var(--hero-white); color: var(--hero-ink); border: 1px solid var(--hero-white); }
.hero-video__action--secondary { color: white; background: #18203080; border-color: #ffffffb3; }
.hero-video__action:hover { background: var(--hero-panel); color: var(--hero-ink); }
.hero-video__action span { font-size: 20px; }
.hero-video__caption { position: absolute; bottom: 36px; left: var(--content-inset); width: min(560px, 65%); min-height: 48px; display: grid; align-items: center; border-top: 1px solid #ffffff70; padding-top: 14px; font-size: 17px; line-height: 1.35; }
.hero-video__caption-item { grid-area: 1 / 1; opacity: 0; transition: opacity var(--hero-caption-duration) ease; pointer-events: none; }
.hero-video__caption-item.is-active { opacity: 1; }
.hero-video__controls { position: absolute; bottom: 36px; right: var(--content-inset); display: flex; align-items: flex-end; flex-direction: column; gap: 10px; max-width: 240px; }
.hero-video__toggle { min-width: 132px; min-height: 46px; border: 1px solid #ffffffb3; border-radius: 24px; padding: 11px 18px; background: #182030e6; color: white; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.hero-video__toggle:hover { background: #515366; }
.hero-video__status { background: #182030eb; color: white; border-radius: 12px; font-size: 13px; line-height: 1.4; padding: 8px 12px; }
.hero-video__status:empty { display: none; }
.hero-video__toggle[hidden] { display: none; }
.hero-video :focus-visible { outline: 3px solid white; outline-offset: 5px; box-shadow: 0 0 0 7px #515366; }
.site-header--video :focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
@media (max-width: 1100px) {
  .site-header--video .header-nav { display: none; }
  .site-header--video .header-actions { display: flex; }
}
@media (max-width: 1023px) {
  .site-header--video { color: var(--hero-ink); background: rgba(238,238,244,.48); border-color: #5153661a; }
  .hero-video { padding-top: 102px; color: var(--hero-ink); }
  .hero-video__media { position: relative; aspect-ratio: 16 / 9; z-index: auto; }
  .hero-video__poster, .hero-video__film { object-fit: contain; }
  .hero-video__shade { display: none; }
  .hero-video__content { height: auto; min-height: 0; padding: 34px 0 44px; }
  .hero-video__title { font-size: clamp(24px, 5.8vw, 42px); line-height: 1.18; min-height: 2.36em; margin-bottom: 22px; max-width: 720px; text-wrap: initial; }
  .hero-video__description { font-size: 18px; line-height: 1.5; min-height: 4.5em; margin-bottom: 25px; max-width: 620px; }
  .hero-video__action { background: var(--hero-ink); color: white; border-color: var(--hero-ink); }
  .hero-video__action--secondary { background: transparent; color: var(--hero-ink); }
  .hero-video__caption { top: calc(102px + 56.25vw - 78px); bottom: auto; left: var(--page-gutter); width: min(540px, calc(100% - 2 * var(--page-gutter))); height: 62px; min-height: 0; padding: 10px 14px; border: 0; border-radius: 14px; background: #182030df; color: white; font-size: 15px; }
  .hero-video__controls { top: 114px; right: var(--page-gutter); bottom: auto; max-width: min(240px, calc(100% - 32px)); }
  .hero-video__toggle { min-width: 132px; min-height: 44px; font-size: 13px; padding: 10px 14px; }
  .hero-video__status { order: 1; font-size: 12px; line-height: 1.25; padding: 6px 10px; }
  .hero-video :focus-visible { outline-color: var(--hero-ink); box-shadow: 0 0 0 7px white; }
  .hero-video__toggle:focus-visible { outline-color: white; box-shadow: 0 0 0 7px #515366; }
}
@media (max-width: 480px) {
  .site-header--video { width: calc(100% - 24px); padding-inline: 16px 10px; gap: 12px; }
  .hero-video { padding-top: 92px; }
  .hero-video__caption { top: calc(92px + 56.25vw - 72px); height: 56px; font-size: 14px; }
  .hero-video__controls { top: 102px; }
  .hero-video__actions { flex-direction: column; }
  .hero-video__action { width: 100%; padding: 18px 20px; gap: 14px; }
  .hero-video__content { padding-top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video__caption-item { transition: none; }
}
