/* VDMT V23 — Home-only refinement
   1) Lighten the press anchor so it reads as smoked jade, not a heavy dark block.
   2) Hero slide 2 now uses a clean still image instead of the promo-bearing video asset. */

body.signature-home .home-press{
  background:linear-gradient(135deg,#3f6b60 0%,#355f54 58%,#31584e 100%)!important;
  color:#f8f4ec!important;
  box-shadow:none!important;
}
body.signature-home .home-press .eyebrow,
body.signature-home .home-press h2,
body.signature-home .home-press a{color:#f8f4ec!important}
body.signature-home .home-press .section-head{border-color:rgba(248,244,236,.22)!important}
body.signature-home .home-press .press-proof-card:after{
  background:linear-gradient(180deg,rgba(13,37,31,.02) 22%,rgba(13,37,31,.54) 100%)!important;
}
body.signature-home .home-press .press-proof-card{
  border:1px solid rgba(248,244,236,.12)!important;
}

/* Clean still portrait/movement slide: keep the subject visible and cinematic. */
body.signature-home .home-hero .hero-slide:nth-child(2) .hero-image{
  object-position:center 42%!important;
}

@media(max-width:600px){
  body.signature-home .home-press{background:linear-gradient(160deg,#426e63 0%,#355f54 100%)!important}
  body.signature-home .home-hero .hero-slide:nth-child(2) .hero-image{object-position:58% 42%!important}
}
