:root{--navy: #001f3f;--navy-light: #003366;--accent: #0077cc;--gradient-primary: linear-gradient(135deg, #001f3f 0%, #004a8f 100%);--shadow-sm: 0 2px 8px rgba(15, 23, 42, .07);--shadow-md: 0 8px 24px rgba(15, 23, 42, .1);--shadow-lg: 0 16px 36px rgba(15, 23, 42, .14)}body{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}html,body{overflow-x:hidden}header,footer{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:10px 20px}@media(max-width:600px){header{flex-direction:column;align-items:flex-start}header h1,header nav{width:100%;text-align:left}header nav ul{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:6px;-moz-column-gap:6px;column-gap:6px}header nav ul li a{font-size:.85rem;padding:4px 6px}}.media-gallery{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;margin:0}@media(max-width:600px){.media-gallery{flex-direction:column;align-items:center;padding:0 10px}.media-gallery>div{flex:1 1 100%!important;max-width:100%!important;height:auto!important;margin-bottom:20px}.media-gallery video,.media-gallery img{height:auto!important;max-height:none!important}}.hero,main{box-sizing:border-box}Reset *{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;background:linear-gradient(180deg,#f8fafc,#eef2f7);background-attachment:fixed;color:#29323c;padding:0;margin:0}main{flex:1 0 auto;padding:40px;max-width:1200px;margin:0 auto;width:100%;min-height:81vh}@media(max-width:768px){main{padding:24px 16px}}header{background:var(--gradient-primary);color:#fff;padding:10px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;box-shadow:var(--shadow-md);position:relative;z-index:10}@media(max-width:600px){header{padding:12px 16px;align-items:flex-start}}header h1{font-size:1.8rem;font-weight:700;letter-spacing:-.01em}section{margin-bottom:20px}section h2{font-size:2rem;font-weight:800;letter-spacing:-.01em;margin-bottom:10px;color:var(--navy)}section h2:after{content:"";display:block;width:46px;height:4px;margin-top:8px;border-radius:4px;background:var(--gradient-primary)}nav ul{list-style:none;display:flex;gap:20px}nav a{color:#fff;text-decoration:none;font-weight:600;padding:10px 20px;border-radius:999px;transition:background .25s ease,transform .2s ease}nav a:hover{background:#ffffff2e;transform:translateY(-1px)}footer{background:linear-gradient(135deg,#001a33,#00284d);color:#fff;text-align:center;padding:5px 20px;box-shadow:0 -4px 16px #0000001a}html{scroll-behavior:smooth}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.project-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.project-card h3{margin-bottom:10px;color:#001f3f}.project-card p{font-size:.95rem}.project-card:hover{transform:translateY(-5px);box-shadow:0 6px 18px #00000026}.publications-list{display:grid;grid-template-columns:repeat(2,minmax(0,480px));justify-content:center;-moz-column-gap:24px;column-gap:24px;row-gap:20px;margin-top:20px}@media(max-width:820px){.publications-list{grid-template-columns:minmax(0,480px)}}.publication-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease;min-width:0}.publication-card h3{margin-bottom:10px;color:#001f3f}.publication-card p{font-size:.95rem}.publication-card:hover{transform:translateY(-5px);box-shadow:0 6px 18px #00000026}#resume a{color:#07c;text-decoration:underline}#resume a:hover{color:#004d99}#contact a{color:#07c;text-decoration:none}#contact a:hover{text-decoration:underline;color:#004d99}.resume-container{height:80vh;margin-top:30px;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #0000001a;background-color:#f4f4f4;padding:0;zoom:2}.resume-container iframe{border:none;width:100%;height:100%;display:block;zoom:2}.pdf-container{margin-top:30px;box-shadow:0 8px 24px #0000001a;border-radius:12px;overflow:hidden}.react-pdf__Page{display:flex;justify-content:center;padding:20px 0;background:#f9f9f9}.controls button{background-color:#001f3f;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.controls button:hover{background-color:#004080}.download-button{background:var(--gradient-primary);color:#fff;padding:12px 24px;border-radius:10px;font-weight:600;text-decoration:none;box-shadow:var(--shadow-sm);transition:box-shadow .25s ease,transform .2s ease;display:inline-block}.download-button:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pdf-scroll-container{max-height:50vh;overflow-y:auto;padding:10px 15px;border-radius:12px;box-shadow:0 8px 24px #0000001a;background-color:#fff;zoom:1.2}.hero{display:flex;align-items:center;gap:40px;padding:0;max-width:900px;margin:0 auto;flex-wrap:wrap}.headshot{width:250px;height:250px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:var(--shadow-md)}.banner{border-radius:16px;box-shadow:var(--shadow-lg)}.hero h1{font-size:2rem;font-weight:800;letter-spacing:-.01em;margin-bottom:10px;color:var(--navy)}.hero p{font-size:1.1rem;line-height:1.6;color:#445064}.carousel-wrapper{position:relative;display:flex;align-items:center;margin-top:30px}.carousel{display:flex;gap:50px;overflow-x:auto;scroll-behavior:smooth;padding:50px 0;scroll-snap-type:x mandatory}.carousel-card{flex:0 0 360px;height:360px;scroll-snap-align:center;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 14px #0000001a;transition:transform .3s ease;text-align:center;display:flex;flex-direction:column;justify-content:center}.carousel-card:hover{transform:scale(1.25)}.scroll-button{width:40px;height:40px;border-radius:50%;border:none;background-color:#001f3f;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 4px 12px #00000026}.scroll-button:hover{background-color:#004080;transform:scale(1.1)}.carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.carousel::-webkit-scrollbar{display:none}.scroll-button.left{position:absolute;left:-20px}.scroll-button.right{position:absolute;right:-20px}.carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:20px;padding-left:calc(50% - 160px);padding-right:calc(50% - 160px)}.carousel-card{flex:0 0 320px;scroll-snap-align:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .4s ease;cursor:pointer}.carousel-card:hover{transform:scale(1.05) rotate(1deg)}.project-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000f1ebf;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in-out}.modal-content{background:#fff;border-radius:16px;padding:30px;max-width:700px;width:90%;max-height:80vh;overflow-y:auto;position:relative;transform:scale(.8) rotate(-2deg);animation:expandTwist .4s ease forwards}.close-button{position:absolute;top:16px;right:20px;background:none;border:none;font-size:2rem;color:#444;cursor:pointer}@keyframes expandTwist{to{transform:scale(1) rotate(0)}}@keyframes fadeIn{0%{background:#0000}to{background:#000f1ebf}}.projects-carousel-wrapper{display:flex;align-items:center;gap:16px;max-width:2400px;width:100%;margin:40px auto;padding:0 20px;box-sizing:border-box}.projects-grid{display:flex;flex:1 1 auto;min-width:0;gap:1.5rem;overflow-x:auto;overflow-y:hidden;padding:28px 6px;scroll-behavior:auto;scrollbar-width:none;-ms-overflow-style:none}.projects-grid::-webkit-scrollbar{display:none}.project-card{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:16px;box-shadow:var(--shadow-sm);padding:20px;text-align:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;flex:0 0 auto;width:clamp(300px,30vw,460px)}.project-card:hover{transform:scale(1.05);box-shadow:var(--shadow-lg)}.project-card h3{font-weight:700;letter-spacing:-.005em}.card-thumbnail{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-bottom:12px;box-shadow:var(--shadow-sm)}.carousel-arrow{flex:0 0 auto;width:48px;height:48px;border:none;border-radius:50%;background:var(--gradient-primary);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:box-shadow .25s ease,transform .2s ease,filter .25s ease}.carousel-arrow:hover{filter:brightness(1.15);box-shadow:var(--shadow-md);transform:scale(1.1)}.carousel-arrow:active{transform:scale(.95)}.project-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;visibility:visible;transition:opacity .35s ease,visibility .35s ease}.project-modal.fade-out{opacity:0;visibility:hidden;pointer-events:none}.modal-content{background:#fff;border-radius:16px;max-width:90%;width:100%;max-height:90%;overflow-y:auto;padding:30px;box-shadow:var(--shadow-lg);position:relative;transform:scale(.95);opacity:0;animation:expandIn .35s ease forwards;box-sizing:border-box}.modal-content h1{font-weight:800;letter-spacing:-.01em;color:var(--navy)}@keyframes expandIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-content h1,.modal-content p,.modal-links{opacity:0;animation:fadeIn .5s ease forwards;animation-delay:.2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.close-button{position:absolute;top:12px;right:16px;background:var(--gradient-primary);color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:var(--shadow-sm);transition:filter .25s ease,box-shadow .25s ease;line-height:1}.close-button:hover{filter:brightness(1.15);box-shadow:var(--shadow-md)}.modal-links{display:flex;justify-content:center;gap:1rem;margin-top:20px}.modal-links a{text-decoration:none;font-weight:700;color:#fff;padding:8px 14px;border-radius:8px;background:var(--gradient-primary);box-shadow:var(--shadow-sm);transition:filter .25s ease,box-shadow .25s ease}.modal-links a:hover{filter:brightness(1.15);box-shadow:var(--shadow-md)}.modal-media{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}.media-block{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}.media-block:last-child{border-bottom:none;margin-bottom:0}.modal-media img,.modal-media video{max-width:650px;width:100%;border-radius:12px;display:block;margin:0 auto;box-shadow:var(--shadow-md)}.media-caption{font-size:.95rem;color:#555;margin-top:10px;text-align:leftx;padding:0 10px}.small-video{max-width:450px;margin:0 auto;display:block}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}@media(max-width:768px){.modal-content{max-width:95%;padding:20px 15px}}@media(max-width:768px){.projects-carousel-wrapper{gap:6px;padding:0 4px}.project-card{width:calc(100vw - 140px);padding:14px}.card-thumbnail{height:150px}.carousel-arrow{width:30px;height:30px;font-size:1.1rem}}
