/* MEDICAP: the pod, the connected ecosystem, and the research horizon. */
.desktop-nav { gap: 26px; margin-right: 20px; }
.pod-heading h2 { font-size: clamp(42px, 4.9vw, 70px); letter-spacing: -2.8px; }
.pod-intro { max-width: 420px; }
.pod-intro h3 { font-size: 25px; letter-spacing: -.8px; font-weight: 500; margin-bottom: 18px; }
.pod-intro p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.pod-definitions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; padding: 29px 0 32px; border-block: 1px solid var(--line); margin: 0 0 49px; }
.pod-definitions > div + div { border-left: 1px solid var(--line); padding-left: 35px; }
.pod-definitions span { font-size: 12px; letter-spacing: 1.3px; color: var(--blue); }
.pod-definitions p { margin-top: 12px; max-width: 300px; font-size: 16px; color: var(--muted); }
.journey-label { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; margin-bottom: 24px; }
.journey-label > span { font-size: 12px; letter-spacing: 1.3px; color: var(--blue); }
.journey-label p { font-size: 14px; color: var(--muted); }
.ecosystem-section { background: var(--navy); color: white; padding: 90px 0 44px; }
.ecosystem-section .eyebrow { color: #b4cbea; font-size: 12px; }
.ecosystem-section h2 span { color: #9dbce5; }
.ecosystem-section .section-heading > p { color: #c0cde0; }
.ecosystem-grid { display: grid; grid-template-columns: 1.18fr 1fr; gap: 80px; align-items: center; }
.ecosystem-map { width: 100%; max-width: 570px; height: 455px; position: relative; isolation: isolate; }
.orbit { position: absolute; border: 1px solid #adc9ee29; border-radius: 50%; z-index: -1; pointer-events: none; left: 50%; top: 45%; transform: translate(-50%, -50%); }
.orbit-outer { width: 76%; height: 78%; }
.orbit-inner { width: 44%; height: 49%; border-style: dashed; border-color: #adc9ee35; }
.person-center { position: absolute; left: 50%; top: 45%; transform: translate(-50%, -50%); width: 156px; height: 156px; border-radius: 50%; border: 1px solid #b8d1f157; background: #ffffff06; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.person-center > span { font-family: var(--heading); font-size: 54px; letter-spacing: -2px; line-height: 1; font-weight: 500; }
.person-center small { font-size: 9px; letter-spacing: .9px; color: #bdcce1; }
.eco-node { position: absolute; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; gap: 10px; width: 148px; min-height: 56px; padding: 12px 8px; color: #d5e1f2; background: #203959; border: 1px solid #b4cbea38; border-radius: 9px; transition: background .25s, border-color .25s, box-shadow .25s; }
.eco-node strong { font-size: 13px; font-weight: 500; }
.node-number { color: #a9c2e6; font-size: 11px; }
.eco-node:hover { background: #2b4a71; border-color: #b4cbea; }
.eco-node[aria-pressed="true"] { background: #edf3fb; color: var(--navy); border-color: #edf3fb; box-shadow: 0 0 0 6px #ffffff0b; }
.eco-node[aria-pressed="true"] .node-number { color: var(--blue); }
.node-pod { left: 50%; top: 6%; }
.node-app { left: 84%; top: 37%; }
.node-data { left: 73%; top: 78%; }
.node-signal { left: 27%; top: 78%; }
.node-ai { left: 16%; top: 37%; }
.map-caption { position: absolute; bottom: 0; width: 100%; text-align: center; font-size: 11px; letter-spacing: 1.35px; color: #a9bfdc; }
.eco-detail { padding: 28px 0 25px; min-height: 455px; }
.eco-detail-top { display: flex; justify-content: space-between; gap: 18px; color: #afc5e4; font-size: 11px; letter-spacing: 1.1px; padding-bottom: 24px; border-bottom: 1px solid #ffffff26; }
.eco-detail h3 { font-size: clamp(28px, 2.8vw, 39px); max-width: 410px; letter-spacing: -1.3px; font-weight: 500; margin: 26px 0 18px; }
.eco-detail > p { font-size: 16px; color: #c0cde0; line-height: 1.85; min-height: 115px; }
.eco-connection, .eco-outcome { margin-top: 25px; }
.eco-connection > span, .eco-outcome > span { color: #9ebce6; font-size: 11px; letter-spacing: 1.25px; }
.eco-connection p, .eco-outcome p { color: #e1e9f5; font-size: 15px; margin-top: 7px; }
.eco-outcome { padding-left: 17px; border-left: 2px solid #739ed8; }
.clinical-loop { margin-top: 44px; padding-top: 28px; border-top: 1px solid #ffffff26; display: flex; flex-wrap: wrap; align-items: center; gap: 20px 40px; }
.clinical-loop > span { font-size: 11px; letter-spacing: 1.1px; color: #a9bfdc; }
.clinical-loop ol { display: flex; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; gap: 12px; }
.clinical-loop li { font-size: 13px; color: #e1e9f5; }
.clinical-loop li + li::before { content: '→'; margin-right: 12px; color: #8eb0df; }
.clinical-loop > p { flex-basis: 100%; font-size: 13px; color: #afc3df; }
.future-section { padding-bottom: 70px; }
.future-section .section-heading { align-items: start; }
.future-section h2 { font-size: clamp(32px, 3.25vw, 47px); }
.future-tabs { display: grid; grid-template-columns: 1fr 1fr 1.2fr; border-bottom: 1px solid var(--line); gap: 30px; }
.future-tabs button { background: transparent; border: 0; border-bottom: 2px solid transparent; padding: 21px 0; text-align: left; font-family: var(--heading); font-size: 18px; letter-spacing: -.4px; color: var(--muted); display: flex; align-items: baseline; gap: 15px; }
.future-tabs button > span { font-family: var(--font); font-size: 12px; color: #7a8ba4; letter-spacing: 0; }
.future-tabs button[aria-selected="true"] { border-bottom-color: var(--blue); color: var(--blue); }
.future-tabs button:hover { color: var(--blue); }
.future-panel { display: grid; grid-template-columns: 1.05fr 1fr; gap: 100px; padding: 43px 0 36px; min-height: 375px; }
.horizon-tag { color: var(--blue); background: var(--pale); border-radius: 4px; display: inline-block; font-size: 11px; letter-spacing: 1px; padding: 5px 10px; }
.future-copy h3 { font-size: 30px; font-weight: 500; letter-spacing: -1px; margin: 20px 0 17px; max-width: 380px; }
.future-copy > p { font-size: 16px; color: var(--muted); line-height: 1.85; }
.future-copy .future-boundary { font-size: 13px; color: #586b86; margin-top: 18px; }
.future-layers { padding-top: 6px; }
.future-layers-label { font-size: 11px; letter-spacing: 1.2px; color: var(--muted); }
.future-layers ol { list-style: none; padding: 0; margin: 19px 0 0; }
.future-layers li { padding: 18px 0; border-top: 1px solid var(--line); display: flex; gap: 23px; align-items: baseline; }
.future-layers li > span { color: var(--bright); font-size: 12px; }
.future-layers strong { display: block; font-weight: 500; font-size: 17px; }
.future-layers p { font-size: 14px; color: var(--muted); margin-top: 5px; }
.future-note { font-size: 12px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 21px; line-height: 1.9; }
.team-section { border-top: 1px solid var(--line); padding-top: 72px; }
.team-section h2 { font-size: clamp(32px, 3vw, 43px); }
.leadership-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.leadership-grid .team-card { background: transparent; border-radius: 0; }
.portrait-frame { overflow: hidden; border-radius: 12px; background: var(--soft); aspect-ratio: 1 / 1.08; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform .5s; }
.portrait-frame .portrait-ian { object-position: center 34%; }
.team-card:hover .portrait-frame img { transform: scale(1.025); }
.leadership-grid .team-info { padding: 23px 0 0; }
.leadership-grid .team-info > span { font-size: 12px; letter-spacing: 1.2px; }
.leadership-grid .team-info h3 { font-size: clamp(20px, 2vw, 26px); margin: 8px 0 0; letter-spacing: -.6px; }

@media (max-width: 1150px) {
  .desktop-nav { gap: 20px; margin-right: 0; }
  .pod-heading { gap: 55px; }
  .pod-intro { max-width: 380px; }
  .ecosystem-grid { gap: 35px; grid-template-columns: 1.12fr 1fr; }
  .eco-node { width: 127px; gap: 7px; }
  .eco-node strong { font-size: 12px; }
  .ecosystem-map { height: 415px; }
  .person-center { width: 132px; height: 132px; }
  .person-center small { font-size: 8px; letter-spacing: .5px; }
  .future-panel { gap: 55px; }
  .future-tabs { gap: 20px; }
  .future-tabs button { font-size: 16px; gap: 10px; }
}
@media (max-width: 900px) {
  .pod-heading { align-items: start; gap: 35px; }
  .pod-heading h2 { font-size: 47px; }
  .pod-intro { max-width: 310px; }
  .pod-intro h3 { font-size: 23px; }
  .pod-definitions { gap: 24px; }
  .pod-definitions > div + div { padding-left: 24px; }
  .pod-definitions p { font-size: 15px; }
  .ecosystem-grid { grid-template-columns: 1fr; gap: 25px; }
  .ecosystem-map { max-width: 560px; height: 430px; margin-inline: auto; }
  .eco-node { width: 145px; }
  .eco-node strong { font-size: 13px; }
  .person-center { width: 155px; height: 155px; }
  .person-center small { font-size: 9px; }
  .eco-detail { min-height: 0; padding-bottom: 0; }
  .eco-detail > p { min-height: 0; max-width: 630px; }
  .eco-detail h3 { max-width: none; }
  .eco-detail-top { padding-bottom: 18px; }
  .future-tabs button { font-size: 15px; }
  .future-panel { gap: 38px; }
  .leadership-grid { gap: 20px; }
  .leadership-grid .team-info > span { font-size: 10px; letter-spacing: .8px; }
  .leadership-grid .team-info h3 { font-size: 19px; }
}
@media (max-width: 640px) {
  .pod-heading { gap: 24px; }
  .pod-heading h2 { font-size: clamp(42px, 11.3vw, 60px); letter-spacing: -2px; }
  .pod-intro { max-width: none; }
  .pod-intro h3 { font-size: 23px; margin-bottom: 14px; }
  .pod-intro p { font-size: 15px; }
  .pod-definitions { grid-template-columns: 1fr; gap: 0; padding: 0; margin-bottom: 32px; }
  .pod-definitions > div { padding: 20px 0; display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: baseline; }
  .pod-definitions > div + div { padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .pod-definitions span { font-size: 10px; letter-spacing: .8px; }
  .pod-definitions p { margin: 0; font-size: 14px; }
  .journey-label { display: block; margin-bottom: 20px; }
  .journey-label > span { font-size: 11px; }
  .journey-label p { margin-top: 9px; font-size: 14px; }
  .ecosystem-section { padding: 57px 0 33px; }
  .ecosystem-section .eyebrow { font-size: 10px; }
  .ecosystem-map { height: 345px; max-width: 410px; }
  .orbit-outer { width: 78%; height: 72%; }
  .orbit-inner { width: 47%; height: 46%; }
  .eco-node { width: 104px; min-height: 60px; padding: 8px 6px; flex-direction: column; gap: 2px; }
  .eco-node strong { font-size: 12px; }
  .node-number { font-size: 10px; }
  .node-pod { top: 7%; }
  .node-app { left: 83%; top: 36%; }
  .node-ai { left: 17%; top: 36%; }
  .node-data { left: 72%; top: 76%; }
  .node-signal { left: 28%; top: 76%; }
  .person-center { width: 113px; height: 113px; }
  .person-center > span { font-size: 42px; }
  .person-center small { max-width: 78px; text-align: center; font-size: 8px; letter-spacing: .5px; }
  .map-caption { font-size: 10px; }
  .eco-detail { padding-top: 15px; }
  .eco-detail h3 { font-size: 29px; letter-spacing: -1px; }
  .eco-detail > p { font-size: 15px; }
  .eco-detail-top { font-size: 10px; }
  .clinical-loop { margin-top: 33px; gap: 17px; }
  .clinical-loop ol { gap: 8px; }
  .clinical-loop li { font-size: 12px; }
  .clinical-loop li + li::before { margin-right: 8px; }
  .clinical-loop > p { font-size: 12px; line-height: 1.8; }
  .future-section { padding-bottom: 48px; }
  .future-section h2 { font-size: 33px; }
  .future-tabs { gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .future-tabs button { flex-direction: column; gap: 7px; font-size: 13px; line-height: 1.5; letter-spacing: -.2px; padding: 15px 0; }
  .future-tabs button > span { font-size: 11px; }
  .future-panel { grid-template-columns: 1fr; padding-top: 28px; gap: 30px; min-height: 0; }
  .future-copy h3 { font-size: 28px; }
  .future-copy > p { font-size: 15px; }
  .future-copy .future-boundary { font-size: 12px; }
  .future-layers li { padding: 15px 0; gap: 20px; }
  .future-layers strong { font-size: 16px; }
  .future-layers p { font-size: 14px; }
  .future-note { font-size: 12px; }
  .team-section { padding-top: 52px; }
  .team-section h2 { font-size: 33px; }
  .leadership-grid { grid-template-columns: 1fr; gap: 30px; }
  .leadership-grid .team-card { display: block; }
  .leadership-grid .portrait-frame { aspect-ratio: 1 / 1.04; }
  .leadership-grid .team-info { padding-top: 18px; }
  .leadership-grid .team-info > span { font-size: 12px; letter-spacing: 1.1px; }
  .leadership-grid .team-info h3 { font-size: 25px; margin-top: 6px; }
}
@media (max-width: 360px) {
  .eco-node { width: 90px; }
  .eco-node strong { font-size: 11px; }
  .person-center { width: 95px; height: 95px; }
  .person-center > span { font-size: 36px; }
  .pod-definitions > div { grid-template-columns: 107px 1fr; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .eco-node, .portrait-frame img { transition: none; }
}
