:root {
  color-scheme: dark;
  --bg: #141615;
  --surface: #1c1f1d;
  --text: #eeeee7;
  --muted: #aaaead;
  --line: #363b37;
  --green: #b6d49c;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--text); background: var(--bg); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--green); }
button { font: inherit; cursor: pointer; }
a, button, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(52px, 6.4vw, 92px); font-weight: 600; line-height: 1.04; letter-spacing: -.065em; }
h2 { font-size: clamp(36px, 3.8vw, 54px); font-weight: 500; line-height: 1.07; letter-spacing: -.052em; }
.container { width: calc(100% - 112px); max-width: 1248px; margin-inline: auto; }
.skip-link { position: fixed; top: -90px; left: 18px; padding: 12px 18px; z-index: 50; color: var(--bg); background: var(--green); }
.skip-link:focus { top: 12px; }
.site-header { background: var(--bg); position: sticky; top: 0; z-index: 20; }
.nav-wrap { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 800; letter-spacing: .115em; line-height: 1; }
.brand-mark { display: inline-block; width: 9px; height: 15px; border-inline: 3px solid var(--green); transform: skew(-18deg); }
.nav-wrap nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.nav-contact { margin-left: 25px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 36px; padding: 12px 22px; color: #172013; background: var(--green); border: 1px solid var(--green); border-radius: 5px; font-size: 14px; font-weight: 600; transition: background .15s; }
.button:hover { background: #cce3b9; color: #172013; }
.button-small { min-height: 38px; padding: 8px 15px; font-size: 12px; gap: 20px; }
.menu-toggle { display: none; color: var(--text); background: none; border: 1px solid var(--line); border-radius: 4px; padding: 8px 12px; }
.hero { padding-block: 65px 0; }
.hero h1 > span { color: #b6bbb6; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin: 28px 0 42px; }
.hero-bottom > p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.access-note { display: flex; align-items: center; gap: 9px; font-size: 12px; white-space: nowrap; color: var(--muted); }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.product-figure { margin: 0; min-width: 0; }
.screenshot-stage { display: grid; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; aspect-ratio: 16 / 10; overflow: hidden; }
.screenshot-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; text-align: center; }
.placeholder-title { font-size: 12px; color: var(--muted); margin-bottom: 16px; }
.screenshot-placeholder > p { font-size: 11px; line-height: 1.85; letter-spacing: .09em; color: #c0c4bf; }
.screenshot-placeholder > p > span { color: var(--muted); }
.screenshot-stage img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.product-figure figcaption { display: flex; justify-content: space-between; gap: 10px 20px; flex-wrap: wrap; font-size: 11px; color: var(--muted); padding-top: 10px; }
.hero .screenshot-stage { aspect-ratio: 16 / 8.5; }
.gallery-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; }
.gallery-bar > span { font-size: 12px; }
.screenshot-selector { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.screenshot-selector button { min-height: 35px; padding: 5px 0; color: var(--muted); background: none; border: 0; border-bottom: 1px solid transparent; font-size: 12px; }
.screenshot-selector button[aria-pressed="true"] { color: var(--text); border-color: var(--green); }
.screenshot-selector button:hover { color: var(--text); }
body:not(.js) .screenshot-selector { display: none; }
.audience-line { text-align: center; font-size: 13px; color: var(--muted); padding-block: 32px 44px; }
.operation { padding-block: 75px; }
.section-index { font: 11px/1.6 ui-monospace, Consolas, monospace; letter-spacing: .08em; color: var(--green); margin-bottom: 25px; }
.operation-copy h2 { margin-bottom: 23px; }
.operation-copy > p:not(.section-index) { max-width: 345px; color: var(--muted); font-size: 15px; }
.operation-copy > .annotation, .annotation { font-size: 11px !important; line-height: 1.85; color: var(--muted); margin-top: 27px; }
.intake-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: .85fr 1.5fr; gap: 76px; align-items: center; }
.inventory-section { background: #191c1a; padding-block: 65px; }
.inventory-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 35px; }
.inventory-copy { max-width: 360px; margin-right: 65px; padding-bottom: 4px; }
.inventory-copy > p:first-child { color: var(--muted); font-size: 15px; }
.inventory-copy .annotation { margin-top: 19px; }
.inventory-section .screenshot-stage { aspect-ratio: 16 / 7.3; background: #202420; }
.testing-section { display: grid; grid-template-columns: 150px 1.5fr 1fr; align-items: start; gap: 35px; padding-block: 65px; border-bottom: 1px solid var(--line); }
.testing-section > .section-index { margin-top: 9px; }
.testing-section h2 { font-size: 42px; }
.testing-section > div > p { color: var(--muted); font-size: 14px; max-width: 360px; margin-top: 20px; }
.testing-note { align-self: center; border-left: 1px solid var(--line); padding-left: 34px; }
.testing-note > .check-states { font: 11px/1.7 ui-monospace, Consolas, monospace; color: var(--green); margin-top: 0; }
.testing-note > p:last-child { font-size: 12px; margin-top: 15px; }
.orders-section { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 90px; }
.csv-section { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 105px; padding-block: 48px; padding-inline: 48px; background: #20231f; border-radius: 6px; margin-bottom: 85px; }
.csv-section h2 { font-size: 38px; margin-bottom: 20px; }
.csv-section .section-index { margin-bottom: 18px; }
.csv-section > div > p:not(.section-index) { color: var(--muted); font-size: 15px; }
.csv-section .annotation { margin-top: 12px; }
.csv-section .screenshot-stage { background: #252923; }
.local-section { border-block: 1px solid var(--line); }
.local-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; padding-block: 70px; }
.local-layout h2 { font-size: clamp(43px, 4.7vw, 67px); }
.storage-meta { font: 10px/1.8 ui-monospace, Consolas, monospace; color: var(--muted); margin-top: 28px; }
.local-copy ul { margin: 0; padding: 0; list-style: none; font-size: 22px; line-height: 1.8; letter-spacing: -.025em; }
.local-copy > p { max-width: 410px; color: var(--muted); font-size: 12px; line-height: 1.8; margin-top: 28px; }
.access-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; padding-block: 65px; }
.access-section h2 { font-size: 38px; }
.access-section .section-index { margin-bottom: 15px; }
.access-section > div > p:not(.section-index) { font-size: 14px; color: var(--muted); margin-top: 16px; }
.actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 13px; font-size: 13px; text-decoration: underline; text-decoration-color: #60675d; text-underline-offset: 5px; }
.access-actions #demo-status { font-size: 11px; margin-top: 19px; scroll-margin-top: 140px; }
#demo-status a { text-decoration: underline; text-underline-offset: 3px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.65fr; gap: 80px; border-top: 1px solid var(--line); padding-block: 44px 65px; }
.faq-section h2 { font-size: 30px; padding-top: 14px; }
.faq-list details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 18px 30px 18px 0; font-size: 14px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 18px; color: var(--muted); font-size: 18px; line-height: 1.2; }
details[open] summary::after { content: "−"; }
details p { font-size: 13px; color: var(--muted); margin: 0 25px 18px 0; }
.site-footer { display: flex; justify-content: space-between; align-items: start; gap: 35px; padding-block: 33px 40px; border-top: 1px solid var(--line); }
.site-footer .brand { font-size: 21px; }
.site-footer p { margin-top: 15px; font-size: 11px; color: var(--muted); }
.footer-contact { display: flex; flex-direction: column; gap: 6px; font-size: 12px; margin-left: auto; }
.footer-status { color: var(--muted); font-size: 11px; margin-left: 50px; }
.not-found { min-height: 70vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; }
.not-found h1 { font-size: 64px; }
.not-found p { color: var(--muted); max-width: 500px; }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .nav-wrap nav { gap: 22px; }
  .nav-contact { margin-left: 10px; }
  .intake-section, .orders-section { gap: 48px; }
  .testing-section { grid-template-columns: 110px 1.3fr 1fr; gap: 30px; }
  .testing-section h2 { font-size: 35px; }
  .testing-note { padding-left: 25px; }
  .inventory-copy { margin-right: 0; max-width: 330px; }
  .csv-section { gap: 50px; padding-inline: 36px; }
  .local-layout, .access-section { gap: 55px; }
  .local-copy ul { font-size: 20px; }
  .faq-section { gap: 50px; }
}
@media (max-width: 800px) {
  .nav-wrap { height: 73px; }
  .menu-toggle:not([hidden]) { display: block; }
  .nav-wrap nav { position: absolute; top: 73px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 22px 32px; gap: 25px; flex-wrap: wrap; }
  .js .nav-wrap nav:not(.is-open) { display: none; }
  body:not(.js) .site-header { position: relative; }
  body:not(.js) .nav-wrap { height: auto; padding-block: 20px; flex-wrap: wrap; }
  body:not(.js) .nav-wrap nav { position: static; padding: 0; border: 0; }
  .nav-contact { margin-left: 0; }
  .hero { padding-top: 45px; }
  h1 { font-size: 7.1vw; }
  .hero-bottom { gap: 25px; margin-block: 27px 34px; }
  .hero-bottom > p { font-size: 15px; }
  .hero-actions { gap: 16px; }
  .hero .button { gap: 25px; padding-inline: 17px; font-size: 13px; }
  .access-note { font-size: 11px; }
  .gallery-bar { margin-top: 12px; }
  .screenshot-selector { gap: 15px; }
  .screenshot-selector button { font-size: 11px; }
  .audience-line { font-size: 12px; padding-block: 25px 34px; }
  .operation { padding-block: 55px; }
  .intake-section { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .operation-copy > p:not(.section-index) { font-size: 13px; }
  .section-index { margin-bottom: 20px; }
  .inventory-section { padding-block: 48px; }
  .inventory-copy { max-width: 260px; }
  .inventory-copy > p:first-child { font-size: 13px; }
  .testing-section { grid-template-columns: 1.4fr 1fr; gap: 25px 35px; }
  .testing-section > .section-index { grid-column: 1 / -1; margin: 0; }
  .testing-section h2 { font-size: 35px; }
  .orders-section { gap: 35px; grid-template-columns: 1.1fr 1fr; }
  .orders-section h2 { font-size: 34px; }
  .csv-section { gap: 35px; padding: 30px; margin-bottom: 55px; }
  .csv-section h2 { font-size: 31px; }
  .csv-section > div > p:not(.section-index) { font-size: 13px; }
  .local-layout, .access-section { gap: 35px; padding-block: 52px; }
  .local-layout h2 { font-size: 44px; }
  .local-copy ul { font-size: 17px; }
  .faq-section { grid-template-columns: 1fr 1.65fr; gap: 35px; }
  .faq-section h2 { font-size: 26px; }
  .footer-status { margin-left: 0; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 36px); }
  .nav-wrap { height: 70px; }
  .brand { font-size: 21px; }
  .nav-wrap nav { top: 70px; padding: 20px 18px; gap: 22px; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(32px, 8.75vw, 50px); letter-spacing: -.062em; line-height: 1.08; }
  h2 { font-size: 37px; }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 22px; margin-block: 23px 29px; }
  .hero-bottom > p { font-size: 15px; }
  .hero-actions { gap: 23px; }
  .hero .button { min-height: 45px; padding-inline: 20px; gap: 30px; }
  .hero .screenshot-stage { aspect-ratio: 16 / 10; }
  .placeholder-title { font-size: 10px; margin-bottom: 12px; }
  .screenshot-placeholder > p { font-size: 9px; }
  .product-figure figcaption { font-size: 10px; }
  .gallery-bar { display: block; margin-top: 9px; }
  .gallery-bar > span { display: none; }
  .screenshot-selector { justify-content: space-between; gap: 12px; }
  .screenshot-selector button { font-size: 10px; min-height: 40px; }
  .audience-line { font-size: 11px; text-align: left; padding-block: 23px 30px; max-width: 330px; }
  .operation { padding-block: 39px; }
  .intake-section, .orders-section { grid-template-columns: 1fr; gap: 26px; }
  .section-index { font-size: 10px; margin-bottom: 18px; }
  .operation-copy h2 { margin-bottom: 19px; }
  .operation-copy > p:not(.section-index) { font-size: 14px; max-width: 330px; }
  .operation-copy > .annotation, .annotation { font-size: 10px !important; margin-top: 16px; }
  .intake-section .annotation br { display: none; }
  .inventory-section { padding-block: 37px; }
  .inventory-heading { display: block; margin-bottom: 24px; }
  .inventory-copy { margin-top: 20px; max-width: 330px; }
  .inventory-copy > p:first-child { font-size: 14px; }
  .inventory-copy .annotation { margin-top: 13px; }
  .inventory-section .screenshot-stage { aspect-ratio: 16 / 10; }
  .testing-section { grid-template-columns: 1fr; gap: 0; }
  .testing-section > .section-index { margin-bottom: 18px; }
  .testing-section h2 { font-size: 37px; }
  .testing-section > div > p { margin-top: 18px; font-size: 14px; }
  .testing-note { padding: 18px 0 0; border: 0; }
  .testing-note > .check-states { margin: 0; font-size: 10px; }
  .testing-note > p:last-child { font-size: 11px; margin-top: 7px; }
  .testing-note > p:last-child br { display: none; }
  .orders-section .operation-copy { grid-row: 1; }
  .orders-section h2 { font-size: 37px; }
  .csv-section { grid-template-columns: 1fr; gap: 25px; padding: 25px 20px; margin-bottom: 40px; }
  .csv-section h2 { font-size: 32px; }
  .csv-section > div > p:not(.section-index) { font-size: 13px; }
  .local-layout, .access-section { grid-template-columns: 1fr; gap: 28px; padding-block: 40px; }
  .local-layout h2 { font-size: 44px; }
  .storage-meta { font-size: 9px; margin-top: 21px; }
  .local-copy ul { font-size: 19px; line-height: 1.8; }
  .local-copy > p { font-size: 11px; margin-top: 21px; }
  .access-section h2 { font-size: 35px; }
  .access-section > div > p:not(.section-index) { font-size: 13px; margin-top: 15px; }
  .access-section { gap: 23px; }
  .actions { gap: 20px; }
  .access-actions .button { padding-inline: 16px; gap: 23px; font-size: 12px; }
  .text-link { font-size: 11px; gap: 8px; }
  .access-actions #demo-status { font-size: 10px; }
  .faq-section { grid-template-columns: 1fr; gap: 15px; padding-block: 30px 37px; }
  .faq-section h2 { font-size: 28px; padding-top: 0; }
  summary { font-size: 13px; }
  details p { font-size: 12px; }
  .site-footer { display: grid; grid-template-columns: 1fr auto; gap: 22px 15px; padding-block: 29px; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
  .footer-contact { margin: 0; font-size: 11px; }
  .footer-status { font-size: 10px; }
  .not-found h1 { font-size: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
