ul{list-style:none;padding-left:0}body{background-color:#fff;margin:0}img{max-inline-size:100%;display:block}a{text-decoration:none;color:#000}.section-title{font-size:2.5rem;font-weight:lighter;margin:0;padding-top:2rem;display:flex;justify-content:center}.section-alt-bg{background-color:#f2f2f2;width:100%}#footer-container{background-color:#f2f2f2;padding-bottom:20px;padding-right:clamp(10px,4vw,80px);padding-left:clamp(10px,4vw,80px)}#footer-container section{background-color:#fff;font-size:1.2rem;padding:20px;border-radius:5px;box-shadow:0 2px 4px #0000001a;line-height:clamp(1.5rem,2vw + .5rem,1.8rem)}#footer-container p{margin:0}#mcgovern-medical-school,#uthealth{font-weight:700;color:#bf5700}.navbar{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;border-bottom:1px solid black;padding-bottom:.5rem;position:sticky;top:0;z-index:100;background-color:#fff}.navbar .logo img{height:50px;border-radius:50%}.logo{margin-left:clamp(8px,4vw,40px)}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:.5rem}.navbar-toggle .bar{width:25px;height:3px;background:#000;margin:4px 0;border-radius:2px;transition:.3s}.navbar-links{display:flex;gap:3rem;list-style:none;font-size:1.02rem;margin:0 auto;margin-right:5rem}@media (max-width: 800px){.navbar-links{display:none;position:absolute;top:60px;right:0;background:#d3d3d3;flex-direction:column;width:200px;padding:1rem;border-radius:0 0 8px 8px;z-index:100;box-shadow:0 4px 16px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.navbar-links a{color:#003b3a;font-weight:600;text-decoration:none;padding:.5rem 0;transition:color .2s}.navbar-links a:hover{color:#0074d9}.navbar-links.active,.navbar-toggle{display:flex}}#news-title{color:#fff;text-align:center;margin:0 0 .5rem}#news{font-size:clamp(1rem,1vw + 1rem,1.5rem);font-weight:lighter;margin:0;padding:2rem 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#000}:root{--news-bg: #000000;--news-heading: #ffffff;--news-text: #f3f4f6;--news-meta: #bfc3c7;--news-divider: rgba(255, 255, 255, .06);--news-accent: #ffd966}.news-list{width:min(900px,95%);margin:.75rem 0 1.25rem;padding:0 1rem;display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.news-item{display:flex;align-items:center;gap:.75rem;background:transparent;color:var(--news-text);padding:.35rem .5rem;border-bottom:1px solid var(--news-divider);opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease;width:100%}.news-item.has-media{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:.5rem 0}.news-hero{max-width:720px;margin:0 auto;height:min(320px,36vh);object-fit:cover;object-position:center top;border-radius:6px;display:block}.news-item.has-media .news-date,.news-item.has-media .news-text{width:100%}.news-text.centered{text-align:center;margin:.25rem 0 .5rem}.news-date.centered{color:#fffc;font-size:.9rem;margin-top:.25rem}.news-item.compact .news-date{min-width:110px;color:#fffc;font-size:.875rem}.news-item .news-body{display:flex;align-items:center;gap:.5rem;width:100%}.news-compact-row{display:flex;align-items:center}.news-expand-trigger{display:flex;align-items:center;gap:.6rem;width:100%;background:transparent;border:none;text-align:left;padding:.35rem .5rem;cursor:pointer;color:inherit}.news-expanded-panel{max-height:0;overflow:hidden;opacity:0;transition:max-height .28s ease,opacity .22s ease;width:100%}.news-expanded-panel.open{max-height:2000px;opacity:1}.news-close{background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.08);padding:.35rem .6rem;border-radius:6px;cursor:pointer}.news-thumb{width:48px;height:48px;object-fit:cover;border-radius:6px}.news-text{color:var(--news-text);font-size:clamp(1rem,.9rem + .4vw,1.125rem);line-height:1.5;font-weight:400}.news-controls{display:flex;justify-content:center;padding:.75rem 0 1.25rem;width:100%;max-width:900px}.news-controls{gap:.75rem;align-items:center}.news-follow{color:var(--news-accent);font-weight:600;text-decoration:none;display:inline-block;padding:.4rem .6rem}.news-follow:focus,.news-follow:hover{text-decoration:underline}@media (max-width: 520px){.news-controls{flex-direction:column;gap:.5rem}.news-follow{padding:0}}.news-button{background:#fff;color:#000;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600}.news-list.revealed .news-item,.news-list.expanded .news-item{opacity:1;transform:none}.news-list.expanded .news-item:nth-child(1){transition-delay:0ms}.news-list.expanded .news-item:nth-child(2){transition-delay:30ms}.news-list.expanded .news-item:nth-child(3){transition-delay:60ms}.news-list.expanded .news-item:nth-child(4){transition-delay:90ms}.news-list.expanded .news-item:nth-child(5){transition-delay:.12s}.news-list.expanded .news-item:nth-child(6){transition-delay:.15s}.news-list.expanded .news-item:nth-child(7){transition-delay:.18s}.news-list.expanded .news-item:nth-child(8){transition-delay:.21s}.news-list.expanded .news-item:nth-child(9){transition-delay:.24s}.news-list.expanded .news-item:nth-child(10){transition-delay:.27s}.news-item:focus{outline:3px solid rgba(255,215,102,.12);outline-offset:2px}@media (max-width: 640px){.news-item{flex-direction:column;align-items:flex-start}.news-item.compact .news-date{min-width:auto;margin-bottom:.25rem}.news-thumb{width:40px;height:40px}.news-hero{height:min(220px,32vh);max-width:95%}}.news-expand-trigger:hover .news-thumb,.news-expand-trigger:focus .news-thumb{transform:scale(1.02)}.news-expand-trigger:hover,.news-expand-trigger:focus{background:#ffffff05}#news-title{color:var(--news-heading);font-size:clamp(1.5rem,2.2vw,2rem);font-weight:600;letter-spacing:.2px}.news-date{color:var(--news-meta);font-size:.875rem}.about-pi-section-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem;box-sizing:border-box}#pi-photo-container{width:100%;max-width:280px;height:320px;overflow:hidden;border-radius:8px;flex-shrink:0}#pi-photo{width:100%;height:100%;object-fit:cover;display:block}.about-pi-text{width:100%;text-align:center}.about-pi-text h2{font-size:1.8rem;font-weight:300;margin:0 0 1rem;line-height:1.2}.title-email-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;align-items:center}.title-email-row h3{font-size:1.2rem;font-weight:400;margin:0}.pi-email{font-size:1rem;color:#003b3a;font-weight:600;margin:0;word-break:break-word}.about-pi-bio-container{width:100%}.about-pi-bio{font-size:1rem;line-height:1.4;text-align:left;margin:0;color:#333}@media (min-width: 480px){.about-pi-section-container{padding:1.5rem}#pi-photo-container{max-width:300px;height:350px}.about-pi-text h2{font-size:2rem}.title-email-row{flex-direction:row;justify-content:center;gap:1.5rem}.about-pi-bio{font-size:1.1rem}}@media (min-width: 768px){.about-pi-section-container{flex-direction:row;align-items:flex-start;gap:2rem;padding:2rem;text-align:left}#pi-photo-container{max-width:350px;height:400px;flex-shrink:0}.about-pi-text{flex:1;text-align:left;max-width:600px}.about-pi-text h2{font-size:2.2rem;margin-bottom:1rem}.title-email-row{justify-content:flex-start;margin-bottom:1.5rem}.title-email-row h3{font-size:1.3rem}.pi-email{font-size:1.1rem}.about-pi-bio{font-size:1.1rem;line-height:1.7}}@media (min-width: 1024px){.about-pi-section-container{gap:3rem;padding:3rem 2rem}#pi-photo-container{max-width:400px;height:450px}.about-pi-text h2{font-size:2.5rem}.title-email-row h3{font-size:1.4rem}.pi-email{font-size:1.2rem}.about-pi-bio{font-size:1.2rem;line-height:1.5}}.current-projects-section{margin:4rem 0;padding:0 1rem;overflow:visible}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:300;color:#333}.projects-grid{display:flex;flex-wrap:nowrap;gap:1rem;max-width:1200px;margin:0 auto}.projects-grid li{list-style:none;transition:all .4s ease;flex:1 1 0;min-width:0}.projects-grid li.expanded{flex:4 1 0}.project-card-container{position:relative;height:500px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #00000014;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-card-container:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.projects-grid li.expanded .project-card-container{overflow:hidden;box-shadow:0 12px 40px #00000026;transform:none;z-index:10}.projects-grid li.expanded .project-card-image{height:100%;object-fit:cover;filter:brightness(.6) contrast(1.1)}.project-card-image{width:100%;height:100%;object-fit:cover;transition:all .4s ease}.project-card-title{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);text-shadow:0 2px 4px rgba(0,0,0,.3)}.projects-grid li.expanded .project-card-title{opacity:0;transform:translateY(20px)}.projects-grid li.expanded .project-card-image{filter:brightness(.6) contrast(1.1)}.project-summary{position:absolute;inset:15% 0 0;background:linear-gradient(to top,#000000e6,#000c 30%,#000000b3 70%,#00000080);color:#fff;padding:1rem 1.5rem 1.5rem;transform:translateY(100%);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:center;text-align:center}.projects-grid li.expanded .project-summary{transform:translateY(0);opacity:1}.project-summary p{margin:0;font-size:1rem;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.3);font-weight:400}@media (max-width: 1024px){.projects-grid{gap:1rem}}@media (max-width: 768px){.section-title{font-size:2rem;margin-bottom:2rem}.projects-grid{gap:.75rem}.project-card-container{height:250px}}@media (max-width: 966px){.projects-grid{flex-direction:column;flex-wrap:wrap;overflow-x:visible}.projects-grid li{flex:none;min-width:unset}.projects-grid li.expanded{flex:none;transform:none}.project-card-container{height:300px}.projects-grid li.expanded .project-card-container{height:auto;min-height:350px;max-height:450px}.project-summary{top:15%;bottom:0;padding:1rem .75rem;overflow-y:auto}.project-summary p{font-size:.9rem;line-height:1.5;margin-bottom:.75rem}}@media (max-width: 600px){.current-projects-section{margin:2rem 0;padding:0 .5rem}.section-title{font-size:1.75rem}.projects-grid{flex-direction:column;flex-wrap:wrap;overflow-x:visible}.projects-grid li{flex:none;min-width:unset}.projects-grid li.expanded{flex:none;transform:none}.project-card-container{height:200px}.projects-grid li.expanded .project-card-container{height:auto;min-height:320px;max-height:400px}.project-summary{top:15%;bottom:0;padding:1rem .75rem;overflow-y:auto;background:linear-gradient(to top,#000000f2,#000000d9 40%,#0009,#0006);display:flex;flex-direction:column;justify-content:flex-start;text-align:center}.project-summary p{font-size:.85rem;line-height:1.5;margin-bottom:.75rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.project-summary p:last-child{margin-bottom:0}.project-summary::-webkit-scrollbar{width:4px}.project-summary::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.project-summary::-webkit-scrollbar-thumb{background:#fff6;border-radius:2px}.project-summary::-webkit-scrollbar-thumb:hover{background:#fff9}.project-card-title{font-size:1rem;padding:.75rem 1rem}}@media (max-width: 360px){.current-projects-section{padding:0 .25rem}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.projects-grid{gap:.75rem}.project-card-container{height:180px}.projects-grid li.expanded .project-card-container{min-height:280px;max-height:350px}.project-summary{top:15%;bottom:0;padding:.75rem .5rem;overflow-y:auto;background:linear-gradient(to top,#000000fa,#000000e6,#000000b3 60%,#00000080);display:flex;flex-direction:column;justify-content:flex-start;text-align:center}.project-summary p{font-size:.8rem;line-height:1.4;margin-bottom:.6rem}.project-summary p:last-child{margin-bottom:0}.project-card-title{font-size:.9rem;padding:.5rem .75rem}}@media (prefers-reduced-motion: reduce){.projects-grid li,.project-card-container,.project-card-image,.project-summary{transition:none}}.project-card-container:focus{outline:3px solid #4A90E2;outline-offset:2px}.project-card-container:focus:not(:focus-visible){outline:none}#hero-section-container{display:flex;flex-direction:column;align-items:center}#hero-section-container img{margin-bottom:5rem;margin-top:5rem;max-width:800px;width:100%;height:auto}#hero-section-container p{max-width:54rem;margin:0 auto;text-align:center;font-size:1.75rem;line-height:1.5;padding:0 1.5rem}@media (max-width: 600px){#hero-section-container p{font-size:1.1rem;line-height:1.4;padding:0 .5rem;max-width:95vw}}#lab-photos-wrapper{background-color:#f2f2f2}#lab-photos-section{background-color:#f2f2f2;display:grid;grid-template-columns:1fr 1fr;row-gap:20px;column-gap:20px;max-width:1250px;margin:0 auto;padding:1rem}.lab-photo-card{width:100%;height:clamp(240px,32vw,420px);object-fit:cover;border-radius:8px}@media (max-width: 768px){#lab-photos-section{grid-template-columns:1fr;row-gap:15px}.lab-photo-card{height:300px;object-fit:contain;border-radius:8px}}.image-text-section{display:flex;flex-direction:column;gap:clamp(1rem,4vw,2.5rem);margin:0 auto;padding:clamp(1rem,3vw,3rem);max-width:1200px}.image-text-image{width:100%;height:auto;object-fit:cover;border-radius:8px;max-height:clamp(250px,40vh,450px)}.image-text-content{display:flex;flex-direction:column;justify-content:center}.image-text-content p{font-size:clamp(1.2rem,3vw,1.5rem);line-height:clamp(2,1.8 + 1vw,2.5);margin:0;color:#333;max-width:65ch;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}.section-text{font-size:clamp(1.1rem,3vw,1.4rem);line-height:clamp(1.5,1.4 + .5vw,1.8);padding:clamp(1rem,3vw,3rem);margin:0 auto;max-width:1200px;color:#333;max-width:100ch;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}@media (min-width: 768px){.image-text-section{flex-direction:row;align-items:center}.image-text-image{flex:0 0 45%}.image-text-content{flex:1;padding-left:clamp(1rem,2vw,2rem)}.image-text-content p{max-width:none}}@container (min-width: 600px){.image-text-content p{font-size:clamp(1.1rem,2vw,1.3rem)}}.image-text-content p,.section-text{transition:font-size .2s ease,line-height .2s ease}@media print{.image-text-section{flex-direction:column;gap:1rem;padding:0}.image-text-content p,.section-text{font-size:12pt;line-height:1.4}}.publications-container{display:flex;flex-direction:column;max-width:80%;margin:0 auto;justify-content:space-between;padding:0 30px;row-gap:30px}.publication-card{background-color:#fff;display:flex;flex-direction:column;align-items:stretch;padding:20px 30px;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-width:0;overflow:hidden}.publications-container li:last-child{margin-bottom:12px}.card-content{display:flex;flex-direction:row;column-gap:20px;align-items:flex-start}.card-image-container{flex:0 0 300px;height:300px;overflow:hidden;border-radius:6px;min-width:0}.card-image-publication{width:100%;height:100%;object-fit:cover}.card-text{font-size:1.2rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.card-title{margin:0 0 20px;font-size:1.4rem;line-height:1.3}.card-summary{font-size:1.1rem;color:#666;line-height:1.7;margin:0;flex:1}.card-button{margin-top:20px;align-self:center;padding:8px 16px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;text-decoration:none;color:#333;font-size:.9rem}.card-button:hover{background-color:#e0e0e0}@media (max-width: 1050px){.card-content{flex-direction:column;row-gap:20px}.card-image-container{flex:none;width:100%;min-height:200px}}@media (max-width: 768px){.publications-container{max-width:95%;padding:0 15px;row-gap:20px}.publication-card{padding:15px 20px}.card-image-container{height:180px}.card-text{font-size:1.1rem}.card-title{font-size:1.25rem;margin-bottom:15px}.card-summary{font-size:1rem;line-height:1.6}.card-button{padding:12px 20px;font-size:1rem;align-self:stretch;text-align:center}}@media (max-width: 480px){.publications-container{max-width:100%;padding:0 10px}.publication-card{padding:12px 15px}.card-image-container{height:160px}.card-title{font-size:1.2rem}.card-summary{font-size:.95rem}.publications-container li:last-child{margin-bottom:12px}}.recent-publications-footer{max-width:80%;margin:0 auto;padding:30px;display:flex;justify-content:center;align-items:center}.pubmed-link{color:#0b5fff;font-weight:600;font-size:.95rem;margin-top:4px;display:inline-flex;gap:8px;align-items:center;text-decoration:none;padding:6px 10px;border-radius:8px;border:1px solid rgba(11,95,255,.12)}.pubmed-link:hover{background:#0b5fff0f;text-decoration:none}.pubmed-link svg{width:16px;height:16px}.team-section-container{max-width:1200px;margin:0 auto;padding:1rem;box-sizing:border-box}.team-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;grid-auto-rows:1fr}.card--team{display:flex;flex-direction:column;background-color:#d3d3d3;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:0;transition:box-shadow .3s ease,transform .2s ease;min-height:0;overflow:hidden;cursor:pointer;position:relative}.card--team:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.card--team .card-image{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 25%;min-height:200px;max-height:350px;margin-bottom:0;box-shadow:none;flex-shrink:0;border-radius:8px 8px 0 0;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background-color:#f0f0f0;transition:transform .3s ease,filter .3s ease}.card--team .card-title{font-size:1.1rem;font-weight:600;margin:1rem 1.5rem .5rem;text-align:center;color:#333;line-height:1.3}.card--team .card-description{font-size:.95rem;color:#666;text-align:center;margin:0 1.5rem 1rem;line-height:1.4}.team-icon{font-size:.9rem;color:#007bff;text-align:center;margin:0 1.5rem 1rem;word-break:break-word}.read-more-hint{font-size:.8rem;color:#888;text-align:center;margin:0 1.5rem 1.5rem;font-style:italic;opacity:.7}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 10px 25px #0003}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;background:#0000001a;transition:background .2s ease;z-index:10}.modal-close:hover{background:#0003}.modal-header{padding:2rem;text-align:center;border-bottom:1px solid #eee}.modal-image{width:120px;height:120px;border-radius:50%;object-fit:cover;object-position:center 25%;margin-bottom:1rem;border:4px solid #f0f0f0}.modal-name{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#333}.modal-position{font-size:1rem;color:#666;margin:0 0 .5rem}.modal-email{font-size:.9rem;color:#007bff;margin:0}.modal-body{padding:2rem}.modal-info-section{margin-bottom:1.5rem}.modal-info-section:last-child{margin-bottom:0}.modal-info-section h4{font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.modal-info-section p{font-size:1rem;color:#666;line-height:1.5;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 480px){.team-section-container{padding:1.5rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.card--team .card-image{aspect-ratio:5/4;min-height:220px;object-position:center 20%}}@media (min-width: 768px){.team-section-container{padding:2rem}.team-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.card--team .card-image{aspect-ratio:4/3;min-height:200px;max-height:280px;object-position:center 25%}.modal-content{max-width:600px}.modal-header{display:flex;align-items:center;text-align:left;padding:2.5rem}.modal-image{margin-right:2rem;margin-bottom:0;width:140px;height:140px}.modal-title-section{flex:1}}@media (min-width: 1024px){.team-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.card--team .card-image{aspect-ratio:1;min-height:180px;max-height:250px;object-position:center 30%}}@media (min-width: 1200px){.team-section-container{padding:3rem 2rem}.team-grid{gap:2.5rem}.card--team .card-image{aspect-ratio:4/3;min-height:220px;max-height:280px;object-position:center 25%}}#text-info-section{background-color:#f2f2f2;margin:0;padding-top:50px;padding-right:clamp(10px,4vw,80px);padding-left:clamp(10px,4vw,80px);padding-bottom:clamp(5px,2vw,40px)}#text-info-section div{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:40px}#text-info-section div p:first-of-type{color:#00a199;font-weight:700;font-size:clamp(1rem,2vw + .5rem,1.3rem)}#text-info-section h1{line-height:clamp(1.5rem,7vw + 1rem,4rem);font-size:clamp(1.8rem,7vw + 1rem,3rem);margin:0}#text-info-section div h1 span{color:#00a199}#text-info-section div p:last-of-type{font-size:clamp(1rem,2vw + .5rem,1.2rem);line-height:clamp(1.5rem,2vw + .5rem,1.8rem)}
