@font-face {
  font-family: Jersey;
  src: url("/assets/fonts/jersey25-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #f5f3e9;
  --white: #fffef9;
  --ink: #24251f;
  --muted: #62635b;
  --blue: #2448d8;
  --line: #c8c8ba;
  --mono: "Courier New", monospace;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 320px;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
p {
  line-height: 1.65;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2,
.footer-wordmark {
  font-family: Jersey, monospace;
}
h2 {
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}
img,
svg {
  max-width: 100%;
  vertical-align: middle;
}
svg {
  flex-shrink: 0;
}
button:disabled {
  cursor: default;
}
code,
pre,
kbd {
  font-family: var(--mono);
}
code {
  font-size: 0.88em;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
kbd {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid var(--line);
  border-bottom: 2px solid var(--ink);
  font-size: 0.85em;
  background: var(--white);
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.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;
  top: 10px;
  left: 16px;
  padding: 12px 20px;
  background: var(--blue);
  color: white;
  z-index: 99;
  clip-path: inset(50%);
}
.skip-link:focus {
  clip-path: none;
}
.console {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.console-body {
  flex: 1;
}
.topbar {
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
}
.menu-bar {
  max-width: 1328px;
  padding: 0 32px;
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 42px;
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
  font-size: 23px;
  letter-spacing: -1px;
}
.brand-pixel {
  width: 31px;
  height: 31px;
  shape-rendering: crispEdges;
}
.brand strong {
  font-weight: 750;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 1;
}
.main-nav a,
.signin-link {
  font-size: 14px;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-nav a:hover,
.main-nav a[aria-current],
.signin-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.auth-cta {
  display: flex;
  align-items: center;
  gap: 24px;
}
.primary-button,
.secondary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 700;
  border: 1.5px solid var(--ink);
  text-decoration: none;
  box-shadow: 3px 3px 0 var(--ink);
  line-height: 1.4;
  border-radius: 2px;
}
.primary-button {
  background: var(--blue);
  color: var(--white);
}
.secondary-button {
  background: var(--paper);
  color: var(--ink);
}
.primary-button:hover {
  background: #1836ad;
}
.secondary-button:hover {
  background: #e4e3d7;
}
.primary-button:active,
.secondary-button:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}
.auth-cta .primary-button {
  min-height: 40px;
  padding: 8px 16px;
}
.home-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
.hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  padding: 76px 0 66px;
  align-items: center;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--blue);
}
h1 {
  font-size: 114px;
  line-height: 0.89;
  letter-spacing: -2px;
  margin: 0 0 25px;
}
h1 span {
  color: var(--blue);
}
.hero-description {
  font-size: 20px;
  line-height: 1.5;
  max-width: 340px;
  margin-bottom: 14px;
}
.hero-detail {
  font-size: 16px;
  line-height: 1.7;
  max-width: 390px;
  color: #52534c;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.hero-footnote {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  margin: 18px 0 0;
}
.desktop-demo {
  position: relative;
  height: 530px;
  background-image: radial-gradient(#a6a899 0.8px, transparent 1px);
  background-size: 4px 4px;
  border: 1px solid #c5c6b7;
}
.desktop-label {
  position: absolute;
  left: 14px;
  top: 14px;
  background: var(--paper);
  padding: 5px 8px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.5px;
}
.desktop-label > span {
  margin-right: 5px;
}
.desktop-folder {
  position: absolute;
  top: 32px;
  right: 20px;
  display: grid;
  justify-items: center;
  gap: 5px;
  font-family: var(--mono);
  font-size: 10px;
}
.desktop-folder svg {
  width: 42px;
}
.desktop-folder > span {
  background: var(--paper);
  padding: 2px 4px;
}
.window {
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}
.window-title {
  height: 33px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 9px;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.window-square {
  width: 12px;
  height: 12px;
  border: 1.5px solid var(--ink);
  background: var(--white);
  flex-shrink: 0;
}
.title-lines {
  flex: 1;
  height: 17px;
  background: repeating-linear-gradient(
    0deg,
    var(--ink) 0 1px,
    transparent 1px 4px
  );
  opacity: 0.75;
}
.agent-window {
  position: absolute;
  top: 85px;
  left: 22px;
  width: calc(100% - 74px);
  z-index: 1;
}
.agent-toolbar {
  display: flex;
  justify-content: space-between;
  padding: 8px 14px;
  border-bottom: 1px solid var(--line);
  font: 10px var(--mono);
}
.session-badge {
  color: var(--blue);
  font-weight: 700;
}
.agent-terminal {
  padding: 19px 20px 17px;
  font-family: var(--mono);
  font-size: 12px;
  min-height: 213px;
}
.terminal-command {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 14px;
}
.terminal-command > span {
  color: var(--blue);
  margin-right: 7px;
}
.terminal-muted {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}
.agent-task {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0 14px;
}
.agent-task > span {
  font-size: 27px;
  color: var(--blue);
  line-height: 1;
}
.agent-task strong {
  font-size: 12px;
}
.agent-task p {
  margin: 5px 0 0;
  font-size: 11px;
}
.agent-progress {
  font-size: 11px;
  display: flex;
  gap: 8px;
  color: var(--blue);
  margin-bottom: 5px;
}
.terminal-caption {
  font-size: 10px;
  margin: 0;
  color: var(--muted);
}
.terminal-status {
  padding: 7px 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid var(--ink);
  font: 9px var(--mono);
  background: var(--paper);
}
.connection-panel {
  position: absolute;
  left: 22px;
  bottom: 35px;
  display: grid;
  justify-items: start;
  gap: 8px;
  z-index: 2;
}
.connection-panel > svg {
  width: 40px;
}
.connection-panel > span {
  font: 10px var(--mono);
  background: var(--paper);
  padding: 2px 3px;
}
.connection-panel .secondary-button {
  font: 10px var(--mono);
  min-height: 36px;
  padding: 8px;
  gap: 6px;
  box-shadow: 2px 2px 0 var(--ink);
}
.desktop-demo.is-detached .connection-panel > svg {
  color: var(--muted);
}
.desktop-demo.is-detached .connection-panel > span {
  background: var(--ink);
  color: var(--paper);
}
.box-window {
  position: absolute;
  right: 17px;
  bottom: 39px;
  width: 224px;
  z-index: 3;
}
.box-window .window-title {
  font-size: 11px;
  height: 28px;
}
.box-info {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px;
}
.box-info img {
  width: 47px;
  height: auto;
  image-rendering: pixelated;
}
.box-info strong {
  font-family: Jersey, monospace;
  font-size: 25px;
  line-height: 0.95;
  font-weight: 400;
  display: block;
}
.box-info span {
  font: 9px var(--mono);
  color: var(--blue);
  display: block;
  margin-top: 10px;
}
.demo-label {
  position: absolute;
  bottom: 10px;
  right: 14px;
  background: var(--paper);
  padding: 3px 4px;
  font: 8px var(--mono);
  letter-spacing: 0.7px;
}
.capability-strip {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px 0;
  font: 11px var(--mono);
}
.capability-strip > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.capability-strip > span + span {
  border-left: 1px solid var(--line);
}
.capability-strip > span > span {
  font-size: 20px;
}
.section-space {
  margin-top: 96px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 34px;
}
.section-heading .eyebrow {
  margin-bottom: 14px;
}
.section-heading > p {
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 3px;
}
.workflow-window {
  scroll-margin-top: 24px;
}
.window-docs {
  background: var(--paper);
  font-size: 10px;
  min-height: 27px;
  display: flex;
  align-items: center;
}
.workflow-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ink);
}
.workflow-tabs button {
  border: 0;
  background: #eeede3;
  padding: 15px 22px;
  text-align: left;
  font: 11px var(--mono);
  color: var(--muted);
  min-height: 51px;
}
.workflow-tabs button + button {
  border-left: 1px solid var(--ink);
}
.workflow-tabs button span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-left: 15px;
  color: var(--ink);
  font-weight: 700;
}
.workflow-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--blue);
}
.workflow-tabs button[aria-selected="true"] span {
  color: var(--white);
}
.workflow-tabs button:hover:not([aria-selected="true"]) {
  background: #dfdfd1;
}
.workflow-tabs button:focus-visible {
  outline-offset: -5px;
  outline-color: var(--ink);
}
.workflow-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 35px 40px;
  min-height: 268px;
}
.workflow-panel + .workflow-panel {
  border-top: 1px solid var(--line);
}
.step-counter {
  font: 10px var(--mono);
  color: var(--muted);
  display: block;
  margin-bottom: 15px;
}
.workflow-panel h3 {
  font-size: 23px;
  margin-bottom: 13px;
}
.workflow-panel p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #55564f;
}
.workflow-panel > div > p {
  max-width: 420px;
}
.code-note {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 21px 24px 58px;
  align-self: stretch;
}
.code-label {
  font: 9px var(--mono);
  color: var(--muted);
  letter-spacing: 0.5px;
}
.code-note pre {
  margin: 21px 0 14px;
  font-size: 17px;
  line-height: 1.7;
}
.code-note pre code {
  font-size: inherit;
}
.code-note p {
  font-size: 11px;
  max-width: 360px;
  margin: 0;
}
.copy-button {
  position: absolute;
  bottom: 10px;
  right: 14px;
  border: 0;
  padding: 7px;
  background: transparent;
  color: var(--blue);
  font: 11px var(--mono);
  min-height: 36px;
}
.copy-button:hover {
  text-decoration: underline;
}
.workflow-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
  border-top: 1px solid var(--ink);
  font: 11px var(--mono);
  line-height: 1.5;
  background: var(--paper);
  min-height: 52px;
}
.next-step {
  background: transparent;
  border: 0;
  min-height: 36px;
  padding: 4px 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.next-step:hover {
  text-decoration: underline;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
}
.feature {
  position: relative;
  padding: 30px 27px 26px;
  min-width: 0;
}
.feature + .feature {
  border-left: 1px solid var(--ink);
}
.feature-pixel {
  font-family: var(--mono);
  font-size: 35px;
  line-height: 1;
  display: block;
  margin-bottom: 37px;
  height: 35px;
}
.feature-index {
  position: absolute;
  right: 23px;
  top: 36px;
  font: 9px var(--mono);
  color: var(--muted);
}
.feature h3 {
  font-size: 20px;
  margin-bottom: 13px;
}
.feature p {
  font-size: 14px;
  line-height: 1.7;
  color: #55564f;
  margin-bottom: 23px;
}
.feature-label {
  font: 10px var(--mono);
  color: var(--blue);
  letter-spacing: 0.3px;
}
.feature code {
  font-size: 12px;
  line-height: 1.8;
  color: var(--blue);
}
.extras {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.extras p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  max-width: 710px;
}
.extras strong {
  color: var(--ink);
}
.extras a {
  white-space: nowrap;
  font-size: 12px;
}
.paths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.paths-grid > article {
  padding: 30px 32px 32px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}
.hosted-path {
  background: var(--blue);
  color: var(--white);
}
.path-type {
  display: flex;
  justify-content: space-between;
  font: 10px var(--mono);
  letter-spacing: 0.7px;
  padding-bottom: 20px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 26px;
}
.path-type > span {
  font-size: 18px;
  line-height: 0.6;
}
.paths-grid h3 {
  font-family: Jersey, monospace;
  font-size: 43px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
}
.paths-grid p {
  font-size: 14px;
  max-width: 420px;
  margin-bottom: 28px;
}
.path-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}
.path-actions > a:last-child {
  font-size: 12px;
  text-underline-offset: 5px;
}
.hosted-path .primary-button {
  background: var(--paper);
  color: var(--ink);
}
.hosted-path .primary-button:hover {
  background: #e4e3d7;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
}
.faq-section h2 {
  font-size: 49px;
}
.faq-box {
  margin-top: 26px;
  width: 48px;
  height: auto;
}
.faq-list {
  border-top: 1px solid var(--ink);
}
details {
  border-bottom: 1px solid var(--ink);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  list-style: none;
  cursor: pointer;
  min-height: 73px;
  padding: 19px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  font: 24px var(--mono);
  color: var(--blue);
}
details[open] summary::after {
  content: "−";
}
details > p {
  font-size: 14px;
  color: #55564f;
  margin: 0;
  padding: 0 32px 24px 0;
}
details code {
  overflow-wrap: anywhere;
}
.closing-note {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 70px 0 56px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.closing-note > span {
  font-size: 30px;
  color: var(--blue);
}
.closing-note p {
  font-family: Jersey, monospace;
  font-size: 28px;
  margin: 0;
  flex: 1;
  line-height: 1.2;
}
.closing-note .text-link {
  font-size: 12px;
}
.site-footer {
  border-top: 2px solid var(--ink);
  background: #eae9df;
  padding: 34px max(32px, calc((100% - 1176px) / 2)) 0;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 26px;
}
.footer-brand {
  display: grid;
  gap: 8px;
  align-content: start;
}
.footer-wordmark {
  font-size: 30px;
  text-decoration: none;
}
.footer-brand > span {
  font-size: 11px;
  color: var(--muted);
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  align-content: start;
  justify-content: flex-end;
  gap: 0 25px;
}
.site-footer nav a {
  display: flex;
  align-items: center;
  min-height: 35px;
  font-size: 11px;
  text-decoration: none;
}
.site-footer nav a:hover,
.site-footer nav a[aria-current] {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #c4c4b6;
  padding: 17px 0;
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 9px var(--mono);
  color: var(--muted);
}
@media (min-width: 1400px) {
  .home-content {
    max-width: 1296px;
  }
  .hero {
    gap: 55px;
  }
  .hero-copy h1 {
    font-size: 126px;
  }
  .desktop-demo {
    height: 540px;
  }
  .agent-window {
    top: 90px;
  }
  .agent-terminal {
    min-height: 213px;
    padding-top: 19px;
  }
  .box-window {
    bottom: 38px;
  }
  .connection-panel {
    bottom: 33px;
  }
}
@media (max-width: 1100px) {
  .menu-bar {
    gap: 25px;
  }
  .main-nav {
    gap: 18px;
  }
  .auth-cta {
    gap: 16px;
  }
  .hero {
    gap: 25px;
  }
  .hero h1 {
    font-size: 104px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 0.6px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-actions .primary-button {
    padding-inline: 15px;
  }
  .desktop-demo {
    height: 530px;
  }
  .agent-window {
    left: 15px;
    width: calc(100% - 38px);
    top: 85px;
  }
  .box-window {
    width: 194px;
    right: 12px;
    bottom: 35px;
  }
  .box-info {
    gap: 11px;
    padding: 12px;
  }
  .box-info img {
    width: 39px;
  }
  .box-info strong {
    font-size: 23px;
  }
  .connection-panel {
    left: 15px;
    bottom: 38px;
  }
  .connection-panel .secondary-button {
    font-size: 9px;
  }
  .workflow-panel {
    gap: 35px;
    padding: 30px;
  }
  .hero-detail {
    max-width: 360px;
  }
  .feature {
    padding: 25px 21px;
  }
  .feature-index {
    right: 17px;
  }
  .path-actions {
    gap: 15px;
  }
  .faq-section {
    gap: 50px;
  }
}
@media (max-width: 850px) {
  .menu-bar {
    padding: 0 24px;
    gap: 22px;
    flex-wrap: wrap;
    padding-block: 14px;
    min-height: 76px;
  }
  .brand {
    flex: 1;
  }
  .auth-cta {
    order: 1;
  }
  .main-nav {
    order: 2;
    flex-basis: 100%;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    gap: 15px;
    padding-top: 8px;
  }
  .main-nav a {
    min-height: 36px;
    font-size: 13px;
  }
  .home-content {
    padding: 0 24px;
  }
  .hero {
    padding-top: 50px;
    padding-bottom: 44px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-copy {
    max-width: 600px;
  }
  .hero-copy .eyebrow {
    font-size: 11px;
  }
  .hero h1 {
    font-size: 112px;
  }
  .hero-description {
    max-width: 450px;
  }
  .hero-detail {
    max-width: 475px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .desktop-demo {
    width: 100%;
    max-width: 610px;
    justify-self: center;
    height: 530px;
  }
  .agent-window {
    left: 28px;
    width: calc(100% - 104px);
    top: 85px;
  }
  .box-window {
    width: 239px;
    bottom: 33px;
    right: 24px;
  }
  .box-info {
    padding: 16px;
    gap: 19px;
  }
  .box-info img {
    width: 49px;
  }
  .box-info strong {
    font-size: 27px;
  }
  .connection-panel {
    left: 30px;
    bottom: 35px;
  }
  .connection-panel .secondary-button {
    font-size: 11px;
    min-height: 44px;
  }
  .capability-strip {
    grid-template-columns: 1fr 1fr;
    gap: 19px 0;
    padding: 18px 0;
  }
  .capability-strip > span:nth-child(3) {
    border: 0;
  }
  .section-space {
    margin-top: 68px;
  }
  .section-heading {
    align-items: start;
    gap: 20px;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 220px;
    padding-top: 33px;
  }
  .workflow-panel {
    padding: 25px;
    gap: 25px;
  }
  .workflow-tabs button {
    padding: 15px;
  }
  .workflow-tabs button span {
    margin-left: 8px;
  }
  .workflow-panel h3 {
    font-size: 21px;
  }
  .code-note {
    padding: 20px 16px 55px;
  }
  .code-note pre {
    font-size: 14px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature {
    display: grid;
    grid-template-columns: 45px 1fr 1fr;
    gap: 0 22px;
    padding: 28px;
  }
  .feature + .feature {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
  .feature-pixel {
    grid-row: 1/4;
    margin: 0;
  }
  .feature-index {
    display: none;
  }
  .feature h3 {
    grid-column: 2/4;
  }
  .feature p {
    grid-column: 2;
    grid-row: 2/4;
    margin: 0;
    font-size: 13px;
  }
  .feature-label,
  .feature code {
    grid-column: 3;
    align-self: start;
    margin-top: 4px;
  }
  .extras {
    gap: 25px;
  }
  .paths-grid {
    gap: 20px;
  }
  .paths-grid > article {
    padding: 24px;
  }
  .paths-grid h3 {
    font-size: 36px;
  }
  .path-actions {
    align-items: start;
    flex-direction: column;
    gap: 17px;
  }
  .faq-section {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
  }
  .faq-section h2 {
    font-size: 42px;
  }
  .faq-section .eyebrow {
    font-size: 10px;
  }
  .closing-note p {
    font-size: 24px;
  }
  .closing-note .text-link {
    max-width: 130px;
    line-height: 1.6;
  }
  .site-footer {
    padding-inline: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .menu-bar {
    padding: 13px 20px 7px;
    gap: 12px;
  }
  .brand {
    font-size: 21px;
    gap: 8px;
  }
  .brand-pixel {
    width: 27px;
    height: 27px;
  }
  .auth-cta {
    gap: 15px;
  }
  .signin-link {
    font-size: 12px;
  }
  .auth-cta .primary-button {
    font-size: 12px;
    padding: 8px 11px;
    gap: 7px;
  }
  .main-nav {
    gap: 15px;
    padding-top: 5px;
  }
  .main-nav a {
    font-size: 11px;
  }
  .home-content {
    padding-inline: 20px;
  }
  .hero {
    padding-top: 37px;
    gap: 35px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(72px, 22vw, 90px);
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 19px;
    max-width: 300px;
  }
  .hero-detail {
    font-size: 14px;
    line-height: 1.8;
    max-width: 340px;
    margin-bottom: 22px;
  }
  .hero-actions {
    gap: 18px;
    justify-content: start;
  }
  .hero-actions .primary-button {
    font-size: 12px;
    gap: 10px;
    padding: 12px 14px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 6px;
  }
  .hero-footnote {
    font-size: 9px;
    margin-top: 18px;
  }
  .desktop-demo {
    height: 530px;
  }
  .desktop-label {
    top: 10px;
    left: 8px;
    font-size: 7px;
  }
  .desktop-folder {
    right: 12px;
    top: 39px;
    font-size: 8px;
  }
  .desktop-folder svg {
    width: 34px;
  }
  .agent-window {
    left: 13px;
    top: 90px;
    width: calc(100% - 34px);
  }
  .agent-window .window-title {
    font-size: 10px;
    gap: 8px;
  }
  .agent-terminal {
    padding: 16px;
    min-height: 207px;
  }
  .terminal-command {
    font-size: 12px;
  }
  .terminal-status {
    font-size: 7px;
    padding-inline: 7px;
  }
  .box-window {
    width: 180px;
    right: 10px;
    bottom: 21px;
  }
  .box-window .window-title {
    height: 25px;
    font-size: 9px;
    gap: 7px;
  }
  .box-info {
    gap: 10px;
    padding: 10px;
  }
  .box-info img {
    width: 33px;
  }
  .box-info strong {
    font-size: 21px;
  }
  .box-info span {
    font-size: 7px;
    margin-top: 7px;
  }
  .connection-panel {
    bottom: 24px;
    left: 13px;
    gap: 5px;
    max-width: 154px;
  }
  .connection-panel > svg {
    width: 32px;
  }
  .connection-panel > span {
    font-size: 8px;
  }
  .connection-panel .secondary-button {
    font-size: 8px;
    gap: 3px;
    padding: 6px;
    min-height: 38px;
  }
  .demo-label {
    bottom: 3px;
    right: 10px;
    font-size: 6px;
    letter-spacing: 0.3px;
  }
  .capability-strip {
    font-size: 9px;
    gap: 14px 0;
  }
  .capability-strip > span {
    gap: 8px;
  }
  .capability-strip > span > span {
    font-size: 16px;
  }
  .section-space {
    margin-top: 57px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .section-heading > p {
    font-size: 14px;
    padding-top: 19px;
    max-width: none;
  }
  .section-heading > p br {
    display: none;
  }
  .window-docs {
    font-size: 8px;
  }
  .workflow-window .window-title {
    gap: 7px;
    font-size: 10px;
  }
  .workflow-tabs button {
    padding: 12px 6px;
    text-align: center;
    font-size: 9px;
    min-height: 55px;
  }
  .workflow-tabs button span {
    display: block;
    font-size: 12px;
    margin: 4px 0 0;
  }
  .workflow-panel {
    grid-template-columns: 1fr;
    padding: 23px 19px;
    gap: 20px;
  }
  .workflow-panel h3 {
    font-size: 21px;
  }
  .workflow-panel p {
    font-size: 13px;
  }
  .workflow-panel .text-link {
    font-size: 12px;
  }
  .step-counter {
    font-size: 9px;
    margin-bottom: 11px;
  }
  .code-note {
    min-height: 203px;
    padding: 17px 17px 52px;
  }
  .code-note p {
    font-size: 11px;
  }
  .code-note pre {
    font-size: 13px;
  }
  .workflow-bottom {
    align-items: center;
    padding: 10px 12px;
    font-size: 9px;
    gap: 14px;
  }
  .workflow-bottom > span {
    max-width: 170px;
  }
  .next-step {
    font-size: 10px;
    padding: 5px;
  }
  .feature {
    grid-template-columns: 36px 1fr;
    gap: 0 17px;
    padding: 26px 20px;
  }
  .feature-pixel {
    font-size: 27px;
    grid-row: 1/4;
  }
  .feature h3 {
    grid-column: 2;
    font-size: 19px;
  }
  .feature p {
    grid-column: 2;
    grid-row: auto;
  }
  .feature-label,
  .feature code {
    grid-column: 2;
    margin-top: 18px;
    font-size: 11px;
  }
  .extras {
    display: block;
    padding-bottom: 16px;
  }
  .extras p {
    font-size: 12px;
  }
  .extras a {
    margin-top: 8px;
  }
  .paths-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .paths-grid > article {
    padding: 24px;
  }
  .paths-grid h3 {
    font-size: 41px;
  }
  .paths-grid p {
    font-size: 14px;
  }
  .path-actions {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .path-actions .primary-button,
  .path-actions .secondary-button {
    font-size: 12px;
    padding-inline: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq-section > div:first-child {
    position: relative;
  }
  .faq-section h2 {
    font-size: 43px;
  }
  .faq-box {
    position: absolute;
    right: 13px;
    bottom: 5px;
    width: 44px;
  }
  .faq-section .eyebrow {
    font-size: 9px;
    margin-bottom: 12px;
  }
  summary {
    font-size: 13px;
    min-height: 68px;
    gap: 18px;
  }
  details > p {
    font-size: 13px;
    padding-right: 12px;
  }
  .closing-note {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .closing-note > span {
    font-size: 25px;
  }
  .closing-note p {
    font-size: 24px;
    flex-basis: 80%;
    line-height: 1.2;
  }
  .closing-note .text-link {
    max-width: none;
    margin-left: 36px;
    min-height: 30px;
  }
  .site-footer {
    padding: 25px 20px 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .site-footer nav {
    justify-content: flex-start;
    gap: 0 25px;
  }
  .site-footer nav a {
    min-height: 38px;
  }
  .footer-bottom {
    font-size: 8px;
    flex-direction: column;
    gap: 9px;
    padding: 15px 0;
  }
  .footer-wordmark {
    font-size: 30px;
  }
}
@media (max-width: 359px) {
  .menu-bar,
  .home-content {
    padding-inline: 16px;
  }
  .brand {
    font-size: 19px;
  }
  .brand-pixel {
    width: 23px;
    height: 23px;
  }
  .auth-cta {
    gap: 10px;
  }
  .auth-cta .primary-button {
    font-size: 10px;
    padding: 8px;
    gap: 5px;
  }
  .signin-link {
    font-size: 11px;
  }
  .main-nav {
    gap: 10px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .primary-button {
    font-size: 11px;
    padding-inline: 10px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-footnote {
    font-size: 8px;
  }
  .connection-panel {
    max-width: 118px;
    left: 10px;
  }
  .connection-panel > span {
    font-size: 7px;
  }
  .connection-panel .secondary-button {
    font-size: 7px;
  }
  .box-window {
    width: 155px;
    right: 9px;
  }
  .box-info {
    gap: 8px;
    padding: 8px;
  }
  .box-info strong {
    font-size: 18px;
  }
  .box-info img {
    width: 28px;
  }
  .box-info span {
    font-size: 6px;
  }
  .workflow-panel {
    padding-inline: 14px;
  }
  .window-docs {
    font-size: 7px;
  }
  .window-title {
    gap: 6px;
  }
  .paths-grid > article {
    padding: 20px;
  }
  .path-actions {
    gap: 12px;
  }
  .path-actions > a:last-child {
    font-size: 11px;
  }
  .capability-strip {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Keep navigation and demo controls comfortable on touch screens. */
.main-nav a,
.site-footer nav a {
  min-height: 44px;
}
.connection-panel .secondary-button {
  min-height: 44px;
}
.copy-button,
.next-step {
  min-height: 44px;
}
.connection-panel {
  bottom: 25px;
}
@media (max-width: 560px) {
  .connection-panel .secondary-button {
    font-size: 9px;
  }
  .desktop-demo .connection-panel {
    bottom: 25px;
  }
  .workflow-bottom {
    padding-block: 5px;
  }
}
@media (max-width: 359px) {
  .connection-panel .secondary-button {
    font-size: 8px;
  }
}
