/* FIL-ITALIA final Home placement and event palette */
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-shell{
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)!important;
  grid-template-areas:"copy visual"!important;
  align-items:stretch!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-copy{
  grid-area:copy!important;
  min-height:610px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-eyebrow{order:1!important}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-title{order:2!important}
body.fil-home-events-layout-final[data-horizontal-ready="true"] #homeHeroDescription{order:3!important}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-note{
  order:4!important;
  margin:26px 0 0!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-actions{
  order:5!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:auto 0 0!important;
  padding-top:34px!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-button{
  width:100%!important;
  min-width:0!important;
  padding:0 14px!important;
  text-align:center!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-visual{
  grid-area:visual!important;
  min-height:610px!important;
  display:grid!important;
  grid-template-rows:minmax(350px,1fr) auto!important;
  align-content:stretch!important;
  background:#041b13!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-player-frame,
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-player-frame>img{
  min-height:350px!important;
  height:100%!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-event-rail{
  width:100%!important;
  min-height:210px!important;
  margin:0!important;
  padding:15px!important;
  border:0!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  border-radius:0!important;
  color:#fff!important;
  background:linear-gradient(145deg,#052d20,#073d2a)!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-event-rail-head{
  margin-bottom:11px!important;
  padding-bottom:10px!important;
  border-color:rgba(255,255,255,.12)!important;
  color:#fff!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-event-rail-head a{color:#7ff0b3!important}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-event-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-event{
  min-height:64px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  color:#fff!important;
  background:rgba(255,255,255,.055)!important;
}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-event strong{color:#fff!important}
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-event span,
body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-event small{color:#b9d5c7!important}

/* Home Events panel: one dark FIL-ITALIA family, readable dates */
body[data-horizontal-ready="true"] #events.home-horizontal-panel{
  color:#fff!important;
  background:
    radial-gradient(circle at 88% 10%,rgba(217,47,72,.17),transparent 27%),
    radial-gradient(circle at 8% 88%,rgba(32,201,114,.14),transparent 30%),
    linear-gradient(135deg,#020b08,#05281c 58%,#071711)!important;
}
#homeEventsGrid .fhe-title{color:#fff!important}
#homeEventsGrid .fhe-intro{color:#bdd2c7!important}
#homeEventsGrid .fhe-all{
  border-color:rgba(255,255,255,.15)!important;
  color:#fff!important;
  background:rgba(255,255,255,.07)!important;
}
#homeEventsGrid .fhe-mini{
  border:1px solid rgba(113,235,165,.22)!important;
  color:#fff!important;
  background:linear-gradient(145deg,#073626,#092d22)!important;
  box-shadow:0 16px 38px rgba(0,0,0,.25)!important;
}
#homeEventsGrid .fhe-mini-media{background:#041b13!important}
#homeEventsGrid .fhe-mini time{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  min-height:25px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:#d92f48!important;
  font-size:.7rem!important;
  font-weight:900!important;
  letter-spacing:.045em!important;
  opacity:1!important;
}
#homeEventsGrid .fhe-mini h4{color:#fff!important;opacity:1!important}
#homeEventsGrid .fhe-mini p{color:#c3d8cd!important;opacity:1!important}
#homeEventsGrid .fhe-mini-arrow{color:#79efae!important;opacity:1!important}

@media(max-width:980px){
  body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-shell{
    grid-template-columns:1fr 1fr!important;
  }
  body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-actions{
    grid-template-columns:1fr!important;
    margin-top:28px!important;
  }
}
@media(max-width:680px){
  body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-shell{
    grid-template-columns:1fr!important;
    grid-template-areas:"copy" "visual"!important;
  }
  body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-copy,
  body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-visual{min-height:0!important}
  body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-actions{grid-template-columns:1fr!important}
  body.fil-home-events-layout-final[data-horizontal-ready="true"] .home-hero-event-list{grid-template-columns:1fr!important}
}
