/* BrandVerse Premium Technology Ecosystem UI v3 */
body.bv-v3{
  --bv3-ink:#071a3a;
  --bv3-ink-2:#0b2854;
  --bv3-gold:#d5ae58;
  --bv3-gold-soft:#f1e5c4;
  --bv3-paper:#f7f8fb;
  --bv3-white:#fff;
  --bv3-muted:#617087;
  --bv3-line:rgba(7,26,58,.12);
  --bv3-dark-line:rgba(255,255,255,.12);
  --bv3-glow:rgba(213,174,88,.28);
  --bv3-shadow:0 24px 80px rgba(7,26,58,.12);
  --bv3-max:1240px;
  background:
    radial-gradient(circle at 78% 3%,rgba(213,174,88,.08),transparent 22rem),
    linear-gradient(#fbfcfe,#f7f9fc 42%,#fff);
}
body.bv-v3 main{overflow:clip}
body.bv-v3 .nav{
  position:sticky;top:14px;z-index:80;
  width:min(var(--bv3-max),calc(100% - 28px));
  border-color:rgba(7,26,58,.1);
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 42px rgba(7,26,58,.08);
  backdrop-filter:blur(24px) saturate(140%);
}
body.bv-v3 .brand{gap:11px}
body.bv-v3 .brand-mark{
  width:46px;height:39px;object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(7,26,58,.1));
}
body.bv-v3 .brand-copy{font-weight:800;letter-spacing:-.035em}
body.bv-v3 .brand-copy small{letter-spacing:.18em;color:#8b6a2f}
body.bv-v3 .nav nav a{border-radius:10px;font-weight:650}
body.bv-v3 .nav nav a:not(.nav-cta):hover,
body.bv-v3 .nav nav a.active{background:rgba(7,26,58,.055)}
body.bv-v3 .nav .nav-cta{
  border:1px solid #071a3a;
  background:#071a3a;color:#fff;
  box-shadow:0 10px 24px rgba(7,26,58,.18);
}
body.bv-v3 .nav .nav-cta:hover{transform:translateY(-1px);background:#0b2854}
body.bv-v3 .bv-v3-hero{
  width:min(var(--bv3-max),calc(100% - 40px));
  margin:0 auto;padding:clamp(84px,10vw,144px) 0 clamp(84px,9vw,126px);
}
body.bv-v3 .bv-v3-hero-grid{
  display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);
  gap:clamp(48px,7vw,96px);align-items:center;
}
body.bv-v3 .bv-v3-hero-copy h1{
  margin:14px 0 22px;max-width:860px;
  font-size:clamp(56px,7.1vw,104px);line-height:.91;letter-spacing:-.067em;
  color:var(--bv3-ink);text-wrap:balance;
}
body.bv-v3 .bv-v3-hero-copy h1 em{
  display:block;font-style:normal;color:#9a762f;
}
body.bv-v3 .bv-v3-hero-copy .lead{
  max-width:720px;margin:0 0 28px;
  font-size:clamp(18px,1.55vw,22px);line-height:1.62;color:#53647d;
}
body.bv-v3 .bv-v3-kinetic{
  display:flex;align-items:center;gap:11px;
  width:max-content;max-width:100%;
  margin:0 0 22px;padding:9px 12px 9px 10px;
  border:1px solid rgba(7,26,58,.11);border-radius:999px;background:#fff;
  box-shadow:0 8px 30px rgba(7,26,58,.06);
  font-size:13px;font-weight:750;color:#253a59;
}
body.bv-v3 .bv-v3-kinetic::before{
  content:"";width:8px;height:8px;border-radius:50%;background:var(--bv3-gold);
  box-shadow:0 0 0 5px rgba(213,174,88,.14);
}
body.bv-v3 .bv-v3-word{
  min-width:104px;color:#8f6b29;
}
body.bv-v3 .bv-v3-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
body.bv-v3 .bv-v3-actions .button{min-height:50px;padding:0 20px;border-radius:12px}
body.bv-v3 .bv-v3-actions .button:first-child{
  background:var(--bv3-ink);box-shadow:0 15px 34px rgba(7,26,58,.18)
}
body.bv-v3 .bv-v3-proof{
  display:flex;flex-wrap:wrap;gap:9px 20px;margin-top:26px;
  color:#6c7a8e;font-size:13px;font-weight:650;
}
body.bv-v3 .bv-v3-proof span::before{content:"↗";color:#9a762f;margin-right:7px}
body.bv-v3 .bv-v3-stage{
  position:relative;min-height:570px;border-radius:34px;overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 65% 20%,rgba(213,174,88,.19),transparent 28%),
    linear-gradient(145deg,#06152f,#0a2349 56%,#071a3a);
  background-size:34px 34px,34px 34px,auto,auto;
  box-shadow:0 36px 90px rgba(7,26,58,.24);
}
body.bv-v3 .bv-v3-stage::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.11),transparent 22%,transparent 75%,rgba(213,174,88,.07));
}
body.bv-v3 .bv-v3-stage-top{
  position:absolute;left:24px;right:24px;top:22px;z-index:3;
  display:flex;justify-content:space-between;align-items:center;color:#dbe5f5;
  font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;
}
body.bv-v3 .bv-v3-stage-live{display:inline-flex;align-items:center;gap:8px}
body.bv-v3 .bv-v3-stage-live::before{content:"";width:7px;height:7px;border-radius:50%;background:#d5ae58;box-shadow:0 0 0 5px rgba(213,174,88,.13)}
body.bv-v3 .bv-v3-stage-mark{
  position:absolute;width:168px;height:142px;left:50%;top:50%;z-index:3;
  transform:translate(-50%,-54%);padding:21px;border-radius:30px;
  background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(0,0,0,.26);
}
body.bv-v3 .bv-v3-orbit{position:absolute;inset:82px 54px 66px;border:1px solid rgba(255,255,255,.15);border-radius:50%;z-index:1}
body.bv-v3 .bv-v3-orbit.two{inset:124px 96px 108px;border-color:rgba(213,174,88,.2);transform:rotate(-24deg)}
body.bv-v3 .bv-v3-node{
  position:absolute;z-index:4;min-width:122px;padding:12px 14px;border-radius:14px;
  border:1px solid rgba(255,255,255,.14);background:rgba(8,26,55,.74);
  backdrop-filter:blur(12px);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.16);
}
body.bv-v3 .bv-v3-node small{display:block;color:#9db1cf;font-size:9px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px}
body.bv-v3 .bv-v3-node b{font-size:13px}
body.bv-v3 .bv-v3-node.n1{left:28px;top:116px}
body.bv-v3 .bv-v3-node.n2{right:28px;top:126px}
body.bv-v3 .bv-v3-node.n3{left:34px;bottom:120px}
body.bv-v3 .bv-v3-node.n4{right:34px;bottom:110px}
body.bv-v3 .bv-v3-node.n5{left:50%;bottom:34px;transform:translateX(-50%)}
body.bv-v3 .bv-v3-stage-caption{
  position:absolute;left:24px;bottom:22px;z-index:4;max-width:230px;color:#9fb0c9;font-size:11px;line-height:1.5
}
body.bv-v3 .bv-v3-ecosystem{
  background:#06152f;color:#fff;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);
}
body.bv-v3 .bv-v3-ecosystem .bv-section-head h2{color:#fff}
body.bv-v3 .bv-v3-ecosystem .bv-section-head p{color:#9eb0ca}
body.bv-v3 .bv-v3-ecosystem .eyebrow{color:#d7b660}
body.bv-v3 .bv-v3-ecosystem-grid{
  display:grid;grid-template-columns:repeat(12,1fr);gap:14px;
}
body.bv-v3 .bv-v3-venture{
  grid-column:span 4;min-height:250px;padding:24px;border-radius:22px;
  border:1px solid rgba(255,255,255,.105);background:rgba(255,255,255,.045);
  display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
body.bv-v3 .bv-v3-venture.featured{grid-column:span 6;min-height:290px;background:linear-gradient(140deg,rgba(213,174,88,.12),rgba(255,255,255,.04))}
body.bv-v3 .bv-v3-venture:hover{transform:translateY(-4px);border-color:rgba(213,174,88,.36);background:rgba(255,255,255,.07)}
body.bv-v3 .bv-v3-venture-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
body.bv-v3 .bv-v3-venture-index{font-size:11px;font-weight:800;color:#d7b660;letter-spacing:.11em}
body.bv-v3 .bv-v3-venture-tag{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#91a5c3}
body.bv-v3 .bv-v3-venture h3{margin:26px 0 8px;color:#fff;font-size:clamp(28px,3vw,42px)}
body.bv-v3 .bv-v3-venture p{margin:0;color:#a7b6cb;line-height:1.65}
body.bv-v3 .bv-v3-venture a{margin-top:22px;color:#f2e4be;font-weight:750}
body.bv-v3 .bv-v3-venture a:hover{color:#fff}
body.bv-v3 .bv-section,
body.bv-v3 .bv-page-intro{width:min(var(--bv3-max),calc(100% - 40px))}
body.bv-v3 .bv-page-intro{padding-top:clamp(88px,10vw,140px)}
body.bv-v3 .bv-page-intro h1{
  max-width:970px;font-size:clamp(48px,6.6vw,92px);line-height:.94;letter-spacing:-.06em
}
body.bv-v3 .bv-section-head h2{letter-spacing:-.055em}
body.bv-v3 .bv-problem,
body.bv-v3 .bv-principle,
body.bv-v3 .bv-engagements article,
body.bv-v3 .bv-trust-grid>div{
  border-radius:18px;border-color:rgba(7,26,58,.1);
  box-shadow:0 12px 44px rgba(7,26,58,.045);
}
body.bv-v3 .bv-product-story>article,
body.bv-v3 .bv-product-stage{
  border-radius:28px;overflow:hidden;box-shadow:var(--bv3-shadow)
}
body.bv-v3 .site-close{
  width:min(var(--bv3-max),calc(100% - 40px));margin:0 auto clamp(70px,8vw,110px);
  border-radius:30px;background:
    radial-gradient(circle at 78% 0,rgba(213,174,88,.2),transparent 28%),
    linear-gradient(135deg,#06152f,#0b2a59);
  box-shadow:0 30px 80px rgba(7,26,58,.18);
}
body.bv-v3 footer{
  width:min(var(--bv3-max),calc(100% - 40px));margin:0 auto;padding:56px 0 66px;
  border-top:1px solid rgba(7,26,58,.11);
}
body.bv-v3 .bv-v3-reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.2,1)}
body.bv-v3 .bv-v3-reveal.is-visible{opacity:1;transform:none}
@media(max-width:1000px){
  body.bv-v3 .bv-v3-hero-grid{grid-template-columns:1fr}
  body.bv-v3 .bv-v3-stage{min-height:500px}
  body.bv-v3 .bv-v3-hero-copy h1{max-width:900px}
}
@media(max-width:760px){
  body.bv-v3 .nav{top:8px;width:calc(100% - 16px)}
  body.bv-v3 .bv-v3-hero{width:calc(100% - 32px);padding-top:74px}
  body.bv-v3 .bv-v3-hero-copy h1{font-size:clamp(48px,15vw,72px)}
  body.bv-v3 .bv-v3-stage{min-height:470px;border-radius:26px}
  body.bv-v3 .bv-v3-stage-mark{width:138px;height:117px}
  body.bv-v3 .bv-v3-node{min-width:102px;padding:10px}
  body.bv-v3 .bv-v3-node.n1{left:16px;top:98px}
  body.bv-v3 .bv-v3-node.n2{right:16px;top:108px}
  body.bv-v3 .bv-v3-node.n3{left:16px;bottom:114px}
  body.bv-v3 .bv-v3-node.n4{right:16px;bottom:104px}
  body.bv-v3 .bv-v3-orbit{inset:84px 25px 70px}
  body.bv-v3 .bv-v3-orbit.two{inset:124px 62px 108px}
  body.bv-v3 .bv-v3-ecosystem-grid{grid-template-columns:1fr}
  body.bv-v3 .bv-v3-venture,
  body.bv-v3 .bv-v3-venture.featured{grid-column:1;min-height:230px}
  body.bv-v3 .bv-section,body.bv-v3 .bv-page-intro,body.bv-v3 .site-close,body.bv-v3 footer{width:calc(100% - 32px)}
}
@media(max-width:480px){
  body.bv-v3 .bv-v3-stage{min-height:430px}
  body.bv-v3 .bv-v3-stage-caption{display:none}
  body.bv-v3 .bv-v3-node.n5{bottom:18px}
  body.bv-v3 .bv-v3-node b{font-size:11px}
  body.bv-v3 .bv-v3-node small{font-size:8px}
}
@media(prefers-reduced-motion:reduce){
  body.bv-v3 *,body.bv-v3 *::before,body.bv-v3 *::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  body.bv-v3 .bv-v3-reveal{opacity:1;transform:none}
}

/* v3 compatibility surfaces: preserve evidence and delivery semantics from v2 */
body.bv-v3 .bv-v3-hero-copy .bv-hero-proof{
  display:flex;flex-wrap:wrap;gap:9px 20px;margin-top:26px;
  color:#6c7a8e;font-size:13px;font-weight:650;
}
body.bv-v3 .bv-v3-hero-copy .bv-hero-proof span::before{
  width:6px;height:6px;background:var(--bv3-gold);box-shadow:0 0 0 4px rgba(213,174,88,.12)
}
body.bv-v3 .bv-v3-stage .bv-system-flow{
  position:absolute;left:24px;right:24px;bottom:22px;z-index:5;
  grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;
}
body.bv-v3 .bv-v3-stage .bv-system-flow div{
  min-height:68px;padding:10px 9px;background:rgba(2,11,27,.46);backdrop-filter:blur(10px)
}
body.bv-v3 .bv-v3-stage .bv-system-flow b{font-size:10px}
body.bv-v3 .bv-v3-stage .bv-v3-node.n3,
body.bv-v3 .bv-v3-stage .bv-v3-node.n4{bottom:122px}
body.bv-v3 .bv-v3-stage .bv-v3-node.n5{top:72px;bottom:auto}
@media(max-width:760px){
  body.bv-v3 .bv-v3-stage{min-height:540px}
  body.bv-v3 .bv-v3-stage .bv-system-flow{
    left:14px;right:14px;bottom:14px;grid-template-columns:repeat(5,minmax(0,1fr));
  }
  body.bv-v3 .bv-v3-stage .bv-system-flow div{min-height:58px;padding:8px 5px}
  body.bv-v3 .bv-v3-stage .bv-system-flow div:not(:last-child)::after{display:none}
  body.bv-v3 .bv-v3-stage .bv-system-flow div:last-child{grid-column:auto}
  body.bv-v3 .bv-v3-stage .bv-v3-node.n3,
  body.bv-v3 .bv-v3-stage .bv-v3-node.n4{bottom:112px}
  body.bv-v3 .bv-v3-stage .bv-v3-node.n5{top:70px}
}
@media(max-width:480px){
  body.bv-v3 .bv-v3-stage .bv-system-flow span{font-size:8px}
  body.bv-v3 .bv-v3-stage .bv-system-flow b{font-size:8px}
}


/* Premium evidence-led Work cases */
body.bv-v3 .bv-work-section{padding-top:clamp(58px,7vw,92px)}
body.bv-v3 .bv-work-intro{margin-bottom:28px}
body.bv-v3 .bv-work-list{display:grid;gap:24px}
body.bv-v3 .bv-work-entry{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  grid-template-areas:
    "head head"
    "visual story"
    "visual detail";
  gap:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(7,26,58,.1);
  border-radius:28px;
  background:#fff;
  box-shadow:0 22px 70px rgba(7,26,58,.08);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
body.bv-v3 .bv-work-entry:last-child{border-bottom:1px solid rgba(7,26,58,.1)}
body.bv-v3 .bv-work-entry:hover{transform:translateY(-4px);border-color:rgba(213,174,88,.34);box-shadow:0 30px 84px rgba(7,26,58,.12)}
body.bv-v3 .bv-work-case-head{
  grid-area:head;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  min-height:52px;
  padding:0 24px;
  border-bottom:1px solid rgba(7,26,58,.09);
  background:linear-gradient(90deg,#fff,#f8fafc);
}
body.bv-v3 .bv-work-index{color:#728096;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
body.bv-v3 .bv-work-visual{
  grid-area:visual;
  min-height:440px;
  margin:0;
  overflow:hidden;
  border-right:1px solid rgba(7,26,58,.09);
  background:
    radial-gradient(circle at 85% 10%,rgba(213,174,88,.16),transparent 22rem),
    linear-gradient(145deg,#edf1f6,#f9fafc);
}
body.bv-v3 .bv-work-visual img{
  display:block;
  width:100%;
  height:100%;
  min-height:440px;
  object-fit:cover;
  object-position:top;
  transition:transform .55s cubic-bezier(.2,.75,.2,1);
}
body.bv-v3 .bv-work-entry:hover .bv-work-visual img{transform:scale(1.018)}
body.bv-v3 .bv-work-story{grid-area:story;padding:34px 32px 20px}
body.bv-v3 .bv-work-story h2{font-size:clamp(38px,4.6vw,60px);letter-spacing:-.055em}
body.bv-v3 .bv-work-story p{max-width:620px;color:#607087}
body.bv-v3 .bv-work-detail{
  grid-area:detail;
  align-self:end;
  padding:0 32px 32px;
  gap:11px;
}
body.bv-v3 .bv-work-detail div{padding-top:11px}
body.bv-v3 .bv-work-detail span{font-size:11px}
body.bv-v3 .bv-work-proof a,
body.bv-v3 .bv-work-proof span{border-radius:999px;padding:8px 11px}
body.bv-v3 .bv-work-proof a{background:#071a3a;color:#fff;border-color:#071a3a}
body.bv-v3 .bv-work-proof a:hover{background:#0b2854}
body.bv-v3 .bv-work-entry--signal .bv-work-signal{
  grid-area:visual;
  min-height:390px;
  padding:34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-content:center;
  gap:12px;
  border-right:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 76% 18%,rgba(213,174,88,.25),transparent 20rem),
    linear-gradient(145deg,#06152f,#0b2854);
}
body.bv-v3 .bv-work-signal span{
  min-height:104px;
  display:flex;
  align-items:flex-end;
  padding:16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.05);
  color:#fff;
  font-size:13px;
  font-weight:800;
}
@media(max-width:900px){
  body.bv-v3 .bv-work-entry{
    grid-template-columns:1fr;
    grid-template-areas:"head" "visual" "story" "detail";
  }
  body.bv-v3 .bv-work-visual,
  body.bv-v3 .bv-work-entry--signal .bv-work-signal{border-right:0;border-bottom:1px solid rgba(7,26,58,.09)}
  body.bv-v3 .bv-work-visual,
  body.bv-v3 .bv-work-visual img{min-height:clamp(280px,60vw,440px)}
}
@media(max-width:560px){
  body.bv-v3 .bv-work-case-head{align-items:flex-start;flex-direction:column;justify-content:center;padding:14px 18px}
  body.bv-v3 .bv-work-story{padding:26px 20px 16px}
  body.bv-v3 .bv-work-detail{padding:0 20px 24px}
  body.bv-v3 .bv-work-entry--signal .bv-work-signal{min-height:320px;padding:20px}
  body.bv-v3 .bv-work-signal span{min-height:84px;padding:12px;font-size:11px}
}


/* Premium Services capability navigator */
body.bv-v3 .bv-service-map-shell{
  width:min(var(--bv3-max),calc(100% - 40px));
  margin:0 auto clamp(64px,8vw,106px);
  padding:clamp(28px,4vw,46px);
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at 82% 8%,rgba(213,174,88,.22),transparent 24rem),
    linear-gradient(145deg,#06152f,#0b2854 62%,#071a3a);
  box-shadow:0 30px 84px rgba(7,26,58,.18);
  overflow:hidden;
}
body.bv-v3 .bv-service-map-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:clamp(28px,6vw,78px);
  align-items:end;
  padding-bottom:28px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
body.bv-v3 .bv-service-map-head .eyebrow{color:#d8ba70}
body.bv-v3 .bv-service-map-head h2{
  max-width:780px;
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(38px,5.1vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
}
body.bv-v3 .bv-service-map-head>p{
  margin:0;
  max-width:560px;
  color:#a9b8cc;
  line-height:1.72;
}
body.bv-v3 .bv-service-map-list{display:grid;grid-template-columns:1fr 1fr}
body.bv-v3 .bv-service-map-list a{
  min-height:128px;
  display:grid;
  grid-template-columns:42px 1fr 24px;
  gap:14px;
  align-items:center;
  padding:22px 18px;
  border-bottom:1px solid rgba(255,255,255,.1);
  color:#fff;
  text-decoration:none;
  transition:background .24s ease,transform .24s ease;
}
body.bv-v3 .bv-service-map-list a:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}
body.bv-v3 .bv-service-map-list a:nth-last-child(-n+2){border-bottom:0}
body.bv-v3 .bv-service-map-list a:hover,
body.bv-v3 .bv-service-map-list a:focus-visible{
  background:rgba(255,255,255,.055);
  transform:translateY(-2px);
}
body.bv-v3 .bv-service-map-list a>span{
  align-self:start;
  padding-top:3px;
  color:#d9b968;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}
body.bv-v3 .bv-service-map-list b{
  display:block;
  color:#fff;
  font-size:clamp(18px,2vw,24px);
  line-height:1.12;
  letter-spacing:-.03em;
}
body.bv-v3 .bv-service-map-list small{
  display:block;
  margin-top:8px;
  color:#9fb0c7;
  font-size:12px;
  line-height:1.5;
}
body.bv-v3 .bv-service-map-list i{
  color:#d8ba70;
  font-style:normal;
  font-size:18px;
  transition:transform .24s ease;
}
body.bv-v3 .bv-service-map-list a:hover i,
body.bv-v3 .bv-service-map-list a:focus-visible i{transform:translate(3px,3px)}
body.bv-v3 .bv-service-detail-head{margin-bottom:18px}
body.bv-v3 .bv-service-row{
  margin-inline:-14px;
  padding-inline:14px;
  border-radius:18px;
  transition:background .24s ease,box-shadow .24s ease;
  scroll-margin-top:118px;
}
body.bv-v3 .bv-service-row:hover{
  background:rgba(255,255,255,.72);
  box-shadow:0 14px 44px rgba(7,26,58,.045);
}
@media(max-width:820px){
  body.bv-v3 .bv-service-map-shell{width:calc(100% - 32px);padding:26px 20px;border-radius:24px}
  body.bv-v3 .bv-service-map-head{grid-template-columns:1fr;align-items:start}
  body.bv-v3 .bv-service-map-list{grid-template-columns:1fr}
  body.bv-v3 .bv-service-map-list a,
  body.bv-v3 .bv-service-map-list a:nth-child(odd){
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.1);
  }
  body.bv-v3 .bv-service-map-list a:last-child{border-bottom:0}
}
@media(max-width:520px){
  body.bv-v3 .bv-service-map-list a{min-height:108px;grid-template-columns:34px 1fr 18px;padding:18px 8px}
  body.bv-v3 .bv-service-map-head h2{font-size:clamp(36px,11vw,52px)}
}


/* Premium project-intake conversion surface */
body.bv-v3 .bv-contact-intro{padding-bottom:clamp(42px,5vw,64px)}
body.bv-v3 .bv-contact-intro-side{align-self:end}
body.bv-v3 .bv-contact-signals{
  display:grid;
  margin-top:24px;
  border-top:1px solid rgba(7,26,58,.12);
}
body.bv-v3 .bv-contact-signals span{
  display:flex;
  align-items:center;
  min-height:42px;
  border-bottom:1px solid rgba(7,26,58,.1);
  color:#607087;
  font-size:12px;
  font-weight:720;
}
body.bv-v3 .bv-contact-signals span::before{
  content:"";
  width:7px;height:7px;
  margin-right:10px;
  border-radius:50%;
  background:#d5ae58;
  box-shadow:0 0 0 4px rgba(213,174,88,.14);
}
body.bv-v3 .bv-intake-wrap{gap:24px}
body.bv-v3 .bv-intake-aside{
  top:108px;
  padding:clamp(26px,3vw,34px);
  border-radius:26px;
  color:#dbe5f3;
  background:
    radial-gradient(circle at 82% 0,rgba(213,174,88,.2),transparent 18rem),
    linear-gradient(145deg,#06152f,#0a2855);
  box-shadow:0 24px 70px rgba(7,26,58,.16);
}
body.bv-v3 .bv-intake-aside .eyebrow{color:#d9ba6c}
body.bv-v3 .bv-intake-aside h2{color:#fff}
body.bv-v3 .bv-intake-aside>p{color:#adbad0}
body.bv-v3 .bv-intake-expect{border-top-color:rgba(255,255,255,.14)}
body.bv-v3 .bv-intake-expect div{border-bottom-color:rgba(255,255,255,.11)}
body.bv-v3 .bv-intake-expect b{color:#fff}
body.bv-v3 .bv-intake-expect span{color:#a9b7cb}
body.bv-v3 .bv-direct-links a{color:#f0dfae}
body.bv-v3 .bv-direct-links a:hover{color:#fff}
body.bv-v3 .bv-intake{
  border-color:rgba(7,26,58,.09);
  box-shadow:0 28px 84px rgba(7,26,58,.1);
}
body.bv-v3 .bv-intake-progress span{height:5px;background:#e7ebf1}
body.bv-v3 .bv-intake-progress span.active{background:#d5ae58}
body.bv-v3 .bv-choice{border-radius:16px;background:#fafbfd}
body.bv-v3 .bv-choice:hover{border-color:#9cacbf;box-shadow:0 10px 28px rgba(7,26,58,.055)}
body.bv-v3 .bv-choice:has(input:checked){
  border-color:#9a7737;
  background:#fffaf0;
  box-shadow:inset 0 0 0 1px rgba(154,119,55,.35),0 10px 28px rgba(7,26,58,.055);
}
@media(max-width:900px){
  body.bv-v3 .bv-intake-aside{position:static}
}
@media(max-width:680px){
  body.bv-v3 .bv-contact-intro{padding-bottom:36px}
  body.bv-v3 .bv-intake-aside{padding:24px 20px;border-radius:22px}
}


/* Product portfolio publishing visual */
body.bv-v3 .bv-product-publishing-visual{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:clamp(26px,4vw,42px);
  color:#fff;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 82% 12%,rgba(213,174,88,.24),transparent 20rem),
    linear-gradient(145deg,#06152f,#0b2854);
  background-size:34px 34px,34px 34px,auto,auto;
}
body.bv-v3 .bv-publishing-brand{position:relative;z-index:1;max-width:520px}
body.bv-v3 .bv-publishing-brand>span{
  display:block;
  color:#d8ba70;
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.bv-v3 .bv-publishing-brand strong{
  display:block;
  margin-top:14px;
  color:#fff;
  font-size:clamp(42px,6vw,72px);
  line-height:.92;
  letter-spacing:-.055em;
}
body.bv-v3 .bv-publishing-brand small{
  display:block;
  margin-top:14px;
  color:#a8b8cd;
  font-size:12px;
  line-height:1.5;
}
body.bv-v3 .bv-publishing-flow{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
}
body.bv-v3 .bv-publishing-flow span{
  min-height:74px;
  display:flex;
  align-items:flex-end;
  padding:12px 10px;
  border-right:1px solid rgba(255,255,255,.1);
  color:#dbe5f2;
  font-size:10px;
  font-weight:780;
}
body.bv-v3 .bv-publishing-flow span:last-child{border-right:0}
@media(max-width:560px){
  body.bv-v3 .bv-publishing-flow{grid-template-columns:1fr 1fr}
  body.bv-v3 .bv-publishing-flow span{min-height:58px;border-bottom:1px solid rgba(255,255,255,.1)}
  body.bv-v3 .bv-publishing-flow span:nth-child(2n){border-right:0}
  body.bv-v3 .bv-publishing-flow span:last-child{grid-column:1/-1;border-bottom:0}
}


/* Premium recovery page */
body.bv-v3 .bv-404-intro-side{align-self:end}
body.bv-v3 .bv-404-intro-side .lead{margin-bottom:24px}
body.bv-v3 .bv-404-intro-side .bv-v3-actions{margin-top:0}
body.bv-v3 .bv-404-routes{padding-top:0}
body.bv-v3 .bv-404-routes .bv-engagements article{min-height:190px}
body.bv-v3 .bv-404-routes .text-link{display:inline-flex;margin-top:18px;font-weight:800}


/* Unified public trust footer */
body.bv-v3 footer{
  grid-template-columns:minmax(260px,1.55fr) repeat(3,minmax(140px,.85fr));
  gap:clamp(28px,4vw,54px);
  align-items:start;
}
body.bv-v3 footer>div:first-child{max-width:420px}
body.bv-v3 footer>div:not(:first-child) b{
  margin-bottom:8px;
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
}
@media(max-width:900px){
  body.bv-v3 footer{grid-template-columns:minmax(240px,1.25fr) 1fr;gap:32px 40px}
}
@media(max-width:600px){
  body.bv-v3 footer{grid-template-columns:1fr;gap:24px}
  body.bv-v3 footer>div:first-child{max-width:none}
}


/* Technology architecture system */
body.bv-v3 .bv-tech-architecture{
  width:min(var(--bv3-max),calc(100% - 40px));
  margin:0 auto clamp(64px,8vw,106px);
  padding:clamp(28px,4vw,46px);
  border-radius:30px;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 82% 5%,rgba(213,174,88,.21),transparent 22rem),
    linear-gradient(145deg,#06152f,#0a2855);
  background-size:34px 34px,34px 34px,auto,auto;
  box-shadow:0 30px 84px rgba(7,26,58,.18);
}
body.bv-v3 .bv-tech-architecture-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:clamp(28px,6vw,76px);
  align-items:end;
  padding-bottom:28px;
}
body.bv-v3 .bv-tech-architecture-head .eyebrow{color:#d8ba70}
body.bv-v3 .bv-tech-architecture-head h2{
  max-width:790px;
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(38px,5vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
}
body.bv-v3 .bv-tech-architecture-head>p{
  margin:0;
  color:#a8b8cc;
  line-height:1.7;
}
body.bv-v3 .bv-tech-stack{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
}
body.bv-v3 .bv-tech-layer{
  min-height:188px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:18px 16px;
  border-right:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.018);
  transition:background .22s ease,transform .22s ease;
}
body.bv-v3 .bv-tech-layer:last-child{border-right:0}
body.bv-v3 .bv-tech-layer:hover{background:rgba(255,255,255,.055);transform:translateY(-2px)}
body.bv-v3 .bv-tech-layer>span{
  color:#d8ba70;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}
body.bv-v3 .bv-tech-layer b{
  display:block;
  color:#fff;
  font-size:clamp(16px,1.8vw,22px);
  line-height:1.12;
}
body.bv-v3 .bv-tech-layer small{
  display:block;
  margin-top:9px;
  color:#9fb0c7;
  font-size:10px;
  line-height:1.55;
}
body.bv-v3 .bv-tech-assurance{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:14px;
  border:1px solid rgba(213,174,88,.2);
  border-radius:14px;
  background:rgba(213,174,88,.065);
}
body.bv-v3 .bv-tech-assurance span{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  border-right:1px solid rgba(213,174,88,.15);
  color:#ecdcae;
  font-size:10px;
  font-weight:800;
  text-align:center;
}
body.bv-v3 .bv-tech-assurance span:last-child{border-right:0}
@media(max-width:900px){
  body.bv-v3 .bv-tech-architecture{width:calc(100% - 32px);padding:26px 20px}
  body.bv-v3 .bv-tech-architecture-head{grid-template-columns:1fr}
  body.bv-v3 .bv-tech-stack{grid-template-columns:1fr 1fr}
  body.bv-v3 .bv-tech-layer{min-height:150px;border-bottom:1px solid rgba(255,255,255,.1)}
  body.bv-v3 .bv-tech-layer:nth-child(2n){border-right:0}
  body.bv-v3 .bv-tech-layer:last-child{grid-column:1/-1;min-height:126px;border-bottom:0}
  body.bv-v3 .bv-tech-assurance{grid-template-columns:1fr 1fr}
  body.bv-v3 .bv-tech-assurance span:nth-child(2){border-right:0}
  body.bv-v3 .bv-tech-assurance span:nth-child(-n+2){border-bottom:1px solid rgba(213,174,88,.15)}
}
@media(max-width:520px){
  body.bv-v3 .bv-tech-stack{grid-template-columns:1fr}
  body.bv-v3 .bv-tech-layer,
  body.bv-v3 .bv-tech-layer:last-child{grid-column:auto;min-height:122px;border-right:0}
  body.bv-v3 .bv-tech-architecture-head h2{font-size:clamp(36px,11vw,52px)}
}


/* About company model */
body.bv-v3 .bv-company-model{
  width:min(var(--bv3-max),calc(100% - 40px));
  margin:0 auto clamp(72px,9vw,118px);
  padding:clamp(28px,4vw,46px);
  border-radius:30px;
  color:#fff;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 10%,rgba(213,174,88,.19),transparent 24rem),
    linear-gradient(145deg,#06152f,#0a2855);
  box-shadow:0 30px 84px rgba(7,26,58,.18);
}
body.bv-v3 .bv-company-model-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:clamp(28px,6vw,76px);
  align-items:end;
  padding-bottom:30px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
body.bv-v3 .bv-company-model-head .eyebrow{color:#d8ba70}
body.bv-v3 .bv-company-model-head h2{
  max-width:820px;
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(38px,5vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
}
body.bv-v3 .bv-company-model-head>p{margin:0;color:#a9b8cc;line-height:1.72}
body.bv-v3 .bv-company-model-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,.72fr) minmax(0,1fr);
  gap:14px;
  padding:24px 0 14px;
}
body.bv-v3 .bv-company-model-side,
body.bv-v3 .bv-company-model-core{
  min-height:300px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:rgba(255,255,255,.035);
}
body.bv-v3 .bv-company-model-side{padding:24px}
body.bv-v3 .bv-company-model-side>span{
  color:#d8ba70;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.bv-v3 .bv-company-model-side h3{
  margin:16px 0 20px;
  color:#fff;
  font-size:clamp(28px,3vw,40px);
  letter-spacing:-.045em;
}
body.bv-v3 .bv-company-model-list{display:grid;border-top:1px solid rgba(255,255,255,.1)}
body.bv-v3 .bv-company-model-list i{
  min-height:42px;
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.09);
  color:#aebcd0;
  font-size:11px;
  font-style:normal;
  font-weight:720;
}
body.bv-v3 .bv-company-model-core{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:
    radial-gradient(circle at 50% 42%,rgba(213,174,88,.14),transparent 10rem),
    rgba(255,255,255,.05);
}
body.bv-v3 .bv-company-model-core img{
  width:132px;height:112px;object-fit:contain;
  padding:17px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 52px rgba(0,0,0,.24);
}
body.bv-v3 .bv-company-model-core strong{margin-top:22px;color:#fff;font-size:19px}
body.bv-v3 .bv-company-model-core small{margin-top:6px;color:#9fb0c7}
body.bv-v3 .bv-company-model-rail{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(213,174,88,.2);
  border-radius:16px;
  background:rgba(213,174,88,.065);
}
body.bv-v3 .bv-company-model-rail b{
  margin-right:auto;
  color:#ecdcae;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.bv-v3 .bv-company-model-rail span{
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  color:#dbe5f2;
  font-size:9px;
  font-weight:800;
}
@media(max-width:900px){
  body.bv-v3 .bv-company-model{width:calc(100% - 32px);padding:26px 20px}
  body.bv-v3 .bv-company-model-head{grid-template-columns:1fr}
  body.bv-v3 .bv-company-model-grid{grid-template-columns:1fr 1fr}
  body.bv-v3 .bv-company-model-core{grid-column:1/-1;grid-row:1;min-height:250px}
}
@media(max-width:600px){
  body.bv-v3 .bv-company-model-grid{grid-template-columns:1fr}
  body.bv-v3 .bv-company-model-core{grid-column:auto}
  body.bv-v3 .bv-company-model-side,
  body.bv-v3 .bv-company-model-core{min-height:auto}
  body.bv-v3 .bv-company-model-side{padding:20px}
  body.bv-v3 .bv-company-model-core{padding:32px 20px}
  body.bv-v3 .bv-company-model-rail{align-items:flex-start;flex-direction:column}
  body.bv-v3 .bv-company-model-rail b{margin-right:0;margin-bottom:4px}
}
