@charset "UTF-8";

:root {
  color-scheme: dark;
  --ink: #f1f4f7;
  --body: #bec5cb;
  --accent: #c3dce7;
  --line: #dce8f026;
  --header: 84px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
html.motion-static { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }
body { margin: 0; background: #070809; color: var(--ink); font: 15px/1.8 "Microsoft YaHei", "PingFang SC", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; background: none; color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.35; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button svg, a svg { width: 19px; height: 19px; stroke-width: 1.5; flex-shrink: 0; }
button svg { pointer-events: none; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { background: #d5e5ef; color: #070809; }
[hidden] { display: none !important; }
.wrap { width: min(1280px, calc(100% - 128px)); margin-inline: auto; }
main, .site-footer { position: relative; z-index: 1; }
.section-space { padding-block: 100px; }
.eyebrow { font: 11px/1.7 Arial, sans-serif; color: var(--accent); }
.section-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; gap: 20px; padding-top: 21px; border-top: 1px solid var(--line); }
.section-tag { color: var(--body); font-size: 12px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; margin-bottom: 58px; }
h2 { font-size: 46px; line-height: 1.4; }
.muted-title { color: #aeb8c2; }
.section-heading > p { font-size: 14px; line-height: 2.1; color: var(--body); max-width: 390px; margin-bottom: 9px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 13px 21px; border-radius: 4px; font-size: 13px; font-weight: 500; transition: background .25s, box-shadow .25s, transform .25s; }
.button-dark { color: #161b20; background: #e8eef3; border: 1px solid #ffffffb0; box-shadow: inset 0 1px #fff, 0 0 24px #daeaff0a; }
.button-dark:hover { background: #f5f9fc; box-shadow: 0 6px 24px #cce3f51e; transform: translateY(-2px); }
.text-button { display: inline-flex; align-items: center; gap: 18px; padding: 10px 0; font-size: 13px; }
.text-button svg { transition: transform .35s var(--ease); }
.text-button:hover svg { transform: translate(3px, -3px); }
.icon-button, .circle-button { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; flex-shrink: 0; transition: background .25s, border-color .25s; }
.icon-button:hover, .circle-button:hover { background: #d8f5f014; border-color: #d8f5f066; }
.circle-button { width: 46px; height: 46px; }
.circle-button svg { width: 23px; height: 23px; transition: transform .35s var(--ease); }
.circle-button:hover svg { transform: rotate(45deg); }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; color: #070809; background: #eef3f3; padding: 10px 20px; }
.skip-link:focus { top: 10px; }
.site-header { position: fixed; inset: 0 0 auto; height: var(--header); z-index: 30; transition: background .4s, border-color .4s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: #090b0bba; border-color: #e3e9df16; backdrop-filter: blur(18px); }
.reading-progress { position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: var(--accent); transform: scaleX(var(--reading-progress, 0)); transform-origin: left; }
.nav-wrap { width: min(1520px, calc(100% - 88px)); margin: auto; display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-symbol { width: 38px; height: 38px; object-fit: contain; transition: transform .35s var(--ease); }
.brand:hover .brand-symbol { transform: translateY(-2px); }
.brand-type { font-size: 18px; font-weight: 600; line-height: 1.5; }
.brand-type small { display: block; font: 8px/1.6 Arial, sans-serif; color: #afb8bc; }
.desktop-nav { display: flex; gap: 28px; font-size: 12px; color: #c3c9cb; }
.desktop-nav a { padding: 10px 0; position: relative; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 3px; left: 0; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.chapter-rail { position: fixed; right: 16px; top: 50%; translate: 0 -50%; display: none; z-index: 20; width: 40px; }
.motion-ready .chapter-rail { display: grid; gap: 4px; }
.chapter-rail a { position: relative; display: grid; place-items: center; width: 40px; height: 32px; color: #85929f; }
.chapter-rail a::after { content: ""; width: 13px; height: 1px; background: currentColor; transition: width .25s, color .25s; }
.chapter-rail b { position: absolute; font: 10px/1 Arial, sans-serif; opacity: 0; transition: opacity .25s; }
.chapter-rail span { position: absolute; right: 44px; white-space: nowrap; font-size: 11px; opacity: 0; translate: 5px 0; transition: opacity .2s, translate .2s; padding: 4px 9px; background: #090b0bf2; border-radius: 2px; pointer-events: none; }
.chapter-rail a[aria-current], .chapter-rail a:hover, .chapter-rail a:focus-visible { color: var(--accent); }
.chapter-rail a[aria-current]::after { opacity: 0; }
.chapter-rail a[aria-current] b { opacity: 1; }
.chapter-rail a:hover::after { width: 22px; }
.chapter-rail a:hover span, .chapter-rail a:focus-visible span { opacity: 1; translate: 0 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-contact { font-size: 12px; padding-block: 8px; gap: 23px; }
.menu-toggle { display: none; }
.mobile-nav { position: absolute; inset: var(--header) 0 auto; padding: 10px 24px 22px; background: #0c0f12ef; backdrop-filter: blur(22px); border-bottom: 1px solid var(--line); max-height: calc(100svh - var(--header)); overflow: auto; }
.mobile-nav a, .mobile-nav button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.mobile-nav a[aria-current] { color: var(--accent); }
.hero-art { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: #070809; }
.hero-art canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity .8s; }
.hero-art[data-ready="true"] canvas { opacity: 1; }
.hero-fallback { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: opacity .8s; }
.hero-art[data-ready="true"] .hero-fallback { opacity: 0; }
.scene-shade { position: absolute; inset: 0; background: #070809; opacity: var(--scene-shade, .12); }
.hero { position: relative; height: min(980px, calc(100svh - 78px)); min-height: 580px; padding-top: var(--header); }
.hero-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.hero-copy { width: 660px; padding-bottom: 32px; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 27px; color: #c4d0db; font-size: 10px; }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #d9eeee; box-shadow: 0 0 10px #baeee888; }
.hero h1 { font-size: 104px; font-weight: 500; line-height: 1.22; white-space: nowrap; text-shadow: 0 2px 30px #05060855; }
.title-dot { color: var(--accent); }
.hero-line { margin-top: 22px; font-size: 34px; line-height: 1.6; }
.hero-description { margin-top: 22px; color: #bdc7d0; line-height: 2; font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.hero-coordinate { color: #d9e3eb; width: 210px; align-self: center; margin: 160px 16px 0 0; text-shadow: 0 2px 15px #000; }
.hero-coordinate > span:first-child { font: 9px/1.8 Arial, sans-serif; color: var(--accent); }
.hero-coordinate p { font-size: 25px; line-height: 1.75; margin: 14px 0 24px; }
.hero-coordinate a { display: flex; align-items: center; gap: 14px; min-height: 44px; border-top: 1px solid var(--line); font-size: 11px; }
.hero-coordinate small { font: 9px/1.6 Arial, sans-serif; color: #a2b2c2; }
.hero-coordinate a svg { margin-left: auto; width: 14px; height: 14px; }
.hero-coordinate a:hover { color: var(--accent); }
.hero-bottom { position: absolute; inset: auto 0 26px; display: flex; justify-content: space-between; align-items: center; }
.hero-location { display: inline-flex; align-items: center; font-size: 10px; color: #b1babe; }
.hero-location:hover { color: var(--ink); }
.hero-location > svg { width: 13px; height: 13px; margin-left: 10px; }
.hero-location > span { margin-inline: 13px; color: #68777c; }
.scroll-link { display: flex; align-items: center; gap: 18px; font-size: 10px; color: #cad6d9; }
.scroll-link svg { width: 15px; height: 15px; }
.scene-tools { display: flex; gap: 6px; align-items: center; padding: 5px; border: 1px solid #c3dadd22; border-radius: 5px; background: #11161925; }
.scene-mode { display: flex; gap: 3px; }
.scene-mode button { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 2px; }
.scene-mode button svg { width: 15px; height: 15px; }
.scene-mode button[aria-pressed="true"] { background: #d8e5e81c; color: var(--accent); }
.scene-mode button:hover { background: #d8e5e827; }
.scene-pause { width: 30px; height: 30px; border: none; border-left: 1px solid var(--line); border-radius: 0; }
.scene-pause svg { width: 13px; height: 13px; }
.capability-strip { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 78px; border-block: 1px solid var(--line); font-size: 12px; }
.capability-intro { display: flex; align-items: center; gap: 26px; font-size: 11px; color: #aab5ba; }
.capability-intro svg { width: 18px; height: 18px; }
.strip-divider { color: #697478; }
.capability-strip a:hover { color: var(--accent); }
.agent-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.agent-console { position: sticky; top: calc(var(--header) + 36px); min-width: 0; padding-top: 18px; }
.agent-console-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 23px; }
.agent-console-top > span:first-child { display: flex; align-items: center; gap: 12px; color: #d6ebe7; font: 10px/1.6 Arial, sans-serif; }
.agent-console-top svg { width: 23px; height: 23px; stroke-width: 1.3; }
.agent-console-top > span:last-child { color: #91a7af; font-size: 9px; }
.agent-request { padding-block: 28px; }
.agent-request > p { font-size: 18px; line-height: 1.9; margin-top: 13px; }
.agent-route { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; margin-bottom: 29px; }
.agent-route::before { content: ""; position: absolute; left: 0; right: 0; top: 16px; height: 1px; background: var(--line); }
.agent-route > button { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 13px 5px; font-size: 12px; text-align: left; color: #9aa8b6; position: relative; padding: 0 0 15px; border-bottom: 1px solid var(--line); transition: color .3s, border-color .3s; }
.agent-route > button > svg { grid-column: 1 / -1; width: 36px; height: 36px; padding: 7px; background: #0d1217; stroke-width: 1.3; border: 1px solid #dfeafa1c; border-radius: 4px; transition: color .3s, border-color .3s, background .3s; }
.agent-route small { font: 9px/1.5 Arial, sans-serif; }
.agent-route > button[aria-selected="true"] { color: var(--accent); border-bottom-color: var(--accent); }
.agent-route > button[aria-selected="true"] > svg { border-color: #c3dce780; background: #263746b8; }
.agent-route > button.is-complete { color: #c4cfda; }
.agent-route > button:hover { color: #e9f3fa; }
[data-agent-output]:not([hidden]) { animation: panelIn .4s var(--ease); }
.agent-evidence { border-top: 1px solid var(--line); padding-top: 21px; min-height: 240px; }
.agent-evidence-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; gap: 20px; }
#agent-stage-count { font: 10px/1.5 Arial, sans-serif; color: #b2d7d9; }
.agent-evidence h3 { font-size: 21px; line-height: 1.6; }
.agent-evidence dl { margin: 19px 0 0; }
.agent-evidence dl > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; font-size: 13px; padding-block: 9px; }
.agent-evidence dt { color: #a1b6c9; }
.agent-evidence dd { margin: 0; color: #ccd7e1; }
.agent-footnote { display: flex; align-items: start; gap: 9px; font-size: 10px; color: #8ba2ac; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.agent-footnote svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; }
.agent-chapter { min-height: 390px; padding: 32px 0 40px; display: flex; flex-direction: column; justify-content: center; align-items: start; }
.agent-chapter + .agent-chapter { border-top: 1px solid var(--line); }
.agent-chapter > .eyebrow { margin-bottom: 24px; }
.agent-chapter > h3 { font-size: 33px; line-height: 1.55; }
.agent-description { color: var(--body); font-size: 13px; line-height: 2.1; margin-top: 23px; max-width: 460px; }
.agent-deliverables { margin-top: 22px; }
.agent-deliverables > li { display: flex; align-items: center; gap: 11px; font-size: 12px; padding-block: 6px; color: #c7d4d7; }
.agent-deliverables svg { width: 15px; height: 15px; stroke-width: 1.4; color: #b8d0e0; }
.agent-chapter > .text-button { margin-top: 20px; }
.service-list { border-top: 1px solid var(--line); }
.technology-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; margin-bottom: 50px; }
.technology-figure { margin: 0; min-width: 0; }
.technology-image { position: relative; display: block; width: 100%; aspect-ratio: 2.25; overflow: hidden; padding: 0; border-radius: 4px; background: #10151b; isolation: isolate; }
.technology-image > img, .workspace-image > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .8s var(--ease), filter .8s var(--ease); }
.technology-image:hover > img, .technology-image:focus-visible > img { transform: scale(1.035); filter: saturate(1); }
.image-action { position: absolute; right: 18px; bottom: 18px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #e8f2fa75; background: #080d1370; backdrop-filter: blur(8px); border-radius: 50%; color: #f2f7fc; }
.image-action svg { width: 20px; height: 20px; }
.technology-figure figcaption { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-top: 23px; }
.technology-figure h3 { font-size: 23px; margin-top: 8px; }
.image-credit { display: inline-flex; align-items: center; gap: 5px; color: #9cabb9; font-size: 10px; }
a.image-credit:hover { color: var(--ink); }
.image-credit svg { width: 11px; height: 11px; }
.service-row { display: grid; grid-template-columns: 46px 1fr 340px 46px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); padding: 28px 0; position: relative; }
.service-row::before { content: ""; position: absolute; inset: 0 -20px; background: #d3f4ed05; opacity: 0; transition: opacity .4s; pointer-events: none; }
.service-row:hover::before, .service-row:focus-within::before { opacity: 1; }
.pointer-effects { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 35; pointer-events: none; }
.pointer-surface { position: relative; }
.pointer-surface::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; pointer-events: none; opacity: 0; background: linear-gradient(90deg, transparent, #c3dce7, transparent) no-repeat; background-size: 180px 1px; background-position: calc(var(--beam-x, 0px) - 90px) 0; transition: opacity .25s; }
.pointer-enabled .pointer-surface.pointer-over::after { opacity: .9; }
.pointer-enabled .service-row::before { background: linear-gradient(105deg, transparent, #c3dce70d, transparent) no-repeat; background-size: 240px 100%; background-position: calc(var(--beam-x, 0px) - 100px) 0; }
.service-main { min-width: 0; }
.service-main h3 { transition: color .25s, translate .35s var(--ease); }
.service-row:hover .service-main h3 { translate: 5px 0; }
.pointer-enabled .service-row.pointer-over h3 { color: #d9eaf7; }
.pointer-enabled .example-workbench { transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.pointer-enabled .example-workbench.pointer-over { border-color: #c3dce780; box-shadow: inset 0 1px #e4f3ff22, 0 16px 48px #0003; }
.pointer-enabled .pointer-control > svg { translate: var(--icon-x, 0px) var(--icon-y, 0px); }
a > svg, button > svg, summary > svg { transition: translate .22s var(--ease), transform .3s var(--ease); }
.pointer-enabled .button.pointer-control { box-shadow: 0 0 26px #c3dce724, inset 0 0 0 1px #fff6; }
.pointer-enabled .faq details.pointer-over summary { color: #e3eff8; }
.service-no { align-self: start; margin-top: 6px; color: #92aaaf; font: 11px/1.8 Arial, sans-serif; }
.service-en { display: block; font: 9px/1.7 Arial, sans-serif; color: #8eaaaf; margin-bottom: 10px; }
.service-main h3 { font-size: 27px; margin-bottom: 10px; }
.service-main > p { font-size: 11px; color: #aab6bb; }
.service-description { font-size: 13px; color: #a6b4ba; line-height: 2; }
.scope-note { color: #87979e; font-size: 10px; margin-top: 20px; }
.integration { margin-top: 70px; padding-top: 38px; border-top: 1px solid var(--line); }
.integration-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 34px; }
.integration-heading h3 { font-size: 29px; margin-top: 14px; line-height: 1.65; }
.integration-heading h3 > span { color: var(--body); }
.integration-heading > p { color: var(--body); font-size: 13px; line-height: 2; }
.integration-tabs { display: flex; gap: 32px; border-bottom: 1px solid var(--line); }
.integration-tabs > button { display: flex; align-items: center; gap: 10px; padding: 15px 0; min-height: 54px; color: #a2adb9; border-bottom: 1px solid transparent; margin-bottom: -1px; font-size: 13px; }
.integration-tabs > button[aria-selected="true"] { color: var(--ink); border-color: var(--accent); }
.integration-tabs > button:hover { color: var(--ink); }
.integration-tabs svg { width: 17px; height: 17px; }
.integration-topline { display: flex; justify-content: space-between; gap: 16px; color: #9baab8; font-size: 10px; padding-block: 24px; }
.integration-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; padding: 8px 0 32px; }
.integration-node { min-width: 0; position: relative; padding: 8px 0; }
.integration-node:not(:last-child)::after { content: ""; position: absolute; height: 1px; top: 40px; left: 87px; width: calc(100% - 60px); background: #d3dfec35; }
.integration-node:not(:last-child)::before { content: ""; position: absolute; width: 6px; height: 6px; right: -28px; top: 37px; border-top: 1px solid #d3dfec80; border-right: 1px solid #d3dfec80; transform: rotate(45deg); }
.integration-node-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 22px; transition: translate .35s var(--ease); }
.pointer-enabled .integration-node:hover .integration-node-icon { translate: 0 -3px; }
.integration-node:hover > h4 { color: #d9eaf7; }
.integration-node-icon > svg { width: 34px; height: 34px; stroke-width: 1; color: #c0cbd7; }
.integration-node-icon > img { width: 48px; height: 48px; }
.integration-node > h4 { font-size: 20px; font-weight: 500; line-height: 1.5; margin: 12px 0 8px; }
.integration-node > p { color: #b1bdc8; font-size: 12px; line-height: 1.9; min-height: 46px; }
.integration-details { display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--line); padding-top: 16px; }
.integration-details > p { display: flex; align-items: start; gap: 9px; font-size: 12px; color: var(--body); }
.integration-details > p > svg { width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0; }
.integration-details > button { white-space: nowrap; flex-shrink: 0; }
.about-actions { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 12px; }
.download-status { font-size: 11px; color: var(--body); min-height: 22px; }
.footer-directory { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-block: 44px; border-bottom: 1px solid var(--line); }
.footer-directory > div > p:last-child { font-size: 26px; line-height: 1.75; margin-top: 16px; color: #d1d9e1; }
.footer-directory nav { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.footer-directory h3 { font-size: 12px; margin-bottom: 8px; }
.footer-directory a { font-size: 12px; color: #acb6c2; padding-block: 4px; }
.footer-directory a:hover { color: var(--ink); }
.solution-tabs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-bottom: 1px solid var(--line); margin-bottom: 44px; gap: 16px; }
.solution-tabs > button { display: flex; align-items: center; gap: 9px; text-align: left; padding: 19px 0; border-bottom: 1px solid transparent; color: #95a5ad; position: relative; top: 1px; font-size: 13px; min-height: 62px; }
.solution-tabs > button span { margin-left: auto; font: 9px/1 Arial, sans-serif; opacity: .6; }
.solution-tabs > button[aria-selected="true"] { border-bottom-color: var(--accent); color: #e7f6f3; }
.solution-tabs > button:hover { color: #e7f6f3; }
.solution-tabs svg { width: 17px; height: 17px; }
.solution-panel { display: grid; grid-template-columns: .92fr 1.08fr; gap: 38px 90px; align-items: start; }
.solution-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin: 0; }
.solution-facts > div { border-top: 1px solid var(--line); padding-top: 20px; min-height: 133px; }
.solution-facts dt { font-size: 11px; color: #9bafc0; margin-bottom: 12px; }
.solution-facts dd { margin: 0; font-size: 13px; line-height: 1.95; color: #ccd7e1; }
.solution-content { padding-top: 12px; }
.solution-content > .eyebrow { font-size: 10px; margin-bottom: 22px; }
.solution-content h3 { font-size: 30px; line-height: 1.6; min-height: 96px; }
.solution-content > p:not(.eyebrow) { color: var(--body); font-size: 13px; line-height: 2; margin-top: 22px; min-height: 78px; }
.workflow-preview { margin-top: 24px; }
.workflow-preview li { display: flex; align-items: start; gap: 17px; padding: 12px 0; }
.workflow-preview li > span { color: #8ea7ac; font: 10px/2 Arial, sans-serif; margin-top: 2px; }
.workflow-preview strong { font-size: 12px; font-weight: 500; }
.workflow-preview p { color: #9aaeb5; font-size: 11px; margin-top: 3px; }
.workflow-preview svg { display: none; }
.solution-content .text-button { margin-top: 23px; }
.example-workbench { min-width: 0; border: 1px solid #d6e5f038; border-radius: 6px; background: #10172055; backdrop-filter: blur(18px); box-shadow: inset 0 1px #e8f5ff18; padding: 0 28px; min-height: 550px; }
.workbench-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; min-height: 66px; border-bottom: 1px solid var(--line); }
.workbench-top > span:first-child { display: flex; align-items: center; gap: 9px; font: 9px/1.8 Arial, sans-serif; color: #c6d7db; }
.workbench-top svg { width: 15px; height: 15px; color: #b9e5e4; }
.workbench-top b { font-weight: 400; }
.example-label { color: #8ba3ae; font-size: 10px; white-space: nowrap; }
.example-input { padding: 26px 0; }
.example-caption { display: block; font-size: 10px; color: #8faeb9; }
.example-input > p { font-size: 13px; margin-top: 14px; line-height: 2; min-height: 52px; }
.example-output { border-top: 1px solid var(--line); padding-top: 23px; }
.example-output-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.example-output-top > svg { width: 18px; height: 18px; color: #8db7c0; }
.example-output li { display: grid; grid-template-columns: 68px 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid #d9f1f110; min-height: 84px; }
.example-output li > span { font-size: 10px; color: #b8d8e4; margin-top: 3px; }
.example-output strong { font-size: 13px; font-weight: 500; }
.example-output li p { font-size: 11px; line-height: 1.9; color: #a5b7c2; margin-top: 5px; }
.workbench-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 61px; gap: 12px; }
.workbench-bottom > span { color: #91a4af; font-size: 9px; }
.workbench-bottom .icon-button { width: 32px; height: 32px; border: 0; }
.workbench-bottom svg { width: 15px; height: 15px; }
.example-status { min-height: 23px; font-size: 10px; color: var(--accent); padding-bottom: 6px; }
.solution-panel.is-changing { animation: panelIn .5s var(--ease); }
@keyframes panelIn { from { opacity: .3; transform: translateY(9px); } to { opacity: 1; transform: none; } }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-list > li { position: relative; border-top: 1px solid var(--line); padding-top: 24px; }
.process-list > li::before { content: ""; position: absolute; left: 0; top: -1px; height: 1px; width: 100%; background: #aacacb; transform: scaleX(var(--step-progress, 0)); transform-origin: left; }
.process-number { display: flex; justify-content: space-between; align-items: center; color: #a6babc; font: 11px/1 Arial, sans-serif; margin-bottom: 34px; }
.process-number svg { width: 23px; height: 23px; stroke-width: 1.1; color: #8facae; }
.process-list h3 { font-size: 23px; margin-bottom: 18px; }
.process-list p { color: var(--body); font-size: 12px; line-height: 2; min-height: 72px; max-width: 225px; }
.process-output { display: block; font-size: 10px; color: #c5dad7; margin-top: 28px; }
.engagement-heading { margin: 68px 0 32px; padding-top: 32px; border-top: 1px solid var(--line); }
.engagement-heading h3 { font-size: 28px; margin-top: 13px; }
.engagement-heading > p:last-child { font-size: 13px; color: var(--body); margin-top: 12px; }
.engagement-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.engagement-option { min-width: 0; display: flex; flex-direction: column; align-items: start; border-top: 1px solid var(--line); padding-top: 26px; }
.engagement-option > svg { width: 25px; height: 25px; color: var(--accent); stroke-width: 1.3; }
.engagement-option h4 { font-size: 23px; font-weight: 500; line-height: 1.5; margin: 20px 0 15px; }
.engagement-option > p { font-size: 13px; color: var(--body); line-height: 2; }
.engagement-option dl { margin: 24px 0 22px; width: 100%; }
.engagement-option dl > div { display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding-block: 8px; font-size: 11px; }
.engagement-option dt { color: #93a9bc; }
.engagement-option dd { color: #c3d1dd; margin: 0; }
.engagement-option .text-button { margin-top: auto; }
.contact-preparation { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 34px; margin-top: 28px; }
.contact-preparation > li { display: flex; align-items: center; gap: 9px; font-size: 12px; color: #a9bdcc; }
.contact-preparation svg { width: 17px; height: 17px; stroke-width: 1.4; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.about-identity { display: grid; grid-template-columns: 72px 1fr; gap: 4px 22px; align-items: center; padding-block: 8px; min-width: 0; }
.about-identity > img { width: 72px; height: 72px; margin: 0; grid-row: span 2; }
.about-identity > p { font: 28px/1.4 Arial, sans-serif; color: #d7e1ed; align-self: end; }
.about-identity > span { display: block; font-size: 12px; color: #a3b4c3; margin-top: 2px; align-self: start; }
.workspace-figure { grid-column: 1 / -1; margin: 30px 0 0; min-width: 0; }
.workspace-image { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 4px; }
.workspace-figure figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 18px; font-size: 12px; margin-top: 15px; color: #c4d0da; }
.workspace-figure figcaption > span:last-child { font-size: 10px; color: #95a6b6; }
.asset-credits { margin: 24px 0 0; }
.asset-credits > li { padding-block: 20px; border-top: 1px solid var(--line); }
.asset-credits h3 { font-size: 16px; margin: 0 0 10px; }
.asset-credits p { font-size: 12px; margin: 0 0 12px; }
.asset-credits a { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; margin-right: 22px; padding-block: 4px; color: #d0e1ee; text-decoration: underline; text-underline-offset: 4px; }
.asset-credits svg { width: 12px; height: 12px; }
.about-name { margin: 26px 0 16px; color: #e0e8e9; font-size: 19px; }
.about-copy > p:not(.about-name) { font-size: 14px; line-height: 2.1; color: var(--body); }
.about-copy > p[data-company="business"] { margin-top: 17px; }
.about-principle { margin-top: 17px; }
.company-facts { margin: 28px 0 10px; }
.company-facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding-block: 13px; border-top: 1px solid var(--line); font-size: 12px; }
.company-facts dt { color: #8ca3aa; }
.company-facts dd { margin: 0; }
.faq { display: grid; grid-template-columns: 1fr 1.45fr; gap: 85px; }
.faq-intro .eyebrow { margin-bottom: 25px; }
.faq-intro > p:last-child { color: var(--body); font-size: 13px; margin-top: 17px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 24px 0; font-size: 14px; gap: 20px; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform .25s; color: #a9bec4; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details > p { color: var(--body); font-size: 12px; padding: 0 24px 25px 0; line-height: 2.1; }
.contact-band { padding-block: 100px 125px; text-align: center; border-top: 1px solid var(--line); }
.contact-content > .eyebrow { margin-bottom: 30px; }
.contact-content h2 { font-size: 49px; }
.contact-content h2 + p { font-size: 14px; color: #abbfc4; margin-top: 24px; }
.button-large { margin-top: 38px; padding: 15px 25px; gap: 55px; }
.contact-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; margin-top: 24px; }
.contact-links:empty { display: none; }
.contact-links a { display: flex; align-items: center; gap: 10px; font-size: 13px; overflow-wrap: anywhere; }
.contact-links svg { width: 15px; height: 15px; }
.contact-status { color: #91a7ae; font-size: 10px; margin-top: 18px; }
.site-footer { padding-bottom: 30px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; border-block: 1px solid var(--line); padding-block: 32px; }
.footer-top > p { color: #8eaaad; font-size: 12px; }
.back-to-top { display: flex; align-items: center; gap: 15px; font-size: 11px; }
.footer-info { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 40px; font-size: 11px; color: #8fa4ad; padding-block: 28px; }
.footer-info > p:first-child { color: #c4d0d4; }
.footer-address { grid-column: 1 / -1; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; border-top: 1px solid var(--line); font-size: 9px; color: #91a1a9; gap: 25px; }
.footer-bottom > div { display: flex; align-items: center; gap: 25px; }
.footer-bottom button { padding: 0; font-size: 10px; }
.footer-bottom a { display: flex; align-items: center; gap: 6px; }
.footer-bottom a svg { width: 12px; height: 12px; }
.footer-bottom a:hover, .footer-bottom button:hover { color: #e9f3f2; }
dialog { width: min(640px, calc(100% - 32px)); max-height: calc(100svh - 48px); border: 1px solid #bad1d344; border-radius: 7px; padding: 32px; color: var(--ink); background: #11181ded; backdrop-filter: blur(32px); box-shadow: 0 30px 100px #0007; overflow: auto; overscroll-behavior: contain; }
dialog::backdrop { background: #03070ba6; backdrop-filter: blur(6px); }
dialog[open] { animation: panelIn .3s var(--ease); }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 23px; }
.dialog-top .icon-button { width: 32px; height: 32px; }
.dialog-top svg { width: 16px; height: 16px; }
dialog h2 { font-size: 27px; margin-bottom: 18px; }
.detail-dialog p { font-size: 13px; color: var(--body); line-height: 2; margin-bottom: 16px; }
.detail-dialog h3 { font-size: 15px; margin: 24px 0 12px; }
.detail-list li { display: flex; gap: 12px; align-items: start; border-bottom: 1px solid var(--line); padding-block: 12px; font-size: 13px; }
.detail-list svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 3px; color: var(--accent); }
.dialog-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 28px; }
.detail-facts { margin: 0; }
.detail-facts > div { padding-block: 12px; border-bottom: 1px solid var(--line); font-size: 12px; }
.detail-facts dt { color: #a1b4bc; font-size: 10px; margin-bottom: 6px; }
.detail-facts dd { margin: 0; overflow-wrap: anywhere; }
.scope-full { font-size: 11px !important; }
.form-intro { font-size: 12px; color: var(--body); line-height: 1.9; margin-bottom: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: block; font-size: 12px; min-width: 0; }
.form-grid .full { grid-column: 1 / -1; }
.required { margin-left: 5px; color: var(--accent); }
.form-grid input, .form-grid select, .form-grid textarea { display: block; width: 100%; min-height: 44px; border: 1px solid #a7c2c538; border-radius: 3px; background: #07101499; color: var(--ink); padding: 12px 13px; margin-top: 8px; outline: none; font-size: 12px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--accent); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #8ca0aa; }
.form-grid textarea { resize: vertical; max-height: 260px; }
.form-privacy { display: flex; gap: 9px; align-items: start; font-size: 10px; color: var(--body); margin-top: 20px; }
.form-privacy svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 3px; }
.form-actions { display: flex; align-items: center; gap: 25px; margin-top: 24px; }
.form-status { min-height: 22px; font-size: 12px; color: var(--accent); margin-top: 12px; }
.has-dialog { overflow: hidden; }
.has-dialog .scene-tools { visibility: hidden; }
.noscript-note { position: relative; z-index: 2; padding: 20px; font-size: 12px; }
.reveal { opacity: 1; }
.motion-ready .reveal { opacity: var(--reveal-opacity, 1); translate: 0 var(--reveal-y, 0px); filter: blur(var(--reveal-blur, 0px)); }
.motion-ready .reveal.is-concealed { pointer-events: none; }
.motion-ready .reveal:focus-within { opacity: 1; translate: none; filter: none; pointer-events: auto; }
body.motion-paused *, body.motion-paused *::before, body.motion-paused *::after { animation: none !important; transition: none !important; }
body.motion-paused .reveal { opacity: 1 !important; translate: none !important; filter: none !important; pointer-events: auto !important; }

@media (min-width: 1700px) {
  .wrap { width: min(1440px, calc(100% - 200px)); }
  .hero h1 { font-size: 116px; }
  .hero-line { font-size: 38px; }
  .hero-copy { width: 680px; }
  .hero-description { font-size: 16px; }
  .hero-coordinate { margin-right: 40px; }
  .section-space { padding-block: 116px; }
  .service-row { grid-template-columns: 64px 1fr 390px 46px; }
}
@media (max-width: 1199px) {
  .motion-ready .chapter-rail { display: none; }
}
@media (max-width: 1100px) {
  .solution-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 22px; }
  .solution-tabs > button { border-bottom-color: var(--line); }
  .solution-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 30px; }
  .solution-facts > div { min-height: 105px; }
  .engagement-options { gap: 26px; }
  .engagement-option dl > div { grid-template-columns: 1fr; gap: 3px; }
  .agent-layout { gap: 60px; }
  .agent-request > p { font-size: 16px; }
  .agent-chapter > h3 { font-size: 29px; }
  .wrap { width: calc(100% - 80px); }
  .nav-wrap { width: calc(100% - 56px); }
  .desktop-nav { gap: 24px; }
  .hero-copy { width: 530px; }
  .hero h1 { font-size: 80px; }
  .hero-line { font-size: 29px; }
  .hero-coordinate { width: 165px; margin-right: 0; }
  .service-row { grid-template-columns: 32px 1fr 270px 42px; gap: 22px; }
  .service-description { font-size: 12px; }
  .solution-panel { gap: 44px; }
  .solution-content h3 { font-size: 27px; }
  .example-workbench { padding-inline: 23px; min-height: 570px; }
  .about-grid { gap: 60px; }
  .faq { gap: 55px; }
  .section-space { padding-block: 92px; }
}
@media (max-width: 850px) {
  .integration-heading { display: block; }
  .integration-heading > p { margin-top: 14px; }
  .integration-heading > p > br { display: none; }
  .integration-map { gap: 30px; }
  .integration-node > h4 { font-size: 18px; min-height: 54px; }
  .integration-node:not(:last-child)::after { width: calc(100% - 79px); }
  .integration-node:not(:last-child)::before { right: -8px; }
  .integration-details { align-items: start; }
  .technology-gallery { gap: 24px; }
  .technology-figure h3 { font-size: 21px; }
  .technology-figure figcaption { display: block; }
  .technology-figure .image-credit { margin-top: 8px; }
  .agent-layout { gap: 36px; }
  .agent-route { gap: 12px; }
  .agent-route > button { font-size: 11px; }
  .agent-console-top { gap: 10px; flex-wrap: wrap; }
  .agent-evidence { min-height: 285px; }
  .agent-evidence h3 { font-size: 18px; }
  .agent-evidence dl > div { font-size: 11px; gap: 8px; grid-template-columns: 30px 1fr; }
  .agent-chapter > h3 { font-size: 26px; }
  :root { --header: 76px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; border: 0; }
  .wrap { width: calc(100% - 56px); }
  .nav-wrap { width: calc(100% - 40px); }
  .hero { min-height: 550px; }
  .hero h1 { font-size: 70px; }
  .hero-line { font-size: 26px; }
  .hero-coordinate { display: none; }
  .hero-copy { width: 520px; }
  .capability-intro { display: none; }
  .capability-strip { justify-content: space-around; gap: 14px; min-height: 68px; }
  h2 { font-size: 37px; }
  .section-heading { gap: 28px; }
  .section-heading > p { font-size: 12px; }
  .service-row { grid-template-columns: 30px 1fr 46px; }
  .service-description { display: none; }
  .service-main h3 { font-size: 25px; }
  .solution-panel { gap: 32px; grid-template-columns: .9fr 1.1fr; }
  .solution-content h3 { font-size: 23px; min-height: 74px; }
  .solution-content > p:not(.eyebrow) { font-size: 12px; }
  .solution-tabs > button { font-size: 12px; gap: 9px; }
  .example-workbench { padding-inline: 20px; min-height: 580px; }
  .workbench-top > span:first-child { font-size: 8px; gap: 5px; }
  .workbench-top svg { display: none; }
  .example-label { font-size: 9px; }
  .example-input > p { font-size: 12px; min-height: 72px; }
  .example-output li { grid-template-columns: 52px 1fr; gap: 8px; min-height: 105px; }
  .example-output strong { font-size: 12px; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process-list p { max-width: none; min-height: 48px; }
  .about-grid { gap: 40px; }
  .about-identity > p { font-size: 26px; }
  .company-facts > div { grid-template-columns: 75px 1fr; gap: 12px; font-size: 11px; }
  .faq { gap: 35px; grid-template-columns: .8fr 1.2fr; }
  .faq summary { font-size: 12px; }
  .contact-content h2 { font-size: 42px; }
  .footer-info { grid-template-columns: 1fr; }
  .footer-address { grid-column: auto; }
  .site-footer { padding-bottom: 20px; }
}
@media (max-width: 640px) {
  .integration { margin-top: 44px; padding-top: 30px; }
  .integration-heading { margin-bottom: 23px; }
  .integration-heading h3 { font-size: 25px; }
  .integration-heading h3 > span { display: block; }
  .integration-tabs { gap: 15px; justify-content: space-between; }
  .integration-tabs > button { font-size: 11px; gap: 6px; }
  .integration-tabs svg { display: none; }
  .integration-topline { font-size: 9px; padding-block: 20px; }
  .integration-topline > span:first-child { max-width: 65%; }
  .integration-map { grid-template-columns: 1fr; gap: 22px; padding-bottom: 24px; }
  .integration-node { display: grid; grid-template-columns: 48px 1fr; gap: 0 19px; padding: 0; }
  .integration-node-icon { grid-row: span 3; width: 48px; height: 56px; margin: 0; }
  .integration-node-icon > svg { width: 27px; height: 27px; }
  .integration-node-icon > img { width: 42px; height: 42px; }
  .integration-node > .example-caption { font-size: 9px; }
  .integration-node > h4 { font-size: 19px; margin: 6px 0; min-height: 29px; }
  .integration-node > p { min-height: 44px; font-size: 12px; }
  .integration-node:not(:last-child)::after { top: 68px; bottom: -8px; left: 24px; width: 1px; height: auto; }
  .integration-node:not(:last-child)::before { top: auto; bottom: -8px; left: 22px; width: 5px; height: 5px; transform: rotate(135deg); }
  .integration-details { display: block; }
  .integration-details > p { font-size: 11px; }
  .integration-details > button { margin-top: 10px; }
  .footer-directory { grid-template-columns: 1fr 1fr; gap: 32px 24px; padding-block: 30px; }
  .footer-directory > div { grid-column: 1 / -1; }
  .footer-directory > div > p:last-child { font-size: 24px; }
  .solution-facts { grid-template-columns: 1fr; gap: 0; }
  .solution-facts > div { display: grid; grid-template-columns: 68px 1fr; gap: 14px; padding-block: 18px; min-height: 88px; }
  .solution-facts dt { margin: 3px 0 0; }
  .solution-facts dd { font-size: 12px; }
  .engagement-heading { margin-top: 46px; padding-top: 26px; }
  .engagement-heading h3 { font-size: 24px; }
  .engagement-options { grid-template-columns: 1fr; gap: 27px; }
  .engagement-option { display: grid; grid-template-columns: 28px 1fr; column-gap: 14px; padding-top: 24px; }
  .engagement-option > svg { align-self: center; }
  .engagement-option h4 { margin: 0; font-size: 21px; }
  .engagement-option > p, .engagement-option dl, .engagement-option > button { grid-column: 1 / -1; }
  .engagement-option > p { margin-top: 16px; }
  .engagement-option dl { margin: 16px 0 12px; }
  .engagement-option dl > div { grid-template-columns: 60px 1fr; gap: 12px; }
  .engagement-option .text-button { justify-self: start; }
  .contact-preparation { gap: 14px 20px; }
  .contact-preparation > li { font-size: 11px; }
  .technology-gallery { grid-template-columns: 1fr; gap: 32px; margin-bottom: 42px; }
  .technology-image { aspect-ratio: 16 / 10; }
  .technology-figure figcaption { display: flex; margin-top: 16px; gap: 10px; }
  .technology-figure h3 { font-size: 20px; margin-top: 6px; }
  .technology-figure .image-credit { font-size: 9px; margin-top: 0; }
  .image-action { right: 13px; bottom: 13px; }
  .workspace-figure { margin-top: 26px; }
  .agent-layout { grid-template-columns: 1fr; gap: 38px; }
  .agent-console { position: static; padding-top: 0; }
  .agent-evidence { min-height: 230px; }
  .agent-console-top { flex-wrap: nowrap; }
  .agent-route { gap: 20px; }
  .agent-route > button { font-size: 12px; }
  .agent-evidence h3 { font-size: 20px; }
  .agent-evidence dl > div { font-size: 12px; }
  .agent-chapter { min-height: 0; padding: 35px 0 45px; }
  .agent-chapter > h3 { font-size: 27px; }
  .agent-chapter > .eyebrow { margin-bottom: 18px; }
  .agent-description { font-size: 13px; margin-top: 19px; }
  .agent-deliverables { margin-top: 17px; }
  .agent-deliverables > li { font-size: 12px; }
  :root { --header: 70px; }
  html { scroll-padding-top: 92px; }
  .wrap { width: calc(100% - 44px); }
  .nav-wrap { width: calc(100% - 32px); gap: 12px; }
  .brand { gap: 8px; }
  .brand-symbol { width: 31px; height: 31px; }
  .brand-type { font-size: 16px; }
  .brand-type small { font-size: 7px; }
  .nav-actions { gap: 5px; }
  .nav-contact { display: none; }
  .nav-contact svg { width: 15px; height: 15px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { height: calc(100svh - 68px); min-height: 510px; max-height: 850px; }
  .hero-inner { align-items: start; }
  .hero-copy { width: 100%; padding: 60px 0 0; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 20px; }
  .hero h1 { font-size: 64px; }
  .hero-line { font-size: 22px; margin-top: 20px; }
  .hero-description { font-size: 13px; line-height: 2; margin-top: 19px; }
  .hero-actions { gap: 22px; margin-top: 28px; }
  .hero-actions .button { font-size: 12px; padding: 12px 15px; gap: 14px; min-height: 44px; }
  .hero-actions .text-button { font-size: 12px; gap: 8px; }
  .hero-actions svg { width: 16px; height: 16px; }
  .hero-bottom { bottom: 24px; }
  .hero-location { font-size: 9px; }
  .scroll-link { font-size: 9px; gap: 12px; }
  .capability-strip { min-height: 68px; gap: 10px; font-size: 11px; }
  .strip-divider { font-size: 9px; }
  .scene-tools { padding: 0; gap: 0; border: 0; background: none; }
  .scene-mode { gap: 0; }
  .scene-mode button, .scene-pause { width: 44px; height: 44px; }
  .section-space { padding-block: 62px; }
  .section-top { margin-bottom: 25px; }
  .section-tag { font-size: 10px; }
  .eyebrow { font-size: 9px; }
  .section-heading { display: block; margin-bottom: 35px; }
  h2 { font-size: 32px; line-height: 1.5; }
  .section-heading > p { margin: 20px 0 0; font-size: 13px; }
  .service-row { grid-template-columns: 21px 1fr 36px; gap: 15px; padding: 28px 0; }
  .service-no { font-size: 9px; }
  .service-en { font-size: 8px; margin-bottom: 7px; }
  .service-main h3 { font-size: 21px; margin-bottom: 8px; text-wrap: balance; }
  .service-main > p { font-size: 10px; }
  .service-row .circle-button { width: 36px; height: 36px; }
  .service-row .circle-button svg { width: 19px; height: 19px; }
  .service-row::before { inset-inline: -10px; }
  .scope-note { font-size: 9px; line-height: 1.9; }
  .solution-tabs { margin-bottom: 30px; gap: 0 12px; }
  .solution-tabs > button { font-size: 11px; padding: 16px 0; gap: 8px; white-space: nowrap; }
  .solution-tabs > button span { display: none; }
  .solution-tabs svg { width: 13px; height: 13px; }
  .solution-panel { grid-template-columns: 1fr; gap: 32px; }
  .solution-content { padding: 0; }
  .solution-content > .eyebrow { font-size: 9px; margin-bottom: 16px; }
  .solution-content h3 { font-size: 25px; min-height: 80px; }
  .solution-content > p:not(.eyebrow) { min-height: 78px; margin-top: 16px; font-size: 13px; }
  .workflow-preview { margin-top: 16px; }
  .workflow-preview li { padding-block: 9px; }
  .solution-content .text-button { margin-top: 17px; }
  .example-workbench { min-height: 550px; }
  .workbench-top { min-height: 59px; }
  .workbench-top > span:first-child { font-size: 9px; }
  .workbench-top svg { display: block; }
  .example-input { padding-block: 22px; }
  .example-input > p { min-height: 72px; }
  .example-output li { min-height: 93px; grid-template-columns: 59px 1fr; }
  .example-output strong { font-size: 12px; }
  .process-list { gap: 35px 24px; }
  .process-number { font-size: 10px; margin-bottom: 25px; }
  .process-number svg { width: 21px; height: 21px; }
  .process-list h3 { font-size: 20px; margin-bottom: 13px; }
  .process-list p { font-size: 11px; min-height: 66px; }
  .process-output { font-size: 9px; margin-top: 21px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-identity { display: grid; grid-template-columns: 80px 1fr; align-items: center; column-gap: 23px; padding: 5px 0 15px; }
  .about-identity > img { width: 80px; height: 80px; grid-row: span 2; margin: 0; }
  .about-identity > p { font-size: 25px; align-self: end; }
  .about-identity > span { margin-top: 7px; align-self: start; font-size: 11px; }
  .about-name { margin-top: 22px; }
  .company-facts > div { grid-template-columns: 88px 1fr; font-size: 11px; }
  .faq { grid-template-columns: 1fr; gap: 30px; }
  .faq-intro .eyebrow { margin-bottom: 18px; }
  .faq summary { font-size: 12px; padding-block: 23px; }
  .faq details > p { font-size: 12px; }
  .contact-band { padding-block: 70px 84px; }
  .contact-content h2 { font-size: 29px; }
  .contact-content > .eyebrow { margin-bottom: 25px; }
  .contact-content h2 + p { font-size: 12px; margin-top: 22px; }
  .button-large { margin-top: 30px; font-size: 12px; padding: 13px 21px; gap: 40px; }
  .contact-status { font-size: 9px; }
  .footer-top { padding-block: 28px; gap: 15px; }
  .footer-top > p { display: none; }
  .back-to-top { font-size: 10px; gap: 8px; }
  .back-to-top svg { width: 15px; height: 15px; }
  .footer-info { font-size: 10px; padding-block: 25px; }
  .footer-bottom { flex-direction: column; align-items: start; gap: 17px; }
  .footer-bottom > div { flex-wrap: wrap; gap: 20px; }
  .footer-bottom button { font-size: 9px; }
  dialog { width: calc(100% - 24px); padding: 24px 20px; max-height: calc(100svh - 28px); }
  dialog h2 { font-size: 23px; }
  .dialog-top { margin-bottom: 20px; }
  .dialog-bottom .button { padding-inline: 14px; gap: 14px; font-size: 12px; }
  .form-grid { gap: 18px 12px; }
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 16px; padding: 10px; }
  .form-grid input::placeholder, .form-grid textarea::placeholder { font-size: 12px; }
  .form-intro { font-size: 11px; }
  .form-privacy { font-size: 9px; }
  .form-actions { gap: 18px; }
  .form-actions .button { padding-inline: 14px; gap: 14px; font-size: 12px; }
  .form-actions .text-button { font-size: 11px; gap: 8px; }
}
@media (max-width: 370px) {
  .wrap { width: calc(100% - 36px); }
  .hero h1 { font-size: 56px; }
  .hero-line { font-size: 22px; }
  .hero-description { font-size: 11px; }
  .brand-type { font-size: 14px; }
  .brand-symbol { width: 28px; height: 28px; }
  .nav-wrap { width: calc(100% - 24px); gap: 6px; }
  .hero-actions { gap: 14px; }
  .hero-actions .button { padding-inline: 12px; gap: 9px; }
  .hero-actions .text-button { font-size: 11px; gap: 5px; }
  .nav-contact { gap: 6px; font-size: 10px; }
  .hero-location { font-size: 8px; }
  h2 { font-size: 29px; }
  .service-main h3 { font-size: 20px; }
  .service-main > p { font-size: 9px; }
  .solution-tabs { gap: 0 8px; }
  .solution-tabs > button { font-size: 10px; gap: 5px; }
  .example-workbench { padding-inline: 16px; }
  .example-output li { grid-template-columns: 51px 1fr; }
  .contact-content h2 { font-size: 26px; }
  .about-identity > p { font-size: 23px; }
}
@media (max-width: 640px) and (max-height: 720px) {
  .hero { min-height: 480px; }
  .hero-copy { padding-top: 46px; }
  .hero .eyebrow { margin-bottom: 17px; }
  .hero-line { margin-top: 15px; }
  .hero-description { margin-top: 15px; }
  .hero-actions { margin-top: 24px; }
}
@media (min-width: 641px) and (max-height: 700px) {
  .agent-console { position: static; }
  .hero { min-height: 440px; height: calc(100svh - 68px); }
  .hero h1 { font-size: 66px; }
  .hero-line { font-size: 25px; margin-top: 14px; }
  .hero .eyebrow { margin-bottom: 17px; }
  .hero-description { margin-top: 14px; font-size: 12px; }
  .hero-actions { margin-top: 24px; }
}
@media (min-width: 641px) and (max-height: 500px) {
  :root { --header: 62px; }
  .hero { min-height: 310px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { padding-bottom: 37px; }
  .hero .eyebrow { margin-bottom: 10px; font-size: 9px; }
  .hero-line { font-size: 20px; margin-top: 7px; }
  .hero-description { display: none; }
  .hero-actions { margin-top: 15px; }
  .hero-actions .button { min-height: 38px; padding-block: 8px; }
  .hero-bottom { bottom: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .reveal { opacity: 1; translate: none; filter: none; pointer-events: auto; }
  .pointer-effects { display: none !important; }
}
@media print {
  body { background: white; color: black; }
  .hero-art, .pointer-effects, .site-header, .scene-tools, .chapter-rail, .hero-coordinate, .hero-bottom, .hero-actions, dialog, .circle-button, .contact-band { display: none !important; }
  .wrap { width: 100%; }
  .hero { height: auto; min-height: 0; padding: 20px 0; }
  .hero-copy { padding: 0; }
  .section-space { padding-block: 25px; }
  p, h1, h2, h3, span, dt, dd { color: black !important; text-shadow: none !important; }
  .reveal { opacity: 1 !important; translate: none !important; filter: none !important; }
  .agent-console { position: static; }
  .example-workbench { background: white; backdrop-filter: none; }
}
