@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 600;font-display:swap;src:url('../fonts/dm-sans-latin-400-600.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:300 600;font-display:swap;src:url('../fonts/manrope-latin-300-600.woff2') format('woff2')}
:root{--navy:#001b2c;--navy2:#032a3e;--ink:#132832;--paper:#f4f7f6;--white:#fff;--cyan:#11c5df;--muted:#657680;--line:rgba(8,48,66,.15);--display:"Manrope",sans-serif;--body:"DM Sans",sans-serif;--secondary-hero-height:760px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased}
a{color:inherit}
.skip-link{position:fixed;left:16px;top:-60px;z-index:999;padding:12px 16px;background:var(--cyan);color:var(--navy);transition:top .2s}
.skip-link:focus{top:16px}
.site-header{position:fixed;inset:0 0 auto;z-index:50;height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(22px,4vw,68px);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(0,20,34,.78);backdrop-filter:blur(18px);transition:height .25s,background .25s}
.site-header.is-scrolled{height:66px;background:rgba(0,20,34,.94)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font:500 15px/1 var(--display);letter-spacing:.34em}
.brand img{object-fit:contain}
.desktop-nav{display:flex;gap:30px}
.desktop-nav a{position:relative;color:#c4d6dc;text-decoration:none;font-size:13px}
.desktop-nav a:after{content:"";position:absolute;left:50%;top:-10px;width:0;height:2px;background:var(--cyan);transform:translateX(-50%);transition:width .25s cubic-bezier(.22,.61,.36,1);box-shadow:0 0 10px rgba(17,197,223,.45)}
.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after,.desktop-nav a[aria-current="page"]:after,.desktop-nav a[aria-current="location"]:after{width:18px}
.header-actions{justify-self:end;display:flex;align-items:center;gap:22px}
.language{font-size:11px;color:#8da7b2}
.language i{display:inline-block;width:3px;height:3px;margin:0 7px;border-radius:50%;background:#4d6b79}
.header-cta{padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.4);font:500 12px var(--display);text-decoration:none}
.header-cta span{color:var(--cyan);margin-left:8px}
.menu-button,.mobile-nav{display:none}
.hero-thesis-continuum{position:relative;isolation:isolate;overflow:hidden;background:var(--paper)}
.continuum-art{position:absolute;z-index:0;inset:0;display:block;pointer-events:none}
.continuum-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.hero{position:relative;z-index:1;min-height:900px;height:100svh;overflow:hidden;background:transparent;color:#fff}
.hero-art{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,20,34,.99) 0%,rgba(0,20,34,.88) 42%,rgba(0,20,34,.18) 78%);filter:saturate(.8)}
.hero-art:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 66% 48%,rgba(17,197,223,.16),transparent 32%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent 70%)}
.hero-content{position:relative;z-index:2;width:min(1440px,100%);height:100%;margin:auto;padding:clamp(150px,17vh,210px) clamp(22px,6vw,90px) 70px;display:flex;flex-direction:column}
.eyebrow{display:inline-flex;align-items:center;gap:16px;margin:0 0 34px;color:#8fb0bc;font-size:10px;font-weight:600;letter-spacing:.25em;text-transform:uppercase}
.eyebrow:before{content:"";display:block;flex:0 0 32px;width:32px;height:1px;background:var(--cyan)}
.hero h1{margin:0;font:300 clamp(58px,7.2vw,112px)/.91 var(--display);letter-spacing:-.065em}
.hero h1 em{color:var(--cyan);font-style:normal}
.title-accent{color:inherit;font-style:normal}
.diagnosis .title-accent,.system-pathway .title-accent,.proof .title-accent{color:var(--cyan);background:none}
.hero-bottom{margin-top:auto;display:grid;grid-template-columns:minmax(300px,560px) 1fr;gap:70px;align-items:end}
.hero-bottom>p{margin:0;color:#c6d7dc;font-size:17px;line-height:1.7}
.hero-actions{display:flex;align-items:center;gap:28px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-width:240px;padding:16px 22px;border-radius:2px;font:600 12px var(--display);text-decoration:none}
.button-primary{background:var(--cyan);color:var(--navy);box-shadow:0 20px 50px rgba(17,197,223,.18)}
.button span{font-size:16px}
.text-link{display:inline-flex;gap:14px;align-items:center;color:#c9d9de;font-size:12px;text-decoration:none}
.text-link span{color:var(--cyan)}
.section-index{display:flex;gap:16px;align-items:center;color:#6a7a82;font-size:10px;letter-spacing:.17em;text-transform:uppercase}
.section-index span{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;color:#168ba0}
.section-index .section-index-label{display:block;width:auto;height:auto;border:0;border-radius:0;color:inherit}
.section-index p{margin:0}
.section-index.light{color:#839ca7}
.section-index.light span{border-color:rgba(255,255,255,.16);color:var(--cyan)}
.thesis{z-index:1;min-height:720px;height:auto;padding:110px clamp(22px,6vw,90px) 100px;max-width:none;margin:0;background:transparent}
.thesis>*{position:relative;z-index:1;max-width:1260px;margin-inline:auto}
.thesis-copy{margin-top:54px}
.thesis-copy h2{max-width:980px;margin:0;font:300 clamp(42px,5.5vw,78px)/1.07 var(--display);letter-spacing:-.045em}
.thesis-copy .thesis-support{max-width:720px;margin:30px 0 0;color:#526771;font-size:17px;line-height:1.8}
.decision-path{position:relative;margin-top:60px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:0;overflow:hidden;border:1px solid rgba(0,73,91,.2);background:rgba(255,255,255,.52);color:#405d68;font-size:13px;letter-spacing:.12em;text-transform:uppercase}
.decision-path::after{content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#08798e,var(--cyan));transform:scaleX(0);transform-origin:left;transition:transform 1.25s cubic-bezier(.22,.61,.36,1) .12s;pointer-events:none}
.decision-path.is-visible::after{transform:scaleX(1)}
.decision-path span,.decision-path strong{position:relative;display:flex;align-items:flex-end;min-width:0;min-height:116px;padding:50px 24px 24px;border-right:1px solid rgba(0,73,91,.18);box-sizing:border-box}
.decision-path span::before,.decision-path strong::before{position:absolute;top:22px;left:24px;color:#08798e;font-size:11px;font-weight:600;letter-spacing:.12em}
.decision-path>.path-step-1{grid-column:1}.decision-path>.path-step-2{grid-column:2}.decision-path>.path-step-3{grid-column:3}.decision-path>.path-step-4{grid-column:4}.decision-path>.path-step-5{grid-column:5}
.decision-path>.path-step-1::before{content:"01"}.decision-path>.path-step-2::before{content:"02"}.decision-path>.path-step-3::before{content:"03"}.decision-path>.path-step-4::before{content:"04"}.decision-path>.path-step-5::before{content:"05"}
.decision-path i{display:none}
.decision-path strong{border-right:0;background:var(--cyan);color:var(--navy);font-weight:600}.decision-path strong::before{color:#00485a}
.diagnosis{padding:130px clamp(22px,6vw,90px);background:var(--navy);color:#fff}
.diagnosis>.section-index,.diagnosis-heading,.fault-lines{max-width:1260px;margin-inline:auto}
.diagnosis-heading{margin-top:54px;margin-bottom:80px;display:grid;grid-template-columns:1fr 320px;gap:80px;align-items:end}
.diagnosis h2{margin:0;font:300 clamp(38px,5vw,72px)/1.06 var(--display);letter-spacing:-.045em}
.diagnosis-heading>p{margin:0;color:#9bb1ba;font-size:14px;line-height:1.8}
.fault-lines{border-top:1px solid rgba(255,255,255,.14)}
.fault{display:grid;grid-template-columns:1fr 60px 1fr;gap:30px;align-items:center;padding:32px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.fault p{margin:0 0 8px;color:#62808c;font-size:9px;letter-spacing:.16em;text-transform:uppercase}
.fault h3{margin:0;font:400 clamp(18px,2vw,27px)/1.25 var(--display)}
.fault>div:last-child h3{color:var(--cyan)}
.fault b{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(17,197,223,.5);border-radius:50%;color:var(--cyan);font-weight:400}
.system,.services,.thinking{max-width:1440px;margin:auto;padding:130px clamp(22px,6vw,90px)}
.system-intro,.services-header{margin:70px 0 80px;display:grid;grid-template-columns:1fr 360px;gap:100px;align-items:end}
.system-intro h2,.services-header h2,.thinking-header h2{margin:0;font:300 clamp(44px,5vw,72px)/1.04 var(--display);letter-spacing:-.05em}
.system-intro p,.services-header p{margin:0;color:var(--muted);font-size:15px;line-height:1.8}
.system-track{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}
.system-track li{display:grid;grid-template-columns:70px 1fr 360px;align-items:center;padding:26px 0;border-bottom:1px solid var(--line);transition:padding .25s,background .25s}
.system-track li:hover{padding-inline:20px;background:#fff}
.system-track li>span{font-size:11px;color:#228da0}
.system-track li div{display:flex;align-items:baseline;gap:26px}
.system-track li p{width:90px;margin:0;color:#7e8e95;font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.system-track li h3{margin:0;font:300 clamp(28px,3vw,42px) var(--display)}
.system-track small{color:#64767e;font-size:12px}
.system-link{display:inline-flex;gap:14px;margin:32px 0 0 70px;color:#087f94;font-size:12px;text-decoration:none}
.services{background:#ecf1f1;max-width:none}
.services>*{max-width:1260px;margin-inline:auto}
.services-header{margin-top:54px;margin-bottom:70px}
.service-stack{border-top:1px solid var(--line)}
.service-row{display:grid;grid-template-columns:70px minmax(260px,1fr) minmax(300px,1fr) 48px;gap:30px;align-items:center;padding:34px 0;border-bottom:1px solid var(--line);text-decoration:none;transition:padding .25s,background .25s}
.service-row:hover{padding-inline:24px;background:#fff}
.service-row span{color:#168ba0;font-size:11px}
.service-row h3{margin:0;font:400 clamp(24px,2.7vw,38px) var(--display)}
.service-row p{margin:0;color:#687981;font-size:12px;line-height:1.7}
.service-row b{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;color:#168ba0}
.proof{position:relative;display:grid;grid-template-columns:1.25fr .75fr;min-height:720px;overflow:hidden;background:var(--navy);color:#fff}
.proof>*:not(.cursor-glow){position:relative;z-index:1}
.proof-statement{padding:130px clamp(22px,6vw,90px);display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(90deg,rgba(255,255,255,.012),transparent 72%)}
.proof h2{margin:54px 0 0;max-width:800px;font:300 clamp(42px,5vw,72px)/1.08 var(--display);letter-spacing:-.045em}
.proof-notes{display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.13)}
.proof-notes div{flex:1;padding:48px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid rgba(255,255,255,.13)}
.proof-notes span{color:var(--cyan);font:500 13px var(--display)}
.proof-notes p{margin:16px 0 0;color:#93abb4;font-size:13px;line-height:1.7}
.thinking-header{margin:54px 0 70px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:40px}
.text-link.dark{color:#076f82}
.feature-insight{display:grid;grid-template-columns:1fr 1fr;min-height:480px;background:var(--navy);color:#fff}
.insight-visual{position:relative;overflow:hidden;display:flex;align-items:center;padding:70px;background:radial-gradient(circle at 20% 50%,rgba(17,197,223,.17),transparent 35%)}
.insight-visual span{position:relative;z-index:2;color:var(--cyan);font:300 clamp(44px,5vw,72px)/.95 var(--display);letter-spacing:-.05em}
.insight-visual i{position:absolute;border:1px solid rgba(17,197,223,.22);border-radius:50%}
.insight-visual i:nth-of-type(1){width:140px;height:140px;right:32%;top:37%}
.insight-visual i:nth-of-type(2){width:240px;height:240px;right:22%;top:27%}
.insight-visual i:nth-of-type(3){width:340px;height:340px;right:12%;top:17%}
.insight-visual i:nth-of-type(4){width:440px;height:440px;right:2%;top:7%}
.insight-visual i:nth-of-type(5){width:540px;height:540px;right:-8%;top:-3%}
.insight-copy{padding:70px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(255,255,255,.13)}
.insight-copy>p,.insight-list span{color:#72909c;font-size:9px;letter-spacing:.15em;text-transform:uppercase}
.insight-copy h3{margin:25px 0 50px;font:300 clamp(28px,3.2vw,46px)/1.2 var(--display)}
.insight-copy>span{color:#829ba5;font-size:11px}
.insight-list{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}
.insight-list a,.insight-list article{position:relative;padding:38px 42px 46px;border-right:1px solid var(--line);text-decoration:none}
.insight-list h3{max-width:520px;margin:20px 40px 0 0;font:400 clamp(19px,2vw,28px)/1.3 var(--display)}
.insight-list b{position:absolute;right:34px;top:38px;color:#168ba0}
.review{position:relative;overflow:hidden;padding:150px 22px;text-align:center;background:#021e30;color:#fff}
.review h2{margin:0;font:300 clamp(48px,6vw,88px)/1.02 var(--display);letter-spacing:-.055em}
.review>p:not(.eyebrow){max-width:620px;margin:30px auto 40px;color:#95acb5;line-height:1.8}
.review .button{position:relative;z-index:2}
.review-orbit i{position:absolute;left:50%;top:50%;border:1px solid rgba(17,197,223,.11);border-radius:50%;transform:translate(-50%,-50%)}
.review-orbit i:nth-child(1){width:420px;height:420px}
.review-orbit i:nth-child(2){width:680px;height:680px}
.review-orbit i:nth-child(3){width:940px;height:940px}
.site-footer{background:radial-gradient(100% 130% at 82% 0%,rgba(17,197,223,.1),transparent 52%),#001522;color:#a9bec6}
.footer-lead{display:grid;grid-template-columns:280px minmax(0,1fr);gap:clamp(50px,8vw,130px);align-items:start;padding:96px clamp(22px,6vw,90px) 82px}
.footer-brand{display:inline-flex;align-items:center;gap:18px;width:max-content;color:#fff;font:500 18px/1 var(--display);letter-spacing:.34em;text-decoration:none}
.footer-brand img{object-fit:contain}
.footer-lead>p{max-width:850px;margin:0;color:#e0eaed;font:300 clamp(34px,4vw,58px)/1.08 var(--display);letter-spacing:-.045em}
.footer-lead>p em{color:var(--cyan);font-style:normal}
.footer-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(36px,6vw,100px);padding:54px clamp(22px,6vw,90px) 68px;border-top:1px solid rgba(255,255,255,.11)}
.footer-group h2{margin:0 0 24px;color:#7895a0;font:600 12px var(--body);letter-spacing:.18em;text-transform:uppercase}
.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.footer-links a{display:inline-flex;align-items:center;min-height:44px;color:#d4e1e5;font-size:16px;text-decoration:none;transition:color .2s,transform .2s}
.footer-links a:hover{color:var(--cyan);transform:translateX(3px)}
.footer-links a span{margin-left:9px;color:var(--cyan)}
.footer-context p{margin:0 0 9px;color:#c0d0d5;font-size:15px;line-height:1.65}
.footer-languages{display:flex;align-items:center;gap:10px;margin-top:23px!important}
.footer-languages i{width:3px;height:3px;border-radius:50%;background:#476673}
.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;padding:24px clamp(22px,6vw,90px);border-top:1px solid rgba(255,255,255,.11);color:#91a8b1;font-size:13px}
.footer-legal{display:flex;gap:24px}
.footer-legal span,.footer-legal a{color:#91a8b1;text-decoration:none}.footer-legal a{display:inline-flex;align-items:center;min-height:44px}.footer-legal a:hover,.footer-legal a[aria-current="page"]{color:var(--cyan)}
.footer-bottom>a{justify-self:end;display:inline-flex;align-items:center;min-height:44px;color:#c7d6db;text-decoration:none}
.footer-bottom>a span{margin-left:9px;color:var(--cyan)}
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s cubic-bezier(.22,.61,.36,1)}
.js .reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.desktop-nav,.language,.header-cta{display:none}
.site-header{grid-template-columns:1fr auto}
.header-actions{grid-column:2}
.menu-button{display:block;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:transparent;cursor:pointer}
.menu-button span{display:block;width:16px;height:1px;margin:5px auto;background:#fff}
.mobile-nav{position:absolute;top:100%;left:14px;right:14px;padding:14px;background:#00243a;border:1px solid rgba(255,255,255,.12)}
.mobile-nav.is-open{display:block}
.mobile-nav a{display:block;padding:14px;color:#d4e2e7;border-bottom:1px solid rgba(255,255,255,.1);font-size:13px;text-decoration:none}
.hero-bottom,.diagnosis-heading,.system-intro,.services-header{grid-template-columns:1fr;gap:30px}
.thesis{grid-template-columns:1fr}
.thesis-copy,.decision-path{grid-column:1}
.fault{grid-template-columns:1fr 40px 1fr}
.system-track li{grid-template-columns:60px 1fr}
.system-track small{grid-column:2;margin-top:8px}
.service-row{grid-template-columns:50px 1fr 44px}
.service-row p{grid-column:2}
.service-row b{grid-column:3;grid-row:1}
.proof{grid-template-columns:1fr}
.proof-notes{border-left:0;border-top:1px solid rgba(255,255,255,.13)}
.feature-insight{grid-template-columns:1fr}
.insight-copy{border-left:0;border-top:1px solid rgba(255,255,255,.13)}
.footer-lead{grid-template-columns:1fr;gap:42px}
.footer-directory{grid-template-columns:repeat(2,minmax(0,1fr))}
.footer-context{grid-column:1/-1}
}


@media(max-width:680px){.hero{min-height:760px}
.hero-content{padding-top:140px}
.hero h1{font-size:clamp(52px,16vw,76px)}
.hero-bottom{margin-top:70px}
.hero-actions{align-items:flex-start;flex-direction:column}
.thesis,.diagnosis,.system,.services,.thinking{padding-block:90px}
.decision-path{width:100%;grid-template-columns:minmax(0,420px);grid-template-rows:auto;gap:0;align-items:stretch;justify-items:stretch;border:0;background:transparent}
.decision-path span,.decision-path strong{position:relative;grid-column:1;grid-row:auto;display:flex;align-items:center;justify-content:flex-start;width:100%;height:54px;min-height:54px;padding:0 18px 0 62px;border:1px solid rgba(0,73,91,.18);border-radius:0;background:rgba(255,255,255,.66);color:#405d68;white-space:nowrap;box-sizing:border-box}
.decision-path>.path-step{grid-column:1}
.decision-path span::before,.decision-path strong::before{position:absolute;left:18px;color:#08798e;font-size:11px;font-weight:600;letter-spacing:.12em}
.decision-path>.path-step-1::before{content:"01"}.decision-path>.path-step-2::before{content:"02"}.decision-path>.path-step-3::before{content:"03"}.decision-path>.path-step-4::before{content:"04"}.decision-path>.path-step-5::before{content:"05"}
.decision-path i{display:block;grid-column:1;grid-row:auto;justify-self:start;width:0;min-width:0;height:18px;margin:0 0 0 26px;border-top:0;border-left:2px solid #08798e;background:none;box-shadow:1px 0 0 rgba(0,49,65,.16)}
.decision-path strong{background:var(--cyan);border-color:var(--cyan);color:var(--navy);font-weight:600}
.diagnosis-heading{margin:55px 0 60px}
.fault{grid-template-columns:1fr}
.fault>b{display:none}
.fault>div:last-child{grid-column:1;padding-top:18px;border-top:1px dashed rgba(255,255,255,.16)}
.system-intro,.services-header{margin:55px 0 60px}
.system-track li{grid-template-columns:42px 1fr}
.system-track li div{display:block}
.system-track li p{margin-bottom:8px}
.system-link{margin-left:42px}
.service-row{grid-template-columns:34px 1fr 38px;gap:14px}
.proof-statement{min-height:580px;padding-block:90px}
.proof-notes div{padding:38px 24px}
.thinking-header{margin:55px 0 60px;grid-template-columns:1fr}
.feature-insight{min-height:0}
.insight-visual,.insight-copy{min-height:360px;padding:38px 24px}
.insight-list{grid-template-columns:1fr}
.insight-list a,.insight-list article{padding:32px 24px;border-right:0;border-bottom:1px solid var(--line)}
.footer-lead{padding-block:72px 62px}
.footer-directory{grid-template-columns:1fr;padding-block:48px 54px}
.footer-context{grid-column:auto}
.footer-bottom{grid-template-columns:1fr;gap:14px;padding-block:24px 32px}
.footer-legal{gap:16px;flex-wrap:wrap}
.footer-bottom>a{justify-self:start}
}

/* Accessibility and responsive refinement */
:root{--muted:#536872;--line:rgba(8,48,66,.2)}
body{font-size:16px;line-height:1.6}
a:focus-visible,button:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}
.desktop-nav a{font-size:15px;color:#d7e5e9}
.desktop-nav a,.mobile-nav a{min-height:44px;display:flex;align-items:center}
.desktop-nav a[aria-current="page"]{color:#fff}
.mobile-nav a[aria-current="page"]{color:var(--cyan);background:rgba(17,197,223,.07)}
.header-cta{font-size:15px;color:#fff;border-bottom-color:#9ddce7}
.language{font-size:13px;color:#b5c8cf}
.eyebrow{font-size:12px;color:#b6cbd2}
.hero-bottom>p{font-size:18px;color:#d8e5e9}
.button{min-height:52px;padding:16px 24px;font-size:15px}
.text-link{min-height:44px;font-size:15px;color:#e0ebee}
.section-index{font-size:12px;color:#526771}
.section-index.light{color:#b2c6cd}
.thesis-copy p{font-size:16px;color:#08798e}
.decision-path{font-size:13px;color:#536872}
.diagnosis-heading>p{font-size:17px;color:#c0d0d6}
.fault p{font-size:12px;color:#a9bec6}
.system-intro p,.services-header p{font-size:17px;color:#526771}
.system-track li p{font-size:12px;color:#536872}
.system-track small{font-size:16px;color:#536872}
.system-link{min-height:44px;align-items:center;font-size:16px;color:#076f82}
.service-row span{font-size:13px;color:#08798e}
.service-row p{font-size:16px;color:#526771}
.proof-notes span{font-size:16px}
.proof-notes p{font-size:16px;color:#b9cbd1}
.insight-copy>p{font-size:12px;color:#a7bdc5}
.insight-list span{font-size:12px;color:#405d68}
.insight-copy>span{font-size:14px;color:#b1c4cb}
.mobile-nav a{font-size:16px}

/* Sequential animation for the patient decision path. */
.js .decision-path>*{opacity:0;transition:opacity .42s ease,transform .58s cubic-bezier(.22,.61,.36,1),background-color .45s ease,border-color .45s ease}
.js .decision-path span,.js .decision-path strong{transform:translateX(-18px)}
.js .decision-path i{transform:scaleX(0);transform-origin:left}
.decision-path.is-visible>*{opacity:1;transform:none}
.js .decision-path.is-visible span,.js .decision-path.is-visible strong{transform:none}
.js .decision-path.is-visible i{transform:none}
.js .decision-path.is-visible strong{animation:decision-resolve .62s cubic-bezier(.22,.61,.36,1) 1.08s both}
.decision-path.is-visible>*:nth-child(1){transition-delay:.15s}
.decision-path.is-visible>*:nth-child(2){transition-delay:.27s}
.decision-path.is-visible>*:nth-child(3){transition-delay:.39s}
.decision-path.is-visible>*:nth-child(4){transition-delay:.51s}
.decision-path.is-visible>*:nth-child(5){transition-delay:.63s}
.decision-path.is-visible>*:nth-child(6){transition-delay:.75s}
.decision-path.is-visible>*:nth-child(7){transition-delay:.87s}
.decision-path.is-visible>*:nth-child(8){transition-delay:.99s}
.decision-path.is-visible>*:nth-child(9){transition-delay:1.11s}
@keyframes decision-resolve{0%{box-shadow:inset 0 0 0 0 rgba(255,255,255,0);filter:saturate(.72)}55%{box-shadow:inset 0 0 0 3px rgba(255,255,255,.72),0 0 0 8px rgba(17,197,223,.12);filter:saturate(1.08)}100%{box-shadow:inset 0 0 0 0 rgba(255,255,255,0),0 0 0 0 rgba(17,197,223,0);filter:saturate(1)}}

/* Selective DEMA ambient glow: depth and focus, not decoration on every section. */
.thesis{position:relative;isolation:isolate;overflow:hidden}
.thesis::after{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,rgba(244,247,246,.97) 0%,rgba(244,247,246,.88) 45%,rgba(244,247,246,.18) 76%,transparent 100%);pointer-events:none}
.thesis::before{content:"";position:absolute;z-index:-1;width:min(62vw,820px);height:min(62vw,820px);left:-28%;bottom:-46%;border-radius:50%;background:radial-gradient(circle,rgba(17,197,223,.13) 0%,rgba(17,197,223,.055) 34%,transparent 70%);pointer-events:none}
.diagnosis{position:relative;isolation:isolate;overflow:hidden}
.diagnosis::before{content:"";position:absolute;z-index:0;width:min(55vw,760px);height:min(55vw,760px);right:-24%;top:-30%;border-radius:50%;background:radial-gradient(circle,rgba(17,197,223,.13),transparent 68%);pointer-events:none}
.diagnosis>*{position:relative;z-index:1}
.cursor-glow{position:absolute;z-index:0;left:0;top:0;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(17,197,223,.16) 0%,rgba(17,197,223,.07) 30%,transparent 69%);opacity:0;pointer-events:none;will-change:transform;transition:opacity .45s ease;mix-blend-mode:screen}
.cursor-glow.is-active{opacity:1}
.hero>.cursor-glow{z-index:1;width:720px;height:720px;background:radial-gradient(circle,rgba(17,197,223,.17),rgba(17,197,223,.055) 34%,transparent 70%)}
.review>.cursor-glow{z-index:0}
.review>*:not(.cursor-glow){position:relative;z-index:1}
.proof>*:not(.cursor-glow){z-index:auto}
.proof-statement>*,.proof-notes>*{position:relative;z-index:2}
.proof>.cursor-glow{z-index:1;width:760px;height:760px;background:radial-gradient(circle,rgba(17,197,223,.16),rgba(17,197,223,.065) 34%,transparent 70%);transition:opacity .65s ease}
.proof>.cursor-glow.is-active{opacity:.84}

@media(max-width:680px){
  .hero{min-height:820px;height:auto}
  .hero-content{min-height:820px}
  .hero-bottom>p{font-size:17px}
  .section-index{font-size:12px}
  .thesis-copy,.diagnosis-heading,.services-header,.thinking-header,.proof h2{margin-top:44px}
  .decision-path{font-size:12px;letter-spacing:.12em}
  .decision-path::after{display:none}
  .js .decision-path span,.js .decision-path strong{transform:translateY(12px)}
  .decision-path i{transform:scaleY(0);transform-origin:top;transition-duration:.32s}

  .system{padding-inline:20px}
  .system .section-index,.system-intro{margin-inline:4px}
  .system-track{display:grid;gap:14px;border-top:0}
  .system-track li{position:relative;grid-template-columns:48px minmax(0,1fr);gap:4px 14px;padding:24px 20px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(0,31,51,.05)}
  .system-track li:hover{padding:24px 20px}
  .system-track li>span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(17,197,223,.12);font-size:13px;font-weight:600}
  .system-track li div{grid-column:2;display:block;min-width:0}
  .system-track li p{width:auto;margin:0 0 4px;font-size:12px}
  .system-track li h3{font-size:30px;line-height:1.1}
  .system-track small{grid-column:2;margin:8px 0 0;font-size:16px;line-height:1.55}
  .system-link{margin:28px 4px 0;font-size:16px}
  .service-row p{font-size:15px}
  .proof-notes p{font-size:16px}
}


/* Cross-page refined system — homepage-aligned secondary pages */
body.refined-secondary{--refined-gutter:clamp(22px,6vw,90px)}

/* Contextual photography is restrained to the hero and remains decorative. */
body.refined-secondary .inner-hero-art{position:absolute!important;z-index:0!important;inset:0;display:block;width:100%;max-width:none!important;height:100%;margin:0!important;overflow:hidden;pointer-events:none}
body.refined-secondary .inner-hero-art::after{content:"";position:absolute;inset:0;pointer-events:none}
body.refined-secondary .inner-hero-art img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.05)}
body.refined-secondary .about-hero-art img{object-position:66% center}
body.refined-secondary .about-hero-art::after{background:linear-gradient(90deg,#001b2c 0%,rgba(0,27,44,.96) 42%,rgba(0,27,44,.74) 70%,rgba(0,27,44,.5) 100%)}
body.refined-secondary .contact-hero-art img{object-position:72% 42%}
body.refined-secondary .contact-hero-art::after{background:linear-gradient(90deg,rgba(0,27,44,.98) 0%,rgba(0,27,44,.91) 48%,rgba(0,27,44,.65) 100%)}

body.refined-secondary.about-page-body .about-hero::before{z-index:1;opacity:.5}
body.refined-secondary.about-page-body .about-hero-inner{z-index:2}
body.refined-secondary.contact-page-body .contact-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--navy)}
body.refined-secondary.contact-page-body .contact-hero>*:not(.inner-hero-art){position:relative;z-index:2}
body.refined-secondary.contact-page-body .contact-routes{background:rgba(0,20,32,.42);backdrop-filter:blur(5px)}
body.refined-secondary.contact-page-body .contact-routes a{position:relative;overflow:hidden;background:rgba(0,20,32,.18)}
body.refined-secondary.contact-page-body .contact-routes a::after{content:"↗";position:absolute;top:28px;right:28px;color:#79ddea;font-size:18px;line-height:1;transform:translate3d(0,0,0);transition:transform .28s cubic-bezier(.22,1,.36,1),color .2s ease}
body.refined-secondary.contact-page-body .contact-routes a:hover,body.refined-secondary.contact-page-body .contact-routes a:focus-visible{background:rgba(17,197,223,.12)}
body.refined-secondary.contact-page-body .contact-routes a:hover::after,body.refined-secondary.contact-page-body .contact-routes a:focus-visible::after{color:#fff;transform:translate3d(4px,-4px,0)}
body.refined-secondary.contact-page-body .form-section{position:relative;isolation:isolate;overflow:hidden}
body.refined-secondary.contact-page-body .form-section>*:not(.cursor-glow){position:relative;z-index:1}
body.refined-secondary.contact-page-body .form-section-alt{background-color:#001b2c;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:72px 72px;color:#edf5f6}
body.refined-secondary.contact-page-body .form-section-alt .form-intro h2 em{color:#11c5df}
body.refined-secondary.contact-page-body .form-section-alt .form-intro>p{color:#b8cbd1}
body.refined-secondary.contact-page-body .form-section-alt>.cursor-glow{z-index:0;width:800px;height:800px;background:radial-gradient(circle,rgba(17,197,223,.16),rgba(17,197,223,.045) 36%,transparent 70%);mix-blend-mode:screen;transition:opacity .65s ease}
body.refined-secondary.contact-page-body .form-section-alt>.cursor-glow.is-active{opacity:.58}
body.refined-secondary.contact-page-body .dema-form{position:relative;background:#fff;box-shadow:0 28px 70px rgba(0,31,51,.1)}
body.refined-secondary.contact-page-body .dema-form::before{content:"";position:absolute;top:-1px;left:-1px;width:clamp(110px,16vw,210px);height:2px;background:#11c5df}
body.refined-secondary.contact-page-body .form-section-alt .dema-form{box-shadow:0 38px 90px rgba(0,8,14,.34)}
body.refined-secondary.contact-page-body .dema-form input:hover,body.refined-secondary.contact-page-body .dema-form select:hover,body.refined-secondary.contact-page-body .dema-form textarea:hover{border-color:#819ba4}

/* Quiet utility pages use the same precise line language instead of glow-heavy gradients. */
body.refined-secondary .legal-hero,body.refined-secondary .sitemap-page,body.refined-secondary .confirmation-hero{position:relative;isolation:isolate;background-color:var(--navy);background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px}
body.refined-secondary .legal-hero::after,body.refined-secondary .sitemap-page::after,body.refined-secondary .confirmation-hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(112deg,transparent 55%,rgba(17,197,223,.055) 55.1%,transparent 55.25%);pointer-events:none}
body.refined-secondary.sitemap-page-body .sitemap-group{background:rgba(0,18,30,.22);transition:background .25s ease}
body.refined-secondary.sitemap-page-body .sitemap-group:hover{background:rgba(17,197,223,.055)}
body.refined-secondary.legal-page-body .legal-notice,body.refined-secondary.confirmation-page-body .confirmation-note{background:#e5eeee}

/* One useful footer composition: positioning, conversation, then the legal row. */
body.refined-secondary .site-footer{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);column-gap:clamp(72px,10vw,170px);padding:104px var(--refined-gutter) 0;background:#001522}
body.refined-secondary .footer-lead,body.refined-secondary .footer-directory{display:contents}
body.refined-secondary .footer-lead .footer-brand{grid-column:1;grid-row:1;margin-bottom:54px}
body.refined-secondary .footer-lead>p{grid-column:1;grid-row:2;align-self:end;max-width:900px;font-size:clamp(38px,4.5vw,66px);line-height:1.06}
body.refined-secondary .footer-directory>.footer-group:first-child,body.refined-secondary .footer-context{display:none}
body.refined-secondary .footer-directory>.footer-group:not(:first-child):not(.footer-context){grid-column:2;grid-row:1/3;align-self:end;padding-bottom:4px}
body.refined-secondary .footer-directory>.footer-group:not(:first-child):not(.footer-context) h2{margin-bottom:26px}
body.refined-secondary .footer-directory>.footer-group:not(:first-child):not(.footer-context) .footer-links{gap:8px}
body.refined-secondary .footer-directory>.footer-group:not(:first-child):not(.footer-context) .footer-links a{font-size:17px}
body.refined-secondary .footer-bottom{grid-column:1/-1;grid-row:3;margin:96px calc(var(--refined-gutter) * -1) 0;padding-inline:var(--refined-gutter)}

@media(max-width:1050px){
  body.refined-secondary .site-footer{grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);column-gap:64px}
}
@media(max-width:900px){
  body.refined-secondary .site-footer{grid-template-columns:1fr;column-gap:0;padding-top:76px}
  body.refined-secondary .footer-lead .footer-brand{grid-column:1;grid-row:1;margin-bottom:38px}
  body.refined-secondary .footer-lead>p{grid-column:1;grid-row:2}
  body.refined-secondary .footer-directory>.footer-group:not(:first-child):not(.footer-context){grid-column:1;grid-row:3;margin-top:54px}
  body.refined-secondary .footer-bottom{grid-row:4;grid-template-columns:1fr;gap:18px;margin-top:68px}
  body.refined-secondary .footer-bottom>a{justify-self:start}
}
@media(max-width:680px){
  body.refined-secondary .about-hero-art img{object-position:64% center}
  body.refined-secondary .about-hero-art::after{background:rgba(0,27,44,.8)}
  body.refined-secondary .contact-hero-art img{object-position:64% center}
  body.refined-secondary .contact-hero-art::after{background:rgba(0,27,44,.84)}
  body.refined-secondary .footer-lead>p{grid-column:1;grid-row:2;font-size:clamp(36px,10vw,48px)}
}
@media(prefers-reduced-motion:reduce){
  body.refined-secondary.sitemap-page-body .sitemap-group{transition:none}
}


/* Refined editorial family — System, Insights, pillar and long-form article */
body.system-page-body,body.insights-page-body,body.pillar-page-body,body.article-page-body{background:#f6f8f7}
.editorial-hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(160px,17vw,220px) var(--refined-gutter) clamp(96px,11vw,150px);background-color:var(--navy);background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:72px 72px;color:#fff}
.editorial-hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(112deg,transparent 57%,rgba(17,197,223,.07) 57.08%,transparent 57.2%);pointer-events:none}
.editorial-hero-inner{width:min(1260px,100%);margin:auto}
.editorial-hero h1{max-width:1080px;margin:0;font:300 clamp(54px,7vw,98px)/.98 var(--display);letter-spacing:-.06em}
.editorial-hero h1 em,.editorial-copy h2 em,.system-stage h2 em,.article-section h2 em{color:var(--cyan);font-style:normal}
.editorial-hero-lede{max-width:760px;margin:38px 0 0;color:#b6cbd2;font-size:clamp(17px,1.5vw,20px);line-height:1.75}
.editorial-hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:42px}
.editorial-section{padding:clamp(92px,10vw,136px) var(--refined-gutter);background:#f6f8f7}
.editorial-section-soft{background:#eaf0ef}
.editorial-section-dark{background:#031e30;color:#fff}
.editorial-rail{display:grid;grid-template-columns:190px minmax(0,1fr);gap:clamp(46px,7vw,110px);width:min(1260px,100%);margin:auto}
.editorial-copy h2,.system-stage h2{max-width:900px;margin:0;font:300 clamp(40px,5vw,70px)/1.06 var(--display);letter-spacing:-.05em}
.editorial-lede{max-width:760px;margin:28px 0 0;color:#586d76;font-size:17px;line-height:1.8}
.editorial-section-dark .editorial-lede{color:#a6bec7}
.editorial-principle{display:block;margin:38px 0 0;color:#087f94;font:500 15px/1.6 var(--display)}
.editorial-section-dark .editorial-principle{color:var(--cyan)}
.review.review-compact{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(40px,8vw,120px);padding:76px var(--refined-gutter);text-align:left;background:#062d40;border-top:1px solid rgba(255,255,255,.1)}
.review.review-compact h2{max-width:820px;font-size:clamp(36px,4.2vw,56px);line-height:1.08}
.review.review-compact h2 em{color:var(--cyan);font-style:normal}
.review.review-compact .button{justify-self:end;white-space:nowrap}

/* System page */
.system-signal-field{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:72px;border:1px solid rgba(255,255,255,.16)}
.system-signal-field>p,.system-signal-field>div,.system-signal-field>strong{min-height:130px;margin:0;padding:28px;border-right:1px solid rgba(255,255,255,.14)}
.system-signal-field>strong{border-right:0}
.system-signal-field>p{color:#b4c8cf;font-size:14px;line-height:1.6}
.system-signal-field>div{display:flex;align-content:center;align-items:center;gap:8px 12px;flex-wrap:wrap}
.system-signal-field>div span{color:#73d9e7;font-size:10px;line-height:1.35}
.system-signal-field>strong{display:flex;flex-direction:column;justify-content:center;font:400 clamp(20px,2vw,28px)/1.25 var(--display)}
.system-signal-field>strong small{margin-bottom:10px;color:#7d98a3;font:500 10px/1.4 var(--body);letter-spacing:.12em;text-transform:uppercase}
.diagnosis-pairs{margin-top:54px;border-top:1px solid var(--line)}
.diagnosis-pairs article{display:grid;grid-template-columns:64px minmax(0,1fr) 44px minmax(0,1fr);gap:24px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}
.diagnosis-pairs>article>span{color:#168ba0;font-size:11px}.diagnosis-pairs h3{margin:0;font:400 clamp(20px,2vw,28px)/1.3 var(--display)}.diagnosis-pairs small{display:block;margin-bottom:7px;color:#6c8088;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.diagnosis-pairs b{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(17,197,223,.45);border-radius:50%;color:#087f94}.diagnosis-pairs article>div:last-child h3{color:#087f94}
.system-loop{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:56px;border:1px solid rgba(255,255,255,.15)}
.system-loop a{min-height:160px;padding:25px;border-right:1px solid rgba(255,255,255,.13);color:#dce8eb;text-decoration:none;transition:background .25s ease}.system-loop a:last-child{border-right:0}.system-loop a:hover,.system-loop a:focus-visible{background:rgba(17,197,223,.09)}.system-loop span{color:var(--cyan);font-size:11px}.system-loop strong{display:block;margin-top:42px;font:400 21px var(--display)}
.system-loop-return{display:flex;justify-content:flex-end;gap:16px;margin-top:20px;color:#8fa8b2;font-size:13px}.system-loop-return span{color:var(--cyan)}
.system-stage{padding:clamp(92px,10vw,136px) var(--refined-gutter);background:#f6f8f7}.system-stage-alt{background:#eaf0ef}.system-stage-inner{display:grid;grid-template-columns:190px minmax(0,1fr);gap:clamp(46px,7vw,110px);width:min(1260px,100%);margin:auto}.system-stage-content{min-width:0}
.scope-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:48px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.scope-list li{padding:20px 14px 20px 0;border-bottom:1px solid var(--line);color:#40565f;font-size:13px}
.stage-responsibility{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:48px;background:var(--line)}.stage-responsibility>div{padding:30px;background:#fff}.stage-responsibility small,.ownership-grid small,.scale-grid small{color:#168ba0;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.stage-responsibility p,.ownership-grid p,.scale-grid p{margin:13px 0 0;color:#596d76;line-height:1.7}
.stage-principle{display:block;margin-top:34px;color:#087f94;font:500 15px/1.6 var(--display)}
.ownership-grid,.scale-grid,.outcomes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:50px;background:rgba(255,255,255,.14)}.ownership-grid article,.scale-grid article,.outcomes-grid article{padding:32px;background:#07263a}.scale-grid{background:var(--line)}.scale-grid article{background:#fff}.outcomes-grid{background:var(--line)}.outcomes-grid article{background:#fff}.outcomes-grid span{color:#168ba0;font-size:11px}.outcomes-grid h3{margin:28px 0 12px;font:400 25px var(--display)}.outcomes-grid p{margin:0;color:#5e727b;line-height:1.7}
.governance-path{display:grid;grid-template-columns:repeat(6,1fr);margin:54px 0 0;padding:0;border:1px solid var(--line);list-style:none;counter-reset:governance}.governance-path li{min-height:120px;padding:52px 18px 18px;border-right:1px solid var(--line);counter-increment:governance;position:relative}.governance-path li:last-child{border-right:0}.governance-path li::before{content:"0" counter(governance);position:absolute;top:18px;color:#168ba0;font-size:10px}

/* Insights hub and pillar */
.insights-search{max-width:720px;margin-top:52px}.insights-search label{display:block;margin-bottom:10px;color:#90aab4;font-size:11px;letter-spacing:.13em;text-transform:uppercase}.insights-search>div{position:relative}.insights-search input{width:100%;height:62px;padding:0 58px 0 18px;border:1px solid rgba(255,255,255,.24);border-radius:0;background:rgba(0,14,24,.35);color:#fff;font:400 16px var(--body);outline:none}.insights-search input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(17,197,223,.14)}.insights-search input::placeholder{color:#78929c}.insights-search>div>span{position:absolute;right:20px;top:50%;color:var(--cyan);font-size:23px;transform:translateY(-50%)}.insights-search>p{margin:10px 0 0;color:#819ca6;font-size:12px}
.insights-feature{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:var(--navy);color:#fff;text-decoration:none}.insights-feature-image{min-height:540px;overflow:hidden}.insights-feature-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,.61,.36,1)}.insights-feature>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,5vw,70px);border-left:1px solid rgba(255,255,255,.12)}.insights-feature>div>span,.framework-card>span,.insight-index span,.pillar-feature>span{color:#7f9ca7;font-size:10px;letter-spacing:.15em;text-transform:uppercase}.insights-feature h2{margin:24px 0!important;color:#fff;font-size:clamp(34px,4vw,56px)!important}.insights-feature p{margin:0;color:#9eb6bf;line-height:1.75}.insights-feature small{margin-top:32px;color:#77929d}.insights-feature strong,.pillar-feature strong{margin-top:28px;color:var(--cyan);font-size:13px}.insights-feature strong i,.pillar-feature strong i{font-style:normal}.insights-feature:hover img,.insights-feature:focus-visible img{transform:scale(1.035)}
.pillar-grid,.framework-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:54px;background:var(--line)}.pillar-card,.framework-card{min-height:270px;padding:32px;background:#fff;text-decoration:none}.pillar-card span{color:#168ba0;font-size:11px}.pillar-card h3,.framework-card h3{margin:34px 0 14px;font:400 clamp(23px,2.5vw,33px)/1.2 var(--display)}.pillar-card p,.framework-card p{margin:0;color:#5c7079;line-height:1.7}.pillar-card strong,.framework-card strong{display:block;margin-top:28px;color:#087f94;font-size:12px}.pillar-card small,.framework-card small{display:block;margin-top:28px;color:#7b8c93;font-size:11px}.pillar-card:is(a),.framework-card:is(a){transition:background .25s ease}.pillar-card:is(a):hover,.pillar-card:is(a):focus-visible,.framework-card:is(a):hover,.framework-card:is(a):focus-visible{background:#e7f3f3}
.editorial-section-dark .insight-index{margin-top:50px;border-top:1px solid rgba(255,255,255,.14)}.insight-index a,.insight-index article{position:relative;display:grid;grid-template-columns:170px minmax(0,1fr) auto 30px;gap:24px;align-items:center;min-height:100px;padding:22px 0;border-bottom:1px solid var(--line);text-decoration:none}.editorial-section-dark .insight-index a,.editorial-section-dark .insight-index article{border-color:rgba(255,255,255,.14)}.insight-index h3{margin:0;font:400 clamp(20px,2.4vw,30px)/1.3 var(--display)}.insight-index small{color:#7e97a1}.insight-index i{color:var(--cyan);font-style:normal}.insight-index article{color:#8da6b0}.insight-index a:hover h3,.insight-index a:focus-visible h3{color:var(--cyan)}
.specialty-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:50px;background:var(--line)}.specialty-grid article,.specialty-grid>span{min-height:120px;padding:28px;background:#fff}.specialty-grid>span{display:flex;align-items:flex-end;color:#294752;font:400 18px/1.35 var(--display)}.specialty-grid article>span{color:#168ba0;font-size:11px}.specialty-grid h3{margin:30px 0 0;font:400 22px/1.25 var(--display)}
.problem-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:48px;background:rgba(255,255,255,.14)}.problem-links a{padding:28px;background:#07263a;color:#dfe9ec;text-decoration:none;font:400 clamp(19px,2vw,25px)/1.3 var(--display)}.problem-links a:hover,.problem-links a:focus-visible{color:var(--cyan)}
[data-search-card][hidden]{display:none!important}
.breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:58px;color:#839da7;font-size:12px}.breadcrumb a{text-decoration:none}.breadcrumb a:hover,.breadcrumb a:focus-visible{color:var(--cyan)}
.pillar-hero .text-link{margin-top:38px;color:#d8e5e8}
.pillar-definition{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:50px;background:var(--line)}.pillar-definition article{padding:30px;background:#fff}.pillar-definition small{color:#168ba0;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.pillar-definition p{margin:16px 0 0;color:#586d76;line-height:1.75}
.subtopic-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:52px;background:var(--line)}.subtopic-grid article{min-height:190px;padding:24px;background:#fff}.subtopic-grid span{color:#168ba0;font-size:11px}.subtopic-grid h3{margin:48px 0 0;font:400 19px/1.35 var(--display)}
.pillar-feature{display:flex;flex-direction:column;padding:clamp(34px,5vw,64px);border:1px solid rgba(255,255,255,.15);color:#fff;text-decoration:none}.pillar-feature h2{max-width:940px;margin:24px 0!important;color:#fff}.pillar-feature p{max-width:720px;margin:0;color:#a4bbc4;line-height:1.75}.pillar-feature:hover,.pillar-feature:focus-visible{border-color:rgba(17,197,223,.55)}
.collection-grid,.related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:50px;background:var(--line)}.collection-grid a,.collection-grid article,.related-grid a{min-height:210px;padding:28px;background:#fff;text-decoration:none}.collection-grid small,.related-grid span{color:#168ba0;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.collection-grid h3,.related-grid h3{margin:28px 0 0;font:400 clamp(21px,2.2vw,29px)/1.3 var(--display)}.collection-grid p{color:#6b7d84}.collection-grid a>span{display:block;margin-top:28px;color:#087f94;font-size:12px}.collection-grid a:hover,.collection-grid a:focus-visible,.related-grid a:hover,.related-grid a:focus-visible{background:#e7f3f3}
.editorial-section-dark .related-grid{grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.14)}.editorial-section-dark .related-grid a{background:#07263a;color:#fff}.editorial-section-dark .related-grid a:hover,.editorial-section-dark .related-grid a:focus-visible{background:#0a3348}.ladder{margin:54px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.ladder li{display:grid;grid-template-columns:70px minmax(0,1fr);gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.ladder li>span{color:#168ba0;font-size:11px}.ladder h3{margin:0;font:400 clamp(23px,2.6vw,33px) var(--display)}.ladder p{margin:8px 0 0;color:#60727a;line-height:1.7}

/* Long-form Insights article */
.article-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);min-height:760px;background:var(--navy);color:#fff}.article-hero-copy{padding:clamp(150px,15vw,200px) clamp(32px,6vw,90px) 88px}.article-hero h1{max-width:880px;margin:0;font:300 clamp(48px,5.8vw,82px)/1.01 var(--display);letter-spacing:-.055em}.article-deck{max-width:730px;margin:34px 0 0;color:#b3c7ce;font-size:18px;line-height:1.75}.article-meta{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:46px;color:#7f9ba6;font-size:11px}.article-meta strong{color:#c3d5db;font-weight:500}.article-hero-image{position:relative;overflow:hidden}.article-hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,27,44,.5),transparent 35%)}.article-hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.draft-notice{padding:18px var(--refined-gutter);border-bottom:1px solid #d4e1e2;background:#dff0f1;color:#375660;font-size:13px;line-height:1.6}.draft-notice strong{color:#075e70}
.article-shell{display:grid;grid-template-columns:220px minmax(0,820px);justify-content:center;gap:clamp(50px,7vw,100px);padding:clamp(88px,10vw,130px) var(--refined-gutter);background:#f9faf9}
.article-toc{position:sticky;top:96px;align-self:start;display:flex;flex-direction:column;border-top:1px solid var(--line)}.article-toc strong{padding:18px 0;color:#71838a;font-size:10px;letter-spacing:.15em;text-transform:uppercase}.article-toc a{padding:9px 0;border-inline-start:2px solid transparent;color:#60737b;font-size:12px;text-decoration:none;transition:border-color .2s ease,color .2s ease,padding .2s ease}.article-toc a:hover,.article-toc a:focus-visible,.article-toc a[aria-current="location"]{border-inline-start-color:var(--cyan);padding-inline-start:10px;color:#087f94}.article-toc a[aria-current="location"]{font-weight:600}
.article-content{min-width:0}.article-section{scroll-margin-top:96px;padding:0 0 72px;margin-bottom:72px;border-bottom:1px solid var(--line)}.article-section:last-child{margin-bottom:0;border-bottom:0}.article-kicker{margin:0 0 18px;color:#168ba0;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.article-section h2{margin:0;font:300 clamp(36px,4.5vw,56px)/1.08 var(--display);letter-spacing:-.045em}.article-section>p:not(.article-kicker):not(.evidence-warning):not(.scenario-disclaimer):not(.diagnostic-output){color:#445d67;font-size:17px;line-height:1.85}.article-thesis{padding-left:26px;border-left:3px solid var(--cyan);font:400 clamp(20px,2.4vw,27px)/1.65 var(--display)!important;color:#23434f!important}
.figure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:40px;background:var(--line)}.figure-grid article{padding:24px;background:#fff}.figure-grid strong{color:#087f94;font:500 32px var(--display)}.figure-grid p{min-height:68px;color:#50666f;font-size:13px;line-height:1.55}.figure-grid small{color:#7c8e95;font-size:9px;letter-spacing:.07em;text-transform:uppercase}.evidence-warning,.scenario-disclaimer{padding:16px 18px;border-left:3px solid #168ba0;background:#e9f1f1;color:#4c666f;font-size:12px;line-height:1.65}
.article-ladder{margin:40px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.article-ladder li{display:grid;grid-template-columns:64px minmax(0,1fr);gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}.article-ladder li>span{color:#168ba0;font-size:11px}.article-ladder h3{margin:0;font:400 27px var(--display)}.article-ladder p{margin:8px 0;color:#4c626b;line-height:1.7}.article-ladder small{color:#71838b}.article-boundary{margin-top:30px;padding:24px;border:1px solid var(--line);background:#fff}.article-boundary strong{color:#087f94}.article-boundary p{margin:10px 0 0;color:#586d76;line-height:1.7}
.evidence-grid,.scenario-grid,.action-grid,.authors-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:38px;background:var(--line)}.evidence-grid article,.scenario-grid>div,.action-grid article,.authors-grid article{padding:25px;background:#fff}.evidence-grid small,.scenario-grid small,.authors-grid small{color:#168ba0;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.evidence-grid p,.scenario-grid p,.authors-grid p{margin:13px 0 0;color:#536a73;font-size:14px;line-height:1.7}.scenario-disclaimer{margin-top:22px}.action-grid h3{margin:0 0 18px;color:#087f94;font:500 17px var(--display)}.action-grid ul,.limitations-list{margin:0;padding-left:18px;color:#4d646d;line-height:1.8}.action-grid li+li,.limitations-list li+li{margin-top:9px}
/* The ladder diagnostic is an article-only radio component. Keep it isolated
   from the multi-step Growth Diagnosis form on the Contact page. */
.article-section .diagnostic-form{display:grid;gap:1px;margin:38px 0 0;padding:0;border:1px solid var(--line);background:var(--line)}.article-section .diagnostic-form legend{padding:0 0 16px;color:#5a6f78;font-size:13px}.article-section .diagnostic-form label{display:grid;grid-template-columns:24px 1fr;gap:14px;align-items:center;padding:18px;background:#fff;cursor:pointer}.article-section .diagnostic-form label:hover{background:#eef6f5}.article-section .diagnostic-form input{width:18px;height:18px;accent-color:#087f94}.diagnostic-output{margin:18px 0 0;padding:18px;background:var(--navy);color:#d9e6e9;line-height:1.6}.limitations-list{margin-top:30px;font-size:16px}
.methodology-details{margin-top:34px;border:1px solid var(--line);background:#fff}.methodology-details summary{display:flex;justify-content:space-between;padding:22px;cursor:pointer;color:#274752;font-weight:600;list-style:none}.methodology-details summary::after{content:"+";color:#087f94;font-size:22px}.methodology-details[open] summary::after{content:"−"}.methodology-details>div{padding:0 22px 24px}.methodology-details dl{display:grid;grid-template-columns:150px 1fr;gap:14px 28px;margin:0}.methodology-details dt{color:#168ba0;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.methodology-details dd{margin:0;color:#576d76;line-height:1.65}.authors-grid{grid-template-columns:repeat(2,1fr)}.authors-grid h3{margin:18px 0 0;font:400 23px var(--display)}.article-section .related-grid{grid-template-columns:repeat(3,1fr)}

@media(max-width:1050px){
  .editorial-rail,.system-stage-inner{grid-template-columns:1fr;gap:42px}.editorial-rail>.section-index,.system-stage-inner>.section-index{margin-bottom:0}
  .scope-list{grid-template-columns:repeat(2,1fr)}.governance-path{grid-template-columns:repeat(3,1fr)}.governance-path li:nth-child(3){border-right:0}
  .subtopic-grid{grid-template-columns:repeat(3,1fr)}.specialty-grid{grid-template-columns:repeat(2,1fr)}
  .article-hero{grid-template-columns:1fr;min-height:0}.article-hero-copy{padding-bottom:70px}.article-hero-image{height:min(66vw,620px)}.article-hero-image::after{background:linear-gradient(180deg,rgba(0,27,44,.35),transparent 35%)}
  .article-shell{grid-template-columns:1fr}.article-toc{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:0 20px}.article-toc strong{grid-column:1/-1}.article-toc a{border-inline-start:0;border-top:2px solid var(--line)}.article-toc a:hover,.article-toc a:focus-visible,.article-toc a[aria-current="location"]{padding-inline-start:0;border-inline-start:0;border-top-color:var(--cyan);color:#087f94}
}
@media(max-width:900px){
  body.refined-secondary .review .cursor-glow{display:none}
  .system-signal-field,.pillar-definition,.figure-grid,.evidence-grid,.scenario-grid,.action-grid{grid-template-columns:1fr}.system-signal-field>p,.system-signal-field>div,.system-signal-field>strong{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.system-signal-field>strong{border-bottom:0}
  .diagnosis-pairs article{grid-template-columns:44px minmax(0,1fr)}.diagnosis-pairs b{grid-column:1}.diagnosis-pairs article>div:last-child{grid-column:2}
  .system-loop{grid-template-columns:1fr}.system-loop a{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.system-loop a:last-child{border-bottom:0}.system-loop strong{margin-top:18px}
  .ownership-grid,.scale-grid,.outcomes-grid{grid-template-columns:1fr}.insights-feature{grid-template-columns:1fr}.insights-feature-image{min-height:420px}.insights-feature>div{border-left:0;border-top:1px solid rgba(255,255,255,.12)}
  .pillar-grid,.framework-grid,.collection-grid{grid-template-columns:1fr}.subtopic-grid{grid-template-columns:repeat(2,1fr)}.related-grid,.editorial-section-dark .related-grid,.article-section .related-grid{grid-template-columns:1fr}.insight-index a,.insight-index article{grid-template-columns:minmax(0,1fr) 30px}.insight-index span{grid-column:1/-1}.insight-index h3{grid-column:1;grid-row:2}.insight-index small{grid-column:1;grid-row:3}.insight-index i{grid-column:2;grid-row:2/4}
  .review.review-compact{grid-template-columns:1fr;gap:32px;padding-block:64px}.review.review-compact .button{justify-self:start;white-space:normal}
}
@media(max-width:680px){
  .editorial-hero{padding:130px 20px 84px}.editorial-hero h1{font-size:clamp(48px,14vw,66px)}.editorial-section,.system-stage{padding:82px 20px}.editorial-copy h2,.system-stage h2{font-size:clamp(39px,11vw,52px)}
  .scope-list{grid-template-columns:1fr}.stage-responsibility{grid-template-columns:1fr}.governance-path{grid-template-columns:1fr}.governance-path li,.governance-path li:nth-child(3){border-right:0;border-bottom:1px solid var(--line)}.governance-path li:last-child{border-bottom:0}
  .pillar-grid,.framework-grid,.specialty-grid,.problem-links,.subtopic-grid{grid-template-columns:1fr}.pillar-card,.framework-card{min-height:0}.subtopic-grid article{min-height:140px}.pillar-definition article,.collection-grid a,.collection-grid article{padding:24px}
  .article-hero-copy{padding:128px 20px 60px}.article-hero h1{font-size:clamp(45px,13vw,62px)}.article-deck{font-size:16px}.article-hero-image{height:82vw}.draft-notice{padding-inline:20px}.article-shell{padding:72px 20px}.article-toc{grid-template-columns:1fr 1fr}.article-section{padding-bottom:58px;margin-bottom:58px}.article-thesis{padding-left:20px}.figure-grid,.authors-grid{grid-template-columns:1fr}.figure-grid p{min-height:0}.article-ladder li{grid-template-columns:44px 1fr}.methodology-details dl{grid-template-columns:1fr;gap:7px}.methodology-details dd+dt{margin-top:12px}
}
@media(prefers-reduced-motion:reduce){
  .insights-feature-image img,.pillar-card,.framework-card,.system-loop a{transition:none}.insights-feature:hover img,.insights-feature:focus-visible img{transform:none}
}

/* Published Insights bank — reusable long-form editorial system */
body.article-bank-page .article-bank-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr;min-height:var(--secondary-hero-height);align-items:stretch;padding-top:78px;overflow:hidden;background:var(--navy)}
body.article-bank-page .article-hero-copy{position:relative;z-index:1;display:flex;min-height:calc(var(--secondary-hero-height) - 78px);flex-direction:column;justify-content:center;width:min(1600px,calc(100% - clamp(40px,10vw,172px)));margin-inline:auto;padding-block:74px 72px}
body.article-bank-page .article-hero h1{max-width:1120px;font-size:clamp(46px,5vw,74px);text-wrap:balance}
body.article-bank-page .article-deck{max-width:720px;color:#d4e2e5}
body.article-bank-page .article-meta{color:#b6c9cf}
body.article-bank-page .article-meta strong{color:#f2f8f9}
body.article-bank-page .article-type{display:block;margin-bottom:22px;color:#78dbea;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
body.article-bank-page .article-bank-image{position:absolute;z-index:-2;inset:0;display:block;width:100%;height:100%;margin:0;overflow:hidden;background:#062d40}
body.article-bank-page .article-bank-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,27,44,.97) 0%,rgba(0,27,44,.92) 36%,rgba(0,27,44,.80) 65%,rgba(0,27,44,.68) 100%),linear-gradient(180deg,rgba(0,27,44,.24) 0%,rgba(0,27,44,.04) 52%,rgba(0,27,44,.48) 100%);pointer-events:none}
body.article-bank-page .article-bank-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
body.article-bank-page .article-section h3{margin:34px 0 14px;color:#173844;font:400 clamp(22px,2.5vw,30px)/1.25 var(--display)}
body.article-bank-page .article-section p strong{color:#234b58;font-weight:600}
body.article-bank-page .article-kicker{color:#127082;font-size:11px}
body.article-bank-page .article-toc strong{color:#5f6e75;font-size:11px}
body.article-bank-page .article-list{margin:22px 0 30px;padding-left:22px;color:#445d67;font-size:16px;line-height:1.8}
body.article-bank-page .article-list li+li{margin-top:10px}
.article-table-wrap{width:100%;margin:34px 0;overflow-x:auto;border:1px solid var(--line);background:#fff;outline:none}
.article-table-wrap:focus-visible{box-shadow:0 0 0 3px rgba(17,197,223,.24)}
.article-data-table{width:100%;min-width:720px;border-collapse:collapse;color:#405a64;font-size:13px;line-height:1.55}
.article-data-table th{padding:18px;text-align:left;background:#062d40;color:#dcebed;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}
.article-data-table td{padding:17px 18px;vertical-align:top;border-top:1px solid var(--line);border-right:1px solid var(--line)}
.article-data-table th+th{border-left:1px solid rgba(255,255,255,.12)}
.article-data-table td:last-child{border-right:0}
.article-data-table tbody tr:nth-child(even){background:#f0f5f4}
.article-data-table a{color:#087f94;text-underline-offset:3px}

@media(max-width:1050px){
  body.article-bank-page .article-hero-copy{min-height:calc(720px - 78px);padding-block:82px 68px}
  body.article-bank-page .article-bank-image::after{background:linear-gradient(90deg,rgba(0,27,44,.96) 0%,rgba(0,27,44,.89) 55%,rgba(0,27,44,.72) 100%),linear-gradient(180deg,rgba(0,27,44,.18),rgba(0,27,44,.46))}
}
@media(max-width:680px){
  body.article-bank-page .article-bank-hero{min-height:0;padding-top:66px}
  body.article-bank-page .article-hero-copy{min-height:620px;width:calc(100% - 40px);padding-block:70px 54px}
  body.article-bank-page .article-bank-image::after{background:linear-gradient(180deg,rgba(0,27,44,.94) 0%,rgba(0,27,44,.82) 62%,rgba(0,27,44,.94) 100%)}
  .article-data-table{min-width:640px;font-size:12px}
  .article-data-table th,.article-data-table td{padding:14px}
}

/* Published Insights territory pages */
body.published-pillar-page .published-pillar-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--navy)}
body.published-pillar-page .published-pillar-hero .editorial-hero-inner{position:relative;z-index:1}
body.published-pillar-page .published-pillar-image{position:absolute;z-index:-2;inset:0;display:block;width:100%;height:100%;margin:0;overflow:hidden;background:#062d40}
body.published-pillar-page .published-pillar-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,27,44,.97) 0%,rgba(0,27,44,.91) 42%,rgba(0,27,44,.76) 72%,rgba(0,27,44,.65) 100%),linear-gradient(180deg,rgba(0,27,44,.20),rgba(0,27,44,.46));pointer-events:none}
body.published-pillar-page .published-pillar-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
body.published-pillar-page .published-pillar-hero{display:flex;align-items:center;min-height:var(--secondary-hero-height);padding-block:138px 78px}
body.published-pillar-page .published-pillar-hero .breadcrumb{margin-bottom:46px}
body.published-pillar-page .published-pillar-hero h1{max-width:1120px;font-size:clamp(52px,6.4vw,88px)}
body.published-pillar-page .published-pillar-hero .text-link{display:inline-flex;min-height:44px;align-items:center;margin-top:26px;color:#d8e6e9;text-decoration:none}
.published-pillar-research{background:#f0f4f3}
.published-pillar-articles{margin-top:50px;border-top:1px solid var(--line)}
.published-pillar-articles a{display:grid;grid-template-columns:minmax(230px,330px) minmax(0,1fr) 120px;gap:clamp(26px,4vw,52px);align-items:center;padding:34px 0;border-bottom:1px solid var(--line);color:#17333e;text-decoration:none}
.published-pillar-articles picture{display:block;aspect-ratio:16/10;overflow:hidden;background:#dce7e7}
.published-pillar-articles img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 800ms cubic-bezier(.2,.7,.2,1)}
.published-pillar-articles span{color:#127082;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.published-pillar-articles h3{margin:18px 0 0;font:400 clamp(24px,2.8vw,36px)/1.22 var(--display)}
.published-pillar-articles p{margin:16px 0 0;color:#526a74;line-height:1.7}
.published-pillar-articles strong{justify-self:end;color:#087f94;font-size:12px}
.published-pillar-articles i{font-style:normal}
.published-pillar-articles a:hover h3,.published-pillar-articles a:focus-visible h3{color:#087f94}
.published-pillar-articles a:hover img,.published-pillar-articles a:focus-visible img{transform:scale(1.025)}
.published-pillar-connections{display:flex;flex-wrap:wrap;align-items:center;gap:10px 28px;margin-top:54px;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.published-pillar-connections strong{margin-inline-end:auto;color:#5f6e75;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.published-pillar-connections a{display:inline-flex;min-height:44px;align-items:center;gap:8px;color:#365560;font-size:14px;text-decoration:none}
.published-pillar-connections a:hover,.published-pillar-connections a:focus-visible{color:#087f94}
.published-pillar-connections span{color:#127082;font-size:10px;font-weight:600;letter-spacing:.1em}
.published-pillar-connections i{font-style:normal}
.published-pillar-connections .published-pillar-all{color:#087f94;font-weight:500}

@media(max-width:900px){
  .published-pillar-articles a{grid-template-columns:minmax(190px,260px) minmax(0,1fr) 34px;gap:24px}
  .published-pillar-articles strong{font-size:0}
  .published-pillar-articles strong i{font-size:18px}
  .published-pillar-connections strong{flex-basis:100%;margin:0}
}
@media(max-width:680px){
  body.published-pillar-page .published-pillar-image::after{background:linear-gradient(180deg,rgba(0,27,44,.94) 0%,rgba(0,27,44,.82) 62%,rgba(0,27,44,.94) 100%)}
  body.published-pillar-page .published-pillar-hero{min-height:0;padding-block:126px 76px}
  body.published-pillar-page .published-pillar-hero h1{font-size:clamp(46px,13vw,62px)}
  .published-pillar-articles a{grid-template-columns:minmax(0,1fr) 30px;padding-block:28px}
  .published-pillar-articles picture{grid-column:1/-1;aspect-ratio:16/9}
  .published-pillar-articles a>div{grid-column:1}
  .published-pillar-articles strong{grid-column:2;grid-row:2;align-self:center}
  .published-pillar-connections{display:grid;grid-template-columns:1fr;margin-top:42px}
  .published-pillar-connections a{border-top:1px solid rgba(8,48,66,.12)}
}
@media(prefers-reduced-motion:reduce){.published-pillar-articles img{transition:none}.published-pillar-articles a:hover img,.published-pillar-articles a:focus-visible img{transform:none}}


/* Refined System page v2 */
body.system-page-body{--system-teal:#075f70;--system-copy:#3e5862;--system-dark-copy:#b9cbd1;--system-content:1260px;background:#f6f8f7}
body.system-page-body .section-index{color:#536a73;font-size:12px;font-weight:600;letter-spacing:.15em}
body.system-page-body .section-index span{width:38px;height:38px;border-color:rgba(7,95,112,.3);color:var(--system-teal);font-size:12px}
body.system-page-body .section-index.light{color:#a8bec6}
body.system-page-body .section-index.light span{border-color:rgba(255,255,255,.3);color:#58d6e7}
.system-v2-container{width:min(1260px,100%);margin-inline:auto}
.system-v2-section{padding:clamp(92px,10vw,138px) var(--refined-gutter)}
.system-v2-heading{max-width:990px;margin:clamp(44px,5vw,68px) 0 0}
.system-v2-heading h2{margin:0;font:300 clamp(43px,5.3vw,76px)/1.04 var(--display);letter-spacing:-.052em}
.system-v2-heading h2 em{color:#087f94;font-style:normal}
.system-v2-heading>p{max-width:720px;margin:28px 0 0;color:var(--system-copy);font-size:18px;line-height:1.75}
.system-v2-principle{margin:38px 0 0;padding-left:22px;border-left:3px solid var(--cyan);color:#244954;font:500 18px/1.65 var(--display)}

.system-v2-hero{position:relative;isolation:isolate;min-height:var(--secondary-hero-height);overflow:hidden;background:var(--navy);color:#fff}
.system-v2-hero::before{content:"";position:absolute;z-index:0;inset:0;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}
.system-v2-hero-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;width:min(1440px,100%);min-height:var(--secondary-hero-height);margin:auto;padding:clamp(132px,12vw,170px) calc(40% + 24px) 72px clamp(22px,6vw,90px)}
.system-v2-hero h1{max-width:780px;margin:0;font:300 clamp(54px,5.2vw,78px)/.99 var(--display);letter-spacing:-.058em}
.system-v2-hero h1 em{color:var(--cyan);font-style:normal}
.system-v2-hero-lede{max-width:720px;margin:34px 0 0;color:#c2d3d8;font-size:18px;line-height:1.75}
.system-v2-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:28px;margin-top:36px}
.system-v2-hero-image{position:absolute;z-index:1;inset:0 0 0 auto;width:52%;min-width:0;margin:0;overflow:hidden;background:#0b3346}
.system-v2-hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 0,rgba(0,27,44,.78) 10%,rgba(0,27,44,.22) 24%,transparent 40%);pointer-events:none}
.system-v2-hero-image picture,.system-v2-hero-image img{display:block;width:100%;height:100%}
.system-v2-hero-image img{object-fit:cover;object-position:52% center;filter:saturate(.86) contrast(.98)}

.system-v2-diagnosis{background:#f6f8f7}
.system-v2-diagnosis-list{margin-top:58px;border-top:1px solid var(--line)}
.system-v2-diagnosis-list article{display:grid;grid-template-columns:minmax(0,.85fr) 54px minmax(0,1.15fr);gap:28px;align-items:center;min-height:144px;padding:26px 4px;border-bottom:1px solid var(--line)}
.system-v2-diagnosis-list article>div{display:grid;gap:12px}
.system-v2-diagnosis-list small{color:var(--system-teal);font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.system-v2-diagnosis-list q,.system-v2-diagnosis-list strong{font:400 clamp(20px,2.2vw,29px)/1.35 var(--display);letter-spacing:-.025em}
.system-v2-diagnosis-list q::before,.system-v2-diagnosis-list q::after{color:#739098}
.system-v2-diagnosis-list strong{color:#075f70;font-weight:500}
.system-v2-diagnosis-list article>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(7,95,112,.36);border-radius:50%;color:var(--system-teal);font-size:18px}

.system-v2-overview{position:relative;isolation:isolate;overflow:hidden;background:var(--navy);color:#fff}
.system-v2-hero>*:not(.cursor-glow),.system-v2-overview>*:not(.cursor-glow),.system-v2-engagement>*:not(.cursor-glow){position:relative;z-index:2}
.system-v2-hero>.system-v2-hero-copy{z-index:3}
.system-v2-hero>.system-v2-hero-image{position:absolute;z-index:1}
.system-v2-hero>.cursor-glow{z-index:1;width:760px;height:760px;background:radial-gradient(circle,rgba(17,197,223,.18),rgba(17,197,223,.055) 34%,transparent 70%);transition:opacity .65s ease}
.system-v2-overview>.cursor-glow{z-index:1;width:800px;height:800px;background:radial-gradient(circle,rgba(17,197,223,.15),rgba(17,197,223,.045) 35%,transparent 70%);transition:opacity .65s ease}
.system-v2-engagement>.cursor-glow{z-index:1;width:780px;height:780px;background:radial-gradient(circle,rgba(17,197,223,.14),rgba(17,197,223,.04) 36%,transparent 70%);transition:opacity .65s ease}
.system-v2-hero>.cursor-glow.is-active{opacity:.72}.system-v2-overview>.cursor-glow.is-active{opacity:.58}.system-v2-engagement>.cursor-glow.is-active{opacity:.54}
.system-v2-overview .system-v2-heading h2 em,.system-v2-engagement .system-v2-heading h2 em{color:var(--cyan)}
.system-v2-overview .system-v2-heading>p,.system-v2-engagement .system-v2-heading>p{color:var(--system-dark-copy)}
.system-v2-loop{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:62px 0 0;padding:0;border:1px solid rgba(255,255,255,.2);list-style:none}
.system-v2-loop::after{content:"";position:absolute;z-index:2;top:-1px;right:-1px;left:-1px;height:2px;background:var(--cyan);transform:scaleX(0);transform-origin:left;transition:transform 1.05s cubic-bezier(.22,.61,.36,1) .1s;pointer-events:none}
.system-v2-loop.is-visible::after{transform:scaleX(1)}
.system-v2-loop li{position:relative;min-width:0;border-right:1px solid rgba(255,255,255,.2)}
.system-v2-loop li:last-child{border-right:0}
.system-v2-loop a{display:flex;flex-direction:column;min-height:250px;padding:28px;color:inherit;text-decoration:none;transition:background .25s ease}
.system-v2-loop a:hover,.system-v2-loop a:focus-visible,.system-v2-loop a[aria-current="step"]{background:rgba(17,197,223,.09)}
.system-v2-loop a:hover strong,.system-v2-loop a:focus-visible strong,.system-v2-loop a[aria-current="step"] strong{color:#65d9e9}
.system-v2-loop a>span{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(88,214,231,.56);border-radius:50%;color:#65d9e9;font-size:13px}
.system-v2-loop a>div{display:flex;flex-direction:column;height:calc(100% - 40px)}
.system-v2-loop small{margin-top:34px;color:#91adb7;font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.system-v2-loop strong{margin-top:8px;font:400 clamp(25px,2.5vw,36px)/1.12 var(--display);transition:color .25s ease}
.system-v2-loop p{margin:auto 0 0;color:#c3d3d8;font-size:15px;line-height:1.55}
.system-v2-return{display:grid;grid-template-columns:120px minmax(0,650px);gap:28px;align-items:center;justify-content:start;margin-top:28px}
.system-v2-return span{color:#65d9e9;font:500 14px var(--display);letter-spacing:.1em}
.system-v2-return p{margin:0;color:#b7c9cf;font-size:16px;line-height:1.7}
.system-v2-details{background:#edf2f1}
.system-v2-disclosures{margin-top:60px;border-top:1px solid rgba(8,48,66,.22)}
.system-v2-disclosures details{scroll-margin-top:90px;border-bottom:1px solid rgba(8,48,66,.22);background:transparent;transition:background .25s ease}
.system-v2-disclosures details[open]{background:#fff}
.system-v2-disclosures summary{display:grid;grid-template-columns:72px minmax(0,1fr) 48px;gap:24px;align-items:center;min-height:124px;padding:22px 26px;cursor:pointer;list-style:none}
.system-v2-disclosures summary::-webkit-details-marker{display:none}
.system-v2-disclosures summary>span:first-child{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(7,95,112,.34);border-radius:50%;color:var(--system-teal);font-size:13px;font-weight:600;transition:background .25s ease,color .25s ease,border-color .25s ease}
.system-v2-summary-copy{display:grid;grid-template-columns:120px minmax(180px,.65fr) minmax(260px,1fr);gap:26px;align-items:center}
.system-v2-summary-copy small{color:var(--system-teal);font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.system-v2-summary-copy strong{font:400 clamp(26px,2.8vw,38px)/1.2 var(--display)}
.system-v2-summary-copy>span{color:#455f69;font-size:16px;line-height:1.55}
.system-v2-disclosures summary>i{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--cyan);border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(17,197,223,.1);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}
.system-v2-disclosures summary>i::before,.system-v2-disclosures summary>i::after{content:"";grid-area:1/1;width:17px;height:2px;background:var(--navy);transition:background .25s ease,transform .3s cubic-bezier(.22,1,.36,1)}
.system-v2-disclosures summary>i::after{transform:rotate(90deg)}
.system-v2-disclosures details[open] summary>i{border-color:var(--navy);background:var(--navy);box-shadow:0 0 0 5px rgba(0,27,44,.1)}
.system-v2-disclosures details[open] summary>i::before,.system-v2-disclosures details[open] summary>i::after{background:#fff}
.system-v2-disclosures details[open] summary>i::after{transform:rotate(0)}
.system-v2-disclosures details[open] summary>span:first-child{border-color:var(--navy);background:var(--navy);color:#fff}
.system-v2-disclosures summary:hover,.system-v2-disclosures summary:focus-visible{background:#e1eeee}
.system-v2-disclosures summary:hover>i,.system-v2-disclosures summary:focus-visible>i{box-shadow:0 0 0 7px rgba(17,197,223,.16);transform:scale(1.04)}
.system-v2-disclosures summary:focus-visible{position:relative;z-index:1;outline:3px solid #087f94;outline-offset:3px}
.system-v2-stage-body{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1px;margin:0 26px 30px;background:var(--line)}
.system-v2-stage-body>div{padding:28px;background:#f8faf9}
.system-v2-stage-body h3{margin:0 0 16px;color:var(--system-teal);font:600 12px/1.4 var(--body);letter-spacing:.13em;text-transform:uppercase}
.system-v2-stage-body p,.system-v2-stage-body ul{margin:0;color:#3d5862;font-size:15px;line-height:1.75}
.system-v2-stage-body ul{padding-left:20px}
.system-v2-stage-body li+li{margin-top:7px}

.system-v2-engagement{position:relative;isolation:isolate;overflow:hidden;background:#052439;color:#fff}
.system-v2-growth-journey{margin-top:54px;padding-block:28px;border-block:1px solid rgba(255,255,255,.2)}
.system-v2-growth-journey>p{margin:0 0 24px;color:#65d9e9;font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.system-v2-growth-journey ol{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}
.system-v2-growth-journey li{position:relative;display:grid;gap:8px;min-width:0;padding:0 24px 0 0}
.system-v2-growth-journey li:not(:last-child)::after{content:"→";position:absolute;top:12px;right:10px;color:#65d9e9;font-size:15px}
.system-v2-growth-journey span{color:#91adb7;font-size:11px;font-weight:600;letter-spacing:.12em}
.system-v2-growth-journey strong{color:#fff;font:400 clamp(16px,1.45vw,20px)/1.3 var(--display)}
.system-v2-ownership{margin-top:58px;border-top:1px solid rgba(255,255,255,.2)}
.system-v2-ownership article{display:block;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.2)}
.system-v2-ownership article>div{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:44px}
.system-v2-ownership h3{margin:0;font:400 clamp(23px,2.7vw,36px)/1.2 var(--display)}
.system-v2-ownership p{max-width:680px;margin:0;color:#bdced3;font-size:16px;line-height:1.75}
.system-v2-engagement-note{margin-top:52px;padding:30px 0;border-block:1px solid rgba(255,255,255,.2)}
.system-v2-engagement-note p{display:grid;gap:10px;max-width:760px;margin:0}
.system-v2-engagement-note small{color:#65d9e9;font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.system-v2-engagement-note strong{color:#fff;font:400 clamp(21px,2.3vw,30px)/1.4 var(--display)}
.system-v2-outcomes{background:#f6f8f7}
.system-v2-outcome-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:58px;background:var(--line)}
.system-v2-outcome-grid article{min-height:300px;padding:32px;background:#fff}
.system-v2-outcome-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;font-size:13px}
.system-v2-outcome-grid small{display:block;margin-top:48px;color:var(--system-teal);font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.system-v2-outcome-grid h3{margin:9px 0 17px;font:400 clamp(30px,3.4vw,46px)/1.1 var(--display);letter-spacing:-.035em}
.system-v2-outcome-grid p{margin:0;color:#455e68;font-size:16px;line-height:1.7}
.system-v2-outcomes-action{display:grid;grid-template-columns:auto minmax(0,1fr);gap:34px;align-items:center;margin-top:28px;padding:30px 32px;background:var(--navy);color:#fff}
.system-v2-outcomes-action p{max-width:620px;margin:0;color:#c1d2d7;font-size:16px;line-height:1.7}

body.system-page-body #diagnosis-first,
body.system-page-body #system-overview,
body.system-page-body #stage-details,
body.system-page-body #engagement-model,
body.system-page-body #system-outcomes{scroll-margin-top:0}
body.system-page-body .section-index:not(.light)>span{color:#127082}

/* System in-page navigator: compact disclosure below 1600px, fixed rail above. */
body.system-page-body .system-inline-nav{border-block:1px solid rgba(8,48,66,.16);background:#eaf0ef;color:var(--navy)}
body.system-page-body .system-inline-nav summary{display:grid;grid-template-columns:auto 1fr 44px;width:min(var(--system-content),calc(100% - (var(--refined-gutter) * 2)));min-height:72px;align-items:center;gap:24px;margin-inline:auto;cursor:pointer;list-style:none}
body.system-page-body .system-inline-nav summary::-webkit-details-marker{display:none}
body.system-page-body .system-inline-nav summary>span{color:#526b75;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
body.system-page-body .system-inline-nav summary>strong{font-size:15px;font-weight:500}
body.system-page-body .system-inline-nav summary>i{position:relative;display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:var(--cyan);transition:background .2s ease,transform .32s cubic-bezier(.22,1,.36,1)}
body.system-page-body .system-inline-nav summary>i::before,
body.system-page-body .system-inline-nav summary>i::after{content:"";position:absolute;width:14px;height:2px;background:var(--navy)}
body.system-page-body .system-inline-nav summary>i::after{transform:rotate(90deg)}
body.system-page-body .system-inline-nav[open] summary>i{transform:rotate(45deg)}
body.system-page-body .system-inline-nav summary:hover>i{background:#65d9e9}
body.system-page-body .system-inline-nav summary:focus-visible{outline:2px solid #087f94;outline-offset:-2px}
body.system-page-body .system-inline-nav nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(var(--system-content),calc(100% - (var(--refined-gutter) * 2)));gap:1px;margin:0 auto 24px;padding:1px;background:rgba(8,48,66,.16)}
body.system-page-body .system-inline-nav nav a{position:relative;display:flex;min-height:52px;align-items:center;padding:12px 18px;background:#f6f8f7;color:#526b75;font-size:14px;text-decoration:none;transition:background .2s ease,color .2s ease}
body.system-page-body .system-inline-nav nav a:last-child:nth-child(odd){grid-column:1/-1}
body.system-page-body .system-inline-nav nav a::before{content:"";width:3px;height:0;margin-inline-end:0;background:var(--cyan);opacity:0;transition:height .22s ease,margin .22s ease,opacity .22s ease}
body.system-page-body .system-inline-nav nav a:hover,
body.system-page-body .system-inline-nav nav a:focus-visible,
body.system-page-body .system-inline-nav nav a[aria-current="location"]{background:#fff;color:#075f70}
body.system-page-body .system-inline-nav nav a:hover::before,
body.system-page-body .system-inline-nav nav a:focus-visible::before,
body.system-page-body .system-inline-nav nav a[aria-current="location"]::before{height:22px;margin-inline-end:12px;opacity:1}
body.system-page-body .system-inline-nav nav a:focus-visible{z-index:1;outline:2px solid #087f94;outline-offset:-2px}
body.system-page-body .system-local-nav{display:none}

@media(min-width:1600px){
  body.system-page-body .system-inline-nav{display:none}
  body.system-page-body .system-local-nav{position:fixed;z-index:44;top:50%;right:12px;display:flex;width:152px;max-height:calc(100vh - 128px);flex-direction:column;overflow-y:auto;padding:18px 12px 14px;border:1px solid rgba(255,255,255,.14);background:rgba(0,27,44,.94);box-shadow:0 18px 46px rgba(0,14,24,.24);transform:translateY(-50%);backdrop-filter:blur(14px)}
  body.system-page-body .system-local-nav>span{display:block;margin:0 10px 10px;color:#a8bec6;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
  body.system-page-body .system-local-nav>div{display:flex;flex-direction:column}
  body.system-page-body .system-local-nav a{position:relative;display:flex;min-height:46px;align-items:center;padding:11px 10px;border-top:1px solid rgba(255,255,255,.09);color:#b6c7cd;font-size:13px;line-height:1.35;text-decoration:none}
  body.system-page-body .system-local-nav a::before{content:"";position:absolute;top:50%;left:-12px;width:3px;height:20px;background:var(--cyan);opacity:0;transform:translateY(-50%);transition:opacity .22s ease,height .25s ease}
  body.system-page-body .system-local-nav a:hover,
  body.system-page-body .system-local-nav a:focus-visible,
  body.system-page-body .system-local-nav a[aria-current="location"]{color:var(--cyan)}
  body.system-page-body .system-local-nav a:hover::before,
  body.system-page-body .system-local-nav a:focus-visible::before,
  body.system-page-body .system-local-nav a[aria-current="location"]::before{height:22px;opacity:1}
  body.system-page-body .system-local-nav a:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}
  .js body.system-page-body .system-local-nav{opacity:0;pointer-events:none;transform:translate(14px,-50%);transition:opacity .28s ease,transform .38s cubic-bezier(.22,1,.36,1)}
  .js body.system-page-body .system-local-nav.is-visible{opacity:1;pointer-events:auto;transform:translate(0,-50%)}
}

@media(max-width:680px){
  body.system-page-body .system-inline-nav summary,
  body.system-page-body .system-inline-nav nav{width:calc(100% - 40px)}
  body.system-page-body .system-inline-nav summary{grid-template-columns:1fr 44px;gap:16px;min-height:68px}
  body.system-page-body .system-inline-nav summary>span{grid-column:1;align-self:end;margin-bottom:-10px}
  body.system-page-body .system-inline-nav summary>strong{grid-column:1;align-self:start}
  body.system-page-body .system-inline-nav summary>i{grid-column:2;grid-row:1/span 2}
  body.system-page-body .system-inline-nav nav{grid-template-columns:1fr;margin-bottom:20px}
  body.system-page-body .system-inline-nav nav a,
  body.system-page-body .system-inline-nav nav a:last-child:nth-child(odd){grid-column:auto;min-height:52px}
}

.js .system-v2-loop li{opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s cubic-bezier(.22,.61,.36,1)}
.js .system-v2-loop.is-visible li{opacity:1;transform:none}
.js .system-v2-loop.is-visible li:nth-child(1){transition-delay:.08s}.js .system-v2-loop.is-visible li:nth-child(2){transition-delay:.12s}.js .system-v2-loop.is-visible li:nth-child(3){transition-delay:.16s}.js .system-v2-loop.is-visible li:nth-child(4){transition-delay:.2s}.js .system-v2-loop.is-visible li:nth-child(5){transition-delay:.24s}

@media(max-width:1100px){
  .system-v2-loop{grid-template-columns:repeat(3,1fr)}
  .system-v2-loop li:nth-child(3){border-right:0}
  .system-v2-loop li:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.2)}
  .system-v2-loop li:nth-child(5){border-right:0}
  .system-v2-summary-copy{grid-template-columns:105px minmax(160px,.65fr) minmax(220px,1fr)}
}
@media(max-width:900px){
  .system-v2-hero{min-height:0}
  .system-v2-hero-copy{width:100%;min-height:660px;padding-right:clamp(36px,6vw,90px)}
  .system-v2-hero>.system-v2-hero-image{position:relative;inset:auto;width:100%;height:min(80vw,640px)}
  .system-v2-hero-image::after{background:linear-gradient(0deg,rgba(0,27,44,.16),transparent 48%)}
  .system-v2-diagnosis-list article{grid-template-columns:1fr 44px 1fr}
  .system-v2-summary-copy{grid-template-columns:1fr 1.25fr;gap:8px 24px}
  .system-v2-summary-copy>span{grid-column:1/-1}
  .system-v2-stage-body{grid-template-columns:1fr}
  .system-v2-growth-journey ol{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 0}
  .system-v2-growth-journey li:nth-child(4)::after{display:none}
  .system-v2-ownership article>div{grid-template-columns:1fr;gap:10px}
  .system-v2-outcome-grid{grid-template-columns:1fr}
  .system-v2-outcome-grid article{min-height:0}
  .system-v2-outcomes-action{grid-template-columns:1fr;align-items:start}
}
@media(max-width:680px){
  .system-v2-section{padding:82px 20px}
  .system-v2-heading{margin-top:38px}
  .system-v2-heading h2{font-size:clamp(40px,12.5vw,54px)}
  .system-v2-heading>p{font-size:17px;line-height:1.7}
  .system-v2-hero-copy{min-height:0;padding:132px 20px 72px}
  .system-v2-hero h1{font-size:clamp(48px,14.7vw,65px)}
  .system-v2-hero-lede{font-size:17px}
  .system-v2-hero-actions{align-items:stretch;flex-direction:column}
  .system-v2-hero-actions .button{width:100%;min-width:0}
  .system-v2-hero-image{height:112vw;max-height:560px}
  .system-v2-hero-image img{object-position:53% center}
  .system-v2-diagnosis-list article{grid-template-columns:36px minmax(0,1fr);gap:14px 18px;padding:28px 0}
  .system-v2-diagnosis-list article>div:first-child{grid-column:1/-1}
  .system-v2-diagnosis-list article>span{grid-column:1;grid-row:2;width:34px;height:34px}
  .system-v2-diagnosis-list article>div:last-child{grid-column:2;grid-row:2}
  .system-v2-loop{grid-template-columns:1fr}
  .system-v2-loop li,.system-v2-loop li:nth-child(3),.system-v2-loop li:nth-child(5){min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
  .system-v2-loop li:last-child{border-bottom:0}
  .system-v2-loop a{display:grid;grid-template-columns:40px minmax(0,1fr);gap:18px;min-height:0;padding:22px}
  .system-v2-loop a>div{display:grid;height:auto}
  .system-v2-loop small{margin-top:0}
  .system-v2-loop strong{margin-top:4px}
  .system-v2-loop p{margin-top:9px}
  .system-v2-return{grid-template-columns:1fr;gap:10px}
  .system-v2-disclosures summary{grid-template-columns:44px minmax(0,1fr) 40px;gap:12px;min-height:112px;padding:20px 14px}
  .system-v2-summary-copy{grid-template-columns:1fr;gap:5px}
  .system-v2-summary-copy>span{grid-column:auto;font-size:15px}
  .system-v2-disclosures summary>i{width:36px;height:36px}
  .system-v2-stage-body{grid-template-columns:1fr;margin:0 0 24px}
  .system-v2-stage-body>div{padding:24px}
  .system-v2-growth-journey{margin-top:44px;padding-block:24px}
  .system-v2-growth-journey ol{grid-template-columns:1fr;gap:0}
  .system-v2-growth-journey li{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:14px;padding:15px 0;border-top:1px solid rgba(255,255,255,.14)}
  .system-v2-growth-journey li:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
  .system-v2-growth-journey li:not(:last-child)::after{display:none}
  .system-v2-growth-journey strong{font-size:18px}
  .system-v2-outcomes-action{padding:26px 22px}
}
@media(max-width:380px){
  .system-v2-hero h1{font-size:45px}
  .system-v2-heading h2{font-size:38px}
  .system-v2-disclosures summary{grid-template-columns:36px minmax(0,1fr) 36px}
  .system-v2-summary-copy strong{font-size:25px}
}
@media(prefers-reduced-motion:reduce){
  body.system-page-body .system-inline-nav summary>i,
  body.system-page-body .system-inline-nav nav a,
  body.system-page-body .system-inline-nav nav a::before,
  .js body.system-page-body .system-local-nav{transition:none}
  .system-v2-loop::after{transform:scaleX(1);transition:none}
  .js .system-v2-loop li{opacity:1;transform:none;transition:none}
  .system-v2-disclosures details,.system-v2-disclosures summary>span:first-child,.system-v2-disclosures summary>i,.system-v2-disclosures summary>i::before,.system-v2-disclosures summary>i::after{transition:none}
}


/* Shared interaction and editorial foundation — authoritative component layer. */
body.about-page-body .section-jump-nav{--section-jump-max:var(--about-content);--section-jump-gutter:var(--about-gutter)}
body.system-page-body .section-jump-nav{--section-jump-max:var(--system-content);--section-jump-gutter:var(--refined-gutter)}
body.services-page-body .section-jump-nav{--section-jump-max:var(--services-content);--section-jump-gutter:var(--services-gutter)}
body.practice-growth-page-body .section-jump-nav{--section-jump-max:var(--practice-content);--section-jump-gutter:var(--practice-gutter)}

body .section-jump-nav.section-jump-nav{position:relative;z-index:42;border-block-start:2px solid rgba(17,197,223,.78);border-block-end:1px solid rgba(121,221,234,.2);background:#062b3c;color:#fff}
body .section-jump-nav.section-jump-nav summary,
body .section-jump-nav.section-jump-nav nav{width:min(var(--section-jump-max,1260px),calc(100% - (var(--section-jump-gutter,20px) * 2)));margin-inline:auto}
body .section-jump-nav.section-jump-nav summary{display:grid;grid-template-columns:minmax(0,1fr) 32px;min-height:66px;align-items:center;gap:16px;cursor:pointer;list-style:none}
body .section-jump-nav.section-jump-nav summary::-webkit-details-marker{display:none}
body .section-jump-nav.section-jump-nav summary>span{color:#d5e4e8;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
body .section-jump-nav.section-jump-nav summary>i{position:relative;display:block;width:32px;height:32px;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none;transition:transform .28s cubic-bezier(.22,1,.36,1)}
body .section-jump-nav.section-jump-nav summary>i::before,
body .section-jump-nav.section-jump-nav summary>i::after{content:"";position:absolute;top:15px;width:9px;height:1px;background:#65d9e9;transition:none}
body .section-jump-nav.section-jump-nav summary>i::before{left:8px;transform:rotate(45deg)}
body .section-jump-nav.section-jump-nav summary>i::after{right:8px;transform:rotate(-45deg)}
body .section-jump-nav.section-jump-nav[open] summary>i{background:transparent;transform:rotate(180deg)}
body .section-jump-nav.section-jump-nav summary:hover>i{background:transparent}
body .section-jump-nav.section-jump-nav summary:focus-visible{outline:2px solid #65d9e9;outline-offset:-2px}
body .section-jump-nav.section-jump-nav nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0;margin-block:0 16px;padding-top:8px;border-top:1px solid rgba(213,228,232,.18);background:transparent}
body .section-jump-nav.section-jump-nav nav a,
body .section-jump-nav.section-jump-nav nav a:last-child:nth-child(odd){position:relative;display:flex;grid-column:auto;min-height:48px;align-items:center;padding:11px 12px;border-bottom:1px solid rgba(213,228,232,.12);background:transparent;color:#bfd1d7;font-size:14px;text-decoration:none;transition:color .2s ease,background .2s ease}
body .section-jump-nav.section-jump-nav nav a::before{display:none}
body .section-jump-nav.section-jump-nav nav a::after{content:"";position:absolute;right:12px;bottom:-1px;left:12px;height:2px;background:var(--cyan);opacity:0;transform:scaleX(.25);transform-origin:left;transition:opacity .2s ease,transform .25s cubic-bezier(.22,1,.36,1)}
body .section-jump-nav.section-jump-nav nav a:hover,
body .section-jump-nav.section-jump-nav nav a:focus-visible,
body .section-jump-nav.section-jump-nav nav a[aria-current="location"]{background:rgba(17,197,223,.08);color:#fff}
body .section-jump-nav.section-jump-nav nav a:hover::after,
body .section-jump-nav.section-jump-nav nav a:focus-visible::after,
body .section-jump-nav.section-jump-nav nav a[aria-current="location"]::after{opacity:1;transform:scaleX(1)}
body .section-jump-nav.section-jump-nav nav a:focus-visible{z-index:1;outline:2px solid #65d9e9;outline-offset:-2px}

body.services-page-body .capability-disclosure summary>span:last-child,
body.services-page-body .faq-list summary>span:last-child,
.system-v2-disclosures .stage-disclosure summary>.disclosure-icon{position:relative;display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border:1px solid rgba(28,116,132,.62);border-radius:50%;background:transparent;box-shadow:none;color:transparent;font-size:0;transform:none;transition:border-color .22s ease,background .22s ease,transform .3s cubic-bezier(.22,1,.36,1)}
body.services-page-body .capability-disclosure summary>span:last-child::before,
body.services-page-body .capability-disclosure summary>span:last-child::after,
body.services-page-body .faq-list summary>span:last-child::before,
body.services-page-body .faq-list summary>span:last-child::after,
.system-v2-disclosures .stage-disclosure summary>.disclosure-icon::before,
.system-v2-disclosures .stage-disclosure summary>.disclosure-icon::after{content:"";position:absolute;grid-area:auto;width:15px;height:1.5px;background:#1c7484;transform:none;transition:background .22s ease}
body.services-page-body .capability-disclosure summary>span:last-child::after,
body.services-page-body .faq-list summary>span:last-child::after,
.system-v2-disclosures .stage-disclosure summary>.disclosure-icon::after{transform:rotate(90deg)}
body.services-page-body .capability-disclosure summary:hover>span:last-child,
body.services-page-body .capability-disclosure summary:focus-visible>span:last-child,
body.services-page-body .faq-list summary:hover>span:last-child,
body.services-page-body .faq-list summary:focus-visible>span:last-child,
.system-v2-disclosures .stage-disclosure summary:hover>.disclosure-icon,
.system-v2-disclosures .stage-disclosure summary:focus-visible>.disclosure-icon{border-color:#1c7484;background:rgba(17,197,223,.11);box-shadow:none;transform:none}
body.services-page-body .capability-disclosure[open] summary>span:last-child,
body.services-page-body .faq-list details[open] summary>span:last-child,
.system-v2-disclosures .stage-disclosure[open] summary>.disclosure-icon{border-color:var(--navy);background:var(--navy);box-shadow:none;color:transparent;transform:rotate(45deg)}
body.services-page-body .capability-disclosure[open] summary>span:last-child::before,
body.services-page-body .capability-disclosure[open] summary>span:last-child::after,
body.services-page-body .faq-list details[open] summary>span:last-child::before,
body.services-page-body .faq-list details[open] summary>span:last-child::after,
.system-v2-disclosures .stage-disclosure[open] summary>.disclosure-icon::before,
.system-v2-disclosures .stage-disclosure[open] summary>.disclosure-icon::after{background:#fff}
body.services-page-body #digital-authority .capability-disclosure summary>span:last-child{border-color:rgba(121,221,234,.72)}
body.services-page-body #digital-authority .capability-disclosure summary>span:last-child::before,
body.services-page-body #digital-authority .capability-disclosure summary>span:last-child::after{background:#79ddea}
body.services-page-body #digital-authority .capability-disclosure[open] summary>span:last-child{border-color:#fff;background:#fff}
body.services-page-body #digital-authority .capability-disclosure[open] summary>span:last-child::before,
body.services-page-body #digital-authority .capability-disclosure[open] summary>span:last-child::after{background:var(--navy)}
body.services-page-body .capability-disclosure summary:focus-visible,
body.services-page-body .faq-list summary:focus-visible,
.system-v2-disclosures .stage-disclosure summary:focus-visible{outline:2px solid #1c7484;outline-offset:3px}
.methodology-details summary::after{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid rgba(28,116,132,.62);border-radius:50%;background:transparent;color:#1c7484;font-size:21px;line-height:1;transition:border-color .22s ease,background .22s ease,color .22s ease,transform .3s cubic-bezier(.22,1,.36,1)}
.methodology-details[open] summary::after{content:"+";border-color:var(--navy);background:var(--navy);color:#fff;transform:rotate(45deg)}

@media(min-width:901px){
  body.about-page-body{--about-content:1260px}
  body.about-page-body .about-introduction .about-rail>div:last-child{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:clamp(18px,2vw,28px)}
  body.about-page-body .about-introduction h2{grid-column:1/-1;max-width:none}
  body.about-page-body .about-introduction .about-intro-copy{display:grid;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(42px,6vw,82px);max-width:none;margin-top:42px;padding-top:28px;border-top:1px solid rgba(8,48,66,.16)}
  body.about-page-body .about-introduction .about-intro-copy p+p{margin-top:0}
  body.about-page-body .about-introduction .about-definition{grid-column:1/-1;width:100%}
}

@media(max-width:680px){
  body .section-jump-nav.section-jump-nav summary,
  body .section-jump-nav.section-jump-nav nav{width:calc(100% - 40px)}
  body .section-jump-nav.section-jump-nav summary{grid-template-columns:minmax(0,1fr) 32px;gap:10px;min-height:64px}
  body .section-jump-nav.section-jump-nav nav{grid-template-columns:1fr;margin-bottom:14px;padding-top:6px}
}

@media(prefers-reduced-motion:reduce){
  body .section-jump-nav.section-jump-nav summary>i,
  body .section-jump-nav.section-jump-nav nav a,
  body .section-jump-nav.section-jump-nav nav a::after,
  body.services-page-body .capability-disclosure summary>span:last-child,
  body.services-page-body .faq-list summary>span:last-child,
  .system-v2-disclosures .stage-disclosure summary>.disclosure-icon,
  .methodology-details summary::after{transition:none}
}

/* Cross-page editorial hierarchy — approved after the refined About review. */
body.system-page-body .system-v2-heading,
body.practice-growth-page-body .practice-heading{max-width:none}
body.system-page-body .system-v2-heading>p,
body.practice-growth-page-body .practice-heading>p{max-width:none}
body.services-page-body .service-rail h2,
body.services-page-body .service-domain h2{max-width:none}
body.services-page-body .service-lede,
body.services-page-body .domain-intro,
body.services-page-body .service-sequencing .service-rail>div:last-child>p,
body.services-page-body .services-domain-intro .service-rail>div:last-child>p,
body.services-page-body .services-final-cta .service-rail>div:last-child>p{max-width:none}
body.contact-page-body .form-intro{display:block}
body.contact-page-body .form-intro .section-index{margin-bottom:clamp(44px,5vw,62px)}
body.contact-page-body .form-intro>p{max-width:none;margin-top:28px}

/* Full-width closing chapters retain a distinct CTA treatment. */
body.system-page-body .refined-closing{--closing-content:var(--system-content);--closing-gutter:var(--refined-gutter)}
body.practice-growth-page-body .refined-closing{--closing-content:var(--practice-content);--closing-gutter:var(--practice-gutter)}
body.system-page-body .review.review-compact.refined-closing,
body.practice-growth-page-body .review.review-compact.refined-closing{display:block;padding:clamp(112px,10vw,148px) var(--closing-gutter);text-align:left;background:var(--navy)}
body .review.review-compact.refined-closing .review-inner{width:min(var(--closing-content),100%);margin-inline:auto}
body .review.review-compact.refined-closing .section-index{margin-bottom:clamp(44px,5vw,62px)}
body .review.review-compact.refined-closing h2{max-width:none;margin:0;font-size:clamp(42px,4.6vw,64px);line-height:1.06}
body .review.review-compact.refined-closing p{max-width:none;margin:28px 0 0;color:#b7cbd1;font-size:18px;line-height:1.75}
body .review.review-compact.refined-closing .button{justify-self:auto;margin-top:38px;white-space:normal}

/* One shared refined footer composition for completed secondary pages. */
body.about-page-body .site-footer,
body.services-page-body .site-footer,
body.system-page-body .site-footer,
body.practice-growth-page-body .site-footer,
body.contact-page-body .site-footer,
body.legal-page-body .site-footer{display:block;padding:0;background:#001522}
body.about-page-body .footer-lead,
body.services-page-body .footer-lead,
body.system-page-body .footer-lead,
body.practice-growth-page-body .footer-lead,
body.contact-page-body .footer-lead,
body.legal-page-body .footer-lead{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);gap:clamp(72px,10vw,170px);align-items:end;padding:104px clamp(24px,6vw,90px) 96px}
body.about-page-body .footer-positioning,
body.services-page-body .footer-positioning,
body.system-page-body .footer-positioning,
body.practice-growth-page-body .footer-positioning,
body.contact-page-body .footer-positioning,
body.legal-page-body .footer-positioning{display:flex;flex-direction:column;align-items:flex-start;gap:54px}
body.about-page-body .footer-positioning>p,
body.services-page-body .footer-positioning>p,
body.system-page-body .footer-positioning>p,
body.practice-growth-page-body .footer-positioning>p,
body.contact-page-body .footer-positioning>p,
body.legal-page-body .footer-positioning>p{max-width:900px;margin:0;color:#e0eaed;font:300 clamp(38px,4.5vw,66px)/1.06 var(--display);letter-spacing:-.05em}
body.about-page-body .footer-positioning>p em,
body.services-page-body .footer-positioning>p em,
body.system-page-body .footer-positioning>p em,
body.practice-growth-page-body .footer-positioning>p em,
body.contact-page-body .footer-positioning>p em,
body.legal-page-body .footer-positioning>p em{color:var(--cyan);font-style:normal}
body.about-page-body .footer-conversation,
body.services-page-body .footer-conversation,
body.system-page-body .footer-conversation,
body.practice-growth-page-body .footer-conversation,
body.contact-page-body .footer-conversation,
body.legal-page-body .footer-conversation{padding-bottom:4px}
body.about-page-body .footer-conversation h2,
body.services-page-body .footer-conversation h2,
body.system-page-body .footer-conversation h2,
body.practice-growth-page-body .footer-conversation h2,
body.contact-page-body .footer-conversation h2,
body.legal-page-body .footer-conversation h2{margin-bottom:26px}
body.about-page-body .footer-conversation .footer-links,
body.services-page-body .footer-conversation .footer-links,
body.system-page-body .footer-conversation .footer-links,
body.practice-growth-page-body .footer-conversation .footer-links,
body.contact-page-body .footer-conversation .footer-links,
body.legal-page-body .footer-conversation .footer-links{gap:8px}
body.about-page-body .footer-conversation .footer-links a,
body.services-page-body .footer-conversation .footer-links a,
body.system-page-body .footer-conversation .footer-links a,
body.practice-growth-page-body .footer-conversation .footer-links a,
body.contact-page-body .footer-conversation .footer-links a,
body.legal-page-body .footer-conversation .footer-links a{font-size:17px}
body.about-page-body .footer-bottom,
body.services-page-body .footer-bottom,
body.system-page-body .footer-bottom,
body.practice-growth-page-body .footer-bottom,
body.contact-page-body .footer-bottom,
body.legal-page-body .footer-bottom{grid-template-columns:minmax(0,1fr) auto auto;gap:clamp(28px,4vw,64px);margin:0;padding:24px clamp(24px,6vw,90px)}
body.about-page-body .footer-meta,
body.services-page-body .footer-meta,
body.system-page-body .footer-meta,
body.practice-growth-page-body .footer-meta,
body.contact-page-body .footer-meta,
body.legal-page-body .footer-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
body.about-page-body .footer-meta span+span,
body.services-page-body .footer-meta span+span,
body.system-page-body .footer-meta span+span,
body.practice-growth-page-body .footer-meta span+span,
body.contact-page-body .footer-meta span+span,
body.legal-page-body .footer-meta span+span{position:relative;padding-inline-start:25px}
body.about-page-body .footer-meta span+span::before,
body.services-page-body .footer-meta span+span::before,
body.system-page-body .footer-meta span+span::before,
body.practice-growth-page-body .footer-meta span+span::before,
body.contact-page-body .footer-meta span+span::before,
body.legal-page-body .footer-meta span+span::before{content:"";position:absolute;top:50%;inset-inline-start:0;width:3px;height:3px;border-radius:50%;background:#476673;transform:translateY(-50%)}

@media(max-width:900px){
  body.about-page-body .footer-lead,
  body.services-page-body .footer-lead,
  body.system-page-body .footer-lead,
  body.practice-growth-page-body .footer-lead,
  body.contact-page-body .footer-lead,
  body.legal-page-body .footer-lead{grid-template-columns:1fr;gap:58px;padding-block:76px 68px}
  body.about-page-body .footer-positioning,
  body.services-page-body .footer-positioning,
  body.system-page-body .footer-positioning,
  body.practice-growth-page-body .footer-positioning,
  body.contact-page-body .footer-positioning,
  body.legal-page-body .footer-positioning{gap:38px}
  body.about-page-body .footer-bottom,
  body.services-page-body .footer-bottom,
  body.system-page-body .footer-bottom,
  body.practice-growth-page-body .footer-bottom,
  body.contact-page-body .footer-bottom,
  body.legal-page-body .footer-bottom{grid-template-columns:1fr;gap:18px}
  body.about-page-body .footer-bottom>a,
  body.services-page-body .footer-bottom>a,
  body.system-page-body .footer-bottom>a,
  body.practice-growth-page-body .footer-bottom>a,
  body.contact-page-body .footer-bottom>a,
  body.legal-page-body .footer-bottom>a{justify-self:start}
}

@media(max-width:680px){
  body.contact-page-body .form-intro .section-index{margin-bottom:42px}
  body .review.review-compact.refined-closing p{font-size:16px}
  body.about-page-body .footer-meta,
  body.services-page-body .footer-meta,
  body.system-page-body .footer-meta,
  body.practice-growth-page-body .footer-meta,
  body.contact-page-body .footer-meta,
  body.legal-page-body .footer-meta{flex-direction:column;align-items:flex-start;gap:10px}
  body.about-page-body .footer-meta span+span,
  body.services-page-body .footer-meta span+span,
  body.system-page-body .footer-meta span+span,
  body.practice-growth-page-body .footer-meta span+span,
  body.contact-page-body .footer-meta span+span,
  body.legal-page-body .footer-meta span+span{padding-inline-start:0}
  body.about-page-body .footer-meta span+span::before,
  body.services-page-body .footer-meta span+span::before,
  body.system-page-body .footer-meta span+span::before,
  body.practice-growth-page-body .footer-meta span+span::before,
  body.contact-page-body .footer-meta span+span::before,
body.legal-page-body .footer-meta span+span::before{display:none}
}


/* WordPress integration */
.admin-bar .site-header{top:32px}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
.dema-wp-honeypot{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.header-cta{padding-bottom:0;border-bottom:0}
.header-cta a{display:inline-flex;align-items:center;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.4);color:#fff;text-decoration:none}
.header-cta a::after,.footer-links a::after,.mobile-nav>a:last-of-type::after{content:"↗";margin-inline-start:9px;color:var(--cyan)}
.mobile-language-switcher{display:none}
@media(max-width:1050px){.mobile-language-switcher{display:block}.mobile-language-switcher .language{display:block;color:#78dbea;font-weight:600}}
.error404 .error-404-hero{min-height:70svh;padding-top:max(clamp(160px,17vw,220px),150px)}
.admin-bar.error404 .error-404-hero{padding-top:max(clamp(192px,calc(17vw + 32px),252px),182px)}
@media(max-width:782px){.error404 .error-404-hero{padding-top:150px}.admin-bar.error404 .error-404-hero{padding-top:196px}}
