:root {
  --clay: #c04416;
  --clay-dark: #9e3510;
  --cream: #fdf5f1;
  --ink: #2e2a28;
  --line: #ead8d0;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--clay); background: var(--white); font-family: Lato, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(192,68,22,.12); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 1 auto; align-items: center; gap: 9px; color: var(--clay); text-decoration: none; }
.brand img { width: 56px; height: 56px; flex: 0 0 56px; border-radius: 10px; object-fit: cover; }
.brand > span { display: flex; min-width: 0; flex-direction: column; line-height: 1.05; }
.brand strong { font: 600 1.55rem/1 Futura, "Century Gothic", "Avenir Next", Avenir, sans-serif; font-feature-settings: "liga" 0, "clig" 0; font-variant-ligatures: none; letter-spacing: .045em; }
.brand-letter-f { display: inline-block; margin-right: .08em; }
.brand small { margin-top: 6px; font: 600 .5rem/1.2 "Avenir Next", Avenir, Futura, "Century Gothic", sans-serif; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
nav { display: flex; flex-wrap: wrap; align-self: flex-end; align-items: center; justify-content: center; gap: 34px; }
nav a { padding: 9px 2px; border-bottom: 4px solid transparent; text-decoration: none; }
nav a[aria-current="page"] { border-color: var(--clay); font-weight: 700; }
nav a:hover, nav a:focus-visible { border-color: var(--clay); outline: none; }
.solution-menu { position: relative; }
.solution-menu > a { display: block; }
.solution-submenu { position: absolute; z-index: 5; top: calc(100% - 1px); left: 50%; display: grid; min-width: 170px; padding: 7px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); box-shadow: 0 12px 26px rgba(46,42,40,.14); opacity: 0; pointer-events: none; transform: translate(-50%, -5px); transition: opacity .15s ease, transform .15s ease; visibility: hidden; }
.solution-submenu a { padding: 9px 11px; border: 0; border-radius: 4px; color: var(--ink); white-space: nowrap; }
.solution-submenu a:hover, .solution-submenu a:focus-visible { color: var(--clay); background: var(--cream); }
.solution-menu:hover .solution-submenu, .solution-menu:focus-within .solution-submenu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); visibility: visible; }

h1 { max-width: 760px; margin: 0; font: 700 clamp(2.15rem, 4.4vw, 3.45rem)/1.18 Inter, Arial, sans-serif; letter-spacing: -.035em; }
h1 span { display: block; }
h1 strong { color: var(--clay-dark); font-weight: 800; }

.landing-hero { overflow: hidden; padding: 56px 0 62px; color: var(--ink); background: linear-gradient(115deg, var(--cream), var(--white) 72%); }
.landing-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 62px; align-items: center; }
.landing-hero-copy .eyebrow { margin: 0 0 12px; color: var(--clay); font-size: .88rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.landing-hero-copy h1 { max-width: 690px; color: var(--ink); font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1.08; }
.landing-hero-copy > p:last-of-type { max-width: 650px; margin: 20px 0 0; color: #5f5551; font-size: 1.04rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 10px 19px; border: 2px solid var(--clay); border-radius: 999px; color: var(--white); background: var(--clay); font-weight: 800; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.hero-button-secondary { color: var(--clay); background: transparent; }
.hero-button:hover, .hero-button:focus-visible { border-color: var(--clay-dark); background: var(--clay-dark); outline: 3px solid rgba(192,68,22,.18); outline-offset: 3px; transform: translateY(-2px); }
.hero-button-secondary:hover, .hero-button-secondary:focus-visible { color: var(--white); }
.hero-loop-visual { width: min(100%, 540px); aspect-ratio: 760 / 650; margin: 0 auto; }
.hero-loop-visual img { width: 100%; height: auto; filter: drop-shadow(0 18px 28px rgba(110,55,28,.12)); }

h2 { margin: 0 0 40px; text-align: center; font: 700 clamp(2rem, 4vw, 3rem)/1.1 Poppins, Arial, sans-serif; }

.people-section { padding: 54px 0; color: var(--ink); background: var(--white); }
.people-feature-grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 52px; align-items: center; }
.people-copy .eyebrow { margin: 0 0 8px; color: var(--clay); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.people-copy h2 { margin: 0 0 16px; color: var(--clay); font-size: clamp(1.8rem, 3.2vw, 2.55rem); text-align: left; }
.people-copy p:last-child { margin: 0; color: #514743; line-height: 1.7; }
.people-visual { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.45; background: var(--white); }
.people-visual img { position: absolute; top: 50%; left: 50%; width: 178%; max-width: none; height: auto; transform: translate(-50%, -54%); }

.visual-banner { overflow: hidden; background: #fdfbf9; }
.visual-banner .container { display: flex; justify-content: center; }
.visual-banner img { width: auto; max-width: 100%; height: auto; margin-inline: auto; object-fit: contain; }
.together-visual { padding: 14px 0 20px; }
.together-visual img { max-height: 500px; }
.solution-visual { padding: 12px 0; scroll-margin-top: 84px; }
.solution-visual img { max-height: 560px; }
.solution-visual .container { position: relative; }
.solution-visual .solution-loop-mark { position: absolute; top: 48.6%; left: 50%; width: clamp(27px, 3.4vw, 48px); height: auto; margin: 0; transform: translate(-50%, -50%); }

.patient-principles { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; color: #514743; list-style: none; }
.patient-principles li { position: relative; padding-left: 29px; font: 600 1rem/1.5 Poppins, Arial, sans-serif; }
.patient-principles li::before { position: absolute; top: .08em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border: 2px solid var(--clay); border-radius: 50%; color: var(--clay); content: "✓"; font: 800 .72rem/1 Arial, sans-serif; }

.required { color: var(--clay); }
.form-footer { display: flex; align-items: center; gap: 16px; }
.submit-button { min-height: 48px; padding: 11px 22px; border: 2px solid var(--clay); border-radius: 3px; color: var(--white); background: var(--clay); font: 700 1rem/1 Lato, Arial, sans-serif; cursor: pointer; }
.submit-button:hover, .submit-button:focus-visible { background: var(--clay-dark); outline: 3px solid rgba(192,68,22,.2); outline-offset: 2px; }
.form-note { margin: 0; color: #665b57; font-size: .84rem; line-height: 1.45; }
.inquiry-form-status { flex-basis: 100%; margin: 4px 0 0; color: #246b48; font-size: .86rem; font-weight: 700; line-height: 1.45; }
.inquiry-form-status.error { color: #a12622; }
.is-submitted > :not(.form-footer) { display: none; }
.is-submitted .form-footer > :not(.inquiry-form-status) { display: none; }
.is-submitted .form-footer { min-height: 96px; padding: 20px; border: 1px solid #b9d8c7; border-radius: 6px; background: #f2faf5; }
.is-submitted .inquiry-form-status { margin: 0; font-size: 1rem; line-height: 1.55; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 28px 0; color: var(--cream); background: var(--clay); font: 400 .95rem/1.5 Poppins, Arial, sans-serif; }
.footer-inner { display: flex; align-items: center; justify-content: center; gap: 12px 28px; }
.legal-links { display: flex; gap: 18px; }
.legal-links a { padding: 2px 0; border: 0; color: var(--cream); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-links a:hover, .legal-links a:focus-visible { border: 0; color: var(--white); outline: 2px solid var(--white); outline-offset: 4px; }

.legal-hero { padding: 50px 0 38px; color: var(--ink); background: var(--cream); }
.legal-hero h1 { color: var(--clay); }
.legal-hero p { margin: 14px 0 0; color: #665b57; }
.legal-content { padding: 52px 0 72px; color: var(--ink); }
.legal-document { width: min(780px, 100%); }
.legal-document section + section { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-document h2 { margin: 0 0 10px; color: var(--clay); font: 700 1.3rem/1.35 Poppins, Arial, sans-serif; text-align: left; }
.legal-document p, .legal-document li { color: #514743; line-height: 1.7; }
.legal-document p { margin: 0; }
.legal-document p + p { margin-top: 12px; }
.legal-document ul { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 22px; }
.legal-document a { color: var(--clay-dark); }

@media (max-width: 850px) {
  .landing-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-loop-visual { width: min(78vw, 430px); }
  .people-feature-grid { grid-template-columns: 1fr; gap: 24px; }
  .people-visual { width: min(100%, 720px); justify-self: center; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 48px, 1200px); }
  .header-inner { flex-wrap: wrap; justify-content: center; gap: 4px 18px; padding: 9px 0 0; }
  .brand { width: 100%; justify-content: center; }
  .brand img { width: 46px; height: 46px; flex-basis: 46px; }
  .brand strong { font-size: 1.3rem; }
  .brand small { font-size: .45rem; }
  nav { width: 100%; gap: 10px 22px; font-size: .95rem; }
  .landing-hero { padding: 42px 0 48px; }
  .landing-hero-copy { text-align: center; }
  .landing-hero-copy h1, .landing-hero-copy > p:last-of-type { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-loop-visual { width: min(82vw, 390px); }
  h1 { font-size: clamp(2rem, 9.5vw, 3rem); }
  .people-section { padding: 40px 0; }
  .people-visual { aspect-ratio: 1.15; }
  .people-visual img { width: 210%; transform: translate(-50%, -54%); }
  .visual-banner img { width: 100%; max-height: none; }
  .together-visual, .solution-visual { padding-block: 8px; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .footer-inner { flex-direction: column; }
  .legal-hero { padding: 38px 0 30px; }
  .legal-content { padding: 38px 0 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


.page-hero { padding: 58px 0; color: var(--ink); background: var(--cream); text-align: center; }
.page-hero .eyebrow { margin: 0 0 10px; color: var(--clay); font-size: .84rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-hero h1 { max-width: 820px; margin: 0 auto; color: var(--clay); font: 700 clamp(2.2rem, 5vw, 3.65rem)/1.08 Inter, Arial, sans-serif; letter-spacing: -.04em; }
.page-hero p:last-child { max-width: 720px; margin: 18px auto 0; font: 400 1.08rem/1.65 Poppins, Arial, sans-serif; }

.founder-video { margin: 0; }
.founder-video video { display: block; width: 100%; border: 1px solid var(--line); border-radius: 8px; background: var(--ink); box-shadow: 0 14px 32px rgba(46,42,40,.12); }
.founder-video figcaption { margin-top: 10px; color: #665b57; font-size: .86rem; text-align: center; }

.audience-copy .eyebrow, .demo-copy .eyebrow { margin: 0 0 8px; color: var(--clay); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.audience-section { padding: 68px 0; color: var(--ink); border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.audience-section-alt { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 52px; align-items: center; }
.patient-audience-grid { grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr); }
.developer-grid { align-items: start; }
.care-systems-title { grid-column: 1 / -1; margin: 0 0 4px; color: var(--clay); font: 700 clamp(1.8rem, 3.2vw, 2.55rem)/1.15 Poppins, Arial, sans-serif; text-align: center; }
.audience-copy h2 { margin: 0 0 16px; color: var(--clay); font: 700 clamp(1.8rem, 3.2vw, 2.55rem)/1.15 Poppins, Arial, sans-serif; text-align: left; }
.audience-copy > p:not(.eyebrow, .boundary-note) { margin: 0; color: #514743; line-height: 1.7; }
.product-roles { display: grid; gap: 1px; margin: 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.product-roles article { display: grid; grid-template-columns: 142px minmax(0, 1fr); gap: 16px; padding: 16px 18px; background: var(--white); }
.product-roles strong { color: var(--clay); font: 700 1rem/1.4 Poppins, Arial, sans-serif; }
.product-roles span { color: #5f5551; font-size: .94rem; line-height: 1.55; }
.single-product article { grid-template-columns: 142px minmax(0, 1fr); }
.feature-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 22px; color: #514743; line-height: 1.55; }
.feature-list li::before { position: absolute; top: .55em; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--clay); content: ""; }
.boundary-note { margin: -5px 0 22px; padding-left: 14px; border-left: 3px solid var(--clay); color: #5f5551; font-size: .9rem; line-height: 1.55; }
.boundary-note strong { color: var(--ink); }

.product-snapshot, .integration-snapshot { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: 0 14px 32px rgba(46,42,40,.1); }
.snapshot-label { display: flex; min-height: 40px; align-items: center; justify-content: space-between; gap: 14px; padding: 9px 13px; color: #665b57; background: #f8f4f2; font-size: .72rem; font-weight: 700; }
.snapshot-label b { color: var(--clay); font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; }
.product-snapshot img { width: 100%; height: auto; }
.patient-snapshot { width: min(100%, 410px); justify-self: center; }
.product-snapshot figcaption, .integration-snapshot figcaption { padding: 12px 14px; color: #665b57; font-size: .82rem; line-height: 1.45; }

.physician-preview-stack { position: relative; min-height: 670px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(150deg, #fffaf7, #f3e5df); box-shadow: 0 14px 32px rgba(46,42,40,.08); }
.physician-preview-card { position: absolute; width: min(46%, 300px); aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid #cfbdb5; border-radius: 10px; color: inherit; background: var(--white); box-shadow: 0 12px 26px rgba(46,42,40,.16); cursor: zoom-in; text-align: left; }
.physician-preview-card:hover { border-color: var(--clay); box-shadow: 0 15px 30px rgba(46,42,40,.22); }
.physician-preview-card:focus-visible { outline: 4px solid rgba(192,68,22,.24); outline-offset: 3px; }
.physician-preview-card strong { display: flex; min-height: 38px; align-items: center; padding: 8px 12px; color: var(--clay); background: var(--white); font: 700 .85rem/1.2 Poppins, Arial, sans-serif; }
.physician-preview-card img { display: block; width: 100%; height: calc(100% - 38px); object-fit: cover; object-position: top center; }
.physician-preview-card:nth-of-type(1) { top: 16px; left: 3%; z-index: 1; }
.physician-preview-card:nth-of-type(2) { top: 16px; right: 3%; z-index: 2; }
.physician-preview-card:nth-of-type(3) { top: 174px; left: 3%; z-index: 3; }
.physician-preview-card:nth-of-type(4) { top: 174px; right: 3%; z-index: 4; }
.physician-preview-card:nth-of-type(5) { top: 332px; left: 50%; z-index: 5; transform: translateX(-50%); }
.physician-preview-stack figcaption { position: absolute; right: 14px; bottom: 10px; left: 14px; z-index: 6; color: #665b57; font-size: .76rem; text-align: center; }
.tm { font-size: .53em; line-height: 0; vertical-align: super; letter-spacing: 0; }

.preview-dialog { width: min(94vw, 1120px); max-width: none; max-height: 94vh; padding: 0; overflow: hidden; border: 0; border-radius: 12px; background: var(--white); box-shadow: 0 24px 70px rgba(46,42,40,.3); }
.preview-dialog::backdrop { background: rgba(46,42,40,.72); }
.preview-dialog-panel { display: grid; grid-template-rows: auto minmax(0, 1fr); max-height: 94vh; }
.preview-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px; border-bottom: 1px solid var(--line); background: #fffaf7; }
.preview-dialog h2 { margin: 0; color: var(--clay); font: 700 1.05rem/1.3 Poppins, Arial, sans-serif; }
.preview-dialog-close { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid #cfbdb5; border-radius: 50%; color: var(--ink); background: var(--white); cursor: pointer; font-size: 1.65rem; line-height: 1; }
.preview-dialog-close:hover, .preview-dialog-close:focus-visible { border-color: var(--clay); color: var(--clay); outline: 3px solid rgba(192,68,22,.16); }
.preview-dialog-body { display: grid; min-height: 0; padding: 18px; place-items: center; overflow: auto; background: #f7f3f1; }
.preview-dialog-body img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(94vh - 94px); object-fit: contain; }

.physician-capabilities { display: grid; gap: 8px; margin: 24px 0 20px; }
.physician-capabilities article { display: grid; grid-template-columns: 124px minmax(0, 1fr); gap: 12px; align-items: center; padding: 11px 13px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
.physician-capabilities strong { color: var(--clay); font: 700 .9rem/1.3 Poppins, Arial, sans-serif; }
.physician-capabilities span { color: #5f5551; font-size: .86rem; line-height: 1.4; }
.section-cta { display: inline-flex; }
.section-cta-row { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.section-cta-row > span { color: #665b57; font-size: .9rem; font-weight: 700; }

.patient-preview-collage { position: relative; min-height: 540px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(150deg, #fffaf7, #f3e5df); box-shadow: 0 14px 32px rgba(46,42,40,.08); }
.patient-preview-card { position: absolute; overflow: hidden; border: 1px solid #cfbdb5; border-radius: 10px; background: var(--white); box-shadow: 0 12px 28px rgba(46,42,40,.17); }
.patient-preview-card strong { display: flex; min-height: 36px; align-items: center; padding: 8px 11px; color: var(--clay); background: var(--white); font: 700 .82rem/1.2 Poppins, Arial, sans-serif; }
.patient-preview-card img { display: block; width: 100%; height: auto; }
.patient-preview-home { top: 66px; left: 3%; z-index: 1; width: 42%; }
.patient-preview-checkin { top: 14px; right: 3%; z-index: 2; width: 74%; }
.patient-preview-claim { right: 6%; bottom: 44px; z-index: 3; width: 62%; }
.patient-preview-collage figcaption { position: absolute; right: 14px; bottom: 10px; left: 14px; z-index: 4; color: #665b57; font-size: .76rem; text-align: center; }

.integration-environment { margin: 16px; padding: 14px; border: 2px solid var(--clay); border-radius: 8px; background: #fffaf7; }
.environment-label { display: block; padding-bottom: 10px; color: var(--clay); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.integration-flow { display: grid; gap: 12px; }
.integration-flow div { padding: 16px; border-left: 3px solid var(--clay); background: var(--cream); }
.integration-flow small, .integration-flow strong, .integration-flow span { display: block; }
.integration-flow small { margin-bottom: 4px; color: var(--clay); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.integration-flow strong { color: var(--ink); font: 700 1rem/1.4 Poppins, Arial, sans-serif; }
.integration-flow span { margin-top: 4px; color: #665b57; font-size: .82rem; line-height: 1.45; }

.demo-section { padding: 58px 0 68px; color: var(--ink); background: var(--cream); border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.demo-grid { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 52px; align-items: start; }
.demo-copy h2 { margin: 0 0 16px; color: var(--clay); font-size: clamp(1.8rem, 3.2vw, 2.55rem); text-align: left; }
.demo-copy > p:last-child { margin: 0; color: #514743; line-height: 1.7; }
.demo-form { display: grid; gap: 17px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: 0 12px 28px rgba(46,42,40,.08); }
.form-question { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-question legend, .email-question > span { margin-bottom: 9px; color: var(--ink); font-size: .92rem; font-weight: 700; line-height: 1.45; }
.form-question textarea { width: 100%; min-height: 82px; border: 1px solid #cdbeb8; border-radius: 4px; padding: 11px 12px; color: var(--ink); background: var(--white); font: inherit; line-height: 1.5; resize: vertical; }
.form-question textarea:focus { border-color: var(--clay); outline: 3px solid rgba(192,68,22,.15); }
.choice-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.choice-row label { position: relative; cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid #cdbeb8; border-radius: 6px; color: #514743; background: var(--white); font-size: .86rem; font-weight: 700; text-align: center; }
.choice-row input:checked + span { border-color: var(--clay); color: var(--clay); background: var(--cream); box-shadow: inset 0 0 0 1px var(--clay); }
.choice-row input:focus-visible + span { outline: 3px solid rgba(192,68,22,.18); outline-offset: 2px; }
.question-note { margin: 9px 0 0; color: #665b57; font-size: .78rem; line-height: 1.45; }
.privacy-note { margin: 10px 0 0; padding: 10px 12px; border-left: 3px solid var(--clay); color: #665b57; background: var(--cream); font-size: .76rem; line-height: 1.5; }
.privacy-note strong { color: var(--ink); }
[data-audience-panel="patient"] .choice-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.email-question { display: grid; }
.email-question input { width: 100%; border: 1px solid #cdbeb8; border-radius: 4px; padding: 12px 13px; color: var(--ink); background: var(--white); font: inherit; }
.email-question input:focus { border-color: var(--clay); outline: 3px solid rgba(192,68,22,.15); }

.solutions-hero { padding: 64px 0 58px; color: var(--ink); background: linear-gradient(115deg, var(--cream), var(--white) 76%); }
.solutions-hero-inner { max-width: 840px; }
.solutions-hero .eyebrow, .solution-path .eyebrow, .contact-dialog .eyebrow { margin: 0 0 9px; color: var(--clay); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.solutions-hero h1 { max-width: 820px; color: var(--ink); }
.solutions-hero-inner > p:last-child { max-width: 720px; margin: 18px 0 0; color: #5f5551; font: 400 1.05rem/1.7 Poppins, Arial, sans-serif; }
.solutions-audiences { padding: 58px 0 74px; color: var(--ink); }
.solutions-list { display: grid; gap: 22px; }
.solution-path { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 28px; padding: 42px 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 12px 30px rgba(46,42,40,.055); }
.solution-path-alt { background: var(--cream); }
.solution-path-number { padding-top: 2px; color: var(--clay); font: 700 1rem/1 Poppins, Arial, sans-serif; letter-spacing: .08em; }
.solution-path-copy { max-width: 900px; }
.solution-path h2 { max-width: 760px; margin: 0 0 15px; color: var(--clay); font: 700 clamp(1.75rem, 3vw, 2.4rem)/1.15 Poppins, Arial, sans-serif; text-align: left; }
.solution-path-copy > p:not(.eyebrow, .solution-safety-note) { max-width: 850px; margin: 0; color: #514743; line-height: 1.7; }
.solution-benefits { display: grid; gap: 9px; margin: 22px 0 24px; padding: 0; list-style: none; }
.solution-benefits li { position: relative; padding-left: 23px; color: #514743; line-height: 1.55; }
.solution-benefits li::before { position: absolute; top: .55em; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--clay); content: ""; }
.solution-safety-note { max-width: 760px; margin: -4px 0 22px; padding-left: 13px; border-left: 3px solid var(--clay); color: #665b57; font-size: .84rem; line-height: 1.55; }
.solution-contact-button { min-height: 46px; padding: 10px 20px; border: 2px solid var(--clay); border-radius: 999px; color: var(--white); background: var(--clay); font: 800 .95rem/1 Lato, Arial, sans-serif; cursor: pointer; }
.solution-contact-button:hover, .solution-contact-button:focus-visible { border-color: var(--clay-dark); background: var(--clay-dark); outline: 3px solid rgba(192,68,22,.18); outline-offset: 3px; }

.contact-dialog { width: min(94vw, 780px); max-width: none; max-height: 92vh; padding: 0; overflow: hidden; border: 0; border-radius: 12px; color: var(--ink); background: var(--white); box-shadow: 0 24px 70px rgba(46,42,40,.3); }
.contact-dialog::backdrop { background: rgba(46,42,40,.72); }
.contact-dialog-panel { max-height: 92vh; overflow: auto; }
.contact-dialog-header { position: sticky; top: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 22px 24px 18px; border-bottom: 1px solid var(--line); background: #fffaf7; }
.contact-dialog-header h2 { margin: 0; color: var(--clay); font: 700 clamp(1.45rem, 3vw, 2rem)/1.2 Poppins, Arial, sans-serif; text-align: left; }
.contact-dialog-close { display: grid; width: 38px; height: 38px; flex: 0 0 38px; padding: 0; place-items: center; border: 1px solid #cfbdb5; border-radius: 50%; color: var(--ink); background: var(--white); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.contact-dialog-close:hover, .contact-dialog-close:focus-visible { border-color: var(--clay); color: var(--clay); outline: 3px solid rgba(192,68,22,.16); }
.solutions-contact-form { display: grid; gap: 18px; padding: 24px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
[data-contact-panel] { display: grid; gap: 18px; }
[data-contact-panel][hidden], [data-contact-other][hidden], [data-individual-other][hidden] { display: none; }
.contact-field { display: grid; gap: 8px; min-width: 0; }
.contact-field > span, .contact-interest-group legend { color: var(--ink); font-size: .9rem; font-weight: 700; line-height: 1.4; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; border: 1px solid #cdbeb8; border-radius: 5px; padding: 11px 12px; color: var(--ink); background: var(--white); font: inherit; line-height: 1.45; }
.contact-field textarea { min-height: 82px; resize: vertical; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--clay); outline: 3px solid rgba(192,68,22,.15); }
.contact-interest-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-interest-group legend { margin-bottom: 10px; }
.patient-interest-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.patient-interest-options label { position: relative; cursor: pointer; }
.patient-interest-options input { position: absolute; opacity: 0; pointer-events: none; }
.patient-interest-options span { display: flex; min-height: 52px; align-items: center; padding: 10px 12px; border: 1px solid #cdbeb8; border-radius: 6px; color: #514743; background: var(--white); font-size: .84rem; font-weight: 700; line-height: 1.35; }
.patient-interest-options input:checked + span { border-color: var(--clay); color: var(--clay); background: var(--cream); box-shadow: inset 0 0 0 1px var(--clay); }
.patient-interest-options input:focus-visible + span { outline: 3px solid rgba(192,68,22,.18); outline-offset: 2px; }

.story-section { padding: 64px 0; color: var(--ink); background: var(--cream); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 46px; align-items: center; }
.story-copy .eyebrow, .purpose-section .eyebrow, .team-intro .eyebrow { margin: 0 0 8px; color: var(--clay); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-copy h1, .team-intro h2 { margin-bottom: 18px; color: var(--clay); font-size: clamp(1.8rem, 3.2vw, 2.55rem); text-align: left; }
.story-text { display: grid; gap: 14px; }
.story-text p { margin: 0; color: #514743; line-height: 1.7; }
.purpose-section { padding: 50px 0; color: var(--ink); }
.purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.purpose-grid article { padding-top: 18px; border-top: 2px solid var(--clay); }
.purpose-grid h2 { max-width: 520px; margin: 0; color: var(--ink); font: 600 clamp(1.2rem, 2vw, 1.55rem)/1.45 Poppins, Arial, sans-serif; text-align: left; }

.team-section { padding: 64px 0 82px; color: var(--ink); }
.team-intro { max-width: 720px; margin-bottom: 38px; }
.team-intro p:last-child { margin: 0; color: #665b57; line-height: 1.6; }
.team-people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 280px)); gap: 42px; }
.team-profile { min-width: 0; }
.team-portrait { position: relative; width: 100%; aspect-ratio: 4 / 4.35; overflow: hidden; border-radius: 8px; background: var(--cream); }
.team-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.team-profile:first-child .team-portrait img { object-position: 60% 42%; }
.team-profile:nth-child(2) .team-portrait img { object-position: center; }
.team-profile-link { position: absolute; top: 13px; right: 13px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--clay); border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 5px 14px rgba(46,42,40,.12); }
.team-profile-link span::before, .team-profile-link span::after { position: absolute; top: 50%; left: 50%; width: 13px; height: 2px; background: var(--clay); content: ""; transform: translate(-50%, -50%); }
.team-profile-link span::after { transform: translate(-50%, -50%) rotate(90deg); }
.team-profile-link:hover { background: var(--clay); }
.team-profile-link:hover span::before, .team-profile-link:hover span::after { background: var(--white); }
.team-profile-link:focus-visible { outline: 4px solid rgba(192,68,22,.24); outline-offset: 3px; }
.team-profile-heading { padding: 16px 2px 4px; }
.team-profile-heading h4 { margin: 0; color: var(--ink); font: 700 1.15rem/1.35 Poppins, Arial, sans-serif; }
.team-profile-heading p { margin: 4px 0 0; color: var(--clay); font-size: .9rem; font-weight: 700; }
.team-portrait-placeholder { display: grid; place-items: center; border: 1px solid #ead8d0; background: linear-gradient(145deg, #fff8f4, #f2ddd4); }
.team-portrait-placeholder > span { display: grid; width: 82px; height: 82px; place-items: center; border-radius: 50%; color: var(--white); background: var(--clay); font: 700 1.35rem/1 Poppins, Arial, sans-serif; }

.profile-section { padding: 54px 0 82px; color: var(--ink); }
.profile-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 38px; color: var(--clay); font-size: .9rem; font-weight: 700; }
.profile-back::before { content: "←"; font-size: 1.1rem; }
.profile-back:hover { text-decoration: underline; text-underline-offset: 4px; }
.profile-grid { display: grid; grid-template-columns: minmax(240px, 360px) minmax(0, 1fr); gap: 64px; align-items: start; }
.profile-image { width: 100%; margin: 0; aspect-ratio: 4 / 4.35; overflow: hidden; border-radius: 8px; background: var(--cream); }
.profile-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-image-yamini img { object-position: 60% 42%; }
.profile-image-divyajothi img { object-position: center; }
.profile-image-placeholder { display: grid; place-items: center; border: 1px solid #ead8d0; background: linear-gradient(145deg, #fff8f4, #f2ddd4); }
.profile-image-placeholder > span { display: grid; width: 100px; height: 100px; place-items: center; border-radius: 50%; color: var(--white); background: var(--clay); font: 700 1.55rem/1 Poppins, Arial, sans-serif; }
.profile-copy .eyebrow { margin: 4px 0 10px; color: var(--clay); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.profile-copy h1 { margin: 0; color: var(--clay); font-size: clamp(2rem, 4vw, 3.35rem); text-align: left; }
.profile-role { margin: 8px 0 28px; color: var(--ink); font: 600 clamp(1.05rem, 2vw, 1.35rem)/1.4 Poppins, Arial, sans-serif; }
.profile-bio { display: grid; gap: 16px; max-width: 680px; }
.profile-bio p { margin: 0; color: #514743; line-height: 1.75; }

@media (max-width: 850px) {
  .story-grid, .audience-grid, .patient-audience-grid, .demo-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .page-hero { padding: 42px 0; }
  .audience-section { padding: 42px 0; }
  .product-roles article, .single-product article { grid-template-columns: 1fr; gap: 5px; }
  .physician-preview-stack { min-height: 450px; }
  .physician-preview-card { width: min(46%, 190px); }
  .physician-preview-card:nth-of-type(1), .physician-preview-card:nth-of-type(2) { top: 10px; }
  .physician-preview-card:nth-of-type(3), .physician-preview-card:nth-of-type(4) { top: 126px; }
  .physician-preview-card:nth-of-type(5) { top: 242px; }
  .physician-capabilities article { grid-template-columns: 1fr; gap: 4px; }
  .section-cta-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .patient-preview-collage { min-height: 470px; }
  [data-audience-panel="patient"] .choice-row { grid-template-columns: 1fr; }
  .demo-form { padding: 19px; }
  .story-section { padding: 42px 0; }
  .story-grid, .purpose-grid { grid-template-columns: 1fr; }
  .story-grid { gap: 28px; }
  .purpose-section { padding: 38px 0; }
  .purpose-grid { gap: 28px; }
  .team-section { padding: 46px 0 60px; }
  .team-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; }
  .team-profile-heading { padding-top: 13px; }
  .team-profile-heading h4 { font-size: 1rem; }
  .team-profile-heading p { font-size: .82rem; }
  .team-portrait-placeholder > span { width: 60px; height: 60px; font-size: 1.05rem; }
  .team-profile-link { top: 9px; right: 9px; width: 34px; height: 34px; }
  .profile-section { padding: 36px 0 58px; }
  .profile-back { margin-bottom: 26px; }
  .profile-grid { grid-template-columns: 1fr; gap: 30px; }
  .profile-image { width: min(100%, 320px); }
  .solutions-hero { padding: 44px 0 40px; text-align: center; }
  .solutions-hero-inner > p:last-child { margin-inline: auto; }
  .solutions-audiences { padding: 38px 0 50px; }
  .solution-path { grid-template-columns: 1fr; gap: 12px; padding: 30px 24px; }
  .contact-form-grid, .patient-interest-options { grid-template-columns: 1fr; }
  .contact-dialog-header, .solutions-contact-form { padding-right: 19px; padding-left: 19px; }
}
