@import url('./theme.css');
@font-face {
  font-family: Geist;
  src: url('./assets/fonts/Geist-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('./assets/fonts/GeistMono-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  font-family: Geist, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
}
p,
h1,
h2,
h3,
h4,
figure {
  margin: 0;
}
p {
  line-height: 1.65;
}
code {
  font-family: 'Geist Mono', monospace;
}
button {
  border: 0;
  background: none;
}
button:hover,
.text-link:hover,
nav a:hover,
.small-link:hover {
  color: var(--olive);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  padding: 14px;
  background: white;
  z-index: 10;
}
.skip-link:focus {
  top: 16px;
}

.accessible-header {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.accessible-header:focus-within {
  position: fixed;
  inset: 12px auto auto 12px;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  z-index: 20;
  background: white;
  padding: 16px;
}
.accessible-header nav {
  display: flex;
  gap: 18px;
  font-size: 13px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: white;
  font-size: 13px;
  line-height: 1.3;
}
.button:hover {
  border-color: var(--olive);
}
#story {
  position: relative;
}
.story-stage {
  position: relative;
  min-height: 600px;
  height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}
#pond {
  position: absolute;
  inset: 0;
  touch-action: pan-y;
  z-index: 2;
}
.story-ready .pond-poster {
  display: none;
}
.pond-poster {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
  transform: translateY(8%);
}
#pond canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.landing-title {
  position: absolute;
  top: 6%;
  left: 20px;
  right: 20px;
  text-align: center;
  pointer-events: none;
  z-index: 3;
  will-change: transform, opacity;
}
.landing-title h1 {
  font-size: clamp(88px, min(11vw, 16svh), 164px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 1.04;
}
.landing-title p {
  font-size: clamp(18px, 2vw, 26px);
  margin: 16px auto 0;
  max-width: 740px;
  color: var(--muted);
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.hero-install {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  margin-top: 18px;
  padding: 11px 20px;
  border: 1px solid var(--olive);
  border-radius: 999px;
  background: var(--olive);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  pointer-events: auto;
}
.hero-install:hover {
  background: var(--olive-dark);
  border-color: var(--olive-dark);
}
.story-ready #story:not([data-chapter='0']) .landing-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.story-ready #story:not([data-chapter='0']) .hero-install {
  display: none;
}
.story-enhanced #story {
  height: 1000svh;
}
.story-enhanced .story-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 0;
}
.story-chapters {
  max-width: 660px;
  margin: 0 auto;
  padding: 32px 24px 70px;
}
.story-chapters section {
  margin: 48px 0;
}
.story-chapters h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin-bottom: 16px;
}
.story-chapters p {
  font-size: 16px;
  color: var(--muted);
}
.story-enhanced .story-chapters {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  margin: 0;
  padding: 0;
}
.bubble-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.bubble-leaders {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1;
  stroke-dasharray: 3 4;
  stroke-opacity: 0.55;
}
.fish-bubble {
  position: absolute;
  transform: translate(-50%, -100%) translateY(-15px);
  opacity: 0;
  width: max-content;
  max-width: 220px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffffff5;
  box-shadow: 0 5px 24px #213d2910;
  will-change: left, top;
  transition: opacity 0.2s;
  font-size: 14px;
  line-height: 1.4;
}
.fish-bubble:after {
  content: '';
  position: absolute;
  left: var(--tail-x, calc(50% - 5px));
  bottom: -6px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.fish-bubble.visible {
  opacity: 1;
}
.fish-bubble > span {
  display: block;
  font:
    9px/1.2 'Geist Mono',
    monospace;
  color: var(--muted);
  margin-bottom: 6px;
}
.fish-bubble > p {
  line-height: 1.4;
}
.fish-bubble > span:empty {
  display: none;
}
.subagent-bubble {
  padding: 8px 12px;
  font-size: 12px;
  background: #fffffff0;
}
.chapter-heading {
  display: none;
  position: absolute;
  left: 32px;
  right: 32px;
  top: 6svh;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  will-change: transform, opacity;
}
.story-ready #story:not([data-chapter='0']) .chapter-heading {
  display: block;
}
.chapter-heading h2 {
  font-size: clamp(36px, min(4.5vw, 6svh), 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
  max-width: 1040px;
  margin: auto;
  text-wrap: balance;
}
.chapter-heading > p {
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.45;
  color: var(--muted);
  max-width: 820px;
  margin: 22px auto 0;
  text-wrap: balance;
  letter-spacing: -0.02em;
}
.terminal-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.story-terminal {
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--code);
  border: 1px solid var(--code-line);
  box-shadow: 0 18px 45px -24px #14251f60;
  color: var(--code-ink);
  font-family: 'Geist Mono', monospace;
  contain: layout paint;
}
.terminal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  padding: 13px 17px;
  border-bottom: 1px solid var(--code-line);
  background: #252f29;
  opacity: var(--terminal-ink, 0);
  font-size: 11px;
  line-height: 1.2;
}
.terminal-host {
  white-space: nowrap;
}
.terminal-host:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--code-foliage);
  margin-right: 9px;
  vertical-align: 1px;
}
.terminal-agent {
  font-size: 10px;
  color: var(--code-muted);
  white-space: nowrap;
}
.terminal-viewport {
  position: relative;
  flex: 1;
  min-height: 0;
  margin: 14px 17px;
  overflow: hidden;
  opacity: var(--terminal-ink, 0);
  mask-image: linear-gradient(transparent, #000 10px);
}
.terminal-feed {
  transition: transform 0.22s ease-out;
  will-change: transform;
}
.terminal-line {
  font-size: 12px;
  line-height: 1.65;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}
.terminal-line:last-child {
  margin-bottom: 0;
}
.terminal-line.meta {
  color: var(--code-muted);
  font-size: 10px;
}
.terminal-line.receive {
  color: var(--code-foliage);
}
.terminal-line.file,
.terminal-line.ticket {
  color: var(--code-soil);
}
.terminal-line.task {
  color: var(--code-ink);
}
.terminal-status {
  flex-shrink: 0;
  font-size: 9px;
  color: var(--code-muted);
  padding: 9px 17px;
  border-top: 1px solid var(--code-line);
  opacity: var(--terminal-ink, 0);
}
.terminal-status > span {
  padding-inline: 5px;
  color: var(--code-muted);
}
/* A quiet stage, a few glass surfaces, and one exchange at a time. */
.feature-sections {
  padding-block: 30px 80px;
}
.feature-section {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 64px;
  align-items: center;
  padding-block: 80px;
}
.feature-section:nth-child(even) {
  grid-template-columns: 3fr 2fr;
}
.feature-section:nth-child(even) .feature-copy {
  order: 2;
}
.feature-copy h2 {
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.05em;
  margin: 0 0 24px;
}
.feature-copy p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 370px;
}
.workflow-demo {
  min-width: 0;
  position: relative;
}
.demo-animation {
  position: relative;
  height: 425px;
  isolation: isolate;
  font-size: 14px;
  line-height: 1.6;
}
.glass-window,
.glass-pill {
  background: linear-gradient(135deg, #fffffff0, #ffffff8c);
  border: 1px solid #ffffff;
  box-shadow:
    inset 0 1px 2px #fff,
    0 16px 40px #264b3b14,
    0 2px 6px #264b3b08;
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
}
.glass-window {
  position: absolute;
  width: 78%;
  border-radius: 19px;
  overflow: hidden;
  color: var(--ink);
}
.glass-window {
  --window-inset: 22px;
}
.window-chrome {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 var(--window-inset);
  border-bottom: 1px solid #ffffff80;
  background: #ffffff45;
}
.window-chrome i {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--water);
}
.window-chrome span {
  min-width: 0;
  white-space: nowrap;
  font-size: 12px;
  color: var(--muted);
  margin-left: 12px;
}
.window-content {
  padding: 22px var(--window-inset);
  font:
    13px/1.7 'Geist Mono',
    monospace;
  min-height: 132px;
}
.window-content p {
  margin: 0 0 16px;
}
.window-content p:last-child {
  margin: 0;
}
.scene-team {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-block: 24px;
}
.scene-team .glass-window {
  position: relative;
  inset: auto;
  height: 100%;
}
.terminal-original {
  justify-self: start;
}
.terminal-new {
  justify-self: end;
}
.glass-reply {
  color: var(--olive);
}
.terminal-caret {
  color: var(--foliage);
  margin-left: 6px;
}
.new-session-cue {
  position: absolute;
  right: 14%;
  top: 232px;
  font:
    300 30px/48px Geist,
    sans-serif;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #ffffffa6;
  box-shadow: 0 8px 24px #385c4015;
  color: var(--olive);
}
.demo-cursor {
  position: absolute;
  right: -14px;
  bottom: -23px;
  font-size: 34px;
  color: var(--ink);
  text-shadow: 1px 1px white;
}
.mention-window {
  top: 64px;
  left: 6%;
}
.glass-pill {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  padding: 13px 20px;
}
.mention-toast {
  right: 1%;
  top: 214px;
}
.agent-orb {
  width: 34px;
  height: 34px;
  background: var(--olive-soft);
  border: 1px solid white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--olive);
  font-size: 17px;
}
.mention-toast b {
  font-size: 13px;
  font-weight: 500;
}
.mention-toast small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.here-message {
  top: 260px;
  right: 4%;
  font-size: 14px;
}
.demo-animation mark {
  color: var(--water-ink);
  background: transparent;
  font-weight: 500;
}
.recipient-pair {
  position: absolute;
  top: 342px;
  right: 5%;
  display: flex;
  gap: 18px;
  font-size: 12px;
  color: var(--muted);
}
.recipient i {
  font-style: normal;
  color: var(--olive);
  margin-left: 4px;
}
.file-window {
  left: 10%;
  top: 50px;
  width: 80%;
}
.file-window .window-content {
  min-height: 235px;
  font-size: 13px;
}
.file-window h3 {
  font:
    500 23px/1.2 Geist,
    sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}
.file-window p {
  padding-left: 12px;
  border-left: 2px solid var(--line);
}
.file-owner {
  bottom: 38px;
  right: 6%;
  font-size: 13px;
  color: var(--olive);
  padding: 12px 19px;
}
.file-owner small {
  font-size: 12px;
  color: var(--muted);
  margin-left: 8px;
}
.file-waiter {
  position: absolute;
  bottom: 8px;
  right: 9%;
  font-size: 12px;
  color: var(--muted);
}
.demo-animation [hidden] {
  display: none !important;
}
.demo-animation [data-show-from]:not([hidden]) {
  animation: glass-arrive 0.65s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
@keyframes glass-arrive {
  from {
    opacity: 0;
    translate: 0 15px;
    scale: 0.96;
  }
  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}
.workflow-demo[data-playing='false'] .demo-animation [data-show-from] {
  animation-play-state: paused;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
@media (max-width: 899px) {
  .feature-section,
  .feature-section:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 50px;
  }
  .feature-section:nth-child(even) .feature-copy {
    order: 0;
  }
  .feature-copy {
    max-width: 580px;
  }
  .feature-copy p {
    max-width: 480px;
  }
  .workflow-demo {
    width: 100%;
    max-width: 660px;
    margin: auto;
  }
  .feature-sections {
    padding-block: 10px 40px;
  }
}
@media (max-width: 500px) {
  .feature-copy h2 {
    font-size: 36px;
  }
  .feature-copy p {
    font-size: 15px;
  }
  .demo-animation {
    height: 425px;
  }
  .glass-window {
    width: 92%;
  }
  .glass-window {
    --window-inset: 16px;
  }
  .window-chrome span {
    margin-left: 6px;
  }
  .window-content {
    padding: 18px var(--window-inset);
    font-size: 12px;
    min-height: 132px;
  }
  .mention-window {
    left: 0;
    top: 54px;
  }
  .here-message {
    right: 0;
    top: 282px;
    padding: 12px 16px;
  }
  .recipient-pair {
    right: 0;
    top: 354px;
    gap: 12px;
  }
  .file-window {
    left: 3%;
    width: 94%;
  }
  .file-window .window-content {
    font-size: 12px;
    min-height: 260px;
  }
  .file-owner {
    bottom: 22px;
    right: 0;
  }
  .file-waiter {
    bottom: -3px;
    right: 0;
  }
  .feature-section {
    padding-block: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .demo-animation [data-show-from]:not([hidden]) {
    animation: none;
  }
}
@media (prefers-contrast: more) {
  .glass-window,
  .glass-pill {
    background: #fff;
    border-color: #708575;
  }
  .window-chrome {
    border-color: #adbeb2;
  }
}
.install.wrap {
  width: min(760px, calc(100% - 80px));
  padding-block: 80px;
  border-top: 1px solid var(--line);
}
.install-heading {
  margin-bottom: 64px;
}
.install-heading h2 {
  font-size: clamp(42px, 7vw, 68px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.96;
}
.install-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.step {
  min-width: 0;
}
.step + .step {
  margin-top: 35px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.step-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
}
.step-number {
  font:
    10px/1 'Geist Mono',
    monospace;
  color: var(--olive);
}
.step h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.step > p,
.host-panel > p {
  font-size: 13px;
  color: var(--muted);
  max-width: 520px;
}
.code-block {
  margin-top: 18px;
  margin-bottom: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.code-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
  min-height: 39px;
}
.code-heading button {
  font-size: 10px;
  padding: 3px 0;
}
.code-block pre {
  margin: 0;
  padding: 19px 16px;
  overflow-x: auto;
  line-height: 1.9;
  font-size: 12px;
  tab-size: 2;
  font-variant-ligatures: none;
  font-feature-settings:
    'liga' 0,
    'calt' 0;
}
.step .fine-print {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 12px;
  color: var(--muted);
}
.fine-print a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fine-print code {
  font-size: 0.95em;
}
.host-picker {
  display: flex;
  gap: 22px;
  margin-top: 21px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
.host-picker a {
  font-size: 11px;
  padding: 10px 0 12px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
}
.host-picker a[aria-selected='true'] {
  border-color: var(--olive);
  color: var(--olive-dark);
}
.host-panel {
  margin-top: 16px;
}
.host-panel .code-block {
  margin-top: 0;
}
.no-js-heading {
  font-size: 13px;
  margin-bottom: 12px;
}
.tabs-ready .no-js-heading {
  display: none;
}
.server-config {
  font-size: 11px;
  margin: 12px 0;
  padding: 12px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.server-config > div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px;
  padding: 6px 0;
}
.server-config dt {
  color: var(--muted);
}
.server-config dd {
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.7;
}
.site-footer {
  width: min(760px, calc(100% - 80px));
  gap: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-block: 28px 34px;
  font-size: 11px;
}
.site-footer p {
  font-weight: 500;
}
.site-footer p span {
  margin-left: 16px;
  color: var(--muted);
  font-weight: 400;
}
.site-footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 22px;
  color: var(--muted);
}
.copy-status {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  border-radius: 5px;
  font-size: 12px;
  background: var(--olive-dark);
  color: white;
  max-width: calc(100% - 40px);
  width: max-content;
  box-shadow: 0 3px 20px #2426230a;
}
.copy-status:not(:empty) {
  padding: 12px 20px;
}

.site-footer > a {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .chapter-heading > p {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .story-stage {
    min-height: 500px;
  }
  .story-enhanced .story-stage {
    min-height: 0;
  }
  .landing-title {
    top: 11%;
  }
  .landing-title h1 {
    font-size: clamp(72px, 17vw, 120px);
  }
  .landing-title p {
    font-size: clamp(14px, 3.8vw, 22px);
    margin-top: 12px;
  }
  .story-enhanced #story {
    height: 950svh;
  }
  .chapter-heading {
    top: 8svh;
    left: 22px;
    right: 22px;
  }
  .chapter-heading h2 {
    font-size: clamp(27px, min(8.8vw, 5svh), 56px);
    max-width: 620px;
  }
  .chapter-heading > p {
    font-size: clamp(16px, 4vw, 21px);
    max-width: 510px;
    margin-top: 18px;
  }
  .fish-bubble {
    max-width: 170px;
    padding: 10px 12px;
    font-size: 11px;
    border-radius: 9px;
  }
  .fish-bubble > span {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .terminal-bar {
    display: block;
    padding: 10px;
    font-size: 10px;
  }
  .terminal-agent {
    display: block;
    margin-top: 7px;
    font-size: 9px;
  }
  .terminal-host:before {
    margin-right: 6px;
    width: 5px;
    height: 5px;
  }
  .terminal-viewport {
    margin: 11px 10px;
  }
  .terminal-line {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .terminal-line.meta {
    font-size: 9px;
  }
  .terminal-status {
    font-size: 8px;
    padding: 8px 10px;
  }
  .terminal-status > span {
    padding-inline: 1px;
  }
  .install.wrap {
    width: calc(100% - 40px);
    padding-block: 52px;
  }
  .install-heading {
    margin-bottom: 42px;
  }
  .step h2 {
    font-size: 21px;
  }
  .step > p {
    font-size: 12px;
  }
  .step + .step {
    margin-top: 30px;
    padding-top: 27px;
  }
  .code-block pre {
    font-size: 11px;
    padding: 15px 12px;
  }
  .code-heading {
    padding-inline: 12px;
  }
  .host-picker {
    gap: 22px;
  }
  .host-picker a {
    font-size: 11px;
  }
  .site-footer {
    width: calc(100% - 40px);
    gap: 20px;
    font-size: 10px;
  }
  .site-footer > div {
    gap: 17px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-height: 600px) and (min-width: 760px) {
  .landing-title {
    top: 6%;
  }
  .landing-title h1 {
    font-size: 76px;
  }
  .landing-title p {
    font-size: 17px;
    margin-top: 8px;
  }
  .hero-install {
    margin-top: 12px;
  }
  .chapter-heading {
    top: 20px;
  }
  .chapter-heading h2 {
    font-size: 32px;
    max-width: 820px;
  }
  .chapter-heading > p {
    font-size: 17px;
    margin-top: 12px;
  }
  .fish-bubble {
    font-size: 11px;
    padding: 8px 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .fish-bubble,
  .terminal-feed {
    transition: none;
  }
}

.window-chrome i:nth-child(2) {
  background: var(--soil);
}
.window-chrome i:nth-child(3) {
  background: var(--foliage);
}
.file-window p {
  border-color: var(--soil);
  color: var(--code-soil);
}
.terminal-line.receive {
  color: var(--code-water);
}

/* Shared light terminal surfaces. */
.demo-animation .glass-window,
.install .code-block {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: 0 12px 32px #14251f10;
}
.glass-window .window-chrome,
.install .code-heading {
  background: var(--paper);
  border-bottom-color: var(--line);
  color: var(--muted);
}
.glass-window .window-chrome span,
.install .code-heading button {
  color: var(--muted);
}
.glass-window .glass-reply,
.glass-window .terminal-caret {
  color: var(--olive);
}
.glass-window mark {
  color: var(--water-ink);
}
.file-window p {
  color: var(--soil-ink);
}
.install .code-heading button:hover {
  color: var(--ink);
}
/* The bass emerge behind the terminal surfaces. */
.feature-fish-canvas {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: calc(100% + 140px);
  pointer-events: none;
  z-index: 0;
}
.demo-animation > .glass-window,
.demo-animation > .glass-pill,
.demo-animation > .recipient-pair,
.demo-animation > .file-waiter,
.demo-animation > .new-session-cue {
  z-index: 1;
}
.file-window .window-content {
  padding-top: 30px;
}
.file-window p {
  overflow-wrap: anywhere;
}
/* Leave enough space for the second bass to clear the first window. */
.scene-team {
  height: 469px;
  gap: 64px;
}
@media (max-width: 899px) {
  .feature-section,
  .feature-section:nth-child(even) {
    gap: 32px;
  }
}

/* Projected speech and tackle follow the animated fish, not fixed page coordinates. */
.workflow-demo {
  padding-top: 76px;
}
.feature-fish-canvas {
  top: -130px;
  height: calc(100% + 260px);
}
.scene-team {
  height: 529px;
  gap: 124px;
}
.fish-speech {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  white-space: nowrap;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
  color: var(--ink);
  box-shadow: 0 5px 15px #14251f0a;
  font-size: 13px;
  line-height: 1.4;
  transform: translate(-50%, -100%);
}
.fish-speech:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: var(--tail, 50%);
  width: 8px;
  height: 8px;
  background: white;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transform: rotate(45deg);
}
.fish-speech.speech-dots {
  display: flex;
  gap: 5px;
  padding: 11px 14px;
}
.speech-dots i {
  width: 5px;
  height: 5px;
  background: var(--water);
  border-radius: 50%;
}
.fish-speech[hidden] {
  display: none;
}
.fishing-tackle {
  position: absolute;
  inset: -130px 0;
  z-index: 0;
  width: 100%;
  height: calc(100% + 260px);
  pointer-events: none;
  overflow: visible;
}
.fishing-tackle path {
  fill: none;
  stroke: var(--soil);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fishing-tackle .hook {
  stroke-width: 2.2;
}
.here-message.fish-speech {
  right: auto;
  width: max-content;
  max-width: calc(100% - 12px);
}
.story-terminal {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
.terminal-bar {
  background: var(--paper);
  border-color: var(--line);
}
.terminal-agent,
.terminal-line.meta,
.terminal-status,
.terminal-status > span {
  color: var(--muted);
}
.terminal-status {
  border-color: var(--line);
}
.terminal-line.receive {
  color: var(--water-ink);
}
.terminal-line.file,
.terminal-line.ticket {
  color: var(--soil-ink);
}
.terminal-line.task {
  color: var(--ink);
}
.here-message.fish-speech {
  left: 60%;
}
.fishing-tackle {
  z-index: 1;
  overflow: hidden;
}
.demo-animation > .glass-window {
  z-index: 2;
}

/* Thin glass chrome with a quiet surface and a clear rim; no background glow. */
.demo-animation .glass-window {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 248, 0.86));
  border: 1px solid rgba(210, 221, 215, 0.72);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 #ffffffc0,
    0 12px 30px #203b2d0d;
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}
.glass-window .window-chrome {
  background: rgba(244, 248, 245, 0.55);
  border-bottom-color: rgba(220, 230, 224, 0.65);
}
.window-chrome i {
  width: 11px;
  height: 11px;
}
.fishing-tackle .fishing-line {
  stroke: #7a887e;
  stroke-width: 1.1;
}
.fishing-tackle .lure-body {
  fill: var(--water);
  stroke: var(--soil);
  stroke-width: 1.4;
}
.fishing-tackle .lure-flash {
  fill: var(--foliage);
  stroke: none;
}
.fishing-tackle .lure-shine {
  stroke: white;
  stroke-opacity: 0.85;
  stroke-width: 1.4;
}
.fishing-tackle .lure-ring {
  fill: none;
  stroke: #7a887e;
  stroke-width: 1.4;
}
@media (prefers-contrast: more) {
  .demo-animation .glass-window {
    background: white;
    border-color: var(--muted);
  }
}
