:root {
  --ink: #07111f;
  --ink-2: #0c1930;
  --panel: #101f38;
  --panel-2: #132744;
  --bone: #f3f7fb;
  --muted: #91a4c1;
  --muted-deep: #546885;
  --line: rgba(174, 199, 232, .16);
  --line-strong: rgba(174, 199, 232, .34);
  --teal: #2fe1b8;
  --blue: #4b8dff;
  --amber: #f3c969;
  --paper: #eaf0f7;
  --paper-2: #dfe8f2;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --shell: min(1260px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "IBM Plex Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--teal); }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: var(--teal); transform: translateY(-150%); transition: transform .18s ease-out; font: 500 .75rem/1 "JetBrains Mono", monospace; }
.skip-link:focus { transform: translateY(0); }
.noise { pointer-events: none; position: fixed; inset: 0; z-index: 40; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; display: grid; align-items: center; grid-template-columns: 1fr auto 1fr; height: 86px; padding: 0 max(32px, calc((100vw - 1260px)/2)); color: var(--bone); border-bottom: 1px solid rgba(174, 199, 232, .13); transition: background .2s var(--ease), backdrop-filter .2s var(--ease), height .2s var(--ease); }
.site-header.is-scrolled { position: fixed; height: 68px; background: rgba(7, 17, 31, .86); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; width: max-content; gap: 10px; }
.brand > span:last-child { display: grid; gap: 2px; }
.brand b { color: var(--bone); letter-spacing: .08em; font: 600 .82rem/1 "Space Grotesk", sans-serif; }
.brand em { color: var(--muted); letter-spacing: .115em; font: 500 .47rem/1 "JetBrains Mono", monospace; font-style: normal; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 31px; overflow: hidden; background: #020509; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 7px rgba(47, 225, 184, .24)); }
.site-nav { display: flex; gap: clamp(15px, 2.2vw, 31px); }
.site-nav a { position: relative; color: var(--muted); letter-spacing: .09em; font: 500 .6rem/1 "JetBrains Mono", monospace; transition: color .16s ease-out; }
.site-nav a::after { position: absolute; bottom: -7px; left: 0; width: 0; height: 1px; content: ""; background: var(--teal); transition: width .2s var(--ease); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--bone); }.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.header-cta { justify-self: end; color: var(--bone); letter-spacing: .04em; font: 500 .67rem/1 "JetBrains Mono", monospace; transition: color .16s ease-out, transform .16s ease-out; }
.header-cta span { margin-left: 5px; color: var(--teal); }.header-cta:hover { color: var(--teal); transform: translateX(2px); }

.hero { position: relative; min-height: 810px; overflow: hidden; color: var(--bone); background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(rgba(117, 153, 203, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(117, 153, 203, .07) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black 0%, black 62%, transparent 94%); }
.hero::before { position: absolute; width: min(42vw, 600px); height: min(42vw, 600px); right: clamp(0px, 27vw, 500px); top: clamp(170px, 12vw, 230px); content: ""; border: 1px solid rgba(47, 225, 184, .11); border-radius: 50%; box-shadow: 0 0 0 90px rgba(75, 141, 255, .022), 0 0 0 180px rgba(47, 225, 184, .014); }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 190px; content: ""; background: linear-gradient(transparent, var(--ink)); }
.hero-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); gap: 28px; min-height: 665px; padding-top: 172px; }
.hero-copy { align-self: center; padding-bottom: 58px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--teal); letter-spacing: .13em; font: 500 .65rem/1.3 "JetBrains Mono", monospace; }.hero-copy > .eyebrow { gap: 12px; margin-bottom: 26px; font-size: clamp(.9rem, 1.08vw, 1.08rem); }
.eyebrow--ink { color: #1a6f63; }
.pulse-dot { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(47, 225, 184, .45); }
.identity { margin: 0 0 16px; color: var(--teal); letter-spacing: .045em; font: 500 clamp(.95rem, 1.15vw, 1.12rem)/1.2 "JetBrains Mono", monospace; }.identity span { margin-left: 12px; color: var(--muted); }.person-identity { display: flex; align-items: center; gap: 24px; margin-bottom: 42px; }.identity-avatar { width: 140px; height: 140px; flex: 0 0 140px; object-fit: cover; object-position: 50% 34%; border: 1px solid rgba(0, 255, 170, .32); border-radius: 50%; box-shadow: 0 0 0 8px rgba(47, 225, 184, .06), 0 0 34px rgba(47, 225, 184, .19); }.identity--person { margin: 0; color: var(--bone); letter-spacing: .01em; font: 600 clamp(1.4rem, 1.9vw, 1.8rem)/1.15 "Space Grotesk", sans-serif; }.identity--person span { color: #9db3d1; letter-spacing: .03em; font: 500 clamp(.84rem, 1.1vw, 1.05rem)/1.2 "JetBrains Mono", monospace; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 25px; color: var(--bone); letter-spacing: -.065em; font: 600 clamp(3.15rem, 6.1vw, 5.8rem)/.98 "Space Grotesk", sans-serif; }
h1 span, h2 span { color: var(--teal); } h1 i { display: block; color: #9db3d1; font-style: normal; }
.hero-intro { max-width: 565px; margin-bottom: 33px; color: var(--muted); font-size: clamp(.98rem, 1.35vw, 1.13rem); line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 27px; }.button { display: inline-flex; align-items: center; gap: 28px; padding: 16px 17px 16px 21px; letter-spacing: .02em; font: 500 .72rem/1 "JetBrains Mono", monospace; transition: transform .18s ease-out, background .18s ease-out, border-color .18s ease-out; }.button--primary { color: var(--ink); background: var(--teal); border: 1px solid var(--teal); }.button--primary span { font-size: 1rem; }.button--primary:hover { background: #5cecc9; border-color: #b9fff0; transform: scale(1.02); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); border-bottom: 1px solid rgba(145, 164, 193, .3); padding-bottom: 4px; letter-spacing: .06em; font: 500 .65rem/1 "JetBrains Mono", monospace; transition: color .18s ease-out, border-color .18s ease-out, transform .18s ease-out; }.text-link:hover { color: var(--teal); border-color: var(--teal); transform: translateX(2px); }

.control-orbit { position: relative; justify-self: center; align-self: center; width: min(112%, 620px); aspect-ratio: 1; margin-top: 34px; }
.orbit-lines { position: absolute; width: 100%; height: 100%; inset: 0; transform: rotate(-5deg); }.orbit-label { position: absolute; z-index: 1; top: 7px; left: 50%; color: var(--muted); letter-spacing: .12em; transform: translateX(-50%); white-space: nowrap; font: 500 .55rem/1 "JetBrains Mono", monospace; }
.control-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-content: center; width: 130px; height: 130px; color: var(--ink); text-align: center; background: var(--teal); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 13px rgba(47, 225, 184, .1), 0 0 52px rgba(47, 225, 184, .16); }
.control-core span { letter-spacing: .13em; font: 500 .48rem/1 "JetBrains Mono", monospace; }.control-core b { margin-top: 5px; letter-spacing: -.02em; font: 600 1.05rem/1 "Space Grotesk", sans-serif; }.control-core em { margin-top: 6px; color: #1d5d59; font: 500 .48rem/1 "JetBrains Mono", monospace; font-style: normal; }
.orbit-node { position: absolute; z-index: 2; display: grid; gap: 4px; color: var(--muted); letter-spacing: .1em; font: 500 .49rem/1 "JetBrains Mono", monospace; }.orbit-node b { color: var(--bone); letter-spacing: .02em; font: 500 .67rem/1 "IBM Plex Sans", sans-serif; }.orbit-node--identity { top: 13%; left: 50%; text-align: center; transform: translateX(-50%); }.orbit-node--endpoint { top: 31%; right: 0; text-align: left; }.orbit-node--cloud { right: 3%; bottom: 21%; }.orbit-node--data { bottom: 7%; left: 50%; text-align: center; transform: translateX(-50%); }.orbit-node--automation { bottom: 21%; left: 0; text-align: right; }.orbit-node--signals { top: 31%; left: 0; text-align: right; }
.signal { transform-origin: center; animation: signal-pulse 2.8s ease-in-out infinite; }.signal--b { animation-delay: .4s; }.signal--c { animation-delay: .8s; }.signal--d { animation-delay: 1.2s; }.signal--e { animation-delay: 1.6s; }.signal--f { animation-delay: 2s; }
.metrics-shell { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.metric { min-height: 136px; padding: 22px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(16, 31, 56, .42); }.metric strong { display: block; color: var(--bone); letter-spacing: -.06em; font: 600 clamp(2rem, 3.2vw, 3.2rem)/1 "Space Grotesk", sans-serif; }.metric strong span { color: var(--teal); }.metric p { max-width: 175px; margin: 10px 0 0; color: var(--muted); font: .72rem/1.45 "IBM Plex Sans", sans-serif; }

.section { position: relative; padding: 148px 0; }.section--dark { color: var(--bone); background: var(--ink); }.section-grid { display: grid; grid-template-columns: 144px minmax(0, 1fr); gap: clamp(32px, 6vw, 86px); }.section-index { padding-top: 12px; }.section-index span { display: block; color: var(--teal); font: 500 .72rem/1 "JetBrains Mono", monospace; }.section-index i { display: block; width: 1px; height: 52px; margin: 13px 0; background: #7c92b0; }.section-index p { color: #546885; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; font: 500 .55rem/1 "JetBrains Mono", monospace; }.section-content { max-width: 1025px; }.section-content h2 { max-width: 860px; margin-bottom: 23px; color: var(--ink); letter-spacing: -.065em; font: 600 clamp(2.45rem, 4.8vw, 4.6rem)/1.02 "Space Grotesk", sans-serif; }.section--dark .section-content h2 { color: var(--bone); }.section-content h2 em { color: #277d75; font-style: normal; }.section-lead { max-width: 670px; margin-bottom: 57px; color: #4f6686; font-size: clamp(1rem, 1.45vw, 1.16rem); line-height: 1.7; }.section-lead--dark { color: var(--muted); }
.model { background: var(--paper); }.model::after { position: absolute; right: 7vw; bottom: 9%; width: 25vw; height: 25vw; content: ""; opacity: .4; border: 1px solid #a5bad3; border-radius: 50%; }.brand-signature { display: flex; align-items: center; gap: 20px; max-width: 590px; margin: -14px 0 42px; padding: 11px 16px 11px 12px; background: rgba(255, 255, 255, .55); border: 1px solid #b1c4d7; }.brand-signature img { display: block; width: 156px; height: 85px; object-fit: contain; background: #fff; }.brand-signature > div { padding-left: 2px; border-left: 1px solid #b6c8d8; }.brand-signature span { color: #1c5e83; letter-spacing: .1em; font: 500 .56rem/1.3 "JetBrains Mono", monospace; }.brand-signature p { max-width: 210px; margin: 7px 0 0; color: #536b88; font-size: .76rem; line-height: 1.45; }.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #afc1d4; border-left: 1px solid #afc1d4; }.principles article { position: relative; min-height: 268px; padding: 28px 28px 30px; border-right: 1px solid #afc1d4; border-bottom: 1px solid #afc1d4; background: rgba(255,255,255,.24); transition: transform .2s var(--ease), background .2s var(--ease); }.principles article:hover { z-index: 1; background: #f7fbff; transform: translateY(-5px); }.principle-no { color: #277d75; letter-spacing: .09em; font: 500 .6rem/1 "JetBrains Mono", monospace; }.principles h3 { margin: 42px 0 12px; letter-spacing: -.045em; font: 600 1.35rem/1.08 "Space Grotesk", sans-serif; }.principles p { margin: 0; color: #586d8a; font-size: .88rem; line-height: 1.6; }

.pillars { overflow: hidden; }.pillars::before { position: absolute; top: 40px; right: -20vw; width: 58vw; height: 58vw; content: ""; opacity: .52; border: 1px solid rgba(75, 141, 255, .13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(75, 141, 255, .018), 0 0 0 190px rgba(47, 225, 184, .018); }.pillar-layout { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(38px, 6vw, 90px); }.pillar-map { position: relative; min-height: 423px; }.pillar-map__core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-content: center; width: 118px; height: 118px; color: var(--bone); text-align: center; background: #162f51; border: 1px solid var(--teal); border-radius: 50%; transform: translate(-50%, -50%); letter-spacing: .08em; font: 500 .64rem/1.3 "JetBrains Mono", monospace; }.pillar-map__core b { color: var(--teal); font-weight: 500; }.pillar-token { position: absolute; z-index: 2; display: grid; place-content: center; width: 98px; height: 98px; color: var(--teal); text-align: center; background: var(--ink-2); border: 1px solid var(--line-strong); border-radius: 50%; letter-spacing: .04em; font: 500 .85rem/1 "Space Grotesk", sans-serif; }.pillar-token span { margin-top: 6px; color: var(--muted); letter-spacing: .06em; font: 500 .45rem/1 "JetBrains Mono", monospace; }.token-1 { top: 1px; left: calc(50% - 49px); }.token-2 { top: calc(50% - 49px); right: 1px; }.token-3 { bottom: 1px; left: calc(50% - 49px); }.token-4 { top: calc(50% - 49px); left: 1px; }.pillar-map__line { position: absolute; top: 50%; left: 50%; width: 1px; height: 166px; background: linear-gradient(var(--teal), rgba(47,225,184,.08)); transform-origin: top center; }.line-1 { transform: rotate(0deg); }.line-2 { transform: rotate(90deg); }.line-3 { transform: rotate(180deg); }.line-4 { transform: rotate(270deg); }.pillar-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.pillar-cards article { min-height: 222px; padding: 23px 23px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(16,31,56,.4); transition: background .18s var(--ease), transform .18s var(--ease); }.pillar-cards article:hover { background: #122945; transform: translateY(-3px); }.pillar-cards span { color: var(--teal); letter-spacing: .1em; font: 500 .54rem/1 "JetBrains Mono", monospace; }.pillar-cards h3 { margin: 37px 0 10px; color: var(--bone); letter-spacing: -.045em; font: 600 1.18rem/1.13 "Space Grotesk", sans-serif; }.pillar-cards p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.56; }

.automation { background: #e4edf5; }.flow-panel { margin-top: 44px; padding: clamp(22px, 3.5vw, 45px); overflow: hidden; background: var(--ink-2); box-shadow: 0 20px 40px rgba(10, 31, 58, .12); }.flow-panel__meta { display: grid; grid-template-columns: 1fr auto; align-items: center; color: var(--muted); letter-spacing: .1em; font: 500 .55rem/1 "JetBrains Mono", monospace; }.flow-panel__meta b { justify-self: end; color: var(--bone); font: 500 .68rem/1 "IBM Plex Sans", sans-serif; }.flow-panel__meta em { grid-column: 1/-1; margin-top: 8px; color: var(--teal); font-style: normal; }.automation-flow { display: grid; grid-template-columns: minmax(115px, 1fr) minmax(18px, .3fr) minmax(115px, 1fr) minmax(18px, .3fr) minmax(115px, 1fr) minmax(18px, .3fr) minmax(115px, 1fr); align-items: center; margin: 54px 0 39px; }.flow-step { position: relative; min-height: 142px; padding: 19px 18px; color: var(--bone); background: #142842; border: 1px solid #2b496e; }.flow-step i { display: block; margin-bottom: 27px; color: var(--teal); font: 500 .55rem/1 "JetBrains Mono", monospace; font-style: normal; }.flow-step strong { display: block; letter-spacing: -.04em; font: 600 1.03rem/1.05 "Space Grotesk", sans-serif; }.flow-step span { display: block; margin-top: 9px; color: var(--muted); font: 500 .51rem/1.4 "JetBrains Mono", monospace; }.step-policy { border-color: var(--teal); }.step-orchestration { background: #17355a; }.step-outcome { border-color: var(--blue); }.flow-line { position: relative; height: 1px; background: #345371; }.flow-line::before { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; content: ""; background: var(--teal); border-radius: 50%; }.flow-line b { position: absolute; top: -4px; right: -1px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid var(--teal); }.flow-notes { display: flex; flex-wrap: wrap; gap: 12px 27px; color: var(--muted); letter-spacing: .055em; font: 500 .53rem/1.3 "JetBrains Mono", monospace; }.flow-notes span { display: flex; align-items: center; gap: 6px; }.flow-notes i { display: block; width: 5px; height: 5px; background: var(--teal); border-radius: 50%; }.case-split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 1px; border-left: 1px solid #afc1d4; border-top: 1px solid #afc1d4; }.case-split p { min-height: 124px; margin: 0; padding: 23px 26px; color: #526b8b; border-right: 1px solid #afc1d4; border-bottom: 1px solid #afc1d4; font-size: .83rem; line-height: 1.65; }.case-split b { color: #173559; font-weight: 600; }

.infrastructure { overflow: hidden; }.infra-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: clamp(30px, 5vw, 76px); align-items: center; }.infra-stack { position: relative; display: grid; gap: 9px; padding: 17px; background: linear-gradient(135deg, rgba(47,225,184,.11), rgba(75,141,255,.02)); border: 1px solid var(--line); }.infra-stack::before { position: absolute; inset: -24px 26px 26px -24px; z-index: 0; content: ""; border: 1px solid rgba(75,141,255,.17); }.stack-layer { position: relative; z-index: 1; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; min-height: 77px; padding: 15px 16px; background: #0d1d34; border-left: 2px solid var(--blue); }.stack-layer span { color: var(--muted); font: 500 .56rem/1 "JetBrains Mono", monospace; }.stack-layer b { display: block; color: var(--bone); letter-spacing: -.03em; font: 500 1rem/1.2 "Space Grotesk", sans-serif; }.stack-layer small { display: block; margin-top: 5px; color: var(--muted); font: .7rem/1.3 "IBM Plex Sans", sans-serif; }.stack-layer em { color: #617a9d; letter-spacing: .1em; font: 500 .48rem/1 "JetBrains Mono", monospace; font-style: normal; }.stack-layer--two { margin-left: 24px; border-color: var(--teal); background: #102540; }.stack-layer--three { margin-left: 48px; border-color: var(--blue); background: #132a49; }.stack-layer--four { margin-left: 72px; border-color: var(--amber); background: #172842; }.infra-note { padding: 29px; background: #10223d; border-top: 1px solid var(--teal); }.infra-note > span { color: var(--teal); letter-spacing: .12em; font: 500 .55rem/1 "JetBrains Mono", monospace; }.infra-note h3 { margin: 32px 0 14px; color: var(--bone); letter-spacing: -.055em; font: 600 1.75rem/1.05 "Space Grotesk", sans-serif; }.infra-note p { margin-bottom: 26px; color: var(--muted); font-size: .84rem; line-height: 1.67; }.text-link--light { color: var(--bone); }

.outcomes { background: var(--paper); }.outcomes-list { border-top: 1px solid #a9bdd3; }.outcome { display: grid; grid-template-columns: 55px minmax(0,1fr) minmax(130px,.3fr); gap: 25px; align-items: center; min-height: 184px; padding: 26px 0; border-bottom: 1px solid #a9bdd3; }.outcome-no { align-self: start; padding-top: 5px; color: #277d75; letter-spacing: .1em; font: 500 .58rem/1 "JetBrains Mono", monospace; }.outcome span { display: block; margin-bottom: 13px; color: #56708e; letter-spacing: .11em; font: 500 .53rem/1 "JetBrains Mono", monospace; }.outcome h3 { margin-bottom: 8px; color: #102848; letter-spacing: -.045em; font: 600 clamp(1.25rem, 2vw, 1.7rem)/1.1 "Space Grotesk", sans-serif; }.outcome p { max-width: 610px; margin: 0; color: #596f8c; font-size: .83rem; line-height: 1.58; }.outcome > b { color: #103761; text-align: right; letter-spacing: -.065em; font: 600 clamp(2.05rem, 3vw, 3rem)/1 "Space Grotesk", sans-serif; }.outcome > b small { display: block; max-width: 150px; margin: 8px 0 0 auto; color: #54708e; letter-spacing: 0; font: .66rem/1.35 "IBM Plex Sans", sans-serif; }

.contact { position: relative; overflow: hidden; padding: 138px 0 124px; color: var(--bone); background: #07111f; }.contact::before { position: absolute; width: 59vw; height: 59vw; top: -29vw; left: -13vw; content: ""; opacity: .55; border: 1px solid rgba(47,225,184,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(47,225,184,.025), 0 0 0 180px rgba(75,141,255,.025); }.contact-shell { position: relative; }.contact h2 { max-width: 880px; margin-bottom: 23px; color: var(--bone); letter-spacing: -.065em; font: 600 clamp(2.65rem, 5.5vw, 5.2rem)/.99 "Space Grotesk", sans-serif; }.contact h2 span { color: var(--teal); }.contact > .shell > p:not(.eyebrow) { max-width: 620px; margin-bottom: 56px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.contact-card { display: grid; min-height: 167px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(16,31,56,.37); transition: background .18s var(--ease), transform .18s var(--ease); }.contact-card:hover { z-index: 1; background: #112847; transform: translateY(-4px); }.contact-card span { color: var(--teal); letter-spacing: .1em; font: 500 .54rem/1 "JetBrains Mono", monospace; }.contact-card b { align-self: center; color: var(--bone); overflow-wrap: anywhere; letter-spacing: -.03em; font: 500 1.01rem/1.2 "Space Grotesk", sans-serif; }.contact-card i { color: var(--muted); font: 500 .56rem/1 "JetBrains Mono", monospace; font-style: normal; }
.footer { color: #8195b3; background: #050b15; }.footer > .shell { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; letter-spacing: .06em; font: 500 .52rem/1.4 "JetBrains Mono", monospace; }.footer a { color: var(--teal); }.footer a:hover { text-decoration: underline; }

[data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .65s var(--ease), transform .65s var(--ease); }[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes signal-pulse { 0%,100% { opacity: .35; transform: scale(1); } 50% { opacity: 1; transform: scale(1.9); } }@keyframes dot-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(47,225,184,.35); } 50% { box-shadow: 0 0 0 7px rgba(47,225,184,0); } }
@media (prefers-reduced-motion: no-preference) { .pulse-dot { animation: dot-pulse 2.4s ease-in-out infinite; }.flow-line::before { animation: travel 2.8s linear infinite; }@keyframes travel { 0% { left: 0; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { left: calc(100% - 7px); opacity: 0; } } }
@media (max-width: 980px) { :root { --shell: min(100% - 48px, 800px); }.site-header { grid-template-columns: 1fr auto; padding: 0 24px; }.site-nav { display: none; }.hero { min-height: auto; }.hero-shell { grid-template-columns: 1fr; padding-top: 138px; }.hero-copy { padding-bottom: 0; }.control-orbit { width: min(540px, 80vw); margin: -25px auto 18px; }.metrics-shell { grid-template-columns: repeat(2,1fr); }.section-grid { grid-template-columns: 88px minmax(0,1fr); gap: 28px; }.pillar-layout, .infra-layout { grid-template-columns: 1fr; }.pillar-map { width: min(450px, 100%); margin: 0 auto; }.infra-note { max-width: 520px; }.automation-flow { grid-template-columns: 1fr; gap: 0; }.flow-step { min-height: 112px; }.flow-step i { margin-bottom: 14px; }.flow-line { width: 1px; height: 24px; margin-left: 50%; }.flow-line::before { top: 0; left: -3px; }.flow-line b { top: auto; right: -3px; bottom: -1px; transform: rotate(90deg); }.flow-notes { margin-top: 18px; }.outcome { grid-template-columns: 36px 1fr; }.outcome > b { grid-column: 2; justify-self: start; text-align: left; }.outcome > b small { margin-left: 0; text-align: left; }.contact-grid { grid-template-columns: 1fr; }.footer > .shell { flex-wrap: wrap; }.model::after { display: none; } }
@media (max-width: 620px) { :root { --shell: calc(100% - 36px); }.site-header { height: 68px; padding: 0 18px; }.site-header.is-scrolled { height: 62px; }.brand-mark { width: 39px; height: 26px; }.brand em { display: none; }.header-cta { font-size: .56rem; }.hero-shell { padding-top: 110px; min-height: auto; }.hero-copy { padding-bottom: 17px; }.eyebrow { margin-bottom: 17px; font-size: .53rem; line-height: 1.5; }.hero-copy > .eyebrow { margin-bottom: 20px; font-size: .73rem; }.identity { margin-bottom: 12px; font-size: .76rem; }.person-identity { gap: 16px; margin-bottom: 30px; }.identity-avatar { width: 88px; height: 88px; flex-basis: 88px; }.identity--person { margin-bottom: 0; font-size: 1.2rem; }.identity--person span { font-size: .76rem; }.identity span { display: block; margin: 7px 0 0; }.hero-intro { font-size: .91rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.control-orbit { width: calc(100vw - 35px); max-width: 460px; margin-top: -5px; }.control-core { width: 100px; height: 100px; }.control-core b { font-size: .85rem; }.orbit-node { font-size: .39rem; }.orbit-node b { font-size: .54rem; }.orbit-node--endpoint, .orbit-node--cloud { right: 3px; }.orbit-node--automation, .orbit-node--signals { left: 3px; }.metrics-shell { width: 100%; grid-template-columns: repeat(2, 1fr); }.metric { min-height: 116px; padding: 18px; }.metric p { font-size: .64rem; }.section { padding: 82px 0; }.section-grid { grid-template-columns: 1fr; gap: 29px; }.section-index { display: flex; align-items: center; gap: 11px; padding: 0; }.section-index i { width: 40px; height: 1px; margin: 0; }.section-index p { writing-mode: horizontal-tb; margin: 0; }.section-content h2 { margin-bottom: 17px; }.section-lead { margin-bottom: 35px; font-size: .93rem; }.principles, .pillar-cards, .case-split { grid-template-columns: 1fr; }.brand-signature { align-items: flex-start; gap: 12px; margin-bottom: 32px; padding: 10px; }.brand-signature img { width: 116px; height: 63px; }.brand-signature > div { padding-left: 11px; }.brand-signature p { font-size: .67rem; }.principles article { min-height: 210px; }.principles h3 { margin-top: 29px; }.pillar-map { min-height: 335px; transform: scale(.87); transform-origin: top center; margin-bottom: -43px; }.pillar-cards article { min-height: 185px; }.flow-panel { margin-top: 28px; padding: 20px; }.flow-panel__meta { grid-template-columns: 1fr; gap: 9px; }.flow-panel__meta b { justify-self: start; }.automation-flow { margin: 35px 0 28px; }.flow-notes { gap: 9px 14px; }.case-split p { min-height: auto; padding: 18px; }.infra-stack { padding: 10px; }.stack-layer { grid-template-columns: 23px 1fr; padding: 13px 10px; }.stack-layer em { display: none; }.stack-layer--two { margin-left: 10px; }.stack-layer--three { margin-left: 20px; }.stack-layer--four { margin-left: 30px; }.stack-layer b { font-size: .85rem; }.stack-layer small { font-size: .62rem; }.infra-note { padding: 23px; }.outcome { gap: 11px; min-height: 0; padding: 27px 0; }.outcome p { font-size: .78rem; }.contact { padding: 85px 0 74px; }.contact > .shell > p:not(.eyebrow) { margin-bottom: 35px; font-size: .92rem; }.contact-card { min-height: 138px; }.footer > .shell { align-items: flex-start; flex-direction: column; padding: 21px 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } [data-reveal] { opacity: 1; transform: none; } }


/* Built systems, continuity capability, and security radar. */
.systems { overflow: hidden; background: #0b192c; }.systems::before { position: absolute; top: -10vw; left: -14vw; width: 42vw; height: 42vw; content: ""; opacity: .52; border: 1px solid rgba(47, 225, 184, .12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(75, 141, 255, .025), 0 0 0 170px rgba(47, 225, 184, .014); }.systems .section-content { position: relative; z-index: 1; }
.systems-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.system-card { position: relative; min-height: 290px; padding: 28px 29px 25px; overflow: hidden; background: rgba(16, 31, 56, .48); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s var(--ease), transform .2s var(--ease); }.system-card::after { position: absolute; right: 22px; bottom: 21px; width: 46px; height: 1px; content: ""; background: var(--teal); opacity: .7; }.system-card:hover { z-index: 1; background: #142b49; transform: translateY(-4px); }.system-card > span { color: var(--teal); letter-spacing: .1em; font: 500 .56rem/1 "JetBrains Mono", monospace; }.system-card h3 { max-width: 325px; margin: 43px 0 13px; color: var(--bone); letter-spacing: -.045em; font: 600 clamp(1.34rem, 1.9vw, 1.75rem)/1.05 "Space Grotesk", sans-serif; }.system-card p { max-width: 408px; margin: 0; padding-right: 13px; color: var(--muted); font-size: .84rem; line-height: 1.62; }.system-card small { position: absolute; right: 28px; bottom: 25px; left: 29px; color: #88a5c7; letter-spacing: .07em; font: 500 .52rem/1.3 "JetBrains Mono", monospace; }
.dr-capability { display: grid; grid-template-columns: minmax(145px, .48fr) minmax(0, 1.6fr) auto; gap: 26px; align-items: start; margin-top: 43px; padding: 25px 28px; background: linear-gradient(90deg, rgba(47, 225, 184, .1), rgba(47, 225, 184, .025)); border: 1px solid rgba(47, 225, 184, .27); }.dr-capability > span { color: var(--teal); letter-spacing: .12em; font: 500 .58rem/1.35 "JetBrains Mono", monospace; }.dr-capability h3 { max-width: 495px; margin: 0 0 10px; color: var(--bone); letter-spacing: -.04em; font: 600 1.35rem/1.1 "Space Grotesk", sans-serif; }.dr-capability p { max-width: 580px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.61; }.dr-capability i { max-width: 145px; color: #88a5c7; text-align: right; letter-spacing: .06em; font: 500 .5rem/1.4 "JetBrains Mono", monospace; font-style: normal; }
.radar { background: #e4edf5; }.radar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #a9bdcf; border-left: 1px solid #a9bdcf; }.radar-card { display: flex; min-height: 318px; flex-direction: column; padding: 25px 25px 23px; background: rgba(255, 255, 255, .34); border-right: 1px solid #a9bdcf; border-bottom: 1px solid #a9bdcf; transition: transform .2s var(--ease), background .2s var(--ease); }.radar-card:hover { z-index: 1; background: #f7fbff; transform: translateY(-4px); }.radar-card > div { display: grid; gap: 7px; }.radar-card span { color: #277d75; letter-spacing: .11em; font: 500 .57rem/1 "JetBrains Mono", monospace; }.radar-card b { color: #234567; letter-spacing: .09em; font: 600 .57rem/1 "JetBrains Mono", monospace; }.radar-card h3 { margin: 37px 0 12px; color: var(--ink); letter-spacing: -.04em; font: 600 1.31rem/1.08 "Space Grotesk", sans-serif; }.radar-card p { margin: 0; color: #536b88; font-size: .84rem; line-height: 1.59; }.radar-card a { margin-top: auto; padding-top: 20px; color: #16786b; letter-spacing: .05em; font: 500 .62rem/1.2 "JetBrains Mono", monospace; }.radar-card a:hover { color: #0d4039; }
@media (max-width: 980px) { .dr-capability { grid-template-columns: 1fr; gap: 14px; }.dr-capability i { max-width: none; text-align: left; }.radar-grid { grid-template-columns: 1fr; }.radar-card { min-height: 255px; }.systems-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .system-card { min-height: 278px; padding: 24px 21px; }.system-card h3 { margin-top: 34px; font-size: 1.3rem; }.system-card small { right: 20px; bottom: 20px; left: 21px; }.dr-capability { margin-top: 31px; padding: 21px; }.dr-capability h3 { font-size: 1.18rem; }.radar-card { min-height: 0; padding: 22px 21px; }.radar-card h3 { margin-top: 29px; }.radar-card a { margin-top: 26px; } }

/* Bilingual language switcher. */
.header-actions { justify-self: end; display: flex; align-items: center; gap: 19px; }.header-actions .header-cta { justify-self: auto; }.language-switcher { display: inline-flex; align-items: center; padding: 3px; border: 1px solid rgba(174, 199, 232, .28); background: rgba(7, 17, 31, .42); }.language-switcher button { min-width: 29px; padding: 6px 7px; cursor: pointer; color: var(--muted); background: transparent; border: 0; font: 600 .56rem/1 "JetBrains Mono", monospace; transition: color .16s ease-out, background .16s ease-out; }.language-switcher button:hover, .language-switcher button:focus-visible { color: var(--bone); outline: 1px solid var(--teal); outline-offset: -1px; }.language-switcher button.is-active { color: var(--ink); background: var(--teal); }
@media (max-width: 620px) { .header-actions { gap: 0; }.header-actions .header-cta { display: none; }.language-switcher button { min-width: 27px; padding: 6px; } }

/* Agent landscape: platform selection with explicit experience boundaries. */
.agent-landscape { margin-top: 42px; padding: 28px; background: linear-gradient(135deg, #112946, #0b1b31); border-top: 1px solid var(--teal); box-shadow: 0 18px 34px rgba(10, 31, 58, .12); }.agent-landscape__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); gap: 38px; align-items: end; padding-bottom: 25px; border-bottom: 1px solid rgba(174, 199, 232, .18); }.agent-landscape__intro span { color: var(--teal); letter-spacing: .11em; font: 500 .55rem/1 "JetBrains Mono", monospace; }.agent-landscape__intro h3 { margin: 13px 0 0; color: var(--bone); letter-spacing: -.045em; font: 600 clamp(1.3rem, 2vw, 1.7rem)/1.08 "Space Grotesk", sans-serif; }.agent-landscape__intro p { max-width: 445px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.62; }.agent-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 22px; border-top: 1px solid rgba(174, 199, 232, .17); border-left: 1px solid rgba(174, 199, 232, .17); }.agent-card { position: relative; min-height: 192px; padding: 19px 19px 23px; border-right: 1px solid rgba(174, 199, 232, .17); border-bottom: 1px solid rgba(174, 199, 232, .17); background: rgba(10, 27, 49, .42); transition: background .18s var(--ease), transform .18s var(--ease); }.agent-card:hover { z-index: 1; background: #17385d; transform: translateY(-3px); }.agent-card--production, .agent-card--expansion { grid-column: span 3; }.agent-card--market { grid-column: span 2; min-height: 175px; }.agent-card__meta { display: flex; justify-content: space-between; gap: 10px; color: #87a4c8; letter-spacing: .08em; font: 500 .48rem/1.35 "JetBrains Mono", monospace; }.agent-card__meta span { color: #8da6c3; }.agent-card__meta b { color: #7293b9; font: inherit; text-align: right; }.agent-card h4 { max-width: 280px; margin: 33px 0 10px; color: var(--bone); letter-spacing: -.035em; font: 600 1.08rem/1.12 "Space Grotesk", sans-serif; }.agent-card p { max-width: 305px; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }.agent-card--production { background: linear-gradient(135deg, rgba(47, 225, 184, .18), rgba(16, 50, 75, .56)); border-top: 1px solid rgba(47, 225, 184, .65); }.agent-card--production .agent-card__meta span, .agent-card--production .agent-card__meta b { color: var(--teal); }.agent-card--expansion { background: linear-gradient(135deg, rgba(75, 141, 255, .17), rgba(18, 43, 75, .56)); border-top: 1px solid rgba(75, 141, 255, .7); }.agent-card--expansion .agent-card__meta span, .agent-card--expansion .agent-card__meta b { color: #8bb4ff; }.agent-card--market::after { position: absolute; right: 17px; bottom: 15px; width: 26px; height: 1px; content: ""; background: #496987; }
@media (max-width: 760px) { .agent-landscape { padding: 22px; }.agent-landscape__intro { grid-template-columns: 1fr; gap: 16px; }.agent-grid { grid-template-columns: 1fr; }.agent-card--production, .agent-card--expansion, .agent-card--market { grid-column: auto; min-height: 0; }.agent-card h4 { margin-top: 23px; } }

/* Control Plane directionality and explanatory node labels. */
.control-path { stroke: url(#line); stroke-width: 1.2; }.control-path--in { stroke: #2fe1b8; stroke-opacity: .7; }.control-path--out { stroke: #4b8dff; stroke-opacity: .72; }.orbit-node em { display: block; max-width: 102px; color: #7892b6; letter-spacing: .015em; font: 400 .43rem/1.32 "IBM Plex Sans", sans-serif; font-style: normal; text-transform: none; }.orbit-node--identity em, .orbit-node--data em { margin: 1px auto 0; }.orbit-node--endpoint em, .orbit-node--cloud em { margin-top: 1px; }.orbit-node--automation em, .orbit-node--signals em { margin: 1px 0 0 auto; }

/* AI Security Strategy — architecture patterns, not a project register. */
.agent-strategy { border-top-color: #2fe1b8; background: linear-gradient(135deg, #102945, #091b31); }.agent-strategy .agent-landscape__intro h3 em { color: var(--teal); font-style: normal; }.agent-grid--strategy { grid-template-columns: repeat(2, minmax(0, 1fr)); }.agent-grid--strategy .agent-card { grid-column: auto; min-height: 340px; padding: 22px 22px 24px; }.agent-grid--strategy .agent-card--governance { background: linear-gradient(135deg, rgba(75, 141, 255, .2), rgba(24, 68, 111, .68)); border-top: 2px solid #76a9ff; box-shadow: inset 0 0 0 1px rgba(118, 169, 255, .12); }.agent-strategy .agent-card h4 { max-width: 100%; margin: 28px 0 11px; font-size: 1.22rem; }.agent-strategy .agent-card h4 i { color: #a9c7ff; font-style: normal; white-space: nowrap; }.agent-strategy .agent-card > p { max-width: none; color: #b1c4dd; font-size: .76rem; line-height: 1.57; }.agent-strategy .agent-card > p b { color: var(--bone); font-weight: 600; }.agent-strategy .agent-application { margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(174, 199, 232, .18); }.agent-application span { display: block; margin-bottom: 8px; color: var(--teal); letter-spacing: .085em; font: 500 .49rem/1.3 "JetBrains Mono", monospace; }.agent-governance { display: block; margin-top: 19px; padding: 12px 13px; color: #c5d7ec; background: rgba(10, 27, 49, .37); border-left: 2px solid var(--teal); font: .68rem/1.5 "IBM Plex Sans", sans-serif; }.agent-governance b { display: block; margin-bottom: 4px; color: var(--teal); letter-spacing: .09em; font: 500 .48rem/1 "JetBrains Mono", monospace; }.agent-strategy .agent-card--market { min-height: 310px; }.agent-strategy .agent-card--market::after { background: #5b7eaa; }
@media (max-width: 760px) { .agent-grid--strategy { grid-template-columns: 1fr; }.agent-grid--strategy .agent-card, .agent-strategy .agent-card--market { min-height: 0; }.agent-strategy .agent-card h4 { font-size: 1.12rem; }.agent-governance { font-size: .66rem; } }
@media (max-width: 620px) { .orbit-node { gap: 3px; }.orbit-node em { max-width: 77px; font-size: .34rem; line-height: 1.23; }.orbit-node--endpoint em, .orbit-node--cloud em { max-width: 68px; }.agent-strategy { padding: 20px; }.agent-strategy .agent-card { padding: 19px; }.agent-strategy .agent-card h4 { margin-top: 22px; } }

/* Current implementation labels keep the Control Plane category-led, not vendor-led. */
.orbit-node > span { color: var(--muted); letter-spacing: .1em; font: 500 .49rem/1 "JetBrains Mono", monospace; }.orbit-node b { display: block; max-width: 132px; color: #83a1c7; letter-spacing: .01em; font: 400 .41rem/1.27 "JetBrains Mono", monospace; text-transform: none; }.orbit-node--identity b, .orbit-node--data b { margin: 1px auto 0; }.orbit-node--endpoint b, .orbit-node--cloud b { margin-top: 1px; }.orbit-node--automation b, .orbit-node--signals b { margin: 1px 0 0 auto; }.orbit-node--automation b { max-width: 142px; }.control-orbit { margin-bottom: 82px; }.control-note { position: absolute; z-index: 3; top: calc(100% + 17px); left: 50%; width: min(100%, 520px); margin: 0; padding-top: 10px; color: #7894ba; text-align: center; border-top: 1px solid rgba(47, 225, 184, .16); transform: translateX(-50%); font: 400 .57rem/1.48 "JetBrains Mono", monospace; }
@media (max-width: 760px) { .control-orbit { margin-bottom: 112px; }.control-note { width: min(100%, 410px); font-size: .5rem; } }
@media (max-width: 620px) { .control-orbit { margin-bottom: 125px; }.orbit-node b { max-width: 84px; font-size: .33rem; line-height: 1.18; }.orbit-node--automation b { max-width: 90px; }.control-note { width: 94%; font-size: .44rem; line-height: 1.4; } }

/* Keep the decorative halo aligned with the Control Plane across narrower desktop viewports. */
@media (max-width: 1200px) and (min-width: 861px) { .hero::before { right: 3vw; } }

/* Diagram readability pass: functional labels must be readable without browser zoom. */
.control-orbit .orbit-label { color: #c1d1e8; letter-spacing: .14em; text-shadow: 0 1px 10px rgba(7, 17, 31, .9); font: 600 .72rem/1 "JetBrains Mono", monospace; }.control-core { width: 145px; height: 145px; box-shadow: 0 0 0 15px rgba(47, 225, 184, .12), 0 0 60px rgba(47, 225, 184, .22); }.control-core span { letter-spacing: .15em; font-size: .62rem; font-weight: 600; }.control-core b { font-size: 1.23rem; font-weight: 700; }.control-core em { color: #155650; font-size: .56rem; font-weight: 600; }.control-path { stroke-width: 1.55; }.orbit-node { gap: 5px; text-shadow: 0 1px 10px rgba(7, 17, 31, .95); }.orbit-node > span { color: #c2d4ea; letter-spacing: .115em; font-size: .64rem; font-weight: 700; }.orbit-node em { max-width: 134px; color: #bbcee4; font-size: .56rem; font-weight: 500; line-height: 1.38; }.orbit-node b { max-width: 166px; color: #d1e0f0; font-size: .54rem; font-weight: 600; line-height: 1.35; }.orbit-node--automation b { max-width: 180px; }.control-note { width: min(100%, 590px); color: #b6c9e0; border-top-color: rgba(47, 225, 184, .32); font-size: .67rem; font-weight: 500; line-height: 1.52; }

/* Endpoint trust map. */
.pillar-map__core { width: 132px; height: 132px; border-width: 2px; color: #e2edf8; font-size: .73rem; font-weight: 600; }.pillar-token { width: 108px; height: 108px; color: #55eac4; border-color: rgba(151, 190, 230, .46); font-size: .99rem; font-weight: 700; }.pillar-token span { color: #c2d3e7; font-size: .55rem; font-weight: 600; }.token-1 { left: calc(50% - 54px); }.token-2 { top: calc(50% - 54px); }.token-3 { left: calc(50% - 54px); }.token-4 { top: calc(50% - 54px); }.pillar-map__line { height: 175px; width: 2px; }

/* Secure automation workflow. */
.flow-panel__meta { color: #b4c6dd; font-size: .66rem; font-weight: 600; }.flow-panel__meta b { color: #edf5ff; font-size: .82rem; font-weight: 600; }.flow-panel__meta em { font-size: .62rem; font-weight: 600; }.flow-step { border-color: #3c5f86; }.flow-step i { color: #5cecc9; font-size: .66rem; font-weight: 600; }.flow-step strong { color: #f4f8fe; font-size: 1.2rem; font-weight: 700; }.flow-step span { color: #b8cbe1; font-size: .63rem; font-weight: 600; }.flow-notes { color: #c0d1e5; font-size: .64rem; font-weight: 600; }.flow-notes i { width: 7px; height: 7px; }

/* Infrastructure stack and AI architecture panel. */
.stack-layer span { color: #bed0e5; font-size: .66rem; font-weight: 600; }.stack-layer b { color: #f0f6ff; font-size: 1.12rem; font-weight: 600; }.stack-layer small { color: #bed0e5; font-size: .78rem; font-weight: 500; }.stack-layer em { color: #a1b9d5; font-size: .56rem; font-weight: 600; }.agent-strategy .agent-landscape__intro span { font-size: .65rem; font-weight: 600; }.agent-strategy .agent-landscape__intro p { color: #c0d1e6; font-size: .9rem; font-weight: 500; }.agent-strategy .agent-card__meta { color: #b7cce2; font-size: .58rem; font-weight: 600; }.agent-strategy .agent-card h4 { font-size: 1.34rem; font-weight: 700; }.agent-strategy .agent-card > p { color: #cad9e9; font-size: .88rem; font-weight: 500; line-height: 1.62; }.agent-application span { font-size: .58rem; font-weight: 700; }.agent-governance { color: #d6e4f2; font-size: .78rem; font-weight: 500; }.agent-governance b { font-size: .56rem; font-weight: 700; }

@media (max-width: 760px) { .control-core { width: 126px; height: 126px; }.control-orbit .orbit-label { font-size: .62rem; }.orbit-node > span { font-size: .56rem; }.orbit-node em { max-width: 112px; font-size: .49rem; }.orbit-node b { max-width: 140px; font-size: .47rem; }.orbit-node--automation b { max-width: 150px; }.control-note { width: min(94%, 485px); font-size: .58rem; }.pillar-map__core { width: 122px; height: 122px; }.pillar-token { width: 101px; height: 101px; }.token-1 { left: calc(50% - 50.5px); }.token-2 { top: calc(50% - 50.5px); }.token-3 { left: calc(50% - 50.5px); }.token-4 { top: calc(50% - 50.5px); } }
@media (max-width: 620px) { .control-core { width: 112px; height: 112px; }.control-core span { font-size: .52rem; }.control-core b { font-size: .98rem; }.control-core em { font-size: .48rem; }.orbit-node { gap: 4px; }.orbit-node > span { font-size: .46rem; }.orbit-node em { max-width: 88px; font-size: .39rem; line-height: 1.25; }.orbit-node b { max-width: 102px; font-size: .37rem; line-height: 1.23; }.orbit-node--automation b { max-width: 112px; }.control-note { font-size: .48rem; line-height: 1.45; }.flow-step strong { font-size: 1.1rem; }.flow-step span { font-size: .59rem; }.flow-notes { font-size: .58rem; }.stack-layer b { font-size: .94rem; }.stack-layer small { font-size: .69rem; }.agent-strategy .agent-landscape__intro p { font-size: .83rem; }.agent-strategy .agent-card h4 { font-size: 1.22rem; }.agent-strategy .agent-card > p { font-size: .83rem; } }

/* Control Plane label geometry: every label now references its own signal point. */
.control-orbit .orbit-node { width: 166px; }.control-orbit .orbit-node::after { position: absolute; display: block; content: ""; pointer-events: none; opacity: .8; background: linear-gradient(90deg, rgba(47,225,184,.12), rgba(47,225,184,.75)); }.control-orbit .orbit-node--identity { top: calc(13.4% - 67px); left: 50%; width: 174px; text-align: center; transform: translateX(-50%); }.control-orbit .orbit-node--identity::after { top: calc(100% + 6px); left: 50%; width: 1px; height: 25px; background: linear-gradient(rgba(47,225,184,.75), rgba(47,225,184,.12)); transform: translateX(-50%); }.control-orbit .orbit-node--endpoint { top: calc(31.8% - 27px); right: -23%; text-align: left; }.control-orbit .orbit-node--endpoint::after { top: 50%; left: -51px; width: 43px; height: 1px; }.control-orbit .orbit-node--cloud { top: calc(68.2% - 27px); right: -23%; bottom: auto; text-align: left; }.control-orbit .orbit-node--cloud::after { top: 50%; left: -51px; width: 43px; height: 1px; }.control-orbit .orbit-node--data { top: calc(86.6% + 18px); bottom: auto; left: 50%; width: 174px; text-align: center; transform: translateX(-50%); }.control-orbit .orbit-node--data::after { bottom: calc(100% + 6px); left: 50%; width: 1px; height: 19px; background: linear-gradient(rgba(47,225,184,.12), rgba(75,141,255,.75)); transform: translateX(-50%); }.control-orbit .orbit-node--automation { top: calc(68.2% - 27px); bottom: auto; left: -23%; text-align: right; }.control-orbit .orbit-node--automation::after { top: 50%; right: -51px; width: 43px; height: 1px; background: linear-gradient(90deg, rgba(47,225,184,.75), rgba(47,225,184,.12)); }.control-orbit .orbit-node--signals { top: calc(31.8% - 27px); left: -23%; text-align: right; }.control-orbit .orbit-node--signals::after { top: 50%; right: -51px; width: 43px; height: 1px; background: linear-gradient(90deg, rgba(47,225,184,.75), rgba(47,225,184,.12)); }
@media (max-width: 1200px) and (min-width: 761px) { .control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--cloud { right: -16%; }.control-orbit .orbit-node--automation, .control-orbit .orbit-node--signals { left: -16%; }.control-orbit .orbit-node--endpoint::after, .control-orbit .orbit-node--cloud::after { left: -37px; width: 29px; }.control-orbit .orbit-node--automation::after, .control-orbit .orbit-node--signals::after { right: -37px; width: 29px; } }
@media (max-width: 760px) { .control-orbit .orbit-node { width: 132px; }.control-orbit .orbit-node--identity, .control-orbit .orbit-node--data { width: 146px; }.control-orbit .orbit-node--identity { top: calc(13.4% - 57px); }.control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--cloud { right: -11%; }.control-orbit .orbit-node--automation, .control-orbit .orbit-node--signals { left: -11%; }.control-orbit .orbit-node--endpoint::after, .control-orbit .orbit-node--cloud::after { left: -26px; width: 20px; }.control-orbit .orbit-node--automation::after, .control-orbit .orbit-node--signals::after { right: -26px; width: 20px; }.control-orbit .orbit-node--data { top: calc(86.6% + 15px); } }
@media (max-width: 620px) { .control-orbit .orbit-node { width: 104px; }.control-orbit .orbit-node--identity, .control-orbit .orbit-node--data { width: 120px; }.control-orbit .orbit-node--identity { top: calc(13.4% - 48px); }.control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--cloud { right: -7%; }.control-orbit .orbit-node--automation, .control-orbit .orbit-node--signals { left: -7%; }.control-orbit .orbit-node--endpoint::after, .control-orbit .orbit-node--cloud::after { left: -18px; width: 13px; }.control-orbit .orbit-node--automation::after, .control-orbit .orbit-node--signals::after { right: -18px; width: 13px; }.control-orbit .orbit-node--data { top: calc(86.6% + 11px); } }

/* Radial label layout: keep every expanded label inside the Control Plane footprint. */
.control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--signals { top: calc(31.8% - 70px); }.control-orbit .orbit-node--endpoint { right: 4%; text-align: center; }.control-orbit .orbit-node--signals { left: 4%; text-align: center; }.control-orbit .orbit-node--cloud, .control-orbit .orbit-node--automation { top: calc(68.2% + 27px); bottom: auto; }.control-orbit .orbit-node--cloud { right: 4%; text-align: center; }.control-orbit .orbit-node--automation { left: 4%; text-align: center; }.control-orbit .orbit-node--endpoint::after, .control-orbit .orbit-node--signals::after { top: calc(100% + 6px); right: auto; bottom: auto; left: 50%; width: 1px; height: 20px; background: linear-gradient(rgba(47,225,184,.75), rgba(47,225,184,.12)); transform: translateX(-50%); }.control-orbit .orbit-node--cloud::after, .control-orbit .orbit-node--automation::after { top: auto; right: auto; bottom: calc(100% + 6px); left: 50%; width: 1px; height: 20px; background: linear-gradient(rgba(47,225,184,.12), rgba(47,225,184,.75)); transform: translateX(-50%); }.control-orbit .orbit-node--endpoint b, .control-orbit .orbit-node--cloud b, .control-orbit .orbit-node--automation b, .control-orbit .orbit-node--signals b { margin-right: auto; margin-left: auto; }
@media (max-width: 760px) { .control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--signals { top: calc(31.8% - 59px); }.control-orbit .orbit-node--endpoint { right: 4%; }.control-orbit .orbit-node--signals { left: 4%; }.control-orbit .orbit-node--cloud, .control-orbit .orbit-node--automation { top: calc(68.2% + 22px); }.control-orbit .orbit-node--cloud { right: 4%; }.control-orbit .orbit-node--automation { left: 4%; } }
@media (max-width: 620px) { .control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--signals { top: calc(31.8% - 50px); }.control-orbit .orbit-node--cloud, .control-orbit .orbit-node--automation { top: calc(68.2% + 17px); }.control-orbit .orbit-node--endpoint::after, .control-orbit .orbit-node--signals::after, .control-orbit .orbit-node--cloud::after, .control-orbit .orbit-node--automation::after { height: 14px; } }

/* Final Control Plane composition: title outside the ring; labels centered on their radial anchors. */
.control-orbit .orbit-label { top: -34px; z-index: 4; padding: 0 8px; background: rgba(7, 17, 31, .76); }.control-orbit .orbit-node--identity { top: calc(13.4% - 67px); }.control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--signals { top: calc(31.8% - 70px); }.control-orbit .orbit-node--endpoint { right: 13%; }.control-orbit .orbit-node--signals { left: 3%; }.control-orbit .orbit-node--cloud, .control-orbit .orbit-node--automation { top: calc(68.2% - 16px); }.control-orbit .orbit-node--cloud { right: 13%; }.control-orbit .orbit-node--automation { left: 3%; }.control-orbit .orbit-node--data { top: calc(86.6% - 27px); }
@media (max-width: 760px) { .control-orbit .orbit-label { top: -27px; }.control-orbit .orbit-node--endpoint { right: 11%; }.control-orbit .orbit-node--signals { left: 2%; }.control-orbit .orbit-node--cloud { right: 11%; }.control-orbit .orbit-node--automation { left: 2%; }.control-orbit .orbit-node--cloud, .control-orbit .orbit-node--automation { top: calc(68.2% - 12px); }.control-orbit .orbit-node--data { top: calc(86.6% - 20px); } }
@media (max-width: 620px) { .control-orbit .orbit-label { top: -22px; }.control-orbit .orbit-node--endpoint { right: 8%; }.control-orbit .orbit-node--signals { left: 1%; }.control-orbit .orbit-node--cloud { right: 8%; }.control-orbit .orbit-node--automation { left: 1%; }.control-orbit .orbit-node--cloud, .control-orbit .orbit-node--automation { top: calc(68.2% - 8px); }.control-orbit .orbit-node--data { top: calc(86.6% - 14px); } }

/* External-callout Control Plane: the ring stays central; all text lives outside it. */
.control-orbit .orbit-lines { inset: 18%; width: 64%; height: 64%; }.control-orbit .control-core { width: 120px; height: 120px; }.control-orbit .orbit-label { top: 1%; }.control-orbit .orbit-node { z-index: 3; width: 128px; }.control-orbit .orbit-node--identity { top: 9%; left: 50%; width: 154px; }.control-orbit .orbit-node--endpoint { top: calc(38.4% - 24px); right: -1%; }.control-orbit .orbit-node--signals { top: calc(38.4% - 24px); left: -1%; }.control-orbit .orbit-node--cloud { top: calc(61.6% - 24px); right: -1%; }.control-orbit .orbit-node--automation { top: calc(61.6% - 29px); left: -1%; }.control-orbit .orbit-node--data { top: 82%; left: 50%; width: 154px; }.control-orbit .orbit-node--identity::after { top: calc(100% + 5px); height: 54px; }.control-orbit .orbit-node--endpoint::after, .control-orbit .orbit-node--cloud::after { top: 50%; left: -51px; width: 43px; height: 1px; transform: none; }.control-orbit .orbit-node--signals::after, .control-orbit .orbit-node--automation::after { top: 50%; right: -51px; width: 43px; height: 1px; transform: none; }.control-orbit .orbit-node--data::after { bottom: calc(100% + 5px); height: 50px; }.control-orbit .orbit-node--endpoint b, .control-orbit .orbit-node--cloud b, .control-orbit .orbit-node--automation b, .control-orbit .orbit-node--signals b { margin-right: auto; margin-left: auto; }.control-orbit .orbit-node--automation b { max-width: 128px; }
@media (max-width: 760px) { .control-orbit .orbit-lines { inset: 16%; width: 68%; height: 68%; }.control-orbit .control-core { width: 108px; height: 108px; }.control-orbit .orbit-node { width: 112px; }.control-orbit .orbit-node--identity, .control-orbit .orbit-node--data { width: 136px; }.control-orbit .orbit-node--identity { top: 7%; }.control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--cloud { right: -2%; }.control-orbit .orbit-node--signals, .control-orbit .orbit-node--automation { left: -2%; }.control-orbit .orbit-node--data { top: 82%; }.control-orbit .orbit-node--identity::after { height: 47px; }.control-orbit .orbit-node--data::after { height: 43px; }.control-orbit .orbit-node--endpoint::after, .control-orbit .orbit-node--cloud::after { left: -34px; width: 27px; }.control-orbit .orbit-node--signals::after, .control-orbit .orbit-node--automation::after { right: -34px; width: 27px; } }
@media (max-width: 620px) { .control-orbit .orbit-lines { inset: 14%; width: 72%; height: 72%; }.control-orbit .control-core { width: 96px; height: 96px; }.control-orbit .orbit-node { width: 96px; }.control-orbit .orbit-node--identity, .control-orbit .orbit-node--data { width: 120px; }.control-orbit .orbit-node--identity { top: 6%; }.control-orbit .orbit-node--endpoint, .control-orbit .orbit-node--cloud { right: -3%; }.control-orbit .orbit-node--signals, .control-orbit .orbit-node--automation { left: -3%; }.control-orbit .orbit-node--identity::after { height: 38px; }.control-orbit .orbit-node--data::after { height: 34px; }.control-orbit .orbit-node--endpoint::after, .control-orbit .orbit-node--cloud::after { left: -24px; width: 18px; }.control-orbit .orbit-node--signals::after, .control-orbit .orbit-node--automation::after { right: -24px; width: 18px; } }
