@font-face {
  font-family: "Space Grotesk";
  src: url("/static/type/space-grotesk-500.4fb435f07dde.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/static/type/space-grotesk-600.e553a4de3dac.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Cormorant";
  src: url("/static/type/cormorant-garamond-500-italic.96b57d0c34a4.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/static/type/inter-400.a32ace5dba84.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/static/type/inter-500.eb0312411b13.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/static/type/inter-600.84cf795ee940.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

:root {
  --ink: #10212a;
  --muted: #65737a;
  --blue: #087db7;
  --blue-deep: #006ba5;
  --green: #7abb3a;
  --pale: #eef6f8;
  --paper: #fbfcfc;
  --line: #d9e1e4;
  --orange: #e7a42d;
  --red: #df4948;
  --max: 1440px;
  --inner-max: 1240px;
  --vis-void: #03070e;
  --vis-bg: #060b14;
  --vis-surface: #0f1724;
  --vis-surface-2: #151f2f;
  --vis-line: #1b2739;
  --vis-line-2: #26354c;
  --vis-ink: #ecf3fb;
  --vis-ink-2: #a9b8cc;
  --vis-ink-3: #74869e;
  --vis-ink-4: #48596e;
  --vis-A: #2fb0e8;
  --vis-C: #7a5cf0;
  --vis-G: #8cc63f;
  --vis-T: #f2585b;
  --vis-uv: #7a5cf0;
  --vis-signal: #8cc63f;
  --vis-si-1: #c3c9ce;
  --vis-si-2: #64798f;
  --vis-si-3: #27374b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
section[id], footer[id] { scroll-margin-top: 88px; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 100;
  padding: 12px 18px; color: white; background: var(--ink);
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.kicker {
  margin: 0; color: var(--blue-deep); font-size: 12px; line-height: 1.3;
  font-weight: 600; letter-spacing: .19em; text-transform: uppercase;
}
.button {
  min-height: 60px; display: inline-flex; align-items: center; justify-content: space-between;
  gap: 36px; padding: 0 24px; border: 1px solid var(--ink); font-size: 14px; font-weight: 600;
  transition: color .2s, background .2s, transform .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; border-color: var(--blue-deep); background: var(--blue-deep); }
.button-primary:hover { background: var(--ink); border-color: var(--ink); }
.text-link { padding: 12px 0 9px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; }

.site-header {
  min-height: 88px; position: sticky; z-index: 40; top: 0;
  border-bottom: 1px solid rgba(217,225,228,.82); background: #fff;
  transition: box-shadow .2s, background .2s;
}
.site-header.is-scrolled {
  background: #fff; box-shadow: 0 12px 35px rgba(16,33,42,.07);
}
.header-inner {
  width: min(100% - 96px, var(--max)); min-height: 88px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr; align-items: center; position: relative;
}
.brand {
  width: 188px; aspect-ratio: 1200 / 327; display: inline-flex; align-items: center; overflow: hidden;
}
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; justify-self: end; align-items: center; gap: clamp(18px, 2.1vw, 34px); }
.language-switcher {
  display: inline-flex; align-items: center; gap: 2px; margin-left: 2px; padding-left: 14px;
  border-left: 1px solid var(--line);
}
.language-switcher a {
  width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center;
  color: var(--muted); border-radius: 50%; font-size: 11px; font-weight: 600;
}
.language-switcher a:hover, .language-switcher a[aria-current="page"] { color: white; background: var(--blue-deep); }
.site-nav a {
  padding: 12px 0; color: #20343d; font-size: 17px; font-weight: 500; letter-spacing: -.012em;
  transition: color .2s, border-color .2s, background .2s;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue-deep); }
.site-nav .nav-contact {
  display: inline-flex; align-items: center; gap: 9px; padding: 12px 0;
  color: #20343d; background: transparent; border: 0;
}
.site-nav .nav-contact::after {
  width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--green);
  transition: transform .2s, background .2s;
}
.site-nav .nav-contact:hover, .site-nav .nav-contact:focus-visible { color: var(--blue-deep); background: transparent; }
.site-nav .nav-contact:hover::after, .site-nav .nav-contact:focus-visible::after { transform: scale(1.35); background: var(--blue); }
.menu-toggle { display: none; border: 0; background: none; }

.hero {
  width: min(100% - 96px, var(--max)); min-height: 770px; margin: 0 auto;
  display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(42px, 5vw, 88px);
  padding: 70px 0 92px;
}
.hero-copy { position: relative; z-index: 2; }
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  max-width: 720px; margin: 28px 0 30px;
  font-size: clamp(48px, 5.2vw, 80px); line-height: .94; letter-spacing: -.058em; font-weight: 500;
}
h1 em, h2 em { display: block; color: var(--blue); font-family: "Cormorant", Georgia, serif; font-weight: 500; }
h1 em { font-size: 1.06em; letter-spacing: -.052em; }
.hero-intro { max-width: 630px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.62; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.atlas-stage { min-width: 0; position: relative; }
.atlas-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--blue-deep); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.atlas-meta-top { margin: 0 16px 12px; }
.atlas-glass {
  min-height: 585px; position: relative; overflow: hidden; isolation: isolate;
  background: linear-gradient(145deg, rgba(226,246,250,.94), rgba(255,255,255,.68));
  border: 1px solid rgba(24,125,171,.26);
  box-shadow: 0 28px 80px rgba(28,96,119,.13), inset 0 0 0 11px rgba(255,255,255,.48);
  transform: rotate(-1.2deg);
}
.atlas-glass::before, .atlas-glass::after {
  content: ""; position: absolute; z-index: 4; pointer-events: none;
}
.atlas-glass::before { inset: 16px; border: 1px solid rgba(6,125,183,.22); }
.atlas-glass::after {
  width: 70%; height: 54%; left: -18%; bottom: -24%; border-radius: 50%;
  background: rgba(120,187,58,.14); filter: blur(45px);
}
.atlas-glass > img {
  width: 120%; max-width: none; height: 670px; position: absolute; left: -10%; top: -46px;
  object-fit: cover; object-position: 49% 57%; mix-blend-mode: multiply; opacity: .7;
  filter: saturate(1.08) contrast(.98); transform: scale(1.06);
}
.atlas-scan {
  width: 2px; height: calc(100% - 46px); position: absolute; z-index: 3; top: 23px; left: 26%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.98) 14%, rgba(255,255,255,.98) 86%, transparent);
  box-shadow: 0 0 22px rgba(255,255,255,.9); animation: scan 7s ease-in-out infinite alternate;
}
@keyframes scan { from { transform: translateX(0); } to { transform: translateX(330px); } }
.focus-card {
  width: 220px; position: absolute; z-index: 6; right: 26px; bottom: 27px;
  padding: 20px 22px; color: white; background: rgba(16,33,42,.78); backdrop-filter: blur(14px);
  border-left: 3px solid var(--focus-color, #2c913d); transition: border-color .25s;
}
.focus-card small, .focus-card span { display: block; color: rgba(255,255,255,.64); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.focus-card strong { display: block; margin: 8px 0 20px; font-size: 20px; font-weight: 500; }
.focus-card b { display: block; margin-top: 7px; font-size: 12px; letter-spacing: .08em; }
.atlas-controls { display: flex; gap: 8px; margin-top: 15px; flex-wrap: wrap; }
.atlas-controls button {
  min-height: 36px; display: flex; align-items: center; gap: 8px; padding: 0 12px;
  border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px;
  transition: border-color .2s, background .2s;
}
.atlas-controls button:hover, .atlas-controls button.is-active { border-color: #9cb0b8; background: white; }
.atlas-controls i { width: 8px; height: 8px; border-radius: 50%; background: var(--legend-color); box-shadow: 0 0 0 3px color-mix(in srgb, var(--legend-color), transparent 78%); }
.capability-rail {
  display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: white;
  padding: 0 max(48px, calc((100vw - var(--max)) / 2));
}
.capability-rail > div { min-height: 150px; padding: 34px 38px; border-right: 1px solid rgba(255,255,255,.14); }
.capability-rail > div:last-child { border-right: 0; }
.capability-rail span { color: var(--green); font-size: 10px; letter-spacing: .18em; }
.capability-rail strong { display: block; margin-top: 17px; font-size: 20px; font-weight: 500; }
.capability-rail p { margin: 7px 0 0; color: rgba(255,255,255,.56); font-size: 12px; }

.science-section, .products-section, .experience-section, .applications-section, .discoveries-section, .company-section {
  padding: 140px max(48px, calc((100vw - var(--max)) / 2));
}
.section-heading { display: grid; grid-template-columns: 1.18fr .82fr; column-gap: 9vw; align-items: end; }
.section-heading .kicker { grid-column: 1 / -1; }
h2 { margin: 30px 0 0; font-size: clamp(52px, 5vw, 80px); line-height: .96; letter-spacing: -.054em; font-weight: 500; }
.section-heading > p:last-child { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 1px solid var(--line); }
.story-card { min-height: 360px; padding: 30px 34px 38px 0; border-right: 1px solid var(--line); }
.story-card + .story-card { padding-left: 34px; }
.story-card:last-child { border-right: 0; }
.story-card > span { color: var(--blue); font-size: 11px; }
.story-card > p { margin: 54px 0 16px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.story-card h3 { margin: 0 0 20px; font-size: 31px; line-height: 1.12; letter-spacing: -.04em; font-weight: 500; }
.story-card div { max-width: 360px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.products-section { color: white; background: var(--ink); }
.section-intro {
  display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 9vw;
}
.section-intro .kicker { color: #98d9f6; }
.section-intro h2 { max-width: 820px; }
.section-intro > p { max-width: 540px; margin: 0 0 8px; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.65; }
.product-list { margin-top: 84px; border-top: 1px solid rgba(255,255,255,.18); }
.product-list article {
  min-height: 210px; display: grid; grid-template-columns: .34fr .78fr 1fr auto; align-items: center; gap: 34px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.product-list article > span { color: #98d9f6; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.product-list h3 { margin: 0; font-size: clamp(28px, 2.5vw, 39px); line-height: 1.02; letter-spacing: -.04em; font-weight: 500; }
.product-list p { max-width: 480px; margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.65; }
.product-list a { display: inline-flex; align-items: center; gap: 18px; padding: 14px 0 10px; border-bottom: 1px solid rgba(255,255,255,.48); font-size: 12px; white-space: nowrap; }
.product-list a:hover, .product-list a:focus-visible { color: #98d9f6; border-color: #98d9f6; }

.experience-section { color: white; background: var(--blue-deep); }
.experience-heading { display: grid; grid-template-columns: .75fr 1.25fr; align-items: end; gap: 7vw; }
.experience-heading .kicker { color: #c6edff; }
.experience-heading h2 { margin: 0; }
.experience-shell { margin-top: 80px; border: 1px solid rgba(255,255,255,.25); }
.experience-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid rgba(255,255,255,.25); }
.experience-tabs button {
  min-height: 72px; border: 0; border-right: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.6); background: transparent; cursor: pointer; font-size: 13px;
}
.experience-tabs button:last-child { border-right: 0; }
.experience-tabs button[aria-selected="true"] { color: white; background: rgba(255,255,255,.1); box-shadow: inset 0 -3px 0 var(--green); }
.experience-panel { min-height: 530px; display: grid; grid-template-columns: .88fr 1.12fr; }
.experience-panel > div:first-child { padding: 70px; }
.experience-panel span { color: #c6edff; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.experience-panel h3 { max-width: 570px; margin: 26px 0; font-size: clamp(42px, 4vw, 64px); line-height: .96; letter-spacing: -.05em; font-weight: 500; }
.experience-panel p { max-width: 560px; margin: 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.experience-visual { min-width: 0; position: relative; overflow: hidden; background: rgba(2,60,91,.42); }
.experience-visual > [data-visual] { display: none; }
.experience-panel[data-view="diversity"] [data-visual="diversity"],
.experience-panel[data-view="tissue"] [data-visual="tissue"],
.experience-panel[data-view="dna"] [data-visual="dna"],
.experience-panel[data-view="genome"] [data-visual="genome"] { display: grid; }
.tissue-graphic {
  min-height: 530px; position: relative; overflow: hidden;
  grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 70px;
  background: radial-gradient(circle at center, rgba(122,187,58,.33), transparent 48%), rgba(2,60,91,.42);
}
.tissue-graphic::before, .tissue-graphic::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.tissue-graphic::after { inset: 28%; border-style: dashed; animation: orbit 18s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }
.tissue-graphic i { z-index: 2; align-self: center; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.8); box-shadow: 0 0 0 8px rgba(255,255,255,.08), 0 0 25px rgba(255,255,255,.22); }
.tissue-graphic i:nth-child(2n) { transform: scale(.45); background: var(--green); }
.tissue-graphic i:nth-child(4n) { transform: scale(.72); background: #c6edff; }

.dna-model {
  min-height: 530px; align-content: start; padding: 32px; color: white;
  background: radial-gradient(circle at 72% 12%, rgba(122,187,58,.16), transparent 28%), #062e46;
}
.model-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.15); }
.dna-model .model-topline span, .dna-model .model-topline b { color: #bce7fa; font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.dna-model .model-topline b { color: var(--green); }
.dna-token-label { margin-top: 26px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.dna-tokens { display: grid; grid-template-columns: repeat(18, minmax(15px, 1fr)); gap: 4px; margin-top: 10px; }
.dna-tokens span {
  min-height: 36px; position: relative; display: grid; place-items: center;
  color: rgba(255,255,255,.8); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; opacity: 1;
}
.dna-model.is-running .dna-tokens span { animation: token-in .42s cubic-bezier(.2,.75,.25,1) both; animation-delay: calc(var(--i) * 45ms); }
@keyframes token-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.dna-tokens span.is-context { border-bottom-color: #c6edff; background: rgba(198,237,255,.12); }
.dna-tokens span.is-attention { box-shadow: inset 0 3px 0 var(--green); color: white; }
.dna-tokens span.is-variant { z-index: 2; color: #061d2a; background: #ffcf66; border-color: #ffcf66; box-shadow: 0 0 22px rgba(255,207,102,.45); }
.signal-readout { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 13px; }
.signal-readout span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.52); font-size: 8px; letter-spacing: .08em; }
.signal-readout i { width: 12px; height: 3px; background: #ffcf66; }
.signal-readout span:nth-child(2) i { background: #c6edff; }
.signal-readout span:nth-child(3) i { background: var(--green); }
.classification-scale { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 29px; }
.classification-scale span { padding: 10px 3px; border-top: 2px solid rgba(255,255,255,.16); color: rgba(255,255,255,.4); font-size: 7px; line-height: 1.3; text-align: center; letter-spacing: .05em; }
.classification-scale span.is-active { color: white; border-color: var(--green); background: linear-gradient(to bottom, rgba(122,187,58,.18), transparent); }
.model-output { margin-top: 16px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.model-output > span, .model-output > small { display: block; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.model-output strong { display: block; margin: 7px 0 9px; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.model-output > small { color: #bce7fa; letter-spacing: .06em; text-transform: none; }
.dna-examples { display: flex; gap: 8px; margin-top: 14px; }
.dna-examples button { padding: 8px 11px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.16); background: transparent; cursor: pointer; font-size: 9px; }
.dna-examples button:hover, .dna-examples button.is-active { color: white; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); }
.dna-model > p { margin: 14px 0 0; color: rgba(255,255,255,.44); font-size: 9px; line-height: 1.45; }

.genome-graphic {
  min-height: 530px; align-content: start; grid-template-rows: auto minmax(260px, 1fr) auto auto; gap: 0; padding: 28px 30px 22px; position: relative;
  background: radial-gradient(circle at 72% 48%, rgba(30,133,179,.19), transparent 43%), #062e46;
}
.genome-topline { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.14); }
.genome-graphic .genome-topline span, .genome-graphic .genome-topline b {
  color: #bce7fa; font-size: 8px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase;
}
.genome-graphic .genome-topline b { color: var(--green); text-align: right; }
.genome-graphic canvas { width: 100%; height: 285px; display: block; }
.genome-readout { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); }
.genome-graphic .genome-readout span { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.52); font-size: 7px; letter-spacing: .06em; }
.genome-readout span i { width: 10px; height: 3px; background: #76bfe0; }
.genome-readout span:nth-child(2) i { height: 7px; background: #f2a33c; }
.genome-readout span:nth-child(3) i { background: var(--green); }
.genome-graphic .genome-readout b { margin-left: auto; color: rgba(255,255,255,.8); font-size: 8px; font-weight: 500; letter-spacing: .08em; }
.genome-graphic > p { margin: 0; color: rgba(255,255,255,.4); font-size: 8px; line-height: 1.45; }

.applications-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; background: var(--paper); }
.applications-copy { align-self: start; position: sticky; top: 130px; }
.applications-copy h2 { max-width: 670px; }
.applications-copy > p:not(.kicker) { max-width: 540px; margin: 32px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.applications-copy .text-link { display: inline-block; }
.application-list { border-top: 1px solid var(--line); }
.application-list > div { min-height: 190px; display: grid; grid-template-columns: 60px .8fr 1fr; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); }
.application-list span { color: var(--blue); font-size: 10px; }
.application-list strong { font-size: clamp(24px, 2.4vw, 34px); line-height: 1.05; font-weight: 500; letter-spacing: -.035em; }
.application-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.discoveries-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: #f0f4f4; }
.discoveries-lead h2 { font-size: clamp(50px, 5vw, 76px); }
.discoveries-lead > p:last-child { max-width: 520px; margin: 35px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.discovery-feature { align-self: end; padding: 54px; background: white; border-top: 4px solid var(--green); }
.discovery-feature > span { color: var(--blue-deep); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.discovery-feature h3 { margin: 50px 0 25px; font-size: clamp(38px, 4vw, 62px); line-height: .98; letter-spacing: -.05em; font-weight: 500; }
.discovery-feature p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.discovery-feature small { display: block; margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--line); color: #77858b; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }

.company-section { background: white; }
.company-section > div { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 9vw; }
.company-section h2 { max-width: 860px; }
.company-copy { padding-bottom: 6px; }
.company-copy p { max-width: 550px; margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.company-copy .button { margin-top: 20px; }

.inner-hero {
  width: min(100% - 96px, var(--inner-max)); min-height: 390px; margin: 0 auto;
  display: flex; justify-content: center; flex-direction: column; padding: 56px 0 64px;
  border-bottom: 1px solid var(--line); background: #fff;
  box-shadow: 0 0 0 100vmax #fff; clip-path: inset(0 -100vmax);
}
.inner-hero h1 {
  max-width: 940px; margin: 24px 0 24px;
  font-size: clamp(42px, 4.2vw, 62px); line-height: 1; letter-spacing: -.048em;
}
.inner-hero > p:last-of-type { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.35vw, 18px); line-height: 1.62; }
.inner-hero time, .inner-hero small { display: block; margin-top: 26px; color: var(--muted); font-size: 11px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.product-hero small, .discovery-hero small { max-width: 720px; padding-left: 16px; border-left: 3px solid var(--orange); }

.light-synthesis {
  min-height: 690px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  align-items: center; gap: clamp(48px, 6vw, 110px); padding: 92px max(48px, calc((100vw - var(--max)) / 2));
  color: var(--ink); background: #f3f7f8; border-bottom: 1px solid #d7e1e4;
}
.light-synthesis-copy {
  align-self: center;
}
.light-synthesis .kicker { color: var(--blue-deep); }
.light-synthesis h2 {
  max-width: 560px; margin: 26px 0 30px; color: var(--ink);
  font-size: clamp(50px, 4.6vw, 72px); line-height: .95;
}
.light-synthesis-copy > p:not(.kicker) { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.light-synthesis-copy .light-synthesis-note { margin-top: 18px; color: #7b898f; font-size: 14px; }
.light-synthesis-replay {
  width: max-content; margin-top: 32px; padding: 11px 0 8px; color: var(--blue-deep); background: transparent;
  border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 12px; font-weight: 600;
}
.light-synthesis-replay:hover, .light-synthesis-replay:focus-visible { color: var(--ink); }
.light-synthesis-visual {
  min-width: 0; margin: 0; overflow: hidden; border: 1px solid #d4e0e4; border-radius: 18px;
  color: #31454e; background: #eef4f6; box-shadow: 0 34px 68px -42px rgba(16,33,42,.28);
}
.synthesis-stage { height: clamp(390px, 40vw, 500px); position: relative; overflow: hidden; }
.synthesis-stage::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(125deg, rgba(255,255,255,.2), transparent 30% 72%, rgba(44,142,177,.06));
}
.synthesis-stage canvas { width: 100%; height: 100%; display: block; }
.claude-litho-stage { background: var(--vis-void); }
.claude-litho-stage::after { display: none; }
.claude-litho-canvas, .claude-litho-canvas canvas { width: 100%; height: 100%; display: block; }
.claude-litho-identity, .claude-litho-hud, .claude-litho-phase {
  position: absolute; z-index: 3; pointer-events: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; line-height: 1.35; letter-spacing: .04em;
}
.claude-litho-identity { top: 16px; left: 20px; display: grid; gap: 3px; }
.claude-litho-identity strong { color: var(--vis-ink); font-weight: 500; }
.claude-litho-identity span { color: var(--vis-ink-4); text-transform: uppercase; }
.claude-litho-hud { top: 16px; right: 20px; display: grid; justify-items: end; gap: 3px; color: var(--vis-ink-3); }
.claude-litho-hud span { display: flex; gap: 7px; }
.claude-litho-hud i { color: var(--vis-ink-4); font-style: normal; text-transform: uppercase; }
.claude-litho-hud strong { color: var(--vis-ink); font-weight: 500; }
.claude-litho-phase { left: 20px; bottom: 14px; color: var(--vis-ink); font-weight: 500; }
.synthesis-hud {
  position: absolute; z-index: 2; top: 20px; display: grid; gap: 5px; pointer-events: none;
  color: rgba(52,72,80,.6); font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px; line-height: 1.3; letter-spacing: .1em; text-transform: uppercase;
}
.synthesis-hud-left { left: 22px; }
.synthesis-hud-right { right: 22px; text-align: right; }
.synthesis-hud span { display: grid; grid-template-columns: 82px auto; gap: 8px; }
.synthesis-hud strong { color: rgba(32,42,47,.88); font-weight: 600; }
.synthesis-controls {
  min-height: 66px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; padding: 13px 18px;
  color: #55636a; background: #f8fafb; border-top: 1px solid #d8e2e5;
}
.light-synthesis-legend { display: flex; gap: 14px; }
.light-synthesis-legend span {
  display: inline-flex; align-items: center; gap: 5px; color: #738087;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px;
}
.light-synthesis-legend i { width: 7px; height: 7px; border-radius: 2px; background: var(--base-color); transition: box-shadow .2s ease, transform .2s ease; }
.light-synthesis-legend [data-base-legend="A"] { --base-color: #2fb0e8; }
.light-synthesis-legend [data-base-legend="C"] { --base-color: #765cf0; }
.light-synthesis-legend [data-base-legend="G"] { --base-color: #76b33d; }
.light-synthesis-legend [data-base-legend="T"] { --base-color: #d95157; }
.light-synthesis-legend .synthesis-protecting-key { color: #8a7045; }
.light-synthesis-legend .synthesis-protecting-key i { --base-color: #f4ba50; border-radius: 1px; transform: rotate(45deg); }
.light-synthesis-legend span.is-active { color: var(--ink); }
.light-synthesis-legend span.is-active i { transform: scale(1.3); box-shadow: 0 0 10px var(--base-color); }
.light-synthesis-visual figcaption {
  min-height: 52px; display: flex; justify-content: space-between; gap: 24px; padding: 16px 20px;
  color: #65767d; background: #fff; border-top: 1px solid #d8e2e5;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase;
}
.technology-tool {
  display: grid; grid-template-columns: minmax(360px, .78fr) minmax(420px, 1.22fr);
  align-items: center; gap: clamp(44px, 6vw, 86px); max-width: 1320px; margin: 0 auto;
  padding: clamp(56px, 7vw, 92px); background: #fff;
}
.technology-tool figure {
  position: relative; min-height: 0; aspect-ratio: 1.42; margin: 0; overflow: hidden;
  background: #eaf0f2; border: 1px solid #d5e0e3; border-radius: 16px;
  box-shadow: 0 26px 52px -38px rgba(16,33,42,.32);
}
.technology-tool img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.66) brightness(1.1) contrast(.92); }
.technology-tool-gallery .technology-tool-room { position: absolute; inset: 0; filter: saturate(.76) brightness(1.07) contrast(.94); }
.technology-tool-gallery .technology-tool-detail {
  width: 42%; height: 30%; position: absolute; z-index: 2; right: 16px; bottom: 16px;
  object-position: center; border: 4px solid rgba(255,255,255,.92); box-shadow: 0 12px 28px rgba(16,33,42,.28);
  filter: saturate(.72) brightness(1.08) contrast(.94);
}
.technology-tool figcaption {
  position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 16px; width: max-content; max-width: calc(58% - 30px); padding: 8px 10px;
  color: #182429; background: #fff;
  font: 500 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1em; text-transform: uppercase;
}
.technology-tool-copy { display: flex; flex-direction: column; justify-content: center; padding: 0; }
.technology-tool .kicker { color: #14222a; }
.technology-tool h2 {
  margin: 14px 0 26px; color: #101b22;
  font-size: clamp(40px, 4vw, 68px); line-height: .98; letter-spacing: -.045em;
}
.technology-tool-copy > p:not(.kicker):not(.technology-tool-stack-label) { max-width: 520px; margin: 0; color: rgba(16,27,34,.76); font-size: 16px; line-height: 1.72; }
.technology-tool-copy .technology-tool-stack-label {
  margin: 30px 0 12px; color: var(--blue-deep); font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .13em; text-transform: uppercase;
}
.technology-tool-stack { display: flex; flex-wrap: wrap; gap: 9px; max-width: 590px; margin: 0; padding: 0; list-style: none; }
.technology-tool-stack li {
  padding: 9px 12px; color: #26343a; background: #f3f7f8; border: 1px solid #d5e0e3;
  border-radius: 999px; font-size: 12px; line-height: 1.2;
}
.dna-context-story {
  display: grid; grid-template-columns: minmax(340px, .72fr) minmax(560px, 1.28fr);
  align-items: center; gap: clamp(48px, 6vw, 96px); max-width: 1440px; margin: 0 auto;
  padding: clamp(76px, 8vw, 116px) clamp(32px, 6vw, 86px); background: #f7fafb;
  border-top: 1px solid #dce5e8; border-bottom: 1px solid #dce5e8;
}
.dna-context-copy h2 {
  max-width: 590px; margin: 18px 0 26px; color: #101b22;
  font-size: clamp(40px, 3.8vw, 58px); line-height: .98; letter-spacing: -.045em;
}
.dna-context-copy > p:not(.kicker) {
  max-width: 590px; margin: 0 0 17px; color: rgba(16,27,34,.74); font-size: 15px; line-height: 1.72;
}
.dna-context-steps {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px 0 0; padding: 1px;
  list-style: none; background: #d8e3e7;
}
.dna-context-steps li {
  min-height: 66px; display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 7px;
  padding: 13px 15px; color: #26373f; background: #fff; font-size: 12px; line-height: 1.35;
}
.dna-context-steps span {
  color: var(--blue-deep); font: 600 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em;
}
.dna-context-visual {
  min-width: 0; margin: 0; overflow: hidden; color: var(--vis-ink); background: var(--vis-void);
  border: 1px solid #1c2a3c; border-radius: 18px; box-shadow: 0 32px 70px -42px rgba(8,18,29,.58);
}
.dna-context-stage { height: clamp(430px, 43vw, 540px); position: relative; overflow: hidden; }
.dna-context-canvas, .dna-context-canvas canvas { width: 100%; height: 100%; display: block; }
.dna-context-hud {
  position: absolute; z-index: 2; top: 16px; right: 18px; display: grid; justify-items: end; gap: 4px;
  pointer-events: none; color: var(--vis-ink-4); font: 500 8px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .05em; text-transform: uppercase;
}
.dna-context-hud div { display: flex; justify-content: flex-end; gap: 8px; }
.dna-context-hud strong { color: var(--vis-ink); font-weight: 500; }
.dna-context-visual figcaption {
  display: grid; grid-template-columns: minmax(190px, .45fr) minmax(280px, 1fr); gap: 24px;
  padding: 17px 20px; color: var(--vis-ink-3); background: #08111e; border-top: 1px solid var(--vis-line);
  font: 500 9px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .045em; text-transform: uppercase;
}
.dna-context-visual figcaption strong { color: var(--vis-ink); font-weight: 500; }
.company-fab-story {
  max-width: 1320px; margin: 0 auto; padding: clamp(68px, 8vw, 108px) clamp(32px, 6vw, 86px);
  display: grid; grid-template-columns: minmax(300px, .68fr) minmax(520px, 1.32fr); gap: clamp(46px, 7vw, 96px); align-items: center;
  background: #f3f7f8; border-bottom: 1px solid var(--line);
}
.company-fab-copy h2 { max-width: 520px; margin: 18px 0 24px; font-size: clamp(36px, 3.35vw, 48px); line-height: 1; letter-spacing: -.043em; }
.company-fab-copy > p:last-child { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.company-fab-images { min-width: 0; position: relative; padding: 0 13% 11% 0; }
.company-fab-images figure { margin: 0; overflow: hidden; background: #dfe9ec; border: 1px solid #ccdadd; box-shadow: 0 26px 58px -38px rgba(16,33,42,.34); }
.company-fab-images img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.74) brightness(1.06) contrast(.94); }
.company-fab-main { aspect-ratio: 1.42; }
.company-fab-detail { width: 39%; aspect-ratio: 1; position: absolute; right: 0; bottom: 0; z-index: 2; border: 5px solid white !important; }
.company-fab-detail img { object-position: left center; }
.company-fab-images figcaption {
  position: absolute; left: 14px; bottom: 13px; padding: 7px 9px; color: var(--ink); background: rgba(255,255,255,.92);
  font: 500 8px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase;
}
.company-fab-main { position: relative; }
.company-fab-detail figcaption { display: none; }
@media (max-width: 1100px) {
  .light-synthesis { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 80px; }
  .light-synthesis-copy { max-width: 760px; }
  .light-synthesis-visual { width: 100%; }
  .technology-tool { grid-template-columns: 1fr; }
  .technology-tool { gap: 42px; padding: 68px 48px; }
  .technology-tool figure { width: min(100%, 720px); }
  .dna-context-story { grid-template-columns: 1fr; }
  .dna-context-copy { max-width: 760px; }
  .company-fab-story { grid-template-columns: 1fr; }
  .company-fab-copy { max-width: 760px; }
  .company-fab-images { width: min(100%, 850px); }
}
@media (max-width: 720px) {
  .light-synthesis { min-height: 0; gap: 42px; padding: 68px 24px; }
  .light-synthesis h2 { font-size: clamp(44px, 13vw, 62px); }
  .synthesis-stage { height: 390px; }
  .claude-litho-identity, .claude-litho-hud, .claude-litho-phase { font-size: 8px; }
  .claude-litho-identity, .claude-litho-phase { left: 13px; }
  .claude-litho-hud { right: 13px; }
  .synthesis-controls { flex-wrap: wrap; }
  .light-synthesis-legend { width: 100%; margin: 0; padding-top: 2px; }
  .light-synthesis-visual figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .technology-tool { padding: 52px 24px 64px; }
  .technology-tool figure { width: 100%; }
  .technology-tool-copy { padding: 0; }
  .technology-tool h2 { font-size: clamp(42px, 12vw, 58px); }
  .technology-tool figcaption { max-width: calc(58% - 22px); left: 12px; bottom: 12px; font-size: 8px; }
  .technology-tool-gallery .technology-tool-detail { right: 11px; bottom: 11px; border-width: 3px; }
  .dna-context-story { padding: 62px 24px 70px; }
  .dna-context-copy h2 { font-size: clamp(38px, 10.5vw, 50px); }
  .dna-context-steps { grid-template-columns: 1fr; }
  .dna-context-stage { height: 430px; }
  .dna-context-visual figcaption { grid-template-columns: 1fr; gap: 6px; }
  .company-fab-story { padding: 62px 24px 70px; }
  .company-fab-copy h2 { font-size: clamp(38px, 10.5vw, 50px); }
  .company-fab-images { padding: 0 9% 10% 0; }
  .company-fab-detail { width: 42%; }
}

.editorial-body { padding: 0 max(48px, calc((100vw - var(--inner-max)) / 2)); }
.editorial-section {
  display: grid; grid-template-columns: .34fr 1fr; column-gap: clamp(52px, 7vw, 96px);
  padding: 76px 0; border-bottom: 1px solid var(--line);
}
.editorial-section > div { max-width: 790px; }
.editorial-section h2 { margin-top: 0; font-size: clamp(30px, 2.8vw, 42px); line-height: 1.05; letter-spacing: -.04em; }
.rich-text { margin-top: 24px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.rich-text p { max-width: 700px; }
.rich-text h3 { margin: 36px 0 14px; color: var(--ink); font-size: 23px; font-weight: 500; letter-spacing: -.03em; }
.rich-text a { color: var(--blue-deep); border-bottom: 1px solid currentColor; }
.rich-text li + li { margin-top: 8px; }
.capability-row {
  min-height: 154px; display: grid; grid-template-columns: .3fr .8fr 1fr; align-items: center; gap: 34px;
  border-bottom: 1px solid var(--line);
}
.capability-row > span { color: var(--blue-deep); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.capability-row h2 { margin: 0; font-size: clamp(24px, 2.2vw, 32px); line-height: 1.08; letter-spacing: -.035em; }
.capability-row p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.team-section { padding: 82px 0 92px; border-bottom: 1px solid var(--line); }
.team-section-heading {
  display: grid; grid-template-columns: .34fr 1fr; column-gap: clamp(52px, 7vw, 96px); align-items: start;
}
.team-section-heading h2 {
  max-width: 790px; margin: 0; font-size: clamp(30px, 2.8vw, 42px); line-height: 1.05; letter-spacing: -.04em;
}
.team-section-heading > p:last-child {
  grid-column: 2; max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72;
}
.team-stories { margin-top: 58px; border-top: 1px solid var(--ink); }
.team-story {
  display: grid; grid-template-columns: 54px minmax(250px, .76fr) minmax(360px, 1.24fr); gap: clamp(24px, 4vw, 64px);
  align-items: start; padding: 46px 0 48px; border-bottom: 1px solid var(--line);
}
.team-story-index {
  margin: 7px 0 0; color: var(--blue-deep); font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px; letter-spacing: .14em;
}
.team-story header { padding-right: 18px; }
.team-story h3 { margin: 13px 0 0; font-size: clamp(28px, 2.7vw, 38px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.team-story h3 span { display: block; margin-top: 7px; color: var(--muted); font-size: .42em; letter-spacing: -.01em; white-space: nowrap; }
.team-linkedin { width: max-content; margin-top: 18px; display: inline-block; color: var(--blue-deep); border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 600; }
.team-role { margin: 0; color: var(--blue-deep); font-size: 10px; line-height: 1.45; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.team-story-narrative { max-width: 690px; }
.team-biography { margin: 0; color: #44575f; font-size: 16px; line-height: 1.76; }
.team-education, .team-affiliation {
  margin: 20px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: #68777d; font-size: 10px; line-height: 1.62;
}
.team-education strong, .team-affiliation strong {
  display: inline-block; min-width: 126px; margin-right: 12px; color: var(--blue-deep); font-size: 9px; letter-spacing: .11em; text-transform: uppercase;
}
.team-careers {
  display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr); gap: clamp(42px, 8vw, 110px);
  align-items: end; margin-top: 72px; padding: 56px clamp(28px, 5vw, 66px); color: white; background: var(--ink);
}
.team-careers h3 { max-width: 620px; margin: 18px 0 0; font-size: clamp(28px, 3vw, 44px); line-height: 1.04; letter-spacing: -.04em; }
.team-careers > div:last-child { max-width: 560px; }
.team-careers > div:last-child p { margin: 0 0 26px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.7; }
.team-careers .button { min-width: 220px; border-color: var(--blue); background: var(--blue); }
.team-careers .button:hover { border-color: white; background: white; color: var(--ink); }
.editorial-statement { padding: 70px clamp(32px, 5vw, 70px); color: white; background: var(--blue-deep); }
.editorial-statement .rich-text, .editorial-statement p { max-width: 850px; margin: 0; color: white; font-size: clamp(25px, 2.6vw, 36px); line-height: 1.14; letter-spacing: -.035em; }

.page-cta { padding: 72px max(48px, calc((100vw - var(--inner-max)) / 2)); text-align: center; background: var(--pale); }
.page-cta h2 { max-width: 760px; margin: 22px auto 34px; font-size: clamp(34px, 3.2vw, 46px); line-height: 1.04; }
.page-cta .button { min-width: 250px; }

.directory-list, .discovery-list, .contact-directory {
  padding: 24px max(48px, calc((100vw - var(--inner-max)) / 2)) 88px;
}
.directory-list article {
  min-height: 245px; display: grid; grid-template-columns: .3fr .72fr 1fr; align-content: center; gap: 20px 40px;
  border-bottom: 1px solid var(--line);
}
.directory-list article > .kicker { grid-column: 1; }
.directory-list h2 { grid-column: 2; grid-row: 1 / span 3; align-self: center; margin: 0; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.06; letter-spacing: -.038em; }
.directory-list h2 a:hover, .directory-list h2 a:focus-visible { color: var(--blue-deep); }
.directory-list article > p:not(.kicker) { grid-column: 3; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.directory-list small { grid-column: 3; color: #7b888d; font-size: 10px; line-height: 1.5; }
.directory-list .text-link { grid-column: 3; width: max-content; }

.discovery-list article {
  min-height: 270px; display: grid; grid-template-columns: .3fr .8fr 1fr; align-content: center; gap: 22px 42px;
  border-bottom: 1px solid var(--line);
}
.discovery-list article > div { grid-row: 1 / span 2; }
.discovery-list time { display: block; margin-top: 16px; color: var(--muted); font-size: 11px; }
.discovery-list h2 { margin: 0; font-size: clamp(27px, 2.7vw, 38px); line-height: 1.05; letter-spacing: -.04em; }
.discovery-list h2 a:hover, .discovery-list h2 a:focus-visible { color: var(--blue-deep); }
.discovery-list article > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.discovery-list .text-link { grid-column: 3; width: max-content; }
.source-panel { padding: 64px max(48px, calc((100vw - var(--inner-max)) / 2)); background: var(--pale); }
.source-panel a { display: inline-flex; gap: 20px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); }

.contact-directory { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 0; padding-top: 0; }
.contact-route {
  min-height: 290px; display: flex; flex-direction: column; align-items: flex-start;
  padding: 44px 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.contact-route:first-child { padding-left: 0; }
.contact-route:last-child { border-right: 0; }
.contact-route h2 {
  margin: 28px 0 14px; font-size: clamp(20px, 1.7vw, 25px); line-height: 1.15;
  letter-spacing: -.025em; overflow-wrap: anywhere;
}
.contact-description { max-width: 560px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-value { margin: 18px 0 0; color: var(--ink); font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
.contact-email-row {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  margin-top: auto; padding-top: 30px;
}
.contact-email-row .contact-value { margin: 0; }
.contact-copy {
  min-height: 42px; display: inline-flex; align-items: center; gap: 18px; flex: 0 0 auto;
  padding: 0 14px; border: 1px solid var(--ink); background: transparent; font-size: 12px;
  font-weight: 600; cursor: pointer; transition: color .2s, background .2s;
}
.contact-copy:hover, .contact-copy:focus-visible { color: white; background: var(--ink); }
.contact-route .text-link { margin-top: auto; }
.contact-route address { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.65; font-style: normal; }
.copy-status { min-height: 20px; margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.contact-page {
  width: min(100% - 96px, var(--inner-max)); margin: 0 auto; padding: 68px 0 92px;
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(56px, 8vw, 112px);
}
.contact-form-panel { min-width: 0; }
.contact-introduction {
  max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65;
}
.contact-form { margin-top: 44px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 24px; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label {
  display: block; margin: 0 0 9px; color: #344850; font-size: 12px; line-height: 1.4; font-weight: 600;
}
.form-field label span { color: var(--blue-deep); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #c9d3d7; border-radius: 0;
  color: var(--ink); background: white; font: 400 15px/1.45 "Inter", Arial, sans-serif;
  transition: border-color .2s, box-shadow .2s;
}
.form-field select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, #5c6d74 50%), linear-gradient(135deg, #5c6d74 50%, transparent 50%); background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 0; border-color: var(--blue-deep); box-shadow: 0 0 0 3px rgba(0,107,165,.11);
}
.field-error { margin: 7px 0 0; color: #b52d2b; font-size: 11px; line-height: 1.45; }
.form-alert { margin-bottom: 24px; padding: 13px 15px; border-left: 3px solid #c43a37; background: #fff4f3; }
.form-alert p { margin: 0; color: #8f2726; font-size: 13px; line-height: 1.55; }
.form-setup-note { margin: 0 0 24px; padding: 12px 14px; color: #66767d; background: var(--pale); font-size: 12px; line-height: 1.55; }
.contact-delivery-offline { max-width: 700px; margin-top: 44px; padding: 28px 30px; border-top: 3px solid var(--blue-deep); background: var(--pale); }
.contact-delivery-offline strong { display: block; color: var(--ink); font-size: 21px; font-weight: 500; }
.contact-delivery-offline > p:not(.copy-status) { max-width: 620px; margin: 10px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-delivery-offline .button { min-height: 50px; margin-right: 12px; }
.contact-delivery-offline .contact-copy { background: white; vertical-align: middle; }
.contact-delivery-offline .contact-copy:hover, .contact-delivery-offline .contact-copy:focus-visible { background: var(--ink); }
.contact-form-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.contact-form-actions .button { min-width: 178px; min-height: 52px; cursor: pointer; }
.contact-form-actions > p { max-width: 380px; margin: 0; color: #78878d; font-size: 10px; line-height: 1.55; }
.contact-success { max-width: 700px; margin-top: 44px; padding: 28px 30px; border-top: 3px solid var(--green); background: var(--pale); }
.contact-success strong { display: block; font-size: 21px; font-weight: 500; }
.contact-success p { margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.contact-details { border-top: 1px solid var(--ink); }
.contact-details article { padding: 30px 0 32px; border-bottom: 1px solid var(--line); }
.contact-details .contact-value { margin-top: 18px; font-size: 14px; }
.contact-details .contact-copy { margin-top: 18px; }
.contact-details .text-link { display: inline-block; margin-top: 17px; font-size: 12px; }
.contact-details address { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.65; font-style: normal; }
.careers-application {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: start;
  padding: 76px max(48px, calc((100vw - var(--inner-max)) / 2)); color: white; background: var(--ink);
}
.careers-application .kicker { color: var(--green); }
.careers-application h2 { max-width: 720px; margin-top: 22px; font-size: clamp(30px, 3vw, 42px); line-height: 1.06; letter-spacing: -.04em; }
.careers-application-action { padding-top: 4px; }
.careers-application-action > p { margin: 0 0 28px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.careers-application-action .button { min-width: 260px; }
.careers-application-action .copy-status { color: rgba(255,255,255,.68); }
.careers-application-action small { display: block; max-width: 560px; margin-top: 28px; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.6; }
.careers-equal-opportunity { padding: 32px max(48px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: white; }
.careers-equal-opportunity p { max-width: 920px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.site-footer {
  display: grid; grid-template-columns: 1.4fr .7fr .7fr .7fr; gap: 56px;
  padding: 80px max(48px, calc((100vw - var(--max)) / 2)); color: white; background: var(--ink);
}
.site-footer .footer-logo { width: 300px; padding: 0; background: transparent; }
.site-footer > div:first-child p { max-width: 440px; margin: 28px 0 0; color: rgba(255,255,255,.58); }
.site-footer .footer-copyright { display: block; margin-top: 28px; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.55; }
.site-footer .footer-social-link { width: max-content; margin-top: 18px; color: rgba(255,255,255,.58); font-size: 11px; }
.site-footer strong { display: block; margin-bottom: 20px; color: var(--green); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.site-footer a, .site-footer address, .site-footer > div > p, .site-footer > div > span { display: block; margin: 8px 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; font-style: normal; }
.site-footer a:hover { color: white; }
.error-page { min-height: 100vh; padding: 12vh 8vw; }
.error-page h1 { max-width: 900px; }

@media (max-width: 1060px) {
  .header-inner, .hero { width: min(100% - 48px, var(--max)); }
  .site-nav { gap: 17px; }
  .site-nav a { font-size: 15px; }
  .brand { width: 176px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 850px; }
  .atlas-stage { width: 100%; max-width: 820px; }
  .atlas-glass { min-height: 620px; }
  .section-heading, .section-intro, .experience-heading, .applications-section, .discoveries-section, .company-section > div { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 35px; max-width: 620px; }
  .section-intro > p { margin-top: 35px; }
  .experience-heading h2 { margin-top: 28px; }
  .applications-copy { position: static; }
  .directory-list article, .discovery-list article { grid-template-columns: .3fr 1fr; }
  .directory-list h2 { grid-column: 2; grid-row: auto; }
  .directory-list article > p:not(.kicker), .directory-list small, .directory-list .text-link { grid-column: 2; }
  .discovery-list article > div { grid-row: 1 / span 3; }
  .discovery-list h2, .discovery-list article > p, .discovery-list .text-link { grid-column: 2; }
  .contact-directory { grid-template-columns: 1fr; }
  .contact-route, .contact-route:first-child { min-height: 0; padding: 40px 0; border-right: 0; }
  .contact-page { grid-template-columns: 1fr; gap: 68px; }
  .contact-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-details article { padding: 28px 24px; border-right: 1px solid var(--line); }
  .contact-details article:first-child { padding-left: 0; }
  .contact-details article:last-child { padding-right: 0; border-right: 0; }
  .discovery-feature { margin-top: 20px; }
  .team-story { grid-template-columns: 44px minmax(210px, .7fr) minmax(320px, 1.3fr); gap: 26px; }
  .careers-application { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  section[id], footer[id] { scroll-margin-top: 82px; }
  .site-header { min-height: 82px; }
  .header-inner { width: calc(100% - 32px); min-height: 82px; }
  .brand { width: 164px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; justify-self: end; padding: 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 1px; display: block; background: var(--ink); }
  .site-nav {
    width: calc(100% + 32px); display: none; position: absolute; grid-column: 1 / -1;
    top: 82px; left: -16px; right: auto; justify-self: stretch;
    max-height: calc(100vh - 82px); overflow: auto; padding: 24px 24px 30px;
    background: rgba(255,255,255,.99); border-bottom: 1px solid var(--line); box-shadow: 0 24px 45px rgba(16,33,42,.1);
  }
  .site-nav.is-open { display: grid; gap: 8px; }
  .site-nav a { min-height: 52px; display: flex; align-items: center; padding: 0; font-size: 18px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-contact { justify-content: flex-start; margin-top: 0; border-bottom: 1px solid var(--line); }
  .site-nav .language-switcher { min-height: 56px; margin: 12px 0 0; padding: 8px 0 0; border-left: 0; }
  .site-nav .language-switcher a { width: 44px; height: 44px; justify-content: center; padding: 0; border: 0; font-size: 15px; }
  .hero { width: calc(100% - 32px); min-height: 0; padding: 58px 0 70px; gap: 60px; }
  h1 { font-size: clamp(46px, 13vw, 64px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .atlas-glass { min-height: 480px; }
  .atlas-glass > img { height: 540px; top: -24px; }
  .focus-card { width: 190px; right: 18px; bottom: 18px; padding: 16px; }
  .atlas-controls { flex-direction: column; align-items: stretch; }
  .atlas-controls button { justify-content: center; }
  .capability-rail { grid-template-columns: 1fr; padding: 0 16px; }
  .capability-rail > div { min-height: 110px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .science-section, .products-section, .experience-section, .applications-section, .discoveries-section, .company-section, .site-footer { padding: 90px 24px; }
  h2 { font-size: clamp(46px, 13vw, 64px); }
  .story-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .story-card, .story-card + .story-card { min-height: 0; padding: 30px 0 42px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-card > p { margin-top: 35px; }
  .product-list { margin-top: 58px; }
  .product-list article { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding: 34px 0 38px; }
  .product-list a { width: max-content; margin-top: 6px; }
  .experience-tabs { grid-template-columns: 1fr; }
  .experience-tabs button { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .experience-panel { grid-template-columns: 1fr; }
  .experience-panel > div:first-child { padding: 42px 28px; }
  .tissue-graphic { min-height: 330px; padding: 50px; }
  .dna-model { min-height: 570px; padding: 24px 18px; }
  .dna-tokens { grid-template-columns: repeat(9, 1fr); }
  .classification-scale span { font-size: 6px; }
  .genome-graphic { min-height: 430px; padding: 36px 24px; }
  .application-list { margin-top: 54px; }
  .application-list > div { grid-template-columns: 42px 1fr; gap: 15px; padding: 32px 0; }
  .application-list p { grid-column: 2; }
  .discovery-feature { padding: 36px 26px; }
  .company-copy { margin-top: 42px; }
  .inner-hero { width: calc(100% - 48px); min-height: 410px; padding: 60px 0 66px; }
  .inner-hero h1 { font-size: clamp(42px, 11.5vw, 54px); }
  .inner-hero > p:last-of-type { font-size: 17px; }
  .editorial-body { padding: 0 24px; }
  .editorial-section { grid-template-columns: 1fr; padding: 66px 0; }
  .editorial-section > div { margin-top: 28px; }
  .editorial-section h2 { font-size: clamp(36px, 9.8vw, 46px); }
  .capability-row { grid-template-columns: 1fr; gap: 18px; padding: 42px 0; }
  .team-section { padding: 72px 0 78px; }
  .team-section-heading { grid-template-columns: 1fr; }
  .team-section-heading h2 { margin-top: 22px; font-size: clamp(36px, 9.8vw, 46px); }
  .team-section-heading > p:last-child { grid-column: 1; margin-top: 24px; }
  .team-stories { margin-top: 46px; }
  .team-story { grid-template-columns: 34px 1fr; gap: 10px 17px; padding: 36px 0 38px; }
  .team-story-index { grid-row: 1 / span 2; }
  .team-story header, .team-story-narrative { grid-column: 2; }
  .team-story header { padding-right: 0; }
  .team-story-narrative { margin-top: 16px; }
  .team-story h3 { font-size: clamp(27px, 8vw, 34px); }
.team-biography { font-size: 15px; line-height: 1.72; }
  .team-education strong, .team-affiliation strong { display: block; min-width: 0; margin: 0 0 5px; }
  .team-careers { grid-template-columns: 1fr; gap: 30px; margin-top: 54px; padding: 44px 24px; }
  .editorial-statement { padding: 75px 24px; }
  .page-cta, .careers-application { padding: 78px 24px; }
  .careers-equal-opportunity { padding: 28px 24px; }
  .directory-list, .discovery-list, .contact-directory { padding: 18px 24px 90px; }
  .directory-list article, .discovery-list article { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding: 44px 0; }
  .directory-list article > .kicker, .directory-list h2, .directory-list article > p:not(.kicker), .directory-list small, .directory-list .text-link,
  .discovery-list article > div, .discovery-list h2, .discovery-list article > p, .discovery-list .text-link { grid-column: 1; grid-row: auto; }
  .source-panel { padding: 65px 24px; }
  .contact-route h2 { margin-top: 24px; }
  .contact-email-row { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 26px; padding-top: 0; }
  .contact-route .text-link { margin-top: 26px; }
  .contact-page { width: calc(100% - 48px); padding: 54px 0 76px; gap: 54px; }
  .contact-introduction { font-size: 16px; }
  .contact-form { margin-top: 36px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 22px; }
  .form-field-wide { grid-column: 1; }
  .contact-form-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .contact-details { display: block; }
  .contact-details article, .contact-details article:first-child, .contact-details article:last-child { padding: 28px 0; border-right: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 42px; }
}

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

/* Homepage visual system: the approved temporary site is the source of truth. */
.site-header { min-height: 104px; background: #fff; }
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: linear-gradient(90deg, #0e88c8 0 72%, #79b82b 72% 94%, #e09d28 94% 97%, #d64f47 97% 100%);
}
.header-inner { min-height: 104px; }
.site-header.is-scrolled { background: #fff; }

.homepage { --home-dark: #102f42; background: white; }
.homepage .hero {
  width: min(100%, var(--max)); min-height: 570px; margin: 0 auto; padding: 0; gap: 0;
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: stretch; border: 0; border-bottom: 1px solid var(--line);
}
.homepage .hero-copy {
  min-width: 0; padding: clamp(58px, 6vw, 90px) clamp(34px, 5.6vw, 82px) 60px;
  display: flex; flex-direction: column; justify-content: center; isolation: isolate;
  background: radial-gradient(circle at 13% 16%, rgba(14,136,200,.075), transparent 29%), linear-gradient(115deg, rgba(255,255,255,.99), rgba(255,255,255,.93));
  animation: home-rise .72s cubic-bezier(.2,.7,.2,1) both;
}
.homepage .hero-copy::before {
  content: ""; position: absolute; z-index: -1; left: 0; top: 18%; width: 3px; height: 64%;
  background: linear-gradient(to bottom, transparent, var(--blue) 22% 70%, var(--green) 70% 82%, transparent); opacity: .72;
}
.homepage .hero h1 {
  max-width: 760px; margin: 23px 0 0; font-size: clamp(44px, 5.2vw, 74px);
  line-height: .9; letter-spacing: -.058em; font-weight: 500;
}
.homepage .headline-line,
.homepage .headline-accent {
  width: max-content; max-width: 100%; display: block; opacity: 0;
  animation: home-headline-reveal .72s cubic-bezier(.16,.78,.2,1) forwards;
}
.homepage .headline-line:first-of-type { animation-delay: .12s; }
.homepage .headline-line:nth-of-type(2) { animation-delay: .28s; }
.homepage .headline-accent {
  position: relative; margin-top: .08em; color: transparent; font-family: "Cormorant", Georgia, serif;
  font-size: 1.08em; font-style: italic; font-weight: 500; letter-spacing: -.045em;
  background: linear-gradient(92deg, #00679d 0%, #0e88c8 48%, #79b82b 100%);
  background-size: 210% 100%; background-position: 0 50%; background-clip: text; -webkit-background-clip: text;
  animation: home-headline-reveal .72s .46s cubic-bezier(.16,.78,.2,1) forwards, home-headline-color 6s 1.4s ease-in-out infinite alternate;
}
.homepage .headline-accent::after {
  content: ""; position: absolute; left: .03em; right: .02em; bottom: -.08em; height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green)); transform: scaleX(0); transform-origin: left;
  animation: home-headline-rule .8s .9s cubic-bezier(.2,.75,.2,1) forwards;
}
.homepage .hero-intro {
  max-width: 570px; margin-top: 30px; font-size: clamp(15px, 1.3vw, 17px); line-height: 1.62;
  opacity: 0; animation: home-copy-reveal .65s .75s ease forwards;
}
.homepage .hero-actions { margin-top: 32px; opacity: 0; animation: home-copy-reveal .65s .92s ease forwards; }

.homepage .atlas-stage {
  min-width: 0; min-height: 570px; position: relative; overflow: hidden;
  background: linear-gradient(145deg, rgba(14,136,200,.16), transparent 43%), var(--pale);
  border-left: 1px solid var(--line);
}
.homepage .atlas-stage::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(circle at 58% 46%, rgba(121,184,43,.13), transparent 23%);
}
.homepage .spatial-hero::after { display: none; }
.homepage .atlas-meta-top {
  position: absolute; z-index: 8; left: 7%; right: 7%; top: 25px; margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; font-weight: 500;
}
.spatial-hero-figure {
  position: absolute; z-index: 2; inset: 58px 7% 38px; margin: 0; overflow: hidden;
  background: #102f43; border: 1px solid rgba(6,82,118,.18); box-shadow: 0 24px 58px rgba(7,45,62,.16);
}
.spatial-hero-figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(1.12) contrast(1.05); }
.spatial-hero-figure figcaption {
  min-height: 78px; position: absolute; left: 0; right: 0; bottom: 0; display: grid; align-content: center; gap: 5px; padding: 15px 18px;
  color: var(--ink); background: white; border-top: 1px solid var(--line);
}
.spatial-hero-figure figcaption span { color: var(--blue-deep); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.spatial-hero-figure figcaption strong { font-size: 16px; font-weight: 550; letter-spacing: -.015em; }
.spatial-expression-story {
  display: grid; grid-template-rows: minmax(0, 1fr) auto auto;
  color: white; background: #020a0f;
}
.spatial-expression-stage { min-height: 0; position: relative; overflow: hidden; background: #020a0f; }
.spatial-expression-story .spatial-expression-stage > img {
  width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center;
  opacity: 0; filter: saturate(1.1) contrast(1.08); transform: scale(1.025);
  transition: opacity .7s ease, transform 1.15s cubic-bezier(.2,.7,.2,1);
}
.spatial-expression-story .spatial-expression-stage > img.is-active { opacity: 1; transform: scale(1); }
.spatial-expression-stage::after {
  content: ""; width: 1px; position: absolute; z-index: 4; inset: 0 auto 0 0; pointer-events: none;
  background: rgba(255,255,255,.82); box-shadow: -13px 0 34px 12px rgba(14,136,200,.22), 9px 0 22px 5px rgba(121,184,43,.14);
  animation: spatial-expression-scan 2.6s cubic-bezier(.5,.08,.35,.95) infinite;
}
.spatial-expression-readout {
  position: absolute; z-index: 5; left: 14px; bottom: 13px; min-width: 152px; padding: 11px 13px 10px;
  color: white; background: rgba(1,15,22,.78); border-left: 2px solid var(--blue); backdrop-filter: blur(7px);
}
.spatial-expression-readout small {
  display: block; margin-bottom: 4px; color: rgba(255,255,255,.6); font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px; letter-spacing: .11em; text-transform: uppercase;
}
.spatial-expression-readout strong { display: block; font-size: 15px; font-weight: 550; letter-spacing: -.01em; }
.spatial-expression-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); background: #071923; border-top: 1px solid rgba(255,255,255,.11); }
.spatial-expression-steps button {
  min-width: 0; min-height: 42px; padding: 8px 4px 7px; display: grid; place-items: center; align-content: center; gap: 4px;
  color: rgba(255,255,255,.5); background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; letter-spacing: .03em; line-height: 1; transition: color .2s ease, background .2s ease;
}
.spatial-expression-steps button:last-child { border-right: 0; }
.spatial-expression-steps button i { width: 5px; height: 5px; border-radius: 50%; background: linear-gradient(135deg, #0e88c8, #79b82b, #d95157); box-shadow: 0 0 8px rgba(14,136,200,.5); }
.spatial-expression-steps button:nth-child(2) i { background: #ef3131; box-shadow: 0 0 8px rgba(239,49,49,.55); }
.spatial-expression-steps button:nth-child(3) i { background: #ef1be3; box-shadow: 0 0 8px rgba(239,27,227,.55); }
.spatial-expression-steps button:nth-child(4) i { background: #2439ef; box-shadow: 0 0 8px rgba(36,57,239,.55); }
.spatial-expression-steps button:nth-child(5) i { background: #1ee239; box-shadow: 0 0 8px rgba(30,226,57,.55); }
.spatial-expression-steps button:nth-child(6) i { background: #1ce1e6; box-shadow: 0 0 8px rgba(28,225,230,.55); }
.spatial-expression-steps button.is-active { color: white; background: rgba(255,255,255,.08); }
.spatial-expression-story figcaption { min-height: 68px; position: static; padding: 12px 16px; }
.spatial-expression-story figcaption span { font-size: 8px; }
.spatial-expression-story figcaption strong { font-size: 14px; }
.homepage .atlas-glass {
  width: min(86%, 535px); min-height: 0; aspect-ratio: 1.08 / 1; position: absolute; z-index: 2;
  left: 50%; top: 49%; overflow: hidden; border-radius: 5px;
  transform: translate(-50%, -50%) rotate(-3.5deg);
  border: 1px solid rgba(255,255,255,.38);
  background: linear-gradient(112deg, rgba(255,255,255,.26), transparent 29%, rgba(61,172,205,.1) 54%, rgba(255,255,255,.16) 72%, transparent), rgba(177,226,237,.28);
  box-shadow: 0 28px 62px rgba(7,45,62,.18), inset 0 0 42px rgba(210,248,255,.13), inset 0 1px rgba(255,255,255,.65);
  backdrop-filter: blur(1.5px) saturate(1.08); transition: transform .28s cubic-bezier(.2,.7,.2,1);
}
.homepage .atlas-glass:hover { transform: translate(-50%, -50%) rotate(-2.2deg) scale(1.012); }
.homepage .atlas-glass::before {
  content: ""; position: absolute; inset: 2.6%; z-index: 6; pointer-events: none;
  border: 1px solid rgba(188,235,245,.7); box-shadow: 0 0 14px rgba(136,219,239,.24), inset 0 0 14px rgba(136,219,239,.1);
}
.homepage .atlas-etch {
  position: absolute; inset: 5%; z-index: 5; pointer-events: none;
  border: 1px solid rgba(177,233,246,.65);
  background: repeating-linear-gradient(90deg, transparent 0 8px, rgba(211,247,253,.6) 8px 9px, transparent 9px 16px) top / 100% 3px no-repeat,
              repeating-linear-gradient(0deg, transparent 0 8px, rgba(211,247,253,.5) 8px 9px, transparent 9px 16px) left / 3px 100% no-repeat;
}
.homepage .atlas-glass > img {
  width: 108%; max-width: none; height: 108%; position: absolute; z-index: 1; left: -4%; top: -4%;
  object-fit: contain; object-position: center; mix-blend-mode: multiply; opacity: .9;
  filter: saturate(1.42) contrast(1.11) brightness(.98); transform-origin: center;
  animation: home-tissue-breathe 6s ease-in-out infinite;
}
.homepage .atlas-grid {
  position: absolute; inset: 5%; z-index: 2; opacity: .1; pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.5px); background-size: 22px 22px;
}
.homepage .atlas-scan {
  width: 2px; height: 92%; top: 4%; left: 5%; z-index: 5;
  background: rgba(255,255,255,.96); box-shadow: -20px 0 38px 14px rgba(14,136,200,.28), 12px 0 28px 7px rgba(121,184,43,.24);
  animation: home-spatial-read 5.4s cubic-bezier(.55,.08,.35,.95) infinite;
}
.homepage .focus-card {
  width: 190px; right: 6%; bottom: 6%; padding: 14px 16px; background: rgba(4,31,44,.68);
  border: 1px solid rgba(255,255,255,.34); border-left: 3px solid var(--focus-color, #2c913d);
}
.homepage .focus-card strong { margin: 7px 0 14px; font-size: 17px; }
.homepage .atlas-controls {
  position: absolute; z-index: 9; left: 7%; right: 7%; bottom: 39px; justify-content: center; margin: 0;
}
.homepage .atlas-controls button { background: rgba(255,255,255,.82); backdrop-filter: blur(8px); }
.homepage .capability-rail {
  width: min(100%, var(--max)); margin: 0 auto; min-height: 112px; padding: 0;
  background: var(--home-dark);
}
.homepage .capability-rail > div { min-height: 112px; padding: 24px clamp(20px, 3.6vw, 48px); }
.homepage .capability-rail span { color: #a6d85f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.homepage .capability-rail strong { margin-top: 11px; font-size: 16px; }
.homepage .capability-rail p { font-size: 12px; line-height: 1.45; }

.platform-showcase {
  width: min(100%, var(--max)); margin: 0 auto; padding: clamp(68px, 7.5vw, 110px) clamp(22px, 5.6vw, 82px); background: white;
}
.platform-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: end; margin-bottom: 48px; }
.platform-heading h2 { margin: 0; max-width: 740px; font-size: clamp(34px, 4.1vw, 58px); line-height: .98; letter-spacing: -.045em; }
.platform-heading h2 em { color: var(--blue); }
.homepage .experience-tabs { display: flex; align-items: end; border-bottom: 1px solid var(--line); }
.homepage .experience-tabs button {
  min-height: 0; padding: 14px 20px 16px; border: 0; border-bottom: 3px solid transparent;
  color: var(--muted); background: transparent; white-space: nowrap;
}
.homepage .experience-tabs button[aria-selected="true"] { color: var(--blue-deep); background: transparent; border-bottom-color: var(--green); box-shadow: none; }
.homepage .experience-shell { margin: 0; border: 0; }
.homepage .experience-panel { min-height: 400px; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.homepage .experience-panel > .experience-copy { padding: clamp(32px, 4.4vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.homepage .experience-panel span { color: var(--blue-deep); }
.homepage .experience-panel h3 { margin: 20px 0 18px; font-size: clamp(30px, 3.6vw, 46px); line-height: 1; }
.homepage .experience-panel p { color: var(--muted); font-size: 16px; line-height: 1.66; }
.homepage .experience-copy .text-link { width: max-content; margin-top: 28px; color: var(--blue-deep); border-color: var(--blue-deep); }
.homepage .experience-visual { min-height: 400px; border-left: 1px solid var(--line); background: var(--pale); }
.claude-atom-story {
  min-height: 474px; position: relative; grid-template-rows: 420px auto; margin: 0; overflow: hidden;
  color: var(--vis-ink); background: var(--vis-void);
}
.claude-atom-canvas { position: relative; width: 100%; height: 420px; }
.claude-atom-canvas canvas { width: 100%; height: 100%; display: block; }
.claude-atom-hud {
  position: absolute; z-index: 2; right: 16px; top: 16px; min-width: 144px; display: grid; gap: 4px;
  color: var(--vis-ink-3); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; letter-spacing: .04em; text-align: right;
}
.claude-atom-hud strong { color: var(--vis-ink); font-weight: 500; }
.claude-atom-hud div { display: flex; justify-content: flex-end; gap: 8px; }
.claude-atom-hud span { color: var(--vis-ink-4); font-size: inherit; letter-spacing: inherit; text-transform: uppercase; }
.claude-atom-hud b { color: var(--vis-G); font-weight: 500; }
.claude-atom-story figcaption {
  min-height: 54px; padding: 16px 20px; color: var(--muted); background: white; border-top: 1px solid var(--line);
  font-size: 10px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase;
}
.claude-sequence-model {
  min-height: 474px; position: relative; grid-template-rows: 400px auto; margin: 0; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 0%, rgba(122,92,240,.1), transparent 62%), var(--vis-void);
}
.claude-sequence-canvas { position: relative; width: 100%; height: 400px; }
.claude-sequence-model canvas { width: 100%; height: 100%; display: block; }
.claude-model-hud {
  position: absolute; z-index: 2; top: 16px; left: 16px; pointer-events: none;
  display: grid; gap: 3px; color: var(--vis-ink-3); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .04em;
}
.claude-model-hud div { display: flex; gap: 7px; }
.claude-model-hud span { color: var(--vis-ink-4); font-size: inherit; letter-spacing: inherit; }
.claude-model-hud b { color: var(--vis-ink); font-weight: 500; }
.claude-sequence-model figcaption {
  min-height: 74px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding: 16px 24px;
  color: var(--muted); background: white; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.5;
}
.claude-sequence-model figcaption span { max-width: 78%; color: var(--muted); font-size: inherit; letter-spacing: 0; text-transform: none; }
.claude-sequence-model figcaption small { color: var(--blue-deep); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.homepage .dna-model { min-height: 400px; padding: clamp(22px, 2.7vw, 34px); }
.homepage .tissue-graphic { min-height: 474px; display: none; padding: 0; background: #f7fafb; }
.homepage .experience-panel[data-view="tissue"] .tissue-graphic { display: block; }
.homepage .tissue-graphic::before, .homepage .tissue-graphic::after { display: none; animation: none; }
.homepage .tissue-graphic img { width: 100%; height: 474px; object-fit: cover; object-position: center; opacity: 1; filter: saturate(1.22) contrast(1.08); }
.spatial-image-meta {
  position: absolute; right: 18px; bottom: 18px; width: min(330px, calc(100% - 36px)); padding: 16px 17px 14px;
  color: var(--ink); background: white; border: 1px solid rgba(10,38,52,.16); box-shadow: 0 12px 34px rgba(5,35,50,.13);
}
.spatial-image-meta strong { display: block; color: var(--blue-deep); font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.spatial-image-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 13px; margin: 12px 0 10px; padding: 0; list-style: none; }
.spatial-image-legend li { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; line-height: 1.2; }
.spatial-image-legend i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; box-shadow: 0 0 0 2px rgba(10,38,52,.05); }
.spatial-image-legend .cell-excitatory { background: #4c72b0; }
.spatial-image-legend .cell-inhibitory { background: #8fbdf4; }
.spatial-image-legend .cell-oligodendro { background: #dd8452; }
.spatial-image-legend .cell-astrocyte { background: #2ca02c; }
.spatial-image-legend .cell-endothelial { background: #c73636; }
.spatial-image-legend .cell-granule { background: #e377c2; }
.spatial-image-meta small { display: block; color: #60717a; font-size: 9px; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }
.claude-tissue-story {
  min-height: 474px; position: relative; display: none; grid-template-rows: minmax(410px, 1fr) auto; margin: 0;
  overflow: hidden; color: var(--vis-ink); background: var(--vis-void);
}
.homepage .experience-panel[data-view="tissue"] .claude-tissue-story { display: grid; }
.claude-tissue-canvas { position: relative; width: 100%; min-height: 410px; }
.claude-tissue-canvas canvas { width: 100%; height: 100%; display: block; }
.claude-tissue-hud {
  position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; gap: 4px; pointer-events: none;
  color: var(--vis-ink-3); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .04em; text-align: right;
}
.claude-tissue-hud div { display: flex; justify-content: flex-end; gap: 8px; }
.claude-tissue-hud span { color: var(--vis-ink-4); font-size: inherit; letter-spacing: inherit; text-transform: uppercase; }
.claude-tissue-hud strong { color: var(--vis-ink); font-weight: 500; }
.claude-tissue-story figcaption {
  min-height: 54px; padding: 16px 20px; color: var(--muted); background: white; border-top: 1px solid var(--line);
  font-size: 10px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase;
}
.homepage .genome-graphic { min-height: 400px; color: white; background: #062e46; }

.home-discoveries {
  width: min(100%, var(--max)); margin: 0 auto; padding: 0 clamp(22px, 5.6vw, 82px) clamp(72px, 7.5vw, 110px); background: white;
}
.discoveries-top { display: flex; justify-content: space-between; gap: 32px; align-items: end; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.discoveries-top h2 { margin: 16px 0 0; font-size: clamp(32px, 3.6vw, 50px); }
.home-story-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; }
.home-story-grid article {
  min-height: 225px; padding: 28px 28px 30px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform .25s ease, color .25s ease;
}
.home-story-grid article:hover { color: var(--blue-deep); transform: translateY(-7px); }
.home-story-grid article + article { padding-left: 28px; }
.home-story-grid article:last-child { border-right: 0; }
.home-story-grid small { color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; text-transform: uppercase; }
.home-story-grid h3 { margin: auto 0 14px; font-size: clamp(21px, 2.15vw, 30px); line-height: 1.08; letter-spacing: -.035em; font-weight: 500; }
.home-story-grid p { margin: 0; color: var(--muted); line-height: 1.55; }

.home-contact {
  width: min(100%, var(--max)); margin: 0 auto; padding: clamp(64px, 7vw, 96px) clamp(22px, 5.6vw, 82px);
  display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); align-items: start;
  color: white; background: var(--home-dark);
}
.home-contact > div:first-child h2 { margin: 16px 0 22px; max-width: 580px; font-size: clamp(38px, 4.4vw, 60px); }
.home-contact > div:first-child h2 em { color: #81c8eb; }
.home-contact > div:first-child > p:last-child { max-width: 520px; margin: 0; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.65; }
.home-contact .kicker { color: #afe465; }
.contact-card { position: relative; padding: clamp(28px, 4.2vw, 50px); color: var(--ink); background: white; box-shadow: 0 22px 60px rgba(0,0,0,.17); }
.contact-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--blue) 0 72%, var(--green) 72% 100%); }
.contact-card .kicker { color: var(--blue-deep); }
.contact-card h3 { margin: 16px 0 13px; font-size: clamp(26px, 2.7vw, 36px); line-height: 1.04; letter-spacing: -.04em; font-weight: 500; }
.contact-card p:not(.kicker) { margin: 0; color: var(--muted); line-height: 1.6; }
.contact-card > a { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 30px; padding: 17px 20px; color: white; background: var(--blue-deep); transition: background .2s ease, transform .2s ease; }
.contact-card > a:hover { background: var(--ink); transform: translateY(-2px); }
.contact-card small { display: block; margin-top: 16px; color: #73838b; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

@keyframes home-rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes home-headline-reveal { from { opacity: 0; transform: translateY(.42em); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: translateY(0); clip-path: inset(0); } }
@keyframes home-headline-color { from { background-position: 0 50%; } to { background-position: 100% 50%; } }
@keyframes home-headline-rule { to { transform: scaleX(1); } }
@keyframes home-copy-reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes home-spatial-read { 0%, 8% { left: 5%; opacity: 0; } 16% { opacity: 1; } 84% { opacity: 1; } 94%, 100% { left: 94%; opacity: 0; } }
@keyframes home-tissue-breathe { 0%, 100% { transform: scale(.985) rotate(-.3deg); } 50% { transform: scale(1.018) rotate(.3deg); } }
@keyframes spatial-expression-scan { 0%, 8% { left: 0; opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } 94%, 100% { left: 100%; opacity: 0; } }

@media (max-width: 1060px) {
  .site-header, .header-inner { min-height: 92px; }
  .homepage .hero { grid-template-columns: 1fr; }
  .homepage .hero-copy { min-height: 550px; }
  .homepage .atlas-stage { min-height: 570px; border-top: 1px solid var(--line); border-left: 0; }
  .platform-heading { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 720px) {
  .site-header, .header-inner { min-height: 82px; }
  .homepage .hero { width: 100%; }
  .homepage .hero-copy { min-height: 0; padding: 58px 20px 54px; }
  .homepage .hero h1 { font-size: clamp(40px, 11.5vw, 50px); }
  .homepage .hero-actions { align-items: stretch; }
  .homepage .hero-actions .button { width: 100%; }
  .homepage .atlas-stage { min-height: 480px; }
  .spatial-hero-figure { inset: 52px 16px 24px; }
  .spatial-expression-steps button span { font-size: 6px; }
  .homepage .atlas-glass { width: 94%; top: 47%; }
  .homepage .atlas-controls { left: 14px; right: 14px; bottom: 37px; gap: 5px; }
  .homepage .atlas-controls button { min-height: 32px; padding: 0 7px; font-size: 9px; }
  .homepage .capability-rail { grid-template-columns: 1fr; padding: 0 20px; }
  .platform-showcase { padding: 64px 20px; }
  .platform-heading { margin-bottom: 36px; }
  .platform-heading h2 { font-size: clamp(37px, 10.7vw, 48px); }
  .homepage .experience-tabs { overflow-x: auto; }
  .homepage .experience-tabs button { flex: 0 0 auto; padding-inline: 12px; }
  .homepage .experience-panel { grid-template-columns: 1fr; }
  .homepage .experience-visual { border-top: 1px solid var(--line); border-left: 0; }
  .homepage .tissue-graphic, .homepage .tissue-graphic img { min-height: 430px; height: 430px; }
  .spatial-image-meta { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .homepage .dna-model { min-height: 450px; padding: 22px 16px; }
  .claude-sequence-model { min-height: 450px; grid-template-rows: 374px auto; }
  .claude-sequence-canvas { height: 374px; }
  .claude-atom-story { min-height: 450px; grid-template-rows: 396px auto; }
  .claude-atom-canvas { height: 396px; }
  .claude-sequence-model figcaption span { max-width: 100%; }
  .homepage .dna-tokens { grid-template-columns: repeat(9, 1fr); }
  .home-discoveries { padding: 0 20px 64px; }
  .discoveries-top { align-items: flex-start; flex-direction: column; }
  .home-story-grid { grid-template-columns: 1fr; }
  .home-story-grid article, .home-story-grid article + article { min-height: 190px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-contact { grid-template-columns: 1fr; padding: 64px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .homepage .headline-line, .homepage .headline-accent, .homepage .hero-intro, .homepage .hero-actions { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .homepage .headline-accent::after { transform: scaleX(1) !important; }
  .spatial-expression-stage::after { display: none; animation: none; }
  .spatial-expression-story .spatial-expression-stage > img { transition: none; }
}

/* Applications: one chip architecture, four grounded biological paths. */
.application-pathways {
  width: min(100% - 96px, var(--max)); margin: 0 auto; padding: 76px 0 96px;
}
.application-pathways-heading {
  display: grid; grid-template-columns: minmax(320px, 1fr) minmax(320px, .72fr); gap: clamp(48px, 8vw, 112px);
  align-items: end; padding-bottom: 50px; border-bottom: 1px solid var(--ink);
}
.application-pathways-heading h2 {
  max-width: 760px; margin: 18px 0 0; font-size: clamp(38px, 4.4vw, 60px); line-height: .99;
  letter-spacing: -.05em; font-weight: 500;
}
.application-pathways-heading > p {
  max-width: 560px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.72;
}
.application-pathway-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.application-pathway {
  position: relative; min-height: 410px; padding: clamp(34px, 4vw, 58px); display: flex; flex-direction: column;
  color: var(--ink); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.application-pathway:nth-child(even) { border-right: 0; }
.application-pathway::before {
  content: attr(data-base); position: absolute; right: 26px; top: 14px; color: rgba(41,153,206,.07);
  font-size: clamp(110px, 13vw, 186px); line-height: 1; font-weight: 600; pointer-events: none;
}
.application-pathway[data-base="C"]::before { color: rgba(112,92,213,.07); }
.application-pathway[data-base="G"]::before { color: rgba(118,179,61,.08); }
.application-pathway[data-base="T"]::before { color: rgba(210,77,80,.07); }
.application-pathway:hover, .application-pathway:focus-visible { color: white; background: var(--ink); transform: translateY(-4px); }
.application-pathway > span {
  position: relative; color: var(--blue-deep); font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px; letter-spacing: .13em; text-transform: uppercase;
}
.application-pathway:hover > span, .application-pathway:focus-visible > span { color: #9bd864; }
.application-pathway h3 {
  position: relative; max-width: 520px; margin: auto 0 24px; font-size: clamp(31px, 3.2vw, 45px); line-height: 1.02;
  letter-spacing: -.045em; font-weight: 500;
}
.application-pathway p { position: relative; max-width: 550px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.application-pathway:hover p, .application-pathway:focus-visible p { color: rgba(255,255,255,.68); }
.application-pathway strong {
  position: relative; margin-top: 34px; display: flex; justify-content: space-between; gap: 20px; color: var(--blue-deep);
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
}
.application-pathway:hover strong, .application-pathway:focus-visible strong { color: #aee06e; }
.application-pathway i { font-style: normal; font-size: 18px; line-height: .7; }
.application-genomics-feature { width: 100%; margin-top: 72px; grid-template-columns: 1fr; }
.application-genomics-feature .dna-context-copy { max-width: 860px; }
.application-genomics-feature .dna-context-copy .text-link { display: inline-block; margin-top: 28px; }
.product-longdna-story { grid-template-columns: 1fr; }
.product-longdna-story .dna-context-copy { max-width: 860px; }
.product-longdna-story .dna-context-copy h2, .product-longdna-story .dna-context-copy > p:not(.kicker) { max-width: 760px; }
.application-area-flow { margin-top: 0; border-top: 1px solid var(--ink); }
.application-area-flow > a {
  display: block; padding: clamp(42px, 6vw, 76px) clamp(4px, 4vw, 48px); color: var(--ink);
  border-bottom: 1px solid var(--line); text-decoration: none;
}
.application-area-flow > a:hover { background: #f4f8f7; }
.application-area-flow h3 {
  max-width: 850px; margin: 16px 0 18px; font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02; letter-spacing: -.045em; font-weight: 500;
}
.application-area-flow > a > p:not(.kicker) { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.application-area-flow strong { display: inline-block; margin-top: 24px; color: var(--blue-deep); font-size: 13px; }
.application-area-flow strong i { padding-left: 5px; font-style: normal; }
.application-pathways-cta {
  margin-top: 72px; padding: clamp(32px, 4.5vw, 58px); display: grid; grid-template-columns: 1fr auto; gap: 44px;
  align-items: center; color: white; background: var(--blue-deep);
}
.application-pathways-cta h3 { margin: 16px 0 0; font-size: clamp(29px, 3.2vw, 43px); line-height: 1.03; letter-spacing: -.04em; font-weight: 500; }
.application-pathways-cta p:not(.kicker) { max-width: 700px; margin: 15px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }
.application-pathways-cta .button { min-width: 235px; border-color: white; background: white; color: var(--ink); }
.application-pathways-cta .button:hover { border-color: var(--ink); background: var(--ink); color: white; }

/* Retained legacy selectors support already-published previews during rollout. */
.application-index {
  width: min(100% - 96px, var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); background: white;
}
.application-index a {
  min-height: 126px; padding: 22px 20px 19px; display: flex; flex-direction: column; color: var(--ink);
  border-right: 1px solid var(--line); transition: color .2s ease, background .2s ease;
}
.application-index a:last-child { border-right: 0; }
.application-index a:hover, .application-index a:focus-visible { color: var(--blue-deep); background: var(--pale); }
.application-index span {
  color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em;
}
.application-index strong { margin-top: auto; font-size: 15px; line-height: 1.2; font-weight: 600; letter-spacing: -.015em; }
.application-index small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.application-stories { width: min(100% - 96px, var(--max)); margin: 72px auto 0; }
.application-chapter {
  min-height: 610px; display: grid; grid-template-columns: minmax(330px, .78fr) minmax(560px, 1.22fr);
  background: white; border: 1px solid #cfdadd; border-bottom: 0; scroll-margin-top: 122px;
}
.application-chapter:last-child { border-bottom: 1px solid #cfdadd; }
.application-chapter-copy { padding: clamp(38px, 5vw, 72px); align-self: center; }
.application-chapter-copy h2 {
  max-width: 590px; margin: 18px 0 24px; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.01;
  letter-spacing: -.045em; font-weight: 500;
}
.application-chapter-copy > p:not(.kicker) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.application-chapter-copy > p:not(.kicker) + p { margin-top: 16px; }
.application-chapter-figure { min-width: 0; margin: 0; align-self: stretch; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: var(--vis-void); }
.application-chapter--reverse .application-chapter-copy { grid-column: 2; }
.application-chapter--reverse .application-chapter-figure { grid-column: 1; grid-row: 1; }
.application-visual-stage { min-height: 540px; position: relative; overflow: hidden; background: var(--vis-void); }
.application-visual-stage--atom { min-height: 590px; }
.application-visual-stage--engine { min-height: 430px; align-self: center; }
.application-visual-canvas { position: absolute; inset: 0; }
.application-visual-canvas canvas { width: 100%; height: 100%; display: block; }
.application-visual-hud {
  position: absolute; z-index: 2; right: 18px; top: 18px; min-width: 184px; display: grid; gap: 4px; pointer-events: none;
  color: var(--vis-ink-3); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; letter-spacing: .05em; text-align: right;
}
.application-visual-hud > strong { margin-bottom: 3px; color: var(--vis-ink); font-weight: 500; }
.application-visual-hud div { display: flex; justify-content: flex-end; gap: 9px; }
.application-visual-hud span { color: var(--vis-ink-4); text-transform: uppercase; }
.application-visual-hud b { color: var(--vis-G); font-weight: 500; }
.application-chapter-figure figcaption {
  min-height: 70px; padding: 17px 20px; color: var(--muted); background: white; border-top: 1px solid var(--line);
  font-size: 11px; line-height: 1.55;
}
.application-chapter-figure figcaption strong { color: var(--ink); font-weight: 600; }
.application-stories--flow { margin-top: 0; }
.application-chapter.enable-story-flow {
  min-height: 0; display: block; border-inline: 0; border-bottom: 1px solid #cfdadd;
}
.enable-story-flow .application-chapter-copy {
  max-width: 980px; padding: clamp(64px, 8vw, 112px) clamp(24px, 6vw, 86px);
}
.enable-story-flow .application-chapter-copy h2 { max-width: 800px; }
.enable-story-flow .application-chapter-copy > p:not(.kicker) { max-width: 800px; }
.enable-story-flow .application-chapter-copy .text-link { display: inline-block; margin-top: 28px; }
.enable-story-flow .application-chapter-figure { display: block; }
.enable-story-flow .application-visual-stage { min-height: clamp(440px, 54vw, 680px); }
.enable-story-flow .application-visual-stage--engine { min-height: clamp(390px, 43vw, 560px); }
.application-pathways--closing { padding-top: 0; }
.application-principles { margin-top: 28px; display: grid; border-top: 1px solid var(--line); }
.application-principles span { padding: 13px 0; display: grid; grid-template-columns: 120px 1fr; gap: 14px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.45; }
.application-principles b { color: var(--blue-deep); font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }

.diversity-story {
  width: min(100% - 96px, var(--max)); margin: 72px auto 0; display: grid;
  grid-template-columns: minmax(320px, .74fr) minmax(560px, 1.26fr); border: 1px solid #cfdadd; background: white;
}
.diversity-story-copy { padding: clamp(34px, 4.8vw, 70px); align-self: center; }
.diversity-story-copy h2 {
  max-width: 590px; margin: 18px 0 24px; font-size: clamp(34px, 3.7vw, 52px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500;
}
.diversity-story-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.diversity-story-copy > p + p { margin-top: 15px; }
.diversity-story-steps { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.diversity-story-steps li {
  min-height: 44px; display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center;
  border-bottom: 1px solid var(--line); color: var(--ink); font-size: 12px; line-height: 1.35;
}
.diversity-story-steps span { color: var(--blue-deep); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em; }
.diversity-story-figure { min-width: 0; margin: 0; color: var(--vis-ink); background: var(--vis-void); }
.diversity-story-stage { min-height: 590px; position: relative; }
.diversity-story-canvas { position: absolute; inset: 0; }
.diversity-story-canvas canvas { width: 100%; height: 100%; display: block; }
.diversity-story-hud {
  position: absolute; z-index: 2; left: 18px; bottom: 18px; display: grid; gap: 4px; min-width: 190px; padding: 11px 13px;
  color: var(--vis-ink-3); background: rgba(3,7,14,.78); border: 1px solid var(--vis-line-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; letter-spacing: .05em;
}
.diversity-story-hud > strong { margin-bottom: 3px; color: var(--vis-ink); font-weight: 500; }
.diversity-story-hud div { display: flex; justify-content: space-between; gap: 12px; }
.diversity-story-hud span { color: var(--vis-ink-4); text-transform: uppercase; }
.diversity-story-hud b { color: var(--vis-G); font-weight: 500; }
.diversity-story-figure figcaption {
  min-height: 58px; padding: 16px 20px; color: var(--muted); background: white; border-top: 1px solid var(--line);
  font-size: 11px; line-height: 1.55;
}

/* Homepage: one molecular surface, multiple horizons */
.molecular-futures {
  width: min(100%, var(--max)); margin: 0 auto; padding: clamp(76px, 8.5vw, 124px) clamp(22px, 5.6vw, 82px);
  color: var(--ink); background: #f1f5f4; border-top: 1px solid var(--line);
}
.molecular-futures-heading {
  display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(44px, 8vw, 116px); align-items: end; margin-bottom: 54px;
}
.molecular-futures-heading .kicker span { padding: 0 7px; color: var(--green); }
.molecular-futures-heading h2 {
  max-width: 850px; margin: 18px 0 0; font-size: clamp(38px, 4.4vw, 60px); line-height: .99; letter-spacing: -.05em; font-weight: 500;
}
.molecular-futures-heading > p {
  max-width: 520px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7;
}
.molecular-futures-layout {
  display: grid; grid-template-columns: minmax(250px, .58fr) minmax(540px, 1.42fr); border: 1px solid #cfdadd; background: white;
}
.future-modes { display: grid; grid-template-rows: repeat(4, 1fr); background: #fbfcfc; }
.future-modes button {
  position: relative; min-height: 128px; padding: 25px 30px 24px 64px; border: 0; border-bottom: 1px solid var(--line);
  color: var(--ink); background: transparent; text-align: left; cursor: pointer; transition: color .25s, background .25s;
}
.future-modes button:last-child { border-bottom: 0; }
.future-modes button::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--green); transform: scaleY(0); transform-origin: bottom; transition: transform .3s ease;
}
.future-modes button:hover { background: #f3f7f7; }
.future-modes button.is-active { color: white; background: #0b2533; }
.future-modes button.is-active::after { transform: scaleY(1); }
.future-modes button > span {
  position: absolute; left: 25px; top: 28px; color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .1em;
}
.future-modes button.is-active > span { color: #8ad1ef; }
.future-modes button strong { display: block; font-family: "Space Grotesk", Arial, sans-serif; font-size: 19px; line-height: 1.2; font-weight: 500; letter-spacing: -.025em; }
.future-modes button small {
  display: block; margin-top: 12px; color: #738188; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
}
.future-modes button.is-active small { color: #a9d760; }
.molecular-field { min-width: 0; margin: 0; color: white; background: #061722; }
.molecular-field-topline {
  min-height: 53px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 0 24px;
  border-bottom: 1px solid rgba(255,255,255,.13); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .15em; text-transform: uppercase;
}
.molecular-field-topline span { color: rgba(255,255,255,.55); }
.molecular-field-topline b { color: #b1df70; font-weight: 500; }
.molecular-field canvas { width: 100%; height: clamp(390px, 42vw, 510px); display: block; background: #061722; }
.molecular-field figcaption {
  min-height: 128px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; padding: 25px 28px 27px;
  border-top: 1px solid rgba(255,255,255,.13); background: #0b202d;
}
.molecular-field figcaption small { display: block; color: #78c6e8; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.molecular-field figcaption strong { display: block; max-width: 440px; margin-top: 9px; font-family: "Space Grotesk", Arial, sans-serif; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.16; font-weight: 500; letter-spacing: -.03em; }
.molecular-field figcaption p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.molecular-futures-note {
  display: flex; justify-content: space-between; gap: 24px; margin: 26px 0 0; padding-top: 23px; border-top: 1px solid #cfdadd;
  color: var(--muted); font-size: 12px; line-height: 1.55;
}
.molecular-futures-note span { color: var(--blue-deep); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.application-frontier { margin-top: 0; }
.application-frontier-introduction {
  max-width: 840px; margin: -18px 0 42px; color: var(--muted); font-size: 16px; line-height: 1.72;
}
.application-frontier-figure { margin: 0; }
.application-frontier-plate {
  position: relative; height: clamp(460px, 56vw, 610px); overflow: hidden; background: var(--vis-void);
  border: 1px solid #cfdadd; box-shadow: 0 24px 60px -34px rgba(16,34,46,.36);
}
.application-frontier-canvas { width: 100%; height: 100%; }
.application-frontier-canvas canvas { width: 100%; height: 100%; display: block; }
.application-frontier-hud {
  position: absolute; z-index: 2; top: 16px; right: 18px; display: grid; gap: 4px; pointer-events: none;
  color: var(--vis-ink-3); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .05em; text-align: right;
}
.application-frontier-hud div { display: flex; justify-content: flex-end; gap: 8px; }
.application-frontier-hud span { color: var(--vis-ink-4); text-transform: uppercase; }
.application-frontier-hud strong { color: var(--vis-ink); font-weight: 500; }
.application-frontier-figure figcaption {
  display: grid; grid-template-columns: minmax(220px, .7fr) minmax(320px, 1.3fr); gap: 36px; padding: 18px 4px 0;
  color: var(--muted); font-size: 13px; line-height: 1.62;
}
.application-frontier-figure figcaption strong { color: var(--ink); font-weight: 600; }
.application-frontier-cta {
  margin: clamp(40px, 6vw, 72px) 0 0; padding: clamp(26px, 3.8vw, 42px); display: grid;
  grid-template-columns: 1fr auto; gap: 30px; align-items: center; border: 2px solid var(--ink); background: white;
}
.application-frontier-cta h3 { margin: 0; font-size: clamp(23px, 2.5vw, 32px); font-weight: 500; letter-spacing: -.03em; }
.application-frontier-cta p { max-width: 650px; margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.application-frontier-cta .button { white-space: nowrap; }

@media (max-width: 1060px) {
  .application-pathways-heading { grid-template-columns: 1fr; gap: 28px; }
  .application-pathways-heading > p { max-width: 760px; }
  .application-index { grid-template-columns: repeat(5, minmax(154px, 1fr)); overflow-x: auto; }
  .application-chapter { grid-template-columns: 1fr; }
  .application-chapter-copy, .application-chapter--reverse .application-chapter-copy { grid-column: 1; grid-row: auto; }
  .application-chapter-figure, .application-chapter--reverse .application-chapter-figure { grid-column: 1; grid-row: auto; }
  .diversity-story { grid-template-columns: 1fr; }
  .diversity-story-stage { min-height: 560px; }
  .molecular-futures-heading { grid-template-columns: 1fr; gap: 28px; }
  .molecular-futures-heading > p { max-width: 700px; }
  .molecular-futures-layout { grid-template-columns: 1fr; }
  .future-modes { grid-template-columns: repeat(4, 1fr); grid-template-rows: none; }
  .future-modes button { min-height: 132px; padding: 48px 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .future-modes button:last-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .future-modes button > span { left: 16px; top: 18px; }
  .future-modes button strong { font-size: 16px; }
}

@media (max-width: 720px) {
  .brand { width: 154px; }
  .application-pathways { width: 100%; padding: 56px 20px 72px; }
  .application-pathways-heading { padding-bottom: 36px; }
  .application-pathways-heading h2 { font-size: clamp(38px, 11vw, 49px); }
  .application-pathway-grid { grid-template-columns: 1fr; }
  .application-pathway, .application-pathway:nth-child(even) { min-height: 340px; padding: 34px 4px; border-right: 0; }
  .application-pathway::before { right: 2px; top: 20px; }
  .application-pathway h3 { font-size: clamp(33px, 9.5vw, 43px); }
  .application-pathways-cta { margin-top: 52px; padding: 38px 24px; grid-template-columns: 1fr; }
  .application-pathways-cta .button { width: 100%; }
  .application-index, .application-stories { width: 100%; }
  .application-index { padding-left: 12px; grid-template-columns: repeat(5, 154px); border-top-color: var(--line); }
  .application-index a { min-height: 112px; padding: 18px 14px 16px; }
  .application-stories { margin-top: 40px; }
  .application-stories--flow { margin-top: 0; }
  .application-chapter { border-inline: 0; }
  .application-chapter-copy { padding: 48px 20px; }
  .enable-story-flow .application-chapter-copy { padding: 58px 20px 48px; }
  .application-chapter-copy h2 { font-size: clamp(35px, 10vw, 46px); }
  .application-visual-stage, .application-visual-stage--atom { min-height: 500px; }
  .application-visual-stage--engine { min-height: 390px; }
  .application-visual-hud { display: none; }
  .application-principles span { grid-template-columns: 1fr; gap: 5px; }
  .diversity-story { width: 100%; margin-top: 40px; border-inline: 0; }
  .diversity-story-copy { padding: 44px 20px; }
  .diversity-story-copy h2 { font-size: clamp(36px, 10vw, 48px); }
  .diversity-story-stage { min-height: 570px; }
  .molecular-futures { padding: 64px 20px; }
  .molecular-futures-heading { margin-bottom: 36px; }
  .molecular-futures-heading h2 { font-size: clamp(38px, 11vw, 49px); }
  .future-modes { grid-template-columns: 1fr 1fr; }
  .future-modes button { min-height: 118px; padding: 43px 14px 16px; }
  .future-modes button:nth-child(2) { border-right: 0; }
  .future-modes button:nth-child(3) { border-bottom: 0; }
  .future-modes button strong { font-size: 15px; }
  .future-modes button small { margin-top: 8px; font-size: 8px; }
  .molecular-field canvas { height: 390px; }
  .molecular-field figcaption { grid-template-columns: 1fr; gap: 18px; padding: 22px 20px 24px; }
  .molecular-futures-note { display: block; }
  .molecular-futures-note span { display: block; margin-bottom: 8px; }
  .application-frontier-introduction { margin-top: -8px; }
  .application-frontier-plate { height: 500px; }
  .application-frontier-figure figcaption { grid-template-columns: 1fr; gap: 8px; }
  .application-frontier-cta { grid-template-columns: 1fr; }
}

/* A custom design becomes a versioned sequence of photomask exposures. */
.mask-stack-story {
  width: min(100% - 96px, var(--max)); margin: 64px auto 0; display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); border: 1px solid #cfdadd;
  background: #f8fbfb;
}
.mask-stack-copy {
  padding: clamp(46px, 5vw, 74px); display: flex; flex-direction: column; justify-content: center;
}
.mask-stack-copy h2 {
  max-width: 620px; margin: 20px 0 0; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.02;
  font-weight: 500; letter-spacing: -.048em;
}
.mask-stack-copy > p:last-of-type {
  max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72;
}
.mask-stack-flow {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; padding-top: 22px;
  border-top: 1px solid #d6e0e2; color: var(--blue-deep); font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
}
.mask-stack-flow i { color: #8b989d; font-style: normal; }
.mask-stack-figure {
  min-width: 0; min-height: 560px; margin: 0; position: relative; overflow: hidden; color: white;
  background: radial-gradient(circle at 70% 20%, rgba(53,174,222,.18), transparent 34%), #092333;
}
.mask-stack-stage {
  width: min(78%, 460px); aspect-ratio: 1.18; position: absolute; left: 50%; top: 47%;
  transform: translate(-50%, -50%); perspective: 1000px; transform-style: preserve-3d;
  animation: mask-stack-breathe 7s ease-in-out infinite;
}
.mask-plate {
  --plate-color: #36b7ed; width: 82%; aspect-ratio: 1.55; position: absolute; left: 9%; top: 24%;
  border: 1px solid color-mix(in srgb, var(--plate-color) 70%, white 30%);
  background:
    radial-gradient(circle at 3px 3px, color-mix(in srgb, var(--plate-color) 68%, transparent) 0 1.6px, transparent 1.9px) 0 0 / 15px 15px,
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.025));
  box-shadow: 0 16px 30px rgba(0,0,0,.23), inset 0 0 28px rgba(255,255,255,.06);
  transform: translate3d(0, calc(var(--layer) * -22px), calc(var(--layer) * 8px)) rotateX(58deg) rotateZ(-24deg);
  transform-origin: center; opacity: calc(.42 + var(--layer) * .07);
}
.mask-plate::before {
  content: attr(data-base); position: absolute; right: 13px; bottom: 10px; color: var(--plate-color);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 18px; font-weight: 700;
}
.mask-plate span {
  position: absolute; left: 12px; bottom: 11px; color: rgba(255,255,255,.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; letter-spacing: .12em;
}
.mask-plate-1 { --layer: 0; --plate-color: #35b9ea; }
.mask-plate-2 { --layer: 1; --plate-color: #7ac943; }
.mask-plate-3 { --layer: 2; --plate-color: #e6a12f; }
.mask-plate-4 { --layer: 3; --plate-color: #e65a52; }
.mask-plate-5 { --layer: 4; --plate-color: #35b9ea; }
.mask-plate-6 { --layer: 5; --plate-color: #7ac943; }
.mask-plate-7 { --layer: 6; --plate-color: #e6a12f; }
.mask-plate-8 { --layer: 7; --plate-color: #e65a52; opacity: .94; }
.mask-stack-figure figcaption {
  min-height: 90px; position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 28px;
  border-top: 1px solid rgba(255,255,255,.13); background: rgba(5,20,29,.72);
}
.mask-stack-figure figcaption span {
  display: block; color: #80ceec; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
}
.mask-stack-figure figcaption strong {
  display: block; margin-top: 8px; font-size: 16px; line-height: 1.35; font-weight: 500;
}
@keyframes mask-stack-breathe {
  0%, 100% { transform: translate(-50%, -50%) rotate(-.4deg); }
  50% { transform: translate(-50%, calc(-50% - 8px)) rotate(.5deg); }
}
@media (max-width: 960px) {
  .mask-stack-story { grid-template-columns: 1fr; }
  .mask-stack-figure { min-height: 500px; }
}
@media (max-width: 720px) {
  .mask-stack-story { width: calc(100% - 32px); margin-top: 36px; }
  .mask-stack-copy { padding: 38px 24px 42px; }
  .mask-stack-copy h2 { font-size: clamp(34px, 10vw, 46px); }
  .mask-stack-figure { min-height: 410px; }
  .mask-stack-stage { width: 94%; top: 43%; }
}
@media (prefers-reduced-motion: reduce) {
  .mask-stack-stage { animation: none; }
}
