:root {
  --ink: #17333a;
  --muted: #60757a;
  --paper: #fbfaf6;
  --cream: #f3efe6;
  --teal: #123f46;
  --teal-2: #1e6267;
  --mint: #d9ece8;
  --coral: #df765f;
  --coral-soft: #f7ddd4;
  --line: rgba(23, 51, 58, .13);
  --shadow: 0 24px 70px rgba(18, 63, 70, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong, .brand { font-family: 'Manrope', 'DM Sans', sans-serif; }
.page-shell, .nav-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow-shell { width: min(920px, calc(100% - 48px)); }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; color: white; background: var(--teal); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 76px; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(251, 250, 246, .9); border-color: var(--line); backdrop-filter: blur(16px); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .96rem; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 32px; height: 32px; padding: 5px; background: var(--teal); border-radius: 10px; }
.brand-mark svg path:first-child { fill: none; stroke: #fff; stroke-width: 1.8; }
.brand-mark svg path:last-child { fill: none; stroke: #f2b29f; stroke-linecap: round; stroke-width: 2; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 600; }
.site-nav > a:not(.nav-paper) { position: relative; }
.site-nav > a:not(.nav-paper)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--coral); transition: right .2s ease; }
.site-nav > a:not(.nav-paper):hover::after { right: 0; }
.nav-paper { padding: 10px 17px; color: white; background: var(--teal); border-radius: 999px; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: none; }
.nav-toggle span { width: 22px; height: 2px; margin: 6px auto; background: var(--ink); transition: .2s ease; }
.hero { position: relative; min-height: auto; padding: 150px 0 64px; overflow: hidden; background: linear-gradient(145deg, #fbfaf6 10%, #f5f0e7 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(rgba(18,63,70,.18) .6px, transparent .6px); background-size: 16px 16px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .48; }
.hero-orb-one { width: 440px; height: 440px; right: -180px; top: 70px; background: radial-gradient(circle at 30% 30%, #c7e2dc, transparent 68%); }
.hero-orb-two { width: 320px; height: 320px; left: -170px; bottom: 80px; background: radial-gradient(circle at 60% 50%, #f3b7a6, transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); gap: 74px; align-items: center; }
.hero-grid > *, .hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--teal-2); font: 700 .76rem/1.3 'Manrope', sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { flex: 0 0 28px; height: 2px; background: var(--coral); }
.hero h1 { max-width: 670px; margin-bottom: 20px; color: #10393f; font-size: clamp(3.7rem, 6.9vw, 6.5rem); line-height: .94; letter-spacing: -.07em; }
.hero-subtitle { max-width: 650px; margin-bottom: 22px; color: #294f55; font: 600 clamp(1.25rem, 2vw, 1.62rem)/1.35 'Manrope', sans-serif; letter-spacing: -.025em; }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; font: 700 .91rem 'Manrope', sans-serif; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal); box-shadow: 0 10px 25px rgba(18,63,70,.18); }
.button-primary:hover { background: #0a3036; box-shadow: 0 14px 28px rgba(18,63,70,.24); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.52); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.supervision-demo { position: relative; padding: 16px; background: #fff; border: 1px solid rgba(18,63,70,.12); border-radius: 27px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.supervision-demo::after { content: ''; position: absolute; inset: 12px -12px -14px 12px; z-index: -1; border: 1px solid rgba(18,63,70,.12); border-radius: 27px; }
.demo-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 2px 3px 14px; color: #47656a; font: 700 .72rem 'Manrope', sans-serif; }
.demo-dots { display: flex; gap: 5px; }
.demo-dots i { width: 7px; height: 7px; background: #d7dfdd; border-radius: 50%; }
.demo-dots i:first-child { background: #ef9b85; }
.status-pill { justify-self: end; display: flex; align-items: center; gap: 5px; font-size: .65rem; }
.status-pill i { width: 6px; height: 6px; background: #5ca68c; border-radius: 50%; box-shadow: 0 0 0 4px rgba(92,166,140,.12); }
.dialogue { padding: 18px; background: #f8f7f3; border-radius: 17px; }
.speaker { display: flex; justify-content: space-between; margin-bottom: 5px; color: #547075; font: 700 .66rem 'Manrope', sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.speaker span { color: #9aabaa; font-weight: 500; }
.dialogue p { margin-bottom: 17px; padding: 12px 14px; color: #38575c; background: #fff; border-left: 3px solid #8cbdb1; border-radius: 3px 12px 12px 3px; font-size: .84rem; line-height: 1.5; }
.dialogue .novice-message { margin-bottom: 0; border-left-color: var(--coral); background: #fff9f6; }
.supervisor-card { position: relative; margin: -8px 12px 0; padding: 15px; color: white; background: var(--teal); border-radius: 16px; box-shadow: 0 13px 30px rgba(18,63,70,.22); }
.supervisor-heading { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; font: 700 .78rem 'Manrope', sans-serif; }
.mini-mark { display: grid; place-items: center; width: 24px; height: 24px; color: var(--teal); background: #d9eee8; border-radius: 50%; }
.feedback-row { display: grid; grid-template-columns: 56px 1fr; gap: 9px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; line-height: 1.4; }
.feedback-row strong { color: #f0af9e; font-size: .62rem; letter-spacing: .08em; }
.author-panel { position: relative; z-index: 1; margin-top: 78px; padding-top: 32px; border-top: 1px solid var(--line); }
.authors { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 17px; font: 600 .92rem 'Manrope', sans-serif; }
.authors span:not(:last-child)::after { content: '·'; position: relative; left: 10px; color: var(--coral); }
.affiliations { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 15px; max-width: 1050px; margin: 16px auto 0; color: #6b7e82; font-size: .74rem; text-align: center; }
.affiliations span:not(:last-child)::after { content: ' /'; position: relative; left: 8px; color: #a8b4b3; }
.metric-strip { color: white; background: var(--teal); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { display: flex; flex-direction: column; justify-content: center; min-height: 158px; padding: 28px 34px; border-left: 1px solid rgba(255,255,255,.12); }
.metric:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.metric strong { color: #f5b19e; font-size: 2.15rem; line-height: 1; letter-spacing: -.04em; }
.metric span { margin-top: 8px; color: #d5e1df; font-size: .78rem; line-height: 1.35; }
.section-heading h2 { margin-bottom: 21px; color: #153b41; font-size: clamp(2.25rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.02rem; }
.section-heading.centered { max-width: 790px; margin: 0 auto 54px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:not(.eyebrow) { margin-inline: auto; }
.abstract-card { display: grid; grid-template-columns: 145px 1fr; gap: 40px; padding: 46px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 48px rgba(18,63,70,.06); }
.abstract-label { color: var(--coral); font: 700 .75rem 'Manrope', sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.abstract-copy p { color: #435f64; font-size: 1.02rem; }
.abstract-copy p:last-child { margin-bottom: 0; }
.abstract-copy strong { color: var(--teal); }
.soft-section { background: #f2eee6; }
.two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.step-list { margin-top: 34px; }
.step-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.step-list > div > span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--coral); background: var(--coral-soft); border-radius: 50%; font: 700 .66rem 'Manrope', sans-serif; }
.step-list p { margin: 3px 0 0; color: #587075; font-size: .88rem; line-height: 1.5; }
.paper-figure, .method-figure { margin: 0; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.paper-figure { width: min(100%, 600px); margin-inline: auto; }
.paper-figure img, .method-figure img { width: 100%; border-radius: 12px; }
figcaption { margin-top: 12px; color: #738589; font-size: .74rem; line-height: 1.45; }
.task-section { background: #fff; }
.task-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.task-card { position: relative; min-height: 295px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease; }
.task-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(18,63,70,.09); }
.task-card::after { content: ''; position: absolute; width: 130px; height: 130px; right: -50px; bottom: -50px; background: var(--mint); border-radius: 50%; opacity: .5; }
.task-card:nth-child(2)::after { background: var(--coral-soft); }
.task-number { position: absolute; top: 25px; right: 25px; color: #a3b2b2; font: 700 .68rem 'Manrope', sans-serif; }
.task-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 30px; color: var(--teal); background: var(--mint); border-radius: 14px; font-size: 1.4rem; }
.classify-icon { color: #9d4a39; background: var(--coral-soft); }
.task-kicker { margin-bottom: 4px; color: #829496; font: 600 .73rem 'Manrope', sans-serif; }
.task-card h3 { margin-bottom: 10px; color: var(--teal); font-size: 1.52rem; letter-spacing: .04em; }
.task-card > p:last-child { max-width: 280px; color: var(--muted); font-size: .91rem; }
.method-section { color: white; background: var(--teal); }
.section-heading.light h2, .section-heading.light > p:not(.eyebrow) { color: white; }
.section-heading.light > p:not(.eyebrow) { opacity: .74; }
.section-heading.light .eyebrow { color: #9dd0c5; }
.method-figure { width: min(100%, 980px); margin-inline: auto; padding: 21px; background: #f9faf7; border-color: rgba(255,255,255,.16); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.method-figure figcaption { color: #567075; }
.pipeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; overflow: hidden; }
.pipeline-card { position: relative; min-height: 230px; padding: 28px 23px; background: rgba(255,255,255,.035); border-right: 1px solid rgba(255,255,255,.13); }
.pipeline-card:last-child { border-right: 0; }
.pipeline-card > span { display: inline-block; margin-bottom: 36px; color: #f0a28c; font: 700 .68rem 'Manrope', sans-serif; }
.pipeline-card h3 { margin-bottom: 10px; color: #fff; font-size: 1.02rem; }
.pipeline-card p { margin: 0; color: #c6d7d5; font-size: .82rem; line-height: 1.55; }
.method-detail-heading { width: min(100%, 980px); margin: 64px auto 24px; padding-top: 44px; border-top: 1px solid rgba(255,255,255,.14); }
.method-detail-heading h3 { margin-bottom: 12px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.2; letter-spacing: -.04em; }
.method-detail-heading > p:last-child { max-width: 760px; margin-bottom: 0; color: #c6d7d5; }
.construction-figure { width: min(100%, 980px); }
.construction-figure figcaption strong { color: var(--teal); }
.dataset-section { background: #eef5f2; }
.dataset-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.dataset-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 34px; }
.dataset-flow span { padding: 8px 12px; color: #416267; background: #fff; border: 1px solid var(--line); border-radius: 999px; font: 700 .68rem 'Manrope', sans-serif; }
.dataset-flow i { color: var(--coral); font-style: normal; }
.dataset-card { padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.dataset-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: #708588; font-size: .75rem; }
.dataset-card-head strong { color: var(--teal); font-size: .94rem; }
.dataset-card ul { margin: 12px 0 20px; padding: 0; list-style: none; }
.dataset-card li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 12px 0; }
.check { display: grid; place-items: center; width: 23px; height: 23px; color: #fff; background: var(--teal-2); border-radius: 50%; font-size: .7rem; }
.dataset-card li strong { display: block; margin-bottom: 2px; color: #294d53; font-size: .85rem; }
.dataset-card li small { display: block; color: #7b8c8e; font-size: .75rem; line-height: 1.45; }
.agreement { display: flex; align-items: center; justify-content: space-between; padding: 16px; background: var(--cream); border-radius: 12px; color: #667b7e; font-size: .72rem; }
.agreement strong { color: var(--coral); font-size: 1.1rem; }
.results-section { background: #fbfaf6; }
.result-spotlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.spotlight { min-height: 420px; padding: 36px; border-radius: 24px; }
.spotlight-teal { background: #dceee9; }
.spotlight-coral { background: #f7e1da; }
.spotlight-label { display: block; margin-bottom: 24px; color: #496a6e; font: 700 .69rem 'Manrope', sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.spotlight > strong { display: block; margin-bottom: 12px; color: var(--teal); font-size: 4rem; line-height: 1; letter-spacing: -.055em; }
.spotlight > strong span { margin-left: 5px; font-size: 1rem; letter-spacing: 0; }
.spotlight > p { max-width: 470px; color: #567075; font-size: .86rem; }
.mini-bars { margin-top: 30px; }
.mini-bars > div { display: grid; grid-template-columns: 110px 1fr 42px; gap: 10px; align-items: center; margin-top: 10px; color: #557075; font-size: .67rem; }
.mini-bars i { position: relative; height: 6px; overflow: hidden; background: rgba(18,63,70,.1); border-radius: 99px; }
.mini-bars i::after { content: ''; display: block; width: var(--value); height: 100%; background: var(--teal-2); border-radius: inherit; }
.spotlight-coral .mini-bars i::after { background: var(--coral); }
.mini-bars b { color: var(--ink); font: 700 .68rem 'Manrope', sans-serif; text-align: right; }
.clinical-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; margin-top: 24px; padding: 40px; color: white; background: var(--teal); border-radius: 24px; }
.clinical-intro h3 { margin-bottom: 12px; color: #fff; font-size: 1.55rem; line-height: 1.25; }
.clinical-intro p { margin: 0; color: #bfd1cf; font-size: .84rem; }
.clinical-intro .spotlight-label { margin-bottom: 13px; color: #efaa97; }
.clinical-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.clinical-metrics div { display: flex; flex-direction: column; padding: 18px; background: #174950; }
.clinical-metrics span { color: #a8c2be; font-size: .65rem; }
.clinical-metrics strong { color: #f2af9c; font-size: 1.35rem; }
.human-results-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin: 90px 0 30px; }
.human-results-heading h3 { margin: 0; color: var(--teal); font-size: 2rem; letter-spacing: -.04em; }
.human-results-heading p { margin: 0; color: var(--muted); font-size: .92rem; }
.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.evidence-card { margin: 0; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 21px; }
.evidence-card img { width: 100%; height: 285px; object-fit: contain; }
.evidence-card figcaption { padding-top: 14px; border-top: 1px solid var(--line); }
.evidence-card figcaption strong { color: var(--teal); }
.evidence-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.5fr .5fr; gap: 30px; align-items: center; }
.evidence-wide img { height: 380px; }
.evidence-wide figcaption { padding: 0 0 0 30px; border: 0; border-left: 1px solid var(--line); font-size: .82rem; }
.responsible-section { padding: 0 0 112px; background: #fbfaf6; }
.responsible-card { display: grid; grid-template-columns: 120px 1fr; gap: 42px; align-items: center; padding: 48px 56px; background: #f3eee5; border: 1px solid var(--line); border-radius: 26px; }
.responsible-icon { display: grid; place-items: center; width: 112px; height: 112px; background: var(--coral-soft); border-radius: 50%; }
.responsible-icon svg { width: 62px; }
.responsible-icon path:first-child { fill: none; stroke: var(--teal); stroke-width: 2.1; }
.responsible-icon path:last-child { fill: none; stroke: var(--coral); stroke-linecap: round; stroke-width: 2.5; }
.responsible-card h2 { margin-bottom: 12px; color: var(--teal); font-size: 2rem; letter-spacing: -.04em; }
.responsible-card p:last-child { max-width: 820px; margin: 0; color: var(--muted); }
.citation-section { color: white; background: #0f353b; }
.citation-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.citation-grid .section-heading h2 { color: white; }
.citation-grid .section-heading > p:not(.eyebrow) { color: #b6cac7; }
.citation-grid .button { margin-top: 12px; color: var(--teal); background: #e5f1ee; box-shadow: none; }
.bibtex-card { overflow: hidden; background: #0a292e; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; }
.bibtex-head { display: flex; justify-content: space-between; padding: 13px 17px; border-bottom: 1px solid rgba(255,255,255,.1); color: #a7bfbc; font: 700 .68rem 'Manrope', sans-serif; }
.bibtex-head button { padding: 4px 10px; color: #dceae7; background: rgba(255,255,255,.07); border: 0; border-radius: 7px; cursor: pointer; }
.bibtex-card pre { margin: 0; padding: 24px; overflow-x: auto; }
.bibtex-card code { color: #d7e5e2; font: .76rem/1.65 Consolas, Monaco, monospace; white-space: pre; }
.site-footer { color: #9eb5b2; background: #09282d; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 35px; align-items: center; min-height: 120px; }
.footer-inner > div { display: flex; flex-direction: column; }
.footer-inner strong { color: white; font-size: .84rem; }
.footer-inner span, .footer-inner p, .footer-inner a { margin: 0; font-size: .68rem; }
.footer-inner a { color: #e2eeeb; }
.reveal { opacity: 1; transform: none; }
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 760px; }
  .supervision-demo { width: min(620px, 100%); margin-inline: auto; transform: none; }
  .two-column, .dataset-grid, .citation-grid { grid-template-columns: 1fr; }
  .two-column, .dataset-grid { gap: 45px; }
  .pipeline-grid { grid-template-columns: repeat(2, 1fr); }
  .pipeline-card:nth-child(2) { border-right: 0; }
  .pipeline-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .evidence-wide { grid-template-columns: 1fr; }
  .evidence-wide figcaption { padding: 18px 0 0; border: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 780px) {
  .page-shell, .nav-shell, .narrow-shell { width: calc(100% - 30px); max-width: 1180px; }
  .section { padding: 82px 0; }
  .site-header { height: 66px; }
  .nav-toggle { display: block; z-index: 3; cursor: pointer; }
  .nav-toggle span { display: block; }
  .nav-toggle[aria-expanded='true'] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; visibility: hidden; opacity: 0; background: var(--paper); transition: .2s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { font-size: 1.2rem; }
  .nav-paper { margin-top: 10px; font-size: .92rem !important; }
  .hero { min-height: auto; padding: 118px 0 46px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero h1 { max-width: 100%; font-size: clamp(3rem, 14vw, 4rem); overflow-wrap: anywhere; }
  .hero-copy p { max-width: 100%; overflow-wrap: anywhere; }
  .supervision-demo { width: 100%; max-width: 100%; min-width: 0; padding: 11px; border-radius: 20px; }
  .dialogue, .dialogue p, .supervisor-card, .feedback-row span { min-width: 0; overflow-wrap: anywhere; }
  .demo-topbar { grid-template-columns: 1fr auto; }
  .demo-topbar > span:nth-child(2) { display: none; }
  .author-panel { margin-top: 58px; }
  .authors { font-size: .82rem; }
  .affiliations span::after { display: none; }
  .affiliations { flex-direction: column; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric { min-height: 130px; padding: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .metric strong { font-size: 1.8rem; }
  .abstract-card { grid-template-columns: 1fr; gap: 18px; padding: 28px; }
  .task-grid, .result-spotlights, .evidence-grid { grid-template-columns: 1fr; }
  .pipeline-grid { grid-template-columns: 1fr; }
  .pipeline-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .pipeline-card:last-child { border-bottom: 0; }
  .pipeline-card > span { margin-bottom: 18px; }
  .spotlight { min-height: auto; padding: 28px; }
  .spotlight > strong { font-size: 3.3rem; }
  .clinical-card, .human-results-heading { grid-template-columns: 1fr; gap: 30px; }
  .clinical-card { padding: 28px; }
  .clinical-metrics { grid-template-columns: repeat(2, 1fr); }
  .human-results-heading { margin-top: 70px; }
  .evidence-wide { grid-column: auto; }
  .evidence-card img, .evidence-wide img { height: auto; max-height: 350px; }
  .responsible-card { grid-template-columns: 1fr; padding: 34px; }
  .responsible-icon { width: 84px; height: 84px; }
  .responsible-icon svg { width: 50px; }
  .citation-grid { gap: 45px; }
  .footer-inner { grid-template-columns: 1fr; gap: 12px; padding: 35px 0; }
}
@media (max-width: 460px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .mini-bars > div { grid-template-columns: 92px 1fr 38px; }
  .dataset-flow i { display: none; }
  .dataset-flow { flex-direction: column; align-items: flex-start; }
  .agreement { gap: 20px; }
  .bibtex-card pre { padding: 17px; }
  .bibtex-card code { font-size: .68rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
