:root {
  --paper: #f7f4ee;
  --paper-2: #efeae0;
  --ink: #090a0d;
  --ink-2: #15171c;
  --ink-3: #23262d;
  --muted: #62646b;
  --line: rgba(9, 10, 13, 0.16);
  --line-dark: rgba(247, 248, 252, 0.16);
  --lime: #b8e34a;
  --lime-soft: #d9f58b;
  --white: #f7f8fc;
  --max: 1240px;
  --radius: 18px;
  --shadow: 0 26px 80px rgba(10, 11, 14, 0.16);
  --mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
section[id] { scroll-margin-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--lime); color: var(--ink); }

.hero h1::selection,
.release-heading h2::selection,
.agents-copy h2::selection,
.section-heading h2::selection,
.takeover-copy h2::selection,
.security-copy h2::selection,
.install-inner h2::selection,
.statement-inner p::selection,
.release-page .release-hero h1::selection,
.release-content h2::selection,
.error-page h1::selection {
  background: transparent;
  color: currentColor;
  text-decoration: underline var(--lime) .1em;
  text-underline-offset: .06em;
  text-decoration-skip-ink: none;
}

.statement-inner p::selection,
.install-inner h2::selection {
  text-decoration-color: var(--ink);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 16px;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-grid {
  position: relative;
  background-image:
    linear-gradient(to right, rgba(9,10,13,.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(9,10,13,.035) 1px, transparent 1px);
  background-size: 64px 64px;
}
.section-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--paper) 0, transparent 18%, transparent 82%, var(--paper) 100%);
}

.release-strip {
  position: relative;
  z-index: 60;
  background: var(--lime);
  color: var(--ink);
  border-bottom: 1px solid rgba(9,10,13,.35);
  font-size: 13px;
  letter-spacing: .01em;
}
.release-strip-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.release-strip a { font-weight: 700; border-bottom: 1px solid currentColor; }
.release-dot { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px rgba(9,10,13,.1); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 238, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 26px rgba(9,10,13,.04); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 790; font-size: 21px; letter-spacing: -.04em; }
.brand span { font-family: var(--mono); font-weight: 800; letter-spacing: -.065em; }
.brand img { width: 36px; height: 36px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 620; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transition: right 180ms ease;
}
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 16px; background: var(--ink); color: var(--white); border: 1px solid var(--ink); border-radius: 999px; transition: transform 160ms ease, background 160ms ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--ink-3); }
.mobile-install { display: none; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 6px 0; transition: transform 180ms ease; }

.hero { position: relative; min-height: 760px; overflow: hidden; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr); gap: 62px; align-items: center; padding-block: 86px 116px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  margin: 0 0 21px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before, .section-kicker::before { content: ""; flex: 0 0 14px; width: 14px; height: 2px; background: var(--lime); }
.eyebrow > span { display: none; }
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(62px, 6.2vw, 104px);
  line-height: .93;
  letter-spacing: -.072em;
  font-weight: 810;
}
.hero-lede { max-width: 650px; margin: 30px 0 0; font-size: clamp(18px, 1.55vw, 21px); line-height: 1.55; color: #4b4d52; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 760; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active, .nav-cta:active { transform: translateY(0) scale(.985); }
.button-primary { background: var(--ink); color: var(--white); box-shadow: 0 10px 25px rgba(9,10,13,.12); }
.button-primary:hover { box-shadow: 0 14px 32px rgba(9,10,13,.2); }
.button-secondary { background: rgba(247,244,238,.7); }
.button-secondary:hover { background: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }

.command { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); }
.command-hero { width: min(100%, 535px); margin-top: 24px; padding: 7px 8px 7px 17px; background: rgba(255,255,255,.5); border-radius: 12px; }
.command code { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--mono); font-size: 13px; color: #25272c; }
.command .prompt { margin-right: 7px; color: #86888e; }
.copy-button { flex: 0 0 auto; min-width: 64px; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); padding: 8px 11px; cursor: pointer; font-family: var(--mono); font-size: 11px; font-weight: 800; transition: background 160ms ease, color 160ms ease; }
.copy-button:hover { background: var(--ink); color: var(--white); }
.copy-button:active, .workflow-command button:active { scale: .96; }
.copy-button.copied { background: var(--lime); color: var(--ink); border-color: var(--ink); }
.hero-note { margin: 13px 0 0; color: #777980; font-size: 12px; }

.hero-stage { position: relative; min-height: 590px; display: grid; place-items: center; perspective: 1400px; }
.stage-orbit { position: absolute; border: 1px solid rgba(9,10,13,.14); border-radius: 50%; }
.stage-orbit-one { width: 590px; height: 590px; }
.stage-orbit-two { width: 430px; height: 430px; border-style: dashed; animation: orbit 30s linear infinite; }
.stage-orbit-two::before, .stage-orbit-two::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); border: 2px solid var(--ink); }
.stage-orbit-two::before { top: 25px; left: 75px; }
.stage-orbit-two::after { bottom: 48px; right: 55px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.viewer-window {
  position: relative;
  width: 650px;
  height: 438px;
  overflow: hidden;
  background: #101216;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 18px;
  box-shadow: 0 38px 90px rgba(9,10,13,.3), 0 0 0 8px rgba(247,244,238,.62);
  transform: rotateY(-6deg) rotateX(1.5deg) rotateZ(1deg);
  transform-style: preserve-3d;
  animation: float 7s ease-in-out infinite;
}
@keyframes float { 0%, 100% { transform: rotateY(-6deg) rotateX(1.5deg) rotateZ(1deg) translateY(0); } 50% { transform: rotateY(-4deg) rotateX(.5deg) rotateZ(.3deg) translateY(-10px); } }
.viewer-topbar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.09); background: #17191e; font-size: 11px; }
.window-controls { display: flex; gap: 6px; }
.window-controls i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #474b53; }
.window-controls i:nth-child(1) { background: #ef6a5d; }
.window-controls i:nth-child(2) { background: #d8b74c; }
.window-controls i:nth-child(3) { background: #67b96c; }
.viewer-title { display: flex; align-items: center; gap: 7px; font-weight: 760; letter-spacing: .02em; }
.viewer-title img { width: 17px; height: 17px; }
.agent-state { justify-self: end; display: flex; align-items: center; gap: 7px; color: #c9cad0; }
.agent-state > span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(184,227,74,.13); animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(184,227,74,0); } }
.viewer-body { height: 344px; display: grid; grid-template-columns: 132px 1fr; }
.viewer-sidebar { display: flex; flex-direction: column; padding: 16px 11px 13px; background: #13151a; border-right: 1px solid rgba(255,255,255,.08); font-size: 9px; color: #a8abb2; }
.side-label { padding: 0 7px 7px; color: #676b74; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.side-label-tools { margin-top: 10px; }
.side-item { display: flex; align-items: center; gap: 7px; min-height: 29px; padding: 0 8px; border-radius: 6px; }
.side-item b { width: 13px; text-align: center; font-weight: 500; }
.side-item.active { background: rgba(184,227,74,.12); color: var(--white); }
.tool-pill { display: flex; align-items: center; gap: 6px; padding: 4px 8px; font-family: var(--mono); font-size: 7.5px; }
.tool-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.side-spacer { flex: 1; }
.resource-row { display: flex; justify-content: space-between; gap: 4px; margin: 5px 4px 2px; font-size: 7px; }
.resource-row b { color: #d3d5da; font-weight: 600; }
.resource-meter { height: 3px; margin: 0 4px 2px; overflow: hidden; border-radius: 2px; background: #292c33; }
.resource-meter i { display: block; height: 100%; background: var(--lime); }
.resource-meter .meter-38 { width: 38%; }
.resource-meter .meter-47 { width: 47%; }
.desktop { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 20%, #393f4c 0, #242933 38%, #171b22 100%); }
.desktop::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 18px 18px; pointer-events: none; }
.desktop-menubar { position: relative; z-index: 4; height: 23px; display: flex; align-items: center; gap: 15px; padding: 0 9px; background: #20232a; font-size: 7px; color: #dadbe0; box-shadow: 0 1px 0 rgba(255,255,255,.05); }
.desktop-time { margin-left: auto; }
.browser-card, .terminal-card { position: absolute; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; box-shadow: 0 13px 28px rgba(0,0,0,.3); }
.browser-card { top: 46px; left: 28px; width: 380px; height: 218px; background: #f6f2ea; color: #0b0d12; }
.browser-bar { height: 27px; display: grid; grid-template-columns: 50px 1fr 14px; align-items: center; gap: 6px; padding: 0 8px; background: #e3dfd7; border-bottom: 1px solid rgba(0,0,0,.1); }
.browser-dots { display: flex; gap: 4px; }
.browser-dots i { width: 6px; height: 6px; border: 1px solid #777; border-radius: 50%; }
.address { height: 17px; display: flex; align-items: center; padding: 0 8px; background: #f9f7f2; border: 1px solid rgba(0,0,0,.1); border-radius: 5px; color: #777; font-family: var(--mono); font-size: 6.5px; }
.browser-page { position: relative; height: calc(100% - 27px); overflow: hidden; background-image: linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.04) 1px, transparent 1px); background-size: 20px 20px; }
.mini-nav { height: 30px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border-bottom: 1px solid rgba(0,0,0,.08); }
.mini-nav i { width: 24px; height: 3px; background: #c8c4bc; border-radius: 2px; }
.mini-nav i:nth-of-type(1) { margin-left: auto; }
.mini-brand { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 3px; background: #0b0d12; color: var(--lime); font-size: 8px; font-weight: 900; }
.mini-copy { position: absolute; left: 19px; top: 52px; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.mini-kicker { color: #72746f; font-family: var(--mono); font-size: 5px; letter-spacing: .12em; }
.mini-copy strong { margin-top: 6px; font-size: 20px; line-height: .98; letter-spacing: -.06em; }
.mini-lines { width: 93px; height: 10px; margin-top: 8px; border-top: 2px solid #bbb8b1; border-bottom: 2px solid #d0cdc6; }
.mini-button { margin-top: 11px; padding: 5px 8px; border-radius: 8px; background: #0b0d12; color: #fff; font-size: 5.5px; font-weight: 700; }
.mini-cube { position: absolute; right: 22px; top: 55px; width: 100px; height: 100px; border: 8px solid #0b0d12; border-right-color: transparent; }
.mini-cube i { position: absolute; width: 42px; height: 42px; right: -22px; bottom: -10px; background: var(--lime); clip-path: polygon(0 0, 100% 52%, 56% 62%, 35% 100%); }
.mini-cube b { position: absolute; left: 14px; top: 14px; width: 45px; height: 8px; background: #e0dbd1; }
.mini-cube span { position: absolute; left: 14px; top: 31px; width: 58px; height: 8px; background: #e0dbd1; }
.terminal-card { right: 18px; bottom: 17px; width: 285px; height: 128px; background: rgba(12,14,18,.96); color: #e9eaee; }
.terminal-title { height: 24px; display: flex; align-items: center; justify-content: space-between; padding: 0 9px; background: #252830; color: #c5c7cc; font-size: 7px; }
.terminal-title b { letter-spacing: 5px; font-weight: 400; }
.terminal-lines { padding: 11px 12px; font-family: var(--mono); font-size: 7px; line-height: 1.7; }
.terminal-lines p { margin: 0; }
.terminal-lines i { color: var(--lime); font-style: normal; }
.terminal-lines b { color: #66b4ff; font-weight: 500; }
.terminal-muted { color: #81858d; }
.terminal-cursor { display: inline-block; width: 5px; height: 9px; background: var(--lime); vertical-align: -2px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.agent-cursor { position: absolute; z-index: 5; left: 348px; top: 128px; width: 27px; filter: drop-shadow(0 3px 3px rgba(0,0,0,.4)); animation: cursor-path 6s ease-in-out infinite; }
@keyframes cursor-path { 0%, 15% { transform: translate(0,0); } 38%, 55% { transform: translate(-105px,58px); } 78%, 100% { transform: translate(34px,112px); } }
.viewer-footer { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px 0 17px; background: #17191e; border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; color: #a8abb2; }
.viewer-footer > div { display: flex; align-items: center; gap: 7px; }
.secure-dot { width: 6px; height: 6px; border-radius: 50%; background: #69c876; }
.viewer-control { border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: var(--lime); color: var(--ink); padding: 7px 10px; font-size: 9px; font-weight: 800; }
.viewer-control span { margin-left: 5px; }
.release-section { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding: 120px 0 106px; }
.release-section::before { content: "0.1"; position: absolute; right: -2vw; top: -10vw; color: rgba(255,255,255,.025); font-size: 34vw; font-weight: 900; line-height: 1; letter-spacing: -.1em; }
.release-heading { position: relative; z-index: 1; display: grid; grid-template-columns: .55fr 1fr .9fr; gap: 40px; align-items: end; padding-bottom: 62px; border-bottom: 1px solid var(--line-dark); }
.section-kicker.light { color: var(--lime); }
.release-heading h2 { margin: 0; font-size: clamp(74px, 10vw, 154px); line-height: .78; letter-spacing: -.08em; }
.release-heading h2 span { display: block; color: var(--lime); font-size: .19em; line-height: 2.8; letter-spacing: .16em; text-transform: uppercase; font-family: var(--mono); }
.release-heading > p:last-child { margin: 0; max-width: 400px; color: #babcc2; font-size: 18px; }
.release-feature-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.release-feature { min-height: 270px; padding: 34px 28px 24px 0; border-bottom: 1px solid var(--line-dark); }
.release-feature + .release-feature { padding-left: 28px; border-left: 1px solid var(--line-dark); }
.feature-index { color: var(--lime); font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.release-feature h3 { margin: 64px 0 13px; font-size: 23px; line-height: 1.08; letter-spacing: -.04em; }
.release-feature p { margin: 0; color: #aeb0b7; font-size: 14px; line-height: 1.65; }
.release-link-row { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; font-size: 13px; }
.release-link-row a { color: var(--lime); font-weight: 750; }
.release-link-row span { color: #777a82; }

.agents-section { padding: 136px 0; overflow: hidden; }
.agents-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.agents-copy h2, .section-heading h2, .takeover-copy h2, .security-copy h2, .install-inner h2 {
  margin: 0;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: .96;
  letter-spacing: -.065em;
}
.agents-copy > p:not(.section-kicker) { max-width: 540px; margin: 28px 0 25px; color: #55575c; font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 780; }
.connection-map { min-width: 0; overflow: hidden; border: 1px solid var(--ink); border-radius: 18px; background: #fffdf8; box-shadow: 16px 16px 0 var(--paper-2); }
.connection-header, .connection-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 54px; padding: 0 20px; font-family: var(--mono); text-transform: uppercase; }
.connection-header { border-bottom: 1px solid var(--line); font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.connection-header strong { display: flex; align-items: center; gap: 8px; font-size: 8px; }
.connection-header strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(184,227,74,.2); }
.connection-flow { display: grid; grid-template-columns: minmax(0, .86fr) 44px 132px 44px 148px; gap: 0; align-items: stretch; padding: 26px 20px; }
.connection-source, .connection-gateway { min-width: 0; display: flex; flex-direction: column; justify-content: center; min-height: 180px; padding: 22px; border: 1px solid var(--line); border-radius: 13px; }
.connection-source svg { width: 42px; height: 42px; margin-bottom: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.connection-source span, .connection-gateway span { margin-bottom: 7px; color: #77797f; font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.connection-source b, .connection-gateway b { font-size: 17px; letter-spacing: -.035em; }
.connection-branch { width: 100%; height: 100%; overflow: visible; fill: none; stroke: var(--ink); stroke-width: 1; vector-effect: non-scaling-stroke; }
.connection-branch-mobile { display: none; }
.connection-branch path, .connection-branch-mobile path { stroke-dasharray: 660; stroke-dashoffset: 660; transition: stroke-dashoffset 900ms cubic-bezier(.2,.75,.2,1) 180ms; }
.connection-map.visible .connection-branch path, .connection-map.visible .connection-branch-mobile path { stroke-dashoffset: 0; }
.connection-routes { position: relative; display: flex; flex-direction: column; justify-content: space-around; gap: 8px; padding-block: 14px; }
.connection-routes span { position: relative; z-index: 1; display: grid; place-items: center; min-height: 31px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-family: var(--mono); font-size: 8px; font-weight: 800; }
.connection-gateway { align-items: flex-start; background: var(--ink); color: var(--white); border-color: var(--ink); }
.connection-gateway img { width: 40px; height: 40px; margin-bottom: 22px; }
.connection-gateway span { color: #8c8f97; }
.connection-gateway b { font-size: 24px; }
.connection-gateway small { margin-top: 8px; color: var(--lime); font-family: var(--mono); font-size: 8px; }
.connection-capabilities { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.connection-capabilities > div { min-width: 0; display: flex; align-items: center; gap: 10px; min-height: 66px; padding: 12px 16px; font-size: 12px; font-weight: 720; }
.connection-capabilities > div + div { border-left: 1px solid var(--line); }
.connection-capabilities svg { width: 23px; height: 23px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.connection-footer { min-height: 48px; color: #707278; font-size: 7px; font-weight: 800; letter-spacing: .06em; }
.connection-footer span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border: 1px solid currentColor; border-radius: 50%; }

.statement-section { padding: 125px 0 118px; background: var(--lime); border-block: 1px solid var(--ink); overflow: hidden; }
.statement-inner { display: grid; gap: 2px; }
.statement-inner p { margin: 0; font-size: clamp(48px, 7vw, 106px); line-height: .94; letter-spacing: -.075em; font-weight: 820; }
.statement-inner p:nth-child(2) { margin-left: 8vw; }
.statement-inner p:nth-child(3) { margin-left: 16vw; }
.statement-inner span { justify-self: end; margin-top: 35px; font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.computers-section { padding: 140px 0 150px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: start; margin-bottom: 70px; }
.section-heading > p { max-width: 720px; margin: 0; color: #5b5d62; font-size: 16px; line-height: 1.7; }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 56px; }
.computer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.computer-card { position: relative; display: flex; flex-direction: column; min-height: 525px; padding: 32px 24px 27px; border-right: 1px solid var(--line); background: var(--paper); transition: transform 180ms ease, background 180ms ease; }
.computer-card:first-child { border-left: 1px solid var(--line); }
.computer-card:hover { z-index: 2; transform: translateY(-9px); background: #fffdf8; box-shadow: 0 24px 50px rgba(9,10,13,.08); }
.computer-card.featured { background: var(--ink); color: var(--white); }
.computer-card.featured:hover { background: #14161b; }
.recommended { position: absolute; top: 0; right: 0; padding: 7px 10px; background: var(--lime); color: var(--ink); font-family: var(--mono); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.computer-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 51px; }
.computer-icon svg { width: 64px; height: 64px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.computer-icon .icon-accent { fill: var(--lime); stroke: currentColor; }
.computer-icon .icon-accent-fill { fill: var(--lime); stroke: none; }
.computer-number { position: absolute; top: 34px; right: 24px; margin: 0; color: #9a9c9f; font-family: var(--mono); font-size: 10px; }
.featured .computer-number { color: #737780; }
.computer-card h3 { margin: 0; font-family: var(--mono); font-size: 21px; letter-spacing: -.04em; }
.computer-card > p:not(.computer-number) { margin: 17px 0 0; color: #5d5f64; font-size: 14px; line-height: 1.65; }
.computer-card.featured > p:not(.computer-number) { color: #b6b8be; }
.computer-card ul { margin: 27px 0 30px; padding: 0; list-style: none; font-size: 12px; }
.computer-card li { padding: 8px 0; border-top: 1px solid var(--line); }
.computer-card li:last-child { border-bottom: 1px solid var(--line); }
.computer-card.featured li { border-color: var(--line-dark); color: #d2d3d8; }
.resource-chip { margin-top: auto; width: fit-content; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--mono); font-size: 9px; font-weight: 800; }
.resource-chip span { color: #9a9ca1; }
.featured .resource-chip { border-color: var(--line-dark); color: var(--lime); }
.takeover-section { position: relative; overflow: hidden; padding: 140px 0; background: var(--ink); color: var(--white); }
.takeover-section::after { content: ""; position: absolute; inset: 0 46% 0 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), radial-gradient(circle at 48% 50%, rgba(184,227,74,.1), transparent 46%); background-size: 48px 48px, 48px 48px, auto; mask-image: linear-gradient(90deg,#000,transparent); }
.takeover-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.takeover-copy > p:not(.section-kicker) { margin: 29px 0 26px; max-width: 580px; color: #b2b4ba; font-size: 17px; }
.takeover-copy h2 { font-size: clamp(46px, 4.7vw, 70px); }
.takeover-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; padding: 0; list-style: none; }
.takeover-points li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #c6c8ce; font-family: var(--mono); font-size: 8px; font-weight: 750; }
.takeover-points li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: var(--lime); }
.text-link-light { color: var(--lime); }
.takeover-visual { position: relative; min-width: 0; }
.handoff-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: #111318; box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.handoff-topbar, .handoff-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; font-family: var(--mono); }
.handoff-topbar { min-height: 58px; border-bottom: 1px solid rgba(255,255,255,.1); }
.handoff-topbar > div { display: flex; align-items: center; gap: 9px; }
.handoff-topbar img { width: 21px; height: 21px; }
.handoff-topbar b { font-size: 11px; }
.handoff-topbar div span { color: #6f737c; font-size: 8px; }
.handoff-topbar strong { display: flex; align-items: center; gap: 8px; color: #aeb0b7; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.handoff-topbar strong i, .handoff-footer span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(184,227,74,.12); }
.handoff-states { display: grid; grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr); gap: 14px; align-items: center; padding: 24px; }
.handoff-state { min-width: 0; padding: 19px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: #171a20; }
.handoff-state > span { color: #70747d; font-family: var(--mono); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.handoff-state h3 { margin: 8px 0 17px; font-size: 18px; letter-spacing: -.035em; }
.handoff-state > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.09); }
.handoff-state small { color: #777b84; font-size: 8px; }
.handoff-state b { font-family: var(--mono); font-size: 8px; }
.operator-control-state { border-color: rgba(184,227,74,.42); background: rgba(184,227,74,.045); }
.state-fenced { color: #f0c76a; }
.state-preserved { color: var(--lime); }
.handoff-transition { display: grid; justify-items: center; gap: 9px; text-align: center; }
.handoff-transition span { padding: 6px 9px; border-radius: 999px; background: var(--lime); color: var(--ink); font-family: var(--mono); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.handoff-transition svg { width: 64px; fill: none; stroke: var(--lime); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.handoff-transition svg path { stroke-dasharray: 88; stroke-dashoffset: 88; transition: stroke-dashoffset 700ms cubic-bezier(.2,.75,.2,1) 260ms; }
.takeover-visual.visible .handoff-transition svg path { stroke-dashoffset: 0; }
.handoff-transition small { color: #777b84; font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.handoff-footer { min-height: 52px; border-top: 1px solid rgba(255,255,255,.1); color: #8a8d95; font-size: 8px; }
.handoff-footer span { display: flex; align-items: center; gap: 9px; }
.handoff-footer code { color: var(--lime); font-size: 8px; }

.workflow-section { padding: 140px 0; }
.workflow-section > .container { position: relative; z-index: 1; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.workflow-step { position: relative; min-width: 0; min-height: 390px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,248,.92); box-shadow: 0 12px 30px rgba(9,10,13,.035); }
.workflow-step > span { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--mono); font-size: 11px; font-weight: 900; }
.workflow-step h3 { margin: 58px 0 13px; font-size: 25px; line-height: 1.05; letter-spacing: -.045em; }
.workflow-step p { margin: 0; color: #606267; font-size: 14px; line-height: 1.7; }
.workflow-command { min-width: 0; display: flex; align-items: center; gap: 10px; min-height: 58px; margin-top: auto; padding: 8px 8px 8px 12px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.62); }
.workflow-command code { min-width: 0; flex: 1; overflow: visible; white-space: normal; scrollbar-width: none; font-family: var(--mono); font-size: 13px; line-height: 1.45; }
.workflow-command code::-webkit-scrollbar { display: none; }
.workflow-command button { flex: 0 0 auto; min-width: 56px; min-height: 44px; padding: 0 9px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); cursor: pointer; font-family: var(--mono); font-size: 11px; font-weight: 800; transition: background 160ms ease, color 160ms ease; }
.workflow-command button:hover { background: var(--ink); color: var(--white); }
.workflow-command button.copied { background: var(--lime); color: var(--ink); }

.security-section { padding: 140px 0; border-top: 1px solid var(--ink); }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.security-copy > p:not(.section-kicker) { margin: 28px 0 0; color: #55575c; font-size: 17px; }
.security-caveat { padding: 16px 0 16px 20px; border-left: 3px solid var(--lime); font-size: 14px !important; }
.security-copy .button { margin-top: 27px; }
.security-diagram { overflow: hidden; border: 1px solid var(--ink); border-radius: 20px; background: #fffdf8; box-shadow: 18px 18px 0 var(--paper-2); }
.security-diagram-head { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 20px; border-bottom: 1px solid var(--line); font-family: var(--mono); }
.security-diagram-head span { font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.security-diagram-head b { color: #74767c; font-size: 8px; }
.security-path { display: grid; grid-template-columns: minmax(0,1fr) 54px minmax(0,1.05fr) 54px minmax(0,1fr); align-items: center; padding: 26px 20px; }
.security-node { position: relative; min-width: 0; min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; border: 1px solid var(--line); border-radius: 13px; }
.security-node > span { position: absolute; top: 14px; right: 14px; color: #8a8c91; font-family: var(--mono); font-size: 7px; font-weight: 800; }
.security-node svg, .security-node img { width: 30px; height: 30px; margin-bottom: 25px; }
.security-node svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.security-node b { font-size: 14px; letter-spacing: -.025em; }
.security-node small { min-height: 30px; margin-top: 6px; color: #75777c; font-size: 8px; line-height: 1.45; }
.trusted-node { background: var(--ink); color: var(--white); border-color: var(--ink); }
.trusted-node > span, .trusted-node small { color: #8f9299; }
.trusted-node b { color: var(--lime); }
.computer-node { background: var(--paper-2); }
.security-connector { display: grid; align-content: center; justify-items: center; gap: 8px; }
.security-connector span { color: #73757b; font-family: var(--mono); font-size: 6px; white-space: nowrap; }
.security-connector i { position: relative; width: calc(100% - 18px); border-top: 1px solid var(--ink); }
.security-connector i::after { content: ""; position: absolute; right: 0; top: -4px; width: 7px; height: 7px; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); transform: rotate(45deg); }
.security-guardrails { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.security-guardrails span { min-height: 47px; display: flex; align-items: center; padding: 0 15px; font-family: var(--mono); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.security-guardrails span:nth-child(even) { border-left: 1px solid var(--line); }
.security-guardrails span:nth-child(n+3) { border-top: 1px solid var(--line); }
.security-guardrails span::before { content: "✓"; display: grid; place-items: center; width: 17px; height: 17px; margin-right: 9px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 8px; }
.security-trust-note { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 58px; padding: 0 18px; border-top: 1px solid var(--ink); background: var(--ink); color: var(--white); }
.security-trust-note span { color: var(--lime); font-family: var(--mono); font-size: 7px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.security-trust-note b { font-size: 10px; }

.install-section { padding: 100px 0; background: var(--lime); border-block: 1px solid var(--ink); }
.install-inner { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.install-intro { margin: 24px 0 0; max-width: 600px; font-size: 18px; }
.install-requirements { max-width: 640px; margin: 16px 0 0; color: #55575c; font-size: 13px; font-weight: 400; line-height: 1.6; }
.install-section .section-kicker::before { background: var(--ink); }
.install-panel { overflow: hidden; border: 1px solid var(--ink); border-radius: 16px; background: var(--ink); color: var(--white); box-shadow: 0 18px 40px rgba(9,10,13,.2); }
.install-command { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 68px; padding: 10px 12px 10px 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.install-command code { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--mono); font-size: 12px; }
.install-command code span { color: var(--lime); }
.copy-dark { background: #252830; color: var(--white); border-color: rgba(255,255,255,.16); }
.copy-dark:hover { background: var(--lime); color: var(--ink); }
.install-links { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px; font-size: 12px; font-weight: 750; }
.install-links a:first-child { color: var(--lime); }

.site-footer { padding: 78px 0 25px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 90px; padding-bottom: 70px; }
.brand-dark { color: var(--white); }
.footer-brand p { max-width: 330px; margin: 22px 0 0; color: #9da0a7; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links > div { display: flex; flex-direction: column; gap: 11px; }
.footer-links b { margin-bottom: 8px; color: #6e727b; font-family: var(--mono); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #c7c9cf; font-size: 13px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #6f727b; font-family: var(--mono); font-size: 8px; letter-spacing: .03em; }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--lime); }

.reveal { opacity: 0; translate: 0 16px; transition: opacity 620ms cubic-bezier(.2,.75,.2,1), translate 620ms cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; translate: 0 0; }
.release-feature-grid > .reveal:nth-child(2), .computer-grid > .reveal:nth-child(2), .workflow-grid > .reveal:nth-child(2), .release-highlight-list > .reveal:nth-child(2), .release-support > .reveal:nth-child(2) { transition-delay: 70ms; }
.release-feature-grid > .reveal:nth-child(3), .computer-grid > .reveal:nth-child(3), .workflow-grid > .reveal:nth-child(3), .release-highlight-list > .reveal:nth-child(3), .release-support > .reveal:nth-child(3) { transition-delay: 140ms; }
.release-feature-grid > .reveal:nth-child(4), .computer-grid > .reveal:nth-child(4), .workflow-grid > .reveal:nth-child(4), .release-highlight-list > .reveal:nth-child(4), .release-support > .reveal:nth-child(4) { transition-delay: 210ms; }
.release-highlight-list > .reveal:nth-child(5) { transition-delay: 70ms; }
.release-highlight-list > .reveal:nth-child(6) { transition-delay: 140ms; }
.release-highlight-list > .reveal:nth-child(7) { transition-delay: 210ms; }
.release-highlight-list > .reveal:nth-child(8) { transition-delay: 280ms; }

/* Release page */
.release-page .site-header { background: rgba(9,10,13,.9); color: var(--white); }
.release-page .site-header.scrolled { border-color: var(--line-dark); }
.release-page .nav-cta { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.release-page .release-hero { position: relative; overflow: hidden; padding: 115px 0 100px; background: var(--ink); color: var(--white); }
.release-page .release-hero::after { content: "0.1"; position: absolute; right: -5vw; bottom: -15vw; color: rgba(255,255,255,.035); font-size: 39vw; font-weight: 900; letter-spacing: -.12em; line-height: .8; }
.release-page .release-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.release-page .release-hero h1 { margin: 0; font-size: clamp(82px, 12vw, 180px); line-height: .78; letter-spacing: -.085em; }
.release-page .release-hero h1 span { display: block; margin-bottom: 24px; color: var(--lime); font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.release-page .release-summary { max-width: 560px; }
.release-page .release-summary > p { margin: 0 0 28px; color: #b5b7bd; font-size: 20px; }
.release-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.release-meta span { padding: 7px 10px; border: 1px solid var(--line-dark); border-radius: 999px; color: #c9cbd0; font-family: var(--mono); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.release-body { padding: 110px 0 130px; }
.release-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 64px; }
.release-toc, .release-content { width: min(100%, 980px); margin-inline: auto; }
.release-toc { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.release-toc b { margin-right: 8px; font-family: var(--mono); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.release-toc a { color: #6b6d72; font-size: 13px; }
.release-toc a:hover { color: var(--ink); }
.release-content section { scroll-margin-top: 110px; padding-bottom: 78px; margin-bottom: 78px; border-bottom: 1px solid var(--line); }
.release-content section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.release-content h2 { margin: 0 0 25px; font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -.06em; }
.release-content .lead { margin: 0; color: #55575c; font-size: 19px; }
.release-highlight-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 45px; background: var(--paper); border: 1px solid var(--ink); }
.release-highlight { min-height: 215px; padding: 28px; background: var(--paper); }
.release-highlight:nth-child(odd) { border-right: 1px solid var(--ink); }
.release-highlight:nth-child(-n+6) { border-bottom: 1px solid var(--ink); }
.release-highlight span { font-family: var(--mono); color: #888a8f; font-size: 8px; }
.release-highlight h3 { margin: 47px 0 10px; font-size: 22px; letter-spacing: -.04em; }
.release-highlight p { margin: 0; color: #62646a; font-size: 13px; }
.release-support { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 35px; }
.support-card { padding: 27px; border: 1px solid var(--line); border-radius: 14px; }
.support-card.dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.support-card h3 { margin: 0 0 12px; font-size: 18px; }
.support-card p { margin: 0; color: #65676c; font-size: 13px; }
.support-card.dark p { color: #aeb0b6; }
.release-install { padding: 30px; border: 1px solid var(--ink); border-radius: 16px; background: var(--lime); }
.release-install h3 { margin: 0 0 20px; font-size: 26px; letter-spacing: -.04em; }
.release-requirements { margin: -5px 0 20px; color: #55575c; font-size: 13px; font-weight: 400; line-height: 1.6; }
.release-install pre { margin: 0; overflow-x: hidden; padding: 20px 24px; border-radius: 11px; background: var(--ink); color: var(--white); font-family: var(--mono); font-size: 12px; line-height: 1.8; white-space: pre-wrap; }
.release-install pre span { color: var(--lime); }
.release-resource-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.release-resource-links a { padding: 10px 13px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 750; }
.release-resource-links a:hover { background: var(--ink); color: var(--white); }

.error-page { min-height: 100vh; display: grid; place-items: center; background: var(--ink); color: var(--white); text-align: center; }
.error-page-inner { width: min(100% - 40px, 680px); }
.error-page img { width: 90px; margin: 0 auto 35px; }
.error-page h1 { margin: 0; font-size: clamp(90px, 18vw, 180px); line-height: .8; letter-spacing: -.1em; }
.error-page p { margin: 35px auto 28px; color: #b4b6bc; font-size: 18px; }
.error-page .button { background: var(--lime); color: var(--ink); border-color: var(--lime); }

@media (min-width: 1161px) {
  .hero { min-height: 680px; }
  .hero-grid { padding-block: 58px 74px; }
  .hero-stage { min-height: 520px; }
  .stage-orbit-one { width: 520px; height: 520px; }
  .stage-orbit-two { width: 390px; height: 390px; }
}

@media (max-width: 1280px) {
  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .workflow-step { min-height: 320px; }
}

@media (max-width: 1080px) {
  .agents-grid { grid-template-columns: 1fr; gap: 55px; }
  .agents-copy { max-width: 760px; }
  .connection-map { width: min(100%, 760px); }
}

@media (max-width: 1160px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 55px; padding-top: 72px; }
  .hero-copy, .hero-stage { min-width: 0; }
  .hero-copy { max-width: 850px; }
  .hero h1 { max-width: 930px; }
  .hero-stage { min-height: 570px; }
  .release-heading { grid-template-columns: .5fr 1fr; }
  .release-heading > p:last-child { grid-column: 2; }
  .agents-grid { gap: 55px; }
  .computer-grid { grid-template-columns: 1fr 1fr; }
  .computer-card:nth-child(2) { border-right: 1px solid var(--ink); }
  .computer-card:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .computer-card { min-height: 490px; }
}

@media (max-width: 920px) {
  .brand, .mobile-install, .nav-toggle { position: relative; z-index: 2; }
  .mobile-install { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; margin-left: auto; margin-right: 8px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 780; transition: opacity 140ms ease, visibility 140ms; }
  .release-page .mobile-install { background: var(--lime); border-color: var(--lime); color: var(--ink); }
  .nav-open .mobile-install { opacity: 0; visibility: hidden; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 100dvh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 100px 28px 40px;
    background: var(--paper);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }
  .release-page .site-nav { background: var(--ink); }
  .site-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav > a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 24px; letter-spacing: -.03em; }
  .release-page .site-nav > a { border-color: var(--line-dark); }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta { margin-top: 25px; text-align: center; border-bottom: 0; }
  .release-heading { grid-template-columns: 1fr; gap: 20px; }
  .release-heading > p:last-child { grid-column: 1; }
  .release-feature-grid { grid-template-columns: 1fr 1fr; }
  .release-feature:nth-child(3) { border-left: 0; }
  .release-feature:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .agents-grid, .takeover-grid, .security-grid, .install-inner { grid-template-columns: 1fr; gap: 70px; }
  .agents-copy { max-width: 700px; }
  .connection-map { width: min(100%, 720px); }
  .statement-inner p:nth-child(2) { margin-left: 4vw; }
  .statement-inner p:nth-child(3) { margin-left: 8vw; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .release-page .release-hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .release-layout { gap: 40px; }
  .release-toc, .release-content { min-width: 0; }
  .release-toc { gap: 12px; padding-bottom: 24px; }
  .release-toc b { flex-basis: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 60px; }
}

@media (min-width: 701px) and (max-width: 920px) {
  .release-section { padding-block: 88px 78px; }
  .release-heading { padding-bottom: 46px; }
  .release-feature { min-height: 230px; padding: 28px 24px 22px; }
  .release-feature + .release-feature { padding-left: 24px; }
  .release-feature h3 { margin-top: 40px; }
  .release-link-row { padding-top: 22px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .release-strip-inner { justify-content: center; min-height: 42px; padding-inline: 8px; white-space: nowrap; overflow: visible; }
  .release-strip-inner strong { font-size: 12px; }
  .release-strip-inner a { font-size: 11px; }
  .nav-shell { min-height: 68px; }
  .hero { min-height: 0; }
  .hero-grid { gap: 30px; padding-block: 48px 68px; }
  .hero h1 { font-size: clamp(50px, 14.5vw, 64px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .command-hero { min-height: 52px; align-items: center; margin-top: 19px; padding: 4px 5px 4px 12px; border-radius: 10px; }
  .command-hero code { display: flex; align-items: center; align-self: stretch; line-height: 1.35; }
  .command code { font-size: 12px; }
  .hero-note { line-height: 1.5; }
  .hero-stage { left: 50%; width: 650px; min-height: 438px; margin: 0 0 -60px -325px; scale: .86; transform: none; transform-origin: top center; }
  .stage-orbit { display: none; }
  .viewer-window { width: 650px; flex: 0 0 650px; }
  .release-section, .agents-section, .computers-section, .takeover-section, .workflow-section, .security-section { padding-block: 72px; }
  .release-heading { padding-bottom: 40px; }
  .release-heading h2 { font-size: 80px; }
  .release-feature-grid { grid-template-columns: 1fr; }
  .release-feature, .release-feature + .release-feature { min-height: 225px; padding: 27px 0; border-left: 0; border-bottom: 1px solid var(--line-dark); }
  .release-feature h3 { margin-top: 45px; }
  .release-link-row { flex-direction: column; }
  .agents-copy h2, .section-heading h2, .takeover-copy h2, .security-copy h2, .install-inner h2 { font-size: clamp(43px, 12.7vw, 58px); }
  .agents-grid, .takeover-grid, .security-grid, .install-inner { gap: 44px; }
  .connection-map { box-shadow: 9px 9px 0 var(--paper-2); }
  .connection-header { align-items: center; flex-direction: row; justify-content: space-between; gap: 10px; min-height: 58px; padding: 10px 14px; }
  .connection-header strong { font-size: 7px; text-align: right; }
  .connection-flow { grid-template-columns: 1fr; gap: 0; }
  .connection-branch { display: none; }
  .connection-branch-mobile { display: block; width: 100%; height: 40px; overflow: visible; fill: none; stroke: rgba(9,10,13,.72); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
  .connection-source, .connection-gateway { min-height: 0; padding: 16px; }
  .connection-source { display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; column-gap: 13px; align-items: center; }
  .connection-source svg { grid-row: 1 / span 2; width: 34px; height: 34px; margin: 0; }
  .connection-source span { align-self: end; margin: 0 0 4px; }
  .connection-source b { align-self: start; font-size: 15px; }
  .connection-routes { flex-direction: row; gap: 6px; padding-block: 0; }
  .connection-routes span { flex: 1; min-width: 0; min-height: 34px; padding-inline: 5px; font-size: 8px; }
  .connection-gateway { display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto auto; column-gap: 13px; align-items: center; }
  .connection-gateway img { grid-row: 1 / span 3; width: 34px; height: 34px; margin: 0; }
  .connection-gateway span { align-self: end; margin: 0 0 2px; }
  .connection-gateway b { font-size: 20px; }
  .connection-gateway small { align-self: start; margin-top: 2px; }
  .connection-capabilities { grid-template-columns: 1fr 1fr; }
  .connection-capabilities > div { min-height: 54px; padding: 10px 13px; }
  .connection-capabilities > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .connection-capabilities > div:nth-child(4) { border-top: 1px solid var(--line); }
  .connection-footer { min-height: 58px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; padding-inline: 14px; }
  .statement-section { padding-block: 68px; }
  .statement-inner p { font-size: clamp(39px, 12vw, 58px); }
  .statement-inner p:nth-child(2), .statement-inner p:nth-child(3) { margin-left: 0; }
  .statement-inner span { justify-self: start; }
  .computer-grid { grid-template-columns: 1fr; }
  .computer-card, .computer-card:nth-child(2) { border: 0; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--ink); min-height: 410px; padding: 28px 22px 24px; }
  .computer-card:first-child { border-top: 0; }
  .computer-card:last-child { border-bottom: 0; }
  .computer-icon { margin-bottom: 40px; }
  .takeover-visual { min-height: 0; margin-inline: 0; }
  .handoff-states { grid-template-columns: 1fr; gap: 0; padding: 14px; }
  .handoff-transition { min-height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 8px 0; }
  .handoff-transition svg { width: 46px; height: 46px; flex: 0 0 46px; transform: rotate(90deg); }
  .handoff-topbar { min-height: 50px; padding-inline: 14px; }
  .handoff-topbar div span { display: none; }
  .handoff-state { padding: 15px; }
  .handoff-state h3 { margin: 6px 0 11px; font-size: 17px; }
  .handoff-state > div { padding: 8px 0; }
  .handoff-footer { min-height: 46px; padding-inline: 14px; }
  .takeover-grid { gap: 35px; }
  .security-diagram { box-shadow: 9px 9px 0 var(--paper-2); }
  .security-diagram-head { min-height: 50px; padding-inline: 14px; }
  .security-path { grid-template-columns: 1fr; gap: 0; }
  .security-path { padding: 14px; }
  .security-node { min-height: 0; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; padding: 14px; }
  .security-node svg, .security-node img { grid-row: 1 / span 2; width: 28px; height: 28px; margin: 0; }
  .security-node b { align-self: end; }
  .security-node small { align-self: start; min-height: 0; margin-top: 3px; }
  .security-connector { min-height: 38px; gap: 4px; }
  .security-connector i { width: 1px; height: 17px; border-top: 0; border-left: 1px solid var(--ink); }
  .security-connector i::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }
  .security-trust-note { align-items: flex-start; flex-direction: column; justify-content: center; }
  .security-guardrails span { min-height: 42px; padding: 0 10px; font-size: 6px; }
  .security-trust-note { min-height: 54px; padding: 10px 14px; }
  .workflow-section .section-heading.compact { margin-bottom: 38px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-step { min-height: 0; }
  .workflow-step { padding: 22px; }
  .workflow-step h3 { margin-top: 42px; }
  .workflow-command { margin-top: 28px; }
  .install-section { padding-block: 64px; }
  .install-inner { gap: 36px; }
  .install-command { min-height: 72px; padding-left: 12px; }
  .install-command code { font-size: 12px; }
  .copy-button { font-size: 10px; }
  .footer-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .footer-links > div { min-width: 0; gap: 9px; }
  .footer-links b { margin-bottom: 5px; font-size: 7px; }
  .footer-links a { max-width: 100%; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .release-page .release-hero { padding: 85px 0 75px; }
  .release-page .release-hero h1 { font-size: clamp(78px, 24vw, 120px); }
  .release-page .release-summary > p { font-size: 17px; }
  .release-body { padding: 80px 0 100px; }
  .release-highlight-list, .release-support { grid-template-columns: 1fr; }
  .release-highlight:nth-child(odd) { border-right: 0; }
  .release-highlight:nth-child(-n+7) { border-bottom: 1px solid var(--ink); }
  .release-highlight.reveal { opacity: 1; translate: 0 0; transition: none; }
  .release-install { padding: 24px 20px; }
  .release-install pre { padding: 18px; font-size: 11px; line-height: 1.75; }
}

@media (max-width: 480px) {
  .statement-inner { gap: 8px; }
  .statement-inner p { font-size: clamp(24px, 7.7vw, 31px); line-height: 1; letter-spacing: -.06em; white-space: nowrap; }
  .statement-inner span { margin-top: 24px; font-size: 10px; }
  .hero-stage { min-height: 438px; margin-top: 0; margin-bottom: -190px; scale: .54; }
  .viewer-window { width: 650px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; translate: none; }
  .connection-branch path, .connection-branch-mobile path, .handoff-transition svg path { stroke-dashoffset: 0; }
  .viewer-window { transform: rotateY(-3deg); }
}
