:root {
  --mineral: #f1f0ea;
  --paper: #f7f6f2;
  --soft: #e7e5dc;
  --carbon: #171817;
  --ink: #242522;
  --muted: #74766f;
  --line: rgba(23, 24, 23, .22);
  --faint: rgba(23, 24, 23, .1);
  --orange: #c96b3e;
  --orange-light: #d47b4c;
  --bluegray: #8e9da1;
  --deep: #191b1a;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: min(1320px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--mineral); color: var(--carbon); font-family: var(--sans); font-size: 16px; line-height: 1.45; }
body::before { position: fixed; inset: 0; z-index: 20; pointer-events: none; content: ""; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; transform: translateY(-150%); background: var(--carbon); color: var(--paper); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.site-header { position: relative; z-index: 10; padding-top: 22px; }
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; min-height: 52px; }
.wordmark { display: inline-flex; align-items: baseline; gap: 13px; width: max-content; text-decoration: none; }
.wordmark strong { font-size: 13px; letter-spacing: .12em; }
.wordmark span, .nav-links, .nav-cta, .header-rule, .hero-kicker, .eyebrow, .section-index, .section-note, figcaption, small, .hero-foot, .acquire-kicker, .acquisition-meta, .site-footer { font-family: var(--mono); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.wordmark span { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 23px; justify-content: center; }
.nav-links a, .nav-cta { text-decoration: none; transition: color .25s ease; }
.nav-links a:hover, .nav-cta:hover, .site-footer a:hover { color: var(--orange); }
.nav-cta { justify-self: end; font-size: 11px; }
.nav-cta b, .button b, .quiet-link b, .site-footer a b { color: var(--orange); font-size: 16px; font-weight: 400; display: inline-block; transition: transform .25s ease; }
.nav-cta:hover b, .button:hover b, .quiet-link:hover b, .site-footer a:hover b { transform: translate(2px, -2px); }
.menu-toggle { display: none; border: 0; padding: 8px 0; background: transparent; font: 10px var(--mono); letter-spacing: .12em; }
.menu-toggle span { display: inline-block; width: 18px; height: 1px; margin-left: 8px; vertical-align: middle; background: currentColor; box-shadow: 0 5px currentColor; }
.header-rule { display: flex; align-items: center; gap: 11px; padding-top: 17px; color: var(--muted); }
.header-rule i { display: block; width: 4px; height: 4px; background: var(--orange); transform: rotate(45deg); }
.header-rule i:first-of-type { flex: 1; height: 1px; transform: none; background: var(--line); }
.header-rule i:last-of-type { flex: 1; height: 1px; transform: none; background: var(--line); }

.hero { position: relative; padding-top: 56px; }
.hero-kicker { display: flex; justify-content: space-between; color: var(--muted); border-top: 1px solid var(--line); padding-top: 12px; }
.hero-kicker span:nth-child(2) { color: var(--orange); }
.hero-copy { position: relative; z-index: 1; max-width: 920px; padding: 38px 0 16px; }
.eyebrow, .section-index { margin: 0 0 21px; color: var(--orange); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-weight: 400; }
.hero h1 { margin-bottom: 31px; font-size: clamp(64px, 8.1vw, 122px); line-height: .86; letter-spacing: -.07em; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lower { display: grid; grid-template-columns: minmax(200px, 310px) auto; gap: 56px; align-items: end; max-width: 800px; }
.domain-name { margin: 0 0 9px; font-size: 17px; letter-spacing: .02em; }
.hero-intro { max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 23px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 48px; padding: 0 17px; border: 1px solid var(--carbon); background: var(--carbon); color: var(--paper); font: 11px var(--mono); text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: background .25s ease, color .25s ease; }
.button:hover { background: transparent; color: var(--carbon); }
.quiet-link { font: 10px var(--mono); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.matter-figure { margin: 20px 0 0; }
.matter-figure figcaption { display: flex; justify-content: space-between; padding: 0 2px 10px; color: var(--muted); }
.matter-svg { display: block; width: 100%; height: auto; overflow: visible; }
.hero-matter-mobile { display: none; }
.body-shadow { fill: rgba(23, 24, 23, .08); transform: translate(0, 11px); }
.body-outline { fill: none; stroke: var(--carbon); stroke-width: 3; }
.region { stroke: var(--carbon); stroke-width: 2; }
.region-a { fill: #d6d4cb; }
.region-b { fill: #aeb9bb; }
.region-c { fill: #efeee9; }
.region-d { fill: #c5cbc8; }
.region-e { fill: #d2a58c; }
.hatch { fill: url(#hero-hatch); opacity: .65; }
.dots { fill: url(#hero-dots); opacity: .7; }
.interface-line { fill: none; stroke: var(--orange); stroke-width: 5; stroke-dasharray: 1 11; stroke-linecap: round; animation: interfaceShift 14s ease-in-out infinite; }
.interface-line.thin { stroke-width: 2; stroke-dasharray: 1 8; animation-delay: -4s; }
.contour { fill: none; stroke: var(--carbon); stroke-width: 2; opacity: .48; }
.contour-two { stroke: var(--bluegray); opacity: .85; }
.void-shape { fill: var(--mineral); stroke: var(--carbon); stroke-width: 2; }
.core-shape { fill: var(--orange); stroke: var(--carbon); stroke-width: 2; animation: corePulse 15s ease-in-out infinite; transform-origin: 575px 306px; }
.core-line { fill: none; stroke: var(--paper); stroke-width: 1.5; opacity: .7; }
.svg-labels { font: 11px var(--mono); letter-spacing: .1em; fill: var(--carbon); }
.svg-labels .sub { font-size: 8px; fill: var(--muted); letter-spacing: .08em; }
.svg-labels .core-label { fill: var(--paper); font-size: 13px; }
.svg-labels .core-sub { fill: var(--paper); opacity: .86; font-size: 7px; }
.measure-mark { font: 8px var(--mono); letter-spacing: .1em; fill: var(--muted); }
.measure-mark path { stroke: var(--muted); stroke-width: 1; }
.hero-foot { display: flex; justify-content: space-between; padding: 11px 0 30px; color: var(--muted); border-bottom: 1px solid var(--line); }

.ruled { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 40px; padding-top: 108px; padding-bottom: 120px; }
.statement h2, .section-head h2, .field-copy h2, .physical-ai h2, .materials h2, .scale-layout h2, .name-section h2, .acquisition h2, .failure h2 { margin-bottom: 27px; font-size: clamp(47px, 6vw, 88px); line-height: .91; letter-spacing: -.06em; }
.statement-copy > p:last-child, .field-copy > p:not(.section-index), .physical-ai-head > p:last-child, .materials-copy > p:last-child, .scale-layout > div > p:last-child, .failure-layout > div > p:last-child { max-width: 300px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.word-stack { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; padding-top: 39px; color: var(--bluegray); font-size: clamp(22px, 2.6vw, 39px); line-height: .98; letter-spacing: -.04em; }
.word-stack span:nth-child(2), .word-stack span:nth-child(5) { color: var(--orange); }

.structure-studies, .state-section, .simulation, .applications, .refinement { padding-top: 112px; padding-bottom: 128px; }
.section-head { display: flex; justify-content: space-between; gap: 50px; align-items: flex-start; }
.section-head h2 { margin-top: 0; }
.section-note { max-width: 225px; margin: 6px 0 0; color: var(--muted); line-height: 1.5; }
.study-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.study { min-height: 420px; padding: 20px 21px 17px; border-top: 1px solid var(--carbon); border-bottom: 1px solid var(--line); }
.study-meta { display: flex; align-items: center; justify-content: space-between; padding-bottom: 11px; font: 11px var(--mono); letter-spacing: .09em; }
.study-meta span { color: var(--orange); }
.study svg { display: block; width: 100%; height: auto; margin-top: 55px; }
.study small { display: block; margin-top: 44px; color: var(--muted); }
.study-body { fill: var(--soft); stroke: var(--carbon); stroke-width: 2; }
.study-boundary, .layer-line, .cell-line { fill: none; stroke: var(--carbon); stroke-width: 2; }
.study-layered .study-body { fill: #d8d9d3; }
.layer-line { stroke: var(--orange); stroke-width: 3; }
.cell-line { stroke: var(--bluegray); stroke-width: 2; }

.band { background: var(--soft); }
.interface-section { padding: 105px 0 116px; }
.interface-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.interface-layout .section-head { display: block; }
.interface-layout .section-note { margin-top: 54px; }
.interface-figure { margin: 0; }
.interface-figure svg { display: block; width: 100%; height: auto; }
.interface-body { stroke: var(--carbon); stroke-width: 3; }
.interface-body.left { fill: #c8c7bd; }
.interface-body.right { fill: #aab6b8; }
.interface-band { fill: var(--orange); stroke: var(--carbon); stroke-width: 3; }
.interface-cut, .interface-mark { fill: none; stroke: var(--paper); stroke-width: 2; }

.state-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 39px; }
.state-plate { margin: 0; padding-top: 13px; border-top: 1px solid var(--carbon); }
.state-plate figcaption { display: flex; justify-content: space-between; color: var(--orange); }
.state-plate figcaption small { color: var(--muted); font-size: 8px; }
.state-plate svg { display: block; width: 100%; margin-top: 36px; }
.state-outline { fill: #dddbd1; stroke: var(--carbon); stroke-width: 2; }
.state-detail { fill: none; stroke: var(--orange); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 1 8; }
.state-open { stroke: var(--bluegray); stroke-width: 3; stroke-dasharray: none; }
.state-reconfigured { stroke: var(--carbon); stroke-width: 2; stroke-dasharray: 4 5; }

.deformation { padding: 106px 0 124px; }
.deformation .section-head { align-items: end; }
.deformation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 56px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deformation-grid figure { margin: 0; padding: 20px 20px 10px; border-right: 1px solid var(--line); }
.deformation-grid figure:last-child { border-right: 0; }
.deformation-grid figcaption { display: flex; justify-content: space-between; }
.deformation-grid figcaption span { color: var(--orange); }
.deformation-grid svg { display: block; width: 100%; margin-top: 25px; }
.ghost { fill: none; stroke: var(--bluegray); stroke-width: 2; stroke-dasharray: 5 6; opacity: .65; }
.deform-body { fill: #d4d4cb; stroke: var(--carbon); stroke-width: 2; }
.deform-body.compressed { fill: #d8b19a; }
.deform-body.shifted { fill: #b8c2c1; }
.deform-body.recover { fill: #d4d4cb; animation: recoverPulse 14s ease-in-out infinite; }
.load-mark, .recover-mark { fill: none; stroke: var(--orange); stroke-width: 2; }
.deformation svg text { font: 10px var(--mono); letter-spacing: .1em; fill: var(--carbon); }

.field-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-top: 132px; padding-bottom: 138px; align-items: center; }
.field-copy > strong { display: block; margin-top: 54px; color: var(--orange); font-size: clamp(30px, 3.5vw, 53px); line-height: .86; letter-spacing: -.07em; }
.field-visual { margin: 0; }
.field-visual figcaption { margin-bottom: 10px; color: var(--muted); }
.field-visual svg { display: block; width: 100%; height: auto; }
.field-body { fill: #d8d8cf; stroke: var(--carbon); stroke-width: 3; }
.field-contour { fill: none; stroke: var(--orange); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 1 8; }
.field-contour.f2, .field-contour.f4 { stroke: var(--bluegray); stroke-width: 3; }
.field-axis { stroke: var(--carbon); stroke-width: 1; stroke-dasharray: 2 7; opacity: .45; }

.phase-void { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding-top: 116px; padding-bottom: 135px; }
.phase-block, .void-block { min-width: 0; }
.phase-block h2, .void-block h2 { margin: 0 0 24px; font-size: clamp(38px, 4.7vw, 70px); line-height: .93; letter-spacing: -.06em; font-weight: 400; }
.phase-block > p:not(.section-index), .void-block > p:not(.section-index) { max-width: 360px; color: var(--muted); font-size: 14px; }
.phase-visual { margin-top: 34px; }
.phase-visual svg, .void-visual svg { display: block; width: 100%; height: auto; }
.phase-shape { stroke: var(--carbon); stroke-width: 2; }
.phase-one { fill: #d3d2c9; }
.phase-two { fill: #aab8ba; }
.transition { fill: var(--orange); stroke: var(--carbon); stroke-width: 2; }
.phase-line { fill: none; stroke: var(--carbon); stroke-width: 2; }
.void-block { padding-top: 92px; }
.void-visual { margin-top: 28px; }
.void-body { fill: #d4c1b5; stroke: var(--carbon); stroke-width: 3; }
.negative { fill: var(--mineral); stroke: var(--carbon); stroke-width: 2; }

.failure { padding: 111px 0 118px; }
.failure-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: center; }
.failure-layout figure { margin: 0; }
.failure-layout figure svg { display: block; width: 100%; height: auto; }
.failure-body { fill: #d0d1c8; stroke: var(--carbon); stroke-width: 3; }
.failure-body.changed { fill: #c99a80; }
.fracture { fill: none; stroke: var(--carbon); stroke-width: 4; }

.simulation-plates { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-top: 54px; border-top: 1px solid var(--carbon); border-bottom: 1px solid var(--line); }
.simulation-plates figure { position: relative; margin: 0; padding: 18px 7px 21px; border-right: 1px solid var(--line); }
.simulation-plates figure:last-child { border-right: 0; }
.simulation-plates figure > span { color: var(--orange); font: 11px var(--mono); }
.simulation-plates svg { display: block; width: 100%; margin-top: 21px; }
.simulation-plates svg path:first-child { fill: #d9d8cf; stroke: var(--carbon); stroke-width: 2; }
.simulation-plates svg path:nth-child(2) { fill: none; stroke: var(--orange); stroke-width: 2; }
.simulation-plates svg circle { fill: var(--orange); }
.simulation-plates figcaption { margin-top: 16px; }

.twin-section { padding: 106px 0 122px; }
.twin-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.twin-layout .section-head { display: block; }
.twin-layout .section-note { margin-top: 44px; }
.twin-visual { display: grid; grid-template-columns: 1fr 86px 1fr; align-items: center; gap: 14px; }
.twin-visual figure { margin: 0; }
.twin-visual figcaption { margin-bottom: 7px; color: var(--orange); }
.twin-visual figure svg { display: block; width: 100%; }
.twin-outline { fill: none; stroke: var(--carbon); stroke-width: 3; }
.twin-segments { fill: none; stroke: var(--orange); stroke-width: 3; }
.twin-words { display: flex; flex-direction: column; gap: 13px; align-items: center; color: var(--muted); font: 9px var(--mono); letter-spacing: .1em; }

.physical-ai { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding-top: 130px; padding-bottom: 135px; }
.physical-ai h2 { max-width: 600px; }
.physical-words { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); }
.physical-words span { min-width: 0; padding: 28px 12px 26px 0; border-bottom: 1px solid var(--line); font-size: clamp(31px, 4.2vw, 63px); line-height: .9; letter-spacing: -.06em; overflow-wrap: anywhere; }
.physical-words span:nth-child(odd) { color: var(--orange); }
.physical-words span:last-child { grid-column: span 2; color: var(--bluegray); }

.materials { padding: 118px 0 131px; }
.materials-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.material-orbit { position: relative; min-height: 500px; }
.orbit-body { position: absolute; top: 65px; left: 50%; width: min(36vw, 430px); transform: translateX(-50%); }
.orbit-body svg { display: block; width: 100%; }
.orbit-body svg path:first-child { fill: #d3cfc4; stroke: var(--carbon); stroke-width: 3; }
.orbit-body svg path:last-child { fill: none; stroke: var(--orange); stroke-width: 3; }
.orbit-body span { position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); font-size: clamp(24px, 3vw, 43px); letter-spacing: -.06em; }
.material-term { position: absolute; color: var(--carbon); font-size: clamp(19px, 2vw, 30px); line-height: .92; letter-spacing: -.05em; }
.term-1 { top: 32px; left: 3%; color: var(--orange); }.term-2 { top: 132px; right: 0; }.term-3 { top: 272px; left: 0; color: var(--bluegray); }.term-4 { top: 381px; right: 7%; }.term-5 { bottom: 14px; left: 21%; color: var(--orange); }.term-6 { bottom: 18px; right: 1%; color: var(--bluegray); }

.refinement-study { margin-top: 55px; }
.refine-labels { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--orange); font: 10px var(--mono); letter-spacing: .1em; }
.refine-forms { overflow: hidden; border-top: 1px solid var(--carbon); border-bottom: 1px solid var(--line); }
.refine-forms svg { display: block; width: 100%; height: auto; }
.refine-form { fill: #d5d5cb; stroke: var(--carbon); stroke-width: 2; }
.rf2 { fill: #c6cfce; }.rf3 { fill: #d7b09b; }.rf4 { fill: #c4c9c5; }
.refine-line { fill: none; stroke: var(--orange); stroke-width: 3; }

.scale-section { padding: 112px 0 126px; }
.scale-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.scale-stack { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--carbon); }
.scale-stack > div { min-height: 130px; padding: 21px 17px 19px 0; border-bottom: 1px solid var(--line); }
.scale-stack > div:nth-child(even) { padding-left: 17px; border-left: 1px solid var(--line); }
.scale-stack b { display: block; font: 11px var(--mono); letter-spacing: .1em; }
.scale-stack i { display: block; width: 100%; height: 56px; margin-top: 17px; border: 2px solid var(--carbon); background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(201,107,62,.45) 18px 21px, transparent 21px 36px); transform: skewX(-12deg); }
.scale-stack .meso { background: repeating-linear-gradient(90deg, transparent 0 37px, rgba(142,157,161,.75) 37px 42px, transparent 42px 72px); }
.scale-stack .macro { background: linear-gradient(135deg, transparent 0 45%, var(--orange) 45% 49%, transparent 49% 100%); }
.scale-stack .system { background: linear-gradient(90deg, var(--bluegray) 0 24%, transparent 24% 33%, var(--orange) 33% 57%, transparent 57% 69%, var(--carbon) 69% 100%); }

.applications .section-head { padding-bottom: 42px; }
.application-list { margin: 0; padding: 0; border-top: 1px solid var(--carbon); list-style: none; }
.application-list li { position: relative; display: grid; grid-template-columns: 65px minmax(280px, 1fr) minmax(220px, .8fr) 35px; gap: 18px; align-items: center; min-height: 67px; border-bottom: 1px solid var(--line); transition: padding .3s ease, background .3s ease; }
.application-list li:hover { padding-left: 13px; background: rgba(201, 107, 62, .07); }
.application-list li > b { color: var(--orange); font: 11px var(--mono); }
.application-list strong { font-size: 15px; font-weight: 400; letter-spacing: .02em; }
.application-list span { color: var(--muted); font: 10px var(--mono); letter-spacing: .08em; }
.application-list i { width: 21px; height: 16px; border: 1px solid var(--carbon); background: var(--soft); clip-path: polygon(17% 21%, 58% 0, 100% 28%, 88% 85%, 45% 100%, 0 70%); opacity: 0; transform: scale(.5) rotate(-15deg); transition: opacity .3s ease, transform .3s ease; }
.application-list li:hover i { opacity: 1; transform: scale(1) rotate(0); }

.name-section { padding-top: 105px; padding-bottom: 112px; }
.name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.name-terms { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-self: end; }
.name-terms article { padding-top: 17px; border-top: 1px solid var(--carbon); }
.name-terms b { color: var(--orange); font: 13px var(--mono); letter-spacing: .1em; }
.name-terms p { max-width: 185px; margin: 17px 0 0; color: var(--muted); font-size: 13px; }
.name-formula { display: flex; align-items: baseline; flex-wrap: wrap; gap: 14px; margin: 82px 0 22px; font-size: clamp(25px, 4vw, 58px); letter-spacing: -.06em; }
.name-formula i { color: var(--orange); font-style: normal; }.name-formula strong { color: var(--orange); font-weight: 400; }
.name-note { margin: 0; color: var(--muted); font-size: 14px; }

.acquisition { position: relative; overflow: hidden; background: var(--deep); color: var(--paper); }
.acquisition-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 40px; align-items: center; min-height: 780px; padding-top: 100px; padding-bottom: 78px; }
.acquisition .section-index { color: var(--orange-light); }
.acquisition-copy { position: relative; z-index: 1; }
.acquire-kicker { margin: 0 0 26px; color: var(--bluegray); }
.acquisition h2 { max-width: 575px; margin-bottom: 31px; color: var(--paper); font-size: clamp(48px, 6.2vw, 91px); }
.acquire-intro { max-width: 330px; margin-bottom: 27px; color: #b4b6af; font-size: 14px; }
.button-light { border-color: var(--orange-light); background: var(--orange-light); color: var(--deep); }
.button-light:hover { background: transparent; color: var(--paper); }
.button-light b { color: var(--deep); }.button-light:hover b { color: var(--orange-light); }
.acquisition-copy > small { display: block; margin-top: 15px; color: #858a84; }
.exposed-core { position: relative; z-index: 0; margin: 0 -120px 0 0; }
.exposed-core figcaption { position: absolute; top: 2px; right: 6%; color: #858a84; }
.exposed-core svg { display: block; width: 100%; max-height: 730px; }
.final-shadow { fill: rgba(0, 0, 0, .4); transform: translate(0, 14px); }
.final-outline { fill: none; stroke: var(--paper); stroke-width: 3; }
.final-phase-a { fill: #aab6b7; }.final-phase-b { fill: #d5d1c7; }.final-interface { fill: #be7651; }.final-void { fill: var(--deep); stroke: var(--paper); stroke-width: 2; }.final-core { fill: var(--orange-light); stroke: var(--paper); stroke-width: 2; animation: corePulse 15s ease-in-out infinite; transform-origin: 287px 366px; }.final-core-line { fill: none; stroke: var(--deep); stroke-width: 2; }.final-contour { fill: none; stroke: var(--deep); stroke-width: 2; opacity: .8; }.acquisition .svg-labels { fill: var(--paper); }.acquisition .svg-labels .sub { fill: #a9ada5; }.acquisition .svg-labels .core-label { fill: var(--deep); }.acquisition .svg-labels .core-sub { fill: var(--deep); }
.acquisition-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; grid-column: 1 / -1; padding-top: 19px; border-top: 1px solid rgba(242,240,234,.25); }
.acquisition-meta div { display: flex; flex-direction: column; gap: 7px; }.acquisition-meta span { color: #858a84; }.acquisition-meta b { color: var(--paper); font-weight: 400; letter-spacing: .06em; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 8px 40px; align-items: center; padding-top: 26px; padding-bottom: 24px; border-top: 1px solid var(--line); }
.site-footer div { display: flex; gap: 20px; align-items: center; }.site-footer b { font-size: 12px; letter-spacing: .12em; }.site-footer span { color: var(--muted); }.site-footer a { justify-self: end; text-decoration: none; }.site-footer small { grid-column: 1 / -1; color: var(--muted); letter-spacing: .06em; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes interfaceShift { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(2px); } }
@keyframes corePulse { 0%, 100% { opacity: .88; } 50% { opacity: 1; } }
@keyframes recoverPulse { 0%, 100% { opacity: .82; } 50% { opacity: 1; } }

@media (max-width: 1024px) {
  :root { --shell: min(100% - 48px, 900px); }
  .nav { grid-template-columns: 1fr auto auto; }.menu-toggle { display: block; }.nav-links { position: absolute; top: 76px; right: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; min-width: 190px; padding: 8px 15px; border: 1px solid var(--carbon); background: var(--paper); box-shadow: 8px 8px 0 var(--orange); }.nav-links.is-open { display: flex; }.nav-links a { padding: 12px 0; border-bottom: 1px solid var(--line); }.nav-links a:last-child { border: 0; }
  .hero-copy { padding-top: 52px; }.hero h1 { font-size: clamp(59px, 10vw, 104px); }.hero-lower { gap: 35px; }
  .statement { grid-template-columns: .7fr 1.3fr; }.word-stack { grid-column: 2; align-items: flex-start; padding-top: 10px; }
  .interface-layout, .field-section, .twin-layout, .materials-layout, .scale-layout { grid-template-columns: 1fr; gap: 44px; }.interface-layout .section-note, .twin-layout .section-note { margin-top: 10px; }.field-copy > strong { margin-top: 30px; }.field-visual { max-width: 700px; margin-inline: auto; }.material-orbit { min-height: 510px; max-width: 680px; width: 100%; margin-inline: auto; }.orbit-body { width: min(54vw, 430px); }.scale-layout { gap: 36px; }
  .acquisition-inner { grid-template-columns: .9fr 1.1fr; }.exposed-core { margin-right: -70px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 36px); }
  body { font-size: 15px; }.site-header { padding-top: 17px; }.wordmark { gap: 8px; }.wordmark strong { font-size: 11px; }.wordmark span { font-size: 8px; }.nav-cta { font-size: 9px; }.nav { gap: 15px; }.nav-links { right: 18px; top: 67px; }
  .header-rule { padding-top: 13px; font-size: 8px; }.hero { padding-top: 52px; }.hero-kicker { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; line-height: 1.4; }.hero-kicker span:last-child { grid-column: 1 / -1; }.hero-copy { padding: 49px 0 19px; }.hero h1 { margin-bottom: 28px; font-size: clamp(52px, 16vw, 74px); line-height: .88; }.hero-lower { display: block; }.hero-intro { max-width: 280px; }.hero-actions { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 26px; }.button { min-height: 45px; padding-inline: 13px; font-size: 9px; }.matter-figure { margin-top: 21px; }.matter-figure figcaption { font-size: 8px; line-height: 1.35; }.hero-matter { display: none; }.hero-matter-mobile { display: block; width: min(100%, 430px); margin-inline: auto; }
  .hero-foot { gap: 11px; font-size: 8px; }.hero-foot span:nth-child(2) { text-align: center; }.hero-foot span:last-child { text-align: right; }
  .statement, .phase-void { display: block; padding-top: 76px; padding-bottom: 84px; }.statement-copy h2 { font-size: 61px; }.word-stack { gap: 8px; padding-top: 52px; font-size: 31px; }.section-index, .eyebrow { margin-bottom: 17px; font-size: 9px; }
  .structure-studies, .state-section, .simulation, .applications, .refinement { padding-top: 79px; padding-bottom: 88px; }.section-head { display: block; }.section-head h2, .field-copy h2, .physical-ai h2, .materials h2, .scale-layout h2, .name-section h2, .failure h2 { font-size: 55px; }.section-note { margin-top: 20px; }.study-row, .state-row { display: block; margin-top: 30px; }.study { min-height: 0; margin-bottom: 14px; padding: 16px 15px 16px; }.study svg { margin-top: 24px; }.study small { margin-top: 15px; }.interface-section { padding: 74px 0 80px; }.interface-layout { gap: 31px; }.interface-layout .section-note { margin-top: 21px; }.interface-figure svg { min-height: 290px; }.state-plate { margin-bottom: 23px; }.state-plate svg { margin-top: 18px; }
  .deformation { padding: 77px 0 82px; }.deformation .section-head { display: block; }.deformation-grid { grid-template-columns: 1fr 1fr; margin-top: 32px; }.deformation-grid figure { padding: 15px 11px 7px; border-bottom: 1px solid var(--line); }.deformation-grid figure:nth-child(2) { border-right: 0; }.deformation-grid figure:nth-child(3), .deformation-grid figure:nth-child(4) { border-bottom: 0; }.deformation-grid svg { margin-top: 15px; }.deformation-grid figcaption { font-size: 8px; }.deformation-grid figcaption b { font-size: 8px; }.deformation svg text { font-size: 8px; }
  .field-section { display: block; padding-top: 84px; padding-bottom: 87px; }.field-copy > strong { font-size: 39px; margin-top: 30px; }.field-visual { margin-top: 47px; }.field-visual figcaption { font-size: 8px; }.phase-block h2, .void-block h2 { font-size: 47px; }.phase-visual { margin-top: 31px; }.void-block { padding-top: 74px; }.void-visual { margin-top: 18px; }.failure { padding: 79px 0 82px; }.failure-layout { display: block; }.failure-layout figure { margin-top: 41px; }.failure-layout figure svg { min-height: 210px; }
  .simulation .section-head { display: block; }.simulation-plates { grid-template-columns: 1fr 1fr; gap: 0; margin-top: 34px; }.simulation-plates figure { min-height: 175px; padding: 13px 9px 17px; }.simulation-plates figure:nth-child(2n) { border-right: 0; }.simulation-plates figure:nth-child(-n+3) { border-bottom: 1px solid var(--line); }.simulation-plates figure:last-child { grid-column: 1 / -1; }.simulation-plates svg { margin-top: 9px; }.simulation-plates figcaption { margin-top: 9px; }.twin-section { padding: 79px 0 85px; }.twin-layout { gap: 32px; }.twin-visual { grid-template-columns: 1fr; gap: 7px; }.twin-visual figure { display: grid; grid-template-columns: 100px 1fr; gap: 7px; align-items: center; border-top: 1px solid var(--line); padding-top: 10px; }.twin-visual figcaption { margin: 0; }.twin-words { flex-direction: row; justify-content: center; gap: 24px; padding: 11px 0; }.twin-visual figure svg { max-height: 180px; }.physical-ai { display: block; padding-top: 86px; padding-bottom: 88px; }.physical-ai-head > p:last-child { margin-bottom: 46px; }.physical-words span { padding-block: 20px; font-size: 38px; }.materials { padding: 80px 0 83px; }.materials-layout { gap: 13px; }.material-orbit { min-height: 420px; }.orbit-body { top: 71px; width: 75vw; max-width: 340px; }.material-term { font-size: 18px; }.term-1 { top: 19px; left: 0; }.term-2 { top: 106px; right: 0; }.term-3 { top: 205px; left: 2%; }.term-4 { top: 288px; right: 2%; }.term-5 { bottom: 3px; left: 11%; }.term-6 { bottom: 2px; right: 0; }
  .refine-labels { font-size: 8px; }.refine-forms { margin-top: 4px; }.refine-forms svg { width: 150%; max-width: none; margin-left: -17%; }.scale-section { padding: 80px 0 87px; }.scale-layout { gap: 32px; }.scale-stack > div { min-height: 105px; }.scale-stack i { height: 43px; margin-top: 12px; }.applications .section-head { padding-bottom: 28px; }.application-list li { grid-template-columns: 35px minmax(0, 1fr) 24px; gap: 9px; min-height: 85px; padding-block: 10px; }.application-list li:hover { padding-left: 5px; }.application-list strong { font-size: 12px; line-height: 1.1; }.application-list span { grid-column: 2; font-size: 8px; line-height: 1.35; }.application-list i { grid-column: 3; grid-row: 1 / 3; }.name-section { padding-top: 76px; padding-bottom: 83px; }.name-grid { display: block; }.name-terms { margin-top: 43px; }.name-terms p { font-size: 12px; }.name-formula { gap: 8px; margin-top: 55px; font-size: 27px; }.name-note { font-size: 13px; }
  .acquisition-inner { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-top: 79px; padding-bottom: 26px; }.acquisition h2 { font-size: clamp(40px, 12vw, 53px); }.acquire-intro { font-size: 13px; }.exposed-core { order: 2; width: 100%; margin: 13px 0 -35px; }.exposed-core figcaption { top: 0; right: 3%; font-size: 8px; }.acquisition-meta { grid-template-columns: 1fr 1fr; gap: 18px 14px; padding-top: 17px; font-size: 8px; }.acquisition-meta b { font-size: 9px; line-height: 1.3; }.site-footer { display: block; padding-top: 22px; }.site-footer div { display: block; }.site-footer span { display: block; margin-top: 8px; line-height: 1.4; }.site-footer a { display: inline-block; margin-top: 21px; }.site-footer small { display: block; margin-top: 24px; line-height: 1.4; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
