@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}
}


/* About page — authoritative refined component system */
body.about-page-body{
  --about-gutter:clamp(24px,6vw,90px);
  --about-content:1120px;
  --about-copy:#526b75;
  --about-anchor-offset:0px;
  overflow-x:hidden;
  background:#f6f8f7;
}
body.about-page-body #who-we-are,
body.about-page-body #collective-expertise,
body.about-page-body #why-dema,
body.about-page-body #what-shapes-us,
body.about-page-body #working-together{scroll-margin-top:var(--about-anchor-offset)}

/* Hero */
body.about-page-body .about-hero{
  position:relative;
  isolation:isolate;
  display:flex;
  min-height:var(--secondary-hero-height);
  align-items:center;
  overflow:hidden;
  padding:clamp(150px,15vh,190px) 0 72px;
  background:var(--navy);
  color:#fff;
}
body.about-page-body .about-hero::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,#000,transparent 72%);
  pointer-events:none;
}
body.about-page-body .about-hero>*:not(.inner-hero-art):not(.cursor-glow){position:relative;z-index:2}
body.about-page-body .about-hero-inner{
  width:min(var(--about-content),calc(100% - (var(--about-gutter) * 2)));
  margin-inline:auto;
}
body.about-page-body .about-hero-copy{max-width:820px}
body.about-page-body .about-hero h1{
  max-width:800px;
  margin:0;
  font:300 clamp(58px,6vw,88px)/.96 var(--display);
  letter-spacing:-.06em;
}
body.about-page-body .about-hero h1 em,
body.about-page-body .about-chapter h2 em,
body.about-page-body .about-final h2 em{color:var(--cyan);font-style:normal}
body.about-page-body .about-hero-intro{max-width:650px;margin-top:30px}
body.about-page-body .about-hero-intro p{margin:0;color:#c4d4d9;font-size:18px;line-height:1.72}
body.about-page-body .about-hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:38px}
body.about-page-body .about-hero>.cursor-glow{z-index:1;width:760px;height:760px;background:radial-gradient(circle,rgba(17,197,223,.2),rgba(17,197,223,.07) 34%,transparent 70%);mix-blend-mode:screen}

/* Shared chapters */
body.about-page-body .about-chapter{padding:clamp(100px,9vw,132px) var(--about-gutter)}
body.about-page-body .about-rail,
body.about-page-body .about-final-inner{position:relative;z-index:1;width:min(var(--about-content),100%);max-width:none;margin-inline:auto}
body.about-page-body .about-rail>.section-index{width:100%;margin-bottom:clamp(44px,5vw,62px)}
body.about-page-body .section-index:not(.light)>span{color:#127082}
body.about-page-body .about-rail>div:last-child{width:100%}
body.about-page-body .about-chapter h2,
body.about-page-body .about-final h2{max-width:none;margin:0;font:300 clamp(42px,4.6vw,64px)/1.06 var(--display);letter-spacing:-.05em}
body.about-page-body .about-lede{max-width:720px;margin-top:28px}
body.about-page-body .about-lede p,
body.about-page-body .about-lede-single{color:var(--about-copy);font-size:18px;line-height:1.75}
body.about-page-body .about-lede p{margin:0 0 16px}
body.about-page-body .about-lede strong{display:block;margin-top:30px;color:#294550;font:500 18px/1.65 var(--display)}
body.about-page-body .about-lede-single{max-width:720px;margin:28px 0 0}

/* Consultancy introduction */
body.about-page-body .about-introduction{background:#f6f8f7}
body.about-page-body .about-intro-copy{max-width:760px;margin-top:34px}
body.about-page-body .about-intro-copy p{margin:0;color:var(--about-copy);font-size:18px;line-height:1.78}
body.about-page-body .about-intro-copy p+p{margin-top:18px}
body.about-page-body .about-definition{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:72px 0 0;border-block:1px solid rgba(8,48,66,.22)}
body.about-page-body .about-definition>div{padding:26px clamp(18px,3vw,34px);border-inline-end:1px solid rgba(8,48,66,.18)}
body.about-page-body .about-definition>div:first-child{padding-inline-start:0}
body.about-page-body .about-definition>div:last-child{border-inline-end:0}
body.about-page-body .about-definition dt{margin:0 0 12px;color:#08798e;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
body.about-page-body .about-definition dd{margin:0;color:#173541;font:400 clamp(18px,1.8vw,23px)/1.35 var(--display)}

/* Collective expertise */
body.about-page-body .about-expertise,
body.about-page-body .about-final{position:relative;isolation:isolate;overflow:hidden;background:var(--navy);color:#fff}
body.about-page-body .about-expertise>*:not(.cursor-glow),
body.about-page-body .about-final>*:not(.cursor-glow){position:relative;z-index:1}
body.about-page-body .about-expertise>.cursor-glow{z-index:0;width:760px;height:760px;background:radial-gradient(circle,rgba(17,197,223,.2),rgba(17,197,223,.06) 36%,transparent 70%);mix-blend-mode:screen}
body.about-page-body .about-expertise .about-lede-single{max-width:none;color:#b7cbd1}
body.about-page-body .expertise-system{margin-top:64px}
body.about-page-body .expertise-disciplines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid rgba(255,255,255,.2)}
body.about-page-body .expertise-disciplines article{position:relative;min-height:250px;padding:36px clamp(24px,3vw,42px) 48px}
body.about-page-body .expertise-disciplines article+article{border-inline-start:1px solid rgba(255,255,255,.2)}
body.about-page-body .expertise-disciplines article::after{content:"";position:absolute;right:50%;bottom:-37px;width:1px;height:37px;background:rgba(101,217,233,.72)}
body.about-page-body .expertise-disciplines h3{max-width:290px;margin:0;color:#f5f8f9;font:400 clamp(24px,2.2vw,31px)/1.22 var(--display);letter-spacing:-.03em}
body.about-page-body .expertise-disciplines p{max-width:350px;margin:28px 0 0;color:#b7cbd1;font-size:16px;line-height:1.75}
body.about-page-body .expertise-convergence{position:relative;height:74px;margin-inline:16.666%}
body.about-page-body .expertise-convergence::before{content:"";position:absolute;top:36px;right:0;left:0;height:1px;background:rgba(101,217,233,.72)}
body.about-page-body .expertise-convergence::after{content:"";position:absolute;top:36px;bottom:0;left:50%;width:1px;background:rgba(101,217,233,.72)}
body.about-page-body .collective-statement{display:grid;grid-template-columns:1fr;max-width:none;gap:18px;align-items:start;margin:0;padding:34px clamp(28px,4vw,52px);border:1px solid rgba(121,221,234,.34);background:rgba(255,255,255,.035);color:#e4edef}
body.about-page-body .collective-statement>span{padding-top:8px;color:#79ddea;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
body.about-page-body .collective-statement>strong{font:300 clamp(25px,2.7vw,36px)/1.45 var(--display)}
body.about-page-body .collective-statement em{color:var(--cyan);font-style:normal}

@media(min-width:901px){
  body.about-page-body .about-expertise .about-lede-single{max-width:none;margin-top:32px}
  body.about-page-body .about-expertise .expertise-system{width:100%;margin-top:72px}
}

.js body.about-page-body .expertise-system.reveal .expertise-disciplines article{opacity:0;transform:translateY(8px);transition:opacity .42s ease,transform .42s cubic-bezier(.22,.61,.36,1)}
.js body.about-page-body .expertise-system.reveal.is-visible .expertise-disciplines article{opacity:1;transform:none}
.js body.about-page-body .expertise-system.reveal.is-visible .expertise-disciplines article:nth-child(1){transition-delay:.08s}
.js body.about-page-body .expertise-system.reveal.is-visible .expertise-disciplines article:nth-child(2){transition-delay:.16s}
.js body.about-page-body .expertise-system.reveal.is-visible .expertise-disciplines article:nth-child(3){transition-delay:.24s}
.js body.about-page-body .expertise-system.reveal .expertise-convergence{opacity:0;transition:opacity .35s ease .3s}
.js body.about-page-body .expertise-system.reveal.is-visible .expertise-convergence{opacity:1}

/* Origin */
body.about-page-body .about-origin{background:#f6f8f7}
body.about-page-body .origin-story{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:0;align-items:stretch;margin-top:58px;padding-top:42px;border-top:1px solid rgba(8,48,66,.22)}
body.about-page-body .origin-visual{min-height:470px;margin:0;overflow:hidden;background:#dce7e6}
body.about-page-body .origin-visual picture{display:block;height:100%}
body.about-page-body .origin-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
body.about-page-body .origin-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,4.5vw,62px);border:1px solid rgba(8,48,66,.18);border-inline-start:0;background:#eaf0ef}
body.about-page-body .origin-story p{margin:0;color:var(--about-copy);font-size:17px;line-height:1.78}
body.about-page-body .origin-story .origin-thesis{color:#173541;font:400 clamp(27px,2.6vw,36px)/1.4 var(--display);letter-spacing:-.035em}
body.about-page-body .origin-detail{margin-top:34px;padding-top:28px;border-top:1px solid rgba(8,48,66,.18)}
body.about-page-body .origin-detail p+p{margin-top:22px}
body.about-page-body .origin-detail p:last-child{color:#294550;font-weight:500}

/* What shapes the work */
body.about-page-body .about-influences{background:#eaf0ef}
body.about-page-body .influence-system{margin-top:62px}
body.about-page-body .influence-foundations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-block:1px solid #bdced1}
body.about-page-body .influence-foundations article{position:relative;padding:40px clamp(32px,5vw,72px) 48px}
body.about-page-body .influence-foundations article:first-child{padding-inline-start:0}
body.about-page-body .influence-foundations article+article{border-inline-start:1px solid #bdced1}
body.about-page-body .influence-foundations article::after{content:"";position:absolute;right:50%;bottom:-37px;width:1px;height:37px;background:#479eaa}
body.about-page-body .influence-label{margin:0 0 26px;color:#077386;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
body.about-page-body .influence-foundations h3{max-width:420px;margin:0 0 20px;color:#173541;font:400 clamp(23px,2.6vw,34px)/1.28 var(--display);letter-spacing:-.03em}
body.about-page-body .influence-foundations article>p:last-child{max-width:490px;margin:0;color:#526771;font-size:16px;line-height:1.75}
body.about-page-body .influence-convergence{position:relative;height:74px;margin-inline:25%}
body.about-page-body .influence-convergence::before{content:"";position:absolute;top:36px;right:0;left:0;height:1px;background:#479eaa}
body.about-page-body .influence-convergence::after{content:"";position:absolute;top:36px;bottom:0;left:50%;width:1px;background:#479eaa}
body.about-page-body .judgment-band{padding:clamp(34px,4vw,50px) clamp(28px,4vw,52px);border:1px solid rgba(121,221,234,.3);background:var(--navy);color:#fff}
body.about-page-body .judgment-intro{display:grid;grid-template-columns:1fr;gap:16px;align-items:start;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.17)}
body.about-page-body .judgment-label{margin:0;color:#79ddea;font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
body.about-page-body .judgment-summary{max-width:none;margin:0;color:#eef5f6;font:300 clamp(24px,2.5vw,34px)/1.4 var(--display);letter-spacing:-.025em}
body.about-page-body .judgment-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px}
body.about-page-body .judgment-principles article{padding:4px clamp(24px,3vw,38px) 0}
body.about-page-body .judgment-principles article:first-child{padding-inline-start:0}
body.about-page-body .judgment-principles article+article{border-inline-start:1px solid rgba(255,255,255,.17)}
body.about-page-body .judgment-principles h3{margin:0;color:#f3f8f9;font:500 19px/1.4 var(--display)}
body.about-page-body .judgment-principles p{margin:14px 0 0;color:#b7cbd1;font-size:15px;line-height:1.72}

/* Working relationship */
body.about-page-body .about-partnership{background:#f6f8f7}
body.about-page-body .about-partnership .about-lede-single{max-width:none;margin-top:32px}
body.about-page-body .partnership-commitments{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);grid-template-rows:repeat(2,minmax(190px,auto));margin-top:64px;border-block:1px solid rgba(8,48,66,.22)}
body.about-page-body .partnership-commitments article{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,4.5vw,58px);background:#f6f8f7}
body.about-page-body .partnership-commitments article+article{border-inline-start:1px solid rgba(8,48,66,.22)}
body.about-page-body .partnership-commitments article:nth-child(2){border-bottom:1px solid rgba(8,48,66,.22)}
body.about-page-body .partnership-commitments .commitment-primary{grid-row:1/3;min-height:470px;background:var(--navy);color:#fff}
body.about-page-body .commitment-label{margin:0 0 22px;color:#08798e;font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
body.about-page-body .commitment-primary .commitment-label{color:#79ddea}
body.about-page-body .partnership-commitments h3{max-width:520px;margin:0;color:#173541;font:400 clamp(24px,2.5vw,34px)/1.26 var(--display);letter-spacing:-.03em}
body.about-page-body .partnership-commitments .commitment-primary h3{color:#f3f8f9;font-size:clamp(36px,4.2vw,56px);line-height:1.12;letter-spacing:-.045em}
body.about-page-body .partnership-commitments article>p:last-child{max-width:540px;margin:24px 0 0;color:#526771;font-size:16px;line-height:1.75}
body.about-page-body .partnership-commitments .commitment-primary>p:last-child{margin-top:30px;color:#b7cbd1;font-size:17px}

/* Final chapter */
body.about-page-body .about-final{padding:clamp(112px,10vw,148px) var(--about-gutter)}
body.about-page-body .about-final h2{margin-top:clamp(44px,5vw,62px)}
body.about-page-body .about-final-inner>p{max-width:none;margin:28px 0 0;color:#b7cbd1;font-size:18px;line-height:1.75}

/* Footer aligned with the approved Home and Services composition. */
body.refined-secondary.about-page-body .site-footer{display:block;padding:0;background:#001522}
body.refined-secondary.about-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 var(--about-gutter) 96px}
body.refined-secondary.about-page-body .footer-positioning{display:flex;flex-direction:column;align-items:flex-start;gap:54px}
body.refined-secondary.about-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.refined-secondary.about-page-body .footer-positioning>p em{color:var(--cyan);font-style:normal}
body.refined-secondary.about-page-body .footer-conversation{padding-bottom:4px}
body.refined-secondary.about-page-body .footer-conversation h2{margin-bottom:26px}
body.refined-secondary.about-page-body .footer-conversation .footer-links{gap:8px}
body.refined-secondary.about-page-body .footer-conversation .footer-links a{font-size:17px}
body.refined-secondary.about-page-body .footer-bottom{grid-template-columns:minmax(0,1fr) auto auto;gap:clamp(28px,4vw,64px);margin:0;padding:24px var(--about-gutter)}
body.refined-secondary.about-page-body .footer-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
body.refined-secondary.about-page-body .footer-meta span+span{position:relative;padding-left:25px}
body.refined-secondary.about-page-body .footer-meta span+span::before{content:"";position:absolute;top:50%;left:0;width:3px;height:3px;border-radius:50%;background:#476673;transform:translateY(-50%)}

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

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

@media(max-width:900px){
  body.about-page-body .about-hero{min-height:0;padding-top:138px}
  body.about-page-body .origin-story{grid-template-columns:1fr;gap:0}
  body.about-page-body .origin-visual{min-height:0;aspect-ratio:16/9}
  body.about-page-body .origin-copy{border-inline-start:1px solid rgba(8,48,66,.18)}
  body.about-page-body .partnership-commitments{grid-template-columns:1fr;grid-template-rows:auto}
  body.about-page-body .partnership-commitments .commitment-primary{grid-row:auto;min-height:0}
  body.about-page-body .partnership-commitments article+article{border-inline-start:0}
  body.about-page-body .partnership-commitments article:nth-child(2){border-bottom:1px solid rgba(8,48,66,.22)}
  body.about-page-body .expertise-disciplines{grid-template-columns:1fr;border-bottom:0}
  body.about-page-body .expertise-disciplines article{min-height:0;padding:30px 30px 30px 52px;border-bottom:1px solid rgba(255,255,255,.2)}
  body.about-page-body .expertise-disciplines article+article{border-inline-start:0}
  body.about-page-body .expertise-disciplines article::before{content:"";position:absolute;top:42px;left:20px;width:7px;height:7px;border-radius:50%;background:#65d9e9;box-shadow:0 0 0 6px rgba(101,217,233,.08)}
  body.about-page-body .expertise-disciplines article::after{top:45px;right:auto;bottom:-46px;left:23px;height:auto}
  body.about-page-body .expertise-disciplines article:last-child::after{bottom:-38px}
  body.about-page-body .expertise-disciplines h3,
  body.about-page-body .expertise-disciplines p{max-width:620px}
  body.about-page-body .expertise-disciplines p{margin-top:16px}
  body.about-page-body .expertise-convergence{height:38px;margin:0}
  body.about-page-body .expertise-convergence::before{display:none}
  body.about-page-body .expertise-convergence::after{top:0;bottom:0;left:23px}
  body.about-page-body .collective-statement{grid-template-columns:1fr;gap:18px}
  body.about-page-body .judgment-principles{grid-template-columns:1fr;margin-top:18px}
  body.about-page-body .judgment-principles article{padding:22px 0;border-top:1px solid rgba(255,255,255,.17)}
  body.about-page-body .judgment-principles article+article{border-inline-start:0}
  body.refined-secondary.about-page-body .footer-lead{grid-template-columns:1fr;gap:58px;padding-block:76px 68px}
  body.refined-secondary.about-page-body .footer-positioning{gap:38px}
  body.refined-secondary.about-page-body .footer-bottom{grid-template-columns:1fr;gap:18px}
  body.refined-secondary.about-page-body .footer-bottom>a{justify-self:start}
}

@media(max-width:680px){
  body.about-page-body{--about-gutter:20px}
  body.about-page-body .about-hero{min-height:0;padding:124px 0 58px}
  body.about-page-body .about-hero h1{font-size:clamp(46px,13.5vw,58px)}
  body.about-page-body .about-hero-intro{margin-top:26px}
  body.about-page-body .about-hero-intro p{font-size:16px}
  body.about-page-body .about-hero-actions{align-items:stretch;flex-direction:column;margin-top:32px}
  body.about-page-body .about-hero-actions .button{width:100%}
  body.about-page-body .about-inline-nav summary,
  body.about-page-body .about-inline-nav nav{width:calc(100% - 40px)}
  body.about-page-body .about-inline-nav summary{grid-template-columns:1fr 44px;gap:16px;min-height:68px}
  body.about-page-body .about-inline-nav summary>span{grid-column:1;align-self:end;margin-bottom:-10px}
  body.about-page-body .about-inline-nav summary>strong{grid-column:1;align-self:start}
  body.about-page-body .about-inline-nav summary>i{grid-column:2;grid-row:1/span 2}
  body.about-page-body .about-inline-nav nav{grid-template-columns:1fr;margin-bottom:20px}
  body.about-page-body .about-inline-nav nav a,
  body.about-page-body .about-inline-nav nav a:last-child:nth-child(odd){grid-column:auto;min-height:52px}
  body.about-page-body .about-chapter,
  body.about-page-body .about-final{padding:84px 20px}
  body.about-page-body .about-rail>.section-index{margin-bottom:42px}
  body.about-page-body .about-chapter h2,
  body.about-page-body .about-final h2{font-size:clamp(40px,12vw,54px)}
  body.about-page-body .about-lede p,
  body.about-page-body .about-lede-single,
  body.about-page-body .about-final-inner>p{font-size:16px}
  body.about-page-body .origin-story{grid-template-columns:1fr;gap:30px}
  body.about-page-body .about-intro-copy{margin-top:30px}
  body.about-page-body .about-intro-copy p{font-size:16px}
  body.about-page-body .about-definition{grid-template-columns:1fr;margin-top:52px}
  body.about-page-body .about-definition>div,
  body.about-page-body .about-definition>div:first-child{padding:22px 0;border-inline-end:0;border-bottom:1px solid rgba(8,48,66,.18)}
  body.about-page-body .about-definition>div:last-child{border-bottom:0}
  body.about-page-body .partnership-commitments{margin-top:48px}
  body.about-page-body .partnership-commitments article{padding:30px 24px}
  body.about-page-body .expertise-system{margin-top:48px}
  body.about-page-body .collective-statement{padding:28px 24px}
  body.about-page-body .collective-statement>strong{font-size:24px}
  body.about-page-body .origin-story{margin-top:42px;padding-top:32px}
  body.about-page-body .origin-visual{aspect-ratio:4/3}
  body.about-page-body .origin-copy{padding:30px 24px}
  body.about-page-body .influence-system{margin-top:48px}
  body.about-page-body .influence-foundations{grid-template-columns:1fr;border-bottom:0}
  body.about-page-body .influence-foundations article,
  body.about-page-body .influence-foundations article:first-child{padding:28px 0 34px;border-bottom:1px solid #bdced1}
  body.about-page-body .influence-foundations article+article{border-inline-start:0}
  body.about-page-body .influence-foundations article::after{display:none}
  body.about-page-body .influence-convergence{height:44px;margin:0}
  body.about-page-body .influence-convergence::before{display:none}
  body.about-page-body .influence-convergence::after{top:0;bottom:0;left:50%}
  body.about-page-body .judgment-band{padding:28px 24px}
  body.about-page-body .judgment-intro{grid-template-columns:1fr;gap:14px;padding-bottom:26px}
  body.refined-secondary.about-page-body .footer-meta{flex-direction:column;align-items:flex-start;gap:10px}
  body.refined-secondary.about-page-body .footer-meta span+span{padding-left:0}
  body.refined-secondary.about-page-body .footer-meta span+span::before{display:none}
}

@media(prefers-reduced-motion:reduce){
  body.about-page-body .about-inline-nav summary>i,
  body.about-page-body .about-inline-nav nav a,
  body.about-page-body .about-inline-nav nav a::before{transition:none}
}


/* 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}
}


/* 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}}
