/* DTV-PAGE04 G9 Correction 03 — content-aware geometry, overflow and closing recovery. */
[data-dtv-homepage="ux10"] :where(.dtv-g4-composition,.dtv-g5-local-network,.dtv-g6-editorial,.dtv-g7-closing),
[data-dtv-homepage="ux10"] :where(.dtv-g4-composition,.dtv-g5-local-network,.dtv-g6-editorial,.dtv-g7-closing) *{box-sizing:border-box;min-width:0}
[data-dtv-homepage="ux10"] img{max-width:100%}

@media (min-width:1280px){
  /* G4: keep lead media cinematic and let sparse lists use their available width. */
  [data-dtv-homepage="ux10"] .dtv-g4-composition{height:auto;align-items:stretch}
  [data-dtv-homepage="ux10"] .dtv-g4-composition>section{height:auto;min-height:420px}
  .dtv-g4-councils__grid,.dtv-g4-news__grid{height:auto;min-height:364px}
  .dtv-g4-councils__grid article,.dtv-g4-councils__grid article>a,.dtv-g4-news__grid article,.dtv-g4-news__grid article>a{height:344px}
  .dtv-g4-civic-media,.dtv-g4-news__grid article img{aspect-ratio:16/9;height:100%;min-height:0;object-fit:cover;object-position:center}
  .dtv-g4-councils__grid[data-item-count="1"],.dtv-g4-news__grid[data-item-count="1"]{grid-template-columns:1fr}
  .dtv-g4-councils__grid[data-item-count="1"] article,.dtv-g4-news__grid[data-item-count="1"] article{max-width:760px}
  .dtv-g4-councils__grid[data-item-count="2"] ol,.dtv-g4-news__grid[data-item-count="2"] ul{grid-template-rows:1fr}
  .dtv-g4-councils__grid[data-item-count="3"] ol,.dtv-g4-news__grid[data-item-count="3"] ul{grid-template-rows:repeat(2,1fr)}

  /* G5: all available Regions fit the desktop rail; no partially clipped final card. */
  .dtv-g5-local-network__rail{grid-auto-flow:unset;grid-auto-columns:unset;grid-template-columns:repeat(var(--dtv-g5-count,5),minmax(0,1fr));overflow:hidden}
  .dtv-g5-local-network__rail[data-item-count="1"]{--dtv-g5-count:1}.dtv-g5-local-network__rail[data-item-count="2"]{--dtv-g5-count:2}.dtv-g5-local-network__rail[data-item-count="3"]{--dtv-g5-count:3}.dtv-g5-local-network__rail[data-item-count="4"]{--dtv-g5-count:4}.dtv-g5-local-network__rail[data-item-count="5"]{--dtv-g5-count:5}
  .dtv-g5-local-network__rail>a{width:auto;max-width:none;padding:24px 14px}

  /* G6: programme cards expand according to the real dataset. */
  .dtv-g6-shows>ul{grid-template-columns:repeat(var(--dtv-show-count,3),minmax(0,1fr));height:316px}
  .dtv-g6-shows[data-item-count="1"]{--dtv-show-count:1}.dtv-g6-shows[data-item-count="2"]{--dtv-show-count:2}.dtv-g6-shows[data-item-count="3"]{--dtv-show-count:3}
  .dtv-g6-shows li,.dtv-g6-shows li>a{height:100%}.dtv-g6-shows img{aspect-ratio:16/9;width:100%;height:auto;max-height:230px;object-fit:cover}
  .dtv-g6-shows[data-item-count="1"] li{max-width:520px}
  .dtv-g6-empty{display:grid;place-items:center;min-height:300px;margin:0;border:1px dashed #cbd5df;border-radius:10px;background:#f6f8fa;color:#64748b;font:700 14px/20px Inter,sans-serif;text-align:center}

  /* G7: wider, readable ranking cards and a contained form/button. */
  [data-dtv-homepage="ux10"] .dtv-g7-closing{grid-template-columns:minmax(0,1.45fr) minmax(520px,1fr);height:auto;align-items:stretch}
  .dtv-g7-trending,.dtv-g7-newsletter{height:auto;min-height:330px}
  .dtv-g7-trending{grid-template-columns:190px minmax(0,1fr)}
  .dtv-g7-trending ol{grid-template-columns:repeat(var(--dtv-trending-count,5),minmax(0,1fr));gap:14px}
  .dtv-g7-trending ol[data-item-count="1"]{--dtv-trending-count:1}.dtv-g7-trending ol[data-item-count="2"]{--dtv-trending-count:2}.dtv-g7-trending ol[data-item-count="3"]{--dtv-trending-count:3}.dtv-g7-trending ol[data-item-count="4"]{--dtv-trending-count:4}.dtv-g7-trending ol[data-item-count="5"]{--dtv-trending-count:5}
  .dtv-g7-trending li{height:auto;min-height:272px;padding-inline:10px}.dtv-g7-trending li img{aspect-ratio:16/9;width:100%;height:auto;max-height:128px}.dtv-g7-trending li a>span{font-size:14px;line-height:18px;-webkit-line-clamp:4}
  .dtv-g7-newsletter{display:block;padding:28px}.dtv-g7-newsletter>header{margin-bottom:20px}.dtv-g7-newsletter form{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:100%}
  .dtv-g7-newsletter__email{grid-column:1/-1}.dtv-g7-newsletter select,.dtv-g7-newsletter input[type=email],.dtv-g7-newsletter button{width:100%;max-width:100%;min-height:46px}.dtv-g7-newsletter button{grid-column:1/-1;justify-self:stretch}
}


@media (min-width:768px) and (max-width:1279px){
  .dtv-g5-local-network__rail{grid-auto-columns:minmax(0,1fr);overflow-x:auto}
  .dtv-g6-shows[data-item-count="1"]>ul,.dtv-g6-shows[data-item-count="2"]>ul{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dtv-g7-newsletter form{width:100%}.dtv-g7-newsletter button{max-width:100%}
}
@media (max-width:767px){
  .dtv-g4-civic-media,.dtv-g4-news__grid article img,.dtv-g6-shows img,.dtv-g7-trending li img{object-fit:cover;object-position:center}
  .dtv-g6-empty{padding:32px 20px;color:#64748b;text-align:center}
  .dtv-g7-newsletter form,.dtv-g7-newsletter :where(label,select,input,button){width:100%;max-width:100%}
}
@media (prefers-reduced-motion:reduce){[data-dtv-homepage="ux10"] *{scroll-behavior:auto!important}}
