@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Inter:wght@400;500&family=Noto+Serif+SC:wght@400;500&display=swap";.App{min-height:100vh;background-color:#f8f5f2;color:#111}.hero{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-content{position:relative;z-index:2;text-align:center}.main-nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;background-color:#f8f5f2e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(17,17,17,.1);z-index:1000;transition:background-color .3s ease}.nav-left{display:flex;align-items:center;gap:2rem}.nav-right{display:flex;align-items:center}.main-nav a{text-decoration:none;color:#111;font-family:Playfair Display,serif;font-weight:400;font-size:1rem;position:relative;transition:color .3s ease;text-transform:none}.main-nav a:hover{color:#666}.main-nav a:after{content:"";position:absolute;width:100%;height:1px;bottom:-5px;left:0;background-color:#111;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.main-nav a:hover:after{transform:scaleX(1);transform-origin:left}.cta-button{background-color:#111!important;color:#f8f5f2!important;padding:.8rem 1.5rem;border-radius:50px;transition:all .3s ease;font-family:Playfair Display,serif!important;font-weight:400!important;font-size:1rem!important}.cta-button:hover{transform:scale(1.05);box-shadow:0 5px 15px #0003;background-color:#333!important}.cta-button:after{display:none}.content-section{padding:8rem 0;border-top:1px solid rgba(17,17,17,.1);background-color:#f8f5f2}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.content-section h2{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:500;text-align:center;margin-bottom:4rem;color:#111}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text h2{text-align:left;font-size:3rem;margin-bottom:2rem}.about-text p{font-size:1.2rem;line-height:1.8;color:#333}.headshot{display:flex;justify-content:center}.headshot img{width:300px;height:300px;border-radius:50%;object-fit:cover;box-shadow:0 10px 30px #0000001a}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.cta-section{padding:6rem 0;background-color:#111;color:#f8f5f2;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-section h2{font-family:Playfair Display,serif;font-size:3rem;font-weight:500;margin-bottom:2rem;color:#f8f5f2}.cta-section p{font-size:1.3rem;line-height:1.7;margin-bottom:3rem;color:#f8f5f2e6}.cta-main-button{display:inline-block;background-color:#f8f5f2;color:#111;padding:1.2rem 2.5rem;border-radius:50px;text-decoration:none;font-family:Playfair Display,serif;font-weight:500;font-size:1.1rem;transition:all .3s ease;border:2px solid #F8F5F2}.cta-main-button:hover{background-color:transparent;color:#f8f5f2;transform:translateY(-2px);box-shadow:0 8px 25px #f8f5f233}.project-card{background:white;padding:2.5rem;border-radius:8px;border:1px solid rgba(17,17,17,.1);display:flex;flex-direction:column;transition:all .3s ease}.project-card h3{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:1rem;color:#111}.project-card p{flex-grow:1;line-height:1.6;color:#555;margin-bottom:1.5rem}.project-link{color:#111;text-decoration:none;font-weight:500;align-self:flex-start;position:relative}.project-link:after{content:"";position:absolute;width:100%;height:1px;bottom:-2px;left:0;background-color:#111;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.project-link:hover:after{transform:scaleX(1);transform-origin:left}.resume-content{max-width:900px;margin:0 auto}.resume-section{margin-bottom:4rem}.resume-section h3{font-family:Playfair Display,serif;font-size:2.2rem;color:#111;border-bottom:2px solid #111;padding-bottom:1rem;margin-bottom:2rem}.resume-item{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(17,17,17,.1)}.resume-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.resume-item h4{font-family:Playfair Display,serif;font-size:1.4rem;color:#111;margin-bottom:.5rem}.resume-item span{color:#666;font-style:italic;font-size:.95rem}.resume-item p{margin-top:1rem;line-height:1.6;color:#444}.publication-carousel{width:100%}.carousel-container{position:relative;overflow:hidden}.carousel-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;align-items:stretch;width:100%}.publication-card{background:white;padding:2.5rem;border-radius:8px;border:1px solid rgba(17,17,17,.1);display:flex;flex-direction:column;transition:all .3s ease;height:100%}.publication-card h3{font-family:Playfair Display,serif;font-size:1.6rem;margin-bottom:.5rem;color:#111;line-height:1.3}.publication-card span{color:#666;font-size:.9rem;margin-bottom:1rem;font-style:italic}.publication-card p{flex-grow:1;line-height:1.6;color:#555;margin-bottom:1.5rem}.footer{background-color:#111;color:#f8f5f2;padding:3rem 0;text-align:center}.footer .container{display:flex;justify-content:space-between;align-items:center}.social-links{display:flex;gap:2rem}.social-links a{color:#f8f5f2;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#ccc}@media (max-width: 1024px){.main-nav{padding:1.5rem 2rem;gap:1.5rem}.about-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.about-text h2{text-align:center}.content-section h2{font-size:2.8rem}}@media (max-width: 768px){.main-nav{display:none}.hero{background:#F8F5F2}.hero canvas{display:none!important}.cursor{display:none!important}.hero-subtext{white-space:normal!important;max-width:90vw;margin:0 auto}.about-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.about-grid .headshot{order:-1}.cta-button{margin-left:0;order:-1;width:100%;text-align:center}.content-section{padding:4rem 0}.content-section h2{font-size:2.2rem;margin-bottom:2rem}.container{padding:0 1rem}.project-grid,.carousel-content{grid-template-columns:1fr}.carousel-btn{width:35px;height:35px;font-size:1rem}.footer .container{flex-direction:column;gap:1.5rem}.social-links{gap:1rem}.headshot img{width:250px;height:250px}}@media (max-width: 480px){.hero canvas{display:none!important}.cursor{display:none!important}.project-card,.publication-card{padding:1.5rem}.about-text p{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box;cursor:none!important}html,body{height:100%;cursor:none!important}body{font-family:Inter,sans-serif;background-color:#f8f5f2;color:#111;overflow-x:hidden}#root{height:100vh;width:100vw}.cursor{width:20px;height:20px;border-radius:50%;background-color:#fff;mix-blend-mode:difference;position:fixed;pointer-events:none;z-index:9999;transition:transform .1s ease-out}.cursor.hover{transform:scale(2.5)}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:500}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
