/* V18 REVIEW — directional text motion, logo optical scale, final hero frame. */

/* Replace the legacy mark embedded in the held bull frame with the exact
   TC8-1 master lockup while keeping the bull as the static end state. */
.page-home-layout-v2 .hero-final-composite{
  position:absolute;
  inset:0;
  z-index:1;
  opacity:0;
  visibility:hidden;
  transition:opacity .26s ease,visibility .26s ease;
}
.page-home-layout-v2 [data-hero-video].is-final-frame .hero-final-composite{
  opacity:1;
  visibility:visible;
}
.page-home-layout-v2 .hero-final-composite .hero-final-frame{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#000;
}
.page-home-layout-v2 .hero-final-logo{
  position:absolute;
  z-index:3;
  left:50%;
  top:49%;
  width:clamp(310px,38vw,690px);
  height:auto;
  transform:translate(-50%,-50%);
  filter:invert(1);
  mix-blend-mode:screen;
}

/* The old standalone final-frame rule must not make the embedded image visible
   independently of the corrected composite. */
.page-home-layout-v2 [data-hero-video]>.hero-final-frame{display:none}

/* Optical correction requested for the five still-dominant wordmarks. */
.page-brands-v8 .v12-logo-item.logo-caviar-deli img{width:30%;max-width:104px;height:48px}
.page-brands-v8 .v12-logo-item.logo-ultima img{width:32%;max-width:112px;height:48px}
.page-brands-v8 .v12-logo-item.logo-cattleblack img{width:29%;max-width:102px;height:48px}
.page-brands-v8 .v12-logo-item.logo-studio img{width:30%;max-width:106px;height:48px}
.page-brands-v8 .v12-logo-item.logo-cattle-art img{width:28%;max-width:98px;height:46px}

/* The section below the final Brands photograph is deliberately pure white. */
.page-brands-v8 .v14-contact-cta{background:#fff}

/* Place the 22 mark between the model's clavicles instead of over the face. */
.page-home-layout-v2 .commitment-v2-media .commitment-mark{top:72%}

@media(max-width:700px){
  .page-home-layout-v2 .hero-final-logo{width:min(68vw,390px)}
  .page-brands-v8 .v12-logo-item.logo-caviar-deli img,
  .page-brands-v8 .v12-logo-item.logo-ultima img,
  .page-brands-v8 .v12-logo-item.logo-cattleblack img,
  .page-brands-v8 .v12-logo-item.logo-studio img,
  .page-brands-v8 .v12-logo-item.logo-cattle-art img{height:44px}
}
