.info-sections{display:flex;gap:10em;justify-content:center;margin-top:50px;padding:20px}.info-section{text-align:center}.info-section i{font-size:2em;margin-bottom:5px}.interests-list{list-style-type:none}.interests-list li{margin:5px 0}.projects-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.project-card{border:1px solid #ddd;border-radius:8px;padding:16px;text-align:center;width:200px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.project-thumbnail{width:100%;height:auto;border-radius:8px}.project-card h4{margin-top:10px}.see-all-button{margin-top:2em}.cards{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.card{border:1px solid #ddd;border-radius:8px;overflow:hidden;flex:1 1 calc(33.333% - 20px);max-width:300px;box-sizing:border-box;box-shadow:0 4px 8px rgba(0,0,0,.1)}.card img{width:100%;height:auto}.card h2{margin:0;padding:10px}.card p{padding:0 10px 10px}@media(max-width:900px){.card{flex:1 1 calc(50% - 20px)}}@media(max-width:600px){.card{flex:1 1 calc(100% - 20px)}}.journal-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:3rem;align-items:start}.journal-toc{position:sticky;top:2rem;max-height:90vh;overflow-y:auto;font-size:1.5rem}.journal-content{min-width:0;max-width:900px}@media(max-width:900px){.journal-layout{grid-template-columns:1fr}.journal-toc{position:relative;top:0;max-height:none}}.journal-toc ul{list-style:none;padding-left:1rem}.journal-toc a{text-decoration:none}.journal-toc li{margin:.3rem 0}.journal-content{width:100%;max-width:850px}.project-page{max-width:900px;margin:0 auto}.project-header{margin-bottom:3rem}.project-description{font-size:1.8rem;opacity:.8;margin-top:1rem;line-height:1.7}.project-meta{display:flex;gap:.7rem;margin:1.5rem 0;flex-wrap:wrap}.tag{padding:.35rem .9rem;border-radius:999px;border:1px solid #666;font-size:.85rem}.project-links{display:flex;gap:1rem;margin:2rem 0;flex-wrap:wrap}.project-button{padding:.6rem 1rem;border:1px solid #666;border-radius:8px;text-decoration:none;transition:.2s ease}.project-button:hover{transform:translateY(-2px)}.hero-image{width:100%;border-radius:14px;margin-top:2rem}.project-content{margin-top:3rem;line-height:1.8}.project-content img{border-radius:12px}.journal-video{width:100%;max-height:500px;border-radius:12px}