@charset "UTF-8";

:root {
  --night: #07121e;
  --night-2: #0a1725;
  --night-3: #0f1d2d;
  --paper: #f5f7f8;
  --muted: #9ba8b7;
  --orange: #ff6a24;
  --orange-soft: #ff9d68;
  --orange-hover: #d94b12;
  --line: rgba(255, 255, 255, 0.18);
  --line-strong: rgba(255, 255, 255, 0.18);
  --control-border: rgba(255, 255, 255, 0.32);
  --max: 1500px;
  --header-max: 1500px;
  --gutter: 40px;
  --header-height: 84px;
  --type-section-title: clamp(42px, 4.4vw, 62px);
  --type-product-title: 42px;
  --type-subheading: 32px;
  --type-card-title: 24px;
  --type-lead: 18px;
  --type-body-lg: 17px;
  --type-summary: 16px;
  --type-body: 15px;
  --type-body-sm: 14px;
  --type-control: 13px;
  --type-label: 12px;
  --type-caption: 11px;
  --type-micro: 10px;
  --type-index: 13px;
  --type-section-number: 32px;
  --type-fact: 28px;
}

* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; background: var(--night); scrollbar-color: #526274 #040c15; scrollbar-width: thin; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; color: var(--paper); background: var(--night); font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif; font-kerning: normal; font-synthesis: none; line-height: 1.65; overflow-x: hidden; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #040c15; }
::-webkit-scrollbar-thumb { min-height: 64px; border: 2px solid #040c15; border-radius: 999px; background: #526274; }
::-webkit-scrollbar-thumb:hover { background: var(--orange); }
h1,h2,h3,p { line-break: strict; word-break: normal; overflow-wrap: break-word; hanging-punctuation: allow-end; }
h1,h2,h3 { text-wrap: balance; }
p { text-wrap: pretty; orphans: 2; widows: 2; }
html[lang="en"] .hero-title-line { white-space: normal; }
html[lang="en"] .hero h1 { font-size: clamp(48px,4.7vw,74px); line-height: 1.08; }
html[lang="en"] .section h2,html[lang="en"] .cta h2 { letter-spacing: -.035em; }
a { color: inherit; text-decoration: none; }
em { color: var(--orange); font-style: normal; }
.shell { width: min(var(--max), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 14px; color: var(--night); background: var(--orange); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height) !important; border-bottom: 1px solid var(--line); background: rgba(5, 14, 24, 0.78); backdrop-filter: blur(20px); }
.site-header .nav-shell { width: min(var(--header-max), calc(100% - var(--gutter) * 2)) !important; height: 100% !important; display: flex; align-items: center; gap: 42px; }
.wordmark { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand-logo { width: 40px; height: 40px; display: block; object-fit: contain; }
.site-header .brand-logo { width: 40px !important; height: 40px !important; display: block; object-fit: contain; }
.brand-logo-full { width: 185px; height: 40px; object-fit: contain; object-position: left center; }
.brand-logo-full + .brand-type { display: none; }
.site-header .brand-logo-full { width: 185px !important; height: 40px !important; }
.brand-type { display: flex; align-items: center; }
.brand-type strong { font-size: 17px; line-height: 1.1; letter-spacing: 0.12em; }
.brand-type small { margin-top: 4px; color: var(--muted); font-size: 7px; line-height: 1; letter-spacing: 0.16em; }
.site-header .brand-type strong { font-size: 19px !important; line-height: 1.1; letter-spacing: 0.12em; }
.site-header .brand-type small { margin-top: 4px; color: var(--muted); font-size: 8px !important; line-height: 1; letter-spacing: 0.16em; }
html[lang="en"] .brand-type strong { white-space: nowrap; font-size: 14px; letter-spacing: .08em; }
html[lang="en"] .site-header .brand-type strong { font-size: 15px !important; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-header .desktop-nav > a, .site-header .header-cta, .site-header .mobile-nav > summary { font-size: var(--type-control) !important; font-weight: 700; letter-spacing: 0.08em; }
.desktop-nav a { color: #dce4eb; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--orange); }
.desktop-nav a[aria-current="page"], .mobile-nav a[aria-current="page"] { color: var(--orange); }
.nav-dropdown { position: relative; }
.site-header .nav-dropdown > summary { list-style: none; cursor: pointer; color: #dce4eb; font-size: var(--type-control) !important; font-weight: 700; letter-spacing: 0.08em; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary::after { content: "\002B"; display: inline-block; margin-left: 8px; color: var(--orange); }
.nav-dropdown[open] > summary::after { content: "\2212"; }
.nav-dropdown > summary:hover, .nav-dropdown > summary:focus-visible, .nav-dropdown.is-current > summary { color: var(--orange); }
.nav-dropdown-menu { position: absolute; z-index: 20; top: calc(100% + 22px); right: 0; min-width: 216px; padding: 8px; border: 1px solid var(--control-border); background: rgba(7, 18, 30, 0.98); box-shadow: 0 24px 60px rgba(0,0,0,.34); }
.nav-dropdown-menu::before { content: ""; position: absolute; inset: -23px 0 auto; height: 23px; }
.nav-dropdown-menu a { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 8px; padding: 13px 14px; border-bottom: 1px solid var(--line); }
.nav-dropdown-menu a:last-child { border-bottom: 0; }
.nav-dropdown-menu small { color: var(--orange); font-size: 10px; letter-spacing: .12em; }
.nav-dropdown-menu b { color: inherit; font-size: 13px; letter-spacing: .08em; }
.site-header .header-cta { min-height: 48px !important; display: inline-flex; align-items: center; gap: 22px; padding: 0 20px; border: 1px solid var(--control-border); }
.header-cta:hover, .header-cta:focus-visible { color: var(--night); border-color: var(--orange); background: var(--orange); }
.language-switcher { position: relative; flex: 0 0 auto; }
.language-switcher > summary { min-height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 4px; list-style: none; color: #dce4eb; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.language-switcher > summary::-webkit-details-marker { display: none; }
.language-switcher > summary::after { content: "\25BE"; margin-left: 2px; color: var(--orange); font-size: 10px; transition: transform .18s ease; }
.language-switcher[open] > summary::after { transform: rotate(180deg); }
.language-globe { position: relative; width: 17px; height: 17px; display: inline-block; border: 1px solid currentColor; border-radius: 50%; opacity: .9; }
.language-globe::before { content: ""; position: absolute; left: 50%; top: 1px; bottom: 1px; width: 5px; border-inline: 1px solid currentColor; border-radius: 50%; transform: translateX(-50%); }
.language-globe::after { content: ""; position: absolute; left: 2px; right: 2px; top: 50%; height: 1px; background: currentColor; transform: translateY(-50%); }
.language-menu { position: absolute; z-index: 30; top: calc(100% + 18px); right: 0; min-width: 150px; padding: 7px; border: 1px solid var(--control-border); background: rgba(7,18,30,.98); box-shadow: 0 22px 56px rgba(0,0,0,.34); }
.language-menu::before { content: ""; position: absolute; inset: -19px 0 auto; height: 19px; }
.language-menu a { display: flex; align-items: center; min-height: 42px; padding: 0 12px; border-bottom: 1px solid var(--line); color: #cbd5df; font-size: 13px; }
.language-menu a:last-child { border-bottom: 0; }
.language-menu a[aria-current="page"],.language-menu a:hover,.language-menu a:focus-visible { color: var(--orange); }
.mobile-nav { display: none; margin-left: auto; }
.mobile-nav summary { list-style: none; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; padding: 18px var(--gutter) 28px; border-bottom: 1px solid var(--line); background: rgba(7, 18, 30, 0.98); }
.mobile-nav nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.mobile-nav-group-label { padding: 20px 0 7px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.mobile-nav nav a.mobile-sub-link { padding-left: 16px; color: #cbd5df; font-size: 13px; }
.mobile-nav nav a.mobile-sub-link[aria-current="page"] { color: var(--orange); }

.hero { position: relative; padding-top: var(--header-height); overflow: hidden; isolation: isolate; background: radial-gradient(circle at 76% 40%, rgba(255, 106, 36, 0.15), transparent 25%), linear-gradient(135deg, #07121e, #0b1a2a); }
.hero-home { min-height: 800px; background: var(--night); }
.hero-home::before { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -3; background: url("../images/hero-infrastructure-v2.webp") center center / cover no-repeat; }
.hero-home::after { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -2; background: linear-gradient(90deg, rgba(3,12,21,.98) 0%, rgba(3,12,21,.88) 32%, rgba(3,12,21,.38) 58%, rgba(3,12,21,.16) 100%), linear-gradient(180deg, rgba(7,18,30,.18), rgba(7,18,30,.34)); }
.hero-home .tech-grid { z-index: -1; opacity: .08; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero-home .hero-layout { min-height: 644px; grid-template-columns: minmax(0, 800px) minmax(0, 1fr); align-items: center; }
.hero-home .hero-copy { position: relative; z-index: 1; width: min(800px, 100%); max-width: 800px; }
.hero-home .hero-lead { color: #d9e2ea; text-shadow: 0 2px 16px rgba(0,0,0,.55); }
.hero-home .button:not(.button-primary) { background: rgba(5,14,24,.56); backdrop-filter: blur(8px); }
.hero-home .hero-foot { position: relative; z-index: 2; background: rgba(5,14,24,.52); backdrop-filter: blur(12px); }
.tech-grid { position: absolute; inset: var(--header-height) 0 0; z-index: -1; opacity: 0.2; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000); }
.hero-layout, .topic-hero-layout { min-height: 640px; display: grid; grid-template-columns: minmax(0, 800px) minmax(0, 1fr); align-items: center; gap: 40px; }
.hero-copy { padding: 80px 0 70px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.hero h1 { width: min(800px, 100%); margin: 0; font-size: clamp(60px, 5.6vw, 84px); font-weight: 720; line-height: 1.08; letter-spacing: -.05em; }
.hero-title-line { display: block; white-space: nowrap; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #cbd5df; font-size: var(--type-lead); line-height: 1.8; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 0 24px; border: 1px solid var(--control-border); font-size: var(--type-control); font-weight: 800; letter-spacing: .06em; transition: .18s ease; }
.button:hover, .button:focus-visible { border-color: var(--orange); transform: translateY(-2px); }
.button-primary { color: #0b1420; border-color: var(--orange); background: var(--orange); }
.button-primary:hover,.button-primary:focus-visible { color: #fff; border-color: var(--orange-hover); background: var(--orange-hover); }
.product-hero-actions { gap: 10px; }
.product-hero-actions .button { gap: 4px; padding-inline: 24px; }
.hero-foot { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); }
.hero-foot span { color: var(--muted); font-size: var(--type-label); font-weight: 700; letter-spacing: .1em; font-variant-numeric: tabular-nums; }

.system-visual { position: relative; width: min(500px, 42vw); aspect-ratio: 1; justify-self: end; }
.orbit { position: absolute; inset: 50%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit::after { content: ""; position: absolute; left: 50%; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 24px var(--orange); }
.orbit-a { width: 100%; height: 100%; animation: spin 24s linear infinite; }
.orbit-b { width: 72%; height: 72%; border-style: dashed; animation: spin-reverse 18s linear infinite; }
.orbit-c { width: 44%; height: 44%; animation: spin 14s linear infinite; }
.visual-core { position: absolute; left: 50%; top: 50%; width: 132px; height: 132px; display: grid; place-content: center; border: 1px solid var(--orange); background: rgba(7,18,30,.78); transform: translate(-50%,-50%) rotate(45deg); box-shadow: 0 0 80px rgba(255,106,36,.16); }
.visual-core span, .visual-core strong { transform: rotate(-45deg); text-align: center; }
.visual-core span { color: var(--orange); font-size: 10px; letter-spacing: .2em; }
.visual-core strong { margin-top: -4px; font-size: 18px; letter-spacing: .08em; }
.visual-node { position: absolute; min-width: 72px; padding: 8px 10px; border: 1px solid var(--line-strong); color: #dbe5ef; background: rgba(8,21,34,.86); font-size: 9px; letter-spacing: .08em; text-align: center; }
.node-os { left: -2%; top: 36%; }.node-engine { right: 0; top: 12%; }.node-hive { right: -2%; bottom: 22%; }.node-iron { left: 12%; bottom: 7%; }

.section { padding: 112px 0; }
.section-border { border-top: 1px solid var(--line); }
.section-tint { background: var(--night-2); }
.split-heading { display: grid; grid-template-columns: 1fr; gap: 34px; }
.section-index { position: relative; width: 100%; margin: 0; display: grid; grid-template-columns: 54px max-content minmax(80px,1fr); align-items: center; gap: 18px; padding: 0 0 18px; font-variant-numeric: tabular-nums; }
.section-index::after { content: ""; width: 100%; height: 1px; background: linear-gradient(90deg, rgba(255,106,36,.8), rgba(255,255,255,.12) 34%, transparent); }
.section-index b { color: var(--orange); font-size: var(--type-section-number); font-weight: 700; line-height: 1; letter-spacing: -.03em; }
.section-index span { color: #d7e0e8; font-size: 12px; font-weight: 800; line-height: 1.25; letter-spacing: .14em; }
.split-heading > div { width: 100%; margin-left: 0; }
.split-heading h2 > span,.split-heading h2 > em { display: block; }
.section-index-block { margin-bottom: 34px; }
.section h2, .cta h2 { margin: 0; font-size: var(--type-section-title); font-weight: 700; line-height: 1.14; letter-spacing: -.045em; }
.large-copy { max-width: 820px; margin: 32px 0 0; color: #b8c3cf; font-size: var(--type-body-lg); line-height: 1.9; }
.section-title-row { display: grid; grid-template-columns: 1fr 380px; align-items: start; gap: 80px; margin-bottom: 52px; }
.section-title-row > * { min-width: 0; }
.section-title-row > p { align-self: start; margin: 37.8px 0 0; color: var(--muted); font-size: var(--type-summary); line-height: 1.8; }

.product-architecture { border: 1px solid var(--line-strong); background: linear-gradient(135deg, rgba(13,30,47,.92), rgba(5,15,25,.98)); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.architecture-industries { min-height: 92px; display: grid; grid-template-columns: 180px repeat(4,1fr); align-items: center; border-bottom: 1px solid var(--line-strong); background: rgba(10,27,44,.9); }
.architecture-industries span,.architecture-industries b { height: 100%; display: flex; align-items: center; padding: 0 22px; border-right: 1px solid var(--line); }.architecture-industries > *:last-child { border-right: 0; }
.architecture-industries span { color: var(--orange); font-size: var(--type-label); font-weight: 800; letter-spacing: .1em; }.architecture-industries b { justify-content: center; color: #dbe3ea; font-size: 15px; letter-spacing: .04em; }
.architecture-stage { display: grid; grid-template-columns: 1fr 150px 1fr; }
.architecture-product { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 30px; background: rgba(7,18,30,.7); }
.architecture-product.engine { border-top: 2px solid #59c8ef; }.architecture-product.hive { border-top: 2px solid var(--orange); }
.architecture-zone { display: flex; justify-content: space-between; align-items: center; gap: 18px; color: var(--muted); font-size: var(--type-label); font-weight: 800; line-height: 1.2; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
.architecture-zone b { color: #dce5ed; font-size: 12px; letter-spacing: .06em; }
.architecture-role { margin: 54px 0 0; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.architecture-product h3 { margin: 5px 0 0; font-size: var(--type-product-title); line-height: 1.05; letter-spacing: -.035em; }
.architecture-product > strong { margin-top: 7px; color: #cdd7e0; font-size: 14px; }
.architecture-product > p:not(.architecture-role) { max-width: 480px; margin: 22px 0 0; color: var(--muted); font-size: 15px; }
.architecture-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 28px; }
.architecture-tags span { padding: 7px 10px; border: 1px solid var(--line); color: #b9c5d0; font-size: 10px; letter-spacing: .05em; }
.architecture-modules { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: auto; padding-top: 28px; }
.architecture-modules span { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid var(--line); background: rgba(10,27,44,.74); }
.architecture-modules b { color: var(--orange); font-size: 11px; letter-spacing: .1em; }.architecture-modules strong { color: #e1e7ec; font-size: 15px; line-height: 1.2; }
.architecture-flow { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 20px 12px; border-inline: 1px solid var(--line); color: var(--muted); background: rgba(5,14,24,.52); text-align: center; }
.architecture-flow::before { content: ""; position: absolute; left: 50%; top: 22px; bottom: 22px; width: 1px; background: linear-gradient(180deg, transparent, rgba(89,200,239,.72) 28%, rgba(255,106,36,.72) 72%, transparent); }
.architecture-flow span,.architecture-flow i { position: relative; z-index: 1; background: #091827; }
.architecture-flow span { max-width: 122px; padding: 6px; font-size: 10px; line-height: 1.55; }
.architecture-flow i { width: 38px; height: 38px; display: grid; place-items: center; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; font-size: 20px; font-style: normal; }
.architecture-layer { min-height: 132px; display: grid; grid-template-columns: 180px 270px 1fr; align-items: center; gap: 30px; padding: 25px 30px; border-top: 1px solid var(--line-strong); background: rgba(5,14,24,.72); }
.architecture-layer.os { border-left: 3px solid var(--orange); }.architecture-layer.iron { border-left: 3px solid #66788a; }
.architecture-layer header { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font-size: var(--type-label); font-weight: 800; line-height: 1.2; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
.architecture-layer header b { color: var(--orange); font-size: 11px; }
.architecture-layer div h3 { margin: 0; font-size: var(--type-subheading); line-height: 1; }.architecture-layer div strong { color: #cdd7e0; font-size: var(--type-label); }
.architecture-layer > p { margin: 0; color: var(--muted); font-size: 13px; }
.architecture-scope { min-height: 72px; display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; border-top: 1px solid var(--line); background: rgba(5,14,24,.9); }
.architecture-scope span { min-height: 72px; display: flex; align-items: center; justify-content: center; padding: 0 24px; color: #c8d2dc; border-right: 1px solid var(--line); font-size: 13px; font-weight: 700; line-height: 1.3; letter-spacing: .08em; text-align: center; }.architecture-scope span:last-child { border-right: 0; }
.home-product-architecture { border: 1px solid var(--line-strong); background: linear-gradient(135deg, rgba(13,30,47,.9), rgba(5,15,25,.98)); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.home-platform-grid { display: grid; grid-template-columns: minmax(0,1fr) 160px minmax(0,1fr); }
.home-platform-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; background: rgba(7,18,30,.7); transition: background .2s ease; }
.home-platform-card.engine { border-top: 2px solid #59c8ef; }.home-platform-card.hive { border-top: 2px solid var(--orange); }
.home-platform-card:hover,.home-platform-card:focus-visible { background: rgba(13,31,49,.96); }
.home-platform-meta { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: var(--type-label); font-weight: 800; line-height: 1.25; letter-spacing: .1em; }
.home-platform-meta span { font-variant-numeric: tabular-nums; }.home-platform-meta b { color: #cfd9e2; font-size: 11px; text-align: right; }
.home-platform-card h3 { margin: 62px 0 0; font-size: var(--type-product-title); line-height: 1; letter-spacing: -.035em; }
.home-platform-card > strong { margin-top: 8px; color: var(--orange); font-size: 16px; }
.home-platform-card > p { max-width: 480px; margin: 20px 0 0; color: var(--muted); font-size: var(--type-body); line-height: 1.8; }
.home-platform-card > i { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: auto; padding-top: 28px; color: #d7e0e8; border-top: 1px solid var(--line); font-size: var(--type-label); font-style: normal; letter-spacing: .06em; }.home-platform-card > i b { color: var(--orange); font-size: 15px; }
.home-platform-flow { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 24px 12px; color: var(--muted); border-inline: 1px solid var(--line); background: rgba(5,14,24,.58); text-align: center; }
.home-platform-flow::before { content: ""; position: absolute; left: 50%; top: 28px; bottom: 28px; width: 1px; background: linear-gradient(180deg, transparent, #59c8ef 28%, var(--orange) 72%, transparent); opacity: .7; }
.home-platform-flow span,.home-platform-flow b { position: relative; z-index: 1; background: #091827; }.home-platform-flow span { max-width: 126px; padding: 6px; font-size: 11px; line-height: 1.55; }.home-platform-flow b { width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; font-size: 21px; }
.home-product-layer { min-height: 104px; display: grid; grid-template-columns: 182px 270px 1fr auto; align-items: center; gap: 28px; padding: 22px 30px; border-top: 1px solid var(--line-strong); transition: filter .2s ease; }
.home-product-layer:hover,.home-product-layer:focus-visible { filter: brightness(1.08); }
.home-product-layer > span { font-size: var(--type-label); font-weight: 800; letter-spacing: .08em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.home-product-layer > div { display: flex; flex-direction: column; gap: 4px; }.home-product-layer > div strong { font-size: var(--type-fact); line-height: 1; }.home-product-layer > div small { font-size: var(--type-label); }
.home-product-layer > p { margin: 0; font-size: 13px; line-height: 1.7; }.home-product-layer > b { font-size: 11px; letter-spacing: .08em; white-space: nowrap; }
.home-product-layer.foundation { color: #0a1420; background: var(--orange); }.home-product-layer.foundation > span,.home-product-layer.foundation > div small,.home-product-layer.foundation > p { color: rgba(5,14,24,.72); }
.home-product-layer.hardware { color: #d9e2ea; background: rgba(6,16,27,.9); }.home-product-layer.hardware > span,.home-product-layer.hardware > div small,.home-product-layer.hardware > p { color: var(--muted); }.home-product-layer.hardware > b { color: var(--orange); }
.home-product-link { min-height: 62px; display: flex; justify-content: flex-end; align-items: center; gap: 26px; padding: 0 30px; color: #dbe3ea; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; letter-spacing: .08em; }.home-product-link span { color: var(--orange); font-size: 16px; }.home-product-link:hover,.home-product-link:focus-visible { color: var(--orange); }
.product-page .section-title-row h2 { font-size: var(--type-section-title); line-height: 1.12; }
.product-page .section-title-row h2 > span,.product-page .section-title-row h2 > em { display: block; white-space: nowrap; }
html[lang="en"] .product-page .section-title-row h2 > span,html[lang="en"] .product-page .section-title-row h2 > em { white-space: normal; }
.product-detail-section .section-title-row { align-items: start; }
.product-detail-section .section-title-row > p { max-width: 380px; }
.fusion-capability-map { overflow: hidden; border: 1px solid var(--line-strong); background: #081521; box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.fusion-capability-head { min-height: 104px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 30px; padding: 22px 28px; color: #09131f; background: var(--orange); }
.fusion-capability-head > span { font-size: var(--type-label); font-weight: 800; letter-spacing: .1em; }.fusion-capability-head > div { display: flex; align-items: baseline; gap: 16px; }.fusion-capability-head strong { font-size: var(--type-subheading); line-height: 1; letter-spacing: -.025em; }.fusion-capability-head small { font-size: var(--type-body-sm); font-weight: 700; }.fusion-capability-head > b { font-size: var(--type-label); letter-spacing: .08em; }
.fusion-capability-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.fusion-capability-grid article { min-height: 222px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.fusion-capability-grid article:nth-child(3n) { border-right: 0; }.fusion-capability-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.fusion-capability-grid article > span { color: var(--orange); font-size: var(--type-index); font-weight: 800; line-height: 1; letter-spacing: .08em; font-variant-numeric: tabular-nums; }.fusion-capability-grid h3 { margin: 34px 0 10px; font-size: var(--type-card-title); line-height: 1.25; }.fusion-capability-grid p { margin: 0; color: var(--muted); font-size: var(--type-body); line-height: 1.75; }.fusion-capability-grid article > b { margin-top: auto; padding-top: 18px; color: #dce4eb; font-size: var(--type-label); letter-spacing: .04em; }
.fusion-evolution { min-height: 72px; display: grid; grid-template-columns: repeat(7,auto); justify-content: center; align-items: center; gap: 28px; padding: 16px 28px; border-top: 1px solid var(--line-strong); background: rgba(13,30,47,.88); }.fusion-evolution span { color: #dce4eb; font-size: 13px; font-weight: 700; letter-spacing: .06em; }.fusion-evolution i { color: var(--orange); font-size: 18px; font-style: normal; }
.fusion-capability-base { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 20px 28px; border-top: 1px solid var(--line-strong); background: #050f1a; }.fusion-capability-base > div { display: flex; align-items: baseline; gap: 16px; }.fusion-capability-base strong { font-size: var(--type-fact); line-height: 1; }.fusion-capability-base small { color: var(--muted); font-size: var(--type-label); }.fusion-capability-base > span { color: var(--muted); font-size: var(--type-caption); letter-spacing: .08em; }

.foundation-architecture { border: 1px solid var(--line-strong); background: linear-gradient(145deg, rgba(12,29,46,.96), rgba(5,14,24,.98)); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.foundation-top { display: grid; grid-template-columns: repeat(2,1fr); }
.foundation-top article { min-height: 132px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 8px 24px; padding: 26px 30px; border-bottom: 1px solid var(--line-strong); background: rgba(8,22,36,.76); }
.foundation-top article:first-child { border-right: 1px solid var(--line); border-top: 2px solid #59c8ef; }.foundation-top article:last-child { border-top: 2px solid var(--orange); }
.foundation-top span { grid-column: 1 / -1; color: var(--muted); font-size: var(--type-caption); font-weight: 800; letter-spacing: .12em; }.foundation-top strong { font-size: var(--type-fact); line-height: 1; }.foundation-top small { align-self: center; color: #c9d3dc; font-size: var(--type-control); }
.foundation-link { position: relative; min-height: 58px; display: flex; align-items: center; justify-content: center; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.foundation-link::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, var(--orange), rgba(255,106,36,.22)); }.foundation-link span { position: relative; padding: 5px 12px; background: #091827; }
.piios-core { border-block: 1px solid var(--orange); background: rgba(7,18,30,.88); }
.piios-core > header { min-height: 92px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; padding: 22px 30px; background: var(--orange); color: #07121e; }
.piios-core > header > span,.piios-core > header > b { font-size: var(--type-caption); font-weight: 900; letter-spacing: .11em; }.piios-core > header > div { display: flex; align-items: baseline; gap: 18px; }.piios-core > header strong { font-size: var(--type-subheading); line-height: 1; }.piios-core > header small { font-size: var(--type-body-sm); font-weight: 800; }
.piios-capabilities { display: grid; grid-template-columns: repeat(5,1fr); }
.piios-capabilities article { min-height: 150px; display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 24px; border-right: 1px solid var(--line); }.piios-capabilities article:last-child { border-right: 0; }
.piios-capabilities span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; }.piios-capabilities strong { font-size: 18px; line-height: 1.25; }.piios-capabilities small { color: var(--muted); font-size: 12px; line-height: 1.55; }
.piiiron-base { min-height: 112px; display: grid; grid-template-columns: 180px 250px 1fr; align-items: center; gap: 28px; padding: 24px 30px; border-top: 1px solid var(--line-strong); background: #050f1a; }
.piiiron-base > span { color: var(--muted); font-size: var(--type-caption); font-weight: 800; letter-spacing: .12em; }.piiiron-base > div { display: flex; align-items: baseline; gap: 14px; }.piiiron-base strong { font-size: var(--type-subheading); line-height: 1; }.piiiron-base small { color: #c9d3dc; font-size: var(--type-label); }.piiiron-products { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }.piiiron-products b { padding: 8px 10px; border: 1px solid var(--line); color: #b9c5d0; font-size: var(--type-micro); letter-spacing: .05em; }

.portal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.portal-card { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); background: #081521; transition: border-color .2s ease, transform .2s ease; }
.portal-card:hover { border-color: rgba(255,106,36,.72); transform: translateY(-3px); }
.portal-card::before { content: ""; position: absolute; inset: 0; z-index: 0; background-position: 72% center; background-size: cover; transform: scale(1.01); transition: transform .45s ease; }
.portal-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,12,21,.05) 0%, rgba(4,12,21,.24) 38%, rgba(4,12,21,.98) 82%); }
.portal-card.embodied::before { background-image: url("../images/hero-embodied-v2.webp"); }
.portal-card.space::before { background-image: url("../images/hero-commercial-space-v2.webp"); }
.portal-card:hover::before { transform: scale(1.045); }
.compact-portal { min-height: 410px; }
.portal-content { position: relative; z-index: 2; padding: 32px 28px 28px; background: linear-gradient(180deg, transparent, rgba(5,14,24,.7) 28%, rgba(5,14,24,.98) 100%); }
.portal-index { color: var(--orange); font-size: var(--type-label); font-weight: 800; line-height: 1.2; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
.portal-content h3 { margin: 9px 0 10px; font-size: var(--type-subheading); line-height: 1.1; }
.portal-content p { max-width: 500px; margin: 0; color: #bec9d4; font-size: 14px; }
.portal-content strong { display: inline-flex; gap: 25px; margin-top: 22px; color: var(--orange); font-size: 12px; letter-spacing: .08em; }
.embodied-art i { position: absolute; left: 50%; top: 35%; width: 5px; height: 130px; background: rgba(255,255,255,.44); transform-origin: top; }
.embodied-art i:nth-of-type(1) { transform: rotate(0deg); }.embodied-art i:nth-of-type(2) { transform: rotate(48deg); }.embodied-art i:nth-of-type(3) { transform: rotate(-48deg); }
.embodied-art .joint { position: absolute; z-index: 2; width: 16px; height: 16px; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 20px rgba(255,106,36,.4); }
.embodied-art .j1 { left: calc(50% - 7px); top: 31%; }.embodied-art .j2 { left: 69%; top: 52%; }.embodied-art .j3 { left: 29%; top: 52%; }
.space-art .planet { position: absolute; left: 50%; top: 50%; width: 145px; height: 145px; border: 1px solid var(--orange); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset -30px -20px 60px rgba(255,106,36,.18); }
.space-art i { position: absolute; left: 50%; top: 50%; width: 430px; height: 160px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg); }
.space-art i:last-child { width: 330px; height: 270px; transform: translate(-50%,-50%) rotate(38deg); }
.space-art .satellite { position: absolute; z-index: 2; right: 17%; top: 20%; width: 28px; height: 28px; border: 1px solid var(--orange); transform: rotate(45deg); box-shadow: 0 0 22px rgba(255,106,36,.4); }
.value-list { border-top: 1px solid var(--line-strong); }
.value-list article { min-height: 128px; display: grid; grid-template-columns: 72px 220px 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.value-list span { color: var(--orange); font-size: var(--type-index); font-weight: 800; line-height: 1; letter-spacing: .08em; font-variant-numeric: tabular-nums; }.value-list h3 { margin: 0; font-size: var(--type-card-title); line-height: 1.3; }.value-list p { margin: 0; color: var(--muted); font-size: var(--type-body); line-height: 1.8; }

.topic-hero { min-height: 800px; }
.topic-hero-layout { min-height: 716px; }
.topic-hero .hero-copy { width: min(800px,100%); max-width: 800px; }
.topic-hero h1 { font-size: clamp(60px,5.6vw,84px); }
.company-hero { min-height: 800px; background: var(--night); }
.company-hero::before { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -3; background: url("../images/hero-about-runtime-v1.jpg") center center / cover no-repeat; }
.company-hero::after { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -2; background: linear-gradient(90deg, rgba(3,11,20,.98) 0%, rgba(3,11,20,.91) 31%, rgba(3,11,20,.48) 54%, rgba(3,11,20,.34) 78%, rgba(3,11,20,.52) 100%), linear-gradient(180deg, rgba(5,14,24,.08), rgba(5,14,24,.45)); }
.company-hero .tech-grid { opacity: .06; mask-image: linear-gradient(90deg,#000,transparent 75%); }
.company-hero .company-signature { position: relative; z-index: 1; text-shadow: 0 2px 18px rgba(0,0,0,.8); }
.product-hero,.embodied-hero,.space-hero { min-height: 800px; background: var(--night); }
.product-hero::before,.embodied-hero::before,.space-hero::before { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -3; background-position: center center; background-size: cover; background-repeat: no-repeat; }
.product-hero::before { background-image: url("../images/hero-product-system-v1.webp"); }
.embodied-hero::before { background-image: url("../images/hero-embodied-v2.webp"); }
.space-hero::before { background-image: url("../images/hero-commercial-space-v2.webp"); }
.product-hero::after,.embodied-hero::after,.space-hero::after { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -2; background: linear-gradient(90deg, rgba(3,11,20,.99) 0%, rgba(3,11,20,.94) 32%, rgba(3,11,20,.7) 52%, rgba(3,11,20,.18) 78%, rgba(3,11,20,.08) 100%), linear-gradient(180deg, rgba(5,14,24,.12), rgba(5,14,24,.42)); }
.product-hero .tech-grid,.embodied-hero .tech-grid,.space-hero .tech-grid { opacity: .06; mask-image: linear-gradient(90deg,#000,transparent 75%); }
.product-hero .topic-hero-layout,.embodied-hero .topic-hero-layout,.space-hero .topic-hero-layout { min-height: 716px; grid-template-columns: minmax(0,800px) minmax(0,1fr); }
.product-hero .hero-copy,.embodied-hero .hero-copy,.space-hero .hero-copy { position: relative; z-index: 1; width: min(800px,100%); max-width: 800px; }
.embodied-visual, .space-system { position: relative; width: min(500px,42vw); aspect-ratio: 1; justify-self: end; }
.embodied-visual { background: radial-gradient(circle, rgba(255,106,36,.12), transparent 55%); }
.body-head { position: absolute; left: 50%; top: 15%; width: 68px; height: 62px; border: 1px solid var(--orange); border-radius: 48% 48% 42% 42%; transform: translateX(-50%); }.body-head i { position: absolute; left: 15px; right: 15px; top: 26px; height: 3px; background: var(--orange); box-shadow: 0 0 16px var(--orange); }
.body-spine { position: absolute; left: 50%; top: 31%; width: 110px; height: 160px; border: 1px solid var(--line-strong); border-radius: 34px 34px 16px 16px; transform: translateX(-50%); background: linear-gradient(180deg, rgba(255,255,255,.04), transparent); }
.body-spine::after { content: "Pii / CONTROL"; position: absolute; left: 50%; top: 50%; color: var(--orange); font-size: 8px; letter-spacing: .16em; transform: translate(-50%,-50%); white-space: nowrap; }
.body-arm { position: absolute; top: 37%; width: 130px; height: 12px; border-top: 2px solid rgba(255,255,255,.5); transform-origin: top; }.arm-left { left: 17%; transform: rotate(-28deg); }.arm-right { right: 17%; transform: rotate(28deg); }.body-arm i, .body-arm b { position: absolute; width: 14px; height: 14px; border: 2px solid var(--orange); border-radius: 50%; }.body-arm i { left: -5px; top: -8px; }.body-arm b { right: -5px; top: -8px; }
.body-base { position: absolute; left: 50%; top: 66%; width: 190px; height: 84px; border-top: 1px solid var(--line-strong); border-left: 1px solid transparent; border-right: 1px solid transparent; transform: translateX(-50%); }.body-base::before,.body-base::after { content: ""; position: absolute; top: 0; width: 2px; height: 110px; background: rgba(255,255,255,.45); }.body-base::before { left: 28px; transform: rotate(14deg); }.body-base::after { right: 28px; transform: rotate(-14deg); }
.sense-wave { position: absolute; left: 50%; top: 17%; border: 1px solid rgba(255,106,36,.38); border-radius: 50%; transform: translate(-50%,-50%); }.wave-a { width: 220px; height: 100px; }.wave-b { width: 360px; height: 180px; }
.embodied-visual em,.embodied-visual strong,.space-system em,.space-system strong { position: absolute; color: var(--muted); font-size: 8px; letter-spacing: .16em; font-style: normal; }.embodied-visual em { left: 4%; top: 16%; }.embodied-visual strong { right: 5%; bottom: 14%; }

.space-system { background: radial-gradient(circle, rgba(255,106,36,.14), transparent 45%); }
.space-planet { position: absolute; left: 50%; top: 50%; width: 140px; height: 140px; border: 1px solid var(--orange); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset -32px -18px 60px rgba(255,106,36,.22), 0 0 40px rgba(255,106,36,.12); }
.space-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; transform: translate(-50%,-50%) rotate(-16deg); }.ring-one { width: 430px; height: 160px; }.ring-two { width: 350px; height: 340px; border-style: dashed; transform: translate(-50%,-50%) rotate(32deg); }
.space-sat { position: absolute; right: 7%; top: 21%; width: 34px; height: 34px; border: 1px solid var(--orange); transform: rotate(45deg); }.space-sat i,.space-sat b { position: absolute; top: 10px; width: 54px; height: 13px; border: 1px solid var(--line-strong); }.space-sat i { right: 40px; }.space-sat b { left: 40px; }
.space-system em { left: 2%; top: 15%; }.space-system strong { right: 2%; bottom: 13%; }

.company-signature { width: min(500px,42vw); justify-self: end; align-self: center; border-top: 1px solid var(--line-strong); }
.company-signature > strong { display: block; padding: 36px 0 54px; color: rgba(255,255,255,.12); font-size: clamp(42px,4vw,64px); line-height: .95; letter-spacing: -.05em; }
.company-signature > span { min-height: 72px; display: grid; grid-template-columns: 50px 1fr; align-items: center; border-top: 1px solid var(--line); color: #d4dee7; font-size: 12px; letter-spacing: .08em; }
.company-signature > span b { color: var(--orange); font-size: var(--type-label); font-variant-numeric: tabular-nums; }
.company-hero .company-signature { padding: 24px 28px 20px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(4,14,24,.88), rgba(5,17,29,.72)); box-shadow: 0 26px 70px rgba(0,0,0,.34); backdrop-filter: blur(12px); text-shadow: none; }
.company-hero .company-signature > strong { padding: 22px 0 38px; color: var(--paper); font-size: clamp(30px,3vw,48px); line-height: .98; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
.company-hero .company-signature > span { min-height: 74px; grid-template-columns: 52px 1fr; color: #f0f4f7; border-top-color: var(--line); font-size: 13px; font-weight: 700; }
.company-hero .company-signature > span b { font-size: 12px; }
.company-facts { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 52px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.company-facts > div { position: relative; min-height: 224px; display: flex; flex-direction: column; justify-content: flex-start; padding: 34px 26px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-facts > div::before { content: ""; position: absolute; top: -5px; left: 26px; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 18px rgba(255,106,36,.5); }
.company-facts span { color: var(--orange); font-size: var(--type-fact); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.company-facts strong { min-height: 44px; margin-top: 30px; color: #e4ebf1; font-size: 16px; line-height: 1.35; }
.company-facts p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.flow-map { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-map article { min-height: 210px; padding: 24px; }.flow-map article span { color: var(--orange); font-size: var(--type-index); font-weight: 800; line-height: 1; letter-spacing: .08em; font-variant-numeric: tabular-nums; }.flow-map article b { display: block; margin: 58px 0 7px; font-size: var(--type-card-title); line-height: 1.3; }.flow-map article p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }.flow-map > i { color: var(--orange); font-style: normal; transform: translateY(19px); }
.foundation-strip { display: grid; grid-template-columns: max-content minmax(0,1fr); align-items: center; gap: 30px; height: 100px; padding: 0 24px; color: var(--night); background: var(--orange); }
.foundation-strip strong,
.foundation-strip span { display: flex; align-items: center; height: auto; margin: 0; line-height: 1.45; }
.foundation-strip span { justify-content: flex-end; font-size: var(--type-caption); letter-spacing: .08em; text-align: right; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.feature-grid article { min-height: 280px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-grid span { color: var(--orange); font-size: var(--type-index); font-weight: 800; line-height: 1; letter-spacing: .1em; font-variant-numeric: tabular-nums; }.feature-grid h3 { margin: 86px 0 12px; font-size: var(--type-card-title); line-height: 1.3; }.feature-grid p { margin: 0; color: var(--muted); font-size: var(--type-body); line-height: 1.8; }
.scenario-list { border-top: 1px solid var(--line-strong); }.scenario-list article { min-height: 128px; display: grid; grid-template-columns: 72px 230px 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }.scenario-list span { color: var(--orange); font-size: var(--type-index); font-weight: 800; line-height: 1; letter-spacing: .08em; font-variant-numeric: tabular-nums; }.scenario-list h3 { margin: 0; font-size: var(--type-card-title); line-height: 1.3; }.scenario-list p { margin: 0; color: var(--muted); font-size: var(--type-body); line-height: 1.8; }
.space-layers { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }.space-layers article { min-height: 310px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--line); }.space-layers article:last-child { border-right: 0; }.space-layers span { color: var(--orange); font-size: var(--type-label); font-weight: 800; line-height: 1.2; letter-spacing: .12em; }.space-layers h3 { min-height: 65px; margin: 78px 0 12px; font-size: var(--type-card-title); line-height: 1.35; }.space-layers p { margin: 0; color: var(--muted); font-size: var(--type-body); line-height: 1.8; }.space-layers b { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--orange); font-size: var(--type-label); }

.cta { position: relative; overflow: hidden; padding: 116px 0; text-align: center; background: radial-gradient(circle at 50% 120%, rgba(255,106,36,.27), transparent 38%), var(--night-2); }.cta::before { content: ""; position: absolute; left: 50%; top: 55%; width: 650px; height: 650px; border: 1px solid var(--line); border-radius: 50%; transform: translate(-50%,-50%); }.cta-inner { position: relative; z-index: 1; }.cta-inner > p:not(.eyebrow) { margin: 20px 0 32px; color: var(--muted); }.cta .button { width: auto; }
.home-contact { position: relative; overflow: hidden; padding: 112px 0; background: linear-gradient(135deg, #0a1827 0%, #07121e 58%, #0b1724 100%); }
.news-section { background: linear-gradient(135deg, rgba(8,22,36,.96), rgba(6,16,27,.99)); }
.news-page-hero { min-height: 720px; background: #04101b; }
.news-page-hero::before { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -3; background: url("../images/news/piihive-space-distributed-hero.jpg") 72% center / cover no-repeat; }
.news-page-hero::after { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -2; background: linear-gradient(90deg,rgba(3,12,21,.99) 0%,rgba(3,12,21,.94) 38%,rgba(3,12,21,.45) 68%,rgba(3,12,21,.18) 100%),linear-gradient(180deg,rgba(4,14,24,.12),rgba(4,14,24,.52)); }
.news-page-hero .topic-hero-layout { min-height: 636px; }
.news-page-hero .hero-copy { position: relative; z-index: 1; }
.news-feature-section { color: var(--paper); background: radial-gradient(circle at 84% 30%,rgba(255,106,36,.09),transparent 28%),#0a1a29; }
.news-feature-section .section-index::after { background: linear-gradient(90deg,rgba(255,106,36,.88),rgba(186,206,221,.2) 38%,transparent); }
.news-feature-section .section-index span { color: #d7e0e8; }
.news-feature-section .section-title-row h2 { color: var(--paper); }
.news-feature-section .section-title-row > p { color: #aebbc7; }
.news-feature-section .eyebrow { color: var(--orange); }
.news-feature-host { min-height: 430px; }
.news-feature-card { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(400px,.82fr); min-height: 430px; overflow: hidden; border: 1px solid rgba(255,106,36,.56); background: #0d2436; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.news-feature-media { position: relative; min-height: 430px; overflow: hidden; border-right: 0; background: #06101b; }
.news-feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 58%,rgba(5,14,24,.18)),linear-gradient(180deg,transparent 62%,rgba(5,14,24,.28)); pointer-events: none; }
.news-feature-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.news-feature-card:hover .news-feature-media img { transform: scale(1.018); }
.news-feature-body { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,4vw,64px); border-left: 8px solid var(--orange); }
.news-feature-body::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 7px; background: var(--orange); }
.news-feature-body .news-card-meta { padding-bottom: 22px; border-bottom: 1px solid rgba(190,208,222,.24); color: var(--orange); }
.news-feature-body .news-card-meta b { color: #ccd6df; }
.news-feature-body h3 { margin: 26px 0 0; color: var(--paper); font-size: clamp(30px,3vw,44px); line-height: 1.3; letter-spacing: -.03em; }
.news-feature-body h3 a:hover,.news-feature-body h3 a:focus-visible { color: var(--orange); }
.news-feature-body > p { margin: 22px 0 0; color: #b8c5d0; font-size: var(--type-body-lg); line-height: 1.85; }
.news-feature-link { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(190,208,222,.24); color: #f0f4f7; font-size: var(--type-control); font-weight: 800; letter-spacing: .08em; }
.news-feature-link span { color: var(--orange); font-size: 20px; }
.news-feature-link:hover,.news-feature-link:focus-visible { color: var(--orange); }
.news-archive-section { background: #071522; }
.news-archive-head { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 40px; margin-bottom: 36px; }
.news-archive-head h2 { margin-bottom: 0; }
.news-archive-head > p { margin: 0 0 8px; color: #bec9d3; font-size: var(--type-body-sm); }
.news-toolbar { width: fit-content; display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 36px; border: 1px solid rgba(184,203,218,.3); background: #0b1d2d; }
.news-toolbar button { min-height: 54px; padding: 0 30px; border: 0; border-right: 1px solid rgba(184,203,218,.22); color: #c7d1da; background: transparent; font: inherit; font-size: var(--type-control); font-weight: 800; letter-spacing: .06em; cursor: pointer; transition: color .18s ease,background .18s ease; }
.news-toolbar button:last-child { border-right: 0; }
.news-toolbar button:hover,.news-toolbar button:focus-visible { color: var(--paper); background: #153047; }
.news-toolbar button[aria-pressed="true"] { color: #07121e; background: var(--orange); }
.news-toolbar button[hidden] { display: none; }
.news-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.news-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(184,203,218,.3); background: #0c1e2e; box-shadow: 0 18px 45px rgba(0,0,0,.16); transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.news-card:hover { border-color: rgba(255,106,36,.8); background: #10263a; transform: translateY(-4px); }
.news-card-media { position: relative; display: block; aspect-ratio: 16 / 8.7; overflow: hidden; border-bottom: 1px solid var(--line); background: #06101b; }
.news-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(5,14,24,.42)); pointer-events: none; }
.news-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-card-media img { transform: scale(1.025); }
.news-card-body { position: relative; flex: 1; display: flex; flex-direction: column; padding: 32px 34px 34px; border-top: 3px solid transparent; transition: border-color .18s ease; }
.news-card:hover .news-card-body { border-top-color: var(--orange); }
.news-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--orange); font-size: var(--type-caption); font-weight: 800; letter-spacing: .12em; }
.news-card-meta b { color: #ccd5dd; font-weight: 700; letter-spacing: .04em; }
.news-card h3 { min-height: 2.65em; margin: 18px 0 0; color: var(--paper); font-size: clamp(25px,2vw,32px); line-height: 1.3; letter-spacing: -.025em; }
.news-card h3 a:hover,.news-card h3 a:focus-visible { color: var(--orange); }
.news-card-body > p { margin: 18px 0 0; color: #afbdc9; font-size: var(--type-body); line-height: 1.82; }
.news-card-link { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: auto; padding-top: 28px; color: #f0f4f7; font-size: var(--type-control); font-weight: 800; letter-spacing: .08em; }
.news-card-link span { color: var(--orange); font-size: 18px; }
.news-pagination { display: flex; justify-content: center; gap: 10px; margin-top: 48px; }
.news-pagination:empty { display: none; }
.news-pagination button { width: 48px; height: 48px; border: 1px solid var(--line-strong); color: #c2ccd5; background: transparent; font: inherit; font-size: var(--type-control); font-weight: 800; cursor: pointer; transition: color .18s ease,border-color .18s ease,background .18s ease; }
.news-pagination button:hover,.news-pagination button:focus-visible { color: var(--paper); border-color: var(--orange); }
.news-pagination button[aria-current="page"] { color: #07121e; border-color: var(--orange); background: var(--orange); }
.news-noscript { margin: 24px 0 0; color: var(--muted); font-size: var(--type-body-sm); }

.article-page { background: #07121e; }
.article-hero { position: relative; min-height: 690px; display: flex; align-items: end; padding-top: var(--header-height); overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--line); background: #030c15; }
.article-hero-media { position: absolute; inset: var(--header-height) 0 0; z-index: -2; width: 100%; height: calc(100% - var(--header-height)); object-fit: cover; }
.article-hero::after { content: ""; position: absolute; inset: var(--header-height) 0 0; z-index: -1; background: linear-gradient(90deg, rgba(3,12,21,.99) 0%, rgba(3,12,21,.93) 36%, rgba(3,12,21,.36) 67%, rgba(3,12,21,.14) 100%), linear-gradient(0deg, rgba(3,12,21,.46), transparent 42%); }
.article-hero-inner { width: min(var(--max), calc(100% - var(--gutter) * 2)); padding-block: 86px 72px; }
.article-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 34px; color: #aebbc7; font-size: var(--type-control); }
.article-back:hover,.article-back:focus-visible { color: var(--orange); }
.article-kicker { margin: 0 0 20px; color: var(--orange); font-size: var(--type-label); font-weight: 800; letter-spacing: .16em; }
.article-hero h1 { max-width: 980px; margin: 0; font-size: clamp(46px,4.7vw,72px); line-height: 1.12; letter-spacing: -.045em; }
.article-hero-lead { max-width: 760px; margin: 28px 0 0; color: #d2dce5; font-size: var(--type-lead); line-height: 1.85; }
.article-main { padding: 100px 0 118px; }
.article-layout { display: block; }
.article-aside { width: min(1360px,100%); margin-bottom: 56px; }
.article-aside-inner { display: grid; grid-template-columns: minmax(190px,1fr) repeat(3,minmax(0,1fr)); border-block: 1px solid var(--line); }
.article-aside span,.article-aside a { min-height: 58px; display: flex; align-items: center; }
.article-aside span { padding-right: 22px; color: var(--orange); font-size: var(--type-caption); font-weight: 800; letter-spacing: .13em; }
.article-aside a { padding: 0 22px; border-left: 1px solid var(--line); color: #aebac6; font-size: var(--type-body-sm); }
.article-aside a:hover,.article-aside a:focus-visible { color: var(--paper); background: rgba(255,106,36,.08); }
.article-content { width: min(1360px,100%); min-width: 0; }
.article-content > p,.article-content section > p { margin: 0 0 22px; color: #bcc7d1; font-size: var(--type-body-lg); line-height: 1.95; }
.article-content .article-intro { margin-bottom: 62px; padding: 30px 34px; border-left: 3px solid var(--orange); background: rgba(13,30,47,.72); color: #dce4eb; font-size: var(--type-lead); line-height: 1.9; }
.article-content section { scroll-margin-top: calc(var(--header-height) + 28px); margin-top: 72px; }
.article-content section:first-of-type { margin-top: 0; }
.article-content h2 { margin: 0 0 28px; font-size: clamp(32px,3vw,46px); line-height: 1.22; letter-spacing: -.035em; }
.article-content h3 { margin: 0 0 12px; font-size: var(--type-card-title); line-height: 1.35; }
.article-capabilities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 32px; border: 1px solid var(--line-strong); }
.article-capabilities article { min-height: 230px; padding: 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(8,22,36,.62); }
.article-capabilities article:nth-child(2n) { border-right: 0; }
.article-capabilities article:nth-last-child(-n+2) { border-bottom: 0; }
.article-capabilities span { display: block; margin-bottom: 42px; color: var(--orange); font-size: var(--type-caption); font-weight: 800; letter-spacing: .12em; }
.article-capabilities p { margin: 0; color: var(--muted); font-size: var(--type-body-sm); line-height: 1.85; }
.article-figure { margin: 66px 0 0; }
.article-figure img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--line-strong); }
.article-figure figcaption { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); color: #93a3b2; font-size: var(--type-caption); letter-spacing: .07em; }
.article-conclusion { margin-top: 72px; padding: 42px; border: 1px solid rgba(255,106,36,.62); background: linear-gradient(135deg,rgba(255,106,36,.11),rgba(8,22,36,.74)); }
.article-conclusion h2 { max-width: 680px; }
.article-conclusion p:last-child { margin-bottom: 0; }
.article-signoff { margin-top: 84px; padding-top: 34px; border-top: 1px solid var(--line-strong); }
.article-signoff span { color: var(--orange); font-size: var(--type-label); font-weight: 800; letter-spacing: .13em; }
.article-signoff h2 { margin-top: 15px; }
.article-signoff p { max-width: 720px; }
.article-related { padding: 86px 0; border-top: 1px solid var(--line); background: var(--night-2); }
.article-related-link { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding: 34px 0; border-block: 1px solid var(--line-strong); }
.article-related-link span { color: var(--orange); font-size: var(--type-caption); font-weight: 800; letter-spacing: .13em; }
.article-related-link strong { display: block; max-width: 900px; margin-top: 15px; font-size: clamp(28px,3vw,44px); line-height: 1.3; letter-spacing: -.03em; }
.article-related-link b { color: var(--orange); font-size: 30px; }
.home-contact::before { content: ""; position: absolute; inset: 0; opacity: .18; background: linear-gradient(90deg, transparent 0 49.95%, rgba(255,255,255,.1) 50%, transparent 50.05%), linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 100% 100%, 100% 88px; }
.home-contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 120px; }
.home-contact h2 { margin: 0; font-size: var(--type-section-title); line-height: 1.12; letter-spacing: -.045em; }.home-contact h2 span,.home-contact h2 em { display: block; }
.home-contact-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.contact-panel { border-top: 1px solid var(--line-strong); }
.contact-item { padding: 25px 0 28px; border-bottom: 1px solid var(--line); }
.contact-item > span { display: block; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.contact-item > small { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; }
.contact-item > a { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 5px; font-size: var(--type-fact); font-weight: 700; line-height: 1.25; }.contact-item > a b { color: var(--orange); font-size: var(--type-lead); }
.contact-item > p { max-width: 420px; margin: 8px 0 0; color: #c4ced8; font-size: 14px; line-height: 1.8; }
.footer { padding: 70px 0 28px; border-top: 1px solid var(--line); background: #040c15; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .6fr .7fr 1fr; align-items: start; gap: 64px; }
.footer-brand p { max-width: 300px; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.footer-column,.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column > span,.footer-contact > span { margin-bottom: 20px; color: #e0e7ed; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.footer-column a { margin-bottom: 10px; color: var(--muted); font-size: 13px; }.footer-column a:hover,.footer-column a:focus-visible { color: var(--orange); }
.footer-contact > a { display: flex; align-items: center; gap: 14px; color: #e5ebf0; font-size: 18px; font-weight: 700; }.footer-contact > a b { color: var(--orange); font-size: 13px; }
.footer-contact > a.footer-email { margin-top: 8px; color: #b9c6d2; font-size: 14px; font-weight: 600; letter-spacing: .03em; }
.footer-contact > a.footer-email:hover,.footer-contact > a.footer-email:focus-visible { color: var(--orange); }
.footer-contact > p { max-width: 300px; margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--line); color: #7f8d9b; font-size: 11px; letter-spacing: .06em; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.footer-legal a { color: #9aa8b5; transition: color .18s ease; }
.footer-legal a:hover,.footer-legal a:focus-visible { color: var(--orange); }

.back-to-top { position: fixed; right: clamp(18px,2vw,32px); bottom: 28px; z-index: 90; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; color: #dbe5ed; border: 1px solid var(--control-border); background: rgba(5,14,24,.86); box-shadow: 0 14px 38px rgba(0,0,0,.28); backdrop-filter: blur(14px); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease; }
.back-to-top::before { content: ""; width: 8px; height: 8px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: translateY(2px) rotate(45deg); }
.back-to-top::after { content: ""; position: absolute; top: 15px; width: 2px; height: 12px; background: currentColor; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover,.back-to-top:focus-visible { color: #07121e; border-color: var(--orange); background: var(--orange); }

@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes spin-reverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }

@media (min-width: 981px) {
  .site-header .nav-shell { width: min(1500px,calc(100% - 80px)) !important; max-width: none !important; display: grid; grid-template-columns: auto minmax(60px,1fr) auto auto; gap: clamp(24px,2vw,36px); }
  .desktop-nav { width: auto; margin-left: 0; justify-self: end; justify-content: flex-end; gap: clamp(38px,3vw,54px); }
  .language-switcher { padding-left: clamp(20px,1.5vw,28px); border-left: 1px solid var(--line); }
  .hero > .shell { width: min(var(--max), calc(100% - var(--gutter) * 2)); max-width: none; }
  .hero-home .hero-layout,.topic-hero-layout { grid-template-columns: minmax(0,800px) minmax(0,1fr); gap: 40px; }
}

@media (min-width: 981px) and (max-width: 1279px) {
  .hero-home .hero-layout,.topic-hero-layout,.product-hero .topic-hero-layout,.embodied-hero .topic-hero-layout,.space-hero .topic-hero-layout { grid-template-columns: 1fr; gap: 0; }
  .company-signature { width: min(800px,100%); justify-self: start; margin-bottom: 64px; }
}

@media (max-width: 980px) {
  .desktop-nav,.site-header .header-cta { display: none !important; }.mobile-nav { display: block; }
  .site-header .nav-shell { gap: 14px; }.language-switcher { margin-left: auto; }.mobile-nav { margin-left: 0; }.language-switcher > summary { min-height: 38px; font-size: 11px; }.language-menu { top: calc(100% + 15px); }
  .site-header .mobile-nav > summary { position: relative; width: 42px; height: 42px; overflow: hidden; border: 1px solid var(--control-border); font-size: 0 !important; }
  .mobile-nav > summary::before,.mobile-nav > summary::after { content: ""; position: absolute; left: 11px; right: 11px; height: 1px; background: #dce4eb; transition: transform .18s ease, top .18s ease; }
  .mobile-nav > summary::before { top: 15px; box-shadow: 0 6px 0 #dce4eb; }
  .mobile-nav > summary::after { top: 27px; }
  .mobile-nav[open] > summary::before { top: 20px; box-shadow: none; transform: rotate(45deg); }
  .mobile-nav[open] > summary::after { top: 20px; transform: rotate(-45deg); }
  .hero-layout,.topic-hero-layout,.hero-home .hero-layout,.product-hero .topic-hero-layout,.embodied-hero .topic-hero-layout,.space-hero .topic-hero-layout { grid-template-columns: 1fr; gap: 0; padding-bottom: 55px; }
  .hero-title-line { white-space: normal; }
  .hero-copy { padding: 100px 0 28px; }
  .system-visual,.embodied-visual,.space-system { width: min(640px,100%); justify-self: center; }
  .company-signature { width: min(640px,100%); justify-self: stretch; }
  .split-heading > div { width: 100%; margin-left: 0; }
  .section-title-row { grid-template-columns: 1fr; gap: 24px; }
  .section-title-row > p { margin-top: 0; }
  .architecture-stage { grid-template-columns: 1fr; }
  .architecture-industries { grid-template-columns: repeat(2,1fr); }.architecture-industries span { grid-column: 1 / -1; min-height: 58px; border-bottom: 1px solid var(--line); }.architecture-industries b { min-height: 66px; }
  .architecture-flow { min-height: 118px; border-inline: 0; border-block: 1px solid var(--line); }.architecture-flow::before { left: 22px; right: 22px; top: 50%; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(89,200,239,.72) 28%, rgba(255,106,36,.72) 72%, transparent); }.architecture-flow i { transform: rotate(90deg); }
  .architecture-layer { grid-template-columns: 150px 220px 1fr; }
  .home-platform-grid { grid-template-columns: 1fr; }
  .home-platform-flow { min-height: 118px; flex-direction: row; border-inline: 0; border-block: 1px solid var(--line); }.home-platform-flow::before { left: 24px; right: 24px; top: 50%; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, transparent, #59c8ef 28%, var(--orange) 72%, transparent); }.home-platform-flow span { max-width: 180px; }.home-platform-flow b { transform: rotate(90deg); }
  .home-product-layer { grid-template-columns: 182px 220px 1fr; }.home-product-layer > b { grid-column: 3; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .company-facts { grid-template-columns: repeat(2,1fr); }
  .scenario-list article,.value-list article { grid-template-columns: 60px 190px 1fr; }
  .home-contact-grid { grid-template-columns: 1fr; gap: 56px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card h3 { min-height: 0; }
  .news-feature-card { grid-template-columns: 1fr; }
  .news-feature-media { min-height: 0; aspect-ratio: 16 / 8.5; border-right: 0; border-bottom: 1px solid var(--line); }
  .news-archive-head { grid-template-columns: 1fr; gap: 18px; }
  .article-aside { width: 100%; margin-bottom: 48px; }
  .article-aside-inner { grid-template-columns: minmax(170px,1fr) repeat(3,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; gap: 48px 70px; }
}

@media (max-width: 680px) {
  :root { --gutter: 20px; --header-height: 68px; --type-section-title: 39px; --type-card-title: 22px; --type-body-lg: 16px; --type-summary: 15px; --type-index: 12px; --type-fact: 26px; }
  .site-header .nav-shell { gap: 10px; }
  .wordmark { gap: 9px; }
  .site-header .brand-logo { width: 30px !important; height: 30px !important; }.site-header .brand-logo-full { width: 160px !important; height: 35px !important; }.site-header .brand-type strong { font-size: 14px !important; letter-spacing: .08em; }.site-header .brand-type small { display: none; }html[lang="en"] .site-header .brand-type strong { font-size: 11px !important; letter-spacing: .055em; }
  .language-switcher > summary { gap: 7px; padding: 0; font-size: 11px; }.language-globe { width: 15px; height: 15px; }
  .tech-grid { background-size: 52px 52px; }
  .hero-home { min-height: 920px; }.hero-home::before { background-size: auto 54%; background-position: 70% 100%; }.hero-home::after { background: linear-gradient(180deg, rgba(3,12,21,.99) 0%, rgba(3,12,21,.94) 46%, rgba(3,12,21,.36) 72%, rgba(3,12,21,.7) 100%); }.hero-home .hero-layout { min-height: 780px; align-items: start; padding-bottom: 290px; }.hero-home .hero-copy { padding-top: 70px; }
  .product-hero,.embodied-hero,.space-hero { min-height: 920px; }.product-hero::before,.embodied-hero::before,.space-hero::before { background-size: auto 55%; background-position: 70% 100%; }.product-hero::after,.embodied-hero::after,.space-hero::after { background: linear-gradient(180deg, rgba(3,11,20,.99) 0%, rgba(3,11,20,.96) 46%, rgba(3,11,20,.42) 72%, rgba(3,11,20,.72) 100%); }.product-hero .topic-hero-layout,.embodied-hero .topic-hero-layout,.space-hero .topic-hero-layout { min-height: 830px; align-items: start; padding-bottom: 300px; }
  .news-page-hero { min-height: 790px; }.news-page-hero::before { background-size: auto 48%; background-position: 70% 100%; }.news-page-hero::after { background: linear-gradient(180deg,rgba(3,12,21,.99) 0%,rgba(3,12,21,.95) 54%,rgba(3,12,21,.34) 78%,rgba(3,12,21,.72) 100%); }.news-page-hero .topic-hero-layout { min-height: 722px; align-items: start; padding-bottom: 260px; }
  .hero-copy { padding: 72px 0 24px; }.hero h1,.topic-hero h1 { font-size: clamp(38px,10vw,48px); }.hero-lead { font-size: 16px; }
  html[lang="en"] .hero h1,html[lang="en"] .topic-hero h1 { font-size: clamp(36px,9.2vw,44px); }
  .button-row { display: grid; }.button { width: 100%; }.system-visual,.embodied-visual,.space-system { width: 86vw; }
  .company-signature > strong { padding: 20px 0 34px; font-size: 32px; }.company-hero .company-signature { padding: 20px; }.company-hero .company-signature > strong { font-size: clamp(24px,7vw,30px); letter-spacing: -.06em; }.company-facts { grid-template-columns: 1fr; }.company-facts > div { min-height: 140px; }.company-facts strong { min-height: 0; }
  .hero-foot { grid-template-columns: repeat(2,1fr); gap: 8px; padding: 14px 0; }
  .section { padding: 76px 0; }.split-heading { gap: 26px; }.split-heading > div { width: 100%; margin-left: 0; }.section-index { grid-template-columns: 42px max-content minmax(48px,1fr); gap: 12px; padding-bottom: 14px; }.section-index b { font-size: 25px; }.section-index span { font-size: 11px; }.section h2,.cta h2 { font-size: var(--type-section-title); }.large-copy { font-size: var(--type-body-lg); }
  .product-page .section-title-row h2 { font-size: var(--type-section-title); }.product-page .section-title-row h2 > span,.product-page .section-title-row h2 > em { white-space: normal; }
  .portal-grid,.feature-grid,.space-layers { grid-template-columns: 1fr; }
  .architecture-product { min-height: 300px; padding: 24px; }.architecture-role { margin-top: 42px; }.architecture-product h3 { font-size: 36px; }
  .architecture-industries { grid-template-columns: 1fr; }.architecture-industries span { grid-column: auto; }.architecture-industries span,.architecture-industries b { min-height: 58px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }.architecture-industries > *:last-child { border-bottom: 0; }
  .architecture-layer { grid-template-columns: 1fr; gap: 10px; padding: 24px; }.architecture-layer > p { margin-top: 8px; }.architecture-scope { grid-template-columns: 1fr; }.architecture-scope span { padding: 16px 24px; border-right: 0; border-bottom: 1px solid var(--line); }.architecture-scope span:last-child { border-bottom: 0; }
  .home-platform-card { min-height: 300px; padding: 24px; }.home-platform-card h3 { margin-top: 48px; font-size: 36px; }.home-platform-meta { flex-direction: column; gap: 8px; }.home-platform-meta b { text-align: left; }
  .home-platform-flow { padding-inline: 12px; }.home-platform-flow span { max-width: 118px; font-size: 10px; }
  .home-product-layer { grid-template-columns: 1fr; gap: 8px; padding: 24px; }.home-product-layer > b { grid-column: auto; margin-top: 8px; white-space: normal; }.home-product-layer > p { margin-top: 8px; }.home-product-link { justify-content: space-between; padding: 0 24px; }
  .portal-card { min-height: 440px; }.portal-art { bottom: 170px; }
  .fusion-capability-head { grid-template-columns: 1fr; gap: 10px; }.fusion-capability-head > div { flex-direction: column; align-items: flex-start; gap: 6px; }
  .fusion-capability-grid { grid-template-columns: 1fr; }.fusion-capability-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }.fusion-capability-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }.fusion-capability-grid article:last-child { border-bottom: 0; }
  .fusion-evolution { grid-template-columns: 1fr auto; justify-content: stretch; gap: 12px; }.fusion-evolution i { transform: rotate(90deg); }.fusion-evolution i:last-of-type { display: block; }
  .fusion-capability-base { flex-direction: column; align-items: flex-start; gap: 12px; }.fusion-capability-base > div { flex-direction: column; align-items: flex-start; gap: 5px; }
  .foundation-top { grid-template-columns: 1fr; }.foundation-top article:first-child { border-right: 0; }.piios-core > header { grid-template-columns: 1fr; gap: 10px; }.piios-core > header > div { flex-direction: column; align-items: flex-start; gap: 6px; }.piios-capabilities { grid-template-columns: 1fr; }.piios-capabilities article { min-height: 118px; border-right: 0; border-bottom: 1px solid var(--line); }.piios-capabilities article:last-child { border-bottom: 0; }.piiiron-base { grid-template-columns: 1fr; gap: 12px; }.piiiron-products { justify-content: flex-start; }
  .value-list article,.scenario-list article { grid-template-columns: 38px 1fr; gap: 14px; padding: 24px 0; }.value-list p,.scenario-list p { grid-column: 2; }.value-list h3,.scenario-list h3 { font-size: var(--type-card-title); }
  .flow-map { grid-template-columns: 1fr; }.flow-map article { min-height: 170px; border-bottom: 1px solid var(--line); }.flow-map article b { margin-top: 36px; }.flow-map > i { display: none; }.foundation-strip { height: auto; min-height: 112px; grid-template-columns: 1fr; gap: 4px; padding-block: 18px; }.foundation-strip strong,.foundation-strip span { height: auto; min-height: 32px; }.foundation-strip span { justify-content: flex-start; text-align: left; }
  .space-layers article { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }.space-layers article:last-child { border-bottom: 0; }.space-layers h3 { min-height: 0; margin-top: 55px; }
  .feature-grid article { min-height: 250px; }.feature-grid h3 { margin-top: 64px; }
  .cta { padding: 86px 0; }.cta::before { width: 480px; height: 480px; }.cta .button { width: 100%; }
  .home-contact { padding: 82px 0; }.home-contact h2 { font-size: var(--type-section-title); }.home-contact-copy > p:not(.eyebrow) { font-size: 14px; }.contact-item > a { font-size: 24px; }
  .news-feature-host { min-height: 0; }.news-feature-card { min-height: 0; }.news-feature-media { aspect-ratio: 16 / 10; }.news-feature-body { padding: 28px 24px 30px; }.news-feature-body h3 { margin-top: 20px; font-size: 28px; }.news-feature-body > p { margin-top: 18px; font-size: 16px; }.news-feature-link { margin-top: 28px; }.news-toolbar { margin-bottom: 26px; }.news-toolbar button { flex: 1 1 50%; min-height: 50px; padding-inline: 12px; border-bottom: 1px solid var(--line); }.news-toolbar button:nth-last-child(-n+2) { border-bottom: 0; }.news-card-body { padding: 24px; }.news-card h3 { font-size: 24px; }.news-card-meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .article-hero { min-height: 790px; align-items: start; }.article-hero-media { object-position: 70% center; }.article-hero::after { background: linear-gradient(180deg,rgba(3,12,21,.99) 0%,rgba(3,12,21,.96) 52%,rgba(3,12,21,.38) 80%,rgba(3,12,21,.62) 100%); }.article-hero-inner { padding-block: 78px 300px; }.article-back { margin-bottom: 28px; }.article-hero h1 { font-size: clamp(38px,10vw,48px); }.article-hero-lead { font-size: 16px; }
  .article-main { padding: 74px 0 86px; }.article-aside { margin-bottom: 40px; }.article-aside-inner { grid-template-columns: 1fr; }.article-aside span,.article-aside a { min-height: 50px; padding: 0; border-left: 0; border-bottom: 1px solid var(--line); }.article-aside a:last-child { border-bottom: 0; }.article-content .article-intro { margin-bottom: 50px; padding: 24px; font-size: 16px; }.article-content section { margin-top: 58px; }.article-content h2 { font-size: 32px; }.article-content > p,.article-content section > p { font-size: 16px; }.article-capabilities { grid-template-columns: 1fr; }.article-capabilities article { min-height: 0; border-right: 0; }.article-capabilities article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }.article-capabilities article:last-child { border-bottom: 0; }.article-capabilities span { margin-bottom: 28px; }.article-figure { margin-top: 48px; }.article-figure figcaption { flex-direction: column; gap: 4px; }.article-conclusion { margin-top: 58px; padding: 28px 24px; }.article-related { padding: 66px 0; }.article-related-link { grid-template-columns: 1fr auto; gap: 20px; }.article-related-link strong { font-size: 27px; }
  .footer { padding-top: 58px; }.footer-grid { grid-template-columns: 1fr; gap: 38px; }.footer-brand p { max-width: 320px; }.footer-bottom { flex-direction: column; gap: 8px; margin-top: 44px; }
  .back-to-top { right: 14px; bottom: 16px; width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.orbit { animation: none; } * { transition-duration: .01ms !important; } }
