:root {
  --navy:#001c65; --brand:#032c72; --blue:#0587fc; --cyan:#43c3f9;
  --bg:#fefefe; --surface:#f4f7fc; --surface-alt:#edf3fb; --ink:#09275a;
  --muted:#536681; --line:#d9e3ef; --accent:#006bce; --button:#032c72;
  --button-text:#fff; --field:#fefefe; --error:#a52b3b; --header:#fefefe;
  color-scheme:light;
}
html[data-theme="dark"] {
  color-scheme:dark;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Helvetica Neue",Arial,sans-serif;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body,button,input,textarea,select{font-synthesis:none}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer;color:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
a,button,summary{touch-action:manipulation}
img{display:block;max-width:100%;height:auto}
svg{display:block}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
p{margin:0 0 1.2rem;color:var(--muted)}
h1,h2,h3,h4{margin:0;font-weight:500;line-height:1.12;letter-spacing:-.045em}
h1{font-size:clamp(2.7rem,4.6vw,4.6rem)}
h2{font-size:clamp(2.2rem,3.8vw,3.75rem)}
h3{font-size:1.65rem}
h4{font-size:1.15rem;letter-spacing:-.025em}
em{font-style:normal;color:var(--accent)}
.wrap{width:min(1320px,calc(100% - 112px));margin-inline:auto}
.section{padding-block:112px}
.eyebrow{font-family:Arial,sans-serif;display:flex;align-items:center;gap:12px;font-size:.75rem;font-weight:500;letter-spacing:.1em;line-height:1.5;color:var(--accent);margin-bottom:28px}
.section-number{color:var(--muted);white-space:nowrap}
.pixel{display:inline-block;width:7px;height:7px;flex-shrink:0;background:var(--accent)}
.mini-label{font-size:.75rem;letter-spacing:.08em}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--button);color:var(--button-text);padding:17px 22px;border:1px solid transparent;border-radius:5px;font-size:.875rem;font-weight:500;line-height:1.3;min-height:52px;transition:background .2s,transform .2s}
.button>span:last-child:not(:first-child){font-size:1.3rem;line-height:1}
.button:hover{background:#0063bf;transform:translateY(-2px)}
.button-small{padding:12px 16px;min-height:44px;font-size:.8125rem;gap:18px}
.text-link{display:inline-flex;align-items:center}
.text-link>span:last-child{font-size:1.25rem;color:var(--accent);transition:transform .2s}
.text-link:hover{text-underline-offset:5px}
.topline{color:#eaf4ff;font-size:.75rem;line-height:1.4}
.topline>.wrap{justify-content:space-between}
.topline .wrap>span{color:#bfdbff}
.topline .wrap>div{display:flex;align-items:center;gap:21px}
.topline-divider{width:1px;height:12px;background:#4165a0}
.topline a:hover{text-decoration:underline}
.site-header{background:var(--header);border-bottom:1px solid var(--line)}
.navigation{height:90px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative}
.brand{display:flex;align-items:center;background:#fff;border-radius:4px;flex-shrink:0}
.brand img:first-child{width:35px}
.brand img:last-child{width:153px}
nav{display:flex;align-items:center;gap:30px;font-size:.875rem}
nav a{padding-block:10px}
nav a:hover{color:var(--accent)}
.nav-controls{display:flex;align-items:center;gap:14px}
.language-switch{display:flex;gap:2px;align-items:center;padding:3px;border:1px solid var(--line);border-radius:5px}
.language-switch button{border:0;border-radius:3px;background:transparent;color:var(--muted);font-size:.75rem;min-width:33px;min-height:32px;padding:5px}
.language-switch button[aria-pressed="true"]{color:var(--ink);background:var(--surface-alt);font-weight:600}
.icon-button{display:grid;place-content:center;min-width:40px;min-height:44px;background:none;border:0;border-radius:3px}
.icon-button svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.5;fill:none}
.menu-button,.mobile-contact{display:none}
.hero{display:grid;grid-template-columns:.86fr 1.4fr;gap:76px;align-items:center;padding-block:68px 70px}
.hero-brand{align-self:center;min-width:0}
.brand-stage{position:relative;isolation:isolate;border:1px solid var(--line);background-color:var(--surface);background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:54px 54px;align-items:center;justify-content:center;overflow:hidden}
.brand-stage::before,.brand-stage::after{content:"";position:absolute;width:13px;height:13px;z-index:3;border-color:var(--accent);border-style:solid}
.brand-stage::before{top:10px;left:10px;border-width:1px 0 0 1px}
.brand-stage::after{bottom:10px;right:10px;border-width:0 1px 1px 0}
.stage-caption{font-size:.75rem;letter-spacing:.02em;color:var(--muted);font-family:monospace}
.stage-circuits{position:absolute;inset:0;width:100%;height:100%;stroke:var(--accent);stroke-width:1.25;z-index:-1}
.logo-surface{background:#fff;border:1px solid #e5edf6;border-radius:3px;box-shadow:0 12px 30px #00296508}
.logo-surface img{width:100%}
.stage-process{left:15px;right:15px;justify-content:center;align-items:center}
.stage-process span:nth-child(even){color:var(--accent)}
.stage-pixels{position:absolute;display:grid;grid-template-columns:repeat(2,7px);gap:5px}
.stage-pixels i{width:7px;height:7px;background:var(--accent)}
.stage-pixels i:nth-child(2){background:var(--cyan)}
.stage-pixels i:nth-child(3){opacity:0}
.brand-manifesto{margin:21px 0 0}
.hero-content .eyebrow{margin-bottom:22px;font-size:.75rem}
.hero-description{max-width:590px;margin-top:26px;font-size:1.0625rem;line-height:1.75}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:28px;flex-wrap:wrap}
.founder-line{padding-top:21px;margin-top:30px;max-width:590px}
.founder-initials{display:grid;place-items:center;width:39px;height:39px;border:1px solid var(--line);background:var(--surface);font-size:.8125rem;flex-shrink:0}
.founder-line>span:nth-child(2){display:flex;flex-direction:column;line-height:1.5}
.founder-line strong{font-size:.8125rem;font-weight:500}
.founder-link-arrow{margin-left:auto;color:var(--accent)}
.expertise-band{border-block:1px solid var(--line)}
.expertise-band>.wrap{justify-content:space-between;align-items:center}
.expertise-band .wrap>div{display:flex;align-items:center;letter-spacing:.08em}
.expertise-band .wrap>div>a:not(:first-child){position:relative}
.expertise-band .wrap>div>a:not(:first-child)::before{content:"";width:3px;height:3px;background:var(--accent);position:absolute;left:-18px;top:calc(50% - 1px)}
.section-title-row{display:grid;grid-template-columns:1.3fr .7fr;gap:70px}
.section-title-row>p{max-width:360px;margin:0;font-size:1rem;line-height:1.8}
.section-intro{margin-bottom:55px}
.services{background:var(--surface)}
.service-index{border-top:1px solid var(--line)}
.service{border-bottom:1px solid var(--line)}
.service summary{display:grid;grid-template-columns:40px 1.15fr .7fr 34px;align-items:center;gap:22px;list-style:none;padding:30px 0;cursor:pointer}
.service summary::-webkit-details-marker{display:none}
.service-number{font-size:.8125rem;color:var(--muted);font-family:monospace}
.service-name{font-size:clamp(1.35rem,2.05vw,2rem);letter-spacing:-.035em}
.service-short{color:var(--muted);font-size:.8125rem;justify-self:end}
.expand{border:1px solid var(--line);position:relative}
.expand::before,.expand::after{content:"";position:absolute;left:8px;right:8px;height:1px;top:14px;background:var(--ink);transition:transform .2s}
.expand::after{transform:rotate(90deg)}
.service[open] .expand::after{transform:rotate(0)}
.service[open] .service-name,.service summary:hover .service-name{color:var(--accent)}
.service-body{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:0 0 40px 62px}
.service-description>p{font-size:1rem;max-width:520px}
.service-description ul{list-style:none;margin:23px 0;padding:0;color:var(--muted);font-size:.875rem}
.service-description li{padding:6px 0 6px 18px;position:relative}
.service-description li::before{content:"";width:4px;height:4px;background:var(--accent);position:absolute;left:0;top:17px}
.service-delivery{color:#f0f6ff;align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.service-delivery .mini-label{margin-bottom:17px}
.service-delivery h3{letter-spacing:-.03em}
.service-delivery>p:last-child{color:#c1d4ed;margin:0}
.flow{display:flex;font-size:.75rem;flex-wrap:wrap}
.flow>i{font-style:normal}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}
.process article{border-top:1px solid var(--accent);padding-top:20px;display:flex;flex-direction:column}
.step-index{display:flex;justify-content:space-between;align-items:center;color:var(--accent);font-family:monospace;font-size:.8125rem}
.step-index span:last-child{font-family:Arial;font-size:1.5rem;line-height:1}
.process h3{font-size:clamp(2.4rem,3.6vw,3.5rem);margin:27px 0 28px}
.process h3>span{color:var(--accent)}
.process h4{margin-bottom:15px}
.process p{font-size:.9375rem;line-height:1.8;margin-bottom:27px}
.step-output{margin-top:auto;border-top:1px solid var(--line);padding-top:18px;display:flex;flex-direction:column;gap:7px}
.step-output>span{color:var(--muted);font-size:.75rem;letter-spacing:.1em}
.step-output>strong{font-size:.875rem;font-weight:500;color:var(--accent)}
.outcomes-section{padding-block:104px;background:#032453;color:#edf5ff}
.outcomes-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:90px}
.outcomes-heading .eyebrow,.outcomes-heading .section-number{color:#9bc5ef}
.outcomes-heading h2{font-size:clamp(2.2rem,3.4vw,3.4rem)}
.outcomes-heading em{color:#62c7fc}
.outcomes-heading .text-link{margin-top:30px}
.outcomes-heading .text-link span:last-child{color:#62c7fc}
.outcome-list article{display:grid;grid-template-columns:24px 1fr;gap:24px;padding:24px 0;border-top:1px solid #355378}
.outcome-list article:first-child{padding-top:0;border-top:0}
.outcome-list article:last-child{padding-bottom:0}
.outcome-list article>span{font-size:.75rem;color:#7dc9fb;padding-top:4px;font-family:monospace}
.outcome-list h3{font-size:1.35rem;line-height:1.3;letter-spacing:-.025em}
.outcome-list p{font-size:.9375rem;color:#c0d2ea;line-height:1.7;margin:12px 0 0}
.about{display:grid;grid-template-columns:.9fr 1.2fr;gap:110px;align-items:center}
.experience-panel{background:var(--surface);border:1px solid var(--line);position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;justify-content:center}
.experience-panel .eyebrow{font-size:.75rem;letter-spacing:.09em;margin-bottom:auto}
.experience-number{line-height:1.12;color:var(--ink);margin-top:20px;position:relative;z-index:1}
.experience-number>span{font-size:.43em;color:var(--accent);vertical-align:top;line-height:1.8;letter-spacing:-.05em}
.experience-caption{letter-spacing:-.02em;color:var(--ink);margin-top:-4px}
.experience-bottom{border-top:1px solid var(--line);margin-top:auto}
.experience-circuit{position:absolute;right:-30px;bottom:60px;width:65%;height:auto;stroke:var(--accent);stroke-width:1;opacity:.15;z-index:-1}
.about-content .eyebrow{margin-bottom:22px}
.about-content h2{font-size:clamp(2.6rem,4.2vw,4rem)}
.accent{color:var(--accent)}
.about-lead{font-size:1.3rem;line-height:1.45;letter-spacing:-.025em;color:var(--ink);margin-top:26px}
.about-content .text-link{margin-top:5px}
.contact-section{background:var(--surface)}
.contact-section h2{font-size:clamp(2.4rem,4.4vw,4.2rem)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.2fr;gap:100px;margin-top:60px}
.contact-info{padding-top:7px}
.contact-intro{font-size:1.125rem;line-height:1.75;max-width:410px}
.direct{display:flex;flex-direction:column;gap:14px;margin-top:38px}
.direct .mini-label{font-size:.75rem;color:var(--muted);margin-bottom:8px}
.direct a{display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:clamp(1rem,1.65vw,1.5rem);letter-spacing:-.025em;max-width:360px}
.direct a>span{font-size:1.1rem;color:var(--accent)}
.direct a:hover{text-decoration:underline;text-underline-offset:5px}
.contact-process{display:flex;align-items:center;gap:14px;margin-top:45px;font-size:1.05rem}
.contact-process i{color:var(--accent);font-style:normal}
form{background:var(--bg);border:1px solid var(--line);padding:30px;border-radius:4px}
.form-heading{display:flex;flex-direction:column;margin-bottom:25px;border-bottom:1px solid var(--line)}
.form-heading h3{letter-spacing:-.035em}
.form-heading>span{font-size:.75rem;letter-spacing:.08em}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
label{display:flex;flex-direction:column;gap:8px;font-size:.8125rem;line-height:1.5}
label small{font:inherit;color:var(--muted)}
input,select,textarea{width:100%;min-width:0;padding:12px 11px;background:var(--field);color:var(--ink);border:1px solid var(--line);font-size:1rem;line-height:1.4}
select{font-size:.875rem;padding-right:24px;max-width:100%}
textarea{resize:vertical;min-height:100px}
input[aria-invalid=true]{border-color:var(--error)}
.full{grid-column:1/-1}
.consent{display:flex;flex-direction:row;align-items:flex-start;gap:11px;margin-top:20px;font-size:.75rem;color:var(--muted);line-height:1.65}
.consent input{width:18px;height:18px;flex-shrink:0;margin:4px 0 0;accent-color:var(--accent)}
.form-note{font-size:.75rem;margin:12px 0 0;color:var(--muted)}
.error{color:var(--error);font-size:.8125rem;margin:15px 0 0}
.error:empty{display:none}
.success{border-left:3px solid var(--accent);background:var(--surface);padding:16px;color:var(--ink);font-size:.875rem;margin:20px 0 0}
.form-honeypot{position:fixed!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.submit:disabled{cursor:wait;opacity:.68}
.footer-wordmark{display:flex;align-items:center;gap:30px;font-size:clamp(2.5rem,6.5vw,6rem);line-height:1.1;letter-spacing:-.065em;font-weight:500}
.footer-wordmark>span{font-size:.65em;color:#43c3f9}
.footer-top p{font-size:.75rem;letter-spacing:.13em;color:#b9d0f1;margin:18px 0 0}
.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:.875rem;color:#e1edff}
.footer-contact>span{color:#9fc3f0;font-size:.75rem;margin-top:13px}
.footer-contact a:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid #36518d;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:.75rem}
.footer-legal{display:flex;gap:16px}
.footer-legal button,.footer-legal a{border:0;background:none;font-size:.75rem;padding:8px 0;min-height:40px}
.footer-legal button:hover,.footer-legal a:hover{text-decoration:underline}
footer .language-switch{border-color:#45649b}
footer .language-switch button[aria-pressed=true]{color:#fff;background:#234786}
.legal-notice{font-size:.8125rem;color:#d5e5ff;margin:24px 0 0}
.skip{position:fixed;top:-100px;left:20px;z-index:50;background:var(--bg);padding:12px}
.skip:focus{top:10px}
[hidden]{display:none!important}
@media(min-width:1550px){.hero{gap:95px;padding-block:82px}.hero-description{font-size:1.125rem}.brand-stage{max-width:460px}}
@media(max-width:1200px){.wrap{width:calc(100% - 72px)}.navigation{gap:20px}nav{gap:22px}.nav-controls{gap:7px}.brand img:last-child{width:130px}.header-cta{font-size:.75rem;gap:12px}.hero{gap:50px;grid-template-columns:.83fr 1.3fr}.hero-description{font-size:1rem}.hero-content .eyebrow{font-size:.75rem}.expertise-band .wrap>div{gap:24px;font-size:.75rem}.expertise-band .wrap>div>a:not(:first-child)::before{left:-14px}.expertise-label{font-size:.75rem}.section-title-row{gap:40px}.service-body{gap:35px}.service-delivery{padding:25px}.about{gap:65px}.contact-grid{gap:60px}}
@media(max-width:1000px){.header-cta{display:none}.hero{gap:35px}.hero-brand{align-self:center}.logo-surface{width:73%;padding:8px}.stage-caption{left:20px;right:20px;font-size:.75rem}.stage-process{bottom:19px}.hero-description{line-height:1.7}.hero-actions{gap:16px}.founder-line>span:nth-child(2)>span{font-size:.75rem}.brand-manifesto{font-size:.75rem}.expertise-band>.wrap{align-items:flex-start;flex-direction:column;gap:12px}.expertise-band .wrap>div{font-size:.75rem;gap:30px}.expertise-band .wrap>div>a:not(:first-child)::before{left:-17px}.section{padding-block:85px}.service-short{display:none}.service summary{grid-template-columns:32px 1fr 32px;gap:20px}.service-body{padding-left:52px;gap:30px}.service-delivery h3{font-size:1.4rem}.flow{gap:7px}.flow>span{padding:7px 9px}.process{gap:28px}.process h4{font-size:1rem}.outcomes-grid{gap:55px}.about{gap:45px}.experience-panel{padding:25px;min-height:420px}.experience-bottom{gap:14px}.contact-grid{gap:35px;grid-template-columns:.8fr 1.2fr}form{padding:25px}.form-grid{gap:17px}}
@media(max-width:760px){
 .wrap{width:calc(100% - 40px)}.section{padding-block:62px}.topline .wrap>span{display:none}.topline>.wrap{justify-content:center}.topline .wrap>div{font-size:.75rem;gap:16px}.navigation{height:76px;gap:12px}.brand{padding:5px 7px}.nav-controls{gap:3px}.language-switch{padding:2px}.language-switch button{min-width:29px;min-height:31px;font-size:.75rem}.icon-button{min-width:35px}.menu-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px}.menu-button>span{width:18px;height:1px;background:var(--ink)}.menu-button[aria-expanded=true]>span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-button[aria-expanded=true]>span:last-child{transform:translateY(-3.5px) rotate(-45deg)}nav{display:none;position:absolute;left:-20px;right:-20px;top:76px;background:var(--header);border-bottom:1px solid var(--line);padding:12px 20px 22px;z-index:10;box-shadow:0 12px 15px #001c6508}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}nav a{padding:13px 0;border-bottom:1px solid var(--line)}nav .mobile-contact{display:block;border:0;color:var(--accent)}
 .hero{grid-template-columns:1fr;gap:26px;padding-block:28px 40px}.hero-brand{display:grid;align-items:center}.brand-stage{background-size:25px 25px}.stage-caption,.stage-process,.stage-pixels{display:none}.brand-stage::before{top:5px;left:5px;width:8px;height:8px}.brand-stage::after{bottom:5px;right:5px;width:8px;height:8px}.brand-manifesto{margin:0}.hero-content .eyebrow{font-size:.75rem;letter-spacing:.07em;margin-bottom:18px}.hero-description{font-size:1rem;margin-top:22px;line-height:1.75}.hero-actions{margin-top:24px;gap:22px}.button{padding:15px 18px;gap:23px;min-height:50px;font-size:.8125rem}.text-link{gap:17px}.founder-line{margin-top:25px;padding-top:20px}.expertise-band>.wrap{gap:12px}.expertise-band .wrap>div{flex-wrap:wrap;letter-spacing:.04em}.expertise-band .wrap>div>a:not(:first-child)::before{left:-14px}.section-intro{margin-bottom:32px}.eyebrow{font-size:.75rem;gap:9px;margin-bottom:20px}.section-title-row{grid-template-columns:1fr;gap:23px}.section-title-row>p{font-size:.9375rem;max-width:500px}.service summary{padding:25px 0;grid-template-columns:22px 1fr 29px;gap:12px}.service-name{font-size:1.3rem;letter-spacing:-.025em}.service-number{font-size:.75rem}.service-body{grid-template-columns:1fr;padding:0 0 28px 34px;gap:22px}.service-description>p{font-size:.9375rem}.service-description ul{font-size:.8125rem;margin:18px 0}.service-delivery h3{font-size:1.5rem}.flow{margin-block:20px}.flow>span{padding:7px 10px}.process{grid-template-columns:1fr;gap:30px}.process article{padding-top:17px;display:grid;grid-template-columns:34px 1fr;column-gap:17px;border-top:1px solid var(--line)}.step-index{grid-column:1;grid-row:1/5;flex-direction:column;justify-content:flex-start;gap:15px;font-size:.75rem}.process h3{font-size:2.6rem;margin:0 0 19px;grid-column:2}.process h4{grid-column:2;font-size:1.08rem}.process p{grid-column:2;font-size:.9375rem;margin-bottom:18px}.step-output{grid-column:2;padding-top:15px}.outcomes-section{padding-block:65px}.outcomes-grid{grid-template-columns:1fr;gap:36px}.outcomes-heading .text-link{margin-top:23px}.outcome-list article:first-child{border-top:1px solid #355378;padding-top:24px}.outcome-list article{gap:17px;grid-template-columns:22px 1fr}.outcome-list h3{font-size:1.25rem}.outcome-list p{font-size:.875rem}.about{grid-template-columns:1fr;gap:35px}.experience-panel .eyebrow{font-size:.75rem;max-width:none}.experience-number{margin-top:14px;line-height:1}.experience-caption{font-size:1rem;margin-top:5px}.experience-bottom{padding-top:15px}.experience-circuit{width:52%;bottom:42px;opacity:.25}.about-content h2{font-size:2.8rem}.about-lead{font-size:1.2rem}.about-content .eyebrow{font-size:.75rem}.contact-grid{grid-template-columns:1fr;margin-top:30px;gap:30px}.contact-intro{font-size:1rem}.direct{margin-top:27px;gap:12px}.direct a{font-size:1.2rem}.contact-process{margin-top:30px;font-size:.9375rem;gap:12px}form{padding:22px}.form-grid{grid-template-columns:1fr;gap:17px}.full{grid-column:auto}.form-heading{padding-bottom:20px;margin-bottom:20px}.consent{font-size:.75rem}.form-note{font-size:.75rem}.footer-top{align-items:flex-start;flex-direction:column;padding-bottom:32px}.footer-wordmark{font-size:3.5rem;gap:24px}.footer-top p{font-size:.75rem;letter-spacing:.08em}.footer-contact{font-size:.8125rem;gap:6px}.footer-contact>span{margin-top:7px}.footer-bottom{flex-wrap:wrap;gap:12px}.footer-bottom>span{width:100%}.footer-legal{gap:15px}.footer-bottom .language-switch{margin-left:auto}.footer-legal button{font-size:.75rem}footer{padding-block:40px 20px}
}
@media(max-width:380px){.wrap{width:calc(100% - 32px)}.brand img:last-child{width:94px}.brand img:first-child{width:25px}.navigation{gap:5px}.language-switch button{min-width:26px}.icon-button{min-width:31px}.hero-brand{grid-template-columns:112px 1fr;gap:15px}.brand-stage{width:112px;height:112px}.brand-manifesto{font-size:.75rem}.hero-actions{gap:14px}.hero-actions .text-link{gap:8px;font-size:.75rem}.service-body{padding-left:0}.experience-bottom{gap:20px}.footer-wordmark{font-size:3rem}.form-heading>span{font-size:.75rem}}
/* One directional glyph across navigation, process, and contact. */
.svg-definitions{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.brand-chevron{display:inline-block;width:18px;height:22px;vertical-align:middle;flex-shrink:0;fill:currentColor;stroke:none;transition:transform .28s cubic-bezier(.2,.65,.3,1),color .2s}
.stage-process .brand-chevron,.flow .brand-chevron,.contact-process .brand-chevron{width:14px;height:18px}
.button>span:last-child,.text-link>span:last-child,.founder-link-arrow{display:inline-flex;align-items:center;justify-content:center}
.button .brand-chevron{width:16px;height:20px}
.text-link:hover>span:last-child{transform:none}
.button:hover .brand-chevron,.text-link:hover .brand-chevron,.founder-line:hover .brand-chevron,.direct a:hover .brand-chevron{transform:translateX(4px)}
.step-index span:last-child{display:inline-flex;align-items:center}
.step-index .brand-chevron{width:21px;height:26px}
.process article:hover .step-index .brand-chevron{transform:translateX(5px)}
.expand{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-color:var(--line);border-radius:5px;background:var(--bg)}
.expand::before,.expand::after{display:none}
.expand .brand-chevron{width:13px;height:17px}
.service[open] .expand{color:var(--accent);border-color:var(--accent)}
.service[open] .expand .brand-chevron{transform:rotate(90deg)}
.footer-wordmark>span{display:flex;align-items:center}
.footer-wordmark .brand-chevron{width:.6em;height:.7em}
.footer-contact>span .brand-chevron{width:11px;height:14px;margin-inline:7px}
.stage-circuits,.experience-circuit{stroke-linejoin:round;stroke-linecap:round}
/* Balanced display type keeps the Polish and English headlines proportional. */
h1,h2,h3,h4{text-wrap:balance}
h1{font-weight:600;letter-spacing:-.052em;line-height:1.09}
.hero h1{max-width:650px;font-size:clamp(2.65rem,4.35vw,4.2rem)}
h2{font-weight:600;letter-spacing:-.044em;line-height:1.12}
.section-title-row{align-items:center}
.section-title-row>p{padding-top:8px}
.service-name{font-weight:550;line-height:1.25}
.process h3{font-weight:550;letter-spacing:-.04em}
.about-content h2{font-weight:600;line-height:1.08}
.contact-section h2{font-weight:600;max-width:1030px;line-height:1.12}
/* Contact is a deliberate high-contrast destination. */
.topline a{font-weight:600;letter-spacing:.015em}
.contact-info .direct{color:#fff;border-left:4px solid #43c3f9;border-radius:4px;padding:25px 24px;gap:0;max-width:445px;box-shadow:0 14px 34px #001c6510}
.contact-info .direct .mini-label{font-weight:600;letter-spacing:.1em}
.contact-info .direct a{font-weight:650;max-width:none;min-height:54px;letter-spacing:-.015em}
.contact-info .direct a+a{border-top:1px solid #426084}
.contact-info .direct a>span{color:#71caff}
.contact-intro{font-weight:500;color:var(--ink)}
.contact-process{font-weight:550}
.footer-contact a{font-weight:650;font-size:1rem;padding-block:5px;letter-spacing:.01em}
/* Social profile links. */
.social-section{margin-top:28px}
.social-section .mini-label{font-size:.75rem;font-weight:600;color:var(--muted);margin-bottom:13px}
.social-buttons{display:flex;flex-wrap:wrap}
.social-button{display:inline-flex;align-items:center;color:var(--ink);font-weight:600;transition:background .22s,border-color .22s,color .22s,transform .22s}
.social-button svg{flex-shrink:0}
.social-button:hover{border-color:var(--accent);color:var(--accent)}
.social-feedback{font-size:.75rem;line-height:1.6;margin:12px 0 0;color:var(--muted)}
.footer-social{padding-bottom:30px}
.footer-social .social-section{margin-top:0}
.footer-social .mini-label,.footer-social .social-feedback{color:#b8d3fa}
.footer-social .social-button{background:#173774;border-color:#4667a0;color:#f4f8ff}
.footer-social .social-button:hover{background:#234b91;border-color:#71caff;color:#fff}
/* Motion is progressive enhancement: content is readable without JavaScript. */
@keyframes section-enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.reveal-in{animation:section-enter .65s cubic-bezier(.16,.65,.3,1) both;animation-delay:var(--reveal-delay,0ms)}
.service summary:hover{background:var(--surface-alt)}
input,select,textarea{transition:border-color .2s,box-shadow .2s}
input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--surface-alt)}
@media(max-width:1000px){.contact-info .direct{padding:21px 18px}.contact-info .direct a{font-size:1.05rem;gap:12px}.hero h1{font-size:clamp(2.55rem,4.35vw,3.4rem)}}
@media(max-width:760px){.hero h1{font-size:clamp(2.55rem,7.7vw,3.65rem);line-height:1.1;letter-spacing:-.045em}.section-title-row>p{padding-top:0}h2{letter-spacing:-.035em}.contact-section h2{font-size:clamp(2.15rem,7vw,3.3rem)}.step-index span:last-child{transform:none}.step-index .brand-chevron{width:17px;height:22px}.contact-info .direct{max-width:none}.social-buttons{gap:8px}.social-button{padding:12px}.footer-wordmark .brand-chevron{width:.5em;height:.65em}.expand{width:29px;height:32px}.footer-contact a{font-size:.9375rem}}
@media(max-width:380px){.hero h1{font-size:2.4rem}.contact-info .direct{padding:21px 17px}}
@media(prefers-reduced-motion:reduce){.reveal-in{animation:none;opacity:1;transform:none}*,*::before,*::after{animation:none!important;transition:none!important}}
/* Brand hierarchy: one contact destination and a restrained editorial signature. */
.topline .wrap>span:first-child{color:#fff}
.topline .topline-specialism{text-align:right}
.stage-caption{top:18px;left:20px;right:20px}
.stage-caption img{background:#fff;box-sizing:content-box;border-radius:2px}
.stage-process{bottom:18px}
.brand-manifesto{text-align:center;margin-top:0;text-wrap:balance}
.founder-line{border-top:2px solid var(--accent);border-bottom:1px solid var(--line)}
.founder-tenure{display:flex;flex-direction:column;border-right:1px solid var(--line);flex-shrink:0;color:var(--accent)}
.founder-tenure strong{line-height:1;font-weight:700;letter-spacing:-.05em}
.founder-tenure>span{font-size:.75rem;font-weight:650;margin-top:5px}
.founder-line>span:nth-child(2){min-width:0}
.founder-line>span:nth-child(2)>span{font-size:.875rem;line-height:1.55}
.expertise-band{background:var(--surface-alt);border-top:3px solid var(--accent)}
.expertise-band>.wrap{display:grid;grid-template-columns:1fr;gap:17px;padding-block:27px}
.expertise-label{font-size:clamp(1.2rem,2.1vw,1.65rem);font-weight:650;letter-spacing:-.025em;color:var(--ink);line-height:1.3}
.expertise-band .wrap>div{flex-wrap:wrap;font-size:.8125rem;font-weight:650;gap:14px 32px;color:var(--accent)}
.about-position{margin-top:20px}
.experience-bottom{flex-wrap:wrap;font-size:.875rem;font-weight:650;line-height:1.5}
.social-buttons{gap:12px;flex-direction:column;align-items:stretch;max-width:445px}
.social-button{border-radius:0;background:transparent;border:0;border-bottom:1px solid var(--line);padding:10px 0;gap:18px;font-size:1rem;min-height:62px;justify-content:flex-start}
.social-button svg{width:44px;height:44px;padding:11px;background:var(--ink);color:var(--bg);border-radius:8px}
.social-button:hover{background:transparent;transform:translateX(4px)}
.social-button:hover svg{background:var(--accent);color:var(--bg)}
footer{background:var(--bg);color:var(--ink);border-top:1px solid var(--line);padding-block:32px 20px}
.footer-top{flex-direction:row;justify-content:space-between;padding-bottom:28px}
.footer-brand{background:#fff;border:1px solid #e0e9f3;border-radius:3px}
.footer-brand img{width:100%;height:auto}
.footer-bottom{border-color:var(--line);color:var(--muted)}
footer .language-switch button{color:var(--muted)}
footer .language-switch button[aria-pressed="true"]{color:var(--ink);background:var(--surface-alt)}
footer .legal-notice{color:var(--muted)}
@media(max-width:760px){
 .topline>.wrap{display:flex}.topline-specialism{display:none}
 .hero-brand{grid-template-columns:1fr;gap:0}.brand-stage{width:100%;aspect-ratio:auto}.logo-surface{padding:4px;margin-bottom:32px}.stage-process{display:flex;bottom:12px;left:18px;right:18px;padding:10px 6px}.brand-manifesto{padding:15px 0 5px}.brand-manifesto br{display:none}.founder-link-arrow{display:none}
 .expertise-band>.wrap{display:grid;padding-block:24px}.expertise-band .wrap>div{font-size:.75rem;gap:12px 25px}.expertise-label{font-size:1.3rem}
 .experience-bottom{font-size:.8125rem}.social-buttons{max-width:none}.social-button{font-size:.9375rem}.social-button svg{width:44px;height:44px}.footer-brand{width:210px;padding:12px}.footer-top .text-link{font-size:.8125rem}
}
@media(prefers-reduced-motion:reduce){.social-button:hover{transform:none}}
@media(min-width:761px){.logo-surface{width:58%}.brand-stage{min-height:300px}}
@media(max-width:760px){.topline .wrap>span:first-child{display:block}}
/* Original artwork with a transparent matte, consistent in every brand placement. */
.brand,.logo-surface,.stage-caption img,.footer-brand{background:transparent;border:0;box-shadow:none;border-radius:0}
.brand{padding:0;gap:12px}
.stage-caption img{padding:0}
.footer-brand{display:flex;align-items:center;gap:12px;padding:0;width:auto}
.footer-brand .footer-symbol{width:40px;flex-shrink:0}
.footer-brand img:last-child{width:155px;height:auto}
.stage-process{background:transparent}
.topline{background:linear-gradient(110deg,#001c65 0%,#034589 75%,#0067aa 100%)}
.topline .topline-specialism{font-weight:700}
.navigation nav>a{font-weight:650}
.founder-line{background:var(--surface-alt);border:1px solid var(--line);border-left:5px solid var(--accent);box-shadow:0 12px 28px #001c6509}
.founder-line>span:nth-child(2)>span{font-weight:550;color:var(--ink)}
.founder-line:hover{border-color:var(--accent)}
.about-position{background:var(--surface-alt);border-left:5px solid var(--accent);border-bottom:1px solid var(--accent);font-size:1.1rem;font-weight:750;line-height:1.5;color:var(--ink)}
.text-link{font-size:.9375rem;font-weight:750;color:var(--accent);padding:9px 0;border-bottom:2px solid currentColor;gap:18px;line-height:1.4;min-height:46px}
.text-link:hover{text-decoration:none;color:var(--ink);border-bottom-width:3px}
.outcomes-section .text-link{color:#8ed7ff}
.outcomes-section .text-link:hover{color:#fff}
@media(max-width:760px){
 .brand{gap:8px}.brand img:first-child{width:28px}.brand img:last-child{width:113px}
 .footer-brand{gap:8px}.footer-brand .footer-symbol{width:28px}.footer-brand img:last-child{width:113px}.founder-line>span:nth-child(2)>span{font-size:.8125rem}
 .about-position{font-size:1rem}.text-link{font-size:.875rem}
}
/* Softer result panels and one consistent directional sequence. */
.service-delivery{border-radius:22px;padding:34px;background:linear-gradient(135deg,#032c72,#001c65);border:1px solid #285292;box-shadow:0 14px 30px #001c6510;gap:0}
.service-delivery .mini-label{font-size:.8125rem;font-weight:700;letter-spacing:.1em;color:#95ddff}
.service-delivery h3{font-size:clamp(1.5rem,2vw,1.85rem);line-height:1.25;max-width:26ch}
.service-delivery>p:last-child{font-size:.875rem;line-height:1.75;margin-top:18px}
.flow{gap:12px;margin:24px 0 0;align-items:center;row-gap:12px}
.flow>span{padding:8px 0;border:0;border-bottom:2px solid #43c3f9;border-radius:0;background:transparent;font-size:.9375rem;font-weight:700;line-height:1.4;color:#f5faff}
.flow>i{display:flex;align-items:center;color:#43c3f9}
.flow .brand-chevron{width:13px;height:17px}
.experience-panel{border-radius:22px;padding:36px;min-height:490px}
.experience-panel .eyebrow{max-width:none;line-height:1.6;font-weight:700}
.experience-number{font-weight:650;letter-spacing:-.07em;font-size:clamp(7rem,11vw,10rem)}
.experience-caption{margin:0 0 24px;font-size:1.2rem;font-weight:550}
.experience-bottom{display:grid;grid-template-columns:1fr;gap:0;padding-top:12px}
.experience-bottom>div{display:flex;align-items:center;gap:14px;padding:11px 0;font-size:1rem;font-weight:650;line-height:1.45}
.experience-bottom .brand-chevron{width:12px;height:16px;color:var(--accent)}
.about-content{min-width:0}.about-content .about-lead{font-size:1.3rem;line-height:1.65;font-weight:600;letter-spacing:-.015em}
.about-content>p:not(.eyebrow):not(.about-position):not(.about-lead){font-size:1rem;line-height:1.8;max-width:60ch}
nav>a:first-child{font-weight:750}
/* Navy dark theme, with continuous pale-blue brand areas for unchanged navy artwork. */
html[data-theme="dark"]{--error:#ffc1ca}
html[data-theme="dark"] .site-header,html[data-theme="dark"] footer{--button:#032c72;color:#001c65}
html[data-theme="dark"] .topline{color:#fff}
html[data-theme="dark"] .brand-stage{background-image:none;--ink:#001c65}
html[data-theme="dark"] .stage-circuits{opacity:.2}
html[data-theme="dark"] .logo-surface,html[data-theme="dark"] .stage-caption img,html[data-theme="dark"] .brand,html[data-theme="dark"] .footer-brand{background:transparent;filter:none;mix-blend-mode:normal}
html[data-theme="dark"] .service-delivery{box-shadow:none}
html[data-theme="dark"] .direct{box-shadow:none}
html[data-theme="dark"] .founder-line{box-shadow:none}
@media(max-width:760px){.service-delivery{padding:25px;border-radius:18px}.flow{gap:9px}.flow>span{font-size:.875rem}.experience-panel{padding:27px;min-height:0;border-radius:18px}.experience-bottom>div{font-size:.9375rem}.about-content .about-lead{font-size:1.2rem}.experience-number{font-size:7.5rem}.about-content>p:not(.eyebrow):not(.about-position):not(.about-lead){font-size:1rem}}
/* A complete surface hierarchy: neutral midnight, steel, then brand blue. */
html[data-theme="dark"]{--button:#075fb4;--button-text:#fff}
html[data-theme="dark"] .process-section{background:transparent}
html[data-theme="dark"] .outcomes-section{border-block:1px solid #376089}
html[data-theme="dark"] .contact-section{border-block:1px solid #45576a}
html[data-theme="dark"] #consultation{box-shadow:0 18px 45px #0003}
html[data-theme="dark"] .direct{background:#123d67}
/* Logo and name form one deliberately proportioned vertical lockup. */
.brand-stage{display:flex;flex-direction:column;gap:21px;aspect-ratio:auto;min-height:420px;padding:28px 26px 24px;border-radius:20px}
.stage-caption{position:static;order:1;display:flex;width:100%;justify-content:center}
.stage-caption img{width:83%;max-width:300px;height:auto}
.logo-surface{order:2;width:61%;max-width:215px;margin:0;padding:0;flex-shrink:0}
.stage-process{position:static;order:3;display:flex;width:100%;padding:18px 0 0;margin:0;border-top:2px solid var(--accent);font-size:clamp(1.05rem,1.5vw,1.35rem);font-weight:750;gap:15px;line-height:1.4}
.stage-process .brand-chevron{width:16px;height:21px}
.stage-pixels{top:80px;right:20px}.stage-circuits{opacity:.16}
.brand-manifesto{position:relative;font-size:clamp(.95rem,1.35vw,1.15rem);font-weight:800;letter-spacing:.065em;line-height:1.6;padding:22px 8px 15px;color:var(--ink)}
.brand-manifesto::after{content:"";position:absolute;left:50%;bottom:0;width:min(190px,72%);height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);transform:translateX(-50%)}
.topline .wrap>span:first-child{letter-spacing:.025em}
.topline .wrap>span:first-child::before{content:"";display:inline-block;width:9px;height:9px;background:#43c3f9;margin-right:13px;vertical-align:middle}
.founder-line>span:nth-child(2)>strong{font-weight:750;letter-spacing:-.035em}
.founder-line{border-radius:14px}
#consultation{border-radius:22px;border:1px solid var(--line);border-top:5px solid var(--accent);padding:36px;box-shadow:0 16px 42px #001c6512}
.form-heading{gap:13px;padding-bottom:24px}.form-heading h3{font-size:2rem;font-weight:750}.form-heading>span{align-self:flex-start;background:var(--surface-alt);color:var(--ink);padding:5px 10px;border-radius:5px;font-weight:650}
.form-grid label>span{font-weight:650;font-size:.875rem}input,select,textarea{border-radius:9px;min-height:49px}.consent input{min-height:0}.submit{width:100%;justify-content:space-between;border-radius:9px;font-size:1rem;margin-top:10px}
.footer-top{display:grid;padding:12px 0 35px}
.footer-identity p{font-size:.9375rem;color:var(--muted);line-height:1.7;letter-spacing:0;margin:19px 0 0}
.footer-brand{max-width:100%}.footer-links{flex-direction:column}.footer-links a{font-weight:650}.footer-links a:hover{color:var(--accent);text-decoration:underline;text-underline-offset:5px}
.footer-action{flex-direction:column;align-items:flex-start}.footer-action .text-link{font-size:.8125rem}.footer-action .button{font-weight:650}
/* Circuit paths enter from the edges without crossing the content column. */
main{position:relative;isolation:isolate}.page-circuits{position:absolute;inset:0;pointer-events:none;overflow:hidden}.edge-track{position:absolute;width:clamp(38px,calc((100vw - 1360px)/2),180px);height:600px;color:var(--accent);opacity:.3}.edge-track:nth-child(even){right:0;transform:scaleX(-1)}.edge-track:nth-child(odd){left:0}.edge-track-1,.edge-track-2{top:110px}.edge-track-3,.edge-track-4{top:36%}.edge-track-5,.edge-track-6{top:76%}.edge-circuit{width:100%;height:100%;stroke:currentColor;stroke-width:1.2}.edge-circuit rect{fill:currentColor;stroke:none}.circuit-signal{stroke-width:2.5;stroke-dasharray:32 800;animation:circuit-travel 9s linear infinite}.edge-track:nth-child(even) .circuit-signal{animation-delay:-4s}
@keyframes circuit-travel{to{stroke-dashoffset:-832}}
@media(prefers-reduced-motion:no-preference){.brand-stage{animation:brand-arrive .8s ease-out both}.stage-process .brand-chevron{animation:chevron-emphasis 5s ease-in-out infinite}.stage-process span:nth-child(4) .brand-chevron{animation-delay:.3s}.service-delivery,.experience-panel,.founder-line{transition:transform .3s,border-color .3s,box-shadow .3s}.service-delivery:hover,.experience-panel:hover{transform:translateY(-4px)}@keyframes brand-arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes chevron-emphasis{0%,65%,100%{transform:translateX(0)}75%{transform:translateX(4px)}}}
@media(max-width:1000px){.brand-stage{padding:25px 18px;min-height:350px;gap:19px}.stage-process{font-size:1rem;gap:10px}.footer-top{gap:28px}.footer-action .button{gap:10px;padding:14px}}
@media(max-width:760px){.brand-stage{height:auto;min-height:0;display:grid;grid-template-columns:105px 1fr;gap:16px;padding:24px;align-items:center}.logo-surface{grid-column:1;grid-row:1;width:105px;max-width:none}.stage-caption{grid-column:2;grid-row:1;display:flex}.stage-caption img{width:100%;max-width:240px}.stage-process{grid-column:1/-1;font-size:1.05rem;padding-top:15px;gap:16px}.brand-manifesto{font-size:.9375rem;padding-top:18px}.topline .wrap>span:first-child{font-size:1.05rem}#consultation{padding:25px 20px;border-radius:18px}.form-heading h3{font-size:1.7rem}.footer-action .button{font-size:.8125rem}.edge-track{width:18px;opacity:.2}}
@media(prefers-reduced-motion:reduce){.circuit-signal{animation:none;stroke-dasharray:none;opacity:.25}.stage-process .brand-chevron{animation:none}}
.page-circuits{z-index:1}
@media(max-width:380px){.brand-stage{grid-template-columns:82px 1fr;padding:20px 16px;gap:12px}.logo-surface{width:82px}.stage-process{gap:11px;font-size:1rem}.footer-top{grid-template-columns:1fr}.footer-identity{grid-column:auto}.footer-action{align-items:flex-start}}
/* Original wordmark, including its typography, inside both personal signatures. */
.inline-wordmark{display:inline-block;max-width:100%;flex-shrink:0}
.consultant-role{display:block;margin-top:6px;font-size:.9375rem;font-weight:650;line-height:1.5}
.founder-line [data-i="founderLine"]{display:block}
.about-position{display:flex;flex-wrap:wrap;align-items:center;column-gap:22px;row-gap:8px}
.about-position .consultant-role{margin-top:0;padding-left:20px;border-left:1px solid var(--line)}
.footer-identity p{border-left:3px solid var(--accent);padding:3px 0 3px 17px;margin-top:25px}
.footer-identity p strong{display:block;font-size:1.45rem;font-weight:750;line-height:1.3;letter-spacing:-.035em;color:var(--ink)}
.footer-identity p span{display:block;margin-top:8px;font-size:.875rem;font-weight:650;letter-spacing:.04em;color:var(--accent)}
.topline>.wrap{display:grid;align-items:center}
.topline .wrap>span:first-child{font-size:clamp(1rem,1.5vw,1.3rem);font-weight:750}
.topline .topline-specialism{font-size:clamp(.8rem,1.05vw,.95rem);line-height:1.5;letter-spacing:.045em;justify-self:end;color:#e3f5ff}
.topline .wrap>.topline-contact{justify-content:flex-end;padding-top:9px;font-weight:650}
.topline-contact a{display:inline-flex;align-items:center;color:#fff;letter-spacing:.02em}
.topline-contact a+a{border-left:1px solid #688cb6;padding-left:25px}
.topline-contact a:hover{color:#9fe4ff;text-decoration:underline;text-underline-offset:4px}
@media(max-width:760px){.topline>.wrap{justify-items:start}.topline .wrap>span.topline-specialism{display:block;text-align:left;justify-self:start;font-size:.75rem;letter-spacing:.03em}.topline .wrap>.topline-contact{justify-content:flex-start;width:100%}.topline-contact a+a{padding-left:18px}.about-position{display:block}.about-position .consultant-role{margin-top:8px;padding:0;border:0}.consultant-role{font-size:.8125rem}.footer-identity p strong{font-size:1.35rem}}
@media(max-width:380px){.topline .wrap>.topline-contact{font-size:.75rem}.topline-contact a+a{padding-left:12px}}
/* Shared optical alignment for every inline ownership signature. */
.owner-brand{flex-wrap:nowrap}
.owner-label{white-space:nowrap}
.inline-wordmark{height:auto;vertical-align:middle;margin:0}
.founder-line>span:nth-child(2){gap:0}
.founder-line [data-i="founderLine"],.about-position{display:flex;flex-direction:column;align-items:flex-start}
.about-position .consultant-role,.consultant-role{padding:0;border:0;margin:0;line-height:1.4;font-size:.9375rem;font-weight:650}
.brand,.footer-brand{align-items:center}.brand img,.footer-brand img{object-fit:contain}
/* A compact masthead pairs the two statements with an equally visible contact group. */
.topline .wrap>span:first-child{grid-column:1;grid-row:1;line-height:1.4}
.topline .wrap>span.topline-specialism{grid-column:1;grid-row:2;justify-self:start;text-align:left}
.topline .wrap>.topline-contact{grid-column:2;grid-row:1/3;display:flex;flex-direction:column;align-items:flex-start;justify-self:end;gap:7px;border-top:0;border-left:1px solid #6689b6;padding:0 0 0 28px;font-size:1rem}
.topline-contact a,.topline-contact a+a{display:flex;align-items:center;gap:12px;border:0;padding:0;min-height:31px;line-height:1.4}
.contact-icon{display:block;flex-shrink:0;width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.topline-contact .contact-icon{width:21px;height:21px}
.contact-value{min-width:0}
.contact-info .direct,html[data-theme="dark"] .contact-info .direct{color:#fff;border-left:4px solid #74d6ff;border-radius:15px;box-shadow:none;padding:25px}
.contact-info .direct .mini-label{color:#e0f4ff;margin-bottom:12px}
.contact-info .direct a{display:flex;justify-content:flex-start;align-items:center;gap:15px;font-size:clamp(1rem,1.55vw,1.3rem);line-height:1.4;padding-block:16px}
.contact-info .direct a>.contact-value{color:#fff;font-size:inherit}
.contact-info .direct a>.contact-icon{color:#a5e6ff}
.footer-links{display:grid;grid-template-rows:repeat(3,1fr);border-inline:1px solid var(--line);padding-inline:30px}
.footer-links a{padding:10px 0;line-height:1.4}
.footer-links a+a{border-top:1px solid var(--line)}
@media(max-width:760px){.topline .wrap>.topline-contact{justify-self:stretch;flex-direction:row;flex-wrap:wrap;gap:7px 20px;padding:10px 0 0;border:0;border-top:1px solid #6689b6;font-size:.875rem}.topline-contact a,.topline-contact a+a{padding:0;gap:8px}.topline-contact .contact-icon{width:18px;height:18px}.contact-info .direct{padding:22px 20px}.contact-info .direct a{font-size:1.15rem;gap:12px}.footer-links{padding-inline:0 20px;border-left:0}}
@media(max-width:380px){.topline .wrap>.topline-contact{flex-direction:column;gap:4px}.owner-brand{gap:7px}.founder-line{gap:12px}.founder-tenure{padding-right:12px}.contact-info .direct a{font-size:1rem}.footer-links{border:0;padding:0}}
/* Neutral dark surfaces, with brand colors reserved for deliberate accents. */
html[data-theme="dark"]{--bg:#17191d;--surface:#22252a;--surface-alt:#2d3137;--ink:#f3f4f6;--muted:#c2c5cc;--line:#4b5059;--accent:#77cfff;--field:#1b1e23;--header:#bfc1c5}
html[data-theme="dark"] .services{background:#22252a}
html[data-theme="dark"] .experience-panel{background:#292d33;border-color:#4b5059}
html[data-theme="dark"] .site-header,html[data-theme="dark"] footer{--header:#bfc1c5;--ink:#001c65;--muted:#343f52;--accent:#004e9b;--surface:#b0b3b8;--surface-alt:#a6aab0;--line:#969ca5}
html[data-theme="dark"] .founder-line,html[data-theme="dark"] .about-position{background:#292d33;color:#f3f4f6;--ink:#f3f4f6;--muted:#c2c5cc;--accent:#77cfff;--line:#4b5059}
.contact-info .direct,html[data-theme="dark"] .contact-info .direct{background:#123d67}
.social-button svg,html[data-theme="dark"] .social-button svg{background:rgba(5,135,252,.07);color:var(--accent);border:1px solid rgba(5,135,252,.18);border-radius:10px}
.social-button:hover svg,html[data-theme="dark"] .social-button:hover svg{background:rgba(5,135,252,.13);color:var(--accent)}
/* Name, professional role, then ownership: a single left-aligned hierarchy. */
.founder-line{display:grid;align-items:start;gap:22px;padding:26px}
.founder-tenure{padding-right:14px;height:100%;justify-content:flex-start;padding-top:3px}
.founder-tenure strong{font-size:2.4rem}
.founder-line>span:nth-child(2)>strong{font-size:clamp(1.4rem,1.9vw,1.75rem);line-height:1.2}
.founder-line [data-i="founderLine"],.about-position{gap:14px}
.founder-line [data-i="founderLine"]{margin-top:12px}
.consultant-role,.about-position .consultant-role{font-size:1.15rem;font-weight:750;letter-spacing:-.015em;color:var(--accent);line-height:1.3;padding:0 0 8px;border:0;border-bottom:2px solid var(--accent);margin:0;align-self:flex-start}
.owner-brand{display:inline-flex;align-items:center;line-height:1.4}
.inline-wordmark{transform:none}
.founder-link-arrow{align-self:center}
.about-position{padding:22px;max-width:100%}
html[data-theme="dark"] .owner-brand{border-radius:4px;padding:7px 10px}
@media(max-width:760px){.founder-line{padding:22px 17px}.founder-tenure strong{font-size:2rem}.founder-tenure>span{font-size:.6875rem}.founder-line>span:nth-child(2)>strong{font-size:1.3rem}.consultant-role,.about-position .consultant-role{font-size:1rem}.founder-line [data-i="founderLine"]{gap:12px}.about-position{padding:20px}}
@media(max-width:380px){.inline-wordmark{width:100px}}
/* Final dark surface system: low-saturation charcoal, clear levels, blue accents. */
html[data-theme="dark"],html[data-theme="dark"] .site-header,html[data-theme="dark"] footer,html[data-theme="dark"] .founder-line,html[data-theme="dark"] .about-position{--button:#065fb8;--button-text:#fff;--field:#111820}
html[data-theme="dark"] .topline{border-color:#2871ae}
html[data-theme="dark"] .services,html[data-theme="dark"] .experience-panel,html[data-theme="dark"] .founder-line,html[data-theme="dark"] .about-position{background:#1a2029;border-color:#3b4859}
html[data-theme="dark"] .contact-section{background:#202833;border-color:#3b4859}
html[data-theme="dark"] #consultation{background:#151b23}
html[data-theme="dark"] .outcomes-section{background:#14283e;border-color:#34516f}
html[data-theme="dark"] .service-delivery{background:#202e40;border-color:#40576f}
html[data-theme="dark"] .brand,html[data-theme="dark"] .footer-brand{background:#b7bec7;border-radius:6px;padding:9px 12px;width:max-content;max-width:100%}
html[data-theme="dark"] .owner-brand{background:#b7bec7}
.contact-info .direct{background:#032c72;border-color:#43c3f9}
html[data-theme="dark"] .contact-info .direct{background:#202e40;border:1px solid #40576f;border-left:4px solid #72caff}
.contact-info .direct a+a{border-color:#52739b}
html[data-theme="dark"] .contact-info .direct a+a{border-color:#40576f}
.owner-label{font-size:.9375rem;font-weight:750;letter-spacing:.01em}
.owner-brand{gap:12px;min-height:30px}
.inline-wordmark{width:120px}
.business-details{padding:27px 0 30px;border-top:1px solid var(--line)}
.business-details h3{font-size:.875rem;line-height:1.4;letter-spacing:.06em;font-weight:700;color:var(--ink);margin:0 0 14px}
.business-details dl{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 24px;margin:0}
.business-details dl>div{display:flex;align-items:baseline;gap:7px}
.business-details dt{font-size:.8125rem;font-weight:700;color:var(--ink);margin:0}
.business-details dd{font-size:.875rem;color:var(--muted);margin:0}
@media(max-width:760px){.business-details dl{gap:10px 20px}.owner-label{font-size:.875rem}.inline-wordmark{width:105px}.owner-brand{gap:9px}html[data-theme="dark"] .brand{padding:6px}}
@media(max-width:380px){.business-details{padding-block:23px}}
/* Dark brand integration: no backing plates, neutral typography, crisp asset edges. */
html[data-theme="dark"],html[data-theme="dark"] .site-header,html[data-theme="dark"] footer,html[data-theme="dark"] .founder-line,html[data-theme="dark"] .about-position{--accent:#499fea;color:var(--ink)}
html[data-theme="dark"] .site-header,html[data-theme="dark"] footer{background:#141b25}
html[data-theme="dark"] .brand,html[data-theme="dark"] .footer-brand,html[data-theme="dark"] .owner-brand{background:transparent;border:0;border-radius:0;padding:0}
html[data-theme="dark"] .brand-stage{--accent:#499fea}
html[data-theme="dark"] .stage-process .brand-chevron{color:#0587fc}
html[data-theme="dark"] h1 em,html[data-theme="dark"] h2 em{color:#eeeff2}
html[data-theme="dark"] .eyebrow,html[data-theme="dark"] .consultant-role,html[data-theme="dark"] .about-position .consultant-role,html[data-theme="dark"] .text-link,html[data-theme="dark"] .footer-identity p span{color:#d2d6de}
html[data-theme="dark"] .consultant-role,html[data-theme="dark"] .about-position .consultant-role,html[data-theme="dark"] .text-link{border-color:#398bd4}
html[data-theme="dark"] .text-link:hover{color:#fff}
html[data-theme="dark"] .expertise-band .wrap>div{color:#c4cbd5}
html[data-theme="dark"] .service[open] .service-name{color:#f0f2f5}
html[data-theme="dark"] .service-delivery .mini-label,html[data-theme="dark"] .contact-info .direct .mini-label{color:#d6dce5}
html[data-theme="dark"] .flow>span{color:#eeeff2;border-color:#398bd4}
html[data-theme="dark"] .outcomes-heading h2 em,html[data-theme="dark"] .outcomes-section .text-link{color:#eeeff2}
html[data-theme="dark"] .topline .topline-specialism{color:#c7ced8}
html[data-theme="dark"] .experience-number>span,html[data-theme="dark"] .founder-tenure{color:#d2d6de}
html[data-theme="dark"] .contact-info .direct a>.contact-icon,html[data-theme="dark"] .topline-contact .contact-icon{color:#499fea}
html[data-theme="dark"] .brand{gap:12px}
@media(max-width:760px){html[data-theme="dark"] .brand{gap:8px}}
/* Preserve original artwork; use white typography rather than a blue cast. */
html[data-theme="dark"] .brand img,html[data-theme="dark"] .footer-brand img,html[data-theme="dark"] .stage-caption img,html[data-theme="dark"] .logo-surface img,html[data-theme="dark"] .inline-wordmark{filter:none;mix-blend-mode:normal;opacity:1}
html[data-theme="dark"],html[data-theme="dark"] .site-header,html[data-theme="dark"] footer,html[data-theme="dark"] .founder-line,html[data-theme="dark"] .about-position{--ink:#f7f7f8;--muted:#d1d3d7}
html[data-theme="dark"] .topline{background:#101e32;background-image:none}
html[data-theme="dark"] .service-delivery,html[data-theme="dark"] .outcomes-section,html[data-theme="dark"] .contact-info .direct{background-image:none}
html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] h1 em,html[data-theme="dark"] h2 em,html[data-theme="dark"] .brand-manifesto,html[data-theme="dark"] .consultant-role,html[data-theme="dark"] .about-position .consultant-role,html[data-theme="dark"] .owner-label,html[data-theme="dark"] .text-link,html[data-theme="dark"] .footer-identity p span{color:#f7f7f8}
html[data-theme="dark"] .eyebrow,html[data-theme="dark"] .expertise-band .wrap>div,html[data-theme="dark"] .topline .topline-specialism,html[data-theme="dark"] .service-delivery .mini-label,html[data-theme="dark"] .contact-info .direct .mini-label{color:#e1e3e7}
html[data-theme="dark"] .hero-description,html[data-theme="dark"] .service-description>p,html[data-theme="dark"] .service-description li,html[data-theme="dark"] .service-delivery>p:last-child,html[data-theme="dark"] .outcome-list p,html[data-theme="dark"] .about-content>p,html[data-theme="dark"] .form-note{color:#d1d3d7}
html[data-theme="dark"] .stage-process,html[data-theme="dark"] .flow>span,html[data-theme="dark"] .experience-number>span,html[data-theme="dark"] .founder-tenure{color:#f7f7f8}
html[data-theme="dark"] .page-circuits{opacity:.6}
/* The authoritative banner artwork retains its original white surface in both themes. */
.brand,.footer-brand,html[data-theme="dark"] .brand,html[data-theme="dark"] .footer-brand{background:#fff;padding:9px 12px;border-radius:5px;width:max-content;max-width:100%}
.brand-stage,html[data-theme="dark"] .brand-stage{background:#fff;background-image:none;border-color:#d8e4f0;color:#001c65;--accent:#006bce}
.stage-caption img,.logo-surface,.logo-surface img{background:#fff}
.stage-process,html[data-theme="dark"] .stage-process{color:#001c65;border-color:#c3d9ed}
.stage-process .brand-chevron,html[data-theme="dark"] .stage-process .brand-chevron{color:#0587fc}
.owner-brand,html[data-theme="dark"] .owner-brand{background:#fff;padding:8px 11px;border-radius:4px;gap:10px}
.owner-label,html[data-theme="dark"] .owner-label{color:#001c65}
.brand img,.footer-brand img,.stage-caption img,.logo-surface img,.inline-wordmark,html[data-theme="dark"] .brand img,html[data-theme="dark"] .footer-brand img,html[data-theme="dark"] .stage-caption img,html[data-theme="dark"] .logo-surface img,html[data-theme="dark"] .inline-wordmark{filter:none!important;mix-blend-mode:normal!important;opacity:1}
@media(max-width:760px){.brand,html[data-theme="dark"] .brand{padding:6px;gap:7px}.footer-brand,html[data-theme="dark"] .footer-brand{padding:8px}.owner-brand,html[data-theme="dark"] .owner-brand{padding:7px 9px}}
/* Compact brand placements share their parent surface without a separate plate. */
.brand,.footer-brand,.owner-brand,html[data-theme="dark"] .brand,html[data-theme="dark"] .footer-brand,html[data-theme="dark"] .owner-brand{background:transparent;border:0;border-radius:0;padding:0}
.inline-wordmark{background:transparent}
.owner-label{color:var(--ink)}
html[data-theme="dark"] .owner-label{color:#f7f7f8}
html[data-theme="dark"]{--consultation-surface:#151b23}
/* Approved dark brand variant: original geometry, white navy regions, blue/cyan retained. */
html[data-theme="dark"] .brand-stage{background:var(--surface);border-color:var(--line);color:var(--ink)}
html[data-theme="dark"] .stage-caption img,html[data-theme="dark"] .logo-surface,html[data-theme="dark"] .logo-surface img,html[data-theme="dark"] .inline-wordmark{background:transparent}
html[data-theme="dark"] .stage-process{color:#f7f7f8;border-color:var(--line)}
html[data-theme="dark"] #hero-title em{color:#43c3f9}
html[data-theme="dark"] .brand img,html[data-theme="dark"] .footer-brand img,html[data-theme="dark"] .inline-wordmark,html[data-theme="dark"] .stage-caption img,html[data-theme="dark"] .logo-surface img{filter:none!important;mix-blend-mode:normal!important}
/* A three-part masthead with a readable, sequential introduction. */
.topline>.wrap{grid-template-columns:minmax(0,1.6fr) minmax(215px,.7fr);gap:14px 38px;padding-block:22px}
.topline .wrap>.masthead-story{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px;align-items:start;width:100%;font-size:1.1rem;letter-spacing:0}
.topline .wrap>.masthead-story::before{display:none}
.masthead-step{display:flex;flex-direction:column;gap:7px;position:relative;padding-top:12px;border-top:1px solid #547294}
.masthead-step::before{content:"";position:absolute;top:-2px;left:0;width:28px;height:3px;background:#43c3f9;transform-origin:left}
.masthead-step strong{font-size:clamp(1rem,1.45vw,1.3rem);font-weight:750;line-height:1.2}
.masthead-step small{font-size:.75rem;font-weight:400;line-height:1.5;color:#c6d0df}
.topline .wrap>span.topline-specialism{font-size:.75rem;letter-spacing:.05em;margin-top:2px}
.topline .wrap>.topline-contact{align-self:center}
/* Shared motion language for section entries, details, controls and theme changes. */
@media(prefers-reduced-motion:no-preference){
 .masthead-step{animation:masthead-enter .7s cubic-bezier(.16,1,.3,1) both}
 .masthead-step:nth-child(2){animation-delay:.12s}.masthead-step:nth-child(3){animation-delay:.24s}
 .masthead-step::before{animation:line-enter .9s cubic-bezier(.16,1,.3,1) both;animation-delay:inherit}
 .reveal-in{animation-duration:.8s;animation-timing-function:cubic-bezier(.16,1,.3,1)}
 .service.reveal-in{animation-name:service-enter}.experience-panel.reveal-in{animation-name:panel-enter}
 .section-intro.reveal-in h2,.outcomes-heading h2{animation:section-enter .85s cubic-bezier(.16,1,.3,1) both}
 .button{position:relative;overflow:hidden;transition:background .24s,transform .24s,box-shadow .24s}
 .button::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 20%,#ffffff16 48%,transparent 75%);transform:translateX(-130%);transition:transform .55s}
 .button:hover::after,.button:focus-visible::after{transform:translateX(130%)}
 .button:active{transform:translateY(1px);box-shadow:none}
 .social-button .contact-icon,.social-button svg{transition:background .25s,color .25s,transform .3s}.social-button:hover svg{transform:translateY(-2px)}
 .service summary{transition:padding .3s,color .3s,background .3s}.service summary:hover{padding-inline:10px}
 .text-link .brand-chevron{transition:transform .3s}.text-link:hover .brand-chevron{transform:translateX(6px)}
 .footer-links a{transition:padding-left .25s,color .25s}.footer-links a:hover{padding-left:7px}
 .process article{position:relative}.process article::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .6s}.process article:hover::before,.process article:focus-within::before{transform:scaleX(1)}
 .form-grid label{transition:color .25s}.form-grid label:focus-within{color:var(--accent)}
 .circuit-signal{animation-play-state:paused}.motion-visible .circuit-signal{animation-play-state:running}
 .stage-process .brand-chevron{animation-play-state:paused}.motion-visible .stage-process .brand-chevron{animation-play-state:running}
 ::view-transition-old(root){animation:theme-out .2s ease both}::view-transition-new(root){animation:theme-in .3s ease both}
 @keyframes masthead-enter{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
 @keyframes line-enter{from{transform:scaleX(0)}to{transform:scaleX(1)}}
 @keyframes service-enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
 @keyframes panel-enter{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
 @keyframes theme-out{to{opacity:0}}@keyframes theme-in{from{opacity:0}to{opacity:1}}
}
@media(max-width:1000px){.topline>.wrap{gap:12px 25px;grid-template-columns:minmax(0,1.4fr) 215px}.topline .wrap>.masthead-story{gap:13px}.masthead-step strong{font-size:1rem}.masthead-step small{font-size:.75rem}}
@media(max-width:760px){.topline>.wrap{grid-template-columns:1fr;padding-block:18px;gap:12px}.topline .wrap>.masthead-story{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.masthead-step strong{font-size:.9375rem}.masthead-step small{font-size:.75rem;line-height:1.4}.topline .wrap>.topline-contact{grid-column:1;grid-row:3;padding-top:12px}.topline .wrap>span.topline-specialism{grid-row:2}.masthead-step{gap:6px}}
@media(max-width:380px){.topline .wrap>.masthead-story{gap:9px}.masthead-step strong{font-size:.875rem}.topline .wrap>span.topline-specialism{font-size:.6875rem}}
@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none!important}.button::after{display:none}.process article::before{transition:none}}
/* Compact masthead: two independent groups, no inherited phrase-grid layout. */
.topline>.masthead-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}
.topline .masthead-shell>.masthead-message{display:block;min-width:0}
.masthead-message p{margin:0;line-height:1.45;color:#fff}
.masthead-message p:last-child{font-weight:550;color:#c1c8d3}
.topline .masthead-shell>.topline-contact{grid-column:auto;grid-row:auto;justify-self:end;align-self:center;display:flex;flex-direction:column;border-top:0;font-size:.9375rem}
/* Use the selected process background as the foundation throughout dark mode. */
html[data-theme="dark"],html[data-theme="dark"] .site-header,html[data-theme="dark"] footer,html[data-theme="dark"] .founder-line,html[data-theme="dark"] .about-position{--bg:#10151e;--surface:#171c25;--surface-alt:#1f2530;--line:#343b48;--header:#10151e;--consultation-surface:#171c25}
html[data-theme="dark"] .site-header,html[data-theme="dark"] footer,html[data-theme="dark"] .topline,html[data-theme="dark"] .services,html[data-theme="dark"] .contact-section,html[data-theme="dark"] .outcomes-section,html[data-theme="dark"] .expertise-band{background:#10151e;background-image:none;border-color:#343b48}
html[data-theme="dark"] .service-delivery,html[data-theme="dark"] .experience-panel,html[data-theme="dark"] .founder-line,html[data-theme="dark"] .about-position,html[data-theme="dark"] .brand-stage{background:#171c25;background-image:none;border-color:#343b48}
html[data-theme="dark"] #consultation,html[data-theme="dark"] .contact-info .direct{background:#171c25;background-image:none;border-color:#343b48}
html[data-theme="dark"] .outcome-list article,html[data-theme="dark"] .footer-links,html[data-theme="dark"] .business-details{border-color:#343b48}
html[data-theme="dark"] .social-button svg{background:#ffffff0d;border:1px solid #727c8b;color:#f3f5f8;stroke-width:1.9}
html[data-theme="dark"] .social-button:hover svg,html[data-theme="dark"] .social-button:focus-visible svg{background:#ffffff1a;border-color:#b5c0cf;color:#fff}
html[data-theme="dark"] .social-button{color:#f3f5f8;border-color:#444d5c}
@media(prefers-reduced-motion:no-preference){.topline-contact{animation:masthead-enter .5s ease-out .1s both}}
@media(max-width:760px){.topline>.masthead-shell{grid-template-columns:1fr}.topline .masthead-shell>.topline-contact{grid-column:1;grid-row:2;justify-self:stretch;flex-direction:row;flex-wrap:wrap;font-size:.8125rem}}
@media(max-width:380px){.topline .masthead-shell>.topline-contact{flex-direction:column;gap:5px}}
/* Each result panel is a real link to its business-value explanation. */
a.service-delivery{cursor:pointer;text-decoration:none;position:relative}
.service-delivery>p[data-i$="example"]{font-size:.875rem;line-height:1.75;color:#cbd6e5;margin:18px 0 0}
.delivery-link{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:17px;margin-top:24px;border-top:1px solid #6381a5;color:#fff;font-size:.875rem;font-weight:700;line-height:1.4}
.delivery-link .brand-chevron{width:13px;height:17px;flex-shrink:0;color:#43c3f9}
a.service-delivery:hover,a.service-delivery:focus-visible{border-color:#43c3f9;box-shadow:0 12px 28px #001c6520}
html[data-theme="dark"] a.service-delivery:hover,html[data-theme="dark"] a.service-delivery:focus-visible{border-color:#6cb7ed;box-shadow:none}
.related-outcome{outline:2px solid #43c3f9;outline-offset:7px;border-radius:5px;background:#ffffff08}
#outcomes:focus{outline:none}
#outcomes:focus-visible{outline:2px solid var(--accent);outline-offset:-4px}
/* Technical masthead: stable type, a traced separator and framed contact controls. */
.topline{position:relative;overflow:hidden;border-bottom:1px solid #40607e}
.topline::after{content:"";position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(90deg,transparent,#0587fc 35%,#43c3f9 55%,transparent);transform-origin:left;pointer-events:none}
.masthead-message{position:relative}
.masthead-message p:first-child{font-size:clamp(1.15rem,1.8vw,1.5rem);font-weight:750}
.masthead-message p:last-child{font-size:.75rem}
.topline-contact a{transition:color .2s,transform .2s}
@media(prefers-reduced-motion:no-preference){
 .topline::after{animation:masthead-trace 3s ease-in-out 2}
 .masthead-message{animation:masthead-enter .7s cubic-bezier(.16,1,.3,1) both}
 .topline-contact a:hover{transform:translateX(3px)}
 .service-delivery .delivery-link .brand-chevron{transition:transform .3s}.service-delivery:hover .delivery-link .brand-chevron{transform:translateX(5px)}
 @keyframes masthead-trace{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
}
@media(max-width:760px){.masthead-message p:first-child{font-size:1.1rem}.masthead-message p:last-child{font-size:.75rem;letter-spacing:.035em}.delivery-link{font-size:.8125rem}.related-outcome{outline-offset:4px}}
@media(prefers-reduced-motion:reduce){.topline::after{animation:none;transform:none}}

/* Motion polish: stable layout, shared feedback and native reduced-motion navigation. */
html{scroll-padding-top:24px}
.service summary:hover{padding-inline:0}
.footer-links a:hover{padding-left:0}
.service summary{transition:color .2s ease,background-color .2s ease}
.service summary:focus-visible{outline-offset:-3px;border-radius:6px}
.service-delivery{outline:2px solid transparent;outline-offset:4px}
.service-delivery:focus-visible{outline-color:var(--accent)}
.outcome-list article{outline:2px solid transparent;outline-offset:7px;border-radius:5px}
.outcome-list article.related-outcome{outline-color:#43c3f9}
.service-delivery:focus-visible,.service-delivery:hover{border-color:var(--accent)}
.service-delivery:focus-visible .delivery-link .brand-chevron{transform:translateX(5px)}
@media(prefers-reduced-motion:no-preference){
 .service-delivery{transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,outline-color .24s ease}
 .menu-button>span{transition:transform .2s ease}
 nav.open{animation:menu-enter .2s ease-out}
 .outcome-list article{transition:background-color .3s ease,outline-color .3s ease}
 @keyframes menu-enter{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
}
@media(hover:none){
 .service-delivery:hover,.experience-panel:hover,.button:hover,.social-button:hover{transform:none}
 .button:hover::after{transform:translateX(-130%)}
}
@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}
 .service-delivery:hover,.experience-panel:hover,.button:hover,.social-button:hover,
 .text-link:hover .brand-chevron,.service-delivery .delivery-link .brand-chevron{transform:none!important}
}

.expertise-band [data-expertise]{display:inline-flex;align-items:center;min-height:44px;position:relative;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:6px;transition:color .2s,text-decoration-color .2s}
.expertise-band [data-expertise]:hover,.expertise-band [data-expertise]:focus-visible{text-decoration-color:currentColor;color:var(--accent)}
.service.expertise-highlight>summary{background:var(--surface-alt);box-shadow:inset 3px 0 var(--accent);border-radius:6px}

/* Final masthead and footer share a measured grid and restrained edge detail. */
.topline>.masthead-shell{padding-block:24px;gap:32px}
.masthead-message{padding-left:22px;border-left:2px solid #43c3f9}
.masthead-message p:first-child{line-height:1.25;letter-spacing:-.025em}
.masthead-message p:last-child{line-height:1.6;letter-spacing:.09em;margin-top:10px}
.topline .masthead-shell>.topline-contact{background:transparent;border:0;border-left:1px solid #ffffff30;border-radius:0;padding:4px 0 4px 28px;gap:8px}
.topline-contact a{min-height:32px;transform:none!important}
.topline-contact .contact-icon{color:#43c3f9}
.topline::after{height:1px;opacity:.7;animation-fill-mode:forwards}
footer{position:relative}
footer::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#0587fc,#43c3f9,transparent);opacity:.6}
.footer-top{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr) minmax(0,1fr);align-items:start;gap:48px;padding-block:12px 40px}
.footer-action{display:grid;grid-template-columns:1fr;gap:12px;align-self:start;min-width:0}
.footer-action>a{width:100%;min-height:52px;justify-content:center;text-align:center;padding:14px 18px;margin:0;box-sizing:border-box}
.footer-action>.text-link{border:1px solid var(--line);border-radius:5px}
.footer-links{align-self:stretch;justify-content:flex-start;gap:10px}
.footer-links a{min-height:38px;display:flex;align-items:center;position:relative;text-underline-offset:6px}
.footer-links a:hover,.footer-links a:focus-visible{text-decoration:underline}
.experience-panel:hover{transform:none}
.experience-bottom{position:relative;z-index:1}
.competency{border-bottom:1px solid var(--line);min-width:0}
.competency:last-child{border-bottom:0}
.competency summary{display:flex;align-items:center;gap:14px;padding:14px 2px;min-height:48px;list-style:none;cursor:pointer;font-weight:650;font-size:1rem;line-height:1.4}
.competency summary::-webkit-details-marker{display:none}
.competency summary:focus-visible{outline-offset:0;border-radius:4px}
.competency[open] summary .brand-chevron{transform:rotate(90deg)}
.competency-content{padding:0 4px 16px 28px}
.competency-content p{font-size:.75rem;letter-spacing:.06em;margin:0 0 10px;color:var(--muted)}
.competency-content ul{margin:0;padding-left:18px;display:grid;gap:8px;font-size:.9375rem;line-height:1.55;color:var(--ink)}
.competency-content li::marker{color:var(--accent)}
@media(prefers-reduced-motion:no-preference){
 .competency summary{transition:color .2s ease,background-color .2s ease}
 .competency summary:hover{color:var(--accent)}
 .footer-action>a{transition:background-color .22s,border-color .22s,transform .22s}
 .footer-action>a:focus-visible{border-color:var(--accent)}
 footer:has(.footer-action:hover)::before{opacity:1}
 footer::before{transition:opacity .3s}
}
@media(hover:none){
 a.service-delivery:hover,html[data-theme="dark"] a.service-delivery:hover{box-shadow:none;transform:none;border-color:var(--line)}
 .social-button:hover svg{transform:none}
}
@media(max-width:760px){
 .topline>.masthead-shell{padding-block:20px;gap:18px}
 .topline .masthead-shell>.topline-contact{padding:14px 0 0;border-left:0;border-top:1px solid #ffffff30;gap:8px 20px}
 .masthead-message{padding-left:14px}
 .footer-top{grid-template-columns:1fr 1fr;gap:24px}
 .footer-identity{grid-column:1/-1}
 .footer-action>a{padding:12px;font-size:.8125rem}
}
@media(max-width:480px){.footer-top{grid-template-columns:1fr}.footer-identity{grid-column:auto}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.footer-links a{font-size:.8125rem}.footer-action{grid-template-columns:1fr}}

/* Acceptance review: legible field boundaries, balanced badge and reliable focus. */
html[data-theme="dark"] input,html[data-theme="dark"] select,html[data-theme="dark"] textarea{border-color:#657184}
input[aria-invalid="true"]{border-color:var(--error)!important}
.founder-line{grid-template-columns:88px minmax(0,1fr) 16px}
.founder-tenure>span{max-width:70px;line-height:1.5;letter-spacing:.02em}
.language-switch button,.icon-button{min-height:44px}
#success:focus{outline:2px solid var(--accent);outline-offset:4px}
@media(max-width:760px){
 .founder-line{grid-template-columns:66px minmax(0,1fr);gap:14px}
 .founder-tenure{padding-right:10px}
 .brand-manifesto{line-height:1.75;letter-spacing:.04em}
 .topline-contact a{min-height:36px}
}
@media(max-width:380px){.founder-line{grid-template-columns:1fr}.founder-tenure{display:none}}
.footer-action .text-link>span{font:inherit}
@media(max-width:480px){.footer-links{grid-template-rows:auto;border-inline:0;padding-inline:0}.footer-links a+a{border-top:0}}
html[data-theme="light"] input,html[data-theme="light"] select,html[data-theme="light"] textarea{border-color:#7e8da2}

@media(prefers-reduced-motion:no-preference){
 body,.site-header,.topline,footer,.services,.outcomes-section,.contact-section,.expertise-band{transition:background-color .18s ease,color .18s ease}
}

/* Shared interaction and editorial spacing tokens. */
:root{--motion-fast:180ms;--motion-standard:240ms;--motion-ease:cubic-bezier(.22,1,.36,1)}
.service-question{font-size:1.05rem;line-height:1.4;letter-spacing:-.015em;margin:0 0 12px;font-weight:750;color:var(--ink)}
.service-description>p+.service-question{margin-top:28px}
.service-delivery .service-result{font-size:1rem;line-height:1.65;color:inherit;margin:18px 0 0}
.scenario-notice{font-size:.8125rem;line-height:1.6;color:var(--muted);margin-bottom:24px}
.conversation-guide{margin-top:32px;padding-top:28px;border-top:1px solid var(--line)}
.conversation-guide h3{font-size:1.4rem;line-height:1.3;letter-spacing:-.025em}
.conversation-guide ol{list-style:none;counter-reset:conversation;margin:24px 0 0;padding:0;display:grid;gap:24px}
.conversation-guide li{counter-increment:conversation;position:relative;padding-left:38px}
.conversation-guide li::before{content:counter(conversation,decimal-leading-zero);position:absolute;left:0;top:2px;font-size:.75rem;font-weight:750;color:var(--accent)}
.conversation-guide h4{font-size:1rem;line-height:1.45;letter-spacing:0;margin:0 0 7px;font-weight:650}
.conversation-guide p{font-size:.9375rem;line-height:1.7;margin:0}
@media(prefers-reduced-motion:no-preference){
 .button,.social-button,.service-delivery{transition-duration:var(--motion-standard);transition-timing-function:var(--motion-ease)}
 input,select,textarea,.competency summary,.service summary{transition-duration:var(--motion-fast)}
}
@media(max-width:760px){.service-description>p+.service-question{margin-top:24px}.conversation-guide{margin-top:28px;padding-top:24px}.service-delivery .service-result{font-size:.9375rem}}
/* Reflow at enlarged text sizes: grid items may shrink without clipping content. */
:where(.hero,.hero-brand,.section-title-row,.service-body,.about,.contact-grid,.outcomes-grid,.process,.footer-top)>*{min-width:0}
h1,h2,h3,h4,.brand-manifesto,.service-description,.service-delivery,.conversation-guide,.text-link,.owner-brand{overflow-wrap:anywhere}
.stage-process{flex-wrap:wrap}
.service summary{min-width:0}
.service-name{min-width:0;overflow-wrap:anywhere}

/* Contact and document accessibility. */
.consent a{text-decoration:underline;text-underline-offset:3px}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy-content h1{overflow-wrap:anywhere}
.privacy-card a{overflow-wrap:anywhere}
.privacy-top{flex-wrap:wrap}
.consent,.form-note,.footer-legal a{font-size:.875rem}

/* Align the service benefit with the heading and direct visitors to the areas below. */
.services .section-intro{margin-bottom:32px}
.services-intro-grid{align-items:start}
.services-heading .services-benefit{max-width:52ch;margin:22px 0 0;font-size:1.0625rem;line-height:1.7}
.services-direction{display:flex;flex-direction:column;align-items:stretch}
.services-direction>p,.section-title-row>.process-intro-panel{max-width:none;margin:0;padding:0;background:transparent;color:var(--ink);font-size:1.0625rem;font-weight:650;line-height:1.75}
@media(max-width:760px){
 .services .services-intro-grid{gap:24px}
 .services-heading .services-benefit{margin-top:18px;font-size:1rem}
 .services-direction>p,.section-title-row>.process-intro-panel{max-width:none;padding:0;font-size:1rem;line-height:1.7}
 .services .section-intro{margin-bottom:24px}
}
