/* BRAVE RENDER — Hero opacity + scale 130-to-100 v40
   Only home hero animation. Same hero images and same section size. */
.hero {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #050505 !important;
}

.hero.br-hero-opacity-scale-ready .hero-animated-assets,
.hero.br-hero-opacity-scale-ready .br-hero-bg,
.hero.br-hero-opacity-scale-ready .br-hero-v3-bg,
.hero.br-hero-opacity-scale-ready .br-hero-opacity-bg,
.hero.br-hero-opacity-scale-ready .br-hero-opacity-scale-bg:not(.br-hero-opacity-scale-bg-v40),
.hero.br-hero-opacity-scale-ready .br-hero-opacity-scale-bg-v36,
.hero.br-hero-opacity-scale-ready .br-hero-opacity-scale-bg-v37,
.hero.br-hero-opacity-scale-ready .br-hero-opacity-scale-bg-v38,
.hero.br-hero-opacity-scale-ready .br-hero-opacity-scale-bg-v39 {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.br-hero-opacity-scale-bg-v40 {
  position: absolute !important;
  inset: 0 auto 0 50% !important;
  width: 100vw !important;
  min-width: 100vw !important;
  height: 100% !important;
  transform: translateX(-50%) translateZ(0) !important;
  overflow: hidden !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: #050505 !important;
  contain: layout paint style !important;
}

.br-hero-opacity-scale-bg-v40::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.22);
}

.br-hero-v40-layer {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  background: #050505 !important;
  opacity: 0 !important;
  z-index: 1 !important;
  transition: opacity 900ms ease-in-out !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
  will-change: opacity !important;
}

.br-hero-v40-layer.is-active {
  opacity: 1 !important;
  z-index: 3 !important;
}

.br-hero-v40-layer.is-fading-out {
  opacity: 0 !important;
  z-index: 2 !important;
}

.br-hero-v40-layer img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.3) translateZ(0) !important;
  transform-origin: center center !important;
  transition: transform 3000ms ease-in-out !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  backface-visibility: hidden !important;
  will-change: transform !important;
}

.br-hero-v40-layer.is-active img {
  transform: scale(1) translateZ(0) !important;
}

.br-hero-v40-layer[data-br-hero-index="3"] img,
.br-hero-v40-layer img[data-br-hero-index="3"] {
  object-position: center 80% !important;
}

.hero-copy,
.hero-copy--white {
  position: relative !important;
  z-index: 10 !important;
}

.hero-copy--white,
.hero-copy--white *,
.hero-eyebrow,
.hero-title-white {
  color: #fff !important;
}

@media (max-width: 767px) {
  .br-hero-opacity-scale-bg-v40 {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .br-hero-v40-layer,
  .br-hero-v40-layer img {
    transition: none !important;
  }
}
