/* Customer operating surfaces share the core design tokens. */
.public-site .hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 50px;
}
.public-site .hero h1 {
  font-size: clamp(43px, 4.2vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.public-site .hero-copy {
  font-size: 16px;
  color: #4f6255;
  max-width: 490px;
}
.public-site .hero-footnote {
  font-size: 12px;
  line-height: 1.7;
  color: #566750;
}
.public-site .hero-visual {
  min-width: 0;
  padding: 28px 12px;
}
.public-site .orbital {
  inset: 0;
  transform: none;
}
.public-site .voice-card {
  transform: none;
}
.public-site .voice-card .topline {
  flex-wrap: wrap;
  gap: 12px;
}
.public-site .voice-demo-message {
  font-size: 14px;
  line-height: 1.65;
}
.public-site .voice-card-footer {
  font-size: 11px;
  line-height: 1.6;
}
.public-site .voice-card-footer .icon {
  width: 17px;
  height: 17px;
}
.example-action {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.example-action strong,
.example-action small {
  display: block;
  font-size: 11px;
  line-height: 1.65;
}
.example-action .badge {
  margin-left: auto;
  font-size: 9px;
  white-space: nowrap;
}
.public-site .marketing-nav nav {
  gap: 18px;
}
.public-site .marketing-nav nav > a,
.public-site .footer-links > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.public-site .marketing-nav nav > a {
  padding: 8px 4px;
}
.public-site .marketing-nav nav > .btn {
  padding: 10px 16px;
}
.public-site .section-intro p,
.public-site .usecase p,
.public-site .control-grid p {
  color: #53644f;
  font-size: 14px;
  line-height: 1.8;
}
.public-site .trust-strip p {
  color: #526344;
  font-size: 12px;
}
.public-site .trust-items {
  flex-wrap: wrap;
  gap: 20px 42px;
  font-size: 13px;
}
.public-site .usecase h3 {
  line-height: 1.45;
}
.walkthrough-steps {
  display: grid;
  gap: 14px;
}
.walkthrough-steps details {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
  overflow: hidden;
}
.walkthrough-steps summary {
  min-height: 84px;
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px 28px;
  cursor: pointer;
}
.walkthrough-steps summary > span {
  font:
    13px ui-monospace,
    monospace;
  color: #677e4a;
}
.walkthrough-steps summary > strong {
  font-size: 18px;
  font-weight: 550;
}
.walkthrough-steps summary > small {
  margin-left: auto;
  color: #627352;
  font-size: 12px;
}
.walkthrough-steps summary::after {
  content: '+';
  font-size: 22px;
  color: #315d46;
}
.walkthrough-steps details[open] summary::after {
  content: '−';
}
.walkthrough-content {
  padding: 0 64px 28px;
  max-width: 920px;
}
.walkthrough-content h3 {
  font-size: 18px;
}
.walkthrough-content p,
.walkthrough-content li {
  font-size: 14px;
  line-height: 1.8;
  color: #4d614e;
}
.walkthrough-content ul {
  padding-left: 20px;
}
.example-source {
  margin: 18px 0;
  padding: 18px;
  background: #f0f5e6;
  border-radius: 10px;
  font-size: 13px;
}
.example-source p {
  margin: 8px 0 0;
}
.pilot-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pilot-scope-grid article {
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 24px;
  background: white;
}
.pilot-scope-grid h3 {
  margin: 19px 0 12px;
  font-size: 18px;
}
.pilot-scope-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #53644f;
}
.pilot-next {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  margin-top: 22px;
  border-radius: 15px;
  background: #e9f0dc;
}
.pilot-next h3 {
  font-size: 19px;
}
.pilot-next p {
  font-size: 14px;
  margin: 0;
  max-width: 670px;
  line-height: 1.7;
}
.pilot-next .btn {
  flex-shrink: 0;
}
.public-faq details {
  border-bottom: 1px solid #d9e1d0;
  padding: 4px 0;
}
.public-faq summary {
  padding: 20px 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.55;
}
.public-faq p {
  font-size: 14px;
  line-height: 1.85;
  max-width: 850px;
  color: #4f6255;
  margin: 0 0 22px;
}
.public-site :is(a, summary):focus-visible {
  outline: 3px solid #326c54;
  outline-offset: 4px;
  border-radius: 4px;
}
.help-page {
  max-width: 1000px;
  margin: 0 auto;
}
.public-help {
  padding: 36px 28px 80px;
}
.help-intro {
  background: #edf3e2;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 25px;
}
.help-intro h2 {
  font-size: 22px;
}
.help-intro p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 850px;
  color: #465e4c;
}
.help-search {
  margin: 28px 0;
}
.help-search .field {
  max-width: 570px;
}
.help-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin: 25px 0;
}
.help-index a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f0f4e8;
  font-size: 13px;
  line-height: 1.65;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.help-index[hidden],
.help-questions[hidden] {
  display: none;
}
.help-article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 15px;
  margin: 20px 0;
  padding: 28px;
  scroll-margin-top: 24px;
}
.help-article h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 12px 0;
}
.help-article > p {
  font-size: 15px;
  color: #53684f;
}
.help-article ol {
  padding-left: 22px;
}
.help-article li {
  font-size: 14px;
  line-height: 1.85;
  padding: 8px 0 8px 6px;
}
.help-article .text-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: normal;
}
.help-result {
  background: #f3f6ec;
  padding: 18px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.8;
}
.help-result p {
  margin: 6px 0 0;
}
.help-questions {
  padding: 25px 0;
}
@media (max-width: 900px) {
  .public-site .hero {
    gap: 25px;
  }
  .public-site .marketing-nav nav > a:not(.btn) {
    display: none;
  }
  .public-site .control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pilot-scope-grid {
    grid-template-columns: 1fr;
  }
  .pilot-next {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .public-site .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 34px 22px;
  }
  .public-site .hero h1 {
    font-size: clamp(39px, 10vw, 53px);
  }
  .public-site .hero-copy {
    font-size: 15px;
  }
  .public-site .hero .actions {
    align-items: stretch;
    flex-direction: column;
  }
  .public-site .hero-visual {
    padding: 20px 0;
  }
  .public-site .orbital {
    inset: 12px 0;
  }
  .public-site .voice-card {
    padding: 18px;
  }
  .public-site .marketing-nav {
    padding: 16px 20px;
    gap: 12px;
  }
  .public-site .marketing-nav .btn {
    display: inline-flex;
    min-height: 44px;
  }
  .public-site .marketing-nav .brand {
    font-size: 18px;
  }
  .public-site .marketing-nav .brand-symbol {
    width: 30px;
    height: 30px;
  }
  .public-site .marketing-section {
    padding: 34px 22px;
  }
  .public-site .control-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .public-site .marketing-footer {
    align-items: flex-start;
  }
  .public-site .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    font-size: 12px;
  }
  .walkthrough-steps summary {
    padding: 17px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .walkthrough-steps summary > strong {
    font-size: 16px;
    flex: 1;
  }
  .walkthrough-steps summary > small {
    width: 100%;
    margin-left: 30px;
    order: 2;
  }
  .walkthrough-content {
    padding: 0 20px 22px;
  }
  .example-action {
    flex-wrap: wrap;
    padding: 11px;
  }
  .help-index {
    grid-template-columns: 1fr;
  }
  .help-article {
    padding: 22px;
  }
  .help-article h2 {
    font-size: 21px;
  }
  .public-help {
    padding: 25px 20px 60px;
  }
}
.contact-search {
  padding: 8px 24px;
  max-width: 470px;
}
.contact-destination {
  color: var(--teal);
  font-size: 16px;
  overflow-wrap: anywhere;
}
.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}
.contact-channel {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.contact-channel .panel-head {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.contact-channel h3 {
  font-size: 12px;
  text-transform: capitalize;
}
.contact-ledger {
  display: grid;
  gap: 12px;
}
.contact-ledger > article {
  padding: 16px;
  background: #f6f8ef;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.contact-ledger .panel-head {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.contact-ledger h3 {
  font-size: 12px;
}
.contact-ledger p {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.credential-table td:last-child .actions {
  min-width: 220px;
}
.credential-table .field-help {
  max-width: 270px;
}
@media (max-width: 680px) {
  .credential-table,
  .credential-table tbody,
  .credential-table tr,
  .credential-table td {
    display: block;
    width: auto;
    min-width: 0;
  }
  .credential-table thead {
    display: none;
  }
  .credential-table tr {
    padding: 16px 0;
    border-top: 1px solid var(--line);
  }
  .credential-table td {
    padding: 6px 0;
    border: 0;
  }
  .credential-table td:last-child .actions {
    min-width: 0;
  }
}
.sidebar {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.sidebar > .brand,
.workspace-picker,
.side-nav,
.sidebar-bottom {
  flex-shrink: 0;
}
.pilot-gates {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
}
.pilot-gates li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  font-size: 11px;
  color: #697b5e;
}
.pilot-gates .badge {
  margin-left: auto;
  font-size: 8px;
}
.pilot-gates .icon {
  color: #819769;
}
.knowledge-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 21px;
  align-items: start;
}
.knowledge-tools > section {
  min-width: 0;
}
.knowledge-tools .panel-head {
  align-items: flex-start;
}
.knowledge-tools .panel-head h3 {
  font-size: 15px;
}
.knowledge-tools .panel-head p {
  line-height: 1.6;
}
.knowledge-excerpt {
  padding: 17px;
  margin-bottom: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #f8faf4;
}
.knowledge-excerpt .panel-head {
  margin-bottom: 10px;
  gap: 10px;
}
.knowledge-excerpt h3 {
  font-size: 12px;
  margin: 0;
  overflow-wrap: anywhere;
}
.knowledge-excerpt p {
  font-size: 12px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin-bottom: 12px;
}
.knowledge-excerpt small {
  color: #718163;
  font-size: 10px;
  overflow-wrap: anywhere;
}
.knowledge-checklist {
  display: grid;
  gap: 13px;
  max-height: 220px;
  overflow: auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fafcf6;
}
.grounded-transcript {
  max-height: 490px;
  overflow: auto;
  margin: 18px 0;
}
.grounded-transcript:empty {
  display: none;
}
.chat-citations {
  background: #f3f6ec;
  padding: 14px;
  border-radius: 10px;
  margin: 0 0 22px;
  font-size: 11px;
}
.chat-citations > strong {
  display: block;
  margin-bottom: 9px;
}
.chat-citations details {
  border-top: 1px solid #e2e8d6;
  padding: 9px 0;
}
.chat-citations summary {
  cursor: pointer;
  line-height: 1.65;
}
.chat-citations p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 11px;
  margin: 9px 0;
}
.chat-citations small {
  color: #738566;
}
.plan-price strong {
  font-size: 28px;
  font-weight: 550;
  letter-spacing: -1px;
}
.plan-price small {
  color: var(--muted);
  font-size: 11px;
}
.details-grid strong {
  overflow-wrap: anywhere;
}
.voice-mount > p {
  font-size: 12px;
  color: #64725c;
}
.voice-mount > button {
  margin: 0 9px 15px 0;
}
.voice-mount audio {
  display: block;
  max-width: 100%;
  margin-top: 12px;
}
.voice-transcript p {
  font-size: 12px;
  padding: 12px 15px;
  background: #f1f5e8;
  border-radius: 10px;
  line-height: 1.7;
}
.field .automation-code-editor {
  min-height: 340px;
  font:
    12px/1.65 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  tab-size: 2;
}
.automation-trace {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}
.automation-trace details {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.automation-trace summary {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 12px;
}
.automation-trace summary > span:first-child {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  background: #edf3df;
  border-radius: 8px;
  color: var(--teal);
}
.automation-trace summary > .badge {
  margin-left: auto;
}
.automation-receipt summary {
  padding: 14px 0;
  font-size: 12px;
  cursor: pointer;
}
.automation-definition-table td:last-child .actions {
  min-width: 330px;
}
@media (max-width: 680px) {
  .automation-definition-table,
  .automation-definition-table tbody,
  .automation-definition-table tr,
  .automation-definition-table td {
    display: block;
    min-width: 0;
    width: auto;
  }
  .automation-definition-table thead {
    display: none;
  }
  .automation-definition-table tr {
    padding: 16px 18px;
    border-top: 1px solid var(--line);
  }
  .automation-definition-table td {
    padding: 7px 0;
    border: 0;
  }
  .automation-definition-table td:last-child .actions {
    min-width: 0;
    gap: 8px;
  }
}
@media (max-width: 1100px) {
  .knowledge-tools {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .pilot-gates {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .knowledge-tools {
    gap: 18px;
  }
  .knowledge-tools .panel-head {
    flex-wrap: wrap;
  }
}
