/* DTV-HOME-POLISH01 Correction 03D — Desktop Controls, Section Rhythm & Selected Identity Finalization
 * Desktop-only consistency pass. No card geometry, query, modal, responsive or content-hierarchy changes.
 */
@media (min-width:1280px){
  /* 1. Selected identity: expose the existing semantic heading without changing the rail structure. */
  body.home [data-dtv-homepage="ux10"] .dtv-g2-selected-pane{
    grid-template-rows:28px minmax(0,1fr)!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g2-selected-pane>header.dtv-vc08-visually-hidden{
    position:static!important;
    width:auto!important;
    height:28px!important;
    min-height:28px!important;
    margin:0!important;
    padding:0 0 8px!important;
    overflow:visible!important;
    clip:auto!important;
    clip-path:none!important;
    white-space:normal!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g2-selected-pane>header h2{
    margin:0!important;
    color:#102947!important;
    font:850 10px/1 Inter,sans-serif!important;
    letter-spacing:.055em!important;
    text-transform:uppercase!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g2-selected-pane ol{
    height:auto!important;
    min-height:0!important;
  }

  /* 2. Canonical light-background carousel navigation: visible, quiet and reliably clickable. */
  body.home [data-dtv-homepage="ux10"] :is(
    .dtv-g4-composition .dtv-page06-slider__controls,
    .dtv-g6-highlights .dtv-page08-highlights-controls
  ){
    gap:9px!important;
    min-height:40px!important;
    align-items:center!important;
  }
  body.home [data-dtv-homepage="ux10"] :is(
    .dtv-g4-composition .dtv-page06-slider__controls,
    .dtv-g6-highlights .dtv-page08-highlights-controls
  ) button{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    padding:0!important;
    border:1px solid rgba(16,41,71,.20)!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#102947!important;
    box-shadow:0 2px 7px rgba(16,41,71,.045)!important;
    font:800 14px/1 Inter,sans-serif!important;
    opacity:1!important;
  }
  body.home [data-dtv-homepage="ux10"] :is(
    .dtv-g4-composition .dtv-page06-slider__controls,
    .dtv-g6-highlights .dtv-page08-highlights-controls
  ) button:disabled{
    opacity:.36!important;
  }
  body.home [data-dtv-homepage="ux10"] :is(
    .dtv-g4-composition .dtv-page06-slider__controls,
    .dtv-g6-highlights .dtv-page08-highlights-controls
  )>span{
    min-width:46px!important;
    color:#617186!important;
    font:800 9px/1 Inter,sans-serif!important;
    font-variant-numeric:tabular-nums!important;
    letter-spacing:.035em!important;
    text-align:center!important;
  }

  /* 3. One major-section rhythm token across the desktop editorial flow. */
  body.home [data-dtv-homepage="ux10"]{
    --dtv-polish-desktop-major-gap:64px;
  }
  body.home [data-dtv-homepage="ux10"] :is(
    .dtv-g4-composition,
    .dtv-g5-local-network,
    .dtv-g6-editorial,
    .dtv-g7-closing
  ){
    margin-top:var(--dtv-polish-desktop-major-gap)!important;
  }
}
