/* Homepage contact strip — full-bleed to match the other homepage bands. */
.site-homepage #officials.engagement-hub{
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  margin-inline:0!important;
  border-radius:0!important;
  background:
    radial-gradient(circle at 82% 18%,rgba(201,154,72,.09),transparent 25%),
    linear-gradient(145deg,#061b31 0%,#0a2744 56%,#061a2f 100%)!important;
}

.site-homepage #officials > .container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

.site-homepage #officials .engagement-shell{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:1.35rem 0 1.05rem!important;
  border:0!important;
  border-top:1px solid rgba(225,177,87,.28)!important;
  border-bottom:1px solid rgba(225,177,87,.24)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Keep the content aligned with the reduced-gutter system used by the other strips. */
.site-homepage #officials .engagement-single,
.site-homepage #officials .engagement-trust,
.site-homepage #officials .engagement-form-panel{
  width:min(1320px,calc(100% - 32px))!important;
  max-width:1320px!important;
  margin-inline:auto!important;
  box-sizing:border-box;
}

.site-homepage #officials .engagement-trust{
  margin-top:18px!important;
}

.site-homepage #officials .engagement-form-panel{
  margin-top:15px!important;
}

@media(max-width:900px){
  .site-homepage #officials .engagement-single,
  .site-homepage #officials .engagement-trust,
  .site-homepage #officials .engagement-form-panel{
    width:calc(100% - 28px)!important;
  }
}

@media(max-width:640px){
  .site-homepage #officials .engagement-shell{
    padding:1rem 0 .8rem!important;
  }
  .site-homepage #officials .engagement-single,
  .site-homepage #officials .engagement-trust,
  .site-homepage #officials .engagement-form-panel{
    width:calc(100% - 24px)!important;
  }
}
