html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  overflow-x: clip;
}
body.menu-open {
  overflow: hidden;
}
.hero,
.story,
.security,
.download,
.ecosystem {
  overflow: hidden;
  overflow: clip;
  contain: paint;
}
.hero {
  min-height: 100svh;
}
.hero-visual {
  display: grid;
  place-items: center;
}
.hero-visual picture {
  display: block;
  width: min(100%, 570px);
  transform: translate3d(var(--px, 0), var(--py, 0), 0) rotate(var(--pr, 0deg));
  transition: transform 0.28s ease-out;
}
.hero-asset {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 35px 65px #0009);
}
.phone-shell,
.hero-owl {
  display: none;
}
.orbit {
  width: min(48vw, 580px);
}
.aurora-one {
  right: -2vw;
}
.section,
.story {
  scroll-margin-top: 78px;
}
.story {
  background: #0b082b;
  padding: 34px max(28px, calc((100vw - var(--max)) / 2)) 90px;
}
.story-inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 90px;
  align-items: end;
  padding-top: 52px;
  border-top: 1px solid #ffffff18;
  position: relative;
}
.story h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.12;
  margin: 0;
}
.story p {
  font-size: 18px;
  line-height: 1.9;
  color: #b7b2cf;
  max-width: 620px;
  margin: 0;
}
.story-line {
  position: absolute;
  right: 0;
  bottom: -45px;
  width: 52%;
  display: flex;
  align-items: center;
}
.story-line span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px var(--gold);
}
.story-line i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, #ffd64f, #7345ed);
}
.demo-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #736d91;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.demo-label:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7650f4;
}
.conversation-list .chat-select {
  font: inherit;
  color: inherit;
  width: 100%;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 11px;
  padding: 14px 6px;
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
}
.conversation-list .chat-select.active,
.conversation-list .chat-select:hover {
  background: #f4efff;
}
.chat-select > span,
.avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b54ff, #ffcf3b);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.chat-select b {
  font-size: 13px;
}
.chat-select p {
  font-size: 11px;
  color: #89859c;
  margin: 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-select time {
  font-size: 10px;
  color: #aaa6bd;
}
.window-actions {
  color: #716c8d;
}
.message-row .audio {
  border: 0;
  padding: 12px 15px;
  background: #f1eff8;
  color: #6f3dec;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.audio i {
  width: 72px;
  height: 18px;
  background: repeating-linear-gradient(
    90deg,
    #7a43ef 0 2px,
    transparent 2px 5px
  );
  transform: scaleY(0.65);
  transition: 0.3s;
}
.audio.playing i {
  animation: wave 0.8s ease-in-out infinite alternate;
}
.conversation .composer-form {
  margin: 0 24px 22px;
  padding: 8px 10px 8px 16px;
  border: 1px solid #e7e3f3;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.composer-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 16px;
}
.composer-form button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: #7440ef;
  color: #fff;
  cursor: pointer;
}
.sent-demo {
  animation: messageIn 0.35s ease both;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ecosystem {
  background: linear-gradient(135deg, #f8f6ff, #fff);
  color: var(--ink);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 40px;
  min-height: 720px;
}
.ecosystem h2,
.faq h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.12;
  margin: 0;
}
.ecosystem-copy > p {
  font-size: 17px;
  line-height: 1.8;
  color: #686482;
  max-width: 460px;
}
.ecosystem ol {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}
.ecosystem li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #ded9ef;
  font-weight: 650;
}
.ecosystem li span {
  color: #8158ef;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.devices {
  display: block;
}
.devices img {
  width: 115%;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 35px 45px #39206b24);
}
.faq {
  background: #f8f6ff;
  color: var(--ink);
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 110px;
}
.faq > div > p {
  color: #74708d;
}
.faq-list {
  border-top: 1px solid #d8d3e7;
}
.faq details {
  border-bottom: 1px solid #d8d3e7;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  transition: 0.25s;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  margin: 0 0 24px;
  color: #68637f;
  line-height: 1.75;
}
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
}
.js .reveal.visible {
  opacity: 1;
  transform: none;
}
:focus-visible {
  outline: 3px solid #ffdc55;
  outline-offset: 4px;
}
.nav a,
.site-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.menu {
  min-width: 44px;
  min-height: 44px;
}
.launch-note {
  min-height: 22px;
}
.platforms button[aria-pressed="true"] {
  border-color: #ffd952;
  background: #ffffff10;
}
.brand img {
  object-fit: contain;
}
.site-header,
.nav {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
@keyframes wave {
  to {
    transform: scaleY(1.12);
  }
}
@keyframes messageIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
}
@media (max-width: 1024px) {
  .story-inner {
    gap: 42px;
  }
  .ecosystem {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }
  .devices img {
    width: 100%;
  }
  .faq {
    gap: 42px;
  }
  .hero-visual picture {
    width: min(100%, 510px);
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: max(110px, calc(90px + env(safe-area-inset-top)));
    padding-bottom: 40px;
  }
  .hero-visual {
    height: 460px;
  }
  .hero-visual picture {
    width: 330px;
  }
  .story {
    padding: 62px 24px 82px;
  }
  .story-inner,
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .story-line {
    width: 100%;
  }
  .product {
    padding-top: 88px;
  }
  .conversation-list {
    display: flex !important;
    overflow-x: auto;
    gap: 8px;
    padding: 12px 14px;
    border: 0;
    scroll-snap-type: x mandatory;
  }
  .conversation-list label {
    display: none;
  }
  .conversation-list .chat-select {
    min-width: 220px;
    scroll-snap-align: start;
  }
  .product-stage {
    display: flex;
    flex-direction: column;
    height: 680px;
  }
  .conversation {
    flex: 1;
    min-height: 0;
  }
  .ecosystem {
    text-align: center;
  }
  .ecosystem-copy > p {
    margin-left: auto;
    margin-right: auto;
  }
  .ecosystem ol {
    max-width: 480px;
    margin: auto;
    text-align: left;
  }
  .security {
    padding-bottom: 90px;
  }
  .faq {
    padding: 80px 24px;
  }
  .site-header {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
}
@media (max-width: 480px) {
  .hero {
    min-height: 100svh;
  }
  .hero h1 {
    font-size: clamp(38px, 11vw, 44px);
  }
  .hero-copy > p {
    font-size: 16px;
    margin: 20px 0 24px;
  }
  .hero-actions {
    gap: 10px;
  }
  .button-primary {
    height: 50px;
  }
  .button-ghost {
    height: 44px;
    border: 0;
  }
  .hero-visual {
    height: 390px;
    margin-top: 5px;
  }
  .hero-visual picture {
    width: 290px;
  }
  .story {
    margin-top: 0;
  }
  .story-inner {
    text-align: center;
  }
  .story p {
    font-size: 16px;
  }
  .product-stage {
    height: 650px;
  }
  .conversation-list {
    display: flex !important;
  }
  .message-area {
    padding: 16px;
  }
  .sunset {
    width: 190px;
  }
  .ecosystem {
    padding-left: 20px;
    padding-right: 20px;
  }
  .devices img {
    width: 116%;
    margin-left: -8%;
  }
  .download-art:before {
    width: min(92vw, 390px);
    height: min(92vw, 390px);
  }
  .globe-line {
    width: 120vw;
  }
  .platforms button {
    min-height: 72px;
  }
  .site-footer {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
  .reveal,
  * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .hero-visual picture {
    transform: none !important;
  }
}
