.page-progress { position: fixed; z-index: 60; top: 0; left: 0; right: 0; height: 2px; pointer-events: none; }
.page-progress span { display: block; height: 100%; background: var(--mint); transform: scaleX(var(--page-progress, 0)); transform-origin: left; }
.hero-video { transform: translateY(var(--hero-drift, 0px)) scale(1.015); }
.stage-copy h1 { display: flex; width: fit-content; overflow: hidden; padding-bottom: 14px; margin-bottom: -14px; }
.hero-letter { display: inline-block; color: var(--text); transform-origin: bottom left; }
.product-stage.is-in-view .hero-letter { animation: letter-rise 820ms cubic-bezier(.16, 1, .3, 1) both; animation-delay: calc(var(--letter) * 38ms); }
.product-stage.is-in-view .stage-lead { animation: copy-rise 650ms 260ms both; }
.product-stage.is-in-view .hero-description { animation: copy-rise 650ms 340ms both; }
.product-stage.is-in-view .stage-actions > * { animation: copy-rise 650ms 430ms both; }
.hero-period { text-shadow: none; }
.hero-topline, .stage-copy h1, .stage-lead, .hero-description, .stage-actions .quiet-action, .hero-bottomline > span { mix-blend-mode: difference; color: #fff; }
.hero-letter, .stage-copy h1 .hero-period { color: #fff; }
.hero-topline .android-label i { background: #fff; }
.section-heading.is-visible h2, .tokens-heading.is-visible h3, .support-section.is-visible h3 { animation: title-cut 700ms cubic-bezier(.16, 1, .3, 1) both; }
.demo-item { --demo-accent: var(--mint); }
.demo-item:nth-child(2) { --demo-accent: #fb7f94; }
.demo-item:nth-child(3) { --demo-accent: #c29ced; }
.demo-item:nth-child(4) { --demo-accent: #b7bac7; }
.demo-media { transition: translate 320ms cubic-bezier(.16, 1, .3, 1), box-shadow 320ms; }
.demo-item figcaption strong { transition: color 200ms; }
.demo-media .icon-button { border-radius: 50%; }
.demo-item .icon-button:hover, .demo-item .icon-button:focus-visible { background: var(--demo-accent); color: #101114; border-color: var(--demo-accent); }
.demo-item.is-visible { transition-delay: calc(var(--reveal-order, 0) * 65ms); }
.demo-item.is-visible .demo-media { animation: demo-focus 620ms cubic-bezier(.16, 1, .3, 1) both; animation-delay: calc(var(--reveal-order, 0) * 65ms); }
.workflow-steps li { position: relative; --mission-accent: var(--mint); }
.workflow-steps .mission-orbit { --mission-accent: var(--gold); }
.workflow-steps .mission-mars { --mission-accent: var(--red); }
.workflow-steps li::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: var(--mission-accent); transform: scaleX(0); transform-origin: left; }
.workflow-steps li.is-visible::before { animation: rule-grow 750ms cubic-bezier(.16, 1, .3, 1) both; animation-delay: calc(var(--reveal-order, 0) * 90ms); }
.styles-heading, .mission-heading, .tokens-section, .faq-section { position: relative; }
.crew-doodle { width: 88px; height: 90px; position: absolute; z-index: 3; }
.styles-doodle { right: -56px; bottom: 8px; height: 58px; z-index: 0; }
.styles-doodle .crew-viewport { height: 58px; }
.styles-doodle .crew-bubble { right: 20px; bottom: 68px; }
.route-doodle { right: 10px; bottom: -40px; }
.section-end { position: relative; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.gallery-doodle { left: 48%; bottom: -40px; }
.gallery-doodle .crew-bubble { left: 50%; right: auto; bottom: 88px; max-width: none; transform: translateX(-50%); font-size: 13px; }
.closing-section { position: relative; }
.edge-doodle { right: 0; top: 18px; width: 60px; }
.edge-doodle .crew-viewport { width: 60px; }
.edge-doodle .crew-sprite { scale: -1 1; }
.edge-doodle .crew-viewport:active .crew-sprite { scale: -.96 .96; }
.crew-peek.edge-doodle.is-visible .crew-sprite { animation-name: crew-edge-peek; }
.pro-doodle { height: 52px; bottom: -24px; right: 12px; }
.pro-doodle .crew-viewport { height: 52px; }
.pro-doodle .crew-sprite { margin-top: -28px; }
.crew-viewport { position: relative; width: 88px; height: 90px; padding: 0; border: 0; border-radius: 0; background: transparent; overflow: hidden; }
.crew-doodle.is-talking .crew-sprite { translate: 0 -3px; }
.crew-viewport:active .crew-sprite { scale: .96; }
.crew-sprite { display: block; width: 90px; height: 90px; background: url('./assets/mission-crew.png') 0 0 / 300% 100% no-repeat; transform-origin: bottom center; transition: translate 200ms; }
.crew-sit .crew-sprite { background-position: 50% 0; }
.crew-shy .crew-sprite { background-position: 100% 0; }
.crew-bubble { position: absolute; right: calc(100% + 6px); bottom: 14px; width: min(220px, calc(100vw - 132px)); margin: 0; padding: 10px 12px; border: 1px solid #42454c; border-radius: 6px; background: #191b20; font-size: 13px; line-height: 1.5; color: var(--text); pointer-events: none; opacity: 0; visibility: hidden; translate: 0 5px; transition: opacity 180ms, translate 220ms, visibility 180ms; }
.section-heading .crew-doodle { display: block; }
.section-heading .crew-bubble { max-width: none; margin: 0; font-size: 13px; }
.crew-doodle.is-talking .crew-bubble { opacity: 1; visibility: visible; translate: 0 0; }
.pro-doodle .crew-bubble { right: calc(100% + 6px); bottom: 4px; }
.motion-ready .crew-sprite { opacity: 0; }
.crew-peek.is-visible .crew-sprite { animation: crew-peek 650ms var(--crew-delay, 250ms) cubic-bezier(.16, 1, .3, 1) both; }
.crew-sit.is-visible .crew-sprite { animation: crew-land 750ms var(--crew-delay, 350ms) cubic-bezier(.16, 1, .3, 1) both; }
.crew-shy.is-visible .crew-sprite { animation: crew-shy 800ms var(--crew-delay, 400ms) cubic-bezier(.16, 1, .3, 1) both; }
.pro-offer { position: relative; isolation: isolate; overflow: visible; background: #1d1f1a; border-color: #4b493b; }
.pro-offer::before { content: "PRO"; position: absolute; z-index: -1; right: -5px; top: 10px; font-size: 154px; line-height: 1; font-weight: 850; color: #2e3026; clip-path: inset(0 19px 0 0); transform: translateX(var(--pro-drift, 0px)); }
.pro-offer .plan-label { color: var(--gold); }
.pro-offer .buy-button.primary { background: var(--gold); color: #191b12; }
.pro-offer .buy-button.primary:hover { background: #ffe292; }
.pro-price-stack strong { color: #fff4d3; }
.primary-action, .secondary-action, .buy-button { position: relative; isolation: isolate; overflow: hidden; }
.primary-action::before, .buy-button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(255, 255, 255, .17); transform: translateX(-110%) skewX(-14deg); transition: transform 400ms cubic-bezier(.16, 1, .3, 1); }
.primary-action:hover::before, .primary-action:focus-visible::before, .buy-button:hover::before, .buy-button:focus-visible::before { transform: translateX(0) skewX(0); }
.primary-action .icon, .buy-button .icon { transition: translate 220ms; }
.primary-action:hover .icon { translate: 0 2px; }
.tokens-section { margin-top: 86px; }
.tokens-heading h3 { font-size: 34px; max-width: 520px; }
.token-tabs { padding: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.token-tabs button { position: relative; padding: 12px 18px; border-radius: 0; font-size: 13px; }
.token-tabs [aria-selected="true"] { color: var(--mint); background: transparent; }
.token-tabs #proTab[aria-selected="true"] { color: var(--gold); }
.token-tabs button::after { content: ""; position: absolute; bottom: -1px; left: 12px; right: 12px; height: 2px; background: currentColor; transform: scaleX(0); transition: transform 300ms cubic-bezier(.16, 1, .3, 1); }
.token-tabs [aria-selected="true"]::after { transform: scaleX(1); }
.product-section { --pack-accent: var(--mint); }
.pro-world { --pack-accent: var(--gold); }
.token-description { min-height: 0; margin-bottom: 22px; }
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.product-card { min-width: 0; }
.pack-option { position: relative; width: 100%; min-height: 266px; padding: 22px 24px; text-align: left; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #3b3e46; border-radius: 6px; background: #17191d; transition: background-color 250ms, border-color 250ms, translate 250ms; }
.pack-option[aria-pressed="true"] { background: var(--pack-accent); border-color: var(--pack-accent); color: #121b16; }
.pack-tier { font-family: Consolas, monospace; font-size: 11px; line-height: 1.4; }
.pack-quantity { font-size: 82px; line-height: 1; font-weight: 750; margin-top: 20px; }
.pack-unit { font-size: 12px; margin-top: 4px; opacity: .75; }
.pack-check { position: absolute; top: 20px; right: 18px; --icon: url('./assets/icons/check.svg'); width: 17px; height: 17px; opacity: 0; }
.pack-option[aria-pressed="true"] .pack-check { opacity: 1; }
.pack-signal { display: flex; align-items: flex-end; gap: 4px; height: 31px; margin-top: 22px; width: 100%; }
.pack-signal i { display: block; width: 5px; max-width: 8%; height: var(--bar-height); background: currentColor; opacity: .3; transform-origin: bottom; }
.pack-option .product-price { width: 100%; margin-top: 20px; padding-top: 16px; border-top: 1px solid #3b3e46; }
.pack-option .product-price span { font-size: 21px; }
.pack-option[aria-pressed="true"] .product-price { border-color: rgba(18, 27, 22, .25); }
.pack-option[aria-pressed="true"] .product-price small { color: #293b31; }
.pack-option[aria-pressed="true"] .pack-signal i { opacity: .45; }
.product-section.is-in-view .product-card { animation: pack-rise 650ms cubic-bezier(.16, 1, .3, 1) both; animation-delay: calc(var(--card-index) * 65ms); }
.pack-purchase { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: 6px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.pack-summary h4 { font-size: 18px; font-weight: 650; }
.pack-summary p { color: var(--muted); font-size: 12px; max-width: 520px; margin-top: 6px; }
.pack-buy { min-width: 160px; justify-content: space-between; background: var(--pack-accent); color: #121b16; }
.pack-arrow { --icon: url('./assets/icons/chevron-down.svg'); rotate: -90deg; }
.pack-buy:hover .pack-arrow { translate: 3px 0; }
.selection-changed .pack-summary { animation: copy-rise 250ms both; }
.support-options button { transition: color 180ms, background-color 180ms, translate 180ms; }
.support-options button:hover, .support-options button:focus-visible { background: var(--gold); color: #171b14; translate: 0 -3px; }
.support-options button:hover small, .support-options button:focus-visible small { color: #3e4436; }
.faq-list details[open] p { animation: copy-rise 240ms both; }
.closing-section { overflow: hidden; }
.closing-section h2 { transition: translate 300ms; }
.closing-section.is-visible h2 { animation: copy-rise 750ms cubic-bezier(.16, 1, .3, 1) both; }
.capabilities { gap: 20px; padding-block: 26px; }
.capabilities article { display: flex; align-items: center; gap: 12px; }
.capabilities .section-index { color: var(--mint); }
.capabilities article:nth-child(2) .section-index { color: var(--gold); }
.capabilities article:nth-child(3) .section-index { color: var(--red); }
.capabilities h2 { margin: 0; font-size: 14px; font-weight: 500; }
.styles-section { padding-block: 68px 54px; }
.styles-heading > .title-lockup { display: block; position: relative; width: fit-content; max-width: calc(100% - 56px); isolation: isolate; }
.title-lockup h2 { position: relative; z-index: 1; font-size: 56px; font-weight: 750; }
.demo-item figcaption { padding-top: 14px; }
.section-end { margin-top: 18px; }
.workflow-section { padding-block: 38px; }
.mission-heading { padding-bottom: 30px; }
.workflow-section .mission-heading h2 { font-size: 26px; max-width: calc(100% - 110px); }
.workflow-steps { gap: 28px; }
.workflow-steps li { padding-top: 14px; }
.workflow-steps h3 { font-size: 20px; margin-top: 16px; }
.step-tag { margin-top: 12px; }
.store-band { padding-top: 64px; }
.plan-grid h3 { min-height: 76px; }
.free-price, .pro-price-stack { grid-template-columns: 1fr; gap: 8px; margin-top: 22px; }
.free-price > span, .pro-price-stack > span { grid-column: 1; grid-row: 3; justify-self: start; }
.tokens-section { margin-top: 60px; }
.tokens-heading h3 { margin-top: 0; font-size: 30px; }
.pack-option { min-height: 230px; }
.pack-quantity { font-size: 70px; margin-top: 18px; }
.pack-signal { height: 20px; margin-top: 12px; }
.compact-disclosure { display: block; }
.compact-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 60px; list-style: none; cursor: pointer; }
.compact-disclosure > summary::-webkit-details-marker { display: none; }
.compact-disclosure > summary .icon { color: var(--muted); transition: rotate 220ms; }
.compact-disclosure[open] > summary .icon { rotate: 180deg; }
.compact-disclosure[open] > :not(summary) { animation: copy-rise 280ms both; }
.support-section { margin-top: 30px; padding-block: 0; }
.support-body { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 10px 26px; }
.support-body > p { font-size: 12px; color: var(--muted); max-width: 310px; }
.payment-trust { grid-template-columns: 1fr auto; gap: 12px 48px; padding-block: 32px 0; border-bottom: 0; }
.payment-copy h2 { font-size: 17px; margin: 0; }
.payment-copy > p:not(.eyebrow) { margin-top: 8px; max-width: 480px; font-size: 12px; }
.payment-methods { align-self: center; }
.payment-brands { margin-top: 0; gap: 20px; }
.payment-methods > small { display: block; font-size: 10px; color: var(--muted); margin-top: 12px; max-width: 245px; }
.payment-documents { gap: 0 24px; }
.faq-section { display: block; padding-block: 16px 36px; }
.faq-disclosure { border-block: 1px solid var(--line); }
.faq-section h2 { font-size: 17px; font-weight: 500; }
.faq-list { padding-bottom: 18px; }
.faq-list details:first-child { border-top: 0; }
.faq-list summary { min-height: 54px; font-size: 13px; }
.closing-section { background: var(--bg); padding-block: 28px; }
@keyframes letter-rise { from { transform: translateY(110%) rotate(6deg); opacity: 0; } to { transform: translateY(0) rotate(0); opacity: 1; } }
@keyframes copy-rise { from { transform: translateY(12px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes demo-focus { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes title-cut { from { clip-path: inset(0 0 100% 0); transform: translateY(20px); } to { clip-path: inset(0); transform: none; } }
@keyframes rule-grow { to { transform: scaleX(1); } }
@keyframes pack-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes signal-pulse { 0%, 100% { transform: scaleY(.55); } 50% { transform: scaleY(1); } }
@keyframes crew-peek { from { opacity: 0; transform: translateX(-90px) rotate(-8deg); } to { opacity: 1; transform: none; } }
@keyframes crew-edge-peek { from { opacity: 0; transform: translateX(70px) rotate(8deg); } to { opacity: 1; transform: none; } }
@keyframes crew-land { from { opacity: 0; transform: translateY(-100px) rotate(14deg); } 70% { opacity: 1; transform: translateY(4px) rotate(-3deg); } to { opacity: 1; transform: none; } }
@keyframes crew-shy { from { opacity: 0; transform: translateY(90px); } 65% { opacity: 1; transform: translateY(-5px) rotate(-4deg); } to { opacity: 1; transform: none; } }
@media (hover: hover) and (pointer: fine) {
  .demo-item:hover .demo-media { translate: 0 -7px; box-shadow: 0 12px 0 -8px var(--demo-accent); }
  .demo-item:hover figcaption strong { color: var(--demo-accent); }
  .pack-option:hover { border-color: var(--pack-accent); translate: 0 -4px; }
  .pack-option:hover .pack-signal i { animation: signal-pulse 600ms ease-in-out 2; animation-delay: calc(var(--bar) * 25ms); }
}
@media (max-width: 1100px) {
  .tokens-heading h3 { font-size: 29px; }
  .pack-option { padding-inline: 20px; }
}
@media (max-width: 760px) {
  .hero-video { transform: translateY(var(--hero-drift, 0px)) scale(1.015); }
  .pro-doodle { bottom: -30px; }
  .tokens-section { margin-top: 58px; }
  .tokens-heading h3 { font-size: 28px; max-width: 340px; }
  .token-tabs { width: 100%; }
  .token-tabs button { font-size: 12px; padding: 12px 10px; }
  .product-grid { gap: 8px; }
  .pack-option { min-height: 224px; padding: 15px 12px; border-radius: 5px; }
  .pack-quantity { font-size: 52px; margin-top: 24px; }
  .pack-unit { font-size: 10px; }
  .pack-tier { font-size: 10px; }
  .pack-check { width: 12px; height: 12px; top: 17px; right: 9px; }
  .capabilities { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding-block: 20px; }
  .capabilities article { flex-direction: column; align-items: flex-start; gap: 8px; }
  .capabilities h2 { font-size: 11px; line-height: 1.4; }
  .styles-section { padding-block: 44px 38px; }
  .title-lockup h2 { font-size: 38px; }
  .styles-doodle { bottom: -1px; }
  .demo-gallery { gap: 20px 12px; }
  .workflow-section { padding-block: 30px; }
  .workflow-section .mission-heading h2 { font-size: 23px; }
  .workflow-steps { gap: 18px; }
  .workflow-steps li { padding-top: 12px; }
  .workflow-steps h3 { font-size: 18px; margin-top: 10px; }
  .mission-stop { font-size: 10px; }
  .step-tag { margin-top: 8px; }
  .store-band { padding-top: 44px; }
  .plan-grid h3 { min-height: 0; font-size: 25px; }
  .support-body { flex-direction: column; align-items: flex-start; gap: 16px; }
  .payment-trust { grid-template-columns: 1fr; gap: 18px; padding-top: 28px; }
  .payment-copy h2 { font-size: 16px; }
  .payment-methods > small { max-width: none; }
  .faq-section { padding-block: 8px 28px; }
  .closing-section { padding-block: 22px; }
  .pack-signal { gap: 3px; height: 24px; overflow: hidden; margin-top: 18px; }
  .pack-signal i { width: 3px; flex-shrink: 0; }
  .pack-option .product-price { margin-top: 16px; padding-top: 12px; }
  .pack-option .product-price span { font-size: 16px; white-space: nowrap; }
  .pack-option .product-price small { font-size: 11px; }
  .pack-purchase { gap: 14px; padding-block: 18px; align-items: start; }
  .pack-summary h4 { font-size: 16px; }
  .pack-summary p { font-size: 11px; }
  .pack-buy { min-width: 110px; padding-inline: 14px; font-size: 12px; }
  .pro-offer::before { font-size: 118px; top: 28px; }
}
@media (max-width: 380px) {
  .pack-option { padding-inline: 9px; }
  .pack-quantity { font-size: 48px; }
  .pack-option .product-price span { font-size: 14px; }
  .pack-option .product-price small { font-size: 10px; }
  .pack-buy { min-width: 102px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video { transform: none; }
  .hero-letter, .stage-lead, .hero-description, .stage-actions { animation: none !important; }
  .section-heading h2, .tokens-heading h3, .support-section h3 { clip-path: none; }
  .motion-ready .crew-sprite { opacity: 1; }
}
