.home-page{min-height:100vh;background:#000;background-image:url(/_astro/home_background.DpAX4me3.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:60px;padding-top:0;position:relative;overflow:hidden}.home-page:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:0;pointer-events:none}.hero-section{display:flex;align-items:center;justify-content:flex-start;width:100%;max-width:1400px;margin:0 auto;padding:2rem 2rem 2rem 4rem;position:relative;z-index:2}.hero-text{flex:1;text-align:left;max-width:900px;margin:0}.hero-text h1{font-size:5rem;color:#fff;margin-bottom:1rem;font-weight:800;letter-spacing:2px;line-height:1.1}.hero-text h2{font-size:1.5rem;color:#e50914;margin-bottom:.5rem;font-weight:600}.hero-text h3{font-size:1.2rem;color:#ccc;margin-bottom:1rem;font-weight:500}.quirky{font-style:italic;color:#aaa;margin-bottom:1.5rem}.hero-image{flex:1;display:flex;align-items:center;justify-content:center;margin-left:2rem}.img-placeholder{width:160px;height:160px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#bbb;box-shadow:0 2px 8px #00000012}.home-cards{display:flex;gap:2rem;width:100%;justify-content:flex-start;padding-left:2rem;margin-top:2rem}.card{background:#1e1e1e;border-radius:16px;box-shadow:0 2px 8px #00000012;padding:2rem 2.5rem;min-width:240px;min-height:120px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:500;color:#fff}.hero-buttons{margin-top:1.5rem;display:flex;gap:1.2rem}.hero-btn{background:#e50914;color:#fff;font-weight:700;padding:.7rem 1.5rem;border-radius:24px;text-decoration:none;font-size:1rem;box-shadow:0 2px 8px #00000012;transition:background .2s,color .2s,box-shadow .2s}.hero-btn:hover,.hero-btn:focus{background:#fff;color:#e50914;box-shadow:0 4px 16px #0000001f;outline:none}.hero-text p{font-size:1.7rem;color:#ccc;margin-bottom:1rem;line-height:1.4}.position{color:#e50914!important;font-weight:600}.affiliation{color:#e50914!important;font-weight:700}.tagline{font-style:italic}.social-icons{margin-top:2rem;display:flex;gap:1.8rem}.icon-link{color:#fff;font-size:2.5rem;transition:color .2s}.icon-link:hover,.icon-link:focus{color:#e50914;outline:none}.reveal-email-btn{background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:color .2s}.reveal-email-btn:hover,.reveal-email-btn:focus{color:#e50914;outline:none}.email-container{display:flex;align-items:center;gap:.6rem;font-size:1rem;color:#fff;margin-top:.8rem;opacity:0;transform:translateY(6px);animation:fadeInEmail .4s ease-out forwards}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.copy-btn,.send-email-btn{background:#1e1e1e;border:none;color:#fff;padding:.25rem .8rem;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background .2s}.copy-btn:hover,.copy-btn:focus,.send-email-btn:hover,.send-email-btn:focus{background:#333;outline:none}@keyframes fadeInEmail{to{opacity:1;transform:translateY(0)}}.action-buttons{margin-top:3rem;display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:flex-start}.action-btn{background:#13294b;color:#fff;border:3px solid #FF5F05;padding:1.2rem 2.5rem;border-radius:50px;font-size:1.3rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 20px #13294b4d;transition:all .3s ease;position:relative;overflow:hidden;white-space:nowrap;justify-content:center}.action-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.action-btn:hover:before{left:100%}.action-btn:hover,.action-btn:focus{transform:translateY(-2px);box-shadow:0 8px 30px #13294b66;background:#13294b;filter:brightness(1.2);outline:none}.action-btn:active{transform:translateY(0);box-shadow:0 4px 20px #13294b4d}.projects-btn{background:#13294b;box-shadow:0 4px 20px #13294b4d}.projects-btn:hover,.projects-btn:focus{box-shadow:0 8px 30px #13294b66;background:#13294b;filter:brightness(1.2)}.publications-btn{background:#13294b;box-shadow:0 4px 20px #13294b4d}.publications-btn:hover,.publications-btn:focus{box-shadow:0 8px 30px #13294b66;background:#13294b;filter:brightness(1.2)}.about-btn{background:#13294b;box-shadow:0 4px 20px #13294b4d}.about-btn:hover,.about-btn:focus{box-shadow:0 8px 30px #13294b66;background:#13294b;filter:brightness(1.2)}.btn-icon{font-size:1.6rem;display:inline-block;animation:bounce 2s infinite}.btn-text{font-family:inherit;letter-spacing:.5px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1px)}}.mobile-profile-container{display:none}@media(min-width:1201px){.home-page{padding-right:clamp(calc(25vw + 30px),calc(100vw - 1134px),970px)}}@media(max-width:1200px){.mobile-profile-container{display:flex;justify-content:center;margin-bottom:1.5rem}.mobile-profile-container .profile-image-container{width:180px;height:180px}.hero-section{flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.hero-text{text-align:center;padding:0 1.2rem}.social-icons{justify-content:center}.action-buttons{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1rem 1.2rem}.action-btn{width:240px;padding:1rem 2rem;font-size:1.1rem}}@media(max-width:900px){.home-page{padding-left:0;align-items:center}.hero-section{flex-direction:column;align-items:flex-start;padding-left:1rem;padding-top:2rem}.hero-image{margin-left:0;margin-top:1rem}.home-cards{flex-direction:column;align-items:center;padding-left:0}.action-buttons{flex-direction:column;align-items:center;gap:1rem}.action-btn{width:280px;padding:1.1rem 2rem;font-size:1.2rem}}
