/* Trinity V45.1 — raise mobile copy and transparent emblem together.
   The Templar and its animation/positioning are intentionally untouched. */

@media (max-width:700px){
  /* Keep the raised copy above the sticky header's WebKit backdrop-compositor
     tile. The hero still begins below the header, so controls remain clear. */
  #trinityCinematicHero{
    z-index:170!important;
  }

  /* Keep a small 18px breathing space between the sticky header and eyebrow. */
  #trinityCinematicHero .brand-hero-heading{
    top:18px!important;
    transform:none!important;
    z-index:20!important;
  }

  /* Move the independently anchored emblem by the same 126px as the copy:
     previous top 182px -> new top 56px. */
  #trinityCinematicHero .trinity-v43-hero-logo{
    top:56px!important;
    transform:none!important;
    z-index:20!important;
  }

  #trinityCinematicHero .trinity-v43-hero-logo img{
    background:transparent!important;
  }
}

/* Desktop/tablet and all Templar rules remain exactly as V45. */
