:root {
  --canvas: #ffffff;
  --surface: #ffffff;
  --ink: #000000;
  --ink-soft: #555555;
  --line: #cccccc;
  --line-strong: #999999;
  --arc: #1a3556;
  --arc-deep: #2d4f7a;
  --arc-tint: #e8edf3;
  --blueprint: #1a3556;
  --radius: 0;
  --radius-card: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
img,
svg {
  max-width: 100%;
  display: block;
}
::-moz-selection {
  background: var(--arc);
  color: #ffffff;
}
::selection {
  background: var(--arc);
  color: #ffffff;
}
body {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.coming-soon-banner {
  position: fixed;
  top: 42vh;
  left: -20vw;
  z-index: 1000;
  width: 140vw;
  padding: 0.25em 0;
  transform: rotate(-14deg);
  transform-origin: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-top: 2px solid rgba(26, 53, 86, 0.18);
  border-bottom: 2px solid rgba(26, 53, 86, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(26, 53, 86, 0.22);
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: clamp(3.5rem, 13vw, 9rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 0.75rem;
  line-height: 1.05;
  font-weight: 900;
}
h1 {
  font-size: clamp(2rem, 4.4rem, 3.8rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
}
h2 {
  font-size: clamp(1.7rem, 3.2rem, 2.8rem);
  letter-spacing: -0.03em;
  line-height: 1;
}
h3 {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
h4 {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a3556;
}
p {
  margin: 0 0 1rem;
}
strong {
  font-weight: 700;
}
a {
  color: var(--arc);
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 53, 86, 0.35);
  transition: color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
a:hover {
  color: var(--arc-deep);
  border-bottom-color: currentColor;
}
code,
.mono {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.875em;
  font-feature-settings: "ss01", "zero";
}
code {
  background: #f2f2f2;
  color: #000000;
  padding: 0.1em 0.4em;
  border-radius: 0;
  border: 1px solid #cccccc;
}
pre {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.8rem;
  line-height: 1.6;
  background: #f2f2f2;
  color: #000000;
  border: 1px solid #cccccc;
  border-left: 3px solid #1a3556;
  border-radius: 0;
  padding: 1rem 2rem;
  overflow-x: auto;
  margin: 1rem 0 2rem;
}
pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  color: inherit;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.container-text {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem;
}
.eyebrow {
  display: block;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.64rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a3556;
  margin: 0 0 1rem;
}
.eyebrow a {
  color: inherit;
  border-bottom: none;
}
.eyebrow a:hover {
  color: var(--arc-deep);
}
.lede {
  font-size: clamp(1rem, 1.25rem, 1.15rem);
  font-weight: 300;
  line-height: 1.7;
  color: #555555;
  max-width: 56ch;
}
.site-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem;
  height: 54px;
  border-bottom: 1px solid #cccccc;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #1a3556;
  border-bottom: none;
}
.brand:hover {
  color: #1a3556;
  border-bottom: none;
}
.primary-nav {
  flex: 1;
}
.nav-list {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item {
  position: relative;
}
.nav-list a,
.nav-group {
  display: block;
  padding: 0 1.1rem;
  height: 54px;
  line-height: 54px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #555555;
  border-bottom: none;
  cursor: pointer;
}
.nav-list a:hover {
  color: #1a3556;
  border-bottom: none;
}
.nav-list a.is-active {
  color: #1a3556;
}
.nav-list a.is-active::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: -2px;
  background: var(--arc);
}
.nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid #cccccc;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.nav-item.has-children:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown li {
  padding: 0;
}
.nav-dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  height: auto;
  line-height: 1.5;
}
.nav-caret {
  font-size: 0.6em;
  margin-left: 0.35em;
  color: #888888;
  vertical-align: middle;
}
.nav-item.has-children:hover .nav-caret {
  color: #1a3556;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.utility-link {
  font-size: 0.78rem;
  color: #555555;
  border-bottom: none;
}
.utility-link:hover {
  color: #1a3556;
  border-bottom: none;
}
.nav-toggle {
  display: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  border: 2px solid transparent;
  border-radius: 0;
  background: none;
  cursor: pointer;
  transition: background 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.btn:hover {
  text-decoration: none;
  border-bottom-width: 2px;
}
.btn-primary {
  background: var(--arc);
  color: #ffffff;
  border-color: var(--arc);
}
.btn-primary:hover {
  background: var(--arc-deep);
  border-color: var(--arc-deep);
  color: #ffffff;
}
.btn-ghost {
  border-color: #000000;
  color: #000000;
}
.btn-ghost:hover {
  background: #f2f2f2;
  color: #000000;
  border-color: #000000;
}
.btn-nav {
  display: inline-flex;
  align-items: center;
  background: var(--arc);
  color: #ffffff;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.55rem 1.5rem;
  border: none;
  border-radius: 0;
  transition: background 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.btn-nav:hover {
  background: var(--arc-deep);
  color: #ffffff;
  border-bottom: none;
}
.site-footer {
  margin-top: 6rem;
  padding: 4rem 4rem 2rem;
  border-top: 1px solid #cccccc;
  background: #f2f2f2;
}
.footer-cols {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
.footer-col h4 {
  margin: 0 0 1rem;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col li {
  margin: 0.25rem 0;
}
.footer-col a {
  color: #555555;
  font-size: 0.84rem;
  border-bottom: none;
}
.footer-col a:hover {
  color: #1a3556;
}
.footer-legal {
  max-width: 1200px;
  margin: 2rem auto 0;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  color: #888888;
  letter-spacing: 0.06em;
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
}
@media (max-width: 820px) {
  .site-header {
    padding: 0 2rem;
  }
  .nav-toggle {
    display: inline-block;
    font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
    font-size: 0.8rem;
    background: transparent;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 0.4rem 0.7rem;
    color: #000000;
    cursor: pointer;
  }
  .primary-nav,
  .header-actions {
    display: none;
  }
  .site-header.nav-open {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 1rem;
  }
  .site-header.nav-open .primary-nav,
  .site-header.nav-open .header-actions {
    display: block;
    flex-basis: 100%;
  }
  .site-header.nav-open .nav-list {
    flex-direction: column;
    gap: 0;
  }
  .site-header.nav-open .nav-list a {
    height: auto;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
  .site-header.nav-open .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    padding-left: 1rem;
  }
}
.page-hero {
  padding-block: 4rem 2rem;
}
.band {
  padding-block: 6rem;
  border-bottom: 1px solid #cccccc;
}
.band-alt {
  background: #f2f2f2;
}
.band-slim {
  padding-block: 2rem;
}
@media (max-width: 760px) {
  .band {
    padding-block: 4rem;
  }
  .band-slim {
    padding-block: 2rem;
  }
}
.section-header {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  border-bottom: 2px solid #000000;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.section-number {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a3556;
  flex-shrink: 0;
  padding-top: 0.2em;
}
.section-header h2 {
  margin: 0;
}
.section-intro {
  max-width: 64ch;
  color: #555555;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 2rem;
}
.trust-strip {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
}
.trust-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 0;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555555;
}
.trust-item + .trust-item {
  margin-left: -0.5rem;
  padding-left: 2rem;
  border-left: 1px solid #cccccc;
}
@media (max-width: 560px) {
  .trust-strip-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }
  .trust-item {
    min-width: 0;
    justify-content: center;
    padding: 0.75rem;
    text-align: center;
  }
  .trust-item + .trust-item {
    margin-left: 0;
    border-left: 0;
  }
  .trust-item:nth-child(even) {
    border-left: 1px solid #cccccc;
  }
  .trust-item:nth-child(n+3) {
    border-top: 1px solid #cccccc;
  }
}
.placeholder-box {
  border: 1px dashed #999999;
  border-radius: 0;
  padding: 4rem;
  text-align: center;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888888;
  background: repeating-linear-gradient(-45deg, transparent 0 11px, rgba(204, 204, 204, 0.5) 11px 12px);
}
.card-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.card {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  transition: border-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.card:hover {
  border-color: var(--arc);
  background: #e8edf3;
}
.card a {
  display: block;
  padding: 2rem;
  color: inherit;
  border-bottom: none;
}
.card a:hover {
  color: inherit;
}
.card h3 {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.card h3::before {
  content: "\2197";
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.85em;
  font-weight: 400;
  color: var(--arc);
}
.card p {
  color: #555555;
  margin: 0;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.7;
}
.faq {
  margin: 0;
  border-top: 1px solid #cccccc;
}
.faq-item {
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
}
.faq-item dt {
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.faq-item dd {
  margin: 0;
  max-width: 64ch;
  color: #555555;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.7;
}
.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}
.feature-band:nth-child(even) .placeholder-box {
  order: 2;
}
@media (max-width: 760px) {
  .feature-band {
    grid-template-columns: 1fr;
  }
}
.eyebrow-inverse {
  color: rgba(255, 255, 255, 0.45);
}
.hero-placeholder {
  min-height: 320px;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-split .hero-placeholder {
  margin-top: 0;
}
.cta-band {
  background: #1a3556;
  border-bottom: none;
}
.cta-band-inner {
  display: flex;
  align-items: flex-end;
  gap: 6rem;
}
@media (max-width: 760px) {
  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.cta-band h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cta-band .cta-text {
  flex: 1;
}
.cta-band p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  margin: 0;
  line-height: 1.65;
  max-width: 54ch;
}
.cta-band .cta-meta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.cta-band .btn-primary {
  background: #ffffff;
  color: #1a3556;
  border-color: #ffffff;
}
.cta-band .btn-primary:hover {
  background: #f2f2f2;
  color: #1a3556;
  border-color: #f2f2f2;
}
.cta-band .btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.cta-band .btn-ghost:hover {
  background: #ffffff;
  color: #1a3556;
  border-color: #ffffff;
}
.cta-band .cta-meta--stacked-actions {
  align-items: stretch;
}
.cta-band .cta-meta--stacked-actions .btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
.cta-note {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
  letter-spacing: 0.04em;
}
.feature-table-wrap {
  overflow-x: auto;
}
.feature-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
.feature-table thead th {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 2px solid #000000;
  border-right: 1px solid #cccccc;
  background: #ffffff;
  color: #1a3556;
}
.feature-table thead th:first-child {
  text-align: left;
  color: #000000;
  min-width: 220px;
}
.feature-table thead th.th-featured {
  background: #1a3556;
  color: #ffffff;
}
.feature-table thead th:last-child {
  border-right: none;
}
.feature-table tbody tr.feat-group td {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555555;
  background: #f2f2f2;
  padding: 0.5rem 2rem;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.feature-table tbody tr.feat-group td:last-child {
  border-right: none;
}
.feature-table tbody td {
  padding: 0.75rem 2rem;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 0.84rem;
  vertical-align: middle;
  color: #000000;
}
.feature-table tbody tr:last-child td {
  border-bottom: none;
}
.feature-table tbody td:last-child {
  border-right: none;
}
.feature-table .feat-cell {
  text-align: center;
}
.feature-table .col-featured {
  background: #e8edf3;
}
.feat-yes {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a3556;
}
.feat-no {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.9rem;
  color: #999999;
  opacity: 0.55;
}
.feat-val {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 500;
  color: #555555;
}
.band[id],
.docs-content h2[id],
.lenses-doc h2[id] {
  scroll-margin-top: 76px;
}
.legal-body {
  max-width: 720px;
}
