.demo-intro {
  padding:32px 0 65px
}
.back-link {
  font-size:13px;
  color:var(--muted);
  display:inline-block;
  padding-block:10px
}
.back-link:hover {
  color:var(--accent)
}
.demo-title-row {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-top:40px
}
.demo-title-row .eyebrow {
  color:var(--accent);
  margin-bottom:22px
}
.demo-title-row h1 {
  font-size:clamp(48px,5.5vw,84px);
  font-weight:450;
  line-height:1.02;
  letter-spacing:-.06em;
  margin:0
}
.demo-title-row h1 em {
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:-.03em
}
.demo-title-row>p {
  max-width:350px;
  font-size:15px;
  line-height:1.75;
  color:var(--muted);
  margin:0
}
.playground {
  border:1px solid #cdd1c4;
  background:#fff;
  scroll-margin-top:24px
}
.desk-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:30px 35px 0
}
.desk-header .label {
  margin:0 0 12px;
  color:#68745d;
  font-size:10px
}
.desk-header h2 {
  font-size:30px;
  font-weight:500;
  letter-spacing:-1.1px
}
.desk-header h2>span {
  color:#7d8b71;
  margin-left:7px
}
.sample-label {
  font-size:11px;
  border:1px solid #ced5c6;
  padding:7px 10px;
  background:#f4f6f0;
  color:#526047
}
.desk-description {
  font-size:15px;
  line-height:1.65;
  margin:19px 35px 25px;
  color:var(--muted)
}
.scenario-picker {
  display:flex;
  gap:9px;
  padding:0 35px 29px;
  flex-wrap:wrap
}
.scenario-picker button {
  font-size:12px;
  background:#fff;
  border:1px solid #d7dccf;
  color:#5b6355;
  padding:11px 15px;
  transition:background .2s
}
.scenario-picker button[aria-pressed=true] {
  background:#384633;
  color:white;
  border-color:#384633
}
.scenario-picker button:hover {
  border-color:#384633
}
.workflow-steps {
  list-style:none;
  padding:17px 35px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  background:#f1f3ed;
  border-block:1px solid #dce1d5;
  margin:0
}
.workflow-steps li {
  font-size:12px;
  color:#7b8273;
  display:flex;
  align-items:center;
  gap:10px
}
.workflow-steps li>span {
  height:24px;
  width:24px;
  display:grid;
  place-items:center;
  border:1px solid #c4ccbc;
  border-radius:50%;
  font-size:11px
}
.workflow-steps li[aria-current=step] {
  color:#32402c;
  font-weight:600
}
.workflow-steps li[aria-current=step]>span {
  background:#384633;
  color:white;
  border-color:#384633
}
.workflow-steps li.complete {
  color:#415039
}
.workflow-steps li.complete>span {
  background:#d9e3cf;
  border-color:#d9e3cf
}
.desk-workspace {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:360px
}
.source-pane,.result-pane {
  padding:28px 35px 32px;
  min-width:0
}
.source-pane {
  background:#fafbf7;
  border-right:1px solid #e2e6db
}
.pane-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:27px
}
.pane-heading h3 {
  font-size:13px;
  font-weight:500;
  margin:0
}
.pane-heading>span {
  font-size:10px;
  color:var(--muted)
}
.customer {
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 22px
}
.customer-avatar {
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  background:#e2e6da;
  color:#5a684e;
  font-family:var(--serif);
  font-size:23px
}
.customer>div {
  display:flex;
  flex-direction:column;
  gap:4px
}
.customer strong {
  font-size:13px;
  font-weight:500
}
.customer>div>span {
  font-size:11px;
  color:var(--muted)
}
.source-pane blockquote {
  margin:0;
  padding:22px;
  background:#edf0e6;
  font-size:16px;
  line-height:1.85;
  color:#414a3b
}
.source-footnote {
  font-size:12px;
  line-height:1.75;
  color:#6a7562;
  margin:22px 0 0
}
.empty-result {
  padding:10px 0 25px
}
.empty-arrow {
  font-family:var(--serif);
  font-size:35px;
  color:#85917a
}
.empty-result h4 {
  font-family:var(--serif);
  font-weight:400;
  font-size:35px;
  line-height:1.1;
  margin:14px 0
}
.empty-result p {
  max-width:270px;
  font-size:14px;
  line-height:1.75;
  color:var(--muted);
  margin:0
}
.enquiry-fields {
  margin:0
}
.enquiry-fields>div {
  display:flex;
  justify-content:space-between;
  gap:22px;
  border-top:1px solid #e2e6dc;
  padding:12px 0;
  font-size:13px;
  line-height:1.5
}
.enquiry-fields dt {
  color:var(--muted)
}
.enquiry-fields dd {
  margin:0;
  text-align:right;
  font-weight:500
}
.check-note {
  background:#f7f3e9;
  padding:15px 17px;
  margin-top:15px
}
.check-note>.label {
  font-size:9px;
  color:#7b6940
}
.check-note p {
  font-size:12px;
  line-height:1.65;
  margin:7px 0 0;
  color:#65583a
}
#reply-panel {
  margin-top:23px
}
#reply-panel>label {
  display:flex;
  justify-content:space-between;
  gap:15px;
  font-size:12px;
  margin-bottom:11px
}
#reply-panel>label>span {
  color:var(--muted);
  font-size:10px
}
#reply-text {
  width:100%;
  resize:vertical;
  min-height:195px;
  padding:14px;
  border:1px solid #cad1c2;
  background:#fff;
  color:#3f4b38;
  font-size:13px;
  line-height:1.75;
  border-radius:0
}
#reply-text:read-only {
  background:#f6f8f1
}
.approval-note {
  padding:17px;
  background:#eaf1e3;
  margin-top:15px;
  color:#415735
}
.approval-note strong {
  font-size:13px;
  font-weight:600
}
.approval-note p {
  font-size:12px;
  line-height:1.7;
  margin:8px 0 0
}
.desk-actions {
  padding:22px 35px;
  border-top:1px solid #e2e6db;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px
}
.desk-actions>p {
  font-size:12px;
  line-height:1.7;
  color:var(--muted);
  margin:0;
  max-width:300px
}
.desk-actions>div {
  display:flex;
  align-items:center;
  gap:20px
}
.reset-button {
  background:transparent;
  color:#656f5d;
  font-size:12px;
  border:0;
  padding:13px 0
}
.reset-button:hover {
  text-decoration:underline
}
.action-button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:14px 18px;
  font-size:13px;
  background:#384633;
  color:#fff;
  border:1px solid #384633;
  min-width:210px
}
.action-button:hover {
  background:#252e21
}
.action-button:disabled {
  cursor:default;
  background:#e4eadc;
  color:#54664a;
  border-color:#e4eadc
}
.simulation-note {
  display:grid;
  grid-template-columns:120px 1fr;
  gap:25px;
  background:#f5f6f1;
  padding:18px 35px;
  border-top:1px solid #e2e6db
}
.simulation-note>.label {
  font-size:9px;
  color:#68745d
}
.simulation-note p {
  font-size:11px;
  line-height:1.7;
  color:#66715e;
  margin:0
}
.no-script {
  margin:20px 35px;
  padding:15px;
  background:#f7f3e9;
  line-height:1.6
}
.demo-afterword {
  padding:75px 0 65px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center
}
.demo-afterword h2 {
  font-size:45px
}
.demo-afterword>div {
  max-width:390px;
  justify-self:end
}
.demo-afterword p {
  font-size:16px;
  line-height:1.75;
  color:var(--muted);
  margin:0 0 15px
}
[hidden] {
  display:none!important
}
@media(max-width:1000px) {
  .demo-title-row {
    align-items:start;
    flex-direction:column;
    gap:25px
  }
  .demo-title-row>p {
    max-width:none
  }
  .desk-header {
    padding:25px 25px 0
  }
  .desk-description {
    margin-inline:25px
  }
  .scenario-picker {
    padding-inline:25px
  }
  .workflow-steps {
    padding-inline:25px
  }
  .source-pane,.result-pane {
    padding:25px
  }
  .desk-actions {
    padding:20px 25px;
    align-items:start;
    flex-direction:column;
    gap:15px
  }
  .desk-actions>p {
    max-width:none
  }
  .desk-actions>div {
    width:100%;
    justify-content:space-between
  }
  .simulation-note {
    padding:18px 25px
  }
  .demo-afterword {
    gap:40px
  }
}
@media(max-width:700px) {
  .demo-intro {
    padding:19px 0 38px
  }
  .demo-title-row {
    margin-top:24px
  }
  .demo-title-row h1 {
    font-size:47px
  }
  .demo-title-row>p {
    font-size:14px
  }
  .desk-header {
    padding:23px 20px 0;
    align-items:start
  }
  .desk-header h2 {
    font-size:25px
  }
  .sample-label {
    font-size:9px;
    padding:5px;
    max-width:78px;
    text-align:center;
    line-height:1.5
  }
  .desk-description {
    margin:18px 20px 22px;
    font-size:14px
  }
  .scenario-picker {
    padding:0 20px 22px;
    gap:7px
  }
  .scenario-picker button {
    font-size:11px;
    padding:11px 9px;
    flex-grow:1;
    min-height:42px
  }
  .workflow-steps {
    padding:16px 14px;
    gap:7px;
    flex-wrap:wrap
  }
  .workflow-steps li {
    font-size:10px;
    gap:5px
  }
  .workflow-steps li>span {
    width:19px;
    height:19px;
    font-size:10px
  }
  .desk-workspace {
    grid-template-columns:1fr
  }
  .source-pane {
    border-right:0;
    border-bottom:1px solid #e2e6db
  }
  .source-pane,.result-pane {
    padding:23px 20px
  }
  .pane-heading {
    margin-bottom:23px
  }
  .source-pane blockquote {
    font-size:15px;
    padding:18px
  }
  .source-footnote {
    font-size:11px
  }
  .source-footnote br {
    display:none
  }
  .empty-result {
    padding:0 0 10px
  }
  .empty-result h4 {
    font-size:32px
  }
  .empty-result p {
    max-width:none
  }
  .empty-arrow {
    font-size:28px
  }
  .desk-actions {
    padding:20px
  }
  .desk-actions>div {
    gap:13px
  }
  .action-button {
    min-width:0;
    gap:12px;
    font-size:12px;
    padding:14px
  }
  .reset-button {
    font-size:11px;
    min-height:44px
  }
  .simulation-note {
    grid-template-columns:1fr;
    gap:8px;
    padding:18px 20px
  }
  .simulation-note p {
    font-size:11px
  }
  .demo-afterword {
    grid-template-columns:1fr;
    gap:24px;
    padding:52px 0 30px
  }
  .demo-afterword h2 {
    font-size:39px
  }
  .demo-afterword>div {
    justify-self:start
  }
  .demo-afterword p {
    font-size:15px
  }
}
.back-link,.scenario-picker button,.pane-heading h3,.customer strong,.enquiry-fields>div,#reply-panel>label,#reply-text,.reset-button,.action-button {
  font-size:14px
}
.sample-label,.desk-header .label,.workflow-steps li,.workflow-steps li>span,.pane-heading>span,.customer>div>span,.source-footnote,.check-note>.label,.check-note p,#reply-panel>label>span,.approval-note p,.desk-actions>p,.simulation-note>.label,.simulation-note p {
  font-size:12px
}
.desk-description,.demo-title-row>p,.demo-afterword p,.source-pane blockquote {
  font-size:16px
}
@media(max-width:700px) {
  .workflow-steps {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    padding:18px 20px
  }
  .workflow-steps li {
    gap:8px
  }
  .sample-label {
    max-width:95px
  }
  .desk-header h2 {
    font-size:23px
  }
  .scenario-picker button {
    font-size:12px
  }
  .action-button {
    font-size:13px
  }
  .reset-button {
    font-size:13px
  }
  .desk-actions>div {
    flex-wrap:wrap
  }
  .simulation-note>.label {
    font-size:12px
  }
  .source-footnote {
    font-size:12px
  }
}
