:root {
  --paper: #f7f5ee;
  --ink: #252a27;
  --muted: #62655c;
  --red: #c63526;
  --coral: #e3513b;
  --line: #d8d8ca;
  --sage: #e7ebdf;
  --dark: #202c29;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --fast: 150ms;
  --medium: 240ms;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #2765ba;
  outline-offset: 5px;
}
::selection {
  background: #f1b6a7;
  color: #252a27;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
svg {
  display: block;
}
button {
  color: inherit;
}
html {
  scroll-padding-top: 24px;
}
.s216-wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.s216-skip {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  padding: 14px;
  background: white;
  transform: translateY(-160%);
}
.s216-skip:focus {
  transform: none;
}
.s216-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.s216-logo {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.8px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
}
.s216-logo svg {
  width: 33px;
  height: 33px;
  color: var(--red);
}
.s216-dot {
  color: var(--red);
}
.s216-header nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
}
.s216-header nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.s216-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 17px 24px;
  background: var(--red);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: transform var(--fast) var(--ease);
}
.s216-button span {
  font-size: 21px;
  line-height: 1;
}
.s216-small {
  min-height: 46px;
  padding: 12px 18px;
  font-size: 13px;
}
.s216-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 8px;
  padding-block: 76px 66px;
  min-height: 680px;
}
.s216-eyebrow {
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 1.4px;
  line-height: 1.6;
  font-weight: 500;
}
.s216-hero .s216-eyebrow {
  font-size: 11px;
  letter-spacing: 1px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.s216-status-dot {
  width: 7px;
  height: 7px;
  background: #648051;
  border-radius: 50%;
  display: inline-block;
  flex: none;
}
.s216-hero h1 {
  font-size: clamp(58px, 6.1vw, 88px);
  line-height: 1.03;
  letter-spacing: -5px;
  margin: 30px 0 26px;
  position: relative;
  font-weight: 500;
}
.s216-serif,
h2 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}
.s216-serif {
  color: var(--red);
  font-style: italic;
}
.s216-spark {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-left: 12px;
  stroke: var(--red);
  stroke-width: 2.4;
  vertical-align: top;
  margin-top: 15px;
}
.s216-lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}
.s216-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.s216-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}
.s216-stage {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
}
.s216-stage-dot {
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
}
.s216-art {
  height: 520px;
  position: relative;
  isolation: isolate;
  min-width: 0;
}
.s216-orbit {
  position: absolute;
  border: 1px solid #dfdfd2;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  top: 22px;
  left: calc(50% - 225px);
  z-index: -2;
}
.s216-orbit-two {
  width: 345px;
  height: 345px;
  left: calc(50% - 172px);
  top: 76px;
  background: #edede2;
}
.s216-art-coordinate,
.s216-art-bottom {
  font: 10px monospace;
  letter-spacing: 1.2px;
  position: absolute;
  color: var(--muted);
}
.s216-art-coordinate {
  top: 5px;
  right: 4px;
}
.s216-art-bottom {
  bottom: 0;
  left: 90px;
}
.s216-flight {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.s216-envelope {
  position: absolute;
  width: 390px;
  height: 260px;
  left: calc(50% - 195px);
  top: 166px;
  transform: rotate(-9deg);
  filter: drop-shadow(0 24px 22px #343d2719);
}
.s216-envelope-back {
  position: absolute;
  inset: 0;
  background: #d8dec9;
  border-radius: 6px;
  z-index: -1;
}
.s216-envelope-front {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 50% 54%, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(32deg, #d9dfce 0%, #e9eddc 49.8%, #d1d9c3 50%, #e8ecdd 100%);
  border-radius: 6px;
}
.s216-letter {
  position: absolute;
  left: 25px;
  right: 25px;
  height: 255px;
  top: -105px;
  background: #fffdf7;
  border: 1px solid #e9e5d9;
  padding: 25px 27px;
  transform: rotate(4deg);
  border-radius: 3px;
  box-shadow: 0 0 12px #38462c08;
}
.s216-letter-top {
  font: 9px monospace;
  letter-spacing: 2px;
  color: var(--muted);
}
.s216-letter strong {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 17px 0;
}
.s216-letter em {
  font-family: Georgia, serif;
  color: var(--red);
}
.s216-letter-line {
  display: block;
  width: 75%;
  height: 4px;
  background: #e3e5db;
  margin-top: 10px;
}
.s216-short {
  width: 53%;
}
.s216-postage {
  position: absolute;
  right: 23px;
  top: 21px;
  width: 93px;
  height: 118px;
  background: var(--red);
  color: #fff5df;
  transform: rotate(9deg);
  padding: 9px;
  text-align: center;
  outline: 5px dotted var(--paper);
  border: 3px solid var(--paper);
  z-index: 3;
}
.s216-postage > span {
  font: 8px monospace;
  letter-spacing: 1px;
  display: block;
}
.s216-postage strong {
  font-size: 39px;
  line-height: 1.1;
  letter-spacing: -3px;
  font-weight: 500;
}
.s216-postage svg {
  height: 28px;
  width: 100%;
  margin-bottom: 5px;
}
.s216-envelope-label {
  position: absolute;
  left: 23px;
  bottom: 22px;
  font: 8px monospace;
  letter-spacing: 0.7px;
}
.s216-postmark {
  position: absolute;
  left: 25px;
  bottom: 49px;
  border: 1px solid #758269;
  border-radius: 50%;
  width: 99px;
  height: 99px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
  font: 12px monospace;
  color: #5d6d51;
  outline: 1px solid #758269;
  outline-offset: -6px;
}
.s216-postmark span {
  font-size: 5px;
  margin-top: 7px;
}
.s216-message-tag {
  position: absolute;
  right: 0;
  bottom: 46px;
  z-index: 4;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fffef9;
  border: 1px solid #deded1;
  box-shadow: 0 12px 28px #2734250c;
  padding: 17px 19px;
  border-radius: 7px;
  font-size: 13px;
  transform: rotate(3deg);
}
.s216-message-tag small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.s216-check {
  background: #e9eee3;
  color: #496145;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 18px;
}
.s216-message-tag svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #66715e;
  stroke-width: 1.5;
  margin-left: 14px;
}
.s216-strip {
  border-block: 1px solid var(--line);
}
.s216-strip .s216-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding-block: 28px;
}
.s216-strip span {
  font: 10px monospace;
  letter-spacing: 1px;
  color: var(--muted);
}
.s216-strip b {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.s216-strip i {
  color: var(--red);
  margin-left: 22px;
  font-style: normal;
}
.s216-platform,
.s216-trust {
  padding-block: 108px;
}
.s216-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 48px;
}
.s216-section-heading > .s216-eyebrow {
  margin-bottom: 18px;
}
h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -2.3px;
  font-weight: 500;
}
.s216-section-heading h2 {
  margin-top: 20px;
}
.s216-section-heading > p {
  width: 365px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 4px;
}
.s216-product {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-width: 0;
  background: #edeee5;
  border: 1px solid #dbdfd0;
  border-radius: 12px;
  padding: 22px;
  gap: 36px;
}
.s216-product-copy {
  padding: 10px 22px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s216-tabs {
  display: flex;
  border-bottom: 1px solid #ccd0c0;
  width: 100%;
  gap: 12px;
}
.s216-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 14px 8px;
  font-size: 14px;
  min-height: 48px;
  margin-bottom: -1px;
}
.s216-tabs button[aria-selected='true'] {
  border-color: var(--red);
  color: var(--red);
  font-weight: 600;
}
.s216-number {
  display: block;
  font: 12px monospace;
  color: var(--muted);
  margin: 32px 0 16px;
}
.s216-product h3 {
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 500;
  min-height: 72px;
}
.s216-product-copy p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin: 20px 0;
  max-width: 360px;
  min-height: 104px;
}
.s216-product ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
  font-size: 14px;
  line-height: 1.5;
}
.s216-product li {
  margin: 12px 0;
  padding-left: 23px;
  position: relative;
}
.s216-product li:before {
  content: '↗';
  position: absolute;
  left: 0;
  color: var(--red);
}
.s216-roadmap-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: auto;
}
.s216-demo {
  background: #fffdf8;
  box-shadow: 0 8px 20px #25312508;
  border-radius: 8px;
  border: 1px solid #dbdfd0;
  min-width: 0;
}
.s216-demo-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #e7e6dc;
  font-size: 12px;
  gap: 10px;
}
.s216-mini-mark {
  color: var(--red);
  font-weight: bold;
  margin-right: 8px;
  font-size: 20px;
}
.s216-demo-badge {
  font: 9px monospace;
  letter-spacing: 0.6px;
  background: #f0eee5;
  padding: 7px;
  border-radius: 3px;
  white-space: nowrap;
}
.s216-demo-body {
  padding: 26px;
}
.s216-demo-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}
.s216-demo-heading small {
  font: 9px monospace;
  letter-spacing: 1.3px;
  color: var(--muted);
}
.s216-demo h4 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-top: 9px;
}
.s216-demo-initial {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ececdf;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
}
.s216-mail-preview {
  background: #fff;
  border: 1px solid #e2e2d8;
  border-radius: 5px;
  padding: 22px;
}
.s216-mail-meta {
  font-size: 10px;
  color: var(--muted);
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #e8e8df;
  padding-bottom: 15px;
}
.s216-mail-meta b {
  font-weight: 400;
  color: var(--ink);
  margin-left: 6px;
}
.s216-mail-preview h5 {
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: 500;
  margin: 23px 0 17px;
}
.s216-mail-preview p {
  font-size: 12px;
  line-height: 1.65;
  min-height: 76px;
  color: #60645c;
}
.s216-preview-cta {
  display: inline-flex;
  gap: 28px;
  font-size: 11px;
  padding: 12px 14px;
  background: var(--dark);
  color: #fff;
  border-radius: 3px;
  margin: 18px 0;
}
.s216-mail-signature {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
}
.s216-demo-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  font-size: 11px;
}
.s216-run {
  border: 1px solid #d4d8c9;
  background: transparent;
  padding: 12px;
  font-size: 11px;
  border-radius: 4px;
  min-height: 44px;
  white-space: nowrap;
}
.s216-run span {
  margin-left: 8px;
}
.s216-run:disabled {
  cursor: wait;
  opacity: 0.65;
}
.s216-demo-disclaimer {
  font-size: 10px;
  color: var(--muted);
  margin-top: 14px;
}
.s216-developer {
  background: var(--dark);
  color: #f6f4e9;
  padding: 86px 0;
}
.s216-developer-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 64px;
}
.s216-developer .s216-eyebrow {
  color: #c4cbbb;
}
.s216-developer h2 {
  margin: 24px 0;
}
.s216-developer h2 em {
  color: #dbe9c6;
}
.s216-developer p:not(.s216-eyebrow) {
  color: #c1c9be;
  font-size: 16px;
  line-height: 1.7;
  max-width: 375px;
}
.s216-light-link {
  display: inline-flex;
  gap: 35px;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  border-bottom: 1px solid #69786b;
  font-size: 14px;
}
.s216-dev-foot {
  display: flex;
  gap: 23px;
  color: #b6c0b1;
  font: 9px monospace;
  letter-spacing: 1px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.s216-code-card {
  background: #17231f;
  border: 1px solid #4a5748;
  border-radius: 8px;
  min-width: 0;
  position: relative;
}
.s216-code-toolbar {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3d4a3d;
  font: 11px monospace;
  gap: 8px;
}
.s216-code-toolbar button {
  border: 0;
  background: none;
  color: #c4cebf;
  font-size: 12px;
  padding: 10px;
  min-height: 44px;
}
.s216-code-card pre {
  padding: 24px;
  font: 12px/2.25 monospace;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 0;
  color: #d4dacc;
  min-height: 234px;
}
.s216-code-key {
  color: #eab59d;
}
.s216-code-string {
  color: #c4d7a9;
}
.s216-code-note {
  font-size: 10px;
  color: #c3cbbc;
  padding: 18px 24px;
  border-top: 1px solid #3d4a3d;
  display: flex;
  align-items: center;
  gap: 8px;
}
.s216-copy-status {
  font-size: 11px;
  position: absolute;
  bottom: -26px;
  left: 0;
  color: #dbe9c6;
}
.s216-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 14px;
}
.s216-principles article {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.s216-line-icon {
  height: 34px;
  width: 34px;
  color: var(--red);
  stroke: var(--red);
  fill: none;
  stroke-width: 1.5;
  font-size: 36px;
  display: block;
  margin-bottom: 24px;
}
.s216-principles h3 {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.s216-principles p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
.s216-principles small {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 18px;
}
.s216-origin {
  background: #e8ecdf;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 70px;
  border-radius: 8px;
  padding: 65px;
}
.s216-origin-art {
  position: relative;
  padding-block: 15px;
}
.s216-origin-216 {
  font-size: clamp(100px, 17vw, 225px);
  font-family: Georgia, serif;
  color: var(--red);
  line-height: 0.85;
  letter-spacing: -13px;
}
.s216-origin-216 span {
  display: block;
  font: 10px monospace;
  letter-spacing: 1px;
  margin-top: 22px;
  color: var(--ink);
}
.s216-origin-art svg {
  width: 100%;
  height: 100px;
  stroke: #9ba98b;
  stroke-width: 1;
  fill: none;
  margin-top: 22px;
}
.s216-origin h2 {
  font-size: 42px;
  margin: 20px 0 24px;
}
.s216-origin p:not(.s216-eyebrow) {
  font-size: 15px;
  line-height: 1.7;
  color: #56604e;
  margin-top: 16px;
}
.s216-origin-sign {
  display: block;
  font:
    italic 19px Georgia,
    serif;
  margin-top: 26px;
  color: var(--red);
}
.s216-faq {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.s216-faq h2 {
  font-size: 42px;
  margin-top: 20px;
}
.s216-faq details {
  border-bottom: 1px solid var(--line);
}
.s216-faq details:first-child {
  border-top: 1px solid var(--line);
}
.s216-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
}
.s216-faq summary::-webkit-details-marker {
  display: none;
}
.s216-faq summary span {
  font-size: 22px;
  flex: none;
  color: var(--red);
}
.s216-faq details[open] summary span {
  transform: rotate(45deg);
}
.s216-faq details p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  padding-bottom: 25px;
  max-width: 520px;
}
.s216-contact {
  background: var(--red);
  color: #fff7e8;
  padding-block: 64px;
}
.s216-contact h2 {
  font-size: clamp(44px, 6.7vw, 94px);
  letter-spacing: -3.5px;
  margin: 27px 0 38px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.s216-contact h2 > span {
  margin-left: auto;
}
.s216-contact-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #ec9b86;
  padding-top: 32px;
}
.s216-contact-bottom p {
  font-size: 15px;
  line-height: 1.8;
}
.s216-cream-button {
  background: #fff5e4;
  color: #832619;
  flex: none;
}
.s216-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 35px;
}
.s216-footer > span,
.s216-footer > a:not(.s216-logo) {
  font-size: 11px;
  line-height: 1.8;
}
.s216-footer > a:not(.s216-logo) {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.s216-footer .s216-logo {
  gap: 0;
  font-size: 28px;
}
@media (hover: hover) and (pointer: fine) {
  .s216-button:hover {
    opacity: 0.9;
  }
  .s216-header nav a:hover,
  .s216-text-link:hover,
  .s216-footer a:hover {
    color: var(--red);
  }
  .s216-run:hover {
    background: #e7ebdf;
  }
  .s216-code-toolbar button:hover {
    color: #fff;
  }
}
.s216-button:active,
.s216-run:active {
  transform: scale(0.97);
}
@media (min-width: 1600px) {
  .s216-hero {
    padding-block: 95px;
  }
  .s216-hero h1 {
    font-size: 94px;
  }
}
@media (max-width: 1100px) {
  .s216-wrap {
    width: calc(100% - 64px);
  }
  .s216-header nav {
    gap: 20px;
  }
  .s216-header-contact {
    font-size: 12px;
    gap: 12px;
  }
  .s216-header nav a {
    font-size: 12px;
  }
  .s216-hero {
    padding-block: 60px;
    min-height: 610px;
  }
  .s216-hero h1 {
    font-size: 66px;
    letter-spacing: -3.8px;
  }
  .s216-hero .s216-eyebrow {
    font-size: 9px;
  }
  .s216-art {
    height: 440px;
  }
  .s216-envelope {
    width: 320px;
    height: 220px;
    left: calc(50% - 160px);
    top: 155px;
  }
  .s216-letter {
    height: 230px;
    top: -85px;
    padding: 21px;
  }
  .s216-letter strong {
    font-size: 25px;
  }
  .s216-orbit {
    width: 360px;
    height: 360px;
    left: calc(50% - 180px);
  }
  .s216-orbit-two {
    width: 280px;
    height: 280px;
    left: calc(50% - 140px);
    top: 62px;
  }
  .s216-postage {
    width: 80px;
    height: 105px;
    right: 18px;
    top: 10px;
  }
  .s216-postage strong {
    font-size: 31px;
  }
  .s216-message-tag {
    font-size: 11px;
    padding: 13px;
    bottom: 20px;
  }
  .s216-art-bottom {
    display: none;
  }
  .s216-postmark {
    width: 75px;
    height: 75px;
    font-size: 10px;
    bottom: 40px;
  }
  .s216-postmark span {
    font-size: 4px;
  }
  .s216-envelope-label {
    font-size: 7px;
  }
  .s216-actions {
    gap: 12px;
  }
  .s216-strip b {
    font-size: 17px;
  }
  .s216-strip i {
    margin-left: 8px;
  }
  .s216-product {
    gap: 20px;
    padding: 16px;
  }
  .s216-product-copy {
    padding-inline: 14px;
  }
  .s216-demo-body {
    padding: 20px;
  }
  .s216-developer-grid {
    gap: 32px;
  }
  .s216-origin {
    gap: 40px;
    padding: 44px;
  }
  .s216-origin h2 {
    font-size: 36px;
  }
  .s216-faq {
    gap: 40px;
  }
}
@media (max-width: 800px) {
  .s216-wrap {
    width: calc(100% - 40px);
  }
  .s216-header {
    height: 80px;
  }
  .s216-header nav {
    display: none;
  }
  .s216-logo {
    font-size: 28px;
  }
  .s216-hero {
    grid-template-columns: 1fr;
    padding: 46px 0 32px;
    gap: 20px;
  }
  .s216-hero h1 {
    font-size: clamp(58px, 10vw, 82px);
    margin-top: 24px;
    letter-spacing: -3.5px;
  }
  .s216-hero .s216-eyebrow {
    font-size: 10px;
  }
  .s216-lead {
    font-size: 17px;
  }
  .s216-art {
    width: min(480px, 100%);
    height: 450px;
    justify-self: center;
  }
  .s216-art-coordinate {
    top: 14px;
    right: 18px;
    font-size: 9px;
  }
  .s216-envelope {
    width: 340px;
    left: calc(50% - 170px);
  }
  .s216-orbit {
    width: 380px;
    height: 380px;
    left: calc(50% - 190px);
  }
  .s216-orbit-two {
    width: 280px;
    height: 280px;
    left: calc(50% - 140px);
  }
  .s216-message-tag {
    right: 14px;
    bottom: 20px;
  }
  .s216-strip .s216-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px 26px;
    padding-block: 22px;
  }
  .s216-strip span {
    width: 100%;
  }
  .s216-strip b {
    font-size: 15px;
  }
  .s216-strip i {
    margin-left: 5px;
  }
  .s216-platform,
  .s216-trust {
    padding-block: 65px;
  }
  .s216-section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .s216-section-heading > p {
    margin-top: 24px;
    width: 470px;
  }
  .s216-product {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 16px;
  }
  .s216-product-copy {
    padding: 0 8px;
  }
  .s216-product-copy p {
    max-width: none;
    min-height: 0;
  }
  .s216-product h3 {
    min-height: 0;
  }
  .s216-product ul {
    margin-top: 10px;
  }
  .s216-number {
    margin-top: 25px;
  }
  .s216-demo-body {
    padding: 24px;
  }
  .s216-demo h4 {
    font-size: 24px;
  }
  .s216-mail-preview {
    padding: 24px;
  }
  .s216-developer {
    padding-block: 60px;
  }
  .s216-developer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .s216-developer p:not(.s216-eyebrow) {
    max-width: 100%;
  }
  .s216-dev-foot {
    margin-top: 24px;
  }
  .s216-code-card pre {
    min-height: 0;
    font-size: 12px;
    padding: 20px;
  }
  .s216-principles {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .s216-principles article {
    padding-top: 24px;
  }
  .s216-line-icon {
    margin-bottom: 18px;
  }
  .s216-origin {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 34px;
  }
  .s216-origin-art {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .s216-origin-216 {
    font-size: 140px;
    letter-spacing: -8px;
  }
  .s216-origin-216 span {
    font-size: 8px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .s216-origin-art svg {
    width: 40%;
    min-width: 0;
  }
  .s216-origin-copy {
    margin-top: 20px;
  }
  .s216-origin h2 {
    font-size: 38px;
  }
  .s216-faq {
    padding-block: 65px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .s216-faq h2 {
    font-size: 38px;
  }
  .s216-contact {
    padding-block: 45px;
  }
  .s216-contact h2 {
    display: block;
    letter-spacing: -2px;
  }
  .s216-contact h2 > span {
    display: none;
  }
  .s216-contact-bottom {
    display: block;
  }
  .s216-contact-bottom .s216-button {
    margin-top: 24px;
  }
  .s216-footer {
    flex-wrap: wrap;
    gap: 18px;
  }
  .s216-footer > * {
    flex-basis: 45%;
  }
  .s216-footer > a:not(.s216-logo) {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 400px) {
  .s216-header {
    gap: 8px;
  }
  .s216-header-contact {
    font-size: 11px;
    padding: 10px;
    gap: 8px;
  }
  .s216-logo {
    font-size: 25px;
    gap: 7px;
  }
  .s216-logo svg {
    width: 25px;
  }
  .s216-hero h1 {
    font-size: 50px;
    letter-spacing: -3px;
  }
  .s216-hero .s216-eyebrow {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .s216-spark {
    width: 34px;
    height: 34px;
    margin-top: 10px;
  }
  .s216-art {
    height: 408px;
  }
  .s216-envelope {
    width: 280px;
    height: 200px;
    left: calc(50% - 140px);
    top: 147px;
  }
  .s216-letter {
    left: 18px;
    right: 18px;
    padding: 18px;
    top: -85px;
  }
  .s216-letter strong {
    font-size: 23px;
  }
  .s216-letter-top {
    font-size: 8px;
  }
  .s216-orbit {
    width: 310px;
    height: 310px;
    left: calc(50% - 155px);
  }
  .s216-orbit-two {
    width: 240px;
    height: 240px;
    left: calc(50% - 120px);
    top: 57px;
  }
  .s216-postage {
    width: 70px;
    height: 91px;
    right: 12px;
    top: 8px;
    padding: 6px;
  }
  .s216-postage > span {
    font-size: 6px;
  }
  .s216-postage svg {
    height: 22px;
  }
  .s216-postage strong {
    font-size: 29px;
  }
  .s216-postmark {
    bottom: 35px;
    left: 18px;
    width: 67px;
    height: 67px;
  }
  .s216-envelope-label {
    font-size: 6px;
    left: 18px;
    bottom: 17px;
  }
  .s216-message-tag {
    right: 0;
    bottom: 17px;
  }
  .s216-product {
    padding: 12px;
  }
  .s216-demo-toolbar {
    padding: 12px;
    font-size: 10px;
  }
  .s216-demo-badge {
    font-size: 8px;
    letter-spacing: 0;
  }
  .s216-demo-body {
    padding: 16px;
  }
  .s216-mail-preview {
    padding: 18px;
  }
  .s216-demo-bottom {
    font-size: 10px;
  }
  .s216-run {
    font-size: 10px;
    padding: 10px;
  }
  .s216-origin {
    padding: 25px;
  }
  .s216-origin-art svg {
    display: none;
  }
  .s216-contact h2 {
    font-size: 46px;
  }
  .s216-footer > * {
    flex-basis: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s216-button {
    transition: none;
  }
  .s216-button:active,
  .s216-run:active {
    transform: none;
  }
}

.s216-arrow {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  flex: none;
  display: inline-block;
  vertical-align: middle;
}
.s216-contact h2 > .s216-arrow {
  width: 72px;
  height: 72px;
  margin-left: auto;
}
.s216-origin-sign {
  color: #b93224;
}
.s216-roadmap-note,
.s216-demo-disclaimer,
.s216-principles small,
.s216-stage,
.s216-footer > span,
.s216-footer > a:not(.s216-logo) {
  font-size: 12px;
}
.s216-demo-disclaimer {
  line-height: 1.5;
}
.s216-run {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.s216-contact h2 {
  align-items: center;
}
@media (max-width: 800px) {
  .s216-contact h2 > .s216-arrow {
    display: none;
  }
}
