:root {
  color-scheme: dark;
  --black: #050505;
  --black-soft: #0d0d0d;
  --white: #f3f3ee;
  --paper: #e8e8e2;
  --ink: #080808;
  --gray: #9b9b95;
  --line-light: rgba(255, 255, 255, 0.18);
  --line-dark: rgba(5, 5, 5, 0.18);
  --page-progress: 0;
}

.site-header { view-transition-name: v7-site-header; }
main { view-transition-name: v7-site-content; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
html:has(#enterprise-ai-team) { scroll-behavior: auto; }
body { margin: 0; min-width: 0; overflow-x: clip; color: var(--white); background: var(--black); font-family: Inter, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 300; top: 8px; left: 8px; min-width: 44px; min-height: 44px; padding: 12px 18px; color: var(--ink); background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: grid; width: 100%; min-height: 76px; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 3.5vw, 56px); border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(5,5,5,.82); backdrop-filter: blur(16px); }
.brand, .header-actions, .desktop-nav, .footer-logo { display: flex; align-items: center; }
.brand { justify-self: start; min-height: 44px; gap: 11px; text-decoration: none; font-size: 18px; font-weight: 650; letter-spacing: -.02em; }
.brand img { width: 48px; height: auto; flex: 0 0 auto; object-fit: contain; }
.brand small, .footer-logo small { color: #a8a8a2; font: 600 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; }
.desktop-nav { gap: clamp(18px, 3vw, 48px); }
.desktop-nav a, .header-actions a { display: flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding-inline: 8px; color: #c3c3bd; text-decoration: none; font-size: 12px; letter-spacing: .08em; }
.desktop-nav a[aria-current="page"], .desktop-nav a.is-current { color: var(--white); }
.header-actions { justify-self: end; gap: 10px; }
.language-switcher { position: relative; z-index: 2; color: var(--white); }
.language-switcher > summary { display: inline-flex; min-width: 58px; min-height: 44px; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid var(--line-light); color: inherit; background: rgba(5,5,5,.72); cursor: pointer; list-style: none; font: 650 10px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; overflow-wrap: anywhere; }
.language-switcher > summary::-webkit-details-marker { display: none; }
.language-switcher > summary::after { width: 6px; height: 6px; margin-left: 10px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ""; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.language-switcher[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.language-switcher > summary:hover,.language-switcher > summary:focus-visible { border-color: #ffd400; outline: 2px solid #ffd400; outline-offset: 2px; }
.language-switcher > nav { position: absolute; z-index: 180; top: calc(100% + 8px); right: 0; display: grid; min-width: 148px; padding: 5px; border: 1px solid rgba(255,255,255,.22); background: rgba(5,5,5,.97); box-shadow: 0 18px 48px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.language-switcher > nav a { display: flex; min-width: 100%; min-height: 44px; align-items: center; justify-content: space-between; padding: 0 12px; color: #b8b8b2; text-decoration: none; text-align: left; font: 600 11px/1.35 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .08em; overflow-wrap: anywhere; }
.language-switcher > nav a::after { width: 5px; height: 5px; flex: 0 0 auto; margin-left: 10px; border-radius: 50%; background: #ffd400; opacity: 0; content: ""; }
.language-switcher > nav a:hover,.language-switcher > nav a:focus-visible,.language-switcher > nav a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.07); outline: 0; }
.language-switcher > nav a[aria-current="page"]::after { opacity: 1; }
.language-switcher-fallback { display: grid; min-width: 220px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
.language-switcher-fallback a { display: flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 5px 7px; color: #b8b8b2; text-decoration: none; text-align: center; font: 600 11px/1.35 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .06em; overflow-wrap: anywhere; }
.language-switcher-fallback a:hover,.language-switcher-fallback a:focus-visible,.language-switcher-fallback a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.07); outline: 0; }
html:not(.js-ready) .site-header .header-actions > .language-switcher { display: none; }
.menu-button { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; border: 1px solid var(--line-light); color: var(--white); background: transparent; }
.menu-button span { width: 19px; height: 1px; background: currentColor; }

.scene { position: relative; min-height: 900px; overflow: hidden; isolation: isolate; }
.scene-index { position: absolute; z-index: 5; top: 108px; right: clamp(20px, 3.5vw, 56px); display: flex; gap: 12px; color: rgba(255,255,255,.45); font: 600 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .18em; }
.scene-index::before { position: absolute; top: 50%; right: calc(100% + 15px); width: 58px; height: 1px; background: currentColor; content: ""; }
.scene-index span:first-child { color: var(--white); }
.dark-index { color: rgba(5,5,5,.38); }
.dark-index span:first-child { color: var(--ink); }
.micro-label { margin: 0; color: #a1a19b; font: 650 11px/1.45 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .2em; }

.hero { display: flex; min-height: max(780px, 100svh); align-items: flex-end; background: #020202; }
.hero canvas, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero canvas { z-index: -3; }
.hero-grid { z-index: -2; opacity: .44; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(2,2,2,.92), rgba(2,2,2,.2) 56%, rgba(2,2,2,.62)); background-size: 64px 64px, 64px 64px, 100% 100%; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 82%, transparent); }
.hero-layout { display: grid; width: min(100% - clamp(40px, 7vw, 112px), 1480px); grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: end; gap: clamp(36px, 7vw, 120px); margin: 0 auto clamp(108px, 14vh, 150px); }
.hero h1 { max-width: 10em; margin: 24px 0 0; font-size: clamp(58px, 7.8vw, 120px); font-weight: 400; letter-spacing: -.075em; line-height: .94; }
.hero #hero-title { max-width: 12.5em; font-size: clamp(58px, 5.2vw, 82px); letter-spacing: -.06em; line-height: .96; }
.hero #hero-title .hero-title-phrase:first-child { display: block; white-space: nowrap; }
.hero #hero-title .hero-title-phrase:nth-child(n+2) { display: inline; white-space: nowrap; }
.hero-note { max-width: 760px; margin: 28px 0 0; color: #b4b4ad; font-size: 15px; line-height: 1.75; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { display: inline-flex; min-width: 132px; min-height: 48px; align-items: center; justify-content: center; padding: 11px 19px; border: 1px solid rgba(255,255,255,.4); color: inherit; background: transparent; text-decoration: none; cursor: pointer; }
.direction-arrow { display: inline-block; flex: 0 0 auto; width: .76em; height: .76em; margin-left: .18em; overflow: visible; vertical-align: -.04em; }
.direction-arrow path { fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: square; stroke-linejoin: miter; vector-effect: non-scaling-stroke; }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-outline { color: var(--ink); border-color: rgba(5,5,5,.35); }
.hero-register { display: grid; min-height: 280px; align-content: end; padding: 24px 0 6px 28px; border-left: 1px solid var(--line-light); color: #9d9d97; font: 600 10px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; }
.hero-register strong { margin: 18px 0; color: var(--white); font-size: clamp(20px, 2.1vw, 30px); font-weight: 500; letter-spacing: .08em; }
.hero-register i { width: 100%; height: 1px; margin-bottom: 16px; background: var(--line-light); }
.measure-track { position: absolute; right: clamp(20px, 3.5vw, 56px); bottom: 34px; left: clamp(20px, 3.5vw, 56px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; color: rgba(255,255,255,.45); font: 600 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; }
.measure-track i { height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.7) calc(var(--page-progress) * 100%), rgba(255,255,255,.15) 0); }

.interior-hero { min-height: max(720px, 86svh); }
.interior-hero .hero-layout { margin-bottom: clamp(94px, 12vh, 132px); }
.interior-hero h1 { max-width: 11.5em; font-size: clamp(54px, 7vw, 108px); }
.product-hero .hero-grid { opacity: .5; background-size: 52px 52px, 52px 52px, 100% 100%; }
.nowrap { white-space: nowrap; }

.surfaces { min-height: 1040px; padding: 156px clamp(20px, 5vw, 76px) 100px; color: var(--ink); background: var(--paper); }
.section-heading { display: grid; max-width: 1480px; grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 96px); margin: 0 auto 64px; }
.section-heading .micro-label { padding-top: 14px; color: #666660; }
.section-heading h2, .why h2, .contact h2 { margin: 0; font-size: clamp(42px, 5.8vw, 86px); font-weight: 420; letter-spacing: -.065em; line-height: .98; }
.surface-title-phrase { display: block; white-space: nowrap; }
.section-heading div > p { max-width: 760px; margin: 28px 0 0; color: #444440; font-size: 16px; line-height: 1.8; }
.surface-system { display: grid; max-width: 1480px; min-height: 590px; grid-template-columns: minmax(230px, .3fr) minmax(0, 1fr); margin: 0 auto; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.surface-tabs { display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); }
.surface-tabs button { position: relative; display: flex; width: 100%; min-height: 92px; align-items: center; gap: 18px; padding: 18px 20px; border: 0; border-bottom: 1px solid var(--line-dark); color: #62625d; background: transparent; text-align: left; cursor: pointer; }
.surface-tabs button span { font: 600 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.surface-tabs button span::before { content: attr(data-index); }
.surface-tabs button[aria-selected="true"] { color: var(--white); background: var(--ink); }
.surface-tabs button:focus-visible { outline: 2px solid currentColor; outline-offset: -5px; }
.surface-stage { position: relative; min-width: 0; min-height: 588px; }
.surface-panel { min-height: 588px; padding: clamp(24px, 3.5vw, 54px); background: #eeeeea; }
.surfaces .surface-stage,.surfaces .surface-panel { height: 620px; min-height: 620px; }
.js-ready .surface-panel[data-active="false"] { position: absolute; width: 0; height: 0; min-height: 0; padding: 0; overflow: hidden; opacity: 0; pointer-events: none; }
.surface-panel > header { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); font: 600 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }
.surface-panel > header b { font-family: inherit; font-weight: 600; }
.surface-panel > header em { color: #555550; font-style: normal; }
.surface-panel > p { max-width: 720px; margin: 24px 0 0; color: #4c4c47; line-height: 1.75; }
.panel-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.product-surfaces { min-height: 1080px; }
.product-surfaces .section-heading h2 { font-size: clamp(42px, 4.5vw, 68px); }
.product-surface-system .surface-stage { min-height: 640px; }
.cloud-interface { display: grid; min-height: 365px; grid-template-columns: minmax(0, 1fr) 160px; grid-template-rows: auto 1fr; margin-top: 22px; border: 1px solid var(--line-dark); }
.prompt-line { grid-column: 1 / -1; display: flex; min-height: 58px; align-items: center; gap: 30px; padding: 12px 16px; border-bottom: 1px solid var(--line-dark); }
.prompt-line span { color: #666660; font-size: 12px; }
.generation-field { position: relative; min-height: 305px; overflow: hidden; background-image: linear-gradient(rgba(5,5,5,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(5,5,5,.07) 1px, transparent 1px); background-size: 30px 30px; }
.generation-field i { position: absolute; border: 1px solid rgba(5,5,5,.3); border-radius: 50%; }
.generation-field i:nth-child(1) { inset: 18% 25%; }.generation-field i:nth-child(2) { inset: 29% 35%; }.generation-field i:nth-child(3) { width: 160px; height: 160px; top: 20%; left: 18%; }.generation-field i:nth-child(4) { width: 90px; height: 90px; right: 15%; bottom: 12%; }
.generation-field b { position: absolute; top: 50%; left: 50%; font: 600 12px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; transform: translate(-50%, -50%); }
.cloud-interface dl { display: grid; margin: 0; border-left: 1px solid var(--line-dark); }
.cloud-interface dl div { display: grid; align-content: center; justify-items: center; border-bottom: 1px solid var(--line-dark); }.cloud-interface dl div:last-child { border: 0; }
.cloud-interface dt { color: #60605b; font-size: 11px; }.cloud-interface dd { margin: 8px 0 0; font: 300 32px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.designer-interface { display: grid; grid-template-columns: minmax(0, .8fr) minmax(260px, 1.2fr); min-height: 365px; margin-top: 22px; border: 1px solid var(--line-dark); }
.designer-interface ol { display: grid; margin: 0; padding: 0; list-style: none; border-right: 1px solid var(--line-dark); }
.designer-interface li { display: grid; grid-template-columns: 28px 1fr; align-content: center; gap: 7px 12px; padding: 18px; border-bottom: 1px solid var(--line-dark); }.designer-interface li:last-child { border: 0; }
.designer-interface li span, .designer-interface li small { color: #686862; font: 600 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }.designer-interface li small { grid-column: 2; }
.workflow-scope { position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(5,5,5,.04), transparent); }
.workflow-scope span { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(5,5,5,.24); border-radius: 50%; transform: translate(-50%, -50%); }.workflow-scope span:nth-child(1) { width: 260px; height: 260px; }.workflow-scope span:nth-child(2) { width: 180px; height: 180px; }.workflow-scope span:nth-child(3) { width: 90px; height: 90px; background: var(--ink); }
.workflow-scope b { position: absolute; top: 50%; left: 50%; color: var(--white); font: 600 10px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-align: center; transform: translate(-50%, -50%); }
.core-map { position: relative; min-height: 390px; margin-top: 22px; border: 1px solid var(--line-dark); background-image: linear-gradient(rgba(5,5,5,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(5,5,5,.06) 1px, transparent 1px); background-size: 36px 36px; }
.core-map > strong { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 146px; height: 146px; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font: 600 13px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; transform: translate(-50%, -50%); }
.core-node { position: absolute; z-index: 2; display: grid; min-width: 112px; min-height: 48px; place-items: center; padding: 8px 12px; border: 1px solid rgba(5,5,5,.35); background: #eeeeea; font-size: 12px; }
.node-one { top: 12%; left: 10%; }.node-two { top: 10%; right: 12%; }.node-three { bottom: 11%; left: 10%; }.node-four { right: 8%; bottom: 12%; }.node-five { top: 50%; right: 4%; transform: translateY(-50%); }
.core-map > i { position: absolute; inset: 17% 15%; border: 1px solid rgba(5,5,5,.25); border-radius: 50%; }

.architecture-interface { display: grid; min-height: 365px; grid-template-columns: minmax(0,1.35fr) minmax(220px,.65fr); grid-template-rows: auto 1fr; margin-top: 22px; border: 1px solid var(--line-dark); }
.architecture-context { grid-column: 1 / -1; display: grid; min-height: 58px; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 12px 16px; border-bottom: 1px solid var(--line-dark); }
.architecture-context span { color: #666660; font-size: 12px; }.architecture-context small { font: 600 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.architecture-chain { display: grid; margin: 0; padding: 0; list-style: none; border-right: 1px solid var(--line-dark); }
.architecture-chain li { position: relative; display: grid; min-height: 61px; grid-template-columns: 32px 1fr auto; align-items: center; gap: 12px; padding: 10px 16px; border-bottom: 1px solid var(--line-dark); }.architecture-chain li:last-child { border-bottom: 0; }
.architecture-chain li::after { content: ''; position: absolute; right: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.architecture-chain span,.architecture-chain small { color: #666660; font: 600 10px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .08em; }
.architecture-field { position: relative; overflow: hidden; background-image: linear-gradient(rgba(5,5,5,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(5,5,5,.07) 1px,transparent 1px); background-size: 28px 28px; }
.architecture-field::before { content: ''; position: absolute; inset: 17% 13% 18% 18%; border: 1px solid rgba(5,5,5,.42); clip-path: polygon(12% 0,100% 14%,88% 100%,0 78%); }
.architecture-field i { position: absolute; border: 1px solid rgba(5,5,5,.28); border-radius: 50%; }.architecture-field i:nth-child(1) { width: 132px; height: 132px; top: 18%; left: 18%; }.architecture-field i:nth-child(2) { width: 76px; height: 76px; right: 13%; bottom: 13%; }.architecture-field i:nth-child(3) { width: 1px; height: 72%; top: 14%; left: 50%; border: 0; background: rgba(5,5,5,.24); transform: rotate(32deg); }.architecture-field i:nth-child(4) { width: 8px; height: 8px; top: 47%; left: 48%; background: var(--ink); }
.architecture-field b { position: absolute; right: 18px; bottom: 16px; font: 600 10px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .13em; text-align: right; }

.materials-interface { display: grid; min-height: 365px; grid-template-columns: minmax(280px,1.05fr) minmax(0,.95fr); margin-top: 22px; border: 1px solid var(--line-dark); }
.material-specimens { position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; border-right: 1px solid var(--line-dark); }
.material-specimens i { position: relative; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: repeating-linear-gradient(135deg,transparent 0 16px,rgba(5,5,5,.08) 16px 17px); }.material-specimens i:nth-child(2n) { border-right: 0; }.material-specimens i:nth-child(n+3) { border-bottom: 0; }.material-specimens i:nth-child(2) { background: repeating-linear-gradient(90deg,transparent 0 28px,rgba(5,5,5,.08) 28px 29px); }.material-specimens i:nth-child(3) { background: radial-gradient(circle at 32% 34%,transparent 0 23px,rgba(5,5,5,.13) 24px 25px,transparent 26px),radial-gradient(circle at 72% 66%,transparent 0 31px,rgba(5,5,5,.1) 32px 33px,transparent 34px); }.material-specimens i:nth-child(4) { background: linear-gradient(25deg,transparent 48%,rgba(5,5,5,.16) 49% 50%,transparent 51%),linear-gradient(-25deg,transparent 48%,rgba(5,5,5,.1) 49% 50%,transparent 51%); background-size: 42px 42px; }
.material-specimens i::after { content: attr(data-code); position: absolute; top: 12px; left: 12px; font: 600 9px/1 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }.material-specimens b { position: absolute; z-index: 2; right: 18px; bottom: 16px; padding: 7px; background: #eeeeea; font: 600 10px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; text-align: right; }
.material-route { display: grid; margin: 0; padding: 0; list-style: none; }
.material-route li { display: grid; min-height: 25%; grid-template-columns: 30px 1fr; align-content: center; gap: 6px 12px; padding: 14px 16px; border-bottom: 1px solid var(--line-dark); }.material-route li:last-child { border-bottom: 0; }
.material-route span,.material-route small { color: #666660; font: 600 10px/1.3 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .07em; }.material-route small { grid-column: 2; }

.network-interface { position: relative; min-height: 365px; margin-top: 22px; overflow: hidden; border: 1px solid var(--line-dark); background-image: linear-gradient(rgba(5,5,5,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(5,5,5,.055) 1px,transparent 1px); background-size: 36px 36px; }
.network-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 128px; height: 128px; place-content: center; border-radius: 50%; color: var(--white); background: var(--ink); text-align: center; transform: translate(-50%,-50%); }.network-core small,.network-node small { display: block; margin-top: 6px; font: 600 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.network-node { position: absolute; z-index: 2; display: grid; min-width: 132px; min-height: 58px; place-content: center; padding: 8px 14px; border: 1px solid rgba(5,5,5,.38); background: #eeeeea; text-align: center; }.network-designer { top: 12%; left: 9%; }.network-institution { top: 12%; right: 9%; }.network-creator { bottom: 12%; left: 9%; }.network-brand { right: 9%; bottom: 12%; }
.network-interface > i { position: absolute; top: 50%; left: 50%; width: 42%; height: 1px; background: rgba(5,5,5,.28); transform-origin: left center; }.network-interface > i:nth-of-type(1) { transform: rotate(-150deg); }.network-interface > i:nth-of-type(2) { transform: rotate(-30deg); }.network-interface > i:nth-of-type(3) { transform: rotate(150deg); }.network-interface > i:nth-of-type(4) { transform: rotate(30deg); }
.network-interface > em { position: absolute; right: 15px; bottom: 12px; color: #5d5d58; font: 600 10px/1.3 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .08em; font-style: normal; }

.why { min-height: 900px; padding: 156px clamp(20px, 5vw, 76px) 100px; background: var(--black); }
.why-heading { display: grid; max-width: 1480px; grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 96px); margin: 0 auto 76px; }
.why-heading .micro-label { padding-top: 14px; }.why-heading h2 { max-width: 1040px; }.why-heading > p:last-child { grid-column: 2; max-width: 770px; margin: 28px 0 0; color: #afafa8; font-size: 16px; line-height: 1.8; }
.capability-system { display: grid; max-width: 1480px; margin: 0 auto; border-top: 1px solid var(--line-light); }
.capability-system article { display: grid; min-height: 190px; grid-template-columns: minmax(130px, .25fr) minmax(220px, .45fr) minmax(0, 1fr) minmax(130px, .3fr); align-items: center; gap: 30px; border-bottom: 1px solid var(--line-light); background: transparent; }
.capability-system article > span { color: #81817b; font: 600 10px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; }.capability-system h3 { margin: 0; font-size: clamp(28px, 3vw, 46px); font-weight: 430; letter-spacing: -.045em; }.capability-system article > p { color: #afafa8; line-height: 1.75; }
.instrument { display: flex; height: 80px; align-items: end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.42); }.instrument i { display: block; width: 1px; height: 45%; background: rgba(255,255,255,.62); }.instrument i:nth-child(2) { height: 90%; }.instrument i:nth-child(3) { height: 65%; }.bars i { width: 25%; }.orbit { position: relative; border: 0; }.orbit i { position: absolute; inset: 10%; width: auto; height: auto; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: transparent; }.orbit i:nth-child(2) { inset: 24%; }.orbit i:nth-child(3) { inset: 42%; background: var(--white); }
.contact { min-height: 1100px; padding: 156px clamp(20px, 5vw, 76px) 0; color: var(--ink); background: var(--paper); }
.contact-close { max-width: 1480px; margin: 0 auto 120px; }.contact-close .micro-label { margin-bottom: 26px; color: #65655f; }.contact-close h2 { max-width: 1050px; }.contact-actions { margin-top: 42px; }
.enterprise-footer { display: grid; max-width: 1600px; grid-template-columns: minmax(260px, 1.6fr) repeat(4, minmax(130px, .65fr)); gap: 0 28px; margin: 0 auto; padding: 66px 0 28px; border-top: 1px solid var(--line-dark); }
.footer-brand { padding-right: clamp(20px, 4vw, 70px); }.footer-logo { min-height: 48px; gap: 10px; text-decoration: none; font-size: 16px; font-weight: 680; }.footer-logo img { width: 42px; height: auto; flex: 0 0 auto; object-fit: contain; }.footer-brand p { max-width: 430px; color: #4e4e49; line-height: 1.75; }.footer-brand > a:last-child { display: inline-flex; min-height: 44px; align-items: center; color: #282825; }
.footer-logo small { color: #65655f; }
.footer-group { display: flex; flex-direction: column; }.footer-group h3 { margin: 10px 0 18px; font: 650 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; }.footer-group a, .footer-group button { display: flex; width: 100%; min-height: 44px; align-items: center; padding: 7px 0; border: 0; color: #4b4b46; background: transparent; text-align: left; text-decoration: none; cursor: pointer; }
.footer-legal { grid-column: 1 / -1; display: grid; min-height: 76px; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 20px; margin-top: 54px; border-top: 1px solid var(--line-dark); color: #5f5f59; font: 600 10px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.footer-legal > :last-child { text-align: right; }
.footer-icp { color: inherit; text-decoration: none; }
.footer-icp:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-icp:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.orbit-wake { position: fixed; z-index: 255; inset: 0; display: none; width: 100vw; height: 100vh; pointer-events: none; mix-blend-mode: difference; }
.orbit-cursor { position: fixed; z-index: 260; top: 0; left: 0; display: none; width: 40px; height: 40px; opacity: 0; pointer-events: none; mix-blend-mode: difference; transform: translate3d(-80px,-80px,0) translate(-50%,-50%); }
.orbit-cursor span, .orbit-cursor i { position: absolute; border-radius: 50%; }
.orbit-cursor span { inset: 1px; border: 1px solid rgba(255,255,255,.62); transition: transform 140ms ease, border-color 140ms ease; }
.orbit-cursor i { top: 50%; left: 50%; width: 5px; height: 5px; background: #f3f3ee; transform: translate(-50%,-50%); }
.orbit-cursor[data-ready="true"] { opacity: 1; }
.orbit-cursor[data-interactive="true"] span { border-color: #fff; transform: scale(.62); }

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  html.js-ready, html.js-ready body, html.js-ready body * { cursor: none !important; }
  html.js-ready .orbit-wake, html.js-ready .orbit-cursor { display: block; }
  html.js-ready dialog[open], html.js-ready dialog[open] * { cursor: auto !important; }
}

.overlay { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; color: var(--white); background: rgba(0,0,0,.72); }
.overlay::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }
.overlay-panel { position: absolute; top: 50%; left: 50%; width: min(720px, calc(100% - 32px)); max-height: calc(100% - 32px); overflow: auto; padding: clamp(24px, 4vw, 52px); border: 1px solid rgba(255,255,255,.2); background: var(--black-soft); transform: translate(-50%, -50%); }
.overlay-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 30px; }.overlay-panel h2 { margin: 9px 0 0; font-size: clamp(32px, 5vw, 58px); font-weight: 430; letter-spacing: -.055em; }.overlay-panel header > button { width: 48px; min-width: 48px; height: 48px; border: 1px solid var(--line-light); color: var(--white); background: transparent; font-size: 25px; cursor: pointer; }
.overlay-panel form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.overlay-panel label { display: grid; gap: 8px; color: #b0b0aa; font-size: 12px; }.overlay-panel input, .overlay-panel textarea { width: 100%; min-height: 48px; padding: 12px; border: 1px solid rgba(255,255,255,.3); color: var(--white); background: #151515; }.overlay-panel textarea { resize: vertical; }.overlay-panel form .button { grid-column: 1 / -1; }.dialog-email { display: inline-flex; min-height: 44px; align-items: center; margin-top: 20px; }.social-panel { width: min(1000px, calc(100% - 32px)); }.social-panel img { display: block; width: 100%; height: auto; border: 1px solid var(--line-light); }.social-panel p { color: #b3b3ad; }
.menu-panel { width: min(480px, calc(100% - 24px)); }.menu-panel nav { display: grid; }.menu-panel nav a { display: flex; min-height: 58px; align-items: center; border-top: 1px solid var(--line-light); text-decoration: none; font-size: 22px; }
.menu-panel nav a[aria-current="page"], .menu-panel nav a.is-current { font-weight: 650; }
.manager-panel { width: min(1040px, calc(100% - 32px)); overflow: hidden; padding: 0; background: #070707; }
.manager-panel > header { margin: 0; padding: clamp(24px,3vw,42px); border-bottom: 1px solid rgba(255,255,255,.18); }
.manager-contact-layout { display: grid; min-height: 510px; grid-template-columns: minmax(0,1fr) minmax(300px,.72fr); }
.manager-contact-copy { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: clamp(34px,5vw,72px); border-right: 1px solid rgba(255,255,255,.18); isolation: isolate; }
.manager-contact-copy::before { position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px); background-size: 42px 42px; content: ""; mask-image: linear-gradient(to bottom,transparent,#000); }
.manager-contact-copy::after { position: absolute; z-index: -1; top: 13%; right: 12%; width: 124px; aspect-ratio: 1; border: 1px solid #ffd400; border-radius: 50%; content: ""; box-shadow: 0 0 0 22px rgba(255,212,0,.06),0 0 0 56px rgba(255,255,255,.025); }
.manager-contact-index { color: #ffd400; font: 700 9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .16em; }
.manager-contact-copy strong { margin-top: 18px; font-size: clamp(54px,7vw,96px); font-weight: 480; letter-spacing: -.075em; line-height: .9; }
.manager-contact-copy > span:not(.manager-contact-index) { margin-top: 16px; color: #b8b7b0; font-size: 14px; }
.manager-contact-copy p { max-width: 420px; margin: 64px 0 0; font-size: clamp(19px,2vw,28px); line-height: 1.45; }
.manager-contact-copy small { max-width: 420px; margin-top: 14px; color: #8e8d87; font-size: 11px; line-height: 1.7; }
.manager-qr-viewport { position: relative; place-self: center; width: min(320px,calc(100% - 56px)); aspect-ratio: 1; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.28); background: #fff; box-shadow: 18px 18px 0 rgba(255,212,0,.88); }
.manager-qr-viewport::before,.manager-qr-viewport::after { position: absolute; z-index: 2; width: 18px; height: 18px; content: ""; pointer-events: none; }
.manager-qr-viewport::before { top: 10px; left: 10px; border-top: 1px solid #ffd400; border-left: 1px solid #ffd400; }
.manager-qr-viewport::after { right: 10px; bottom: 10px; border-right: 1px solid #ffd400; border-bottom: 1px solid #ffd400; }
.manager-qr-viewport img { position: absolute; top: 0; left: 0; display: block; width: 360%; max-width: none; height: auto; transform: translate(-64.8%,-60%); }

/* V7 enterprise + about interiors */
.interior-hero h1 { text-wrap: balance; }
.enterprise-hero .hero-grid { opacity: .5; background-size: 48px 48px, 48px 48px, 100% 100%; }
.about-hero .hero-grid { opacity: .46; background-size: 72px 72px, 72px 72px, 100% 100%; }
.enterprise-heading, .about-heading { display: grid; max-width: 1480px; grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 96px); margin: 0 auto 72px; }
.enterprise-heading .micro-label, .about-heading .micro-label { padding-top: 14px; color: #62625d; }
.enterprise-heading h2, .about-heading h2 { max-width: 1080px; margin: 0; font-size: clamp(42px, 5.5vw, 82px); font-weight: 420; letter-spacing: -.065em; line-height: .99; text-wrap: balance; }
.enterprise-heading div > p, .about-heading div > p { max-width: 760px; margin: 28px 0 0; color: #454541; font-size: 16px; line-height: 1.8; }

.enterprise-core-scene { min-height: 1080px; padding: 156px clamp(20px, 5vw, 76px) 104px; color: var(--ink); background: var(--paper); }
.enterprise-core-layout { display: grid; max-width: 1480px; grid-template-columns: minmax(180px, .27fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); margin: 0 auto; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.core-legend { display: grid; align-content: center; padding: 34px 28px 34px 0; border-right: 1px solid var(--line-dark); }
.core-legend span { color: #585853; font: 650 10px/1.45 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; }
.core-legend p { margin: 12px 0 0; color: #3f3f3b; font-size: 13px; line-height: 1.75; }
.core-legend i { width: 1px; height: 82px; margin: 22px 0; background: var(--line-dark); }
.enterprise-core-map { position: relative; min-width: 0; min-height: 620px; overflow: hidden; margin: 0; background-image: linear-gradient(rgba(5,5,5,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(5,5,5,.065) 1px, transparent 1px); background-size: 36px 36px; }
.enterprise-core-map::before, .enterprise-core-map::after { position: absolute; z-index: 0; content: ""; background: rgba(5,5,5,.2); }
.enterprise-core-map::before { top: 50%; left: 7%; width: 86%; height: 1px; }
.enterprise-core-map::after { top: 9%; left: 50%; width: 1px; height: 82%; }
.enterprise-core-map figcaption { position: absolute; z-index: 3; top: 20px; left: 22px; color: #5d5d58; font: 650 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; }
.enterprise-core-map > strong { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 166px; height: 166px; place-items: center; padding: 18px; border-radius: 50%; color: var(--white); background: var(--ink); font: 650 13px/1.45 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .04em; text-align: center; transform: translate(-50%, -50%); }
.enterprise-core-node { position: absolute; z-index: 4; display: grid; min-width: 128px; min-height: 54px; place-items: center; padding: 10px 14px; border: 1px solid rgba(5,5,5,.4); color: #191917; background: #eeeeea; font-size: 13px; text-align: center; }
.enterprise-node-standard { top: 13%; left: 7%; }.enterprise-node-project { top: 13%; right: 7%; }.enterprise-node-material { bottom: 13%; left: 7%; }.enterprise-node-workbench { right: 7%; bottom: 13%; }.enterprise-node-agent { top: 50%; left: 6%; transform: translateY(-50%); }
.core-orbit { position: absolute; z-index: 1; border: 1px solid rgba(5,5,5,.24); border-radius: 50%; pointer-events: none; }
.core-orbit-outer { inset: 10% 16%; }.core-orbit-inner { inset: 24% 30%; }

.enterprise-ai-team { min-height: 1180px; padding: 156px clamp(20px, 5vw, 76px) 104px; background: #080808; }
.enterprise-orchestration { --team-route-y: -130px; position: relative; isolation: isolate; display: grid; max-width: 1480px; min-width: 0; grid-template-columns: minmax(145px,.72fr) minmax(0,3.8fr) minmax(145px,.72fr); grid-template-rows: 54px minmax(352px,1fr) 64px; margin: 0 auto; overflow: hidden; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background-color: #080808; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 28px 28px; }
.enterprise-orchestration::after { position: absolute; z-index: 5; top: 54px; bottom: 64px; left: 0; width: 1px; background: linear-gradient(180deg,transparent,rgba(255,255,255,.5),transparent); box-shadow: 0 0 28px rgba(255,255,255,.13); content: ""; opacity: .46; pointer-events: none; animation: team-scan 10.8s cubic-bezier(.55,0,.25,1) infinite; }
.team-system-head { z-index: 4; display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 24px; padding: 0 20px; border-bottom: 1px solid var(--line-light); color: #8e8e87; font: 650 9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .16em; }
.team-inputs,.team-outputs { position: relative; z-index: 4; display: grid; min-width: 0; align-content: center; padding: 28px 20px; background: rgba(8,8,8,.86); }
.team-inputs { border-right: 1px solid var(--line-light); }.team-outputs { border-left: 1px solid var(--line-light); }
.team-inputs p,.team-outputs p { margin: 0 0 24px; color: #777771; font: 650 9px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .15em; }
.team-inputs span,.team-outputs span { position: relative; display: flex; min-height: 48px; align-items: center; padding: 10px 0 10px 15px; border-top: 1px solid rgba(255,255,255,.13); color: #c2c2ba; font-size: 13px; }
.team-inputs span::before,.team-outputs span::before { position: absolute; left: 0; width: 4px; height: 4px; background: #787872; content: ""; }
.team-role-matrix { position: relative; z-index: 4; display: grid; min-width: 0; grid-template-columns: repeat(6,minmax(0,1fr)); background: rgba(8,8,8,.76); }
.team-role { position: relative; display: grid; min-width: 0; min-height: 176px; grid-template-rows: auto auto 1fr auto; align-content: start; gap: 10px; padding: 22px 18px 18px; border: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); border-radius: 0; color: #b7b7b0; background: rgba(8,8,8,.82); text-align: left; cursor: pointer; transition: color .24s ease,background-color .24s ease,box-shadow .24s ease; }
.team-role:nth-child(6n) { border-right: 0; }.team-role:nth-child(n+7) { border-bottom: 0; }
.team-role > span { color: #777771; font: 650 9px/1 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .16em; }
.team-role strong { color: inherit; font-size: clamp(16px,1.35vw,21px); font-weight: 510; letter-spacing: -.025em; }
.team-role small { color: #8f8f88; font-size: 12px; line-height: 1.55; }
.team-role em { align-self: end; color: #666661; font: 650 8px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.team-role:hover,.team-role:focus-visible,.team-role.is-active,.team-role[aria-pressed="true"] { color: var(--white); background: rgba(255,255,255,.055); box-shadow: inset 0 0 0 1px rgba(255,255,255,.38); }
.team-role:focus-visible { z-index: 6; outline: 2px solid var(--white); outline-offset: -5px; }
.team-role:hover small,.team-role:focus-visible small,.team-role.is-active small,.team-role[aria-pressed="true"] small { color: #d0d0c9; }
.team-role:hover em,.team-role:focus-visible em,.team-role.is-active em,.team-role[aria-pressed="true"] em { color: #9f9f98; }
.team-route-layer { position: absolute; z-index: 1; top: 54px; right: 0; bottom: 64px; left: 0; width: 100%; height: calc(100% - 118px); pointer-events: none; }
.team-route-base,.team-route-active { fill: none; vector-effect: non-scaling-stroke; }
.team-route-base { stroke: rgba(255,255,255,.11); stroke-width: 1; stroke-dasharray: 2 8; }
.team-route { opacity: 0; transition: opacity .24s ease; }.team-route.is-active { opacity: 1; }
.team-route-active { stroke: rgba(255,255,255,.55); stroke-width: 1.25; stroke-dasharray: 6 7; }
.team-task-pulse { fill: var(--white); transform-box: fill-box; transform-origin: center; animation: team-route-flow 7.2s cubic-bezier(.45,0,.2,1) infinite; }
.enterprise-orchestration[data-active-role="06"],.enterprise-orchestration[data-active-role="07"],.enterprise-orchestration[data-active-role="08"],.enterprise-orchestration[data-active-role="09"],.enterprise-orchestration[data-active-role="10"] { --team-route-y: 130px; }
.team-system-note { z-index: 4; display: flex; grid-column: 1 / -1; align-items: center; margin: 0; padding: 0 20px; border-top: 1px solid var(--line-light); color: #85857f; background: rgba(8,8,8,.94); font: 650 9px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .11em; }
html:not(.js-ready) .enterprise-orchestration::after,html:not(.js-ready) .team-task-pulse,body:has(dialog[open]) .enterprise-orchestration::after,body:has(dialog[open]) .team-task-pulse { animation-play-state: paused; }

@keyframes team-route-flow {
  0%,8% { opacity: 0; transform: translate(0,0); }
  12% { opacity: 1; }
  40% { opacity: 1; transform: translate(180px,var(--team-route-y)); }
  82% { opacity: 1; transform: translate(880px,var(--team-route-y)); }
  94% { opacity: 1; transform: translate(992px,0); }
  100% { opacity: 0; transform: translate(992px,0); }
}
@keyframes team-scan { 0%,12% { transform: translateX(-2px); } 74%,100% { transform: translateX(calc(1480px - 2px)); } }

.architecture-project-intelligence { min-height: 1160px; overflow: hidden; padding: 156px clamp(20px,5vw,76px) 104px; color: var(--ink); background-color: var(--paper); background-image: linear-gradient(rgba(5,5,5,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(5,5,5,.045) 1px,transparent 1px); background-size: 36px 36px; }
.architecture-project-system { position: relative; isolation: isolate; display: grid; max-width: 1480px; min-width: 0; grid-template-columns: minmax(0,1.45fr) minmax(320px,.55fr); margin: 0 auto; overflow: hidden; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); background: rgba(232,232,226,.92); }
.architecture-project-system::before { position: absolute; z-index: 6; top: 0; bottom: 0; left: -18%; width: 18%; background: linear-gradient(90deg,transparent,rgba(255,212,0,.2),rgba(5,5,5,.08),transparent); content: ""; opacity: 0; pointer-events: none; }
[data-motion-scope][data-motion-state="revealed"] .architecture-project-system::before { animation: architecture-project-scan 1.1s .12s cubic-bezier(.2,.8,.2,1) both; }
.architecture-project-flow { min-width: 0; border-right: 1px solid var(--line-dark); }
.architecture-project-flow article { display: grid; min-height: 134px; grid-template-columns: minmax(96px,.24fr) minmax(150px,.42fr) minmax(0,1fr) minmax(92px,.2fr); align-items: center; gap: clamp(18px,2.6vw,42px); padding: 22px 24px; border-bottom: 1px solid var(--line-dark); }
.architecture-project-flow article > span { color: #5e5e58; font: 650 9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .14em; }
.architecture-project-flow h3 { margin: 0; font-size: clamp(23px,2.2vw,34px); font-weight: 460; letter-spacing: -.04em; }
.architecture-project-flow p { margin: 0; color: #484843; font-size: 13px; line-height: 1.72; }
.architecture-project-flow b { justify-self: end; color: #70706a; font: 650 8px/1.35 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.architecture-executive-layer { display: grid; min-width: 0; grid-template-rows: auto 1fr auto; padding: 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: #deded8; }
.architecture-executive-layer header > span { color: #62625d; font: 650 9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .15em; }
.architecture-executive-layer h3 { margin: 42px 0 0; font-size: clamp(30px,3vw,48px); font-weight: 450; letter-spacing: -.05em; line-height: 1.02; }
.architecture-executive-layer header p { margin: 22px 0 0; color: #484843; font-size: 13px; line-height: 1.75; }
.architecture-executive-layer ul { align-self: center; margin: 42px 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.architecture-executive-layer li { position: relative; display: flex; min-height: 74px; align-items: center; padding: 14px 14px 14px 32px; border-bottom: 1px solid var(--line-dark); font-size: 15px; }
.architecture-executive-layer li::before { position: absolute; left: 6px; width: 7px; height: 7px; background: #ffd400; content: ""; box-shadow: 0 0 16px rgba(255,212,0,.35); }
.architecture-deployment-note { align-self: end; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line-dark); color: #555550; font: 650 9px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .08em; }
@keyframes architecture-project-scan { 0% { opacity: 0; transform: translateX(0); } 14% { opacity: 1; } 82% { opacity: .7; } 100% { opacity: 0; transform: translateX(656%); } }

.enterprise-partnerships { min-height: 1080px; overflow: hidden; padding: 156px clamp(20px,5vw,76px) 104px; background-color: #0a0a0a; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 36px 36px; }
.partnership-disclosure-note { display: flex; max-width: 1480px; min-height: 48px; align-items: center; margin: 0 auto 26px; padding: 10px 16px 10px 30px; border-top: 1px solid rgba(255,212,0,.42); border-bottom: 1px solid rgba(255,212,0,.2); color: #b9b9b1; font: 650 9px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.partnership-disclosure-note::before { width: 6px; height: 6px; flex: 0 0 auto; margin-right: 14px; background: #ffd400; box-shadow: 0 0 18px rgba(255,212,0,.4); content: ""; }
.partnership-matrix { position: relative; isolation: isolate; display: grid; max-width: 1480px; min-width: 0; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0 auto; overflow: hidden; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); background: rgba(8,8,8,.86); }
.partnership-matrix::before { position: absolute; z-index: 5; top: 0; bottom: 0; left: -22%; width: 22%; background: linear-gradient(90deg,transparent,rgba(255,212,0,.05),rgba(255,255,255,.12),transparent); content: ""; opacity: 0; pointer-events: none; transform: translateX(0); }
[data-motion-scope][data-motion-state="revealed"] .partnership-matrix::before { animation: partnership-scan 1.15s .12s cubic-bezier(.2,.8,.2,1) both; }
.partnership-group { min-width: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.partnership-group > header { position: relative; min-height: 340px; padding: 30px 28px; overflow: hidden; }
.partnership-group > header::after { position: absolute; right: 28px; bottom: 28px; left: 28px; height: 1px; background: linear-gradient(90deg,#ffd400 0 18%,rgba(255,255,255,.14) 18% 100%); content: ""; }
.partnership-group > header > span { color: #85857e; font: 650 9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .15em; }
.partnership-group h3 { margin: 72px 0 0; color: var(--white); font-size: clamp(27px,2.4vw,38px); font-weight: 430; letter-spacing: -.045em; }
.partnership-group header p { max-width: 260px; margin: 20px 0 0; color: #a7a79f; font-size: 13px; line-height: 1.75; }
@keyframes partnership-scan { 0% { opacity: 0; transform: translateX(0); } 14% { opacity: 1; } 82% { opacity: .72; } 100% { opacity: 0; transform: translateX(555%); } }

.enterprise-security { min-height: 900px; padding: 156px clamp(20px, 5vw, 76px) 104px; background: var(--black); }
.enterprise-heading-dark .micro-label { color: #94948d; }
.enterprise-heading-dark div > p { color: #b5b5ae; }
.security-sequence { max-width: 1480px; margin: 0 auto; border-top: 1px solid var(--line-light); }
.security-sequence article { display: grid; min-height: 176px; grid-template-columns: minmax(130px,.25fr) minmax(220px,.42fr) minmax(0,1fr) minmax(96px,.2fr); align-items: center; gap: clamp(22px, 3vw, 52px); border-bottom: 1px solid var(--line-light); }
.security-sequence article > span { color: #8e8e88; font: 650 10px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; }
.security-sequence h3 { margin: 0; font-size: clamp(27px, 3vw, 44px); font-weight: 430; letter-spacing: -.045em; }
.security-sequence p { color: #b4b4ad; line-height: 1.75; }
.security-sequence b { justify-self: end; color: #777771; font: 650 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; }
.enterprise-contact { min-height: 1050px; }

.about-capabilities { min-height: 1120px; padding: 156px clamp(20px, 5vw, 76px) 104px; color: var(--ink); background: var(--paper); }
.about-capability-system { max-width: 1480px; margin: 0 auto; border-top: 1px solid var(--line-dark); }
.about-capability-system article { display: grid; min-height: 224px; grid-template-columns: minmax(140px,.27fr) minmax(250px,.48fr) minmax(0,1fr) minmax(150px,.3fr); align-items: center; gap: clamp(22px, 3vw, 52px); border-bottom: 1px solid var(--line-dark); }
.about-capability-system article > span { color: #5c5c57; font: 650 10px/1.45 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; }
.about-capability-system h2 { margin: 0; font-size: clamp(30px, 3.3vw, 50px); font-weight: 430; letter-spacing: -.05em; line-height: 1.05; }
.about-capability-system article > p { color: #454541; line-height: 1.78; }
.about-instrument { position: relative; height: 92px; overflow: hidden; border: 1px solid rgba(5,5,5,.28); background-image: linear-gradient(rgba(5,5,5,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(5,5,5,.06) 1px, transparent 1px); background-size: 18px 18px; }
.about-instrument i { position: absolute; display: block; border: 1px solid rgba(5,5,5,.45); border-radius: 50%; }
.about-instrument i:nth-child(1) { inset: 14% 30%; }.about-instrument i:nth-child(2) { inset: 28% 38%; }.about-instrument i:nth-child(3) { top: 50%; left: 50%; width: 12px; height: 12px; background: var(--ink); transform: translate(-50%,-50%); }
.about-instrument b { position: absolute; right: 8px; bottom: 7px; color: #5e5e58; font: 650 8px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }
.knowledge-instrument i:nth-child(1) { inset: 16% 14% 58%; border-radius: 0; }.knowledge-instrument i:nth-child(2) { inset: 41% 24% 33%; border-radius: 0; }.knowledge-instrument i:nth-child(3) { top: auto; right: 34%; bottom: 12%; left: 34%; width: auto; height: 14px; border-radius: 0; transform: none; }
.network-instrument i:nth-child(1) { inset: 18% auto auto 12%; width: 18px; height: 18px; background: var(--ink); }.network-instrument i:nth-child(2) { inset: 55% 12% auto auto; width: 22px; height: 22px; }.network-instrument i:nth-child(3) { width: 16px; height: 16px; }
.network-instrument::before, .network-instrument::after { position: absolute; top: 50%; left: 20%; width: 60%; height: 1px; background: rgba(5,5,5,.4); content: ""; transform: rotate(20deg); }.network-instrument::after { transform: rotate(-18deg); }
.about-contact { min-height: 1040px; }
.about-contact-close > p:not(.micro-label) { max-width: 650px; margin: 26px 0 0; color: #4a4a45; font-size: 16px; line-height: 1.8; }

/* Product relationship, materials intelligence, and company profile */
.product-architecture, .company-profile { min-height: 980px; padding: 156px clamp(20px, 5vw, 76px) 104px; background: #080808; }
.materials-intelligence { min-height: 1040px; padding: 156px clamp(20px, 5vw, 76px) 104px; color: var(--ink); background: var(--paper); }
.product-architecture-heading, .company-profile-heading { display: grid; max-width: 1480px; grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr); gap: clamp(30px, 6vw, 96px); margin: 0 auto 72px; }
.product-architecture-heading .micro-label, .company-profile-heading .micro-label { padding-top: 14px; color: #94948d; }
.product-architecture-heading h2, .company-profile-heading h2 { max-width: 1080px; margin: 0; font-size: clamp(42px, 5.5vw, 82px); font-weight: 420; letter-spacing: -.065em; line-height: .99; text-wrap: balance; }
.product-architecture-heading div > p, .company-profile-heading div > p { max-width: 760px; margin: 28px 0 0; color: #b5b5ae; font-size: 16px; line-height: 1.8; }

.product-architecture-system { max-width: 1480px; margin: 0 auto; border-top: 1px solid var(--line-light); }
.product-architecture-system article { display: grid; min-height: 214px; grid-template-columns: minmax(138px,.25fr) minmax(230px,.48fr) minmax(0,1fr); align-items: center; gap: clamp(24px,4vw,64px); border-bottom: 1px solid var(--line-light); }
.product-architecture-system article > span { color: #85857e; font: 650 10px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .15em; }
.product-architecture-system h3 { margin: 0; font-size: clamp(28px,3.2vw,48px); font-weight: 430; letter-spacing: -.05em; }
.product-architecture-system dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; border-left: 1px solid var(--line-light); }
.product-architecture-system dl div { min-height: 114px; padding: 18px 22px; border-right: 1px solid var(--line-light); }
.product-architecture-system dt { color: #85857e; font: 650 9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .14em; }
.product-architecture-system dd { margin: 18px 0 0; color: #c9c9c2; font-size: 13px; line-height: 1.7; }

.materials-heading { margin-bottom: 64px; }
.materials-system { display: grid; max-width: 1480px; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0 auto; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.materials-system article { display: grid; min-height: 480px; grid-template-rows: auto auto 1fr 126px; gap: 22px; padding: 30px 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.materials-system article > span { color: #5d5d58; font: 650 10px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .15em; }
.materials-system h3 { margin: 0; font-size: clamp(28px,3vw,44px); font-weight: 440; letter-spacing: -.05em; }
.materials-system p { margin: 0; color: #42423e; font-size: 14px; line-height: 1.8; }
.materials-instrument { position: relative; align-self: end; overflow: hidden; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background-image: linear-gradient(rgba(5,5,5,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(5,5,5,.06) 1px,transparent 1px); background-size: 18px 18px; }
.materials-instrument i { position: absolute; display: block; border: 1px solid rgba(5,5,5,.46); }
.materials-instrument i:nth-child(1) { inset: 22px auto auto 18px; width: 40px; height: 54px; }.materials-instrument i:nth-child(2) { inset: 36px auto auto 48%; width: 54px; height: 36px; }.materials-instrument i:nth-child(3) { right: 18px; bottom: 22px; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); }
.materials-instrument::after { position: absolute; top: 50%; right: 20px; left: 20px; height: 1px; background: rgba(5,5,5,.34); content: ""; transform: rotate(-8deg); }
.materials-instrument b { position: absolute; right: 8px; bottom: 7px; color: #5f5f59; font: 650 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .14em; }
.material-selection i:nth-child(1),.material-selection i:nth-child(2) { border-radius: 50%; }.material-project i:nth-child(1) { width: 72px; height: 44px; }.material-project i:nth-child(2) { width: 36px; height: 64px; }.material-channel i:nth-child(1) { width: 30px; height: 30px; border-radius: 50%; }.material-channel i:nth-child(2) { width: 30px; height: 30px; border-radius: 50%; }

.company-profile-system { display: grid; max-width: 1480px; grid-template-columns: minmax(230px,.8fr) repeat(2,minmax(0,1fr)); margin: 0 auto; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.company-profile-system > * { min-height: 430px; padding: 34px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.company-profile-system span { color: #8c8c85; font: 650 10px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .15em; }
.company-profile-system h3 { margin: 34px 0 0; font-size: clamp(30px,3.1vw,48px); font-weight: 430; letter-spacing: -.05em; }
.company-profile-system p { margin: 24px 0 0; color: #b7b7b0; line-height: 1.8; }
.company-profile-system article { display: flex; flex-direction: column; }
.company-profile-system article strong { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line-light); color: #d0d0c8; font-size: 12px; font-weight: 500; line-height: 1.7; }
.company-profile-system aside i { display: block; width: 100%; height: 1px; margin: 58px 0 20px; background: linear-gradient(90deg,var(--white) 0 18%,rgba(255,255,255,.14) 18%); }
.company-profile-system aside small { color: #85857e; font: 650 9px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }

.form-status, .overlay-panel form .dialog-email { grid-column: 1 / -1; }
.form-status { min-height: 22px; margin: 0; color: #b7b7b0; font-size: 12px; line-height: 1.6; }
.form-status[data-state="success"] { color: #f3f3ee; }
.form-status[data-state="error"] { color: #dfb5b5; }
.overlay-panel form .dialog-email { margin-top: 0; }

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; }.desktop-nav, .header-actions > a { display: none; }.menu-button { display: flex; }.header-actions { display: flex; }
  .site-header .header-actions > .language-switcher { display: none; }
  /* The no-JS fallback lives in the header, not in the JS-only dialog. */
  html:not(.js-ready) .site-header .header-actions { display: flex; justify-self: end; }
  html:not(.js-ready) .site-header .header-actions > .language-switcher { display: none; }
  html:not(.js-ready) .site-header .header-actions > .menu-button { display: none; }
  html:not(.js-ready) .site-header .language-switcher-fallback { min-width: min(250px, 100%); }
  .menu-panel > .language-switcher { display: block; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line-light); }
  .menu-panel > .language-switcher > summary { width: 100%; justify-content: space-between; }
  .menu-panel > .language-switcher > nav { position: static; grid-template-columns: repeat(4,minmax(0,1fr)); min-width: 0; margin-top: 8px; padding: 4px; box-shadow: none; }
  .menu-panel > .language-switcher > nav a { justify-content: center; min-width: 0; padding: 0 5px; text-align: center; }
  .menu-panel > .language-switcher > nav a::after { display: none; }
  html:not(.js-ready) .site-header { min-height: 100px; grid-template-columns: 1fr; grid-template-rows: 44px 44px; align-content: center; padding-block: 6px; }
  html:not(.js-ready) .desktop-nav { display: grid; width: 100%; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; }
  html:not(.js-ready) .desktop-nav a { min-width: 0; padding-inline: 4px; overflow-wrap: anywhere; }
  html:not(.js-ready) .header-actions { display: none; }
  html:not(.js-ready) .site-header .header-actions { display: flex; grid-column: 1; grid-row: 2; justify-self: stretch; justify-content: center; }
  html:not(.js-ready) .site-header .language-switcher-fallback { width: 100%; max-width: 360px; }
  .scene-index { top: 90px; }.hero-layout { grid-template-columns: 1fr; margin-bottom: 104px; }.hero-register { display: none; }.hero h1 { font-size: clamp(50px, 11vw, 82px); }
  .section-heading, .why-heading { grid-template-columns: 1fr; gap: 22px; }.section-heading .micro-label, .why-heading .micro-label { padding: 0; }.why-heading > p:last-child { grid-column: 1; }
  .surface-system { display: block; }.surface-tabs { flex-direction: row; overflow-x: auto; overscroll-behavior-inline: contain; border-right: 0; border-bottom: 1px solid var(--line-dark); scroll-snap-type: x proximity; scrollbar-width: thin; }.surface-tabs button { flex: 0 0 max(220px, 34vw); min-height: 70px; border-right: 1px solid var(--line-dark); border-bottom: 0; scroll-snap-align: start; }.surface-stage, .surface-panel { min-height: 600px; }.surfaces .surface-stage,.surfaces .surface-panel { height: 600px; min-height: 600px; }
  .architecture-interface,.materials-interface,.network-interface { min-height: 400px; }
  .capability-system article { grid-template-columns: minmax(100px,.3fr) 1fr; padding: 28px 0; }.capability-system article > p { grid-column: 2; }.instrument { grid-column: 2; max-width: 260px; }
  .enterprise-footer { grid-template-columns: repeat(2, 1fr); }.footer-brand { grid-column: 1 / -1; margin-bottom: 42px; }.footer-group { padding: 20px 0; border-top: 1px solid var(--line-dark); }
  .enterprise-heading, .about-heading { grid-template-columns: 1fr; gap: 22px; }.enterprise-heading .micro-label, .about-heading .micro-label { padding: 0; }
  .enterprise-core-layout { grid-template-columns: 1fr; }.core-legend { grid-template-columns: 1fr 1fr; gap: 10px 28px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }.core-legend i { display: none; }.core-legend p { margin: 0; }
  .enterprise-ai-team { min-height: 1160px; padding: 132px clamp(20px,5vw,40px) 84px; }
  .enterprise-orchestration { grid-template-columns: minmax(0,1fr); grid-template-rows: 48px auto auto auto 60px; }
  .enterprise-orchestration::after { top: 48px; bottom: 60px; }
  .team-system-head { grid-column: 1; grid-row: 1; }
  .team-inputs,.team-outputs { display: grid; grid-template-columns: minmax(145px,.8fr) repeat(3,minmax(0,1fr)); padding: 0; border: 0; border-bottom: 1px solid var(--line-light); }
  .team-inputs { grid-row: 2; }.team-outputs { grid-row: 4; grid-template-columns: minmax(145px,.8fr) repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line-light); border-bottom: 0; }
  .team-inputs p,.team-outputs p { display: flex; align-items: center; margin: 0; padding: 12px 18px; }
  .team-inputs span,.team-outputs span { min-height: 58px; padding: 12px 10px 12px 22px; border-top: 0; border-left: 1px solid var(--line-light); }
  .team-inputs span::before,.team-outputs span::before { left: 10px; }
  .team-role-matrix { grid-row: 3; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .team-role:nth-child(6n) { border-right: 1px solid var(--line-light); }.team-role:nth-child(n+7) { border-bottom: 1px solid var(--line-light); }
  .team-role:nth-child(4n) { border-right: 0; }.team-role:nth-child(n+9) { border-bottom: 0; }
  .team-route-layer { display: none; }
  .team-system-note { grid-column: 1; grid-row: 5; min-height: 60px; }
  .security-sequence article { grid-template-columns: minmax(110px,.3fr) minmax(180px,.5fr) 1fr; padding: 26px 0; }.security-sequence article b { display: none; }
  .about-capability-system article { grid-template-columns: minmax(118px,.3fr) minmax(230px,.55fr) 1fr; padding: 30px 0; }.about-instrument { grid-column: 2 / -1; width: min(340px,100%); }
  .product-architecture-heading, .company-profile-heading { grid-template-columns: 1fr; gap: 22px; }.product-architecture-heading .micro-label, .company-profile-heading .micro-label { padding: 0; }
  .product-architecture-system article { grid-template-columns: minmax(128px,.3fr) 1fr; padding: 28px 0; }.product-architecture-system dl { grid-column: 2; }
  .materials-system { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-profile-system { grid-template-columns: 1fr 1fr; }.company-profile-system aside { grid-column: 1 / -1; min-height: 300px; }
}

@media (max-width: 560px) {
  .brand { gap: 9px; font-size: 17px; }.brand img { width: 44px; height: auto; }
  .enterprise-ai-team { min-height: 1560px; padding-right: 20px; padding-left: 20px; }
  .team-system-head { padding: 0 14px; font-size: 8px; }.team-system-head span:last-child { display: none; }
  .team-inputs,.team-outputs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-inputs p,.team-outputs p { grid-column: 1 / -1; min-height: 46px; border-bottom: 1px solid var(--line-light); }
  .team-inputs span,.team-outputs span { border-left: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .team-inputs span:nth-of-type(2n),.team-outputs span:nth-of-type(2n) { border-right: 0; }
  .team-inputs span:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .team-outputs span:nth-last-child(-n+2) { border-bottom: 0; }
  .team-role-matrix { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-role { min-height: 154px; padding: 18px 14px 15px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
  .team-role:nth-child(6n),.team-role:nth-child(4n) { border-right: 1px solid var(--line-light); }.team-role:nth-child(n+7),.team-role:nth-child(n+9) { border-bottom: 1px solid var(--line-light); }
  .team-role:nth-child(2n) { border-right: 0; }.team-role:nth-child(n+11) { border-bottom: 0; }
  .team-role strong { font-size: 17px; }.team-role small { font-size: 11px; }
  .team-system-note { min-height: 72px; padding: 14px; }
}

@media (max-width: 540px) {
  .scene { min-height: 760px; }.hero { min-height: 820px; }.hero-layout { width: calc(100% - 40px); }.hero h1 { font-size: clamp(48px, 15vw, 64px); }.hero #hero-title { font-size: clamp(30px, 9.1vw, 40px); line-height: 1.02; letter-spacing: -.055em; }.hero #hero-title .hero-title-phrase { display: block; white-space: nowrap; }.hero-note { margin-top: 24px; font-size: 14px; line-height: 1.72; }.hero-actions { margin-top: 28px; }.hero-actions .button { width: 100%; }
  .interior-hero { min-height: 780px; }.interior-hero h1 { max-width: 8em; }
  .surfaces, .why, .contact { padding-right: 20px; padding-left: 20px; }.section-heading h2, .why h2, .contact h2 { font-size: clamp(38px, 12vw, 56px); }.section-heading #surfaces-title { font-size: clamp(30px,9.6vw,42px); line-height: 1.02; }
  .surface-tabs button { flex-basis: 210px; }.surface-panel { min-height: 650px; padding: 20px; }.surfaces .surface-stage,.surfaces .surface-panel { height: 720px; min-height: 720px; }.surface-panel > header { grid-template-columns: 1fr auto; }.surface-panel > header em { display: none; }
  .cloud-interface { grid-template-columns: 1fr; }.cloud-interface dl { grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 0; }.cloud-interface dl div { min-height: 84px; border-right: 1px solid var(--line-dark); border-bottom: 0; }.generation-field { min-height: 245px; }
  .designer-interface { grid-template-columns: 1fr; }.designer-interface ol { border-right: 0; border-bottom: 1px solid var(--line-dark); }.workflow-scope { min-height: 260px; }
  .core-map { min-height: 400px; }.core-map > strong { width: 112px; height: 112px; font-size: 11px; }.core-node { min-width: 90px; min-height: 44px; padding: 6px; font-size: 10px; }.node-one { top: 8%; left: 3%; }.node-two { top: 8%; right: 3%; }.node-three { bottom: 7%; left: 2%; }.node-four { right: 2%; bottom: 7%; }.node-five { top: 50%; right: 0; }
  .architecture-interface { min-height: 460px; grid-template-columns: 1fr; grid-template-rows: auto auto 190px; }.architecture-context { grid-template-columns: 1fr auto; gap: 8px; }.architecture-context span { display: none; }.architecture-context small { font-size: 10px; }.architecture-chain { grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid var(--line-dark); }.architecture-chain li { min-height: 64px; grid-template-columns: 24px 1fr; padding: 9px 10px; border-right: 1px solid var(--line-dark); }.architecture-chain li:nth-child(2n) { border-right: 0; }.architecture-chain li:last-child { grid-column: 1 / -1; border-bottom: 0; border-right: 0; }.architecture-chain li::after { display: none; }.architecture-chain small { grid-column: 2; }
  .materials-interface { min-height: 430px; grid-template-columns: 1fr; grid-template-rows: 210px auto; }.material-specimens { border-right: 0; border-bottom: 1px solid var(--line-dark); }.material-route { grid-template-columns: 1fr 1fr; }.material-route li { min-height: 98px; border-right: 1px solid var(--line-dark); }.material-route li:nth-child(2n) { border-right: 0; }.material-route li:nth-child(n+3) { border-bottom: 0; }
  .network-interface { min-height: 430px; }.network-core { width: 100px; height: 100px; }.network-node { min-width: 104px; min-height: 52px; padding: 7px; font-size: 12px; }.network-designer { top: 10%; left: 4%; }.network-institution { top: 10%; right: 4%; }.network-creator { bottom: 13%; left: 4%; }.network-brand { right: 4%; bottom: 13%; }.network-interface > em { right: 10px; bottom: 7px; font-size: 10px; }
  .capability-system article { display: block; min-height: 0; padding: 32px 0; }.capability-system h3 { margin-top: 16px; }.instrument { width: 54%; margin-top: 24px; }
  .contact-close { margin-bottom: 84px; }.contact-actions .button { width: 100%; }.enterprise-footer { grid-template-columns: 1fr; }.footer-brand, .footer-group { grid-column: 1; }.footer-legal { grid-template-columns: 1fr; justify-items: center; align-content: center; text-align: center; }.footer-legal > :last-child { text-align: center; }
  .overlay-panel form { grid-template-columns: 1fr; }.social-panel img { width: 920px; max-width: none; }.social-panel { overflow-x: auto; }
  .enterprise-core-scene, .enterprise-ai-team, .architecture-project-intelligence, .enterprise-partnerships, .materials-intelligence, .enterprise-security, .about-capabilities, .product-architecture, .company-profile { padding: 132px 20px 78px; }
  .enterprise-heading, .about-heading { margin-bottom: 48px; }.enterprise-heading h2, .about-heading h2 { font-size: clamp(38px, 12vw, 54px); }
  .enterprise-heading div > p, .about-heading div > p { margin-top: 22px; font-size: 15px; }
  .core-legend { grid-template-columns: 1fr; gap: 8px; }.core-legend span:not(:first-child) { margin-top: 16px; }
  .enterprise-core-map { display: grid; min-height: 570px; grid-template-columns: repeat(2,minmax(0,1fr)); align-content: center; gap: 9px; padding: 68px 12px 24px; }
  .enterprise-core-map::before, .enterprise-core-map::after, .core-orbit { display: none; }
  .enterprise-core-map figcaption { top: 20px; left: 14px; }
  .enterprise-core-map > strong { position: relative; top: auto; left: auto; grid-column: 1 / -1; width: 132px; height: 132px; justify-self: center; margin-bottom: 18px; transform: none; }
  .enterprise-core-node { position: relative; top: auto; right: auto; bottom: auto; left: auto; min-width: 0; min-height: 62px; transform: none; }
  .enterprise-node-agent { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
  .security-sequence article { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 30px 0; }.security-sequence article > span { margin-bottom: 6px; }.security-sequence p { margin: 0; }
  .about-capability-system article { display: block; padding: 36px 0; }.about-capability-system h2 { margin-top: 17px; font-size: clamp(31px, 9vw, 43px); }.about-capability-system article > p { margin-top: 18px; }.about-instrument { width: min(100%,280px); margin-top: 24px; }
  .product-architecture-heading, .company-profile-heading { margin-bottom: 48px; }.product-architecture-heading h2, .company-profile-heading h2 { font-size: clamp(38px,12vw,54px); }
  .product-architecture-system article { display: block; padding: 34px 0; }.product-architecture-system h3 { margin-top: 18px; }.product-architecture-system dl { grid-template-columns: 1fr; margin-top: 26px; border-top: 1px solid var(--line-light); }.product-architecture-system dl div { min-height: 0; border-bottom: 1px solid var(--line-light); }
  .materials-system { grid-template-columns: 1fr; }.materials-system article { min-height: 420px; }
  .partnership-matrix { grid-template-columns: 1fr; }
  .partnership-group > header { min-height: 260px; }.partnership-group h3 { margin-top: 44px; }
  .architecture-project-flow article { grid-template-columns: 1fr; gap: 10px; min-height: 184px; padding: 24px 20px; }
  .architecture-project-flow article > span { margin-bottom: 6px; }.architecture-project-flow h3 { font-size: 28px; }.architecture-project-flow b { justify-self: start; margin-top: 8px; }
  .architecture-executive-layer { min-height: 500px; padding: 26px 20px; }
  .architecture-executive-layer h3 { margin-top: 32px; }.architecture-executive-layer ul { margin: 32px 0; }
  .company-profile-system { grid-template-columns: 1fr; }.company-profile-system aside { grid-column: 1; }.company-profile-system > * { min-height: 340px; padding: 28px; }
}

@media (max-width: 340px) {
  .node-five { top: 23%; right: auto; left: 50%; transform: translateX(-50%); }
  .team-role { min-height: 150px; padding-right: 11px; padding-left: 11px; }
}

/* V7 interior pages share one fixed hero skeleton and carry different instruments. */
.interior-hero[data-interior-identity] { height: clamp(620px, 100svh, 900px); min-height: 620px; }
.interior-hero[data-interior-identity] .hero-layout { width: min(100% - clamp(40px, 7vw, 112px), 1480px); min-height: 100%; grid-template-columns: minmax(0, 1.18fr) minmax(350px, .72fr); align-items: end; gap: clamp(42px, 6vw, 96px); margin: 0 auto; padding: clamp(92px, 15svh, 132px) 0 clamp(38px, 7svh, 66px); }
.interior-hero[data-interior-identity] .hero-copy { align-self: end; padding-bottom: 8px; }
.interior-hero[data-interior-identity] h1 { width: max-content; max-width: none; min-height: 1.84em; margin-top: 22px; font-size: clamp(48px, min(5.4vw, 10.8svh), 88px); line-height: .92; }
.interior-title-line { display: block; white-space: nowrap; }
.interior-hero-instrument { position: relative; display: grid; min-width: 0; min-height: clamp(250px, 40svh, 338px); grid-template-rows: 42px 1fr 38px; align-self: end; overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: rgba(5,5,5,.76); backdrop-filter: blur(8px); }
.hero-instrument-head, .hero-instrument-foot { display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: #8f8f89; font: 650 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .13em; }
.hero-instrument-head { border-bottom: 1px solid rgba(255,255,255,.16); }.hero-instrument-head b { color: #d7d7d1; font-weight: 650; }
.hero-instrument-foot { gap: 12px; border-top: 1px solid rgba(255,255,255,.16); }.hero-instrument-foot span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.product-hero-interface { display: grid; min-height: clamp(170px, 30svh, 256px); grid-template-columns: 54px minmax(0,1fr); }
.product-hero-interface nav { display: grid; grid-template-rows: repeat(3,1fr); border-right: 1px solid rgba(255,255,255,.16); }
.product-hero-interface nav span { display: grid; place-items: center; border-bottom: 1px solid rgba(255,255,255,.12); color: #777771; font: 650 9px/1 ui-monospace,SFMono-Regular,Consolas,monospace; }
.product-hero-interface nav span:last-child { border: 0; }.product-hero-interface nav .is-active { color: var(--ink); background: var(--white); }
.product-hero-stage { position: relative; display: grid; grid-template-rows: auto auto repeat(3,1fr); gap: 11px; overflow: hidden; padding: 24px; }
.product-hero-stage strong { font-size: 23px; font-weight: 480; letter-spacing: -.04em; }.product-hero-stage small { color: #777771; font: 600 7px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .11em; }
.product-hero-stage > i { display: block; min-height: 28px; border: 1px solid rgba(255,255,255,.15); background: linear-gradient(90deg,rgba(255,255,255,.07),rgba(255,255,255,.015)); transform-origin: left; }
.product-hero-scan { position: absolute; top: 0; bottom: 0; left: -76px; width: 76px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.11),transparent); opacity: 0; pointer-events: none; }

.enterprise-hero-network { position: relative; min-height: clamp(170px, 30svh, 256px); overflow: hidden; background: radial-gradient(circle at center,rgba(255,255,255,.085),transparent 34%); }
.enterprise-hero-network::before, .enterprise-hero-network::after { position: absolute; top: 50%; left: 50%; width: 78%; height: 1px; background: rgba(255,255,255,.18); content: ""; transform: translate(-50%,-50%) rotate(28deg); }
.enterprise-hero-network::after { transform: translate(-50%,-50%) rotate(-28deg); }
.enterprise-hero-network > strong { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 84px; height: 84px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: #090909; font: 650 14px/1 ui-monospace,SFMono-Regular,Consolas,monospace; transform: translate(-50%,-50%); }
.enterprise-hero-network > strong small { margin-top: -23px; color: #8d8d87; font-size: 7px; font-weight: 550; }
.enterprise-hero-orbit { position: absolute; top: 50%; left: 50%; width: 190px; height: 116px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%,-50%) rotate(18deg); }.enterprise-hero-orbit.orbit-two { width: 250px; height: 154px; transform: translate(-50%,-50%) rotate(-18deg); }
.enterprise-hero-node { position: absolute; z-index: 2; display: grid; min-width: 62px; min-height: 34px; place-items: center; padding: 5px 8px; border: 1px solid rgba(255,255,255,.25); color: #c5c5bf; background: #080808; font: 600 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace; }
.enterprise-hero-network .node-standard { top: 18px; left: 17px; }.enterprise-hero-network .node-knowledge { top: 18px; right: 17px; }.enterprise-hero-network .node-workflow { bottom: 18px; left: 17px; }.enterprise-hero-network .node-agent { right: 17px; bottom: 18px; }.enterprise-hero-network .node-team { bottom: 9px; left: 50%; transform: translateX(-50%); }
.enterprise-hero-pulse { position: absolute; z-index: 4; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--white); box-shadow: 0 0 14px rgba(255,255,255,.9); opacity: 0; pointer-events: none; }

.about-capability-ledger { display: grid; min-height: clamp(170px, 30svh, 256px); grid-template-rows: repeat(3,1fr); }
.about-capability-ledger article { position: relative; display: grid; grid-template-columns: 28px minmax(90px,1fr) auto; align-items: center; gap: 12px; padding: 12px 16px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.16); }
.about-capability-ledger article:last-child { border-bottom: 0; }.about-capability-ledger span { color: #777771; font: 650 9px/1 ui-monospace,SFMono-Regular,Consolas,monospace; }.about-capability-ledger strong { font-size: 17px; font-weight: 500; }.about-capability-ledger em { color: #85857f; font: 600 7px/1 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; font-style: normal; }
.about-capability-level { position: absolute; right: 16px; bottom: 13px; left: 56px; height: 1px; background: linear-gradient(90deg,var(--white),rgba(255,255,255,.16)); transform-origin: left; }

[data-interior-motion][data-motion-active="true"] .hero-copy > * { animation: interior-hero-enter .82s cubic-bezier(.2,.8,.2,1) both; }
[data-interior-motion][data-motion-active="true"] .hero-copy > *:nth-child(2) { animation-delay: .08s; }[data-interior-motion][data-motion-active="true"] .hero-copy > *:nth-child(3) { animation-delay: .16s; }[data-interior-motion][data-motion-active="true"] .hero-copy > *:nth-child(4) { animation-delay: .24s; }
[data-interior-motion][data-motion-active="true"] .interior-hero-instrument { animation: interior-instrument-enter .9s .2s cubic-bezier(.2,.8,.2,1) both; }
[data-interior-motion][data-motion-active="true"] .product-hero-scan { animation: product-hero-scan 6.4s .9s ease-in-out infinite; }
[data-interior-motion][data-motion-active="true"] .product-hero-stage > i { animation: product-surface-breathe 6.4s ease-in-out infinite; }[data-interior-motion][data-motion-active="true"] .product-hero-stage > i:nth-of-type(2) { animation-delay: .45s; }[data-interior-motion][data-motion-active="true"] .product-hero-stage > i:nth-of-type(3) { animation-delay: .9s; }
[data-interior-motion][data-motion-active="true"] .enterprise-hero-pulse { animation: enterprise-node-pulse 7.2s 1s cubic-bezier(.45,0,.2,1) infinite; }
[data-interior-motion][data-motion-active="true"] .enterprise-hero-orbit { animation: enterprise-orbit 18s linear infinite; }[data-interior-motion][data-motion-active="true"] .enterprise-hero-orbit.orbit-two { animation-direction: reverse; animation-duration: 24s; }
[data-interior-motion][data-motion-active="true"] .about-capability-level { animation: about-level-grow 7.6s ease-in-out infinite; }[data-interior-motion][data-motion-active="true"] article:nth-child(2) .about-capability-level { animation-delay: .55s; }[data-interior-motion][data-motion-active="true"] article:nth-child(3) .about-capability-level { animation-delay: 1.1s; }

@keyframes interior-hero-enter { from { opacity: 0; transform: translateY(22px); clip-path: inset(0 0 100%); } to { opacity: 1; transform: none; clip-path: inset(0); } }
@keyframes interior-instrument-enter { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes product-hero-scan { 0%,12% { left: -76px; opacity: 0; } 22% { opacity: 1; } 72%,100% { left: 100%; opacity: 0; } }
@keyframes product-surface-breathe { 0%,100% { transform: scaleX(.34); opacity: .45; } 48%,72% { transform: scaleX(1); opacity: 1; } }
@keyframes enterprise-node-pulse { 0%,12% { opacity: 0; transform: translate(-50%,-50%); } 24% { opacity: 1; transform: translate(-132px,-92px); } 43% { transform: translate(118px,-92px); } 62% { transform: translate(118px,76px); } 81% { transform: translate(-132px,76px); } 100% { opacity: 0; transform: translate(-50%,-50%); } }
@keyframes enterprise-orbit { to { transform: translate(-50%,-50%) rotate(378deg); } }
@keyframes about-level-grow { 0%,15%,100% { opacity: .3; transform: scaleX(.12); } 46%,72% { opacity: 1; transform: scaleX(1); } }

@media (max-width: 820px) {
  .interior-hero[data-interior-identity] { height: 900px; min-height: 900px; }
  .interior-hero[data-interior-identity] .hero-layout { min-height: 100%; grid-template-columns: 1fr; grid-template-rows: auto 258px; align-content: end; gap: 28px; margin: 0 auto; padding: 124px 0 48px; }
  .interior-hero[data-interior-identity] .hero-copy { padding: 0; }
  .interior-hero[data-interior-identity] h1 { font-size: clamp(44px, 7.2vw, 58px); }
  .interior-hero-instrument { min-height: 258px; grid-template-rows: 36px 1fr 32px; }
  .product-hero-interface, .enterprise-hero-network, .about-capability-ledger { min-height: 188px; }
  .product-hero-stage { grid-template-columns: auto 1fr; grid-template-rows: auto repeat(3,1fr); gap: 7px 14px; padding: 15px 18px; }.product-hero-stage small { align-self: center; }.product-hero-stage > i { grid-column: 1 / -1; min-height: 20px; }
  .enterprise-hero-network > strong { width: 70px; height: 70px; }.enterprise-hero-orbit { width: 170px; height: 94px; }.enterprise-hero-orbit.orbit-two { width: 222px; height: 128px; }
}

@media (max-width: 540px) {
  .interior-hero[data-interior-identity] { height: 920px; min-height: 920px; }
  .interior-hero[data-interior-identity] .hero-layout { width: calc(100% - 40px); grid-template-rows: auto 238px; gap: 24px; padding: 118px 0 40px; }
  .interior-hero[data-interior-identity] h1 { min-height: 1.92em; font-size: clamp(28px, 9.2vw, 44px); line-height: .96; letter-spacing: -.055em; }
  .interior-hero[data-interior-identity] .hero-note { margin-top: 20px; }
  .interior-hero[data-interior-identity] .hero-actions { margin-top: 22px; }
  .interior-hero-instrument { min-height: 238px; grid-template-rows: 34px 1fr 30px; }
  .hero-instrument-head, .hero-instrument-foot { padding: 0 10px; font-size: 7px; }
  .product-hero-interface, .enterprise-hero-network, .about-capability-ledger { min-height: 174px; }
  .product-hero-interface { grid-template-columns: 42px minmax(0,1fr); }.product-hero-stage { padding: 12px; }.product-hero-stage strong { font-size: 17px; }.product-hero-stage small { font-size: 6px; }
  .enterprise-hero-network > strong { width: 62px; height: 62px; font-size: 10px; }.enterprise-hero-network > strong small { font-size: 6px; }.enterprise-hero-node { min-width: 48px; min-height: 28px; font-size: 7px; }.enterprise-hero-network .node-team { display: none; }
  .about-capability-ledger article { grid-template-columns: 24px 1fr auto; gap: 8px; padding: 9px 11px; }.about-capability-ledger strong { font-size: 14px; }.about-capability-ledger em { font-size: 6px; }.about-capability-level { right: 11px; bottom: 8px; left: 43px; }
}

/* Standalone contact page: a warm-paper editorial poster paired with a black work surface. */
body[data-page="contact"] { background: var(--black); }
.contact-page { padding-top: 76px; background: var(--black); }
.contact-stage { display: grid; min-height: calc(100svh - 76px); grid-template-columns: minmax(0,1.04fr) minmax(520px,.96fr); }
.contact-poster { position: sticky; top: 76px; display: grid; height: calc(100svh - 76px); min-height: 690px; grid-template-rows: auto 1fr auto; overflow: hidden; padding: clamp(24px, 3vw, 48px); color: var(--ink); background: var(--paper); isolation: isolate; }
.contact-poster::before { position: absolute; z-index: 2; inset: 0 auto 0 0; width: 8px; background: #ffd400; content: ""; pointer-events: none; }
.contact-poster-grid { position: absolute; z-index: -2; inset: 0; opacity: .23; background-image: linear-gradient(rgba(5,5,5,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(5,5,5,.25) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom,#000,transparent 72%); }
.contact-poster::after { position: absolute; z-index: -1; right: -12%; bottom: -26%; width: min(72vw,760px); aspect-ratio: 1; border: 1px solid rgba(5,5,5,.34); border-radius: 50%; content: ""; box-shadow: 0 0 0 44px rgba(5,5,5,.055),0 0 0 104px rgba(5,5,5,.04); }
.contact-poster-head,.contact-poster-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; font: 700 9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .17em; }
.contact-poster-head i { width: 34%; height: 1px; background: rgba(5,5,5,.66); }
.contact-poster-type { align-self: center; }
.contact-poster-type h1 { max-width: 6.4em; margin: 0; font-size: clamp(70px, 7.3vw, 138px); font-weight: 760; letter-spacing: -.09em; line-height: .74; }
.contact-poster-type h1 span { display: block; }
.contact-poster-type p { max-width: 420px; margin: clamp(32px,5vh,68px) 0 0; font-size: clamp(18px,1.55vw,25px); font-weight: 540; letter-spacing: -.03em; line-height: 1.5; }
.contact-workspace { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(72px,8vw,132px) clamp(40px,7vw,110px); border-left: 1px solid rgba(255,255,255,.16); }
.contact-workspace h2 { margin: 18px 0 0; font-size: clamp(52px,6vw,96px); font-weight: 450; letter-spacing: -.07em; line-height: .95; }
.contact-lead { max-width: 720px; margin: 28px 0 0; color: #aaa9a2; font-size: 16px; line-height: 1.8; }
.contact-intents { --intent-index: 0; position: relative; display: grid; width: min(100%,620px); grid-template-columns: repeat(3,1fr); margin-top: 42px; padding: 4px; overflow: hidden; border: 1px solid rgba(255,255,255,.26); border-radius: 0; isolation: isolate; }
.contact-intents::before { position: absolute; z-index: 0; top: 4px; bottom: 4px; left: 4px; width: calc((100% - 8px) / 3); background: #ffd400; content: ""; transform: translateX(calc(var(--intent-index) * 100%)); transition: transform .34s cubic-bezier(.2,.8,.2,1); }
.contact-intents button { position: relative; z-index: 1; min-width: 0; min-height: 48px; padding: 10px 14px; border: 0; border-radius: 0; color: #b7b7b0; background: transparent; cursor: pointer; }
.contact-intents button[aria-checked="true"],.contact-intents button.is-active { color: var(--ink); background: transparent; }
.contact-intents button:focus-visible { outline: 2px solid #ffd400; outline-offset: 3px; }
.contact-intent-description { min-height: 1.7em; max-width: 620px; margin: 14px 0 0; color: #8f8e88; font-size: 12px; line-height: 1.6; }
.standalone-contact-form { margin-top: 30px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.contact-form-field { display: grid; gap: 9px; color: #bbb9b2; font-size: 11px; letter-spacing: .06em; }
.contact-form-field input,.contact-form-field textarea { width: 100%; min-height: 58px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.27); border-radius: 0; color: var(--white); background: #080808; outline: 0; }
.contact-form-field textarea { min-height: 170px; resize: vertical; line-height: 1.65; }
.contact-form-field input:focus,.contact-form-field textarea:focus { border-color: #ffd400; box-shadow: inset 3px 0 #ffd400; }
.contact-form-field input:user-invalid,.contact-form-field textarea:user-invalid,.contact-form-field [aria-invalid="true"] { border-color: #d98b76; }
.contact-field-error { min-height: 1.35em; color: #e3a18e; font-size: 10px; letter-spacing: .02em; line-height: 1.35; }
.contact-form-message { grid-column: 1 / -1; }
.contact-form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.contact-form-actions .button-light { position: relative; display: inline-flex; align-items: center; gap: 12px; overflow: hidden; color: var(--ink); border-color: #ffd400; background: #ffd400; }
.contact-form-actions .button-light::after { position: absolute; right: 100%; bottom: 0; width: 45%; height: 1px; background: var(--ink); content: ""; transition: transform .38s ease; }
.contact-form-actions .button-light .direction-arrow { transition: transform .25s ease; }
.contact-form-actions .button-light:hover::after,.contact-form-actions .button-light:focus-visible::after { transform: translateX(325%); }
.contact-form-actions .button-light:hover .direction-arrow,.contact-form-actions .button-light:focus-visible .direction-arrow { transform: translate(3px,-3px); }
.contact-form-actions .contact-copy { color: var(--white); }
.contact-form-actions .contact-copy:disabled { opacity: .38; cursor: not-allowed; }
.standalone-contact-form .form-status { margin-top: 16px; }
.contact-privacy,.contact-noscript { max-width: 690px; margin: 12px 0 0; color: #7f7f79; font-size: 11px; line-height: 1.7; }
.contact-noscript a { color: #ffd400; }
.contact-quick { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,.72fr); gap: 28px; margin-top: 46px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-quick-heading h3 { margin: 12px 0 0; font-size: clamp(24px,2.5vw,38px); font-weight: 470; letter-spacing: -.045em; }
.contact-quick-heading > p:last-child { max-width: 520px; margin: 12px 0 0; color: #8f8e88; font-size: 12px; line-height: 1.7; }
.contact-quick-actions { display: grid; align-content: center; border: 1px solid rgba(255,255,255,.22); }
.contact-quick-actions button { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 16px; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); background: transparent; text-align: left; cursor: pointer; transition: color .24s ease,background-color .24s ease; }
.contact-quick-actions button:last-child { border-bottom: 0; }
.contact-quick-actions button i { color: #ffd400; font: 700 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace; font-style: normal; letter-spacing: .12em; }
.contact-quick-actions button:hover,.contact-quick-actions button:focus-visible { color: var(--ink); background: #ffd400; outline: 0; }
.contact-quick-actions button:hover i,.contact-quick-actions button:focus-visible i { color: var(--ink); }
.contact-quick-fallback { display: grid; gap: 12px; grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #aaa9a2; font-size: 12px; line-height: 1.7; }
.contact-quick-fallback a { color: #ffd400; }
.contact-quick-fallback img { display: block; width: min(100%,720px); height: auto; border: 1px solid rgba(255,255,255,.2); }
html:not(.js-ready) .contact-quick-actions { display: none; }
.contact-routes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 54px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-routes article { min-height: 108px; padding: 20px 16px; border-right: 1px solid rgba(255,255,255,.18); }
.contact-routes article:last-child { border-right: 0; }
.contact-routes span { color: #ffd400; font: 650 8px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .13em; }
.contact-routes p { margin: 16px 0 0; color: #c5c4bd; font-size: 12px; line-height: 1.5; }
body[data-page="contact"] .enterprise-footer { max-width: none; padding-right: clamp(20px,5vw,76px); padding-left: clamp(20px,5vw,76px); color: var(--ink); background: var(--paper); }
body[data-page="contact"] .enterprise-footer .footer-logo { color: var(--ink); }
.js-ready .contact-poster-head,.js-ready .contact-poster-type > *,.js-ready .contact-workspace > * { animation: contact-enter .85s cubic-bezier(.2,.8,.2,1) both; }
.js-ready .contact-poster-type > p { animation-delay: .1s; }.js-ready .contact-workspace > *:nth-child(2) { animation-delay: .08s; }.js-ready .contact-workspace > *:nth-child(3) { animation-delay: .14s; }.js-ready .contact-workspace > *:nth-child(4) { animation-delay: .2s; }.js-ready .contact-workspace > *:nth-child(5) { animation-delay: .26s; }.js-ready .contact-workspace > *:nth-child(6) { animation-delay: .32s; }
@keyframes contact-enter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* Progressive motion enhancement: final geometry remains identical to the static page. */
.js-ready [data-motion-scope][data-motion-state="pending"] [data-motion-target] { opacity: 0; translate: 0 clamp(8px,1.5vw,18px); }
.js-ready [data-motion-scope][data-motion-state="revealed"] [data-motion-target] { opacity: 1; translate: 0 0; transition: opacity .68s cubic-bezier(.2,.8,.2,1),translate .72s cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--motion-order,0) * 70ms); }
.motion-parallax-layer { translate: 0 var(--motion-parallax-y,0px); will-change: translate; }
.contact-poster[data-motion-parallax]::after { transform: translateY(var(--motion-parallax-y,0px)); will-change: transform; }
.motion-line { position: relative; }
.motion-line::after { position: absolute; z-index: 3; right: 0; bottom: -1px; left: 0; height: 1px; background: currentColor; content: ""; opacity: .2; pointer-events: none; transform: scaleX(0); transform-origin: left; }
[data-motion-scope][data-motion-state="revealed"] .motion-line::after { animation: motion-line-grow .72s calc(var(--motion-order,0) * 70ms) cubic-bezier(.2,.8,.2,1) both; }
.surface-panel[data-motion-panel="active"] { animation: motion-panel-enter .58s cubic-bezier(.2,.8,.2,1) both; }
@keyframes motion-line-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes motion-panel-enter { from { opacity: .3; translate: 14px 0; } to { opacity: 1; translate: 0 0; } }
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
  .button { translate: var(--motion-magnetic-x,0px) var(--motion-magnetic-y,0px); transition: translate .24s ease,color .24s ease,background-color .24s ease,border-color .24s ease; }
}

@media (max-width: 960px) {
  .architecture-project-system { grid-template-columns: 1fr; }
  .architecture-project-flow { border-right: 0; }
  .architecture-executive-layer { min-height: 540px; }
  .partnership-matrix { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-stage { display: block; }
  .contact-poster { position: relative; top: auto; height: clamp(360px,42svh,520px); min-height: 0; }
  .contact-poster-type h1 { font-size: clamp(50px,9vw,72px); }
  .contact-poster-type p { margin-top: 20px; font-size: 16px; }
  .contact-workspace { padding: 88px clamp(28px,7vw,72px) 100px; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .manager-contact-layout { grid-template-columns: minmax(0,1fr) minmax(280px,.8fr); }
}

@media (max-width: 540px) {
  .partnership-matrix { grid-template-columns: 1fr; }
  .contact-page { padding-top: 68px; }
  .contact-poster { height: clamp(300px,42svh,360px); min-height: 0; padding: 18px 20px; }
  .contact-poster-type h1 { font-size: clamp(46px,15vw,58px); line-height: .77; }
  .contact-poster-type p { max-width: 300px; margin-top: 15px; font-size: 14px; }
  .contact-poster-foot { align-items: flex-end; font-size: 7px; }
  .contact-workspace { padding: 72px 20px 82px; }
  .contact-workspace h2 { font-size: clamp(48px,16vw,66px); }
  .contact-lead { font-size: 14px; }
  .contact-intents { grid-template-columns: 1fr; border-radius: 0; }
  .contact-intents::before { top: 4px; right: 4px; bottom: auto; width: auto; height: calc((100% - 8px) / 3); transform: translateY(calc(var(--intent-index) * 100%)); }
  .contact-intents button { min-height: 46px; border-radius: 0; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-message { grid-column: 1; }
  .contact-form-actions .button { width: 100%; }
  .contact-quick { grid-template-columns: 1fr; }
  .contact-quick-actions { width: 100%; }
  .contact-routes { grid-template-columns: 1fr; }
  .contact-routes article { min-height: 84px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .contact-routes article:last-child { border-bottom: 0; }
  .manager-panel { width: calc(100% - 20px); max-height: calc(100% - 20px); }
  .manager-panel > header { padding: 20px; }
  .manager-panel h2 { font-size: 38px; }
  .manager-contact-layout { min-height: 0; grid-template-columns: 1fr; }
  .manager-contact-copy { min-height: 238px; padding: 28px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .manager-contact-copy::after { top: 20%; right: 10%; width: 74px; }
  .manager-contact-copy strong { font-size: 54px; }
  .manager-contact-copy p { margin-top: 34px; font-size: 19px; }
  .manager-qr-viewport { width: min(250px,calc(100% - 64px)); margin: 36px auto 46px; box-shadow: 12px 12px 0 rgba(255,212,0,.88); }
}

@media (max-width: 340px) {
  .manager-panel > header { padding: 15px 16px; }
  .manager-panel h2 { margin-top: 5px; font-size: 31px; }
  .manager-panel > header > button { width: 44px; min-width: 44px; height: 44px; }
  .manager-contact-copy { min-height: 190px; padding: 20px 18px; }
  .manager-contact-copy strong { margin-top: 10px; font-size: 44px; }
  .manager-contact-copy > span:not(.manager-contact-index) { margin-top: 8px; }
  .manager-contact-copy p { margin-top: 20px; font-size: 17px; }
  .manager-contact-copy small { margin-top: 8px; font-size: 10px; }
  .manager-qr-viewport { width: 210px; margin: 24px auto 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  ::view-transition-old(root),
  ::view-transition-new(root),
  ::view-transition-old(v7-site-header),
  ::view-transition-new(v7-site-header),
  ::view-transition-old(v7-site-content),
  ::view-transition-new(v7-site-content) { animation: none !important; }
}

@media (prefers-reduced-motion: no-preference) {
  ::view-transition-old(root) { animation: v7-root-out 180ms cubic-bezier(.4,0,1,1) both; }
  ::view-transition-new(root) { animation: v7-root-in 200ms cubic-bezier(0,0,.2,1) both; }
  ::view-transition-old(v7-site-header) { animation: v7-header-out 180ms ease both; }
  ::view-transition-new(v7-site-header) { animation: v7-header-in 200ms ease both; }
  ::view-transition-old(v7-site-content) { animation: v7-content-out 180ms cubic-bezier(.4,0,1,1) both; }
  ::view-transition-new(v7-site-content) { animation: v7-content-in 200ms cubic-bezier(0,0,.2,1) both; }
}

@keyframes v7-root-out { to { opacity: .72; } }
@keyframes v7-root-in { from { opacity: .72; } }
@keyframes v7-header-out { to { opacity: .86; } }
@keyframes v7-header-in { from { opacity: .86; } }
@keyframes v7-content-out { to { opacity: 0; transform: translateY(-3px); } }
@keyframes v7-content-in { from { opacity: 0; transform: translateY(6px); } }
