/* =============================================================================
   CONTACT SETUP DESK — NEW PHOTO + NEW MARKUP (.setup-desk-shot)
   FULL FILE FORCE v=force12
   Escapes old .cta-intro-media absolute crop permanently.
   ============================================================================= */

/* Top page hero */
html body.contact-page #page-overview.page-hero-fill,
html body #page-overview.page-intro-section.page-hero-fill{
  --hero-fill-image:url("../zatra-hero-contact.jpg?v=force12")!important;
  --hero-fill-wash:linear-gradient(
    115deg,
    rgba(255,255,255,.72) 0%,
    rgba(255,255,255,.56) 42%,
    rgba(255,255,255,.42) 72%,
    rgba(255,255,255,.50) 100%
  )!important;
}
html body.contact-page #page-overview.page-hero-fill::before,
html body #page-overview.page-intro-section.page-hero-fill::before{
  background-image:var(--hero-fill-wash),var(--hero-fill-image)!important;
  background-size:cover!important;
  background-position:72% 24%!important;
}

/* Hide legacy media node if any leftover */
html body #contact .cta-intro-media{display:none!important;}
html body #contact .cta-intro::before{content:none!important;display:none!important;}

/* New photo block — normal document flow, cannot be inset-cropped */
html body #contact .cta-intro,
html body.contact-page #contact .cta-intro{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  gap:0!important;
  overflow:hidden!important;
  background:#0b1726!important;
  min-height:0!important;
  height:auto!important;
}

html body #contact .setup-desk-shot,
html body.contact-page #contact .setup-desk-shot,
html body #contact .cta-intro > .setup-desk-shot{
  position:relative!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  flex:0 0 auto!important;
  height:340px!important;
  min-height:340px!important;
  max-height:340px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#101828!important;
  z-index:1!important;
}

html body #contact .setup-desk-shot img,
html body.contact-page #contact .setup-desk-shot img,
html body #contact .cta-intro .setup-desk-shot img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  height:100%!important;
  min-height:340px!important;
  max-height:340px!important;
  object-fit:cover!important;
  object-position:center 18%!important;
  transform:none!important;
  filter:none!important;
  margin:0!important;
  border:0!important;
}

html body #contact .cta-intro-copy,
html body.contact-page #contact .cta-intro-copy{
  position:relative!important;
  z-index:2!important;
  flex:1 1 auto!important;
  background:#07111f!important;
  padding:clamp(16px,2vw,24px)!important;
}

@media (max-width:980px){
  html body #contact .setup-desk-shot,
  html body #contact .setup-desk-shot img{
    height:260px!important;
    min-height:260px!important;
    max-height:260px!important;
  }
  html body #contact .setup-desk-shot img{
    object-position:center 12%!important;
  }
}
