:root {
  --canvas: #f3f2ed;
  --canvas-deep: #ebece6;
  --surface: #fafaf7;
  --raised: #ffffff;
  --ink: #1c211d;
  --ink-soft: #535d55;
  --muted: #7d877f;
  --hairline: #d8dcd6;
  --moss: #4f6b57;
  --moss-light: #dce6de;
  --moss-dark: #31483a;
  --clay: #ad6748;
  --slate: #66747e;
  --ochre: #b18a3d;
  --shadow: 0 40px 100px rgba(45, 53, 46, 0.17), 0 6px 22px rgba(45, 53, 46, 0.1);
  --display: "Avenir Next", Avenir, "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", sans-serif;
  --mono: "SFMono-Regular", Menlo, Consolas, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(65, 112, 86, 0.36);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 99px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.shell-wide {
  width: min(1460px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease;
}

.site-header.scrolled {
  border-color: rgba(92, 104, 95, 0.15);
  background: rgba(243, 242, 237, 0.82);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  backdrop-filter: blur(24px) saturate(130%);
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(79, 107, 87, 0.15);
  border-radius: 9px;
  box-shadow: 0 3px 12px rgba(41, 54, 45, 0.1);
  place-items: center;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 520;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--moss);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-download {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(63, 78, 67, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  font-size: 14px;
  font-weight: 620;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-download:hover {
  background: white;
  box-shadow: 0 7px 22px rgba(52, 65, 55, 0.09);
  transform: translateY(-1px);
}

.nav-download svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.nav-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 1300px;
  overflow: hidden;
  padding-top: 172px;
}

.hero::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1550px;
  height: 880px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 252, 244, 0.9), transparent 42%),
    radial-gradient(circle at 78% 28%, rgba(216, 229, 218, 0.72), transparent 34%);
  content: "";
  transform: translateX(-50%);
}

.hero-glow {
  position: absolute;
  top: 370px;
  left: 50%;
  width: 1000px;
  height: 740px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210, 223, 212, 0.72), rgba(235, 232, 217, 0.28) 48%, transparent 70%);
  filter: blur(20px);
  transform: translateX(-50%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

.eyebrow {
  margin: 0 0 21px;
  color: var(--moss);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 950px;
  margin: 0 auto;
  font-size: clamp(64px, 8.2vw, 124px);
  font-weight: 560;
  letter-spacing: -0.074em;
  line-height: 0.88;
}

.hero-line {
  white-space: nowrap;
}

.hero-line-secondary {
  color: var(--moss);
}

.hero-summary {
  max-width: 780px;
  margin: 38px auto 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 430;
  letter-spacing: -0.025em;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 630;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--moss-dark);
  color: white;
  box-shadow: 0 9px 25px rgba(47, 71, 56, 0.22), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.button-primary:hover {
  background: #263f30;
  box-shadow: 0 13px 32px rgba(47, 71, 56, 0.28), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.button-quiet {
  border-color: rgba(51, 66, 55, 0.17);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.button-quiet:hover {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 9px 25px rgba(47, 71, 56, 0.08);
}

.button-quiet svg {
  width: 16px;
}

.hero-meta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}

.hero-meta > i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9ca49e;
}

.download-count {
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid #a8b1aa;
  background: transparent;
  color: var(--moss);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

.stats-popover {
  position: absolute;
  z-index: 8;
  top: 34px;
  left: 50%;
  width: min(500px, calc(100vw - 38px));
  padding: 25px 25px 17px;
  border: 1px solid rgba(88, 106, 92, 0.21);
  border-radius: 20px;
  background: rgba(250, 250, 247, 0.96);
  box-shadow: 0 25px 70px rgba(57, 70, 60, 0.2);
  text-align: left;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.stats-popover[hidden] {
  display: none;
}

.stats-heading,
.stats-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stats-heading span,
.stats-heading strong,
.stats-dates {
  font-weight: 500;
  color: var(--muted);
}

.sparkline {
  width: 100%;
  height: auto;
  margin-top: 15px;
  overflow: visible;
}

.chart-area {
  fill: url(#chart-fill);
}

.chart-line {
  fill: none;
  stroke: #47735a;
  stroke-linecap: round;
  stroke-width: 3;
}

.chart-dots circle {
  fill: #47735a;
}

.stats-popover p {
  margin: 15px 0 0;
  padding-top: 13px;
  border-top: 1px solid var(--hairline);
  color: #9ca39e;
  font-size: 10px;
}

.hero-reveal {
  opacity: 0;
  animation: hero-in 900ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.hero-reveal:nth-child(2) { animation-delay: 90ms; }
.hero-reveal:nth-child(3) { animation-delay: 180ms; }
.hero-reveal:nth-child(4) { animation-delay: 270ms; }
.hero-reveal:nth-child(5) { animation-delay: 340ms; }

@keyframes hero-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-stage {
  position: relative;
  z-index: 1;
  margin-top: 98px;
  animation-delay: 420ms;
  perspective: 1600px;
}

.stage-halo {
  position: absolute;
  top: 14%;
  left: 50%;
  width: 85%;
  height: 65%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  filter: blur(58px);
  transform: translateX(-50%);
}

.app-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(72, 85, 74, 0.2);
  border-radius: 22px;
  background: #f9faf8;
  box-shadow: var(--shadow);
  transform: rotateX(1.6deg);
  transform-origin: 50% 100%;
}

.window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 55px;
  padding: 0 18px;
  border-bottom: 1px solid #dce0db;
  background: rgba(245, 246, 243, 0.94);
}

.traffic-lights {
  display: flex;
  gap: 8px;
}

.traffic-lights i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff5f57;
  box-shadow: 20px 0 #febc2e, 40px 0 #28c840;
}

.window-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.mini-mark {
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 6px;
}

.mini-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.window-title span:last-child {
  color: var(--muted);
}

.window-status {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
}

.window-status i,
.connection i,
.working-label i,
.local-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5b8a67;
  box-shadow: 0 0 0 4px rgba(91, 138, 103, 0.1);
}

.app-layout {
  display: grid;
  grid-template-columns: 224px minmax(510px, 1fr) 310px;
  height: 696px;
}

.chat-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 13px 14px;
  border-right: 1px solid #dde1dc;
  background: #eef1ed;
}

.sidebar-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 13px;
}

.sidebar-brand strong {
  font-size: 17px;
}

.sidebar-brand button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  font-size: 21px;
}

.side-label {
  margin: 10px 8px 8px;
  color: #879089;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.chat-row {
  display: grid;
  grid-template-columns: 31px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 8px;
  border-radius: 10px;
}

.chat-row.active {
  background: rgba(75, 105, 85, 0.12);
}

.chat-icon {
  display: grid;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(77, 99, 83, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--moss);
  place-items: center;
}

.chat-row strong,
.chat-row small {
  display: block;
}

.chat-row strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-row small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--clay);
  box-shadow: 0 0 0 4px rgba(173, 103, 72, 0.1);
}

.team-label {
  margin-top: 22px;
}

.team-stack {
  display: flex;
  align-items: center;
  padding: 5px 8px;
}

.avatar,
.message-avatar,
.relay-orb {
  display: grid;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: white;
  font-weight: 650;
}

.avatar {
  width: 28px;
  height: 28px;
  margin-left: -5px;
  font-size: 10px;
}

.team-stack > .avatar:first-child {
  margin-left: 0;
}

.moss { background: var(--moss); }
.clay { background: var(--clay); }
.slate { background: var(--slate); }
.ochre { background: var(--ochre); }

.team-copy {
  margin-left: 8px;
}

.team-copy strong,
.team-copy small {
  display: block;
}

.team-copy strong { font-size: 11px; }
.team-copy small { margin-top: 2px; color: var(--muted); font-size: 8px; }

.connection {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 8px 0;
  color: #66736a;
  font-size: 9px;
}

.transcript {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fbfcfa;
}

.transcript-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 61px;
  padding: 0 20px;
  border-bottom: 1px solid #e3e6e2;
}

.transcript-head div:first-child strong,
.transcript-head div:first-child span {
  display: block;
}

.transcript-head strong { font-size: 13px; }
.transcript-head span { margin-top: 3px; color: var(--muted); font-family: var(--mono); font-size: 8px; }

.head-avatars {
  display: flex;
}

.head-avatars .avatar { width: 25px; height: 25px; }

.messages {
  flex: 1;
  overflow: hidden;
  padding: 24px 30px 110px;
}

.message {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 12px;
  max-width: 650px;
  margin: 0 auto 22px;
}

.message-avatar {
  width: 34px;
  height: 34px;
  border: 0;
  font-size: 11px;
}

.user-avatar {
  background: #252b26;
}

.message header {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 22px;
}

.message header strong { font-size: 12px; }
.message header em { padding: 3px 6px; border-radius: 4px; background: #eef0ed; color: var(--muted); font-family: var(--mono); font-size: 7px; font-style: normal; }
.message header time { margin-left: auto; color: #9ca39d; font-family: var(--mono); font-size: 8px; }
.message p { margin: 6px 0 0; color: #475049; font-size: 12px; line-height: 1.55; }

.user-message > div:last-child {
  padding: 12px 14px 13px;
  border: 1px solid #e0e4df;
  border-radius: 4px 13px 13px 13px;
  background: white;
  box-shadow: 0 3px 12px rgba(39, 52, 43, 0.035);
}

.handoff-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  max-width: 650px;
  margin: 20px auto 24px;
}

.handoff-line span { height: 1px; background: #e4e7e3; }
.handoff-line b { color: #9aa19b; font-family: var(--mono); font-size: 7px; font-weight: 500; text-transform: uppercase; }

.message-actions {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.message-actions span {
  padding: 4px 7px;
  border-radius: 6px;
  background: #eef3ef;
  color: var(--moss);
  font-family: var(--mono);
  font-size: 7px;
}

.compact-message {
  margin-bottom: 19px;
  padding-top: 14px;
  border-top: 1px solid #e8ebe7;
}

.progress-track {
  width: 63%;
  height: 3px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 99px;
  background: #e7ebe7;
}

.progress-track span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--clay), #d39c80);
  animation: progress-breathe 2.2s ease-in-out infinite alternate;
}

@keyframes progress-breathe {
  to { width: 84%; }
}

.working-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: #8d958f;
  font-family: var(--mono);
  font-size: 7px;
}

.working-label i { width: 5px; height: 5px; background: var(--clay); box-shadow: 0 0 0 3px rgba(173, 103, 72, 0.1); }

.review-message { opacity: 0.8; }

.composer {
  position: absolute;
  right: 25px;
  bottom: 21px;
  left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding: 10px 11px 10px 18px;
  border: 1px solid #dce1dc;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 35px rgba(44, 57, 47, 0.08);
  color: #9ba19d;
  font-size: 11px;
}

.composer div { display: flex; align-items: center; gap: 8px; }
.composer kbd { color: #a5aba7; font-family: var(--mono); font-size: 7px; }
.composer button { width: 35px; height: 35px; border: 0; border-radius: 10px; background: var(--moss-dark); color: white; cursor: pointer; font-size: 17px; }

.artifact-pane {
  border-left: 1px solid #dde1dc;
  background: #f5f6f3;
}

.artifact-tabs {
  display: flex;
  align-items: end;
  height: 61px;
  padding: 0 14px;
  border-bottom: 1px solid #dfe3de;
}

.artifact-tabs button {
  height: 100%;
  padding: 0 11px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
}

.artifact-tabs button.selected { border-color: var(--moss); color: var(--ink); font-weight: 650; }
.artifact-tabs span { margin: auto 4px auto auto; color: #9aa19b; letter-spacing: 2px; }

.artifact-body { padding: 22px 21px; }
.file-meta { display: flex; align-items: center; gap: 10px; }
.file-meta > span { display: grid; width: 30px; height: 34px; border: 1px solid #d6ddd7; border-radius: 6px; background: white; color: var(--moss); font-family: var(--mono); place-items: center; }
.file-meta strong, .file-meta small { display: block; }
.file-meta strong { font-size: 10px; }
.file-meta small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.doc-kicker { margin: 39px 0 10px; color: var(--clay); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: 0.13em; }
.artifact-body h2 { margin: 0; font-size: 27px; font-weight: 560; letter-spacing: -0.05em; line-height: 1.03; }
.doc-lede { margin: 14px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.doc-rule { height: 1px; margin: 25px 0; background: #dfe3de; }
.artifact-body h3 { margin: 0 0 15px; font-size: 11px; }
.artifact-body ul { margin: 0; padding: 0; list-style: none; }
.artifact-body li { display: grid; grid-template-columns: 9px 1fr; gap: 9px; margin-bottom: 15px; }
.artifact-body li > i { width: 7px; height: 7px; margin-top: 3px; border: 1.5px solid #71907a; border-radius: 50%; }
.artifact-body li strong, .artifact-body li small { display: block; }
.artifact-body li strong { font-size: 9px; }
.artifact-body li small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.35; }
.artifact-footer { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 13px; border-top: 1px solid #dfe3de; color: var(--muted); font-family: var(--mono); font-size: 7px; }

.stage-caption {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 27px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
}

.stage-caption span:first-child::after {
  margin-left: 12px;
  content: "•";
}

.real-product {
  position: relative;
  margin: 0;
}

.real-window-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(72, 85, 74, 0.2);
  border-radius: 22px;
  background: #eef0ed;
  box-shadow: var(--shadow);
  transform: rotateX(1.4deg);
  transform-origin: 50% 100%;
}

.real-window-frame::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  content: "";
  pointer-events: none;
}

.real-window-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.real-product figcaption {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 27px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
}

.real-product figcaption span:first-child::after {
  margin-left: 12px;
  content: "•";
}

.product-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 268px;
  gap: 22px;
  width: min(1240px, 100%);
  margin-inline: auto;
  padding: 16px;
  border: 1px solid rgba(72, 85, 74, 0.14);
  border-radius: 28px;
  background: rgba(248, 248, 244, 0.68);
  box-shadow: 0 28px 80px rgba(45, 53, 46, 0.11);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.product-gallery:focus-visible {
  outline: 3px solid rgba(65, 112, 86, 0.3);
  outline-offset: 7px;
}

.product-gallery-main {
  position: relative;
  min-width: 0;
}

.product-gallery-stack {
  display: grid;
}

.product-scene {
  grid-area: 1 / 1;
  min-width: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.995);
  transition: opacity 420ms ease, transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0s linear 420ms;
  visibility: hidden;
}

.product-scene.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
  visibility: visible;
}

.product-scene-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  cursor: zoom-in;
}

.product-scene .real-window-frame {
  display: block;
  border-radius: 18px;
  box-shadow: 0 24px 62px rgba(45, 53, 46, 0.16), 0 4px 15px rgba(45, 53, 46, 0.08);
  transform: none;
}

.product-scene-zoom:hover .real-window-frame img {
  filter: saturate(1.02) contrast(1.01);
  transform: scale(1.004);
}

.product-scene .real-window-frame img {
  transition: filter 220ms ease, transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-scene figcaption {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 3px 17px;
  min-height: 82px;
  padding: 16px 18px 4px;
  text-align: left;
}

.product-scene figcaption > span {
  grid-row: 1 / span 2;
  color: var(--moss);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product-scene figcaption strong {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.product-scene figcaption small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.product-gallery-nav {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(72, 85, 74, 0.16);
  border-radius: 99px;
  background: rgba(249, 249, 246, 0.88);
  box-shadow: 0 8px 25px rgba(37, 48, 40, 0.12);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.product-gallery-nav button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  color: var(--ink-soft);
  font-size: 15px;
  place-items: center;
  transition: color 160ms ease, background 160ms ease;
}

.product-gallery-nav button:hover {
  background: var(--moss-light);
  color: var(--moss-dark);
}

.product-gallery-nav span {
  min-width: 52px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  text-align: center;
}

.product-gallery-scenes {
  display: grid;
  align-content: center;
  gap: 12px;
}

.product-gallery-choice {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 84px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.product-gallery-choice:hover {
  border-color: rgba(79, 107, 87, 0.12);
  background: rgba(255, 255, 255, 0.52);
  transform: translateX(-2px);
}

.product-gallery-choice.is-active {
  border-color: rgba(79, 107, 87, 0.2);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(45, 53, 46, 0.08);
}

.product-gallery-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(72, 85, 74, 0.13);
  border-radius: 10px;
  background: var(--canvas-deep);
}

.product-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  filter: saturate(0.76) contrast(0.96);
  transition: filter 180ms ease, transform 260ms ease;
}

.product-gallery-choice:hover .product-gallery-thumb img,
.product-gallery-choice.is-active .product-gallery-thumb img {
  filter: none;
  transform: scale(1.025);
}

.product-gallery-choice-copy,
.product-gallery-choice-copy strong,
.product-gallery-choice-copy small,
.product-gallery-choice-copy em {
  display: block;
  min-width: 0;
}

.product-gallery-choice-copy small {
  color: var(--moss);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product-gallery-choice-copy strong {
  margin-top: 6px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-gallery-choice-copy em {
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 7px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-lightbox {
  width: min(1500px, calc(100vw - 46px));
  max-width: none;
  max-height: calc(100dvh - 46px);
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 40px 120px rgba(17, 24, 19, 0.38);
}

.product-lightbox::backdrop {
  background: rgba(22, 29, 24, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.product-lightbox[open] {
  animation: product-lightbox-in 220ms ease-out both;
}

@keyframes product-lightbox-in {
  from { opacity: 0; transform: translateY(10px) scale(0.99); }
}

.product-lightbox figure {
  margin: 0;
}

.product-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100dvh - 108px);
  border-radius: 20px 20px 0 0;
  object-fit: contain;
}

.product-lightbox figcaption {
  padding: 14px 20px 16px;
  border-top: 1px solid var(--hairline);
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.product-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(24, 30, 26, 0.72);
  color: white;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  place-items: center;
}

.section {
  position: relative;
  padding: 150px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-title,
.native-copy h2,
.local-copy h2,
.closing-copy h2 {
  margin: 0;
  font-size: clamp(50px, 6.3vw, 92px);
  font-weight: 550;
  letter-spacing: -0.068em;
  line-height: 0.98;
}

.section-title span {
  color: var(--moss);
}

.section-summary {
  max-width: 620px;
  margin: 32px 0 0 auto;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.55;
}

.story,
.features {
  padding-top: 190px;
  background: linear-gradient(180deg, var(--canvas) 0%, #f8f7f2 100%);
}

.features {
  padding-bottom: 180px;
}

.feature-number {
  color: var(--moss);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.09em;
}

.feature-routing {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: 70px;
  margin-top: 100px;
  padding: 72px;
  border: 1px solid rgba(72, 93, 78, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 30px 90px rgba(57, 72, 61, 0.08), 0 1px 0 white inset;
}

.routing-copy h3,
.modes-heading h3,
.remote-copy h3 {
  margin: 18px 0 0;
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 1;
}

.routing-copy > p {
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.routing-copy ul {
  display: grid;
  gap: 11px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.routing-copy li {
  position: relative;
  padding-left: 21px;
  color: #58645b;
  font-size: 13px;
}

.routing-copy li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--moss);
  border-radius: 50%;
  content: "";
}

.routing-map {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(92, 112, 98, 0.2);
  border-radius: 25px;
  background:
    radial-gradient(circle at 48% 48%, rgba(91, 126, 102, 0.12), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 242, 237, 0.92));
  box-shadow: 0 22px 55px rgba(49, 65, 54, 0.08), 0 1px 0 white inset;
}

.routing-map::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(72, 96, 79, 0.11) 0.7px, transparent 0.8px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, black 24%, black 72%, transparent);
  opacity: 0.3;
}

.route-map-head,
.route-map-foot,
.route-lanes {
  position: relative;
  z-index: 2;
}

.route-map-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(86, 108, 93, 0.12);
  color: var(--moss);
  font-family: var(--mono);
}

.route-map-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.route-map-head span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5f8b6c;
  box-shadow: 0 0 0 5px rgba(95, 139, 108, 0.1);
}

.route-map-head small {
  color: #8a948c;
  font-size: 7px;
  letter-spacing: 0.04em;
}

.route-lanes {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 25px;
  min-height: 326px;
  padding: 44px 22px 45px;
}

.route-wire {
  position: absolute;
  z-index: 0;
  inset: 35px 0 38px;
  width: 100%;
  height: calc(100% - 73px);
  overflow: visible;
}

.route-wire path {
  fill: none;
  stroke: rgba(104, 126, 111, 0.34);
  stroke-linecap: round;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.route-wire .route-wire-flow {
  stroke-width: 2.1;
  stroke-dasharray: 9 9;
  opacity: 0.85;
  animation: route-flow 4s linear infinite;
}

.route-wire .flow-in { stroke: var(--moss); }
.route-wire .flow-build { stroke: var(--clay); animation-delay: -1.2s; }
.route-wire .flow-review { stroke: var(--slate); animation-delay: -2.4s; }

@keyframes route-flow {
  to { stroke-dashoffset: -36; }
}

.route-wire-dot {
  filter: drop-shadow(0 0 5px currentColor) drop-shadow(0 0 2px currentColor);
}

.dot-in { fill: var(--moss); color: var(--moss); }
.dot-build { fill: var(--clay); color: var(--clay); }
.dot-review { fill: var(--slate); color: var(--slate); }

.route-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.route-step {
  display: block;
  margin: 0 0 10px 3px;
  color: #879088;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.origin-card,
.lead-card,
.specialist-card {
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(50, 66, 55, 0.09);
}

.origin-card {
  position: relative;
  min-height: 146px;
  padding: 22px 19px;
  border: 1px solid rgba(92, 111, 98, 0.19);
  border-radius: 7px 21px 21px 21px;
  background: rgba(255, 255, 255, 0.9);
}

.origin-card small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
}

.origin-card p {
  margin: 15px 0 36px;
  font-size: 14px;
  line-height: 1.45;
}

.intent-pill {
  position: absolute;
  bottom: 16px;
  left: 18px;
  padding: 5px 8px;
  border-radius: 99px;
  background: #eef2ed;
  color: #647369;
  font-family: var(--mono);
  font-size: 7px;
}

.lead-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 184px;
  padding: 20px 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, #334a3b, #24382c);
  color: white;
  box-shadow: 0 20px 48px rgba(42, 62, 48, 0.27), 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.lead-mark {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 13px;
  font-weight: 700;
  place-items: center;
}

.lead-card strong,
.lead-card small,
.specialist-card strong,
.specialist-card small {
  display: block;
}

.lead-card strong { font-size: 11px; }
.lead-card small { margin-top: 4px; color: #aab9ae; font-family: var(--mono); font-size: 7px; }

.lead-status {
  position: absolute;
  top: 20px;
  right: 17px;
  display: grid;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(143, 187, 153, 0.09);
  place-items: center;
}

.lead-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8fbb99;
}

.lead-card p {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #c2cec5;
  font-size: 9px;
  line-height: 1.55;
}

.route-specialists {
  display: grid;
  gap: 12px;
}

.route-specialists .route-step {
  margin-bottom: -1px;
}

.specialist-card {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 77px;
  padding: 12px;
  border: 1px solid rgba(92, 111, 98, 0.18);
  background: rgba(255, 255, 255, 0.86);
}

.specialist-card > span {
  display: grid;
  width: 35px;
  height: 35px;
  border-radius: 11px;
  color: white;
  font-size: 10px;
  font-weight: 700;
  place-items: center;
}

.builder-card > span { background: var(--clay); }
.reviewer-card > span { background: var(--slate); }
.specialist-card strong { font-size: 10px; }
.specialist-card small { margin-top: 4px; color: var(--muted); font-family: var(--mono); font-size: 6px; }

.specialist-card b {
  padding: 5px 7px;
  border-radius: 99px;
  background: #eff2ee;
  color: #718077;
  font-family: var(--mono);
  font-size: 6px;
  font-weight: 600;
}

.route-map-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 56px;
  border-top: 1px solid rgba(86, 108, 93, 0.12);
  color: #7d8780;
  font-family: var(--mono);
  font-size: 6px;
}

.route-map-foot span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.route-map-foot i {
  width: 13px;
  height: 2px;
  border-radius: 99px;
}

.foot-route { background: var(--moss); }
.foot-assign { background: var(--clay); }
.foot-return { background: var(--slate); }

.feature-modes {
  margin-top: 28px;
  padding: 84px 72px 72px;
  border-radius: 34px;
  background: #1d231e;
  color: #f1f4f1;
  box-shadow: 0 35px 100px rgba(35, 46, 38, 0.18);
}

.feature-modes .feature-number,
.feature-remote .feature-number {
  color: #9bb6a2;
}

.modes-heading h3 {
  max-width: 900px;
}

.mode-panels {
  display: grid;
  grid-template-columns: 1fr 62px 1fr;
  align-items: stretch;
  margin-top: 60px;
}

.mode-panel {
  padding: 30px;
  border: 1px solid rgba(220, 230, 222, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.mode-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mode-title > span {
  display: grid;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  color: #b9d0bf;
  font-family: var(--mono);
  font-size: 15px;
  place-items: center;
}

.native-mode .mode-title > span {
  color: #df9a78;
}

.mode-title strong,
.mode-title small {
  display: block;
}

.mode-title strong {
  font-size: 16px;
}

.mode-title small {
  margin-top: 4px;
  color: #89948c;
  font-family: var(--mono);
  font-size: 8px;
}

.mode-panel > p {
  min-height: 72px;
  margin: 24px 0 0;
  color: #acb5ae;
  font-size: 14px;
  line-height: 1.65;
}

.injection-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 68px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.12);
}

.injection-row span {
  flex: 1;
  padding: 9px 7px;
  border-radius: 8px;
  background: rgba(151, 183, 159, 0.1);
  color: #c7d7cb;
  font-family: var(--mono);
  font-size: 8px;
  text-align: center;
}

.injection-row i {
  color: #6e7c71;
  font-style: normal;
}

.session-card {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 11px;
  min-height: 68px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.12);
}

.session-mark {
  display: grid;
  width: 41px;
  height: 41px;
  border-radius: 10px;
  background: rgba(209, 129, 91, 0.13);
  color: #df9a78;
  font-family: var(--mono);
  place-items: center;
}

.session-card strong,
.session-card small {
  display: block;
}

.session-card strong {
  font-size: 11px;
}

.session-card small {
  margin-top: 4px;
  color: #89948c;
  font-family: var(--mono);
  font-size: 7px;
}

.session-card b {
  padding: 5px 7px;
  border-radius: 99px;
  background: rgba(111, 151, 120, 0.12);
  color: #a6c1ad;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 500;
}

.mode-panel footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #7e8a81;
  font-family: var(--mono);
  font-size: 8px;
}

.mode-panel footer i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #789a80;
}

.mode-divider {
  display: grid;
  place-items: center;
}

.mode-divider span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  color: #6f7a72;
  font-family: var(--mono);
  font-size: 8px;
  place-items: center;
}

.feature-remote {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.75fr);
  align-items: center;
  min-height: 720px;
  margin-top: 28px;
  overflow: hidden;
  padding: 76px 72px;
  border: 1px solid rgba(70, 92, 76, 0.12);
  border-radius: 34px;
  background: #e4eae3;
}

.feature-remote .feature-number {
  color: var(--moss);
}

.coming-soon {
  display: inline-flex;
  margin-left: 9px;
  padding: 5px 9px;
  border-radius: 99px;
  background: rgba(79, 107, 87, 0.1);
  color: var(--moss);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.remote-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.remote-copy > p {
  max-width: 560px;
  margin: 27px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.remote-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.remote-points span {
  padding: 9px 12px;
  border: 1px solid rgba(79, 107, 87, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.45);
  color: #526159;
  font-family: var(--mono);
  font-size: 8px;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: 570px;
  place-items: center;
}

.phone-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  filter: blur(45px);
}

.iphone {
  position: relative;
  z-index: 2;
  width: 285px;
  min-height: 570px;
  overflow: hidden;
  padding: 19px 17px 17px;
  border: 8px solid #202521;
  border-radius: 48px;
  background: #f5f6f3;
  box-shadow: 0 38px 80px rgba(46, 62, 51, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  transform: rotate(4deg);
}

.dynamic-island {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 82px;
  height: 23px;
  border-radius: 99px;
  background: #181b19;
  transform: translateX(-50%);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 0 9px;
  font-family: var(--mono);
  font-size: 7px;
}

.phone-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfe3de;
}

.phone-app-mark {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--moss);
  color: white;
  font-size: 11px;
  font-weight: 700;
  place-items: center;
}

.phone-title strong,
.phone-title small {
  display: block;
}

.phone-title strong {
  font-size: 10px;
}

.phone-title small {
  margin-top: 3px;
  color: #7f8981;
  font-family: var(--mono);
  font-size: 6px;
}

.phone-message {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  margin-top: 24px;
}

.phone-message span {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--moss);
  color: white;
  font-size: 8px;
  font-weight: 700;
  place-items: center;
}

.phone-message p {
  margin: 0;
  padding: 10px;
  border: 1px solid #dce1dc;
  border-radius: 4px 11px 11px 11px;
  background: white;
  color: #4c574f;
  font-size: 8px;
  line-height: 1.45;
}

.phone-question {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #cbd8ce;
  border-radius: 15px;
  background: #edf3ee;
}

.phone-question small {
  color: var(--moss);
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: 0.08em;
}

.phone-question strong {
  display: block;
  margin-top: 9px;
  font-size: 10px;
  line-height: 1.4;
}

.phone-question div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 13px;
}

.phone-question button {
  min-height: 32px;
  border: 1px solid #bac8bd;
  border-radius: 8px;
  background: white;
  color: var(--moss-dark);
  font-size: 8px;
  font-weight: 650;
}

.phone-question button:first-child {
  border-color: var(--moss);
  background: var(--moss);
  color: white;
}

.phone-composer {
  position: absolute;
  right: 15px;
  bottom: 16px;
  left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  padding: 7px 8px 7px 13px;
  border: 1px solid #d8ddd8;
  border-radius: 14px;
  background: white;
  color: #979e98;
  font-size: 7px;
}

.phone-composer span {
  display: grid;
  width: 29px;
  height: 29px;
  border-radius: 8px;
  background: var(--moss-dark);
  color: white;
  font-size: 13px;
  place-items: center;
}

.feature-marketplace {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  align-items: center;
  min-height: 760px;
  margin-top: 28px;
  overflow: hidden;
  padding: 76px 72px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 20%, rgba(120, 156, 129, 0.19), transparent 28%),
    radial-gradient(circle at 9% 86%, rgba(171, 103, 72, 0.11), transparent 26%),
    #19211b;
  color: #f1f3ef;
  box-shadow: 0 35px 100px rgba(35, 46, 38, 0.18), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.feature-marketplace::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 70px 70px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, black 35%, black 80%, transparent);
  opacity: 0.65;
  pointer-events: none;
}

.marketplace-feature-copy,
.package-vignette {
  position: relative;
  z-index: 2;
}

.feature-marketplace .feature-number {
  color: #9eb4a4;
}

.marketplace-feature-copy h3 {
  margin: 19px 0 0;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 520;
  letter-spacing: -0.072em;
  line-height: 0.91;
}

.marketplace-feature-copy > p {
  max-width: 520px;
  margin: 30px 0 0;
  color: #b8c2bb;
  font-size: 16px;
  line-height: 1.65;
}

.marketplace-package-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 31px;
  color: #79857d;
  font-family: var(--mono);
  font-size: 8px;
}

.marketplace-package-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #56625a;
}

.marketplace-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  margin-top: 38px;
  padding: 0 7px 0 17px;
  border: 1px solid rgba(211, 224, 214, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.055);
  color: #e8ede9;
  font-size: 12px;
  font-weight: 600;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.marketplace-feature-link span {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e9eee9;
  color: var(--moss-dark);
  font-size: 14px;
  place-items: center;
}

.marketplace-feature-link:hover {
  border-color: rgba(211, 224, 214, 0.27);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

.package-vignette {
  min-height: 560px;
  perspective: 1100px;
}

.package-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(173, 197, 178, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 390px; height: 390px; }

.package-sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(330px, 72vw);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.26);
}

.sheet-back {
  min-height: 280px;
  padding: 28px;
  background: #2a332c;
  color: #8d9c92;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  transform: translate(-40%, -57%) rotate(13deg);
}

.sheet-back i {
  display: block;
  width: 65%;
  height: 8px;
  margin-top: 25px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
}

.sheet-back i:nth-of-type(2) { width: 85%; }
.sheet-back i:nth-of-type(3) { width: 52%; }

.sheet-middle {
  min-height: 310px;
  padding: 30px;
  background: #eee8dc;
  color: #536057;
  transform: translate(-57%, -52%) rotate(-8deg);
}

.sheet-middle span {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.sheet-middle strong {
  display: block;
  margin-top: 180px;
  color: #778279;
  font-size: 12px;
  font-weight: 550;
}

.sheet-front {
  min-height: 360px;
  padding: 32px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), #f2f1ec);
  color: var(--ink);
  transform: translate(-50%, -50%) rotate(1.5deg);
}

.vignette-mark {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 56px;
  border-radius: 19px;
  background: var(--moss-dark);
  color: white;
  font-size: 20px;
  font-weight: 680;
  box-shadow: 0 14px 30px rgba(47, 72, 56, 0.24);
  place-items: center;
}

.sheet-front small {
  color: var(--moss);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.sheet-front strong {
  display: block;
  margin-top: 9px;
  font-size: 23px;
  letter-spacing: -0.04em;
}

.sheet-front p {
  margin: 12px 0 25px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.sheet-front footer {
  display: flex;
  gap: 7px;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
}

.sheet-front footer span {
  padding: 5px 8px;
  border-radius: 99px;
  background: #e7ece7;
  color: #68766c;
  font-family: var(--mono);
  font-size: 7px;
}

.relay {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 105px;
  padding-top: 20px;
}

.relay-beam {
  position: absolute;
  top: 93px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: #cfd5d0;
}

.relay-beam i {
  position: absolute;
  top: -2px;
  left: 0;
  width: 42%;
  height: 5px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--moss), transparent);
  filter: blur(1px);
  animation: relay-flow 5s ease-in-out infinite;
}

@keyframes relay-flow {
  0% { left: -12%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { left: 74%; opacity: 0; }
}

.relay-node {
  position: relative;
  z-index: 2;
  min-height: 260px;
  padding: 0 18px;
  text-align: center;
}

.node-index {
  display: block;
  margin-bottom: 23px;
  color: #99a19a;
  font-family: var(--mono);
  font-size: 9px;
}

.relay-orb {
  width: 78px;
  height: 78px;
  margin: 0 auto 29px;
  border: 7px solid #f8f7f2;
  box-shadow: 0 0 0 1px #cad1cb, 0 13px 28px rgba(54, 68, 57, 0.11);
  font-size: 18px;
}

.user-orb {
  background: #272d28;
}

.artifact-orb {
  background: white;
  color: var(--moss);
  font-family: var(--mono);
}

.orb-stack {
  display: flex;
  justify-content: center;
  width: 105px;
  margin: 0 auto 29px;
}

.orb-stack .relay-orb {
  width: 78px;
  margin: 0 -24px 0 0;
}

.orb-stack .relay-orb:last-child {
  margin-right: 0;
}

.relay-node strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.relay-node p {
  max-width: 210px;
  margin: 9px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.native-section {
  min-height: 870px;
  overflow: hidden;
  background: #191e1a;
  color: #f2f4f0;
  text-align: center;
}

.native-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, black 28%, black 72%, transparent);
}

.native-glow {
  position: absolute;
  top: -210px;
  left: 50%;
  width: 900px;
  height: 680px;
  border-radius: 50%;
  background: rgba(116, 151, 125, 0.18);
  filter: blur(80px);
  transform: translateX(-50%);
}

.native-copy {
  position: relative;
  z-index: 2;
}

.native-copy .eyebrow { color: #96b39e; }
.native-copy h2 { max-width: 930px; margin-inline: auto; }
.native-copy > p:not(.eyebrow) { max-width: 690px; margin: 30px auto 0; color: #aeb7b0; font-size: 19px; line-height: 1.6; }

.runtime-row {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  max-width: 920px;
  margin: 92px auto 0;
  padding: 39px 30px;
  border: 1px solid rgba(212, 226, 216, 0.13);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28), 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.runtime-row > i { width: 1px; background: rgba(220, 230, 222, 0.11); }
.runtime-row > div { display: grid; grid-template-columns: 50px auto; grid-template-rows: 1fr 1fr; column-gap: 14px; align-items: center; justify-content: center; text-align: left; }
.runtime-glyph { grid-row: 1 / 3; display: grid; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.05); place-items: center; font-size: 24px; }
.runtime-glyph img { width: 27px; height: 27px; object-fit: contain; }
.codex-glyph img { filter: invert(86%) sepia(8%) saturate(627%) hue-rotate(80deg) brightness(97%); }
.claude-glyph img { width: 29px; height: 29px; }
.runtime-row strong { align-self: end; font-size: 15px; }
.runtime-row small { align-self: start; margin-top: 3px; color: #869189; font-family: var(--mono); font-size: 8px; }
.codex-glyph { color: #b9d4c0; }
.claude-glyph { color: #d79371; }
.pi-glyph { color: #d3b66f; }

.provider-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 980px;
  margin: 34px auto 0;
  color: #7f8b82;
  font-family: var(--mono);
  font-size: 8px;
}

.provider-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-right: 1px solid rgba(220, 230, 222, 0.11);
}

.provider-trust span:last-child {
  border-right: 0;
}

.provider-trust i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7da087;
}

.local {
  padding-block: 180px;
  background: #f5f4ef;
}

.local-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: 90px;
}

.local-copy h2 {
  font-size: clamp(52px, 5vw, 78px);
}

.local-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.local-points {
  margin-top: 48px;
  border-top: 1px solid var(--hairline);
}

.local-points > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid var(--hairline);
}

.local-points span { color: var(--moss); font-family: var(--mono); font-size: 9px; }
.local-points p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.local-points strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }

.filesystem-visual {
  overflow: hidden;
  border: 1px solid rgba(82, 98, 86, 0.18);
  border-radius: 22px;
  background: rgba(251, 251, 248, 0.96);
  box-shadow: 0 30px 85px rgba(49, 64, 53, 0.14), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.finder-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid #dde1dc;
  background: #f2f3f0;
}

.finder-bar > span { width: 11px; height: 11px; border-radius: 50%; background: #ff5f57; box-shadow: 19px 0 #febc2e, 38px 0 #28c840; }
.finder-bar strong { font-size: 12px; }
.finder-bar i { justify-self: end; color: #8d968e; font-family: var(--mono); font-size: 15px; font-style: normal; }

.path-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 42px;
  padding: 0 18px;
  border-bottom: 1px solid #e5e7e4;
  color: #919891;
  font-family: var(--mono);
  font-size: 8px;
}

.path-bar b { font-size: 12px; font-weight: 400; }
.path-bar strong { color: var(--ink-soft); }

.file-list { padding: 14px; }
.file-row { display: grid; grid-template-columns: 17px 23px minmax(0, 1fr) auto; align-items: center; min-height: 48px; padding: 0 12px; border-radius: 9px; }
.file-row:hover { background: #eef2ee; }
.file-row strong { font-size: 12px; }
.file-row small { color: #989f99; font-family: var(--mono); font-size: 8px; }
.indent { padding-left: 34px; }
.indent-2 { padding-left: 58px; }
.disclosure { color: #8f9790; font-size: 10px; }
.folder-icon { position: relative; width: 18px; height: 14px; border-radius: 3px; background: #8eaaa0; }
.folder-icon::before { position: absolute; top: -3px; left: 1px; width: 8px; height: 5px; border-radius: 2px 2px 0 0; background: inherit; content: ""; }
.moss-folder { background: var(--moss); }
.clay-folder { background: var(--clay); }
.doc-icon { position: relative; width: 15px; height: 19px; border: 1px solid #aab2ac; border-radius: 2px; background: white; }
.doc-icon::after { position: absolute; right: 2px; bottom: 4px; left: 2px; height: 1px; background: #b8beb9; box-shadow: 0 -4px #b8beb9; content: ""; }

.local-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  margin: 0 22px 22px;
  padding: 0 17px;
  border: 1px solid #d7dfd8;
  border-radius: 14px;
  background: #eff4ef;
}

.local-badge span { display: flex; align-items: center; gap: 9px; color: var(--moss-dark); font-size: 11px; font-weight: 650; }
.local-badge small { color: #829087; font-family: var(--mono); font-size: 8px; }

.closing {
  display: grid;
  min-height: 850px;
  overflow: hidden;
  background: #e5e9e2;
  place-items: center;
  text-align: center;
}

.closing::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.9), transparent 52%);
  content: "";
}

.closing-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(89, 111, 95, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.closing-rings i { position: absolute; inset: 100px; border: 1px solid rgba(89, 111, 95, 0.1); border-radius: 50%; }
.closing-rings i:nth-child(2) { inset: 200px; }
.closing-rings i:nth-child(3) { inset: 300px; background: rgba(255,255,255,.5); }

.closing-copy {
  position: relative;
  z-index: 2;
}

.closing-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 32px;
  overflow: hidden;
  border: 1px solid rgba(62, 81, 67, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(58, 73, 63, 0.17);
}

.closing-icon img { width: 100%; height: 100%; object-fit: cover; }
.closing-copy h2 { font-size: clamp(55px, 6.2vw, 88px); }
.closing-copy > p:not(.eyebrow) { margin: 24px 0 28px; color: var(--ink-soft); font-size: 18px; }
.closing-copy > small { display: block; margin-top: 17px; color: var(--muted); font-family: var(--mono); font-size: 9px; }

.footer {
  padding: 52px 0;
  background: #191e1a;
  color: #e7ebe7;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-brand { display: flex; align-items: center; gap: 11px; }
.brand-mark.small { width: 36px; height: 36px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-size: 13px; }
.footer-brand small { margin-top: 3px; color: #8e9991; font-size: 9px; }
.footer-links { display: flex; gap: 27px; color: #b5bdb7; font-size: 11px; }
.footer-links a:hover { color: white; }
.footer-inner > p { justify-self: end; margin: 0; color: #77817a; font-family: var(--mono); font-size: 8px; }

.download-dialog {
  position: fixed;
  width: min(520px, calc(100% - 28px));
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(67, 86, 72, 0.2);
  border-radius: 27px;
  background: rgba(250, 250, 247, 0.98);
  color: var(--ink);
  box-shadow: 0 45px 120px rgba(24, 33, 27, 0.35);
}

.download-dialog::backdrop {
  background: rgba(26, 31, 27, 0.38);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.download-dialog[open] {
  animation: dialog-in 300ms cubic-bezier(.2,.8,.2,1);
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.dialog-sheen { position: absolute; top: -130px; right: -80px; width: 340px; height: 280px; border-radius: 50%; background: rgba(209, 225, 213, 0.45); filter: blur(45px); }
.dialog-close { position: absolute; z-index: 2; top: 17px; right: 17px; display: grid; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #ebede9; cursor: pointer; color: #69736b; place-items: center; font-size: 21px; }
.dialog-icon { position: relative; width: 62px; height: 62px; overflow: hidden; margin-bottom: 25px; border: 1px solid rgba(67, 86, 72, 0.16); border-radius: 16px; box-shadow: 0 10px 25px rgba(45, 61, 50, 0.13); }
.dialog-icon img { width: 100%; height: 100%; object-fit: cover; }
.download-dialog .eyebrow { position: relative; margin-bottom: 10px; }
.download-dialog h2 { position: relative; margin: 0; font-size: 40px; font-weight: 560; letter-spacing: -0.055em; }
.download-dialog > p:not(.eyebrow) { position: relative; margin: 13px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.release-choice {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr 22px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 86px;
  padding: 13px 15px;
  border: 1px solid #d5ddd6;
  border-radius: 16px;
  background: white;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.release-choice:hover { border-color: #a8baac; box-shadow: 0 12px 30px rgba(53, 69, 57, 0.1); transform: translateY(-1px); }
.chip-icon { display: grid; width: 42px; height: 42px; border: 1px solid #b6c3b8; border-radius: 10px; background: #f6f8f5; place-items: center; }
.chip-icon i { width: 17px; height: 17px; border: 1px solid #8ba08f; background: #e0e9e2; box-shadow: 5px 0 0 -4px #8ba08f, -5px 0 0 -4px #8ba08f, 0 5px 0 -4px #8ba08f, 0 -5px 0 -4px #8ba08f; }
.release-choice strong, .release-choice small { display: block; }
.release-choice strong { font-size: 16px; }
.release-choice small { margin-top: 5px; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.release-choice svg { width: 18px; fill: none; stroke: var(--moss); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.dialog-note { display: flex; justify-content: space-between; margin-top: 16px; color: var(--muted); font-size: 10px; }
.dialog-note a { color: var(--moss); border-bottom: 1px solid #aab8ad; }

.toast {
  position: fixed;
  z-index: 150;
  right: 22px;
  bottom: 22px;
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: #222a24;
  color: white;
  box-shadow: 0 15px 45px rgba(23,31,25,.25);
  font-size: 12px;
  animation: toast-in 220ms ease both;
}

@keyframes toast-in {
  from { opacity: 0; transform: translateY(10px); }
}

@media (max-width: 1100px) {
  .app-layout { grid-template-columns: 205px minmax(500px, 1fr); }
  .artifact-pane { display: none; }
  .feature-routing { grid-template-columns: 1fr; }
  .routing-copy { max-width: 700px; }
  .local-grid { grid-template-columns: 1fr; }
  .local-copy { max-width: 720px; }
  .filesystem-visual { width: min(760px, 100%); margin: 0 auto; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 680px); }
  .shell-wide { width: calc(100% - 20px); }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links, .nav-download { display: none; }
  .nav-menu { position: relative; z-index: 3; display: grid; justify-self: end; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; place-items: center; }
  .nav-menu span { position: absolute; width: 21px; height: 1.5px; border-radius: 2px; background: var(--ink); transition: transform 180ms ease; }
  .nav-menu span:first-child { transform: translateY(-4px); }
  .nav-menu span:last-child { transform: translateY(4px); }
  .nav-open .nav-menu span:first-child { transform: rotate(45deg); }
  .nav-open .nav-menu span:last-child { transform: rotate(-45deg); }
  .nav-open .nav-links { position: fixed; top: 0; right: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; padding: 105px 26px 35px; border-bottom: 1px solid var(--hairline); background: rgba(247, 246, 241, 0.97); box-shadow: 0 20px 45px rgba(44,54,47,.09); font-size: 21px; -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
  .hero { min-height: 1180px; padding-top: 145px; }
  .hero h1 { font-size: clamp(57px, 15vw, 88px); }
  .hero-summary br { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; margin-inline: auto; }
  .hero-meta { flex-wrap: wrap; max-width: 350px; margin-inline: auto; }
  .product-stage { margin-top: 72px; }
  .product-gallery { grid-template-columns: 1fr; gap: 12px; padding: 12px; border-radius: 23px; }
  .product-gallery-scenes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .product-gallery-choice { grid-template-columns: 62px minmax(0, 1fr); gap: 9px; min-height: 72px; border-radius: 13px; }
  .product-gallery-choice-copy em { display: none; }
  .product-scene figcaption { min-height: 78px; }
  .app-window { border-radius: 17px; transform: none; }
  .real-window-frame { border-radius: 17px; transform: none; }
  .app-layout { grid-template-columns: 150px minmax(430px, 1fr); height: 620px; }
  .chat-sidebar { padding-inline: 8px; }
  .messages { padding-inline: 20px; }
  .section { padding: 110px 0; }
  .story { padding-top: 140px; }
  .features { padding-top: 140px; }
  .section-summary { margin-left: 0; }
  .feature-routing, .feature-modes, .feature-remote, .feature-marketplace { padding: 52px 36px; border-radius: 26px; }
  .mode-panels { grid-template-columns: 1fr; gap: 18px; }
  .mode-divider { display: none; }
  .feature-remote { grid-template-columns: 1fr; gap: 25px; }
  .feature-marketplace { grid-template-columns: 1fr; gap: 22px; min-height: auto; }
  .package-vignette { width: min(600px, 100%); margin: 0 auto; }
  .remote-copy { max-width: 700px; }
  .phone-stage { min-height: 640px; }
  .relay { grid-template-columns: 1fr 1fr; row-gap: 50px; }
  .relay-beam { display: none; }
  .native-section { min-height: auto; }
  .runtime-row { grid-template-columns: 1fr; gap: 0; margin-top: 60px; padding: 0 25px; }
  .runtime-row > i { width: 100%; height: 1px; }
  .runtime-row > div { padding: 25px; }
  .provider-trust { flex-wrap: wrap; row-gap: 15px; }
  .local { padding-block: 120px; }
  .local-grid { gap: 60px; }
  .footer-inner { grid-template-columns: 1fr auto; row-gap: 35px; }
  .footer-links { justify-self: end; }
  .footer-inner > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 560px) {
  .hero { min-height: 1030px; }
  .hero-summary { margin-top: 28px; font-size: 17px; }
  .eyebrow { font-size: 10px; }
  .hero-meta > span:nth-of-type(2), .hero-meta > i:nth-of-type(2) { display: none; }
  .app-layout { grid-template-columns: 1fr; height: 560px; }
  .chat-sidebar { display: none; }
  .window-bar { grid-template-columns: 1fr auto; }
  .window-title { display: none; }
  .window-status { font-size: 8px; }
  .messages { padding: 21px 18px 100px; }
  .message { grid-template-columns: 31px 1fr; gap: 9px; }
  .message-avatar { width: 30px; height: 30px; }
  .message p { font-size: 10px; }
  .composer { right: 14px; bottom: 14px; left: 14px; min-height: 54px; }
  .stage-caption { flex-direction: column; align-items: center; gap: 5px; }
  .stage-caption span:first-child::after { display: none; }
  .product-gallery { width: 100%; padding: 7px; border-radius: 18px; }
  .product-gallery-scenes { display: flex; gap: 8px; overflow-x: auto; padding: 3px 1px 5px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-gallery-scenes::-webkit-scrollbar { display: none; }
  .product-gallery-choice { flex: 0 0 190px; grid-template-columns: 55px minmax(0, 1fr); min-height: 66px; scroll-snap-align: start; }
  .product-gallery-choice-copy strong { font-size: 11px; }
  .product-scene .real-window-frame { min-height: 0; border-radius: 13px; }
  .product-scene .real-window-frame img { width: 100%; max-width: 100%; height: auto; transform: none; }
  .product-scene figcaption { grid-template-columns: 1fr; gap: 5px; min-height: 112px; padding: 14px 10px 7px; }
  .product-scene figcaption > span { grid-row: auto; }
  .product-scene figcaption strong { font-size: 15px; }
  .product-gallery-nav { top: 9px; right: 9px; }
  .product-gallery-nav button { width: 30px; height: 30px; }
  .product-gallery-nav span { display: none; }
  .product-lightbox { width: calc(100vw - 18px); max-height: calc(100dvh - 18px); border-radius: 14px; }
  .product-lightbox img { max-height: calc(100dvh - 92px); border-radius: 14px 14px 0 0; }
  .section-title, .native-copy h2, .local-copy h2, .closing-copy h2 { font-size: 48px; }
  .section-summary, .native-copy > p:not(.eyebrow) { font-size: 16px; }
  .feature-routing, .feature-modes, .feature-remote, .feature-marketplace { padding: 38px 21px; border-radius: 22px; }
  .feature-routing { margin-top: 65px; }
  .routing-copy h3, .modes-heading h3, .remote-copy h3, .marketplace-feature-copy h3 { font-size: 46px; }
  .routing-map { min-height: 0; }
  .route-map-head { min-height: 54px; padding-inline: 16px; }
  .route-map-head small { display: none; }
  .route-lanes { grid-template-columns: 1fr; gap: 47px; min-height: 0; padding: 34px 18px 38px; }
  .route-wire { display: none; }
  .route-stage { width: 100%; }
  .route-origin::after,
  .route-lead::after { position: absolute; bottom: -36px; left: 50%; width: 1px; height: 25px; background: linear-gradient(#9bad9f, #688273); content: ""; }
  .origin-card { min-height: 132px; }
  .lead-card { min-height: 165px; }
  .route-specialists { gap: 10px; }
  .route-specialists .route-step { margin-bottom: 0; }
  .specialist-card { min-height: 72px; }
  .route-map-foot { flex-wrap: wrap; gap: 8px 14px; padding: 12px 15px; }
  .mode-panel { padding: 23px 18px; }
  .injection-row { gap: 5px; }
  .injection-row span { padding-inline: 4px; font-size: 7px; }
  .session-card { grid-template-columns: 40px 1fr; }
  .session-card b { display: none; }
  .feature-remote { min-height: 0; }
  .feature-marketplace { min-height: 0; }
  .package-vignette { min-height: 470px; margin: -18px -42px 0; width: auto; transform: scale(0.76); }
  .remote-points { align-items: flex-start; flex-direction: column; }
  .phone-stage { min-height: 620px; }
  .iphone { transform: none; }
  .provider-trust { align-items: flex-start; flex-direction: column; gap: 11px; margin-top: 32px; }
  .provider-trust span { padding: 0; border: 0; }
  .relay { grid-template-columns: 1fr; margin-top: 65px; }
  .relay-node { min-height: 220px; }
  .runtime-row { padding: 0 10px; }
  .runtime-row > div { justify-content: start; }
  .path-bar { overflow: hidden; }
  .path-bar span:nth-of-type(-n+3), .path-bar b:nth-of-type(-n+3) { display: none; }
  .file-row { grid-template-columns: 15px 22px minmax(0, 1fr); }
  .file-row small { display: none; }
  .indent { padding-left: 22px; }
  .indent-2 { padding-left: 38px; }
  .local-badge { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .closing { min-height: 760px; }
  .closing-rings { width: 600px; height: 600px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links, .footer-inner > p { justify-self: start; }
  .footer-links { gap: 20px; }
  .download-dialog { padding: 30px 22px 24px; }
  .download-dialog h2 { font-size: 34px; }
  .release-choice { grid-template-columns: 40px 1fr; }
  .release-choice svg { display: none; }
  .dialog-note { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .hero-reveal, .reveal { opacity: 1; transform: none; }
}
