:root {
  --blue: #0756c9;
  --blue-deep: #062d72;
  --navy: #071d3d;
  --cyan: #25bad1;
  --cyan-bright: #68e8f8;
  --green: #55b892;
  --ink: #13243b;
  --muted: #637289;
  --line: #d9e4f0;
  --soft: #f3f7fb;
  --white: #fff;
  --header: 74px;
  --glass: rgba(248,252,255,.76);
  --glass-dark: rgba(5,29,62,.62);
  --motion-fast: 220ms;
  --motion-slow: 1100ms;
  --ease-out: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.65; letter-spacing: 0; overflow-x: hidden; }
body.lang-en { font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.58; letter-spacing: .002em; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
a, button { touch-action: manipulation; -webkit-tap-highlight-color: rgba(7,86,201,.12); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(37,186,209,.46); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 12px; padding: 10px 14px; color: var(--white); background: var(--blue-deep); box-shadow: 0 8px 24px rgba(3,25,58,.28); transform: translateY(-160%); transition: transform var(--motion-fast) ease; }
.skip-link:focus-visible { transform: translateY(0); }
:where(section[id], h1[id], h2[id], h3[id]) { scroll-margin-top: calc(var(--header) + 18px); }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 108px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--navy); }
.section-head { max-width: 780px; margin-bottom: 44px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.section-dark .eyebrow { color: #8ce8f4; }
h1, h2, h3, p { overflow-wrap: anywhere; }
.section-title { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.2; }
.lang-en .section-title { max-width: 920px; font-size: clamp(32px,3.55vw,47px); line-height: 1.12; letter-spacing: 0; text-wrap: balance; }
.lang-en .section-lead, .lang-en .copy > p { max-width: 68ch; }
.section-lead { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.section-dark .section-lead { color: #adbed0; }
.section-dark .quote { color: var(--white) !important; }
.rule { width: 42px; height: 3px; margin: 22px 0; background: var(--cyan); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.has-gsap .reveal { opacity: 1; transform: none; transition: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); background: linear-gradient(180deg,rgba(3,20,45,.55),rgba(3,20,45,.18)); box-shadow: 0 12px 35px rgba(0,18,52,.12); backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); transition: color .25s, background .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.inner-header { color: var(--ink); background: rgba(248,252,255,.76); border-color: rgba(168,194,220,.48); box-shadow: 0 12px 34px rgba(18,47,81,.1); backdrop-filter: blur(20px) saturate(155%); -webkit-backdrop-filter: blur(20px) saturate(155%); }
.nav-wrap { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; line-height: 1; }
.brand-logo { position: relative; display: block; width: 72px; height: 56px; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { position: absolute; width: 163px; height: auto; left: -41px; top: -38px; max-width: none; }
.site-header.scrolled .brand-logo img, .site-header.inner-header .brand-logo img { filter: brightness(0) saturate(100%) invert(16%) sepia(42%) saturate(1350%) hue-rotate(176deg) brightness(82%); }
.inner-header .brand > * { display: none; }
.inner-header .brand::before { content: ""; display: block; width: 72px; height: 56px; background: url('/assets/images/hanhua-official-logo.png?v=20260727') -41px -38px / 163px auto no-repeat; filter: brightness(0) saturate(100%) invert(16%) sepia(42%) saturate(1350%) hue-rotate(176deg) brightness(82%); }
.nav-links { display: flex; height: 100%; align-items: center; gap: 8px; font-size: 14px; }
.lang-en .nav-wrap { gap: 16px; }
.lang-en .nav-links { gap: 4px; font-size: 13px; }
.lang-en .nav-links a { padding-inline: 9px; }
.lang-en .brand { font-size: 14px; }
.nav-links a { position: relative; display: flex; height: 38px; align-items: center; padding: 0 11px; border: 1px solid transparent; border-radius: 999px; transition: color .2s, background .2s, border-color .2s, box-shadow .2s, transform .2s; }
.nav-links a::after { display: none; }
.nav-links a:hover { color: var(--blue); border-color: rgba(37,186,209,.3); background: rgba(255,255,255,.62); box-shadow: 0 8px 22px rgba(7,86,201,.12); transform: translateY(-2px); }
.nav-links a.active { color: var(--blue); border-color: rgba(7,86,201,.18); background: rgba(7,86,201,.09); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); font-weight: 800; }
.language-switch { min-width: 74px; height: 34px !important; justify-content: center; gap: 5px; padding: 0 11px; border: 1px solid currentColor; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.language-switch::after { display: none; }
.language-switch i { opacity: .42; font-style: normal; }
.language-switch strong { color: var(--blue); }
.nav-cta { min-height: 40px; border: 1px solid currentColor !important; padding: 0 17px !important; background: rgba(255,255,255,.08); cursor: pointer; font-weight: 800; }
.nav-cta:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 22px; }

.hero { position: relative; min-height: 760px; height: 92vh; max-height: 980px; overflow: hidden; color: var(--white); background: var(--blue-deep); }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .78; }
.managed-image { display: block; width: 100%; height: 100%; object-fit: cover; visibility: hidden; }
.managed-image.has-image { visibility: visible; }
.managed-image[data-image-slot="about"] { object-position: 50% 50%; }
.managed-image[data-image-slot="foundation"] { object-position: 38% 50%; }
.managed-image[data-image-slot="gan"] { object-position: 50% 52%; }
.managed-image[data-image-slot="future"] { object-position: 50% 50%; }
.managed-image[data-image-slot="insights"] { object-position: 42% 50%; }
.hero-image[data-image-slot="platform"] { object-position: 50% 54%; }
.hero-image { position: absolute; inset: 0; opacity: .35; mix-blend-mode: screen; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; }
.hero-grid::after { content: ""; position: absolute; inset: 0; background: rgba(3,31,77,.25); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100%; flex-direction: column; justify-content: center; padding: 110px 0 130px; }
.hero-kicker { margin: 0 0 22px; color: #8ce8f4; font-size: 15px; font-weight: 800; }
.hero h1 { max-width: 920px; margin: 0; font-size: clamp(49px, 7vw, 84px); line-height: 1.08; }
.lang-en .page-hero h1 { max-width: 980px; font-size: clamp(46px,5.4vw,72px); line-height: 1.06; letter-spacing: 0; text-wrap: balance; }
.lang-en .page-hero-content > p { max-width: 760px; line-height: 1.55; }
.hero h1 span { display: block; margin-top: 12px; font-size: clamp(27px, 3.4vw, 42px); font-weight: 500; }
.hero-copy { max-width: 760px; margin: 27px 0 34px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; padding: 0 23px; background: transparent; cursor: pointer; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--blue-deep); background: var(--white); }
.btn-blue { color: var(--white); background: var(--blue); }
.btn-outline { color: inherit; border-color: currentColor; }
.hero-cta { margin-top: 30px; }
.tech-banner-spaced { margin-bottom: 32px; }
.image-placeholder-dark-border { border-color: rgba(255,255,255,.18); }
.dark-ink-grid { color: var(--ink); }
.timeline-spaced { margin-top: 32px; }
.inquiry-submit { margin-top: 18px; }
.hero-metrics { position: absolute; z-index: 3; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.2); background: rgba(3,31,77,.56); backdrop-filter: blur(10px); }
.metric-inner { display: grid; min-height: 84px; grid-template-columns: 185px 1fr; align-items: center; }
.metric-label { color: #8ce8f4; font-size: 12px; font-weight: 800; }
.metric-text { font-size: 16px; transition: opacity .2s, transform .2s; }
.metric-text.changing { opacity: 0; transform: translateY(5px); }

.page-hero { position: relative; min-height: 520px; padding: 160px 0 90px; overflow: hidden; color: var(--white); background: var(--blue-deep); }
.page-hero .hero-canvas, .page-hero .hero-grid { position: absolute; inset: 0; }
.page-hero-content { position: relative; z-index: 2; max-width: 880px; }
body[data-page="technology"] .page-hero-content { max-width: 1100px; }
.page-index { color: #8ce8f4; font-size: 13px; font-weight: 800; }
.page-hero h1 { margin: 16px 0 20px; font-size: clamp(48px, 7vw, 78px); line-height: 1.08; }
.page-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.8); font-size: 19px; }
.page-trail { position: absolute; z-index: 2; right: 4vw; bottom: 30px; color: rgba(255,255,255,.45); font-size: 11px; writing-mode: vertical-rl; }
.page-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(3,22,50,.82),rgba(3,30,70,.2) 66%,rgba(3,20,48,.58)); }
.page-hero::after { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; left: max(24px,calc((100% - 1180px) / 2)); width: 1px; pointer-events: none; background: linear-gradient(transparent,rgba(104,232,248,.48),transparent); box-shadow: 0 0 18px rgba(104,232,248,.2); }
.page-hero .hero-grid { opacity: .5; background-size: 72px 72px; }

.canvasui-title-stage { --decrypt-reveal: 115%; position: relative; isolation: isolate; width: fit-content; max-width: 100%; }
.canvasui-title-stage h1 { position: relative; z-index: 1; }
.canvasui-title-stage.is-decrypting h1 { -webkit-mask-image: linear-gradient(90deg,#000 0,#000 var(--decrypt-reveal),transparent calc(var(--decrypt-reveal) + 13%)); mask-image: linear-gradient(90deg,#000 0,#000 var(--decrypt-reveal),transparent calc(var(--decrypt-reveal) + 13%)); }
.canvasui-title-canvas { position: absolute; z-index: 2; inset: -14px -24px; width: calc(100% + 48px); height: calc(100% + 28px); pointer-events: none; mix-blend-mode: screen; filter: drop-shadow(0 0 7px rgba(83,226,255,.42)); }
.canvasui-title-stage::after { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; left: -8px; width: 1px; opacity: 0; pointer-events: none; background: linear-gradient(transparent,#77edff 18%,#77edff 82%,transparent); box-shadow: 0 0 18px rgba(91,231,255,.8); }
.canvasui-title-stage.is-decrypting::after { animation: canvasuiTitleScan 1.9s var(--ease-out) both; }
.canvasui-title-stage.is-reactive h1 { text-shadow: 0 0 28px rgba(90,226,255,.16); }
@keyframes canvasuiTitleScan { 0% { left: -8px; opacity: 0; } 8% { opacity: 1; } 82% { opacity: .9; } 100% { left: calc(100% + 8px); opacity: 0; } }

.canvasui-image-host { position: relative; isolation: isolate; }
.canvasui-image-reveal { position: absolute; z-index: 8; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.canvasui-image-active::after { content: ""; position: absolute; z-index: 9; inset: 0; pointer-events: none; border: 1px solid rgba(104,232,248,.28); box-shadow: inset 0 0 32px rgba(37,186,209,.08); }
.motion-paused, .motion-paused * { animation-play-state: paused !important; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.copy p { color: var(--muted); font-size: 17px; }
.quote { margin-top: 28px; padding-left: 18px; border-left: 3px solid var(--cyan); color: var(--ink) !important; font-weight: 800; }
.curve-visual { position: relative; height: 390px; overflow: hidden; border: 1px solid var(--line); background-color: var(--soft); background-image: linear-gradient(#dfe9f4 1px, transparent 1px), linear-gradient(90deg,#dfe9f4 1px,transparent 1px); background-size: 38px 38px; }
.curve { position: absolute; width: 78%; height: 54%; left: 9%; top: 28%; border-top: 5px solid #94a5b8; border-radius: 50%; transform: rotate(-12deg); }
.curve.new { left: 18%; top: 20%; height: 78%; border-color: var(--blue); transform: rotate(-30deg); }
.curve-tag { position: absolute; padding: 6px 9px; border: 1px solid var(--line); background: var(--white); font-size: 12px; }
.curve-tag.old { left: 8%; bottom: 28%; }
.curve-tag.future { right: 7%; top: 18%; color: var(--blue); font-weight: 800; }

.stack-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.15); }
.stack-card { min-height: 590px; padding: 42px; border-right: 1px solid rgba(255,255,255,.15); transition: background .3s; }
.stack-card:last-child { border: 0; }
.stack-card:hover { background: #0d2a50; }
.stack-number { color: #77ddea; font-size: 12px; font-weight: 800; }
.stack-card h3 { margin: 16px 0 4px; font-size: 29px; }
.stack-sub { min-height: 52px; margin: 0 0 22px; color: #9db0c5; }
.tech-visual { position: relative; height: 164px; margin: 24px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.layers { position: absolute; inset: 0; display: grid; place-items: center; perspective: 600px; }
.layer { position: absolute; width: 144px; height: 82px; border: 1px solid #71dce9; background: rgba(37,186,209,.08); transform: rotateX(58deg) rotateZ(-28deg) translateZ(var(--z)); box-shadow: 0 0 18px rgba(37,186,209,.14); animation: layerFloat 7s ease-in-out infinite alternate; }
.layer:nth-child(1) { --z: -45px; }
.layer:nth-child(2) { --z: -14px; }
.layer:nth-child(3) { --z: 17px; }
.layer:nth-child(4) { --z: 48px; }
@keyframes layerFloat { to { transform: rotateX(58deg) rotateZ(-28deg) translateZ(calc(var(--z) + 10px)); } }
.wafer { position: absolute; top: 50%; left: 50%; width: 128px; height: 128px; border: 1px solid #70dce9; border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 0 17px rgba(37,186,209,.07), 0 0 24px rgba(37,186,209,.16); }
.wafer::before, .wafer::after { content: ""; position: absolute; background: rgba(112,220,233,.6); }
.wafer::before { top: 0; bottom: 0; left: 50%; width: 1px; }
.wafer::after { right: 0; left: 0; top: 50%; height: 1px; }
.clean-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.clean-list li { position: relative; padding-left: 18px; color: #c1cede; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: .75em; width: 6px; height: 6px; background: var(--cyan); }
.stack-card .btn { margin-top: 28px; }

.application-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.application-card { min-height: 210px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: color .25s, background .25s, transform .25s; }
.application-card:hover { z-index: 1; color: var(--white); background: var(--blue); transform: translateY(-4px); }
.application-index { color: var(--cyan); font-size: 12px; font-weight: 800; }
.application-card h3 { margin: 42px 0 8px; font-size: 18px; }
.application-card p { margin: 0; color: var(--muted); font-size: 14px; }
.application-card:hover p { color: rgba(255,255,255,.78); }

.law-grid, .eco-grid, .foundation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.lang-en .law-grid, .lang-en .eco-grid { grid-template-columns: 1fr 1.12fr; gap: 56px; }
.lang-en .foundation-grid { grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: start; }
.evolution { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.evolution-item { position: relative; padding: 32px 20px; border-right: 1px solid var(--line); text-align: center; }
.evolution-item:last-child { border: 0; }
.evolution-item::after { content: "→"; position: absolute; top: 50%; right: -10px; z-index: 2; color: var(--blue); background: var(--white); }
.evolution-item:last-child::after { display: none; }
.evolution-icon { display: grid; width: 68px; height: 68px; margin: 0 auto 18px; place-items: center; color: var(--blue); border: 1px solid var(--blue); font-weight: 800; }
.concept-flow { position: relative; display: grid; min-height: 330px; grid-template-columns: repeat(3,1fr); align-items: center; overflow: hidden; border: 1px solid #173e70; color: var(--white); background: radial-gradient(circle at 78% 44%,rgba(17,102,198,.42),transparent 30%),linear-gradient(135deg,#071d3e,#020914); box-shadow: 0 22px 52px rgba(4,25,57,.16); }
.concept-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(79,201,231,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(79,201,231,.16) 1px,transparent 1px); background-size: 34px 34px; }
.concept-stage { position: relative; z-index: 2; display: grid; min-width: 0; justify-items: center; align-content: center; padding: 28px 12px; text-align: center; }
.concept-stage strong { margin-top: 23px; font-size: 16px; }
.concept-stage > span { color: #91a8c2; font-size: 12px; }
.signal-track { position: absolute; z-index: 1; top: calc(50% - 24px); right: 16%; left: 16%; height: 1px; background: linear-gradient(90deg,transparent,#42d1eb 14%,#6d92ff 82%,transparent); box-shadow: 0 0 12px rgba(66,209,235,.4); }
.signal-track i { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #a7f7ff; box-shadow: 0 0 14px #49dff4; animation: signalTravel 6.4s linear infinite; }
.signal-track i:nth-child(2) { animation-delay: -1.2s; }
.signal-track i:nth-child(3) { animation-delay: -2.4s; }
.transistor-visual, .compute-visual, .stack-visual { position: relative; width: 94px; height: 94px; }
.transistor-visual { border: 1px solid rgba(80,216,240,.45); background: rgba(5,36,76,.68); box-shadow: inset 0 0 22px rgba(37,186,209,.13); }
.transistor-visual .gate { position: absolute; top: 19px; bottom: 19px; left: 39px; width: 16px; border: 1px solid #76e7f7; background: rgba(37,186,209,.18); animation: gatePulse 4s ease-in-out infinite; }
.transistor-visual i { position: absolute; top: 45px; width: 27px; height: 2px; background: #5edbef; box-shadow: 0 0 8px #5edbef; }
.transistor-visual i:nth-of-type(1) { left: 11px; }
.transistor-visual i:nth-of-type(2) { right: 11px; }
.transistor-visual b { position: absolute; top: 11px; bottom: 11px; left: 50%; width: 1px; background: linear-gradient(transparent,#708cff,transparent); }
.compute-visual { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; padding: 12px; border: 1px solid rgba(111,144,255,.48); background: rgba(8,30,70,.72); transform: rotate(45deg); box-shadow: 0 0 24px rgba(70,113,236,.15); }
.compute-visual i { border: 1px solid rgba(105,225,243,.5); background: rgba(32,111,196,.32); animation: computeWave 3.2s ease-in-out infinite; }
.compute-visual i:nth-child(2),.compute-visual i:nth-child(4) { animation-delay: -.3s; }
.compute-visual i:nth-child(3),.compute-visual i:nth-child(5),.compute-visual i:nth-child(7) { animation-delay: -.6s; }
.compute-visual i:nth-child(6),.compute-visual i:nth-child(8) { animation-delay: -.9s; }
.compute-visual i:nth-child(9) { animation-delay: -1.2s; }
.stack-visual i { position: absolute; left: 14px; width: 68px; height: 44px; border: 1px solid rgba(103,226,244,.64); background: linear-gradient(135deg,rgba(28,120,216,.78),rgba(7,43,91,.86)); box-shadow: 0 0 18px rgba(37,186,209,.18); transform: skewY(-8deg); animation: stackFloat 5.5s ease-in-out infinite; }
.stack-visual i:nth-child(1) { top: 10px; }
.stack-visual i:nth-child(2) { top: 27px; animation-delay: -.35s; }
.stack-visual i:nth-child(3) { top: 44px; animation-delay: -.7s; }
.stack-visual b { position: absolute; top: 8px; left: 46px; width: 3px; height: 76px; background: #8af0ff; box-shadow: 0 0 12px #45cfe8; animation: viaPulse 3.2s ease-in-out infinite; }
@keyframes signalTravel { from { left: 0; opacity: 0; } 10%,90% { opacity: 1; } to { left: 100%; opacity: 0; } }
@keyframes gatePulse { 50% { border-color: #fff; box-shadow: 0 0 18px rgba(86,229,248,.75); } }
@keyframes computeWave { 50% { border-color: #b6f7ff; background: rgba(65,190,225,.68); box-shadow: 0 0 10px rgba(83,220,240,.65); } }
@keyframes stackFloat { 50% { transform: translateY(-4px) skewY(-8deg); } }
@keyframes viaPulse { 50% { opacity: .38; box-shadow: 0 0 20px #45cfe8; } }
.eco-map { position: relative; height: 440px; border: 1px solid var(--line); background: var(--soft); }
.eco-core { position: absolute; z-index: 5; top: 50%; left: 50%; display: grid; width: 104px; height: 104px; place-items: center; align-content: center; color: var(--white); border: 1px solid rgba(122,232,255,.58); border-radius: 50%; background: radial-gradient(circle at 35% 30%,#238fea 0,#0756c9 44%,#05255b 100%); box-shadow: 0 0 18px rgba(80,222,244,.38),0 0 42px rgba(7,86,201,.26),inset 0 0 18px rgba(255,255,255,.16); transform: translate(-50%,-50%); text-align: center; font-size: 13px; font-weight: 800; line-height: 1.3; }
.eco-core small { display: block; margin-bottom: 3px; color: #a5f3ff; font-size: 7px; letter-spacing: .18em; text-shadow: 0 0 8px rgba(133,240,255,.45); }
.eco-node { position: absolute; padding: 8px 12px; border: 1px solid var(--line); background: var(--white); font-size: 13px; animation: nodePulse 5.5s ease-in-out infinite alternate; }
.eco-node:nth-of-type(1) { top: 12%; left: 10%; }
.eco-node:nth-of-type(2) { top: 11%; right: 11%; animation-delay: .4s; }
.eco-node:nth-of-type(3) { top: 46%; right: 5%; animation-delay: .8s; }
.eco-node:nth-of-type(4) { bottom: 10%; right: 12%; animation-delay: 1.2s; }
.eco-node:nth-of-type(5) { bottom: 11%; left: 10%; animation-delay: 1.6s; }
.eco-node:nth-of-type(6) { top: 46%; left: 5%; animation-delay: 2s; }
@keyframes nodePulse { to { transform: translateY(-6px); border-color: var(--cyan); } }
.galaxy-map { overflow: hidden; border-color: #183d6c; background: radial-gradient(circle at 50% 50%,#0b3266 0,#061b3a 38%,#020812 76%); box-shadow: inset 0 0 80px rgba(0,0,0,.72),0 22px 54px rgba(4,25,57,.2); }
.galaxy-map::before, .galaxy-map::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.galaxy-map::before { inset: 12% 8%; border: 1px solid rgba(90,211,240,.14); box-shadow: 0 0 42px rgba(37,186,209,.08); transform: rotate(-9deg); }
.galaxy-map::after { inset: 25% 21%; border: 1px solid rgba(111,151,255,.2); transform: rotate(14deg); }
.galaxy-stars { position: absolute; inset: 0; opacity: .72; background-image: radial-gradient(circle,#fff 0 1px,transparent 1.6px),radial-gradient(circle,#5cdff6 0 1px,transparent 1.7px),radial-gradient(circle,#6b8fff 0 1.3px,transparent 1.9px); background-position: 0 0,31px 57px,77px 18px; background-size: 92px 92px,127px 127px,173px 173px; animation: starsDrift 46s linear infinite; }
.galaxy-orbit { position: absolute; z-index: 3; top: 50%; left: 50%; border: 1px solid rgba(91,213,241,.3); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-outer { width: 64%; height: 54%; animation: galaxySpin 72s linear infinite; }
.orbit-inner { width: 45%; height: 36%; border-color: rgba(121,143,255,.4); animation: galaxySpinReverse 54s linear infinite; }
.galaxy-node { position: absolute; width: 0; height: 0; }
.galaxy-node.node-top { top: 0; left: 50%; }
.galaxy-node.node-bottom { bottom: 0; left: 50%; }
.galaxy-node.node-upper-right { top: 22%; left: 88%; }
.galaxy-node.node-lower-right { top: 78%; left: 88%; }
.galaxy-node.node-lower-left { top: 78%; left: 12%; }
.galaxy-node.node-upper-left { top: 22%; left: 12%; }
.galaxy-node span { display: block; min-width: 92px; padding: 8px 11px; color: #e9f9ff; border: 1px solid rgba(103,219,242,.48); border-radius: 4px; background: rgba(5,28,59,.82); box-shadow: 0 0 18px rgba(37,186,209,.2); transform: translate(-50%,-50%); backdrop-filter: blur(8px); text-align: center; white-space: nowrap; font-size: 12px; animation: galaxyCounter 72s linear infinite; }
@keyframes galaxySpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes galaxySpinReverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes galaxyCounter { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes galaxyCounterReverse { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes starsDrift { to { background-position: 92px 46px,158px 184px,250px 191px; } }
.pillar-list { margin: 30px 0; border-top: 1px solid var(--line); }
.pillar { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.pillar strong { color: var(--blue); }
.pillar h3, .pillar p { margin: 0; }
.pillar p { color: var(--muted); }
.image-placeholder { position: relative; min-height: 410px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.image-placeholder .managed-image { position: absolute; inset: 0; }
.image-placeholder.has-managed-image .layers,
.image-placeholder.has-managed-image .wafer { display: none; }
.tech-banner { min-height: 0 !important; aspect-ratio: 2.5 / 1; }
.placeholder-label { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; color: var(--muted); border: 1px solid var(--line); background: rgba(255,255,255,.9); font-size: 11px; font-weight: 800; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 35px; border: 1px solid var(--line); }
.stat { padding: 24px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--blue); font-size: 28px; }
.stat span { color: var(--muted); font-size: 13px; }

.process { display: grid; grid-template-columns: 270px 1fr; border: 1px solid var(--line); }
.process-nav { background: var(--navy); }
.process-button { display: grid; width: 100%; min-height: 72px; grid-template-columns: 36px 1fr; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding: 0 22px; color: #aebed0; background: transparent; cursor: pointer; text-align: left; }
.lang-en .process-button { min-height: 78px; line-height: 1.25; }
.process-button.active { color: var(--white); background: #0d3f86; box-shadow: inset 3px 0 var(--cyan); }
.process-button span { color: var(--cyan); font-size: 11px; }
.process-panel { display: none; min-height: 360px; padding: 44px; }
.process-panel.active { display: block; animation: panelIn .35s ease; }
@keyframes panelIn { from { opacity: 0; transform: translateX(10px); } }
.process-panel h3 { margin-top: 0; font-size: 28px; }
.process-panel p { max-width: 740px; color: var(--muted); }
.process-cosmos { overflow: hidden; border-color: #183d6c; background: #030b18; box-shadow: 0 24px 60px rgba(4,25,57,.16); }
.process-cosmos .process-nav { position: relative; z-index: 3; background: linear-gradient(180deg,#061b3b,#041328); }
.process-stage { position: relative; min-height: 390px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 48%,rgba(8,79,157,.55),transparent 30%),linear-gradient(135deg,#071c3b,#020812 72%); }
.process-stage::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(91,209,239,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(91,209,239,.14) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,transparent 16%,#000 65%); }
.process-cosmos .process-panel { position: relative; z-index: 2; min-height: 390px; padding-right: 42%; }
.process-cosmos .process-panel h3 { color: var(--white); }
.process-cosmos .process-panel p { color: #aebfd3; }
.process-cosmos .process-panel .eyebrow { color: #70e2f2; }
.process-backdrop { position: absolute; z-index: 1; inset: 0 0 0 48%; pointer-events: none; }
.process-wafer { position: absolute; top: 50%; left: 54%; width: 210px; height: 210px; border: 1px solid rgba(102,224,244,.54); border-radius: 50%; background: repeating-radial-gradient(circle,rgba(64,172,226,.13) 0 12px,rgba(2,11,28,.05) 13px 25px); box-shadow: 0 0 44px rgba(37,186,209,.2),inset 0 0 35px rgba(37,186,209,.16); transform: translate(-50%,-50%) rotateX(64deg); animation: waferFloat 8s ease-in-out infinite; }
.process-chip { position: absolute; display: grid; min-width: 68px; min-height: 34px; place-items: center; color: #bff7ff; border: 1px solid rgba(82,218,241,.48); border-radius: 3px; background: rgba(5,34,70,.75); box-shadow: 0 0 16px rgba(37,186,209,.18); font-size: 10px; letter-spacing: .12em; animation: chipFloat 7s ease-in-out infinite; }
.process-chip.chip-a { top: 18%; left: 18%; }
.process-chip.chip-b { top: 22%; right: 9%; animation-delay: -.9s; }
.process-chip.chip-c { bottom: 18%; right: 15%; animation-delay: -1.8s; }
.process-chip.chip-d { bottom: 14%; left: 24%; animation-delay: -2.7s; }
.process-backdrop i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #80efff; box-shadow: 0 0 14px #42cde6; animation: signalPulse 4.8s ease-in-out infinite; }
.process-backdrop i:nth-of-type(1) { top: 32%; left: 43%; }
.process-backdrop i:nth-of-type(2) { top: 61%; left: 72%; animation-delay: -.8s; }
.process-backdrop i:nth-of-type(3) { top: 69%; left: 31%; animation-delay: -1.6s; }
@keyframes waferFloat { 50% { transform: translate(-50%,-54%) rotateX(64deg) rotateZ(12deg); } }
@keyframes chipFloat { 50% { transform: translateY(-8px); border-color: #76edff; } }
@keyframes signalPulse { 50% { opacity: .25; transform: scale(2.4); } }
.data-row { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.data-cell { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.data-cell strong { display: block; color: var(--blue); font-size: 20px; }
.data-cell span { color: var(--muted); font-size: 12px; }

.filter-bar { display: flex; gap: 8px; margin-bottom: 30px; flex-wrap: wrap; }
.filter-button { min-height: 40px; border: 1px solid var(--line); padding: 0 16px; background: var(--white); cursor: pointer; }
.filter-button.active { color: var(--white); border-color: var(--blue); background: var(--blue); }
.sector-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; background: var(--white); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-card { min-height: 280px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: opacity .25s; }
.lang-en .sector-card { min-height: 300px; }
.sector-card[hidden] { display: none; }
.sector-card h3 { margin: 30px 0 12px; font-size: 21px; }
.sector-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; }

.timeline { position: relative; border-left: 1px solid var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 0 0 48px 34px; }
.timeline-item::before { content: ""; position: absolute; top: 8px; left: -5px; width: 9px; height: 9px; background: var(--cyan); }
.timeline-year { color: var(--blue); font-weight: 800; }
.timeline-item h3, .timeline-item p { margin-top: 0; }
.timeline-item p { color: var(--muted); }

.contact-band { padding: 60px 0; color: var(--white); background: var(--blue); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-inner h2, .contact-inner p { margin: 0; }
.contact-inner p { color: rgba(255,255,255,.76); }
.inquiry-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.contact-details { padding-top: 20px; }
.contact-details p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px; outline: none; background: var(--white); }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,86,201,.1); }
.form-status { min-height: 24px; margin: 13px 0 0; color: var(--blue); }

.site-footer { padding: 50px 0 28px; color: #b8c7d7; background: #06152c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; padding-bottom: 34px; }
.footer-grid h3 { margin-top: 0; color: var(--white); }
.footer-brand { color: var(--white); font-size: 20px; font-weight: 800; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; } .canvasui-title-canvas, .canvasui-image-reveal { display: none !important; } .canvasui-title-stage h1, .managed-image { -webkit-mask-image: none !important; mask-image: none !important; clip-path: none !important; } }
@media (max-width: 980px) {
  .nav-links { gap: 17px; }
  .split, .law-grid, .eco-grid, .foundation-grid, .inquiry-layout { grid-template-columns: 1fr; }
  .application-grid { grid-template-columns: repeat(2,1fr); }
  .sector-grid { grid-template-columns: repeat(2,1fr); }
  .stack-card { padding: 32px; }
  .lang-en .law-grid, .lang-en .eco-grid, .lang-en .foundation-grid { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 900px) {
  :root { --header: 66px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: var(--header) 0 auto; display: none; height: auto; align-items: stretch; gap: 0; padding: 10px 20px 24px; color: var(--ink); border-bottom: 1px solid var(--line); background: rgba(248,252,255,.96); box-shadow: 0 18px 34px rgba(18,47,81,.14); backdrop-filter: blur(20px) saturate(155%); -webkit-backdrop-filter: blur(20px) saturate(155%); }
  .nav-links.open { display: flex; flex-direction: column; }
  .nav-links a { height: auto; min-height: 49px; border-bottom: 1px solid var(--line); }
  .nav-links a::after { display: none; }
  .nav-links .language-switch { width: fit-content; min-height: 38px; margin-top: 14px; padding: 0 13px; border-bottom: 1px solid currentColor; }
  .nav-cta { margin-top: 14px; }
}
@media (max-width: 760px) {
  :root { --header: 66px; }
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: var(--header) 0 auto; display: none; height: auto; align-items: stretch; gap: 0; padding: 10px 20px 24px; color: var(--ink); border-bottom: 1px solid var(--line); background: var(--white); }
  .nav-links.open { display: flex; flex-direction: column; }
  .nav-links a { height: auto; min-height: 49px; border-bottom: 1px solid var(--line); }
  .nav-links a::after { display: none; }
  .nav-links .language-switch { width: fit-content; min-height: 38px; margin-top: 14px; padding: 0 13px; border-bottom: 1px solid currentColor; }
  .nav-cta { margin-top: 14px; }
  .hero { min-height: 680px; height: 90vh; }
  .hero-content { padding: 100px 0 135px; }
  .hero-metrics { min-height: 110px; }
  .metric-inner { grid-template-columns: 1fr; gap: 5px; align-content: center; }
  .page-hero { min-height: 460px; padding: 135px 0 70px; }
  .stack-grid { grid-template-columns: 1fr; }
  .stack-card { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .application-grid, .sector-grid { grid-template-columns: 1fr; }
  .application-card { min-height: 180px; }
  .process { grid-template-columns: 1fr; }
  .process-nav { display: grid; grid-template-columns: repeat(2,1fr); }
  .process-button { min-height: 62px; padding: 0 13px; }
  .process-panel { min-height: 430px; padding: 28px 22px; }
  .process-cosmos .process-panel { min-height: 470px; padding-right: 22px; padding-bottom: 250px; }
  .process-stage { min-height: 470px; }
  .process-backdrop { inset: auto 0 0; height: 250px; }
  .process-wafer { width: 170px; height: 170px; }
  .galaxy-map { height: 390px; }
  .galaxy-node span { min-width: 78px; padding: 6px 8px; font-size: 11px; }
  .galaxy-map .orbit-outer { width: 58%; height: 48%; }
  .tech-banner { min-height: 0 !important; aspect-ratio: 2.5 / 1; }
  .concept-flow { min-height: 290px; }
  .concept-stage { padding: 20px 4px; }
  .concept-stage strong { margin-top: 17px; font-size: 13px; }
  .concept-stage > span { font-size: 10px; }
  .transistor-visual, .compute-visual, .stack-visual { width: 72px; height: 72px; }
  .transistor-visual .gate { top: 14px; bottom: 14px; left: 29px; width: 13px; }
  .transistor-visual i { top: 34px; width: 20px; }
  .transistor-visual i:nth-of-type(1) { left: 8px; }
  .transistor-visual i:nth-of-type(2) { right: 8px; }
  .compute-visual { padding: 9px; gap: 4px; }
  .stack-visual i { left: 10px; width: 54px; height: 34px; }
  .stack-visual i:nth-child(1) { top: 8px; }
  .stack-visual i:nth-child(2) { top: 21px; }
  .stack-visual i:nth-child(3) { top: 34px; }
  .stack-visual b { left: 35px; height: 60px; }
  .data-row, .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline-item { grid-template-columns: 1fr; gap: 5px; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .lang-en .page-hero h1 { font-size: clamp(38px,11.5vw,49px); line-height: 1.06; }
  .lang-en .section-title { font-size: clamp(30px,9.5vw,40px); line-height: 1.1; }
  .lang-en .page-hero-content > p { font-size: 16px; line-height: 1.55; }
  .lang-en .process-button { min-height: 68px; font-size: 12px; }
  .canvasui-title-canvas { inset: -10px -12px; width: calc(100% + 24px); height: calc(100% + 20px); }
}
