@import url("styles-v31.css?v=20260906-ride1");

/* Ride Instrument — one brand route, deliberately different chapter rhythms. */
:root {
  --page: 1200px;
  --blue: #3983ff;
  --route-image: url("assets/route-map-dark.webp");
  --chapter: #0c1016;
  --ride-blue: #164bce;
}
:root[data-theme="light"] {
  --blue: #185bd3;
  --chapter: #e9edf1;
  --route-image: url("assets/route-map-light.webp");
}
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
html:not(.js) .header-tools { display: none; }
.header-inner { min-height: 76px; }
.site-header { background: var(--bg); }
.header-ride { height: 14px; padding-inline: 24px; pointer-events: none; color: #fff; opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility 0s .22s; }
:root[data-theme="light"] .header-ride { color: #000; }
.header-ride.is-visible { opacity: 1; visibility: visible; transition-delay: 0s; }
.header-ride-track { position: relative; height: 100%; margin-right: 22px; --ride-position: 0%; --wheel-turn: 0deg; }
.header-ride-track::before { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: repeating-linear-gradient(90deg, currentColor 0 3px, transparent 3px 11px); opacity: .12; }
.header-ride-trail { position: absolute; left: 0; bottom: 0; width: var(--ride-position); height: 1px; background: currentColor; opacity: .45; }
.header-ride-cyclist { position: absolute; bottom: 1px; left: var(--ride-position); width: 20px; height: 15px; transform: translateX(-50%) scaleX(var(--ride-facing,1)); }
.header-ride.is-visible .header-ride-cyclist { animation: ride-appear .38s ease-out both; }
@keyframes ride-appear { from { opacity: 0; translate: 0 4px; } to { opacity: 1; translate: 0 0; } }
.ride-wheel { transform: rotate(var(--wheel-turn)); }
.header-ride-finish { position: absolute; right: -24px; bottom: 0; width: 12px; height: 14px; }
.header-ride-arrival { position: absolute; right: -24px; bottom: 1px; width: 12px; height: 12px; border: 1px solid currentColor; border-radius: 50%; opacity: 0; }
.header-ride.is-finishing .header-ride-arrival { animation: ride-arrival-ring .85s ease-out both; }
.header-ride.is-finishing .header-ride-finish { transform-origin: 2px 100%; animation: ride-flag-wave .85s ease-in-out both; }
@keyframes ride-arrival-ring { 0% { opacity: 0; transform: scale(.65); } 25% { opacity: .3; } 100% { opacity: 0; transform: scale(2.2); } }
@keyframes ride-flag-wave { 0%,100% { transform: rotate(0deg); } 25% { transform: rotate(-14deg); } 55% { transform: rotate(9deg); } 78% { transform: rotate(-4deg); } }
@media (max-width: 600px) { .header-ride { padding-inline: 24px; } }
@media (prefers-reduced-motion: reduce) { .header-ride-track { --ride-position: 0% !important; --wheel-turn: 0deg !important; } }
.brand strong { letter-spacing: .015em; }
.route-journey { max-width: none; overflow: clip; }
.route-art { display: none; }
.ride-stage { padding-block: 128px; scroll-margin-top: 0; }
.ride-stage + .ride-stage::before { display: none; }
.hero { --bg: #05070a; --soft: #b1bac8; --muted: #929fb3; --route-image: url("assets/route-map-dark.webp"); color: #f4f7ff; background: var(--bg); isolation: isolate; padding: 60px 0 70px; min-height: 820px; }
.hero::before {
  z-index: -1;
  background: linear-gradient(0deg, var(--bg), transparent 25%), var(--route-image) center 38% / 100% auto no-repeat;
}
.hero-grid { width: min(calc(100% - 96px), 1040px); grid-template-columns: minmax(0, 1fr) minmax(320px, 400px); gap: 56px; min-height: 710px; }
.hero-copy { background: transparent; box-shadow: none; padding: 32px 0; position: relative; }
.hero-copy::before { content: ""; position: absolute; inset: -10% -20%; background: var(--bg); filter: blur(58px); opacity: .76; z-index: -1; pointer-events: none; }
.hero h1 { font-size: clamp(84px, 10.5vw, 148px); font-weight: 760; line-height: 1.04; letter-spacing: -.075em; }
html:lang(zh-CN) .hero h1 { letter-spacing: -.025em; }
.hero .accent { color: #3580ff; }
.lead { margin-top: 34px; color: var(--soft); font-size: 19px; max-width: 26em; }
.hero-window { justify-self: end; position: relative; }
.hero-window > img, .hero-window .image-preview > img { box-shadow: 0 38px 95px #0007; border: 1px solid var(--line); border-radius: 16px; }
.hero-window figcaption { margin-top: 20px; }
.section-copy { background: transparent; box-shadow: none; }
.section-copy h2 { font-size: clamp(42px, 4.8vw, 68px); font-weight: 700; line-height: 1.15; letter-spacing: -.055em; }
.section-copy > p { line-height: 1.85; font-size: 17px; }
.providers { padding: 50px 0 78px; border-top: 1px solid var(--line); }
.provider-layout > .section-copy { display: flex; align-items: baseline; justify-content: space-between; text-align: left; gap: 28px; max-width: none; }
.provider-layout .section-copy h2 { font-size: 24px; letter-spacing: -.025em; white-space: normal; }
.provider-layout .section-copy > p { margin: 0; font-size: 14px; max-width: 38em; }
.provider-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); background: transparent; border: 0; margin-top: 40px; padding: 0; gap: 20px; }
.provider-grid > article:nth-child(n) { grid-column: auto; border: 0; padding: 18px 12px 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.provider-grid article > div { width: 100%; min-width: 0; }
.provider-grid img { margin: 0 auto 18px; width: 34px; height: 34px; flex: none; }
.provider-grid h3 { font-size: 16px; min-height: 1.4em; }
.provider-grid p { font-size: 13px; margin-top: 8px; }

/* The product's own six Token thresholds, presented as an interactive route. */
.stages { background: var(--ride-blue); color: #fff; padding: 94px 0 82px; isolation: isolate; }
.stages::after { content: ""; position: absolute; inset: 0; background: url("assets/route-map-dark.webp") center 46% / cover; opacity: .17; mix-blend-mode: luminosity; pointer-events: none; z-index: -1; }
.stage-layout { position: relative; }
.stage-intro { display: block; max-width: 960px; margin-inline: auto; text-align: center; }
.stage-intro h2 { font-size: clamp(38px, 4.5vw, 60px); text-wrap: balance; }
.stage-intro h2 br { display: none; }
.stage-intro > p { max-width: none; margin: 22px auto 0; color: #e1eaff; font-size: 16px; text-wrap: pretty; }
.stage-result { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 72px; max-width: 940px; margin: 52px auto 58px; min-height: 220px; }
.stage-reading { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; line-height: 1; }
.stage-reading strong { font-family: "SF Pro Display", "Helvetica Neue", sans-serif; font-weight: 650; letter-spacing: -.055em; font-size: clamp(112px, 14vw, 204px); font-variant-numeric: tabular-nums; }
.stage-reading > span { font-size: 20px; color: #d4e0ff; }
.stage-story { padding-bottom: 10px; }
.stage-story h3 { font-size: 36px; font-weight: 600; letter-spacing: -.04em; }
.stage-story p { margin-top: 16px; font-size: 15px; color: #e1eaff; }
.milestone-list { margin-top: 52px; background: transparent; box-shadow: none; gap: 0; }
.stage-result:not([hidden]) + .milestone-list { margin-top: 0; }
.milestone-list li { padding: 0; }
.milestone-list li::before { background: #b2c9ff6b; top: 13px; height: 1px; }
.milestone-list li.is-reached::before { background: #fff; }
.milestone-list small { color: #dae4ff; font-size: 14px; }
.milestone-list strong { font-size: 14px; font-weight: 500; color: #d1dfff; margin-top: 8px; letter-spacing: 0; }
.milestone-list em { display: none; }
.milestone-list .milestone-dot { top: 6px; width: 15px; height: 15px; border: 2px solid #96b6ff; background: var(--ride-blue); box-shadow: none; }
.milestone-list li > div { padding-top: 36px; }
.milestone-list .stage-choice { width: 100%; min-height: 114px; position: relative; border: 0; background: transparent; color: #fff; padding: 36px 8px 12px; text-align: center; cursor: pointer; }
.stage-choice > div { pointer-events: none; }
.stage-choice:focus-visible { outline-color: #fff; outline-offset: 1px; border-radius: 4px; }
.stage-choice:hover { background: #ffffff0b; }
.stage-choice[aria-pressed="true"] .milestone-dot { background: #fff; border-color: #fff; box-shadow: 0 0 0 6px #ffffff29; }
.stage-choice[aria-pressed="true"] small { color: #fff; font-weight: 700; }
.stage-choice[aria-pressed="true"] strong { color: #fff; }

.dashboard-stage { padding-block: 138px 74px; background: var(--chapter); }
.product-split { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 70px; }
.detail-window { width: 100%; }
.detail-window > img { border-radius: 12px; border: 1px solid var(--line); }
.compact-features { gap: 20px; margin-top: 36px; }
.compact-features li { padding-left: 0; border-left: 0; }
.compact-features strong { font-size: 15px; }
.compact-features span { font-size: 14px; }
.surfaces { background: var(--chapter); padding: 10px 0 100px; }
.surfaces-layout > .section-copy { max-width: 760px; padding-top: 52px; border-top: 1px solid var(--line); }
.surfaces .section-copy h2 { font-size: 35px; }
.surfaces .section-copy h2 br { display: none; }
.surfaces .section-copy > p { font-size: 15px; margin-top: 16px; }
.surface-copy { border: 0; margin-top: 40px; padding: 0; background: transparent; gap: 28px; }
.surface-copy article { padding: 0; }
.surface-copy article + article { border: 0; }
.surface-visual { width: 100%; height: 320px; margin: 0 0 28px; display: grid; place-items: center; border-radius: 18px; background: var(--bg); border: 1px solid var(--line); overflow: hidden; }
.surface-visual img { display: block; max-width: calc(100% - 40px); height: auto; object-fit: contain; }
.menu-style-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100%, 310px); padding: 24px 18px; gap: 20px 16px; }
.menu-style { margin: 0; min-width: 0; display: grid; justify-items: center; gap: 8px; }
.surface-menu .menu-style img { width: 100px; max-width: 100%; border-radius: 0; box-shadow: none; }
.menu-style figcaption { margin: 0; color: var(--soft); font-size: 12px; line-height: 1.5; text-align: center; }
.surface-menu .screenshot-note { margin: 0; font-size: 11px; }
.surface-widget img { width: 280px; border-radius: 22px; box-shadow: 0 16px 42px #0004; }
.surface-floating img { width: 180px; border-radius: 20px; box-shadow: 0 16px 42px #0004; }
.surface-visual .screenshot-note { margin: 24px; color: var(--soft); }
.surface-copy h3 { font-size: 19px; }
.surface-copy p { font-size: 14px; margin-top: 12px; }
.text-link { margin-top: 32px; }
#devices { padding: 124px 0 100px; }
#devices > .local-content { position: relative; }
.devices-editorial { margin-top: 36px; width: min(100%, 1030px); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.device-platforms, .privacy-principles { background: none; box-shadow: none; }
.device-platforms { gap: 40px; margin-top: 32px; padding-top: 34px; border-top: 1px solid var(--line); }
.device-platforms strong { font-size: 27px; }
.device-platforms p { font-size: 14px; max-width: 29ch; }
.sync-note { background: none; font-size: 12px; margin-top: 30px; padding: 0; }
.share-stage { padding-block: 114px; background: var(--chapter); }
.share-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 410px); gap: 140px; }
.share-window { border: 0; padding: 0; box-shadow: none; background: transparent; border-radius: 14px; }
.share-image-frame { max-height: 550px; border-radius: 14px; }
.plain-points { font-size: 15px; max-width: 360px; }
.plain-points li { padding: 12px 0; }
#privacy { padding: 112px 0 92px; }
#privacy .section-copy h2 { font-size: clamp(42px, 4.7vw, 66px); }
.privacy-editorial { width: min(100%, 680px); margin-top: 24px; }
.privacy-principles { margin-top: 30px; padding-top: 36px; }
.privacy-principles p { font-size: 14px; }
.footer-finish { width: min(calc(100% - 96px), var(--page)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 64px 0; border-bottom: 1px solid var(--line); }
.footer-finish p { font-size: clamp(30px, 4vw, 52px); font-weight: 650; letter-spacing: -.055em; }
.footer-finish a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; color: var(--ink); border: 1px solid var(--line); border-radius: 30px; font-size: 14px; text-decoration: none; }
.footer-finish a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.site-footer-inner { min-height: 116px; }
.footer-links { flex-wrap: wrap; }
.image-preview { display: block; width: 100%; min-width: 0; padding: 0; margin: 0; border: 0; border-radius: 16px; background: transparent; color: inherit; text-align: inherit; cursor: zoom-in; }
.image-preview:disabled { cursor: default; }
.image-preview:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.share-image-frame.image-preview:focus-visible { mask-image: none; }
.image-dialog { background: var(--chapter); }
.image-dialog-header { background: var(--chapter); }
/* Selected source rectangle: x=218, y=12, w=544, h=526 in the 780×552 capture. */
.detail-window { width: min(100%, 520px); justify-self: end; }
.detail-image-frame, .image-dialog-frame.is-detail-crop { position: relative; aspect-ratio: 544 / 526; overflow: hidden; border-radius: 12px; }
.detail-image-frame { box-shadow: 0 24px 80px #0004; }
.detail-image-frame, .image-dialog-frame.is-detail-crop { border: 24px solid #1e1e1e; box-sizing: content-box; width: calc(100% - 48px); background: #1e1e1e; }
:root[data-theme="light"] .detail-image-frame, :root[data-theme="light"] .image-dialog-frame.is-detail-crop { border-color: #fff; background: #fff; }
.detail-image-frame img, .image-dialog-frame.is-detail-crop img { position: absolute; inset: 0 auto auto 0; width: 143.382353%; max-width: none; height: auto; margin: 0; border-radius: 0; box-shadow: none; transform: translate(-27.948718%, -2.173913%); }
.detail-image-frame:has(img[hidden]) { display: none; }
.image-dialog-frame.is-detail-crop { width: min(100%, 640px); margin-inline: auto; }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-window { animation: arrive .75s cubic-bezier(.2,.7,.2,1) both; }
  .hero-window { animation-delay: .1s; }
  @keyframes arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  .stage-reading strong { transition: opacity .12s; }
}
html:lang(en) .hero h1 { font-size: clamp(70px, 7.9vw, 112px); letter-spacing: -.07em; }
html:lang(ja) .hero h1, html:lang(ko) .hero h1 { font-size: clamp(66px, 6.9vw, 96px); }
@media (min-width: 1700px) { .hero::before { background-size: auto, 1700px auto; } }
@media (max-width: 1100px) {
  .provider-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .provider-grid article:nth-child(n) { grid-column: auto; }
  .hero-grid { width: min(calc(100% - 96px), 920px); gap: 40px; grid-template-columns: minmax(0,1fr) 350px; min-height: 640px; }
  .hero h1 { font-size: 104px; }
  .hero { min-height: 760px; padding-top: 50px; }
  .product-split { gap: 44px; }
  .stage-intro h2 { font-size: 46px; }
  .stage-result { gap: 36px; }
  .stage-story h3 { font-size: 30px; }
  .share-layout { gap: 80px; grid-template-columns: 1fr 360px; }
}
@media (max-width: 820px) {
  .hero { padding: 56px 0 58px; }
  .hero::before { background-position: center, right top; background-size: auto, auto 1300px; }
  .hero-grid { width: calc(100% - 48px); grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { text-align: center; box-shadow: none; padding: 0; }
  .hero h1 { font-size: 112px; }
  .hero-window { width: min(100%, 360px); justify-self: center; }
  .provider-layout > .section-copy { display: block; text-align: center; }
  .provider-layout .section-copy > p { margin: 12px auto 0; }
  .provider-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 10px; margin-top: 26px; }
  .provider-grid article:nth-child(n) { grid-column: auto; }
  .provider-grid > article:nth-child(n) { padding: 15px; }
  .stage-intro { display: block; text-align: center; }
  .stage-intro > p { margin: 24px auto 0; }
  .stage-result { grid-template-columns: 1.1fr 1fr; gap: 24px; min-height: 165px; margin-block: 46px; }
  .stage-reading strong { font-size: 132px; }
  .stage-reading > span { font-size: 16px; }
  .stage-story h3 { font-size: 26px; }
  .stage-story p { font-size: 13px; }
  .milestone-list { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
  .dashboard-stage { padding: 94px 0 50px; }
  .product-split { grid-template-columns: 1fr; gap: 46px; }
  .detail-window { justify-self: center; }
  .compact-features { grid-template-columns: 1fr 1fr; text-align: left; }
  .surfaces { padding-bottom: 80px; }
  .surfaces-layout > .section-copy { padding-top: 34px; }
  .surfaces .section-copy h2 { font-size: 30px; }
  .surface-copy { gap: 16px; }
  .surface-copy article { padding: 0; }
  .surface-visual { height: 240px; }
  .menu-style-gallery { padding: 14px 12px; gap: 12px 10px; }
  .menu-style { gap: 6px; }
  .surface-menu .menu-style img { width: 86px; }
  .menu-style figcaption { font-size: 11px; }
  .surface-visual img { max-width: calc(100% - 24px); }
  .surface-copy h3 { font-size: 18px; }
  .surface-copy p { font-size: 13px; }
  #devices { padding: 88px 0; }
  .device-platforms { gap: 26px; }
  .device-platforms strong { font-size: 23px; }
  .share-stage { padding: 88px 0; }
  .share-window { width: min(100%, 390px); }
  .plain-points { max-width: 620px; }
  #privacy { padding: 88px 0; }
}
@media (max-width: 540px) {
  html { scroll-padding-top: 84px; }
  .header-inner { min-height: 68px; }
  .header-tools { gap: 8px; }
  .tool-button { width: 44px; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: clamp(76px, 22vw, 110px); }
  html:lang(en) .hero h1 { font-size: clamp(52px, 14vw, 72px); }
  html:lang(ja) .hero h1, html:lang(ko) .hero h1 { font-size: clamp(43px, 12vw, 60px); }
  .lead { margin-top: 24px; font-size: 16px; max-width: 22em; }
  .hero-grid { gap: 40px; }
  .hero-window { max-width: 330px; }
  .providers { padding: 34px 0 48px; }
  .provider-layout .section-copy h2 { font-size: 22px; }
  .provider-layout .section-copy > p { max-width: 24em; font-size: 13px; }
  .provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 0; }
  .provider-grid > article:nth-child(n) { padding: 14px 10px; }
  .provider-grid h3 { font-size: 14px; }
  .provider-grid p { font-size: 12px; }
  .stages { padding: 62px 0 50px; }
  .stage-intro h2 { font-size: 38px; }
  .stage-intro h2 br { display: initial; }
  .stage-intro > p { margin-top: 20px; font-size: 14px; }
  .stage-result { display: block; text-align: center; margin: 36px 0 32px; }
  .stage-reading { justify-content: center; gap: 12px; }
  .stage-reading strong { font-size: clamp(100px, 30vw, 145px); }
  .stage-story { margin-top: 22px; padding: 0; }
  .stage-story h3 { font-size: 25px; }
  .stage-story p { margin-top: 10px; }
  .milestone-list { grid-template-columns: repeat(3, 1fr); row-gap: 14px; }
  .milestone-list .stage-choice { padding-inline: 2px; min-height: 108px; }
  /* Reset v31's important two-column endpoints for this three-column route. */
  .milestone-list li:nth-child(n)::before { left: 0 !important; right: 0 !important; }
  .milestone-list li:nth-child(3n+1)::before { left: 50% !important; }
  .milestone-list li:nth-child(3n)::before { right: 50% !important; }
  .milestone-list small { font-size: 12px; }
  .milestone-list strong { font-size: 11px; }
  .milestone-list .milestone-dot { left: calc(50% - 7px); }
  .section-copy h2 { font-size: 37px; }
  .section-copy > p { font-size: 15px; }
  .dashboard-stage { padding: 66px 0 36px; }
  .compact-features { gap: 24px 18px; margin-top: 28px; }
  .compact-features strong { font-size: 14px; }
  .compact-features span { font-size: 13px; }
  .surfaces { padding-bottom: 62px; }
  .surfaces .section-copy h2 { font-size: 27px; }
  .surfaces .section-copy h2 br { display: initial; }
  .surfaces .section-copy > p { font-size: 14px; }
  .surface-copy { margin-top: 32px; gap: 36px; }
  .surface-copy article { padding: 0; }
  .surface-visual { height: 220px; margin-bottom: 20px; }
  .surface-menu { height: 300px; }
  .menu-style-gallery { padding: 20px 18px; gap: 18px 16px; }
  .menu-style { gap: 8px; }
  .surface-menu .menu-style img { width: 100px; }
  .menu-style figcaption { font-size: 12px; }
  .surface-widget { height: 310px; }
  .surface-copy p { font-size: 14px; }
  #devices { padding: 64px 0; }
  .devices-editorial { width: calc(100% + 32px); max-width: none; margin: 28px -16px 0; }
  .device-platforms { margin-top: 26px; padding-top: 28px; gap: 24px; }
  .device-platforms > div { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .device-platforms > div:last-child { border-bottom: 0; padding-bottom: 0; }
  .device-platforms strong { font-size: 24px; }
  .device-platforms p { max-width: 32ch; }
  .sync-note { font-size: 11px; }
  .share-stage { padding: 64px 0; }
  .plain-points { gap: 0 18px; }
  .plain-points li { font-size: 13px; }
  .share-window { max-width: 320px; }
  .share-image-frame { max-height: 460px; }
  #privacy { padding: 64px 0; }
  #privacy .section-copy h2 { font-size: 35px; }
  .privacy-editorial { margin-top: 22px; }
  .privacy-principles { margin-top: 24px; gap: 26px; }
  .footer-finish { width: calc(100% - 40px); padding: 42px 0; display: block; text-align: center; }
  .footer-finish p { font-size: 32px; }
  .footer-finish a { margin-top: 24px; }
  .site-footer-inner { padding-block: 30px; gap: 22px; }
  .footer-links { justify-content: center; gap: 10px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
