*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.125rem;line-height:1.7;color:#4A4A4A;background-color:#FFFEF9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:700;line-height:1.3;margin-bottom:1.5rem;color:#4A4A4A}h1{font-size:2.5rem;color:#5A9FD4}h2{font-size:2rem;color:#5A9FD4;margin-top:3rem}h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(to right, #FFB3D9, #D4BBFF);border-radius:2px;margin-bottom:.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1.5rem}a{color:#5A9FD4;text-decoration:none;transition:color .3s ease}a:hover{color:#FF8FC4}.site-header{background:linear-gradient(135deg, #A8D8F0 0%, #E8DEFF 100%);padding:3rem 0;margin-bottom:4px;position:relative;overflow:hidden}.site-header::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 100%);z-index:1;pointer-events:none}.site-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("../images/painting-texture.jpg");background-size:150%;background-position:center 20%;opacity:0.7;z-index:0;filter:saturate(1.8) brightness(1.2) contrast(1.1)}.site-header .header-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header .site-title{font-size:2.75rem;font-weight:800;color:#fff;text-shadow:3px 3px 8px rgba(0,0,0,0.5),1px 1px 2px rgba(0,0,0,0.8);margin-bottom:.75rem}.site-header .site-subtitle{font-size:1.25rem;color:#fff;font-weight:400;text-shadow:2px 2px 6px rgba(0,0,0,0.5)}.site-header.page-home::before{background-position:center 15%;background-size:140%}.site-header.page-research::before{background-position:70% 40%;background-size:200%}.site-header.page-people::before{background-position:50% 65%;background-size:180%}.site-header.page-publications::before{background-position:20% 30%;background-size:220%}.site-header.page-resources::before{background-position:80% 50%;background-size:160%}.site-header.page-news::before{background-position:40% 25%;background-size:170%}.site-nav{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.08);position:sticky;top:0;z-index:100}.site-nav nav{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:.75rem;padding:.75rem 0}.site-nav a{display:block;padding:.75rem 1.5rem;color:#4A4A4A;font-weight:500;border-radius:6px;transition:all .3s ease}.site-nav a:hover,.site-nav a.active{background-color:#A8D8F0;color:#5A9FD4}.main-content{max-width:1200px;margin:0 auto;padding:4.5rem 1.5rem}.content-wrapper{max-width:800px}.hero{text-align:center;padding:0.5rem 0;margin-bottom:0.5rem}.hero .hero-image{max-width:100%;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.12);margin-bottom:3rem}.slideshow-container{margin:0.5rem 0;text-align:center}.slideshow{position:relative;width:100%}.slide{width:100%;opacity:0;animation:fade 12s infinite}.slide:first-child{animation-delay:0s}.slide:nth-child(2){animation-delay:6s;position:absolute;top:0;left:0}.slide img{max-width:85%;height:auto;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,0.15);border:8px solid #fff;display:block;margin:0 auto}.slide .caption{margin-top:1.5rem;margin-bottom:1.5rem;font-style:italic;color:#7A7A7A;font-size:0.95rem}@keyframes fade{0%{opacity:0}8%{opacity:1}42%{opacity:1}50%{opacity:0}100%{opacity:0}}.card,.person-card{background:#fff;border-radius:12px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 12px rgba(0,0,0,0.08);transition:transform .3s ease,box-shadow .3s ease}.card:hover,.person-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.12)}.people-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:3rem;margin:3rem 0}.person-card{text-align:center}.person-card img{width:100%;max-width:200px;height:200px;object-fit:cover;border-radius:50%;margin-bottom:1.5rem;border:4px solid #A8D8F0}.person-card .name{font-size:1.25rem;font-weight:600;color:#5A9FD4;margin-bottom:.375rem}.person-card .title{font-size:0.95rem;color:#7A7A7A;margin-bottom:.75rem}.publications-list .publication{padding:1.5rem 0;border-bottom:1px solid #E5E5E5}.publications-list .publication:last-child{border-bottom:none}.publications-list .publication .pub-title{font-weight:600;color:#4A4A4A;margin-bottom:.375rem}.publications-list .publication .pub-authors{color:#7A7A7A;font-size:0.95rem;margin-bottom:.375rem}.publications-list .publication .pub-venue{font-style:italic;color:#7A7A7A;font-size:0.95rem}.accent-blob{position:absolute;border-radius:50%;opacity:0.1;pointer-events:none}.accent-blob.blob-1{width:300px;height:300px;background:#FFB3D9;top:-100px;right:-100px}.accent-blob.blob-2{width:200px;height:200px;background:#FFE66D;bottom:-50px;left:-50px}.site-footer{background-color:#4A4A4A;color:#fff;padding:3rem 1.5rem;margin-top:4.5rem}.site-footer .footer-content{max-width:1200px;margin:0 auto;text-align:center}.site-footer a{color:#A8D8F0}.site-footer a:hover{color:#FFD6EC}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.75rem;z-index:101}.hamburger:focus{outline:2px solid #5A9FD4}.hamburger .hamburger-box{width:30px;height:24px;display:inline-block;position:relative}.hamburger .hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger .hamburger-inner,.hamburger .hamburger-inner::before,.hamburger .hamburger-inner::after{width:30px;height:3px;background-color:#4A4A4A;border-radius:2px;position:absolute;transition:transform 0.15s ease}.hamburger .hamburger-inner::before,.hamburger .hamburger-inner::after{content:"";display:block}.hamburger .hamburger-inner::before{top:-8px}.hamburger .hamburger-inner::after{bottom:-8px}.hamburger.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger.is-active .hamburger-inner::before{transform:rotate(-90deg) translateX(-8px)}.hamburger.is-active .hamburger-inner::after{opacity:0}@media (max-width: 768px){html{font-size:14px}body{font-size:1rem}h1{font-size:1.5rem}h2{font-size:1.25rem;margin-top:1.5rem}h3{font-size:1.1rem}h4{font-size:1rem}.site-title{font-size:1.5rem !important}.site-subtitle{font-size:0.9rem !important}.site-header{padding:.75rem 0;margin-bottom:1.5rem}.site-header::before{background-size:300%;opacity:0.5}.header-content{padding:.75rem}.hamburger{display:block;margin:.75rem auto}.site-nav{padding:.75rem 1.5rem}.site-nav nav{position:relative}.site-nav ul{display:none;flex-direction:column;gap:0;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:6px;margin-top:.75rem;overflow:hidden}.site-nav ul.is-active{display:flex}.site-nav li{width:100%;text-align:center;border-bottom:1px solid #E5E5E5}.site-nav li:last-child{border-bottom:none}.site-nav a{padding:1.5rem;font-size:0.95rem;display:block}.main-content{padding:1.5rem .75rem}.people-grid{grid-template-columns:1fr;gap:1.5rem}.content-wrapper{padding:0 .75rem}.hero{padding:.75rem 0;margin-bottom:.75rem}.hero h1{font-size:1.5rem}.slideshow{max-width:100%}.slide img{max-width:70% !important;width:70% !important;height:auto;border-width:3px}.slide .caption{font-size:0.8rem;margin-top:.375rem;margin-bottom:.375rem}img{max-width:100%;height:auto}.person-card img{max-width:120px;height:120px}.hero h1{font-size:1.3rem !important;line-height:1.4}p{font-size:0.95rem;line-height:1.6;margin-bottom:.75rem}a[style*="padding: 1rem 2rem"]{padding:0.75rem 1.25rem !important;font-size:0.9rem !important}.publication .pub-title{font-size:1rem}.publication .pub-authors,.publication .pub-venue{font-size:0.85rem}}
