@import url("/site/fonts.css");
:root {
  --paper: #fafbf8;
  --ink: #172723;
  --muted: #5e6c65;
  --line: #dce2d8;
  --blue: #3058ed;
  --lime: #dbf69b;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --display: "Funnel Sans", sans-serif;
  --mono: "Geist Mono", monospace;
  font-family: Inter, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
button {
  border: 0;
  background: none;
}
button:disabled {
  cursor: default;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
button svg,
a svg {
  pointer-events: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
}
h2 {
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.055em;
}
em {
  font-style: normal;
  color: var(--blue);
}
b,
strong {
  font-weight: 600;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #2445c9;
  outline-offset: 5px;
}
button:hover {
  color: var(--blue);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only,
.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 50;
  transform: translateY(-200%);
  clip-path: inset(50%);
  background: white;
  padding: 12px;
}
.skip-link:focus {
  transform: none;
  clip-path: none;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}
.eyebrow i,
.machine-light,
.choice-under i,
.demo-dot {
  width: 6px;
  height: 6px;
  background: #456833;
  border-radius: 50%;
  display: inline-block;
  flex: none;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  min-height: 54px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  transition:
    background-color 180ms,
    transform 180ms var(--ease);
}
.button.primary {
  background: var(--ink);
  color: white;
}
.button.primary:hover {
  background: var(--blue);
  color: white;
}
.button.small {
  min-height: 42px;
  font-size: 12px;
  gap: 22px;
}
.button.outline {
  border: 1px solid #bdc9bf;
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.text-link svg {
  width: 16px;
}
.mast {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.brand > span {
  font-family: var(--mono);
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -2px;
}
.brand small {
  font-size: 14px;
}
.mast nav {
  display: flex;
  gap: 32px;
  font-size: 12px;
}
.mast nav a:hover,
.footer a:hover {
  color: var(--blue);
}
/* The opening is one spatial interaction: a model choice inside its computer. */
.hero {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  column-gap: 64px;
  padding-top: 72px;
  position: relative;
}
.hero-copy {
  padding-top: 12px;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(60px, 6.4vw, 91px);
  line-height: 0.99;
  letter-spacing: -0.065em;
  margin: 25px 0 27px;
}
.hero h1 em {
  display: inline-block;
  position: relative;
}
.hero h1 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: -10px;
  height: 12px;
  bottom: 0;
  background: var(--lime);
  z-index: -1;
  transform: rotate(-2deg);
}
.hero-description {
  max-width: 400px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
.hero-description b {
  color: var(--ink);
  font-weight: 500;
}
.hero-action {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.hero-action > span {
  font-size: 10px;
  color: var(--muted);
}
.choice-scene {
  position: relative;
  min-width: 0;
  perspective: 1200px;
  padding: 28px 0 0;
}
.choice-coordinate {
  position: absolute;
  right: 5px;
  top: -22px;
  font: 9px/1.7 var(--mono);
  letter-spacing: 0.07em;
  color: #647265;
  text-align: right;
}
.orbit-field {
  position: absolute;
  inset: -50px -16px -30px -40px;
  overflow: clip;
  pointer-events: none;
}
.choice-orbit {
  position: absolute;
  inset: 55px -32px 10px;
  border: 1px solid #dce3d4;
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  transform: rotate(-32deg) scaleX(1.1);
}
.orbit-two {
  transform: rotate(26deg) scaleX(1.12);
}
.choice-machine {
  position: relative;
  border: 1px solid #b6c3b2;
  background: #edf1e8;
  border-radius: 13px 13px 19px 19px;
  padding: 0 13px 12px;
  box-shadow:
    0 7px 0 #d1d9cc,
    0 8px 0 #a8b3a2,
    0 27px 35px -19px #637c4d66;
  transform: rotateY(-7deg) rotateX(5deg) rotateZ(1.5deg);
  transition: transform 650ms var(--ease);
  transform-style: preserve-3d;
}
.choice-machine-top {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  color: #586453;
  font-size: 10px;
}
.choice-machine-top .app-brand {
  font-size: 17px;
}
.choice-machine-top i {
  font-style: normal;
  margin-left: 8px;
}
.choice-window {
  background: #fff;
  border: 1px solid #cad1c5;
  border-radius: 9px;
  overflow: hidden;
}
.choice-heading {
  padding: 21px 18px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: -0.03em;
}
.example-label {
  font: 8px var(--mono);
  letter-spacing: 0.04em;
  color: #627160;
}
.model-picker {
  margin: 0 10px;
  border: 1px solid #dce2da;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}
.model-search {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border-bottom: 1px solid #e5e9e2;
  color: #7b8876;
}
.model-search svg {
  width: 15px;
}
.model-search input {
  font-size: 11px;
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  outline-offset: 0;
  height: 30px;
  color: var(--ink);
}
.model-search input::placeholder {
  color: #627160;
}
.model-search kbd {
  font-size: 12px;
}
.picker-body {
  display: grid;
  grid-template-columns: 132px 1fr;
  height: 266px;
}
.provider-rail {
  padding: 9px 7px;
  background: #f8faf6;
  border-right: 1px solid #e4e9df;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.provider-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 8px;
  border-radius: 5px;
  text-align: left;
  font-size: 11px;
  white-space: nowrap;
}
.provider-mark {
  width: 19px;
  text-align: center;
  font-size: 21px;
  flex-shrink: 0;
  font-family: var(--mono);
}
.provider-tab[data-provider="claude"] .provider-mark {
  color: #a95831;
}
.provider-tab[aria-pressed="true"] {
  background: #e9f0ff;
  color: #2349ce;
}
.provider-tab[aria-pressed="true"]:after {
  content: "";
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  background: var(--blue);
  border-radius: 50%;
  margin-left: auto;
}
.catalog {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.catalog-head {
  padding: 13px 12px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  gap: 4px;
}
.catalog-head > span {
  font-size: 8px;
  color: #61705d;
}
.model-list {
  flex: 1;
  overflow: auto;
  padding: 0 5px 7px;
  scrollbar-width: thin;
  scrollbar-color: #cfd8c9 transparent;
}
.model-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 9px 8px;
  border-radius: 5px;
  min-height: 48px;
  color: #273527;
}
.model-option span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.model-option strong {
  font-size: 11px;
  font-weight: 500;
}
.model-option small {
  font-size: 9px;
  color: #627160;
}
.model-option svg {
  width: 14px;
  opacity: 0;
  color: var(--blue);
}
.model-option[aria-pressed="true"] {
  background: #eef3ff;
  color: #2246bc;
}
.model-option[aria-pressed="true"] svg {
  opacity: 1;
}
.model-empty {
  padding: 16px;
  font-size: 12px;
  color: var(--muted);
}
.choice-selection {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  background: #fff;
}
.selection-icon {
  font: 23px var(--mono);
  width: 28px;
  text-align: center;
  flex: none;
  color: var(--blue);
}
.choice-selection > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}
.choice-selection small {
  font: 7px var(--mono);
  letter-spacing: 0.09em;
  color: #566451;
}
.choice-selection strong {
  font-size: 12px;
}
.choice-selection > svg {
  width: 17px;
  color: #3f703b;
}
.choice-send {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px 3px;
  font-size: 13px;
  font-weight: 600;
}
.choice-send small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  margin-top: 4px;
  color: #586953;
}
.choice-send > svg {
  background: var(--ink);
  color: white;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  padding: 8px;
}
.choice-under {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 29px;
  font: 7px var(--mono);
  letter-spacing: 0.04em;
  gap: 8px;
}
.choice-under > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.choice-under button {
  width: 32px;
  height: 32px;
  border: 1px solid #d3ddcb;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.choice-under button svg {
  width: 12px;
  height: 12px;
}
.hero-proof {
  grid-column: 1/-1;
  margin: 52px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 0;
  border-block: 1px solid var(--line);
}
.hero-proof > div {
  padding: 20px 24px;
}
.hero-proof > div:first-child {
  padding-left: 0;
}
.hero-proof strong {
  display: block;
  font: 600 18px var(--display);
  margin-bottom: 5px;
}
.hero-proof p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.hero-proof a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 12px;
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero-proof a svg {
  width: 13px;
  height: 13px;
}
.hero-proof-wrkr {
  background: #edf1ff;
  border-left: 3px solid var(--blue);
}
.hero-proof-wrkr strong {
  color: #2345c7;
}
.hero-proof .hero-catalog-note {
  align-self: center;
  margin: 0;
  text-align: left;
}
.hero-catalog-note strong {
  font:
    500 12px Inter,
    sans-serif;
}
.hero-catalog-note p {
  font-size: 12px;
}
.freedom-section {
  padding: 114px 0 84px;
}
.freedom-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 130px;
  margin: 30px 0 45px;
}
.freedom-head h2 {
  font-size: clamp(36px, 4.1vw, 60px);
}
.freedom-head > div {
  padding-top: 12px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
.freedom-head p + p {
  margin-top: 18px;
}
.freedom-head a {
  color: var(--ink);
  margin-top: 22px;
}
.provider-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}
.provider-line > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 27px var(--mono);
}
.provider-line b {
  font: 500 16px var(--display);
  white-space: nowrap;
}
.provider-line small {
  font: 8px var(--mono);
  max-width: 70px;
  line-height: 1.5;
  color: var(--muted);
}
.provider-note {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 15px;
  max-width: 790px;
}
.provider-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.provider-assurance {
  margin-top: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.7;
  scroll-margin-top: 65px;
}
.provider-assurance summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  cursor: pointer;
  list-style: none;
  color: var(--muted);
}
.provider-assurance summary::-webkit-details-marker {
  display: none;
}
.provider-assurance summary > span:first-child {
  font: inherit;
  line-height: 1.5;
  flex: 1;
  transform: none;
}
.provider-assurance summary strong {
  color: var(--ink);
  margin-right: 12px;
}
.assurance-toggle {
  font-size: 20px;
  color: var(--ink);
}
.provider-assurance[open] .assurance-toggle {
  transform: rotate(45deg);
}
.assurance-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  padding: 0 0 20px;
  color: var(--muted);
}
.assurance-body a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.assurance-body p {
  padding: 0;
}
@media (max-width: 700px) {
  .assurance-body {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin-top: 20px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 345px;
  color: var(--muted);
}
.demo-section {
  padding: 86px 0 66px;
  background: #eef2e8;
  border-block: 1px solid #dfe7d6;
}
.demo-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 42px 0 20px;
  gap: 16px;
}
.client-picker {
  display: flex;
  gap: 8px;
}
.client-picker button {
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: left;
  padding: 10px 16px 10px 10px;
  border: 1px solid transparent;
  border-radius: 7px;
}
.client-picker button[aria-pressed="true"] {
  background: white;
  border-color: #d0dbc9;
  box-shadow: 0 3px 7px #28362607;
}
.client-picker button > span {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.client-picker small {
  font-size: 9px;
  font-weight: 400;
  color: var(--muted);
}
.avatar {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  font: 500 15px var(--display);
  font-style: normal;
  flex: none;
}
.arbor {
  background: #dbe8c0;
  color: #39482b;
}
.juniper {
  background: #e4def6;
  color: #534b7b;
}
.demo-model-button {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: left;
}
.demo-model-button > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.demo-model-button small {
  font: 8px var(--mono);
  letter-spacing: 0.07em;
  color: var(--muted);
}
.demo-model-button strong {
  font-size: 11px;
}
.demo-model-button > span:last-child {
  font-size: 10px;
  margin-left: 12px;
  color: var(--blue);
}
.product-stage {
  position: relative;
}
.product-shadow {
  position: absolute;
  inset: 30px 50px -12px;
  box-shadow: 0 26px 48px #30492e1a;
  border-radius: 20px;
  pointer-events: none;
}
.product-app {
  position: relative;
  border: 1px solid #bfc9b9;
  border-radius: 12px;
  overflow: hidden;
  background: #f9fbf7;
  box-shadow: 0 5px 0 #d6dfce;
  --app-fg: #202b25;
  --app-muted: #5e6a60;
  color: var(--app-fg);
}
.app-brand {
  font: 600 22px var(--mono);
  letter-spacing: -1.5px;
}
.app-top {
  height: 57px;
  border-bottom: 1px solid #dce3d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  background: #f8faf6;
}
.app-top > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.app-rule {
  height: 18px;
  border-left: 1px solid #d1dacc;
}
.app-top strong {
  font-size: 13px;
}
.app-actions button {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border-radius: 5px;
}
.app-actions button svg {
  width: 14px;
  height: 14px;
}
.app-actions button[aria-pressed="true"] {
  background: #e6eddc;
}
.app-actions button i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #608644;
}
.app-workspace {
  display: grid;
  grid-template-columns: 188px 1fr;
  min-height: 460px;
}
.project-rail {
  position: relative;
  border-right: 1px solid #dce3d7;
  padding: 20px 12px;
  background: #f6f9f2;
  font-size: 10px;
}
.rail-search {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--app-muted);
  font-size: 9px;
}
.rail-search svg {
  width: 13px;
}
.project-rail > p {
  display: flex;
  justify-content: space-between;
  margin: 22px 8px 14px;
  font-size: 11px;
  font-weight: 600;
}
.rail-project {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 7px;
  border-radius: 4px;
}
.rail-project svg {
  width: 13px;
  height: 13px;
}
.rail-project.current {
  background: #e7eddf;
}
.project-rail > small {
  display: flex;
  justify-content: space-between;
  color: var(--app-muted);
  font-size: 9px;
  margin: 20px 9px 9px;
}
.rail-thread {
  padding: 8px 9px 8px 15px;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.rail-thread i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #507a37;
}
.rail-thread.muted {
  color: var(--app-muted);
}
.project-rail footer {
  position: absolute;
  bottom: 19px;
  left: 20px;
  color: var(--app-muted);
  font-size: 9px;
}
.conversation {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 680px;
  width: 100%;
  margin: auto;
  height: 460px;
  padding: 0 30px;
}
.conversation > header {
  height: 47px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 9px;
  color: var(--app-muted);
  border-bottom: 1px solid #ebefe6;
}
.conversation > header strong {
  font-weight: 500;
  color: var(--app-fg);
}
.messages {
  flex: 1;
  padding: 27px 0 20px;
  font-size: 12px;
  line-height: 1.7;
}
.user-message {
  background: #eaf0e3;
  border: 1px solid #e0e7d9;
  border-radius: 12px 12px 3px 12px;
  padding: 12px 16px;
  margin-left: 35px;
}
.agent-message {
  display: flex;
  gap: 10px;
  margin-top: 23px;
}
.agent-message > span {
  width: 20px;
  flex-shrink: 0;
  font: 20px var(--mono);
  color: #426936;
}
.tool-step {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 17px 0 0 31px;
  font: 9px var(--mono);
  color: var(--app-muted);
}
.tool-step i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #628446;
}
.artifact {
  margin: 16px 0 0 29px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 9px;
  border: 1px solid #ccd9c1;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
}
.artifact > svg {
  width: 16px;
}
.artifact span {
  font-size: 10px;
}
.artifact small {
  font-size: 9px;
  display: block;
  font-weight: 400;
  color: var(--app-muted);
}
.artifact > svg:last-child {
  width: 12px;
  margin-left: 10px;
}
.composer {
  border: 1px solid #cdd7c5;
  border-radius: 10px;
  margin-bottom: 23px;
  padding: 14px 13px 10px;
  box-shadow: 0 2px 5px #243b1610;
  background: white;
  font-size: 10px;
  color: var(--app-muted);
}
.composer p {
  padding-bottom: 25px;
}
.composer > div {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 8px;
}
.composer b {
  margin-left: auto;
  background: #d7e7c3;
  padding: 5px 8px;
  border-radius: 6px;
  color: #395327;
}
.composer-model {
  font-size: 8px;
  padding: 0;
  color: #31412c;
  white-space: nowrap;
  max-width: 55%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-panel {
  display: none;
  border-left: 1px solid #dce3d7;
  min-width: 0;
  background: #eef3e7;
}
.product-app[data-view="screen"] .app-workspace,
.product-app[data-view="files"] .app-workspace {
  grid-template-columns: 164px 1fr 1.05fr;
}
.product-app:not([data-view="chat"]) .product-panel {
  display: block;
}
.product-app:not([data-view="chat"]) .conversation {
  padding-inline: 20px;
}
.panel-header {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dce3d7;
  padding: 0 14px;
  font-size: 10px;
}
.panel-header > span {
  font-size: 9px;
  color: var(--app-muted);
  margin-left: auto;
}
.back-chat {
  display: none;
  font-size: 10px;
}
.screen-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 13px;
  font-size: 9px;
}
.screen-toolbar > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.screen-toolbar i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #54783d;
}
.screen-toolbar button {
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #cbd8c1;
  border-radius: 4px;
  padding: 5px;
}
.screen-toolbar button svg {
  width: 11px;
  height: 11px;
}
.example-browser {
  border: 1px solid #cdd7c5;
  border-radius: 5px;
  overflow: hidden;
  background: #edf0e9;
  margin: 0 11px 11px;
}
.browser-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 7px;
  gap: 8px;
  background: #e5e9e0;
  padding: 7px 9px;
}
.traffic-lights {
  display: flex;
  gap: 3px;
}
.traffic-lights i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a7b29f;
}
.browser-address > span:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f6f8f2;
  border-radius: 3px;
  padding: 4px 10px;
  flex: 1;
}
.browser-address svg {
  width: 8px;
  height: 8px;
}
.doc-avatar {
  width: 16px;
  height: 16px;
  font-size: 9px;
  border-radius: 4px;
}
.document-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: #f9fbf6;
  border-bottom: 1px solid #dae1d4;
  font-size: 7px;
}
.document-menu > span:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
}
.document-menu svg {
  width: 11px;
  height: 11px;
}
.document-menu > span:last-child {
  color: var(--app-muted);
}
.document-paper {
  background: #fff;
  max-width: 320px;
  margin: 14px auto 16px;
  width: calc(100% - 36px);
  min-height: 296px;
  padding: 20px 22px;
  box-shadow: 0 2px 5px #273c2110;
}
.document-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe5d9;
}
.document-brand > span {
  font: 500 18px var(--display);
  letter-spacing: -1px;
}
.document-brand small {
  font: 5px var(--mono);
  letter-spacing: 1px;
}
.document-paper h3 {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.02;
  margin: 19px 0 18px;
  max-width: 250px;
}
.report-copy {
  font-size: 8px;
  line-height: 1.8;
  min-height: 89px;
}
.report-copy p {
  margin: 0 0 8px;
  transition: opacity 300ms;
  opacity: 0;
}
.report-copy p.visible {
  opacity: 1;
}
.report-copy[contenteditable="true"] {
  outline: 2px solid #688a52;
  outline-offset: 6px;
  cursor: text;
}
.document-signoff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 6px;
  border-top: 1px solid #e0e5dc;
  padding-top: 10px;
  margin-top: 12px;
  color: #57634f;
}
.document-signoff > span:first-child {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
}
.files-view {
  padding: 20px 15px;
  font-size: 10px;
}
.file-path {
  font-size: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 21px;
  color: #56634e;
}
.file-path svg {
  width: 12px;
  height: 12px;
}
.file-table-head {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: var(--app-muted);
  padding: 8px;
  border-bottom: 1px solid #d8e1cf;
}
.file-row {
  display: flex;
  width: 100%;
  text-align: left;
  gap: 8px;
  align-items: center;
  padding: 15px 8px;
  border-bottom: 1px solid #d8e1cf;
  font-size: 9px;
}
.file-row svg {
  width: 14px;
  height: 14px;
}
.file-row small {
  margin-left: auto;
  font-size: 8px;
  color: var(--app-muted);
}
.files-view > p {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  color: var(--app-muted);
}
.files-view > p svg {
  width: 11px;
  height: 11px;
}
.demo-source-strip {
  position: relative;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid #ccd9c1;
}
.demo-source-strip svg {
  width: 12px;
  height: 12px;
}
.demo-source-strip > span,
.demo-source-strip > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.demo-source-strip > div {
  gap: 10px;
}
.source-file {
  display: flex;
  align-items: center;
  gap: 5px;
  font: 8px var(--mono);
  padding: 7px 9px;
  border-radius: 4px;
  border: 1px solid #cfdbc4;
  background: #f7faf3;
}
.source-file.active {
  border-color: #678e48;
  background: #e1edcf;
}
.output-file {
  background: #dcebbf;
  color: #314e20;
}
.demo-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.demo-foot > p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
}
.demo-foot > button {
  font-size: 11px;
  background: var(--ink);
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.demo-foot > button svg {
  width: 11px;
  height: 11px;
}
.demo-foot > small {
  width: 100%;
  font-size: 9px;
  color: var(--muted);
}
.ai-plan-note {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 28px;
}
.ai-plan-note strong {
  color: var(--ink);
}
/* The secondary comparison makes the boundary visible, without a hidden tab. */
.isolation-section {
  padding: 88px 0 72px;
}
.access-exhibit {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  margin-top: 45px;
  background: #fff;
}
.exhibit-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 23px;
}
.exhibit-caption > p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}
.exhibit-caption strong {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 20px;
  color: var(--ink);
}
.inspect-picker {
  display: flex;
  gap: 7px;
  align-items: center;
}
.inspect-picker > span {
  font-size: 9px;
  color: var(--muted);
  margin-right: 8px;
}
.inspect-picker button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  border-radius: 6px;
  padding: 7px 9px;
  border: 1px solid transparent;
}
.inspect-picker .avatar {
  width: 23px;
  height: 23px;
  border-radius: 6px;
  font-size: 12px;
}
.inspect-picker button[aria-pressed="true"] {
  background: #eff4e8;
  border-color: #d8e2cd;
}
.access-models {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.model {
  min-width: 0;
  padding: 20px;
  border: 1px solid #d9dedb;
  border-radius: 8px;
  background: #f6f7f5;
}
.model.separate-model {
  background: #f0f3ff;
  border-color: #c7d3fa;
}
.model > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  gap: 10px;
}
.model .eyebrow {
  font-size: 8px;
  color: #596554;
  gap: 3px;
}
.mini-wordmark {
  font-family: var(--mono);
  font-weight: 600;
  letter-spacing: -1px;
}
.model h3 {
  font-size: 20px;
  margin-top: 7px;
  letter-spacing: -0.04em;
}
.model .product-name {
  font: 600 27px/1.15 var(--display);
  letter-spacing: -0.04em;
  color: var(--ink);
}
.separate-model .product-name {
  color: #2345c7;
}
.model-label {
  font:
    11px/1.4 Inter,
    sans-serif;
  padding: 6px 8px;
  background: #f0f2eb;
  border-radius: 3px;
  white-space: nowrap;
}
.separate-model .model-label {
  background: #e5edda;
  color: #455d31;
}
.machine {
  padding: 17px;
  border: 1px solid #d5dbd0;
  border-radius: 7px;
  background: #f7f8f4;
}
.separate-machine {
  background: #f3f7ed;
  border-color: #c9d6ba;
}
.machine-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font: 7px var(--mono);
  letter-spacing: 0.08em;
  margin-bottom: 19px;
  color: #5c6854;
}
.machine-light {
  width: 4px;
  height: 4px;
}
.bot-pair {
  display: flex;
  gap: 15px;
}
.bot-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  padding: 10px 9px;
  background: #fff;
  border: 1px solid #dce3d4;
  border-radius: 6px;
}
.bot-chip > span {
  font-size: 11px;
  font-weight: 500;
  min-width: 0;
}
.bot-chip small {
  display: block;
  font-size: 7px;
  font-weight: 400;
  color: #606d59;
  margin-top: 3px;
  white-space: nowrap;
}
.bot-chip b {
  font: 7px var(--mono);
  font-weight: 400;
  margin-left: auto;
  color: #64735a;
}
.bot-chip .avatar {
  width: 27px;
  height: 27px;
  font-size: 15px;
  border-radius: 6px;
}
.shared-wires {
  display: flex;
  position: relative;
  justify-content: space-around;
  height: 40px;
  margin: 0 20%;
  border-bottom: 1px solid #aab798;
}
.shared-wires i {
  border-left: 1px solid #aab798;
  height: 40px;
}
.shared-wires b {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #84976f;
  border-radius: 50%;
  bottom: -3px;
  left: 50%;
}
.shared-shelf {
  border: 1px solid #d3dcc8;
  border-radius: 5px;
  background: #fefefc;
  padding: 11px;
  margin-top: 15px;
}
.shelf-head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  margin-bottom: 14px;
}
.shelf-head svg {
  width: 13px;
  height: 13px;
}
.file-pair {
  display: flex;
  gap: 8px;
}
.file-chip {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  font: 7px var(--mono);
  padding: 10px 7px;
  background: #eef1e7;
  border-radius: 4px;
  white-space: nowrap;
}
.file-chip svg {
  width: 12px;
  height: 12px;
}
.juniper-file {
  background: #efebf7;
}
.shared-login {
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 1px solid #e1e6d9;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 9px;
}
.shared-login > svg {
  width: 14px;
  height: 14px;
}
.shared-login small {
  font-size: 7px;
  display: block;
  margin-top: 3px;
  color: #5c6953;
}
.mini-avatars {
  margin-left: auto;
  display: flex;
}
.mini-avatars .avatar {
  width: 21px;
  height: 21px;
  font-size: 11px;
  border: 2px solid white;
  margin-left: -4px;
  border-radius: 6px;
}
.private-rooms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.private-room {
  border: 1px solid #afc993;
  border-radius: 6px;
  padding: 9px;
  background: #fff;
  transition:
    opacity 220ms,
    transform 450ms var(--ease);
  min-width: 0;
}
.private-room .bot-chip {
  padding: 0;
  border: 0;
}
.private-room .bot-chip small {
  font-size: 7px;
}
.private-wire {
  height: 29px;
  position: relative;
  margin-left: 15px;
  border-left: 1px solid #96b676;
}
.private-wire i {
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #688f46;
  bottom: 0;
  left: -2.5px;
}
.private-file,
.private-login {
  display: flex;
  align-items: center;
  gap: 5px;
  font: 7px var(--mono);
  padding: 9px 6px;
  background: #edf4e4;
  border: 1px solid #dfe9d5;
  border-radius: 4px;
  white-space: nowrap;
}
.private-file svg,
.private-login svg {
  width: 11px;
  height: 11px;
}
.private-login {
  background: #f5f8f0;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 8px;
}
.boundary-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
  padding-top: 13px;
  color: #496134;
}
.boundary-label svg {
  width: 10px;
  height: 10px;
}
.room-juniper {
  border-color: #c6bcdc;
}
.room-juniper .private-file,
.room-juniper .private-login {
  background: #f4f0fa;
  border-color: #e1d9ec;
}
.room-juniper .boundary-label {
  color: #655480;
}
.access-exhibit[data-client="arbor"] .room-juniper,
.access-exhibit[data-client="juniper"] .room-arbor {
  border-color: #d3dacc;
  background: #f7f9f3;
  transform: translateY(3px);
}
.model > footer {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  min-height: 32px;
}
.model > footer svg {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  color: #50743a;
}
.access-indicator {
  display: block;
  width: 5px;
  height: 5px;
  background: #8b927e;
  flex-shrink: 0;
  margin-top: 6px;
  border-radius: 50%;
}
.exhibit-foot {
  padding-top: 18px;
  margin-top: 12px;
  border-top: 1px solid #e7ebe1;
  color: #627059;
  font-size: 11px;
}
.competitor-source {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #d4dcd3;
}
.competitor-source strong {
  display: block;
  font-size: 13px;
  color: var(--ink);
}
.competitor-source blockquote {
  margin: 8px 0;
  font: 500 17px/1.4 var(--display);
  letter-spacing: -0.02em;
}
.competitor-source a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #3a526d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.competitor-source svg {
  width: 13px;
  height: 13px;
}

.comparison-section {
  padding: 80px 0;
  background: #eef1fa;
  border-top: 2px solid #ced7f0;
  border-bottom: 1px solid #ced7f0;
}
.comparison-table {
  border: 1px solid #ced6e8;
  background: #fff;
}
.comparison-row {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.2fr;
  border-bottom: 1px solid #dce1ee;
}
.comparison-row > * {
  padding: 25px 24px;
  font-size: 15px;
  line-height: 1.65;
}
.comparison-row > *:first-child {
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
}
.comparison-row > *:last-child {
  background: #edf1ff;
  border-left: 1px solid #ced7f0;
}
.comparison-row p {
  color: #4e5b64;
}
.comparison-row p b {
  display: block;
  color: #243f98;
}
.comparison-row p span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.comparison-row a {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 9px;
  color: #3a526d;
}
.comparison-header {
  position: sticky;
  top: 0;
  z-index: 8;
  background: #f4f5f7;
  box-shadow: 0 2px 0 #ced6e8;
}
.comparison-header > :last-child {
  background: #dfe7ff;
  color: #2345c7;
}
.comparison-header small {
  display: block;
  margin-top: 5px;
  font:
    400 12px/1.5 Inter,
    sans-serif;
  letter-spacing: 0;
}
.comparison-header > * {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  padding-block: 20px;
}
.comparison-header > *:first-child {
  font-family: var(--mono);
  font-size: 12px;
  align-self: center;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.comparison-foot {
  margin-top: 24px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.handoff-section {
  background: #1e332b;
  color: #f4f6ee;
  padding: 90px 0;
  overflow: hidden;
}
.handoff-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
  align-items: center;
}
.handoff-copy h2 {
  font-size: clamp(40px, 4.7vw, 69px);
  margin: 25px 0 30px;
  line-height: 1.06;
}
.handoff-copy h2 em {
  color: var(--lime);
}
.handoff-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: #c7d2c4;
  max-width: 375px;
  margin-top: 17px;
}
.handoff-copy .eyebrow {
  color: #c4d2b6;
}
.handoff-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  color: #d5e4c6;
  margin-top: 28px;
}
.handoff-hint svg {
  width: 16px;
}
.phone-scene {
  position: relative;
  padding: 18px 0;
  perspective: 1000px;
}
.phone-orbit {
  position: absolute;
  inset: 5% -25% 5%;
  border: 1px solid #74846a4d;
  border-radius: 50%;
  transform: rotate(-35deg) scaleY(0.8);
  pointer-events: none;
}
.phone {
  position: relative;
  margin: auto;
  width: 288px;
  min-height: 530px;
  border: 6px solid #e5eadb;
  border-radius: 38px;
  background: #f8faf4;
  color: #25351f;
  box-shadow:
    0 0 0 1px #aab89b,
    7px 10px 0 #819074,
    0 40px 65px #071c1480;
  overflow: hidden;
  transform: rotateY(-8deg) rotateZ(3deg);
}
.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 8px;
  font-size: 9px;
  font-weight: 500;
}
.phone-status > i {
  width: 65px;
  height: 15px;
  border-radius: 20px;
  background: #203326;
}
.phone > header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border-bottom: 1px solid #dce5d3;
  font-size: 10px;
}
.phone > header .app-brand {
  font-size: 19px;
}
.phone > header b {
  margin-left: auto;
  font-size: 15px;
}
.phone-content {
  padding: 24px 15px 30px;
  min-height: 378px;
}
.phone h3 {
  font-size: 25px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.phone h3 > span {
  font: 10px var(--mono);
  padding: 4px 6px;
  border-radius: 4px;
  background: #e4edda;
}
.needs-row {
  width: 100%;
  text-align: left;
  padding: 17px 0;
  border-bottom: 1px solid #dce4d4;
  display: block;
}
.needs-row > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  color: #5b694f;
  margin-bottom: 8px;
}
.needs-row .avatar {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  font-size: 10px;
}
.needs-row strong {
  font-size: 12px;
}
.needs-row p {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 5px;
}
.needs-row small {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  margin-top: 13px;
  color: #5f6e51;
}
.needs-row small span {
  color: #44672e;
}
.phone-clear {
  font-size: 12px;
  color: #637357;
  margin-top: 25px;
}
#phone-back {
  padding: 0;
  font-size: 10px;
}
#phone-context {
  font-size: 8px;
  color: #5d6c50;
  margin-top: 25px;
}
#phone-thread h3 {
  font-size: 24px;
  margin-top: 9px;
}
#phone-message {
  font-size: 11px;
  line-height: 1.8;
  margin: 23px 0;
}
.phone-reply {
  background: white;
  border: 1px solid #cddbbc;
  border-radius: 9px;
  padding: 12px;
}
.phone-reply p {
  font-size: 10px;
}
.phone-reply > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  margin-top: 20px;
}
.phone-reply button {
  padding: 6px 10px;
  background: #d9eabb;
  border-radius: 5px;
}
.phone-example {
  font-size: 7px;
  color: #5f6c52;
  display: block;
  margin-top: 12px;
}
.done-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #c2d8a2;
  border-radius: 50%;
  background: #eaf2dd;
  color: #496b2d;
  margin: 20px 0;
}
#phone-done h3 {
  font-size: 25px;
}
#phone-done p {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 15px;
}
#back-to-needs {
  font-size: 10px;
  margin-top: 27px;
  padding: 9px;
  background: #e3edd5;
  border-radius: 5px;
}
.phone-caption {
  font-size: 9px;
  color: #d0ddc4;
  position: relative;
  text-align: center;
  margin-top: 24px;
}
.phone-caption button {
  font-size: 9px;
  color: #deefc9;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 7px;
}
.details-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 95px;
  padding: 110px 0;
}
.details-section h2 {
  margin: 25px 0;
}
.details-section > div > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.details-list {
  border-top: 1px solid var(--line);
}
.details-list p a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 24px 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 21px;
  line-height: 1;
  color: var(--muted);
  font-weight: 400;
  flex: none;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  padding: 0 30px 22px 0;
}
.waitlist-section {
  position: relative;
  background: #dff3b5;
  overflow: hidden;
  text-align: center;
  padding: 86px 0 75px;
}
.waitlist-inner {
  position: relative;
  max-width: 720px;
}
.waitlist-inner > .eyebrow {
  justify-content: center;
  color: #425731;
}
.waitlist-inner h2 {
  font-size: clamp(48px, 6.4vw, 91px);
  letter-spacing: -0.06em;
  line-height: 1.01;
  margin: 25px 0;
}
.waitlist-inner h2 em {
  color: #1e3822;
}
.waitlist-inner > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: #4d6039;
}
.invite-spaces {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  transform: rotate(-12deg);
}
.invite-spaces span {
  font: 170px var(--mono);
  color: #afd1764d;
  display: block;
}
.invite-spaces span:last-child {
  transform: rotate(30deg);
}
#invite {
  position: relative;
  margin: 32px auto 0;
  max-width: 480px;
  text-align: left;
}
#invite > label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 9px;
}
.email-field {
  display: flex;
  gap: 7px;
  background: #f9fff0;
  border: 1px solid #b7cd95;
  border-radius: 7px;
  padding: 6px;
}
#email {
  background: transparent;
  min-width: 0;
  flex: 1;
  border: 0;
  color: #22371c;
  padding: 0 10px;
  font-size: 11px;
  border-radius: 4px;
}
#email::placeholder {
  color: #60734d;
}
#invite button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--ink);
  color: white;
  border-radius: 4px;
  padding: 15px;
  font-size: 11px;
  font-weight: 500;
}
#invite button svg {
  width: 14px;
  height: 14px;
}
#invite button:disabled {
  opacity: 0.7;
}
#form-message {
  min-height: 20px;
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.7;
  color: #3e572b;
}
#form-message.error {
  color: #8b2719;
}
.waitlist-inner .waitlist-note {
  font-size: 9px !important;
  margin-top: 7px;
  color: #4e623b;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 32px;
}
.footer .brand > span {
  font-size: 23px;
}
.footer p {
  font-size: 11px;
  color: var(--muted);
}
.footer > div {
  text-align: right;
  font-size: 9px;
  color: var(--muted);
}
.footer small {
  display: block;
  font-size: 8px;
  margin-top: 6px;
}
.footer .open-source-credit {
  font-size: 10px;
}
.open-source-credit a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
dialog {
  width: min(640px, calc(100% - 32px));
  max-height: 85dvh;
  padding: 34px;
  border: 1px solid #cdd9c2;
  border-radius: 13px;
  background: #fcfef8;
  color: var(--ink);
  box-shadow: 0 30px 80px #1625104d;
}
dialog::backdrop {
  background: #15271b70;
  backdrop-filter: blur(4px);
}
dialog h2 {
  font-size: 36px;
  margin: 20px 0 24px;
}
dialog form {
  position: absolute;
  right: 14px;
  top: 12px;
}
.close-dialog {
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 1;
  border-radius: 50%;
  background: #edf2e5;
}
dialog pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 12px/1.8 var(--mono);
  background: #f1f5eb;
  padding: 20px;
  max-height: 42dvh;
  overflow: auto;
}
#download-file {
  margin-top: 15px;
  font-size: 12px;
}
.model-dialog-note {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  margin: 18px 0;
}
#dialog-picker .model-picker {
  margin: 0;
}
#dialog-picker .picker-body {
  height: 310px;
}
#dialog-picker .provider-tab {
  min-height: 48px;
}
#dialog-picker .model-option {
  min-height: 51px;
}
.model-dialog-note + #use-model {
  width: 100%;
}
.keyboard * {
  transition: none !important;
}
.motion-paused * {
  animation-play-state: paused !important;
}
.motion-paused .choice-machine,
.motion-paused .phone {
  transform: none !important;
  transition: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .button:active {
    transform: translateY(2px);
  }
  .provider-tab:hover {
    background: #edf2e6;
  }
  .model-option:hover {
    background: #f1f5eb;
  }
  .choice-send:hover svg {
    background: var(--blue);
  }
  .needs-row:hover {
    color: #315f22;
  }
  .file-row:hover {
    background: #f7fbf0;
  }
  .private-room:hover {
    opacity: 1 !important;
  }
}
@media (min-width: 1700px) {
  .wrap {
    width: 1320px;
  }
  .hero {
    padding-top: 95px;
    padding-bottom: 12px;
  }
  .hero h1 {
    font-size: 96px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 32px;
    padding-top: 54px;
  }
  .hero h1 {
    font-size: 71px;
  }
  .hero-description {
    font-size: 14px;
  }
  .choice-scene {
    padding-top: 25px;
  }
  .choice-heading {
    font-size: 18px;
    padding-inline: 13px;
  }
  .example-label {
    font-size: 6px;
  }
  .picker-body {
    grid-template-columns: 103px 1fr;
  }
  .provider-tab {
    font-size: 9px;
    gap: 4px;
    padding-inline: 5px;
  }
  .provider-mark {
    font-size: 18px;
    width: 16px;
  }
  .catalog-head {
    padding-inline: 9px;
    font-size: 10px;
  }
  .catalog-head > span {
    font-size: 7px;
  }
  .model-option strong {
    font-size: 10px;
  }
  .model-option small {
    font-size: 8px;
  }
  .choice-machine {
    padding-inline: 8px;
  }
  .choice-under {
    font-size: 6px;
  }
  .choice-orbit {
    inset-inline: -16px;
  }
  .hero-proof {
    margin-top: 48px;
    gap: 24px;
  }
  .freedom-head {
    gap: 70px;
  }
  .provider-line b {
    font-size: 14px;
  }
  .provider-line > span {
    font-size: 23px;
    gap: 8px;
  }
  .provider-line small {
    display: none;
  }
  .section-heading {
    gap: 40px;
  }
  .product-app:not([data-view="chat"]) .app-workspace {
    grid-template-columns: 130px 1fr 1fr;
  }
  .product-app:not([data-view="chat"]) .conversation {
    padding-inline: 14px;
  }
  .project-rail {
    padding-inline: 7px;
  }
  .messages {
    font-size: 11px;
  }
  .user-message {
    margin-left: 15px;
    padding: 11px;
  }
  .composer > div {
    gap: 8px;
  }
  .access-exhibit {
    padding: 20px;
  }
  .access-models {
    gap: 18px;
  }
  .machine {
    padding: 12px;
  }
  .model h3 {
    font-size: 21px;
  }
  .model-label {
    display: none;
  }
  .bot-chip {
    padding: 8px 6px;
    gap: 5px;
  }
  .bot-chip b {
    display: none;
  }
  .bot-chip .avatar {
    width: 23px;
    height: 23px;
    font-size: 12px;
  }
  .bot-chip > span {
    font-size: 10px;
  }
  .private-rooms {
    gap: 8px;
  }
  .private-room {
    padding: 8px;
  }
  .private-file {
    font-size: 6px;
    padding-inline: 4px;
    gap: 3px;
  }
  .private-file svg {
    width: 9px;
  }
  .private-login {
    font-size: 7px;
    padding-inline: 4px;
    gap: 3px;
  }
  .shelf-head {
    font-size: 8px;
  }
  .file-chip {
    font-size: 6px;
    padding-inline: 5px;
    gap: 3px;
  }

  .handoff-layout {
    gap: 50px;
  }
  .details-section {
    gap: 60px;
  }
}
@media (max-width: 820px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .mast {
    height: 86px;
  }
  .mast nav {
    gap: 18px;
    font-size: 10px;
  }
  .mast .button {
    gap: 12px;
  }
  .hero {
    padding-top: 40px;
    gap: 24px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.85;
  }
  .hero-action .button {
    font-size: 11px;
    gap: 20px;
    min-height: 50px;
    padding-inline: 15px;
  }
  .hero-action > span {
    font-size: 8px;
  }
  .choice-heading {
    font-size: 16px;
    padding: 15px 10px;
  }
  .example-label {
    display: none;
  }
  .choice-machine {
    padding-inline: 7px;
  }
  .model-picker {
    margin-inline: 6px;
  }
  .picker-body {
    grid-template-columns: 46px 1fr;
    height: 263px;
  }
  .provider-tab {
    justify-content: center;
    height: 44px;
    padding: 0;
  }
  .provider-tab .provider-name,
  .provider-tab[aria-pressed="true"]:after {
    display: none;
  }
  .provider-mark {
    width: 22px;
    font-size: 22px;
  }
  .catalog-head > span {
    font-size: 6px;
  }
  .choice-coordinate {
    font-size: 7px;
    top: -15px;
  }
  .choice-under > span {
    font-size: 5.5px;
    letter-spacing: 0;
    gap: 4px;
  }
  .choice-under i {
    width: 4px;
    height: 4px;
  }
  .choice-under {
    margin-top: 24px;
  }
  .choice-send {
    font-size: 12px;
  }
  .choice-send small {
    font-size: 8px;
  }
  .hero-proof {
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .hero-proof p {
    font-size: 10px;
  }
  .hero-proof a {
    font-size: 9px;
  }
  .hero-proof .hero-catalog-note {
    font-size: 8px;
  }
  .freedom-section {
    padding: 82px 0 64px;
  }
  .freedom-head {
    gap: 45px;
  }
  .freedom-head h2 {
    font-size: 37px;
  }
  .freedom-head > div {
    font-size: 12px;
  }
  .provider-line {
    gap: 12px;
    padding-block: 24px;
  }
  .provider-line > span {
    font-size: 18px;
    gap: 5px;
  }
  .provider-line b {
    font-size: 12px;
  }
  .provider-note {
    font-size: 9px;
  }
  .section-heading > p {
    max-width: 255px;
    font-size: 12px;
  }
  .demo-section {
    padding-top: 65px;
  }
  .demo-model-button strong {
    font-size: 9px;
  }
  .demo-model-button > span:last-child {
    margin-left: 2px;
    font-size: 9px;
  }
  .product-app:not([data-view="chat"]) .app-workspace {
    grid-template-columns: 1fr 1fr;
  }
  .product-app:not([data-view="chat"]) .project-rail {
    display: none;
  }
  .app-workspace {
    grid-template-columns: 145px 1fr;
  }
  .demo-source-strip {
    font-size: 8px;
    gap: 8px;
  }
  .demo-source-strip > div {
    gap: 5px;
  }
  .source-file {
    font-size: 6px;
    padding: 6px;
  }
  .access-exhibit {
    padding: 18px;
  }
  .exhibit-caption {
    align-items: flex-start;
  }
  .inspect-picker {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 225px;
  }
  .inspect-picker > span {
    width: 100%;
    text-align: right;
    font-size: 8px;
    margin: 0;
  }
  .inspect-picker button {
    font-size: 9px;
    padding: 5px;
  }
  .access-models {
    gap: 12px;
  }
  .model h3 {
    font-size: 18px;
  }
  .machine {
    padding: 9px;
  }
  .machine-label {
    font-size: 5.5px;
    letter-spacing: 0.03em;
  }
  .bot-pair {
    gap: 6px;
  }
  .bot-chip small {
    font-size: 6px;
  }
  .bot-chip > span {
    font-size: 9px;
  }
  .bot-chip .avatar {
    width: 20px;
    height: 20px;
  }
  .private-room {
    padding: 6px;
  }
  .private-rooms {
    gap: 5px;
  }
  .private-room .bot-chip {
    flex-wrap: wrap;
  }
  .private-room .bot-chip small {
    font-size: 6px;
  }
  .private-file {
    font-size: 5px;
    gap: 2px;
    padding-inline: 3px;
  }
  .private-file svg {
    width: 8px;
    height: 8px;
  }
  .private-login {
    font-size: 6px;
    gap: 2px;
    padding-inline: 3px;
  }
  .private-login svg {
    width: 8px;
    height: 8px;
  }
  .boundary-label {
    font-size: 6px;
    gap: 3px;
  }
  .boundary-label svg {
    width: 8px;
  }
  .shelf-head {
    font-size: 7px;
  }
  .shared-shelf {
    padding: 8px;
  }
  .file-pair {
    gap: 4px;
  }
  .file-chip {
    font-size: 5px;
    gap: 3px;
    padding: 10px 4px;
  }
  .file-chip svg {
    width: 9px;
  }
  .model > footer {
    font-size: 9px;
  }

  .comparison-section {
    padding: 75px 0;
  }
  .comparison-row > * {
    font-size: 11px;
    padding: 20px 17px;
  }
  .comparison-row > *:first-child {
    font-size: 10px;
  }
  .comparison-header > * {
    font-size: 19px;
  }
  .comparison-row p span {
    font-size: 10px;
  }
  .handoff-layout {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .handoff-copy h2 {
    font-size: 42px;
  }
  .handoff-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .phone {
    width: 260px;
  }
  .handoff-hint {
    font-size: 9px;
  }
  .details-section {
    padding-block: 80px;
    gap: 35px;
  }
  .details-section h2 {
    font-size: 42px;
  }
  summary {
    font-size: 12px;
  }
  details p {
    font-size: 11px;
  }
  .footer {
    gap: 15px;
    flex-wrap: wrap;
  }
  .footer > div {
    font-size: 8px;
  }
  .footer small {
    font-size: 7px;
  }
  .invite-spaces span {
    font-size: 100px;
  }
  .invite-spaces {
    padding-inline: 10px;
  }
}
@media (max-width: 600px) {
  :root {
    scroll-padding-top: 16px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .mast {
    height: 79px;
  }
  .mast nav {
    display: none;
  }
  .brand > span {
    font-size: 25px;
  }
  .brand small {
    font-size: 12px;
  }
  .mast .button {
    min-height: 37px;
    font-size: 10px;
    gap: 10px;
    padding-inline: 12px;
  }
  .mast .button svg {
    width: 13px;
  }
  .hero {
    display: block;
    padding-top: 36px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .hero h1 {
    font-size: clamp(55px, 15.2vw, 88px);
    margin: 21px 0 23px;
    line-height: 0.99;
    letter-spacing: -0.059em;
  }
  .hero h1 em:after {
    height: 9px;
    right: -3px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.85;
    max-width: 345px;
  }
  .hero-action {
    margin-top: 23px;
    gap: 10px;
  }
  .hero-action .button {
    min-height: 48px;
    font-size: 11px;
    padding-inline: 18px;
    gap: 26px;
  }
  .hero-action > span {
    font-size: 8px;
  }
  .choice-scene {
    padding: 0 6px;
    margin-top: 66px;
  }
  .choice-coordinate {
    top: -28px;
    right: 10px;
    font-size: 6px;
  }
  .choice-machine {
    transform: rotateY(-4deg) rotateX(3deg) rotateZ(1deg);
    padding: 0 9px 9px;
    border-radius: 11px 11px 15px 15px;
  }
  .choice-machine-top {
    height: 34px;
    font-size: 8px;
  }
  .choice-machine-top .app-brand {
    font-size: 15px;
  }
  .choice-heading {
    padding: 17px 13px;
    font-size: 19px;
  }
  .example-label {
    display: inline;
    font-size: 6px;
  }
  .model-picker {
    margin-inline: 8px;
  }
  .picker-body {
    grid-template-columns: 108px 1fr;
    height: 260px;
  }
  .provider-tab .provider-name {
    display: inline;
  }
  .provider-tab {
    justify-content: flex-start;
    padding-inline: 6px;
    font-size: 9px;
    gap: 5px;
    min-height: 41px;
    height: auto;
  }
  .provider-mark {
    font-size: 19px;
    width: 18px;
  }
  .provider-tab[aria-pressed="true"]:after {
    display: block;
  }
  .catalog-head {
    font-size: 10px;
    padding: 12px 9px 8px;
    flex-wrap: wrap;
    gap: 4px;
  }
  .catalog-head > span {
    font-size: 6px;
  }
  .model-search {
    height: 36px;
    padding: 0 10px;
  }
  .model-search input {
    font-size: 10px;
  }
  .model-search svg {
    width: 12px;
  }
  .model-option {
    padding: 8px 6px;
    min-height: 47px;
  }
  .model-option strong {
    font-size: 10px;
  }
  .model-option small {
    font-size: 8px;
  }
  .choice-selection {
    padding: 12px 13px;
  }
  .choice-selection small {
    font-size: 6px;
  }
  .choice-selection strong {
    font-size: 12px;
  }
  .choice-send {
    padding: 13px 12px 2px;
  }
  .choice-under {
    margin-top: 21px;
  }
  .choice-under > span {
    font-size: 5.7px;
    letter-spacing: 0.02em;
  }
  .choice-under button {
    width: 26px;
    height: 26px;
  }
  .choice-orbit {
    inset: 15px -7px 35px;
  }
  .hero-proof {
    margin-top: 29px;
    padding: 20px 0;
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .hero-proof p {
    font-size: 10px;
  }
  .hero-proof a {
    font-size: 8px;
    max-width: 115px;
    line-height: 1.7;
    gap: 5px;
  }
  .hero-proof .hero-catalog-note {
    grid-column: 1/-1;
    text-align: left;
    margin: 0;
    font-size: 8px;
  }
  .hero-catalog-note br {
    display: none;
  }
  .freedom-section {
    padding: 66px 0 55px;
  }
  .eyebrow {
    font-size: 8px;
  }
  .freedom-head {
    display: block;
    margin-top: 21px;
    margin-bottom: 28px;
  }
  .freedom-head h2 {
    font-size: 39px;
  }
  .freedom-head > div {
    padding-top: 25px;
    font-size: 12px;
  }
  .freedom-head p + p {
    margin-top: 13px;
  }
  .freedom-head a {
    margin-top: 16px;
    font-size: 11px;
  }
  .provider-line {
    justify-content: flex-start;
    gap: 20px 25px;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .provider-line > span {
    font-size: 21px;
    gap: 7px;
  }
  .provider-line b {
    font-size: 13px;
  }
  .provider-line small {
    display: block;
    font-size: 7px;
    max-width: none;
  }
  .provider-note {
    font-size: 8px;
    line-height: 1.8;
  }
  .demo-section {
    padding: 55px 0 42px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading h2 {
    font-size: 42px;
    margin-top: 20px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: none;
    margin-top: 22px;
    line-height: 1.85;
  }
  .demo-controls {
    flex-wrap: wrap;
    margin: 24px 0 16px;
    gap: 17px;
  }
  .client-picker {
    gap: 7px;
  }
  .client-picker button {
    padding: 7px 13px 7px 7px;
  }
  .client-picker button > span {
    font-size: 11px;
  }
  .client-picker small {
    font-size: 8px;
  }
  .client-picker .avatar {
    width: 27px;
    height: 27px;
    font-size: 14px;
  }
  .demo-model-button {
    border-top: 1px solid #cedbc3;
    padding: 14px 2px 0;
    flex: 1 1 100%;
    gap: 7px;
  }
  .demo-model-button > span:last-child {
    margin-left: auto;
  }
  .demo-model-button strong {
    font-size: 10px;
  }
  .demo-model-button small {
    font-size: 7px;
  }
  .demo-model-button .selection-icon {
    font-size: 22px;
  }
  .product-app {
    border-radius: 9px;
  }
  .app-top {
    height: 47px;
    padding: 0 11px;
  }
  .app-top > div {
    gap: 7px;
  }
  .app-brand {
    font-size: 19px;
  }
  .app-top strong {
    font-size: 11px;
  }
  .app-actions {
    gap: 3px !important;
  }
  .app-actions button {
    font-size: 9px;
    padding: 7px 5px;
    gap: 4px;
  }
  .app-actions button svg {
    width: 12px;
  }
  .app-rule {
    height: 13px;
  }
  .app-top > div > span:last-child:not(.app-brand) {
    font-size: 10px;
  }
  .app-workspace,
  .product-app:not([data-view="chat"]) .app-workspace {
    display: block;
    min-height: 438px;
  }
  .project-rail {
    display: none;
  }
  .conversation {
    height: 438px;
    padding: 0 17px;
  }
  .conversation > header {
    font-size: 8px;
    height: 43px;
  }
  .messages {
    font-size: 11px;
    padding-top: 25px;
  }
  .user-message {
    margin-left: 20px;
  }
  .agent-message {
    margin-top: 23px;
  }
  .tool-step {
    font-size: 8px;
  }
  .composer {
    padding: 12px 11px 9px;
    margin-bottom: 18px;
    font-size: 9px;
  }
  .composer p {
    padding-bottom: 23px;
  }
  .composer > div {
    font-size: 7px;
    gap: 10px;
  }
  .composer-model {
    font-size: 7px;
  }
  .product-app:not([data-view="chat"]) .conversation {
    display: none;
  }
  .product-panel {
    border-left: 0;
    height: 438px;
  }
  .panel-header {
    height: 34px;
    padding-inline: 12px;
  }
  .panel-header > span {
    display: none;
  }
  .back-chat {
    display: block;
    font-size: 9px;
  }
  .screen-toolbar {
    padding: 8px 11px;
    font-size: 8px;
  }
  .screen-toolbar button {
    font-size: 8px;
  }
  .example-browser {
    margin: 0 9px 9px;
  }
  .document-paper {
    min-height: 286px;
    margin: 12px auto;
    padding: 18px 24px;
    max-width: 275px;
  }
  .document-paper h3 {
    font-size: 25px;
    margin: 16px 0;
  }
  .document-brand > span {
    font-size: 16px;
  }
  .document-brand small {
    font-size: 5px;
  }
  .report-copy {
    font-size: 8px;
    min-height: 83px;
  }
  .document-signoff {
    margin-top: 10px;
    padding-top: 9px;
  }
  .files-view {
    padding: 18px 12px;
  }
  .file-row {
    font-size: 10px;
    padding: 18px 7px;
  }
  .file-row small {
    font-size: 8px;
  }
  .file-path {
    font-size: 8px;
  }
  .files-view > p {
    font-size: 8px;
  }
  .demo-source-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    padding-top: 7px;
  }
  .demo-source-strip > div {
    width: 100%;
    gap: 4px;
  }
  .source-file {
    font-size: 5.7px;
    padding: 7px 4px;
    gap: 3px;
    min-width: 0;
    white-space: nowrap;
  }
  .source-file svg {
    width: 9px;
    height: 9px;
  }
  .demo-source-strip .source-arrow {
    width: 10px;
    height: 10px;
  }
  .demo-foot {
    margin: 16px 0;
    gap: 14px;
  }
  .demo-foot > p {
    font-size: 10px;
    line-height: 1.6;
    flex: 1;
    max-width: 220px;
    align-items: flex-start;
  }
  .demo-dot {
    margin-top: 5px;
    width: 4px;
    height: 4px;
  }
  .demo-foot > button {
    font-size: 9px;
    padding: 10px;
    gap: 5px;
  }
  .demo-foot > button svg {
    width: 9px;
    height: 9px;
  }
  .demo-foot > small {
    font-size: 7px;
    line-height: 1.7;
  }
  .ai-plan-note {
    font-size: 9px;
    line-height: 1.8;
    margin-top: 23px;
  }
  .isolation-section {
    padding-top: 66px;
  }
  .access-exhibit {
    margin-top: 30px;
    padding: 14px;
  }
  .exhibit-caption {
    display: block;
    margin-bottom: 12px;
  }
  .exhibit-caption > p {
    font-size: 9px;
  }
  .exhibit-caption strong {
    font-size: 19px;
  }
  .inspect-picker {
    max-width: none;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 6px;
  }
  .inspect-picker > span {
    width: 100%;
    text-align: left;
    font-size: 7px;
    margin-bottom: 3px;
  }
  .inspect-picker button {
    padding: 6px;
    font-size: 9px;
  }
  .access-models {
    display: block;
  }
  .model > header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .model h3 {
    font-size: 21px;
    margin-top: 5px;
  }
  .model-label {
    display: block;
    font-size: 6px;
    padding: 5px;
  }
  .machine {
    padding: 13px;
  }
  .machine-label {
    font-size: 6px;
    margin-bottom: 15px;
  }
  .bot-pair {
    gap: 9px;
  }
  .bot-chip {
    padding: 9px 7px;
    gap: 6px;
  }
  .bot-chip > span {
    font-size: 10px;
  }
  .bot-chip small {
    font-size: 6px;
  }
  .bot-chip .avatar {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  .shared-wires {
    height: 31px;
  }
  .shared-wires i {
    height: 31px;
  }
  .shared-shelf {
    padding: 10px;
    margin-top: 12px;
  }
  .shelf-head {
    font-size: 8px;
    margin-bottom: 12px;
  }
  .file-pair {
    gap: 7px;
  }
  .file-chip {
    font-size: 6px;
    padding: 10px 5px;
    gap: 4px;
  }
  .file-chip svg {
    width: 10px;
    height: 10px;
  }
  .shared-login {
    font-size: 8px;
    margin-top: 10px;
    padding-top: 10px;
  }
  .shared-login small {
    font-size: 6px;
  }
  .model > footer {
    font-size: 9px;
    min-height: 0;
    margin-top: 12px;
    line-height: 1.7;
  }
  .separate-model {
    border-top: 1px solid var(--line);
    padding-top: 7px;
    margin-top: 21px;
  }
  .private-rooms {
    gap: 9px;
  }
  .private-room {
    padding: 9px;
  }
  .private-room .bot-chip {
    flex-wrap: nowrap;
    gap: 5px;
  }
  .private-room .bot-chip small {
    font-size: 6px;
  }
  .private-file {
    font-size: 6px;
    padding: 9px 4px;
    gap: 3px;
  }
  .private-file svg {
    width: 9px;
    height: 9px;
  }
  .private-login {
    font-size: 7px;
    padding: 9px 5px;
    gap: 3px;
  }
  .private-login svg {
    width: 10px;
    height: 10px;
  }
  .boundary-label {
    font-size: 6px;
    gap: 4px;
    padding-top: 11px;
  }
  .boundary-label svg {
    width: 9px;
    height: 9px;
  }
  .exhibit-foot {
    font-size: 7px;
    padding-top: 15px;
    margin-top: 16px;
  }

  .comparison-section {
    padding: 55px 0 65px;
  }
  .comparison-row {
    grid-template-columns: 1fr 1fr;
  }
  .comparison-row > * {
    font-size: 10px;
    padding: 15px 12px;
  }
  .comparison-row > *:first-child {
    grid-column: 1/-1;
    padding: 14px 0 3px;
    font-size: 10px;
  }
  .comparison-header > * {
    font-size: 18px;
  }
  .comparison-header > *:first-child {
    font-size: 7px;
    padding: 12px 0;
  }
  .comparison-row p span {
    font-size: 9px;
    margin-top: 7px;
  }
  .comparison-row p b {
    font-size: 10px;
  }
  .comparison-row a {
    font-size: 8px;
  }
  .comparison-foot {
    font-size: 8px;
    line-height: 1.8;
    margin-top: 14px;
  }
  .handoff-section {
    padding: 59px 0 47px;
  }
  .handoff-layout {
    display: block;
  }
  .handoff-copy h2 {
    font-size: 44px;
    line-height: 1.04;
    margin: 21px 0 25px;
  }
  .handoff-copy > p:not(.eyebrow) {
    font-size: 12px;
    max-width: 330px;
  }
  .handoff-hint {
    font-size: 9px;
    margin-top: 22px;
  }
  .phone-scene {
    margin-top: 35px;
    padding: 12px 0;
  }
  .phone {
    width: 268px;
    min-height: 515px;
  }
  .phone-orbit {
    inset-inline: -10%;
    transform: rotate(-35deg) scaleY(0.75);
  }
  .phone-caption {
    font-size: 8px;
    line-height: 1.8;
    margin-top: 27px;
  }
  .phone-caption button {
    font-size: 8px;
  }
  .details-section {
    display: block;
    padding: 62px 0;
  }
  .details-section h2 {
    font-size: 44px;
    margin: 20px 0;
  }
  .details-section > div > p:not(.eyebrow) {
    font-size: 12px;
  }
  .details-list {
    margin-top: 28px;
  }
  summary {
    font-size: 12px;
    padding: 20px 0;
    gap: 16px;
  }
  details p {
    font-size: 11px;
    padding: 0 15px 20px 0;
  }
  .waitlist-section {
    padding: 58px 0 40px;
  }
  .waitlist-inner h2 {
    font-size: 49px;
    line-height: 1.03;
    margin: 22px 0;
  }
  .waitlist-inner > p:not(.eyebrow) {
    font-size: 12px;
  }
  .invite-spaces {
    display: none;
  }
  #invite {
    margin-top: 25px;
  }
  .email-field {
    padding: 5px;
    gap: 4px;
  }
  #email {
    font-size: 10px;
    padding: 10px 6px;
  }
  #invite button {
    font-size: 9px;
    padding: 12px 9px;
    gap: 6px;
  }
  #invite button svg {
    width: 12px;
  }
  #form-message {
    font-size: 10px;
  }
  .waitlist-inner .waitlist-note {
    font-size: 8px !important;
  }
  .footer {
    padding: 27px 0;
    gap: 17px;
  }
  .footer .brand > span {
    font-size: 23px;
  }
  .footer p {
    font-size: 9px;
  }
  .footer > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 8px;
  }
  .footer small {
    font-size: 7px;
    margin: 0;
  }
  dialog {
    padding: 25px 19px;
  }
  dialog h2 {
    font-size: 29px;
    margin: 19px 0;
  }
  dialog .eyebrow {
    font-size: 7px;
    max-width: 250px;
  }
  .close-dialog {
    font-size: 22px;
    width: 26px;
    height: 26px;
  }
  dialog pre {
    padding: 14px;
    font-size: 10px;
  }
  .model-dialog-note {
    font-size: 9px;
  }
  #dialog-picker .picker-body {
    grid-template-columns: 105px 1fr;
  }
  #dialog-picker .catalog-head {
    font-size: 9px;
  }
  #dialog-picker .model-option strong {
    font-size: 10px;
  }
  #dialog-picker .provider-tab {
    font-size: 9px;
  }
  #use-model {
    min-height: 46px;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 28px);
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-description {
    font-size: 11px;
  }
  .mast .button {
    font-size: 9px;
    gap: 7px;
    padding-inline: 9px;
  }
  .picker-body {
    grid-template-columns: 92px 1fr;
  }
  .provider-tab {
    font-size: 8px;
    gap: 3px;
    padding-inline: 4px;
  }
  .provider-mark {
    font-size: 17px;
    width: 16px;
  }
  .catalog-head > span {
    display: none;
  }
  .model-option strong {
    font-size: 9px;
  }
  .example-label {
    font-size: 5px;
  }
  .choice-under > span {
    font-size: 5px;
  }
  .choice-send small {
    font-size: 7px;
  }
  .hero-proof a {
    max-width: 94px;
    font-size: 7px;
  }
  .hero-proof p {
    font-size: 9px;
  }
  .freedom-head h2 {
    font-size: 35px;
  }
  .section-heading h2 {
    font-size: 38px;
  }
  .access-exhibit {
    padding: 11px;
  }
  .machine {
    padding: 10px;
  }
  .private-room {
    padding: 6px;
  }
  .private-file {
    font-size: 5.2px;
  }
  .private-login {
    font-size: 6px;
  }
  .model h3 {
    font-size: 19px;
  }

  .source-file {
    font-size: 5px;
    padding: 6px 3px;
  }
  .source-file svg {
    width: 8px;
  }
  .demo-foot > p {
    font-size: 9px;
  }
  .demo-foot > button {
    font-size: 8px;
  }
  .waitlist-inner h2 {
    font-size: 43px;
  }
  #invite button {
    font-size: 8px;
    padding: 12px 7px;
  }
  #email {
    font-size: 9px;
  }
  #invite button svg {
    width: 10px;
  }
  .handoff-copy h2 {
    font-size: 39px;
  }
  .phone {
    width: 250px;
  }
  .model-picker {
    margin-inline: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .choice-machine,
  .phone {
    transform: none !important;
  }
}
.reset-phone {
  display: block;
  position: relative;
  margin: 29px auto 0;
  color: #d3e2c3;
  font-size: 9px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.phone-bottom {
  width: 85px;
  height: 4px;
  border-radius: 10px;
  background: #65755b;
  margin: 0 auto 10px;
}
#back-to-needs svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 7px;
}

/* A launch told through the work itself. */
.launch-section {
  padding-top: 100px;
  background: #edf1e7;
}
.launch-section .section-heading {
  align-items: center;
}
.launch-section .section-heading h2 {
  font-size: clamp(50px, 4.5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.launch-chapters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bac8b0;
  border-bottom: 1px solid #bac8b0;
  margin: 45px 0 30px;
}
.launch-chapters button {
  position: relative;
  display: grid;
  grid-template-columns: 35px 1fr;
  text-align: left;
  padding: 23px 22px;
  gap: 6px 5px;
  transition: background 0.25s;
}
.launch-chapters button + button {
  border-left: 1px solid #cad4c1;
}
.launch-chapters button > span {
  grid-row: span 2;
  font: 11px var(--mono);
  color: #63735b;
  padding-top: 3px;
}
.launch-chapters strong {
  font: 500 19px var(--display);
  letter-spacing: -0.5px;
}
.launch-chapters small {
  font-size: 11px;
  color: #53634c;
}
.launch-chapters [aria-pressed="true"] {
  background: #dae8c6;
}
.launch-chapters [aria-pressed="true"]:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 3px;
  background: #385b26;
  left: 0;
  right: 0;
}
.launch-section .demo-controls {
  margin: 24px 0 18px;
}
.demo-business {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}
.demo-business strong {
  font-size: 12px;
  font-weight: 600;
}
.demo-business small {
  display: block;
  font-size: 10px;
  color: #56634f;
  margin-top: 4px;
}
.launch-app .conversation {
  height: 690px;
  max-width: 800px;
  padding: 0 28px;
}
.launch-app .app-workspace {
  min-height: 690px;
}
.launch-app .messages {
  padding: 18px 0 14px;
  min-height: 0;
  overflow: auto;
  scrollbar-width: thin;
}
.launch-app .user-message {
  font-size: 11px;
  padding: 10px 14px;
  line-height: 1.65;
}
.launch-app .agent-message {
  margin-top: 15px;
  font-size: 11px;
  line-height: 1.65;
}
.launch-app .tool-step {
  margin: 11px 0 14px 30px;
}
.launch-app .conversation > header {
  min-height: 42px;
}
.launch-app .composer {
  margin-bottom: 20px;
  flex-shrink: 0;
}
.launch-app .composer p {
  padding-bottom: 16px;
}
.campaign-output {
  border: 1px solid #ced9c3;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 30px;
  background: #fff;
}
.output-tabs {
  display: flex;
  background: #f6f8f2;
  gap: 5px;
  padding: 7px 9px;
  border-bottom: 1px solid #dce3d4;
}
.output-tabs button {
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 10px;
  color: #53604c;
}
.output-tabs button[aria-pressed="true"] {
  background: #fff;
  color: #243b18;
  box-shadow: 0 1px 4px #21301920;
}
.output-tabs small {
  font: 8px var(--mono);
  margin-left: 5px;
}
.output-view {
  height: 290px;
  overflow: hidden;
}
.mini-landing {
  height: 100%;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  background: #e3e8d8;
}
.mini-landing-copy {
  padding: 18px 0 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.mini-landing-copy > strong {
  font: 600 23px var(--display);
  letter-spacing: -1.5px;
}
.mini-landing-copy > small {
  font: 7px var(--mono);
  letter-spacing: 1px;
  margin: 23px 0 11px;
}
.mini-landing-copy h3 {
  font: 500 39px/0.98 var(--display);
  letter-spacing: -2px;
  margin: 0;
  color: #2e4433;
}
.mini-landing-copy > span {
  font: 7px var(--mono);
  margin-top: auto;
  border-bottom: 1px solid #7d8e6a;
  padding-bottom: 4px;
}
.cake-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.cake-stage > img,
.cake-stage > canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}
.cake-stage > canvas {
  opacity: 0;
  touch-action: pan-y;
  cursor: grab;
}
.cake-stage.ready > canvas {
  opacity: 1;
}
.cake-stage.ready > img {
  opacity: 0;
}
.cake-stage > button {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 11px;
  border: 1px solid #66755870;
  border-radius: 30px;
  background: #eff2e5dd;
  font-size: 8px;
  white-space: nowrap;
  color: #34472b;
}
#output-video {
  background: #dfe6d2;
}
#output-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#output-chart {
  background: #fafbf6;
}
#output-chart > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.output-file-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  font-size: 9px;
}
.output-file-row > svg {
  width: 15px;
  flex-shrink: 0;
  color: #637257;
}
.output-file-row > span {
  flex: 1;
}
.output-file-row strong {
  font-size: 9px;
  font-weight: 500;
}
.output-file-row small {
  display: block;
  font-size: 8px;
  color: #5e6c55;
  margin-top: 1px;
}
.output-file-row > a {
  padding: 6px 8px;
  border: 1px solid #d5ddce;
  border-radius: 4px;
  font-size: 9px;
  white-space: nowrap;
}
.publish-output {
  margin-left: 30px;
  border: 1px solid #ccd7be;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f8f0;
}
.publish-preview {
  position: relative;
  height: 245px;
  background: #dfe6d2;
  overflow: hidden;
}
.publish-preview > img {
  position: absolute;
  right: -4%;
  top: -29%;
  width: 65%;
  height: 150%;
  object-fit: cover;
}
.publish-preview > div {
  position: relative;
  padding: 22px 28px;
}
.publish-preview span {
  font: 600 22px var(--display);
  letter-spacing: -1px;
}
.publish-preview h3 {
  font: 500 37px/1.02 var(--display);
  letter-spacing: -1.8px;
  margin-top: 22px;
}
.publish-preview em {
  font-style: normal;
  color: #466836;
}
.publish-address {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  background: #fff;
  border-block: 1px solid #d4dfc8;
}
.publish-address > svg {
  width: 13px;
  color: #547d35;
}
.publish-address > span {
  font: 11px var(--mono);
}
.publish-address > small {
  margin-left: auto;
  font: 7px var(--mono);
  color: #69745f;
}
.publish-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  padding: 12px 15px;
}
.publish-open svg {
  width: 14px;
}
.screen-invitation {
  padding: 26px 30px;
  margin: 20px 0 0 30px;
  background: #f3f0e3;
  border: 1px solid #dcd6c0;
  border-radius: 8px;
}
.handoff-badge {
  font: 8px var(--mono);
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #79591c;
}
.handoff-badge i {
  width: 5px;
  height: 5px;
  background: #b78224;
  border-radius: 50%;
}
.screen-invitation h3 {
  font: 500 29px/1.1 var(--display);
  letter-spacing: -1px;
  margin: 18px 0 12px;
}
.screen-invitation p {
  font-size: 11px;
  line-height: 1.7;
  color: #655d47;
}
.screen-invitation .button {
  font-size: 10px;
  padding: 11px 16px;
  margin: 16px 0;
}
.screen-invitation .button svg {
  width: 15px;
}
.screen-invitation > small {
  display: block;
  font-size: 9px;
  line-height: 1.7;
  color: #645f4e;
}
.launch-app:not([data-view="chat"]) .app-workspace {
  grid-template-columns: 154px 0.9fr 1.12fr;
}
.launch-app:not([data-view="chat"]) .conversation {
  padding-inline: 20px;
}
.launch-app:not([data-view="chat"]) .screen-invitation {
  margin-left: 0;
  padding: 24px 19px;
}
.launch-app:not([data-view="chat"]) .screen-invitation .button {
  display: none;
}
.launch-app:not([data-view="chat"]) .campaign-output {
  margin-left: 0;
}
.launch-app:not([data-view="chat"]) .mini-landing-copy {
  padding-left: 12px;
}
.launch-app:not([data-view="chat"]) .mini-landing-copy h3 {
  font-size: 29px;
  letter-spacing: -1px;
}
.launch-app .back-chat {
  display: block;
  margin-left: 14px;
  padding: 5px;
}
.launch-app .panel-header > span {
  display: none;
}
.chapter-narration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 80px;
  margin: 34px 0 0;
  padding-top: 32px;
  border-top: 1px solid #c8d3bd;
}
.chapter-narration .eyebrow {
  grid-column: 1/-1;
  font-size: 9px;
}
.chapter-narration h3 {
  font: 500 37px/1.08 var(--display);
  letter-spacing: -1.4px;
  max-width: 450px;
  margin: 0;
}
.chapter-narration > p:last-child {
  font-size: 13px;
  line-height: 1.8;
  color: #58664e;
  margin: 0;
}
.connections-section {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.connections-copy h2 {
  margin: 23px 0;
  font-size: 58px;
  line-height: 1.03;
  letter-spacing: -3px;
}
.connections-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 440px;
}
.toolbelt {
  margin: 27px 0;
  border-top: 1px solid var(--line);
}
.toolbelt > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  font-size: 11px;
}
.toolbelt strong {
  font-weight: 500;
}
.toolbelt span {
  color: var(--muted);
  line-height: 1.65;
}
.connections-copy > small {
  font-size: 10px;
  line-height: 1.75;
  color: var(--muted);
  display: block;
  max-width: 420px;
}
.connections-example {
  border: 1px solid #bfcbb3;
  box-shadow: 18px 22px 0 #e6eddb;
  border-radius: 10px;
  overflow: hidden;
  background: #f7faf2;
  transform: rotate(1deg);
}
.connections-example > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 25px;
  background: #edf3e3;
  border-bottom: 1px solid #d5dfc9;
  font-size: 13px;
}
.connections-example > header span {
  font-size: 9px;
  color: #58664b;
}
.connections-example > header small {
  font: 8px var(--mono);
  color: #5c6d4c;
}
.connection-tabs {
  padding: 15px 25px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #dae2cf;
}
.connection-tabs button {
  font-size: 11px;
  padding: 8px 14px;
  border-radius: 5px;
  color: #526346;
}
.connection-tabs button[aria-pressed="true"] {
  color: #244218;
  background: #dcecc8;
}
.connection-row {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 25px;
  border-bottom: 1px solid #e0e7d6;
}
.connection-row > i {
  font-style: normal;
  font: 500 22px var(--display);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #dce4d2;
  background: white;
  border-radius: 10px;
}
.connection-row > span {
  flex: 1;
}
.connection-row strong {
  font-size: 13px;
  font-weight: 500;
}
.connection-row small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.5;
  color: #5c6e4d;
}
.connection-row > b {
  font: 8px var(--mono);
  font-weight: 400;
  border-radius: 20px;
  background: #e2efd3;
  padding: 5px 8px;
  color: #42632c;
}
.connection-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 31px 20px;
  font: 8px var(--mono);
  color: #4a6733;
}
.connection-flow b {
  font-weight: 400;
  color: #6d7e5b;
}
.connections-example > footer {
  font-size: 9px;
  color: #60714f;
  padding: 18px 25px;
  border-top: 1px solid #dce5cf;
  line-height: 1.7;
  background: #f0f5e9;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1100px) and (min-width: 901px) {
  .connections-section {
    gap: 45px;
  }
  .connections-copy h2 {
    font-size: 50px;
  }
}
@media (max-width: 900px) {
  .connections-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .launch-chapters strong {
    font-size: 15px;
  }
  .launch-app:not([data-view="chat"]) .app-workspace {
    grid-template-columns: 1fr;
  }
  .launch-app:not([data-view="chat"]) .conversation,
  .launch-app:not([data-view="chat"]) .project-rail {
    display: none;
  }
  .chapter-narration {
    gap: 20px;
  }
  .chapter-narration h3 {
    font-size: 30px;
  }
}
.toolbelt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.toolbelt i {
  font: 10px var(--mono);
  font-style: normal;
  color: #6e7c61;
}
.toolbelt > span {
  color: #3c5330;
}
#connections-shelf > p,
#plugins-shelf > p {
  font: 9px var(--mono);
  color: #5c704d;
  margin: 22px 25px 0;
}
.connection-row > .service-icon {
  flex: 0 0 40px;
  height: 40px;
  background: white;
  border: 1px solid #dbe2d3;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 23px;
  font-weight: 500;
}
.service-icon.gmail {
  color: #a5432c;
}
.service-icon.dropbox {
  color: #255cdd;
}
.service-icon.remotion {
  color: #3058ed;
}
.service-icon.design {
  color: #426f2e;
}
.connection-flow svg {
  width: 18px;
}
.launch-chapters {
  grid-template-columns: repeat(4, 1fr);
}
.launch-chapters button {
  padding-inline: 18px;
  grid-template-columns: 28px 1fr;
}
.launch-chapters button > span {
  color: #506246;
}
.launch-chapters strong {
  font-size: 18px;
}
.launch-chapters small {
  font-size: 10px;
}
.demo-foot > p {
  margin-right: auto;
}
.demo-foot > #next-chapter {
  background: transparent;
  border: 1px solid #aaba9b;
  color: #314629;
  margin-left: auto;
}
.demo-foot > #replay-demo {
  margin-left: 0;
}
.schedule-output {
  margin-left: 30px;
  border: 1px solid #c9d3be;
  border-radius: 8px;
  overflow: hidden;
  background: #223b2e;
  color: #eef5df;
}
.schedule-report {
  padding: 23px 25px;
}
.schedule-report > header {
  display: flex;
  justify-content: space-between;
  font: 7px var(--mono);
  color: #c6d9ae;
  letter-spacing: 0.5px;
}
.schedule-report > header small {
  font-size: 6px;
}
.schedule-report h3 {
  font: 500 30px/1.05 var(--display);
  letter-spacing: -1px;
  margin: 23px 0 18px;
}
.schedule-report h3 em {
  font-style: normal;
  color: #d5efa5;
}
.schedule-clock {
  display: flex;
  align-items: center;
  gap: 17px;
}
.schedule-clock > span {
  font: 500 44px var(--mono);
  letter-spacing: -2px;
  color: #e2f3c1;
}
.schedule-clock > small {
  font: 7px/1.8 var(--mono);
  color: #bed4a8;
}
.schedule-clock > i {
  margin-left: auto;
  width: 8px;
  height: 8px;
  background: #cced96;
  border-radius: 50%;
  box-shadow: 0 0 18px #b5e97980;
}
.schedule-track {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 22px;
  font: 7px var(--mono);
  color: #b2cc99;
}
.schedule-track > i {
  height: 1px;
  flex: 1;
  background: #587846;
  position: relative;
}
.schedule-track > i:after {
  content: "";
  position: absolute;
  left: 30%;
  top: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c7eaa0;
}
.schedule-jobs {
  border-top: 1px solid #47643a;
}
.schedule-jobs > div {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #47643a;
}
.schedule-jobs span {
  font: 7px var(--mono);
  color: #bbd89e;
}
.schedule-jobs strong {
  font-size: 9px;
  font-weight: 400;
}
.schedule-jobs b {
  font-size: 7px;
  font-weight: 400;
  color: #c3d2b6;
}
.schedule-report > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}
.schedule-report > footer p {
  font-size: 8px;
  line-height: 1.6;
  color: #c0d3ad;
  max-width: 280px;
}
.schedule-report > footer button {
  padding: 8px 10px;
  border: 1px solid #86a66a;
  border-radius: 4px;
  font-size: 8px;
  color: #e5f5cd;
  white-space: nowrap;
}
.launch-app:not([data-view="chat"]) .schedule-output {
  margin-left: 0;
}
.app-foundations {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
  align-items: center;
}
.foundation-copy h2 {
  font: 500 69px/0.98 var(--display);
  letter-spacing: -3.5px;
  margin: 24px 0;
}
.foundation-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 440px;
  margin-bottom: 15px;
}
.foundation-copy .button {
  margin-top: 14px;
  font-size: 12px;
  padding: 15px 20px;
}
.foundation-copy > small {
  display: block;
  max-width: 340px;
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 15px;
}
.app-foundations + .connections-section {
  padding-top: 72px;
  border-top: 1px solid #ccd5c8;
}
.observed-note {
  display: block;
  font-size: 10px;
  margin-top: 8px;
  line-height: 1.6;
}
.connections-example > header > .app-brand {
  font: 600 20px var(--mono);
  letter-spacing: -1.8px;
}
@media (max-width: 1100px) {
  .app-foundations {
    gap: 60px;
  }
}
@media (max-width: 900px) {
  .app-foundations {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.account-address {
  margin-top: 35px;
  border-block: 1px solid #c8d4bd;
  padding: 35px 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
.account-address .eyebrow {
  font-size: 8px;
}
.account-address h3 {
  font: 500 31px var(--display);
  letter-spacing: -1px;
  margin: 15px 0;
}
.account-address > div > p:last-child {
  font-size: 12px;
  line-height: 1.8;
  max-width: 490px;
  color: var(--muted);
}
.address-diagram {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
}
.address-diagram > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.address-diagram > div > span {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
}
.address-diagram i {
  font-style: normal;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid #b6c8a3;
  border-radius: 5px;
  background: #e8f0dc;
  font-size: 10px;
}
.address-diagram > svg {
  width: 35px;
  color: #567446;
}
.address-diagram > p {
  padding: 19px 23px;
  background: #eaf1df;
  border: 1px solid #b6c8a3;
  border-radius: 8px;
}
.address-diagram small {
  display: block;
  font: 8px var(--mono);
  color: #4b633b;
}
.address-diagram strong {
  display: block;
  font: 500 24px var(--mono);
  letter-spacing: -1px;
  margin: 8px 0;
}
.address-diagram > p > span {
  font: 7px var(--mono);
  color: #546c43;
}
@media (max-width: 900px) {
  .account-address {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .address-diagram {
    justify-content: flex-start;
  }
}

.freedom-section {
  padding-block: 55px;
}
.freedom-head {
  margin-top: 20px;
  align-items: center;
}
.freedom-head h2 {
  font-size: 43px;
  line-height: 1.02;
  letter-spacing: -2px;
}
.freedom-head > div > p {
  font-size: 13px;
}
.provider-line {
  margin-top: 30px;
}
.mini-landing-copy > a {
  font: 7px var(--mono);
  margin-top: auto;
  border-bottom: 1px solid #7d8e6a;
  padding-bottom: 4px;
}
.schedule-report {
  padding: 19px 25px;
}
.schedule-report h3 {
  margin: 18px 0 13px;
}
.schedule-clock > span {
  font-size: 38px;
}
.schedule-track {
  margin: 12px 0 16px;
}
.schedule-report > footer {
  margin-top: 12px;
}

/* Each chapter is one desktop viewport: context, work and controls stay together. */
@media (min-width: 1000px) {
  .story-theatre {
    margin-top: 38px;
    scroll-margin-top: 12px;
  }
  .story-theatre .launch-chapters {
    margin: 0;
    height: 54px;
  }
  .story-theatre .launch-chapters button {
    padding: 10px 16px;
    gap: 3px 5px;
  }
  .story-theatre .launch-chapters strong {
    font-size: 16px;
  }
  .story-theatre .launch-chapters small {
    font-size: 10px;
  }
  .story-theatre .chapter-narration {
    margin: 0;
    padding: 14px 0;
    border: 0;
    height: 84px;
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: 13px 1fr;
    gap: 4px 50px;
    align-items: center;
  }
  .story-theatre .chapter-narration .eyebrow {
    grid-column: 1;
    margin: 0;
    font-size: 8px;
  }
  .story-theatre .chapter-narration h3 {
    grid-column: 1;
    grid-row: 2;
    font-size: 25px;
    line-height: 1;
    max-width: none;
    letter-spacing: -0.8px;
  }
  .story-theatre .chapter-narration > p:last-child {
    grid-column: 2;
    grid-row: 1/3;
    font-size: 12px;
    line-height: 1.65;
  }
  .story-theatre .product-shadow {
    inset: 20px 40px 0;
  }
  .story-theatre .app-top {
    height: 44px;
    gap: 15px;
  }
  .story-theatre .demo-model-button {
    margin-left: auto;
    gap: 8px;
  }
  .story-theatre .demo-model-button > span:last-child {
    display: none;
  }
  .story-theatre .demo-model-button small {
    font-size: 7px;
  }
  .story-theatre .demo-model-button strong {
    font-size: 10px;
  }
  .story-theatre .launch-app {
    --workspace-height: clamp(390px, calc(100svh - 254px), 650px);
    --artifact-height: clamp(142px, calc(100svh - 514px), 340px);
  }
  .story-theatre .app-workspace {
    height: var(--workspace-height);
    min-height: 0;
    grid-template-columns: 154px minmax(0, 1fr);
  }
  .story-theatre .conversation {
    height: var(--workspace-height);
    min-height: 0;
    max-width: 970px;
    padding: 0 24px;
  }
  .story-theatre .conversation > header {
    height: 27px;
    min-height: 27px;
    flex-shrink: 0;
  }
  .story-theatre .messages {
    padding: 8px 0;
    overflow: auto;
  }
  .story-theatre .user-message {
    font-size: 11px;
    line-height: 1.5;
    padding: 7px 12px;
    margin-top: 0;
    margin-left: 28px;
  }
  .story-theatre .agent-message {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.5;
    gap: 8px;
  }
  .story-theatre .tool-step {
    margin: 7px 0 8px 28px;
    font-size: 8px;
  }
  .story-theatre .composer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 9px;
    padding: 9px 12px;
    min-height: 37px;
    border-radius: 8px;
  }
  .story-theatre .composer > p {
    padding: 0;
    font-size: 10px;
  }
  .story-theatre .composer > div {
    gap: 9px;
    font-size: 8px;
  }
  .story-theatre .composer > div > span:first-child {
    display: none;
  }
  .story-theatre .composer b {
    width: 22px;
    height: 22px;
    padding-top: 4px;
  }
  .story-theatre .campaign-output,
  .story-theatre .publish-output,
  .story-theatre .schedule-output {
    margin-left: 28px;
  }
  .story-theatre .output-view {
    height: var(--artifact-height);
  }
  .story-theatre .output-tabs {
    padding: 4px 7px;
  }
  .story-theatre .output-tabs button {
    padding: 5px 9px;
  }
  .story-theatre .output-file-row {
    padding: 6px 10px;
  }
  .story-theatre .mini-landing-copy {
    padding: 12px 0 12px 25px;
  }
  .story-theatre .mini-landing-copy > strong {
    font-size: 21px;
  }
  .story-theatre .mini-landing-copy > small {
    margin: 9px 0 7px;
  }
  .story-theatre .mini-landing-copy h3 {
    font-size: clamp(26px, calc(7svh - 20px), 43px);
    line-height: 0.98;
    letter-spacing: -1.1px;
  }
  .story-theatre .mini-landing-copy > a {
    margin-top: auto;
    padding-top: 5px;
  }
  .story-theatre .publish-preview {
    height: calc(var(--artifact-height) + 12px);
  }
  .story-theatre .publish-preview > div {
    padding: 14px 28px;
  }
  .story-theatre .publish-preview h3 {
    margin-top: 10px;
    font-size: clamp(28px, 4.7svh, 40px);
  }
  .story-theatre .publish-address {
    padding: 9px 14px;
  }
  .story-theatre .publish-open {
    padding: 8px 14px;
  }
  .story-theatre .demo-foot {
    margin-top: 10px;
    gap: 7px 12px;
  }
  .story-theatre .demo-foot > p {
    font-size: 11px;
  }
  .story-theatre .demo-foot > button {
    font-size: 10px;
    padding: 8px 12px;
    min-height: 33px;
  }
  .story-theatre .demo-foot > small {
    font-size: 8px;
    line-height: 1.4;
    margin-top: 0;
  }
  .story-theatre .screen-invitation {
    padding: 18px 24px;
    margin-top: 12px;
  }
  .story-theatre .screen-invitation h3 {
    margin: 12px 0 9px;
    font-size: 26px;
  }
  .story-theatre .screen-invitation .button {
    margin: 10px 0;
  }
  .story-theatre .schedule-report {
    padding: 14px 20px;
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 10px 20px;
  }
  .story-theatre .schedule-report > header {
    grid-column: 1/-1;
  }
  .story-theatre .schedule-report h3 {
    margin: 4px 0;
    font-size: 25px;
  }
  .story-theatre .schedule-clock > span {
    font-size: 35px;
  }
  .story-theatre .schedule-track {
    display: none;
  }
  .story-theatre .schedule-jobs {
    grid-column: 1/-1;
  }
  .story-theatre .schedule-jobs > div {
    padding: 8px 0;
  }
  .story-theatre .schedule-report > footer {
    grid-column: 1/-1;
    margin: 0;
  }
  .story-theatre .launch-app:not([data-view="chat"]) .app-workspace {
    grid-template-columns: 295px minmax(0, 1fr);
  }
  .story-theatre .launch-app:not([data-view="chat"]) .project-rail {
    display: none;
  }
  .story-theatre .launch-app:not([data-view="chat"]) .conversation {
    padding-inline: 16px;
  }
  .story-theatre .launch-app:not([data-view="chat"]) .user-message {
    margin-left: 0;
  }
  .story-theatre .launch-app:not([data-view="chat"]) .screen-invitation {
    padding: 14px;
  }
  .story-theatre .launch-app:not([data-view="chat"]) .screen-invitation h3 {
    font-size: 23px;
  }
  .story-theatre
    .launch-app:not([data-view="chat"])
    .screen-invitation
    > small {
    display: none;
  }
  .story-theatre .launch-app:not([data-view="chat"]) .composer > p {
    display: none;
  }
  .story-theatre .launch-app:not([data-view="chat"]) .composer > div {
    justify-content: space-between;
    width: 100%;
  }
  .story-theatre .product-panel {
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }
  .story-theatre .panel-header {
    display: none;
  }
  .story-theatre .files-view {
    overflow: auto;
    height: 100%;
  }
  .story-theatre .launch-app.browser-expanded .app-workspace {
    grid-template-columns: 1fr;
  }
  .story-theatre .launch-app.browser-expanded .conversation {
    display: none;
  }
  .story-theatre .screen-view {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    background: #e6ebe2;
  }
  .story-theatre .screen-toolbar {
    flex-shrink: 0;
    height: 39px;
    padding: 5px 12px;
  }
  .story-theatre .screen-toolbar > span {
    font-size: 10px;
  }
  .story-theatre .screen-toolbar > button {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.chrome-browser {
  margin: 0 10px 9px;
  border: 1px solid #b8bdc3;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  background: #fff;
  color: #313338;
  box-shadow: 0 3px 10px #22352416;
}
.chrome-tabs {
  height: 33px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding: 4px 6px 0;
  background: #dfe3ea;
  gap: 3px;
}
.chrome-window-controls {
  display: flex;
  align-self: center;
  padding: 0 10px 4px 4px;
  gap: 5px;
}
.chrome-window-controls i {
  width: 7px;
  height: 7px;
  border: 1px solid #9ca3ad;
  border-radius: 50%;
  background: #c3c9d1;
}
.chrome-tab {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 29px;
  border-radius: 8px 8px 0 0;
  font-size: 10px;
  padding: 0 12px;
  max-width: 250px;
  text-align: left;
}
.chrome-tab > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chrome-tab[aria-pressed="true"] {
  background: #fff;
}
.directory-favicon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  background: #9a4327;
  color: #fff;
  font:
    600 14px Georgia,
    serif;
  border-radius: 4px;
}
.chrome-new-tab {
  display: grid;
  place-items: center;
  height: 29px;
  width: 29px;
  font-size: 18px;
}
.chrome-toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 35px;
  flex-shrink: 0;
  padding: 4px 7px;
  border-bottom: 1px solid #e3e3e3;
}
.chrome-toolbar > button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
}
.chrome-toolbar > button:hover {
  background: #eef0f3;
}
.chrome-toolbar > button:disabled {
  opacity: 0.3;
  cursor: default;
}
.chrome-omnibox {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0f2f5;
  border-radius: 20px;
  flex: 1;
  min-width: 0;
  height: 26px;
  padding: 0 12px;
}
.chrome-omnibox svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
#directory-address {
  font:
    10px Inter,
    sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chrome-demo-label {
  margin-left: auto;
  font: 7px var(--mono);
  color: #5d6670;
}
#directory-frame {
  width: 100%;
  border: 0;
  flex: 1;
  min-height: 0;
  background: #fbf9f5;
  display: block;
}
.chrome-status {
  height: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  font-size: 8px;
  background: #f7f8fa;
  border-top: 1px solid #e2e5e9;
  color: #52604f;
}
@media (min-width: 1000px) and (max-height: 720px) {
  .story-theatre .launch-app {
    --workspace-height: calc(100svh - 244px);
  }
  .story-theatre .chapter-narration {
    height: 74px;
    padding-block: 10px;
  }
  .story-theatre .chapter-narration h3 {
    font-size: 23px;
  }
  .story-theatre .screen-invitation > small {
    display: none;
  }
}
@media (min-width: 1000px) {
  .story-theatre .launch-app {
    --workspace-height: clamp(374px, calc(100svh - 270px), 650px);
    --artifact-height: clamp(126px, calc(100svh - 536px), 318px);
  }
  .story-theatre .publish-preview {
    height: calc(var(--artifact-height) + 2px);
  }
  .story-theatre .schedule-jobs > div {
    padding-block: 6px;
  }
  .story-theatre .schedule-report {
    gap: 8px 20px;
  }
  .story-theatre .schedule-report > footer p {
    margin: 0;
  }
  .story-theatre .screen-toolbar {
    min-height: 39px;
  }
}
@media (min-width: 1000px) and (max-height: 720px) {
  .story-theatre .launch-app {
    --workspace-height: calc(100svh - 260px);
  }
}
@media (min-width: 1000px) and (max-height: 720px) {
  .story-theatre .publish-preview {
    height: calc(var(--artifact-height) - 4px);
  }
  .story-theatre .schedule-report {
    padding: 10px 20px;
    gap: 6px 20px;
  }
  .story-theatre .schedule-report h3 {
    font-size: 21px;
    line-height: 1.2;
  }
  .story-theatre .schedule-report h3 br {
    display: none;
  }
  .story-theatre .schedule-report h3 em {
    margin-left: 0.2em;
  }
  .story-theatre .schedule-clock > span {
    font-size: 28px;
  }
  .story-theatre .schedule-jobs > div {
    padding-block: 5px;
  }
}
@media (min-width: 1000px) and (max-height: 660px) {
  .story-theatre .messages {
    padding-block: 6px;
  }
  .story-theatre .composer {
    padding-block: 6px;
    min-height: 32px;
  }
}

/* Show the operating cost of an app in the jobs its owner recognises. */
.subscription-section {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr);
  gap: 62px;
  padding-block: 64px;
  scroll-margin-top: 12px;
}
.subscription-section .foundation-copy h2 {
  font-size: clamp(42px, 4.1vw, 61px);
  line-height: 0.99;
  letter-spacing: -0.055em;
  margin: 22px 0;
}
.subscription-section .foundation-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 14px;
}
.subscription-section .foundation-copy > p strong {
  font-weight: 500;
  color: #243a2c;
}
.subscription-section .foundation-copy .eyebrow {
  font-size: 8px;
  line-height: 1.6;
}
.included-plan {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-block: 1px solid #d3deca;
  padding: 16px 0;
  margin: 21px 0 4px;
}
.included-mark {
  display: grid;
  place-items: center;
  background: #e5edd7;
  color: #3f6229;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  font-size: 13px;
}
.included-plan p {
  margin: 0;
}
.included-plan strong {
  display: block;
  font: 500 18px var(--display);
  letter-spacing: -0.4px;
}
.included-plan p > span {
  display: block;
  color: #5a6c50;
  font-size: 10px;
  line-height: 1.75;
  margin-top: 5px;
  max-width: 290px;
}
.subscription-section .foundation-copy .button {
  padding: 12px 15px;
  font-size: 11px;
}
.foundation-demo-link {
  display: inline-block;
  font-size: 11px;
  margin: 16px 0 0 13px;
  padding-block: 6px;
  border-bottom: 1px solid #a5b49c;
}
.subscription-section .foundation-copy > small {
  font-size: 10px;
  margin-top: 13px;
  line-height: 1.6;
}
.subscription-comparison {
  min-width: 0;
}
.subscription-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 13px;
}
.subscription-heading > span:first-child {
  font: 8px var(--mono);
  letter-spacing: 0.7px;
  color: #5a6b51;
}
.subscription-heading .app-brand {
  font-size: 18px;
}
.subscription-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #bcc9b1;
  text-align: left;
}
.subscription-table thead th {
  font-size: 10px;
  font-weight: 500;
  color: #637059;
  padding: 11px 13px;
  border-bottom: 1px solid #ccd7c0;
}
.subscription-table thead th:first-child {
  width: 32%;
  padding-left: 0;
}
.subscription-table thead th:nth-child(2) {
  width: 28%;
}
.subscription-table thead th:last-child {
  background: #e8efdf;
  color: #355b26;
}
.subscription-table thead small {
  display: block;
  font-size: 8px;
  font-weight: 400;
  margin-top: 3px;
}
.subscription-table tbody tr {
  border-bottom: 1px solid #d8e1d1;
}
.subscription-table tbody th {
  padding: 12px 12px 12px 0;
  font: 500 15px var(--display);
  letter-spacing: -0.35px;
  vertical-align: middle;
  position: relative;
}
.subscription-table tbody th > span {
  display: block;
  color: #627357;
  font: 7px var(--mono);
  margin-bottom: 4px;
}
.subscription-table tbody th > small {
  display: block;
  margin-top: 4px;
  color: #67715f;
  font:
    9px Inter,
    sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}
.subscription-table td {
  padding: 12px 13px;
  vertical-align: middle;
}
.subscription-table td a,
.subscription-table td > strong {
  display: block;
  font: 500 13px var(--display);
  letter-spacing: -0.15px;
}
.subscription-table td a {
  text-decoration: underline;
  text-decoration-color: #c0c8b9;
  text-underline-offset: 3px;
}
.subscription-table td > span {
  display: block;
  font-size: 9px;
  line-height: 1.55;
  margin-top: 4px;
  color: #627058;
}
.subscription-table td b {
  font-weight: 500;
  font-size: 13px;
  color: #34432c;
}
.subscription-table td:last-child {
  background: #f0f5e9;
}
.subscription-table td:last-child strong {
  color: #355b26;
}
.subscription-table code {
  display: block;
  font: 8px var(--mono);
  color: #4a613d;
  margin-top: 7px;
}
.subscription-payoff {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #243d2f;
  color: #f0f5e9;
  padding: 13px 16px;
}
.subscription-payoff > span {
  font: 24px var(--mono);
  color: #d5edb2;
}
.subscription-payoff p {
  margin: 0;
}
.subscription-payoff strong {
  display: block;
  font: 500 16px var(--display);
  letter-spacing: -0.2px;
}
.subscription-payoff p > span {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  color: #c5d6b7;
}
.subscription-note {
  font-size: 9px;
  line-height: 1.6;
  color: #64735a;
  margin: 12px 0 9px;
}
.subscription-details {
  border: 0;
  background: transparent;
}
.subscription-details summary {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 10px;
  color: #3e5831;
  cursor: pointer;
  list-style: none;
}
.subscription-details summary::-webkit-details-marker {
  display: none;
}
.subscription-details summary > span {
  font-size: 12px;
}
.subscription-details[open] summary > span {
  transform: rotate(45deg);
}
.subscription-details p {
  font-size: 11px;
  color: #5b6c52;
  line-height: 1.75;
  margin: 9px 0 0;
}
@media (min-width: 1000px) and (max-height: 740px) {
  .subscription-section {
    padding-block: 24px;
    gap: 52px;
  }
  .subscription-section .foundation-copy h2 {
    font-size: 49px;
    margin-block: 17px;
  }
  .subscription-section .foundation-copy > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.7;
  }
  .subscription-table tbody th,
  .subscription-table td {
    padding-block: 9px;
  }
  .subscription-table thead th {
    padding-block: 9px;
  }
  .subscription-table code {
    margin-top: 4px;
  }
  .subscription-heading {
    padding-bottom: 10px;
  }
  .subscription-payoff {
    padding-block: 11px;
  }
}
@media (max-width: 999px) {
  .subscription-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .subscription-section .foundation-copy h2 {
    max-width: 550px;
  }
  .subscription-section .foundation-copy > p:not(.eyebrow) {
    max-width: 580px;
  }
  .subscription-table td,
  .subscription-table thead th {
    padding-inline: 8px;
  }
}
@media (min-width: 1000px) and (max-height: 740px) {
  .subscription-table tbody th > span {
    display: none;
  }
  .subscription-table td > strong,
  .subscription-table td > a {
    line-height: 1.3;
  }
  .subscription-table td > span {
    line-height: 1.4;
    margin-top: 3px;
  }
  .subscription-table code {
    line-height: 1.3;
  }
  .subscription-table tbody th,
  .subscription-table td {
    padding-block: 8px;
  }
  .subscription-table tbody th {
    line-height: 1.25;
  }
  .subscription-table tbody th > small {
    margin-top: 3px;
  }
  .subscription-section .foundation-copy h2 {
    max-width: 390px;
  }
}
@media (min-width: 1000px) and (max-height: 740px) {
  .subscription-section {
    padding-block: 18px;
  }
  .subscription-table tbody th,
  .subscription-table td {
    padding-block: 5px;
  }
  .subscription-table code {
    margin-top: 3px;
  }
  .subscription-table thead th {
    padding-block: 7px;
  }
  .subscription-payoff {
    padding-block: 9px;
  }
  .subscription-note {
    margin-block: 9px 6px;
  }
}

/* Attribution is part of the message, including on a quick desktop skim. */
.freedom-section > .eyebrow,
.section-heading > div > .eyebrow,
.subscription-section .foundation-copy > .eyebrow,
.connections-copy > .eyebrow,
.account-address .eyebrow,
.handoff-copy > .eyebrow,
.details-section > div > .eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.provider-note,
.connections-copy > small,
.connections-example > footer {
  font-size: 12px;
  line-height: 1.7;
}
.connections-example > header > small {
  font-size: 10px;
  line-height: 1.5;
}
.account-address {
  border: 1px solid #cbd6f3;
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: #f0f3ff;
  padding: 32px;
  margin-top: 32px;
}
.account-address h3 {
  font-size: 31px;
}
.account-address > div > p:last-child {
  font-size: 14px;
  max-width: 590px;
}
.account-address .eyebrow {
  color: #2345c7;
}
.address-diagram > p {
  background: #e4ebff;
  border-color: #bac8ed;
}
.address-diagram small,
.address-diagram > p > span {
  font-size: 10px;
  color: #405174;
}
.address-diagram > div > span {
  font-size: 12px;
}
.subscription-heading > span {
  font:
    500 12px/1.5 Inter,
    sans-serif;
}
.subscription-heading > span:first-child {
  font-size: 11px;
}
.subscription-table {
  border-collapse: separate;
  border-spacing: 0;
}
.subscription-table thead th {
  position: sticky;
  top: 0;
  z-index: 8;
  background: var(--paper);
  font: 600 16px/1.3 var(--display);
  padding-block: 15px;
  box-shadow: 0 1px 0 #bbc8b0;
}
.subscription-table thead small {
  font:
    400 11px/1.5 Inter,
    sans-serif;
}
.subscription-table thead th:last-child {
  background: #dfe7ff;
  color: #2345c7;
}
.subscription-table tbody th,
.subscription-table td {
  border-bottom: 1px solid #d8e1d1;
  padding-block: 12px;
}
.subscription-table td:last-child {
  background: #edf1ff;
}
.subscription-table td:last-child strong {
  color: #243f98;
}
.subscription-table td:last-child code {
  color: #405174;
}
.subscription-table td > span,
.subscription-table tbody th > small {
  font-size: 12px;
  line-height: 1.5;
}
.subscription-table code {
  font-size: 10px;
}
.subscription-table td a,
.subscription-table td > strong {
  font-size: 15px;
  line-height: 1.4;
}
.subscription-section .foundation-copy > p:not(.eyebrow) {
  font-size: 14px;
}
.subscription-section .foundation-copy > small,
.included-plan p > span,
.subscription-note,
.subscription-details summary,
.subscription-payoff p > span {
  font-size: 12px;
  line-height: 1.6;
}
.subscription-details p {
  font-size: 13px;
}
.subscription-section {
  align-items: start;
  padding-block: 72px;
}
@media (min-width: 1000px) {
  .model .machine-label {
    font-size: 10px;
    letter-spacing: 0.025em;
  }
  .model .bot-chip > span {
    font-size: 13px;
  }
  .model .bot-chip small,
  .model .bot-chip b,
  .model .shared-login small {
    font-size: 10px;
  }
  .model .shelf-head,
  .model .shared-login {
    font-size: 12px;
  }
  .model .file-chip,
  .model .private-file {
    font-size: 10px;
  }
  .model .private-login,
  .model .boundary-label {
    font-size: 11px;
  }
  .model .private-rooms {
    gap: 10px;
  }
  .model .machine {
    padding: 14px;
  }
  .exhibit-caption > p,
  .inspect-picker > span,
  .inspect-picker button {
    font-size: 12px;
  }
}
@media (min-width: 1000px) and (min-height: 800px) {
  .subscription-section .foundation-copy {
    position: sticky;
    top: 32px;
  }
}
@media (max-width: 999px) {
  .hero-proof {
    grid-template-columns: 1fr 1fr;
  }
  .hero-proof .hero-catalog-note {
    grid-column: 1/-1;
    padding: 16px 0;
  }
  .hero-proof .hero-catalog-note p {
    margin: 0;
  }
  .model {
    padding: 14px;
  }
  .model > header {
    flex-wrap: wrap;
  }
  .model .product-name {
    font-size: 24px;
  }
  .account-address {
    padding: 24px;
  }
}
@media (max-width: 700px) {
  .hero-proof {
    display: grid;
    gap: 0;
    padding-block: 0;
  }
  .hero-proof > div {
    padding: 16px 12px;
  }
  .hero-proof strong {
    font-size: 16px;
  }
  .hero-proof p,
  .hero-proof a {
    font-size: 12px;
    max-width: none;
  }
  .hero-proof .hero-catalog-note {
    width: auto;
    text-align: left;
  }
  .comparison-header small {
    font-size: 10px;
  }
  .comparison-header > * {
    font-size: 19px;
  }
  .comparison-header > *:first-child {
    font-size: 10px;
  }
  .comparison-row > *:first-child {
    padding-left: 10px;
  }
  .subscription-table thead th {
    font-size: 14px;
  }
  .subscription-heading {
    gap: 18px;
  }
}

/* Keep the existing examples usable on narrow screens. */
@media (max-width: 600px) {
  .launch-chapters { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .launch-chapters button { min-width:0; padding:14px 10px; }
  .launch-chapters button:nth-child(3) { border-left:0; }
  .launch-chapters button:nth-child(n+3) { border-top:1px solid #cad4c1; }
  .app-top { height:auto; min-height:47px; flex-wrap:wrap; gap:10px; padding-block:10px; }
  .platform-comparison summary { flex-wrap:wrap; gap:12px; }
  .platform-comparison summary>span { min-width:0; }
  .platform-comparison>summary>span:first-child { flex:1 1 220px; }
  .account-address { min-width:0; }
  .account-address>div { min-width:0; }
  .address-diagram { gap:12px; }
  .address-diagram>p { padding:15px 12px; }
  .address-diagram>svg { width:24px; flex-shrink:0; }
  .phone-scene { overflow:clip; }
}
