/* GENERATED by build/abt-el/make_css.py - do not edit on the server. Source: build/abt/abt.css */
/* About Us: page level adjustments only, plus three blocks this page introduces: the pull quote, the
   beliefs list with its gold rule markers, and the leadership card grid. */

/* ---------- 01 hero ---------- */
.bhp-abt.chero .paths{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.bhp-abt.chero .paths .btn{flex:0 0 auto}
.bhp-abt .cta-core .paths.mid{display:flex;justify-content:center;margin-top:clamp(22px,3vh,28px)}
.bhp-abt.chero .tag .ln{white-space:normal}

/* ---------- the head sits inside the copy column wherever a device stands beside it ---------- */
.bhp-abt .erow.topalign{align-items:stretch;margin-top:0}
.bhp-abt .erow.topalign .ecol .shead{margin-bottom:clamp(14px,1.8vh,18px)}
.bhp-abt .erow.topalign .ecol > p:first-of-type{margin-top:0}

/* ---------- 02 the pull quote ---------- */
.bhp-abt .pullq{position:relative;margin:clamp(30px,4vh,44px) 0 0;padding:0 0 0 clamp(22px,2.6vw,34px);
  border-left:3px solid var(--gold)}
.bhp-abt .pullq p{margin:0;font-family:var(--disp);font-weight:600;font-style:italic;
  font-size:clamp(26px,3.2vw,42px);line-height:1.18;letter-spacing:-.02em;color:var(--navy)}

/* ---------- 04 the four service cards, each carrying its own link ---------- */
.bhp-abt .fillgrid.four{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.6vw,20px);
  margin-top:clamp(30px,3.8vh,42px)}
.bhp-abt .fillcard{display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:14px;
  padding:clamp(24px,2.8vh,30px) clamp(20px,2vw,26px);background:rgba(247,242,231,.05);
  border:1px solid rgba(247,242,231,.14);transition:transform .22s ease,border-color .22s ease}
.bhp-abt .fillcard:hover{transform:translateY(-3px);border-color:rgba(255,176,0,.5)}
.bhp-abt .fillcard .sysn{font-family:var(--body);font-size:11px;font-weight:500;letter-spacing:.16em;
  color:var(--gold)}
.bhp-abt .fillcard h3{margin:12px 0 0;font-family:var(--disp);font-weight:600;
  font-size:clamp(18px,1.5vw,21px);line-height:1.24;letter-spacing:-.02em;color:#fff}
.bhp-abt .fillcard p{margin:12px 0 0;font-size:14.5px;line-height:1.8;color:var(--on-dark-2)}
.bhp-abt .fillcard .filllink{margin-top:auto;padding-top:clamp(16px,2.2vh,22px)}
.bhp-abt .fillcard .filllink .lnk{color:#fff;border-bottom:1.5px solid rgba(255,176,0,.7);
  text-decoration:none;font-weight:500;font-size:14px}
.bhp-abt .fillcard .filllink .lnk:hover{border-bottom-color:var(--gold)}
@media (max-width:1050px){.bhp-abt .fillgrid.four{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.bhp-abt .fillgrid.four{grid-template-columns:1fr}}

/* ---------- 05 the beliefs, on gold rule markers, and the values line ---------- */
.bhp-abt .beliefs{list-style:none;margin:clamp(30px,3.8vh,42px) 0 0;padding:0;display:grid;
  grid-template-columns:repeat(2,1fr);gap:clamp(16px,2vw,26px)}
.bhp-abt .brow{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;
  padding-top:clamp(14px,1.8vh,18px);border-top:1px solid var(--line-light)}
.bhp-abt .brow .brule{width:22px;height:3px;margin-top:11px;background:var(--gold);border-radius:2px}
.bhp-abt .brow p{margin:0;font-size:16px;line-height:1.75;color:var(--on-light-2)}
.bhp-abt .valuesline{margin:clamp(30px,3.8vh,42px) 0 0;text-align:center;font-family:var(--disp);
  font-weight:600;font-style:italic;font-size:clamp(20px,2.2vw,30px);line-height:1.35;color:var(--navy)}
@media (max-width:820px){.bhp-abt .beliefs{grid-template-columns:1fr}}

/* ---------- 07 the licensing strip under the proof figures ---------- */
.bhp-abt .licstrip{list-style:none;display:flex;flex-wrap:wrap;gap:clamp(12px,1.6vw,24px);
  margin:clamp(26px,3.2vh,34px) 0 0;padding:clamp(20px,2.4vh,26px) 0 0;
  border-top:1px solid var(--line-dark)}
.bhp-abt .licstrip li{font-family:var(--body);font-size:14px;font-weight:500;color:var(--on-dark-2);
  display:flex;align-items:center;gap:10px}
.bhp-abt .licstrip li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);
  flex:none}
.bhp-abt .prooflinks{display:flex;flex-wrap:wrap;gap:clamp(16px,2vw,28px);
  margin:clamp(22px,2.8vh,30px) 0 0}
.bhp-abt .prooflinks .lnk{color:#fff;border-bottom:1.5px solid rgba(255,176,0,.7);text-decoration:none;
  font-weight:500;font-size:15px}
.bhp-abt .prooflinks .lnk:hover{border-bottom-color:var(--gold)}

/* ---------- 08 the leadership cards ----------
   Every card is a link, shipped disabled with its destination in data-future-href until the team pages
   publish. A disabled card keeps its hover lift so the grid does not feel dead, but shows no pointer. */
.bhp-abt .lgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px);
  margin-top:clamp(30px,3.8vh,42px)}
.bhp-abt .lcard{display:flex;flex-direction:column;text-decoration:none;border-radius:14px;overflow:hidden;
  background:var(--field-cream);border:1px solid var(--line-light);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bhp-abt .lcard:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(23,29,58,.12);
  border-color:rgba(255,176,0,.5)}
.bhp-abt .lcard[aria-disabled="true"]{cursor:default}
.bhp-abt .lcard img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 8%;display:block}
.bhp-abt .lcard .lname{display:block;margin:clamp(18px,2.2vh,22px) clamp(18px,1.8vw,22px) 0;
  font-family:var(--disp);font-weight:600;font-size:clamp(18px,1.5vw,21px);line-height:1.24;
  letter-spacing:-.02em;color:var(--navy)}
.bhp-abt .lcard .ltitle{display:block;margin:6px clamp(18px,1.8vw,22px) clamp(20px,2.4vh,24px);
  font-family:var(--body);font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;
  color:var(--gold-deep)}
@media (max-width:900px){.bhp-abt .lgrid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.bhp-abt .lgrid{grid-template-columns:1fr}}
.bhp-abt .a8 .paths.mid{display:flex;justify-content:center;margin-top:clamp(30px,3.8vh,42px)}
.bhp-abt .a8 .btn[aria-disabled="true"]{cursor:default}

/* ---------- 10 the note under the final CTA ---------- */
.bhp-abt .ctanote{margin:clamp(16px,2.2vh,22px) 0 0;font-family:var(--body);font-size:14px;
  letter-spacing:.04em;color:rgba(247,242,231,.56);text-align:center}

/* the statrow on a light surface, and a row that follows another block */
.bhp-abt.sec-white .statrow .lstat p,.bhp-abt.sec-cream .statrow .lstat p{color:var(--on-light-2)!important}
.bhp-abt .a7 .statrow.four{display:grid;grid-template-columns:repeat(4,1fr)}
.bhp-abt .a7 .statrow .lstat .fig{font-size:clamp(24px,2.4vw,34px)}
@media (max-width:900px){.bhp-abt .a7 .statrow.four{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.bhp-abt .a7 .statrow.four{grid-template-columns:1fr}}
.bhp-abt .register + .closeband,.bhp-abt .statrow + .licstrip{margin-top:clamp(26px,3.2vh,34px)}

/* ==========================================================================
   2026-09-04: the gold accent is the card's own top edge.

   It used to be an absolutely positioned 3px bar. A bar cannot follow a 14px
   corner: clipped it ends in a stub, unclipped it hangs over the arc, and both
   read as a strip stuck on top of the card. A border does follow the radius,
   exactly, at every corner and every zoom level. The hover still answers: the
   edge goes from the resting gold to full gold.
   ========================================================================== */



/* ---------- Elementor parity for this page ---------- */
.bhp-abt .paths .elementor-widget-button{width:auto;flex:0 0 auto}
.bhp-abt .paths{display:flex}
.bhp-abt .shead.e-con{margin-block-end:20px!important}
/* the head-to-first-block gap is the head's own margin; a row that follows another block keeps its space */
.bhp-abt .shead + .erow.e-con,.bhp-abt .shead + .statrow.e-con,.bhp-abt .shead + .prail.e-con,
.bhp-abt .shead + .flow.e-con,.bhp-abt .shead + .svcgrid.e-con,
.bhp-abt .shead + .svcgrid.three.e-con,.bhp-abt .shead + .statrow.e-con,
.bhp-abt .shead + .isel.e-con,.bhp-abt .shead + .tgrid.e-con,
.bhp-abt .shead + .elementor-widget-bhp_index_selector{margin-block-start:0!important}
.bhp-abt .erow.e-con{margin-block-start:clamp(28px,3.4vh,38px)!important}
/* the author headshot matches the other pages exactly: 56 by 70 on a 12px corner */
.bhp-abt .author .abox img{width:56px;height:70px;border-radius:12px;object-fit:cover}
.bhp-abt .author .abox .elementor-widget-image{width:auto;flex:0 0 auto}
/* the shared text-editor rule outranks Elementor's own per widget CSS for these two, so both are
   stated here: the closing link line and the note under the final CTA */
.bhp-abt .ecol .moat p,.bhp-abt .ecol .moat p a{font-size:15px;line-height:24.3px}
.bhp-abt .ctanote p{color:rgba(247,242,231,.56)!important;font-size:14px;line-height:1.62}
/* 04 and 05 the figure strips */
.bhp-abt .statrow.four.e-con{display:grid!important;grid-template-columns:repeat(4,1fr)!important}
.bhp-abt .statrow.three.e-con{display:grid!important;grid-template-columns:repeat(3,1fr)!important}
.bhp-abt .sec-white .statrow .lstat .elementor-widget-text-editor p,
.bhp-abt .sec-cream .statrow .lstat .elementor-widget-text-editor p{color:var(--on-light-2)!important}
.bhp-abt .sec-white .statrow .lstat.e-con,.bhp-abt .sec-cream .statrow .lstat.e-con{border-color:var(--line-light)}
/* 13 the three card team grid */
.bhp-abt .svcgrid.three.e-con{display:grid!important;grid-template-columns:repeat(3,1fr)!important}
/* 06, 07 and 13 the two across card grids */
.bhp-abt .svcgrid.two.e-con{display:grid!important;grid-template-columns:repeat(2,1fr)!important}
/* 04 the four service cards */
.bhp-abt .fillgrid.four.e-con{display:grid!important;grid-template-columns:repeat(4,1fr)!important}
.bhp-abt .fillcard.e-con{height:100%}
.bhp-abt .fillcard .filllink{margin-block-start:auto!important;padding-top:clamp(16px,2.2vh,22px)}
.bhp-abt .fillcard .filllink p a{color:#fff;font-weight:500;font-size:14px;
  border-bottom:1.5px solid rgba(255,176,0,.7);text-decoration:none}
/* 02 the pull quote */
.bhp-abt .pullq.e-con{position:relative;padding-left:clamp(22px,2.6vw,34px);
  border-left:3px solid var(--gold);margin-block-start:clamp(30px,4vh,44px)!important}
.bhp-abt .pullq .pq p{font-family:var(--disp);font-weight:600;font-style:italic;letter-spacing:-.02em}
/* 05 the beliefs and the values line */
.bhp-abt .beliefs.e-con{display:grid!important;grid-template-columns:repeat(2,1fr)!important;
  margin-block-start:clamp(30px,3.8vh,42px)!important}
.bhp-abt .brow .brule.e-con{width:22px;min-height:3px;height:3px;margin-top:11px;background:var(--gold);
  border-radius:2px}
/* 07 the licensing strip */
.bhp-abt .licstrip .licdot.e-con{width:6px;min-height:6px;height:6px;border-radius:50%;
  background:var(--gold)}
.bhp-abt .prooflinks .prooflink p a{color:#fff;font-weight:500;font-size:15px;
  border-bottom:1.5px solid rgba(255,176,0,.7);text-decoration:none}
/* 08 the leadership cards */
.bhp-abt .lgrid.e-con{display:grid!important;grid-template-columns:repeat(3,1fr)!important}
.bhp-abt .lcard.e-con{overflow:hidden;padding:0;height:100%}
.bhp-abt .lcard img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 8%;display:block}
.bhp-abt .lcard .lname{margin:clamp(18px,2.2vh,22px) clamp(18px,1.8vw,22px) 0}
.bhp-abt .lcard .ltitle{margin:6px clamp(18px,1.8vw,22px) clamp(20px,2.4vh,24px)}
.bhp-abt .engcard.e-con{height:100%}
.bhp-abt .engcard .engt a{color:#fff;text-decoration:none;border:0}
.bhp-abt .engcard .engarrow.e-con{width:22px;min-height:10px;height:10px;background:var(--gold);
  clip-path:polygon(0 45%,72% 45%,72% 0,100% 50%,72% 100%,72% 55%,0 55%);opacity:.85;
  transition:transform .22s ease}
.bhp-abt .engcard:hover .engarrow.e-con{transform:translateX(5px)}
/* 02: the row is the section's first block, so it carries no top margin of its own */
.bhp-abt .a2 .erow.e-con{margin-block-start:0!important}
/* the head sits inside the copy column wherever a device stands beside it, so the device's top edge
   lines up with the headline instead of starting below it */
.bhp-abt .erow.topalign.e-con{margin-block-start:0!important}
.bhp-abt .erow.topalign .ecol .shead.e-con{margin-block-end:16px!important}
.bhp-abt .svcledger.e-con{display:flex}
.bhp-abt .svcrow.e-con{align-items:start}
.bhp-abt .svcname .elementor-heading-title{color:var(--navy)}
.bhp-abt .svcrow:hover .svcname h3.elementor-heading-title{color:var(--gold-deep)}
.bhp-abt .svctext .elementor-widget-text-editor p{max-width:66ch}
/* 06 the funding band runs three figures */
.bhp-abt .statrow.three.e-con{display:grid!important;grid-template-columns:repeat(3,1fr)!important}
.bhp-abt .a6 .statrow .lstat .fig .elementor-heading-title{font-size:clamp(26px,2.4vw,34px)}
/* 02 the covers panel */
.bhp-abt .verdict.e-con{align-self:stretch;border-radius:14px;overflow:hidden;position:relative;
  padding:clamp(22px,2.8vh,28px) clamp(20px,2vw,26px);background:var(--field-navy);
  box-shadow:0 24px 60px rgba(23,29,58,.2)}
.bhp-abt .verdict.e-con::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(60% 60% at 100% 0%,rgba(255,176,0,.16),rgba(255,176,0,0) 70%)}
.bhp-abt .verdict .vrow.e-con{position:relative}
.bhp-abt .lead-col .elementor-widget-text-editor p{font-size:20px;line-height:1.7;max-width:46ch}
.bhp-abt .a2 .shead.e-con{margin-block-end:16px!important}
/* 08 the three models */
.bhp-abt .svcgrid.three.e-con{display:grid!important;grid-template-columns:repeat(3,1fr)!important}
.bhp-abt .svcgrid.two .svc.e-con{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bhp-abt .svcgrid.two .svc.e-con:hover{transform:translateY(-3px);
  box-shadow:0 22px 54px rgba(23,29,58,.12);border-color:rgba(255,176,0,.45)}
.bhp-abt .secfollow p{max-width:92ch}
/* 06 the record */
.bhp-abt .statrow.four.e-con{display:grid!important;grid-template-columns:repeat(4,1fr)!important}
.bhp-abt .statrow .lstat .fig .elementor-heading-title{color:var(--gold)!important}
/* 08 the process rail */
.bhp-abt .prail.e-con{position:relative;padding:0}
.bhp-abt .prow.e-con{position:relative}
.bhp-abt .prow.e-con:not(.last)::before{content:"";position:absolute;left:21px;top:38px;bottom:-6px;
  width:2px;background:linear-gradient(180deg,rgba(255,176,0,.55),rgba(255,176,0,.3))}
.bhp-abt .pnodewrap.e-con{position:relative;z-index:1;flex:0 0 44px}
.bhp-abt .pnode .elementor-heading-title{display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid rgba(255,176,0,.55);
  color:var(--gold-deep);box-shadow:0 0 0 6px var(--cream);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.bhp-abt .pbody.e-con{padding:clamp(16px,2vh,20px) clamp(20px,2vw,26px);border-radius:14px;
  background:var(--field-cream);border:1px solid var(--line-light);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bhp-abt .pbody .elementor-widget-text-editor p{max-width:78ch}
.bhp-abt .prow.e-con:hover .pnode .elementor-heading-title{background:var(--gold);border-color:var(--gold);
  color:var(--navy);transform:scale(1.06)}
.bhp-abt .prow.e-con:hover .pbody.e-con{transform:translateX(4px);box-shadow:0 18px 44px rgba(23,29,58,.1);
  border-color:rgba(255,176,0,.45)}
.bhp-abt .prow.last .pnode .elementor-heading-title{background:var(--gold);border-color:var(--gold);
  color:var(--navy)}
.bhp-abt .prow.last .pbody.e-con{border-color:rgba(255,176,0,.45)}
/* 07 the cost band runs three figures */
.bhp-abt .statrow.three.e-con{display:grid!important;grid-template-columns:repeat(3,1fr)!important}
.bhp-abt .a7 .statrow .lstat .fig .elementor-heading-title{font-size:clamp(26px,2.4vw,34px)}
/* 05 and 06 the subheads inside the copy column */
.bhp-abt .sec-white .subh .elementor-heading-title,
.bhp-abt .sec-cream .subh .elementor-heading-title{color:var(--navy)}
/* 11 the four stage flow */
.bhp-abt .flow.four.e-con{display:grid!important;grid-template-columns:repeat(4,1fr)!important}
.bhp-abt .fstage.e-con{position:relative;padding:clamp(24px,3vh,30px) clamp(22px,2.2vw,28px);
  border-radius:14px;background:#fff;border:1px solid var(--line-light);
  box-shadow:0 14px 40px rgba(23,29,58,.06)}
/* the step card's gold edge is a border now, stated once in bhp-fes-el.css, so the old
   pseudo-element bar is gone from every page rather than redrawn on each one */
/* the vertical band label wraps instead of setting the band height */
.bhp-abt .closeband .ck .elementor-heading-title{writing-mode:vertical-rl;transform:rotate(180deg);
  max-height:110px;white-space:normal;line-height:1.35}
.bhp-abt .closeband.e-con{width:auto}
/* 12 the dual author box */
.bhp-abt .author.dual.e-con{display:grid!important;grid-template-columns:1fr 1fr!important;
  align-items:start!important;max-width:920px;margin-inline:auto}
.bhp-abt .author.dual > .elementor-widget-heading{grid-column:1 / -1;justify-self:center;padding-top:8px}
.bhp-abt .author.dual .abox img{width:56px!important;height:70px;object-fit:cover;object-position:50% 20%;
  border-radius:12px}
/* custom widget buttons never inherit the theme's link colour */
.bhp-abt .econ button{color:#fff}
@media (max-width:1100px){
  .bhp-abt .flow.four.e-con{grid-template-columns:repeat(2,1fr)!important}
}
@media (max-width:900px){
  .bhp-abt .svcgrid.two.e-con{grid-template-columns:1fr!important}
  .bhp-abt .pnodewrap.e-con{flex:0 0 36px}
  .bhp-abt .pnode .elementor-heading-title{width:36px;height:36px;font-size:16px;
    box-shadow:0 0 0 5px var(--cream)}
  .bhp-abt .prow.e-con:not(.last)::before{left:17px;top:32px}
  .bhp-abt .author.dual.e-con{grid-template-columns:1fr!important}
}
@media (max-width:900px){
  .bhp-abt .statrow.four.e-con{grid-template-columns:repeat(2,1fr)!important}
  .bhp-abt .statrow.three.e-con{grid-template-columns:1fr!important}
  .bhp-abt .svcgrid.two.e-con{grid-template-columns:1fr!important}
  .bhp-abt .lgrid.e-con{grid-template-columns:repeat(2,1fr)!important}
  .bhp-abt .beliefs.e-con{grid-template-columns:1fr!important}
  .bhp-abt .fillgrid.four.e-con{grid-template-columns:repeat(2,1fr)!important}
}
@media (max-width:620px){
  .bhp-abt .fillgrid.four.e-con{grid-template-columns:1fr!important}
  .bhp-abt .lgrid.e-con{grid-template-columns:1fr!important}
}
@media (max-width:700px){
  .bhp-abt .svcgrid.three.e-con{grid-template-columns:1fr!important}
  .bhp-abt .statrow.three.e-con{grid-template-columns:1fr!important}
  .bhp-abt .statrow.four.e-con{grid-template-columns:1fr!important}
  .bhp-abt .flow.four.e-con{grid-template-columns:1fr!important}
}
