/* Final shared responsive layer. Keep this file last in every page. */
:root {
  --page-gutter: clamp(20px, 4vw, 48px);
  --mobile-gutter: 20px;
  --section-space: clamp(56px, 6vw, 84px);
}

html { overflow-x: clip; }
body { min-width: 320px; }
.promo-bar, .lp-promo, .menu-button, .mobile-nav { display: none !important; }
.header, .lp-header { top: 0; }
.container, .lp-container { width: min(1160px, calc(100% - (2 * var(--page-gutter)))); }
.header {
  width: 100%;
  padding-inline: max(var(--page-gutter), calc((100% - 1160px) / 2));
}
.header, .lp-header__inner { min-height: 76px; }
.desktop-nav { min-width: 0; gap: clamp(18px, 2.2vw, 30px); }
.desktop-nav a { white-space: nowrap; }
.logo, .lp-logo { flex: 0 0 auto; min-width: 0; }
.logo > img.logo__mark, .lp-logo img { width: 38px; height: 38px; flex: 0 0 38px; }
.header > .action, .lp-header .lp-button {
  display: inline-flex; flex: 0 0 auto; min-height: 44px; margin-left: auto; padding: 10px 20px;
  color: #17140c; font-size: 14px; font-weight: 820;
}
.hero { min-height: auto; padding-block: clamp(82px, 9vw, 126px) 54px; }
.hero__copy { width: 100%; }
.hero h1 { max-width: 1000px; font-size: clamp(52px, 5.4vw, 74px); }
.hero__lead { max-width: 780px; }
.button-row { justify-content: center; flex-wrap: wrap; }
.feature-bridge { margin-top: 0; }
main > .section:not(.hero), .lp-section { scroll-margin-top: 92px; }
main > .section:not(.hero) { margin-top: var(--section-space); }
.lp-section { padding-block: calc(var(--section-space) / 2); }
.section-heading, .lp-heading { margin-bottom: clamp(30px, 3.6vw, 44px); }
.faq .section-heading { width: 840px; max-width: 100%; margin-inline: auto; }
.faq__list { width: 840px; max-width: 100%; margin-inline: auto; }
.lp-faq-heading { max-width: 850px; margin: 0 auto 26px; text-align: left; }
.lp-faq-heading .lp-kicker { margin: 0; }
.lp-faq-heading h2 { display: none; }
.lp-proof__stage figure { min-height: 0 !important; }
.lp-proof__stage figcaption { min-height: 54px; }
.lp-proof__image { background: #1a1a17; }
.live-demos__grid { align-items: stretch; }
.merge-demo, .motion-demo { position: relative; padding: 18px; overflow: hidden; }
.demo-heading {
  position: relative; min-height: 58px; padding: 2px 4px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.demo-heading span {
  display: inline-flex; align-items: center; min-height: 34px; padding: 7px 11px;
  border: 1px solid rgba(255,198,47,.3); border-radius: 999px;
  background: rgba(255,198,47,.1); color: #ffd45d;
}
.demo-heading h3 {
  position: absolute; top: 6px; right: 4px; max-width: 58%;
  font-size: clamp(18px, 1.7vw, 23px); line-height: 1.08; text-align: right;
}
.workflow__caption {
  width: fit-content; max-width: min(640px, 100%); padding: 19px 22px;
  border: 1px solid rgba(255,255,255,.17); border-radius: 20px;
  background: rgba(9,11,14,.76); box-shadow: 0 18px 44px rgba(0,0,0,.28);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.workflow__caption p { margin-bottom: 8px; }
.workflow__caption strong { display: block; }
.lp-grid:has(> :nth-child(4):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 980px; margin-inline: auto;
}

#sides .lp-grid {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
  max-width: 760px;
  margin-inline: auto;
}

#sides .lp-card {
  width: 100%;
  min-height: 210px;
}
.lp-list > :last-child:nth-child(odd) {
  grid-column: 1 / -1; min-height: 76px; justify-content: center; text-align: center;
  background: linear-gradient(110deg, rgba(255,198,47,.1), rgba(255,255,255,.025));
}
.capability__mark {
  width: 46px; height: 46px; border: 1px solid rgba(255,198,47,.32);
  background: rgba(255,198,47,.13) !important; color: #ffd45d !important;
}
.capability__mark svg {
  width: 25px; height: 25px; overflow: visible; fill: none; stroke: currentColor;
  stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;
}
.hero__prompt {
  color: #fffaf0; border-color: rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(15,15,13,.52), rgba(15,15,13,.92));
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
}
.prompt-form .secondary-action { color: #fffaf0; border: 1px solid #46453e; background: #23231f; box-shadow: none; }
.prompt-form .secondary-action:hover { color: #17140c; border-color: #ffc62f; background: #ffc62f; }
.faq-item summary, .lp-faq summary {
  display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: center;
}
.faq-item summary::after, .lp-faq summary::after { float: none; }
.footer__bottom > a, .lp-footer__bottom > a { display: none !important; }

@media (max-width: 900px) {
  .desktop-nav, .lp-nav { display: none; }
  .header, .lp-header__inner { gap: 14px; }
  .header > .action, .lp-header .lp-button { display: inline-flex; }
  .hero { padding-block: 64px 42px; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .header { gap: 18px; }
  .logo__word { font-size: 16px; }
  .desktop-nav { margin-inline: auto 0; gap: 16px; font-size: 14px; }
  .header > .action { margin-left: 0; }
}

@media (max-width: 620px) {
  :root { --page-gutter: var(--mobile-gutter); }
  html { scroll-padding-top: 88px; }
  body { padding-top: 72px; font-size: 16px; }
  .header, .lp-header {
    position: fixed !important; inset: 0 0 auto; z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(14,14,12,.96);
    box-shadow: 0 12px 30px rgba(0,0,0,.25); backdrop-filter: blur(14px);
  }
  .container, .lp-container, .feature-bridge, .studio, .start, .lp-audience {
    width: calc(100% - (2 * var(--mobile-gutter)));
  }
  .header, .lp-header__inner { min-height: 72px; padding-block: 10px; }
  .logo, .lp-logo { gap: 9px; font-size: 16px; }
  .logo > img.logo__mark, .lp-logo img { width: 34px; height: 34px; flex-basis: 34px; }
  .header > .action, .lp-header .lp-button {
    min-height: 42px; padding: 9px 16px; border-radius: 12px; font-size: 14px;
  }
  .hero, .lp-hero { padding-block: 42px; }
  .hero h1, .lp-hero h1 {
    font-size: clamp(38px,11.5vw,50px); line-height: 1.03; overflow-wrap: normal; word-break: normal;
  }
  .hero__lead, .lp-hero__lead { font-size: 17px; line-height: 1.58; }
  .section-heading h2, .studio h2, .start h2, .lp-heading h2, .lp-feature__copy h2, .lp-final h2 {
    font-size: clamp(32px,9.5vw,42px); line-height: 1.06; overflow-wrap: normal; word-break: normal;
  }
  .capability__copy { padding: 28px 26px; }
  .capability h3 { margin-top: 30px; font-size: 28px; }
  .capability p { font-size: 17px; line-height: 1.55; }
  .lp-card, .lp-step, .lp-feature__copy, .lp-proof__prompt, .lp-insight-panel { padding-inline: 26px; }
  .lp-card p, .lp-step p, .lp-feature__copy p, .lp-faq p, .lp-list li { font-size: 16px; line-height: 1.58; }
  .hero__prompt { right: 14px; bottom: 14px; left: 14px; padding: 16px 17px; font-size: 15px; }
  .demo-heading { min-height: 62px; padding-inline: 0; }
  .demo-heading span { max-width: 45%; padding: 7px 10px; font-size: 12px; line-height: 1.25; }
  .demo-heading h3 { top: 5px; right: 0; max-width: 50%; font-size: 21px; }
  .merge-demo, .motion-demo { padding: 16px; }
  .workflow__caption { padding: 17px 18px; border-radius: 17px; }
  .workflow__caption strong { font-size: clamp(22px, 7vw, 30px); }
  .lp-grid:has(> :nth-child(4):last-child) { grid-template-columns: 1fr; }
  .lp-list > :last-child:nth-child(odd) { grid-column: auto; min-height: 0; justify-content: flex-start; text-align: left; }
  .faq-item summary, .lp-faq summary { padding: 21px 6px; font-size: 18px; line-height: 1.35; }
  .faq-item summary::after, .lp-faq summary::after { font-size: 25px; }
  .start, .lp-final { margin-inline: auto; padding: 36px 26px; }
  .prompt-form { margin-top: 28px; padding: 12px; }
  .prompt-form textarea { min-height: 120px; font-size: 16px; }
  .prompt-form > div:last-of-type { gap: 10px; }
  .prompt-form button { width: 100%; min-height: 50px; }
  .lp-footer__grid, .footer > .container { gap: 40px; }
  .lp-footer__links, .footer__links { gap: 30px 22px; }
  .lp-footer__bottom, .footer__bottom { padding-bottom: 24px; }
}

/* Unified 2026 interface system: typography, actions, rhythm and responsive grids. */
:root {
  --content-width: 1160px;
  --header-height: 72px;
  --control-height: 48px;
  --control-radius: 14px;
}

html {
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  padding-top: var(--header-height);
}

.header,
.lp-header {
  position: fixed !important;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(14, 14, 12, .94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header,
.lp-header__inner {
  justify-content: space-between;
  min-height: var(--header-height);
}

.desktop-nav,
.lp-nav {
  display: none !important;
}

.header > .action,
.lp-header .lp-button {
  width: 184px;
  margin-left: auto;
}

.logo > img.logo__mark,
.lp-logo img,
.footer__brand img,
.lp-footer__brand img {
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px;
  object-fit: contain;
}

.hero h1,
.lp-hero h1,
.editor-sidebar h1 {
  max-width: 22ch;
  font-size: 44px !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em;
}

.section-heading h2,
.studio h2,
.start h2,
.lp-heading h2,
.lp-feature__copy h2,
.lp-final h2 {
  font-size: 36px !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em;
}

.action,
.secondary-action,
.text-action,
.lp-button,
.demo-button,
.capability__copy > a,
.lp-hero__actions a {
  display: inline-flex;
  min-height: var(--control-height);
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 198, 47, .42);
  border-radius: var(--control-radius);
  background: #24231e;
  color: #fff7df;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.button-row > *,
.lp-hero__actions > *,
.capability__copy > a {
  width: 188px;
  min-width: 188px;
}

.action,
.lp-button,
.demo-button,
.prompt-form .action {
  border-color: transparent;
  background: linear-gradient(105deg, #f6bd00, #ff9f42);
  color: #17140c;
}

.text-action,
.capability__copy > a {
  padding-inline: 18px;
  border-color: rgba(255, 198, 47, .34);
  background: rgba(255, 198, 47, .07);
  color: #ffe28b;
}

.action:hover,
.secondary-action:hover,
.text-action:hover,
.lp-button:hover,
.demo-button:hover,
.capability__copy > a:hover {
  border-color: #ffd55d;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .24);
}

.button-row,
.lp-hero__actions {
  gap: 12px;
}

.hero__notes {
  gap: 8px;
  margin-top: 28px;
}

.hero__notes li,
.demo-heading span,
.workflow__grid span,
.filter-bar button {
  min-height: 32px;
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.2;
}

.feature-bridge {
  max-width: var(--content-width);
  margin-inline: auto;
}

.live-demos__grid {
  max-width: 1080px;
  margin-inline: auto;
}

.merge-demo,
.motion-demo {
  padding: 16px;
  border-radius: 24px;
}

.demo-heading {
  min-height: 50px;
  padding: 0 2px 12px;
}

.demo-heading h3 {
  top: 4px;
  right: 2px;
  font-size: 21px;
}

.merge-stage,
.motion-stage {
  height: clamp(300px, 31vw, 360px);
}

.demo-button {
  margin-top: 10px;
}

.filter-bar {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(27, 27, 23, .78);
}

.filter-bar button {
  width: 76px;
  min-width: 76px;
  border-color: transparent;
}

.faq .section-heading,
.faq__list,
.lp-faq-heading,
.lp-faq {
  width: min(100%, 1040px);
  max-width: 1040px;
  margin-inline: auto;
}

.faq-item summary,
.lp-faq summary {
  padding-inline: 12px;
}

.start,
.lp-final {
  width: min(calc(100% - (2 * var(--page-gutter))), 1080px);
  margin-inline: auto;
  padding: clamp(34px, 4vw, 48px);
  border-radius: 30px;
}

.start h2,
.lp-final h2 {
  max-width: 18ch;
}

.prompt-form {
  max-width: 700px;
  margin-top: 28px;
}

.prompt-form textarea {
  min-height: 92px;
}

.lp-hero {
  min-height: 540px;
  gap: 40px;
  padding-block: 46px;
}

.lp-hero__art {
  align-self: start;
  max-height: 440px;
}

.lp-hero__art img {
  max-height: 440px;
  object-position: center 34%;
}

.lp-section {
  padding-block: 46px;
}

.lp-heading {
  margin-bottom: 28px;
}

.lp-grid {
  gap: 16px;
}

.lp-card,
.lp-step {
  min-height: 190px;
  padding: 24px;
}

.lp-card h3,
.lp-step h3 {
  margin-top: 22px;
}

.lp-feature {
  max-width: 1080px;
  margin-inline: auto;
}

.lp-feature__copy {
  min-height: 330px;
  padding: 34px;
}

.lp-feature__visual,
.lp-feature__visual img {
  min-height: 330px;
  max-height: 420px;
}

.lp-proof {
  max-width: 1120px;
}

.lp-proof__stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.lp-proof__stage > figure,
.lp-proof__prompt {
  min-width: 0;
  min-height: 0 !important;
  height: auto;
  margin: 0;
  border-radius: 24px;
}

.lp-proof__image {
  aspect-ratio: 4 / 3;
}

.lp-proof__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-proof__stage figcaption {
  min-height: 48px;
  padding: 14px 16px;
}

.lp-proof__prompt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.lp-proof__prompt blockquote,
.lp-proof__prompt p:last-of-type {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.28;
}

.lp-list {
  width: min(100%, 850px);
  margin-inline: auto;
}

#sides .lp-grid {
  align-items: stretch;
}

#sides .lp-card {
  min-height: 180px;
}

.lp-insight-panel,
.lp-feature__copy {
  overflow-wrap: anywhere;
}

.lp-insight-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.lp-insight-list li {
  display: grid;
  grid-template-columns: minmax(92px, .75fr) minmax(0, 1.6fr);
  gap: 16px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

.lp-insight-list strong {
  color: #fff8e8;
}

.lp-insight-list small {
  color: #c7c2b6;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .lp-proof__stage {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .lp-proof__image {
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 68px;
    --control-height: 46px;
  }

  body {
    padding-top: var(--header-height);
  }

  .header,
  .lp-header__inner {
    min-height: var(--header-height);
  }

  .header > .action,
  .lp-header .lp-button {
    width: 154px;
    min-height: 42px;
    max-width: 48vw;
    padding-inline: 14px;
    font-size: 13px;
  }


  .logo > img.logo__mark,
  .lp-logo img,
  .footer__brand img,
  .lp-footer__brand img {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px;
  }

  .hero h1,
  .lp-hero h1,
  .editor-sidebar h1 {
    max-width: 100%;
    font-size: 30px !important;
    line-height: 1.1 !important;
  }

  .section-heading h2,
  .studio h2,
  .start h2,
  .lp-heading h2,
  .lp-feature__copy h2,
  .lp-final h2 {
    font-size: 26px !important;
    line-height: 1.12 !important;
  }

  .hero,
  .lp-hero {
    padding-block: 34px;
  }

  .hero__lead,
  .lp-hero__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .button-row,
  .lp-hero__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .button-row > *,
  .lp-hero__actions > * {
    width: 100%;
  }

  .hero__notes li {
    padding: 6px 9px;
    font-size: 11px;
  }

  .live-demos__grid {
    gap: 14px;
  }

  .demo-heading span {
    max-width: none;
    font-size: 10px;
  }

  .demo-heading h3 {
    font-size: 19px;
  }

  .merge-stage,
  .motion-stage {
    height: 320px;
  }

  .filter-bar {
    border-radius: 18px;
  }

  .filter-bar button {
    min-width: 58px;
    padding-inline: 9px;
  }

  .lp-section {
    padding-block: 36px;
  }

  .lp-card,
  .lp-step,
  .lp-feature__copy,
  .lp-proof__prompt,
  .lp-insight-panel {
    padding: 22px;
  }

  .lp-feature__copy {
    min-height: 0;
  }

  .lp-feature__visual,
  .lp-feature__visual img {
    min-height: 0;
    max-height: none;
  }

  .lp-proof__image {
    aspect-ratio: 4 / 3;
  }

  .faq-item summary,
  .lp-faq summary {
    padding: 19px 8px;
    font-size: 17px;
  }

  .start,
  .lp-final {
    padding: 28px 22px;
    border-radius: 26px;
  }

  .prompt-form {
    margin-top: 22px;
  }
}

@media (max-width: 560px) {
  #sides .lp-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 460px;
  }

  .lp-insight-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 390px) {
  :root {
    --mobile-gutter: 16px;
  }

  .logo__word,
  .lp-logo span {
    font-size: 15px;
  }

  .header > .action,
  .lp-header .lp-button {
    padding-inline: 14px;
  }
}

/* Final cross-page QA overrides. Keep this block last. */
.lp-section.lp-container.lp-proof {
  width: min(calc(100% - (2 * var(--page-gutter))), 1080px);
}

@media (max-width: 900px) {
  .lp-section.lp-container.lp-proof .lp-proof__stage > figure,
  .lp-section.lp-container.lp-proof .lp-proof__prompt {
    min-height: 330px !important;
  }
}

.container,
.lp-container,
.lp-hero.container,
.lp-section.container,
.lp-final.container {
  width: min(calc(100% - (2 * var(--page-gutter))), var(--content-width));
  max-width: var(--content-width);
  margin-inline: auto;
}

.lp-hero {
  min-height: 0 !important;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 36px;
  align-items: center;
  padding-block: 32px 38px;
}

.lp-hero__art {
  width: min(100%, 540px);
  min-height: 0 !important;
  max-height: 420px;
  align-self: center;
  justify-self: center;
  aspect-ratio: 4 / 3;
}

.lp-hero__art img {
  min-height: 0 !important;
  max-height: none;
  object-position: center;
}

.lp-section,
.lp-section + .lp-section {
  padding-block: 36px;
}

.capability__copy > a.control-link {
  width: 196px;
  min-width: 196px;
  margin-top: 24px;
  padding-top: 0;
  gap: 10px;
  border-color: rgba(255, 198, 47, .58);
  background: rgba(255, 198, 47, .12);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.control-link__icon,
.text-action::after,
.lp-back::after {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.demo-heading {
  position: relative;
  min-height: 44px;
  align-items: flex-start;
  padding: 0 2px 10px;
}

.demo-heading span {
  max-width: 46%;
  border: 1px solid rgba(255, 198, 47, .3);
  border-radius: 999px;
  background: rgba(255, 198, 47, .08);
}

.demo-heading h3 {
  top: 5px;
  right: 4px;
  max-width: 48%;
  font-size: 18px;
  line-height: 1.15;
  text-align: right;
}

.faq,
.faq .section-heading,
.faq__list,
.lp-faq-heading,
.lp-faq {
  width: min(100%, 1080px);
  max-width: 1080px;
  margin-inline: auto;
}

.faq-item,
.lp-faq details,
.faq-item summary,
.lp-faq summary {
  min-width: 0;
  max-width: 100%;
}

.faq-item summary,
.lp-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 18px;
  align-items: center;
  overflow-wrap: anywhere;
}

.faq-item summary::after,
.lp-faq summary::after {
  justify-self: end;
}

.faq-item p,
.lp-faq p {
  max-width: 76ch;
  padding-inline: 12px;
  overflow-wrap: anywhere;
}

.start,
.lp-final {
  width: min(calc(100% - (2 * var(--page-gutter))), 960px);
  padding: clamp(30px, 3.5vw, 42px);
}

.prompt-form {
  max-width: 620px;
  margin-top: 22px;
}

.prompt-form textarea,
.editor-composer textarea {
  min-height: 86px;
  resize: none;
}

.lp-proof,
.lp-grid,
.lp-list,
.lp-steps,
.lp-feature,
.lp-audience,
.lp-insight-grid,
#sides .lp-grid {
  width: min(100%, 1080px);
  max-width: 1080px;
  margin-inline: auto;
}

.lp-proof__stage {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.lp-proof__stage > figure,
.lp-proof__prompt {
  min-height: 360px !important;
  height: auto !important;
  border-radius: 22px;
}

.lp-proof__stage > figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 48px;
}

.lp-proof__image,
.lp-proof__stage figure[data-image] .lp-proof__image {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

.lp-proof__stage figure[data-image] .lp-proof__image img {
  object-fit: cover;
  object-position: center;
}

.lp-proof__stage figcaption {
  min-height: 48px;
  padding: 14px 16px;
}

.lp-proof__prompt {
  justify-content: flex-start;
  padding: 24px;
}

.lp-proof__prompt blockquote,
.lp-proof__prompt p,
.lp-proof__prompt p:last-of-type {
  margin-block: 16px 20px;
  font-size: 19px;
  line-height: 1.32;
}

.lp-proof__prompt .lp-button {
  width: 100%;
  margin-top: auto;
}

.lp-proof__stage figure:has(.lp-motion-toggle--proof) {
  position: relative;
  display: block;
}

.lp-proof__stage figure:has(.lp-motion-toggle--proof) figcaption {
  display: none;
}

.lp-proof__stage .lp-motion-toggle--proof {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  width: auto;
  margin: 0;
}

@media (max-width: 900px) {
  .lp-hero {
    grid-template-columns: 1fr;
  }

  .lp-proof__stage {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .lp-proof__stage > figure,
  .lp-proof__prompt {
    min-height: 0 !important;
  }

  .lp-proof__stage > figure {
    grid-template-rows: auto 48px;
  }

  .lp-proof__image,
  .lp-proof__stage figure[data-image] .lp-proof__image {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 620px) {
  .lp-hero {
    gap: 24px;
    padding-block: 26px 30px;
  }

  .lp-hero__art {
    width: 100%;
    max-height: none;
  }

  .lp-section,
  .lp-section + .lp-section {
    padding-block: 30px;
  }

  .capability__copy > a.control-link {
    width: 100%;
    min-width: 0;
    margin-top: 22px;
  }

  .demo-heading {
    min-height: 40px;
  }

  .demo-heading span {
    max-width: 48%;
    font-size: 9px;
  }

  .demo-heading h3 {
    top: 4px;
    font-size: 16px;
  }

  .faq-item summary,
  .lp-faq summary {
    padding: 17px 4px;
    font-size: 16px;
  }

  .faq-item p,
  .lp-faq p {
    padding-inline: 4px;
    font-size: 15px;
  }

  .start,
  .lp-final {
    padding: 26px 20px;
  }

  .prompt-form textarea {
    min-height: 96px;
  }

  .lp-proof__prompt {
    padding: 20px;
  }

  .lp-proof__prompt blockquote,
  .lp-proof__prompt p,
  .lp-proof__prompt p:last-of-type {
    font-size: 17px;
    line-height: 1.35;
  }

  section.section.container.faq {
    width: min(calc(100% - (2 * var(--page-gutter))), 1080px) !important;
    max-width: 1080px !important;
    margin-inline: auto !important;
  }
}
