:root {
  --paper: #fff;
  --ink: #1a1a1c;
  --muted: #636369;
  --subtle: #818186;
  --line: #dedee0;
  --soft: #f6f6f4;
  --purple: #6428ab;
  --purple-light: #c5a8ee;
  --stage: #1b1c20;
  --stage-line: #414249;
  --page: 1232px;
  --content-gap: clamp(32px, 5vw, 80px);
  color-scheme: light;
  scroll-padding-top: 102px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    400 17px/1.6 "IBM Plex Sans",
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: "Readex Pro", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.16;
}
h1 {
  font-size: clamp(40px, 5.1vw, 72px);
}
h2 {
  font-size: clamp(30px, 3.1vw, 44px);
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 19px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  background: none;
}
img,
svg {
  display: block;
}
img {
  max-width: 100%;
}
button:disabled {
  cursor: default;
}
a,
button,
summary,
input,
textarea {
  outline-offset: 5px;
}
:focus-visible {
  outline: 2px solid var(--purple);
}
[hidden] {
  display: none !important;
}
.icon {
  width: 22px;
  height: 22px;
  flex: none;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 20px;
  top: -100px;
  padding: 12px 20px;
  background: white;
  border: 2px solid var(--purple);
}
.skip-link:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.access-form fieldset {border: 0; padding: 0; margin: 0; min-width: 0;}
html:not(.js) .requires-js {
  display: none !important;
}
html:not(.js) .report-tabs,
html:not(.js) .feed-sidebar > button {
  display: none;
}
html:not(.js) [data-report-panel][hidden] {
  display: block !important;
  border-top: 1px solid var(--line);
}
.legacy-anchor {
  scroll-margin-top: 110px;
}
.js .no-js-only {
  display: none !important;
}
.actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 13px 24px;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.button .icon {
  width: 18px;
  height: 18px;
}
/* One primary treatment across navigation, page actions and closing CTAs. */
.button-primary,
.button-dark {
  color: white;
  border: 1px solid #252527;
  background: linear-gradient(180deg, #343436, #202023);
  box-shadow:
    inset 0 1px 0 #ffffff40,
    0 2px 2px #15151520,
    0 4px 8px #15151508;
}
.button-primary:hover,
.button-dark:hover {
  background: linear-gradient(180deg, #444447, #29292c);
  box-shadow:
    inset 0 1px 0 #ffffff40,
    0 4px 10px #15151520;
  transform: translateY(-1px);
}
.button-primary > .icon,
.button-dark > .icon {
  color: #cbb0f2;
}
.button-secondary {
  background: white;
  border-color: #d3d3d7;
  box-shadow: 0 2px 2px #1616240c;
}
.button-secondary:hover {
  background: var(--soft);
  border-color: #aaaab3;
}
.button-light {
  background: white;
  color: var(--ink);
  box-shadow: 0 2px 3px #0002;
}
.button-light:hover {
  background: #f0eaf8;
  transform: translateY(-1px);
}
.button:active {
  transform: translateY(1px);
  box-shadow: none;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 15px;
  padding: 9px 0;
  border-bottom: 1px solid #bdbdc4;
  width: fit-content;
  transition:
    color 0.15s,
    border-color 0.15s;
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.text-link:hover {
  color: var(--purple);
  border-color: var(--purple);
}
.text-link:hover .icon {
  transform: translateX(3px);
}
.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffffed;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  max-width: 1440px;
  margin: auto;
  height: 86px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}
.brand {
  display: block;
  flex: none;
}
.brand img {
  width: 200px;
  height: auto;
}
.masthead nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-link,
summary {
  font-size: 15px;
}
.nav-link {
  padding: 20px 0;
}
.nav-link:hover,
.nav-link[aria-current] {
  color: var(--purple);
}
.nav-dropdown summary {
  display: flex;
  gap: 7px;
  align-items: center;
  list-style: none;
  padding: 20px 0;
  cursor: pointer;
}
.nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown summary .icon {
  height: 16px;
  width: 16px;
  transition: transform 0.2s;
}
.nav-dropdown[open] summary {
  color: var(--purple);
}
.nav-dropdown[open] summary .icon {
  transform: rotate(180deg);
}
.mega-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 24px;
  right: 24px;
  background: white;
  box-shadow: 0 24px 40px #18152512;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 32px;
  display: grid;
  gap: 36px;
  max-height: calc(100dvh - 110px);
  overflow-y: auto;
}
.platform-menu {
  grid-template-columns: 1fr 280px;
}
.menu-link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.menu-link-grid > a {
  display: flex;
  gap: 17px;
  padding: 17px 12px;
  border-radius: 4px;
}
.menu-link-grid > a:hover,
.menu-solution-grid > a:hover {
  background: var(--soft);
}
.menu-link-grid > a > .icon {
  color: var(--purple);
  margin-top: 2px;
}
.menu-link-grid strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.menu-link-grid small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 5px;
  max-width: 230px;
}
.menu-feature {
  background: var(--stage);
  color: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 234px;
  overflow: hidden;
  border-radius: 4px;
}
.mini-world {
  position: absolute;
  inset: 12% -35% 0 5%;
  background: url("/assets/launch/world-land.svg") center/cover;
  filter: invert(1);
  opacity: 0.11;
  transform: rotate(-12deg);
}
.menu-feature > span:not(.mini-world) {
  position: relative;
  font:
    400 24px/1.25 "Readex Pro",
    sans-serif;
  letter-spacing: -0.04em;
  margin-top: auto;
}
.menu-feature > small {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: #d2d2d7;
  margin-top: 20px;
}
.menu-feature > small .icon {
  width: 16px;
  height: 16px;
}
.solutions-menu {
  left: auto;
  width: min(920px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr);
}
.menu-label {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
}
.menu-solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 20px;
  margin-bottom: 18px;
}
.menu-solution-grid > a {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  min-height: 56px;
  padding: 10px;
  border-radius: 4px;
}
.menu-solution-grid > a > .icon:first-child {
  color: var(--purple);
  width: 20px;
}
.menu-solution-grid > a > .icon:last-child {
  margin-left: auto;
  width: 16px;
}
.menu-toggle {
  display: none !important;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 12px;
}
.js .menu-toggle {
  display: none !important;
}
.hero {
  text-align: center;
  max-width: 900px;
  margin: auto;
  padding: 76px 24px 64px;
}
.hero h1 {
  font-size: clamp(42px, 5.25vw, 74px);
  line-height: 1.08;
  letter-spacing: -0.052em;
}
.hero p {
  font-size: 20px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 640px;
  margin: 23px auto 0;
}
.hero .actions {
  justify-content: center;
  margin-top: 30px;
}
.section {
  max-width: var(--page);
  margin: auto;
  padding: 88px 0;
}
.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--content-gap);
  align-items: start;
  margin-bottom: 42px;
}
.section-intro > div {
  max-width: 490px;
}
.section-intro p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.section-intro .text-link {
  margin-top: 14px;
}
.page-intro {
  max-width: var(--page);
  margin: auto;
  padding: 73px 0 60px;
}
/* Adjacent white sections share one interval, rather than adding both paddings. */
main > .page-intro + .section,
main > .section + .section:not(.related) {
  padding-top: 0;
}
.page-intro h1 {
  max-width: 1050px;
}
.page-intro > p {
  color: var(--muted);
  max-width: 670px;
  font-size: 20px;
  margin-top: 24px;
  line-height: 1.65;
}
.page-intro > p:empty {
  display: none;
}
.page-intro.is-centered {
  text-align: center;
}
.page-intro.is-centered h1,
.page-intro.is-centered p {
  margin-left: auto;
  margin-right: auto;
}
.page-intro.is-centered .actions {
  justify-content: center;
}
.back-link {
  display: inline-block;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 25px;
}
.back-link:hover {
  color: var(--purple);
}
.product-first {
  padding-top: 0;
}
.soft-section {
  background: var(--soft);
  max-width: none;
  padding: 80px max(32px, calc((100vw - var(--page)) / 2));
}
.product-bar { padding: 16px 22px; background: #f7f7f6; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 14px; }
.product-bar > span { display: flex; align-items: center; gap: 10px; }
.product-bar > .preview-note { color: var(--muted); font-size: 14px; }
.product-bar .icon { width: 17px; height: 17px; }
.feed-demo {
  border: 1px solid #d7d7dc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 9px 25px #20203005;
}
.feed-layout {
  display: grid;
  grid-template-columns: 218px 1fr;
}
.feed-sidebar {
  border-right: 1px solid var(--line);
  padding: 27px 18px;
  background: #fbfbfa;
}
.feed-sidebar > span,
.feed-watch > span {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin: 0 10px 15px;
}
.feed-sidebar > button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  text-align: left;
  padding: 12px 10px;
  min-height: 43px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 5px;
}
.feed-sidebar > button .icon {
  width: 16px;
  height: 16px;
}
.feed-sidebar > button.is-active {
  background: #efeaf6;
  border-color: #e2d7f0;
  color: #5e2c96;
}
.feed-sidebar > button:hover {
  background: #f0edf4;
}
.feed-watch {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 23px;
}
.feed-watch p {
  font-size: 12px;
  color: var(--muted);
  margin: 13px 10px;
}
.feed-content {
  padding: 25px 32px 5px;
  min-width: 0;
}
.feed-content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--line);
}
.feed-content-heading h3 {
  font-size: 22px;
  letter-spacing: -0.025em;
}
.feed-content-heading > span {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
.feed-content-heading {flex-wrap: wrap; row-gap: 8px;}
.feed-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.feed-item:last-child {
  border-bottom: 0;
}
.finding-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #62616b;
  font-size: 11px;
  margin-bottom: 12px;
}
.finding-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9169b9;
  display: inline-block;
}
.finding-dot.neutral {
  background: #6e7480;
}
.opportunity .finding-dot {
  background: #5d786c;
}
.feed-item h4 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  max-width: 720px;
}
.feed-item p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 11px;
  max-width: 690px;
}
.feed-path {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  flex-wrap: wrap;
}
.feed-path span,
.feed-path strong {
  font-size: 12px;
  font-weight: 400;
  background: #f6f5f8;
  padding: 6px 10px;
  border-radius: 3px;
}
.feed-path strong {
  background: #eee8f5;
  color: #582b86;
}
.feed-path .icon {
  width: 14px;
  height: 14px;
  color: #9e94ad;
}
.feed-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-top: 16px;
}
.feed-item-bottom > span {
  font-size: 11px;
  color: var(--muted);
  max-width: 310px;
}
.feed-item .text-link {
  font-size: 12px;
  margin-top: 10px;
}
.feed-item-bottom .text-link {
  flex: none;
}
.feed-compact h4 {
  font-size: 19px;
}
.home-feed .feed-compact {
  display: none;
}
.alert-preview {
  border-top: 1px solid var(--line);
  padding: 21px 28px;
  background: #faf9fb;
  display: flex;
  gap: 18px;
  align-items: center;
}
.alert-symbol {
  color: var(--purple);
  padding: 11px;
  border: 1px solid #e4d8f0;
  border-radius: 8px;
  background: #f2ecf8;
}
.alert-symbol .icon {
  width: 20px;
  height: 20px;
}
.alert-preview strong {
  font-weight: 500;
  font-size: 15px;
}
.alert-preview p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
  max-width: 850px;
}
.alert-preview > span {
  font-size: 11px;
  color: var(--muted);
  margin-left: auto;
  white-space: nowrap;
}
.home-analysis {
  border-top: 1px solid var(--line);
}
.assessment-demo {
  border: 1px solid #d7d7dc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  scroll-margin-top: 104px;
}
.report-tabs {
  display: flex;
  padding: 0 26px;
  border-bottom: 1px solid var(--line);
  gap: 28px;
}
.report-tabs button {
  padding: 17px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  min-height: 54px;
  white-space: nowrap;
}
.report-tabs button[aria-selected="true"] {
  border-color: var(--purple);
  color: var(--purple);
}
.report-panel {
  padding: 34px 38px 30px;
  min-height: 366px;
}
.report-panel > h3 {
  font-size: 31px;
  max-width: 900px;
  letter-spacing: -0.035em;
  line-height: 1.25;
}
.report-lead {
  margin-top: 15px;
  color: var(--muted);
  font-size: 15px;
}
.report-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 31px;
}
.report-columns h4 {
  font:
    500 14px "IBM Plex Sans",
    sans-serif;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.report-columns p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}
.report-implication {
  border-left: 2px solid #ad85d4;
  padding-left: 25px;
}
.report-implication p {
  color: var(--ink);
}
.report-unknown {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin-top: 27px;
}
.report-unknown .icon {
  width: 16px;
  height: 16px;
}
.evidence-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 20px;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}
.evidence-row > span:first-child {
  font-size: 15px;
}
.evidence-row > span:nth-child(2) {
  font-size: 11px;
  color: var(--muted);
}
.evidence-row p {
  font-size: 13px;
  color: var(--muted);
  grid-column: 1/-1;
}
.agent-question {
  padding: 20px 28px;
  background: #f7f7f6;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 25px;
  align-items: center;
}
.agent-question > span {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}
.agent-question .icon {
  width: 18px;
  height: 18px;
}
.agent-question > button {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  padding: 14px 17px;
  background: white;
  border: 1px solid #d5cce0;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
  min-height: 48px;
}
.agent-question > button:hover {
  border-color: var(--purple);
}
.agent-question > button .icon {
  color: var(--purple);
}
.agent-answer {
  padding: 30px 38px;
  display: flex;
  gap: 22px;
  border-top: 1px solid var(--line);
}
.answer-mark {
  color: var(--purple);
  padding-top: 3px;
}
.agent-answer h4 {
  font-size: 23px;
}
.agent-answer p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 13px;
  max-width: 850px;
}
.agent-answer .text-link {
  margin-top: 14px;
  font-size: 13px;
}
.context-section {
  border-top: 1px solid var(--line);
}
.context-demo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--soft);
  border: 1px solid #e3e3e0;
  border-radius: 6px;
  overflow: hidden;
}
.context-inputs {
  padding: 33px 38px;
}
.context-inputs h3 {
  font-size: 21px;
  margin-bottom: 22px;
}
.context-inputs > div {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 15px 0;
  border-top: 1px solid #dddde0;
}
.context-inputs > div .icon {
  color: #6d6578;
}
.context-inputs > div > span {
  font-size: 15px;
}
.context-inputs small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.context-inputs .button {
  display: inline-flex !important;
  margin-top: 18px;
  font-size: 13px;
  min-height: 44px;
  padding: 11px 18px;
}
.context-result {
  border-left: 1px solid #dddde0;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.context-world {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 19px;
}
.context-result h3 {
  font-size: 30px;
  line-height: 1.25;
}
.context-result > p:not(.context-private) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  max-width: 420px;
}
.context-relevance {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 25px;
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.context-progress {
  display: flex;
  gap: 4px;
}
.context-progress i {
  display: block;
  width: 17px;
  height: 4px;
  border-radius: 3px;
  background: #e0dce6;
}
.context-progress i:first-child {
  background: #bda7d0;
}
.context-added .context-progress i {
  background: var(--purple);
}
.context-added .context-result {
  box-shadow: inset 3px 0 var(--purple);
}
.context-private {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}
.context-private .icon {
  width: 14px;
  height: 14px;
}
.why-ai-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.why-ai {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 85px;
}
.why-ai h2 {
  font-size: 38px;
  max-width: 590px;
}
.why-ai p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
}
.why-ai p + p {
  margin-top: 16px;
}
.why-ai .text-link {
  margin-top: 20px;
}
.solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 52px;
}
.solution-link {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 27px 2px;
  border-top: 1px solid var(--line);
  min-height: 100px;
}
.solution-link > .icon:first-child {
  color: #82738f;
  width: 25px;
  height: 25px;
}
.solution-link h3 {
  font-size: 21px;
  letter-spacing: -0.025em;
}
.solution-link p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 12px;
  max-width: 430px;
}
.solution-link > .icon:last-child {
  margin-left: auto;
  width: 20px;
  color: #7a7581;
  transition: transform 0.2s;
}
.solution-link:hover h3 {
  color: var(--purple);
}
.solution-link:hover > .icon:last-child {
  transform: translateX(4px);
  color: var(--purple);
}
.opportunity-route {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.opportunity-route h3 {
  font-size: 26px;
}
.opportunity-route p {
  font-size: 16px;
  color: var(--muted);
  margin-top: 13px;
  max-width: 580px;
}
.opportunity-route > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px;
}
.closing {
  position: relative;
  overflow: hidden;
  background: var(--stage);
  color: #fff;
  margin: 0 24px;
  border-radius: 5px;
  text-align: center;
  padding: 79px 24px;
}
.closing-inner {
  position: relative;
  z-index: 1;
}
.closing h2 {
  font-size: clamp(31px, 3.35vw, 46px);
  line-height: 1.25;
  max-width: 890px;
  margin: auto;
}
.closing p {
  color: #c3c2cc;
  margin: 22px auto 29px;
  max-width: 600px;
  font-size: 17px;
}
.closing-lines {
  position: absolute;
  inset: -80% -20%;
  background: repeating-radial-gradient(
    ellipse at 50% 130%,
    transparent 0 55px,
    #eae6f310 56px 57px,
    transparent 58px 104px
  );
  pointer-events: none;
  opacity: 0.6;
}
.site-footer {
  max-width: var(--page);
  margin: auto;
  padding: 63px 0 26px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  margin-bottom: 43px;
}
.footer-top > p {
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  letter-spacing: -0.03em;
  line-height: 1.35;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.footer-links nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.footer-links a {
  font-size: 13px;
  color: var(--muted);
  padding: 3px 0;
}
.footer-links h2 { font-size: 15px; font-weight: 600; margin: 0 0 10px; }
.footer-bottom > div { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--purple); }
.footer-social { display: inline-flex; align-items: center; gap: 8px; }
.footer-social .icon { width: 16px; height: 16px; }
.access-layout .access-hubspot { grid-area: form; display: block; min-width: 0; padding: 0; }
.access-hubspot .hs-form-frame { min-height: 660px; }
.footer-links a:hover {
  color: var(--purple);
}
.footer-links .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 21px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
  color: var(--muted);
}
.platform-overview {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.platform-world {
  position: relative;
  background: var(--stage);
  color: white;
  padding: 45px;
  min-height: 435px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.platform-world img {
  position: absolute;
  inset: 0;
  width: 120%;
  height: 85%;
  object-fit: cover;
  filter: invert(1);
  opacity: 0.17;
  transform: rotate(-7deg);
}
.platform-world h2 {
  position: relative;
  font-size: 38px;
}
.platform-world .text-link {
  margin-top: 22px;
  color: #e4d4f7;
  position: relative;
}
.platform-flow {
  padding: 20px 40px;
}
.platform-flow > div {
  position: relative;
  padding: 27px 0 27px 34px;
  border-bottom: 1px solid var(--line);
}
.platform-flow > div:last-child {
  border-bottom: 0;
}
.platform-flow > div > span {
  position: absolute;
  left: 0;
  top: 29px;
  color: var(--muted);
  font-size: 12px;
}
.platform-flow h3 {
  font-size: 22px;
}
.platform-flow p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 10px;
}
.platform-pages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 55px;
}
.platform-pages > a {
  position: relative;
  border-top: 1px solid var(--line);
  padding: 25px 45px 25px 0;
}
.platform-pages > a > .icon:first-child {
  color: var(--purple);
  margin-bottom: 22px;
}
.platform-pages > a > .icon:last-child {
  position: absolute;
  right: 0;
  bottom: 29px;
}
.platform-pages h3 {
  font-size: 25px;
}
.platform-pages p {
  font-size: 16px;
  color: var(--muted);
  margin-top: 12px;
}
.platform-pages a:hover h3 {
  color: var(--purple);
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 36px;
}
.feature-list article {
  border-top: 1px solid #d1d1d5;
  padding-top: 24px;
}
.feature-list h3 {
  font-size: 24px;
}
.feature-list p {
  color: var(--muted);
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.75;
}
.prose-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.prose-block h2 {
  grid-row: 1 / span 4;
}
.prose-block p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.faq-list {
  max-width: 970px;
  margin: auto;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  font-size: 21px;
  padding: 25px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  color: var(--muted);
  margin-top: 3px;
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-list p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  max-width: 780px;
  padding-bottom: 26px;
}
.related {
  border-top: 1px solid var(--line);
  padding-top: 40px;
  padding-bottom: 65px;
}
.related h2 {
  font-size: 28px;
}
.related-links {
  display: flex;
  gap: 50px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.investigation-questions {
  border-top: 1px solid var(--line);
}
.investigation-questions > a {
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.investigation-questions > a:hover {
  color: var(--purple);
}
.privacy-feature {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  max-width: 960px;
  margin: auto;
}
.privacy-feature > .icon {
  width: 40px;
  height: 40px;
  color: var(--purple);
  margin-top: 4px;
}
.privacy-feature p {
  font-size: 18px;
  color: var(--muted);
  max-width: 730px;
  margin-top: 22px;
  line-height: 1.8;
}
.privacy-feature .text-link {
  margin-top: 24px;
}
.solution-case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}
.case-title {
  padding: 40px;
}
.resource-meta {
  font-size: 12px;
  color: var(--muted);
  display: block;
  letter-spacing: 0;
  line-height: 1.6;
}
.case-title h2 {
  font-size: 35px;
  line-height: 1.27;
  margin-top: 25px;
}
.case-title > p {
  font-size: 16px;
  color: var(--muted);
  margin-top: 24px;
  line-height: 1.8;
}
.case-path {
  padding: 30px 40px;
  background: #fff;
  border-left: 1px solid var(--line);
}
.case-path > div {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.case-path > div:last-child {
  border-bottom: 0;
}
.case-path span {
  font-size: 12px;
  color: var(--muted);
}
.case-path h3 {
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin-top: 10px;
}
.solution-scope {
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
  line-height: 1.8;
}
.solution-feed-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.solution-feed-link > div:first-child > .icon {
  color: var(--purple);
  margin-bottom: 23px;
}
.solution-feed-link p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin-top: 21px;
}
.solution-feed-link .text-link {
  margin-top: 25px;
}
.brief-example {
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 35px;
  box-shadow: 0 8px 30px #20203005;
}
.brief-example > span {
  font-size: 12px;
  color: var(--muted);
}
.brief-example h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-top: 26px;
}
.brief-example p {
  font-size: 15px;
}
.brief-example > span:last-child {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 25px;
}
.opportunity-demo {
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  background: var(--soft);
}
.opportunity-path {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.opportunity-path > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  font-size: 15px;
}
.opportunity-path > span > .icon {
  width: 31px;
  height: 31px;
  color: var(--purple);
}
.opportunity-path > .icon {
  color: #a79bb7;
}
.opportunity-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  gap: 60px;
  padding: 40px;
}
.opportunity-copy h3 {
  font-size: 30px;
  line-height: 1.3;
}
.opportunity-copy p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 19px;
}
.opportunity-copy h4 {
  font:
    500 15px "IBM Plex Sans",
    sans-serif;
  letter-spacing: 0;
}
.opportunity-copy ul {
  padding-left: 20px;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  margin: 18px 0;
}
.opportunity-copy .opportunity-decision {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  color: var(--ink);
}
.resource-filters {
  display: flex !important;
  gap: 12px;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.resource-filters button {
  font-size: 14px;
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 30px;
}
.resource-filters button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.story-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  background: white;
}
.story-art {
  position: relative;
  min-height: 265px;
  background: var(--stage);
  overflow: hidden;
}
.story-art img {
  position: absolute;
  inset: -5% 0 0;
  width: 100%;
  height: 105%;
  object-fit: cover;
  filter: invert(1);
  opacity: 0.16;
  transform: rotate(-7deg);
}
.story-art-point {
  position: absolute;
  left: 32%;
  top: 36%;
  width: 10px;
  height: 10px;
  background: var(--purple-light);
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ac8dd416;
}
.point-two {
  left: 75%;
  top: 45%;
}
.story-art-line {
  position: absolute;
  left: 32%;
  top: 21%;
  width: 43%;
  height: 95px;
  border-top: 1px solid #ab88d0;
  border-radius: 50%;
  transform: rotate(6deg);
}
.story-art-caption {
  position: absolute;
  bottom: 23px;
  left: 27px;
  font-size: 13px;
  color: #e1dbea;
}
.opportunity-art {
  background: #edeeeb;
}
.opportunity-art img {
  filter: none;
  opacity: 0.14;
}
.opportunity-art .story-art-caption {
  color: #45434b;
}
.opportunity-art .story-art-point {
  background: var(--purple);
}
.story-card-copy {
  padding: 30px;
}
.story-card-copy h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 12px;
}
.story-card-copy .text-link {
  margin-top: 22px;
}
.story-card:hover h3 {
  color: var(--purple);
}
.single-story > .story-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.single-story .story-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 45px;
}
.guide-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 42px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 40px;
}
.guide-link h2 {
  font-size: 27px;
  line-height: 1.3;
  flex: 1;
}
.guide-link > .text-link {
  white-space: nowrap;
}
.guide-link:hover h2 {
  color: var(--purple);
}
.resource-archive {
  margin-top: 50px;
}
.resource-archive h2 {
  font-size: 28px;
  margin-bottom: 22px;
}
.resource-archive .text-link {
  display: flex;
  width: 100%;
  padding: 20px 0;
  font-size: 17px;
}
.article-body {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.85;
  color: #4f4f57;
}
.article-body h2 {
  font-size: 32px;
  color: var(--ink);
  margin: 48px 0 24px;
  line-height: 1.3;
}
.article-body h2:first-child {
  margin-top: 0;
}
.article-body h3 {
  font-size: 25px;
  color: var(--ink);
  margin: 30px 0 20px;
}
.article-body p {
  margin: 0 0 23px;
}
.article-body ul,
.article-body ol {
  padding-left: 26px;
  margin: 20px 0;
}
.article-body li {
  margin: 10px 0;
}
.article-body a:not(.text-link) {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--purple);
  overflow-wrap: anywhere;
}
.article-note {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 13px !important;
  color: var(--muted) !important;
  margin-top: 36px !important;
}
.article-body .text-link {
  margin-top: 15px;
}
.access-section {
  padding-top: 78px;
  padding-bottom: 110px;
}
.access-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.access-layout h1 {
  font-size: 55px;
}
.access-layout > div > p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 26px;
  max-width: 470px;
}
.access-expectations {
  margin-top: 70px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.access-expectations h2 {
  font-size: 26px;
  max-width: 430px;
}
.access-expectations p {
  font-size: 17px;
  color: var(--muted);
  margin-top: 16px;
}
.access-expectations .text-link {
  margin-top: 20px;
}
.access-form {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 35px;
}
.access-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14px;
  margin-bottom: 23px;
}
.access-form input,
.access-form textarea {
  padding: 12px 13px;
  border: 1px solid #cdccd2;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  min-height: 48px;
  font-size: 16px;
  color: var(--ink);
}
.access-form textarea {
  resize: vertical;
  min-height: 115px;
}
.access-form input:hover,
.access-form textarea:hover {
  border-color: #99919f;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.access-form .button {
  width: 100%;
  justify-content: space-between;
}
.form-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 20px;
}
.form-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-note.is-confirmed {
  font-size: 14px;
  padding: 15px;
  border: 1px solid #baa7cd;
  border-radius: 3px;
  background: white;
  color: var(--ink);
}
.not-found-action {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 0 auto 110px;
}
.reveal-in {
  animation: enter 0.5s ease both;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  :root {
    --page: 1320px;
  }
  .world-experience {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
  }
  .world-disclosure {
    max-width: 1462px;
    margin-left: auto;
    margin-right: auto;
  }
  .closing {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
  }
  .world-stage {
    height: 460px;
  }
}
@media (max-width: 1330px) {
  :root {
    --page: calc(100% - 80px);
  }
  .nav-shell {
    padding: 0 32px;
  }
  .masthead nav {
    gap: 23px;
  }
  .section-intro {
    gap: 45px;
  }
  .why-ai {
    gap: 50px;
  }
  .access-layout {
    gap: 55px;
  }
  .access-layout h1 {
    font-size: 48px;
  }
  .feed-content-heading > span {
    display: block;
  }
  .feed-item-bottom {
    align-items: start;
    flex-direction: column;
    gap: 3px;
  }
  .feed-item-bottom > span {
    max-width: none;
  }
  .feed-item-bottom .text-link {
    margin-top: 4px;
  }
  .world-label {
    min-width: 155px;
    font-size: 12px;
    padding: 10px 12px;
  }
  .world-label small {
    font-size: 10px;
  }
  .soft-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .guide-link {
    gap: 25px;
  }
}
@media (max-width: 1020px) {
  .masthead nav {
    gap: 18px;
  }
  .nav-shell {
    padding: 0 26px;
    gap: 20px;
  }
  .brand img {
    width: 180px;
  }
  .masthead .button {
    font-size: 13px;
    padding: 12px 17px;
    gap: 12px;
  }
  .nav-link,
  summary {
    font-size: 14px;
  }
  .platform-menu {
    grid-template-columns: 1fr 230px;
  }
  .mega-menu {
    padding: 25px;
    gap: 20px;
  }
  .menu-link-grid {
    gap: 8px;
  }
  .world-heading {
    padding: 32px 32px 0;
  }
  .world-heading h2 {
    font-size: 31px;
  }
  .world-stage {
    height: 380px;
  }
  .world-reading {
    padding: 24px 32px;
    gap: 25px;
  }
  .world-reading p {
    font-size: 17px;
  }
  .world-caption {
    left: 32px;
  }
  .world-label small {
    display: none;
  }
  .graph-node {
    min-width: 150px;
    padding: 14px 16px;
  }
  .graph-node > span {
    font-size: 13px;
  }
  .graph-node > small {
    font-size: 11px;
  }
  .feed-layout {
    grid-template-columns: 185px 1fr;
  }
  .feed-sidebar {
    padding: 23px 12px;
  }
  .feed-content {
    padding: 22px;
  }
  .report-columns {
    gap: 32px;
  }
  .report-panel {
    padding: 30px;
    min-height: 410px;
  }
  .report-panel > h3 {
    font-size: 28px;
  }
  .agent-question {
    gap: 16px;
    padding: 20px;
  }
  .agent-question > span {
    font-size: 12px;
  }
  .context-inputs {
    padding: 30px;
  }
  .context-result {
    padding: 30px;
  }
  .section-intro h2 {
    font-size: 35px;
  }
  .context-result h3 {
    font-size: 26px;
  }
  .solution-link h3 {
    font-size: 19px;
  }
  .footer-links {
    gap: 30px;
  }
  .feature-list {
    gap: 30px;
  }
  .feature-list h3 {
    font-size: 22px;
  }
  .platform-world {
    padding: 35px;
  }
  .platform-world h2 {
    font-size: 32px;
  }
  .platform-flow {
    padding: 10px 28px;
  }
  .case-title,
  .case-path {
    padding: 30px;
  }
  .case-title h2 {
    font-size: 29px;
  }
  .case-path h3 {
    font-size: 19px;
  }
  .solution-feed-link {
    gap: 40px;
  }
  .story-card-copy h3 {
    font-size: 24px;
  }
  .access-layout {
    gap: 35px;
  }
  .access-form {
    padding: 27px;
  }
  .form-row {
    gap: 13px;
  }
}
@media (max-width: 900px) {
  :root {
    --page: calc(100% - 48px);
  }
  .nav-shell {
    height: 76px;
    padding: 0 24px;
  }
  .js .menu-toggle {
    display: flex !important;
  }
  .masthead nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    height: calc(100dvh - 76px);
    overflow-y: auto;
    background: #fff;
    padding: 20px 24px 45px;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid var(--line);
    overscroll-behavior-y: contain;
    padding-bottom: max(45px, env(safe-area-inset-bottom));
  }
  .masthead nav.is-open {
    display: flex;
    flex-direction: column;
  }
  html:not(.js) .masthead {
    position: static;
  }
  html:not(.js) .nav-shell {
    height: auto;
    display: block;
    padding-top: 24px;
  }
  html:not(.js) .masthead nav {
    display: flex;
    flex-direction: column;
    position: static;
    height: auto;
    padding: 16px 0 24px;
  }
  .nav-dropdown summary,
  .nav-link {
    font-size: 18px;
    padding: 18px 0;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
  }
  .mega-menu {
    position: static;
    box-shadow: none;
    border: 0;
    display: block;
    padding: 15px 0 22px;
    max-height: none;
    overflow: visible;
  }
  .solutions-menu {
    width: auto;
  }
  .menu-link-grid {
    display: block;
  }
  .menu-link-grid > a {
    padding: 13px 8px;
  }
  .menu-link-grid small {
    max-width: none;
  }
  .menu-feature {
    display: none;
  }
  .menu-solution-grid {
    gap: 5px;
    grid-template-columns: 1fr;
  }
  .masthead nav > .button {
    width: fit-content;
    margin-top: 23px;
    min-height: 48px;
    font-size: 15px;
  }
  .masthead nav .text-link {
    margin-top: 8px;
  }
  .hero {
    padding: 60px 24px 55px;
  }
  .hero p {
    font-size: 18px;
    max-width: 560px;
  }
  .section,
  .page-intro {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .product-first {
    padding-top: 0;
  }
  .world-experience {
    margin: 0 16px;
  }
  .world-heading {
    display: block;
  }
  .world-heading .example-label {
    display: block;
    margin-top: 14px;
  }
  .world-stage {
    height: 350px;
  }
  .world-reading {
    grid-template-columns: 1fr;
  }
  .world-next {
    width: fit-content;
  }
  .world-reading span {
    max-width: 690px;
  }
  .world-steps button {
    font-size: 12px;
    padding: 18px 18px;
  }
  .world-steps button span {
    margin-right: 9px;
  }
  .world-disclosure {
    margin: 0 24px;
  }
  .world-disclosure > span {
    display: none;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 32px;
  }
  .section-intro > div {
    max-width: 620px;
  }
  .section-intro p {
    font-size: 17px;
  }
  .section-intro h2 br {
    display: none;
  }
  .why-ai {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .why-ai h2 {
    font-size: 35px;
  }
  .feed-sidebar {
    display: flex;
    gap: 5px;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .feed-sidebar > span,
  .feed-sidebar .feed-watch {
    display: none;
  }
  .feed-sidebar > button {
    justify-content: center;
    width: auto;
    flex: 1;
    margin: 0;
    padding: 9px 7px;
    gap: 6px;
  }
  .feed-layout {
    display: block;
  }
  .feed-content {
    padding: 25px 28px 5px;
  }
  .feed-item-bottom {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .feed-item-bottom > span {
    max-width: 330px;
  }
  .feed-content-heading > span {
    display: block;
  }
  .home-feed .feed-item[data-feed-kind="opportunity"] {
    padding-bottom: 28px;
  }
  .alert-preview > span {
    display: none;
  }
  .feature-list {
    gap: 24px;
  }
  .feature-list h3 {
    font-size: 21px;
  }
  .feature-list p {
    font-size: 15px;
  }
  .platform-overview {
    grid-template-columns: 1fr;
  }
  .platform-world {
    min-height: 345px;
  }
  .platform-flow {
    padding: 15px 30px;
  }
  .platform-flow > div {
    padding: 25px 0 25px 40px;
  }
  .platform-flow h3 {
    font-size: 24px;
  }
  .platform-flow p {
    max-width: 640px;
  }
  .prose-block {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .prose-block h2 {
    grid-row: auto;
    margin-bottom: 25px;
  }
  .prose-block p {
    font-size: 17px;
    max-width: 780px;
  }
  .case-title h2 {
    font-size: 26px;
  }
  .case-path {
    padding: 20px 26px;
  }
  .case-path h3 {
    font-size: 18px;
  }
  .solution-grid {
    gap: 0 30px;
  }
  .opportunity-route {
    align-items: start;
  }
  .opportunity-route > div:first-child {
    max-width: 440px;
  }
  .closing {
    margin: 0 16px;
    padding: 65px 25px;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-top {
    margin-bottom: 30px;
  }
  .footer-top > p {
    font-size: 19px;
  }
  .footer-links {
    gap: 25px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .opportunity-copy {
    gap: 35px;
    padding: 30px;
  }
  .opportunity-copy h3 {
    font-size: 26px;
  }
  .opportunity-path {
    padding: 30px;
    gap: 23px;
  }
  .opportunity-path > span {
    font-size: 14px;
  }
  .story-art {
    min-height: 225px;
  }
  .story-card-copy {
    padding: 25px;
  }
  .single-story .story-card-copy {
    padding: 30px;
  }
  .single-story .story-card-copy h3 {
    font-size: 24px;
  }
  .access-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .access-layout h1 {
    font-size: 48px;
  }
  .access-layout > div > p {
    max-width: 650px;
  }
  .access-expectations {
    margin-top: 30px;
  }
  .access-expectations h2 {
    font-size: 24px;
    max-width: 600px;
  }
  .access-layout .access-form {
    max-width: 680px;
    width: 100%;
  }
}
@media (max-width: 650px) {
  :root {
    --page: calc(100% - 40px);
  }
  body {
    font-size: 16px;
  }
  .nav-shell {
    padding: 0 20px;
  }
  .brand img {
    width: 174px;
  }
  .hero {
    padding: 52px 20px 45px;
  }
  .hero h1 {
    font-size: clamp(34px, 8.6vw, 52px);
    line-height: 1.12;
  }
  .hero p {
    font-size: 17px;
    line-height: 1.65;
    margin-top: 22px;
  }
  .actions {
    gap: 12px;
  }
  .hero .actions {
    margin-top: 25px;
  }
  .button {
    font-size: 14px;
    min-height: 47px;
    padding: 12px 20px;
    gap: 17px;
  }
  .section,
  .page-intro {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .page-intro h1 {
    font-size: clamp(36px, 8.2vw, 49px);
    line-height: 1.15;
  }
  .page-intro > p {
    font-size: 18px;
    line-height: 1.65;
  }
  .page-intro .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .back-link {
    font-size: 12px;
    margin-bottom: 21px;
  }
  .product-first {
    padding-top: 0;
  }
  .section-intro h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .section-intro {
    gap: 19px;
    margin-bottom: 28px;
  }
  .world-heading {
    padding: 26px 23px 0;
    min-height: 180px;
  }
  .world-heading h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .world-heading p {
    font-size: 13px;
    line-height: 1.6;
    max-width: 340px;
  }
  .world-experience {
    margin: 0 10px;
    border-radius: 4px;
  }
  .world-stage {
    height: 355px;
  }
  .world-label {
    min-width: 0;
    max-width: 150px;
    font-size: 11px;
    padding: 9px 11px;
    white-space: normal;
  }
  .world-label i {
    width: 5px;
    height: 5px;
    margin-right: 5px;
  }
  .event-label {
    left: 54%;
    top: 49%;
  }
  .supplier-label {
    left: 34%;
    top: 24%;
    max-width: 132px;
  }
  .business-label {
    left: 9%;
    top: 47%;
    max-width: 110px;
  }
  .alternate-label {
    left: 33%;
    top: 68%;
    max-width: 132px;
  }
  .world-caption {
    left: 23px;
    bottom: 14px;
    font-size: 9px;
    gap: 6px;
    max-width: 120px;
    flex-wrap: wrap;
    line-height: 1.4;
  }
  .world-caption > span {
    display: inline;
  }
  .world-experience[data-view="map"] .world-stage {
    height: 270px;
  }
  .world-view-controls {
    right: 17px;
    bottom: 12px;
    gap: 0;
  }
  .world-view-controls button {
    padding: 8px;
    font-size: 10px;
    gap: 6px;
  }
  .world-view-controls .icon {
    width: 14px;
    height: 14px;
  }
  .world-reading {
    padding: 21px 23px;
    gap: 14px;
    min-height: 208px;
    align-content: start;
  }
  .world-reading p {
    font-size: 17px;
    line-height: 1.5;
  }
  .world-reading span {
    font-size: 13px;
    line-height: 1.6;
  }
  .world-next {
    font-size: 12px;
    white-space: normal;
    width: 100%;
    gap: 15px;
    min-height: 44px;
  }
  .world-steps button {
    padding: 15px 12px;
    font-size: 11px;
    line-height: 1.5;
    min-height: 74px;
  }
  .world-steps button span {
    display: block;
    font-size: 10px;
    margin: 0 0 3px;
  }
  .world-disclosure {
    margin: 0 20px;
  }
  .graph-node {
    min-width: 0;
    width: 125px;
    max-width: 36%;
    padding: 11px 12px;
  }
  .graph-node > .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  .graph-node > span {
    font-size: 12px;
    line-height: 1.3;
  }
  .graph-node > small {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 6px;
  }
  .edge-label {
    display: none;
  }
  .product-bar {
    padding: 13px 16px;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .product-bar > .preview-note {
    font-size: 12px;
  }
  .feed-content {
    padding: 22px 20px 0;
  }
  .feed-content-heading h3 {
    font-size: 20px;
  }
  .feed-content-heading > span {
    display: block;
    margin-top: 8px;
  }
  .feed-item h4 {
    font-size: 21px;
    line-height: 1.3;
  }
  .feed-item p {
    font-size: 14px;
    line-height: 1.7;
  }
  .feed-item {
    padding: 24px 0;
  }
  .finding-meta {
    font-size: 10px;
    line-height: 1.5;
    align-items: baseline;
  }
  .finding-dot {
    flex: none;
  }
  .feed-path {
    gap: 6px;
    margin-top: 16px;
  }
  .feed-path span,
  .feed-path strong {
    padding: 5px 7px;
    font-size: 10px;
  }
  .feed-path .icon {
    width: 11px;
  }
  .feed-item-bottom {
    display: block;
  }
  .feed-item-bottom > span {
    font-size: 11px;
    display: block;
    margin-bottom: 9px;
  }
  .feed-item .text-link {
    font-size: 12px;
  }
  .alert-preview {
    padding: 20px 18px;
    gap: 12px;
    align-items: flex-start;
  }
  .alert-symbol {
    padding: 8px;
  }
  .alert-symbol .icon {
    width: 17px;
    height: 17px;
  }
  .alert-preview strong {
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }
  .alert-preview p {
    font-size: 12px;
    line-height: 1.7;
  }
  .report-tabs {
    padding: 0 17px;
    gap: 20px;
  }
  .report-tabs button {
    font-size: 12px;
    white-space: normal;
    min-height: 54px;
  }
  .report-panel {
    padding: 25px 22px;
    min-height: 510px;
  }
  .report-panel > h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  .report-panel > h3 br {
    display: none;
  }
  .report-lead {
    font-size: 14px;
    line-height: 1.7;
  }
  .report-columns {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .report-columns p {
    font-size: 14px;
    line-height: 1.75;
  }
  .report-columns h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .report-implication {
    padding-left: 16px;
  }
  .report-unknown {
    font-size: 11px;
    align-items: start;
    line-height: 1.7;
    margin-top: 23px;
  }
  .report-unknown .icon {
    margin-top: 2px;
  }
  .agent-question {
    padding: 20px;
    display: block;
  }
  .agent-question > span {
    margin-bottom: 12px;
  }
  .agent-question > button {
    font-size: 13px;
    padding: 12px;
    line-height: 1.6;
    gap: 15px;
  }
  .agent-answer {
    padding: 24px 22px;
    gap: 14px;
  }
  .agent-answer h4 {
    font-size: 21px;
    line-height: 1.3;
  }
  .agent-answer p {
    font-size: 14px;
    line-height: 1.7;
  }
  .agent-answer .text-link {
    font-size: 12px;
  }
  .evidence-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .evidence-row > span:first-child {
    font-size: 14px;
  }
  .evidence-row > span:nth-child(2) {
    font-size: 10px;
  }
  .evidence-row p {
    font-size: 12px;
    line-height: 1.6;
  }
  .context-demo {
    grid-template-columns: 1fr;
  }
  .context-inputs {
    padding: 26px;
  }
  .context-inputs > div {
    padding: 12px 0;
  }
  .context-inputs h3 {
    font-size: 22px;
  }
  .context-inputs .button {
    font-size: 12px;
  }
  .context-result {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px;
    min-height: 300px;
  }
  .context-result h3 {
    font-size: 27px;
  }
  .context-result > p:not(.context-private) {
    font-size: 15px;
  }
  .context-relevance {
    font-size: 11px;
  }
  .context-added .context-result {
    box-shadow: inset 0 3px var(--purple);
  }
  .why-ai h2 {
    font-size: 31px;
  }
  .why-ai p {
    font-size: 16px;
    line-height: 1.8;
  }
  .solution-grid {
    grid-template-columns: 1fr;
  }
  .solution-link {
    min-height: 83px;
    padding: 23px 0;
    gap: 16px;
  }
  .solution-link h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .solution-link > .icon:first-child {
    width: 23px;
    height: 23px;
  }
  .solution-link p {
    font-size: 14px;
  }
  .opportunity-route {
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
    padding-top: 30px;
  }
  .opportunity-route h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  .opportunity-route p {
    font-size: 16px;
    line-height: 1.7;
  }
  .opportunity-route > div:last-child {
    width: 100%;
    gap: 10px;
  }
  .closing {
    margin: 0 10px;
    padding: 54px 24px;
  }
  .closing h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .closing p {
    font-size: 16px;
    line-height: 1.7;
  }
  .site-footer {
    padding: 40px 0 24px;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }
  .footer-top > p {
    font-size: 21px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    padding: 28px 0;
  }
  .footer-links a {
    font-size: 12px;
    line-height: 1.65;
    min-height: 30px;
  }
  .footer-bottom {
    font-size: 12px;
    line-height: 1.7;
  }
  .platform-world {
    padding: 30px;
    min-height: 350px;
  }
  .platform-world h2 {
    font-size: 32px;
  }
  .platform-flow {
    padding: 5px 22px;
  }
  .platform-flow > div {
    padding-left: 32px;
  }
  .platform-flow h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .platform-flow p {
    font-size: 14px;
  }
  .platform-pages {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .platform-pages h3 {
    font-size: 24px;
  }
  .feature-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .feature-list h3 {
    font-size: 25px;
  }
  .feature-list p {
    font-size: 16px;
    line-height: 1.8;
  }
  .soft-section {
    padding: 52px 20px;
  }
  .prose-block h2 {
    font-size: 31px;
  }
  .prose-block p {
    font-size: 16px;
  }
  .faq-list summary {
    font-size: 18px;
    padding: 23px 0;
    line-height: 1.5;
  }
  .faq-list p {
    font-size: 16px;
    line-height: 1.8;
  }
  .related {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .related-links {
    flex-direction: column;
    gap: 14px;
  }
  .related h2 {
    font-size: 26px;
  }
  .investigation-questions > a {
    font-size: 18px;
    line-height: 1.5;
    padding: 22px 0;
  }
  .privacy-feature {
    gap: 18px;
  }
  .privacy-feature > .icon {
    width: 25px;
    height: 25px;
  }
  .privacy-feature h2 {
    font-size: 29px;
  }
  .privacy-feature p {
    font-size: 16px;
    line-height: 1.8;
  }
  .solution-case {
    grid-template-columns: 1fr;
  }
  .case-title {
    padding: 27px;
  }
  .case-title h2 {
    font-size: 29px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .case-title > p {
    font-size: 15px;
  }
  .case-path {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 7px 27px;
  }
  .case-path > div {
    padding: 23px 0;
  }
  .case-path h3 {
    font-size: 20px;
  }
  .solution-scope {
    font-size: 12px;
    line-height: 2;
  }
  .solution-feed-link {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .solution-feed-link h2 {
    font-size: 31px;
  }
  .solution-feed-link p {
    font-size: 16px;
  }
  .brief-example {
    padding: 28px;
  }
  .brief-example h3 {
    font-size: 25px;
  }
  .brief-example p {
    font-size: 15px;
  }
  .opportunity-path {
    padding: 27px 15px;
    gap: 11px;
  }
  .opportunity-path > span {
    font-size: 11px;
    line-height: 1.5;
    gap: 15px;
    flex: 1;
  }
  .opportunity-path > span > .icon {
    width: 26px;
    height: 26px;
  }
  .opportunity-path > .icon {
    width: 16px;
    height: 16px;
  }
  .opportunity-copy {
    grid-template-columns: 1fr;
    padding: 27px;
    gap: 28px;
  }
  .opportunity-copy h3 {
    font-size: 27px;
  }
  .opportunity-copy h3 br {
    display: none;
  }
  .opportunity-copy p,
  .opportunity-copy ul {
    font-size: 15px;
  }
  .resource-filters {
    gap: 9px;
    margin-bottom: 25px;
  }
  .resource-filters button {
    font-size: 12px;
    padding: 10px 14px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .story-art {
    min-height: 230px;
  }
  .story-card-copy {
    padding: 25px;
  }
  .story-card-copy h3 {
    font-size: 27px;
  }
  .single-story > .story-card {
    display: flex;
  }
  .single-story .story-card-copy {
    padding: 27px;
  }
  .single-story .story-card-copy h3 {
    font-size: 26px;
  }
  .guide-link {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-top: 28px;
    padding: 30px 0;
  }
  .guide-link h2 {
    font-size: 26px;
  }
  .resource-archive {
    margin-top: 35px;
  }
  .resource-archive h2 {
    font-size: 25px;
  }
  .resource-archive .text-link {
    font-size: 16px;
    line-height: 1.7;
  }
  .article-body {
    font-size: 17px;
    line-height: 1.9;
  }
  .article-body h2 {
    font-size: 28px;
    margin-top: 37px;
    line-height: 1.35;
  }
  .article-body h3 {
    font-size: 23px;
    line-height: 1.35;
  }
  .article-body .article-note {
    font-size: 12px !important;
  }
  .access-layout h1 {
    font-size: 40px;
  }
  .access-layout > div > p {
    font-size: 18px;
  }
  .access-expectations {
    margin-top: 28px;
  }
  .access-expectations h2 {
    font-size: 25px;
  }
  .access-expectations p {
    font-size: 16px;
  }
  .access-form {
    padding: 24px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .access-form label {
    font-size: 14px;
  }
  .not-found-action {
    padding: 0 20px;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 33px;
  }
  .hero .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero .button {
    justify-content: space-between;
  }
  .world-heading {
    padding-left: 19px;
    padding-right: 19px;
  }
  .world-heading h2 {
    font-size: 26px;
  }
  .world-reading {
    padding-left: 19px;
    padding-right: 19px;
  }
  .world-stage {
    height: 335px;
  }
  .graph-node {
    padding: 10px;
    max-width: 38%;
  }
  .graph-node > span {
    font-size: 11px;
  }
  .world-label {
    font-size: 10px;
  }
  .world-view-controls button {
    padding: 8px 6px;
  }
  .report-tabs {
    gap: 14px;
    padding: 0 15px;
  }
  .report-tabs button {
    font-size: 11px;
  }
  .report-panel {
    padding: 23px 19px;
  }
  .agent-question {
    padding: 19px;
  }
  .feed-content {
    padding-left: 18px;
    padding-right: 18px;
  }
  .feed-item h4 {
    font-size: 20px;
  }
  .feed-path {
    gap: 4px;
  }
  .feed-path span,
  .feed-path strong {
    font-size: 9px;
    padding: 5px 6px;
  }
  .context-inputs,
  .context-result {
    padding: 24px;
  }
  .solution-link h3 {
    font-size: 18px;
  }
  .closing h2 {
    font-size: 28px;
  }
  .footer-links {
    column-gap: 15px;
  }
  .resource-filters button {
    font-size: 11px;
  }
  .page-intro h1 {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,
  .text-link:hover .icon {
    transform: none;
  }
}
@media (forced-colors: active) {
  .world-experience .impact-graph, .world-experience .graph-lines {opacity: 1;}
  .world-experience .graph-node {left: var(--graph-x); top: var(--graph-y); background: Canvas; color: CanvasText;}
  .button,
  .world-experience,
  .feed-demo,
  .assessment-demo,
  .context-demo,
  .closing,
  .graph-node {
    border: 1px solid CanvasText;
  }
  .world-map {
    display: none;
  }
  .world-experience {
    background: Canvas;
    color: CanvasText;
  }
  .world-experience p,
  .world-experience span,
  .world-experience small,
  .world-experience button {
    color: CanvasText;
  }
  .graph-edge {
    stroke: CanvasText;
  }
  .world-steps button[aria-pressed="true"] {
    border-bottom: 3px solid Highlight;
  }
  .report-tabs button[aria-selected="true"] {
    border-color: Highlight;
  }
  .closing {
    background: Canvas;
    color: CanvasText;
  }
  .closing p {
    color: CanvasText;
  }
  .closing-lines {
    display: none;
  }
}
@media print {
  .masthead,
  .site-footer,
  .closing,
  .world-view-controls,
  .world-steps,
  .requires-js {
    display: none !important;
  }
  .section,
  .page-intro {
    padding: 28px 0;
    max-width: 100%;
  }
  .world-experience {
    break-inside: avoid;
  }
  .hero {
    padding: 30px 0;
  }
  .feed-demo,
  .assessment-demo,
  .context-demo {
    break-inside: avoid;
  }
  .world-canvas {
    display: none;
  }
  .map-fallback {
    opacity: 1 !important;
  }
}
