@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;1,6..12,400&display=swap");

:root {
  --bg: #fafafa;
  --ink: #111111;
  --muted: #555555;
  --line: #d4d4d4;
  --surface: #f0f0f0;
  --sans: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --text: 1rem;
  --lede: 1.25rem;
  --h3: 1.125rem;
  --h2: clamp(1.75rem, 3.2vw, 2.4rem);
  --h1: clamp(3.5rem, 8vw, 7rem);
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-6: 3rem;
  --space-8: 4rem;
  --space-12: 6rem;
  --measure: 40rem;
  --page: 68rem;
  --radius: 1rem;
  --sky: #d1ddf2;
  --control-h: 2.23rem;
  --control-font: 0.9375rem;
  --gutter: 150px;
  --mockup-ar: 640 / 1024;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--text);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 700;
}

h1 {
  font-size: var(--h1);
  max-width: 18ch;
}

h2 {
  font-size: var(--h2);
  max-width: 22ch;
  margin-bottom: var(--space-4);
  overflow-wrap: anywhere;
}

h3 {
  font-size: var(--h3);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-2);
}

p {
  margin: 0 0 var(--space-3);
  max-width: var(--measure);
  color: var(--muted);
}

p:last-child {
  margin-bottom: 0;
}

main > section:not(.hero),
main > article.block {
  width: calc(100% - 2 * var(--gutter));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 20px;
  left: var(--gutter);
  right: var(--gutter);
  width: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 3rem;
  padding: 0 2.5rem;
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  justify-self: start;
  width: max-content;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.04em;
}

.logo-mark {
  width: 1.375rem;
  height: 1.375rem;
  flex: none;
  border-radius: 0.35rem;
}

.site-header nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

.text-link {
  justify-self: end;
  font-size: 0.9375rem;
  font-weight: 500;
}

.site-header .text-link:hover,
.button:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.logo a:hover,
.logo a:focus-visible,
.site-header .text-link:hover,
.site-header .text-link:focus-visible,
.site-header nav > a:hover,
.site-header nav > a:focus-visible,
.nav-product-trigger:hover,
.nav-product-trigger:focus-visible,
.nav-product:hover .nav-product-trigger,
.nav-product:focus-within .nav-product-trigger {
  text-decoration: none;
  color: #1d5cad;
}

.nav-product {
  position: static;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.nav-product-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: inherit;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: inherit;
}

.product-mega {
  position: absolute;
  left: 50%;
  top: calc(100% - 6px);
  width: 55vw;
  max-width: 52rem;
  padding-top: 16px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 21;
}

.nav-product:hover .product-mega,
.nav-product:focus-within .product-mega,
.nav-product.is-open .product-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-mega-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 2rem;
  padding: 1.75rem 2rem 1.85rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.1);
}

.product-mega-col p {
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.5rem;
  color: #8a8a8a;
  font-size: 0.8125rem;
  font-weight: 500;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  background: #0145b2;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
}

.product-mega-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.product-mega-col a,
.product-mega-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #8a8a8a;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.product-mega-col a.product-mega-item.is-live {
  color: var(--ink);
  pointer-events: auto;
  cursor: pointer;
}

.product-mega-col a.product-mega-item.is-live svg {
  color: var(--ink);
}

.product-mega-col svg {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  color: #8a8a8a;
}

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

.hero {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: var(--space-12);
  padding-bottom: calc((100% - 2 * var(--gutter)) * var(--mockup-ar) * 0.15 + 2.5rem);
  background: #1d5cad url("images/hero.jpg?v=2") 70% 45% / cover no-repeat;
  color: #fff;
}

.hero-inner {
  width: calc(100% - 2 * var(--gutter));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-shot {
  position: relative;
  z-index: 4;
  width: calc(100% - 2 * var(--gutter));
  margin: calc((100% - 2 * var(--gutter)) * var(--mockup-ar) * -0.15) auto 0;
  aspect-ratio: 1024 / 640;
  overflow: hidden;
  border-radius: var(--radius);
}

.product-shot iframe,
.product-proto {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6ea;
  border-radius: var(--radius);
  background: #fff;
}

.hero h1 {
  color: #fff;
  max-width: 12ch;
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-size: clamp(2.8rem, 6.4vw, 5.6rem);
}

.hero-center h1 {
  text-align: center;
}

.hero .lede {
  margin-top: var(--space-3);
  margin-bottom: var(--space-6);
  font-size: var(--lede);
  color: #fff;
  max-width: 28ch;
}

.kicker,
.hero .kicker,
.hero p.kicker,
.mission .kicker,
.platform .kicker {
  margin: 0 0 var(--space-3);
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: max-content;
  min-width: max-content;
  max-width: none;
  height: auto;
  padding: calc(0.25em + 4px) calc(0.8em + 2px);
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.hero-center .button-waitlist {
  margin-top: var(--space-6);
}

.button-waitlist {
  justify-content: space-between;
  min-width: 16rem;
  padding: 0 0.35rem 0 1.05rem;
}

.button-go {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-left: auto;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  flex: none;
}

.button-go svg {
  display: block;
}

.waitlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 32rem;
  width: 100%;
}

.waitlist-field {
  position: relative;
  flex: 0 1 15.4rem;
  width: 15.4rem;
  max-width: 100%;
}

.waitlist input {
  display: block;
  width: 100%;
  height: var(--control-h);
  padding: calc((var(--control-h) - 2px - 1em) / 2) 1rem;
  border: 1px solid #fff;
  border-radius: 1.25rem;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  caret-color: var(--ink);
  caret-height: 1em;
}

.waitlist.is-invalid input {
  border-color: #0145b2;
  box-shadow: 0 0 0 1px #0145b2;
}

.waitlist input::placeholder {
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
}

.waitlist input:focus,
.waitlist input:focus-visible {
  outline: none;
  font-size: 14px;
}

.waitlist input:-webkit-autofill,
.waitlist input:-webkit-autofill:hover,
.waitlist input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  font-size: 14px;
  box-shadow: 0 0 0 1000px #fff inset;
}

.waitlist-error {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.55rem);
  z-index: 4;
  display: none;
  align-items: center;
  gap: 0.4rem;
  width: max-content;
  max-width: min(18rem, 80vw);
  margin: 0;
  padding: 0.5rem 0.85rem 0.5rem 0.55rem;
  border-radius: 1.25rem;
  background: #fff;
  color: var(--ink);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-align: left;
  box-shadow: 0 12px 32px rgba(0, 24, 80, 0.2);
  transform: translateX(-50%);
  pointer-events: none;
}

.waitlist-error::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.waitlist.is-invalid .waitlist-error {
  display: flex;
}

.waitlist-error-mark {
  flex: none;
  display: grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #0145b2;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.waitlist .button {
  border-radius: 1.25rem;
}

.hero .button {
  background: #fff;
  color: var(--ink);
}

.hero .button:hover {
  background: #fff;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--control-h);
  width: fit-content;
  padding: 0 1rem;
  border: 0;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--bg);
  font: inherit;
  font-size: var(--control-font);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.block {
  padding-block: var(--space-12);
}

.intel {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding-bottom: 0;
}

.intel h2 {
  max-width: none;
  overflow-wrap: normal;
  margin-bottom: var(--space-3);
}

.intel-graph {
  position: relative;
  flex: 1 1 auto;
  width: 100vw;
  max-width: 100vw;
  height: min(72vh, 46rem);
  min-height: 32rem;
  margin: calc(var(--space-6) + 50px) calc(50% - 50vw) 50px;
}

.intel-graph canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.platform {
  padding-top: var(--space-6);
}

.intel-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--space-6);
  row-gap: var(--space-4);
  align-items: start;
}

.intel-copy h2 {
  grid-column: 1;
  grid-row: 1;
}

.intel-copy-body {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.intel-copy p {
  max-width: none;
  margin: 0;
}

.button:hover {
  text-decoration: none;
  background: #000;
}

.sep {
  font-weight: 400;
  color: var(--muted);
}

.platform h2 {
  overflow-wrap: normal;
  margin-bottom: calc(var(--space-4) - 10px);
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(30rem, 100%);
  margin: 0 0 calc(var(--space-6) - 10px);
  border-bottom: 1px solid var(--line);
}

.tab-list [role="tab"] {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.85rem 0.75rem 0.95rem 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: left;
  cursor: pointer;
}

.tab-list [role="tab"]:hover,
.tab-list [role="tab"][aria-selected="true"] {
  color: var(--ink);
}

.tab-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.tab-progress.is-running {
  animation: tab-progress 10s linear forwards;
}

@keyframes tab-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.tab-panel[hidden] {
  display: none;
}

.platform-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}

.platform-cards article {
  display: flex;
  flex-direction: column;
  min-height: 32.2rem;
  aspect-ratio: 3 / 4.6;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius);
}

.card-visual {
  flex: 0 0 75%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
}

.card-copy {
  flex: 0 0 25%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  background: #fff;
}

.card-copy h3 {
  margin-bottom: 0.55rem;
  font-size: var(--text);
}

.card-copy p {
  font-size: var(--text);
  line-height: 1.6;
  max-width: none;
}

.soon {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--muted);
}

.faq-list p {
  font-size: 0.9375rem;
}

.mini-ui {
  width: 100%;
  max-width: 16.5rem;
  display: grid;
  gap: 0.45rem;
  font-size: 0.72rem;
  color: var(--ink);
}

.mini-kicker {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 0.62rem;
}

.mini-row,
.search-hit,
.msg,
.stock {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0.55rem;
}

.mini-row.is-hot,
.search-hit.is-you,
.msg.is-on {
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
}

.mini-note {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.vis-ads { background: #e8e2db; }
.vis-creative { background: #e4e0ee; }
.vis-search { background: #dce8e2; }
.vis-store { background: #dce5f2; }
.vis-catalog { background: #e7e2d8; }
.vis-promo { background: #f0e0db; }
.vis-app { background: #dde3ee; }
.vis-email { background: #dfe8df; }
.vis-loyalty { background: #efe4d4; }
.vis-support { background: #dce8f0; }
.vis-inventory { background: #e4e4dc; }
.vis-analytics { background: #e2e0ee; }

.creative-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  width: 100%;
  max-width: 14rem;
  height: 100%;
  max-height: 12.5rem;
}

.swatch {
  display: grid;
  place-items: end start;
  padding: 0.55rem;
  border-radius: 0.7rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}

.s1 { background: #c9b8a4; }
.s2 { background: #8f9bb3; }
.s3 { background: #111; }
.s4 { background: #d9785c; }

.search-bar {
  padding: 0.55rem 0.7rem;
  background: #fff;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 500;
}

.search-hit,
.msg {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.search-hit span,
.msg span {
  color: var(--muted);
}

.store-mock {
  width: 100%;
  max-width: 13.5rem;
  background: #fff;
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.store-hero {
  height: 7.2rem;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.04), rgba(17, 17, 17, 0.08)),
    repeating-linear-gradient(-32deg, #c9d4e6 0 12px, #b7c6dd 12px 24px);
}

.store-meta {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem 0.9rem;
  font-size: 0.75rem;
}

.store-meta span { color: var(--muted); }

.store-meta i {
  margin-top: 0.35rem;
  justify-self: start;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 0.68rem;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  width: 100%;
  max-width: 14rem;
}

.catalog-grid span {
  aspect-ratio: 1;
  border-radius: 0.55rem;
  background: #fff;
}

.catalog-grid span:nth-child(2) { background: #d2c4b4; }
.catalog-grid span:nth-child(3) { background: #b7c3c8; }
.catalog-grid span:nth-child(5) { background: #c9b7c4; }
.catalog-grid span:nth-child(6) { background: #111; }

.promo-card {
  width: 100%;
  max-width: 15rem;
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  background: #fff;
  border-radius: 0.9rem;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.07);
}

.promo-card small {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d9785c;
  font-size: 0.62rem;
}

.promo-card b { font-size: 1.05rem; letter-spacing: -0.03em; }
.promo-card span { color: var(--muted); font-size: 0.75rem; }

.promo-bar {
  height: 0.35rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: #eee;
}

.promo-bar i {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: #111;
}

.phone {
  width: 7.2rem;
  height: 12.2rem;
  padding: 0.7rem 0.55rem 0.6rem;
  border: 3px solid #111;
  border-radius: 1.15rem;
  background: #fff;
}

.phone-notch {
  width: 2.2rem;
  height: 0.28rem;
  margin: 0 auto 0.55rem;
  border-radius: 999px;
  background: #111;
}

.phone-hero {
  height: 5.4rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(160deg, #c9d4e6, #8f9bb3);
}

.phone-lines {
  display: grid;
  gap: 0.3rem;
}

.phone-lines i {
  display: block;
  height: 0.38rem;
  border-radius: 999px;
  background: #ececec;
}

.phone-lines i:last-child { width: 62%; }

.loyalty-card {
  width: 100%;
  max-width: 14.5rem;
  display: grid;
  gap: 0.2rem;
  padding: 1.1rem 1.15rem;
  border-radius: 0.9rem;
  background: #111;
  color: #fff;
}

.loyalty-card small { color: rgba(255, 255, 255, 0.65); font-size: 0.7rem; }
.loyalty-card strong { font-size: 1.7rem; letter-spacing: -0.04em; }
.loyalty-card span { font-size: 0.8rem; }
.loyalty-card p { margin: 0.45rem 0 0; color: rgba(255, 255, 255, 0.62); font-size: 0.72rem; }

.chat {
  width: 100%;
  max-width: 15.5rem;
  display: grid;
  gap: 0.4rem;
}

.bubble {
  max-width: 88%;
  padding: 0.5rem 0.65rem;
  border-radius: 0.85rem;
  background: #fff;
  font-size: 0.72rem;
  line-height: 1.35;
}

.bubble.us {
  justify-self: end;
  background: #111;
  color: #fff;
}

.stock b { font-variant-numeric: tabular-nums; }

.stock i {
  flex: 0 0 2.6rem;
  height: 0.28rem;
  align-self: center;
  border-radius: 999px;
  background: #d9785c;
}

.stock i.ok { background: #3d6b54; }
.stock.warn i { width: 1.4rem; background: #c48a2a; }
.stock.low { color: #9a3b2a; }

.chart-ui {
  width: 100%;
  max-width: 15.5rem;
  padding: 0.9rem;
  background: #fff;
  border-radius: 0.85rem;
}

.chart-ui svg {
  display: block;
  width: 100%;
  height: auto;
  color: #111;
  fill: #d1ddf2;
}

.chart-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  font-size: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .tab-progress.is-running {
    animation: none;
  }

  .tab-list [role="tab"][aria-selected="true"] .tab-progress {
    transform: scaleX(1);
  }
}

.hero h1.wide {
  max-width: none;
}

.steps,
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
  display: grid;
  gap: var(--space-6);
}

.steps > li {
  counter-increment: item;
}

.steps h3::before {
  content: counter(item) ". ";
}

.steps p {
  margin-top: var(--space-2);
  padding-left: 1.35rem;
}

.faq-list {
  width: 100%;
  max-width: 40rem;
  gap: 0;
}

.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;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::marker {
  content: "";
}

.faq-list summary:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.faq-list summary h3 {
  flex: 1;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: left;
}

.faq-list summary::after {
  content: "";
  flex-shrink: 0;
  align-self: center;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.12em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.25L6 7.75L9.5 4.25'/%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 12 12'%3E%3Cpath fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.25L6 7.75L9.5 4.25'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list details p {
  margin: 0 0 1.2rem;
  text-align: left;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  scroll-margin-top: 5.5rem;
}

.faq h2 {
  max-width: none;
}

.faq .faq-list {
  margin-top: var(--space-6);
}

.mission {
  scroll-margin-top: 5.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: var(--space-8);
  align-items: stretch;
}

.mission-copy h2,
.mission-copy h1 {
  max-width: none;
  overflow-wrap: normal;
  margin-bottom: var(--space-4);
}

.mission-copy h1 {
  font-size: var(--h2);
}

.mission-lede {
  display: grid;
  gap: var(--space-3);
}

.mission-lede p {
  max-width: none;
  margin: 0;
}

.mission-visual {
  margin: 0;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  background: var(--sky);
  border-radius: var(--radius);
}

.mission-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  object-fit: cover;
  object-position: 52% 28%;
}

.loop {
  flex: 1;
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  background: #fff;
  border-radius: calc(var(--radius) - 0.15rem);
}

.loop small {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.loop-stage b {
  display: block;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.loop-stage span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.875rem;
}

.loop-work ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.loop-work li {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.7rem 0.8rem;
  background: var(--surface);
  border-radius: 0.7rem;
  font-size: 0.875rem;
  color: var(--ink);
}

.loop-work li span {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.loop-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.loop-actions i,
.loop-actions b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.1rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
}

.loop-actions i {
  background: var(--surface);
  color: var(--ink);
}

.loop-actions b {
  background: var(--ink);
  color: #fff;
}

.block.last {
  padding-bottom: var(--space-12);
  margin-bottom: 100px;
}

.subpage {
  padding-top: 7.5rem;
  min-height: 70vh;
}

.subpage:has(.blog-index) {
  padding-top: 6.25rem;
}

.blog-index {
  padding-top: var(--space-6);
  text-align: center;
}

.blog-index h1 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  max-width: none;
  margin-bottom: var(--space-2);
  letter-spacing: -0.04em;
}

.blog-lede {
  margin: 0 auto var(--space-6);
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.125rem;
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 var(--space-6);
}

.blog-filters a,
.blog-filters button {
  height: var(--control-h);
  padding: 0 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.blog-filters a.is-on,
.blog-filters button.is-on {
  background: var(--ink);
  color: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6) var(--space-4);
  text-align: left;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
}

.blog-card[hidden] {
  display: none;
}

.blog-card:hover .blog-card-title {
  text-decoration: underline;
}

.blog-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  margin: 0 0 var(--space-3);
  border-radius: var(--radius);
  object-fit: cover;
  background-color: #0145b2;
  background-position: center;
  background-size: cover;
}

.blog-thumb.is-sky {
  background-image: url("images/hero.jpg?v=2");
  background-position: 70% 45%;
}

.blog-thumb.is-goat {
  background-color: #111;
  background-image: url("images/mopple-goat.jpg?v=3");
}

.blog-thumb.is-navy {
  background: #0a2a6a;
}

.blog-thumb.is-mist {
  background: #c5d4ea;
}

.blog-thumb.is-ink {
  background: #1a1a1a;
}

.blog-thumb.is-stone {
  background: #d8d2c8;
}

.blog-card-labels,
.blog-post-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 0.45rem;
}

.blog-card-label,
.blog-post-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: max-content;
  margin: 0;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.blog-empty {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--space-8) 0;
  color: var(--muted);
  text-align: center;
}

.blog-empty[hidden] {
  display: none;
}

.blog-card-title {
  max-width: none;
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  overflow-wrap: normal;
}

.blog-card p {
  margin: 0 0 var(--space-2);
  color: var(--muted);
  font-size: 0.975rem;
}

.blog-card-meta {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 0.8125rem;
}

.blog-post {
  max-width: none;
}

.blog-post h1 {
  max-width: 18ch;
  font-size: clamp(2.15rem, 5vw, 3.4rem);
  margin-bottom: var(--space-2);
  letter-spacing: -0.04em;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.7rem;
  margin: 0 0 var(--space-4);
  color: var(--muted);
  font-size: 0.9375rem;
}

.blog-post-meta p {
  margin: 0;
  max-width: none;
}

.blog-post .blog-post-labels {
  margin: 0;
}

.blog-post-cover {
  width: 100%;
  max-width: none;
  margin: 0 0 var(--space-6);
}

.blog-post-cover .blog-thumb {
  margin: 0;
  aspect-ratio: 16 / 9;
}

.blog-post-body {
  max-width: 42rem;
  font-size: 1.0625rem;
}

.blog-post-body h2 {
  max-width: none;
  margin: var(--space-6) 0 var(--space-2);
  font-size: 1.35rem;
  overflow-wrap: normal;
}

.blog-post-body p {
  margin: 0 0 var(--space-3);
}

.blog-post-body ul,
.blog-post-body ol {
  margin: 0 0 var(--space-3);
  padding-left: 1.2rem;
}

.blog-short-answer {
  font-size: 1.125rem;
}

.blog-byline,
.blog-sources,
.blog-internal,
.blog-related {
  margin: var(--space-6) 0 0;
  padding-top: var(--space-4);
  border-top: 1px solid var(--surface);
}

.blog-byline p,
.blog-internal p {
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.9375rem;
}

.breadcrumbs {
  margin: 0 0 var(--space-4);
  font-size: 0.8125rem;
}

.blog-post .breadcrumbs {
  max-width: 42rem;
  margin: 0 0 var(--space-3);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: var(--muted);
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs-on-dark,
.breadcrumbs-on-dark a,
.breadcrumbs-on-dark li {
  color: rgba(255, 255, 255, 0.82);
}

.about {
  max-width: 42rem;
}

.about h2 {
  margin-top: var(--space-6);
}

.site-footer {
  width: calc(100% - 2 * var(--gutter));
  margin: 0 auto;
  padding: var(--space-8) 0 var(--space-8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.85fr 1.15fr;
  gap: var(--space-6) var(--space-4);
  align-items: stretch;
}

.footer-cta {
  display: flex;
  flex-direction: column;
}

.site-footer h2 {
  margin-bottom: var(--space-3);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.site-footer p {
  margin: 0 0 var(--space-3);
  font-size: 0.875rem;
}

.site-footer .waitlist {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.site-footer .waitlist input,
.site-footer .waitlist .button {
  flex: none;
  width: 100%;
}

.site-footer .waitlist-field {
  width: 100%;
  flex: none;
}

.site-footer .waitlist input {
  background: #fff;
  border-color: var(--line);
}

.site-footer .waitlist-error {
  position: static;
  left: auto;
  top: auto;
  width: max-content;
  max-width: 100%;
  margin-top: 0.4rem;
  transform: none;
  box-shadow: none;
  border: 1px solid var(--line);
}

.site-footer .waitlist-error::before {
  display: none;
}

.site-footer .footer-note {
  margin: auto 0 0;
  padding-top: var(--space-6);
  color: var(--muted);
  font-size: 0.875rem;
}

.waitlist-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-12) var(--space-8);
  background: #111111;
  color: #fff;
  border-radius: 2rem;
}

.waitlist-band h2 {
  max-width: none;
  margin-bottom: var(--space-3);
  color: #fff;
}

.waitlist-band p {
  margin-bottom: var(--space-6);
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}

.waitlist-band .waitlist {
  margin-inline: auto;
}

.waitlist-band .waitlist input {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.waitlist-band .waitlist input:focus,
.waitlist-band .waitlist input:focus-visible {
  outline: none;
}

.waitlist-band .button {
  background: #fff;
  color: var(--ink);
}

.waitlist-band .button:hover {
  background: #fff;
  color: var(--ink);
}

@media (max-width: 980px) {
  .mission {
    grid-template-columns: 1fr;
    row-gap: var(--space-6);
  }

  .mission-copy h2,
  .mission-copy h1 {
    max-width: none;
  }

  .mission-visual img {
    min-height: 22rem;
  }

  .loop {
    min-height: 26rem;
  }
}

@media (max-width: 800px) {
  :root {
    --gutter: 20px;
  }
  main > section:not(.hero),
  main > article.block {
    width: calc(100% - 2 * var(--gutter));
    margin-inline: auto;
    padding-inline: 0;
  }

  .hero-inner {
    width: calc(100% - 2 * var(--gutter));
    margin-inline: auto;
    padding-inline: 0;
  }

  .site-header {
    top: 12px;
    left: var(--gutter);
    right: var(--gutter);
    width: auto;
    height: auto;
    min-height: 2.75rem;
    grid-template-columns: 1fr auto;
    column-gap: 0.75rem;
    row-gap: 0.4rem;
    padding: 0.65rem 1.15rem;
  }

  .site-header nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: center;
    gap: 1rem;
    font-size: 0.8125rem;
  }

  .product-mega {
    width: calc(100vw - 2 * var(--gutter) - 0.5rem);
    max-width: none;
  }

  .product-mega-panel {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.5rem;
    padding: 1.25rem 1.15rem 1.35rem;
    border-radius: 1.15rem;
    max-height: min(70vh, 32rem);
    overflow: auto;
  }

  .product-mega-col p {
    margin-bottom: 0.7rem;
    font-size: 0.75rem;
  }

  .product-mega-col ul {
    gap: 0.65rem;
  }

  .product-mega-col a,
  .product-mega-item {
    font-size: 0.8125rem;
  }

  .logo {
    font-size: 1rem;
  }

  .hero {
    min-height: 100svh;
    padding-top: 6.5rem;
    padding-bottom: calc((100% - 2 * var(--gutter)) * var(--mockup-ar) * 0.15 + 1.5rem);
    background-position: 78% 42%;
    justify-content: flex-end;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.15rem, 10vw, 2.8rem);
    letter-spacing: -0.04em;
  }

  .hero .lede {
    margin-bottom: var(--space-4);
    font-size: 1.0625rem;
    max-width: none;
  }

  .hero .kicker,
  .mission .kicker,
  .platform .kicker {
    margin-bottom: var(--space-3);
    font-size: 16px;
    max-width: none;
    white-space: nowrap;
  }

  .waitlist {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
  }

  .waitlist-field,
  .waitlist input,
  .waitlist .button {
    width: 100%;
    flex: none;
  }

  .waitlist-error {
    position: static;
    left: auto;
    top: auto;
    width: max-content;
    max-width: 100%;
    margin: 0.15rem auto 0;
    transform: none;
  }

  .waitlist-error::before {
    display: none;
  }

  .waitlist .button {
    font-size: 1rem;
  }

  .block {
    padding-block: var(--space-8);
  }

  .subpage {
    padding-top: 8.5rem;
  }

  .subpage:has(.blog-index) {
    padding-top: 7.25rem;
  }

  .blog-index {
    padding-top: var(--space-4);
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-cover {
    width: 100%;
  }

  .waitlist-band {
    padding: var(--space-8) var(--space-4);
    border-radius: 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
  }

  .intel-graph {
    height: min(62vh, 28rem);
    min-height: 24rem;
    margin-top: calc(var(--space-6) + 50px);
    margin-bottom: 50px;
  }

  .platform {
    padding-top: var(--space-4);
  }

  .intel-copy {
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }

  .intel-copy h2,
  .intel-copy-body {
    grid-column: auto;
    grid-row: auto;
  }

  .mission-copy h2,
  .mission-copy h1 {
    max-width: none;
  }

  h2 {
    max-width: none;
  }

  .tab-list [role="tab"] {
    font-size: 1rem;
    padding-right: 0.5rem;
  }

  .platform-cards {
    grid-template-columns: 1fr;
    max-width: 22rem;
  }

  .steps,
  .faq-list {
    gap: var(--space-4);
  }
}

@media (max-width: 480px) {
  .site-header {
    padding-inline: 1rem;
  }

  .hero h1 {
    font-size: clamp(1.9rem, 9.5vw, 2.4rem);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
