:root {
  color-scheme: light;
  --human-ink: #14110d;
  --human-paper: #f4efe3;
  --human-card: #fffaf0;
  --human-white: #fffdf8;
  --human-muted: #655e55;
  --human-line: rgba(20, 17, 13, 0.16);
  --human-red: #fa5138;
  --human-red-dark: #d93620;
  --human-yellow: #ffd441;
  --human-shadow: 0 28px 80px rgba(20, 17, 13, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.human-home {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--human-paper);
  color: var(--human-ink);
  font-family: "DM Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.human-home * { margin-top: 0; }
.human-home a { color: inherit; text-decoration: none; }
.human-home button,
.human-home input { font: inherit; }
.human-home button { cursor: pointer; }
.human-home svg { display: block; }
.human-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Navigation */
.human-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(244, 239, 227, 0.88);
  backdrop-filter: blur(18px);
}
.human-nav-wrap.scrolled { border-color: var(--human-line); }
.human-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; }
.human-logo { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 850; letter-spacing: -0.045em; }
.human-logo-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--human-red); color: white; font-size: 12px; font-weight: 900; letter-spacing: -0.08em; }
.human-nav-links { display: flex; align-items: center; gap: 27px; }
.human-nav-links a { color: var(--human-muted); font-size: 14px; font-weight: 700; }
.human-nav-links a:hover { color: var(--human-ink); }
.human-nav-actions { display: flex; align-items: center; gap: 12px; }
.human-login { font-size: 14px; font-weight: 750; }
.human-mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--human-line); border-radius: 50%; background: var(--human-card); color: var(--human-ink); font-size: 20px; }
.human-mobile-panel { display: none; }

/* Shared elements */
.human-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--human-red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.15em; }
.human-heading { margin-bottom: 22px; font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; font-size: clamp(40px, 5vw, 72px); line-height: 1.02; letter-spacing: -0.055em; }
.human-lede { max-width: 680px; margin-bottom: 0; color: var(--human-muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; letter-spacing: -0.015em; }
.human-section { padding: 108px 0; }
.human-section-head { max-width: 850px; margin: 0 auto 52px; text-align: center; }
.human-section-head .human-eyebrow { margin-bottom: 18px; }
.human-section-head .human-lede { margin-inline: auto; }
.human-btn { min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 850; letter-spacing: -0.02em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.human-btn:hover { transform: translateY(-2px); }
.human-home .human-btn-red { background: var(--human-red); color: white; box-shadow: 0 14px 34px rgba(250, 81, 56, 0.22); }
.human-home .human-btn-red:hover { background: var(--human-red-dark); }
.human-home .human-btn-dark { background: var(--human-ink); color: white; }
.human-home .human-btn-outline { border-color: var(--human-line); background: transparent; color: var(--human-ink); }
.human-home .human-btn-light { background: var(--human-white); color: var(--human-ink); }
.human-btn:focus-visible,
.human-home a:focus-visible,
.human-home button:focus-visible,
.human-home input:focus-visible { outline: 3px solid var(--human-red); outline-offset: 3px; }

/* Hero */
.human-hero { min-height: 720px; padding: 64px 0 90px; display: flex; align-items: center; position: relative; background-image: linear-gradient(rgba(20,17,13,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(20,17,13,.035) 1px, transparent 1px); background-size: 32px 32px; }
.human-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.human-hero .human-eyebrow { margin-bottom: 25px; }
.human-hero-eyebrow { color: var(--human-red-dark); font-size: 14px; letter-spacing: .17em; text-shadow: 0 0 .01px currentColor; }
.human-hero h1 { max-width: 760px; margin: 0 0 26px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(58px, 7.4vw, 106px); font-weight: 400; line-height: .9; letter-spacing: -.07em; }
.human-strike { position: relative; display: inline-block; color: var(--human-muted); }
.human-strike::after { content: ""; position: absolute; left: -3%; right: -3%; top: 54%; height: 8px; border-radius: 99px; background: var(--human-red); transform: rotate(-3deg); }
.human-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.human-trust { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--human-muted); font-size: 13px; }
.human-trust span { display: inline-flex; align-items: center; gap: 7px; }
.human-check { width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--human-red); color: white; font-size: 10px; font-style: normal; font-weight: 900; }
.human-conversation { min-height: 580px; position: relative; }
.human-portal { position: absolute; top: 0; right: 0; width: 88%; padding: 30px; border: 1px solid var(--human-line); border-radius: 9px; background: #e8e2d6; color: var(--human-muted); transform: rotate(5deg); }
.human-portal-top { margin-bottom: 42px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.human-portal h2 { margin-bottom: 14px; color: var(--human-ink); font-family: "Libre Baskerville", Georgia, serif; font-size: 31px; font-weight: 400; letter-spacing: -.04em; }
.human-portal-line { width: 100%; height: 10px; margin-top: 12px; border-radius: 20px; background: #d1cabd; }
.human-portal-line.short { width: 62%; }
.human-portal-status { margin-top: 34px; padding: 16px; border: 1px dashed #aaa297; text-align: center; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.human-message { position: absolute; left: 0; bottom: 0; width: 94%; padding: 30px; border-radius: 25px; background: var(--human-ink); color: white; box-shadow: var(--human-shadow); transform: rotate(-3deg); }
.human-message-head { margin-bottom: 28px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 12px; }
.human-face { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--human-red); color: white; font-weight: 850; }
.human-message > p { margin-bottom: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: 22px; line-height: 1.5; }
.human-reply { margin: 24px 0 0 38px!important; padding: 17px; border-left: 3px solid var(--human-red); background: rgba(255,255,255,.07); font-family: "DM Sans", sans-serif!important; font-size: 15px!important; }
.human-hand-note { position: absolute; right: -24px; bottom: 40px; z-index: 3; color: var(--human-red); font-family: "Comic Sans MS", cursive; font-size: 19px; font-weight: 700; transform: rotate(6deg); }

/* Marquee */
.human-statement { padding: 30px 0; overflow: hidden; background: var(--human-red); color: white; }
.human-statement-track { display: flex; justify-content: center; gap: 32px; white-space: nowrap; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(25px, 3.8vw, 46px); font-style: italic; }
.human-statement-track span:nth-child(even) { opacity: .45; }

/* Research-backed pain signals */
.human-research { padding: 64px 0; background: var(--human-card); border-bottom: 1px solid var(--human-line); }
.human-research-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 12px; align-items: stretch; }
.human-research-intro { padding: 18px 24px 18px 0; }
.human-research-intro h2 { margin: 12px 0 10px; font-family: "Libre Baskerville", Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.15; letter-spacing: -.04em; }
.human-research-intro p { margin-bottom: 0; color: var(--human-muted); font-size: 12px; line-height: 1.5; }
.human-research-stat { padding: 22px; border: 1px solid var(--human-line); border-radius: 16px; background: white; }
.human-research-stat strong { display: block; margin-bottom: 7px; color: var(--human-red); font-family: "Libre Baskerville", Georgia, serif; font-size: 32px; font-weight: 400; letter-spacing: -.06em; }
.human-research-stat span { color: var(--human-muted); font-size: 12px; line-height: 1.4; }

/* The AI-to-AI problem flow retained from the original website */
.human-ai-loop { background: #0e1011; color: white; }
.human-ai-loop .human-section-head { max-width: 1100px; }
.human-ai-loop .human-heading { color: white; }
.human-ai-loop .human-eyebrow { color: #ff8b78; }
.human-problem-flow { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: repeat(7, auto); justify-content: center; align-items: center; gap: 12px; }
.human-problem-card { width: 210px; min-height: 178px; padding: 24px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.055); text-align: center; }
.human-problem-icon { width: 54px; height: 54px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.7); }
.human-problem-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.human-problem-card strong { color: rgba(255,255,255,.82); font-size: 15px; }
.human-problem-arrow { color: rgba(255,255,255,.25); font-size: 25px; }
.human-rejected { width: 210px; margin: 12px auto 0; }
.human-rejected .human-problem-icon { background: rgba(250,81,56,.18); color: #ff7767; }
.human-problem-note { margin: 28px 0 0; color: rgba(255,255,255,.46); text-align: center; font-size: 17px; }
.human-problem-note strong { color: #ff7767; }

/* Pain cards retained from the original website */
.human-pain { background: var(--human-white); }
.human-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.human-pain-card { min-height: 350px; padding: 28px; border: 1px solid var(--human-line); border-radius: 18px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.human-pain-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(20,17,13,.08); }
.human-card-icon { width: 48px; height: 48px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 14px; background: #fff0ed; color: var(--human-red); }
.human-card-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.human-pain-card h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.2; letter-spacing: -.035em; }
.human-pain-card > p { margin-bottom: 20px; color: var(--human-muted); line-height: 1.65; }
.human-pain-card blockquote { margin: 0; padding-left: 16px; border-left: 2px solid #e4ddd3; color: var(--human-muted); font-style: italic; line-height: 1.55; }
.human-pain-card cite { margin-top: 8px; display: block; font-size: 12px; font-style: normal; }

/* Product method */
.human-method { background: var(--human-ink); color: white; }
.human-method .human-lede { color: rgba(255,255,255,.63); }
.human-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.human-method-card { min-height: 310px; padding: 26px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.04); }
.human-method-tag { width: max-content; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.human-method-symbol { margin: auto 0 24px; color: var(--human-red); font-family: "Libre Baskerville", Georgia, serif; font-size: 66px; line-height: 1; }
.human-method-card h3 { margin-bottom: 8px; font-size: 21px; }
.human-method-card p { margin-bottom: 0; color: rgba(255,255,255,.59); line-height: 1.55; }

/* Feature grid retained from the original website */
.human-features { background: var(--human-paper); }
.human-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.human-feature-card { min-height: 250px; padding: 28px; border: 1px solid var(--human-line); border-radius: 18px; background: var(--human-card); }
.human-feature-card .human-card-icon { background: #fff0ed; }
.human-feature-card h3 { margin-bottom: 10px; font-size: 19px; letter-spacing: -.03em; }
.human-feature-card p { margin-bottom: 0; color: var(--human-muted); line-height: 1.6; }
.human-pro-tag { width: max-content; margin-top: 13px; padding: 5px 9px; border-radius: 7px; background: #ffe1dc; color: var(--human-red-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

/* Calling section retained from the original website */
.human-calling { background: #16100f; color: white; }
.human-calling-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; }
.human-unique { width: max-content; margin-bottom: 28px; padding: 9px 14px; border: 1px solid rgba(250,81,56,.55); border-radius: 999px; color: #ff8b78; background: rgba(250,81,56,.1); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.human-calling .human-eyebrow { margin-bottom: 16px; color: #ff8b78; }
.human-calling .human-heading { color: white; }
.human-calling-copy > p { margin-bottom: 28px; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.65; }
.human-call-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 17px; }
.human-call-list li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.78); }
.human-call-list li::before { content: "✓"; color: #ff8b78; font-weight: 900; }
.human-call-loop { padding: 42px 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: rgba(255,255,255,.05); text-align: center; }
.human-phone-circle { width: 104px; height: 104px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(250,81,56,.12); color: #ff8b78; }
.human-phone-circle svg { width: 45px; height: 45px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.human-call-loop h3 { margin-bottom: 8px; font-size: 24px; }
.human-call-loop > p { color: rgba(255,255,255,.5); }
.human-loop-steps { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 9px; }
.human-loop-step { padding: 12px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: rgba(255,255,255,.66); font-size: 12px; }
.human-loop-arrow { color: #ff8b78; }

/* Post-hire section retained from the original website */
.human-posthire { background: var(--human-white); }
.human-posthire-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.human-posthire-card { min-height: 210px; padding: 26px 20px; border: 1px solid var(--human-line); border-radius: 18px; background: white; text-align: center; }
.human-posthire-card .human-card-icon { margin: 0 auto 22px; background: #fff3e4; color: #d76c00; }
.human-posthire-card h3 { margin-bottom: 8px; font-size: 18px; letter-spacing: -.03em; }
.human-posthire-card p { margin-bottom: 0; color: var(--human-muted); line-height: 1.5; }
.human-posthire-note { margin-top: 28px; padding: 24px 30px; border: 1px solid #f0d6b1; border-radius: 18px; background: #fff8ed; text-align: center; color: var(--human-muted); }
.human-posthire-note strong { color: var(--human-ink); }

/* 90-day sprint */
.human-sprint { background: var(--human-red); color: white; }
.human-sprint .human-eyebrow { color: white; }
.human-sprint .human-heading { color: white; }
.human-sprint .human-lede { color: rgba(255,255,255,.76); }
.human-sprint-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.human-sprint-card { min-height: 250px; padding: 26px; border: 1px solid rgba(255,255,255,.27); border-radius: 18px; background: rgba(20,17,13,.1); }
.human-sprint-week { margin-bottom: 45px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.human-sprint-card h3 { margin-bottom: 10px; font-family: "Libre Baskerville", Georgia, serif; font-size: 24px; font-weight: 400; }
.human-sprint-card p { margin-bottom: 0; color: rgba(255,255,255,.72); line-height: 1.55; }

/* Pricing */
.human-pricing { background: var(--human-paper); }
.human-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.human-price-card { padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--human-line); border-radius: 20px; background: var(--human-card); }
.human-price-card.featured { color: white; background: var(--human-ink); box-shadow: var(--human-shadow); transform: translateY(-12px); }
.human-plan { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.human-price { margin: 18px 0 4px; font-size: 52px; font-weight: 850; letter-spacing: -.07em; }
.human-price small { color: var(--human-muted); font-size: 14px; font-weight: 700; letter-spacing: 0; }
.featured .human-price small { color: rgba(255,255,255,.55); }
.human-bundle { min-height: 21px; color: var(--human-red-dark); font-size: 13px; font-weight: 800; }
.featured .human-bundle { color: #ff8b78; }
.human-feature-list { padding: 0; margin: 26px 0 30px; display: grid; gap: 12px; list-style: none; }
.human-feature-list li { display: flex; gap: 9px; color: var(--human-muted); }
.human-feature-list li::before { content: "✓"; color: var(--human-red); font-weight: 900; }
.featured .human-feature-list li { color: rgba(255,255,255,.65); }
.human-price-card .human-btn { margin-top: auto; }

/* FAQ */
.human-faq { background: var(--human-white); }
.human-faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--human-line); }
.human-faq-item { border-bottom: 1px solid var(--human-line); }
.human-faq-question { width: 100%; padding: 23px 0; border: 0; display: flex; justify-content: space-between; gap: 20px; background: transparent; color: var(--human-ink); text-align: left; font-size: 18px; font-weight: 800; }
.human-faq-question span:last-child { color: var(--human-red); font-size: 24px; transition: transform .18s ease; }
.human-faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.human-faq-answer { padding: 0 40px 23px 0; color: var(--human-muted); line-height: 1.65; }
.human-faq-answer[hidden] { display: none; }

/* Final signup */
.human-final { padding: 90px 0; background: var(--human-red); color: white; position: relative; overflow: hidden; }
.human-final::after { content: ""; position: absolute; width: 360px; height: 360px; right: -110px; bottom: -240px; border-radius: 50%; background: var(--human-yellow); }
.human-final-inner { position: relative; z-index: 1; text-align: center; }
.human-final h2 { max-width: 900px; margin: 0 auto 28px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(43px, 6vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
.human-waitlist { max-width: 650px; margin: 0 auto; display: flex; gap: 10px; }
.human-waitlist input { width: 100%; min-width: 0; height: 56px; padding: 0 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(255,255,255,.96); color: var(--human-ink); }
.human-waitlist button { flex: none; }
.human-form-note { min-height: 21px; margin: 14px 0 0; color: rgba(255,255,255,.78); font-size: 13px; }

/* Footer */
.human-footer { padding: 42px 0; background: var(--human-ink); color: white; }
.human-footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; }
.human-footer .human-logo { margin-bottom: 15px; }
.human-footer p { margin-bottom: 0; color: rgba(255,255,255,.52); font-size: 13px; }
.human-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 19px; color: rgba(255,255,255,.65); font-size: 13px; }

@media (max-width: 980px) {
  .human-hero-grid,
  .human-calling-grid { grid-template-columns: 1fr; }
  .human-conversation { max-width: 680px; width: 100%; margin: 0 auto; }
  .human-pain-grid,
  .human-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .human-method-grid,
  .human-posthire-grid,
  .human-sprint-grid { grid-template-columns: repeat(2, 1fr); }
  .human-problem-flow { grid-template-columns: 1fr; justify-items: center; }
  .human-research-grid { grid-template-columns: repeat(2, 1fr); }
  .human-research-intro { grid-column: 1 / -1; }
  .human-problem-arrow { transform: rotate(90deg); }
  .human-nav-links { display: none; }
  .human-mobile-toggle { display: grid; place-items: center; }
  .human-mobile-panel.open { padding: 18px; display: grid; gap: 7px; position: absolute; top: 68px; left: 0; right: 0; border: 1px solid var(--human-line); border-radius: 18px; background: var(--human-card); box-shadow: var(--human-shadow); }
  .human-mobile-panel a { padding: 10px 5px; font-weight: 750; }
}

@media (max-width: 720px) {
  .human-container { width: min(100% - 28px, 620px); }
  .human-section { padding: 78px 0; }
  .human-hero { min-height: auto; padding: 48px 0 72px; }
  .human-hero-eyebrow { font-size: 12px; letter-spacing: .13em; }
  .human-hero h1 { font-size: clamp(51px, 14vw, 76px); }
  .human-conversation { min-height: 525px; }
  .human-hand-note { right: 0; }
  .human-pain-grid,
  .human-feature-grid,
  .human-method-grid,
  .human-posthire-grid,
  .human-sprint-grid,
  .human-pricing-grid { grid-template-columns: 1fr; }
  .human-price-card.featured { transform: none; }
  .human-research-grid { grid-template-columns: 1fr; }
  .human-research-intro { grid-column: auto; padding-right: 0; }
  .human-waitlist { align-items: stretch; flex-direction: column; }
  .human-waitlist button { min-height: 56px; }
  .human-footer-inner { grid-template-columns: 1fr; align-items: start; }
  .human-footer-links { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .human-login,
  .human-nav-actions > .human-btn { display: none; }
  .human-portal { width: 95%; padding: 22px; }
  .human-message { width: 100%; padding: 23px; }
  .human-message > p { font-size: 18px; }
  .human-hand-note { display: none; }
  .human-conversation { min-height: 500px; }
  .human-loop-arrow { display: none; }
  .human-loop-steps { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .001ms!important; animation-iteration-count: 1!important; transition-duration: .001ms!important; }
}
