@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_bace89c4-module__09p2wq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_bace89c4-module__09p2wq__variable{--font-inter:"Inter","Inter Fallback"}
*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background-color:#fff;font-family:Times New Roman,Times,serif;line-height:1.6}nav{z-index:100;background-color:#fff;justify-content:space-between;align-items:center;padding:2rem 3rem;transition:background-color .3s;display:flex;position:sticky;top:0}nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 2px 10px #0000000d}.logo{color:#000;font-size:1.8rem;font-weight:600;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;text-decoration:none}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:#000;font-size:1rem;text-decoration:none;transition:opacity .3s;position:relative}.nav-links a:after{content:"";background-color:#000;width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{opacity:.5}.hero{align-items:center;min-height:85vh;padding:0 3rem;display:flex}.hero-container{grid-template-columns:450px 1fr;align-items:center;gap:6rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.hero-image{width:100%;position:relative}.hero-image img{width:100%;height:auto;box-shadow:none;border-radius:0;display:block}.hero-text{font-size:1.5rem;font-weight:400;line-height:1.4;animation:1s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projects{padding:4rem 3rem 6rem}.projects-container{max-width:1400px;margin:0 auto}.underline{text-underline-offset:2px;border-bottom:none;padding-bottom:0;-webkit-text-decoration:underline #000;text-decoration:underline #000;text-decoration-thickness:1.5px}.text-link{color:inherit}.text-link:hover{opacity:.8}.text-link:visited{color:inherit}.project-item{cursor:pointer;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;border-bottom:1px solid #ddd;padding:1.5rem 0;transition:background-color .3s,padding .3s}.project-item:hover{background-color:#f9f9f9;padding-left:1rem;padding-right:1rem}.project-header{justify-content:space-between;align-items:center;display:flex}.project-title{font-size:1.3rem;font-weight:500}.project-arrow{font-size:1.5rem;transition:transform .3s}.project-item.active .project-arrow{transform:rotate(90deg)}.project-content{opacity:0;max-height:0;transition:max-height .4s ease-out,padding .4s ease-out;overflow:hidden}.project-item.active .project-content{opacity:1;max-height:800px;padding-top:1.5rem;transition:max-height .4s ease-out,padding .4s ease-out,opacity .5s ease-in}.project-meta{color:#666;margin-bottom:1rem;font-size:.95rem}.project-description{color:#333;font-size:1.05rem;line-height:1.7}.project-page-content h3{color:#000;font-size:1.6rem;font-weight:600;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;border-bottom:2px solid #000;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.5rem}.project-page-content h4{color:#222;font-size:1.3rem;font-weight:600;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin-top:2rem;margin-bottom:1rem}.project-page-content ul{margin:1.5rem 0;padding-left:0;list-style-type:none}.project-page-content ul li{margin-bottom:1rem;padding-left:2rem;line-height:1.8;position:relative}.project-page-content ul li:before{content:"";position:absolute;left:0}.project-page-content strong{color:#000;font-weight:600}.project-page-content em{color:#555;font-style:italic}.project-placeholder-image{text-align:center;color:#666;background:linear-gradient(135deg,#f8f8f8 0%,#f0f0f0 100%);border:2px solid #e0e0e0;border-radius:8px;margin:2.5rem 0;padding:3rem 2rem;font-style:italic;line-height:1.6;box-shadow:0 2px 8px #0000000d}.project-section-block{margin-bottom:1.5rem;line-height:1.8}.project-indent-block{background-color:#fafafa;border-left:4px solid #000;border-radius:4px;margin:1.5rem 0;padding:1.5rem;line-height:1.8}.project-indent-block strong{margin-bottom:.5rem;font-size:1.05rem;display:block}.research-page{min-height:85vh;padding:4rem 3rem 6rem}.research-container{max-width:1400px;margin:0 auto}.research-title{font-size:3rem;font-weight:600;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin-bottom:3rem}.project-cards-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.project-card{color:inherit;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;height:100%;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.project-card:hover{border-color:#d0d0d0;transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.project-card-image-container{background-color:#f5f5f5;border-bottom:1px solid #eee;width:100%;height:220px;position:relative;overflow:hidden}.project-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-card-image{transform:scale(1.05)}.project-card-placeholder{background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);width:100%;height:100%}.project-card-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex;position:relative}.project-card-title{font-size:1.25rem;font-weight:600;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin-bottom:.5rem;padding-right:1.5rem}.project-card-meta{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.85rem}.project-card-description{color:#444;margin-top:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;line-height:1.6}.project-card-arrow{color:#999;font-size:1.25rem;transition:transform .3s;position:absolute;top:1.5rem;right:1.5rem}.project-card:hover .project-card-arrow{color:#000;transform:translate(5px)}.project-page{color:#1a1a1a;background-color:#f9f8f4;min-height:100vh;font-family:Georgia,Times New Roman,serif}.project-page-container{max-width:740px;margin:0 auto;padding:6rem 2rem}.back-link{color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:#000}.project-page-title{color:#000;letter-spacing:-.5px;margin-bottom:1rem;font-family:Georgia,serif;font-size:3.5rem;font-weight:400;line-height:1.1}.project-page-meta{color:#555;border-bottom:1px solid #dcdcd9;margin-bottom:4rem;padding-bottom:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;line-height:1.6}.project-page-content{color:#222;font-size:1.25rem;line-height:1.8}.project-page-content p{margin-bottom:2rem}.project-page-content h3{color:#000;text-transform:uppercase;letter-spacing:1px;border-bottom:none;margin-top:4rem;margin-bottom:1.5rem;padding-bottom:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:700}.project-page-content h4{color:#333;margin-top:2.5rem;margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600}.project-page-content ul{border-top:1px solid #eee;border-bottom:1px solid #eee;margin:2rem 0;padding:2rem 0;list-style-type:none}.project-page-content ul li{margin-bottom:1.5rem;padding-left:0;font-size:1.15rem;line-height:1.7;position:relative}.project-page-content ul li:last-child{margin-bottom:0}.project-page-content ul li strong{text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;display:block}.project-figure-container{margin:4rem 0;padding:0}.project-figure-container img{width:100%;height:auto;display:block}.project-figure-caption{color:#333;background-color:#f4f4f0;padding:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;line-height:1.6}.project-figure-caption strong{color:#000;text-transform:uppercase;letter-spacing:.5px;margin-right:.5rem;font-weight:700}.project-section-block{margin-bottom:2rem}.project-indent-block{background-color:#f0f0ed;border-left:4px solid #1a1a1a;margin:3rem 0;padding:2rem;font-size:1.1rem}.project-indent-block strong{text-transform:uppercase;letter-spacing:.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem}@media (max-width:968px){nav{padding:1.5rem}.hero{padding:0 1.5rem}.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-image{max-width:350px;margin:0 auto}.hero-text{font-size:1.3rem}.projects{padding:3rem 1.5rem}.project-title{font-size:1.1rem}.nav-links{gap:1.5rem}.project-page-container{padding:4rem 1.5rem}.project-page-title{font-size:2.5rem}.project-cards-grid{grid-template-columns:1fr}.research-title{text-align:center;font-size:2.5rem}}@media (max-width:640px){.logo{font-size:1.2rem}.nav-links{gap:.8rem}.nav-links a{font-size:.85rem}.hero-text{text-align:center;font-size:1.1rem;line-height:1.6}.hero-image{max-width:280px}.project-page-content{font-size:1.1rem}.project-page-title{text-align:center;font-size:2rem}.research-title{font-size:2rem}.project-card-title{font-size:1.1rem}nav{padding:1rem}.hero{min-height:auto;padding:2rem 1rem 3rem}.hero-container{gap:2rem}}@media (max-width:480px){.logo{font-size:1.1rem}.nav-links{gap:.6rem}.nav-links a{font-size:.75rem}.hero-text{font-size:1rem;line-height:1.7}.hero-image{max-width:240px}.project-page-title{font-size:1.75rem}.project-page-content{font-size:1rem}.research-title{font-size:1.75rem}}
