:root {
  --ps-ink: #182538;
  --ps-paper: #f6f8fb;
  --ps-white: #fff;
  --ps-blue: #315de8;
  --ps-ice: #e8efff;
  --ps-slate: #62718a;
  --ps-mint: #16765f;
  --ps-line: #dce2ec;
  --ps-danger: #b5364d;
  --ps-amber: #8b6017;
  --ps-display: "Archivo Variable", Arial, sans-serif;
  --ps-body: "Inter Variable", Arial, sans-serif;
  --ps-data: ui-monospace, SFMono-Regular, Consolas, monospace;
}
.phone-mark {
  display: inline-block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: inherit;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill-rule='evenodd' d='M14 6H54L46 18H22V26H10V10Q10 6 14 6ZM10 32H46L38 44H22V54Q22 58 18 58H10Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill-rule='evenodd' d='M14 6H54L46 18H22V26H10V10Q10 6 14 6ZM10 32H46L38 44H22V54Q22 58 18 58H10Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}
@font-face {
  font-family: "Inter Variable";
  src: url("/assets/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Variable";
  src: url("/assets/archivo.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ps-ink);
  background: var(--ps-paper);
  font-family: var(--ps-body);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.75;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--ps-display);
  font-weight: 520;
  letter-spacing: -1.8px;
}
h3 {
  font-weight: 600;
  letter-spacing: -0.35px;
}
.wrap {
  max-width: 1240px;
  width: calc(100% - 96px);
  margin-inline: auto;
}
.site-header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.wordmark {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: #252622;
  font: 740 31px/0.85 var(--ps-display);
  letter-spacing: -1.6px;
  text-transform: lowercase;
  white-space: nowrap;
}
.wordmark .phone-mark {
  width: 43px;
  height: 45px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
  font-weight: 500;
}
.site-header nav > a[aria-current="page"] {
  color: var(--ps-blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 46px;
  border-radius: 7px;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 550;
  border: 1px solid #c9d3e4;
  background: white;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-2px);
  background: #ecf1ff;
}
.button.primary {
  background: var(--ps-blue);
  color: white;
  border-color: var(--ps-blue);
  box-shadow: 0 3px 8px #315de817;
}
.button.primary:hover {
  background: #254cce;
}
.nav-download {
  min-height: 39px;
  padding: 9px 15px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  padding: 12px;
  background: white;
  z-index: 50;
  border: 2px solid var(--ps-blue);
}
.skip-link:focus {
  top: 15px;
}
:focus-visible {
  outline: 3px solid var(--ps-blue);
  outline-offset: 5px;
}
a:hover {
  color: var(--ps-blue);
}
.eyebrow {
  font: 10px var(--ps-data);
  letter-spacing: 1.7px;
  color: var(--ps-slate);
  display: block;
}
.hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: center;
  padding: 32px 0 62px;
}
.hero-copy {
  padding: 20px 0 28px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 1.3px;
}
.tiny-mark {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--ps-blue);
  display: inline-block;
  transform: rotate(-15deg);
}
.hero h1 {
  font-size: clamp(52px, 5.6vw, 76px);
  line-height: 1.04;
  margin: 27px 0 25px;
  letter-spacing: -3.7px;
}
.hero h1 em {
  font-style: normal;
  color: var(--ps-blue);
}
.hero-copy > p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.hero-detail {
  font-size: 13px;
  line-height: 1.8;
  color: var(--ps-slate);
  max-width: 350px;
  margin-top: 18px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
}
.text-link {
  font-size: 12px;
  font-weight: 550;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  line-height: 1.6;
}
.hero-copy .availability {
  font: 10px var(--ps-data);
  letter-spacing: -0.2px;
  margin-top: 20px;
  color: var(--ps-slate);
}
.availability span {
  display: block;
  font: 10px var(--ps-body);
  letter-spacing: 0;
  margin-top: 8px;
  color: var(--ps-slate);
}
.spatial-demo {
  height: 595px;
  position: relative;
  overflow: hidden;
  border-radius: 4px 48px 4px 4px;
  background: #e9effc;
  isolation: isolate;
}
.spatial-demo:before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid #a8bbdf6b;
  border-radius: 50%;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.spatial-demo:after {
  content: "";
  position: absolute;
  inset: 45px 32px 147px;
  border: 1px solid #bdcce662;
  z-index: -1;
}
.demo-top {
  position: absolute;
  z-index: 3;
  top: 23px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font: 8px var(--ps-data);
  letter-spacing: 0.8px;
  color: #536f9d;
}
.demo-top i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--ps-blue);
  border-radius: 50%;
  margin-right: 6px;
}
.demo-plane {
  width: 330px;
  height: 185px;
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%) rotate(-18deg) skewX(22deg);
  background: linear-gradient(140deg, #4673ea, #2853cf);
  box-shadow: 24px 40px 0 #c2d2f54d;
  z-index: -1;
  border: 1px solid #1d47c4;
}
.demo-plane span {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font: 9px var(--ps-data);
  letter-spacing: 2px;
  color: #e1eaff;
}
.spatial-demo canvas {
  position: absolute;
  width: 100%;
  height: 490px;
  top: 6px;
  left: 0;
  z-index: 1;
}
.demo-cross {
  position: absolute;
  color: #6984b4;
  font: 17px var(--ps-data);
  z-index: 0;
}
.c-one {
  left: 24px;
  top: 70px;
}
.c-two {
  right: 24px;
  bottom: 160px;
}
.demo-caption {
  position: absolute;
  left: 29px;
  right: 29px;
  bottom: 23px;
  z-index: 3;
}
.demo-origin {
  display: block;
  font: 8px var(--ps-data);
  letter-spacing: 1.4px;
  color: #536f9d;
  margin-bottom: 21px;
}
.demo-origin b {
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  color: var(--ps-blue);
}
.demo-caption label {
  font-size: 11px;
  font-weight: 550;
  display: flex;
  justify-content: space-between;
}
.demo-caption label > span {
  font-family: var(--ps-data);
  font-weight: 400;
}
.demo-caption input {
  display: block;
  width: 100%;
  margin: 9px 0 7px;
  accent-color: var(--ps-blue);
  height: 20px;
  cursor: ew-resize;
}
.demo-caption small {
  font-size: 9px;
  color: #59739b;
}
.demo-unavailable canvas {
  display: none;
}
.route-band {
  background: white;
  border-top: 1px solid var(--ps-line);
  border-bottom: 1px solid var(--ps-line);
  padding: 27px 0;
}
.route-band > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.route-band .wrap > span {
  font: 9px var(--ps-data);
  letter-spacing: 1px;
  color: var(--ps-slate);
}
.route-band .wrap > div {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
  font-weight: 500;
}
.route-band b {
  font-size: 20px;
  font-weight: 400;
  color: var(--ps-blue);
  margin: 0 10px;
}
.route-band div span {
  color: #a8b4c5;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.product-story h2 {
  font-size: 42px;
  line-height: 1.18;
  margin-top: 20px;
}
.product-story p {
  color: var(--ps-slate);
  font-size: 14px;
  margin-bottom: 18px;
  max-width: 470px;
}
.product-story .text-link {
  margin-top: 8px;
}
.workspace-showcase {
  background: #e9edf5;
  padding: 42px 42px 0;
  border-radius: 18px;
  overflow: hidden;
}
.showcase-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 32px;
}
.showcase-heading h2 {
  font-size: 32px;
  margin-top: 14px;
}
.showcase-heading p {
  font-size: 12px;
  color: var(--ps-slate);
}
.app-figure {
  margin: 0;
}
.app-figure img {
  display: block;
  width: 100%;
  border: 1px solid #c9d4e6;
  border-radius: 10px;
  box-shadow: 0 20px 50px #18253816;
}
.app-figure figcaption {
  text-align: center;
  font: 9px var(--ps-data);
  color: var(--ps-slate);
  padding: 15px;
}
.section-title h2 {
  font-size: 40px;
  margin-top: 15px;
}
.workflow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 46px;
}
.workflow-step > span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #c8d5ee;
  border-radius: 50%;
  color: var(--ps-blue);
  font: 12px var(--ps-data);
  margin-bottom: 22px;
}
.workflow-step h3 {
  font-size: 17px;
  margin-bottom: 13px;
}
.workflow-step p {
  font-size: 13px;
  color: var(--ps-slate);
  max-width: 320px;
}
.local-section {
  background: #192a42;
  color: white;
  padding: 75px 0;
}
.local-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.local-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  min-height: 200px;
  border: 1px solid #5270975c;
  border-radius: 50%;
}
.local-symbol > .phone-mark {
  transform: scale(2.2);
  color: #b5cfff;
}
.local-symbol > span:nth-child(2) {
  font-size: 32px;
  font-weight: 200;
  color: #6d93c7;
}
.computer-symbol {
  width: 65px;
  height: 44px;
  border: 2px solid #b5cfff;
  border-radius: 5px;
  position: relative;
}
.computer-symbol:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -8px;
  right: -8px;
  border-bottom: 2px solid #b5cfff;
}
.local-section .eyebrow {
  color: #a2b8d6;
}
.local-section h2 {
  font-size: 44px;
  margin: 15px 0;
}
.local-section p {
  font-size: 14px;
  color: #b9c9e0;
  max-width: 450px;
}
.local-section .text-link {
  margin-top: 24px;
  color: #d8e6ff;
}
.closing {
  padding-block: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.closing h2 {
  font-size: 29px;
  letter-spacing: -1px;
}
.closing p {
  font-size: 12px;
  color: var(--ps-slate);
  margin-top: 10px;
}
.site-footer {
  background: #fff;
  border-top: 1px solid var(--ps-line);
  padding: 48px 0 25px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.footer-top > .wordmark {
  font-size: 28px;
}
.footer-top > p {
  font-size: 13px;
  color: var(--ps-slate);
}
.footer-top nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 25px;
  font-size: 11px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: var(--ps-slate);
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #e5ebf3;
}
.page-intro {
  padding-top: 68px;
  padding-bottom: 55px;
  max-width: 800px;
}
.page-intro h1 {
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: -2.5px;
  margin: 20px 0;
}
.page-intro > p {
  color: var(--ps-slate);
  font-size: 15px;
  max-width: 580px;
}
.feature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.feature-list article {
  padding: 25px 0;
  border-bottom: 1px solid var(--ps-line);
}
.feature-list article > span {
  color: var(--ps-blue);
  font-size: 24px;
}
.feature-list h2 {
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 10px 0;
}
.feature-list p {
  font-size: 13px;
  color: var(--ps-slate);
}
.honesty-note {
  padding: 28px 30px;
  background: #e8eef9;
  border-radius: 9px;
  margin: 60px 0;
  font-size: 13px;
}
.honesty-note p {
  color: var(--ps-slate);
  margin: 10px 0;
}
.honesty-note .text-link {
  margin-top: 8px;
}
.downloads-section {
  max-width: 1000px;
  padding-bottom: 80px;
}
.downloads-section .page-intro {
  padding-bottom: 32px;
}
.release-status {
  display: flex;
  gap: 20px;
  align-items: center;
  font: 11px var(--ps-data);
  color: var(--ps-slate);
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.status-tag {
  display: inline-block;
  color: #775119;
  background: #f7edd9;
  padding: 7px 9px;
  font: 9px var(--ps-data);
  letter-spacing: 1px;
  border-radius: 4px;
}
.release-status > .text-link {
  margin-left: auto;
  font-family: var(--ps-body);
  font-size: 11px;
}
.download-box {
  background: white;
  border: 1px solid var(--ps-line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px #18253805;
}
.platforms {
  display: flex;
  background: #edf1f8;
  border-bottom: 1px solid var(--ps-line);
  padding: 10px 15px 0;
  gap: 12px;
}
.platforms button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  flex: 1;
  padding: 17px;
  color: var(--ps-slate);
  font-size: 13px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.platforms button > span {
  font-size: 20px;
}
.platforms button[aria-pressed="true"] {
  color: var(--ps-blue);
  border-color: var(--ps-blue);
  background: #fff9;
  border-radius: 7px 7px 0 0;
}
.download-content {
  padding: 32px 36px;
}
.download-heading h2 {
  font-size: 25px;
  letter-spacing: -0.8px;
}
.download-heading p {
  font-size: 11px;
  color: var(--ps-slate);
  margin-top: 9px;
}
.arch-select {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 12px;
  margin-top: 26px;
}
.arch-select select {
  padding: 10px 30px 10px 12px;
  border: 1px solid #cbd5e5;
  border-radius: 6px;
  background: white;
  color: var(--ps-ink);
  font-size: 12px;
  min-width: 190px;
}
#requirement {
  font-size: 11px;
  color: var(--ps-slate);
  margin: 16px 0;
}
.missing-release {
  padding: 28px;
  background: #f5f7fb;
  border: 1px solid #e1e7f2;
  border-radius: 8px;
  display: flex;
  gap: 24px;
  margin: 24px 0;
}
.availability-icon {
  font-size: 27px;
  color: #7a90b5;
  line-height: 1;
}
.missing-release h3 {
  font-size: 16px;
}
.missing-release p {
  font-size: 12px;
  color: var(--ps-slate);
  margin: 10px 0;
  max-width: 550px;
}
.missing-release .text-link {
  font-size: 11px;
  color: var(--ps-blue);
  margin-top: 6px;
}
.download-footer {
  border-top: 1px solid var(--ps-line);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 20px;
  margin-top: 24px;
}
.download-footer .text-link {
  font-size: 11px;
}
.install-details {
  font-size: 12px;
}
.install-details summary {
  cursor: pointer;
  font-weight: 550;
}
.install-details p {
  margin-top: 12px;
  color: var(--ps-slate);
}
.companions {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}
.companions h2 {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 18px 0;
}
.companions p {
  font-size: 12px;
  color: var(--ps-slate);
}
.companion-routes article {
  padding-bottom: 24px;
}
.companion-routes article + article {
  padding-top: 24px;
  border-top: 1px solid var(--ps-line);
}
.companion-routes h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 12px;
}
.companion-routes h3 span {
  font: 10px var(--ps-data);
  color: var(--ps-slate);
}
.companion-routes .text-link {
  margin-top: 12px;
  color: var(--ps-blue);
  font-size: 11px;
}
.companions .companion-pricing {
  margin-top: 20px;
}
.companion-pricing strong {
  color: var(--ps-ink);
}
.companion-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 16px;
}
.companion-actions .text-link {
  margin-top: 0;
}
.store-button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 18px;
  min-width: 180px;
  min-height: 64px;
  padding: 12px 18px;
  border: 1px solid var(--ps-ink);
  border-radius: 8px;
  background: var(--ps-ink);
  color: white;
  text-align: left;
}
.store-button > span:first-child {
  font-size: 11px;
  grid-column: 1;
}
.store-button strong {
  font-size: 19px;
  grid-column: 1;
}
.store-button > span[aria-hidden] {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}
.store-button:disabled {
  cursor: not-allowed;
  background: transparent;
  border-color: var(--ps-slate);
  color: var(--ps-slate);
}
.artifact-row {
  padding: 20px;
  background: var(--ps-paper);
  border-radius: 7px;
  margin: 15px 0;
}
.artifact-row h3 {
  font-size: 16px;
}
.artifact-row p {
  font-size: 11px;
  color: var(--ps-slate);
  margin: 9px 0 16px;
}
.artifact-row details {
  font-size: 11px;
  margin-top: 18px;
}
.artifact-row code,
.artifact-archive code {
  display: block;
  overflow-wrap: anywhere;
  font-size: 10px;
  margin: 10px 0;
}
.output-diagram {
  padding: 55px 40px;
  border-radius: 14px;
  background: #e8eefb;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}
.output-diagram > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  font-size: 15px;
}
.output-diagram small {
  font: 10px var(--ps-data);
  color: var(--ps-slate);
}
.output-diagram b {
  font-size: 30px;
  line-height: 35px;
  color: var(--ps-blue);
  font-weight: 400;
}
.output-diagram i {
  font-size: 23px;
  color: #7e99cb;
  font-style: normal;
}
.two-guides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 65px;
}
.two-guides h2 {
  font-size: 30px;
  margin: 18px 0;
}
.two-guides p,
.two-guides li {
  font-size: 13px;
  color: var(--ps-slate);
  line-height: 1.8;
  margin: 13px 0;
}
.two-guides ol {
  padding-left: 18px;
}
.two-guides strong {
  color: var(--ps-ink);
}
.docs-home {
  padding-bottom: 80px;
}
.docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.docs-grid > a {
  background: white;
  border: 1px solid var(--ps-line);
  padding: 26px;
  border-radius: 9px;
  transition: border-color 0.2s;
}
.docs-grid > a:hover {
  border-color: var(--ps-blue);
}
.docs-grid > a > span {
  display: block;
  margin-bottom: 35px;
  color: var(--ps-blue);
}
.docs-grid h2 {
  font: 550 17px var(--ps-body);
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.docs-grid p {
  font-size: 12px;
  color: var(--ps-slate);
}
.help-strip {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 28px 0;
  border-block: 1px solid var(--ps-line);
}
.help-strip h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-right: auto;
}
.about-page {
  max-width: 820px;
  padding-bottom: 90px;
}
.document-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 740px);
  gap: 85px;
  padding-bottom: 90px;
}
.doc-nav {
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  font-size: 11px;
}
.doc-nav > span {
  font: 9px var(--ps-data);
  letter-spacing: 1px;
  color: var(--ps-slate);
  margin-top: 20px;
}
.doc-nav > a:first-child {
  color: var(--ps-blue);
  margin-bottom: 10px;
}
.document .page-intro {
  padding-bottom: 20px;
}
.document h2 {
  font: 550 23px var(--ps-display);
  letter-spacing: -0.7px;
  margin: 34px 0 13px;
}
.document p,
.document li {
  font-size: 14px;
  color: var(--ps-slate);
  line-height: 1.85;
  margin: 14px 0;
}
.document p a,
.document li a {
  color: var(--ps-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.document strong {
  color: var(--ps-ink);
}
.document pre {
  padding: 22px;
  background: #1c2a3e;
  color: #d5e3fb;
  border-radius: 8px;
  overflow-x: auto;
  line-height: 1.8;
  font-size: 12px;
}
.document p code,
.document li code {
  font-size: 11px;
  overflow-wrap: anywhere;
  color: var(--ps-ink);
  background: #e9eef5;
  padding: 2px 4px;
  border-radius: 3px;
}
.document ul,
.document ol {
  padding-left: 22px;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
  text-align: left;
  margin: 22px 0;
}
th {
  background: #e8eef7;
  padding: 12px;
  color: var(--ps-ink);
  font-weight: 550;
}
td {
  padding: 16px 12px;
  border-bottom: 1px solid var(--ps-line);
  line-height: 1.6;
  color: var(--ps-slate);
  min-width: 130px;
}
.guide-steps {
  padding-left: 25px;
}
.guide-steps li::marker {
  font: 14px var(--ps-data);
  color: var(--ps-blue);
}
.not-found {
  padding-block: 100px;
  min-height: 60vh;
}
.not-found h1 {
  font-size: 50px;
  margin: 22px 0;
}
.not-found p {
  color: var(--ps-slate);
  margin-bottom: 30px;
}
.not-found > .button {
  margin-right: 20px;
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .spatial-demo {
    height: 625px;
  }
  .spatial-demo canvas {
    height: 515px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-copy > p {
    font-size: 18px;
  }
  .spatial-demo {
    height: 560px;
  }
  .spatial-demo canvas {
    height: 460px;
  }
  .demo-top span:last-child {
    display: none;
  }
  .route-band .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .route-band .wrap > div {
    gap: 12px;
  }
  .product-story {
    gap: 50px;
  }
  .product-story h2 {
    font-size: 36px;
  }
  .showcase-heading p {
    display: none;
  }
  .workflow {
    gap: 30px;
  }
  .local-inner {
    gap: 60px;
  }
  .feature-layout {
    gap: 45px;
  }
  .document-layout {
    gap: 45px;
    grid-template-columns: 175px minmax(0, 1fr);
  }
  .page-intro h1 {
    font-size: 48px;
  }
  .companions {
    gap: 40px;
  }
}
@media (max-width: 780px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 84px;
  }
  .wordmark {
    font-size: 25px;
    letter-spacing: -1.3px;
    gap: 8px;
  }
  .wordmark .phone-mark {
    width: 34px;
    height: 36px;
  }
  .site-header nav {
    gap: 17px;
    font-size: 11px;
  }
  .site-header .nav-download {
    font-size: 11px;
    min-height: 35px;
    padding: 8px 10px;
    gap: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .hero-copy {
    padding: 15px 0 0;
  }
  .hero h1 {
    font-size: 64px;
    margin: 22px 0;
  }
  .hero-copy > p {
    font-size: 20px;
  }
  .hero-detail {
    max-width: 440px;
  }
  .hero .availability span {
    display: inline-block;
    margin-left: 10px;
  }
  .hero-actions {
    margin-top: 22px;
  }
  .spatial-demo {
    height: 560px;
    border-top-right-radius: 35px;
  }
  .spatial-demo canvas {
    height: 460px;
  }
  .demo-plane {
    top: 220px;
  }
  .route-band .wrap > div {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 11px;
  }
  .route-band b {
    margin: 0 4px;
  }
  .section {
    padding-block: 65px;
  }
  .product-story {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .product-story h2 {
    font-size: 37px;
  }
  .product-story p {
    max-width: 600px;
  }
  .workspace-showcase {
    padding: 25px 20px 0;
  }
  .showcase-heading h2 {
    font-size: 26px;
    letter-spacing: -1px;
  }
  .showcase-heading {
    margin-bottom: 23px;
  }
  .app-figure img {
    border-radius: 5px;
  }
  .app-figure figcaption {
    font-size: 8px;
  }
  .workflow {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
  }
  .workflow-step {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 18px;
  }
  .workflow-step > span {
    grid-row: span 2;
    margin: 0;
  }
  .workflow-step h3 {
    margin: 7px 0 10px;
  }
  .workflow-step p {
    max-width: 520px;
    grid-column: 2;
  }
  .section-title h2 {
    font-size: 34px;
  }
  .local-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .local-symbol {
    min-height: 170px;
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
  .local-section {
    padding-block: 50px;
  }
  .local-section h2 {
    font-size: 37px;
  }
  .closing {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-block: 45px;
  }
  .closing h2 {
    font-size: 28px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-top > p {
    display: none;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 16px;
    font-size: 9px;
    padding-top: 25px;
    margin-top: 30px;
  }
  .site-footer {
    padding-top: 35px;
  }
  .page-intro {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .page-intro h1 {
    font-size: 44px;
  }
  .feature-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .feature-list article {
    padding: 23px 0;
  }
  .honesty-note {
    margin: 35px 0;
    padding: 24px;
  }
  .downloads-section {
    padding-bottom: 50px;
  }
  .download-content {
    padding: 25px;
  }
  .release-status {
    gap: 12px;
    font-size: 10px;
  }
  .release-status > .text-link {
    margin-left: 0;
  }
  .platforms {
    padding-inline: 7px;
    gap: 3px;
  }
  .platforms button {
    padding: 14px 8px;
    font-size: 12px;
  }
  .missing-release {
    padding: 22px 18px;
    gap: 15px;
  }
  .download-footer {
    flex-wrap: wrap;
    gap: 10px;
  }
  .companions {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 50px;
  }
  .companions h2 {
    font-size: 28px;
  }
  .two-guides {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
  }
  .output-diagram {
    padding: 30px 18px;
    gap: 10px;
  }
  .output-diagram > span {
    font-size: 11px;
    gap: 12px;
  }
  .output-diagram small {
    font-size: 8px;
    text-align: center;
  }
  .output-diagram i {
    font-size: 17px;
  }
  .docs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .docs-grid > a {
    padding: 20px;
  }
  .docs-grid h2 {
    font-size: 15px;
  }
  .help-strip {
    flex-wrap: wrap;
    gap: 20px;
  }
  .help-strip h2 {
    width: 100%;
    font-size: 21px;
  }
  .document-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .doc-nav {
    padding-top: 24px;
    display: block;
  }
  .doc-nav > * {
    display: none;
  }
  .doc-nav > a:first-child {
    display: inline-block;
    margin: 0;
  }
  .document .page-intro {
    padding-top: 28px;
  }
  .document p,
  .document li {
    font-size: 13px;
  }
  .document h2 {
    font-size: 23px;
  }
  .not-found h1 {
    font-size: 38px;
  }
}
@media (max-width: 430px) {
  .site-header nav {
    gap: 12px;
  }
  .site-header {
    height: auto;
    flex-wrap: wrap;
    padding-block: 20px;
    gap: 20px;
  }
  .site-header nav {
    width: 100%;
    justify-content: space-between;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .hero .availability span {
    display: block;
    margin-left: 0;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    gap: 20px;
    padding-inline: 16px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .spatial-demo {
    height: 520px;
  }
  .spatial-demo canvas {
    height: 430px;
    top: 2px;
  }
  .demo-caption {
    left: 21px;
    right: 21px;
    bottom: 18px;
  }
  .demo-top {
    left: 20px;
    top: 20px;
  }
  .demo-plane {
    width: 255px;
    height: 160px;
    top: 220px;
  }
  .demo-origin {
    font-size: 7px;
    letter-spacing: 1px;
    margin-bottom: 17px;
  }
  .demo-caption small {
    font-size: 8px;
  }
  .page-intro h1 {
    font-size: 39px;
  }
  .page-intro > p {
    font-size: 13px;
  }
  .download-content {
    padding: 22px 18px;
  }
  .arch-select {
    display: block;
  }
  .arch-select select {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .download-heading h2 {
    font-size: 23px;
  }
  .missing-release {
    gap: 0;
  }
  .availability-icon {
    display: none;
  }
  .docs-grid {
    grid-template-columns: 1fr;
  }
  .docs-grid > a > span {
    float: right;
    margin: 0;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-top nav {
    gap: 15px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .output-diagram small {
    max-width: 80px;
  }
  .output-diagram {
    gap: 7px;
  }
  .table-scroll {
    margin-right: -10px;
  }
  .app-figure figcaption {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
:root {
  --sc-canvas: #f4f5f7;
  --sc-surface: #e8ebf0;
  --sc-ink: #1b2433;
  --sc-ink-soft: #586579;
  --sc-accent: #2448ef;
  --sc-accent-ink: #fff;
  --sc-font-display: "Archivo Variable", Arial, sans-serif;
  --sc-font-text: "Inter Variable", Arial, sans-serif;
  --fs-blue: #2448ef;
  --fs-dark: #161e2b;
}
body {
  background: #f4f5f7;
}
.wordmark {
  text-transform: none;
  font-size: 27px;
  letter-spacing: -1.2px;
  color: #1b2433;
}
.wordmark .phone-mark {
  width: 32px;
  height: 36px;
}
.site-header {
  height: 88px;
  max-width: 1440px;
  width: calc(100% - 80px);
}
.site-header nav {
  font-size: 13px;
  gap: 30px;
}
.site-header .nav-download {
  background: #1b2433;
  border-color: #1b2433;
  color: #fff;
  border-radius: 5px;
  padding: 12px 19px;
  min-height: 44px;
}
.fs-landing h1,
.fs-landing h2,
.fs-landing h3 {
  text-wrap: balance;
}
.fs-landing h2 {
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 560;
}
.fs-landing p {
  text-wrap: pretty;
}
.fs-wrap {
  width: calc(100% - 112px);
  max-width: 1264px;
  margin-inline: auto;
}
.fs-hero {
  margin: 0 16px;
  background: var(--fs-blue);
  color: #fff;
  border-radius: 8px;
  overflow: clip;
  position: relative;
}
.fs-hero-inner {
  max-width: 1512px;
  margin: auto;
  min-height: 700px;
  height: calc(100svh - 160px);
  max-height: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.fs-hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 48px 0 60px clamp(36px, 5vw, 80px);
}
.fs-hero h1 {
  font-size: clamp(64px, 7.6vw, 116px);
  font-weight: 560;
  line-height: 0.98;
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.fs-hero-copy > p {
  margin-top: 32px;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
  color: #e4eaff;
  letter-spacing: -0.03em;
}
.fs-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.fs-button {
  background: #fff;
  color: #203ccb;
  min-height: 54px;
  display: inline-flex;
  gap: 30px;
  align-items: center;
  padding: 16px 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition:
    transform 160ms ease-out,
    background 160ms ease-out;
}
.fs-button svg,
.fs-text-link svg,
#copy-setup svg {
  width: 21px;
  height: 21px;
}
.fs-button:hover {
  background: #e5eaff;
  color: #203ccb;
  transform: translateY(-2px);
}
.fs-button:active,
.fs-landing button:active {
  transform: translateY(1px);
}
.fs-demo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #fff;
  min-height: 44px;
}
.fs-demo-link:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.fs-play {
  font-size: 24px;
}
.fs-preview {
  display: block;
  color: #dce4ff;
  font-size: 11px;
  margin-top: 24px;
}
.fs-hero-art {
  position: relative;
  min-width: 0;
}
.fs-orbits {
  position: absolute;
  inset: 0 -10% 0 -10%;
  pointer-events: none;
}
.fs-orbits i {
  position: absolute;
  width: 112%;
  height: 73%;
  top: 14%;
  left: -4%;
  border: 1px solid #ffffff22;
  border-radius: 50%;
  rotate: -30deg;
}
.fs-orbits i:nth-child(2) {
  width: 85%;
  height: 56%;
  top: 23%;
  left: 10%;
}
.fs-orbits i:nth-child(3) {
  width: 59%;
  height: 39%;
  top: 32%;
  left: 22%;
}
.fs-back-frame {
  position: absolute;
  width: 48%;
  height: 55%;
  top: 19%;
  left: 5%;
  border: 1px solid #afc0ff88;
  border-radius: 24px;
  rotate: -12deg;
  background: #2448ef44;
  box-shadow: 4px 12px 44px #12279625;
}
.fs-back-frame span {
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #d8e2ff;
}
.fs-back-frame b {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #d8e2ff;
  font-size: 24px;
  font-weight: 300;
}
.fs-hero-phone {
  position: absolute;
  inset: -4% -3% 1% -9%;
  z-index: 2;
  pointer-events: none;
}
.fs-poster,
.fs-render-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: contain;
}
.fs-render-canvas {
  opacity: 0;
}
.fs-render-ready > .fs-render-canvas {
  opacity: 1;
}
.fs-render-ready > .fs-poster {
  visibility: hidden;
}
.fs-motion-tag {
  position: absolute;
  z-index: 3;
  bottom: 24%;
  right: 8%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fs-motion-tag svg {
  width: 80px;
  height: 32px;
}
.fs-motion-tag span {
  font-size: 9px;
  letter-spacing: 0.14em;
}
.fs-art-caption {
  position: absolute;
  bottom: 28px;
  right: 34px;
  font-size: 10px;
  color: #e0e7ff;
  z-index: 4;
}
.fs-connections {
  max-width: 1440px;
  width: calc(100% - 112px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #d8dde5;
}
.fs-connections > span {
  font-size: 12px;
  color: #556075;
}
.fs-connections > div {
  display: flex;
  gap: 34px;
  align-items: center;
  font-size: 15px;
  font-weight: 550;
}
.fs-connections b {
  color: #6a7893;
  font-weight: 400;
}
.fs-intro {
  padding-block: 115px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: start;
}
.fs-intro h2 {
  font-size: clamp(36px, 4.5vw, 66px);
}
.fs-intro p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 47ch;
}
.fs-intro p + p {
  margin-top: 20px;
  color: #586579;
  font-size: 15px;
}
.fs-playground {
  background: var(--fs-dark);
  color: #f4f6ff;
  --sc-ink: #f4f6ff;
  --sc-ink-soft: #b3bfd2;
  scroll-margin-top: 0;
}
.fs-playground-stage {
  display: flex;
  flex-direction: column;
  padding: 48px max(40px, calc((100vw - 1264px) / 2)) 24px;
  min-height: 720px;
}
.fs-lab-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.fs-kicker {
  font-size: 10px;
  letter-spacing: 0.13em;
  color: #b8c5e0;
  display: block;
  margin-bottom: 16px;
}
.fs-lab-heading h2 {
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 530;
  letter-spacing: -0.045em;
}
.fs-lab-heading p {
  color: #b8c5da;
  font-size: 13px;
  line-height: 1.6;
  padding-bottom: 3px;
}
.fs-demo-stage {
  position: relative;
  flex: 1;
  min-height: 300px;
  margin-block: 24px 10px;
  overflow: clip;
  isolation: isolate;
}
.fs-scene-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#bacaff09 1px, transparent 1px),
    linear-gradient(90deg, #bacaff09 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
}
.fs-output-frame {
  position: absolute;
  inset: 10% 19% 14%;
  border: 1px solid #7786a755;
  border-radius: 2px;
  transform: perspective(1100px) rotateY(calc(var(--fs-progress, 0.7) * -12deg));
}
.fs-output-frame i {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #bfcbdf;
  border-style: solid;
}
.fs-output-frame i:nth-child(1) {
  left: -1px;
  top: -1px;
  border-width: 2px 0 0 2px;
}
.fs-output-frame i:nth-child(2) {
  right: -1px;
  top: -1px;
  border-width: 2px 2px 0 0;
}
.fs-output-frame i:nth-child(3) {
  left: -1px;
  bottom: -1px;
  border-width: 0 0 2px 2px;
}
.fs-output-frame i:nth-child(4) {
  right: -1px;
  bottom: -1px;
  border-width: 0 2px 2px 0;
}
.fs-output-frame > span {
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #b8c5da;
}
.fs-lab-phone {
  position: absolute;
  inset: -10% 0 -8%;
  pointer-events: none;
}
.fs-scene-annotation {
  position: absolute;
  top: 40%;
  right: 8%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 150px;
  font-size: 13px;
  line-height: 1.5;
  color: #c7d3e9;
}
.fs-angle {
  font-size: 40px;
  font-weight: 300;
  color: #b6c6ff;
}
.fs-sample-label {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  color: #bac5d7;
}
.fs-lab-controls {
  border-top: 1px solid #6c7b944f;
  padding-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.fs-mode {
  display: flex;
  padding: 4px;
  background: #0e1521;
  border: 1px solid #687891;
  border-radius: 6px;
  justify-self: start;
}
.fs-mode button {
  color: #bdc9dd;
  background: transparent;
  border: 0;
  padding: 12px 20px;
  font-size: 12px;
  border-radius: 3px;
  white-space: nowrap;
  min-height: 44px;
}
.fs-mode button[aria-pressed="true"] {
  background: #edf1fc;
  color: #1d2b45;
}
.fs-gain label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 7px;
}
.fs-gain output {
  font-variant-numeric: tabular-nums;
}
.fs-gain input {
  accent-color: #afc0ff;
  width: 100%;
  height: 22px;
  margin: 0;
  cursor: pointer;
}
.fs-gain > div {
  font-size: 10px;
  color: #b0bcd1;
  display: flex;
  justify-content: space-between;
}
.fs-reset {
  color: #d0daeb;
  justify-self: end;
  background: transparent;
  border: 1px solid #6a7a95;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 12px;
  border-radius: 4px;
}
.fs-reset span {
  margin-left: 10px;
}
.fs-reset:hover {
  background: #26344b;
}
.fs-demo-help {
  min-height: 20px;
  text-align: center;
  color: #b5c0d5;
  font-size: 11px;
  margin-top: 18px;
}
.fs-landing button:disabled,
.fs-landing input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.fs-playground :focus-visible,
.fs-hero :focus-visible,
.fs-close :focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.fs-setup {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
  padding-block: 132px;
}
.fs-setup-heading h2 {
  font-size: clamp(46px, 5.5vw, 80px);
}
.fs-setup-heading > p {
  font-size: 17px;
  color: #5b687b;
  margin-top: 25px;
}
.fs-text-link {
  margin-top: 25px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  padding-block: 10px;
  border-bottom: 1px solid #aab3c3;
}
.fs-steps article {
  display: flex;
  align-items: start;
  gap: 28px;
  padding-block: 28px;
  border-bottom: 1px solid #d5dbe5;
}
.fs-steps article:first-child {
  padding-top: 0;
}
.fs-steps article > span {
  color: #2448d5;
  font-size: 13px;
  padding-top: 5px;
}
.fs-steps h3 {
  font-family: var(--ps-display);
  font-size: 26px;
  font-weight: 550;
  letter-spacing: -0.025em;
}
.fs-steps article p {
  color: #586579;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 12px;
  max-width: 50ch;
}
.fs-setup-note {
  padding-top: 24px;
}
.fs-setup-note > span {
  display: block;
  color: #5b677b;
  font-size: 12px;
}
#copy-setup {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  font-size: 13px;
  color: #2549d7;
  font-weight: 600;
  min-height: 44px;
}
#copy-status {
  font-size: 12px;
  color: #304463;
  white-space: pre-line;
}
.fs-local {
  background: #e6eaf1;
}
.fs-local-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
  padding-block: 84px;
  align-items: center;
}
.fs-local h2 {
  font-size: clamp(34px, 3.3vw, 47px);
}
.fs-local p {
  font-size: 14px;
  margin-top: 22px;
  color: #526178;
  max-width: 48ch;
}
.fs-local-drawing svg {
  width: 100%;
  stroke: #3357df;
  stroke-width: 1.6;
}
.fs-lock-ground {
  fill: #e6eaf1;
}
.fs-local-drawing > div {
  display: flex;
  justify-content: space-between;
  padding-inline: 10% 15%;
  font-size: 12px;
  color: #50607a;
}
.fs-faq {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 100px;
  padding-block: 120px;
}
.fs-faq h2 {
  font-size: clamp(35px, 3.5vw, 50px);
  max-width: 8ch;
}
.fs-faq details {
  border-bottom: 1px solid #d3dbe7;
}
.fs-faq details:first-child {
  border-top: 1px solid #d3dbe7;
}
.fs-faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
.fs-faq summary::-webkit-details-marker {
  display: none;
}
.fs-faq summary > span {
  font-size: 23px;
  font-weight: 300;
  color: #526482;
}
.fs-faq details[open] summary > span {
  rotate: 45deg;
}
.fs-faq details p {
  font-size: 14px;
  color: #56657b;
  line-height: 1.75;
  padding: 0 30px 25px 0;
}
.fs-faq a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fs-close {
  color: #fff;
  background: var(--fs-blue);
  padding-block: 84px 92px;
}
.fs-close > div {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 30px;
  align-items: center;
}
.fs-close .phone-mark {
  width: 60px;
  height: 76px;
}
.fs-close h2 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 520;
}
.fs-close p {
  margin-top: 22px;
  color: #e2e9ff;
  font-size: 11px;
  line-height: 1.8;
}
.home-page .site-footer {
  background: #2448ef;
  color: #fff;
  border-top: 1px solid #ffffff44;
  padding-top: 36px;
}
.home-page .site-footer .wordmark {
  color: #fff;
  font-size: 22px;
}
.home-page .site-footer .footer-top > p {
  display: none;
}
.home-page .site-footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
}
.home-page .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #fff;
  font-size: 11px;
}
.home-page .site-footer .footer-bottom {
  color: #e0e8ff;
  border-top: 1px solid #ffffff33;
  padding-block: 24px;
  font-size: 10px;
}
.home-page .site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.fs-landing ::selection {
  background: #a6b8ff;
  color: #13204d;
}
@media (min-width: 1600px) {
  .fs-hero-art {
    margin-right: 30px;
  }
}
@media (max-width: 1100px) {
  .fs-hero h1 {
    font-size: 7.7vw;
  }
  .fs-hero-inner {
    min-height: 640px;
  }
  .fs-actions {
    gap: 17px;
    flex-wrap: wrap;
  }
  .fs-motion-tag {
    right: 5%;
    bottom: 19%;
  }
  .fs-intro,
  .fs-setup,
  .fs-faq {
    gap: 64px;
  }
  .fs-playground-stage {
    padding-inline: 40px;
  }
  .fs-local-inner {
    gap: 60px;
  }
  .fs-scene-annotation {
    right: 2%;
    max-width: 120px;
  }
  .fs-connections > div {
    gap: 22px;
  }
  .fs-close > div {
    grid-template-columns: 1fr auto;
  }
  .fs-close .phone-mark {
    display: none;
  }
}
@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 40px);
    height: 76px;
    gap: 16px;
  }
  .wordmark {
    font-size: 23px;
    gap: 7px;
  }
  .wordmark .phone-mark {
    width: 27px;
    height: 31px;
  }
  .site-header nav {
    gap: 18px;
  }
  .site-header nav > a:not(.nav-download) {
    display: none;
  }
  .site-header .nav-download {
    font-size: 11px;
    padding: 10px 13px;
  }
  .fs-wrap {
    width: calc(100% - 48px);
  }
  .fs-hero {
    margin: 0 10px;
    border-radius: 6px;
  }
  .fs-hero-inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
    max-height: none;
  }
  .fs-hero-copy {
    align-self: stretch;
    padding: 44px 26px 0;
  }
  .fs-hero h1 {
    font-size: clamp(44px, 10.8vw, 76px);
    letter-spacing: -0.06em;
  }
  .fs-hero-copy > p {
    margin-top: 22px;
    font-size: 16px;
  }
  .fs-actions {
    margin-top: 25px;
    gap: 16px;
    flex-wrap: nowrap;
  }
  .fs-button {
    padding: 13px 16px;
    min-height: 49px;
    font-size: 12px;
    gap: 18px;
  }
  .fs-demo-link {
    font-size: 11px;
    gap: 6px;
  }
  .fs-play {
    font-size: 20px;
  }
  .fs-preview {
    font-size: 9px;
    margin-top: 18px;
  }
  .fs-hero-art {
    height: 390px;
    margin-top: 8px;
  }
  .fs-hero-phone {
    inset: -9% 1% -2% -1%;
  }
  .fs-back-frame {
    height: 60%;
    width: 36%;
    top: 16%;
    left: 22%;
    border-radius: 17px;
  }
  .fs-back-frame span {
    font-size: 8px;
  }
  .fs-motion-tag {
    right: 12%;
    bottom: 30%;
  }
  .fs-motion-tag svg {
    width: 48px;
  }
  .fs-motion-tag span {
    font-size: 7px;
  }
  .fs-art-caption {
    font-size: 8px;
    bottom: 16px;
    right: 20px;
  }
  .fs-orbits {
    inset: 0 4%;
  }
  .fs-connections {
    width: calc(100% - 48px);
    padding-block: 27px;
    display: block;
  }
  .fs-connections > span {
    font-size: 11px;
  }
  .fs-connections > div {
    gap: 16px;
    margin-top: 15px;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .fs-connections .fs-output:last-child {
    display: none;
  }
  .fs-intro {
    padding-block: 64px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fs-intro h2 {
    font-size: 42px;
  }
  .fs-intro p {
    font-size: 16px;
  }
  .fs-intro p + p {
    font-size: 14px;
    margin-top: 14px;
  }
  .fs-playground-stage {
    padding: 35px 24px 22px;
    min-height: 690px;
  }
  .fs-lab-heading {
    display: block;
  }
  .fs-lab-heading h2 {
    font-size: 33px;
    max-width: 12ch;
  }
  .fs-kicker {
    font-size: 9px;
    margin-bottom: 14px;
  }
  .fs-lab-heading p {
    margin-top: 15px;
    font-size: 12px;
  }
  .fs-lab-heading p br {
    display: none;
  }
  .fs-demo-stage {
    min-height: 260px;
    margin-top: 10px;
  }
  .fs-lab-phone {
    inset: -8% -30% -6%;
  }
  .fs-output-frame {
    inset: 12% 2% 14%;
  }
  .fs-output-frame > span {
    font-size: 7px;
    bottom: -20px;
  }
  .fs-scene-annotation {
    display: none;
  }
  .fs-sample-label {
    font-size: 8px;
  }
  .fs-lab-controls {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-top: 18px;
  }
  .fs-mode button {
    padding: 8px 14px;
    min-height: 40px;
  }
  .fs-gain {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .fs-reset {
    font-size: 11px;
    padding: 10px 12px;
  }
  .fs-reset span {
    margin-left: 3px;
  }
  .fs-demo-help {
    margin-top: 14px;
    font-size: 10px;
    line-height: 1.5;
  }
  .fs-setup {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 68px;
  }
  .fs-setup-heading h2 {
    font-size: 53px;
  }
  .fs-setup-heading > p {
    font-size: 15px;
    margin-top: 20px;
  }
  .fs-steps h3 {
    font-size: 24px;
  }
  .fs-steps article {
    gap: 22px;
    padding-block: 25px;
  }
  .fs-local-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 52px;
  }
  .fs-local-drawing {
    max-width: 450px;
  }
  .fs-local h2 {
    font-size: 38px;
  }
  .fs-faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 68px;
  }
  .fs-faq h2 {
    max-width: none;
    font-size: 35px;
  }
  .fs-faq summary {
    min-height: 74px;
    font-size: 14px;
  }
  .fs-close {
    padding-block: 56px;
  }
  .fs-close > div {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .fs-close h2 {
    font-size: 47px;
  }
  .fs-close p {
    margin-top: 20px;
  }
  .home-page .site-footer .wrap {
    width: calc(100% - 48px);
  }
  .home-page .site-footer .footer-top {
    flex-direction: column;
    gap: 30px;
  }
  .home-page .site-footer nav {
    gap: 20px;
  }
  .home-page .site-footer .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
@media (max-width: 380px) {
  .fs-hero-copy {
    padding-inline: 21px;
  }
  .fs-actions {
    gap: 12px;
  }
  .fs-button {
    gap: 12px;
    padding-inline: 12px;
  }
  .fs-demo-link {
    font-size: 10px;
  }
  .fs-hero-art {
    height: 345px;
  }
  .fs-mode button {
    padding-inline: 10px;
    font-size: 11px;
  }
}
@media (max-height: 740px) and (min-width: 761px) {
  .fs-playground-stage {
    min-height: 630px;
    padding-top: 24px;
  }
  .fs-demo-stage {
    min-height: 230px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .fs-hero-phone,
  .fs-back-frame,
  .fs-motion-tag,
  .fs-orbits,
  .fs-output-frame {
    transform: none !important;
  }
  .fs-playground-stage {
    height: auto;
    min-height: 750px;
  }
  .fs-demo-stage {
    min-height: 380px;
  }
  .fs-button {
    transition: none;
  }
}
.fs-render-ready > picture {
  visibility: hidden;
}
@media (max-width: 760px) {
  .site-header nav {
    display: flex;
  }
  .site-header nav .nav-download {
    display: inline-flex;
  }
  .fs-playground-stage {
    height: auto;
    position: relative;
  }
}
.fs-local-drawing svg {
  display: block;
}
html:not(.sc-ready) .fs-landing [data-sc-in] {
  opacity: 1;
  transform: none;
}
.site-header nav > .nav-download[aria-current="page"] {
  color: #fff;
}
@media (max-width: 760px) {
  .site-header {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-block: 0;
  }
  .site-header nav {
    width: auto;
    flex: 0 0 auto;
  }
  .site-header .wordmark {
    flex: 0 1 auto;
  }
}
/* Keep copy fully legible throughout its entrance; only position changes. */
.fs-intro [data-sc-in] {
  opacity: 1;
  transition: transform 240ms cubic-bezier(0.23, 1, 0.32, 1);
}
.platforms button {
  color: #53637c;
}

.fs-model { display:grid; gap:10px; font-size:13px; font-weight:600; }
.fs-model select { width:100%; min-height:44px; border:1px solid #cbd2df; border-radius:8px; background:white; color:#161e2b; padding:10px; font:inherit; }
.fs-model select:focus-visible { outline:3px solid #2448ef; outline-offset:3px; }
