/* BHJ — home hero legibility (2026-09-18).
   The hero headline sits on the left over a sunset photo; on narrower desktops
   the subtitle reaches the building. A soft warm-white wash on the left keeps the
   navy text readable and fades out before the gate, bollards and building.
   Phones use the portrait hero (mobile.css), whose text area is open sky. */
@media (min-width:741px){
  body.home-premium .hero__media::after{display:block;content:"";position:absolute;inset:0;pointer-events:none;opacity:1;mix-blend-mode:normal;
    background:linear-gradient(90deg,rgba(250,244,238,.62) 0%,rgba(250,244,238,.46) 30%,rgba(250,244,238,.18) 48%,rgba(250,244,238,0) 62%)}
  body.home-premium .hero .lead{text-shadow:0 1px 10px rgba(255,255,255,.75)}
}
/* screens narrower than 16:9 crop the picture's sides: favour the open sky on the
   left so the building stays clear of the subtitle (landscape only; phones use portrait art) */
@media (min-width:741px) and (orientation:landscape){
  body.home-premium .hero__media{background-position:22% center}
}
