*,*::before,*::after{box-sizing:border-box}:root{--s-2xs:.25rem;--s-xs:.5rem;--s-sm:.1rem;--s-md:1rem;--s-lg:1.5rem;--s-xl:2rem;--s-2xl:3rem;--s-3xl:4rem;--container:960px;--text:#222;--muted:#555;--border:#eaeaea;--shadow-1:0 2px 8px rgba(0,0,0,0.04);--font:'Inter', 'Segoe UI', Arial, sans-serif;--h1:clamp(1.9rem, 4vw, 2.5rem);--h2:clamp(1.5rem, 3.2vw, 2rem);--h3:clamp(1.2rem, 2.6vw, 1.75rem);--body:clamp(1rem, 2.2vw, 1.08rem)}html,body{height:100%}body{font-family:var(--font);line-height:1.65;color:var(--text);background:#fff;margin:0;display:flex;flex-direction:column;min-height:100vh;font-size:var(--body)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 var(--s-lg);width:100%}.main{flex:1 0 auto}.header{padding:1.2rem 0;border-bottom:1px solid var(--border);margin-bottom:.5rem;background:#fff}.header .container{display:flex;justify-content:space-between;align-items:center}.header .logo a{font-size:1.5rem;font-weight:800;color:var(--highlight-color,#1976d2);text-decoration:none;letter-spacing:.04em;text-transform:uppercase}.header nav ul{margin:0;padding:0;list-style:none;display:flex;gap:1rem}.header nav a,.menu-link{text-decoration:none;color:var(--text);font-weight:500;border-bottom:2px solid transparent;transition:color .18s,border-color .18s,background .18s;padding-bottom:2px}.menu-link:hover,.menu-link.active{color:var(--highlight-color);border-bottom-color:var(--highlight-color)}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text);letter-spacing:.01em;margin:var(--s-lg)0 var(--s-sm)}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3)}p{margin:0 0 var(--s-md)}a{color:var(--highlight-color,#1976d2)}a:hover{text-decoration:underline}.home-content section{margin-bottom:var(--s-2xl)}.home-content h2{margin-bottom:var(--s-md)}.home-content p{line-height:1.65}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--s-lg);margin-top:var(--s-lg)}.team-member{display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #d1d1d1;padding:var(--s-lg);border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,3%)}.team-member img{width:150px;height:150px;border-radius:15%;object-fit:cover;margin-bottom:var(--s-md)}.team-member h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.team-member .role{color:#777;font-style:italic;margin-bottom:var(--s-md)}.team-member .content{color:#555}.team-member.pi{flex-direction:row;align-items:flex-start;text-align:left;gap:var(--s-lg)}.publications-list{list-style:none;padding:0}.team-member,.publications-list li{background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,3%);padding:1.2rem;margin-bottom:1.2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--s-2xl)}.contact-map iframe{width:100%;height:300px;border:1px solid #eee;border-radius:6px}.contact-details{line-height:1.65}.footer{text-align:center;padding:var(--s-lg)0;margin-top:var(--s-sm);border-top:1px solid var(--border);color:#777;font-size:.95rem;background:#fff}@media(max-width:992px){:root{--container:920px}}@media(max-width:768px){:root{--container:100%;--s-xl:1.5rem;--s-2xl:2rem}.header .container{flex-direction:row;justify-content:space-between;align-items:center;gap:0}.hero{padding-top:var(--s-xs)}.hero-image{margin-bottom:var(--s-lg)}.home-content section{margin-bottom:var(--s-xl)}.team-grid{grid-template-columns:1fr}.team-member.pi{flex-direction:column;align-items:center;text-align:center}.contact-grid{grid-template-columns:1fr;gap:var(--s-xl)}}