/* Privacy-minimal sharing utility. Kept deliberately secondary to project contact. */
.ax-share{position:relative;background:rgba(234,223,206,.46);border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding-top:26px!important;padding-bottom:26px!important}
.ax-share:before{content:"";position:absolute;left:max(32px,calc((100vw - var(--max))/2));top:0;width:64px;height:3px;background:var(--orange)}
.ax-share-copy{max-width:760px}.ax-share-copy .micro{display:none}.ax-share-copy h2{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.02em}.ax-share-copy p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.ax-share-controls{position:relative;justify-self:end;width:auto}.ax-share-actions{display:flex;gap:8px}.ax-share button,.ax-share a{font:inherit}.ax-share-primary,.ax-share-copy-button{min-height:40px;border:1px solid var(--navy);display:flex;align-items:center;justify-content:center;gap:12px;padding:0 14px;font-size:11px;font-weight:850;letter-spacing:.02em;cursor:pointer}.ax-share-primary{background:var(--navy);color:var(--white)}.ax-share-primary:hover,.ax-share-primary:focus-visible{background:var(--orange);border-color:var(--orange);color:var(--ink)}.ax-share-copy-button{background:transparent;color:var(--ink);white-space:nowrap}.ax-share-copy-button:hover,.ax-share-copy-button:focus-visible{background:var(--white)}
.ax-share-fallback{position:absolute;z-index:6;right:0;top:48px;min-width:260px;border:1px solid var(--line);background:rgba(255,250,243,.98);padding:12px 14px;box-shadow:0 12px 30px rgba(35,28,23,.10)}.ax-share-fallback[hidden]{display:none}.ax-share-fallback>span{display:block;margin-bottom:8px;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ax-share-fallback-links{display:flex;flex-wrap:wrap;gap:7px 14px}.ax-share-fallback a{border-bottom:1px solid currentColor;padding:4px 0;font-size:11px;font-weight:800}.ax-share-fallback a:hover,.ax-share-fallback a:focus-visible{color:var(--orange)}.ax-share-status{min-height:0;margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.35}
/* Security-page metadata contrast. */
.security-baseline>p{color:#91aaae}
.security-principles article>span{color:#56645d}

/* AXIONA R135 — navigation state + readability/containment fixes.
   Keep the existing animated underline, but leave it visible on the current page. */
.topbar nav a.active:not(.nav-contact):after{right:0!important}
.topbar nav a.active:not(.nav-contact){font-weight:850!important}
.topbar nav .nav-contact.active{box-shadow:inset 0 -3px 0 var(--orange)!important}

/* Systems / section 01: the operational board must never cover the copy. */
@media(min-width:1181px){
  body.page-systems-r118 .services{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important}
}
body.page-systems-r118 .services>.section-intro,
body.page-systems-r118 .system-service,
body.page-systems-r118 .system-service .system-board,
body.page-systems-r118 .system-service .service-copy{min-width:0!important}
body.page-systems-r118 .system-service{position:relative!important;isolation:isolate!important;overflow:hidden!important}
body.page-systems-r118 .system-service .system-board{position:relative!important;z-index:1!important;max-width:100%!important;overflow:hidden!important}
body.page-systems-r118 .system-service .service-copy{position:relative!important;z-index:2!important;overflow-wrap:anywhere!important}

/* Process / section 01: explicit high-contrast step markers. */
body.page-process-r119 .stage-list article>span,
body.page-process-r119 .stage-list article.active>span{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:34px!important;min-width:34px!important;min-height:25px!important;padding:6px 7px!important;
  position:static!important;background:var(--pro-petrol,#0b1e25)!important;
  color:var(--pro-acid,#d7ef55)!important;border:1px solid #355159!important;
  box-shadow:none!important;font:900 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;
  letter-spacing:.08em!important
}

@media(max-width:920px){.ax-share{grid-template-columns:1fr auto;gap:20px}.ax-share:before{left:24px}.ax-share-copy p{display:none}}
@media(max-width:640px){.ax-share{grid-template-columns:1fr;padding-left:20px!important;padding-right:20px!important}.ax-share:before{left:20px}.ax-share-controls{justify-self:stretch}.ax-share-actions{display:grid;grid-template-columns:1fr 1fr}.ax-share-primary,.ax-share-copy-button{width:100%}.ax-share-fallback{position:static;margin-top:8px;min-width:0}.ax-share-status{min-height:14px}}