/*! NBC v6.196 · ambient surface contract
    Opaque work surfaces are replaced by controlled translucent material so the ambient field remains perceptible without reducing text contrast. */


body.page.design-system-executive form :is(input,select,textarea){
  background-color:rgba(8,13,10,.68);
}
@media (max-width:760px){
  
}

/* Service hero geometry: a service artifact must stack before its fixed minimum width can collapse the copy track. */
@media (max-width:1100px){
  body.page[data-hero-system="v2"] .service-hero .nbc-service-hero-grid{
    grid-template-columns:minmax(0,1fr);
    width:100%;
  }
  body.page[data-hero-system="v2"] .service-hero .service-hero-copy{
    width:auto;
    min-width:0;
  }
}
