* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
html { scroll-padding-top: 28px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; }
.site-nav, main, .site-footer { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.site-nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 600; letter-spacing: -.6px; }
.wordmark span { font-size: 10px; font-weight: 400; letter-spacing: 0; color: var(--muted); border: 1px solid var(--line); padding: 3px 6px; border-radius: 4px; margin-left: 4px; }
.site-nav nav { display: flex; align-items: center; gap: 28px; font-size: 12px; }
.site-nav nav>a:not(.button), .site-footer>a:last-child { color: var(--muted); }
.site-nav nav>a:hover, .site-footer>a:hover { color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 5px; font-size: 12px; font-weight: 500; white-space: nowrap; }
.primary { background: var(--primary); color: var(--primary-text); border-color: var(--primary); }
.primary:hover { background: var(--primary-hover); color: var(--primary-text); }
.hero { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; padding: 88px 0 72px; align-items: end; }
.eyebrow { display: block; font-size: 10px; font-weight: 500; letter-spacing: 1.2px; color: var(--muted); }
h1 { font-size: clamp(44px, 5.8vw, 76px); line-height: 1.04; letter-spacing: -3.5px; margin: 26px 0 0; }
.hero-copy { padding-bottom: 4px; }
.hero-copy p { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0 0 20px; max-width: 355px; }
.hero-copy .button { margin-top: 12px; }
.hero-copy small { display: block; color: var(--muted); font-size: 11px; margin-top: 15px; }
.product { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.product-bar { display: flex; justify-content: space-between; padding: 14px 20px; font-size: 11px; color: var(--muted); border-bottom: 1px solid var(--line); background: var(--side); }
.product-grid { display: grid; grid-template-columns: 165px 265px 1fr; min-height: 350px; }
.example-sidebar { display: flex; flex-direction: column; padding: 25px 14px; gap: 4px; background: var(--side); border-right: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.example-sidebar strong { color: var(--text); font-size: 14px; padding: 0 10px 21px; }
.example-sidebar>span { padding: 9px 10px; border-radius: 4px; }
.example-sidebar .selected, .example-list .selected { background: var(--wash); color: var(--text); }
.example-sidebar small { float: right; font-size: 10px; }
.example-sidebar .space-label { font-size: 9px; letter-spacing: 1px; padding-top: 27px; }
.example-list { border-right: 1px solid var(--line); padding: 27px 12px; }
.example-list>.eyebrow { padding: 0 12px 16px; }
.example-list article { padding: 14px 12px; border-radius: 4px; margin-bottom: 4px; }
.example-list small { color: var(--muted); font-size: 10px; }
.example-list h3 { font-size: 13px; margin: 8px 0 6px; }
.example-list p { color: var(--muted); font-size: 11px; line-height: 1.6; margin: 0; }
.example-document { padding: 36px 38px; font-size: 12px; line-height: 1.7; }
.example-document h2 { font-size: 25px; letter-spacing: -.8px; margin: 12px 0 18px; }
.example-document h3 { font-size: 13px; margin: 25px 0 8px; }
.example-document p, .example-document li { color: var(--muted); }
.example-document ul { padding-left: 17px; margin: 0; }
.example-connection { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 17px; }
.example-connection>span, .endpoint>span { display: block; font-size: 9px; letter-spacing: 1px; color: var(--muted); }
.example-connection p { color: var(--text); margin: 9px 0 0; }
.example-connection small { display: block; font-size: 10px; color: var(--muted); }
.section { padding: 72px 0; border-bottom: 1px solid var(--line); }
.section-heading h2 { font-size: 31px; letter-spacing: -1px; line-height: 1.2; margin: 18px 0 20px; }
.section-heading>p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-grid, .data-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 35px; }
.feature-grid article { border-top: 1px solid var(--line); padding-top: 22px; }
.number { color: var(--muted); font: 11px ui-monospace, monospace; }
.feature-grid h3, .data-options h3 { font-size: 15px; margin: 22px 0 12px; }
.feature-grid p, .data-options p { font-size: 13px; line-height: 1.8; color: var(--muted); margin-bottom: 0; }
.data-options article { padding-left: 22px; border-left: 1px solid var(--line); }
.data-options h3 { margin-top: 0; }
.data-options small { display: block; font-size: 11px; color: var(--muted); line-height: 1.7; margin-top: 20px; }
.platform-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.platform-copy { font-size: 13px; line-height: 1.8; color: var(--muted); }
.platform-copy p { margin-bottom: 22px; }
.endpoint { border: 1px solid var(--line); border-radius: 4px; padding: 16px; }
.endpoint code { display: block; color: var(--text); font: 12px ui-monospace, monospace; overflow-wrap: anywhere; margin-top: 10px; }
.closing { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 64px 0; }
.closing h2 { font-size: 28px; letter-spacing: -.8px; margin: 0 0 12px; }
.closing p { color: var(--muted); font-size: 13px; margin: 0; line-height: 1.7; }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; display: flex; align-items: center; gap: 25px; font-size: 11px; color: var(--muted); }
.site-footer .wordmark { color: var(--text); font-size: 16px; }
.site-footer p { margin: 0; }
.site-footer>a:last-child { margin-left: auto; }
@media(max-width: 950px) {
  .hero { gap: 40px; padding-top: 65px; }
  .product-grid { grid-template-columns: 140px 210px 1fr; }
  .example-document { padding: 28px; }
  .feature-grid, .data-options { gap: 25px; }
  .platform-section { gap: 45px; }
}
@media(max-width: 700px) {
  .site-nav, main, .site-footer { width: calc(100% - 40px); }
  .site-nav { min-height: 70px; }
  .site-nav nav>a:not(.button), .wordmark span { display: none; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding: 52px 0 40px; }
  h1 { letter-spacing: -2px; font-size: 54px; }
  .hero-copy p { font-size: 14px; max-width: none; }
  .product-grid { grid-template-columns: 1fr; }
  .example-sidebar, .example-list, .product-bar>span:last-child { display: none; }
  .example-document { padding: 28px; }
  .section { padding: 48px 0; }
  .section-heading h2 { font-size: 27px; }
  .feature-grid, .data-options, .platform-section { grid-template-columns: 1fr; gap: 28px; }
  .feature-grid { margin-top: 24px; }
  .data-options { gap: 30px; }
  .platform-copy { margin-top: 0; }
  .closing { align-items: flex-start; flex-direction: column; padding: 45px 0; }
  .site-footer { flex-wrap: wrap; gap: 16px; }
  .site-footer>a:last-child { width: 100%; margin-left: 0; }
}

.button svg { width: 16px; height: 16px; flex-shrink: 0; }
