:root{color-scheme:dark;--bg:#080d14;--surface:#101824;--surface-high:#152231;--ink:#f4f7fb;--muted:#9aaabd;--accent:#7df4d3;--blue:#72a9ff;--line:#253241;--mono:'SFMono-Regular',Consolas,'Liberation Mono',monospace;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-underline-offset:5px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}button{cursor:pointer}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.skip{position:fixed;top:-100px;left:12px;background:var(--accent);color:var(--bg);padding:14px;z-index:20}.skip:focus{top:12px}
.header{height:98px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{display:inline-flex;align-items:center;gap:15px;text-decoration:none;flex-shrink:0}.brand-symbol{display:block;position:relative;width:64px;height:39px;overflow:hidden;mix-blend-mode:screen}.brand-symbol img{position:absolute;max-width:none;width:218px;height:218px;left:-14px;top:-80px}.brand-type{font-size:19px;font-weight:600;letter-spacing:-.7px;line-height:1.2;border-left:1px solid #435160;padding-left:15px}.brand-type>span{display:block;font-family:var(--mono);font-size:8px;letter-spacing:1.1px;color:var(--muted);margin-top:8px;font-weight:400}.header nav{display:flex;gap:32px;font-size:13px;color:#b0bdce}.header nav a{text-decoration:none;transition:color .2s}.header nav a:hover{color:var(--accent)}.header-cta{display:flex;gap:27px;align-items:center;padding:12px 18px;border:1px solid #425164;border-radius:6px;text-decoration:none;font-size:13px;transition:border-color .2s,background .2s}.header-cta:hover{border-color:var(--accent);background:#15262b}
.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:56px;align-items:center;padding-block:94px 92px;position:relative}.hero:before{content:'';position:absolute;z-index:-1;pointer-events:none;inset:-100px 0 -40px;background:radial-gradient(ellipse at 75% 45%,#18395765,transparent 60%)}.eyebrow{font-family:var(--mono);font-size:10px;line-height:1.6;letter-spacing:1.45px;text-transform:uppercase;font-weight:400;display:flex;align-items:center;gap:10px;margin:0 0 26px;color:var(--accent)}.status-dot{width:6px;height:6px;border-radius:50%;display:inline-block;background:var(--accent);box-shadow:0 0 10px #7df4d355;flex-shrink:0}h1{font-size:clamp(44px,5vw,70px);font-weight:550;line-height:1.04;letter-spacing:-3.7px;margin:0 0 28px}em{font-style:normal;color:var(--muted);font-weight:inherit}h1 em{color:var(--accent);background:linear-gradient(100deg,#b8ffed,#80d8f7 65%,#8aabff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-intro{font-size:16px;line-height:1.8;color:var(--muted);max-width:490px;margin:0 0 29px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;padding:17px 21px;text-decoration:none;font-size:13px;font-weight:600;background:var(--accent);border:1px solid var(--accent);color:#081b1b;border-radius:6px;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #7df4d324;background:#a4ffe5}.button>span{font-size:19px;font-weight:400}.text-link{font-size:13px;text-decoration:none;display:inline-flex;align-items:center;gap:14px}.text-link:hover{color:var(--accent)}.micro{font-size:11px;line-height:1.8;color:var(--muted);margin:18px 0 0}
/* A small, interactive system diagram: illustrative workflow, no fabricated metrics. */
.system-panel{border:1px solid #344353;border-radius:12px;min-width:0;overflow:hidden;background:linear-gradient(140deg,#14202e,#0c141e 75%);box-shadow:0 32px 70px #0005,inset 0 1px #ffffff0b;position:relative}.panel-top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid #ffffff09;font-family:var(--mono);font-size:8px;letter-spacing:.75px;color:#a7b8ce}.panel-top>span{display:flex;gap:8px;align-items:center}.workflow-canvas{height:295px;position:relative}.canvas-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff04 1px,transparent 1px);background-size:25px 25px;mask-image:radial-gradient(ellipse,#000,transparent 80%)}.hub-halo{position:absolute;width:225px;height:225px;border:1px solid #7df4d310;border-radius:50%;top:35px;left:calc(50% - 112.5px);box-shadow:0 0 0 27px #7df4d303,0 0 0 53px #7df4d302;background:radial-gradient(circle,#7df4d30b,transparent 65%);animation:halo 6s ease-in-out infinite}.flow-wires{position:absolute;inset:0;width:100%;height:100%;overflow:visible;fill:none;stroke:#355167;stroke-width:1}.flow-wires .flow-signal{stroke:var(--accent);stroke-width:1.5;stroke-dasharray:14 500;animation:signal 4s linear infinite;filter:drop-shadow(0 0 4px #7df4d377)}.workflow-node{position:absolute;width:40%;height:61px;display:flex;align-items:center;gap:10px;padding:11px;background:#152231;border:1px solid #344557;border-radius:7px;box-shadow:0 9px 22px #0003;transition:border-color .4s,transform .4s,background .4s}.node-inbound{top:43px;left:4%}.node-crm{top:43px;right:4%}.node-ai{bottom:37px;left:4%}.node-human{bottom:37px;right:4%}.node-icon{font-size:20px;color:var(--accent);width:22px;flex-shrink:0}.workflow-node small{display:block;font-family:var(--mono);font-size:7px;letter-spacing:.8px;color:var(--muted);margin-bottom:6px}.workflow-node strong{display:block;font-size:10px;letter-spacing:-.1px;font-weight:500;white-space:nowrap}.workflow-node>i{width:4px;height:4px;margin-left:auto;border-radius:50%;background:#576a7e}.workflow-node.is-active{border-color:#6ce5c1;background:#1a343b;transform:translateY(-2px)}.workflow-node.is-active>i{background:var(--accent);box-shadow:0 0 8px var(--accent)}.workflow-hub{position:absolute;left:calc(50% - 47px);top:111px;width:94px;height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(140deg,#233b45,#13202a);border:1px solid #628b94;border-radius:12px;box-shadow:0 0 35px #7df4d313}.workflow-hub>span{font-size:29px;font-weight:600;letter-spacing:-2px}.hub-dot{color:var(--accent)}.workflow-hub small{font-family:var(--mono);font-size:6px;letter-spacing:.6px;margin-top:7px;color:#b5cfd2}.workflow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:0 16px}.workflow-steps button{border:0;border-bottom:1px solid #3d4b5c;color:#91a2b8;background:transparent;font-family:var(--mono);font-size:9px;padding:11px 0;text-align:center;transition:color .2s,border-color .2s}.workflow-steps button[aria-pressed=true]{color:var(--accent);border-color:var(--accent)}.workflow-detail{display:flex;gap:12px;justify-content:space-between;align-items:center;padding:22px;min-height:131px}.flow-caption{font-family:var(--mono);font-size:7px;letter-spacing:1.25px;color:#8798ab}.workflow-detail h3{font-size:13px;line-height:1.5;font-weight:500;margin:9px 0 5px}.workflow-detail p{font-size:11px;line-height:1.6;color:var(--muted);margin:0;max-width:330px}.flow-counter{font-family:var(--mono);font-size:23px;color:var(--accent);white-space:nowrap}.flow-counter span{font-size:10px;color:#8a9bb0;padding-left:4px}.workflow-progress{height:2px;background:#1c2a39}.workflow-progress span{height:100%;width:25%;display:block;background:var(--accent);transition:width .45s ease}
.principles{border-block:1px solid var(--line);background:#0c131d}.principles>.wrap{display:flex;justify-content:space-between;gap:20px;padding-block:24px;font-size:11px;color:#afbed0}.principles b{font-family:var(--mono);font-weight:400;font-size:9px;color:#6e829b;margin-right:13px}
.section{padding-block:100px;border-bottom:1px solid var(--line)}h2{font-size:clamp(32px,3.5vw,49px);font-weight:500;line-height:1.1;letter-spacing:-2px;margin:0 0 26px}.section-intro{max-width:520px;font-size:16px;line-height:1.8;color:var(--muted)}.section-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:end;margin-bottom:42px}.section-heading h2{margin:0}.section-heading .section-intro{margin:0 0 3px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service{padding:27px;background:linear-gradient(150deg,#131e2b,#0d151f);border:1px solid var(--line);border-radius:10px;transition:transform .25s,border-color .25s}.service:hover{transform:translateY(-5px);border-color:#557d8e}.service-number{font-family:var(--mono);font-size:9px;letter-spacing:.6px;color:var(--muted)}.service h3{font-size:27px;line-height:1.16;letter-spacing:-.7px;font-weight:500;margin:23px 0 17px}.service p{font-size:14px;line-height:1.8;color:var(--muted);min-height:100px}.service ul{list-style:none;padding:0;margin:23px 0 0;font-size:11px;line-height:1.7;color:#c7d5e6}.service li{padding:10px 0;border-top:1px solid var(--line)}.service-visual{height:83px;display:flex;align-items:center;justify-content:center;margin:26px 0 0;position:relative}.visual-pipeline{gap:9px;align-items:flex-end;padding:10px 0}.visual-pipeline i{display:block;width:46px;border:1px solid #4d8985;background:linear-gradient(#7df4d325,#7df4d305);height:31px;border-radius:4px 4px 0 0}.visual-pipeline i:nth-child(2){height:46px}.visual-pipeline i:nth-child(3){height:63px;background:linear-gradient(#7df4d350,#7df4d310)}.visual-pipeline>span{color:var(--accent);font-size:24px;margin-bottom:12px;margin-left:8px}.visual-connect>span{padding:13px 9px;border:1px solid #45617f;border-radius:5px;font-family:var(--mono);font-size:10px;color:#adcefa}.visual-connect>span:nth-of-type(2){border-radius:50%;background:#203248;border-color:#76a9ee;font-size:19px;padding:6px 10px}.visual-connect i{height:1px;width:20px;background:#4e779f}.visual-ai>span{font-size:40px;color:#b0b4ff}.visual-ai>div{width:80px;display:grid;gap:9px;margin-left:18px}.visual-ai i{display:block;height:4px;background:#767bb6;border-radius:2px}.visual-ai i:nth-child(2){width:80%;background:#5c6090}.visual-ai i:nth-child(3){width:60%;background:#434766}.visual-ai b{font-weight:400;color:var(--accent);padding:5px 8px;border:1px solid #395b59;border-radius:50%;margin:27px 0 0 9px}.audience{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:38px}.audience .eyebrow{max-width:285px;margin:0;color:var(--muted);font-size:9px}.audience>div{display:flex;gap:10px;flex-wrap:wrap}.audience>div span{border:1px solid var(--line);border-radius:30px;padding:9px 16px;font-size:11px;color:#bdcadc}
.pilot-section{background:#0d1520;position:relative}.pilot-section>.section{border:0}.pilot-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:38px 0 14px}.pilot-selector button{font-size:12px;line-height:1.6;padding:18px 16px;display:flex;gap:12px;align-items:center;border:1px solid #344557;border-radius:6px;color:#bdcbdc;background:transparent;text-align:left;transition:background .2s,border-color .2s}.pilot-selector button>span{font-family:var(--mono);font-size:10px;opacity:.65}.pilot-selector button[aria-pressed=true]{background:#1e3c3b;border-color:#63c8ac;color:#adffe5}.pilot-selector button:hover{border-color:var(--accent)}.pilot-result{display:grid;grid-template-columns:1.2fr 1fr;background:#131f2d;border:1px solid #344557;border-radius:9px;min-height:410px}.pilot-main,.pilot-output{padding:36px}.pilot-output{border-left:1px solid #344557}.card-label{text-transform:uppercase;font-family:var(--mono);letter-spacing:1.1px;font-size:9px;color:var(--accent);margin:0 0 24px}.pilot-main h3{font-size:32px;line-height:1.16;font-weight:500;letter-spacing:-.8px;margin:0 0 20px}.pilot-main>p:not(.card-label){font-size:14px;line-height:1.8;color:var(--muted)}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:28px}.before-after>div{border-top:1px solid #344557;padding-top:16px}.before-after span,.pilot-measure>span{font-family:var(--mono);font-size:10px;color:#a0f0d9}.before-after p,.pilot-measure p{font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:0}.pilot-output ul{margin:0 0 25px;padding-left:17px;color:#c7d5e5}.pilot-output li{font-size:13px;line-height:1.7;padding:0 0 13px 5px}.pilot-output li::marker{color:var(--accent)}.pilot-measure{border-top:1px solid #344557;padding-top:20px}.pilot-note{display:flex;justify-content:space-between;gap:25px;align-items:center;margin-top:27px}.pilot-note p{font-size:12px;line-height:1.9;color:var(--muted)}.pilot-note strong{color:#dce7f6;font-weight:400}.light-button{white-space:nowrap}
.process,.about{display:grid;grid-template-columns:1fr 1fr;gap:95px}.steps{list-style:none;margin:0;padding:0}.steps li{display:flex;gap:25px;padding:0 0 25px;margin-bottom:25px;border-bottom:1px solid var(--line)}.steps li:last-child{border:0;margin:0;padding:0}.steps li>span{font-family:var(--mono);font-size:10px;color:var(--accent);padding-top:5px}.steps h3{font-size:18px;font-weight:500;margin:0 0 11px}.steps p{font-size:14px;line-height:1.8;color:var(--muted);margin:0}.about{align-items:center}.about-note{border:1px solid #344557;background:radial-gradient(ellipse at 0% 100%,#19464166,transparent 75%),linear-gradient(125deg,#172532,#101824);border-radius:10px;padding:40px;min-height:360px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.about-note:after{content:'+';position:absolute;right:25px;top:18px;font-family:var(--mono);font-size:28px;font-weight:200;color:#546a7e}.statement{font-size:clamp(25px,2.8vw,36px);line-height:1.3;letter-spacing:-1.1px;margin:30px 0 40px}.statement em{color:var(--accent)}.signature{font-family:var(--mono);font-size:8px;letter-spacing:1.1px;color:var(--muted)}.about .section-intro{font-size:14px}.profile-link{margin:24px 0}.profile-link>a{font-size:12px;line-height:1.7;color:#b8d9ff}.profile-link>span{display:block;font-size:10px;line-height:1.7;color:var(--muted);margin-top:8px}.language-note{border-left:2px solid var(--accent);padding-left:14px;font-size:12px;line-height:1.7;margin:25px 0;color:#b6c6d8}.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:65px}.questions details{border-bottom:1px solid var(--line);padding:23px 0}.questions details:first-child{padding-top:0}.questions summary{font-size:15px;line-height:1.5;font-weight:400;cursor:pointer;padding-right:15px}.questions summary::marker{color:var(--accent)}.questions details p{font-size:14px;line-height:1.8;color:var(--muted)}.georgian{padding-block:32px 55px}.georgian summary{cursor:pointer;font-size:14px;line-height:1.8}.georgian summary span{font-size:11px;color:var(--muted);margin-left:15px}.georgian details>div{max-width:760px;padding-top:30px;line-height:1.9}.georgian h2{font-size:28px;letter-spacing:0;line-height:1.5}.georgian p{font-size:15px}.contact-section{background:radial-gradient(ellipse at 25% 110%,#265e6566,transparent 70%),#111e2a;border-block:1px solid #314552}.contact{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-block:75px}.contact h2{font-size:clamp(37px,4.5vw,63px)}.contact h2 em{color:var(--accent)}.contact p:not(.eyebrow):not(.micro){font-size:14px;color:#afc1d3}.contact .micro{font-size:11px}.footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px;padding-block:40px;font-size:10px;color:var(--muted)}.footer .brand-type{color:var(--ink)}.footer a:not(.brand):hover{color:var(--accent)}.info-page{max-width:850px;padding-block:80px}.info-page h1{font-size:clamp(40px,6vw,64px);margin-bottom:45px}.info-page h2{font-size:24px;letter-spacing:-.5px;margin:35px 0 16px}.info-page p{line-height:1.8;font-size:16px;color:var(--muted)}.info-page .button{margin-top:25px}.noscript-note{font-size:14px;line-height:1.8;color:var(--muted)}
/* Motion is decorative, pausable and respects OS accessibility preferences. */
@keyframes signal{to{stroke-dashoffset:-514}}@keyframes halo{50%{opacity:.45;transform:scale(.95)}}@keyframes detail-in{from{opacity:.45;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.workflow-detail.is-updating{animation:detail-in .35s ease-out}.pilot-result.is-updating{animation:detail-in .25s ease-out}.reveal-ready{transition:opacity .6s ease,transform .6s ease}.reveal-ready:not(.is-visible){opacity:0;transform:translateY(18px)}.motion-paused *{animation-play-state:paused!important}.motion-paused .reveal-ready{opacity:1;transform:none}.motion-paused .workflow-progress span{transition:none}
@media(min-width:1550px){.hero{padding-block:115px}h1{font-size:76px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.hero{gap:30px;padding-block:75px}h1{font-size:55px;letter-spacing:-2.8px}.header nav{gap:20px}.brand{gap:10px}.brand-type{padding-left:10px;font-size:17px}.brand-type>span{font-size:7px}.panel-top{padding-inline:15px;font-size:7px}.workflow-node{gap:6px;padding:9px}.workflow-node strong{font-size:9px}.workflow-node small{font-size:6px}.node-icon{font-size:18px;width:18px}.workflow-detail{padding:18px}.workflow-detail h3{font-size:12px}.flow-counter{font-size:19px}.service{padding:23px}.section-heading{gap:45px}.process,.about{gap:50px}.pilot-main,.pilot-output{padding:28px}.principles b{margin-right:8px}.principles>.wrap{font-size:10px}.about-note{padding:30px}}
@media(max-width:850px){.header{height:87px}.header nav{display:none}.hero{grid-template-columns:1fr;padding-block:55px 65px;gap:45px}.hero-copy{max-width:620px}h1{font-size:clamp(44px,7.8vw,65px)}.hero-intro{max-width:570px}.system-panel{width:100%;max-width:600px}.workflow-node{width:38%;padding:13px;gap:12px}.workflow-node small{font-size:8px}.workflow-node strong{font-size:12px}.node-icon{font-size:23px;width:23px}.panel-top{font-size:9px;padding-inline:22px}.workflow-detail{padding:24px;min-height:135px}.workflow-detail h3{font-size:15px}.workflow-detail p{font-size:12px}.flow-caption{font-size:8px}.flow-counter{font-size:27px}.principles>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:20px;font-size:11px}.section{padding-block:72px}.section-heading{grid-template-columns:1fr;gap:18px;margin-bottom:32px}.section-heading .section-intro{max-width:600px}.services{grid-template-columns:1fr}.service{padding:28px;display:grid;grid-template-columns:1fr 1fr;column-gap:35px}.service-number{grid-column:1}.service-visual{grid-column:2;grid-row:1/4;align-self:center;margin:0}.service h3{grid-column:1;margin:24px 0 0}.service h3 br{display:none}.service p{grid-column:1;min-height:0}.service ul{grid-column:2;grid-row:4;align-self:end;margin-top:0}.service p{grid-row:4}.audience{align-items:start;flex-direction:column;gap:20px}.audience .eyebrow{max-width:none}.pilot-selector{grid-template-columns:1fr;margin-top:30px}.pilot-selector button{padding:14px 18px}.pilot-result{grid-template-columns:1fr;min-height:0}.pilot-output{border-left:0;border-top:1px solid #344557}.pilot-note{flex-direction:column;align-items:start;gap:10px}.process,.about,.faq{grid-template-columns:1fr;gap:40px}.about-note{min-height:330px}.statement{font-size:34px}.about>div:last-child{max-width:620px}.contact{flex-direction:column;align-items:start;gap:22px;padding-block:60px}.contact h2{margin-bottom:20px}.footer{gap:25px}.footer .brand{width:100%}}
@media(max-width:520px){.wrap{width:calc(100% - 40px)}html{scroll-padding-top:25px}.header{height:86px;gap:12px}.brand{gap:8px}.brand-symbol{width:51px;height:32px}.brand-symbol img{width:180px;height:180px;left:-12px;top:-66px}.brand-type{font-size:15px;padding-left:8px;letter-spacing:-.5px}.brand-type>span{font-size:5.9px;letter-spacing:.6px;margin-top:6px}.header-cta{padding:10px 12px;font-size:11px;gap:9px}.hero{padding-block:45px 50px;gap:38px}h1{font-size:clamp(37px,9.8vw,51px);letter-spacing:-2.1px;line-height:1.09;margin-bottom:22px}.eyebrow{font-size:8px;letter-spacing:1px;margin-bottom:23px}.hero-intro{font-size:14px;line-height:1.8;margin-bottom:26px}.hero-actions{gap:22px}.button{font-size:12px;padding:15px 18px}.text-link{font-size:12px}.micro{font-size:10px}.panel-top{font-size:6px;letter-spacing:.5px;padding:13px 12px}.workflow-canvas{height:270px}.workflow-node{width:42%;height:58px;padding:8px;gap:6px}.node-inbound,.node-crm{top:38px}.node-ai,.node-human{bottom:28px}.node-inbound,.node-ai{left:3%}.node-crm,.node-human{right:3%}.workflow-node strong{font-size:9px}.workflow-node small{font-size:6px;letter-spacing:.3px}.node-icon{width:15px;font-size:16px}.workflow-hub{width:82px;height:70px;left:calc(50% - 41px);top:103px}.workflow-hub>span{font-size:26px}.workflow-hub small{font-size:5px}.hub-halo{top:24px}.workflow-steps{padding-inline:10px}.workflow-steps button{font-size:7px;padding-block:12px}.workflow-detail{padding:18px 14px;min-height:143px;gap:10px}.workflow-detail h3{font-size:12px;max-width:240px}.workflow-detail p{font-size:10px}.flow-caption{font-size:6px}.flow-counter{font-size:19px}.flow-counter span{font-size:8px}.principles>.wrap{font-size:9px;gap:18px 10px;padding-block:22px}.principles b{font-size:7px;margin-right:6px}.section{padding-block:60px}h2{font-size:33px;letter-spacing:-1.4px}.section-intro{font-size:14px}.services{gap:14px}.service{display:block;padding:25px}.service-visual{margin-top:23px;height:78px;justify-content:flex-start;padding-left:5px}.service h3{font-size:27px;margin-top:24px}.service p{font-size:14px;margin-block:16px 20px}.service ul{font-size:12px}.audience>div span{font-size:10px;padding:8px 12px}.pilot-main,.pilot-output{padding:24px}.pilot-main h3{font-size:28px}.pilot-selector button{font-size:11px}.before-after{gap:20px}.before-after p{font-size:11px}.pilot-note p{font-size:11px}.about-note{padding:28px;min-height:300px}.statement{font-size:29px}.signature{font-size:7px}.profile-link>a{font-size:11px}.georgian summary span{display:block;margin-left:0;font-size:10px}.contact h2{font-size:42px}.contact .button{font-size:11px;gap:16px}.footer{flex-direction:column;align-items:start;gap:21px}.footer .brand{width:auto}.info-page{padding-block:50px}.info-page h1{font-size:40px;letter-spacing:-2px}.info-page p{font-size:14px}.info-page~.footer{margin-top:0}}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.brand-type>span{font-size:5px}.brand-type{font-size:13px}.header-cta{padding:9px}.before-after{grid-template-columns:1fr}.panel-top>span{font-size:5.5px}.workflow-node strong{font-size:8px}.flow-counter{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal-ready:not(.is-visible){opacity:1;transform:none}}
/* Let the original white monogram sit naturally on the dark website surface. */
.brand-symbol{mix-blend-mode:normal;background:transparent}.brand-symbol img{mix-blend-mode:normal}
/* Professional experience: original company assets with precise relationship labels. */
.experience-strip{padding-block:48px 54px;border-bottom:1px solid var(--line)}
.experience-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:27px}
.experience-heading .eyebrow{font-size:8px;margin-bottom:13px}
.experience-heading h2{font-size:28px;letter-spacing:-.9px;line-height:1.2;margin:0}
.experience-heading>p{font-size:11px;line-height:1.8;color:var(--muted);margin:0}
/* Duplicate equal-width groups produce a continuous loop without a visible jump. */
.reference-marquee{overflow:hidden;isolation:isolate;background:var(--bg);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.reference-track{display:flex;width:max-content;animation:reference-scroll 32s linear infinite;will-change:transform}
.reference-group{display:flex;align-items:center;width:clamp(1000px,100vw,1280px);flex-shrink:0}
.reference-logo{width:20%;height:132px;display:flex;justify-content:center;align-items:center;padding:18px 25px;flex-shrink:0;background:var(--bg)}
.reference-logo img{display:block;object-fit:contain;max-width:100%;height:auto;filter:grayscale(1) invert(1);mix-blend-mode:screen;opacity:.86}
.reference-salesforce{width:106px;max-height:80px}
.reference-mckinsey{width:174px;max-height:92px}
.reference-sherpany{width:165px;max-height:72px}
.reference-heise{width:110px;max-height:110px}
.reference-marquee:hover .reference-track{animation-play-state:paused}
.reference-controls{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:15px 0 22px;color:var(--muted)}
.reference-controls>span{font-family:var(--mono);font-size:7px;letter-spacing:1.1px}
.reference-context{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;border-top:1px solid var(--line);padding-top:22px}
.reference-context p{margin:0}.reference-context strong{font-size:11px;font-weight:500;color:#c7d4e5;line-height:1.6;display:block}.reference-context span{display:block;font-size:10px;color:var(--muted);line-height:1.8;margin-top:5px;max-width:220px}
@keyframes reference-scroll{to{transform:translateX(-50%)}}
@media(max-width:850px){.experience-heading{align-items:start;flex-direction:column;gap:15px}.experience-heading h2{font-size:27px}.reference-context{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}
@media(max-width:520px){.experience-strip{padding-block:38px 42px}.experience-heading h2{font-size:25px;max-width:290px}.experience-heading>p{font-size:10px}.experience-heading>p br{display:none}.reference-logo{height:114px;padding:12px 22px}.reference-salesforce{width:94px}.reference-mckinsey{width:150px}.reference-sherpany{width:143px}.reference-heise{width:100px;max-height:100px}.reference-controls>span{font-size:5.8px;letter-spacing:.6px}}
@media(prefers-reduced-motion:reduce){.reference-track{animation:none;transform:none;width:100%}.reference-group{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.reference-group[aria-hidden=true]{display:none}.reference-logo{width:100%}.reference-marquee{mask-image:none;-webkit-mask-image:none}}

.brand-case{text-transform:none;letter-spacing:normal}

.reference-enpal{width:145px;max-height:70px}
.reference-logo .reference-salesforce{filter:grayscale(1) invert(1) brightness(1.8)}

body:not(.motion-enabled) .reference-track{animation:none;width:100%;transform:none}
body:not(.motion-enabled) .reference-group{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
body:not(.motion-enabled) .reference-group[aria-hidden=true]{display:none}
body:not(.motion-enabled) .reference-logo{width:100%}
body:not(.motion-enabled) .reference-marquee{mask-image:none;-webkit-mask-image:none}

.reference-logo .reference-heise{filter:grayscale(1) contrast(1.15) invert(1) brightness(2.6)}

/* Transparent, outlined company monogram: no bitmap crop or blend effects. */
.brand-symbol{width:76px;height:31px;position:static;overflow:visible;mix-blend-mode:normal;flex-shrink:0}.brand-symbol img{display:block;position:static;width:100%;height:100%;max-width:100%;object-fit:contain;left:auto;top:auto;filter:none}
@media(max-width:520px){.brand-symbol{width:57px;height:24px}.brand-symbol img{width:100%;height:100%;left:auto;top:auto}}

/* Keep the animated system illustration consistent with the company identity. */
.workflow-hub>img{display:block;width:62px;height:25px;object-fit:contain}
@media(max-width:520px){.workflow-hub>img{width:54px;height:22px}}
