/* ProBarton v13: final quick-polish pass */

/* Footer should resolve as a centered closing statement, not a left-anchored utility row. */
.site-footer{
  padding:38px 0 42px!important;
  text-align:center!important;
}
.site-footer .container{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}
.site-footer p{
  width:100%!important;
  margin:0 auto!important;
  text-align:center!important;
  color:#aeb1b8!important;
}

/* Section numerals: turn the old tiny mono labels into deliberate editorial chapter marks. */
.pbv2-number{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 18px!important;
  color:#d4a92e!important;
  font-family:var(--font-mono)!important;
  font-size:.72rem!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.16em!important;
}
.pbv2-number::before{
  content:"";
  display:block;
  width:30px;
  height:1px;
  background:linear-gradient(90deg,#7c5a08,#e1b63b);
  opacity:.9;
}
.pbv2-number::after{
  content:"";
  display:block;
  width:5px;
  height:5px;
  border:1px solid #d4a92e;
  border-radius:50%;
  opacity:.95;
}

@media(max-width:700px){
  .site-footer{padding:30px 18px 34px!important}
  .pbv2-number{font-size:.68rem!important;gap:8px!important}
  .pbv2-number::before{width:22px}
}
