/*
 * WB1 2.7.1 Homepage Wrapper Fix
 * Homepage H1, intro paragraphs, and gallery use the same verified page boundary.
 */

.wb1-home-frame{
  box-sizing:border-box!important;
}

/* Kill any surviving nested reading-frame geometry on homepage. */
.wb1-home-frame > .wb1-reading-frame,
.wb1-home-frame .home-content,
.wb1-home-frame > .entry-header,
.wb1-home-frame > .entry-content{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Homepage text blocks must share the exact same left/right edges. */
.wb1-home-frame .entry-header,
.wb1-home-frame .home-content,
.wb1-home-frame .home-content > *,
.wb1-home-frame > .wb1-wide-frame,
.wb1-home-frame > .wb1-wide-frame .wb1-structured-discovery,
.wb1-home-frame > .wb1-wide-frame .epr-project-discovery{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Preserve vertical rhythm without creating a second container. */
.wb1-home-frame .entry-header{
  margin-bottom:24px!important;
}
.wb1-home-frame .home-content > * + *{
  margin-top:26px!important;
}
.wb1-home-frame > .wb1-wide-frame{
  margin-top:40px!important;
}
@media(max-width:767px){
  .wb1-home-frame > .wb1-wide-frame{
    margin-top:30px!important;
  }
}


/* WB1 2.7.3 — homepage H1 is template-owned; all narrative copy is canonical content. */
.wb1-home-frame .wb1-home-header{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}
.wb1-home-frame .wb1-home-header h1{
  margin-top:0;
}
