/* METRON 4.66.67 — cache-proof release overrides. Desktop rules are >=981px only. */
#about .connected-world,
#about .connected-world.world-image-ready{
  background-image:url("../images/connected-world-panorama-46667.webp")!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-size:cover!important;
  background-blend-mode:normal!important;
}
@media(min-width:981px){
  /* Expanded sensing vocabulary based on the Our Markets sensor matrix. */
  #about.intro-section.sensing-active .about-signal-field#aboutConnectVisual,
  #about.intro-section:not(.world-phase) .about-signal-field#aboutConnectVisual{
    right:0!important;width:55vw!important;
  }
  #about .sense-chip{width:112px!important;padding:10px 12px!important;z-index:15!important;}
  #about .sense-chip b{font-size:16px!important;}
  #about .sense-chip span{font-size:7.5px!important;line-height:1.2!important;}
  #about.intro-section.sensing-active .sense-chip.chip-ch4{left:5%!important;top:22%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-co2{left:4%!important;top:57%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-h2s{left:16%!important;top:76%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-tvoc{left:25%!important;top:10%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-pm{left:43%!important;top:82%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-nh3{left:78%!important;top:18%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-env{left:80%!important;top:62%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-sound{left:68%!important;top:80%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-light{left:89%!important;top:39%!important;}
  #about.intro-section.sensing-active .sense-chip.chip-weather{left:60%!important;top:8%!important;}
}
@media(max-width:760px){
  /* Mobile keeps the panorama legible rather than cropping the wide artwork. */
  body.ghg-home-page #about .connected-world,
  body.ghg-home-page #about:not(.world-phase) .connected-world,
  body.ghg-home-page #about.world-phase .connected-world,
  body.ghg-home-page #about.platform-handoff .connected-world{
    background-image:url("../images/connected-world-panorama-46667.webp")!important;
    background-size:contain!important;
    background-position:center top!important;
    background-color:#071811!important;
  }
  /* Additional chips are intentionally suppressed on the narrow composition;
     the four primary chips remain readable instead of creating overlap. */
  #about .chip-h2s,#about .chip-tvoc,#about .chip-pm,#about .chip-sound,#about .chip-light,#about .chip-weather{display:none!important;}
}
