.exrail .expan,.expan{border-radius:14px!important}
.expan .ex-prog{display:none!important}

.ndpanel .ndcol.two,.ndpanel .ndcol{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:660px!important;gap:4px 28px!important}
.ndd:has(>.ndl[href*="Industries"]) .ndpanel .ndcol{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:960px!important;gap:4px 24px!important}
.ndd:has(>.ndl[href*="Industries"]) .ndwrap{grid-template-columns:1fr 320px!important}


@media(min-width:1025px){
body footer .fwrap{max-width:min(2200px,calc(100vw - 2 * clamp(28px,4vw,120px)))!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
body footer .ftop{max-width:none!important}
body footer .fgrid{grid-template-columns:minmax(260px,1.1fr) minmax(0,3fr)!important;gap:clamp(40px,6vw,140px)!important}
}


/* use-case band: identical to the private-equity page — black ground, same
   .40/.60 split, same type scale, same five-line window and right offset */
.pe-uses-sec{background:#0B0B0C!important}
.pe-uses-sec .pe-uses{background:#0B0B0C!important;background-image:none!important;height:auto!important;min-height:0!important;padding:0!important;margin:0!important;border-top:0!important}
.pe-uses-sec .pe-uses .wrap.wide{max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}
.pe-uses-sec .pe-uses-in{position:relative;height:auto!important;min-height:0!important;
  padding-top:clamp(100px,11vw,170px)!important;padding-bottom:clamp(100px,11vw,170px)!important;
  grid-template-columns:minmax(0,.40fr) minmax(0,.60fr)!important;gap:clamp(32px,4vw,64px)!important;align-items:center!important}
.pe-uses-sec .pe-uses-in::before{display:none!important}
.pe-uses-sec .pe-uses-l{padding-right:clamp(16px,2vw,40px)!important;text-align:left!important}
.pe-uses-sec .pe-uses-l .kicker{font-family:var(--f-ui)!important;font-size:calc(12px * var(--k,1))!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:500!important;color:rgba(247,245,242,.5)!important;margin:0 0 18px!important}
.pe-uses-sec .pe-uses-l .lsec{font-family:var(--f-display)!important;font-weight:400!important;font-size:clamp(27px,2.95vw,calc(42px * var(--k,1)))!important;line-height:1.1!important;letter-spacing:-.015em!important;color:#F7F5F2!important;margin:0!important;max-width:none!important}
.pe-uses-sec .pe-uses-r{height:calc(5 * 1.45 * clamp(26px,3.3vw,42px))!important;margin-left:clamp(24px,5vw,96px)!important;box-sizing:border-box!important;
  -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 26%,#000 74%,transparent 100%)!important;mask-image:linear-gradient(180deg,transparent 0%,#000 26%,#000 74%,transparent 100%)!important}
.pe-uses-sec .pe-uses-list li{font-family:var(--f-ui)!important;font-size:clamp(26px,3.3vw,42px)!important;line-height:1.45!important;letter-spacing:-.02em!important;font-weight:400!important;color:#FFFFFF!important;white-space:nowrap!important}
@media(max-width:900px){
  .pe-uses-sec .pe-uses-in{grid-template-columns:1fr!important;padding-top:72px!important;padding-bottom:64px!important;gap:10px!important}
  .pe-uses-sec .pe-uses-l{text-align:center!important;padding-right:0!important}
  .pe-uses-sec .pe-uses-r{margin-left:0!important;height:calc(5 * 1.5 * clamp(24px,4.6vw,30px))!important}
  .pe-uses-sec .pe-uses-list li{font-size:clamp(24px,4.6vw,30px)!important;text-align:center!important}
}


/* use-case examples: hairline-divided rows, not tiles */
.uc-list{grid-template-columns:1fr 1fr!important;gap:0 clamp(40px,4.5vw,96px)!important;border-bottom:1px solid var(--line-soft)}
.uc-card{background:none!important;border:0!important;border-top:1px solid var(--line-soft)!important;border-radius:0!important;
  padding:clamp(22px,2.2vw,32px) 0!important;box-shadow:none!important;transform:none!important;transition:opacity .2s}
.uc-card:hover{box-shadow:none!important;transform:none!important;background:none!important}
.uc-card:hover h3{opacity:.66}
.uc-card .top{align-items:flex-start!important;gap:clamp(20px,2vw,34px)!important}
.uc-card h3{max-width:38ch!important}
.uc-body{border-top:1px solid var(--line-soft)!important}
@media(max-width:960px){.uc-list{grid-template-columns:1fr!important;gap:0!important}}


/* industry pages sit on the same black ground as the private-equity page */
html{background:#0B0B0C!important}
html body{background:#0B0B0C!important}
html body main#main>section,html body main#main>section.section,html body .section:not(.cibreak),
html body main#main>div{background-color:#0B0B0C!important;background-image:none!important}

/* the hero dissolves into black, not white */
html body main#main>header.pghero.skyhero::before{
  background:linear-gradient(180deg,
    rgba(11,11,12,0) 0%,
    rgba(11,11,12,.02) 10%,
    rgba(11,11,12,.06) 20%,
    rgba(11,11,12,.13) 30%,
    rgba(11,11,12,.23) 40%,
    rgba(11,11,12,.35) 50%,
    rgba(11,11,12,.49) 60%,
    rgba(11,11,12,.63) 70%,
    rgba(11,11,12,.77) 80%,
    rgba(11,11,12,.88) 88%,
    rgba(11,11,12,.95) 94%,
    #0B0B0C 100%)!important;
}

/* editorial type on the dark ground */
html body main .lsec,html body main .lsec span,html body main h2,html body main h3{color:#F7F5F2!important}
html body main .lsec span{color:rgba(247,245,242,.6)!important}
html body main .section .kicker,html body main .section .sec-kick{color:rgba(247,245,242,.5)!important}
html body main .lhead>p,html body main .lsub,html body main .sec-sub{color:rgba(247,245,242,.66)!important}

/* use-case rows */
html body .uc-list{border-bottom-color:rgba(247,245,242,.14)!important}
html body .uc-card{border-top-color:rgba(247,245,242,.14)!important}
html body .uc-card h3{color:#F7F5F2!important}
html body .uc-card:hover h3{opacity:.7}
html body .uc-card .chev{color:rgba(247,245,242,.75)!important}
html body .uc-card.open .chev{color:#8FB6E4!important}
html body .uc-card .rung{color:#8FB6E4!important}
html body .uc-body{border-top-color:rgba(247,245,242,.14)!important}
html body .uc-body p{color:rgba(247,245,242,.68)!important}
html body .uc-kv b{color:rgba(247,245,242,.45)!important}
html body .uc-kv span{color:rgba(247,245,242,.74)!important}
html body .uc-rc,html body .uc-rc span{color:rgba(247,245,242,.78)!important}
html body .uc-rc span{border-color:rgba(247,245,242,.16)!important}

/* autonomy ladder */
html body .uc-ladder{color:#F7F5F2!important}
html body .uc-ladder b{color:#F7F5F2!important}
html body .uc-ladder span{color:rgba(247,245,242,.68)!important}
html body .rung-row{border-color:rgba(247,245,242,.14)!important;color:#F7F5F2!important}

/* the use-case band and the tail already carry this ground */
html body main#main>section.pe-uses-sec{background:#0B0B0C!important}
html body main#main>section.pe-uses-sec .pe-uses-in::before{display:none!important}


/* use-case list, calmed down (private-equity page logic: one quiet line per row,
   detail only on demand). Collapsed row = headline + a faint plus, nothing else. */
.uc-card{padding:clamp(26px,2.6vw,38px) 0!important}
.uc-card h3{font-family:var(--f-display)!important;font-weight:400!important;
  font-size:clamp(17px,1.35vw,20px)!important;line-height:1.4!important;letter-spacing:-.012em!important;
  max-width:34ch!important;color:rgba(247,245,242,.94)!important}
.uc-card .rung{display:none!important}
.uc-card.open .rung{display:inline-block!important;margin-top:16px!important;color:#8FB6E4!important}
.uc-card .chev{opacity:.38;transition:opacity .2s,color .2s}
.uc-card:hover .chev,.uc-card.open .chev{opacity:1}
.uc-body{margin-top:20px!important;padding-top:20px!important}
.uc-body p{max-width:58ch!important;font-size:15px!important;line-height:1.66!important}
.uc-kv{gap:26px!important;margin-bottom:14px!important;font-size:12px!important}
.uc-rc{font-size:11.5px!important;opacity:.62}
.uc-rc span{color:rgba(247,245,242,.72)!important;background:rgba(247,245,242,.06)!important;border:0!important}

/* autonomy ladder: readable at page scale */
.uc-ladder b{font-size:clamp(17px,1.35vw,20px)!important;font-weight:500!important;line-height:1.3!important}
.uc-ladder span{font-size:clamp(15px,1.15vw,17px)!important;line-height:1.55!important}
.uc-ladder .rung-row{padding:clamp(20px,2vw,28px) 0!important}
.uc-ladder .dot{width:9px!important;height:9px!important}


/* legal: graphite-green, light enough to read against the black ground */
.pghero.skyhero{
  background:
    radial-gradient(54% 60% at 22% 8%,rgba(206,220,212,.18),transparent 68%),
    radial-gradient(64% 54% at 80% 4%,rgba(196,206,202,.11),transparent 70%),
    radial-gradient(92% 62% at 50% 106%,rgba(126,148,136,.18),transparent 74%),
    linear-gradient(168deg,#27332E 0%,#202B27 30%,#1A2320 56%,#141B18 80%,#0F1512 100%)!important;
}
.pghero.skyhero .skymist i{display:none!important}
.pghero.skyhero::after{opacity:.1!important}


main#main>section.vc-sec{background:#DCE4EE;padding:clamp(72px,7.6vw,120px) 0 0;margin:0;overflow:hidden;position:relative}
.vc-in{position:relative}
.vc-k{font-family:var(--f-ui);font-weight:500;font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:#7E8797;margin-bottom:18px}
.vc-h{font-family:var(--f-display);font-weight:500;font-size:clamp(30px,3.4vw,52px);letter-spacing:-.025em;line-height:1.08;color:var(--ink);margin:0;max-width:34ch;text-wrap:pretty}
.vc-h span{display:block;color:#9AA1AC;font-weight:400}
.vc-body{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(28px,4vw,72px);margin-top:clamp(56px,6vw,100px);align-items:start}
.vc-shot{overflow:visible}
main#main>section.vc-sec{padding-bottom:0!important}
main#main>section.ld-problem{padding-top:clamp(72px,7.6vw,120px)}
.vc-steps{display:flex;flex-direction:column;padding-top:clamp(20px,3vw,48px)}
.vc-steps>div{padding:0 0 26px;border-bottom:1px solid rgba(27,27,27,.16);margin-bottom:26px}
.vc-steps>div.on{border-bottom:0}
.vc-steps>div:nth-child(2){border-bottom-color:rgba(27,27,27,.55)}
.vc-steps b{display:block;font-family:var(--f-ui);font-weight:600;font-size:14px;letter-spacing:.01em;text-transform:uppercase;color:#6F7A8B;margin-bottom:10px}
.vc-steps>div.on b{color:var(--ink)}
.vc-steps p{margin:0;font-family:var(--f-ui);font-size:clamp(15.5px,1.25vw,18px);line-height:1.45;color:#5D6673;max-width:40ch;text-wrap:pretty}
.vc-steps>div.on p{color:var(--ink)}
.vc-mark{display:block;width:28px;height:28px;color:var(--ink);margin-top:clamp(60px,8vw,150px)}
.vc-mark svg{width:100%;height:100%}
.vc-shot{position:relative;min-height:560px}
.vc-shot{position:relative;min-height:560px}
.vc-lap{position:absolute;left:0;top:0;width:974px;max-width:none;transform-origin:0 0;transform:scale(var(--vc-scale,1));background:#15171B;border-radius:22px 0 0 0;padding:14px 0 0 14px;box-shadow:0 40px 90px rgba(20,30,50,.28)}
.vc-bar{height:22px;display:flex;gap:7px;align-items:center;padding:0 8px 8px}
.vc-bar i{width:9px;height:9px;border-radius:50%;background:#3A3D45}
.vc-app{display:grid;grid-template-columns:180px 300px 480px;background:#FBFAF8;border-radius:10px 0 0 0;min-height:620px;font-family:var(--f-ui);color:var(--ink);overflow:hidden}
.vc-side{background:#F4F2EE;border-right:1px solid var(--line-soft);padding:20px 12px 16px;display:flex;flex-direction:column;gap:2px;font-size:12.5px;position:relative}
.vc-brand{display:flex;align-items:center;gap:6px;font-weight:600;font-size:13px;margin-bottom:12px;padding:0 6px}
.vc-hg{display:inline-flex;width:13px;height:13px}
.vc-hg svg{width:100%;height:100%}
.vc-side small{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--stone-4);margin:12px 0 4px;padding:0 6px}
.vc-si{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:7px;color:#3C3A36}
.vc-si em{margin-left:auto;font-style:normal;font-size:10px;background:#DCE4EE;border-radius:999px;padding:1px 6px;color:#3E5A80}
.vc-si.on{background:#E6E3DD;font-weight:600;color:var(--ink)}
.vc-user{margin-top:auto;display:flex;gap:8px;align-items:center;padding-top:14px;border-top:1px solid var(--line-soft)}
.vc-user i{width:26px;height:26px;border-radius:50%;background:#DCE4EE;color:#3E5A80;font-style:normal;font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}
.vc-user span{display:flex;flex-direction:column;font-size:10.5px;color:var(--stone-6)}
.vc-user b{color:var(--ink);font-size:11.5px}
.vc-list{border-right:1px solid var(--line-soft);padding-top:22px}
.vc-title{font-weight:600;font-size:16.5px;padding:0 28px;margin-bottom:14px}
.vc-tabs{display:flex;gap:22px;padding:0 28px;font-size:12px;color:var(--stone-6);border-bottom:1px solid var(--line-soft);white-space:nowrap}
.vc-tabs span{padding-bottom:10px}
.vc-tabs .on{color:var(--ink);font-weight:600;border-bottom:2px solid var(--ink)}
.vc-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 24px 18px 28px;border-bottom:1px solid var(--line-soft)}
.vc-row.on{background:#fff;border-left:2px solid var(--ink)}
.vc-row b{display:block;font-size:15px;font-weight:600;letter-spacing:-.01em}
.vc-row small{display:block;font-size:12px;color:var(--stone-6);margin-top:3px;white-space:nowrap}
.vc-row em{font-style:normal;font-size:12.5px;font-weight:600;color:var(--ink);white-space:nowrap}
.vc-row.dim{opacity:.42}
.vc-detail{padding:22px 32px 26px 40px;position:relative;font-size:13px}
.vc-conn{position:absolute;right:32px;top:22px;display:flex;align-items:center;gap:8px;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:#3E5A80;font-weight:600;white-space:nowrap}
.vc-conn i{width:26px;height:14px;border-radius:999px;background:#C9D8EC;position:relative}
.vc-conn i::after{content:"";position:absolute;right:2px;top:2px;width:10px;height:10px;border-radius:50%;background:#fff}
.vc-dh{display:flex;justify-content:space-between;align-items:flex-start;margin-top:44px}
.vc-dh b{display:block;font-size:22px;font-weight:600;letter-spacing:-.02em}
.vc-dh small{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--stone-6);margin-top:6px}
.vc-av{display:flex}
.vc-av i{width:24px;height:24px;border-radius:50%;background:#1B1B1B;color:#fff;font-style:normal;font-size:9px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;border:2px solid #FBFAF8;margin-left:-7px}
.vc-av i:nth-child(2){background:#6F6A62}.vc-av i:nth-child(3){background:#9FB7F0}.vc-av i.p{background:#E6E3DD;color:var(--ink)}
.vc-dp{margin:26px 0 0;font-size:15.5px;line-height:1.5;color:var(--ink);text-wrap:pretty}
.vc-dp span{color:var(--stone-6)}
.vc-prog{position:relative;height:3px;background:#E6E3DD;border-radius:2px;margin:24px 40px 0 0}
.vc-prog i{position:absolute;left:0;top:0;bottom:0;width:87%;background:#6FA6DC;border-radius:2px}
.vc-prog em{position:absolute;right:-40px;top:-6px;font-style:normal;font-size:11px;font-weight:600;color:#3E5A80}
.vc-detail{overflow:hidden}
.vc-meta{display:block;font-size:11.5px;color:var(--stone-6);margin-top:12px}
.vc-status{display:flex;gap:18px;margin-top:14px;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
.vc-status span{display:flex;align-items:center;gap:6px}
.vc-status span::before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}
.vc-status .ok{color:#2F8557}.vc-status .ask{color:#3E5A80}
.vc-acts{display:flex;align-items:center;gap:20px;margin-top:18px;font-size:13px;color:var(--ink)}
.vc-acts b{background:var(--ink);color:#fff;border-radius:999px;padding:11px 20px;font-weight:600}
.vc-lab{display:block;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--stone-6);margin-top:24px;padding-top:18px;border-top:1px solid var(--line-soft)}
.vc-msg{display:flex;gap:10px;margin-top:14px;font-size:13px;line-height:1.45}
.vc-msg i{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:#1B1B1B;color:#fff;font-style:normal;font-size:9px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}
.vc-msg i.h svg{width:12px;height:12px}
.vc-msg u{text-decoration:none;color:#3E5A80;font-weight:600}
.vc-ask{display:flex;align-items:center;gap:10px;margin-top:26px;border:1px solid var(--line);border-radius:12px;padding:10px 10px 10px 16px;color:var(--stone-4);font-size:13px}
.vc-ask span:first-child{flex:1}
.vc-ask em{font-style:normal;display:inline-flex;align-items:center;gap:6px;background:#DCE4EE;color:#3E5A80;font-weight:600;font-size:11.5px;border-radius:8px;padding:6px 10px}
.vc-ask i{width:26px;height:26px;border-radius:50%;background:var(--ink);color:#fff;font-style:normal;display:inline-flex;align-items:center;justify-content:center;font-size:12px}
@media(max-width:1180px){.vc-detail{padding:22px 24px 26px 28px}}
@media(max-width:900px){
  .vc-body{grid-template-columns:1fr;gap:40px}
  .vc-mark{display:none}
  .vc-shot{min-height:0;margin:0 calc(-1*var(--gut)) 0 0}
  .vc-lap{position:relative;width:auto}
  .vc-app{grid-template-columns:minmax(0,1fr);min-height:0}
  .vc-side,.vc-list{display:none}
  .vc-dh{margin-top:40px}
}


/* ===== one editorial rhythm across the page ===== */
:root{--pe-air:clamp(96px,10vw,160px);--pe-air-sm:clamp(56px,6vw,96px);--pe-wrap:1280px}
main#main>section.pe-uses,main#main>section.vc-sec,main#main>section.fd-sec,main#main>section.st-sec{padding-top:var(--pe-air)!important;padding-bottom:var(--pe-air)!important}
main#main>section.pe-uses .wrap.wide,main#main>section.vc-sec .wrap.wide,main#main>section.fd-sec .wrap.wide,main#main>section.st-sec .wrap.wide{max-width:var(--pe-wrap)!important}

/* kickers + h2s: one scale */
.pe-uses-l .pq-k,.vc-k,.st-k,.fd-k{font-family:var(--f-ui)!important;font-size:12px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:500!important;margin:0 0 18px!important}
.pe-uses-l .pq-h,.vc-h,.ld-h.fd-h,.ld-h.st-h{font-family:var(--f-display)!important;font-weight:400!important;font-size:clamp(34px,3.6vw,52px)!important;line-height:1.06!important;letter-spacing:-.025em!important;margin:0!important}

/* hero: tighter tail, softer seam */
header.pghero.pehero.skyhero{padding-bottom:clamp(96px,11vw,170px)!important}
.pe-seam{height:clamp(160px,18vw,260px);margin-top:calc(-1*clamp(160px,18vw,260px))!important}

/* use cases: calmer type, five clean lines, left-aligned to the wrap */
.pe-uses-in{padding-top:0!important;padding-bottom:0!important;grid-template-columns:minmax(0,.32fr) minmax(0,.68fr)!important;gap:clamp(32px,4vw,64px)!important;align-items:center!important}
.pe-uses-l .pq-h{max-width:11ch!important}
.pe-uses-l .pq-k{color:rgba(247,245,242,.5)!important}
.pe-uses-r{height:calc(5 * 1.45 * 52px)!important;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 26%,#000 74%,transparent 100%)!important;mask-image:linear-gradient(180deg,transparent 0%,#000 26%,#000 74%,transparent 100%)!important}
.pe-uses-list li{font-size:52px!important;line-height:1.45!important;letter-spacing:-.02em!important;font-weight:400!important}
.pe-uses-list li{white-space:nowrap}
.pe-uses-list li{font-size:clamp(30px,4.2vw,52px)!important}
.pe-uses-r{height:calc(5 * 1.45 * clamp(30px,4.2vw,52px))!important}
.vc-acts b,.vc-acts span{white-space:nowrap}

/* value creation: lighter head, console framed by air, soft fade into the dark */
main#main>section.vc-sec{background:#DCE4EE!important;padding-bottom:0!important;overflow:visible!important;position:relative;z-index:2}
.vc-shot{overflow:visible!important}
main#main>section.vc-sec .vc-lap{clip-path:inset(0 0 0 0 round 18px 0 0 0)}
.vc-h{max-width:22ch!important}
.vc-h span{color:#6F7A8B!important}
.vc-body{margin-top:clamp(48px,5vw,80px)!important}
.vc-lap{border-radius:18px 0 0 0!important;box-shadow:0 40px 90px rgba(20,30,50,.22)!important}
.vc-sec::before{content:"";position:absolute;left:0;right:0;top:0;height:clamp(96px,11vw,180px);background:linear-gradient(180deg,#0B0B0C,rgba(11,11,12,0));pointer-events:none;z-index:1}
.vc-sec::after{display:none!important}
main#main>section.fd-sec{position:relative}
main#main>section.fd-sec::before{content:"";position:absolute;left:0;right:0;top:0;height:clamp(140px,16vw,240px);background:linear-gradient(180deg,#DCE4EE,rgba(220,228,238,0));pointer-events:none;z-index:0}
main#main>section.fd-sec .wrap{position:relative;z-index:1}

/* foundation: head and grid share one baseline system */
main#main>section.fd-sec{padding-top:var(--pe-air)!important}
.fd-head{margin-bottom:clamp(48px,5vw,80px)!important;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,64px);align-items:end}
.fd-head .ld-sub{margin:0!important;max-width:44ch!important;font-size:clamp(15px,1.15vw,17px)!important}
.fd-grid{gap:clamp(32px,3.6vw,56px) clamp(24px,2.6vw,40px)!important}
.fd-card{padding:clamp(24px,2.4vw,36px) 0 clamp(20px,2vw,30px) clamp(24px,2.4vw,36px)!important}
.fd-card svg{width:28px!important;height:28px!important}
.fd-card h3{margin:clamp(40px,4.6vw,72px) 0 clamp(14px,1.4vw,20px)!important;font-size:clamp(19px,1.5vw,23px)!important}
.fd-card p{font-size:15px!important;line-height:1.55!important;max-width:36ch!important}
@media(max-width:900px){.fd-head{grid-template-columns:1fr;align-items:start}}

/* stack: panel and copy in a 7/5 split, copy column tightened */
.st-grid{grid-template-columns:minmax(0,7fr) minmax(0,5fr)!important;gap:clamp(40px,5vw,88px)!important}
.st-h{max-width:14ch!important}
.st-copies{margin-top:clamp(36px,4vw,64px)!important;min-height:140px!important}
.st-copy h3{font-size:clamp(20px,1.7vw,26px)!important;margin-bottom:12px!important}
.st-copy p{font-size:15px!important;max-width:36ch!important}
.st-vis{min-height:0!important;aspect-ratio:1.28!important;border-radius:14px!important}
.st-panel{max-width:640px!important;border-radius:12px!important}
.st-row,.st-tile{min-height:clamp(56px,6vw,84px)!important;font-size:clamp(14px,1.1vw,16px)!important;border-radius:8px!important}
.st-tiles{gap:12px!important}.st-panel{gap:12px!important}
main#main>section.st-sec::after{height:clamp(120px,14vw,200px)}
@media(max-width:900px){.st-grid{grid-template-columns:1fr!important}}

/* CTA sits on the same grid */
#waitlist .cta-band h2{font-family:var(--f-display)!important;font-weight:400!important;font-size:clamp(34px,3.6vw,52px)!important;letter-spacing:-.025em!important;line-height:1.06!important}


main#main>section.vc-sec{background:#0B0B0C!important;padding:0 var(--gut,24px) var(--pe-air)!important;overflow:visible!important;z-index:auto!important}
main#main>section.vc-sec::before,main#main>section.vc-sec::after{display:none!important}
main#main>section.vc-sec>.wrap.wide.vc-in{max-width:1400px!important;background:#DCE4EE!important;border-radius:22px!important;padding:clamp(56px,6vw,96px) clamp(28px,3.5vw,64px) 0!important;overflow:hidden!important;position:relative}
main#main>section.vc-sec .vc-shot{overflow:visible!important;position:relative}
main#main>section.vc-sec .vc-body{margin-right:calc(-1*clamp(28px,3.5vw,64px))!important}
main#main>section.vc-sec .vc-lap{left:auto!important;right:0!important;transform-origin:100% 0!important}
main#main>section.vc-sec .vc-lap{clip-path:none!important}
main#main>section.fd-sec::before{display:none!important}
/* use cases + foundation stretch to the wide grid (same width as the value-creation panel) */
main#main>section.pe-uses .wrap.wide,main#main>section.fd-sec .wrap.wide{max-width:1400px!important}
.pe-uses-in{grid-template-columns:minmax(0,.3fr) minmax(0,.7fr)!important;gap:clamp(40px,5vw,96px)!important}
.pe-uses-list li{font-size:clamp(34px,4.6vw,64px)!important;line-height:1.4!important}
.pe-uses-r{height:calc(5 * 1.4 * clamp(34px,4.6vw,64px))!important}
.fd-head{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important}
.fd-head .ld-sub{max-width:48ch!important;justify-self:end}
.fd-card p{max-width:40ch!important}
/* hero headline: bigger, and never breaks into three lines */
header.pghero.pehero.skyhero h1{font-size:clamp(40px,5.6vw,84px)!important;line-height:1.02!important;letter-spacing:-.03em!important;max-width:none!important;white-space:nowrap}
header.pghero.pehero.skyhero h1 br{display:inline}
header.pghero.pehero.skyhero>.wrap>p{font-size:clamp(16px,1.35vw,20px)!important;max-width:64ch!important}
@media(max-width:560px){header.pghero.pehero.skyhero h1{font-size:clamp(34px,10.5vw,44px)!important}}
/* stack panel: same light-blue ground as the value-creation panel */
.st-vis::before,.st-vis::after{display:none!important}
.st-vis{background:#DCE4EE!important}
.st-panel{background:rgba(255,255,255,.55)!important;border-color:rgba(27,27,27,.1)!important;box-shadow:0 30px 80px rgba(20,30,50,.14)!important}
.st-row,.st-tile{background:#FFFFFF!important;border-color:rgba(27,27,27,.1)!important;color:#3C4654!important}
.st-row:hover,.st-tile:hover{border-color:rgba(27,27,27,.3)!important;color:var(--ink)!important}
.st-row.on,.st-tile.on{background:#1B1B1B!important;border-color:transparent!important;color:#F7F5F2!important;box-shadow:0 12px 32px rgba(27,27,27,.22)!important}
.st-pill{background:var(--ink)!important;color:#F7F5F2!important;border-color:transparent!important}
.st-pill.on{box-shadow:0 0 0 4px rgba(62,90,128,.18)!important}
.pe-uses-l .pq-h{font-size:clamp(26px,2.6vw,38px)!important;line-height:1.12!important}
header.pghero.pehero.skyhero{padding-bottom:clamp(56px,6vw,96px)!important}
main#main>section.pe-uses{padding-top:clamp(40px,4.5vw,72px)!important}
/* stack: roomier frame so the pill and tiles never touch the panel edges */
.st-vis{aspect-ratio:auto!important;min-height:0!important;padding:clamp(56px,6vw,88px) clamp(32px,4vw,64px) clamp(40px,4.5vw,64px)!important}
.st-panel{max-width:none!important;padding:clamp(52px,5.4vw,80px) clamp(28px,3vw,48px) clamp(28px,3vw,48px)!important}
/* stack: full 1400 grid, panel takes the wider share, copy column breathes */
main#main>section.st-sec .wrap.wide{max-width:1400px!important}
.st-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr)!important;gap:clamp(48px,6vw,120px)!important;align-items:center!important}
.st-l{padding-left:clamp(0px,3vw,56px)}
.st-vis{padding:clamp(40px,4.5vw,72px) clamp(28px,3.5vw,56px) clamp(32px,3.5vw,56px)!important;border-radius:22px!important}
.st-panel{padding:clamp(48px,5vw,72px) clamp(24px,2.6vw,40px) clamp(24px,2.6vw,40px)!important}
.st-row,.st-tile{min-height:clamp(64px,6.6vw,96px)!important;font-size:clamp(15px,1.2vw,18px)!important}
.st-h{max-width:12ch!important;font-size:clamp(36px,3.8vw,56px)!important}
.st-copies{margin-top:clamp(44px,5vw,80px)!important;min-height:160px!important}
.st-copy h3{font-size:clamp(22px,1.9vw,30px)!important;margin-bottom:14px!important}
.st-copy p{font-size:clamp(15.5px,1.2vw,17.5px)!important;max-width:34ch!important;line-height:1.55!important}


/* black ground; the panel is the private-equity panel, inset as a card.
   Nothing about its internal geometry is changed, so the size, the crop of
   the mock-up and the type scale are identical to the PE page. */
html body main#main>section.vc-sec{background:#0B0B0C!important;padding:clamp(40px,4.4vw,72px) var(--gut) clamp(56px,6vw,104px)!important;margin:0!important;overflow:hidden}
html body main#main>section.vc-sec>.wrap.wide.vc-in{
  background:#E3E8E3!important;border-radius:clamp(18px,1.8vw,30px);overflow:hidden;
  max-width:var(--page-max-wide)!important;margin-left:auto!important;margin-right:auto!important;
}
/* readable on a light panel */
html body main#main>section.vc-sec .vc-h{color:#1B1B1B!important;font-size:clamp(27px,2.95vw,calc(42px * var(--k,1)))!important;line-height:1.08!important;font-weight:500!important;max-width:38ch!important}
html body main#main>section.vc-sec .vc-h span{color:rgba(27,27,27,.58)!important}
html body main#main>section.vc-sec .vc-k{color:rgba(27,27,27,.58)!important}

/* the running use-case band sits closer to the header */
html body main#main>section.pe-uses-sec{margin-top:clamp(20px,2.2vw,40px)!important}
html body main#main>section.pe-uses-sec .pe-uses-in{padding-top:clamp(56px,5.6vw,92px)!important;padding-bottom:clamp(64px,7vw,112px)!important}


.igx-in>.igx-tile{order:1}
.igx-in>.igx-copy{order:2}
@media(max-width:900px){.igx-in>.igx-copy{order:1}.igx-in>.igx-tile{order:2}}
main#main>section.igx-sec{background:#0B0B0C!important;padding:clamp(64px,7vw,120px) var(--gut)!important;margin:0!important}
.igx-in{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(36px,5vw,96px);align-items:center;max-width:1500px!important;margin:0 auto}
.igx-h{font-family:var(--f-display)!important;font-weight:400!important;font-size:clamp(30px,3.2vw,46px)!important;line-height:1.1!important;letter-spacing:-.01em!important;color:#F7F5F2!important;margin:0;max-width:18ch}
.igx-p{font-family:var(--f-ui)!important;font-size:17px!important;line-height:1.6!important;font-weight:400!important;color:rgba(247,245,242,.72)!important;margin:20px 0 0;max-width:46ch}
.igx-cta{display:flex;gap:12px;margin-top:clamp(26px,3vw,40px);flex-wrap:wrap}
.igx-cta a{font-family:var(--f-ui)!important;font-size:14px!important;font-weight:500!important;padding:12px 24px!important;border-radius:999px!important;display:inline-flex;align-items:center;text-decoration:none!important;line-height:1.3!important;border-bottom:0!important}
.igx-cta .igx-w{background:#F7F5F2!important;color:#101422!important}
.igx-cta .igx-g{color:#F7F5F2!important;border:1px solid rgba(247,245,242,.3)!important;background:transparent!important}
.igx-cta a:hover{opacity:.85}
.igx-tile{border-radius:clamp(18px,1.8vw,28px);overflow:hidden;aspect-ratio:1.18/1;display:flex;align-items:center;justify-content:center;
  background:radial-gradient(95% 85% at 14% 4%,rgba(255,255,255,.95),transparent 58%),radial-gradient(110% 95% at 88% 98%,rgba(148,172,224,.42),transparent 64%),linear-gradient(140deg,#EDF1FB 0%,#E4EBF8 42%,#DCE5F6 72%,#D6E0F4 100%);}
.igx-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.6vw,24px);width:min(72%,460px)}
.igx-ic{aspect-ratio:1/1;background:#FFFFFF;box-shadow:0 6px 18px rgba(30,50,90,.07);border-radius:22%;display:flex;align-items:center;justify-content:center}
.igx-ic svg{width:44%;height:44%}
.igx-mono{width:50%;aspect-ratio:1/1;border-radius:24%;color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--f-ui);font-weight:600;font-size:clamp(15px,1.3vw,22px)}
.igx-more{gap:6px}
.igx-more i{width:7px;height:7px;border-radius:50%;background:#101422;display:inline-block}
@media(max-width:900px){.igx-in{grid-template-columns:1fr;gap:34px}.igx-tile{aspect-ratio:1.05/1}.igx-grid{width:min(84%,420px)}}
