:root {
  --landing-page: #fcfcf9;
  --landing-ink: #101310;
  --landing-muted: #5f655f;
  --landing-rule: #c9cbc4;
  --landing-soft: #f2f2ed;
  --landing-blue: #1e5b87;
  --landing-blue-soft: #eaf2f7;
  --landing-red: #ae4938;
  --landing-red-soft: #f7ece8;
  --landing-dark: #18201b;
}

.landing-page {
  background: var(--landing-page);
  color: var(--landing-ink);
  font-family: "Instrument Sans", sans-serif;
}

.landing-page .home-header {
  height: 72px;
}

.landing-page .home-header .wordmark,
.landing-page .home-footer .wordmark {
  font-family: "Instrument Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 24px;
}

.landing-page .home-header nav {
  gap: 30px;
  font-size: 14px;
}

.landing-page .button {
  min-height: 54px;
  border-radius: 3px;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.005em;
  line-height: 20px;
  text-transform: none;
}

.landing-page .button-small {
  min-height: 46px;
  padding-inline: 20px;
  font-size: 13px;
}

.landing-page h1,
.landing-page h2,
.landing-page h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.landing-hero {
  padding: 92px 0 120px;
}

.landing-hero-copy {
  width: min(760px, 100%);
}

.landing-page .yc-badge {
  margin: 0 0 22px;
}

.landing-hero-copy h1 {
  max-width: 740px;
  font-size: clamp(50px, 5.1vw, 64px);
  line-height: 1.01;
}

.landing-hero-copy > p {
  max-width: 700px;
  margin-top: 26px;
  color: var(--landing-muted);
  font-size: 18px;
  line-height: 28px;
}

.landing-hero-copy > .button {
  margin-top: 34px;
}

.hero-demonstration {
  --hero-sequence: 25s;
  position: relative;
  min-height: 522px;
  margin-top: 72px;
  border-top: 1px solid var(--landing-rule);
}

.hero-demo-toolbar {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
}

.hero-demo-state,
.hero-replay {
  color: var(--landing-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: .055em;
  line-height: 16px;
  text-transform: uppercase;
}

.hero-replay {
  position: static;
  border: 0;
  background: transparent;
  min-height: 44px;
  padding: 10px 0;
  cursor: pointer;
}

.hero-replay:hover {
  color: var(--landing-blue);
}

.hero-demo-canvas {
  position: relative;
  height: 442px;
  overflow: hidden;
}

.hero-prompt {
  position: absolute;
  top: 34px;
  left: 76px;
  width: 570px;
  color: #242824;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  line-height: 21px;
}

.hero-prompt p {
  margin: 0;
}

.hero-prompt-patches {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  color: var(--landing-red);
}

.hero-prompt-patches p {
  position: relative;
  max-width: 550px;
  padding-left: 18px;
  opacity: 0;
  transform: translateY(5px);
}

.hero-prompt-patches p::before {
  position: absolute;
  left: 0;
  content: "+";
}

.hero-workflow {
  position: absolute;
  top: 12px;
  right: 0;
  width: 690px;
  opacity: 0;
}

.hero-workflow > li {
  display: grid;
  min-height: 62px;
  grid-template-columns: 44px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--landing-rule);
  opacity: 0;
  transform: translateY(7px);
}

.hero-workflow > li:first-child {
  border-top: 1px solid var(--landing-rule);
}

.hero-workflow li > span,
.hero-step-name > span {
  color: #7b817b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.hero-workflow strong {
  font-size: 17px;
  font-weight: 500;
}

.hero-failed-step {
  display: block !important;
  height: 62px;
  min-height: 62px !important;
}

.hero-step-name {
  display: grid;
  height: 62px;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
}

.hero-step-name em {
  color: var(--landing-red);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-style: normal;
}

.hero-error,
.hero-repair,
.hero-retrying {
  position: absolute;
  top: 186px;
  right: 0;
  width: 646px;
  min-height: 68px;
  border-left: 2px solid var(--landing-red);
  background: var(--landing-red-soft);
  padding: 14px 16px;
  color: var(--landing-red);
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
}

.hero-repair,
.hero-retrying {
  top: 262px;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-left-color: var(--landing-blue);
  background: var(--landing-blue-soft);
  color: var(--landing-blue);
}

.hero-repair > span {
  max-width: 450px;
  font-weight: 500;
}

.hero-repair > div {
  display: flex;
  gap: 8px;
}

.hero-repair button {
  min-width: 60px;
  min-height: 34px;
  border: 1px solid var(--landing-blue);
  border-radius: 2px;
  background: var(--landing-blue);
  color: white;
  padding: 0 10px;
  font-size: 12px;
}

.hero-repair button:last-child {
  background: transparent;
  color: var(--landing-blue);
}

.hero-retrying {
  justify-content: flex-start;
  background: transparent;
}

.hero-verified {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--landing-blue);
  opacity: 0;
  transform: translateY(6px);
}

.hero-verified strong {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -.055em;
}

.hero-verified span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hero-sequence-meter {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  overflow: hidden;
  background: #e0e1dc;
}

.hero-sequence-meter span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--landing-blue);
  transform: scaleX(0);
  transform-origin: left;
}

.hero-demonstration.is-playing .hero-prompt-patches p:nth-child(1) { animation: hero-show .42s ease-out 2.6s 1 both; }
.hero-demonstration.is-playing .hero-prompt-patches p:nth-child(2) { animation: hero-show .42s ease-out 3.2s 1 both; }
.hero-demonstration.is-playing .hero-prompt-patches p:nth-child(3) { animation: hero-show .42s ease-out 3.8s 1 both; }
.hero-demonstration.is-playing .hero-prompt { animation: hero-prompt-exit .7s ease-in-out 7.8s 1 both; }
.hero-demonstration.is-playing .hero-workflow { animation: hero-show .5s ease-out 8.4s 1 both; }
.hero-demonstration.is-playing .hero-workflow > li:nth-child(1) { animation: hero-show .34s ease-out 8.8s 1 both; }
.hero-demonstration.is-playing .hero-workflow > li:nth-child(2) { animation: hero-show .34s ease-out 9.25s 1 both; }
.hero-demonstration.is-playing .hero-workflow > li:nth-child(3) { animation: hero-show .34s ease-out 9.7s 1 both, hero-step-cycle 7.6s ease-in-out 11.75s 1 both; }
.hero-demonstration.is-playing .hero-workflow > li:nth-child(4) { animation: hero-show .34s ease-out 10.15s 1 both; }
.hero-demonstration.is-playing .hero-error { animation: hero-state 2.6s ease-out 12s 1 both; }
.hero-demonstration.is-playing .hero-repair { animation: hero-state 2.4s ease-out 14.8s 1 both; }
.hero-demonstration.is-playing .hero-retrying { animation: hero-state 1.6s ease-out 17.4s 1 both; }
.hero-demonstration.is-playing .hero-verified { animation: hero-show .5s ease-out 19.2s 1 both; }
.hero-demonstration.is-playing .hero-sequence-meter span { animation: hero-meter var(--hero-sequence) linear 1 both; }

@keyframes hero-show {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

@keyframes hero-prompt-exit {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translateX(-20px); }
}

@keyframes hero-state {
  0% { opacity: 0; transform: translateY(5px); }
  14%, 86% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes hero-step-cycle {
  0% { height: 62px; }
  6%, 88% { height: 212px; }
  94%, 100% { height: 62px; }
}

@keyframes hero-meter {
  to { transform: scaleX(1); }
}

.hero-mobile-proof {
  display: none;
}

.landing-section {
  padding: 124px 0;
}

.landing-section-copy h2,
.section-title-row h2,
.audience-grid h2,
.landing-final h2 {
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1.05;
}

.landing-section-copy > p {
  margin-top: 24px;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 27px;
}

.story-section {
  background: var(--landing-soft);
}

.story-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 96px;
}

.prompt-story {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 54px;
}

.prompt-story ol {
  border-top: 1px solid #7d827d;
}

.prompt-story li {
  display: grid;
  min-height: 94px;
  grid-template-columns: 42px 1fr;
  border-bottom: 1px solid var(--landing-rule);
  padding: 20px 0;
}

.prompt-story li span,
.audience-grid li > span {
  color: #747a74;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.prompt-story li p {
  max-width: 330px;
  font-size: 15px;
  line-height: 22px;
}

.incident-prompt {
  align-self: start;
  border: 1px solid var(--landing-rule);
  background: var(--landing-page);
  padding: 25px 23px;
  color: #4f554f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  line-height: 16px;
}

.incident-prompt > p + p,
.incident-prompt > div p + p {
  margin-top: 7px;
}

.incident-prompt > div {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  color: var(--landing-red);
}

.incident-prompt > div p {
  position: relative;
  padding-left: 14px;
}

.incident-prompt > div p::before {
  position: absolute;
  left: 0;
  content: "+";
}

.narrow-copy {
  max-width: 700px;
}

.rule-table {
  margin-top: 58px;
  border-top: 1px solid #7d827d;
}

.rule-row {
  display: grid;
  min-height: 82px;
  grid-template-columns: 21% 54% 25%;
  align-items: center;
  border-bottom: 1px solid var(--landing-rule);
  font-size: 14px;
  line-height: 21px;
}

.rule-head {
  min-height: 40px;
  color: #747a74;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.rule-row strong {
  font-weight: 500;
}

.rule-row p {
  max-width: 530px;
  padding-right: 36px;
}

.rule-row em {
  color: var(--landing-blue);
  font-style: normal;
  font-weight: 500;
}

.landing-page .text-link {
  margin-top: 28px;
  font-size: 11px;
}

.record-section-new {
  background: var(--landing-soft);
}

.section-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.record-product {
  display: grid;
  grid-template-columns: 42% 58%;
  margin-top: 58px;
  border: 1px solid #aeb2ab;
  background: var(--landing-page);
}

.record-source {
  min-height: 410px;
  border-right: 1px solid var(--landing-rule);
  padding: 22px;
}

.record-source-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--landing-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.record-source-header span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.record-source-header i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--landing-red);
}

.record-app-bar {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  border-bottom: 1px solid var(--landing-rule);
}

.record-app-bar strong {
  font-size: 18px;
}

.record-app-bar span {
  color: var(--landing-blue);
  font-size: 12px;
  font-weight: 500;
}

.record-customer {
  display: grid;
  gap: 7px;
  margin-top: 34px;
}

.record-customer small {
  color: var(--landing-muted);
  font-size: 10px;
}

.record-customer strong {
  font-size: 20px;
  font-weight: 500;
}

.record-invoice-lines {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  margin-top: 30px;
  border-top: 1px solid var(--landing-rule);
  border-bottom: 1px solid var(--landing-rule);
  padding: 18px 0;
  font-size: 13px;
}

.record-invoice-lines span:last-child {
  grid-column: 1 / -1;
  color: var(--landing-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.record-source-footer {
  margin-top: 34px;
  color: var(--landing-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.record-program {
  padding: 20px 30px;
}

.record-program > li {
  display: grid;
  min-height: 72px;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--landing-rule);
}

.record-program > li > span,
.record-selected-step > div > span {
  color: #747a74;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.record-program strong {
  font-size: 16px;
  font-weight: 500;
}

.record-program em {
  color: var(--landing-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-style: normal;
}

.record-selected-step {
  display: block !important;
  min-height: 156px !important;
  border-left: 2px solid var(--landing-blue);
  background: var(--landing-blue-soft);
  margin-inline: -14px;
  padding: 0 14px;
}

.record-selected-step > div {
  display: grid;
  height: 66px;
  grid-template-columns: 44px 1fr;
  align-items: center;
}

.record-selected-step dl {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 20px;
  margin: 0 0 18px 44px;
}

.record-selected-step dl div {
  display: grid;
  gap: 6px;
}

.record-selected-step dt {
  color: var(--landing-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.record-selected-step dd {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

.failure-section-new {
  background: var(--landing-page);
}

.failure-grid {
  display: grid;
  grid-template-columns: 33% 67%;
  gap: 72px;
}

.failure-copy {
  max-width: 350px;
}

.failure-product {
  align-self: start;
  border: 1px solid #aeb2ab;
  background: #fff;
}

.failure-context {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--landing-rule);
}

.failure-context li {
  display: grid;
  min-height: 68px;
  grid-template-columns: 26px 1fr;
  align-items: center;
  border-right: 1px solid var(--landing-rule);
  padding: 10px 12px;
}

.failure-context li:last-child {
  border-right: 0;
}

.failure-context span,
.failure-title span {
  color: #747a74;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}

.failure-context strong {
  font-size: 11px;
  font-weight: 500;
}

.failure-context .is-failed {
  box-shadow: inset 0 -2px 0 var(--landing-red);
  color: var(--landing-red);
}

.failure-context .is-failed span {
  color: var(--landing-red);
}

.failure-detail {
  padding: 30px;
}

.failure-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.failure-title > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
}

.failure-title strong {
  font-size: 18px;
  font-weight: 500;
}

.failure-title em {
  color: var(--landing-red);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-style: normal;
}

.failure-error,
.failure-proposal {
  margin-top: 28px;
  border-left: 2px solid var(--landing-red);
  background: var(--landing-red-soft);
  padding: 17px 18px;
}

.failure-error strong {
  color: var(--landing-red);
  font-size: 13px;
  font-weight: 500;
}

.failure-error p,
.failure-proposal p {
  max-width: 560px;
  margin-top: 7px;
  font-size: 13px;
  line-height: 20px;
}

.failure-proposal {
  border-left-color: var(--landing-blue);
  background: var(--landing-blue-soft);
}

.failure-proposal small {
  display: block;
  margin-bottom: 8px;
  color: var(--landing-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.failure-proposal strong {
  color: var(--landing-blue);
  font-size: 14px;
  font-weight: 500;
}

.failure-controls {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.failure-controls button {
  min-height: 44px;
  border: 1px solid var(--landing-blue);
  border-radius: 2px;
  background: var(--landing-blue);
  color: white;
  padding: 0 18px;
  font-size: 13px;
}

.failure-controls button:last-child {
  background: transparent;
  color: var(--landing-blue);
}

.audience-section {
  background: var(--landing-soft);
}

.audience-grid {
  display: grid;
  grid-template-columns: 39% 61%;
  gap: 72px;
}

.audience-grid h2 {
  max-width: 390px;
}

.audience-grid ol {
  border-top: 1px solid #7d827d;
}

.audience-grid li {
  display: grid;
  min-height: 92px;
  grid-template-columns: 44px 1fr;
  border-bottom: 1px solid var(--landing-rule);
  padding: 19px 0;
}

.audience-grid li strong {
  font-size: 16px;
  font-weight: 500;
}

.audience-grid li p {
  max-width: 510px;
  margin-top: 5px;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 21px;
}

.landing-final {
  background: var(--landing-dark);
  color: #f7f7f3;
  padding: 96px 0;
}

.final-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 64px;
}

.landing-final h2 {
  max-width: 690px;
}

.landing-final p {
  max-width: 650px;
  margin-top: 22px;
  color: #bfc5bf;
  font-size: 17px;
  line-height: 27px;
}

.landing-page .home-footer {
  min-height: 184px;
  border-top: 0;
  padding-top: 42px;
}

.landing-page .home-footer > div p {
  font-family: "Instrument Sans", sans-serif;
}

@media (max-width: 980px) {
  .hero-prompt { left: 24px; }
  .hero-workflow { width: 620px; }
  .hero-error,
  .hero-repair,
  .hero-retrying { width: 576px; }
  .story-grid,
  .failure-grid,
  .audience-grid { gap: 48px; }
  .prompt-story { grid-template-columns: 1fr 270px; gap: 34px; }
}

@media (max-width: 760px) {
  .landing-page .site-width,
  .landing-page .content-width {
    width: calc(100% - 40px);
  }

  .landing-page .home-header {
    height: 68px;
  }

  .landing-page .home-header nav {
    gap: 0;
  }

  .landing-page .home-header nav > a:not(.button) {
    display: none;
  }

  .landing-page .home-header .wordmark {
    font-size: 19px;
  }

  .landing-page .button-small {
    min-height: 44px;
    padding-inline: 15px;
    font-size: 12px;
  }

  .landing-hero {
    padding: 58px 0 76px;
  }

  .landing-hero-copy h1 {
    font-size: 42px;
    line-height: 44px;
  }

  .landing-hero-copy > p {
    margin-top: 22px;
    font-size: 17px;
    line-height: 26px;
  }

  .landing-hero-copy > .button {
    width: 100%;
    margin-top: 28px;
  }

  .hero-demonstration {
    display: none;
  }

  .hero-mobile-proof {
    display: block;
    margin-top: 54px;
    border-top: 1px solid #8d928d;
    border-bottom: 1px solid #8d928d;
  }

  .mobile-prompt-summary {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    color: var(--landing-muted);
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    text-transform: uppercase;
  }

  .mobile-prompt-summary strong {
    color: var(--landing-ink);
    font-weight: 500;
  }

  .hero-mobile-proof > ol {
    border-top: 1px solid var(--landing-rule);
  }

  .hero-mobile-proof li {
    display: grid;
    min-height: 58px;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    border-bottom: 1px solid var(--landing-rule);
  }

  .hero-mobile-proof li:last-child {
    border-bottom: 0;
  }

  .hero-mobile-proof li > span,
  .mobile-failed-step > div > span {
    color: #777d77;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
  }

  .hero-mobile-proof li strong {
    font-size: 14px;
    font-weight: 500;
  }

  .hero-mobile-proof li em {
    color: var(--landing-blue);
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    font-style: normal;
  }

  .mobile-failed-step {
    display: block !important;
    padding: 0 0 14px;
  }

  .mobile-failed-step > div {
    display: grid;
    height: 58px;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
  }

  .mobile-failed-step > div em {
    color: var(--landing-red);
  }

  .mobile-failed-step p,
  .mobile-failed-step small {
    display: block;
    margin-left: 36px;
    padding: 11px 12px;
    font-size: 11px;
    line-height: 16px;
  }

  .mobile-failed-step p {
    border-left: 2px solid var(--landing-red);
    background: var(--landing-red-soft);
    color: var(--landing-red);
  }

  .mobile-failed-step small {
    margin-top: 8px;
    border-left: 2px solid var(--landing-blue);
    background: var(--landing-blue-soft);
    color: var(--landing-blue);
  }

  .landing-section {
    padding: 76px 0;
  }

  .landing-section-copy h2,
  .section-title-row h2,
  .audience-grid h2,
  .landing-final h2 {
    font-size: 38px;
    line-height: 41px;
  }

  .story-grid,
  .prompt-story,
  .failure-grid,
  .audience-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .failure-grid,
  .audience-grid {
    gap: 46px;
  }

  .prompt-story {
    gap: 34px;
  }

  .prompt-story li {
    min-height: 86px;
  }

  .incident-prompt {
    width: 100%;
  }

  .rule-table {
    margin-top: 44px;
  }

  .rule-head {
    display: none;
  }

  .rule-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .rule-row.rule-head {
    display: none;
  }

  .rule-row p {
    padding-right: 0;
  }

  .section-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .record-product {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .record-source {
    min-height: 360px;
    border-right: 0;
    border-bottom: 1px solid var(--landing-rule);
  }

  .record-program {
    padding: 12px 20px 20px;
  }

  .record-selected-step dl {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .failure-copy {
    max-width: 620px;
  }

  .failure-context {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .failure-context li {
    display: grid;
    min-height: 56px;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: stretch;
    gap: 3px;
    padding: 8px 4px;
    text-align: center;
  }

  .failure-context strong {
    display: block;
    font-size: 9px;
    line-height: 12px;
  }

  .failure-detail {
    padding: 22px 18px;
  }

  .failure-title strong {
    font-size: 15px;
  }

  .failure-proposal strong {
    display: block;
    line-height: 20px;
  }

  .audience-grid h2 {
    max-width: 520px;
  }

  .landing-final {
    padding: 76px 0;
  }

  .final-grid {
    align-items: start;
    gap: 38px;
  }

  .landing-final .button {
    width: 100%;
  }

  .landing-page .home-footer {
    display: grid;
    min-height: 230px;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 0;
  }

  .landing-page .home-footer nav {
    flex-wrap: wrap;
    gap: 18px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-demonstration .hero-prompt {
    display: none;
  }

  .hero-demonstration .hero-workflow,
  .hero-demonstration .hero-workflow > li,
  .hero-demonstration .hero-verified {
    opacity: 1;
    transform: none;
  }

  .hero-demonstration .hero-failed-step {
    height: 62px;
    min-height: 62px !important;
  }

  .hero-demonstration .hero-error,
  .hero-demonstration .hero-repair,
  .hero-demonstration .hero-retrying {
    opacity: 0;
  }

  .hero-demonstration .hero-sequence-meter span {
    transform: scaleX(1);
  }
}
