/* Focused hero refinement requested for the cyclus-32 homepage. */
:root{
  --show-hero-image:url('https://showbizznetwork.nl/resize/1920x1080/uploads/2026/07/09/deze-deelnemer-van-de-vossen-vertrekt-uit-de-bondgenoten.png');
  --show-logo-art:url('/media/show-logo.svg');
}

/* The big marketing headline is intentionally removed; the programme status and explanatory copy stay. */
.show-hero h1{display:none!important}
.show-hero__photo{
  transform:none!important;
  animation:none!important;
  filter:saturate(1.03) contrast(1.07) brightness(1.02)!important;
  background-position:center 34%!important;
  image-rendering:auto!important;
}
.show-hero__mesh{opacity:.12!important}
.show-hero__flare{opacity:.7}
.show-hero__copy::before{
  width:clamp(330px,40vw,570px)!important;
  aspect-ratio:16/9!important;
  margin:0 0 10px -8px!important;
  background:var(--show-logo-art) left center/contain no-repeat!important;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.42))!important;
}
.show-hero .live-chip{margin-top:0!important}
.show-hero__lead{margin-top:30px!important;max-width:680px!important}

@media(max-width:820px){
  .show-hero__photo{background-position:58% center!important}
  .show-hero__photo::after{
    background:
      linear-gradient(0deg,rgba(4,7,11,.88) 0%,rgba(4,7,11,.39) 58%,rgba(4,7,11,.13) 100%),
      linear-gradient(90deg,rgba(4,7,11,.23),transparent 74%)!important;
  }
  .show-hero__copy::before{width:min(365px,86vw)!important;margin-left:0!important;margin-bottom:8px!important}
  .show-hero__lead{margin-top:24px!important}
}
@media(max-width:590px){
  .show-hero__copy::before{width:min(335px,88vw)!important}
  .show-hero__inner{padding-top:42px!important}
}
