:root {
  color-scheme: light;
  --bg: #ffffff;
  --paper: #edf5fb;
  --ink: #101d2b;
  --muted: #394b5b;
  --line: #bdccd8;
  --accent: #086ca7;
  --sky: #78c5f4;
}
body { background: radial-gradient(ellipse 850px 350px at 55% 0, #eff8ff, transparent), var(--bg); }
.wrap { width: min(1120px, calc(100% - 72px)); }
.nav { height: 78px; position: relative; z-index: 2; }
.brand { font-size: 15px; letter-spacing: -.4px; }
.brand img { width: 32px; height: 32px; }
nav { align-items: center; font-size: 13px; font-weight: 500; gap: 28px; }
.nav-release { padding: 10px 15px; border: 1px solid #102c42; background: #102c42; border-radius: 8px; color: #fff; }
.nav-release:hover { background: #1c405b; color: #fff; }
.nav-release span { margin-left: 10px; }
.hero { display: block; padding: 67px 0 0; }
.hero-copy { display: grid; grid-template-columns: 1.5fr 1fr; column-gap: 40px; align-items: center; }
.eyebrow { font-size: 10px; letter-spacing: 1.55px; color: #28556f; }
.hero-tag { grid-column: 1 / -1; display: flex; align-items: center; gap: 9px; font-size: 11px; margin: 0; }
.status-dot { width: 5px; height: 5px; display: inline-block; border-radius: 50%; background: #168aca; box-shadow: 0 0 0 4px #7cc7f319; }
h1 { font-size: clamp(52px, 5.5vw, 76px); line-height: 1.08; font-weight: 600; letter-spacing: -3.8px; margin: 27px 0 28px; }
h1 > span { color: #09689e; }
.hero-aside { padding: 18px 0 0 32px; border-left: 1px solid var(--line); }
.intro { max-width: none; font-size: 17px; line-height: 1.65; color: #344b5c; margin: 0; }
.supporting { color: #405768; font-size: 12px; margin: 13px 0 24px; }
.button { color: white; background: #086ca7; border: 1px solid #09699f; border-radius: 9px; box-shadow: inset 0 1px 0 #ffffff2b, 0 5px 16px #0a6fa51a; padding: 13px 19px; font-size: 13px; font-weight: 500; gap: 26px; transition: transform .2s, background .2s; }
.button:hover { opacity: 1; background: #05649e; transform: translateY(-2px); }
.hero-details { grid-column: 1 / -1; justify-content: start; gap: 0; font-size: 11px; color: #405768; margin: 0 0 37px; }
.hero-details span + span:before { content: '·'; padding: 0 12px; color: #8fa7b7; }
.product-stage { height: 548px; position: relative; isolation: isolate; border: 1px solid #173b55; border-radius: 16px; overflow: hidden; background: radial-gradient(ellipse at 45% 35%, #245c83, transparent 80%), #0c263a; box-shadow: 0 25px 60px #132d4320; }
.stage-label { position: absolute; top: 26px; left: 28px; display: flex; align-items: center; gap: 9px; color: #e2f2ff; font-size: 11px; letter-spacing: 1.4px; }
.stage-library { position: absolute; width: 78%; left: 3.5%; top: 86px; border-radius: 12px; overflow: hidden; margin: 0; border: 1px solid #c0d8e8; box-shadow: 0 24px 65px #29618022; }
.stage-library img { display: block; }
.product-stage .status-dot { background: #7ccfff; box-shadow: 0 0 0 4px #7ccfff24; }
.product-shot { position: absolute; width: 29%; max-width: none; right: 4%; top: 60px; border-radius: 12px; overflow: hidden; border: 1px solid #c8deec; box-shadow: 0 24px 50px #1547632b; }
.product-shot img { display: block; border: 0; border-radius: 0; box-shadow: none; }
.stage-library figcaption, .product-shot figcaption { position: absolute; bottom: 0; left: 0; right: 0; background: #f3f9fce8; padding: 8px; margin: 0; color: #43677f; font-size: 9px; }
.stage-bottom { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; padding: 80px 30px 23px; background: linear-gradient(transparent, #0c263a 78%); font-size: 12px; color: #e2f2ff; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; padding-block: 30px; border-bottom: 1px solid var(--line); font-size: 12px; color: #344b5c; }
.principles b { color: #2b709d; font-size: 10px; font-weight: 400; margin-right: 12px; }
h2 { font-size: clamp(34px, 4vw, 49px); font-weight: 600; line-height: 1.15; letter-spacing: -1.7px; }
h2 span { color: #285670; }
.workflow, .customization, .files { padding-block: 85px; border: 0; }
.workflow + .customization { border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 20px 70px; margin-bottom: 44px; }
.section-heading > .eyebrow { grid-column: 1 / -1; margin: 0 0 10px; }
.section-heading > h2 { margin: 0; }
.section-heading > p:last-child:not(.eyebrow) { font-size: 14px; max-width: 350px; color: var(--muted); margin: 0; padding-bottom: 3px; }
.launch-film { display: block; padding-block: 80px; border-bottom: 1px solid var(--line); }
.film-copy { display: grid; grid-template-columns: 1.2fr 1fr; gap: 12px 70px; align-items: end; margin-bottom: 34px; }
.film-copy .eyebrow { grid-column: 1 / -1; margin: 0 0 12px; }
.film-copy h2 { grid-row: 2 / 5; }
.film-copy > p:not(.eyebrow) { font-size: 14px; color: var(--muted); max-width: 350px; margin: 0 0 6px; }
.film-note { font-size: 11px; color: #405768; }
.film-copy .text-link { justify-self: start; color: #096da6; font-size: 12px; border: 0; }
.film-media { min-width: 0; }
.film-media video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border: 1px solid #d5e6f0; border-radius: 15px; box-shadow: 0 18px 55px #254f680d; background: #eef7fd; }
.film-media > p { color: #405768; font-size: 10px; line-height: 1.6; margin: 14px 0; }
.film-transcript { padding: 13px 0; }
.film-transcript summary { font-size: 11px; color: #416178; }
.film-transcript p { font-size: 12px; max-width: 750px; }
.film-transcript strong { font-weight: 500; color: var(--ink); }
.gesture-stage { display: flex; align-items: center; justify-content: center; gap: 30px; height: 260px; border: 1px solid #bfd4e3; border-radius: 16px; background: radial-gradient(ellipse at 25% 100%, #d0ecff, transparent 65%), #edf6fc; }
.keycap { width: 119px; height: 114px; border: 1px solid #d1e2ed; border-bottom: 7px solid #bed7e8; border-radius: 19px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px 20px; background: linear-gradient(140deg, #fff, #dfedf6); box-shadow: 0 3px 0 #a7c4d8, 0 17px 25px #16496d15, inset 0 1px 1px white; transform: rotate(-6deg); }
.keycap > span { font-size: 33px; color: #376a8a; }
.keycap small { font-size: 12px; color: #4d6a80; }
.gesture-line { width: 60px; height: 1px; background: linear-gradient(90deg, #8ebdda30, #8ebdda); }
.wave-pill { display: flex; align-items: center; gap: 18px; padding: 19px 24px; border: 1px solid #c5e0f0; border-radius: 40px; background: #ffffffd9; box-shadow: 0 12px 30px #17527b12; font-size: 12px; color: #3a6380; }
.wave { display: flex; align-items: center; gap: 3px; height: 23px; }
.wave i, .orbit-pill i { display: block; width: 2px; height: 9px; border-radius: 5px; background: #2695d8; animation: wave 1.3s ease-in-out 4 alternate; }
.wave i:nth-child(3n) { height: 22px; animation-delay: -.3s; }
.wave i:nth-child(4n) { height: 16px; animation-delay: -.7s; }
.wave i:nth-child(5n) { height: 6px; animation-delay: -1s; }
.finished-text { font-size: 16px; letter-spacing: -.3px; color: #2a516b; }
.cursor { display: inline-block; width: 1px; height: 20px; background: #168aca; vertical-align: middle; margin-left: 5px; }
.illustration-label { font-size: 10px; color: #405768; margin-top: 13px; text-align: center; }
.steps { gap: 42px; padding: 26px 0; margin-top: 0; }
.steps h3 { font-size: 18px; font-weight: 600; letter-spacing: -.45px; line-height: 1.4; margin: 13px 0 9px; }
.steps p { font-size: 13px; }
.step { font-size: 10px; }
.shortcut-note { margin-top: 12px; border: 1px solid #bfd4e3; background: #f0f7fc; padding: 21px 24px; }
.shortcut-note p { font-size: 12px; }
.shortcut-symbol { padding: 8px 11px; border-radius: 6px; background: #fff; border: 1px solid #cbdfed; border-bottom-width: 3px; font-size: 14px; color: #2e6488; }
.memory-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 34px 40px; border: 1px solid #bfd4e3; border-radius: 16px; background: linear-gradient(135deg, #fff, #eff7fd); margin-bottom: 16px; }
.feature-icon { font-size: 25px; color: #2084bd; letter-spacing: -1px; }
.memory-card h3 { font-size: 25px; font-weight: 500; margin: 15px 0 12px; letter-spacing: -.6px; }
.memory-card p { font-size: 13px; color: var(--muted); max-width: 340px; }
.memory-card .memory-note { font-size: 11px; color: #405768; margin-top: 25px; }
.memory-visual { display: flex; flex-direction: column; border: 1px solid #d6e7f3; padding: 24px 30px; border-radius: 12px; background: #fff; box-shadow: 0 14px 30px #21567505; }
.small-label { font-size: 9px; color: #405768; letter-spacing: 1px; }
.misheard { font-size: 18px; color: #4b6071; margin: 9px 0; }
.memory-arrow { color: #3b92c5; margin: 5px 0 20px; }
.remembered { font-size: 24px; letter-spacing: -.3px; margin: 9px 0 0; color: #185c86; }
.remembered > span { margin-left: 8px; font-size: 15px; color: #086ca7; }
.preferences { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; }
.preferences article { padding: 27px 32px 0; border: 1px solid #c1d4e1; border-radius: 16px; background: #fff; overflow: hidden; min-height: 276px; }
.memory-card, .preferences article { transition: border-color .25s, box-shadow .25s; }
.memory-card:hover, .preferences article:hover { border-color: #93c9ea; box-shadow: 0 14px 35px #2c66800a; }
.preferences h3 { font-size: 21px; font-weight: 600; letter-spacing: -.45px; margin: 0 0 10px; }
.preferences p { font-size: 13px; color: var(--muted); max-width: 370px; }
.keys-visual { display: flex; gap: 16px; margin: 25px 0 30px; justify-content: center; perspective: 800px; }
.mini-key { width: 100px; height: 91px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; font-size: 24px; border: 1px solid #d4e1ea; border-bottom: 5px solid #c9dbe8; background: linear-gradient(140deg, #fff, #edf4f9); border-radius: 12px; transform: rotateX(15deg); box-shadow: 0 9px 15px #1e5a780f; color: #405f75; }
.mini-key small { font-size: 9px; letter-spacing: .5px; }
.mini-key.active { color: #126ba2; background: linear-gradient(140deg, #e5f5ff, #c2e6ff); border-color: #8dc8ee; }
.orbit-visual { height: 140px; display: flex; align-items: center; justify-content: center; background: radial-gradient(ellipse at center, #c5eaff5c, transparent 65%); position: relative; }
.orbit-pill { display: flex; align-items: center; justify-content: center; gap: 6px; width: 150px; height: 43px; background: #f6fcff; border: 1px solid #c5e0f0; border-radius: 30px; box-shadow: 0 15px 28px #2e759620; }
.orbit-pill i:nth-child(2n) { height: 19px; }
.orbit-visual > span { position: relative; top: 26px; font-size: 26px; color: #377899; }
.language-visual { display: flex; gap: 25px; align-items: center; padding-block: 35px; color: #2d80b1; font-size: 27px; letter-spacing: -.8px; mask-image: linear-gradient(90deg, #000 80%, transparent); }
.language-visual span:last-child { color: #3f6680; }
.model-visual { display: flex; border: 1px solid #d3e5f0; border-radius: 9px; padding: 5px; background: #edf5fa; font-size: 13px; margin: 40px 0; }
.model-visual > span { flex: 1; text-align: center; padding: 12px; color: #405768; }
.model-visual .selected { background: #fff; color: #176696; box-shadow: 0 3px 10px #0c4a6c12; border-radius: 6px; }
.model-visual b { font-weight: 400; margin-left: 16px; color: #086ca7; }
.files { padding-top: 10px; }
.library-shot { padding: 26px 26px 18px; background: linear-gradient(145deg, #e0f2fe, #eef7fb); border: 1px solid #cfe5f2; border-radius: 16px; margin-top: 0; overflow: hidden; }
.library-shot img { border-radius: 9px; border: 1px solid #cddde7; box-shadow: 0 20px 40px #2e628415; aspect-ratio: 1.85; object-fit: cover; object-position: top; }
.library-shot figcaption { font-size: 10px; color: #405768; }
.file-details { font-size: 10px; margin-top: 23px; gap: 9px; }
.file-details span { border: 1px solid #d2e5f0; border-radius: 5px; padding: 6px 10px; color: #346d92; background: #fff; font-size: 11px; }
.file-details p { font-size: 11px; color: #405768; margin-left: auto; }
.benefits { display: block; text-align: center; padding-block: 85px; background: radial-gradient(ellipse at center top, #d5eeff85, transparent 65%); margin-top: 5px; }
.benefits h2 { font-size: 49px; }
.benefits article > p:not(.eyebrow) { max-width: 500px; margin: 23px auto; }
.privacy-emblem { margin: 0 auto 30px; width: 90px; height: 90px; border: 1px solid #bcdff4; border-radius: 25px; background: linear-gradient(145deg, #fff, #d9f0ff); display: grid; place-items: center; box-shadow: 0 15px 40px #17699012; }
.privacy-emblem svg { width: 55px; height: 55px; color: #197daf; }
.text-link { font-size: 12px; border: none; gap: 16px; color: #1476ae; }
.faq { padding-block: 80px; gap: 90px; grid-template-columns: 1fr 1.3fr; }
.faq h2 { font-size: 35px; }
summary { font-size: 13px; }
details p { font-size: 12px; }
.download { background: #102c42; color: #fff; border: 1px solid #102c42; border-radius: 20px; margin-bottom: 40px; display: flex; flex-direction: column; justify-content: center; text-align: center; padding: 45px 0 85px; gap: 26px; }
.download h2 span { color: #94d6ff; }
.download p { color: #d8e9f4; }
.download .button { background: #8dd3ff; border-color: #8dd3ff; color: #102c42; font-weight: 600; }
.download .button:hover { background: #b7e3ff; }
.download h2 { font-size: 45px; letter-spacing: -1.8px; }
.download p { font-size: 12px; margin-top: 23px; }
.download img { width: 70px; height: 70px; }
.download .button { margin-top: 4px; }
footer { font-size: 11px; padding-block: 25px; }
footer .brand { font-size: 12px; color: #42657b; }
footer .brand img { width: 25px; height: 25px; }
a:focus-visible, summary:focus-visible, video:focus-visible { outline: 2px solid #1476ae; outline-offset: 5px; }
.hero-tag, h1, .intro, .hero .button { animation: arrive .8s both; }
.hero-tag { animation-delay: .05s; }
h1 { animation-delay: .12s; }
.intro { animation-delay: .2s; }
.hero .button { animation-delay: .28s; }
@keyframes wave { to { transform: scaleY(.5); opacity: .6; } }
@keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
  .hero-copy { grid-template-columns: 1.4fr 1fr; gap: 0 24px; }
  .hero-aside { padding-left: 24px; }
  h1 { font-size: 61px; letter-spacing: -3px; }
  .intro { font-size: 15px; }
  .product-stage { height: 470px; }
}
@media (max-width: 950px) {
  .wrap { width: calc(100% - 48px); }
  .gesture-stage { gap: 20px; }
  .gesture-line { width: 25px; }
  .finished-text { font-size: 13px; }
  .wave-pill { padding: 17px; }
  .keycap { width: 95px; height: 95px; }
  .section-heading, .film-copy { gap: 20px 30px; }
  .section-heading > p:last-child:not(.eyebrow) { max-width: 300px; }
  .memory-card { padding: 30px; gap: 30px; }
  .language-visual { font-size: 22px; gap: 18px; }
  .faq { gap: 40px; }
  .preferences article { padding-inline: 25px; }
}
@media (max-width: 800px) {
  nav { gap: 20px; }
  .hero-copy { display: block; }
  h1 { font-size: 69px; }
  .hero-aside { border: 0; padding: 0; }
  .hero-details { margin-top: 22px; }
  .intro { font-size: 17px; }
  .hero-aside .intro br { display: none; }
  .supporting { margin-bottom: 22px; }
  .product-stage { height: 390px; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 36px); }
  .nav { height: 70px; }
  .brand { font-size: 13px; }
  nav { gap: 16px; }
  nav a { display: none; }
  nav a:last-child { display: block; font-size: 10px; padding: 8px 10px; }
  .nav-release span { margin-left: 4px; }
  .hero { padding-top: 40px; }
  .hero-tag { font-size: 10px; }
  h1 { font-size: clamp(42px, 11.6vw, 61px); letter-spacing: -2.3px; margin: 24px 0 21px; }
  .intro { font-size: 15px; margin: 0; max-width: 320px; }
  .supporting { font-size: 12px; margin: 12px 0 23px; }
  .button { font-size: 12px; }
  .hero-details { font-size: 10px; margin: 22px 0 29px; }
  .hero-details span + span:before { padding: 0 6px; }
  .product-stage { height: 314px; border-radius: 12px; }
  .stage-library { width: 94%; left: -13%; top: 71px; }
  .product-shot { width: 46%; right: 4%; top: 54px; }
  .stage-label { font-size: 9px; top: 18px; left: 17px; letter-spacing: 1px; }
  .stage-bottom { font-size: 10px; padding: 55px 16px 18px; }
  .stage-bottom span:last-child { display: none; }
  .stage-library figcaption, .product-shot figcaption { font-size: 9px; padding: 5px; }
  .principles { font-size: 10px; gap: 8px; padding-block: 24px; line-height: 1.7; }
  .principles b { display: block; font-size: 9px; margin: 0 0 3px; }
  .workflow, .customization, .files, .launch-film { padding-block: 55px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.2px; }
  h2 { font-size: 35px; letter-spacing: -1.3px; }
  .section-heading, .film-copy { display: block; margin-bottom: 27px; }
  .section-heading > .eyebrow, .film-copy > .eyebrow { margin-bottom: 22px; }
  .section-heading > p:last-child:not(.eyebrow), .film-copy > p:not(.eyebrow) { font-size: 13px; margin-top: 18px; max-width: 340px; }
  .film-note { display: inline-block; margin: 14px 20px 0 0; }
  .film-media video { border-radius: 10px; }
  .gesture-stage { height: 280px; display: grid; grid-template-columns: 90px 1fr; padding: 30px 24px; gap: 28px 22px; }
  .keycap { width: 82px; height: 86px; padding: 12px 14px; }
  .keycap > span { font-size: 27px; }
  .gesture-line { display: none; }
  .wave-pill { gap: 10px; padding: 15px 13px; justify-content: center; font-size: 10px; }
  .wave { gap: 2px; }
  .finished-text { grid-column: 1 / -1; text-align: center; font-size: 17px; }
  .illustration-label { font-size: 9px; padding-inline: 10px; }
  .steps { grid-template-columns: 1fr; gap: 25px; padding-block: 29px; }
  .steps article { display: grid; grid-template-columns: 25px 1fr; gap: 0 13px; }
  .step { padding-top: 5px; }
  .steps h3 { margin: 0 0 8px; font-size: 17px; min-height: 0; }
  .steps p { grid-column: 2; font-size: 12px; }
  .shortcut-note { padding: 17px; gap: 15px; }
  .shortcut-note p { font-size: 11px; }
  .shortcut-symbol { padding: 8px; font-size: 13px; }
  .memory-card { grid-template-columns: 1fr; padding: 25px; gap: 15px; }
  .memory-card h3 { font-size: 22px; }
  .memory-card .memory-note { margin-top: 15px; }
  .memory-visual { padding: 22px; }
  .preferences { grid-template-columns: 1fr; }
  .preferences article { min-height: 250px; padding: 25px 25px 0; }
  .preferences h3 { font-size: 20px; }
  .preferences p { font-size: 12px; }
  .keys-visual { margin: 25px 0; }
  .mini-key { width: 91px; }
  .language-visual { padding-block: 30px; font-size: 26px; }
  .files { padding-top: 10px; }
  .library-shot { padding: 12px 10px; border-radius: 12px; }
  .library-shot img { border-radius: 5px; }
  .library-shot figcaption { font-size: 9px; margin-top: 12px; }
  .file-details p { margin-top: 10px; font-size: 10px; }
  .benefits { padding-block: 65px; }
  .benefits h2 { font-size: 35px; }
  .benefits article > p:not(.eyebrow) { font-size: 13px; }
  .privacy-emblem { width: 76px; height: 76px; border-radius: 22px; }
  .faq { grid-template-columns: 1fr; gap: 35px; padding-block: 60px; }
  .faq h2 { font-size: 32px; }
  .download { padding: 40px 0 65px; }
  .download h2 { font-size: 35px; }
  .download p { font-size: 11px; }
  .download img { width: 58px; height: 58px; }
  footer { font-size: 10px; padding-block: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
