@font-face {
  font-family: Inter;
  src: url("assets/inter.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #191919;
  --muted: #6c6c6c;
  --accent: #8c8c8c;
  --gold: #ffc318;
  --pale: #f6f6f6;
  --line: #e4e4e4;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #e69f00;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
}
i[data-icon] {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: currentColor;
  mask: var(--icon) center/contain no-repeat;
  -webkit-mask: var(--icon) center/contain no-repeat;
  font-style: normal;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 480;
}
h2 {
  font-size: clamp(34px, 3.4vw, 51px);
  line-height: 1.08;
  letter-spacing: -2.4px;
}
p {
  line-height: 1.65;
}
button {
  color: inherit;
}
.wrap {
  width: min(1180px, calc(100% - 80px));
  margin: auto;
}
.section-pad {
  padding-top: 130px;
  padding-bottom: 130px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip {
  position: fixed;
  left: 20px;
  top: -90px;
  z-index: 100;
  background: var(--gold);
  padding: 14px;
}
.skip:focus {
  top: 10px;
}
[hidden] {
  display: none !important;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgb(255 255 255 / 0.87);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgb(24 24 24 / 0.07);
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
.brand img {
  width: 42px;
  height: 42px;
}
.brand span {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -1px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 38px;
}
.desktop-nav a {
  font-size: 14px;
  transition: color 0.2s;
}
.desktop-nav a:hover {
  color: var(--accent);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.2;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #27272718;
}
.button.primary {
  background: var(--ink);
  color: white;
}
.button.gold {
  background: var(--gold);
  color: var(--ink);
}
.button i {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  transition: transform 0.25s;
}
.button:hover i {
  transform: translate(2px, -2px);
}
.nav-cta {
  min-height: 43px;
  font-size: 13px;
  padding: 11px 19px;
  gap: 16px;
}
.icon-button {
  border: 0;
  background: transparent;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.icon-button:hover {
  background: #f2f2f2;
}
.menu-toggle {
  display: none;
}
.mobile-nav {
  padding: 10px 24px 24px;
  background: #fff;
}
.mobile-nav a {
  display: block;
  padding: 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  padding: 11px 0;
  background: transparent;
}
.text-link i {
  transition: transform 0.2s;
}
.text-link:hover i {
  transform: translateY(3px);
}
.actions {
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
}
.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.4px;
  color: #717171;
  margin-bottom: 23px;
}
.small-muted {
  display: block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 800px;
  padding: 108px 0 135px;
  background: #f9f9f9;
}
.hero-atmosphere {
  position: absolute;
  inset: -4%;
  z-index: -1;
  background: #ececec url("assets/atmosphere-yellow.webp") 58% 50% / cover
    no-repeat;
  will-change: transform;
}
.hero:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 61px;
  background: white;
  clip-path: polygon(0 100%, 100% 4%, 100% 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 65px;
}
.hero-copy h1 {
  font-size: clamp(46px, 4.65vw, 69px);
  font-weight: 460;
  line-height: 1.04;
  letter-spacing: -3.8px;
}
.hero-copy h1 span {
  color: #727272;
}
.hero-copy > p {
  font-size: 17px;
  max-width: 450px;
  color: #515151;
  margin: 29px 0 31px;
  line-height: 1.65;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 18px;
  margin-top: 43px;
  color: #5c5c5c;
  font-size: 11px;
}
.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-proof i {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}
.hero-visual {
  position: relative;
  perspective: 1200px;
  padding-top: 22px;
  min-width: 0;
}
.hero-console {
  background: #fff;
  border: 1px solid rgb(255 255 255 / 0.8);
  border-radius: 18px;
  box-shadow:
    0 30px 60px #39393926,
    0 3px 10px #46464610;
  transform: rotate(1.2deg);
  overflow: hidden;
  min-height: 466px;
}
.console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #ededed;
  padding: 16px 19px;
  font-size: 10px;
  color: #636363;
}
.console-top > span:first-child {
  display: flex;
  gap: 6px;
  align-items: center;
}
.console-top i {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}
.live-status {
  font-size: 9px;
  white-space: nowrap;
  color: #717171;
  background: #f5f5f5;
  padding: 5px 7px;
  border-radius: 20px;
}
.query-bar {
  margin: 20px 21px 0;
  padding: 13px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 49px;
  font-size: 11px;
  color: #383838;
}
.query-bar i {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  color: #7c7c7c;
}
.typing-caret {
  display: block;
  width: 1px;
  height: 15px;
  background: var(--accent);
  flex-shrink: 0;
}
.hero-response {
  padding: 23px 25px 18px;
  min-height: 207px;
}
.response-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 550;
}
.response-heading img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.response-heading > span:last-child {
  margin-left: auto;
  font-size: 9px;
  font-weight: 400;
  color: #959595;
}
.hero-response > p {
  font-size: 13px;
  color: #505050;
  line-height: 1.8;
  margin-top: 17px;
  min-height: 115px;
}
.hero-response mark,
mark {
  background: #fff0b5;
  color: inherit;
  border-radius: 3px;
  padding: 1px 3px;
}
.answer-lines {
  display: none;
}
.hero-sources {
  padding: 0 25px 20px;
}
.hero-sources > span {
  font-size: 9px;
  color: #858585;
}
.hero-sources > div {
  display: flex;
  gap: 9px;
  margin-top: 9px;
}
.hero-sources > div > span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 9px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 6px 8px;
  color: #656565;
}
.hero-sources i {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.hero-result {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 22px;
  background: #f8f8f8;
  border-top: 1px solid #eeeeee;
}
.check-disc {
  background: #ebebeb;
  color: #777777;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.check-disc i {
  width: 14px;
  height: 14px;
}
.hero-result strong {
  display: block;
  font-size: 11px;
  font-weight: 550;
}
.hero-result div > span {
  display: block;
  font-size: 9px;
  color: #7d7d7d;
  margin-top: 3px;
}
.hero-result > i {
  margin-left: auto;
  width: 14px;
  height: 14px;
  color: #7f7f7f;
}
.floating-provider {
  position: absolute;
  top: -5px;
  z-index: 3;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  box-shadow: 0 8px 22px #57575712;
  border: 1px solid #f6f6f6;
  padding: 10px 12px;
  font-size: 10px;
  white-space: nowrap;
}
.floating-provider img {
  width: 15px;
  height: 15px;
}
.provider-a {
  left: -16px;
  transform: rotate(-4deg);
}
.provider-b {
  left: 33%;
  top: -18px;
}
.provider-c {
  right: -12px;
  transform: rotate(4deg);
}
.hero-report {
  position: absolute;
  right: -18px;
  bottom: 40px;
  background: #292929;
  color: #fff;
  padding: 16px 18px;
  display: flex;
  gap: 13px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 18px 34px #35353525;
  z-index: 4;
}
.hero-report > i:first-child {
  color: var(--gold);
  width: 27px;
  height: 27px;
  flex-basis: 27px;
}
.hero-report > i:last-child {
  width: 16px;
  height: 16px;
  color: #cccccc;
}
.hero-report span {
  display: block;
  font-size: 9px;
  opacity: 0.7;
  margin-bottom: 5px;
}
.hero-report strong {
  font-size: 11px;
  font-weight: 500;
}
.demo-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  color: #616161;
  font-size: 10px;
}
.demo-controls button {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  color: #545454;
  padding: 7px 0;
  font-size: 10px;
}
.demo-controls i {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.demo-controls > span {
  margin-right: auto;
}
.context-section {
  padding-top: 104px;
  padding-bottom: 106px;
}
.context-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
}
.context-grid h2 {
  font-size: 36px;
  letter-spacing: -1.65px;
  line-height: 1.18;
}
.context-grid p {
  font-size: 15px;
  color: var(--muted);
  max-width: 450px;
}
.question-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
.question-ribbon span {
  font-size: 12px;
  text-align: center;
  color: #7f7f7f;
  border-right: 1px solid var(--line);
  transition: color 0.3s;
}
.question-ribbon span:last-child {
  border: 0;
}
.question-ribbon span.active {
  color: var(--accent);
}
.journey {
  background: var(--pale);
  height: 300vh;
  position: relative;
}
.journey-sticky {
  position: sticky;
  top: 78px;
  min-height: calc(100vh - 78px);
  padding: 38px 0 27px;
  display: flex;
  align-items: center;
}
.journey-sticky > .wrap {
  width: min(1180px, calc(100% - 80px));
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 38px;
}
.section-heading p {
  font-size: 15px;
  color: var(--muted);
  max-width: 390px;
}
.journey .eyebrow {
  margin-bottom: 15px;
}
.journey .section-heading h2 {
  font-size: 42px;
  letter-spacing: -1.9px;
}
.journey .section-heading {
  margin-bottom: 25px;
}
.journey-shell {
  border: 1px solid #dddddd;
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 40px #45454507;
}
.journey-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #ececec;
}
.journey-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-right: 1px solid #ececec;
  background: white;
  padding: 17px 12px;
  font-size: 12px;
  color: #767676;
}
.journey-nav button:last-child {
  border-right: 0;
}
.journey-nav button > span {
  font-size: 10px;
  color: #959595;
}
.journey-nav button[aria-pressed="true"] {
  background: #f5f5f5;
  color: #535353;
}
.journey-nav button[aria-pressed="true"] > span {
  color: #828282;
}
.journey-progress {
  height: 2px;
  background: #f2f2f2;
  overflow: hidden;
}
.journey-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0.06);
  transform-origin: left;
  background: var(--accent);
}
.journey-canvas {
  position: relative;
  height: 350px;
  overflow: hidden;
  background: #fdfdfd;
}
.scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 45px 54px;
  gap: 20px;
}
.scene-note {
  position: absolute;
  bottom: 19px;
  left: 20px;
  right: 20px;
  text-align: center;
  color: #8d8d8d;
  font-size: 10px;
  line-height: 1.4;
}
.scene-question {
  flex-direction: column;
  gap: 22px;
}
.scene-kicker {
  font-size: 12px;
  color: #848484;
}
.large-question {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 25px;
  letter-spacing: -0.7px;
  line-height: 1.35;
  border: 1px solid #dadada;
  border-radius: 14px;
  background: #fff;
  padding: 23px 26px;
  min-width: 520px;
  box-shadow: 0 14px 30px #30303008;
}
.large-question > i {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  color: #8d8d8d;
}
.send-disc {
  margin-left: auto;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
.send-disc i {
  width: 20px;
  height: 20px;
}
.query-options {
  display: flex;
  gap: 9px;
}
.query-options span {
  font-size: 10px;
  padding: 7px 13px;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  color: #7c7c7c;
  background: #fafafa;
}
.network-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.network-connections path {
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
}
.path-base {
  stroke: #e4e4e4;
}
.path-active {
  stroke: var(--accent);
}
.path-packet {
  fill: var(--gold);
  stroke: white;
  stroke-width: 2;
}
.scene-network {
  justify-content: space-between;
  padding-left: 6%;
  padding-right: 6%;
}
.network-node {
  z-index: 1;
}
.network-query {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #dbdbdb;
  background: white;
  border-radius: 11px;
  padding: 20px;
  min-width: 230px;
  font-size: 14px;
  line-height: 1.7;
}
.network-query > i {
  color: var(--accent);
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}
.network-query strong {
  font-weight: 400;
  color: #909090;
  font-size: 11px;
}
.network-hub {
  width: 78px;
  height: 78px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: white;
  box-shadow:
    0 0 0 8px #f5f5f5,
    0 0 0 9px #eaeaea;
}
.network-hub img {
  width: 65px;
  height: 65px;
}
.network-models {
  display: grid;
  gap: 14px;
  width: 235px;
}
.network-provider {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 17px;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 9px;
  font-size: 12px;
  position: relative;
}
.network-provider img {
  width: 22px;
  height: 22px;
}
.network-provider small {
  display: block;
  font-size: 9px;
  color: #959595;
  margin-top: 5px;
}
.network-provider i {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
  color: #878787;
  margin-left: auto;
}
.scene-answers {
  align-items: stretch;
  padding-top: 28px;
  gap: 18px;
}
.mini-answer {
  flex: 1;
  background: white;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 19px 19px 15px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mini-answer.featured {
  border-color: #e9c445;
  background: #fffef8;
  box-shadow: 0 6px 25px #b9992620;
}
.mini-answer > div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 550;
}
.mini-answer img {
  width: 20px;
  height: 20px;
}
.mini-answer > p {
  font-size: 12px;
  line-height: 1.85;
  margin-top: 17px;
  color: #6d6d6d;
}
.mini-answer > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #8c8c8c;
  margin-top: auto;
  padding-top: 14px;
}
.mini-answer > span i {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.evidence-response,
.evidence-document {
  border: 1px solid #e4e4e4;
  background: white;
  border-radius: 12px;
  padding: 25px;
  max-width: 365px;
  flex: 1;
  min-height: 215px;
}
.doc-kicker {
  font-size: 9px;
  letter-spacing: 1px;
  color: #8b8b8b;
}
.evidence-response > p {
  font-size: 19px;
  line-height: 1.55;
  margin: 20px 0;
  letter-spacing: -0.4px;
}
.source-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  padding: 7px 9px;
  background: #f5f5f5;
  border-radius: 5px;
  color: #6f6f6f;
}
.source-badge i {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.evidence-bridge {
  color: var(--accent);
}
.evidence-document {
  box-shadow: 0 9px 20px #40404008;
}
.doc-browser {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #909090;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
}
.doc-browser i {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.evidence-document h3 {
  font-size: 18px;
  margin: 15px 0 10px;
  letter-spacing: -0.5px;
}
.evidence-document > p {
  font-size: 11px;
  line-height: 1.8;
  color: #787878;
}
.review-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  color: #757575;
  margin-top: 13px;
}
.review-chip i {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
}
.scene-report {
  gap: 65px;
}
.report-orbit {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-end;
}
.report-orbit > span {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 12px;
  color: #666666;
}
.report-orbit i {
  color: #858585;
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}
.journey-report {
  width: 340px;
  background: white;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  box-shadow: 0 8px 25px #3131310f;
  padding: 20px 25px;
  transform: rotate(1.3deg);
}
.report-brand {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  gap: 3px;
}
.report-brand img {
  width: 26px;
  height: 26px;
}
.report-brand > span {
  margin-left: auto;
  font-size: 8px;
  color: #a3a3a3;
  font-weight: 400;
}
.journey-report h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
  line-height: 1.2;
  margin: 15px 0;
}
.report-rule {
  height: 1px;
  background: #ebebeb;
  margin-bottom: 13px;
}
.report-summary > span {
  font-size: 9px;
  font-weight: 600;
  color: #757575;
}
.report-summary p {
  font-size: 9px;
  line-height: 1.55;
  color: #848484;
  margin: 5px 0 10px;
}
.journey-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 19px;
  border-top: 1px solid #e9e9e9;
  color: #8e8e8e;
  font-size: 9px;
}
.journey-bottom > span:first-child {
  color: #656565;
  font-weight: 500;
}
.scroll-hint {
  display: flex;
  align-items: center;
  gap: 6px;
}
.scroll-hint i {
  width: 11px;
  height: 11px;
  flex-basis: 11px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
  align-items: center;
}
.feature-copy > p {
  font-size: 16px;
  color: var(--muted);
  margin-top: 25px;
  max-width: 445px;
}
.provider-switch {
  display: flex;
  gap: 7px;
  margin-top: 31px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.provider-switch button {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e5e5e5;
  background: white;
  border-radius: 30px;
  padding: 11px 13px;
  font-size: 11px;
}
.provider-switch img {
  width: 16px;
  height: 16px;
}
.provider-switch button[aria-pressed="true"] {
  border-color: var(--accent);
  background: #f6f6f6;
  box-shadow: 0 0 0 2px #8c8c8c09;
}
.answer-stack {
  position: relative;
  padding: 15px 8px;
  perspective: 1000px;
  min-width: 0;
}
.stack-ghost {
  position: absolute;
  inset: 15px 8px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  border-radius: 16px;
}
.ghost-back {
  transform: rotate(6deg) translate(11px, -9px);
}
.ghost-mid {
  transform: rotate(-4deg) translate(-7px, 6px);
  background: #fcfcfc;
}
.answer-card {
  position: relative;
  z-index: 2;
  padding: 29px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  box-shadow: 0 22px 42px #3c3c3c16;
  min-height: 375px;
}
.answer-card .response-heading {
  font-size: 12px;
}
.answer-card .response-heading img {
  width: 23px;
  height: 23px;
}
.answer-card .response-heading > span:last-child {
  font-size: 9px;
}
.stack-question {
  font-size: 12px;
  padding: 15px;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 7px;
  margin-top: 22px;
}
.answer-card blockquote {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.3px;
  margin: 23px 0;
  color: #4d4d4d;
  min-height: 129px;
}
.reading-note {
  display: flex;
  gap: 12px;
  border-top: 1px solid #e8e8e8;
  padding-top: 19px;
  color: #7a7a7a;
}
.reading-note > i {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
}
.reading-note span {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.reading-note p {
  font-size: 11px;
  color: #828282;
  margin-top: 4px;
}
.patterns-section {
  background: #1f1f1f;
  color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.patterns-section .eyebrow {
  color: #bdbdbd;
}
.patterns-section .section-heading > p {
  color: #afafaf;
}
.patterns-section .section-heading {
  margin-bottom: 45px;
}
.pattern-controls {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 20px;
  align-items: center;
}
.pattern-controls button {
  padding: 10px 19px;
  border: 1px solid #4d4d4d;
  background: transparent;
  color: #bebebe;
  font-size: 12px;
  border-radius: 6px;
  transition: background 0.2s;
}
.pattern-controls button[aria-pressed="true"] {
  background: #efefef;
  color: #343434;
  border-color: #efefef;
}
.pattern-controls > span {
  margin-left: auto;
  font-size: 10px;
  color: #919191;
}
.patterns-body {
  display: grid;
  grid-template-columns: 0.75fr 1.4fr;
  gap: 65px;
  margin-top: 45px;
  align-items: center;
}
.pattern-reading > span {
  font-size: 9px;
  letter-spacing: 1px;
  color: #9d9d9d;
}
.pattern-reading h3 {
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -0.7px;
  margin: 20px 0;
}
.pattern-reading > p {
  font-size: 13px;
  color: #b4b4b4;
}
.pattern-legend {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  font-size: 9px;
  color: #aaaaaa;
  margin-top: 28px;
}
.pattern-legend > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dot {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.dot.mention {
  background: #cdcdcd;
}
.dot.gold {
  background: #f4c64c;
}
.dot.neutral {
  background: #676767;
}
.matrix-scroll {
  overflow: auto;
}
.pattern-matrix {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}
.pattern-matrix th {
  font-size: 10px;
  font-weight: 450;
  color: #bfbfbf;
  text-align: center;
  padding: 0 15px 22px;
  white-space: nowrap;
}
.pattern-matrix th:first-child {
  text-align: left;
  padding-left: 0;
}
.pattern-matrix th img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.pattern-matrix td {
  border-top: 1px solid #414141;
  text-align: center;
  padding: 20px 10px;
  font-size: 10px;
  color: #c1c1c1;
}
.pattern-matrix td:first-child {
  text-align: left;
  padding-left: 0;
  color: #bbbbbb;
  white-space: nowrap;
}
.matrix-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #5c5c5c;
  border-radius: 5px;
  padding: 6px 7px;
  white-space: nowrap;
  font-size: 9px;
}
.matrix-state.mencion {
  color: #d4d4d4;
  background: #363636;
}
.matrix-state.comparacion {
  color: #f4d07a;
  background: #352f1d;
  border-color: #5a5030;
}
.matrix-state.ausente {
  color: #6d6d6d;
  background: #272727;
  border-color: #3d3d3d;
}
.matrix-state i {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
}
.source-layout {
  grid-template-columns: 1.13fr 0.9fr;
  gap: 100px;
}
.source-workspace {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 22px 44px #4141410c;
}
.source-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
}
.source-top > i {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  color: #808080;
}
.source-top > span {
  font-size: 9px;
  color: #9c9c9c;
  margin-left: auto;
  font-weight: 400;
}
.source-quote {
  font-size: 22px;
  letter-spacing: -0.6px;
  line-height: 1.6;
  margin: 25px 4px;
}
.source-tabs {
  display: flex;
  gap: 7px;
  margin-bottom: 17px;
  flex-wrap: wrap;
}
.source-tabs button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  border: 1px solid #e4e4e4;
  background: white;
  padding: 10px 11px;
  border-radius: 5px;
}
.source-tabs i {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
}
.source-tabs button[aria-pressed="true"] {
  background: #363636;
  color: white;
  border-color: #363636;
}
.source-document {
  background: white;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 22px;
  min-height: 254px;
}
.source-url {
  font-size: 9px;
  color: #9d9d9d;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 13px;
}
.source-document h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin: 20px 0 13px;
}
.source-document > p {
  font-size: 12px;
  line-height: 1.9;
  color: #717171;
  min-height: 61px;
}
.human-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid #ececec;
  margin-top: 20px;
  padding-top: 16px;
}
.reviewer-avatar {
  display: grid;
  place-items: center;
  background: #ededed;
  color: #898989;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
}
.reviewer-avatar i {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}
.human-note strong {
  font-size: 10px;
  font-weight: 550;
  color: #6e6e6e;
}
.human-note p {
  font-size: 10px;
  line-height: 1.6;
  color: #919191;
  margin-top: 4px;
}
.clean-list {
  padding: 0;
  margin: 29px 0 0;
  list-style: none;
  display: grid;
  gap: 16px;
}
.clean-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #676767;
}
.clean-list i {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  color: #868686;
}
.report-section {
  background: #f5f5f5;
  overflow: hidden;
}
.report-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 28px 0 17px;
}
.report-options button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  font-size: 10px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  color: #898989;
}
.report-options button[aria-pressed="true"] {
  color: #434343;
  border-color: #b5b5b5;
  background: #f2f2f2;
}
.report-options i {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
  opacity: 0.15;
}
.report-options button[aria-pressed="true"] i {
  opacity: 1;
}
.report-stage {
  position: relative;
  padding: 0 25px 0 10px;
  perspective: 1200px;
}
.report-paper {
  position: relative;
  z-index: 3;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 9px;
  padding: 30px 35px 26px;
  box-shadow: 0 25px 40px #42424216;
  min-height: 457px;
  transform: rotate(1deg);
}
.paper-back {
  position: absolute;
  inset: 0 25px 0 10px;
  background: #fcfcfc;
  border: 1px solid #dedede;
  border-radius: 9px;
}
.back-one {
  transform: rotate(-6deg) translate(-6px, 0);
}
.back-two {
  transform: rotate(7deg) translate(10px, -4px);
}
.report-paper .report-brand {
  font-size: 12px;
}
.report-paper .report-brand > span {
  font-size: 8px;
}
.report-paper h3 {
  font-size: 39px;
  line-height: 1.06;
  letter-spacing: -1.9px;
  margin: 25px 0 10px;
}
.paper-subtitle {
  font-size: 11px;
  color: #969696;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.report-module {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
}
.report-module > i {
  width: 15px;
  height: 15px;
  color: #a0a0a0;
  flex-basis: 15px;
  margin-top: 2px;
}
.report-module h4 {
  font-size: 11px;
  font-weight: 600;
  color: #515151;
  margin: 0 0 6px;
}
.report-module p {
  font-size: 10px;
  line-height: 1.6;
  color: #8b8b8b;
}
.paper-foot {
  margin-top: 21px;
  font-size: 7px;
  letter-spacing: 1.4px;
  color: #ababab;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}
.faq-list details {
  border-bottom: 1px solid #e4e4e4;
}
.faq-list details:first-child {
  border-top: 1px solid #e4e4e4;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  padding: 24px 2px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary i {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  color: #999999;
  transition: transform 0.3s var(--ease);
}
.faq-list details[open] summary i {
  transform: rotate(45deg);
}
.faq-list details[data-faq-expanded="false"] summary i {
  transform: rotate(0deg);
}
.faq-answer {
  overflow: hidden;
}
body.motion-paused .faq-list summary i {
  transition: none;
}
.faq-list .faq-answer > p {
  font-size: 13px;
  color: #7b7b7b;
  padding: 0 30px 23px 2px;
}
.contact-section {
  background: #232323;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 108px 0 118px;
  color: #f8f8f8;
}
.contact-light {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("assets/atmosphere-yellow.webp") center/cover no-repeat;
  opacity: 0.08;
  mix-blend-mode: screen;
  transform: scale(1.2);
}
.contact-inner {
  text-align: center;
}
.contact-inner > span {
  font-size: 10px;
  letter-spacing: 1.4px;
  color: #b8b8b8;
}
.contact-inner h2 {
  font-size: clamp(35px, 4.3vw, 61px);
  line-height: 1.09;
  letter-spacing: -2.6px;
  margin: 28px 0 33px;
}
.contact-inner em {
  font-style: normal;
  color: #d3d3d3;
}
.contact-inner .button {
  min-width: 182px;
}
.site-footer {
  padding-top: 31px;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.site-footer p {
  font-size: 10px;
  color: #a0a0a0;
}
.site-footer > div {
  margin-left: auto;
  display: flex;
  gap: 27px;
  font-size: 11px;
  color: #737373;
}
.site-footer .brand span {
  font-size: 19px;
}
.site-footer .brand img {
  width: 34px;
  height: 34px;
}
.motion-toggle {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 35;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  background: #fffef7ed;
  backdrop-filter: blur(10px);
  color: #5f5f5f;
  padding: 10px 14px;
  font-size: 10px;
  box-shadow: 0 5px 20px #30303010;
}
.motion-toggle i {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
}
.motion-paused .typing-caret {
  opacity: 0;
}
.motion-paused * {
  animation-play-state: paused !important;
}
dialog {
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  padding: 0;
  width: min(710px, calc(100vw - 32px));
  max-height: calc(100dvh - 48px);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 40px 90px #1e1e1e50;
}
dialog::backdrop {
  background: #22222299;
  backdrop-filter: blur(5px);
}
.dialog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 24px;
  background: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 11px;
}
.dialog-content {
  padding: 35px 42px 45px;
}
.dialog-content > h2 {
  font-size: 36px;
  letter-spacing: -1.5px;
}
.dialog-content > p {
  font-size: 13px;
  color: #666;
  margin: 18px 0 27px;
}
.dialog-content .report-module {
  padding: 22px 0;
  grid-template-columns: 30px 1fr;
}
.dialog-content .report-module h4 {
  font-size: 17px;
}
.dialog-content .report-module p {
  font-size: 13px;
}
.dialog-content .report-module > i {
  width: 21px;
  height: 21px;
}

@media (min-width: 1550px) {
  .hero {
    min-height: 870px;
    padding-top: 145px;
  }
  .hero-grid {
    gap: 80px;
  }
  .hero-copy h1 {
    font-size: 72px;
  }
  .hero-console {
    min-height: 490px;
  }
  .hero-response > p {
    font-size: 14px;
    min-height: 135px;
  }
  .hero-proof {
    font-size: 12px;
  }
  .journey-canvas {
    height: 390px;
  }
}
@media (max-height: 850px) and (min-width: 851px) {
  .journey-sticky {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .journey .section-heading h2 {
    font-size: 35px;
  }
  .journey .section-heading {
    margin-bottom: 20px;
  }
  .journey .eyebrow {
    margin-bottom: 9px;
  }
  .journey-canvas {
    height: 320px;
  }
  .journey-nav button {
    padding: 13px 10px;
  }
  .journey-bottom {
    padding: 11px 16px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-grid {
    gap: 42px;
    grid-template-columns: 1fr 1fr;
  }
  .hero {
    padding-top: 93px;
    padding-bottom: 120px;
    min-height: 760px;
  }
  .hero-copy h1 {
    font-size: 54px;
    letter-spacing: -2.8px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .hero-proof {
    gap: 12px;
    font-size: 10px;
  }
  .hero-console {
    min-height: 440px;
  }
  .hero-response {
    padding: 20px;
    min-height: 209px;
  }
  .hero-response > p {
    font-size: 12px;
    min-height: 130px;
  }
  .console-top {
    padding: 14px 15px;
    flex-wrap: wrap;
  }
  .live-status {
    font-size: 8px;
  }
  .hero-report {
    right: -10px;
    font-size: 10px;
  }
  .hero-report strong {
    font-size: 10px;
  }
  .hero-sources {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-sources > div {
    gap: 5px;
    flex-wrap: wrap;
  }
  .hero-proof span:last-child {
    display: none;
  }
  .actions {
    gap: 18px;
  }
  .button {
    gap: 17px;
  }
  .text-link {
    font-size: 12px;
  }
  .desktop-nav {
    margin-right: 15px;
    gap: 22px;
  }
  .split {
    gap: 65px;
  }
  .feature-copy > p {
    font-size: 14px;
  }
  .context-grid {
    gap: 55px;
  }
  .context-grid h2 {
    font-size: 32px;
  }
  .section-pad {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .journey-sticky > .wrap {
    width: calc(100% - 64px);
  }
  .network-query {
    min-width: 195px;
  }
  .network-models {
    width: 215px;
  }
  .scene {
    padding-left: 30px;
    padding-right: 30px;
  }
  .scene-answers {
    gap: 12px;
  }
  .mini-answer {
    padding: 17px 15px;
  }
  .mini-answer > p {
    font-size: 11px;
  }
  .scene-network {
    padding-left: 5%;
    padding-right: 5%;
  }
  .patterns-body {
    gap: 40px;
    grid-template-columns: 0.75fr 1.2fr;
  }
  .matrix-scroll {
    max-width: 100%;
  }
  .pattern-matrix {
    min-width: 475px;
  }
  .pattern-matrix th {
    font-size: 9px;
    padding: 0 8px 20px;
  }
  .pattern-matrix td {
    padding: 19px 7px;
    font-size: 9px;
  }
  .matrix-state {
    font-size: 8px;
    padding: 5px;
  }
  .answer-card {
    padding: 25px;
  }
  .answer-card blockquote {
    font-size: 16px;
  }
  .report-paper {
    padding: 25px;
    min-height: 448px;
  }
  .source-layout {
    gap: 65px;
  }
  .source-quote {
    font-size: 20px;
  }
  .source-workspace {
    padding: 19px;
  }
  .source-document {
    padding: 20px;
  }
  .faq-section {
    gap: 70px;
  }
}
@media (max-width: 850px) {
  html {
    scroll-padding-top: 78px;
  }
  .wrap,
  .journey-sticky > .wrap {
    width: calc(100% - 48px);
  }
  .nav {
    height: 70px;
    gap: 18px;
  }
  .desktop-nav {
    gap: 18px;
    margin: 0 auto;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .brand span {
    font-size: 20px;
  }
  .brand img {
    width: 35px;
    height: 35px;
  }
  .nav-cta {
    font-size: 11px;
    gap: 8px;
    padding: 10px 15px;
    min-height: 40px;
  }
  .hero {
    padding: 70px 0 100px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 65px;
    max-width: 640px;
  }
  .hero-copy h1 {
    font-size: 67px;
    letter-spacing: -3.6px;
  }
  .hero-copy > p {
    max-width: 520px;
    font-size: 16px;
  }
  .hero-proof {
    font-size: 11px;
    margin-top: 27px;
  }
  .hero-proof span:last-child {
    display: inline-flex;
  }
  .hero-visual {
    max-width: 515px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-console {
    min-height: 444px;
  }
  .hero-response > p {
    font-size: 13px;
    min-height: 100px;
  }
  .hero-response {
    min-height: 184px;
  }
  .hero-report {
    bottom: 30px;
    right: -10px;
  }
  .hero-report strong {
    font-size: 12px;
  }
  .hero-sources {
    padding-bottom: 23px;
  }
  .floating-provider {
    font-size: 11px;
  }
  .query-bar {
    font-size: 12px;
  }
  .console-top {
    font-size: 11px;
  }
  .live-status {
    font-size: 9px;
  }
  .context-section {
    padding: 80px 0;
  }
  .context-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .context-grid h2 {
    font-size: 38px;
  }
  .context-grid p {
    max-width: 530px;
  }
  .question-ribbon {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 22px 0;
    margin-top: 35px;
  }
  .question-ribbon span:nth-child(2) {
    border: 0;
  }
  .journey {
    height: auto !important;
    padding: 70px 0;
  }
  .journey-sticky {
    position: static;
    padding: 0;
    min-height: 0;
  }
  .section-heading {
    gap: 25px;
    align-items: flex-start;
    flex-direction: column;
  }
  .journey .section-heading {
    margin-bottom: 30px;
  }
  .journey .section-heading h2 {
    font-size: 40px;
  }
  .section-heading > p {
    font-size: 14px;
  }
  .journey-nav button {
    padding: 15px 5px;
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
  }
  .journey-nav button > span {
    font-size: 9px;
  }
  .journey-canvas {
    height: 365px;
  }
  .scene {
    padding: 30px 22px 60px;
  }
  .scene-note {
    font-size: 10px;
    bottom: 18px;
  }
  .large-question {
    min-width: 0;
    width: min(100%, 480px);
    font-size: 23px;
    padding: 22px;
    gap: 14px;
  }
  .scene-network {
    padding-left: 25px;
    padding-right: 25px;
    gap: 24px;
  }
  .network-query {
    min-width: 160px;
    padding: 16px 12px;
    font-size: 11px;
    gap: 8px;
  }
  .network-query strong {
    font-size: 9px;
  }
  .network-models {
    width: 190px;
  }
  .network-provider {
    padding: 13px;
    font-size: 10px;
  }
  .network-hub {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }
  .network-hub img {
    width: 51px;
    height: 51px;
  }
  .scene-answers {
    gap: 9px;
  }
  .mini-answer {
    padding: 15px 12px;
  }
  .mini-answer > div {
    font-size: 10px;
    gap: 6px;
  }
  .mini-answer > div img {
    width: 15px;
    height: 15px;
  }
  .mini-answer p {
    font-size: 10px;
    line-height: 1.9;
  }
  .mini-answer > span {
    font-size: 8px;
    gap: 4px;
  }
  .journey-bottom {
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 14px;
  }
  .journey-bottom .scroll-hint {
    display: none;
  }
  .evidence-response,
  .evidence-document {
    padding: 19px;
  }
  .evidence-response > p {
    font-size: 17px;
  }
  .evidence-document h3 {
    font-size: 15px;
  }
  .evidence-document > p {
    font-size: 10px;
  }
  .scene-report {
    gap: 35px;
  }
  .journey-report {
    max-width: 310px;
    padding: 20px;
  }
  .report-orbit > span {
    font-size: 10px;
    padding: 12px;
  }
  .report-orbit {
    gap: 13px;
  }
  .section-pad {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .split {
    gap: 65px;
    grid-template-columns: 1fr;
    max-width: 640px;
  }
  .feature-copy h2 {
    font-size: 46px;
    letter-spacing: -2.1px;
  }
  .feature-copy > p {
    font-size: 15px;
    max-width: 490px;
  }
  .answer-stack {
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  .answer-card blockquote {
    font-size: 19px;
    min-height: 100px;
  }
  .answer-card {
    padding: 30px;
  }
  .source-layout .source-workspace {
    order: 2;
  }
  .source-workspace {
    padding: 25px;
  }
  .source-document {
    padding: 25px;
  }
  .source-quote {
    font-size: 23px;
  }
  .source-document > p {
    font-size: 13px;
  }
  .human-note p {
    font-size: 11px;
  }
  .patterns-section .section-heading {
    margin-bottom: 30px;
  }
  .patterns-body {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .pattern-reading {
    max-width: 590px;
  }
  .pattern-reading h3 {
    font-size: 29px;
    max-width: 410px;
  }
  .pattern-reading > p {
    font-size: 14px;
  }
  .pattern-legend {
    margin-top: 20px;
  }
  .pattern-matrix {
    min-width: 580px;
  }
  .pattern-matrix td {
    padding: 24px 14px;
    font-size: 11px;
  }
  .matrix-state {
    font-size: 10px;
    padding: 7px 8px;
  }
  .pattern-matrix th {
    font-size: 10px;
    padding-bottom: 20px;
  }
  .report-stage {
    max-width: 455px;
    margin: auto;
    width: 100%;
  }
  .report-paper {
    padding: 33px;
    min-height: 475px;
  }
  .report-paper h3 {
    font-size: 42px;
  }
  .report-module h4 {
    font-size: 12px;
  }
  .report-module p {
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq-list summary {
    font-size: 15px;
  }
  .contact-section {
    padding: 85px 0 95px;
  }
  .contact-inner h2 {
    font-size: 47px;
    letter-spacing: -2px;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-bottom: 70px;
  }
  .site-footer > div {
    margin-left: 0;
  }
  .site-footer p {
    margin-left: auto;
  }
  .site-footer > div {
    width: 100%;
    gap: 25px;
  }
  .motion-toggle {
    right: 14px;
    bottom: 12px;
    padding: 9px 11px;
    font-size: 9px;
  }
}
@media (max-width: 600px) {
  .wrap,
  .journey-sticky > .wrap {
    width: calc(100% - 40px);
  }
  .desktop-nav {
    display: none;
  }
  .nav {
    gap: 10px;
  }
  .nav-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: grid;
    width: 33px;
    height: 33px;
  }
  .brand span {
    font-size: 18px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .hero {
    padding-top: 52px;
    padding-bottom: 83px;
  }
  .hero-grid {
    gap: 54px;
  }
  .hero-copy h1 {
    font-size: 46px;
    letter-spacing: -2.65px;
    line-height: 1.05;
  }
  .hero-copy > p {
    font-size: 15px;
    margin-top: 24px;
    max-width: 370px;
  }
  .actions {
    gap: 18px;
  }
  .actions .button {
    padding: 13px 18px;
    min-height: 49px;
    font-size: 13px;
    gap: 20px;
  }
  .text-link {
    font-size: 11px;
    gap: 7px;
  }
  .text-link i {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
  .hero-proof {
    gap: 14px;
    margin-top: 26px;
    font-size: 10px;
  }
  .hero-proof span:last-child {
    display: none;
  }
  .hero-visual {
    padding-top: 27px;
    width: calc(100% - 5px);
  }
  .hero-console {
    transform: rotate(0.7deg);
    border-radius: 13px;
    min-height: 444px;
  }
  .floating-provider {
    font-size: 8px;
    padding: 8px 9px;
    gap: 5px;
  }
  .floating-provider img {
    width: 13px;
    height: 13px;
  }
  .provider-a {
    left: -5px;
    top: 2px;
  }
  .provider-b {
    left: 33%;
    top: -8px;
  }
  .provider-c {
    right: -5px;
    top: 3px;
  }
  .console-top {
    padding: 13px 14px;
    font-size: 9px;
    gap: 7px;
    flex-wrap: nowrap;
  }
  .console-top > span:first-child {
    gap: 4px;
  }
  .console-top i {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
  .live-status {
    font-size: 7px;
    padding: 5px 6px;
  }
  .query-bar {
    margin: 17px 16px 0;
    padding: 11px 10px;
    font-size: 9px;
    gap: 6px;
    min-height: 46px;
  }
  .query-bar > i {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }
  .hero-response {
    padding: 20px 19px 16px;
    min-height: 224px;
  }
  .response-heading {
    font-size: 10px;
    gap: 6px;
  }
  .response-heading > span:last-child {
    font-size: 8px;
  }
  .hero-response > p {
    font-size: 12px;
    min-height: 145px;
    line-height: 1.9;
  }
  .hero-sources {
    padding: 0 19px 19px;
  }
  .hero-sources > div > span {
    font-size: 8px;
    padding: 6px;
    gap: 4px;
  }
  .hero-result {
    padding: 15px 18px;
  }
  .hero-result strong {
    font-size: 10px;
  }
  .hero-result div > span {
    font-size: 8px;
  }
  .hero-report {
    bottom: 22px;
    right: -5px;
    padding: 12px 13px;
    gap: 9px;
    border-radius: 8px;
    max-width: 260px;
  }
  .hero-report strong {
    font-size: 9px;
  }
  .hero-report > i:first-child {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
  .hero-report span {
    font-size: 8px;
  }
  .hero-report > i:last-child {
    width: 12px;
    height: 12px;
  }
  .demo-controls {
    margin-top: 32px;
    font-size: 9px;
    gap: 12px;
  }
  .demo-controls button {
    font-size: 9px;
  }
  .hero:after {
    height: 35px;
  }
  .context-section {
    padding: 64px 0;
  }
  .context-grid h2 {
    font-size: 29px;
    letter-spacing: -1.4px;
    line-height: 1.18;
  }
  .context-grid p {
    font-size: 14px;
  }
  .question-ribbon {
    margin-top: 29px;
    gap: 20px 0;
  }
  .question-ribbon span {
    font-size: 9px;
  }
  .journey {
    padding: 65px 0;
  }
  .journey .section-heading h2 {
    font-size: 32px;
    letter-spacing: -1.5px;
  }
  .section-heading > p {
    font-size: 13px;
  }
  .journey-nav button {
    font-size: 8px;
    padding: 13px 3px;
    gap: 6px;
  }
  .journey-nav button > span {
    font-size: 8px;
  }
  .journey-shell {
    border-radius: 10px;
  }
  .journey-canvas {
    height: 470px;
  }
  .scene {
    padding: 25px 16px 63px;
  }
  .scene-question {
    gap: 28px;
  }
  .scene-kicker {
    font-size: 10px;
    text-align: center;
  }
  .large-question {
    font-size: 17px;
    letter-spacing: -0.4px;
    padding: 17px 12px;
    gap: 9px;
    line-height: 1.4;
  }
  .large-question > i {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }
  .send-disc {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }
  .send-disc i {
    width: 14px;
    height: 14px;
  }
  .query-options {
    gap: 5px;
  }
  .query-options span {
    font-size: 8px;
    padding: 7px 8px;
  }
  .scene-note {
    font-size: 9px;
    bottom: 22px;
    left: 20px;
    right: 20px;
    line-height: 1.6;
  }
  .scene-network {
    flex-direction: column;
    gap: 24px;
    padding: 28px 14px 64px;
  }
  .network-query {
    padding: 11px 15px;
    min-width: 200px;
    font-size: 11px;
    gap: 11px;
  }
  .network-query strong {
    font-size: 9px;
  }
  .network-query > i {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
  .network-hub {
    width: 47px;
    height: 47px;
    border-radius: 14px;
    margin: 5px 0;
  }
  .network-hub img {
    width: 42px;
    height: 42px;
  }
  .network-models {
    display: flex;
    width: 100%;
    gap: 7px;
  }
  .network-provider {
    flex: 1;
    min-width: 0;
    padding: 12px 4px;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 8px;
  }
  .network-provider img {
    width: 20px;
    height: 20px;
  }
  .network-provider small {
    font-size: 7px;
    line-height: 1.5;
    min-height: 22px;
    max-width: 83px;
  }
  .network-provider > i {
    width: 11px;
    height: 11px;
    flex-basis: 11px;
    margin: 0;
  }
  .scene-answers {
    flex-direction: column;
    padding-top: 20px;
    gap: 9px;
  }
  .mini-answer {
    padding: 11px 12px;
    min-height: 0;
    display: block;
  }
  .mini-answer > div {
    font-size: 9px;
    gap: 7px;
  }
  .mini-answer > div img {
    width: 13px;
    height: 13px;
  }
  .mini-answer > p {
    font-size: 9px;
    line-height: 1.6;
    margin-top: 7px;
  }
  .mini-answer > span {
    font-size: 7px;
    padding-top: 6px;
    margin: 0;
  }
  .mini-answer > span i {
    width: 9px;
    height: 9px;
    flex-basis: 9px;
  }
  .scene-evidence {
    flex-direction: column;
    gap: 9px;
    padding-top: 20px;
  }
  .evidence-response,
  .evidence-document {
    max-width: none;
    width: 100%;
    min-height: 0;
    padding: 15px;
    flex: 0 0 auto;
  }
  .evidence-response > p {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 11px;
  }
  .doc-kicker {
    font-size: 8px;
  }
  .source-badge {
    font-size: 8px;
    padding: 5px 7px;
  }
  .evidence-bridge {
    height: 14px;
    transform: rotate(90deg);
  }
  .evidence-bridge i {
    width: 14px;
    height: 14px;
  }
  .doc-browser {
    font-size: 8px;
    padding-bottom: 9px;
  }
  .evidence-document h3 {
    font-size: 15px;
    margin: 11px 0 8px;
  }
  .evidence-document > p {
    font-size: 9px;
    line-height: 1.75;
  }
  .review-chip {
    font-size: 8px;
    margin-top: 10px;
  }
  .review-chip i {
    width: 11px;
    height: 11px;
    flex-basis: 11px;
  }
  .scene-report {
    flex-direction: column;
    gap: 25px;
    padding-top: 24px;
  }
  .report-orbit {
    flex-direction: row;
    gap: 5px;
    align-items: center;
  }
  .report-orbit > span {
    font-size: 7px;
    padding: 7px 8px;
    gap: 4px;
    border-radius: 5px;
    white-space: nowrap;
  }
  .report-orbit i {
    width: 11px;
    height: 11px;
    flex-basis: 11px;
  }
  .journey-report {
    width: 260px;
    padding: 17px 21px;
  }
  .journey-report h3 {
    font-size: 21px;
  }
  .journey-bottom {
    font-size: 8px;
    line-height: 1.5;
    padding: 12px;
    gap: 7px;
  }
  .journey-bottom > span:first-child {
    max-width: 195px;
  }
  .section-pad {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .split {
    gap: 43px;
  }
  .feature-copy h2 {
    font-size: 36px;
    letter-spacing: -1.75px;
  }
  .feature-copy > p {
    font-size: 14px;
    margin-top: 23px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.1px;
    margin-bottom: 19px;
  }
  .provider-switch {
    margin-top: 24px;
    gap: 6px;
  }
  .provider-switch button {
    font-size: 10px;
    padding: 10px 12px;
  }
  .provider-switch img {
    width: 14px;
    height: 14px;
  }
  .small-muted {
    font-size: 10px;
  }
  .answer-stack {
    width: calc(100% - 12px);
    padding: 13px 6px;
  }
  .answer-card {
    padding: 23px;
    min-height: 350px;
    border-radius: 12px;
  }
  .answer-card .response-heading {
    font-size: 10px;
  }
  .answer-card .response-heading img {
    width: 18px;
    height: 18px;
  }
  .answer-card .response-heading > span:last-child {
    font-size: 8px;
  }
  .stack-question {
    padding: 12px;
    font-size: 10px;
    margin-top: 18px;
  }
  .answer-card blockquote {
    font-size: 16px;
    line-height: 1.8;
    margin: 21px 0;
    min-height: 115px;
  }
  .reading-note p {
    font-size: 10px;
  }
  .reading-note > i {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  .ghost-back {
    transform: rotate(5deg) translate(3px, -6px);
  }
  .ghost-mid {
    transform: rotate(-3deg) translate(-3px, 5px);
  }
  .patterns-section .section-heading h2 {
    font-size: 36px;
    letter-spacing: -1.75px;
  }
  .pattern-controls {
    gap: 6px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .pattern-controls button {
    font-size: 10px;
    padding: 10px 11px;
  }
  .pattern-controls > span {
    width: 100%;
    margin: 7px 0 0;
    font-size: 9px;
  }
  .patterns-body {
    margin-top: 30px;
    gap: 30px;
  }
  .pattern-reading h3 {
    font-size: 26px;
    letter-spacing: -0.8px;
    max-width: 330px;
  }
  .pattern-reading > p {
    font-size: 13px;
  }
  .pattern-matrix {
    min-width: 520px;
  }
  .pattern-matrix td {
    font-size: 10px;
    padding: 18px 9px;
  }
  .pattern-matrix th {
    font-size: 9px;
  }
  .matrix-state {
    font-size: 9px;
  }
  .pattern-legend {
    font-size: 8px;
  }
  .source-workspace {
    padding: 17px;
    border-radius: 12px;
  }
  .source-top {
    font-size: 10px;
  }
  .source-top > span {
    font-size: 8px;
  }
  .source-quote {
    font-size: 21px;
    margin: 22px 0;
  }
  .source-tabs {
    gap: 6px;
  }
  .source-tabs button {
    font-size: 8px;
    padding: 10px 9px;
  }
  .source-document {
    padding: 19px;
  }
  .source-url {
    font-size: 8px;
  }
  .source-document h3 {
    font-size: 16px;
  }
  .source-document > p {
    font-size: 11px;
  }
  .human-note p {
    font-size: 10px;
  }
  .clean-list {
    gap: 15px;
    margin-top: 25px;
  }
  .clean-list li {
    font-size: 11px;
  }
  .report-options {
    gap: 6px;
  }
  .report-options button {
    font-size: 9px;
    padding: 10px;
  }
  .report-stage {
    padding: 0 12px 0 8px;
    max-width: 355px;
  }
  .report-paper {
    padding: 23px;
    min-height: 431px;
  }
  .report-paper h3 {
    font-size: 37px;
    margin-top: 22px;
  }
  .report-paper .report-brand {
    font-size: 10px;
  }
  .report-paper .report-brand > span {
    font-size: 7px;
  }
  .paper-back {
    inset: 0 12px 0 8px;
  }
  .paper-subtitle {
    font-size: 10px;
  }
  .report-module h4 {
    font-size: 11px;
  }
  .report-module p {
    font-size: 10px;
  }
  .faq-section {
    gap: 32px;
  }
  .faq-list summary {
    font-size: 13px;
    padding: 21px 0;
    line-height: 1.6;
  }
  .faq-list .faq-answer > p {
    font-size: 12px;
  }
  .contact-section {
    padding: 78px 0 85px;
  }
  .contact-inner > span {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .contact-inner h2 {
    font-size: 35px;
    letter-spacing: -1.7px;
    line-height: 1.13;
    margin: 24px 0 29px;
  }
  .site-footer {
    gap: 18px;
    padding-top: 26px;
    padding-bottom: 70px;
  }
  .site-footer .brand span {
    font-size: 17px;
  }
  .site-footer p {
    font-size: 8px;
  }
  .site-footer > div {
    font-size: 10px;
    gap: 25px;
  }
  .motion-toggle {
    font-size: 8px;
    padding: 9px 11px;
    gap: 6px;
  }
  .motion-toggle i {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
  .dialog-content {
    padding: 29px 25px 35px;
  }
  .dialog-content > h2 {
    font-size: 30px;
  }

  .dialog-content > p {
    font-size: 12px;
  }
  .dialog-toolbar {
    padding: 10px 16px;
  }
  .dialog-content .report-module h4 {
    font-size: 15px;
  }
  .dialog-content .report-module p {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-atmosphere {
    will-change: auto;
  }
  .button,
  .text-link i,
  .button i,
  .faq-list summary i {
    transition: none;
  }
}

/* Explanatory details stay readable while the artifacts carry the story. */
.scene-note,
.scene-kicker,
.network-provider small,
.network-query strong,
.query-options span,
.doc-kicker,
.doc-browser,
.source-url,
.source-top > span,
.human-note p,
.paper-subtitle,
.report-module p,
.report-brand > span,
.paper-foot,
.response-heading > span:last-child,
.hero-sources > span,
.journey-nav button > span,
.journey-bottom,
.report-summary p,
.site-footer p,
.reading-note p,
.mini-answer > span,
.evidence-document > p {
  color: #626262;
}
.matrix-state.ausente {
  color: #b3b3b3;
}
.review-chip {
  padding: 10px 11px;
  background: #f5f5f5;
  border-radius: 7px;
  line-height: 1.6;
  color: #5f5f5f;
}
.paper-foot {
  font-size: 9px;
}
.path-packet {
  opacity: 0;
}
.question-ribbon span,
.reading-note > div > span,
.source-document > p,
.faq-list .faq-answer > p {
  color: #626262;
}
.eyebrow,
.question-ribbon span.active {
  color: #636363;
}
.journey-nav button[aria-pressed="true"] > span {
  color: #656565;
}
@media (min-width: 851px) {
  .journey-canvas {
    height: 390px;
  }
  .journey-nav button {
    font-size: 13px;
    padding: 18px 12px;
  }
  .journey-bottom,
  .scene-note {
    font-size: 11px;
  }
  .network-query {
    min-width: 250px;
    padding: 23px;
    font-size: 17px;
  }
  .network-query strong {
    font-size: 12px;
  }
  .network-models {
    width: 280px;
  }
  .network-provider {
    padding: 19px;
    font-size: 14px;
  }
  .network-provider small {
    font-size: 11px;
  }
  .network-provider img {
    width: 27px;
    height: 27px;
  }
  .network-hub {
    width: 92px;
    height: 92px;
    border-radius: 28px;
  }
  .network-hub img {
    width: 76px;
    height: 76px;
  }
  .hero-response > p {
    font-size: 15px;
  }
  .hero-response {
    min-height: 224px;
  }
  .scene-answers {
    padding: 28px 30px 60px;
  }
  .mini-answer {
    padding: 24px;
  }
  .mini-answer > div {
    font-size: 13px;
  }
  .mini-answer > p {
    font-size: 14px;
    line-height: 1.85;
    color: #565656;
  }
  .mini-answer > span {
    font-size: 11px;
    color: #626262;
  }
  .evidence-response,
  .evidence-document {
    max-width: 425px;
    min-height: 250px;
  }
  .evidence-response > p {
    font-size: 22px;
  }
  .evidence-document > p {
    font-size: 13px;
  }
  .review-chip,
  .source-badge,
  .doc-browser,
  .doc-kicker {
    font-size: 11px;
  }
  .journey-report {
    width: 375px;
    padding: 24px 30px;
  }
  .journey-report h3 {
    font-size: 25px;
  }
  .report-summary > span,
  .report-summary p {
    font-size: 11px;
  }
  .pattern-matrix td {
    font-size: 12px;
  }
  .pattern-matrix th,
  .matrix-state {
    font-size: 11px;
  }
  .report-module h4 {
    font-size: 13px;
  }
  .report-module p {
    font-size: 12px;
  }
  .report-paper {
    min-height: 485px;
  }
  body[data-motion="reduced"] .journey {
    height: auto;
  }
  body[data-motion="reduced"] .journey-sticky {
    position: static;
    min-height: 0;
    padding: 75px 0;
  }
}
@media (min-width: 851px) and (max-height: 850px) {
  .journey-canvas {
    height: 340px;
  }
  .mini-answer {
    padding: 18px;
  }
  .mini-answer > p {
    font-size: 12px;
  }
  .journey-report {
    padding: 16px 25px;
  }
  .journey-report h3 {
    font-size: 22px;
  }
}
