@charset "UTF-8";
:root {
  --paper:#f7f7f5;
  --white:#fff;
  --ink:#19191c;
  --muted:#626269;
  --line:#dedee2;
  --violet:#6440eb;
  --light-violet:#eee9ff;
  --radius:24px;
  --page:1280px;
  --gutter:clamp(22px,4.6vw,72px);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:96px;
}
body {
  margin:0;
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button,input,textarea {
  font:inherit;
}
button,a,input,textarea {
  -webkit-tap-highlight-color:transparent;
}
button {
  cursor:pointer;
}
img {
  display:block;
  max-width:100%;
  height:auto;
}
h1,h2,h3,p,figure {
  margin:0;
}
h1,h2,h3 {
  font-weight:600;
  letter-spacing:-.055em;
}
h1,h2 {
  text-wrap:balance;
}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:3px solid var(--violet);
  outline-offset:5px;
}
::selection {
  background:#d8ceff;
  color:#201146;
}
.container {
  width:min(calc(100% - var(--gutter)*2),var(--page));
  margin-inline:auto;
}
.section {
  padding-block:112px;
}
.eyebrow,.kicker {
  font-size:12px;
  line-height:1.5;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:650;
}
.kicker {
  color:var(--violet);
  margin-bottom:22px;
}
.skip-link {
  position:fixed;
  z-index:100;
  top:12px;
  left:12px;
  transform:translateY(-180%);
  padding:14px 20px;
  background:var(--ink);
  color:#fff;
  border-radius:8px;
}
.skip-link:focus {
  transform:none;
}
.icon {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
}
.arrow {
  font-size:21px;
  line-height:1;
}
.nav {
  position:sticky;
  top:0;
  z-index:20;
  background:rgb(247 247 245 / 94%);
  border-bottom:1px solid rgb(25 25 28 / 8%);
  backdrop-filter:blur(18px);
}
.nav-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:80px;
}
.brand img {
  width:151px;
  height:auto;
}
.nav-links {
  display:flex;
  gap:30px;
  margin-left:auto;
  margin-right:26px;
  font-size:14px;
  font-weight:500;
}
.nav-links a {
  padding-block:14px;
  color:#525259;
  transition:color .2s;
}
.nav-links a:hover {
  color:var(--violet);
}
.nav-cta {
  display:flex;
  align-items:center;
  gap:20px;
  padding:12px 19px;
  background:var(--ink);
  color:#fff;
  border-radius:8px;
  font-size:14px;
  font-weight:550;
}
.nav-cta:hover {
  background:var(--violet);
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:54px;
  padding:0 23px;
  gap:26px;
  border-radius:8px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:550;
  transition:background .2s,transform .2s;
  touch-action:manipulation;
}
.button:hover {
  transform:translateY(-2px);
}
.button-dark {
  background:var(--ink);
  color:#fff;
}
.button-dark:hover {
  background:var(--violet);
}
.button-light {
  background:#fff;
  color:var(--ink);
}
.button-light:hover {
  background:#eee9ff;
}
.button-quiet {
  padding-inline:8px;
  gap:12px;
}
.button-quiet:hover {
  color:var(--violet);
}
.actions {
  display:flex;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
}
.hero {
  padding-top:32px;
}
.hero-main {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  align-items:center;
  gap:44px;
  min-height:554px;
}
.hero-copy {
  padding-block:22px;
}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:9px;
  color:#49494e;
  margin-bottom:30px;
}
.live-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--violet);
  box-shadow:0 0 0 5px #e9e2ff;
  flex-shrink:0;
}
.hero h1 {
  font-size:clamp(56px,6.3vw,91px);
  line-height:1.015;
  letter-spacing:-.068em;
}
.hero h1 em {
  font:inherit;
  color:var(--violet);
}
.hero-lead {
  max-width:470px;
  font-size:18px;
  line-height:1.65;
  color:#57575e;
  margin:26px 0 30px;
}
.hero-lead strong {
  font-weight:550;
  color:var(--ink);
}
.hero-notes {
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  margin-top:28px;
  font-size:13px;
  color:#626269;
}
.hero-notes span {
  display:flex;
  align-items:center;
  gap:7px;
}
.hero-notes .icon {
  width:15px;
  height:15px;
  color:var(--violet);
}
.hero-visual {
  position:relative;
  min-width:0;
  height:554px;
  padding:0 0 30px 28px;
}
.hero-photo {
  height:100%;
  width:100%;
  object-fit:cover;
  border-radius:140px 22px 22px 22px;
  object-position:center 57%;
}
.scene-label {
  position:absolute;
  top:25px;
  right:24px;
  color:white;
  font-size:12px;
  letter-spacing:.06em;
  display:flex;
  gap:8px;
  align-items:center;
}
.scene-label span {
  width:5px;
  height:5px;
  background:#fff;
  border-radius:50%;
}
.store-preview {
  position:absolute;
  left:0;
  top:44px;
  width:204px;
  background:#fff;
  border:1px solid #ededed;
  border-radius:12px;
  box-shadow:0 16px 44px rgb(0 0 0 / 12%);
  padding:16px;
  transform:rotate(-4deg);
}
.store-preview-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  letter-spacing:.06em;
  font-weight:600;
  border-bottom:1px solid #eee;
  padding-bottom:10px;
}
.store-preview-top .icon {
  width:15px;
  height:15px;
}
.store-preview img {
  width:100%;
  height:132px;
  object-fit:cover;
  object-position:50% 58%;
  border-radius:5px;
  margin-top:12px;
}
.store-preview strong {
  display:block;
  font-size:14px;
  margin-top:10px;
  font-weight:600;
  letter-spacing:-.02em;
}
.store-preview p {
  font-size:12px;
  color:#67676e;
  margin-top:2px;
}
.preview-options {
  display:flex;
  gap:6px;
  margin-top:10px;
}
.preview-options span {
  width:12px;
  height:12px;
  border-radius:50%;
  border:1px solid #c7c3b8;
  background:#e5ddc5;
}
.preview-options span:nth-child(2) {
  background:#b1a79b;
}
.preview-options span:nth-child(3) {
  background:#444349;
}
.preview-purchase {
  display:flex;
  justify-content:space-between;
  background:#202023;
  color:#fff;
  border-radius:4px;
  font-size:12px;
  padding:9px 10px;
  margin-top:13px;
}
.order-badge {
  position:absolute;
  right:20px;
  bottom:4px;
  width:calc(100% - 76px);
  display:flex;
  align-items:center;
  gap:14px;
  padding:17px 20px;
  border-radius:12px;
  border:1px solid #e5e5e8;
  background:#fff;
  box-shadow:0 10px 40px rgb(0 0 0 / 8%);
}
.order-badge-icon {
  display:grid;
  place-items:center;
  width:41px;
  height:41px;
  background:var(--light-violet);
  color:var(--violet);
  border-radius:50%;
}
.order-badge small {
  font-size:12px;
  color:#68686e;
}
.order-badge strong {
  display:block;
  font-size:14px;
  font-weight:600;
}
.order-badge>.icon {
  margin-left:auto;
  color:var(--violet);
}
.pipeline {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:28px 0 0;
  padding:28px 0;
  list-style:none;
  border-block:1px solid var(--line);
  gap:24px;
}
.pipeline li {
  position:relative;
  display:flex;
  gap:13px;
  align-items:center;
}
.pipeline li:not(:last-child):after {
  content:'→';
  position:absolute;
  right:0;
  color:#96939f;
  font-size:20px;
}
.pipeline-number {
  font-size:12px;
  color:var(--violet);
  font-variant-numeric:tabular-nums;
}
.pipeline strong {
  display:block;
  font-size:14px;
  font-weight:600;
  letter-spacing:-.015em;
}
.pipeline small {
  font-size:12px;
  color:var(--muted);
}
.hero-caption {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-block:20px;
  font-size:12px;
  color:var(--muted);
}
.hero-caption b {
  color:var(--ink);
  font-weight:550;
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:50px;
  margin-bottom:46px;
}
.section-heading h2 {
  font-size:clamp(40px,4.6vw,65px);
  line-height:1.04;
  max-width:700px;
}
.section-heading>p {
  max-width:340px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}
.how {
  padding-top:86px;
}
.order-story {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
}
.story-menu {
  padding:14px 34px;
}
.story-step {
  display:grid;
  grid-template-columns:30px 1fr 20px;
  gap:12px;
  align-items:start;
  text-align:left;
  width:100%;
  padding:26px 0;
  background:transparent;
  color:var(--ink);
  border:0;
  border-bottom:1px solid var(--line);
}
.story-step:last-child {
  border-bottom:0;
}
.story-step>span:first-child {
  padding-top:3px;
  color:#87878d;
  font-size:12px;
}
.story-step strong {
  display:block;
  font-size:21px;
  font-weight:550;
  letter-spacing:-.025em;
}
.story-step small {
  display:block;
  font-size:14px;
  line-height:1.6;
  color:var(--muted);
  margin-top:7px;
  max-width:310px;
}
.story-step .arrow {
  padding-top:4px;
  color:#a4a2aa;
  transition:transform .2s;
}
.story-step[aria-pressed=true] strong,.story-step[aria-pressed=true]>span:first-child {
  color:var(--violet);
}
.story-step[aria-pressed=true] .arrow {
  color:var(--violet);
  transform:translateX(4px);
}
.story-step:hover strong {
  color:var(--violet);
}
.story-visual {
  position:relative;
  min-height:522px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:45px;
  background:#ece9e5;
  overflow:hidden;
}
.story-visual:before {
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 80% 10%,#e7ddff,transparent 60%);
  pointer-events:none;
}
.story-topline {
  position:absolute;
  top:23px;
  left:30px;
  right:30px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-size:12px;
  letter-spacing:.06em;
  color:#66626c;
  text-transform:uppercase;
}
.story-topline span:last-child {
  color:#675975;
}
.example-card {
  position:relative;
  z-index:1;
  width:100%;
  max-width:360px;
  background:#fff;
  padding:20px;
  border:1px solid #e4e1e7;
  box-shadow:0 16px 50px rgb(45 33 65 / 9%);
  border-radius:12px;
  transition:transform .2s;
}
.example-card-top {
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  padding-bottom:16px;
  border-bottom:1px solid #eee;
  font-size:12px;
  font-weight:550;
}
.example-card-top span {
  color:var(--violet);
}
.example-product {
  display:flex;
  align-items:center;
  gap:18px;
  margin:20px 0;
}
.example-product img {
  width:100px;
  height:115px;
  border-radius:6px;
  object-fit:cover;
  object-position:center 55%;
}
.example-product strong {
  font-size:18px;
  letter-spacing:-.03em;
  font-weight:600;
}
.example-product p {
  font-size:12px;
  margin-top:4px;
  color:var(--muted);
}
.example-product small {
  display:inline-block;
  font-size:12px;
  background:#f3f1f7;
  padding:4px 7px;
  border-radius:4px;
  margin-top:9px;
}
.example-state {
  background:#f5f3fb;
  border-radius:8px;
  padding:16px;
}
.example-state-title {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:550;
  color:#5832c9;
}
.example-state p {
  font-size:12px;
  line-height:1.7;
  margin-top:9px;
  color:#676172;
}
.example-progress {
  display:flex;
  gap:5px;
  margin-top:15px;
}
.example-progress span {
  height:4px;
  flex:1;
  background:#ddd7ed;
  border-radius:3px;
}
.example-progress span.is-complete {
  background:var(--violet);
}
.story-footnote {
  position:relative;
  margin-top:18px;
  font-size:12px;
  color:#736e79;
  text-align:center;
}
.story-summary {
  display:flex;
  justify-content:space-between;
  gap:25px;
  margin-top:26px;
  font-size:14px;
  color:var(--muted);
}
.story-summary strong {
  color:var(--ink);
  font-weight:550;
}
.story-summary .icon {
  width:17px;
  height:17px;
  color:var(--violet);
  vertical-align:-4px;
  margin-right:6px;
}
.platform {
  background:#1c1a23;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.platform .kicker {
  color:#b59eff;
}
.platform-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:105px;
}
.platform-copy h2 {
  font-size:clamp(46px,5.1vw,72px);
  line-height:1.04;
  max-width:520px;
}
.platform-copy h2 span {
  color:#b49bff;
}
.platform-copy>p:not(.kicker) {
  color:#b6b2c1;
  max-width:410px;
  margin-top:25px;
  line-height:1.75;
}
.platform-tag {
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:38px;
  padding-top:24px;
  border-top:1px solid #45414e;
  font-size:13px;
  color:#dad4e7;
}
.platform-tag img {
  width:27px;
  height:27px;
}
.capabilities {
  padding-top:4px;
}
.capability {
  display:grid;
  grid-template-columns:35px 1fr;
  gap:18px;
  padding-block:27px;
  border-top:1px solid #44404c;
}
.capability:first-child {
  padding-top:0;
  border-top:0;
}
.capability>span {
  font-size:12px;
  color:#b59eff;
  padding-top:6px;
}
.capability h3 {
  font-size:24px;
  letter-spacing:-.03em;
}
.capability p {
  color:#b6b2c1;
  font-size:15px;
  line-height:1.7;
  margin-top:11px;
}
.capability-tags {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
}
.capability-tags span {
  border:1px solid #4c465b;
  border-radius:5px;
  color:#d6cced;
  font-size:12px;
  padding:4px 8px;
}
.products {
  background:#fff;
}
.products .section-heading {
  align-items:flex-end;
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:20px;
  font-size:14px;
  font-weight:550;
  border-bottom:1px solid var(--ink);
  padding-bottom:6px;
  white-space:nowrap;
}
.text-link:hover {
  color:var(--violet);
  border-color:var(--violet);
}
.engine-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:36px 24px;
}
.engine {
  display:block;
  min-width:0;
}
.engine-image {
  position:relative;
  overflow:hidden;
  aspect-ratio:1.18;
  background:#efedf1;
  border-radius:12px;
}
.engine-image img {
  height:100%;
  width:100%;
  object-fit:cover;
  transition:transform .5s;
}
.engine:hover .engine-image img {
  transform:scale(1.035);
}
.engine-category {
  position:absolute;
  top:15px;
  left:15px;
  background:rgb(255 255 255 / 92%);
  padding:5px 9px;
  font-size:12px;
  border-radius:4px;
  backdrop-filter:blur(6px);
}
.engine-link-icon {
  position:absolute;
  right:15px;
  bottom:15px;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  transition:background .2s,color .2s;
}
.engine:hover .engine-link-icon {
  background:var(--violet);
  color:#fff;
}
.engine-info {
  padding-top:19px;
}
.engine-info h3 {
  font-size:24px;
  letter-spacing:-.04em;
}
.engine-info p {
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
  margin-top:7px;
  max-width:350px;
}
.engine-lum img {
  object-position:center 56%;
}
.engine-buddy img {
  object-fit:contain;
  background:#d6caef;
}
.engine-tag img {
  object-fit:contain;
  background:#f1f0f3;
}
.products-note {
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:space-between;
  margin-top:40px;
  padding-top:26px;
  border-top:1px solid var(--line);
  font-size:14px;
  color:var(--muted);
}
.products-note strong {
  color:var(--ink);
  font-weight:550;
}
.plans {
  background:#f3f1f7;
}
.plans-intro {
  align-items:flex-end;
}
.billing-note {
  color:var(--muted);
  font-size:13px;
  margin:-22px 0 28px;
}
.price-table-wrap {
  overflow:auto;
  border:1px solid #dcd8e6;
  border-radius:14px;
  background:#fff;
  scrollbar-width:thin;
}
.price-table {
  width:100%;
  min-width:810px;
  border-collapse:collapse;
  text-align:left;
}
.price-table th,.price-table td {
  border-bottom:1px solid #e9e6ef;
  padding:17px 24px;
  font-size:13px;
}
.price-table th {
  font-weight:450;
}
.price-table td {
  text-align:center;
  width:23%;
}
.price-table thead th {
  padding-top:30px;
  padding-bottom:28px;
  vertical-align:top;
  width:23%;
}
.price-table thead th:first-child {
  width:31%;
  vertical-align:bottom;
  font-size:14px;
  color:var(--muted);
}
.price-table thead b {
  display:block;
  font-size:17px;
  font-weight:550;
  letter-spacing:-.02em;
}
.price-table thead strong {
  display:block;
  font-size:42px;
  font-weight:550;
  letter-spacing:-.05em;
  margin:12px 0 18px;
  white-space:nowrap;
}
.price-table thead small {
  font-size:12px;
  letter-spacing:0;
  color:var(--muted);
  font-weight:400;
  margin-left:5px;
}
.price-table thead a {
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:42px;
  padding:8px 12px;
  border:1px solid #d8d4e0;
  border-radius:6px;
  font-size:13px;
  font-weight:550;
}
.price-table thead a:hover {
  background:#f2ecff;
}
.price-table .featured {
  background:#f1ecff;
}
.price-table thead .featured a {
  background:var(--violet);
  color:#fff;
  border-color:var(--violet);
}
.price-table .featured b {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
}
.popular {
  font-size:12px;
  color:#6842d8;
  font-weight:550;
  letter-spacing:0;
  white-space:nowrap;
  border:1px solid #d4c4fb;
  padding:3px 5px;
  border-radius:4px;
}
.price-table tbody tr:last-child>* {
  border-bottom:0;
}
.price-note {
  color:var(--muted);
  font-size:12px;
  margin-top:16px;
}
.price-scroll-hint {
  display:none;
  font-size:12px;
  color:var(--muted);
  margin-bottom:12px;
}
.faq {
  background:#fff;
}
.faq-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px;
}
.faq-intro h2 {
  font-size:clamp(40px,4.4vw,60px);
  line-height:1.06;
}
.faq-intro>p:last-child {
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  margin-top:24px;
  max-width:310px;
}
.faq-list details {
  border-bottom:1px solid var(--line);
}
.faq-list details:first-child {
  border-top:1px solid var(--line);
}
.faq-list summary {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  cursor:pointer;
  list-style:none;
  padding:24px 0;
  font-size:16px;
  font-weight:500;
  letter-spacing:-.015em;
}
.faq-list summary::-webkit-details-marker {
  display:none;
}
.faq-list summary span {
  font-size:23px;
  font-weight:350;
  color:var(--violet);
  transition:transform .2s;
}
.faq-list details[open] summary span {
  transform:rotate(45deg);
}
.faq-list details p {
  font-size:15px;
  line-height:1.75;
  color:var(--muted);
  margin:0 40px 24px 0;
}
.apply {
  background:var(--violet);
  color:white;
  padding-block:88px;
}
.waitlist-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:105px;
  align-items:center;
}
.waitlist-copy .kicker {
  color:#e0d4ff;
}
.waitlist-copy h2 {
  font-size:clamp(44px,5vw,70px);
  line-height:1.04;
}
.waitlist-copy>p:not(.kicker) {
  font-size:16px;
  line-height:1.7;
  color:#e5dcff;
  max-width:410px;
  margin-top:24px;
}
.waitlist-points {
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  margin-top:30px;
  font-size:12px;
  color:#e4dafe;
}
.waitlist-form {
  padding:28px;
  background:#fff;
  border-radius:14px;
  color:var(--ink);
  min-width:0;
}
.form-field {
  margin-bottom:17px;
}
.form-field label {
  display:block;
  font-size:13px;
  font-weight:550;
  margin-bottom:8px;
}
.form-field label span {
  color:var(--muted);
  font-weight:400;
  margin-left:4px;
}
.form-field input,.form-field textarea,.human-check input {
  width:100%;
  padding:12px 13px;
  border:1px solid #dcd9e3;
  background:#faf9fc;
  color:var(--ink);
  border-radius:6px;
  min-height:46px;
  font-size:14px;
}
.form-field textarea {
  resize:vertical;
  min-height:90px;
}
.human-check {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin:18px 0;
}
.human-check strong {
  display:block;
  font-size:12px;
  font-weight:550;
}
.human-check small {
  font-size:12px;
  color:var(--muted);
}
.human-check input {
  max-width:90px;
}
.bot-field {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.waitlist-submit {
  width:100%;
  background:var(--ink);
  color:white;
  justify-content:space-between;
}
.waitlist-submit:hover {
  background:#3b2c62;
}
.waitlist-submit:disabled {
  opacity:.65;
  cursor:wait;
  transform:none;
}
.form-note {
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
  margin-top:12px;
}
.form-status:empty {
  display:none;
}
.form-status {
  font-size:13px;
  line-height:1.6;
  margin-top:14px;
}
.form-status.is-success {
  color:#1b703b;
}
.form-status.is-error {
  color:#b42c36;
}
.noscript-note {
  font-size:12px;
  margin-top:14px;
}
.noscript-note a {
  text-decoration:underline;
}
footer {
  padding:42px 0 22px;
  background:#f7f7f5;
}
.footer-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:36px;
  border-bottom:1px solid var(--line);
  gap:24px;
}
.footer-top p {
  font-size:17px;
  letter-spacing:-.025em;
}
.footer-top p span {
  color:var(--violet);
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding-top:22px;
  font-size:12px;
  color:var(--muted);
}
.footer-bottom nav {
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.footer-bottom a:hover {
  color:var(--violet);
}
@media(min-width:1500px) {
  .hero-main {
    gap:70px;
  }
  .hero-visual {
    height:650px;
  }
  .hero-copy {
    padding-block:55px;
  }
  .hero h1 {
    font-size:94px;
  }
  .hero-lead {
    font-size:19px;
  }
}
@media(max-width:1100px) {
  .nav-links {
    gap:22px;
    margin-right:10px;
  }
  .hero-main {
    gap:25px;
    grid-template-columns:1fr 1fr;
    min-height:560px;
  }
  .hero-visual {
    height:550px;
    padding-left:12px;
  }
  .hero h1 {
    font-size:clamp(54px,6.2vw,72px);
  }
  .hero .eyebrow {
    font-size:12px;
    letter-spacing:.1em;
  }
  .hero-lead {
    font-size:16px;
  }
  .hero .actions {
    gap:9px;
  }
  .hero .button {
    padding-inline:18px;
    font-size:14px;
    gap:14px;
  }
  .store-preview {
    width:170px;
    top:32px;
    padding:12px;
  }
  .store-preview img {
    height:100px;
  }
  .hero-photo {
    border-top-left-radius:95px;
  }
  .order-badge {
    right:10px;
    width:calc(100% - 24px);
    padding:14px;
  }
  .pipeline {
    gap:18px;
  }
  .pipeline li {
    gap:8px;
  }
  .pipeline strong {
    font-size:13px;
  }
  .pipeline small {
    font-size:12px;
  }
  .pipeline li:not(:last-child):after {
    right:-5px;
  }
  .section {
    padding-block:88px;
  }
  .platform-grid {
    gap:60px;
  }
  .waitlist-grid {
    gap:60px;
  }
  .story-visual {
    padding:40px 25px;
  }
  .story-menu {
    padding-inline:25px;
  }
  .faq-grid {
    gap:55px;
  }
  .price-table th,.price-table td {
    padding-inline:18px;
  }
}
@media(max-width:800px) {
  .nav-inner {
    min-height:70px;
  }
  .nav-links {
    gap:18px;
    margin-right:0;
  }
  .nav-links a {
    font-size:12px;
  }
  .brand img {
    width:126px;
  }
  .nav-cta {
    font-size:12px;
    gap:12px;
    padding:11px 13px;
  }
  .hero {
    padding-top:20px;
  }
  .hero-main {
    grid-template-columns:1fr;
    gap:6px;
  }
  .hero-copy {
    padding:30px 0 28px;
  }
  .hero .eyebrow {
    font-size:12px;
    margin-bottom:23px;
  }
  .hero h1 {
    font-size:clamp(56px,8.6vw,78px);
    max-width:650px;
  }
  .hero h1 br {
    display:none;
  }
  .hero-lead {
    max-width:530px;
    font-size:17px;
    margin-top:24px;
  }
  .hero .actions {
    gap:18px;
  }
  .hero .button {
    min-height:52px;
    font-size:14px;
    padding-inline:21px;
  }
  .hero-notes {
    margin-top:21px;
  }
  .hero-visual {
    height:520px;
    width:100%;
    padding:0 0 25px 26px;
    margin-top:12px;
  }
  .hero-photo {
    border-radius:100px 18px 18px 18px;
    object-position:center 56%;
  }
  .store-preview {
    top:34px;
    width:203px;
    padding:16px;
  }
  .store-preview img {
    height:134px;
  }
  .order-badge {
    width:300px;
    right:20px;
    bottom:0;
  }
  .scene-label {
    right:22px;
    top:22px;
  }
  .pipeline {
    grid-template-columns:1fr 1fr;
    row-gap:26px;
    margin-top:33px;
    padding-block:24px;
  }
  .pipeline li {
    gap:14px;
  }
  .pipeline strong {
    font-size:14px;
  }
  .pipeline small {
    font-size:12px;
  }
  .pipeline li:not(:last-child):after {
    right:20px;
  }
  .pipeline li:nth-child(2):after {
    display:none;
  }
  .hero-caption {
    font-size:12px;
  }
  .hero-caption span:last-child {
    display:none;
  }
  .section-heading {
    display:block;
    margin-bottom:32px;
  }
  .section-heading>p {
    margin-top:23px;
    max-width:510px;
  }
  .section-heading .text-link {
    margin-top:26px;
  }
  .order-story {
    grid-template-columns:1fr;
  }
  .story-menu {
    padding:0 23px;
  }
  .story-step {
    padding-block:20px;
  }
  .story-step strong {
    font-size:19px;
  }
  .story-step small {
    max-width:none;
    font-size:14px;
    margin-top:4px;
  }
  .story-visual {
    min-height:442px;
    padding:58px 26px 28px;
  }
  .story-summary {
    font-size:12px;
    flex-wrap:wrap;
    gap:12px;
  }
  .platform-grid {
    grid-template-columns:1fr;
    gap:45px;
  }
  .platform-copy h2 {
    max-width:560px;
  }
  .platform-copy>p:not(.kicker) {
    max-width:530px;
  }
  .platform-tag {
    margin-top:24px;
    padding-top:18px;
  }
  .capability {
    padding-block:22px;
  }
  .engine-grid {
    grid-template-columns:1fr 1fr;
    gap:30px 20px;
  }
  .engine-info h3 {
    font-size:23px;
  }
  .products-note {
    align-items:flex-start;
    flex-direction:column;
    gap:15px;
  }
  .price-scroll-hint {
    display:block;
  }
  .faq-grid {
    grid-template-columns:1fr;
    gap:38px;
  }
  .faq-intro>p:last-child {
    max-width:480px;
  }
  .waitlist-grid {
    grid-template-columns:1fr;
    gap:35px;
  }
  .waitlist-copy h2 {
    max-width:510px;
  }
  .waitlist-copy>p:not(.kicker) {
    max-width:470px;
  }
  .waitlist-points {
    margin-top:20px;
  }
  .waitlist-form {
    max-width:560px;
    width:100%;
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:18px;
  }
  .footer-bottom nav {
    order:3;
    width:100%;
    gap:18px;
  }
  .footer-top p {
    font-size:15px;
  }
}
@media(max-width:480px) {
  :root {
    --gutter:22px;
  }
  .nav-inner {
    gap:12px;
    min-height:68px;
  }
  .nav-links {
    display:none;
  }
  .brand img {
    width:124px;
  }
  .nav-cta {
    font-size:12px;
    gap:10px;
    min-height:40px;
  }
  .hero-copy {
    padding-top:26px;
  }
  .hero .eyebrow {
    font-size:12px;
    letter-spacing:.08em;
    gap:8px;
  }
  .hero h1 {
    font-size:clamp(48px,12.1vw,59px);
    letter-spacing:-.067em;
    line-height:1.04;
  }
  .hero-lead {
    font-size:16px;
    line-height:1.65;
    margin:23px 0 25px;
  }
  .hero .actions {
    gap:11px;
    flex-wrap:nowrap;
  }
  .hero .button {
    font-size:12px;
    padding-inline:15px;
    gap:12px;
  }
  .hero .button-quiet {
    padding-inline:4px;
  }
  .hero-notes {
    font-size:12px;
    gap:15px;
  }
  .hero-visual {
    height:436px;
    padding-left:15px;
  }
  .hero-photo {
    border-top-left-radius:80px;
    object-position:53% 56%;
  }
  .store-preview {
    width:157px;
    padding:11px;
    top:30px;
    left:0;
  }
  .store-preview-top {
    font-size:12px;
    padding-bottom:8px;
  }
  .store-preview img {
    height:98px;
    margin-top:9px;
  }
  .store-preview strong {
    font-size:12px;
    margin-top:8px;
  }
  .store-preview p {
    font-size:12px;
  }
  .preview-purchase {
    font-size:12px;
    padding:8px;
    margin-top:10px;
  }
  .preview-options {
    margin-top:8px;
  }
  .scene-label {
    font-size:12px;
    right:15px;
    top:18px;
    letter-spacing:.02em;
  }
  .order-badge {
    width:268px;
    right:7px;
    gap:10px;
    padding:13px;
  }
  .order-badge strong {
    font-size:12px;
  }
  .order-badge small {
    font-size:12px;
  }
  .order-badge-icon {
    width:34px;
    height:34px;
  }
  .pipeline {
    column-gap:16px;
    row-gap:24px;
  }
  .pipeline li {
    gap:9px;
  }
  .pipeline strong {
    font-size:12px;
  }
  .pipeline small {
    font-size:12px;
  }
  .pipeline li:not(:last-child):after {
    right:0;
    font-size:16px;
  }
  .pipeline-number {
    font-size:12px;
  }
  .hero-caption {
    font-size:12px;
    line-height:1.6;
  }
  .section {
    padding-block:70px;
  }
  .section-heading h2 {
    font-size:39px;
  }
  .section-heading>p {
    font-size:15px;
    margin-top:20px;
  }
  .kicker {
    font-size:12px;
    margin-bottom:17px;
  }
  .story-step {
    grid-template-columns:22px 1fr 15px;
    gap:7px;
    padding-block:20px;
  }
  .story-step strong {
    font-size:17px;
  }
  .story-step small {
    font-size:13px;
  }
  .story-menu {
    padding-inline:19px;
  }
  .story-visual {
    padding-inline:20px;
    min-height:425px;
  }
  .story-topline {
    font-size:12px;
    left:22px;
    right:22px;
  }
  .example-card {
    padding:17px;
  }
  .example-product {
    gap:15px;
  }
  .example-product strong {
    font-size:17px;
  }
  .example-product img {
    width:90px;
    height:110px;
  }
  .story-summary {
    font-size:12px;
    display:grid;
    gap:12px;
  }
  .platform-copy h2 {
    font-size:45px;
  }
  .platform-copy>p:not(.kicker) {
    font-size:15px;
  }
  .capability {
    grid-template-columns:23px 1fr;
    gap:13px;
  }
  .capability h3 {
    font-size:22px;
  }
  .capability p {
    font-size:14px;
  }
  .engine-grid {
    gap:27px 14px;
  }
  .engine-image {
    aspect-ratio:.9;
    border-radius:9px;
  }
  .engine-category {
    font-size:12px;
    left:9px;
    top:9px;
    padding:4px 6px;
  }
  .engine-link-icon {
    width:28px;
    height:28px;
    right:10px;
    bottom:10px;
  }
  .engine-info {
    padding-top:13px;
  }
  .engine-info h3 {
    font-size:21px;
  }
  .engine-info p {
    font-size:12px;
    line-height:1.65;
    margin-top:6px;
  }
  .products-note {
    font-size:13px;
    margin-top:30px;
  }
  .price-table thead th:first-child,.price-table tbody th {
    position:sticky;
    left:0;
    z-index:1;
    background:#fff;
    box-shadow:2px 0 0 #ede9f2;
  }
  .price-table {
    min-width:785px;
  }
  .price-table th,.price-table td {
    padding:15px;
    font-size:12px;
  }
  .price-table th:first-child {
    max-width:132px;
    width:132px;
  }
  .price-table thead th:first-child {
    font-size:12px;
  }
  .price-table thead strong {
    font-size:35px;
  }
  .billing-note {
    font-size:12px;
    margin-top:-8px;
  }
  .faq-intro h2 {
    font-size:42px;
  }
  .faq-list summary {
    font-size:15px;
    line-height:1.5;
    padding-block:22px;
  }
  .faq-list details p {
    font-size:14px;
    margin-right:17px;
  }
  .waitlist-copy h2 {
    font-size:47px;
  }
  .waitlist-copy>p:not(.kicker) {
    font-size:15px;
  }
  .waitlist-points {
    font-size:12px;
    gap:18px;
  }
  .waitlist-form {
    padding:22px;
  }
  .form-field input,.form-field textarea,.human-check input {
    font-size:16px;
  }
  .form-field label {
    font-size:12px;
  }
  .footer-top {
    align-items:flex-start;
    flex-direction:column;
    gap:23px;
    padding-bottom:25px;
  }
  .footer-top p {
    font-size:16px;
  }
  .footer-bottom {
    font-size:12px;
    gap:15px;
  }
  .footer-bottom nav {
    gap:12px;
    font-size:12px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}
@media(prefers-contrast:more) {
  :root {
    --muted:#424248;
    --line:#aaa7b2;
  }
  .hero-lead,.hero-notes,.pipeline small {
    color:#424248;
  }
  .engine,.button,.story-step {
    outline-offset:4px;
  }
}
.stage-short {
  display:none;
}
@media(max-width:800px) {
  .story-menu {
    display:grid;
    grid-template-columns:1fr 1fr;
    padding:14px;
    gap:8px;
  }
  .story-step {
    display:flex;
    gap:9px;
    align-items:center;
    padding:17px 12px;
    min-height:58px;
    border:1px solid #e6e1ed;
    border-radius:7px;
  }
  .story-step:last-child {
    border-bottom:1px solid #e6e1ed;
  }
  .story-step[aria-pressed=true] {
    background:#f1ebff;
    border-color:#d2c0ff;
  }
  .story-step strong {
    font-size:14px;
  }
  .story-step>span:first-child {
    font-size:12px;
    padding:0;
  }
  .story-step small,.story-step .arrow,.story-step .stage-long {
    display:none;
  }
  .stage-short {
    display:inline;
  }
  .story-visual {
    min-height:414px;
  }
}

.hero-line {
  display: block;
}
@media (max-width: 800px) {
  .hero-line {
    display: inline;
  }
}

.price-table .featured b {
  flex-wrap: wrap;
}
.engine-mojo .engine-image img {
  transform: scale(1.7);
  transform-origin: 66% 50%;
  object-position: 85% center;
}
.engine-mojo:hover .engine-image img {
  transform: scale(1.76);
}
