/* G62 editorial system: licensed Caslon display type, a neutral sans, and source-first layouts. */
:root {
  --paper: #faf9f6;
  --white: #ffffff;
  --ink: #191917;
  --muted: #64645e;
  --line: #ddddd6;
  --soft: #eeeee8;
  --dark: #20211f;
  --serif: "Libre Caslon Display", "Times New Roman", Georgia, serif;
  --sans: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max: 1376px;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 0.25em;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
img,
svg {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
a,
button,
input,
summary {
  outline-offset: 5px;
}
:focus-visible {
  outline: 2px solid #605538;
}
::selection {
  background: #e0dfd0;
  color: #191917;
}
.container {
  width: min(var(--max), calc(100% - 80px));
  margin-inline: auto;
}
.label {
  font: 500 0.8125rem/1.5 var(--sans);
  letter-spacing: 0.015em;
}
.eyebrow {
  margin: 0 0 1.4rem;
  color: var(--muted);
}
.dot {
  display: none;
}
.arrow {
  width: 18px;
  height: 18px;
  flex: none;
}
.star-mark {
  width: 23px;
  height: 23px;
  fill: currentColor;
  flex: none;
}
.serif {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
}
.skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  transform: translateY(-180%);
}
.skip:focus {
  transform: none;
}
.site-header {
  height: 96px;
  background: var(--paper);
  position: relative;
  z-index: 20;
}
.nav {
  display: flex;
  align-items: center;
  gap: 48px;
  height: 100%;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font: 400 2.55rem/1 var(--serif);
  letter-spacing: -0.02em;
  text-decoration: none;
  flex: none;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-links a,
.footer-nav a {
  font-size: 0.875rem;
  text-decoration: none;
}
.nav-links a:hover,
.footer-nav a:hover {
  text-decoration: underline;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.alpha {
  font-size: 0.75rem;
  color: var(--muted);
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 48px;
  padding: 13px 21px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--ink);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  transition: background 160ms ease;
}
.button:hover {
  background: #3e3e39;
}
.button.small {
  min-height: 43px;
  padding: 11px 17px;
}
.button.light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.button.light:hover {
  background: #e4e3da;
}
.text-link {
  font-size: 0.875rem;
  font-weight: 500;
}
.menu-toggle {
  display: none;
  min-height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 8px 12px;
  border-radius: 3px;
}
.hero {
  padding: 62px 0 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 88px;
  align-items: center;
}
.hero-heading,
.hero-copy {
  min-width: 0;
}
.hero .eyebrow {
  font-size: 0.875rem;
  margin-bottom: 22px;
}
.hero h1 {
  margin: 0;
  font: 400 clamp(3.5rem, 5.3vw, 5.25rem)/1.02 var(--serif);
  letter-spacing: -0.028em;
}
.hero-description {
  font-size: 1.1875rem;
  line-height: 1.65;
  margin: 0;
  max-width: 540px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 28px;
}
.hero-footnote {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 20px 0 0;
}
.section {
  padding: 104px 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 88px;
  align-items: end;
  margin-bottom: 42px;
}
.section h2,
.section-head h2,
.perspective-quote {
  font: 400 clamp(2.65rem, 4vw, 3.85rem)/1.08 var(--serif);
  letter-spacing: -0.025em;
  margin: 0;
}
.section-lede {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 520px;
  margin: 0;
}
.product {
  padding: 0 0 92px;
}
.product-stage {
  padding: 46px;
  background: #e2e3de;
  border-radius: 5px;
}
.demo {
  color: var(--ink);
  background: white;
  border: 1px solid #d1d2ca;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 14px 34px #20211f0c;
}
.demo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 25px;
  border-bottom: 1px solid var(--line);
  background: #f9f9f6;
}
.demo-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 400 1.65rem/1 var(--serif);
}
.demo-brand .star-mark {
  width: 18px;
  height: 18px;
}
.demo-brand span {
  font: 400 0.875rem/1.5 var(--sans) !important;
}
.demo-top .label {
  font-size: 0.75rem;
  color: var(--muted);
}
.demo-body {
  display: grid;
  grid-template-columns: 0.88fr 1.25fr;
}
.demo-query {
  min-width: 0;
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  background: #f4f4ef;
}
.demo-query > .label {
  font-size: 0.75rem;
  color: var(--muted);
  display: block;
}
.query-patent {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 21px;
  padding: 7px 10px;
  border: 1px solid #d4d5cc;
  border-radius: 2px;
  font-size: 0.75rem;
  text-decoration: none;
  background: #fff;
}
.query-patent .arrow {
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}
.demo-query h3 {
  font: 400 2.1rem/1.18 var(--serif);
  letter-spacing: -0.02em;
  margin: 25px 0 17px;
}
.demo-query h3 em {
  font-style: normal;
  color: #58594e;
}
.query-context {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.query-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 24px 0;
}
.chip {
  padding: 4px 7px;
  font-size: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  line-height: 1.5;
}
.query-foot {
  font-size: 0.75rem;
  color: var(--muted);
}
.demo-results {
  padding: 22px 26px;
  min-width: 0;
}
.results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
}
.results-head > .label {
  font-size: 0.75rem;
  color: var(--muted);
}
.results-toggle {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 3px;
  gap: 2px;
  flex: none;
}
.results-toggle button {
  padding: 7px 10px;
  background: transparent;
  color: var(--muted);
  border: 0;
  border-radius: 2px;
  font-size: 0.8125rem;
}
.results-toggle button[aria-pressed="true"] {
  color: white;
  background: var(--ink);
}
.result-row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: start;
  padding: 23px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
}
.result-row:hover .result-title {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.result-rank {
  font-size: 0.75rem;
  color: var(--muted);
  padding-top: 3px;
  font-variant-numeric: tabular-nums;
}
.result-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 8px;
}
.result-meta .chip {
  background: #f6f6f1;
}
.result-title {
  font-size: 0.9375rem;
  line-height: 1.55;
  font-weight: 500;
}
.result-open {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.result-open .arrow {
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
}
.result-timeline {
  font-size: 0.9375rem;
  font-variant-numeric: tabular-nums;
}
.result-timeline small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 5px;
}
.results-foot {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.7;
}
.product-caption {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 17px;
}
.product-caption span {
  max-width: 800px;
}
.product-caption a {
  flex: none;
}
.product .section-head {
  margin-top: 100px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin-top: 50px;
}
.benefit {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.benefit-top {
  display: flex;
  gap: 20px;
  font-size: 0.8125rem;
  color: var(--muted);
}
.benefit h3 {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.018em;
  margin: 22px 0 12px;
}
.benefit p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}
.proof-strip {
  border-block: 1px solid var(--line);
  background: #f1f1ea;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.proof-item {
  padding: 42px 30px;
  border-right: 1px solid var(--line);
}
.proof-item:first-child {
  padding-left: 0;
}
.proof-item:last-child {
  border: 0;
}
.proof-number {
  display: block;
  font: 400 3.5rem/1 var(--serif);
  letter-spacing: -0.035em;
  margin-bottom: 17px;
}
.proof-desc {
  display: block;
  max-width: 280px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--muted);
}
.perspective {
  padding: 105px 0;
  border-bottom: 1px solid var(--line);
}
.perspective-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 88px;
  align-items: start;
}
.perspective-right {
  max-width: 530px;
}
.perspective-right p {
  margin: 0 0 22px;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
}
.audiences {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 29px;
}
.audiences span {
  font-size: 0.8125rem;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.technology-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 88px;
  align-items: start;
}
.technology-heading p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 500px;
  margin: 25px 0 0;
}
.tech-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 450px;
  padding: 24px;
  margin-top: 34px;
  border: 1px solid var(--line);
}
.tech-flow > span {
  font-size: 0.8125rem;
  line-height: 1.65;
}
.tech-flow .flow-core {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  flex: none;
}
.tech-flow .arrow {
  width: 15px;
}
.tech-list {
  border-top: 1px solid var(--line);
}
.tech-item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.tech-item > .label {
  padding-top: 4px;
  color: var(--muted);
}
.tech-item h3 {
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.45;
  margin: 0 0 11px;
}
.tech-item p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}
.evidence {
  background: #efefe8;
  border-block: 1px solid var(--line);
}
.evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 90px;
  align-items: start;
}
.evidence h2 {
  margin-bottom: 28px;
}
.evidence p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  margin: 0 0 21px;
}
.evidence strong {
  color: var(--ink);
  font-weight: 500;
}
.benchmark-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #d9d9d0;
  border-radius: 3px;
}
.benchmark-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.benchmark-heading span:last-child {
  font-size: 0.75rem;
  color: var(--muted);
}
.bars {
  display: grid;
  gap: 23px;
}
.bar-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.bar-label > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.bar-label strong {
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}
.badge {
  padding: 2px 6px;
  border: 1px solid var(--line);
  background: #f1f1ea;
  font-size: 0.75rem;
}
.bar-track {
  height: 13px;
  background: #f0f0ea;
}
.bar-fill {
  height: 100%;
  width: var(--value);
  background: #b6b7ad;
}
.bar-ours .bar-fill {
  background: #454d42;
}
.chart-scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.benchmark-card .benchmark-foot {
  font-size: 0.75rem;
  line-height: 1.7;
  margin: 18px 0 0;
}
.methodology {
  margin-top: 25px;
  border-block: 1px solid #d1d2c8;
  padding: 16px 0;
}
.methodology summary {
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
.methodology p {
  font-size: 0.875rem;
  margin: 16px 0 8px;
}
.ep-line {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #d1d2c8;
  padding-top: 24px;
  margin-top: 28px;
}
.ep-line strong {
  font: 400 3rem/1 var(--serif);
  letter-spacing: -0.03em;
}
.ep-line span {
  font-size: 0.875rem;
  color: var(--muted);
  max-width: 280px;
}
.vision-grid {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 125px;
}
.vision-left .brand {
  font-size: 4.5rem;
  gap: 16px;
}
.vision-left .star-mark {
  width: 35px;
  height: 35px;
}
.vision-left > .label {
  margin-top: 24px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.8;
}
.vision-right > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
  margin: 25px 0;
  max-width: 650px;
}
.horizons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.horizons span {
  padding: 7px 10px;
  font-size: 0.75rem;
  color: var(--muted);
  border: 1px solid var(--line);
}
.horizons .available {
  color: var(--ink);
  background: #eeeee5;
}
.access {
  background: var(--dark);
  color: var(--paper);
}
.access-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 88px;
  padding: 94px 0;
  align-items: center;
}
.access .eyebrow {
  color: #b9bbb1;
}
.access h2 {
  font: 400 clamp(2.8rem, 4.5vw, 4.5rem)/1.08 var(--serif);
  letter-spacing: -0.023em;
  margin: 0;
}
.access-right p {
  font-size: 1rem;
  line-height: 1.8;
  color: #d2d3ca;
  margin: 0 0 25px;
  max-width: 510px;
}
.access-right small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #bbbdb2;
  margin-top: 18px;
}
.access-bottom {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  padding: 22px 0;
  border-top: 1px solid #ffffff26;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #bec0b5;
}
.access-bottom span {
  max-width: 610px;
}
footer {
  padding: 56px 0 30px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}
.footer-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.footer-note {
  color: var(--muted);
  max-width: 960px;
  font-size: 0.8125rem;
  line-height: 1.8;
  margin: 0;
}
.legal-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  margin-top: 30px;
}
.legal-details details {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.legal-details summary {
  cursor: pointer;
  font-size: 0.8125rem;
}
.legal-details p {
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.8;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  color: var(--muted);
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .nav {
    gap: 30px;
  }
  .nav-links {
    gap: 21px;
  }
  .alpha {
    display: none;
  }
  .hero-grid,
  .section-head,
  .perspective-grid,
  .technology-grid,
  .evidence-grid,
  .access-grid {
    gap: 48px;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 5.7vw, 4.5rem);
  }
  .hero-description {
    font-size: 1.0625rem;
  }
  .product-stage {
    padding: 28px;
  }
  .demo-query {
    padding: 28px 23px;
  }
  .demo-results {
    padding: 22px;
  }
  .results-head {
    flex-wrap: wrap;
  }
  .benefits {
    gap: 28px;
  }
  .vision-grid {
    gap: 70px;
  }
  .proof-item {
    padding-inline: 25px;
  }
}
@media (max-width: 820px) {
  .container {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 80px;
  }
  .nav {
    gap: 20px;
  }
  .nav-links {
    gap: 17px;
  }
  .nav-actions .button {
    gap: 12px;
    font-size: 0.8125rem;
    padding-inline: 12px;
  }
  .nav-actions .button .arrow {
    display: none;
  }
  .brand {
    font-size: 2.25rem;
    gap: 8px;
  }
  .hero {
    padding: 46px 0 45px;
  }
  .hero-grid {
    gap: 32px;
  }
  .hero h1 {
    font-size: clamp(3rem, 6.1vw, 3.75rem);
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    gap: 13px;
    padding-inline: 16px;
  }
  .section {
    padding-block: 76px;
  }
  .product {
    padding: 0 0 72px;
  }
  .product-stage {
    padding: 20px;
  }
  .demo-body {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .demo-query {
    padding: 24px 20px;
  }
  .demo-query h3 {
    font-size: 1.85rem;
  }
  .demo-results {
    padding: 20px;
  }
  .demo-top {
    padding: 17px 20px;
  }
  .result-row {
    grid-template-columns: 19px minmax(0, 1fr);
    gap: 9px;
  }
  .result-open {
    display: none;
  }
  .product-caption {
    flex-direction: column;
    gap: 7px;
  }
  .product .section-head {
    margin-top: 70px;
  }
  .section-head,
  .perspective-grid,
  .technology-grid,
  .evidence-grid,
  .access-grid {
    gap: 36px;
  }
  .section h2,
  .section-head h2,
  .perspective-quote {
    font-size: 2.8rem;
  }
  .benefits {
    gap: 22px;
    margin-top: 38px;
  }
  .benefit-top {
    gap: 9px;
    flex-wrap: wrap;
  }
  .benefit h3 {
    font-size: 1.0625rem;
  }
  .proof-item {
    padding: 32px 19px;
  }
  .proof-number {
    font-size: 3rem;
  }
  .perspective {
    padding-block: 76px;
  }
  .technology-grid {
    grid-template-columns: 1fr;
  }
  .technology-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 36px;
  }
  .technology-heading .eyebrow {
    grid-column: 1/-1;
    margin-bottom: 0;
  }
  .technology-heading p:not(.eyebrow) {
    margin: 0;
  }
  .tech-flow {
    grid-column: 1/-1;
    margin-top: 8px;
  }
  .benchmark-card {
    padding: 23px;
  }
  .vision-grid {
    gap: 38px;
    grid-template-columns: 0.55fr 1fr;
  }
  .vision-left .brand {
    font-size: 3.75rem;
  }
  .access-grid {
    padding-block: 72px;
  }
  .access h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 620px) {
  html {
    scroll-padding-top: 30px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 78px;
  }
  .nav {
    gap: 12px;
  }
  .nav-actions {
    gap: 10px;
  }
  .brand {
    font-size: 2.1rem;
  }
  .brand .star-mark {
    width: 19px;
    height: 19px;
  }
  .nav-actions > .button {
    font-size: 0.75rem;
    padding: 10px 12px;
  }
  .menu-toggle {
    display: block;
    font-size: 0.8125rem;
    padding: 8px 11px;
  }
  .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .nav-links a {
    font-size: 0.8125rem;
  }
  .js .nav-links {
    display: none;
  }
  .js .nav-links.open {
    display: flex;
  }
  .hero {
    padding: 90px 0 39px;
  }
  .js .hero {
    padding-top: 38px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero .eyebrow {
    margin-bottom: 20px;
    font-size: 0.8125rem;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 11.5vw, 4.25rem);
    line-height: 1.02;
    letter-spacing: -0.025em;
  }
  .hero-description {
    font-size: 1rem;
    line-height: 1.75;
    max-width: 490px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 21px;
  }
  .hero-actions .text-link {
    font-size: 0.8125rem;
  }
  .hero-footnote {
    margin-top: 18px;
  }
  .section {
    padding-block: 64px;
  }
  .product {
    padding: 0 0 60px;
  }
  .product-stage {
    padding: 12px;
    border-radius: 3px;
  }
  .demo-top {
    padding: 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .demo-top .label {
    font-size: 0.75rem;
  }
  .demo-body {
    grid-template-columns: 1fr;
  }
  .demo-query {
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .demo-query h3 {
    font-size: 2rem;
  }
  .query-context {
    font-size: 0.875rem;
  }
  .demo-results {
    padding: 22px 18px;
  }
  .results-head {
    gap: 13px;
    margin-bottom: 16px;
  }
  .result-row {
    padding-block: 21px;
    grid-template-columns: 20px minmax(0, 1fr);
  }
  .result-title {
    font-size: 0.9375rem;
  }
  .result-meta {
    font-size: 0.75rem;
  }
  .product-caption {
    margin-top: 14px;
  }
  .product .section-head {
    margin-top: 60px;
  }
  .section-head,
  .perspective-grid,
  .evidence-grid,
  .vision-grid,
  .access-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section h2,
  .section-head h2,
  .perspective-quote {
    font-size: clamp(2.35rem, 9.3vw, 3.15rem);
  }
  .eyebrow {
    margin-bottom: 18px;
  }
  .section-lede,
  .benefit p,
  .perspective-right p,
  .technology-heading p:not(.eyebrow),
  .tech-item p,
  .evidence p,
  .vision-right > p:not(.eyebrow),
  .access-right p {
    font-size: 1rem;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-top: 33px;
  }
  .benefit {
    padding-top: 21px;
  }
  .benefit h3 {
    font-size: 1.1875rem;
    margin: 17px 0 10px;
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-item,
  .proof-item:first-child,
  .proof-item:last-child {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-item:last-child {
    border-bottom: 0;
  }
  .proof-number {
    font-size: 2.7rem;
    margin: 0;
  }
  .proof-desc {
    font-size: 0.8125rem;
  }
  .perspective {
    padding-block: 65px;
  }
  .technology-heading {
    display: block;
  }
  .technology-heading .eyebrow {
    margin-bottom: 18px;
  }
  .technology-heading p:not(.eyebrow) {
    margin-top: 24px;
  }
  .tech-flow {
    margin-top: 27px;
    padding: 20px;
  }
  .tech-item {
    padding-block: 25px;
    gap: 13px;
  }
  .tech-item h3 {
    font-size: 1.1875rem;
  }
  .benchmark-card {
    padding: 24px 20px;
  }
  .bar-label {
    font-size: 0.8125rem;
  }
  .badge {
    font-size: 0.75rem;
  }
  .ep-line {
    gap: 22px;
  }
  .ep-line strong {
    font-size: 2.8rem;
  }
  .ep-line span {
    font-size: 0.8125rem;
  }
  .vision-left {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .vision-left .brand {
    font-size: 3rem;
    gap: 10px;
  }
  .vision-left .star-mark {
    width: 25px;
    height: 25px;
  }
  .vision-left > .label {
    font-size: 0.75rem;
    margin: 0;
  }
  .access-grid {
    padding-block: 66px;
  }
  .access h2 {
    font-size: clamp(2.6rem, 10vw, 3.6rem);
  }
  .access-right .button {
    min-width: min(100%, 285px);
    justify-content: space-between;
  }
  .access-bottom {
    flex-direction: column;
    gap: 15px;
    padding-block: 23px;
  }
  footer {
    padding-top: 40px;
  }
  .footer-top {
    align-items: start;
  }
  .footer-nav {
    gap: 12px 20px;
    justify-content: end;
    max-width: 180px;
  }
  .footer-nav a {
    font-size: 0.8125rem;
  }
  .legal-details {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
}
@media (max-width: 360px) {
  .nav {
    gap: 8px;
  }
  .nav-actions {
    gap: 7px;
  }
  .nav-actions > .button {
    padding-inline: 9px;
  }
  .brand {
    font-size: 1.9rem;
    gap: 6px;
  }
  .menu-toggle {
    padding-inline: 9px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .button {
    padding-inline: 13px;
  }
  .proof-item,
  .proof-item:first-child,
  .proof-item:last-child {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 17px;
  }
  .tech-flow {
    padding-inline: 15px;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
