@font-face {
  font-family: Geist;
  src: url("/fonts/geist-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/geist-mono-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --bg: #f8f7f4;
  --paper: #fffefa;
  --ink: #252824;
  --muted: #62675d;
  --line: #dddfd6;
  --coral: #f96a4c;
  --mono: "Geist Mono", monospace;
  --sans: Geist, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: wait;
  opacity: 0.7;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #bd462d;
  outline-offset: 5px;
}
/* Preserve touch scrolling while disabling double-tap and pinch zoom. */
html,
body,
dialog,
button,
a,
input {
  touch-action: pan-x pan-y;
}
::selection {
  background: #ffd3bf;
}
.site-shell {
  max-width: 1440px;
  margin: auto;
  padding: 0 68px;
}
.header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}
.wordmark {
  font-size: 25px;
  letter-spacing: -1.5px;
  font-weight: 650;
  white-space: nowrap;
}
.wordmark > span:first-child {
  font-weight: 380;
}
.brand-period {
  color: var(--coral);
  margin-left: 1px;
}
.header nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  color: #5c6058;
}
.header nav a:hover {
  color: var(--coral);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 16px 23px;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 550;
  white-space: nowrap;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 13px #27292312;
}
.button span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #40463d;
}
.button-coral {
  background: var(--coral);
  color: #221d19;
}
.button-coral:hover {
  background: #ff7c60;
}
.button-small {
  min-height: 41px;
  padding: 11px 15px;
  gap: 20px;
  font-size: 12px;
}
.button-outline {
  background: transparent;
  border-color: #cdcec5;
}
.button-outline:hover {
  background: #f0efe9;
}
.hero {
  position: relative;
  text-align: center;
  padding: 59px 0 55px;
  background-image:
    linear-gradient(#e8e8df70 1px, transparent 1px),
    linear-gradient(90deg, #e8e8df70 1px, transparent 1px);
  background-size: 80px 80px;
  background-position: center -1px;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 28%,
    var(--bg) 74%
  );
  pointer-events: none;
}
.hero > * {
  position: relative;
}
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.4px;
  background: var(--bg);
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 30px;
}
.status-dot,
.green-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
}
.pill-separator {
  color: #b9b9af;
  margin: 0 1px;
}
.eyebrow-pill > span:last-child {
  font-size: 14px;
}
.hero h1 {
  font-size: clamp(64px, 7.4vw, 105px);
  font-weight: 510;
  letter-spacing: -7px;
  line-height: 1.03;
  margin: 30px 0 26px;
}
.data-word {
  color: var(--coral);
  position: relative;
}
.data-word svg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -9px;
  fill: none;
  stroke: var(--coral);
  stroke-width: 2.5;
}
.coral {
  color: var(--coral);
}
.hero-description {
  color: #62675d;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
.hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
}
.text-link {
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 21px;
}
.text-link:hover {
  color: #c5472d;
}
.text-link span {
  font-size: 18px;
}
.microcopy {
  font-family: var(--mono);
  font-size: 10px;
  color: #707267;
  margin: 18px 0 0;
}
.hero-side-label {
  position: absolute;
  right: -21px;
  top: 240px;
  writing-mode: vertical-rl;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  color: #85897e;
}
.hero-cross {
  position: absolute;
  color: #a0a598;
  font-family: var(--mono);
  font-weight: 300;
  font-size: 22px;
}
.cross-left {
  left: -7px;
  top: 104px;
}
.cross-right {
  right: -7px;
  top: 104px;
}
.playground {
  border: 1px solid #d6d9cf;
  border-radius: 9px;
  box-shadow:
    0 10px 20px #25282404,
    0 25px 70px #25282406;
  background: var(--paper);
  overflow: hidden;
  scroll-margin-top: 25px;
}
.playground-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}
.playground-top > div {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mono {
  font-family: var(--mono);
  font-size: 11px;
}
.terminal-prompt {
  color: var(--coral);
  font-size: 17px;
}
.sample-label {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sample-label .status-dot {
  background: #77a273;
}
.request-row {
  margin: 20px 24px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  padding: 12px 16px;
  border-radius: 4px;
  gap: 16px;
  background: #fafaf7;
  font-family: var(--mono);
  font-size: 12px;
}
.request-method {
  font-size: 10px;
  color: #567d4f;
  background: #edf1e8;
  border: 1px solid #dbe3d2;
  border-radius: 3px;
  padding: 4px 8px;
}
.request-url {
  color: #656960;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.request-arrow {
  margin-left: auto;
  color: #94968c;
  font-size: 18px;
}
.explorer-grid {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  border-top: 1px solid var(--line);
}
.explorer-output {
  min-width: 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.format-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
}
.format-tabs button {
  border: 0;
  background: none;
  color: #7d8077;
  font-family: var(--mono);
  font-size: 11px;
  padding: 17px 11px;
  display: flex;
  gap: 7px;
  position: relative;
  white-space: nowrap;
}
.format-tabs button.active {
  color: #b5442c;
}
.format-tabs button.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 8px;
  right: 8px;
  height: 2px;
  background: var(--coral);
}
#output-panel {
  flex: 1;
  min-height: 288px;
}
.response-code {
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.95;
  padding: 21px 25px;
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #777c72;
  tab-size: 2;
}
.token-key {
  color: #6a7564;
}
.token-string {
  color: #b55d40;
}
.token-number {
  color: #7d6d9e;
}
.token-comment {
  color: #828779;
}
.line-number {
  user-select: none;
  display: inline-block;
  width: 27px;
  color: #b5b7ad;
}
.output-footer {
  padding: 13px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 9px;
  color: #66845b;
}
.green-dot {
  width: 5px;
  height: 5px;
  background: #80a374;
  margin-right: 5px;
}
.muted {
  color: #96998f;
}
.copy-button {
  font-size: 10px;
  font-family: var(--mono);
  border: 0;
  background: none;
  color: #7f8378;
  padding: 4px;
}
.copy-button:hover {
  color: var(--coral);
}
.explorer-preview {
  padding: 21px 35px 20px;
  background-color: #f1f2eb;
  background-image: radial-gradient(#c8ccbe 1px, transparent 1px);
  background-size: 12px 12px;
  min-width: 0;
}
.preview-label {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  color: #808676;
  font-size: 9px;
  letter-spacing: 1px;
  margin-bottom: 21px;
}
.preview-label span:last-child {
  font-size: 16px;
}
#visual-preview {
  max-width: 385px;
  margin: auto;
}
.link-preview {
  border: 1px solid #d2d5c8;
  background: #fffefa;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 20px #3135290a;
  transform: rotate(-1.5deg);
  transition: transform 0.3s;
}
.link-preview:hover {
  transform: rotate(0deg);
}
.orbit-cover {
  height: 157px;
  background: #e6eada;
  position: relative;
  overflow: hidden;
  padding: 20px;
  color: #364133;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.orbit-brand {
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 650;
  position: relative;
  z-index: 2;
}
.orbit-cover-title {
  font-size: 32px;
  font-weight: 460;
  letter-spacing: -1.7px;
  line-height: 1.04;
  z-index: 2;
  position: relative;
  max-width: 170px;
}
.orbit-cover-title span {
  font-family: Georgia, serif;
  font-style: italic;
}
.orbit-shape {
  position: absolute;
  width: 157px;
  height: 157px;
  right: 20px;
  top: 22px;
  border-radius: 50%;
  background: repeating-radial-gradient(
    ellipse at 50% 50%,
    #bcc7a7 0px,
    #bcc7a7 1px,
    #e3e8d7 2px,
    #e3e8d7 5px
  );
  transform: rotate(-25deg) scaleX(0.75);
}
.orbit-shape:after {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  background: #e6eada;
  border-radius: 50%;
  top: 40px;
  left: 40px;
}
.link-preview-copy {
  padding: 17px 20px 20px;
}
.domain-label {
  font-family: var(--mono);
  font-size: 9px;
  color: #8a8d82;
}
.link-preview-copy h3 {
  font-size: 16px;
  letter-spacing: -0.3px;
  margin: 8px 0 6px;
  font-weight: 540;
}
.link-preview-copy p {
  font-size: 11px;
  line-height: 1.6;
  color: #85887d;
  margin: 0;
}
.preview-note {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 20px;
  font-family: var(--mono);
  font-size: 9px;
  color: #919583;
}
.preview-note > span:first-child {
  color: #8ca477;
  font-size: 15px;
}
.playground-bottom {
  display: flex;
  justify-content: space-between;
  padding: 15px 24px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 9px;
  color: #969a8d;
  letter-spacing: 0.4px;
}
.playground-bottom > span:last-child {
  letter-spacing: 0;
}
.playground-bottom > span:last-child span {
  margin-left: 14px;
}
.format-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 39px 20px 37px;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  color: #777d6e;
  font-size: 10px;
  letter-spacing: 0.6px;
  gap: 15px;
}
.format-strip span:nth-child(even) {
  font-size: 15px;
  color: #b4b9a8;
}
.section {
  padding: 92px 0;
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.8px;
  font-weight: 400;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
}
.eyebrow > span {
  color: #969c8b;
}
h2 {
  font-size: 43px;
  line-height: 1.13;
  font-weight: 480;
  letter-spacing: -2px;
  margin: 0;
}
h3 {
  font-weight: 520;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 43px;
}
.section-heading > p,
.section-heading > div > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: #656d5b;
  margin-bottom: 4px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #fffefa;
}
.feature-art {
  height: 199px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.art-metadata {
  background: #f0f1e9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mini-link {
  background: #fffefb;
  padding: 12px;
  display: flex;
  gap: 13px;
  width: 73%;
  box-shadow: 0 10px 15px #30382508;
  border: 1px solid #d6dbcc;
  border-radius: 4px;
  transform: rotate(-5deg);
}
.mini-thumbnail {
  background: #e5e9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.mini-thumbnail > span {
  font-size: 35px;
  font-weight: 600;
  color: #7f8e69;
}
.mini-link > div:last-child {
  width: 100%;
  padding-top: 6px;
}
.mini-link i {
  display: block;
  background: #d8dccf;
  height: 5px;
  width: 100%;
  margin-bottom: 9px;
}
.mini-link i:first-child {
  width: 70%;
  background: #a3ad94;
}
.mini-link i:last-child {
  width: 80%;
}
.floating-tag {
  position: absolute;
  background: #fffefa;
  border: 1px solid #d9ddcf;
  border-radius: 4px;
  box-shadow: 0 2px 4px #30382505;
  padding: 8px;
  font-family: var(--mono);
  font-size: 9px;
  color: #78866c;
}
.tag-og {
  left: 21%;
  top: 28px;
  transform: rotate(-8deg);
}
.tag-description {
  bottom: 27px;
  right: 9%;
  transform: rotate(5deg);
}
.art-markdown {
  background: #f4ede4;
}
.markdown-sheet {
  width: 73%;
  margin: 28px auto 0;
  border: 1px solid #dfd5c5;
  border-radius: 4px;
  background: #fffdf7;
  padding: 19px 23px;
  transform: rotate(-4deg);
  font-family: var(--mono);
  font-size: 8px;
  color: #9b8e75;
  box-shadow: 0 6px 16px #38302508;
}
.markdown-sheet > span {
  display: block;
  line-height: 1.8;
}
.markdown-sheet .md-heading {
  color: #817358;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 9px;
}
.md-heading em {
  font-style: normal;
  color: #b19667;
}
.md-line {
  margin-top: 8px;
}
.md-badge {
  font-family: var(--mono);
  background: #fffcf4;
  border: 1px solid #dfd5c5;
  border-radius: 4px;
  position: absolute;
  right: 13%;
  top: 26px;
  padding: 8px;
  color: #a88c5a;
  font-weight: 600;
  transform: rotate(8deg);
}
.art-screenshot {
  background: #eeedf2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-browser {
  width: 72%;
  height: 145px;
  border: 1px solid #ccc9d7;
  border-radius: 4px;
  background: #fffefa;
  transform: rotate(4deg);
  box-shadow: 0 8px 12px #30253808;
  overflow: hidden;
}
.mini-browser-top {
  padding: 7px;
  font-size: 6px;
  color: #b2aabb;
  border-bottom: 1px solid #ddd9e4;
}
.mini-browser-top span {
  margin-left: 21px;
  font-family: var(--mono);
  color: #aaa3b5;
  font-size: 5px;
}
.mini-browser-body {
  position: relative;
  height: 100%;
  background: #e8e4ef;
  padding: 21px 13px;
  overflow: hidden;
}
.mini-browser-body > span {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.1;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #74627d;
}
.orb {
  position: absolute;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle at 50% 50%,
    #b0a1c0 0px,
    #b0a1c0 1px,
    #e2d8eb 2px,
    #e2d8eb 5px
  );
  right: -5px;
  top: 26px;
}
.dimension-label {
  position: absolute;
  bottom: 12px;
  right: 17px;
  color: #a29aaf;
  font-family: var(--mono);
  font-size: 8px;
}
.feature-copy {
  padding: 23px;
}
.feature-number {
  font-family: var(--mono);
  font-size: 10px;
  color: #999f8e;
}
.feature-copy h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin: 15px 0 10px;
}
.feature-copy p {
  color: #656e5b;
  line-height: 1.8;
  font-size: 12px;
  min-height: 66px;
  margin: 0;
}
.feature-use {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.6px;
  color: #6a755c;
  display: block;
  margin-top: 26px;
}
.toolkit-foot {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-top: 32px;
}
.toolkit-foot .mono {
  font-size: 9px;
  color: #939988;
}
.toolkit-foot p {
  font-size: 12px;
  line-height: 1.8;
  color: #7f8677;
  margin: 0;
}
.big-asterisk {
  margin-left: auto;
  font-size: 43px;
  color: #b7beaa;
}
.developer-section {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: center;
}
.developer-copy > p:not(.eyebrow) {
  color: #65705a;
  font-size: 13px;
  line-height: 1.9;
  max-width: 345px;
  margin: 21px 0;
}
.developer-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 31px;
}
.developer-list li {
  font-size: 12px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}
.developer-list span {
  font-family: var(--mono);
  font-size: 9px;
  color: #a5ac97;
}
.code-window {
  background: #272b26;
  border: 1px solid #33382e;
  border-radius: 7px;
  overflow: hidden;
  min-width: 0;
  box-shadow: 0 16px 32px #202b2010;
}
.code-window-header {
  border-bottom: 1px solid #41463a;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.code-window-header [role="tablist"] {
  display: flex;
}
.code-window-header [role="tab"] {
  border: 0;
  background: none;
  color: #89937e;
  font-family: var(--mono);
  font-size: 10px;
  padding: 19px 12px;
}
.code-window-header [role="tab"].active {
  color: #e4e7da;
  box-shadow: 0 1px var(--coral);
}
.code-window .copy-button {
  color: #a1a897;
  white-space: nowrap;
}
.code-window pre {
  min-height: 287px;
  margin: 0;
  padding: 25px 23px;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 2;
  color: #d6dbc9;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.code-window .token-string {
  color: #c2d59c;
}
.code-window .token-key {
  color: #dca88d;
}
.code-window .token-comment {
  color: #7d8a70;
}
.code-window-footer {
  border-top: 1px solid #41463a;
  padding: 15px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--mono);
  font-size: 7px;
  color: #a0aa91;
}
.code-window-footer span:last-child {
  margin-left: auto;
  color: #77836d;
  font-size: 7px;
}
.code-window-footer .status-dot {
  width: 4px;
  height: 4px;
}
.pricing-section .section-heading {
  margin-bottom: 61px;
}
.pricing-intro {
  text-align: right;
}
.planned-badge {
  border: 1px solid #dadfd0;
  color: #808c71;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 10px;
  font-size: 8px;
  font-family: var(--mono);
  margin-top: 10px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffefa;
  position: relative;
  padding: 28px 25px 24px;
}
.plan-name {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.plan-name > span {
  display: block;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.4px;
  color: #979f8a;
  margin-top: 10px;
}
.price {
  font-size: 50px;
  font-weight: 450;
  letter-spacing: -2.4px;
  margin: 27px 0 9px;
}
.price > span {
  font-size: 11px;
  color: #667255;
  letter-spacing: 0;
  margin-left: 7px;
}
.price-description {
  color: #626e54;
  font-size: 11px;
  margin: 0 0 23px;
  line-height: 1.7;
}
.credit-count {
  padding: 18px 0;
  border-top: 1px solid #e2e5da;
  border-bottom: 1px solid #e2e5da;
  font-size: 16px;
  font-weight: 450;
}
.credit-count > span {
  font-family: var(--mono);
  font-size: 9px;
  color: #667353;
  margin-left: 3px;
}
.price-card ul {
  list-style: none;
  margin: 24px 0 30px;
  padding: 0;
}
.price-card li {
  font-size: 11px;
  margin-bottom: 14px;
  color: #5d6b51;
}
.price-card li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.price-card li .icon {
  color: #718660;
  width: 14px;
  height: 14px;
}
.price-card .button {
  width: 100%;
  font-size: 11px;
  justify-content: space-between;
  min-height: 44px;
  padding: 13px 16px;
}
.price-card.featured {
  border-color: #ed8a71;
  background: #fff8ef;
}
.featured-label {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -29px;
  height: 31px;
  background: var(--coral);
  border-radius: 6px 6px 0 0;
  padding: 9px 17px;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-label span {
  font-size: 14px;
}
.featured .plan-name > span {
  color: #b78765;
}
.pricing-note {
  text-align: center;
  font-size: 10px;
  line-height: 1.9;
  color: #6b765c;
  margin: 24px 0 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  padding: 21px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  color: #9ca48f;
  font-weight: 300;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
  color: var(--coral);
}
.faq-list details p {
  font-size: 12px;
  line-height: 1.9;
  color: #5e6c50;
  margin: 0 22px 22px 0;
}
.faq-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.waitlist-section {
  position: relative;
  background: #f86d4e;
  text-align: center;
  margin: 66px 0 0;
  border-radius: 6px;
  padding: 62px 35px 49px;
  overflow: hidden;
  color: #332c21;
}
.waitlist-section > .eyebrow {
  justify-content: center;
  font-size: 9px;
  color: #713f2c;
}
.waitlist-section h2 {
  font-size: 70px;
  font-weight: 480;
  letter-spacing: -3.8px;
  line-height: 1.02;
  position: relative;
}
.waitlist-section > p:not(.eyebrow) {
  font-size: 13px;
  margin: 21px 0 25px;
  color: #78442d;
}
.waitlist-decoration {
  position: absolute;
  left: -64px;
  top: 15px;
  font-size: 430px;
  line-height: 1;
  color: #d65d402b;
  transform: rotate(15deg);
}
.waitlist-form {
  position: relative;
}
.email-row {
  display: flex;
  max-width: 480px;
  margin: auto;
  background: #fff5e8;
  border: 1px solid #c7583990;
  border-radius: 5px;
  padding: 5px;
  gap: 4px;
}
.email-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 12px 10px;
  font-family: var(--mono);
  font-size: 10px;
  outline-offset: 0;
  border-radius: 2px;
}
.email-row .button {
  min-height: 43px;
  gap: 20px;
  font-size: 11px;
  padding: 12px 16px;
}
.form-note {
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.8;
  color: #814831;
  margin: 12px 0 0;
}
.inline-button {
  border: 0;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.form-status {
  font-size: 12px;
  line-height: 1.7;
  margin: 12px 0 0;
  min-height: 0;
}
.form-status:empty {
  display: none;
}
.form-status.error {
  color: #842b1d;
}
.footer {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer .wordmark {
  font-size: 20px;
}
.footer > span {
  font-family: var(--mono);
  font-size: 8px;
  color: #6e795d;
}
.footer > div {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--mono);
  font-size: 8px;
  color: #89947b;
}
.footer > div > a {
  font-size: 17px;
}
.footer .inline-button {
  text-decoration: none;
}
.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  left: 15px;
  top: -100px;
  z-index: 10;
  background: var(--ink);
  color: white;
  padding: 12px;
  border-radius: 4px;
}
.skip-link:focus {
  top: 15px;
}
dialog {
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  border-radius: 9px;
  padding: 42px;
  width: 480px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 40px);
  box-shadow: 0 30px 100px #0002;
}
dialog::backdrop {
  background: #20251bc0;
  backdrop-filter: blur(5px);
}
dialog h2 {
  font-size: 42px;
}
dialog > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: #5d6b51;
  margin: 20px 0;
}
.dialog-close {
  position: absolute;
  right: 16px;
  top: 12px;
  background: transparent;
  border: 0;
  font-size: 27px;
  color: #7e8872;
  width: 32px;
  height: 32px;
}
dialog form > label {
  display: block;
  font-size: 11px;
  margin: 22px 0 10px;
}
dialog form > input {
  display: block;
  width: 100%;
  padding: 14px 12px;
  border: 1px solid #cfd4c5;
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 12px;
  background: #fffefa;
}
dialog form > .button {
  width: 100%;
  margin-top: 12px;
  justify-content: space-between;
}
dialog .form-note {
  color: #8e977f;
}
dialog .form-status {
  color: #527444;
}
dialog .form-status.error {
  color: #a63e29;
}
.markdown-preview,
.schema-preview {
  background: #fffefa;
  border: 1px solid #d2d5c8;
  border-radius: 5px;
  padding: 24px;
  min-height: 286px;
  box-shadow: 0 10px 20px #3135290a;
  transform: rotate(-1deg);
}
.markdown-preview > span,
.schema-preview > span {
  font-family: var(--mono);
  font-size: 9px;
  color: #9b9f90;
}
.markdown-preview h3 {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -1px;
}
.markdown-preview p,
.markdown-preview li {
  font-size: 12px;
  line-height: 1.8;
  color: #7d8672;
}
.markdown-preview ul {
  padding-left: 16px;
}
.schema-preview h3 {
  font-size: 25px;
  letter-spacing: -1px;
  margin: 22px 0;
}
.schema-field {
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 10px;
  color: #7c8670;
  gap: 10px;
}
.schema-field b {
  font-weight: 400;
  color: #b26344;
}
.screenshot-preview {
  border: 1px solid #c5cdbc;
  border-radius: 5px;
  background: #fffefa;
  box-shadow: 0 10px 20px #3135290a;
  transform: rotate(1deg);
  overflow: hidden;
}
.screenshot-preview .orbit-cover {
  height: 211px;
  padding: 23px;
}
.screenshot-preview .orbit-cover-title {
  font-size: 37px;
  max-width: 230px;
}
.screenshot-preview .orbit-shape {
  right: 10px;
  top: 47px;
}
.screenshot-browser-bar {
  background: #fcfcf8;
  font-family: var(--mono);
  font-size: 8px;
  padding: 10px 12px;
  color: #98a08b;
  border-bottom: 1px solid #d6ddca;
}
.screenshot-browser-bar span {
  margin-left: 35px;
}
.screenshot-text {
  padding: 18px 23px;
  color: #808b72;
  font-size: 9px;
  line-height: 1.7;
}
@media (min-width: 1450px) {
  .site-shell {
    padding: 0 90px;
  }
  .hero {
    padding-top: 68px;
    padding-bottom: 64px;
  }
}
@media (max-width: 1100px) {
  .site-shell {
    padding: 0 40px;
  }
  .header nav {
    gap: 24px;
  }
  .hero h1 {
    letter-spacing: -5px;
  }
  .format-tabs {
    padding: 0 10px;
  }
  .format-tabs button {
    padding: 16px 8px;
    font-size: 10px;
    gap: 5px;
  }
  .explorer-preview {
    padding: 21px 25px;
  }
  .section {
    padding: 72px 0;
  }
  h2 {
    font-size: 37px;
  }
  .developer-section {
    gap: 35px;
  }
  .feature-copy {
    padding: 21px 18px;
  }
  .feature-copy h3 {
    font-size: 16px;
  }
  .feature-copy p {
    font-size: 11px;
  }
  .feature-use {
    font-size: 7px;
  }
  .price-card {
    padding: 25px 20px;
  }
  .price-description {
    font-size: 10px;
  }
  .footer > span {
    display: none;
  }
}
@media (max-width: 800px) {
  .site-shell {
    padding: 0 24px;
  }
  .header {
    height: 84px;
    gap: 15px;
  }
  .header nav {
    gap: 18px;
  }
  .header nav a {
    font-size: 11px;
  }
  .header nav a:nth-child(2) {
    display: none;
  }
  .wordmark {
    font-size: 22px;
  }
  .hero {
    padding: 48px 0;
  }
  .hero h1 {
    font-size: 77px;
    letter-spacing: -5px;
  }
  .hero-side-label {
    display: none;
  }
  .hero-description {
    font-size: 14px;
  }
  .explorer-grid {
    grid-template-columns: 1.1fr 1fr;
  }
  .format-tabs button {
    font-size: 10px;
    padding: 16px 8px;
    gap: 0;
  }
  .format-tabs button > span {
    display: none;
  }
  .format-tabs {
    justify-content: space-around;
  }
  .response-code {
    font-size: 9px;
    padding: 21px 14px;
    line-height: 2.1;
  }
  .line-number {
    width: 21px;
  }
  .explorer-preview {
    padding: 20px 16px;
  }
  .orbit-cover-title {
    font-size: 28px;
  }
  .orbit-shape {
    right: -20px;
  }
  .link-preview-copy {
    padding: 15px;
  }
  .link-preview-copy h3 {
    font-size: 14px;
  }
  .link-preview-copy p {
    font-size: 10px;
  }
  .preview-note {
    font-size: 7px;
  }
  .playground-bottom {
    font-size: 7px;
    padding: 14px 18px;
  }
  .format-strip {
    gap: 8px;
    padding: 28px 0;
    font-size: 8px;
    letter-spacing: 0;
  }
  .format-strip span:nth-child(even) {
    font-size: 12px;
  }
  .section-heading {
    align-items: flex-start;
    gap: 20px;
  }
  .section-heading > p,
  .section-heading > div > p:not(.eyebrow) {
    font-size: 11px;
  }
  .feature-grid {
    gap: 12px;
  }
  .feature-art {
    height: 158px;
  }
  .mini-link {
    width: 82%;
  }
  .mini-thumbnail {
    width: 35px;
    height: 40px;
  }
  .mini-thumbnail > span {
    font-size: 26px;
  }
  .tag-og {
    top: 17px;
    left: 12%;
  }
  .tag-description {
    bottom: 15px;
    font-size: 7px;
  }
  .markdown-sheet {
    width: 80%;
    margin-top: 25px;
    padding: 13px;
  }
  .markdown-sheet .md-heading {
    font-size: 12px;
  }
  .md-badge {
    top: 13px;
    font-size: 10px;
  }
  .mini-browser {
    height: 120px;
    width: 79%;
  }
  .mini-browser-body > span {
    font-size: 17px;
  }
  .mini-browser-body .orb {
    width: 80px;
    height: 80px;
    right: -27px;
  }
  .feature-copy {
    padding: 18px 14px;
  }
  .feature-copy h3 {
    font-size: 16px;
    line-height: 1.4;
    min-height: 45px;
  }
  .feature-copy p {
    min-height: 90px;
    line-height: 1.8;
  }
  .feature-use {
    font-size: 6px;
    letter-spacing: 0;
  }
  .developer-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .developer-copy > p:not(.eyebrow) {
    max-width: 480px;
  }
  .developer-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .developer-list li {
    font-size: 10px;
    gap: 8px;
  }
  .code-window pre {
    min-height: 265px;
    font-size: 12px;
  }
  .pricing-grid {
    gap: 12px;
  }
  .price-card {
    padding: 22px 14px;
  }
  .plan-name {
    font-size: 16px;
  }
  .plan-name > span {
    font-size: 6px;
    letter-spacing: 0;
  }
  .price {
    font-size: 43px;
  }
  .price-description {
    min-height: 34px;
    line-height: 1.7;
  }
  .credit-count {
    font-size: 16px;
  }
  .credit-count > span {
    display: block;
    font-size: 8px;
    margin-top: 5px;
    margin-left: 0;
  }
  .price-card li {
    font-size: 9px;
  }
  .price-card .button {
    font-size: 9px;
    padding: 12px 10px;
    gap: 10px;
  }
  .featured-label {
    font-size: 6px;
    padding: 9px 10px;
    letter-spacing: 0;
  }
  .faq-section {
    gap: 30px;
    grid-template-columns: 0.8fr 1.3fr;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .waitlist-section h2 {
    font-size: 62px;
  }
  .footer > div {
    gap: 15px;
  }
}
@media (max-width: 560px) {
  .site-shell {
    padding: 0 18px;
  }
  .header {
    height: 76px;
  }
  .header nav {
    display: none;
  }
  .wordmark {
    font-size: 22px;
  }
  .button-small {
    font-size: 10px;
    padding: 10px 12px;
    gap: 13px;
    min-height: 38px;
  }
  .hero {
    padding: 42px 0 36px;
  }
  .eyebrow-pill {
    font-size: 7px;
    padding: 7px 9px;
    gap: 7px;
    letter-spacing: 0;
  }
  .pill-separator {
    margin: 0;
  }
  .hero h1 {
    font-size: 64px;
    letter-spacing: -4px;
    margin: 27px 0 24px;
    line-height: 1.02;
  }
  .data-word svg {
    bottom: -6px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.8;
    max-width: 310px;
    margin: auto;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    gap: 21px;
    margin-top: 23px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 14px 18px;
    gap: 24px;
    min-height: 47px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 9px;
  }
  .microcopy {
    font-size: 8px;
    margin-top: 17px;
  }
  .hero-cross {
    display: none;
  }
  .playground-top {
    padding: 15px;
  }
  .playground-top .mono {
    font-size: 9px;
  }
  .playground-top > div {
    gap: 8px;
  }
  .sample-label {
    font-size: 6px;
    gap: 5px;
  }
  .sample-label .status-dot {
    width: 4px;
    height: 4px;
  }
  .request-row {
    margin: 14px;
    padding: 10px;
    gap: 9px;
    font-size: 9px;
  }
  .request-method {
    font-size: 8px;
    padding: 3px 5px;
  }
  .request-arrow {
    font-size: 14px;
  }
  .explorer-grid {
    grid-template-columns: 1fr;
  }
  .explorer-output {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .format-tabs {
    padding: 0 8px;
  }
  .format-tabs button {
    padding: 16px 5px;
    font-size: 8px;
    gap: 5px;
  }
  .format-tabs button > span {
    display: inline;
  }
  .response-code {
    font-size: 9px;
    padding: 19px 16px;
    line-height: 1.9;
  }
  #output-panel {
    min-height: 241px;
  }
  .explorer-preview {
    padding: 19px 28px 21px;
  }
  .preview-label {
    font-size: 8px;
    margin-bottom: 17px;
  }
  .orbit-cover {
    height: 143px;
  }
  .orbit-cover-title {
    font-size: 30px;
  }
  .orbit-shape {
    right: 3px;
    top: 12px;
  }
  .link-preview-copy {
    padding: 15px 18px;
  }
  .link-preview-copy h3 {
    font-size: 15px;
  }
  .link-preview-copy p {
    font-size: 10px;
  }
  .preview-note {
    font-size: 8px;
    margin-top: 17px;
  }
  .output-footer {
    padding: 11px 18px;
    font-size: 8px;
  }
  .playground-bottom {
    font-size: 7px;
    padding: 13px 15px;
  }
  .playground-bottom > span:last-child {
    display: none;
  }
  .format-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 19px;
    padding: 26px 9px;
    font-size: 8px;
    line-height: 1.6;
  }
  .format-strip span:nth-child(even) {
    display: none;
  }
  .section {
    padding: 54px 0;
  }
  .eyebrow {
    font-size: 8px;
    margin-bottom: 17px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }
  .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  .section-heading > p {
    margin-top: 19px;
    font-size: 12px;
  }
  .section-heading > p br {
    display: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 0.95fr 1.2fr;
  }
  .feature-art {
    height: 100%;
    min-height: 213px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .feature-copy {
    padding: 23px 17px;
  }
  .feature-copy h3 {
    min-height: 0;
    font-size: 16px;
    margin-top: 11px;
  }
  .feature-copy p {
    min-height: 0;
    font-size: 10px;
  }
  .feature-use {
    font-size: 6px;
    line-height: 1.8;
    margin-top: 16px;
  }
  .mini-link {
    gap: 8px;
    padding: 8px;
    width: 88%;
  }
  .mini-thumbnail {
    width: 29px;
    height: 36px;
  }
  .mini-link i {
    height: 4px;
    margin-bottom: 6px;
  }
  .tag-og {
    top: 40px;
    left: 9%;
    font-size: 7px;
  }
  .tag-description {
    bottom: 43px;
    right: 7%;
    font-size: 6px;
    padding: 7px;
  }
  .markdown-sheet {
    width: 91%;
    margin: 45px auto 0;
    padding: 12px;
  }
  .markdown-sheet .md-heading {
    font-size: 11px;
  }
  .markdown-sheet > span {
    font-size: 6px;
  }
  .md-badge {
    top: 26px;
    right: 8%;
    font-size: 10px;
  }
  .mini-browser {
    width: 86%;
    height: 135px;
  }
  .mini-browser-body {
    padding: 17px 10px;
  }
  .mini-browser-body > span {
    font-size: 17px;
  }
  .mini-browser-body .orb {
    right: -22px;
    top: 53px;
  }
  .mini-browser-top span {
    margin-left: 6px;
    font-size: 4px;
  }
  .dimension-label {
    font-size: 7px;
    bottom: 26px;
    right: 12px;
  }
  .toolkit-foot {
    gap: 18px;
    align-items: flex-start;
    padding-top: 26px;
    flex-wrap: wrap;
  }
  .toolkit-foot .mono {
    font-size: 8px;
  }
  .toolkit-foot p {
    font-size: 10px;
  }
  .big-asterisk {
    display: none;
  }
  .developer-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .developer-list {
    display: block;
    margin: 22px 0;
  }
  .developer-list li {
    font-size: 11px;
    gap: 14px;
  }
  .developer-copy .text-link {
    font-size: 12px;
  }
  .code-window-header {
    padding: 0 10px;
  }
  .code-window-header [role="tab"] {
    font-size: 9px;
    padding: 17px 10px;
  }
  .code-window pre {
    font-size: 9px;
    padding: 23px 17px;
    min-height: 256px;
    line-height: 2.1;
  }
  .code-window-footer {
    font-size: 6px;
    padding: 13px;
  }
  .code-window-footer span:last-child {
    font-size: 5px;
  }
  .pricing-intro {
    text-align: left;
    margin-top: 18px;
  }
  .pricing-intro > p {
    font-size: 12px !important;
  }
  .planned-badge {
    font-size: 7px;
  }
  .pricing-section .section-heading {
    margin-bottom: 29px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .price-card {
    padding: 27px;
  }
  .plan-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
  }
  .plan-name > span {
    font-size: 7px;
    margin-top: 0;
  }
  .price {
    font-size: 50px;
    margin: 23px 0 7px;
  }
  .price > span {
    font-size: 12px;
  }
  .price-description {
    min-height: 0;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .credit-count {
    font-size: 18px;
  }
  .credit-count > span {
    display: inline;
    font-size: 10px;
    margin-left: 4px;
  }
  .price-card li {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .price-card .button {
    font-size: 12px;
    min-height: 45px;
    padding: 12px 16px;
  }
  .featured-label {
    height: 29px;
    font-size: 7px;
    padding: 9px 18px;
  }
  .price-card.featured {
    margin-top: 27px;
  }
  .pricing-note {
    font-size: 9px;
    text-align: left;
    line-height: 1.9;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .faq-list details p {
    font-size: 11px;
  }
  .waitlist-section {
    padding: 40px 20px 33px;
    margin-top: 39px;
  }
  .waitlist-section .eyebrow {
    font-size: 7px;
  }
  .waitlist-section h2 {
    font-size: 57px;
    letter-spacing: -3px;
  }
  .waitlist-section > p:not(.eyebrow) {
    font-size: 11px;
    margin: 20px 0;
  }
  .waitlist-decoration {
    left: -103px;
    font-size: 340px;
    top: 50px;
  }
  .email-row {
    flex-direction: column;
    background: transparent;
    border: 0;
    padding: 0;
    gap: 9px;
  }
  .email-row input {
    background: #fff6e9;
    border: 1px solid #d85c3d;
    min-height: 46px;
    font-size: 10px;
    text-align: center;
  }
  .email-row .button {
    min-height: 46px;
    justify-content: center;
    font-size: 11px;
  }
  .form-note {
    font-size: 7px;
    line-height: 1.9;
  }
  .footer {
    align-items: flex-start;
    padding: 29px 0;
    gap: 22px;
    flex-direction: column;
  }
  .footer > div {
    width: 100%;
    font-size: 8px;
  }
  .footer > div > a {
    margin-left: auto;
  }
  dialog {
    padding: 35px 25px;
  }
  dialog h2 {
    font-size: 37px;
  }
  dialog > .eyebrow {
    font-size: 8px;
  }
  .markdown-preview,
  .schema-preview {
    min-height: 260px;
  }
  .screenshot-preview .orbit-cover {
    height: 189px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

/* Hugeicons share one visual weight and inherit their surrounding color. */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.15em;
  fill: none;
}
.button .icon {
  width: 20px;
  height: 20px;
}
.button-small .icon {
  width: 18px;
  height: 18px;
}
.text-link .icon {
  width: 18px;
  height: 18px;
}
.format-tabs button {
  align-items: center;
}
.format-tabs .icon {
  width: 14px;
  height: 14px;
}
.copy-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.copy-button .icon {
  width: 13px;
  height: 13px;
}
.dialog-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-close .icon {
  width: 22px;
  height: 22px;
}
.md-badge .icon {
  width: 20px;
  height: 20px;
}
.faq-list summary .icon {
  width: 18px;
  height: 18px;
}
.domain-label .icon {
  width: 11px;
  height: 11px;
}
@media (max-width: 560px) {
  .format-tabs .icon {
    width: 12px;
    height: 12px;
  }
}

/* iOS zooms focused text fields below 16px, including auto-focused dialogs. */
@media (max-width: 800px), (hover: none) and (pointer: coarse) {
  .email-row input,
  dialog form > input {
    font-size: 16px;
  }
}
