:root {
  --ink: #0a2433;
  --ink-soft: #4e6672;
  --navy: #061520;
  --navy-2: #0a2534;
  --cyan: #1dc8e8;
  --blue: #168dd8;
  --red: #e64b5d;
  --ice: #edf8fb;
  --line: rgba(10, 63, 84, .13);
  --paper: #f7fbfc;
  --white: #fff;
  --shadow: 0 30px 80px rgba(9, 42, 57, .12);
  --radius: 24px;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
main * { min-width: 0; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 128px 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--cyan); color: #00131c; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 20px; }
.page-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 2px; pointer-events: none; }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--blue)); box-shadow: 0 0 14px var(--cyan); }

.ai-cursor, .ai-cursor-trail { display: none; position: fixed; z-index: 2000; left: 0; top: 0; pointer-events: none; opacity: 0; will-change: transform; }
.ai-cursor { width: 1px; height: 1px; transition: opacity .18s ease; }
.ai-cursor.visible { opacity: 1; }
.ai-cursor-glow { position: absolute; left: -18px; top: -18px; width: 36px; height: 36px; border-radius: 50%; background: rgba(29, 200, 232, .12); filter: blur(7px); transform: scale(.75); transition: transform .25s ease, background .25s ease; }
.ai-cursor-ring { position: absolute; left: -17px; top: -17px; width: 34px; height: 34px; border: 1px solid rgba(79, 218, 242, .78); border-top-color: transparent; border-bottom-color: rgba(22, 141, 216, .28); border-radius: 50%; box-shadow: 0 0 14px rgba(29, 200, 232, .2), inset 0 0 8px rgba(29, 200, 232, .08); transition: width .22s ease, height .22s ease, left .22s ease, top .22s ease, border-color .22s ease; animation: ai-cursor-spin 3.6s linear infinite; }
.ai-cursor-ring::before, .ai-cursor-ring::after { content: ""; position: absolute; background: #72e7f8; box-shadow: 0 0 6px rgba(114, 231, 248, .85); }
.ai-cursor-ring::before { width: 5px; height: 1px; right: -3px; top: 50%; }
.ai-cursor-ring::after { width: 1px; height: 5px; left: 50%; top: -3px; }
.ai-cursor-ring i { position: absolute; inset: 5px; border: 1px dashed rgba(114, 231, 248, .34); border-radius: 50%; animation: ai-cursor-spin-reverse 5s linear infinite; }
.ai-cursor-core { position: absolute; left: -2px; top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #d9fbff; box-shadow: 0 0 5px #fff, 0 0 12px var(--cyan), 0 0 22px rgba(29, 200, 232, .7); }
.ai-cursor-label { position: absolute; left: 23px; top: 16px; padding-left: 7px; border-left: 1px solid rgba(114, 231, 248, .48); color: rgba(190, 245, 253, .82); font-family: "SFMono-Regular", Consolas, monospace; font-size: 7px; font-weight: 700; line-height: 1; letter-spacing: .12em; white-space: nowrap; transition: color .2s ease, transform .2s ease; }
.ai-cursor-trail { width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%; background: rgba(29, 200, 232, .35); box-shadow: 0 0 16px rgba(29, 200, 232, .55); filter: blur(1px); transition: transform .085s cubic-bezier(.22, .8, .4, 1), opacity .2s ease; }
.ai-cursor-trail.visible { opacity: .62; }
.ai-cursor.is-active .ai-cursor-ring { left: -25px; top: -25px; width: 50px; height: 50px; border-color: rgba(114, 231, 248, .92); border-top-color: transparent; }
.ai-cursor.is-active .ai-cursor-glow { transform: scale(1.55); background: rgba(29, 200, 232, .17); }
.ai-cursor.is-active .ai-cursor-label { color: #d7fbff; transform: translate(7px, 8px); }
.ai-cursor.is-pressed .ai-cursor-ring { border-color: #fff; transform: scale(.76); }
.ai-cursor-bit { position: fixed; z-index: 1999; left: 0; top: 0; pointer-events: none; color: #83ecfa; font-family: "SFMono-Regular", Consolas, monospace; font-size: 7px; font-weight: 700; text-shadow: 0 0 8px var(--cyan); animation: ai-cursor-bit .62s cubic-bezier(.18, .7, .25, 1) forwards; }

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  html.ai-cursor-enabled, html.ai-cursor-enabled * { cursor: none !important; }
  .ai-cursor, .ai-cursor-trail { display: block; }
}

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: calc(78px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); color: #e9f8fc; border-bottom: 1px solid transparent; transition: .35s ease; }
.site-header.scrolled { background: rgba(5, 20, 30, .88); border-color: rgba(255, 255, 255, .08); backdrop-filter: blur(18px); box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
.nav-shell { width: var(--container); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand img, .footer-brand img { width: 124px; height: auto; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .15)); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2vw, 30px); margin-left: auto; margin-right: clamp(22px, 2.2vw, 34px); }
.desktop-nav a { position: relative; font-size: 14px; color: rgba(232, 248, 252, .78); transition: .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -12px; width: 100%; height: 2px; background: var(--cyan); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.language-toggle { appearance: none; border: 0; background: transparent; color: rgba(255, 255, 255, .72); display: flex; align-items: center; gap: 7px; padding: 8px 0; cursor: pointer; font-size: 13px; }
.language-toggle i { width: 1px; height: 14px; background: rgba(255, 255, 255, .25); }
.language-current { color: #fff; font-weight: 700; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(102, 223, 244, .45); background: rgba(29, 200, 232, .1); border-radius: 999px; color: #fff; font-size: 14px; transition: .25s ease; }
.nav-cta:hover { background: var(--cyan); color: #03141d; border-color: var(--cyan); }
.menu-toggle { display: none; width: 38px; height: 38px; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; height: 1.5px; margin: 7px 0; background: #fff; transition: .3s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 820px; height: 100vh; height: 100svh; max-height: 1080px; overflow: hidden; background: #04111b; color: #fff; }
.hero-visual { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; transform: scale(1.02); animation: hero-breathe 12s ease-in-out infinite alternate; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 79% 43%, transparent 0, rgba(3, 15, 24, .08) 20%, rgba(3, 15, 24, .66) 50%, rgba(3, 15, 24, .98) 77%), linear-gradient(90deg, rgba(3, 15, 24, .99) 0%, rgba(3, 15, 24, .9) 40%, rgba(3, 15, 24, .2) 71%, rgba(3, 15, 24, .08) 100%), linear-gradient(0deg, rgba(3, 15, 24, .9) 0%, transparent 36%); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(47, 200, 230, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 200, 230, .16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-inner { position: relative; z-index: 2; height: 100%; padding-top: 132px; padding-bottom: 50px; display: grid; grid-template-rows: minmax(0, 1fr) auto; align-items: center; row-gap: 24px; }
.hero-copy { position: relative; width: min(760px, 60vw); margin-top: 0; padding: 32px 38px 34px 0; isolation: isolate; }
.hero-copy::before { content: ""; position: absolute; z-index: -1; inset: -18px -28px -18px -48px; border: 1px solid rgba(110, 226, 246, .11); border-left-color: rgba(110, 226, 246, .5); border-radius: 2px 30px 30px 2px; background: linear-gradient(105deg, rgba(3, 18, 28, .82), rgba(4, 23, 34, .34) 70%, transparent); box-shadow: 26px 20px 70px rgba(0, 0, 0, .14); backdrop-filter: blur(3px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-eyebrow { color: #75e5f7; font-size: clamp(14px, .9vw, 15px); letter-spacing: .11em; }
.pulse-dot { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 0 rgba(29, 200, 232, .5); animation: pulse 2s infinite; }
.hero h1 { max-width: 740px; margin: 24px 0 22px; font-size: clamp(44px, 4.05vw, 64px); line-height: 1.06; letter-spacing: -.048em; font-weight: 350; text-wrap: balance; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { color: transparent; background: linear-gradient(90deg, #fff, #68e2f6 68%, #31b9ed); -webkit-background-clip: text; background-clip: text; font-weight: 760; }
html[data-language="zh"] .hero-title-line { white-space: nowrap; }
.hero-lead { max-width: 700px; margin: 0; color: rgba(227, 244, 248, .76); font-size: 15px; line-height: 1.78; letter-spacing: 0; word-spacing: 0; text-align: left; text-justify: auto; line-break: strict; overflow-wrap: break-word; }
.hero-lead-line { display: block; }.hero-lead-line + .hero-lead-line { margin-top: 4px; }html[data-language="en"] .hero-lead-line { display: inline; }html[data-language="en"] .hero-lead-line + .hero-lead-line { margin-top: 0; }
.hero-actions { display: flex; gap: 13px; margin-top: 29px; }
.button { min-height: 50px; padding: 0 23px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-size: 14px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { background: linear-gradient(135deg, var(--cyan), #39a8ec); color: #031722; box-shadow: 0 14px 32px rgba(21, 176, 220, .24); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(21, 176, 220, .36); }
.button-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .05); backdrop-filter: blur(8px); }
.hero-trust { position: relative; inset: auto; align-self: end; display: grid; grid-template-columns: repeat(4, 1fr); width: min(720px, 62vw); border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 22px; }
.hero-trust div { padding-left: 22px; border-left: 1px solid rgba(255, 255, 255, .12); }
.hero-trust div:first-child { padding-left: 0; border-left: 0; }
.hero-trust strong { display: block; font-size: 25px; line-height: 1; letter-spacing: -.03em; }
.hero-trust sup { color: var(--cyan); font-size: .55em; }
.hero-trust > div > span { display: block; margin-top: 9px; color: rgba(230, 246, 249, .52); font-size: 11px; }
.hero-trust strong span { display: inline; margin: 0; color: inherit; font-size: inherit; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 34px; width: 26px; height: 42px; border: 1px solid rgba(255, 255, 255, .26); border-radius: 18px; }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 3px; height: 7px; margin-left: -1.5px; background: var(--cyan); border-radius: 3px; animation: scroll-cue 1.8s infinite; }

.section-heading h2, .loop-copy h2, .company-intro h2, .contact-copy h2 { margin: 19px 0 0; font-size: clamp(38px, 4.3vw, 60px); line-height: 1.13; letter-spacing: -.045em; font-weight: 650; }
.section-heading p, .company-intro > p { color: var(--ink-soft); font-size: 17px; line-height: 1.9; }
.section-heading.centered { max-width: 880px; margin: 0 auto 80px; text-align: center; }
.section-heading.centered p { max-width: 780px; margin: 26px auto 0; }
.section-heading.split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .72fr); gap: 100px; align-items: end; margin-bottom: 74px; }
.section-heading.split p { margin: 0; }

.positioning { background: radial-gradient(circle at 50% 42%, #fff 0, #f4fbfd 42%, #edf6f8 100%); overflow: hidden; }
.positioning::before { content: ""; position: absolute; top: 31%; left: 50%; width: 830px; height: 830px; margin: -415px 0 0 -415px; border: 1px solid rgba(11, 150, 191, .08); border-radius: 50%; box-shadow: 0 0 0 120px rgba(11, 150, 191, .025), 0 0 0 240px rgba(11, 150, 191, .018); }
.model-orbit { position: relative; height: 620px; max-width: 1080px; margin: auto; }
.model-orbit::before, .model-orbit::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(18, 156, 196, .16); border-radius: 50%; transform: translate(-50%, -50%); }
.model-orbit::before { width: 660px; height: 660px; }
.model-orbit::after { width: 450px; height: 450px; border-style: dashed; animation: orbit-spin 32s linear infinite; }
.model-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 290px; height: 290px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle at 35% 28%, #16455a, #061a27 70%); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 30px 80px rgba(5, 45, 65, .28), inset 0 0 50px rgba(29, 200, 232, .08); }
.model-core small { color: #6ce4f4; font-size: 10px; letter-spacing: .2em; margin-bottom: 10px; }
.model-core strong { font-size: 29px; line-height: 1.16; letter-spacing: -.04em; }
.model-core em { margin-top: 14px; color: rgba(255, 255, 255, .55); font-size: 11px; font-style: normal; }
.core-mark { width: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 17px; transform: rotate(45deg); }
.core-mark i { aspect-ratio: 1; border-radius: 2px; background: linear-gradient(145deg, var(--cyan), var(--blue)); box-shadow: 0 0 12px rgba(29, 200, 232, .35); }
.core-mark i:nth-child(5) { background: var(--red); }
.core-halo { position: absolute; border: 1px solid rgba(64, 220, 240, .25); border-radius: 50%; pointer-events: none; }
.halo-a { inset: -18px; animation: core-pulse 3s ease-in-out infinite; }
.halo-b { inset: -42px; border-style: dashed; animation: orbit-spin 24s linear infinite reverse; }
.orbit-card { position: absolute; z-index: 4; width: 280px; min-height: 164px; padding: 26px 28px; background: rgba(255, 255, 255, .78); border: 1px solid rgba(12, 104, 132, .13); border-radius: 20px; box-shadow: 0 18px 50px rgba(16, 71, 91, .09); backdrop-filter: blur(18px); }
.orbit-old { top: 0; left: 50%; transform: translateX(-50%); }
.orbit-child { left: 0; bottom: 8px; }
.orbit-work { right: 0; bottom: 8px; }
.orbit-index { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.orbit-card h3 { margin: 12px 0 8px; font-size: 29px; }
.orbit-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.model-principles { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-principles > div { padding: 30px 25px 32px; border-left: 1px solid var(--line); }
.model-principles > div:first-child { border-left: 0; padding-left: 0; }
.model-principles > div:last-child { padding-right: 0; }
.model-principles span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.model-principles strong { display: block; margin: 12px 0 9px; font-size: 18px; }
.model-principles p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }

.scenarios { background: #fff; }
.scenario-feature { display: grid; grid-template-columns: .93fr 1.07fr; gap: 80px; min-height: 560px; align-items: center; padding: 80px 0; border-top: 1px solid var(--line); }
.scenario-feature.reverse { grid-template-columns: 1.07fr .93fr; }
.scenario-feature.reverse .scenario-copy { order: 2; }
.scenario-feature.reverse .product-stage { order: 1; }
.scenario-number { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.scenario-number b { color: var(--ink-soft); }
.scenario-copy h3 { margin: 20px 0 22px; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.16; letter-spacing: -.04em; }
.scenario-copy > p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.9; }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; }
.feature-list li { position: relative; margin: 13px 0; padding-left: 27px; font-size: 14px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 11px; height: 6px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }
.product-stage { position: relative; min-height: 450px; border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, #edf9fb, #d9eff4); }
.product-stage-old { display: grid; place-items: center; padding: 44px; }
.product-stage-old::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(24, 147, 184, .13); border-radius: 22px; }
.product-stage-old img { position: relative; z-index: 2; width: min(89%, 920px); height: auto; aspect-ratio: 1957 / 1151; object-fit: contain; border-radius: 18px; box-shadow: 0 28px 55px rgba(9, 65, 83, .18); }
.stage-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(29, 200, 232, .2); filter: blur(70px); }
.floating-note { position: absolute; z-index: 4; padding: 13px 16px; background: rgba(5, 27, 40, .9); color: #fff; border: 1px solid rgba(97, 223, 243, .28); border-radius: 13px; box-shadow: 0 12px 25px rgba(0, 0, 0, .16); backdrop-filter: blur(10px); }
.floating-note span { display: block; color: #80e9f7; font-size: 15px; font-weight: 800; }
.floating-note small { color: rgba(255, 255, 255, .6); font-size: 10px; }
.note-top { top: 25px; right: 20px; }.note-bottom { left: 22px; bottom: 24px; }
.product-stage-child { display: flex; align-items: flex-end; justify-content: center; min-height: 570px; background: radial-gradient(circle at 50% 35%, #fff, #eaf8fa 58%, #d7eef4); }
.product-stage-child img { width: 60%; max-height: 520px; object-fit: contain; filter: drop-shadow(0 26px 24px rgba(7, 59, 78, .2)); }
.data-ring { position: absolute; right: 38px; top: 38px; width: 130px; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: conic-gradient(var(--cyan) 0 87%, rgba(29, 200, 232, .13) 87% 100%); color: var(--ink); }
.data-ring::before { content: ""; position: absolute; inset: 8px; border-radius: inherit; background: #f8fdfe; }
.data-ring strong, .data-ring span { position: relative; z-index: 1; }
.data-ring strong { font-size: 29px; letter-spacing: -.04em; }.data-ring sup { color: var(--blue); font-size: .5em; }.data-ring span { margin-top: 3px; color: var(--ink-soft); font-size: 9px; }
.product-stage-work { display: flex; align-items: flex-end; justify-content: flex-end; min-height: 530px; background: radial-gradient(circle at 72% 20%, rgba(43, 198, 232, .24), transparent 38%), linear-gradient(145deg, #071c29, #0b3042); }
.product-stage-work img { width: 69%; max-height: 470px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(0, 0, 0, .3)); }
.signal-card { position: absolute; left: 35px; top: 60px; width: 48%; padding: 22px; color: #fff; background: rgba(4, 22, 33, .72); border: 1px solid rgba(84, 223, 244, .24); border-radius: 18px; backdrop-filter: blur(10px); }
.signal-card > span { font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.signal-card svg { display: block; width: 100%; margin: 16px 0 10px; fill: none; stroke: var(--cyan); stroke-width: 2; filter: drop-shadow(0 0 5px rgba(29, 200, 232, .5)); }
.signal-card small { color: rgba(255, 255, 255, .56); font-size: 10px; }

.scale-product-link { overflow: hidden; background: #eef8fb; }
.scale-product-link::before { content: ""; position: absolute; width: 620px; height: 620px; right: -240px; top: -320px; border: 1px solid rgba(29, 200, 232, .13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(29, 200, 232, .035), 0 0 0 160px rgba(29, 200, 232, .02); }
.scale-product-card { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; min-height: 590px; padding: 70px; overflow: hidden; border: 1px solid rgba(15, 112, 145, .12); border-radius: 34px; color: #fff; background: linear-gradient(125deg, #061b28 0%, #08384f 54%, #0877a5 100%); box-shadow: 0 35px 90px rgba(5, 53, 75, .18); }
.scale-product-card::after { content: ""; position: absolute; left: -180px; bottom: -300px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(29, 200, 232, .17), transparent 66%); }
.scale-product-copy { position: relative; z-index: 3; }
.scale-product-copy .eyebrow { color: #72dff1; }
.scale-product-kicker { display: inline-flex; margin: 24px 0 12px; padding: 6px 10px; border: 1px solid rgba(105, 224, 243, .25); border-radius: 7px; color: #8ce7f5; background: rgba(35, 187, 216, .08); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.scale-product-copy h2 { margin: 0 0 22px; max-width: 500px; font-size: clamp(38px, 4.1vw, 57px); line-height: 1.12; letter-spacing: -.045em; font-weight: 650; }
.scale-product-copy > p { margin: 0; color: rgba(223, 244, 249, .68); font-size: 15px; line-height: 1.9; }
.scale-product-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 32px; }
.scale-product-tags span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; color: rgba(231, 248, 252, .78); background: rgba(255, 255, 255, .055); font-size: 10px; }
.scale-product-cta { width: fit-content; }
.scale-product-visual { position: relative; z-index: 3; display: block; padding: 39px 11px 11px; overflow: visible; border: 1px solid rgba(255, 255, 255, .24); border-radius: 22px; background: #f6fbfd; box-shadow: 0 35px 70px rgba(0, 17, 29, .38); transform: perspective(1200px) rotateY(-5deg); transition: transform .3s ease, box-shadow .3s ease; }
.scale-product-visual:hover { transform: perspective(1200px) rotateY(-2deg) translateY(-5px); box-shadow: 0 42px 90px rgba(0, 17, 29, .44); }
.scale-product-visual > img { width: 100%; aspect-ratio: 1.28; object-fit: cover; object-position: top; border-radius: 14px; }
.scale-screen-bar { position: absolute; left: 17px; right: 17px; top: 0; height: 39px; display: flex; align-items: center; gap: 6px; color: #5e7887; font-size: 9px; }
.scale-screen-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c2d4dc; }
.scale-screen-bar i:first-child { background: #e96b74; }
.scale-screen-bar span { margin-left: auto; }
.scale-float { position: absolute; z-index: 4; display: flex; flex-direction: column; min-width: 92px; padding: 12px 15px; border: 1px solid rgba(105, 222, 241, .25); border-radius: 13px; color: #fff; background: rgba(4, 27, 40, .9); box-shadow: 0 15px 34px rgba(0, 20, 32, .28); backdrop-filter: blur(12px); }
.scale-float strong { color: #79e4f4; font-size: 20px; line-height: 1.2; }
.scale-float small { margin-top: 3px; color: rgba(255, 255, 255, .58); font-size: 9px; }
.scale-float-top { right: -24px; top: 56px; }
.scale-float-bottom { left: -25px; bottom: 36px; }

.product-portfolio { overflow: hidden; background: #f7fbfc; }
.product-portfolio::before { content: ""; position: absolute; width: 560px; height: 560px; left: -330px; bottom: -300px; border: 1px solid rgba(24, 151, 186, .1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(24, 151, 186, .025), 0 0 0 180px rgba(24, 151, 186, .014); }
.product-portfolio-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 62px; }
.portfolio-card { --card-accent: #159aba; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(11, 100, 129, .13); border-radius: 27px; background: #fff; box-shadow: 0 24px 60px rgba(10, 67, 86, .07); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.portfolio-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--card-accent) 42%, transparent); box-shadow: 0 32px 75px rgba(10, 67, 86, .13); }
.portfolio-eye { --card-accent: #686fd0; }
.portfolio-cognitive { --card-accent: #14977d; }
.portfolio-ai { --card-accent: #188f98; }
.portfolio-media { position: relative; min-height: 255px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 22%, #fff 0, #edf8fb 58%, #e1f0f4 100%); }
.portfolio-eye .portfolio-media { background: radial-gradient(circle at 50% 22%, #fff 0, #f0f1fb 58%, #e7e8f7 100%); }
.portfolio-cognitive .portfolio-media { background: radial-gradient(circle at 50% 22%, #fff 0, #edf8f4 58%, #e1f1eb 100%); }
.portfolio-ai .portfolio-media { background: radial-gradient(circle at 50% 22%, #fff 0, #eefafa 53%, #e1eff4 100%); }
.portfolio-media::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(5, 39, 51, .07)); pointer-events: none; }
.portfolio-media img { width: 100%; height: 255px; padding: 20px; object-fit: contain; transition: transform .45s ease; }
.portfolio-ai .portfolio-media img { width: 58%; padding: 14px; filter: drop-shadow(0 20px 17px rgba(20, 110, 116, .2)); }
.portfolio-card:hover .portfolio-media img { transform: scale(1.035); }
.portfolio-media > span { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 7px 10px; border: 1px solid color-mix(in srgb, var(--card-accent) 22%, transparent); border-radius: 8px; color: var(--card-accent); background: rgba(255, 255, 255, .82); backdrop-filter: blur(10px); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.portfolio-copy { flex: 1; display: flex; flex-direction: column; padding: 28px 28px 30px; }
.portfolio-copy > small { color: var(--card-accent); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.portfolio-copy h3 { margin: 13px 0 15px; color: #0a3446; font-size: 25px; line-height: 1.25; letter-spacing: -.025em; }
.portfolio-copy > p { margin: 0; color: #64808c; font-size: 12px; line-height: 1.85; }
.portfolio-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 26px; }
.portfolio-tags span { padding: 6px 8px; border: 1px solid rgba(20, 115, 144, .1); border-radius: 7px; color: #597884; background: #f5fafb; font-size: 9px; }
.portfolio-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 19px; border-top: 1px solid rgba(14, 100, 128, .1); color: var(--card-accent); }
.portfolio-link b { font-size: 12px; }
.portfolio-link i { font-size: 17px; font-style: normal; transition: transform .25s ease; }
.portfolio-card:hover .portfolio-link i { transform: translate(3px, -3px); }
.portfolio-note { position: relative; z-index: 2; max-width: 850px; margin: 30px auto 0; color: #7a929b; font-size: 10px; line-height: 1.8; text-align: center; }
html[data-language="en"] .portfolio-copy h3 { font-size: 23px; }

@media (max-width: 980px) {
  .scale-product-card { grid-template-columns: 1fr; gap: 52px; padding: 58px; }
  .scale-product-copy { max-width: 720px; }
  .scale-product-visual { transform: none; }
  .scale-product-visual:hover { transform: translateY(-4px); }
  .product-portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .scale-product-card { width: calc(100% - 24px); min-height: 0; padding: 38px 26px 44px; border-radius: 25px; }
  .scale-product-copy h2 { font-size: 36px; }
  .scale-product-copy > p { font-size: 13px; }
  .scale-product-tags { margin: 22px 0 28px; }
  .scale-float { min-width: 74px; padding: 9px 11px; }
  .scale-float-top { right: -9px; top: 47px; }
  .scale-float-bottom { left: -9px; bottom: 22px; }
  .product-portfolio-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 42px; }
  .portfolio-media, .portfolio-media img { min-height: 225px; height: 225px; }
  .portfolio-copy { padding: 25px 23px 27px; }
  .portfolio-copy h3, html[data-language="en"] .portfolio-copy h3 { font-size: 23px; }
}

.technology { color: #eaf9fc; background: #061722; overflow: hidden; }
.technology::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(54, 197, 224, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(54, 197, 224, .06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(0deg, #000, transparent 90%); }
.tech-backdrop span { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .16; }
.tech-backdrop span:nth-child(1) { width: 420px; height: 420px; left: -170px; top: 20%; background: var(--cyan); }
.tech-backdrop span:nth-child(2) { width: 360px; height: 360px; right: -150px; top: 5%; background: var(--blue); }
.tech-backdrop span:nth-child(3) { width: 260px; height: 260px; left: 50%; bottom: -100px; background: var(--red); opacity: .07; }
.section-heading.light h2 { color: #fff; }.section-heading.light p { color: rgba(222, 242, 247, .6); }
.signal-lab { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; overflow: hidden; border: 1px solid rgba(104, 216, 236, .16); border-radius: 28px; background: rgba(4, 22, 33, .62); box-shadow: 0 30px 90px rgba(0, 0, 0, .2); }
.signal-visual { position: relative; min-height: 460px; display: grid; place-items: center; overflow: hidden; border-right: 1px solid rgba(104, 216, 236, .13); }
.signal-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .72; mix-blend-mode: screen; }
.signal-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 55% 46%, transparent 0 24%, rgba(4, 22, 33, .68) 74%); }
.scan-line { position: absolute; z-index: 2; top: 0; bottom: 0; width: 1px; left: 20%; background: linear-gradient(transparent, var(--cyan), transparent); box-shadow: 0 0 18px 2px rgba(29, 200, 232, .5); animation: scan 5s ease-in-out infinite; }
.signal-types { display: grid; grid-template-columns: repeat(2, 1fr); }
.signal-types > div { min-height: 153px; padding: 25px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(104, 216, 236, .11); border-bottom: 1px solid rgba(104, 216, 236, .11); transition: background .25s ease; }
.signal-types > div:hover { background: rgba(29, 200, 232, .06); }
.signal-types span { margin: 10px 0 5px; font-size: 15px; font-weight: 800; }.signal-types small { color: rgba(226, 244, 248, .45); font-size: 10px; }
.signal-icon { position: relative; width: 24px; height: 18px; display: block; }
.signal-icon::before, .signal-icon::after { content: ""; position: absolute; }
.signal-icon.voice::before { inset: 4px 0; background: repeating-linear-gradient(90deg, var(--cyan) 0 2px, transparent 2px 5px); clip-path: polygon(0 40%, 10% 20%, 20% 70%, 30% 0, 40% 80%, 50% 30%, 60% 90%, 70% 20%, 80% 68%, 90% 40%, 100% 55%, 100% 65%, 90% 50%, 80% 78%, 70% 30%, 60% 100%, 50% 40%, 40% 90%, 30% 10%, 20% 80%, 10% 30%, 0 50%); }
.signal-icon.eye { border: 1.5px solid var(--cyan); border-radius: 100% 0 100% 0; transform: rotate(45deg); }.signal-icon.eye::after { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); left: 8px; top: 5px; }
.signal-icon.hrv::before { inset: 0; background: var(--cyan); clip-path: polygon(0 50%, 22% 50%, 31% 15%, 41% 84%, 50% 50%, 100% 50%, 100% 58%, 55% 58%, 38% 100%, 29% 34%, 25% 58%, 0 58%); }
.signal-icon.video { border: 1.5px solid var(--cyan); border-radius: 3px; }.signal-icon.video::after { right: -7px; top: 5px; border: 5px solid transparent; border-right: 0; border-left: 6px solid var(--cyan); }
.signal-icon.scale { border: 1.5px solid var(--cyan); border-radius: 3px; }.signal-icon.scale::before { width: 12px; height: 1.5px; left: 5px; top: 5px; background: var(--cyan); box-shadow: 0 4px 0 var(--cyan), 0 8px 0 var(--cyan); }
.signal-icon.eeg::before { width: 22px; height: 16px; border: 1.5px solid var(--cyan); border-radius: 50% 50% 42% 42%; }.signal-icon.eeg::after { width: 1px; height: 7px; left: 11px; top: 5px; background: var(--cyan); box-shadow: -5px 1px 0 var(--cyan), 5px 1px 0 var(--cyan); }
.architecture { position: relative; z-index: 2; margin-top: 74px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.architecture-line { position: absolute; left: 24px; right: 24px; top: 23px; height: 1px; background: linear-gradient(90deg, var(--cyan), rgba(29, 200, 232, .18)); }
.architecture article { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 17px; }
.architecture article > span { position: relative; z-index: 2; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #092737; border: 1px solid rgba(64, 220, 240, .4); color: var(--cyan); font-size: 11px; font-weight: 800; }
.architecture h3 { margin: 3px 0 9px; color: #fff; font-size: 15px; }.architecture p { margin: 0; color: rgba(223, 243, 247, .48); font-size: 11px; line-height: 1.7; }

.closed-loop { background: linear-gradient(135deg, #f4fafb, #fff); }
.loop-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.loop-copy p { margin: 24px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.9; }
.loop-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }.loop-tags span { padding: 9px 13px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); font-size: 11px; }
.loop-wheel { --loop-scale: 1; position: relative; min-height: 590px; }
.loop-wheel::before, .loop-wheel::after { content: ""; position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); }
.loop-wheel::before { width: 410px; height: 410px; border: 1px dashed rgba(14, 150, 191, .24); animation: orbit-spin 28s linear infinite; }
.loop-wheel::after { width: 310px; height: 310px; background: radial-gradient(circle, rgba(29, 200, 232, .12), transparent 69%); }
.loop-center { position: absolute; z-index: 2; left: 50%; top: 50%; width: 190px; height: 190px; transform: translate(-50%, -50%); border-radius: 50%; background: #07202f; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 25px 60px rgba(5, 45, 65, .25), inset 0 0 30px rgba(29, 200, 232, .08); }
.loop-center strong { font-size: 20px; }.loop-center span { margin-top: 8px; color: var(--cyan); font-size: 10px; letter-spacing: .12em; }
.loop-node { position: absolute; z-index: 3; width: 158px; min-height: 108px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255, 255, 255, .9); box-shadow: 0 16px 42px rgba(8, 59, 78, .1); backdrop-filter: blur(10px); }
.loop-node b { color: var(--blue); font-size: 9px; letter-spacing: .12em; }.loop-node strong { display: block; margin: 9px 0 4px; font-size: 17px; }.loop-node small { color: var(--ink-soft); font-size: 10px; }
.node-screen { left: 50%; top: 0; transform: translateX(-50%); }.node-assess { right: 0; top: 50%; transform: translateY(-50%); }.node-intervene { left: 50%; bottom: 0; transform: translateX(-50%); }.node-follow { left: 0; top: 50%; transform: translateY(-50%); }

.evidence { background: #fff; }
.evidence-dashboard { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); gap: 22px; }
.dashboard-frame { overflow: hidden; border: 1px solid rgba(29, 117, 148, .16); border-radius: 22px; background: #071a27; box-shadow: var(--shadow); }
.dashboard-bar { height: 52px; padding: 0 17px; display: flex; align-items: center; color: rgba(255, 255, 255, .6); border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 10px; }
.dashboard-bar > span { display: flex; gap: 6px; }.dashboard-bar > span i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .2); }.dashboard-bar > span i:first-child { background: var(--red); }.dashboard-bar > span i:nth-child(2) { background: #e0bb4b; }.dashboard-bar > span i:nth-child(3) { background: #39b984; }
.dashboard-bar em { margin-left: 15px; font-style: normal; }.dashboard-bar b { margin-left: auto; display: flex; align-items: center; gap: 7px; color: #6fe9b4; font-weight: 700; }.dashboard-bar b i { width: 6px; height: 6px; border-radius: 50%; background: #42d695; box-shadow: 0 0 8px #42d695; animation: pulse 2s infinite; }
.dashboard-frame > img { width: 100%; aspect-ratio: 1.92; object-fit: cover; opacity: .94; }
.dashboard-metrics { display: grid; gap: 14px; }
.dashboard-metrics > div { padding: 25px 27px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(135deg, #f8fdfe, #eef8fa); }
.dashboard-metrics small { color: var(--ink-soft); font-size: 10px; }.dashboard-metrics strong { display: block; margin: 10px 0 7px; font-size: clamp(25px, 2.6vw, 37px); letter-spacing: -.04em; }.dashboard-metrics sup { color: var(--blue); font-size: .5em; }.dashboard-metrics span { color: #82949c; font-size: 10px; }
.qualification-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 74px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.qualification-strip > div { padding: 28px 30px; border-left: 1px solid var(--line); }.qualification-strip > div:first-child { border-left: 0; padding-left: 0; }
.qualification-strip strong { display: block; color: var(--ink); font-size: 27px; white-space: nowrap; }.qualification-strip strong small { font-size: .46em; }.qualification-strip sup { color: var(--blue); font-size: .55em; }.qualification-strip > div > span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }.qualification-strip strong span { display: inline; margin: 0; color: inherit; font-size: inherit; line-height: inherit; }

.research { overflow: hidden; background: #061722; color: #f2fbfd; }
.research::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(68, 202, 228, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(68, 202, 228, .06) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.research-glow { position: absolute; width: 660px; height: 660px; right: -280px; top: 150px; border-radius: 50%; background: #0fa6dd; filter: blur(180px); opacity: .12; pointer-events: none; }
.research .container { position: relative; }
.research-heading { align-items: end; }
.research-heading h2 { max-width: 680px; color: #fff; }
.research-intro > p { margin: 0; color: rgba(225, 244, 248, .65); }
.research-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #75dff2; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.research-evolution { display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: center; margin: 76px 0 34px; padding: 27px 30px; border: 1px solid rgba(105, 216, 236, .13); border-radius: 22px; background: rgba(9, 40, 55, .72); backdrop-filter: blur(14px); }
.research-evolution article { min-height: 108px; }
.research-evolution article > span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.research-evolution strong { display: block; margin-top: 11px; font-size: 18px; }
.research-evolution p { margin: 9px 0 0; color: rgba(222, 242, 247, .55); font-size: 11px; line-height: 1.75; }
.research-evolution > i { position: relative; display: block; height: 1px; margin: 0 18px; background: linear-gradient(90deg, rgba(29, 200, 232, .2), var(--cyan)); }
.research-evolution > i::after { content: ""; position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--cyan); border-right: 1px solid var(--cyan); transform: rotate(45deg); }
.featured-research { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.paper-card { min-height: 350px; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(109, 218, 239, .14); border-radius: 22px; background: linear-gradient(145deg, rgba(13, 51, 68, .84), rgba(7, 29, 42, .94)); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.paper-card:hover { transform: translateY(-4px); border-color: rgba(67, 213, 238, .32); box-shadow: 0 22px 50px rgba(0, 0, 0, .18); }
.paper-card-primary { background: linear-gradient(145deg, rgba(16, 91, 117, .88), rgba(7, 31, 45, .96)); box-shadow: inset 0 1px rgba(255, 255, 255, .04); }
.paper-top { display: flex; justify-content: space-between; gap: 18px; color: #68dcef; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.paper-top b { padding: 6px 9px; border: 1px solid rgba(102, 222, 242, .26); border-radius: 999px; color: #bff4fb; font-size: 8px; font-weight: 700; white-space: nowrap; }
.paper-card h3 { margin: 30px 0 18px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.1vw, 31px); line-height: 1.25; font-weight: 500; letter-spacing: -.025em; }
.paper-card > p { margin: 0; color: rgba(226, 244, 248, .59); font-size: 12px; line-height: 1.85; }
.paper-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 28px; color: rgba(224, 243, 247, .42); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.paper-foot a { display: inline-flex; align-items: center; gap: 7px; color: #83e8f7; font-weight: 800; }
.paper-foot a i { font-style: normal; font-size: 13px; transition: transform .25s ease; }.paper-foot a:hover i { transform: translate(2px, -2px); }
.publication-archive { margin-top: 22px; border: 1px solid rgba(106, 215, 236, .13); border-radius: 22px; background: rgba(5, 25, 37, .7); overflow: hidden; }
.publication-archive > summary { min-height: 94px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; }
.publication-archive > summary::-webkit-details-marker { display: none; }
.publication-archive > summary strong { display: block; color: #fff; font-size: 18px; }.publication-archive > summary small { display: block; margin-top: 7px; color: rgba(218, 239, 244, .48); font-size: 10px; }
.publication-archive > summary > i { position: relative; width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid rgba(99, 217, 238, .22); border-radius: 50%; }
.publication-archive > summary > i::before, .publication-archive > summary > i::after { content: ""; position: absolute; left: 10px; top: 16px; width: 12px; height: 1px; background: #7de4f4; transition: transform .25s ease; }
.publication-archive > summary > i::after { transform: rotate(90deg); }.publication-archive[open] > summary > i::after { transform: rotate(0); }
.publication-tools { padding: 0 32px 26px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.publication-tools > p { max-width: 400px; margin: 0; color: rgba(218, 239, 244, .42); font-size: 10px; line-height: 1.65; text-align: right; }
.publication-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.publication-filters button { min-height: 34px; padding: 0 13px; border: 1px solid rgba(120, 220, 238, .16); border-radius: 999px; background: transparent; color: rgba(229, 247, 250, .56); cursor: pointer; font-size: 10px; transition: .2s ease; }
.publication-filters button:hover, .publication-filters button.active { border-color: #31c9e5; background: rgba(29, 200, 232, .12); color: #fff; }
.publication-groups { padding: 12px 32px 30px; }
.publication-group { padding-top: 30px; }.publication-group[hidden] { display: none; }
.publication-group h4 { display: flex; align-items: center; gap: 12px; margin: 0 0 13px; color: #7fe5f5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.publication-group h4::after { content: ""; height: 1px; flex: 1; background: rgba(255, 255, 255, .08); }
.publication-list { margin: 0; padding: 0; list-style: none; }
.publication-item { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.publication-item:last-child { border-bottom: 0; }
.publication-year { padding-top: 2px; color: rgba(125, 228, 245, .58); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.publication-copy strong { display: block; color: rgba(244, 251, 252, .9); font-family: Georgia, "Times New Roman", "Songti SC", serif; font-size: 14px; line-height: 1.55; font-weight: 500; }
.publication-copy small { display: block; margin-top: 6px; color: rgba(218, 239, 244, .4); font-size: 9px; line-height: 1.6; }
.publication-link { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(115, 221, 239, .15); border-radius: 50%; color: #71dfef; font-size: 13px; transition: .2s ease; }.publication-link:hover { border-color: #62dced; background: rgba(29, 200, 232, .1); transform: translate(2px, -2px); }

.ecosystem { background: #eef7f9; }
.ecosystem-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 92px; align-items: center; }
.ecosystem-copy h2 { margin: 20px 0 25px; font-size: clamp(35px, 3.8vw, 52px); line-height: 1.16; letter-spacing: -.04em; }.ecosystem-copy > p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }
.research-stats { display: flex; gap: 34px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }.research-stats strong { display: block; font-size: 27px; }.research-stats span { color: var(--ink-soft); font-size: 10px; }
.logo-cloud { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.logo-cloud figure { margin: 0; min-height: 310px; padding: 25px; overflow: hidden; border: 1px solid rgba(17, 105, 135, .12); border-radius: 22px; background: rgba(255, 255, 255, .76); box-shadow: 0 16px 40px rgba(11, 66, 85, .07); display: flex; flex-direction: column; }
.logo-cloud figcaption { margin-bottom: 18px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .08em; }.logo-cloud img { width: 100%; flex: 1; object-fit: contain; filter: saturate(.7); opacity: .84; }

.company { background: #fff; }
.company-intro { display: grid; grid-template-columns: 1.08fr .72fr; gap: 110px; align-items: end; }
.company-intro > p { margin: 0; }
.vision-banner { position: relative; margin-top: 90px; padding: 55px 70px; overflow: hidden; border-radius: 28px; background: linear-gradient(120deg, #061a27, #0b3446); color: #fff; }
.vision-banner::before { content: ""; position: absolute; right: -80px; top: -160px; width: 420px; height: 420px; border: 1px solid rgba(67, 219, 241, .18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(67, 219, 241, .04), 0 0 0 120px rgba(67, 219, 241, .025); }
.vision-banner blockquote { position: relative; max-width: 820px; margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.45; letter-spacing: -.035em; }.vision-banner span { display: block; position: relative; margin-top: 20px; color: var(--cyan); font-size: 11px; letter-spacing: .12em; }
.team-heading { margin-top: 90px; display: flex; align-items: end; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.team-heading h3 { margin: 0; font-size: 27px; }.team-heading p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.team-grid article { min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fbfefe; transition: transform .3s ease, box-shadow .3s ease; }.team-grid article:hover { transform: translateY(-5px); box-shadow: 0 25px 55px rgba(11, 65, 84, .09); }
.team-monogram { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #0a3041, #071b27); color: var(--cyan); font-size: 20px; font-weight: 700; }.team-grid h4 { margin: 25px 0 8px; font-size: 24px; }.team-grid h4 a { color: inherit; transition: color .2s ease; }.team-grid h4 a:hover { color: var(--blue); }.team-grid strong { color: var(--blue); font-size: 11px; }.team-grid p { margin: 20px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.85; }
.team-grid p a { color: var(--blue); text-decoration: underline; text-decoration-color: rgba(17, 133, 169, .28); text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }.team-grid p a:hover { color: var(--cyan-dark); text-decoration-color: currentColor; }

.contact { overflow: hidden; background: #061722; color: #fff; }
.contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(53, 198, 225, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(53, 198, 225, .055) 1px, transparent 1px); background-size: 70px 70px; }
.contact-orb { position: absolute; width: 520px; height: 520px; right: -140px; top: -210px; border-radius: 50%; background: var(--blue); filter: blur(140px); opacity: .16; }
.contact-layout { position: relative; display: grid; grid-template-columns: 1fr .65fr; gap: 110px; align-items: end; }
.contact-copy h2 { max-width: 720px; }.contact-copy p { max-width: 690px; margin: 25px 0 34px; color: rgba(227, 244, 248, .6); font-size: 16px; line-height: 1.9; }.button-light { box-shadow: 0 14px 36px rgba(22, 168, 211, .23); }
.contact-details { border-top: 1px solid rgba(255, 255, 255, .13); }.contact-details > div { padding: 23px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }.contact-details small { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .14em; }.contact-details p { margin: 9px 0 0; color: rgba(239, 249, 251, .7); font-size: 13px; line-height: 1.7; }.contact-details a { color: #fff; font-size: 20px; font-weight: 700; }
.contact-prompt { display: inline-flex; align-items: center; gap: 12px; color: rgba(239, 249, 251, .78); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.contact-prompt > span { width: 34px; height: 1px; background: var(--cyan); }.contact-method a { display: inline-flex; align-items: center; gap: 10px; overflow-wrap: anywhere; transition: color .2s ease; }.contact-method a:hover, .contact-method a:focus-visible { color: var(--cyan); }.contact-method a span { font-size: 14px; transition: transform .2s ease; }.contact-method a:hover span { transform: translate(2px, -2px); }
.contact-toast { position: fixed; z-index: 1000; left: 50%; bottom: 28px; max-width: calc(100% - 32px); padding: 13px 18px; border: 1px solid rgba(53, 198, 225, .35); border-radius: 12px; background: rgba(3, 16, 25, .96); box-shadow: 0 14px 40px rgba(0, 0, 0, .3); color: #fff; font-size: 13px; line-height: 1.5; text-align: center; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .25s ease, transform .25s ease; }.contact-toast.show { opacity: 1; transform: translate(-50%, 0); }

.site-footer { background: #031019; color: rgba(232, 246, 249, .52); }
.footer-main { min-height: 150px; display: flex; align-items: center; gap: 34px; }.footer-main p { font-size: 12px; }.footer-links { margin-left: auto; display: flex; gap: 24px; font-size: 11px; }.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 10px; }.footer-copyright { max-width: 920px; line-height: 1.8; }.footer-bottom > a { flex: 0 0 auto; }.footer-bottom a:hover { color: #fff; }

.reveal { opacity: 1; transform: none; transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1); }
html.reveal-ready .reveal { opacity: 0; transform: translateY(32px); }
html.reveal-ready .reveal.visible { opacity: 1; transform: none; }
html.reveal-ready .loop-wheel.reveal { transform: translateY(32px) scale(var(--loop-scale)); }
html.reveal-ready .loop-wheel.reveal.visible { transform: scale(var(--loop-scale)); }

@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(29, 200, 232, 0); } 100% { box-shadow: 0 0 0 0 rgba(29, 200, 232, 0); } }
@keyframes scroll-cue { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }
@keyframes hero-breathe { to { transform: scale(1.055); } }
@keyframes orbit-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes core-pulse { 50% { inset: -27px; opacity: .45; } }
@keyframes scan { 0%, 100% { left: 8%; opacity: 0; } 15%, 85% { opacity: 1; } 50% { left: 92%; } }
@keyframes ai-cursor-spin { to { rotate: 360deg; } }
@keyframes ai-cursor-spin-reverse { to { rotate: -360deg; } }
@keyframes ai-cursor-bit { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.6); } 18% { opacity: 1; } 100% { opacity: 0; transform: translate(calc(-50% + var(--bit-x)), calc(-50% + var(--bit-y))) scale(1.25); } }

@media (max-width: 1180px) {
  :root { --container: min(100% - 40px, 900px); }
  .desktop-nav { display: none; }.menu-toggle { display: block; }.nav-cta { display: none; }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; width: auto; height: calc(100vh - 78px - env(safe-area-inset-top)); height: calc(100svh - 78px - env(safe-area-inset-top)); padding: 35px 24px max(24px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 0; overflow-y: auto; overscroll-behavior: contain; background: rgba(4, 18, 27, .98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav a { padding: 19px 2px; border-bottom: 1px solid rgba(255, 255, 255, .1); color: #fff; font-size: 19px; }
  .hero-copy { width: min(700px, 65vw); }.hero h1 { font-size: clamp(43px, 5vw, 58px); }.hero-trust { width: 70vw; }
  .section-heading.split { gap: 45px; }
  .model-orbit { transform: scale(.88); margin: -30px 0; }
  .scenario-feature, .scenario-feature.reverse { gap: 45px; }
  .signal-lab { grid-template-columns: 1fr; }.signal-visual { border-right: 0; border-bottom: 1px solid rgba(104, 216, 236, .13); }.signal-types { grid-template-columns: repeat(3, 1fr); }
  .architecture { gap: 15px; }.architecture article { grid-template-columns: 40px 1fr; gap: 11px; }.architecture article > span { width: 40px; height: 40px; }.architecture-line { top: 19px; }
  .loop-layout { gap: 40px; }.loop-wheel { --loop-scale: .9; }
  .evidence-dashboard { grid-template-columns: 1fr; }.dashboard-metrics { grid-template-columns: repeat(3, 1fr); }
  .research-evolution { grid-template-columns: 1fr 48px 1fr 48px 1fr; }.publication-tools { align-items: start; flex-direction: column; }.publication-tools > p { max-width: 620px; text-align: left; }
  .ecosystem-grid { gap: 45px; }.company-intro { gap: 55px; }.contact-layout { gap: 50px; }
}

@media (max-width: 960px) {
  :root { --container: calc(100% - 32px); --radius: 18px; }
  .section { padding: 88px 0; }.site-header { height: calc(68px + env(safe-area-inset-top)); }.mobile-nav { height: calc(100vh - 68px - env(safe-area-inset-top)); height: calc(100svh - 68px - env(safe-area-inset-top)); }.brand img, .footer-brand img { width: 105px; }
  .hero { min-height: 0; height: auto; max-height: none; }.hero-visual { object-position: 50% center; opacity: .58; }.hero-overlay { background: linear-gradient(180deg, rgba(3, 15, 24, .3), rgba(3, 15, 24, .82) 38%, rgba(3, 15, 24, .98) 72%), linear-gradient(90deg, rgba(3, 15, 24, .94), rgba(3, 15, 24, .3)); }.hero-grid { background-size: 46px 46px; opacity: .08; }
  .hero-inner { min-height: 100vh; min-height: 100svh; height: auto; padding-top: calc(100px + env(safe-area-inset-top)); padding-bottom: 38px; display: flex; flex-direction: column; justify-content: flex-start; row-gap: 0; }.hero-copy { width: 100%; margin-top: 22px; padding: 27px 23px 29px; border: 1px solid rgba(110, 226, 246, .15); border-radius: 23px; background: linear-gradient(145deg, rgba(4, 20, 31, .86), rgba(5, 29, 41, .64)); box-shadow: 0 24px 70px rgba(0, 0, 0, .22); backdrop-filter: blur(7px); }.hero-copy::before { display: none; }.hero-eyebrow { font-size: 11px; }.hero h1 { margin: 18px 0; font-size: clamp(36px, 7vw, 50px); line-height: 1.08; letter-spacing: -.042em; }html[data-language="zh"] .hero-title-line { white-space: normal; }.hero-lead { font-size: 13px; line-height: 1.75; }.hero-actions { flex-direction: column; align-items: stretch; max-width: none; margin-top: 24px; }.hero-actions .button { width: 100%; }.hero-trust { position: relative; inset: auto; width: 100%; margin-top: 32px; padding: 22px 18px; grid-template-columns: repeat(2, 1fr); gap: 22px 0; border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; background: rgba(4, 20, 31, .56); backdrop-filter: blur(7px); }.hero-trust div:nth-child(3) { padding-left: 0; border-left: 0; }.hero-trust strong { font-size: 22px; }.scroll-cue { display: none; }
  .section-heading h2, .loop-copy h2, .company-intro h2, .contact-copy h2 { font-size: clamp(32px, 6vw, 40px); }.section-heading.split, .company-intro, .contact-layout { grid-template-columns: 1fr; gap: 25px; }.section-heading.split { margin-bottom: 48px; }.section-heading p, .company-intro > p { font-size: 14px; }.section-heading.centered { margin-bottom: 52px; }
  .model-orbit { height: auto; display: grid; grid-template-columns: 1fr; gap: 14px; transform: none; margin: 0; }.model-orbit::before, .model-orbit::after, .model-core .core-halo { display: none; }.model-core, .orbit-card { position: relative; inset: auto; transform: none; width: 100%; }.model-core { height: 300px; border-radius: 24px; }.orbit-card { min-height: 0; }.model-principles { grid-template-columns: 1fr 1fr; }.model-principles > div, .model-principles > div:first-child, .model-principles > div:last-child { padding: 24px 18px; border: 0; border-top: 1px solid var(--line); }.model-principles > div:nth-child(even) { border-left: 1px solid var(--line); }
  .scenario-feature, .scenario-feature.reverse { grid-template-columns: 1fr; gap: 38px; padding: 58px 0; }.scenario-feature.reverse .scenario-copy, .scenario-feature.reverse .product-stage { order: initial; }.scenario-copy h3 { font-size: clamp(30px, 5.5vw, 38px); }.product-stage { min-height: clamp(320px, 55vw, 460px); }.product-stage-old { padding: 25px; }.product-stage-old img { width: 100%; }.product-stage-child { min-height: clamp(380px, 68vw, 520px); }.product-stage-child img { width: min(76%, 390px); }.data-ring { width: 106px; height: 106px; right: 20px; top: 22px; }.product-stage-work { min-height: clamp(340px, 62vw, 480px); }.signal-card { left: 20px; top: 28px; width: min(62%, calc(100% - 40px)); }
  .scale-product-copy h2 { font-size: clamp(32px, 6vw, 42px); }
  .product-portfolio-grid { grid-template-columns: 1fr; }
  .signal-visual { min-height: 300px; }.signal-types { grid-template-columns: repeat(2, 1fr); }.signal-types > div { min-height: 125px; padding: 20px; }.architecture { grid-template-columns: 1fr; gap: 25px; }.architecture-line { left: 19px; top: 0; bottom: 0; right: auto; width: 1px; height: auto; }
  .loop-layout { grid-template-columns: 1fr; gap: 50px; }.loop-wheel { min-height: 0; --loop-scale: 1; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.loop-wheel::before, .loop-wheel::after { display: none; }.loop-center, .loop-node { position: relative; inset: auto; width: 100%; height: auto; min-height: 120px; transform: none; }.loop-center { grid-column: 1 / -1; min-height: 170px; border-radius: 24px; }.loop-node { padding: 22px; }.node-screen, .node-assess, .node-intervene, .node-follow { inset: auto; transform: none; }html.reveal-ready .loop-wheel.reveal { transform: translateY(32px); }html.reveal-ready .loop-wheel.reveal.visible { transform: none; }
  .dashboard-bar em { min-width: 0; flex: 1; max-width: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.dashboard-metrics { grid-template-columns: 1fr; }.qualification-strip { grid-template-columns: 1fr 1fr; }.qualification-strip > div, .qualification-strip > div:first-child { padding: 23px 18px; border: 0; border-top: 1px solid var(--line); }.qualification-strip > div:nth-child(even) { border-left: 1px solid var(--line); }
  .research-heading { align-items: start; }.research-meta { display: grid; gap: 8px; }.research-evolution { grid-template-columns: 1fr; gap: 0; margin-top: 52px; padding: 12px 24px; }.research-evolution article { min-height: 0; padding: 23px 0; }.research-evolution > i { width: 1px; height: 32px; margin: -10px 0 -10px 5px; background: linear-gradient(rgba(29, 200, 232, .2), var(--cyan)); }.research-evolution > i::after { right: -3px; top: auto; bottom: -1px; transform: rotate(135deg); }.featured-research { grid-template-columns: 1fr; }.paper-card { min-height: 330px; padding: 28px 25px; }.paper-card h3 { font-size: 25px; }.publication-archive > summary { padding: 0 21px; }.publication-archive > summary small { max-width: 230px; line-height: 1.5; }.publication-tools { padding: 0 21px 22px; }.publication-groups { padding: 5px 21px 24px; }.publication-item { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 12px; }.publication-copy strong { font-size: 13px; }
  .ecosystem-grid { grid-template-columns: 1fr; }.logo-cloud { grid-template-columns: 1fr; }.logo-cloud figure { min-height: 250px; }.research-stats { gap: 24px; }
  .vision-banner { padding: 38px 27px; }.vision-banner blockquote { font-size: 29px; }.team-heading { display: block; }.team-heading p { margin-top: 8px; }.team-grid { grid-template-columns: 1fr; }.team-grid article { min-height: 0; }.contact-layout { align-items: start; }
  .publication-archive > summary > div { min-width: 0; }.publication-archive > summary small { max-width: none; overflow-wrap: anywhere; }.publication-copy, .paper-card { overflow-wrap: anywhere; }
  .language-toggle, .menu-toggle { min-width: 44px; min-height: 44px; }.contact-method a { min-height: 44px; font-size: 18px; }
  .footer-main { padding: 34px 0; display: grid; grid-template-columns: 1fr; gap: 14px; }.footer-main p { margin: 0; }.footer-links { margin: 12px 0 0; flex-wrap: wrap; }.footer-bottom { padding: 20px 0; display: block; line-height: 1.8; }.footer-bottom a { display: block; }
}

@media (max-width: 480px) {
  :root { --container: calc(100% - 24px); }
  .section { padding: 72px 0; }
  .nav-actions { gap: 7px; }
  .brand img, .footer-brand img { width: 98px; }
  .mobile-nav { padding-inline: 18px; }
  .hero-inner { padding-top: calc(84px + env(safe-area-inset-top)); padding-bottom: 24px; }
  .hero-copy { margin-top: 14px; padding: 22px 18px 24px; border-radius: 19px; }
  .hero h1 { font-size: clamp(32px, 10vw, 38px); }
  .hero-lead { font-size: 12.5px; }
  .hero-trust { margin-top: 22px; padding: 18px 12px; gap: 18px 0; }
  .hero-trust div { padding-left: 13px; }
  .section-heading h2, .loop-copy h2, .company-intro h2, .contact-copy h2 { font-size: clamp(29px, 9vw, 34px); }
  .section-heading.centered { margin-bottom: 42px; }
  .eyebrow { max-width: 100%; font-size: 10px; letter-spacing: .1em; overflow-wrap: anywhere; }
  .model-core { height: 250px; }
  .model-principles, .qualification-strip { grid-template-columns: 1fr; }
  .model-principles > div:nth-child(even), .qualification-strip > div:nth-child(even) { border-left: 0; }
  .scenario-feature, .scenario-feature.reverse { gap: 30px; padding: 46px 0; }
  .scenario-copy h3 { font-size: clamp(28px, 8.5vw, 33px); }
  .product-stage { min-height: clamp(300px, 98vw, 380px); border-radius: 22px; }
  .product-stage-old { padding: 18px; }
  .floating-note { padding: 9px 11px; }
  .product-stage-child { min-height: clamp(350px, 110vw, 430px); }
  .product-stage-child img { width: 84%; }
  .data-ring { width: 88px; height: 88px; right: 13px; top: 14px; }
  .data-ring strong { font-size: 24px; }
  .product-stage-work { min-height: clamp(330px, 105vw, 410px); }
  .product-stage-work img { width: 76%; }
  .signal-card { left: 14px; right: 14px; top: 18px; width: auto; padding: 16px; }
  .scale-product-card { width: var(--container); margin-inline: auto; padding: 32px 20px 36px; border-radius: 21px; }
  .scale-product-copy h2 { font-size: clamp(29px, 9vw, 34px); }
  .scale-float { display: none; }
  .scale-product-visual { padding: 31px 7px 7px; border-radius: 17px; }
  .scale-screen-bar { height: 31px; left: 11px; right: 11px; }
  .portfolio-media, .portfolio-media img { min-height: 205px; height: 205px; }
  .portfolio-copy { padding: 23px 19px 25px; }
  .loop-wheel { grid-template-columns: 1fr; gap: 11px; }
  .loop-center { grid-column: auto; min-height: 140px; }
  .loop-node { min-height: 0; padding: 18px; }
  .qualification-strip strong { white-space: normal; font-size: 25px; }
  .research-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(76px, 1fr)); gap: 16px; }
  .paper-card { min-height: 0; padding: 26px 21px; }
  .paper-top, .paper-foot { align-items: flex-start; flex-wrap: wrap; }
  .publication-archive > summary { min-height: 84px; padding-inline: 17px; gap: 14px; }
  .publication-tools { padding-inline: 17px; }
  .publication-groups { padding-inline: 17px; }
  .publication-item { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; }
  .logo-cloud figure { min-height: 210px; padding: 18px; }
  .vision-banner { margin-top: 64px; padding: 32px 22px; }
  .vision-banner blockquote { font-size: 26px; }
  .team-heading { margin-top: 64px; }
  .team-grid article { padding: 27px 22px; }
  .contact-copy p { font-size: 14px; }
  .contact-details a { font-size: 17px; overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  .signal-types { grid-template-columns: 1fr; }
  .publication-item { grid-template-columns: minmax(0, 1fr) auto; }
  .publication-year { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, html.reveal-ready .reveal { opacity: 1; transform: none; }
  .loop-wheel.reveal, .loop-wheel.reveal.visible, html.reveal-ready .loop-wheel.reveal, html.reveal-ready .loop-wheel.reveal.visible { transform: scale(var(--loop-scale)); }
  .ai-cursor, .ai-cursor-trail, .ai-cursor-bit { display: none !important; }
}
