:root {
  color-scheme: light;
  --white: #ffffff;
  --soft-white: #f7fafc;
  --ice: #e7f4fb;
  --ice-strong: #cdeaf7;
  --blue: #1678a8;
  --blue-deep: #0d5277;
  --gold: #d6b36a;
  --gold-deep: #9b6f35;
  --charcoal: #1e2022;
  --graphite: #17242d;
  --slate: #50616d;
  --line: #dce7ed;
  --line-strong: #c5d8e1;
  --warm: #fff8ee;
  --blush: #fff3f5;
  --blush-strong: #f2dce2;
  --success: #1f6b59;
  --shadow-sm: 0 12px 32px rgba(27, 61, 79, 0.08);
  --shadow-lg: 0 30px 80px rgba(27, 61, 79, 0.12);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --content: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--soft-white);
}

body {
  margin: 0;
  min-width: 0;
  color: var(--graphite);
  background:
    radial-gradient(circle at 92% 6%, rgba(205, 234, 247, 0.72), transparent 32rem),
    linear-gradient(180deg, var(--white) 0%, var(--soft-white) 100%);
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(1.0625rem, 0.35vw + 0.98rem, 1.1875rem);
  font-weight: 400;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--blue-deep);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(22, 120, 168, 0.42);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  color: var(--white);
  background: var(--graphite);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.prototype-rail {
  position: sticky;
  z-index: 110;
  top: 0;
  display: flex;
  height: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(13, 82, 119, 0.12);
  color: var(--blue-deep);
  background: rgba(231, 244, 251, 0.86);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.prototype-rail strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.prototype-rail strong::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(22, 120, 168, 0.1);
  content: "";
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(220, 231, 237, 0.86);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  width: min(calc(100% - 40px), 1360px);
  min-height: 78px;
  margin: 0 auto;
  align-items: center;
  gap: 24px;
}

.wordmark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 10px;
  line-height: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  aspect-ratio: 3157 / 543;
}

.brand-logo-header {
  width: 224px;
}

.brand-logo-footer {
  width: min(276px, 100%);
}

.nav-cluster {
  position: relative;
  display: flex;
  margin-left: auto;
  align-items: center;
}

.nav-toggle {
  display: none;
  min-width: 48px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--graphite);
  background: var(--white);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 760;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-links {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 9px;
  color: var(--slate);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--blue-deep);
  background: var(--ice);
}

.button,
.button-secondary,
.button-quiet {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  box-shadow: 0 12px 26px rgba(13, 82, 119, 0.18);
}

.button:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(13, 82, 119, 0.24);
}

.button-secondary {
  border-color: var(--line-strong);
  color: var(--graphite);
  background: rgba(255, 255, 255, 0.76);
}

.button-secondary:hover,
.button-quiet:hover {
  color: var(--blue-deep);
  background: var(--ice);
}

.button-quiet {
  padding-inline: 10px;
  color: var(--blue-deep);
}

.header-cta {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 15px;
  font-size: 0.82rem;
}

.mobile-cta {
  display: none;
}

.site-main {
  overflow: hidden;
}

.shell {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.hero {
  position: relative;
  display: grid;
  min-height: 640px;
  padding-block: 90px 76px;
  align-items: center;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(40px, 7vw, 88px);
}

.hero-compact {
  min-height: auto;
  padding-block: 72px 56px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  right: -18%;
  bottom: 5%;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(22, 120, 168, 0.12);
  border-radius: 48% 52% 68% 32%;
  background: linear-gradient(145deg, rgba(231, 244, 251, 0.78), rgba(255, 255, 255, 0.15));
  filter: blur(0.2px);
  content: "";
  transform: rotate(-12deg);
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 10px;
  color: var(--blue-deep);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: var(--blue);
  content: "";
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--graphite);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(4rem, 5.6vw, 4.5rem);
}

.hero-compact h1 {
  font-size: clamp(3.25rem, 5vw, 4.25rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.375rem, 3.8vw, 2.875rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 2.2vw, 1.875rem);
  letter-spacing: -0.03em;
}

h4 {
  margin-bottom: 8px;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

p {
  margin-top: 0;
}

.lede {
  max-width: 68ch;
  margin-bottom: 30px;
  color: var(--slate);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

:where(main section[id], main article[id], main button[id], main h1[id], main h2[id], main h3[id]) {
  scroll-margin-top: 132px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.visual-field {
  position: relative;
  min-height: 440px;
  border: 1px solid rgba(197, 216, 225, 0.9);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(22, 120, 168, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 120, 168, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(231, 244, 251, 0.7));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-proof-grid {
  position: relative;
  display: grid;
  min-width: 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(197, 216, 225, 0.9);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(22, 120, 168, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 120, 168, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(231, 244, 251, 0.72));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: var(--shadow-lg);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.proof-card {
  display: grid;
  min-width: 0;
  min-height: 148px;
  padding: 24px;
  align-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
  gap: 16px;
}

.proof-card-link {
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.proof-card-link:hover {
  border-color: var(--ice-strong);
  color: inherit;
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.proof-card-link:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(22, 120, 168, 0.14), var(--shadow-lg);
}

@media (min-width: 1041px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.9fr);
    gap: clamp(36px, 5vw, 64px);
  }

  .home-hero h1 {
    font-size: clamp(3.5rem, 4.8vw, 4.25rem);
  }

  .home-hero .hero-proof-grid {
    padding: 20px;
    gap: 12px;
  }

  .home-hero .proof-card {
    min-height: 144px;
    padding: 20px;
    gap: 12px;
  }

  .home-hero .signal-value {
    font-size: 0.98rem;
  }
}

.visual-field::before,
.visual-field::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.visual-field::before {
  top: 54px;
  right: 54px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(22, 120, 168, 0.22);
  background: radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.94), rgba(205, 234, 247, 0.7));
  box-shadow: 0 24px 60px rgba(13, 82, 119, 0.15);
}

.visual-field::after {
  right: -46px;
  bottom: -46px;
  width: 180px;
  height: 180px;
  border: 18px solid rgba(255, 255, 255, 0.55);
  background: rgba(22, 120, 168, 0.08);
}

.signal-card {
  position: absolute;
  z-index: 2;
  display: grid;
  width: min(270px, 72%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
  gap: 6px;
}

.signal-card:first-child {
  top: 44px;
  left: 34px;
}

.signal-card:nth-child(2) {
  right: 34px;
  bottom: 64px;
}

.signal-card:nth-child(3) {
  bottom: 28px;
  left: 48px;
  width: 190px;
}

.visual-field.experience-visual,
.visual-field.strategic-visual {
  display: flex;
  min-width: 0;
  padding: clamp(20px, 4vw, 34px);
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.visual-field.experience-visual > .signal-card,
.visual-field.strategic-visual > .signal-card {
  position: relative;
  inset: auto;
  width: min(270px, 88%);
  flex: 0 0 auto;
}

.visual-field.experience-visual > .signal-card:nth-child(2),
.visual-field.strategic-visual > .signal-card:nth-child(2) {
  align-self: flex-end;
}

.visual-field.experience-visual > .signal-card:nth-child(3),
.visual-field.strategic-visual > .signal-card:nth-child(3) {
  width: min(230px, 88%);
  align-self: flex-start;
}

.signal-label {
  color: var(--blue-deep);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-value {
  font-size: 1.05rem;
  font-weight: 780;
  line-height: 1.25;
}

.section {
  padding-block: 86px;
}

.site-main > section {
  position: relative;
}

.module-status {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: max(20px, calc((100vw - var(--content)) / 2 + 20px));
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 40px);
  padding: 5px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-align: center;
}

.section-dark .module-status {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.section-tight {
  padding-block: 58px;
}

.section-white {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.section-warm {
  border-block: 1px solid #f0e1ca;
  background: linear-gradient(145deg, rgba(255, 248, 238, 0.93), rgba(255, 255, 255, 0.92));
}

.section-dark {
  color: rgba(255, 255, 255, 0.86);
  background: var(--graphite);
}

.section-dark h2,
.section-dark h3,
.section-dark .eyebrow {
  color: var(--white);
}

.section-dark .eyebrow::before {
  background: var(--ice-strong);
}

.section-head {
  display: grid;
  margin-bottom: 38px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: 30px;
}

.section-head p {
  margin-bottom: 0;
  color: var(--slate);
}

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

.draft-label,
.concept-label,
.private-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.concept-label {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.card-grid,
.group-grid,
.pathway-grid,
.principle-grid,
.form-grid,
.model-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

.model-grid {
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.group-card,
.pathway-card,
.principle-card,
.form-card,
.model-card,
.notice-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
}

.card,
.group-card,
.pathway-card,
.principle-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.card:hover,
.group-card:hover,
.pathway-card:hover,
.principle-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.card p,
.group-card p,
.pathway-card p,
.principle-card p,
.form-card p,
.model-card p {
  color: var(--slate);
}

.card-number {
  display: block;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0.1em;
}

.group-card {
  min-height: 310px;
  overflow: hidden;
}

.group-card::after {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(22, 120, 168, 0.12);
  border-radius: 50%;
  background: rgba(231, 244, 251, 0.5);
  content: "";
}

.home-group-grid,
.substance-grid,
.about-group-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-group-grid .group-card {
  min-height: 360px;
}

.card-actions {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 24px;
  gap: 10px;
}

.card-link,
.category-card,
.pathway-link {
  color: inherit;
  text-decoration: none;
}

.card-link {
  display: block;
}

.card-link:focus-visible,
.category-card:focus-visible,
.pathway-link:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(22, 120, 168, 0.14), var(--shadow-lg);
}

.link-cue {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 20px;
  color: var(--blue-deep);
  font-size: 0.84rem;
  font-weight: 800;
}

.pathway-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pathway-link {
  display: grid;
  min-height: 132px;
  padding: 22px;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  gap: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pathway-link:hover {
  border-color: var(--line-strong);
  color: inherit;
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.pathway-link span {
  font-size: 1.08rem;
  font-weight: 760;
}

.pathway-link strong {
  color: var(--blue-deep);
  font-size: 0.78rem;
}

.qualification {
  padding-left: 14px;
  border-left: 3px solid var(--ice-strong);
  color: var(--slate);
  font-size: 0.9rem;
}

.solutions-group-grid {
  margin-bottom: 34px;
}

.solution-group-head {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
}

.solution-group-media {
  display: grid;
  min-width: 0;
  justify-items: start;
  gap: 12px;
}

.solution-group-figure {
  width: 100%;
  max-width: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.solution-group-figure picture,
.solution-group-figure img {
  display: block;
  width: 100%;
}

.solution-group-figure img {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.solution-group-figure figcaption {
  padding: 11px 13px;
  border-top: 1px solid var(--line);
  color: var(--slate);
  background: var(--soft-white);
  font-size: 0.7rem;
  line-height: 1.45;
}

.solution-hero {
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(34px, 5vw, 70px);
}

.solution-hero > *,
.solution-hero-media {
  min-width: 0;
}

.solution-hero-media {
  display: grid;
  gap: 14px;
}

.solution-hero-figure {
  max-width: none;
}

.hospital-or-page .solution-hero h1 {
  font-size: clamp(2.75rem, 4.35vw, 3.75rem);
}

.hero-memory-line {
  display: flex;
  margin: 0;
  padding: 10px;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  gap: 4px;
}

.hero-memory-line span {
  position: relative;
  display: flex;
  max-width: 100%;
  min-height: 44px;
  padding: 8px;
  flex: 1 1 96px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--ice);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.hero-memory-line-three span {
  flex-basis: 165px;
}

.hero-memory-line-four span {
  flex-basis: 120px;
}

.capability-grid {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

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

.capability-grid .card {
  min-height: 0;
}

.example-metric-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.example-metric {
  display: grid;
  min-height: 150px;
  padding: 22px;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  gap: 18px;
}

.example-metric span {
  color: var(--blue-deep);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.example-metric strong {
  color: var(--graphite);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.18;
}

.managed-pillar-grid {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.managed-pillar-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(231, 244, 251, 0.62));
  box-shadow: var(--shadow-sm);
}

.managed-pillar-card h3 {
  margin-top: 18px;
  text-wrap: balance;
}

.managed-pillar-card p {
  margin-bottom: 0;
}

.managed-pillar-note {
  max-width: 1040px;
  margin: 20px 0 0;
  color: var(--slate);
  font-size: 0.78rem;
}

.cognitive-support {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--soft-white);
}

.cognitive-support ul {
  display: grid;
  margin: 16px 0 0;
  padding-left: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.cognitive-domain-panel {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cognitive-domain-panel span {
  display: flex;
  min-height: 92px;
  padding: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  font-size: 0.86rem;
  font-weight: 780;
  text-align: center;
  text-wrap: balance;
}

.cognitive-domain-panel span:last-child {
  grid-column: 1 / -1;
}

.solutions-group-grid .group-card {
  min-height: 245px;
}

.category-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  display: flex;
  min-height: 86px;
  padding: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  gap: 14px;
}

.category-card:hover {
  border-color: var(--line-strong);
  color: var(--blue-deep);
}

.category-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  color: var(--blue-deep);
  background: var(--ice);
  font-size: 0.72rem;
  font-weight: 820;
}

.category-detail-stack {
  display: grid;
  gap: 28px;
}

.category-detail {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.category-detail > .draft-label {
  margin-bottom: 22px;
}

.detail-grid,
.subcategory-grid,
.value-area-grid {
  display: grid;
  margin-block: 28px;
  gap: 14px;
}

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

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

.value-area-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.detail-grid > div,
.mini-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--soft-white);
}

.detail-grid p,
.mini-card p {
  margin-bottom: 0;
  color: var(--slate);
}

.value-area-grid .mini-card {
  display: flex;
  min-height: 148px;
  align-items: flex-end;
}

.value-area-grid h4 {
  margin-bottom: 0;
}

#operating-room-solutions .detail-grid p + p {
  margin-top: 14px;
}

#operating-room-solutions .content-block + .qualification {
  margin-top: 18px;
}

.cta-row {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.back-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.concept-label-light {
  border-color: var(--line-strong);
  color: var(--blue-deep);
  background: var(--ice);
}

.router-panel {
  display: grid;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-lg);
  gap: 34px;
}

.router-group h3 {
  margin-bottom: 18px;
}

.router-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.router-option {
  min-height: 54px;
  padding: 12px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  color: var(--graphite);
  background: var(--white);
  cursor: pointer;
  font-weight: 680;
  line-height: 1.3;
  text-align: left;
}

.router-option:hover {
  border-color: var(--blue);
  background: var(--soft-white);
}

.router-option[aria-pressed="true"] {
  border-color: var(--blue-deep);
  color: var(--white);
  background: var(--blue-deep);
  box-shadow: 0 10px 24px rgba(13, 82, 119, 0.2);
}

.router-summary {
  padding: 22px;
  border-radius: var(--radius-sm);
  color: var(--graphite);
  background: var(--ice);
}

.router-summary p {
  margin-bottom: 8px;
  font-weight: 720;
}

.router-summary p:last-child {
  margin-bottom: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.conversation-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 229, 224, 0.48), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(216, 239, 250, 0.72), transparent 32%),
    rgba(250, 253, 255, 0.88);
}

.conversation-anchor,
.conversation-anchor-bank,
.conversation-anchor-bank > span {
  display: block;
  height: 0;
  scroll-margin-top: 136px;
}

.conversation-shell {
  display: grid;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-lg);
}

.conversation-progress {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 251, 253, 0.94);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.conversation-progress li {
  display: flex;
  min-height: 78px;
  padding: 16px 20px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: var(--slate);
  gap: 10px;
}

.conversation-progress li:last-child {
  border-right: 0;
}

.conversation-progress li > span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--blue-deep);
  background: var(--white);
  font-size: 0.74rem;
  font-weight: 820;
}

.conversation-progress li > strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.conversation-progress li[aria-current="step"] {
  color: var(--blue-deep);
  background: var(--ice);
}

.conversation-progress li[aria-current="step"] > span,
.conversation-progress li.is-complete > span {
  border-color: var(--blue-deep);
  color: var(--white);
  background: var(--blue-deep);
}

.conversation-progress li.is-complete {
  color: var(--graphite);
}

.conversation-step {
  padding: clamp(28px, 5vw, 54px);
}

.conversation-step[hidden] {
  display: none;
}

.conversation-step > h3 {
  max-width: 800px;
  margin-bottom: 10px;
  font-size: clamp(1.9rem, 3.7vw, 3rem);
}

.conversation-step-copy {
  max-width: 760px;
  margin-bottom: 26px;
  color: var(--slate);
}

.conversation-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.conversation-option {
  position: relative;
  display: grid;
  min-height: 138px;
  padding: 21px 22px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  color: var(--graphite);
  background: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  gap: 8px;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.conversation-option:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.conversation-option:focus-visible {
  outline: 3px solid rgba(22, 120, 168, 0.32);
  outline-offset: 3px;
}

.conversation-option > strong {
  padding-right: 62px;
  font-size: 1rem;
  line-height: 1.3;
}

.conversation-option > span:not(.conversation-recommendation) {
  color: var(--slate);
  font-size: 0.82rem;
  line-height: 1.5;
}

.conversation-option > em {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  color: var(--blue-deep);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.conversation-option[aria-pressed="true"] {
  border-color: var(--blue-deep);
  background: linear-gradient(145deg, rgba(229, 244, 251, 0.92), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 30px rgba(13, 82, 119, 0.14);
}

.conversation-option[aria-pressed="true"] > em {
  display: block;
}

.conversation-recommendation {
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid #e1c590;
  border-radius: 999px;
  color: #6d4c1e;
  background: #fff8e8;
  font-size: 0.65rem;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.conversation-recommendation[hidden] {
  display: none;
}

.conversation-actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.conversation-actions-end {
  justify-content: flex-end;
}

.conversation-actions button:disabled {
  border-color: var(--line-strong);
  color: #70808a;
  background: #edf2f4;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.conversation-review-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
}

.conversation-summary,
.future-contact-panel {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.conversation-summary {
  position: sticky;
  top: 148px;
  background: linear-gradient(150deg, rgba(231, 245, 252, 0.96), rgba(255, 255, 255, 0.98));
}

.conversation-summary dl {
  display: grid;
  margin: 18px 0 22px;
  gap: 12px;
}

.conversation-summary dl > div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.conversation-summary dt {
  margin-bottom: 4px;
  color: var(--slate);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.conversation-summary dd {
  margin: 0;
  color: var(--graphite);
  font-weight: 760;
  line-height: 1.45;
}

.future-contact-panel h4 {
  margin-bottom: 18px;
}

.future-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.future-field {
  display: grid;
  min-height: 84px;
  padding: 13px 14px;
  align-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: #70808a;
  background: #f4f7f8;
  gap: 5px;
}

.future-field > span {
  color: var(--graphite);
  font-size: 0.72rem;
  font-weight: 780;
}

.future-field > strong {
  font-size: 0.68rem;
  font-weight: 640;
  line-height: 1.4;
}

.future-field-wide {
  grid-column: 1 / -1;
}

.future-business-intake {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.future-business-intake > p:not(.eyebrow) {
  margin-bottom: 14px;
  color: var(--slate);
  font-size: 0.82rem;
}

.future-business-intake .inactive-note {
  margin: 12px 0 0;
}

.future-consent {
  display: flex;
  margin-top: 12px;
  padding: 13px 14px;
  align-items: flex-start;
  border: 1px dashed var(--line-strong);
  border-radius: 11px;
  color: #70808a;
  background: var(--soft-white);
  gap: 10px;
}

.future-consent > span {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: #edf2f4;
}

.future-consent p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.future-contact-panel .mock-button {
  width: 100%;
  margin-top: 14px;
}

@media (max-width: 820px) {
  .conversation-review-grid {
    grid-template-columns: 1fr;
  }

  .conversation-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .conversation-progress li {
    min-height: 72px;
    padding: 12px 8px;
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .conversation-progress li > strong {
    font-size: 0.67rem;
  }

  .conversation-option-grid,
  .future-contact-grid {
    grid-template-columns: 1fr;
  }

  .future-field-wide {
    grid-column: auto;
  }

  .conversation-actions,
  .conversation-actions-end {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .conversation-actions .button,
  .conversation-actions .button-secondary,
  .conversation-actions .button-quiet {
    width: 100%;
  }
}

.category-list,
.clean-list,
.footer-links,
.chip-list,
.qualifier-list,
.theme-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-list {
  display: grid;
  margin-top: 24px;
  gap: 10px;
  counter-reset: category;
}

.category-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--graphite);
  font-weight: 700;
  counter-increment: category;
}

.category-list li::before {
  display: inline-flex;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--blue-deep);
  background: var(--soft-white);
  content: counter(category, decimal-leading-zero);
  font-size: 0.68rem;
  font-weight: 820;
}

.clean-list,
.theme-list {
  display: grid;
  gap: 12px;
}

.clean-list li,
.theme-list li {
  position: relative;
  padding-left: 24px;
  color: var(--slate);
}

.clean-list li::before,
.theme-list li::before {
  position: absolute;
  top: 0.78em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.chip-list,
.qualifier-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.chip-list li,
.qualifier-list li {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--soft-white);
  font-size: 0.78rem;
  font-weight: 730;
}

.qualifier-list li {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.content-stack {
  display: grid;
  gap: 24px;
}

.content-block {
  display: grid;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  gap: 36px;
}

.content-block p:last-child,
.content-block ul:last-child {
  margin-bottom: 0;
}

.split {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 70px);
}

.split-center {
  align-items: center;
}

.quote-panel {
  position: relative;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(231, 244, 251, 0.72));
  box-shadow: var(--shadow-lg);
}

.quote-panel::before {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  content: "“";
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.8;
}

.quote-panel blockquote {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 680;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.quote-panel blockquote::after {
  color: var(--blue);
  content: "”";
  font-family: Georgia, serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 0;
  vertical-align: -0.08em;
}

.model-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
}

.model-card.high {
  border-color: rgba(22, 120, 168, 0.26);
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-deep), #123848);
  box-shadow: 0 28px 70px rgba(13, 82, 119, 0.24);
}

.model-card.high h3,
.model-card.high p {
  color: var(--white);
}

.model-value {
  margin: 14px 0 22px;
  color: var(--blue-deep);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 820;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.model-card.high .model-value {
  color: var(--white);
}

.model-card .draft-label,
.model-card .concept-label {
  margin-top: auto;
}

.disclaimer {
  margin-top: 22px;
  padding: 20px 22px;
  border-left: 3px solid var(--blue);
  color: var(--slate);
  background: var(--ice);
  font-size: 0.88rem;
}

.future-banner {
  position: relative;
  display: grid;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid rgba(197, 216, 225, 0.9);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 84% 18%, rgba(205, 234, 247, 0.74), transparent 18rem),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 40px;
}

.future-banner::after {
  position: absolute;
  right: -48px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(22, 120, 168, 0.12);
  border-radius: 50%;
  content: "";
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-step {
  display: grid;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  grid-template-columns: 38px 1fr;
  gap: 14px;
}

.timeline-step span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--white);
  background: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 820;
}

.timeline-step p {
  margin: 0;
  color: var(--slate);
}

.form-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
}

.mock-controls {
  display: grid;
  margin-top: 18px;
  gap: 14px;
}

.mock-field {
  display: grid;
  gap: 6px;
}

.mock-field label {
  color: var(--graphite);
  font-size: 0.78rem;
  font-weight: 760;
}

.mock-field input,
.mock-field select,
.mock-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: #71808a;
  background: #f4f7f8;
  opacity: 1;
}

.mock-field textarea {
  min-height: 90px;
  resize: none;
}

.mock-button {
  min-height: 48px;
  margin-top: auto;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: #71808a;
  background: #edf2f4;
  font-weight: 780;
  cursor: not-allowed;
  opacity: 1;
}

.inactive-note,
.phi-warning,
.legal-placeholder {
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 0.85rem;
}

.inactive-note {
  margin-top: 18px;
  color: var(--blue-deep);
  background: var(--ice);
}

.phi-warning {
  border: 1px solid #ecd9bd;
  color: #6e4d21;
  background: var(--warm);
}

.legal-placeholder {
  border: 1px dashed var(--line-strong);
  color: var(--slate);
  background: var(--soft-white);
}

.notice-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(231, 244, 251, 0.62));
}

.status-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.status-table th,
.status-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.status-table th {
  color: var(--blue-deep);
  background: var(--ice);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.status-table tr:last-child td {
  border-bottom: 0;
}

.site-footer {
  padding-block: 58px 112px;
  color: rgba(255, 255, 255, 0.76);
  background: #10212a;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) repeat(2, minmax(180px, 0.5fr));
  gap: 44px;
}

.footer-brand .wordmark {
  width: fit-content;
}

.footer-copy {
  max-width: 430px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
}

.footer-contact {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  line-height: 1.55;
}

.footer-contact a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.88);
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 0.18em;
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-title {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-meta {
  display: flex;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

.footer-meta strong {
  color: rgba(255, 255, 255, 0.8);
}

.page-assist {
  position: fixed;
  z-index: 95;
  top: max(88px, calc(env(safe-area-inset-top) + 78px));
  right: clamp(16px, 2.5vw, 32px);
  bottom: auto;
  display: flex;
  max-width: calc(100vw - 32px);
  align-items: flex-end;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.page-assist > * {
  pointer-events: auto;
}

.page-assist-launcher {
  display: inline-flex;
  min-width: 96px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--gold-deep);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold), #f4d991);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.1;
}

.page-assist-launcher:hover,
.page-assist-launcher[aria-expanded="true"] {
  background: linear-gradient(135deg, #e1c17c, #fff0b3);
}

.page-assist-launcher-plus {
  font-size: 1rem;
  font-weight: 600;
  transition: transform 180ms ease;
}

.page-assist-launcher[aria-expanded="true"] .page-assist-launcher-plus {
  transform: rotate(45deg);
}

.page-assist-quick-menu {
  width: min(232px, calc(100vw - 32px));
  padding: 9px;
  border: 1px solid rgba(197, 216, 225, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.page-assist-quick-menu[hidden] {
  display: none;
}

.page-assist-panel {
  width: min(360px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid rgba(197, 216, 225, 0.96);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.page-assist-panel[hidden] {
  display: none;
}

.ask-ns1-panel {
  width: min(440px, calc(100vw - 32px));
  max-height: min(78vh, 680px);
  overflow-y: auto;
}

.ask-ns1-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ask-ns1-close {
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  color: var(--blue-deep);
  background: var(--white);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 780;
}

.ask-ns1-close:hover {
  border-color: var(--blue);
  background: var(--ice);
}

.page-assist-kicker,
.page-assist-title {
  margin: 0;
}

.ask-ns1-intro {
  margin: 9px 0 0;
  color: var(--slate);
  font-size: 0.84rem;
  line-height: 1.5;
}

.ask-ns1-descriptor {
  margin: 6px 0 0;
  color: var(--blue-deep);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.03em;
}

.ask-ns1-safety {
  margin-top: 13px;
  padding: 10px 12px;
  border: 1px solid #ead9b9;
  border-radius: 10px;
  color: #6b4c22;
  background: #fff9ef;
  font-size: 0.73rem;
  line-height: 1.45;
}

.ask-ns1-label,
.ask-ns1-prompt-label {
  display: block;
  margin: 14px 0 6px;
  color: var(--graphite);
  font-size: 0.72rem;
  font-weight: 780;
}

.ask-ns1-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.ask-ns1-input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--graphite);
  background: var(--white);
  font-size: 0.82rem;
}

.ask-ns1-input::placeholder {
  color: #778690;
}

.ask-ns1-find {
  min-width: 68px;
  min-height: 46px;
  padding: 9px 14px;
  border: 1px solid var(--graphite);
  border-radius: 10px;
  color: var(--white);
  background: var(--graphite);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 790;
}

.ask-ns1-find:hover {
  background: var(--blue-deep);
}

.ask-ns1-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ask-ns1-prompt {
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--soft-white);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 720;
  line-height: 1.25;
}

.ask-ns1-prompt:hover {
  border-color: var(--blue);
  background: var(--ice);
}

.ask-ns1-result:not(:empty) {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, var(--white), var(--ice));
}

.ask-ns1-result-title {
  display: block;
  color: var(--graphite);
  font-size: 0.86rem;
}

.ask-ns1-result p {
  margin: 6px 0 12px;
  color: var(--slate);
  font-size: 0.77rem;
  line-height: 1.5;
}

.ask-ns1-result-link {
  display: inline-flex;
  min-height: 40px;
  padding: 8px 11px;
  border-radius: 9px;
  align-items: center;
  gap: 9px;
  color: var(--white);
  background: var(--blue-deep);
  font-size: 0.73rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
}

.ask-ns1-result-link:hover {
  color: var(--white);
  background: var(--blue);
}

.ask-ns1-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ask-ns1-conversation-link {
  border: 1px solid var(--blue-deep);
  color: var(--blue-deep);
  background: var(--white);
}

.ask-ns1-conversation-link:hover {
  color: var(--white);
  background: var(--blue-deep);
}

.page-assist-kicker {
  color: var(--blue-deep);
  font-size: 0.67rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-assist-title {
  margin-top: 3px;
  color: var(--graphite);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.page-assist-list {
  display: grid;
  margin: 15px 0 0;
  padding: 0;
  gap: 5px;
  list-style: none;
}

.page-assist-link {
  display: flex;
  min-height: 44px;
  padding: 9px 11px;
  border-radius: 11px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--slate);
  font-size: 0.83rem;
  font-weight: 680;
  line-height: 1.35;
  text-decoration: none;
}

.page-assist-link:hover,
.page-assist-link[aria-current="location"] {
  color: var(--blue-deep);
  background: var(--ice);
}

.page-assist-link-action {
  margin-top: 3px;
  color: var(--white);
  background: var(--blue-deep);
}

.page-assist-link-action:hover {
  color: var(--white);
  background: var(--blue);
}

.page-assist-arrow {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.page-assist-link:hover .page-assist-arrow {
  transform: translateX(3px);
}

.page-assist-link-action .page-assist-arrow {
  color: var(--white);
}

.page-assist-actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 6px;
}

.page-assist-button {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  padding: 10px 15px;
  border: 1px solid rgba(197, 216, 225, 0.96);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1;
}

.page-assist-button[hidden] {
  display: none;
}

.page-assist-toggle {
  border-color: var(--graphite);
  color: var(--white);
  background: var(--graphite);
}

.ask-ns1-toggle {
  border-color: var(--gold-deep);
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold), #f4d991);
}

.ask-ns1-toggle:hover,
.ask-ns1-toggle[aria-expanded="true"] {
  background: linear-gradient(135deg, #e1c17c, #fff0b3);
}

.ask-ns1-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--charcoal);
  box-shadow: 0 0 0 4px rgba(30, 32, 34, 0.08);
}

.page-assist-toggle:hover {
  background: var(--blue-deep);
}

.page-assist-back {
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.98);
}

.page-assist-back:hover {
  background: var(--ice);
}

.page-assist-back:disabled {
  opacity: 0.58;
  color: var(--slate);
  background: rgba(255, 255, 255, 0.92);
  cursor: default;
}

.page-assist-back:disabled:hover {
  background: rgba(255, 255, 255, 0.92);
}

.page-assist-plus {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  transition: transform 180ms ease;
}

.page-assist[data-active-panel="explore"] .page-assist-plus {
  transform: rotate(45deg);
}

.explore-label-short {
  display: none;
}

@media (max-width: 1219px) {
  .header-inner {
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    width: min(360px, calc(100vw - 40px));
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-lg);
  }

  .nav-cluster[data-open="true"] .nav-panel {
    display: block;
  }

  .nav-links {
    display: grid;
    gap: 3px;
  }

  .nav-links a {
    width: 100%;
    min-height: 46px;
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  .mobile-cta {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 1040px) {
  .header-inner {
    gap: 14px;
  }

  .brand-logo-header {
    width: 198px;
  }

  .nav-links a {
    padding-inline: 7px;
    font-size: 0.76rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  }

  .home-hero {
    grid-template-columns: 1fr;
  }

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

  .category-directory,
  .pathway-link-grid,
  .router-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 681px) and (max-width: 1040px) {
  .home-hero h1 {
    font-size: clamp(3.25rem, 6vw, 3.75rem);
  }
}

@media (min-width: 881px) and (max-width: 1040px) {
  #operating-room-solutions .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #operating-room-solutions .detail-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 959px) {
  .header-inner {
    min-height: 70px;
  }

  .brand-logo-header {
    width: 182px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    width: min(360px, calc(100vw - 40px));
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-lg);
  }

  .nav-cluster[data-open="true"] .nav-panel {
    display: block;
  }

  .nav-links {
    display: grid;
    gap: 3px;
  }

  .nav-links a {
    width: 100%;
    min-height: 46px;
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  .mobile-cta {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .hero-compact,
  .section-head,
  .future-banner {
    grid-template-columns: 1fr;
  }

  .solution-group-media {
    width: min(720px, 100%);
    justify-self: stretch;
  }

  .solution-group-figure {
    max-width: none;
  }

  .solution-hero-media {
    width: min(760px, 100%);
  }

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

  .hero {
    min-height: auto;
    padding-block: 68px;
  }

  .visual-field {
    min-height: 400px;
  }

  .model-grid,
  .form-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .content-block {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #operating-room-solutions .cta-row > a {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .shell,
  .header-inner {
    width: min(calc(100% - 28px), var(--content));
  }

  .hero-memory-line,
  .hero-memory-line-three,
  .example-metric-grid,
  .capability-grid-five {
    grid-template-columns: 1fr;
  }

  .hero-memory-line {
    padding: 8px;
    border-radius: var(--radius-sm);
  }

  .hero-memory-line span {
    min-height: 44px;
    border-radius: 10px;
  }

  .example-metric {
    min-height: 118px;
  }

  .prototype-rail {
    height: 48px;
    min-height: 48px;
    padding: 0 12px;
    flex-direction: column;
    gap: 1px;
    letter-spacing: 0.04em;
    line-height: 1.15;
  }

  .site-header {
    top: 48px;
  }

  .module-status {
    top: 9px;
    right: 14px;
    max-width: calc(100% - 28px);
    font-size: 0.6rem;
  }

  :where(main section[id], main article[id], main button[id], main h1[id], main h2[id], main h3[id]) {
    scroll-margin-top: 136px;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .section {
    padding-block: 64px;
  }

  .group-grid,
  .card-grid,
  .pathway-grid,
  .principle-grid,
  .split,
  .hero-proof-grid,
  .home-group-grid,
  .substance-grid,
  .about-group-grid,
  .category-directory,
  .pathway-link-grid,
  .router-options,
  .subcategory-grid,
  .value-area-grid {
    grid-template-columns: 1fr;
  }

  .visual-field {
    min-height: 350px;
  }

  .visual-field::before {
    top: 48px;
    right: 30px;
    width: 168px;
    height: 168px;
  }

  .signal-card {
    padding: 17px;
  }

  .signal-card:first-child {
    top: 28px;
    left: 20px;
  }

  .signal-card:nth-child(2) {
    right: 20px;
    bottom: 52px;
  }

  .signal-card:nth-child(3) {
    bottom: 18px;
    left: 28px;
  }

  #operating-room-solutions .value-area-grid .mini-card {
    min-height: auto;
    align-items: center;
  }

  .card,
  .group-card,
  .pathway-card,
  .principle-card,
  .form-card,
  .model-card,
  .notice-card,
  .content-block {
    padding: 23px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

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

  .page-assist {
    top: max(82px, calc(env(safe-area-inset-top) + 72px));
    right: 14px;
    bottom: auto;
    left: 14px;
    max-width: none;
  }

  .page-assist-panel {
    width: 100%;
    max-height: min(66dvh, 560px);
    overflow-y: auto;
  }

  .page-assist-actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 6px;
  }

  .page-assist-button {
    width: 100%;
    min-height: 48px;
    padding-inline: 10px;
  }

  .page-assist-back {
    padding-inline: 0;
  }

  .page-assist-back-label,
  .explore-label-long {
    display: inline;
  }

  .explore-label-short {
    display: none;
  }

  .brand-logo-header {
    width: 174px;
  }

  .brand-logo-footer {
    width: min(224px, 100%);
  }

  .status-table {
    display: block;
    overflow-x: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Homepage visual evolution v1.3 */

.home-hero-evolved {
  min-height: 720px;
  padding-block: clamp(70px, 8vw, 108px);
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: clamp(38px, 5vw, 72px);
}

.home-hero-evolved::before {
  right: -12%;
  bottom: -4%;
  width: 560px;
  height: 560px;
  border-color: rgba(214, 179, 106, 0.14);
  background: linear-gradient(145deg, rgba(255, 243, 245, 0.9), rgba(231, 244, 251, 0.42));
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.home-hero-evolved h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 4.8vw, 4.55rem);
}

.engagement-modes {
  display: grid;
  max-width: 760px;
  margin: 34px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  list-style: none;
}

.engagement-modes li {
  display: grid;
  min-height: 78px;
  padding: 13px 14px;
  align-content: space-between;
  border: 1px solid rgba(197, 216, 225, 0.86);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 24px rgba(27, 61, 79, 0.05);
  gap: 7px;
}

.engagement-modes span {
  color: var(--gold-deep);
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.engagement-modes strong {
  font-size: 0.8rem;
  line-height: 1.22;
}

.hero-neural-wrap {
  position: relative;
  min-width: 0;
  padding-bottom: 12px;
}

.neural-stage {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(197, 216, 225, 0.84);
  border-radius: 46% 54% 49% 51% / 48% 42% 58% 52%;
  background:
    linear-gradient(rgba(22, 120, 168, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 120, 168, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 42% 44%, rgba(255, 255, 255, 0.98) 0 14%, rgba(255, 243, 245, 0.82) 42%, rgba(231, 244, 251, 0.76) 76%, rgba(255, 255, 255, 0.95) 100%);
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 34px 90px rgba(27, 61, 79, 0.14);
  contain: layout paint;
  isolation: isolate;
  overflow: hidden;
  animation: neural-stage-drift 24s ease-in-out infinite alternate;
}

.neural-stage::before,
.neural-stage::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
}

.neural-stage::before {
  inset: 9%;
  border: 1px solid rgba(22, 120, 168, 0.12);
  animation: neural-ring-breathe 14s ease-in-out infinite;
}

.neural-stage::after {
  inset: 23%;
  border: 1px solid rgba(214, 179, 106, 0.22);
  box-shadow: 0 0 70px rgba(214, 179, 106, 0.09);
  animation: neural-ring-breathe 11s ease-in-out 1.5s infinite reverse;
}

.neural-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.58;
  animation: neural-aura 16s ease-in-out infinite alternate;
}

.neural-aura-one {
  top: 10%;
  right: 9%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(205, 234, 247, 0.8), transparent 72%);
}

.neural-aura-two {
  bottom: 7%;
  left: 7%;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(242, 220, 226, 0.78), transparent 72%);
  animation-delay: -6s;
}

.neural-brand {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: min(62%, 330px);
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 60px rgba(27, 61, 79, 0.13);
  backdrop-filter: blur(14px);
  transform: translate(-50%, -50%);
  animation: neural-brand-float 12s ease-in-out infinite;
}

.neural-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.neural-caption {
  position: absolute;
  z-index: 6;
  bottom: 13%;
  left: 50%;
  padding: 8px 12px;
  border: 1px solid rgba(197, 216, 225, 0.82);
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.neural-node {
  position: absolute;
  z-index: 4;
  width: 13px;
  height: 13px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 7px rgba(22, 120, 168, 0.08), 0 0 24px rgba(22, 120, 168, 0.28);
  animation: neural-node-pulse 9s ease-in-out infinite;
}

.neural-node-3,
.neural-node-6,
.neural-node-9 {
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(214, 179, 106, 0.1), 0 0 24px rgba(214, 179, 106, 0.28);
}

.neural-node-1 { top: 14%; left: 18%; animation-delay: -1s; }
.neural-node-2 { top: 23%; right: 19%; animation-delay: -4s; }
.neural-node-3 { top: 42%; left: 9%; animation-delay: -7s; }
.neural-node-4 { top: 48%; right: 8%; animation-delay: -2s; }
.neural-node-5 { bottom: 19%; left: 22%; animation-delay: -5s; }
.neural-node-6 { right: 25%; bottom: 13%; animation-delay: -8s; }
.neural-node-7 { top: 8%; left: 48%; animation-delay: -3s; }
.neural-node-8 { bottom: 7%; left: 47%; animation-delay: -6s; }
.neural-node-9 { top: 65%; right: 7%; animation-delay: -9s; }

.neural-link {
  position: absolute;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 120, 168, 0), rgba(22, 120, 168, 0.62), rgba(214, 179, 106, 0.48));
  box-shadow: 0 0 10px rgba(22, 120, 168, 0.16);
  transform-origin: left center;
  animation: neural-link-pulse 10s ease-in-out infinite;
}

.neural-link-1 { top: 16%; left: 20%; width: 30%; transform: rotate(-7deg); animation-delay: -1s; }
.neural-link-2 { top: 23%; left: 49%; width: 31%; transform: rotate(8deg); animation-delay: -5s; }
.neural-link-3 { top: 43%; left: 11%; width: 34%; transform: rotate(6deg); animation-delay: -3s; }
.neural-link-4 { top: 49%; left: 57%; width: 35%; transform: rotate(-3deg); animation-delay: -7s; }
.neural-link-5 { top: 57%; left: 22%; width: 31%; transform: rotate(42deg); animation-delay: -2s; }
.neural-link-6 { top: 59%; left: 55%; width: 30%; transform: rotate(38deg); animation-delay: -6s; }
.neural-link-7 { top: 10%; left: 49%; width: 37%; transform: rotate(82deg); animation-delay: -4s; }
.neural-link-8 { top: 48%; left: 51%; width: 32%; transform: rotate(91deg); animation-delay: -8s; }

.motion-toggle {
  position: absolute;
  right: 18px;
  bottom: 0;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--slate);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 760;
}

.motion-toggle:hover {
  color: var(--blue-deep);
  background: var(--ice);
}

.motion-toggle:disabled {
  opacity: 0.7;
  cursor: default;
}

[data-neural-stage][data-motion-state="paused"] .neural-stage,
[data-neural-stage][data-motion-state="paused"] .neural-stage::before,
[data-neural-stage][data-motion-state="paused"] .neural-stage::after,
[data-neural-stage][data-motion-state="paused"] .neural-aura,
[data-neural-stage][data-motion-state="paused"] .neural-brand,
[data-neural-stage][data-motion-state="paused"] .neural-node,
[data-neural-stage][data-motion-state="paused"] .neural-link {
  animation-play-state: paused;
}

.role-section {
  border-block: 1px solid rgba(242, 220, 226, 0.82);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 243, 245, 0.96), transparent 28rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.96));
}

.role-navigator {
  display: grid;
  min-height: 470px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-lg);
  grid-template-columns: minmax(245px, 0.38fr) minmax(0, 1fr);
  overflow: hidden;
}

.role-tabs {
  display: grid;
  padding: 18px;
  align-content: center;
  border-right: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(23, 36, 45, 0.98), rgba(13, 82, 119, 0.94));
  gap: 8px;
}

.role-tab {
  position: relative;
  min-height: 56px;
  padding: 13px 16px 13px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 730;
  line-height: 1.28;
  text-align: left;
}

.role-tab::before {
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 7px;
  width: 2px;
  border-radius: 999px;
  background: transparent;
  content: "";
}

.role-tab:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.role-tab[aria-selected="true"] {
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.role-tab[aria-selected="true"]::before {
  background: var(--gold);
  box-shadow: 0 0 14px rgba(214, 179, 106, 0.5);
}

.role-panels {
  display: grid;
  min-width: 0;
  padding: clamp(30px, 5vw, 58px);
  align-items: center;
}

.role-panel {
  animation: role-panel-in 320ms ease both;
}

.role-panel[hidden] {
  display: none;
}

.role-panel h3 {
  max-width: 780px;
  font-size: clamp(2rem, 3vw, 2.65rem);
}

.role-panel ul {
  display: grid;
  margin: 28px 0 34px;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.role-panel li {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--slate);
  background: var(--soft-white);
  font-size: 0.86rem;
}

.solution-map-section {
  overflow: hidden;
}

.solution-map-grid {
  position: relative;
  display: grid;
  min-height: 700px;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(22, 120, 168, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 120, 168, 0.035) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(255, 243, 245, 0.92), rgba(255, 255, 255, 0.94) 46%, rgba(231, 244, 251, 0.68) 100%);
  background-size: 40px 40px, 40px 40px, auto;
  box-shadow: var(--shadow-lg);
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.72fr) minmax(0, 1fr);
  grid-template-rows: minmax(220px, auto) minmax(180px, auto) minmax(220px, auto);
  gap: 20px;
  isolation: isolate;
}

.solution-map-grid::before,
.solution-map-grid::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, transparent, rgba(22, 120, 168, 0.18), rgba(214, 179, 106, 0.24), rgba(22, 120, 168, 0.18), transparent);
  content: "";
  transform: translate(-50%, -50%);
}

.solution-map-grid::before {
  width: 78%;
  height: 1px;
}

.solution-map-grid::after {
  width: 1px;
  height: 76%;
  background: linear-gradient(180deg, transparent, rgba(22, 120, 168, 0.18), rgba(214, 179, 106, 0.24), rgba(22, 120, 168, 0.18), transparent);
}

.solution-domain {
  position: relative;
  z-index: 2;
  min-width: 0;
  align-self: start;
  border: 1px solid rgba(197, 216, 225, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.solution-domain-clinical { grid-area: 1 / 1; }
.solution-domain-operating { grid-area: 1 / 3; }
.solution-domain-intelligence { grid-area: 3 / 1; }
.solution-domain-business { grid-area: 3 / 3; }

.solution-domain summary {
  position: relative;
  display: grid;
  min-height: 116px;
  padding: 24px 48px 24px 24px;
  align-content: center;
  cursor: pointer;
  gap: 7px;
  list-style: none;
}

.solution-domain summary::-webkit-details-marker {
  display: none;
}

.solution-domain summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--blue-deep);
  content: "+";
  font-size: 1.35rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.solution-domain[open] summary::after {
  content: "−";
}

.solution-domain summary span {
  color: var(--gold-deep);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solution-domain summary strong {
  font-size: 1.18rem;
  line-height: 1.2;
}

.solution-domain[open] {
  border-color: rgba(22, 120, 168, 0.28);
  box-shadow: var(--shadow-lg);
}

.solution-domain-body > p {
  margin: -2px 20px 16px;
  color: var(--slate);
  font-size: 0.76rem;
  line-height: 1.55;
}

.solution-category-links {
  display: grid;
  padding: 0 20px 20px;
  gap: 7px;
}

.solution-category-links a {
  display: flex;
  min-height: 38px;
  padding: 8px 11px;
  border-radius: 9px;
  align-items: center;
  color: var(--blue-deep);
  background: var(--soft-white);
  font-size: 0.76rem;
  font-weight: 720;
  text-decoration: none;
}

.solution-category-links a:hover {
  background: var(--ice);
}

.solution-map-core {
  z-index: 3;
  display: grid;
  width: min(300px, 100%);
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 28px;
  align-self: center;
  align-content: center;
  justify-self: center;
  justify-items: center;
  border: 1px solid rgba(214, 179, 106, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 70px rgba(27, 61, 79, 0.13);
  grid-area: 2 / 2;
  text-align: center;
  overflow: hidden;
}

.solution-map-core img {
  width: min(210px, 84%);
  height: auto;
}

.solution-map-core p {
  margin: 18px 0 10px;
  color: var(--slate);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.solution-map-core ul {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  list-style: none;
}

.solution-map-core li {
  min-width: 0;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--white);
  font-size: 0.64rem;
  font-weight: 730;
  text-align: center;
}

.solution-map-core li:last-child {
  width: min(190px, 100%);
  grid-column: 1 / -1;
  justify-self: center;
}

.solution-hero h1,
.section-head h2,
.card h3,
.model-card h3,
.example-metric strong,
.timeline-step p {
  min-width: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.card,
.model-card,
.example-metric,
.timeline-step {
  min-width: 0;
}

.section-blush {
  border-block: 1px solid rgba(242, 220, 226, 0.92);
  background:
    radial-gradient(circle at 80% 18%, rgba(231, 244, 251, 0.5), transparent 25rem),
    linear-gradient(145deg, rgba(255, 243, 245, 0.94), rgba(255, 255, 255, 0.98));
}

.solution-journey {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 6vw, 78px);
}

.human-intelligence-figure {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(197, 216, 225, 0.9);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.human-intelligence-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.human-intelligence-figure figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(23, 36, 45, 0.72);
  backdrop-filter: blur(10px);
  font-size: 0.66rem;
  line-height: 1.35;
}

.engagement-journey {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.engagement-journey li {
  display: grid;
  padding: 17px 18px;
  border: 1px solid rgba(197, 216, 225, 0.84);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
}

.engagement-journey > li > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold), #f5dda1);
  font-size: 0.7rem;
  font-weight: 820;
}

.engagement-journey h3 {
  margin-bottom: 5px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.engagement-journey p {
  margin: 0;
  color: var(--slate);
  font-size: 0.82rem;
}

@keyframes neural-stage-drift {
  0% { border-radius: 46% 54% 49% 51% / 48% 42% 58% 52%; transform: translate3d(0, 0, 0); }
  100% { border-radius: 52% 48% 55% 45% / 43% 51% 49% 57%; transform: translate3d(0, -3px, 0); }
}

@keyframes neural-ring-breathe {
  0%, 100% { opacity: 0.58; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1.03); }
}

@keyframes neural-aura {
  0% { opacity: 0.42; transform: translate3d(-3px, 2px, 0) scale(0.98); }
  100% { opacity: 0.72; transform: translate3d(4px, -3px, 0) scale(1.04); }
}

@keyframes neural-brand-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(2px); }
  50% { transform: translate(-50%, -50%) translateY(-3px); }
}

@keyframes neural-node-pulse {
  0%, 100% { opacity: 0.68; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes neural-link-pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.9; }
}

@keyframes role-panel-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
  .home-hero-evolved {
    grid-template-columns: 1fr;
  }

  .hero-neural-wrap {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .neural-stage {
    min-height: 520px;
  }
}

@media (max-width: 959px) {
  .role-navigator {
    grid-template-columns: 1fr;
  }

  .role-tabs {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-panel ul {
    grid-template-columns: 1fr;
  }

  .role-panel li {
    min-height: auto;
  }

  .solution-map-grid {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .solution-map-grid::before,
  .solution-map-grid::after {
    display: none;
  }

  .solution-map-core {
    grid-area: auto;
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(360px, 100%);
    margin-inline: auto;
    border-radius: 50%;
  }

  .solution-domain-clinical,
  .solution-domain-operating,
  .solution-domain-intelligence,
  .solution-domain-business {
    grid-area: auto;
  }

  .solution-journey {
    grid-template-columns: 1fr;
  }

  .human-intelligence-figure {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .human-intelligence-figure img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 680px) {
  .home-hero-evolved {
    padding-block: 58px 68px;
  }

  .home-hero-evolved h1 {
    font-size: clamp(2.55rem, 12.5vw, 3.5rem);
  }

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

  .engagement-modes li {
    min-height: 72px;
  }

  .hero-neural-wrap {
    padding-bottom: 46px;
  }

  .neural-stage {
    min-height: 390px;
    border-radius: 34px;
  }

  .neural-brand {
    width: min(72%, 290px);
    padding: 20px;
  }

  .neural-caption {
    bottom: 11%;
    max-width: calc(100% - 40px);
    text-align: center;
  }

  .neural-node-7,
  .neural-node-8,
  .neural-node-9,
  .neural-link-6,
  .neural-link-7,
  .neural-link-8 {
    display: none;
  }

  .motion-toggle {
    right: 0;
  }

  .role-tabs {
    grid-template-columns: 1fr;
  }

  .role-panels {
    padding: 26px 22px;
  }

  .role-panel h3 {
    font-size: 1.8rem;
  }

  .solution-map-grid {
    padding: 14px;
    grid-template-columns: 1fr;
  }

  .solution-map-core {
    grid-column: auto;
  }

  .managed-pillar-grid,
  .cognitive-support ul,
  .cognitive-domain-panel {
    grid-template-columns: 1fr;
  }

  .cognitive-domain-panel span:last-child {
    grid-column: auto;
  }

  .solution-domain summary {
    min-height: 96px;
    padding: 20px 46px 20px 20px;
  }

  .human-intelligence-figure img {
    aspect-ratio: 4 / 3;
  }

  .engagement-journey li {
    padding: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neural-stage,
  .neural-stage::before,
  .neural-stage::after,
  .neural-aura,
  .neural-brand,
  .neural-node,
  .neural-link,
  .role-panel {
    animation: none !important;
  }

  .neural-stage,
  .neural-brand {
    transform: none;
  }

  .neural-brand {
    transform: translate(-50%, -50%);
  }
}

/* Interactive pathways and living neural intelligence v1.4 */

.engagement-modes li {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.engagement-modes a {
  display: grid;
  min-height: 92px;
  padding: 13px 14px;
  align-content: space-between;
  border: 1px solid rgba(197, 216, 225, 0.86);
  border-radius: 14px;
  color: inherit;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 24px rgba(27, 61, 79, 0.05);
  gap: 7px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.engagement-modes a:hover {
  border-color: rgba(22, 120, 168, 0.46);
  color: inherit;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(27, 61, 79, 0.11);
  transform: translateY(-3px);
}

.engagement-modes a:focus-visible {
  outline: 3px solid rgba(22, 120, 168, 0.34);
  outline-offset: 3px;
}

.engagement-modes em,
.engagement-journey em {
  color: var(--blue-deep);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 780;
  letter-spacing: 0.01em;
}

.neural-stage::before,
.neural-stage::after {
  z-index: 0;
}

.neural-stage {
  animation-duration: 14s;
}

.neural-aura {
  z-index: 1;
  animation-duration: 9s;
}

.neural-flow {
  position: absolute;
  z-index: 1;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(25px);
  opacity: 0.58;
  pointer-events: none;
  will-change: transform, opacity;
}

.neural-flow-one {
  top: -17%;
  left: -13%;
  background: radial-gradient(circle, rgba(22, 120, 168, 0.52), rgba(122, 198, 228, 0.14) 42%, transparent 69%);
  animation: neural-flow-one 10s ease-in-out infinite alternate;
}

.neural-flow-two {
  right: -15%;
  bottom: -13%;
  background: radial-gradient(circle, rgba(242, 220, 226, 0.84), rgba(214, 179, 106, 0.18) 44%, transparent 70%);
  animation: neural-flow-two 12s ease-in-out -4s infinite alternate;
}

.neural-flow-three {
  top: 22%;
  left: 28%;
  width: 46%;
  background: radial-gradient(circle, rgba(214, 179, 106, 0.4), rgba(255, 255, 255, 0.12) 42%, transparent 68%);
  animation: neural-flow-three 8s ease-in-out -2s infinite alternate;
}

.neural-link {
  --signal-delay: 0s;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 120, 168, 0.05), rgba(22, 120, 168, 0.82), rgba(255, 255, 255, 0.96), rgba(214, 179, 106, 0.75), rgba(22, 120, 168, 0.06));
  background-size: 220% 100%;
  box-shadow: 0 0 14px rgba(22, 120, 168, 0.24);
  animation: neural-link-current 5.4s ease-in-out infinite;
  overflow: visible;
}

.neural-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.98), 0 0 17px rgba(22, 120, 168, 0.92), 0 0 30px rgba(214, 179, 106, 0.58);
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: neural-signal-travel 4.6s ease-in-out var(--signal-delay) infinite;
}

.neural-link-1 { --signal-delay: -0.4s; }
.neural-link-2 { --signal-delay: -2.8s; }
.neural-link-3 { --signal-delay: -1.3s; }
.neural-link-4 { --signal-delay: -3.9s; }
.neural-link-5 { --signal-delay: -2.1s; }
.neural-link-6 { --signal-delay: -4.4s; }
.neural-link-7 { --signal-delay: -0.9s; }
.neural-link-8 { --signal-delay: -3.2s; }

.neural-node {
  --drift-x: 7px;
  --drift-y: -6px;
  animation: neural-node-live 6.2s ease-in-out infinite;
  will-change: transform, opacity, box-shadow;
}

.neural-node-2,
.neural-node-5,
.neural-node-8 {
  --drift-x: -9px;
  --drift-y: 7px;
}

.neural-node-3,
.neural-node-6,
.neural-node-9 {
  --drift-x: 6px;
  --drift-y: 9px;
}

.neural-brand {
  animation-duration: 7s;
}

.neural-solution-toggle {
  position: relative;
  z-index: 8;
  bottom: auto;
  left: auto;
  display: inline-flex;
  width: auto;
  max-width: 520px;
  min-height: 44px;
  margin: 0;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  border-color: rgba(22, 120, 168, 0.32);
  box-shadow: 0 10px 24px rgba(27, 61, 79, 0.1);
  cursor: pointer;
  flex-wrap: wrap;
  gap: 9px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  transform: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.neural-control-row {
  position: relative;
  z-index: 10;
  display: grid;
  width: 100%;
  margin-top: 16px;
  padding-inline: 12px;
  align-items: center;
  justify-content: center;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.neural-control-row .neural-solution-toggle {
  width: min(100%, 520px);
  justify-self: center;
}

.neural-control-row .motion-toggle {
  position: static;
  justify-self: start;
}

.neural-solution-toggle > span:first-child {
  min-width: 0;
}

.neural-solution-toggle:hover,
.neural-solution-toggle:focus-visible,
.neural-solution-toggle[aria-expanded="true"] {
  border-color: var(--blue-deep);
  color: #fff;
  background: var(--blue-deep);
  transform: translateY(-3px);
}

.neural-solution-toggle:focus-visible {
  outline: 3px solid rgba(22, 120, 168, 0.28);
  outline-offset: 3px;
}

.neural-toggle-cue {
  color: var(--gold-deep);
  font-size: 0.62rem;
}

.neural-solution-toggle:hover .neural-toggle-cue,
.neural-solution-toggle:focus-visible .neural-toggle-cue,
.neural-solution-toggle[aria-expanded="true"] .neural-toggle-cue {
  color: #f5dda1;
}

.neural-solution-panel {
  position: relative;
  z-index: 9;
  inset: auto;
  display: grid;
  margin: 18px 24px 10px;
  padding: clamp(20px, 3vw, 30px);
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background: rgba(247, 251, 253, 0.93);
  box-shadow: 0 30px 70px rgba(27, 61, 79, 0.24);
  backdrop-filter: blur(20px);
  gap: 18px;
}

.neural-solution-panel[hidden] {
  display: none;
}

.neural-panel-head {
  display: grid;
  gap: 5px;
}

.neural-panel-head > span {
  color: var(--blue-deep);
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.neural-panel-head > strong {
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1.18;
}

.neural-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.neural-panel-grid a {
  display: grid;
  min-height: 86px;
  padding: 15px;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: inherit;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.neural-panel-grid a:hover {
  border-color: var(--blue);
  color: inherit;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.neural-panel-grid a:focus-visible {
  outline: 3px solid rgba(22, 120, 168, 0.3);
  outline-offset: 2px;
}

.neural-panel-grid a span {
  color: var(--gold-deep);
  font-size: 0.63rem;
  font-weight: 820;
}

.neural-panel-grid a strong {
  font-size: 0.82rem;
}

.hero-neural-wrap[data-solutions-open="true"] .neural-stage {
  border-color: rgba(22, 120, 168, 0.34);
}

.motion-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.motion-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(22, 120, 168, 0.1), 0 0 13px rgba(22, 120, 168, 0.58);
  animation: neural-motion-status 1.8s ease-in-out infinite;
}

[data-neural-stage][data-motion-state="paused"] .motion-status-dot {
  background: var(--slate);
  box-shadow: 0 0 0 4px rgba(77, 101, 114, 0.1);
}

[data-neural-stage][data-motion-state="paused"] .neural-flow,
[data-neural-stage][data-motion-state="paused"] .neural-link::after,
[data-neural-stage][data-motion-state="paused"] .motion-status-dot {
  animation-play-state: paused;
}

.engagement-journey li {
  display: block;
  padding: 0;
  grid-template-columns: none;
  overflow: hidden;
}

.engagement-journey > li > a {
  display: grid;
  min-height: 100%;
  padding: 17px 18px;
  color: inherit;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.engagement-journey > li > a:hover {
  color: inherit;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 4px 0 0 var(--blue);
}

.engagement-journey > li > a:focus-visible {
  outline: 3px solid rgba(22, 120, 168, 0.3);
  outline-offset: -3px;
}

.engagement-journey > li > a > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold), #f5dda1);
  font-size: 0.7rem;
  font-weight: 820;
}

.engagement-journey em {
  display: inline-block;
  margin-top: 7px;
}

.proof-card-link .link-cue {
  color: var(--blue-deep);
  font-size: 0.7rem;
  font-weight: 780;
}

.category-directory[id] {
  scroll-margin-top: 132px;
}

@keyframes neural-flow-one {
  from { opacity: 0.34; transform: translate3d(-10px, 4px, 0) scale(0.88); }
  to { opacity: 0.86; transform: translate3d(52px, 38px, 0) scale(1.2); }
}

@keyframes neural-flow-two {
  from { opacity: 0.38; transform: translate3d(10px, 12px, 0) scale(0.9); }
  to { opacity: 0.84; transform: translate3d(-52px, -34px, 0) scale(1.17); }
}

@keyframes neural-flow-three {
  from { opacity: 0.3; transform: translate3d(-24px, 18px, 0) scale(0.84); }
  to { opacity: 0.74; transform: translate3d(30px, -24px, 0) scale(1.24); }
}

@keyframes neural-link-current {
  0%, 100% { opacity: 0.44; background-position: 0% 50%; }
  50% { opacity: 0.98; background-position: 100% 50%; }
}

@keyframes neural-signal-travel {
  0% { left: 0; opacity: 0; }
  12% { opacity: 1; }
  82% { opacity: 0.96; }
  100% { left: 100%; opacity: 0; }
}

@keyframes neural-node-live {
  0%, 100% { opacity: 0.62; transform: translate3d(0, 0, 0) scale(0.88); }
  50% { opacity: 1; transform: translate3d(var(--drift-x), var(--drift-y), 0) scale(1.28); }
}

@keyframes neural-motion-status {
  0%, 100% { opacity: 0.55; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.18); }
}

@media (max-width: 680px) {
  .engagement-modes a {
    min-height: 94px;
  }

  .neural-solution-toggle {
    bottom: auto;
    width: 100%;
    max-width: 520px;
    margin-top: 0;
    padding-inline: 14px;
    white-space: normal;
  }

  .neural-control-row {
    margin-top: 12px;
    padding-inline: 0;
  }

  .neural-control-row .motion-toggle {
    width: 100%;
    justify-content: center;
    justify-self: stretch;
  }

  .neural-solution-panel {
    inset: auto;
    margin: 14px 0 8px;
    padding: 18px;
    border-radius: 22px;
    gap: 12px;
  }

  .neural-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .neural-panel-grid a {
    min-height: 72px;
    padding: 11px;
  }

  .engagement-journey > li > a {
    padding: 15px;
  }

  .category-directory[id] {
    scroll-margin-top: 136px;
  }
}

@media (max-width: 420px) {
  .engagement-modes {
    grid-template-columns: 1fr;
  }

  .engagement-modes a {
    min-height: 82px;
  }
}

@media (max-width: 680px) {
  body:not(.hospital-or-page) .solution-hero h1 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }
}

/* v1.7.2 mobile correction: keep the Hospital & OR hero within its shell. */
@media (max-width: 680px) {
  .hospital-or-page .hero > * {
    min-width: 0;
  }

  .hospital-or-page .hero h1 {
    font-size: clamp(2rem, 11.2vw, 3.2rem);
  }

  .hospital-or-page .hero .eyebrow {
    max-width: 100%;
    flex-wrap: wrap;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neural-flow,
  .neural-link::after,
  .motion-status-dot {
    animation: none !important;
  }
}

/* Public-release responsive and text-zoom hardening. Keep last in cascade. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.category-detail,
.detail-grid,
.detail-grid > div,
.subcategory-grid,
.mini-card,
.footer-grid > *,
.nav-links li,
.nav-links a,
.conversation-shell,
.conversation-step,
.conversation-review-grid > * {
  min-inline-size: 0;
}

.detail-grid h4,
.detail-grid p,
.mini-card h4,
.mini-card p,
.footer-contact a,
.footer-links a,
.footer-meta,
.conversation-option,
.conversation-summary,
.future-contact-panel {
  overflow-wrap: anywhere;
}

.future-contact-panel > .button {
  display: inline-flex;
  max-width: 100%;
  margin-block: 16px;
  white-space: normal;
}

.cognitive-audience-grid {
  grid-template-columns: minmax(0, 1fr);
}

/* The public navigation collapses before labels can crowd at browser zoom. */
@media (max-width: 1399px) {
  .header-inner {
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    width: min(360px, calc(100vw - 40px));
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-lg);
  }

  .nav-cluster[data-open="true"] .nav-panel {
    display: block;
  }

  .nav-links {
    display: grid;
    gap: 3px;
  }

  .nav-links a {
    width: 100%;
    min-height: 46px;
    padding-inline: 12px;
    font-size: 0.88rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mobile-cta {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }

  .header-cta {
    display: none;
  }
}

@media (min-width: 1400px) {
  .nav-links a {
    white-space: nowrap;
  }
}

/* Replace the fixed circular solution map before page zoom can compress it. */
@media (max-width: 1199px) {
  .solution-map-core {
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 28px 24px;
    border-radius: 32px;
    overflow: visible;
  }

  .solution-map-core img {
    width: min(230px, 72%);
  }

  .solution-map-core ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-map-core li,
  .solution-map-core li:last-child {
    width: auto;
    padding: 10px 9px;
    grid-column: auto;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1219px) {
  .nav-links a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 0;
  }

  .solution-map-core {
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 24px 20px;
    border-radius: 28px;
    overflow: visible;
  }

  .solution-map-core img {
    width: min(210px, 72%);
  }

  .solution-map-core ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-map-core li,
  .solution-map-core li:last-child {
    width: auto;
    padding: 9px 8px;
    grid-column: auto;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .footer-contact a,
  .footer-links a {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .category-detail {
    padding: 22px 18px;
  }

  .detail-grid > div,
  .mini-card {
    padding: 18px;
  }
}

/* v1.8.1 extreme-zoom hardening: let pathway controls reflow before text can
   force a card or pill beyond its assigned track. */
.engagement-modes {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 8rem), 1fr));
}

.engagement-modes li,
.engagement-modes a,
.engagement-modes strong,
.engagement-modes em {
  min-inline-size: 0;
  max-inline-size: 100%;
}

.engagement-modes a {
  width: 100%;
  box-sizing: border-box;
}

.engagement-modes strong,
.engagement-modes em {
  hyphens: auto;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.solution-map-core ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-map-core li,
.solution-map-core li:last-child {
  width: auto;
  min-inline-size: 0;
  max-inline-size: 100%;
  padding: 8px 7px;
  grid-column: auto;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (min-width: 1200px) {
  .solution-map-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr) minmax(0, 1fr);
  }

  .solution-map-core {
    width: min(320px, 100%);
    min-height: 320px;
    aspect-ratio: auto;
    padding: 30px;
    border-radius: 160px;
    overflow: visible;
  }
}

.pathway-link,
.pathway-link span,
.pathway-link strong,
.category-card,
.category-card strong,
.neural-panel-grid a,
.neural-panel-grid a strong,
.conversation-progress li,
.conversation-progress li > strong,
.notice-card a,
.page-assist-button {
  min-inline-size: 0;
  max-inline-size: 100%;
  overflow-wrap: anywhere;
}

.page-assist-actions {
  flex-wrap: wrap;
}

.page-assist-button {
  line-height: 1.2;
  white-space: normal;
}

@media (max-width: 820px) {
  .engagement-modes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .engagement-modes {
    grid-template-columns: minmax(0, 1fr);
  }
}
