:root {
  --home-charcoal: #211c19;
  --home-charcoal-soft: #332c27;
  --home-ink: #1b1715;
  --home-bone: #eee7df;
  --home-white: #fbf8f4;
  --home-copper: #c58b63;
  --home-copper-light: #d7a37d;
  --home-wine: #332c27;
  --home-taupe: #78655d;
  --home-line-dark: rgba(255, 255, 255, 0.15);
  --home-line-light: rgba(27, 23, 21, 0.14);
  --home-page-width: 1480px;
  --home-header-height: 72px;
}

.home-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home-scroll-progress {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  pointer-events: none;
}

.home-scroll-progress span {
  display: block;
  width: var(--home-scroll-progress, 0%);
  height: 100%;
  background: var(--home-copper-light);
  transform-origin: left;
}

.home-page .site-header {
  min-height: var(--home-header-height);
  border-bottom-color: rgba(215, 163, 125, 0.16);
  background: rgba(20, 16, 13, 0.94);
  box-shadow: 0 10px 28px rgba(8, 6, 5, 0.12);
}

.home-page .site-header.is-scrolled {
  min-height: 64px;
  background: rgba(18, 14, 12, 0.985);
  box-shadow: 0 14px 34px rgba(8, 6, 5, 0.24);
}

.home-hero {
  margin-top: var(--home-header-height);
  min-height: calc(100svh - var(--home-header-height));
  background: #0d0c0b;
}

.home-hero-image {
  inset: 0 0 auto;
  height: calc(100% + 72px);
  object-position: center 52%;
  transform: translateY(var(--hero-shift)) scale(var(--hero-scale, 1.035));
}

.home-hero-shade {
  background: rgba(8, 7, 7, 0.48);
}

.home-hero-content {
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - var(--home-header-height));
  padding: clamp(76px, 9vh, 108px) 28px clamp(88px, 9vh, 108px);
  text-align: center;
}

.home-hero-logo {
  display: block;
  width: clamp(280px, 31vw, 470px);
  height: auto;
  max-height: 34svh;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.38));
}

.home-hero-statement {
  width: min(620px, 86vw);
  margin: 18px auto 0;
  color: rgba(251, 248, 244, 0.86);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.65;
}

.home-hero-actions {
  justify-content: center;
  margin-top: 26px;
}

.home-hero-facts {
  justify-content: center;
  width: min(760px, 92vw);
  margin-top: 38px;
}

.home-scroll-cue {
  right: 50%;
  bottom: 20px;
  transform: translateX(50%);
}

.home-scroll-cue span::after {
  top: 11px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
}

.home-title-line {
  display: block;
}

.home-signal-band {
  min-height: 8svh;
  background: #f8f4ef;
}

.home-signal-band p {
  justify-content: center;
  padding: 18px 22px;
  text-align: center;
}

.home-human-story,
.home-workbench,
.home-orchestration,
.plans-section,
.faq-section {
  padding-right: max(28px, calc((100vw - var(--home-page-width)) / 2));
  padding-left: max(28px, calc((100vw - var(--home-page-width)) / 2));
}

.home-human-story {
  padding-top: 104px;
  padding-bottom: 112px;
  background: #eee7df;
}

.home-section-heading {
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.5fr);
  gap: clamp(42px, 8vw, 120px);
  max-width: 1320px;
  margin-bottom: 48px;
}

.home-section-heading h2,
.home-method-heading h2,
.home-ecosystem-intro h2,
.home-workbench-heading h2,
.home-continuity h2,
.home-orchestration h2,
.home-final-cta h2,
.home-page .plans-copy h2,
.home-page .faq-heading h2 {
  font-size: clamp(2.35rem, 4vw, 3.45rem);
  line-height: 1.04;
}

.home-section-heading > p {
  max-width: 520px;
  margin: 0;
  color: #655d57;
  font-size: 1rem;
  line-height: 1.75;
}

.home-human-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr) minmax(0, 0.62fr);
  gap: 18px;
  align-items: stretch;
}

.home-human-team,
.home-human-owner {
  min-height: 540px;
}

.home-human-team img,
.home-human-owner img {
  height: 100%;
  object-fit: cover;
}

.home-human-team figcaption {
  font-size: 0.78rem;
}

.home-human-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 540px;
  padding: clamp(30px, 3.4vw, 52px);
  background: #cfc0b2;
  color: var(--home-ink);
}

.home-human-note h3 {
  max-width: 370px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.08;
  color: var(--home-ink);
}

.home-human-note p {
  max-width: 380px;
  margin: 24px 0 0;
  color: #5d514b;
  font-size: 0.95rem;
  line-height: 1.72;
}

.home-method {
  position: relative;
  padding-top: 104px;
  padding-bottom: 106px;
  background: #151210;
  color: var(--home-white);
}

.home-method-heading {
  display: block;
  max-width: 760px;
}

.home-method-steps {
  position: relative;
  margin-top: 58px;
  border-top-color: rgba(255, 255, 255, 0.17);
}

.home-method-steps::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: var(--method-progress, 0%);
  height: 2px;
  background: var(--home-copper-light);
  content: "";
}

.home-method-steps li {
  min-height: 245px;
}

.home-ecosystem-intro {
  padding-top: 102px;
  padding-bottom: 72px;
  background: #f7f2ec;
}

.home-ecosystem-intro > div,
.home-ecosystem-intro > p,
.home-product-index {
  max-width: 1320px;
}

.home-ecosystem-intro > p {
  color: #655d57;
}

.home-product {
  min-height: 820px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-product-studio {
  background: #151210;
  color: var(--home-white);
}

.home-product-empresas {
  background: var(--home-charcoal-soft);
  color: var(--home-white);
}

.home-product-ai {
  background: #d9cbc0;
  color: var(--home-ink);
}

.home-product-inner {
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.25fr);
  gap: clamp(52px, 7vw, 112px);
  align-items: center;
}

.home-product-copy {
  align-self: start;
  max-width: 490px;
}

.home-product-copy h2 {
  margin-top: 0;
  font-size: clamp(2.25rem, 3.7vw, 3.25rem);
  line-height: 1.05;
}

.home-product-studio .home-product-copy h2,
.home-product-empresas .home-product-copy h2,
.home-product-studio .home-product-copy > p,
.home-product-empresas .home-product-copy > p,
.home-product-studio .home-product-copy li,
.home-product-empresas .home-product-copy li,
.home-product-studio .home-text-link,
.home-product-empresas .home-text-link {
  color: var(--home-white);
}

.home-product-studio .home-product-copy > p,
.home-product-empresas .home-product-copy > p {
  opacity: 0.76;
}

.home-product-copy > p {
  color: inherit;
  opacity: 0.78;
}

.home-product-copy li {
  border-color: currentColor;
}

.home-product-demo {
  min-width: 0;
}

.home-workbench {
  padding-top: 106px;
  padding-bottom: 116px;
  background: #151210;
  color: var(--home-white);
}

.home-workbench-heading h2,
.home-workbench-panels h3,
.home-workbench-panels a {
  color: var(--home-white);
}

.home-workbench-panels p {
  color: rgba(251, 248, 244, 0.68);
}

.home-workbench-heading {
  display: block;
  max-width: 760px;
}

.home-workbench-tabs {
  margin-top: 46px;
}

.home-workbench-panels {
  margin-top: 0;
}

.home-workbench-panels article {
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.25fr);
  gap: clamp(46px, 7vw, 105px);
  min-height: 500px;
  padding: 62px 0 0;
}

.home-workbench-panels article.is-active {
  animation: homePanelIn 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes homePanelIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.home-workbench-panels article > div {
  align-self: center;
}

.home-workbench-panels h3 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.08;
}

.home-workbench-panels img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--home-line-light);
}

.home-continuity {
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  min-height: 760px;
  background: #cbb8aa;
  color: var(--home-ink);
}

.home-continuity-copy {
  max-width: 600px;
}

.home-continuity-copy > p {
  color: #564b46;
}

.home-continuity-media img {
  object-position: 42% center;
}

.home-orchestration {
  padding-top: 104px;
  padding-bottom: 112px;
  background: var(--home-bone);
  color: var(--home-ink);
}

.home-orchestration-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.48fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
}

.home-orchestration-heading h2 {
  max-width: 760px;
  margin: 0;
}

.home-orchestration-heading > p {
  max-width: 500px;
  margin: 0 0 5px;
  color: #625850;
  font-size: 1rem;
  line-height: 1.72;
}

.home-orchestration-board {
  --orchestration-progress: 0%;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) 104px minmax(0, 1.28fr);
  min-height: 520px;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(33, 28, 25, 0.14);
  background: var(--home-white);
  box-shadow: 0 30px 72px rgba(33, 28, 25, 0.12);
}

.home-orchestration-brief {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4vw, 58px);
  background: var(--home-charcoal-soft);
  color: var(--home-white);
}

.home-orchestration-brief > span,
.home-orchestration-result div > span {
  color: var(--home-copper-light);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home-orchestration-brief strong {
  max-width: 390px;
  margin-top: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 500;
  line-height: 1.04;
}

.home-orchestration-brief p {
  max-width: 390px;
  margin: 28px 0 0;
  color: rgba(251, 248, 244, 0.74);
  line-height: 1.7;
}

.home-orchestration-connector {
  position: relative;
  background: var(--home-charcoal);
}

.home-orchestration-connector::before,
.home-orchestration-connector::after {
  position: absolute;
  content: "";
}

.home-orchestration-connector::before {
  top: 12.5%;
  bottom: 12.5%;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--home-copper-light) 0 var(--orchestration-progress),
    rgba(215, 163, 125, 0.24) var(--orchestration-progress) 100%
  );
}

.home-orchestration-connector::after {
  top: 50%;
  right: 50%;
  left: 0;
  height: 1px;
  background: var(--home-copper-light);
}

.home-orchestration-connector i {
  position: absolute;
  right: 0;
  left: 50%;
  height: 1px;
  background: rgba(215, 163, 125, 0.25);
  transform: scaleX(0.12);
  transform-origin: left;
  transition: background-color 260ms ease, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-orchestration-connector i:nth-child(1) { top: 12.5%; }
.home-orchestration-connector i:nth-child(2) { top: 37.5%; }
.home-orchestration-connector i:nth-child(3) { top: 62.5%; }
.home-orchestration-connector i:nth-child(4) { top: 87.5%; }

.home-orchestration-connector i::before,
.home-orchestration-connector i::after {
  position: absolute;
  content: "";
}

.home-orchestration-connector i::before {
  top: -4px;
  left: -4px;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(215, 163, 125, 0.48);
  border-radius: 50%;
  background: var(--home-charcoal);
}

.home-orchestration-connector i::after {
  top: -4px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  color: rgba(215, 163, 125, 0.35);
  transform: translateX(-7px) rotate(45deg);
  transition: color 260ms ease, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-orchestration-connector i.is-active {
  background: var(--home-copper-light);
  transform: scaleX(1);
}

.home-orchestration-connector i.is-active::before {
  border-color: var(--home-copper-light);
  background: var(--home-copper-light);
}

.home-orchestration-connector i.is-active::after {
  color: var(--home-copper-light);
  transform: translateX(0) rotate(45deg);
}

.home-orchestration-results {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  min-width: 0;
}

.home-orchestration-result {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
  padding: 24px clamp(28px, 3.4vw, 48px);
  border-bottom: 1px solid rgba(33, 28, 25, 0.12);
  background: #f4eee8;
  opacity: 0.58;
  transform: translateX(-10px);
  transition:
    opacity 320ms ease,
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 320ms ease;
}

.home-orchestration-result:last-child {
  border-bottom: 0;
}

.home-orchestration-result.is-active {
  background: var(--home-white);
  opacity: 1;
  transform: none;
}

.home-orchestration-number {
  color: #8b7d74;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  transition: color 280ms ease;
}

.home-orchestration-result.is-active .home-orchestration-number {
  color: var(--home-copper);
}

.home-orchestration-result div {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.home-orchestration-result strong {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.25;
}

.home-orchestration-result p {
  margin: 0;
  color: #675d56;
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-orchestration-close {
  max-width: 940px;
  margin: 48px auto 0;
  color: #4d433d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.3;
  text-align: center;
}

.home-page .plans-section {
  padding-top: 102px;
  padding-bottom: 112px;
  background: #151210;
  color: var(--home-white);
}

.home-page .plans-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  width: 100%;
  max-width: 760px;
  margin: 0 0 44px;
  text-align: left;
}

.home-page .plans-copy.reveal-target {
  opacity: 1;
  transform: none;
}

.home-page .plans-copy h2 {
  max-width: 720px;
  margin: 0;
  color: var(--home-white);
}

.home-page section[id] {
  scroll-margin-top: calc(var(--home-header-height) + 24px);
}

.home-page .billing-toggle {
  position: static;
  align-self: flex-start;
  justify-self: auto;
  grid-column: auto;
  grid-row: auto;
  margin: 0;
  transform: none;
}

.home-page .pricing-grid {
  margin-top: 0;
}

.home-page .pricing-card {
  background: #2a2522;
}

.home-page .pricing-card-featured {
  background: #5b453b;
}

.home-page .faq-section {
  padding-top: 104px;
  padding-bottom: 112px;
  background: #eee7df;
}

.home-page .faq-heading {
  position: static;
  top: auto;
  display: block;
  max-width: 430px;
}

.home-page .faq-heading h2 {
  margin: 0;
  font-size: clamp(2.5rem, 3.8vw, 3.4rem);
  line-height: 1.02;
}

.home-page .faq-heading > p {
  margin: 24px 0 0;
  max-width: 390px;
  line-height: 1.7;
}

.home-final-cta {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
  align-items: center;
  gap: clamp(48px, 8vw, 130px);
  background: var(--home-charcoal);
}

.home-final-cta h2 {
  max-width: 780px;
}

.home-final-actions {
  width: 100%;
  min-width: 0;
}

.home-final-actions .home-button {
  width: 100%;
}

.home-app-cta {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  align-items: center;
}

.home-app-copy {
  min-width: 0;
}

.home-app-cta h2 {
  max-width: 640px;
}

.home-app-cta p:not(.home-eyebrow) {
  max-width: 690px;
}

.home-app-downloads {
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.home-app-download {
  appearance: none;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid rgba(251, 249, 246, 0.24);
  border-radius: 6px;
  background: rgba(251, 249, 246, 0.045);
  color: var(--home-white);
  font: inherit;
  text-align: left;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.home-app-download:hover {
  border-color: rgba(217, 166, 128, 0.68);
  background: rgba(251, 249, 246, 0.09);
  transform: translateY(-2px);
}

.home-app-download:focus-visible {
  outline: 3px solid rgba(217, 166, 128, 0.52);
  outline-offset: 3px;
}

.home-app-download-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(217, 166, 128, 0.46);
  border-radius: 50%;
  color: #d9a680;
}

.home-app-download-icon svg {
  width: 21px;
  height: 21px;
}

.home-app-download-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.home-app-download-copy strong,
.home-app-download-copy small,
.home-app-status {
  letter-spacing: 0;
}

.home-app-download-copy strong {
  color: var(--home-white);
  font-size: 0.92rem;
  line-height: 1.25;
}

.home-app-download-copy small {
  color: rgba(251, 249, 246, 0.56);
  font-size: 0.72rem;
  line-height: 1.35;
}

.home-app-status {
  color: #d9a680;
  font-size: 0.65rem;
  font-weight: 750;
  text-transform: uppercase;
}

.home-page.is-motion-ready [data-home-clip] {
  overflow: hidden;
}

.home-page.is-motion-ready [data-home-clip] > img,
.home-page.is-motion-ready [data-home-clip] > .legacy-product-demo {
  opacity: 1;
  transform: scale(1.035);
  transition:
    opacity 650ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-page.is-motion-ready [data-home-reveal] {
  opacity: 1;
  transform: none;
}

.home-page.is-motion-ready [data-home-clip].is-visible > img,
.home-page.is-motion-ready [data-home-clip].is-visible > .legacy-product-demo {
  opacity: 1;
  transform: none;
}

.home-page.is-motion-ready .home-hero-logo {
  opacity: 0;
  transform: translateY(22px) scale(0.97);
  animation: homeHeroLogoIn 1100ms 180ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-page.is-motion-ready .home-hero-statement,
.home-page.is-motion-ready .home-hero-actions,
.home-page.is-motion-ready .home-hero-facts {
  opacity: 0;
  transform: translateY(18px);
  animation: homeHeroContentIn 800ms 620ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-page.is-motion-ready .home-hero-actions {
  animation-delay: 760ms;
}

.home-page.is-motion-ready .home-hero-facts {
  animation-delay: 900ms;
}

@keyframes homeHeroLogoIn {
  to { opacity: 1; transform: none; }
}

@keyframes homeHeroContentIn {
  to { opacity: 1; transform: none; }
}

@media (min-width: 1051px) {
  .home-product-copy {
    position: static;
    top: auto;
  }
}

@media (max-width: 1050px) {
  .home-section-heading,
  .home-page .faq-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-human-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-human-team {
    grid-column: 1 / -1;
    min-height: 460px;
  }

  .home-human-note,
  .home-human-owner {
    min-height: 440px;
  }

  .home-product {
    min-height: 0;
  }

  .home-product-inner,
  .home-product-inner.home-product-reversed {
    grid-template-columns: 1fr;
  }

  .home-product-copy {
    max-width: 680px;
  }

  .home-workbench-panels article {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-workbench-panels img {
    min-height: 360px;
  }

  .home-orchestration-heading {
    grid-template-columns: 1fr;
  }

  .home-orchestration-board {
    grid-template-columns: minmax(250px, 0.72fr) 78px minmax(0, 1.28fr);
  }

  .home-orchestration-result {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-final-cta {
    grid-template-columns: 1fr;
  }

  .home-final-actions {
    max-width: 520px;
    margin-top: 32px;
  }

  .home-app-downloads {
    max-width: 560px;
    margin-top: 32px;
  }
}

@media (max-width: 900px) {
  .home-page .main-nav {
    border-top-color: rgba(215, 163, 125, 0.16);
    background: rgba(25, 20, 17, 0.99);
    box-shadow: 0 22px 38px rgba(8, 6, 5, 0.28);
  }
}

@media (max-width: 760px) {
  :root {
    --home-header-height: 66px;
  }

  .home-page .site-header {
    min-height: var(--home-header-height);
  }

  .home-hero,
  .home-hero-content {
    min-height: calc(100svh - var(--home-header-height));
  }

  .home-hero-content {
    padding: 68px 20px 88px;
  }

  .home-hero-logo {
    width: min(72vw, 330px);
    max-height: 29svh;
  }

  .home-hero-statement {
    width: min(88vw, 520px);
  }

  .home-hero-actions {
    width: min(88vw, 420px);
  }

  .home-hero-actions .home-button {
    flex: 1 1 170px;
  }

  .home-hero-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(88vw, 420px);
  }

  .home-hero-facts span {
    justify-content: center;
  }

  .home-scroll-cue {
    display: none;
  }

  .home-signal-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-signal-band p {
    min-height: 64px;
    padding: 12px;
    font-size: 0.65rem;
  }

  .home-human-story,
  .home-method,
  .home-ecosystem-intro,
  .home-product,
  .home-workbench,
  .home-orchestration,
  .home-page .plans-section,
  .home-page .faq-section {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .home-section-heading h2,
  .home-method-heading h2,
  .home-ecosystem-intro h2,
  .home-workbench-heading h2,
  .home-continuity h2,
  .home-orchestration h2,
  .home-final-cta h2,
  .home-page .plans-copy h2,
  .home-page .faq-heading h2,
  .home-product-copy h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .home-human-grid {
    grid-template-columns: 1fr;
  }

  .home-human-team,
  .home-human-note,
  .home-human-owner {
    grid-column: auto;
    min-height: 400px;
  }

  .home-human-note h3 {
    font-size: 2.15rem;
  }

  .home-method-steps {
    margin-top: 42px;
  }

  .home-method-steps li {
    min-height: 0;
  }

  .home-product-inner {
    gap: 42px;
  }

  .home-workbench-panels article {
    padding-top: 40px;
  }

  .home-workbench-panels img {
    min-height: 0;
  }

  .home-continuity {
    min-height: 0;
  }

  .home-orchestration-heading {
    gap: 22px;
  }

  .home-orchestration-board {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-orchestration-brief {
    min-height: 360px;
    padding: 36px 28px;
  }

  .home-orchestration-connector {
    min-height: 58px;
  }

  .home-orchestration-connector::before {
    top: 0;
    bottom: auto;
    height: var(--orchestration-progress);
  }

  .home-orchestration-connector::after {
    top: 0;
    right: auto;
    bottom: 50%;
    left: 50%;
    width: 1px;
    height: auto;
  }

  .home-orchestration-connector i {
    display: none;
  }

  .home-orchestration-results {
    grid-template-rows: none;
  }

  .home-orchestration-result {
    min-height: 132px;
    padding: 24px 26px;
    transform: translateY(8px);
  }

  .home-orchestration-result.is-active {
    transform: none;
  }

  .home-final-actions {
    max-width: none;
  }

  .home-app-downloads {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-image,
  .home-hero-logo,
  .home-hero-statement,
  .home-hero-actions,
  .home-hero-facts,
  [data-home-clip],
  [data-home-clip] > img,
  [data-home-clip] > .legacy-product-demo {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
