@font-face {
  font-family: InterVariable;
  src: url("/fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: only dark;
  --bg: #11120f;
  --panel: #191b17;
  --text: #f2f0e9;
  --muted: #b6b8ac;
  --line: rgba(238, 242, 220, 0.13);
  --accent: #d3ec8d;
  --radius: 1rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    400 1rem/1.7 InterVariable,
    system-ui,
    sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11", "ss01", "ss03";
  -webkit-font-smoothing: antialiased;
}
.shell {
  isolation: isolate;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--accent);
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
p,
h1,
h2,
h3,
dl,
dd,
ol,
ul {
  margin: 0;
}
p {
  text-wrap: pretty;
}
h1,
h2,
h3 {
  text-wrap: balance;
  font-weight: 500;
  letter-spacing: -0.045em;
}
ul {
  padding-left: 1.3rem;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1248px;
  margin-inline: auto;
  padding-inline: 40px;
}
.draft {
  padding: 8px 24px;
  text-align: center;
  background: #273023;
  color: #dcebc6;
  font-size: 0.875rem;
}
.skip {
  position: fixed;
  left: 16px;
  top: -100px;
  background: var(--accent);
  color: #11120f;
  padding: 10px 18px;
  z-index: 10;
}
.skip:focus {
  top: 16px;
}
header {
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 96px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.brand img {
  flex-shrink: 0;
  border-radius: 8px;
}
.header-inner > .brand {
  font-size: 1.6rem;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 0.875rem;
}
nav a[aria-current="page"] {
  color: var(--text);
}
.mobile-nav {
  display: none;
}
.hero {
  padding-block: 100px 96px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  font:
    400 0.75rem/1.5 ui-monospace,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--muted);
}
h1 {
  font-size: clamp(3rem, 5.7vw, 5rem);
  line-height: 1.08;
  max-width: 20ch;
}
.hero h1 {
  margin-top: 25px;
}
.hero-description {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 45ch;
  margin-top: 28px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
  font-size: 0.875rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--accent);
  color: #11170b;
  padding: 13px 18px;
  border-radius: 5px;
  font-weight: 600;
}
.button:hover {
  color: #11170b;
  background: #e1f7a6;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: underline;
  text-decoration-color: rgba(238, 242, 220, 0.3);
  text-underline-offset: 7px;
}
.hero-note {
  margin-top: 25px;
  color: var(--muted);
  font-size: 0.875rem;
}
.workflow {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 32px;
  min-width: 0;
}
.workflow-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 26px;
}
.workflow-heading > span {
  color: var(--accent);
}
.workflow ol {
  list-style: none;
  padding: 0;
}
.workflow li {
  border-top: 1px solid var(--line);
  padding-block: 25px;
}
.step-number {
  font:
    400 0.6875rem/1.7 ui-monospace,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.workflow h2 {
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  margin-top: 8px;
}
.workflow li > p:last-child {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.7;
  max-width: 46ch;
  margin-top: 7px;
}
.workflow-footnote {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 0.875rem;
  color: var(--muted);
}
.product-section {
  padding-block: 76px 88px;
  border-top: 1px solid var(--line);
}
.section-heading h2 {
  font-size: clamp(2rem, 3.1vw, 2.75rem);
  line-height: 1.2;
  max-width: 29ch;
  margin-top: 20px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
  margin-top: 54px;
}
.features dt {
  font-size: 1.125rem;
  font-weight: 500;
}
.features dd {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9375rem;
  max-width: 40ch;
}
.connections-section {
  border-top: 1px solid var(--line);
  padding-block: 88px;
}
.connections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 46ch;
  margin-top: 24px;
}
.section-heading > .text-link {
  margin-top: 28px;
  font-size: 0.9375rem;
}
.connections-list > div {
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
}
.connections-list > div:first-child {
  padding-top: 0;
}
.connections-list > div:last-child {
  border: 0;
  padding-bottom: 0;
}
.connections-list dt {
  font-size: 1.25rem;
  font-weight: 500;
}
.connections-list dd {
  margin-top: 10px;
  color: var(--muted);
  max-width: 48ch;
}
.control-section {
  padding-block: 64px;
  background: var(--panel);
  border-block: 1px solid var(--line);
}
.control-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.control-inner h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 18px;
}
.control-inner > div:last-child p {
  color: var(--muted);
  max-width: 44ch;
}
.control-inner .text-link {
  margin-top: 22px;
  font-size: 0.9375rem;
}
footer {
  padding-block: 56px 32px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
.footer-brand {
  font-size: 1.125rem;
}
.footer-inner > div > p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 14px;
}
.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  gap: 16px 26px;
  font-size: 0.875rem;
}
.copyright {
  grid-column: 1/-1;
  color: var(--muted);
  font-size: 0.875rem;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.document-heading {
  padding-block: 72px 60px;
  border-bottom: 1px solid var(--line);
}
.document-heading h1 {
  font-size: clamp(2.8rem, 5vw, 4rem);
  margin-top: 20px;
}
.document-heading h1 + p {
  max-width: 60ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.125rem;
}
.updated {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.875rem;
}
.document-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 64px;
  padding-top: 56px;
  padding-bottom: 88px;
}
.toc nav {
  position: sticky;
  top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.875rem;
}
.toc p {
  color: var(--muted);
  margin-bottom: 10px;
}
.toc a {
  max-width: 30ch;
}
.prose {
  max-width: 76ch;
  font-size: 1rem;
  line-height: 1.8;
  min-width: 0;
}
.prose section + section {
  margin-top: 40px;
}
.prose h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.prose p,
.prose ul {
  margin-top: 14px;
  color: var(--muted);
}
.prose li + li {
  margin-top: 10px;
}
.prose a {
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.prose section {
  scroll-margin-top: 30px;
}
@media (max-width: 1023px) {
  .container {
    padding-inline: 28px;
  }
  .hero-grid {
    gap: 40px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: relative;
    font-size: 1rem;
  }
  .mobile-nav summary {
    cursor: pointer;
    padding: 12px;
    list-style: none;
  }
  .mobile-nav summary::after {
    content: " +";
    color: var(--muted);
  }
  .mobile-nav[open] summary::after {
    content: " −";
  }
  .mobile-nav nav {
    position: absolute;
    right: 0;
    top: 54px;
    min-width: 240px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    z-index: 5;
  }
  .hero {
    padding-block: 64px;
  }
  .workflow {
    padding: 24px;
  }
  .features,
  .connections-grid,
  .control-inner {
    gap: 40px;
  }
  .document-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-inline: 24px;
  }
  .draft {
    font-size: 1rem;
    line-height: 1.5;
    padding-block: 12px;
  }
  .header-inner {
    min-height: 80px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .hero {
    padding-block: 48px;
  }
  .hero h1 {
    font-size: clamp(3rem, 10vw, 4.6rem);
  }
  .hero-description {
    font-size: 1.125rem;
  }
  .hero-actions {
    font-size: 1rem;
    gap: 22px;
  }
  .hero-note,
  .workflow li > p:last-child,
  .workflow-footnote {
    font-size: 1rem;
  }
  .eyebrow,
  .step-number {
    font-size: 0.875rem;
  }
  .workflow h2 {
    font-size: 1.625rem;
  }
  .workflow {
    padding: 24px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 36px;
  }
  .features > div + div {
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }
  .features dt {
    font-size: 1.25rem;
  }
  .features dd {
    font-size: 1rem;
    max-width: 56ch;
  }
  .product-section,
  .connections-section {
    padding-block: 48px;
  }
  .connections-grid,
  .control-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-heading > .text-link,
  .control-inner .text-link {
    font-size: 1rem;
  }
  .control-section {
    padding-block: 48px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-inner nav {
    justify-content: flex-start;
    gap: 20px 24px;
    font-size: 1rem;
  }
  .footer-inner > div > p,
  .copyright {
    font-size: 1rem;
  }
  .document-heading {
    padding-block: 48px 36px;
  }
  .updated {
    font-size: 1rem;
  }
  .document-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .toc nav {
    position: static;
    font-size: 1rem;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--line);
  }
  .toc a {
    max-width: unset;
  }
  .prose h2 {
    font-size: 1.625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
