body[data-page="index"] .home-editorial,
body[data-page="index"] .home-stream-grid,
body[data-page="index"] .home-dual,
body[data-page="index"] .quick-links-grid,
body[data-page="index"] .visual-promo-stack{contain:layout style;}

body[data-page="index"] .hero{padding:16px 0 8px !important;}
body[data-page="index"] .container{padding-top:10px !important;}

body[data-page="index"] .hero-grid-home{
  grid-template-columns:minmax(0,1.02fr) 360px !important;
  align-items:stretch;
  gap:18px;
}

body[data-page="index"] .hero-main-home{
  min-height:408px;
  width:100%;
  justify-self:stretch;
}

body[data-page="index"] .hero-content p{
  max-width:72%;
}

body[data-page="index"] .hero-side-home{
  display:grid;
  grid-template-rows:auto 1fr;
  gap:12px;
  height:100%;
}

body[data-page="index"] .home-weather-card{
  padding:24px 22px 20px;
  min-height:196px;
  display:grid;
  align-content:start;
}

body[data-page="index"] .home-weather-card h3{
  margin-bottom:12px;
  font-size:22px;
}

body[data-page="index"] .home-weather-card .weather-box{
  align-items:center;
  margin-top:8px;
  gap:14px;
}

body[data-page="index"] .home-weather-card .weather-temp{
  font-size:56px;
  line-height:1;
}

body[data-page="index"] .home-weather-card #la-weather-text{
  font-size:14px;
  line-height:1.55;
}

body[data-page="index"] .home-weather-card #la-weather-icon{
  font-size:50px !important;
}

body[data-page="index"] .mini-list-compact{
  display:none !important;
}

body[data-page="index"] .home-top-promo-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  align-content:end;
}

body[data-page="index"] .hero-side-promo-compact{
  min-height:66px !important;
  aspect-ratio:1 / .76;
  padding:8px 9px !important;
  border-radius:15px !important;
}

body[data-page="index"] .hero-side-promo-compact .promo-kicker,
body[data-page="index"] .hero-side-promo-compact span{
  margin-bottom:3px !important;
  font-size:10px !important;
}

body[data-page="index"] .hero-side-promo-compact strong{
  font-size:12px !important;
  line-height:1.22 !important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

@media (max-width:1100px){
  body[data-page="index"] .hero-grid-home{
    grid-template-columns:1fr !important;
  }

  body[data-page="index"] .hero-main-home{
    min-height:380px;
    width:100%;
    justify-self:stretch;
  }

  body[data-page="index"] .hero-content p{
    max-width:100%;
  }

  body[data-page="index"] .home-weather-card{
    min-height:auto;
  }
}


body[data-page="index"] .hero-grid-home{
  grid-template-columns:minmax(0,1fr) 320px !important;
  gap:24px !important;
  align-items:stretch;
}

body[data-page="index"] .hero-main-home{
  min-height:420px;
}

body[data-page="index"] .hero-side-home{
  grid-template-rows:220px 1fr;
  gap:14px;
  height:100%;
}

body[data-page="index"] .home-weather-card{
  min-height:220px;
  padding:26px 24px 22px;
}

body[data-page="index"] .home-weather-card h3{
  font-size:24px;
  margin-bottom:14px;
}

body[data-page="index"] .home-weather-card .weather-box{
  margin-top:10px;
  gap:16px;
}

body[data-page="index"] .home-weather-card .weather-temp{
  font-size:60px;
}

body[data-page="index"] .home-top-promo-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:10px;
  height:100%;
  align-content:stretch;
}

body[data-page="index"] .hero-side-promo-compact{
  min-height:0 !important;
  height:100%;
  aspect-ratio:auto;
  padding:8px 9px !important;
  border-radius:14px !important;
}

body[data-page="index"] .container{
  padding-top:14px !important;
}

body[data-page="index"] .home-editorial-grid8{
  display:block !important;
}

body[data-page="index"] .editorial-main-grid8{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px;
  align-items:stretch;
}

body[data-page="index"] .editorial-card-grid{
  width:100%;
  min-width:0;
}

body[data-page="index"] #featuredTopicsList{
  display:none !important;
}

body[data-page="index"] .editorial-card-grid img,
body[data-page="index"] .editorial-card.small.editorial-card-grid img{
  height:140px !important;
}

body[data-page="index"] .editorial-card-grid .body{
  padding:14px 14px 16px;
}

body[data-page="index"] .editorial-card-grid h4,
body[data-page="index"] .editorial-card.small.editorial-card-grid h4{
  font-size:16px !important;
  line-height:1.35 !important;
}

body[data-page="index"] .editorial-card-grid p{
  margin-top:8px;
  font-size:13px;
  -webkit-line-clamp:2;
}

@media (max-width:1100px){
  body[data-page="index"] .hero-grid-home{
    grid-template-columns:1fr !important;
  }
  body[data-page="index"] .hero-side-home{
    grid-template-rows:auto auto;
  }
  body[data-page="index"] .home-top-promo-grid{
    min-height:220px;
  }
  body[data-page="index"] .editorial-main-grid8{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:780px){
  body[data-page="index"] .editorial-main-grid8{
    grid-template-columns:1fr;
  }
}
