
:root{
  --blue:#0b78f2;
  --blue-dark:#075fd0;
  --blue-light:#86bdf5;
  --ink:#0f172a;
  --muted:#5e6878;
  --line:#dfe7f0;
  --soft:#f4f8fd;
  --white:#fff;
  --shadow:0 14px 40px rgba(15, 23, 42, .08);
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(223,231,240,.8);
}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{display:block;width:150px;max-height:58px;object-fit:contain}
.site-nav{display:flex;align-items:center;gap:26px}
.nav-list{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.nav-list a{font-weight:650;font-size:14px}
.nav-list a:hover{color:var(--blue)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border-radius:9px;
  background:var(--blue);color:#fff;font-weight:750;font-size:14px;
  border:1px solid var(--blue);
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px);background:var(--blue-dark)}
.btn-small{min-height:42px;padding:0 18px}
.btn-outline{background:#fff;color:var(--blue)}
.btn-outline:hover{background:#eef6ff;color:var(--blue-dark)}
.nav-toggle{display:none;border:0;background:none;padding:8px}
.nav-toggle span:not(.screen-reader-text){display:block;width:25px;height:2px;background:var(--ink);margin:5px 0}
.hero{
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,#fff 0%,#f5faff 48%,#eaf4ff 100%);
  border-bottom:1px solid var(--line)
}
.hero-grid{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding-block:72px}
.eyebrow,.section-kicker{
  display:inline-block;text-transform:uppercase;letter-spacing:.12em;
  font-size:12px;font-weight:800;color:var(--blue);margin-bottom:14px
}
.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.045em;margin:0 0 22px;max-width:820px}
.lead{font-size:20px;color:var(--muted);max-width:720px;margin:0 0 24px}
.hero-tags{display:flex;flex-wrap:wrap;gap:9px 18px;margin:0 0 30px}
.hero-tags span{font-size:14px;font-weight:700;color:#324158}
.hero-tags span:not(:last-child)::after{content:"•";color:var(--blue);margin-left:18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-visual{position:relative;height:450px;min-width:0}
.visual-grid{position:absolute;inset:0;border-radius:32px;background:
  linear-gradient(rgba(11,120,242,.09) 1px, transparent 1px),
  linear-gradient(90deg, rgba(11,120,242,.09) 1px, transparent 1px);
  background-size:36px 36px;
  transform:perspective(700px) rotateY(-8deg) rotateX(4deg)
}
.visual-panel{position:absolute;border-radius:28px;box-shadow:var(--shadow)}
.panel-a{width:72%;height:55%;right:2%;top:9%;background:linear-gradient(135deg,rgba(134,189,245,.92),rgba(11,120,242,.88));transform:rotate(-7deg)}
.panel-b{width:76%;height:55%;left:7%;bottom:8%;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(8px);transform:rotate(6deg)}
.hero-waves{position:absolute;inset:0;pointer-events:none;opacity:.12}
.wave{position:absolute;width:540px;height:140px;border-radius:50%;border:32px solid transparent;border-top-color:currentColor;transform:rotate(-7deg)}
.wave-light{color:var(--blue-light);left:-100px;top:35px}
.wave-blue{color:var(--blue);left:50px;top:58px}
.section{padding:92px 0}
.section-tinted{background:var(--soft)}
.intro-grid{display:grid;grid-template-columns:.85fr 1.55fr;gap:70px;align-items:start}
.intro h2,.section-heading h2,.cta h2{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 20px}
.intro p,.section-heading p,.split-heading p{color:var(--muted)}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mini-card{padding:26px;border-left:1px solid var(--line)}
.mini-icon,.card-no{
  display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;
  background:#e9f4ff;color:var(--blue);font-size:12px;font-weight:850;margin-bottom:18px
}
.mini-card h3,.service-card h3,.reference-card h3{font-size:20px;line-height:1.2;margin:0 0 12px;letter-spacing:-.02em}
.mini-card p,.service-card p,.reference-card p{font-size:14px;color:var(--muted);margin:0}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading.centered{text-align:center;margin-inline:auto}
.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.service-card{
  min-height:330px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:28px 24px;box-shadow:0 10px 24px rgba(15,23,42,.04)
}
.service-card-featured{border-color:#b8d9ff;background:linear-gradient(180deg,#fff,#f7fbff)}
.process-line{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:60px}
.process-line::before{content:"";position:absolute;left:8%;right:8%;top:28px;height:2px;background:linear-gradient(90deg,var(--blue-light),var(--blue))}
.process-line article{position:relative;text-align:center;padding:0 10px}
.process-line article>span{position:relative;z-index:1;display:grid;place-items:center;margin:0 auto 18px;width:58px;height:58px;border-radius:50%;background:#fff;border:2px solid var(--blue);color:var(--blue);font-weight:850}
.process-line h3{font-size:17px;margin:0 0 8px}
.process-line p{font-size:13px;color:var(--muted);margin:0}
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.expertise-grid article{background:#fff;padding:28px}
.expertise-grid strong{display:block;font-size:17px;margin-bottom:7px}
.expertise-grid span{display:block;color:var(--muted);font-size:14px}
.split-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;max-width:none;align-items:end}
.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.reference-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.reference-type{display:inline-block;color:var(--blue);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}
.cta{padding:30px 0 0}
.cta-inner{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;border-radius:22px;padding:44px 48px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.cta-inner::after{content:"";position:absolute;width:360px;height:160px;border:30px solid rgba(255,255,255,.12);border-bottom-color:transparent;border-left-color:transparent;border-radius:50%;right:-80px;bottom:-70px;transform:rotate(-8deg)}
.cta h2{font-size:32px;margin-bottom:8px}
.cta p{margin:0;color:rgba(255,255,255,.82)}
.btn-white{position:relative;z-index:1;background:#fff;color:var(--blue);border-color:#fff;white-space:nowrap}
.site-footer{margin-top:30px;background:#0a1423;color:#d6dfeb;padding:55px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.4fr .6fr 1fr;gap:60px}
.footer-logo{width:150px;filter:brightness(0) invert(1);opacity:.94;margin-bottom:18px}
.footer-grid h3{font-size:14px;color:#fff;margin:0 0 14px}
.footer-grid a{display:block;margin:8px 0;color:#d6dfeb}
.footer-grid p{color:#93a1b4;font-size:14px;max-width:420px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#7f8ea2}
.page-shell{padding:90px 0}
.content-narrow{max-width:820px}
.content-narrow h1{font-size:48px;letter-spacing:-.04em;margin:0 0 28px}
.content-narrow article>*+*{margin-top:20px}
.content-narrow p{font-size:16px;line-height:1.75;color:#3a4557}
.content-narrow h2{font-size:26px;font-weight:650;letter-spacing:-.02em;line-height:1.25;margin-top:44px;color:var(--ink)}
.content-narrow h3{font-size:20px;font-weight:650;letter-spacing:-.015em;line-height:1.3;margin-top:36px;color:var(--ink)}
.content-narrow h4{font-size:17px;font-weight:650;margin-top:28px;color:var(--ink)}
.content-narrow ul,.content-narrow ol{padding-left:22px;color:#3a4557;font-size:16px;line-height:1.75}
.content-narrow li+li{margin-top:8px}
.content-narrow a{color:var(--blue);text-decoration:underline;text-decoration-color:rgba(11,120,242,.35);text-underline-offset:2px}
.content-narrow a:hover{text-decoration-color:var(--blue)}
.content-narrow strong{color:var(--ink);font-weight:650}
.content-narrow blockquote{margin:28px 0;padding:4px 0 4px 22px;border-left:3px solid var(--blue-light);color:#324158;font-size:17px;font-style:normal;line-height:1.65}
.content-narrow img{border-radius:14px;margin-top:8px}
.content-narrow table{width:100%;border-collapse:collapse;font-size:15px}
.content-narrow th,.content-narrow td{padding:10px 14px;border-bottom:1px solid var(--line);text-align:left}
.content-narrow th{color:var(--ink);font-weight:650}
.content-narrow hr{border:0;border-top:1px solid var(--line);margin:36px 0}
@media (max-width:1050px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .service-card:last-child{grid-column:1/-1}
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{height:330px}
  .intro-grid{grid-template-columns:1fr}
}
@media (max-width:820px){
  .header-inner{height:72px}
  .nav-toggle{display:block}
  .site-nav{
    position:absolute;left:0;right:0;top:72px;display:none;flex-direction:column;align-items:stretch;
    background:#fff;border-bottom:1px solid var(--line);padding:20px
  }
  .site-nav.open{display:flex}
  .nav-list{flex-direction:column;align-items:flex-start;gap:16px}
  .nav-cta{width:100%}
  .audience-grid,.expertise-grid,.reference-grid{grid-template-columns:1fr}
  .process-line{grid-template-columns:1fr;gap:30px}
  .process-line::before{display:none}
  .split-heading{grid-template-columns:1fr}
  .cta-inner,.footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .hero-grid{padding-block:52px;min-height:auto}
  .hero h1{font-size:42px}
  .hero-visual{height:250px}
  .section{padding:68px 0}
  .services-grid{grid-template-columns:1fr}
  .service-card:last-child{grid-column:auto}
  .cta-inner{padding:34px 26px}
  .brand img{width:132px}
  .hero-tags span:not(:last-child)::after{display:none}
}


/* cognitive v0.2 — lighter editorial typography + two-world brand visual */
.hero h1{font-size:clamp(36px,3.5vw,50px);font-weight:520;line-height:1.12;letter-spacing:-.03em;max-width:700px}
.intro h2,.section-heading h2{font-size:clamp(29px,3.15vw,40px);font-weight:560;line-height:1.13;letter-spacing:-.028em}
.cta h2{font-size:clamp(24px,2.4vw,29px);font-weight:570;line-height:1.18;letter-spacing:-.02em}
.section-kicker{font-weight:700}
.hero-grid{grid-template-columns:1.02fr .98fr}

/* Two worlds / cognitive bridge */
.bridge-visual{height:440px;position:relative;isolation:isolate}
.bridge-visual::before{content:"";position:absolute;inset:44px 5px 35px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(11,120,242,.08),rgba(11,120,242,0) 64%)}
.bridge-curve{position:absolute;left:7%;width:86%;height:205px;border-radius:50%;border:24px solid transparent;transform:rotate(-3deg)}
.bridge-curve-light{top:91px;border-top-color:rgba(134,189,245,.9)}
.bridge-curve-blue{top:126px;left:16%;width:78%;border-top-color:rgba(11,120,242,.96);transform:rotate(4deg)}
.bridge-world{position:absolute;z-index:3;max-width:245px}
.bridge-world strong{display:block;font-size:12px;line-height:1.25;letter-spacing:.12em;color:#26354a;font-weight:750}
.bridge-world span{display:block;margin-top:7px;font-size:12px;letter-spacing:.02em;color:var(--muted)}
.bridge-world-procurement{left:2%;top:55px;text-align:left}
.bridge-world-delivery{right:0;bottom:53px;text-align:right}
.bridge-center{position:absolute;z-index:4;left:50%;top:52%;transform:translate(-50%,-50%);text-align:center;background:rgba(255,255,255,.82);backdrop-filter:blur(8px);padding:14px 22px;border-radius:14px;border:1px solid rgba(223,231,240,.85);box-shadow:0 12px 34px rgba(15,23,42,.055)}
.bridge-center span{display:block;font-size:28px;font-weight:400;letter-spacing:-.04em;color:#101010}
.bridge-center small{display:block;margin-top:2px;font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);font-weight:700;white-space:nowrap}

/* Brand statement */
.bridge-story{padding:72px 0;border-bottom:1px solid var(--line)}
.bridge-story-grid{display:grid;grid-template-columns:.55fr 1.45fr;gap:70px;align-items:start}
.bridge-story .section-kicker{text-transform:none;font-size:14px;letter-spacing:.04em;margin-top:8px}
.bridge-story h2{font-size:clamp(31px,3.3vw,42px);font-weight:540;line-height:1.12;letter-spacing:-.03em;margin:0 0 20px}
.bridge-story p{font-size:18px;line-height:1.65;color:var(--muted);max-width:790px;margin:0 0 12px}
.bridge-story .bridge-story-emphasis{color:var(--ink);font-weight:600;margin-top:18px}

/* Footer logo has transparent background in v0.2 */
.footer-logo{height:auto;filter:brightness(0) invert(1);background:transparent}

@media (max-width:1050px){
 .bridge-visual{height:340px;max-width:650px;width:100%;margin-inline:auto}
 .bridge-story-grid{grid-template-columns:1fr;gap:18px}
}
@media (max-width:620px){
 .hero h1{font-size:34px;line-height:1.12;font-weight:520}
 .intro h2,.section-heading h2{font-size:30px}
 .bridge-visual{height:300px}
 .bridge-curve{border-width:18px;height:160px;top:82px}
 .bridge-curve-blue{top:112px}
 .bridge-world{max-width:180px}
 .bridge-world strong{font-size:10px}
 .bridge-world span{font-size:10px}
 .bridge-world-procurement{top:34px}
 .bridge-world-delivery{bottom:30px}
 .bridge-center span{font-size:23px}
 .bridge-center small{font-size:8px}
 .bridge-story{padding:58px 0}
 .bridge-story p{font-size:16px}
}

/* cognitive v0.3 — refined brand concept, exact logo curves, clean footer */
.hero-v3{background:linear-gradient(135deg,#fff 0%,#f7fbff 48%,#eef6ff 100%)}
.hero-v3 .hero-grid{grid-template-columns:.94fr 1.06fr;gap:54px;min-height:600px;padding-block:66px}
.hero-v3 .hero-copy{align-self:center}
.hero-rule{display:block;width:34px;height:3px;border-radius:999px;background:var(--blue);margin-bottom:23px}
.hero-v3 h1{font-size:clamp(34px,3vw,46px);font-weight:470;line-height:1.16;letter-spacing:-.027em;max-width:610px;margin-bottom:24px}
.hero-v3 .lead{font-size:17px;line-height:1.7;max-width:590px;margin-bottom:24px}
.hero-v3 .hero-tags span{font-size:13px;font-weight:650}

.concept-visual{position:relative;height:470px;min-width:0}
.concept-visual::before{content:"";position:absolute;left:43%;top:8%;width:53%;height:84%;border-radius:50%;background:repeating-radial-gradient(circle at center,rgba(11,120,242,.12) 0 1px,transparent 1px 34px);opacity:.55}
.concept-visual::after{content:"";position:absolute;left:52%;top:50%;width:29%;height:1px;background:linear-gradient(90deg,rgba(11,120,242,.35),rgba(11,120,242,.06));z-index:1}
.concept-card{position:absolute;z-index:3;width:255px;padding:22px 24px;background:rgba(255,255,255,.94);border:1px solid rgba(218,229,242,.95);border-radius:18px;box-shadow:0 18px 46px rgba(22,51,84,.09)}
.concept-card strong{display:block;font-size:12px;line-height:1.35;letter-spacing:.055em;color:var(--blue);font-weight:760;margin:11px 0 5px}
.concept-card span:last-child{display:block;font-size:12px;color:var(--muted);letter-spacing:.02em}
.concept-icon{display:grid!important;place-items:center;width:40px;height:40px;border-radius:50%;background:#edf5ff;color:var(--blue)!important;font-size:21px!important;font-weight:550!important;letter-spacing:0!important;margin:0!important}
.concept-card-procurement{left:0;top:35px}
.concept-card-delivery{left:0;bottom:34px}
.concept-card-delivery .concept-icon{background:#eefaf7;color:#12936f!important}
.concept-card-delivery strong{color:#12936f}

.concept-center{position:absolute;z-index:4;left:58%;top:50%;transform:translate(-50%,-50%);width:176px;height:176px;border-radius:50%;background:rgba(255,255,255,.97);border:1px solid #e1ebf5;box-shadow:0 18px 44px rgba(22,51,84,.11);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:4px}
.brand-curves-crop{position:relative;width:104px;height:34px;overflow:hidden;margin-bottom:10px}
.brand-curves-crop img{position:absolute;width:104px;height:auto;left:0;top:0;display:block;max-width:none}
.concept-center strong{font-size:14px;line-height:1.35;color:#075fd0;font-weight:700}
.concept-card-procurement::after,.concept-card-delivery::after{content:"";position:absolute;width:115px;height:1px;right:-115px;top:50%;background:linear-gradient(90deg,rgba(11,120,242,.36),rgba(11,120,242,.08))}
.concept-card-delivery::after{background:linear-gradient(90deg,rgba(18,147,111,.36),rgba(18,147,111,.08))}

.concept-outcomes{position:absolute;z-index:3;right:0;top:86px;width:220px;display:grid;gap:30px}
.concept-outcomes>div{position:relative;padding-left:25px;min-height:64px}
.concept-outcomes>div::before{content:"";position:absolute;left:-52px;top:15px;width:47px;height:1px;background:#b9d7f9}
.concept-outcomes>div:nth-child(2)::before{background:#b9d7f9}
.concept-outcomes>div:nth-child(3)::before{background:#b9e6d8}
.outcome-dot{position:absolute;left:-57px;top:11px;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:var(--blue);box-shadow:0 0 0 1px rgba(11,120,242,.2)}
.concept-outcomes>div:nth-child(3) .outcome-dot{background:#12936f;box-shadow:0 0 0 1px rgba(18,147,111,.2)}
.concept-outcomes p{margin:0;font-size:12px;line-height:1.55;color:var(--muted)}
.concept-outcomes strong{color:var(--ink);font-size:13px;font-weight:700}

.bridge-story-v3{padding:48px 0 54px;background:#fff}
.bridge-story-v3 .bridge-story-grid{grid-template-columns:.75fr 1.25fr;gap:72px;align-items:center}
.bridge-story-v3 h2{font-size:clamp(28px,2.8vw,38px);font-weight:480;line-height:1.18;letter-spacing:-.027em;margin:0}
.bridge-story-v3 .hero-rule{margin-bottom:17px}
.bridge-story-copy{display:grid;grid-template-columns:1fr .42fr;gap:34px;align-items:center}
.bridge-story-v3 p{font-size:15px;line-height:1.7;margin:0;color:var(--muted)}
.bridge-story-v3 .bridge-story-emphasis{padding-left:28px;border-left:1px solid var(--line);font-size:15px;font-weight:650;color:var(--ink)}

/* system-wide lighter headings */
.intro h2,.section-heading h2{font-size:clamp(27px,2.7vw,37px);font-weight:480;line-height:1.18;letter-spacing:-.025em}
.cta h2{font-size:clamp(23px,2.2vw,28px);font-weight:520;line-height:1.22}

/* Footer: no logo, no dark brand inversion */
.site-footer-v3{margin-top:30px;background:#f8fafc;color:#26364c;padding:46px 0 22px;border-top:1px solid var(--line)}
.footer-grid-v3{grid-template-columns:1.45fr .7fr 1fr;gap:72px}
.site-footer-v3 .footer-about p{font-size:14px;line-height:1.75;color:#526176;max-width:390px;margin:0}
.site-footer-v3 h3{font-size:13px;color:var(--ink);font-weight:700;margin:0 0 13px}
.site-footer-v3 a{display:block;margin:8px 0;color:#42536a;font-size:14px}
.site-footer-v3 a:hover{color:var(--blue)}
.site-footer-v3 p{color:#607086;font-size:14px;margin:8px 0}
.footer-bottom-v3{border-top:1px solid var(--line);margin-top:34px;padding-top:20px;font-size:12px;color:#78869a}
.footer-logo{display:none!important}

@media (max-width:1100px){
  .hero-v3 .hero-grid{grid-template-columns:1fr}
  .concept-visual{max-width:720px;width:100%;margin:0 auto;height:450px}
  .bridge-story-v3 .bridge-story-grid{grid-template-columns:1fr;gap:26px}
  .bridge-story-copy{grid-template-columns:1fr .45fr}
}
@media (max-width:760px){
  .hero-v3 h1{font-size:34px}
  .concept-visual{height:auto;display:grid;gap:14px;padding:4px 0}
  .concept-visual::before,.concept-visual::after,.concept-card::after{display:none}
  .concept-card,.concept-center,.concept-outcomes{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:100%;height:auto}
  .concept-center{border-radius:18px;padding:22px}
  .brand-curves-crop{width:98px;height:32px}
  .brand-curves-crop img{width:98px}
  .concept-outcomes{display:grid;gap:10px}
  .concept-outcomes>div{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff;min-height:0}
  .concept-outcomes>div::before,.outcome-dot{display:none}
  .bridge-story-copy{grid-template-columns:1fr}
  .bridge-story-v3 .bridge-story-emphasis{padding:18px 0 0;border-left:0;border-top:1px solid var(--line)}
  .footer-grid-v3{grid-template-columns:1fr;gap:28px}
}

/* cognitive v0.3.1 — real-render corrections */
.hero-v3 h1{
  font-size:clamp(33px,2.85vw,43px);
  font-weight:430;
  line-height:1.17;
  letter-spacing:-.024em;
  max-width:590px;
}

/* Give the concept diagram clean, non-overlapping zones. */
.concept-card{width:235px;padding:20px 22px}
.concept-card-procurement{left:0;top:42px}
.concept-card-delivery{left:0;bottom:42px}
.concept-card-procurement::after,.concept-card-delivery::after{width:82px;right:-82px}

.concept-center{
  left:53%;
  width:138px;
  height:138px;
  padding:12px 10px 10px;
  box-shadow:0 14px 34px rgba(22,51,84,.09);
}
.brand-curves-crop{width:88px;height:22px;margin-bottom:9px;overflow:hidden}
.brand-curves-crop img{width:88px;top:0}
.concept-center strong{font-size:12.5px;line-height:1.32;font-weight:650}

.concept-outcomes{right:-6px;top:75px;width:190px;gap:28px}
.concept-outcomes>div{padding-left:18px;min-height:62px}
.concept-outcomes>div::before{left:-39px;width:34px}
.outcome-dot{left:-44px}
.concept-outcomes p{font-size:11.5px;line-height:1.48}
.concept-outcomes strong{font-size:12.5px}

/* Continue the lighter editorial hierarchy through the page. */
.bridge-story-v3 h2{font-weight:440}
.intro h2,.section-heading h2{
  font-size:clamp(26px,2.55vw,35px);
  font-weight:440;
  line-height:1.2;
  letter-spacing:-.022em;
}
.cta h2{font-weight:480}

@media (max-width:1200px) and (min-width:1101px){
  .concept-card{width:220px}
  .concept-center{left:52%;width:128px;height:128px}
  .concept-outcomes{width:180px;right:-4px}
}


/* v3.2 references — now shown inside the "referencie" section itself,
   directly under the heading, instead of as its own separate strip. */
.reference-logos-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:44px;
  margin:36px 0 48px;
  padding-top:32px;
  border-top:1px solid var(--line);
}
.reference-logo-item{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.reference-logo-item img{
  display:block;
  max-width:100%;
  width:auto;
  height:auto;
  max-height:52px;
  object-fit:contain;
}
.reference-logo-item:nth-child(2) img{
  max-height:58px;
}
.reference-logo-item:nth-child(3) img{
  max-height:56px;
}
@media (max-width:760px){
  .reference-logos-row{
    gap:28px;
    margin:26px 0 36px;
    padding-top:24px;
  }
}
/* end v3.2 references */


/* cognitive v0.3.3 — coherent hero connector architecture */
.concept-visual-v33::before{
  left:42%; top:7%; width:48%; height:86%;
  opacity:.38;
}
.concept-visual-v33::after{display:none}
.concept-connectors{
  position:absolute; inset:0; width:100%; height:100%; z-index:2;
  overflow:visible; pointer-events:none;
}
.concept-connectors path{fill:none;stroke-linecap:round}
.world-link{stroke-width:18;opacity:.28}
.world-link-blue{stroke:#0b78f2}
.world-link-green{stroke:#45c9a0}
.outcome-link{stroke-width:1.5;opacity:.72}
.outcome-link-1,.outcome-link-2{stroke:#8fc5fb}
.outcome-link-3{stroke:#9edfc9}
.connector-node{stroke:#fff;stroke-width:3}
.node-1,.node-2{fill:#0b78f2}
.node-3{fill:#25a97f}

/* The cards and the centre are endpoints of the same visual system. */
.concept-visual-v33 .concept-card::after{display:none!important}
.concept-visual-v33 .concept-center{left:57%;top:50%}
.concept-outcomes-v33{right:-32px;top:69px;width:185px;gap:28px}
.concept-outcomes-v33>div{padding-left:18px;min-height:86px;display:flex;align-items:center}
.concept-outcomes-v33>div::before{display:none!important}
.concept-outcomes-v33 p{font-size:11.5px;line-height:1.5}
.concept-outcomes-v33 strong{display:inline-block;margin-bottom:3px;font-size:12.5px}

@media (max-width:1200px) and (min-width:1101px){
  .concept-visual-v33 .concept-center{left:54%}
  .concept-outcomes-v33{right:-26px;width:175px}
}
@media (max-width:1100px){
  .concept-connectors{display:none}
}
@media (max-width:760px){
  .concept-outcomes-v33>div{min-height:0;display:block}
  /* .concept-visual-v33 .concept-center and .concept-outcomes-v33 set their
     own left/top/right values further up this file (outside any media
     query), which come later in the cascade than the max-width:760px reset
     above and win the specificity tie — so on phones the centre badge and
     the outcomes list were still being pulled into their desktop absolute
     position instead of stacking normally. Reset them again here, last. */
  .concept-visual-v33 .concept-center{left:auto;top:auto}
  .concept-outcomes-v33{top:auto;right:auto}
}
/* end v0.3.3 */
