:root {
  --paper:#f5f3ee;
  --ink:#252720;
  --muted:#797a72;
  --line:#ddded5;
  --orange:#d95b2c;
  --dark:#252a24;
  --sans:Arial,"PingFang SC","Microsoft YaHei",sans-serif;
  --mono:"SFMono-Regular",Consolas,monospace
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased
}
::selection {
  background:#f4ba98;
  color:#242821
}
a {
  color:inherit;
  text-decoration:none
}
button,input {
  font:inherit
}
button,a,input {
  -webkit-tap-highlight-color:transparent
}
button {
  color:inherit
}
button,a {
  touch-action:manipulation
}
button {
  cursor:pointer
}
a:focus-visible,button:focus-visible,input:focus-visible,[tabindex="0"]:focus-visible {
  outline:2px solid var(--orange);
  outline-offset:6px
}
button {
  border:0
}
svg {
  fill:none;
  stroke:currentColor;
  stroke-width:1.5
}
.svg-definitions {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.icon {
  width:17px;
  height:17px;
  flex-shrink:0
}
.container {
  width:min(1280px,calc(100% - 112px));
  margin-inline:auto
}
[hidden] {
  display:none!important
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}
.skip-link {
  position:fixed;
  top:8px;
  left:8px;
  padding:15px;
  background:var(--ink);
  color:white;
  z-index:100;
  transform:translateY(-150%)
}
.skip-link:focus {
  transform:translateY(0)
}
.header {
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(245,243,238,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line)
}
.header-inner {
  height:82px;
  width:min(1440px,calc(100% - 80px));
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px
}
.brand>svg {
  width:29px;
  height:29px;
  stroke-width:2.6
}
.brand>span:first-of-type {
  font-size:27px;
  font-weight:600;
  letter-spacing:-1.6px
}
.brand-divider {
  width:1px;
  height:20px;
  background:#cecec5;
  margin:0 8px
}
.brand-note {
  font-family:var(--mono);
  font-size:10px;
  letter-spacing:.3px
}
.desktop-nav {
  display:flex;
  gap:34px;
  position:absolute;
  left:50%;
  transform:translateX(-50%)
}
.desktop-nav a {
  font-size:13px;
  position:relative;
  padding:31px 0;
  color:#74766e
}
.desktop-nav a:hover,.desktop-nav a.active {
  color:var(--ink)
}
.desktop-nav a.active:after {
  content:"";
  position:absolute;
  bottom:22px;
  width:3px;
  height:3px;
  border-radius:50%;
  background:var(--orange);
  left:calc(50% - 1.5px)
}
.header-cta {
  display:flex;
  gap:14px;
  align-items:center;
  font-size:12px;
  padding:12px 18px;
  border:1px solid #bfc0b6;
  border-radius:4px;
  transition:background .2s
}
.header-cta:hover {
  background:#e8e6df
}
.menu-toggle,.mobile-nav {
  display:none
}
.hero {
  position:relative;
  display:grid;
  grid-template-columns:46% 54%;
  min-height:700px;
  padding-top:70px;
  padding-bottom:86px;
  align-items:center
}
.eyebrow {
  font-family:var(--mono);
  font-size:10px;
  font-weight:400;
  letter-spacing:1.2px;
  display:flex;
  align-items:center;
  gap:9px
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px #d95b2c10
}
.hero h1 {
  font-size:clamp(86px,8.6vw,126px);
  line-height:.98;
  letter-spacing:-8px;
  font-weight:500;
  margin:30px 0 24px
}
.hero h1 em {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  color:var(--orange);
  font-size:1.14em;
  letter-spacing:-8px;
  line-height:1.02
}
.hero h2 {
  font-size:25px;
  font-weight:500;
  letter-spacing:1px;
  margin:25px 0 15px
}
.hero-description {
  font-size:14px;
  line-height:1.95;
  color:#686c5f;
  margin:0
}
.hero-actions {
  display:flex;
  gap:26px;
  align-items:center;
  margin-top:30px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  padding:17px 22px;
  border-radius:4px;
  font-size:13px;
  transition:background .2s,transform .2s
}
.button:hover {
  transform:translateY(-2px)
}
.button-dark {
  color:#fff;
  background:var(--ink)
}
.button-dark:hover {
  background:#44483c
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  line-height:1.5
}
.text-link:hover {
  color:var(--orange)
}
.hero-art {
  align-self:stretch;
  position:relative;
  min-width:0;
  margin-top:8px;
  margin-left:-10px
}
.art-meta {
  position:absolute;
  z-index:2;
  left:32px;
  right:0;
  top:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-family:var(--mono);
  font-size:8px;
  letter-spacing:1px;
  color:#848579
}
.cross {
  font-size:20px;
  font-weight:300;
  color:#757a6b
}
.orbit-backdrop {
  position:absolute;
  inset:5% 0 6%;
  background:radial-gradient(ellipse at 50% 50%,#f4b36718 0%,#f4b3670b 39%,transparent 68%);
  border-radius:50%
}
#astra-canvas {
  width:100%;
  height:100%;
  position:absolute;
  inset:0
}
.art-coordinate {
  position:absolute;
  color:#98998d;
  font-family:var(--mono);
  font-size:8px;
  letter-spacing:1px
}
.coordinate-top {
  top:17%;
  left:12%
}
.coordinate-bottom {
  bottom:18%;
  right:0;
  writing-mode:vertical-rl;
  font-size:7px
}
.art-footer {
  position:absolute;
  bottom:0;
  left:32px;
  right:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding-top:16px;
  color:#7f8176;
  font-family:var(--mono);
  font-size:8px;
  letter-spacing:.7px
}
.tiny-dot {
  width:4px;
  height:4px;
  background:var(--orange);
  border-radius:50%;
  display:inline-block;
  margin-right:6px;
  vertical-align:middle
}
#motion-toggle {
  display:flex;
  align-items:center;
  gap:7px;
  background:transparent;
  color:#73786b;
  padding:7px;
  font-size:10px;
  min-height:32px
}
.pause-symbol {
  font-size:13px
}
.scroll-cue {
  position:absolute;
  bottom:27px;
  left:0;
  font-size:10px;
  color:#86887e;
  display:flex;
  gap:24px;
  align-items:center
}
.scroll-cue>span:last-child {
  font-size:19px
}
.highlights {
  display:grid;
  grid-template-columns:1.04fr repeat(3,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding-block:38px
}
.highlights-intro .eyebrow {
  font-size:8px;
  color:#7b7e72
}
.highlights-intro h2 {
  font-size:21px;
  line-height:1.45;
  font-weight:500;
  margin:14px 0
}
.highlights-intro a {
  font-size:10px;
  color:#797d70;
  display:flex;
  gap:17px
}
.metric {
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-left:1px solid var(--line);
  padding-left:35px
}
.metric-value {
  font-size:59px;
  letter-spacing:-3.5px;
  line-height:1.2;
  font-weight:400
}
.metric-value>span {
  font-size:28px;
  letter-spacing:-1px;
  padding-left:3px
}
.metric-name {
  font-size:11px;
  margin-top:14px
}
.metric-name small {
  font-size:9px
}
.metric-caption {
  font-size:10px;
  color:#676e5b;
  margin-top:8px
}
.section-space {
  padding-block:100px
}
.section-top {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.section-aside {
  font-size:10px;
  color:#828479
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin:30px 0 38px
}
.section-heading h2,.approach h2 {
  font-size:42px;
  line-height:1.4;
  letter-spacing:-1.3px;
  font-weight:500;
  margin:0
}
.muted {
  color:#808675
}
.section-heading>p {
  margin:0 0 6px;
  color:#68705d;
  font-size:12px;
  line-height:1.9
}
.capability-tabs {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin-bottom:28px
}
.capability-tabs button {
  display:flex;
  align-items:center;
  gap:13px;
  text-align:left;
  position:relative;
  background:transparent;
  padding:22px 18px;
  color:#636c59;
  font-size:12px
}
.capability-tabs button>span:first-child {
  font-family:var(--mono);
  font-size:9px;
  color:#909486
}
.capability-tabs .tab-arrow {
  margin-left:auto;
  font-size:18px;
  opacity:0;
  transition:opacity .2s
}
.capability-tabs button[aria-selected="true"] {
  color:var(--ink);
  background:#eeede5
}
.capability-tabs button[aria-selected="true"]:after {
  content:"";
  position:absolute;
  bottom:-1px;
  left:0;
  right:0;
  height:2px;
  background:var(--orange)
}
.capability-tabs button[aria-selected="true"] .tab-arrow {
  opacity:1;
  color:var(--orange)
}
.capability-tabs button:hover {
  background:#efeee7
}
.capability-panel {
  display:grid;
  grid-template-columns:35% 65%;
  background:#ebece4;
  min-height:444px;
  overflow:hidden;
  border-radius:4px
}
.capability-copy {
  padding:46px 32px 34px;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.capability-copy .eyebrow {
  font-size:8px;
  letter-spacing:.9px;
  color:#777c6d
}
.capability-copy h3 {
  font-size:31px;
  line-height:1.45;
  font-weight:500;
  letter-spacing:-.5px;
  margin:40px 0 16px
}
.capability-copy>p {
  font-size:12px;
  color:#636b56;
  line-height:1.9;
  max-width:235px;
  margin:0 0 25px;
  min-height:45px
}
.capability-copy>.text-link {
  font-size:11px
}
.scene-disclaimer {
  font-size:9px;
  color:#656f56;
  margin-top:auto;
  padding-top:28px
}
.demo-stage {
  padding:40px 45px 30px 25px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  min-width:0
}
.demo-stage:before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 70% 50%,#bbc1a827,transparent 75%)
}
.demo-window {
  position:relative;
  box-shadow:0 10px 30px #2c322117,0 2px 5px #2c322106;
  background:#faf9f5;
  border:1px solid #ffffffb0;
  border-radius:7px;
  overflow:hidden;
  transform:rotate(-1.5deg);
  transition:transform .4s
}
.demo-stage:hover .demo-window {
  transform:rotate(0)
}
.window-bar {
  height:33px;
  background:#f1f0ea;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #e5e6df;
  padding:0 12px;
  gap:10px
}
.window-dots {
  display:flex;
  gap:4px
}
.window-dots i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#cecec4
}
.window-bar>span {
  color:#9b9d91;
  font:7px var(--mono)
}
.window-bar>.icon {
  width:10px;
  height:10px;
  color:#9b9d91
}
.demo-scene {
  height:290px;
  padding:24px 30px;
  animation:scene-in .4s ease both
}
.mini-nav {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.mini-nav>strong {
  font-size:17px;
  letter-spacing:-1px
}
.mini-nav>strong>span {
  font-size:8px;
  vertical-align:top;
  margin-left:2px
}
.mini-nav>span {
  font-size:7px;
  letter-spacing:.5px
}
.mini-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-top:25px;
  position:relative
}
.mini-eyebrow {
  font-family:var(--mono);
  letter-spacing:1px;
  font-size:6px;
  color:#919384
}
.mini-layout h4 {
  font-size:41px;
  font-weight:400;
  letter-spacing:-1.7px;
  line-height:.97;
  margin:13px 0 19px
}
.mini-layout h4 em {
  font-family:Georgia,serif;
  color:#818b6b
}
.mini-button {
  font-size:6px;
  border-bottom:1px solid #9ea28f;
  padding-bottom:4px
}
.mini-bottom {
  display:flex;
  justify-content:space-between;
  font-size:6px;
  color:#959989;
  margin-top:17px
}
.sculpture {
  position:relative;
  perspective:500px;
  height:186px;
  transform:rotate(-13deg) scale(.95)
}
.sculpture-ring {
  position:absolute;
  border-radius:50%;
  width:112px;
  height:134px;
  left:calc(50% - 58px);
  top:1px;
  border:23px solid #8d967c;
  background:transparent;
  box-shadow:inset 6px -4px 8px #4c584353,inset -5px 3px 6px #e2e6d057,7px 5px 7px #68735b2c;
  transform:rotateY(-27deg)
}
.ring-two {
  top:58px;
  left:calc(50% - 42px);
  transform:rotateY(44deg) rotateX(16deg);
  border-color:#abb39b;
  z-index:2;
  box-shadow:inset 6px -4px 8px #68735b59,inset -4px 3px 6px #ffffff70,6px 6px 5px #616e503b
}
.sculpture-shadow {
  position:absolute;
  width:145px;
  height:15px;
  bottom:-5px;
  left:calc(50% - 62px);
  background:#54664038;
  filter:blur(10px);
  transform:rotate(13deg)
}
.sculpture-base {
  position:absolute;
  width:140px;
  height:8px;
  background:#e7e8df;
  bottom:-14px;
  left:calc(50% - 60px);
  border-radius:50%;
  transform:rotate(13deg);
  z-index:-1
}
.demo-status {
  position:relative;
  align-self:center;
  background:#f8f9f1;
  display:flex;
  align-items:center;
  gap:9px;
  padding:12px 15px;
  box-shadow:0 5px 13px #3b472b0d;
  border:1px solid #e4e7da;
  border-radius:5px;
  font-size:9px;
  color:#787f6b;
  margin-top:16px;
  transform:translateX(10px)
}
.demo-status svg {
  width:14px;
  height:14px;
  color:#767f62;
  stroke-width:2
}
.status-indicator {
  color:#93a379;
  margin-left:20px;
  font-size:6px
}
.workflow-top {
  padding:3px 0 15px
}
.workflow-top h4,.science-header h4 {
  font-size:20px;
  font-weight:500;
  margin:11px 0
}
.workflow-row {
  border-top:1px solid #e6e7df;
  padding:13px 0;
  display:flex;
  align-items:center;
  gap:13px
}
.workflow-icon {
  font-size:10px;
  font-family:var(--mono);
  color:#8d9681;
  background:#ecefe4;
  padding:9px;
  border-radius:4px
}
.workflow-row>div {
  display:flex;
  flex-direction:column;
  gap:5px
}
.workflow-row strong {
  font-size:10px;
  font-weight:500
}
.workflow-row small {
  font-size:7px;
  color:#919986
}
.workflow-check {
  margin-left:auto;
  color:#7d8d69;
  font-size:14px
}
.document-preview {
  display:flex;
  gap:16px;
  height:100%
}
.document-sidebar {
  width:50px;
  display:flex;
  flex-direction:column;
  gap:12px
}
.slide-thumb {
  height:36px;
  background:#f0f0e8;
  border:1px solid #dfe2d3;
  padding:6px;
  font:7px var(--mono);
  color:#868b7c
}
.slide-thumb.selected {
  border-color:#85936e;
  background:#e7eadc
}
.slide-preview {
  background:#eef0e5;
  padding:18px;
  flex:1;
  min-width:0;
  position:relative
}
.slide-preview h4 {
  font-size:26px;
  line-height:1.1;
  font-weight:400;
  margin:14px 0 10px;
  letter-spacing:-1px
}
.slide-preview h4 em {
  font-family:Georgia,serif;
  color:#7c8864
}
.slide-chart {
  height:74px;
  display:flex;
  align-items:flex-end;
  gap:9px;
  padding:0 4px 8px;
  border-bottom:1px solid #d7decb
}
.slide-chart i {
  flex:1;
  height:var(--bar);
  background:#a6b094
}
.slide-chart i:last-child {
  background:#758362
}
.slide-foot {
  font-size:6px;
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  color:#8a917d
}
.science-header h4 {
  font-size:20px
}
.science-plot {
  margin-top:12px
}
.science-plot>svg {
  width:100%;
  height:155px
}
.plot-grid {
  stroke:#dcded4;
  stroke-width:1;
  stroke-dasharray:2 4
}
.plot-labels {
  display:flex;
  justify-content:space-between;
  font:6px var(--mono);
  color:#949c89
}
.benchmark-section {
  background:var(--dark);
  color:#f0f1e9
}
.benchmark-section .eyebrow {
  color:#b9bfaf
}
.benchmark-section .section-aside {
  color:#858f7d
}
.benchmark-section .section-heading {
  margin-bottom:52px
}
.benchmark-section h2>span {
  color:#a0ad94
}
.benchmark-section .text-link {
  color:#c4cabc;
  margin-bottom:12px
}
.chart-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:24px;
  border-bottom:1px solid #474f41
}
.chart-legend {
  display:flex;
  gap:25px;
  font-size:10px;
  color:#c4ccbd
}
.chart-legend>span {
  display:flex;
  align-items:center;
  gap:8px
}
.chart-legend i {
  width:7px;
  height:7px;
  border-radius:1px
}
.legend-astra {
  background:#e78854
}
.legend-sol {
  background:#78836b
}
.compare-control {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:10px;
  color:#bdc6b4;
  position:relative;
  cursor:pointer;
  min-height:32px
}
.compare-control input {
  position:absolute;
  right:0;
  width:30px;
  height:18px;
  opacity:0;
  cursor:pointer
}
.switch {
  width:29px;
  height:17px;
  background:#535c4a;
  border-radius:10px;
  position:relative;
  pointer-events:none;
  transition:background .2s
}
.switch:after {
  content:"";
  width:11px;
  height:11px;
  border-radius:50%;
  background:#eee;
  position:absolute;
  top:3px;
  left:3px;
  transition:transform .2s
}
.compare-control input:checked+.switch {
  background:#d2794a
}
.compare-control input:checked+.switch:after {
  transform:translateX(12px)
}
.compare-control input:focus-visible+.switch {
  outline:2px solid #eda175;
  outline-offset:4px
}
.benchmark-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:72px
}
.benchmark-item {
  padding:29px 0 32px;
  border-bottom:1px solid #454e3f;
  min-width:0
}
.benchmark-label {
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  margin-bottom:24px
}
.benchmark-label h3 {
  font-size:13px;
  font-weight:400;
  margin:0
}
.benchmark-label>span {
  font-family:var(--mono);
  font-size:9px;
  color:#939f86
}
.benchmark-label small {
  font-family:var(--sans);
  font-size:8px
}
.bar-row {
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:11px;
  transition:opacity .25s
}
.bar-track {
  flex:1;
  height:14px;
  background:#30372c;
  border-radius:1px;
  overflow:hidden
}
.bar {
  display:block;
  width:var(--score);
  height:100%;
  border-radius:1px;
  transition:width .7s
}
.astra-bar {
  background:#e28a58
}
.sol-bar {
  background:#77876b
}
.bar-value {
  font-family:var(--mono);
  font-size:11px;
  width:46px;
  text-align:right;
  color:#dfe5d8
}
.sol-row .bar-value {
  color:#9fae93
}
.chart-note {
  max-width:960px;
  font-size:9px;
  line-height:1.9;
  color:#929d87;
  margin:23px 0 0
}
.approach-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  margin-top:45px
}
.approach-symbol svg {
  width:47px;
  height:47px;
  color:var(--orange);
  stroke-width:1.8;
  margin-bottom:26px
}
.approach h2 {
  font-size:40px
}
.principles {
  padding-top:4px
}
.principles article {
  display:flex;
  align-items:flex-start;
  gap:25px;
  padding:26px 0;
  border-top:1px solid var(--line)
}
.principles article:last-child {
  border-bottom:1px solid var(--line)
}
.principles article>span {
  font:9px var(--mono);
  color:#959989;
  padding-top:4px
}
.principles h3 {
  font-size:16px;
  font-weight:500;
  margin:0 0 10px
}
.principles p {
  font-size:11px;
  color:#657056;
  line-height:1.8;
  margin:0
}
.principles svg {
  margin-left:auto;
  width:12px;
  height:12px;
  color:#929982;
  flex-shrink:0
}
.start-section {
  padding:43px 50px;
  background:#e9b899;
  border-radius:4px;
  margin-bottom:70px;
  position:relative;
  overflow:hidden
}
.start-section:after {
  content:"";
  width:600px;
  height:600px;
  position:absolute;
  right:-110px;
  top:-200px;
  border:1px solid #d4987660;
  border-radius:50%;
  box-shadow:0 0 0 38px #e9b899,0 0 0 39px #d4987630,0 0 0 78px #e9b899,0 0 0 79px #d4987620;
  pointer-events:none
}
.start-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
  z-index:1
}
.start-top .eyebrow {
  font-size:9px;
  color:#8d6047
}
.start-top svg {
  width:30px;
  height:30px;
  stroke-width:1.5;
  color:#8c5536
}
.start-section h2 {
  font-size:53px;
  font-weight:500;
  letter-spacing:-2px;
  line-height:1.35;
  margin:24px 0 30px;
  position:relative;
  z-index:1
}
.start-bottom {
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:flex-end
}
.start-bottom p {
  font-size:11px;
  line-height:1.9;
  color:#805b43;
  margin:0
}
.start-bottom>div {
  display:flex;
  align-items:center;
  gap:26px
}
.footer {
  padding-bottom:27px
}
.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:36px;
  border-bottom:1px solid var(--line)
}
.footer-top>.brand>span {
  font-size:28px
}
.footer-top>span {
  font-size:12px;
  letter-spacing:2px;
  color:#8b9180
}
.back-top {
  font-size:10px;
  color:#727a64
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:23px;
  font-size:9px;
  color:#67715a
}
.footer-bottom a:hover {
  color:var(--orange)
}
@keyframes scene-in {
  from {
    opacity:0;
    transform:translateY(5px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@media(min-width:1600px) {
  .hero {
    min-height:760px
  }
  .hero h1 {
    font-size:132px
  }
  .hero-art {
    margin-left:0
  }
}
@media(max-width:1100px) {
  .container {
    width:calc(100% - 72px)
  }
  .header-inner {
    width:calc(100% - 48px)
  }
  .brand-note,.brand-divider {
    display:none
  }
  .hero {
    min-height:650px;
    grid-template-columns:45% 55%;
    padding-top:60px
  }
  .hero h1 {
    font-size:94px;
    letter-spacing:-6px
  }
  .hero h1 em {
    letter-spacing:-6px
  }
  .hero-actions {
    gap:17px
  }
  .hero-actions .text-link {
    font-size:10px
  }
  .hero .button {
    gap:19px;
    padding:16px 17px
  }
  .hero-art {
    margin-left:0
  }
  .art-meta,.art-footer {
    left:20px
  }
  .metric {
    padding-left:25px
  }
  .metric-value {
    font-size:48px
  }
  .metric-name {
    font-size:9px
  }
  .capability-panel {
    grid-template-columns:36% 64%
  }
  .capability-copy {
    padding:34px 25px
  }
  .capability-copy h3 {
    font-size:27px
  }
  .demo-stage {
    padding:30px 25px 25px 8px
  }
  .demo-scene {
    padding:20px;
    height:280px
  }
  .mini-layout h4 {
    font-size:37px
  }
  .sculpture {
    transform:rotate(-13deg) scale(.82)
  }
  .benchmark-grid {
    column-gap:40px
  }
  .benchmark-label>span {
    font-size:8px
  }
  .section-heading h2 {
    font-size:37px
  }
  .start-section {
    padding:37px
  }
  .start-bottom>div {
    gap:20px
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:80px
  }
  .container {
    width:calc(100% - 40px)
  }
  .header-inner {
    height:66px;
    width:calc(100% - 40px)
  }
  .brand>span:first-of-type {
    font-size:25px
  }
  .brand>svg {
    width:25px;
    height:25px
  }
  .desktop-nav {
    gap:23px;
    position:static;
    transform:none
  }
  .desktop-nav a {
    font-size:11px;
    padding:25px 0
  }
  .desktop-nav a.active:after {
    bottom:17px
  }
  .header-cta {
    display:none
  }
  .hero {
    padding-top:48px;
    min-height:580px;
    padding-bottom:80px;
    grid-template-columns:48% 52%
  }
  .hero .eyebrow {
    font-size:7px;
    letter-spacing:.5px
  }
  .hero h1 {
    font-size:78px;
    letter-spacing:-5px;
    margin-top:30px
  }
  .hero h1 em {
    letter-spacing:-5px
  }
  .hero h2 {
    font-size:19px;
    letter-spacing:0
  }
  .hero-description {
    font-size:12px
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
    margin-top:24px
  }
  .hero-actions .text-link {
    font-size:10px
  }
  .hero-art {
    margin-left:-40px;
    align-self:stretch;
    pointer-events:none
  }
  .art-meta {
    font-size:6px;
    letter-spacing:.5px;
    left:30px
  }
  .art-footer {
    font-size:6px;
    left:40px;
    letter-spacing:0
  }
  .art-footer button {
    pointer-events:auto
  }
  .motion-label {
    display:none
  }
  .coordinate-top {
    left:24%;
    font-size:7px
  }
  .coordinate-bottom {
    font-size:6px;
    right:0
  }
  .highlights {
    grid-template-columns:1fr 1fr;
    padding-block:10px
  }
  .highlights-intro {
    padding:24px 20px 24px 0;
    border-bottom:1px solid var(--line)
  }
  .metric {
    padding:23px 20px
  }
  .metric:nth-child(2) {
    border-bottom:1px solid var(--line)
  }
  .metric:nth-child(3) {
    border-left:0;
    padding-left:0
  }
  .highlights-intro h2 {
    font-size:20px;
    margin:10px 0
  }
  .highlights-intro h2 br {
    display:none
  }
  .metric-value {
    font-size:48px
  }
  .metric-name {
    font-size:10px;
    margin-top:9px
  }
  .metric-caption {
    font-size:9px
  }
  .section-space {
    padding-block:70px
  }
  .section-aside {
    font-size:9px
  }
  .section-heading {
    margin-top:23px;
    margin-bottom:30px
  }
  .section-heading h2 {
    font-size:30px;
    letter-spacing:-1px
  }
  .section-heading>p {
    font-size:10px
  }
  .capability-tabs {
    margin-bottom:20px
  }
  .capability-tabs button {
    padding:19px 9px;
    font-size:10px;
    gap:7px
  }
  .capability-tabs button>span:first-child {
    font-size:7px
  }
  .capability-tabs .tab-arrow {
    font-size:12px
  }
  .capability-panel {
    grid-template-columns:1fr;
    min-height:0
  }
  .capability-copy {
    padding:30px 26px 0
  }
  .capability-copy h3 {
    font-size:27px;
    margin:23px 0 10px
  }
  .capability-copy h3 br {
    display:none
  }
  .capability-copy>p {
    max-width:none;
    min-height:0;
    margin-bottom:16px;
    font-size:12px
  }
  .scene-disclaimer {
    margin-top:0;
    padding-top:17px;
    font-size:8px
  }
  .demo-stage {
    padding:25px 32px 27px
  }
  .demo-scene {
    height:280px;
    padding:23px 30px
  }
  .mini-layout h4 {
    font-size:38px
  }
  .sculpture {
    transform:rotate(-13deg) scale(.9)
  }
  .demo-status {
    font-size:8px
  }
  .benchmark-section .section-heading {
    margin-bottom:35px
  }
  .benchmark-section .text-link {
    font-size:10px;
    gap:7px
  }
  .benchmark-grid {
    gap:0 25px
  }
  .benchmark-label {
    display:block;
    margin-bottom:18px
  }
  .benchmark-label h3 {
    font-size:12px;
    margin-bottom:9px
  }
  .benchmark-label>span {
    font-size:7px
  }
  .bar-row {
    gap:10px
  }
  .bar-track {
    height:12px
  }
  .bar-value {
    font-size:9px;
    width:40px
  }
  .chart-legend {
    gap:17px;
    font-size:8px
  }
  .compare-control {
    font-size:9px
  }
  .chart-note {
    font-size:8px
  }
  .approach-grid {
    gap:28px;
    grid-template-columns:2fr 3fr;
    margin-top:34px
  }
  .approach h2 {
    font-size:29px;
    letter-spacing:-1px
  }
  .approach-symbol svg {
    width:35px;
    height:35px;
    margin-bottom:20px
  }
  .principles article {
    gap:15px;
    padding:21px 0
  }
  .principles h3 {
    font-size:14px
  }
  .principles p {
    font-size:10px
  }
  .principles svg {
    display:none
  }
  .start-section {
    padding:30px;
    margin-bottom:45px
  }
  .start-section h2 {
    font-size:42px
  }
  .start-bottom {
    align-items:flex-start;
    gap:25px;
    flex-direction:column
  }
  .start-bottom>div {
    gap:22px
  }
  .start-bottom p {
    font-size:10px
  }
  .start-bottom .button {
    font-size:11px;
    padding:15px 18px;
    gap:20px
  }
  .start-bottom .text-link {
    font-size:10px
  }
  .footer-top {
    padding-bottom:25px
  }
  .footer-top>span {
    font-size:10px;
    letter-spacing:0
  }
  .footer-bottom {
    font-size:8px;
    flex-wrap:wrap;
    gap:12px
  }
  .footer-bottom>span:last-child {
    width:100%
  }
}
@media(max-width:480px) {
  .desktop-nav {
    display:none
  }
  .menu-toggle {
    display:flex;
    width:38px;
    height:38px;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    align-items:center;
    background:transparent
  }
  .menu-toggle span {
    height:1px;
    width:20px;
    background:var(--ink);
    transition:transform .2s
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .mobile-nav:not([hidden]) {
    display:flex;
    flex-direction:column;
    border-top:1px solid var(--line);
    padding:12px 20px 20px;
    background:var(--paper)
  }
  .mobile-nav a {
    font-size:13px;
    padding:13px 5px
  }
  .hero {
    display:block;
    padding-top:36px;
    padding-bottom:45px;
    min-height:0
  }
  .hero h1 {
    font-size:86px;
    line-height:.95;
    margin:24px 0 18px
  }
  .hero h1 em {
    font-size:1.14em
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:.7px
  }
  .hero h2 {
    font-size:21px;
    margin-top:23px
  }
  .hero-description {
    font-size:12px;
    line-height:1.8
  }
  .hero-actions {
    flex-direction:row;
    align-items:center;
    gap:24px;
    margin-top:24px
  }
  .hero .button {
    font-size:11px;
    padding:15px 18px
  }
  .hero-art {
    height:310px;
    margin:32px -8px 0;
    pointer-events:auto
  }
  .art-meta {
    left:8px;
    font-size:6px;
    top:0
  }
  .art-footer {
    left:8px;
    bottom:0;
    font-size:6px
  }
  .coordinate-top {
    top:20%;
    left:10%
  }
  .coordinate-bottom {
    right:5px;
    bottom:23%
  }
  .scroll-cue {
    bottom:13px;
    font-size:9px;
    gap:15px
  }
  .motion-label {
    display:inline;
    font-size:8px
  }
  .highlights {
    padding-block:5px
  }
  .metric {
    padding-left:22px
  }
  .metric-value {
    font-size:43px
  }
  .metric-value>span {
    font-size:21px
  }
  .metric-name {
    font-size:8px;
    letter-spacing:-.1px
  }
  .metric-name small {
    font-size:7px
  }
  .highlights-intro h2 {
    font-size:18px
  }
  .highlights-intro h2 br {
    display:block
  }
  .highlights-intro .eyebrow {
    font-size:7px
  }
  .highlights-intro a {
    font-size:8px
  }
  .section-space {
    padding-block:56px
  }
  .section-top>.eyebrow {
    font-size:8px
  }
  .section-aside {
    font-size:8px
  }
  .section-heading {
    display:block
  }
  .section-heading h2 {
    font-size:29px;
    line-height:1.45
  }
  .section-heading>p {
    display:none
  }
  .capability-tabs button {
    font-size:10px;
    justify-content:center;
    padding:17px 3px
  }
  .capability-tabs button>span:first-child,.capability-tabs .tab-arrow {
    display:none
  }
  .capability-copy {
    padding:26px 23px 0
  }
  .capability-copy h3 {
    font-size:25px
  }
  .capability-copy>p {
    font-size:11px
  }
  .demo-stage {
    padding:23px 16px 24px
  }
  .demo-scene {
    height:255px;
    padding:18px
  }
  .mini-layout {
    margin-top:22px
  }
  .mini-layout h4 {
    font-size:35px;
    margin-top:12px
  }
  .mini-nav>span {
    font-size:6px
  }
  .mini-nav>strong {
    font-size:15px
  }
  .mini-bottom {
    font-size:5px;
    margin-top:15px
  }
  .mini-button {
    font-size:5px
  }
  .sculpture {
    transform:rotate(-13deg) scale(.76);
    transform-origin:45% 35%
  }
  .demo-status {
    transform:none;
    font-size:7px;
    gap:7px;
    padding:10px
  }
  .status-indicator {
    margin-left:5px
  }
  .window-bar>span {
    font-size:6px
  }
  .workflow-top h4,.science-header h4 {
    font-size:18px
  }
  .workflow-top {
    padding-bottom:8px
  }
  .workflow-row {
    padding:10px 0
  }
  .science-plot>svg {
    height:145px
  }
  .document-sidebar {
    width:34px
  }
  .document-preview {
    gap:10px
  }
  .slide-preview {
    padding:13px
  }
  .slide-preview h4 {
    font-size:23px
  }
  .slide-chart {
    height:66px
  }
  .slide-preview>.mini-eyebrow {
    font-size:5px
  }
  .benchmark-section .section-heading {
    display:flex;
    align-items:flex-end
  }
  .benchmark-section .section-heading h2 {
    font-size:31px
  }
  .benchmark-section .section-heading .text-link {
    font-size:8px;
    gap:5px;
    margin-bottom:5px
  }
  .benchmark-section .section-heading .icon {
    width:13px
  }
  .chart-legend {
    gap:12px;
    font-size:7px
  }
  .chart-legend>span {
    gap:5px
  }
  .chart-legend i {
    width:5px;
    height:5px
  }
  .compare-control {
    font-size:8px;
    gap:7px
  }
  .benchmark-grid {
    grid-template-columns:1fr
  }
  .benchmark-item {
    padding-block:24px
  }
  .benchmark-label {
    display:flex;
    align-items:baseline;
    margin-bottom:16px
  }
  .benchmark-label h3 {
    font-size:12px;
    margin:0
  }
  .benchmark-label>span {
    font-size:8px
  }
  .bar-track {
    height:12px
  }
  .bar-value {
    font-size:10px
  }
  .chart-note {
    font-size:8px;
    line-height:1.9
  }
  .approach-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .approach-grid>div:first-child {
    display:flex;
    gap:24px;
    align-items:center
  }
  .approach-symbol svg {
    width:42px;
    height:42px;
    margin-bottom:0
  }
  .approach h2 {
    font-size:31px
  }
  .principles article {
    gap:19px
  }
  .principles svg {
    display:block
  }
  .principles p {
    font-size:11px
  }
  .start-section {
    padding:26px
  }
  .start-section h2 {
    font-size:37px;
    letter-spacing:-1px
  }
  .start-top .eyebrow {
    font-size:8px
  }
  .start-top svg {
    width:24px;
    height:24px
  }
  .start-bottom>div {
    gap:17px
  }
  .start-bottom .button {
    font-size:10px;
    padding:14px 16px;
    gap:15px
  }
  .start-bottom .text-link {
    font-size:9px;
    gap:5px
  }
  .footer-top>.brand>span {
    font-size:26px
  }
  .footer-top>.brand>svg {
    width:24px
  }
  .footer-top>span {
    font-size:9px
  }
  .back-top {
    font-size:9px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .demo-window {
    transform:none
  }
  .button:hover {
    transform:none
  }
}
