.project-timeline-layout{display:grid;grid-template-columns:minmax(0,min(100%,17.5rem)) minmax(0,1fr);grid-gap:clamp(1.1rem,3vw,1.85rem);gap:clamp(1.1rem,3vw,1.85rem);align-items:start}.project-timeline-rail-hint{margin:0 0 .65rem;font-size:.88rem;line-height:1.55;color:var(--section-lead);max-width:40ch}.project-timeline-rail{list-style:none;margin:0;padding:0}.project-timeline-rail-item{margin:0;padding:0}.project-timeline-step{display:flex;width:100%;gap:.78rem;align-items:stretch;text-align:left;border:1px solid transparent;border-radius:var(--radius-md);padding:.55rem .65rem .55rem .45rem;margin-bottom:.15rem;background:transparent;color:inherit;cursor:pointer;transition:border-color .17s ease,background-color .17s ease,box-shadow .18s ease}.project-timeline-step:hover{background:var(--surface-soft);border-color:var(--border)}.project-timeline-step.is-active{background:var(--surface);border-color:var(--training-step-active-bd);box-shadow:var(--shadow-soft)}.project-timeline-step:focus-visible{outline:2px solid var(--chart-stroke);outline-offset:2px}.project-timeline-step-marker{position:relative;display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:2.65rem}.project-timeline-step-dot{display:flex;align-items:center;justify-content:center;width:2.45rem;height:2.45rem;border-radius:50%;border:2px solid var(--border-strong);background:var(--surface-soft);font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.04em;color:var(--training-step-index);transition:border-color .17s ease,background-color .17s ease,color .17s ease}.project-timeline-step.is-active .project-timeline-step-dot{border-color:var(--chart-stroke);background:var(--surface);color:var(--text)}.project-timeline-step-spine{flex:1 1;min-height:.85rem;width:2px;margin-top:.28rem;margin-bottom:.15rem;border-radius:1px;background:linear-gradient(180deg,var(--border-strong) 0,var(--hairline-soft) 100%)}.project-timeline-step-body{display:flex;flex-direction:column;gap:.12rem;padding-top:.12rem;min-width:0}.project-timeline-step-kicker{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--training-step-small)}.project-timeline-step-title{font-family:var(--font-display);font-size:1rem;font-weight:600;letter-spacing:-.02em;line-height:1.25;color:var(--text)}.project-timeline-step-badge{font-size:.74rem;color:var(--muted);line-height:1.35}.project-timeline-panel{margin-top:0}.project-timeline-panel-label{font-family:var(--font-mono);font-size:.71rem;letter-spacing:.11em;text-transform:uppercase;color:var(--training-list-title);margin:.85rem 0 .4rem}@media (max-width:820px){.project-timeline-layout{grid-template-columns:1fr}.project-timeline-panel{order:2}.project-timeline-rail-wrap{order:1}}.product-spotlight{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);grid-gap:1rem;gap:1rem;align-items:start}.product-menu{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(180deg,var(--product-menu-bg-a),var(--product-menu-bg-b));box-shadow:var(--shadow-soft);padding:.45rem;display:grid;grid-gap:.4rem;gap:.4rem}.product-menu-item{border:1px solid transparent;border-radius:.7rem;background:transparent;text-align:left;padding:.7rem .75rem;color:var(--product-menu-item-fg);cursor:pointer;transition:border-color .14s ease,background-color .14s ease,transform .14s ease}.product-menu-item:hover{border-color:var(--border);background:var(--product-menu-hover-bg)}.product-menu-item.is-active{border-color:var(--product-menu-active-bd);background:var(--product-menu-active-bg);transform:translateX(2px)}.product-menu-badge{display:block;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.09em;text-transform:uppercase;color:var(--product-menu-badge);margin-bottom:.18rem}.product-menu-title{display:block;font-family:var(--font-display);font-size:.96rem;font-weight:600;letter-spacing:-.015em}.product-detail{min-height:100%}.product-detail-cta{margin-top:.9rem;display:inline-flex}.method-chart{width:100%;height:auto;margin-top:.7rem;border:1px solid var(--border);border-radius:.65rem;background:linear-gradient(180deg,var(--method-chart-bg-a),var(--method-chart-bg-b));padding:.3rem}.chart-line-main{fill:none;stroke:var(--chart-stroke);stroke-width:2.1;stroke-linecap:round}.chart-line-soft{fill:none;stroke:var(--chart-stroke-soft);stroke-width:1.3;stroke-linecap:round}.chart-line-ghost{fill:none;stroke:var(--chart-stroke-soft);stroke-width:.85;stroke-linecap:round;opacity:.35}.chart-dot{fill:var(--chart-dot-fill)}.chart-axis{fill:none;stroke:var(--chart-axis);stroke-width:1.2}.chart-bar-main{fill:var(--chart-bar-main)}.chart-bar-soft{fill:var(--chart-bar-soft)}.method-charts-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-bottom:1rem}.method-charts-toolbar p{margin:0;font-size:.86rem;line-height:1.45;color:var(--muted);max-width:42ch}.method-sim-btn{font:inherit;cursor:pointer;padding:.55rem .95rem;border-radius:var(--radius-sm);font-weight:600;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;border:1px solid var(--border);color:var(--btn-secondary-fg);background:var(--btn-secondary-bg);transition:border-color .16s ease,background-color .16s ease,transform .16s ease,opacity .16s ease}.method-sim-btn:hover:not(:disabled){border-color:var(--border-strong);background:var(--btn-secondary-hover);transform:translateY(-1px)}.method-sim-btn:disabled{cursor:not-allowed;opacity:.55}.method-chart.method-chart--interactive{cursor:default;transform-origin:center bottom}.method-chart-svg{display:block;width:100%;height:auto;border-radius:.5rem}.method-chart-caption{margin-top:.55rem;font-size:.82rem;line-height:1.45;color:var(--muted)}.method-card--chart .method-chart-caption{margin-bottom:0}.chart-dot--small{opacity:.92}.chart-sample-dot{fill:var(--chart-stroke-soft);opacity:0}.chart-runner-dot{fill:var(--chart-dot-fill)}.chart-bar--lift{transition:filter .18s ease,opacity .18s ease}.method-chart--interactive:hover .chart-bar-soft.chart-bar--lift{filter:brightness(1.08)}.method-chart--interactive:hover .chart-bar-main.chart-bar--lift{filter:brightness(1.12)}@media (prefers-reduced-motion:reduce){.method-chart--interactive:hover .chart-bar--lift{filter:none}}.faq-list{display:grid;grid-gap:.85rem;gap:.85rem}.faq-card h3{margin-bottom:.45rem}.training-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.7rem;gap:.7rem;margin-bottom:.9rem}.training-step{border:1px solid var(--border);border-radius:.72rem;background:var(--training-step-bg);display:flex;align-items:center;gap:.62rem;padding:.7rem .78rem;text-align:left;cursor:pointer;transition:border-color .17s ease,background-color .17s ease,transform .16s ease}.training-step:hover{border-color:var(--border-strong);transform:translateY(-1px)}.training-step.is-active{border-color:var(--training-step-active-bd);background:var(--training-step-active-bg)}.training-step-index{font-family:var(--font-mono);font-size:.73rem;color:var(--training-step-index)}.training-step-text{display:grid;grid-gap:.1rem;gap:.1rem}.training-step-text strong{font-size:.76rem;letter-spacing:.07em;text-transform:uppercase;color:var(--training-step-strong)}.training-step-text small{font-size:.72rem;color:var(--training-step-small)}.training-panel{margin-top:.7rem}.training-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.training-list-title{font-family:var(--font-mono);font-size:.71rem;letter-spacing:.11em;text-transform:uppercase;color:var(--training-list-title);margin:.5rem 0 .45rem}.training-kpi-grid .kpi-card{background:linear-gradient(180deg,var(--training-kpi-bg-a),var(--training-kpi-bg-b))}.training-faq-list{display:grid;grid-gap:.65rem;gap:.65rem}.training-faq-item{border:1px solid var(--border);border-radius:.72rem;background:linear-gradient(180deg,var(--card-top),var(--surface-soft))}.training-faq-trigger{width:100%;border:0;background:transparent;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.65rem;text-align:left;color:var(--training-faq-trigger);font-family:var(--font-display);font-size:.94rem;font-weight:600;letter-spacing:-.015em;cursor:pointer}.training-faq-chevron{font-size:.95rem;color:var(--training-faq-chevron);transition:transform .18s ease}.training-faq-answer{max-height:0;overflow:hidden;transition:max-height .2s ease}.training-faq-answer p{margin:0;padding:0 1rem 1rem;color:var(--muted)}.training-faq-item.is-open .training-faq-answer{max-height:9rem}.training-faq-item.is-open .training-faq-chevron{transform:rotate(180deg)}.docs-page{padding-top:2rem}.docs-layout{display:grid;grid-template-columns:minmax(210px,.42fr) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.docs-sidebar{position:-webkit-sticky;position:sticky;top:6.2rem;border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(180deg,var(--docs-sidebar-a),var(--docs-sidebar-b));box-shadow:var(--shadow-soft);padding:.8rem}.docs-sidebar-title{margin:0 0 .5rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.11em;text-transform:uppercase;color:var(--docs-sidebar-title)}.docs-nav{display:grid;grid-gap:.28rem;gap:.28rem}.docs-nav-link{text-decoration:none;color:var(--docs-nav-fg);padding:.4rem .5rem;border-radius:.48rem;border:1px solid transparent;font-size:.92rem;transition:background-color .13s ease,border-color .13s ease}.docs-nav-link:hover{background:var(--docs-nav-hover);border-color:var(--border)}.docs-content{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(180deg,var(--docs-content-a),var(--docs-content-b));box-shadow:var(--shadow-soft);padding:1.25rem 1.35rem}.docs-header{margin-bottom:1.6rem;padding-bottom:1rem;border-bottom:1px solid var(--hairline)}.docs-lead{max-width:68ch;color:var(--muted);line-height:1.72}.docs-section{padding-top:1rem;margin-top:1rem;border-top:1px solid var(--hairline-soft);scroll-margin-top:var(--header-layout-offset)}.docs-section h2{margin-bottom:.6rem}.docs-section h3{margin:1rem 0 .35rem;font-family:var(--font-display);font-size:1rem;font-weight:600;letter-spacing:-.015em}.docs-section li,.docs-section p{color:var(--muted);line-height:1.72}.home-focus-split-panel-timeline{padding:1rem 1.15rem 1.05rem}.home-focus-timeline{list-style:none;margin:0;padding:0}.home-focus-timeline li{display:grid;grid-template-columns:2.35rem minmax(0,1fr);grid-gap:.55rem .75rem;gap:.55rem .75rem;align-items:start;position:relative;padding-bottom:1rem}.home-focus-timeline li:last-child{padding-bottom:0}.home-focus-timeline li:not(:last-child):after{content:"";position:absolute;left:.7rem;top:1.35rem;bottom:0;width:1px;background:linear-gradient(180deg,var(--border-strong) 0,var(--hairline-soft) 100%)}.home-focus-timeline-index{font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.06em;color:var(--muted);padding-top:.12rem;line-height:1.2}.home-focus-timeline-label{font-size:.84rem;font-weight:600;color:var(--text);line-height:1.42;letter-spacing:-.015em}.home-bottom{padding-top:1.25rem;padding-bottom:3.25rem}.news-page{padding-top:2rem}.news-header{margin-bottom:2rem;max-width:62ch}.news-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(180deg,var(--docs-content-a),var(--docs-content-b));box-shadow:var(--shadow-soft);overflow:hidden}.news-list-item{border-bottom:1px solid var(--hairline-soft)}.news-list-item:last-child{border-bottom:none}.news-list-link{display:block;padding:1.15rem 1.25rem;text-decoration:none;color:inherit;transition:background-color .14s ease}.news-list-link:hover{background:var(--docs-nav-hover)}.news-list-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .85rem;margin-bottom:.45rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.news-list-meta time{color:var(--docs-sidebar-title)}.news-list-category{border:1px solid var(--border);border-radius:999px;padding:.12rem .45rem;background:var(--card-badge-bg);color:var(--card-badge-fg)}.news-list-title{margin:0 0 .4rem;font-size:1.12rem;font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;line-height:1.3}.news-list-excerpt{margin:0;font-size:.92rem;line-height:1.62;color:var(--muted)}.news-list-cta{display:inline-block;margin-top:.65rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.news-list-link:hover .news-list-cta{text-decoration:underline}.news-article{padding-top:2rem;max-width:62ch}.news-article-back{margin-bottom:1.25rem}.news-article-back a{font-size:.88rem;text-decoration:none;color:var(--muted);transition:color .14s ease}.news-article-back a:hover{color:var(--fg)}.news-article-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--hairline)}.news-article-meta{margin-bottom:.65rem}.news-article-header h1{margin:0 0 .75rem;font-size:clamp(1.35rem,3vw,1.75rem);font-family:var(--font-display);font-weight:600;letter-spacing:-.025em;line-height:1.22}.news-article-lead{margin:0;font-size:1rem;line-height:1.65;color:var(--muted)}.news-article-body p{margin:0 0 1rem;font-size:.95rem;line-height:1.72;color:var(--section-lead)}.news-article-footer-note{margin:2rem 0 0;font-size:.88rem;color:var(--muted)}.news-article-footer-note a{color:var(--muted);text-decoration:underline;text-underline-offset:.15em}.news-article-footer-note a:hover{color:var(--fg)}.footer{background:var(--footer-bg);color:var(--footer-fg);margin-top:3rem;border-top:1px solid var(--border)}.footer-inner{padding:2.5rem 0 2rem;display:grid;grid-template-columns:minmax(200px,1.05fr) minmax(0,2.75fr);grid-gap:2rem 2.75rem;gap:2rem 2.75rem;align-items:start}.footer-brand .footer-brand-title,.footer-brand h3{margin:0 0 .5rem;font-size:1.05rem;font-family:var(--font-display);font-weight:600;letter-spacing:-.02em}.footer-brand p{margin:0;max-width:28ch;font-size:.88rem;line-height:1.55;color:var(--footer-link)}.footer-cta{display:inline-block;margin-top:1rem;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:var(--footer-link-hover);border-bottom:1px solid transparent;transition:border-color .16s ease,color .16s ease}.footer-cta:hover{color:var(--footer-fg);border-bottom-color:var(--footer-link-hover)}.footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.25rem 1.5rem;gap:1.25rem 1.5rem}.footer-col-title{margin:0 0 .65rem;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-mono);color:var(--footer-fg);opacity:.92}.footer-col-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.42rem}.footer-col-list a{color:var(--footer-link);text-decoration:none;font-size:.86rem;letter-spacing:.01em;line-height:1.4;transition:color .14s ease}.footer-col-list a:hover{color:var(--footer-link-hover)}.geo-motif{position:fixed;right:1.4rem;bottom:1.4rem;width:clamp(84px,10vw,132px);height:clamp(84px,10vw,132px);pointer-events:none;z-index:18;--geo-stop-1:var(--geo-1);--geo-stop-2:var(--geo-2)}.geo-svg{width:100%;height:100%;animation:geoFloat 7s ease-in-out infinite}.p-base{fill:url(#g-primary);stroke:var(--geo-stroke-a);stroke-width:2.8}.p-high{fill:url(#g-core);opacity:.45}.p-wire{fill:none;stroke:var(--geo-stroke-b);stroke-width:1.4;stroke-dasharray:4 4}.changing{opacity:.35}.product-logo-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.35rem;height:3.35rem;border-radius:.85rem;border:1px solid var(--product-logo-border);background:linear-gradient(155deg,var(--product-logo-bg-top),var(--product-logo-bg-bottom));box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 1px 2px rgba(15,23,42,.06)}[data-theme=dark] .product-logo-mark{box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 1px 3px rgba(0,0,0,.35)}.product-logo-mark-icon{width:1.42rem;height:1.42rem;color:var(--product-logo-icon)}.product-logo-mark--sm{width:2.42rem;height:2.42rem;border-radius:.62rem}.product-logo-mark--sm .product-logo-mark-icon{width:1.06rem;height:1.06rem}.product-logo-mark--helm{--product-logo-border:#f5cbb8;--product-logo-bg-top:#fff9f6;--product-logo-bg-bottom:#ffece3;--product-logo-icon:#c45c3e}[data-theme=dark] .product-logo-mark--helm{--product-logo-border:#c45c3e;--product-logo-bg-top:#2d1a14;--product-logo-bg-bottom:#3f261e;--product-logo-icon:#f0b5a0}.product-logo-mark--relay{--product-logo-border:#bfe5cc;--product-logo-bg-top:#f6fcf8;--product-logo-bg-bottom:#e4f4ea;--product-logo-icon:#2f6f4e}[data-theme=dark] .product-logo-mark--relay{--product-logo-border:#2f6f4e;--product-logo-bg-top:#13221a;--product-logo-bg-bottom:#1a3326;--product-logo-icon:#9ddeb8}.product-logo-mark--prisma{--product-logo-border:#e4ccec;--product-logo-bg-top:#fcf8fd;--product-logo-bg-bottom:#f4e9f6;--product-logo-icon:#8b5a8f}[data-theme=dark] .product-logo-mark--prisma{--product-logo-border:#8b5a8f;--product-logo-bg-top:#2a1f2c;--product-logo-bg-bottom:#3d2a40;--product-logo-icon:#dcb8df}.product-logo-mark--vektor{--product-logo-border:#b8ddf5;--product-logo-bg-top:#f5fbff;--product-logo-bg-bottom:#e3f4fc;--product-logo-icon:#2a7fb0}[data-theme=dark] .product-logo-mark--vektor{--product-logo-border:#2a7fb0;--product-logo-bg-top:#102a38;--product-logo-bg-bottom:#163d52;--product-logo-icon:#9bd5f2}.site-icon{width:.94rem;height:.94rem;stroke-width:1.8;color:var(--site-icon);flex:0 0 auto}.site-icon.site-icon--chip{width:1.14rem;height:1.14rem;stroke-width:1.42;opacity:.95}.kpi-card .site-icon{margin-bottom:.25rem;color:var(--kpi-icon)}@keyframes geoFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-6px) rotate(2.5deg)}}@media (prefers-reduced-motion:reduce){.geo-svg{animation:none!important}}.home-bottom-band{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1.5rem 2rem;gap:1.5rem 2rem;align-items:center;padding:clamp(1.65rem,4vw,2.6rem) clamp(1.25rem,3vw,2.25rem);border:1px solid var(--border);border-radius:1rem;background:linear-gradient(155deg,var(--surface) 0,var(--surface-soft) 100%);box-shadow:var(--shadow-soft)}.home-bottom-intro{text-align:left;min-width:0}.home-bottom-title{font-family:var(--font-display);font-size:clamp(1.12rem,2.1vw,1.42rem);font-weight:600;letter-spacing:-.024em;line-height:1.15;margin:0 0 .5rem;color:var(--text)}.home-bottom-text{margin:0;max-width:42ch;color:var(--muted);font-size:.92rem;line-height:1.62}.home-bottom-text-follow{margin-top:.85rem}.home-bottom-text a{color:var(--text);font-weight:600;text-underline-offset:2px}.home-bottom-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end;align-items:center}.page-surface{width:min(56rem,92vw);margin-inline:auto;padding:clamp(1.5rem,4vh,2.5rem) 0 clamp(3.5rem,8vh,5rem)}.page-surface--contact{min-height:calc(100svh - var(--header-layout-offset) - 12rem);display:flex;flex-direction:column;justify-content:center}.page-hero{margin-bottom:clamp(2.5rem,6vh,3.75rem)}.page-hero-title{margin:0 0 .9rem;font-family:var(--font-display);font-weight:400;font-size:clamp(2rem,4.5vw,3rem);letter-spacing:-.02em;line-height:1.08;color:var(--text);text-wrap:balance;max-width:20ch}.page-hero-lead{margin:0;max-width:48ch;font-size:clamp(1.02rem,1.5vw,1.15rem);line-height:1.6;color:var(--muted)}.page-section{margin-bottom:clamp(2.5rem,6vh,3.5rem)}.page-section-title{margin:0 0 1rem;font-family:var(--font-display);font-weight:400;font-size:clamp(1.35rem,2.6vw,1.75rem);letter-spacing:-.015em;line-height:1.2;color:var(--text)}.page-section--os{padding:1.5rem 0 .25rem;border-top:1px solid color-mix(in srgb,var(--border) 85%,transparent)}.page-footer-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:clamp(1.5rem,4vh,2.5rem);padding-top:clamp(1.5rem,4vh,2rem);border-top:1px solid color-mix(in srgb,var(--border) 80%,transparent)}.page-404,.page-footer-cta--stack{flex-direction:column;align-items:flex-start}.page-404{min-height:calc(100svh - var(--header-layout-offset) - 10rem);display:flex;justify-content:center;gap:.85rem;padding-block:clamp(3rem,10vh,5rem)}.page-404 .btn{margin-top:.75rem}.trajectory-list{display:flex;flex-direction:column;gap:0}.trajectory-item{padding:1.65rem 0;border-top:1px solid color-mix(in srgb,var(--border) 85%,transparent)}.trajectory-item:last-child{border-bottom:1px solid color-mix(in srgb,var(--border) 85%,transparent)}.trajectory-label{display:block;margin-bottom:.45rem;font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.1em;color:var(--lifecycle-operational-fg)}.trajectory-title{margin:0 0 .55rem;font-family:var(--font-display);font-weight:400;font-size:clamp(1.35rem,2.5vw,1.7rem);letter-spacing:-.015em;color:var(--text)}.trajectory-text{margin:0;max-width:54ch;font-size:1.02rem;line-height:1.65;color:var(--muted)}.trajectory-link{margin:.75rem 0 0}.trajectory-link a{font-size:.92rem;font-weight:600;letter-spacing:.01em;color:var(--text);text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px;-webkit-text-decoration-color:color-mix(in srgb,var(--text) 35%,transparent);text-decoration-color:color-mix(in srgb,var(--text) 35%,transparent);transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:text-decoration-color .2s ease,color .2s ease;transition:text-decoration-color .2s ease,color .2s ease,-webkit-text-decoration-color .2s ease}.trajectory-link a:hover{-webkit-text-decoration-color:var(--text);text-decoration-color:var(--text)}.trajectory-page{display:flex;flex-direction:column;min-height:100vh}.trajectory-hero{min-height:100vh;min-height:100svh}.trajectory-hero .hero-sim-copy-inner{max-width:38ch}.trajectory-hub{padding-block:clamp(3rem,8vh,5.5rem) clamp(3.5rem,8vh,6rem)}.trajectory-hub-list{list-style:none;margin:0 0 clamp(2.5rem,6vh,4rem);padding:0;display:flex;flex-direction:column}.trajectory-hub-item-outer{border-top:1px solid color-mix(in srgb,var(--border) 80%,transparent)}.trajectory-hub-item-outer:last-child{border-bottom:1px solid color-mix(in srgb,var(--border) 80%,transparent)}.trajectory-hub-item{display:grid;grid-template-columns:5rem 1fr;grid-gap:0 clamp(1.5rem,3vw,3rem);gap:0 clamp(1.5rem,3vw,3rem);align-items:start;padding:clamp(2rem,5vh,3rem) 0}.trajectory-hub-num{font-family:var(--font-mono);font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--text);opacity:.12;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-top:.2rem;transition:opacity .3s ease}.trajectory-hub-item:hover .trajectory-hub-num{opacity:.22}.trajectory-hub-body{display:flex;flex-direction:column;gap:.6rem}.trajectory-hub-title{margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(1.5rem,2.8vw,2.1rem);letter-spacing:-.02em;line-height:1.15;color:var(--text);text-wrap:balance}.trajectory-hub-text{margin:0;max-width:58ch;font-size:clamp(1rem,1.3vw,1.08rem);line-height:1.68;color:var(--muted)}.trajectory-hub-cta{display:inline-flex;align-items:center;gap:.42rem;margin-top:.5rem;font-size:.9rem;font-weight:600;letter-spacing:.01em;color:var(--text);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--text) 25%,transparent);padding-bottom:1px;width:-moz-fit-content;width:fit-content;transition:color .2s ease,border-color .2s ease,gap .2s ease}.trajectory-hub-cta:hover{color:var(--text);border-bottom-color:var(--text);gap:.62rem}.trajectory-hub-cta svg{flex-shrink:0;transition:transform .2s ease}.trajectory-hub-cta:hover svg{transform:translateX(3px)}.trajectory-hub .page-footer-cta{border-top:none;margin-top:clamp(2rem,4vh,3rem);padding-top:0}@media (max-width:560px){.trajectory-hub-item{grid-template-columns:1fr;gap:.25rem}.trajectory-hub-num{font-size:1.4rem;opacity:.18}}.capability-grid{display:grid;grid-gap:1.5rem 1.75rem;gap:1.5rem 1.75rem}@media (min-width:720px){.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.capability-item h2{margin:0 0 .4rem;font-family:var(--font-brand),var(--font-sans),system-ui,sans-serif;font-size:.98rem;font-weight:700;letter-spacing:.01em;color:var(--text)}.capability-item p{margin:0;font-size:.95rem;line-height:1.55;color:var(--muted)}.paradigm-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:1.75rem}.paradigm-item{display:flex;flex-direction:column;padding:1.25rem;border:1px solid color-mix(in srgb,var(--border) 75%,transparent);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface) 60%,transparent);transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease,box-shadow .22s ease,background-color .22s ease}.paradigm-item:hover{transform:translateY(-2px);border-color:var(--border-strong);background:var(--surface);box-shadow:var(--shadow-soft)}.paradigm-item-visual{width:100%;height:110px;margin-bottom:1rem;padding:.5rem;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--bg) 65%,var(--surface-soft));border:1px solid color-mix(in srgb,var(--border) 40%,transparent);display:flex;align-items:center;justify-content:center;color:var(--text);overflow:hidden;transition:border-color .2s ease,color .2s ease}.paradigm-item:hover .paradigm-item-visual{border-color:color-mix(in srgb,var(--border-strong) 60%,transparent)}.paradigm-icon-svg{width:100%;height:100%;max-height:95px;display:block}.paradigm-item-content{display:flex;flex-direction:column;gap:.35rem}.paradigm-item h3{margin:0;font-family:var(--font-brand),var(--font-sans),system-ui,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.paradigm-item p{margin:0;font-size:.92rem;line-height:1.55;color:var(--muted)}.contact-belief{margin:0 0 2rem}.contact-belief p{margin:0;max-width:40ch;font-family:var(--font-display);font-weight:400;font-size:clamp(1.25rem,2.8vw,1.65rem);letter-spacing:-.015em;line-height:1.3;color:var(--text);text-wrap:balance}.contact-actions{display:flex;flex-wrap:wrap;gap:.75rem}.vektor-stage{margin-top:clamp(1.5rem,4vh,2.5rem)}.site-footer{margin-top:0;padding:2rem 0 calc(2rem + env(safe-area-inset-bottom, 0px));border-top:1px solid var(--border);background:var(--footer-bg);color:var(--footer-fg)}.site-footer-inner{display:grid;grid-gap:1.75rem 2rem;gap:1.75rem 2rem;align-items:start}@media (min-width:720px){.site-footer-inner{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,.9fr);align-items:end}}.site-footer-brand-link{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:inherit}.site-footer-tagline{margin:.75rem 0 0;max-width:28ch;font-size:.9rem;line-height:1.5;color:var(--footer-link)}.site-footer-nav{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem}.site-footer-nav a{color:var(--footer-link);text-decoration:none;font-size:.88rem;transition:color .14s ease}.site-footer-nav a:hover{color:var(--footer-link-hover)}.site-footer-meta{display:flex;flex-direction:column;gap:.25rem}@media (min-width:720px){.site-footer-meta{align-items:flex-end;text-align:right}}.site-footer-mark{margin:0;font-family:var(--font-brand),var(--font-sans),system-ui,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--footer-fg)}.site-footer-copy{margin:0;font-size:.78rem;color:var(--footer-link)}.nav-mobile--site .nav-mobile-panel--site{padding-bottom:1.25rem}.nav-mobile--site .nav-mobile-inner{display:flex;flex-direction:column;gap:.15rem;padding:.5rem 1.25rem 1.5rem}@media (max-width:720px){.hero-sim-title,.page-hero-title,.thesis-belief{max-width:none}.vektor-stage-frame{min-height:22rem;height:55vh}}.product-rail{position:fixed;right:1.75rem;top:50%;transform:translateY(-50%);z-index:30;pointer-events:auto}.product-rail-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-end;gap:0;position:relative}.product-rail-list:before{content:"";position:absolute;right:.2rem;top:1.1rem;bottom:1.1rem;width:1px;background:color-mix(in srgb,var(--text) 12%,transparent);pointer-events:none}.product-rail-item{display:flex;justify-content:flex-end}.product-rail-link{display:flex;align-items:center;gap:.55rem;padding:.7rem 0;text-decoration:none;color:var(--muted);position:relative;transition:color .22s ease}.product-rail-link.is-active,.product-rail-link:hover{color:var(--text)}.product-rail-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.06rem;opacity:0;transform:translateX(6px);transition:opacity .22s ease,transform .22s ease;pointer-events:none;white-space:nowrap}.product-rail-link.is-active .product-rail-meta,.product-rail-link:hover .product-rail-meta{opacity:1;transform:translateX(0)}.product-rail-num{font-family:var(--font-mono);font-size:.58rem;font-weight:700;letter-spacing:.1em;line-height:1;color:var(--muted);transition:color .22s ease}.product-rail-link.is-active .product-rail-num{color:inherit}.product-rail-label{font-size:.7rem;font-weight:600;letter-spacing:.01em;line-height:1}.product-rail-dot{width:.42rem;height:.42rem;border-radius:50%;flex-shrink:0;border:1.5px solid;background:transparent;position:relative;z-index:1;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.product-rail-link:hover .product-rail-dot{transform:scale(1.2)}.product-rail-link.is-active .product-rail-dot{background:var(--text);border-color:var(--text);box-shadow:0 0 0 3px color-mix(in srgb,var(--text) 14%,transparent)}@media (max-width:768px){.product-rail{right:auto;top:auto;bottom:1.25rem;left:50%;transform:translateX(-50%)}.product-rail-list{flex-direction:row;align-items:center;gap:0;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid color-mix(in srgb,var(--border) 80%,transparent);border-radius:2.5rem;padding:.45rem .35rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.product-rail-list:before{display:none}.product-rail-link{flex-direction:column;align-items:center;gap:.22rem;padding:.35rem .9rem}.product-rail-meta{align-items:center;opacity:1;transform:none;order:2}.product-rail-link.is-active .product-rail-meta,.product-rail-link:hover .product-rail-meta{transform:none}.product-rail-num{display:none}.product-rail-label{font-size:.66rem}.product-rail-dot{order:1}}@media (prefers-reduced-motion:reduce){.product-rail-dot,.product-rail-link,.product-rail-meta{transition:none!important}}.ruin-widget{margin-top:clamp(2rem,5vh,3rem);margin-bottom:clamp(2.5rem,6vh,4rem);padding:clamp(1.5rem,4vw,2.25rem);border:1px solid color-mix(in srgb,var(--border) 80%,transparent);border-radius:var(--radius-md,.75rem);background:color-mix(in srgb,var(--surface) 80%,var(--surface-soft));box-shadow:var(--shadow-soft,0 4px 20px rgba(0,0,0,.05));gap:1.5rem}.ruin-widget,.ruin-widget-header{display:flex;flex-direction:column}.ruin-widget-header{gap:.4rem}.ruin-widget-badge{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);width:-moz-fit-content;width:fit-content}.ruin-widget-dot{width:.45rem;height:.45rem;border-radius:50%;background:#e5484d;box-shadow:0 0 8px rgba(229,72,77,.6)}.ruin-widget-title{margin:0;font-family:var(--font-display);font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:400;letter-spacing:-.015em;color:var(--text)}.ruin-widget-subtitle{margin:0;font-size:.92rem;line-height:1.55;color:var(--muted);max-width:58ch}.ruin-widget-scenarios{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom:1px solid color-mix(in srgb,var(--border) 60%,transparent);padding-bottom:.85rem}.ruin-tab{background:transparent;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:.4rem;padding:.4rem .85rem;font-size:.82rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s ease}.ruin-tab:hover{color:var(--text);border-color:color-mix(in srgb,var(--border-strong) 80%,transparent)}.ruin-tab--active{color:var(--text);background:var(--surface);border-color:var(--text);box-shadow:0 1px 3px rgba(0,0,0,.08)}.ruin-widget-body{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);grid-gap:1.5rem 2rem;gap:1.5rem 2rem;align-items:center}@media (max-width:720px){.ruin-widget-body{grid-template-columns:1fr}}.ruin-graph-container{width:100%;background:color-mix(in srgb,var(--bg) 80%,var(--surface-soft));border:1px solid color-mix(in srgb,var(--border) 50%,transparent);border-radius:var(--radius-sm,.5rem);padding:.75rem}.ruin-svg{width:100%;height:auto;display:block}.ruin-controls-panel{display:flex;flex-direction:column;gap:1.25rem}.ruin-slider-group{display:flex;flex-direction:column;gap:.45rem}.ruin-slider-label{display:flex;justify-content:space-between;align-items:center;font-size:.86rem;font-weight:600;color:var(--text)}.ruin-slider-val{font-family:var(--font-mono);font-size:.95rem;font-weight:700;color:var(--text)}.ruin-slider{width:100%;height:6px;border-radius:3px;background:color-mix(in srgb,var(--border) 80%,transparent);outline:none;accent-color:var(--text);cursor:pointer}.ruin-slider-bounds{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:.68rem;color:var(--muted)}.ruin-metrics-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.ruin-metric-card{padding:.75rem .9rem;border-radius:.5rem;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);background:color-mix(in srgb,var(--surface) 60%,transparent);display:flex;flex-direction:column;gap:.2rem}.ruin-metric-title{font-size:.74rem;color:var(--muted);font-weight:500}.ruin-metric-value{font-family:var(--font-mono);font-size:1.2rem;font-weight:700;color:var(--text)}.ruin-metric-value small{font-size:.75rem;font-weight:500;color:var(--muted)}.ruin-metric-card--alert{border-color:rgba(229,72,77,.4);background:rgba(229,72,77,.08)}.ruin-metric-card--alert .ruin-metric-value{color:#e5484d}.ruin-metric-card--safe .ruin-metric-value{color:var(--text)}.ruin-action-box{padding:.85rem 1rem;border-radius:.5rem;border:1px dashed color-mix(in srgb,var(--text) 25%,transparent);background:color-mix(in srgb,var(--bg) 50%,transparent);display:flex;flex-direction:column;gap:.3rem}.ruin-action-tag{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);opacity:.8}.ruin-action-box p{margin:0;font-size:.84rem;line-height:1.5;color:var(--muted)}.probe-sim-container{margin:2.25rem 0 .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface) 40%,var(--bg));box-shadow:var(--shadow-soft);overflow:hidden;position:relative}.probe-sim-container--hero{margin:0;border:none;border-radius:0;background:transparent;box-shadow:none;width:100%;height:100%}.probe-hero-hover-console:hover{transform:translateY(-3px);background:rgba(255,255,255,.97)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 20px 48px -6px rgba(15,23,42,.16)!important}.probe-sim-disclaimer{margin:0 0 2.5rem;font-family:var(--font-mono);font-size:.72rem;line-height:1.5;color:var(--muted);opacity:.85}.probe-sim-viewport{background:transparent;overflow:hidden}.probe-sim-console{display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.25rem;background:color-mix(in srgb,var(--surface) 92%,transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.probe-sim-console-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.probe-sim-console-kicker{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.68rem;font-weight:700;letter-spacing:.08em;color:var(--text);margin:0}.probe-sim-console-sliders{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.probe-sim-slider{display:flex;flex-direction:column;gap:.35rem;font-family:var(--font-mono)}.probe-sim-slider-head{display:flex;align-items:center;justify-content:space-between;font-size:.65rem;color:var(--muted)}.probe-sim-slider-label{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:var(--text)}.probe-sim-slider-value{font-weight:700;color:var(--text)}.probe-sim-slider input[type=range]{width:100%;accent-color:#0284c7;height:4px;border-radius:2px;cursor:pointer}.probe-sim-console-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}@media (max-width:768px){.probe-sim-console-sliders{grid-template-columns:1fr;gap:.65rem}}.probe-sim-hud-minimal{position:absolute;top:1rem;left:1rem;right:1rem;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .85rem;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--border) 60%,transparent);background:color-mix(in srgb,var(--surface) 75%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto}.probe-sim-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.68rem;font-weight:700;letter-spacing:.08em;color:var(--text)}.probe-sim-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--lifecycle-operational-fg);box-shadow:0 0 6px var(--lifecycle-operational-fg);animation:probe-pulse 2s ease-in-out infinite}.probe-phase-pills{display:flex;align-items:center;gap:.35rem}.probe-phase-pill{font-family:var(--font-mono);font-size:.62rem;font-weight:600;padding:.2rem .5rem;border-radius:.35rem;border:1px solid transparent;color:var(--muted);background:transparent;transition:all .2s ease}.probe-phase-pill.is-active{color:var(--text);border-color:color-mix(in srgb,var(--border-strong) 70%,transparent);background:color-mix(in srgb,var(--surface) 90%,transparent)}.probe-sim-controls{align-items:center;gap:.35rem}.probe-sim-btn{gap:.35rem;padding:.3rem .6rem;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);background:color-mix(in srgb,var(--surface) 60%,transparent);font-size:.65rem}.probe-sim-btn:hover{background:var(--surface)}.probe-sim-btn.is-active{border-color:var(--lifecycle-operational-fg);color:var(--lifecycle-operational-fg)}.probe-sim-telemetry-pill{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;align-items:center;gap:.85rem;padding:.45rem 1rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);background:color-mix(in srgb,var(--surface) 80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;box-shadow:var(--shadow-soft)}.probe-telemetry-item{display:flex;align-items:baseline;gap:.4rem;font-family:var(--font-mono);white-space:nowrap}.probe-telemetry-item small{font-size:.62rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.probe-telemetry-item strong{font-size:.78rem;font-weight:700;color:var(--text)}.probe-telemetry-divider{width:1px;height:12px;background:color-mix(in srgb,var(--border) 60%,transparent)}@keyframes probe-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}.probe-sim-controls{display:flex;gap:.5rem}.probe-sim-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-mono);font-size:.68rem;font-weight:600;cursor:pointer;transition:all .18s ease}.probe-sim-btn:hover{border-color:var(--border-strong);background:var(--btn-secondary-hover);transform:translateY(-1px)}.probe-sim-viewport{position:relative;width:100%;background:color-mix(in srgb,var(--bg) 95%,#000);display:flex;align-items:center;justify-content:center}.probe-sim-canvas{width:100%;height:auto;max-height:340px;display:block}.probe-sim-terminal{position:absolute;bottom:.85rem;right:.85rem;max-width:320px;width:90%;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--border) 60%,transparent);background:color-mix(in srgb,var(--surface) 90%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;font-family:var(--font-mono);font-size:.64rem;pointer-events:none}.probe-terminal-head{display:flex;align-items:center;gap:.35rem;padding:.35rem .6rem;background:color-mix(in srgb,var(--surface-soft) 80%,transparent);border-bottom:1px solid color-mix(in srgb,var(--border) 40%,transparent);color:var(--muted);font-weight:700;letter-spacing:.06em}.probe-terminal-body{padding:.45rem .6rem;display:flex;flex-direction:column;gap:.25rem;max-height:80px;overflow:hidden}.probe-terminal-line{margin:0;color:var(--text);line-height:1.35;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.probe-terminal-prompt{color:var(--lifecycle-operational-fg);font-weight:700}.probe-sim-overlay-label{position:absolute;display:flex;flex-direction:column;gap:.15rem;padding:.45rem .75rem;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--border) 60%,transparent);background:color-mix(in srgb,var(--surface) 85%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-mono);font-size:.68rem;pointer-events:none}.probe-sim-overlay-label span{display:flex;align-items:center;gap:.35rem;font-weight:700;color:var(--text)}.probe-sim-overlay-label small{font-size:.62rem;color:var(--muted)}.probe-sim-overlay-label--agent{top:1rem;left:1.25rem}.probe-sim-overlay-label--target{bottom:1rem;right:1.25rem}.probe-sim-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:color-mix(in srgb,var(--border) 60%,transparent);border-top:1px solid color-mix(in srgb,var(--border) 60%,transparent)}.probe-metric-card{padding:1rem 1.25rem;background:var(--surface);display:flex;flex-direction:column;gap:.2rem}.probe-metric-header{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.probe-metric-card strong{font-family:var(--font-brand),var(--font-sans),system-ui,sans-serif;font-size:1.45rem;font-weight:700;color:var(--text)}.probe-metric-card small{font-size:.72rem;color:var(--muted)}@media (max-width:640px){.probe-sim-metrics{grid-template-columns:1fr}.probe-sim-overlay-label{display:none}.probe-sim-container:not(.probe-sim-container--hero) .probe-sim-viewport{height:clamp(340px,60vh,420px)!important}.probe-sim-container--hero .probe-sim-viewport{height:100%!important}.probe-sim-hud-minimal{top:.5rem;left:.5rem;right:.5rem;padding:.45rem .6rem;flex-wrap:wrap;gap:.35rem .5rem;justify-content:space-between}.probe-sim-badge{font-size:.58rem;letter-spacing:.03em}.probe-sim-controls{gap:.25rem}.probe-sim-btn{padding:.25rem .45rem;font-size:.6rem;gap:.25rem}.probe-phase-pills{order:3;width:100%;justify-content:space-between;gap:.2rem;padding-top:.35rem;border-top:1px solid color-mix(in srgb,var(--border) 40%,transparent)}.probe-phase-pill{font-size:.56rem;padding:.15rem .35rem;text-align:center;flex:1 1}.probe-sim-telemetry-pill{bottom:.5rem;left:.5rem;right:.5rem;transform:none;width:auto;max-width:none;flex-direction:column;gap:.25rem;padding:.45rem .7rem;border-radius:var(--radius-sm)}.probe-telemetry-item{width:100%;justify-content:space-between;align-items:center;gap:.3rem;white-space:normal}.probe-telemetry-item small{font-size:.58rem}.probe-telemetry-item strong{font-size:.68rem;font-weight:600;text-align:right}.probe-telemetry-divider{display:none}}.vektor-stage-note{margin-bottom:1rem}.vektor-stage-note p{margin:0;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em;color:var(--muted);line-height:1.5}.vektor-stage-frame{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:min(70vh,38rem);height:clamp(22rem,62vh,40rem);overflow:hidden;isolation:isolate;background:radial-gradient(ellipse 70% 60% at 60% 50%,color-mix(in srgb,var(--lifecycle-operational-bg) 45%,transparent),transparent 70%),linear-gradient(150deg,var(--hero-stage-1) 0,var(--hero-stage-2) 55%,var(--hero-stage-3) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.vektor-stage-frame .vektor-sim{height:100%}@media (max-width:900px){.hero-stage{padding:1rem}.hero-layout{grid-template-columns:1fr}.hero-panel-wide{min-height:0}.hero-geo-three,.hero-visual,.hero-visual .hero-geo-three{min-height:clamp(220px,62vw,320px)}.hero-metrics{margin-top:.75rem;padding-top:.75rem}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav{display:none}.header--site .header-inner,.header-inner{justify-content:space-between;gap:.75rem}.header .brand{min-width:0;flex:0 1 auto}.header--site .header-actions,.header-actions{margin-left:auto;flex-shrink:0}.nav-mobile-toggle{display:inline-flex}.nav-mobile{display:block;position:fixed;inset:0;z-index:30;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s step-end}.nav-mobile.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .24s ease,visibility 0s step-start}.nav-mobile-panel{padding-top:max(5.25rem,calc(env(safe-area-inset-top) + 4.25rem))}.mega-menu{display:none}.grid.three,.grid.two,.product-spotlight,.training-panel-grid,.training-steps{grid-template-columns:1fr}.product-menu{grid-template-columns:repeat(3,minmax(0,1fr))}.product-menu-item.is-active{transform:none}.docs-layout{grid-template-columns:1fr}.docs-sidebar{position:static}.docs-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr;gap:1.75rem}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.home-focus-split-grid,.home-focus-split-grid-reverse{grid-template-columns:1fr}.home-focus-split-copy{text-align:center;order:-1}.home-focus-lead-split,.home-focus-title-split{margin-left:auto;margin-right:auto}.home-focus-link-inline{justify-content:center}.home-focus-split-copy .home-focus-title,.home-focus-title-split{max-width:min(100%,38ch)}.home-focus-lead-split,.home-focus-split-copy .home-focus-lead{max-width:min(100%,48ch)}.home-focus-split-panel{max-width:min(22rem,100%);width:100%;margin-inline:auto}.home-bottom-band{grid-template-columns:1fr}.home-bottom-intro{text-align:center}.home-bottom-text{margin-inline:auto}.home-bottom-actions{justify-content:center}}@media (max-width:440px){.header-inner{gap:.45rem;min-height:4.5rem}.header .brand{gap:.42rem;font-size:.95rem;min-width:0}.header .site-wordmark{letter-spacing:.12em}.header-actions{gap:.3rem}.header-actions .nav-mobile-toggle,.header-actions .theme-toggle{width:2.35rem;height:2.35rem;border-radius:.55rem}.header-actions .theme-toggle-svg{width:1.22rem;height:1.22rem}.header-actions .cta-header-contact{position:relative;padding:0;width:2.35rem;height:2.35rem;min-width:2.35rem;letter-spacing:normal;text-transform:none;box-shadow:0 8px 20px var(--cta-shadow)}.header-actions .cta-header-contact:hover{transform:none}.header-actions .cta-header-contact-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-actions .cta-header-contact-icon{display:block}}@media (max-width:520px){ul.home-focus-split-panel.home-focus-split-panel-chips{flex-direction:column;align-items:stretch}ul.home-focus-split-panel.home-focus-split-panel-chips li{flex:1 1 auto;max-width:none;width:100%}}@media (min-width:961px){.method-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:641px) and (max-width:960px){.method-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.method-grid{grid-template-columns:1fr!important}}