/* BrandVerse public experience v2 — semantic design system + storytelling layer */
body.bv-v2{
  --color-brand-primary:#071a3a;
  --color-brand-primary-2:#0c2958;
  --color-brand-accent:#d5ae58;
  --color-brand-accent-muted:#ead9aa;
  --color-bg-page:#f8fafc;
  --color-bg-subtle:#f2f5f8;
  --color-bg-elevated:#ffffff;
  --color-bg-ink:#06152f;
  --color-text-primary:#0c1830;
  --color-text-secondary:#58677c;
  --color-text-inverse:#f8fbff;
  --color-border-subtle:#dfe6ee;
  --color-border-strong:#c6d1df;
  --color-status-success:#367d62;
  --color-status-warning:#9a6a20;
  --color-status-danger:#9a4650;
  --radius-control:12px;
  --radius-panel:22px;
  --radius-display:30px;
  --shadow-panel:0 20px 60px rgba(7,26,58,.08);
  --shadow-soft:0 10px 34px rgba(7,26,58,.06);
  --content:1180px;
  --reading:720px;
  --space-section:clamp(70px,8vw,116px);
  background:var(--color-bg-page);
  color:var(--color-text-primary);
}
body.bv-v2 .motion-layer{display:none!important}
body.bv-v2 main{overflow:hidden}
body.bv-v2 .nav{
  width:min(var(--content),calc(100% - 32px));
  margin:14px auto 0;
  border:1px solid rgba(198,209,223,.78);
  border-radius:18px;
  background:rgba(250,252,255,.9);
  box-shadow:0 10px 35px rgba(7,26,58,.06);
  backdrop-filter:blur(18px);
}
body.bv-v2 .nav nav{gap:4px}
body.bv-v2 .nav nav a{padding:9px 10px}
body.bv-v2 .nav .nav-utility{
  color:#3f526d;
  border-left:1px solid var(--color-border-subtle);
  margin-left:4px;
  padding-left:14px;
}
body.bv-v2 .nav .nav-cta{margin-left:2px}
body.bv-v2 .eyebrow{
  color:#a2782f;
  letter-spacing:.13em;
  font-size:11px;
}
body.bv-v2 h1,body.bv-v2 h2,body.bv-v2 h3{letter-spacing:-.035em}
body.bv-v2 p{color:var(--color-text-secondary)}
body.bv-v2 .button{border-radius:var(--radius-control)}
body.bv-v2 .button.ghost{
  border:1px solid var(--color-border-strong);
  background:transparent;
  color:var(--color-brand-primary);
}
body.bv-v2 .button.ghost:hover{background:#fff;border-color:#aebdd0}
body.bv-v2 .bv-section{
  width:min(var(--content),calc(100% - 40px));
  margin:0 auto;
  padding:var(--space-section) 0;
}
body.bv-v2 .bv-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:48px;
  align-items:end;
  margin-bottom:42px;
}
body.bv-v2 .bv-section-head h2{
  margin:8px 0 0;
  max-width:780px;
  color:var(--color-brand-primary);
  font-size:clamp(36px,5.2vw,68px);
  line-height:.99;
  text-wrap:balance;
}
body.bv-v2 .bv-section-head p:last-child{
  max-width:560px;
  margin:0;
  font-size:16px;
  line-height:1.75;
}
body.bv-v2 .bv-hero{
  width:min(var(--content),calc(100% - 40px));
  margin:0 auto;
  min-height:min(820px,88vh);
  padding:clamp(82px,9vw,124px) 0 84px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);
  gap:clamp(42px,6vw,80px);
  align-items:center;
}
body.bv-v2 .bv-hero-copy h1{
  max-width:760px;
  margin:12px 0 22px;
  color:var(--color-brand-primary);
  font-size:clamp(52px,7vw,92px);
  line-height:.93;
  text-wrap:balance;
}
body.bv-v2 .bv-hero-copy .lead{
  max-width:690px;
  margin:0;
  font-size:clamp(18px,2vw,22px);
  line-height:1.65;
}
body.bv-v2 .bv-hero-copy .actions{margin-top:30px}
body.bv-v2 .bv-hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  margin-top:28px;
  color:#5d6d82;
  font-size:12px;
  font-weight:760;
}
body.bv-v2 .bv-hero-proof span{display:inline-flex;align-items:center;gap:8px}
body.bv-v2 .bv-hero-proof span::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--color-brand-accent)}
body.bv-v2 .bv-system{
  position:relative;
  min-height:570px;
  padding:26px;
  border:1px solid rgba(213,174,88,.25);
  border-radius:var(--radius-display);
  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 20% 16%,rgba(213,174,88,.13),transparent 22rem),
    linear-gradient(155deg,#071a3a,#081b37 56%,#0b2852);
  background-size:28px 28px,28px 28px,auto,auto;
  color:var(--color-text-inverse);
  box-shadow:0 36px 90px rgba(7,26,58,.24);
  overflow:hidden;
}
body.bv-v2 .bv-system::after{
  content:"";position:absolute;inset:auto -12% -36% 26%;height:58%;border-radius:50%;
  background:radial-gradient(circle,rgba(213,174,88,.11),transparent 65%);pointer-events:none
}
body.bv-v2 .bv-system-top{
  position:relative;z-index:2;display:flex;justify-content:space-between;gap:20px;align-items:center;
  color:#aab8ca;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase
}
body.bv-v2 .bv-system-live{display:inline-flex;align-items:center;gap:7px}
body.bv-v2 .bv-system-live::before{content:"";width:6px;height:6px;border-radius:50%;background:#8ad3b2;box-shadow:0 0 0 5px rgba(138,211,178,.07)}
body.bv-v2 .bv-system-focus{
  position:relative;z-index:2;margin:42px 0 30px;padding:22px 24px;border:1px solid rgba(255,255,255,.13);
  border-radius:20px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px)
}
body.bv-v2 .bv-system-focus small{display:block;color:#d9bf7c;font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
body.bv-v2 .bv-system-focus strong{display:block;margin-top:8px;max-width:430px;color:#fff;font-size:clamp(25px,3vw,34px);line-height:1.05;letter-spacing:-.04em}
body.bv-v2 .bv-system-flow{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
body.bv-v2 .bv-system-flow div{position:relative;min-height:96px;padding:13px 11px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(2,11,27,.28)}
body.bv-v2 .bv-system-flow div:not(:last-child)::after{content:"→";position:absolute;right:-9px;top:40%;z-index:3;color:#d5ae58;font-size:12px}
body.bv-v2 .bv-system-flow span{display:block;color:#6f87a8;font-size:9px;font-weight:900}
body.bv-v2 .bv-system-flow b{display:block;margin-top:9px;color:#f4f7fb;font-size:11px;line-height:1.35}
body.bv-v2 .bv-system-signals{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
body.bv-v2 .bv-system-signals div{padding:16px;border-top:1px solid rgba(255,255,255,.09);color:#9fb0c7;font-size:11px;line-height:1.5}
body.bv-v2 .bv-system-signals b{display:block;margin-bottom:4px;color:#fff;font-size:11px}
body.bv-v2 .bv-problems{
  background:linear-gradient(180deg,#f0f4f8,#f8fafc);
  border-top:1px solid var(--color-border-subtle);
  border-bottom:1px solid var(--color-border-subtle);
}
body.bv-v2 .bv-problem-list{display:grid;border-top:1px solid var(--color-border-strong)}
body.bv-v2 .bv-problem{
  display:grid;grid-template-columns:76px minmax(240px,.78fr) minmax(0,1.22fr);
  gap:24px;align-items:start;padding:28px 0;border-bottom:1px solid var(--color-border-subtle)
}
body.bv-v2 .bv-problem>span{color:#a2782f;font-size:12px;font-weight:900}
body.bv-v2 .bv-problem h3{margin:0;color:var(--color-brand-primary);font-size:clamp(24px,3vw,34px)}
body.bv-v2 .bv-problem p{margin:2px 0 0;max-width:650px;line-height:1.7}
body.bv-v2 .bv-capability-index{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px}
body.bv-v2 .bv-capability-sticky{position:sticky;top:118px;align-self:start}
body.bv-v2 .bv-capability-sticky h2{margin:8px 0 16px;color:var(--color-brand-primary);font-size:clamp(38px,5vw,64px);line-height:1}
body.bv-v2 .bv-capability-sticky p{max-width:420px;line-height:1.7}
body.bv-v2 .bv-capabilities{display:grid}
body.bv-v2 .bv-capabilities article{display:grid;grid-template-columns:60px 1fr;gap:18px;padding:24px 0;border-top:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-capabilities article:last-child{border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-capabilities span{color:#9a783e;font-size:11px;font-weight:900}
body.bv-v2 .bv-capabilities h3{margin:0;color:var(--color-brand-primary);font-size:24px}
body.bv-v2 .bv-capabilities p{margin:8px 0 0;line-height:1.65}
body.bv-v2 .bv-capability-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
body.bv-v2 .bv-capability-tags i{font-style:normal;padding:6px 8px;border:1px solid var(--color-border-subtle);border-radius:8px;color:#52647b;background:#fff;font-size:10px;font-weight:760}
body.bv-v2 .bv-products{
  color:#fff;background:
    radial-gradient(circle at 80% 0%,rgba(213,174,88,.10),transparent 28rem),
    linear-gradient(155deg,#06152f,#071a3a 58%,#0b2852)
}
body.bv-v2 .bv-products .bv-section-head h2,body.bv-v2 .bv-products .bv-section-head p{color:#fff}
body.bv-v2 .bv-products .bv-section-head p:last-child{color:#aab9cd}
body.bv-v2 .bv-product-stage{
  display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);gap:36px;align-items:stretch;
  padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:rgba(255,255,255,.035)
}
body.bv-v2 .bv-product-visual{min-height:420px;overflow:hidden;border-radius:18px;background:#fff}
body.bv-v2 .bv-product-visual img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
body.bv-v2 .bv-product-copy{padding:22px 18px}
body.bv-v2 .bv-product-copy .pill{display:inline-flex;background:rgba(213,174,88,.12);border:1px solid rgba(213,174,88,.24);color:#ead49d}
body.bv-v2 .bv-product-copy h3{margin:16px 0 12px;color:#fff;font-size:clamp(38px,5vw,58px)}
body.bv-v2 .bv-product-copy p{color:#aebdd0;line-height:1.75}
body.bv-v2 .bv-product-copy .button{margin-top:12px}
body.bv-v2 .bv-product-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}
body.bv-v2 .bv-product-mini a{display:grid;gap:5px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(255,255,255,.025);color:#fff;text-decoration:none}
body.bv-v2 .bv-product-mini b{font-size:12px}
body.bv-v2 .bv-product-mini small{color:#879bb7;font-size:10px;line-height:1.4}
body.bv-v2 .bv-intelligence{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:54px;align-items:start}
body.bv-v2 .bv-intelligence h2{margin:8px 0 16px;color:var(--color-brand-primary);font-size:clamp(38px,5vw,64px);line-height:1}
body.bv-v2 .bv-intelligence>div:first-child p:last-child{line-height:1.75}
body.bv-v2 .bv-intel-list{display:grid;border-top:1px solid var(--color-border-strong)}
body.bv-v2 .bv-intel-list article{display:grid;grid-template-columns:1fr auto;gap:20px;padding:22px 0;border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-intel-list h3{margin:0;color:var(--color-brand-primary);font-size:22px}
body.bv-v2 .bv-intel-list p{margin:7px 0 0;line-height:1.6}
body.bv-v2 .bv-intel-list span{align-self:start;padding:6px 8px;border:1px solid var(--color-border-subtle);border-radius:8px;color:#7b612e;background:#fff;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
body.bv-v2 .bv-process{background:#fff;border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-process-line{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border-top:1px solid var(--color-border-strong)}
body.bv-v2 .bv-process-line li{list-style:none;min-height:176px;padding:22px 18px;border-right:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-process-line li:last-child{border-right:0}
body.bv-v2 .bv-process-line span{color:#a2782f;font-size:10px;font-weight:900}
body.bv-v2 .bv-process-line b{display:block;margin-top:22px;color:var(--color-brand-primary);font-size:17px}
body.bv-v2 .bv-process-line small{display:block;margin-top:8px;color:#68778b;font-size:11px;line-height:1.55}
body.bv-v2 .bv-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong)}
body.bv-v2 .bv-trust-grid div{padding:24px;border-right:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-trust-grid div:last-child{border-right:0}
body.bv-v2 .bv-trust-grid strong{display:block;color:var(--color-brand-primary);font-size:18px}
body.bv-v2 .bv-trust-grid span{display:block;margin-top:7px;color:#67778a;font-size:12px;line-height:1.55}
body.bv-v2 .site-close{
  width:min(var(--content),calc(100% - 40px));margin:0 auto 72px;padding:clamp(34px,5vw,62px);
  display:grid;grid-template-columns:1fr auto;gap:36px;align-items:end;border-radius:28px;
  background:linear-gradient(145deg,#071a3a,#0b2852);box-shadow:0 30px 74px rgba(7,26,58,.18)
}
body.bv-v2 .site-close h2{max-width:760px;margin:8px 0 10px;color:#fff;font-size:clamp(36px,5vw,64px);line-height:1}
body.bv-v2 .site-close p{max-width:700px;color:#aebbd0;line-height:1.65}
body.bv-v2 footer{margin-top:0!important}

/* Guided project intake */
body.bv-v2 .bv-intake-wrap{display:grid;grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);gap:34px;align-items:start}
body.bv-v2 .bv-intake-aside{position:sticky;top:112px}
body.bv-v2 .bv-intake-aside h2{margin:8px 0 14px;color:var(--color-brand-primary);font-size:clamp(34px,4vw,52px);line-height:1}
body.bv-v2 .bv-intake-aside>p{line-height:1.7}
body.bv-v2 .bv-intake-expect{margin-top:24px;border-top:1px solid var(--color-border-strong)}
body.bv-v2 .bv-intake-expect div{padding:17px 0;border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-intake-expect b{display:block;color:var(--color-brand-primary);font-size:12px}
body.bv-v2 .bv-intake-expect span{display:block;margin-top:5px;color:#6d7d91;font-size:11px;line-height:1.5}
body.bv-v2 .bv-intake{
  padding:clamp(22px,4vw,40px);border:1px solid var(--color-border-subtle);border-radius:26px;background:#fff;box-shadow:var(--shadow-panel)
}
body.bv-v2 .bv-intake-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:34px}
body.bv-v2 .bv-intake-progress span{height:4px;border-radius:99px;background:#e5eaf0}
body.bv-v2 .bv-intake-progress span.active{background:var(--color-brand-primary)}
body.bv-v2 .bv-intake fieldset{min-width:0;margin:0;padding:0;border:0}
body.bv-v2 .bv-intake-step[hidden]{display:none!important}
body.bv-v2 .bv-intake-step legend{width:100%;padding:0;margin:0 0 8px;color:var(--color-brand-primary);font-size:clamp(28px,4vw,40px);font-weight:850;letter-spacing:-.035em}
body.bv-v2 .bv-intake-step>.step-note{margin:0 0 24px;line-height:1.6}
body.bv-v2 .bv-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
body.bv-v2 .bv-choice{
  position:relative;display:grid;gap:5px;padding:16px;border:1px solid var(--color-border-subtle);border-radius:14px;background:#fbfcfd;cursor:pointer;
  transition:border-color .15s ease,background .15s ease,transform .15s ease
}
body.bv-v2 .bv-choice:hover{border-color:#b7c4d3;background:#fff;transform:translateY(-1px)}
body.bv-v2 .bv-choice:has(input:checked){border-color:#7f95b3;background:#f2f5f9;box-shadow:inset 0 0 0 1px #7f95b3}
body.bv-v2 .bv-choice input{position:absolute;opacity:0;pointer-events:none}
body.bv-v2 .bv-choice b{color:var(--color-brand-primary);font-size:13px}
body.bv-v2 .bv-choice small{color:#6c7b8f;font-size:11px;line-height:1.45}
body.bv-v2 .bv-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
body.bv-v2 .bv-field-grid .full{grid-column:1/-1}
body.bv-v2 .bv-intake label:not(.bv-choice){display:grid;gap:7px;color:#33445c;font-size:12px;font-weight:780}
body.bv-v2 .bv-intake input,body.bv-v2 .bv-intake select,body.bv-v2 .bv-intake textarea{
  width:100%;border:1px solid var(--color-border-strong);border-radius:var(--radius-control);background:#fff;color:var(--color-text-primary);
  padding:12px 13px;font:inherit;transition:border-color .15s ease,box-shadow .15s ease
}
body.bv-v2 .bv-intake input:focus,body.bv-v2 .bv-intake select:focus,body.bv-v2 .bv-intake textarea:focus{
  outline:0;border-color:#607b9f;box-shadow:0 0 0 4px rgba(7,26,58,.07)
}
body.bv-v2 .bv-intake textarea{resize:vertical;min-height:150px}
body.bv-v2 .bv-intake-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-intake-nav .button{margin:0}
body.bv-v2 .bv-intake-back{border:0;background:transparent;color:#53647b;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
body.bv-v2 .bv-intake-back[hidden]{visibility:hidden;display:block!important}
body.bv-v2 .bv-review{display:grid;gap:12px}
body.bv-v2 .bv-review-row{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-review-row span{color:#78879a;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
body.bv-v2 .bv-review-row strong{font-size:12px;line-height:1.55}
body.bv-v2 .contact-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
body.bv-v2 .form-error-summary{margin-top:14px;padding:12px 14px;border:1px solid rgba(154,70,80,.22);border-radius:12px;background:#fff6f7;color:#7d3740;font-size:12px}
body.bv-v2 .form-success{color:#276448!important}
body.bv-v2 .form-error{color:#8a3e47!important}
body.bv-v2 .bv-direct-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
body.bv-v2 .bv-direct-links a{color:var(--color-brand-primary);font-size:12px;font-weight:800;text-decoration:none}
body.bv-v2 .bv-direct-links a:hover{text-decoration:underline}
@media(max-width:1050px){
  body.bv-v2 .nav nav a{padding:9px 7px;font-size:12px}
  body.bv-v2 .bv-hero{grid-template-columns:1fr;min-height:auto}
  body.bv-v2 .bv-system{min-height:520px}
  body.bv-v2 .bv-product-stage{grid-template-columns:1fr}
  body.bv-v2 .bv-intelligence{grid-template-columns:1fr}
  body.bv-v2 .bv-process-line{grid-template-columns:repeat(3,1fr)}
  body.bv-v2 .bv-process-line li:nth-child(3){border-right:0}
  body.bv-v2 .bv-process-line li:nth-child(-n+3){border-bottom:1px solid var(--color-border-subtle)}
}
@media(max-width:900px){
  body.bv-v2 .nav{width:calc(100% - 20px);margin-top:10px}
  body.bv-v2 .nav .nav-utility{border-left:0;margin-left:0;padding-left:10px}
  body.bv-v2 .bv-section-head,body.bv-v2 .bv-capability-index,body.bv-v2 .bv-intake-wrap{grid-template-columns:1fr;gap:28px}
  body.bv-v2 .bv-capability-sticky,body.bv-v2 .bv-intake-aside{position:static}
  body.bv-v2 .bv-problem{grid-template-columns:52px 1fr}
  body.bv-v2 .bv-problem p{grid-column:2}
  body.bv-v2 .site-close{grid-template-columns:1fr;align-items:start}
}
@media(max-width:680px){
  body.bv-v2 .bv-section,body.bv-v2 .bv-hero,body.bv-v2 .site-close{width:min(100% - 28px,var(--content))}
  body.bv-v2 .bv-hero{padding-top:70px;padding-bottom:62px;gap:30px}
  body.bv-v2 .bv-hero-copy h1{font-size:clamp(46px,14vw,68px)}
  body.bv-v2 .bv-system{min-height:auto;padding:18px;border-radius:22px}
  body.bv-v2 .bv-system-focus{margin:28px 0 18px;padding:18px}
  body.bv-v2 .bv-system-flow{grid-template-columns:1fr 1fr;gap:8px}
  body.bv-v2 .bv-system-flow div{min-height:72px}
  body.bv-v2 .bv-system-flow div:not(:last-child)::after{display:none}
  body.bv-v2 .bv-system-flow div:last-child{grid-column:1/-1}
  body.bv-v2 .bv-system-signals{grid-template-columns:1fr}
  body.bv-v2 .bv-problem{grid-template-columns:34px 1fr;gap:12px}
  body.bv-v2 .bv-capabilities article{grid-template-columns:38px 1fr}
  body.bv-v2 .bv-product-stage{padding:12px;gap:14px}
  body.bv-v2 .bv-product-visual{min-height:280px}
  body.bv-v2 .bv-product-copy{padding:16px 8px 8px}
  body.bv-v2 .bv-product-mini{grid-template-columns:1fr}
  body.bv-v2 .bv-process-line{grid-template-columns:1fr 1fr}
  body.bv-v2 .bv-process-line li{min-height:145px;border-bottom:1px solid var(--color-border-subtle)}
  body.bv-v2 .bv-process-line li:nth-child(2n){border-right:0}
  body.bv-v2 .bv-trust-grid{grid-template-columns:1fr}
  body.bv-v2 .bv-trust-grid div{border-right:0;border-bottom:1px solid var(--color-border-subtle)}
  body.bv-v2 .bv-trust-grid div:last-child{border-bottom:0}
  body.bv-v2 .bv-choice-grid,body.bv-v2 .bv-field-grid{grid-template-columns:1fr}
  body.bv-v2 .bv-field-grid .full{grid-column:auto}
  body.bv-v2 .bv-review-row{grid-template-columns:1fr;gap:4px}
  body.bv-v2 .bv-intake{padding:20px;border-radius:20px}
  body.bv-v2 .site-close{margin-bottom:42px;padding:30px 24px;border-radius:22px}
}
@media(prefers-reduced-motion:reduce){
  body.bv-v2 *,body.bv-v2 *::before,body.bv-v2 *::after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}
}


/* Shared editorial page patterns */
body.bv-v2 .bv-page-intro{
  width:min(var(--content),calc(100% - 40px));margin:0 auto;padding:clamp(88px,10vw,132px) 0 clamp(58px,7vw,88px);
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:48px;align-items:end
}
body.bv-v2 .bv-page-intro h1{margin:10px 0 0;max-width:850px;color:var(--color-brand-primary);font-size:clamp(48px,7vw,86px);line-height:.95;text-wrap:balance}
body.bv-v2 .bv-page-intro .lead{margin:0;max-width:620px;font-size:18px;line-height:1.72}
body.bv-v2 .bv-index-rule{border-top:1px solid var(--color-border-strong)}
body.bv-v2 .bv-service-row{
  display:grid;grid-template-columns:72px minmax(220px,.72fr) minmax(0,1.28fr);gap:30px;padding:36px 0;border-bottom:1px solid var(--color-border-subtle)
}
body.bv-v2 .bv-service-row>span{color:#9e7b39;font-size:11px;font-weight:900;letter-spacing:.08em}
body.bv-v2 .bv-service-row h2{margin:0;color:var(--color-brand-primary);font-size:clamp(28px,3.6vw,44px);line-height:1.02}
body.bv-v2 .bv-service-row .service-body>p{margin:0 0 18px;line-height:1.75}
body.bv-v2 .bv-service-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}
body.bv-v2 .bv-service-cols div{padding:16px 0;border-top:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-service-cols b{display:block;color:var(--color-brand-primary);font-size:10px;letter-spacing:.09em;text-transform:uppercase}
body.bv-v2 .bv-service-cols ul{margin:10px 0 0;padding-left:18px;color:#617187;font-size:12px;line-height:1.7}
body.bv-v2 .bv-engagements{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--color-border-subtle);background:var(--color-border-subtle)}
body.bv-v2 .bv-engagements article{min-height:190px;padding:22px;background:#fff}
body.bv-v2 .bv-engagements h3{margin:0;color:var(--color-brand-primary);font-size:19px}
body.bv-v2 .bv-engagements p{margin:9px 0 0;font-size:12px;line-height:1.65}
body.bv-v2 .bv-os-hero{background:linear-gradient(155deg,#06152f,#071a3a 55%,#0b2852);color:#fff;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
body.bv-v2 .bv-os-hero .bv-page-intro h1,body.bv-v2 .bv-os-hero .bv-page-intro .lead{color:#fff}
body.bv-v2 .bv-os-hero .bv-page-intro .lead{color:#aebdd0}
body.bv-v2 .bv-os-layout{width:min(var(--content),calc(100% - 40px));margin:0 auto;padding:0 0 var(--space-section)}
body.bv-v2 .bv-os-map{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:14px}
body.bv-v2 .bv-os-primary{padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:rgba(255,255,255,.04)}
body.bv-v2 .bv-os-primary small{color:#d4b76f;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
body.bv-v2 .bv-os-primary h2{margin:10px 0 18px;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1}
body.bv-v2 .bv-os-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
body.bv-v2 .bv-os-flow div{min-height:100px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(1,10,26,.24)}
body.bv-v2 .bv-os-flow b{display:block;color:#fff;font-size:11px}
body.bv-v2 .bv-os-flow span{display:block;margin-top:8px;color:#8296b2;font-size:10px;line-height:1.45}
body.bv-v2 .bv-os-side{display:grid;gap:10px}
body.bv-v2 .bv-os-side article{padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.025)}
body.bv-v2 .bv-os-side b{display:block;color:#fff;font-size:12px}
body.bv-v2 .bv-os-side span{display:block;margin-top:6px;color:#8fa2bb;font-size:10px;line-height:1.55}
body.bv-v2 .bv-access-table{display:grid;border-top:1px solid var(--color-border-strong)}
body.bv-v2 .bv-access-row{display:grid;grid-template-columns:180px 1fr 1fr;gap:22px;padding:20px 0;border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-access-row strong{color:var(--color-brand-primary);font-size:13px}
body.bv-v2 .bv-access-row span{color:#68788c;font-size:12px;line-height:1.6}
body.bv-v2 .bv-workspace-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
body.bv-v2 .bv-workspace-pillars article{padding:22px;border:1px solid var(--color-border-subtle);border-radius:18px;background:#fff}
body.bv-v2 .bv-workspace-pillars h3{margin:0;color:var(--color-brand-primary);font-size:21px}
body.bv-v2 .bv-workspace-pillars p{margin:8px 0 0;font-size:12px;line-height:1.65}
@media(max-width:900px){
  body.bv-v2 .bv-page-intro{grid-template-columns:1fr}
  body.bv-v2 .bv-service-row{grid-template-columns:50px 1fr}
  body.bv-v2 .bv-service-row .service-body{grid-column:2}
  body.bv-v2 .bv-engagements{grid-template-columns:1fr 1fr}
  body.bv-v2 .bv-os-map{grid-template-columns:1fr}
  body.bv-v2 .bv-access-row{grid-template-columns:140px 1fr}
  body.bv-v2 .bv-access-row span:last-child{grid-column:2}
}
@media(max-width:650px){
  body.bv-v2 .bv-service-row{grid-template-columns:32px 1fr;gap:12px}
  body.bv-v2 .bv-service-cols{grid-template-columns:1fr}
  body.bv-v2 .bv-engagements{grid-template-columns:1fr}
  body.bv-v2 .bv-os-flow{grid-template-columns:1fr 1fr}
  body.bv-v2 .bv-access-row{grid-template-columns:1fr;gap:7px}
  body.bv-v2 .bv-access-row span:last-child{grid-column:auto}
  body.bv-v2 .bv-workspace-pillars{grid-template-columns:1fr}
}


/* About, products and work editorial systems */
body.bv-v2 .bv-philosophy{display:grid;grid-template-columns:.75fr 1.25fr;gap:54px}
body.bv-v2 .bv-philosophy>div:first-child{position:sticky;top:118px;align-self:start}
body.bv-v2 .bv-philosophy h2{margin:8px 0 14px;color:var(--color-brand-primary);font-size:clamp(38px,5vw,62px);line-height:1}
body.bv-v2 .bv-principles{display:grid;border-top:1px solid var(--color-border-strong)}
body.bv-v2 .bv-principle{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:24px 0;border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-principle span{color:#9c7838;font-size:11px;font-weight:900}
body.bv-v2 .bv-principle h3{margin:0;color:var(--color-brand-primary);font-size:23px}
body.bv-v2 .bv-principle p{margin:7px 0 0;line-height:1.68}
body.bv-v2 .bv-company-facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong)}
body.bv-v2 .bv-company-facts div{padding:22px;border-right:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-company-facts div:last-child{border-right:0}
body.bv-v2 .bv-company-facts b{display:block;color:var(--color-brand-primary);font-size:11px;text-transform:uppercase;letter-spacing:.08em}
body.bv-v2 .bv-company-facts span{display:block;margin-top:8px;color:#617187;font-size:12px;line-height:1.55}
body.bv-v2 .bv-product-story{display:grid;gap:22px}
body.bv-v2 .bv-product-story article{display:grid;grid-template-columns:minmax(320px,.96fr) minmax(0,1.04fr);gap:42px;align-items:center;padding:28px 0;border-top:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-product-story article:last-child{border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-product-story article:nth-child(even) .bv-product-story-visual{order:2}
body.bv-v2 .bv-product-story-visual{min-height:330px;overflow:hidden;border:1px solid var(--color-border-subtle);border-radius:20px;background:#eef2f6;box-shadow:var(--shadow-soft)}
body.bv-v2 .bv-product-story-visual img{display:block;width:100%;height:100%;min-height:330px;object-fit:cover;object-position:top}
body.bv-v2 .bv-product-story-copy .pill{display:inline-flex}
body.bv-v2 .bv-product-story-copy h2{margin:14px 0 12px;color:var(--color-brand-primary);font-size:clamp(36px,5vw,56px);line-height:1}
body.bv-v2 .bv-product-story-copy p{line-height:1.72}
body.bv-v2 .bv-product-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}
body.bv-v2 .bv-product-meta div{padding:12px;border-top:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-product-meta b{display:block;color:var(--color-brand-primary);font-size:9px;text-transform:uppercase;letter-spacing:.08em}
body.bv-v2 .bv-product-meta span{display:block;margin-top:5px;color:#66768a;font-size:10px;line-height:1.45}
body.bv-v2 .bv-product-text-only{grid-template-columns:1fr!important;padding:30px!important;border:1px solid var(--color-border-subtle)!important;border-radius:20px;background:#fff}
body.bv-v2 .bv-work-list{display:grid}
body.bv-v2 .bv-work-entry{display:grid;grid-template-columns:170px minmax(0,.9fr) minmax(0,1.1fr);gap:30px;padding:36px 0;border-top:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-work-entry:last-child{border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-work-type{color:#9a7737;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
body.bv-v2 .bv-work-entry h2{margin:0;color:var(--color-brand-primary);font-size:clamp(30px,4vw,48px);line-height:1}
body.bv-v2 .bv-work-entry p{margin:10px 0 0;line-height:1.7}
body.bv-v2 .bv-work-detail{display:grid;gap:14px}
body.bv-v2 .bv-work-detail div{padding-top:12px;border-top:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-work-detail b{display:block;color:var(--color-brand-primary);font-size:9px;text-transform:uppercase;letter-spacing:.08em}
body.bv-v2 .bv-work-detail span{display:block;margin-top:5px;color:#65758a;font-size:11px;line-height:1.55}
body.bv-v2 .bv-work-proof{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}
body.bv-v2 .bv-work-proof a,body.bv-v2 .bv-work-proof span{padding:7px 9px;border:1px solid var(--color-border-subtle);border-radius:8px;background:#fff;color:#50617a;font-size:10px;font-weight:800;text-decoration:none}
@media(max-width:900px){
 body.bv-v2 .bv-philosophy{grid-template-columns:1fr}
 body.bv-v2 .bv-philosophy>div:first-child{position:static}
 body.bv-v2 .bv-company-facts{grid-template-columns:1fr 1fr}
 body.bv-v2 .bv-company-facts div:nth-child(2){border-right:0}
 body.bv-v2 .bv-company-facts div:nth-child(-n+2){border-bottom:1px solid var(--color-border-subtle)}
 body.bv-v2 .bv-product-story article,body.bv-v2 .bv-work-entry{grid-template-columns:1fr}
 body.bv-v2 .bv-product-story article:nth-child(even) .bv-product-story-visual{order:0}
}
@media(max-width:600px){
 body.bv-v2 .bv-company-facts{grid-template-columns:1fr}
 body.bv-v2 .bv-company-facts div{border-right:0;border-bottom:1px solid var(--color-border-subtle)}
 body.bv-v2 .bv-company-facts div:last-child{border-bottom:0}
 body.bv-v2 .bv-product-meta{grid-template-columns:1fr}
 body.bv-v2 .bv-product-story-visual,body.bv-v2 .bv-product-story-visual img{min-height:240px}
}


/* Internship recruitment experience */
body.bv-v2 .bv-recruit-hero{background:
 radial-gradient(circle at 88% 8%,rgba(213,174,88,.12),transparent 24rem),
 linear-gradient(180deg,#fff,#f5f8fb)}
body.bv-v2 .bv-recruit-note{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
body.bv-v2 .bv-recruit-note span{padding:7px 9px;border:1px solid var(--color-border-subtle);border-radius:8px;background:#fff;color:#5f7086;font-size:10px;font-weight:800}
body.bv-v2 .bv-journey{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong)}
body.bv-v2 .bv-journey div{padding:20px 16px;border-right:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-journey div:last-child{border-right:0}
body.bv-v2 .bv-journey b{display:block;color:var(--color-brand-primary);font-size:11px}
body.bv-v2 .bv-journey span{display:block;margin-top:6px;color:#68788d;font-size:10px;line-height:1.5}
body.bv-v2 .bv-track-toolbar{display:grid;grid-template-columns:1fr 260px;gap:10px;margin-bottom:18px}
body.bv-v2 .bv-track-toolbar input,body.bv-v2 .bv-track-toolbar select{width:100%;height:46px;border:1px solid var(--color-border-strong);border-radius:12px;background:#fff;color:var(--color-text-primary);padding:0 13px;font:inherit}
body.bv-v2 .bv-track-toolbar input:focus,body.bv-v2 .bv-track-toolbar select:focus{outline:0;border-color:#607b9f;box-shadow:0 0 0 4px rgba(7,26,58,.07)}
body.bv-v2 .bv-track-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
body.bv-v2 .bv-track-card{display:grid;align-content:start;min-height:190px;padding:18px;border:1px solid var(--color-border-subtle);border-radius:16px;background:#fff}
body.bv-v2 .bv-track-card[hidden]{display:none!important}
body.bv-v2 .bv-track-card small{color:#9a7636;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
body.bv-v2 .bv-track-card h3{margin:10px 0 8px;color:var(--color-brand-primary);font-size:18px}
body.bv-v2 .bv-track-card p{margin:0;font-size:11px;line-height:1.58}
body.bv-v2 .bv-track-card button{margin-top:auto;padding:14px 0 0;border:0;background:transparent;color:var(--color-brand-primary);font:inherit;font-size:11px;font-weight:850;text-align:left;cursor:pointer}
body.bv-v2 .bv-track-card button:hover{text-decoration:underline}
body.bv-v2 .bv-track-empty{padding:22px;border:1px dashed var(--color-border-strong);border-radius:14px;color:#67778a;text-align:center;font-size:12px}
body.bv-v2 .bv-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
body.bv-v2 .bv-proof-grid article{padding:20px;border-top:1px solid var(--color-border-strong);background:#fff}
body.bv-v2 .bv-proof-grid h3{margin:0;color:var(--color-brand-primary);font-size:18px}
body.bv-v2 .bv-proof-grid p{margin:8px 0 0;font-size:11px;line-height:1.6}
body.bv-v2 .bv-intern-progress{grid-template-columns:repeat(6,1fr)}
body.bv-v2 .bv-checkline{display:flex!important;grid-column:1/-1;align-items:flex-start;gap:10px!important;padding:15px;border:1px solid var(--color-border-subtle);border-radius:12px;background:#f8fafc}
body.bv-v2 .bv-checkline input{width:18px!important;height:18px!important;flex:0 0 auto;margin-top:1px}
body.bv-v2 .bv-checkline span{color:#4e6077;font-size:12px;font-weight:650;line-height:1.55}
body.bv-v2 .bv-track-selected{margin:0 0 18px;padding:11px 13px;border-left:3px solid var(--color-brand-accent);background:#fbf8ef;color:#5f543b;font-size:11px}
@media(max-width:900px){
 body.bv-v2 .bv-track-list{grid-template-columns:1fr 1fr}
 body.bv-v2 .bv-journey{grid-template-columns:1fr 1fr}
 body.bv-v2 .bv-journey div{border-bottom:1px solid var(--color-border-subtle)}
 body.bv-v2 .bv-journey div:nth-child(2n){border-right:0}
 body.bv-v2 .bv-proof-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 body.bv-v2 .bv-track-toolbar{grid-template-columns:1fr}
 body.bv-v2 .bv-track-list,body.bv-v2 .bv-proof-grid{grid-template-columns:1fr}
 body.bv-v2 .bv-journey{grid-template-columns:1fr}
 body.bv-v2 .bv-journey div{border-right:0}
}

body.bv-v2 .bv-legal{max-width:820px}
body.bv-v2 .bv-legal>section{padding:28px 0;border-top:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-legal>section:last-child{border-bottom:1px solid var(--color-border-subtle)}
body.bv-v2 .bv-legal h2{margin:0 0 10px;color:var(--color-brand-primary);font-size:clamp(24px,3vw,32px)}
body.bv-v2 .bv-legal p{margin:8px 0;line-height:1.78}
body.bv-v2 .bv-legal a{color:var(--color-brand-primary);font-weight:780}
.legal-links{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:14px}.legal-links a{font-size:11px}
