:root{
  --navy:#071A3D;
  --navy-900:#04122B;
  --ink:#0A1B3D;
  --blue:#1B5CFF;
  --blue-600:#1548D6;
  --blue-050:#EDF2FF;
  --blue-100:#DEE8FF;
  --teal:#00849C;
  --heat:#FF6B4A;
  --muted:#5C6884;
  --muted-2:#8A93A6;
  --line:#E7EDF6;
  --line-2:#EEF2F9;
  --bg:#FFFFFF;
  --bg-soft:#F6F8FC;
  --sect-soft:#EEF2FA;
  --bg-softer:#FAFBFE;
  --shadow-sm:0 1px 2px rgba(7,26,61,.05), 0 1px 1px rgba(7,26,61,.04);
  --shadow-md:0 12px 40px -12px rgba(7,26,61,.16);
  --shadow-lg:0 30px 70px -24px rgba(7,26,61,.28);
  --display:'Plus Jakarta Sans',system-ui,sans-serif;
  --body:'Inter',system-ui,sans-serif;
  --nav-h:74px;
  --maxw:1240px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--body);
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:var(--display);color:var(--navy);letter-spacing:-.02em;line-height:1.08;font-weight:800}
::selection{background:var(--blue);color:#fff}
:focus-visible{outline:2.5px solid var(--blue);outline-offset:3px;border-radius:4px}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px;position:relative;z-index:1}
.mathbg{position:absolute;inset:0;z-index:0;pointer-events:none;transition:transform .16s ease-out}
.eyebrow{font-family:var(--body);font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}
.rule{width:52px;height:3px;background:var(--blue);border-radius:2px;margin:20px 0}
.brand-rule{width:var(--brand-mark-size,58px);height:3px;margin:20px 0;border-radius:999px}

/* ---------- Re. mark ---------- */
.re{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  border-radius:50%;background:var(--blue);color:#fff;font-family:var(--display);
  font-weight:800;letter-spacing:-.04em;flex:none;
}

.re>img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%;position:relative;z-index:1}
.re::after{
  content:"";position:absolute;inset:0;border-radius:50%;
  border:2px solid var(--blue);opacity:0;
  animation:re-ping 2.6s ease-out infinite;
}
.re.pulse{animation:re-breathe 2.6s ease-in-out infinite}
@keyframes re-ping{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.9);opacity:0}100%{opacity:0}}
@keyframes re-breathe{0%,100%{transform:scale(1)}45%{transform:scale(1.06)}}

/* ---------- NAV ---------- */
header.nav{
  position:fixed;top:0;left:0;right:0;z-index:200;height:var(--nav-h);
  display:flex;align-items:center;
  background:rgba(255,255,255,.72);backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;transition:border-color .3s, background .3s, box-shadow .3s;
}
header.nav.scrolled{border-bottom-color:var(--line);box-shadow:0 6px 24px -18px rgba(7,26,61,.4)}
.nav-inner{max-width:var(--maxw);margin:0 auto;padding:0 40px;width:100%;display:flex;align-items:center;gap:22px}
.brand{display:flex;align-items:center;height:42px}
.brand-logo{position:relative;display:block;width:174px;height:41px;overflow:visible;transition:width .45s cubic-bezier(.6,0,.2,1)}
.brand-logo-crop{position:absolute;inset:0;display:block;overflow:hidden}
.brand-logo-full{position:absolute;right:0;top:0;width:174px;height:41px;object-fit:contain;display:block}
.brand-logo .brand-logo-emblem{position:absolute;right:0;top:0;width:41px;height:41px;background:transparent}
header.nav.scrolled .brand-logo{width:41px}
.nav-links{display:flex;align-items:center;gap:26px;margin-left:26px}
.nav-links a{font-size:14.5px;font-weight:500;color:var(--navy);display:flex;align-items:center;gap:5px;position:relative;padding:6px 0;transition:color .2s}
.nav-links a:hover{color:var(--blue)}
.nav-links a svg{width:11px;height:11px;opacity:.6}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:20px}
.nav-sep{width:1px;height:26px;background:var(--line)}
.icon-btn{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:var(--navy);transition:background .2s}
.icon-btn:hover{background:var(--bg-soft)}
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:14.5px;border-radius:10px;padding:11px 20px;transition:transform .18s,box-shadow .25s,background .2s}
.btn .arw{transition:transform .25s}
.btn:hover .arw{transform:translateX(4px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px -8px rgba(27,92,255,.6)}
.btn-primary:hover{background:var(--blue-600);transform:translateY(-1px)}
.btn-dark{background:var(--navy);color:#fff}
.btn-dark:hover{background:#0d2450;transform:translateY(-1px)}
.btn-ghost{color:var(--navy);padding-left:0}
.btn-ghost .arw{color:var(--blue)}
.link-arrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:600;font-size:14.5px}
.link-arrow .arw{transition:transform .25s}
.link-arrow:hover .arw{transform:translateX(4px)}
.hamburger{display:none;margin-left:auto;width:42px;height:42px;border-radius:10px;place-items:center;color:var(--navy)}
.hamburger svg{width:22px;height:22px}

/* ---------- HERO ---------- */
.hero{position:relative;padding-top:calc(var(--nav-h) + 30px);min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--bg)}
#heroCanvas{position:absolute;inset:0;width:100%;height:100%;z-index:0}
/* readability veil — sits above the particle canvas (z0) but below the hub (z2) and copy (z3),
   so the animation stays fully visible on the open right-hand side */
.hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(96deg,
    rgba(255,255,255,.97) 0%,
    rgba(255,255,255,.94) 34%,
    rgba(255,255,255,.78) 47%,
    rgba(255,255,255,.34) 60%,
    rgba(255,255,255,0)   76%)}
/* dissolve the canvas into white at both edges instead of exposing hard boundaries */
.hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(180deg,#fff 0%,#fff 8%,rgba(255,255,255,.94) 12%,rgba(255,255,255,.62) 18%,rgba(255,255,255,.2) 24%,rgba(255,255,255,0) 30%),
    linear-gradient(180deg,rgba(255,255,255,0) 82%,rgba(255,255,255,.42) 88%,rgba(255,255,255,.9) 96%,#fff 100%)}
.hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:1.02fr 1fr;gap:30px;align-items:center;width:100%;pointer-events:none}
.hero-copy{max-width:540px;pointer-events:auto}
.hero h1{font-size:clamp(46px,6.4vw,88px);font-weight:800;line-height:.98;letter-spacing:-.035em}
.hero h1 .grad{color:var(--blue)}
.hero-sub{margin-top:26px;font-size:18.5px;color:var(--muted);max-width:430px;line-height:1.6}
.hero-cta{margin-top:38px;display:flex;align-items:center;gap:26px;flex-wrap:wrap}

/* hero convergence hub — math streams inward, hub emits clarity */
.hero-hub{position:absolute;left:72%;top:50%;width:132px;height:132px;transform:translate(-50%,-50%);z-index:2;pointer-events:none}
.hub-core{position:absolute;inset:0;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:44px;letter-spacing:-.04em;box-shadow:0 30px 60px -18px rgba(27,92,255,.7);z-index:2;animation:re-breathe 4s ease-in-out infinite}
.hub-core>img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%}
.hub-core::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid var(--blue);opacity:0;animation:re-ping 2.8s ease-out infinite}
.hub-halo{position:absolute;inset:-14px;border-radius:50%;border:1.5px dashed rgba(27,92,255,.32);animation:spin 22s linear infinite;z-index:1}
.hub-halo.two{inset:-34px;border-color:rgba(27,92,255,.14);animation-duration:38s;animation-direction:reverse}
.hub-emits{position:absolute;left:50%;top:50%;width:0;height:0;z-index:3}
.emit-card{position:absolute;left:0;top:0;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:40px;padding:8px 16px 8px 9px;box-shadow:var(--shadow-md);white-space:nowrap;transform:translate(-50%,-50%);opacity:0;will-change:transform,opacity}
.emit-card .ec-ico{width:32px;height:32px;border-radius:50%;background:var(--blue-050);color:var(--blue);display:grid;place-items:center;flex:none}
.emit-card .ec-ico svg{width:18px;height:18px}
.emit-card .ec-txt{display:flex;flex-direction:column;gap:2px}
.emit-card .ec-t{font-family:var(--display);font-weight:700;font-size:13px;color:var(--navy);line-height:1.15}
.emit-card .ec-q{font-size:10.5px;color:var(--muted);margin-top:2px;line-height:1.1}
@keyframes spin{to{transform:rotate(360deg)}}

/* ---------- generic section ---------- */
.section{position:relative;padding:92px 0}
.sec-head{max-width:560px}
.sec-head h2{font-size:clamp(30px,3.6vw,46px);font-weight:800}
.sec-head p{margin-top:18px;color:var(--muted);font-size:17px}

/* ---------- APPROACH (slide2) ---------- */
.approach{background:var(--bg);padding-bottom:72px}
.approach .wrap{display:grid;grid-template-columns:.92fr 1.35fr;gap:60px;align-items:center}
.approach h2{font-size:clamp(28px,3.3vw,40px)}
.approach h2 .dot{color:var(--blue)}
.approach .lead{margin-top:26px;color:var(--muted);font-size:16px;max-width:400px}

/* ---------- ABOUT: Who we are ---------- */
.about2 .wrap{display:block}
.about2 .brand-h{display:flex;align-items:flex-start;gap:16px}
.about2 .brand-h .re{width:58px;height:58px;font-size:25px;margin-top:-3px;flex:none}
.ab-head-l{--brand-mark-size:58px}
.about2 .brand-h h2{font-size:clamp(30px,3.6vw,46px);font-weight:800;line-height:1.05}
.ab-head{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:start;margin-bottom:38px}
.ab-head-l .ab-sub{margin-top:40px}
.ab-narrative{max-width:650px;padding-top:5px}
.ab-intro{font-size:clamp(17px,1.55vw,20px);color:var(--navy);line-height:1.58}
.ab-main{display:block;width:100vw;margin:0 0 46px calc(50% - 50vw);background:var(--navy);border-top:1px solid rgba(27,92,255,.7);border-bottom:1px solid rgba(27,92,255,.55)}
.ab-sub{color:var(--blue);font-family:var(--display);font-weight:800;font-size:clamp(20px,2vw,26px);line-height:1.42;margin:0;max-width:570px}
.ab-body{border-top:0;margin-top:24px;padding-top:0}
.ab-body p{color:var(--muted);font-size:15.5px;line-height:1.68;margin-bottom:17px;max-width:610px}
.ab-body p:last-child{margin-bottom:0}
.ab-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));max-width:var(--maxw);margin:0 auto;padding:38px 40px;background:transparent}
.ab-stat{padding:0 20px;text-align:left;position:relative;min-width:0}
.ab-stat:first-child{padding-left:0}
.ab-stat:last-child{padding-right:0}
.ab-stat + .ab-stat::before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:rgba(210,224,250,.18)}
.ab-stat dt{display:flex;align-items:baseline;white-space:nowrap;font-family:var(--display);font-weight:800;font-size:clamp(27px,2.35vw,34px);line-height:1;color:#fff;letter-spacing:-.035em}
.ab-stat .ab-value{color:#fff;font-variant-numeric:tabular-nums}
.ab-stat .ab-unit{color:#fff}
.ab-stat dd{font-size:13.5px;color:#b9c8e2;line-height:1.48;margin-top:13px;max-width:180px}

.ab-panels{display:grid;grid-template-columns:1.22fr 1fr;gap:76px;margin:48px 0 8px;align-items:start}
.ab-stand{position:relative;isolation:isolate}
/* the "Re" background watermark used to sit here — replaced by the oversized numerals below */
.ab-stand h4{font-size:clamp(28px,2.7vw,38px);font-weight:800;line-height:1.08;margin-bottom:26px;letter-spacing:-.035em}
.reach-copy h4{font-size:clamp(24px,2.25vw,32px);font-weight:800;line-height:1.12;margin-bottom:22px;letter-spacing:-.025em}
.stand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;row-gap:0;align-items:start}
.stand{position:relative;min-width:0;padding-top:62px}
.stand:nth-child(3),.stand:nth-child(4){margin-top:38px;padding-top:70px}
/* oversized numeral, sitting behind each value in its own clear space */
.stand-no{position:absolute;top:-14px;left:-10px;z-index:-1;color:rgba(27,92,255,.08);
  font-family:var(--display);font-weight:800;font-size:clamp(76px,7.4vw,112px);line-height:.82;
  letter-spacing:-.055em;margin:0;pointer-events:none;font-variant-numeric:tabular-nums}
.stand:nth-child(3) .stand-no,.stand:nth-child(4) .stand-no{top:-4px}
.stand-title{display:flex;align-items:center;margin-bottom:10px}
.stand b{color:var(--navy);font-family:var(--display);font-weight:800;font-size:clamp(22px,2vw,29px);line-height:1.08;letter-spacing:-.025em}
.stand p{font-size:15px;color:var(--muted);line-height:1.58;max-width:330px}
.ab-reach{position:relative;display:grid;grid-template-areas:"copy" "map";grid-template-rows:auto 1fr;align-content:start;min-height:0;margin-top:0}

/* ---------- geomap: shared map component (Who we are + footer) ---------- */
/* layer hierarchy: markers/labels > coastline > country boundaries > land fill */
.geomap{position:relative;line-height:0;perspective:none;transform-style:flat;aspect-ratio:1626/967;background:url("images/asia-pacific-flat-map.webp") center/100% 100% no-repeat}
.geomap svg{display:block;width:100%;height:100%;transform:none;transform-origin:50% 50%}
.geomap .geo-landmass{display:none}
/* solid, restrained tonal fill — a dot-pattern land fill was visually swallowing the ring/dot
   markers (they read as just more texture dots), so this uses plain low-opacity fill instead */
.geomap-light .geo-fill{fill:var(--navy);fill-opacity:.045;stroke:none}
.geomap-light .geo-fill-market{fill-opacity:.07}
.geomap-dark .geo-fill{fill:#8FB0F7;fill-opacity:.08;stroke:none}
.geomap-dark .geo-fill-market{fill-opacity:.13}
.geomap .geo-bound{display:none}
.geomap .geo-coast{fill:none;stroke:#5C7DAE;stroke-opacity:.22;stroke-width:.55;stroke-linejoin:round;stroke-linecap:round}
/* animate the ring's radius (not transform:scale + fill-box) — fill-box reference-box resolution
   for <g>/<circle> scaling is unreliable across renderers, and animating r sidesteps it entirely */
.geomap .geo-ring{fill:none;stroke:var(--blue);stroke-opacity:.62;stroke-width:1;r:7px;animation:geoRipple 3.2s ease-out infinite}
.geomap .geo-hub .geo-ring{r:8.5px;animation-name:geoRippleHub}
.geomap .geo-dot{fill:var(--blue);stroke:#fff;stroke-width:1.2}
.geomap .geo-hub .geo-dot{stroke-width:1.4}
@keyframes geoRipple{0%{r:5px;stroke-opacity:.75}72%,100%{r:13px;stroke-opacity:0}}
@keyframes geoRippleHub{0%{r:6px;stroke-opacity:.75}72%,100%{r:16px;stroke-opacity:0}}
.geomap .geo-marker:nth-child(6) .geo-ring{animation-delay:.38s}
.geomap .geo-marker:nth-child(7) .geo-ring{animation-delay:.76s}
.geomap .geo-marker:nth-child(8) .geo-ring{animation-delay:1.14s}
.geomap .geo-marker:nth-child(9) .geo-ring{animation-delay:1.52s}
.geomap .geo-marker:nth-child(10) .geo-ring{animation-delay:1.9s}
/* labels render as a fixed-size HTML overlay (not scaled by the SVG viewBox) so they stay legible at every breakpoint */
.geo-labels{position:absolute;inset:0;pointer-events:none}
.geo-label-html{position:absolute;left:var(--lx);top:var(--ly);transform:translate(0,-70%);font-family:var(--display);font-weight:700;font-size:11.5px;color:var(--navy);letter-spacing:.01em;white-space:nowrap;opacity:0;transition:opacity .8s ease}
.geo-label-html.geo-label-end{transform:translate(-100%,-70%)}
.geo-label-html.geo-label-hub{font-weight:800}
/* static-first: a single restrained entrance (opacity only — transform+fill-box on <g> is unreliable, see above), no continuous loops */
.geomap .geo-marker{opacity:0;transition:opacity .7s ease}
.geomap.geomap-in .geo-marker{opacity:1;transition-delay:.1s}
.geomap.geomap-in .geo-label-html{opacity:1;transition-delay:.35s}
@media(prefers-reduced-motion:reduce){
  .geomap .geo-marker,.geo-label-html{transition:none;opacity:1}
  .geomap .geo-ring{animation:none;stroke-opacity:.62}
}
/* dark (footer) variant — muted blue-grey coastlines, extremely subtle fill, restrained brighter markers, no boundary layer */
.geomap-dark .geo-coast{stroke:#89a8df;stroke-opacity:.2}
.geomap-dark .geo-ring{stroke:#6f98ff;stroke-opacity:.55}
.geomap-dark .geo-dot{fill:#4B82FF;stroke:var(--navy-900)}
.geomap-dark .geo-label-html{color:#c7d2e6}
.geomap-dark{background:none;isolation:isolate}
.geomap-dark::before{display:none}
.geomap-dark .geo-landmass{display:none}
.geomap-dark .geo-footer-art{opacity:.44}
.geomap-dark svg{position:relative;z-index:1}
.geomap-dark .geo-labels{z-index:2}

.ab-reach .geomap{grid-area:map;position:relative;right:auto;top:auto;transform:none;width:112%;margin:14px 0 -18px -7%;pointer-events:none}
/* mobile-only: pull "South Korea" and "Japan" further apart so their labels never touch as the map shrinks */
@media(max-width:640px){
}
.ab-reach .reach-copy{grid-area:copy;position:relative;z-index:1;max-width:520px;padding-top:0}
.reach-copy p{font-size:15px;color:var(--muted);line-height:1.68;margin-bottom:25px}
.reach-btn{display:inline-flex;align-items:center;gap:12px;color:var(--blue);font-family:var(--display);font-size:14px;font-weight:700;padding:0 0 8px;border-bottom:1px solid currentColor}
.reach-btn .arw{transition:transform .2s ease}
.reach-btn:hover .arw{transform:translateX(4px)}

.ab-cta{display:flex;align-items:center;gap:20px;background:linear-gradient(120deg,#F9FBFF 0%,#EEF3FC 100%);border:1px solid var(--line-2);border-radius:18px;padding:22px 30px}
.ab-cta .re{width:44px;height:44px;font-size:19px;flex:none}
.ab-cta p{font-size:clamp(14px,1.4vw,16px);color:var(--navy);line-height:1.55}
.ab-cta p b{color:var(--blue);font-weight:700}

/* ---------- OVERVIEW (slide3, sphere + dimensions) ---------- */
.overview{text-align:center;overflow:hidden}
.overview .sec-head{margin:0 auto;text-align:center}
.overview .sec-head h2{text-shadow:0 0 16px #fff,0 0 26px #fff,0 1px 2px #fff}
.overview .sec-head p{position:relative;text-shadow:0 0 12px #fff,0 0 20px #fff,0 0 8px #fff}
.ovfx{position:absolute;inset:0;z-index:0;pointer-events:none}
.sphere-stage{position:relative;height:300px;margin:26px auto 0;max-width:none;z-index:1}
#sphereCanvas{position:absolute;inset:0;width:100%;height:100%}
.sphere-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:118px;height:118px;font-size:42px;z-index:3;box-shadow:0 26px 54px -16px rgba(27,92,255,.7)}
.dims{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;margin-top:20px}
.dim-card{position:relative;padding-top:26px}
.dim-card::before{display:none}
.dim-card .dc-dot{display:none}
.dim-card .dc-ico{width:72px;height:72px;border-radius:50%;background:#fff;border:1px solid var(--line);display:grid;place-items:center;margin:16px auto 14px;color:var(--blue);box-shadow:var(--shadow-sm);transition:transform .3s, box-shadow .3s}
.dim-card:hover .dc-ico{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.dim-card h4{font-size:16.5px;font-weight:700}
.dim-card .dc-rule{width:22px;height:2px;background:var(--blue);border-radius:2px;margin:9px auto}
.dim-card p{font-size:12.5px;color:var(--muted);line-height:1.5}
.scroll-hint{display:inline-flex;align-items:center;gap:12px;margin-top:46px;color:var(--muted);font-size:13.5px}
.scroll-hint .sh-line{width:64px;height:1px;background:var(--line)}
.scroll-hint .sh-circle{width:30px;height:30px;border-radius:50%;border:1px solid var(--blue);display:grid;place-items:center;color:var(--blue);animation:bob 2s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}

/* ---------- DIMENSIONS pinned ---------- */
.dimensions{background:var(--bg-soft);border-top:1px solid var(--line-2);position:relative}
.dim-layout{display:grid;grid-template-columns:340px 1fr;gap:48px;align-items:start}
.dim-left{position:sticky;top:calc(var(--nav-h) + 40px);align-self:start}
.dim-title-stack{min-height:220px;position:relative;margin-bottom:26px}
.dim-title{position:absolute;inset:0;opacity:0;transform:translateY(14px);transition:opacity .5s,transform .5s;pointer-events:none}
.dim-title.active{opacity:1;transform:none;pointer-events:auto}
.dim-title h3{font-size:34px;font-weight:800;line-height:1.05}
.dim-title h3 .d1{color:var(--navy)}
.dim-title p{margin-top:18px;color:var(--muted);font-size:15px;max-width:290px}
.stepper{margin-top:8px;position:relative;padding-left:6px}
.stepper::before{content:"";position:absolute;left:28px;top:26px;bottom:26px;width:1.5px;background:var(--line)}
.stepper .sp-fill{content:"";position:absolute;left:28px;top:26px;width:1.5px;background:var(--blue);height:0;transition:height .5s ease}
.step{display:flex;align-items:center;gap:16px;padding:9px 0;position:relative;z-index:2;cursor:pointer}
.step .sp-ico{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--muted-2);flex:none;transition:all .35s}
.step .sp-label{font-family:var(--display);font-weight:600;font-size:15px;color:var(--muted-2);transition:color .35s}
.step.on .sp-ico{border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 5px var(--blue-050);transform:scale(1.04)}
.step.on .sp-label{color:var(--blue)}
.step.done .sp-ico{color:var(--blue);border-color:var(--blue-100)}

.dim-right{display:flex;flex-direction:column;gap:34px}
.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:var(--shadow-md);scroll-margin-top:120px}
.panel-mobile-title{display:none}
.panel-head{display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap}
.panel-head .ph-copy{flex:1;min-width:260px}
.panel-brand{display:flex;align-items:center;gap:12px}
.panel-brand .re{width:44px;height:44px;font-size:19px}
.panel-brand h3{font-size:27px;font-weight:800}
.panel-intro{margin-top:16px;color:var(--muted);font-size:14.5px;max-width:440px}
.mini-stats{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:12px;min-width:330px}
.mini{border:1px solid var(--line);border-radius:12px;padding:13px 14px;background:var(--bg-softer)}
.mini .m-label{font-size:10.5px;color:var(--muted-2);font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.mini .m-val{font-family:var(--display);font-weight:800;font-size:22px;color:var(--navy);margin-top:8px}
.mini .m-note{font-size:10.5px;color:var(--muted);margin-top:7px;line-height:1.35}
.mini .spark{margin-top:8px}

.hlabel{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin:30px 0 16px}
.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.help{border:1px solid var(--line);border-radius:14px;padding:18px;transition:border-color .25s,transform .25s,box-shadow .25s;background:#fff}
.help:hover{border-color:var(--blue-100);transform:translateY(-3px);box-shadow:var(--shadow-md)}
.help .h-ico{width:42px;height:42px;border-radius:11px;background:var(--blue-050);display:grid;place-items:center;color:var(--blue);margin-bottom:13px}
.help .h-ico svg{width:21px;height:21px}
.help h5{font-family:var(--display);font-size:14.5px;font-weight:700;color:var(--navy);line-height:1.2}
.help p{font-size:12.5px;color:var(--muted);margin-top:7px;line-height:1.45}

.engage{margin-top:26px;border:1px solid var(--line);border-radius:16px;padding:26px;background:linear-gradient(120deg,var(--bg-softer),#fff);display:grid;grid-template-columns:1fr 1.3fr .92fr;gap:28px;align-items:center}
.engage .e-label{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
.engage h4{font-size:19px;font-weight:800;margin-top:10px}
.engage .e-desc{font-size:13px;color:var(--muted);margin-top:10px}
.engage .e-link{margin-top:16px;font-size:13.5px}
.e-viz{border-radius:14px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;line-height:0;aspect-ratio:16/10}
.e-viz svg,.e-viz img{width:100%;height:100%;display:block;object-fit:cover}
.outcomes .o-label{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}
.outcome{display:flex;gap:11px;font-size:13.5px;color:var(--navy);margin-bottom:13px;align-items:flex-start}
.outcome .chk{width:20px;height:20px;border-radius:50%;background:var(--blue-050);color:var(--blue);display:grid;place-items:center;flex:none;margin-top:1px}
.panel-strip{margin-top:24px;border-radius:14px;background:var(--bg-soft);padding:18px 22px;display:flex;gap:14px;align-items:flex-start}
.panel-strip .ps-ico{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--blue);flex:none}
.panel-strip b{font-family:var(--display);color:var(--navy);font-size:14.5px;display:block}
.panel-strip span{font-size:13px;color:var(--muted)}

/* ---------- CONFIRM / testimonials ---------- */
.confirm .brand-h{display:flex;align-items:center;gap:16px}
.confirm .brand-h .re{width:64px;height:64px;font-size:28px}
.confirm .brand-h h2{font-size:clamp(34px,4.4vw,54px)}
.confirm .sub-strong{font-family:var(--display);font-weight:700;color:var(--navy);font-size:19px;margin-top:22px}
.confirm .sub{color:var(--muted);margin-top:10px;font-size:15px;max-width:420px}
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}
.tcard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}
.tcard .tq{font-size:34px;font-family:var(--display);font-weight:800;color:var(--blue);line-height:.6}
.tstars{margin-left:auto;color:var(--blue);letter-spacing:2px;font-size:13px}
.tcard .quote{margin-top:16px;font-size:14.5px;color:var(--navy);font-weight:500;line-height:1.55;flex:1}
.twho{display:flex;gap:12px;align-items:center;margin-top:22px;padding-top:20px;border-top:1px solid var(--line-2)}
.tavatar{width:34px;height:34px;border-radius:50%;background:var(--blue-050);color:var(--blue);display:grid;place-items:center;flex:none}
.twho b{font-size:13.5px;color:var(--navy);font-family:var(--display)}
.twho span{font-size:12px;color:var(--muted);display:block}
.tmeta{margin-top:16px;font-size:12.5px}
.tmeta div{display:flex;gap:10px;margin-top:8px}
.tmeta .k{color:var(--blue);font-weight:600;min-width:66px;display:flex;align-items:center;gap:6px}
.tmeta .v{color:var(--muted)}
.stats-bar{margin-top:34px;background:var(--bg-soft);border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:26px 30px;display:flex;gap:16px;align-items:center;border-right:1px solid var(--line)}
.stat:last-child{border-right:none}
.stat .s-ico{width:44px;height:44px;color:var(--blue);flex:none;display:grid;place-items:center}
.stat .s-num{font-family:var(--display);font-weight:800;font-size:28px;color:var(--navy)}
.stat .s-txt{font-size:12px;color:var(--muted);line-height:1.35}
.logos{margin-top:20px;border:1px solid var(--line);border-radius:18px;padding:24px;text-align:center;background:#fff}
.logos .ll{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);font-weight:600;margin-bottom:16px}
.logo-row{display:flex;align-items:center;justify-content:center;gap:38px;flex-wrap:wrap}
.logo-row span{font-family:var(--display);font-weight:800;font-size:18px;color:#9aa6bd;letter-spacing:-.02em}
.logo-row .more{font-family:var(--body);font-weight:500;font-size:13px;color:var(--muted-2)}

/* ---------- INSIGHTS ---------- */
.insights{background:var(--bg)}
.insights .brand-h{display:flex;align-items:center;gap:16px}
.insights .brand-h .re{width:58px;height:58px;font-size:25px}
.insights .reveal{--brand-mark-size:58px}
.insights .brand-h h2{font-size:clamp(32px,4vw,50px)}
.chips{display:flex;gap:40px;flex-wrap:wrap;margin-top:34px;border-bottom:1px solid var(--line)}
.chip{position:relative;padding:0 0 16px;background:none;border:none;border-radius:0;font-size:15.5px;font-weight:500;color:var(--muted);transition:color .2s}
.chip:hover{color:var(--navy)}
.chip:first-child{color:var(--navy);font-weight:700}
.chip.on{color:var(--blue);font-weight:700}
.chip.on::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--blue);border-radius:1px}
.ins-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:26px}
.icard{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s}
.icard:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.icard.feat{flex-direction:column}
.icard .thumb{position:relative;background:var(--navy);overflow:hidden}
.icard.feat .thumb{width:100%;min-height:0;height:150px}
.icard:not(.feat) .thumb{height:150px}
.thumb canvas{position:absolute;inset:0;width:100%;height:100%}
.thumb .thumb-svg{position:absolute;inset:0;width:100%;height:100%}
.thumb .thumb-svg svg{width:100%;height:100%;display:block}
.thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.thumb .badge{position:absolute;top:14px;left:14px;font-size:10px;color:#bcd0ff;font-weight:600}
.thumb .badge span{display:block;color:#fff;font-family:var(--display);font-weight:700;font-size:13px}
.icard .body{padding:20px;display:flex;flex-direction:column;flex:1}
.icard .cat{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}
.icard .meta{font-size:11.5px;color:var(--muted-2);margin-top:8px}
.icard h4{margin-top:10px;font-size:15.5px;font-weight:700;line-height:1.25}
.icard.feat h4{font-size:15.5px}
.icard p{font-size:14px;color:var(--muted);margin-top:10px;line-height:1.55;flex:1}
.icard .read{margin-top:16px;font-size:13px}

/* ---------- CONTACT ---------- */
.contact .brand-h{display:flex;align-items:flex-start;gap:18px}
.contact .brand-h .re{width:72px;height:72px;font-size:31px;margin-top:-3px;flex:none}
.c2-head{--brand-mark-size:72px}
.contact .brand-h h2{font-size:clamp(34px,4.6vw,56px)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;margin-top:20px;align-items:start}
.contact .c-lead b{font-family:var(--display);color:var(--navy);font-size:18px;display:block}
.contact .c-lead p{color:var(--muted);margin-top:14px;font-size:14.5px;max-width:360px}
.cinfo{margin-top:32px;display:flex;flex-direction:column;gap:22px}
.cinfo .ci{display:flex;gap:16px;align-items:flex-start}
.cinfo .ci-ico{width:46px;height:46px;border-radius:50%;background:var(--blue-050);color:var(--blue);display:grid;place-items:center;flex:none}
.cinfo b{font-family:var(--display);font-size:14.5px;color:var(--navy)}
.cinfo .ci-txt{font-size:13.5px;color:var(--muted);line-height:1.5}
.cinfo .ci-txt a{color:var(--blue);font-weight:500}
.form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow-lg)}
.form-card h3{font-size:22px;font-weight:800;margin-bottom:22px}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.field label{display:none}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:14px 15px;font-family:inherit;font-size:14px;color:var(--navy);background:var(--bg-softer);transition:border-color .2s,box-shadow .2s}
.field input::placeholder,.field textarea::placeholder{color:var(--muted-2)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-050);background:#fff}
.field.full{margin-bottom:14px}
.field textarea{resize:vertical;min-height:118px}
.consent{display:flex;gap:10px;align-items:center;font-size:13px;color:var(--muted);margin:6px 0 18px}
.consent input{width:17px;height:17px;accent-color:var(--blue)}
.consent a{color:var(--blue)}
.form-card .btn-dark{width:100%;justify-content:center;padding:15px}
.form-note{margin-top:16px;display:flex;gap:9px;align-items:center;justify-content:center;font-size:12px;color:var(--muted-2)}

/* ---------- FOOTER ---------- */
footer{position:relative;background:var(--navy-900);color:#c7d2e6;overflow:hidden;padding:70px 0 30px}
#footCanvas{position:absolute;inset:0;width:100%;height:100%;opacity:.5}
footer .wrap{position:relative;z-index:2}
.foot-top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:34px}
.foot-brand .fb-logo{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:800;font-size:27px;color:#fff}
.foot-brand .re{width:40px;height:40px;font-size:18px}
.foot-brand .frule{width:44px;height:3px;background:var(--blue);border-radius:2px;margin:20px 0}
.foot-brand p{font-size:14px;color:#93a4c2;max-width:240px;margin-bottom:14px;line-height:1.62}
.socials{display:flex;gap:12px;margin-top:22px}
.socials a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;color:#c7d2e6;transition:all .2s}
.socials a:hover{border-color:var(--blue);color:#fff;background:var(--blue)}
.fcol h5{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:#fff;font-family:var(--body);font-weight:700}
.fcol .frule{width:26px;height:2px;background:var(--blue);border-radius:2px;margin:12px 0 18px}
.fcol a{display:flex;align-items:center;justify-content:space-between;font-size:13.5px;color:#a9b8d3;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.06);transition:color .2s}
.fcol a:hover{color:#fff}
.fcol a .arw{opacity:.5}
.foot-mid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:40px;margin-top:52px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}
.foot-mid h6{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--blue);font-weight:700;margin-bottom:16px;font-family:var(--body)}
.fm-line{display:flex;gap:12px;font-size:13.5px;color:#a9b8d3;margin-bottom:14px;align-items:flex-start}
.fm-line svg{color:var(--blue);flex:none;margin-top:2px}
.fsub{display:flex;border:1px solid rgba(255,255,255,.16);border-radius:11px;overflow:hidden;max-width:290px;margin-top:6px}
.fsub input{flex:1;background:transparent;border:none;padding:13px 15px;color:#fff;font-family:inherit;font-size:13.5px}
.fsub input::placeholder{color:#7f90ae}
.fsub input:focus{outline:none}
.fsub button{width:48px;background:var(--blue);color:#fff;display:grid;place-items:center}
.geomap-dark{max-width:430px;margin-top:14px}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-top:44px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:12.5px;color:#8092b0}
.foot-bottom .fbl{display:flex;gap:22px;flex-wrap:wrap}
.foot-bottom a:hover{color:#fff}

/* reveal */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}

/* ---------- SOLUTIONS: Re. Solve accordion ---------- */
.solutions{background:var(--bg);position:relative;overflow:visible;padding-top:64px}
.solve-head{position:relative;margin-bottom:46px;isolation:isolate;--brand-mark-size:66px}
.solve-head>.solve-brand,.solve-head>p{position:relative;z-index:1}
.solve-brand{display:flex;align-items:center;gap:16px}
.solve-brand .re{width:66px;height:66px;font-size:28px}
.solve-brand h2{font-size:clamp(34px,4.4vw,52px);font-weight:800}
.solve-head p{margin-top:16px;color:var(--muted);font-size:17px;max-width:620px;white-space:nowrap}
.solve-head .brand-rule,.insights .brand-rule{margin-bottom:0}
.solve-deco{position:absolute;inset:-10px 0 auto 0;height:0}

.solve-tabs{width:100%;margin:0 auto}
.solve-rail{display:grid;grid-template-columns:repeat(5,minmax(190px,1fr));border-top:1px solid var(--line);border-bottom:1.5px solid var(--line);overflow-x:auto;scrollbar-width:none;position:sticky;top:var(--nav-h);z-index:80;background:var(--bg);box-shadow:0 10px 24px -24px rgba(7,26,61,.55)}
.solve-rail::-webkit-scrollbar{display:none}
.solve-tab{min-width:0;min-height:96px;display:grid;grid-template-rows:auto auto;align-content:center;align-items:start;gap:6px;text-align:left;padding:16px 14px 18px;position:relative;border-right:1px solid var(--line-2)}
.solve-tab:last-child{border-right:none}
.solve-tab .st-num{font-family:var(--display);font-weight:700;font-size:11.5px;line-height:1;letter-spacing:.08em;color:var(--muted-2);transition:color .25s}
.solve-tab .st-title{font-family:var(--display);font-weight:700;font-size:clamp(13.5px,1.22vw,16px);line-height:1.15;color:var(--muted);letter-spacing:-.018em;transition:color .25s;white-space:nowrap}
.solve-tab::after{content:"";position:absolute;left:0;right:0;bottom:-1.5px;height:2.5px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.4,0,.2,1)}
.solve-tab:hover .st-title{color:var(--navy)}
.solve-tab:hover .st-num{color:var(--blue)}
.solve-tab.active .st-num{color:var(--blue)}
.solve-tab.active .st-title{color:var(--navy)}
.solve-tab.active::after{transform:scaleX(1)}
.solve-tab:focus-visible{outline:2.5px solid var(--blue);outline-offset:4px;border-radius:4px}

.solve-panels{padding-top:46px;position:relative}
.solve-panel{animation:solveFade .45s cubic-bezier(.2,.7,.2,1)}
.solve-panel[hidden]{display:none}
@keyframes solveFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.sv-teaser{font-size:16px;color:var(--navy);font-weight:500;line-height:1.55;margin-top:4px;max-width:520px}

.sv-top{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center;padding:14px 0 6px}
.sv-brand{display:flex;align-items:flex-start;gap:13px;margin-bottom:14px}
.sv-brand .re{width:46px;height:46px;font-size:20px;margin-top:-2px;flex:none}
.sv-brand h3{font-size:clamp(22px,2.4vw,30px);font-weight:800;line-height:1.1}
.sv-intro{color:var(--muted);font-size:15px;line-height:1.62;margin-top:10px;max-width:540px}
.sv-decor{border-radius:16px;overflow:hidden;border:1px solid var(--line-2);background:linear-gradient(120deg,#fff,var(--bg-softer));aspect-ratio:16/10;line-height:0}
.sv-decor svg{width:100%;height:100%;object-fit:cover;display:block;opacity:.9}
.sv-decor .decor-img{width:100%;height:100%;object-fit:contain;display:block;background:#fff}

/* large, borderless, bleeding image variant (behind text) */
.sv-top-img{position:relative;display:block;min-height:340px;padding:14px 0 20px}
.sv-top-img .sv-copy{position:relative;z-index:2;max-width:430px}
.sv-top-img .sv-decor{position:absolute;right:-12px;top:52%;transform:translateY(-50%);height:346px;width:auto;max-width:64%;aspect-ratio:auto;border:none;background:none;border-radius:0;box-shadow:none;overflow:visible;z-index:1;pointer-events:none}
.sv-top-img .sv-decor .decor-img{width:auto;height:100%;max-width:100%;object-fit:contain;background:none;-webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 3%,#000 12%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,transparent 3%,#000 12%,#000 100%)}
.layer-stack-art{position:relative;height:100%;aspect-ratio:1672/939;overflow:visible;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 100%)}
.layer-static{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}
.layer-traces{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
.layer-traces path{fill:none;stroke:rgba(91,151,255,.82);stroke-width:5;stroke-linecap:round;filter:url(#layerTraceGlow);opacity:0}
.layer-value-trace{stroke-dasharray:.09 1;stroke-dashoffset:1}
.layer-value-light{opacity:0;transform:translateY(660px);filter:url(#layerTraceGlow)}
.layer-value-halo{fill:rgba(82,148,255,.18);stroke:rgba(96,158,255,.36);stroke-width:2}
.layer-value-core{fill:#fff;stroke:#1b5cff;stroke-width:4}
.layer-edge{stroke-dasharray:.16 1;stroke-dashoffset:1}
.layer-stack-art.is-visible .layer-value-trace{animation:layerValue 2.05s cubic-bezier(.3,.58,.34,1) .12s both}
.layer-stack-art.is-visible .layer-value-light{animation:layerValueLight 1.9s cubic-bezier(.32,.05,.24,1) .16s both}
.layer-stack-art.is-visible .layer-edge{animation:layerEdge .62s ease-out var(--layer-delay) both}
.layer-edge-foundation{--layer-delay:.34s}.layer-edge-execution{--layer-delay:.72s}.layer-edge-enabling{--layer-delay:1.10s}.layer-edge-strategic{--layer-delay:1.48s}
@keyframes layerValue{0%{stroke-dashoffset:1;opacity:0}14%{opacity:.72}76%{opacity:.48}100%{stroke-dashoffset:0;opacity:0}}
@keyframes layerValueLight{0%{transform:translateY(660px);opacity:0}8%{opacity:1}88%{opacity:1}100%{transform:translateY(103px);opacity:0}}
@keyframes layerEdge{0%{stroke-dashoffset:1;opacity:0}35%{opacity:.66}100%{stroke-dashoffset:0;opacity:0}}
/* ===== 02-05 service artwork motion =================================================
   The artwork is a STATIC raster; the motion is an SVG "light trace" overlay drawn on
   top of it. Paths carry pathLength="1" and animate stroke-dashoffset 1 -> 0, so a short
   luminous dash travels the path and fades — the image itself never moves, which is why
   nothing can tear or be shown twice.
   02 Actuarial is the one exception that moves raster pixels: seven separate bar PNGs
   scaleY from a shared baseline over a static background.                            */
.actuarial-motion-art,.cat-motion-art,.analytics-motion-art,.ai-motion-art{position:relative;height:100%;aspect-ratio:1672/939;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 96%,transparent 100%)}
.svc-art{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;will-change:transform,opacity}

/* ---- 02 Actuarial: the complete supporting field is present from frame one. Only the
   seven glass bars grow from their shared baseline, with a restrained left-to-right
   stagger, and remain in their completed state. ---- */
.act-field{opacity:1}
.act-curve-trace{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:3}
.act-curve-trace path{fill:none;stroke:rgba(111,170,255,.88);stroke-width:5;stroke-linecap:round;stroke-dasharray:.075 1;stroke-dashoffset:1;opacity:0;filter:url(#actCurveGlow)}
.service-motion-art.is-visible .act-curve-trace path{animation:actCurveLight 2.05s cubic-bezier(.28,.58,.32,1) .16s both}
@keyframes actCurveLight{0%{stroke-dashoffset:1;opacity:0}12%{opacity:.8}78%{opacity:.52}100%{stroke-dashoffset:0;opacity:0}}
.act-bar{position:absolute;z-index:2;bottom:31%;display:block;object-fit:fill;opacity:0;transform:scaleY(0);transform-origin:50% 100%;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 76%,rgba(0,0,0,.82) 84%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 76%,rgba(0,0,0,.82) 84%,transparent 100%);filter:saturate(.82) brightness(1.05);transition:opacity .2s ease var(--bd),transform .9s cubic-bezier(.2,.72,.2,1) var(--bd);will-change:transform,opacity}
.act-bar1{left:40.5%;width:3.7%;height:13%;--bd:.04s}
.act-bar2{left:46.3%;width:3.7%;height:19%;--bd:.12s}
.act-bar3{left:52%;width:3.7%;height:26%;--bd:.20s}
.act-bar4{left:57.7%;width:3.7%;height:33%;--bd:.28s}
.act-bar5{left:63.5%;width:3.7%;height:41%;--bd:.36s}
.act-bar6{left:69.2%;width:3.7%;height:48%;--bd:.44s}
.act-bar7{left:74.9%;width:3.7%;height:56%;--bd:.52s}
.service-motion-art.is-visible .act-bar{opacity:1;transform:scaleY(1)}

/* ---- 03 Catastrophe: the complete artwork remains static. Only a light trace
   follows the cyclone's printed spiral. ---- */
.cat-ground{opacity:1}
.cat-swoosh{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:2}
.cat-swoosh path{fill:none;stroke:rgba(116,170,255,.82);stroke-width:5;stroke-linecap:round;filter:url(#catSwooshGlow);stroke-dasharray:.14 1;stroke-dashoffset:1;opacity:0}
.service-motion-art.is-visible .cat-swoosh path{animation:catSwoosh 1.65s cubic-bezier(.28,.58,.32,1) .18s both}
@keyframes catSwoosh{
  0%{stroke-dashoffset:1;opacity:0}
  14%{opacity:.72}
  70%{opacity:.5}
  100%{stroke-dashoffset:0;opacity:0}
}

/* ---- 04 Analytics: the source artwork never moves. Both highlights are measured to
   paths already printed in the image: a vertical ellipse around the model and one
   input-to-output route. Short luminous dashes travel those paths and then disappear. ---- */
.an-static{opacity:1}
.an-traces{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
.an-traces ellipse,.an-traces path{fill:none;stroke:rgba(83,145,255,.82);stroke-width:4;stroke-linecap:round;filter:url(#analyticsTraceGlow);opacity:0}
.an-oval-trace{stroke-dasharray:.075 1;stroke-dashoffset:1}
.an-route-trace{stroke-dasharray:.09 1;stroke-dashoffset:1}
.service-motion-art.is-visible .an-oval-trace{animation:anOvalTravel 1.8s cubic-bezier(.28,.58,.32,1) .18s both}
.service-motion-art.is-visible .an-route-trace{animation:anRouteTravel 1.65s cubic-bezier(.3,.58,.34,1) .36s both}
@keyframes anOvalTravel{0%{stroke-dashoffset:1;opacity:0}14%{opacity:.72}72%{opacity:.52}100%{stroke-dashoffset:0;opacity:0}}
@keyframes anRouteTravel{0%{stroke-dashoffset:1;opacity:0}14%{opacity:.68}72%{opacity:.46}100%{stroke-dashoffset:0;opacity:0}}

/* ---- 05 AI: the profile and terrain ground the scene early (clipped to exclude the
   medallion zone entirely, so it never doubles them); the four glass medallions ripple
   in individually, top to bottom, once the profile is already present ---- */
/* ---- 05 AI: the full artwork remains static. Four short signals travel along measured
   neural-to-outcome routes; each arrival produces one restrained inner pulse. ---- */
.ai-static{opacity:1}
.ai-traces{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
.ai-signal{fill:none;stroke:rgba(76,140,255,.76);stroke-width:4;stroke-linecap:round;stroke-dasharray:.10 1;stroke-dashoffset:1;opacity:0;filter:url(#aiTraceGlow)}
.ai-arrival{fill:none;stroke:rgba(86,149,255,.62);stroke-width:3;opacity:0;transform-box:fill-box;transform-origin:center}
.service-motion-art.is-visible .ai-signal{animation:aiSignal 1.2s cubic-bezier(.3,.58,.34,1) var(--ai-delay) both}
.service-motion-art.is-visible .ai-arrival{animation:aiArrival .62s ease-out var(--ai-arrival) both}
.ai-signal-brain{--ai-delay:.12s}.ai-arrival-brain{--ai-arrival:1.08s}
.ai-signal-bars{--ai-delay:.34s}.ai-arrival-bars{--ai-arrival:1.30s}
.ai-signal-shield{--ai-delay:.56s}.ai-arrival-shield{--ai-arrival:1.52s}
.ai-signal-search{--ai-delay:.78s}.ai-arrival-search{--ai-arrival:1.74s}
@keyframes aiSignal{0%{stroke-dashoffset:1;opacity:0}16%{opacity:.68}72%{opacity:.46}100%{stroke-dashoffset:0;opacity:0}}
@keyframes aiArrival{0%{opacity:0;transform:scale(.72)}35%{opacity:.55}100%{opacity:0;transform:scale(1.16)}}

@media(prefers-reduced-motion:reduce){
  .svc-art{transition:none!important;transform:none!important;opacity:1!important}
  .act-bar{transition:none!important;transform:none!important;opacity:1!important}
  .act-curve-trace{display:none!important}
  .cat-swoosh{display:none!important}
  .an-traces{display:none!important}
  .ai-traces{display:none!important}
  .layer-traces{display:none!important}
}
.sv-help{grid-template-columns:repeat(3,1fr);margin-top:4px}
.sv-help .help{padding:16px}
.sv-help .help .h-ico{width:38px;height:38px;border-radius:10px;margin-bottom:11px}
.sv-help .help .h-ico svg{width:19px;height:19px}
.sv-help .help h5{font-size:14px}
.sv-help .help p{font-size:13px;line-height:1.5}
.sv-row{display:block;margin-top:32px}
.sv-sub{color:var(--muted);font-size:14px;line-height:1.55;margin:-6px 0 16px}
.orgs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
/* Audiences read as a different category to capabilities: circle + hairline, not the tinted square. */
.org .org-ico{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);color:var(--blue);display:grid;place-items:center;margin-bottom:11px}
.org .org-ico svg{width:17px;height:17px}
.org b{font-family:var(--display);font-size:13.5px;color:var(--navy);display:block;margin-bottom:6px}
.org p{font-size:13px;color:var(--muted);line-height:1.55}
.sv-feat{position:relative;overflow:hidden;border:1px solid var(--blue-100);border-radius:16px;padding:22px 28px;margin-top:28px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:40px;align-items:start;
  background-image:linear-gradient(118deg,rgba(240,245,255,.96) 0%,rgba(240,245,255,.86) 42%,rgba(236,243,255,.62) 100%),var(--feat-img,var(--swirl,none));
  background-size:cover,cover;background-position:center,right center;background-repeat:no-repeat}
.sv-feat>*{position:relative;z-index:1}
.sv-feat-copy{display:flex;flex-direction:column;align-items:flex-start}
.sv-feat .e-label{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
.sv-feat h4{font-size:18px;font-weight:800;margin-top:10px}
.sv-feat p{font-size:13.5px;color:var(--muted);margin-top:10px;line-height:1.58}
.sv-feat .link-arrow{margin-top:16px}
.sv-feat-outcomes{border-left:1px solid rgba(27,92,255,.15);padding-left:40px;display:flex;flex-direction:column;justify-content:flex-start}
.sv-feat-outcomes>.hlabel{margin:0}
.sv-supported{display:grid;grid-template-columns:1fr 1fr;gap:13px 24px;margin-top:14px}
.sv-chk{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.45;color:var(--navy)}
.sv-chk .chk{width:14px;height:18px;color:var(--blue);display:grid;place-items:center;flex:none;margin-top:1px}

/* ---------- trusted-by marquee ---------- */
.trusted{padding:46px 0;background:#fff;overflow:hidden}
.trusted .tlabel{text-align:center;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);font-weight:600;margin-bottom:28px}
.marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.marquee-track{display:flex;align-items:center;gap:58px;width:max-content;animation:marquee 40s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-track span{font-family:var(--display);font-weight:800;font-size:22px;color:#9aa6bd;letter-spacing:-.02em;white-space:nowrap;flex:none}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- nav mega menu ---------- */
.nav-item{position:relative;height:var(--nav-h);display:flex;align-items:center}
.nav-item .nav-top{display:flex;align-items:center;gap:5px}
.nav-item .nav-top svg{width:11px;height:11px;opacity:.55;transition:transform .25s}
.nav-item:hover .nav-top{color:var(--blue)}
.nav-item:hover .nav-top svg{transform:rotate(180deg)}
.mega{position:fixed;left:0;right:0;top:var(--nav-h);background:#fff;border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);box-shadow:0 34px 60px -34px rgba(7,26,61,.35);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:190}
.nav-item:hover .mega{opacity:1;visibility:visible;transform:none}
.mega-inner{max-width:var(--maxw);margin:0 auto;padding:32px 40px;display:grid;grid-template-columns:.8fr 2.6fr;gap:44px;align-items:center}
.mega-intro h4{font-family:var(--display);font-size:21px;font-weight:800;color:var(--navy)}
.mega-intro p{font-size:13px;color:var(--muted);margin-top:10px;line-height:1.55;max-width:230px}
.mega-intro .link-arrow{margin-top:14px;font-size:13px}
.mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.mega-grid.four{grid-template-columns:repeat(2,1fr)}
.mega-card{display:flex;gap:13px;padding:14px;border-radius:12px;transition:background .2s}
.mega-card:hover{background:var(--bg-soft)}
.mega-ico{width:40px;height:40px;border-radius:10px;background:var(--blue-050);color:var(--blue);display:grid;place-items:center;flex:none}
.mega-grid .mega-ico svg{width:20px;height:20px}
.mega-card b{font-family:var(--display);font-size:14px;color:var(--navy);display:block;line-height:1.2}
.mega-card p{font-size:12px;color:var(--muted);margin-top:5px;line-height:1.4}

/* ---------- CONTACT: Solve what's next ---------- */
.contact{background:var(--bg);overflow:clip}
.c2-sticky-column{position:sticky;top:calc(var(--nav-h) + 42px);align-self:start;isolation:isolate;overflow:visible}
.c2-sticky-column>.mathbg{z-index:0;clip-path:inset(0)}
.c2-sticky-column>.c2-head,.c2-sticky-column>.c2-left{position:relative;z-index:1}
.c2-head{margin:-34px 0 28px -34px;padding:34px 0 8px 34px}
.contact2 .c2-head h2{font-size:clamp(32px,4.28vw,52px)}
.contact2{display:grid;grid-template-columns:1fr 1.06fr;gap:52px;align-items:start}
.c2-right{display:flex;flex-direction:column;position:relative}
.inquiry-actions{position:sticky;top:calc(var(--nav-h) + 14px);z-index:8;display:grid;grid-template-columns:auto 1fr 1fr;align-items:center;gap:10px;margin:0 0 22px 48px;padding:10px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 30px -24px rgba(7,26,61,.45);backdrop-filter:blur(12px);transition:opacity .2s ease,transform .2s ease}
.inquiry-actions.is-ended{opacity:0;transform:translateY(-8px);pointer-events:none}
.inquiry-actions>span{font-family:var(--display);font-size:11px;font-weight:700;color:var(--navy);padding:0 5px;line-height:1.25}
.inquiry-actions .inquiry-action{justify-content:center;min-height:38px;padding:9px 12px;font-size:11.5px;white-space:nowrap}
.c2-lead{font-family:var(--display);font-weight:700;color:var(--navy);font-size:19px;line-height:1.35;margin-top:2px}
.c2-sub{color:var(--muted);margin-top:14px;font-size:14.5px;max-width:440px;line-height:1.6}
.c2-quote{margin-top:34px;background:var(--bg-soft);border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:12px;padding:20px 22px;font-size:14.5px;color:var(--navy);line-height:1.62}
.c2-quote .cq-mark{color:var(--blue);font-family:var(--display);font-weight:800;font-size:24px;line-height:0;margin-right:5px;vertical-align:-5px}
.c2-quote cite{display:block;margin-top:12px;font-style:normal;font-size:12.5px;color:var(--muted);font-weight:600}

.form-card2{display:flex;flex-direction:column;flex:1;padding-left:48px}
.form-card2::before{content:"";position:absolute;left:0;top:var(--divider-start,190px);bottom:0;width:1px;background:var(--line);pointer-events:none}
.form-card2 .field.full{flex:none;display:flex;flex-direction:column;min-height:0;margin-bottom:0}
.form-card2 .field.full textarea{min-height:104px;resize:vertical}
.form-card2 h3{font-size:22px;font-weight:800}
.form-card2 .fc-sub{color:var(--muted);font-size:14px;margin-top:12px;line-height:1.58}
.form-card2 .hlabel{margin:26px 0 14px}
.sit-list{display:grid;grid-template-columns:max-content max-content;gap:8px 24px;margin-bottom:4px}
.sit{display:grid;grid-template-columns:14px auto;align-items:center;gap:9px;padding:8px 0;font-family:var(--display);font-weight:600;font-size:13.5px;line-height:1.35;text-align:left;color:var(--muted);transition:color .2s;cursor:pointer}
.sit::before{content:"";width:14px;height:14px;border-radius:50%;border:1.25px solid var(--navy);background:transparent;transition:border-color .2s,background .2s;box-sizing:border-box}
.sit:hover{color:var(--navy)}
.sit:hover::before{border-color:var(--blue)}
.sit.on{color:var(--navy)}
.sit.on::before{border-color:var(--navy);background:radial-gradient(circle,var(--blue) 0 3px,transparent 3.5px)}
.form-card2 .fld-label{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);margin:26px 0 10px}
.form-card2 .cta-split{border-top:none}
.contact-details{margin-top:24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}
.form-card2 .contact-field label{display:flex;align-items:baseline;justify-content:flex-start;gap:3px;font-family:var(--display);font-size:11px;font-weight:700;letter-spacing:.065em;text-transform:uppercase;color:var(--navy);margin-bottom:8px}
.form-card2 .contact-field label .required-mark{font-family:var(--display);font-size:13px;font-weight:700;line-height:1;color:var(--blue)}
.form-card2 .contact-field label .field-meta{margin-left:auto;font-family:var(--body);font-size:9px;font-weight:600;letter-spacing:.07em;color:var(--muted-2)}
.form-card2 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.form-card2 .contact-field input,.form-card2 .contact-field select{padding:12px 13px;font-size:13.5px;background:#fff;border-radius:8px}
.form-card2 .contact-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted-2) 50%),linear-gradient(135deg,var(--muted-2) 50%,transparent 50%);background-position:calc(100% - 17px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:34px}
.form-card2 .contact-field input[aria-invalid="true"],.form-card2 .contact-field select[aria-invalid="true"]{border-color:#c33;box-shadow:0 0 0 3px rgba(204,51,51,.08)}
.inquiry-message{margin-top:20px}
.form-card2 .inquiry-message .fld-label{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:0 0 10px;color:var(--navy)}
.form-card2 .inquiry-message .fld-label span{margin-left:auto;font-family:var(--body);font-size:9px;font-weight:600;letter-spacing:.07em;color:var(--muted-2)}
.form-privacy{font-size:11.5px;color:var(--muted-2);line-height:1.55;margin-top:18px;max-width:530px}
.form-privacy a{color:var(--navy);text-decoration:underline;text-decoration-color:rgba(6,21,48,.3);text-underline-offset:2px}
.form-privacy a:hover{color:var(--blue);text-decoration-color:currentColor}
.form-submit-row{display:flex;align-items:center;gap:18px;margin-top:18px}
.inquiry-submit{justify-content:center;min-width:166px;padding:12px 18px;font-size:12.5px}
.form-status{font-size:12px;color:var(--muted);line-height:1.45}
.form-status.is-error{color:#a52a2a}
.cta-split{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}
.cta-opt{display:flex;flex-direction:column}
.cta-opt+.cta-opt{padding-left:36px;border-left:1px solid var(--line)}
.cta-opt b{font-family:var(--display);font-size:14.5px;color:var(--navy);line-height:1.2;margin-bottom:9px}
.cta-opt p{font-size:13.5px;color:var(--muted);line-height:1.55;flex:1;margin-bottom:16px}
.cta-btn{justify-content:center;font-size:12.5px;padding:11px 12px;width:100%;text-align:center}
.btn-outline{background:#fff;color:var(--blue);border:1.5px solid var(--blue-100)}
.btn-outline:hover{background:var(--blue-050);border-color:var(--blue)}

/* ---------- responsive ---------- */
@media(max-width:1080px){
  .wrap{padding:0 28px}
  .nav-inner{padding:0 28px}
  .hero-grid{grid-template-columns:1fr}
  .ab-head{grid-template-columns:1fr;gap:22px;margin-bottom:40px}
  .ab-stats{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:28px}
  .ab-stat{grid-column:span 2}
  .ab-stat:nth-child(4){grid-column:2 / span 2}
  .ab-stat:nth-child(4)::before{display:none}
  .ab-stat:nth-child(4),.ab-stat:nth-child(5){padding-top:24px;border-top:1px solid rgba(210,224,250,.18)}
  .ab-panels{grid-template-columns:1fr}
  .dims{grid-template-columns:repeat(3,1fr);gap:26px 18px}
  .ins-grid{grid-template-columns:repeat(2,1fr)}
  .engage{grid-template-columns:1fr 1fr;grid-template-areas:"copy viz" "out viz"}
  .engage .e-copy{grid-area:copy}.engage .e-viz{grid-area:viz}.engage .outcomes{grid-area:out}
}
@media(max-width:900px){
  .nav-links,.nav-sep,.nav-right .icon-btn{display:none}
  .nav-right .btn-primary{display:none}
  .hamburger{display:grid}
  header.nav .brand .word{max-width:150px!important;opacity:1!important;margin-left:0!important}
  .dim-layout{grid-template-columns:1fr;gap:0}
  .dim-left{display:none}
  .panel-mobile-title{display:block;margin-bottom:2px}
  .panel-mobile-title h3{font-size:26px}
  .panel-mobile-title p{color:var(--muted);font-size:14px;margin-top:8px;max-width:520px}
  .panel-mobile-title .rule{margin:16px 0 26px}
  .help-grid{grid-template-columns:repeat(2,1fr)}
  .engage{grid-template-columns:1fr;grid-template-areas:none}
  .engage .e-copy,.engage .e-viz,.engage .outcomes{grid-area:auto}
  .dim-transition{display:none}
  .stats-bar{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-right:none}
  .stat:nth-child(1),.stat:nth-child(2){border-bottom:1px solid var(--line)}
  .foot-top{grid-template-columns:1fr 1fr;gap:30px}
  .foot-mid{grid-template-columns:1fr}
  .sv-top{grid-template-columns:1fr;gap:22px}
  .sv-decor{max-height:200px}
  .sv-top-img{min-height:0}
  .sv-top-img .sv-copy{max-width:none}
  .sv-top-img .sv-decor{position:static;transform:none;right:auto;height:auto;width:100%;max-width:100%;margin-top:14px}
  .sv-top-img .sv-decor .decor-img{width:100%;height:auto;-webkit-mask-image:none;mask-image:none}
  .layer-stack-art,.actuarial-motion-art,.cat-motion-art,.analytics-motion-art,.ai-motion-art{width:100%;height:auto;-webkit-mask-image:none;mask-image:none}
  .sv-help{grid-template-columns:repeat(2,1fr)}
  .sv-row{grid-template-columns:1fr;gap:22px}
  .sv-feat{grid-template-columns:1fr;gap:26px;min-height:0}
  .sv-feat-outcomes{border-left:0;border-top:1px solid rgba(27,92,255,.15);padding:24px 0 0}
  .orgs-grid{grid-template-columns:repeat(2,1fr)}
  .sv-supported{grid-template-columns:repeat(2,1fr)}
  .solve-rail{grid-template-columns:repeat(5,minmax(175px,1fr))}
  .solve-tab{min-height:90px;padding:15px 14px 17px}
  .solve-panels{padding-top:34px}
  .c2-sticky-column{position:relative;top:auto;overflow:visible;min-height:420px}
  .c2-head{margin:0 0 36px;padding:0}
  .contact2{grid-template-columns:1fr;gap:38px}
  .form-card2{padding-left:0;padding-top:34px;border-top:1px solid var(--line)}
  .form-card2::before{display:none}
  .inquiry-actions{position:static;margin:0;grid-template-columns:1fr 1fr}
  .inquiry-actions>span{grid-column:1/-1}
  .ab-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:10px 28px;border-bottom:0}
  .ab-stat,.ab-stat:nth-child(4){grid-column:auto;padding:24px 20px;border-bottom:1px solid rgba(210,224,250,.18);border-top:0}
  .ab-stat:nth-child(odd){padding-left:0}
  .ab-stat:nth-child(even){padding-right:0}
  .ab-stat:nth-child(odd)::before{display:none}
  .ab-stat:nth-child(even)::before{display:block}
  .ab-stat:last-child{grid-column:1 / -1;padding-left:0;text-align:center}
  .ab-stat:last-child dd{margin-left:auto;margin-right:auto}
  .ab-stat:last-child::before{display:none}
  .stand-grid{grid-template-columns:repeat(2,1fr);gap:26px 22px}
  .stand{padding:52px 0 0}
  .stand:nth-child(3),.stand:nth-child(4){padding-top:56px}
  .stand-no{font-size:clamp(58px,9vw,84px);top:-8px;left:-6px}
  .stand + .stand::before{display:none}
}
@media(max-width:760px){
  .hero{align-items:flex-start;padding-bottom:56px}
  .hero-hub{width:110px;height:110px}
  .hub-core{font-size:36px}
  /* the hub moves to bottom-centre here, so the veil runs top-down over the copy instead */
  .hero::before{background:linear-gradient(180deg,
    rgba(255,255,255,.95) 0%,
    rgba(255,255,255,.9)  32%,
    rgba(255,255,255,.6)  50%,
    rgba(255,255,255,.2)  64%,
    rgba(255,255,255,0)   78%)}
}
@media(max-width:640px){
  .wrap{padding:0 20px}.nav-inner{padding:0 20px}
  .section{padding:76px 0}
  .hero{padding-top:calc(var(--nav-h) + 20px)}
  /* slightly smaller so it can sit clear of both the CTA above and the fold below */
  .hero-hub{width:88px;height:88px}
  .geo-label-html{font-size:10px}
  .hub-core{font-size:34px}
  .emit-card{padding:7px 13px 7px 8px;gap:8px}
  .emit-card .ec-ico{width:27px;height:27px}
  .emit-card .ec-ico svg{width:15px;height:15px}
  .emit-card .ec-t{font-size:12px}
  .emit-card .ec-q{font-size:9.5px}
  .tgrid{grid-template-columns:1fr}
  .dims{grid-template-columns:1fr 1fr}
  .ins-grid{grid-template-columns:1fr}
  .icard.feat{grid-column:span 1}
  .contact-grid{grid-template-columns:1fr;gap:34px}
  .sit-list{grid-template-columns:1fr 1fr}
  .form-grid{grid-template-columns:1fr}
  .form-submit-row{align-items:flex-start;flex-direction:column}
  .cta-split{grid-template-columns:1fr;gap:24px}
  .cta-opt+.cta-opt{padding-left:0;border-left:none;padding-top:24px;border-top:1px solid var(--line)}
  .ab-stats{grid-template-columns:1fr;padding:8px 22px}
  .ab-stat,.ab-stat:nth-child(4),.ab-stat:last-child{grid-column:auto;padding:22px 0;text-align:left}
  .ab-stat + .ab-stat::before{display:none}
  .ab-stat:last-child dd{margin-left:0;margin-right:0}
  .stand-grid{grid-template-columns:1fr 1fr}
  .ab-stand,.ab-reach{padding:24px}
  .reach-copy{max-width:none}
  .ab-reach .geomap{position:relative;top:auto;right:auto;transform:none;width:100%;margin-top:18px}
  .ab-reach{min-height:0}
  .ab-cta{flex-direction:column;align-items:flex-start;gap:14px;padding:22px}
  .stats-bar{grid-template-columns:1fr}.stat{border-right:none;border-bottom:1px solid var(--line)}
  .mini-stats{grid-template-columns:1fr 1fr 1fr;min-width:0}
  .panel{padding:22px}
  .help-grid{grid-template-columns:1fr}
  .foot-top{grid-template-columns:1fr}
  .foot-bottom{flex-direction:column;align-items:flex-start}
  .sv-help{grid-template-columns:1fr}
  .orgs-grid{grid-template-columns:1fr 1fr}
  .sv-supported{grid-template-columns:1fr}
  .solve-tab{min-width:118px;padding:14px 16px 20px;gap:7px}
  .solve-tab .st-title{font-size:14.5px}
  .solve-tab::after{left:16px;right:16px}
  .solve-head p{white-space:normal}
}

/* ===== footer link groups ===========================================================
   Marked up as <details> so they can collapse on small screens. On desktop they must
   look and behave exactly as the old <div> columns did: no marker, no chevron, never
   interactive — app.js force-sets [open] above 900px so the content is always shown. */
.fcol>summary{list-style:none;display:block;cursor:default}
.fcol>summary::-webkit-details-marker{display:none}
.fcol>summary::marker{content:""}
.fcol-chev{display:none}

/* ===== mobile / tablet navigation ===================================================
   Hidden entirely above 900px (the breakpoint where .nav-links is hidden), so the
   desktop header is untouched. Slide-in panel + scrim, driven by #ham.            */
.mnav,.mnav-scrim{display:none}
/* the display rules below would otherwise beat the UA [hidden] rule and leave the
   scrim laid out over the whole page, swallowing every tap while "closed" */
.mnav[hidden],.mnav-scrim[hidden]{display:none!important}
@media(max-width:900px){
  .mnav-scrim{display:block;position:fixed;inset:0;z-index:998;background:rgba(7,26,61,.42);
    backdrop-filter:blur(2px);opacity:0;transition:opacity .28s ease}
  .mnav-scrim.is-open{opacity:1}
  .mnav{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;z-index:999;
    width:min(84vw,340px);background:#fff;border-left:1px solid var(--line);
    box-shadow:-24px 0 60px -30px rgba(7,26,61,.4);
    padding:18px 22px calc(22px + env(safe-area-inset-bottom));
    transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.7,.2,1);
    overflow-y:auto;overscroll-behavior:contain}
  .mnav.is-open{transform:none}
  .mnav-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
  .mnav-title{font-family:var(--display);font-size:11px;font-weight:700;letter-spacing:.12em;
    text-transform:uppercase;color:var(--blue)}
  .mnav-close{width:44px;height:44px;margin-right:-10px;display:grid;place-items:center;
    background:none;border:0;color:var(--navy);cursor:pointer;border-radius:10px}
  .mnav-close:hover{background:var(--bg-soft)}
  .mnav>a{display:flex;align-items:center;min-height:52px;padding:4px 2px;
    font-family:var(--display);font-size:17px;font-weight:700;color:var(--navy);
    border-bottom:1px solid var(--line-2);text-decoration:none}
  .mnav>a:last-of-type{border-bottom:0}
  .mnav-group{border-bottom:1px solid var(--line-2)}
  .mnav-group>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:4px 2px;cursor:pointer;font-family:var(--display);font-size:17px;font-weight:700;color:var(--navy);-webkit-tap-highlight-color:transparent}
  .mnav-group>summary::-webkit-details-marker{display:none}
  .mnav-group>summary::marker{content:""}
  .mnav-group>summary svg{color:var(--muted-2);transition:transform .22s ease}
  .mnav-group.is-expanded>summary svg{transform:rotate(180deg)}
  /* padding-bottom is deliberately NOT transitioned. The JS animates height to the panel's
     scrollHeight, read one frame after .is-expanded is added -- if the 12px bottom padding were
     still easing in at that moment it would be missing from the target, and switching to
     height:auto at the end would snap the panel 12px taller. Applying it instantly puts it
     inside the measured height; it is invisible anyway, since the panel clips while it grows. */
  .mnav-sub{height:0;padding:0 0 0 14px;opacity:0;overflow:hidden;transition:height .34s cubic-bezier(.2,.7,.2,1),opacity .24s ease}
  .mnav-group.is-expanded>.mnav-sub{padding-bottom:12px;opacity:1}
  .mnav-sub-inner{min-height:0;overflow:hidden;display:grid}
  .mnav-sub a{display:block;padding:8px 2px;font-family:var(--body);font-size:14px;font-weight:500;line-height:1.35;color:var(--muted);text-decoration:none}
  .mnav-sub a.mnav-overview{color:var(--blue);font-weight:700}
  .mnav-sub a:focus-visible,.mnav-group>summary:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:5px}
  .mnav .mnav-cta{margin-top:18px;min-height:48px;justify-content:center;color:#fff;
    border-bottom:0;font-size:15px}
  body.mnav-open{overflow:hidden}
}
@media(max-width:900px) and (prefers-reduced-motion:reduce){
  .mnav,.mnav-scrim{transition:none}
}

/* ===== tablet + mobile refinements ==================================================
   Everything below lives inside max-width queries only, so the desktop layout is
   untouched by construction. Ordered after the earlier breakpoints so these win.   */

@media(max-width:1080px){
  /* The decorative map is deliberately bled past its column on desktop (width:112%
     with a -7% pull). At 1080 and below, .ab-panels collapses to one column, so that
     column is already full-bleed and the overhang spills past the viewport — which
     produced a real horizontal scrollbar at 1024. Reset the bleed from here down. */
  .ab-reach .geomap{width:100%;margin:14px 0 0}
  /* same cause: this heading is pulled -34px left, which lands outside the 28px wrap
     padding once the column goes full width, clipping the emblem at the viewport edge */
  .c2-head{margin-left:0;padding-left:0}
}

@media(max-width:900px){
  /* the services rail scrolls horizontally but its scrollbar is hidden, so nothing
     signals that tabs 3-5 exist. Fade the trailing edge harder and allow snapping. */
  .solve-tabs{position:relative}
  .solve-rail{scroll-snap-type:x proximity;scroll-padding-left:2px;
    -webkit-mask-image:linear-gradient(90deg,#000 0,#000 62%,rgba(0,0,0,.55) 84%,rgba(0,0,0,.12) 96%,transparent 100%);
            mask-image:linear-gradient(90deg,#000 0,#000 62%,rgba(0,0,0,.55) 84%,rgba(0,0,0,.12) 96%,transparent 100%)}
  .solve-rail.is-scroll-end{-webkit-mask-image:none;mask-image:none}
  .solve-tab{scroll-snap-align:start}
  /* breathing room between each tab's divider rule and its label, and a shorter rail */
  .solve-tab{min-height:72px;padding:14px 16px 14px 16px}
  .solve-tab::after{left:16px;right:16px}
  .solve-panels{padding-top:26px}

  .ab-panels{gap:40px}

  /* 7 filters will not fit one readable line on a phone or tablet, and wrapping them
     cost 3-4 rows. Make it a single horizontally scrollable row instead — the same
     pattern as the services rail, with a matching trailing fade. */
  .chips{flex-wrap:nowrap;overflow-x:auto;gap:26px;scrollbar-width:none;
    scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;
    -webkit-mask-image:linear-gradient(90deg,#000 0,#000 66%,rgba(0,0,0,.5) 86%,transparent 100%);
            mask-image:linear-gradient(90deg,#000 0,#000 66%,rgba(0,0,0,.5) 86%,transparent 100%)}
  .chips::-webkit-scrollbar{display:none}
  .chips.is-scroll-end{-webkit-mask-image:none;mask-image:none}
  .chips .chip{flex:0 0 auto;white-space:nowrap;padding-bottom:12px;scroll-snap-align:start}

  /* 92px top + bottom is a lot of dead space once the layout is single-column */
  .section{padding:68px 0}

  /* footer link groups collapse to accordions: the footer was 1,829px (2+ screens)
     with every group expanded. Nothing is removed — it is all one tap away.
     No divider rules anywhere here: between groups, between links, or after the last
     group. The chevron alone carries the affordance and it keeps the block compact. */
  .foot-top{grid-template-columns:1fr;gap:0}
  .foot-brand{margin-bottom:22px}
  /* the 240px cap is sized for the narrow desktop column; in a single-column footer it
     forces the copy to wrap early and adds a line to each paragraph. Let it run to the
     content margin, with a ch cap so the line length stays readable on a tablet. */
  .foot-brand p{max-width:56ch;margin-bottom:10px}
  /* These animate with the same height easing as the mobile nav groups, driven by the shared
     onHeightSettled helper in app.js. The <details> element itself is the animated box (its
     links are direct children, so there is no inner panel to size), hence overflow:hidden.
     padding-bottom is deliberately NOT transitioned, for the same reason as .mnav-sub: the JS
     reads scrollHeight to get its target and the padding must already be included, or the
     panel snaps taller at the end. */
  .fcol{border-top:0;border-bottom:0;overflow:hidden;transition:height .34s cubic-bezier(.2,.7,.2,1)}
  .fcol>summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;
    gap:12px;min-height:44px;padding:2px 0;-webkit-tap-highlight-color:transparent}
  .fcol>summary:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:6px}
  .fcol .frule{display:none}
  .fcol-chev{display:grid;place-items:center;color:#8ea3c6;flex:none;transition:transform .24s ease}
  /* Keyed off [open] so the chevron still flips if the JS never runs, but suppressed while
     collapsing so it turns back at the START of the animation, as the nav caret does. */
  .fcol[open]:not(.is-collapsing)>summary .fcol-chev{transform:rotate(180deg)}
  .fcol[open]{padding-bottom:8px}
  .fcol>a{border-bottom:0;padding:6px 0}
  /* 52px margin + 40px padding left a ~92px void under the last group */
  .foot-mid{margin-top:24px;padding-top:24px;gap:26px}
  .foot-bottom{margin-top:24px;padding-top:18px}
}

@media(max-width:640px){
  /* section rhythm: 76px top AND bottom stacked ~152px of dead space between sections */
  .section{padding:54px 0}

  /* value titles were large enough that the two columns nearly touched */
  .stand b{font-size:18.5px}
  /* desktop lets the title cross the numeral's lower edge (~16px at a 92px numeral);
     at this numeral size the equivalent overlap is ~7px, so pull the title up to match */
  .stand{padding-top:28px}
  .stand:nth-child(3),.stand:nth-child(4){padding-top:32px}
  .stand-no{font-size:clamp(52px,13vw,70px)}
  .stand-grid{gap:22px 20px}

  .foot-bottom{gap:12px}
  .fbl{gap:16px}
  .fbl-rest{display:none}   /* "Privacy Policy" -> "Privacy" so all four fit one line */

  /* every .ab-stat carries a bottom divider, which leaves a trailing rule under the
     last one now that they are stacked in a single column */
  .ab-stat:last-child{border-bottom:0}

  /* touch targets: bring interactive controls up to a comfortable minimum */
  .btn{min-height:44px}
  /* these two CTAs are white-space:nowrap side by side, which gave the block a
     356px min-content floor — wide enough to push the whole contact grid past a
     360px screen. Stacking them removes the floor and improves the tap targets. */
  .inquiry-actions{grid-template-columns:1fr}
  .inquiry-actions .inquiry-action{min-height:44px;font-size:13px;white-space:normal}
  .inquiry-actions>span{font-size:12px}
  .chips .chip{min-height:40px}
  .sit{min-height:44px}
  .reach-btn{min-height:40px}
  .form-card2 .link-arrow,.icard .link-arrow{min-height:34px;align-items:center}

  /* the maths backgrounds sit directly under headings and body copy at this width,
     where there is no side margin for them to breathe. Keep them, but quieter. */
  #insights>canvas:not(.mathbg),#contact>canvas:not(.mathbg){opacity:.5}
  #approach>.mathbg,#insights>.mathbg,.solve-head>.mathbg,.c2-sticky-column>.mathbg{opacity:.76}
  .hero canvas{opacity:.6}

  /* Separate these two dense labels without moving their geographic markers. */
  .geo-label-mobile-malaysia{--lx:39.5%!important;--ly:51.0%!important;transform:translate(-100%,-70%)}
  /* Singapore used to sit 10.7px right and 4.1px below its marker, while India, Japan and
     Australia all sit ~7px right and vertically level -- that diagonal offset is what read as
     detached. Marker is at 42.97%/55.26% of the viewBox, so this puts it ~7px out and level. */
  .geo-label-mobile-singapore{--lx:44.8%!important;--ly:55.3%!important}

  #whoMap{width:112%;max-width:none;margin-left:-6%;margin-right:-6%}
  /* That bleed runs past the viewport (measured 13px at 390, 7px at 360) and nothing upstream
     clipped it, so the whole page could be swiped sideways. Clip on the section — `clip` not
     `hidden`, so this never becomes a scroll container and position:sticky elsewhere keeps
     working. Nothing visible is lost: at rest the same 334px of map is on screen either way. */
  .approach{overflow-x:clip}

  /* Match the lighter Insights navigation language on phones: one shared baseline,
     no boxed cells, and an active underline. Numbering remains above each label. */
  .solve-rail{display:flex;gap:28px;border-top:0;border-bottom:1px solid var(--line);box-shadow:none;padding:8px 20px 0}
  .solve-tab,.solve-tab:last-child{flex:0 0 auto;min-width:0;min-height:0;padding:0 0 14px;border-right:0;gap:7px}
  .solve-tab::after{left:0;right:0;bottom:-1px;height:2px}
  .solve-tab .st-title{font-size:14.5px;line-height:1.2}
  /* The Insights filters are the same kind of navigation, so they take the same size as the
     service tabs above (14.5px, down from the 15.5px base). Size only -- the chips keep their
     own body-font weight. */
  .chips .chip{font-size:14.5px}

  /* Keep the first row visually balanced: both primary choices use two lines and
     each selector is centred against its complete text block. */
  .sit-list{gap:10px 18px}
  .sit{grid-template-columns:16px minmax(0,1fr);align-items:center;column-gap:10px;line-height:1.3}
  .sit:nth-child(1),.sit:nth-child(2){max-width:150px}
  .sit:nth-child(2){max-width:142px}
  :focus-visible{outline: none;}
}

/* NB: the hub's vertical position on mobile is set inline by placeHub() in app.js
   (it also drives the particle absorption point), so it is tuned there, not here. */

@media(max-width:900px){
  /* the loader lockup is centred as a unit, but the word sits left-aligned inside a
     fixed 200px box, so shorter words leave a gap and the whole thing reads as
     left-shifted. Centre the word within its box and let the box shrink. */
  .ld-word{min-width:0;text-align:center}
  .ld-inner{gap:14px}
}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1!important;transform:none!important;transition:none!important}
  .dim-transition{display:none}
}

/* ---------- loader ---------- */
body.loading{overflow:hidden}
.loader{position:fixed;inset:0;z-index:9999;background:radial-gradient(120% 120% at 50% 40%,#ffffff 0%,#f2f6ff 100%);display:grid;place-items:center;transition:opacity .55s ease}
.loader.done{opacity:0;pointer-events:none}
.ld-inner{display:grid;grid-template-columns:96px 200px;align-items:center;gap:20px;width:316px;transform-origin:center}
.ld-mark{width:96px;height:96px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:40px;letter-spacing:-.04em;box-shadow:0 30px 60px -18px rgba(27,92,255,.7);position:relative;will-change:transform}
.ld-mark>img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%}
.ld-mark::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid var(--blue);animation:re-ping 1.7s ease-out infinite}
.ld-word{font-family:var(--display);font-weight:800;font-size:clamp(30px,5vw,44px);color:var(--navy);letter-spacing:-.03em;min-width:200px;text-align:left}
.ld-word .w{display:inline-block;animation:ldSwap .55s cubic-bezier(.2,.7,.2,1)}
@keyframes ldSwap{0%{opacity:0;transform:translateY(14px)}100%{opacity:1;transform:none}}
.ld-hint{position:absolute;bottom:36px;left:0;right:0;text-align:center;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);font-family:var(--body);font-weight:600}
@media(prefers-reduced-motion:reduce){.loader{display:none}}

@media(max-width:640px){
  .ld-inner{grid-template-columns:76px 166px;gap:14px;width:256px}
  .ld-mark{width:76px;height:76px;font-size:32px}
  .ld-word{min-width:166px;text-align:left;font-size:30px}
}

/* Final branded-header standard (kept last so older section-specific sizing cannot win). */
.about2 .ab-head-l,.solve-head,.insights .reveal,.c2-head{--brand-mark-size:64px}
.about2 .brand-h,.solve-brand,.insights .brand-h,.contact .brand-h{align-items:center;gap:16px}
.about2 .brand-h .re,.solve-brand .re,.insights .brand-h .re,.contact .brand-h .re{width:64px;height:64px;margin-top:0;flex:none}
.about2 .brand-h h2,.solve-brand h2,.insights .brand-h h2,.contact .brand-h h2,.contact2 .c2-head h2{font-size:clamp(34px,4.4vw,52px);line-height:1.05}

@media(max-width:640px){
  .about2 .ab-head-l,.solve-head,.insights .reveal,.c2-head{--brand-mark-size:52px}
  .about2 .brand-h .re,.solve-brand .re,.insights .brand-h .re,.contact .brand-h .re{width:52px;height:52px}
  .about2 .brand-h h2,.solve-brand h2,.insights .brand-h h2,.contact .brand-h h2,.contact2 .c2-head h2{font-size:32px}
}
