:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#17181a;--bg-rgb:23, 24, 26;--surface:#202224;--surface-2:#2b2d30;--surface-border:#ffffff14;--surface-border-faint:#ffffff0d;--navy:#0b4ea2;--navy-bright:#1465c9;--cyan:#00aeef;--yellow:#ffd100;--white:#fff;--text:#f4f5f6;--text-muted:#9a9da3;--text-faint:#6a6d72;--accent-ink:var(--cyan);--warn-ink:var(--yellow);--shadow:#00000073;--glow-cyan:0 0 22px #00aeef38;--glow-yellow:0 0 22px #ffd10029;--glow-navy:0 0 22px #1465c947;--glow-rose:drop-shadow(0 0 24px #00aeef47);--ink-navy:#6ea8f0;--font-display:"Space Grotesk", "Archivo", sans-serif;--font-body:"Archivo", sans-serif;--font-mono:"JetBrains Mono", monospace;--container:1180px;--radius:14px}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4efe4;--bg-rgb:244, 239, 228;--surface:#fbf8f2;--surface-2:#ece5d7;--surface-border:#4a3a2029;--surface-border-faint:#4a3a2014;--text:#1b1813;--text-muted:#5b5346;--text-faint:#8a8172;--accent-ink:#0a6188;--warn-ink:#7d6008;--shadow:#3c2d1429;--glow-cyan:0 2px 10px #3c2d1412;--glow-yellow:0 2px 10px #3c2d1412;--glow-navy:0 2px 10px #3c2d1412;--glow-rose:none;--ink-navy:#0b4ea2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;margin:0;line-height:1.05}p{margin:0}.wrap{max-width:var(--container);margin:0 auto;padding:0 32px}@media (width<=720px){.wrap{padding:0 20px}}.eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-ink);align-items:center;gap:10px;font-size:12.5px;display:inline-flex}.eyebrow:before{content:"";background:var(--accent-ink);width:16px;height:1px;display:inline-block}.btn{font-family:var(--font-mono);letter-spacing:.03em;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-size:13.5px;font-weight:500;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--cyan);color:#08282f}.btn-primary:hover{background:#29c2f5}.btn-ghost{border-color:var(--surface-border);color:var(--text);background:0 0}.btn-ghost:hover{border-color:var(--accent-ink);color:var(--accent-ink)}::selection{background:var(--cyan);color:#08282f}.focus-ring:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--cyan);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.compass-spin{animation:40s linear infinite compass-rotate}@keyframes compass-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reveal-armed{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),translate .7s cubic-bezier(.22,1,.36,1);translate:0 24px}.reveal-in{opacity:1;translate:0}@media (prefers-reduced-motion:reduce){.reveal-armed{opacity:1;translate:0}}.photo-bg{isolation:isolate;background-image:url(/assets/office-lg.webp);background-position:50% 38%;background-repeat:no-repeat;background-size:cover;position:relative}.photo-bg:before{content:"";z-index:-1;background:linear-gradient(90deg, var(--bg) 10%, rgba(var(--bg-rgb), .86) 44%, rgba(var(--bg-rgb), .46) 100%), linear-gradient(0deg, var(--bg) 1%, rgba(var(--bg-rgb), .45) 16%, rgba(var(--bg-rgb), .4) 60%);position:absolute;inset:0}@media (width<=900px){.photo-bg{background-image:url(/assets/office-sm.webp)}.photo-bg:before{background:linear-gradient(180deg, rgba(var(--bg-rgb), .74), rgba(var(--bg-rgb), .88)), linear-gradient(0deg, var(--bg) 2%, transparent 55%)}}.logo-on-light,:root[data-theme=light] .logo-on-dark{display:none}:root[data-theme=light] .logo-on-light{display:block}.theme-toggle{border:1px solid var(--surface-border);width:38px;height:38px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:color .18s,border-color .18s,background .18s;display:inline-flex}.theme-toggle:hover{color:var(--text);border-color:var(--accent-ink);background:var(--surface)}.theme-toggle svg{width:18px;height:18px}.nav{z-index:100;border-bottom:1px solid #0000;padding:22px 0;transition:padding .25s,background .25s,border-color .25s;position:sticky;top:0}.nav-scrolled{background:rgba(var(--bg-rgb), .86);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--surface-border);padding:14px 0}.nav-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.nav-brand{flex:none;align-items:center;display:flex}.nav-logo{object-fit:contain;width:auto;max-width:none;height:48px;transition:height .25s}.nav-scrolled .nav-logo{height:40px}.nav-links{align-items:center;gap:6px;display:flex}.nav-link{color:var(--text-muted);border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:14.5px;font-weight:500;transition:color .18s,background .18s;display:flex}.nav-link-bearing{font-family:var(--font-mono);color:var(--text-faint);font-size:11px}.nav-link:hover{color:var(--text);background:var(--surface)}.nav-link-active{color:var(--text)}.nav-link-active .nav-link-bearing{color:var(--accent-ink)}.nav-cta{margin-left:10px}.nav-actions{order:3;align-items:center;gap:10px;display:flex}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav-toggle span{background:var(--text);border-radius:2px;width:22px;height:2px}@media (width<=880px){.nav-toggle{order:3;display:flex}.nav-actions{order:2}.nav-logo{height:42px}.nav-scrolled .nav-logo{height:36px}.nav-links{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;gap:2px;padding:10px;transition:transform .2s,opacity .2s;position:absolute;top:calc(100% + 8px);left:16px;right:16px;transform:translateY(-12px)}.nav-links-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-link{width:100%}.nav-cta{justify-content:center;margin:8px 4px 4px}}@media (width<=420px){.nav-logo{height:36px}.nav-scrolled .nav-logo{height:32px}}.footer{border-top:1px solid var(--surface-border);background:linear-gradient(#0000,#0b4ea20f);margin-top:140px;padding-top:64px}.footer-top{grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-logo{object-fit:contain;width:auto;max-width:none;height:44px;margin-bottom:20px}.footer-tagline{color:var(--text-muted);max-width:360px;font-size:15px;line-height:1.6}.footer-col{color:var(--text-muted);flex-direction:column;gap:12px;font-size:14.5px;display:flex}.footer-col a{transition:color .15s}.footer-col a:hover{color:var(--accent-ink)}.footer-muted{color:var(--text-faint)}.footer-bottom{border-top:1px solid var(--surface-border);color:var(--text-faint);font-family:var(--font-mono);align-items:center;gap:14px;padding:24px 32px 32px;font-size:12.5px;display:flex}@media (width<=780px){.footer-top{grid-template-columns:1fr;gap:36px}}.wa{z-index:90;color:#06331a;height:54px;box-shadow:0 10px 28px var(--shadow);background:#25d366;border-radius:999px;align-items:center;gap:0;padding:0 15px;transition:gap .28s cubic-bezier(.22,1,.36,1),transform .2s;display:inline-flex;position:fixed;bottom:22px;right:22px}.wa svg{flex:none;width:26px;height:26px}.wa-label{font-family:var(--font-mono);white-space:nowrap;grid-template-columns:0fr;font-size:13.5px;font-weight:500;transition:grid-template-columns .28s cubic-bezier(.22,1,.36,1);display:grid}.wa-label>span{min-width:0;overflow:hidden}.wa:hover,.wa:focus-visible{gap:10px;transform:translateY(-2px)}.wa:hover .wa-label,.wa:focus-visible .wa-label{grid-template-columns:1fr}@media (width<=640px){.wa{height:50px;padding:0 13px;bottom:16px;right:16px}.wa-label{display:none}}@media (prefers-reduced-motion:reduce){.wa,.wa-label{transition:none}}.orbit{aspect-ratio:1;width:100%;padding:6%;position:relative}.orbit-ring{border:1px solid var(--surface-border);border-radius:50%;position:absolute;top:50%;left:50%;translate:-50% -50%}.orbit-ring-outer{width:100%;height:100%}.orbit-ring-mid{border-style:dashed;width:74%;height:74%}.orbit-ring-inner{border-color:var(--surface-border-faint);width:46%;height:46%}.orbit-sweep{width:100%;height:100%;animation:48s linear infinite orbit-turn;position:absolute;inset:0}.orbit-core{width:30%;position:absolute;top:50%;left:50%;translate:-50% -50%}.orbit-rose{width:100%;height:auto;filter:var(--glow-rose);animation:90s linear infinite orbit-turn;display:block}.orbit-sat{aspect-ratio:1;background:var(--surface-2);border:1px solid var(--surface-border);width:clamp(34px,11%,52px);color:var(--text-muted);border-radius:28%;place-items:center;animation:7s ease-in-out infinite orbit-bob;display:grid;position:absolute;translate:-50% -50%}.orbit-sat svg{width:52%;height:52%}.orbit-sat-cyan{color:var(--accent-ink);box-shadow:var(--glow-cyan);border-color:#00aeef73}.orbit-sat-yellow{color:var(--warn-ink);box-shadow:var(--glow-yellow);border-color:#ffd10066}.orbit-sat-navy{color:var(--ink-navy);box-shadow:var(--glow-navy);border-color:#1465c98c}@keyframes orbit-turn{0%{rotate:0deg}to{rotate:360deg}}@keyframes orbit-bob{0%,to{translate:-50% -50%}50%{translate:-50% calc(-50% - 7px)}}@media (prefers-reduced-motion:reduce){.orbit-sweep,.orbit-rose,.orbit-sat{animation:none}}.panels{background:var(--surface-border);border:1px solid var(--surface-border);border-radius:var(--radius);gap:1px;display:flex;overflow:hidden}.panel{background:var(--surface);text-align:left;cursor:pointer;min-width:0;min-height:300px;color:inherit;border:none;flex-direction:column;flex:1 1 0;justify-content:space-between;gap:18px;padding:26px 24px;transition:flex-grow .45s cubic-bezier(.22,1,.36,1),background .3s;display:flex}.panel-active{background:var(--surface-2);flex-grow:2.4}.panel-top{font-family:var(--font-mono);justify-content:space-between;align-items:center;gap:12px;display:flex}.panel-dir{color:var(--warn-ink);font-size:15px;font-weight:600}.panel-meta{align-items:center;gap:8px;display:flex}.panel-deg{color:var(--text-faint);font-size:12px;transition:color .25s}.panel-active .panel-deg{color:var(--text-muted)}.panel-dot{background:var(--cyan);opacity:0;border-radius:50%;width:8px;height:8px;transition:opacity .25s,scale .25s;scale:.4}.panel-active .panel-dot{opacity:1;scale:1}.panel-body{flex-direction:column;display:flex}.panel-title{font-family:var(--font-display);color:var(--text);font-size:19px;font-weight:600;line-height:1.25}.panel-fold{grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.22,1,.36,1);display:grid}.panel-active .panel-fold{grid-template-rows:1fr}.panel-text{max-width:360px;min-height:0;color:var(--text-muted);opacity:0;font-size:14.5px;line-height:1.6;transition:opacity .3s;overflow:hidden}.panel-active .panel-text{opacity:1;padding-top:12px;transition:opacity .35s .12s}.panel:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}@media (width<=860px),(hover:none){.panels{flex-direction:column}.panel{gap:14px;min-height:0;padding:24px 22px}.panel,.panel-active{background:var(--surface);flex:none}.panel-fold,.panel-active .panel-fold{grid-template-rows:1fr}.panel-text{opacity:1;max-width:none;padding-top:12px}.panel-dot{display:none}}.hero{padding:64px 0 0;position:relative}.hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:40px;min-height:68vh;display:grid}.hero-inner>*{min-width:0}.hero-copy{flex-direction:column;align-items:flex-start;gap:22px;display:flex}.hero-title{font-size:clamp(40px,6vw,68px);font-weight:600}.text-cyan{color:var(--accent-ink)}.hero-sub{color:var(--text-muted);max-width:480px;font-size:17.5px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:6px;display:flex}.hero-mark{justify-content:center;width:100%;max-width:420px;margin:0 auto;display:flex}.hero-cue{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);justify-content:flex-end;align-items:center;gap:10px;padding:26px 0 34px;font-size:12.5px;display:flex}.hero-cue-arrow{animation:2.2s ease-in-out infinite hero-cue-drop}@keyframes hero-cue-drop{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(5px)}}.proof{flex-wrap:wrap;gap:10px;margin:10px 0 0;padding:0;list-style:none;display:flex}.proof-pill{border:1px solid var(--surface-border);background:var(--surface);color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:baseline;gap:8px;padding:9px 16px;font-size:13px;display:inline-flex}.proof-pill strong{font-family:var(--font-display);color:var(--text);font-size:16px;font-weight:700}.strip{border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);padding:34px 0}.strip+.strip{border-top:none}.strip-inner{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.strip-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);flex:none;font-size:12px}.chips{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.chip{border:1px solid var(--surface-border);color:var(--text-muted);border-radius:999px;padding:8px 15px;font-size:13.5px;transition:border-color .18s,color .18s}.chip:hover{border-color:var(--accent-ink);color:var(--text)}.chips-mono .chip{font-family:var(--font-mono);font-size:12.5px}.section{padding:88px 0}.section-head{flex-direction:column;gap:16px;max-width:640px;margin-bottom:48px;display:flex}.section-head h2{font-size:clamp(28px,3.6vw,40px);font-weight:600}.product-list{border-top:1px solid var(--surface-border);flex-direction:column;display:flex}.product-row{border-bottom:1px solid var(--surface-border);grid-template-columns:56px 1fr 32px;align-items:center;gap:24px;padding:26px 8px;transition:background .18s;display:grid}.product-row:hover{background:var(--surface)}.product-row:hover .product-arrow{color:var(--accent-ink);transform:translate(3px,-3px)}.product-dir{font-family:var(--font-mono);color:var(--accent-ink);border:1px solid var(--surface-border);border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;display:flex}.product-info h3{margin-bottom:6px;font-size:19px;font-weight:600}.product-info p{color:var(--text-muted);font-size:14.5px;line-height:1.55}.product-arrow{color:var(--text-faint);font-size:20px;transition:transform .18s,color .18s}.cta-section{text-align:center}.cta-inner{background-position:34% 78%;background-size:118%;border-radius:24px;flex-direction:column;align-items:center;gap:22px;padding:92px 32px;display:flex;overflow:hidden}.cta-inner.photo-bg:before{background:linear-gradient(160deg,#0b4ea2d1 0%,#082f61e6 100%),linear-gradient(#0000 40%,#08203d8c)}.cta-inner h2{max-width:560px;font-size:clamp(24px,4vw,36px);font-weight:600}@media (width<=940px){.hero-inner{text-align:left;grid-template-columns:1fr}.hero-mark{max-width:320px;margin-top:12px}.hero-cue{display:none}}@media (width<=600px){.strip-inner{gap:16px}.product-row{grid-template-columns:40px 1fr}.product-arrow{display:none}}.about-hero{border-bottom:1px solid var(--surface-border);margin-bottom:8px;padding:118px 0 104px}.about-hero-inner{flex-direction:column;align-items:flex-start;gap:24px;max-width:480px;display:flex}.about-hero.photo-bg{background-position:0 28%;background-size:135%}@media (width<=900px){.about-hero.photo-bg{background-position:50% 34%;background-size:cover}}.about-hero-inner h1{font-size:clamp(34px,5.4vw,54px);font-weight:600}.about-hero-inner p{color:var(--text-muted);font-size:17px;line-height:1.7}.values-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.value-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.value-deg{font-family:var(--font-mono);color:var(--text-faint);font-size:11.5px}.value-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);flex-direction:column;gap:12px;padding:28px 24px;display:flex}.value-dir{font-family:var(--font-mono);color:var(--warn-ink);border:1px solid var(--surface-border);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex}.value-card h3{font-size:17px;font-weight:600}.value-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.timeline{flex-direction:column;display:flex}.timeline-row{grid-template-columns:64px 24px 1fr;gap:0 24px;padding-bottom:40px;display:grid;position:relative}.timeline-row:last-child{padding-bottom:0}.timeline-deg{font-family:var(--font-mono);color:var(--accent-ink);padding-top:2px;font-size:13px}.timeline-line{justify-content:center;display:flex}.timeline-line:before{content:"";background:var(--cyan);border-radius:50%;width:9px;height:9px;margin-top:4px;box-shadow:0 0 0 4px #00aeef26}.timeline-row:not(:last-child) .timeline-line:after{content:"";background:var(--surface-border);width:1px;position:absolute;top:18px;bottom:-4px;left:76px}.timeline-body h3{margin-bottom:8px;font-size:18px;font-weight:600}.timeline-body p{color:var(--text-muted);max-width:520px;font-size:14.5px;line-height:1.6}.about-cta-inner{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);align-items:center;gap:20px;padding:40px;display:flex}.about-cta-inner p{color:var(--text-muted);flex:1;font-size:15px;line-height:1.6}.about-cta-inner .btn{flex:none}@media (width<=880px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.values-grid{grid-template-columns:1fr}.timeline-row{grid-template-columns:48px 20px 1fr}.timeline-row:not(:last-child) .timeline-line:after{left:58px}.about-cta-inner{text-align:center;flex-direction:column}}.story-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:56px;display:grid}.story-copy{flex-direction:column;gap:18px;display:flex}.story-copy h2{margin-bottom:4px;font-size:clamp(26px,3.2vw,36px);font-weight:600}.story-copy p{color:var(--text-muted);font-size:16.5px;line-height:1.75}.story-quote{background:var(--surface);border:1px solid var(--surface-border);border-left:2px solid var(--cyan);border-radius:var(--radius);flex-direction:column;gap:20px;margin:0;padding:36px 32px;display:flex}.story-quote p{font-family:var(--font-display);color:var(--text);font-size:22px;font-weight:500;line-height:1.4}.name-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.name-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);flex-direction:column;gap:14px;padding:34px 30px;display:flex}.name-mark{font-family:var(--font-display);color:var(--accent-ink);font-size:34px;font-weight:700;line-height:1}.name-card h3{font-size:17px;font-weight:600}.name-card p{color:var(--text-muted);font-size:14.5px;line-height:1.65}.name-sum{border-top:1px solid var(--surface-border);font-family:var(--font-mono);color:var(--text-faint);margin-top:28px;padding-top:24px;font-size:14px;line-height:1.7}.name-sum span{color:var(--warn-ink)}.vm-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.vm-card{border:1px solid var(--surface-border);border-radius:var(--radius);background:linear-gradient(160deg,#0b4ea229,#0000 70%);flex-direction:column;gap:18px;padding:38px 34px;display:flex}.vm-card p{font-family:var(--font-display);color:var(--text);font-size:19px;font-weight:500;line-height:1.55}.timeline-date{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--warn-ink);margin-bottom:6px;font-size:12px;display:block}.horizon-row{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.horizon-card{border-top:2px solid var(--navy-bright);background:linear-gradient(180deg, var(--surface), transparent);flex-direction:column;gap:10px;padding:24px 20px 26px;display:flex}.horizon-stage{font-family:var(--font-mono);color:var(--text-faint);font-size:12px}.horizon-card h3{font-size:17px;font-weight:600}.horizon-card p{color:var(--text-muted);font-size:13.5px;line-height:1.6}.statement{text-align:center;background-position:34% 78%;background-size:118%;border-radius:24px;flex-direction:column;align-items:center;gap:26px;padding:92px 32px;display:flex;overflow:hidden}.statement.photo-bg:before{background:linear-gradient(160deg,#0b4ea2d6 0%,#082f61eb 100%),linear-gradient(#0000 40%,#08203d8c)}.statement h2{font-size:clamp(24px,3.6vw,38px);font-weight:600;line-height:1.35}@media (width<=1000px){.values-grid,.horizon-row{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.story-grid{grid-template-columns:1fr;gap:32px}.name-grid,.vm-grid{grid-template-columns:1fr}}@media (width<=560px){.values-grid,.horizon-row{grid-template-columns:1fr}.statement{padding:64px 24px}}.org{--org-gap:26px;border:1px solid var(--surface-border);border-radius:var(--radius);background:var(--surface);flex-direction:column;align-items:center;padding:44px 28px 48px;display:flex}.org-trunk{background:var(--surface-border);width:1px;height:30px}.org-node{border:1px solid var(--surface-border);background:var(--surface-2);text-align:left;border-radius:12px;align-items:center;gap:14px;padding:14px 20px;display:flex}.org-node-text{flex-direction:column;gap:3px;min-width:0;display:flex}.org-node-text strong{font-family:var(--font-display);color:var(--text);font-size:15px;font-weight:600;line-height:1.25}.org-strap{color:var(--text-muted);font-size:12px;line-height:1.45}.org-icon{background:color-mix(in srgb, var(--node,var(--cyan)) 16%, transparent);width:34px;height:34px;color:var(--node,var(--cyan));border-radius:9px;flex:none;place-items:center;display:grid}.org-icon svg{width:19px;height:19px}.org-node-lead{--node:var(--cyan);border-color:color-mix(in srgb, var(--cyan) 45%, var(--surface-border));box-shadow:var(--glow-cyan);max-width:420px}.org-node-branch{border-color:color-mix(in srgb, var(--node) 55%, transparent);background:color-mix(in srgb, var(--node) 9%, var(--surface-2));width:100%}.org-node-rnd{border-color:color-mix(in srgb, var(--node) 55%, transparent);background:color-mix(in srgb, var(--node) 9%, var(--surface-2));max-width:460px}.org-row{gap:var(--org-gap);grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid;position:relative}.org-row:before{content:"";top:-15px;left:calc((100% - 2 * var(--org-gap)) / 6);right:calc((100% - 2 * var(--org-gap)) / 6);background:var(--surface-border);height:1px;position:absolute}.org-branch{flex-direction:column;align-items:center;padding-top:15px;display:flex;position:relative}.org-branch:before{content:"";background:var(--surface-border);width:1px;height:30px;position:absolute;top:-15px;left:50%}.org-units{width:100%;margin:0;padding:0 0 0 18px;list-style:none}.org-unit{border:1px solid color-mix(in srgb, var(--node) 32%, transparent);background:var(--surface-2);border-radius:10px;margin-top:10px;padding:11px 14px;position:relative}.org-unit:before{content:"";background:var(--surface-border);width:1px;position:absolute;top:-10px;bottom:-10px;left:-18px}.org-unit:last-child:before{height:calc(50% + 10px);bottom:auto}.org-unit:after{content:"";background:var(--surface-border);width:18px;height:1px;position:absolute;top:50%;left:-18px}.org-unit-name{color:var(--text);font-size:13px;font-weight:600;line-height:1.3;display:block}.org-unit-detail{color:var(--text-faint);margin-top:3px;font-size:11.5px;line-height:1.45;display:block}@media (width<=980px){.org-row{--org-gap:20px;gap:22px var(--org-gap);grid-template-columns:repeat(2,minmax(0,1fr))}.org-row:before{left:calc((100% - var(--org-gap)) / 4);right:calc((100% - var(--org-gap)) / 4)}.org-branch:nth-child(n+3){margin-top:18px}.org-branch:nth-child(n+3):before{height:18px;top:0}}@media (width<=680px){.org{padding:32px 18px 36px}.org-row{grid-template-columns:1fr;gap:18px}.org-row:before{display:none}.org-branch{margin-top:0;padding-top:0}.org-branch:before,.org-branch:nth-child(n+3):before{display:none}.org-node-lead,.org-node-rnd{max-width:none}}.div-hero{padding:96px 0 32px}.div-hero-inner{flex-direction:column;align-items:flex-start;gap:22px;max-width:680px;display:flex}.div-hero-inner h1{font-size:clamp(34px,5.4vw,54px);font-weight:600}.div-hero-inner p{color:var(--text-muted);font-size:17px;line-height:1.7}.div-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.div-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);flex-direction:column;gap:18px;padding:30px 28px 32px;scroll-margin-top:110px;display:flex}.div-card-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.div-no{font-family:var(--font-mono);color:var(--accent-ink);padding-top:3px;font-size:13px}.div-title h3{font-size:18px;font-weight:600;line-height:1.3}.div-tagline{color:var(--text-faint);margin-top:5px;font-size:14px;font-style:italic;display:block}.div-bearing{font-family:var(--font-mono);flex-direction:column;align-items:flex-end;gap:2px;display:flex}.div-dir{color:var(--warn-ink);font-size:14px;font-weight:600}.div-deg{color:var(--text-faint);font-size:11px}.div-body{color:var(--text-muted);font-size:15px;line-height:1.65}.div-cols{border-top:1px solid var(--surface-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-top:20px;display:grid}.div-col-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin-bottom:12px;font-size:11px;display:block}.div-col ul{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.div-col li{color:var(--text-muted);padding-left:14px;font-size:13.5px;line-height:1.45;position:relative}.div-col li:before{content:"";background:var(--cyan);border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:0}.div-roles li:before{border:1px solid var(--yellow);background:0 0}.div-note{border:1px dashed var(--surface-border);border-radius:var(--radius);color:var(--text-faint);margin-top:28px;padding:18px 22px;font-size:14px;line-height:1.65}.div-cta-inner{text-align:center;background-position:34% 78%;background-size:118%;border-radius:24px;flex-direction:column;align-items:center;gap:18px;padding:84px 32px;display:flex;overflow:hidden}.div-cta-inner.photo-bg:before{background:linear-gradient(160deg,#0b4ea2d6 0%,#082f61eb 100%),linear-gradient(#0000 40%,#08203d8c)}.div-cta-inner h2{max-width:620px;font-size:clamp(24px,3.4vw,34px);font-weight:600}.div-cta-inner p{color:#ffffffc7;font-size:16px}@media (width<=1000px){.div-list{grid-template-columns:1fr}}@media (width<=620px){.div-cols{grid-template-columns:1fr;gap:20px}.div-cta-inner{padding:60px 24px}}.svc-hero{padding:76px 0 40px}.svc-hero h1{max-width:760px;margin:18px 0 16px;font-size:clamp(32px,5vw,50px);font-weight:600}.svc-hero p{color:var(--text-muted);max-width:560px;font-size:17px;line-height:1.6}.svc-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.svc-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);flex-direction:column;gap:14px;padding:30px 26px;transition:border-color .18s,transform .18s;display:flex}.svc-card:hover{border-color:#00aeef66;transform:translateY(-3px)}.svc-card-top{font-family:var(--font-mono);justify-content:space-between;align-items:baseline;display:flex}.svc-dir{color:var(--warn-ink);font-size:14px;font-weight:600}.svc-deg{color:var(--text-faint);font-size:12px}.svc-card h3{font-size:19px;font-weight:600}.svc-card p{color:var(--text-muted);font-size:14.5px;line-height:1.6}.svc-card ul{border-top:1px solid var(--surface-border);flex-direction:column;gap:8px;margin:4px 0 0;padding:14px 0 0;list-style:none;display:flex}.svc-card li{color:var(--text-faint);align-items:center;gap:8px;font-size:13.5px;display:flex}.svc-card li:before{content:"";background:var(--cyan);border-radius:50%;flex-shrink:0;width:5px;height:5px}.process-row{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.process-card{border-top:2px solid var(--cyan);background:var(--surface);flex-direction:column;gap:10px;padding:26px 22px;display:flex}.process-num{font-family:var(--font-mono);color:var(--text-faint);font-size:13px}.process-card h3{font-size:17px;font-weight:600}.process-card p{color:var(--text-muted);font-size:14px;line-height:1.55}.svc-cta{text-align:center}.svc-cta-inner{background:var(--surface);border:1px solid var(--surface-border);border-radius:24px;flex-direction:column;align-items:center;gap:14px;padding:64px 32px;display:flex}.svc-cta-inner h2{font-size:clamp(24px,3.6vw,34px);font-weight:600}.svc-cta-inner p{color:var(--text-muted);margin-bottom:8px;font-size:15px}@media (width<=940px){.svc-grid,.process-row{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.svc-grid,.process-row{grid-template-columns:1fr}}.contact-hero{padding:76px 0 20px}.contact-hero h1{max-width:620px;margin:16px 0 12px;font-size:clamp(30px,4.6vw,46px);font-weight:600}.contact-hero p{color:var(--text-muted);font-size:16.5px}.contact-grid{grid-template-columns:.85fr 1.15fr;gap:56px;display:grid}.contact-channels{border-top:1px solid var(--surface-border);flex-direction:column;gap:4px;display:flex}.channel-row{border-bottom:1px solid var(--surface-border);align-items:center;gap:20px;padding:20px 4px;display:flex}.channel-dir{font-family:var(--font-mono);color:var(--accent-ink);border:1px solid var(--surface-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;display:flex}.channel-label{color:var(--text-faint);margin-bottom:4px;font-size:12.5px;display:block}.channel-value{font-size:15.5px;font-weight:500}a.channel-value:hover{color:var(--accent-ink)}.contact-form{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);flex-direction:column;gap:20px;padding:36px;display:flex}.form-row{flex-direction:column;gap:8px;display:flex}.form-row label{color:var(--text-muted);font-size:13.5px;font-family:var(--font-mono)}.form-row input,.form-row select,.form-row textarea{background:var(--bg);border:1px solid var(--surface-border);color:var(--text);font-family:var(--font-body);resize:vertical;border-radius:8px;width:100%;padding:12px 14px;font-size:15px;transition:border-color .15s}.form-row select{appearance:none;resize:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%239a9da3' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}.form-row select option{background:var(--surface);color:var(--text)}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--accent-ink);outline:none}.form-submit{border:none;align-self:flex-start;margin-top:6px}.form-sent{text-align:center;padding:40px 8px}.form-sent h3{color:var(--accent-ink);margin-bottom:8px;font-size:22px}.form-sent p{color:var(--text-muted)}@media (width<=880px){.contact-grid{grid-template-columns:1fr;gap:40px}}.form-trap{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.form-submit:disabled{opacity:.6;cursor:progress;transform:none}.form-error{color:var(--text-muted);margin-top:14px;font-size:14px;line-height:1.6}.form-error a{color:var(--accent-ink);text-underline-offset:2px;text-decoration:underline}
