.assisted-response { font-family: var(--sans); }
.assisted-response :is(h1, h2, h3, p, li, dt, dd, figcaption) { overflow-wrap: anywhere; letter-spacing: 0; }
.assisted-response .response-availability {
  max-width: 70ch;
  margin-top: 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid #d2b46f;
  color: var(--text);
  font-weight: 600;
}
.assisted-response .response-commercial { margin: 1.75rem 0 1rem; color: var(--text); font-size: 20px; font-weight: 600; }
.assisted-response .response-note { margin-top: 1.5rem; max-width: 80ch; font-size: 15px; }
.assisted-response .response-intro { padding-block: 3rem; }
.assisted-response .response-intro .eyebrow { margin-bottom: 0.75rem; }
.assisted-response .response-intro .response-availability { margin-top: 0.75rem; font-size: 14px; }
.assisted-response .response-intro .lede { margin: 0.75rem 0; font-size: 16px; }
.assisted-response .response-intro .response-commercial { margin: 1rem 0 0.75rem; font-size: 16px; }
.assisted-response .response-intro .response-note { margin-top: 0.75rem; font-size: 13px; }
.assisted-response .response-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.assisted-response .response-workflow-step { min-width: 0; padding-top: 1.25rem; border-top: 2px solid var(--border); }
.assisted-response .response-approval-step { border-top-color: var(--accent-bright); }
.assisted-response .response-step-number { display: block; font-family: var(--mono); font-size: 13px; color: var(--text-muted); margin-bottom: 0.8rem; }
.assisted-response .response-workflow-step h3 { font-size: 21px; line-height: 1.3; margin-bottom: 0.75rem; }
.assisted-response .response-workflow-step p { font-size: 15px; }
.assisted-response .response-incident { margin: 2rem 0 0; border-block: 1px solid var(--border); }
.assisted-response .response-incident figcaption { display: grid; gap: 0.5rem; padding: 1.5rem 0; }
.assisted-response .response-incident figcaption strong { color: var(--text); font-size: 20px; }
.assisted-response .response-incident figcaption span { max-width: 80ch; color: #d2b46f; font-size: 14px; }
.assisted-response .response-incident-summary { padding: 1.25rem 0; border-block: 1px solid var(--border); }
.assisted-response .response-incident-summary dl { display: grid; grid-template-columns: minmax(140px, 0.3fr) minmax(0, 1fr); gap: 0.6rem 1.5rem; margin: 0; }
.assisted-response .response-incident-summary dt { color: var(--text-muted); font-size: 14px; }
.assisted-response .response-incident-summary dd { margin: 0; color: var(--text); }
.assisted-response .response-incident-timeline { list-style: none; padding: 0; margin: 1rem 0 1.5rem; }
.assisted-response .response-incident-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(140px, 0.3fr) minmax(0, 1fr);
  gap: 0.5rem 1.5rem;
  margin-left: 5px;
  padding: 1.25rem 0 1.25rem 1.5rem;
  border-left: 1px solid var(--border);
}
.assisted-response .response-incident-timeline li::before { content: ""; position: absolute; top: 1.65rem; left: -4px; width: 7px; height: 7px; background: var(--text-muted); }
.assisted-response .response-incident-timeline .response-incident-decision::before { background: var(--accent-bright); }
.assisted-response .response-event-label { font-family: var(--mono); font-size: 12px; color: var(--text-muted); }
.assisted-response .response-incident-timeline h3 { font-size: 19px; margin-bottom: 0.5rem; }
.assisted-response .response-incident-timeline p { max-width: 80ch; font-size: 15px; }
.assisted-response .response-scope-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin-top: 2rem; }
.assisted-response .response-scope-group { min-width: 0; border-top: 1px solid var(--border); padding-top: 1.25rem; }
.assisted-response .response-scope-group h3 { font-size: 22px; margin-bottom: 1rem; }
.assisted-response .response-scope-group ul { margin: 0; padding-left: 1.25rem; }
.assisted-response .response-scope-group li { padding-bottom: 0.65rem; }
@media (max-width: 900px) {
  .assisted-response .response-intro { padding-block: 1.5rem; }
  .assisted-response .response-intro h1 { font-size: 32px; }
  .assisted-response .response-workflow,
  .assisted-response .response-scope-groups,
  .assisted-response .response-incident-summary dl,
  .assisted-response .response-incident-timeline li { grid-template-columns: minmax(0, 1fr); }
  .assisted-response .response-incident-summary dd:not(:last-child) { margin-bottom: 0.75rem; }
  .assisted-response .response-workflow { gap: 1.5rem; }
  .assisted-response .response-incident-timeline li { padding-left: 1rem; }
}
