:root{--bvhs-font:inherit}
.bvhs-hero{position:relative;width:100%;height:var(--bvhs-height,760px);min-height:420px;overflow:hidden;background:#090909;font-family:var(--bvhs-font);margin:0;border-radius:var(--bvhs-radius,0);border:var(--bvhs-border,0) solid rgba(255,255,255,.18);box-shadow:0 18px 50px rgba(0,0,0,.14);contain:layout paint style;isolation:isolate}
.bvhs-track,.bvhs-item{position:absolute;inset:0}
.bvhs-item{opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease;will-change:opacity;contain:layout paint}
.bvhs-item.is-active{opacity:1;visibility:visible;z-index:2}
.bvhs-video,.bvhs-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.04);backface-visibility:hidden;-webkit-backface-visibility:hidden}
.bvhs-poster{z-index:0}
.bvhs-video{z-index:.5;opacity:0;transition:opacity .42s ease}
.bvhs-video.is-ready{opacity:1}
.bvhs-video:not([data-src]){opacity:1}
.bvhs-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,var(--bvhs-overlay,.55)),rgba(0,0,0,.78));z-index:1}
.bvhs-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:980px;margin:0 auto;padding:60px 28px;color:#fff;text-align:center;align-items:center}
.bvhs-item.align-left .bvhs-content{align-items:flex-start;text-align:left;margin-left:6%}
.bvhs-item.align-right .bvhs-content{align-items:flex-end;text-align:right;margin-right:6%}
.bvhs-eyebrow{display:inline-flex;letter-spacing:.18em;text-transform:uppercase;font-size:13px;font-weight:700;border:1px solid rgba(255,255,255,.32);border-radius:999px;padding:9px 16px;margin-bottom:22px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.bvhs-content h1{font-size:clamp(38px,7vw,86px);line-height:.98;margin:0 0 24px;font-weight:900;color:#fff;text-shadow:0 10px 36px rgba(0,0,0,.45)}
.bvhs-content p{font-size:clamp(17px,2.2vw,25px);line-height:1.65;max-width:760px;margin:0 0 28px;color:rgba(255,255,255,.91)}
.bvhs-content-image{display:block;align-self:center;width:min(max(var(--bvhs-image-width,380px),360px),52vw);max-height:320px;object-fit:contain;margin:0 auto 30px;filter:drop-shadow(0 18px 34px rgba(0,0,0,.30))}
.bvhs-btn{display:inline-flex;align-self:center;align-items:center;justify-content:center;min-height:54px;padding:0 34px;border-radius:999px;background:#f4c542;color:#111;text-decoration:none;font-weight:900;font-size:17px;box-shadow:0 14px 38px rgba(244,197,66,.28);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.bvhs-btn:hover{transform:translateY(-3px);background:#ffd75a;color:#111;box-shadow:0 18px 46px rgba(244,197,66,.4)}
.bvhs-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:52px;height:52px;border:0;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:42px;line-height:1;cursor:pointer;backdrop-filter:blur(10px);transition:background .2s ease,transform .2s ease}
.bvhs-arrow:hover{background:rgba(255,255,255,.28);transform:translateY(-50%) scale(1.05)}
.bvhs-prev{left:26px}.bvhs-next{right:26px}
.bvhs-dots{position:absolute;left:0;right:0;bottom:28px;z-index:5;display:flex;gap:10px;justify-content:center}
.bvhs-dots button{width:12px;height:12px;border:0;border-radius:50%;background:rgba(255,255,255,.42);cursor:pointer;padding:0;transition:all .25s ease}
.bvhs-dots button.is-active{width:34px;border-radius:999px;background:#f4c542}

@media (prefers-reduced-motion: reduce){
  .bvhs-item,
  .bvhs-video,
  .bvhs-btn,
  .bvhs-arrow,
  .bvhs-dots button{
    transition:none!important;
  }
}

/* Mobile Pro Optimization */
@media(max-width: 1024px){
  .bvhs-hero{
    height: min(78vh, var(--bvhs-height,760px));
    min-height: 560px;
  }
  .bvhs-content{
    max-width: 760px;
    padding: 48px 24px;
  }
  .bvhs-content h1{
    font-size: clamp(42px, 8vw, 68px);
  }
}

@media(max-width: 768px){
  .bvhs-hero{
    height: var(--bvhs-mobile-height,620px);
    min-height: 260px;
    max-height: 760px;
    border-radius: min(var(--bvhs-radius,0),22px);
  }

  .bvhs-video,
  .bvhs-poster{
    transform: scale(1.08);
    object-position: center center;
  }

  .bvhs-overlay{
    background:
      linear-gradient(180deg, rgba(0,0,0,var(--bvhs-mobile-overlay,.68)) 0%, rgba(0,0,0,calc(var(--bvhs-mobile-overlay,.68) * .70)) 35%, rgba(0,0,0,calc(var(--bvhs-mobile-overlay,.68) + .12)) 100%),
      linear-gradient(90deg, rgba(0,0,0,calc(var(--bvhs-mobile-overlay,.68) * .62)), rgba(0,0,0,calc(var(--bvhs-mobile-overlay,.68) * .36)));
  }

  .bvhs-content,
  .bvhs-item.align-left .bvhs-content,
  .bvhs-item.align-right .bvhs-content{
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 120px 22px 92px;
  }

  .bvhs-eyebrow{
    font-size: 11px;
    letter-spacing: .16em;
    padding: 7px 13px;
    margin-bottom: 16px;
  }

  .bvhs-content h1{
    font-size: clamp(34px, 11vw, 50px);
    line-height: 1.08;
    margin-bottom: 16px;
    max-width: 96%;
  }

  .bvhs-content p{
    font-size: 16px;
    line-height: 1.75;
    max-width: 92%;
    margin-bottom: 24px;
  }

  .bvhs-content-image{
    width:min(max(var(--bvhs-image-mobile-width,260px),240px),82vw);
    max-height:230px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:24px;
  }

  .bvhs-btn{
    min-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 999px;
  }

  .bvhs-dots{
    bottom: 24px;
  }

  .bvhs-dots button{
    width: 9px;
    height: 9px;
  }

  .bvhs-dots button.is-active{
    width: 28px;
  }

  .bvhs-arrow{
    display: none;
  }
}

@media(max-width: 480px){
  .bvhs-hero{
    height: var(--bvhs-mobile-height,620px);
    min-height: 260px;
  }

  .bvhs-video,
  .bvhs-poster{
    object-position: center top;
  }

  .bvhs-content,
  .bvhs-item.align-left .bvhs-content,
  .bvhs-item.align-right .bvhs-content{
    padding: 96px 18px 82px;
  }

  .bvhs-content h1{
    font-size: clamp(31px, 12vw, 44px);
    letter-spacing: -0.02em;
  }

  .bvhs-content p{
    font-size: 15px;
    line-height: 1.7;
  }

  .bvhs-content-image{
    width:min(max(var(--bvhs-image-mobile-width,260px),230px),84vw);
    max-height:210px;
    margin-bottom:20px;
  }

  .bvhs-btn{
    width: auto;
    min-width: 170px;
    min-height: 50px;
  }
}

@media(max-width: 360px){
  .bvhs-content h1{
    font-size: 30px;
  }

  .bvhs-content p{
    font-size: 14px;
  }
}

/* v1.4.0 Mobile speed / Safari stability */
.bvhs-video{background:#090909;will-change:opacity;transform:scale(1.04) translateZ(0);-webkit-transform:scale(1.04) translateZ(0)}
.bvhs-poster{transform:scale(1.04) translateZ(0);-webkit-transform:scale(1.04) translateZ(0)}
.bvhs-hero *{-webkit-tap-highlight-color:transparent}
@media(max-width:768px){
  .bvhs-hero{content-visibility:auto;contain-intrinsic-size:620px;overscroll-behavior:contain}
  .bvhs-video,.bvhs-poster{transform:translateZ(0);-webkit-transform:translateZ(0);object-fit:cover;backface-visibility:hidden;-webkit-backface-visibility:hidden}
  .bvhs-video.is-loading + .bvhs-overlay{opacity:1}
}
@supports (-webkit-touch-callout:none){
  .bvhs-video,.bvhs-poster{filter:none!important;perspective:none!important}
  .bvhs-hero{transform:translateZ(0);-webkit-transform:translateZ(0)}
}
