:root {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f8f9f3;
  color: #263f34;
  line-height: 1.6;
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #a5b978;
  outline-offset: 5px;
}
button,
summary {
  cursor: pointer;
}
.site-header,
main,
footer {
  max-width: 1220px;
  margin: auto;
}
.site-header {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 38px;
  border-bottom: 1px solid #dce2d4;
}
.wordmark {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 650;
}
.wordmark span {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #86917d;
  margin-left: 12px;
}
.site-header nav {
  display: flex;
  gap: 27px;
  font-size: 12px;
  color: #58704e;
}
main {
  padding: 0 38px;
}
.hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 90px;
  padding: 90px 0 78px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2.4px;
  color: #627c52;
  font-weight: 650;
}
h1,
h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -1.6px;
  line-height: 1.16;
}
h1 {
  font-size: 55px;
  margin: 19px 0 25px;
}
h1 em {
  font-weight: 400;
  color: #6c8353;
  font-style: italic;
}
.lead {
  font-size: 16px;
  line-height: 1.9;
  max-width: 500px;
  color: #6a7961;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 31px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border-radius: 5px;
  padding: 12px 17px;
  font-size: 12px;
  border: 0;
  font-weight: 500;
}
.primary {
  background: #245741;
  color: #fff;
}
.primary:hover {
  background: #34694c;
}
.quiet-link {
  font-size: 12px;
  color: #526e44;
  border-bottom: 1px solid #b9c5a8;
  padding-bottom: 3px;
}
.local-line {
  font-size: 10px;
  color: #879578;
}
.local-line span {
  color: #71935a;
  margin-right: 7px;
}
.hero-art {
  background: #edf1e6;
  border: 1px solid #d4dec7;
  border-radius: 10px;
  padding: 26px 30px;
  box-shadow: 0 22px 50px #2e4a2610;
  transform: rotate(1deg);
}
.art-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #748963;
  margin-bottom: 25px;
}
.art-heading > span:last-child {
  font-size: 28px;
  color: #6c8b50;
}
.model-node {
  background: #fff;
  border: 1px solid #dce5d1;
  padding: 18px 20px;
  border-radius: 6px;
}
.model-node > span {
  font-size: 8px;
  letter-spacing: 1.1px;
  color: #84976d;
}
.model-node strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  margin: 7px 0;
}
.model-node small {
  font-size: 10px;
  color: #839078;
}
.inference {
  border-style: dashed;
  background: #f9fcf4;
}
.connector {
  color: #93aa7b;
  text-align: center;
  font-size: 19px;
  line-height: 1.4;
}
.art-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  font-size: 9px;
  color: #748962;
}
.thesis {
  display: grid;
  grid-template-columns: 0.65fr 1fr 1fr;
  gap: 35px;
  border-top: 1px solid #dce2d4;
  border-bottom: 1px solid #dce2d4;
  padding: 28px 0;
  align-items: center;
}
.thesis > span {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #7c8c6d;
}
.thesis p {
  font-size: 13px;
  color: #718063;
  margin: 0;
}
.thesis strong {
  font-weight: 550;
  color: #3d5831;
}
.demo-section {
  padding: 80px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 28px;
}
.section-heading h2 {
  font-size: 33px;
  max-width: 590px;
  margin: 12px 0 0;
  letter-spacing: -0.8px;
}
.section-heading > p {
  font-size: 12px;
  color: #7d8b70;
  max-width: 270px;
  margin: 0 0 3px;
}
.demo-banner {
  display: flex;
  gap: 17px;
  align-items: center;
  background: #f4edda;
  border: 1px solid #e7d9b6;
  padding: 10px 16px;
  border-radius: 6px 6px 0 0;
  font-size: 10px;
  color: #8b773f;
}
.demo-banner strong {
  font-size: 8px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.demo-app {
  display: grid;
  grid-template-columns: 220px 1fr;
  border: 1px solid #d3ddc7;
  border-top: 0;
  min-height: 670px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.demo-nav {
  background: #173f35;
  color: #dce8d8;
  padding: 25px 19px;
  display: flex;
  flex-direction: column;
}
.demo-brand {
  font-size: 16px;
  font-weight: 550;
  letter-spacing: -0.2px;
  padding: 1px 7px;
}
.step-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 38px 0;
}
.step-list button {
  display: flex;
  gap: 12px;
  background: none;
  border: 0;
  border-radius: 5px;
  padding: 13px 10px;
  color: #a9c1ac;
  font-size: 9px;
  text-align: left;
}
.step-list button span {
  font-size: 11px;
  color: #cfdfc9;
}
.step-list button.active {
  background: #315849;
  color: #e4edc8;
}
.reset {
  margin-top: auto;
  background: none;
  border: 1px solid #436453;
  color: #c0d2b7;
  border-radius: 5px;
  padding: 9px;
  font-size: 10px;
}
.demo-workspace {
  background: #fff;
  padding: 28px 32px;
}
.demo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 8px;
  letter-spacing: 1.1px;
  color: #879579;
}
.pill {
  display: inline-block;
  background: #edf1e5;
  color: #6d7c55;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 9px;
  letter-spacing: 0;
}
.pill.pending {
  background: #fff0d5;
  color: #8a6527;
}
.pill.accepted {
  background: #e9f2df;
  color: #426b36;
}
.demo-workspace h3 {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 24px 0 9px;
}
.demo-workspace > p {
  font-size: 12px;
  color: #7c896d;
  margin: 0 0 22px;
}
.example-card {
  padding: 15px 18px;
  border: 1px solid #e1e8d7;
  border-radius: 6px;
  margin: 11px 0;
  background: #fafcf6;
}
.example-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.example-card-top > span:first-child {
  font-size: 8px;
  letter-spacing: 1px;
  color: #7c9066;
  font-weight: 650;
}
.example-card h4 {
  font-size: 13px;
  font-weight: 550;
  color: #425e34;
  margin: 10px 0 7px;
}
.example-card p {
  font-size: 11px;
  color: #7b876a;
  margin: 0;
  line-height: 1.8;
}
.example-card details {
  margin-top: 10px;
}
.example-card summary {
  font-size: 10px;
  color: #587644;
}
.example-card .example-source {
  padding: 13px;
  background: #f0f5e7;
  margin-top: 10px;
  border-left: 2px solid #aec18b;
}
.demo-action {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 23px 0;
}
.demo-action > span {
  font-size: 9px;
  color: #8b987a;
  max-width: 225px;
}
.demo-timeline {
  display: grid;
  grid-template-columns: 75px 1fr;
  border-top: 1px solid #e3e8da;
  padding-top: 17px;
}
.demo-timeline > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #90a07e;
}
.demo-timeline ol {
  font-size: 10px;
  color: #7b8c67;
  padding: 0 0 0 15px;
  margin: 0;
  line-height: 2;
}
.demo-caption {
  font-size: 10px;
  color: #8a977b;
  max-width: 820px;
  margin: 15px 0 0;
}
.features {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
  padding: 15px 0 85px;
  border-bottom: 1px solid #dce2d4;
}
.features h2 {
  font-size: 36px;
  letter-spacing: -0.9px;
  margin: 15px 0 20px;
}
.features > div > p {
  font-size: 13px;
  color: #7b8a6e;
  line-height: 1.9;
  margin-bottom: 23px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 35px;
}
.feature-grid article > span {
  font-size: 9px;
  color: #9dac8b;
}
.feature-grid h3 {
  font-size: 14px;
  font-weight: 550;
  color: #476038;
  margin: 8px 0;
}
.feature-grid p {
  font-size: 12px;
  color: #829173;
  line-height: 1.8;
  margin: 0;
}
.inspector-section {
  padding: 75px 0;
}
.inspector-section > a {
  display: block;
  border: 1px solid #d6dfcc;
  border-radius: 7px;
  overflow: hidden;
  max-height: 620px;
  box-shadow: 0 12px 30px #40562c0d;
}
.inspector-section img {
  display: block;
  width: 100%;
  height: auto;
  object-position: top;
}
.install {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  padding: 25px 0 70px;
  align-items: center;
}
.install h2 {
  font-size: 39px;
  letter-spacing: -0.9px;
  margin: 15px 0 20px;
}
.install p {
  font-size: 12px;
  color: #829074;
  line-height: 1.9;
}
.links {
  display: flex;
  gap: 20px;
  margin-top: 23px;
  font-size: 10px;
  color: #55703f;
  flex-wrap: wrap;
}
.terminal {
  background: #183e32;
  padding: 22px 25px;
  border-radius: 7px;
  color: #d7e6c5;
}
.terminal > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1px;
  color: #93ae82;
}
.terminal button {
  background: none;
  border: 1px solid #4d7055;
  border-radius: 4px;
  color: #c8dcba;
  padding: 4px 9px;
  font-size: 9px;
}
.terminal pre {
  font:
    11px/2.2 ui-monospace,
    SFMono-Regular,
    monospace;
  margin: 26px 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.terminal p {
  font-size: 9px;
  color: #9bb18c;
  border-top: 1px solid #365b42;
  padding-top: 16px;
  margin: 0;
}
.boundaries {
  border-top: 1px solid #dce2d4;
  padding: 35px 0 55px;
  max-width: 880px;
}
.boundaries h2 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0;
}
.boundaries p {
  font-size: 11px;
  line-height: 1.9;
  color: #869478;
}
footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dce2d4;
  padding: 22px 38px 35px;
  font-size: 10px;
  color: #879579;
}
@media (max-width: 1000px) {
  .hero {
    gap: 35px;
    padding: 60px 0;
  }
  h1 {
    font-size: 43px;
  }
  .hero-art {
    padding: 22px;
  }
  .hero-actions {
    gap: 15px;
    flex-wrap: wrap;
  }
  .features,
  .install {
    gap: 40px;
  }
  .demo-app {
    grid-template-columns: 185px 1fr;
  }
  .demo-workspace {
    padding: 25px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .thesis {
    gap: 20px;
  }
  .hero-art strong {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  .site-header {
    height: 80px;
    padding: 0 22px;
  }
  .site-header nav {
    gap: 14px;
    font-size: 10px;
  }
  .wordmark {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .wordmark span {
    display: none;
  }
  main {
    padding: 0 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 43px 0;
    gap: 38px;
  }
  h1 {
    font-size: 43px;
  }
  .lead {
    font-size: 14px;
  }
  .hero-art {
    transform: none;
    max-width: 470px;
    width: 100%;
    margin: auto;
  }
  .thesis {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .demo-section {
    padding: 48px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 15px;
  }
  .demo-banner {
    display: block;
  }
  .demo-banner span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
  }
  .demo-app {
    grid-template-columns: 1fr;
  }
  .demo-nav {
    padding: 16px;
  }
  .demo-brand {
    font-size: 14px;
  }
  .step-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin: 17px 0;
  }
  .step-list button {
    padding: 9px;
  }
  .reset {
    align-self: start;
    font-size: 9px;
    padding: 6px 9px;
  }
  .demo-workspace {
    padding: 20px 16px;
  }
  .demo-workspace h3 {
    font-size: 24px;
  }
  .demo-top {
    font-size: 7px;
    gap: 10px;
  }
  .demo-action {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .demo-action > span {
    max-width: none;
  }
  .demo-timeline {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .features,
  .install {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 45px;
  }
  .features h2,
  .install h2 {
    font-size: 33px;
  }
  .feature-grid {
    gap: 22px;
  }
  .inspector-section {
    padding: 40px 0;
  }
  .inspector-section > a {
    max-height: 380px;
  }
  .install {
    padding-top: 10px;
  }
  .terminal {
    padding: 20px;
  }
  .boundaries {
    padding: 28px 0;
  }
  footer {
    padding: 20px 22px;
    gap: 25px;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}
/* Preserve contrast for small explanatory text. */
.lead,
.local-line,
.art-heading,
.model-node > span,
.model-node small,
.art-foot,
.thesis > span,
.thesis p,
.section-heading > p,
.example-card p,
.demo-workspace > p,
.demo-top,
.example-card-top > span:first-child,
.demo-action > span,
.demo-timeline,
.demo-caption,
.feature-grid article > span,
.feature-grid p,
.install > div > p,
.boundaries p,
footer {
  color: #596b50;
}
.terminal p {
  color: #b4caaa;
}
