@charset "UTF-8";
@font-face {
  font-family: MiSans;
  src: url('assets/fonts/MiSans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: MiSans;
  src: url('assets/fonts/MiSans-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: MiSans;
  src: url('assets/fonts/MiSans-Semibold.woff') format('woff');
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}
:root {
  font-family: MiSans, sans-serif;
  color: #f5f5f7;
  background: #080a0e;
  font-synthesis: none;
  font-optical-sizing: auto;
  --blue: #1475e6;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}
body {
  margin: 0;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:active,
.button:active {
  transform: scale(0.97);
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #479dff;
  outline-offset: 5px;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
p,
figure {
  margin: 0;
}
h1,
h2 {
  letter-spacing: 0;
  font-weight: 600;
}
h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.3;
}
h2 span {
  color: #9399a6;
}
.sr-only,
.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.skip:focus {
  position: fixed;
  top: 70px;
  left: 20px;
  width: auto;
  height: auto;
  clip-path: none;
  background: white;
  color: black;
  padding: 16px;
  z-index: 100;
}
.navigation {
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(5vw, 24px);
  color: #26354c;
  background: rgba(225, 234, 248, 0.72);
  backdrop-filter: blur(24px) saturate(150%);
  border-bottom: 1px solid #526d951a;
  transition:
    background 0.35s,
    color 0.35s;
}
.navigation.dark {
  background: rgba(14, 17, 23, 0.76);
  color: #f3f5fa;
  border-color: #ffffff12;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 650;
  white-space: nowrap;
}
.brand > img {
  flex-shrink: 0;
}
.navigation-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.account-button {
  border: 1px solid currentColor;
  border-radius: 99px;
  background: transparent;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.account-button:hover {
  background: #8899b21a;
}
.brand span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.6;
  margin-left: 4px;
}
.navigation nav {
  display: flex;
  gap: 32px;
  font-size: 12px;
}
.navigation nav a {
  opacity: 0.75;
}
.navigation nav a:hover {
  opacity: 1;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1.5;
  border-radius: 99px;
  min-height: 48px;
  padding: 0 25px;
  border: 0;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.button.primary {
  background: #1475e6;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 8px 26px #0065dc18;
}
.button.primary:hover {
  background: #2788f6;
  box-shadow: 0 8px 30px #137af333;
}
.nav-button {
  background: #263950;
  color: #fff;
  font-size: 11px;
  min-height: 31px;
  padding: 0 15px;
  gap: 15px;
}
.navigation.dark .nav-button {
  background: #1475e6;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-bottom: 22px;
}
.eyebrow span {
  margin-left: 15px;
  font-size: 10px;
  opacity: 0.6;
}
.chapter {
  position: relative;
  scroll-margin-top: 0;
}
.hero {
  height: 128svh;
  background: linear-gradient(165deg, #c8d8ed 0%, #9eb9dd 45%, #819ec8 100%);
  color: #243856;
}
.hero-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 660px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 95px;
  background: radial-gradient(ellipse at 50% 32%, #e9f8ff85, transparent 48%);
}
.hero-orbit {
  position: absolute;
  width: 620px;
  aspect-ratio: 1;
  top: -30px;
  border: 1px solid #edf6ff2b;
  border-radius: 50%;
  box-shadow:
    0 0 100px #d8e6ff22,
    inset 0 0 100px #e1f0ff22;
}
.hero-orbit:after {
  content: '';
  position: absolute;
  inset: -95px;
  border-radius: 50%;
  border: 1px solid #eaf1ff17;
}
.hero-emblem {
  position: relative;
  width: clamp(220px, 24vw, 350px);
  aspect-ratio: 1;
  margin: 10px 0 22px;
  flex-shrink: 0;
  transform: translateY(calc(var(--hero-p, 0) * -32px)) scale(calc(1 + var(--hero-p, 0) * 0.12));
  opacity: calc(1 - var(--hero-p, 0) * 0.6);
}
.hero-emblem > img {
  width: 100%;
  filter: saturate(0.32) brightness(1.35) drop-shadow(0 0 4px #fff) drop-shadow(0 0 17px #c5eaff)
    drop-shadow(0 0 42px #edf7ff);
  opacity: 0.82;
}
.emblem-glow {
  position: absolute;
  inset: 10%;
  background: #fff;
  filter: blur(65px);
  opacity: 0.65;
  border-radius: 50%;
}
.star {
  position: absolute;
  top: 46%;
  left: 47%;
  width: 6%;
  height: 6%;
  border-radius: 50%;
  background: white;
  box-shadow:
    0 0 25px 13px #fff9,
    0 0 65px 20px #eff9ff;
}
.star:before,
.star:after {
  content: '';
  position: absolute;
  inset: 48% -200%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  height: 1px;
}
.star:after {
  transform: rotate(90deg);
}
.hero-copy {
  text-align: center;
  position: relative;
  transform: translateY(calc(var(--hero-p, 0) * -24px));
  opacity: calc(1 - var(--hero-p, 0) * 0.9);
}
h1 {
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1.18;
  color: #fff;
  text-shadow: 0 2px 28px #304d7920;
}
.hero-copy .eyebrow {
  margin-bottom: 16px;
  color: #334b6d;
}
.hero-description {
  font-size: 21px;
  margin-top: 19px;
  color: #f8fbff;
}
/* Match the visible MiSans glyph bounds, including the full-width stop's sidebearing.
   Keep this in em so optical centering follows every responsive font size. */
.hero-copy .optical-stop {
  display: inline-block;
  width: 0.451em;
  text-align: left;
}
.hero-description .optical-stop {
  width: 0.486em;
}
.actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
}
.text-link {
  font-size: 14px;
}
.text-link span {
  margin-left: 8px;
}
.hero-bottom {
  position: absolute;
  bottom: 27px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #2b4467;
}
.hero-bottom a span {
  display: inline-block;
  margin-left: 14px;
}
.hero-bottom > span:last-child {
  font-size: 9px;
}
.sticky-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 6vw 45px;
}
.section-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section-heading > p:not(.eyebrow):not(.fine-print) {
  font-size: 17px;
  line-height: 1.8;
  color: #9ca3b0;
  margin-top: 23px;
}
.overview {
  height: 165svh;
  background: linear-gradient(#edf2f9, #f6f7f9 36%, #e5eaf1);
  color: #1b2330;
}
.overview .section-heading > p:not(.eyebrow) {
  color: #7d8491;
}
.overview h2 span {
  color: #8b97aa;
}
.overview h2 span:first-child {
  color: inherit;
}
.overview .sticky-stage {
  gap: 30px;
}
.overview .eyebrow {
  color: #7b879a;
}
.product-window {
  position: relative;
  width: min(930px, 83vw);
  border-radius: 13px;
  padding: 5px;
  background: linear-gradient(#6d747e, #20242e);
  box-shadow: 0 25px 65px #263f602e;
  transform: perspective(1500px) rotateX(calc(7deg - var(--p, 0) * 7deg))
    scale(calc(0.91 + var(--p, 0) * 0.09));
  transform-origin: 50% 85%;
}
.product-window img {
  width: 100%;
  border-radius: 9px;
}
.product-window figcaption {
  position: absolute;
  right: 18px;
  bottom: 13px;
  background: #171b24cc;
  color: #b9c2d3;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 9px;
}
.overview .section-heading > p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 14px;
}
.overview h2 {
  font-size: clamp(40px, 4.4vw, 64px);
}
.feature-line {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 12px;
  color: #637083;
}
.feature-line i {
  width: 3px;
  height: 3px;
  background: #8a96a7;
  border-radius: 50%;
}
.lens {
  height: 180svh;
  background: #07090c;
}
.lens .sticky-stage {
  justify-content: flex-start;
  padding-top: 110px;
}
.lens .eyebrow {
  color: #89b7d8;
}
.lens h2 span {
  background: linear-gradient(100deg, #d9e6f4, #81a7cc);
  background-clip: text;
  color: transparent;
}
.rain-scene {
  position: relative;
  width: min(1200px, 100vw);
  margin-top: 0;
  transform: scale(calc(0.92 + var(--p, 0) * 0.15)) translateY(calc(var(--p, 0) * -25px));
  mask-image: linear-gradient(transparent, #000 12%, #000 90%, transparent);
  flex: 0 0 auto;
  height: clamp(260px, 44svh, 600px);
  min-height: 280px;
}
.rain-scene > img {
  width: 100%;
  height: 100%;
  max-height: 55svh;
  object-fit: cover;
  object-position: center;
}
.rain-lines {
  position: absolute;
  inset: 18% 7%;
  opacity: 0.2;
  background: repeating-linear-gradient(
    92deg,
    transparent 0 39px,
    #acd6f6 40px,
    transparent 41px 74px
  );
  mask-image: linear-gradient(transparent, #000, transparent);
  transform: translateY(calc(var(--p, 0) * 60px));
}
.lens-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(940px, 86vw);
  font-size: 13px;
  color: #a7b8cb;
  z-index: 3;
  margin-top: -20px;
}
.sound-button {
  background: #19212ba3;
  border: 1px solid #a7c7ee30;
  padding: 13px 19px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
}
.sound-bars {
  font-size: 22px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #a5cbea;
}
.sound-button[aria-pressed='true'] .sound-bars {
  animation: sound 0.6s alternate infinite;
}
@keyframes sound {
  to {
    transform: scaleY(0.4);
  }
}
.dropcat {
  height: 150svh;
  background: radial-gradient(ellipse at 80% 50%, #342014, #0b0b0d 65%);
}
.split-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 5vw;
  padding-left: 10vw;
  padding-right: 7vw;
}
.split-stage .section-heading {
  text-align: left;
  width: 100%;
  min-width: 0;
}
.dropcat h2 {
  font-size: clamp(50px, 6vw, 88px);
}
.dropcat h2 span {
  color: #f4a766;
}
.dropcat .eyebrow {
  color: #c99b78;
}
.engine-label {
  border-top: 1px solid #ffffff24;
  margin-top: 38px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.engine-label > span:last-child {
  color: #977e6c;
  font-size: 10px;
  margin-left: 8px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #f4a766;
  border-radius: 50%;
  box-shadow: 0 0 10px #f4a766;
}
.fine-print {
  color: #776e67;
  font-size: 10px;
  margin-top: 18px;
}
.engine-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 650px;
  perspective: 1200px;
}
.signal-rings {
  position: absolute;
  top: 0;
  width: 550px;
  aspect-ratio: 1;
}
.signal-rings i {
  position: absolute;
  inset: 15%;
  border: 1px solid #d49b582d;
  border-radius: 50%;
  transform: scale(calc(0.8 + var(--p, 0) * 0.4));
}
.signal-rings i:nth-child(2) {
  inset: 0;
}
.signal-rings i:nth-child(3) {
  inset: -15%;
}
.chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  background: linear-gradient(140deg, #393331, #111111 40%, #2c241d);
  border: 1px solid #92714f;
  border-radius: 24px;
  box-shadow:
    0 0 0 5px #171616,
    0 0 0 6px #685447,
    0 0 90px #b0782222;
  z-index: 1;
  transform: rotate(calc(-9deg + var(--p, 0) * 9deg)) translateY(calc(var(--p, 0) * -20px));
}
.chip img {
  width: 45px;
  margin-bottom: 14px;
  filter: sepia(1);
}
.chip > span {
  color: #bd9b81;
  font-size: 14px;
}
.chip strong {
  font-size: 39px;
  letter-spacing: -0.04em;
  color: #ead4bd;
}
.chip small {
  font-size: 7px;
  letter-spacing: 0.14em;
  color: #a38a73;
  margin-top: 18px;
}
.map-preview {
  width: 530px;
  max-width: 115%;
  border-radius: 12px;
  margin-top: 35px;
  border: 1px solid #9b785859;
  box-shadow: 0 25px 70px #000;
  transform: rotateX(10deg) rotateY(-10deg) translateY(calc(var(--p, 0) * -15px));
  opacity: 0.8;
}
.sources {
  height: 155svh;
  background: radial-gradient(ellipse at 50% 77%, #132c45, #090e17 65%);
}
.sources h2 span {
  color: #85b7e7;
}
.sources .eyebrow {
  color: #7794b3;
}
.world-visual {
  position: relative;
  width: min(820px, 88vw);
  height: 420px;
  margin-top: 30px;
  display: grid;
  place-items: center;
}
.globe {
  position: relative;
  width: 370px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(circle at 33% 27%, #3a6786, #142d46 55%, #060e19 85%);
  box-shadow:
    inset -25px -10px 60px #000b,
    inset 3px 2px 8px #b1d5ef77,
    0 0 50px #6bacf126;
  transform: rotate(-15deg) scale(calc(0.9 + var(--p, 0) * 0.12));
}
.globe:after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset -40px -20px 70px #000a;
  background: radial-gradient(circle at 30% 25%, #c9e5ff26, transparent 65%);
}
.globe-grid {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 46px,
    #9cd3fe24 47px 48px,
    transparent 49px 50px
  );
  border-radius: 50%;
  border: 1px solid #afdaff33;
}
.globe-grid:after,
.globe-grid:before {
  content: '';
  position: absolute;
  inset: 0 22%;
  border: 1px solid #9cd3fe38;
  border-radius: 50%;
}
.globe-grid:before {
  inset: 0 39%;
}
.continent {
  position: absolute;
  background-image: radial-gradient(#9dccdc 1px, transparent 1.7px);
  background-size: 6px 6px;
  opacity: 0.7;
}
.c1 {
  width: 140px;
  height: 170px;
  left: 30px;
  top: 42px;
  clip-path: polygon(0 10%, 60% 0, 95% 25%, 75% 45%, 95% 65%, 50% 100%, 35% 65%, 0 45%);
}
.c2 {
  width: 80px;
  height: 170px;
  left: 125px;
  top: 206px;
  clip-path: polygon(0 0, 90% 10%, 100% 40%, 40% 100%, 20% 65%);
}
.c3 {
  width: 150px;
  height: 160px;
  left: 208px;
  top: 55px;
  clip-path: polygon(0 10%, 80% 0, 100% 60%, 65% 100%, 20% 60%);
}
.c4 {
  width: 110px;
  height: 140px;
  left: 216px;
  top: 197px;
  clip-path: polygon(0 0, 70% 20%, 90% 50%, 45% 100%, 10% 70%);
}
.source-tag {
  position: absolute;
  background: #132333ae;
  border: 1px solid #88b3df25;
  padding: 17px 21px;
  border-radius: 12px;
  font-size: 13px;
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 30px #0002;
  transform: translateY(calc(var(--p, 0) * -24px));
}
.source-tag b {
  display: block;
  font-size: 8px;
  letter-spacing: 0.11em;
  color: #6e98bf;
  margin-top: 7px;
  font-weight: 500;
}
.tag1 {
  top: 45px;
  left: 7%;
}
.tag2 {
  top: 110px;
  right: 2%;
}
.tag3 {
  bottom: 65px;
  left: 0;
}
.tag4 {
  bottom: 28px;
  right: 10%;
}
.source-list {
  display: flex;
  gap: 38px;
  color: #91a6bd;
  font-size: 13px;
  align-items: center;
  margin-top: 20px;
}
.source-list > span:last-child {
  font-size: 10px;
  color: #5c7999;
}
.themes {
  --tint: #7470ca;
  --tint2: #342144;
  height: 155svh;
  background: radial-gradient(ellipse at 50% 60%, var(--tint2), #100e18 70%);
  transition: background 0.4s;
}
.themes[data-theme='sky'] {
  --tint: #acd6ed;
  --tint2: #29414b;
}
.themes[data-theme='ocean'] {
  --tint: #7ec3ae;
  --tint2: #153c3b;
}
.themes[data-theme='sunset'] {
  --tint: #e39b93;
  --tint2: #512b36;
}
.themes h2 span {
  color: var(--tint);
  transition: color 0.4s;
}
.themes .eyebrow {
  color: #a297bf;
}
.theme-art {
  position: relative;
  width: min(720px, 82vw);
  margin-top: 30px;
  transform: scale(calc(0.93 + var(--p, 0) * 0.07));
}
.theme-art > img {
  position: relative;
  border-radius: 14px;
  box-shadow: 0 15px 60px #0008;
  mix-blend-mode: luminosity;
}
.theme-halo {
  position: absolute;
  inset: 5%;
  background: var(--tint);
  filter: blur(85px);
  opacity: 0.3;
  transition: background 0.4s;
}
.theme-controls {
  display: flex;
  gap: 16px;
  z-index: 2;
  margin-top: 30px;
}
.theme-controls button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--swatch);
  border: 3px solid #14111c;
  outline: 1px solid #ffffff30;
  transition:
    transform 0.2s,
    outline 0.2s;
}
.theme-controls button[aria-pressed='true'] {
  outline: 2px solid #d9d2ec;
  outline-offset: 3px;
}
.theme-controls button:hover {
  transform: scale(1.1);
}
.theme-name {
  font-size: 11px;
  color: #b5a9c7;
  margin-top: 15px;
}
.intelligence {
  height: 140svh;
  background: radial-gradient(ellipse at 78% 45%, #172741, #0b0d14 65%);
}
.intelligence h2 span {
  background: linear-gradient(110deg, #9d8fe3, #87c6e7);
  background-clip: text;
  color: transparent;
}
.intelligence .eyebrow {
  color: #999fd0;
}
.preview-label {
  display: inline-block;
  margin-top: 28px;
  font-size: 11px;
  border: 1px solid #ffffff26;
  border-radius: 20px;
  padding: 7px 12px;
  color: #8d97af;
}
.ai-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-orb {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #bfb9ee, #7a85bf 25%, #304579 60%, #221c45);
  box-shadow:
    inset 0 0 24px #b1d1ff,
    0 0 80px #897fe839;
  display: grid;
  place-items: center;
  transform: translateY(calc(var(--p, 0) * -20px)) rotate(calc(var(--p, 0) * 20deg));
}
.ai-orb img {
  width: 115px;
  filter: saturate(0.15) brightness(1.9);
  opacity: 0.65;
}
.conversation {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-top: 28px;
}
.chat-question {
  font-size: 14px;
  border: 1px solid #9591da26;
  background: #74679d21;
  padding: 18px 22px;
  border-radius: 18px 18px 4px 18px;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  color: #c3c7db;
}
.chat-answer {
  margin-top: 18px;
  background: linear-gradient(120deg, #293249c7, #171a29);
  padding: 26px;
  border: 1px solid #aaa1e136;
  border-radius: 20px;
}
.chat-answer > span {
  font-size: 12px;
  color: #b2bbf3;
}
.chat-answer > p {
  font-size: 15px;
  line-height: 1.9;
  color: #d2d8eb;
  margin-top: 15px;
}
.chat-topics {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.chat-topics span {
  font-size: 10px;
  color: #a0accd;
  padding: 7px 10px;
  border-radius: 6px;
  background: #859dcb12;
}
.conversation > small {
  display: block;
  text-align: center;
  color: #67718a;
  font-size: 9px;
  margin-top: 14px;
}
.security {
  height: 150svh;
  background: linear-gradient(#0d1017, #141a23);
}
.security h2 {
  font-size: clamp(34px, 4.1vw, 62px);
}
.security .eyebrow {
  color: #9aa8b8;
}
.lock-icon {
  display: block;
  margin: 8px auto 24px;
  width: 52px;
  height: 65px;
  flex: none;
  overflow: visible;
}
.security .eyebrow {
  margin-bottom: 55px;
}
.account-image {
  width: min(650px, 80vw);
  margin-top: 35px;
  border-radius: 12px;
  box-shadow: 0 25px 60px #0005;
  transform: translateY(calc((1 - var(--p, 0)) * 15px));
}
.preview {
  min-height: 100svh;
  background: radial-gradient(ellipse at 50% 100%, #c1d6eb, #f5f7fa 66%);
  color: #1e2a3e;
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 125px 24px 180px;
}
.preview-content {
  position: relative;
  z-index: 2;
}
.preview-logo {
  margin: 0 auto 32px;
  box-shadow: 0 15px 45px #7092b22b;
  border-radius: 23px;
}
.preview .eyebrow {
  color: #8c99a9;
}
.preview h2 {
  font-size: clamp(52px, 6.5vw, 92px);
}
.preview h2 span {
  color: #849bb8;
}
.preview-content > p:not(.eyebrow) {
  color: #7a889c;
  line-height: 1.9;
  font-size: 17px;
  margin: 28px 0;
}
.preview-note {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #8697ab;
  margin-top: 22px;
}
.closing-word {
  position: absolute;
  bottom: -0.24em;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(130px, 26vw, 400px);
  font-weight: 700;
  letter-spacing: -0.07em;
  color: #a4b8d322;
  white-space: nowrap;
}
.site-footer {
  position: relative;
  padding: 0 32px;
  background: #1d1d1f;
  color: #a1a1a6;
  font-size: 12px;
  line-height: 1.65;
}
.footer-inner {
  max-width: 1120px;
  margin-inline: auto;
}
.footer-disclaimer {
  padding-block: 24px;
  border-bottom: 1px solid #ffffff26;
}
.footer-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 22px;
  color: #d2d2d7;
}
.footer-breadcrumb > span[aria-hidden] {
  font-size: 22px;
  color: #6e6e73;
  line-height: 1;
}
.footer-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding-bottom: 40px;
}
.footer-column h3 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  color: #f5f5f7;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.footer-column a {
  color: #c4c4c9;
}
.footer-invitation {
  padding-block: 16px;
  border-bottom: 1px solid #ffffff26;
}
.footer-invitation a {
  display: inline-block;
  margin-left: 0.5em;
  color: #7eb9f5;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 28px;
  padding-block: 20px 28px;
}
.footer-legal > a {
  margin-left: auto;
}
.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.chapter-nav {
  position: fixed;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 5px;
  mix-blend-mode: difference;
}
.chapter-nav a {
  width: 22px;
  height: 23px;
  display: grid;
  place-items: center;
}
.chapter-nav a:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff70;
  transition:
    height 0.3s,
    background 0.3s;
}
.chapter-nav a[aria-current='true']:after {
  height: 20px;
  background: #fff;
}
.reveal {
  opacity: 1;
}
.js-motion .reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.85s,
    transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.js-motion .reveal.visible {
  opacity: 1;
  transform: none;
}
dialog {
  border: 1px solid #dfe6ef;
  background: #f9fbfe;
  color: #28374a;
  border-radius: 24px;
  width: min(480px, 90vw);
  padding: 40px;
  box-shadow: 0 40px 150px #0005;
}
dialog::backdrop {
  background: #060c18a3;
  backdrop-filter: blur(10px);
}
dialog > img {
  margin-bottom: 24px;
}
dialog .eyebrow {
  font-size: 9px;
  color: #8494a9;
}
dialog h2 {
  font-size: 32px;
}
dialog p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
  color: #758399;
}
dialog .primary {
  margin-top: 25px;
}
.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 35px;
  height: 35px;
  background: #e7edf5;
  border: 0;
  border-radius: 50%;
  font-size: 23px;
  color: #6e7c90;
}
@media (min-width: 1100px) and (max-height: 850px) {
  .hero-stage {
    padding-top: 80px;
    min-height: 600px;
  }
  .hero-emblem {
    width: 260px;
    margin-bottom: 15px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .sticky-stage {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .section-heading > p:not(.eyebrow):not(.fine-print) {
    font-size: 15px;
    margin-top: 16px;
  }
  .eyebrow {
    margin-bottom: 15px;
  }
  .overview .product-window {
    width: 690px;
  }
  .overview .sticky-stage {
    gap: 24px;
  }
  .lens h2,
  .sources h2,
  .themes h2 {
    font-size: 55px;
  }
  .world-visual {
    height: 330px;
  }
  .globe {
    width: 300px;
  }
  .theme-art {
    width: 570px;
  }
  .account-image {
    width: 500px;
  }
  .security h2 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 60px;
  }
  .navigation {
    height: 58px;
    padding: 0 19px;
  }
  .navigation nav,
  .brand span {
    display: none;
  }
  .brand {
    font-size: 18px;
    gap: 8px;
  }
  .brand > img {
    width: 30px;
    height: 30px;
  }
  .navigation-actions {
    gap: 8px;
  }
  .account-button {
    padding: 6px 10px;
    font-size: 11px;
  }
  .navigation-actions .nav-button {
    padding-inline: 12px;
  }
  .navigation-actions .nav-button .ui-icon {
    display: none;
  }
  .hero {
    height: 115svh;
  }
  .hero-stage {
    min-height: 640px;
    padding-top: 105px;
  }
  .hero-emblem {
    width: 235px;
    margin-bottom: 35px;
  }
  .hero-orbit {
    width: 420px;
    top: 15px;
  }
  .hero-copy .eyebrow {
    font-size: 11px;
  }
  .hero-copy .eyebrow span {
    font-size: 8px;
    margin-left: 8px;
  }
  h1 {
    font-size: clamp(34px, 9vw, 56px);
  }
  .hero-description {
    font-size: 17px;
    margin-top: 18px;
  }
  .actions {
    gap: 22px;
    margin-top: 25px;
  }
  .actions .button {
    font-size: 12px;
    padding: 0 20px;
  }
  .text-link {
    font-size: 12px;
  }
  .hero-bottom {
    justify-content: center;
    bottom: 24px;
  }
  .hero-bottom > span {
    display: none;
  }
  .chapter-nav {
    display: none;
  }
  .sticky-stage {
    padding: 90px 22px 40px;
    min-height: 100svh;
    gap: 0;
  }
  .overview,
  .lens,
  .sources,
  .themes,
  .security {
    height: 135svh;
  }
  .section-heading > p:not(.eyebrow):not(.fine-print) {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 20px;
  }
  h2 {
    font-size: clamp(34px, 8vw, 55px);
    letter-spacing: 0;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 23px;
  }
  .overview .sticky-stage {
    gap: 38px;
  }
  .overview .product-window {
    width: 110%;
    max-width: none;
    flex-shrink: 0;
    border-radius: 9px;
  }
  .feature-line {
    gap: 13px;
    font-size: 9px;
  }
  .lens .sticky-stage {
    padding-top: 100px;
    justify-content: center;
  }
  .rain-scene {
    width: 140%;
    min-height: 270px;
    flex: 0;
    margin-top: 35px;
  }
  .rain-scene > img {
    height: 300px;
  }
  .lens-bottom {
    margin-top: 20px;
    font-size: 10px;
    gap: 15px;
    width: 100%;
  }
  .sound-button {
    padding: 11px 14px;
    font-size: 11px;
    gap: 8px;
  }
  .dropcat,
  .intelligence {
    height: 145svh;
  }
  .split-stage {
    display: flex;
    gap: 30px;
    padding-left: 25px;
    padding-right: 25px;
    justify-content: center;
  }
  .split-stage .section-heading {
    text-align: left;
  }
  .dropcat h2 {
    font-size: 51px;
  }
  .engine-label {
    margin-top: 25px;
    justify-content: flex-start;
    padding-top: 20px;
    font-size: 12px;
  }
  .engine-label > span:last-child {
    font-size: 8px;
  }
  .engine-visual {
    height: 330px;
    width: 100%;
    margin-top: 0;
  }
  .chip {
    width: 140px;
    height: 140px;
    border-radius: 16px;
  }
  .chip img {
    width: 25px;
    margin-bottom: 5px;
  }
  .chip strong {
    font-size: 26px;
  }
  .chip > span {
    font-size: 10px;
  }
  .chip small {
    font-size: 5px;
    margin-top: 8px;
  }
  .signal-rings {
    width: 270px;
    top: 0;
  }
  .map-preview {
    width: 320px;
    max-width: 90%;
    margin-top: 22px;
  }
  .fine-print {
    margin-top: 12px;
  }
  .world-visual {
    width: 100%;
    height: 340px;
    margin-top: 30px;
  }
  .globe {
    width: 260px;
  }
  .source-tag {
    font-size: 10px;
    padding: 12px 14px;
    border-radius: 8px;
  }
  .source-tag b {
    font-size: 6px;
  }
  .tag1 {
    left: 0;
    top: 15px;
  }
  .tag2 {
    right: -4px;
    top: 100px;
  }
  .tag3 {
    left: -4px;
    bottom: 85px;
  }
  .tag4 {
    right: 0;
    bottom: 10px;
  }
  .source-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 25px;
    font-size: 11px;
    margin-top: 28px;
  }
  .theme-art {
    width: 110%;
    max-width: none;
    margin-top: 40px;
  }
  .theme-controls {
    margin-top: 33px;
  }
  .ai-orb {
    width: 135px;
    height: 135px;
  }
  .ai-orb img {
    width: 78px;
  }
  .ai-visual {
    width: 100%;
    margin-top: 10px;
  }
  .conversation {
    margin-top: 15px;
  }
  .chat-question {
    font-size: 12px;
    padding: 14px 18px;
  }
  .chat-answer {
    padding: 20px;
    margin-top: 12px;
  }
  .chat-answer > p {
    font-size: 13px;
  }
  .chat-topics {
    gap: 6px;
  }
  .chat-topics span {
    font-size: 9px;
  }
  .preview-label {
    margin-top: 16px;
  }
  .security h2 {
    font-size: clamp(30px, 7.5vw, 48px);
  }
  .account-image {
    width: 110%;
    max-width: none;
    margin-top: 40px;
  }
  .security .eyebrow {
    margin-bottom: 50px;
  }
  .preview {
    padding-top: 100px;
    min-height: 850px;
  }
  .preview-logo {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }
  .preview h2 {
    font-size: 58px;
  }
  .preview-content > p:not(.eyebrow) {
    font-size: 15px;
  }
  .site-footer {
    padding-inline: 24px;
  }
  .footer-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
  .footer-legal > p {
    width: 100%;
  }
  .footer-invitation a {
    display: block;
    margin-left: 0;
  }
  .preview-note {
    font-size: 8px;
  }
}
@media (max-height: 680px) {
  .chapter:not(.hero) {
    height: auto;
  }
  .sticky-stage {
    position: relative;
    min-height: 800px;
  }
  .hero {
    height: auto;
  }
  .hero-stage {
    position: relative;
    min-height: 700px;
  }
}
@media (min-width: 761px) and (min-height: 681px) {
  html {
    scroll-padding-top: 0;
  }
  .overview .product-window {
    width: min(930px, 83vw, calc((100svh - 410px) * 1.559));
  }
  .lens .rain-scene {
    flex: 0 0 auto;
    min-height: 240px;
  }
  .lens .rain-scene > img {
    max-height: none;
  }
  .lens .lens-bottom {
    margin-top: 5px;
  }
  .engine-visual {
    height: calc(100svh - 150px);
    max-height: 650px;
  }
  .map-preview {
    max-height: calc(100svh - 430px);
    width: auto;
    object-fit: contain;
  }
  .sources .world-visual {
    height: calc(100svh - 470px);
    min-height: 230px;
    max-height: 420px;
  }
  .sources .globe {
    width: clamp(230px, calc(100svh - 470px), 370px);
  }
  .themes .theme-art {
    width: min(720px, 82vw, calc((100svh - 480px) * 1.54));
  }
  .security .account-image {
    width: min(650px, 80vw, calc((100svh - 530px) * 1.443));
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .chapter:not(.preview) {
    height: auto;
  }
  .hero-stage,
  .sticky-stage {
    position: relative;
  }
  .hero-emblem,
  .hero-copy,
  .scroll-product,
  .rain-scene,
  .rain-lines,
  .signal-rings i,
  .chip,
  .map-preview,
  .globe,
  .source-tag,
  .theme-art,
  .ai-orb,
  .account-image,
  .reveal {
    transform: none !important;
    opacity: 1 !important;
  }
  .sticky-stage {
    min-height: 900px;
  }
  .hero-stage {
    min-height: 750px;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .navigation {
    background: #d5e1f0;
    backdrop-filter: none;
  }
  .navigation.dark {
    background: #10141b;
  }
  .source-tag {
    background: #132333;
  }
}
@media (prefers-contrast: more) {
  .section-heading > p:not(.eyebrow):not(.fine-print) {
    color: #b8c1cf;
  }
  .overview .section-heading > p:not(.eyebrow) {
    color: #485567;
  }
  .navigation {
    border-bottom: 1px solid currentColor;
  }
}

/* Shared presentation plane: outgoing scene recedes as the next scene arrives.
   Native scroll remains the timeline in either direction. */
.story-motion {
  scroll-padding-top: 0;
}
.story-motion .chapter {
  isolation: auto;
}
.story-motion .scene-stage {
  position: fixed;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 0;
  margin: 0;
  background: inherit;
  opacity: var(--scene-alpha, 0);
  visibility: hidden;
  z-index: var(--scene-order);
  transform: translateY(var(--scene-footer-offset, 0px));
  transform-origin: center;
  overflow: hidden;
  pointer-events: auto;
}
.story-motion .scene-stage[inert] {
  pointer-events: none;
}
.story-motion .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.story-motion .hero-stage {
  background:
    radial-gradient(ellipse at 50% 32%, #e9f8ff85, transparent 48%),
    linear-gradient(165deg, #c8d8ed, #9eb9dd 45%, #819ec8);
}
.story-motion .preview {
  height: 110svh;
  min-height: 0;
  padding: 0;
  display: block;
}
.preview-stage {
  position: relative;
  width: 100%;
}
.story-motion .preview-stage {
  display: grid;
  place-items: center;
  padding: 80px 24px 55px;
}
.story-motion footer {
  z-index: 20;
}
.story-motion .chapter-nav {
  z-index: 25;
}
.story-motion .section-heading {
  transform: none;
}
.preview h2 {
  letter-spacing: 0;
  line-height: 1.3;
}
.security .eyebrow {
  margin-bottom: 22px;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
}
.dialog-close {
  display: grid;
  place-items: center;
}
.theme-art > img {
  mix-blend-mode: normal;
}
.multiline-title {
  display: grid;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
  row-gap: 0.08em;
  line-height: 1.22;
  text-align: left;
}
.multiline-title > .title-line {
  display: block;
  text-align: left;
  text-align-last: auto;
  white-space: nowrap;
  letter-spacing: 0;
}
.multiline-title > .title-line:first-child {
  color: inherit;
  background: none;
}
.multiline-title > .title-line:first-child > .title-punctuation {
  color: inherit;
}
.title-punctuation {
  display: inline;
  background: none !important;
  color: inherit;
}
.lens .title-line:last-child .title-punctuation {
  color: #81a7cc;
}
.intelligence .title-line:last-child .title-punctuation {
  color: #87c6e7;
}
.split-stage .multiline-title {
  margin-inline: 0;
}
.lens .sticky-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(230px, 1fr) auto;
  justify-items: center;
  align-content: stretch;
  gap: 18px;
  height: 100svh;
  min-height: 760px;
  padding: 98px 4vw 35px;
}
.lens .rain-scene {
  width: min(1200px, 100vw);
  height: 100%;
  min-height: 0;
  margin: 0;
  transform: none;
}
.lens .rain-scene > img {
  height: 100%;
  max-height: none;
  object-position: center 60%;
}
.lens .lens-bottom {
  margin: 0;
}
.story-motion .lens .sticky-stage {
  min-height: 0;
}
.story-motion .scene-stage {
  opacity: 1;
  background: none;
}
.story-motion .scene-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--scene-background);
  opacity: var(--scene-alpha, 0);
  pointer-events: none;
}
.story-motion .scene-stage > * {
  position: relative;
}
.story-motion .scene-stage > .section-heading,
.story-motion .hero-copy,
.story-motion .preview-content {
  opacity: var(--text-alpha, 1);
  transform: none;
}
.story-motion .scene-stage > .product-window,
.story-motion .scene-stage > .rain-scene,
.story-motion .scene-stage > .engine-visual,
.story-motion .scene-stage > .world-visual,
.story-motion .scene-stage > .theme-art,
.story-motion .scene-stage > .ai-visual,
.story-motion .scene-stage > .account-image {
  opacity: var(--visual-alpha, 1);
}
.story-motion .scene-stage > .feature-line,
.story-motion .scene-stage > .lens-bottom,
.story-motion .scene-stage > .source-list,
.story-motion .scene-stage > .theme-controls,
.story-motion .scene-stage > .theme-name,
.story-motion .hero-bottom {
  opacity: var(--text-alpha, 1);
}
.story-motion .scene-stage > .hero-orbit,
.story-motion .scene-stage > .closing-word,
.story-motion .scene-stage > .hero-bottom {
  position: absolute;
}
.story-motion .hero-emblem {
  opacity: var(--visual-alpha, 1);
}
.story-motion .scene-stage > audio {
  display: none;
}
.story-motion .scene-stage > .sr-only {
  position: absolute;
}
@media (max-width: 760px) {
  .chapter .multiline-title {
    font-size: clamp(29px, 7.6vw, 48px);
  }
  .compact-title {
    display: grid;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    text-align: left;
    line-height: 1.22;
    row-gap: 0.08em;
  }
  .lens .sticky-stage {
    padding: 90px 20px 30px;
    gap: 16px;
  }
  .lens .rain-scene {
    width: calc(100vw + 40px);
  }
}
@media (min-height: 700px) and (max-height: 850px) {
  .story-motion .preview-logo {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 16px;
  }
  .story-motion .preview h2 {
    font-size: clamp(46px, 5vw, 64px);
  }
  .story-motion .preview-content > p:not(.eyebrow) {
    font-size: 15px;
    margin: 18px 0;
  }
  .story-motion .themes .section-heading > p:not(.eyebrow),
  .story-motion .lens .section-heading > p:not(.eyebrow) {
    margin-top: 16px;
  }
}
