html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-primary);
  background: #07080b;
  font-family: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-shell {
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(7, 8, 11, 0.08);
  backdrop-filter: blur(18px);
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out);
}

.site-nav.is-solid {
  background: rgba(7, 8, 11, 0.88);
  border-color: rgba(255, 255, 255, 0.1);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.brand-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 20px rgba(88, 103, 237, 0.28));
}

.brand-label {
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.nav-links a:hover,
.nav-cta:hover {
  color: #fff;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #11141a;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms var(--ease-out), background 180ms var(--ease-out);
}

.nav-cta:hover {
  transform: translateY(-1px);
  background: #d3efab;
}

.hero {
  position: relative;
  overflow: clip;
  min-height: min(100svh, 980px);
  padding-top: 128px;
  color: #fff;
  background: #07080b;
}

.hero-canvas,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-canvas {
  width: 100%;
  height: 100%;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(7, 8, 11, 0.36) 0%, rgba(7, 8, 11, 0.18) 28%, rgba(7, 8, 11, 0.54) 100%),
    linear-gradient(90deg, rgba(7, 8, 11, 0.86) 0%, rgba(7, 8, 11, 0.58) 42%, rgba(7, 8, 11, 0.78) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 28px;
}

.hero-inner > * {
  min-width: 0;
}

.eyebrow,
.section-kicker,
.card-kicker,
.window-label,
.panel-tag,
.evidence-pill,
.tech-path,
.footer-brand {
  letter-spacing: 0;
}

.eyebrow,
.section-kicker,
.card-kicker,
.window-label,
.panel-tag {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.96;
  color: #fff;
}

.hero-lead {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: 28px;
  line-height: 1.22;
  color: rgba(255, 255, 255, 0.92);
}

.hero-detail {
  max-width: 580px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms var(--ease-out), border-color 180ms var(--ease-out), background 180ms var(--ease-out);
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: #fff;
  color: #11141a;
}

.button-primary:hover {
  background: #d3efab;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.09);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.hero-scene {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 620px;
  padding-top: 72px;
  padding-left: 18px;
}

.floating-chip {
  position: absolute;
  z-index: 2;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 8, 11, 0.82);
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-lg);
  animation: float-chip 5.4s ease-in-out infinite;
}

.chip-left {
  top: 82px;
  left: 18px;
}

.chip-right {
  top: -20px;
  right: 20px;
  animation-delay: 1.2s;
}

.chip-bottom {
  right: 26px;
  bottom: 22px;
  animation-delay: 2.1s;
}

@keyframes float-chip {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.product-window {
  position: relative;
  width: min(100%, 680px);
  margin-left: auto;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 12, 16, 0.92);
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.42);
}

.window-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.window-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.window-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.window-pill span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.window-pill-logo {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.window-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.window-body {
  display: grid;
  grid-template-columns: 180px 1fr 220px;
  min-height: 520px;
}

.window-sidebar,
.window-panel {
  padding: 18px 16px 18px 18px;
  min-width: 0;
}

.window-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.sidebar-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.sidebar-item span {
  color: rgba(255, 255, 255, 0.42);
}

.sidebar-item-active {
  background: rgba(88, 103, 237, 0.18);
  color: #dfe4ff;
}

.sidebar-divider {
  height: 1px;
  margin: 14px 0;
  background: rgba(255, 255, 255, 0.08);
}

.window-graph {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(7, 8, 11, 0) 100%);
}

.window-graph::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.graph-topbar {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.graph-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 8, 11, 0.7);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
}

.graph-badge-active {
  border-color: rgba(211, 239, 171, 0.2);
  background: rgba(211, 239, 171, 0.14);
  color: #f2fadf;
}

.graph-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.graph-lines path {
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.3;
}

.graph-node {
  position: absolute;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.node-large {
  background: rgba(195, 214, 249, 0.18);
  color: #f7fbff;
}

.node-core {
  background: rgba(211, 239, 171, 0.22);
  color: #eff9dd;
}

.node-accent {
  background: rgba(88, 103, 237, 0.24);
  color: #eef1ff;
}

.graph-focus-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  max-width: 310px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 8, 11, 0.78);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.focus-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.graph-focus-card strong {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  overflow-wrap: anywhere;
}

.graph-focus-card p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
}

.window-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.window-panel h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.window-panel p,
.window-panel li,
.panel-callout {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.panel-callout {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(88, 103, 237, 0.12);
}

.panel-callout strong {
  display: block;
  overflow-wrap: anywhere;
}

.callout-label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.panel-points {
  margin: 0;
  padding-left: 18px;
}

.panel-points li + li {
  margin-top: 6px;
}

.panel-navigator {
  margin-top: auto;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.navigator-label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.navigator-query {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.24);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.navigator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.navigator-chip {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.68);
}

.navigator-chip-active {
  border-color: rgba(114, 229, 255, 0.24);
  background: rgba(114, 229, 255, 0.18);
  color: #0b141a;
}

.metric-band {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 28px;
  padding-bottom: 88px;
  background: #07080b;
}

.insight-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  align-items: start;
}

.insight-copy {
  padding: 18px 6px 0 0;
}

.insight-copy h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.insight-copy p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.insight-card {
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(88, 103, 237, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.04);
}

.insight-card-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.insight-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.insight-card-head h3 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.08;
  color: #fff;
}

.insight-note {
  max-width: 220px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  color: rgba(255, 255, 255, 0.55);
}

.insight-chart {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.chart-row {
  display: grid;
  gap: 8px;
}

.chart-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.chart-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.chart-value {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.chart-track {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.chart-fill {
  display: block;
  width: var(--fill);
  height: 100%;
  border-radius: inherit;
}

.chart-fill-paper {
  background: linear-gradient(90deg, #72e5ff 0%, #5867ed 100%);
}

.chart-fill-visual {
  background: linear-gradient(90deg, #c1d6f9 0%, #ffc9ee 100%);
}

.chart-fill-product {
  background: linear-gradient(90deg, #d3efab 0%, #72e5ff 100%);
}

.chart-caption {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.66);
}

.legend-swatch {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.legend-swatch-paper {
  background: linear-gradient(90deg, #72e5ff 0%, #5867ed 100%);
}

.legend-swatch-visual {
  background: linear-gradient(90deg, #c1d6f9 0%, #ffc9ee 100%);
}

.legend-swatch-product {
  background: linear-gradient(90deg, #d3efab 0%, #72e5ff 100%);
}

.product-section,
.evidence-section {
  background: #f8f7f3;
  color: #11141a;
  padding: 88px 0;
}

.x10-section {
  background: #07080b;
  color: #fff;
  padding: 88px 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-head h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.section-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(17, 20, 26, 0.74);
}

.section-head-dark p,
.section-head-dark .section-kicker {
  color: rgba(255, 255, 255, 0.64);
}

.card-grid {
  display: grid;
  gap: 22px;
}

.card-grid-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding: 26px;
  border-radius: 30px;
  box-shadow: 0 100px 100px -100px rgba(17, 20, 26, 0.25);
}

.product-cyan {
  background: #72e5ff;
}

.product-lime {
  background: #d3efab;
}

.product-pink {
  background: #ffe3e3;
}

.product-iris {
  background: #5867ed;
  color: #fff;
}

.product-iris .card-copy p,
.product-iris .card-copy li,
.product-iris .card-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.card-copy h3 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.05;
}

.card-copy p,
.card-copy li {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(17, 20, 26, 0.76);
}

.card-copy ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.card-visual {
  margin-top: 20px;
}

.repo-stack {
  display: grid;
  gap: 10px;
}

.repo-file {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(17, 20, 26, 0.08);
  font-family: var(--font-mono);
  font-size: 13px;
}

.path-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.path-steps span,
.local-pillars span {
  min-height: 118px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 18px;
  border-radius: 20px;
  background: rgba(17, 20, 26, 0.08);
  font-size: 13px;
  font-weight: 700;
}

.summary-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(17, 20, 26, 0.08);
}

.summary-tag {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(17, 20, 26, 0.58);
}

.summary-line {
  height: 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(17, 20, 26, 0.16);
}

.summary-short {
  width: 72%;
}

.x10-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.x10-copy h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1;
  max-width: 760px;
}

.x10-copy p {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}

.x10-chain {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.chain-step {
  min-width: 132px;
  min-height: 132px;
  padding: 16px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.chain-step strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.chain-step span {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.chain-step-accent {
  background: rgba(88, 103, 237, 0.18);
}

.chain-arrow {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.4);
}

.card-grid-evidence {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evidence-card {
  min-height: 260px;
  padding: 24px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(17, 20, 26, 0.08);
  box-shadow: 0 30px 60px rgba(17, 20, 26, 0.08);
}

.evidence-card-derived {
  background: #11141a;
  color: #fff;
}

.evidence-card h3 {
  margin: 16px 0 10px;
  font-size: 26px;
  line-height: 1.08;
}

.evidence-card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(17, 20, 26, 0.74);
}

.evidence-card-derived p,
.evidence-card-derived a {
  color: rgba(255, 255, 255, 0.78);
}

.evidence-result {
  font-weight: 600;
  color: #11141a;
}

.evidence-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #5867ed;
}

.evidence-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 20, 26, 0.06);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(17, 20, 26, 0.56);
}

.evidence-card-derived .evidence-pill {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
}

.site-footer {
  padding: 42px 0 56px;
  background: #07080b;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.footer-brand-logo {
  width: 32px;
  height: 32px;
}

.footer-copy {
  max-width: 720px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 420ms var(--ease-out), transform 420ms var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .hero-inner,
  .x10-layout,
  .insight-layout,
  .card-grid-evidence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy h1,
  .section-head h2,
  .x10-copy h2 {
    font-size: 72px;
  }

  .product-window {
    position: relative;
    margin-left: auto;
  }

  .card-grid-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .site-shell {
    width: min(1240px, calc(100vw - 28px));
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 108px;
  }

  .hero-inner,
  .insight-layout,
  .card-grid-products,
  .card-grid-evidence,
  .x10-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-scene {
    min-height: auto;
    padding-top: 26px;
  }

  .product-window {
    width: 100%;
  }

  .window-body {
    grid-template-columns: 1fr;
  }

  .window-sidebar,
  .window-panel {
    border: 0;
  }

  .window-sidebar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .window-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .floating-chip {
    display: none;
  }

  .hero-copy h1,
  .section-head h2,
  .x10-copy h2 {
    font-size: 54px;
  }

  .hero-lead {
    font-size: 22px;
  }

  .x10-chain {
    justify-content: start;
    grid-template-columns: 1fr;
  }

  .chain-arrow {
    display: none;
  }

  .chain-step {
    min-height: 124px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .insight-copy {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .nav-cta {
    display: none;
  }

  .nav-inner {
    height: 68px;
  }

  .nav-cta {
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero-copy h1,
  .section-head h2,
  .x10-copy h2 {
    font-size: 42px;
  }

  .hero-copy,
  .hero-lead,
  .hero-detail,
  .hero-badges,
  .hero-actions {
    max-width: 100%;
  }

  .hero-copy {
    width: min(100%, 320px);
  }

  .product-window {
    border-radius: 24px;
  }

  .hero-lead,
  .section-head p,
  .x10-copy p {
    font-size: 17px;
  }

  .hero-lead,
  .hero-detail {
    width: 100%;
    max-width: 320px;
  }

  .insight-card,
  .product-card,
  .evidence-card {
    padding: 22px;
    border-radius: 24px;
  }

  .card-copy h3,
  .insight-card-head h3,
  .evidence-card h3 {
    font-size: 28px;
  }

  .insight-copy h2 {
    font-size: 42px;
  }

  .insight-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-note {
    max-width: none;
    text-align: left;
  }

  .path-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .window-bar {
    grid-template-columns: auto 1fr;
    gap: 10px;
    padding: 12px 14px;
  }

  .window-meta {
    display: none;
  }

  .window-pill {
    padding: 7px 12px;
    font-size: 11px;
  }

  .window-sidebar,
  .window-panel {
    padding: 16px 14px;
  }

  .window-graph {
    min-height: 204px;
  }

  .graph-topbar,
  .graph-focus-card {
    display: none;
  }

  .graph-lines {
    display: none;
  }

  .graph-node {
    max-width: 46%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 10px;
    font-size: 10px;
  }

  .node-voice,
  .node-resolver,
  .node-metrics,
  .node-ollama {
    display: none;
  }

  .node-page {
    left: 9% !important;
    top: 64% !important;
  }

  .node-graph-core {
    left: 42% !important;
    top: 40% !important;
  }

  .node-route {
    left: 52% !important;
    top: 12% !important;
  }

  .node-walker {
    left: 58% !important;
    top: 76% !important;
  }

  .hero-badges span {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .floating-chip,
  .button,
  .nav-cta {
    transition: none;
    animation: none;
  }
}
