@font-face {
  font-family: "Noto Sans SC";
  src: url("/assets/fonts/noto-sans-sc.woff2") format("woff2");
  font-weight: 400 750;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/bricolage-grotesque.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f8f9f5;
  --white: #fff;
  --ink: #252823;
  --muted: #63685f;
  --orange: #ff724e;
  --orange-ink: #bc4123;
  --lilac: #e3dcfb;
  --mint: #e5eddc;
  --lime: #d0ed86;
  --line: #d9ddd3;
  --display: "Bricolage Grotesque", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --body: "Bricolage Grotesque", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --radius: 16px;
  --max: 1328px;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; scroll-padding-top: 100px; scrollbar-color: #8c9480 var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-underline-offset: .25em; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid #593ac4; outline-offset: 5px; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 650; letter-spacing: -.035em; text-wrap: balance; }
h2 { font-size: clamp(40px, 4.65vw, 64px); line-height: 1.06; }
h3 { font-size: clamp(32px, 3.2vw, 46px); line-height: 1.1; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 23px; height: 23px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 50; padding: 12px 20px; background: var(--ink); color: var(--white); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-wrap { max-width: var(--max); margin-inline: auto; padding-inline: 48px; }
.site-header { position: relative; z-index: 20; max-width: 1536px; margin-inline: auto; padding: 22px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 92px; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 29px; font-weight: 750; line-height: 1; letter-spacing: -.035em; text-decoration: none; }
.brand img { border-radius: 11px; }
.brand-period { color: var(--orange-ink); }
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-menu a { position: relative; padding-block: 12px; font-size: 14px; font-weight: 550; text-decoration: none; }
.nav-menu a::after { content: ""; position: absolute; height: 2px; inset: auto 0 5px; background: var(--orange-ink); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav-menu a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 17px; align-items: center; }
.language-toggle { min-width: 44px; min-height: 44px; border: 0; border-radius: 50%; background: transparent; font-size: 13px; font-weight: 650; transition: background .2s ease; }
.language-toggle:hover { background: var(--mint); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 60px; border: 0; padding: 8px 10px 8px 26px; border-radius: 100px; text-decoration: none; font-size: 16px; font-weight: 600; line-height: 1.35; transition: background .3s ease, transform .3s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(.98); }
.button .icon { transition: transform .35s var(--ease); }
.button:hover .icon { transform: translate(2px, -1px); }
.button-small { min-height: 44px; padding: 10px 19px; background: var(--ink); color: var(--white); font-size: 13px; gap: 10px; }
.button-small .icon { width: 17px; height: 17px; }
.button-small:hover { background: #414838; }
.button-primary { background: var(--orange); color: #29221d; }
.button-primary:hover { background: #ff8868; }
.button-disc { display: grid; place-items: center; width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--ink); color: var(--white); }
.button-light { background: var(--lime); color: var(--ink); padding: 18px 26px; }
.button-light:hover { background: #e3f6b9; }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 14px; font-weight: 550; text-decoration: none; }
.text-link span { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link .icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.text-link:hover .icon { transform: translate(3px, -3px); }
.menu-toggle { display: none; }
.language-toggle, .motion-toggle { visibility: hidden; }
.js .language-toggle, .js .motion-toggle { visibility: visible; }
.hero { position: relative; display: grid; grid-template-columns: 1.02fr 1fr; max-width: 1440px; margin: 0 auto; min-height: min(730px, 60vw); padding-left: 64px; }
.hero-copy { position: relative; z-index: 2; padding: clamp(50px, 5vw, 76px) 24px 94px 0; }
h1 { font-size: clamp(64px, 6.9vw, 96px); line-height: 1.02; font-weight: 650; letter-spacing: -.04em; }
.hero h1 { font-size: clamp(60px, 6.2vw, 88px); }
.hero-line { display: block; }
.accent-line { color: var(--orange-ink); }
.hero-description { max-width: 460px; margin-top: 30px; font-size: 18px; color: #53594e; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px 23px; align-items: center; margin-top: 30px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 27px; color: var(--muted); font-size: 12px; }
.status-mark { flex: none; width: 7px; height: 7px; border-radius: 50%; background: #5b7750; }
.hero-stage { position: relative; min-width: 0; overflow: hidden; border-radius: 16px 0 0 16px; background: var(--lilac); }
.hero-art { position: absolute; inset: -14px; display: block; transform: translate(var(--pointer-x, 0px), var(--pointer-y, 0px)); transition: transform .8s var(--ease); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }
.floating-message { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 13px; padding: 17px 23px; border-radius: 15px; background: #fffefb; box-shadow: 0 12px 32px -15px #412b6173; font-size: 15px; font-weight: 550;  }
.floating-message-one { left: 22px; top: 75px; transform: rotate(-7deg); --slip-angle: -7deg; }
.floating-message-one .icon { color: #a4482e; }
.floating-message-two { right: 30px; bottom: 135px; transform: rotate(5deg); --slip-angle: 5deg; animation-delay: -3s; }
.floating-message-two .icon { color: #593ac4; }
.art-caption { position: absolute; z-index: 2; bottom: 26px; left: 24px; right: 24px; color: #514564; font-size: 11px; letter-spacing: .015em; text-align: center; }
.hero-scroll { position: absolute; bottom: 28px; left: 64px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #c9cec1; border-radius: 50%; transition: background .2s ease; }
.hero-scroll:hover { background: var(--mint); }
.experience { padding-top: 116px; padding-bottom: 100px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 38px; }
.section-heading h2 { flex: 1 1 55%; }
.serene-word { color: #6a745f; }
.section-heading > p { max-width: 370px; margin-bottom: 6px; color: var(--muted); line-height: 1.7; }
.demo-tabs { position: relative; z-index: 3; display: none; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
.demo-tabs button { display: inline-flex; gap: 10px; align-items: center; justify-content: center; border: 1px solid var(--line); background: transparent; border-radius: 100px; padding: 13px 23px; min-height: 50px; font-size: 14px; font-weight: 550; transition: background .25s ease, border-color .25s ease, transform .3s var(--ease); }
.demo-tabs button .icon { width: 20px; height: 20px; }
.demo-tabs button:hover { background: #e9eddf; transform: translateY(-2px); }
.demo-tabs button[aria-selected="true"] { color: var(--white); background: var(--ink); border-color: var(--ink); }
.demo-stage { position: relative; padding: 53px 13.8% 55px; background: #e6e8d9; border-radius: var(--radius); overflow: hidden; }
.demo-stage:has(#panel-learn:not([hidden])) { background: #e3def1; }
.demo-stage:has(#panel-plan:not([hidden])) { background: #e4ecf1; }
.conversation-window { position: relative; z-index: 2; background: var(--white); border-radius: var(--radius); box-shadow: 0 26px 70px -38px #34432386; }
.window-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 23px; border-bottom: 1px solid #eceee9; }
.window-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 650; font-size: 16px; }
.window-brand img { border-radius: 8px; }
.demo-indicator { color: var(--muted); font-size: 11px; }
.window-top > .icon { color: #777e70; width: 18px; height: 18px; }
.conversation-panel { padding: 28px 34px 20px; min-height: 355px; }
.message-author { display: block; color: var(--muted); font-size: 11px; font-weight: 550; margin-bottom: 7px; }
.message-human { max-width: 90%; margin: 0 0 25px auto; text-align: right; }
.message-human p { display: inline-block; padding: 13px 19px; background: #efeee9; border-radius: 12px 12px 3px 12px; font-size: 15px; }
.message-agent { display: flex; gap: 12px; }
.agent-avatar { flex: none; display: grid; place-items: center; height: 31px; width: 31px; background: var(--lilac); color: #513582; border-radius: 50%; }
.agent-avatar .icon { width: 18px; height: 18px; }
.message-agent > div { flex: 1; }
.message-agent p { max-width: 440px; font-size: 16px; line-height: 1.55; }
.idea-slip { display: flex; align-items: center; gap: 13px; margin-top: 17px; padding: 16px; background: #f0f4e7; border-radius: 10px; }
#panel-learn .idea-slip { background: #f0eafa; }
#panel-plan .idea-slip { background: #eaf2f8; }
.idea-slip > .icon { width: 28px; height: 28px; color: #556638; }
.idea-slip strong { display: block; font-size: 14px; font-weight: 600; }
.idea-slip span { display: block; font-size: 11px; color: #5c6554; margin-top: 3px; }
.conversation-end { display: flex; align-items: center; justify-content: center; gap: 13px; color: #6c7267; font-size: 10px; margin-top: 29px; }
.end-line { width: 35px; height: 1px; background: #d8ddcf; }
.demo-margin-note { position: absolute; left: 23px; top: 67px; width: 125px; font-size: 14px; line-height: 1.4; transform: rotate(-7deg); }
.demo-margin-note svg { width: 67px; margin: 18px 0 0 29px; stroke: #626d51; stroke-width: 1.5; fill: none; }
.demo-orbit { position: absolute; width: 145px; right: -23px; bottom: -22px; color: var(--orange); transform: rotate(14deg); }
.demo-orbit svg { fill: none; stroke: currentColor; stroke-width: 2; }
.demo-orbit circle { fill: currentColor; stroke: none; }
.demo-caption { color: var(--muted); text-align: center; font-size: 11px; margin-top: 19px; }
.your-space { padding-bottom: 112px; }
.space-intro { text-align: center; margin-bottom: 64px; }
.space-intro > p { color: var(--muted); margin: 25px auto 0; max-width: 440px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(35px, 7vw, 100px); margin-top: 52px; }
.feature-copy { max-width: 430px; }
.feature-copy p { color: var(--muted); margin-top: 23px; line-height: 1.75; }
.feature-art { position: relative; min-height: 345px; border-radius: var(--radius); overflow: hidden; }
.local-art { background: #dce9f0; display: grid; place-items: center; }
.local-core { z-index: 2; border-radius: 23px; box-shadow: 0 17px 35px -15px #576e7166; transform: rotate(-8deg); transition: transform .65s var(--ease); }
.local-core img { border-radius: 23px; }
.local-art:hover .local-core { transform: rotate(5deg) scale(1.04); }
.local-orbit { position: absolute; width: 270px; height: 160px; border: 1px solid #91b1c3; border-radius: 50%; transform: rotate(-28deg); }
.orbit-two { width: 375px; height: 230px; transform: rotate(-28deg); }
.local-label { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 9px; background: #f6fbff; padding: 12px 17px; border-radius: 100px; box-shadow: 0 9px 22px -12px #52738b55; font-size: 12px; font-weight: 550; }
.local-label .icon { width: 18px; height: 18px; }
.local-label-one { top: 55px; left: 27px; transform: rotate(-7deg); }
.local-label-two { bottom: 51px; right: 29px; transform: rotate(6deg); background: #d4ef91; }
.orbital-dot { position: absolute; border-radius: 50%; }
.dot-one { width: 18px; height: 18px; background: var(--orange); top: 92px; right: 66px; }
.dot-two { width: 10px; height: 10px; background: #849fc2; bottom: 75px; left: 106px; }
.feature-control { margin-top: 64px; }
.feature-control .feature-copy { margin-left: 30px; }
.control-art { background: #f5d6c7; display: grid; place-items: center; }
.control-arcs { position: absolute; right: -45px; top: -26px; width: 275px; height: 275px; fill: none; stroke: #efb69c; stroke-width: 13; stroke-linecap: round; transform: rotate(4deg); }
.choice-slip { position: relative; padding: 25px 35px 22px; max-width: 83%; text-align: center; background: #fffcf8; border-radius: var(--radius); box-shadow: 0 23px 40px -25px #5b342d77; transform: rotate(-5deg); transition: transform .6s var(--ease); }
.control-art:hover .choice-slip { transform: rotate(0deg) translateY(-4px); }
.choice-lock { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 50%; background: #f7e3d7; color: #98573c; margin: 0 auto 16px; }
.choice-slip strong { display: block; font-size: 22px; line-height: 1.2; font-weight: 600; letter-spacing: -.02em; }
.choice-slip > span:not(.choice-lock) { display: block; margin-top: 9px; color: #7c6558; font-size: 12px; }
.choice-example { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #eadfd7; font-size: 12px; color: #526440; }
.choice-example .icon { width: 17px; height: 17px; }
.open-section { background: var(--ink); color: var(--paper); overflow: hidden; }
.open-content { padding-top: 89px; padding-bottom: 33px; }
.open-title-wrap { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.open-title-wrap h2 { font-size: clamp(48px, 6.3vw, 88px); line-height: 1.02; }
.open-title-wrap h2 span:last-child { color: var(--lime); }
.open-orbit { flex: none; height: 173px; width: 173px; color: var(--lilac); fill: none; stroke: currentColor; stroke-width: 2.3; }
.open-orbit circle { fill: currentColor; stroke: none; }
.open-bottom { margin-top: 43px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.open-bottom p { max-width: 500px; color: #c7cdbf; line-height: 1.75; }
.open-bottom .button { flex: none; }
.open-fineprint { display: flex; justify-content: space-between; gap: 20px; margin-top: 68px; padding-top: 24px; border-top: 1px solid #505449; color: #c1c9b6; font-size: 12px; }
.open-fineprint a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.open-fineprint .icon { width: 16px; height: 16px; }
.questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; padding-block: 113px; }
.questions-heading h2 { font-size: 46px; }
.questions-heading p { max-width: 260px; margin-top: 23px; color: var(--muted); font-size: 15px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; min-height: 75px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 550; line-height: 1.4; }
summary::-webkit-details-marker { display: none; }
summary .icon { width: 18px; height: 18px; transition: transform .3s var(--ease); }
summary:hover { color: var(--orange-ink); }
details[open] summary .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 35px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-answer .text-link { margin-top: 13px; color: var(--ink); }
.closing { position: relative; text-align: center; padding-block: 38px 100px; }
.closing-icon { width: 80px; margin: 0 auto 24px; transform: rotate(-10deg); }
.closing-icon img { border-radius: 19px; }
.closing .button { margin-top: 30px; }
.closing > p { margin-top: 16px; font-size: 12px; color: var(--muted); }
.site-footer { max-width: var(--max); margin-inline: auto; padding: 0 48px 25px; }
.footer-top { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; padding-block: 24px; border-top: 1px solid var(--line); }
.footer-top .brand { font-size: 25px; }
.footer-top > p { font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 25px; margin-left: auto; font-size: 13px; }
.footer-links a { display: flex; gap: 3px; align-items: center; min-height: 44px; text-decoration: none; }
.footer-links .icon { width: 15px; height: 15px; }
.footer-links a:hover { color: var(--orange-ink); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.motion-toggle { display: inline-flex; align-items: center; justify-content: end; gap: 6px; min-height: 44px; border: 0; padding: 0; background: transparent; font-size: 11px; }
.motion-toggle .icon { width: 16px; height: 16px; }
.motion-toggle:hover:not(:disabled) { color: var(--ink); }
@keyframes slip-float { 0%, 100% { transform: translateY(0) rotate(var(--slip-angle)); } 50% { transform: translateY(-13px) rotate(calc(var(--slip-angle) + 2deg)); } }
@keyframes gentle-turn { to { transform: rotate(360deg); } }
@keyframes arrive { from { opacity: .45; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-type { from { clip-path: inset(0 0 18% 0); transform: translateY(18px); } to { clip-path: inset(0); transform: translateY(0); } }
.js .demo-tabs { display: flex; }
.js .floating-message { animation: slip-float 7s ease-in-out infinite; }
.js .floating-message-two { animation-delay: -3s; }
.js .open-orbit { animation: gentle-turn 30s linear infinite; }
.js .hero-line { animation: reveal-type .9s var(--ease) both; }
.js .accent-line { animation-delay: .1s; }
.js .reveal.is-inview { animation: arrive .9s var(--ease) both; }
.js .feature-row.is-inview { animation-duration: 1.05s; }

/* Useful entry points share the conversation magazine's open reading rhythm. */
.value-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 27px; border-bottom: 1px solid var(--line); }
.value-strip a { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; font-size: 14px; font-weight: 550; text-decoration: none; }
.value-strip .icon { color: var(--orange-ink); width: 20px; height: 20px; }
.value-strip a:hover { color: var(--orange-ink); }
.pathways { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(48px, 7vw, 100px); padding-block: 104px 76px; }
.pathways-heading h2 { font-size: clamp(38px, 4.2vw, 58px); }
.pathways-heading > p { max-width: 440px; margin-top: 27px; color: var(--muted); line-height: 1.75; }
.pathway-list { border-top: 1px solid var(--line); }
.pathway { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 26px; border-bottom: 1px solid var(--line); text-decoration: none; }
.pathway h3 { font-size: 24px; line-height: 1.22; letter-spacing: -.02em; text-wrap: pretty; }
.pathway p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.pathway-action { display: inline-block; margin-top: 14px; color: var(--orange-ink); font-size: 12px; font-weight: 600; }
.pathway > .icon, .guide-reading > .icon, .guide-read > .icon { transition: transform .3s var(--ease); }
.pathway:hover > .icon, .guide-reading:hover > .icon, .guide-feature:hover .guide-read > .icon { transform: translateX(5px); }
.pathway:hover h3, .guide-reading:hover h3 { color: var(--orange-ink); }
.experience { padding-top: 55px; }
.feature-link { margin-top: 20px; line-height: 1.5; }
.guides { padding-block: 26px 100px; }
.guides .section-heading > p { max-width: 340px; }
.guide-spread { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px; align-items: stretch; }
.guide-feature { display: flex; flex-direction: column; padding: clamp(28px, 3.4vw, 48px); border-radius: var(--radius); background: #ece6fb; color: #332b42; text-decoration: none; }
.guide-feature h3 { max-width: 450px; font-size: clamp(34px, 3.3vw, 46px); }
.guide-feature > p { max-width: 440px; margin-top: 20px; color: #62556f; font-size: 15px; line-height: 1.75; }
.collaboration-figure { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; padding-block: 42px 34px; }
.figure-participants { display: flex; align-items: center; gap: 18px; }
.figure-human, .figure-agent { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 13px 20px; border-radius: 14px; font-size: 16px; font-weight: 600; transition: transform .5s var(--ease); }
.figure-human { background: var(--orange); color: #36251e; transform: rotate(-5deg); }
.figure-agent { background: var(--white); transform: rotate(4deg); }
.figure-join { font-size: 24px; color: #78668b; }
.figure-connector { width: 1px; height: 28px; background: #b3a5c8; }
.figure-conversation { display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 25px; border: 1px solid #b3a5c8; border-radius: 14px; font-size: 16px; font-weight: 550; }
.figure-context { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-top: 15px; color: #655575; font-size: 11px; }
.guide-read { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #cfc1e1; font-size: 13px; font-weight: 600; line-height: 1.5; }
.guide-reading-list { border-top: 1px solid var(--line); }
.guide-reading { display: flex; justify-content: space-between; align-items: center; gap: 23px; padding-block: 30px; border-bottom: 1px solid var(--line); text-decoration: none; }
.guide-reading h3 { font-size: clamp(25px, 2.3vw, 32px); line-height: 1.18; text-wrap: pretty; }
.guide-reading p { max-width: 460px; margin-top: 12px; font-size: 14px; line-height: 1.75; color: var(--muted); }
.guide-reading div > span { display: inline-block; margin-top: 17px; color: var(--orange-ink); font-size: 12px; font-weight: 550; }
.guide-directory { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 30px; margin-top: 32px; font-size: 13px; }
.guide-directory > span { color: var(--muted); margin-right: auto; }
.guide-directory a { display: inline-flex; align-items: center; min-height: 44px; text-decoration-color: var(--line); }
.guide-directory a:hover { text-decoration-color: var(--orange-ink); }
.footer-links { flex-wrap: wrap; justify-content: flex-end; gap: 5px 22px; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  body:not(.motion-paused) .guide-feature:hover .figure-human { transform: translateY(-5px) rotate(-2deg); }
  body:not(.motion-paused) .guide-feature:hover .figure-agent { transform: translateY(-5px) rotate(1deg); }
}
@media (max-width: 899px) {
  .value-strip { gap: 14px; }
  .value-strip a { font-size: 12px; gap: 8px; }
  .pathways { gap: 38px; padding-block: 76px 55px; }
  .pathways-heading > p { font-size: 14px; }
  .pathway { padding-block: 23px; gap: 16px; }
  .pathway h3 { font-size: 21px; }
  .pathway p { font-size: 13px; }
  .guide-spread { gap: 30px; }
  .guide-feature { padding: 28px; }
  .guide-feature h3 { font-size: 32px; }
  .guide-feature > p { font-size: 14px; }
  .figure-participants { gap: 12px; }
  .figure-human, .figure-agent { font-size: 13px; padding: 12px 13px; min-height: 50px; }
  .figure-agent .icon { width: 19px; }
  .figure-conversation { padding: 12px 14px; font-size: 13px; }
  .guide-reading { padding-block: 25px; gap: 18px; }
  .guide-reading h3 { font-size: 24px; }
  .guide-reading p { font-size: 13px; }
  .guides { padding-bottom: 76px; }
}
@media (max-width: 600px) {
  .value-strip { flex-wrap: wrap; justify-content: flex-start; gap: 0 22px; padding-block: 20px; }
  .value-strip a { font-size: 12px; }
  .value-strip .icon { width: 18px; height: 18px; }
  .pathways { grid-template-columns: 1fr; gap: 30px; padding-block: 63px 36px; }
  .pathways-heading h2 { font-size: clamp(34px, 8.8vw, 48px); }
  .pathways-heading > p { margin-top: 21px; }
  .pathway { padding-block: 24px; }
  .pathway h3 { font-size: 23px; }
  .pathway p { font-size: 14px; }
  .pathway-action { font-size: 12px; }
  .experience { padding-top: 36px; }
  .guide-spread { grid-template-columns: 1fr; gap: 30px; }
  .guide-feature { padding: 28px 25px; }
  .guide-feature h3 { font-size: 36px; }
  .collaboration-figure { padding-block: 32px; }
  .figure-human, .figure-agent { font-size: 14px; padding-inline: 18px; }
  .guide-reading h3 { font-size: 27px; }
  .guide-reading p { font-size: 14px; }
  .guide-read { font-size: 12px; }
  .guide-directory { gap: 4px 22px; margin-top: 22px; }
  .guide-directory > span { width: 100%; margin-bottom: 6px; }
  .guides { padding-top: 10px; padding-bottom: 63px; }
  .footer-links { justify-content: flex-start; gap: 0 21px; }
}

body.motion-paused *, body.motion-paused *::before, body.motion-paused *::after { animation-play-state: paused !important; transition: none !important; }
body.motion-paused .hero-line, body.motion-paused .reveal { animation: none !important; }
body.motion-paused .hero-art { transform: none; }
html:has(body.motion-paused) { scroll-behavior: auto; }
@media (min-width: 1600px) { .hero-stage { border-radius: 16px; } }
@media (max-width: 1199px) {
  .site-header { padding-inline: 32px; gap: 20px; }
  .nav-menu { gap: 22px; }
  .hero { padding-left: 42px; min-height: 620px; }
  .hero-copy { padding-top: 64px; }
  h1 { font-size: clamp(64px, 6.8vw, 82px); }
  .hero-description { padding-right: 28px; font-size: 16px; }
  .hero-actions { gap: 12px; flex-direction: column; align-items: start; }
  .hero-note { max-width: 290px; font-size: 11px; }
  .hero-scroll { left: 42px; bottom: 20px; }
  .floating-message { padding: 14px 16px; font-size: 13px; }
  .floating-message-one { top: 60px; left: 15px; }
  .floating-message-two { bottom: 100px; right: 17px; }
  .demo-margin-note { display: none; }
  .demo-stage { padding-inline: 9%; }
  .questions { gap: 45px; }
}
@media (max-width: 899px) {
  .site-header { padding: 18px 25px; gap: 20px; flex-wrap: wrap; min-height: 80px; }
  .brand { font-size: 26px; }
  .brand img { width: 38px; height: 38px; }
  .header-actions { gap: 10px; margin-left: auto; }
  .header-source { display: none; }
  .nav-menu { width: 100%; order: 3; justify-content: space-between; }
  .js .nav-menu { display: none; }
  .js .nav-menu.is-open { display: flex; flex-direction: column; align-items: stretch; padding: 12px 0 3px; gap: 0; }
  .js .nav-menu a { padding: 14px 0; border-top: 1px solid var(--line); }
  .js .menu-toggle { display: flex; align-items: center; gap: 10px; border: 0; background: transparent; padding: 8px; min-height: 44px; font-size: 12px; }
  .menu-lines { position: relative; display: block; width: 18px; height: 12px; border-block: 1.5px solid currentColor; }
  .menu-toggle[aria-expanded="true"] .menu-lines { height: 0; border-bottom: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { content: ""; position: absolute; left: 0; top: -1px; width: 18px; border-top: 1.5px solid currentColor; transform: rotate(-90deg); }
  .section-wrap { padding-inline: 30px; }
  .hero { padding-left: 30px; min-height: 570px; grid-template-columns: 1.04fr 1fr; }
  .hero-copy { padding-top: 48px; }
  .hero h1 { font-size: clamp(40px, 6.2vw, 57px); }
  h1 { font-size: clamp(48px, 6.55vw, 65px); }
  .hero-description { max-width: 345px; font-size: 15px; margin-top: 24px; }
  .hero-actions { margin-top: 24px; }
  .hero-actions .button { font-size: 14px; min-height: 54px; padding-left: 20px; }
  .hero-actions .button-disc { width: 36px; height: 36px; }
  .hero-note { font-size: 10px; max-width: 265px; }
  .hero-scroll { left: 30px; }
  .floating-message-one { top: 40px; }
  .floating-message-two { bottom: 90px; }
  .floating-message { font-size: 11px; padding: 12px; gap: 8px; }
  .floating-message .icon { width: 17px; height: 17px; }
  .art-caption { font-size: 9px; bottom: 25px; }
  .experience { padding-top: 83px; padding-bottom: 78px; }
  .section-heading { gap: 28px; align-items: start; }
  .section-heading > p { max-width: 275px; font-size: 14px; }
  .demo-tabs button { font-size: 12px; padding: 12px 16px; }
  .demo-stage { padding: 38px 7%; }
  .conversation-panel { padding-inline: 23px; }
  .space-intro { margin-bottom: 43px; }
  .space-intro > p { font-size: 14px; }
  .feature-row { gap: 35px; }
  .feature-art { min-height: 310px; }
  .feature-copy p { margin-top: 18px; font-size: 14px; }
  .feature-control .feature-copy { margin-left: 0; }
  .local-label { font-size: 10px; padding: 10px 12px; gap: 5px; }
  .local-label-one { left: 15px; top: 43px; }
  .local-label-two { right: 12px; bottom: 46px; }
  .local-core img { width: 95px; height: 95px; }
  .choice-slip { padding: 22px; }
  .choice-slip strong { font-size: 20px; }
  .open-content { padding-top: 70px; }
  .open-orbit { width: 120px; height: 120px; }
  .open-bottom p { font-size: 14px; }
  .open-bottom { gap: 25px; }
  .open-bottom .button { padding: 16px 20px; font-size: 14px; }
  .questions { padding-block: 80px; grid-template-columns: .85fr 1.15fr; gap: 35px; }
  .questions-heading h2 { font-size: 36px; }
  summary { font-size: 14px; }
  .site-footer { padding-inline: 30px; }
  .footer-top { gap: 20px; }
  .footer-top > p { font-size: 12px; }
  .footer-links { gap: 18px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 24px; }
  .site-header { padding: 13px 20px; gap: 10px; }
  .brand { gap: 8px; font-size: 25px; }
  .brand img { width: 35px; height: 35px; border-radius: 9px; }
  .header-actions { gap: 4px; }
  .menu-toggle { font-size: 11px; }
  .nav-menu { flex-wrap: wrap; gap: 8px 16px; }
  .section-wrap { padding-inline: 23px; }
  .hero { display: flex; flex-direction: column; min-height: 0; padding: 0; }
  .hero-copy { padding: 34px 23px 30px; }
  .hero h1, html:lang(zh) .hero h1 { font-size: clamp(43px, 11.7vw, 66px); }
  h1 { font-size: clamp(51px, 12.4vw, 74px); line-height: 1.035; }
  html:lang(zh) h1 { font-size: clamp(49px, 12vw, 70px); }
  .hero-description { padding: 0; max-width: 355px; font-size: 15px; margin-top: 21px; line-height: 1.7; }
  .hero-actions { flex-direction: row; align-items: center; gap: 10px 18px; margin-top: 23px; }
  .hero-actions .button { min-height: 56px; font-size: 14px; }
  .hero-actions .text-link { font-size: 12px; }
  .hero-note { max-width: none; font-size: 10px; margin-top: 16px; }
  .hero-stage { min-height: 365px; margin: 0 12px; border-radius: var(--radius); }
  .hero-art { inset: 0; }
  .hero-art img { object-position: 50% 53%; }
  .floating-message { padding: 13px 17px; font-size: 12px; }
  .floating-message-one { top: 32px; left: 18px; }
  .floating-message-two { right: 16px; bottom: 68px; }
  .art-caption { font-size: 9px; bottom: 16px; }
  .hero-scroll { display: none; }
  .experience { padding-top: 66px; padding-bottom: 70px; }
  h2 { font-size: clamp(37px, 9.1vw, 50px); line-height: 1.09; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading > p { margin-top: 22px; max-width: 360px; font-size: 14px; }
  .demo-tabs { flex-wrap: nowrap; justify-content: start; gap: 6px; margin-inline: -5px; margin-bottom: 18px; }
  .demo-tabs button { flex: 1; font-size: 11px; padding: 10px 7px; line-height: 1.3; border-radius: 12px; gap: 5px; flex-direction: column; min-height: 63px; }
  .demo-tabs button .icon { width: 18px; height: 18px; }
  .demo-stage { padding: 23px 11px; margin-inline: -11px; }
  .window-top { padding: 12px 13px; }
  .window-brand { font-size: 14px; gap: 6px; }
  .window-brand img { width: 25px; height: 25px; }
  .demo-indicator { font-size: 9px; }
  .window-top > .icon { display: none; }
  .conversation-panel { padding: 20px 16px 17px; min-height: 369px; }
  .message-human { max-width: 97%; margin-bottom: 25px; }
  .message-human p { font-size: 13px; padding: 11px 14px; line-height: 1.5; }
  .message-author { font-size: 10px; }
  .message-agent { gap: 8px; }
  .agent-avatar { width: 27px; height: 27px; }
  .message-agent p { font-size: 14px; }
  .idea-slip { margin-top: 14px; padding: 13px 11px; gap: 9px; }
  .idea-slip > .icon { width: 21px; height: 21px; }
  .idea-slip strong { font-size: 12px; line-height: 1.4; }
  .idea-slip span { font-size: 10px; line-height: 1.5; }
  .conversation-end { font-size: 9px; gap: 7px; margin-top: 22px; }
  .end-line { width: 17px; }
  .demo-orbit { width: 100px; right: -26px; bottom: -20px; }
  .demo-caption { font-size: 10px; max-width: 295px; margin: 15px auto 0; }
  .space-intro { text-align: left; margin-bottom: 29px; }
  .space-intro > p { margin: 21px 0 0; max-width: 335px; }
  .your-space { padding-bottom: 70px; }
  .feature-row { display: flex; flex-direction: column; gap: 25px; margin-top: 29px; align-items: stretch; }
  .feature-art { width: 100%; min-height: 310px; }
  .feature-copy { max-width: 400px; }
  .feature-copy h3 { font-size: 33px; }
  .feature-copy p { margin-top: 15px; font-size: 14px; line-height: 1.75; }
  .feature-control { margin-top: 43px; }
  .feature-control .feature-art { order: -1; }
  .local-label { font-size: 11px; }
  .local-label-one { top: 43px; left: 25px; }
  .local-label-two { right: 22px; bottom: 40px; }
  .local-core img { width: 108px; height: 108px; }
  .choice-slip { padding: 24px 29px; }
  .choice-slip strong { font-size: 23px; }
  .open-content { padding-top: 59px; padding-bottom: 25px; }
  .open-title-wrap { display: block; position: relative; padding-top: 64px; }
  .open-title-wrap h2 { font-size: clamp(39px, 10vw, 57px); }
  .open-orbit { position: absolute; width: 46px; height: 46px; top: -3px; left: 1px; }
  .open-bottom { display: block; margin-top: 26px; }
  .open-bottom p { font-size: 14px; }
  .open-bottom .button { margin-top: 25px; min-height: 54px; }
  .open-fineprint { flex-direction: column; align-items: start; gap: 10px; margin-top: 37px; font-size: 10px; }
  .open-fineprint a { min-height: 32px; }
  .questions { display: block; padding-block: 68px 58px; }
  .questions-heading h2 { font-size: 37px; }
  .questions-heading p { max-width: 310px; font-size: 14px; margin-top: 18px; }
  .faq-list { margin-top: 29px; }
  summary { font-size: 14px; min-height: 74px; padding-block: 21px; }
  .faq-answer { padding-right: 15px; font-size: 13px; }
  .closing { padding-block: 15px 63px; }
  .closing-icon { width: 63px; margin-bottom: 22px; }
  .closing-icon img { width: 63px; height: 63px; border-radius: 16px; }
  .closing h2 { font-size: clamp(36px, 9vw, 49px); }
  .closing .button { margin-top: 25px; font-size: 14px; }
  .closing > p { font-size: 11px; }
  .site-footer { padding: 0 23px 18px; }
  .footer-top { gap: 17px 18px; padding-block: 24px 14px; }
  .footer-top .brand { font-size: 25px; }
  .footer-top > p { font-size: 11px; max-width: 150px; }
  .footer-links { width: 100%; margin: 0; justify-content: start; gap: 25px; font-size: 12px; }
  .footer-bottom { flex-wrap: wrap; gap: 4px; font-size: 10px; }
  .motion-toggle { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-art { transform: none; }
}
