@charset "UTF-8";
:root {
  --ink:#17362e;
  --paper:#fafbf7;
  --green:#164f3c;
  --lime:#e2f1a8;
  --line:#d4ddd4;
  --muted:#52675d;
  --white:#fff;
  --accent:#e7ae5c;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-size:16px;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:1.5rem;
}
body {
  margin:0;
}
a {
  color:inherit;
  text-underline-offset:5px;
}
a:focus-visible {
  outline:3px solid #a54d15;
  outline-offset:5px;
}
p {
  line-height:1.65;
}
h1,h2,h3,p {
  margin-top:0;
}
h1,h2,h3 {
  font-weight:500;
}
h1 {
  font-size:clamp(3.3rem,6.7vw,6.3rem);
  letter-spacing:-.065em;
  line-height:1.03;
  margin-bottom:1.75rem;
}
h1 em {
  font-family:Georgia,serif;
  font-weight:400;
}
h2 {
  font-size:clamp(2rem,3.2vw,3.1rem);
  letter-spacing:-.045em;
  line-height:1.12;
}
h3 {
  font-size:1.5rem;
  letter-spacing:-.035em;
  line-height:1.2;
}
.wrap {
  width:min(1280px,calc(100% - 96px));
  margin-inline:auto;
}
.announcement {
  background:var(--green);
  color:var(--white);
  padding:12px 24px;
  text-align:center;
  font-size:.875rem;
  line-height:1.5;
}
.announcement span {
  display:inline-block;
  margin-left:2rem;
  color:var(--lime);
}
.site-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-block:26px;
  border-bottom:1px solid var(--line);
}
.brand {
  display:inline-flex;
  gap:12px;
  align-items:center;
  font-size:1.6rem;
  font-weight:700;
  letter-spacing:-.07em;
  text-decoration:none;
  white-space:nowrap;
  min-height:44px;
}
.brand-mark {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  background:var(--green);
  color:var(--lime);
  border-radius:50%;
  font-family:Georgia,serif;
  font-size:2rem;
  padding-bottom:6px;
}
.brand-dot {
  font-size:.7rem;
  align-self:flex-start;
  margin-top:7px;
  margin-left:-7px;
}
nav {
  display:flex;
  align-items:center;
  gap:28px;
  font-size:.9375rem;
}
nav a {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  text-decoration:none;
}
nav a:hover,.text-link:hover {
  color:#986024;
}
.nav-cta {
  border:1px solid var(--ink);
  padding:0 18px;
  gap:22px;
  border-radius:4px;
}
.hero {
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:70px;
  padding-block:74px 88px;
  align-items:center;
}
.eyebrow {
  font-size:.8125rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:700;
  line-height:1.5;
  margin-bottom:22px;
}
.intro {
  font-size:1.125rem;
  max-width:530px;
  color:var(--muted);
  margin-bottom:30px;
}
.button {
  background:var(--green);
  color:var(--white);
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:52px;
  padding:16px 22px;
  text-decoration:none;
  font-size:.9375rem;
  border-radius:4px;
  line-height:1.35;
}
.button:hover {
  background:#286b51;
}
.button span[aria-hidden] {
  font-size:1.25rem;
}
.genealogy {
  background:var(--lime);
  border-radius:8px;
  padding:30px 36px 24px;
  position:relative;
}
.panel-top {
  display:flex;
  justify-content:space-between;
  font-size:.75rem;
  letter-spacing:.07em;
  border-bottom:1px solid #a4bb7e;
  padding-bottom:20px;
  margin-bottom:34px;
}
.genealogy h2 {
  font-family:Georgia,serif;
  font-size:3rem;
  letter-spacing:-.045em;
  margin-bottom:12px;
}
.genealogy>p {
  font-size:1rem;
  line-height:1.5;
}
.trace-source,.trace-process {
  background:var(--ink);
  color:var(--white);
  padding:15px 18px;
  text-align:center;
  border-radius:3px;
  font-size:1.05rem;
  margin-inline:auto;
  max-width:255px;
}
.trace-source {
  margin-top:34px;
}
.trace-process {
  background:transparent;
  color:var(--ink);
  border:1px solid var(--ink);
}
.trace-source span,.trace-process span,.trace-results span {
  display:block;
  font-size:.8125rem;
  line-height:1.6;
  margin-top:3px;
}
.trace-stem {
  height:22px;
  width:1px;
  background:var(--ink);
  margin:auto;
}
.trace-branches {
  height:24px;
  width:52%;
  margin:0 auto 0;
  border-bottom:1px solid var(--ink);
  position:relative;
}
.trace-branches:before {
  content:"";
  display:block;
  height:24px;
  width:1px;
  background:var(--ink);
  margin:auto;
}
.trace-results {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  text-align:center;
}
.trace-results>div:before {
  content:"";
  display:block;
  height:18px;
  width:1px;
  background:var(--ink);
  margin:0 auto 12px;
}
.trace-results strong {
  font-weight:600;
}
.genealogy .panel-caption {
  font-size:.8125rem;
  border-top:1px solid #a4bb7e;
  padding-top:18px;
  margin:28px 0 0;
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:32px;
}
.section-heading h2 {
  margin:0;
}
.section-heading p:last-child {
  margin-bottom:0;
  color:var(--muted);
}
.section-heading .eyebrow {
  margin-bottom:12px;
}
.products {
  padding-block:10px 80px;
}
.product-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.product-grid article {
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  border-right:1px solid var(--line);
}
.product-grid article:first-child {
  padding-left:0;
}
.product-grid article:last-child {
  border:0;
}
.product-number {
  font-size:.75rem;
  letter-spacing:.07em;
  color:var(--muted);
  margin-bottom:40px;
}
.product-grid h3 {
  margin-bottom:14px;
}
.product-grid p {
  font-size:.9375rem;
  color:var(--muted);
}
.product-format {
  margin-top:auto;
  padding-top:22px;
  font-size:.875rem;
  font-weight:600;
}
.story {
  background:var(--green);
  color:white;
  padding-block:70px;
}
.story-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
}
.story .eyebrow {
  color:var(--lime);
}
.story p {
  color:#e1ece5;
}
.text-link {
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:30px;
  min-height:44px;
}
.story .text-link:hover {
  color:var(--lime);
}
.demo-invitation {
  text-align:center;
  padding-block:80px;
}
.demo-invitation h2 {
  margin-bottom:16px;
}
.demo-invitation>p:not(.eyebrow) {
  color:var(--muted);
  font-size:1.15rem;
}
.demo-invitation .button {
  margin-top:12px;
}
footer {
  padding-block:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-top:1px solid var(--line);
}
footer p {
  font-size:.8125rem;
  margin:0;
  color:var(--muted);
}
footer>a:last-child {
  font-size:.875rem;
  min-height:44px;
  display:flex;
  align-items:center;
}
.footer-brand {
  font-size:1.4rem;
}
.skip {
  position:absolute;
  top:-100px;
  left:12px;
  background:white;
  padding:14px;
  z-index:10;
}
.skip:focus {
  top:12px;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.demo-main {
  padding-top:60px;
}
.demo-heading {
  max-width:800px;
  margin-bottom:52px;
}
.demo-heading h1 {
  font-size:clamp(3.6rem,6vw,5.7rem);
}
.demo-heading .intro {
  max-width:640px;
  margin-bottom:18px;
}
.access-note {
  font-size:.875rem;
  color:var(--muted);
  max-width:640px;
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.service {
  padding:26px;
  background:#eef2e8;
  border:1px solid var(--line);
  border-radius:6px;
  display:flex;
  flex-direction:column;
}
.service-top {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:space-between;
  font-size:.75rem;
  margin-bottom:34px;
  color:var(--muted);
}
.service h3 {
  font-size:1.8rem;
}
.service p {
  color:var(--muted);
  margin-bottom:26px;
}
.service-detail {
  font-size:.8125rem;
  margin-top:auto;
  padding:20px 0;
}
.service .button {
  gap:12px;
}
.record-note {
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:26px;
  border-block:1px solid var(--line);
  padding:24px 0;
  margin-top:24px;
  align-items:center;
}
.record-note p {
  font-size:.9375rem;
  margin:0;
  color:var(--muted);
}
.pipeline {
  margin-block:76px;
  background:var(--green);
  color:white;
  padding:38px;
  border-radius:6px;
}
.pipeline>.eyebrow {
  color:var(--lime);
}
.pipeline h2 {
  max-width:650px;
}
.pipeline>p:last-child {
  font-size:.9375rem;
  margin:28px 0 0;
  max-width:860px;
  color:#e1ece5;
}
.pipeline-stages {
  list-style:none;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  padding:0;
  margin:32px 0 0;
  border-block:1px solid #638174;
}
.pipeline-stages li {
  padding:24px 14px;
  border-right:1px solid #638174;
}
.pipeline-stages li:first-child {
  padding-left:0;
}
.pipeline-stages li:last-child {
  border:0;
}
.pipeline-stages strong {
  font-size:1rem;
  font-weight:600;
}
.pipeline-stages span {
  display:block;
  font-size:.8125rem;
  line-height:1.5;
  margin-top:10px;
  color:var(--lime);
}
.walkthrough {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:100px;
  margin-bottom:80px;
}
.walkthrough>div>p {
  max-width:400px;
}
.demo-steps {
  counter-reset:step;
  list-style:none;
  padding:0;
  margin:0;
}
.demo-steps li {
  counter-increment:step;
  position:relative;
  padding:0 0 24px 56px;
  margin-bottom:24px;
  border-bottom:1px solid var(--line);
}
.demo-steps li:before {
  content:counter(step,decimal-leading-zero);
  position:absolute;
  left:0;
  top:0;
  font-family:Georgia,serif;
  font-size:1.5rem;
  color:var(--muted);
}
.demo-steps h3 {
  font-size:1.3rem;
  margin-bottom:8px;
}
.demo-steps p {
  margin:0;
  color:var(--muted);
  font-size:.9375rem;
}
code {
  font-size:1rem;
}
@media(min-width:1600px) {
  .hero {
    gap:100px;
  }
}
@media(max-width:1000px) {
  .wrap {
    width:calc(100% - 48px);
  }
  .hero {
    gap:30px;
  }
  .genealogy {
    padding:24px;
  }
  .genealogy h2 {
    font-size:2.5rem;
  }
  .product-grid {
    grid-template-columns:repeat(2,1fr);
  }
  .product-grid article:nth-child(2) {
    border-right:0;
  }
  .product-grid article:nth-child(n+3) {
    border-top:1px solid var(--line);
  }
  .product-grid article:nth-child(3) {
    padding-left:0;
  }
  .story-grid,.walkthrough {
    gap:40px;
  }
  .service-grid {
    gap:12px;
  }
  .service {
    padding:20px;
  }
  .service .button {
    padding:14px;
  }
  .pipeline {
    padding:28px;
  }
  .pipeline-stages {
    grid-template-columns:repeat(3,1fr);
  }
  .pipeline-stages li {
    border:0;
    padding-left:14px;
  }
  .pipeline-stages li:first-child {
    padding-left:14px;
  }
  nav {
    gap:16px;
  }
}
@media(max-width:700px) {
  .wrap {
    width:calc(100% - 36px);
  }
  .announcement {
    font-size:.75rem;
    padding:10px 18px;
  }
  .announcement span {
    display:block;
    margin:3px 0 0;
  }
  .site-header {
    flex-wrap:wrap;
    padding-block:18px;
    gap:12px;
  }
  .brand {
    font-size:1.5rem;
  }
  nav {
    width:100%;
    justify-content:space-between;
    gap:10px;
    font-size:.875rem;
  }
  .nav-cta {
    padding:0 12px;
    gap:10px;
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:36px 48px;
    gap:36px;
  }
  h1 {
    font-size:3.6rem;
  }
  .eyebrow {
    font-size:.75rem;
    margin-bottom:18px;
  }
  .intro {
    font-size:1rem;
    margin-bottom:24px;
  }
  .genealogy {
    padding:24px;
  }
  .genealogy h2 {
    font-size:2.7rem;
  }
  .hero .button {
    width:100%;
  }
  .panel-top {
    margin-bottom:24px;
  }
  .section-heading {
    display:block;
  }
  .section-heading>p {
    margin-top:16px;
  }
  .section-heading>.eyebrow {
    display:block;
    margin-top:16px;
  }
  .product-grid article {
    padding:24px 16px;
  }
  .product-grid article:nth-child(even) {
    padding-right:0;
  }
  .product-number {
    margin-bottom:24px;
    font-size:.75rem;
  }
  .product-grid h3 {
    font-size:1.35rem;
  }
  .products {
    padding-bottom:48px;
  }
  .story {
    padding-block:40px;
  }
  .story-grid,.walkthrough {
    grid-template-columns:1fr;
    gap:24px;
  }
  .story h2 {
    margin-bottom:0;
  }
  .demo-invitation {
    padding-block:48px;
  }
  .demo-invitation h2 {
    font-size:2.25rem;
  }
  footer {
    flex-wrap:wrap;
    padding-block:24px;
    gap:16px;
  }
  footer p {
    order:3;
    width:100%;
    font-size:.8125rem;
  }
  footer>a:last-child {
    margin-left:auto;
  }
  .demo-main {
    padding-top:36px;
  }
  .demo-heading {
    margin-bottom:34px;
  }
  .demo-heading h1 {
    font-size:3.6rem;
  }
  .service-grid {
    grid-template-columns:1fr;
    gap:16px;
  }
  .service {
    padding:24px;
  }
  .service-top {
    margin-bottom:24px;
  }
  .service h3 {
    margin-bottom:16px;
  }
  .service p {
    margin-bottom:10px;
  }
  .service-detail {
    padding-block:12px 20px;
  }
  .record-note {
    grid-template-columns:1fr;
    gap:8px;
  }
  .pipeline {
    margin-block:44px;
    padding:24px;
  }
  .pipeline h2 {
    font-size:2rem;
  }
  .pipeline-stages {
    grid-template-columns:1fr;
    margin-top:24px;
  }
  .pipeline-stages li,.pipeline-stages li:first-child {
    padding:18px 0;
    border-bottom:1px solid #638174;
  }
  .pipeline-stages span {
    margin-top:6px;
  }
  .walkthrough {
    margin-bottom:40px;
  }
  .demo-steps li {
    padding-left:46px;
  }
}
@media(max-width:360px) {
  h1,.demo-heading h1 {
    font-size:3.1rem;
  }
  nav {
    flex-wrap:wrap;
    justify-content:flex-start;
    column-gap:18px;
  }
  .product-grid {
    grid-template-columns:1fr;
  }
  .product-grid article {
    padding:24px 0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .product-grid article:nth-child(n+3) {
    border-top:0;
  }
  .panel-top {
    gap:18px;
    line-height:1.5;
  }
  .trace-results {
    gap:12px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
}
