body[data-page="home"] {
  --home-bg: #090a0c;
  --home-panel: #111316;
  --home-panel-soft: #16191d;
  --home-line: rgba(255, 255, 255, 0.1);
  --home-muted: #9a9ca3;
  --home-ivory: #f1efe9;
  --home-accent: #ff5c38;
  background: var(--home-bg);
}

body[data-page="home"] .home-header {
  height: 104px;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(9, 10, 12, 0.78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body[data-page="home"] .home-header .header-inner {
  height: 68px;
}

body[data-page="home"] .home-header .header-cta {
  min-height: 44px;
}

.availability-strip {
  height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 6, 8, 0.96);
}

.availability-strip-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 100%;
  gap: 24px;
}

.availability-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #747780;
  font-family: var(--font-mono);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.availability-item i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #67d88d;
  box-shadow: 0 0 12px rgba(103, 216, 141, 0.45);
}

.availability-item span {
  color: #d7d6d2;
}

.availability-item strong {
  color: #67d88d;
  font-weight: 500;
}

.availability-item-soon {
  justify-self: end;
}

.availability-item-soon i {
  background: #8f7bff;
  box-shadow: 0 0 12px rgba(143, 123, 255, 0.45);
}

.availability-item-soon strong {
  color: #a99aff;
}

.availability-item-soon em {
  color: #dad8d2;
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: rgba(255, 92, 56, 0.6);
  text-underline-offset: 3px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 9px;
}

.header-waitlist {
  display: grid;
  min-height: 44px;
  min-width: 172px;
  align-content: center;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  padding-inline: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.header-waitlist span {
  color: #9f93ef;
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-waitlist strong {
  color: #d9d7d1;
  font-size: 10px;
  font-weight: 600;
}

body[data-page="home"] .home-header .desktop-nav {
  gap: 26px;
  color: #a6a8af;
}

.zhero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 154px 0 0;
  background:
    radial-gradient(circle at 74% 40%, rgba(255, 92, 56, 0.17), transparent 27%),
    radial-gradient(circle at 25% 12%, rgba(85, 99, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #0c0d10 0%, #090a0c 74%, #0c0d10 100%);
}

.zhero::before {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 28%, rgba(255, 255, 255, 0.12) 0 0.5px, transparent 0.8px),
    radial-gradient(circle at 72% 64%, rgba(255, 255, 255, 0.09) 0 0.5px, transparent 0.8px);
  background-size: 7px 7px, 11px 11px;
  content: "";
  opacity: 0.18;
  pointer-events: none;
}

.zhero-grid {
  position: absolute;
  inset: 104px 0 70px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 72%, transparent);
  opacity: 0.5;
}

.zhero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 92, 56, 0.17);
  border-radius: 50%;
  pointer-events: none;
}

.zhero-orbit::after {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-accent);
  box-shadow: 0 0 20px rgba(255, 92, 56, 0.9);
  content: "";
}

.zhero-orbit-one {
  top: 6%;
  right: -24%;
  width: min(62vw, 880px);
  aspect-ratio: 1;
  animation: orbit-drift 16s ease-in-out infinite alternate;
}

.zhero-orbit-two {
  right: -8%;
  bottom: -39%;
  width: min(44vw, 620px);
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, 0.08);
  animation: orbit-drift 20s ease-in-out -8s infinite alternate-reverse;
}

.zhero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
  min-height: calc(100svh - 226px);
  padding-bottom: 76px;
}

.zhero-copy {
  max-width: 780px;
}

.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 9px 14px 9px 11px;
  background: rgba(255, 255, 255, 0.035);
  color: #b7b9c0;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.launch-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67d88d;
  box-shadow: 0 0 0 4px rgba(103, 216, 141, 0.1), 0 0 18px rgba(103, 216, 141, 0.45);
}

.zhero h1 {
  max-width: 790px;
  margin: 0 0 28px;
  color: var(--home-ivory);
  font-size: clamp(58px, 6.4vw, 98px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.zhero h1 em {
  display: inline-block;
  color: var(--home-accent);
  font-style: normal;
}

.zhero-lead {
  max-width: 660px;
  margin: 0 0 12px;
  color: #c4c4c3;
  font-size: clamp(18px, 1.7vw, 23px);
  letter-spacing: -0.025em;
  line-height: 1.48;
}

.zhero-control {
  margin: 0;
  color: #f0eee8;
  font-size: 15px;
  font-weight: 600;
}

.zhero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
}

.cta-pair,
.section-cta-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.platform-waitlist-button,
.section-cta-pair .button:last-child {
  min-height: 52px;
  max-width: 330px;
  padding-block: 9px;
  font-size: 11px;
  line-height: 1.25;
}

.zhero-actions > .zhero-link {
  flex: 0 0 auto;
}

.zhero-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #c8c9cd;
  font-size: 13px;
  font-weight: 600;
}

.zhero-link span {
  color: var(--home-accent);
  font-size: 16px;
  transition: transform 180ms ease;
}

.zhero-link:hover span {
  transform: translate(3px, 3px);
}

.ios-lockup {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 38px;
}

.ios-lockup img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.ios-lockup p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.ios-lockup span {
  color: #71747c;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ios-lockup strong {
  color: #d8d7d3;
  font-size: 13px;
  font-weight: 500;
}

.zhero-product {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 690px;
}

.product-halo {
  position: absolute;
  width: min(590px, 48vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 92, 56, 0.28) 0%, rgba(255, 92, 56, 0.06) 38%, transparent 68%);
  filter: blur(3px);
  animation: halo-breathe 5s ease-in-out infinite alternate;
}

.device-shell {
  position: relative;
  z-index: 2;
  width: min(342px, 76vw);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 48px;
  padding: 9px;
  background: linear-gradient(145deg, #2f3238, #0a0b0d 20%, #050607 78%, #292c31);
  box-shadow:
    0 48px 100px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(0, 0, 0, 0.75),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transform: perspective(1200px) rotate(2.2deg) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.device-shell::before {
  position: absolute;
  inset: 4px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 43px;
  content: "";
  pointer-events: none;
}

.device-buttons {
  position: absolute;
  top: 145px;
  left: -4px;
  width: 3px;
  height: 86px;
  border-radius: 3px 0 0 3px;
  background: #3a3c40;
  box-shadow: 0 112px 0 #3a3c40;
}

.device-screen {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background: #090a0c;
  aspect-ratio: 9 / 16;
}

.device-screen::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.09), transparent 24%, transparent 70%, rgba(255, 255, 255, 0.03));
  content: "";
  pointer-events: none;
}

.device-screen video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.device-island {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 4;
  width: 88px;
  height: 25px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.signal-card {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 126px;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(15, 17, 20, 0.83);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-family: var(--font-mono);
}

.signal-card span {
  color: #777b83;
  font-size: 8px;
  letter-spacing: 0.11em;
}

.signal-card strong {
  color: #f0eee8;
  font-size: 16px;
  font-weight: 500;
}

.signal-card-top {
  top: 78px;
  left: -34px;
  animation: float-card 4.8s ease-in-out infinite alternate;
}

.signal-card-top i {
  width: 100%;
  height: 2px;
  margin-top: 3px;
  background: linear-gradient(90deg, var(--home-accent) 78%, #32353b 78%);
}

.signal-card-side {
  right: -38px;
  bottom: 128px;
  animation: float-card 5.4s ease-in-out -2.4s infinite alternate-reverse;
}

.signal-card-side strong {
  color: #67d88d;
  font-size: 12px;
}

.signal-wave {
  position: absolute;
  right: -58px;
  bottom: 38px;
  z-index: 3;
  display: flex;
  width: 164px;
  height: 54px;
  gap: 6px;
  align-items: center;
  opacity: 0.43;
}

.signal-wave i {
  flex: 1;
  border-radius: 99px;
  background: #878b94;
  animation: wave-pulse 1.3s ease-in-out infinite alternate;
}

.signal-wave i:nth-child(1) { height: 34%; }
.signal-wave i:nth-child(2) { height: 62%; }
.signal-wave i:nth-child(3) { height: 45%; }
.signal-wave i:nth-child(4) { height: 86%; }
.signal-wave i:nth-child(5) { height: 58%; }
.signal-wave i:nth-child(6) { height: 96%; }
.signal-wave i:nth-child(7) { height: 48%; }
.signal-wave i:nth-child(8) { height: 74%; }
.signal-wave i:nth-child(9) { height: 40%; }
.signal-wave i:nth-child(10) { height: 82%; }
.signal-wave i:nth-child(11) { height: 54%; }
.signal-wave i:nth-child(12) { height: 68%; }

.signal-wave i:nth-child(3n) {
  animation-delay: -0.7s;
}

.hero-system-line {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: rgba(10, 11, 13, 0.78);
}

.hero-system-line .container {
  display: grid;
  grid-template-columns: auto 58px auto 58px auto 1fr;
  gap: 18px;
  align-items: center;
  min-height: 70px;
  color: #797c84;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-system-line i {
  height: 1px;
  background: linear-gradient(90deg, var(--home-accent), transparent);
}

.hero-system-line b {
  justify-self: end;
  color: #555860;
  font-weight: 400;
}

@keyframes orbit-drift {
  to { transform: rotate(7deg) translate3d(-18px, 10px, 0); }
}

@keyframes halo-breathe {
  to { opacity: 0.72; transform: scale(1.08); }
}

@keyframes float-card {
  to { transform: translate3d(0, -13px, 0); }
}

@keyframes wave-pulse {
  to { transform: scaleY(0.54); opacity: 0.55; }
}

@media (max-width: 980px) {
  .header-waitlist {
    display: none;
  }

  .zhero-layout {
    grid-template-columns: 1fr minmax(300px, 0.7fr);
    gap: 24px;
  }

  .zhero h1 {
    font-size: clamp(52px, 7.5vw, 74px);
  }

  .zhero-product {
    min-height: 620px;
  }

  .signal-card-top {
    left: -10px;
  }

  .signal-card-side,
  .signal-wave {
    right: -12px;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .home-header .desktop-nav {
    display: none;
  }

  .zhero {
    padding-top: 146px;
  }

  .zhero-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 54px;
  }

  .zhero-copy {
    text-align: left;
  }

  .zhero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .zhero-lead {
    font-size: 18px;
  }

  .zhero-product {
    min-height: 620px;
  }

  .signal-card-top {
    top: 58px;
    left: 0;
  }

  .signal-card-side {
    right: 0;
    bottom: 92px;
  }

  .signal-wave {
    right: 0;
    bottom: 18px;
    width: 130px;
  }

  .hero-system-line .container {
    grid-template-columns: auto 1fr auto 1fr auto;
  }

  .hero-system-line b {
    display: none;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .home-header .header-cta {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .launch-pill {
    margin-bottom: 24px;
    font-size: 8px;
  }

  .zhero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-pair,
  .section-cta-pair {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-pair .button,
  .section-cta-pair .button,
  .platform-waitlist-button,
  .section-cta-pair .button:last-child {
    width: 100%;
    max-width: none;
  }

  .zhero-link {
    padding-block: 5px;
  }

  .device-shell {
    width: min(310px, 82vw);
  }

  .zhero-product {
    min-height: 590px;
  }

  .signal-card {
    min-width: 108px;
    padding: 10px 11px;
  }

  .signal-card-top {
    left: -6px;
  }

  .signal-card-side {
    right: -6px;
  }

  .hero-system-line .container {
    grid-template-columns: auto 1fr auto 1fr auto;
    gap: 10px;
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zhero-orbit,
  .product-halo,
  .signal-card,
  .signal-wave i {
    animation: none;
  }
}

/* Shared home language */

body[data-page="home"] main {
  background: var(--home-bg);
}

body[data-page="home"] .button-dark {
  border-color: #111317;
  background: #111317;
  color: #f1efe9;
}

body[data-page="home"] .button-dark:hover {
  background: #25282d;
}

body[data-page="home"] .home-footer {
  border-top-color: rgba(255, 255, 255, 0.08);
  background: #08090b;
}

.header-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--home-accent), #f5a83b);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
}

.home-header.is-scrolled {
  background: rgba(9, 10, 12, 0.92) !important;
}

.home-section {
  position: relative;
  scroll-margin-top: 166px;
  overflow: clip;
  padding: clamp(104px, 11vw, 172px) 0;
  background: var(--home-bg);
  color: var(--home-ivory);
}

.final-cta {
  scroll-margin-top: 166px;
}

.home-light {
  background: #f0efe9;
  color: #101114;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #74767c;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-kicker::before {
  width: 22px;
  height: 1px;
  background: var(--home-accent);
  content: "";
}

.home-kicker-dark {
  color: #858890;
}

.home-section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 700;
  letter-spacing: -0.062em;
  line-height: 0.95;
}

.home-section h2 em,
.final-cta h2 em {
  color: var(--home-accent);
  font-style: normal;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-context {
  position: sticky;
  top: 104px;
  z-index: 24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(14, 15, 18, 0.9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.product-context-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  min-height: 54px;
}

.product-context-name {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-self: start;
  color: #b7b9be;
  font-size: 12px;
}

.product-context-name img {
  width: 25px;
  height: 25px;
  border-radius: 7px;
}

.product-context-name strong {
  color: #f0eee8;
}

.product-context nav {
  display: flex;
  gap: 26px;
  color: #858890;
  font-size: 11px;
  font-weight: 500;
}

.product-context nav a:hover,
.product-context nav a.is-active {
  color: #f0eee8;
}

.context-cta {
  display: inline-flex;
  min-height: 44px;
  gap: 7px;
  align-items: center;
  border: 1px solid rgba(255, 92, 56, 0.45);
  border-radius: 4px;
  padding: 0 12px;
  background: rgba(255, 92, 56, 0.08);
  justify-self: end;
  color: var(--home-accent);
  font-size: 11px;
  font-weight: 700;
}

.context-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 20px;
}

.context-waitlist {
  display: grid;
  min-height: 44px;
  gap: 2px;
  align-content: center;
  border: 1px solid rgba(143, 123, 255, 0.32);
  border-radius: 4px;
  padding: 0 12px;
  background: rgba(143, 123, 255, 0.06);
  line-height: 1.05;
}

.context-waitlist span {
  color: #9f93ef;
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.context-waitlist strong {
  color: #d6d4cf;
  font-size: 9px;
  font-weight: 600;
}

.section-cta-pair {
  margin-top: 30px;
}

.trust-copy .section-cta-pair .button {
  margin-top: 0;
}

/* Manifesto */

.manifesto-section {
  padding-block: clamp(112px, 14vw, 210px);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: 36px 80px;
  align-items: end;
}

.manifesto-grid > .home-kicker {
  grid-column: 1 / -1;
}

.manifesto-grid h2 {
  max-width: 980px;
  color: #101114;
}

.manifesto-copy {
  max-width: 490px;
  margin: 0 0 8px;
  color: #55585e;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.manifesto-specs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
  border-top: 1px solid rgba(16, 17, 20, 0.16);
  border-bottom: 1px solid rgba(16, 17, 20, 0.16);
}

.manifesto-specs span {
  display: flex;
  gap: 16px;
  align-items: baseline;
  min-height: 120px;
  padding: 28px 34px;
  color: #6c6f75;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.manifesto-specs span + span {
  border-left: 1px solid rgba(16, 17, 20, 0.16);
}

.manifesto-specs strong {
  color: #111317;
  font-family: var(--font-body);
  font-size: 48px;
  letter-spacing: -0.06em;
}

/* Workflow */

.workflow-section {
  min-height: 1500px;
  background:
    radial-gradient(circle at 18% 47%, rgba(255, 92, 56, 0.13), transparent 26%),
    #0a0b0d;
}

.workflow-backdrop {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 4%, black 18%, black 86%, transparent);
  opacity: 0.45;
  pointer-events: none;
}

.workflow-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.44fr);
  gap: 72px;
  align-items: end;
}

.workflow-heading .home-kicker {
  margin-bottom: 28px;
}

.workflow-heading > p {
  max-width: 430px;
  margin: 0 0 6px;
  color: #a5a7ad;
  font-size: 18px;
  line-height: 1.55;
}

.workflow-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(420px, 1fr);
  gap: clamp(72px, 10vw, 148px);
  align-items: start;
  margin-top: 112px;
}

.motion-device {
  position: sticky;
  top: 150px;
  overflow: hidden;
  width: min(100%, 470px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #0c0d10;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.motion-device::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.motion-device-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 15px;
  color: #6e7179;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.motion-device-top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67d88d;
  box-shadow: 0 0 12px rgba(103, 216, 141, 0.55);
}

.motion-device-top b {
  color: #8b8e96;
  font-weight: 400;
}

.motion-device-screen {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #0b0c0e;
}

.motion-device-screen video,
.motion-phone video,
.final-motion video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.workflow-steps {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 24px;
  min-height: 250px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 34px 0 48px;
}

.workflow-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.step-index {
  color: var(--home-accent);
  font-family: var(--font-mono);
  font-size: 11px;
}

.workflow-steps li > b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(103, 216, 141, 0.24);
  border-radius: 50%;
  color: #67d88d;
  font-size: 12px;
}

.workflow-steps li div > p:first-child {
  margin: 0 0 13px;
  color: #7f828a;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.workflow-steps h3 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #f0eee8;
  font-size: clamp(27px, 3vw, 42px);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.workflow-steps li div > p:last-child {
  max-width: 520px;
  margin: 0;
  color: #92959c;
  font-size: 16px;
  line-height: 1.55;
}

/* Story: edit by text */

.story-light {
  background: #f0efe9;
  color: #101114;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(390px, 0.72fr);
  gap: clamp(68px, 10vw, 150px);
  align-items: center;
}

.story-visual {
  position: relative;
  display: grid;
  min-height: 820px;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 92, 56, 0.24), transparent 36%),
    #111317;
  box-shadow: 0 40px 90px rgba(25, 24, 22, 0.2);
}

.story-visual-grid,
.motion-library-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle, black, transparent 75%);
}

.motion-phone {
  position: relative;
  z-index: 2;
  width: min(360px, 72%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 36px;
  padding: 7px;
  background: linear-gradient(145deg, #3a3d43, #0b0c0e 20%, #050607 76%, #292c31);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55);
}

.motion-phone video {
  overflow: hidden;
  border-radius: 29px;
  background: #0b0c0e;
  aspect-ratio: 9 / 16;
}

.motion-phone-label {
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(9, 10, 12, 0.76);
  color: #aaaeb6;
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.cut-signal {
  position: absolute;
  right: 7%;
  bottom: 14%;
  z-index: 4;
  display: grid;
  gap: 5px;
  min-width: 128px;
  border: 1px solid rgba(255, 92, 56, 0.35);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(14, 15, 18, 0.88);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.46);
  color: #7e8189;
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.1em;
}

.cut-signal strong {
  color: var(--home-accent);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.story-copy .home-kicker {
  margin-bottom: 30px;
}

.story-copy h2 {
  color: #101114;
  font-size: clamp(48px, 5.3vw, 76px);
}

.story-lead {
  max-width: 590px;
  margin: 34px 0 45px;
  color: #55585e;
  font-size: 19px;
  line-height: 1.55;
}

.purpose-block {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 26px;
  border-top: 1px solid rgba(16, 17, 20, 0.14);
  padding: 26px 0;
}

.purpose-block > span {
  color: #74767d;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.purpose-block p {
  margin: 0;
  color: #393b40;
  font-size: 15px;
  line-height: 1.55;
}

.purpose-block-accent {
  border-top-color: rgba(255, 92, 56, 0.35);
}

.purpose-block-accent > span {
  color: var(--home-accent);
}

.proof-line {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 26px 0 0;
  color: #6a6c72;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.proof-line i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67b783;
}

/* Rhythm */

.rhythm-section {
  min-height: 1800px;
  padding-bottom: 160px;
  background:
    radial-gradient(circle at 50% 42%, rgba(143, 123, 255, 0.13), transparent 32%),
    #090a0c;
}

.rhythm-heading {
  text-align: center;
}

.rhythm-heading .home-kicker {
  justify-content: center;
  margin-bottom: 28px;
}

.rhythm-heading h2 {
  max-width: 900px;
  margin-inline: auto;
}

.rhythm-heading > p:last-child {
  max-width: 610px;
  margin: 34px auto 0;
  color: #9a9ca3;
  font-size: 18px;
  line-height: 1.55;
}

.timeline-stage {
  position: relative;
  display: grid;
  min-height: 880px;
  place-items: center;
  margin-top: 92px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #0e1013;
  background-size: 62px 62px, 62px 62px, auto;
}

.timeline-rings {
  position: absolute;
  width: min(900px, 82vw);
  aspect-ratio: 1;
  border: 1px solid rgba(143, 123, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 100px rgba(143, 123, 255, 0.025),
    0 0 0 200px rgba(143, 123, 255, 0.018);
}

.motion-phone-timeline {
  width: min(388px, 68%);
  transform: rotate(-2deg);
}

.timeline-spec {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 140px;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  padding: 15px 16px;
  background: rgba(13, 15, 18, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-family: var(--font-mono);
}

.timeline-spec span {
  color: #73767e;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.timeline-spec strong {
  color: #f1efe9;
  font-size: 20px;
  font-weight: 500;
}

.timeline-spec-one {
  top: 23%;
  left: 12%;
}

.timeline-spec-one i {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #f5a83b 62%, #2a2d33 62%);
}

.timeline-spec-two {
  top: 37%;
  right: 13%;
}

.timeline-channel {
  position: absolute;
  right: 7%;
  bottom: 8%;
  left: 7%;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(9, 10, 12, 0.86);
}

.timeline-channel span {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  color: #8d9098;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.timeline-channel span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.timeline-channel i {
  width: 20px;
  height: 3px;
  border-radius: 99px;
}

.channel-cut { background: var(--home-accent); }
.channel-zoom { background: #f5a83b; }
.channel-motion { background: #8f7bff; }
.channel-caption { background: #2dd4cd; }

.rhythm-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rhythm-purpose-grid article {
  min-height: 260px;
  padding: 36px 34px;
}

.rhythm-purpose-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rhythm-purpose-grid article > span {
  color: #767981;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rhythm-purpose-grid h3 {
  margin: 50px 0 14px;
  color: #f0eee8;
  font-size: 25px;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.rhythm-purpose-grid p {
  margin: 0;
  color: #8d9098;
  font-size: 14px;
  line-height: 1.55;
}

/* Capability grid */

.feature-section {
  padding-bottom: clamp(130px, 13vw, 200px);
}

.feature-heading {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.45fr);
  gap: 72px;
  align-items: end;
}

.feature-heading .home-kicker {
  margin-bottom: 28px;
}

.feature-heading h2 {
  color: #101114;
}

.feature-heading > p {
  max-width: 470px;
  margin: 0 0 5px;
  color: #5e6066;
  font-size: 18px;
  line-height: 1.55;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 82px;
}

.capability-card {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.14);
  border-radius: 13px;
  padding: 24px;
  background: #e8e7e1;
  transition:
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.capability-card:hover {
  z-index: 2;
  background: #f7f6f1;
  box-shadow: 0 24px 60px rgba(30, 28, 24, 0.12);
  transform: translateY(-4px);
}

.capability-wide {
  grid-column: span 2;
}

.capability-topline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  color: #777a80;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.11em;
}

.capability-topline b {
  font-weight: 500;
}

.capability-topline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.tone-prep { background: #5b8db8; }
.tone-cut { background: #e5484d; }
.tone-audio { background: #4cc38a; }
.tone-zoom { background: #f5a83b; }
.tone-caption { background: #2dd4cd; }
.tone-motion { background: #8f7bff; }
.tone-review { background: #3fb5ae; }
.tone-export { background: #ff5c38; }

.capability-card h3 {
  max-width: 570px;
  margin: auto 0 15px;
  color: #15161a;
  font-size: clamp(26px, 2.4vw, 36px);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.capability-card > p {
  max-width: 620px;
  margin: 0;
  color: #606268;
  font-size: 14px;
  line-height: 1.52;
}

.capability-card > p strong {
  color: #27292e;
  font-weight: 600;
}

.capability-visual,
.mini-transcript,
.audio-meter,
.zoom-reticle,
.caption-preview,
.motion-orchestration,
.review-stack,
.export-route {
  position: relative;
  flex: 0 0 210px;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.11);
  border-radius: 9px;
  background: #111317;
}

.framing-visual {
  display: grid;
  grid-template-columns: 1.3fr 0.72fr 0.9fr;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 36px clamp(32px, 7vw, 110px);
}

.framing-visual div {
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 50% 36%, #8b8e96 0 14%, transparent 14.5%),
    radial-gradient(ellipse at 50% 84%, #565960 0 33%, transparent 33.5%),
    #24272c;
}

.frame-original { width: 150px; height: 100px; }
.frame-vertical { width: 74px; height: 132px; }
.framing-visual div:nth-of-type(3) { width: 105px; height: 105px; }

.framing-visual span {
  align-self: end;
  justify-self: center;
  color: #777b83;
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.12em;
}

.mini-transcript {
  display: flex;
  align-items: center;
  padding: 28px;
  color: #e9e7e1;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.mini-transcript mark {
  margin-inline: 5px;
  border-radius: 3px;
  padding: 0 3px;
  background: var(--home-accent);
  color: #180b07;
}

.audio-meter {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 32px 26px;
}

.audio-meter i {
  flex: 1;
  border-radius: 999px;
  background: linear-gradient(to top, #4cc38a, #9be1b9);
  opacity: 0.78;
}

.audio-meter i:nth-child(1) { height: 32%; }
.audio-meter i:nth-child(2) { height: 67%; }
.audio-meter i:nth-child(3) { height: 46%; }
.audio-meter i:nth-child(4) { height: 88%; }
.audio-meter i:nth-child(5) { height: 58%; }
.audio-meter i:nth-child(6) { height: 96%; }
.audio-meter i:nth-child(7) { height: 49%; }
.audio-meter i:nth-child(8) { height: 76%; }
.audio-meter i:nth-child(9) { height: 39%; }
.audio-meter i:nth-child(10) { height: 83%; }
.audio-meter i:nth-child(11) { height: 56%; }
.audio-meter i:nth-child(12) { height: 70%; }

.audio-meter span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #767a82;
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zoom-reticle {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, transparent 27%, rgba(245, 168, 59, 0.18) 28%, transparent 29%),
    #111317;
}

.zoom-reticle div {
  width: 88px;
  height: 88px;
  border: 1px solid rgba(245, 168, 59, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(245, 168, 59, 0.05);
}

.zoom-reticle span {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: #f5a83b;
  font-family: var(--font-mono);
  font-size: 10px;
}

.zoom-reticle i,
.zoom-reticle i::before {
  position: absolute;
  width: 1px;
  height: 140px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.zoom-reticle i::before {
  transform: rotate(90deg);
}

.caption-preview {
  display: grid;
  place-content: center;
  color: #f0eee8;
  text-align: center;
}

.caption-preview span {
  color: #2dd4cd;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.caption-preview strong {
  font-size: 42px;
  letter-spacing: -0.05em;
}

.motion-orchestration {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 40px 48px;
}

.motion-orchestration span {
  border: 1px solid rgba(143, 123, 255, 0.28);
  border-radius: 6px;
  padding: 14px 16px;
  color: #c6bdfd;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.motion-orchestration i {
  height: 1px;
  background: linear-gradient(90deg, #8f7bff, rgba(143, 123, 255, 0.1));
}

.review-stack {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 30px;
}

.review-stack span {
  border: 1px solid rgba(63, 181, 174, 0.2);
  border-radius: 5px;
  padding: 12px 14px;
  color: #a8c9c7;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.review-stack span:nth-child(2) { margin-left: 18px; }
.review-stack span:nth-child(3) { margin-left: 36px; }

.export-route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 38px;
  color: #8c8f97;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.export-route i {
  height: 2px;
  background: linear-gradient(90deg, #ff5c38, #67d88d);
}

.export-route strong {
  border: 1px solid rgba(103, 216, 141, 0.25);
  border-radius: 5px;
  padding: 13px 15px;
  color: #67d88d;
  font-size: 11px;
}

/* Real output loops */

.loop-showcase-section {
  position: relative;
  min-height: 1320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 92, 56, 0.13), transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(45, 212, 205, 0.09), transparent 26%),
    #090a0c;
}

.loop-showcase-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 86%, transparent);
  opacity: 0.48;
}

.loop-showcase-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.42fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: end;
}

.loop-showcase-heading .home-kicker {
  margin-bottom: 28px;
}

.loop-showcase-heading h2 {
  font-size: clamp(56px, 6.3vw, 94px);
}

.loop-showcase-intro > p {
  margin: 0;
  color: #a0a2a9;
  font-size: 18px;
  line-height: 1.55;
}

.loop-showcase-intro > span {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 24px;
  color: #6f7279;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.loop-showcase-intro > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67d88d;
  box-shadow: 0 0 12px rgba(103, 216, 141, 0.52);
}

.loop-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.55vw, 24px);
  margin-top: 96px;
}

.loop-card {
  min-width: 0;
}

.loop-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
  background: #15171a;
  box-shadow: 0 34px 76px rgba(0, 0, 0, 0.42);
}

.loop-media::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  content: "";
  pointer-events: none;
}

.loop-media video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #111316;
  object-fit: cover;
  transition: transform 480ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.loop-card:hover .loop-media video {
  transform: scale(1.018);
}

.loop-media-meta {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  padding: 10px 11px;
  background: rgba(8, 9, 11, 0.72);
  color: #aaaeb6;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.11em;
}

.loop-media-meta b {
  color: #e5e3dd;
  font-weight: 500;
}

.loop-card-copy {
  padding: 24px 4px 0;
}

.loop-card-copy > span {
  color: var(--home-accent);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.loop-card:nth-child(2) .loop-card-copy > span { color: #2dd4cd; }
.loop-card:nth-child(3) .loop-card-copy > span { color: #f5a83b; }
.loop-card:nth-child(4) .loop-card-copy > span { color: #a99ff0; }

.loop-card-copy h3 {
  margin: 13px 0 11px;
  color: #eeece6;
  font-size: clamp(21px, 1.7vw, 28px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.loop-card-copy p {
  margin: 0;
  color: #777a82;
  font-size: 13px;
  line-height: 1.5;
}

/* Motion library */

.motion-library-section {
  min-height: 1250px;
  background:
    radial-gradient(circle at 82% 18%, rgba(143, 123, 255, 0.14), transparent 26%),
    radial-gradient(circle at 10% 80%, rgba(255, 92, 56, 0.11), transparent 24%),
    #0a0b0d;
}

.motion-library-grid {
  opacity: 0.65;
}

.motion-library-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.motion-library-copy .home-kicker {
  justify-content: center;
  margin-bottom: 30px;
}

.motion-library-copy > p:last-child {
  max-width: 620px;
  margin: 36px auto 0;
  color: #9c9fa6;
  font-size: 18px;
  line-height: 1.55;
}

.motion-library-layout {
  position: relative;
  z-index: 1;
  margin-top: 110px;
}

.library-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.library-metrics article {
  display: grid;
  min-height: 210px;
  place-content: center;
  text-align: center;
}

.library-metrics article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.library-metrics strong {
  color: #f0eee8;
  font-size: clamp(56px, 7vw, 98px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1;
}

.library-metrics span {
  margin-top: 9px;
  color: #777a82;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.collection-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin-top: 58px;
}

.collection-rail span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.025);
  color: #a1a4ab;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.library-purpose {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 34px;
  max-width: 760px;
  margin: 70px auto 0;
  border-top: 1px solid rgba(143, 123, 255, 0.32);
  padding-top: 26px;
  color: #a7a9b0;
  font-size: 16px;
  line-height: 1.55;
}

.library-purpose span {
  color: #a99ff0;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Trust */

.trust-section {
  padding-block: clamp(120px, 14vw, 210px);
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(430px, 0.8fr);
  gap: clamp(70px, 11vw, 160px);
  align-items: center;
}

.trust-copy .home-kicker {
  margin-bottom: 28px;
}

.trust-copy h2 {
  color: #101114;
  font-size: clamp(48px, 5.4vw, 78px);
}

.trust-copy > p {
  max-width: 540px;
  margin: 34px 0;
  color: #5d5f65;
  font-size: 18px;
  line-height: 1.55;
}

.trust-console {
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.25);
  border-radius: 13px;
  background: #111317;
  box-shadow: 0 34px 80px rgba(22, 21, 19, 0.22);
}

.trust-console-head,
.trust-console-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 20px;
  color: #6f727a;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.trust-console-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-console-head b {
  color: #67d88d;
  font-weight: 500;
}

.trust-console ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-console li {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 17px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 20px;
}

.trust-console li span {
  color: var(--home-accent);
  font-family: var(--font-mono);
  font-size: 9px;
}

.trust-console li strong {
  color: #deddd8;
  font-size: 15px;
  font-weight: 500;
}

.trust-console li i {
  border: 1px solid rgba(103, 216, 141, 0.2);
  border-radius: 999px;
  padding: 5px 8px;
  color: #67d88d;
  font-family: var(--font-mono);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-console-foot {
  justify-content: flex-start;
  gap: 9px;
  min-height: 58px;
}

.trust-console-foot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67d88d;
  box-shadow: 0 0 12px rgba(103, 216, 141, 0.5);
}

/* FAQ */

.faq-section {
  background: #0b0c0e;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.5fr) minmax(480px, 0.82fr);
  gap: clamp(72px, 12vw, 170px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 154px;
}

.faq-heading .home-kicker {
  margin-bottom: 28px;
}

.faq-heading h2 {
  font-size: clamp(48px, 5vw, 72px);
}

.faq-heading > p:last-child {
  max-width: 430px;
  margin: 32px 0 0;
  color: #8e9198;
  font-size: 16px;
  line-height: 1.55;
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 98px;
  cursor: pointer;
  color: #e7e5df;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--home-accent);
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 620px;
  margin: -8px 0 34px;
  color: #92959d;
  font-size: 15px;
  line-height: 1.6;
}

.faq-list details p a {
  color: #d9d7d1;
  text-decoration: underline;
  text-decoration-color: rgba(255, 92, 56, 0.64);
  text-underline-offset: 4px;
}

/* Final CTA */

.final-cta {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(90deg, rgba(9, 10, 12, 0.96) 0%, rgba(9, 10, 12, 0.8) 47%, rgba(9, 10, 12, 0.35) 100%),
    #090a0c;
}

.final-cta::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 82%);
}

.final-cta-glow {
  position: absolute;
  top: 20%;
  right: 4%;
  width: 680px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 92, 56, 0.26), transparent 67%);
  filter: blur(20px);
}

.final-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(370px, 0.62fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: center;
  min-height: 980px;
}

.final-cta-copy .launch-pill {
  margin-bottom: 30px;
}

.final-cta-copy h2 {
  color: #f0eee8;
  font-size: clamp(54px, 6.2vw, 92px);
}

.final-cta-copy > p:not(.launch-pill) {
  max-width: 560px;
  margin: 34px 0;
  color: #a6a8ae;
  font-size: 18px;
  line-height: 1.55;
}

.final-cta-copy small {
  display: block;
  margin-top: 14px;
  color: #64676e;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.platform-availability {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.platform-availability li {
  min-width: 0;
}

.platform-card {
  display: flex;
  min-height: 252px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 20px;
  background: rgba(18, 20, 23, 0.84);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

.platform-card-live {
  border-color: rgba(103, 216, 141, 0.27);
  background:
    linear-gradient(145deg, rgba(103, 216, 141, 0.08), transparent 50%),
    rgba(18, 20, 23, 0.86);
}

.platform-card-soon {
  background:
    linear-gradient(145deg, rgba(143, 123, 255, 0.09), transparent 50%),
    rgba(18, 20, 23, 0.86);
}

.platform-status {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  color: #91949c;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platform-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67d88d;
  box-shadow: 0 0 12px rgba(103, 216, 141, 0.44);
}

.platform-card-soon .platform-status i {
  background: #8f7bff;
  box-shadow: 0 0 12px rgba(143, 123, 255, 0.44);
}

.platform-card h3 {
  margin: 0 0 9px;
  color: #f0eee8;
  font-size: 21px;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.platform-card > span {
  margin-bottom: 20px;
  color: #858890;
  font-size: 12px;
  line-height: 1.5;
}

.platform-button {
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding-inline: 12px;
  text-align: center;
}

.final-motion {
  justify-self: center;
  width: min(430px, 100%);
  transform: rotate(2.5deg);
}

.final-motion-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  padding: 7px;
  background: linear-gradient(145deg, #383b40, #090a0c 18%, #050607 82%, #292c31);
  box-shadow: 0 48px 100px rgba(0, 0, 0, 0.68);
}

.final-motion video {
  border-radius: 31px;
  background: #090a0c;
  aspect-ratio: 9 / 16;
}

@media (max-width: 1080px) {
  .manifesto-grid,
  .workflow-heading,
  .feature-heading {
    gap: 42px;
  }

  .workflow-layout {
    gap: 60px;
  }

  .story-grid {
    gap: 62px;
  }

  .story-visual {
    min-height: 720px;
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-wide {
    grid-column: span 2;
  }

  .loop-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 18px;
  }

}

@media (max-width: 820px) {
  .product-context-inner {
    grid-template-columns: 1fr auto;
  }

  .product-context nav {
    display: none;
  }

  .manifesto-grid,
  .workflow-heading,
  .workflow-layout,
  .story-grid,
  .feature-heading,
  .loop-showcase-heading,
  .trust-grid,
  .faq-layout,
  .final-cta-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-copy,
  .workflow-heading > p,
  .feature-heading > p,
  .loop-showcase-intro {
    max-width: 650px;
  }

  .loop-showcase-heading {
    gap: 32px;
  }

  .manifesto-specs {
    margin-top: 38px;
  }

  .manifesto-specs span {
    min-height: 100px;
    flex-direction: column;
    gap: 4px;
    padding: 22px;
  }

  .workflow-section {
    min-height: auto;
  }

  .motion-device {
    position: relative;
    top: auto;
    justify-self: center;
    width: min(440px, 82vw);
  }

  .workflow-steps {
    margin-top: 0;
  }

  .story-visual {
    min-height: 760px;
  }

  .story-copy {
    max-width: 650px;
  }

  .rhythm-section {
    min-height: auto;
  }

  .timeline-stage {
    min-height: 780px;
  }

  .timeline-spec-one {
    left: 6%;
  }

  .timeline-spec-two {
    right: 6%;
  }

  .rhythm-purpose-grid {
    grid-template-columns: 1fr;
  }

  .rhythm-purpose-grid article {
    min-height: auto;
  }

  .rhythm-purpose-grid article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .rhythm-purpose-grid h3 {
    margin-top: 28px;
  }

  .trust-console,
  .final-motion {
    width: min(520px, 100%);
  }

  .faq-heading {
    position: relative;
    top: auto;
  }

  .library-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .library-metrics article:nth-child(3),
  .library-metrics article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .library-metrics article:nth-child(3) {
    border-left: 0;
  }

  .final-cta,
  .final-cta-grid {
    min-height: auto;
  }

  .final-cta-grid {
    padding-block: 120px;
  }

  .final-motion {
    width: min(390px, 82vw);
  }

  .platform-availability {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .home-section,
  .final-cta {
    scroll-margin-top: 196px;
  }

  body[data-page="home"] .home-header {
    height: 134px;
  }

  body[data-page="home"] .home-header .header-inner {
    height: 68px;
  }

  .availability-strip {
    height: 66px;
  }

  .availability-strip-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .availability-item {
    min-height: 32px;
    justify-self: stretch;
    justify-content: center;
  }

  .availability-item-soon {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .availability-item-soon em {
    font-size: 7px;
  }

  .zhero {
    padding-top: 176px;
  }

  .zhero-grid {
    inset: 134px 0 70px;
  }

  .home-section {
    padding-block: 96px;
  }

  .product-context {
    top: 134px;
  }

  .product-context-name span {
    display: none;
  }

  .context-cta {
    font-size: 8px;
  }

  .context-actions {
    gap: 12px;
  }

  .context-waitlist {
    padding-inline: 9px;
  }

  .context-waitlist strong {
    font-size: 8px;
  }

  .manifesto-grid {
    gap: 30px;
  }

  .manifesto-specs {
    grid-template-columns: 1fr;
  }

  .manifesto-specs span {
    min-height: 82px;
    flex-direction: row;
    align-items: center;
  }

  .manifesto-specs span + span {
    border-top: 1px solid rgba(16, 17, 20, 0.16);
    border-left: 0;
  }

  .manifesto-specs strong {
    font-size: 38px;
  }

  .workflow-heading,
  .feature-heading {
    gap: 30px;
  }

  .workflow-layout {
    gap: 68px;
    margin-top: 68px;
  }

  .workflow-steps li {
    grid-template-columns: 32px 1fr;
    min-height: auto;
    gap: 14px;
    padding-block: 28px 34px;
  }

  .workflow-steps li > b {
    display: none;
  }

  .story-visual {
    min-height: 650px;
  }

  .motion-phone {
    width: min(320px, 78%);
  }

  .cut-signal {
    right: 2%;
  }

  .purpose-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline-stage {
    min-height: 650px;
    margin-top: 64px;
  }

  .motion-phone-timeline {
    width: min(310px, 74%);
  }

  .timeline-spec {
    min-width: 104px;
    padding: 10px 11px;
  }

  .timeline-spec strong {
    font-size: 15px;
  }

  .timeline-spec-one {
    top: 18%;
    left: 2%;
  }

  .timeline-spec-two {
    top: 34%;
    right: 2%;
  }

  .timeline-channel {
    right: 3%;
    bottom: 4%;
    left: 3%;
  }

  .timeline-channel span {
    gap: 6px;
    min-height: 48px;
    font-size: 6px;
  }

  .timeline-channel i {
    width: 12px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-wide {
    grid-column: auto;
  }

  .capability-card {
    min-height: 460px;
  }

  .loop-showcase-section {
    min-height: auto;
  }

  .loop-gallery {
    grid-template-columns: 1fr;
    gap: 54px;
    width: min(100%, 430px);
    margin-top: 68px;
  }

  .loop-card-copy h3 {
    font-size: 28px;
  }

  .framing-visual {
    gap: 12px;
    padding-inline: 22px;
  }

  .frame-original { width: 110px; height: 74px; }
  .frame-vertical { width: 57px; height: 102px; }
  .framing-visual div:nth-of-type(3) { width: 82px; height: 82px; }

  .motion-orchestration {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 24px;
  }

  .motion-orchestration i {
    display: none;
  }

  .motion-orchestration span {
    text-align: center;
  }

  .library-metrics article {
    min-height: 150px;
  }

  .library-purpose {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-console li {
    grid-template-columns: 28px 1fr;
  }

  .trust-console li i {
    display: none;
  }

  .faq-list summary {
    min-height: 86px;
    font-size: 17px;
  }

  .final-cta-grid {
    padding-block: 100px;
  }

  .platform-availability {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: 226px;
  }

  .final-motion {
    width: min(330px, 84vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal],
  .reveal-ready [data-reveal].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .capability-card,
  .faq-list summary span,
  .device-shell {
    transition: none;
  }
}
