:root{--ls-blue-50:#eff6ff;--ls-blue-100:#dbeafe;--ls-blue-300:#93c5fd;--ls-blue-500:#3b82f6;--ls-blue-600:#2563eb;--ls-blue-700:#1d4ed8;--ls-blue-800:#1e40af;--ls-neutral-0:#fff;--ls-neutral-50:#f7f9fc;--ls-neutral-100:#eef2f7;--ls-neutral-300:#cbd5e1;--ls-neutral-500:#64748b;--ls-neutral-700:#334155;--ls-neutral-850:#172131;--ls-neutral-900:#0b1220;--ls-neutral-950:#070c14;--color-page:var(--ls-neutral-50);--color-surface:var(--ls-neutral-0);--color-surface-subtle:var(--ls-neutral-100);--color-surface-raised:var(--ls-neutral-0);--color-surface-inverse:var(--ls-neutral-900);--color-text:var(--ls-neutral-900);--color-text-secondary:#566579;--color-text-tertiary:var(--ls-neutral-500);--color-text-inverse:#f4f7fb;--color-border:#d7e0ea;--color-border-strong:#aebdcd;--color-primary:var(--ls-blue-600);--color-primary-hover:var(--ls-blue-700);--color-primary-strong:var(--ls-blue-800);--color-primary-soft:var(--ls-blue-50);--color-on-primary:var(--ls-neutral-0);--color-focus:var(--ls-blue-500);--font-sans:Inter, "Helvetica Neue", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:var(--font-sans);--font-button:var(--font-sans);--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--font-size-body:1rem;--line-height-body:1.6;--site-header-height:76px;--section-viewport:calc(100svh - var(--site-header-height));--content-max:1240px;--content-readable:68ch;--radius-control:3px;--radius-panel:10px;--shadow-soft:0 24px 72px #0f1f3417;--ink-950:var(--ls-neutral-950);--ink-900:var(--ls-neutral-900);--ink-800:var(--ls-neutral-850);--paper:var(--color-page);--surface:var(--color-surface);--line:var(--color-border);--line-dark:#243144;--muted:var(--color-text-secondary);--muted-dark:#a5b2c3;--blue-700:var(--ls-blue-700);--blue-600:var(--ls-blue-600);--blue-500:var(--ls-blue-500);--blue-soft:var(--color-primary-soft)}html[data-theme=dark]{--color-page:#080d15;--color-surface:#0d1520;--color-surface-subtle:#111c29;--color-surface-raised:#14202e;--color-surface-inverse:#050910;--color-text:#f1f5f9;--color-text-secondary:#a8b5c5;--color-text-tertiary:#8392a5;--color-text-inverse:#f8fafc;--color-border:#29384a;--color-border-strong:#42546a;--color-primary:#4f83ff;--color-primary-hover:#75a0ff;--color-primary-strong:#9bb9ff;--color-primary-soft:#14254a;--color-on-primary:#07101d;--color-focus:#75a0ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-page);color:var(--color-text);font-family:var(--font-sans);font-size:var(--font-size-body);line-height:var(--line-height-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0}body,button,input,select,textarea{font-family:var(--font-sans)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,select{cursor:pointer}img{max-width:100%}h1,h2,h3,h4,h5,h6,p{margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}:focus-visible{outline:2px solid var(--color-focus);outline-offset:3px}::selection{background:var(--color-primary);color:var(--color-on-primary)}.site-frame{min-height:100vh;overflow:clip}.shell{width:min(var(--content-max), calc(100% - 48px));margin:0 auto}.skip-link{z-index:1000;background:var(--ink-950);color:#fff;border-radius:8px;padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:var(--blue-700);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:22px;font-size:.73rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:22px;height:1px}.eyebrow-dark{color:#6d9dff}.button{min-height:46px;font-family:var(--font-button);letter-spacing:.065em;text-transform:uppercase;border:1px solid;border-radius:2px;justify-content:center;align-items:center;gap:10px;padding:0 19px;font-size:.71rem;font-weight:600;line-height:1;transition:border-color .16s,background-color .16s,color .16s;display:inline-flex}.button:hover{transform:none}.button-primary,.button-blue{border-color:var(--blue-600);background:var(--blue-600);color:#fff}.button-primary:hover,.button-blue:hover{border-color:var(--blue-700);background:var(--blue-700)}.button-secondary{color:var(--ink-950);background:0 0;border-color:#8e9aa6}.button-secondary:hover{border-color:var(--ink-900);background:var(--ink-900);color:#fff}.button-dark-outline{color:#eef2f5;background:0 0;border-color:#566575}.button-dark-outline:hover{color:#0b1117;background:#eef2f5;border-color:#eef2f5}.button-light{color:var(--ink-950);background:#fff;border-color:#fff}.text-link{border-bottom:1px solid var(--ink-950);align-items:center;gap:10px;padding-bottom:4px;font-weight:650;display:inline-flex}.text-link span{color:var(--blue-600)}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f7fae6;border-bottom:1px solid #dce2ead6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:76px;display:flex}.brand{flex:none;align-items:center;gap:11px;display:inline-flex}.brand-mark{background:var(--ink-950);border-radius:9px;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.brand-mark img{width:45px;max-width:none;transform:scale(1.18)}.brand-wordmark{letter-spacing:-.025em;font-size:1rem;font-weight:760}.brand-wordmark span{color:var(--blue-600)}.desktop-nav{align-items:center;gap:34px;display:flex}.desktop-nav a{color:#3a4350;font-size:.9rem;font-weight:550;position:relative}.desktop-nav a:after{background:var(--blue-600);content:"";opacity:0;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:-10px;left:0;right:0;transform:scaleX(.4)}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--ink-950)}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{opacity:1;transform:scaleX(1)}.header-actions{align-items:center;gap:18px;display:flex}.language-link{color:var(--muted);font-family:var(--font-mono);align-items:center;gap:5px;font-size:.75rem;display:inline-flex}.language-current{color:var(--ink-950);font-weight:700}.header-cta{min-height:42px;padding:0 17px;font-size:.69rem}.menu-button{border:1px solid var(--line);background:var(--surface);border-radius:2px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;display:none}.menu-button span{background:var(--ink-950);width:18px;height:1.5px;transition:transform .18s;display:block}.menu-button[aria-expanded=true] span:first-child{transform:translateY(4px)rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-navigation{display:none}.section{padding:112px 0}.section-heading{max-width:720px}.section-heading h2{letter-spacing:-.055em;max-width:760px;font-size:clamp(2.1rem,4vw,4rem);font-weight:620;line-height:1.02}.section-heading p{max-width:650px;color:var(--muted);margin-top:24px;font-size:1.05rem;line-height:1.75}.section-heading.is-centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading-row{justify-content:space-between;align-items:end;gap:32px;margin-bottom:58px;display:flex}.section-heading-row .section-heading{margin-bottom:0}.dark-section{background:var(--ink-950);color:#fff}.dark-section .section-heading p,.dark-section p{color:var(--muted-dark)}.dark-section .eyebrow{color:#6d9dff}.home-hero{background:radial-gradient(circle at 72% 20%, #075fff14, transparent 34%), var(--paper);padding:92px 0 78px;position:relative}.home-hero:after{background:var(--line);content:"";height:1px;position:absolute;bottom:0;left:0;right:0}.home-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);align-items:center;gap:72px;display:grid}.home-hero-copy h1{letter-spacing:-.07em;max-width:760px;font-size:clamp(3.2rem,6vw,5.95rem);font-weight:610;line-height:.96}.home-hero-copy>p{color:#4d5868;max-width:670px;margin-top:30px;font-size:1.12rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hero-support{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;gap:10px 20px;margin-top:48px;font-size:.7rem;display:flex}.hero-support span:not(:last-child):after{color:#acb5c2;content:"/";margin-left:20px}.operations-visual{min-height:555px;box-shadow:var(--shadow-soft);background:#ffffffd6;border:1px solid #d9e0e8;border-radius:18px;position:relative;overflow:hidden}.visual-topline,.visual-footer{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.65rem;display:flex}.visual-topline{border-bottom:1px solid var(--line);min-height:54px;padding:0 20px}.live-indicator{color:#354052;align-items:center;gap:7px;display:flex}.live-indicator:before{background:var(--blue-600);content:"";border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #075fff1f}.operations-canvas{background-image:linear-gradient(#e6ebf1 1px,#0000 1px),linear-gradient(90deg,#e6ebf1 1px,#0000 1px);background-size:38px 38px;height:440px;position:relative}.operation-node,.operation-core,.operation-result{z-index:3;border:1px solid var(--line);background:#fff;position:absolute;box-shadow:0 14px 32px #111e3214}.operation-node{border-radius:11px;grid-template-columns:34px 1fr;width:145px;padding:13px;display:grid}.operation-node strong,.operation-node small{grid-column:2}.operation-node strong{font-size:.77rem}.operation-node small{color:var(--muted);font-family:var(--font-mono);text-transform:uppercase;margin-top:2px;font-size:.57rem}.node-icon{background:var(--blue-soft);width:26px;height:26px;color:var(--blue-600);font-family:var(--font-mono);border-radius:7px;grid-row:1/3;place-items:center;font-size:.58rem;display:grid}.node-docs{top:44px;left:22px}.node-people{top:186px;left:26px}.node-systems{top:328px;left:70px}.operation-core{background:var(--ink-950);color:#fff;border-color:#075fff59;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:145px;height:145px;display:flex;top:128px;left:50%;transform:translate(-32%);box-shadow:0 22px 50px #070a0f38}.core-orbit{border:1px solid #075fff38;border-radius:50%;position:absolute;inset:-15px}.core-mark{background:var(--blue-600);border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:10px;font-size:1.1rem;font-weight:750;display:grid}.operation-core strong{font-size:.86rem}.operation-core small{color:#8e9bad;font-family:var(--font-mono);text-transform:uppercase;margin-top:3px;font-size:.53rem}.operation-result{color:#2e3846;border-radius:10px;align-items:center;gap:9px;width:150px;padding:12px;font-size:.68rem;font-weight:650;display:flex}.operation-result span{background:var(--blue-600);border-radius:50%;width:8px;height:8px}.result-workflow{top:86px;right:21px}.result-report{bottom:82px;right:30px}.connector{z-index:1;transform-origin:0;background:#075fff73;height:1px;position:absolute}.connector:after{background:var(--blue-600);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:-3px;right:-1px}.connector-a{width:160px;top:91px;left:160px;transform:rotate(24deg)}.connector-b{width:130px;top:219px;left:167px;transform:rotate(-7deg)}.connector-c{width:160px;top:361px;left:205px;transform:rotate(-48deg)}.connector-d{width:126px;top:183px;left:367px;transform:rotate(-42deg)}.connector-e{width:135px;top:250px;left:366px;transform:rotate(37deg)}.visual-footer{border-top:1px solid var(--line);min-height:61px;padding:0 20px}.visual-footer span{align-items:center;gap:6px;display:flex}.visual-footer span:before{background:var(--blue-600);content:"";border-radius:50%;width:5px;height:5px}.process-section{background:#fff}.process-section .section-heading{margin-bottom:58px}.step-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.step-card{min-height:240px;padding:30px 38px 20px 0}.step-card:not(:first-child){border-left:1px solid var(--line);padding-left:38px}.step-number,.capability-index,.service-number,.sector-index,.principle-index{color:var(--blue-600);font-family:var(--font-mono);font-size:.72rem}.step-card h3{letter-spacing:-.035em;margin-top:54px;font-size:1.45rem}.step-card p{color:var(--muted);margin-top:12px;line-height:1.7}.capabilities-section{background:var(--paper)}.capability-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,1fr);display:grid}.capability-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff73;min-height:315px;padding:34px;transition:background .18s,transform .18s;position:relative}.capability-card:hover{z-index:2;background:#fff;transform:translateY(-2px)}.capability-card h3{letter-spacing:-.045em;max-width:390px;margin-top:58px;font-size:1.75rem;font-weight:620}.capability-card p{max-width:500px;color:var(--muted);margin-top:15px;line-height:1.7}.card-arrow{border:1px solid var(--line);width:38px;height:38px;color:var(--blue-600);border-radius:50%;place-items:center;display:grid;position:absolute;top:30px;right:30px}.vynko-band,.vynko-hero{background:radial-gradient(circle at 82% 18%, #075fff2e, transparent 28%), var(--ink-950);color:#fff;position:relative;overflow:hidden}.vynko-band:before,.vynko-hero:before{content:"";background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 45%,#000);mask-image:linear-gradient(90deg,#0000,#000 45%,#000)}.vynko-band-grid{z-index:1;grid-template-columns:.88fr 1.12fr;align-items:center;gap:76px;min-height:760px;padding-top:90px;padding-bottom:90px;display:grid;position:relative}.vynko-band-copy h2,.vynko-hero-copy h1{letter-spacing:-.06em;max-width:610px;font-size:clamp(2.8rem,5vw,5rem);font-weight:580;line-height:.98}.vynko-band-copy>p,.vynko-hero-copy>p{max-width:600px;color:var(--muted-dark);margin-top:28px;font-size:1.05rem;line-height:1.75}.pill-row{flex-wrap:wrap;gap:8px;margin-top:30px;display:flex}.pill-row span,.identity-badges span{min-height:34px;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;border-radius:99px;align-items:center;padding:0 12px;font-size:.65rem;display:inline-flex}.dark-pills span{color:#b4bfce;border:1px solid #2b3544}.vynko-interface{background:#0d131c;border:1px solid #293444;border-radius:17px;position:relative;overflow:hidden;box-shadow:0 40px 100px #0000006b}.vynko-interface.is-compact{transform:perspective(1400px)rotateY(-4deg)rotateX(2deg)}.product-window-bar{color:#7f8b9d;border-bottom:1px solid #222c3a;align-items:center;gap:7px;min-height:48px;padding:0 15px;display:flex}.window-dot{background:#3d4857;border-radius:50%;width:7px;height:7px}.window-title{font-family:var(--font-mono);letter-spacing:.06em;margin-left:8px;font-size:.58rem}.product-window-body{grid-template-columns:62px 1fr;min-height:500px;display:grid}.product-sidebar{background:#090e15;border-right:1px solid #222c3a;flex-direction:column;align-items:center;gap:16px;padding:16px 0;display:flex}.sidebar-brand{background:var(--blue-600);color:#fff;border-radius:9px;place-items:center;width:32px;height:32px;margin-bottom:10px;font-weight:700;display:grid}.sidebar-item{border:1px solid #374252;border-radius:5px;width:20px;height:20px}.sidebar-item.active{border-color:var(--blue-500);background:#075fff33}.sidebar-spacer{flex:1}.sidebar-avatar{background:#273140;border-radius:50%;width:28px;height:28px}.product-main{padding:30px}.product-heading{justify-content:space-between;align-items:center;display:flex}.product-heading div{gap:5px;display:grid}.product-heading small,.product-metrics small,.workflow-card small,.activity-list small{color:#7f8b9d;font-family:var(--font-mono);letter-spacing:.06em;font-size:.57rem}.product-heading strong{font-size:1.1rem}.new-request{background:var(--blue-600);border-radius:7px;padding:9px 12px;font-size:.65rem;font-weight:650}.product-metrics{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px;display:grid}.product-metrics>div{background:#111924;border:1px solid #263140;border-radius:10px;align-content:space-between;min-height:94px;padding:14px;display:grid}.product-metrics strong{font-size:1.4rem;font-weight:550}.workflow-card{background:#111924;border:1px solid #263140;border-radius:10px;margin-top:14px;padding:17px}.workflow-card-head{justify-content:space-between;align-items:center;font-size:.74rem;font-weight:600;display:flex}.workflow-card-head small{color:#6d9dff}.workflow-track{grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;margin-top:22px;display:grid}.workflow-track i{background:#344050;height:1px}.workflow-step{justify-items:center;gap:6px;display:grid}.workflow-step span{color:#7f8b9d;width:26px;height:26px;font-family:var(--font-mono);border:1px solid #3c4858;border-radius:50%;place-items:center;font-size:.57rem;display:grid}.workflow-step.complete span,.workflow-step.current span{border-color:var(--blue-600);background:var(--blue-600);color:#fff}.workflow-step.current span{box-shadow:0 0 0 5px #075fff24}.activity-list{gap:9px;margin-top:14px;display:grid}.activity-list>div{border:1px solid #263140;border-radius:9px;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.activity-avatar{background:#2c3746;border-radius:8px;width:27px;height:27px}.activity-avatar.blue{background:#075fff40}.activity-list p{gap:2px;display:grid}.activity-list strong{font-size:.67rem}.activity-list b{color:#6d9dff;font-size:.8rem}.split-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:84px;display:grid}.intelligence-section{background:#fff}.intelligence-section .text-link{margin-top:36px}.intelligence-visual{border:1px solid var(--line);background:var(--paper);border-radius:16px;padding:24px}.intelligence-grid{grid-template-columns:1fr 110px 1fr;align-items:center;gap:24px;min-height:250px;display:grid;position:relative}.intel-card{z-index:2;border:1px solid var(--line);background:#fff;border-radius:12px;align-content:center;gap:5px;min-height:132px;padding:22px;display:grid;position:relative}.intel-card>span{color:var(--blue-600);font-family:var(--font-mono);font-size:.6rem}.intel-card strong{margin-top:12px;font-size:.9rem}.intel-card small{color:var(--muted);font-size:.68rem}.intel-pulse{z-index:3;background:var(--ink-950);color:#fff;width:84px;height:84px;font-family:var(--font-mono);border-radius:50%;place-items:center;margin:auto;font-size:.8rem;display:grid;position:relative;box-shadow:0 0 0 12px #075fff1a,0 0 0 24px #075fff0d}.intel-line{z-index:1;background:var(--blue-500);width:32%;height:1px;position:absolute;top:50%}.intel-line.left{left:29%}.intel-line.right{right:29%}.intel-command{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:35px 1fr auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.command-icon{background:var(--blue-soft);width:30px;height:30px;color:var(--blue-600);border-radius:8px;place-items:center;display:grid}.intel-command p{color:#384354;font-size:.72rem}.command-status{color:var(--blue-600);font-family:var(--font-mono);text-transform:uppercase;font-size:.56rem}.deployment-section{background:var(--paper)}.deployment-grid{grid-template-columns:.9fr 1.1fr;gap:80px;display:grid}.deployment-options{border-top:1px solid var(--line)}.deployment-options>div{border-bottom:1px solid var(--line);grid-template-columns:56px 1fr;align-items:center;min-height:76px;display:grid}.deployment-options span{color:var(--blue-600);font-family:var(--font-mono);font-size:.68rem}.deployment-options strong{font-size:1.02rem;font-weight:580}.sectors-preview{background:#fff}.sectors-preview-grid{grid-template-columns:.9fr 1.1fr;gap:80px;display:grid}.sector-link-list{border-top:1px solid var(--line)}.sector-link-list a{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr auto;align-items:center;min-height:72px;transition:color .18s,padding .18s;display:grid}.sector-link-list a:hover{color:var(--blue-600);padding-right:6px}.sector-link-list a>span:first-child{color:var(--blue-600);font-family:var(--font-mono);font-size:.65rem}.sales-cta-section{background:#fff;padding:34px 0 110px}.sales-cta{background:var(--blue-soft);border-radius:18px;grid-template-columns:1fr auto;align-items:end;gap:40px;min-height:330px;padding:64px;display:grid}.sales-cta h2{letter-spacing:-.06em;max-width:760px;font-size:clamp(2.4rem,4.5vw,4.7rem);font-weight:610;line-height:.98}.sales-cta p{max-width:580px;color:var(--muted);margin-top:22px;font-size:1.03rem}.site-footer{background:var(--ink-950);color:#fff;padding:72px 0 24px}.footer-grid{grid-template-columns:1.4fr 1fr auto;gap:80px;display:grid}.site-footer .brand-wordmark span{color:#6d9dff}.footer-brand p{max-width:380px;color:var(--muted-dark);margin-top:28px;line-height:1.7}.footer-markets{color:#707d8f;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-top:22px;font-size:.66rem;display:block}.footer-label{color:#707d8f;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:.64rem}.footer-navigation nav{gap:12px;margin-top:24px;display:grid}.footer-navigation a{color:#b7c0cd;font-size:.88rem}.footer-navigation a:hover{color:#fff}.footer-action{flex-direction:column;align-items:flex-end;gap:22px;display:flex}.footer-language{color:#7f8b9d;font-family:var(--font-mono);font-size:.68rem}.footer-bottom{color:#6f7b8c;border-top:1px solid #202936;justify-content:space-between;align-items:center;margin-top:68px;padding-top:24px;font-size:.72rem;display:flex}.page-hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 78% 22%, #075fff1a, transparent 26%), var(--paper);padding:120px 0 110px;position:relative;overflow:hidden}.page-hero:after{content:"";opacity:.7;background-image:linear-gradient(#e7ebf0 1px,#0000 1px),linear-gradient(90deg,#e7ebf0 1px,#0000 1px);background-size:48px 48px;width:34%;height:100%;position:absolute;top:0;right:5%;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.page-hero-inner{z-index:1;position:relative}.page-hero-copy{max-width:900px}.page-hero h1{letter-spacing:-.072em;font-size:clamp(3.2rem,6.6vw,6.8rem);font-weight:600;line-height:.95}.page-hero-copy>p{max-width:710px;color:var(--muted);margin-top:30px;font-size:1.12rem;line-height:1.75}.service-portfolio{background:#fff}.service-portfolio .section-heading{margin-bottom:56px}.service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.service-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:360px;padding:26px;position:relative}.service-card h2{letter-spacing:-.035em;margin-top:48px;font-size:1.28rem;font-weight:620;line-height:1.16}.service-card p{color:var(--muted);margin-top:15px;font-size:.9rem;line-height:1.65}.service-card>a{border:1px solid var(--line);width:36px;height:36px;color:var(--blue-600);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:24px;right:24px}.method-section .section-heading,.company-method .section-heading{margin-bottom:64px}.method-track{border-top:1px solid #2b3441;grid-template-columns:repeat(4,1fr);display:grid}.method-track article{min-height:240px;padding:25px 28px 10px 0}.method-track article:not(:first-child){border-left:1px solid #2b3441;padding-left:28px}.method-track article>span{color:#6d9dff;font-family:var(--font-mono);font-size:.66rem}.method-track h3{margin-top:48px;font-size:1.28rem;font-weight:560}.method-track p{color:var(--muted-dark);margin-top:12px;font-size:.9rem;line-height:1.65}.vynko-hero{padding:96px 0}.vynko-hero-grid{z-index:1;grid-template-columns:.86fr 1.14fr;align-items:center;gap:72px;display:grid;position:relative}.vynko-modular-section{background:#fff}.modular-split{align-items:start}.modular-diagram{border:1px solid var(--line);background-image:linear-gradient(#edf0f4 1px,#0000 1px),linear-gradient(90deg,#edf0f4 1px,#0000 1px);background-size:42px 42px;border-radius:16px;min-height:520px;position:relative}.modular-core{z-index:3;background:var(--ink-950);color:#fff;border-radius:50%;place-items:center;width:128px;height:128px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 18px #075fff14}.modular-core span{background:var(--blue-600);border-radius:10px;align-self:end;place-items:center;width:37px;height:37px;font-weight:700;display:grid}.modular-core strong{align-self:start;margin-top:6px;font-size:.8rem}.modular-ring{position:absolute;inset:0}.module-pill{z-index:2;border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:10px;min-width:138px;min-height:50px;padding:0 14px;font-size:.72rem;font-weight:620;display:flex;position:absolute;box-shadow:0 10px 30px #12203314}.module-pill:after{z-index:-1;content:"";background:#075fff66;height:1px;position:absolute}.module-pill span{color:var(--blue-600);font-family:var(--font-mono);font-size:.56rem}.module-1{top:60px;left:54px}.module-1:after{width:150px;top:70px;left:95px;transform:rotate(34deg)}.module-2{top:60px;right:54px}.module-2:after{width:150px;top:70px;right:95px;transform:rotate(-34deg)}.module-3{top:230px;left:25px}.module-3:after{width:145px;top:24px;left:130px}.module-4{top:230px;right:25px}.module-4:after{width:145px;top:24px;right:130px}.module-5{bottom:62px;left:65px}.module-5:after{width:150px;bottom:58px;left:88px;transform:rotate(-32deg)}.module-6{bottom:62px;right:65px}.module-6:after{width:150px;bottom:58px;right:88px;transform:rotate(32deg)}.module-list{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-top:84px;display:grid}.module-list article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:245px;padding:24px}.module-list span{color:var(--blue-600);font-family:var(--font-mono);font-size:.62rem}.module-list h3{letter-spacing:-.03em;margin-top:36px;font-size:1.14rem}.module-list p{color:var(--muted);margin-top:12px;font-size:.86rem;line-height:1.65}.adaptation-section{background:var(--blue-soft)}.adaptation-grid{grid-template-columns:.9fr 1.1fr;gap:100px;display:grid}.adaptation-grid h2{letter-spacing:-.06em;max-width:570px;font-size:clamp(2.4rem,4vw,4.4rem);font-weight:610;line-height:1}.adaptation-grid p{color:#465265;font-size:1.06rem;line-height:1.8}.flow-words{font-family:var(--font-mono);text-transform:uppercase;border-top:1px solid #c8d7f3;justify-content:space-between;align-items:center;gap:16px;margin-top:44px;padding-top:24px;font-size:.7rem;display:flex}.flow-words i{color:var(--blue-600);font-style:normal}.vynko-ai-section .intelligence-visual{background:#0d131c;border-color:#293444}.vynko-ai-section .intel-card,.vynko-ai-section .intel-command{color:#fff;background:#111924;border-color:#293444}.vynko-ai-section .intel-command p{color:#aab4c2}.identity-deployment{background:#fff}.identity-deployment-grid{grid-template-columns:1fr auto;align-items:end;gap:60px;display:grid}.identity-badges{grid-template-columns:repeat(2,max-content);gap:10px;display:grid}.identity-badges span{border:1px solid var(--line);background:var(--paper)}.sector-catalog{background:#fff}.sector-catalog-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.sector-catalog-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:360px;padding:26px;position:relative}.sector-symbol{background:var(--blue-soft);border-radius:12px;justify-content:center;align-items:center;gap:3px;width:56px;height:56px;margin-top:48px;display:flex}.sector-symbol i{background:var(--blue-600);border-radius:4px;width:7px;display:block}.sector-symbol i:first-child{height:16px}.sector-symbol i:nth-child(2){height:28px}.sector-symbol i:nth-child(3){height:21px}.sector-catalog-grid h2{letter-spacing:-.035em;margin-top:28px;font-size:1.3rem}.sector-catalog-grid p{color:var(--muted);margin-top:14px;font-size:.88rem;line-height:1.65}.sector-approach .operations-visual{box-shadow:none;background:#0d131c;border-color:#283342}.sector-approach .visual-topline,.sector-approach .visual-footer{color:#8d99aa;border-color:#263140}.sector-approach .operations-canvas{background-image:linear-gradient(#1b2430 1px,#0000 1px),linear-gradient(90deg,#1b2430 1px,#0000 1px)}.company-principle{background:#fff}.company-principle-grid{grid-template-columns:1fr 4fr;gap:50px;display:grid}.principle-index{padding-top:10px;font-size:.9rem}.company-perspective{background:var(--paper)}.company-perspective-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:86px;display:grid}.perspective-map{border:1px solid var(--line);background-image:linear-gradient(#e5eaf0 1px,#0000 1px),linear-gradient(90deg,#e5eaf0 1px,#0000 1px);background-size:42px 42px;border-radius:16px;min-height:480px;position:relative}.market-core{background:var(--ink-950);color:#fff;border-radius:50%;place-items:center;width:150px;height:150px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);box-shadow:0 0 0 18px #075fff14}.market-core img{object-fit:contain;width:68px;height:68px}.market-core span{align-self:start;font-size:.65rem;font-weight:650}.perspective-item{border:1px solid var(--line);background:#fff;border-radius:10px;place-items:center;min-width:130px;min-height:48px;font-size:.73rem;font-weight:620;display:grid;position:absolute;box-shadow:0 10px 30px #1220330f}.perspective-item:after{z-index:-1;content:"";background:#075fff6b;width:100px;height:1px;position:absolute}.perspective-item.item-1{top:60px;left:40px}.perspective-item.item-1:after{bottom:-30px;right:-90px;transform:rotate(28deg)}.perspective-item.item-2{top:60px;right:40px}.perspective-item.item-2:after{bottom:-30px;left:-90px;transform:rotate(-28deg)}.perspective-item.item-3{top:246px;left:30px}.perspective-item.item-3:after{right:-96px}.perspective-item.item-4{top:246px;right:30px}.perspective-item.item-4:after{left:-96px}.market-row{color:var(--muted);font-family:var(--font-mono);text-transform:uppercase;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;font-size:.62rem;display:grid;position:absolute;bottom:44px;left:54px;right:54px}.market-row i{background:var(--line);height:1px}.company-vynko{background:#fff}.company-vynko .text-link{margin-top:34px}.contact-section{background:#fff}.contact-grid{grid-template-columns:1.18fr .82fr;align-items:start;gap:70px;display:grid}.contact-form{border:1px solid var(--line);background:var(--paper);border-radius:16px;padding:42px}.form-heading h2{letter-spacing:-.05em;font-size:2.2rem}.form-heading p{max-width:580px;color:var(--muted);margin-top:12px;line-height:1.7}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:34px;display:grid}.form-grid label{color:#323c4a;gap:8px;font-size:.78rem;font-weight:600;display:grid}.form-grid input,.form-grid select,.form-grid textarea{width:100%;color:var(--ink-950);background:#fff;border:1px solid #cfd7e2;border-radius:9px;font-size:.9rem}.form-grid input,.form-grid select{min-height:48px;padding:0 13px}.form-grid textarea{resize:vertical;min-height:150px;padding:13px}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#8d97a6}.form-wide{grid-column:1/-1}.form-submit-row{align-items:center;gap:18px;margin-top:24px;display:flex}.form-mail-note{color:var(--muted);font-size:.72rem}.direct-email{color:var(--blue-600);font-family:var(--font-mono);border-bottom:1px solid;margin-top:18px;font-size:.72rem;display:inline-flex}.contact-context{padding-top:24px;position:sticky;top:110px}.contact-context h2{letter-spacing:-.055em;font-size:clamp(2rem,3.4vw,3.5rem);font-weight:620;line-height:1.02}.contact-context>p{color:var(--muted);margin-top:24px;line-height:1.75}.contact-topic-list{border-top:1px solid var(--line);margin-top:34px}.contact-topic-list>div{border-bottom:1px solid var(--line);grid-template-columns:44px 1fr;align-items:center;min-height:54px;font-size:.86rem;display:grid}.contact-topic-list span{color:var(--blue-600);font-family:var(--font-mono);font-size:.62rem}.contact-market-note{background:var(--blue-soft);border-radius:10px;gap:6px;margin-top:30px;padding:20px;display:grid}.contact-market-note span{color:var(--blue-700);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.6rem}.contact-market-note strong{font-size:.92rem}@media (width<=1080px){.desktop-nav{gap:20px}.home-hero-grid,.vynko-band-grid,.vynko-hero-grid{grid-template-columns:1fr 1fr;gap:44px}.home-hero-copy h1{font-size:clamp(3rem,6.3vw,5rem)}.service-grid,.sector-catalog-grid,.module-list{grid-template-columns:repeat(2,1fr)}.operations-visual{min-height:520px}.operations-canvas{transform-origin:0 0;width:113%;transform:scale(.88)}}@media (width<=900px){.shell{width:min(100% - 36px,760px)}.desktop-nav,.header-cta,.language-link{display:none}.menu-button{display:flex}.mobile-navigation{opacity:0;pointer-events:none;background:#f5f7fafa;transition:opacity .18s,transform .18s;display:block;position:fixed;inset:76px 0 0;transform:translateY(-10px)}.mobile-navigation.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-navigation-inner{align-content:start;gap:0;padding-top:32px;display:grid}.mobile-navigation-inner>a:not(.button){border-bottom:1px solid var(--line);align-items:center;min-height:62px;font-size:1.1rem;font-weight:600;display:flex}.mobile-navigation-inner .mobile-language{color:var(--blue-600);font-family:var(--font-mono);margin-top:18px;font-size:.8rem}.mobile-navigation-inner .button{margin-top:22px}.section{padding:88px 0}.home-hero{padding-top:68px}.home-hero-grid,.vynko-band-grid,.vynko-hero-grid,.split-section,.deployment-grid,.sectors-preview-grid,.adaptation-grid,.company-perspective-grid,.contact-grid{grid-template-columns:1fr}.home-hero-grid,.vynko-band-grid,.vynko-hero-grid{gap:58px}.operations-visual{max-width:640px;min-height:555px;margin:0 auto}.operations-canvas{width:100%;transform:none}.step-grid,.method-track{grid-template-columns:repeat(2,1fr)}.step-card:nth-child(3),.method-track article:nth-child(n+3){border-top:1px solid var(--line)}.method-track article:nth-child(n+3){border-top-color:#2b3441}.capability-grid{grid-template-columns:1fr}.vynko-band-grid{padding-top:86px;padding-bottom:86px}.vynko-interface.is-compact{transform:none}.sales-cta{grid-template-columns:1fr;padding:50px}.sales-cta .button{justify-self:start}.footer-grid{grid-template-columns:1.4fr 1fr;gap:50px}.footer-action{grid-column:1/-1;align-items:flex-start}.adaptation-grid,.company-perspective-grid{gap:55px}.identity-deployment-grid{grid-template-columns:1fr}.contact-context{position:static}}@media (width<=640px){.shell{width:calc(100% - 32px)}.header-inner{min-height:68px}.mobile-navigation{inset:68px 0 0}.brand-wordmark{font-size:.92rem}.home-hero-copy h1,.page-hero h1,.vynko-hero-copy h1{font-size:clamp(2.75rem,13vw,4rem)}.section-heading h2,.vynko-band-copy h2{font-size:clamp(2.1rem,10vw,3.1rem)}.section-heading-row{flex-direction:column;align-items:flex-start}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-support span:not(:last-child):after{display:none}.operations-visual{min-height:465px}.operations-canvas{background-size:30px 30px;height:355px}.operation-node{grid-template-columns:28px 1fr;width:119px;padding:9px}.operation-node strong{font-size:.65rem}.operation-node small{font-size:.48rem}.node-icon{width:22px;height:22px}.node-docs{top:30px;left:13px}.node-people{top:145px;left:13px}.node-systems{top:274px;left:28px}.operation-core{width:108px;height:108px;top:105px;transform:translate(-27%)}.core-mark{width:34px;height:34px;margin-bottom:5px}.operation-result{width:122px;padding:9px;font-size:.56rem}.result-workflow{top:50px;right:9px}.result-report{bottom:52px;right:9px}.connector-a{width:102px;top:68px;left:126px}.connector-b{width:100px;top:172px;left:126px}.connector-c{width:115px;top:297px;left:137px}.connector-d{width:84px;top:151px;left:257px}.connector-e{width:85px;top:195px;left:257px}.visual-footer{grid-template-columns:repeat(2,1fr);gap:8px;padding-top:12px;padding-bottom:12px;display:grid}.step-grid,.method-track,.service-grid,.sector-catalog-grid,.module-list,.footer-grid,.capability-grid{grid-template-columns:1fr}.step-card,.step-card:not(:first-child),.method-track article,.method-track article:not(:first-child){border-left:0;border-top:1px solid var(--line);min-height:auto;padding:28px 0}.method-track article,.method-track article:not(:first-child){border-top-color:#2b3441}.step-card h3,.method-track h3{margin-top:24px}.capability-card{min-height:285px;padding:26px}.product-window-body{grid-template-columns:45px 1fr}.product-main{padding:18px}.product-sidebar{gap:12px}.sidebar-brand{width:28px;height:28px}.product-heading strong{font-size:.88rem}.new-request{padding:7px 8px}.product-metrics>div{min-height:80px;padding:9px}.product-metrics strong{font-size:1.1rem}.workflow-step small{display:none}.activity-list>div{grid-template-columns:24px 1fr auto;padding:9px}.activity-avatar{width:23px;height:23px}.intelligence-grid{grid-template-columns:1fr;min-height:auto}.intel-line{display:none}.intel-pulse{width:68px;height:68px}.intel-command{grid-template-columns:32px 1fr}.command-status{grid-column:2}.sales-cta{min-height:360px;padding:38px 28px}.sales-cta .button{width:100%}.footer-grid{gap:42px}.footer-action{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.page-hero{padding:90px 0 84px}.service-card,.sector-catalog-grid article{min-height:320px}.modular-diagram{min-height:590px}.module-pill{min-width:122px;font-size:.62rem}.module-1{top:35px;left:22px}.module-2{top:35px;right:22px}.module-3{top:210px;left:10px}.module-4{top:210px;right:10px}.module-5{bottom:40px;left:22px}.module-6{bottom:40px;right:22px}.module-pill:after{display:none}.adaptation-grid{gap:44px}.flow-words{flex-direction:column;align-items:flex-start}.flow-words i{transform:rotate(90deg)}.identity-badges{grid-template-columns:1fr}.identity-badges span{justify-content:center}.company-principle-grid{grid-template-columns:1fr}.perspective-map{min-height:570px}.perspective-item{min-width:120px}.perspective-item.item-1{top:38px;left:18px}.perspective-item.item-2{top:38px;right:18px}.perspective-item.item-3{top:312px;left:18px}.perspective-item.item-4{top:312px;right:18px}.perspective-item:after{display:none}.market-row{bottom:34px;left:20px;right:20px}.contact-form{padding:28px 20px}.form-grid{grid-template-columns:1fr}.form-wide{grid-column:auto}.form-submit-row{flex-direction:column;align-items:stretch}.form-submit-row .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.home-coverage.home-coverage--split{background:#eef2f6;align-items:center;min-height:calc(100svh - 76px);padding:clamp(20px,3svh,32px) 0;display:grid}.coverage-split{--coverage-split-position:50%;grid-template-columns:var(--coverage-split-position) calc(100% - var(--coverage-split-position));background:#fff;border:1px solid #cfd7df;border-radius:12px;transition:grid-template-columns .24s cubic-bezier(.22,1,.36,1);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 64px #12203017}.coverage-split__panel{isolation:isolate;min-width:0;height:clamp(560px,100svh - 136px,680px);position:relative;overflow:hidden}.coverage-split__panel:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(#fbfcfd 0% 35%,#fbfcfde6 48%,#fbfcfd00 74%);position:absolute;inset:0}.coverage-split__panel--light{color:#090d12;background:#fbfcfd}.coverage-split__panel--dark{color:#f2f5f7;background:#07111d}.coverage-split__panel--dark:after{background:linear-gradient(#07111d 0% 35%,#07111de8 48%,#07111d00 74%)}.coverage-split__content{z-index:3;width:100%;max-width:660px;padding:clamp(38px,4vw,54px) clamp(32px,4.2vw,56px) 40px;position:relative}.coverage-split__eyebrow{color:var(--blue-600);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:0;font-size:.62rem;font-weight:700;line-height:1.4;display:inline-flex}.coverage-split__eyebrow:before{display:none}.coverage-split__panel--dark .coverage-split__eyebrow{color:#77a7cd}.coverage-split__title{letter-spacing:-.052em;max-width:100%;margin-top:17px;font-size:clamp(2.05rem,2.6vw,2.9rem);font-weight:560;line-height:1.01}.coverage-split__title-line{white-space:nowrap;display:block}.coverage-split__description{color:#596573;max-width:50ch;margin-top:16px;font-size:.88rem;line-height:1.52}.coverage-split__panel--dark .coverage-split__description{color:#aeb9c5}.coverage-split__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:21px 0 0;padding:0;list-style:none;display:grid}.coverage-split__item{color:#18212b;align-items:center;gap:8px;min-width:0;font-size:.75rem;font-weight:620;line-height:1.35;display:flex}.coverage-split__list--deployment{gap:10px}.coverage-split__list--deployment .coverage-split__item{color:#e3e9ee;border:1px solid #2b3d50;min-height:38px;padding:7px 12px}.coverage-split__icon.icon-glyph{color:#23649a;background:0 0;border:0;width:20px;height:20px}.coverage-split__panel--dark .coverage-split__icon.icon-glyph{color:#4f94cd}.coverage-split__action{color:#fff;background:#1f5d90;border-color:#1f5d90;min-height:42px;margin-top:22px}.coverage-split__action:hover,html[data-theme=dark] .coverage-split__action:hover{color:#fff;background:#17486f;border-color:#17486f}html[data-theme=dark] .coverage-split__action{color:#fff;background:#1f5d90;border-color:#1f5d90}.coverage-split__asset{z-index:1;object-fit:cover;pointer-events:none;width:100%;height:62%;transition:opacity .5s,transform .7s cubic-bezier(.22,1,.36,1),filter .5s;position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#0000002e 15%,#000 48%);mask-image:linear-gradient(#0000 0%,#0000002e 15%,#000 48%)}.coverage-split__asset--light{opacity:.72;object-position:center 64%;mix-blend-mode:multiply;filter:saturate(.72)contrast(1.02)}.coverage-split__asset--dark{opacity:.84;object-position:center 55%;mix-blend-mode:screen;filter:saturate(.85)contrast(1.02);height:64%}.coverage-split__blend{top:0;bottom:0;left:var(--coverage-split-position);z-index:6;filter:blur(8px);pointer-events:none;background:linear-gradient(90deg,#fbfcfd00 0%,#fbfcfd57 30%,#2d6fa340 49%,#07111d52 70%,#07111d00 100%);width:clamp(84px,9vw,132px);transition:left .24s cubic-bezier(.22,1,.36,1);position:absolute;transform:translate(-50%)}@media (hover:hover) and (pointer:fine){.coverage-split__panel:hover .coverage-split__asset{opacity:.94;transform:translateY(-6px)scale(1.025)}.coverage-split__panel--light:hover .coverage-split__asset{filter:saturate(.86)contrast(1.04)}.coverage-split__panel--dark:hover .coverage-split__asset{filter:saturate()contrast(1.05)}}html[data-theme=dark] .home-coverage.home-coverage--split{background:#0a0f14}html[data-theme=dark] .coverage-split{border-color:#303a44;box-shadow:0 28px 72px #0000004d}html[data-theme=dark] .coverage-split__panel--light{color:#090d12;background:#fbfcfd}html[data-theme=dark] .coverage-split__panel--light .coverage-split__description{color:#596573}html[data-theme=dark] .coverage-split__panel--light .coverage-split__item{color:#18212b}@media (width<=1100px){.coverage-split__content{padding:38px 30px 34px}.coverage-split__title{font-size:clamp(2rem,3.5vw,2.35rem)}.coverage-split__description{font-size:.84rem}.coverage-split__list{column-gap:14px}.coverage-split__item{font-size:.69rem}}@media (width<=900px){.home-coverage.home-coverage--split{min-height:auto;padding:34px 0}.coverage-split{border-radius:10px;grid-template-columns:1fr;transition:none}.coverage-split__panel{height:620px}.coverage-split__panel+.coverage-split__panel{border-top:1px solid #243341}.coverage-split__blend{display:none}.coverage-split__title{max-width:100%}.coverage-split__asset--light,.coverage-split__asset--dark{height:54%}}@media (width<=520px){.coverage-split__panel{height:620px}.coverage-split__content{padding:32px 22px 28px}.coverage-split__title{margin-top:14px;font-size:clamp(1.78rem,8.2vw,2.15rem)}.coverage-split__description{margin-top:13px;font-size:.79rem;line-height:1.46}.coverage-split__list{gap:8px 10px;margin-top:18px}.coverage-split__item{font-size:.63rem}.coverage-split__list--deployment .coverage-split__item{min-height:38px;padding:7px 9px}.coverage-split__action{white-space:normal;max-width:100%;margin-top:18px;padding-left:14px;padding-right:14px}.coverage-split__asset{height:51%}}@media (width<=390px){.coverage-split__panel{height:640px}.coverage-split__content{padding-left:18px;padding-right:18px}.coverage-split__title{font-size:clamp(1.66rem,8.5vw,1.95rem)}}@media (prefers-reduced-motion:reduce){.coverage-split,.coverage-split__asset,.coverage-split__blend{transition:none}}.home-coverage__container{gap:clamp(18px,2.2vw,32px)}.home-coverage__card{isolation:isolate;background:#f9fbfd;border-color:#bdc9d8;border-radius:18px;box-shadow:0 24px 70px #1421331f}.home-coverage__card--deployment{color:#fff;background:#0a121d;border-color:#25364d;box-shadow:0 24px 70px #050c163d}.home-coverage__card--deployment .home-coverage__title{color:#fff}.home-coverage__card--deployment .home-coverage__description,.home-coverage__card--deployment .home-coverage__note{color:#9eacbd}.home-coverage__card--deployment .home-coverage__eyebrow,.home-coverage__card--deployment .home-coverage__link{color:#8fb1ff}.home-coverage__card--deployment .home-coverage__list{border-color:#42516a}.home-coverage__card--deployment .home-coverage__item{color:#e2e8f0;border-color:#27364a}.home-coverage__body{min-height:480px;padding:clamp(32px,3.5vw,48px) clamp(28px,3.5vw,46px) 30px}.home-coverage__media{aspect-ratio:16/8.7;background:#07101b;border:1px solid #4056756b;border-radius:13px;min-height:260px;margin:0 clamp(14px,1.5vw,20px) clamp(14px,1.5vw,20px);box-shadow:inset 0 0 0 1px #ffffff06,0 18px 36px #08111d29}.home-coverage__media:before{z-index:3;border-radius:inherit;content:"";opacity:0;pointer-events:none;background:linear-gradient(115deg,#0000 30%,#7da6ff29 48%,#0000 66%);transition:opacity .36s,transform .76s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:translate(-35%)}@media (hover:hover) and (pointer:fine){.home-coverage__card:hover{transform:translateY(-4px)}.home-coverage__card--sectors:hover .home-coverage__image{filter:saturate(1.08)contrast(1.1);transform:scale(1.09)translate(1.4%,-1%)}.home-coverage__card--deployment:hover .home-coverage__image{filter:saturate(1.12)contrast(1.12);transform:scale(1.09)translate(-1.4%,-1%)}.home-coverage__card:hover .home-coverage__media:before{opacity:1;transform:translate(35%)}}.page-hero--panel{color:#fff;background:radial-gradient(circle at 75% 20%,#075fff38,#0000 32%),#07101a;border-color:#213149;min-height:620px;padding:clamp(78px,7vw,104px) 0}.page-hero--panel .page-hero__inner{grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:center;gap:clamp(50px,6vw,92px);display:grid}.page-hero--panel .page-hero__content{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-left:0;padding:0 clamp(12px,2vw,28px) 0 0}.page-hero--panel .page-hero__title{color:#fff}.page-hero--panel .page-hero__description{color:#aab7c7}.page-hero--panel .page-hero__eyebrow{color:#8eb1ff}.page-hero--panel .page-hero__media{z-index:1;background:#050b13;border:1px solid #7097eb66;border-radius:18px;min-height:420px;position:relative;inset:auto;overflow:hidden;box-shadow:0 28px 70px #00000057,inset 0 0 0 1px #ffffff06;-webkit-mask-image:none;mask-image:none}.page-hero--panel .page-hero__media:after{background:linear-gradient(#02070d05,#02070d3d)}.page-hero--sectors .page-hero__media-grid,.page-hero--company .page-hero__media-grid{mix-blend-mode:screen;opacity:.36}.page-hero--company .page-hero__media-node{display:none}.company-hero-block{z-index:1;perspective:1100px;transform-style:preserve-3d;position:absolute;inset:0;overflow:hidden}.company-hero-block:after{z-index:0;filter:blur(38px);content:"";background:#075fff52;border-radius:50%;width:48%;height:18%;position:absolute;bottom:9%;right:9%}.company-hero-block__plane{width:540px;height:350px;transform-style:preserve-3d;background-image:linear-gradient(#6091ff1c 1px,#0000 1px),linear-gradient(90deg,#6091ff1c 1px,#0000 1px);background-position:0 0;background-size:34px 34px;border:1px solid #6091ff38;animation:12s linear infinite ls-company-plane;position:absolute;top:54%;left:52%;transform:translate(-50%,-50%)rotateX(62deg)rotate(-34deg)}.company-hero-block__axis{z-index:1;transform-origin:0;background:linear-gradient(90deg,#0000,#5d8fffc2,#0000);position:absolute;top:51%;left:50%;box-shadow:0 0 14px #5d8fff61}.company-hero-block__axis--x{width:76%;height:1px;transform:translate(-50%)rotate(-18deg)}.company-hero-block__axis--y{width:65%;height:1px;transform:translate(-50%)rotate(63deg)}.company-hero-block__stack{z-index:3;width:300px;height:230px;transform-style:preserve-3d;animation:6.4s ease-in-out infinite ls-company-stack;position:absolute;top:50%;left:54%;transform:translate(-50%,-50%)}.company-hero-block__layer{width:270px;height:165px;transform-style:preserve-3d;background:#0a1626e0;border:1px solid #5c8cf685;position:absolute;top:58%;left:50%;box-shadow:0 18px 38px #00000052}.company-hero-block__layer--back{transform:translate(-50%,-50%)rotateX(61deg)rotate(-34deg)translateZ(-58px)}.company-hero-block__layer--mid{background:#0a1e3aeb;border-color:#6499ffb8;width:230px;height:140px;transform:translate(-50%,-50%)rotateX(61deg)rotate(-34deg)translateZ(-26px)}.company-hero-block__cube{width:166px;height:132px;transform-style:preserve-3d;position:absolute;top:46%;left:52%;transform:translate(-50%,-50%)rotateX(-15deg)rotateY(-31deg)}.company-hero-block__face{backface-visibility:hidden;border:1px solid #8bb0ffb8;display:grid;position:absolute;inset:0}.company-hero-block__face--front{color:#fff;background:linear-gradient(145deg,#0a68ff,#0646bc);align-content:center;justify-items:center;gap:8px;transform:translateZ(64px);box-shadow:inset 0 0 34px #ffffff14,0 0 36px #075fff57}.company-hero-block__face--front b{letter-spacing:-.08em;font-size:2.4rem}.company-hero-block__face--front small{color:#ffffffb8;font-family:var(--font-mono);letter-spacing:.12em;font-size:.52rem}.company-hero-block__face--side{background:#09234c;grid-template-columns:repeat(4,1fr);align-items:end;gap:9px;padding:26px 22px;transform:rotateY(90deg)translateZ(83px)}.company-hero-block__face--side i{height:var(--bar-height,52%);background:#6c9cff;animation:1.9s ease-in-out infinite ls-bar-signal;box-shadow:0 0 12px #6c9cff94}.company-hero-block__face--side i:nth-child(2){--bar-height:78%;animation-delay:-.45s}.company-hero-block__face--side i:nth-child(3){--bar-height:62%;animation-delay:-.9s}.company-hero-block__face--side i:nth-child(4){--bar-height:88%;animation-delay:-1.35s}.company-hero-block__face--top{background:#174d9f;grid-template-columns:repeat(3,1fr);gap:13px;padding:28px;transform:rotateX(90deg)translateZ(66px)}.company-hero-block__face--top i{background:#ffffff1a;border:1px solid #ffffff61}.company-hero-block__node{z-index:5;color:#a8c2ff;font-family:var(--font-mono);letter-spacing:.08em;background:#070f1ae0;border:1px solid #6595ff70;align-items:center;gap:7px;padding:8px 10px;font-size:.54rem;animation:5.4s ease-in-out infinite ls-company-node;display:inline-flex;position:absolute;box-shadow:0 12px 24px #00000038}.company-hero-block__node i{background:#6f9dff;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 5px #6f9dff1f,0 0 16px #6f9dff9e}.company-hero-block__node--a{top:18%;left:9%}.company-hero-block__node--b{animation-delay:-1.8s;top:23%;right:8%}.company-hero-block__node--c{animation-delay:-3.6s;bottom:14%;right:14%}.modular-diagram{background-color:#07101a;background-image:linear-gradient(#6695ff12 1px,#0000 1px),linear-gradient(90deg,#6695ff12 1px,#0000 1px);border-color:#25344a;min-height:520px;overflow:hidden;box-shadow:0 26px 62px #12203329}.modular-ring:before{display:none}.modular-orbits{z-index:1;pointer-events:none;position:absolute;inset:0}.modular-orbit{aspect-ratio:1;border-top:1px solid #7aa6fff5;border-bottom:1px solid #6b99ff2e;border-left:1px solid #6b99ff2e;border-right:1px dashed #6b99ff2e;border-radius:50%;position:absolute;top:50%;left:50%;box-shadow:inset 0 0 22px #075fff06}.modular-orbit i{background:#80a8ff;border-radius:50%;width:8px;height:8px;position:absolute;top:-4px;left:50%;box-shadow:0 0 0 6px #6091ff1f,0 0 22px #6091ffe6}.modular-orbit--outer{width:min(72%,370px);animation:18s linear infinite ls-modular-orbit-cw}.modular-orbit--middle{border-left-style:dashed;width:min(54%,278px);animation:12s linear infinite ls-modular-orbit-ccw}.modular-orbit--inner{border-bottom-style:dashed;width:min(37%,190px);animation:8s linear infinite ls-modular-orbit-cw}.modular-core{background:linear-gradient(145deg,#0a68ff,#0649c8);border:1px solid #fff3;width:134px;height:134px;box-shadow:0 0 0 18px #075fff1a,0 0 52px #075fff52}.modular-core small{color:#ffffffa8;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;align-self:start;margin-top:-3px;font-size:.48rem}.module-pill{color:#e3eaf4;background:#0d1826f5;border-color:#33435a;animation:9s ease-in-out infinite ls-module-activate;box-shadow:0 14px 34px #0000004d}.module-pill:nth-child(2){animation-delay:1.5s}.module-pill:nth-child(3){animation-delay:3s}.module-pill:nth-child(4){animation-delay:4.5s}.module-pill:nth-child(5){animation-delay:6s}.module-pill:nth-child(6){animation-delay:7.5s}.module-pill:after{z-index:-1;background:linear-gradient(90deg,#075fff14,#74a0ffeb,#075fff14)}.vynko-modular-section .module-list{background:var(--line);border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:62px}.vynko-modular-section .module-card{background:#fff;border:0;min-height:0;padding:25px 24px 22px}.vynko-modular-section .module-card__title{margin-top:20px;font-size:1.05rem}.vynko-modular-section .module-card__description{min-height:4.5em;margin-top:9px;font-size:.8rem;line-height:1.5}.module-card__signals{flex-wrap:wrap;gap:6px;margin:18px 0 0;padding:0;list-style:none;display:flex}.module-card__signals li{color:#4d5d71;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;background:#f5f8fc;border:1px solid #d8e1ed;padding:6px 8px;font-size:.52rem}.module-list.is-in-view .module-card{animation:.56s cubic-bezier(.22,1,.36,1) both ls-compact-card-in}.module-list.is-in-view .module-card:nth-child(2){animation-delay:70ms}.module-list.is-in-view .module-card:nth-child(3){animation-delay:.14s}.module-list.is-in-view .module-card:nth-child(4){animation-delay:.21s}.module-list.is-in-view .module-card:nth-child(5){animation-delay:.28s}.module-list.is-in-view .module-card:nth-child(6){animation-delay:.35s}.identity-deployment{background:radial-gradient(circle at 82% 34%,#075fff29,#0000 34%),#07101a;position:relative;overflow:hidden}.identity-deployment-grid{grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr);align-items:center;gap:clamp(54px,7vw,104px)}.identity-deployment .section-heading__title{color:#fff}.identity-deployment .section-heading__description{color:#9eacbd}.identity-deployment .section-heading__eyebrow{color:#8fb1ff}.identity-deployment .identity-badges{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:34px}.identity-deployment .deployment-list__item{color:#dce5f1;background:#0d1826e6;border-color:#2b3b51}.identity-deployment .deployment-list__item .icon-glyph{color:#82a8ff}.deployment-leadership{background:#050a12;border:1px solid #6e97f06b;border-radius:18px;min-height:470px;margin:0;position:relative;overflow:hidden;box-shadow:0 30px 74px #00000052}.deployment-leadership:after{z-index:1;content:"";background:linear-gradient(90deg,#0409109e 0%,#0409101a 58%,#04091014),linear-gradient(#0000 54%,#03080ee0);position:absolute;inset:0}.deployment-leadership img{object-fit:cover;object-position:center;filter:saturate(.88)contrast(1.07);width:100%;height:100%;min-height:470px;transition:filter .5s,transform .9s cubic-bezier(.22,1,.36,1);animation:14s ease-in-out infinite alternate ls-image-breathe;transform:scale(1.025)}.deployment-leadership__grid{z-index:2;mix-blend-mode:screen;pointer-events:none;background-image:linear-gradient(#6d9aff14 1px,#0000 1px),linear-gradient(90deg,#6d9aff14 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.deployment-leadership__status{z-index:3;color:#b8cbf7;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040a12b8;border:1px solid #75a1ff57;align-items:center;gap:8px;padding:8px 10px;font-size:.55rem;display:inline-flex;position:absolute;top:18px;left:18px}.deployment-leadership__status i{background:#75a0ff;border-radius:50%;width:6px;height:6px;animation:2.8s ease-in-out infinite ls-signal-pulse;box-shadow:0 0 0 5px #75a0ff1f}.deployment-leadership figcaption{z-index:3;color:#fff;gap:7px;display:grid;position:absolute;bottom:20px;left:22px;right:22px}.deployment-leadership figcaption span{color:#8fb1ff;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.56rem}.deployment-leadership figcaption strong{letter-spacing:-.02em;font-size:clamp(.92rem,1.5vw,1.12rem);font-weight:560}@media (hover:hover) and (pointer:fine){.deployment-leadership:hover img{filter:saturate(1.02)contrast(1.1);transform:scale(1.065)translate(-.8%,-.5%)}}.sector-catalog{padding:clamp(72px,7vw,92px) 0}.sector-catalog .section-heading{margin-bottom:36px}.sector-catalog-grid{background:var(--line);border:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px}.sector-catalog-grid .sector-grid__item{background:#fff;border:0;min-height:232px;padding:22px 21px}.sector-catalog-grid .sector-grid__icon{width:44px;height:44px;margin-top:22px}.sector-catalog-grid .sector-grid__title{margin-top:18px;font-size:1.08rem}.sector-catalog-grid .sector-grid__description{margin-top:9px;font-size:.78rem;line-height:1.48}.sector-catalog-grid.is-in-view .sector-grid__item{animation:.56s cubic-bezier(.22,1,.36,1) both ls-compact-card-in}.sector-catalog-grid.is-in-view .sector-grid__item:nth-child(2){animation-delay:60ms}.sector-catalog-grid.is-in-view .sector-grid__item:nth-child(3){animation-delay:.12s}.sector-catalog-grid.is-in-view .sector-grid__item:nth-child(4){animation-delay:.18s}.sector-catalog-grid.is-in-view .sector-grid__item:nth-child(5){animation-delay:.24s}.sector-catalog-grid.is-in-view .sector-grid__item:nth-child(6){animation-delay:.3s}.sector-catalog-grid.is-in-view .sector-grid__item:nth-child(7){animation-delay:.36s}.sector-catalog-grid.is-in-view .sector-grid__item:nth-child(8){animation-delay:.42s}.operations-cycle{border-top:1px solid #263140;border-bottom:1px solid #263140;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.operations-cycle__step{color:#6f7d90;background:#0a121deb;gap:5px;min-width:0;padding:15px 14px 16px;animation:9s ease-in-out infinite ls-method-step;display:grid;position:relative}.operations-cycle__step+.operations-cycle__step{border-left:1px solid #263140}.operations-cycle__step:nth-child(2){animation-delay:3s}.operations-cycle__step:nth-child(3){animation-delay:6s}.operations-cycle__index{color:#6f9dff;font-family:var(--font-mono);font-size:.54rem;font-style:normal}.operations-cycle__title{color:#dce5f1;font-size:.78rem;font-weight:660}.operations-cycle__description{text-overflow:ellipsis;font-size:.62rem;line-height:1.35;overflow:hidden}.sector-approach .operation-node,.sector-approach .operation-result{animation:9s ease-in-out infinite ls-operation-stage}.sector-approach .operation-core{animation:9s ease-in-out 3s infinite ls-operation-core-stage}.sector-approach .operation-result{animation-delay:6s}.sector-approach .connector{height:2px;box-shadow:0 0 9px #5b8cff42}[data-motion]:not(.is-in-view) .modular-orbit,[data-motion]:not(.is-in-view) .company-hero-block__plane,[data-motion]:not(.is-in-view) .company-hero-block__stack,[data-motion]:not(.is-in-view) .company-hero-block__face--side i,[data-motion]:not(.is-in-view) .company-hero-block__node,[data-motion]:not(.is-in-view) .deployment-leadership__status i,[data-motion]:not(.is-in-view) .deployment-leadership img,[data-motion]:not(.is-in-view) .operations-cycle__step{animation-play-state:paused}@keyframes ls-modular-orbit-cw{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes ls-modular-orbit-ccw{0%{transform:translate(-50%,-50%)rotate(360deg)}to{transform:translate(-50%,-50%)rotate(0)}}@keyframes ls-module-activate{0%,13%,to{border-color:#33435a;transform:translateY(0)scale(1);box-shadow:0 14px 34px #0000004d}5%,9%{border-color:#6d9cff;transform:translateY(-3px)scale(1.018);box-shadow:0 14px 34px #0000004d,0 0 0 1px #6d9cff38,0 0 24px #075fff33}}@keyframes ls-compact-card-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes ls-company-plane{0%{background-position:0 0}to{background-position:68px 68px}}@keyframes ls-company-stack{0%,to{translate:0}50%{translate:0 -8px}}@keyframes ls-company-node{0%,to{opacity:.72;border-color:#6595ff57;transform:translateY(0)}50%{opacity:1;border-color:#7ba6ffc2;transform:translateY(-3px)}}@keyframes ls-method-step{0%,30%{color:#aebdd0;background:#112239fa;box-shadow:inset 0 -2px #6f9dff}34%,to{color:#6f7d90;background:#0a121deb;box-shadow:inset 0 -2px #0000}}@keyframes ls-operation-stage{0%,30%{filter:brightness(1.08);border-color:#6795f3;box-shadow:0 0 0 1px #6795f32e,0 0 24px #075fff2e}34%,to{box-shadow:none;filter:brightness(.86);border-color:#2f3b4b}}@keyframes ls-operation-core-stage{0%,30%{filter:brightness(1.12);border-color:#86abff;box-shadow:0 0 0 18px #075fff1f,0 0 46px #075fff57}34%,to{filter:brightness(.92);border-color:#3a67c7;box-shadow:0 0 0 13px #075fff12}}@media (width<=1100px){.page-hero--panel .page-hero__inner{grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr);gap:42px}.identity-deployment-grid{grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:48px}.sector-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.home-coverage__body{min-height:0}.page-hero--panel .page-hero__inner,.identity-deployment-grid{grid-template-columns:1fr}.page-hero--panel .page-hero__media{min-height:390px}.vynko-modular-section .module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.deployment-leadership,.deployment-leadership img{min-height:440px}}@media (width<=640px){.home-coverage{padding:58px 0}.home-coverage__media{min-height:0;margin:0 12px 12px}.page-hero--panel{min-height:0;padding:64px 0}.page-hero--panel .page-hero__inner{gap:34px}.page-hero--panel .page-hero__content{background:0 0;padding:0}.page-hero--panel .page-hero__media{aspect-ratio:16/10;opacity:1;min-height:0;inset:auto}.page-hero--panel .page-hero__media:after{background:linear-gradient(#02070d05,#02070d38)}.page-hero--sectors .page-hero__image{filter:saturate(1.08)contrast(1.14);opacity:1}.company-hero-block__stack{left:52%;scale:.78}.company-hero-block__plane{width:430px;height:280px}.company-hero-block__node--a{top:12%;left:5%}.company-hero-block__node--b{top:16%;right:5%}.company-hero-block__node--c{bottom:10%;right:7%}.modular-diagram{min-height:520px}.modular-orbit--outer{width:min(74%,300px)}.modular-orbit--middle{width:min(56%,230px)}.modular-orbit--inner{width:min(39%,160px)}.modular-core{width:116px;height:116px}.vynko-modular-section .module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.vynko-modular-section .module-card{padding:20px 16px 18px}.vynko-modular-section .module-card__description{min-height:0;font-size:.75rem}.module-card__signals{gap:4px;margin-top:14px}.module-card__signals li{padding:5px 6px;font-size:.47rem}.identity-deployment .identity-badges{grid-template-columns:1fr 1fr}.deployment-leadership,.deployment-leadership img{min-height:380px}.sector-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sector-catalog-grid .sector-grid__item{min-height:205px;padding:18px 15px}.sector-catalog-grid .sector-grid__icon{width:38px;height:38px;margin-top:17px}.sector-catalog-grid .sector-grid__title{margin-top:14px;font-size:.96rem}.sector-catalog-grid .sector-grid__description{font-size:.72rem}.operations-cycle{grid-template-columns:1fr}.operations-cycle__step{grid-template-columns:28px 86px 1fr;align-items:center;gap:8px;padding:12px 14px}.operations-cycle__step+.operations-cycle__step{border-top:1px solid #263140;border-left:0}}@media (width<=359px){.vynko-modular-section .module-list,.sector-catalog-grid{grid-template-columns:1fr}.sector-catalog-grid .sector-grid__item{min-height:0}}@media (prefers-reduced-motion:reduce){.company-hero-block__plane,.company-hero-block__stack,.company-hero-block__face--side i,.company-hero-block__node,.modular-orbit,.module-pill,.module-list.is-in-view .module-card,.sector-catalog-grid.is-in-view .sector-grid__item,.deployment-leadership img,.deployment-leadership__status i,.operations-cycle__step,.sector-approach .operation-node,.sector-approach .operation-result,.sector-approach .operation-core{transition:none!important;animation:none!important}.home-coverage__media:before{display:none}}html{scroll-padding-top:88px;scroll-snap-type:none!important}.site-frame{overflow:clip visible}.button--primary,.button--secondary,.button--inverse{min-height:46px}.site-header__cta{min-height:42px}.brand__mark{flex:none}.brand__accent{color:var(--blue-600)}.site-header__mobile-nav{overscroll-behavior:contain;background:var(--paper);height:calc(100dvh - 76px);max-height:none;overflow-y:auto}.site-header__mobile-nav-inner{padding-bottom:max(28px, env(safe-area-inset-bottom))}.home-hero,.home-solutions,.home-process,.home-coverage,.home-contact,.home-vynko{scroll-margin-top:88px;position:relative}.home-hero{background:#f7f9fc;padding:clamp(72px,7vw,108px) 0 clamp(72px,7vw,96px)}.home-hero__container{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(44px,5vw,72px);display:grid}.home-hero__content{max-width:610px;animation:.42s cubic-bezier(.22,1,.36,1) both home-enter}.home-hero__eyebrow,.section-intro__eyebrow,.home-vynko__eyebrow,.home-coverage__eyebrow,.home-contact__eyebrow{color:var(--blue-700);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:20px;font-size:.72rem;font-weight:700;line-height:1.45;display:inline-flex}.home-hero__eyebrow:before,.section-intro__eyebrow:before,.home-vynko__eyebrow:before,.home-coverage__eyebrow:before,.home-contact__eyebrow:before{content:"";background:currentColor;flex:none;width:22px;height:2px}.home-hero__title{letter-spacing:-.052em;overflow-wrap:normal;text-wrap:balance;word-break:normal;max-width:20ch;font-size:clamp(2.8rem,3.9vw,3.5rem);font-weight:610;line-height:1.02}.home-hero__description{color:#4d596a;max-width:650px;margin-top:26px;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.7}.home-hero__actions,.home-vynko__actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.home-hero__support{color:#637083;max-width:620px;margin-top:30px;font-size:.82rem;font-weight:560;line-height:1.65}.home-hero__visual{background:#f7f9fc;border:1px solid #cfd7e2;min-width:0;margin:0;animation:.52s cubic-bezier(.22,1,.36,1) 70ms both home-enter;overflow:hidden;box-shadow:0 30px 84px #12233e13}.home-vynko__image{object-fit:cover;width:100%;height:100%;display:block}.home-proof{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.home-proof__list{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.home-proof__item{border-right:1px solid var(--line);color:#354052;align-items:center;min-height:82px;padding:20px 24px 20px 38px;font-size:.83rem;font-weight:620;line-height:1.45;display:flex;position:relative}.home-proof__item:last-child{border-right:0}.home-proof__item:before{background:var(--blue-600);content:"";width:7px;height:7px;position:absolute;left:18px}.home-proof__item:first-child:before{left:0}.home-solutions,.home-process,.home-coverage{padding:clamp(80px,8vw,112px) 0}.home-solutions{background:#fff}.section-intro{max-width:800px;margin-bottom:52px}.section-intro--split{grid-template-columns:minmax(0,1.12fr) minmax(340px,.68fr);gap:clamp(48px,8vw,118px);max-width:none;display:grid}.section-intro__title,.home-vynko__title,.home-coverage__title,.home-contact__title{letter-spacing:-.048em;overflow-wrap:normal;text-wrap:balance;word-break:normal;max-width:22ch;font-size:clamp(2.35rem,3.8vw,3.25rem);font-weight:600;line-height:1.06}.section-intro__aside{align-self:end}.section-intro__description,.home-vynko__description,.home-coverage__description,.home-contact__description{max-width:660px;color:var(--muted);font-size:1rem;line-height:1.72}.section-intro>.section-intro__description{margin-top:22px}.section-intro__aside .text-link{margin-top:24px}.home-solutions__grid{border-top:1px solid var(--ink-950);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-solutions__item{border-bottom:1px solid var(--line);padding:34px 30px 38px 0;position:relative}.home-solutions__item:not(:nth-child(3n+1)){border-left:1px solid var(--line);padding-left:30px}.home-solutions__marker{background:var(--blue-600);width:9px;height:9px;margin-bottom:28px;display:block}.home-solutions__title,.home-process__title{letter-spacing:-.018em;font-size:1.12rem;font-weight:680;line-height:1.35}.home-solutions__description,.home-process__description{color:var(--muted);margin-top:12px;font-size:.92rem;line-height:1.68}.home-vynko{padding:clamp(80px,8vw,112px) 0}.home-vynko--dark{background:var(--ink-950);color:#fff}.home-vynko__container{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);align-items:center;gap:clamp(52px,7vw,100px);display:grid}.home-vynko__eyebrow{color:#9bb4c8}.home-vynko__description{color:#a9b4c4;margin-top:24px}.home-vynko__features{border-top:1px solid #293342;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:30px 0 0;padding:0;list-style:none;display:grid}.home-vynko__feature{color:#d0d6df;border-bottom:1px solid #293342;padding:15px 6px 15px 22px;font-size:.82rem;line-height:1.5;position:relative}.home-vynko__feature:before{background:var(--blue-500);content:"";width:7px;height:7px;position:absolute;top:21px;left:2px}.home-vynko__visual{background:#0c1119;border:1px solid #303a48;min-width:0;margin:0;overflow:hidden}.home-vynko__image{aspect-ratio:16/10}.home-process{background:var(--paper)}.home-process__list{border-top:1px solid var(--ink-950);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.home-process__step{padding:30px 28px 8px 0}.home-process__step+.home-process__step{border-left:1px solid var(--line);padding-left:28px}.home-process__index{color:var(--blue-600);letter-spacing:.08em;margin-bottom:40px;font-size:.72rem;font-weight:720;display:block}.home-coverage{border-top:1px solid var(--line);background:#fff}.home-coverage__container{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-coverage__column{padding-right:clamp(46px,6vw,88px)}.home-coverage__column--deployment{border-left:1px solid var(--line);padding-left:clamp(46px,6vw,88px);padding-right:0}.home-coverage__description{margin-top:22px}.home-coverage__list{border-top:1px solid var(--ink-950);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:30px 0 24px;padding:0;list-style:none;display:grid}.home-coverage__item{border-bottom:1px solid var(--line);padding:15px 4px 15px 20px;font-size:.86rem;font-weight:620;line-height:1.45;position:relative}.home-coverage__item:before{background:var(--blue-600);content:"";width:6px;height:6px;position:absolute;top:21px;left:1px}.home-coverage__note{color:var(--muted);font-size:.82rem;line-height:1.55}.home-contact{color:#fff;background:#101722;padding:clamp(76px,7vw,100px) 0}.home-contact__container{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:72px;display:grid}.home-contact__eyebrow{color:#9bb4c8}.home-contact__description{color:#acb7c7;max-width:700px;margin-top:22px}.home-contact__actions{gap:10px;min-width:230px;display:grid}.page-hero,.vynko-hero{min-height:0;padding:clamp(76px,8vw,108px) 0}.page-hero:after,.page-hero-copy:after{display:none}.page-hero h1,.vynko-hero-copy h1{letter-spacing:-.052em;overflow-wrap:normal;text-wrap:balance;word-break:normal;max-width:18ch;font-size:clamp(2.85rem,5vw,4rem);line-height:1.04}.page-hero-copy>p,.vynko-hero-copy>p{max-width:720px}.service-card,.sector-catalog-grid article,.module-list article{min-height:0}@keyframes home-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=1080px){.home-hero__container{grid-template-columns:minmax(0,.94fr) minmax(400px,1.06fr);gap:36px}.home-vynko__container{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:44px}.home-solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-solutions__item:not(:nth-child(3n+1)){border-left:0;padding-left:0}.home-solutions__item:nth-child(2n){border-left:1px solid var(--line);padding-left:28px}}@media (width<=900px){.site-header{background:var(--paper)}.home-vynko__container,.section-intro--split,.home-contact__container{grid-template-columns:1fr}.home-hero__container{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:28px}.home-hero{padding-top:54px;padding-bottom:58px}.home-hero__title{font-size:clamp(2.15rem,4.7vw,2.75rem)}.home-hero__description{margin-top:20px;font-size:.92rem;line-height:1.58}.home-hero__actions{margin-top:26px}.home-hero__support{margin-top:22px}.home-hero__content,.section-intro,.home-vynko__content,.home-hero__visual,.home-vynko__visual{max-width:760px}.home-proof__list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-proof__item:nth-child(2){border-right:0}.home-proof__item:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-proof__item:first-child{padding-left:38px}.home-proof__item:first-child:before{left:18px}.home-process__list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-process__step:nth-child(3){border-left:0;border-top:1px solid var(--line);padding-left:0}.home-process__step:nth-child(4){border-top:1px solid var(--line)}.home-contact__actions{flex-wrap:wrap;min-width:0;display:flex}}@media (width<=720px){html{scroll-padding-top:76px}.shell{width:min(100% - 32px,1240px)}.site-header__mobile-nav{height:calc(100dvh - 68px)}.home-hero,.home-solutions,.home-process,.home-coverage,.home-contact,.home-vynko{scroll-margin-top:76px}.home-hero{padding:58px 0 62px}.home-hero__container{grid-template-columns:1fr;gap:36px}.home-hero__title{letter-spacing:-.048em;max-width:18ch;font-size:clamp(2.25rem,9.5vw,2.4rem);line-height:1.04}.home-hero__description{margin-top:22px;font-size:1rem;line-height:1.65}.home-hero__actions,.home-vynko__actions{grid-template-columns:1fr;margin-top:28px;display:grid}.home-hero__support{margin-top:24px}.home-vynko__image{aspect-ratio:4/3;max-height:280px}.home-proof__list,.home-solutions__grid,.home-process__list,.home-coverage__container,.home-vynko__features{grid-template-columns:1fr}.home-proof__item{border-right:0;border-bottom:1px solid var(--line);min-height:62px;padding:16px 12px 16px 24px}.home-proof__item:first-child{padding-left:24px}.home-proof__item:before,.home-proof__item:first-child:before{left:4px}.home-proof__item:last-child{border-bottom:0}.home-solutions,.home-process,.home-coverage,.home-vynko{padding:68px 0}.home-contact{padding:64px 0}.section-intro{margin-bottom:36px}.section-intro--split{gap:26px}.section-intro__title,.home-vynko__title,.home-coverage__title,.home-contact__title{max-width:24ch;font-size:clamp(2rem,8.8vw,2.35rem);line-height:1.08}.home-solutions__item,.home-solutions__item:not(:nth-child(3n+1)),.home-solutions__item:nth-child(2n){border-left:0;padding:28px 0}.home-solutions__marker{margin-bottom:20px}.home-vynko__container{gap:42px}.home-vynko__feature{padding-top:14px;padding-bottom:14px}.home-process__step,.home-process__step+.home-process__step,.home-process__step:nth-child(3),.home-process__step:nth-child(4){border-top:0;border-right:0;border-bottom:1px solid var(--line);border-left:0;padding:26px 0}.home-process__index{margin-bottom:18px}.home-coverage__column,.home-coverage__column--deployment{border-left:0;padding:0}.home-coverage__column--deployment{border-top:1px solid var(--line);margin-top:58px;padding-top:58px}.home-coverage__list{grid-template-columns:1fr}.home-contact__container{gap:34px}.home-contact__actions{grid-template-columns:1fr;display:grid}.page-hero,.vynko-hero{min-height:0;padding:64px 0}.page-hero h1,.vynko-hero-copy h1{max-width:20ch;font-size:clamp(2.25rem,10vw,2.7rem);line-height:1.06}.service-card,.sector-catalog-grid article,.module-list article{min-height:0}}@media (width<=360px){.home-hero{padding-top:44px}.home-hero__title{font-size:2.1rem}.home-hero__description{margin-top:18px;line-height:1.56}.home-hero__actions{margin-top:22px}.section-intro__title,.home-vynko__title,.home-coverage__title,.home-contact__title{font-size:2rem}}@media (prefers-reduced-motion:reduce){.home-hero__content,.home-hero__visual{animation:none}.button,.text-link{transition:none}}.brand-signal{background:var(--ink-950);justify-content:center;align-items:center;gap:3px;display:flex;position:relative}.brand-signal i{background:var(--blue-500);border-radius:1px;width:4px;display:block}.brand-signal i:first-child{height:10px}.brand-signal i:nth-child(2){height:22px}.brand-signal i:nth-child(3){height:15px}.brand-signal:after{content:"";background:#fff;width:4px;height:4px;position:absolute;bottom:5px;right:5px}.editorial-asset{background:#e8ebef;border:1px solid #141d2a33;min-height:520px;margin:0;position:relative;overflow:hidden}.editorial-asset-dark{background:#070a0f;border-color:#ffffff2e}.editorial-asset:after{content:"";pointer-events:none;border:10px solid #ffffff14;position:absolute;inset:0}.editorial-asset img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.editorial-asset figcaption{z-index:1;color:#fff;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#070a0fdb;align-items:center;gap:10px;padding:11px 12px;font-size:.58rem;line-height:1.5;display:flex;position:absolute;bottom:14px;left:14px;right:14px}.editorial-asset figcaption span{background:var(--blue-600);flex:none;width:18px;height:2px}.market-core .brand-signal-large{align-self:center;width:62px;height:48px}.market-core .brand-signal-large i:first-child{height:18px}.market-core .brand-signal-large i:nth-child(2){height:38px}.market-core .brand-signal-large i:nth-child(3){height:26px}.page-hero{background:#fff;align-items:center;min-height:auto;padding:clamp(88px,9vw,128px) 0;display:grid}.vynko-hero{align-items:center;min-height:auto;padding:clamp(88px,9vw,128px) 0;display:grid}.page-hero:after{background:var(--blue-600);opacity:1;width:4px;height:auto;top:9%;bottom:9%;right:7%;-webkit-mask-image:none;mask-image:none}.page-hero-copy:after{background:linear-gradient(90deg, var(--blue-600) 0 22%, var(--line) 22% 100%);content:"";width:min(640px,72vw);height:1px;margin-top:48px;display:block}.service-grid,.sector-catalog-grid,.module-list{border-top:1px solid var(--ink-950);border-left:0;grid-template-columns:repeat(2,1fr);gap:0 54px}.service-card,.sector-catalog-grid article,.module-list article{border-right:0;border-bottom:1px solid var(--line);min-height:275px;padding:30px 0}.service-card h2,.sector-catalog-grid h2{font-size:1.48rem}@media (height<=819px){.page-hero,.vynko-hero{min-height:auto}}@media (width<=980px){.page-hero,.vynko-hero{min-height:auto}.editorial-asset{min-height:560px}}@media (width<=640px){.editorial-asset{min-height:390px}.service-grid,.sector-catalog-grid,.module-list{grid-template-columns:1fr;gap:0}.service-card,.sector-catalog-grid article,.module-list article{min-height:260px}}.icon-glyph{border:1px solid var(--line);width:44px;height:44px;color:var(--ink-950);background:#f3f6fa;flex:none;place-items:center;display:inline-grid}.icon-glyph svg{display:block}.home-hero__visual-bar,.home-hero__visual-caption{color:#526071;min-height:44px;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;background:#f8fafcf5;justify-content:space-between;align-items:center;gap:16px;padding:0 14px;font-size:.59rem;line-height:1.4;display:flex}.home-hero__visual-bar{border-bottom:1px solid #cfd7e2}.home-hero__visual-caption{border-top:1px solid #cfd7e2}.home-hero__visual-caption span{align-items:center;gap:7px;display:inline-flex}.home-hero__visual-caption span:before{background:var(--blue-600);content:"";width:5px;height:5px}.home-proof__item{gap:12px;padding:18px 22px}.home-proof__item:first-child{padding-left:0}.home-proof__item:before{display:none}.home-proof__item .icon-glyph{background:var(--blue-soft);width:34px;height:34px;color:var(--blue-700);border-color:#d6e1f5}.home-solutions__meta,.home-process__meta,.capability-card__meta,.module-card__meta,.sector-grid__meta,.process-rail__meta{justify-content:space-between;align-items:center;gap:14px;display:flex}.home-solutions__meta>span,.capability-card__index,.sector-grid__meta,.solution-map__index{color:#69778a;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.58rem}.home-solutions__icon,.capability-card__icon{color:var(--blue-700);background:#f4f7fb;border-color:#d7e1f1}.home-solutions__item,.capability-card,.sector-grid__item,.module-card{transition:background-color .26s,color .26s}.home-process__meta{margin-bottom:32px}.home-process__index{margin:0}.home-process__meta .icon-glyph{width:36px;height:36px;color:var(--blue-700)}.solution-map{color:#fff;background:#0c121b;border:1px solid #263140;margin:46px 0 68px}.solution-map__header,.solution-map__caption{color:#9aa7b8;min-height:50px;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:18px;padding:12px 16px;font-size:.59rem;line-height:1.5;display:flex}.solution-map__header{border-bottom:1px solid #263140}.solution-map__caption{text-transform:none;border-top:1px solid #263140;justify-content:flex-start}.solution-map__status,.product-panel__status{align-items:center;gap:8px;display:inline-flex}.solution-map__status i,.product-panel__status i{background:var(--blue-500);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #376f9821}.solution-map__canvas{background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:30px 30px;grid-template-columns:minmax(0,1fr) auto 190px auto minmax(0,1fr);align-items:center;gap:clamp(18px,3vw,42px);padding:clamp(34px,5vw,70px);display:grid}.solution-map__group{min-width:0}.solution-map__nodes{gap:8px;margin-top:14px;display:grid}.solution-map__node{color:#d8dee7;background:#111924f0;border:1px solid #2b3645;align-items:center;gap:12px;min-height:52px;padding:8px 12px;font-size:.78rem;font-weight:600;display:flex}.solution-map__node .icon-glyph{color:#a8bfce;background:#172130;border-color:#334054;width:32px;height:32px}.solution-map__node--output{border-color:#30446a}.solution-map__core{border:1px solid var(--blue-500);background:var(--blue-600);text-align:center;align-content:center;justify-items:center;min-height:196px;padding:18px;display:grid;box-shadow:0 0 0 9px #376f981f}.solution-map__core .solution-map__index{color:#ffffffb8}.solution-map__core-mark{margin:22px 0 13px}.solution-map__core-mark .icon-glyph{color:#fff;background:#0000001f;border-color:#ffffff52;width:58px;height:58px}.solution-map__core strong{letter-spacing:-.025em;font-size:1.18rem}.solution-map__core small{color:#ffffffb8;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;margin-top:4px;font-size:.57rem}.solution-map__connector{color:#6d9cff;font-family:var(--font-mono);font-size:1.35rem}.capability-card{min-height:330px;padding:34px 62px 38px 0}.capability-card__meta{margin-bottom:28px}.capability-card h2,.capability-card__title{margin-top:0}.capability-card__action{transition:border-color .22s,background-color .22s,color .22s,transform .22s}.product-panel{border:1px solid var(--line);background:#fff;min-width:0;margin:0;overflow:hidden}.vynko-hero-copy h1{max-width:16ch;font-size:clamp(2.75rem,4.2vw,3.5rem)}.product-panel--dark{color:#fff;background:#0b1119;border-color:#2d3847}.product-panel__header,.product-panel__caption{color:#8996a7;min-height:48px;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;border-bottom:1px solid #2d3847;justify-content:space-between;align-items:center;gap:16px;padding:12px 15px;font-size:.58rem;line-height:1.5;display:flex}.product-panel__caption{text-transform:none;border-top:1px solid #2d3847;border-bottom:0;justify-content:flex-start;min-height:44px}.product-panel__canvas{padding:14px}.product-panel .vynko-interface{box-shadow:none;border-radius:0;transform:none}.module-card{padding-right:22px}.module-card__meta{color:var(--blue-700)}.module-card__meta .icon-glyph{width:38px;height:38px;color:var(--blue-700);border-color:#d7e1f1}.module-card h3,.module-card__title{margin-top:28px}.deployment-list{min-width:250px}.deployment-list__item{border-radius:0;justify-content:flex-start;gap:10px}.deployment-list__item .icon-glyph{width:28px;height:28px;color:var(--blue-700);background:0 0;border:0}.sector-grid__item{padding:32px 0 36px}.sector-grid__meta{justify-content:flex-start;gap:9px}.sector-grid__index{color:var(--blue-700)}.sector-grid__icon{background:var(--blue-soft);width:52px;height:52px;color:var(--blue-700);border-color:#d7e1f1;margin-top:34px}.sector-grid h2,.sector-grid__title{margin-top:24px}.process-rail__meta{color:#7fa7ff;font-family:var(--font-mono);font-size:.62rem}.process-rail__meta .icon-glyph{color:#83aaff;background:#141d29;border-color:#364152;width:36px;height:36px}.process-rail__title{text-wrap:balance}.perspective-map__item{justify-content:center;align-items:center;gap:9px;padding:8px 12px;display:flex}.perspective-map__item .icon-glyph{background:var(--blue-soft);width:28px;height:28px;color:var(--blue-700);border:0}.contact-topics__item{grid-template-columns:34px 32px 1fr;gap:10px}.contact-topics__icon{background:var(--blue-soft);width:30px;height:30px;color:var(--blue-700);border:0}.contact-topics__label{color:var(--ink-950)!important;font-family:inherit!important;font-size:.86rem!important}.contact-form__actions .button{gap:9px}.contact-form__actions .button .icon-glyph{color:currentColor;background:0 0;border:0;width:auto;height:auto}@media (hover:hover){.home-solutions__item:hover,.capability-card:hover,.sector-grid__item:hover,.module-card:hover{background:#f7f9fc}.home-solutions__item:hover .icon-glyph,.capability-card:hover .capability-card__icon,.sector-grid__item:hover .sector-grid__icon,.module-card:hover .icon-glyph{border-color:var(--blue-600);background:var(--blue-600);color:#fff}.capability-card__action:hover{border-color:var(--blue-600);background:var(--blue-600);color:#fff;transform:translate(3px)}}@media (width<=980px){.solution-map__canvas{grid-template-columns:1fr}.solution-map__connector{justify-self:center;transform:rotate(90deg)}.solution-map__core{justify-self:center;width:min(100%,420px)}.product-panel{max-width:760px}}@media (width<=720px){.home-hero__visual-bar,.home-hero__visual-caption{font-size:.54rem}.home-hero__visual-caption{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:10px;padding-bottom:10px;display:grid}.home-proof__item,.home-proof__item:first-child{padding:14px 0}.home-solutions__meta,.home-process__meta{margin-bottom:22px}.solution-map{margin:34px 0 50px}.solution-map__header,.solution-map__caption{flex-direction:column;align-items:flex-start}.solution-map__canvas{padding:28px 18px}.capability-card,.sector-grid__item,.module-card{min-height:0;padding:28px 0 78px}.module-card{padding-bottom:28px}.product-panel__header{flex-direction:column;align-items:flex-start}.vynko-hero-copy h1{max-width:20ch;font-size:clamp(2.25rem,10vw,2.7rem)}.product-panel__canvas{padding:8px}.product-panel .product-window-body{min-height:430px}.deployment-list{width:100%;min-width:0}.perspective-map__item{min-width:132px}}@media (width<=420px){.home-hero__visual-bar{flex-direction:column;align-items:flex-start;padding-top:10px;padding-bottom:10px}.solution-map__nodes{grid-template-columns:1fr}.product-panel .product-window-body{min-height:400px}.product-panel .product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.product-panel .product-metrics>div:last-child,.product-panel .activity-list{display:none}.perspective-map__item{gap:5px;min-width:118px;padding:7px;font-size:.66rem}}@media (prefers-reduced-motion:reduce){.home-solutions__item,.capability-card,.sector-grid__item,.module-card,.capability-card__action{transition:none}}.motion-ready [data-reveal]{opacity:0;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transform:translateY(16px)}.motion-ready [data-reveal].is-in-view{opacity:1;transform:translateY(0)}.page-hero{isolation:isolate;background:#eef2f6;border-bottom:1px solid #cfd7e2;min-height:clamp(500px,56vw,610px);padding:clamp(82px,8vw,112px) 0;position:relative;overflow:hidden}.page-hero__inner{z-index:3;position:relative}.page-hero__content{border-left:3px solid var(--blue-600);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(110deg,#fafbfdf5,#fafbfdcc);width:min(100%,760px);padding:clamp(24px,3vw,38px);box-shadow:0 22px 70px #14203214}.page-hero__content:after{display:none}.page-hero__media{--hero-blur:2px;--hero-opacity:.72;--hero-position:68% 50%;z-index:0;pointer-events:none;position:absolute;inset:-5% -3% -5% 34%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#00000075 18%,#000 45%);mask-image:linear-gradient(90deg,#0000 0,#00000075 18%,#000 45%)}.page-hero--sectors .page-hero__media{--hero-blur:3px;--hero-opacity:.66;--hero-position:62% 46%}.page-hero--company .page-hero__media{--hero-blur:6px;--hero-opacity:.52;--hero-position:58% 54%}.page-hero--contact .page-hero__media{--hero-blur:11px;--hero-opacity:.4;--hero-position:78% 58%}.page-hero__image{object-fit:cover;object-position:var(--hero-position);width:100%;height:100%;filter:blur(var(--hero-blur)) saturate(.88) contrast(1.08);opacity:var(--hero-opacity);animation:15s ease-in-out infinite alternate ls-ambient-drift;transform:scale(1.08)}.page-hero__media:after{content:"";background:linear-gradient(90deg,#eef2f6f2,#eef2f661 42%,#eef2f60d);position:absolute;inset:0}.page-hero__media-grid,.home-coverage__media-grid{z-index:1;mix-blend-mode:multiply;opacity:.52;background-image:linear-gradient(#075fff14 1px,#0000 1px),linear-gradient(90deg,#075fff14 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.page-hero__media-node{z-index:2;background:var(--blue-600);border:2px solid #fffffff0;border-radius:50%;width:10px;height:10px;animation:3.2s ease-in-out infinite ls-signal-pulse;position:absolute;box-shadow:0 0 0 8px #075fff1c,0 0 28px #075fff70}.page-hero__media-node--a{top:26%;left:44%}.page-hero__media-node--b{animation-delay:-1.1s;top:57%;left:68%}.page-hero__media-node--c{animation-delay:-2.2s;bottom:22%;right:12%}.page-hero__media-code{z-index:3;color:#263449;font-family:var(--font-mono);letter-spacing:.08em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fafcc7;border:1px solid #1e2b3d47;padding:9px 11px;font-size:.58rem;position:absolute;bottom:28px;right:34px}.vynko-hero{isolation:isolate}.vynko-hero__ambient{z-index:0;pointer-events:none;position:absolute;inset:-12% -4% -12% 35%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 30%);mask-image:linear-gradient(90deg,#0000,#000 30%)}.vynko-hero__ambient img{object-fit:cover;filter:blur(16px)saturate(.84);opacity:.2;width:100%;height:100%;animation:18s ease-in-out infinite alternate-reverse ls-vynko-ambient-drift;transform:scale(1.15)}.vynko-hero__ambient-scan{background:linear-gradient(90deg,#0000 0 45%,#4a80ff29 50%,#0000 55%);animation:7s ease-in-out infinite ls-wide-scan;position:absolute;inset:0;transform:translate(-60%)}.vynko-hero-grid,.product-panel{z-index:2;position:relative}.home-coverage{background:#edf2f7}.home-coverage__container{align-items:stretch;gap:clamp(18px,2vw,28px)}.home-coverage__column,.home-coverage__column--deployment{border:0;min-width:0;padding:0}.home-coverage__card{height:100%;color:inherit;background:#fff;border:1px solid #cbd5e1;flex-direction:column;text-decoration:none;transition:border-color .38s,box-shadow .38s,transform .38s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden;box-shadow:0 18px 54px #18263a14}.home-coverage__card:focus-visible{outline:3px solid var(--blue-600);outline-offset:4px}.home-coverage__media{aspect-ratio:16/9;background:#0b1119;border-bottom:1px solid #cbd5e1;margin:0;position:relative;overflow:hidden}.home-coverage__image{object-fit:cover;object-position:center;filter:saturate(.86)contrast(1.04);width:100%;height:100%;transition:filter .42s,transform .7s cubic-bezier(.22,1,.36,1);transform:scale(1.015)}.home-coverage__media:after{z-index:2;content:"";background:linear-gradient(#070a0f0a,#070a0f80);position:absolute;inset:0}.home-coverage__media-grid{z-index:3;mix-blend-mode:screen;opacity:.34;background-image:linear-gradient(#77a4ff1a 1px,#0000 1px),linear-gradient(90deg,#77a4ff1a 1px,#0000 1px);transition:opacity .36s;animation:10s linear infinite ls-grid-drift;transform:translateY(0)}.home-coverage__media-overlay{z-index:4;color:#ffffffe0;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:.56rem;line-height:1.45;display:flex;position:absolute;bottom:14px;left:16px;right:16px}.home-coverage__status{text-align:right;align-items:center;gap:7px;display:inline-flex}.home-coverage__status i{background:#78a2ff;border-radius:50%;flex:none;width:6px;height:6px;animation:2.8s ease-in-out infinite ls-signal-pulse;box-shadow:0 0 0 5px #78a2ff29}.home-coverage__body{flex-direction:column;flex:1;padding:clamp(28px,3.5vw,44px);display:flex}.home-coverage__body .home-coverage__list{margin-top:28px}.home-coverage__link{color:var(--blue-700);align-self:flex-start;align-items:center;gap:9px;margin-top:auto;padding-top:22px;font-size:.82rem;font-weight:720;display:inline-flex}.home-coverage__link>span{transition:transform .28s}@media (hover:hover) and (pointer:fine){.home-coverage__card:hover{border-color:#075fffa3;transform:translateY(-5px);box-shadow:0 26px 68px #18263a26,0 0 0 1px #075fff14}.home-coverage__card:hover .home-coverage__image{filter:saturate(1.04)contrast(1.08);transform:scale(1.055)}.home-coverage__card:hover .home-coverage__media-grid{opacity:.62}.home-coverage__card:hover .home-coverage__link>span{transform:translate(3px,-2px)}}.home-coverage__card:focus-visible .home-coverage__image{filter:saturate(1.04)contrast(1.08);transform:scale(1.045)}.home-hero__visual,.home-vynko__visual,.editorial-asset{position:relative;overflow:hidden}.home-hero__image,.home-vynko__image,.editorial-asset__image,.editorial-asset-block__image{animation:12s ease-in-out infinite alternate ls-image-breathe}.home-hero__visual:after,.home-vynko__visual:after,.editorial-asset:before{z-index:2;content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#5989ffc2,#0000);height:1px;animation:6.5s ease-in-out infinite ls-vertical-scan;position:absolute;left:0;right:0;box-shadow:0 0 18px #5989ff6b}.home-hero__visual:after{top:44px}.home-vynko__visual:after,.editorial-asset:before{top:0}.solution-map,.operations-visual,.intelligence-visual,.modular-diagram,.perspective-map,.product-panel{width:100%;margin-inline:auto}.operations-visual{max-width:720px}.operations-canvas{width:100%;max-width:640px;margin-inline:auto}.operation-core{animation:3.2s ease-in-out infinite ls-core-glow;left:50%;transform:translate(-50%)}.core-orbit{animation:16s linear infinite ls-orbit-spin}.operation-node,.operation-result{animation:6s ease-in-out infinite ls-node-float}.node-people,.result-report{animation-delay:-2s}.node-systems{animation-delay:-4s}.connector{background:linear-gradient(90deg,#075fff33,#6b97fff2,#075fff33) 0 0/220% 100%;animation:2.3s linear infinite ls-connector-flow;overflow:visible}.connector:after{animation:2.4s ease-in-out infinite ls-signal-pulse}.connector-d{width:22%;left:60%}.connector-e{width:23%;left:60%}.live-indicator:before{animation:2.8s ease-in-out infinite ls-signal-pulse}.solution-map{max-width:1180px}.solution-map__core{animation:3.1s ease-in-out infinite ls-core-glow}.solution-map__status i,.product-panel__status i{animation:2.8s ease-in-out infinite ls-signal-pulse}.solution-map__node{animation:6.4s ease-in-out infinite ls-node-float}.solution-map__node:nth-child(2){animation-delay:-2.1s}.solution-map__node:nth-child(3){animation-delay:-4.2s}.solution-map__connector{color:#0000;min-width:28px;position:relative;overflow:hidden}.solution-map__connector:before{content:"";background:#6999ff6b;width:100%;height:1px;position:absolute;top:50%;left:0}.solution-map__connector:after{content:"";background:#7ba5ff;border-radius:50%;width:7px;height:7px;animation:1.9s linear infinite ls-travel-x;position:absolute;top:calc(50% - 3px);left:0;box-shadow:0 0 12px #6999ffbf}.product-panel{justify-self:center;max-width:840px}.vynko-interface.is-in-view .product-metrics>div,.product-panel.is-in-view .product-metrics>div{animation:.62s cubic-bezier(.22,1,.36,1) both ls-ui-rise}.vynko-interface.is-in-view .product-metrics>div:nth-child(2),.product-panel.is-in-view .product-metrics>div:nth-child(2){animation-delay:90ms}.vynko-interface.is-in-view .product-metrics>div:nth-child(3),.product-panel.is-in-view .product-metrics>div:nth-child(3){animation-delay:.18s}.vynko-interface .workflow-step.current span{animation:2.8s ease-in-out infinite ls-signal-pulse}.vynko-interface .workflow-track i{background:linear-gradient(90deg,#344050,#6e9dff,#344050) 0 0/200% 100%;animation:2.6s linear infinite ls-connector-flow;overflow:hidden}.vynko-interface.is-in-view .activity-list>div{animation:.62s cubic-bezier(.22,1,.36,1) .24s both ls-ui-rise}.vynko-interface.is-in-view .activity-list>div:nth-child(2){animation-delay:.33s}.sidebar-item.active{animation:3s ease-in-out infinite ls-signal-pulse}.modular-diagram{max-width:680px}.modular-ring:before{aspect-ratio:1;content:"";border:1px solid #075fff29;border-radius:50%;width:min(58%,330px);animation:22s linear infinite ls-centered-orbit;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modular-core{animation:3.2s ease-in-out infinite ls-core-glow;transform:translate(-50%,-50%)}.module-pill{animation:6.2s ease-in-out infinite ls-node-float}.module-2,.module-5{animation-delay:-2.1s}.module-3,.module-6{animation-delay:-4.2s}.module-pill:after{background:linear-gradient(90deg,#075fff14,#6b97ffdb,#075fff14) 0 0/200% 100%;animation:2.8s linear infinite ls-connector-flow}.intelligence-visual{max-width:720px}.intel-pulse{animation:3.1s ease-in-out infinite ls-core-glow}.intel-card{animation:6.2s ease-in-out infinite ls-node-float}.intel-output{animation-delay:-3.1s}.intel-line{background:#075fff59;overflow:hidden}.intel-line:after{content:"";background:#75a0ff;border-radius:50%;width:7px;height:7px;animation:2s linear infinite ls-travel-x;position:absolute;top:-3px;left:0;box-shadow:0 0 12px #75a0ffb8}.intel-line.right:after{animation-delay:-1s}.command-status{animation:2.8s ease-in-out infinite ls-status-fade}.flow-words.is-in-view span{animation:.56s cubic-bezier(.22,1,.36,1) both ls-ui-rise}.flow-words.is-in-view span:nth-of-type(2){animation-delay:.14s}.flow-words.is-in-view span:nth-of-type(3){animation-delay:.28s}.flow-words i{animation:2.2s ease-in-out infinite ls-arrow-nudge}.perspective-map{max-width:700px}.perspective-map:before,.perspective-map:after{z-index:0;content:"";background:linear-gradient(90deg,#0000,#075fff42,#0000);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.perspective-map:before{width:74%;height:1px}.perspective-map:after{width:1px;height:64%}.market-core{z-index:2;animation:3.4s ease-in-out infinite ls-core-glow;transform:translate(-50%,-50%)}.perspective-map__item{z-index:2;animation:6.6s ease-in-out infinite ls-node-float}.perspective-map__item:nth-of-type(2){animation-delay:-1.6s}.perspective-map__item:nth-of-type(3){animation-delay:-3.2s}.perspective-map__item:nth-of-type(4){animation-delay:-4.8s}.brand-signal-large i{transform-origin:bottom;animation:1.8s ease-in-out infinite ls-bar-signal}.brand-signal-large i:nth-child(2){animation-delay:-.45s}.brand-signal-large i:nth-child(3){animation-delay:-.9s}[data-motion]:not(.is-in-view) .page-hero__image,[data-motion]:not(.is-in-view) .page-hero__media-node,[data-motion]:not(.is-in-view) .home-hero__image,[data-motion]:not(.is-in-view) .home-vynko__image,[data-motion]:not(.is-in-view) .editorial-asset-block__image,[data-motion]:not(.is-in-view):after,[data-motion]:not(.is-in-view) .home-coverage__media-grid,[data-motion]:not(.is-in-view) .home-coverage__status i,[data-motion]:not(.is-in-view) .operation-core,[data-motion]:not(.is-in-view) .core-orbit,[data-motion]:not(.is-in-view) .operation-node,[data-motion]:not(.is-in-view) .operation-result,[data-motion]:not(.is-in-view) .connector,[data-motion]:not(.is-in-view) .connector:after,[data-motion]:not(.is-in-view) .live-indicator:before,[data-motion]:not(.is-in-view) .solution-map__core,[data-motion]:not(.is-in-view) .solution-map__node,[data-motion]:not(.is-in-view) .solution-map__connector:after,[data-motion]:not(.is-in-view) .solution-map__status i,[data-motion]:not(.is-in-view) .product-panel__status i,[data-motion]:not(.is-in-view) .workflow-step.current span,[data-motion]:not(.is-in-view) .workflow-track i,[data-motion]:not(.is-in-view) .sidebar-item.active,[data-motion]:not(.is-in-view) .intel-pulse,[data-motion]:not(.is-in-view) .intel-card,[data-motion]:not(.is-in-view) .intel-line:after,[data-motion]:not(.is-in-view) .command-status,[data-motion]:not(.is-in-view) .modular-core,[data-motion]:not(.is-in-view) .modular-ring:before,[data-motion]:not(.is-in-view) .module-pill,[data-motion]:not(.is-in-view) .module-pill:after,[data-motion]:not(.is-in-view) .perspective-map__item,[data-motion]:not(.is-in-view) .market-core,[data-motion]:not(.is-in-view) .brand-signal-large i,[data-motion]:not(.is-in-view) .flow-words i{animation-play-state:paused}@keyframes ls-ambient-drift{0%{transform:scale(1.08)translate(-.6%,-.4%)}to{transform:scale(1.12)translate(.8%,.6%)}}@keyframes ls-wide-scan{0%,18%{opacity:0;transform:translate(-65%)}34%,72%{opacity:1}88%,to{opacity:0;transform:translate(65%)}}@keyframes ls-vynko-ambient-drift{0%{transform:scale(1.15)translate(-.5%,-.4%)}to{transform:scale(1.2)translate(.8%,.6%)}}@keyframes ls-grid-drift{to{background-position:0 42px,42px 0}}@keyframes ls-signal-pulse{0%,to{opacity:.72;box-shadow:0 0 0 4px #075fff1a}50%{opacity:1;box-shadow:0 0 0 8px #075fff05,0 0 18px #4a80ff57}}@keyframes ls-image-breathe{0%{transform:scale(1)}to{transform:scale(1.026)}}@keyframes ls-vertical-scan{0%,12%{opacity:0;transform:translateY(0)}25%,70%{opacity:.8}88%,to{opacity:0;transform:translateY(520px)}}@keyframes ls-node-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes ls-core-glow{0%,to{box-shadow:0 0 0 12px #075fff12,0 20px 46px #0003}50%{box-shadow:0 0 0 20px #075fff06,0 22px 58px #075fff38}}@keyframes ls-orbit-spin{to{transform:rotate(360deg)}}@keyframes ls-centered-orbit{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes ls-connector-flow{to{background-position:-200% 0}}@keyframes ls-travel-x{0%{opacity:0;left:0}18%,82%{opacity:1}to{opacity:0;left:calc(100% - 7px)}}@keyframes ls-ui-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ls-status-fade{0%,to{opacity:.62}50%{opacity:1}}@keyframes ls-arrow-nudge{0%,to{translate:0}50%{translate:3px}}@keyframes ls-bar-signal{0%,to{opacity:.72;transform:scaleY(.72)}50%{opacity:1;transform:scaleY(1)}}@media (width>=901px) and (width<=1080px){.operations-canvas{transform-origin:0 0;width:113.64%;max-width:none;margin-bottom:-53px;transform:scale(.88)}}@media (width<=980px){.page-hero__media{left:42%}.page-hero__content{width:min(100%,700px)}.home-coverage__container{grid-template-columns:1fr;max-width:760px}.home-coverage__column--deployment{border-top:0;margin-top:0;padding-top:0}.product-panel{max-width:760px}}@media (width<=720px){.page-hero{min-height:0;padding:64px 0}.page-hero__media{opacity:.46;inset:0;-webkit-mask-image:none;mask-image:none}.page-hero__media:after{background:#eef2f6b8}.page-hero__image{filter:blur(calc(var(--hero-blur) + 3px)) saturate(.78)}.page-hero__media-node,.page-hero__media-code{display:none}.page-hero__content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafbfde6;padding:22px 20px}.vynko-hero__ambient{opacity:.62;inset:0}.home-coverage__body{padding:28px 22px}.home-coverage__media-overlay{flex-direction:column;align-items:flex-start}.home-coverage__status{text-align:left}.operations-canvas{max-width:100%}.solution-map__connector{width:34px;height:34px;transform:rotate(90deg)}.modular-diagram{max-width:520px}.modular-ring:before{width:min(66%,300px)}.perspective-map:before{width:82%}.perspective-map:after{height:72%}}@media (width<=640px){.operation-core{transform:translate(-50%)}.connector-d{width:92px;top:145px;left:230px;transform:rotate(-45deg)}.connector-e{width:92px;top:205px;left:229px;transform:rotate(39deg)}.intelligence-grid{min-height:380px}.intel-line{width:1px;height:24px;display:block;left:50%!important;right:auto!important}.intel-line.left{top:132px}.intel-line.right{top:224px}.intel-line:after{animation-name:ls-travel-y;top:0;left:-3px}.perspective-item.item-3,.perspective-item.item-4{top:380px}}@media (width<=420px){.home-coverage__media{aspect-ratio:16/9}.home-coverage__body{padding:26px 18px}.home-coverage__link{font-size:.76rem}.home-coverage__body .home-coverage__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.home-coverage__card .home-coverage__title{font-size:clamp(2rem,9vw,2.25rem)}.solution-map__canvas{gap:12px;padding:22px 14px}.solution-map__nodes{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.solution-map__node{text-align:center;flex-direction:column;justify-content:center;gap:7px;min-height:78px;padding:7px 5px;font-size:.65rem}.solution-map__core{min-height:160px}.connector-d,.connector-e{width:72px;left:216px}.modular-diagram{min-height:570px}}@keyframes ls-travel-y{0%{opacity:0;top:0}18%,82%{opacity:1}to{opacity:0;top:calc(100% - 7px)}}@media (prefers-reduced-motion:reduce){.motion-ready [data-reveal],.motion-ready [data-reveal].is-in-view{opacity:1;transition:none;transform:none}.page-hero__image,.page-hero__media-node,.vynko-hero__ambient img,.vynko-hero__ambient-scan,.home-coverage__media-grid,.home-coverage__status i,.home-hero__image,.home-vynko__image,.editorial-asset-block__image,.home-hero__visual:after,.home-vynko__visual:after,.editorial-asset:before,.operation-core,.core-orbit,.operation-node,.operation-result,.connector,.connector:after,.solution-map__core,.solution-map__node,.solution-map__connector:after,.product-metrics>div,.workflow-step.current span,.workflow-track i,.activity-list>div,.sidebar-item.active,.modular-ring:before,.modular-core,.module-pill,.module-pill:after,.intel-pulse,.intel-card,.intel-line:after,.command-status,.flow-words span,.flow-words i,.market-core,.perspective-map__item,.brand-signal-large i{animation:none!important}.home-coverage__card,.home-coverage__image,.home-coverage__media-grid,.home-coverage__link>span{transition:none}.home-coverage__card:hover,.home-coverage__card:focus-visible,.home-coverage__card:hover .home-coverage__image,.home-coverage__card:focus-visible .home-coverage__image{transform:none}}.home-coverage{background:radial-gradient(circle at 18% 15%,#075fff1a,#0000 32%),linear-gradient(#e8eef5 0%,#dfe7f0 100%);padding:clamp(72px,7vw,108px) 0}.home-coverage__card{background:#f9fbfd}.home-coverage__card.home-coverage__card--deployment{color:#fff;background:#0a121d;border-color:#25364d}.home-coverage__media{aspect-ratio:16/8.7;background:#07101b;border:1px solid #4056756b;border-radius:13px;min-height:260px;margin:0 clamp(14px,1.5vw,20px) clamp(14px,1.5vw,20px)}.home-coverage__image{transition:filter .42s,transform .9s cubic-bezier(.22,1,.36,1),object-position .9s cubic-bezier(.22,1,.36,1);transform:scale(1.025)translate(0,0)}.page-hero.page-hero--panel{color:#fff;background:radial-gradient(circle at 75% 20%,#075fff38,#0000 32%),#07101a;border-color:#213149;min-height:620px;padding:clamp(78px,7vw,104px) 0}.page-hero--panel .page-hero__media{opacity:1;left:auto}.page-hero--sectors .page-hero__image{filter:saturate(1.08)contrast(1.14);opacity:1;transform:scale(1.03)}.sector-catalog .sector-catalog-grid{background:var(--line);border:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px}.modular-orbit{transform:translate(-50%,-50%)}.modular-diagram .module-pill{animation-name:ls-module-activate;animation-duration:9s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.deployment-leadership{aspect-ratio:16/10;min-height:0}.deployment-leadership img{object-position:66% center;min-height:0;animation:none;position:absolute;inset:0}.motion-ready [data-motion]:not(.is-motion-active),.motion-ready [data-motion]:not(.is-motion-active) *,.motion-ready [data-motion]:not(.is-motion-active):before,.motion-ready [data-motion]:not(.is-motion-active):after,.motion-ready [data-motion]:not(.is-motion-active) :before,.motion-ready [data-motion]:not(.is-motion-active) :after{animation-play-state:paused!important}@media (hover:hover) and (pointer:fine){.home-coverage__card--sectors:hover .home-coverage__image{filter:saturate(1.08)contrast(1.1);transform:scale(1.09)translate(1.4%,-1%)}.home-coverage__card--deployment:hover .home-coverage__image{filter:saturate(1.12)contrast(1.12);transform:scale(1.09)translate(-1.4%,-1%)}}@media (width<=1100px){.sector-catalog .sector-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.page-hero.page-hero--panel,.home-coverage__body{min-height:0}}@media (width<=640px){.home-coverage{padding:58px 0}.home-coverage__media{min-height:0;margin:0 12px 12px}.page-hero.page-hero--panel{padding:64px 0}.sector-catalog .sector-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deployment-leadership{aspect-ratio:16/10;min-height:0}}@media (width<=420px){.modular-diagram{min-height:520px}}@media (width<=359px){.sector-catalog .sector-catalog-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.modular-orbit{transform:translate(-50%,-50%)!important}.deployment-leadership img,.deployment-leadership:hover img,.home-coverage__card:hover .home-coverage__image,.home-coverage__card:focus-visible .home-coverage__image{transform:scale(1.025)!important}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--paper:#090d11;--surface:#10161c;--line:#29333d;--line-dark:#3b4854;--muted:#a1abb5;--muted-dark:#b2bac2;--blue-700:#a6bdcf;--blue-600:#7f9fb8;--blue-500:#98b3c8;--blue-soft:#172530;--shadow-soft:0 24px 80px #00000047;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.theme-toggle{width:46px;height:28px;color:inherit;background:0 0;border:0;border-radius:999px;flex:none;place-items:center;padding:0;display:inline-grid}.theme-toggle__track{background:#e6ebf1;border:1px solid #c8d1dd;border-radius:999px;width:44px;height:26px;transition:border-color .22s,background-color .22s;display:block;position:relative}.theme-toggle__thumb{z-index:2;background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .24s cubic-bezier(.22,1,.36,1),background-color .22s;position:absolute;top:3px;left:3px;box-shadow:0 3px 9px #0d192c33}.theme-toggle__sun,.theme-toggle__moon{width:8px;height:8px;position:absolute;top:50%;transform:translateY(-50%)}.theme-toggle__sun{background:var(--blue-600);opacity:0;border-radius:50%;transition:opacity .18s;left:8px}.theme-toggle__moon{border:1.5px solid #667489;border-top-color:#0000;border-radius:50%;transition:opacity .18s;right:7px;transform:translateY(-50%)rotate(-28deg)}.theme-toggle:hover .theme-toggle__track{border-color:var(--blue-600)}html[data-theme=dark] .theme-toggle__track{background:#182129;border-color:#35434f}html[data-theme=dark] .theme-toggle__thumb{background:#9bb4c8;transform:translate(18px)}html[data-theme=dark] .theme-toggle__sun{opacity:1}html[data-theme=dark] .theme-toggle__moon{opacity:0}html[data-theme=dark] body{background:var(--paper);color:#edf3fb}html[data-theme=dark] .site-header{background:#090d11eb;border-bottom-color:#333e48e0}html[data-theme=dark] .desktop-nav a,html[data-theme=dark] .language-link,html[data-theme=dark] .home-hero__support,html[data-theme=dark] .home-proof__item,html[data-theme=dark] .home-hero-copy>p,html[data-theme=dark] .home-hero__description,html[data-theme=dark] .live-indicator,html[data-theme=dark] .operation-result,html[data-theme=dark] .intel-command p,html[data-theme=dark] .adaptation-grid p,html[data-theme=dark] .form-grid label{color:#a9b5c5}html[data-theme=dark] .desktop-nav a:hover,html[data-theme=dark] .desktop-nav a[aria-current=page],html[data-theme=dark] .language-current{color:#fff}html[data-theme=dark] .brand-mark{border:1px solid #2b3a4e}html[data-theme=dark] .button-primary,html[data-theme=dark] .button-blue{color:#0a1015;background:#b7c9d7;border-color:#b7c9d7}html[data-theme=dark] .button-primary:hover,html[data-theme=dark] .button-blue:hover{color:#070b0f;background:#d9e3ea;border-color:#d9e3ea}html[data-theme=dark] .button-secondary{color:#e6ebef;background:0 0;border-color:#52606c}html[data-theme=dark] .button-secondary:hover{color:#0a1015;background:#e6ebef;border-color:#e6ebef}html[data-theme=dark] .text-link{border-bottom-color:#dce6f2}html[data-theme=dark] .menu-button{border-color:var(--line);background:var(--surface)}html[data-theme=dark] .menu-button span{background:#edf3fb}html[data-theme=dark] .mobile-navigation{background:#070d15fc}html[data-theme=dark] .home-hero,html[data-theme=dark] .page-hero:not(.page-hero--panel),html[data-theme=dark] .home-process,html[data-theme=dark] .capabilities-section,html[data-theme=dark] .deployment-section,html[data-theme=dark] .company-perspective{background-color:var(--paper)}html[data-theme=dark] .home-hero,html[data-theme=dark] .page-hero:not(.page-hero--panel){background:var(--paper)}html[data-theme=dark] .home-proof,html[data-theme=dark] .home-solutions,html[data-theme=dark] .process-section,html[data-theme=dark] .intelligence-section,html[data-theme=dark] .sectors-preview,html[data-theme=dark] .sales-cta-section,html[data-theme=dark] .service-portfolio,html[data-theme=dark] .vynko-modular-section,html[data-theme=dark] .sector-catalog,html[data-theme=dark] .company-principle,html[data-theme=dark] .company-vynko,html[data-theme=dark] .contact-section{background:var(--surface)}html[data-theme=dark] .home-coverage{background:#0b1117}html[data-theme=dark] .home-coverage__card,html[data-theme=dark] .capability-card,html[data-theme=dark] .capability-card:hover,html[data-theme=dark] .operation-node,html[data-theme=dark] .operation-result,html[data-theme=dark] .intel-card,html[data-theme=dark] .intel-command,html[data-theme=dark] .perspective-item,html[data-theme=dark] .vynko-modular-section .module-card,html[data-theme=dark] .sector-catalog-grid .sector-grid__item{border-color:var(--line);color:#edf3fb;background:#121a21}html[data-theme=dark] .home-coverage__card.home-coverage__card--deployment{background:#0b1117;border-color:#3c4954}html[data-theme=dark] .operations-visual,html[data-theme=dark] .intelligence-visual,html[data-theme=dark] .contact-form,html[data-theme=dark] .perspective-map{border-color:var(--line);background-color:#0c1218}html[data-theme=dark] .operations-canvas,html[data-theme=dark] .perspective-map{background-image:linear-gradient(#5369862b 1px,#0000 1px),linear-gradient(90deg,#5369862b 1px,#0000 1px)}html[data-theme=dark] .home-solutions__grid,html[data-theme=dark] .home-process__list,html[data-theme=dark] .home-coverage__list{border-top-color:#4d5d72}html[data-theme=dark] .sales-cta,html[data-theme=dark] .adaptation-section,html[data-theme=dark] .contact-market-note{background:#172530}html[data-theme=dark] .identity-badges span,html[data-theme=dark] .module-card__signals li{color:#bdc7cf;background:#151f27;border-color:#34434f}html[data-theme=dark] .form-grid input,html[data-theme=dark] .form-grid select,html[data-theme=dark] .form-grid textarea,html[data-theme=dark] .contact-form__field input,html[data-theme=dark] .contact-form__field select,html[data-theme=dark] .contact-form__field textarea{color:#f3f7fb;background:#0f1a28;border-color:#34455b}html[data-theme=dark] .form-grid input::placeholder,html[data-theme=dark] .form-grid textarea::placeholder,html[data-theme=dark] .contact-form__field input::placeholder,html[data-theme=dark] .contact-form__field textarea::placeholder{color:#7f8da1}html[data-theme=dark] select option{color:#f3f7fb;background:#0f1a28}html[data-theme=dark] .page-hero__media-code{color:#d9e5f3;background:#0a1420d1;border-color:#7591b747}@media (width<=900px){html[data-theme=dark] .site-header,html[data-theme=dark] .site-header__mobile-nav{background:var(--paper)}}@media (prefers-reduced-motion:reduce){.theme-toggle__track,.theme-toggle__thumb,.theme-toggle__sun,.theme-toggle__moon{transition:none}}@media (width>=1024px) and (height>=720px){html{scroll-padding-top:76px;scroll-snap-type:y proximity!important}.home-opening,.site-frame__main>section{scroll-snap-align:start;min-height:calc(100svh - 76px);scroll-margin-top:76px}.home-opening{grid-template-rows:minmax(0,1fr) auto;display:grid}.home-opening .home-hero{align-items:center;min-height:0;padding-top:clamp(40px,5svh,70px);padding-bottom:clamp(40px,5svh,70px);display:flex}.site-frame__main>section:not(.home-proof){align-items:center;display:flex}.site-frame__main>section:not(.home-proof)>.shell{flex:none}.home-solutions,.home-vynko,.home-process,.home-coverage,.home-contact{padding-top:clamp(52px,6svh,84px);padding-bottom:clamp(52px,6svh,84px)}}@media (width>=1024px) and (height>=820px){html{scroll-snap-type:y mandatory!important}.home-opening,.site-frame__main>section{scroll-snap-stop:always}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;scroll-snap-type:none!important}}.home-solutions__intro{grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);align-items:end;gap:clamp(42px,6vw,82px);margin-bottom:34px}.home-solutions__intro .section-intro__title{max-width:20ch;font-size:clamp(2.2rem,3.15vw,3rem);line-height:1.02}.home-solutions__intro .section-intro__description{max-width:720px;line-height:1.62}.section-intro__inline-link{color:var(--ink-950);white-space:nowrap;border-bottom:1px solid;align-items:center;gap:7px;font-weight:680;display:inline-flex}.section-intro__inline-link span{color:var(--blue-600)}.home-solutions__item{padding:22px 22px 24px 0}.home-solutions__item:not(:nth-child(3n+1)){padding-left:22px}.home-solutions__meta{margin-bottom:18px}.home-solutions__title{font-size:1.02rem;line-height:1.28}.home-solutions__description{margin-top:8px;font-size:.84rem;line-height:1.52}.home-vynko__description{max-width:620px;margin-top:20px;line-height:1.62}.home-vynko__features{gap:0 20px;margin-top:24px}.home-vynko__feature{padding:12px 5px 12px 20px;line-height:1.4}.home-vynko__feature:before{top:17px}html[data-theme=dark] .section-intro__inline-link{color:#edf3fb}@media (width>=1024px) and (height>=720px){.home-solutions{padding-top:clamp(34px,4.5svh,56px);padding-bottom:clamp(34px,4.5svh,56px)}}@media (width<=900px){.home-solutions__intro{grid-template-columns:1fr;gap:26px}.home-solutions__intro .section-intro__title{max-width:18ch}}@media (width<=640px){.section-intro__inline-link{white-space:normal;margin-top:8px}}.site-frame__main>section.home-vynko--sequence:not(.home-proof){height:180svh;min-height:1080px;padding:0;display:block}.home-vynko__sticky{align-items:center;width:100%;height:calc(100svh - 76px);display:flex;position:sticky;top:76px;overflow:hidden}.home-vynko--sequence .home-vynko__container{grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:clamp(40px,5vw,72px)}.modular-scroll{background:0 0;min-width:0;margin:0;overflow:hidden}.modular-scroll__viewport{background:0 0;height:min(57svh,610px);min-height:390px;position:relative;overflow:hidden}.modular-scroll__viewport:after{content:none}.modular-scroll__canvas{filter:drop-shadow(0 24px 34px #00000047);width:100%;height:100%;display:block}.modular-scroll__loading{z-index:2;color:#a8b7cb;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#070b11e6;align-content:center;justify-items:center;gap:14px;padding:24px;font-size:.62rem;transition:opacity .36s,visibility .36s;display:grid;position:absolute;inset:0}.modular-scroll__loading>i{background:#253246;width:min(220px,72%);height:2px;display:block;overflow:hidden}.modular-scroll__loading>i>b{background:var(--blue-500);transform-origin:0;width:100%;height:100%;transition:transform .18s;display:block}.modular-scroll__loading--complete{opacity:0;visibility:hidden}@media (width<=1080px){.home-vynko--sequence .home-vynko__container{grid-template-columns:minmax(0,.84fr) minmax(460px,1.16fr);gap:32px}.modular-scroll__viewport{height:min(52svh,540px);min-height:360px}}@media (width<=900px){.site-frame__main>section.home-vynko--sequence:not(.home-proof){height:175svh;min-height:1000px}.home-vynko__sticky{height:calc(100svh - 76px);padding:24px 0}.home-vynko--sequence .home-vynko__container{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:24px}.modular-scroll__viewport{height:min(48svh,460px);min-height:320px}}@media (width<=720px){.site-frame__main>section.home-vynko--sequence:not(.home-proof){height:165svh;min-height:880px}.home-vynko__sticky{height:calc(100svh - 68px);padding:14px 0;top:68px}.home-vynko--sequence .home-vynko__container{grid-template-columns:1fr;gap:16px}.home-vynko--sequence .home-vynko__title{font-size:clamp(1.8rem,7.7vw,2.2rem)}.home-vynko--sequence .home-vynko__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:12px;font-size:.86rem;line-height:1.5;display:-webkit-box;overflow:hidden}.home-vynko--sequence .home-vynko__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;margin-top:14px}.home-vynko--sequence .home-vynko__feature{padding:8px 3px 8px 15px;font-size:.7rem}.home-vynko--sequence .home-vynko__feature:before{width:5px;height:5px;top:13px}.home-vynko--sequence .home-vynko__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.home-vynko--sequence .home-vynko__actions .button{min-height:42px;padding:0 10px;font-size:.72rem}.modular-scroll__viewport{height:min(31svh,250px);min-height:180px}}@media (width<=420px){.home-vynko--sequence .home-vynko__actions{grid-template-columns:1fr}.home-vynko--sequence .home-vynko__actions .button-dark-outline{display:none}}@media (prefers-reduced-motion:reduce){.site-frame__main>section.home-vynko--sequence:not(.home-proof){height:auto;min-height:calc(100svh - 76px);padding:72px 0}.home-vynko__sticky{height:auto;position:relative;top:auto;overflow:visible}.modular-scroll__loading,.modular-scroll__loading>i>b{transition:none}}.site-header__inner--landing{justify-content:space-between}.site-footer__grid--landing{grid-template-columns:minmax(0,1fr) auto}.site-footer__grid--landing .site-footer__actions{grid-column:auto}.home-consulting{color:#0b1117;background:#e9eef3;padding:clamp(64px,7vw,96px) 0;scroll-margin-top:88px;position:relative;overflow:hidden}.home-consulting__container{grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr);align-items:center;gap:clamp(50px,6vw,86px);display:grid}.home-consulting__intro{max-width:540px}.home-consulting__title{letter-spacing:-.055em;text-wrap:balance;max-width:15ch;margin-top:18px;font-size:clamp(2.35rem,3.5vw,3.55rem);font-weight:570;line-height:1.01}.home-consulting__description{color:#536170;max-width:56ch;margin-top:22px;font-size:.94rem;line-height:1.65}.home-consulting__scale{color:#687582;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:10px;margin-top:34px;font-size:.55rem;line-height:1.4;display:flex}.home-consulting__scale i{background:#9aa8b5;flex:none;width:16px;height:1px}.home-consulting__grid{border-top:1px solid #bdc8d2;border-left:1px solid #bdc8d2;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-consulting__item{background:#ffffff2e;border-bottom:1px solid #bdc8d2;border-right:1px solid #bdc8d2;min-height:210px;padding:28px;transition:background-color .26s,transform .36s cubic-bezier(.22,1,.36,1),opacity .36s}.home-consulting__meta{justify-content:space-between;align-items:center;gap:14px;display:flex}.home-consulting__meta>span{color:#6c7884;font-family:var(--font-mono);letter-spacing:.08em;font-size:.55rem}.home-consulting__icon.icon-glyph{color:#255f8b;background:0 0;border-color:#b8c9d8;width:38px;height:38px}.home-consulting__item-title{letter-spacing:-.025em;margin-top:34px;font-size:1.12rem;font-weight:620}.home-consulting__item-description{color:#5b6875;max-width:38ch;margin-top:11px;font-size:.79rem;line-height:1.55}.motion-ready .home-consulting__grid[data-motion]:not(.is-motion-active) .home-consulting__item{opacity:.35;transform:translateY(12px)}.home-consulting__grid.is-motion-active .home-consulting__item:nth-child(2){transition-delay:60ms}.home-consulting__grid.is-motion-active .home-consulting__item:nth-child(3){transition-delay:.12s}.home-consulting__grid.is-motion-active .home-consulting__item:nth-child(4){transition-delay:.18s}@media (hover:hover) and (pointer:fine){.home-consulting__item:hover{background:#ffffffb8}}.home-contact.home-contact--lead{color:#0b1117;background:#f6f8fa}.home-contact--lead .home-contact__container{grid-template-columns:minmax(320px,.78fr) minmax(560px,1.22fr);align-items:center;gap:clamp(42px,6vw,82px)}.home-contact--lead .home-contact__title{color:#0b1117;max-width:13ch;font-size:clamp(2.35rem,3.4vw,3.45rem);line-height:1.01}.home-contact--lead .home-contact__description{color:#586675;font-size:.9rem;line-height:1.62}.home-contact__brief{border-top:1px solid #ccd4dc;margin:28px 0 0;padding:0;list-style:none;display:grid}.home-contact__brief li{color:#344250;border-bottom:1px solid #ccd4dc;grid-template-columns:34px 1fr;align-items:center;min-height:42px;font-size:.76rem;font-weight:600;display:grid}.home-contact__brief span{color:#2b6794;font-family:var(--font-mono);font-size:.57rem}.home-contact--lead .contact-form{background:#fff;border-color:#ccd5de;border-radius:8px;padding:30px;box-shadow:0 20px 54px #1b2c3d14}.home-contact--lead .form-heading h2{font-size:1.9rem}.home-contact--lead .form-heading p{margin-top:8px;font-size:.8rem;line-height:1.55}.home-contact--lead .form-grid{gap:14px;margin-top:22px}.home-contact--lead .contact-form__field:nth-child(4){grid-column:auto}.home-contact--lead .form-grid input,.home-contact--lead .form-grid select{min-height:42px}.home-contact--lead .form-grid textarea{min-height:108px}.home-contact--lead .form-submit-row{margin-top:18px}html[data-theme=dark] .home-consulting{color:#eef3f7;background:#111a22}html[data-theme=dark] .home-consulting__description,html[data-theme=dark] .home-consulting__item-description,html[data-theme=dark] .home-consulting__scale,html[data-theme=dark] .home-consulting__meta>span{color:#9cabb7}html[data-theme=dark] .home-consulting__grid,html[data-theme=dark] .home-consulting__item{border-color:#34414c}html[data-theme=dark] .home-consulting__item{background:#ffffff04}html[data-theme=dark] .home-contact.home-contact--lead{color:#eef3f7;background:#0b1117}html[data-theme=dark] .home-contact--lead .home-contact__title{color:#eef3f7}html[data-theme=dark] .home-contact--lead .home-contact__description,html[data-theme=dark] .home-contact__brief li{color:#a8b4bf}html[data-theme=dark] .home-contact__brief,html[data-theme=dark] .home-contact__brief li,html[data-theme=dark] .home-contact--lead .contact-form{border-color:#34414c}html[data-theme=dark] .home-contact--lead .contact-form{background:#111a22}@media (width<=1100px){.home-consulting__container{grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr);gap:38px}.home-consulting__item{min-height:196px;padding:24px}.home-contact--lead .home-contact__container{grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);gap:36px}}@media (width<=900px){.site-header__actions--landing .site-header__language,.site-header__actions--landing .site-header__cta{display:inline-flex}.site-header__actions--landing .site-header__menu-button{display:none}.home-consulting__container,.home-contact--lead .home-contact__container{grid-template-columns:1fr}.home-consulting__intro,.home-contact--lead .home-contact__content{max-width:700px}.home-consulting__title,.home-contact--lead .home-contact__title{max-width:18ch}}@media (width<=720px){.site-header__actions--landing{gap:10px}.site-header__actions--landing .site-header__cta{display:none}.site-footer__grid--landing{grid-template-columns:1fr}.site-footer__grid--landing .site-footer__actions{align-items:flex-start}.home-consulting,.home-contact.home-contact--lead{padding:64px 0;scroll-margin-top:76px}.home-consulting__grid{grid-template-columns:1fr}.home-consulting__item{min-height:0}.home-consulting__scale{flex-wrap:wrap}.home-contact--lead .contact-form{padding:24px}.home-contact--lead .form-grid{grid-template-columns:1fr}.home-contact--lead .contact-form__field:nth-child(4),.home-contact--lead .form-wide{grid-column:1}}@media (width<=440px){.site-header__actions--landing{gap:8px}.brand__wordmark{font-size:.88rem}.home-consulting__title,.home-contact--lead .home-contact__title{font-size:2.05rem}.home-consulting__scale i{display:none}.home-consulting__scale span{width:100%}.site-footer__grid--landing{grid-template-columns:1fr}.site-footer__grid--landing .site-footer__actions{align-items:flex-start}}@media (prefers-reduced-motion:reduce){.home-consulting__item{transition:none;opacity:1!important;transform:none!important}}.button{border-radius:var(--radius-control);min-height:46px;font-family:var(--font-sans);letter-spacing:.035em;padding-inline:19px;font-size:.75rem;font-weight:700}.button-primary,.button-blue,html[data-theme=dark] .button-primary,html[data-theme=dark] .button-blue{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-on-primary)}.button-primary:hover,.button-blue:hover,html[data-theme=dark] .button-primary:hover,html[data-theme=dark] .button-blue:hover{border-color:var(--color-primary-hover);background:var(--color-primary-hover);color:var(--color-on-primary)}.button-secondary,html[data-theme=dark] .button-secondary{border-color:var(--color-border-strong);color:var(--color-text);background:0 0}.button-secondary:hover,html[data-theme=dark] .button-secondary:hover{border-color:var(--color-text);background:var(--color-text);color:var(--color-page)}.site-header,html[data-theme=dark] .site-header{border-bottom-color:var(--color-border);background:color-mix(in srgb, var(--color-page) 92%, transparent)}.brand__wordmark,.language-current,html[data-theme=dark] .language-current{color:var(--color-text)}.brand__accent,.language-link:hover{color:var(--color-primary)}.language-link,html[data-theme=dark] .language-link{color:var(--color-text-tertiary)}.theme-toggle__track,html[data-theme=dark] .theme-toggle__track{border-color:var(--color-border-strong);background:var(--color-surface-subtle)}.theme-toggle__thumb,html[data-theme=dark] .theme-toggle__thumb{background:var(--color-text)}.home-hero,html[data-theme=dark] .home-hero,.home-process,html[data-theme=dark] .home-process,.home-contact.home-contact--lead,html[data-theme=dark] .home-contact.home-contact--lead{background:var(--color-page);color:var(--color-text)}.home-proof,.home-solutions,html[data-theme=dark] .home-proof,html[data-theme=dark] .home-solutions{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text)}.home-hero__description,.home-hero__support,.section-intro__description,.home-solutions__description,.home-process__description,html[data-theme=dark] .home-hero__description,html[data-theme=dark] .home-hero__support,html[data-theme=dark] .section-intro__description,html[data-theme=dark] .home-solutions__description,html[data-theme=dark] .home-process__description{color:var(--color-text-secondary)}.home-hero__eyebrow,.section-intro__eyebrow,.home-contact__eyebrow,.home-solutions__meta>span,.home-process__index{color:var(--color-primary)}.home-hero__visual,.home-solutions__grid,.home-process__list,.home-solutions__item,.home-process__step,.home-proof__item{border-color:var(--color-border)}.home-hero__visual,.home-hero__visual-bar,.home-hero__visual-caption,html[data-theme=dark] .home-hero__visual,html[data-theme=dark] .home-hero__visual-bar,html[data-theme=dark] .home-hero__visual-caption{background:var(--color-surface);color:var(--color-text-secondary)}.home-solutions__icon.icon-glyph,.home-proof__item .icon-glyph,.home-process__meta .icon-glyph{border-color:var(--color-border);background:var(--color-primary-soft);color:var(--color-primary)}.home-consulting,html[data-theme=dark] .home-consulting{background:var(--color-surface-subtle);color:var(--color-text);align-items:center;padding-block:clamp(56px,6svh,76px);display:grid}.home-consulting__layout{grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);align-items:center;gap:clamp(48px,6vw,80px);display:grid}.home-consulting__content{max-width:720px}.home-consulting__eyebrow{color:var(--color-primary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700;line-height:1.45}.home-consulting__title{max-width:20ch;color:var(--color-text);letter-spacing:-.052em;text-wrap:balance;margin-top:18px;font-size:clamp(2.25rem,3.2vw,3.5rem);font-weight:620;line-height:1.02}.home-consulting__description{max-width:var(--content-readable);color:var(--color-text-secondary);text-wrap:pretty;margin-top:22px;font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.65}.home-consulting__action{margin-top:28px}.home-consulting__engagement{border:1px solid var(--color-border);border-radius:var(--radius-panel);background:var(--color-surface-raised);box-shadow:var(--shadow-soft);overflow:hidden}.home-consulting__engagement-intro{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);padding:20px 22px;font-size:.84rem;font-weight:620;line-height:1.5}.home-consulting__steps{margin:0;padding:0;list-style:none}.home-consulting__step{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;min-height:78px;padding:14px 20px;transition:opacity .3s,transform .36s cubic-bezier(.22,1,.36,1),background-color .18s;display:grid}.home-consulting__step+.home-consulting__step{border-top:1px solid var(--color-border)}.home-consulting__step-index{color:var(--color-primary);font-family:var(--font-mono);font-size:.72rem;font-weight:700}.home-consulting__step-copy h3{color:var(--color-text);letter-spacing:-.015em;font-size:.94rem;font-weight:700}.home-consulting__step-copy p{color:var(--color-text-secondary);margin-top:4px;font-size:.78rem;line-height:1.45}.motion-ready .home-consulting__engagement[data-motion]:not(.is-motion-active) .home-consulting__step{opacity:.35;transform:translate(10px)}.home-consulting__engagement.is-motion-active .home-consulting__step:nth-child(2){transition-delay:50ms}.home-consulting__engagement.is-motion-active .home-consulting__step:nth-child(3){transition-delay:.1s}.home-consulting__engagement.is-motion-active .home-consulting__step:nth-child(4){transition-delay:.15s}@media (hover:hover) and (pointer:fine){.home-consulting__step:hover{background:var(--color-primary-soft)}}.home-contact--lead .home-contact__container{grid-template-columns:minmax(320px,.78fr) minmax(560px,1.22fr);align-items:center;gap:clamp(48px,6vw,80px);display:grid}.home-contact--lead .home-contact__content{max-width:540px}.home-contact--lead .home-contact__eyebrow{color:var(--color-primary)}.home-contact--lead .home-contact__title,html[data-theme=dark] .home-contact--lead .home-contact__title{max-width:19ch;color:var(--color-text);text-wrap:balance;font-size:clamp(2.25rem,3.2vw,3.45rem);line-height:1.03}.home-contact--lead .home-contact__description,html[data-theme=dark] .home-contact--lead .home-contact__description{max-width:58ch;color:var(--color-text-secondary);text-wrap:pretty;font-size:1rem;line-height:1.65}.contact-form.contact-form--compact,html[data-theme=dark] .contact-form.contact-form--compact{border:1px solid var(--color-border);border-radius:var(--radius-panel);background:var(--color-surface-raised);width:100%;max-width:640px;box-shadow:var(--shadow-soft);justify-self:end;padding:30px}.contact-form__intro h3{color:var(--color-text);letter-spacing:-.03em;font-size:1.35rem;font-weight:700}.contact-form__intro p{color:var(--color-text-secondary);margin-top:5px;font-size:.8rem}.contact-form__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin-top:20px;display:grid}.contact-form__field{min-width:0;color:var(--color-text);gap:7px;font-size:.78rem;font-weight:650;display:grid}.home-contact--lead .contact-form .contact-form__field--context,.home-contact--lead .contact-form .contact-form__field--need{grid-column:1/-1}.contact-form__field input,.contact-form__field textarea{border:1px solid var(--color-border-strong);border-radius:var(--radius-control);background:var(--color-surface);width:100%;color:var(--color-text);font:inherit;font-size:.88rem;font-weight:450;transition:border-color .16s,box-shadow .16s}.contact-form__field input{min-height:48px;padding-inline:13px}.contact-form__field textarea{resize:vertical;padding:11px 13px;line-height:1.45}.contact-form__field--context textarea{min-height:82px}.contact-form__field--need textarea{min-height:108px}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:var(--color-text-tertiary);opacity:.86}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 16%, transparent);outline:0}.contact-form__actions{align-items:center;gap:14px;margin-top:18px;display:flex}.contact-form__status{color:var(--color-text-secondary);font-size:.72rem;line-height:1.4}.contact-form__email{color:var(--color-primary);font-family:var(--font-mono);border-bottom:1px solid;margin-top:13px;font-size:.72rem;display:inline-flex}.site-footer,html[data-theme=dark] .site-footer{background:var(--color-surface-inverse);color:var(--color-text-inverse)}@media (width>=1024px) and (height>=720px){html{scroll-snap-type:y proximity!important}.home-consulting,.home-contact.home-contact--lead{min-block-size:var(--section-viewport);padding-block:clamp(40px,5svh,60px)}}@media (width<=1179px){.home-consulting__layout{grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);gap:46px}.home-contact--lead .home-contact__container{grid-template-columns:minmax(290px,.74fr) minmax(520px,1.26fr);gap:42px}}@media (width<=1023px){.home-consulting__layout,.home-contact--lead .home-contact__container{grid-template-columns:1fr}.home-consulting__content,.home-contact--lead .home-contact__content{max-width:760px}.home-consulting__engagement,.contact-form.contact-form--compact{justify-self:stretch;width:100%;max-width:760px}}@media (width<=767px){:root{--site-header-height:68px}.home-consulting,.home-contact.home-contact--lead{min-block-size:auto;padding-block:60px}.home-consulting__layout,.home-contact--lead .home-contact__container{gap:36px}.home-consulting__title,.home-contact--lead .home-contact__title{max-width:20ch;font-size:clamp(2.1rem,8.5vw,2.6rem)}.home-consulting__description,.home-contact--lead .home-contact__description{font-size:1rem}.contact-form.contact-form--compact{box-shadow:none;padding:22px}.contact-form__fields{grid-template-columns:1fr}.home-contact--lead .contact-form .contact-form__field--organization,.home-contact--lead .contact-form .contact-form__field--email,.home-contact--lead .contact-form .contact-form__field--context,.home-contact--lead .contact-form .contact-form__field--need{grid-column:1}}@media (width<=520px){.home-consulting__step{grid-template-columns:34px minmax(0,1fr);padding-inline:16px}.contact-form__actions{flex-direction:column;align-items:stretch}.contact-form__actions .button{width:100%}}@media (prefers-reduced-motion:reduce){.home-consulting__step{transition:none;opacity:1!important;transform:none!important}}.home-hero__container{grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);gap:clamp(36px,4vw,58px)}.home-hero__visual,html[data-theme=dark] .home-hero__visual{border-color:var(--color-border);background:0 0;overflow:hidden;box-shadow:0 34px 96px #0f1f341a}.home-hero__visual:after{display:none}.hero-architecture{isolation:isolate;aspect-ratio:16/9;background:var(--color-page);width:100%;position:relative;overflow:hidden}.hero-architecture__canvas{z-index:1;filter:drop-shadow(0 24px 28px #08172c30);width:100%;height:100%;display:block;position:absolute;inset:0}.hero-architecture__telemetry{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-architecture__trace{transform-origin:0;background:#ffffff6b;height:1px;display:block;position:absolute;overflow:visible;box-shadow:0 0 8px #fff3}.hero-architecture__trace i{background:#fffffff5;width:18%;height:3px;animation:3.6s cubic-bezier(.45,0,.55,1) infinite hero-architecture-signal;position:absolute;top:-1px;left:0;box-shadow:0 0 10px #fffc}.hero-architecture__trace--one{width:27%;top:43%;left:21%;transform:rotate(9deg)}.hero-architecture__trace--two{width:32%;top:58%;left:43%;transform:rotate(-13deg)}.hero-architecture__trace--two i{animation-delay:-1.3s}.hero-architecture__trace--three{width:23%;top:69%;left:28%;transform:rotate(-22deg)}.hero-architecture__trace--three i{animation-delay:-2.5s}.hero-architecture__node{background:#ffffffb8;border:1px solid #fffffff2;width:6px;height:6px;animation:2.8s ease-in-out infinite hero-architecture-node;position:absolute;box-shadow:0 0 0 3px #ffffff1a,0 0 14px #ffffffc7}.hero-architecture__node--one{top:44%;left:47%}.hero-architecture__node--two{animation-delay:-.9s;top:51%;left:68%}.hero-architecture__node--three{animation-delay:-1.8s;top:67%;left:27%}.hero-architecture__loading{z-index:3;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;padding:7px 9px;font-size:.58rem;line-height:1.3;transition:opacity .22s,visibility .22s;position:absolute;bottom:14px;right:16px}.hero-architecture__loading--ready{visibility:hidden;opacity:0}.hero-architecture__loading--error{color:var(--color-text-secondary)}@keyframes hero-architecture-signal{0%{opacity:0;transform:translate(0)}14%{opacity:1}84%{opacity:1}to{opacity:0;transform:translate(455%)}}@keyframes hero-architecture-node{0%,to{opacity:.44;transform:scale(.75)}50%{opacity:1;transform:scale(1.12)}}@media (width<=1080px){.home-hero__container{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:32px}}@media (width<=900px){.home-hero__container{grid-template-columns:minmax(0,.9fr) minmax(370px,1.1fr);gap:26px}}@media (width<=720px){.home-hero__container{grid-template-columns:1fr;gap:36px}.home-hero__visual{width:100%;max-width:none}.hero-architecture__trace i{animation-duration:4.4s}}@media (prefers-reduced-motion:reduce){.hero-architecture__trace i,.hero-architecture__node{animation:none!important}}.mobile-disclosure__trigger,.coverage-split__tabs,.contact-form__continue,.home-contact__direct-email{display:none}.mobile-disclosure__content{display:block}.coverage-split__tabs{z-index:8;border-bottom:1px solid var(--color-border);background:var(--color-surface);grid-template-columns:repeat(2,minmax(0,1fr));min-height:50px;position:relative}.coverage-split__tabs button{border:0;border-right:1px solid var(--color-border);min-height:50px;color:var(--color-text-secondary);font-family:var(--font-sans);letter-spacing:.02em;background:0 0;padding:0 14px;font-size:.75rem;font-weight:700}.coverage-split__tabs button:last-child{border-right:0}.coverage-split__tabs button[aria-pressed=true]{background:var(--color-primary);color:var(--color-on-primary)}.coverage-split__tabs button:focus-visible,.mobile-disclosure__trigger:focus-visible{outline:3px solid var(--color-focus);outline-offset:-3px}.contact-form__continue{grid-column:1/-1;align-items:start;gap:9px}.contact-form__continue .button{justify-content:space-between;width:100%}.contact-form__continue>span{color:var(--color-text-secondary);font-size:.72rem;line-height:1.45}@media (width<=900px){.coverage-split{grid-template-columns:1fr}.coverage-split__tabs{display:grid}.coverage-split[data-mobile-active=organizations] .coverage-split__panel--dark,.coverage-split[data-mobile-active=deployment] .coverage-split__panel--light{display:none}.coverage-split__panel,.coverage-split__panel+.coverage-split__panel{border-top:0;height:auto;min-height:clamp(520px,70svh,620px)}.coverage-split__content{max-width:none;padding:32px 28px clamp(205px,27vw,245px)}.coverage-split__asset,.coverage-split__asset--light,.coverage-split__asset--dark{height:clamp(190px,29vw,240px)}.mobile-disclosure--tablet .mobile-disclosure__trigger{display:flex}.mobile-disclosure--tablet:not(.mobile-disclosure--expanded) .mobile-disclosure__content{display:none}}@media (width<=767px){.mobile-disclosure__trigger{border:0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);width:100%;min-height:44px;color:var(--color-primary);font-family:var(--font-sans);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:10px 0;font-size:.76rem;font-weight:700;line-height:1.35;display:flex}.mobile-disclosure__trigger i{flex:none;width:12px;height:12px;position:relative}.mobile-disclosure__trigger i:before,.mobile-disclosure__trigger i:after{content:"";background:currentColor;width:12px;height:1px;transition:transform .18s;position:absolute;top:50%;left:0}.mobile-disclosure__trigger i:after{transform:rotate(90deg)}.mobile-disclosure--expanded .mobile-disclosure__trigger i:after{transform:rotate(0)}.mobile-disclosure--inverse .mobile-disclosure__trigger{color:#b9d1ff;border-color:#9fb5d147}.mobile-disclosure:not(.mobile-disclosure--expanded) .mobile-disclosure__content{display:none}.mobile-disclosure--expanded .mobile-disclosure__content{animation:.18s ease-out both mobile-disclosure-enter}.home-hero{padding:42px 0 44px}.home-hero__container{gap:28px}.home-hero__eyebrow{margin-bottom:14px;font-size:.65rem}.home-hero__title{max-width:16ch;font-size:clamp(2.12rem,9vw,2.4rem)}.home-hero__description{margin-top:18px;font-size:.94rem;line-height:1.58}.home-hero__actions{margin-top:22px}.home-hero__support{margin-top:18px;font-size:.74rem}.home-hero__visual-bar{min-height:38px}.home-hero__visual-caption{display:none}.home-proof__list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-proof__item,.home-proof__item:first-child{border-right:0;border-bottom:1px solid var(--color-border);gap:8px;min-height:54px;padding:9px 8px;font-size:.69rem;line-height:1.3}.home-proof__item:nth-child(odd){border-right:1px solid var(--color-border)}.home-proof__item:nth-last-child(-n+2){border-bottom:0}.home-proof__item .icon-glyph{width:28px;height:28px}.home-solutions,.home-process{padding:52px 0}.home-solutions__intro{gap:14px;margin-bottom:22px}.home-solutions__intro .section-intro__title,.home-process .section-intro__title{font-size:clamp(1.9rem,8.2vw,2.2rem)}.home-solutions__intro .section-intro__description,.home-process .section-intro__description{font-size:.9rem;line-height:1.55}.home-solutions__item,.home-solutions__item:not(:nth-child(3n+1)),.home-solutions__item:nth-child(2n){padding:17px 0}.home-solutions__meta{margin-bottom:10px}.home-solutions__meta>span{display:none}.home-solutions__icon.icon-glyph{width:34px;height:34px}.home-solutions__title{font-size:1rem}.home-solutions__details{margin-top:9px}.home-solutions__details .mobile-disclosure__trigger{border-bottom:0;min-height:36px;padding:6px 0;font-size:.7rem}.home-solutions__description{margin-top:7px;font-size:.88rem;line-height:1.5}.site-frame__main>section.home-vynko--sequence:not(.home-proof){height:auto;min-height:0;padding:54px 0}.home-vynko__sticky{height:auto;padding:0;position:relative;top:auto;overflow:visible}.home-vynko--sequence .home-vynko__container{grid-template-columns:1fr;gap:22px}.home-vynko--sequence .home-vynko__title{font-size:clamp(1.92rem,8vw,2.24rem)}.home-vynko--sequence .home-vynko__description{-webkit-line-clamp:unset;margin-top:14px;font-size:.9rem;line-height:1.56;display:block;overflow:visible}.home-vynko__feature-disclosure{margin-top:17px}.home-vynko--sequence .home-vynko__features{margin-top:0}.home-vynko--sequence .home-vynko__actions{grid-template-columns:1fr;margin-top:18px}.home-vynko--sequence .home-vynko__actions .button-dark-outline{display:inline-flex}.modular-scroll__viewport{height:clamp(180px,58vw,250px);min-height:0}.home-process .section-intro{margin-bottom:22px}.home-process__step,.home-process__step+.home-process__step,.home-process__step:nth-child(3),.home-process__step:nth-child(4){grid-template-columns:40px minmax(0,1fr);align-items:start;gap:3px 13px;padding:18px 0;display:grid}.home-process__meta{grid-row:1/3;gap:8px}.home-process__index{margin-bottom:7px}.home-process__meta .icon-glyph{width:32px;height:32px}.home-process__title,.home-process__description{grid-column:2}.home-process__title{font-size:.98rem}.home-process__description{margin-top:2px;font-size:.84rem;line-height:1.48}.home-consulting,.home-contact.home-contact--lead{padding-block:52px}.home-consulting__layout,.home-contact--lead .home-contact__container{gap:28px}.home-consulting__title,.home-contact--lead .home-contact__title{max-width:18ch;font-size:clamp(1.92rem,8vw,2.24rem)}.home-consulting__description,.home-contact--lead .home-contact__description{margin-top:17px;font-size:.92rem;line-height:1.57}.home-consulting__action{width:100%;margin-top:22px}.home-consulting__engagement{box-shadow:none}.home-consulting__engagement-intro{padding:17px 18px}.home-consulting__steps-disclosure .mobile-disclosure__trigger{border-top:0;padding-left:18px;padding-right:18px}.home-consulting__step{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:13px 17px}.home-contact__direct-email{color:var(--color-primary);font-family:var(--font-mono);border-bottom:1px solid;margin-top:16px;font-size:.72rem;display:inline-flex}.contact-form.contact-form--compact{padding:20px}.contact-form__fields{gap:13px;margin-top:17px}.contact-form__continue{display:grid}.contact-form--details-open .contact-form__continue,.contact-form:not(.contact-form--details-open) .contact-form__field--context,.contact-form:not(.contact-form--details-open) .contact-form__field--need,.contact-form:not(.contact-form--details-open) .contact-form__actions,.contact-form__email{display:none}}@media (width<=520px){.home-hero__support{display:none}.coverage-split__content{padding:27px 20px 205px}.coverage-split__panel,.coverage-split__panel+.coverage-split__panel{min-height:500px}.coverage-split__title-line{white-space:normal}.coverage-split__description{font-size:.84rem;line-height:1.5}.coverage-split__item{font-size:.76rem}.coverage-split__list-disclosure{margin-top:17px}.coverage-split__list-disclosure .mobile-disclosure__trigger{border-color:currentColor}.coverage-split__list{margin-top:15px}.coverage-split__asset,.coverage-split__asset--light,.coverage-split__asset--dark{height:205px}.home-vynko--sequence .home-vynko__features{grid-template-columns:1fr}.home-vynko--sequence .home-vynko__feature{font-size:.8rem}}@keyframes mobile-disclosure-enter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.mobile-disclosure--expanded .mobile-disclosure__content{animation:none}.mobile-disclosure__trigger i:before,.mobile-disclosure__trigger i:after{transition:none}}
